.only-mobile {
	display: none !important;
}
.product-pannel-wrapper, .show-noti {
	display: none;
}
.variantProduct .option-select ul .product-sold-out a {
	text-decoration: line-through;
}

/*****css menu footer - mobile****/
.product-overlay-wrap.open-pannel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.mobile-bottom-nav {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:1005550; 
	will-change:transform;
	transform: translateZ(0); 
	display:flex;	 
	padding-bottom: calc(0rem + env(safe-area-inset-bottom));
	/*box-shadow: 0 -2px 5px -2px #333;*/
	background-color:#fff;
}

.mobile-bottom-nav:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 9999999;
}
.mobile-bottom-nav__item{
		flex-grow:1;
		text-align:center;
		font-size:12px; 
		display:flex;
		flex-direction:column;
		justify-content:center; 
	  overflow-y: hidden;
  	border-top: 1px solid rgb(238, 238, 238);
}
.mobile-bottom-nav__item.mobile-bottom-nav__item--active {
 	  overflow-y: inherit;
}
.mobile-bottom-nav__item.mobile-bottom-nav__item--active .box-icon {
	position:relative;
}
.mobile-bottom-nav__item.border-top .box-icon:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:2px;
	background:#000;
	width:100%;
	margin:0 auto;
}
.mobile-bottom-nav__item.mobile-bottom-nav__item--active .box-icon >img,
.mobile-bottom-nav__item.mobile-bottom-nav__item--active .box-icon >svg{
	opacity:1;
}


.mobile-bottom-nav__item-content{ 
		display:flex;
		flex-direction:column;		
	  align-items: center; 
	  background: rgb(250, 250, 250);
} 
.mobile-bottom-nav__item-content >img {
	 width:30px;
}
.mobile-bottom-nav__item-content .box-icon { 
    height: 50px;
		width:100%;
    margin: 0 auto; 
    display: flex;
    align-items: center;
    justify-content: center;
		position:relative;
		z-index:999999;
		background: rgb(250, 250, 250);
} 
.mobile-bottom-nav__item-content .box-icon img,
.mobile-bottom-nav__item-content .box-icon svg {
	opacity:.6;
	display:block;
	margin:0 auto 3px;
}
 
 
.mobile-bottom-nav__item.mobile-bottom-nav__item--active .mobile-bottom-nav__item-content .box-icon img,
.mobile-bottom-nav__item.mobile-bottom-nav__item--active .mobile-bottom-nav__item-content .box-icon svg {
	opacity:1;
}

