@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html{
    scroll-behavior: smooth;
}

:root {
    --primary-color: #F2BA4B;
    --secondary-color:#2D366D;

}
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Light.woff') format('woff'),
    url('../fonts/Helvetica-Light.woff2') format('woff2'),
    url('../fonts/Helvetica-Light.eot') format('eot');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "ivymode", sans-serif;
    letter-spacing: 2px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span{
    font-family: "nautica", sans-serif;
}
p{
    margin: 0;
    color: var(--secondary-color);
    letter-spacing: 0.5px;
}

.main_btn{
    background: #fff;
    color: var(--secondary-color);
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
}
.main_btn:hover{
	 color: var(--secondary-color);
}
.blue_btn{
    background: var(--secondary-color);
    color: #fff;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
}
.blue_btn:hover{
	   color: #fff;
}
.yellow_btn{
    background: var(--primary-color);
    color: var(--secondary-color);
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
}
.yellow_btn:hover{
	color: var(--secondary-color);
}
.sec_top_menu{
    padding: 20px 40px;
    position: absolute;
    width: 100%;
}
.sec_top_menu .menu-part{
    gap: 10px;
	    cursor: pointer;
}
.sec_top_menu .menu-part p{
    color: #fff;
	    font-family: "ivymode", sans-serif;
    letter-spacing: 2px;
}
.sec_top_menu .main-logo img{
    max-width: 150px;
}
.menu-right{
    display: flex;
    gap: 25px;
}

.sec_banner .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 110px;
}
.sec_banner h5{
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
}
.sec_banner h1{
    color: #fff;
    font-size: 70px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 40px;
}
.sec_banner h1 span{
    text-transform: initial;
}
.sec_home_about img{
    height: 800px;
    object-fit: cover;
}
.sec_home_about h3{
    color: var(--secondary-color);
    font-size: 30px;
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 1.5;
}
.sec_home_about h3 span{
    text-transform: initial;
}
.sec_home_about .text-part{
    padding-right: 120px !important;
}
.sec_home_about .abs-img{
    position: absolute;
    right: -190px;
    bottom: -90px;
}
.sec_home_about .abs-img img{
    height: unset;
}
.sec_home_about{
    padding-bottom: 150px;
    margin-top: 30px;
}

