/* Gallery */
.woocommerce-product-gallery {
	position: relative;
}

.woocommerce-product-gallery>div {
	overflow: hidden;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-align: center;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
	content: '\f002';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
	display: none !important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a {
	display: block;
	line-height: 1em;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a img {
	width: 100%;
	height: auto;
}

.woocommerce-product-gallery .flex-viewport {
	margin-bottom: 7.5px;
}

.woocommerce-product-gallery .flex-control-nav li {
	display: inline-block;
	margin-right: 2%;
	width: 23.5%;
	line-height: 1em;
}
.woocommerce-product-gallery .flex-control-nav li:nth-child(4n),
.woocommerce-product-gallery .flex-control-nav li:last-child {
	margin-right: 0;
}

.woocommerce-product-gallery .flex-control-nav li img {
	width: 100%;
	height: auto !important;
	border: 1px solid transparent;
	cursor: pointer;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}

/* Summary */
.summary .product_title,
.theme-banner .product_title {
	font-weight: bold;
}

.summary .price {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.summary .woocommerce-product-details__short-description {
	margin-bottom: 20px !important;
}

.summary div.quantity {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	margin-right: 2%;
	margin-bottom: 2%;
}

.summary div.quantity.hidden {
	margin-right: 0;
}

.single_add_to_cart_button {
	margin-right: 2%;
	margin-bottom: 2%;
}

.stock.available-on-backorder {
	margin-bottom: 20px;
}

.summary .woocommerce-product-details__short-description {
	margin-bottom: 10px;
}

.summary .product_meta {
	padding: 20px 0;
}

.summary .product_meta>span {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.7em;
}

@media(hover:hover) {
	.summary .product_meta a:hover {
		text-decoration: underline;
	}
}

.summary .woocommerce-product-details__short-description {
	font-weight: normal;
}

.summary .product_meta span.sku,
.summary .product_meta a {
	font-weight: bold;
}

/* Variations */
.summary .variations {
	width: 100%;
	margin-bottom: 20px;
}

.summary .variations td {
	padding: 5px 0;
	vertical-align: baseline;
}

.summary .variations td label::after {
	content: ':';
}

.summary .variations td span {
	display: block;
}

.summary .variations select {
	padding: 10px;
	font-size: 14px;
	line-height: 1.7em;
	border: 1px solid #eeeeee;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.summary .variations .reset_variations {
	display: none !important;
	margin-top: 10px;
}

.summary .variations .reset_variations.visible {
	display: inline-block !important;
}

/* Woo variations */
.button-mode td {
	display: block;
	padding-top: 5px !important;
	padding-bottom: 0 !important;
}

.button-mode {
	margin-bottom: 10px !important;
	display: block !important;
}

.button-mode .label {
	font-weight: bold !important;
}

.woo-selected-variation-item-name {
	display: none !important;
}

.button-mode li.disabled {
	cursor: not-allowed !important;
	opacity: 0.5 !important;
	pointer-events: none !important;
}

.button-mode li {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	display: inline-block !important;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	cursor: pointer !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	-o-border-radius: 5px !important;
	transition: .2s !important;
	-webkit-transition: .2s !important;
	-moz-transition: .2s !important;
	-ms-transition: .2s !important;
	-o-transition: .2s !important;
}

/* Color variable */
.color-variable-item {
	padding: 0 !important;
	vertical-align: top;
	overflow: hidden;
}

.color-variable-item .variable-item-contents {
	align-items: center;
}

.color-variable-item .variable-item-span {
	height: 35px !important;
	width: 35px !important;
	line-height: 33px;
	text-align: center;
}

.color-variable-item.selected .variable-item-span::before {
	content: 'x';
}

/* Tabs */
.woocommerce-product-attributes {
	width: 100%;
	margin: 10px 0;
}

.woocommerce-product-attributes tr {
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
	text-align: left;
	padding: 10px;
}

.cart .theme-button-secundary {
	vertical-align: top;
}

.summary .theme-button-secundary {
	display: none;
}

.product-in-cart .theme-button-secundary {
	display: inline-block !important;
}

.woocommerce-variation-price {
	margin-bottom: 10px;
}

/* Usps */
.product-usp-wrapper {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.7em;
	padding-top: 0;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}

.product-usp-wrapper li::before {
	content: '\f00c';
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
	color: #5eba7d;
}

.product-usp-wrapper,
.gift-cards_form .product-usp-wrapper {
	margin-top: 20px;
	padding-top: 20px;
}

/* Gallery zoom */
.pswp__bg {
	opacity: 0.7 !important;
}

.pswp__caption {
	display: none;
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 1 !important;
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: transparent;
}

.upsells>h2,
.related.products>h2,
.woocommerce-Reviews h2 {
	margin-bottom: 20px;
	font-size: 22px;
}

.woocommerce-Reviews h2.woocommerce-Reviews-title {
	display: none;
}

.blockUI {
	background-color: #ffffff !important;
	opacity: 0.2 !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	-o-border-radius: 5px !important;
}

/* Rating */
.comment-form-rating .stars {
	display: inline-block;
	margin: 0;
}

.comment-form-rating .stars span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
}

.comment-form-rating .stars a {
	position: relative;
	height: 1.2em;
	width: 1.2em;
	font-size: 14px;
	text-indent: -999em;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	content: "\f005";
	font-weight: bold;
	font-size: 1em;
	text-indent: 0;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}

@media(hover:hover) {
	p.stars:hover a:before {
		opacity: 1;
	}
}

#reply-title,
.comment-notes {
	display: none;
}

#review_form_wrapper {
	margin-top: 20px;
}

.comment_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.commentlist li:not(:last-child) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.commentlist li {
	padding: 10px;
}

.comment_container img {
	margin-right: 10px;
}

/* Gallery arrows */
.woocommerce-product-gallery ul.flex-direction-nav {
	position: absolute;
	top: 50%;
	z-index: 99999;
	width: 100%;
	left: 0;
	margin: 0;
	padding: 0px;
	list-style: none;
	transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-o-transform: translatey(-50%);
}

.woocommerce-product-gallery li.flex-nav-prev {
	float: left;
}

.woocommerce-product-gallery li.flex-nav-next {
	float: right;
}

.woocommerce-product-gallery a.flex-next {
	visibility: hidden;
}

.woocommerce-product-gallery a.flex-prev {
	visibility: hidden;
}

.woocommerce-product-gallery a.flex-next::after {
	visibility: visible;
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
	font-size: 20px;
	font-weight: bold;
}

.woocommerce-product-gallery a.flex-prev::before {
	visibility: visible;
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
}

.woocommerce-product-gallery ul.flex-direction-nav li a:hover {
	text-decoration: none;
}

/* Gallery dots */
.woocommerce-product-gallery .flex-control-paging li a {
	visibility: hidden;
}

.woocommerce-product-gallery .flex-control-paging li a::after {
	content: '';
	visibility: visible;
	background: #bbb;
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.woocommerce-product-gallery .flex-control-paging li {
	width: auto;
	vertical-align: top;
}

.flex-control-paging {
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.woocommerce-product-gallery .flex-control-paging li a.flex-active {
	border: 0 !important;
}

/* Desktop */
@media (max-width: 1405px) {}

/* Tablet */
@media (max-width: 980px) {}

/* Smartphone */
@media (max-width: 768px) {
	.woocommerce-product-gallery {
		max-width: 400px;
		margin: 0 auto;
	}

	.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
		top: 10px;
		right: 10px;
	}
}

/* Smartphone medium */
@media (max-width: 479px) {
	#yith-quick-view-modal.open .yith-wcqv-main {
		padding: 15px;
	}
}
