/* Woocommerce Grid */
.woocommerce-ordering {
	z-index: 0;
	float: right;
	width: 300px;
	margin: 15px 0 15px 10px;
}

.woocommerce-result-count {
	display: block;
	text-align: right;
	width: calc(100% - 315px);
	float: left;
	height: 43px;
	line-height: 43px;
}

.woocommerce-result-count:after, .woocommerce-ordering:after {
	content: '';
	display: table;
	clear: both;
	float: none;
}

.woocommerce-ordering select {
	width: 100%;
}

@media screen and (max-width: 979px) {
	.woocommerce-ordering {
		float: none;
		width: 100%;
		display: block;
		margin: 0 0 10px 0;
	}

	.woocommerce-result-count {
		float: none;
		width: 100%;
		display: block;
		text-align: left;
	}
}

.products {
	overflow: hidden;
	padding: 0;
	list-style: none;
	font-size: 0;
	width: 100%;
}

.products li.product {
	position: relative;
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #F3F6F6;
	padding-bottom: 10px;
	text-align: center;
}

.products li.product .woocommerce-loop-product__title {
	padding-left: 20px;
	padding-right: 20px;
}

.products li.product .star-rating {
	display: none;
}

.products li.product a {
	text-decoration: none;
}

.products li.product .woocommerce-loop-product__title {
	font-size: 1.1em;
	height: 45px;
	overflow: hidden;
	line-height: 1.25;
}

.products li.product a:hover {
	color: inherit;
}

.products li.product .add_to_cart_button {
	display: none;
}

.product-image-wrap {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background-color: #F3F6F6;
	aspect-ratio: 4/6;
	padding: 0 !important;
}

.product-image-wrap img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.3s;
}

.product-image-wrap img.placeholder {
	width: 30%;
	left: 50%;
	transform: translateX(-50%);
}

.product-image-wrap img[src] {
	opacity: 1;
}

.products li.product ins {
	text-decoration: none;
	width: 100%;
	display: inline-block;
}

.products li.product .price {
	height: 43px;
	overflow: hidden;
	display: table-cell;
	vertical-align: bottom;
	font-weight: bold;
	line-height: 1.1;
}

.products li.product .price del, .products li.product .price del span {
	font-size: 12px;
	color: inherit;
	font-weight: 300;
}

.products li.product .onsale {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	padding: 5px 10px;
	z-index: 9;
}

/* End Woocommerce Grid */

/* Woocommerce Pagination */
.woocommerce-pagination {
	text-align: center;
}

.woocommerce-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	margin: 25px 0;
}

.woocommerce-pagination ul li {
	display: inline-block;
	text-decoration: none;
	margin: 0 6px 6px 6px;
}

.woocommerce-pagination ul li .page-numbers {
	text-decoration: none;
	display: block;
	color: #80A9AA;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border: 1px solid #80A9AA;
}

@media screen and (max-width: 979px) {
	.woocommerce-pagination ul li {
		margin: 0 4px 4px 4px;
	}

	.woocommerce-pagination ul li .page-numbers {
		height: 28px;
		width: 28px;
		line-height: 28px;
	}
}

.woocommerce-pagination ul li .page-numbers.current, .woocommerce-pagination ul li .page-numbers:hover {
	color: #fff;
	background-color: #80A9AA;
}

.woocommerce-pagination ul li .page-numbers.next {
	text-indent: -9999px;
	background: url(../images/pagination-next.svg) no-repeat center;
}

.woocommerce-pagination ul li .page-numbers.next:hover {
	background: url(../images/pagination-next-hover.svg) no-repeat center;
	background-color: #80A9AA;
}

.woocommerce-pagination ul li .page-numbers.prev {
	text-indent: -9999px;
	background: url(../images/pagination-prev.svg) no-repeat center;
}

.woocommerce-pagination ul li .page-numbers.prev:hover {
	background: url(../images/pagination-prev-hover.svg) no-repeat center;
	background-color: #80A9AA;
}

.woocommerce-pagination ul li .dots, .woocommerce-pagination ul li .dots:hover {
	border: 0;
	width: auto;
	height: auto;
	line-height: 1;
	vertical-align: bottom;
	display: inline-block;
	color: #80A9AA;
	background: transparent;
	margin-bottom: -6px;
}

