ul.content-action li.shop-cart a {
	display: flex;
}
span.text-cart {
	text-transform: uppercase;
	margin-left: 3px;
}
.header-showrom {
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 16px;
	text-transform: uppercase;
}
.scroll-fixed .header-showrom {
	top: 0;
	left: 20px;
}
.points-sale-info {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}
.points-sale .points-sale-info p {
	margin: 0;
	padding: 0 2px;
}
.points-sale-info i {
	margin: 0;
	font-size: 20px;
	width: 20px;
}
.points-sale > p {
	font-style: italic;
	font-size: 14px;
	margin-bottom: 10px;
}
.points-sale > p a {
	color: #ee0a13;
}
.box-account {
	margin: 0 auto;
}
@media (min-width: 992px) {
	.box-account {
		width: 50%;
	}
}

.header-page {
	padding: 40px 0;
}
.phoneCheckShow input, .userbox .large_form input[type="email"], .userbox .large_form input[type="password"], .userbox .large_form input[type="text"], .userbox .large_form select {
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 8px;
	height: 40px;
	width: 100%;
	padding: 0px 15px;
}
.large_form {
	margin-bottom: 15px;
}
.action_account_custommer .action_bottom, 
.action_account_custommer .req_pass {
	display: block;
}
.action_account_custommer .req_pass, .req_pass {
	margin: 0;
	text-align: center;
	margin-top: 10px;
}
.action_bottom .btn {
	background: #fbd22c;
	border-color: #fbd22c;
	color: #000;
	border-radius: 8px;
}




/*===================020121===================*/
.site-nav {
	position: fixed;
	width: 360px;
	height: 100vh;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 8888;
	overflow: hidden;
	-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.site-nav.active {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.site-nav .site-nav-container {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
}
.site-nav.show-cart .site-nav-container {
	display: block; overflow: unset;
}
.site-close-handle {
	outline: none !important;
	position: fixed;
	top: 0px;
	right: 10px;
	width: 35px;
	height: 35px;
	z-index: 1;
	outline: none;
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
}
.site-close-handle svg.icon {
	display: inline-block;
	height: 15px;
	width: 15px;
	fill: currentColor;
	vertical-align: middle;
	background: none;
	pointer-events: none;
	overflow: visible;
}
.shop-cart-view {
	width: calc(100% - 0px);
	position: relative;
	overflow: hidden;
	min-height: 100%;
}
.title-cart-view {
	background-color: #fcd22d; margin-bottom: 15px;
	padding: 14px 10px;font-size: 20px;font-weight: bold;
}
.shop-cart-view .product-gift {padding: 8px;}
body a.site-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 200ms linear;
	background: rgba(0, 0, 0, 0.7);
}
body a.site-overlay.active {
	opacity: 1;
	visibility: visible;
}



#quick-view-modal {
	background: rgba(0, 0, 0, 0.31);
	z-index: 9999; 
}
#quick-view-modal .modal-dialog {
	/*height: 100%;*/
}
#quick-view-modal .modal-dialog .modal-content {
	border-radius: 0;
	border: none; 
}
#quick-view-modal .modal-dialog .modal-content .modal-header {
	padding: 0;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	z-index: 9;
	border: none; 
}
#quick-view-modal .modal-dialog .modal-content .modal-header .close {
	background: #fcd22c;
	color: #fff;
	outline: none;
	padding: 0;
	margin-top: 0;
	height: 30px;
	width: 30px;
	opacity: 1;
	text-shadow: none;
	margin: 0;
	border: none;
	border-radius: 0; 
}
#quick-view-modal .modal-dialog .modal-content .modal-header .close svg {
	width: 18px;
	height: 18px;
	vertical-align: 0px; 
}
@media (min-width: 1200px) {
	#quick-view-modal .modal-dialog.modal-xl {max-width: 950px; } 
}
.quickview-open.modal-open .modal-backdrop.show {
	opacity: 0; 
}



