/*--------------------------------------------------------------
# Product Single
--------------------------------------------------------------*/
.wa-single-product .variations tr,
.wa-single-product .product-sku,
.wa-single-product .product-price {
	display: flex;
	align-items: center;
	margin-bottom: 2em;
}
.woocommerce div.product form.cart:not(.gift-cards_form) {
	display: flex;
	align-items: center;
}

.woocommerce div.product form.gift-cards_form.cart h3.ywgc_select_amount_title {
	font-size: 16px;
	line-height: 24px;
	color: #464646;
	margin: 20px 0;
}
.gift-cards-list button {
	padding: 5px 30px;
	border-color: #D9D9D9;
	margin-right: 10px;
	cursor: pointer;
}
form.gift-cards_form .gift-cards-list button.ywgc-predefined-amount-button.selected_button,
.gift-card-panel-title-container .yith-add-new-gc-my-account-button {
	background-color: #464646;
	border-color: #464646;
}
.gift-card-panel-title-container .yith-add-new-gc-my-account-button {
    background-color: #464646;
    font-size: 14px;
    color: #fff;
    padding: 8px 30px;
    cursor: pointer;
}
.gift-card-panel-title-container h2 {
	font-size: 18px;
	line-height: 46px;
}

form.gift-cards_form .gift-cards-list button.ywgc-predefined-amount-button.selected_button span {
	color: #fff;
}

.single_variation_wrap .single_variation {
	margin-bottom: 15px;
}

.wa-single-product .variations td a.reset_variations {
	position: absolute;
	bottom: -5px;
}
.woocommerce div.product form.cart .variations {
	position: relative;
}
.wa-single-product .product-categories {
	display: flex;
	align-items: center;
	margin-bottom: 2em;
}
.wa-single-product .product-categories .categories-label,
.wa-single-product .product-sku .sku-label,
.wa-single-product .single-product-brand p,
.woocommerce div.product form.cart .variations td.label,
.wa-single-product .product-price .price-label {
	width: 120px;
	flex: 0 0 120px;
	margin-right: 30px;
}
.wa-single-product .single-product-brand {
    display: flex;
    margin-bottom: 2em;
}

.wa-single-product .product-attributes p,
.wa-single-product .product-sku p ,
.wa-single-product .product-categories p,
.wa-single-product .product-price .price-label p {
	margin-bottom: 0;
	color: #464646;
}

