table.table tr.bg {
    background: #FBF9F9;
}

.money {
	color: #CC3300;
	font-weight: bold;
	padding: 5px;
}

.discounts_money {
	color: #000000;
	font-weight: normal;
	text-decoration: line-through;
	padding: 5px;
}

.rate-star{
    padding: 5px;
    float: left;
    height: 14px;
    line-height: 14px;
}
.rate-star .width-star-title{
    float: left;
    margin-right: 5px;
}
.rate-star .width-star-num{
    float: left;
    font-weight: bold;
    margin-left: 5px;
}
.rate-star .width-star-bg{
    width: 180px;
    float: left;
    cursor: pointer;
    border-radius: 3px;
    background: #dadada;
}
.rate-star .width-star-value{
    float: left;
    border-radius: 3px;
    background: url("../images/shops/star-png.png") repeat-x;
}
.rateavg_percent{
    font-size: 18px;
    font-weight: bold;
}

#search_form_shops .form-group{
	margin-bottom: 4px;
}

#products .col-sm-6 .thumbnail, #category .col-sm-6 .thumbnail{
	padding-top: 10px;
}

#products .col-sm-6 .label-default{
	margin-bottom: 10px;
	display: inline-block;
}

.price{
    height: 40px;
    margin-top: 5px;
}

#category .col-sm-6 .price .money{
      display: block;
      vertical-align: middle;
}

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

.msgshow {
	background: #F5F5F5;
	padding: 20px;
	border: 4px solid #C7C7C7;
	position: fixed;
	bottom: 0;
	right: 0;
	display: none;
	z-index: 10020 !important;
}

/*tooltip*/
.tooltip-inner {
    max-width:250px;
    padding:10px;
    color:#fff;
    text-align:left !important;
    background-color:#0C2138;
    border-radius:4px
}

.tooltip-inner img.pull-left{
    margin:3px 5px 1px 0;
}

.tooltip-inner img.pull-right{
    margin:3px 1px 0 5px;
}
.pages {
    display: inline-block;
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
}

#formsearch{
    margin-top: 10px;
}

#formsearch .row{
    margin-bottom: 10px;
}

/* Custom controls */
div[id*="product_center"]{
	position: relative;
}
div[id*="product_center"] .crsl-nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div[id*="product_center"] .crsl-items:after{
	display: block;
	clear: both;
	content: '';
}

div[id*="product_center"] .crsl-items img{
    margin: 0 auto 6px auto;
}

div[id*="product_center"] .previous, div[id*="product_center"] .next{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	text-indent: -10000px;
	color: #FFF;
	background: rgba(0, 0, 0, .80) url(../images/shops/previous-next.png) no-repeat 0 0;
	z-index: 10;
	/* border radius */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/* transition */
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}
div[id*="product_center"] .previous:hover, div[id*="product_center"] .next:hover{
	background-color: rgba(0,0,0, .95);
}
div[id*="product_center"] .previous{
	left: 0;
	background-position: 0 0;
}
div[id*="product_center"] .next{
	right: 0;
	background-position: 100% 0;
}
div[id*="product_center"] .crsl-item{
	margin-bottom: 0;
}

.caption h3{
    line-height: 22px;
    height: 40px;
}

/* BLOCK OTHER PRODUCT */
.others_product ul{
	width: 100%;
	margin: 0;
	padding: 0;
}

.others_product ul li {
	list-style: none;
	text-align: center;
	margin-bottom: 10px;
}

.others_product ul li img {
	margin: 5px;
}

.others_product ul li.bg {
	background: #FFFFF0;
}

.others_product ul li span.time {
	color: #c0c0c0;
	font-size: 11px
}

.page-header{
    padding: 10px 0px;
    margin: 0 0 10px;
}

/* PRINT */
#print{
    padding: 10px;
}

#print table.rows2 {
    width: 100%;
    border: none;
    margin-bottom: 10px;
}

#print table.rows {
    width: 100%;
    border: 1px solid #F5F5F5;
}

#print table.rows td {
    padding: 5px;
    border: 1px solid #F5F5F5;
}

#print table.rows td img {
    width: 60px;
    padding: 2px;
    border: 1px solid #ebebeb;
    vertical-align: middle;
}

#print table.rows tr.bg {
    background: #f3f3f3;
}

#print table.rows tr.bgtop {
    background: #CCCCCC;
    line-height: 22px;
}

/* CART */
div.step_bar a.step {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    font-weight: 700;
    background: url('../images/shops/star.png') no-repeat left center;
    padding-left: 10px;
    margin-right: 10px;
}

div.step_bar a.step span {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    color: #039;
}

div.step_bar a.step_current{
    color: red;
}

.block{
	margin-bottom: 10px
}

.block .payment_info{
    margin: 10px 0 10px 0;
}

.block .payment_info .payment_items{
    text-align:center;
    margin-right:2px;
    display:inline-block
}

#detail{
	margin: 5px !important;
}

#detail .zoom_img {
    margin: 10px 0 10px 0;
}

#detail ul.product_info {
    padding: 0;
}

#detail ul.product_info li {
    margin-bottom: 5px;
}

/* TAB */
.r-tabs {
    margin: 10px 0 10px 0;
    position: relative;
}

.r-tabs .r-tabs-nav {
    border-bottom: 1px solid #ccc;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 1px;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    background: #00aadd;
    margin-bottom: 3px;
    padding: 10px 12px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: #fff;
    margin-bottom: -1px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #00aadd;
    background-color: #fff;
}

.r-tabs .r-tabs-panel {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 3px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #00aadd;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 3px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #00aadd;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 0;
}

/* Social button */
em.fb,       span.fb{        color: #3b5998; }
em.tw,       span.tw{        color: #00aced; }
em.google,   span.google{    color: #dd4b39; }

.google-plus-one{
   overflow: hidden;
   position: relative;
}

.google-plus-one i{
   position: absolute;
   left: -4px;
   bottom: -5px;
}

.google-plus-one span{
   font-size: 16px;
   font-weight: 900;
   line-height: 10px;
   margin-left: 15px;
}

.btn-sm.google-plus-one span{ font-size: 14px; }
.btn-sm.google-plus-one i{ bottom: -3px; }
.btn-lg.google-plus-one span{ font-size: 20px; margin-left: 18px; }
.btn-lg.google-plus-one i{ bottom: -5px; }
.btn-xs.google-plus-one span{ font-size: 12px;}
.btn-xs.google-plus-one i{ bottom: -7px; }

/*********************/


#products .items {
	float: left;
	display: block;
}

#products .items .items_content {
	text-align: center;
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 1px;
}

#products .items .items_content img {
	border: #EFEFEF 1px solid;
	padding: 2px;
}

#products .items .items_content .content_top {
	height: 135px;
}

#products .items .items_content .show-product-code {
	height: 156px;
}

#products .items .items_content .content_price {
	height: 15px;
}

.time_up {
	color: #c0c0c0;
	font-weight: normal;
}

.btnum, .shops-center {
	text-align: center;
}

/* BUTTON */
a.pro_order, a.pro_detail {
	color: #000000;
	padding: 2px 0px;
	background: url(../images/shops/bgbt.png) repeat 0 0;
	display: inline-block;
	width: 60px;
	text-align: center;
	border: 1px solid #FC0;
}

a.pro_detail:hover, a.pro_order:hover {
	background: #FFCC33
}

