
/* product information */
.vat-price-box {
  background: #ebe9df;
  padding: 14px 18px;
  border-radius: 6px;
  list-style: none;
  display: inline-block;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
      background: #e2f7ee;

    border: 1px solid #e2f7ee;
    border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 0;
}

.vat-ex {
  color: #000;
  font-weight: 500;
}

.vat-inc {
  color: #1a73e8;
  font-weight: 600;
}

.vat-label {
  font-size: 16px;
}

.product-discount {
  margin-top: 6px;
  font-size: 13px;
  color: #444;
}

.product-discount .discount-line {
  margin-bottom: 2px;
}

.producthr {
  margin: 15px 0;
}
.option-line {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.option-price {
  color: #555;
  font-size: 14px;
  margin-left: 6px;
}
.pro-content .product-card-discount {
  margin-top: 4px;
  font-size: 12px;        /* overall smaller */
  line-height: 1.3;
}

.pro-content .product-card-discount .discount-line {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}

.pro-content .discount-qty {
  font-weight: 600;
  font-size: 11px;
}

.pro-content .discount-text {
  font-size: 11px;
  margin: 0 4px;
}

.pro-content .discount-price {
  font-size: 11px;
  white-space: nowrap;
}

.pro-content .discount-price small {
  font-size: 10px;
  color: #777;
}

.pro-content .discount-sep {
  margin: 0 3px;
  color: #aaa;
}

/* product card */
.product-card-price {
  border-radius: 6px;
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  text-align: center;
  font-size: 13px;
  color: #09ac63;
  background: #e2f7ee;
  padding: 0px 7px;
  border: 1px solid #e2f7ee;
  border-radius: 4px;
  margin-top: 0px;
  margin-bottom: 0;
}

.product-card-price .price-ex {
  color: #555;
}


.product-card-price .vat-label {
  font-size: 13px;
  font-weight: 400;
  color: #555;
}


.product-thumb .product-card-discount {
  margin-top: 4px;
  font-size: 12px;        /* overall smaller */
  line-height: 1.3;
}

.product-thumb .product-card-discount .discount-line {
      display: inline-block;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}

.product-thumb .discount-qty {
  font-weight: 600;
  font-size: 11px;
}

.product-thumb .discount-text {
  font-size: 11px;
  margin: 0 4px;
}

.product-thumb .discount-price {
  font-size: 11px;
  white-space: nowrap;
}

.product-thumb .discount-price small {
  font-size: 10px;
  color: #777;
}

.product-thumb .discount-sep {
  margin: 0 3px;
  color: #aaa;
}

.product-thumb .product-card-discount {
    margin-top: 10px;
}
/* header */
#menu .navbar-nav > li > a:hover {
    color: #ffd200;
    background-color: rgba(0, 0, 0, 0.1);
}
.hbottom {
  align-items: center;
}

.top-account {
  display: flex;
  justify-content: flex-end;
}

.top-account ul {
  margin: 0;
}

.offtitle p {
  margin: 0;
}

#top-bottom {
    background-color: rgb(236 255 225);
    line-height: 0;
    border-bottom: 1px solid rgb(229, 229, 229);
}

/* header search */
/* Main search container */
.desktop-search {
  position: relative;
}

/* Search wrapper */
.wbSearch #search_block_top {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

/* Category dropdown */



/* Circle icon style */
.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #333;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Hover effect */
.icon-circle:hover {
  background: #6ab04c; /* match search green if you want */
  color: #fff;
}


/* Hide text but keep accessible */
.icon-only li a span,
.icon-only li span.sr-only {
  display: none;
}


/* Make cart wrapper behave like an icon button */
#top-links .cart-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Force cart inner content to center */
#top-links .cart-icon > * {
  display: flex !important;
  align-items: center;
  justify-content: center;
}



/* Rotate arrow on hover (desktop) */
@media (min-width: 992px) {
  #menu .navbar-nav > li.dropdown:hover > a.header-menu i.fa-angle-down {
    transform: rotate(180deg);
  }
}


.product-discount .discount-line {
  margin-bottom: 2px;
}

