
/* 
@font-face {
font-family: SF-Pro;
src:url('/assets/fonts/SF-Pro-Display-Black.otf') format('opentype');
font-style:normal; font-weight: 800;
}
@font-face {
    font-family: SF-Pro;
    src:url('/assets/fonts/SF-Pro-Display-Bold.otf') format('opentype');
    font-style:normal; font-weight: 700;
}
@font-face {
    font-family: SF-Pro;
    src:url('/assets/fonts/SF-Pro-Display-Semibold.otf') format('opentype');
    font-style:normal; font-weight: 600;
}

@font-face {
    font-family: SF-Pro;
    src:url('/assets/fonts/SF-Pro-Display-Semibold.otf') format('opentype');
    font-style:normal;font-weight: 500;
}
@font-face {
    font-family: SF-Pro;
    src:url('/assets/fonts/SF-Pro-Display-Regular.otf') format('opentype');
    font-style:normal;font-weight: 400;
}
@font-face {
    font-family: SF-Pro;
    src:url('/assets/fonts/SF-Pro-Display-Light.otf') format('opentype');
    font-style:normal; font-weight: 300;
}
@font-face {
    font-family: SF-Pro;
    src:url('/assets/fonts/SF-Pro-Display-Light.otf') format('opentype');
    font-style:normal; font-weight: 200;
}

body {font-family: "SF-Pro", sans-serif !important;} */

@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');

body {font-family: 'Readex Pro', sans-serif !important;}


/*-------------------------------------*/
:root {
    --dark: #444444;
    --light:#eeeeee;
    --grey:#aaaaaa;
    --black:#222222;
    --white:#ffffff;
    --ima:#FFB200;
    --red:#C21010;
    --light-red:#ff282870;
    
    --blue:#277BC0;
    --yellow:#FFB200;
    --light-yellow:rgba(240, 172, 13, 0.2);
    --green:rgb(14, 134, 14);
    --light-green:rgba(21, 121, 21, 0.2);
    --secondary:#222222;
    --primary:#444;
    /* #8B9E70;#f0ba00 */
    --primary-dark:#66615b;
    --bs-body-font-weight: 300 !important;
    --ima-text:#404650;
    --paper: #66615b;
    --paper-light:#f4f3ef;


    --bs-table-color:#66615b !important;
    --bs-table-striped-color:#66615b !important;


}

.bg-ima-primary {
    background-color: var(--primary)!important;
}
.bg-ima-secondary {
    background-color: var(--secondary)!important;
}
.bg-paper {
    background-color: #f4f3ef !important; 
}
.bg-paper-dark {
    background-color: #eee !important; 
}

.btn-outline-secondary {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #ced4da;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #07522f;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #66615b;
    --bs-btn-active-border-color: #66615b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #66615b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #66615b;
    --bs-gradient: none;
}
.dropdown-item {
    color: var(--paper);
}

.dropdown-item:hover {
    color: var(--paper);
    background-color: var( --paper-light);
}
.btn-ima-primary:hover {
    background-color: #444444;
    color:var(--white)!important;
    border-color: var(--primary-dark)!important;;
  
}

.btn-ima-primary {
    border-radius: 6px;
    background-color: #222222;
    border: none;
    color:var(--white)!important;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    padding: 10px;
    min-width: 150px;
    transition: all 0.2s;
    cursor: pointer;
    
  }
  

.btn-ima-primary span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .btn-ima-primary span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .btn-ima-primary:hover span {
    padding-right: 25px;
  }
  
  .btn-ima-primary:hover span:after {
    opacity: 1;
    right: 0;
  }





.color-ima-primary {
    color: var(--primary)!important;
}





.ima-link a{ 
    text-decoration: none!important; 
    color:var(--dark)!important;
}
.ima-nav-link {
    display: block;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    border:none;
    background-color: none;
    text-decoration: none;
    color: var(--dark);
}
.ima-sidebox {
    display: block; 
    position:sticky;
    top:0px;
    height: 100%;
}
.ima-mainbox {display: block;}
.btn-menu{
    border-radius: 8px;
    padding: 10px 10px !important;
    font-weight: 400;
    color:#111;
    text-decoration: none;
    /* background-color: #FFB200;display: block; */
    width: 100%;
    text-align: center;
}
.btn-menu a{
    
    text-decoration: none !important;
}
.col-megamenu a{
    color:var(--dark);
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 5px;
    display: block;
    
}
.col-megamenu a:hover{
    color:var(--black);
    text-decoration: none;
    background-color: var(--light);

    
}