/* DETAIL */
#detail .image-demo {
	float: left;
	width: 150px;
}

#detail .info_product {
	padding-left: 150px;
}

#detail .date_up {
	color: #bcbcbc;
	display: block;
}

#detail .info_product p {
	padding: 2px;
	margin: 0;
}

#detail h2 {
	color: #004080;
	font-size: 14px;
	font-weight: bold;
	text-align: justify
}

#detail .detail_com {
	margin-bottom: 5px;
}



#detail .prd_rate {
	padding: 0px;
}


#detail .prd_rate div.line {
	margin-bottom: 10px;
}

#detail .prd_rate div.cm_rows {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #d7e2e6;
}

#detail .prd_rate div.avata {
	width: 54px;
	text-align: center;
	float: left;
}

#detail .prd_rate div.avata img {
	border: 1px solid #d7e2e6;
	padding: 1px;
}

#detail .prd_rate div.cm_c {
	float: right;
}

/* OTHER PRODUCT */
#detail .others {
	padding: 10px;
}

#detail .others ul li {
	background: url(../images/shops/square.jpg) no-repeat 0px 5px;
	padding-left: 8px;
}

#detail .others .date {
	color: #999;
}

#detail .others h1 {
	border-bottom: #CCC 1px solid;
	margin-bottom: 5px;
}

#detail .div_rate a {
	padding-right: 18px;
	background: url('../images/shops/star.png') no-repeat right center;
	margin-right: 5px;
}

/* OTHER */
.payment {
	color: #ff0000;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	border: 1px solid #ff0000;
	padding: 3px;
	text-transform: uppercase;
}

.pages a {
	color: #000000;
	border: 1px solid #ebebeb;
	padding: 2px 6px;
	display: inline-block;
}

.pages a:hover {
	background: #f2f2f2;
}

.pages strong {
	color: #ffffff;
	border: 1px solid #ebebeb;
	padding: 2px 6px;
	display: inline-block;
	background: #0080c0;
	font-weight: normal;
}

/* GIRD */
#category {
	margin-bottom: 8px;
	background: #ffffff;
}

#category .page_title {
	font-size: 13px;
	color: #454545;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	font-weight: bold;
	border-bottom: 2px solid #e5e5e5;
}

#category .list_rows {
	border-bottom: 1px dashed #cad5d8;
}

#category .list_rows div.img {
	float: left;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#category .list_rows div.img input {
	position: absolute;
	top: 15px;
	left: 5px;
}

#category .list_rows div.img img {
	border: 1px solid #f4f4f4;
	padding: 2px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#category .list_rows div.list_c {
	width: 300px;
	float: left;
	margin-right: 10px;
	padding: 20px 0;
}

#category .list_rows div.list_c h3 {
	margin-bottom: 10px;
}

#category .list_rows div.list_c p.des {
	padding-bottom: 10px;
	border-bottom: 1px dashed #cad5d8;
}

#category .list_rows div.list_c p.add_prd {
	margin: 10px 0 0 0;
}

#category .list_rows div.info_prd {
	width: 170px;
	margin-right: 10px;
	margin-top: 20px;
	float: left;
}

#category .list_rows div.info_prd ul {
	padding: 15px;
}

#category .list_rows div.info_prd ul li {
	padding: 0 0 10px 15px;
}

#category .list_rows div.info_prd strong {
	color: #fc4d00;
}

#category .list_rows div.info_prd span {
	display: block;
	font-weight: 700;
}

#category .grid_rows {
	width: 33%;
	float: left;
	margin-top: 10px;
}

table.rows2 {
	width: 100%;
	border: 1px solid #b9dcff;
	padding: 5px;
}

table.rows {
	width: 100%;
}

table.rows td {
	padding: 5px
}

table.rows td img.imgpro {
	width: 40px;
	padding: 2px;
	border: 1px solid #ebebeb;
	vertical-align: middle;
}

table.rows tr.bgtop {
	background: #CCE6FF;
	line-height: 22px;
}



.share a {
	padding: 0px;
	margin: 0px;
}

.share img {
	height: 16px;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}

.title_cate {
	background: url('../images/shops/pro_cat_header.png') repeat-x;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	font-weight: bold;
}

.btn_view {
	background: url('../images/shops/bl.png') no-repeat left center;
	display: inline-block;
}

.btn_view span {
	background: url('../images/shops/br.png') no-repeat right;
	padding: 3px 10px;
	display: inline-block;
}

#total {
	color: #ff0000;
	font-weight: bold;
	font-size: 15px;
}

.order_code {
	padding: 5px;
	border: 1px solid #dfdfdf;
	text-align: center;
}

.text_date {
	color: #0080c0;
	font-size: 16px;
	font-weight: 700;
}

/* BLOCK PRODUCT CENTER */
.product_center {
	z-index: 2;
	margin-bottom: 2px;
}

.product_center {
	overflow: hidden;
	position: relative;
	margin-top: 5px;
}

.product_center .container {
	width: 960px;
	height: 130px;
	overflow: hidden;
	position: relative;
}

.product_center .slides {
	position: absolute;
	top: 0;
	left: 0;
}

.product_center .slides > div {
	position: absolute;
	top: 0;
	width: 960px;
	display: none;
}

#block_newtop .slides > div a:hover {
	text-decoration: underline;
}

.product_center p {
	padding: 0px;
}

.product_center ul.pagination {
	padding: 5px;
	float: right;
}

.product_center ul.pagination li {
	float: left;
	list-style: none;
}

.product_center ul.pagination a {
	display: block;
	overflow: hidden;
	background: #f3f3f3;
	margin-right: 2px;
	line-height: 20px;
	height: 20px;
	width: 20px;
	text-align: center;
}

.product_center ul.pagination li.active a {
	background: #b5b5b5;
	color: #ffffff;
}

.product_center .slides .items {
	display: block;
	width: 150px;
	float: left;
	height: 120px;
	margin-right: 10px;
	text-align: center;
}

.product_center .slides .items img {
	height: 80px;
	border: #DFDFDF 1px solid;
	padding: 2px;
}

.block-nobg .title_adv {
	background: url('../images/dot_gray.gif') repeat-x center;
}

.frame {
	padding: 20px;
	text-align: center;
}

/* SEARCH */
.search {
	border: 1px solid #ebebeb;
	padding: 5px;
	margin-bottom: 5px;
}

.search .input {
	width: 200px
}

.search .rows {
	line-height: 25px
}

.search .rows label {
	width: 180px;
	display: inline-block;
}

.result-frame .result-content {
	margin-bottom: 5px;
	border-bottom: 1px dotted #c0c0c0;
	padding-bottom: 5px;
}

.result-frame .result-content img {
	margin-right: 5px;
	border: 1px solid #e6e6e6;
	padding: 2px;
}

.result-frame .linktitle {
	color: #0080c0;
	line-height: 22px;
	font-weight: bold;
}

.result-frame .keyword {
	background: #ffff00;
}

.search .date {
	background: url(../images/shops/date.png) no-repeat center;
	border: 0px;
	margin: auto;
	padding: 4px 10px;
}

.divbg {
	background: #F9F9F9;
	line-height: 28px;
	margin-top: 10px;
	padding: 0px 10px;
	font-size: 14px;
	text-transform: uppercase;
}

