@charset "UTF-8";

@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/web/Helvetica.eot');
	src: url('../fonts/web/Helvetica.eot?#iefix') format('embedded-opentype'), url('../fonts/web/Helvetica.woff2') format('woff2'), url('../fonts/web/Helvetica.woff') format('woff'), url('../fonts/web/Helvetica.ttf') format('truetype'), url('../fonts/web/Helvetica.svg#Helvetica') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaBold';
	src: url('../fonts/web/Helvetica-Bold.eot');
	src: url('../fonts/web/Helvetica-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/web/Helvetica-Bold.woff2') format('woff2'), url('../fonts/web/Helvetica-Bold.woff') format('woff'), url('../fonts/web/Helvetica-Bold.ttf') format('truetype'), url('../fonts/web/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaLight';
	src: url('../fonts/web/Helvetica-Light.eot');
	src: url('../fonts/web/Helvetica-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/web/Helvetica-Light.woff2') format('woff2'), url('../fonts/web/Helvetica-Light.woff') format('woff'), url('../fonts/web/Helvetica-Light.ttf') format('truetype'), url('../fonts/web/Helvetica-Light.svg#Helvetica-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

/* Main */
:root {
	--color-red: #ec2d3f;
	--color-medium-red: #cc2c32;
	--color-dark-red: #c31829;
	--color-green: #28a745;
	--color-dark-green: #207d36;
	--color-black: #212529;
	--color-gray: #6c757d;
	--regular: "Helvetica";
	--bold: "HelveticaBold";
	--light: "HelveticaLight";
}

body {
	font-size: 14px;
	font-family: var(--regular);
	background: #F5F5F4;
	min-width: 1349px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top
}

a, input, textarea {
	outline: none;
	padding: 0px;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.w-clear:after {
	display: block;
	content: "";
	clear: both;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.none {
	display: none;
}

body .colorMain {
	color: var(--color-main);
}

body .bgMain {
	background: var(--color-main);
}

.hidden-seoh {
	visibility: hidden;
	height: 0px;
	margin: 0px;
	overflow: hidden;
}

.wrap-main, .wrap-content {
	max-width: 1220px;
	margin: 20px auto 40px;
	padding: 0px 10px;
}

.wrap-home {
	max-width: 100%;
	padding: 0px;
	margin-bottom:0;
}

.wrap-content {
	margin: auto;
}

/* General */
.title-main {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.title-main a {
	font: 13px var(--light);
	color: #333;
}
.background-feedback{position: relative;
    padding: 15px 0px 10px;
    background: #fff;
    margin: 25px 0 0 0;}
.wrap-feedback .title-main{
	    margin-bottom: 25px;
    display: block;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
}
.wrap-feedback .title-main span{line-height:30px;}
.wrap-feedback .title-main p.subtitle{
	    font-size: 16px;
    margin: 0;
    font-weight: 600;
    line-height: 20px;
}
.wrap-product .title-main a {
	font: 17px var(--regular) !important;
	padding: 6px 15px;
	transition: all 0.4s;
	background-color: var(--color-main);
	border-color: var(--color-main);
	color: #fff !important;
	border-radius: 3px;
}

.wrap-product .title-main a:hover {
	background: linear-gradient(270deg, #d50070, #81114c, #118115, #112281, #7e8111, #2a8111, #2a8111, #2a8111, #2a8111, #d50070);
	background-size: 2000% 2000%;
	background: linear-gradient(270deg, #d50070, #ec1f8b, #81116e, #811173, #811173, #81116e, #ec1f8b, #d50070);
	background-size: 1600% 1600%;
	-webkit-animation: HoverGrandiant 6s ease-in-out infinite;
	-moz-animation: HoverGrandiant 6s ease-in-out infinite;
	animation: HoverGrandiant 6s ease-in-out infinite;
}

@-webkit-keyframes HoverGrandiant {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}

}

@-moz-keyframes HoverGrandiant {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}

}

@keyframes HoverGrandiant {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}

}

.title-main a:hover {
	color: var(--color-main);
}

.title-main span, .title-main span a {
	text-transform: uppercase;
	color: var(--color-main);
	font: 800 23px var(--regular);
	text-decoration: none !important;
}

.title-main span a:hover {
	color: #ff0000;
}

.title-main ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.title-main ul li {
	padding: 0 20px;
}

.title-main ul li a {
	display: inline-block;
	text-decoration: none !important;
	color: #000;
	font-size: 14px;
}

.title-main ul li a:hover {
	color: var(--color-main);
}

.title-main ul li a img {
	margin-right: 8px;
	vertical-align: middle;
}

.time-main {
	margin-bottom: 0.75rem;
	color: #999999;
}

.time-main i {
	vertical-align: top;
	margin: 3px 7px 0px 0px;
}

.time-main span {
	vertical-align: top;
	display: inline-block;
}

.social {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.social li {
	display: inline-block;
	vertical-align: top;
}

.social li:last-child {
	margin-right: 0px;
}

.control-carousel {
	position: absolute;
	top: calc(50% - 30px/2);
	margin-bottom: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #eee;
	z-index: 2;
	background-color: #fff;
	color: #ccc;
	cursor: pointer;
}

.control-carousel:hover {
	background-color: var(--color-main);
	border-color: var(--color-main);
	color: #fff;
}

.prev-carousel {
	left: 0px;
}

.next-carousel {
	right: 0px;
}

/* Header */
.header {
	background-color: var(--color-main);
	color: #fff;
}
.logo-header img{border-radius:50%;}
.header-top .wrap-content {
	padding: 6px 10px;
}

.viewsNews {
	font-size: 13px;
	color: #fff !important;
	text-decoration: none !important;
	background: url(../images/icon-home.png) no-repeat left center;
	padding-left: 20px;
}

.info-header {
	margin-bottom: 0px;
	background: url(../images/icon-phone.png) no-repeat left center;
	padding-left: 18px;
}

.col__2 .viewsNews {
	background: url(../images/icon-natifi.png) no-repeat left center;
}

.col__2 .viewsNews:nth-child(2) {
	background: url(../images/icon-help.png) no-repeat left center;
}

.social-header li {
	margin-left: 3px;
}

.header-bottom .wrap-content {
	padding: 10px 10px 0px 10px;
}

.center-header-bottom {
	width: 64%;
}

.car-header {
	margin-top: 10px;
	padding-right: 100px;

}

.car-header a {
	position: relative;
	display: inline-block;
	border:1px solid var(--white);
	border-radius: 50%;
	width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}
.car-header a img{
	vertical-align: middle;
	    position: relative;
    top: 7px;
}
.car-header a span {
color: #d50070;
position: absolute;
right: -10px;
top: 0px;
font-size: 14px;
width: 20px;
height: 20px;
line-height: 20px;
font-weight: bold;
background: #fff;
border-radius: 50%;
}

.list-search {
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
}

.list-search a {
	color: #fff;
}

.Box__User {
	position: relative;
}

.Box__User a, .Box__User {
	color: #fff;
	cursor: pointer;
}

.Box__User a.login-facebook, .Box__User a.login-google {
	width: 49%;
	display: inline-block;
}

.Box__User > div > span {
	display: block;
	margin-top: 5px;
}

.Box__User > div > span > a {
	margin-bottom: 0 !important;
	color: #fff !important;
}

.sub_login {
	width: 300px;
	right: -20px;
	top: calc(100% + 18px);
	position: absolute;
	z-index: 9999;
	color: #333;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}

.Box__User:hover .sub_login {
	top: calc(100% + 8px);
	visibility: visible;
	opacity: 1;
}

.main_content_sub_login {
	background: #fff;
	border: 1px solid #fff;
	padding: 10px 0;
	border-radius: 0 0 3px 3px;
}

.arrow_sub_login {
	display: inline-block;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
	position: absolute;
	left: 50%;
	bottom: 100%;
	z-index: 11;
}

.sub_login .block_login_fb {
	padding: 0 20px 10px 20px;
	border-bottom: 1px solid #dbdbdb;
}

.block_more_login {
	padding: 10px 20px 0 20px;
}

.space_bottom_5 {
	margin-bottom: 5px;
}

.space_bottom_10 {
	margin-bottom: 10px;
}

a.btn_site_1 {
	background: var(--color-main);
	border-radius: 3px;
	color: #fff !important;
	display: inline-block;
	padding: 5px 10px;
	font: 15px var(--regular);
}

.block_more_login .btn_site_1 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	outline: none !important;
}

.block_more_login .btn_site_1:hover {
	background: #ff0000;
}

a.txt_color_1 {
	color: var(--color-main);
}

.popupforn-account .modal-dialog {
	max-width: 420px;
}

.Box__User > .user-header > a {
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
}

.Box__User .user-header-cart a {
	color: #333;
	display: block;
	text-decoration: none !important;
	margin-bottom: 10px;
}

.Box__User .user-header-cart a:hover {
	color: var(--color-main);
}

.user-header-cart .sub_login {
	width: 180px;
}

.user-header-cart .sub_login .main_content_sub_login {
	padding: 10px 10px 0 10px;
}

.header-top .hamber_menu {
	display: none !important;
}

.res-autosearch {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	z-index: 9999;
}

.result-autosearch {
	position: relative;
	background: #fff;
	padding-bottom: 39px;
	text-align: left;
}

.list-result-autosearch {
	max-height: 300px;
	overflow: auto;
	border: 1px solid #ccc;
	border-bottom: 0px;
}

.list-result-autosearch::-webkit-scrollbar {
	background: #fff;
	width: 10px;
	height: 10px;
}

.list-result-autosearch::-webkit-scrollbar-thumb {
	background: #ddd;
}

.info-autosearch {
	width: 100%;
	position: absolute;
	background: #fff;
	z-index: 1;
	bottom: 0px;
	height: 40px;
	left: 0px;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	padding: 0px 10px;
	border: 1px solid #ccc;
	font-size: 12px;
}

.total-autosearch {
	margin: 0px;
	color: #45466a;
}

.close-autosearch {
	background: var(--color-main);
	display: inline-block;
	vertical-align: top;
	color: #fff !important;
	padding: 3px 8px;
	border-radius: 3px;
	cursor: pointer;
}

.search-product {
	display: block;
	color: #333 !important;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
}

.img-search-product {
	float: left;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
}

.info-search-product {
	float: left;
	width: calc(100% - 70px);
}

.title-search-product {
	font-size: 13px;
	margin: 0px;
	line-height: 17px;
	margin-bottom: 3px;
	text-transform: lowercase;
}

.title-search-product:first-letter {
	text-transform: uppercase;
}

.title-search-product strong {
	font-weight: normal;
}

.price-search-product {
	margin: 0px;
}

.price-search-product .price-new-search-product {
	color: var(--color-main);
}

.price-search-product .price-old-search-product {
	color: #ccc;
	text-decoration: line-through;
	font-style: italic;
}
.search .res-autosearch p {
	height: auto;
	background: transparent;
	color: #333;
	width: auto;
	font-size: 13px;
	line-height: initial;
	position: static;
}

.search .res-autosearch p b {
	margin: 0 5px;
}

.link-product {
    margin: 24px auto;
	    text-align: center;
}
.link-product .all-product {
    background: #FFFFFF;
    border: 1px solid #221F20;
    box-sizing: border-box;
    border-radius: 24px 0px;
    padding: 13px 24px;
    font-size: 16px;
    line-height: 20px;
    color: #221F20;
    display: inline-block;
    position: relative;
}

/* Menu */
.menu {
	background-color: var(--color-main);
}

.leftMenu {
	width: 248px;
	position: relative;
	cursor: pointer;
}

.leftMenu>span {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-transform: uppercase;
	color: #fff;
	background: #bd0068;
	font: 13px/44px var(--light);
}

.leftMenu>span>span {
	width: 16px;
	height: 3px;
	background: #fff;
	position: relative;
	margin-right: 25px;
}

.leftMenu>span>span:before, .leftMenu>span>span:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
}

.leftMenu>span>span:before {
	top: -5px;
}

.leftMenu>span>span:after {
	bottom: -5px;
}

.rightMenu {
	width: calc(100% - 248px);
	padding-left: 40px !important;
}
.rightMenu li.pro_promotions{position:relative;}
.rightMenu li.pro_promotions img {
	margin-left:5px;
	max-width:30px;
	max-height:30px;
	position: absolute;
    top: 5px;
}
.rightMenu li.pro_promotions a {font-family: 'robotobold';}
.menu ul {
	padding: 0px;
	margin: auto;
	list-style: none;
}

.menu ul li {
	position: relative;
	z-index: 99;
}

.menu ul li a {
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
	text-decoration: none !important;
}

.menu ul li a {
	color: #fff;
	margin: 0px;
	padding: 14px;
	text-transform: uppercase;
	font: 13px var(--light);
}

.menu ul li a.active, .menu ul li:hover > a {
	background: #bd0068;
}

.menu ul li ul {
	position: absolute;
	min-width: 200px;
	background: var(--color-main);
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.menu ul li:hover > ul {
	-webkit-transform: perspective(600px) rotateX(0);
	transform: perspective(600px) rotateX(0);
	-webkit-transform-origin: 0 0 0;
	opacity: 1;
	visibility: visible;
	transition: all .7s;
}

.menu ul li ul li a {
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu ul li ul li:last-child > a {
	border-bottom: 0px;
}

.menu ul li ul li a h2 {
	font-size: 14px;
	padding: 12px 15px;
}

.menu ul li ul li ul {
	top: 0px;
	left: 100%;
}

.leftMenu > ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	background: #fff;
	width: 100%;
	border: 1px solid #e8e8e8;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.leftMenu:hover > ul {
	-webkit-transform: perspective(600px) rotateX(0);
	transform: perspective(600px) rotateX(0);
	-webkit-transform-origin: 0 0 0;
	opacity: 1;
	visibility: visible;
	transition: all .7s;
}

.menu .leftMenu ul li {
	border-bottom: 1px solid #e8e8e8;
}

.menu .leftMenu ul li:last-child {
	border-bottom: none;
}

.menu .leftMenu ul li a {
	text-align: left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font: 13px var(--light);
	color: #424448;
	padding: 2px 10px;
	position: relative;
}

.menu .leftMenu ul li a i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.menu .leftMenu ul li a .img {
	margin-right: 15px;
}

.menu > div > .leftMenu > ul > li:hover > a, .menu > div > .leftMenu > ul > li > ul > li:hover > a {
	color: #fff;
	background: #bd0068;
}

.menu .leftMenu ul li ul {
	background: #fff;
	left: 100%;
	top: 0;
}

.menu .leftMenu ul li ul li a {
	line-height: 34px;
}

/* Search */
.search {
	width: 100%;
	position: relative;
}

.search p {
	float: left;
	width: 58px;
	height: 31px;
	line-height: 35px;
	cursor: pointer;
	text-align: center;
	margin: 0px;
	color: #fff;
	font-size: 18px;
	background: var(--color-main);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 4px;
	right: 5px;
	border-radius: 4px;
}

.search input {
	width: 100%;
	height: 40px;
	float: left;
	outline: none;
	padding: 0px;
	border: 0px;
	background: #fff;
	text-indent: 20px;
	font: 13px var(--light);
	color: #97989a;
	border-radius: 4px;
}

.search input::-webkit-input-placeholder {
	font: 13px var(--light);
	color: #97989a;
}

.search input:-moz-placeholder {
	font: 13px var(--light);
	color: #97989a;
}

.search input::-moz-placeholder {
	font: 13px var(--light);
	color: #97989a;
}

.search input:-ms-input-placeholder {
	font: 13px var(--light);
	color: #97989a;
}

/* Menu RP */
.menu-res {
	display: none;
	height: 55px;
	z-index: 10;
	background: var(--color-main);
	position: relative;
	line-height: normal;
}

.menu-bar-res {
	height: 55px;
	padding: 0px 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#menu {
	display: none;
}

#hamburger {
	display: block;
	width: 45px;
	height: 23px;
	position: relative;
}

#hamburger:before, #hamburger:after, #hamburger span {
	background: #fff;
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0px;
}

#hamburger:before {
	top: 0px;
}

#hamburger span {
	top: 10px;
}

#hamburger:after {
	top: 20px;
}

