.item-box-procat {
  border-radius: 15px;
  background: #F8ECFF;
  box-shadow: 0px 4px 14px 0px rgba(95, 95, 95, 0.25);
  padding: 32px 27px 23px;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
}
.item-box-procat p {
  margin-bottom: 0;
}
.item-box-procat label {
  color: #782DA4;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.head-procat-row .col-mb:nth-child(2) .item-box-procat{
	background-color: #FFE8DB;
}
.head-procat-row .col-mb:nth-child(2) label{
	color: #E86826;
}
.head-procat-row .col-mb:nth-child(3) .item-box-procat{
	background-color: #FFF6E8;
}
.head-procat-row .col-mb:nth-child(3) label{
	color: #F8A622;
}
/**/

.brand-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
/*  flex-wrap: wrap;*/
	overflow: auto;

}
.brand-list li a {
  border: 1px solid #acacac;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
  padding: 0;
  padding: 0;
  display: block;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-bottom: 5px;
}
.brand-list li a img {
  object-fit: contain;
  width: 100%;
}
.brand-list li {
	max-width: ;
	width: 162px;
	min-width: 162px;
	white-space: nowrap;
}
/**/
.archive.woocommerce #main>.woocommerce-breadcrumb{
	display: none;
}
.procat-filter .woocommerce-breadcrumb{
	margin-bottom: 0 !important;
}
/**/
.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	border-radius: 10px;
	background-color: #F4F4F4;
	border: 0;
	float: left;
	flex:1;
	font-size: 24px;
}
.woocommerce .woocommerce-ordering select option{
	font-size: 16px;
}
.woocommerce .woocommerce-ordering {
	margin: 0 0 1em;
	display: flex;
	align-items: center;
	float: left;
}
/**/
.related ul.products,
.woocommerce ul.products.columns-4:not(.swiper-wrapper),
.woocommerce.columns-4 ul.products:not(.swiper-wrapper) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    background-color: #fff;
    padding: 10px;
}
.woocommerce ul.products.columns-5:not(.swiper-wrapper),
.woocommerce.columns-5 ul.products:not(.swiper-wrapper) {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
    background-color: #fff;
    padding: 10px;
}
.woocommerce .products.columns-5 ul::after,
.woocommerce .products.columns-5 ul::before,
.woocommerce ul.products.columns-5::after,
.woocommerce ul.products.columns-5::before,
.related ul.products::after,
.related ul.products::before,
.woocommerce .products.columns-4 ul::after,
.woocommerce .products.columns-4 ul::before,
.woocommerce ul.products.columns-4::after,
.woocommerce ul.products.columns-4::before {
    display: none !important;
}

.related ul.products li.type-product,
.woocommerce ul.products.columns-5 li.type-product:not(.swiper-slide),
.woocommerce.columns-5 ul.products li.type-product:not(.swiper-slide),
.woocommerce ul.products.columns-4 li.type-product:not(.swiper-slide),
.woocommerce.columns-4 ul.products li.type-product:not(.swiper-slide) {
	margin: 0 !important;
    width: 100% !important;
}

