@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
ul{
    padding: 0;
    list-style-type: none;
}
img{
    vertical-align: middle;
}
nav{
    height: 85px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
    position: fixed;
    z-index: 1000;

    & form.d-flex{
        width: 630px;
        height: 36px;
    }
    & .container-fluid {

        & #navbarSupportedContent {
            justify-content: space-between;            
            & ul{
                margin-right: unset !important;
                & .dropdown .dropdown-toggle {
                    font-size: 1rem;
                    font-weight: bold;
                    color: black;
                    &::after{
                        vertical-align: middle;
                    }
                }
                & .dropdown-menu {top: 60px;}
                & .dropdown-menu li{
                    min-width: 150px;
                    line-height: 16px;
                    padding: 10px 15px;
                    
                    & ul li{
                        padding: 6px 0;
                        &:hover{
                            color: #04aeef;                            
                        }
                        &:first-child {
                            color: #222;
                            text-transform: uppercase;
                            font-weight: 500;
                            padding: 6px 0;
                            font-size: 15px;
                            &:hover{
                                color: #04aeef;                            
                            }
                        }
                    }
                }
            }
            & form {
                position: relative;
                & button {
                    position: absolute;
                    right: 25px;
                    top: 50%;
                    transform: translateY(-50%);
                }
            } 
            & button.btn {
                margin-right: 100px;
                position: relative;
                &
                span {
                    background: #007bff;
                    font-size: .7rem;
                    color: white;
                    padding: 0rem .4em;
                    border-radius: .25rem;
                    right: -7px;
                    position: absolute;
                    bottom: 3px;
                }
            }
        } 

        & .navbar-brand{
            margin-right: 80px;
            margin-left: 20px;
        }
    }
}
#banner {
    & .item img{
        height: 380px;
    }
}
.body-menu{
    background: #f7f7f7;
    height: 50px;
    overflow: hidden;
    & .body-menu-item{
        display: flex;
        justify-content: space-around;
        & .col-lg-1{background: #f1f1f1;}
        & .skew {
            transform: skewX(-15deg);
            background: #f1f1f1;
            padding: 0 0px 0 20px;
            margin: 0 -7px;
            cursor: pointer;
            & .unskew {
                transform: skewX(0deg);
                display: flex;
                line-height: 50px;
                font-weight: 600;
            }
        }
        & .col-lg-2{
            line-height: 50px;
            text-align: center;
            & a {
                color: black;
                font-weight: 400;
            }            
        }
        & .col-lg-3{
            line-height: 50px;
            color: black;
            font-weight: 500;
        }
    }
}
.event_target{
    background: #E0F7FA;
    margin-top: 7px;
    padding: 7px 15px;
}
.campaign{
    height: 85px;
    background: #fcf4e9;
    margin-top: 7px;
    & a{
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        & div{
            font-size: 2.0rem !important;
            text-shadow: 1px 1px #FFF !important;
            color: #cc8119 !important;
            font-family: 'Fjalla One', sans-serif;
        }
    }
}
#category .container .row{
    margin-top: 7px;
    & .col-lg-3{
        padding: 7px;
        & .flex-cat-block .flex-cat-img {
            border-radius: 5px;
            overflow: hidden;
            position: relative;
            & a img{
                width: 100%;
            }
            & .flex-cat-button {
                width: 100%;
                position: absolute;
                top: -3px;
                text-align: center;
                & a {
                    padding: 4px 10px;
                    background: #fff;
                    border-radius: 0px 0px 10px 10px;
                    text-decoration: none;
                    color: black;
                    font-size: 0.7rem;
                    font-weight: 500;
                    box-shadow: 0 5px 15px 0 rgba(37,44,97,.15), 0 2px 4px 0 rgba(93,100,148,.2);
                }
            }
        }
    }
}
#poster{
    margin-top: 60px;
    & .row{
        padding: 7px 0;
        & .col-lg-4 a {
            position: relative;
            & div img{
                width: 100%;
            }
        }
    }    
}
.hero-link {
    position: absolute;
    bottom: 0;
    width: 102%;
    font-size: 1.3rem;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 45%) 30%, rgb(0 0 0 / 16%) 66%, rgb(0 0 0 / 0%) 100%);
    height: 75px;
    line-height: 100px;
    font-family: 'Fjalla One', sans-serif;
}
#poster_product{
    margin-top: 60px;
    & .row{
        /* & div{
            padding: 7px;
        } */
        & .col-xl-4 {
            position: relative;
            padding-left: 6px;
        }
        & .col-xl-8{
            flex-wrap: wrap;
            padding-right: 0;
            & .col-lg-3{
                padding: 0 12px 12px 0;
            }
        }
        & .col-lg-3{
            height: fit-content;
            & a div img{
                width: 100%;
            }
            & .home-product {
                border-radius: 5px;
                box-shadow: 0 7px 15px 0 rgb(0 0 0 / 13%), 0 1px 4px 0 rgb(0 0 0 / 11%);
                text-decoration: none;
                position: relative;
                padding: 0;
                /* margin-top: 7px; */
                & .product-info {
                    background: #000000;
                    padding: 3px 10px;
                    position: absolute;
                    bottom: 0;
                    opacity: .6;
                    color: #FFF;
                    display: none;
                    width: 100%;
                    & .product-name {
                        text-align: center;
                        font-size: 14px;
                        line-height: 20px;
                        height: 45px;
                    }
                }
                & .product-price {
                    font-size: 12px;
                    position: absolute;
                    bottom: -8px;
                    color: #000;
                    width: 100%;
                    text-align: center;
                    & div {
                        font-size: 12px;
                        text-align: center;
                        background: white;
                        color: #000;
                        border-radius: 5px;
                        padding: 0px 7px;
                        width: fit-content;
                        margin: 0 auto;
                        & strike {
                            color: #a9a9a9;
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }
}
#fabric{
    margin-top: 60px;
    & .row{
        align-items: center;
        & .col-lg-8{
            padding: 7px;
            & .comfort{
                margin-left: 10px;
                & .comfort-heading {
                    font-size: 2.5rem;
                }
                & .comfort-subheading {
                    font-size: 1.5rem;
                }            
            }
        }
        & .col-lg-4{
            padding: 7px;
            & a div img{
                width: 100%;
            }
        }
    }
}
#premium{
    margin-top: 60px;
    & .row{
        & .col-lg-12{
            padding: 7px;
            & .shoptop{
                background: #ccf7f1;
                height: 85px;
                position: relative;
                & .hot-container-link {
                    top: 0;
                    left: 0;
                    display: block;
                    overflow: hidden;
                    height: 100%;
                    width: 100%;
                    position: absolute;
                    & .hot-image-title {
                        position: absolute;
                        top: 50%;
                        width: 100%;
                        text-align: center;
                        transform: translateY(-50%);
                        display: flex;
                        flex-direction: column;
                        font-family: 'Fjalla One', sans-serif;
                        text-align: center;
                        & .hot-title {
                            color: #009688 !important;
                            text-shadow: 1px 1px #FFF !important;
                            font-size: .9rem;
                            text-transform: uppercase;
                        }
                        & .hot-topic {
                            color: #009688 !important;
                            text-shadow: 1px 1px #FFF !important;
                            font-size: 2rem;
                        }
                        & .hot-link {
                            color: #009688 !important;
                            text-shadow: 1px 1px #FFF !important;
                            font-size: .9rem;                            
                        }
                    }
                }
            }
        }
    }
}
#footer {
    margin-top: 60px;
    & .newsletter{
        padding: 40px 0;     
        color: var(--lgray);
        background: #37383f;

        .ftbl {
            width: 80%;
            margin: 0 auto;
            padding: 7px;
            display: block;
            column-gap: 40px;

            .col-md-6 {
                margin-bottom: 20px;
                & .pull-left{
                    text-align: left;
                    float: left;
                    width: 100%;
                    & .ftbl-text{                        
                        font-weight: 500;
                        width: 90%;
                        margin-top: 18px;
                        font-size: 1em;
                        color: white;
                        & i{
                            display: inline-block;
                            font: normal normal normal 14px/1 FontAwesome;
                            font-size: inherit;
                            text-rendering: auto;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                            font-size: larger;
                            color: orange;
                            margin-right: 8px;                            
                        }
                        & .fa-envelope-o::before{
                            content: "\f003";
                        }
                    }
                    & .newsletter-form {
                        margin-top: 12px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;                        
                        text-align: left;
                        width: 100%;
                        margin-left: 0px;
                        & .mail-subscribe {
                            margin-right: 5px;
                            min-width: calc(100% - 107px);                            
                            color: #fff;
                            background: transparent;
                            border: 0px;
                            border-bottom: 1px solid white;
                            border-radius: 0px;
                        }
                        & .mail-subscribe-btn {
                            margin-left: 0px;
                            border: 0px;
                        }
                    }
                }
            }
        }
    }
    & .footer_menu_item{        
        background: #58595b;
        color: var(--lgray);
        font-size: .9rem;
        padding: 40px 0 20px;
        & .ftbl {
            width: 80%;
            padding: 7px;
            margin: 0 auto;
            display: flex;
            & .col-md-6 {
                margin-bottom: 0px;
                & div{
                    font-weight: bold;
                    font-size: 1rem;
                    margin-bottom: 8px;
                    color: #ebebeb;
                }
                & .sub-item-list {
                    list-style: none;
                    cursor: pointer;
                    padding-top: 2.5px;
                    padding-bottom: 2.5px;
                    -webkit-transition: 0.3s ease all;
                    transition: 0.3s ease all;
                    &:hover {
                        margin-left: 5px;
                    }
                    &:hover a{                        
                        color: orange;
                    }

                    & a{
                        text-transform: uppercase;
                        color: #ebebeb;
                    }
                }
            }
            & .col-lg-5{
                transform: translateY(-20px);
                & p{
                    font-size: 1rem;
                }
            }
        }
    }
    & .copyright{     
        background: #F3F3F3;
        font-size: .9rem;
        text-align: center;
        & .title{            
            width: 80%;
            margin: 0 auto;
            display: block;
            padding: 20px 0;
            & div{
                color: #aaaaaa;
            }
        }
    }
}
/* Shop Page Full CSS */
#shop-content {
    display: flex;
    gap: 1em;
    padding: 1em;

    & .sidebar {
        width: 20%;
        padding: 1em;
        height: calc(100vh - 110px);
        overflow-y: auto;
        background: #f8f8f8;
        text-transform: capitalize;
        transition: 0.2s ease;
    
        h2 {
            font-size: 1.2em;
            margin-bottom: 1em;
        }
    
        ul {            
            font-weight: 400;
            line-height: 1.5;
    
            .ais-RefinementList-item {
                cursor: pointer;
                vertical-align: middle;
                margin-bottom: 4px;
                .level2 {
                    margin-left: 15px;
                    font-weight: bold;
                    font-size: 0.85em;
                }
    
                .level3 {
                    margin-left: 30px;
                    color: #555 !important;
                }
    
                .facet-item {
                    color: #000000;
                    font-size: 0.85em;
                    cursor: pointer;
                    vertical-align: middle;
    
                    /* Checkbox styling */
                    input {
                        vertical-align: middle;
                        cursor: pointer;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        background-color: rgba(65, 66, 71, 0.08);
                        border: none;
                        height: 1rem;
                        width: 1rem;
                        margin: 0;
                        margin-right: 0.5rem;
                        position: relative;
                        margin-top: -1px;
    
                        /* Add an indicator dot on focus */
                        &:focus::after {
                            background-color: #fff;
                            border-radius: 4px;
                            content: '';
                            height: 4px;
                            left: 50%;
                            position: absolute;
                            top: 50%;
                            transform: translateX(-2px) translateY(-2px);
                            width: 4px;
                        }
                    }
    
                    /* Default style for the checked state of .usual-checkbox */
                    .usual-checkbox {
                        background-color: #00aeef;
    
                        /* Default ::after styling for usual-checkbox */
                        &::after {
                            background-color: #fff;
                            border-radius: 4px;
                            content: '';
                            height: 4px;
                            left: 50%;
                            position: absolute;
                            top: 50%;
                            transform: translateX(-2px) translateY(-2px);
                            width: 4px;
                        }
                    }
    
                    /* Facet count badge styling */
                    .facet-count {
                        margin-left: 7px;
                        padding: 0 6px;
                        background: #e8e8e8;
                        color: #222;
                        font-size: 0.8em;
                        border-radius: 10px;
                        font-weight: normal;
                        float: right;
                        line-height: 1.8;
                    }
    
                    /* Change background color of input when focused */
                    input:focus {
                        background-color: #00aeef;
                    }
                }
            }
        }
    }
    
    & #shop-products {
        width: 80%;
        & .product-filters {
            & #tagbox {
                display: inline-table;
                & .ais-tag-item {
                    background: #e8e8e8;
                    padding: 0px 8px 2px;
                    margin: 0px 4px 4px 0px;
                    font-size: .8em;
                    color: #353535;
                    float: left;
                    cursor: pointer;
                }
                & .header {
                    background: #808080;
                    color: #e8e8e8;
                }
                & .clear {
                    background-color: #00aeef;
                    color: #fff;
                }
            }
        }
        & .product-grid {
            display: flex;            
            flex-wrap: wrap;
            & .product-card {
                margin-top: 5px;
                border-radius: 0px;
                -webkit-transition: 0.1s ease-in;
                transition: 0.1s ease-in;
                height: auto;
                overflow: hidden;
                box-shadow: 0px 0px 5px 3px #efefef;
                border: none;
                cursor: pointer;
                position: relative;
                & a .gallerythumbWrapperLoaded {
                    background: #FFF !important;
                    transition: opacity 0.8s ease;
                    & img{                            
                        background-color: #ffffff;
                        min-height: 13vw;
                    }
                    & .gallerythumb {
                        /* opacity: 0; */
                    }
                    & .gallerythumbLoaded {
                        opacity: 1;
                    }
                    & h6 {                            
                        padding: 0px 10px;
                        font-size: 0.9rem;
                        white-space: nowrap;
                        line-height: 1.5rem;
                        margin-top: 7px;
                        height: 1.5rem;                            
                        text-align: center;
                        color: #000;
                        padding: 0px 15px;
                    }
                    & .card-text {
                        text-align: center;
                        color: #000;
                        font-size: 1.2rem;
                        margin-bottom: 1rem;
                        & span:first-child{                                
                            font-size: .8em;
                            color: gray;
                        }
                        & span:last-child{                                
                            text-decoration: line-through;
                            color: red;
                            font-size: 1rem;
                        }
                    }
                    & .like-box-gallery {
                        color: #ff005a;
                        position: absolute;
                        top: 3px;
                        width: 100%;
                        float: right;
                        text-align: right;
                        padding-right: 5px;
                        & span{                                
                            display: none;
                            background: #ff005a;
                            padding: 1px 5px 1px 5px;
                            font-size: .7rem;
                            color: #FFF;
                            border-top-left-radius: 5px;
                            border-bottom-left-radius: 5px;
                        }
                    }
                }
                & .discounted_amount {
                    background: #f44336;
                    width: fit-content;
                    margin-left: auto;
                    color: #FFF;
                    margin-right: auto;
                    font-size: .8rem;
                    line-height: 1.3rem;
                    position: absolute;
                    left: 0;
                    right: 0;
                    & span {
                        margin: 0px 7px 0px 7px;
                    }
                }
                & .products-cart-button {
                    width: 100%;
                    text-align: center;
                    background: #333333;
                    padding-top: 5px;
                    padding-bottom: 5px;
                    border: none;
                    cursor: pointer;
                    font-weight: 500;
                    font-size: 13px;
                    color: #FFF;
                    position: relative;
                    -webkit-transition: .3s ease;
                    transition: .3s ease;
                    & .products-cart-button-loader {
                        font-size: .8rem !important;
                        line-height: 1rem;
                        padding: 0px !important;
                        color: #818a91;
                    }
                }
                & .sale {
                    position: absolute;
                    top: 0px;
                    right: 0px;
                    color: #FFF;
                    background: #f44336;
                    font-size: 0.8rem;
                    line-height: 1.3rem;
                    /* border-bottom-left-radius: 7px; */
                    & span {
                        margin: 0px 15px;
                    }
                }               

            }
        }
    }
    
}
.free_delivery {
    position: absolute;
    top: 22px;
    left: -41px;
    color: #fff;
    background: #000000;
    font-size: 11px;
    line-height: 1.3rem;
    padding: 0px 10px 0 5px;
    font-style: italic;
    transform: translateY(100%) rotate(-90deg);
    & img {
        height: 18px;
        margin-top: -4px;
        transform: skew(-12deg) rotate(0deg);
        -webkit-transform: skew(-12deg) rotate(0deg);
        -moz-transform: skew(-12deg) rotate(0deg);
    }
}
#cart{
    margin-top: 60px;
    & .container{
        & h3 {

        }
        & .row{
            & table{
               & tr{
                 & .action{
                 }
                }
            }
            & div h4 .checkout-total {
                color: #348934;
                font-weight: bold;
                font-family: "Ubuntu";
                font-size: 30px;
            }
            & div .col-sm-4 .btn-block {
                display: block;
                width: 100%;
                font-weight: 400;
                font-style: italic;
            }
        }
    }
}
#youMayAlsoKnow{
    & .col-lg-3{
        padding: 0 7px 14px;
        position: relative;
        & .home-product {
            overflow: hidden;
            border-radius: 5px;
            box-shadow: 0 7px 15px 0 rgb(0 0 0 / 13%), 0 1px 4px 0 rgb(0 0 0 / 11%);
            text-decoration: none;
            & img{
                transition: transform 0.3s ease;
                &:hover {
                    transform: scale(1.1); /* Scale up the image by 1.2 times */
                }
            }
            & .product-price {
                font-size: 12px;
                text-align: center;
                position: absolute;
                bottom: 52px;
                color: #000;
                width: 100%;
                & div {
                    font-size: 12px;
                    text-align: center;
                    background: white;
                    color: #000;
                    border-radius: 5px;
                    padding: 0px 7px;
                    width: fit-content;
                    margin: 0 auto;
                    & strike {
                        color: #a9a9a9;
                        font-size: 14px;
                    }
                }
            }
        }
        & .add2cartModal {
            background: #000;
            color: #FFF;            
            margin-top: 15px;
            width: 100%;
        }
    }
}
#details{
    & .row {
        /* Styling for the main image */
        .main-carousel .item img {
            width: 100%;
            height: auto;
            border-radius: 5px;
        }
        /* Styling for the thumbnails */
        .thumbnail-carousel .item img {
            width: 100px;
            height: auto;
            cursor: pointer;
            opacity: 0.6;
            transition: opacity 0.3s ease;
        }
        .thumbnail-carousel .item.active img,
        .thumbnail-carousel .item:hover img {
            opacity: 1;
        }
        /* Center thumbnail carousel */
        .thumbnail-carousel {
            display: flex;
            justify-content: center;
            margin-top: 10px;
        }
        & .btnAddToCart {
            width: auto;
            margin-left: 20px;
            color: #FFF;
            border: none;
            padding: 0.4rem 5rem;
            outline-offset: -2px;
            outline: 1px dotted !important;
            background-color: #111;
            font-style: italic;
            font-size: 15px;
            &:hover, &:focus {
                box-shadow: none;
            }
        }
        & .product-related{
            & h5{                
                color: #000;
                margin-bottom: 1.1rem;
            }
            & .hr {
                margin-top: 0;
                border-top: 1px solid #000;
                display: block;
                margin-bottom: 20px;
            }
            & .row{
                margin: -7px; 
                padding: 0px;
                & div a{
                    text-decoration: none;
                    color: black;
                    & img{
                        width: 170px;
                    }
                }
                & .product-related-desp{
                    margin-left: 20px;
                    
                }
            }

        }
        & .details_content{
            & .tiny-margin{
                margin-bottom: 1.1rem;
            }
            & .priceDiv{
                & p{ 
                    font-family:Arial, Helvetica, sans-serif;
                    & span:first-child{
                        color:#949494;
                        font-size: 15px
                    }
                    & span:last-child{
                        color: #000000;
                        font-weight: bold;
                        font-size: 25px;
                    }
                }
            }
            & .sizes , & .color{
                & strong{                    
                    width: 80px;
                    line-height: 36px;
                }
                & ul div{
                    display: block;
                    float: left;
                    width: 100%;
                    transition: 0.3s ease-in-out;
                    & .size-selector {
                        width: auto;
                        min-width: 60px;
                        padding: 5px;
                        text-align: center;
                        margin: 0px 10px 5px 0 !important;
                        background-color: #fff;
                        border: 1px solid #9e9e9e;
                        font-size: 14px;
                        cursor: pointer;
                        -webkit-transition: 0.4s ease-in-out;
                        transition: 0.1s ease-in-out;
                        border-radius: 0px !Important;
                        transition: all 0.5s ease;
                    }
                    & input[type=radio] {
                        position: absolute;
                        z-index: -1;
                        pointer-events: none;
                        opacity: 0;
                    }
                    & input[type=radio]:checked + label {
                        transform: scale(1.05);
                        width: auto;
                        min-width: 60px;
                        padding: 5px;
                        text-align: center;
                        margin: 0px 10px 5px 0 !important;
                        background-color: #000000;
                        border: 1px solid #9e9e9e;
                        color: #FFF;
                        font-size: 14px;
                        cursor: pointer;
                        -webkit-transition: 0.4s ease-in-out;
                        transition: 0.1s ease-in-out;
                        border-radius: 0px !Important;
                        transition: all 0.3s ease;
                    }
                }
            }
            & .no-size-selected{            
                background: unset;
                padding: 0px;
                font-size: .9rem;
            }
            & .add2cartContainer {
                display: block;
                margin-top: 50px;
                & .number-input {
                    display: inline-flex;
                    border: 1px solid #a1a1a1;
                    & button {
                        outline: none;
                        -webkit-appearance: none;
                        background-color: transparent;
                        border: none;
                        align-items: center;
                        justify-content: center;
                        width: 2rem;
                        height: 2rem;
                        cursor: pointer;
                        margin: 0;
                        position: relative;
                        box-shadow: none;
                        font-size: 12px;
                        background: #FFF;
                        color: #000;
                        outline: none !important;
                    }
                    & input[type=number] {
                        max-width: 4rem;
                        padding: 0.5rem;
                        border: none;
                        font-size: 1rem;
                        height: 2rem;
                        text-align: center;
                    }
                }
            }            
            & .order_btn{
                padding: 0.4rem 5.3rem;
                margin-left: 0;
                background-color: green;
            }
            & .self-product-description{
                padding: 0 0 15px 0;
            }
        }
    }
}
#checkout{
    margin-top: 60px;
    & .container .row .col-lg-6 form{
        & .payment-method-selector {
            margin-left: 0px;
            padding-left: 0px;
            margin-top: 10px;
            line-height: 60px;
            width: 190px;
            padding: 5px;
            border-radius: 5px;
            height: 75px;
            border: 1px solid #ffffff;
            transition: .3s ease;
            box-shadow: 0px 0px 5px 0px #9f9f9f;
            max-width: 48%;
            position: relative;
            & label {
                line-height: 60px;
                & .payment-method-radio {
                }
                & .payment-method-logo {
                    position: absolute;
                    width: 80%;
                    top: calc(50% - 22px);
                    left: 26px;
                }
            } 
        }
        & .payment-confirm{
            width: 100%;
            border-radius: 0;
            outline: 1px white dotted;
            outline-offset: -2px;
            font-style: italic;
        }
    }
}
