@import url("./custom-mobile/geral.css") only screen and (max-width: 991px);
@import url("./custom-mobile/header.css") only screen and (max-width: 991px);
@import url("./custom-mobile/footer.css") only screen and (max-width: 991px);
@import url("./custom-mobile/homepage.css") only screen and (max-width: 991px);
@import url("./custom-mobile/breadcrumbs.css") only screen and (max-width: 991px);
@import url("./custom-mobile/product.css") only screen and (max-width: 991px);
@import url("./custom-mobile/personalArea.css") only screen and (max-width: 991px);
@import url("./custom-mobile/cart.css") only screen and (max-width: 991px);

.c-desktop-hide {
   display: none;
}

@media only screen and (max-width: 991px) {

   .cart-shiping-update-wrapper .discount-code {
      flex: 0 0 100%;
      max-width: 100%;
   }

   .c-desktop-hide {
      display: inline-block;
   }

   .c-mobile-hide {
      display: none;
   }

   .c-category-individual {
      font-size: 15px !important;

   }

   .footer-widget .footer-info-list ul li a {
      font-size: 13px !important;
   }

   #scrollUp{
      bottom: 60px;
   }

   .c-header-cart-icon sup, .c-header-cart-icon span{
      display: none !important;
   }

   /* Products */
   .footer-widget .footer-info-list ul li img.c-footer-payment-img{
      display: block !important;
      margin: 0px 0px 10px !important;
   }

   .c-product-individual-box.product-wrap{
      margin-bottom: 60px;
   }

   .product-wrap .product-img > span.badge-green{
      top: -1px;
      width: 100%;
      padding: 8px;
   }

}