.option-line {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.option-price {
  color: #555;
  font-size: 14px;
  margin-left: 6px;
}
.pro-content .product-card-discount {
  margin-top: 4px;
  font-size: 12px;        /* overall smaller */
  line-height: 1.3;
}

.pro-content .product-card-discount .discount-line {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}

.pro-content .discount-qty {
  font-weight: 600;
  font-size: 11px;
}

.pro-content .discount-text {
  font-size: 11px;
  margin: 0 4px;
}

.pro-content .discount-price {
  font-size: 11px;
  white-space: nowrap;
}

.pro-content .discount-price small {
  font-size: 10px;
  color: #777;
}

.pro-content .discount-sep {
  margin: 0 3px;
  color: #aaa;
}




.product-thumb .product-card-discount {
  margin-top: 4px;
  font-size: 12px;        /* overall smaller */
  line-height: 1.3;
}

.product-thumb .product-card-discount .discount-line {
      display: inline-block;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}

.product-thumb .discount-qty {
  font-weight: 600;
  font-size: 11px;
}

.product-thumb .discount-text {
  font-size: 11px;
  margin: 0 4px;
}

.product-thumb .discount-price {
  font-size: 11px;
  white-space: nowrap;
}

.product-thumb .discount-price small {
  font-size: 10px;
  color: #777;
}

.product-thumb .discount-sep {
  margin: 0 3px;
  color: #aaa;
}

.product-thumb .product-card-discount {
    margin-top: 10px;
}
/* ==================================  header=============================== */
.hbottom {
  align-items: center;
}

.top-account {
  display: flex;
  justify-content: flex-end;
}

.top-account ul {
  margin: 0;
}

.offtitle p {
  margin: 0;
}

#top-bottom {
    background-color: rgb(236 255 225);
    line-height: 0;
    border-bottom: 1px solid rgb(229, 229, 229);
}
#header-middle {
    padding: 3rem 0rem 2.5rem 0rem;
}
/* header search */
/* Main search container */
.desktop-search {
  position: relative;
}

/* Search wrapper */
.wbSearch #search_block_top {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  padding: 1px 3px;
}

/* Category dropdown */

/* Input group fix */
.wbSearch .input-group {
  display: flex;
  align-items: center;
  flex: 1;
}

/* Search input */
.wbSearch input.search_query {
  border: none;
  box-shadow: none;
  height: 40px;
  font-size: 14px;
}

/* Remove bootstrap borders */
.wbSearch .form-control:focus {
  box-shadow: none;
}

/* Search button (green) */
.wbSearch .input-group-btn button {
  background: #6ab04c;
  border: none;
  height: 40px;
  padding: 0 14px;
}

.wbSearch .input-group-btn button svg {
  fill: #fff;
}

/* Close button hide (optional) */
.wbSearch .closebtn {
  display: none;
}

/* Icon list */
#top-links ul.icon-only {
  margin: 0;
  padding: 0;
}

/* Circle icon style */
.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #333;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Hover effect */
.icon-circle:hover {
  background: #6ab04c; /* match search green if you want */
  color: #fff;
}

/* Cart inner fix */

/* Hide text but keep accessible */
.icon-only li a span,
.icon-only li span.sr-only {
  display: none;
}

/* Spacing */
#top-links ul li {
  margin-left: 8px;
}
/* Make cart wrapper behave like an icon button */
#top-links .cart-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}




/* Make menu link a flex container */
#menu .navbar-nav > li > a.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 18px;
}

/* Dropdown arrow icon */
#menu .navbar-nav > li > a.header-menu i.fa-angle-down {
  transition: transform 0.3s ease;
}

/* Rotate arrow on hover (desktop) */
@media (min-width: 992px) {
  #menu .navbar-nav > li.dropdown:hover > a.header-menu i.fa-angle-down {
    transform: rotate(180deg);
  }
}
/* ==================================  end header=============================== */


/* Modules */
.service-bar {
    background: #f7fbff;
    padding: 30px 0;
    border-top: 1px solid #eee;
    margin: 0 -15px;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}

.service-item i {
  font-size: 34px;
  color: #51aa1b;
  transition: transform 0.5s ease, color 0.3s ease;
}

.service-item:hover i {
  transform: rotate(360deg);
  color: #51aa1b;
}

.service-text h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-text p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #555;
}
.logo-slider {
    margin-top: 45px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px 0;
}
/* Mobile */
@media (max-width: 767px) {
  .service-item {
    margin-bottom: 20px;
  }
}

/* MOBILE HEADER */
.mobile-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.mobile-header svg {
    width: 40px;
    height: 40px;
    background: transparent;
    width: 20px;
    height: 20px;
}
.mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.mobile-search {
  padding: 8px 10px;
  border-top: 1px solid #eee;
}

.mobile-search input {
  width: 100%;
}
.mobile-icon-sidebar svg {
  fill: currentColor;
  vertical-align: middle;
}
.mobile-top .fa {
    font-size: 20px;
}
.mobile-menu-btn {
  background: none;
  border: none;
  font-size: 20px;
}

.mobile-logo img {
  max-height: 40px;
}

.mobile-bottom ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 8px 0;
  list-style: none;
}

.mobile-bottom a {
  font-size: 18px;
}

/* SIDE NAV */
.mobile-sidenav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #fff;
  overflow-x: hidden;
  transition: 0.3s;
  z-index: 9999;
  padding-top: 20px;
}

.mobile-sidenav .closebtn {
    font-size: 17px;
    display: block;
}