/* End Woocommerce Pagination */

/* Product Category Header */
.cateogry-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.cateogry-header .category-title {
	margin: 0;
	line-height: 1.1;
}

.cateogry-header .category-description {
	width: 60%;
	font-size: 18px;
	padding: 0 40px;
}

@media screen and (max-width: 979px) {
	.cateogry-header .category-image {
		display: none;
	}

	.cateogry-header {
		display: block;
	}

	.cateogry-header .category-description {
		width: 100%;
		padding: 0;
	}
}

.cateogry-header.no-description .category-description {
	padding-left: 0;
}

.cateogry-header p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.cateogry-header .category-image {
	width: 40%;
}

.cateogry-header .category-image img {
	width: 100%;
}

/* End Product Category Header */

/* Woocommerce sidebar widgets */
.price_slider_amount input {
	display: none;
}

.webko-category-hierarchy>li.product_cat>ul>li.cat-item {
	position: relative;
	z-index: 98;
}

.webko-category-hierarchy li.current-cat>a {
	color: #ea5d33;
}

.webko-category-hierarchy>li.product_cat>ul>li.cat-item>a {
	height: 45px;
	line-height: 45px;
	display: block;
	font-weight: normal;
	width: calc(100% - 45px);
	z-index: 99;
	position: relative;
}

.webko-category-hierarchy>li.product_cat>ul>li.cat-item .children {
	height: 45px;
	margin-top: -45px;
	padding-top: 45px;
	overflow: hidden;
	background: url(../images/expand.svg) no-repeat right 0 top 19px;
	background-size: 11px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.webko-category-hierarchy>li.product_cat>ul>li.cat-item .children.open {
	background: url(../images/collapse.svg) no-repeat right 0 top 24px;
	background-size: 11px;
}

.webko-category-hierarchy>li.product_cat>ul>li.cat-item .children a {
	width: 100%;
	height: 28px;
	line-height: 28px;
	display: block;
}

.woocommerce .prdctfltr_wc:before {
	margin: 0 0 10px 0;
	font-size: 1.250rem;
	font-weight: normal;
	content: 'Filtrer produkter';
	display: block;
	color: inherit;
}

.prdctfltr_wc {
	margin-bottom: 0 !important;
}

.prdctfltr_buttons {
	display: none;
}

body.archive .content-wrap>.webko-wrapper {
	overflow: hidden;
}

body .prdctfltr_wc.prdctfltr_wc_widget .prdctfltr_woocommerce_filter_submit {
	margin-bottom: 0 !important;
	width: 100%;
	text-align: center;
}

.prdctfltr_add_scroll::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 3px;
}

.prdctfltr_add_scroll::-webkit-scrollbar-track {
	background-color: #fff;
}

.prdctfltr_add_scroll::-webkit-scrollbar {
	width: 5px;
	background-color: #fff;
}

.prdctfltr_add_scroll::-webkit-scrollbar-thumb {
	background-color: #80a9aa;
	-webkit-box-shadow: none;
}

.prdctfltr_filter:not(.prdctfltr_price) .prdctfltr_add_scroll {
	overflow-y: scroll !important;
}

.pf_rngstyle_flat .irs-from, .pf_rngstyle_flat .irs-to, .pf_rngstyle_flat .irs-single {
	background: #80a9aa !important;
	border-radius: 0 !important;
}

.pf_rngstyle_flat .irs-min, .pf_rngstyle_flat .irs-max {
	border-radius: 0 !important;
}

.pf_rngstyle_flat .irs-from:after, .pf_rngstyle_flat .irs-to:after, .pf_rngstyle_flat .irs-single:after {
	border-top-color: #80a9aa !important;
}

.pf_rngstyle_flat .irs-slider {
	width: 8px !important;
}

.sidebar .webko-product-filter .item-title {
	height: 45px;
	line-height: 45px;
	height: 45px;
	background: url(../images/expand.svg) no-repeat right;
	background-size: 11px;
	cursor: pointer;
	font-weight: normal;
}

