@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }

    .product-list .product-thumb {
        height: 290px;
        margin-bottom: 15px;
    }

    .product-list .product-stickers {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px 10px 12px;
    }

    .product-list .product-thumb:hover {
        margin-left: -1px;
    }

    .product-list .product-thumb:hover .labels {
        left: 12px;
    }

    .product-list .product-thumb .caption,
    .product-list .product-thumb .rating,
    .product-list .product-thumb .button-group.button-cart,
    .product-list .product-thumb .description {
        text-align: left;
        margin-left: 255px;
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    .contact-phones__toggle {
        display: none;
    }

    .contact-phones__modal {
        position: static;
        box-shadow: none;
        background: none;
        color: #fff;
        visibility: visible;
        opacity: 1;
        padding: 0;
    }

    footer .contact-phones__modal a {
        color: #fff;
    }

    header .contact-phones__modal a {
        color: #000;
    }

    header .row > div {
        margin-bottom: 20px;
    }

    header .container {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .mini-cart {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /*checkout*/
    .checkout-light_checkout .buttons > div {
        margin-bottom: 15px;
        text-align: center;
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-thumb {
        /* height: 352px; */
    }

    .product-thumb .image {
        overflow: hidden;
        margin-top: -10px;
    }

    .product-thumb:hover .img-responsive {
        max-width: calc(100% + 2px);
        margin: 0 -1px;
    }
}

@media (max-width: 991px) {
    #column-left .box-products-heading,
    #column-right .box-products-heading,
    .product-thumb-left {
        display: none;
    }
}

@media (max-width: 767px) {
    header .contact-phones__modal a {
        color: #fff;
    }

    .product-tabs {
        overflow-x: scroll;
    }
    .light-checkout .buttons_mobile {
        display: block;
    }

    .light-checkout__products .buttons div:nth-child(2) {
        display: none;
    }

    body > #wrapper {
        padding-top: calc(51px + 55px);
    }

    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 10;
    }

    #main-nav {
        position: fixed;
        left: 0;
        top: 51px;
        width: 100%;
        z-index: 9;
        box-shadow: 0 6px 4px -4px rgb(0 0 0 / 20%);
    }

    #main-nav .navbar-nav {
        overflow: scroll;
        max-height: calc(100vh - (51px + 55px + 10px));
    }

    #logo {
        text-align: center;
    }

    #logo img {
        display: inline-block;
    }

    header .phones {
        text-align: center;
        padding-left: 15px;
    }

    #phone-widget {
        text-align: center;
        float: none;
    }

    #phone-widget ul {
        text-align: center;
        float: none;
        width: 100%;
    }

    #phone-widget ul li {
        display: inline-block;
        float: none;
    }

    #cart-modal .product-count,
    #cart-modal .product-total {
        float: right;
    }

    #menu {
        border-radius: 4px;
        margin-left: 0;
        margin-right: 0;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }

    .footer-icons {
        text-align: left;
        padding-top: 15px;
    }

    footer ul li {
        padding: 3px 0;
    }

    header .all-cart {
        min-height: 0;
        margin-bottom: 0;
    }

    header .container {
        padding: 0;
    }

    header > div > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: rgb(211 36 54);
        border-bottom: 1px solid rgb(255 255 255);
        width: calc(100% + 15px);
    }

    header .row .logo {
        max-width: 50%;
        display: flex;
        align-items: center;
        margin: 0 0 0 20px;
        padding: 0;
    }

    header .row .phones {
        display: flex;
        align-items: center;
        margin: 0 -15px 0 auto;
        padding: 0;
    }

    #phone-widget {
        font-size: 14px;
        color: rgb(255 255 255);
        line-height: 20px;
    }

    /* header .row .phones a{
        color: #fff;
    } */

    .contact-phones__toggle i {
        color: #fff;
    }

    .contact-phones {
        right: 0;
        width: 145px;
    }

    header .row .phones span {
        color: inherit;
    }

    #menu .dropdown-menu li > a {
        color: #fff;
    }

    .modal-backdrop {
        z-index: 5;
    }
}

@media (max-width: 550px) {
    .hidden-550 {
        display: none;
    }

    .footer-icons > a,
    .footer-icons > img {
        margin: 0 15px 15px 0;
        display: inline-block;
        float: left;
    }

    .nav-tabs > li {
        float: none;
    }

    /*checkout*/
    .checkout-light_checkout .buttons > div {
        margin-bottom: 15px;
        text-align: center;
        width: 100%;
    }
}
