@media screen and (max-width: 1200px) {
    #product-list .product {
        width: 23%;
    }
}

@media screen and (max-width: 1000px) {
    #product-list .product {
        width: 32%;
    }
}

@media screen and (max-width: 950px) {
    .cart-row {
        width: 100%;
    }

    .main-header img {
        margin:0;
        width: 65%;
    }
}

@media screen and (max-width: 850px) {
    
}

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

}

@media screen and (max-width: 700px) {
    #product-list .product {
        width: 48%;
    }

    .cart-row {
        width: 100%;
    }

    .cart-row.item {
        padding-top: 0;
    }

    .cart-btn {
        padding:10px;
    }

    .cart-popup-footer .share-buttons a {
        display: block;
        margin:0 0 10px 0 !important;
    }

    .desktopbtn {
        display:none;
    }
    
    .mobilebtn {
        display:inline-block;
    }

    #alert svg {
        display:none;
    }

    .cart-popup {
        width: 100% !important;
    }

    .cart-percent-increase h3 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width: 675px) {
    #product-list .product p.gop-price span.gop-percent-increase {
        font-size: 15px;
        line-height: 18px;
    }

    #product-list .product p.gop-price {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width: 600px) {
    
}

@media screen and (max-width: 460px) {
    
}

@media screen and (max-width: 400px) {
   
}