/** Shopify CDN: Minification failed

Line 7:0 Unexpected "@media"

**/
o/* large desktop :1366px. */
@media (min-width: 1200px) and (max-width: 1400px) {

}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) { 

  
  .cat-treeview.category-menu-list > ul > li > a{
  height: unset;
}
  
  .right-side-product {
  margin-top: 50px;
}
  .hot-del-single-product {
  margin-bottom: 40px;
}
  .slider-area .single-offer.mb-20 {
  margin-top: 30px;
}
  
  .home-4.slider-area .hot-deal-product {
  margin-top: 40px;
}
  
  .category-menu-list {
  display: none;
}
 
  .mobile-menu .mean-nav > ul {
  height: 220px;
  overflow-y: auto;
}
  
  
  
  
  
  

  
}


/* small mobile :320px. */
@media (max-width: 767px) { 
  
    .cat-treeview.category-menu-list > ul > li > a{
  height: unset;
}

  li.cart-empty-title h2 {
  font-size: 16px;
}
  
  .single-product.style-2 .col-4 {
  width: 100%;
}
 .single-product.style-2 .col-6 {
  width: 100%;
}
  .single-product.style-2 > .col-6 > .product-content {
  padding: 15px 0 0;
  text-align: center;
}
  .single-product.style-2 > .col-6 > .product-content > h2 {
  text-align: center;
}
  .right-side-product {
  margin-top: 40px;
}
    .category-menu-list {
  display: none;
}
  
  .home-3 .nivo-controlNav {
  display: block;
}
  
  .header-top-menu > ul > li::after {
 display:none;
}
  
  .list-inline > li {
  padding-left: 1px;
  padding-right: 1px;
}
  
  .quantity input {
  width: 120px;
}
  
  .home-3 .slider-text > h5 {
  display: block;
}
  .home-3 .slider-text > h4 {
  margin-bottom: 1px;
  margin-top: 0;
}
    .home-3 .slider-text > h1 {
  margin-bottom: 0;
}
  .right-side-our-blog {
  padding-bottom: 0;
}
  .slider-text {
  top: 0;
}
  .slider-text > h5 {
  font-size: 10px;
  margin-bottom: 0;
}
  .slider-text > h1 {
  font-size: 13px;
  line-height: 15px;
    margin-bottom: 0;
}
  .slider-text > h4 {
  font-size: 12px;
  margin: 0 0 2px;
}
  .home-3 .hot-deal-product-des > p, .home-4 .hot-deal-product-des > p, .home-6 .hot-deal-product-des > p, .home-7 .hot-deal-product-des > p {
  font-size: 13px;
  line-height: 20px;
}
   .popup_off {
    padding: 5px 0;
    right: 0;
    top: -40px;
}
  
  
  
  
  
  
  
  
  
  
  
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  
    .home-3 .slider-text > h1 {
  margin-bottom: 5px;
}
  .home-3 .slider-text > h4 {
  margin-bottom: 6px;
}
 
}