.woocommerce ul.products li.product {
	position: relative;
	position: relative;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 0 !important;
	border-radius: 20px;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.16);
	margin-bottom: 30px !important;
}
.woocommerce ul.products li.product:hover {
	box-shadow: 2px 4px 10px rgba(0,0,0,.2);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	display: block;
	line-height: 1.3em;
	min-height: unset;
	font-size: 16px;
	padding: 0 10px;
	color: #111;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
	color: rgba(51, 51, 51, 0.89);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px; /* 80% */
	margin-bottom: 10px;
	height: 58px;
}
.woocommerce ul.products li.product .price {
	display: block;
	overflow: hidden;
	padding: 5px 10px 10px 10px;
	color: #FF5757;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	font-size: 38px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
.woocommerce ul.products li.product .price .amount {
	color: #F00;
	display: inline-block;
	vertical-align: text-bottom;
	overflow: hidden;
	font-size: 38px;
	line-height: 28px;
	font-weight: bold;
}
.woocommerce ul.products li.product .price ins{
	float: left;
	order: -1;
	line-height: 0;
}
.woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price del .amount {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-weight: normal;
	text-decoration: line-through;
	margin-left: 5px;
	color: #555;
	font-weight: normal;
	opacity: 1;
	font-family: "r0c0i-Linotte";
}
.woocommerce li span.onsale {
	position: absolute;
	display: block;
	padding: 0 .5em;
	border-radius: .2em;
	background: #F00;
	font-weight: 700;
	color: #fff;
	order: 99;
	right: 10px;
	top: 10px;
	font-size: 19px;
	min-height: auto;
	min-width: auto;
	margin: 0 !important;
	line-height: normal;
	padding: 0px 8px;
	border-radius: 0 8px;
}
.woocommerce ul.products li.product a.btn-lienhe {
	text-decoration: none;
	border-radius: 24px;
	background: linear-gradient(180deg, #F77633 0%, #E86826 100%);
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 92%;
	margin: 0 auto 11px;
	font-size: 28px;
	font-family: "Dongle", sans-serif;
}
body.woocommerce ul.products li.product a.added_to_cart,
body.woocommerce ul.products li.product .button {
	display: inline-block;
	margin-top: 1em;
	border-radius: 24px;
	border: 1px solid #E86826;
	margin: 0;
	background-color: transparent;
	width: 92%;
	margin: 0 auto 10px;
	text-align: center;
	padding: 10px 13px;
	color: #E86826;
	display: block;
	height: 46px;
	font-size: 28px;
}
body.woocommerce ul.products li.product .button.ajax_add_to_cart,
body.woocommerce ul.products li.product .button.ajax_add_to_cart.added {
	display: none;
}

.thong-tin-them {
	padding: 0 10px;
	color: #782DA4;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 25px;
}
/**/
.main-content-productcat{
	background-color: #fff;
	padding: 10px;
	border-radius: 30px;
	background: #FBF4FF;
	padding: 50px;
}
.term-description {
  max-height:400px;
  overflow:hidden
}
.xemthem_cap1 {
  text-align:center;
  margin:20px auto 0
}
.xemthem_cap1 a {
	color: #fff;
	border-radius: 24px;
	background: linear-gradient(180deg, #F77633 0%, #E86826 100%);
	font-size: 18px;
	padding: 10px 20px;
}
.xemthem_cap1 a:hover {
	background: #F77633;
  color: #fff;
}
/**/
.full-dki-daily {
	position: relative;
	background-color: #FBF4FF;
	padding: 80px 0;
	background-size: cover;
}
.full-dki-daily::before {
	content: "";
/*	background-image: url(images/bg-dki-daily.png);*/
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	opacity: .6;
}
.procat-daily.row {
	position: relative;
	z-index: 1;
}
.procat-daily-info .sub-title{
	color: #E86826;
	font-size: 43px;
	font-weight: 400;
	line-height: 40px;
}
.procat-daily-info .title{
	color: #782DA4;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
}
.procat-daily-info .desc{
	color: #231F20;
	font-size: 28px;
	font-weight: 400;
	line-height: 28px;
	margin: 20px 0;
}
.procat-daily-info .banner{
	position: relative;
}
.procat-daily-info .banner img{
	border-radius: 20px;
	z-index: 2;
	position: relative;
	width: 100%;
	display: block;
}
.procat-daily-info .banner::before{
	content: "";
	border-radius: 28px;
	background: #782DA4;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -17px;
	bottom: -17px;
	z-index: 1;
}
.procat-daily-form-wrap{
	padding: 8px;
	border-radius: 24px;
	background-color: #fff;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
}
.procat-daily-form{
	border-radius: 24px;
	background: #782DA4;
	padding: 40px;
}
.procat-daily-form-head .sub-title {
	color: rgba(255, 255, 255, 0.80);
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	text-transform: uppercase;
}
.procat-daily-form-head .title {
	color: #FFF;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
}
.procat-daily-form-head .desc {
	max-width: 366px;
	margin: 0 auto;
}
.procat-daily-form label{
	color: #fff;
}
.procat-daily-form  button.btn-td {
	width: 100%;
	border: 0;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.40);
	background: linear-gradient(180deg, #782DA4 0%, #53087F 100%);
	box-shadow: 2px 6px 8px 0px rgba(0, 0, 0, 0.10);
}
.procat-daily-form  button.btn-td i{
	font-size: 15px;
}
.woocommerce-message a.button {
	padding: 5px 10px;
}
/*single product*/
.single-product .full-header{
	position: relative;
}
.single-product-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main>.woocommerce-breadcrumb{
	width: 100%;
	margin-bottom: 50px !important;
}
.woocommerce-breadcrumb,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
	color: #393939 !important;
	font-size: 28px !important;
}
@media only screen and (min-width: 767px) {
	.single-product-wrap .type-product {
		width: 73%;
	}
	.single-product-wrap .sidebar-one {
		width: 25%;
	}
}
/**/
.main-sw-galll{
	position: relative;
	margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	aspect-ratio: 86/102;
	object-fit: cover;
}
/**/
.custom-price-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}

.custom-price-left {
  font-size: 58px;
  font-weight: bold;
  color: red;
  line-height: 1;
}

.custom-price-right {
  font-size: 15px;
  color: #555;
  line-height: 1.1;
}

.custom-price-right del {
  color: #616161;
  margin-right: 6px;
  font-family: "r0c0i-Linotte";
  font-weight: 600;
}

.percent-badge {
  background: red;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 4px;
  line-height: 1;
  position: relative;
  top: -4px;

}

.saving {
	font-size: 22px;
	color: #616161;
}

/**/
.woocommerce .quantity .qty_button{
    cursor: pointer;
    background-color: #FFFBF0;
}
.woocommerce .quantity .qty_button:hover{
    border-color: #E86826;
    color: #E86826;
}
.woocommerce .quantity .qty_button, .woocommerce .quantity .qty {
    /* border: 0; */
    outline: none;
    height: 36px;
    text-align: center;
    width: 36px;
    float: left;
    margin-right: 5px;
    border: 1px solid #8A8A8A;
    background: #fff;
/*    font-size: 20px;*/
    padding: 0;
    border-radius: 5px;
}
.woocommerce .quantity .qty {
    border: 0.974px solid #8A8A8A;
    background: rgba(217, 217, 217, 0.00);
    min-width: 72px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
.woocommerce button.button.single_add_to_cart_button{
    height: 45px;
}
.woocommerce div.product form.cart button.button.alt {
    height: 58px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 15px;
}
.woocommerce div.product .summary form.cart button.button.single_add_to_cart_button {
  width: 49%;
}
.woocommerce div.product .summary form.cart button.button.buy_now_button,
.woocommerce div.product .summary form.cart button.button.wc-buy-now-btn {
    background-color: #fcaf17;
    color: #fff;
    width: calc(100% - 52%);
    background-color: #E86826 !important;
    border-radius: 15px;
    background: linear-gradient(180deg, #F0854D 0%, #E86826 100%) !important;
    color: #fff !important;
    margin-left: 2%;
}
.variations_form .single_variation_wrap .single-product-btn {
  display: none;
}
.variations_form .single_variation_wrap .wc-buy-now-btn {
    display: block !important;
}
.variations_form .wc-buy-now-btn{
    display: none !important;
}
.woocommerce-variation.single_variation {
    margin-bottom: 15px;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-notices-wrapper {
	width: 100%;
	margin-bottom: 30px;
}
.woocommerce-message {
    border-top-color: #E86826;
}
.button.wc-backward,
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    background-color: #E86826 !important;
    color: #fff !important;
}
.woocommerce-message::before {
    color: #E86826;
}
.woocommerce div.product .summary form.cart {
/*     padding-top: 20px; */
    padding-bottom: 20px;
    margin-bottom: 0;
}
.woocommerce div.product .summary form.cart .button {
    display: inline-block;
    padding: 18px 10px;
    /* width: auto; */
    margin: 0;
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    font-size: 30px;
    background-color: transparent !important;
    border: 1px solid #E86826 !important;
    color: #E86826 !important;
    font-weight: normal;
    width: 100%;
}
.woocommerce div.product .summary form.cart .button:hover, 
.woocommerce div.product .summary form.cart .button:focus {
    background-color: #E86826;
    border-color: #E86826;
    color: #E86826;
}
/**/
.woocommerce div.product .product_title {
	color: #2A2A2A;
	font-size: 47px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
}
.listInfoDesc ul{
	display: flex;
	list-style: none;	
	padding: 0;
}
.listInfoDesc a {
	color: #0b5690;
	font-weight: bold;
}
.woocommerce div.product .summary-wrap p.price {
	display: block;
	overflow: hidden;
	line-height: 20px;
	padding: 0;
	margin-bottom: 10px;
	display: inline-block;
	overflow: hidden;
	font-size: 24px;
	color: #de1316;
	vertical-align: middle;
	margin-right: 10px;
	font-weight: bold;
	display: flex;
}
.woocommerce div.product p.price ins {
	order: -1;
}
.woocommerce div.product p.price del {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #444;
	text-decoration: line-through;
	font-weight: normal;
	opacity: 1;
	margin-left: 10px;
}
.woocommerce div.product .woocommerce-variation-price span.price del {
	display: none;
}
.woocommerce div.product .woocommerce-variation-price span.price ins {
	text-decoration: none;
}

.select_option {
	border: 2px solid #eee !important;
	padding: 2px 6px !important;
}
.select_option .yith_wccl_value{
	border: 0 !important;
	font-size: 14px !important;
}
.select_option.selected {
	color: #f80 !important;
	background: #fff !important;
	border-color: #f80 !important;
}
.single_add_to_cart_button.button.alt {
/*	display: none;*/
}
.quantity{
	width: 100%;
	margin-bottom: 20px !important;
}
.input-text {
}
.single_variation_wrap{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.woocommerce-variation-add-to-cart{
	order: -1;
}
.woocommerce-variation-price{
	display: inline-flex;
	align-items: center;
}
.woocommerce-variation-price::before {
	content: "Thanh toán:";
	width: 85px;
	display: block;
}
.woocommerce-variation-price .amount {
	color: #de1316;
	font-weight: 600;
	font-size: 16px;
}
.woocommerce div.product form.cart{
	margin-bottom: 10px !important;
}
/**/
.woocommerce-product-details__short-description {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 5px 0;
	background: #fff;
	padding: 40px 30px 20px 15px;
	border-radius: 15px;
	border: 1px dashed #782DA4;
	margin-top: -25px;
}
.woocommerce-product-details__short-description ul{
	margin: 0;
}
.woocommerce-product-details__short-description li {
	font-size: 28px;
	list-style: none;
	position: relative;
}
.woocommerce-product-details__short-description li::before {
	content: "";
	background-image: url(images/10806533.svg);
	width: 20px;
	height: 20px;
	background-size: contain;
	display: inline-block;
	position: absolute;
	left: -20px;
}
.woocommerce-product-details__short-description li::marker {
	font-size: 15px;
}
.woocommerce-product-details__short-description p{
	margin-bottom: 5px;
}
.short-description-wrap > h2 {
	border-radius: 8px 8px 8px 0px;
	border: 1px solid #782DA4;
	background: #782DA4;
	padding: 5px 16px 0;
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	position: relative;
	z-index: 1;
	left: -11px;
}
.short-description-wrap::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #5A1086;
	position: absolute;
	top: 45px;
	left: -10px;
}
/**/
body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	color: #FF5757;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 37px; /* 142.308% */
}
.product_meta {
	margin: 20px 0;
	font-size: 28px;
}
.btn.btn-secondary.btn-hvg {
	display: flex;
	width: 294px;
	height: 56px;
	padding: 10px 70px 10px 71px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 20px;
	background: #FF5757;
	border-color: #FF5757;
	font-size: 25px;
}

/*tabs*/

.woocommerce-tabs {
  margin-top:20px;
  background-color:#fff;
  padding-bottom:15px
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding:0 15px!important;
  text-align:left;
  display: flex;
  justify-content: space-between;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border-radius: 15px;
  background: #F9F9F9;
  padding: 35px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #E86826 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display:none!important
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  background-color:#d7b401;
  width:100%;
  height:5px;
  content:"";
  position:absolute;
  bottom:0;
  left:0
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border:0!important;
  border-top-right-radius:4px;
  border-top-left-radius:4px;
  padding:0px!important;
  border-bottom:0px!important;
  margin-top:0px!important;
  position:relative;
  margin-right:20px!important;
  position:relative;
  background-color:transparent!important;
  border-radius: 8px;
  border: 0.6px solid rgba(232, 104, 38, 0.80) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  width: 22%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight:400!important;
  color: #E86826 !important;
  width: 100%;
  text-align: center;
  font-size: 28px !important;
  text-transform: capitalize;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li+li a::after {
  content:"";
  position:absolute;
  left:-10px;
  top:20px
}

.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active::before {
	color: #ffc516;
}
/**/
.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond input[type="email"] {
    display: block;
    width: 100%;
    border: 1px solid #999;
    border-radius: 5px;
}
body.woocommerce #review_form #respond .form-submit input {
  background-color: #E86826 !important;
  color: #fff;
  height: 50px;
}
/**/
.related-row {
	order: 4;
	padding-top: 50px;
}
.related-row .row-title{
	text-transform: uppercase;
}
/*///////////////////////////////////////////*/
/*cart*/
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 100px !important;
}
.woocommerce table.shop_table .variation {
    color: #686868;
    font-size: 18px;
    display: flex;
    margin-top: 0 ;
    text-transform: capitalize;
}
.woocommerce table.shop_table .variation dt{
    display: none !important; 
}
.woocommerce .wc-item-meta dd, 
.woocommerce dl.variation dd {
    margin: 0;
}
.woocommerce .wc-item-meta p, .woocommerce .wc-item-meta:last-child, 
.woocommerce dl.variation p, .woocommerce dl.variation:last-child {
    margin: 5px 0;
}
.woocommerce table.shop_table .variation dd p::after{
    content: " / ";
}
.woocommerce table.shop_table .variation dd:last-child p::after{
    display: none; 
}
/* checkout */
.woocommerce .form-row-last input.button {
    color: #fff !important;
}

.woocommerce .form-row-last input.button:hover {
    background: #ffff !important;
    border: 1px solid;
}
 .woocommerce-cart table.cart td.actions .coupon .input-text{
    height: 35px;
 }


/*check out*/
.checkout .form-row label {
    color: #333333;
}

.woocommerce-info {
    border-color: #48cab2 !important;
}

.checkout .form-row input,
.woocommerce .woocommerce-checkout form.checkout_coupon .form-row input.input-text,
.woocommerce .woocommerce-checkout form.checkout_coupon .form-row textarea,
.woocommerce .woocommerce-checkout form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    box-shadow: 0 0 0 1px #d9d9d9;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box !important;
    width: 100% !important;
    padding: 0.94em 2.8em 0.94em 0.8em;
    word-break: normal;
    border: 1px solid #d9d9d9;
}

