/*default*/
*{
    margin: 0;
    padding: 0;
}
body{
    background: #faf8f5;;
}
a{
    text-decoration: none;
}
ul{
   margin-bottom:  0;
}
/*overflow*/
.overflow-nowrap-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
}
/*  /default*/
/*main*/
.hero-banner{
    background: url("../img/hero2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 80svh;
    position: relative;
    right: 0;
    left: 0;
}
.hero-content{
    position: absolute;
    top: 38%;
    right: 0;
    left: 0;
}
.hero-text1{
    line-height: 1.6;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}
.hero-text2{
    line-height: 1.9;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.custom-btn{
    background-color: var(--secondary);
    color: var(--foreground)!important;
    text-align: center;
    padding: 3px 30px;
    border-radius: 10px;
    border: 2px solid var(--border);
    transition: all 0.3s;
}
.custom-btn:hover{
    background: var(--gold);
    color: #fff!important;
    border: 2px solid var(--gold);
}
.category-box{
    width: 227px;
    height: 227px;
    background-size: cover!important;
    border-radius: 8px;
    transition: 0.5s;
    margin-left: 15px;

}
.category-box:hover{
    border-radius: 50% 50% 8px 8px;
    transition: 0.5s;
}
.category-content img{
    width: 100%;
    height: 100%;
}
.category-text1{
    color: #FFFFFF;
    text-align: center;
    display: block;
    padding-top: 80%;
    font-size: 18px;
    font-weight: bold;
}
.product-list-text{
    font-weight: 700;
    align-items: center;
    display: flex;

}
.product-list-text:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 32px;
    border-radius: 100px;
    background: var(--gold);
    margin-left: 10px;

}
.card-box{
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: box-shadow 0.3s;
    margin-left: 15px;

}
.product-box{
    width: 244px;
    height: 244px;
    background-size: cover!important;
    position: relative;
}
.product-label1{
    color:var(--gold);
    font-size: 10px;
    font-weight: 600;
    background: rgba(184, 134, 11, 0.1);
    padding: 4px 8px;
    border-radius: 100px;
}
.label-box{
    position: absolute;
    bottom: 8px;
    left: 3px;
    right: 3px;
}
.product-text1{
    font-size: 14px;
    font-weight: 400;
    color: black;
    margin-top: 5px;
    margin-bottom: 3px;
}
.product-text2{
    color: rgb(117, 117, 117);
    font-size: 14px;
    font-weight: 400;
}
.product-text2 span{
    color: var(--gold);
    font-size: 16px;
    font-weight: 600;
}
.show-more{
    color: var(--gold);
    align-items: center;
    padding: 8px 16px;
    border: 1px solid var(--gold);
    border-radius: var(--radius);
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    transition: all 0.3s;
}
.show-more:hover{
    background: var(--gold);
    color: #fff;
}
/*  /main*/


/* ========================================================
      PROMO BANNER
   ======================================================== */
.promo-banner { padding: 24px 0 40px; }
.promo-banner-inner {
    position: relative; border-radius: 16px; overflow: hidden;
    height: clamp(180px, 25vw, 300px);
}
.promo-banner-inner img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.promo-banner-inner:hover img { transform: scale(1.05); }
.promo-overlay { position: absolute; inset: 0; background: linear-gradient(to left, rgba(0,0,0,0.7), rgba(0,0,0,0.3)); }
.promo-content { position: absolute; inset: 0; display: flex; align-items: center; padding: 0 32px; }
.promo-inner { max-width: 440px; }
.promo-tag {
    display: inline-block; padding: 4px 16px; border-radius: 100px;
    font-size: 12px; font-weight: 700; background: var(--red); color: #fff; margin-bottom: 12px;
}
.promo-title { font-size: clamp(20px, 4vw, 36px); font-weight: 700; color: #fff; margin-bottom: 12px; line-height: 1.3; }
.promo-desc { font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 16px; }

.btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: var(--radius);
    font-size: 14px;
    font-weight: 500;
    background: var(--gold);
    color: #fff;
    transition: opacity 0.3s;
}
.btn-gold:hover{
background: #cbab50;
    color: #fff;

}.btn-gold3 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-radius: var(--radius);
    font-size: 12px;
    font-weight: 500;
    background: var(--gold);
    color: #fff;
    transition: opacity 0.3s;
}
.btn-gold3:hover{
background: #cbab50;
    color: #fff;

}
/* ===== Dual Banners ===== */
.dual-banners { padding: 24px 0 40px; }
.dual-banners-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.banner-card { position: relative; border-radius: 12px; overflow: hidden; height: clamp(160px, 22vw, 220px); }
.banner-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.banner-card:hover img { transform: scale(1.05); }
.banner-overlay { position: absolute; inset: 0; background: linear-gradient(to left, rgba(26,26,26,0.8), rgba(26,26,26,0.4)); }
.banner-dark-bg { position: absolute; inset: 0; background: linear-gradient(135deg, var(--dark) 0%, #2a2a2a 100%); }
.banner-content { position: absolute; inset: 0; display: flex; align-items: center; padding: 24px 32px; }
.banner-tag {
    display: inline-block; padding: 4px 12px; border-radius: 100px;
    font-size: 11px; font-weight: 700; color: #fff;
}
.banner-tag--gold { background: var(--gold); }
.banner-tag--red { background: var(--red); }
.banner-title { font-size: clamp(18px, 3vw, 24px); font-weight: 700; color: #fff; margin-top: 12px; margin-bottom: 8px; }
.banner-title--gold { color: var(--gold-light); }
.banner-desc { font-size: 12px; color: rgba(255,255,255,0.7); line-height: 1.6; }
.banner-btn {
    display: inline-block; margin-top: 12px;
    padding: 8px 16px; border-radius: var(--radius);
    font-size: 12px; font-weight: 500; background: var(--gold); color: #fff;
    transition: opacity 0.3s;
}
.banner-btn:hover { opacity: 0.9; }
.banner-circle {
    position: absolute; border-radius: 50%; background: var(--gold);
}
.banner-circle--1 { bottom: -40px; left: -40px; width: 160px; height: 160px; opacity: 0.1; }
.banner-circle--2 { top: -24px; left: -24px; width: 96px; height: 96px; opacity: 0.05; }



.brand-box{
    background-size: cover!important;
    height: 115px;
    width: 320px;
    border-radius: 10px;
    object-position: left center;
}
.brand-text{
    color: white;
    font-size: 12px;
    font-weight: 500;
    background: var(--gold);
    padding: 4px 8px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 8px;
    margin-right: 10px;

}
.brand{
    margin-right: 10px;
}


/* ========================================================
   FEATURES
======================================================== */
.features { padding: 48px 0 64px; background: #fff; }
.features-header { text-align: center; margin-bottom: 40px; }
.features-header h2 { font-size: clamp(20px, 3vw, 28px); font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.features-header .underline-bar { width: 64px; height: 4px; border-radius: 100px; background: var(--gold); margin: 0 auto; }
.features-header p { font-size: 13px; color: var(--muted-fg); margin-top: 12px; }
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card {
    text-align: center; padding: 24px 16px; border-radius: 12px;
    background: var(--secondary); border: 1px solid var(--border);
    transition: box-shadow 0.3s, transform 0.3s;
}
.feature-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.06); transform: translateY(-2px); }
.feature-icon {
    width: 56px; height: 56px; margin: 0 auto 16px;
    border-radius: 12px; display: flex; align-items: center; justify-content: center;
    background: rgba(184,134,11,0.1); color: var(--gold);
    transition: transform 0.3s;
}
.feature-card:hover .feature-icon { transform: scale(1.1); }
.feature-icon svg { width: 28px; height: 28px; }
.feature-title { font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.feature-desc { font-size: 12px; color: var(--muted-fg); line-height: 1.7; }
/* ========================================================
   FOOTER
======================================================== */
.footer { background: var(--dark); color: #e0d6c8; }
.newsletter { background: var(--gold-dark); padding: 32px 0; }
.newsletter .container { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.newsletter h3 { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.newsletter p { font-size: 12px; color: rgba(255,255,255,0.7); }
.newsletter-form { display: flex; width: 100%; max-width: 420px; }
.newsletter-form input {
    flex: 1; padding: 10px 16px;
    border-radius: 0 var(--radius) var(--radius) 0;
    background: rgba(255,255,255,0.15); color: #fff; border: 1px solid rgba(255,255,255,0.2);
    font-size: 14px;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-form input:focus { outline: none; border-color: rgba(255,255,255,0.4); }
.newsletter-form button {
    padding: 10px 24px;
    border-radius: var(--radius) 0 0 var(--radius);
    background: var(--gold); color: #fff; font-size: 14px; font-weight: 500;
    transition: opacity 0.3s;
}
.newsletter-form button:hover { opacity: 0.9; }

.footer-main { padding: 40px 0 56px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
.footer-title { font-size: 14px; font-weight: 700; color: var(--gold-light); margin-bottom: 16px; }
.footer-about-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-about-logo .logo-icon { width: 32px; height: 32px; }
.footer-about-logo .logo-icon svg { width: 18px; height: 18px; }
.footer-about-logo span { font-size: 18px; font-weight: 700; color: var(--gold-light); }
.footer-about-text { font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.8; margin-bottom: 16px; }
.social-links { display: flex; gap: 10px; }
.social-link {
    width: 36px; height: 36px; border-radius: var(--radius);
    background: rgba(255,255,255,0.1); color: var(--gold-light);
    display: flex; align-items: center; justify-content: center;
    transition: background 0.3s;
}
.social-link:hover { background: rgba(255,255,255,0.2); }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 12px; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-links a:hover { color: #fff; }
.contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
.contact-item svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; color: var(--gold-light); }
.contact-item span { font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.6; }
.trust-badges { display: flex; gap: 12px; margin-top: 24px; }
.trust-badge {
    width: 64px; height: 64px; border-radius: var(--radius);
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1);
    color: var(--gold-light); display: flex; align-items: center; justify-content: center;
    font-size: 10px; text-align: center; line-height: 1.4; font-weight: 500;
}

.footer-copyright {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 16px 0;
}
.footer-copyright .container {
    display: flex; flex-direction: column; align-items: center;
    gap: 8px; font-size: 12px; color: rgba(255,255,255,0.4); text-align: center;
}
[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl;
}
/* ========================================================
       PRODUCT GRID
    ======================================================== */
.product-section { padding: 40px 0 20px; }
.product-section--white { background: #fff; }
.product-section--cream { background: var(--cream); }

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.products-grid .see-all-row { text-align: center; margin-top: 32px; grid-column: 1 / -1; }

/* ===== Product Card ===== */
.product-card {
    background: #fff; border: 1px solid var(--border);
    border-radius: var(--radius); overflow: hidden;
    transition: box-shadow 0.3s;
    margin-left: 20px;
}

.product-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.product-img { position: relative; aspect-ratio: 1; overflow: hidden; }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.product-card:hover .product-img img { transform: scale(1.05); }
.product-badge {
    position: absolute; top: 10px; left: 10px;
    padding: 4px 10px; border-radius: 100px;
    font-size: 11px; font-weight: 700; color: #fff;
    background: var(--gold);
}
.product-discount-badge {
    position: absolute; top: 10px; right: 10px;
    padding: 4px 10px; border-radius: 100px;
    font-size: 11px; font-weight: 700; color: #fff;
    background: var(--red);
}
.product-hover-actions {
    position: absolute; inset: auto 0 0 0;
    padding: 12px; display: flex; align-items: center;
    justify-content: center; gap: 8px;
    transform: translateY(100%);
    transition: transform 0.3s;
}
.product-card:hover .product-hover-actions { transform: translateY(0); }
.action-btn-round {
    width: 36px; height: 36px; border-radius: 50%;
    background: #fff; color: var(--gold);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    transition: transform 0.2s;
}
.action-btn-round:hover { transform: scale(1.1); }
.action-btn-cart {
    display: flex; align-items: center; gap: 6px;
    padding: 8px 16px; border-radius: 100px;
    background: var(--gold); color: #fff; font-size: 12px; font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.product-info { padding: 14px; }
.product-name { font-size: 13px; font-weight: 500; color: var(--dark); line-height: 1.6; margin-bottom: 8px; }
.product-meta { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--muted-fg); margin-bottom: 8px; }
.product-price { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.current-price { font-size: 14px; font-weight: 700; color: var(--gold-dark); }
.price-unit { font-size: 10px; font-weight: 400; color: var(--muted-fg); margin-right: 3px; }
.original-price { font-size: 12px; color: var(--muted-fg); text-decoration: line-through; }

/*         login*/
.custom-box{
    margin: auto;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid var(--gold);
    position: relative;
    top: 100px;
    right: 0;
    left: 0;
}

.custom-text1{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #555770;
    margin-bottom: 5px;
}
.custom-input{
    box-shadow: inset 0 0.5px 4px rgba(96, 97, 112, 0.32);
    border-radius: 8px;
    background: white;
    font-weight: 400;
    font-size: 13px;
    border: 0;
    width: 100%;
    height: 40px;
    padding-right: 20px;
    color: #0f102c;
}
.custom-input:focus-visible {
    outline: 1px solid var(--gold);
}
.custom-title1{
    color: #555770;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.custom-text2{
    color: #555770;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.resent-link{
    font-size: 12px;
    font-weight: normal;
    color: var(--gold);
}

/*        /login*/

/*slider*/
.slider-image{
    width: 100%;
    display: block;
    object-fit: cover;

}
.slider-carousel{
    background: transparent;
    border-radius: 8px;
    overflow: hidden;

}
.top-banner-img{
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}
.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;

}
.dir-ltr{
    direction: ltr!important;
}
/*slider*/
/*    .coin-category*/
.coin-category-box{
    background: #FFFFFF;
    border-radius: 8px;
    /*padding:10px;*/
    width: 150px;
    height: 180px;
    margin-left: 15px;
    padding: 10px;
    margin-bottom: 10px;
}
.coin-text1{
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: var(--gold-dark);
    margin-bottom: 0;
}
.cat-img{
    width: 100px;
    height: 100px;
    object-fit:cover ;
    margin: auto;
    display: block;
    margin-bottom: 25px;
}
/*   / .coin-category*/
/*    .calculator*/

.remove-aspect-ratio .product-img{
    aspect-ratio:unset!important;
}
.remove-aspect-ratio .product-img img{
    height: 200px;
    object-fit: contain;
}
.custom-text3{
    color: #000;
    font-weight: 300;
}
.custom-text3:hover{
    color: var(--gold-dark);
    font-weight: 400;

}
.custom-text4{
    color: #151515;
    font-weight: 300;
}
.custom-text4:hover{
    color: var(--gold-dark);
    font-weight: 400;

}
.calculator-box{
    padding: 10px;
    background: #efefef;
    border-radius:8px;
}
.calculator-text3{
    text-align: center;
    font-weight: 400;
    color: black;
}
.calculator-text4{
    text-align: center;
    font-weight: 300;
    color: #292929;
}
.calculator-form{
        background: #fff;
        border: 1px solid #ddd;
        max-width: 800px;
        width: 100%;
        box-shadow: 0 0 3px 1px #ccc;
    margin: auto;
    padding: 20px 10px;
}
.custom-input2{
    height: 43px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #333;
    padding: 4px 8px;
    font-size: 14px;
}
.custom-input2:focus-visible{
    outline-offset:unset!important;
    outline: 0;
}
.custom-hint{
    position: absolute;
    left: 1px;
    bottom: 1px;
    height: 41px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    font-size: 13px;
    background: #eee;
    border-right: 1px solid #ccc;
    border-radius: 6px 0 0 6px;
}
.custom-input2-box{
    position: relative;
}
.calculator-text5{
    margin-bottom: 0;
    color: #292929;
    font-size: 16px;
    font-weight: 400;
}
.calculator-text6{
    color: #c7c7c7;
    font-size: 12px;
    font-weight: 400;
}
.calculator-box2{
    background-color: #9a8450;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
}
.calculator-text7{
    font-size: 14px;
    font-weight: 900;
    color: #FFFFFF;
}
.calculator-text8{
    font-size: 12px;
    font-weight: 400;
    color: #c7c7c7;
    margin-bottom: 0;
}
.line{
 border-color: #b8860b;
}
.calculator-text9{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: black;
}
.calculator-text10{
    font-size: 1rem;
    color: #292929;
    text-align: justify;

}
/*   / .calculator*/
/*    .product*/
.share{
        border: none;
        font-size: 12px;
        border-radius: 3px;
        margin-top: 8px;
        font-weight: 300;
        padding: 3px 5px;
    background: var(--gold-light);
    color: var(--gold-dark);
}
.custom-box2{
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
}
.product-text3{
    font-weight: 700;
    font-size: 1rem;
    color: #292929;
}
.product-text4{
    color: #292929;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}
.product-text5{
    font-size: 10px;
    font-weight: 400;
    color: #292929;
    display: block;
}
.custom-select{
    color: var(--gold-dark);
    border:1px solid var(--gold-dark);
    padding: 5px;
    border-radius: 8px;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
}
.custom-select:focus-visible{
    outline-offset: unset;
    outline: unset;
}
.product-text6{
    margin-bottom: 0;
    font-weight: 500;
    color: black;
    font-size: 16px;
}
.price-template{
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 10px;
}
.product-text7{
    font-weight: 500;
    font-size: 16px;
    color: black;
    margin-bottom: 0;
}
.product-text8{
    font-weight: 500;
    font-size: 14px;
    color: black;
    margin-bottom: 0;
}
.product-text9{
    font-weight: 500;
    font-size: 14px;
    color: black;
    margin-bottom: 0;
}
.product-text10{
    font-weight: 500;
    font-size: 12px;
    color: var(--gold-dark);
    margin-bottom: 0;
}
.product-text10 span{
    color:#292929 ;
}
.btn-chart{
    border-radius: 8px;
    color: #2f2f2f;
    padding: 7px 33px;
    display: block;
    text-align: center;
    font-size: 13px;
    border: 1px solid #b1b1b1;
    background-color: hsla(0, 0%, 98%, .9803921568627451);
}
.custom-icon{
    display: inline;
    vertical-align: sub;
}
.product-text11{
    color: #292929;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.product-text12{
    color: var(--gold-dark);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.product-text12 span{
    color: #292929;
    font-size: 16px;
}
.btn-shop{
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border:1px solid var(--gold-light);
    display: block;
    background:var(--gold);
    color: #FFFFFF;
}
.preview-thumbnail img {
    max-width: 100%;
    cursor: pointer;

}
.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background:#FFFFFF;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    padding: 20px;
    border-radius: 8px;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    overflow: hidden;
    margin-bottom: 10px;
}

.preview-thumbnail.nav-tabs li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.preview-pic img {
    width: 300px;
    height: 300px;
    max-width: 100%;
    object-fit: cover;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    margin: auto;
}
.preview-thumbnail.nav-tabs li{
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    padding: 12px;
    border-radius: 8px;
}
.product-tab .nav-pills .nav-link.active {
    background: unset;
    color: unset;
    border-bottom: 1px solid #8b6914;
    border-radius: 0;
}
.nav-link:focus, .nav-link:hover {
    color: unset;
}
.line-horizontal2{
    border-top:1px solid var(--dark2);
    margin-top: -1px;
}
.product-tab .table th {
    border-top: 0;
    padding: 8px;
}

.product-tab .table td {
    border-top: 0;

    padding: 8px;

}
.card-product {
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    padding: 20px;
}
.product-bottom-bar{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}
.bookmark{
    color: #664d03;
    font-size: 12px;
    font-weight: 500;
}
/*    /.product*/
/*    .product-list*/

.filter-card-content{
    background: #FFFFFF;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    overflow: hidden;
}
.filter-card-content div.card-body{
    padding:10px;
}
.custom-input2{
    background: var(--light2);
    border-radius: 8px;
    border: 0;
    padding: 10px 36px 10px 10px;
}
.input-icon2{
    position: absolute;
    top: 15px;
    right: 14px;
}
.custom-input2:focus-visible{
    outline: 1px solid #664d03;
}
.custom-input2-top-label{
    margin-right: 17%;
}
.custom-input2-with-icon{
    padding-right: 50px;
}
.custom-input3{
    background: var(--light4);
    border-radius: 8px;
    border: 1px solid #C7C9D9;
    margin: 10px;
    padding: 10px 36px 10px 10px;
    display: block;
}
.custom-input3:focus-visible{
    outline: 1px solid #664d03;
}
.custom-input3-top-label{
    margin-right: 17%;
}
.custom-input3-with-icon{
    padding-right: 50px;
}
.custom-scroll{
    max-height: 200px;
    overflow-y: scroll;
    margin-left: 14px;
    margin-bottom: 14px;
}
::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    background: #e5e3db;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb {
    background: #664d03;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #664d03;
}
.filter-input{
    background: #E4E4EB;
    border-radius: 8px;
    width: 88px;
    height: 32px;
    border: 0;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #8F90A6;
}
.filter-input:focus-visible{
    outline: 1px solid #664d03;
}
.filter-input-top-label{
    margin-right: 17%;
}
.custom-text5{
    font-size: 18px;
    font-weight: 600;
    color: #664d03;
    margin: 10px 0;
}
.line2{
    border: 1px solid #664d03;
    margin: 0 0 10px;
}
.form-check-input:checked {
    background-color: #dbaf2d;
    border-color:unset;
}
.form-check-input:focus {
    border-color: unset;
    outline: unset;
    box-shadow: unset;
}
.form-check-input {
    border: unset;
    background-color: #e9ebee;
}
.filter-input {
    background: #E4E4EB;
    border-radius: 8px;
    width: 88px;
    height: 32px;
    border: 0;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #8F90A6;
}
.page-link{
    color: var(--dark2);
    font-weight: 500;
    font-size: 14px;
    background: transparent;
    border: 0;
    text-align: center;
    width: 24px;
    height: 24px;
    margin : 0.5rem 18px;
    padding: 0;
}
.page-item.active .page-link{
    border-radius: 50%;
    background: var(--gold-dark);
    color:white;
    padding: 2px;
    margin-top: 8px;

}
.page-link:hover {
    z-index: 2;
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    border-color:unset;
}
.page-link:focus {
    box-shadow:unset;
}
.product-text13{
    font-size: 20px;
    font-weight: 700;
}
.filter-btn{
    height: 35px;
    color: #664d03;
    background-color: white;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    display: block;
    vertical-align: center;
    border: 1px solid #664d03;
}
.w-30{
    width:30%;
}

/*    /.product-list*/
/*    .cart1*/

.w-14{
    width: 14px;
}
.w-120{
    width: 120px!important;
}
.h-14{
    height: 14px;
}
.h-120{
    height: 120px;
}
.d-ltr{
    direction: ltr;
}
.circle-red{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: red;
}
.ctrl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    font-size: 20px;
    width: 120px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #C7C9D9;
    box-sizing: border-box;
    border-radius: 8px;
}
.ctrl__counter {
    position: relative;
    width: 200px;
    height: 100px;
    color: #333C48;
    text-align: center;
    overflow: hidden;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}

.ctrl__counter.is-input .ctrl__counter-num {
    visability: hidden;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
}

.ctrl__counter.is-input .ctrl__counter-input {
    visability: visible;
    opacity: 1;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
}

.ctrl__counter-input {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    box-shadow: none;
    outline: none;
    border: none;
    color: #333C48;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
    visability: hidden;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
}

.ctrl__counter-num {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 100px;
    visability: visible;
    opacity: 1;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
}

.ctrl__counter-num.is-increment-hide {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-animation: increment-prev 100ms ease-in;
    animation: increment-prev 100ms ease-in;
}

.ctrl__counter-num.is-increment-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: increment-next 100ms ease-out;
    animation: increment-next 100ms ease-out;
}

.ctrl__counter-num.is-decrement-hide {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: decrement-prev 100ms ease-in;
    animation: decrement-prev 100ms ease-in;
}

.ctrl__counter-num.is-decrement-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: decrement-next 100ms ease-out;
    animation: decrement-next 100ms ease-out;
}

.ctrl__button {
    width: 100px;
    text-align: center;
    color: #130F26;
    cursor: pointer;
    -webkit-transition: background-color 100ms ease-in;
    transition: background-color 100ms ease-in;
}

.ctrl__button:hover {
    color: #130F26;
    -webkit-transition: background-color 100ms ease-in;
    transition: background-color 100ms ease-in;
}

.ctrl__button:active {
    color: #130F26;
    -webkit-transition: background-color 100ms ease-in;
    transition: background-color 100ms ease-in;
}

.ctrl__button--decrement { border-radius: 5px 0 0 5px; }

.ctrl__button--increment { border-radius: 0 5px 5px 0; }
@-webkit-keyframes
decrement-prev {  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@keyframes
decrement-prev {  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@-webkit-keyframes
decrement-next {  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
}
@keyframes
decrement-next {  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
}
@-webkit-keyframes
increment-prev {  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@keyframes
increment-prev {  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@-webkit-keyframes
increment-next {  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
}
@keyframes
increment-next {  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
}
.text-gold{
    color: var(--gold)!important;
}
.font-size-9 {
    font-size: 9px !important;
}
.line-horizontal{
    border-top:1px solid #9e98842e;
}
.custom-btn2{
background: #c29617;
    color: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    height: 35px;
    padding-top: 4px;
}
/*    /.cart1*/
/*    .cart2*/
.btn-transparent{
    border: 1px solid #C7C9D9;
    border-radius: 8px;
    color:#555770;
    background: transparent;
}
.btn-transparent:hover{
    /*background: #E5E5E5;*/
    background: var(--light2);
    color:#555770;
}
.btn-transparent:focus,.btn-transparent.focus{
    color:#555770;
    outline: 0;
    border: 1px solid #555770;
    box-shadow: none;
}
.btn-transparent:active{
    background: transparent;
    border: 1px solid #C7C9D9;
    color:#555770;
}
/*    /.cart2*/
/*  .profile*/


.custom-profile.active {
    background: #f4ebd0;
}
.custom-profile{
    padding: 12px;
}
.custom-btn-warning{
    background: #FFF8E6;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #E67A00;
    text-align: center;
    padding-top: 7px;
}

.custom-btn-success{
    background: #E3FFF1;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #06C270;
    text-align: center;
    padding-top: 7px;
}

.custom-btn-info{
    background: #E8F3FF;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #0A84FF;
    text-align: center;
    padding-top: 7px;
}

.custom-btn-primary{
    background: #EEF2FF;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #4F46E5;
    text-align: center;
    padding-top: 7px;
}

.custom-btn-secondary{
    background: #F1F1F4;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #6B7280;
    text-align: center;
    padding-top: 7px;
}

.custom-btn-purple{
    background: #F3E8FF;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #9333EA;
    text-align: center;
    padding-top: 7px;
}

.custom-btn-danger{
    background: #FFEAEA;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #E53935;
    text-align: center;
    padding-top: 7px;
}

.custom-btn-dark{
    background: #ECECEC;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #333333;
    text-align: center;
    padding-top: 7px;
}

.wallet{
    /*width: 220px;*/
    height: 96px;
    display: block;
    margin: auto;
    padding: 10px;
    background:#B8860B;
    border-radius: 8px;
    border: 1px solid rgba(255, 180, 120, 0.5);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.25);

}
.custom-box1{
    background: #F2F2F2;
    border-radius: 8px;
    width: 279px;
    margin: auto;
    padding: 10px;
}
.line-vertical-dashed{
    border-right: 1px dashed #C7C9D9;
    width: 1px;
    height: 120%;
}
.custom-btn-lg{
    width: 84px;
    height: 32px;
    font-size: 12px;
    font-weight: 500;
    padding-top: 0.35rem;
}
.custom-gold{
    background: url("../img/gold.svg")no-repeat;
    border-radius: 8px;
    background-size: cover;
    width: 100%;
    padding: 15px;
    color: #FFFFFF;

}
.btn-gold2 {
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: var(--radius);
    font-size: 14px;
    font-weight: 500;
    background: #ecebe7;
    color: #000;
    transition: opacity 0.3s;
    width: 150px;
    text-align: center;
}
.btn-gold2:hover{
    background: #cbab50;
    color: #fff;

}
.custom-box3{
    background: #FFFFFF;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    border: 1px solid #b8860b;
    padding: 10px;
}
/*  /.profile*/

/*custom*/
main{
    min-height: 800px;
}
.cursor-pointer{
    cursor: pointer;
}
.btn-shop.disabled {
    background: #ccc !important;
    cursor: not-allowed !important;
}
.o-contain{
    object-fit: contain !important;
}
.cart-item:last-child .line-horizontal {
    display: none !important;
}
.disabled{
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}
.v-middle{
    vertical-align: middle !important;
}
.v-sub{
    vertical-align: middle !important;
}
.fw-bold{
    font-weight: bold !important;
}
/*/custom*/