.sec_home_blog{
    padding: 60px 0  60px 50px ;
    overflow: hidden;
}
.sec_home_blog .swiper-slide img.main{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.sec_home_blog .swiper-slide h5{
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 14px;
}

.sec_home_blog .swiper-slide h3{
    margin-bottom: 50px;
    color: var(--secondary-color);
    line-height: 1.5;
    font-size: 22px;
    text-transform: uppercase;
    padding-right: 60px;
}

.sec_home_blog .swiper{
    padding-left: 20px;
}

footer{
    background: var(--secondary-color);
    padding: 60px;
    border-bottom: 15px solid var(--primary-color);
}
footer .footer-logo img{
    max-width: 180px;
}
footer ul{
    padding: 0;
    margin: 0;
}
footer ul li{
    list-style: none;
    line-height: 2.5;
}
footer ul li a{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
}
footer p,
footer address{
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 15px;
}
footer .company{
    font-weight: 600;
    margin-bottom: 10px;
}
footer a{
    color: #fff;
    letter-spacing: 1.5px;
    text-decoration: none;
}
footer a:hover{
    color: var(--primary-color);
}
.sec_home_blog .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec_home_blog .left h5{
    color: var(--primary-color);
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}
.sec_home_blog .left h3{
    color: #fff;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.sec_home_blog .left h3 span{
    text-transform: initial;
}



.home_products .products-title {
    font-size: 30px;
    letter-spacing: .08em;
    color: var(--secondary-color);
}
.home_products  .products-pill {
    border-radius: 999px;
    padding: 8px 30px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    background: #f6f2ea;
    color: var(--secondary-color);
    border: none;
    transition: .3s;
}

.home_products .products-pill.active,
.home_products .products-pill:hover {
    background: #f2b544;
}
.tc-state-btn {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.tc-state-btn:hover {
  transform: perspective(600px) rotateY(-12deg) translateY(-3px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}

.search #home-products-grid ul{
    display: flex;
    flex-wrap: wrap;
}

/* PRODUCT TILE */
.home_products  .product-tile__inner {
    position: relative; 
    padding: 2rem 1.5rem 0 3rem;
    transition: .3s ease;
    overflow: hidden; 
	background:url('../images/product-bg.png'); background-size:cover;
	min-height: 383px;
}

.home_products .product-tile__inner:hover img.product-img{
    transform: scale(1.2);
    transition: .4s all;

}
.product-img {
  transition: filter 0.3s ease, transform 0.3s ease;
}

.product-img:hover {
     filter: drop-shadow(0 16px 9px rgba(0, 0, 0, 0.45));
  transform: translateY(-5px);
}
.home_products .product-tile__inner:hover {
    transform: translateY(-6px);
}

/* IMAGE */
.home_products .product-img {
    width: 100%;
    max-width: 200px;
    min-height: 160px;
	    max-height: 160px;
    object-fit: contain;
    display: block;
    margin: 0 auto 1rem;
}

/* TEXT */
.home_products  .product-brand {
    letter-spacing: .15em;
    font-size: 15px;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.home_products .product-name, .home_products .product-name  a {
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-size: 18px;
	text-decoration:none;
}

.home_products ins .woocommerce-Price-amount{
      color: var(--secondary-color);
    font-weight: bold;
}
.home_products ins{
	text-decoration: none;
}

.home_products del .woocommerce-Price-amount,
.home_products del{
          color: var(--primary-color);
}
/* BUY NOW (hidden initially) */
.home_products .buy-now-wrapper {
position: static;
    bottom: -60px;
    left: 0;
    width: 100%;
    text-align: center;
    transition: .3s ease;
    visibility: hidden;
    margin: 10px 0;
}

.home_products .product-tile__inner:hover .buy-now-wrapper {
     visibility: visible;
}

.home_products  .buy-now-pill {

    font-size: .75rem;
    width: 80%;
}

/* FILTER ANIMATION */
.home_products .product-item {
    transition: all .3s ease;
}

.home_products   .product-item.hide {
    opacity: 0;
    transform: scale(.95);
    pointer-events: none;
}

.home_products  .product-tab-part {
    width: 80%;
    justify-content: space-between;
}
.home_products .product-tile__inner:hover .product-brand,
.home_products .product-tile__inner:hover .product-name,
.home_products .product-tile__inner:hover .product-price{
/*     display: none; */
}

.sec_inner_banner .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 30px;
}
.sec_inner_banner h1{
    color: #fff;
    font-size: 60px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.sec_home_about .second-row{
    padding-top: 100px;
}
.sec_home_about .second-row img{
    height: unset;
    width: 100%;
}


.home_cat_info {
    background: #fff;
    padding: 0;
}


.home_cat_info .home_cat_info__row {
    padding: 0px;
    gap: 6px;
}

.home_cat_info .home_cat_info__col {
    padding: 0px;
    width: 33%;
}

.home_cat_info .home_cat_info__card {
    position: relative;
    display: block;
    height: 730px;          /* adjust if needed */
    width: 100%;
    overflow: hidden;
    background: #000;
    text-decoration: none;
}

.home_cat_info .home_cat_info__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.35s ease;
    filter: saturate(1.02) contrast(1.02);
}

/* subtle dark overlay (image looks slightly moody in screenshot) */
.home_cat_info .home_cat_info__card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.25) 0%,
            rgba(0, 0, 0, 0.10) 35%,
            rgba(0, 0, 0, 0.05) 100%
    );
    pointer-events: none;
}

.home_cat_info .home_cat_info__card:hover .home_cat_info__img {
    transform: scale(1.03);
}

/* vertical right-side label like the screenshot */
.home_cat_info .home_cat_info__title {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg); /* makes it read bottom->top */
    writing-mode: vertical-rl;
    z-index: 2;

    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1;
    letter-spacing: 0.02em;
    text-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
    white-space: nowrap;
}