/* TOOLTIP */
#products .tip {
	color: #fff;
	background: #1d1d1d;
	display: none;
	padding: 10px;
	position: absolute;
	z-index: 3000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 250px;
	text-align: left;
}

#products .tip img {
	margin-right: 10px;
	float: left;
}

.title_shop {
	color: #000000;
	font-weight: bold;
	text-align: left;
	display: block;
}

.no-wrap {
	white-space: nowrap
}

/* POST */
.post-product h2 {
	border-bottom: 1px #D8D8D8 solid;
}

.txt-full {
	width: 99%;
}

.title_group {
	margin-bottom: 10px;
	border-bottom: 1px #e8e8e8 solid;
	line-height: 20px;
}

.info-require {
	color: red;
	font-size: 11px;
	font-style: italic;
}

.span-require {
	color: red;
	font-style: italic;
}

.post-error {
	border: 1px solid #FFAAD5;
	margin: 0 auto 10px;
	background: #FFD2E9;
	padding: 10px;
}

.post-error span {
	color: #F00;
	font-weight: bold;
}

.post-product .show-date {
	vertical-align: middle;
}

.ddsmoothmenu-v ul, .ddsmoothmenu-v li, ddsmoothmenu-h ul, .ddsmoothmenu-h li {
	list-style: none;
	margin: 0;
}

.rows3 td {
	padding: 1px;
}

.error {
	color: red;
}

img.calendar {
	vertical-align: middle;
}

.bsss {
	background: none repeat scroll 0 0 #FFFFFF;
	border: medium none;
	color: #5C5C5C;
	cursor: pointer;
	text-decoration: underline;
}

.compare {
	margin-bottom: 10px;
}

.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 1em;
	font-weight: 300;
	z-index: 0
}

/* Nav */
.tabs .nav {
	text-align: center;
}

.tabs .nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs .nav li {
	border: 1px solid #becbd2;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
	padding-top: 2px;
}

.tabs .nav li.active {
	border: 1px solid #47a3da;

	/*box-shadow: inset 0 2px #47a3da;*/
	box-shadow: 0 2px #47a3da inset;
	border-bottom: none;
	z-index: 100;
}

.tabs .nav li.active:before,
.tabs .nav li.active:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #47a3da;
}

.tabs .nav li.active:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs .nav a {
	color: #becbd2;
	display: block;
	font-size: 1.1em;
	line-height: 2.5;
	padding: 0 1.25em;
	white-space: nowrap;
	border-radius: 0;
	border: none;
}

.tabs .nav a:hover {
	color: #768e9d;
}

.tabs .nav li.active a {
	color: #47a3da;
	border-radius: 0;
	border: none;
}

#detail ul{
	padding-left: 0;
}

.nav-tabs li a img{
	display: inline-block;
	max-height: 30px;
	max-width: 30px;
	padding-right: 3px;
}

/* Icons */
.tabs .nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

/* Content */
.content section {
	font-size: 1.25em;
	padding: 2px 1px;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
	.tabs .nav a span {
		display: none;
	}

	.tabs .nav a:before {
		margin-right: 0;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 10px 0;
		max-width: 40%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	.mediabox p {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}

@media screen and (max-width: 32em) {
	.tabs .nav ul,
	.tabs .nav ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs .nav ul li {
		width: 20%;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}

	.tabs .nav ul li:last-child {
		border-right: none;
	}

	.mediabox {
		text-align: center;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox p {
		margin: 0;
	}
}

.info_pro{
	position: absolute;
	top: 40px;
	left: 5px
}

.newday{
	display: block;
	text-transform: uppercase
}

#coupons_info{
	margin-top: 6px
}

.tab-pane{
	padding: 5px
}
.select2-selection{
	height: 32px !important
}
.select2-container .select2-selection--single .select2-selection__rendered
{
	padding-top: 2px
}
.order_shipping_info li{
	margin: 8px 0;
}

.filter_product label {
	margin-right: 10px
}

.filter_product .label_group {
	height: 22px;
	border: 1px solid #cccccc;
	outline: 1px solid #fff;
	background: #f2f2f2;
	text-align: center;
	line-height: 21px;
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	padding: 0 10px;
	margin-top: 5px;
	min-width: 30px;
	font-size: 11px;
	white-space: nowrap;
}

.filter_product .label_group:hover {
	border-color: red
}

.filter_product .active {
	border-color: blue
}

.filter_product .label_group input, .filter_product .image_group input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	z-index: -1;
}

.ajax-load-qa {
	background: url("../images/shops/ajax-loader.gif") no-repeat center center rgba(255,255,255,0.5);
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.thumbnail .caption h3{
	font-size: 14px
}

.info_icon:before {
	font-family: FontAwesome;
	color: #1E91CF;
	font-size: 14px;
	content: "\f05a";
}

.fb-like{
	margin-right: 30px;
}

.form-review{
	font-size: 13px
}

.form-review .pagination{
	margin-top: 2px
}

.form-review .pagination>li>a{
	padding: 1px 5px;
	font-size: 12px;
}

.form-review .review_row{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px
}

.form-review .border{
	padding: 0 10px 0 10px
}

.form-review .border-right{
	border-right: 1px solid #ddd;
}

/*  Second Example with big stars */
.rate-ex2-cnt{
	width:150px; height: 30px;
}
.rate-ex2-cnt .rate-btn{
	width: 30px; height:30px;
	float: left;
	background: url(../images/shops/rate/rate-btn2.png) no-repeat;
	cursor: pointer;
}
.rate-ex2-cnt .rate-btn:hover, .rate-ex2-cnt  .rate-btn-hover, .rate-ex2-cnt  .rate-btn-active{
	background: url(../images/shops/rate/rate-btn2-hover.png) no-repeat;
}
/* End second Example with big stars */

/* rate result */
.rate-result-cnt{
	width: 82px; height: 18px;
	position: relative;
}
.rate-stars{
	width: 82px; height: 18px;
	background: url(../images/shops/rate/rate-stars.png) no-repeat;
	position: absolute;
}
.rate-bg{
	height: 18px;
	background-color: #ffbe10;
	position: absolute;
}
.star-icon{
	width: 17px;
	height: 17px;
	background: url(../images/shops/rate/rate-btn3-hover.png) no-repeat;
	float: left
}

.docpay div{
	line-height: 25px
}

.docpay div strong{
	width: 120px;
	display: inline-block
}

#group_error {
	color: #C00;
	font-style: italic;
	padding: 5px;
	border: 1px dashed #C00;
	margin: 5px 0;
	display: none;
}

.download{
	border-bottom: dashed #DDDDDD 1px;
	line-height: 35px
}

.download, .download a{
	font-size: 13px
}

.btn-transparent{
	background: none;
	border: none;
	box-shadow: none
}
@media (min-width:991px) {
  .position-sticky {
  position:sticky;
  top:0;
}
}

.social-media {
  display:flex;
  padding:20px 0 0;
  margin:0;
  list-style:none;
  align-items:center;
  color:#55585C;
}

.social-media .title {
  margin-right:8px;
}

.social-media .title svg {
  position:relative;
  top:-2px;
}

.social-media .social-media__item {
  display:inline-block;
  margin-left:5px;
  width:24px;
}

.social-media .social-media__item svg {
  width:24px;
  height:24px;
}

.social-media .social-media__item svg path {
  fill:var(--mainColor);
}

.social-media .social-media__item:hover svg path {
  fill:var(--oldColor);
}

.list-unstyled {
  margin-bottom:10px;
}

.list-unstyled .a-title {
  font-weight:500;
}

.list-unstyled .product-status .a-stock {
  color:#28a745;
}

.list-unstyled .product-status .a-stock .stock-out {
  color:var(--priceColor);
}

.list-unstyled div {
  display:inline-block;
  margin-right:16px;
}

.background-white {
  background:#fff;
  padding:10px;
  border-radius:6px;
}

.product_getcontent {
  position:relative;
}

.product_getcontent .ba-text-fpt.has-height {
  max-height:800px;
  overflow:hidden;
  -webkit-transition:height 0.2s;
  -moz-transition:height 0.2s;
  transition:height 0.2s;
}

.product_getcontent ul li {
  margin-bottom:1rem;
}

.product_getcontent.expanded .ba-text-fpt {
  height:auto;
  max-height:unset;
  -webkit-transition:height 0.2s;
  -moz-transition:height 0.2s;
  transition:height 0.2s;
}

.product_getcontent.expanded .less-text {
  display:block;
}

.product_getcontent.expanded .more-text {
  display:none;
}

.product_getcontent.expanded .show-more::before {
  display:none;
}

.product_getcontent .show-more {
  position:relative;
  text-align:center;
}

.product_getcontent .show-more .btn--view-more {
  background:var(--mainColor);
  border:solid 1px var(--mainColor);
  color:#fff;
  padding:10px 28px;
  border-radius:var(--main-border-radius);
  text-transform:uppercase;
  font-weight:500;
  transition:all .4s ease;
  display:inline-block;
}

.product_getcontent .show-more .btn--view-more svg {
  width:12px;
  height:12px;
  position:relative;
  top:-1px;
}

.product_getcontent .show-more .btn--view-more svg path {
  transition:all .4s ease;
  fill:#fff;
}

.product_getcontent .show-more .btn--view-more:hover,
.product_getcontent .show-more .btn--view-more:focus {
  color:var(--mainColor);
  border-color:var(--mainColor);
  outline:none;
  box-shadow:none;
  cursor:pointer;
  background:transparent;
}

.product_getcontent .show-more .btn--view-more:hover svg path,
.product_getcontent .show-more .btn--view-more:focus svg path {
  fill:var(--mainColor);
}

.product_getcontent .show-more .btn--view-more.active {
  bottom:0;
}

.product_getcontent .show-more::before {
  height:55px;
  margin-top:-55px;
  content:"";
  display:block;
  background:transparent;
  background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.91) 50%,#fff 55%);
  background:-webkit-gradient(left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.91)),color-stop(55%,#fff));
  background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.91) 50%,#fff 55%);
  background:-o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.91) 50%,#fff 55%);
  background:-ms-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.91) 50%,#fff 55%);
  background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0.91) 50%,#fff 55%);
}

