@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

*{
    margin: 0;
    padding: 0;
}

ol,ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: var(--black-a);
    transition: .3s ease;
}
a:hover{
    color: var(--color-a);
}
:root{
    --color-a: #c18f3a;
    --color-b: #e9d37c;
    --white-a: #fff;
    --white-b: #eeeeee;
    --white-c: #8B8B8C;
    --black-a: #111;
    --gray-a: #212534;
    
}

.color-a{
    color: var(--color-a);
}

body{
    background: var(--white-b);
    color: var(--black-a);
    font-family: "Poppins", sans-serif
}


.color-white-c, .color-white-c-hover:hover{
    color: var(--white-c);
}

.btn-a{
    background: var(--color-a);
    color: var(--black-a);
}
.btn-a:hover{
    background: var(--black-a);
    color: var(--white-a);
}
div.modal {
    z-index: 99999;
}


.main-header{
    background: var(--white-a);
}
.main-header .navbar ul li a, .main-header .navbar ul li a.active{
    color: var(--black-a);
    font-weight: 500;
    padding: 0;
    position: relative;
}


.top-bar ul li a {
    transform: .3s ease;
}

.top-bar {
    padding: 6px 0px;
    background: #fafafa;
    color: var(--black-a);
}
.text-justify{
    text-align: justify;
}
.main-header .navbar ul li a:hover , .header-social a i:hover,a.nav-link.active{
    color: var(--color-a) !important;
}
.main-header .navbar ul li:not(:last-child) a{
    padding-right: 20px;
    margin-right: 20px;
}
.main-header .navbar ul li:not(:last-child) a::before{
    content: '';
    position: absolute;
    background: var(--black-a);
    width: 1px;
    top: 50%;
    height: 70%;
    right: 0px;
    transform: translateY(-50%);
}
.main-logo{
    width: 400px;

}
.menu-bar{
    transition: .3s ease;
    top: -100px;
    background: #fff;
}
.main-header.sticky .menu-bar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
   
}
.product-category-buttons {
    margin-bottom: 30px;
}
.product-category-buttons li{
    color: var(--black-a);
    cursor: pointer;
    font-weight: 500;
}
.product-category-buttons li:hover, .product-category-buttons li.active{
    color: var(--color-a);
}
.navbar-brand img{
    width: 170px;
}
.main-nav{
    padding-left: 50px;
}
.carousel-item {
    height: 504px;
}

.carousel-item img {
    object-fit: cover;
    height: 504px;
}
.section-target-click{
    position: absolute;
    top: -140px;
}

.single-product{
    overflow: hidden;
    border-radius: 8px;
   
}
.product-image-container{
    position: relative;
}
.single-product a:hover p{
    color: var(--color-a);
}
.product-action-buttons {
    position: absolute;
    padding: 10px;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    transition: .3s ease;
    z-index: 1;
    background: var(--color-a);
    border: none;
    border-radius: 50px;
    color: var(--white-a);
    cursor: pointer;
    
}
.product-action-buttons:hover{
    background: var(--black-a);
}

.specer{
    content: '';
    padding-top: 50px;
}
hr{
    border-color: var(--color-a) !important;
}


.content-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-category-container:not(:last-child){
    padding-bottom: 60px;
}

.featured-image-nav{
    margin-right: 10px;
}
.featured-image-nav img{
    cursor: pointer;
}
.main-footer{
    margin-top: 80px;
    background: var(--white-a);
}