.wa-single-product .product-sku .sku-label p,
.wa-single-product .product-categories p,
.wa-single-product .product-attributes p,
.wa-single-product .product-price .price-label p {
	font-weight: 600;
	
}
.wa-single-product a:hover {
	text-decoration: none;
}
.wa-single-product a {
	color: #1C1C1C;
	font-size: 14px;
}
.woocommerce div.product form.cart .variations select {
	border: 1px solid #ccc;
    font-size: 14px;
    padding: .5em;
    width: 150px;
    border: 1px solid #D9D9D9;
    outline: none;
    right: 1em;
	left: unset;
	top: 0;
	-webkit-appearance: none;
    background-image: url(../../uploads/chevron-down.png);
    background-position: 94% 50%;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #1c1c1c;
    margin-right: 0;
}
.woocommerce div.product form.cart .button {
	border-radius: 8px;
	background-color: #464646;
	outline: none;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 1em 1.3em;
	margin-left: 2em;
}
.woocommerce div.product form.cart .button span {
	margin-right: .5em;
}
.woocommerce div.product form.cart p {
	margin-bottom: 0;
	margin-right: 1em;
}
.woocommerce .quantity .qty {
	width: 70px;
	outline: none;
	font-size: 16px;
	border: 1px solid #D9D9D9;
	-moz-appearance: textfield;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
  	margin: 0;
}
.woocommerce .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
	width: 100%;
}
.woocommerce .quantity button {
	font-size: 10px;
	border: none;
	background-color: transparent;
	color: #707070;
	outline: none;
	padding: 10px;
	cursor: pointer;
}
/*.woocommerce .quantity button.qty-minus {
	font-size: 24px;
}*/
.woocommerce .single_variation_wrap {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
	flex: 0 0 100%;
	margin-bottom: 20px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	display: flex;
	flex-direction: column;
}
.woocommerce #breadcrumbs {
	text-align: center;
}
.woocommerce div.product form.cart .variations label {
	font-weight: normal;
	font-size: 16px;
	color: #464646;
}
.wa-single-product .product-sku,
.woocommerce div.product .product_title,
.wa-single-product .product-categories,
.single-product-first-block,
.wa-single-product .product-price {
	order: -1;
}
.single-product-first-block p {
	margin-bottom: 0;
	margin-right: 1em;
}
.single-product-first-block .share-block a {
	line-height: 0;
}
.single-product-first-block {
	display: flex;
	align-items: center;
	background-color: #F7F7F7;
	padding: 2em 1em;
	margin-bottom: 2em;
	flex-wrap: wrap;
}
.wa-single-product .share-block a:not(:last-child) {
	margin-right: 1em;
}
.wa-single-product .share-block,
.wa-single-product .summary .compare {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.wa-single-product .share-block button {
	outline: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
}
.wa-single-product #p1,
.single-product-first-block input {
	display: none;
}
.wa-single-product .tinvwl_add_to_wishlist_button {
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-right: 1em;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
	font-size: 30px;
}
.wa-single-product .copy-link {
	cursor: pointer;
}
.wa-single-product .facebook .a {
	fill: #385898;
}
.wa-single-product .twitter .a {
	fill: #1da1f2;
}
.wa-single-product .email .a,
.wa-single-product .copy-link .a,
.wa-single-product .compare .a {
	fill: #464646;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #464646;
    font-weight: normal;
    border-bottom: 3px solid #464646;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
    position: unset;
    background: unset;
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
    padding-right: 5em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: unset;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    position: unset;
    border-bottom: 1px solid #D9D9D9;
    padding-left: .3em;
}
.single-product.woocommerce table.shop_attributes th {
    font-size: 14px;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: "Segoe UI Web", sans-serif;
font-weight: 600;   /* Medium / Semibold */
font-style: normal;

    font-weight: normal;
    color: #A2A2A2;
    font-size: 18px;
    padding-bottom: .5em;

}
.wa-single-product .summary .compare svg {
	margin-right: 1em;
}
.wa-single-product .related.products .product-category {
	display: none;
}
.wa-single-product .sale-flag {
	width: 50px;
    height: 20px;
    position: absolute;
    left: 0;
}
.single-product del .woocommerce-Price-amount.amount,
.post-type-archive-product del .woocommerce-Price-amount.amount {
	font-size: 14px;
	line-height: 1.1;
	color: #565656;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	line-height: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	text-align: left;
	font-size: 16px;
	line-height: 21px;
	text-transform: unset;
	padding: 0;
	margin: 0 0 12px 0;
}
.wa-single-product .related.products h2 {
	text-align: center;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.wa-single-product .related.products .tinvwl_add_to_wishlist_button {
	transform: translate(-10%, -60%);
}
.woocommerce div.product .product_title {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: .7em;
	float: right;
}
.product-title-mobile {
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
	border-bottom: 1px solid #D9D9D9;
    padding-bottom: 1em;
    margin-bottom: 8em;
}
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .button.product_type_variable {
    text-decoration: none;
    color: transparent;
    width: 18px;
    overflow: hidden;
    height: 18px;
    padding: 0;
    background: none;
	margin: 0;
}
.woocommerce ul.products li.product .price,
.post-type-archive-product .price,
.tax-product_cat .price {
	display: inline-flex;
	flex-direction: column-reverse;
	margin-bottom: 0;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-weight: normal;
	line-height: 1;
}
.single-product .widget-area,
.tax-product_cat .widget-area,
.single-product .add-to-wishlist-link {
	display: none;
}
.single-product .woocommerce-Price-amount.amount,
.post-type-archive-product .woocommerce-Price-amount.amount {
	font-size: 18px;
	color: #464646;
	line-height: 1.2;
}
.variable-price-start-from {
	font-size: 10px;
	line-height: 1;
	color: #464646;
}
.woocommerce ul.products li.product a img {
	height: 220px;
	object-fit: contain;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	background: #F7F7F7;
    padding: 1em;
    min-height: 360px;
}
.woocommerce ul.products li.product .price ins {
	font-weight: normal;
}
.single-product .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.post-type-archive-product .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.tax-product_cat.woocommerce .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.inited-add-wishlist:before {
	font-size: 25px;
	color: #707070;
}
.single-product .summary .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
	color: #464646;
}
.woocommerce-product-gallery__image.flex-active-slide img {
	border: 15px solid #F7F7F7;
}
.woocommerce div.product div.images .flex-control-thumbs img {
	border: 3px solid #F7F7F7;
}
.woocommerce div.product div.images .flex-control-thumbs li:not(:nth-child(4n)) {
	margin-right: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: calc(25% - 8px);
}
.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 1.3em;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity: 1;
}
.woocommerce div.product form.cart div.quantity {
	display: flex;
	align-items: center;	
}
.wa-single-product .related.products {
	clear: both;
}
.single-product header#masthead {
	margin-bottom: 0;
}
.single-product  #breadcrumbs,
#masthead > #breadcrumbs {
	background-color: #F7F7F7;
	padding: 1em 0;
	margin-bottom: 5em;
	text-align: center;
}
.woocommerce div.product div.summary {
	margin-top: 0;
}
.woocommerce .product .on-sale,
.wa-search-page .product .on-sale,
.post-type-archive-product span.itsnew,
.product .itsnew {
	position: absolute;
	color: #797979;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #F7F7F7;
    border-radius: unset;
    box-shadow: 1px 1px 2px #00000029;
    font-weight: normal;
    font-family: var(--app-font);
    top: 13px;
    left: 0;
    padding: 0 1.5em;
    margin: 0;
    line-height: unset;
    min-height: unset;
}
.wa-search-page .product .on-sale {
	position: absolute;
}
.woocommerce .product .on-sale {
	color: #023E84;
}
.wa-search-page .product-single {
	margin-bottom: 20px;
}
.product span.itsnew  {
	right: 0;
	left: unset;
    box-shadow: -1px 1px 2px #00000029;
}
.single-product-first-block span.icon-share-2 {
	display: none;
}
/*.woocommerce ul.products li.product .on-sale {
	text-transform: uppercase;
    color: #023E84;
    padding: 0 1.5em;
    background-color: #F7F7F7;
    font-family: "NotoSerif-Medium", sans-serif;
    position: absolute;
    left: 0;
    box-shadow: 1px 1px 2px #00000029;
}*/
.woocommerce .wa-single-product div[id*="product-"] > .on-sale {
	text-transform: uppercase;
    color: #023E84;
    padding: 0 1.5em;
    background-color: #F7F7F7;
    font-family: var(--app-font);
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 999;
    box-shadow: 1px 1px 2px #00000029;
    padding: .5em 2.5em;
    font-size: 16px;
}