.popup-alert {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100000;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.popup-alert.active {
	display: block; }
.popup-alert .main-box {
	max-width: 350px;
	margin: auto; }
.popup-alert .main-box .alert-box {
	color: #000;
	border-radius: 0px;
	font-size: 14px;
	padding: 13px 45px 13px 15px;
	position: relative;
	overflow: hidden;
	background: #fcd22d; }
.popup-alert .main-box .alert-box span {
	font-weight: bold;
	text-transform: uppercase; }
.popup-alert .main-box .alert-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center; }

.popup-alert .main-box .alert-box.success:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='512pt' viewBox='0 0 512 512' width='512pt' style='&%2310; stroke: %2308518b;&%2310; fill: %2308518b;&%2310;'%3E%3Cpath d='m369.164062 174.769531c7.8125 7.8125 7.8125 20.476563 0 28.285157l-134.171874 134.175781c-7.8125 7.808593-20.472657 7.808593-28.285157 0l-63.871093-63.875c-7.8125-7.808594-7.8125-20.472657 0-28.28125 7.808593-7.8125 20.472656-7.8125 28.28125 0l49.730468 49.730469 120.03125-120.035157c7.8125-7.808593 20.476563-7.808593 28.285156 0zm142.835938 81.230469c0 141.503906-114.515625 256-256 256-141.503906 0-256-114.515625-256-256 0-141.503906 114.515625-256 256-256 141.503906 0 256 114.515625 256 256zm-40 0c0-119.394531-96.621094-216-216-216-119.394531 0-216 96.621094-216 216 0 119.394531 96.621094 216 216 216 119.394531 0 216-96.621094 216-216zm0 0'/%3E%3C/svg%3E");
	background-color: #fcd22d; }

.fb_dialog_advanced {
	z-index: 888 !important;
}

body > img[src*='//googleads.g'] {
	display: none;
}
.product-price {
	font-size: 20px;
	margin: 10px 0;
	font-weight: bold;
}
.product-price span {
	color: #000000;
}
.product-price del {
	color: #f94c43;
	font-size: 16px;
	margin-left: 10px;
}
.sale-text .sale-off .sub-menu-sub li:last-child a {
	color: #f00 !important;
	font-weight: bold !important;
}
@media(max-width:767px){
	.mini-box, .mini-valid-freeship{
		margin-top: 0;
	}
	.mini-box-fixed {
		bottom: 75px;
		width: 100%;
		background: #fff;
	}
	.content-cart-view {
		max-height: calc(100vh - 326px);
	}

	.points-sale-info {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 14px;
		text-transform: uppercase;
		text-align: center;
		color: #000;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.points-sale .points-sale-info p {
		margin: 0;
		padding: 0 2px;
		font-size: 12px;
		width: calc((100% - 20px)/2);
	}
	.points-sale-info i {
		margin: 0;
		font-size: 20px;
		width: 20px;
	}
	.points-sale > p {
		font-style: italic;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.points-sale > p a {
		color: #ee0a13;
	}
	.box-account {
		width: 100%;
		margin: 0 auto;
	}
	.header-page {
		padding: 20px 0;
	}

	.userbox .large_form input[type="email"], .userbox .large_form input[type="password"], .userbox .large_form input[type="text"], .userbox .large_form select {
		background: #fff;
		border: 1px solid #ededed;
		border-radius: 8px;
		height: 40px;
	}
	.large_form {
		margin-bottom: 15px;
	}
	.action_account_custommer .action_bottom, 
	.action_account_custommer .req_pass {
		display: block;
	}
	.action_account_custommer .req_pass, .req_pass {
		margin: 0;
		text-align: center;
		margin-top: 10px;
	}
	.action_bottom .btn {
		background: #fbd22c;
		border-color: #fbd22c;
		color: #000;
		border-radius: 8px;
	}

	/*===================020121===================*/
	.site-nav {
		position: fixed;
		width: 315px;
		height: 100vh;
		right: 0;
		top: 0;
		background: #fff;
		z-index: 99999;
		overflow: hidden;
		-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	.site-nav.active {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.site-nav .site-nav-container {
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		display: none;
	}
	.site-nav.show-cart .site-nav-container {
		display: block;
	}
	.site-close-handle {
		outline: none !important;
		position: fixed;
		top: 0px;
		right: 10px;
		width: 35px;
		height: 35px;
		z-index: 1;
		outline: none;
		background: transparent;
		border: none;
		box-shadow: none;
		cursor: pointer;
	}
	.site-close-handle svg.icon {
		display: inline-block;
		height: 15px;
		width: 15px;
		fill: currentColor;
		vertical-align: middle;
		background: none;
		pointer-events: none;
		overflow: visible;
	}
	.shop-cart-view {
		width: calc(100% - 0px);
		position: relative;
		overflow: hidden;
		min-height: 100%;
	}
	.title-cart-view {
		background-color: #fcd22d; /*margin-bottom: 15px;*/
		padding: 14px 10px;font-size: 20px;font-weight: bold;
	}
	.shop-cart-view .product-gift {padding: 8px;}
	body a.site-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		transition: all 200ms linear;
		background: rgba(0, 0, 0, 0.7);
	}
	body a.site-overlay.active {
		opacity: 1;
		visibility: visible;
	}


	#quick-view-modal {
		background: rgba(0, 0, 0, 0.31);
		z-index: 9999; 
	}
	#quick-view-modal .modal-dialog {
		height: 100%;
	}
	#quick-view-modal .modal-dialog .modal-content {
		border-radius: 0;
		border: none; 
	}
	#quick-view-modal .modal-dialog .modal-content .modal-header {
		padding: 0;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 30px;
		height: 30px;
		z-index: 9;
		border: none; 
	}
	#quick-view-modal .modal-dialog .modal-content .modal-header .close {
		background: #fcd22c;
		color: #fff;
		outline: none;
		padding: 0;
		margin-top: 0;
		height: 30px;
		width: 30px;
		opacity: 1;
		text-shadow: none;
		margin: 0;
		border: none;
		border-radius: 0; 
	}
	#quick-view-modal .modal-dialog .modal-content .modal-header .close svg {
		width: 18px;
		height: 18px;
		vertical-align: 0px; 
	}
	@media (min-width: 1200px) {
		#quick-view-modal .modal-dialog.modal-xl {max-width: 950px; } 
	}
	.quickview-open.modal-open .modal-backdrop.show {
		opacity: 0; 
	}

	.popup-alert {
		display: none;
		position: fixed;
		top: 57px;
		right: 0;
		z-index: 100000; 
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.popup-alert.active {
		display: block; }
	.popup-alert .main-box {
		max-width: 350px;
		margin: auto; }
	.popup-alert .main-box .alert-box {
		color: #000;
		border-radius: 0px;
		font-size: 14px;
		padding: 13px 45px 13px 15px;
		position: relative;
		overflow: hidden;
		background: #fcd22d; }
	.popup-alert .main-box .alert-box span {
		font-weight: bold;
		text-transform: uppercase; }
	.popup-alert .main-box .alert-box:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 40px;
		height: 100%;
		background-repeat: no-repeat;
		background-size: 25px;
		background-position: center; }

	.popup-alert .main-box .alert-box.success:before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='512pt' viewBox='0 0 512 512' width='512pt' style='&%2310; stroke: %2308518b;&%2310; fill: %2308518b;&%2310;'%3E%3Cpath d='m369.164062 174.769531c7.8125 7.8125 7.8125 20.476563 0 28.285157l-134.171874 134.175781c-7.8125 7.808593-20.472657 7.808593-28.285157 0l-63.871093-63.875c-7.8125-7.808594-7.8125-20.472657 0-28.28125 7.808593-7.8125 20.472656-7.8125 28.28125 0l49.730468 49.730469 120.03125-120.035157c7.8125-7.808593 20.476563-7.808593 28.285156 0zm142.835938 81.230469c0 141.503906-114.515625 256-256 256-141.503906 0-256-114.515625-256-256 0-141.503906 114.515625-256 256-256 141.503906 0 256 114.515625 256 256zm-40 0c0-119.394531-96.621094-216-216-216-119.394531 0-216 96.621094-216 216 0 119.394531 96.621094 216 216 216 119.394531 0 216-96.621094 216-216zm0 0'/%3E%3C/svg%3E");
		background-color: #fcd22d; }


	.fb_dialog_mobile {
		z-index: 888 !important;
	}
	#fb-root  iframe {z-index: 10!important;}
	#fb-root .fb_dialog.fb_dialog_advanced {z-index: 10!important;}

	.fb_dialog_content {
		display: none !important;
	}
	#action-fixed {
		position: fixed;
		z-index: 9999;
		bottom: 0;
		width: 95%;
		left: 50%;
		transform: translateX(-50%);
		padding: 0 15px;
		background: #fff;
	}

	.action-fixed .box_qty {
		width: 47%;
		display: inline-block;
		vertical-align: bottom;
	}

	.action-fixed .btn-cart {
		display: block;
		float: left;
		text-align: center;
		padding: 12px 0px;
		border: 2px solid #4b5160;
		font-weight: bold;
		margin-top: 5px;
		background: #fcd22d;
		font-size: 16px;
		text-transform: uppercase;
		color: #000;
		width: 100%;

	}

	.action-fixed {
		padding: 10px 0;
	}
	.action-fixed .actions-btn #see-detail-qv{
		display:none!important;
	}
	#add-item-form-qv {
		margin-bottom: 120px;
	}
	.check-cart-pay a {
		background-color: #fad140;
		font-size: 18px;
		font-weight: bold;
		padding: 10px 0;
	}
	.cart-gift .gift-content {
		display: flex;
		font-size: 12px;
		align-items: center;
		margin-bottom: 0;
	}
	.cart-gift .gift-title {
		padding: 0;
		width: 28px;
		margin-right: 5px;
		height: 22px;
	}
	.cart-item-right .item-quality {
		display: flex;
		align-items: center;
	}

	.cart-item-right .item-quality .title {
		margin-right: 5px;
	}

	.cart-item-right input.mini-qty {
		border-radius: 0;
		border: 1px solid #000;
		height: 20px;
	}
	#product-qv .slider-items:before {
		display: none;
	}
	.product-loop .product-info h3 {
		text-align: center;
	}
	.color-swatches {
		display: flex;
		justify-content: center;
	}
	hrv-loyalty#hrv-loyalty {
		/*
		position: absolute;
		z-index: 9;
		display: block;
		*/
		position: fixed;
		z-index: 9;
		display: block;
		bottom: 60px;
	}

	.bar-bottom ul {
		padding: 18px 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.bar-bottom ul li {
		width: auto;
		margin: 0 10px;
		padding-top: 8px;
		padding-bottom: 5px;
	}
	/*
	.sale-text .sub-menu li:last-child a {
	color: #f00 !important;
	font-weight: bold !important;
}
	*/
}


.gicon{
	width: 40px;
	margin-right: 10px;
}
#header-nav .sub-menu .submenu-left .item {
	margin-bottom: 30px;
}
#contact_popupphone{
	border: 1px solid #a7a7a7;
	border-radius: 0;
	text-align: center;
	padding: 10px 20px;
	font-size: 18px;
	color: #a7a7a7;
	margin-bottom:10px;
}

/* Chrome, Safari, Edge, Opera */
#contact_popupphone::-webkit-outer-spin-button,
#contact_popupphone::-webkit-inner-spin-button,
#contact_popup::-webkit-outer-spin-button,
#contact_popup::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
#contact_popupphone[type=number],#contact_popup[type=number] {
	-moz-appearance: textfield;
}










