/* Responsive */

@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
        padding: 0 15px;
    }

    .cms-index-index #yt_header .header-style-1 .vertical-menu .yt-menu-content {
        opacity: 0;
        top: 60px;
        visibility: hidden;
    }

    .cms-index-index #yt_header .header-style-1 .vertical-menu:hover .yt-menu-content {
        opacity: 1;
        top: 50px;
        visibility: visible;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .larger-menu {
        display: none;
    }

    .yt-responsivemenu {
        display: block;
    }

    .yt-header-middle .logo {
        text-align: center;
    }

    .header-style-1 .yt-header-bottom {
        height: 50px;
    }

    .header-style-1 .yt-header-bottom .btn-navbar {
        border-radius: 0;
        color: #fff;
        font-size: 21px;
        height: 40px;
        line-height: 40px;
        margin-top: 5px;
        padding: 0;
        text-align: center;
        width: 40px;
    }

    .header-style-1 .search-cart {
        position: relative;
    }

    .header-style-1 .head-searchbox {
        bottom: -81px;
        left: 45px;
        position: absolute;
        right: 45px;
        width: auto;
    }

    .header-style-1 .sm-searbox-content .form-input .input-text {
        border: none;
    }

    .header-style-1 .head-cart {
        bottom: -81px;
        position: absolute;
        right: 0;
    }

    .header-style-1 .mini-cartpro .block-title .btn-toggle .detail-minicart {
        display: none;
    }

    .header-style-1 .show-cart-button {
        padding: 0;
        width: 40px;
    }

    .mini-cartpro .block-content:before {
        right: 13px;
    }
}

@media (max-width: 767px) {
    .larger-menu {
        display: none;
    }

    .yt-responsivemenu {
        display: block;
    }

    .yt-header-middle .logo {
        text-align: center;
    }

    .header-style-1 .yt-header-bottom {
        height: 50px;
    }

    .header-style-1 .yt-header-bottom .btn-navbar {
        border-radius: 0;
        color: #fff;
        font-size: 21px;
        height: 40px;
        line-height: 40px;
        margin-top: 5px;
        padding: 0;
        text-align: center;
        width: 40px;
    }

    .header-style-1 .search-cart {
        position: relative;
    }

    .header-style-1 .head-searchbox {
        bottom: -81px;
        left: 45px;
        position: absolute;
        right: 45px;
        width: auto;
        z-index: 200;
    }

    .header-style-1 .sm-searbox-content .form-input select {
        display: none;
    }

    .header-style-1 .sm-searbox-content .form-input .input-text {
        border: none;
        padding: 0 10px;
    }

    .header-style-1 .head-cart {
        bottom: -81px;
        position: absolute;
        right: 0;
        z-index: 200;
    }

    .header-style-1 .mini-cartpro .block-title .btn-toggle .detail-minicart {
        display: none;
    }

    .header-style-1 .show-cart-button {
        padding: 0;
        width: 40px;
    }

    .mini-cartpro .block-content:before {
        right: 13px;
    }

    .yt-header-top .head-quicklink {
        margin-top: -1px;
    }

    .language-currency .overwrite-switch span span {
        display: none;
    }

    .header-style-1 .links li a {
        background-color: transparent !important;
        text-indent: 50px !important;
        width: 34px !important;
    }

    .header-style-1 .links li a:before {
        color: #4a5678 !important;
    }

    .header-style-1 .links li a:hover:before {
        color: #fff !important;
    }

    .header-style-1 .links li a.top-link-myaccount {
        border-left: 1px solid #eee;
    }

}

@media (max-width: 480px) {
    .header-style-1 .sm-searbox-content .action button {
        padding: 0;
        width: 40px;
    }

    .header-style-1 .sm-searbox-content .action button:before {
        content: "\f002";
        font-size: 14px;
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-display: auto;
    }

    .header-style-1 .sm-searbox-content .action button span {
        display: none;
    }

    .sm-cartpro .cartpro-content {
        width: 290px;
    }
}