/*--------------------------------------------------------------
# Product Feed
--------------------------------------------------------------*/
.shop-posts #shop_slider {
	width: 100%;
	margin-bottom: 5em;
	padding: 0 15px;
}
.post-type-archive-product .category-image {
	display: block;
	height: 210px;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
	transition: .5s;
}
.post-type-archive-product .category-image:hover {
	transform: scale(1.1);
	filter: brightness(.9);
}
.post-type-archive-product .category-name {
	background-color: #1A1A1A99;
    position: absolute;
    bottom: 1.5em;
    width: 100%;
    padding: .2em 1em;
}
.post-type-archive-product .category-name h6 {
	text-align: center;
	color: #FFFFFF;
	font-family: "Segoe UI Web", sans-serif;
	font-weight: 600;   /* Medium / Semibold */
	font-style: normal;
}
.post-type-archive-product .shop-category a {
	position: relative;
	display: block;
}
.post-type-archive-product .shop-category {
	margin-bottom: 2em;
}
.post-type-archive-product h2 {
	margin-top: 2.5em;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: .5em;
}
.post-type-archive-product .category-thumbnail {
	overflow: hidden;
	background: #ccc;
	border-radius: 5px;
}
.post-type-archive-product .product-image img {
	height: 220px;
	width: 100%;
	object-fit: contain;
	margin-bottom: .5em;
}
.post-type-archive-product .product {
	background-color: #F7F7F7;
    padding: 1.5em;
    min-height: 345px;
}
.woocommerce .product .woocommerce-loop-product__title {
	margin-bottom: .8em;
	max-height: 24px;
 	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	-webkit-line-clamp: 1;
   	-webkit-box-orient: vertical;
}
.post-type-archive-product .shop-container .tinvwl_add_to_wishlist-text,
.post-type-archive-product .shop-container .tinvwl_remove_from_wishlist-text {
	display: none !important;
}
.post-type-archive-product .button.add_to_cart_button,
.post-type-archive-product .button.product_type_variable {
	position: relative;
	text-decoration: none;
    color: transparent;
    width: 18px;
    overflow: hidden;
    height: 18px;
    padding: 0;
    background: none;
}
.post-type-archive-product .button.add_to_cart_button:hover {
	background-color: transparent;
}
.post-type-archive-product .product a:hover {
	text-decoration: none;
	background: transparent;
}
.woocommerce .product .actions-block {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: right;
    padding: 0 10px;
}
.woocommerce div.product .product-desc-block .price-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart  {
	margin: -2px 8px 0;
	cursor: pointer;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
	margin: 0;
}
.woocommerce div.product .add-to-compare {
	cursor: pointer;
}