.webko-product-filter {
	max-height: 45px;
	overflow: hidden;
}

.webko-product-filter .apply_filter {
	display: none;
}

.webko-product-filter .prdctfltr_filter {
	padding: 0 10px !important;
}

.webko-product-filter .prdctfltr_filter+.apply_filter {
	display: table;
	padding: 10px 10px 10px 10px;
	width: 100%
}

.webko-product-filter.open .item-title {
	background: url(../images/collapse.svg) no-repeat right 0 top 24px;
	background-size: 11px;
}

body .prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms .prdctfltr_search_terms_input {
	background: #fff;
	height: 36px;
	margin: 0;
	font-size: 14px !important;
}

.prdctfltr_checkboxes, .prdctfltr_checkboxes * {
	font-size: 12px !important;
	height: 17px !important;
	line-height: 17px !important;
	cursor: pointer;
}

.prdctfltr_count {
	float: right;
	border: 0 !important;
	color: #4A4A4A !important;
	font-size: inherit !important;
}

.prdctfltr_count:after {
	content: ' stk.';
	padding-right: 10px;
}

body .prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter input[type="checkbox"] {
	display: none !important;
}

body .prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter input[type="checkbox"]+span:before {
	content: '';
	width: 12px;
	height: 12px;
	position: relative;
	top: 2px;
	display: inline-block;
	background: #fff url(../images/checkbox.svg) no-repeat center;
	background-size: cover;
	margin-right: 6px;
}

body .prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter input[type="checkbox"]:checked+span:before {
	background: #fff url(../images/checkbox-checked.svg) no-repeat center;
	background-size: cover;
}

.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized_select label input[type="checkbox"]+span, .prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_text label input[type="checkbox"]+span {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px !important;
}

.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms i {
	display: none !important;
}

.attribute_term {
	text-decoration: none;
	color: inherit;
	height: 23px;
	line-height: 23px;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0 22px 0 8px;
	font-size: 12px;
	background: #F3F6F6 url(../images/remove-tag.svg) no-repeat right 8px center;
}

.prdctfltr_woocommerce .pf_rngstyle_flat .irs-line-mid,
.prdctfltr_woocommerce .pf_rngstyle_flat .irs-line-left,
.prdctfltr_woocommerce .pf_rngstyle_flat .irs-line-right,
.prdctfltr_woocommerce .pf_rngstyle_flat .irs-bar,
.prdctfltr_woocommerce .pf_rngstyle_flat .irs-bar-edge,
.prdctfltr_woocommerce .pf_rngstyle_flat .irs-slider {
	background-image: url(../images/range-slider-sprite.png);
}

@media screen and (min-width: 980px) {
	.woocommerce-page .sidebar-item:not(:first-child) {
		display: block !important;
	}

	.woocommerce-page .sidebar-item:first-child {
		display: none;
	}
}

@media screen and (max-width: 979px) {
	.woocommerce-page .sidebar.left .sidebar-item {
		display: none;
	}

	.woocommerce-page .sidebar.left .sidebar-item:first-child {
		display: block;
		cursor: pointer;
	}
}

/* End Woocommerce sidebar widgets */

/* Product Page */
.single-product .product {
	font-size: 0;
}

.single-product .woocommerce-product-details__short-description {
	padding-right: 150px;
}

.single-product .variations, .single-product .variations td, .single-product .variations tr, .single-product .variations tbody {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}

.single-product .variations .reset_variations {
	display: none !important;
}

.single-product .variations td select {
	background: #fff url(../images/up-down-arrow.svg) no-repeat calc(100% - 15px) 50%;
	width: 100%;
	font-weight: 300;
	height: 57px;
	padding: 0 20px;
	font-size: 18px;
}

.single-product .variations tr {
	margin-bottom: 15px;
}

.single-product .variations .label {
	font-size: 14px;
	font-weight: inherit;
}

.single-product .product_title, .single-product h2:not(.woocommerce-loop-product__title) {
	font-size: 30px;
	margin-bottom: 0;
	line-height: 1.3;
}

.single-product .main-product-content .woocommerce-variation-price {
	position: relative;
	top: -12px;
}

