@charset "UTF-8";
/*
Theme Name: ernestine

WooCommerce styles override
*/
.woocommerce-info {
	border-top-color: #93c9cc;
}

.woocommerce-info::before {
	color: #93c9cc;
}

.woocommerce-privacy-policy-text p {
	font-size: 12px;
}

.woocommerce-breadcrumb{
	/*text-transform: lowercase;*/
}

.woocommerce-breadcrumb a{
	/*text-transform: lowercase;*/
}
.woocommerce-breadcrumb span {

}
.woocommerce-breadcrumb span {
    display: block;
    /*text-transform: lowercase;*/
}

.woocommerce-breadcrumb span:first-letter {
     /*text-transform: capitalize;*/
}
.woocommerce-breadcrumb a:first-letter {
 /*text-transform: capitalize;*/
}

.breadcrumb-title{
	/*background-color: red;*/
}


/* Form Login */

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}


/*     */

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
	text-align: center;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td::before {
		display: none;
	}
}

input#coupon_code {
	min-width: 130px;
	height: 49px;
	margin-right: 10px;
}

table.shop_table_responsive thead {
	background: #f5fafa;
}

/**
 * Products
 */
.choose_opts {
	margin-top: auto;
	padding-bottom: 15px;
}

.summary .wcpa_form_outer {
	display: none;
}

.dindiquer {
	width: 100%;
}

.dindiquer h3 {
	margin-top: 33px;
}

.dindiquer .wcpa_form_outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wcpa_form_item.wcpa_type_textarea.form-control_parent {
	width: 49%;
}

.wcpa_form_item.wcpa_type_textarea.form-control_parent textarea {
	background: #F5FBFB;
	border: 1px solid rgba(109, 109, 109, 0.25);
	border-radius: 4px;
	min-height: 225px;
}

.woocommerce-breadcrumb {
	color: #009CA8;
	/*text-transform: uppercase;*/
}

.single-product .woocommerce-breadcrumb {
    width: 100%;
    max-width: 1185px;
    margin-left: auto;
    margin-right: auto;
    text-align: left!important;
    font-size: 13px;
}

.woocommerce-breadcrumb a:first-child {
	text-transform: none;
}

.woocommerce-products-header {
	background-color: rgba(236, 245, 245, 0.5);
	height: 185px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-bottom: 33px;
	flex-direction: column;
}

h1.woocommerce-products-header__title {
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 48px;
	/* identical to box height */
	text-align: center;
	color: #009CA8;
	margin-bottom: 0;
}

.product_in_tax_item img {
	width: 100%;
}

ul.products,
ul.product_list_widget{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

ul.products li.product,
ul.product_list_widget li
{
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

@media (min-width: 800px) {
	ul.products li.product {
		max-width: 340px;
	}
}

ul.products li.product img,
ul.product_list_widget img
{
	display: block;
	width: 100%;
}

ul.products li.product .button {
	display: block;
}

ul.product_list_widget .amount{
	display: none;
}

ul.product_list_widget .product-title{
	font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;

}

@media screen and (min-width: 800px) {
	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin: 0;
	}
	ul.products li.product.first {
		clear: both;
	}
	ul.products li.product.last {
		margin-right: 0;
	}
	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}
	ul.products.columns-2 li.product {
		width: 48.1%;
	}
	ul.products.columns-3 li.product {
		width: 30.79667%;
	}
	ul.products.columns-4 li.product {
		width: 22.15%;
	}
	ul.products.columns-5 li.product {
		width: 16.96%;
	}
	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

@media (min-width: 580px) and (max-width: 799px) {
	ul.products.columns-3 li.product {
		width: 48%;
		margin: 1%;
	}
}

@media (max-width: 579px) {
	ul.products.columns-3 li.product {
		width: 98%;
		margin: 1%;
	}
}

.item-product-list .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-color: #f3f3f3;
	position: relative;
	overflow: hidden;
}

@media (max-width: 790px) {
	.item-product-list {
		margin-bottom: 33px;
	}
}

.item-product-list .full_link {
	position: absolute;
	inset: 0;
}

.item-product-list .full_link:hover img {
	transform: scale(1.5);
}

.item-product-list .full_link img {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-transition: all 125ms ease-in;
	-moz-transition: all 125ms ease-in;
	-ms-transition: all 125ms ease-in;
	-o-transition: all 125ms ease-in;
	transition: all 125ms ease-in;
}

