/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 767px) {
    .product-page-item-title > a {
        font-size: 30px;
       
    }
    
    .product-template {
        margin-bottom: 30px; 
    }
    
    .search-btn {
        position: static;
    }

    .custom-close {
        position: static;
        
    }

    .search-btn-image {
        width: 24px;
    }

    .search-form {
        margin: 0;
    }

    .first-steps-item__icon {
        width: 90px;
        padding-right: 5px;
        margin: 0;
    }

    .first-steps-item {
        font-size: 18px;
    }

    .about {
        font-size: 12px;
    }

    .cart-block>tbody>tr>td {
        display: block;
    }

    .cart-delete-item {
        /*width: auto;*/
    }

    .product-modal-composition-wrapper {
        margin-top: 15px;
    }

    .cart-item-image-wrapper {
        height: 200px;
    }

    .cart-total-block .cart-total-block-price, .cart-total-block .cart-total-block-text, .cart-total-block .cart-total-block-price {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .cart-block-wrapper .cart-total-block {
        margin-top: 0;
    }

    .cart-block-wrapper .general-header {
        margin-top: 25px;
    }

    .product-modal-order-btn-wrapper .products-block-hide-links .products-hide-link>span:first-child {
        display: none;
    }

    .product-modal-order-btn-wrapper .products-block-hide-links .products-hide-link>span {
        width: 50%;
    }

    .custom-btn-group > .btn-group .btn {
        white-space: inherit;
    }
    
    .search-form {
        display: none;
    }

    .sidebar-category-links {
        text-align: center;
        margin-bottom: 30px;
    }

    .menu-item-title {
        border: none;
        background: #ef7f1a;
        margin: 10px;
        border-radius: 25px;
        color: #fff !important;
    }
    
    .header-ad {
        text-align: center;
        
    }
    
    .header-ad span {
        display: inline-block;
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .custom-categories-menu__collapse-btn {
        display: block;
    }

    .custom-categories-menu__justified-links {
        display: none;
    }

    .custom-categories-menu__vertical-links {
        display: block;
    }

    .header-phones {
        text-align: center;
    }

    .search-form,
    .search-form .form-group,
    .search-form .form-group .search-input {
        width: 100%;
    }

    .logo {
        height: 250px;
    }

    .header-phones div,
    .additional-info-btn,
    .dropdown-menu > li > a.additional-info-btn {
        font-size: 18px;
    }

    .header-phones a {
        font-size: 24px;
        line-height: 35px;
    }

    .search-input {
        height: 50px;
        font-size: 24px;
        padding-right: 50px;
    }

    .search-btn-image {
        width: 40px;
    }

    .links-list-btn {
        font-size: 18px;
    }

    .auth-form-btn, .cart-save-order-btn {
        padding-left: 5px;
        padding-right: 5px;
    }
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) {
    .custom-categories-menu__collapse-btn {
        display: none;
    }

    .custom-categories-menu__justified-links {
        display: block;
    }

    .custom-categories-menu__vertical-links {
        display: none;
    }


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .cart-page-template:nth-child(3n-2) {
        clear: both;
    }

    .product-template:nth-child(3n-2) {
        clear: both;
    }
}