/* centered discover button */
.home_cat_info .home_cat_info__btn {
    position: absolute;
    left: 50%;
    bottom: 46px;
    transform: translateX(-50%);
    z-index: 2;

    padding: 10px 26px;
    font-weight: 600;
    letter-spacing: 0.18em;
    font-size: 12px;
    border: 0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

/* responsive: stack cards and make label readable */
@media (max-width: 767.98px) {
    .home_cat_info .home_cat_info__row {
        gap: 10px;
        padding: 10px;
    }
    .home_cat_info .home_cat_info__card {
        height: 420px;
    }
}

@media (max-width: 575.98px) {
    .home_cat_info .home_cat_info__title {
        writing-mode: horizontal-tb;
        transform: none;
        top: 18px;
        right: auto;
        left: 18px;
        font-size: 28px;
    }
    .home_cat_info .home_cat_info__btn {
        bottom: 20px;
    }
}

.sec_home_about.about-page{
    padding-bottom: 100px;
}
.home_cat_info.about-page{
    padding-bottom: 60px;
}

.sec_blog{
    padding: 60px 0 20px;
}

.sec_blog img.main{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.sec_blog h5{
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 14px;
}

.sec_blog h3{
    margin-bottom: 30px;
    color: var(--secondary-color);
    line-height: 1.5;
    font-size: 22px;
    text-transform: uppercase;
    padding-right: 60px;
}
.sec_single_blog .text-part h1{
    color: var(--secondary-color);
    font-size: 30px;
    margin-bottom: 20px;
}
.sec_single_blog .text-part  h3{
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 18px;
    margin-bottom: 20px;
	margin-top: 20px;
}
.sec_single_blog img{
    position: sticky;
    top: 100px;
}
.related_blog .products-title{
    color: var(--secondary-color);
}

.sec_top_menu.scrolled{
    position: fixed;
    z-index: 999;
    background: var(--secondary-color);
    animation: slideDown 0.5s ease;
}
.sec_top_menu.scrolled  .main-logo img{
    max-width: 100px;
    animation: slideDown 0.5s ease;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}


/********************** Add to cart *********************************/
/* Toast container */
.tc-toast{
    position: fixed;
    right: 18px;
    top: 18px;
    z-index: 999999;
    width: min(360px, calc(100% - 36px));
    pointer-events: none;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity .18s ease, transform .18s ease;
}

/* Visible state */
.tc-toast.is-show{
    opacity: 1;
    transform: translateY(0);
}

/* Toast card */
.tc-toast__card{
    pointer-events: auto;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(0,0,0,.16);
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Icon */
.tc-toast__icon{
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(34,197,94,.12);
    color: #16a34a;
    flex: 0 0 38px;
}

.tc-toast__title{
    font-weight: 800;
    font-size: 14px;
    color: #111827;
    margin: 0;
    line-height: 1.2;
}

.tc-toast__msg{
    font-size: 13px;
    color: #4b5563;
    margin: 2px 0 0 0;
    line-height: 1.3;
}

.tc-toast__actions{
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tc-toast__link{
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #1f2b66;
}

.tc-toast__close{
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: #6b7280;
}

/* tiny “pop” animation for icon */
.tc-toast.is-show .tc-toast__icon{
    animation: tc-pop .28s ease;
}
@keyframes tc-pop{
    0%{ transform: scale(.92); }
    70%{ transform: scale(1.06); }
    100%{ transform: scale(1); }
}


/******** Animation for add to cart *******************/
/* ===== Add to cart button loading state (stripes) ===== */

.tc-atc-btn{
    position: relative;
    overflow: hidden;
}

/* Text layers */
.tc-atc-btn .tc-btn-text,
.tc-atc-btn .tc-btn-loading,
.tc-atc-btn .tc-btn-success{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Default visible */
.tc-atc-btn .tc-btn-loading,
.tc-atc-btn .tc-btn-success{
    display: none;
}

/* Loading overlay stripes */
.tc-atc-btn.is-loading{
    pointer-events: none;
    opacity: .95;
}

.tc-atc-btn.is-loading::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
            135deg,
            rgba(255,255,255,.22) 0px,
            rgba(255,255,255,.22) 16px,
            rgba(255,255,255,.08) 16px,
            rgba(255,255,255,.08) 32px
    );
    animation: tcStripeMove 0.8s linear infinite;
    mix-blend-mode: overlay;
}

@keyframes tcStripeMove{
    from { background-position: 0 0; }
    to   { background-position: -60px 0; } /* right -> left feel */
}

/* Switch text while loading */
.tc-atc-btn.is-loading .tc-btn-text{ display:none; }
.tc-atc-btn.is-loading .tc-btn-loading{ display:inline-flex; }

/* Success state */
.tc-atc-btn.is-success{
    pointer-events: none;
}

.tc-atc-btn.is-success::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(34,197,94,.10);
}

.tc-atc-btn.is-success .tc-btn-text{ display:none; }
.tc-atc-btn.is-success .tc-btn-loading{ display:none; }
.tc-atc-btn.is-success .tc-btn-success{ display:inline-flex; }

.tc-atc-btn .tc-success-icon{
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(34,197,94,.18);
    display: grid;
    place-items: center;
    font-weight: 900;
    line-height: 1;
}

/* Optional: smoother transitions */
.tc-atc-btn{
    transition: filter .15s ease, opacity .15s ease, transform .15s ease;
}
.tc-atc-btn:active{
    transform: translateY(1px);
}
.tc-atc-btn{
    position:relative;
    overflow:hidden;
}

.tc-atc-btn .tc-btn-loading,
.tc-atc-btn .tc-btn-success{
    display:none;
}

.tc-atc-btn.is-loading{
    pointer-events:none;
}

.tc-atc-btn.is-loading .tc-btn-text{ display:none; }
.tc-atc-btn.is-loading .tc-btn-loading{ display:inline-flex; }

.tc-atc-btn.is-success .tc-btn-text{ display:none; }
.tc-atc-btn.is-success .tc-btn-loading{ display:none; }
.tc-atc-btn.is-success .tc-btn-success{ display:inline-flex; }

.tc-atc-btn.is-loading::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:repeating-linear-gradient(
            135deg,
            rgba(255,255,255,.22) 0px,
            rgba(255,255,255,.22) 16px,
            rgba(255,255,255,.08) 16px,
            rgba(255,255,255,.08) 32px
    );
    animation:tcStripeMove .8s linear infinite;
    mix-blend-mode:overlay;
}

@keyframes tcStripeMove{
    from{ background-position:0 0; }
    to{ background-position:-60px 0; }
}

.tc-success-icon{
    width:22px;
    height:22px;
    border-radius:999px;
    background:rgba(34,197,94,.18);
    display:grid;
    place-items:center;
    font-weight:900;
    line-height:1;
}


/* ===== Button text slide + stripes (DATA-STATE version) ===== */

.tc-atc-btn{
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

/* text viewport */
.tc-btn-stack{
    position: relative;
    display: block;
    height: 24px;
    line-height: 24px;
    width: 100%;
}

/* all labels stacked */
.tc-btn-label{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(-120%);
    transition: transform 240ms ease, opacity 180ms ease;
    will-change: transform, opacity;
	    font-weight: 600;
}

/* DEFAULT visible */
.tc-atc-btn[data-state="default"] .tc-label-default{
    opacity: 1;
    transform: translateY(0);
}

/* LOADING: default goes down, loading comes from top */
.tc-atc-btn[data-state="loading"] .tc-label-default{
    opacity: 0;
    transform: translateY(120%);
}
.tc-atc-btn[data-state="loading"] .tc-label-loading{
    opacity: 1;
    transform: translateY(0);
}

/* SUCCESS: loading goes down, success comes from top */
.tc-atc-btn[data-state="success"] .tc-label-loading{
    opacity: 0;
    transform: translateY(120%);
}
.tc-atc-btn[data-state="success"] .tc-label-success{
    opacity: 1;
    transform: translateY(0);
}

/* ===== Stripes overlay while LOADING ===== */
.tc-atc-btn[data-state="loading"]{
    pointer-events: none;
}

.tc-atc-btn[data-state="loading"]::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
            135deg,
            rgba(255,255,255,.22) 0px,
            rgba(255,255,255,.22) 16px,
            rgba(255,255,255,.08) 16px,
            rgba(255,255,255,.08) 32px
    );
    animation: tcStripeMove 0.8s linear infinite;
    mix-blend-mode: overlay;
    pointer-events: none;
}