.woocommerce li.product .add-to-compare {
	cursor: pointer;
	order: 3;
}

.woocommerce div.product .add-to-compare path,
.wa-single-product .share-block, .wa-single-product .compare path {
	transition: .3s all;
}
.woocommerce div.product .add-to-compare.in-compare path,
.wa-single-product .share-block,
.wa-single-product .compare.in-compare path,
.woocommerce li.product .compare.in-compare path {
	fill: #023E84;
}

.compare-error {
    position: fixed;
    font-size: 14px;
    background-color: #fff;
    width: 100%;
    left: 50%;
    bottom: -17%;
    transform: translateX(-50%);
    margin: 0;
    padding: 15px 40px 15px 15px;
    border: 1px solid #1c1c1c;
    box-shadow: 0px 0px 14px 0px #e6e6e6;
    border-bottom: none;
    z-index: 99;
    animation: showError;
    animation-duration: .4s;
    animation-fill-mode: forwards;
}
.compare-error .remove {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    padding: 5px
}
.compare-error .remove:after {
	content: "\f00d";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    font-size: 18px;
    color: #797979;

}
@keyframes showError {
	from { bottom: -17%; }
	to { bottom: 0; }
}

/*--------------------------------------------------------------
# Product Category Feed
--------------------------------------------------------------*/
.tax-product_cat .woocommerce-products-header__title {
	display: none;
}
.filter-block-mobile {
	display: none;
}
.shop-sidebar .widget-title {
	font-size: 24px;
	line-height: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.shop-sidebar .product-categories {
	margin-bottom: 4em;
}
.shop-sidebar .product-categories .sidebar-product-category {
	margin-top: 1em;
}
.shop-sidebar .product-categories a {
	font-family: "Segoe UI Web", sans-serif;
	font-weight: 600;   /* Medium / Semibold */
	font-style: normal;
	display: block;
	color: #1C1C1C;
	display: flex;
	align-items: center;
}
.shop-sidebar .product-categories a:not(:last-child) {
	margin-bottom: 1em;
}
.shop-sidebar .product-categories a.active,
.shop-sidebar .product-categories a.active p,
.shop-sidebar .product-categories a.selected,
.shop-sidebar .product-categories a.selected p {
	color: #023E84;
	font-weight: 600;
}
.shop-sidebar .product-categories p {
	margin-bottom: 0;
	margin-left: .5em;
}
.shop-sidebar .product-categories a:hover {
	text-decoration: none;
}
/* Category levels indentation */
.shop-sidebar .product-categories .category-item-wrapper {
	margin-bottom: 0.5em;
}
.shop-sidebar .product-categories .category-link-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.5em;
}
.shop-sidebar .product-categories .category-link-wrapper a {
	flex: 1;
	margin-bottom: 0 !important;
}
.shop-sidebar .product-categories .toggle-subcategories {
	cursor: pointer;
	padding: 5px;
	margin-left: 5px;
	transition: transform 0.3s ease;
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}
.shop-sidebar .product-categories .toggle-subcategories:hover {
	opacity: 0.7;
}
.shop-sidebar .product-categories .toggle-subcategories.open {
	transform: rotate(180deg);
}
.shop-sidebar .product-categories .toggle-subcategories svg {
	display: block;
}
.shop-sidebar .product-categories .subcategories-wrapper {
	margin-left: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}
.shop-sidebar .product-categories a.cat-level-0 {
	padding-left: 0;
	font-size: 14px;
}
.shop-sidebar .product-categories a.cat-level-1 {
	padding-left: 1.2em;
	font-size: 13px;
}
.shop-sidebar .product-categories a.cat-level-2 {
	padding-left: 2.4em;
	font-size: 12px;
}
.shop-sidebar .product-categories a.cat-level-3 {
	padding-left: 3.6em;
	font-size: 12px;
}
.shop-sidebar .product-categories .reset-category-filter {
	display: inline-block;
	padding: 8px 16px;
	margin-top: 15px;
	font-size: 13px;
	border-radius: 5px;
	text-decoration: none;
	background-color: #f0f0f0;
	color: #464646;
	border: 1px solid #ddd;
	transition: all 0.3s ease;
}
.shop-sidebar .product-categories .reset-category-filter:hover {
	background-color: #e0e0e0;
	text-decoration: none;
}
.shop-sidebar .remove-filters {
    font-size: 14px;
    border-radius: 8px;
    padding: 1em 1.5em;
    background-color: #464646;
    margin-top: 50px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}