#hamburger:before, #hamburger:after, #hamburger span {
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;
	-webkit-transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;
}

.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after {
	top: 10px;
}

.mm-wrapper_opening #hamburger span {
	left: -50px;
	opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
	transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
	transform: rotate(-45deg);
}

.mm-menu_opened {
	display: block !important;
}

/* Search RP */
.search-res {
	position: relative;
}

.search-res .icon-search {
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 42px;
	color: #fff;
	font-size: 17px;
	margin: 0px;
}

.search-res .icon-search.active {
	color: var(--color-main);
	background: #fff;
	border-radius: 100%;
}

.search-res .search-grid {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 0px;
	height: 40px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--color-main);
	z-index: 2;
	opacity: 0;
	border-radius: 25px;
	line-height: normal;
}

.search-res .search-grid p {
	float: left;
	width: 35px;
	height: 38px;
	cursor: pointer;
	outline: none;
	border: none;
	margin: 0px;
	font-size: 17px;
	display: block;
	color: var(--color-main);
	line-height: 40px;
	text-align: center;
}

.search-res .search-grid input {
	width: calc(100% - 35px);
	float: right;
	line-height: 38px;
	outline: none;
	border: none;
	color: var(--color-main);
}

.search-res .search-grid input::-webkit-input-placeholder {
	color: #ccc;
}

.search-res .search-grid input:-moz-placeholder {
	color: #ccc;
}

.search-res .search-grid input::-moz-placeholder {
	color: #ccc;
}

.search-res .search-grid input:-ms-input-placeholder {
	color: #ccc;
}

/* Slideshow */
.slideshow {
	position: relative;
	padding-top: 15px;
}

.leftSlider {
	position: relative;
	/*width: calc(100% - 402px);*/
	width:100%;
}

.rightSlider {
	width: 32.5%;
}

.rightSlider-scroll {
	width: 100%;
	height: 318px;
	overflow: hidden;
}

.rightSlider-scroll ul li {
	margin-bottom: 4px !important;
}

.slideshow a {
	display: block;
	cursor: pointer;
}

.slideshow a img {
	width: 100%;
}

.slideshow:hover .control-slideshow {
	opacity: 0.3;
}

.slideshow .control-slideshow:hover {
	opacity: 0.8;
}

.control-slideshow {
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: calc(50% - 50px/2);
	width: 35px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	cursor: pointer;
	margin: 0px;
	background-color: #000000;
	border-radius: 3px;
}

.control-slideshow i {
    color: #ffffff;
    position: relative;
    top: 10px;
}

.prev-slideshow {
	left: 20px;
	padding-right: 3px;
}

.next-slideshow {
	right: 20px;
	padding-left: 3px;
}

/* Breadcrumb */
.breadCrumbs {
	background-color: #F5F5F5;
}

.breadCrumbs .wrap-content {
	padding: 0.75rem 0;
	max-width: 1200px;
}

.breadCrumbs .wrap-content .breadcrumb {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	margin: 0 -15px;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
	color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item + .breadcrumb-item::before {
	content: ">";
}

/* Intro */
.wrap-intro {
	margin-bottom: 50px;
}

.left-intro, .right-intro {
	width: calc((100% - 40px) / 2);
}

.title-intro {
	margin-bottom: 2.5rem;
}

.title-intro span {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	font-size: 23px;
	padding: 0 25px 10px 25px;
	text-align: center;
	color: var(--color-main);
}

.title-intro span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0px;
	left: 0px;
	background-color: var(--color-main);
}

