.product-info {
	padding-top: 10px;
	margin-bottom: 30px;
}

.product-info h2 {
  color: #1b6db6;
  font-weight: 600;
}

.breadcrumb-title-cate a {
	color: rgba(102,102,102,0.7);
	text-decoration: none;
	font-weight:400;
	font-size: 13px;
}

.breadcrumb-title-cate a:hover {
	color: #555555;
}

.breadcrumb-title-cate {
  margin-top: 20px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.is-divider {
	height: 3px;
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 15px 0px 15px;
	width: 100%;
	max-width: 30px;
}

.price-wrapper {
	font-size: 24px;
	font-weight: 600;
	margin-bottom:10px;
	display: flex;
  align-items: center;
  justify-content: space-between;
}

.short-description {
	font-size: 16px;
	text-align: justify;
}

#success-color {
  color: #7a9c59;
  padding:15px 0 15px 15px;
  font-size:20px;
  display:none;
}

.variations {
	margin-bottom: 20px;
}

.quantity input {
	padding: 10px 10px;
	outline: none;
	margin: 0 20px;
}

.buttons_added {
  margin-right:20px;
}

.variation-add-to-cart .selection-needed {
	background-color: #1b6db6;
	border-radius: 50px;
	color: #eee;
	padding: 7px 15px;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	outline: none;
	width: 48%;
}

.affilicate {
	margin: 20px 0;
}

.affilicate_span {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	background-color: #000;
	font-weight: 600;
	padding: 10px 15px;
}

.sku_wrapper {
	border-top: 1px solid #eee;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}

.wrapper_category {
	font-size: 14px;
}

@media (max-width: 425px) {
  .tabs-product .col-6 {
      padding: 0 5px;
  }
}

.wrapper_category a {
	color: #000;
	margin-left: 3px;
	text-decoration: none;
}

.product-footer {
	padding-top: 30px;
}

.display_flex {
	display: flex;
}

@media (max-width: 768px) {
  .col-lg-6 {
    padding: 0;
  }
}

.tab-panels {
	margin: 15px 0;
}

.Tabs-panel-text {
	padding: 10px 0;
}

.tabs.active .tittle-tabs {
	border-top: 3px solid #446084;
	color: #000;
}

.tittle-tabs {
	color: rgba(102,102,102,0.85);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 15px;
	border-top:3px solid #fff;
	cursor: pointer;
	padding-top: 2px;
}
.tittle-tabs:hover {
  border-top: 3px solid #446084;
  color: #000;
}
.tabs.active .text {
	display: block;

}

.tab-panels {
	display: none;
}

.tab-panels.show {
	display: block;
	width: 100%;
}

.mau_sac a,
.mau_sac a:hover {
	text-decoration: none;
	color: #000;
	font-size: 16px;
}

.box-content-detail__gallery {
  position:relative;
}

.review_form_wrapper {
	border: 1px solid #000;
	padding: 15px 10px;
}

.comment-form p {
	font-weight: 700;
}

.comment-form ul {
	display: flex;
}

.comment-form .heart li {
	padding: 0 5px;
	border-right: 1px solid #eee;
}

.stars a {
	font-size: 16px;
	margin-left: -10px;
	display: inline-block;
	color: transparent !important;
	overflow: hidden;
	/* font-family: 'fl-icons'; */
}

.stars a+a {
	margin-left: .3em;
	border-left: 1px solid #ececec;
}

.stars a:after {
	color: #ddd;
	content: '\e005';
}

.stars a.star-2:after {
	content: '\e005\e005';
}

.stars a.star-3:after {
	content: '\e005\e005\e005';
}

.stars a.star-4:after {
	content: '\e005\e005\e005\e005';
}

.stars a.star-5:after {
	content: '\e005\e005\e005\e005\e005';
}

.stars a:hover:after,
.stars a.active:after {
	color: #d26e4b;
}

.fa-heart {
	color: red;
	display: block;
}

#onAppWishList_btn_wishlist button {
  font-size: 24px; 
  color: rgb(233, 30, 99); 
  width: 50px; 
  height: 50px;
  background-color: transparent;
  outline: none;
  border-radius: 50%;
  border: none;
}

.product-section {
	margin: 25px 0 50px;
}

.form-submit {
	margin: 15px 25px;
}

.form-submit button {
	padding: 7px 25px;
	color: #f1f1f1;
	background-color: #000;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
}

.product-section h3 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.product-title,
.product-title a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	text-decoration: none;
}

