@media only screen and (max-width: 1200px) {
    .contact-link {
        padding-left: 10px;
    }

    .header-right {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 990px) {
    .back_button {
        display: none;
        cursor: pointer;
    }
    
    .home_t1{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .mobile_account,
    .mobile_account > a {
        display: flex;
        align-items: center;
    }

    .mobile_account {
        padding: 10px 0;
        justify-content: space-evenly;
    }

    .page-title .info {
        font-size: 33px;
    }

    #headerwrapper {
        flex-wrap: wrap;
    }

    .rte {
        padding: 15px;
    }

    .ajax_block_product {
        width: 50%;
    }

    body .ac_results {
        width: calc(100% - 30px) !important;
        right: 15px !important;
        left: 15px !important;
    }

    .search {
        position: relative;
        padding: 15px 0;
    }

    .submit_search {
        right: 0;
    }

    .icon_head_search {
        margin-right: 10px;
    }

    .submit_search {
        top: 15px;
    }

    .header-nav {
        text-align: center;
        flex-wrap: wrap;
    }

    .mail-link,
    .sale-info {
        width: 100%;
    }

    .account_icon {
        display: block;
    }

    .heart_icon,
    .contact-link,
    .header-links,
    .nav-parts {
        display: none;
    }

    #order-detail-content {
        width: 100%;
        order: 1;
    }

    #tfoot_static {
        width: 100%;
        order: 0;
    }

    .tab_next_step {
        width: 100%;
    }

    .header-links {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: #fff;
        width: 300px;
        z-index: 3;
        min-height: 100%;
        box-shadow: 5px 1px 11px 1px #272626;
    }

    .shadow_mask {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 2;
        background: rgb(61 61 61 / 71%);
    }

    .butt_back_menu {
        background: #0f0f0f;
        color: #fff;
        line-height: 40px;
        padding: 0 20px;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-links ul {
        flex-direction: column;
    }

    .butt_back_menu {
        cursor: pointer;
    }

    .mobile_dropdown_lines {
        padding: 5px 10px 5px 5px;
        font-size: 19px;
        width: 100%;
        text-align: right;
    }

    .rotated {
        transform: none;
    }

    .icon-arrow-right {
        transition: 0.3s;
    }

    .rotated .icon-arrow-right {
        transform: rotate(90deg);
    }

    .tree a {
        font-size: 14px;
        font-weight: 600;
        padding: 5px 5px 5px 20px;
        line-height: 30px;
        border-top: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
    }

    .tree ul a {
        padding-left: 30px;
    }

    .tree ul ul a {
        padding-left: 45px;
    }

    .tree ul ul ul a {
        padding-left: 55px;
    }

    .tree ul ul ul ul a {
        padding-left: 65px;
    }

    .tree ul ul ul ul ul a {
        padding-left: 70px;
    }

    .item > ul {
        display: none;
    }

    .tree > .item > a {
        text-align: left;
    }

    .search .fleft {
        top: 0;
    }

    .container-links {
        height: 100%;
        overflow: auto;
    }

    .mobile_button {
        width: 25px;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
    }

    .line_button {
        height: 2px;
        width: 100%;
        background: #000;
        display: block;
        margin-bottom: 5px;
    }

    .mail-link {
        display: none;
    }

    #header-center {
        width: 35%;
    }

    #header-right {
        padding: 0;
    }

    #cart_block_top {
        padding: 0;
        margin: 0;
    }

    .ajax_cart_total {
        min-width: 65px;
        margin-left: 5px;
        padding: 0;
    }

    #cms .logoimg {
        width: 100%;
    }

    #headerwrapper {
        justify-content: space-between;
        padding: 10px;
        position: sticky;
        top: 0;
        z-index: 2;
        background: white;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 0 #dadce0;
    }

    .mobile_menu {
        width: 20%;
    }
}