.left-intro .col__1 {
	width: calc(100% - 197px);
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.left-intro .col__1 .newshome-best:nth-child(2), .left-intro .col__1 .newshome-best:nth-child(3) {
	width: calc((100% - 10px) / 2);
	display: inline-block;
}

.left-intro .col__1 .newshome-best:nth-child(2) p, .left-intro .col__1 .newshome-best:nth-child(3) p {
	margin-bottom: 0;
}

.left-intro .col__2 {
	width: 187px;
}

.left-intro .col__2 .newshome-best p {
	margin-bottom: 10px;
}

.left-intro .col__1 .newshome-best:nth-child(1) {
	position: relative;
	display: block;
}

.left-intro .col__1 .newshome-best:nth-child(1) > p {
	margin-bottom: 10px;
}

.left-intro .col__1 .newshome-best .info {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 95;
	padding: 20px 20px 20px 25px;
	background: rgba(255, 255, 255, 0.7);
}

.left-intro .col__1 .newshome-best .info:before {
	content: "";
	height: calc(100% - 40px);
	width: 2px;
	background: var(--color-main);
	position: absolute;
	left: 15px;
	top: 20px;
}

.pic-newshome-best img {
	width: 100%;
}

.name-newshome {
	color: var(--color-main);
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0.25rem;
	font-weight: bold;
}

.name-newshome.text-split {
	-webkit-line-clamp: 2;
}

.desc-newshome {
	color: var(--color-black);
	margin-bottom: 0px;
	-webkit-line-clamp: 2 !important;
	font-size: 13px;
}

.video-main {
	position: relative;
	height: 298px;
	margin-bottom: 8px;
}

.video-main iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.video-main img {
	width: 100%;
	height: 298px;
}

.listvideos {
	width: 100%;
}

.listvideos a {
	cursor: pointer;
}

.video-main a, .listvideos a {
	display: block;
	position: relative;
}

.video-main a .icon-play-video, .listvideos a .icon-play-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto !important;
	height: auto !important;
}

/* Video */
.video {
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
	text-align: center;
	cursor: pointer;
}

.video:nth-child(4n+1) {
	clear: both;
}

.video:nth-child(4n) {
	margin-right: 0px;
}

.pic-video {
	position: relative;
}

.pic-video:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 35px;
	top: calc(50% - 50px/2);
	left: calc(50% - 35px/2);
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(../images/play.png);
}

.pic-video img {
	width: 100%;
}

.name-video {
	font-size: 16px;
	color: var(--color-black);
	margin-bottom: 0px;
}

/* Album */
.album {
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
	text-align: center;
	cursor: pointer;
}

.album:nth-child(4n+1) {
	clear: both;
}

.album:nth-child(4n) {
	margin-right: 0px;
}

.pic-album {
	position: relative;
}

.pic-album img {
	width: 100%;
}

.name-album {
	font-size: 16px;
	color: var(--color-black);
	margin-bottom: 0px;
}

/* Brand */
.wrap-list {
	margin-bottom: 20px;
	padding: 0px 10px;
}

.wrap-list .wrap-content {
	max-width: 1200px;
	padding: 0px;
	position: relative;
}

.list {
	display: block;
	border: 1px solid #eee;
	background: #fff;
	text-align: center;
	padding: 24px;
	margin-left: -1px;
}

.list h3 {
	margin-bottom: 0;
	font: 14px var(--light);
	color: #424448;
}

.list:hover h3 {
	color: var(--color-main);
}

.list img {
	margin: auto;
	border-radius: 50%;
}

.wrap-list .control-carousel {
	width: 35px;
    height: 35px;
    border-radius: 4px;
    border: none;
    line-height: 37px;
    top: calc(50% - 65px/2);
    color: #a9989b;
    text-align: center;
    font-size: 20px;
}

.wrap-list .prev-carousel {
	left: 3px;
}

.wrap-list .next-carousel {
	right: 3px;
}
.wrap-list .control-carousel:hover{
	background:#eaeaea ;
}
/*Quảng cáo sản phẩm*/
.wrap-slideproduct {
	margin: 20px 0;
}

.wrap-slideproduct .wrap-content {
	padding: 0 10px;
}

.wrap-slideproduct-in .wrap-content {
	padding: 0;
}

/*End quảng cáo sản phẩm*/

/*Sản phẩm sale*/
.wrap-productSale .wrap-content {
	background: #fff;
	padding: 35px 0;
	max-width: 1200px;
}

.notifi_time {
	padding: 0 20px 0 35px;
	margin-bottom: 25px;
}

.notifi_time #clock {
	background: url(../images/icon-title-sale.png) no-repeat left center;
	padding-left: 172px;
	display: flex;
	align-items: center;
	min-height: 32px;
}
.start-at{font-size:18px;font-weight:bold;}
.notifi_time #clock ul {
	margin: -8px 0 0 10px;
	list-style: none;
	display: flex;
	align-items: center;
	padding-left: 0;
}

.notifi_time #clock ul li {
	background: #0e0e0e;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin: 0 2px;
	border-radius: 4px;
	padding: 0 5px;
}

.notifi_time a {
	font: 13px var(--light);
	color: #333;
}

/*End sản phẩm sale*/

/* Sản Phẩm */
.wrap-main-col .row {
	margin: 0 -10px;
}

.boxproduct .col__1 {
	width: 350px;
}

.boxproduct .col__2 {
	width: calc(100% - 350px);
}

.wrap-main-col .product {
	margin: 0 !important;
	width: 100% !important;
	padding: 0 10px;
	margin-bottom: 10px !important;
}

.boxMainProductList {
	position: relative;
}

.wrap-product {
	padding-top: 10px;
}

.product {
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
}

.product:nth-child(4n) {
	margin-right: 0px;
}

.product .box-product {
	border: 1px solid #f4f4f4;
	background: #fff;
	margin-bottom: 20px;
	padding: 8px 8px 15px 8px;
	transition: all 0.4s;
}

.product .box-product:hover {
	border-color: var(--color-main);
}

.box-product {
	position: relative;
	display: block;
}

.box-product .info {
	padding: 5px 15px;
}

.pic-product {
	background: #fff;
	padding: 8px;
	border: 1px solid #f8f8f8;
	position: relative;
	margin-bottom: 15px;
	transition: all 0.4s;
}

.pic-product:hover {
	border-color: var(--color-main);
}

.product .pic-product {
	border: 1px solid transparent;
	padding: 0;
	overflow:initial;
}

.pic-product img {
	width: 100%;
}
.icon-tick{
	position: absolute;
	left: 0;
	top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;	
}
.icon-tick .tick-new-selling{
	
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.9375rem;
    font-size: .5625rem;
    line-height: .6875rem;
    font-weight: 500;
    padding: 0 4px;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    background: currentColor;
    left: -0.1875rem;
    height: 1rem;
    font-size: .75rem;
    line-height: .875rem;
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;	
	    color: rgb(255 0 139);
}
.icon-tick .tick-new-selling:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -0.1875rem;
    border-top: 0.1875rem solid;
    border-left: 0.1875rem solid transparent;
    filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter);
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}
.icon-tick .tick-new-selling .name-tick {
    color:#fff;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0.875rem;
    width: 1.75rem;
    position: relative;
}
.ProPercent {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/icon-sale.png) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	width: 60px;
	height: 65px;
	z-index: 9;
	font-weight: bold;
	font-size: 15px;
	color: #e10013;
	text-transform: uppercase;
	padding: 8px 5px;
	line-height: 18px;
}
.boxProductTop .ProPercent {width: 50px;height: 55px;font-size: 14px;}
.ProPercent span {
	display: block;
	color: #fff;
	font-size: 14px;
}