.shop-sidebar span {
	font-size: 12px;
}
.shop-sidebar .widget-title.toggled span,
.shop-sidebar .toggled span {
	transform: rotate(180deg);
}
.shop-sidebar .slider-title {
	display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.shop-sidebar .slider-text {
	display: flex;
	align-items: center;
}
.shop-sidebar .slider-title h4 {
	margin-right: .2em;
}
.shop-sidebar .slider-title h4,
.shop-sidebar .slider-title p {
	margin-bottom: 0;
}
.shop-sidebar .attrs-block-checkboxes {
	margin-bottom: 40px;
}
.shop-sidebar .slider-title p {
	color: #464646;
}
.shop-sidebar span {
	transition: .5s;
}
.shop-sidebar h2,
.shop-sidebar h4 {
	text-transform: uppercase;
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.shop-sidebar .ui-widget-content {
	background: #D9D9D9;
	border: none;
}
.shop-sidebar .ui-widget-header {
	background-color: #464646;
}
.shop-sidebar .ui-state-default, .shop-sidebar .ui-widget-content .ui-state-default,
.shop-sidebar .ui-widget-header .ui-state-default, .shop-sidebar .ui-button, html .shop-sidebar .ui-button.ui-state-disabled:hover, 
html .shop-sidebar .ui-button.ui-state-disabled:active {
	border: #464646;
	background: #464646;
	border-radius: 50%;
	cursor: e-resize;
}
.shop-sidebar .diameter-block input,
.shop-sidebar .height-block input,
.shop-sidebar .size-block input {
	outline: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.shop-sidebar .slider-block {
	margin-bottom: 4em;
}
.shop-sidebar .diameter-block input:last-child,
.shop-sidebar .height-block input:last-child,
.shop-sidebar .size-block input:last-child {
	text-align: right;
}
.shop-sidebar .inputs {
	display: flex;
	align-self: center;
	justify-content: space-between;
}
.tax-product_cat .product-category {
	display: none;
}
.tax-product_cat.woocommerce ul.products li.product .price del {
	font-size: 14px;
	color: #565656;
}
.tax-product_cat.woocommerce .product .price-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.tax-product_cat.woocommerce .tinvwl_add_to_wishlist_button.tinvwl-icon-heart, .tax-product_cat.woocommerce .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	display: block;
	margin: -2px 8px 0;
	vertical-align: unset;
}
.tax-product_cat.woocommerce .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt  {
	width: unset;
	height: unset;
}
.tax-product_cat.woocommerce .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
	position: static;
	margin: 0;
}
.tax-product_cat.woocommerce ul.products li.product .price {
	color: #464646;
	font-size: 18px;
	line-height: 1;
}
.woocommerce .widget_product_categories {
	margin-bottom: 3.5em;
}
.woocommerce .shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #464646;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #D9D9D9;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #464646;
}

.woocommerce-info {
	border-top-color: #464646;
	font-size: 14px;
    padding: 12px 2em 12px 3.5em;
}
.woocommerce-info a.ywgc-show-giftcard {
	font-size: 14px;
	text-decoration: underline;
}
.woocommerce-info::before {
	color: #464646;
}
.woocommerce a.button.wc-backward {
    color: #ffffff;
	font-size: 14px;
    border-radius: 8px;
    padding: 1em 1.5em;
    background-color: #464646;
}

.ywgc_have_code {
	margin-bottom: 25px;
}
.ywgc_enter_code {
	padding: 0;
}
.ywgc_enter_code > div > p:first-child {
	font-size: 13px;
	margin-bottom: 12px;
}
.ywgc_enter_code #giftcard_code {
    font-size: 12px;
    padding: 12px;
    width: 100%;
    color: #A2A2A2;
}
.ywgc_enter_code .form-row-first {
	width: 40%;
}
.ywgc_enter_code .ywgc_apply_gift_card_button {
	background-color: #464646!important;
	font-size: 14px!important;
	font-weight: normal!important;
}


#pricesliderRange,
#diametersliderRange,
#heightsliderRange,
#sizesliderRange {
	opacity: 0;
	transition: .3s all;
}

