@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.gold-master.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//www.gold-master.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//www.gold-master.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//www.gold-master.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//www.gold-master.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//www.gold-master.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//www.gold-master.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//www.gold-master.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//www.gold-master.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 700;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 17px;
	--wd-title-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 800;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 17px;
	--wd-header-el-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 20px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(163,8,12);
	--wd-alternative-color: #fbbc34;
	--btn-default-font-weight: 700;
	--btn-default-bgcolor: rgb(163,8,12);
	--btn-default-bgcolor-hover: rgb(160,1,1);
	--btn-accented-font-weight: 700;
	--btn-accented-bgcolor: rgb(192,4,36);
	--btn-accented-bgcolor-hover: rgb(168,3,14);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 300px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1440px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1440px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.rtl .wpcf7 {
	direction: rtl;
}
.TitleMinSeperator .info-box-title{
	position: relative;
}
.TitleMinSeperator .info-box-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%); 
	width: 80px; 
	height: 2px;
	background-color: #A3080C;
}
.dynamic-title .woodmart-title-container{
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 20px;
	font-weight: bold;
	text-align: center;
	    direction: rtl;
}
.dynamic-title .woodmart-title-container::before,
.dynamic-title .woodmart-title-container::after {
	content: "";
	display: inline-block;
	width: 60px;
	height: 12px;
	background-color: #a3080c;
}
.dynamic-title .woodmart-title-container::before {
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.dynamic-title .woodmart-title-container::after {
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.wd-product.wd-hover-standard .elementor-container.elementor-column-gap-default{
	margin-left: calc(var(--wd-el-column-gap) / 2 * -1);
	margin-right: calc(var(--wd-el-column-gap) / 2 * -1);
}
.wd-product.wd-hover-standard .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50{
	display: block;
}
.rtl .wd-loop-builder-off .shop_attributes{
	direction: rtl;
}
.wd-product-wrapper {
	border-radius: 20px !important;
	box-shadow: 1px 1px 2px 2px #ccc !important;
}
.wd-loop-builder-off .wd-product .wd-entities-title {
	font-size: 1.5em !important;
	text-align: right;
	font-weight: 700;
}
:root[lang="en-US"] footer .TitleMinSeperator .woodmart-title-container::after,
:root[lang="fr-FR"] footer .TitleMinSeperator .woodmart-title-container::after{
	    left: 0;
    right: unset;
}
:root[lang="en-US"],
:root[lang="fr-FR"]{
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif!important;
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif!important;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif!important;
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif!important;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif!important;
}
[lang="en-US"] .wd-loop-builder-off .wd-product .wd-entities-title,
[lang="fr-FR"] .wd-loop-builder-off .wd-product .wd-entities-title{
	text-align: left;
}
[lang="en-US"] .wd-product .price,
[lang="fr-FR"] .wd-product .price{text-align: left;}
.wd-product .price {
	display: block;
	padding-top: 11px !important;
	margin-top: 10px !important;
	text-align: right;
	padding-bottom: 10px;
	font-size: 1.8em;
}
.wd-product .price .amount{
	border-top: 2px solid #c00424 !important;
	font-weight: 700;
}
.wd-product .shop_attributes tr th,
.wd-product .shop_attributes tr td{
	font-size: 18px;
}
.wd-product .shop_attributes tr {
	background-color: #f9f9f9;
	padding: 5px; 
}
.wd-product .shop_attributes tr.woocommerce-product-attributes-item--attribute_pa_front-range{display:none}
.wd-product.wd-hover-standard .wd-add-btn>a{
	align-items: center;
	display: flex;
	justify-content: center;
	gap: 10px;
	padding-block: 10px;
}
.topBarInfo .info-box-content .info-box-inner{
	font-weight: 100;
}
.top-converter .alg_currency_select {
	height: 30px;
	color: #fff;
	text-align: center;
	padding-left: 15px;
	background-image: unset !important;
	display: none;
}
.top-converter .alg_currency_select option {
	color: #000;
}
.top-converter .wSelect.wSelect-theme-classic {
	height: 30px;
	color: #fff;
	text-align: center;
	padding-left: 15px;
	background-image: unset !important;
	z-index: 999;
	border: 0 !important;
	box-shadow: unset;
	width: auto !important;
	font-size: 15px;
}
.wSelect-arrow {
	display: none !important;
}
.wSelect-selected {
	margin: 0px 5px 0px 5px !important;
}
.wSelect-theme-classic .wSelect-options {
	height: 100% !important;
}
.home .wd-content-layout {
	padding-block: 0px;
}
footer .TitleMinSeperator .woodmart-title-container {position:relative;}
footer .TitleMinSeperator .woodmart-title-container::after {
	content: "";
	position: absolute;
	bottom: -8px;
	right: 0;
	width: 180px;
	height: 2px;
	background-color: #A3080C;
}
footer .wd-list li,
footer .wd-list li a{color: #ffffff;}
.wd-copyrights.wd-layout-centered{background: #a9080e;padding-block: 10px;}
.wd-copyrights.wd-layout-centered .container{gap: 5px;}
.wd-copyrights.wd-layout-centered .wd-col-start{color:#FFF;}
.FirstSection .info-box-content{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.FirstSection .info-box-title{padding-bottom: 20px;}
.single-product .wd-nav.wd-style-underline-reverse>li>a>.nav-link-text:after{display:none}
.rtl .gm-tabs-wrap .woocommerce-Tabs-panel, .rtl .gm-tabs-wrap .woocommerce-tabs .panel,
.rtl .gm-tabs-wrap .woocommerce-Tabs-panel, .rtl .gm-tabs-wrap .woocommerce-tabs .panel h1,
.rtl .gm-tabs-wrap .woocommerce-Tabs-panel, .rtl .gm-tabs-wrap .woocommerce-tabs .panel h2,
.rtl .gm-tabs-wrap .woocommerce-Tabs-panel, .rtl .gm-tabs-wrap .woocommerce-tabs .panel h3,
.rtl .gm-tabs-wrap .woocommerce-Tabs-panel, .rtl .gm-tabs-wrap .woocommerce-tabs .panel h4,
.rtl .gm-tabs-wrap .woocommerce-Tabs-panel, .rtl .gm-tabs-wrap .woocommerce-tabs .panel h5,
.rtl .gm-tabs-wrap .woocommerce-Tabs-panel, .rtl .gm-tabs-wrap .woocommerce-tabs .panel h6,
.rtl .gm-tabs-wrap .woocommerce-Tabs-panel p, 
.rtl .gm-tabs-wrap .woocommerce-tabs .panel p, 
.rtl .gm-tabs-wrap .woocommerce-tabs .panel li, 
.rtl .gm-tabs-wrap .woocommerce-tabs .woocommerce-Tabs-panel--description.panel span{
	font-family: 'Cairo', Arial, sans-serif !important;
}
.archive .filters-area .widget .product-categories li a,
.archive .filters-area .wd-filter-list a{color:#000}
.archive .filters-area{
	padding: 28px;
	border-radius: 28px;
	box-shadow: 1px 1px 2px 2px #ccc !important;
	border: 1px solid rgba(0, 0, 0, .08);
}
.archive .filters-area .filter-widget {
	background: rgba(255, 255, 255, .72);
	backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 22px;
	padding: 22px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
}
.archive .filters-area .widget-title{position:relative;    padding-bottom: 10px;}
.archive .filters-area .widget-title:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background-color: #A3080C; 
}
.rtl.archive .filters-area .widget-title:after{left: unset!important;right:0!important;}
.archive .filters-area .widget.filter-widget.widget_price_filter form{
	background: radial-gradient(circle at top right, rgba(180, 0, 0, .10), transparent 35%), linear-gradient(135deg, #ffffff, #f7f7f7);
	box-shadow: 0 25px 70px rgba(0, 0, 0, .14);
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 22px;
	padding: 24px;
	color: #fff;
	overflow: hidden;
	position: relative;
}
.archive .filters-area .widget.filter-widget.widget_price_filter [class*="price_slider_amount"]{
	flex-direction: column;
}
.archive .filters-area .widget.filter-widget.widget_price_filter [class*="price_slider_amount"] .button{
	color: #FFF;
	font-size: 1em;
	padding: .5em 2em;
}
.home .wd-product-wrapper{background:#FFF;}
.home .category-grid-item .wd-cat-image{
	transform: unset !important;
}
.home .cat-design-default .wd-cat-content{
	bottom: 125px;
	transform: translateY(100%) translateZ(0) !important;
	text-align: center;
}
.home .cat-design-default .wd-entities-title{
	position: relative;
	color: #FFF;
	font-weight: 700;
}
.home .wd-content-layout{
	    max-width: 100% !important;
    width: 100% !important;
}
.BestSelling-SectionHome .elementor-container.elementor-column-gap-default{
	    max-width: calc(var(--wd-container-w) - 30px + var(--wd-el-column-gap, .0001px));
    margin-left: auto;
    margin-right: auto;
}
.scrollToTop{
left: 20px;
    right: unset;
}
@media (min-width: 1025px) and (max-width: 1350px) {
	.home .BestSelling-SectionHome .elementor-hidden-mobile .box-style-shadow{padding: 0 !important;gap: 0px;}
	.home .BestSelling-SectionHome .elementor-hidden-mobile .box-style-shadow .info-box-inner{    margin-top: 0px;}
}@media (min-width: 1025px) {
	.hideondesktop{display:none}
.wd-product.wd-hover-standard .elementor-container.elementor-column-gap-default{
	direction: ltr;
	display: flex;
	position: relative;
}
[lang="en-US"] .wd-product.wd-hover-standard .elementor-container.elementor-column-gap-default,
[lang="fr-FR"] .wd-product.wd-hover-standard .elementor-container.elementor-column-gap-default{
	direction: rtl;
}
.wd-product.wd-hover-standard .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50.product-card-details{
	display: flex;
	flex-direction: column;
	justify-content:space-between;
}
[lang="en-US"] .wd-product.wd-hover-standard .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50.product-card-details,
[lang="fr-FR"] .wd-product.wd-hover-standard .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50.product-card-details{
	direction: ltr;
}
.systems-homePage-2{margin-bottom:10px !important;}
.blog-post-loop .wd-entities-title {
	min-height: 67px;
}
.wd-dropdown-search-cat.wd-design-default {
	width: 270px!important;
}
.wd-sub-menu {
	--sub-menu-color: #000000; 
}
.wd-sub-menu li>a{    font-size: 16px;}
.wd-nav-img{filter: brightness(0) invert(1);margin: 0;}
.wd-nav.wd-style-separated>li.pll-parent-menu-item .nav-link-text img{display: none;}
.wd-nav-img{display: none;}
.pll-parent-menu-item .wd-nav-img{display: inline-block;}

:root[lang="en-US"],
:root[lang="fr-FR"]{
	--wd-header-el-font-size: 18px !important;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
	.hideondesktop{display:none}
.whb-col-mobile{justify-content: space-between!important;}
.whb-col-mobile .polylang_langswitcher{
	margin: 0;
	padding-inline: 0;
}
.whb-col-mobile select#lang_choice_1 {
	padding-left: 30px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='2' y1='12' x2='22' y2='12'%3E%3C/line%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'%3E%3C/path%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: 8px center !important;
	height: 35px;
	border-radius: 10px;
	color: #FFF;
}
.whb-color-light .wd-header-text{padding-block: 5px;}
#alg_currency_selector select{
	padding: 0;
	height: 28px;
	color: #000;
	background: #e6e6e6;
	border-radius: 2px;
	font-size: 14px;
	text-align: center;
	font-weight: 900;
	display: none;
}
#alg_currency_selector .wSelect {
	width: 99.438px !important;
	border: 1px solid rgb(253 253 253 / 64%);
	background: linear-gradient(272deg, #e5e5e5, #f1f1f1) !important;
	border-radius: 3px !important;
	color: #000;
	font-size: 11px;
	margin-bottom: 0;
	padding: 0 1px;
	text-align: center;
	height: 30px;
	font-weight: 900;
	border: 2px solid rgba(0, 0, 0, 0.1);
}
.whb-mobile-right .polylang_langswitcher {
	margin-bottom: 0px !important;
	padding: 0 !important;
	text-align: center;
	border: 1px solid rgb(253 253 253 / 64%);
	background: linear-gradient(272deg, #e5e5e5, #f1f1f1) !important;
	border-radius: 3px !important;
	color: #000;
	font-size: 14px;
	width: 99.438px !important;
	float: left;
}
.whb-mobile-right .polylang_langswitcher select {
	border-radius: 0;
	height: 30px;
}
.whb-general-header-inner .wd-header-text,
.whb-general-header-inner .whb-mobile-center{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.site-logo {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
footer .elementor-column.elementor-col-25{width: 50%!important;}
footer .elementor-widget-wrap{padding-inline:20px !important;}
.single-product .container.related-and-upsells .wd-carousel-item{
	flex: 0 0 calc(100% / 1);
	max-width: calc(100% / 1);
}
.wd-product.wd-hover-standard .elementor-container.elementor-column-gap-default {
	direction: ltr;
	display: flex;
	position: relative;
}
.wd-product.wd-hover-standard .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50.product-card-details {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 10px;
}
.archive .filters-area{    padding: 9px;}
.mobile-nav.wd-side-hidden.wd-opened{background: #000;}
.mobile-nav.wd-side-hidden.wd-opened .wd-action-btn.wd-style-text .wd-action-text,
.mobile-nav.wd-side-hidden.wd-opened .wd-action-btn .wd-action-icon:before{
	color: #ffffff; 
}
.mobile-nav .searchform{
	--wd-form-color: #ffffff !important;
	--wd-form-placeholder-color: #ffffff!important;
}
.mobile-nav.wd-side-hidden.wd-opened .wd-heading,
.mobile-nav.wd-side-hidden.wd-opened .searchform,
.mobile-nav.wd-side-hidden.wd-opened .wd-nav-mobile>li{
	border-bottom: 1px solid rgb(255 255 255 / 55%);
}
.mobile-nav.wd-side-hidden.wd-opened .wd-nav-img{filter: brightness(0) invert(1);}
.mobile-nav.wd-side-hidden.wd-opened .wd-nav>li>a,
.mobile-nav .searchform input[type="text"]{
	font-size: 20px;
	color: rgb(255 255 255);
	font-weight:700;
}
.mobile-nav .searchform input[type="text"]{
	height: 50px !important;
	background: #c00424;
	border-radius: 0;
}
.mobile-nav .wd-nav-opener{
	background: #c00424;
	color: #ffffff;
}
.wd-nav-mobile>li.pll-parent-menu-item{display:none}
.mobile-nav.wd-side-hidden.wd-opened .widget_media_image{
	padding-bottom: 19px;
	margin-bottom: 0;
	width: 80%;
	margin-inline: auto;
}
.mobile-nav.wd-side-hidden.wd-opened .elementor-widget-icon-box.elementor-mobile-position-inline-start .elementor-icon-box-wrapper{
	align-items: center !important;
}
.mobile-nav.wd-side-hidden.wd-opened .elementor-widget-icon-box.elementor-mobile-position-inline-start .elementor-icon-box-wrapper h3{
	margin-bottom: 5px;
	font-size: .8em;
	color: #979797;
	font-weight: 900;
}
.mobile-nav.wd-side-hidden.wd-opened .wd-sub-menu li>a{
	color: #ffffff;
	border-bottom: 1px dashed rgb(255 255 255 / 59%) !important;
}
.home .cat-design-default .wd-cat-content{
	bottom: 89px;
	position: absolute;
	inset-inline: 20px;
	padding: 0 !important;
	transition: transform .3s ease;
}
.home .cat-design-default .wd-entities-title{
	font-size: 90%;
	bottom: 100%;
	inset-inline-start: 0;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.hideonmobile{display:none}
.whb-col-mobile{justify-content: space-between!important;}
.whb-col-mobile .polylang_langswitcher{
	margin: 0;
	padding-inline: 0;
}
.whb-col-mobile select#lang_choice_1 {
	padding-left: 30px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='2' y1='12' x2='22' y2='12'%3E%3C/line%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'%3E%3C/path%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: 8px center !important;
	height: 35px;
	border-radius: 10px;
	color: #FFF;
}
.whb-color-light .wd-header-text{padding-block: 5px;}
#alg_currency_selector select{
	padding: 0;
	height: 28px;
	color: #000;
	background: #e6e6e6;
	border-radius: 2px;
	font-size: 14px;
	text-align: center;
	font-weight: 900;
	display: none;
}
#alg_currency_selector .wSelect {
	width: 99.438px !important;
	border: 1px solid rgb(253 253 253 / 64%);
	background: linear-gradient(272deg, #e5e5e5, #f1f1f1) !important;
	border-radius: 3px !important;
	color: #000;
	font-size: 11px;
	margin-bottom: 0;
	padding: 0 1px;
	text-align: center;
	height: 30px;
	font-weight: 900;
	        border: 2px solid rgba(0, 0, 0, 0.1);
}
.whb-mobile-right .polylang_langswitcher {
	margin-bottom: 0px !important;
	padding: 0 !important;
	text-align: center;
	border: 1px solid rgb(253 253 253 / 64%);
	background: linear-gradient(272deg, #e5e5e5, #f1f1f1) !important;
	border-radius: 3px !important;
	color: #000;
	font-size: 14px;
	width: 99.438px !important;
	        float: left;
}
.whb-mobile-right .polylang_langswitcher select {
	border-radius: 0;
	height: 30px;
}
.whb-general-header-inner .wd-header-text,
.whb-general-header-inner .whb-mobile-center{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.site-logo {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
footer .elementor-widget-wrap{padding-inline:20px !important;}
.single-product .container.related-and-upsells .wd-carousel-item{
	flex: 0 0 calc(100% / 1);
	max-width: calc(100% / 1);
}
.wd-product.wd-hover-standard .elementor-container.elementor-column-gap-default {
	direction: ltr;
	display: flex;
	position: relative;
}
.wd-product.wd-hover-standard .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50.product-card-details {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 5px;
}
.archive .filters-area{    padding: 9px;}
.mobile-nav.wd-side-hidden.wd-opened{background: #000;}
.mobile-nav.wd-side-hidden.wd-opened .wd-action-btn.wd-style-text .wd-action-text,
.mobile-nav.wd-side-hidden.wd-opened .wd-action-btn .wd-action-icon:before{
	color: #ffffff; 
}
.mobile-nav .searchform{
	--wd-form-color: #ffffff !important;
	--wd-form-placeholder-color: #ffffff!important;
}
.mobile-nav.wd-side-hidden.wd-opened .wd-heading,
.mobile-nav.wd-side-hidden.wd-opened .searchform,
.mobile-nav.wd-side-hidden.wd-opened .wd-nav-mobile>li{
	border-bottom: 1px solid rgb(255 255 255 / 55%);
}
.mobile-nav.wd-side-hidden.wd-opened .wd-nav-img{filter: brightness(0) invert(1);}
.mobile-nav.wd-side-hidden.wd-opened .wd-nav>li>a,
.mobile-nav .searchform input[type="text"]{
	font-size: 20px;
	color: rgb(255 255 255);
	font-weight:700;
}
.mobile-nav .searchform input[type="text"]{
	height: 50px !important;
	background: #c00424;
	border-radius: 0;
}
.mobile-nav .wd-nav-opener{
  background: #c00424;
	color: #ffffff;
}
.wd-nav-mobile>li.pll-parent-menu-item{display:none}
.mobile-nav.wd-side-hidden.wd-opened .widget_media_image{
	padding-bottom: 19px;
	margin-bottom: 0;
	width: 80%;
	margin-inline: auto;
}
.mobile-nav.wd-side-hidden.wd-opened .elementor-widget-icon-box.elementor-mobile-position-inline-start .elementor-icon-box-wrapper{
	align-items: center !important;
}
.mobile-nav.wd-side-hidden.wd-opened .elementor-widget-icon-box.elementor-mobile-position-inline-start .elementor-icon-box-wrapper h3{
	margin-bottom: 5px;
	font-size: .8em;
	color: #979797;
	font-weight: 900;
}
.mobile-nav.wd-side-hidden.wd-opened .wd-sub-menu li>a{
	color: #ffffff;
	border-bottom: 1px dashed rgb(255 255 255 / 59%) !important;
}
.home .cat-design-default .wd-cat-content{
	bottom: 89px;
	position: absolute;
	inset-inline: 20px;
	padding: 0 !important;
	transition: transform .3s ease;
}
.home .cat-design-default .wd-entities-title{
	font-size: 90%;
	bottom: 100%;
	inset-inline-start: 0;
}
}

@media (max-width: 576px) {
	.hideonmobile{display:none}
.whb-col-mobile{justify-content: space-between!important;}
.whb-col-mobile .polylang_langswitcher{
	margin: 0;
	padding-inline: 0;
}
.whb-col-mobile select#lang_choice_1 {
	padding-left: 30px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='2' y1='12' x2='22' y2='12'%3E%3C/line%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'%3E%3C/path%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: 8px center !important;
	height: 35px;
	border-radius: 10px;
	color: #FFF;
}
.whb-top-bar .numbers span {
	font-size: 14px !important;
}
.whb-color-light .wd-header-text{padding-block: 5px;}
#alg_currency_selector select{
	padding: 0;
	height: 28px;
	color: #000;
	background: #e6e6e6;
	border-radius: 2px;
	font-size: 14px;
	text-align: center;
	font-weight: 900;
	display: none;
}
#alg_currency_selector .wSelect {
	width: 99.438px !important;
	border: 1px solid rgb(253 253 253 / 64%);
	background: linear-gradient(272deg, #e5e5e5, #f1f1f1) !important;
	border-radius: 3px !important;
	color: #000;
	font-size: 11px;
	margin-bottom: 0;
	padding: 0 1px;
	text-align: center;
	height: 30px;
	font-weight: 900;
	border: 2px solid rgba(0, 0, 0, 0.1);
}
.whb-mobile-right .polylang_langswitcher {
	margin-bottom: 0px !important;
	padding: 0 !important;
	text-align: center;
	border: 1px solid rgb(253 253 253 / 64%);
	background: linear-gradient(272deg, #e5e5e5, #f1f1f1) !important;
	border-radius: 3px !important;
	color: #000;
	font-size: 14px;
	width: 99.438px !important;
	float: left;
}
.whb-mobile-right .polylang_langswitcher select {
	border-radius: 0;
	height: 30px;
}
.whb-general-header-inner .wd-header-text,
.whb-general-header-inner .whb-mobile-center{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.site-logo {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.wd-header-search-form-mobile .searchform input[type="text"]{
	font-size: 12px;
}
.whb-header-bottom .container{
	padding-inline: 4px;
}
.heroCarouselMobile{    margin-top: -21px;}
footer .elementor-widget-wrap{padding-inline:20px !important;}
.single-product .container.related-and-upsells .wd-carousel-item{
	flex: 0 0 calc(100% / 1);
	max-width: calc(100% / 1);
}
.wd-product.wd-hover-standard .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50.product-card-details {
	padding: 5px;
	justify-content: space-evenly;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.archive .filters-area{    padding: 9px;}
.mobile-nav.wd-side-hidden.wd-opened{background: #000;}
.mobile-nav.wd-side-hidden.wd-opened .wd-action-btn.wd-style-text .wd-action-text,
.mobile-nav.wd-side-hidden.wd-opened .wd-action-btn .wd-action-icon:before{
	color: #ffffff; 
}
.mobile-nav .searchform{
	--wd-form-color: #ffffff !important;
	--wd-form-placeholder-color: #ffffff!important;
}
.mobile-nav.wd-side-hidden.wd-opened .wd-heading,
.mobile-nav.wd-side-hidden.wd-opened .searchform,
.mobile-nav.wd-side-hidden.wd-opened .wd-nav-mobile>li{
	border-bottom: 1px solid rgb(255 255 255 / 55%);
}
.mobile-nav.wd-side-hidden.wd-opened .wd-nav-img{filter: brightness(0) invert(1);}
.mobile-nav.wd-side-hidden.wd-opened .wd-nav>li>a,
.mobile-nav .searchform input[type="text"]{
	font-size: 20px;
	color: rgb(255 255 255);
	font-weight:700;
}
.mobile-nav .searchform input[type="text"]{
	height: 50px !important;
	background: #c00424;
	border-radius: 0;
}
.mobile-nav .wd-nav-opener{
	background: #c00424;
	color: #ffffff;
}
.wd-nav-mobile>li.pll-parent-menu-item{display:none}
.mobile-nav.wd-side-hidden.wd-opened .widget_media_image{
	padding-bottom: 19px;
	margin-bottom: 0;
	width: 80%;
	margin-inline: auto;
}
.mobile-nav.wd-side-hidden.wd-opened .elementor-widget-icon-box.elementor-mobile-position-inline-start .elementor-icon-box-wrapper{
	align-items: center !important;
}
.mobile-nav.wd-side-hidden.wd-opened .elementor-widget-icon-box.elementor-mobile-position-inline-start .elementor-icon-box-wrapper h3{
	margin-bottom: 5px;
	font-size: .8em;
	color: #979797;
	font-weight: 900;
}
.mobile-nav.wd-side-hidden.wd-opened .wd-sub-menu li>a{
	color: #ffffff;
	border-bottom: 1px dashed rgb(255 255 255 / 59%) !important;
}
.systemsCarousel .wd-carousel-item{
	flex: 0 0 calc(100% / 1)!important;
	max-width: calc(100% / 1)!important;
}
.home .cat-design-default .wd-cat-content{
	bottom: 79px;
	position: absolute;
	inset-inline: 20px;
	padding: 0 !important;
	transition: transform .3s ease;
}
.home .cat-design-default .wd-entities-title{
	font-size:75%;
	bottom: 100%;
	inset-inline-start: 0;
}
}