.color-product {
	margin: 6px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.color-product span {
	display: inline-block;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    padding: 2px;
    text-align: center;
    position: relative;
    z-index: 9;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    transition: all 0.4s;
}
.color-product span:hover{
	border-color:var(--color-main);
}
.color-product span.icon-color-images img{
	border-radius: 50%;
}
.name-product, .name-product a {
	color: var(--color-black);
	font-size: 13px;
	text-align: center;
	min-height: 30px;
	line-height: 1.4;
}

.name-product:hover, .name-product a:hover {
	color: var(--color-main);
}

.name-product.text-split {
	-webkit-line-clamp: 2;
}

.wrap-sale .name-product.text-split {
	-webkit-line-clamp: 1;
	min-height: initial;
}

.wrap-sale .product .box-product {
	margin-bottom: 10px;
}

.price-product {
	margin-bottom: 0px;
	text-align: center;
}

.price-product span {
	font-weight: 700;
}

.price-new {
	font-size: 18px;
	font-weight: 500;
	color: var(--color-main);
}

.productsale .price-new {
	font-size: 27px;
	font-weight: normal;
}

.price-old {
	padding-right: 10px;
	font-size: 14px;
	color: #999999;
	text-decoration: line-through;
	font-weight: normal !important;
}

.bar-selled {
	width: 100%;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 25px;
	border-radius: 35px;
	color: #fff;
	position: relative;
	overflow: hidden;
	margin-top: 12px;
}

.bar-selled span:last-child {
	position: relative;
}

.pro-bar, .pro-bar-per {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-radius: 35px;
	background: var(--color-main);
}

.pro-bar {
	opacity: .4;
	width: 100%;
}

.pro-bar-per {
	opacity: 1;
}

.product.product-goiy .box-product {
	background: transparent;
	border: none;
	padding: 0;
}

.product.product-goiy .box-product .pic-product {
	padding: 8px;
	border: 1px solid #d8d8d8;
	background: transparent;
}

.product.product-goiy:hover .box-product .pic-product {
	border-color: var(--color-main);
}

.product.product-goiy .box-product .price-product {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.product.product-goiy .box-product .price-product span {
	font-size: 27px;
	font-weight: 500 !important;
}

.product.product-goiy .box-product .price-product span:last-child, .dabanHome {
	color: #333;
	font: 14px var(--light) !important;
}

.wrap-main-col .owl-productList {
	margin: 0;
}

.wrap-main-col .owl-productList .product.product-main {
	padding: 0;
}

.product.product-main .price-product, .product.product-main .info-product {
	position: relative;
}

.product.product-main .box-product {
	border-color: #d8d8d8;
	background: transparent;
	margin-bottom: 0;
}

.product.product-main:hover .box-product {
	border-color: var(--color-main);
}

.product.product-main .box-product .info {
	padding: 0 5px;
}

.product.product-main .price-product .price-new {
	font-size: 18px;
	font-weight: normal;
}

.icon-vc {
	width: 31px;
	background: url(../images/icon-ship.png) no-repeat;
	right: 0;
	height: 15px;
	display: none !important;
}

.product.product-main .info-product span:last-child {
	color: #333;
	font: 13px var(--light);
	margin-left: 10px;
}

.cmt-star img {
	vertical-align: middle;
	margin: 0 1px;
}

.icon-like {
	width: 14px;
	background: url(../images/icon-heart.png) no-repeat;
	left: 0;
	height: 12px;
}

.icon-like.active {
	background: url(../images/icon-act-heart.png) no-repeat center;
}

.icon-vc, .icon-like {
	transform: translateY(-50%);
	display: inline-block;
	position: absolute;
	top: 50%;
}
.btn-main .owl-nav button.owl-prev span,.btn-main .owl-nav button.owl-next span,.wrap-product.wrap-main-col .owl-productList .owl-nav button.owl-prev span, .wrap-product.wrap-main-col .owl-productList .owl-nav button.owl-next span, .owl-feedback .owl-nav button.owl-prev span, .owl-feedback .owl-nav button.owl-next span {
	display: none;
}

.btn-main .owl-nav button.owl-prev, .btn-main .owl-nav button.owl-next,.wrap-product.wrap-main-col .owl-productList .owl-nav button.owl-prev, .wrap-product.wrap-main-col .owl-productList .owl-nav button.owl-next, .owl-feedback .owl-nav button.owl-prev, .owl-feedback .owl-nav button.owl-next {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: auto;
	border-radius: unset;
	color: #a9989b;
	outline: none;
	position: absolute;
	top: 40%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 20px;
	transition: all 0.4s;
	border-radius: 4px;
}

.btn-main .owl-nav button.owl-prev,.wrap-product.wrap-main-col .owl-productList .owl-nav button.owl-prev, .owl-feedback .owl-nav button.owl-prev {
	left:10px;
}

.btn-main .owl-nav button.owl-prev:before,.wrap-product.wrap-main-col .owl-productList .owl-nav button.owl-prev:before, .owl-feedback .owl-nav button.owl-prev:before {
	content: "\f053";
}

.btn-main .owl-nav button.owl-next,.wrap-product.wrap-main-col .owl-productList .owl-nav button.owl-next, .owl-feedback .owl-nav button.owl-next {
	right:10px;
}

.btn-main .owl-nav button.owl-next:before,.wrap-product.wrap-main-col .owl-productList .owl-nav button.owl-next:before, .owl-feedback .owl-nav button.owl-next:before {
	content: "\f054";
}

.btn-main .owl-nav button.owl-prev:hover,.btn-main .owl-nav button.owl-prev:hover,.wrap-product.wrap-main-col .owl-productList .owl-nav button.owl-prev:hover, .owl-feedback .owl-nav button.owl-prev:hover, .owl-feedback .owl-nav button.owl-next:hover, .wrap-product.wrap-main-col .owl-productList .owl-nav button.owl-next:hover {
	background:#eaeaea;
}

.wrap-product.wrap-main-col .owl-theme .owl-nav {
	margin: auto;
}

.btn-product a {
	display: inline-block;
	padding: 7px 20px;
	border-radius: 2px;
	text-transform: uppercase;
	color: #fff;
	background: var(--color-main);
	font-weight: 600;
	text-decoration: none !important;
	transition: all 0.4s;
}

.btn-product a:hover {
	background: var(--red);
}

.quick-views {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 28px;
	height: 28px;
	background-color: var(--color-main);
	color: #fff;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	border-radius: 50%;
}
.quick-views i{line-height:30px;}
.owl-feedback .owl-nav button.owl-prev, .owl-feedback .owl-nav button.owl-next {
	top: 43%;
}

/*Sản phẩm In*/
.boxleftFilter {
	margin-bottom: 20px;
}

.title-dm {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.title-dm i {
	font-size: 15px;
}

.title-left span {
	text-transform: capitalize;
	font-size: 14px;
}

.boxleftFilter ul {
	padding-left: 0;
	list-style: none;
}

.boxleftFilter.category > ul > li > a {
	font-weight: bold;
	color: var(--color-main) !important;
}

.boxleftFilter.category > ul > li > ul > li {
	padding-left: 10px;
}

.boxleftFilter.category ul li a {
	font-size: 13px;
	color: #333;
	display: block;
	margin-bottom: 5px;
	text-decoration: none !important;
}

.ul-filter {
	padding-left: 0;
	margin: 0px;
}

.ul-filter.ul-filter-mausac li span {
	color: transparent;
	font-size: 0;
}

.ul-filter.ul-filter-mausac li span strong {
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid #000;
	border-radius: 50%;
}

.ul-filter li {
	cursor: pointer;
	margin-bottom: 10px;
}

.ul-filter li:last-child {
	border-bottom: none;
}

.ul-filter li span {
	text-transform: capitalize;
	font-size: 13px;
	display: block;
	padding-left: 25px;
	position: relative;
}

.ul-filter li span:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	border: 1px solid rgba(0, 0, 0, .26);
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .05);
	background: #f8f8f8;
}

.ul-filter-kg li span:before {
	border-radius: 100%;
}

.ul-filter li span:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 9px;
	height: 9px;
	background-image: url(../images/checkloc.png);
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

.ul-filter-kg li span:after {
	border-radius: 100%;
	background-image: none;
	background-color: #AF000E;
}

.ul-filter li.active span:after {
	display: block;
}

.line-price {
	height: 1px;
	width: 10px;
	background: #bdbdbd;
}

.inptuPrice {
	padding: 1px 2px;
	width: calc((100% - 30px) / 2);
	height: 30px;
	border: 1px solid rgba(0, 0, 0, .26);
	background-color: #fff;
	text-transform: uppercase;
	border-radius: .125rem;
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .05);
	font-size: .75rem;
}

.apdungPrice, .delAll {
	display: block;
	text-align: center;
	height: 30px;
	margin: 1.25rem 0 0;
	text-transform: uppercase;
	font-weight: 400;
	width: 100%;
	background: var(--color-main);
	box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, .05);
	color: #fff !important;
	border-radius: 2px;
	outline: none;
	cursor: pointer;
	border: none;
}

.delAll {
	line-height: 30px;
	text-decoration: none !important;
}

.ul-filter.ul-filter-star li span:before {
	display: none;
}

.ul-filter.ul-filter-star li span {
	color: #FFBC1B;
	padding-left: 0;
}

.ul-filter.ul-filter-star li span i {
	display: inline-block;
	margin-right: 5px;
}

.boxSort {
	background: #EDEDED;
	padding: 10px;
	margin-bottom: 15px;
}

.boxSort>ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.boxSort>ul>li {
	padding: 6px 10px;
	text-transform: capitalize;
	background: #fff;
	cursor: pointer;
	margin-left: 10px;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .02);
}

.boxSort>ul>li.active, .sort-by-price > ul > li.active {
	background: var(--color-main);
	color: #fff;
}

.sort-by-price {
	position: relative;
}

.sort-by-price span {
	padding: 6px 10px;
	text-transform: capitalize;
	background: #fff;
	cursor: pointer;
	margin-left: 10px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 196px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.sort-by-price span i {
	font-size: 18px;
}

.sort-by-price > ul {
	position: absolute;
	left: 10px;
	top: 100%;
	background: #fff;
	border-radius: 3px;
	z-index: 999;
	list-style: none;
	padding: 0;
	margin: 0;
	width: calc(100% - 10px);
	box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, .1);
	display: none;
}

.sort-by-price > ul > li {
	padding: 5px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	text-transform: capitalize;
	cursor: pointer;
}

.sort-by-price > ul > li:last-child {
	border-bottom: none;
}

.sort-by-price:hover > ul {
	display: block;
}

/*End sản phẩm In*/

/* Sản Phẩm Detail */
.wrap-product-detail {
	margin-top: 0;
}
.wrap-product-detail .grid-pro-detail {
	    align-content: space-between;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.grid-pro-detail {
	margin-bottom: 1.25rem;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
}

.left-pro-detail {
	position: relative;
	text-align: center;
	background: white;
	padding-top: 15px;
	padding-bottom: 15px;
}

.right-pro-detail {
	padding-top: 15px;
	padding-bottom: 15px;
}

.left-pro-detail .slick-prev {
	left: 10px;
}

.left-pro-detail .slick-next {
	right: 10px;
}

.left-pro-detail .slick-prev, .left-pro-detail .slick-next {
	width: 35px;
	height: 35px;
	background:transparent;
	transition: all 0.4s;
	border-radius: 4px;
	color: #a9989b;
}

.left-pro-detail .slick-prev:hover, .left-pro-detail .slick-next:hover {
	background:#eaeaea;
}

.left-pro-detail .slick-prev:before, .left-pro-detail .slick-next:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #a9989b;
}

.left-pro-detail .slick-prev:before {
	content: "\f053";
}

.left-pro-detail .slick-next:before {
	content: "\f054";
}

.gallery-thumb-pro {
	position: relative;
	margin-top: 10px;
}

.left-pro-detail .gallery-thumb-pro .prev-slick-thumb-pro {
	left: 0;
}

.left-pro-detail .gallery-thumb-pro .next-slick-thumb-pro {
	right: 0;
}

.left-pro-detail .gallery-thumb-pro .prev-slick-thumb-pro, .left-pro-detail .gallery-thumb-pro .next-slick-thumb-pro {
	background-color:transparent;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color:#a9989b;
	border: none;
	top: calc(50% - 30px/2);
	cursor: pointer;
	position: absolute;
	opacity: 1 !important;
	z-index: 99;
	border-radius: 4px;
}
.left-pro-detail .gallery-thumb-pro .prev-slick-thumb-pro:hover, .left-pro-detail .gallery-thumb-pro .next-slick-thumb-pro:hover{
	background: #eaeaea;
}
.slick-thumb-pro {
	margin: 0 -3px;
}