.single-product .main-product-content .woocommerce-variation-price del, .single-product .main-product-content .woocommerce-variation-price del span {
	font-size: 12px !important;
}

.single-product .main-product-content .woocommerce-variation-price span {
	font-size: 16px;
}

.single-product .single_variation_wrap {
	position: relative;
	display: inline-block;
}

.woocommerce-variation-availability {
	position: absolute;
	right: 0;
	bottom: -20px;
	font-size: 12px;
}

.woocommerce-variation-availability p {
	padding: 0;
	margin: 0;
}

.single-product .product>* {
	font-size: 1rem;
}

.single-product .onsale {
	position: absolute;
	left: 51px;
	top: 42px;
	color: #fff;
	padding: 5px 10px;
	z-index: 9;
}

.single-product .woocommerce-product-gallery {
	width: 47%;
	margin-top: -50px;
	padding-left: 50px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.single-product .woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image {
	margin-bottom: 1.25%;
	border: 1px solid #F3F6F6;
}

.single-product .woocommerce-product-gallery__image img {
	height: auto;
	width: 100%;
	display: block;
}

.woocommerce-product-gallery--without-images img {
	width: 100%;
}

.single-product .woocommerce-product-gallery__image--placeholder {
	width: 100%;
	position: relative;
	padding-bottom: 100%;
	top: -0px;
	background: #fff;
	border: 1px solid #F3F6F6;
}

.single-product .woocommerce-product-gallery__image--placeholder img {
	width: 30%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.single-product .woocommerce-product-gallery__wrapper figure {
	float: left;
	width: 23.126%;
	overflow: visible;
	margin-right: 2.5%;
	margin-top: 2.5%;
	border: 1px solid #F3F6F6;
}

.single-product .woocommerce-product-gallery__wrapper figure:nth-of-type(4n+4) {
	margin-right: 0;
}

.single-product .summary {
	width: 52%;
	margin-top: -80px;
	padding: 100px 50px 100px 70px;
	display: inline-block;
	vertical-align: middle;
}

.single-product .product_meta {
	font-size: 12px;
}

.single-product .product_meta .posted_in {
	display: none;
}

.single-product .main-product-content {
	background-color: #F3F6F6;
	margin-top: 50px;
	margin-bottom: -50px;
	padding-bottom: 50px;
	background: linear-gradient(to bottom, #F3F6F6 0%, #F3F6F6 50%, #F3F6F6 82%, white 82%, white 100%);
	/* W3C */
}

.single-product .cart .quantity {
	float: left;
}

.single-product .cart .quantity input {
	width: 56px;
	height: 56px;
	text-align: center;
	padding: 5px;
	padding-left: 15px;
}

.single-product .cart .single_add_to_cart_button {
	height: 56px;
	margin-left: 15px;
	padding-right: 50px;
	padding-left: 50px;
	max-width: 100%;
}

.single-product .main-product-content .price, .product-successfully-added .price {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}

.single-product .main-product-content .price del, .single-product .main-product-content .price del span, .single-product .product-successfully-added .price del, .single-product .product-successfully-added .price del span {
	font-size: 20px;
	font-weight: 300;
	color: inherit;
}

.single-product .main-product-content .price ins, .single-product .product-successfully-added .price ins {
	text-decoration: none;
	display: block;
}

.single-product .popup-overlay {
	position: relative;
	z-index: 9999;
}

.single-product .popup-overlay .close-overlay {
	position: fixed;
	left: -100vw;
	top: -100vh;
	position: fixed;
	width: 1000vw;
	height: 1000vh;
	z-index: 100;
	cursor: default;
}

.single-product .popup-overlay:after {
	content: '';
	transition: opacity .3s ease, visibility .3s ease;
	transition-delay: .3s;
	background: #383838;
	left: -100vw;
	top: -100vh;
	position: fixed;
	width: 1000vw;
	height: 1000vh;
	z-index: 99;
	display: block;
	opacity: .2;
}

.single-product .product-successfully-added {
	text-align: center;
	position: fixed;
	background: #fff;
	z-index: 200;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 570px;
	max-width: 100%;
	padding: 30px;
	font-size: 18px;
}

.single-product .product-successfully-added .actions {
	margin-top: 20px;
}

.single-product .product-successfully-added .close {
	position: absolute;
	right: 10px;
	top: 5px;
}

.single-product .product-successfully-added .price {
	font-size: 20px;
}

.single-product .product-successfully-added h2 {
	margin: 0;
	line-height: 1;
}

.single-product .product-successfully-added .quantity-added {
	margin-bottom: 15px;
}

.single-product .product-successfully-added h3 {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 1.2;
}

.single-product .product-successfully-added .price del, .single-product .product-successfully-added .price del span {
	font-size: 12px;
}

.single-product .product-successfully-added .product-image-wrap {
	left: 0;
	top: 0;
	background: #fff;
}

.single-product .product-successfully-added .product-image-wrapper {
	width: 280px;
	display: inline-block;
}

.single-product .product-successfully-added .product-image-wrapper .product-image-wrap {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 979px) {
	.single-product .product-successfully-added {
		top: 100px;
		max-width: 95%;
		transform: translateX(-50%);
	}

	.single-product .product-successfully-added .product-image-wrapper {
		display: none;
	}

	.single-product .product-successfully-added .actions {
		display: flex;
		white-space: nowrap;
	}

	.single-product .product-successfully-added .actions>a {
		width: 50%;
		padding-left: 0;
		padding-right: 0;
	}
}

.stock {
	font-size: 12px;
	display: table-footer-group;
	text-align: right;
}

.stock:before {
	display: block;
	height: 5px;
	width: 100%;
	content: '';
}

.single_variation_wrap .stock:before {
	display: none;
}

.single-product .cart:not(.variations_form) {
	display: table-header-group;
}

.status {
	background: #fff;
	height: 8px;
	width: 8px;
	position: relative;
	top: 1px;
	display: inline-block;
	border-radius: 100%;
	margin-right: 3px;
}

.status.backorder {
	background: #FFCA00;
}

.status.instock {
	background: #41CB65;
}

.status.notinstock {
	background: #F60E0A;
}

/* Tabs */
.woocommerce-tabs {
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
}

.single-product .entry-content h2 {
	font-size: 1rem;
	font-weight: bold;
}

.single-product .entry-content .shop_attributes {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}

.single-product .entry-content .shop_attributes tr {
	border-bottom: 2px solid #fff;
}

.single-product .entry-content .shop_attributes p {
	padding: 0;
	margin: 0;
}

.single-product .entry-content .shop_attributes th {
	width: 30%;
}

.single-product .entry-content .shop_attributes td, .single-product .entry-content .shop_attributes th {
	text-align: left;
	padding: 15px 10px;
}

.single-product .entry-content .shop_attributes {
	background: #F3F6F6;
}

.wc-tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #F3F6F6;
	margin-top: 40px;
}

.wc-tabs li {
	display: inline-block;
	font-size: 20px;
	margin-right: 42px;
}

.wc-tabs li:last-child {
	margin-right: 0;
}

.wc-tabs li a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #F3F6F6;
	display: block;
	padding-bottom: 5px;
	margin-bottom: -1px;
}

.wc-tabs li a:hover, .wc-tabs li.active a {
	color: inherit;
	border-bottom: 1px solid #ea5d33;
}

.woocommerce-Reviews .avatar {
	border-radius: 100%;
	min-width: 67px;
	min-height: 67px;
	margin-bottom: 40px;
	margin-right: 30px;
}

.woocommerce-Reviews .commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-Reviews .comment {
	background-color: #F3F6F6;
	margin-bottom: 2px;
	position: relative;
	padding: 20px 30px;
}

.woocommerce-Reviews .comment_container {
	display: flex;
}

.woocommerce-Reviews .comment .meta {
	position: absolute;
	left: 0;
	top: 82px;
	width: 127px;
}

.woocommerce-Reviews .comment .meta .woocommerce-review__dash {
	display: none;
}

.woocommerce-Reviews .comment .meta {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 1.3;
}

.woocommerce-Reviews .comment .meta .woocommerce-review__author {
	display: block;
	text-align: center;
}

.woocommerce-Reviews .description {
	font-size: 14px;
	font-style: italic;
}

.woocommerce-Reviews .description p:first-child {
	padding-top: 0;
	margin-top: 0;
}

.product-comment-intro {
	margin-top: 20px;
	text-align: center;
}

.product-comment-intro h4 {
	text-align: left;
}

.product-comment-intro .webko-button {
	margin-top: 20px;
}

.woocommerce-Tabs-panel .star-rating {
	width: 90px;
	background: url(../images/rating-stars-inactive.svg) no-repeat;
}

.product-comment-intro .star-rating {
	margin: 3px auto 10px auto;
}

.woocommerce-Tabs-panel .star-rating span {
	background: url(../images/rating-stars.svg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.product-comment-intro .average-rating {
	display: block;
	font-size: 36px;
	font-weight: bold;
}

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

.product-comment-intro .review-count {
	font-weight: inherit;
	font-size: 14px;
}

.comment-form-rating .stars span {
	display: block;
	padding: 0;
	overflow: hidden;
	margin: 0;
	width: 90px;
	height: 13px;
	transform: scale(2);
	margin: 0 auto;
}

.comment-form-rating .stars a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	float: left;
	width: 20%;
	height: 13px;
	background: url(../images/rating-stars-inactive.svg) no-repeat;
}

.comment-form-rating .stars a.filled {
	background: url(../images/rating-stars.svg) no-repeat;
}

.comment-form-comment {
	text-align: left;
}

.comment-reply-title {
	font-size: 36px;
	font-weight: bold;
	color: #ea5d33
}

#review_form {
	text-align: center;
	position: fixed;
	background: #fff;
	z-index: 200;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 757px;
	width: 95%;
	padding: 50px;
	font-size: 18px;
	z-index: 99;
}

#review_form .close {
	position: absolute;
	right: 10px;
	top: 5px;
}

