.product-img {
    max-width: 221px;
    max-height: 179px;
}

.slider-home1-img {
    max-width: 406px;
    max-height: 250px;
}

.cart-img {
    max-width: 103px;
    max-height: 129px;
    margin-left: 10px;
}

.product-detail-img {
    /* max-width: 499px;
    max-height: 597px; */
    display:block;max-height: 400px ;width:400px ;
}

.preloader {
    text-align: center;
    width: 100%;
    display: grid;
}

.loader {
    margin: auto;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.heading {
    font-size: 24px;
    font-weight: 500;
    color: black;
}

.hide {
    display: none;
}

.cart_items {
    text-align: center;
}

.order_details_body {
    margin: 25px auto;
}

.showOrder {
    border: none;
    background-color: white;
}

.custom_featured_img_container {
    display: block;
    overflow: hidden; /**background:#FEF1E6; **/
    overflow: hidden;
    padding: 3px 10px;
}

.custom_featured_img {
    object-fit: contain;
    height: 275px;
    max-height: 275px;
    width: auto;
}

.custom_featured_img:hover {
    transform: scale(1.2);
}

.custom_most_viewed_img_container {
    display: block;
    overflow: hidden !important;
    /* width:  fit-content !important; */
}
.custom_most_viewed_img {
    /* object-fit: contain;
    height: 178px;
    max-height: 178px;
    width: auto; */

    display: block;
    min-width:200px !important;
    max-height:200px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: .5s all ease;
}
.custom_most_viewed_img:hover {
    /* transform: scaleX(-1); */
    transform: scale(1.1);
}

.header-search-wrap {
    display: relative;
}

.search-overlay {
    position: absolute;
    max-width: 60vw;
    width: 675px;
    /* border: 2px solid red; */
    z-index: 999;
    border-radius: 10px;
    background-color: white;
    border-radius: 30px;
    margin-top: 5px;
    padding: 13px 0px;
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
}

.dropdown-content {
    padding: 10px 20px;
}

.search-product-container {
    grid-row: 1/3;
}

.search-product-container .dropdown-items {
    display: flex;
    flex-direction: column;
}

.search-product-name {
    color: black;
}

.search-product {
    width: 100%;
    margin-bottom: 10px;
}

.dropdown-items a:last-child {
    margin-bottom: 0px;
}



/* Add New Address Button in Checkout page  */
.btnNewAddress{
    color:#3DB2FF !important;
}
.btnNewAddress:hover{
    color:#3DB2FF !important;
    text-decoration: underline;
}
/** The dropdown container of google places autocomplete dropdown.
    Because the default z-index of pac container is 1000 and that of a bootstrap 
    modal is 1050! **/
.pac-container {
    z-index: 1051;
}

/** ADD to Cart and Buy Now Buttons ***/
.btnAddToCart, .btnBuyNow{
    /* font-weight:bold;font-size:.8rem;
    transition:all ease .2s;
    border-radius: 0 !important; */
}
.btnAddToCart{
    /* background:#FF8243 !important; */
}
.btnBuyNow{
    /* background:#3E7C17 !important; */
}

.productButtonsContainer{
    /* position:relative   ;
    top:-40px; */
    /* box-shadow:0 0 !important;
    background:transparent !important;
    transition:all ease .2s; */
}
.btnBuyNowSD{   /** Super Deals **/
    /* background:#3E7C17 !important; border-radius: 0 !important;   font-weight:bold !important;font-size:.8rem; */
}
.btnAddToCart:hover, .btnBuyNow:hover, .btnBuyNowSD:hover{
    /* background:#000 !important; */
}
.hidden{
    visibility:hidden !important;
}


.border-rounded{
    border-radius: 7px !important;
}




/* FONT SIZES */
.font-size-h6{ font-size: .5rem !important; }
.font-size-h5{ font-size: 1rem !important; }
.font-size-h4{ font-size: 1.5rem !important; }
.font-size-h3{ font-size: 2rem !important; }
.font-size-h2{ font-size: 2.5rem !important; }
.font-size-h1{ font-size: 3rem !important; }

/* Footer Button Social Icons */
.btnSocialFooter{color:#9c9c9c !important;}
.btnSocialFooter:hover{color:#fd7e14 !important;}


.custom-thumb-product-container{
    padding: auto !important;
    /* border:2px solid green !important; */
    /* /height: 230px; */
    overflow: hidden !important;
}

.custom-thumb-product{
    display: block !important;
    max-width:200px !important;
    max-height:200px !important;
    width: auto !important;
    height: auto !important;
    margin:auto !important;
    transition: .7s all ease;
}
.custom-thumb-product:hover{
    transform:scale(1.2) !important;
}

.custom-thumb-product-flipped{
    transform:scaleX(-1) !important;
    /*  display: block !important; */
    /* margin-left:auto ;
    margin-right:auto ; */
    /* opacity:0;
    transition: all .3s; */
    max-width:200px !important;
    max-height:200px !important; 
    width: auto !important;
    height: auto !important;
    margin:auto !important;
}

.thumb-shadow{
    /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px !important; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.thumb-shadow:hover{
    
    /* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset !important; */
    /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px !important; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset !important; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important; */
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px !important;
}

.sd-thumb-shadow{
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important; */
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px !important;
}


.reed{
    background:red !important;
}


.custom-product-detail-breadcrumb{
    max-height:200px !important;
    padding-top:15px !important;
    padding-bottom:15px !important;
}
.custom-product-detail-breadcrumb h2{
    font-size:1.2rem !important;
}
.custom-product-detail-breadcrumb  .breadcrumb-item{
    font-size:.7rem !important;
}

*{
    padding:0;
    margin:0;
}
/* .mostViewedContainer{
    width:fit-content !important;
    
}
.slick-track{
    width:100% !important;
} */




.mobile_view{
    display:none;
}


/****** SEARCH MOBILE VIEW ****/
@media only screen and (max-width: 767px) {
    .header-search-wrap{
        /* display: block !important; */
        /* background-color: red; */
    }
}

/****** MOBILE VIEW ****/
@media only screen and (max-width: 576px) {
  
    /* .mobile-search-toggler{display:unset} */


    .mobile_view{display:unset}
    .web_view{display:none}

    .custom-thumb-product{
        min-width:110px !important;
        max-width:110px !important;
        max-height:110px !important;
    }

    .thumb-shadow{
        /* width: fit-content; */
        /* padding: 5px !important; */
    }
    .super-deal-content {
        padding:0 10px;
    }
    .action{

        width:fit-content !important;
        padding:0 !important;
    }
    .action li{
        margin:0px; 
        width:fit-content !important;
        height:fit-content !important;
        padding:0 !important;
    }
    .action li a{
        width:fit-content !important;
        height:fit-content !important;
        padding:0 !important;
    }
    .action li a i{
        font-size:.8rem;
        padding:5px !important;
        margin:0 !important;
    }

}
@media only screen and (min-width: 576px) {
  
    /* .custom-thumb-product{
        max-width:110px !important;
        max-height:100px !important;
    }

    .thumb-shadow{
        width: fit-content;
        /* padding: 5px !important; */
    /*}
    .super-deal-content {
        padding:0 0;
    } */

}


.product-name{
    padding: 5px 10px;
        overflow: hidden;
        height: 42px;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
                line-clamp: 2;
        -webkit-box-orient: vertical;
}

/* search */

@media only screen and (max-width: 576px) {
    .search-box-manage{
        display: block !important;
        width: 100%;
        box-sizing: unset;
    }
    .header-style-two .header-search-wrap form{
        width: auto !important;
        flex-wrap: wrap;
        position: relative;
    }
    .header-style-two .header-search-wrap form input{
        border-radius: 0px !important;
        width: 100% !important;
        margin-bottom: 5px;
    }
    .header-style-two .header-search-wrap form select{
        width: 100% !important;
    }
    .header-style-two .header-search-wrap form > button{
        border-radius: 0px !important;
        position: absolute;
        top:0px;
        right:0px;
        width: 50px;
        /* padding: auto 50px; */
        
    }
    

}


/* customixed by hem */