.checkout_coupon .input-text,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input.input-text {
    box-shadow: none;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.94em 2.8em 0.94em 0.8em;
    word-break: normal;
}

.woocommerce-form-coupon-toggle {
    display: none !important;
}

#place_order {
    width: 100%;
    margin-top: 20px;
}

.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_first_name_field,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_address_1_field,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_phone_field,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_email_field {
    width: 100%;
}

.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_city_field {
    width: 50%;
}

.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_address_2_field {
    width: 50%;
    padding-right: 0px;
}

body.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: none !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

body.woocommerce .woocommerce-checkout .col2-set div.col-1,
.woocommerce-page .woocommerce-checkout .col2-set div.col-1 {
    width: 100%
}

.checkout-tu-tao {
    float: left;
    width: 48%;
    display: flex;
}

.checkout-tu-tao #customer_details .col-1 {
    width: 100% !important;
}

#customer_details h3 {
    margin-top: 0px;
    margin-bottom: 10px
}

.phuongthuc_ship {
    margin-bottom: 20px;
}

.checkout.woocommerce-checkout.woocommerce-checkout-tao,
.full-checkout .woocommerce-message {
    float: right;
    width: 48%;
}

.woocommerce-checkout-tao #customer_details {
    display: none;
}

.order_review_toggle_mobile {
    margin: 15px 0;
    display: none;
}