.product-cat-details {
	columns: 2;
	gap: 22px;
}

.product-cat-details * {
	-moz-column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	column-break-inside: avoid;
}

.product-cat-details h3 {
	margin-top: 0;
	font-size: 27px;
	font-family: 'manbowlines';
}

.woocommerce-pagination {
	margin-bottom: 33px;
}

.woocommerce-pagination .page-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.woocommerce-pagination .page-numbers li {
	margin: 0;
	padding: 0;
	line-height: 38px;
}

.woocommerce-pagination .page-numbers .page-numbers {
	height: 38px;
	width: 38px;
	line-height: 38px;
	border-radius: 100%;
	border: 2px solid #B3E0E1;
	color: #B3E0E1;
	font-weight: bold;
	margin-right: 10px;
}

.woocommerce-pagination .page-numbers .page-numbers.current, .woocommerce-pagination .page-numbers .page-numbers:hover {
	background: #B3E0E1;
	color: #fff;
}

span.bounche {
	position: relative;
	top: -2px;
}

body .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart {
	position: absolute;
	top: 10px;
    right: 30px;
}

body .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,
body a.wishlist_products_counter.top_wishlist-heart:before,
body span.wishlist_products_counter.top_wishlist-heart:before,
body a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
	font-size: 32px;
	color: #009CA8;
}

body .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover:before {
	content: "" !important;
}

body .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before,
body .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before,
body .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {
	top: 0px;
}

body button.button.tinvwl_button_close {
	background: #fff;
	border: none;
	color: #787878;
	text-transform: none;
	font-weight: normal;
}

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

body.single-product div.product .woocommerce-product-gallery .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart {
	top: 10px;
	z-index: 999;
}

.woocommerce-product-gallery__image.flex-active-slide a {
	cursor: inherit;
}

section.in_the_same_collec {
	padding-bottom: 0;
}

section.in_the_options {
	padding-top: 0;
}

figure.woocommerce-product-gallery__wrapper a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.tinvwl-position-thumbnails.tinvwl-product-in-list {
	display: none;
}

/**
 * Single product
 */
.single-product .variations select {
	display: none;
}

.single-product .error {
	font-weight: bold;
	font-size: 16px;
	color: red;
}

.single-product .fake-attribute {
	padding: 5px 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-flex;
	background-color: #e3e3e3;
	text-align: center;
	border-radius: 25px;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all 125ms ease-in;
	-moz-transition: all 125ms ease-in;
	-ms-transition: all 125ms ease-in;
	-o-transition: all 125ms ease-in;
	transition: all 125ms ease-in;
}

.single-product .fake-attribute.active {
	font-weight: bold;
	background: #009CA8;
	color: #fff;
}

.single-product .fake-attribute.disabled {
	opacity: 0.4;
	cursor: no-drop;
	position: relative;
	z-index: -1;
	pointer-events: none;
}

.single-product .woocommerce-breadcrumb {
	padding: 19px 0;
	text-align: center;
}

.single-product .woocommerce-variation.single_variation {
	width: calc(100% - 107px);
	order: 2;
	padding-left: 10px;
	display: flex;
	align-items: center;
}

.single-product .single_variation_wrap {
	display: flex;
	flex-wrap: wrap;
}

.single-product input[type=number]::-webkit-inner-spin-button,
.single-product input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.single-product button.single_add_to_cart_button.button.alt {
	order: 3;
	margin-top: 17px;
}

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

.single-product input[type=number]::-webkit-inner-spin-button,
.single-product input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.single-product input[type=number] {
	-moz-appearance: textfield;
}

.single-product .quantity input {
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 0px;
	border: 1px solid #eee;
	width: 67px;
	background: transparent;
	font-weight: bold;
}

.single-product .quantity input:focus {
	outline: 0;
}

.single-product .quantity-nav {
	height: 40px;
	position: absolute;
	top: 1px;
	bottom: 1px;
	right: 0;
	left: 0;
	width: 107px;
	pointer-events: none;
}

.single-product .quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #6D6D6D;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 25px;
	line-height: 33px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	pointer-events: visible;
}

.single-product .quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	height: 100%;
	right: 0;
	top: -1px;
	border: none;
	border-left: 1px solid #6D6D6D;
}

.single-product .quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	bottom: 1px;
	left: 0;
	height: 100%;
	border: none;
	border-right: 1px solid #6D6D6D;
}