.item:hover img {
	box-shadow: 0 0 15px -30px rgba(0, 0, 0, 0.1), 0 0 15px rgba(0, 0, 0, 0.12);
	transition: all 0.8s;
}

.owl-dots {
	display: none !important;
}

.owl-nav span {
	font-size: 40px;
	display: block;
	color: #000;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	outline: none !important;
}

.note {
	margin-top: 15px;
}

.owl-stage-outer {
	position: relative;
}

.owl-prev span {
	position: absolute;
	top: 30%;
	left: 0;
	display: none;
}

.owl-next span {
	position: absolute;
	top: 30%;
	right: 0;
}

.container {
	position: relative;
}

.ten_mau{
  height: 100%;
  display: flex;
  align-items: center;
}

#text-color,
#text-size{
  padding: 0 5px;
}

.is-form {
	overflow: hidden;
  background-color: #f9f9f9 !important;
  height: 40px !important;
  width: 20px !important;
  margin-right: 0 !important;
  text-shadow: 1px 1px 1px #fff !important;
  border: 1px solid #ddd !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color:#666 !important;
}

.is-form:focus,
.input-text:focus {
	outline: none;
}

.is-form.minus:hover,
.is-form.plus:hover{
  background-color: #ddd;
} 

.input-qty {
  background-color: #fff !important;
  height: 40px !important;
  text-align: center;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  padding: 0;
  outline: none;
}

.input-qty:focus{
	outline: none;
}

