.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;
}

.price-wrapper {
	font-size: 24px;
	font-weight: 600;
	margin-bottom:10px;
}

.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;
}

.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: #000;
	display: block;
}

.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 {*/
/*	transition: all 0.8s;*/
/*}*/

.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;
}

li.item.active-show.valueChild.selected{
  border: 2px solid #000;
}

.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;
} 

.input-qty {
  background-color: #fff;
  height: 30px;
  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;
}

li.item.active-show.valueChild{
  cursor: pointer;
}

.swiper-wrapper .sale-percent {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  z-index: 1;
  background: #000;
  color: #fff;
  height: 25px;
  line-height: 25px;
  font-weight: 600;
  padding: 0 10px;
}
.swiper-wrapper .zoomImg {
  width: 900px !important;
  height: 900px !important;
}
.item.active-show .image {
  height:100%;
  width:100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0!important;
}
.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: 600;
}
.price-wrapper .max-price {
  text-decoration: line-through;
  font-size: 16px;
  color: #000;
  opacity: 0.6;
  margin-left: 10px;
}

.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;
}