.product_getcontent .less-text {
  display:none;
}

.product_getcontent img {
  max-width:100% !important;
  height:auto !important;
}

.modal-specifications {
  max-width:600px;
  padding:15px;
  border-radius:6px;
  width:100%;
  position:fixed;
  background:#fff;
  top:10%;
  left:50%;
  z-index:9999;
  transform:translateX(-50%);
}

.modal-specifications #product-specifications .title {
  font-size:20px;
  margin-bottom:15px;
  font-weight:bold;
}

.modal-specifications #product-specifications .close-button {
  top:18px;
  cursor:pointer;
  font-size:22px;
  font-weight:700;
  line-height:1;
  right:15px;
  position:absolute;
}

.modal-specifications #product-specifications table {
  width:100%;
}

.modal-specifications #product-specifications table td:first-child {
  width:180px;
  font-weight:500;
}

.product-specifications {
  background:#fff;
  padding:10px;
  border-radius:6px;
  margin-bottom:20px;
}

.product-specifications h2 {
  font-size:18px;
  margin-bottom:10px;
}

.product-specifications table {
  width:100%;
}

.product-specifications table td:first-child {
  width:160px;
  font-weight:500;
}

.product-specifications__content {
  max-height:250px;
  overflow:hidden;
}

.product-specifications .view-more {
  position:relative;
  text-align:center;
}

