.product-info {
	padding-top: 10px;
	margin-bottom: 30px;
}

.product-info h2 {
  font-weight: 600;
  font-size: 26px;
}

.breadcrumb-title-cate a {
	color: rgba(102,102,102,0.7);
	text-decoration: none;
	font-weight:400;
	font-size: 13px;
	text-transform: none;
}

.breadcrumb-title-cate a:hover {
	color: #555555;
}

.breadcrumb-title-cate {
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}

@media(max-width: 425px) {
  .breadcrumb-title-cate {
    padding: 0;
  }
}

.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;
}

.swiper-button-next, 
.swiper-button-prev {
  top: 36% !important;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
  color: #dd9c3f;
}

.buttons_added {
  margin-right:20px;
}

.variation-add-to-cart .selection-needed {
	background-color: #dd9c3f;
	border-radius: 50px;
	color: #eee;
	padding: 7px 15px;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	outline: none;
}

.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: 45px; 
  height: 45px;
  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;
  left: 10px;
  background-color: #fff;
  height: 38px;
  width: 38px;
  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: #dd9c3f;
  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;
}

.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;
}

.promotions {
  margin-bottom: 10px;
  padding: 10px;
  border: 2px solid #dd3333;
}

.promotions-set-time {
  display:inline-block;
}

.promotions-time-sale {
  width: 58px;
  height: 58px;
  border: 2px solid #de3333;
  color: #dd3333;
  text-align:center;
  display: inline-block;
}

.show-fs {
  font-size:18px;
}

.promotions-clock-time {
  margin: 15px 0;
}

.color-xam {
  color: #969696;
}

.promotions-text,
.promotions-title {
  font-size: 15px
}

.promotions-nd p {
  margin-bottom: 0;
}

.pro-pricee {
  padding: 0px 7px;
  font-size: 16px;
}

.pro-pricee .max-price {
  font-size: 14px;
}

.product-additional {
  height: 200px;
  overflow: hidden;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  transition: height .2s;
}


.product_getcontent {
  position: relative;
}
.product_getcontent .show-more {
  position: relative;
}
.product_getcontent .show-more::before {
  height: 80px;
  margin-top: -80px;
  content: "";
  display: block;
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0.91) 50%,#fff 55%);
}
.product_getcontent .show-more .btn--view-more {
  position: relative;
  bottom: 0;
  width: 295px;
  margin:0 auto;
  text-align: center;
  background-color: #cc9c69;
  color: #fff;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_getcontent .show-more .btn--view-more:hover, 
.product_getcontent .show-more .btn--view-more:focus {
    color: #fcaf17;
    border-color: #fcaf17;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}
.product_getcontent .show-more span {
  display: block;
  padding: 9px;
}
.product_getcontent .show-more span.less-text {
  display: none;
}

.droback_background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0b0b0b;
  z-index: 9999;
  opacity: 0.6;
  display: none;
}

.droback_product-modal {
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  display: none;
}

@media(min-width:768px) {
  .droback_product-modal {
    width: 650px;
  }
}

@media(max-width:768px) {
  .droback_product-modal {
    width: 550px;
  }
}

@media(max-width:425px) {
  .droback_product-modal {
    width: 400px;
  }
}

@media(max-width:375px) {
  .droback_product-modal {
    width: 300px;
  }
}

.modal-image {
  position:relative;
}

.btn-close-modal {
  position:absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display:flex;
  align-items:center;
  justify-content: center;
  cursor: pointer;
}

.click-table-size {
  cursor: pointer;
}

.scrollY {
  overflow: hidden;
}

.modal-image-text {
  margin-bottom: 10px;
}

/*.click-table-size {*/
/*  margin-bottom: 10px;*/
/*}*/

.click-table-size:hover {
  color: #dd9c3f;
}

.click-table-size svg {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.price-preview img {
  width: 126px;
  height: 75px;
  margin-left: 20px;
}

.displayBlock {
  display: none;
}

.li-posts-div video {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}


/*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-get a {
  text-decoration: none;
}

.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;
  object-fit: cover;
}

.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%;
  font-size: 1.25rem;
}

.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: #dd9c3f;
  padding: 5px 15px;
  border: none;
  color: #fff;
  outline: none;
}

.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%;
  }
}


