@media (min-width: 601px) {
  .id_collection_page .product-inner {
    background-color: #fff;
}
  .id_collection_page .product-inner .product-image {
    border-radius: 5px;
    box-shadow: 1px 2px 4px #00000014;
}
  
  .product-single_tags-mobile {
  	display: none !important;
  }
}

@media (max-width: 600px) {
    
  	/* Collection-Mobile-01 - Page Setting **********/
     #nt_content {
         background-color: #f7f7f7;
    }
     .page-head {
         padding: 16px 0px 0px 0px;
         text-align: left;
    }
    
  
   /* Collection-Mobile-02 - Label Promo **********/
     .product-image .nt_labels {
         top: 10px;
         right: 45%;
    }
     .product-image .onsale {
         height: 30px !important;
         width: 200px !important;
         font-size: 20px !important;
         font-weight: 700 !important;
         transform: rotate(320deg) !important;
         border-radius: 0px !important;
    }
  
    /* Collection-Mobile-02 - Orther to clean **********/
     .page-head:before {
         background-color: #F7F7F7 !important;
    }
     .page-head h1{
         color: #181818;
         margin-top: 0px !important;
         margin-bottom: 16px !important;
         text-align: left;
         font-weight: 700;
         font-size: 28px;
    }
     .cat_toolbar {
         margin-top: 4px;
         !important;
    }
     .cat_toolbar .in_flex {
         background-color: #fff;
         padding: 4px 8px;
         border-radius: 10px;
    }
     .rtet4 {
         text-align: left;
         font-size: 14px;
         line-height: 20px;
         font-weight: 400;
         color: #333;
         padding-bottom: 0px;
         margin-top: 0px !important;
    }
     .product-image {
         border-radius: 10px 0px 0px 0px;
    }
     .products.space_20 .nt_pr {
         margin-top: 15px;
         flex: 0 0 100%;
         max-width: 100%;
    }
     .product-inner {
         display: grid;
         grid-template-columns: 35% 1fr;
         background-color: #fff;
         border-radius: 10px !important;
    }
     .product-info {
         padding: 0px 10px !important;
         text-align: left;
         margin-top: 10px !important;
    }
     .product-title {
         color: font-size: 14px;
         line-height: 18px;
         font-weight: 700;
    }
}
















/* -------------------------------------- */
/* New Menu              */
/* -------------------------------------- */

/* Delete All The Tag */   

.product-single_tags-mobile {
  display: none;
}


/* Best Seller Tag */ 
.best-tags {
    font-size: 12px !important;
    color: #F28C17;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: -5px;
    text-transform : capitalize;
}


.desktop-hidden{

  display : none !important;
  
}

@media (max-width: 600px){
  
  .desktop-hidden{

  display : block !important;
  
}

  #shopify-section-template--14720374308887__main > div {
    margin-bottom: 0px;
  }
}  


