/* Responsive */

@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
        margin-right: 15px;
    }

    .header-style-2 .head-cart {
        padding-left: 10px;
    }

    .sidebar-megamenu {
        width: 30%;
    }

    .searchbox-header {
        width: 70%;
    }

    .cms-index-index #yt_header .header-style-2 .vertical-menu .yt-menu-content {
        opacity: 0;
        top: 60px;
        visibility: hidden;
    }

    .cms-index-index #yt_header .header-style-2 .vertical-menu:hover .yt-menu-content {
        opacity: 1;
        top: 50px;
        visibility: visible;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcome-msg,
    .header-style-2 .main-megamenu,
    .sidebar-megamenu {
        display: none;
    }

    .logo-header {
        text-align: center;
    }

    .header-style-2 .yt-header-bottom {
        height: 50px;
    }

    .yt-responsivemenu {
        margin: 0 15px;
    }

    .header-style-2 .yt-header-bottom .btn-navbar {
        border-radius: 0;
        color: #fff;
        font-size: 21px;
        height: 34px;
        line-height: 34px;
        margin-top: 8px;
        padding: 0;
        text-align: center;
        width: 34px;
    }
	.header-style-2 .yt-header-middle {
		padding: 15px 0;
	}

    .searchbox-header {
        margin: -42px 54px 0;
        padding: 0;
    }

    .header-style-2 .head-cart {
        margin: 0;
        padding: 0;
    }

    .header-style-2 .show-cart-button {
        height: 34px;
        padding: 0;
        width: 34px;
    }

    .header-style-2 .show-cart-button:before {
        height: 34px;
        line-height: 34px;
        width: 34px;
    }

    .header-style-2 .mini-cartpro .block-title .btn-toggle .detail-minicart {
        display: none;
    }

    .header-style-2 .middle-right-content {
        position: relative;
		height:auto;
    }

    .header-style-2 .head-cart {
        top: 24px;
        position: absolute;
        right: 0;
    }

    .mini-cartpro .block-content:before {
        right: 11px;
    }

    .header-style-2 .switcher-wrap .switch-content {
        left: auto;
        right: -1px;
    }
}

@media (max-width: 767px) {
    .welcome-msg,
    .header-style-2 .main-megamenu,
    .sidebar-megamenu {
        display: none;
    }

    .logo-header {
        text-align: center;
    }

    .header-style-2 .yt-header-bottom {
        height: 50px;
    }

    .yt-responsivemenu {
        margin: 0 15px;
    }

    .header-style-2 .yt-header-bottom .btn-navbar {
        border-radius: 0;
        color: #fff;
        font-size: 21px;
        height: 34px;
        line-height: 34px;
        margin-top: 8px;
        padding: 0;
        text-align: center;
        width: 34px;
    }

    .searchbox-header {
        margin: -42px 54px 0;
        padding: 0;
    }

    .header-style-2 .head-cart {
        margin: 0;
        padding: 0;
    }

    .header-style-2 .show-cart-button {
        height: 34px;
        padding: 0;
        width: 34px;
    }

    .header-style-2 .show-cart-button:before {
        height: 34px;
        line-height: 34px;
        width: 34px;
    }

    .header-style-2 .mini-cartpro .block-title .btn-toggle .detail-minicart {
        display: none;
    }

    .header-style-2 .middle-right-content {
        position: relative;
		height:auto;
    }
	.header-style-2 .yt-header-middle {
		padding: 15px 0;
	}
    .header-style-2 .head-cart {
        top: 24px;
        position: absolute;
        right: 0;
    }

    .mini-cartpro .block-content:before {
        right: 11px;
    }

    .customer-action-header {
        float: left;
    }

    .header-top-links {
        float: right;
    }

    .header-style-2 .links li a {
        overflow: hidden !important;
        padding: 0 !important;
        text-indent: -999px !important;
        width: 34px !important;
    }

    .header-style-2 .switcher-wrap .switch-content {
        left: auto;
        right: -1px;
    }

    .header-style-2 .sm-searbox-content .form-input select {
        display: none;
    }

    .header-style-2 .sm-searbox-content .form-input .input-text {
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .header-style-2 .yt-header-top {
        height: auto;
    }

    .customer-action-header {
        float: none;
    }

    .header-top-links {
        border-top: 1px solid #eee;
        float: none;
    }

    .header-style-2 .customer-action-hd {
        margin: 7px 0;
        text-align: center;
    }

    .header-style-2 .sm-searbox-content .action button {
        padding: 0;
        width: 34px;
    }

    .header-style-2 .sm-searbox-content .action button:before {
        content: "\f002";
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: normal;
    }

    .header-style-2 .sm-searbox-content .action button span {
        display: none;
    }

    .sm-cartpro .cartpro-content {
        width: 290px;
    }
}