/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

.wraper {
    width: 100%;
}

.site-banner {
    height: 0;
    padding-bottom: 22%;
}

@media (max-width: 1119.98px) {
    .section-header-bar .header-nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    #tip {
        right: 10px;
    }

    #header .logo {
        padding-left: 10px;
    }
}

@media (max-width: 991.98px) {
    .container {
        width: 100%;
    }

    #menu-site-default .navbar-right {
        display: none;
    }

    .column-margin-left {
        margin-left: 0 !important;
    }

    .qr-code-wraper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .copyright {
        margin: 10px 10px 0 10px;
    }

    #ftip {
        left: 15px;
    }
}

@media (max-width: 767.98px) {
    .box-shadow {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .site-banner {
        height: 300px;
        max-height: 100%;
        padding-bottom: 0;
    }

    .header-nav-inner {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .contactDefault {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .personalArea,
    .social-icons {
        padding-left: 10px;
    }

    .social-icons .content,
    .contactDefault .content {
        display: none;
    }

    .contactList li {
        display: block;
    }

    .contactList li .fa,
    .contactList li [class^='icon-'],
    .contactList li [class*=' icon-'] {
        width: 20px !important;
    }

    .subs-breadcrumbs {
		display: block;
	}

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display: none !important;
    }

    #header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #header .right-ads,
    #header .logo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    #header .logo {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #header .right-ads {
        padding-top: 0;
    }

    #header .logo img {
        max-height: 100px;
    }

    .section-nav > .wraper {
        position: inherit;
    }

    .second-nav {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .third-nav .bg {
        padding: 10px 5px;
    }

    .third-nav .current-time {
        display: none;
    }

    #menusite .navbar-default {
        background-color: #428bca;
        border-color: #428bca;
        border-radius: 0;
        min-height: 0;
    }

    #menusite .navbar-default:before,
    #menusite .navbar-default:after,
    #menusite .navbar-header:before,
    #menusite .navbar-header:after {
        display: none;
    }

    #menusite .navbar-default .navbar-nav > li {
        margin-left: 0;
    }

    #menusite .navbar-default .navbar-nav > li:first-child {
        margin-left: 0;
    }

    #menusite .navbar-default .navbar-nav > li:last-child {
        margin-right: 0;
    }

    #menusite .navbar-default .navbar-nav > li > a {
        background-color: #428bca;
        color: #fff;
        padding-right: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #menusite .navbar-default .navbar-nav > li > a:hover,
    #menusite .navbar-default .navbar-nav > li > a:focus,
    #menusite .navbar-default .navbar-nav > .open > a,
    #menusite .navbar-default .navbar-nav > .open > a:hover,
    #menusite .navbar-default .navbar-nav > .open > a:focus {
        background: linear-gradient(to bottom,
                #357ebd 0%,
                #2f70a7 100%) !important;
        color: #ffffff !important;
    }

    #menusite .navbar-default .navbar-nav > .active > a,
    #menusite .navbar-default .navbar-nav > .active > a:hover,
    #menusite .navbar-default .navbar-nav > .active > a:focus {
        background: #4247ca !important;
        color: #ffffff !important;
    }

    #menusite .navbar-default .navbar-nav > li > a > .caret {
        position: absolute;
        width: 30px;
        height: 30px;
        border: 0;
        right: 4px;
        top: 4px;
        margin-left: 0;
        line-height: 1;
    }

    #menusite .navbar-default .navbar-nav > li > a > .caret:before {
        font-family: 'FontAwesome';
        content: '\f0d7';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0px);
    }

    #menusite .navbar-nav {
        margin: 0 0 10px 0;
    }

    #menusite .navbar-collapse {
        position: absolute;
        padding: 0;
        border: 0;
        top: 50px;
        width: 100%;
    }

    #menusite .navbar-toggle {
        margin-left: 0;
        margin-right: -55px;
        color: #dcdcdc;
        border-color: #428bca;
        background-color: #428bca;
        position: absolute;
        left: 10px;
    }

    #menusite .navbar-toggle:hover,
    #menusite .navbar-toggle:focus {
        color: #fff;
        background-color: #245682;
        border-color: #245682;
    }

    #menusite .navbar-nav .dropdown-mobile {
        border-top-width: 1px !important;
        border-top-style: solid !important;
        border-top-color: #82b2dc !important;
    }

    #menusite .dropdown-submenu {
        margin: 0;
        padding: 0;
    }

    #menusite .dropdown-submenu li > ul > li {
        margin-left: 30px;
    }

    #menusite .dropdown-submenu a {
        line-height: 33px;
        background-color: #82b2dc;
        border-top-width: 1px !important;
        border-top-style: solid !important;
        border-top-color: #a6c8e6 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #menusite .dropdown-submenu li a {
        color: #333333 !important;
    }

    #menusite .dropdown-submenu > a:after {
        display: none;
    }
	.top-bottom-row {
	  background-color: #43BFE3;
	}
	.container-page {
	  margin: auto;
	  padding: 0 10px;
	  width: 100%;
	}
	.mobile {
		display: block !important;
	}
	.desktop {
		display: none !important;
	}
	.shop-trending a {
		padding: 4px 10px;
	}
	.heading-flash-sales .icon i {
		font-size: 18px;
	}
	.heading-flash-sales .icon i {
		font-size: 18px;
	}
	.icon {
	  width: 20px;
	  height: 20px;
	}
	.flash-header-link a {
	  background-color: #fff;
	  color: #eb1000;
	  font-size: 15px;
	  font-weight: 700;
	  padding: 0 12px;
	  line-height: 24px;
	}
	.sale-daily {
	  margin-bottom: 20px;
	}
	.max_w_h.h-100.lazy {
	  width: 100%;
	}
	.link-home {
	  text-align: left;
	  margin-bottom: 20px;
	}
	.list-cat {
	  display: flex;
	  justify-content: flex-start;
	  align-items: center;
	  margin: 20px 10px;
	  width: 100%;
	  overflow-x: auto;
	  overflow-y: hidden;
	  gap: 8px;
	  padding-right: 12px;
	}
	.heading-title {
	  white-space: nowrap;
	  margin: 0 !important;
	}
	#functional-foods {
	  display: flex;
	  justify-content: space-between;
	}
	#travel-sport {
	  margin-bottom: 20px;
	}
	#functional-foods, #vitamin-baby, #my-pham, #fashion, #cooking, #healthcare-equipment, #travel-sport, #voucher, #clock-shop, #life-house, #pet, #equipment-accessories, #electronics-refrigeration, #stationery, #trademark, #life-house, #pet, #stationery, #trademark, #home-news {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  gap: 8px;
	  white-space: nowrap;
	}
	.functional-foods .a_h_link, .vitamin-baby .a_h_link, .my-pham .a_h_link, .fashion .a_h_link, .cooking .a_h_link, .healthcare-equipment .a_h_link, .travel-sport .a_h_link, .voucher .a_h_link, .clock-shop .a_h_link, .life-house .a_h_link, .pet .a_h_link, .equipment-accessories .a_h_link, .electronics-refrigeration .a_h_link, .stationery .a_h_link, .trademark .a_h_link, .home-news .a_h_link {
	  background-color: #fff;
	  color: #1b7ea1;
	}
	.top-bar {
	  display: none;
	}
	.visible-xs-inline-block {
	  display: none !important;
	}
	#footer {
	  padding-top: 20px;
	}
	.img_congthuong {
	  display: flex;
	  justify-content: space-between;
	}
	.contact-info {
	  margin-top: 0;
	}
	.bttop {
	  left: 345px;
	}
	.top-bottom-row-mb {
		display: flex;
		justify-content: space-between;
		background-color: #43BFE3;
		padding: 0 20px;
		position: fixed;
		width: 100%;
		z-index: 999;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	  background-color: transparent;
	}
	.menu-mobile .account-mb {
	  width: 30px;
	}
	.logo-mb {
	  width: 20%;
	}
	.logo-mb img {
	  width: 100%;
	}
	.btn_search {
		padding: 10px 10px;
		position: absolute;
		top: 21px;
		right: 6px;
		border-radius: 10px;
		width: 60px;
		height: 46px;
	}
	.menu-mobile i {
	  font-size: 30px;
	  color: #fff;
	}
	.menu-mobile {
		width: 100%;
		display: flex;
		justify-content: space-between;
		height: 88px;
		line-height: 88px;
	}
	.navbar-default .navbar-toggle {
	  border-color: #fff;
	}
	.top-bottom {
	  padding: 0;
	  min-height: 88px;
	}
	.top-bottom .container-page {
		padding:0;
	}
	.menu-mobile .navbar-static-top {
	  margin-top: 20px;
	}
	.icon-mb {
	  line-height: 88px;
	}
	.navbar-toggle {
		position: relative;
		float: left;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	  border-color: transparent;
	  background-color: #fff;
	  position: absolute;
	  top: 69px;
	  width: 300px;
	  left: -20px;
	}
	.search_suggest_home {
	  margin-top: 20px;
	}
	.header_search {
	  border-radius: 10px;
	}
	.thong-tin-chi-tiet-san-pham {
	  padding-left: 0;
	}
	.facturer {
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 1;
	  -webkit-box-orient: vertical;
	  color: #2199c4 !important;
	}
	.product-review-info-box .item-brand.item-rate {
	  padding: 0 6px;
	}
	.xzoom-container {
	  margin-top: 10px;
	}
	.product-review-info-box {
	  font-size: 15px;
	  display: flex;
	  justify-content: flex-start;
	  align-items: center;
	}
	.product-detail-layout-item.product-detail-header {
	  padding-left: 5px;
	  margin-top: 10px;
	}
	
	.item_order_number_detail {
	  margin-top: 20px;
	  display: flex;
	  flex-direction: column;
	}
	.productDetail_quantity {
	  display: flex;
	  justify-content: start;
	  align-items: center;
	}
	.productDeatail_quantity_group {
	  margin-left: 20px;
	}
	.productDetail_clickBuy {
	  margin-top: 20px;
	}
	.productDetail_clickBuy .btn_irv_lg {
		width: 100%;
	}
	.shoptitle-box {
		font-weight: 700;
		font-size: 12px;
		text-transform: uppercase;
		padding-bottom: 4px;
		margin-bottom: 5px;
	}
	.sale-price-mb {
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	}
	.sale-price-show {
	  margin-right: 20px;
	  margin-left: 0;
	}
	.report-product {
	  margin-top: 20px;
	}
	.product-feature-item img {
		width: 30px;
		height: 30px;
		margin-right: 20px;
	}
	.product-feature-item {
		display: flex;
		flex-direction: column;
		padding: 6px;
		text-align: center;
	}
	.current-seller {
	  margin-top: 20px;
	}
	.filter-list {
	  position: relative;
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  grid-gap: 10px;
	}
}	

