.cus-left label {
    display: block;
}

.cus-left input {
    width: 100%;
    margin-bottom: 10px;
}

input#ship-to-different-address-checkbox {
    width: unset;
}
textarea#order_comments {
    width: 100%;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    background: #5b2d07;
    width: fit-content;
    list-style: none;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.woocommerce-message {
    border-top-color: #8fae1b;
    display: none;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
    color: #6ef54d;
}
section.woocommerce-customer-details {
    display: none;
}

section.woocommerce-order-details {
    display: none;
}

.wrapper {
  padding-left: 0;
  padding-right: 0;
}

.slider-heading img {
  width: 100%;
}
.de-products .f-d-title {
    margin-bottom: 20px;
}
/*.woocommerce-notices-wrapper {*/
/* position: absolute;*/
/*  z-index: 99;*/
/*  left: 0px;*/
/*  top: 30vh;*/
/*  background: white;*/
/*}*/

button#place_order {
    margin-top: 20px;
    background: #fb7e16;
}

.sale-tag {
    
    position: absolute;
    top: 5%;
    left: 6%;
    border-radius: 4px;
    background: var(--red-50, #FFE0E3);
    padding: 3px 20px;
    color: var(--red-500, #DC3545);

}
.woocommerce-info {
    display: none;
}
button#apply-btn {
    background: #5b2d07;
    color: #fff;
}

button#update-btn {
    background: #377512;
    color: #fff;
    margin-top: 20px;
}


#cart-custom .product-thumbnail img {
    width: 80px;
    
}

.item-name a {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    
}
td.product-name {
    width: 50%;
}

.item-name {
    display: flex;
    align-items: center;
    height: 48px;
}

.order-total span.woocommerce-Price-amount.amount {
    color: #1b9f61;
    font-size: 25px;
}

.item-price {
    display: none;
    color: #1b9f61;
}

#cart-custom .quantity.buttons_added {
    width: 70px;
    border-radius: 0;
    padding: 0;
}

#cart-custom input[type="number"] {
    background: transparent;
    border: none;
}

#cart-custom input.plus, #cart-custom input.minus {
    font-size: 15px;
    border-radius: 0;
}
p.orderReview-text strong {
    
        color: #FF5722;
}
p.orderReview-text span.woocommerce-Price-amount.amount {
    color: #1b9f1b;
}

.top-content {
    text-align: center;
    margin-bottom: 50px;
}