#review_form label {
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: left;
}

#review_form .comment-form-rating label {
	font-size: 18px;
	text-align: center;
}

#review_form #email-notes, #review_form .comment-notes {
	display: none;
}

#review_form textarea {
	width: 100%;
	height: 96px;
	background-color: #F3F6F6;
}

#review_form input[type=text], #review_form input[type=email] {
	width: 100%;
	background-color: #F3F6F6;
}

#review_form p {
	max-width: 464px;
	width: 100%;
	margin: 20px auto;
}

#review_form_wrapper {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	background: rgba(56, 56, 56, .2);
	z-index: 98;
}

.woocommerce-noreviews {
	text-align: center;
}

/* End Tabs */

@media screen and (max-width: 979px) {
	.single-product .woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image {
		border: 0;
	}

	.single-product .cart:not(.variations_form) {
		max-width: 100%;
	}

	.single-product .cart .single_add_to_cart_button {
		width: 100%;
		max-width: calc(100% - 73px);
		white-space: nowrap;
		padding-left: 44px;
		padding-right: 44px;
	}

	.single-product .cart .quantity input {
		padding-left: 5px;
	}

	.single-product .woocommerce-product-details__short-description {
		padding-right: 0;
	}

	.single-product .main-product-content {
		margin: 0;
		padding: 0;
		background: #F3F6F6;
		position: relative;
	}

	.single-product .onsale {
		left: 0;
		top: 0;
	}

	.single-product .woocommerce-product-gallery, .single-product .woocommerce-product-gallery__wrapper {
		overflow: hidden;
		background: #fff;
	}

	.single-product .woocommerce-product-gallery__wrapper {
		padding-bottom: 15px;
	}

	.single-product .summary, .single-product .woocommerce-product-gallery {
		width: 100%;
		margin-top: 0;
		padding: 0;
		display: block;
	}

	.single-product .summary {
		padding: 0 25px 25px 25px;
	}

	.wc-tabs li {
		width: 100%;
	}

	.wc-tabs li:not(:first-child) {
		padding-top: 10px;
	}

	.wc-tabs li:not(.active) {
		opacity: .5;
	}

	.wc-tabs li:hover {
		opacity: 1;
	}
}

/* End Product Page */