.single-product input.input-text.qty.text {
	width: 107px;
	height: 40px;
	border: 1px solid #6D6D6D;
	box-sizing: border-box;
	border-radius: 4px;
	z-index: 1;
	text-align: center;
}

.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
	position: relative;
	width: 107px;
}

.single-product .container, .single-product div.product, .single-product .woocommerce-account .entry-content, .woocommerce-account .single-product .entry-content, .single-product .woocommerce-checkout .entry-content, .woocommerce-checkout .single-product .entry-content,
.single-product .woocommerce-cart .entry-content, .woocommerce-cart .single-product .entry-content, .single-product .woocommerce-shop ul.products, .woocommerce-shop .single-product ul.products, .single-product .slider_container {
	width: 100%;
	max-width: 1185px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1200px) {
	.single-product .container, .single-product div.product, .single-product .woocommerce-account .entry-content, .woocommerce-account .single-product .entry-content, .single-product .woocommerce-checkout .entry-content, .woocommerce-checkout .single-product .entry-content,
	.single-product .woocommerce-cart .entry-content, .woocommerce-cart .single-product .entry-content, .single-product .woocommerce-shop ul.products, .woocommerce-shop .single-product ul.products, .single-product .slider_container {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}

.single-product div.product {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.single-product div.product .summary.entry-summary {
	width: 39%;
	padding-left: 33px;
	margin: 0;
}

@media (max-width: 920px) {
	.single-product div.product .summary.entry-summary {
		width: 100%;
	}
}

.single-product div.product .summary.entry-summary p.price {
	opacity: 0;
	margin: 5px 0;
}

.single-product div.product h1.product_title.entry-title {
	margin-top: 0;
	padding-top: 0;
}

.single-product div.product .variations .label {
	display: none;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	display: flex;
	align-items: flex-start;
	width: 61%;
}

@media (max-width: 920px) {
	.single-product div.product .woocommerce-product-gallery {
		width: 100%;
	}
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper {
	margin: 0;
	display: block;
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper img.wp-post-image {
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
	width: calc(100% - 100px);
	margin-left: 10px;
	order: 2;
}

@media (max-width: 920px) {
	.single-product div.product .woocommerce-product-gallery .flex-viewport {
		width: calc(100% - 80px);
	}
}

.single-product div.product .woocommerce-product-gallery .flex-viewport img {
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 100px;
	order: 1;
}

@media (max-width: 920px) {
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		width: 80px;
	}
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

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

.stock.in-stock {
	color: #009CA8;
}

.stock.out-of-stock {
	color: #e2401c;
}

.price bdi,
.leviat {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.salarscene {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

form.cart {
	display: flex;
	flex-wrap: wrap;
}

div#product_total_price {
	padding-left: 10px;
	margin-top: 5px;
}

.woocommerce_total_product_price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (max-width: 920px) {
	.woocommerce_total_product_price {
		margin-top: 10px;
		width: 100%;
	}
}

.woocommerce_total_product_price .quantity {
	margin-right: 10px;
}

.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
	margin-right: 10px;
}

.col-md-3.product_in_tax_item .row {
	width: 100%;
	align-items: center;
}

.col-md-3.product_in_tax_item .row input.input-text.qty.text,
.col-md-3.product_in_tax_item .row .quantity-nav {
	width: 75px;
}

.col-md-3.product_in_tax_item {
	display: flex;
	flex-direction: column;
}

.col-md-3.product_in_tax_item form {
	margin-top: auto;
}

.col-md-3.product_in_tax_item button {
	border: none;
	background-color: #fff;
	cursor: pointer;
}

.col-md-3.product_in_tax_item .col-4 {
	margin-left: auto;
	text-align: right;
}

.woocommerce #respond input#submit {
	line-height: 0;
}

.single_info {
	margin-top: 33px;
}

.variations select {
	max-width: 200px;
}

.single-product div.product .summary.entry-summary .single_info p {
	position: relative;
	padding: 10px 30px;
	border: 1px solid #6D6D6D;
	font-size: 13px;
	font-style: italic;
	line-height: 15px;
	border-radius: 4px;
}

.single-product div.product .summary.entry-summary .single_info p:before {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	width: 31px;
	height: 31px;
	background-image: url("./assets/img/info.svg");
}

a.woocommerce-review-link {
	display: none;
}

.openReview {
	cursor: pointer;
}

span.sharings {
	position: absolute;
	right: 60px;
	top: 22px;
	width: 30px;
	z-index: 99;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
}

span.sharing {
	display: block;
	position: relative;
	margin-bottom: 15px;
}

span.sharing.res {
	display: none;
	margin-bottom: 10px;
	opacity: 0.7;
}

span.sharing.res:hover {
	opacity: 1;
}

.wcpa_form_item.wcpa_type_text.form-control_parent {
	width: 49%;
}

.wcpa_form_item.wcpa_type_text.form-control_parent input {
	background: #F5FBFB;
	border: 1px solid rgba(109, 109, 109, 0.25);
	border-radius: 4px;
	height: 49px;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-checkout .woocommerce-MyAccount-navigation {
	background-color: #fff;
	margin-bottom: 25px;
}

/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
	.woocommerce-account .site-main-page .entry-content, .woocommerce-checkout .site-main-page .entry-content {
		padding-top: 0;
	}
	.woocommerce-account .entry-content-w .woocommerce, .woocommerce-checkout .entry-content-w .woocommerce {
		display: flex;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-checkout .woocommerce-MyAccount-navigation {
		width: 22%;
		min-height: 50vh;
	}
	.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-checkout .woocommerce-MyAccount-content {
		width: 75%;
		max-width: 990px;
		padding: 1vw;
	}
	.woocommerce-account .woocommerce-MyAccount-content:after, .woocommerce-checkout .woocommerce-MyAccount-content:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		clear: both;
	}
}

/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding: 0;
	padding-top: 10px;
	padding-left: 0;
	margin: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
	padding: 8px 20px;
	color: #009CA8;
	font-size: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
	border-left: 3px solid #009CA8;
	font-size: 16px;
}

nav.woocommerce-MyAccount-navigation ul li a {
	text-decoration: none;
	color: #009CA8;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #009CA8;
	text-decoration: none;
	font-weight: 700;
}

nav.woocommerce-MyAccount-navigation ul li.is-active:after {
	/*
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
  */
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
	background-color: rgba(0, 0, 0, 0.07);
	color: #009CA8;
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
	/*
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
  */
}

.container, .single-product div.product, .woocommerce-account .entry-content, .woocommerce-checkout .entry-content,
.woocommerce-cart .entry-content, .woocommerce-shop ul.products, .slider_container {
	width: 100%;
	max-width: 1185px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1200px) {
	.container, .single-product div.product, .woocommerce-account .entry-content, .woocommerce-checkout .entry-content,
	.woocommerce-cart .entry-content, .woocommerce-shop ul.products, .slider_container {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}

.woocommerce-account .entry-header, .woocommerce-checkout .entry-header,
.woocommerce-cart .entry-header {
	background-color: rgba(236, 245, 245, 0.5);
	background-image: none;
	height: 185px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-bottom: 33px;
	flex-direction: column;
}

.woocommerce-account .entry-header h1, .woocommerce-checkout .entry-header h1,
.woocommerce-cart .entry-header h1 {
	color: #009CA8 !important;
}

.woocommerce-account .entry-header h1, .woocommerce-checkout .entry-header h1,
.woocommerce-cart .entry-header h1,
.site-main-page .entry-header h1 {
	font-family: 'manbowlines';
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	color: #009CA8;
	margin-bottom: 0;
	text-transform: uppercase;
}

.woocommerce-account .entry-header h1:after, .woocommerce-checkout .entry-header h1:after,
.woocommerce-cart .entry-header h1:after,
.site-main-page .entry-header h1:after {
	content: '';
	display: block;
	margin: 5px auto;
	width: 199px;
	height: 27px;
	background-image: url("./assets/img/divide.svg");
}

.site-main-page .entry-header h1 {
	color: #fff;
}

.woocommerce-products-header {
	background-color: rgba(236, 245, 245, 0.5);
	height: 185px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-bottom: 33px;
	flex-direction: column;
}

.woocommerce-products-header h1 {
	font-family: 'manbowlines';
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	color: #009CA8;
	margin-bottom: 0;
	text-transform: uppercase;
}

.woocommerce-products-header h1:after {
	content: '';
	display: block;
	margin: 5px auto;
	width: 199px;
	height: 27px;
	background-image: url("./assets/img/divide.svg");
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	display: block;
	min-width: 50%;
}

.woocommerce-shop .woocommerce-breadcrumb {
	display: none;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

li#tab-title-reviews {
	display: none;
}

#reviews {
	display: none;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #ffce31;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #6D6D6D;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #6D6D6D;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: inherit;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: inherit;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #6D6D6D;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: inherit;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #009CA8;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #d9eff0;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #009CA8;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #009CA8;
	clear: both;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin-bottom: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
	order: 2;
	margin-left: 20px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #d9eff0;
	color: #009CA8;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #d9eff0;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

body .woocommerce-error::before,
body .woocommerce-info::before,
body .woocommerce-message::before {
	top: 10px;
	left: 1.5em;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_label {
	font-size: 12px;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
	background: #B3E0E1;
	border-radius: 4px;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}

.widget_price_filter .price_slider_amount .button:hover {
	background: #009CA8;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	cursor: ew-resize;
	outline: none;
	background: #B3E0E1;
	box-sizing: border-box;
	margin-top: -0.25em;
	margin-top: -4px;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -10px;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 0.25em rgba(179, 224, 225, 0.5);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	height: 4px;
	background: #009CA8;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
	height: 4px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

body .select2-results__option {
	font-size: 14px;
}

body .select2-container--default .select2-selection--single {
	height: 40px;
	border: 1px solid rgba(109, 109, 109, 0.5);
	border-radius: 4px;
	width: 100%;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #009CA8;
}

body .widget {
	margin-bottom: 0;
}

.widget-area {
	margin-bottom: 33px;
	max-width: 705px;
	margin-left: auto;
	margin-right: auto;
}

body .select2-container--default .select2-results > .select2-results__options {
	max-height: 100%;
}



.single-product .quantity {
    position: relative;
    width: auto;
    float: left;
}

.woocommerce_total_product_price .price {
    top: 6px;
    position: relative;
    margin-bottom:20px
    }

button.single_add_to_cart_button.button.alt {
    clear: both;
    float: none;
    position: relative;
    top: 17px;
}

.single_info {
    margin-top: 53px;
}

#share_icon{
	    width: 33px;
    position: relative;
    top: -5px;
}


@media(max-width: 900px){
	.hmhhh, .product_in_tax_item img, .widget_recently_viewed_products img, .in_the_options .product_in_tax_item img{
		height: 160px;
	}

	.page-id-151 .everest-forms {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 10%;
    padding: 20px;
}

}


body.page-id-20 .woocommerce table.my_account_orders th{
    text-align:center
}
@media(min-width: 781px){
.owl-carousel .owl-item img {
    min-height: 235px;
    object-fit: cover;
}
}

 .price .salarscene bdi{
	display: inline-block;
}

span.salarscene strike {
    text-decoration: line-through;
    display: none;
}
span.salarscene span.woocommerce-Price-currencySymbol {
    display: none;
}


.woocommerce-MyAccount-content ul.wc-item-meta li {
    justify-content:flex-start
}






nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    order:1
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders {
    order:2
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    order:3
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
    order:5
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account {
    order:4
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--favoris {
    order:6
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--tinv_wishlist {
    order:7
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    order:8
}



section.in_the_options .product_in_tax_item {
    display: flex;
}

section.in_the_options .plugify_main_parent_div {
    order: 2;
}

section.in_the_options form.cart{
    order:3
}

.woocommerce-product-gallery__image.flex-active-slide {
    overflow: hidden;
    left: -1px;
    position: relative;
}

.wcpa_form_item.wcpa_type_paragraph output {
    display:block;
    width:100%
}



.wcpa_form_item.wcpa_type_paragraph {
    width: 100%;
}

.dindiquer .wcpa_form_outer {
    margin-top: 0;
}

.product_list_widget .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart {
    top: 5px;
    right: 15px;
}

ol.flex-control-nav.flex-control-thumbs{overflow: auto;}


	.dindiquer .wcpa_radio.checked .wcpa_check::before {
    background: #36b97e;
}

.dindiquer .wcpa_form_outer .wcpa_form_item .wcpa_radio input[type=radio]:checked+label .wcpa_check::before{
	background: transparent;
}


.dindiquer .wcpa_checkbox.checked .wcpa_check {
    border: 2px solid #36b97e;
    background: #36b97e;
}

.dindiquer .wcpa_checkbox.checked .wcpa_check::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled{
	width: 100%;
}


.pswp__caption {
    display: none;
}

.single-product div.product .summary.entry-summary p.price {
    height: 0;
}

img.ddd_hhu {
    margin-bottom: 0;
}