@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block
    }

    .product-list .product-thumb {
        height: 260px;
        margin-bottom: 15px
    }

    .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) {
    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;
    }

    .main-menu-wrapper.active {
        position: fixed;
        background-color: #2B363A;
        background-image: url("/catalog/view/theme/theme3/stylesheet/img/mframe.jpg");
        background-size: cover;
        z-index: 1020;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        display: flex !important;
        overflow: auto;
        flex-direction: column;
    }

    .main-menu {
        gap: 15px;
        flex-direction: column;
        align-items: end;
        /* height: 100%; */
        margin-bottom: 30px;
    }

    .main-menu a {
        color: #fff;
        display: block;
        padding: 12px 20px;
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        width: 100%;
        text-align: right;
    }
    .main-menu a:hover {
        color: #fff;
    }

    .main-menu-wrapper .container {
        height: 100%;
    }

    .mm-top {
        display: flex;
        align-items: center;
        padding: 20px;
    }

    .mm-top .logo img {
        max-width: 128px;
    }

    .mm-btm {
        color: #fff;
        text-align: right;
        padding: 20px;
        margin-top: auto;
    }

    .mm-btm a {
        color: #fff;
        display: block;
    }

    .mm-btm .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .mm-btm .contact_inner > div {
        margin-bottom: 15px;
    }

    .mm-btm .contact_inner > div p {
        margin-bottom: 5px;
        font-weight: 500;
        line-height: 126.188%; /* 17.666px */
        text-transform: uppercase;
    }

    .mm-btm .menu_contacts {
        margin-bottom: 35px;
    }

    .mm-btm .nav_btn .btn_connection {
        margin: 0 0 30px 0;
    }

    .mm-btm .icon_group {
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .article-row {
        flex-direction: column !important;
    }

    .article-row .btn-outline {
        width: 100%;
    }

    #logo {
        text-align: center;
    }

    #logo img {
        display: inline-block;
    }

    header .phones {
        /* text-align: center; */
        padding-left: 15px;
        justify-content: center;
        min-height: auto;
    }

    #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;
    }
}

@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%;
    }
}