﻿@media all and (max-width: 1024px) {
    .content h1 {
        font-size:21px;
        margin-bottom:20px;
    }

    .content li {
        font-size:14px;
        margin-bottom:20px;
    }

    .content a {
        font-size:14px;
        padding: 7.5px 15px;
    }

    .content ul {
        margin-bottom:-20px;
    }

    .bestsellers{
        width:95%;
    }

    .home-page-product-grid {
        width:95%;
    }

    .quickView, .quickViewWindow {
        width: 500px !important;
    }

        .quickViewWindow .overview {
            float:none;
        }

    .opc .field-validation-error {
        text-align:center !important;
    }

    .account-page .order-list .order-item .info {
        text-align:center;
    }

    .login-page .register-block .wrapper,, .login-page .returning-wrapper .wrapper {
        width: 590px;
        max-width: 100%;
    }

    .login-page .reversed label{
        display:inline-block;
        margin-left:5px !important;
        width:fit-content;
    }

    .login-page .reversed span {
        display:block;
    }

    .password-recovery-page .form-fields label {
        width:100% !important;
    }


    .product-details-page .gallery .picture img {
        min-height: unset;
        height: auto;
    }

    .footer-lower-center-left {
        float: none;
    }

    .footer-lower-center-right {
        float: none;
        display: block !important;
    }

    .footer-lower-center-center {
        display: block !important;
    }
    }

@media all and (min-width:1024px) {
    .AboutUs .blog-post {
        width:50% !important;
    }

    .html-shopping-cart-page .totals {
        display: inline-grid;
        width: initial !important;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }

    .html-shopping-cart-page .totals > div {
        margin-bottom: 0 !important;
    }

    .html-shopping-cart-page .checkout-buttons {
        text-align: center;
    }

    .html-shopping-cart-page .addon-buttons {
        display: none;
    }

    .html-shopping-cart-page .totals-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        font-size: 12px;
    }

    .html-shopping-cart-page .totals-right > div {
        margin-bottom: 0;
    }
}