.slick-thumb-pro a {
	margin: 0 3px;
}

.thumb-pro-detail {
	display: block !important;
	cursor: pointer;
	position: relative;
}

.thumb-pro-detail .iconPlay {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
	border-color: #cecfd2;
}

.thumb-pro-detail img {
	box-shadow: none !important;
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.boxvideoproductdetail {
	position: relative;
}

.boxvideoproductdetail a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.title-pro-detail {
	text-transform: capitalize;
	font-size: 1.25rem;
	display: block;
	font-weight: 500;
	color: rgba(0, 0, 0, .8);
}

.social-plugin-pro-detail {
	margin-bottom: 1rem;
	margin-top: 0px !important;
}

.attr-pro-detail {
	list-style: none;
	padding: 0px;
}

.attr-pro-detail li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 12px;
	color: #222;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.attr-pro-detail li.time-flas-sale {
	width: 62%;
}

.attr-label-pro-detail {
	margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
	color: #757575;
	width: 110px;
	text-transform: capitalize;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.attr-content-pro-detail {
	display: inline-block;
	margin-bottom: 0px;
}

.attr-content-pro-detail.vanchuyenpro {
	background: url(../images/icon-ship.png) no-repeat left center;
	padding-left: 41px;
	color: #222;
}

.attr-content-pro-detail.loadPrice {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 15px 20px;
	background: #fafafa;
	width: 100%;
}

.price-new-pro-detail {
	font-size: 1.875rem;
	font-weight: 500;
	color: var(--color-main);
}

.price-old-pro-detail {
	font-size: 1rem;
	text-decoration: line-through;
	color: #929292;
	margin-right: 10px;
}

.price-sale-pro-detail {
	font-size: .75rem;
	color: #fff;
	text-transform: uppercase;
	background: var(--color-main);
	border-radius: 2px;
	padding: 2px 4px;
	font-weight: 600;
	line-height: 1;
	margin-left: 15px;
	white-space: nowrap;
}

.color-pro-detail, .size-pro-detail {
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-width: 80px;
	margin: 0px 0px 3px 0px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, .09);
	background: #fff;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
	padding: 0 5px;
}

.attr-content-pro-detail-color {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.color-pro-detail {
	border: none;
	padding: 0;
    position: relative;
    width: 26px;
    height: 26px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-right: 5px;
}

.size-pro-detail.active, .color-pro-detail.active {
	border: 1px solid #e5101d;
	color: #e5101d;
}

.color-pro-detail.active:before, .size-pro-detail.active:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	z-index: 1;
	background-image: url(../images/check-cart.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.color-pro-detail span {
	border:1px solid #e4e4e4;
	position: absolute;
	width: 26px;
	height: 26px;
	top: 50%;
	left: 5px;
	border-radius: 50%;
	transform: translateY(-50%);
	padding: 2px;
	transition: all 0.4s;
}
.color-pro-detail:hover span:nth-child(2){
    border-color: var(--color-main) !important;
}
.color-pro-detail span img{
	border-radius: 50%;
}

.color-pro-detail span:nth-child(3) {
	border: none;
	border-radius: unset;
	width: inherit;
	text-align: left;
	position: static;
	transform: none;
	display: block;
	white-space: nowrap;
	height: initial;
	padding-left: 32px;
}

.color-pro-detail.removeAttr, .size-pro-detail.removeAttr {
	opacity: 0.7;
}

.color-pro-detail input[type=radio] {
	outline: none;
	-webkit-appearance: none;
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	z-index: 99;
	cursor: pointer;
	left:0;
}

.size-pro-detail input[type=radio] {
	outline: none;
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	border: 0px;
	top: 0px;
	left: 0px;
}

a[data-fancybox="quydoi"] {
	text-transform: capitalize;
	cursor: pointer;
	color: #05a;
}

.attr-content-pro-detail .soluong-conlai {
	color: #757575;
	margin-left: 15px;
	white-space: nowrap;
}

.quantity-pro-detail {
	width: 100%;
	max-width: 110px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}

.quantity-pro-detail span {
	line-height: 25px;
	padding: 0px;
	width: 30px;
	height: 30px;
	color: #5f5f5f;
	cursor: pointer;
	font-size: 22px;
	border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
	border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
	border-right: 0px;
}

.quantity-pro-detail input {
	height: 30px;
	border: 1px solid #cccccc;
	width: calc(100% - 60px);
	text-align: center;
	font-size: 14px;
	padding: 5px;
}

.tieuchi-product-detail {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin-top: 30px;
	padding: 10px 0;
	align-items: stretch !important;
}
.wrap-home .tieuchi-product-detail{
	    margin-top: 0;
    margin-bottom: 10px;
}

.money-procart .tieuchi-product-detail {
	margin-top: 0;
	padding: 10px 0;
	border: none;
}

.tieuchi-product-detail li {
	width: calc((100% - 20px) / 3);
	margin-bottom: 5px;
	border: 1px solid rgba(0, 0, 0, .09);
	border-radius: 3px;
	padding: 10px;
}

.money-procart .tieuchi-product-detail li {
	margin-bottom: 0;
	width: calc((100% - 20px) / 3);
}

.money-procart .tieuchi-product-detail li a span.text-split {
	-webkit-line-clamp: 2;
}

.wrap-cart .money-procart .tieuchi-product-detail li, .bg-white.tieuchi-product-detail li {
	width: calc((100% - 50px) / 6);
	margin-bottom: 0;
}
.fee-ship label:nth-child(1){margin-right:15px;}
.tieuchi-product-detail li a {
	font-size: 1rem;
	color: #4a4a4a;
	align-items: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none !important;
	flex-wrap: wrap;
	text-align: center;
}

.tieuchi-product-detail li a:hover {
	color: var(--color-main);
}

.tieuchi-product-detail li a span {
	display: block;
}

.tieuchi-product-detail li a span.img {
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
}

.tieuchi-product-detail li a span.text-split {
	display: block;
	width: 100%;
}

.cart-pro-detail {
	margin-bottom: 1rem;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}

#popup-notify .modal-dialog{top:30%;}
#popup-notify .modal-header{display:none !important;}
.modal-body{text-align:center;}
#popup .modal-dialog{max-width:620px;}
#popup .modal-header{
	position: absolute;
    z-index: 1111;
    width: 100%;
    left: 0;
    right: 0;
	display: block;
	border:none;
}
#popup .modal-title{    text-align: center;font-size: 22px; font-weight: bold;font-family: 'Merriweather';}
#popup .modal-header .close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #ff008b;
    opacity: 1;
    text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 3px #fff;
}
.btn-register-promotion{
	cursor:pointer;
	color: #fff !important;
    padding: 10px 20px;
    background: #D50070;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'open_sansregular';
    max-width: 250px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
}
.btn-register-promotion:hover{background: #ff008b;text-decoration:none;}
.cart-pro-detail a {
	width: auto;
	text-align: center;
	color: #fff;
	padding: 8px 15px;
	text-transform: uppercase;
	border-radius: 3px;
}

.cart-pro-detail a.addnow {
	margin-right: 15px;
	min-width: 11.25rem;
	padding: 0 .75rem;
	font-size: 14px;
	max-width: 250px;
	border-radius: 2px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: capitalize;
	outline: 0;
	cursor: pointer;
	background-color: rgba(208, 1, 27, .08);
	border-color: var(--color-main);
	color: var(--color-main);
	border: 1px solid var(--color-main);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .03);
	height: 48px;
}

.cart-pro-detail a.buynow {
	margin-right: 15px;
	min-width: 11.25rem;
	padding: 0 .75rem;
	font-size: 14px;
	max-width: 250px;
	line-height: 48px;
	cursor: pointer;
	background: var(--color-main);
	box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, .05);
	color: #fff !important;
}

.cart-pro-detail a.addnow:hover {
	background-color: rgba(208, 1, 27, .12);
}

.cart-pro-detail a.buynow:hover {
	background-color: #d41830;
}

.cart-pro-detail a i {
	color: var(--color-main) !important;
	margin-right: 10px;
	font-size: 1.25rem;
	display: inline-block;
	width: 1em;
	height: 1em;
}

.cart-pro-detail a.no-cart {
	color: rgba(0, 0, 0, .26) !important;
	cursor: not-allowed;
	border: 1px solid rgba(0, 0, 0, .09) !important;
	background: #fff !important;
}

.cart-pro-detail a.no-cart i {
	color: rgba(0, 0, 0, .26) !important;
}

.left-bottom-pro-detail {
	width: calc(100% - 245px);
}

.right-bottom-pro-detail {
	width: 230px;
	background: #fff;
}

.grid-pro-detail-sale, .detail-product, .comment-product-detail {
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
}

.title-product-detail-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color: rgba(0, 0, 0, .87);
	font-size: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.title-product-detail-main a {
	font-size: 15px;
	color: var(--color-main);
}
.mota-product-detail img{max-width:100% !important;max-height:100% !important;}

.owl-productDetailSale .product.product-main .box-product {
	padding: 0;
	border: none !important;
	margin: 0;
}

.owl-productDetailSale .product.product-main .name-product {
	text-align: left;
}

.owl-productDetailSale .product.product-main .price-product .price-new {
	font-size: 14px;
}

.title-top-product {
	color: rgba(0, 0, 0, .4);
	text-transform: capitalize;
	padding: 20px 20px 0 20px;
}

.right-bottom-pro-detail .product.product-main {
	margin: 0;
	padding: 20px;
}

.right-bottom-pro-detail .product.product-main:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.right-bottom-pro-detail .product.product-main .box-product {
	padding: 0;
	border: none;
	margin-bottom: 0;
}

.box-product-rela {
	margin-top: 20px;
}

.box-product-rela .title-product-detail-main {
	margin-bottom: 10px;
	color: rgba(0, 0, 0, .54);
	text-transform: uppercase;
}