.btn-menu:hover{
    background-color: var(--light);
    color: var(--black);
 }
.btn-menu:focus{
    background-color: var(--light);
    color: var(--black);
 }
.ima-filter-bar {
    overflow-x: scroll;

}

/* Hide scrollbar for Chrome, Safari and Opera */
.ima-filter-bar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.ima-filter-bar {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

.ima-nav-link:hover{
    background-color: var(--light);
    color: var(--black);
}

.ima-link-dark {
    color:var(--dark)
}
.ima-link-dark:hover {
    color:var(--black)
}
.ima-link-dark a{
    color:var(--black)
}
.ima-cover {
    background-size: cover;
    background-color: #eee;
    height:600px; 
    overflow: hidden; 
    background-position: center; 
    background-blend-mode:multiply;
}
.ima-topbar{
    display: block;
}

.ima-cat-box {
    
    text-align:center;
    background-size: cover;
    padding: 20px;
}
.ima-cat-box2 {
    
    text-align:center;
    background-size: cover;
    padding: 20px;
}
.ima-menubar{
    padding: 10px 0px;
}
.ima-cover img{ 
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: red;
    transition:all .5s ease;
}
.ima-cover img:hover
{
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
}



.ima-badge-green {
    background-color:var(--light-green) ; 
    /* color: var(--white);  */
    padding: 0 3px; 
    font-size:12px;
    border: 1px solid var(--green);
    display:inline-block;
    border-radius: 3px;

}

.ima-badge-yellow {
    background-color:var(--light-yellow) ; 
    
    padding: 0 3px; 
    font-size:12px;
    border: 1px solid var(--yellow);
    display:inline-block;
    border-radius: 3px;

}

.ima-badge-red {
    background-color:var(--light-red) ; 
    
    padding: 0 3px; 
    font-size:12px;
    border: 1px solid var(--red);
    display:inline-block;
    border-radius: 3px;

}
.ima-badge-off {
    background-color:var(--yellow) ; 
    box-shadow: 3px 3px 0px var(--primary);
    
    padding: 3px 10px; 
    /* font-size:12px; */
    /* border: 1px solid var(--yellow); */
    display:inline-block;
    /* border-radius: 3px; */

}

.ima-news-image {
    height: 200px; 
    width: 300px; 
    background-size: cover;  
    margin-right: 10px

}
.ima-news-text {
    
    width: 500px; 
}

.ima-news-sd {
    display:block;
    height: 6em; 
    overflow: hidden;
}
                                            
/* The Modal (background) */
.ima-drop-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
.show-modal {display: block;}  
  
  /* Modal Content */
  .ima-dropdown {
    position: relative;
    display: inline-block;
   
  }

  
  .ima-dropdown-content {
    background-color: #fefefe;
    min-width: 300px;
    display: block;
    position: absolute;
    border-radius: 0px 0px 8px 8px;

    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    
   
    visibility: hidden; /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;

    
    
  }

  .ima-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .ima-dropdown a:hover {
      background-color: var(--light);
      color: var(--black);
      cursor: pointer;
    }
  
  .show {
    top: 56px;  visibility: visible; /* shows sub-menu */
    opacity: 1;
    /* z-index: 1; */
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;}

.ima-box {
    background-color: var(--white);
    border: 2px solid var(--primary);
    border-radius: 20px;
    cursor: pointer;
    color: var(--dark);
    /* box-shadow: 1px 2px 6px rgba(0,0,0,.075)!important */
}

.ima-box:hover {
    
    background-color: var(--primary);
    color: #000;

    transition: 0.4s;
    
    /* box-shadow: 0px 0px 0px 2px var(--primary)!important */
}

/* .ima-box::after {
    display: inline-block;
    
    content:url('data:image/svg+xml , <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
    height: 10px;
    width: 10px;
} */

.ima-box-giamgia {
    border: 1px solid var(--red);
    background-color: #F9F2ED;
    border-radius: 3px;
    padding: 0 3px;
    font-size: 12px;
    display: inline-block;
    font-weight: 400;
    
    
}
.ima-box-giamgia span::before{
   content:"-"; 
}
.ima-box-giamgia span::after{
    content:"%"; 
 }

.ima-option-side {
    padding: 10px 10px;
    display: block;
    border:1px solid  #ccc;
    border-radius: 5px;
    background-color: var(--white);
    transition: border-color 0.4s ease;
    color:var(--dark);
    font-weight: inherit;
    cursor: pointer;
    
    
}

.ima-btn-line ::after {
   
    content: url('/assets/img/right-arrow-svgrepo-com.svg');
    width:30px;
    height:30px;
    
    float: right;
    padding-left: 1em;
  }

.ima-btn-line {
    padding: 20px 10px;
    display: block;
    border-bottom:1px solid  #ccc;
    
    transition: border-color 0.4s ease;
    color:var(--dark);
    font-weight: 400;
    cursor: pointer;

}


.ima-loiich {
    background: var(--primary);
    border-radius: 10px 0px 0px 10px;
    clip-path: polygon(0 0, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    padding-left: 10px;
    display: flex;
    align-items:center;
    color: #fff;
    width: 200px; 
}
.ima-option-side:hover {
    
    
    box-shadow: 0 0 0 2px var(--primary);
    cursor: pointer;
    transition: 0.4s;
    
}
.ima-option-side:focus {
    
    border:1px solid var(--black);
    
}

.ima-color-circle {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 3px solid #ddd;
    transition: border-color 0.4s ease;
}

.ima-color-circle:hover {
    
    /* border-color: var(--white); */
    box-shadow: 0 0 0 4px #3d94f7a2;
    
}

.ima-option-color {
    
    padding: 10px 10px;
    width: 100px;
    display: block;
    background-color: var(--white);
    color:var(--dark);
    font-weight: inherit;
    
}

.ima-mcat-img {
    height: 80px;
    width: 80px;
    background-size: cover;
    background-color: #fff;
    border-radius: 40px;
    border: 10px solid #fff;
}
.ima-mcat-text {
    /* font-size: 12px; */
    text-align: center;
    text-decoration: none;
    color: var(--light);
    margin-top: 5px;
    font-size: 13px;
    color:var(--ima-text)
}

.ima-mcat-text a { text-decoration: none !important; 
}

.overflow {
line-height: 1.5em;
height: 3em;
overflow: hidden; 
text-overflow: ellipsis;
}
  
  /* The Close Button */
  .ima-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .ima-close:hover,
  .ima-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }


  /* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    /* bottom: 3rem; */
    
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
  }
  