.woocommerce-message {
	font-size: 14px;
}
.price_label {
    visibility: collapse;
    width: 100%;
}
.price_label span.from {
    float: left;
}
.price_label span.from, .price_label span.to {
    visibility: visible;
    font-size: 14px;
}
.price_label span.to {
    float: right;
}
.woocommerce .widget_price_filter .price_slider_amount {
	display: flex;
	flex-direction: column-reverse;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	outline: none;
}
.custom-taxonomies .checkbox label:after {
	content: '';
	display: table;
	clear: both;
}
.custom-taxonomies .custom-checkboxes input {
	margin-right: 1em;
	color: #003F62;
	background-color: #F2F2F2;
}
.custom-taxonomies .checkbox .cr {
	position: relative;
	display: inline-block;
	border: 2px solid #797979;
	width: 20px;
	height: 20px;
	float: left;
	transition: .4s all;
	margin-right: 12px;
}
.custom-taxonomies .checkbox .cr .cr-icon {
	position: absolute;
	font-size: 12px;
	line-height: 0;
	top: 2px;
	left: 2px;
	color: #1c1c1c;
}
.custom-taxonomies ul.product-attrs li input,
.custom-taxonomies ul.country-attrs li input,
.custom-taxonomies ul.brand-attrs li input {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 2px;
    left: -45px;
    cursor: pointer;
}
.custom-taxonomies ul.product-attrs,
.custom-taxonomies ul.country-attrs,
.custom-taxonomies ul.brand-attrs {
	list-style: none;
	margin: 1em 0 0 2.3em;
}
.custom-taxonomies ul.product-attrs li:not(:last-child),
.custom-taxonomies ul.country-attrs li:not(:last-child),
.custom-taxonomies ul.brand-attrs li:not(:last-child) {
	margin-bottom: 15px;
}
.custom-taxonomies ul.product-attrs li input:checked ~ .checkmark::after,
.custom-taxonomies ul.country-attrs li input:checked ~ .checkmark::after,
.custom-taxonomies ul.brand-attrs li input:checked ~ .checkmark::after {
    display: block;
    opacity: 1;
}
.custom-taxonomies ul.product-attrs li .checkmark::after,
.custom-taxonomies ul.country-attrs li .checkmark::after,
.custom-taxonomies ul.brand-attrs li .checkmark::after {
   	content: '';
    position: absolute;
    height: 7px;
    width: 12px;
    border: 2px solid #1c1c1c;
    border-top: transparent;
    border-right: transparent;
    transform: rotate(-45deg);
    top: 7px;
    left: -28px;
    opacity: 0;
}
.custom-taxonomies ul.product-attrs li,
.custom-taxonomies ul.country-attrs li,
.custom-taxonomies ul.brand-attrs li {
	position: relative;
}
.custom-taxonomies ul.product-attrs li label::before,
.custom-taxonomies ul.country-attrs li label::before,
.custom-taxonomies ul.brand-attrs li label::before {
    content: '';
    position: absolute;
    border: 2px solid #797979;
	width: 20px;
	height: 20px;
    top: 2px;
    left: -32px;
}
.custom-taxonomies .checkbox label input[type="checkbox"] {	
	display: none;
}
.custom-taxonomies .checkbox label {
	font-family: "Segoe UI Web", sans-serif;
	font-weight: 600;   /* Medium / Semibold */
	font-style: normal;
	font-size: 16px;
	color: #303030;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.shop-sidebar .widget_price_filter {
	margin-bottom: 4em;
}


/* ---------------------------------------------------------
 # Compare page
 -=------------------------------------------------------ */

.wa-compare-page .page-title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.wa-compare-page .products-list {
	display: flex;
	overflow-y: auto;
}
.wa-compare-page .products-list .product-item {
	flex: 0 0 25%;
	transition: .3s all;
	min-width: 232px;
}
.wa-compare-page .products-list .product-item.processing {
	opacity: .7;
	pointer-events: none;
}
.wa-compare-page .products-list .product-item .remove-from-list {
	text-align: center;
}
.wa-compare-page .products-list .product-item .remove-item {
	background: transparent;
    border: none;
    outline: none;
	cursor: pointer;
}
.wa-compare-page .products-list .product-item .remove-item svg {
	width: 16px;
	height: 16px;
}

.wa-compare-page .products-list .product-item .product-image {
	padding: 15px;
}
.wa-compare-page .products-list .product-item .product-image {
	height: 220px;
	width: 100%;
}
.wa-compare-page .products-list .product-item .product-link {
	display: inline-block;
	padding: 15px;
	text-decoration: none;
}
.wa-compare-page .products-list .product-item .product-link .product-title p {
	font-family: var(--app-font);
	margin: 10px 0 0;
	height: 3em;
	overflow: hidden;
}
.wa-compare-page .products-list .product-item .product-information .info-item {
	display: flex;
	justify-content: space-between;
	padding: 10px 30px 10px 15px;
	border-top: 1px solid #D9D9D9;
}
.wa-compare-page .products-list .product-item .product-information .info-item:last-child {
	border-bottom: 1px solid #D9D9D9;
}
.wa-compare-page .products-list .product-item:first-child .product-information .info-item {
	border-left: 1px solid #D9D9D9;
}
.wa-compare-page .products-list .product-item:last-child .product-information .info-item {
	border-right: 1px solid #D9D9D9;
}

