/*
Theme Name: rehvidveebist

WooCommerce styles override
*/

.woocommerce-shop .site-main,
.tax-product_cat .site-main {
    margin-top: -65px;
}
.site-main .site__content-wrapper {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin: 0 -20px;
}
.site-main.site-sidebar-enabled .site__content-wrapper > div {
	padding: 0 20px;
}
.site-main.site-sidebar-enabled .site__content-wrapper .site__content {
	width: 75%;
}
.site-main.site-sidebar-enabled .site__content-wrapper .site__sidebar {
	width: 25%;
}
.site-main.site-sidebar-disabled .site__content-wrapper .site__content {
	width: 100%;
}
.site-main.site-sidebar-disabled .site__content-wrapper .site__sidebar {
	display: none;
	width: 0;
}
.site__sidebar .widget-area .widget {
	border-radius: 3px;
	background: #fff;
	overflow: hidden;
	padding: 20px;
}
.site__sidebar .widget-area .widget:first-child {
	margin-top: -114px;
}
.site__sidebar .widget-area .widget .widget-title {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.6px;
	color: #272528;
	font-weight: 700;
	margin-bottom: 25px;
}
.site__sidebar .widget-area .widget .wcpf-field-drop-down-list .wcpf-input {
	border-radius: 5px;
	background: #735f77 url(./assets/images/dropdown-icon-white.svg) no-repeat;
	background-position: calc(100% - 12px) 50%;
	color: #fefaff;
	font-size: 15px;
	font-weight: 500;
	padding: 15px 34px 15px 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
.site__sidebar .widget-area .widget .wcpf-field-button .wcpf-button {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	border-radius: 3px;
	background: #f75b2f url(./assets/images/search-button-icon.svg) no-repeat;
	background-position: 20px 50%;
	padding: 20px 20px 20px 50px;
	text-transform: uppercase;
	text-align: left;
	border: 0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.site__sidebar .widget-area .widget .wcpf-field-button .wcpf-button:hover {
	background: #f75b2f url(./assets/images/search-button-icon.svg) no-repeat;
	background-position: 20px 50%;
	cursor: pointer;
}
/**
 * Shop tables
 */

body.woocommerce-shop {
	background: #fefaff;
}

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.product-remove a {
	text-align: left;
}

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;
	}
}

/**
 * Products
 */
.products {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin: 0 -15px;
	padding: 0;
}

.products .product {
	list-style: none;
	position: relative;
	margin-bottom: 40px;
	padding: 0 15px;
}

.products .product img {
	display: inline-block;
}

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

.product__thumbnail {
	position: relative;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 15px;
}
.product__badge {
    position: absolute;
    top: 10px;
    left: 10px;
}
.product__badge img {
    max-width: 66px;
    height: auto;
}
.product__thumbnail .price {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    background: #f75b2f;
	padding: 12px 18px;
    border-radius: 19px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}


.product__thumbnail img {
    display: inline-block;
}

.woocommerce-loop-product__link {
    border-radius: 5px;
    background: #ffffff;
    background-blend-mode: normal;
    box-shadow: 0px 0px 8px rgb(115 95 119 / 23%);
    display: block;
    padding: 10px 10px;
    text-align: center;
	color: #000000;
	padding: 10px 10px 20px 10px;
}

.woocommerce-loop-product__link:hover,
.woocommerce-loop-product__link:visited,
.woocommerce-loop-product__link:active,
.woocommerce-loop-product__link:focus {
	color: #000000;
}