.billing_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.billing_bottom a {
    text-decoration: none;
    color: #338dbc;
}

.billing_bottom button {
    padding: 1.4em 1.7em;
    border-radius: 4px;
    background: #338dbc;
    color: #fff;
    transition: 0.4s all;
    border: none;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.woocommerce .button.apply_input_coupon {
    padding: .9em 1.5em !important;
    border-radius: 3px !important;
    border: none !important;
    color: #fff !important;
    background: #338dbc !important;
    cursor: pointer !important;
}

.woocommerce .button.apply_input_coupon:hover {
    color: #fff !important;
    background: #338dbc !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th {
    text-align: left;
}

/*step2*/
.woocommerce-checkout-step2 #customer_details .col-1 {
    display: none;
}

.checkout.woocommerce-checkout.woocommerce-checkout-step2 #order_review {
    width: 48%;
    float: right;
}

.checkout.woocommerce-checkout.woocommerce-checkout-step2 .col2-set {
    width: 48%;
    float: left;
}

#shipping_method {
    border: 1px solid #ebebeb;
}

.woocommerce ul#shipping_method li+li {
    border-top: 1px solid #ebebeb;
}

.woocommerce ul#shipping_method li {
    padding: 10px;
}

#payment {
    background: none !important;
}

.wc_payment_methods.payment_methods.methods {
    padding: 0 !important;
    border: 1px solid #ebebeb;
}

