/******List readmore Voucher********/
/*******start voucher*********/
.tab-content.tab-content-vc {
    padding: 0;
    background: transparent;
}
.showcode-content {
	background: #bf2614 !important;
	color: #fff !important;
	border: 1px solid #bf2614 !important;
}
.showcode-content {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	position: relative;
	margin-top: auto;
	width: -webkit-fit-content;
	width: fit-content;
	width: -moz-fit-content;
}
.showcode-content .circle {
	border-radius: 999px !important;
	-o-object-fit: cover;
	object-fit: cover;
}
.showcode-content .circle {
	border-color: transparent #bf2614 #bf2614 transparent !important;
}
.showcode-content .circle-left {
	left: -6px;
	transform: rotate(-45deg);
}
.showcode-content .circle {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: calc(50% - 6px);
	background-color: #e0f4db;
	border-radius: 14px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent #000 #000 transparent;
}
.showcode-content .circle-right {
	right: -6px;
	transform: rotate(135deg);
}
.code-apply {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: pointer;
	font-weight: 700;
}
.code-apply-item {
	--w: calc(40px + (140 - 100) * ((100vw - 300px) / (1920 - 300)));
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	padding: 8px 10px;
	box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
	border: 1px solid #e8e8e8;
	background:#ffffff;
}
.code-apply-logo {
	width: var(--w);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.code-apply-content {
	width: calc(100% - var(--w) - 16px);
	border-left: 1px dashed #e1e1e1;
	position: relative;
	padding-left: 16px;
	margin-left: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.code-apply-content:before {
    top: -19px;
    transform: rotate(45deg);
}
.code-apply-content::after {
    bottom: -19px;
    transform: rotate(-135deg);
}
.code-apply-content:after, .code-apply-content:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: #e0f4db;
    border-radius: 16px;
    border-width: 1px;
    border-style: dashed;
    border-color: transparent #e1e1e1 #e1e1e1 transparent;
    position: absolute;
    left: -9px;
}
.apply-text {
    width: calc(100% - 100px);
    padding: 10px 10px 10px 0;
    font-size: 14px;
	line-height:1.3em;
}
@media(max-width:767px){
	.apply-text * {
		font-size: 14px !important;
	}
}
.apply-button-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.apply-button {
    background: #fff;
    border: 1px solid #c3c3c3;
    color: #000;
    outline: 0;
    width: 100px;
    padding: 7px 7px 5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.product-desc-content .code-apply-item {
    margin-bottom: 10px;
}
.nav-tabs-vcwp {
    overflow-x: auto;
}
.nav-tabs-vcwp>ul{
    width: max-content;
}
.nav-tabs-vc{border:0;}
.nav-tabs-vc li{margin-bottom:5px;}
.title-discount {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.nav-tabs-vc .nav-link, .nav-tabs-vc .nav-link.active{background:transparent; padding:0; border-radius:0;}
@media(max-width:450px){
	.code-apply{
		font-weight: 500;
		font-size: 14px;
	}
	.code-apply-item{
		display:block;
	}
	.code-apply-logo{display:none;}
	.code-apply-content {
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		display: block;
	}
	.apply-text{width:100%; padding:0; margin-bottom:10px;}
	.apply-button {
		width: 85px;
		padding: 4px 3px 4px;
		font-size: 14px;
		font-weight: bold;
	}
}
/*******end voucher*********/
/******END List readmore Voucher********/
.image-gallery-main{
	display:block;
	height:100%;
}
.image-gallery-main img{
	height:100%;
}
.product-form .label-attribute{font-size:14px; font-weight:bold;margin-bottom:5px;}

.product-form:not(.product-form-mb) .label-attribute{
	 font-weight:500;margin-bottom:0;
}
.list-attribute-in{
    overflow: auto;
    margin-top: 10px;
}
ul.wapper_cb {
    list-style: none;
    margin: 0;
    padding: 0;
	gap: 5px;
}
@media(max-width:992px){
	ul.wapper_cb {
		width: max-content;
	}
}
/* hide input */
ul.wapper_cb>li.cb input.radio:empty {
	margin-left: -999px;
}

/* style label */
ul.wapper_cb>li.cb>label input.radio:empty ~ .rd_in {
	position: relative;
	float: left;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
ul.wapper_cb>li.cb input.radio{display:none;}
ul.wapper_cb>li.cb label input.radio:empty ~ .rd_in { 
	height:35px; width:auto;
	background: #ffffff;
	color: #333;
	border-radius: 2px; -moz-border-radius:2px; -webkit-border-radius: 2px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow:hidden;
}
.product-color ul.wapper_cb>li.cb label input.radio ~ .rd_in ,ul.wapper_cb>li.cb.color_attr label input.radio ~ .rd_in{
	width:40px;
}
ul.wapper_cb>li.cb label input.radio:checked ~ .rd_in:before{
	content:"/";
}
/* toggle hover */
ul.wapper_cb>li.cb label input.radio:hover:not(:checked) ~ .rd_in {
	content:'\2714';
	text-indent: .9em;
	color: #C2C2C2;
	color: #888;
	position:relative;
}

/* toggle on */
ul.wapper_cb>li.cb label input.radio:checked ~ .rd_in {
    background-color: #fff;
    text-align: left;
    color: #000000;
    border: 1px solid;
    box-shadow: inset 0 0 0 2px #fff;
    border-color: #ee4d2d;
    color: #ee4d2d;
}
ul.wapper_cb>li.cb label input.radio:checked ~ .rd_in:after {
	border: 15px solid transparent;
    border-bottom: 15px solid #ee4d2d;
    content: "";
    position: absolute;
    right: -15px;
    bottom: 0;
}
ul.wapper_cb>li.cb label input.radio:checked ~ .rd_in:before {
    content: '\2714';
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    line-height: 1em;
    font-size: 10px;
    z-index: 10;
}
/* radio focus */
label input.radio:focus ~ .rd_in {
	box-shadow: 0 0 0 3px #999;
}
ul.wapper_cb>li.cb{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

/* toggle on */
ul.wapper_cb>li.cb label input.checkbox:checked ~ .rd_in {
	background-color: #ec2d1f;
	text-align:left;
	color: #777;
}
ul.wapper_cb>li.cb label input.checkbox:checked ~ .rd_in:before{content:'\2714'; color: #fff; position:absolute; top: 10px; left: 15px; }

/* checkbox focus */
label input.checkbox:focus ~ .rd_in {
	box-shadow: 0 0 0 3px #999;
}
ul.wapper_cb>li.cb{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
ul.wapper_cb>li.cb>label {
  width: auto;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
ul.wapper_cb>li.cb{padding-bottom:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

ul.wapper_cb>li.cb.name {padding-right:10px;}
ul.wapper_cb>li.cb.name >span{font-size:16px; text-transform:capitalize;line-height:38px;}
ul.wapper_cb.size>li.cb label .rd_in .image-attribute {
    height: 30px;
}
@media(max-width:767px){
	ul.wapper_cb.size>li.cb label .rd_in .image-attribute{
		height:25px;
	}
}
ul.wapper_cb.size>li.cb label .rd_in .image-attribute img{height:100%;}
ul.wapper_cb.size>li.cb label .rd_in .image-attribute ~ .name_attribuite{
	
}
ul.wapper_cb.size>li.cb label input.radio:empty ~ .rd_in{
    line-height: 1.5em;
    text-align: center;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	overflow:hidden;
	gap:3px;
	min-height:40px;
}
/* ul.wapper_cb.size>li.cb label input.radio:checked ~ .rd_in:before{display:none;} */
ul.wapper_cb.size>li.cb label input.radio:hover:not(:checked) ~ .rd_in{    text-indent: initial;}
.title_comment {
    margin-bottom: 10px;
    font-weight: bold;
}
@media(max-width:767px){
	ul.wapper_cb.size>li.cb label input.radio:empty ~ .rd_in {
		line-height: 1.3em;
		text-align: center;
		font-size: 13px;
		padding: 5px 5px;
		height: auto;
	}
	
}

/**************/
.offcanvas.offcanvas-bottom.offcanvas-cart {
    height: auto;
    max-height: 80vh;
}
button.btn-close {
    background: #000;
	color:#ffffff;
    position: absolute;
    top: 10px;
    right: 10px;
}
.offcanvas .product-form .label-attribute{
	font-weight:normal;
	
}
.btn-pro-detail-offcanvas {
	min-height: 48px;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    height: auto;
    z-index: 999;
	color:#fff;
	border:0;
    border-radius: 0 !important;
    background: #da0020 !important;
    border: 0;
}
.btn-pro-detail-offcanvas:hover,.btn-pro-detail-offcanvas:focus, .btn-pro-detail-offcanvas:active{
 background: #da0020 !important;
   border: 0 !important; color:#fff !important;
}
.offcanvas.offcanvas-bottom.offcanvas-cart button.btn-close {
    background: transparent;
    color: #000000;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    border-radius: 0;
    height: 20px;
}
.offcanvas.offcanvas-bottom.offcanvas-cart button.btn-close i {
    display: inline-block;
    line-height: 0;
    font-size: 22px;
}
.offcanvas-cart .info-image-mobile {
    padding: 10px 0;
}
.image.image-change-mobile img {
    height: 95px;
}
.offcanvas-cart .list-attribute {
    padding:15px 0 5px 0;
    max-height: 30vh;
    overflow: auto;
	border-top:1px solid #e3e3e3;
}
.offcanvas-cart .list-attribute .row {
    margin: 0 auto !important;
}
.offcanvas-cart form.addToCart{
    padding:8px;
		border-top:1px solid #e3e3e3;
}
.offcanvas-cart .product-qty-number input {
    height: 35px;
    background: transparent;
    border: 1px solid;
    color: #8f8f8f;
    font-size: 16px;
    font-weight: normal;
    text-shadow: none;
}
.offcanvas-cart .quantity_html.text-small {
    font-size: 14px;
	margin:0;
}
.offcanvas-cart .product-qty-number .btn-cart {
    font-size: 16px;
    line-height: 35px;
}
.offcanvas-cart .btn-pro-detail{
	border-radius:5px;
	min-height:45px;
}
.offcanvas-cart .product-qty-number .minus-btn {
    border-right: 1px solid;
}
.offcanvas-cart .product-qty-number .plus-btn{
    border-left: 1px solid;
}
.offcanvas-cart .product-qty-number .btn-cart{
	width:35px;
}
/**************/
.rating-symbol>div:before {
    color: #575656;
}
span.badge.bg-info {
    padding: 2px 7px;
    font-size: 12px;
    line-height: 1.5em;
    background: #a1a1a1 !important;
}
.fancybox__container {
    z-index: 9999999999 !important;
}
.status-pro {
    font-size: 12px;
    font-weight: bold;
}
.t-success{color:#198754;}
.t-warning{color:#ffc107;}
.t-danger{color:#dc3545;}
.image-change-mobile>.image-gallery-main:before {
    content: "\f424";
    font-family: "Font Awesome Pro";
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 1000;
    color: #ffffff;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    line-height: 1em;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offcanvas-cart-mobile .product-details .heading1 {
    line-height: 1.3em;
    font-size: 14px;
}
.price-pro-wp.price-pro-mobile .new-price {
    text-shadow: none;
    font-size: 14px;
    font-weight: 500 !important;
}
.price-pro-wp.price-pro-mobile .precent-price{
	font-size: 10px;
}