.box-product-rela .title-product-detail-main a {
	text-transform: initial;
}

.box-product-rela .content-main {
	position: relative;
}

.box-product-rela .product.product-main {
	background: #fff;
	box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, .1);
	border-radius: .125rem;
}

.box-product-rela .product.product-main .box-product {
	padding: 0;
	border: none !important;
	margin: 0;
}

.box-product-rela .product.product-main .name-product {
	text-align: left;
}

.box-product-rela .product.product-main .box-product .info {
	padding: 10px;
}

.box-product-rela .product.product-main .price-product {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box-product-rela .product.product-main .price-product .price-new {
	font-size: 15px;
}

.box-product-rela .product.product-main .price-product span:last-child {
	font-size: .75rem;
	color: rgba(0, 0, 0, .54);
	font-weight: normal;
}

.box-product-rela .control-carousel {
	width: 35px;
    height: 35px;
    line-height: 35px;
    color: #a9989b;
    top: 25%;
    font-size: 20px;
    transition: all 0.4s;
    border-radius: 4px;
    background: transparent;
    border:none;
}

.box-product-rela .control-carousel:hover {
	background: #eaeaea;
}

.box-product-rela .prev-carousel {
	left: 3px;
}

.box-product-rela .next-carousel {
	right: 3px;
}

.title-product-detail {
	background: rgba(0, 0, 0, .02);
	color: rgba(0, 0, 0, .87);
	font-size: 1.125rem;
	padding: .875rem;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.item-category {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.125rem;
	text-transform: capitalize;
}

.item-category > span {
	color: rgba(0, 0, 0, .4);
	font-size: .875rem;
	width: 6.25rem;
	margin-right: 2.5rem;
}

.item-category .breadcrumb {
	padding: 0;
	background: transparent;
	margin-bottom: 0;
}

.item-category .breadcrumb-item + .breadcrumb-item::before {
	content: ">";
}

.item-category a {
	color: #05a;
	font-size: .875rem
}

.social-product > span {
	font-size: 16px;
	color: #222;
	margin-right: 8px;
}

.social-product ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.social-product ul li button {
	padding: 0;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 23px;
	font-size: 15px;
	text-align: center;
	outline: none;
	margin-right: 5px;
	border: none;
}

.social-product ul li button[data-sharer="facebook"] {
	background: #3B5999;
}

.social-product ul li button[data-sharer="googleplus"] {
	background: #DD5044;
}

.social-product ul li button[data-sharer="pinterest"] {
	background: #DE0217;
}

.social-product ul li button[data-sharer="twitter"] {
	background: #10C2FF;
}

.social-product {
	padding: 0 30px;
}

.like-product {
	border-left: 1px solid rgba(0, 0, 0, .09);
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	color: #222;
	cursor: pointer;
}

.like-product .icon {
	color: #D41830;
	font-size: 23px;
	vertical-align: middle;
	margin-right: 4px;
}

.item-comment-roll {
	cursor: pointer;
}

.item-comment-roll .total-start {
	font-size: 1rem;
	margin-right: 5px;
	padding-bottom: 1px;
	color: var(--color-main);
	display: inline-block;
	text-align: center;
}

.item-comment-roll .number-start i {
	color: var(--color-main);
}

.item-comment-roll:nth-child(2), .item-comment-roll:nth-child(3) {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 15px;
	border-right: 1px solid rgba(0, 0, 0, .14);
	font-size: .875rem;
	color: #767676;
	text-transform: capitalize;
}

.item-comment-roll:nth-child(3) {
	border-right: none;
}

.item-comment-roll:nth-child(2) .total-comment, .item-comment-roll:nth-child(3) span {
	font-size: 1rem;
	color: #222;
	margin-right: 5px;
	padding-bottom: 1px;
}

.time-flas-sale {
	background: var(--color-main);
	padding: 10px !important;
	color: #fff !important;
	text-transform: uppercase;
}

.inClock i {
	font-size: 22px;
	margin-right: 10px;
}

.inClock #clock  ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.inClock #clock li {
	background: #0e0e0e;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	margin: 0 2px;
	border-radius: 4px;
	padding: 0 5px;
}

/*Comment product*/
.boxinfocomment {
	background-color: #fffbf8;
	min-height: 5rem;
	border: 1px solid #f9ede5;
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.875rem;
}

.boxinfocomment .leftInfo {
	text-align: center;
	margin-right: 1.875rem;
}

.boxinfocomment .product-rating-overview__filters {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: .9375rem;
}

.boxinfocomment .product-rating-overview__score-wrapper {
	color: var(--color-main);
	font-size: 1.125rem;
}

.boxinfocomment .product-rating-overview__rating-score {
	font-size: 1.875rem;
}

.boxinfocomment .product-rating-overview__stars {
	color: var(--color-main);
	font-size: 18px;
}

.boxinfocomment .product-rating-overview__filter {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 2rem;
	line-height: 2rem;
	min-width: 6.25rem;
	text-align: center;
	padding: 0 .625rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .09);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-right: .5rem;
	text-decoration: none;
	color: rgba(0, 0, 0, .8);
	text-transform: capitalize;
	border-radius: 2px;
	margin-bottom: .3125rem;
	margin-top: .3125rem;
}

.boxinfocomment .product-rating-overview__filter.active {
	border-color: var(--color-main);
	fill: var(--color-main);
	color: var(--color-main);
}

#comment_son {
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#rating, .rating-cm {
	border: none;
	float: left;
}

#rating>input, .rating-cm>input {
	display: none;
}

#rating>label:before, .rating-cm>label:before {
	margin: 5px;
	font-size: 1.25em;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	content: "\f005";
}

#rating>.half:before {
	content: "\f089";
	position: absolute;
}

#rating>label {
	color: #ddd;
	float: right;
}

#rating>input[name='rating']:checked~label, #rating:not(:checked)>label:hover, #rating:not(:checked)>label:hover~label {
	color: var(--color-main);
}

#rating>input[name='rating']:checked+label:hover, #rating>input[name='rating']:checked~label:hover, #rating>label:hover~input[name='rating']:checked~label, #rating>input[name='rating']:checked~label:hover~label {
	color: var(--color-main);
}

.rating-cm > .half:before {
	content: "\f089";
	position: absolute;
}

.rating-cm label.active {
	color: var(--color-main);
}

.rating-cm>label {
	color: #ddd;
	float: right;
}

.rating-cm {
	vertical-align: middle;
	margin-top: -7px;
	margin-left: 10px;
}

.boxconment .attach {
	font-size: 14px;
	color: #666;
	cursor: pointer;
	border: 0;
	display: inline-block;
}

.btnaddphoto > a {
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #dadada;
	text-decoration: none;
}

i.icondetailV3-atchimg {
	background-position: -80px -25px;
	width: 18px;
	height: 16px;
	float: left;
	margin: 0 5px;
	background-image: url(../images/commentmobile@2x.png);
	background-repeat: no-repeat;
	background-size: 270px 128px;
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;
}

.attach span {
	float: left;
	color: #4a90e2;
	text-align: center;
}

#comment_body, #comment_body2 {
	resize: none;
	border-bottom-left-radius: unset;
	border-bottom-right-radius: unset;
}

.box-btn-comment {
	border: 1px solid #ced4da;
	border-top: none;
	padding: 5px;
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.btn-commnent {
	background: var(--color-main);
	border-color: var(--color-main);
}

#submit_button .btn-primary {
	padding: 5px 25px;
	height: 32px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	background: var(--color-main);
	border-color: var(--color-main);
	margin: 0;
	outline: none !important;
}
.reply {display:none !important;}
.img-comment img.avt-admin{display:none;}
.reply-form .img-comment img.avt-admin{display:block;}
.reply-form .img-comment img.avt-custom{display:none;}
.title-comment {
	width: 25px;
	height: 25px;
	background: #ddd;
	margin-right: 7px;
	text-align: center;
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 26px;
	font-weight: 600;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .2);
}