.wc_payment_methods.payment_methods.methods li+li {
    border-top: 1px solid #ebebeb;
}

.wc_payment_methods.payment_methods.methods li {
    padding: 10px;
}

.form-row.place-order,
#order_review #payment {
    display: none;
}

/*end step2*/

.woocommerce .woocommerce-checkout form.checkout_coupon {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.submit_input_coupon {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.name_coupon_product {
    padding: .9em;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    flex-grow: 1;
    margin-right: 20px;
}

.submit_input_coupon p {
    padding: 0.9em 1.5em;
    border-radius: 3px;
    border: none;
    color: #fff !important;
    background: #338dbc;
    cursor: pointer;
    text-transform: initial;
    margin: 0;
}

.checkout .cart_item .thumbnail_product_checkout {
    width: 20%;
    position: relative;
}

.checkout .cart_item .thumbnail_product_checkout img {
    border-radius: 10px;
    border: 1px solid #dadada;
    padding: 0;
    overflow: hidden;
}

.checkout .cart_item .thumbnail_product_checkout .product-quantity {
    position: absolute;
    top: 0;
    right: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50px;
    background: #48cab2;
    color: white;
    font-weight: normal;
    line-height: 20px;
    font-size: 13px;
}

@media only screen and (max-width: 991px) {
    .submit_input_coupon p {
        padding: 0.9em 1em;
    }
    .woocommerce ul.products li.product a.btn-lienhe, 
    body.woocommerce ul.products li.product a.added_to_cart, 
    body.woocommerce ul.products li.product .button {
    	padding: 9px 13px;
    	height: 40px;
    	font-size: 22px;
    }
    .woocommerce ul.products li.product {
    	margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    .shop_table.cart .nd-quantity-input,
    .woocommerce td.product-name dl.variation {
        justify-content: flex-end;
    }
    /*checkout*/
    #order_review_heading,
    div.woocommerce-billing-fields h3 {
        margin-bottom: 10px;
    }

    .woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
        text-align: right;
    }

    .full-checkout {
        display: flex;
        flex-direction: column;
    }

    .checkout-tu-tao,
    .woocommerce-checkout-tao {
        width: 100% !important;
        order: 2;
    }

    .checkout.woocommerce-checkout {
        display: flex;
        flex-direction: column;
        order: 1;
    }

    .woocommerce-checkout-step2 #customer_details {
        width: 100%;
        order: 2;
    }

    .submit_input_coupon {
        padding: 0;
    }

    #order_review,
    .checkout.woocommerce-checkout.woocommerce-checkout-tao,
    .full-checkout .woocommerce-message {
        width: 100% !important;
    }
}

/*cam on*/
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    width: 100%;
    display: flex;
    padding: 20px 10px;
    background: #fafafafa;
}