.navbar-toggler { 
}
.navbar-toggler:focus {
    box-shadow: none;
}
.nav-link {
    padding: 8px 20px;}

.nav-tabs .nav-link.active {
    border:none;
    border-bottom: 2px solid #444;
    background: transparent;
}

.nav-tabs .nav-link:hover {
    border-color:transparent;
    border-bottom: 1px solid #666

}


.sticky-top {z-index: 100!important;}
.ima-tab {
    border: none;
    border-bottom: 2px solid #fff;
    padding: 8px 20px;
    background-color: transparent;
}

.ima-tab:focus {
    border: none;
    border-bottom: 2px solid var(--primary);
    transition: 0.5s;

}

.ima-tab:active {
    border: none;
    border-bottom: 2px solid var(--primary);
    transition: 0.5s;
    
}

.navbar .megamenu {
    width:80% !important; 
    margin: 0 auto !important;
}

.ima-searchbar {
    display: flex;
}


.ima-img-product {
    object-fit: cover;
}
@keyframes slideInFromLeft {
    0% {
      transform: translateX(30%);
      opacity:0;
    }
    100% {
      transform: translateX(0);
      opacity:1;
    }
  }
  
  header {  
    /* This section calls the slideInFromLeft animation we defined above */
    
  }
.ima-mcat-menu {
    

    animation: 0.2s ease-out 0s 1 slideInFromLeft;
    
    
    padding: 10px;
    
}

.ima-mcat-menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: scroll;
    /* background-color: #fff; */
}