@media (max-width: 499.98px) {
    .nv-infodie {
        width: 100%;
    }

    .cookie-notice {
        left: 0;
        width: 100%;
    }

    .visible-ss-block {
        display: block !important;
    }

    .visible-ss-inline {
        display: inline !important;
    }

    .visible-ss-inline-block {
        display: inline-block !important;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display: none !important;
    }

    #tip,
    #footer-tip {
        max-width: 100%;
        margin-right: 0 !important;
    }

    #header .logo img {
        max-height: 60px;
    }
}

@media (min-width: 500px) and (max-width: 991.98px) {
    #footer .menu li {
        width: 32%;
    }

    #footer .menu li:nth-child(3n + 2) {
        padding-right: 8px;
        padding-left: 7px;
    }

    #footer .menu li:nth-child(3n),
    #footer .menu li:nth-child(3n + 1) {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 500px) {
    .nv-infodie {
        width: 500px;
        left: 50%;
        margin-left: -250px;
    }
}

@media (min-height: 500px) {
    .container {
        width: 100%;
    }

    .nv-infodie {
        height: 500px;
        top: 50%;
        margin-top: -250px;
    }
}

@media (min-width: 768px) {
    .wraper {
        width: 100%;
    }

    .hidden-ss-block {
        display: block !important;
    }

    .hidden-ss-inline {
        display: inline !important;
    }

    .hidden-ss-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }

    .wraper {
        width: 100%;
        max-width: 1080px;
    }
}

@media (min-width: 1200px) {
    .wraper {
        width: 1080px;
    }
}
