﻿@media screen and (max-width: 991px) {
    .hide-mobile {
        display: none;
    }
  

}
@media screen and (max-width: 769px) {
    #cartmobile {
        display: inline !important;
    } 
    #cartdesktop {
        display: none !important;
    }
    .tobbar-cart:hover .user-cart {
        visibility: hidden !important;
    }
    .gold-jewelllery a {
        font-size: 15px  !important;
    }
    .gold-jewelllery .col-xs-6.col-md-3 {
        padding: 0px 5px;
    }
    .gold-jewelllery .col-md-6 {
        padding: 0px 10px !important;
    }
    .gold-jewelllery .col-md-12 {
        display: inline-block !important;
    }
        .gold-jewelllery .col-md-12 .collection-block {
            width: 48% !important;
            display: inline-block !important;
            padding:5px !important;
        }
}