.mobile-bottom-nav__item-content .box-icon >a {
		font-family: "Roboto", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 8px;
    text-align: center;
    line-height: 1.6;
		text-decoration: none;
}
/*top-title-and-close*/
.top-title-and-close .left-title {
	display: flex;
  align-items: center;
}
.top-title-and-close .left-title img {
	margin-right:10px;
}
.top-title-and-close .left-title h3 {
  	font-family: "Roboto", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.6;
	  margin:0;
}
.mobile-bottom-nav__item .menu-in {  
		height: 70vh;
    background-color: rgb(250, 250, 250);
    left: 0;
    position: absolute;
		z-index:99999;
    right: 0;
    top: 0; 
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
	 -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
	  width: 100%;
		padding-bottom: env(safe-area-inset-bottom);
}
.mobile-bottom-nav__item .bg-after-menu {
		height: 100vh; 
    left: 0;
    position: absolute;
		z-index:99998;
    right: 0;
    top: 0; 
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
	 -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
	  width: 100%;
}
.mobile-bottom-nav__item .menu-in .top-title-and-close {
		border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    padding:10px 5px 10px 10px;
	  display: flex;
    align-items: center;
    justify-content: space-between;
		margin-bottom:20px;
}
.mobile-bottom-nav__item .menu-in .top-title-and-close .right-close img {
	  width:30px;
  	height:30px;
	  opacity:1;
}
.mobile-bottom-nav__item.mobile-bottom-nav__item--active .menu-in,
.mobile-bottom-nav__item.mobile-bottom-nav__item--active .bg-after-menu{ 
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); 
}
/**/
.menu-in .navbar-nav>li a img {
	width:auto;
	height:30px;
	display:block;
	margin-bottom:5px;
}
.menu-in .navbar-default .navbar-nav>.open-submenu>a
.menu-in .navbar-default .navbar-nav>.open>a {
	background-color: transparent;
}
.menu-in .navbar-nav {
	  float: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.menu-in .navbar-nav>li {
    float: left;
    box-shadow: 0px 5px 10px -10px #000;
    -webkit-box-shadow: 0px 5px 10px -10px #000;
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-width: 1px;
    border-radius: 10px;
    width: calc(50% - 16px);
    text-align: left;
    margin-bottom: 15px;
    margin-left: 8px;
    margin-right: 8px;
}
.menu-in .navbar-nav>li >ul.dropdown-menu .goback {
		display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-radius: inherit;
    margin-left: 0;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
		
		position: fixed;
    left: 0;
    right: 0;
    top: 0;
	
}
.menu-in .navbar-nav>li >ul.dropdown-menu .goback .button-back {
		font-family: "Roboto", sans-serif;
		color: rgb(0, 0, 0);
		font-size: 14px;
		text-transform: uppercase;
		text-align: left;
		line-height: 1.6;
}
.menu-in .navbar-nav>li >ul.dropdown-menu .goback .arrow-prev {
		width:30px;
		height:30px;
}
.menu-in .navbar-nav>li >ul.dropdown-menu .goback .icon-title {
	width:30px;
	height:30px; 
	margin-right:10px;
}
.menu-in .navbar-nav>li >ul.dropdown-menu .goback .button-close {
	padding-right:5px;
}
.menu-in .navbar-nav>li >ul.dropdown-menu .goback .button-close img {
	width:30px;
	height:30px;
	opacity: 1;
}
.menu-in .navbar-nav>li >ul.dropdown-menu .goback .button-back {
		display: flex;
    align-items: center;
}
.menu-in .navbar-nav>li >ul.dropdown-menu .goback .button-back .svg-icon img {
	height:20px;
}
.menu-in .navbar-default .navbar-nav>li>a { 
    font-family: "Roboto", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
		text-decoration: none;
}
.menu-in .navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.menu-in .navbar-default {
    background-color: inherit;
    border: 0px;
		height: 59vh;
    overflow-y: scroll;
}
.menu-in .navbar-default .navbar-collapse, 
.menu-in .navbar-default .navbar-form {
    border-color: transparent;
}
.menu-in .navbar-collapse {
	padding-left:10px;
	padding-right:10px;
}


.navbar-nav .open-submenu .dropdown-menu,
.navbar-nav .open2 > .dropdown-menu,
.navbar-nav .open > .dropdown-menu {
    position: static; 
	  float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.menu-in .navbar-nav >li>ul.dropdown-menu { 
    width: 100%; 
    border: none;
    border-radius: 0;
		position:fixed;
		top:0;
		bottom:0;
		background-color: rgb(250, 250, 250);
		padding:10px 0;
	  height: 70vh;
    overflow-y: scroll;
		padding-top:58px;
}

.menu-in .nav .open-submenu>a, 
.menu-in .nav .open-submenu>a:focus, 
.menu-in .nav .open-submenu>a:hover,
.menu-in .nav .open>a, 
.menu-in .nav .open>a:focus, 
.menu-in .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover { 
    background-color: transparent;
}

.menu-in .navbar-nav >li >.dropdown-menu >li.open-submenu >a,
.menu-in .navbar-nav >li >.dropdown-menu >li.open >a {
		background-color: rgb(238, 238, 238)!important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.menu-in .navbar-nav >li >.dropdown-menu >li {
	  background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-width: 1px;
    border-radius: 10px; 
		margin-bottom:10px; 
		margin-left:10px;
		margin-right:10px; 
}
.menu-in .navbar-nav >li >.dropdown-menu >li >a {
		padding:11px 10px 6px 10px;
}
.menu-in .navbar-nav >li >.dropdown-menu >li.readmore {
		border: none;
    text-align: right;
    margin-bottom: 0;
		background: transparent;
}
.menu-in .navbar-nav >li >.dropdown-menu >li.readmore a {
	  padding-bottom:3px;
		padding-right:0;
}
.menu-in .navbar-nav >li >.dropdown-menu >li.notsubmenu.active {
	background-color: rgb(238, 238, 238);
}
.menu-in .navbar-nav >li >.dropdown-menu >li.notsubmenu.active a {
	border-radius:10px;
}

.open-submenu >.dropdown-menu >li.open-submenu >a >.caret
.open .dropdown-menu >li.open >a >.caret,
.open .dropdown-menu >li.open2 >a >.caret {
	transform: rotate(180deg);
} 
.menu-in .navbar-nav >li >.dropdown-menu .dropdown-menu >li {
	border-bottom:1px solid rgb(238, 238, 238);
} 
.menu-in .navbar-nav >li >.dropdown-menu .dropdown-menu >li:last-child {
	border:none;
}
.menu-in .navbar-nav .caret { 
	background-image: url(//theme.hstatic.net/1000008082/1001372791/14/icon-arrow-down.svg?v=1);
	    width: 20px;
    height: 20px;
    border: none;
    background-repeat: no-repeat;
    margin: 0; 
}
.menu-in .navbar-nav .dropdown-menu li a.dropdown-toggle {
	  display: flex;
    justify-content: space-between; 
}
.menu-in .navbar-nav .dropdown-menu>li>a {
    padding: 11px 10px 11px 10px; 
}
 
.menu-in .dropdown-menu .dropdown-menu {
	padding-top:0;
	border-top:1px solid rgb(238, 238, 238);
}

.menu-in .dropdown-menu .open-submenu >.dropdown-menu
.menu-in .dropdown-menu .open >.dropdown-menu {
	margin-left:10px; 
}
 
.menu-in .dropdown-menu .dropdown-menu>li>a {
    padding: 10px 10px 8px; 
}
.menu-in .dropdown-menu .dropdown-menu .dropdown-menu {
	padding-bottom:0;
}
#footer-mobile {
	display:none;
}
/*fix*/
.buttonBuynow { 
    padding: 10px 0!important;  
}
.product-pannel-wrapper {
	padding:0!important;
}
.product-pannel-wrapper .pannel-header {
	padding-top:10px!important;
}
.product-pannel-wrapper .product-variant {
    padding: 10px 0px 0!important;
}
.variantProduct { 
    padding: 0 10px;
}
.button-close svg polygon {
	fill:#000!important;
}
.li-icon-login,
.li-icon-login a,
.iconlogin {
	width:25px;
	height:25px;
}
.li-icon-login a {
	display:block;
}
.iconlogin {
	margin-top:-5px;
}
.iconlogin path {
	fill:#fff;
}
.product-pannel-wrapper {
	padding-bottom:52px!important;
}
.product-pannel-wrapper .pannel-content form >hr {
	margin-bottom:10px!important;
	margin-top:10px!important;
}
#add-item-form .d-show-desktop >hr {
	  margin-bottom: 5px!important;
    margin-top: 5px!important;
}
.open-submenu > .dropdown-menu {
	display: block;
}

.menu-in .dropdown-menu .open2 > .dropdown-menu {
    display: block;
}

.menu-in .dropdown-menu .open2 > a {
    background-color: rgb(238, 238, 238)!important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.open2>.dropdown-menu {
    display: block;
}
/**end css menu footer - mobile***/

@media only screen and (max-width:1024px) {
		/*css menu footer - mobile*/
		.collapse {
				display: block;
		}
		#footer-mobile {
			display:block;
		}
		.buttonBuynow {
			bottom:50px!important; 
		}

		/*end css menu footer - mobile*/
}

@media only screen and (max-width:767px) {

	.only-mobile {
		display: block !important;
	}
	.buttonBuynow.d-show-desktop {
		display: none;
	}
	.product-pannel-wrapper .variantProduct .option-select ul li a {
		background-color: rgb(224, 223, 222);
		font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
	}
	.product-pannel-wrapper .variantProduct .option-select ul li a.picked {
		background: #ff261d;
	}
	.product-pannel-wrapper .variantProduct .option-select ul li.select-size {
		display: block;
		text-align: center;
	}
	.product-pannel-wrapper .variantProduct .option-select ul li.select-size a {
		margin: auto;
		border-radius: 20px;
		width: auto;
		min-width: 170px;
		font-size: 10px;
		line-height: 18px;
		padding: 0;
    display: inline-block;
	}
	#add-to-cart-redirect.sold_out {
		display: none !important;
	}
	.buttonBuynow .addCart span,
	.buttonBuynow .addCart-coach span,
	.buttonBuynow .tu-van-zalo span,
	.buttonBuynow .addCartRedirect span,
	.buttonBuynow .sold_out span,
	.buttonBuyNow .addCart span,
	.buttonBuyNow .addCartRedirect span,
	.buttonBuyNow .sold_out span {
		display: inline-block;
		vertical-align: middle;
		font-weight: 700;
		padding-top: 3px;
	}	
	.buttonBuynow .addCart::before{
		margin-right: 2px;
		display: inline-block;
		vertical-align: middle;
		content: '';
		background-image: url(//theme.hstatic.net/1000008082/1001372791/14/add-to-cart-icon.svg?v=1);
		background-size: cover;
    background-repeat: no-repeat;
    height: 16px;
		width: 18px;
	}
	.buttonBuynow .addCart-coach::before{
		margin-right: 5px;
		display: inline-block;
		vertical-align: middle;
		content: '';
		background-image: url(//theme.hstatic.net/1000008082/1001372791/14/book-cart-icon.svg?v=1);
		background-size: cover;
    background-repeat: no-repeat;
    height: 16px;
		width: 18px;
	}
	.buttonBuynow .tu-van-zalo::before{
		margin-right: 5px;
		display: inline-block;
		vertical-align: middle;
		content: '';
		background-image: url(//theme.hstatic.net/1000008082/1001372791/14/zalo-chat-icon.svg?v=1);
		background-size: cover;
    background-repeat: no-repeat;
    height: 16px;
		width: 18px;
	}
	.buttonBuynow .addCartRedirect::before,
	.buttonBuyNow .addCartRedirect::before{
		margin-right: 2px;
		display: inline-block;
		vertical-align: middle;
		content: '';
		background-image: url(//theme.hstatic.net/1000008082/1001372791/14/buy-now-icon.svg?v=1);
		background-size: cover;
    background-repeat: no-repeat;
    height: 16px;
		width: 18px;
	}
	.buttonBuynow {
		display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #fafafa;
		z-index: 90;
		border-top: 1px solid rgb(238, 238, 238);
		padding-bottom: calc(10px + env(safe-area-inset-bottom)) !important;
	}
	.buttonBuynow .addCart{
		width: 150px;
		background:#e4e4e4;
		border:none;
		color:rgb(36, 36, 36);
		padding:5px 0;
		line-height: 17px;
		font-size:10px;
		text-transform:uppercase;
		border-radius: 25px;
		margin: 0 5px;
		font-weight: bold;
	}
	.buttonBuynow .addCart-coach{
		width: 150px;
		background:#B08968;
		border:none;
		color:white;
		padding:5px 0;
		line-height: 17px;
		font-size:10px;
		text-transform:uppercase;
		border-radius: 25px;
		margin: 0 5px;
		font-weight: bold;
	}
	.buttonBuynow .tu-van-zalo{
		width: 150px;
		background:#38b6ff;
		border:none;
		color:white;
		padding:5px 0;
		line-height: 17px;
		font-size:10px;
		text-transform:uppercase;
		border-radius: 25px;
		margin: 0 5px;
		font-weight: bold;
	}
	.buttonBuynow .sold_out,
	.buttonBuyNow .sold_out {
		width: 310px;
		padding:5px 0;
		line-height: 17px;
		font-size:10px;
		border-radius: 25px;
		margin: 0 5px;
		font-weight: bold;
	}
	.buttonBuynow .sold_out::before,
	.buttonBuyNow .sold_out::before {
		margin-right: 2px;
		display: inline-block;
		vertical-align: middle;
		content: "\f003";
		font-family: 'FontAwesome';
		font-size: 14px;
		height: 16px;
		width: 18px;
	}
	.buttonBuynow .sold_out::after,
	.buttonBuyNow .sold_out::after {
		display: none;
	}
	.buttonBuynow .addCartRedirect{
		content: '';
		width: 150px;
		background: linear-gradient(to bottom, #ff261d, #f07d0a);
		border:none;
		color:#fff;
		padding:5px 0;
		font-size:10px;
		text-transform:uppercase;
		border-radius: 25px;
		line-height: 17px;
		margin: 0 5px;
		font-weight: bold;
	}
	.product-pannel-wrapper {
		max-height: calc(100vh - 50px);
		overflow: auto;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		transform: translateY(100%);
		z-index: 92;
		display: block;
		background-color: rgb(250, 250, 250);
		border-top: 1px solid rgb(238, 238, 238);
		padding: 10px;
		transition: all .5s;
		padding-bottom: 52px!important;
		padding-bottom: calc(52px + env(safe-area-inset-bottom))!important;
	}
	.product-pannel-wrapper.open-pannel {
		transform: translateY(0);
	}
	.product-pannel-wrapper #logobrand {
		display: inline-block;
	}
	.product-pannel-wrapper #logobrand img {
		max-height: 25px;
		width: auto;
		margin-top: 5px;
	}
	.product-pannel-wrapper .pannel-header {
		padding: 0 10px 10px;
		border-bottom: 1px solid rgb(238, 238, 238);
		min-height: 40px;
	}
	.product-pannel-wrapper .pannel-header p {
		margin-bottom: 0;
	}
	.product-pannel-wrapper .button-close {
		width: 30px;
		height: 30px;
		float: right;
	}
	.product-pannel-wrapper .product-info {
		padding: 10px 10px;
		border-bottom: 1px solid rgb(238, 238, 238);
	}
	.product-pannel-wrapper .product-info .product-image {
		width: 100px;
		height: auto;
		min-height: 100px;
		border-radius: 25px;
		display: inline-block;
		float: left;
	}
	.product-pannel-wrapper .product-info .product-image img {
		border-radius: 25px;
		width: 100px;
		height: 100px;
		object-fit: cover;
	}
	.product-pannel-wrapper .product-info .product-meta {
		display: block;
		margin-left: 110px;
    line-height: 1.6;
		min-height: 85px;
	}
	.product-pannel-wrapper .product-price .price {
		color: #000;
		font-weight: 700;
		font-size: 12px;
	}
	.product-pannel-wrapper .product-info .product-title h4 {
		color: #000;
		font-size: 12px;
	}
	.product-pannel-wrapper .product-variant {
		padding: 20px 10px 0;
	}
	.product-pannel-wrapper .product-variant .product-available {
		font-size: 12px !important;
		min-width: 50px;
		font-weight: bold;
	}
	.product-pannel-wrapper .product-variant li a {
		border-radius: 5px;
		padding: 5px 10px 4px;
	}
	.product-pannel-wrapper .buttonBuyNow {
		padding: 0 10px 10px;
	}
	.product-pannel-wrapper .buttonBuyNow .addCart,
	.product-pannel-wrapper .buttonBuyNow .addCartRedirect {
		display: inline-block;
		width: 310px;
		background: linear-gradient(to bottom, #ff261d, #f07d0a);
    border: none;
    color: #fff;
		padding:5px 0;
		line-height: 17px;
		height: 30px;
		font-size:10px;
		text-transform:uppercase;
		border-radius: 15px;
		margin: 0 5px;
		font-weight: bold;
		text-decoration: none;
	}
	.buttonBuyNow .hidden.sold_out {
		display: none !important;
	}
	.product-pannel-wrapper .buttonBuyNow .sold_out{
		display: inline-block;
		width: 310px;
		background: #000;
    border: none;
    color: #fff;
		padding:5px 0;
		line-height: 17px;
		height: 30px;
		font-size:10px;
		text-transform:uppercase;
		border-radius: 15px;
		margin: 0 5px;
		font-weight: bold;
		text-decoration: none;
	}
	.buttonBuyNow .addCart:before {
    margin-right: 2px;
		margin-top: -3px;
    display: inline-block;
		vertical-align: middle;
    content: '';
    background-image: url(//theme.hstatic.net/1000008082/1001372791/14/add-to-cart-icon-white.svg?v=1);
    background-size: cover;
    background-repeat: no-repeat;
    height: 16px;
		width: 18px;
	}
	.show-noti {
		opacity: 0;
		visibility: hidden;
		position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.8);
    width: 200px;
    height: 200px;
    text-align: center;
    display: block;
    z-index: 999;
    border-radius: 25px;
		padding: 40px 20px;
		transition all .5s;
	}
	.show-noti.open {
		opacity: 1;
		visibility: visible;
	}
	.show-noti .noti-check-icon {
		width: 80px;
		height: 80px;
		margin: auto;
	}
	.show-noti .noti-content {
		color: #fff;
		font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
	}
	.variantProduct-inner {
		position: relative;
	}
	.variantProduct-inner .variantProduct-options {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
	}
	.product-pannel-wrapper .buttonBuyNow.have-two-button .addCart {
		width: 150px;
		background: #e4e4e4;
    color: rgb(36, 36, 36);
	}
	.product-pannel-wrapper .buttonBuyNow.have-two-button .addCart::before{
		background-image: url(//theme.hstatic.net/1000008082/1001372791/14/add-to-cart-icon.svg?v=1);
	}
	.product-pannel-wrapper .buttonBuyNow.have-two-button .addCartRedirect {
		width: 150px;
	}
	.product-pannel-wrapper .buttonBuyNow.have-two-button #button-add-to-cart.sold_out {
		display: none !important;
	}
}