/* --- woocommerce --- */
.woocommerce-order-details__title,
.woocommerce-column__title,
.cross-sells h2,
.cart_totals h2,
.woocommerce-account h2,
.woocommerce div.product .woocommerce-tabs .panel h2
{
	font-size: 22px;
	line-height: 36px;
}
.woocommerce ul.products li.product a img
{
	position: relative;
	max-width: none;
	width: calc(100% + 60px);
	left: -30px;
	top: -1px;
	opacity: 1;
	transition: opacity 0.3s ease 0s;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	margin-bottom: 0;
}
.woocommerce ul.products li.product a:hover img,
.woocommerce ul.cart_list li a:hover img, 
.woocommerce ul.product_list_widget li a:hover img,
.woocommerce .wc-block-grid__products .wc-block-grid__product-image:hover img,
.woocommerce div.product div.images a:hover img,
.woocommerce-cart table.cart a:hover img
{
	opacity: 0.85;
}
.woocommerce ul.products li.product .product-categories-list
{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin-top: 40px;
}
.woocommerce ul.products li.product .product-categories-list :first-child
{
	display: none;
}
.woocommerce ul.products li.product .product-category
{
	display: block;
	width: auto;
	color: #252634;
	font-size: 10px;
	line-height: 14px;
	font-weight: 600;
	color: #252634;
	border: 1px solid #E6E8ED;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
	padding: 5px 11px 4px;
	transition: background 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s;
	text-transform: uppercase;
}
.woocommerce ul.products li.product .product-category:hover
{
	background-color: #377EF9;
	border-color: #377EF9;
	color: #FFF;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product .price
{
	padding: 0;
	margin-top: 21px;
}
.woocommerce nav.woocommerce-pagination
{
	margin-top: 50px;
}
.woocommerce nav.woocommerce-pagination ul
{
	border: none;
	margin: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers
{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-pack: center;
    -webkit-box-pack: justify;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce .woocommerce-pagination ul.page-numbers li
{
	margin-left: 10px;
	border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li:first-child
{
	margin-left: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a,
.woocommerce .woocommerce-pagination ul.page-numbers li span,
.woocommerce .woocommerce-pagination ul.page-numbers li a:focus
{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-ms-flex-pack: center;
    -webkit-box-pack: justify;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	width: 50px;
	height: 50px;
    color: #505563;
	background: transparent;
	padding: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: color 0.2s ease 0s, background 0.2s ease 0s;
	-moz-transition: color 0.2s ease 0s, background 0.2s ease 0s;
	transition: color 0.2s ease 0s, background 0.2s ease 0s;
	cursor: pointer;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce .woocommerce-pagination ul.page-numbers li a.current,
.woocommerce .woocommerce-pagination ul.page-numbers li span.current
{
	color: #505563;
	background-color: #F2F4F8;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a.prev::before,
.woocommerce .woocommerce-pagination ul.page-numbers li a.next::before
{
	font-family: 'template';
	font-size: 18px;
	content: "\55";
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a.prev::before
{
	content: "\56";
}
.woocommerce .woocommerce-pagination ul.page-numbers li a.prev,
.woocommerce .woocommerce-pagination ul.page-numbers li a.next
{
	text-indent: -999em;
	overflow: hidden;
}
.woocommerce div.product div.images img
{
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
}
.woocommerce div.product div.images .flex-control-thumbs li
{
	margin-top: 3.8%;
    margin-right: 3.8%;
    width: 30.75%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1)
{
	clear: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger
{
	width: 50px;
	height: 50px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before
{
	width: 14px;
	height: 14px;
	top: 16px;
	left: 16px;
	right: auto;
	border-color: #505563;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after
{
	top: 29px;
	left: 32px;
	right: auto;
	background-color: #505563;
	transform: rotate(-45deg);
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(3n)
{
	margin-right: 0;
}
.woocommerce div.product .woocommerce-tabs .panel
{
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel>p:first-child
{
	margin-top: 27px;
}
.woocommerce div.product .woocommerce-tabs .panel>h2:first-child
{
	margin-top: 41px;
}
.woocommerce div.product .woocommerce-tabs .panel>h2:first-child+table
{
	margin-top: 39px;
	margin-bottom: 0;
}
.woocommerce table.shop_attributes
{
	border: none;
}
woocommerce table.shop_attributes tr:nth-child(2n)
{
	background: #F2F4F8;
}
.woocommerce table.shop_attributes tr:nth-child(n) th,
.woocommerce table.shop_attributes tr:nth-child(n) td
{
	width: 67.5%;
	border: none;
	background: none;
	color: #505563;	
	padding: 18px 30px;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
}
.woocommerce div table.shop_attributes tr td:nth-child(2), 
.woocommerce div table.shop_attributes tr th:nth-child(2) 
{
	width: 32.5%;
	text-align: center;
	border-left: 1px solid #E6E8ED;
	color: #377EF9;
	padding-left: 15px;
	padding-right: 15px;
}
.woocommerce table.shop_attributes th::before
{
    content: '';
    display: inline-block;
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background-color: #377EF9;
    margin-right: 15px;
    margin-top: 9px;

}
.woocommerce table.shop_attributes td p
{
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li
{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before
{
	border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:before
{
	box-shadow: none;
	border: none;
	content: '';
	bottom: 0;
	height: auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active
{
	background: transparent;
	z-index: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs
{
	overflow: visible;
}
.woocommerce div.product .woocommerce-tabs
{
	width: 1270px;
	margin: 0 auto;
	background: #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 25px 15px -20px rgba(135,138,170,0.2);
	-moz-box-shadow: 0px 25px 15px -20px rgba(135,138,170,0.2);
	box-shadow: 0px 25px 15px -20px rgba(135,138,170,0.2);
	padding: 32px 50px 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs
{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background: none;
	border-bottom: 1px solid #E6E8ED;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li
{
	float: left;
	padding: 0;
	border: none;
	list-style: none;
	margin-bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a
{
	display: block;
	padding: 15px 35px 16px;
	background: transparent;
	color: #868F9E;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	border-bottom: 2px solid transparent;
	-webkit-transition: color 0.2s ease 0s, border-color 0.2s ease 0s;
	-moz-transition: color 0.2s ease 0s, border-color 0.2s ease 0s;
	transition: color 0.2s ease 0s, border-color 0.2s ease 0s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover
{
	color: #252634;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a
{
	color: #252634;
	border-bottom: 2px solid #377EF9;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.altm,
.woocommerce .widget_product_search form input[type='submit'],
.woocommerce .widget_product_search form button,
.woocommerce .cart .coupon input.button,
.woocommerce #payment #place_order,
.woocommerce-page .button.add_to_cart_button.loading,
.woocommerce-page div.product form.cart .button.single_add_to_cart_button,
.woocommerce .wp-block-button__link.wc-block-filter-submit-button,
.woocommerce-page div.site-container .theme-page a.add_to_cart_button,
.woocommerce-page div.site-container .theme-page a.product_type_grouped,
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled
{	
	display: block;
	width: auto;
	color: #FFF; 
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 14px;
	background: #377EF9;
	padding: 17px 20px 18px;
	text-align: left;
	cursor: pointer;
	line-height: 21px;
	font-weight: 600;
	-webkit-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s, opacity 0.2s ease 0s;
	-moz-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s, opacity 0.2s ease 0s;
	transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s, opacity 0.2s ease 0s;
	border: none;
	border-radius: 0;
}
body .woocommerce #respond input#submit.disabled, body .woocommerce #respond input#submit:disabled, body .woocommerce #respond input#submit[disabled]:disabled, body .woocommerce a.button.disabled, body .woocommerce a.button:disabled, body .woocommerce a.button[disabled]:disabled, body .woocommerce button.button.disabled, body .woocommerce button.button:disabled, body .woocommerce button.button[disabled]:disabled, body .woocommerce input.button.disabled, body .woocommerce input.button:disabled, body .woocommerce input.button[disabled]:disabled,
body .woocommerce #respond input#submit.disabled:hover, body .woocommerce #respond input#submit:disabled:hover, body .woocommerce #respond input#submit[disabled]:disabled:hover, body .woocommerce a.button.disabled:hover, body .woocommerce a.button:disabled:hover, body .woocommerce a.button[disabled]:disabled:hover, body .woocommerce button.button.disabled:hover, body .woocommerce button.button:disabled:hover, body .woocommerce button.button[disabled]:disabled:hover, body .woocommerce input.button.disabled:hover, body .woocommerce input.button:disabled:hover, body .woocommerce input.button[disabled]:disabled:hover
{
	border-color: #F0F0F0;
	background-color: #F0F0F0;
	color: #E0E0E0;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce .widget_product_search form input[type='submit']:hover,
.woocommerce .widget_product_search form button:hover,
.woocommerce-page div.product form.cart .button.single_add_to_cart_button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce #payment #place_order:hover,
.woocommerce .cart .coupon input.button:hover,
.woocommerce .button.wc-forward:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce .wp-block-button__link.wc-block-filter-submit-button:hover,
.woocommerce-page div.site-container .theme-page a.add_to_cart_button:hover,
.woocommerce-page div.site-container .theme-page a.product_type_grouped:hover,
.woocommerce-page div.site-container .theme-page a.product_type_external:hover
{
	color: #FFF;
	background: #1B2E59;
	opacity: 1;
}
.woocommerce-page div.site-container .theme-page a.add_to_cart_button,
.woocommerce-page div.site-container .theme-page a.product_type_grouped,
.woocommerce-page div.site-container .theme-page a.product_type_external,
.woocommerce-page div.product form.cart .button.single_add_to_cart_button,
.woocommerce-page .wp-block-button__link.wc-block-filter-submit-button
{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.woocommerce-page div.site-container .wc-block-grid__products a.add_to_cart_button
{
	display: inline-block;
}
.woocommerce-page div.site-container .theme-page a.add_to_cart_button::after,
.woocommerce-page div.site-container .theme-page a.product_type_grouped::after,
.woocommerce-page div.site-container .theme-page a.product_type_external::after,
.woocommerce-page div.product form.cart .button.single_add_to_cart_button::after,
.woocommerce-page .wp-block-button__link.wc-block-filter-submit-button::after
{
	content: "\4f";
	font-family: 'template';
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	margin-left: auto;
}
.woocommerce-page div.site-container .theme-page a.add_to_cart_button.added::after
{
	content: "\5f";
}
.woocommerce-page .wp-block-button__link.wc-block-filter-submit-button::after
{
	content: "\5b";
}
.woocommerce-page div.site-container .wc-block-grid__products a.add_to_cart_button::after
{
	margin-left: 25px;
}
.woocommerce-page div.product form.cart .button.single_add_to_cart_button::after
{
	margin-left: 35px;
}
.woocommerce-page .wp-block-button__link.wc-block-filter-submit-button::after
{
	margin-left: 38px;
}
.woocommerce-page .button.add_to_cart_button.loading:hover
{
	opacity: 0.25;
}
.woocommerce-pagination a.woocommerce-button
{
	display: inline-block;
}
.woocommerce .star-rating:before
{
	color: #F0F0F0;
	content: "SSSSS";
}
body.woocommerce-page .star-rating, .woocommerce .star-rating
{
	color: #377EF9;
	font-size: 14px;
}
.woocommerce .woocommerce-product-rating .star-rating
{
	margin: 0 30px 0 0;
}
.woocommerce .woocommerce-product-rating
{
	line-height: 1;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce .widget_top_rated_products .amount
{
	color: #377EF9;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}
.woocommerce ul.products li.product .price
{
	margin-top: 13px;
	margin-bottom: 0;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price
{
	font-size: 24px;
}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins
{
	font-weight: 500;
	text-decoration: none;
}
.woocommerce ul.products li.product .price del,
.woocommerce .widget_top_rated_products del
{
	float: left;
	color: #868F9E;
}
.woocommerce ul.products li.product .price ins,
.woocommerce .widget_top_rated_products ins
{
	font-weight: 500;
	margin-left: 5px;
	text-decoration: none;
	color: #377EF9;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce .wc-block-grid__product-onsale
{
	left: 28px;
	top: 29px;
	right: auto;
	min-width: auto;
	min-height: auto;
	background-color: #377EF9;	
	color: #FFF;
	font-size: 10px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 11px 4px;
	border: none;
	margin: 0;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
	z-index: 1;
}
.woocommerce .wc-block-grid__product-onsale
{
	top: 0;
	left: 0;
	margin-bottom: 15px;
}
.woocommerce ul.products li.product .button
{
	margin-top: 30px;
}
.woocommerce .products ul, .woocommerce ul.products
{
	margin: 0;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count
{
	margin: 0;
}
.woocommerce .woocommerce-ordering
{
	position: relative;
	margin-top: -18px;
}
.woocommerce .woocommerce-ordering select
{
	display: none;
}
.woocommerce .woocommerce-ordering .ui-selectmenu-button
{
	margin: 0;
}
.woocommerce .woocommerce-ordering .ui-selectmenu-button span.ui-selectmenu-text
{
	border: none;
}
.ui-selectmenu-menu.woocommerce-orderby-dropdown .ui-menu
{
	max-height: none;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count
{
	color: #868F9E;
	line-height: 28px;
	font-weight: 500;
	padding: 0;
}
.woocommerce ul.products
{
	display: grid;
	gap: 50px;
}
.woocommerce.woocommerce-shop ul.products
{
	padding-top: 21px;
}
.woocommerce ul.products::before
{
	display: none;
	content: none;
}
.woocommerce .site-container ul.products li.product,
.woocommerce-cart .site-container ul.products li.product
{
	width: auto;
	margin: 0;
	padding: 0 29px 29px;
	border: 1px solid #E6E8ED;
}
.woocommerce ul.products.columns-2
{
	grid-template-columns: 1fr 1fr;
}
.woocommerce ul.products.columns-3
{
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
.woocommerce ul.products.columns-4
{
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
}
:-ms-fullscreen, :root .woocommerce ul.products
{
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: row;
	position: relative;
	top: -50px;
}
:-ms-fullscreen, :root .woocommerce ul.products li.product
{
	margin-top: 50px;
	margin-right: 50px;
	box-sizing: border-box;
}
:-ms-fullscreen, :root .woocommerce .site-container ul.products li.product.last
{
	margin-right: 0;
}
:-ms-fullscreen, :root .woocommerce ul.products.columns-1 li.product
{
	width: 100%;
	margin-right: 0;
}
:-ms-fullscreen, :root .woocommerce ul.products.columns-2 li.product
{
	width: calc(50% - 25px);
}
:-ms-fullscreen, :root .woocommerce ul.products.columns-3 li.product
{
	width: calc(33.33333% - 20px);
}
:-ms-fullscreen, :root .woocommerce ul.products.columns-4 li.product
{
	width: calc(25% - 22.5px);
}
:-ms-fullscreen, :root .woocommerce ul.products.columns-3 li.product,
:-ms-fullscreen, :root .woocommerce ul.products.columns-4 li.product
{
	margin-top: 30px;
	margin-right: 30px;
}
:-ms-fullscreen, :root .woocommerce ul.products.columns-3,
:-ms-fullscreen, :root .woocommerce ul.products.columns-4
{
	top: -30px;
}
.woocommerce div.product div.summary,
.woocommerce div.product div.images
{
	margin-bottom: 0;
}
.woocommerce div.product div.entry-summary ul, 
.woocommerce div.product div.entry-summary ol,
.woocommerce div.product div.entry-content ul, 
.woocommerce div.product div.entry-content ol
{
	padding: 0;
}
.woocommerce div.product div.entry-summary ol ol,
.woocommerce div.product div.entry-summary ul li,
.woocommerce div.product div.entry-content ol ol,
.woocommerce div.product div.entry-content ul li
{
	padding-left: 35px;
}
.woocommerce div.product div.entry-summary li,
.woocommerce div.product div.entry-content li
{
	line-height: 24px;
	padding: 7px 0;
}
.woocommerce div.product div.entry-summary ul li::before,
.woocommerce div.product div.entry-content ul li::before
{
	content: "\5f";
	font-family: 'template';
	color: #FFF;
	font-size: 14px;
	background-color: #377EF9;
	border-radius: 999px;
	padding: 3px;
	margin-left: -35px;
	margin-right: 15px;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.woocommerce div.product .product_title
{
	margin: 0 0 28px 0;
}
.woocommerce div.product .woocommerce-product-rating
{
	margin: 0 0 20px 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price
{
	padding: 0;
}
.woocommerce div.product .woocommerce-product-details__short-description
{
	margin-top: 29px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description
{
	width: 100%;
	-ms-flex-order: 3;
	-webkit-order: 3;
	-moz-order: 3;
	order: 3;
	margin-left: -90px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p
{
	margin-top: 23px;
}
.woocommerce div.product .product_meta
{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	border-top: 1px solid #E6E8ED;
	padding-top: 40px;
	color: #868F9E;
}
.woocommerce div.product .product_meta .sku_wrapper
{
	order: 1;
}
.woocommerce div.product .product_meta span
{
	margin-top: 8px;
}
.woocommerce .entry-summary table tr
{
	background: #FFF;
}
.woocommerce .entry-summary table th,
.woocommerce .entry-summary table td
{
	width: auto;
	padding: 0 0 .5em 0;
	text-align: left;
}
.woocommerce .site-container div.product .entry-summary table td
{
	vertical-align: middle;
}
.woocommerce .entry-summary table th label,
.woocommerce .entry-summary table td label
{
	top: 0;
	margin: 0;
	color: #505563;
}
.woocommerce div.product form.cart .variations
{
	margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations label
{
	font-weight: 400;
}
.woocommerce div.product .variations .reset_variations
{
	display: none !important;
}
.woocommerce div.product form.cart .variations select
{
	color: #252634;
	border: 1px solid #E6E8ED;
	padding: 12px 10px;
	font-size: 13px;
	margin: 0;
	background: #FFF;
}
.woocommerce div.product .woocommerce-variation-price p.price, .woocommerce div.product .woocommerce-variation-price span.price
{
	display: block;
}
.woocommerce div.product .woocommerce-variation-price
{
	margin-bottom: 37px;
}
.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th
{
	vertical-align: middle;
}
.woocommerce div.product form.cart table
{
	margin-bottom: 22px;
}
.woocommerce div.product form.cart table td.value
{
	text-align: right;
}
.woocommerce div.product form.cart
{
	margin: 30px 0px 50px 0;
}
.woocommerce div.product form.cart div.quantity
{
	margin: 0 30px 0 0;
}
.woocommerce .posted_in a,
.woocommerce .tagged_as a,
.woocommerce .woocommerce-grouped-product-list-item__label a
{
	color: #377EF9;
}
.woocommerce-page #respond input#submit.loading:after, .woocommerce-page div.site-container a.button.loading:after, .woocommerce-page button.button.loading:after, .woocommerce-page input.button.loading:after, .woocommerce-page div.site-container .wc-block-grid__products a.add_to_cart_button.loading::after
{
	position: static;
	font-family: WooCommerce; /* stylelint-disable-line */
	content: "\e031";
	animation: spin 2s linear infinite;
}
.woocommerce a.added_to_cart
{
	display: none;
}
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce-cart-form
{
	margin-top: 70px;
}
.woocommerce .quantity .qty,
.woocommerce-cart table.cart td.actions .coupon .input-text
{
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border: none;
	padding: 13px 12px 11px;
	line-height: normal;
}
.woocommerce-cart table.cart td.actions .coupon .input-text#coupon_code
{
	background: #F2F4F8;
	padding: 17px 20px 18px;
	line-height: 21px;
}
.cart-empty+.return-to-shop
{
	clear: both;
	float: left;
	padding-top: 0;
	padding-bottom: 100px;
}
.woocommerce #reviews #comments
{
	margin-top: 50px;
}
.woocommerce #reviews #comments .woocommerce-Reviews-title
{
	display: none;
}
.woocommerce #reviews #comments ol.commentlist li
{
	margin: 0 0 50px;
	border-bottom: 1px solid #E6E8ED;
	padding-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child
{
	margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar
{
	position: static;
	width: 60px;
	height: 60px;
	margin-right: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: none;
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta
{
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p
{
	margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text
{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	-moz-align-items: baseline;
	align-items: baseline;
	margin-left: 0;
	border: none;
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating
{
	-ms-flex-order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	order: 2;
	margin-left: 30px;
}
.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__author
{
	display: block;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	margin-top: 3px;
}
.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__dash
{
	display: none;
}
.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__published-date
{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: 600;
	color: #252634;
	margin-top: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__published-date::before
{
	font-family: 'template';
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\2d";
	margin-right: 10px;
	font-size: 16px;
	color: #377EF9;
}
.woocommerce #review_form_wrapper
{
	margin-top: 41px;
}
.woocommerce #review_form_wrapper .first-row
{
	margin-top: 37px;
}
.woocommerce #review_form_wrapper p.comment-notes+.first-row
{
	margin-top: 47px;
}
.woocommerce #review_form_wrapper .comment-reply-title
{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 22px;
	line-height: 36px;
	font-weight: 500;
	color: #252634;
}
.woocommerce #review_form_wrapper #review_form p.form-submit
{
	margin-top: 30px;
	padding: 0;
}
.woocommerce #review_form_wrapper #review_form .comment-form-cookies-consent+p.form-submit
{
	margin-top: 27px;
}
.woocommerce #review_form_wrapper #respond .border-container .stars
{
	margin-left: 20px;
	padding-bottom: 15px;
}
.woocommerce #reviews #comment
{
	height: 108px;
}
.woocommerce #review_form #respond .comment-form-cookies-consent
{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	-moz-align-items: baseline;
	align-items: baseline;
	margin-top: 28px;
	padding: 0;
}
.comment-form-cookies-consent input[type="checkbox"]
{
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	top: 2px;
	width: 16px;
	height: 16px;
	border: 1px solid #E6E8ED;
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-ms-flex-pack: center;
    -webkit-box-pack: justify;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	margin-top: -1px;
}
.comment-form-cookies-consent input[type="checkbox"]:checked
{
	border-color: #377EF9;
	background: #377EF9;
}
.comment-form-cookies-consent input[type="checkbox"]::before
{
	content: "\61";
	font-family: 'template';
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	color: transparent;
}
.comment-form-cookies-consent input[type="checkbox"]:checked::before
{
	color: #FFF;
}
.comment-form-cookies-consent label
{
	display: inline;
	margin: 0 0 0 15px;
	cursor: pointer;
	top: 0;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #505563;
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	flex: 1 1 auto;
}
.woocommerce .products.related:last-child,
.woocommerce .products.upsells:last-child
{
	margin-bottom: 100px;
}
.woocommerce .products.related .vc_row+ul.products
{
	margin-top: 45px;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title
{
	font-size: 22px;
	line-height: 36px;
}
.woocommerce-checkout .woocommerce-additional-fields h3
{
	margin-top: 30px;
}
.woocommerce div.product .product_title
{
	font-size: 28px;
	line-height: 34px;
}
.woocommerce #review_form #respond p
{
	margin: 0;
}
.woocommerce #review_form #respond p.comment-notes
{
	padding: 0;
	margin-top: 14px;
}
.woocommerce .order-info
{
	padding: 1em 0;
}
.woocommerce .order-info
{
	margin: 0;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message
{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	border-top: none;
	border-left: 3px solid #377EF9;
	padding: 30px 30px 30px 70px;
	background: #F2F4F8;
	color: #505563;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.woocommerce .vc_row.full-width .woocommerce-error, .woocommerce .vc_row.full-width .woocommerce-info, .woocommerce .vc_row.full-width .woocommerce-message
{
	width: 1270px;
}
.woocommerce-notices-wrapper ul,
.woocommerce-NoticeGroup ul
{
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before
{
	top: auto;
	font-size: 22px;
	left: 30px;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button
{
	margin-left: auto;
	-ms-flex-order: 1;
	-webkit-order: 1;
	-moz-order: 1;
	order: 1;
}
.woocommerce mark
{
	background: #377EF9;
}
.woocommerce #review_form #respond .form-submit input
{
	text-align: center;
}
.woocommerce .cart .button, .woocommerce .cart input.button
{
	float: right;
}
.woocommerce-cart table.cart td.actions .coupon .input-text
{
	width: 110px;
}
.woocommerce-cart .cart-collaterals
{
	padding-bottom: 100px;
}
.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals table
{
	border-collapse: collapse;
	border: none;
	margin-bottom: 30px;
}
.woocommerce table.shop_table tr:nth-child(2n)
{
	background: #FFF;
}
.woocommerce-cart .cart-collaterals .cart_totals table
{
	margin-top: 41px;
}
.woocommerce-cart .vc_col-sm-12 .cart-collaterals .vc_col-sm-6 .cart_totals,
.woocommerce-cart .vc_col-sm-12 .cart-collaterals .vc_col-sm-12 .cart_totals
{
	display: block;
}
.woocommerce-cart .cart-collaterals .cart_totals h3
{
	margin-top: 0;
}
.woocommerce ul#shipping_method
{
	clear: both;
}
.woocommerce ul#shipping_method li
{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
}
.woocommerce ul#shipping_method li input,
.woocommerce .woocommerce-checkout-payment input
{
	width: auto;
	margin-top: 0;
}
.woocommerce ul#shipping_method li input+label,
.woocommerce .woocommerce-checkout-payment input+label
{
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #505563;
	top: 0;
	margin: 0;
}
.woocommerce form .form-row label
{
	position: relative !important;
	margin: 0 0 -24px 21px;
	width: auto;
	height: auto;
	line-height: 24px;
	clip-path: none;
	text-align: left;
}
.woocommerce form.woocommerce-EditAccountForm input+span
{
	display: block;
	margin-bottom: 24px;
}
.woocommerce form.woocommerce-EditAccountForm legend
{
	margin-top: 29px;
	margin-bottom: 27px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea
{
	line-height: 26px;
}
.woocommerce form .form-row label+.woocommerce-input-wrapper>input,
.woocommerce form .form-row label+.password-input>input,
label+select+.select2-container .select2-selection,
label+.woocommerce-input-wrapper .select2-container .select2-selection
{
	padding-top: 52px;
}
.woocommerce form .form-row label+.woocommerce-input-wrapper>textarea
{
	padding-top: 49px;
}
.woocommerce form .form-row label+.woocommerce-input-wrapper>textarea
{
	height: 141px;
}
.woocommerce-form__label input[type="checkbox"]
{
	width: auto;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination
{
	padding-left: 0;
	text-align: left;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator
{
	text-align: left;
}
.woocommerce .shipping-calculator-form p:not(.form-row)
{
	padding-left: 0;
	margin-top: 13px;
}
.woocommerce table.shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals table th
{
	font-weight: normal;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td
{
	width: auto;
	border: 1px solid #E6E8ED;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr:first-child td
{
	border: 1px solid #E6E8ED;
}
table.woocommerce-checkout-review-order-table tr
{
	background: #FFF;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total
{ 
	background-color: #F2F4F8; 
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th
{
	color: #505563;
}
.woocommerce table.cart_totals_table td:nth-child(even),
.woocommerce table.shop_table.cart tr:last-child
{
	background-color: transparent;
}
.woocommerce table.shop_table.cart tr:last-child td
{
	padding: 12px;
}
.woocommerce table.shop_table td:last-child, .woocommerce table.shop_table th:last-child
{
	text-align: left;
}
.woocommerce-cart table.cart td.actions .coupon .input-text
{
	margin-right: 10px;
}
.woocommerce-cart table.cart img
{
	width: 150px;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	margin-left: auto;
	margin-right: auto;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td
{
	padding: 12px;
	vertical-align: middle;
}
.woocommerce .quantity
{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
}
.woocommerce .quantity .qty
{
	width: 30px;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
	background: transparent;
	border-top: 1px solid #E6E8ED;
	border-bottom: 1px solid #E6E8ED;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus
{
	width: 56px;
	border: 1px solid #E6E8ED;
	background: transparent;
	cursor: pointer;
	padding: 14px;
	font-size: 18px;
	-webkit-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
	-moz-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
	transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s;
}
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover
{
	color: #FFF;
	background: #377EF9;
	border-color: #377EF9;
}
.woocommerce .cart-collaterals .cart_totals:first-child, .woocommerce-page .cart-collaterals .cart_totals:first-child
{
	width: 100%;
}
.woocommerce .cart-collaterals .cross-sells .products
{
	margin-top: 41px;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-review-link,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal
{
	color: #377EF9;
}
.woocommerce a.remove
{
	color: #377EF9 !important;
	font-weight: 400;
	font-size: 20px;
	line-height: 18px;
	margin: 0 auto;
}
.woocommerce a.remove:hover
{
	background: #377EF9;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button
{
	float: right;
	margin: 0;
}
.woocommerce-cart .wc-proceed-to-checkout
{
	padding: 0;
}
/* --- widget filter by price --- */
.woocommerce .wp-block-woocommerce-price-filter
{
	margin-top: 36px;
	border-radius: 0;
}
.woocommerce .wc-block-price-slider
{
	padding: 35px 30px 30px;
	background: #F2F4F8;
}
.woocommerce .wc-block-price-slider .wc-block-components-price-slider
{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 0;
}
.woocommerce .wc-block-price-slider .wc-block-components-price-slider__range-input-wrapper
{
	width: 100%;
	height: 1px;
	order: 1;
	margin-bottom: 40px;
}
.woocommerce .wc-block-price-slider .wc-block-components-price-slider__range-input-wrapper::before
{
	height: 1px;
	top: 2px;
}
.woocommerce .wc-block-price-slider .wc-block-price-filter__range-input-progress
{
	height: 3px;
	top: 1px;
	--range-color: #377EF9;
}
.woocommerce .wc-block-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-runnable-track
{
	height: 3px;
}
.woocommerce .wc-block-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb
{
	border: 2px solid #377EF9;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #FFFFFF;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -10px;
}
.woocommerce .wc-block-price-slider .wc-block-components-price-slider__range-input::-moz-range-track
{
	height: 3px;
}
.woocommerce .wc-block-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb
{
	border: 2px solid #377EF9;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #FFFFFF;
	cursor: pointer;
	-webkit-appearance: none;
}
.woocommerce .wc-block-price-slider .wc-block-components-price-slider__range-input::-ms-track
{
	height: 3px;
}
.woocommerce .wc-block-price-slider .wc-block-components-price-slider__range-input::-ms-thumb
{
	border: 2px solid #377EF9;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #FFFFFF;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -10px;
}
.woocommerce .wc-block-price-slider .wc-block-components-price-slider__range-text
{
	justify-content: flex-end;
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	flex: 1 1 auto;
	order: 3;
}
.woocommerce .wc-block-price-slider .wc-block-components-price-slider__range-text .wc-block-formatted-money-amount
{
	color: #868F9E;
}
.woocommerce .wc-block-price-slider .wc-block-components-price-slider__range-text .wc-block-formatted-money-amount:first-child::after
{
	content: "-";
}
.woocommerce .wc-block-price-slider .wc-block-components-price-slider__actions,
.woocommerce .wc-block-price-slider .wc-block-components-filter-reset-button
{
	order: 2;
}
/* --- widget product categories list --- */
.woocommerce .wp-block-woocommerce-product-categories
{
	background: #F2F4F8;
	padding: 30px;
	margin-top: 36px;
	margin-bottom: 0;
}
.woocommerce .wp-block-woocommerce-product-categories li
{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	list-style: none;
	padding: 7px 0;
}
.woocommerce .wp-block-woocommerce-product-categories li:first-child
{
	padding-top: 0;
}
.woocommerce .wp-block-woocommerce-product-categories li:last-child
{
	padding-bottom: 0;
}
.woocommerce .wp-block-woocommerce-product-categories li::before
{
	content: "\2022";
	color: #377EF9;
	margin-top: -2px;
	margin-right: 13px;
}
.woocommerce .wp-block-woocommerce-product-categories li a
{
	color: #505563;
	line-height: 26px;
}
.woocommerce .wp-block-woocommerce-product-categories li a:hover
{
	text-decoration: none;
	color: #377EF9;
}
.woocommerce .wp-block-woocommerce-product-categories li a:hover+.wc-block-product-categories-list-item-count
{
	color: #377EF9;
}
.woocommerce .wp-block-woocommerce-product-categories li ul
{
	width: 100%;
	padding-top: 14px;
}
.woocommerce .wp-block-woocommerce-product-categories li .wc-block-product-categories-list-item-count
{
	color: #868F9E;
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: right;
}
/* --- widget products  --- */
.woocommerce .wc-block-grid__products
{
	margin-top: 6px;
	margin-bottom: 0;
}
.woocommerce .wc-block-grid__products .wc-block-grid__product
{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E6E8ED;
}
.woocommerce .wc-block-grid__products .wc-block-grid__product:last-child
{
	border-bottom: none;
	padding-bottom: 0;
}
.woocommerce .wc-block-grid__products .wc-block-grid__product-link
{
	line-height: 24px;
	color: #505563;
	-webkit-transition: color 0.2s ease 0s;
	-moz-transition: color 0.2s ease 0s;
	transition: color 0.2s ease 0s;
	word-wrap: anywhere;
}
.woocommerce .wc-block-grid__products .wc-block-grid__product-link:hover
{
	text-decoration: none;
	color: #377EF9;
}
.woocommerce .wc-block-grid__products .product-content
{
	text-align: left;
}
.woocommerce .wc-block-grid__products .product-content>:last-child
{
	margin-bottom: 0;
}
.woocommerce .wc-block-grid__products .wc-block-grid__product-title
{
	font-weight: 400;
}
.woocommerce .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image-link
{
	margin-right: 30px;
}
.woocommerce .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image
{
	margin-bottom: 0;
}
.woocommerce .wc-block-grid__products .wc-block-grid__product-image img
{
	max-width: 90px;
	border: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
}
.woocommerce .wc-block-grid__products .wc-block-grid__product-price
{
	font-size: 14px;
	color: #377EF9;
}
.woocommerce .wc-block-grid__products .wc-block-grid__product-price del
{
	color: #C2C7CE;
}
.woocommerce .wc-block-grid__products .wc-block-grid__product-price ins
{
	text-decoration: none;
}
.woocommerce .wc-block-grid__product-rating .star-rating
{
	float: none;
	margin: 0;
}
.woocommerce .wc-block-grid__products .product-content a.add_to_cart_button
{
	padding: 12px 15px 13px;
}
/* --- product search --- */
.woocommerce .wp-block-search .wp-block-search__label
{
	top: 15px;
	margin-bottom: -24px;
	margin-left: 21px;
	font-weight: 400;
}
.woocommerce .wp-block-search .wp-block-search__inside-wrapper
{
	display: block;
}
.woocommerce .wp-block-search .wp-block-search__input
{
	padding: 52px 55px 15px 21px;
	border-color: #E6E8ED;
}
.woocommerce .wp-block-search .wp-block-search__button
{
	position: relative;
	float: right;
	width: 57px;
	height: 58px;
	margin-top: -58px;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
}
.woocommerce .wp-block-search .wp-block-search__button::before
{
	content: "\69";
	font-family: 'template';
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #505563;
	font-size: 16px;
	margin-left: 22px;
	-moz-transition: color 0.2s ease 0s, opacity 0.2s ease 0s;
	-webkit-transition: color 0.2s ease 0s, opacity 0.2s ease 0s;
	transition: color 0.2s ease 0s, opacity 0.2s ease 0s;
}
.woocommerce .wp-block-search .wp-block-search__button:hover::before
{
	opacity: 0.8;
}
.woocommerce .button.wc-backward
{
	float: left;
}
.woocommerce #review_form p.stars a
{
	color: #377EF9;
	margin-left: -4px;
	padding-left: 4px;
}
.woocommerce #review_form p.stars a:first-child
{
	margin-left: 0;
}
.woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after
{
	font-family: 'star';
	font-weight: 400;
	color: #F0F0F0;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled
{
	cursor: pointer;
	opacity: 1;
}
.woocommerce form .form-row
{
	padding: 0;
	margin-bottom: -1px;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first
{
	width: calc(50% + 1px);
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last
{
	width: 50%;
	margin-left: -1px;
}
.woocommerce form.woocommerce-form-coupon .form-row
{
	width: 46%;
}
.woocommerce-checkout #payment div.form-row,
.woocommerce-checkout #payment ul.payment_methods
{
	padding: 20px;
	margin: 0;
}
body.woocommerce-checkout .site-container form.checkout #ship-to-different-address
{
	float: none;
}
#ship-to-different-address label
{
	color: #505563;
	top: 0;
	margin: 0;
}
#ship-to-different-address label span
{
	margin-left: 5px;
}
.woocommerce-checkout .checkout #ship-to-different-address,
.woocommerce-checkout .checkout .shipping_address
{
	margin-bottom: 44px;
}
.woocommerce form.checkout_coupon
{
	border-color: #E6E8ED;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 9px 20px 14px 20px;
}
.woocommerce form.checkout_coupon .form-row-last
{
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}
.woocommerce-account h2
{
	margin-top: 0;
}
.woocommerce-account h2.woocommerce-order-details__title
{
	margin-top: 23px;
}
.woocommerce-account .woocommerce
{
	margin-top: 59px;
	margin-bottom: 100px;
}
.woocommerce form.woocommerce-form-login
{
	margin-top: 40px;
	border: none;
	padding: 0;
}
.woocommerce form.woocommerce-ResetPassword
{
	margin-top: 0;
}
.woocommerce form.woocommerce-form-login .form-row:not(.form-row-wide),
.woocommerce form.woocommerce-ResetPassword .form-row:not(.form-row-first)
{
	margin-top: 30px;
}
.woocommerce form.woocommerce-form-login .woocommerce-LostPassword
{
	padding-bottom: 0;
}
.woocommerce .woocommerce-ResetPassword>p
{
	padding-top: 0;
}
.woocommerce form.login,
.select2-container .select2-selection
{
	border-color: #E6E8ED;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.woocommerce form.login .woocommerce-form__label-for-checkbox
{
	margin-left: 20px;
}
.select2-container .select2-selection
{
	border: 1px solid #E6E8ED;
	height: auto;
	background: #FFF;
	padding: 13px 20px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	text-align: left;
}
.woocommerce-validated,
.woocommerce-invalid
{
	position: relative;
	z-index: 1;
}
.woocommerce-invalid
{
	z-index: 2;
}
.woocommerce form .form-row.woocommerce-validated .select2-container .select2-selection
{
	border-color: #6DC22E;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container .select2-selection
{
	border-color: #A00;
}
.select2-container .select2-selection .select2-selection__rendered
{
	font-family: 'Montserrat', Arial, sans-serif;
	color: #252634;
	padding-left: 0;
	font-weight: 500;
}
.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field
{
	border-color: #E6E8ED;
}
.select2-dropdown-open.select2-drop-above .select2-selection,
.select2-dropdown-open.select2-drop-above .select2-choices
{
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.select2-dropdown-open .select2-selection
{
	box-shadow: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
	top: auto;
	bottom: 12px;
	right: 10px;
}
.select2-results
{
	font-family: 'Montserrat', Arial, sans-serif;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"]
{
	background: #F2F4F8;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected]
{
	background: #377EF9;
}
.woocommerce-form-coupon-toggle
{
	margin-top: 70px;
}
.woocommerce-form-coupon-toggle a
{
	margin-left: 5px;
}
.woocommerce-checkout #payment
{
	background: #FFF;
	border: 1px solid #E6E8ED;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 50px;
	margin-bottom: 100px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box
{
	background: #F2F4F8;
	color: #505563;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before
{
	border-color: transparent transparent #F2F4F8;
}
body .woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions
{
	text-align: center;
}
.woocommerce .woocommerce-customer-details address
{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #E6E8ED;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.woocommerce-checkout #customer_details h3
{
	margin-top: 0;
}
.woocommerce-checkout #customer_details h3+.woocommerce-additional-fields__field-wrapper,
.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper
{
	margin-top: 32px;
}
.wc-bacs-bank-details-heading
{
	margin-bottom: 20px;
}
.woocommerce .wc-bacs-bank-details-account-name
{
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}
.woocommerce-checkout #payment ul.payment_methods
{
	border-color: #E6E8ED;
}
.woocommerce .payment_box p
{
	margin-top: 0;
}
.woocommerce ul.order_details,
.woocommerce table.shop_table.customer_details,
.woocommerce .shop_table.my_account_orders
{
	margin: 10px 0 57px;
}
.woocommerce table.shop_table.order_details
{
	margin-bottom: 0;
}
.woocommerce .woocommerce-order-details
{
	margin-bottom: 32px;
}
.woocommerce-order .woocommerce-customer-details
{
	margin-bottom: 100px;
}
.woocommerce-MyAccount-content .woocommerce-order-details
{
	margin-bottom: 41px;
}
.woocommerce .woocommerce-checkout-review-order,
.woocommerce table.shop_table.order_details,
.woocommerce table.shop_table.customer_details
{
	margin-top: 40px;
}
.woocommerce table.shop_table.my_account_orders
{
	margin-top: 0;
	font-size: inherit;
}
.woocommerce-account address,
.woocommerce-checkout address,
.woocommerce-order-received address
{
	margin-top: 40px;
	line-height: 150%;
	font-style: normal;
}
.woocommerce-thankyou-order-received
{
	margin-top: 18px;
}
.woocommerce-account .title h3
{
	float: none;
}
.woocommerce-account .title .edit 
{
    margin-top: 40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation
{
	width: 390px;
}
.woocommerce-MyAccount-navigation ul
{
	list-style: none;
}
.woocommerce-MyAccount-navigation li
{
	margin: 0;
}
.woocommerce-MyAccount-navigation li a
{
	display: -ms-flexbox;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-ms-flex-pack: space-between;
    -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	background: #F2F4F8;
	padding: 19px 30px 21px;
	line-height: 26px;
	color: #505563;
	margin-top: 10px;
	-webkit-transition: color 0.2s ease 0s;
	-moz-transition: color 0.2s ease 0s;
	transition: color 0.2s ease 0s;
}
.woocommerce-MyAccount-navigation li:first-child a
{
	margin-top: 0;
}
.woocommerce-MyAccount-navigation li:hover>a,
.woocommerce-MyAccount-navigation li:hover>a:after
{
	color: #377EF9;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation li.is-active>a
{
	background: #377EF9;
}
.woocommerce-MyAccount-navigation li.is-active>a,
.woocommerce-MyAccount-navigation li.is-active>a::after,
.woocommerce-MyAccount-navigation li.is-active:hover>a,
.woocommerce-MyAccount-navigation li.is-active:hover>a::after
{
	color: #FFF;
}
.woocommerce-MyAccount-navigation li a::after
{
	font-family: 'template';
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	margin-top: 1px;
	margin-left: 5px;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\53";
}
.woocommerce-account .woocommerce-MyAccount-content
{
	width: 830px;
}
.woocommerce .woocommerce-MyAccount-content table td, .woocommerce .woocommerce-MyAccount-content table th
{
	padding: 12px;
}
.woocommerce-MyAccount-content form h3
{
	margin-top: 0;
}
.woocommerce-MyAccount-content .woocommerce-address-fields
{
	margin-top: 31px;
}
.woocommerce-MyAccount-content form>p:last-child,
.woocommerce-MyAccount-content form .woocommerce-address-fields>p:last-child
{
	padding: 0;
	margin-top: 31px;
}
.woocommerce-MyAccount-content>.woocommerce-notices-wrapper+p
{
	padding-top: 0;
}
.woocommerce .product-categories li a:hover
{
	text-decoration: none;
}