.product__title h2 {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.product_attributes {
    padding-left: 20px;
    padding-right: 20px;
}
.product_attributes .manufacturer h2 {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.product_attributes .brand {
    margin-bottom: 10px;
}
.product_attributes .brand span {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.product_attributes .dimensions span {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}
.product_attributes .dimensions {
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 14px;
}
.product_attributes.in-wheels-category .dimensions {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.product__featured-attributes {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -12px;
}
.product__featured-attributes span {
    padding: 0 12px;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}
.product__featured-attributes span.noise {
    background: url('./assets/images/muratase.svg') no-repeat;
    background-position: 0 50%;
    padding-left: 30px;
}
.product__featured-attributes span.wet {
    background: url('./assets/images/marghaardumine.svg') no-repeat;
    background-position: 0 50%;
    padding-left: 31px;
}
.product__featured-attributes span.rrc {
    background: url('./assets/images/veeretakistus.svg') no-repeat;
    background-position: 0 50%;
    padding-left: 22px;
}

@media screen and (min-width: 767px) {

	.products .product {
		width: 33.33333%;
	}

	.products .product.last {
		margin-right: 0;
	}

	.products.columns-1 .product {
		float: none;
		width: 100%;
	}

	.products.columns-2 .product {
		width: 50%;
	}

	.products.columns-3 .product {
		width: 33.33333%;
	}

	.products.columns-4 .product {
		width: 25%;
	}

	.products.columns-5 .product {
		width: 20%;
	}

	.products.columns-6 .product {
		width: 16.66666666666667%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	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 .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

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

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

.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 {
	width: 48.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 {
	width: 30.79667%;
}

.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 {
	width: 22.15%;
}

.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 {
	width: 16.96%;
}

.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: #0f834d;
}

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

/**
 * 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%;
	}
}

/**
 * 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;
}

/**
 * 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: #4169e1;
}

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: #404040;
	text-indent: 0;
	opacity: 0.25;
}

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

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

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

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

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	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: #0f834d;
}

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

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

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

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

.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 {
	 margin-top: 0;
	 margin-bottom: 2.617924em;
	 background: #0f834d  url(./assets/images/circle-question.svg) no-repeat;
	 background-size: 20px;
	 background-position: 20px 50%;
	 margin-left: 0;
	 border-radius: 2px;
	 color: #fff;
	 clear: both;
	 border-left: .6180469716em solid rgba(0, 0, 0, .15);
	 padding: 1.5em 2em 1.5em 3.5em;
	 position: relative;
	 list-style: none outside;
	 font-size: 14px;
 }
 
 .woocommerce-message:before,
 .woocommerce-message:after,
 .woocommerce-info:before,
 .woocommerce-info:after,
 .woocommerce-error:before,
 .woocommerce-error:after,
 .woocommerce-noreviews:before,
 .woocommerce-noreviews:after,
 p.no-comments:before,
 p.no-comments:after {
	 content: "";
	 display: table;
 }
 
 .woocommerce-message:after,
 .woocommerce-info:after,
 .woocommerce-error:after,
 .woocommerce-noreviews:after,
 p.no-comments:after {
	 clear: both;
 }
 
 .woocommerce-message a,
 .woocommerce-info a,
 .woocommerce-error a,
 .woocommerce-noreviews a,
 p.no-comments a {
	 color: #fff;
 }
 
 .woocommerce-message a:hover,
 .woocommerce-info a:hover,
 .woocommerce-error a:hover,
 .woocommerce-noreviews a:hover,
 p.no-comments a:hover {
	 color: #fff;
	 opacity: .7;
 }
 
 .woocommerce-message a.button:hover,
 .woocommerce-info a.button:hover,
 .woocommerce-error a.button:hover,
 .woocommerce-noreviews a.button:hover,
 p.no-comments a.button:hover {
	 opacity: 1;
 }
 
 .woocommerce-message .button,
 .woocommerce-info .button,
 .woocommerce-error .button,
 .woocommerce-noreviews .button,
 p.no-comments .button {
	 float: right;
	 padding: 0;
	 background: 0 0;
	 color: #fff;
	 box-shadow: none;
	 line-height: 1.618;
	 margin-left: 1em;
	 padding-left: 1em;
	 border-width: 0;
	 border-left-width: 1px;
	 border-left-style: solid;
	 border-left-color: rgba(255, 255, 255, .25) !important;
	 border-radius: 0;
 }
 
 .woocommerce-message .button:hover,
 .woocommerce-info .button:hover,
 .woocommerce-error .button:hover,
 .woocommerce-noreviews .button:hover,
 p.no-comments .button:hover {
	 background: 0 0;
	 color: #fff;
	 opacity: .7;
 }
 
 .woocommerce-message pre,
 .woocommerce-info pre,
 .woocommerce-error pre,
 .woocommerce-noreviews pre,
 p.no-comments pre {
	 background-color: rgba(0, 0, 0, .1);
 }
 
 .site-content>.col-full>.woocommerce>.woocommerce-message:first-child,
 .site-content>.col-full>.woocommerce>.woocommerce-info:first-child,
 .site-content>.col-full>.woocommerce>.woocommerce-error:first-child {
	 margin-top: 2.617924em;
 }
 
 .woocommerce-error {
	 list-style: none
 }
 
 .woocommerce-info,
 .woocommerce-noreviews,
 p.no-comments {
	 background: #3d9cd2 url(./assets/images/circle-question.svg) no-repeat;
	 background-size: 20px;
	 background-position: 15px 50%;
 
 }
 
 .woocommerce-error {
	 background: #e2401c url(./assets/images/circle-question.svg) no-repeat;
	 background-size: 20px;
	 background-position: 20px 50%;
 
 }
 

@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;
	}
}


.woocommerce-pagination {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	transform: translateX(-12.5%);
    margin-bottom: 45px;
}
.woocommerce-pagination .page-numbers {
	list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
.woocommerce-pagination .page-numbers li {
	display: inline-block;
	padding: 0 5px;
}
.woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a {
	display: inline-block;
    line-height: 34px;
    width: 34px;
    height: 34px;
    background: #dac9dd;
    background-blend-mode: normal;
    color: #735f77;
    font-size: 11px;
    font-weight: 400;
    border-radius: 50%;
    text-align: center;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.woocommerce-pagination .page-numbers li span.current {
	background: #735f77;
	color: #ffffff;
}
.woocommerce-pagination .page-numbers li span:hover,
.woocommerce-pagination .page-numbers li a:hover {
	background: #735f77;
	color: #ffffff;
}

.shop__ordering {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin-bottom: 55px;
}
.shop__ordering select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	color: #272528;
	font-size: 13px;
	line-height: 13px;
	border-radius: 3px;
	padding: 12px 23px 12px 10px;
	background: #fff url(./assets/images/select-arrow.svg) no-repeat;
	background-position: calc(100% - 5px) 50%;
    max-width: 185px;
    border: 0;
}
.related__products-title {
	margin-bottom: 35px;
}
.related__products-title h2 {
	color: #272528;
	font-size: 23px;
	line-height: 28px;
	margin-bottom: 0;
}
.single-product .product__summary {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin: 0 -15px 55px -15px;
}
.single-product .product__summary > div {
	width: 33.33333%;
	padding: 0 15px;
}
.single-product .product__summary .product__attributes {
	margin-top: 25px;
}
.single-product .product__summary .product__attributes .product__attributes-title {
	margin-bottom: 40px;
}
.single-product .product__summary .product__attributes .product__attributes-title h3 {
	font-size: 20px;
	line-height: 24px;
	color: #272528;
	margin-bottom: 0;
}
.single-product .product__summary .product__attributes .product-attribute {
	font-weight: 500;
	font-size: 14px;
	line-height: 36px;
	color: #000000;
	border-bottom: 1px dashed #dfd6e0;
}
.single-product .product__summary .product__attributes .product-attribute:last-child {
	border-bottom: 0;
}
.product__details {

}
.product__fast-shipping {
	background: url(./assets/images/fast-shipping-icon.svg) no-repeat;
    background-position: 0 50%;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 18px;
}
.product__fast-shipping span {
    color: #272528;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}
.product__fast-shipping span b {
    font-weight: 700;
}
.product__add-to-cart {
	background: #E7E4E8;
    border-radius: 3px;
    overflow: hidden;
	margin-bottom: 15px;
}
.product__add-to-cart .product__price {
	padding: 30px 15px 0 15px;
	margin-bottom: 34px;
	text-align: center;
}
.product__add-to-cart .product__price p {
	margin: 0;
}
.product__add-to-cart .product__price,
.product__add-to-cart .product__price span {
	font-size: 30px;
	line-height: 37px;
	color: #f75b2f;
	font-weight: 700;
}
.product__add-to-cart .cart {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product__add-to-cart .cart .product__quantity {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 20px;
}
.product__quantity .quantity__label {
	font-size: 15px;
	line-height: 18px;
	color: #272528;
	margin-right: 15px;
}
.product__quantity .quantity input[type=number] {
	font-size: 20px;
	color: #272528;
	text-align: center;
	padding: 13px 15px 15px 13px;
	border-radius: 3px;
	background: #ffffff;
	border: 0;
}
.product__add-to-cart-button {
	width: 100%;
}
.product__add-to-cart-button button {
	border: 0;
    background: #f75b2f url(./assets/images/add-to-cart-icon.svg) no-repeat;
    background-position: calc(100% - 75%) 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    padding: 25px 25px 25px 25px;
	border-radius: 0;
	text-transform: none;
}
.product__add-to-cart-button button:hover {cursor: pointer;}
.product__stock-status {
	margin-bottom: 20px;
}
.product__stock-status,
.product__stock-status span {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product__stock-status span {
	color: #272528;
	font-size: 14px;
	font-weight: 400;
}
.product__stock-status span::before {
    content: "";
    width: 26px;
    height: 26px;
    background: url(./assets/images/stock-status-icon.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
#esto_calculator {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#esto_calculator img {
	margin-right: 20px;
    max-width: 74px !important;
}
#esto_calculator strong {
	font-size: 14px;
	line-height: 17px;
	color: #272528;
	font-weight: 500;
}
#esto_calculator strong > span {
	color: #6DA626;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	text-align: center;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
	display: inline-block;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
	display: block;
}
.product-thumbnail img {
    max-height: 60px;
    width: auto;
	display: block;
}
.product-thumbnail a {
	display: inline-block;
}

/* Start of Cart */
.shop_table {

}
.shop_table thead {
    background: #fff;
}
.shop_table thead tr th {
    color: #000000;
    padding: 13px 13px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.shop_table thead tr th:first-child {
    border-left: 1px solid #efefef;
}
.shop_table thead tr th:last-child {
    border-right: 1px solid #efefef;
}
.shop_table tr td {
    padding: 13px 13px;
}
.shop_table tr td.product-name a {
    text-decoration: none;
}
.shop_table tr td.product-thumbnail img {
    max-width: 100px;
}
.shop_table tr td.product-remove {
    text-align: center;
}
.shop_table tr td.product-remove a.remove {
    display: inline-block;
    vertical-align: middle;
	color: #ff0000;
    font-size: 27px;
    font-weight: 500;
    opacity: 0.5;
}
.shop_table tr td.product-remove a.remove:hover {
	opacity: 1;
}
.shop_table tr td.product-remove a.remove img {
    display: block;
    max-width: 16px;
}
.shop_table tr td.product-quantity input[type="number"] {
    width: auto;
}
.shop_table tr td.product-quantity input[type="number"] {
    width: auto;
    max-width: 60px;
    text-align: center;
}
input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}
.cart__actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.cart__actions .coupon #coupon_code {
    width: auto;
}
.cart__coupon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 600px;
}
.cart__update {
    margin-left: auto;
}
.cart__actions button.update-cart {
    margin-left: auto;
}
.cart__coupon input[type="text"] {
    -webkit-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
}
.cart__coupon input[type="text"] {
    padding: 12px 13px;
    border-radius: 0;
}
.cart__coupon button[type="submit"] {
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
}
button[type="submit"][aria-disabled="true"] {
    opacity: 0.5;
	cursor: not-allowed;
	background-color: #d3d3d3;
	color: #808080;
}
.woocommerce-cart .wc-proceed-to-checkout {
    text-align: center;
}
.shop_table tr td.actions {
    padding: 15px 15px;
    text-align: right;
}
.woocommerce-cart tr.cart__action-row td.actions {
    padding: 25px 0 15px 0;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	display: inline-block;
    padding: 18px 30px;
    border-radius: 40px;
    font-size: 16px;
}
.woocommerce-cart .shop_table tr.cart_item td {
    border-bottom: 1px solid #efefef;
}
.woocommerce-cart .shop_table tr.cart_item td:first-child {
    border-left: 1px solid #efefef;
}
.woocommerce-cart .shop_table tr.cart_item td:last-child {
    border-right: 1px solid #efefef;
}
.woocommerce-cart .shop_table tr.cart_item td {
    
}
.woocommerce-cart .shop_table tr.cart_item:last-of-type {
    border-bottom: 0;
}
td.product-price, td.product-subtotal, tr.cart-subtotal .amount, tr.order-total .amount, td.product-total .amount, tr.tax-rate .amount, .shop_table .amount {
	font-size: 14px;
}
.cart_totals .shop_table {
    width: auto;
    margin-left: auto;
}
.woocommerce-cart .shop_table tr.cart_item td.product-price,
.woocommerce-cart .shop_table tr.cart_item td.product-price span {
    font-size: 13px;
    color: #adadad;
    font-weight: 500;
}
.woocommerce-cart .shop_table tr.cart_item td.product-subtotal,
.woocommerce-cart .shop_table tr.cart_item td.product-subtotal span {
	font-size: 14px;
    color: #40b960;
    font-weight: 600;
}
#place_order {
    background-color: #40b960;
    color: #fff;
    display: inline-block;
    padding: 18px 30px;
    border-radius: 40px;
    font-size: 16px;
}
.shop_table.woocommerce-checkout-review-order-table tr.cart_item td {
	line-height: 16px;
}
.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal,
.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal span,
.shop_table.woocommerce-checkout-review-order-table tr.order-total,
.shop_table.woocommerce-checkout-review-order-table tr.order-total span {
	line-height: 10px;
}
.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td {
    padding-top: 5px;
    padding-bottom: 5px;
}
/* End of Cart */

/* Start of Checkout */
.woocommerce-checkout .checkout__columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -15px;
}
.woocommerce-checkout .checkout__columns .checkout__column {
    width: 50%;
    padding: 0 15px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
    margin-bottom: 30px;
}
.woocommerce-checkout .checkout__columns .checkout__column h3.column__title {
    font-size: 20px;
    margin-bottom: 25px;
}
.woocommerce-checkout ul.wc_payment_methods {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.wc_payment_methods.payment_methods .wc_payment_method {
    border-bottom: 1px solid #ddd;
    padding: 15px 15px;
}
ul.wc_payment_methods.payment_methods .wc_payment_method:last-child {
    border-bottom: 0;
}
ul.wc_payment_methods.payment_methods.methods {
    border: 1px solid #ddd;
}
ul.wc_payment_methods.payment_methods.methods .woocommerce-info {
    margin: 0;
    line-height: 21px;
    font-size: 14px;
}
.wc_payment_method img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
ul.wc_payment_methods.payment_methods .wc_payment_method input + label {
    margin-left: 0;
}
ul.wc_payment_methods.payment_methods .wc_payment_method input {
    margin-right: 10px;
}
ul.wc_payment_methods.payment_methods .wc_payment_method .payment_box {
    font-size: 11px;
}
ul.wc_payment_methods.payment_methods .wc_payment_method .payment_box p:last-child {
	margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 15px;
}
span.woocommerce-input-wrapper {
    display: block;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 51px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 51px;
}
.select2-container .select2-selection--single {
    height: 51px;
}
.select2-container--default .select2-selection--single {
    color: #272528;
    border-radius: 3px;
    background: #f3f3f3;
    border: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout .woocommerce-billing-fields  {
    padding: 25px 25px;
    border: 1px solid whitesmoke;
    -webkit-box-shadow: 0 5px 12px -12px rgb(0 0 0);
    -moz-box-shadow: 0 5px 12px -12px rgba(0,0,0,1);
    box-shadow: 0 5px 12px -12px rgb(0 0 0);
    background: #fff;
}
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table thead {
    background: #fff;
}
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table thead tr th {
    color: #000000;
    text-align: left;
    padding: 13px 0;
    font-weight: 700;
}
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr.cart-subtotal th,
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr.woocommerce-shipping-totals th,
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr.order-total th{
    text-align: left;
}
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr td {
    padding: 5px 0;
    border: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr td:last-child {
	text-align: right;
}
.woocommerce-terms-and-conditions-wrapper a {
    color: #ff7507;
    text-decoration: underline;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin: 25px 0;
    text-align: center;
}
.woocommerce-checkout .checkout__place-order {
    text-align: center;
}
.woocommerce-checkout form.checkout_coupon.checkout__coupon {
    margin-bottom: 45px;
}
.woocommerce-checkout .form-row {
	width: 100%;
    padding: 0 15px;
    margin: 0 0 20px 0;
}
.woocommerce-billing-fields .form-row-first, .woocommerce-billing-fields .form-row-last, .woocommerce-account .form-row-first, .woocommerce-account .form-row-last {
    width: 50%;
    padding: 0 15px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -15px;
}
.woocommerce-additional-fields__field-wrapper {
    margin: 0 -15px;
}
.woocommerce-shipping-methods {
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-shipping-methods {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.woocommerce-shipping-methods li:nth-child(1) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.woocommerce-shipping-methods li:nth-child(2) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.woocommerce-shipping-methods li:nth-child(3) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.woocommerce-shipping-methods li:nth-child(4) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.woocommerce-shipping-methods label {
    margin-left: 5px;
}
.woocommerce-billing-fields h3, .woocommerce-checkout .checkout__columns .checkout__column h3.column__title, .woocommerce-additional-fields h3 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
    color: #f75b2f;
}
.woocommerce .form-row label {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}
.woocommerce-checkout .shop_table thead tr th, .woocommerce-checkout .shop_table thead tr th:first-child, .woocommerce-checkout .shop_table thead tr th:last-child {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}
.woocommerce-privacy-policy-text {
    font-size: 14px;
    text-align: center;
}
.woocommerce-checkout-payment .place-order {
    text-align: center;
}
.woocommerce-terms-and-conditions .panel-grid.panel-has-style {
    display: none;
}
.woocommerce-checkout .form-row.create-account {
    padding: 0;
    font-weight: 600;
}
ul.order_details {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.woocommerce-checkout.woocommerce-order-received .shop_table thead tr th {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    text-align: left;
}
.woocommerce-checkout.woocommerce-order-received .shop_table thead tr th:first-child {
    border-left: 1px solid #efefef;
}
.woocommerce-checkout.woocommerce-order-received .shop_table tr td, .woocommerce-checkout.woocommerce-order-received .shop_table tr th {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    text-align: left;
    padding: 13px 13px;
}
.woocommerce-checkout.woocommerce-order-received .shop_table {
    border-collapse: collapse;
}
.woocommerce-shipping-methods label {
    font-weight: 700;
    color: #40b960;
    text-transform: uppercase;
}
/* End of Checkout */

@media screen and (max-width: 924px) {
    .site-sidebar-enabled .products.columns-3 .product {
        width: 50%;
    }
    .site-main.site-sidebar-enabled .site__content-wrapper .site__sidebar {
        width: 30%;
    }
    .site-main.site-sidebar-enabled .site__content-wrapper .site__content {
        width: 70%;
    }
    .site__hero.shop-hero h1 {
        width: calc(70% - 10px);
    }
}
@media screen and (max-width: 768px) {
    .product__badge img {
        max-width: 46px;
        height: auto;
    }
    .woocommerce-checkout .checkout__columns .checkout__column {
        width: 100%;
    }
    .woocommerce-checkout .checkout__columns .checkout__column:first-child {
        margin-bottom: 15px;
    }
    .woocommerce-shop .site-main, .tax-product_cat .site-main,
    .site__sidebar .widget-area .widget:first-child {
        margin-top: 0;
    }
    .woocommerce-shop .site-main .site__content-wrapper,
    .tax-product_cat .site-main .site__content-wrapper {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .site-main.site-sidebar-enabled .site__content-wrapper .site__content,
    .site-main.site-sidebar-enabled .site__content-wrapper .site__sidebar {
        width: 100%;
    }
    .site-sidebar-enabled .products.columns-3 .product {
        width: 33.33333%;
    }
    .site__hero.shop-hero {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .site__hero.shop-hero h1 {
        width: 100%;
    }
    .site__hero.shop-hero h1 {
        font-size: 24px;
    }
    .woocommerce-pagination {
        transform: none;
    }
    .shop__ordering {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .shop__ordering select {
        background: whitesmoke url(./assets/images/select-arrow.svg) no-repeat;
        background-position: calc(100% - 5px) 50%;
    }
    .single-product .product__summary > div {
        width: 100%;
    }
    .product__fast-shipping {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .products.columns-4 .product {
        width: 50%;
    }
    .product__add-to-cart-button button {
        padding: 18px 25px 18px 25px;
        background: #ffbf24;
    }
    .product__stock-status {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 576px) {
    .site-sidebar-enabled .products.columns-3 .product {
        width: 50%;
    }
    .products {
        margin: 0 -8px;
    }
    .products .product {
        padding: 0 8px;
    }
    .product_attributes {
        padding-left: 5px;
        padding-right: 5px;
    }
    .product__featured-attributes {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 15px;
    }
    .product__featured-attributes span {
        background-size: 15px !important;
        margin-bottom: 5px; 
    }
}