.woocommerce-order .woocommerce-notice {
    text-align: center;
    padding: 20px;
    font-size: 30px;
    color: #782DA4;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.woocommerce ul.order_details li,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table td .amount {
    font-size: 24px;
    font-weight: normal;
}

.woocommerce ul.order_details li {
    float: none !important;
    width: 25%;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 20px !important;
    font-weight: bold;
}

.woocommerce ul.order_details li strong {
    font-weight: bold;
    color: #333333;
    font-size: 24px !important;
    margin-top: 10px;
}
.shop_table.cart .nd-sl{
    display: none;
}
.shop_table.cart .nd-quantity-input {
    display: flex;
}
.shop_table.cart .quantity .qty_button,.shop_table.cart   .quantity .qty{
    flex: none !important;
}

/**/
/**/
/*login*/
.headding_login {
    text-align: center;
    margin-bottom: 20px
}

.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password,
.woocommerce .register {
    width: 50%;
    margin: 0 auto !important
}

.woocommerce form.login input,
.woocommerce form.lost_reset_password input,
.woocommerce form.register input {
    height: 42px;
    border: 1px solid #ededed;
    padding: 10px
}

.woocommerce form.login button,
.woocommerce form.lost_reset_password button,
.woocommerce form.register button {
    background-color: #ff5722;
    padding: 15px 20px;
    border: 0;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.woocommerce form.lost_reset_password input {
    width: 100%
}


#yith-quick-view-modal .yith-wcqv-wrapper {
    width: 900px;
    overflow: hidden;
    border-radius: 5px;
}
#yith-quick-view-modal .summary .summary-content>.price{
    display: none;
}
@media only screen and (max-width:1400px) {
	.woocommerce ul.products li.product .woocommerce-loop-product__title{
		font-size: 25px;
	}
	.thong-tin-them {
		font-size: 20px;
	}
	.woocommerce ul.products li.product .price .amount {
		font-size: 30px;
		line-height: 19px;
	}
	.woocommerce ul.products li.product a.btn-lienhe,
	body.woocommerce ul.products li.product a.added_to_cart, body.woocommerce ul.products li.product .button {
		padding: 10px 13px;
		height: 43px;
		font-size: 25px;
	}
	.woocommerce .woocommerce-ordering select {
		padding: 5px 5px 5px 10px;
	}
}
@media only screen and (max-width:768px) {
	#main > .woocommerce-breadcrumb {
		width: 100%;
		margin-bottom: 20px !important;
		line-height: 1;
	}
	.product_meta {
		margin: 0;
		font-size: 24px;
	}
	.item-box-procat {
		padding: 20px;
		font-size: 29px;
		margin-bottom: 20px;
	}
	.woocommerce-breadcrumb, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
		font-size: 22px !important;
	}
	.custom-price-left {
		font-size: 32px;
	}
	.woocommerce div.product form.cart button.button.alt {
		height: 47px;
		padding: 0 10px;
	}
	.woocommerce div.product .summary form.cart .button{
		font-size: 23px;
	}
	.short-description-wrap > h2 {
		padding: 2px 16px 0;
		font-size: 23px;
		left: -7px;
	}
	.short-description-wrap::before {
		top: 28px;
		left: -6px;
	}
	.woocommerce-product-details__short-description li {
		font-size: 22px;
	}
	.woocommerce div.product div.summary{
		margin-bottom: 20px !important;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		white-space: nowrap;
		padding: 0 10px !important;
/*		min-width: 120px;*/
		width: auto;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 22px !important;
		padding: 4px 0 0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 0 10px !important;
		overflow: auto;
		margin-bottom: 20px;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.woocommerce div.product{
		width: 100%;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		padding: 15px !important;
	}
	.related-row {
		padding-top: 0;
	}
	.thong-tin-them {
		padding: 0;
	}
/*	*/
	.related ul.products,
	.woocommerce ul.products.columns-4:not(.swiper-wrapper),
	.woocommerce.columns-4 ul.products:not(.swiper-wrapper) {
		grid-template-columns: repeat(2, 1fr);
/*		grid-gap: 10px;*/
		margin-bottom: 0 !important;
		padding: 5px;
	}
/*	*/	
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 26px;
		padding: 0;
		line-height: 1;
	}
	.woocommerce ul.products li.product .price {
		padding: 5px 0;
		font-size: 30px;
	}
	.woocommerce ul.products li.product .price .amount {
		font-size: 29px;
	}