@keyframes tcStripeMove{
    from { background-position: 0 0; }
    to   { background-position: -60px 0; }
}

/* tick bubble */
.tc-success-icon{
    width:22px;
    height:22px;
    border-radius:999px;
    background:rgba(34,197,94,.18);
    display:grid;
    place-items:center;
    font-weight:900;
    line-height:1;
}
.in-stock {
	display:none;
}
.product-section-title{
	font-weight: bold;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: var(--secondary-color);
    letter-spacing: 0;
    margin-bottom: 20px;
    margin-top: 40px;
}
.product-description-content{
	margin-bottom:40px;
}
.custom-product-wrapper ins .woocommerce-Price-amount{
      color: var(--secondary-color);
    font-weight: bold;
}
.custom-product-wrapper ins{
	text-decoration: none;
}

.custom-product-wrapper del .woocommerce-Price-amount,
.custom-product-wrapper del{
          color: var(--primary-color);
	    font-weight: 500;
}
.product-accordion-container .accordion-item{
	   border: none;
    border-top: 1px solid var(--secondary-color) !important;
}
.product-accordion-container .accordion-item button{
	
    color: var(--secondary-color);
	font-size: 20px;
    font-weight: bold;
}
.product-accordion-container{
	margin-bottom:80px;
}

.related-products.home_products{
	    margin-top: 100px;
}
.related-products.home_products > div{
	margin-bottom:50px !important;
}
.related-products.home_products .product-price{
	
    font-size: 16px !important;
}
.mini-cart-footer{
	    padding: 30px;
}
.mini-cart-footer .button{
		background: var(--secondary-color) !important;
    color: #fff !important;
    padding: 12px 30px !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
    margin-top: 5px !important;
}
.mini-cart-header h3 {
 margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: var(--secondary-color);
    font-family: "ivymode", sans-serif;
    text-transform: uppercase;
    margin-top: 50px !important;
}
.remove_from_cart_button{
	color: var(--primary-color);
    text-decoration: none;
    font-size: 25px;
}
.mini-cart-thumb img{
	 max-width: 120px;
    height: 150px;
    object-fit: contain;
}
.mini-cart-title a{
    color: var(--secondary-color);
    font-weight: 500;
    font-family: "ivymode", sans-serif;
    letter-spacing: 2px;
    font-size: 21px;
}
.woocommerce-mini-cart .product-brand{
	letter-spacing: 0.5px;
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 0;
    text-transform: uppercase;
 
}
.woocommerce-mini-cart .mini-cart-item{
/* 	border-bottom: 2px solid var(--secondary-color); */
    width: 90%;
    margin: auto;
}
.mini-cart-qty{
	color: var(--secondary-color) !important;
    font-weight: bold;
}
.woocommerce-mini-cart .woocommerce-Price-amount{
	    font-weight: 600;
    color: var(--secondary-color);
}
.mini-cart-footer  .woocommerce-Price-amount{
	    font-weight: 600;
    color: var(--secondary-color);
}
.mini-cart-footer span{
	 color: var(--secondary-color);
}
/* Cart Item Cards */
.cart-item-card {
    background-color: #fcf8f2;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
}

