/* Single product */
.d-flex:before,.d-flex:after {
	display: none;
}

ul.thumbnails img {
	max-width: 100%;
	max-height: 70vh;
	object-fit: contain;
}

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

.flex-column {
	flex-direction: column;
}

.product-info {
	height: auto;
	float: none;
}

.product-info-container-wrap {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 100px 15px;
}

.product-info-container-wrap {
	max-width: 490px;
	margin: 0 auto;
}

.product-description {
	text-align: center;
	width: 100%;
	margin: 15px 0 0;
	padding: 15px 10px;
	border-bottom: 1px solid #4c4c4c;
	border-top: 1px solid #4c4c4c;
}

.bg-cover {
	background-color: #e2e2e0;
}

ul.breadcrumb.single-product-breadcrumb {
	padding: 30px 25px;
	font-size: 11px;
	color: #4c4c4c;
}

.btn-wishlist {
	background: transparent;
	border: none;
	padding: 0;
}

.single-product-title h1 {
	margin: 0;
}

.single-product-title {
	position: relative;
	padding-top: 50px;
	width: 100%;
	text-align: center;
}

.single-product-title .btn-wishlist {
	background: transparent!important;
	border: none;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

input#input-quantity {
	background: transparent;
	border: none;
}

div#product {
	width: 100%;
}

.btn-group.buy-group {
	width: 100%;
	margin-top: 30px;
}

button#button-cart {
	width: 100%;
	color: #fffefc;
	background: #4c4c4c;
	padding: 11px;
	text-transform: uppercase;
	transition: .3s ease;
}

button#button-cart:hover {
	background: #707070 !important;
}

span.price {
	font-weight: bold;
	text-transform: lowercase;
}

.product-quantity-wrapper {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #4c4c4c;
}

.product-quantity {
	border-left: 1px solid #4c4c4c;
}

.product-quantity input#input-quantity {
	padding: 0;
	border: none!important;
	background: transparent;
	text-align: center;
	height: 52px;
	font-size: 16px;
	color: #000;
}

.product-weigth {
	font-weight: bold;
	padding-left: 15px;
}

.product-model-quantity .product-quantity {
	width: 50%;
}

.product-model-quantity .product-quantity input {
	height: 52px;
	padding: 20px;
	text-align: center;
}

.product-quantity-wrapper>div {
	width: 50%;
}

input.qtyminus,
input.qtyplus {
	position: absolute;
	top: 0;
	height: 52px;
	width: 25px;
	background: transparent;
	border: none;
	padding: 0;
	font-size: 18px;
}

.product-quantity {
	position: relative;
}

input.qtyminus{
	left: 20px;

}

input.qtyplus {
	right: 20px;
}

.product-tabs {
	max-width: 83%;
	margin: 50px auto;
	margin-top: 50px;
	padding: 50px 15px;
	background: #e2e2e0;
	overflow: hidden;
}

.product-qualities {
	display: flex;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-pack: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 15px 0;
}

.product-qualities>div {
	width: 33%;
	text-align: center;
}

.product-qualities>div svg {
	max-width: 48px;
	display: block;
	text-align: center;
	margin: 0px auto 10px;
	opacity: .7;
}

ul.thumbnails li {
	margin-left: 0;
}

.accordion__text {
	display: none;
	padding: 10px 0 20px 30px;
}

.accordion-wrapper {
	display: flex;
}

.accordion__item:last-child {
	border-bottom: 1px solid #b7b7b7;
}

.accordion__item {
	border-top: 1px solid #b7b7b7;
}

.accordion-image {
	width: 40%;
}

.accordion {
	width: 100%;
	max-width: 60%;
}

.accordion__title {
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	transition: .3s ease;
	position: relative;
	padding-left: 30px;
	font-family: 'PT Sans Narrow',sans-serif;
	letter-spacing: 2px;
	font-size: 17px;
}

.accordion__title:before {
	content: '';
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='xMinYMin'%3E%3Cg id='cfi-cta-arrow'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M6.5 0L5.79 0.71 10.09 5 0 5 0 6 10.09 6 5.79 10.29 6.5 11 12 5.5 6.5 0z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E%0A");
	width: 12px;
	height: 11px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	opacity: .7;
	transition: .3s ease;
}

.accordion__title.active:before {
	transform: translateY(-50%) rotate(90deg);
}

.accordion__title:hover {
	background: rgba(0,0,0,.03)
}

div#review table {
    background: #fff;
}

#errors .alert.alert-danger.alert-dismissible {
	margin-top: 20px;
	border: none;
	border-radius: 0;
}

form#form-review div#review,
form#form-review .review-form-wrapper {
	width: calc(50% - 30px);
	margin: 0 15px;
}

form#form-review {
	display: flex;
	margin: 0 -15px;
	margin-bottom: 50px;
}

.help-block {
	font-weight: normal;
	font-size: 12px;
}

.review-form-wrapper {
	background: #ededed;
	padding: 40px;
	font-weight: bold;
}

.review-form-wrapper h2 {
	margin-top: 0;
	font-weight: bold;
	letter-spacing: 2px;
}

.rating.rating-xl {
	margin: 25px 0;
}
.rating.rating-xl span.fa.fa-stack i {
	font-size: 25px;
}
.rating.rating-xl span.fa.fa-stack {
	width: 25px;
}

.review-form-wrapper label {
	font-weight: 300;
}

#review span.fa.fa-stack {
	height: 15px;
	width: 15px;
}

button#button-review {
	width: 100%;
	color: #fffefc;
	background: #4c4c4c;
	padding: 10px 15px 10px;
	display: flex;
	align-items: center;
}

.rating .fa-stack {
	width: 20px;
}

@media (max-width: 991px) {

	.bg-cover,
	.product-info {
    width: 100%;
    float: none;
	}
	.product-info-container-wrap {
    padding: 10px 15px;
	}

	.accordion-image,
	.accordion {
    width: 100%;
    max-width: 100%;
	}

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

	.accordion-image img {
    max-width: 200px;
    display: block;
    height: auto;
    margin: 0 auto;
	}

	form#form-review {
    flex-wrap: wrap;
	}

	form#form-review>div {
		width: calc(100% - 30px)!important;
	}

	.product-tabs {
    padding: 15px;
	}

	.single-product-title {
    padding-top: 25px;
    margin-top: 15px;
	}

	/* ul.breadcrumb.single-product-breadcrumb {
    display: none;
	} */

	ul.breadcrumb {
    display: flex;
	}

	ul.breadcrumb li,
	ul.breadcrumb a{
    white-space: nowrap;
	}

	.breadcrumb-overflow {
		overflow: auto;
	}

}

@media (max-width: 767px) {
	.product-info-container-wrap {
    padding: 10px 0;
	}

	.product-tabs {
		max-width: 100%;
		margin-bottom: 0;
	}

	.bg-cover {
    padding: 0;
	}

	.review-form-wrapper {
    padding: 15px;
	}

	.review-form-wrapper h2 {
    font-size: 20px;
	}
}