/*	*/
	.woocommerce div.product .product_title {
		font-size: 32px;
		line-height: 28px;
	}
	.woocommerce ul.products li.product a.btn-lienhe {
		height: 40px;
		padding: 5px;
	}
	body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
		font-size: 30px;
	}
	.btn.btn-secondary.btn-hvg {
		width: 280px;
		height: 47px;
		padding: 10px 20px;
		border-radius: 10px;
		font-size: 20px;
	}

	.protab-head li {
		font-size: 16px;
		padding-bottom: 14px;
		margin-right: 20px;
	}
	.protab-head{
		margin-bottom: 15px;
	}
	.related-row > h2 {
		font-size: 18px;
	}

	.related ul.products{
		grid-template-columns: repeat(2, 1fr);
		padding: 0;
	}
	/*	*/
	.full-dki-daily {
		padding: 40px 0;
	}
	.procat-daily-info .sub-title {
		font-size: 30px;
		line-height: 1;
	}
	.procat-daily-info .title {
		font-size: 35px;
		line-height: 1;
	}
	.procat-daily-info .desc{
		margin-top: 0;
	}
	.procat-daily-info .banner::before {
		left: -8px;
		bottom: -8px;
		z-index: 1;
	}
	.procat-daily-form-wrap {
		margin-top: 20px;
	}
	.procat-daily-form {
		border-radius: 20px;
		padding: 20px;
	}
	.procat-daily-form-head .title {
		font-size: 28px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		height: 52px;
	}
}
@media only screen and (max-width:640px) {
	.related ul.products,
	.woocommerce ul.products.columns-4:not(.swiper-wrapper),
	.woocommerce.columns-4 ul.products:not(.swiper-wrapper) {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 0 !important;
	}
	.woocommerce ul.products li.product:not(.swiper-slide), 
	.woocommerce-page ul.products li.product:not(.swiper-slide) {
		width: 100% !important;
	}
	.woocommerce-notices-wrapper {
		margin-bottom: 10px;
	}
	.woocommerce ul.products.columns-5:not(.swiper-wrapper),
	.woocommerce.columns-5 ul.products:not(.swiper-wrapper) {
		grid-template-columns: repeat(2, 1fr);
	}
}

/*cart new*/
.wc-block-components-product-price__regular {
	font-family: "Inter", sans-serif;
	font-size: 12px;
}
.wc-block-components-button {
  background-color: #000;
  border-radius: 8px;
  background: linear-gradient(180deg, #F68B54 0%, #E86826 100%);
  color: #fff;
  padding: 10px 0 !important;
  min-height: auto !important;
  border: 0;
}
.wc-block-components-button:hover {
	color: #fff !important;
}
.is-large.wc-block-cart .wc-block-cart__totals-title,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
	font-size: 22px !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	z-index: 1;
	width: auto !important;
	right: 30px !important;
}

body .wc-block-grid__product .wc-block-grid__product-title{
 	font-size: 22px;
 	display: -webkit-box;
 	-webkit-line-clamp: 1;
 	-webkit-box-orient: vertical;
 	text-overflow: ellipsis;
 	overflow: hidden;
 }
body .wp-block-button__link.add_to_cart_button {
 	text-decoration: none;
 	border-radius: 24px;
 	background: linear-gradient(180deg, #F77633 0%, #E86826 100%);
 	height: 46px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	width: 92%;
 	margin: 0 auto 11px;
 	font-size: 28px;
 	font-family: "Dongle", sans-serif;
 }