@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121723;
}
p {
  line-height: 1.85;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shop-wrapper {
  display: flex;
  gap: 30px;
  padding: 20px;
}
/* Sidebar */
.shop-sidebar {
  width: 300px;
  background: #fff;
  padding: 15px;
  border-right: 1px solid #eee;
}
.shop-sidebar span.heading {
  margin: 20px 0;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.shop-sidebar .woof_container_inner h4 {
  margin-bottom: 9px;
  margin-top: 20px;
}
.shop-content {
  flex: 1;
}
.supplier-wrapper {
  position: relative;
}
.supplier-toggle {
  background: #fff;
  padding: 10px 17px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  font-weight: 600;
  height: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
}
/* dropdown */
.supplier-menu {
  position: absolute;
  top: 130%;
  right: -35px;
  width: 300px;
  background: #fff;
  border: 1px solid #ddd;
  display: none;
  z-index: 999;
  overflow-y: auto;
}
/* item */
.supplier-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 7px 12px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #f1f1f1;
}
.supplier-item img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.supplier-item span {
  font-size: 14px;
  font-weight: 700;
}
.supplier-item:hover {
  background: #f9f9f9;
}
.supplier-menu.active {
  display: block;
}
/* arrow */
.sec_container {
  max-width: 1340px;
  margin: auto;
  padding: 0 30px;
  width: 100%;
}
.top-bar {
  background-color: #ffe733;
  padding: 0 20px;
  font-size: 21px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56.15px;
  letter-spacing: 0.02px;
  padding-bottom: 1px;
}
.top-bar p {
  text-align: center;
}
.main-header {
  background-color: #000;
  color: #fff;
}
.main-header .header-flex {
  display: flex;
  align-items: center;
  padding: 15px 0;
  justify-content: space-between;
}
.main-header .header-flex .logo_outer {
  display: flex;
  gap: 32px;
  min-width: 21%;
  min-height: stretch;
}
.main-header .header-flex .logo_outer .logo {
  display: flex;
  align-items: center;
}
.main-header .header-flex .logo_outer .logo img {
  width: 85px;
  height: auto;
}
.main-header .header-flex .mobile_menu_outer {
  width: 38%;
}
.main-header .header-flex .search-bar {
  width: 100%;
}
.main-header .header-flex .search-bar .dgwt-wcas-search-wrapp {
  max-width: 100%;
}
.main-header .header-flex .search-bar .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  padding: 0px;
  background-color: transparent;
}
.main-header .header-flex .search-bar .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  background-color: #fff;
  border-radius: 4px;
  padding: 11px 89px 11px 16px;
  font-size: 14px;
}
.main-header .header-flex .search-bar .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: auto;
  top: 9px;
  right: 14px;
}
.main-header .header-flex .header-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.main-header .header-flex .header-icons a {
  color: #fff;
}
.main-header .header-flex .header-icons a.app-btn img {
  width: 90px;
  height: auto;
}
.main-header .header-flex .header-icons .cart-icon {
  position: relative;
}
.main-header .header-flex .header-icons .cart-icon img {
  filter: invert(1);
  width: 21px;
}
.main-header .header-flex .header-icons .cart-icon .count {
  background: #fff;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -11px;
  right: -13px;
  font-size: 13px;
  color: #000;
}
.nav_outer {
  position: relative;
  background-color: #ffe733;
  height: 55px;
}
.nav_outer .sec_container,
.nav_outer .category-nav,
.nav_outer .menu {
  height: 100%;
}
.nav_outer .menu {
  align-items: normal;
  display: flex;
  /* MORE button */
  /* MORE MENU CONTAINER */
  /* SHOW ON HOVER */
  /* MAIN CATEGORY ITEMS */
  /* SUBMENU (LEFT SIDE) */
  /* SHOW SUBMENU ON HOVER */
  /* OPTIONAL STYLING */
}
.nav_outer .menu > .menu-item {
  padding: 0 10px;
  position: static;
  height: 100%;
  white-space: nowrap;
}
.nav_outer .menu > .menu-item > a {
  height: 100%;
}
.nav_outer .menu .menu-item.more {
  position: relative;
  align-items: center;
}
.nav_outer .menu #moreBtn {
  background: transparent;
  border-radius: 20px;
  cursor: pointer;
  border: 0.5px solid #857a7a;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding-bottom: 11px;
  height: 22px;
}
.nav_outer .menu #moreBtn:hover {
  background-color: #fff;
}
.nav_outer .menu .menu-item.more {
  position: relative;
  padding-right: 0px !important;
}
.nav_outer .menu .more-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 260px;
  background: #fff;
  display: none;
  z-index: 999;
  box-shadow: 0px 0px 5px 0px #909090;
}
.nav_outer .menu .menu-item.more:hover .more-menu {
  display: block;
}
.nav_outer .menu .more-menu > li {
  position: relative;
  padding: 6px 16px;
  cursor: pointer;
  list-style: none;
}
.nav_outer .menu .more-menu > li > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #5a5a5a;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
}
.nav_outer .menu .more-menu > li > a span.arrow {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 19%;
}
.nav_outer .menu .sub-menu {
  position: absolute;
  top: 0;
  right: 100%;
  width: 260px;
  background: #fff;
  display: none;
  overflow-y: auto;
  padding: 15px 15px 0;
  box-shadow: 0px 0px 5px 0px #909090;
}
.nav_outer .menu .sub-menu {
  display: none !important;
}
.nav_outer .menu .more-menu > li:hover .sub-menu {
  display: block !important;
}
.nav_outer .menu .sub-menu li {
  list-style: none;
  margin-bottom: 8px;
}
.nav_outer .menu .sub-menu a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #5a5a5a;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
}
.nav_outer .menu .menu-item > a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.nav_outer .menu .menu-item > a i {
  font-size: 12px;
}
.nav_outer .menu .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  display: none;
  padding: 40px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 111;
}
.nav_outer .menu .menu-item:hover .submenu {
  display: block;
}
.nav_outer .menu .wide {
  display: flex;
  gap: 40px;
}
.nav_outer .menu .wide > li {
  list-style: none;
  width: 100%;
}
.nav_outer .menu .wide ul {
  padding: 0;
  margin: 0;
}
.nav_outer .menu .wide ul li {
  list-style: none;
  margin-bottom: 15px;
}
.nav_outer .menu .wide ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.nav_outer .menu .wide ul li a:hover {
  color: #0073aa;
}
.nav_outer .menu .img.category img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 6px;
}
.front-page .sales-banner {
  margin: 56px 0 88px;
}
.front-page .sales-banner .sales-banner-inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.front-page .sales-banner .sales-banner-inner a.btn {
  padding: 7px 20px;
  background: #23201c;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.85;
}
.front-page .sales-banner .sales-banner-inner h2.heading {
  font-size: 21px;
  font-weight: 700;
  margin: 12px 0px;
  font-family: sans-serif;
}
.front-page .sales-banner .sales-banner-inner p {
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 12px;
  font-weight: 500;
  font-family: sans-serif;
}
.front-page .sales-banner .sales-banner-inner .flex.flex-app {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}
.front-page .sales-banner .sales-banner-inner .flex.flex-app a,
.front-page .sales-banner .sales-banner-inner .flex.flex-app img {
  width: 100%;
}
.front-page .sales-banner .sales-banner-inner > div {
  background: url(http://wpdev.idlvr.com.au/wp-content/uploads/2026/05/bg-1-2.png);
  padding: 14px 20px;
  display: flex;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
}
.front-page .sales-banner .sales-banner-inner > div > div:first-child {
  min-width: 232px;
  max-width: 246px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.front-page .sales-banner .sales-banner-inner > div:nth-child(2) p {
  max-width: 149px;
}
.front-page .sales-banner .sales-banner-inner > div:nth-child(2) p ~ p {
  max-width: 139px;
}
.front-page .sales-banner .book-btns {
  display: flex;
  align-items: center;
  gap: 5px;
}
.front-page .sales-banner .sales-banner-inner > div:nth-child(2) .imgb {
  margin-left: -34px;
  margin-right: -20px;
}
.front-page .sales-banner .sales-banner-inner > div:nth-child(3) > div:first-child > div {
  margin-top: 20px;
}
.front-page .sales-banner .sales-banner-inner > div:nth-child(3) .imgb {
  margin-left: -126px;
  margin-right: -25px;
  margin-bottom: -13px;
}
.front-page .sales-banner .imgb img {
  width: 100%;
}
@media (max-width: 767px) {
  .front-page .sales-banner {
    margin: 0px 0px 20px;
  }
  .front-page .sales-banner .sales-banner-inner {
    overflow: auto;
    margin-right: -20px;
  }
  .front-page .sales-banner .sales-banner-inner > div {
    min-width: 329px;
    padding: 10px 15px;
  }
  .front-page .sales-banner .sales-banner-inner > div:first-child > div:first-child {
    min-width: 170px;
  }
  .front-page .sales-banner .sales-banner-inner a.btn {
    padding: 6px 16px;
  }
  .front-page .sales-banner .item.item_1:first-child > div:last-child {
    width: 100%;
    text-align: center;
  }
  .front-page .sales-banner .item.item_1:first-child .imgb img {
    height: 141px !important;
    object-fit: cover;
  }
  .front-page .sales-banner .sales-banner-inner > div:nth-child(2) .imgb {
    margin-left: -49px;
  }
  .front-page .sales-banner .sales-banner-inner > div:nth-child(3) > div:first-child > div {
    margin-top: 20px;
  }
}
.front-page .tabs-section {
  padding: 40px 20px;
  /* Tabs */
}
.front-page .tabs-section .tabs {
  display: flex;
  background: #f9f9f9;
  border-radius: 20px;
  padding: 8px;
  width: fit-content;
  margin: auto;
  border: 1px solid #e0e2e3;
  text-align: center;
  margin-bottom: 30px;
}
.front-page .tabs-section .tab-btn {
  width: 100%;
  display: block;
  max-width: fit-content;
  min-width: auto;
  margin: 0px;
  color: #2b2b2b;
  padding: 0px;
  height: auto !important;
  background-color: transparent;
  min-height: auto;
  padding: 20px 27px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}
.front-page .tabs-section .tab-btn.active {
  background: #ffe733;
}
.front-page .tabs-section .tab-content {
  display: none;
}
.front-page .tabs-section .tab-content h2 {
  margin-bottom: 40px;
  font-size: 24px;
}
.front-page .tabs-section .tab-content .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  align-items: flex-end;
}
.front-page .tabs-section .tab-content .grid .category-card {
  width: 100%;
  max-width: 169px;
}
.front-page .tabs-section .tab-content .grid .category-card img {
  width: 100%;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
}
.front-page .tabs-section .tab-content .grid .category-card h4 {
  margin-top: 20px;
  color: initial;
  font-weight: 600;
  font-size: 14px;
}
.front-page .tabs-section .tab-content .grid .category-card h4 span {
  margin-left: 5px;
  font-size: 18px;
}
.front-page .tabs-section #supplier .grid .category-card {
  max-width: 243px;
}
.front-page .tabs-section .tab-content.active {
  display: block;
}
section.footer-top {
  position: relative;
  padding: 50px 0;
  background: url(http://wpdev.idlvr.com.au/wp-content/uploads/2026/05/Shopify_-_for_footer-1-scaled.png);
  background-size: 100% 100%;
  background-position: right;
}
section.footer-top .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.footer-top .flex .logo img {
  width: 189px;
}
section.footer-top .flex .img_outer {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
section.footer-top .flex .img_outer img {
  height: 60px !important;
}
section.footer-top .text {
  margin-top: 56px;
  align-items: flex-end;
}
section.footer-top .text h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 11px;
}
section.footer-top .text p {
  font-size: 28px;
  margin: 0px;
}
section.footer-top .text a {
  background: #23201c;
  color: #ffffff;
  padding: 10px 28px;
  font-size: 19px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.85;
}
.footer {
  background-color: #141617;
  text-align: center;
  position: relative;
}
.footer .custom-section-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  text-align: left;
  justify-content: space-between;
  padding: 32px 0 20px;
}
.footer .custom-section-inner .app_links {
  display: flex;
  gap: 16px;
}
.footer .custom-section-inner .app_links img {
  height: 47px !important;
}
.footer .custom-section-inner .footer-social-icons ul {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0px;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.footer .custom-section-inner .footer-social-icons ul li {
  font-weight: 600;
  font-size: 17px;
}
.footer .custom-section-inner .footer-social-icons ul li a {
  color: #fff !important;
  font-size: 22px;
  text-decoration: none;
}
.footer .copyright_sec p {
  margin: 0px;
  padding: 10px 0 32px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.shop-wrapper h1.page-title,
.shop-wrapper.parent-category h1.page-title,
.shop-wrapper.child-category h1.page-title {
  text-align: center;
  font-size: 40px;
  padding: 5px;
  margin: 25px 0;
}
.shop-wrapper .products .product-category,
.shop-wrapper.parent-category .products .product-category,
.shop-wrapper.child-category .products .product-category {
  border: 1px solid #dddddd;
  padding: 20px;
  margin: 0px;
  width: 25%;
  margin-bottom: 16px;
}
.shop-wrapper .products .product-category h2.woocommerce-loop-category__title,
.shop-wrapper.parent-category .products .product-category h2.woocommerce-loop-category__title,
.shop-wrapper.child-category .products .product-category h2.woocommerce-loop-category__title {
  color: initial;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.shop-wrapper .products .product-category h2.woocommerce-loop-category__title:after,
.shop-wrapper.parent-category .products .product-category h2.woocommerce-loop-category__title:after,
.shop-wrapper.child-category .products .product-category h2.woocommerce-loop-category__title:after {
  content: "›";
  font-size: 16px;
  margin-left: 5px;
}
.shop-wrapper .flex-box,
.shop-wrapper.parent-category .flex-box,
.shop-wrapper.child-category .flex-box {
  display: flex;
  gap: 20px;
}
.shop-wrapper .products,
.related-products .products {
  display: flex;
  flex-wrap: wrap;
}
.shop-wrapper .products .custom-product-card,
.related-products .products .custom-product-card {
  margin-right: 0px !important;
  border: 0.5px solid #dddddd;
  padding: 20px !important;
  margin-bottom: 0 !important;
  width: 25% !important;
}
.shop-wrapper .products .custom-product-card .product-card,
.related-products .products .custom-product-card .product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.shop-wrapper .products .custom-product-card .product-card .product-image img,
.related-products .products .custom-product-card .product-card .product-image img {
  height: 199px;
  object-fit: contain;
}
.shop-wrapper .products .custom-product-card .product-card span.product-brand,
.related-products .products .custom-product-card .product-card span.product-brand {
  opacity: 0.53;
  font-weight: 400;
  line-height: 22.2px;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}
.shop-wrapper .products .custom-product-card .product-card .product-title,
.related-products .products .custom-product-card .product-card .product-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.shop-wrapper .products .custom-product-card .product-card .product-title a,
.related-products .products .custom-product-card .product-card .product-title a {
  color: inherit;
}
.shop-wrapper .products .custom-product-card .product-card .product-price,
.related-products .products .custom-product-card .product-card .product-price {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0 15px;
}
.shop-wrapper .products .custom-product-card .product-card .product-actions,
.related-products .products .custom-product-card .product-card .product-actions {
  display: flex;
  gap: 10px;
}
.shop-wrapper .products .custom-product-card .product-card .product-actions a,
.related-products .products .custom-product-card .product-card .product-actions a {
  background-color: #ffe733;
  border: 1px solid #ffe733;
  color: #000;
  padding: 11px;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: auto;
  transition: all 0.5s;
  font-size: 14px;
}
.shop-wrapper .products .custom-product-card .product-card .product-actions a i,
.related-products .products .custom-product-card .product-card .product-actions a i {
  color: #000;
  font-size: 14px;
}
.shop-wrapper .products .custom-product-card .product-card .product-actions a.btn-whatsapp,
.related-products .products .custom-product-card .product-card .product-actions a.btn-whatsapp {
  background-color: #23d366;
  border: 1px solid #23d366;
}
.shop-wrapper .products .custom-product-card .product-card .product-actions a.btn-whatsapp i,
.related-products .products .custom-product-card .product-card .product-actions a.btn-whatsapp i {
  color: #fff;
}
.shop-wrapper .products .custom-product-card .product-card .product-qty,
.related-products .products .custom-product-card .product-card .product-qty {
  display: flex;
  margin-top: 10px;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.shop-wrapper .products .custom-product-card .product-card .product-qty button,
.related-products .products .custom-product-card .product-card .product-qty button {
  min-width: auto !important;
  min-height: auto !important;
  padding: 7px;
  margin: 0 !important;
  font-size: 23px;
  line-height: 1;
  width: 100%;
  border-radius: 12px;
  border: none;
  background: #ffe733;
  cursor: pointer;
}
.shop-wrapper .products .custom-product-card .product-card .product-qty input,
.related-products .products .custom-product-card .product-card .product-qty input {
  width: 43px;
  padding: 0;
  height: 38px;
  border: 1px solid #f7f7f7;
  text-align: center;
}
.shop-wrapper .products .custom-product-card .product-card .custom-add-to-cart,
.related-products .products .custom-product-card .product-card .custom-add-to-cart {
  border: none;
  margin: 0;
  width: 100%;
  text-align: center;
  min-height: auto;
  padding: 7px;
  min-height: 42px;
  background: #ffe733;
  border-radius: 12px;
  cursor: pointer;
}
.shop-wrapper .products .custom-product-card .product-card .custom-add-to-cart i,
.related-products .products .custom-product-card .product-card .custom-add-to-cart i {
  font-size: 20px;
}
.related-products section.related.products {
  display: block;
}
.related-products section.related.products > h2 {
  text-align: center;
  font-size: 32px;
  margin: 60px 0 20px;
}
.related-products section.related.products .product-image img {
  min-height: 279px;
  max-height: 279px;
  object-fit: cover;
}
.cart-added-bar {
  position: fixed;
  bottom: -120px;
  left: 0;
  width: 100%;
  background: #f3f3f3;
  box-shadow: 0 -2px 10px #00000026;
  transition: 0.3s;
  z-index: 9999;
}
.cart-added-bar.show {
  bottom: 0;
}
.cart-added-bar .cart-added-inner {
  max-width: 1200px;
  margin: auto;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-added-bar .cart-added-inner .cart-added-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-added-bar .cart-added-inner .cart-added-info img {
  width: 70px !important;
  height: 50px !important;
  object-fit: contain;
  object-position: center;
}
.cart-added-bar .cart-added-inner .cart-added-info p,
.cart-added-bar .cart-added-inner .cart-added-info strong {
  font-size: 14px;
}
.cart-added-bar .cart-added-inner .cart-added-info p {
  margin-top: 5px;
}
.cart-added-bar .cart-added-inner .cart-added-actions {
  display: flex;
  gap: 12px;
}
.cart-added-bar .cart-added-inner .cart-added-actions > a {
  margin: 0px;
}
.cart-added-bar .cart-added-inner .cart-added-actions .review-cart {
  background: #ffe733;
  color: #000;
  padding: 14px 18px;
  text-decoration: none;
  font-weight: 700;
  border: 0px solid;
  border-radius: 12px;
  width: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.cart-added-bar .cart-added-inner .cart-added-actions .continue-shopping {
  background: #fff;
  border: 2px solid #333;
  padding: 14px 18px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  border-radius: 12px;
  width: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.woof_products_top_panel {
  display: none !important;
}
.shop-sidebar .woof_container:has(.woof_husky_txt-input) {
  display: none !important;
}
.shop-top-search .woof_container {
  display: none !important;
}
/* Show ONLY search */
.shop-top-search .woof_container:has(.woof_husky_txt-input) {
  display: block !important;
}
span.woof_husky_txt-cross,
a.woof_text_search_go,
.woof_husky_txt-option-breadcrumb {
  display: none !important;
}
.woof_husky_txt-input {
  width: 100%;
  min-height: 44px;
  margin-bottom: 0 !important;
  padding: 10px;
}
.woof_husky_txt-option-title a {
  color: #000;
}
.irs--round .irs-bar,
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #ffe733 !important;
  color: #000 !important;
}
.irs--round .irs-handle {
  border-color: #ffe733 !important;
}
.woof label {
  font-size: 14px;
}
p.woocommerce-result-count {
  font-size: 14px;
}
select.orderby {
  border: none;
  font-weight: 800;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  font-size: 20px;
  padding: 5px;
}
.woocommerce nav.woocommerce-pagination ul li a {
  color: #000;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ffe733;
}
.single-product {
  /* Buttons */
  /* Delivery */
  /* Cart */
}
.single-product .woocommerce-breadcrumb,
.single-product #sidebar,
.single-product .woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}
.single-product .single_product_inner {
  display: flex;
  gap: 60px;
  margin-top: 40px;
  justify-content: space-between;
}
.single-product .single_product_inner > div {
  width: 100%;
}
.single-product .single_product_inner > div.product-right {
  width: 86%;
}
.single-product .product-left img {
  width: 100%;
  border-radius: 10px;
  max-height: 499px;
  object-fit: cover;
}
.single-product .product-right h1 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
.single-product .vendor {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-product .description {
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
}
.single-product .price {
  font-size: 22px;
  margin: 15px 0;
}
.single-product .contact-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.single-product .call-btn {
  background: #ffe733;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .call-btn i {
  color: #000;
}
.single-product .whatsapp-btn {
  background: #25d366;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.single-product .delivery_options > span {
  display: block;
  margin: 10px 0;
  font-size: 16px;
}
.single-product .delivery_options .flex {
  text-align: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.single-product .delivery_options .flex > div {
  border: 1px solid #e7e5e4;
  padding: 0.75rem;
  border-radius: 10px;
  transition: all 0.5s;
}
.single-product .delivery_options .flex > div img {
  width: 38px !important;
  height: 37px !important;
  padding: 0.5rem;
  background-color: #f3f4f6;
  border: 1px solid #e7e5e4;
  border-radius: 50%;
}
.single-product .delivery_options .flex b {
  display: block;
  margin: 8px 0;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
}
.single-product .delivery_options .flex span {
  font-size: 10px;
  display: block;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.3;
  padding: 0 4px;
}
.single-product .cart-section form {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 20px;
}
.single-product .cart-section form .quantity {
  display: flex;
  margin-top: 10px;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  width: 165px;
}
.single-product .cart-section form .quantity button {
  min-width: auto !important;
  min-height: auto !important;
  padding: 7px;
  margin: 0 !important;
  font-size: 23px;
  line-height: 1;
  width: 100%;
  border-radius: 12px;
  border: none;
  background: #ffe733;
  cursor: pointer;
}
.single-product .cart-section form .quantity .qty {
  width: 43px;
  padding: 0;
  height: 38px;
  border: 1px solid #f7f7f7;
  text-align: center;
}
.single-product .cart-section form .single_add_to_cart_button {
  padding: 7px;
  min-height: 42px;
  background: #ffe733;
  border-radius: 12px;
  max-width: fit-content;
  min-width: 97px !important;
}
.single-product .cart-section form .single_add_to_cart_button:hover {
  background: #ffe733;
  cursor: pointer;
  opacity: 0.7;
}
.single-product .cart-section form .single_add_to_cart_button img.cart-icon {
  width: 28px;
}
.woocommerce-message {
  display: none;
}
.cart_outer {
  padding: 40px 0 0;
}
.cart_outer h1 {
  font-weight: 400;
}
.cart_outer div > a {
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 40px;
  font-weight: 500;
}
.cart_outer .cart_inner {
  display: flex;
  gap: 50px;
}
.cart_outer .cart_inner > div {
  width: 100%;
}
.cart_outer .cart_inner > div.cart_left .coupon {
  display: none;
}
.cart_outer .cart_inner > div.cart_left .coupon ~ button {
  margin-bottom: 0px !important;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table {
  border-bottom: 1px dashed #c0c5c8;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 25px;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table thead tr {
  background-color: #f7f7f7;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table thead tr th {
  border-top: 1px solid #e0e2e3;
  border-bottom: 1px solid #e0e2e3;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: #4f585e;
  padding: 16px 10px;
  line-height: 1;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table thead tr th:last-child {
  text-align: right;
  padding-right: 30px;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table thead tr th.product-subtotal {
  text-align: right;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody .product-thumbnail img {
  width: 101px;
  height: 70px !important;
  border: 1px solid #c0c5c8;
  border-radius: 8px;
  object-fit: cover;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody td.product-name a {
  max-width: 320px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody td.product-name b {
  font-size: 14px;
  opacity: 0.53;
  font-weight: 300;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody td.product-name br {
  display: none;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody .product-quantity .quantity {
  position: relative;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody .product-quantity .quantity input {
  width: 65px;
  padding-left: 10px;
  border: 1px solid #e0e2e3;
  border-radius: 8px !important;
  height: 50px;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody .product-quantity .quantity .qty-plus {
  position: absolute;
  top: 8px;
  font-size: 13px;
  left: 29%;
  cursor: pointer;
  border: none;
  background: transparent;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody .product-quantity .quantity button.qty-minus {
  position: absolute;
  bottom: 8px;
  font-size: 13px;
  left: 29%;
  cursor: pointer;
  border: none;
  background: transparent;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody td.product-remove,
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody td.product-subtotal {
  text-align: right;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody td.product-remove i,
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody td.product-subtotal i {
  color: #000;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody td.actions button {
  margin-bottom: 20px;
  padding: 10px 15px;
  font-weight: 600;
}
.cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody td.actions button:not(:disabled) {
  background: #ffe733;
  border-color: transparent;
  border-radius: 7px;
}
.cart_outer .cart_inner > div.cart_right {
  width: 41%;
  position: relative;
  top: -50px;
}
.cart_outer .cart_inner > div.cart_right > div .cart_totals {
  width: 100% !important;
}
.cart_outer .cart_inner > div.cart_right > div h2 {
  display: none;
}
.cart_outer .cart_inner > div.cart_right > div table {
  width: 100%;
}
.cart_outer .cart_inner > div.cart_right > div table tr.cart-discount {
  display: none;
}
.cart_outer .cart_inner > div.cart_right > div table th {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
}
.cart_outer .cart_inner > div.cart_right > div table td {
  width: 100%;
  font-weight: 400;
}
.cart_outer .cart_inner > div.cart_right > div table span.woocommerce-Price-amount.amount {
  font-weight: 400;
  font-size: 13px;
}
.cart_outer .cart_inner > div.cart_right > div table tr.order-total {
  display: none;
}
.cart_outer .cart_inner > div.cart_right > div .checkout-button {
  background: #ffe733;
  font-size: 16px;
  border-radius: 12px;
  margin: 0px;
  margin-top: 20px;
}
.cart_outer .cart_inner > div.cart_right > div .wc-proceed-to-checkout {
  padding-top: 0px !important;
}
.cart_outer .cart_inner > div.cart_right > div .wc-proceed-to-checkout h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
}
.cart_outer .cart_inner > div.cart_right > div .wc-proceed-to-checkout .payment-detail-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.cart_outer .cart_inner > div.cart_right > div .wc-proceed-to-checkout .payment-detail-item span {
  font-size: 13px;
}
span#scheduled_delivery_options_text {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
}
.checkout-wrapper {
  display: flex;
  gap: 40px;
  max-width: 90%;
  margin: 40px auto;
}
.checkout-wrapper p#billing_address_2_field {
  display: none !important;
}
.checkout-wrapper > div {
  width: 100%;
}
.checkout-wrapper > div.checkout-left .woocommerce-billing-fields h3 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.checkout-wrapper > div.checkout-left .woocommerce-billing-fields label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.checkout-wrapper > div.checkout-left .woocommerce-billing-fields input,
.checkout-wrapper > div.checkout-left .woocommerce-billing-fields textarea {
  min-height: 50px;
  border-radius: 14px !important;
  padding: 0 16px !important;
  border: 1px solid #e0e2e3;
}
.checkout-wrapper > div.checkout-left .woocommerce-billing-fields .select2-selection--single {
  min-height: 45px;
  padding-top: 5px;
  border: 1px solid #d1d1d1;
}
.checkout-wrapper > div.checkout-left .woocommerce-billing-fields .phone-prefix-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.checkout-wrapper > div.checkout-left .woocommerce-billing-fields .phone-prefix-wrapper .custom-error {
  position: absolute;
  bottom: -22px;
}
.checkout-wrapper > div.checkout-left .woocommerce-billing-fields .phone-prefix-wrapper .phone-prefix {
  min-height: 50px;
  border-radius: 14px !important;
  padding: 0 16px !important;
  border: 1px solid #e0e2e3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 14px;
}
.checkout-wrapper > div.checkout-left .woocommerce-billing-fields .phone-email-row {
  display: flex;
  gap: 12px;
  clear: both;
  justify-content: space-between;
}
.checkout-wrapper > div.checkout-left .woocommerce-billing-fields .phone-email-row .form-row {
  width: 47%;
}
.checkout-wrapper > div.checkout-left .woocommerce-additional-fields h3 {
  display: none;
}
.checkout-wrapper > div.checkout-left .woocommerce-additional-fields textarea {
  border-radius: 14px !important;
  padding: 15px 16px !important;
  height: 100px;
  border: 1px solid #e0e2e3;
}
.checkout-wrapper > div.checkout-left .woocommerce-additional-fields label {
  font-size: 14px;
  font-weight: 600;
}
.checkout-wrapper > div.checkout-right {
  width: 60%;
}
.checkout-wrapper > div.checkout-right #payment {
  background-color: transparent;
}
.checkout-wrapper > div.checkout-right .place-order {
  margin-top: 150px !important;
}
.checkout-wrapper > div.checkout-right .woocommerce-form-coupon-toggle .woocommerce-info {
  padding: 16px;
  border: 1px solid #e0e2e3;
  border-radius: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #4f585e;
}
.checkout-wrapper > div.checkout-right .woocommerce-form-coupon-toggle .woocommerce-info a {
  display: block;
  color: #18c079;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 16px;
  background: #fff;
  margin: 0 -16px;
  position: relative;
  top: 15px;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #e0e2e3;
}
.checkout-wrapper > div.checkout-right .woocommerce-form-coupon-toggle .woocommerce-info:before {
  display: none;
}
.checkout-wrapper > div.checkout-right h3 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}
.checkout-wrapper > div.checkout-right .shop_table thead {
  border-bottom: 1px solid #e0e2e3;
  background: #f7f7f7;
  border-radius: 10px;
}
.checkout-wrapper > div.checkout-right .shop_table thead th {
  padding: 16px;
  border-radius: 10px 0px 0px 0px;
  color: #4f585e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.checkout-wrapper > div.checkout-right .shop_table thead th:last-child {
  text-align: right;
  border-radius: 0px 10px 0px 0;
}
.checkout-wrapper > div.checkout-right .shop_table tbody td {
  padding: 16px 12px;
}
.checkout-wrapper > div.checkout-right .shop_table tbody td a {
  color: #23201c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.checkout-wrapper > div.checkout-right .shop_table tbody td .product-quantity {
  display: block;
  opacity: 0.6;
  color: #23201c;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.checkout-wrapper > div.checkout-right .shop_table tbody td:last-child {
  text-align: right;
}
.checkout-wrapper > div.checkout-right .shop_table tfoot th,
.checkout-wrapper > div.checkout-right .shop_table tfoot td {
  color: #23201c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 16px 12px;
  line-height: 150%;
}
.checkout-wrapper > div.checkout-right .shop_table tfoot td:last-child {
  text-align: right;
}
.checkout-wrapper > div.checkout-right .shop_table tfoot .fee th,
.checkout-wrapper > div.checkout-right .shop_table tfoot .fee td {
  border: none;
  padding-top: 0px;
}
.checkout-wrapper > div.checkout-right .shop_table tfoot .order-total th,
.checkout-wrapper > div.checkout-right .shop_table tfoot .order-total td {
  color: #23201c;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  padding: 20px 12px;
  line-height: 150%;
}
.checkout-wrapper > div.checkout-right ul.wc_payment_methods.payment_methods.methods {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  padding: 0px !important;
}
.checkout-wrapper > div.checkout-right ul.wc_payment_methods.payment_methods.methods .payment_method_stripe > label {
  background-color: #f7f7f7;
  display: block;
  padding: 16px;
  border-radius: 10px 0px 0px 0px;
  color: #4f585e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.checkout-wrapper > div.checkout-right ul.wc_payment_methods.payment_methods.methods .payment_box.payment_method_stripe {
  background: #fff !important;
}
.checkout-wrapper > div.checkout-right ul.wc_payment_methods.payment_methods.methods .payment_box.payment_method_stripe::before {
  display: none !important;
}
.checkout-wrapper > div.checkout-right ul.wc_payment_methods.payment_methods.methods .payment_box.payment_method_stripe fieldset {
  border: none;
  padding: 0px;
}
.checkout-wrapper > div.checkout-right ul.wc_payment_methods.payment_methods.methods .payment_box.payment_method_stripe img.stripe-cards-icon.stripe-icon {
  display: none;
}
.checkout-wrapper > div.checkout-right ul.wc_payment_methods.payment_methods.methods .payment_box.payment_method_stripe .wc-saved-payment-methods li {
  padding: 10px 15px;
  border: 1px solid;
  border-radius: 12px;
  border: 2px solid #efefef;
  background: #fff;
}
.checkout-wrapper > div.checkout-right .woocommerce-form-coupon {
  padding: 0px;
  border: none;
}
.checkout-wrapper > div.checkout-right .woocommerce-form-coupon p {
  float: none;
}
.checkout-wrapper > div.checkout-right .woocommerce-form-coupon p.form-row-first {
  width: 100%;
}
.checkout-wrapper > div.checkout-right .woocommerce-form-coupon p.form-row-first input {
  height: 50px;
  border: 1px solid #c8c8c8;
  font-size: 14px;
  padding: 12px;
  border-radius: 12px;
}
.checkout-wrapper > div.checkout-right .place-order {
  background: #fff;
  padding: 1em 0 !important;
}
.checkout-wrapper > div.checkout-right .place-order button {
  width: 100%;
  background: #ffe733;
  color: #000;
  padding: 18px;
  border-radius: 10px;
  float: none !important;
  transition: all 0.3s;
}
.checkout-wrapper > div.checkout-right .place-order button:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.3s;
}
.checkout-wrapper > div.checkout-right .place-order #create-draft-order-outer .or {
  position: relative;
  margin: 15px 0;
}
.checkout-wrapper > div.checkout-right .place-order #create-draft-order-outer .or:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c2c2c2;
}
.checkout-wrapper > div.checkout-right .place-order #create-draft-order-outer .or span {
  display: block;
  background: #fff;
  position: relative;
  z-index: 111111;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  padding: 5px 10px;
  font-weight: 600;
}
.checkout-wrapper > div.checkout-right .place-order #create-draft-order-outer button {
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: transparent;
  border: 1px solid;
}
.checkout-wrapper > div.checkout-right .place-order #create-draft-order-outer button:hover {
  background: transparent;
  border: 1px solid;
  color: #000;
}
.checkout-wrapper > div.checkout-right .woocommerce-privacy-policy-text {
  display: none;
}
.checkout-wrapper-outer.for-coupon {
  position: relative;
}
.checkout-wrapper-outer.for-coupon .checkout-right {
  position: relative;
}
.checkout-wrapper-outer.for-coupon .checkout-right .checkout-coupon-wrapper {
  position: absolute;
  top: -362px;
  width: 100%;
}
.checkout-wrapper-outer.for-coupon .checkout-right .checkout-coupon-wrapper span#coupon-error-notice {
  position: absolute;
  bottom: -28px;
  left: 0;
  font-size: 14px;
  color: red;
}
@media (max-width: 767px) {
  .checkout-wrapper-outer.for-coupon .checkout-right .checkout-coupon-wrapper {
    top: -400px;
  }
}
.custom-thankyou {
  margin: 80px 0;
}
.custom-thankyou .sec_container {
  max-width: 800px;
}
.custom-thankyou .thankyou-header {
  text-align: center;
}
.custom-thankyou .thankyou-header .title {
  color: #18c079;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.custom-thankyou .thankyou-header h1 {
  color: #23201c;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 10px;
}
.custom-thankyou .thankyou-header .received-text {
  color: #23201c;
  text-align: center;
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 71%;
}
.custom-thankyou .thankyou-header p {
  color: #23201c;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 65px;
  line-height: normal;
}
.custom-thankyou .order_details {
  background-color: #f7f7f7;
  border-radius: 12px;
}
.custom-thankyou .order_details li {
  width: 100%;
  border-right: 1px solid #cecece !important;
  margin-right: 0px !important;
  padding: 12px 16px !important;
  color: #918f8d;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 150% !important;
}
.custom-thankyou .order_details li strong {
  color: #23201c;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.custom-thankyou .order_details li:last-child {
  border: none !important;
}
.custom-thankyou .woocommerce-notice--success {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.custom-thankyou ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-thankyou .flex-box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.custom-thankyou .flex-box > p {
  display: none;
}
.custom-thankyou .flex-box > section {
  width: 100%;
}
.custom-thankyou .flex-box > section h2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}
.custom-thankyou .flex-box > section .order_details {
  background-color: transparent;
  border-radius: 12px;
}
.custom-thankyou .flex-box > section .order_details thead {
  border-bottom: 1px solid #e0e2e3;
  background: #f7f7f7;
  border-radius: 10px;
}
.custom-thankyou .flex-box > section .order_details thead th {
  padding: 16px;
  border-radius: 10px 0px 0px 0px;
  color: #4f585e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.custom-thankyou .flex-box > section .order_details thead th:last-child {
  text-align: right;
  border-radius: 0px 10px 0px 0;
}
.custom-thankyou .flex-box > section .order_details tbody td:last-child {
  text-align: right;
}
.custom-thankyou .flex-box > section .order_details tbody td {
  padding: 16px 12px;
}
.custom-thankyou .flex-box > section .order_details tbody td a {
  color: #23201c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.custom-thankyou .flex-box > section .order_details tbody td .product-quantity {
  display: block;
  opacity: 0.6;
  color: #23201c;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.custom-thankyou .flex-box > section .order_details tfoot tr td:last-child {
  text-align: right;
}
.custom-thankyou .flex-box > section .order_details tfoot tr th,
.custom-thankyou .flex-box > section .order_details tfoot tr td {
  color: #23201c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 16px 12px;
  line-height: 150%;
}
.custom-thankyou .flex-box > section .order_details tfoot tr:nth-last-child(3) th,
.custom-thankyou .flex-box > section .order_details tfoot tr:nth-last-child(3) td {
  color: #23201c;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  padding: 20px 12px;
  line-height: 150%;
}
.custom-thankyou .flex-box > section .order_details tfoot tr:nth-last-child(2),
.custom-thankyou .flex-box > section .order_details tfoot tr:last-child {
  display: none;
}
.custom-thankyou .flex-box section.woocommerce-customer-details {
  display: none;
}
.cart-empty-wrapper {
  margin: 20px 0;
}
.cart-empty-wrapper .cart-empty-inner {
  max-width: 45%;
  margin: auto;
  text-align: center;
}
.cart-empty-wrapper .cart-empty-inner h2 {
  font-size: 30px;
  margin: 20px 0;
  font-weight: 400;
}
.cart-empty-wrapper .cart-empty-inner p {
  font-weight: 400;
  font-size: 14px;
  margin: 20px 0 60px;
}
.cart-empty-wrapper .cart-empty-inner img {
  width: 300px;
  display: block;
  margin: auto;
}
.cart-empty-wrapper .cart-empty-inner a {
  background: #fbde4d;
  color: #000;
  width: 100%;
  display: block;
  max-width: 50%;
  margin: auto;
  padding: 16px;
  font-weight: 500;
  margin-top: 25px;
  font-size: 14px;
  border-radius: 6px;
  margin-bottom: 40px;
}
.mbl_logo {
  display: none;
}
.checkout-added-bar {
  position: fixed;
  bottom: -120px;
  left: 0;
  width: 100%;
  background: #f3f3f3;
  box-shadow: 0 -2px 10px #00000026;
  z-index: 9999;
  transition: transform 0.3s ease;
}
.checkout-added-bar.active {
  bottom: 0;
}
.checkout-added-bar .cart-added-inner {
  max-width: 1200px;
  margin: auto;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .checkout-added-bar .cart-added-inner {
    padding: 15px;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
.checkout-added-bar .cart-added-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.checkout-added-bar .cart-added-info strong.total_bottom_bar {
  font-size: 22px;
  font-family: monospace;
}
.checkout-added-bar .cart-added-actions a {
  margin: 0px;
  margin: 0;
  white-space: nowrap;
  height: 50px;
  padding: 0 30px !important;
  width: auto !important;
  letter-spacing: 1px;
  background: #ffe733 !important;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #000;
}
.mobile-filter-btn {
  display: none;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 85%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: 0.3s;
  overflow-y: auto;
}
.mobile-menu.active {
  left: 0;
}
.mobile-menu-header {
  background: #000;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.menu-level {
  display: none;
}
.menu-level.active {
  display: block;
}
.menu-level ul {
  list-style: none;
  padding: 0;
}
.menu-level li {
  padding: 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
}
.menu-level li .arrow {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
.menu-level li a {
  color: #000;
  font-size: 16px;
}
.menu-item-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.menu-item-inner img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.menu-level li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-level li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.arrow {
  font-size: 18px;
}
.menu-level .back {
  padding: 15px;
  color: #f5c400;
  font-weight: bold;
  cursor: pointer;
}
.mobile-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: none;
  z-index: 9998;
}
.mobile-menu-overlay.active {
  display: block;
}
/* Toggle button */
.mobile-menu-toggle {
  display: none;
}
.two_vendors b {
  font-size: 16px;
  margin-bottom: 6px;
}
.two_vendors {
  padding: 15px 15px 10px;
  background: #18c079;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 20px;
}
.info_text_outer img {
  position: relative;
  top: 4px;
}
.info_text_outer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  font-size: 12px;
}
div#vehicle-question-container > div:only-child {
  width: 100%;
}
div#vehicle-question-container > div {
  width: 49%;
}
@media (max-width: 1200px) {
  .sec_container {
    padding: 0 20px;
  }
  .main-header .header-flex .logo_outer {
    margin-right: 15px;
    gap: 15px;
  }
  .mobile_menu_outer {
    width: 29%;
  }
  .main-header .header-flex .search-bar {
    margin-right: 15px;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .mobile-menu-toggle {
    display: inline-block;
    font-size: 20px;
    background: none;
    border: none;
  }
  .mobile_menu_outer {
    display: flex;
    width: auto !important;
    gap: 5px;
  }
  .mobile_menu_outer .mobile-menu-toggle i {
    color: #fff;
  }
  .mbl_logo {
    display: block;
    position: relative;
    left: -20px;
  }
  .mbl_logo img {
    width: 100%;
    max-width: 85px;
    height: auto;
  }
  div#category {
    margin-bottom: 30px;
  }
  .main-header .header-flex .search-bar {
    width: auto;
  }
  .sec_container {
    padding: 0 20px;
  }
  .main-header .header-flex .header-icons a {
    display: none;
  }
  .main-header .header-flex a.cart-icon {
    display: block;
  }
  .supplier-wrapper,
  .main-header .header-flex .logo_outer {
    display: none;
  }
  .dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
    fill: #fff;
  }
  .main-header .header-flex .search-bar .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    background-color: transparent;
    padding: 0px;
    display: none;
  }
  .dgwt-wcas-sf-wrapp {
    width: max-content !important;
  }
  .main-header .header-flex .search-bar .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    position: static;
  }
  .dgwt-wcas-search-wrapp {
    min-width: auto;
  }
  .nav_outer {
    display: none;
  }
  .top-bar {
    height: auto;
    font-size: 20px;
    padding: 15px 20px;
  }
  .top-bar p {
    text-align: center;
    line-height: 1.2;
  }
  .main-header .header-flex {
    padding: 12px 0;
  }
  .front-page .sales-banner {
    padding-top: 20px;
  }
  .front-page .tabs-section {
    padding: 0;
  }
  .front-page .tabs-section .tab-btn {
    padding: 20px 14px;
    font-size: 14px;
  }
  .front-page .tabs-section .tabs {
    padding: 4px;
  }
  .front-page .tabs-section .tab-content .grid .category-card {
    width: 49%;
    margin-bottom: 10px;
  }
  .front-page .tabs-section .tab-content .grid .category-card h4 span {
    display: none;
  }
  .front-page .tabs-section .tab-content .grid {
    gap: 6px;
  }
  .front-page .tabs-section .tab-content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  section.footer-top .flex {
    flex-direction: column;
    gap: 20px;
  }
  section.footer-top .flex .logo img {
    width: 120px;
  }
  section.footer-top .flex .img_outer {
    justify-content: center;
    flex-wrap: wrap;
  }
  section.footer-top .flex .img_outer img {
    height: 36px !important;
  }
  section.footer-top .text {
    margin-top: 20px;
    align-items: flex-start;
  }
  section.footer-top .text p,
  section.footer-top .text h2 {
    text-align: center;
  }
  section.footer-top .text h2 {
    font-size: 38px;
  }
  section.footer-top .text p {
    font-size: 18px;
  }
  .sales-banner-inner {
    overflow: auto;
    margin-right: -20px;
  }
  section.footer-top .text a {
    padding: 7px 23px;
    font-size: 14px;
    margin: auto;
  }
  .custom-section-inner {
    text-align: center;
    flex-direction: column;
  }
  .app_links > div {
    width: 47%;
    text-align: center;
  }
  .cart-added-bar {
    bottom: -140px;
  }
  .cart-added-bar .cart-added-inner {
    padding: 15px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .cart-added-bar .cart-added-inner .cart-added-actions,
  .cart-added-bar .cart-added-inner .cart-added-actions .continue-shopping,
  .cart-added-bar .cart-added-inner .cart-added-actions .review-cart {
    width: 100%;
  }
  .cart-added-bar .cart-added-inner .cart-added-actions .continue-shopping {
    padding: 7px 9px;
  }
  .cart-empty-wrapper .cart-empty-inner,
  .cart-empty-wrapper .cart-empty-inner a {
    max-width: 100%;
  }
  .cart-empty-wrapper .cart-empty-inner img {
    width: 220px;
  }
  .shop-wrapper h1.page-title,
  .shop-wrapper.parent-category h1.page-title,
  .shop-wrapper.child-category h1.page-title {
    font-size: 30px;
    margin-top: 0;
  }
  .shop-wrapper {
    padding: 20px 0px;
  }
  .shop-wrapper .products .product-category,
  .shop-wrapper.parent-category .products .product-category,
  .shop-wrapper.child-category .products .product-category {
    margin-bottom: 0px !important;
  }
  .shop-sidebar .category-image {
    display: none;
  }
  .mobile-filter-btn {
    display: inline-block;
    margin-right: 10px;
    padding: 8px 15px;
    background: #ffe733;
    color: #000;
    border: none;
    border-radius: 11px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
  }
  .mobile-filter-btn span {
    font-weight: 600;
  }
  .woocommerce-result-count {
    display: inline-block;
  }
  .shop-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.3s ease;
    padding: 20px;
  }
  .shop-sidebar.active {
    left: 0;
  }
  /* Optional overlay */
  .filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9998;
  }
  .filter-overlay.active {
    display: block;
  }
  p.woocommerce-result-count {
    display: block;
    width: 100%;
    text-align: right;
  }
  .shop-wrapper .products .custom-product-card,
  .related-products .products .custom-product-card {
    width: 50% !important;
  }
  .shop-wrapper .products .custom-product-card .product-card .product-image img {
    height: 122px;
  }
  .shop-wrapper .products .custom-product-card .product-card span.product-brand,
  .related-products .products .custom-product-card .product-card span.product-brand {
    line-height: 14.2px;
  }
  .shop-wrapper .products .custom-product-card .product-card .product-qty,
  .related-products .products .custom-product-card .product-card .product-qty {
    gap: 7px;
  }
  .single-product .single_product_inner {
    flex-direction: column-reverse;
  }
  .single-product .single_product_inner > div.product-right {
    width: 100%;
  }
  .single-product .product-right h1 {
    font-size: 21px;
  }
  .btns > div {
    width: 100%;
  }
  .contact-buttons a,
  .add-cart-listing input.buy_btn {
    font-size: 12px;
    padding: 5px 6px;
    height: 29px !important;
    width: 29% !important;
    border-radius: 24px !important;
  }
  .delivery_options .flex {
    flex-wrap: wrap;
  }
  .delivery_options .flex > div {
    width: 48%;
    padding: 10px !important;
  }
  .related-products section.related.products .product-image img {
    min-height: 100px;
    max-height: 100px;
  }
  .cart_outer .cart_inner {
    flex-wrap: wrap;
    gap: 0px;
  }
  .cart_outer .cart_inner > div.cart_right {
    width: 100%;
    top: 0;
  }
  .idlvr_delivery_form_outer {
    margin-bottom: 10px;
  }
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: table-header-group;
  }
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: table-row;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: table-cell;
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: table-cell;
  }
  .cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody .product-thumbnail img {
    width: 83px;
    height: 24px !important;
    margin-top: 15px;
  }
  .cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody td.product-name a {
    font-size: 14px;
    text-align: left;
    margin-left: 10px;
  }
  .cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody td.product-name b {
    font-size: 12px;
    margin-left: 10px;
    display: block;
    margin-top: 5px;
  }
  .cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody .product-quantity .quantity .qty-plus,
  .cart_outer .cart_inner > div.cart_left .woocommerce-cart-form table tbody .product-quantity .quantity button.qty-minus {
    left: 43%;
  }
  .cart_outer div > a {
    margin-bottom: 0px;
  }
  .woocommerce-page table.shop_table_responsive tr td.product-remove {
    text-align: right !important;
  }
  .checkout-wrapper {
    flex-wrap: wrap;
    max-width: 100%;
    gap: 20px;
  }
  .checkout-wrapper > div.checkout-right {
    width: 100%;
  }
  .custom-thankyou ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
  }
  .woocommerce ul.order_details li {
    width: 100%;
    border: none;
  }
  .woocommerce table.shop_table td a {
    color: #000;
  }
  .order_pay_outer div > form > div {
    width: 100% !important;
  }
  .order_pay_outer div > form {
    gap: 0;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  div#vehicle_select,
  .question-block.question-required {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    gap: 15px !important;
  }
  #vehicle_select > label {
    min-width: 232px;
  }
  .cart_outer .cart_inner > div.cart_right > div .checkout-button {
    margin-top: 0px;
  }
  #vehicle_select::-webkit-scrollbar-thumb:hover,
  .question-block.question-required::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
  #vehicle_select::-webkit-scrollbar-thumb,
  .question-block.question-required::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 10px;
  }
  #vehicle_select::-webkit-scrollbar-track,
  .question-block.question-required::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 10px;
  }
  #vehicle_select::-webkit-scrollbar,
  .question-block.question-required::-webkit-scrollbar {
    height: 8px;
  }
  #price_radio_group > div,
  #price_radio_group_clone > div {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  span#scheduled_delivery_options_text {
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
  }
  .idlvr_delivery_form_outer .schedule-inputs {
    flex-wrap: wrap;
    gap: 0px;
  }
  .question-block.question-required > div {
    min-width: 163px;
  }
  .idlvr_delivery_form_outer div#vehicle_sub_category label {
    width: 31%;
  }
  div#vehicle-question-container > div {
    width: 100%;
  }
  .idlvr_delivery_form_outer div#vehicle-question-container {
    gap: 0px;
  }
}
.woocommerce-form-coupon-toggle {
  display: none !important;
}
/* Outer container */
.checkout_coupon {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  position: relative;
  margin-top: 10px !important;
  display: flex !important;
  align-items: center;
  gap: 0;
}
.checkout_coupon label.screen-reader-text {
  display: block;
  clip: auto;
  clip-path: unset;
  width: auto;
  height: auto;
  position: relative !important;
  font-weight: 700;
  margin-bottom: 5px;
}
.checkout_coupon button {
  position: absolute !important;
  bottom: 0px;
  right: 16px;
  width: auto !important;
  padding: 8px 14px !important;
  height: auto !important;
  transform: translate(0px, -40%);
  border-radius: 8px !important;
  background: #f8d834 !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500 !important;
  cursor: pointer;
}
/* Remove default Woo layout */
.checkout_coupon .form-row {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
/* Input wrapper */
.checkout_coupon .form-row-first {
  flex: 1;
}
/* Input field */
.checkout_coupon input.input-text {
  width: 100%;
  border: 1px solid #d1d5db;
  border-right: none;
  border-radius: 14px 0 0 14px;
  padding: 16px;
  font-size: 16px;
  outline: none;
}
/* Button wrapper */
.checkout_coupon .form-row-last {
  display: flex;
}
/* Button */
.checkout_coupon button.button {
  background: #facc15;
  border: 1px solid #facc15;
  border-radius: 0 14px 14px 0;
  padding: 16px 22px;
  font-weight: 500;
  height: 100%;
}
.StripeElement {
  width: 100% !important;
}
.wc-stripe-elements-field label {
  font-weight: 600;
}
.order_pay_outer {
  padding: 50px 0;
}
.order_pay_outer h1 {
  color: #23201c;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 30px;
}
.order_pay_outer div > form {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.order_pay_outer div > form > table {
  width: 100%;
}
.order_pay_outer div > form > div {
  width: 60%;
}
.order_pay_outer div > form > div > #payment {
  background-color: transparent;
}
.order_pay_outer div > form > div > #payment .form-row {
  padding: 0px;
  margin-top: 20px;
}
.order_pay_outer div > form > div > #payment button {
  width: 100%;
  background: #ffe733;
  color: #000;
  padding: 18px;
  border-radius: 10px;
  float: none !important;
  transition: all 0.3s;
}
.order_pay_outer div > form .shop_table thead {
  border-bottom: 1px solid #e0e2e3;
  background: #f7f7f7;
  border-radius: 10px;
}
.order_pay_outer div > form .shop_table thead th {
  padding: 16px;
  border-radius: 10px 0px 0px 0px;
  color: #4f585e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.order_pay_outer div > form .shop_table thead th:last-child {
  text-align: right;
  border-radius: 0px 10px 0px 0;
}
.order_pay_outer div > form .shop_table tbody td {
  padding: 16px 12px;
}
.order_pay_outer div > form .shop_table tbody td a {
  color: #23201c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.order_pay_outer div > form .shop_table tbody td .product-quantity {
  display: block;
  opacity: 0.6;
  color: #23201c;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.order_pay_outer div > form .shop_table tbody td:last-child {
  text-align: right;
}
.order_pay_outer div > form .shop_table tfoot th,
.order_pay_outer div > form .shop_table tfoot td {
  color: #23201c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 16px 12px;
  line-height: 150%;
}
.order_pay_outer div > form .shop_table tfoot td:last-child {
  text-align: right;
}
.order_pay_outer div > form .shop_table tfoot .fee th,
.order_pay_outer div > form .shop_table tfoot .fee td {
  border: none;
  padding-top: 0px;
}
.order_pay_outer div > form .shop_table tfoot .order-total th,
.order_pay_outer div > form .shop_table tfoot .order-total td {
  color: #23201c;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  padding: 20px 12px;
  line-height: 150%;
}
.order_pay_outer div > form ul.wc_payment_methods.payment_methods.methods {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  padding: 0px !important;
}
.order_pay_outer div > form ul.wc_payment_methods.payment_methods.methods .payment_method_stripe > label {
  background-color: #f7f7f7;
  display: block;
  padding: 16px;
  border-radius: 10px 0px 0px 0px;
  color: #4f585e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.order_pay_outer div > form ul.wc_payment_methods.payment_methods.methods .payment_box.payment_method_stripe {
  background: #fff !important;
}
.order_pay_outer div > form ul.wc_payment_methods.payment_methods.methods .payment_box.payment_method_stripe::before {
  display: none !important;
}
.order_pay_outer div > form ul.wc_payment_methods.payment_methods.methods .payment_box.payment_method_stripe fieldset {
  border: none;
  padding: 0px;
}
.order_pay_outer div > form ul.wc_payment_methods.payment_methods.methods .payment_box.payment_method_stripe img.stripe-cards-icon.stripe-icon {
  display: none;
}
.order_pay_outer div > form ul.wc_payment_methods.payment_methods.methods .payment_box.payment_method_stripe .wc-saved-payment-methods li {
  padding: 10px 15px;
  border: 1px solid;
  border-radius: 12px;
  border: 2px solid #efefef;
  background: #fff;
}
p.testmode-info {
  display: none;
}
/* a.woocommerce-remove-coupon {
  display: none;
} */
.woof_radio_term_reset_visible {
  display: none !important;
}


ul.woocommerce-error li a {
  color: red;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