.cart-item-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.cart-title {
    font-size: 40px;
    color: var(--secondary-color);
    padding-bottom: 0;
    border-bottom: none;
    display: inline-block;
        margin-bottom: 20px;
	text-transform: uppercase;
}
.woocommerce-cart .entry-header{
	display:none;
}
.woocommerce-cart .site-main.container,
.woocommerce-checkout .site-main.container{
	
    padding-top: 140px;
}
.cart-sidebar{
	    position: sticky;
    top: 150px !important;
    z-index: 9 !important;
}
.cart-item-card .product-details .product-name a {
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-size: 22px;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 30px;
}
.cart-item-card .product-details{
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.cart-footer .btn.btn-dark {
	    background: var(--primary-color);
    color: var(--secondary-color);
    text-decoration: none;
    padding: 12px 60px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.cart-footer .quantity-selector{
	    border: 2px solid #1f2b66 !important;
    border-radius: 999px !important;
    overflow: hidden;
    height: 52px;
    min-width: 150px;
    padding: 0 6px;
    width: 30%;
}
.cart-footer .qty-btn{
	    width: 52px;
    height: 52px;
    border: 0;
    background: transparent;
    color: #1f2b66;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-footer  input{
	
    background: #fcf8f2;
}

.cart-footer ins .woocommerce-Price-amount{
      color: var(--secondary-color);
    font-weight: bold;
	font-size: 20px;
}
.cart-footer ins{
	text-decoration: none;
}

.cart-footer del .woocommerce-Price-amount,
.cart-footer del{
          color: var(--primary-color);
	    font-weight: 500;
	font-size: 20px;
}
.cart-footer .remove-item svg{
	    fill: var(--primary-color);
}
.cart-actions .btn-dark{
	    background: var(--primary-color);
    color: var(--secondary-color);
    text-decoration: none;
    padding: 12px 60px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.cart-sidebar .cart-totals-card{
	border:none;
}
.cart-sidebar .btn-dark{
	    background: var(--primary-color);
    color: var(--secondary-color);
    text-decoration: none;
    padding: 12px 60px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 120px !important;
    margin-bottom: 50px;
}
.cart-sidebar span{
	color: var(--secondary-color) !important;
    font-weight: 600;
    margin-bottom: 20px;
}
#shippingAccordion .accordion-item,
#enquiryAccordion  .accordion-item{
	    border: none !important;
    border-top: 2px solid var(--secondary-color) !important;
    border-radius: 0;
}
#shippingAccordion .accordion-item .accordion-button,
#enquiryAccordion  .accordion-item .accordion-button{
	padding: 20px 0;
    color: var(--secondary-color);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.woocommerce-breadcrumb{
	display:none;
}
.woocommerce-checkout .entry-title{
	font-size: 40px;
    color: var(--secondary-color);
    padding-bottom: 0;
    border-bottom: none;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.woocommerce-info{
    border-top-color: var(--primary-color);
}
.woocommerce-info::before{
	color:var(--primary-color);
}
.woocommerce-info a{
	color:var(--secondary-color);
	    text-decoration: none;
}
.woocommerce-checkout .woocommerce form .form-row label {
    line-height: 2;
    display: none;
}
.woocommerce-checkout .checkout  .woocommerce-billing-fields .input-text,
.woocommerce form .form-row select,
.woocommerce-checkout .checkout  .woocommerce-additional-fields .input-text {
	    border: 1px solid var(--secondary-color);
    border-radius: 30px;
    padding: 15px;
    color: var(--secondary-color);
}
.woocommerce-checkout .checkout  h3{
	    color: var(--secondary-color);
    margin: 20px 10px;
}
#place_order{
	    background: var(--secondary-color);
    color: #fff;
    text-decoration: none;
    padding: 12px 90px;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 1.5px;
    display: inline-block;
    text-transform: uppercase;
    margin: 40px 0 20px;
}
.woocommerce-privacy-policy-text a{
	    color: var(--primary-color);
    text-decoration: none;
}
.woocommerce-checkout #payment {
    background: #fcf8f2;
}
.wc_payment_methods.payment_methods .woocommerce-info{
	background:none;
	margin:0;
}
.woocommerce-cart .site-main.container, .woocommerce-checkout .site-main.container {
    padding-bottom: 70px;
}
.woocommerce table.shop_table{
	border:none !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
	    color: var(--secondary-color);
	border: none !important;
}
.woocommerce-checkout-review-order-table td{
	    text-align: right;
}
.woocommerce-checkout-review-order-table .order-total td bdi{
	    font-size: 30px;
    font-weight: 600;
}
.checkout__class_new{
	padding: 0 60px;
}
.woocommerce-checkout-review-order-table img{
	    height: 150px;
    object-fit: contain;
	    width: 120px;
}
.woocommerce-checkout-review-order-table h3 {
    color: var(--secondary-color);
    margin: 0 !important;
	    text-align: left;
    font-size: 16px;
}
.woocommerce-checkout-review-order-table .woocommerce-Price-amount{
	    margin-top: 10px;
}