.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;
}

.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: 375px) {
	.display_flex {
		display: block;
	}

	.display_flex .tabs {
		display: inline-grid;
		width: 100%;
		border: 1px solid #ddd
	}

	.display_flex .tabs .tittle-tabs {
		margin: 0;
	}
}

@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%;
}

.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;
}



.Tabs-panel-text img{
  width:100% !important;
}


/*.gallery-thumbs .swiper-slide img{*/
  /*height:199.33px;*/
  /*object-fit*/
/*}*/


.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;
}

.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;
}

.gallery-thumbs .swiper-wrapper .swiper-slide img{
  height:172.64px;
  object-fit:cover;
}

@media only screen and (max-width:1024px){
  .gallery-thumbs .swiper-wrapper .swiper-slide img{
    height:129.23px;
    object-fit:cover;
  }
}

@media only screen and (max-width:769px){
  .gallery-thumbs .swiper-wrapper .swiper-slide img{
    height:232.2px;
    object-fit:cover;
  }
}

@media only screen and (max-width:426px){
  .gallery-thumbs .swiper-wrapper .swiper-slide img{
    height:129.23px;
    object-fit:cover;
  }
}

@media only screen and (max-width:376px){
  .gallery-thumbs .swiper-wrapper .swiper-slide img{
    height:106.23px;
    object-fit:cover;
  }
}