.input-qty::-webkit-outer-spin-button,
.input-qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.swiper-wrapper .sale-percent {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  height: 35px;
  width: 35px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.item.active-show .image {
  height:100%;
  width:100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1 !important;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.price-wrapper .min-price {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.price-wrapper .max-price {
  text-decoration: line-through;
  font-size: 16px;
  color: #000;
  opacity: 0.6;
  margin-left: 10px;
}

#main {
  border-bottom: 1px solid #ccc;
}

.widget-title {
  text-transform: uppercase;
  font-weight: 700;
}

.widget-list ul {
  padding-left: 0 !important;
}

.widget-list>ul>li+li {
    border-top: 1px solid #ececec;
}

.widget-list li {
  list-style: none;
}
    
.li-posts-a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  padding: 6px 0;
  display: inline-block;
  flex: 1;
}

/*sản phẩm tương tự*/
.collection-title {
  font-size: 20px;
  color: #1b6db6;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 0;
}

.product-content {
  padding-top: 0.7em;
  padding-bottom: 1.4em;
  width: 100%;
  font-size: .9em;
}

.product-name a {
  text-decoration: none;
  color: #000;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

.price-sale-sale {
  display: flex;
}

.product-sale-price,
.product-price {
  font-weight: 500;
  margin-right: 10px;
}

.product-sale-original-price {
  font-weight: 500;
  color: #ccc;
  text-decoration: line-through;
}

.product {
  position: relative;
}

span.ribbon.tag-sale {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  height: 35px;
  width: 35px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.style-variant-template {
  padding-left:0;
  margin:0;
  display: inline-block;
  vertical-align: middle;
}

.style-variant-template li {
  float: left;
  margin-right: 5px;
  list-style: none;
}

.style-variant-template label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.style-variant-template input {
  display: none;
}

.style-variant-template input[type=radio]:checked + span {
  border: 1px solid #D87C7C;
  background: url(https://theme.hstatic.net/1000290074/1000781377/14/bg-variant-checked.png) no-repeat right bottom #fff;
}

.style-variant-template li span {
  display: block;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  font-weight: 400;
}

.style-variant-template .out-of-stock .item-show{
  opacity:0.5;
  border: 1px dashed #ccc !important;
  cursor: not-allowed !important;
}

.out-of-stock span{
  opacity:0.5;
  border: 1px dashed #ccc !important;
  cursor: not-allowed !important;
}

.out-of-stock input[type='radio']{
    pointer-events: none;
    opacity:0.5;
}

.widget-posts, 
.widget_products {
  margin-bottom:30px;
}

@media(max-width:540px){
  .padding-mb {
    padding: 0;
  }
}

.background-succ .content img {
  width: 60px;
  height: 60px;
}

.background-sizeColor,
.background-succ {
  background-color: #000000d6;
  color: #fff;
  width: 360px;
  z-index: 1000;
  border-radius: 5px;
  height: 175px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background-sizeColor .content,
.background-succ .content {
  padding-top: 50px;
  position: relative;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.background-sizeColor .content p,
.background-succ .content p {
  display: block;
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 500;
}

.style-variant-template label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}

.item-show {
  border: 1px solid #ddd;
  padding: 2px;
}

.mona-bg {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overHidden {
  overflow: hidden;
  opacity: 0;
}

.item-show.selected {
    border: 1px solid #D87C7C;
}

.image-tvh,
.box-content-detail__gallery .ndv-img {
	aspect-ratio: 4/6;
  object-fit: cover;
}

.price-preview img {
  width: 126px;
  height: 75px;
  margin-left: 20px;
}

.displayBlock {
  display: none;
}



/*gia si*/
.upsell-quantity__discount {
  background-color: #f8f8f8;
  padding: 10px 0;
}

.upsell-quantity__discount-text {
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  color: #606060;
}

.upsell-quantity__discount-subtext {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #bcbcbc;
}

.upsell-quantity__discount-button {
  height: 100%;
}

.upsell-quantity__discount-button button {
  background-color: #f8f8f8;
  border: 1px solid #000;
  padding: 2px 10px;
  border-radius: 2px;
  width: 100px;
}

.upsell-quantity__discount-button button:hover {
  color: #00b32c;
  border: 1px solid #00b32c;
}

.btnAdd.active,
.btnAdd.active:hover {
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
  cursor:no-drop;
}


/*mua 1 tang 1*/
.promotionBuyXgetY-buy {
  width: 35%;
}

.promotionBuyXgetY-add {
  width: 5%;
  display: flex;
  align-items:center;
  justify-content: center;
}

.promotionBuyXgetY-get {
  width: 60%;
}

.promotionBuyXgetY-productBuy,
.promotionBuyXgetY-productGet {
  padding: 5px;
}

.promotionBuyXgetY-products {
  justify-content: center;
}

.promotionBuyXgetY-productBuy-img img,
.promotionBuyXgetY-productGet-img img {
  width: auto;
  height: 270px;
  aspect-ratio: 4/5;
}

.promotionBuyXgetY-buy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}


.promotionBuyXgetY-get {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.productBuy-check {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.54);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
}

.product-gift {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  color: #ee4d2d;
  font-size: .625rem;
  line-height: .75rem;
  text-align: center;
  margin-right: 0.2rem;
  border: 1px solid #ee4d2d;
  padding: 0 0.0625rem;
}

.modal-footer {
  justify-content: space-between;
}

.promotionBuyXgetY-title {
  display: flex;
  justify-content: space-between;
}

.modal-header-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.modal-header-header button {
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: bold;
  font-size: 24px;
}

.modal-promotionBuyXgetY .modal-content {
  transform: translateY(-50%);
  top: 50%;
  margin: auto !important;
}

.modal-body-promotionGetY-list img {
  width: 93px;
  height: 93px;
}

.disabled-items {
  opacity: .65;
  cursor: no-drop;
  pointer-events: none;
}

.gift-link {
  position: relative;
  display: block;
}

.lock-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-success button {
  background: #d0011b;
  padding: 5px 10px;
  border: none;
  color: #fff;
}

.modal-body-promotionGetY-list {
  height: 15rem;
  overflow-y: auto;
}

.modal-body-promotionGetY-list-name a,
.promotionBuyXgetY-productGet-name {
  color: #444;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.choose-a-gift {
  cursor: pointer;
}

.modal-body-promotionGetY-list-name del {
  color: rgba(0,0,0,.26);
}

.promotionBuyXgetY-buy {
  text-decoration: none;
  color: #444;
}

.deal-soc {
  font-size: 14px;
  padding: 3px 6px;
  width: 123px;
  border-radius: 4px;
  color: #ee4d2d;
  background: rgba(208,1,27,0.08);
}

@media(max-width: 768px) {
  .promotionBuyXgetY-productBuy-name {
    display: none;
  }
  
  .productBuy-check {
    font-size: 1rem;
  }
  
  .promotionBuyXgetY-buy {
    width: 50%;
  }
  
  .promotionBuyXgetY-get,
  .promotionBuyXgetY-buy {
    width: 100%;
  }
  
  .promotionBuyXgetY-get {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .promotionBuyXgetY-productBuy-img img, 
  .promotionBuyXgetY-productGet-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  
  .promotionBuyXgetY-get-mb {
    display: block;
    position: relative;
  }
  
  .promotionBuyXgetY-get-mb-sale {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: .625rem;
    line-height: .75rem;
    padding: 0.0625rem 0.125rem 0.1875rem;
    background: #ee4d2d;
    color: #fff;
  }
}

@media(max-width: 600px) {
  .modal-body-promotionGetY-list img {
    width: 100%;
    height: auto;
  }
  
  .promotionBuyXgetY-get {
    grid-template-columns: repeat(1, 1fr);
    width: 50%;
  }
}





































/*part 2*/
/*.product-info {*/
/*	padding-top: 10px;*/
/*	margin-bottom: 30px;*/
/*}*/

/*.breadcrumb {*/

/*}*/

/*.breadcrumb a {*/
/*	color: #000;*/
/*	text-decoration: none;*/
/*	font-weight:500;*/
/*}*/

/*.breadcrumb a:hover {*/
/*	color: #000;*/
/*}*/
/*@media screen and (min-width: 1200px) {*/
/*  .breadcrumb {*/
/*    font-size: 16px;*/
/*  }*/
/*}*/
/*.breadcrumb {*/
/*  padding: 10px 10px 10px 0!important;*/
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.08);*/
/*  font-size: 14px;*/
/*  font-weight: 500;*/
/*	text-transform: uppercase;*/
/*	margin-bottom: 10px!important;*/
/*}*/
/*.is-divider {*/
/*	height: 3px;*/
/*	display: block;*/
/*	background-color: rgba(0, 0, 0, 0.1);*/
/*	margin: 15px 20 15px;*/
/*	width: 100%;*/
/*	max-width: 30px;*/
/*}*/

/*.short-description {*/
/*	font-size: 16px;*/
/*	text-align: justify;*/
/*}*/

/*#success-color {*/
/*  color: #7a9c59;*/
/*  padding:15px 0 15px 15px;*/
/*  font-size:20px;*/
/*  display:none;*/
/*}*/
/*.variations {*/
/*	display: flex;*/
/*	margin-bottom: 20px;*/
/*}*/

/*.top {*/
/*	margin-top: 3px !important;*/
/*	display: block;*/
/*}*/

/*.quantity input {*/
/*	padding: 10px 10px;*/
/*	outline: none;*/
/*	margin: 0 20px;*/
/*}*/

/*.variation-add-to-cart {*/
/*  align-items: center;*/
/*  margin-left:12px;*/
/*}*/

/*.buttons_added {*/
/*  margin-left:20px;*/
/*}*/

/*.variation-add-to-cart .selection-needed {*/
/*	background-color: #666666;*/
/*	color: #eee;*/
/*	padding: 7px 10px;*/
/*	text-transform: uppercase;*/
/*	font-weight: 600;*/
/*	border: none;*/
/*	outline: none;*/
/*	display: inline-block;*/
/*}*/

/*.affilicate {*/
/*	margin: 20px 0;*/
/*}*/

/*.affilicate_span {*/
/*	text-decoration: none;*/
/*	font-size: 18px;*/
/*	color: #fff;*/
/*	background-color: #000;*/
/*	font-weight: 600;*/
/*	padding: 10px 15px;*/
/*}*/

/*.sku_wrapper {*/
/*	border-top: 1px solid #eee;*/
/*	display: block;*/
/*	border-bottom: 1px solid #eee;*/
/*	padding: 5px 0;*/
/*}*/

/*.wrapper_category {*/
/*	font-size: 14px;*/
/*}*/
/*@media (max-width: 425px) {*/
/*  .tabs-product .col-6 {*/
/*      padding: 0 5px;*/
/*  }*/
/*}*/
/* .wrapper_category li{
	display: flex;
	white-space: nowrap;
} */

/*.wrapper_category a {*/
/*	color: #000;*/
/*	margin-left: 3px;*/
/*	text-decoration: none;*/
/*}*/

/*.product-footer {*/
/*	padding-top: 30px;*/
/*	border-top: 1px solid #eee;*/
/*	padding-bottom: 50px;*/
/*	border-bottom: 1px solid #eee;*/
/*}*/

/*.display_flex {*/
/*	display: flex;*/
/*}*/

/*@media (max-width: 375px) {*/
/*	.display_flex {*/
/*		display: block;*/
/*	}*/

/*	.display_flex .tabs {*/
/*		display: inline-grid;*/
/*		width: 100%;*/
/*		border: 1px solid #ddd*/
/*	}*/

/*	.display_flex .tabs .tittle-tabs {*/
/*		margin: 0;*/
/*	}*/
/*}*/

/*.tab-panels {*/
/*	margin: 15px 0;*/
/*}*/

/*.Tabs-panel-text {*/
/*	text-align: justify;*/
/*	border-bottom: 1px solid #eee;*/
/*	padding: 10px 0;*/
/*}*/

/*.tabs.active .tittle-tabs {*/
/*	background-color: #000;*/
/*	color: #fff;*/
/*}*/

/*.tittle-tabs {*/
/*	background-color: #EEEEEE;*/
/*	color: rgba(102,102,102,0.85);*/
/*	padding: 10px 25px;*/
/*	font-size: 16px;*/
/*	text-transform: uppercase;*/
/*	font-weight: 500;*/
/*	margin-right: 5px;*/
/*	display: inline-block;*/
/*	background-color: #eee;*/
/*	transition: background-color .3s;*/
/*}*/
/*.tittle-tabs:hover {*/
/*  background-color: #333;*/
/*  color: #fff;*/
/*  transition: background-color .3s;*/
/*}*/
/*.tabs.active .text {*/
/*	display: block;*/

/*}*/

/*.tab-panels {*/
/*	display: none;*/
/*}*/

/*.tab-panels.show {*/
/*	display: block;*/
/*	width: 100%;*/
/*}*/

/*.mau_sac a,*/
/*.mau_sac a:hover {*/
/*	text-decoration: none;*/
/*	color: #000;*/
/*	font-size: 16px;*/
/*}*/

/*.Reviews-title {*/
/*	font-size: 20px;*/
/*	font-weight: 700;*/
/*	font-family: 'Times New Roman', Times, serif;*/
/*}*/

/*.review_form_wrapper {*/
/*	border: 1px solid #000;*/
/*	padding: 15px 10px;*/
/*}*/

/*.comment-form p {*/
/*	font-weight: 700;*/
/*}*/

/*.comment-form ul {*/
/*	display: flex;*/
/*}*/

/*.comment-form .heart li {*/
/*	padding: 0 5px;*/
/*	border-right: 1px solid #eee;*/
/*}*/

/*.owl-dots {*/
/*	display: none !important;*/
/*}*/

/*.active-show {*/
/*	padding: 1px;*/
/*	border-radius: 100%;*/
/*	height: 30px;*/
/*	width: 30px;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	margin: 0 1px !important;*/
/*} */

/*.active-show:hover {*/
/*	padding: 2px;*/
/*	border: 1px solid #ddd;*/
/*	border-radius: 100%;*/
/*	height: 30px;*/
/*	width: 30px;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	z-index: 10;*/
/*}*/

/*.active-show{*/
/*	position: relative;*/
/*}*/

/*.picture-color {*/
/*	position: absolute;*/
/*	margin-top: 2px;*/
/*	background-color: #000;*/
/*	color: #fff;*/
/*	border-radius: 5px;*/
/*	font-size: 14px;*/
/*	padding: 5px 10px;*/
/*	display: none;*/
/*	text-align: center;*/
/*	top: 28px;*/
/*	min-width: 90px;*/
/*}*/

/*.active-show:hover .picture-color{*/
/*	display: block;*/
/*}*/

/*.ten_mau{*/
/*  height: 100%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/

/*#text-color,*/
/*#text-size{*/
/*  padding: 0 5px;*/
/*}*/

/*.is-form {*/
/*	overflow: hidden;*/
/*	background-color: #f9f9f9;*/
/*	height: 30px;*/
/*	width: 30px;*/
/*	padding: 0;*/
/*	text-shadow: 1px 1px 1px #fff;*/
/*	border: 1px solid #ddd;*/
/*	display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

/*.is-form:focus,*/
/*.input-text:focus {*/
/*	outline: none;*/
/*}*/

/*.is-form.minus {*/
/*	border-radius: 4px 0 0 4px;*/
/*}*/

/*.is-form.plus {*/
/*	border-radius: 0 4px 4px 0;*/
/*}*/

/*.is-form.minus:hover,*/
/*.is-form.plus:hover{*/
/*  background-color: #ddd;*/
/*} */
/*li.item.active-show.valueChild{*/
/*  cursor: pointer;*/
/*}*/

/*.background-succ {*/
/*  background-color: #000000;*/
/*  color: #fff;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 400px;*/
/*  z-index: 1000;*/
/*  border-radius: 5px;*/
/*  height: 215px;*/
/*  position: absolute;*/
/*  display: none;*/
/*  justify-content: ;*/
/*  position: fixed;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*}*/

/*.background-succ .content {*/
/*  padding-top: 50px;*/
/*  position: relative;*/
/*  text-align: center;*/
/*}*/

/*.background-succ .content img {*/
/*  width: 60px;*/
/*  height: 60px;*/
/*}*/

/*.background-succ .content p {*/
/*  display: block;*/
/*  font-size: 18px;*/
/*  margin-top: 1rem;*/
/*  font-weight: 500;*/
/*}*/