.product-specifications .view-more:before {
  background:linear-gradient(0,#fff 0%,rgba(255,255,255,0) 100%);
  display:block;
  content:"";
  height:55px;
  position:absolute;
  top:-55px;
  width:100%;
  left:0;
}

.product-specifications .view-more button {
  border:1px solid transparent;
  background:var(--mainColor);
  color:var(--oldColor);
  border-radius:6px;
  padding:6px 18px;
}

.product-specifications .view-more button:hover {
  border-color:var(--mainColor);
  color:var(--mainColor);
  background:transparent;
}

.product-blogRelate h2 {
  font-size:18px;
  margin-bottom:10px;
}

.product-blogRelate__content .item-blog {
  display:flex;
  gap:10px;
  margin-bottom:10px;
}

.product-blogRelate__content .item-blog .block-thumb {
  width:120px;
}

.product-blogRelate__content .item-blog .block-thumb .thumb {
  padding-bottom:62%;
}

.product-blogRelate__content .item-blog .block-thumb .thumb img {
  border-radius:6px;
}

.product-blogRelate__content .item-blog .block-info {
  width:calc(100% - 120px);
}

.product-blogRelate__content .item-blog .block-info h3 {
  font-size:15px;
}

.product-blogRelate__content .item-blog .block-info h3 a {
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.layout-product.style-2 .product-details {
  box-shadow:0 0 8px rgba(0,0,0,0.1);
  padding:16px;
  border-radius:16px;
}

.layout-product.style-2 .product-details__productName {
  padding-right:0;
}

.layout-product.style-2 .product-images {
  display:block;
}

.layout-product.style-2 .product-images .big-image {
  width:100%;
  padding-left:0;
}

.layout-product.style-2 .product-images .big-image .swiper-container {
  height:540px;
}

@media (max-width:1199px) and (min-width:991px) {
  .layout-product.style-2 .product-images .big-image .swiper-container {
    height:390px;
  }
}

@media (max-width:991px) {
  .layout-product.style-2 .product-images .big-image .swiper-container {
    height:initial;
  }
}

@media (max-width:991px) and (min-width:767px) {
  .layout-product.style-2 .product-images .gallery-top .swiper-slide {
    padding-bottom:64%;
  }
}

.layout-product.style-2 .col-image {
  margin-bottom:60px;
}

@media (max-width:991px) {
  .layout-product.style-2 .col-image {
    margin-bottom:30px;
  }
}

.layout-product.style-2 .col-detail {
  padding-left:15px;
}

.layout-product.style-2 .combo-shopping {
  box-shadow:0 0 8px rgba(0,0,0,0.1);
  border:none;
}

.layout-product.style-2 .list-unstyled {
  position:initial;
  width:50%;
}

@media (max-width:1199px) {
  .layout-product.style-2 .list-unstyled {
    width:100%;
  }
}

@media (max-width:1199px) and (min-width:991px) {
  .layout-product.style-2 .product-tab__nav ul {
    gap:20px;
  }
}

.layout-product.style-2 .product-tab .tab-link h3 {
  font-size:20px;
}

@media (max-width:1199px) and (min-width:991px) {
  .layout-product.style-2 .product-tab .tab-link h3 {
    font-size:17px;
  }
}

.layout-product.style-2 .block-tab-product {
  margin-bottom:40px;
}

@media (max-width:991px) {
  .layout-product.style-2 .featured-product {
    margin-bottom:30px;
  }
}

@media (max-width:991px) {
  .layout-product.style-2 .product-relate {
    margin-bottom:30px;
  }
}

@media (max-width:991px) {
  .layout-product.style-2 .product-viewed {
    margin-bottom:30px;
  }
}

.product-details {
  position:relative;
}

.product-details__productName {
  font-size:28px;
  font-weight:600;
  margin:0 0 10px;
  line-height:1.3;
}

.product-details .sapo-product-reviews-badge {
  margin:15px 0 5px;
}

.product-details .sapo-product-reviews-badge .sapo-product-reviews-star i {
  font-size:14px;
}

.product-details__productInfor {
  font-size:15px;
  margin-bottom:20px;
}

@media (min-width:768px) and (max-width:991px) {
  .product-details__productInfor {
    font-size:14px;
  }
}

.product-details__productInfor .mb-break {
  position:relative;
  padding-left:12px;
}

.product-details__productInfor .mb-break:before {
  content:"";
  position:absolute;
  top:12px;
  left:0;
  width:3px;
  height:3px;
  background:#5c5b5b;
  border-radius:50%;
}

.product-details__productInfor .mb-break .a-content {
  font-weight:bold;
  color:var(--mainColor);
}

.product-details__priceBox {
  border-bottom:1px solid #e4e4e4;
  padding-bottom:20px;
  margin-bottom:20px;
}

.product-details__priceBox .special-price {
  font-size:24px;
  font-weight:bold;
  color:var(--priceColor);
  display:inline-block;
  margin-right:8px;
}

@media (max-width:767px) {
  .product-details__priceBox .special-price {
    margin-bottom:0;
  }
}

.product-details__priceBox .old-price {
  text-decoration:line-through;
  display:inline-block;
  color:#929292;
  font-size:18px;
  font-weight:400;
}

.product-details__summary {
  font-size:14px;
  margin-bottom:16px;
}

.product-details__productForm {
  margin-bottom:16px;
}

.product-details__productForm .product-options .swatch {
  margin-bottom:15px;
}

.product-details__productForm .product-options .swatch .swatch-title {
  margin-bottom:8px;
  font-weight:500;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element {
  vertical-align:middle;
  margin-bottom:4px;
  margin-right:4px;
  display:inline-block;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element label {
  min-width:36px;
  height:36px;
  border:1px solid #e4e4e4;
  color:#000;
  cursor:pointer;
  padding:0 5px;
  margin-bottom:0;
  font-size:14px;
  background:#fff;
  border-radius:var(--main-border-radius);
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element img {
  width:30px;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element input {
  display:none;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element input:checked+label {
  border-color:var(--mainColor);
  color:var(--mainColor);
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color {
  position:relative;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color input:checked+label {
  border-color:var(--mainColor);
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.do label {
  background-color:#ff0000;
  border-color:#ff0000;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.xanh-la-cay label {
  background-color:#00ff00;
  border-color:#00ff00;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.xanh-duong label {
  background-color:#0000ff;
  border-color:#0000ff;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.vang label {
  background-color:#ffff00;
  border-color:#ffff00;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.cam label {
  background-color:#ffa500;
  border-color:#ffa500;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.tim label {
  background-color:#800080;
  border-color:#800080;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.xam label {
  background-color:#808080;
  border-color:#808080;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.trang label {
  background-color:#ffffff;
  border-color:#ffffff;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.den label {
  background-color:#000000;
  border-color:#000000;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color.hong label {
  background-color:#ffc0cb;
  border-color:#ffc0cb;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color .tooltip-color {
  opacity:0;
  visibility:hidden;
  position:absolute;
  bottom:100%;
  background:#000;
  padding:5px 8px;
  border-radius:6px;
  color:#fff;
  font-size:12px;
  left:50%;
  transform:translateX(-50%);
  transition:all 0.3s cubic-bezier(0.4,0,0.2,1);
  white-space:nowrap;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color .tooltip-color:before {
  background:transparent;
  content:"";
  position:absolute;
  height:8px;
  left:0;
  top:100%;
  width:100%;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element.color .tooltip-color:after {
  content:"";
  height:10px;
  position:absolute;
  transform:rotate(45deg);
  width:10px;
  left:calc(50% - 5px);
  bottom:-5px;
  background:#000;
}

.product-details__productForm .product-options .swatch .swatch-lists .swatch-element:hover.color .tooltip-color {
  opacity:1;
  visibility:visible;
  bottom:calc(100% + 8px);
}

.product-details__productForm .product-variants .selector-wrapper {
  margin-bottom:15px;
}

.product-details__productForm .product-variants .selector-wrapper select {
  border-color:#E0E0E0;
  width:308px;
  height:40px;
  color:#333333;
  font-size:14px;
  padding-left:5px;
  outline:none;
  border-radius:3px;
}

@media (max-width:767px) {
  .product-details__productForm .product-variants .selector-wrapper select {
    width:100%;
  }
}

.product-details__productForm .product-variants .selector-wrapper label {
  display:none;
}

.product-details__productForm #add-to-cart-form {
  margin-bottom:10px;
}

.product-details__productForm .custom-btn-number {
  gap:6px;
}

.product-details__productForm .custom-btn-number label {
  margin-bottom:0;
  min-width:85px;
  font-weight:500;
}

.product-details__productForm .custom-btn-number .vd {
  font-size:14px;
  line-height:32px;
  color:#5E5E5E;
}

@media (max-width:767px) {
  .product-details__productForm .custom-btn-number {
    margin-bottom:15px;
  }
}

.product-details__productForm .custom-btn-number .input_number_product {
  position:relative;
  max-width:102px;
}

.product-details__productForm .custom-btn-number .input_number_product button {
  border:none;
  color:#000;
  background-color:transparent;
  position:absolute;
  bottom:0;
  height:32px;
  width:32px;
}

.product-details__productForm .custom-btn-number .input_number_product button svg {
  width:12px;
  height:12px;
  position:relative;
  top:-2px;
}

.product-details__productForm .custom-btn-number .input_number_product button.btn-plus {
  right:0;
}

.product-details__productForm .custom-btn-number .input_number_product button.btn-minus {
  left:0;
}

.product-details__productForm .custom-btn-number .input_number_product button:hover svg,
.product-details__productForm .custom-btn-number .input_number_product button:focus svg {
  fill:var(--mainColor);
}

.product-details__productForm .custom-btn-number .input_number_product input {
  border:1px solid #e4e4e4;
  padding:0 40px;
  text-align:center;
  min-height:32px;
  border-radius:var(--main-border-radius);
  width:100%;
}

.product-details__productForm .product-quantity {
  position:relative;
}

.product-details__productForm .product-quantity .product-size {
  position:absolute;
  right:0;
  top:5px;
}

.product-details__productForm .product-quantity .product-size .title {
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:500;
  cursor:pointer;
}

@media (max-width:767px) {
  .product-details__productForm .product-quantity .product-size {
    position:initial;
    margin-bottom:15px;
  }
}

.product-details .product-buttons {
  margin-top:20px;
  gap:10px;
  flex-wrap:wrap;
}

.product-details .product-buttons button {
  background:transparent;
  border:solid 1px var(--mainColor);
  color:var(--mainColor);
  padding:14px 8px;
  border-radius:var(--main-border-radius);
  text-transform:uppercase;
  font-weight:500;
  transition:all .4s ease;
}

.product-details .product-buttons button.btn-cart {
  flex:1 1 auto;
  width:auto;
}

.product-details .product-buttons button.btn-buy-now {
  box-shadow:none;
  border-color:var(--mainColor);
  background:var(--mainColor);
  color:#fff;
  width:100%;
}

.product-details .product-buttons button.btn-buy-now:hover {
  background:#fff;
  color:var(--mainColor);
}

@media (max-width:767px) {
  .product-details .product-buttons button.btn-buy-now {
    width:100%;
    margin-bottom:10px;
    margin-left:0;
  }
}

.product-details .product-buttons button:disabled {
  cursor:default;
  background:#e4e4e4 !important;
  border-color:#e4e4e4 !important;
  color:#a0a0a0 !important;
}

@media (min-width:768px) {
  .product-details .product-buttons button:hover,
  .product-details .product-buttons button:focus {
    box-shadow:none;
    outline:none;
    background:var(--mainColor);
    color:#fff;
    border-color:var(--mainColor);
  }
}

.product-details .product-buttons a {
  width:51px;
  height:51px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--mainColor);
  border-radius:var(--main-border-radius);
}

.product-details .product-buttons a:hover {
  border-color:var(--mainColor);
}

.product-details .product-buttons a:hover svg path {
  stroke:var(--mainColor);
}

.product-details .product-buttons a.btn-wish svg path {
  stroke:var(--mainColor);
}

.product-details .product-buttons a.btn-wish:hover,
.product-details .product-buttons a.btn-wish.active {
  background:var(--mainColor);
  border-color:var(--mainColor);
}

.product-details .product-buttons a.btn-wish:hover svg path,
.product-details .product-buttons a.btn-wish.active svg path {
  stroke:#fff;
}

.product-details .product-buttons a.btn-compare svg path {
  fill:var(--mainColor);
}

.product-details .product-buttons a.btn-compare:hover,
.product-details .product-buttons a.btn-compare.active {
  background:var(--mainColor);
  border-color:var(--mainColor);
}

.product-details .product-buttons a.btn-compare:hover svg path,
.product-details .product-buttons a.btn-compare.active svg path {
  fill:#fff;
}

@media (max-width:767px) {
  .product-details .product-buttons {
    width:100%;
  }
  .product-details .product-buttons button {
    width:100%;
  }
}

.popupSize {
  transition:all .5s ease;
  opacity:0;
  visibility:hidden;
  position:fixed;
  top:0 !important;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.5);
  z-index:9999;
}

.popupSize.show {
  opacity:1;
  visibility:visible;
}

.popupSize .popup-content {
  background-color:white;
  padding:20px;
  border-radius:12px;
  max-width:1000px;
  margin:10% auto;
  position:relative;
  width:90%;
}

.popupSize .popup-content h2 {
  margin-bottom:10px;
}

.popupSize .popup-content .selection-container label {
  margin-bottom:0;
}

.popupSize .popup-content .selection-container .size-gender {
  margin-bottom:20px;
}

.popupSize .popup-content .selection-container .size-gender .size-gender-field {
  display:inline-block;
}

.popupSize .popup-content .selection-container .size-gender .size-gender-field input {
  display:none;
}

.popupSize .popup-content .selection-container .size-gender .size-gender-field input:checked+label {
  color:var(--mainColor);
  border-color:var(--mainColor);
}

.popupSize .popup-content .selection-container .size-gender .size-gender-field label {
  cursor:pointer;
  border:1px solid #e4e4e4;
  color:#000;
  cursor:pointer;
  padding:6px 10px;
  border-radius:6px;
  margin-right:3px;
}

.popupSize .popup-content .selection-container .size-suggestion .size-suggestion-field {
  justify-content:space-between;
  display:flex;
  align-items:center;
  margin-bottom:10px;
}

.popupSize .popup-content .selection-container .size-suggestion .size-suggestion-field input {
  width:80%;
  -webkit-appearance:none;
  appearance:none;
  cursor:pointer;
  outline:none;
  overflow:hidden;
  border-radius:16px;
}

.popupSize .popup-content .selection-container .size-suggestion .size-suggestion-field input::-webkit-slider-runnable-track {
  height:15px;
  background:#ccc;
  border-radius:16px;
}

.popupSize .popup-content .selection-container .size-suggestion .size-suggestion-field input::-moz-range-track {
  height:15px;
  background:#ccc;
  border-radius:16px;
}

.popupSize .popup-content .selection-container .size-suggestion .size-suggestion-field input::-webkit-slider-thumb {
  -webkit-appearance:none;
  appearance:none;
  height:15px;
  width:15px;
  background-color:#fff;
  border-radius:50%;
  border:2px solid #f50;
  box-shadow:-407px 0 0 400px #f50;
}

.popupSize .popup-content .selection-container .size-suggestion .size-suggestion-field input::-moz-range-thumb {
  height:15px;
  width:15px;
  background-color:#fff;
  border-radius:50%;
  border:1px solid #f50;
  box-shadow:-407px 0 0 400px #f50;
}

.popupSize .popup-content .selection-container .size-suggestion .size-suggestion-field label span {
  font-weight:500;
  color:var(--mainColor);
}

.popupSize .popup-content .selection-container .size-result {
  margin-top:20px;
}

.popupSize .popup-content .selection-container .size-result .title {
  font-weight:500;
  margin-bottom:8px;
}

.popupSize .popup-content .selection-container .size-result .list-size-result p {
  display:inline-block;
  height:30px;
  line-height:30px;
  background:var(--mainColor);
  padding:0 10px;
  border-radius:24px;
  color:#fff;
  margin-bottom:0;
}

.popupSize select {
  padding:5px 10px;
  font-size:16px;
  margin-bottom:20px;
}

.popupSize button[type="submit"] {
  padding:10px 20px;
  background-color:#4CAF50;
  color:white;
  border:none;
  cursor:pointer;
}

.popupSize button[type="submit"]:hover {
  background-color:#45a049;
}

.popupSize .close-btn {
  position:absolute;
  top:20px;
  right:20px;
  font-size:24px;
  cursor:pointer;
  background:#e9e9e9;
  line-height:25px;
  width:30px;
  height:30px;
  text-align:center;
  border-radius:30px;
  transition:all .3s ease;
}

.popupSize .close-btn:hover {
  background:var(--mainColor);
  color:#fff;
}

.product-notice {
  position:relative;
  padding-left:30px;
}

.product-notice svg {
  position:absolute;
  left:0;
}

.product-notice svg path {
  fill:var(--mainColor);
}

.product-notice .notice-content .t1 {
  font-weight:500;
  color:var(--mainColor);
}

.product-notice .notice-content .number {
  font-weight:500;
  color:var(--mainColor);
}

.product-specifications table tr:nth-of-type(odd),
.modal-specifications table tr:nth-of-type(odd) {
  background-color:rgba(0,0,0,0.05);
}

.product-specifications table tr td,
.modal-specifications table tr td {
  background:#edf0f3;
  border-color:#fff;
  padding:8px;
}

.product-specifications table tr th,
.modal-specifications table tr th {
  background:#c1c8d1;
  border-color:#fff;
  padding:8px;
}

@media (min-width:1199px) {
  .layout-product-project .product-images {
    max-width:1024px;
    margin:auto;
  }
}

.layout-product-project .featured-product {
  margin-bottom:0;
}

.layout-product-project .product-details {
  margin-bottom:30px;
}

.layout-product-project .product-details__productName {
  margin-bottom:16px;
}

.layout-product-project .product-details__utilities {
  margin-bottom:16px;
}

.layout-product-project .product-details__utilities .item {
  display:inline-block;
  margin-right:30px;
}

.layout-product-project .product-details__utilities .item svg path {
  fill:var(--mainColor);
}

.layout-product-project .social-media {
  padding-top:0;
  margin-top:16px;
  margin-bottom:16px;
}

.layout-product-project .col-image {
  margin-bottom:50px;
}

@media (max-width:991px) {
  .layout-product-project .col-image {
    margin-bottom:0;
  }
}

.layout-product-project .form-tu-van {
  margin-bottom:30px;
  padding:16px;
  border-radius:var(--main-border-radius);
  overflow:hidden;
  position:relative;
}

.layout-product-project .form-tu-van:before {
  content:"";
  background:var(--mainColor);
  width:100%;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  opacity:0.1;
  z-index:-1;
}

.layout-product-project .form-tu-van .content .group_contact input {
  width:100%;
  padding:10px 20px;
  line-height:1.5;
  color:#656565;
  background-color:#fff;
  background-image:none;
  margin-bottom:15px;
  border:1px solid #e3e3e3;
  box-shadow:none;
  border-radius:var(--main-border-radius);
}

.layout-product-project .form-tu-van .content .group_contact textarea {
  width:100%;
  padding:10px 20px;
  line-height:1.5;
  color:#656565;
  background-color:#fff;
  background-image:none;
  margin-bottom:15px;
  border:1px solid #e3e3e3;
  box-shadow:none;
  border-radius:var(--main-border-radius);
}

.layout-product-project .form-tu-van .content .group_contact button {
  height:50px;
  line-height:48px;
  padding:0 54px;
  width:100%;
  background:var(--mainColor);
  font-size:16px;
  color:#fff;
  font-weight:700;
  border-radius:6px;
  margin-bottom:15px;
  border:0;
  border:1px solid transparent;
  margin:0;
}

.layout-product-project .form-tu-van .content .group_contact button:hover {
  border-color:var(--mainColor);
  color:var(--mainColor);
  background:transparent;
}

.layout-product-project .product-images .gallery-top .swiper-slide {
  padding-bottom:46%;
}

.layout-product-project .product-images .gallery-thumbs .swiper-slide {
  padding-bottom:7%;
  aspect-ratio:initial;
}

@media (max-width:767px) {
  .layout-product-project .product-images .gallery-thumbs .swiper-slide {
    padding-bottom:10%;
  }
}

.layout-product-project .product-relate .product-relate-swiper .swiper-slide {
  border:1px solid rgba(0,0,0,0.08);
}

.layout-product-project .twentytwenty-wrapper {
  margin-bottom:1rem;
}

.product-promotion {
  margin-bottom:20px;
  border-radius:6px;
  overflow:hidden;
}

.product-promotion h2 {
  background:linear-gradient(102.28deg,#FF6F1E 9.68%,#FF0F49 100%);
  font-weight:600;
  padding:10px;
  font-size:17px;
  margin-bottom:0;
  color:#fff;
}

.product-promotion h2 svg {
  margin-right:3px;
  position:relative;
  top:-1px;
}

.product-promotion__content {
  border:1px solid #E2E6F2;
  border-top:none;
  padding:10px;
  border-radius:0 0 6px 6px;
}

.product-promotion__content ul {
  list-style:disc;
  padding-left:15px;
  font-size:15px;
}

.product-promotion__content strong {
  color:#ff0f49;
}

.product-promotion__content p {
  margin-bottom:5px;
}

.policy-product {
  overflow:hidden;
  border:1px solid #e4e4e4;
  padding:15px;
  border-radius:var(--main-border-radius);
}

.policy-product__content .item {
  margin-bottom:16px;
  text-align:center;
  border-bottom:1px solid #e4e4e4;
  padding-bottom:16px;
}

.policy-product__content .item:last-child {
  border-bottom:initial;
  margin-bottom:0;
}

.policy-product__content .item .icon {
  margin-bottom:8px;
}

.policy-product__content .item .icon img {
  width:48px;
}

.policy-product__content .item .info .title {
  font-weight:500;
  margin-bottom:8px;
}

.policy-product__content .item .info p {
  margin-bottom:0;
  color:#333;
  font-size:12px;
}

.policy-product__content .item:last-child {
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:initial;
}

.product-images {
  position:relative;
}

.product-images .gallery-top .swiper-slide {
  display:block;
  padding-bottom:100%;
}

.product-images .gallery-top .swiper-slide img {
  border-radius:var(--main-border-radius);
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

.product-images .gallery-top .frame {
  position:absolute;
  width:100%;
  height:100%;
  z-index:3;
}

@media (max-width:767px) {
  .product-images .gallery-top {
    margin-bottom:20px;
  }
  .product-images .gallery-top .swiper-slide {
    padding-bottom:100%;
  }
}

.product-images .gallery-thumbs {
  margin-top:20px;
}

@media (max-width:991px) {
  .product-images .gallery-thumbs {
    margin-bottom:20px;
  }
}

.product-images .gallery-thumbs .swiper-slide {
  cursor:pointer;
  border-radius:var(--main-border-radius);
  display:block;
  aspect-ratio:1 / 1;
  opacity:0.6;
  border:1px solid #e9e9e9;
}

.product-images .gallery-thumbs .swiper-slide img {
  border-radius:var(--main-border-radius);
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

.product-images .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity:1;
  border-color:var(--mainColor);
}

.featured-product {
  margin-bottom:60px;
}

.block-tab-product {
  margin-bottom:60px;
}

.product-tab__nav {
  margin-bottom:20px;
}

.product-tab__nav ul {
  display:flex;
  gap:40px;
}

@media (min-width:991px) {
  .product-tab__nav ul {
    justify-content:center;
  }
}

.product-tab .tab-link {
  position:relative;
  cursor:pointer;
}

.product-tab .tab-link h3 {
  font-size:24px;
  line-height:30px;
  font-weight:600;
  color:#a0a0a0;
  transition-duration:.3s;
}

.product-tab .tab-link:after {
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:1px;
  background-color:var(--mainColor);
  transition:all .3s ease;
}

.product-tab .tab-link.active:after,
.product-tab .tab-link:hover:after {
  width:100%;
}

.product-tab .tab-link.active h3,
.product-tab .tab-link:hover h3 {
  color:var(--mainColor);
}

.product-tab .tab-link.active {
  box-shadow:0 2px 2px 0 rgba(28,36,51,0.1);
}

.product-tab .tab-content {
  opacity:0;
  visibility:hidden;
  height:0;
  overflow:hidden;
}

.product-tab .tab-content.active {
  opacity:1;
  visibility:visible;
  height:auto;
}

.combo-shopping {
  padding:30px;
  background:linear-gradient(to bottom,#c38e70,transparent 50%);
  margin-bottom:60px;
  box-shadow:0 0 5px rgba(0,0,0,0.05);
  border-radius:var(--main-border-radius);
}

.combo-shopping .title {
  font-weight:700;
  font-size:32px;
  margin-bottom:20px;
  text-align:center;
  color:#fff;
}

.combo-shopping .style-list {
  gap:20px;
  grid-template-columns:repeat(3,1fr);
  display:grid;
  margin-bottom:20px;
}

.combo-shopping .style-list .item .checkbox-wrap {
  margin-top:10px;
}

.combo-shopping .style-list .item .checkbox-wrap .checkbox {
  display:inline-block;
  cursor:pointer;
  font-size:13px;
  font-weight:400;
  color:#9b9b9b;
}

.combo-shopping .style-list .item .checkbox-wrap .checkbox input[type=checkbox] {
  opacity:0;
  filter:alpha(opacity=0);
  display:none;
}

.combo-shopping .style-list .item .checkbox-wrap .checkbox input[type=checkbox]+span.ico {
  width:18px;
  height:18px;
  display:inline-block;
  background-image:url(../images/check-off2.svg);
  background-size:18px;
  vertical-align:middle;
  color:#a6a6a6;
  margin-right:2px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

.combo-shopping .style-list .item .checkbox-wrap .checkbox input[type=checkbox]:checked+span.ico {
  background-image:url(../images/check-on.svg);
}

.combo-shopping .style-list .item .image {
  position:relative;
  padding-bottom:100%;
  margin-bottom:10px;
}

.combo-shopping .style-list .item .image img {
  width:auto;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  border-radius:var(--main-border-radius);
}

.combo-shopping .style-list .item .name select {
  margin-bottom:8px;
  border-radius:var(--main-border-radius);
  padding:5px 8px;
  border-color:#e4e4e4;
  cursor:pointer;
}

.combo-shopping .style-list .item .name a {
  display:block;
  margin-bottom:8px;
}

.combo-shopping .style-list .item .name a:hover,
.combo-shopping .style-list .item .name a:focus {
  color:var(--mainColor);
}

.combo-shopping .style-list .item .name .variant_price {
  color:var(--priceColor);
}

.combo-shopping .style-list .item .name .variant_price .price {
  font-weight:500;
}

@media (max-width:480px) {
  .combo-shopping .style-list .item .name b {
    display:block;
  }
  .combo-shopping .style-list .item .name span {
    display:none;
  }
}

.combo-shopping .style-list .item.disabled .image,
.combo-shopping .style-list .item.disabled .name,
.combo-shopping .style-list .item.disabled .variant_price {
  opacity:0.3;
}

.combo-shopping .summary {
  text-align:center;
  position:sticky;
  top:0;
}

.combo-shopping .summary p {
  font-size:18px;
}

.combo-shopping .summary p .total-prices {
  color:var(--priceColor);
  font-weight:600;
}

.combo-shopping .summary button {
  background:#000;
  border:solid 1px #000;
  color:#fff;
  padding:14px 28px;
  border-radius:var(--main-border-radius);
  text-transform:uppercase;
  font-weight:500;
  transition:all .4s ease;
}

.combo-shopping .summary button:hover,
.combo-shopping .summary button:focus {
  border-color:var(--mainColor);
  color:var(--mainColor);
  background:transparent;
}

.product-relate {
  margin-bottom:60px;
}

.product-relate h2 {
  font-weight:700;
  font-size:32px;
  margin-bottom:10px;
  text-align:center;
}

.product-relate .product-relate-swiper .swiper-slide {
  height:auto;
}

@media (max-width:480px) {
  .product-relate .product-relate-swiper .swiper-button-next,
  .product-relate .product-relate-swiper .swiper-button-prev {
    top:40%;
  }
}

.product-viewed {
  margin-bottom:60px;
}

.product-viewed h2 {
  font-weight:700;
  font-size:32px;
  margin-bottom:10px;
  text-align:center;
}

.product-viewed .recent-viewed .swiper-slide {
  height:auto;
}

@media (max-width:480px) {
  .product-viewed .recent-viewed .swiper-button-next,
  .product-viewed .recent-viewed .swiper-button-prev {
    top:40%;
  }
}

@media (max-width:1199px) {
  .product-tab__nav {
    grid-template-columns:initial;
    display:block;
  }
  .product-tab__nav .tab-link {
    display:inline-block;
  }
}

@media (max-width:1199px) and (min-width:991px) {
  .policy-product {
    margin-top:16px;
  }
  .policy-product__content {
    display:flex;
    justify-content:center;
    gap:15px;
  }
  .policy-product__content .item {
    margin:0;
    padding:0;
    border-bottom:initial;
  }
}

@media (max-width:991px) and (min-width:767px) {
  .product-images .gallery-thumbs .swiper-slide {
    padding-bottom:15%;
  }
  .product-images .gallery-top .swiper-slide {
    padding-bottom:70%;
  }
  .policy-product {
    margin-top:16px;
  }
  .policy-product__content {
    display:flex;
    justify-content:center;
    gap:60px;
  }
  .policy-product__content .item {
    margin:0;
    padding:0;
    border-bottom:initial;
  }
}

@media (max-width:991px) {
  .product-details {
    margin-top:20px;
    margin-bottom:20px;
  }
  .product-tab {
    position:relative;
    margin-bottom:20px;
  }
  .product-tab__nav {
    flex:1;
    display:block;
    overflow-x:hidden;
  }
  .product-tab__nav ul {
    white-space:nowrap;
    transition:margin-left 0.3s ease;
    overflow:auto;
  }
  .product-tab__nav ul::-webkit-scrollbar {
    display:none;
  }
}

@media (max-width:767px) {
  .combo-shopping {
    padding:16px;
  }
  .combo-shopping .title {
    font-size:28px;
  }
  .policy-product {
    margin-top:16px;
    padding:initial;
    border:initial;
  }
  .policy-product__content .item {
    margin:0;
    padding:0;
    border-bottom:initial;
    text-align:left;
    display:flex;
    margin-bottom:16px;
  }
  .policy-product__content .item:last-child {
    margin-bottom:0;
  }
  .policy-product__content .item .icon {
    width:48px;
    margin-bottom:0;
  }
  .policy-product__content .item .info {
    width:calc(100% - 48px);
    padding-left:16px;
  }
  .list-unstyled {
    position:initial;
    margin-top:15px;
  }
  .featured-product {
    margin-bottom:40px;
  }
  .block-tab-product {
    margin-bottom:40px;
  }
  .product-relate {
    margin-bottom:40px;
  }
  .product-relate h2 {
    font-size:28px;
  }
  .product-viewed {
    margin-bottom:40px;
  }
  .product-viewed h2 {
    font-size:28px;
  }
  .title-product {
    margin-top:15px;
  }
  .layout-product .product-quantity {
    display:block;
  }
  .layout-product .input_number_product {
    width:100%;
  }
  .layout-product .button_actions .add_to_cart {
    margin-top:15px;
    width:100%;
  }
  .product-details__productName {
    font-size:24px;
  }
  .modal-specifications {
    max-width:400px;
  }
}

@media (max-width:767px) and (max-width:320px) {
  .modal-specifications {
    max-width:300px;
  }
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 10px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    left: 10px;
    right: auto;
}
svg {
    overflow: hidden;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}