@media (max-width: 768px) {
    #carrier-selection .carrier img,
    #payment-selection .payment img {
        max-width: 100%;
        min-width: 100px;
        margin: 0;
    }

    #thead_static .cart_product {
        width: 100%!important;
    }

    #thead_static .cart_blck, #thead_static .cart_quantity, #thead_static .cart_stock_qty, #thead_static .cart_total {
        display: none;
    }

    .cart_product {
        padding: 0;
        min-width: 100px;
    }

    .cart_description {
        width: 38%;
        padding-right: 0;
    }

    .cart_total {
        width: 30%;
    }

    .cart_product img {
        min-width: 100px;
    }

    .footer_bottom div {
        padding: 0 10px;
    }

    .big_percent {
        font-size: 50px;
    }

    .profile-link {
        width: 50%;
    }

    .cart_item {
        flex-wrap: wrap;
    }

    .container_adaptive {
        width: 100%;
        padding-left: 25%;
    }

    .steps_cart {
        padding: 10px;
    }

    .step_content .account_creation {
        padding: 0;
    }

    .step_content .form_center {
        position: relative;
        margin-bottom: 5px;
    }

    .step_content .checkbox {
        flex-direction: row;
    }

    .step_content .buttons {
        flex-wrap: wrap;
    }

    .step_content .buttons .order_button {
        margin: 5px 0;
    }

    .step_content sup {
        position: absolute;
        right: -14px;
    }

    .pb-left-column {
        width: 100%;
    }

    .pb-right-column {
        width: 100%;
    }

    #bigpic {
        max-width: 500px;
    }

    .submit {
        padding: 5px 50px 5px 15px;
    }

    .container {
        padding: 0 10px;
    }

    .product_description_full {
        padding: 5px;
    }

    .homenew-wrapper {
        display: block !important;
    }

    #sitemap_content {
        flex-direction: column;
    }

    #header-right {
        position: initial;
    }

    #cart_block {
        top: 116px;
        right: 20px;
        width: calc(100% - 40px);
        left: 20px;
    }

    .steps_cart .account_input {
        width: 100%;
    }

    .steps_cart #phone_mobile_number_div {
        width: 80%;
    }

    .mobile_num {
        position: relative;
    }

    .home_t2, .home_t3 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 708px) {
    .cart_blck {
        width: 46%!important;
    }
}
@media only screen and (max-width: 667px) {
    .cart_blck {
        width: 44%!important;
    }
}

/* MEDIA CONTROL FOR MOBILE */
@media only screen and (max-width: 600px) {
    .slider_desktop {
        display: none !important;
    }

    .slider_phone {
        display: block !important;
    }

    #cart_block {
        right: 5px;
        left: 5px;
        width: calc(100% - 10px);
        top: 168px;
    }

    .cart_description {
        width: 70%;
    }

    .cart_blck {
        width: 100%!important;
    }

    .cart_total {
        width: 16%;
    }

    .ajax_block_product {
        width: 100%;
    }

    .profile-link {
        width: 100%;
    }

    #carriers2 .line-tf {
        flex-wrap: wrap;
    }

    #header-center{
        width: 27%;
    }

    #header-right {
        width: 50%;
    }

    .search {
        order: 3;
    }

    .form-group {
        padding-right: 0 !important;
        flex-direction: column;
    }

    .form-group label {
        margin-bottom: 1rem;
    }

    .account_input {
        width: 100%;
    }

    .carrier {
        display: flex;
        flex-wrap: wrap;
        border: 2px solid #ddd;
        margin-bottom: 5px;
    }

    .carrier_img img {
        width: 100px;
    }

    .carrier_infos {
        width: 70%;
    }

    .carrier_price {
        width: 30%;
    }

}

@media only screen and (max-width: 520px) {
    .cart_total {
        width: 25%;
    }
}

@media only screen and (max-width: 425px) {

    .false-lable,
    .ajax_cart_total,
    .menu_button_text {
        display: none;
    }

    .container_adaptive {
        padding-left: 0;
    }

    /*FOOTER*/
    .footer_top, .footer_middle, .footer_bottom, .footer_info {
        flex-direction: column;
        padding: 0;
    }

    .ft-section {
        width: 100% !important;
        padding: 15px;
    }

    .f-bordered {
        border-right: unset;
        border-left: unset;
        border-top: 1px solid rgba(255, 255, 255, .25);
        border-bottom: 1px solid rgba(255, 255, 255, .25);
    }

    .footer_middle {
        gap: 2rem;
        padding: 50px 0;
    }

    .newsletter-form {
        margin: 0 20px;
    }

    .footer_bottom {
        padding: 40px 0;
    }

    .footer_bottom div {
        margin: 1rem 0;
    }

    .footer_info {
        gap: 1rem;
    }

    /*FOOTER_END
    -----------------------------
    PROFILE_SECTION*/
    .f_wrapper {
        padding: 0 15px;
    }

    .account_creation > div {
        flex-direction: column;
    }

    .labels, .w-80, .account_input, .selects-wrapper {
        width: 100% !important;
    }

    .checkbox input {
        margin-top: 4px;
    }

    #newsletter {
        margin: 0;
    }

    .page-header {
        padding: 10px 20px 0;
    }

    #security_informations {
        max-width: 100%;
    }

    /*PROFILE_SECTION_END*/
    .steps_cart #phone_mobile_number_div {
        width: 100%;
    }
    .mobile_menu{
        width: 12%;
    }
}

@media only screen and (max-width: 370px) {
    .cart_description {
        width: 60%;
    }

    .cart_total {
        width: 30%;
    }
}

