/* 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 .price {
	font-weight: 500;
	font-size: 18px;
}

.product-info-container-wrap {
	padding: 75px 15px 30px;
}

.single-product-title .title-font {
	font-size: 3.5rem;
}

a.view-details {
	text-transform: uppercase;
	text-decoration: underline;
	cursor: pointer;
	font-size: 12px;
	margin: 10px 0 5px;
	display: inline-block;
}

.mods-inner {
	width: 100%;
	margin: 40px 0;
}

.mods-inner img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.mods-inner img {
	height: auto;
	max-width: 450px;
}

.product-description__short {
	font-size: 16px;
}

.product-description {
	font-size: 14px;
}

.title-font {
	font-family: ChronicleDisplay-Roman !important;
}

a.to-reviews {
	font-size: 16px;
	font-weight: 500;
}

.product-big-image img {
	height: auto !important;
}

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

ul#product-main-images-nav li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

ul#product-main-images-nav li {
	width: calc(100% / 6 - 20px);
	margin: 0 10px 15px;
	cursor: pointer;
}

ul#product-main-images-nav {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.product-big-image:hover {
	cursor: crosshair;
}

.video-cover img {
	height: 100%;
}

.video-cover img.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

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

.single-product-title {
	position: relative;
}

.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;
	display: flex;
}

button#button-cart {
	width: 100%;
	color: #fffefc;
	background: #6d9dea;
	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: 1px solid #dfecf6;
}

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

.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: 30px;
	background: transparent;
	border: none;
	padding: 0;
	font-size: 20px;
	text-align: center;
	background: #dfecf6;
}

.product-quantity {
	position: relative;
	min-width: 100px;
	margin-right: 20px;
}

input.qtyminus{
	left: 0px;

}

input.qtyplus {
	right: 0px;
}

.product-tabs {
	margin-top: 50px;
}

ul.product-tabs-nav {
	border-bottom: 1px solid #e4e4e4 !important;
	margin-bottom: 40px;
}

ul.product-tabs-nav >li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent !important;
}

ul.product-tabs-nav li, ul.product-tabs-nav li a {
	border: none !important;
}

ul.product-tabs-nav li a {
	font-size: 16px;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: .04em;
	font-weight: bold;
}

ul.product-tabs-nav li.active a {
	color: #6d9df5 !important;
	border-bottom: 3px solid #6d9df5!important;
	border-radius: 0;
	margin-bottom: 0;
}


.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: #dfecf6;
	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: #6d9dea;
	padding: 10px 15px 10px;
	display: flex;
	align-items: center;
}

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

.video-cover {
	position: relative;
	overflow: hidden;
	display: block;
}

.video-cover:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .19);
	z-index: 1;
}

.video-cover:after {
	content: '';
	position: absolute;
	width: 75px;
	height: 75px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 245 245'%3E%3Cpath fill='%23fff' d='M122.5 0C54.953 0 0 54.953 0 122.5S54.953 245 122.5 245 245 190.047 245 122.5 190.047 0 122.5 0zm0 230C63.225 230 15 181.775 15 122.5S63.225 15 122.5 15 230 63.225 230 122.5 181.775 230 122.5 230zm-31.406-29.341 93.981-78.159-93.98-78.159-.001 156.318zm15.001-124.334 55.521 46.175-55.522 46.175.001-92.35z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.video-cover__small:after {
	width: 25px;
	height: 25px;
}

#related {
	margin: 0 -15px;
}

div#product-banner a {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
}

.product-bar {
	position: fixed;
	z-index: 999;
	top: auto!important;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 48px;
	background: #fff;
	border-top: 1px solid #e4e4e4;
	padding-left: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s linear,visibility 0s linear .3s;
	-moz-transition: opacity .3s linear,visibility 0s linear .3s;
	-ms-transition: opacity .3s linear,visibility 0s linear .3s;
	transition: opacity .3s linear,visibility 0s linear .3s;
}

.product-bar--is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s linear,visibility 0s linear 0s;
	-moz-transition: opacity .3s linear,visibility 0s linear 0s;
	-ms-transition: opacity .3s linear,visibility 0s linear 0s;
	transition: opacity .3s linear,visibility 0s linear 0s;
}

.product-bar__info {
	display: flex;
	align-items: center;
}
.product-bar__info button.btn.btn-white,
.product-bar__info button.btn.btn-black {
	height: 48px;
	line-height: 48px;
	padding: 0 30px;
}

.product-bar__price {
	margin-left: auto;
	padding-right: 30px;
}

p.product-bar__title {
	margin: 0 0 0 30px;
}

p.product-bar__title,
.product-bar__price {
	font-size: 16px;
}

.product-bar__image {
	max-width: 40px;
}

.product-bar__image img {
	max-width: 100%;
	height: auto;
}

div#product-product-bot {
	overflow: hidden;
}


@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: 0;
    margin: 0;
	}

	ul.breadcrumb.single-product-breadcrumb {
    padding: 15px 0 30px 0;
	}

}

@media (max-width: 767px) {

	.product-bar {
		display: none;
	}

	.product-info-container-wrap {
    padding: 10px 0;
	}

	.mods-inner img {
    height: auto;
    max-width: 100% !important;
	}

	.product-tabs {
    padding:0;
	}

	ul.product-tabs-nav.nav.nav-tabs.nav-justified {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	ul.product-tabs-nav.nav.nav-tabs.nav-justified li {
        width: 50%;
	}

	div#product-info {
    	padding-top: 65px;
	}

	ul.product-tabs-nav.nav.nav-tabs.nav-justified a {
		font-size: 12px;
		white-space: nowrap;
	}

	.mods-inner {
    margin-bottom: 20px;
	}

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

	.bg-cover {
    padding: 0;
	}

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

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