p.orderReview-title {
    font-size: 30px;
    color: #5b2d07;
}
del.price-ori {

    color: var(--black-400, #A7A7A7);


/* Text/12px/Regular Striked */
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;

}
.price-salee,.price-ori-without-sale {
    color: var(--orange-600, #D56A11);



font-family: Inter;
font-size: 18px;

font-weight: 700;

    
}
.breadcr {
    margin-bottom: 20px;
}
.de-products ol,.de-products ul {
    list-style-position: inside;
}
.swiperFlashDeals,.productsSwiper, .newProductsSwiper, .topSellers {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.swiper.topSellers {
    padding-top: 40px;
    position: relative;
}

.swiper.topSellers .swiper-pagination-products-top {
    position: absolute;
    top: 0;
    text-align: right;
    z-index: 2;
    height: fit-content;
}
.price-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
    align-items: center;
}
.slider-heading-content {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  left: 10%;
  width: 40%;
}

.s-h-c-title {
  font-size: 54px;
  color: var(--primary-color);
  font-weight: 500;
  font-family: "Space Grotesk";
}

.s-h-c-des {
  font-family: "Inter";
  font-size: 18px;
  color: #3e3e59;
  font-weight: 400;
  padding-right: 45%;
}

.shop-now {
  font-family: "Space Grotesk";
  font-size: 18px;
  margin-top: 30px;
  background: none;
  border: none;
  border-bottom: 1px solid #f15922;
  padding-bottom: 6px;
}

.shop-now a {
  color: black;
  font-weight: bold;
  margin-right: 10px;
}

/* .discounts */

.discounts {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin: 100px auto;
}

.discount {
  position: relative;
}

.discount1 {
  grid-row: 1/3;
  grid-column: 1/3;
}

.discount2 {
  grid-row: 1/2;
  grid-column: 3/5;
}

.discount3 {
  grid-row: 2/3;
  grid-column: 3/5;
}

.discount img {
  height: 100%;
}

.discount-des {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  top: 10%;
  left: 10%;
}

.discount-des p:first-child {
  font-size: 32px;
  line-height: 0.9;
}

.discount-des p:nth-child(2) {
  font-size: 190px;
  line-height: 0.9;
  font-weight: bold;
}

.discount-shop {
  margin-top: 5px;
  border-bottom: 1px solid #000;
}

.sub-discount .discount-des {
  top: unset;
  bottom: 5%;
  left: 5%;
}

.sub-discount .discount-des p:nth-child(2) {
  font-size: 100px;
}

.sub-discount p:first-child {
  font-size: 24px;
}

/* feature products */

.feature-product {
  padding: 30px 15px;
  background: #fff;
  border-radius: 10px;
  transition: 0.7s ease;
}

.feature-product:hover {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.5);
  cursor: po "Inter";
}

.f-p-name {
  color: var(--orange-900, #5b2d07);
  font-feature-settings: "clig" off, "liga" off;

  /* Text/16px/Semibold */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 162.5% */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.f-p-wrapper {
  background-image: url("../images/layoutBlue.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.new-products .shop-now {
  border-bottom: 1px solid #fff;
}
.new-products .n-p-btn {
  margin-top: 100px;
}

.blog img {
  width: 100%;
}

.f-p-sub-des {
  color: var(--orange-900, #5b2d07);
  font-feature-settings: "clig" off, "liga" off;

  /* Text/14px/Regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.f-p-title {
  color: #f15b24;
  font-feature-settings: "clig" off, "liga" off;

  /* Heading/05 */
  font-family: "Space Grotesk";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px; /* 111.765% */
  letter-spacing: -0.6px;
}
.f-p-priceSale {
  color: var(--orange-600, #d56a11);
  font-feature-settings: "clig" off, "liga" off;

  /* Text/18px/Bold */
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
}

.swiper-pagination-bullet-active {
  background: #000;
}

.f-p-price {
  color: var(--black-400, #a7a7a7);
  font-feature-settings: "clig" off, "liga" off;

  /* Text/12px/Regular Striked */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  text-decoration-line: strikethrough;
}

.stars i {
  color: var(--primary-color);
}

.quickAdd {
  width: 70%;
  border-radius: 8px;
  border: 1px solid var(--black-700, #454545);
  color: var(--black-700, #454545);
  font-feature-settings: "clig" off, "liga" off;
  background: none;

  /* Text/14px/Semibold */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
  padding: 5px 0;
  margin-right: 30px;
  margin-top: 10px;
}

.f-p-info {
  margin-top: 20px;
  height: 173px;
  display: flex;
  flex-direction: column;
}

.add-group {
  margin-top: auto;
}

.productsSwiper {
  padding-top: 50px;
}

.productsSwiper .swiper-pagination-products {
  position: absolute;
  text-align: right;
  height: 50px;
  z-index: 2;
  top: 0;
}

.swiper-pagination-bullet-active {
  position: relative;
  background-color: var(--primary-color);
}

.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 8px !important;
}

.product-categ {
  margin-top: 100px;
}

.swiper-pagination-bullet-active::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-47%, -51%);
}

.brand-slider {
  height: 110px;
  margin: 50px auto;
  overflow: hidden;
  position: relative;
}

.top-brands {
  color: #f15b24;
  font-feature-settings: "clig" off, "liga" off;

  /* Heading/05 */
  font-family: "Space Grotesk";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px; /* 111.765% */
  letter-spacing: -0.6px;
  margin-top: 50px;
}

.brand-slider::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 110px;
  background: linear-gradient(to right, #fafafb, transparent);

  top: 0;
  left: 0;
  z-index: 2;
}

.brand-slider::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 110px;
  background: linear-gradient(to left, #fafafb, transparent);
  top: 0;
  right: 0;
  z-index: 2;
}

.slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: calc(250px * 18);
}

.slide {
  width: 250px;
  height: 100px;
}

.slide img {
  width: 80%;
  height: 100px;
  object-fit: scale-down;
}

/* product-categories */

.p-c-title p:first-child {
  color: #f15b24;
  font-feature-settings: "clig" off, "liga" off;

  /* Heading/05 */
  font-family: "Space Grotesk";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px; /* 111.765% */
  letter-spacing: -0.6px;
}

.p-c-title p {
  color: var(--orange-900, #5b2d07);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;

  /* Text/18px/Regular */
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
  margin-top: 20px;
}

.cate-name {
  color: var(--orange-900, #5b2d07);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  text-transform: uppercase;
  margin-bottom: 100px;
}

.cate-img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--black-300, #cbcbcb);
  background: #fff;
  margin-bottom: 20px;
  transition: 0.5s ease;
}

.cate-img img {
  width: 80%;
  display: flex;
  margin: 0 auto;
}

.cateSwiper .swiper-pagination-cate {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  z-index: 2;
}

.cate:hover .cate-img {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  transform: scale(0.95);
}

.cate:hover .cate-name {
  color: var(--primary-color);
}

.cateSwiper {
  margin-top: 100px;
  padding-bottom: 70px;
}

/* smart buy */

.smart-buy {
  margin-top: 50px;
}

.bg-img img {
  height: inherit;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
}

.bg-img {
  height: 500px;
}

.s-b-content {
  border-radius: 20px;

  top: 0;
  height: 100%;
  transform: translateY(-100%);

  background: linear-gradient(to top, rgb(3 34 104 / 50%), transparent);
  backdrop-filter: blur(20px);
  padding-left: 10%;
}

.s-b-btn a {
  text-transform: uppercase;
  color: #fff;

  font-weight: normal;
  font-family: "Inter";
}

.s-b-btn i {
  color: #fff;
}

.s-b-content p {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;

  /* Text/18px/Regular */
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  margin-top: 20px;
}

.s-b-content p:first-child {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;

  /* Heading/01 */
  font-family: "Space Grotesk";
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 84px; /* 105% */
  letter-spacing: -3px;
  text-transform: capitalize;
}

/* new products */
.new-products {
  margin: 100px auto;

  position: relative;
}

.n-p-left img {
  margin-top: -15px;
}

.n-p-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  grid-template-rows: 1fr 1fr;
  margin-bottom: -15px;
}

.n-p-left {
  padding-top: 70px;
}
.bg-woo2 .n-p-left {
  padding-top: 0;
  margin-top: 50px;
}
.bg-woo2 .n-p-left-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.bg-woo2 .n-p-left-content p:first-child {
  font-size: 40px;
}

.bg-woo2 .n-p-left-content p {
  font-size: 120px;
}
.bg-woo2 .n-p-left-content p:first-child {
  margin-bottom: 0px;
}
.bg-woo2 .n-p-btn {
  margin-top: 25px;
}
.bg-woo2 .shop-now {
  font-family: "Space Grotesk";
  font-size: 18px;
  margin-top: 20px;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}
.bg-woo2 .shop-now a {
  color: #fff;
  font-size: 15px;
}

.np1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.np2 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.np3 {
  grid-column: 1/2;
  grid-row: 2/3;
}

.np4 {
  grid-column: 2/3;
  grid-row: 2/3;
}

.newProductsSwiper {
  padding-top: 70px;
}
p#breadcrumbs {
  margin-top: 30px;
  color: var(--1000, #281200);
  font-weight: 600;
}
p#breadcrumbs a {
  color: var(--1000, #281200);
}

.taxonomy-description {
  font-size: 15px;
  margin: 20px 0;
}

.newProductsSwiper .swiper-pagination-products {
  position: absolute;
  z-index: 2;
  top: 0px;
  text-align: right;
  height: fit-content;
}
select.orderby {
  padding: 5px;
  border: none;
}

h1.woocommerce-products-header__title.page-title {
  color: #5b2d07;
  font-size: 30px;
}

.n-p-title {
  color: #f15b24;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 111.765% */
  letter-spacing: -0.6px;
  text-transform: capitalize;
}

.n-p-left-content {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: max-content;
}

.n-p-left-content p:first-child {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;

  /* Heading/01 */
  font-family: "Space Grotesk";
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 84px; /* 105% */
  letter-spacing: -3px;
  margin-bottom: 100px;
}

.n-p-left-content p {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;

  /* Heading/01 */
  font-family: "Space Grotesk";
  font-size: 160px;
  font-style: normal;
  font-weight: 500;
  line-height: 84px; /* 105% */
  letter-spacing: -3px;
}

.n-p-btn {
  margin-top: 150px;
}

/* flash deals */

.f-d-title {
  color: var(--orange-500, #fd7e14);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 111.765% */
  letter-spacing: -0.6px;
}

.swiperFlashDeals {
  padding-top: 40px;
}
.de-products {
    margin-bottom: 30px;
}

.swiperFlashDeals .swiper-pagination-deals {
  position: absolute;
  top: 0;
  text-align: right;
  height: fit-content;
  z-index: 2;
}

/* blog */
.blog img {
  border-radius: 15px;
  height: auto;
}
.blog {
  margin: 50px auto 150px auto;
}

h3.title-feature a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.blog-content {
  background: #fff;
  width: 80%;
  margin: 0 auto;
  z-index: 2;
  padding: 20px;
  text-align: justify;
  position: absolute;
  bottom: -135px;
  border-radius: 15px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 50px;
}
.b-c-title {
  color: var(--red-900, #4f1319);
  font-feature-settings: "clig" off, "liga" off;

  /* Text/26px/Semibold */
  font-family: "Inter";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 153.846% */
  text-align: left;
  margin-bottom: 10px;
}

.b-c-text {
  color: var(--orange-900, #5b2d07);
  font-feature-settings: "clig" off, "liga" off;

  /* Text/16px/Regular */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    color: green;
    font-size: 20px;
    margin-bottom: 50px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received i{
    background: green;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
}
.datee {
  position: absolute;
  z-index: 2;
  top: -20px;
  right: 10%;
  padding: 10px 15px;
  background: #2ad9d0;
  text-align: center;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
}
.b-c-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b-c-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b-title {
  color: #f15b24;
  font-feature-settings: "clig" off, "liga" off;

  /* Heading/05 */
  font-family: "Space Grotesk";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px; /* 111.765% */
  letter-spacing: -0.6px;
  margin-bottom: 30px;
}
.blog p {
  color: var(--orange-900, #5b2d07);
  font-feature-settings: "clig" off, "liga" off;

  /* Text/18px/Regular */
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}

/* box icon */

.boxContent p:first-child {
  color: var(--black-900, #121212);
  font-feature-settings: "clig" off, "liga" off;

  /* Button/Medium */

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 177.778% */
  letter-spacing: -0.4px;
}

.boxContent p {
  color: var(--black-500, #807e7e);
  font-feature-settings: "clig" off, "liga" off;

  /* Text/14px/Regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.iconBox {
  margin: 50px auto;
  padding: 50px 0 ;
  background: #FFF;
}

.iconBox .row {
    justify-content: center;
    width: 95%;
    margin: 0 auto;
}
.box {
  text-align: left;
  border-right: 1px solid rgba(167, 167, 167, 0.6);

  display: flex;
  justify-content: center;
  gap: 10px;
}
.bg-main {
  background: #fafafb;
}

.bg-woo3 .bg-feature {
  margin-bottom: 24px;
}
.boxWrap:last-child .box {
  border-right: none;
}



.menu-sidebar {
  list-style: none;
}

.m-sidebar p {
  color: var(--1000, #281200);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Space Grotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.m-sidebar {
  margin-bottom: 20px;
}
.m-sidebar i {
  margin-left: 10px;
  color: #a7a7a7;
  font-size: 16px;
}

.bg-woo2 {
  margin-top: 50px;
}

.menu-sidebar ul {
    list-style: none;
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.7;
}

.menu-sidebar li a {
  color: #000;
}
.m-sidebar .current-menu-item a {
  color: #d56a11;
}
p.woocommerce-result-count {
  display: none;
}
.woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.inputField {
  padding: 15px 25px;
  margin-bottom: 24px;
  border: none;
  border-radius: 8px;
}

.select-using {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 50px top 50%;
  background-size: 0.65rem auto;
}

.inputField::placeholder,
.inputField option,
select.inputField {
  color: var(--black-600, #605f5f);
  font-feature-settings: "clig" off, "liga" off;

  /* Text/20px/Regular */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}
.contactForm p:first-child {
  color: #281200;
  

  /* Heading/04 */
  font-family: Space Grotesk;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 110% */
  letter-spacing: -0.4px;
}

.r-c-item ul {
  padding-left: 0;
  list-style: none;
}
.woocommerce img, .woocommerce-page img {
    
     max-width: unset !important; 
}

.contact {
  margin-top: 50px;
}
.contactForm p:nth-child(2) {
  margin: 10px 0;
}

.r-c-item i {
    font-size: 30px;
    color: #f15922;
    margin-right: 14px;
}

.submitForm {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  background: var(--orange-800, #84420a);
  color: #fff;
  font-size: 18px;
}

.submit_wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.c-form {
  margin-top: 30px;
}

.r-c-item ul li {
  width: 100%;
  padding: 30px;
  border-radius: 16px;
  background: var(--White, #fff);
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  display: flex;
  align-items: center;
  color: #3e3e59;
}

.contactForm {
  position: relative;
}
.contactForm::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: -70px;
  background-color: rgba(127, 119, 119, 0.3);
  z-index: 2;
}
.map {
  margin: 100px 0;
}

.form-name {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}

.wpcf7-spinner {
  display: none !important;
}

.pagination-blogs {
  text-align: center;
  margin-top: 30px;
}
.title-single {
  color: var(--orange-500, #fd7e14);
  font-feature-settings: "clig" off, "liga" off;

  /* Heading/05 */
  font-family: Space Grotesk;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px; /* 111.765% */
  letter-spacing: -0.6px;
}

.post {
    align-items: center;
    
    margin-bottom: 30px;
}
.post-in4 {
    padding-left: 20px;
    width: 70%;
}

.post-name {
    color: #84420A;

    font-family: 'Inter', Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}

.psot-author {
    color: #CBCBCB;



font-family: 'Inter', Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 1.3
}

.recent-pos {
    margin: 60px 0 40px 0;
    color: var(--orange-900, #5B2D07);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Space Grotesk;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.search-title {
    margin:  0 0 10px 0px;
    color: var(--orange-900, #5B2D07);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Space Grotesk;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

p.text-result {
    color: var(--orange-500, #FD7E14);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Space Grotesk;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.6px;
    margin-bottom: 30px;
}
.content-single {
    margin-bottom: 50px;
}


.post-info {
  font-family: "Inter", sans-serif;
  padding: 10px 0;
  border-bottom: 1px solid #cccc;
}
.content-single {
  font-family: "Inter", sans-serif;
}
.pagination-blogs .page-numbers {
  color: #000;
  font-family: "Inter", sans-serif;
  padding: 7px 15px;
  font-weight: bold;
}

.p-n {
    display: flex;
    align-items: center;
    height: 100%;
}
.pagination-blogs .page-numbers.current {
    color: #f15922;
    background: #f5f5f5;
    border-radius: 50%;
}
.post-search #searchsubmit {
  display: none;
}
textarea.inputField {
  height: 120px;
}

.sub-imgs {
  margin-top: 24px;
}
.de-products > strong {
    font-size: 25px;
    display: inline-block;
    margin-bottom: 10px;
}
.product-detaill {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 20px;
}

.product-detaill a {
	color: black;
}

.prdetail {
  margin-bottom: 40px;
  position: relative;
}
.prdetail ul {
  list-style-position: inside;
}
.prdetail ul li{
  padding-left: 50px;
}

.product-detaill p:first-child {
  color: var(--orange-500, #fd7e14);
  font-feature-settings: "clig" off, "liga" off;

  /* Heading/04 */
  font-family: Space Grotesk;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 110% */
  letter-spacing: -0.4px;
}
.product-detaill p {
  color: var(--1000, #281200);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Space Grotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 140% */
  margin-bottom: 15px;
}
.product-detaill span {
  color: var(--orange-500, #fd7e14);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Space Grotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}

.quantity {
  border-radius: 8px;
  border: 1px solid var(--black-400, #a7a7a7);
  padding: 5px 0;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.addToCart {
  display: block;
  width: 100%;
  padding: 15px 0;
  border-radius: 8px;
  background: var(--orange-500, #fd7e14);
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.addToCart a {
  color: #fff;

  font-weight: bold;
}
.view-btns {
  margin-top: 20px;
}
.view-btn {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border: none;

  background: var(--orange-800, #84420a);
  margin-bottom: 20px;
}
.view-btn a {
  color: #fff;
}
.tabcontent span {
  color: var(--orange-900, #5b2d07);
  font-feature-settings: "clig" off, "liga" off;

  /* Text/18px/Semibold */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 166.667% */
}
.tabcontent p {
  color: var(--black-600, #605f5f);
  font-feature-settings: "clig" off, "liga" off;

  /* Text/18px/Regular */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
.tabcontent {
  margin-top: 30px;
}
.tablinks {
  border: none;
  background: none;
  margin-right: 30px;
  color: var(--orange-900, #5b2d07);
  font-feature-settings: "clig" off, "liga" off;

  /* Text/22px/Semibold */
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 154.545% */
}
.tab {
  border-bottom: 2px solid rgba(234, 228, 225, 0.6);
  margin-top: 100px;
}

.active {
  position: relative;
}
.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  background-color: #5b2d07;
}
.flash-deals.single_product {
  margin-top: 100px;
}
.single_product .swiperFlashDeals {
  padding-top: 50px;
}
.tab_mobile {
  display: none;
}

.tab_mobile p:first-child {
  color: var(--orange-900, #5b2d07);
  font-feature-settings: "clig" off, "liga" off;

  /* Text/22px/Semibold */
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 154.545% */
}
.tab_mobile .tab_content {
  color: var(--black-600, #605f5f);
  font-feature-settings: "clig" off, "liga" off;

  /* Text/18px/Regular */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
.tab_content {
  display: none;
}

.showTab {
  display: block;
}
.single-page-detail {
  margin-top: 30px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.add-cart-cus {
  width: 100%;
}
.quan-cus {
  margin-bottom: 20px;
}
.quan-cus input[type="number"] {
  width: 80%;
  text-align: center;
  border: none;
  background: none;
}
input.minus,
input.plus {
  border: none;
  background: none;
  font-size: 30px;
}

.prdetail .summary.entry-summary {
  display: none;
}
.prdetail .woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}
.prdetail .related.products {
  display: none;
}
ol.flex-control-nav.flex-control-thumbs {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.flex-viewport {
  height: 500px;
  margin-bottom: 10px;
}
.flex-viewport img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.flex-control-nav.flex-control-thumbs img {
  width: 173px;
  height: 129px;
}
.bg-feature {
  position: relative;
}
.onsale {
  background: #ffe0e3;
  color: #dc3545;
  width: fit-content;
  padding: 2px 20px;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  z-index: 2;
}

.n-p-left img {
    width: 100%;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 6));
  }
}

@media (max-width: 1800px) {
  .s-h-c-des {
    padding-right: 30%;
  }
}

@media (max-width: 1500px) {
  .s-h-c-des {
    padding-right: 25%;
  }
}

@media (max-width: 1400px) {
  .s-h-c-des {
    padding-right: 10%;
  }
}

@media (max-width: 960px) {
  .quickAdd {
    margin-right: 20px;
  }
  .bg-woo3 {
    margin-top: 20px;
  }

  .s-h-c-title {
    font-size: 40px;
  }

  .s-h-c-des {
    font-size: 15px;
    padding-right: 0;
  }

  .shop-now {
    font-size: 15px;
  }

  .s-b-content p:first-child {
    font-size: 50px;
    line-height: 40px;
  }
  .contactForm::before {
    display: none;
  }
  .box {
    
    border-right: none;
    margin-bottom: 10px;
    
}
}

@media (max-width: 770px) {
    .productsSwiper .swiper-pagination-products {
    position: absolute;
    text-align: center;
    height: 50px;
    z-index: 2;
    bottom: 0;
    top: unset ;
    
}
  .s-h-c-title {
    font-size: 20px;
  }
  .s-h-c-des {
    font-size: 10px;
  }
  .shop-now {
    margin-top: 0;
    font-size: 10px;
  }
  .discount-des p:first-child {
    font-size: 16px;
    line-height: 1;
  }
  .discount-des p:nth-child(2) {
    font-size: 60px;
  }
  .sub-discount .discount-des p:nth-child(2) {
    font-size: 30px;
  }
  .discounts {
    margin: 15px auto;
  }
  .products-slider {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
  }
  .f-p-title,
  .top-brands,
  .p-c-title p:first-child {
    font-size: 25px;
    text-align: center;
  }
  .productsSwiper {
    padding-top: 30px;
  }
  .f-p-name {
    font-size: 13px;
  }
  .f-p-sub-des {
    font-size: 10px;
  }
  .f-p-priceSale {
    font-size: 13px;
  }
  .f-p-price {
    font-size: 13px;
  }
  .quickAdd {
    font-size: 10px;

    padding: 2px 0;
    margin-right: 10px;
  }
  .feature-product {
    padding: 6px 15px;
  }
  .brand-slider::before,
  .brand-slider::after {
    width: 50px;
  }
  .p-c-title p {
    font-size: 15px;
  }
  .product-categ {
    margin-top: 80px;
  }
  .cateSwiper {
    margin-top: 30px;
    
  }
  .cate-name {
    margin-bottom: 10px;
  }
  .cate-img {
    margin-bottom: 0;
  }
  .cate-name {
    font-size: 13px;
  }
  .n-p-left-content p:first-child {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .n-p-left-content p {
    font-size: 130px;
  }
  .n-p-btn {
    margin-top: 50px;
  }
  .s-b-content p:first-child {
    font-size: 60px;
  }
  .s-b-content p:nth-child(2) {
    margin-top: 0;
    font-size: 15px;
  }
  .s-b-btn {
    margin-top: 16px;
    font-size: 16px;
  }
  .smart-buy {
    margin-top: 20px;
  }
  .bg-img .s-b-content {
    justify-content: center !important;
    padding-left: 0;
  }
  .s-b-right img {
    width: 70%;
    display: flex;
    margin: 0 auto;
  }
  .newProductsSwiper {
    padding-top: 30px;
  }
  .new-products {
    margin: 70px auto;
  }
  .blog-content {
    background: #fff;
    width: 100%;

    padding: 10px 5px;
    text-align: left;
    position: unset;
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transform: unset;
    padding-top: 0;
  }
  .blog img {
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .b-c-title {
    color: var(--red-900, #4f1319);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Inter";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    padding-top: 10px;
  }
  .b-c-text {
    line-height: 1.5;
    font-size: 12px;
  }
  .blog {
    margin-bottom: 0;
  }
  .flex-control-nav.flex-control-thumbs img {
    width: 100px;
    height: 100px;
  }
  .flex-viewport {
    height: 400px;
    overflow: hidden;
  }
  .flex-viewport img {
    height: 400px;
  }
  .product-detaill {
    padding-left: 0;
    margin-top: 10px;
  }
  .product-detaill p:first-child {
    font-size: 30px;
  }
  .product-list p:first-child {
    text-align: center;
    margin-top: 20px;
  }
  .tab-desk,
  .tab {
    display: none;
  }

  .tab_mobile {
    display: block;
    margin-top: 30px;
  }
  .flash-deals.single_product {
    margin-top: 50px;
  }
  .tabs-mobile {
    margin-bottom: 30px;
  }
  .box {
    
    border-right: none;
    margin-bottom: 10px;
    
}
tr#cart-custom {
    display: flex;
    align-items: center;
    padding-right: 40px;
    position: relative;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
}
td.product-remove {
    position: absolute;
    right: 0px;
    z-index: 2;
    font-size: 10px;
}

.product-price,.product-subtotal {
    display: none !important;
}
.item-price {
    display: block;
}
.woocommerce table.shop_table td {
     border-top: none !important; 
}
#cart-custom td.product-name {
    text-align: left !important;
}
.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 !important; 
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
     background: none !important; 
}
.productsSwiper {
    padding-bottom: 80px;
    padding-top: unset ;
}
.swiperFlashDeals .swiper-pagination-deals {
    position: absolute;
    top: unset;
    bottom: 0;
    text-align: center;
    height: fit-content;
    z-index: 2;
}
.swiperFlashDeals {
    padding-bottom: 40px;
}
.newProductsSwiper .swiper-pagination-products {
    position: absolute;
    z-index: 2;
    top: unset ;
    bottom: 0;
    text-align: center;
    height: fit-content;
}
.newProductsSwiper {
    padding-bottom: 30px;
}
}
@media (max-width: 540px) {
  .slider-heading-content {
    position: unset;
    transform: unset;
    width: 100%;
    padding: 10px;
  }

  .s-h-c-title {
    font-size: 30px;
}

  .s-h-c-des {
    font-size: 16px;
    margin: 10px 0;
}

  .shop-now {
    margin-top: 0;
    font-size: 14px;
  }

  .swiper-pagination {
    margin-top: 10px;
  }

  .discount-des p:first-child {
    font-size: 16px;
    line-height: 1;
  }
  .discount-des p:nth-child(2) {
    font-size: 60px;
  }
  .sub-discount .discount-des p:nth-child(2) {
    font-size: 30px;
  }
  .discounts {
    margin: 15px auto;
  }
  .products-slider {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
  }
  .f-p-title,
  .top-brands,
  .p-c-title p:first-child {
    font-size: 25px;
    text-align: center;
  }
  .productsSwiper {
    padding-top: 50px;
  }
  .f-p-name {
    font-size: 13px;
  }
  .f-p-sub-des {
    font-size: 10px;
  }
  .f-p-priceSale {
    font-size: 13px;
  }
  .f-p-price {
    font-size: 13px;
  }
  .quickAdd {
    font-size: 10px;

    padding: 2px 0;
    margin-right: 10px;
  }
  .feature-product {
    padding: 6px 15px;
  }
  .brand-slider::before,
  .brand-slider::after {
    width: 50px;
  }
  .p-c-title p {
    font-size: 15px;
  }
  .product-categ {
    margin-top: 80px;
  }
  .cateSwiper {
    margin-top: 30px;
    
  }
  .cate-name {
    margin-bottom: 10px;
  }
  .cate-img {
    margin-bottom: 0;
  }
  .cate-name {
    font-size: 13px;
  }
  .n-p-left-content p:first-child {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .n-p-left-content p {
    font-size: 130px;
  }
  .n-p-btn {
    margin-top: 50px;
  }
  .s-b-content p:first-child {
    font-size: 60px;
  }
  .s-b-content p:nth-child(2) {
    margin-top: 0;
    font-size: 15px;
  }
  .s-b-btn {
    margin-top: 16px;
    font-size: 16px;
  }
  .smart-buy {
    margin-top: 20px;
  }
  .bg-img .s-b-content {
    justify-content: center !important;
    padding-left: 0;
  }
  .s-b-right img {
    width: 70%;
    display: flex;
    margin: 0 auto;
  }
  .newProductsSwiper {
    padding-top: 30px;
  }
  .new-products {
    margin: 70px auto;
  }
  .blog-content {
    background: #fff;
    width: 100%;

    padding: 10px 5px;
    text-align: left;
    position: unset;
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transform: unset;
    padding-top: 0;
  }
  .blog img {
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .b-c-title {
    color: var(--red-900, #4f1319);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Inter";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    padding-top: 10px;
  }
  .b-c-text {
    line-height: 1.5;
    font-size: 12px;
  }
  .blog {
    margin-bottom: 0;
  }
  .boxContent p:first-child {
    font-size: 13px;
  }
  .boxContent p:last-child {
    font-size: 13px;
  }
  .bg-woo3 .bg-feature {
    margin: 0 0 24px 0;
  }
  .form-name {
    gap: unset;
    flex-wrap: wrap;
  }
  .submitForm {
    margin: 0 auto;
  }
  .flex-control-nav.flex-control-thumbs img {
    width: 100px;
    height: 100px;
  }
  .flex-viewport {
    height: 300px;
    overflow: hidden;
  }
  .flex-viewport img {
    height: 300px;
  }
  .product-detaill {
    padding-left: 0;
    margin-top: 10px;
  }
  .product-detaill p:first-child {
    font-size: 30px;
  }
  .product-list p:first-child {
    text-align: center;
    margin-top: 20px;
  }
  .tab-desk,
  .tab {
    display: none;
  }

  .tab_mobile {
    display: block;
    margin-top: 30px;
  }
  .flash-deals.single_product {
    margin-top: 50px;
  }
  .tabs-mobile {
    margin-bottom: 30px;
  }
  .shop-now.s-b-btn.n-p-btn {
      margin-top: 30px;
  }
  .iconBox .row {
      justify-content: flex-start;
     
    
  }
  .box {
    
    border-right: none;
    margin-bottom: 10px;
    
}
tr#cart-custom {
    display: flex;
    align-items: center;
    padding-right: 40px;
    position: relative;
    justify-content: space-between;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
}
td.product-remove {
    position: absolute;
    right: 0px;
    z-index: 2;
    font-size: 10px;
}

.product-price,.product-subtotal {
    display: none !important;
}
.item-price {
    display: block;
}
.woocommerce table.shop_table td {
     border-top: none !important; 
}
#cart-custom td.product-name {
    text-align: left !important;
}
.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 !important; 
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
     background: none !important; 
}
  
}
.hide-side {
  display: none;
}

img.wp-post-image {
    width: 100%;
    object-fit: contain;
}
.post img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    object-position: center;
}