.ima-mcat-menu-item {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.ima-mcat-menu-item::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.ima-img-pj {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.ima-pj-box {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    background-size: cover;
    background-position: center;
}
.ima-pj-text {
    color: var(--dark);
    width: 100%;
    
}

@media only screen and (max-width: 576px) {}
@media only screen and (min-width: 576px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 992px) {}
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1400px) {}


.ima-cat-box2 {
    height: 50vw; 
}





/* For extremely small screen devices (595px and below) */
@media only screen and  (max-width: 576px) {
    .ima-img-product {
       display: none;
    }
    .ima-img-box {
        width: 100%;
        height: 360px;
        overflow: hidden;
    }
    .swiper-slide img {
        display: block;
        width: 360px;
        height: 360px;
        object-fit: cover;
    }
      .swiper {
        width: 360px;
        height: 360px;
      }
      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        width: 360px;
        height: 360px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      .tile {
          display: none;
      }
    .ima-topbar{
        display: none;
    }
    .ima-menubar{
        padding: 5px 0px;
    }
    .navbar .megamenu {
        width:100% !important;
    }
    .ima-searchbar {
        display: ;
    }
    .ima-slide-width {
        height: 100%; 
        width: auto;
    }

    .ima-mcat-menu-item {
        
        justify-content: start;
        width: 100vw;
    }
    .ima-sidebox {position: relative;}

    .ima-cat-box {
        height: 90vw; 
    }

    .ima-image-left-product {display: none;}
    .ima-img-pj {
        width: 340px;
        height: 340px;
    }

    .ima-pj-box {
        /* height:150px; 
        font-size: 12px; */
    }
    .ima-pj-text{
        font-size: 12px;
    }
    .ima-loiich {
       
        border-radius: 10px;
        clip-path: polygon(0 0, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
       
        width: 100%; 
        text-align: center;
    }

    .ima-news-image {
        height: 100px; 
        width: 150px; 
        background-size: cover;  
        margin-right: 10px
    
    }
    .ima-news-text {
        
       
    }
    .ima-news-sd {display:none}

    
    
    




}

 
/* Small screen devices (600px and above) */
@media only screen and (min-width: 576px) {
    .ima-img-product {
        display: none;
    }
    .ima-img-box {
        width: 500px;
        height: 500px;
        overflow: hidden;
    }
    .tile {
        display: none;
    }
    .swiper {
        display: block;
        width: 500px;
        height: 500px;
    }
    .swiper-slide img {
        
        width: 500px;
        height: 500px;
        object-fit: cover;
        
    }
    .ima-searchbar {
        display: ;
    }
    .carousel-inner {
        height: 400px;
    }
    .ima-slide-width {
        height: 100%; 
        width: auto;
    }
    .ima-cat-box {
        height: 90vw; 
    }
    .ima-img-pj {
        width: 440px;
        height: 440px;
    }
    .ima-pj-box {
        /* height:180px; 
        font-size: 12px; */
    }
    .ima-pj-text {
        font-size: 12px;
    }

    
    
    

}
 
/* Medium screen devices (768px and above) */
@media only screen and (min-width: 768px) {
    .ima-img-product {
        
        display: block;
    }
    .tile {
        display: none;
    }
    .swiper {
        display: block;
        width: 450px;
        height: 450px;
    }
    .swiper-slide img {
        
        width: 450px;
        height: 450px;
        object-fit: cover;
        
        
    }
    .ima-searchbar {
        display: ;
    }
    .carousel-inner {
        height: 450px;
    }
    .ima-slide-width {width: 100%;height: auto;}
    .ima-sidebox {display: ;}
    .ima-cat-box {
        height: 40vw; 
    }
    .ima-img-pj {
        width: 340px;
        height: 340px;
    }
    .ima-pj-box {
        /* height:220px; 
        font-size: 14px; */
    }
    .ima-pj-text {
        font-size: 14px;
    }

    
    


}
 
/* Big screen devices (889px and above) */
@media only screen and (min-width: 992px) {
    .ima-img-product {
        display: block;
       
    }
    .ima-img-box {
        width: 100%;
        height: auto;
     }
    .swiper {
        display: none;
    }
    .tile {
        display: block;
    }
    .ima-searchbar {
        display: flex;
    }
    .carousel-inner {
        height: 500px;
    }
    .ima-slide-width {width: 100%;height: auto;}
    .ima-sidebox {display: block;}
    .ima-pj-box {
        /* height:180px; 
        font-size: 14px; */
    }
    .ima-pj-text {
        font-size: 14px;
    }

    
    



}
 
/* Extra big screen devices (1200px and above) */
@media only screen and (min-width: 1200px) {
    .ima-img-product {
        display: block;
       
    }
    .swiper {
        display: none;
    }
    .tile {
        display: block;
    }
    .ima-searchbar {
        display: flex;
    }
    .carousel-inner {
        height: 600px;
    }
    .ima-slide-width {width: 100%;height: auto;}
    .ima-sidebox {display: block;}
    .ima-img-pj {
        width: 240px;
        height: 240px;
    }
    .ima-pj-box {
        /* height:210px; 
        font-size: 14px; */
    }

    

}
/* Extra big screen devices (1200px and above) */
@media only screen and (min-width: 1400px) {
    .ima-img-product {
        display: block;
        
    }

        .ima-img-box {
        width: 100%;
        height:auto;
    }
    .swiper {
       display: none;
    }
    .tile {
        display: block;
    }
    .ima-searchbar {
        display: flex;
    }
    .carousel-inner {
        height: 700px;
    }
    .ima-slide-width {width: 100%;height: auto;}
    .ima-img-pj {
        width: 280px;
        height: 280px;
    }
    .ima-pj-box {
        /* height:240px; 
        font-size: 16px; */
    }
    .ima-pj-text {
        font-size: 16px;
    }

}

/* Menu mobile mới */
@import url(https://fonts.googleapis.com/css?family=Raleway);

.top-nav-ima {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  
  /* background: var(--white); */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: var(--dark);
  height: 50px;
  padding: 2em 1em;
}

.menu-ima {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  
}
.offcanvas-backdrop {z-index: 100 !important;}
.menu-ima > li { 
  margin: 0 1rem;
}

.menu-button-container-ima {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle-ima {
  display: none;
}
.menu-cart-ima {  display: none; }

.menu-button-ima,
.menu-button-ima::before,
.menu-button-ima::after {
  display: block;
  background-color: var(--dark);
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button-ima::before {
  content: '';
  margin-top: -8px;
}

.menu-button-ima::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle-ima:checked + .menu-button-container-ima .menu-button-ima::before {
  margin-top: 0px;
  transform: rotate(135deg);
}

#menu-toggle-ima:checked + .menu-button-container-ima .menu-button-ima {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle-ima:checked + .menu-button-container-ima .menu-button-ima::after {
  margin-top: 0px;
  transform: rotate(-135deg);
}

@media (max-width: 768px) {
    .menu-button-container-ima {
        display: flex;
    }
    .menu-cart-ima {  display: flex;}
    .menu-ima {
        background-color: #fff;
        position: absolute;
        top: 0;
        margin-top: 56px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    #menu-toggle-ima ~ .menu-ima li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-toggle-ima:checked ~ .menu-ima li {
        border-top : 1px solid #eee;
        height: 4em;
        display: flex;
        align-items: center;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .menu-ima > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: var(--dark);
        overflow:hidden;
        background-color: #fff;
    }
    .menu-ima > li:not(:last-child) {
        border-top: 1px solid #f7f7f7;
    }

    .ima-left-box {
        padding-right: 0px !important;
    }

}

.ima-container {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    
    /* min-height: 800px; */

}
.ima-right-box {
    width: 32%;
    background-color: #fff;
    position: sticky;
    position:-webkit-sticky;
    top: 56px;
    height:100%;

}

.ima-left-box {
    width: 68%;
    background-color: #fff;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
    
}
.ima-thumbn {
    height: 80px;
    width: 80px;
    background-size:cover;
    background-position: center;
    margin: 0px 5px 5px 0px;
    display: inline-block;
}
.ima-product-carousel {
    display: none;
}
@media only screen and (max-width: 768px) {
    .ima-right-box {
    width: 100%;
    background-color: #fff;
    order:1;
    position: static;

    }

.ima-left-box {
    width: 100%;
    background-color: #fff;
    order:2;

    }
.ima-product-carousel {
    display: block;
}
}


.ima-qty-form {
    padding: 8px 20px;
    border: 1px solid var(--dark);
    border-radius: 20px;
}
                                   

.thumbnP {
    position: relative;
    overflow: hidden;
    height: 0; 
    width:100%;
    padding-bottom:70%;
}
.thumbnP img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 50%;
    transform: translateY(-50%);
    /* transition: transform .2s;  */
}

.thumbnP:hover img {
    /* transform: translateY(-50%) scale(1.1); */

}