.wa-compare-page .products-list .product-item .product-information .info-item p {
	margin: 0;
	font-size: 14px;
}
.wa-compare-page .products-list .product-item .product-information .info-item p.value {
	font-family: var(--app-font);
}


/*
 * # Price range
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 95%;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 8px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 10px;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  /*margin-left: -10px;*/
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .tooltip {
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical .tooltip {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#bebebe));
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
  background-repeat: repeat-x;
}
.slider.slider-disabled .slider-track {
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e9e9e9));
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  background-repeat: repeat-x;
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip {
  pointer-events: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.ranges{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    line-height: 16px;
    margin-bottom: 8px;
    color: #1C1C1C;
}
.ranges span{
	font-family: "Segoe UI Web", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #464646;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.slider-selection {
  position: absolute;
  background-color: #464646;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}
.slider-selection.tick-slider-selection {
  background-color: #464646;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background-repeat: repeat-x;
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: #E2E3E6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
}
.slider-handle {
  position: absolute;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #FFFFFF;
  background-color: #464646;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.slider-handle:hover {
  cursor: pointer;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}


/*--------------------------------------------------------------
# Medias
--------------------------------------------------------------*/


/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {

}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100%;
		float: unset;
	}
	.woocommerce .filter-block-mobile {
		display: block;
	}
	.woocommerce .filter-block-mobile .filter-block {
		background-color: #676767;
		padding: 1.5em 2em;
		justify-content: space-between;
		margin-bottom: 20px;
		cursor: pointer;
	}
	.woocommerce .filter-block-mobile .filter-block h5 {
		color: #FFFFFF;
		text-transform: uppercase;
	}
	.woocommerce .filter-block-mobile .filter-block svg .a {
		fill: #FFFFFF;
	}
	.woocommerce .filter-block-mobile .filter-block-text,
	.woocommerce .filter-block-mobile .filter-block {
		display: flex;
		align-items: center;
	}
	.woocommerce .filter-block-mobile .filter-block .filter-block-text svg {
		margin-right: 1.3em;
	}
	.woocommerce .shop-sidebar {
		display: none;
	}

	.woocommerce div.product .summary .product_title {
		display: none;
	}
	.product-title-mobile {
		display: block;
	}
	.product-title-mobile h3 {
		height: 60px;
		overflow: hidden;
	}
	.woocommerce .wa-single-product div[id*="product-"] > .on-sale {
		top: 65px; 
	}
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
	.woocommerce div.product .woocommerce-product-gallery__image.flex-active-slide img {
		height: 280px;
		object-fit: cover;
	}
	.single-product-first-block p,
	.tinvwl_add_to_wishlist-text,
	.tinvwl_remove_from_wishlist-text {
		display: none;
	}
	.single-product-first-block span.icon-share-2 {
		display: inline-block;
		font-size: 16px;
		margin-right: 1em;
	} 
	.wa-single-product .share-block a svg {
		height: 16px;
	}
	.woocommerce-message {
	    font-size: 12px;
	    display: flex;
	    flex-direction: column-reverse;
	    align-items: flex-start;
	}
	.woocommerce-message a.wc-forward {
		margin-top: 10px;
	}
	.single-product-first-block .icon-share-2:before {
		color: #464646;
	}
	.woocommerce div.product form.cart {
		flex-wrap: wrap;
		justify-content: center;
	}
	.woocommerce div.product form.cart .button {
		width: 100%;
		margin: 2em 0 0;
	}
	.wa-single-product .product-attributes, .wa-single-product .product-sku,
	.wa-single-product .product-price,
	.wa-single-product .single-product-brand,
	.wa-single-product .product-categories,
	.wa-single-product .product-sku,
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product,
	.wa-single-product .variations tr, .wa-single-product .product-sku,
	.wa-single-product .variations tr:last-child {
		width: 100%;
		justify-content: space-between;
	}
	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
	    padding-right: 20px;
	}
	.wa-single-product .product-categories {
		text-align: right;
	}
	.woocommerce div.product form.cart .variations .value {
		display: flex;
		flex-direction: column;
	}
	.woocommerce .single_variation_wrap {
		align-items: flex-start;
	}
	.woocommerce div.product form.cart .variations select {
		font-size: 13px;
	}
	.woocommerce .woocommerce-variation-add-to-cart {
		display: block;
	}
	.woocommerce .quantity .qty	{
		font-size: 14px;
	}
	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 14px;
	}
	.woocommerce .wa-single-product .product .on-sale {
		font-weight: 13px;
	}
	.woocommerce div.product form.cart .variations label {
		font-size: 13px;
	}
	.wa-single-product .related.products .tinvwl_add_to_wishlist_button {
		bottom: 43px;
	}
	.post-type-archive-product .product-image img {
		height: 270px;
	}
	.post-type-archive-product div.product {
	    height: 400px;
	    margin-bottom: 2em;
	}
	.post-type-archive-product .products .product-single:nth-child(2n+1) {
		display: none;
	}
	.shop-sidebar ul.product-categories span {
		font-size: 14px;
	}
	.shop-sidebar .widget-title {
		font-size: 18px;
	}
	.custom-taxonomies .checkbox label {
		font-size: 13px;
	}
	.custom-taxonomies ul.product-attrs li label::before, .custom-taxonomies ul.country-attrs li label::before, .custom-taxonomies ul.brand-attrs li label::before {
		width: 16px;
		height: 16px;
	}
	.custom-taxonomies ul.product-attrs li .checkmark::after, .custom-taxonomies ul.country-attrs li .checkmark::after, .custom-taxonomies ul.brand-attrs li .checkmark::after {
	    height: 5px;
    	width: 9px;
	}
	.woocommerce li.product .add-to-compare svg {
		vertical-align: middle;
	}

	.wa-single-product .product-categories .categories-label,
	.wa-single-product .product-price .price-label,
	.wa-single-product .product-sku .sku-label,
	.wa-single-product .single-product-brand p,
	.woocommerce div.product form.cart .variations td.label {
		flex: 0 0 auto;
		width: auto;
	    margin-right: 20px;
	}
	.woocommerce div.product form.cart div.quantity .product-quantity-label {
		flex: 0 0 100px;
		width: 100px;
	    margin-right: 20px;
	}
}
/*Extra small devices (portrait phones, less than 640px)*/
@media (max-width: 640px) {

}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
	.ywgc_enter_code .form-row-first,
	.ywgc_enter_code .form-row-last {
		width: 100%;
		justify-content: center;
	}
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 500px) {

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	/* Ensure sidebar is always visible on desktop */
	.woocommerce .shop-sidebar {
		display: block !important;
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {

	.woocommerce div.product .woocommerce-product-gallery__image.flex-active-slide img {
		height: 495px;
		object-fit: cover;
	}
	.wa-single-product .tinvwl_add_to_wishlist_button {
		font-size: 14px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 29.05%;
	}
	.woocommerce .wa-single-product .product .on-sale {
		font-size: 14px;
	}
	.wa-single-product .single-product-brand {
		justify-content: space-between;
	}
	.wa-single-product .variations tr:last-child {
		align-items: unset;
	}
	.wa-single-product .variations tr:last-child .value {
		display: flex;
		flex-direction: column;
	}
	.wa-single-product .variations tr {
		width: 45%;
	}
	.woocommerce div.product form.cart .variations label {
		font-size: 14px;
	}
	.post-type-archive-product .products .product-single:last-child {
		display: none;
	}
	.single-product .woocommerce-Price-amount.amount, .post-type-archive-product .woocommerce-Price-amount.amount {
		font-size: 16px;
		line-height: 1.2;
	}
	.single-product del .woocommerce-Price-amount.amount, .post-type-archive-product del .woocommerce-Price-amount.amount {
		font-style: 13px;
	}
	.post-type-archive-product .product {
		height: 350px;
	}
	.tax-product_cat.woocommerce ul.products li.product .price {
		font-size: 16px;
	}
	.tax-product_cat.woocommerce ul.products li.product .price del {
		font-size: 13px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		min-height: 350px;
	}
	.custom-taxonomies .checkbox label {
		font-size: 14px;
	}
	.shop-sidebar .widget-title {
		font-size: 20px;
	}
	.custom-taxonomies ul.product-attrs li label::before, .custom-taxonomies ul.country-attrs li label::before, .custom-taxonomies ul.brand-attrs li label::before {
		width: 18px;
		height: 18px;
	}
	.custom-taxonomies ul.product-attrs li .checkmark::after, .custom-taxonomies ul.country-attrs li .checkmark::after, .custom-taxonomies ul.brand-attrs li .checkmark::after {
		height: 6px;
		width: 11px;
	}

	.woocommerce div.product form.cart div.quantity .product-quantity-label {
	    width: 120px;
	    flex: 0 0 120px;
	    margin-right: 30px;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}