.boxconment ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.showcoment > ul >.comment {
	margin-top: 15px;
}
.reply{ color: #d50070;text-decoration: none;}
.boxconment ul ul.reply-form a.reply {
	position: absolute;
    right: 0;
	top: 0;
	    color: #d50070;
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
}

.timestamp {
	display: inline-block;
	font-size: 13px;
	color: #999;
	position: relative;
	padding: 5px 5px 0 5px;
}

.boxconment .img-comment {
	width: 23px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 7px;
}

.boxconment ul ul {
	display: block;
	position: relative;
	margin: 10px 0 0 0;
	padding: 10px 15px 0 12px;
	clear: both;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	background: #f8f8f8;
	border: 1px solid #dfdfdf;
}
.boxconment ul ul.reply-form{margin-left:15px;}

.boxconment ul ul:after, .boxconment ul ul:before {
	top: -20px;
	left: 18px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.boxconment ul ul:before {
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #f8f8f8;
	border-width: 11px;
	margin-left: -11px;
	z-index: 1;
}

.boxconment ul ul:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #dfdfdf;
	border-width: 10px;
	margin-left: -10px;
}

.boxconment .start-comment {
	color: var(--color-main);
}
.comment-body p{margin-bottom:0;}
.left-info-comment{ width: calc(100% - 50px);}
.left-info-comment .aut {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

.left-info-comment .aut b {
	font-size: 16px;
}

.left-info-comment .aut>span {
	background: #f1c40f;
	border-radius: 2px;
	padding: 2px 5px;
	line-height: normal;
	border: 1px solid #f1c40f;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	display: inline-block;
	margin: 0 0 0 10px;
}

/*End comment product*/

/* Toc */
.box-readmore {
	padding: 8px 15px;
	border: 1px solid #dedede;
	margin-bottom: 2rem;
	border-radius: 5px;
	background-color: #eeeeee;
}

.box-readmore li ul>li {
	margin: 0;
	margin-bottom: 8px
}

.box-readmore li ul>li:before {
	content: counters(item, ".") " "
}

.box-readmore ul {
	list-style-type: none;
	counter-reset: item;
	margin-bottom: 0px;
	padding-left: 0px !important;
	margin-top: 8px;
}

.box-readmore ul li {
	display: table;
	counter-increment: item;
	margin-bottom: 5px
}

.box-readmore ul li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 5px
}

.box-readmore ul li a {
	color: #333333;
	cursor: pointer;
	font-weight: 600;
}

.box-readmore ul li a:hover {
	color: #767676;
}

/* Bài viết */
.news {
	width: 49%;
	float: left;
	margin-bottom: 25px;
	display: block;
}

.news:nth-child(2n) {
	float: right;
}

.news:nth-child(2n+1) {
	clear: both;
}

.pic-news {
	float: left;
	margin-right: 4%;
	width: 36%;
}

.pic-news img {
	width: 100%;
}

.info-news {
	float: left;
	width: 60%;
}

.name-news {
	color: #333;
	font-size: 16px;
	display: block;
	line-height: normal;
	margin-bottom: 5px;
}

.name-news:hover {
	color: var(--color-main);
}

.time-news {
	color: var(--color-gray);
	margin-bottom: 0.25rem;
}

.desc-news {
	color: #333333;
	margin-top: 5px;
	line-height: 22px;
}

.share {
	padding: 17px 10px 10px 10px;
	line-height: normal;
	background: rgba(128, 128, 128, 0.15);
	margin-top: 15px;
	border-radius: 5px;
}

.share b {
	display: block;
	margin-bottom: 5px;
}

.othernews b {
	margin-bottom: 10px;
}

.list-news-other {
	padding-left: 17px;
	list-style: square;
}

.list-news-other li {
	margin-bottom: 2px;
}

.list-news-other li a {
	text-transform: none;
	color: #333333;
}

.list-news-other li a:hover {
	color: var(--color-main);
}

/* Contact */
.top-contact {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}

.top-contact .article-contact {
	width: 48%;
}

.form-contact {
	width: 47%;
}

.input-contact {
	position: relative;
	margin-bottom: 15px;
}

.input-contact input, .input-contact textarea {
	width: 100%;
	padding: 0px;
	outline: none;
	font-size: 14px;
}

.input-contact input {
	text-indent: 10px;
}

.input-contact textarea {
	resize: none;
	height: 150px;
	padding: 10px;
}

.input-contact .custom-file-label::after {
	content: attr(title);
}

.bottom-contact {
	position: relative;
	height: 500px;
}

.bottom-contact iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
}

.item-feedback img{border:1px solid var(--color-main);}

/* Footer */
.footer-article {
	background-color: #ebebeb;
}

.footer-news-top .info-footer {
	max-width: 230px;
}

.footer-news-top .info-footer p {
	margin-bottom: 2px;
}

.footer-article .wrap-content {
	padding: 35px 10px;
}

.title-footer {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0.75rem;
	font-weight: 700;
}

.footer-news-top .col-6:first-child {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footer-ul li {
	margin-bottom: 5px;
}

.footer-ul li:last-child {
	margin-bottom: 0px;
}

.footer-ul li a, .chinhsach li a {
	color: var(--color-black);
	font-size: 13px;
}

.chinhsach ul {
	padding-left: 0;
	list-style: none;
}

.chinhsach li {
	margin-right: 10px;
}

.chinhsach li a {
	text-transform: uppercase;
}

.modal-map iframe {
	width: 100%;
}

.hethong li a {
	background: url(../images/icon-adress.png) no-repeat left center;
	padding-left: 18px;
}

.newsletter-input {
	position: relative;
}

.newsletter-input input {
	padding: 0px;
	font-size: 14px;
	text-indent: 10px;
	border-radius: 0px;
	height: 35px;
	border: none;
}

.newsletter-button input[type=submit] {
	border: 0px;
	background-color: var(--color-main);
	color: #fff;
	display: inline-block;
	padding: 5px 16px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	width: 90px;
	height: 35px;
}

.footer-powered {
	color: #fff;
}

.footer-powered .wrap-content {
	padding: 15px 10px;
}

.copyright {
	margin-bottom: 0px;
	font-weight: bold;
	color: #333;
}

.statistic {
	margin-bottom: 0px;
}

.statistic img {
	vertical-align: middle;
}

/* Like Share */
.social-plugin {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}

.social-plugin .at-share-btn {
	margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
	margin-left: 3px;
}

/* Phân Trang */
.pagination-home .pagination .page-item .page-link {
	color: #555555;
	font-size: .875rem;
}

.pagination-home .pagination .page-item.active .page-link {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

/* Phân Trang Ajax */
.pagination-ajax {
	text-align: center;
}

.pagination-ajax a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 2px 3px 2px;
	color: #333;
	background: #eee;
	border: 1px solid rgba(161, 161, 161, 0.4);
	font-size: 12px;
	cursor: pointer;
	padding: 3px 10px 5px 10px;
	border-radius: 2px;
}

.pagination-ajax a.current, .pagination-ajax a:hover {
	background: var(--color-main);
	color: #fff;
	border-color: var(--color-main);
}

/* Popup custom */
.modal-custom .modal-footer {
	padding: 0.5rem;
}

.modal-custom .modal-footer .btn {
	font-size: 14px;
}

/* Popup */
#popup .modal-body {
	padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
	display: none !important;
	width: 0px !important;
	height: 0px !important;
	visibility: hidden !important;
	overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
	display: none;
}

/* Scroll Top */
.scrollToTop {
	width: 40px;
    height: 40px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 8;
    background: rgba(70,70,70,.8392156862745098);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.scrollToTop span {
    display: block;
    font-size: 9px !important;
    line-height: 8px;
}
/* Text Hide */
.text-split {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

/* Transition All */
.transition {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
	overflow: hidden;
	display: block;
}

.scale-img img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.scale-img:hover > img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/* Blink */
.blink {
	-webkit-animation-name: blink;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blink;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blink;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@-moz-keyframes blink {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}

}

@-webkit-keyframes blink {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}

}

@keyframes blink {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}

}

/* Button Frame */
.btn-frame {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}

.btn-frame i {
	display: flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1182FC;
	position: relative;
	z-index: 1;
}

.btn-frame i img {
	vertical-align: middle;
	width: 70%;
}

.btn-frame .animated.infinite {
	animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
	width: 60px;
	height: 60px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(7, 41, 103, 0.8);
	opacity: .1;
	border-color: #1182FC;
	opacity: .5;
}

.btn-frame .zoomIn {
	animation-name: zoomIn;
}

.btn-frame .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
	width: 70px;
	height: 70px;
	top: -10px;
	right: -10px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(7, 41, 103, 0.35);
	opacity: .4;
}

.btn-frame .pulse {
	animation-name: pulse;
}

/* Zalo */
.btn-zalo {
	bottom: 315px;
}

/* Phone */
.btn-phone {
	bottom: 230px;
}
.zalo-chat-widget{bottom: 110px !important;left:10px;}
/* Messenger */
.js-facebook-messenger-container.closed, .js-facebook-messenger-tooltip.closed {
	display: none !important
}

.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px
}

.js-facebook-messenger-tooltip {
	color: #404040;
	background: #fff
}

.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip {
	z-index: 999
}

.js-facebook-messenger-tooltip {
	display: none;
	position: fixed;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
	z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip {
	z-index: 999
}

.js-facebook-messenger-box {
	display: block;
	position: fixed;
	cursor: pointer;
	bottom: 150px;
	right: 17px;
	width: 56px;
	height: 56px;
	text-align: center;
	background: #1182FC;
	border-radius: 100%;
	overflow: hidden;
	z-index: 99;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
	transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
	width: 32px;
	height: 33px;
	position: absolute;
	top: 13px;
	left: 12px;
	opacity: 1;
	overflow: hidden;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
	transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
	opacity: 0;
	width: 19px;
	height: 20px;
	position: absolute;
	top: 19px;
	left: 19px;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-container, .js-facebook-messenger-container-button {
	z-index: 1000
}

.js-facebook-messenger-container {
	position: fixed;
	opacity: 0;
	transform: translateY(50px);
	bottom: 110px;
	right: 90px;
	border-radius: 10px;
	pointer-events: none;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
	-webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
	width: 220px
}

.js-facebook-messenger-top-header {
	color: #fff;
	background: #1182FC
}

.js-facebook-messenger-top-header {
	display: block;
	position: relative;
	width: 220px;
	background: #1182FC;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 10px;
	font-size: 14px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe, .js-facebook-messenger-container-button iframe {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip {
	z-index: 999
}

.js-facebook-messenger-container, .js-facebook-messenger-container-button {
	z-index: 1000
}

.js-facebook-messenger-top-header {
	color: #fff;
	background: #1182FC
}

.js-facebook-messenger-top-header {
	width: 220px
}

.js-facebook-messenger-tooltip {
	color: #404040;
	background: #fff
}

.js-facebook-messenger-container.open {
	transform: translateY(0px);
	opacity: 1;
	pointer-events: all
}

.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
	opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
	transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
	opacity: 1
}

/* Cart fix */
.cart-fixed {
	position: fixed;
	right: 0px;
	top: 55px;
	z-index:1;
	background: #ff008b;
	width: 45px;
	height: 45px;
	text-align: center;
	color: #fff !important;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-fixed i {
	font-size: 20px;
}

.cart-fixed span {
	position: absolute;
	top: -5px;
	right: 0px;
	color: #fff;
	width: 25px;
	height: 25px;
	background: var(--color-main);
	text-align: center;
	line-height: 25px;
	font-size: 11px;
	border-radius: 100%;
}

/* Toolbar */
.toolbar {
	background: var(--color-main);
	width: 100%;
	padding: 3vw;
	bottom: 0px;
	position: fixed;
	z-index: 500;
	height: auto;
	left: 0px;
}

.toolbar ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px;
	margin: 0px;
}

.toolbar ul li {
	text-align: center;
	width: 25%;
}

.toolbar ul li a {
	display: block;
	width: 100%;
	cursor: pointer;
}

.toolbar ul li a img {
	height: 6vw;
	width: auto;
}

.toolbar ul li a span {
	font-weight: 400;
	color: #fff;
	font-size: 3.5vw;
	display: none;
}

/*Template map*/
#loadMap .IframeMap {
	width: 100%;
	position: relative;
	height: 452px;
}

#loadMap .IframeMap iframe {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.title-map {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#listsMap {
	outline: none !important;
	padding: 0 12px;
	border-radius: 0px;
	text-align-last: left;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	height: 33px;
	border: 1px solid #c9c9c9;
}