.main-loader{
    position: fixed;
    display:flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: var(--color-a);
    z-index: 9999;
}
.loader-image-container{
    margin-top: -50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.loader-animation-image{
    margin-top: -10px;
    animation: circle-ring 15s linear infinite;
}
@keyframes circle-ring {
    to{
        rotate: 0deg;
    }
    from{
        rotate: -360deg;
    }
}
.trial-card-icon-box{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    right: 70px;
    top: 39%;
    background: var(--gradiant-a-tt);
    border-radius: 100px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid var(--white-b);
    column-gap: 5px;

    z-index: 9999;
}
.trial-card-icon-box.cart{
    top: 50%;
}
.trial-card-icon-box a:hover{
    color: #C7D102;
}
.card{
    background: transparent;
    color:var(--black-a);
    border: 1px solid var(--black-a)
}
.single-cart-products:not(:last-child){
    border-bottom: 1px solid var(--color-a)
}

.cart-right-side .card{
    background: var(--gradiant-a-tt);
}
.custom-form-control {
    background: transparent;
    color: var(--black-a);
    border: 1px solid var(--black-a);
}
input[type="checkbox"],input[type="radio"]{
    color: var(--black-a);
    border: 1px solid var(--black-a);
}

.custom-form-control:focus{
    color: var(--color-a);
    border: 1px solid var(--color-a);
}
.custom-form-control::placeholder{
    color: #8B8B8C;
}
.from-cust-check{
    background-color: transparent;
}
.remove-coupon i{ 
    font-size: 12px;
}
.remove-coupon:hover {
    color: rgb(230, 45, 45);
}
.list-group-item {
    color: var(--black-a);
    border-color: var(--black-a);
}


.list-group-item.active{
    background: var(--color-a);
    border-color: var(--black-a);
}
.list-group-item:hover{
    background: var(--color-b);
} 

.list-group-item:first-child{
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}
.table{
    border-color: var(--black-a);
}


.table tr td, .table tr th{
    background: transparent;
    color: var(--black-a);
    text-align: center;
    border-color: var(--black-a);
}
/* .modal-content{
    background: #303030;
} */
.custom-form-control:disabled{
    background: transparent;
}

._failed{ border-bottom: solid 4px red !important; }
._failed i{  color:red !important;  }

._success {
    box-shadow: 0 15px 25px #00000019;
    padding: 45px;
    background: var(--gradiant-a-tb);
    width: 100%;
    text-align: center;
    margin: 40px auto;
    border-bottom: solid 4px #28a745;
}

._success i {
    font-size: 55px;
    color: #28a745;
}

._success h2 {
    margin-bottom: 12px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
}

._success p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #949393;
    font-weight: 500;
}
select.custom_select_address {
    margin-left: 10px;
    background: transparent;
    border: none;
    color: var(--black-a);
}
select.custom_select_address option ,.form-select option{
    /* margin: 40px; */
    background: var(--white-a);
    color: var(--black-a);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.form-select{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}
select.custom_select_address:focus {
    outline: none;
    border: none;
}

.order-table .a-link:hover,.footer-links li a:hover,.a-link:hover{
    color: var(--color-a) !important;
}
.footer-links li:not(:last-child){
    margin-bottom: 10px;
}
.page__content p{
    text-align: justify
    ;
}
.quantity-button button{
    font-size: 20px;
    font-weight: 600;
}
.quantity-button.number {
    display: flex;
    margin-bottom: 20px;
}
.quantity-button input{
    background: transparent !important;
    width:80px;
    border: 1px solid var(--color-a);
    color: var(--black-a);
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}
.color-variation{
    width: 30px;
    height: 30px;
    content: '';
    border-radius: 50px;
    cursor: pointer;
    border: 3px solid #C2C1C1;
    
}
.color-variation:hover{
    border-color: #4d4c4c;
}
.size-variation {
    background: #c1c1c1;
    color: #000;
    padding: 4px 10px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
}
.color-variation.selected{
    border-color: var(--color-a);
}
li.size-variation.selected{
    background: var(--color-a);
}
.size-variation:hover{
    background: #7e7e7e;
} 

.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 0px !important;
}

.sec-padding{
    padding: 80px 0px
}
.accordion-body,.accordion-button,.emi-bank{font-size:14px}.single-bank-tab{display:none}.single-bank-tab.bank-content-active{display:block}.emi-bank{position:relative;background:#fff;cursor:pointer;border-radius:6px;font-weight:500}.emi-bank.active-bank{background:var(--color-b);color:var(--black-a)}.emi-bank::before{background:var(--color-b);height:20px;width:20px;content:'';position:absolute;top:50%;right:20px;opacity:0;transform:translateY(-50%);clip-path:polygon(10% 0,50% 49%,10% 100%,0 100%,17% 50%,0 0);transition:.2s linear}.emi-bank.active-bank::before{opacity:1;right:-25px}.accordion-button:focus,.accordion-button:not(.collapsed){box-shadow:none!important;background-color:transparent!important;color:var(--color-a)!important}.accordion-body .main-calculation{border:1px solid #9796968f}
.emi-banks {
    height: 490px;
    overflow-x: hidden;
    overflow-y: scroll;
    direction: rtl;
}
.emi-bank-lists{
    direction: ltr; 
}
::-webkit-scrollbar{
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-a);
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb:hover {
    background: var(--black-a);
}
@media screen and (min-width:1650px){
    .carousel-item,.carousel-item img {
        height: 630px;
    }
}
@media screen and (max-width:992px){
    body{
        font-size: 14px;
    }
    .carousel-item, .carousel-item img{
        height:auto;
    }
    .main-header{
        position: fixed;
        width: 100%;
        z-index: 9999;
    }
    .about-image-div img{
        width: 200px;
    }
    .about-image-div{
        height: 300px;
    }
    .specer{
        padding-top: 150px;
    }
    .banner {
        padding-top: 104px;
    }
    .menu-bar,.menu-bar.sticky{
        top: 33px !important;
    }
    .product-category-buttons li{
        font-size: 18px !important;
    }
    .main-logo {
        width: 300px;
    }
    .trial-card-icon-box{
        top:41%;
        right:20px
    }
    .main-header .navbar ul li:not(:last-child) a::before{
        display: none;
    }
    .navbar-toggler{
        border-color: #c1c1c1
    }
    div#navbarSupportedContent {
        margin-top: 20px;
    }
    .main-nav{
        padding-left: 0px;
    }
    .main-nav li.nav-item{
        margin-bottom: 20px;
    }
    .footer-logo{
        width: 200px;
    }
    
}
@media screen and (max-width:350px){
    .product-category-buttons li{
        font-size: 16px !important;
    }
}