  @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*:focus,
a:focus,
a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

html {
  height: 100%;
  padding-bottom: 2px; }

.overflow {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto', serif;
  font-weight: 600;
  margin: 0px;
  padding: 0px; }

a, a span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

a:hover, a:hover span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

body {
  background-color: #fff;
  color: #646464;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif; }

a {
  color: #646464;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  color: #2b2563;
  text-decoration: none; }

.loading, .loading-box {
  display: none; }

/* -------------- Top -------------- */
.top-wrapper {
  border-bottom: 2px solid #91c540; }
  .top-wrapper .top-bar {
    background-color: #ededed;
    padding: 5px 0;
    font-size: 14px; }
    .top-wrapper .top-bar ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .top-wrapper .top-bar ul li {
        display: inline-block; }
        .top-wrapper .top-bar ul li a {
          font-size: 14px; }
  .top-wrapper .logo {
    margin: 3px 0;
    display: block; }
    .top-wrapper .logo img {
      max-width: 100%; }
  .top-wrapper .cart-wrapper {
    text-align: right;
    display: block;
    float: right;
    margin: 22px 0 0 0; }
    .top-wrapper .cart-wrapper a {
      display: inline-block; }
    .top-wrapper .cart-wrapper .cart-icon {
      display: inline-block;
      width: 38px;
      height: 38px;
      float: left;
      position: relative; }
      .top-wrapper .cart-wrapper .cart-icon svg {
        font-size: 32px; }
    .top-wrapper .cart-wrapper .cart-qty {
      background-color: #e90e0e;
      padding: 1px 4px;
      font-weight: 500;
      color: #fff;
      font-size: 13px;
      display: inline-block;
      position: absolute;
      border-radius: 15px;
      margin: -8px 0 0 -18px; }
    .top-wrapper .cart-wrapper .cart-text {
      color: #2b2563;
      font-weight: 500;
      float: left;
      margin-top: -6px; }
    .top-wrapper .cart-wrapper .cart-price {
      display: block;
      color: #36a947;
      margin-top: -4px; }
    .top-wrapper .cart-wrapper .cart-popup {
      display: none;
      border-radius: 5px;
      width: 300px;
      padding: 8px;
      position: absolute;
      z-index: 10;
      background-color: #fff;
      margin-left: -40%;
      -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1); }
      .top-wrapper .cart-wrapper .cart-popup table {
        border-top: 1px solid #c2c2c2;
        width: 100%;
        text-align: left;
        font-size: 14px; }
      .top-wrapper .cart-wrapper .cart-popup table tr th {
        border-bottom: 1px solid #c2c2c2;
        padding: 3px;
        font-weight: 500; }
      .top-wrapper .cart-wrapper .cart-popup table tr td {
        border-bottom: 1px solid #c2c2c2;
        padding: 3px; }
      .top-wrapper .cart-wrapper .cart-popup table tr td img {
        width: 40px;
        height: auto; }
  .top-wrapper .cart-wrapper:hover .cart-popup {
    display: block; }
  .top-wrapper .cart-wrapper-m {
    text-align: right;
    display: block;
    float: right;
    margin: 0px 0 0 0;
    line-height: 12px; }
    .top-wrapper .cart-wrapper-m a {
      display: inline-block;
      line-height: 17px; }
    .top-wrapper .cart-wrapper-m .cart-icon {
      display: inline-block;
      width: 15px;
      height: 15px;
      float: left; }
      .top-wrapper .cart-wrapper-m .cart-icon svg {
        font-size: 20px; }
    .top-wrapper .cart-wrapper-m .cart-qty {
      background-color: #e90e0e;
      padding: 1px 4px;
      font-weight: 500;
      color: #fff;
      font-size: 13px;
      display: inline-block;
      float: left;
      border-radius: 15px;
      margin: 0px 0 0 9px; }
    .top-wrapper .cart-wrapper-m .cart-text {
      color: #2b2563;
      font-weight: 500;
      float: left; }
    .top-wrapper .cart-wrapper-m .cart-price {
      display: inline-block;
      color: #36a947;
      float: left;
      margin: 2px 0 0 4px;
      font-size: 15px; }

/* -------------- Menu -------------- */
.menu-wrapper {
  background-color: #91c540;
  padding: 6px 0; }

.top-menu {
  width: 100%;
  text-align: left;
  margin-right: -15px !important;
   }
  .top-menu ul {
    margin: 0px 0 0px 0;
    padding: 0;
    list-style: none;
    display: inline; }
    .top-menu ul li {
      display: inline-block;
      margin: 0 1px;
      padding: 0;
      position: relative; }
      .top-menu ul li a {
        font-size: 16px;
        color: #2b2563;
        font-weight: 500;
        padding: 4px 20px 4px 15px;
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase; }
      .top-menu ul li a:hover {
        text-decoration: none;
        color: #2a2929 !important; }
      .top-menu ul li :first-child {
        padding-left: 0px; }

.top-menu ul li ul {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #FFF;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important; }

.top-menu ul li:hover ul {
  display: block; }

.top-menu ul li ul li {
  width: 250px;
  display: block;
  background: none;
  text-align: left !important;
  padding: 3px 5px;
  text-align: left !important;
  border-bottom: 1px solid #ccc !important; }

.top-menu ul li ul li a {
  font-size: 15px;
  padding: 5px 6px; }

.top-menu ul li ul li:first-child a {
  padding: 5px 6px !important; }

.top-menu ul li ul li ul, .top-menu ul li:hover ul li ul {
  display: none;
  left: 251px;
  top: 0px;
  border-top: 1px solid #ccc !important; }

.top-menu ul li:hover ul li:hover ul {
  display: block; }

.left-menu{ border:2px solid #91c540; margin-bottom: 18px; }
.left-menu ul{ margin: 0px; padding: 0px; list-style: none;}
.left-menu ul li{ margin: 0px; padding: 0px; background-color: #eee; border-bottom:1px solid #dadada; display: block;}
.left-menu ul li a{ padding: 6px 5px; display: block;}

.left-menu ul li ul{ display: none; padding-left: 6px; background-color: #e9e8e8 !important;}
.left-menu ul li:hover ul{ display: block;}

.left-menu ul li ul li ul{ display: none; padding-left: 6px; background-color: #cccaca !important;}
.left-menu ul li ul li:hover ul{ display: block;}


  .search-wrapper .search-bar {
    width: 100%;
    border: 1px solid #c2c2c2;
    line-height: 32px;
    padding-left: 8px; }
  .search-wrapper .search-button {
    margin: 1px 0 0 -35px;
    z-index: 5;
    position: absolute;
    padding: 5px 10px;
    cursor: pointer; }
  .search-wrapper .search-button:hover svg {
    color: #91c540; }

/* -------------- Banner -------------- */
.banner-wrapper {
  z-index: 8; }

.banner-slider img {
  width: 100%; }

/* -------------- Title -------------- */
.page-title {
  color: #2b2563;
  margin-top: 10px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-bottom: 4px;
  margin-bottom: 10px; }

.page-title::after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url(../img/head-bg.png) no-repeat center center; }

.page-title-sub {
  color: #646464;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 36px;
  margin-bottom: 20px; }

/* -------------- Home -------------- */
.content-wrapper {
  padding: 20px 0; }
  .content-wrapper .service-banner img {
    margin: 10px 0;
    width: 100%; }
.home-content-wrapper {
  background: url(../img/logo-white.png) no-repeat bottom right;
  background-color: #f7f5ee;
  padding: 40px 0; }    

.product-wrapper {
  padding: 30px 0; }
  .product-wrapper .service-banner img {
    margin: 10px 0;
    width: 100%; }

.text-button {
  display: inline-block;
  padding: 6px 20px;
  background-color: #91c540;
  color: #fff;
  font-weight: 500;
  margin: 10px 0;
  border: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

.text-button:hover {
  background-color: #2b2563;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

.cart-text-button {
  display: inline-block;
  padding: 8px 15px 8px 33px;
  color: #fff;
  font-weight: 500;
  margin: 10px 0;
  border: 0;
  cursor: pointer;
  background: url(../img/cart-icon.png) no-repeat 10px;
  background-color: #91c540;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

.cart-text-button:hover {
  background-color: #2b2563;
  color: #fff;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

/* -------------- Content -------------- */
.breadcrumb-wrapper {
  color: #c2c2c2; margin-bottom:20px; }
  .breadcrumb-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0; }
    .breadcrumb-wrapper ul li {
      display: inline-block; }
      .breadcrumb-wrapper ul li a {
        padding: 3px 5px; }

.content {
  line-height: 28px; }
  .content p {
    line-height: 28px; }

.contact-wrapper{ line-height:32px; }

/* -------------- Footer -------------- */

.footer-contact{ background:url(../img/call-icon.png) no-repeat right center; background-color: #91c540; padding: 50px 0;
}
.footer-wrapper {
  background-color: #09994a;
  padding: 20px 0 40px 0;
  border-bottom: 5px solid #91c540;
  margin-bottom: 10px; }
  .footer-wrapper .page-title {
    margin-top: 25px; color:#fff; }
  .footer-wrapper .footer-data{ color:#f3f3f3;}  
  .footer-wrapper .footer-data ul {
    list-style: none;
    margin: 0 0 0 6px;
    padding: 0; }
    .footer-wrapper .footer-data ul li {
      line-height: 32px; }
    .footer-wrapper .footer-data ul li a{ color:#f3f3f3;}
    .footer-wrapper .footer-data ul li a:hover{ color:#fff;}
        
  .footer-wrapper .footer-data .socialmedia-menu ul {
    list-style: none;
    margin: 10px 0 0 6px;
    padding: 0;
    list-style: inline-block; }
    .footer-wrapper .footer-data .socialmedia-menu ul li {
      display:inline-block; }
      .footer-wrapper .footer-data .socialmedia-menu ul li a {
        color: #f3f3f3;
        font-size: 25px;
        padding: 8px;
        display: block; }
    ..footer-wrapper .footer-data .socialmedia-menu ul li a:hover { color: #fff;}      
.socialmedia-menu ul li:first-child a {
  padding-left: 0 !important; }

.footer2 {
  margin-bottom: 15px; }
  .footer2 .copy-text {
    font-size: 15px; }
  .footer2 .wc-text a {
    font-size: 15px; }

.error {
  color: #e90e0e; }

/* ------------- Product listing ---------- */

.product-listing {
  margin: 15px 0;
  padding: 8px;
  height: 95%;
  border: 1px solid #ccc;
  -webkit-transition: all 0.60s ease-in-out;
  -moz-transition: all 0.60s ease-in-out;
  -ms-transition: all 0.60s ease-in-out;
  -o-transition: all 0.60s ease-in-out;
  transition: all 0.60s ease-in-out;
}
.product-listing:hover{
  -webkit-transition: all 0.60s ease-in-out;
  -moz-transition: all 0.60s ease-in-out;
  -ms-transition: all 0.60s ease-in-out;
  -o-transition: all 0.60s ease-in-out;
  transition: all 0.60s ease-in-out;

  -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1); }

  .product-listing .product-image {
    text-align: center; }
    .product-listing .product-image img {
      max-width: 100%; }
  .product-data{ line-height:30px; }
  .product-listing .product-data .ProductCode {
    text-align: center;
    font-size: 15px;
    color: #c2c2c2;
    margin-bottom: 5px; }
  .product-listing .product-data .name {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #2b2563;
    margin-bottom: 5px; }
  .product-listing .product-data .case {
    text-align: center;
    font-size: 16px;
    color: #36a947;
    margin-bottom: 5px; }
  .product-listing .product-data .price {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #2b2563;
    margin-top: 5px; }
    .product-listing .product-data .price i {
    font-size: 18px;
    font-weight: 300;
    color: #737373; }
    .product-listing .product-data .price span {
      font-size: 18px;
      text-decoration: line-through;
      color: #c2c2c2;
      margin-left: 5px; }
  .product-listing .product-data .cart-button {
    text-align: center; }

.category-wrapper {
  background-color: #fff;
  padding: 10px 15px;
  margin: 15px 0 20px 0;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1); }
  .category-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .category-wrapper ul li {
      display: block; }
      .category-wrapper ul li a {
        display: block;
        border-bottom: 1px dotted #d6d6d6;
        padding: 6px;
        font-size: 16px; }
      .category-wrapper ul li a:hover {
        color: #36a947; }
      .category-wrapper ul li ul li {
        padding-left: 6px; }
        .category-wrapper ul li ul li a {
          color: #646464;
          font-size: 15px; }

.category-wrapper ul li:last-child a {
  border-bottom: 0px; }

.category-wrapper ul li ul li:last-child a {
  border-bottom: 1px dotted #d6d6d6; }

/* ------------- Product details ---------- */
.product-details {
  margin-top: 15px; }
  .product-details .product-image {
    text-align: center;
    border: 1px solid #c2c2c2;
    border-bottom: 5px solid #90c742;
    padding: 10px  }
    .product-details .product-image img {
      max-width: 100%; }
  .product-details .product-data .ProductCode {
    text-align: left;
    font-size: 20px;
    color: #c2c2c2;
    margin-bottom: 5px; }
  .product-details .product-data .name {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: #2b2563;
    margin-bottom: 5px; }
  .product-details .product-data .case {
    text-align: left;
    font-size: 20px;
    color: #36a947;
    margin-bottom: 5px; }
  .product-details .product-data .price {
    text-align: left;
    font-size: 35px;
    font-weight: 500;
    color: #2b2563;
    margin-top: 5px;
    margin-bottom: 8px; }
  .product-details .product-data .price i {
    font-size: 22px;
    font-weight: 300;
    color: #737373; }
    .product-details .product-data .price span {
      font-size: 22px;
      text-decoration: line-through;
      color: #c2c2c2;
      margin-left: 5px; }
  .product-details .product-data .discription {
   border: 1px solid #ededed;
    background-color: #f6f6f6;
    padding: 15px;
    line-height: 22px;
    margin: 5px 0 12px 0; }
  .product-details .product-data .cart-button {
    text-align: left; }

/* --------- sign in / sign up ------------ */
.login-wrapper {
  padding: 15px 0 30px 0; }
  .login-wrapper fieldset {
    border: 1px solid #c2c2c2 !important;
    margin: 15px 5px;
    padding: 18px; }
  .login-wrapper legend {
    font-weight: 500;
    color: #2b2563;
    padding: 0px 10px;
    display: inline-block;
    width: auto;
    font-size: 18px; }
  .login-wrapper input, .login-wrapper textarea, .login-wrapper select {
    border-radius: 0;
    border: 1px solid #c2c2c2;
    width: 100%; }

.cart-page-wrapper {
  padding: 15px 0 30px 0;
  overflow-x: auto; }
  .cart-page-wrapper fieldset {
    border: 1px solid #c2c2c2 !important;
    margin: 15px 5px;
    padding: 18px; }
  .cart-page-wrapper legend {
    font-weight: 500;
    color: #2b2563;
    padding: 0px 10px;
    display: inline-block;
    width: auto;
    font-size: 18px; }

.btn-primary {
  background-color: #91c540;
  color: #fff;
  border: 0 !important;
  border-radius: 0;
  display: inline-block; }

.btn-primary:hover {
  background-color: #2b2563;
  color: #fff;
  border: 0; }

.btn-warning {
  background-color: #c2c2c2;
  color: #646464;
  border: 0;
  border-radius: 0;
  display: inline-block; }

.btn-warning:hover {
  background-color: #91c540;
  color: #fff;
  border: 0; }

.ar {
  text-align: right; }

/* ----------- + - ------------- */
.qty-box {
  display: inline-block; }
  .qty-box input, .qty-box textarea {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px; }
  .qty-box input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer; }
  .qty-box input::-webkit-outer-spin-button, .qty-box input::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  .qty-box .input-group {
    clear: both;
    margin: 15px 0;
    position: relative; }
  .qty-box .input-group input[type='button'] {
    background-color: #eeeeee;
    min-width: 38px;
    width: auto;
    transition: all 300ms ease; }
  .qty-box .input-group .button-minus, .qty-box .input-group .button-plus {
    font-weight: bold;
    height: 38px;
    padding: 0;
    width: 38px;
    position: relative; }
  .qty-box .input-group .quantity-field {
    position: relative;
    height: 38px;
    left: -6px;
    text-align: center;
    width: 62px;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 5px;
    resize: vertical; }
  .qty-box .button-plus {
    left: -13px; }
  .qty-box input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none; }

.d-image .slick-dots {
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
  line-height: 0;
  background: rgba(0, 0, 0, 0.6); }

.d-image .slick-dots li {
  position: relative;
  display: block;
  width: 92px;
  height: 70px;
  margin: 5px;
  border: 0;
  padding: 0;
  cursor: pointer; }

.slick-thumbs {
  position: absolute;
  left: -9999px; }

.d-image .slick-dots {
  top: auto;
  text-align: left;
  line-height: 0;
  background: #fff;
  margin-bottom: 10px; }

.d-image .slick-dots li {
  position: relative;
  display: inline-block;
  width: 92px;
  height: 70px;
  margin: 0 0px;
  border: 0;
  padding: 0;
  cursor: pointer; }

.d-image .slick-dots li button {
  width: 100%;
  color: #fff;
  border: 0 !important;
  padding: 10px 10px 10px 0  !important; }

.d-image .slick-dots li button img {
  width: 100%;
  max-width: 100%;
  height: 70px; }

.d-image .slick-dots li button:before {
  border: 0 !important;
  text-indent: -999px !important; }

.d-arrow {
  width: 100%;
  position: absolute;
  top: 45%;
  z-index: 300; }

.d-arrow .prev {
  height: 50px;
  width: 50px;
  background: url(../img/left.png) no-repeat center center;
  display: inline-block;
  position: absolute;
  color: red;
  left: 10px;
  cursor: pointer; }

.d-arrow .next {
  height: 50px;
  width: 50px;
  background: url(../img/right.png) no-repeat center center;
  display: inline-block;
  position: absolute;
  color: red;
  right: 40px;
  cursor: pointer; }

.d-arrow {
  width: 100%;
  position: absolute;
  top: 45%;
  z-index: 300; }

.d-arrow .prev {
  height: 50px;
  width: 50px;
  background: url(../img/left.png) no-repeat center center;
  display: inline-block;
  position: absolute;
  color: red;
  left: 10px;
  cursor: pointer; }

.d-arrow .next {
  height: 50px;
  width: 50px;
  background: url(../img/right.png) no-repeat center center;
  display: inline-block;
  position: absolute;
  color: red;
  right: 40px;
  cursor: pointer; }

/* Breakpoints */
/* 320px*/
/* 768px*/
/* 1024px*/
/* 1366px*/
/* 1920px*/
/* 2560px*/
/* Media Queries */
@media (min-width: 20em) {
  .mobile {
    display: block; }
  .desktop {
    display: none; }
  .search-wrapper {margin-top: 12px; }
  .copy-text {
    text-align: center; }
  .wc-text {
    text-align: center; } }

@media (min-width: 48em) {
  .mobile {
    display: block; }
  .desktop {
    display: none; }
  .search-wrapper {margin-top: 12px; }
  .copy-text {
    text-align: center; }
  .wc-text {
    text-align: center; } }

@media (min-width: 64em) {
  .mobile {
    display: none; }
  .desktop {
    display: block; }
  .search-wrapper {margin-top: 12px; }
  .copy-text {
    text-align: left; }
  .wc-text {
    text-align: right; } }

@media (min-width: 85.375em) {
  .mobile {
    display: none; }
  .desktop {
    display: block; }
  .search-wrapper {margin-top: 19px; }
  .copy-text {
    text-align: left; }
  .wc-text {
    text-align: right; } }

@media (min-width: 120em) {
  .mobile {
    display: none; }
  .desktop {
    display: block; }
  .search-wrapper {margin-top: 19px; }
  .copy-text {
    text-align: left; }
  .wc-text {
    text-align: right; } }

@media (min-width: 160em) {
  .mobile {
    display: none; }
  .desktop {
    display: block; }
  .search-wrapper {margin-top: 19px; }
  .copy-text {
    text-align: left; }
  .wc-text {
    text-align: right; } }