.address-lists ul {
	margin: 0;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 0px;
	max-height: 350px;
	overflow: auto;
	margin-bottom: 30px;
}

.address-lists ul li a {
	font-size: 14px;
	color: #333;
	cursor: pointer;
	text-decoration: none;
}

.address-lists ul .shop {
	font-weight: bold;
	display: block;
	font-size: 16px;
}

.address-lists ul li {
	display: block;
	list-style-type: square;
	margin-bottom: 10px;
}

.address-lists ul li.active a {
	color: var(--color-main);
}

/*End template map*/

/*Help*/
.header_search {
	background: var(--color-main);
	padding: 10px;
}

.box_header_search {
	background: var(--color-main);
	background-size: cover;
}

.title-search-in {
	font-size: 54px !important;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 12px;
	color: #FFFFFF;
}

.box_header_search .search input {
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	font-family: var(--regular);
}

.box_header_search .search input::placeholder {
	font-size: 20px;
	font-family: var(--regular);
}

.title-search-product.title-search-help {
	font-size: 16px;
	line-height: initial;
}

.title-search-product.title-search-help:hover {
	color: var(--color-main);
}

.box_header_search .res-autosearch {
	border-radius: 3px;
	overflow: hidden;
	top: 105%;
}

.search-product.search-help {
	border: none;
	padding: 8px;
}

.title-category-help {
	font-size: 1.25rem;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 700;
	line-height: 1.5;
	text-transform: capitalize;
	margin-bottom: 1.5rem;
}

.main-help .col-4 > div {
	border-right: 1px solid #d8d8d8;
	height: 100%;
}

.col-8 .title-category-help {
	font-size: 32px !important;
}

.main-help .col-4 ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.main-help .col-4 ul li a {
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 19px;
	color: rgba(0, 0, 0, 0.87);
	text-transform: none !important;
	text-decoration: none !important;
	margin-bottom: 25px;
	display: block;
}

.main-help .col-4 ul li a:hover {
	color: var(--color-main);
}

.item-help {
	border-bottom: 1px dotted #E1E1E1;
	display: block;
	padding: 25px 0;
	font-size: 18px;
	color: #555;
	font-weight: 300;
}

/*End help*/
.content-history .title {
	font-size: 13px;
	color: rgb(36, 36, 36);
	margin: 0 0 15px;
}

.content-detail .content {
	display: flex;
	flex-direction: column;
	background-color: rgb(255, 255, 255);
	height: 100%;
	padding: 10px;
	border-radius: 4px;
}

.content-detail .content p {
	margin-bottom: 5px
}

.content-detail .table-order {
	margin-top: 55px;
	width: 100%;
	color: rgb(66, 66, 66);
	display: table;
	font-size: 13px;
	border-collapse: collapse;
	line-height: 1.5;
	word-break: break-word;
	background: rgb(255, 255, 255);
	border-radius: 4px;
	border-spacing: 0;
}

.content-detail .price-cart-detail span {
	display: block;
}

.content-detail .price-cart-detail {
	color: red;
}

.content-detail .price-old-cart-detail {
	text-decoration: line-through;
	color: #212529
}

.content-detail .price-old-cart-detail span {
	display: block;
}

.content-detail .cast-money-cart-detail {
	color: red;
	font-weight: 700;
	font-size: 15px;
	text-align: right !important;
	padding-right: 15px !important;
}

.content-detail .title-money-cart-detail {
	text-align: right !important;
	padding-right: 10px !important;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 13px;
}

.content-detail .button-group {
	margin-top: 20px;
}

#tracking .order-heading {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 35px;
}

#tracking .order-heading .title {
	font-size: 19px;
	font-weight: 300;
	color: rgb(36, 36, 36);
	margin: 0;
	align-self: flex-end;
}

#tracking .order-body .title {
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 13px;
	text-transform: uppercase;
	color: rgb(36, 36, 36);
}

#tracking .order-body .detail {
	background: rgb(255, 255, 255);
	padding: 20px;
}

#tracking .order-body .detail .body {
	border-radius: 4px;
	border: 1px solid rgb(218, 218, 218);
}

#tracking .order-body .detail .body .item {
	padding: 15px;
	font-size: 13px;
	color: rgb(32, 32, 32);
	border-bottom: 1px solid rgb(218, 218, 218);
	font-weight: bolder;
}

#tracking .order-body .detail .body .item:nth-child(ood) {
	background: #ccc
}

#tracking .order-body .detail .body .item .left {
	margin-right: 20px;
}

/*Quick views*/
.box-quick-views {
	position: fixed;
	top: 36px;
	right: 0;
	z-index: 999;
	width: 100%;
	max-width: 1100px;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.black-shadow {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 98;
}

.close-quickviews {
	width: 30px;
	height: 30px;
	background-color: var(--color-main);
	text-align: center;
	line-height: 30px;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 16px;
	z-index: 99;
	cursor: pointer;
}

/*End quick views*/

.flash-sale-header .flash-sale-ends-in{text-transform:uppercase;font-size:18px;}


.c-quick-register {position: fixed;right: -612px; bottom: 220px; min-width: 645px;    height: 320px; z-index: 1; display: block;}
.click-quickg-outside {  position: relative;background-color: rgb(255 0 139);cursor: pointer; width: 36px;height: 320px; float: left;    color: #fff;}
.quick-register-Promotion {background: #fff; color: #F60; font-weight: bold;font-family: tahoma;font-size: 15px;font-weight: normal;float: left;    height: 320px;} 
.c-quick-register .click-quickg-outside .outside-txt {
	 font-family: 'robotoregular';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 270px;
    height: 36px;
    line-height: 36px;
    letter-spacing: 5px;
    font-size: 22px;
    color: #faeff3;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: translate(-50%,-50%) rotate(-90deg);
    transform: translate(-50%,-50%) rotate(-90deg);
    overflow: hidden;
}
.c-quick-register .click-quickg-outside i{
	display: block;
	-webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
	-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	color:#fff;
	font-size:20px;
	    text-align: center;
    margin: 10px auto;
}
.click-quickg-outside.active i{
	    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.c-quick-register .quick-register-Promotion {

    height: 320px;
    position: relative;
}
.c-quick-register .content-Promotion-register {
	 padding: 15px;margin-right: 0px;display: block; 
    width: 614px;
    height: 320px;
    position: relative;
}

.c-quick-register .form-Promotion-register {
    position: absolute;
    bottom: 40px;
    left: 60px;
	width: 100%;
    max-width: 505px;
    display: flex;
}
.c-quick-register .form-Promotion-register .newsletter-input {
    position: relative;
    width: 100%;
}
.invalid-feedback{text-align:left;}
.c-quick-register .invalid-feedback-register{display:block;color:#fff;}
.box-Promotion{margin: 10px auto;
    margin-top: 80px;
    text-align: center;
    display: block;
    max-width: 500px;}
.box-Promotion h3{margin:5px auto;text-align:center;text-transform:uppercase;font-size:30px;color:#ff008b;   font-family: 'robotobold';}
.box-Promotion .des-Promotion{margin:10px auto;text-align:center;text-transform:uppercase;font-size:18px;color:#fff;   font-family: 'robotobold';}
.box-Promotion .gift{margin:5px auto;text-align:center;text-transform:uppercase;font-size:18px;color:#fff;   font-family: 'robotobold';}
.box-Promotion .coupon{
	border-radius: 20px;
	text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'robotobold';
    background: #ff008b;
    padding: 10px 10px;
    margin: 15px auto;
    outline: none;
    text-decoration: none;
    color: #ffffff;
    display: block;
    max-width: 250px;
}
.box-Promotion .coupon:hover{color:#fff;}
@media only screen and (min-device-width: 1536px) and (max-device-width: 2048px) {
	
	.cart-fixed {
	position: fixed;
	right: 0px;
	top: 150px;
}

}

@media  screen and (max-width: 1366px) {
.cart-fixed {
	position: fixed;
	right: 0px;
	top: 95px;
}
}
/* Responsive */
@media(max-width:1001px) {
	.menu {
		display: none;
	}

	.menu-res {
		display: block;
	}

}

@media(max-width:850px) {
	.news {
		width: 100%;
		float: none !important;
	}

}

@media(max-width:769px) {
	.top-contact {
		flex-wrap: wrap;
	}

	.left-pro-detail, .right-pro-detail, .top-contact .form-contact, .top-contact .article-contact {
		width: 100%;
		margin: 0px;
	}

	.left-pro-detail, .top-contact .article-contact {
		margin-bottom: 30px;
	}

}

@media(max-width:440px) {
	.pic-news, .info-news {
		display: block;
		width: 100%;
		float: none;
		text-align: center;
		margin: 0px;
	}

	.info-news {
		margin-top: 15px;
	}

	.top-contact .form-contact .button-contact .file-contact span b {
		max-width: 105px;
	}

}

@media(max-width:369px) {
	.cart-pro-detail {
		flex-wrap: wrap;
	}

	.cart-pro-detail a {
		width: 100%;
		text-align: center;
		margin: 0px !important;
		font-size: 12px;
	}

	.cart-pro-detail a:first-child {
		margin-bottom: 5px !important;
	}

	.cart-pro-detail a i {
		display: none;
	}

}

.box-product .btn-outline-primary{color: #d50070; border-color: #d50070;    margin-top: 8px !important;}
.box-product .btn-outline-primary:hover{color: #fff; background: #d50070;}