@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//shop.rzm.bg/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.8") format("woff2");
}

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

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

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Noto Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(10,176,190);
	--wd-alternative-color: rgb(251,122,58);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(10,176,190);
	--btn-accented-bgcolor-hover: rgb(0,139,158);
	--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: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 250px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .wd-dropdown-cats .wd-nav.wd-nav-vertical > li > a {
	font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
}
html .wd-dropdown-cats .wd-nav.wd-nav-vertical > li:hover > a {
	color: rgb(214,214,214);
}
.product-labels .product-label.onsale {
	background-color: rgb(255,183,58);
}
.product-labels .product-label.new {
	background-color: rgb(47,198,27);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}



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

/* My Account Dropdown Size */
.wd-dropdown.wd-dropdown-menu.wd-dropdown-my-account.wd-design-default.color-scheme-dark {
	min-width: 250px;
}

/* Hide product weight */
.woocommerce-product-attributes-item--weight{
	display:none !important;
}

/* Hide Browse Categories Menu on Shop page */
body.woocommerce-shop:not(.product-category):not(.single-product)
.wd-header-cats {
    display: none;
}

.whb-header-bottom-inner {
	margin-left: 20px;
  margin-right: 20px;
}

#billing_country_field,
#shipping_country_field {
    display: none !important;
}

/* Move all product labels to top right */
body .product-labels {
    right: 3px !important;
    left: auto !important;
    top: 3px !important; /* Adjust top/bottom as needed */
}

/* Specific adjustments for different label shapes */
body .labels-rectangular { /* For rectangular labels */
    right: 3px !important;
    left: auto !important;
    top: 3px !important;
}

body .labels-rounded { /* For rounded labels */
    right: 3px !important;
    left: auto !important;
    top: 3px !important;
}


/*---Carousel---*/
/* Колоната с карусела НЕ трябва да се stretch-ва */
.whb-main-header .whb-column.whb-col-center.whb-column9.whb-visible-lg {
    align-self: flex-start !important;
    height: auto !important;
}

.whb-column.whb-col-center.whb-column9.whb-visible-lg 
    .wd-carousel-container,
.whb-column.whb-col-center.whb-column9.whb-visible-lg 
    .wd-carousel-inner,
.whb-column.whb-col-center.whb-column9.whb-visible-lg 
    .wd-carousel-wrap,
.whb-column.whb-col-center.whb-column9.whb-visible-lg 
    .wd-carousel {
    height: 200px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.whb-column.whb-col-center.whb-column9.whb-visible-lg .wd-block-image img {
    width: 100% !important;
    height: 185px !important;
    object-fit: fill;
	  text-align: left !important;
    justify-content: flex-start !important;
	display: block !important; /* премахва центриране като inline-image */
}

.whb-column.whb-col-center.whb-column9.whb-visible-lg .wd-carousel-wrap[style],
.whb-column.whb-col-center.whb-column9.whb-visible-lg .wd-carousel-item[style] {
    width: 100% !important;
    height: 185px !important;
	    display: flex !important;
    justify-content: flex-start !important; /* Ляво подравняване */
    align-items: flex-start !important;     /* Ляво / горе */
    text-align: left !important;
}

@media (min-width: 1025px) {
    .whb-general-header-inner {
        height: var(--wd-header-general-h);
        max-height: 185px !important;
				margin-left: 20px;
        margin-right: 20px;
    }
}

/*---End of caousel---*/

.wd-nav-vertical.wd-design-with-bg>li:is(.wd-opened,:hover)>a {
    background-color: #fb7a3a;
    color: #fff !important;
}

html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a:hover {
    color: #fff;
    background-color: #fb7a3a;
}


.widget#nav_mega_menu-2:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: white !important;
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 0px !important;
    border: none !important;
    box-shadow: none !important;
}

.brands-marquee {
    display: flex;
    align-items: center;
    gap: 80px;
}

.brands-marquee img {
    max-height: 40px;
    width: auto;
    height: auto;
}

.wp-block-media-text .wp-block-media-text__content {
    padding-top: 0px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
}

@media (max-width: 768px) {
  .single-product .woocommerce-breadcrumb {
    display: none;
  }
}

.woocommerce-breadcrumb .wd-last-link ~ span {
        display: flex !important;
    }

.cat-design-alt.categories-with-shadow .wd-cat-thumb {
    box-shadow: 3px 3px 8px 1px rgb(0 0 0 / 50%) !important;
}




.home-text:before {
    content: "\f144";
    font-family: "woodmart-font";
    font-weight: 400;
    margin-right: 6px;
}
.phone-text:before {
    content: "\f181";
		font-family: "woodmart-font";
		font-weight: 400;
		margin-right: 6px;
}
.mail-text:before {
    content: "\f157";
    font-family: "woodmart-font";
    font-weight: 400;
    margin-right: 6px;
}
/* @media (min-width: 992px) { 
    .wd-sidebar.sidebar-left {
        --wd-col-lg: 2 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wd-sidebar.sidebar-left {
        --wd-col-md: 12 !important;
    }
}

@media (max-width: 767px) {
    .wd-sidebar.sidebar-left {
        --wd-col-sm: 12 !important;
    }
}

@media (min-width: 992px) {
    .wd-content-area {
        --wd-col-lg: 10 !important; 
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .wd-content-area {
        --wd-col-md: 12 !important;
    }
}


@media (max-width: 767px) {
    .wd-content-area {
        --wd-col-sm: 12 !important;
    }
} */
/* ==========================
   Стесняване на WooCommerce страници
   single product, cart и checkout
   ========================== */

/* Общ wrapper за всички тези страници */
body.single-product .wd-content-area,
body.woocommerce-cart .wd-content-area,
body.woocommerce-checkout .wd-content-area {
    max-width: 1200px; /* можеш да го промениш */
    margin: 0 auto;    /* центриране */
    padding: 0 20px;   /* малко разстояние отстрани */
}

/* Ако имаш sidebar и искаш да го стесниш */
body.single-product .wd-sidebar.sidebar-left,
body.woocommerce-cart .wd-sidebar.sidebar-left,
body.woocommerce-checkout .wd-sidebar.sidebar-left {
    --wd-col-lg: 3 !important; /* ширина на sidebar */
}

/* Основно съдържание (content area) спрямо sidebar */
body.single-product .wd-content-area,
body.woocommerce-cart .wd-content-area,
body.woocommerce-checkout .wd-content-area {
    --wd-col-lg: 9 !important; /* оставащите колони за content */
}

/* Tablet и mobile остава full width за по-добра responsive визия */
@media (max-width: 991px) {
    body.single-product .wd-content-area,
    body.woocommerce-cart .wd-content-area,
    body.woocommerce-checkout .wd-content-area,
    body.single-product .wd-sidebar.sidebar-left,
    body.woocommerce-cart .wd-sidebar.sidebar-left,
    body.woocommerce-checkout .wd-sidebar.sidebar-left {
        --wd-col-md: 12 !important;
        --wd-col-sm: 12 !important;
    }
}







.out-of-stock.product-label {
word-break: normal !important;
}

.menu-icon-home:before {
	content: "\f144";
  font-family: "woodmart-font";
  font-weight: 400;
}


.product-element-top {
	  min-height: 180px;
    height: 100%;
    display: flex;
    justify-content: center;
}

.woocommerce-product-gallery .product-labels[class*="labels-rounded"] {
    top: 0 !important;
    inset-inline-end: 0 !important;
		
}

.product-labels {
    gap: 3px !important;
		top: 0px !important;
    inset-inline-start: 0px !important;
}

.product-labels .label-with-img {
    padding: 0 !important;
    max-width: 100px !important;
}


.woocommerce form .form-row .optional{
    display: none ;
}

/* body.single-product .price .amount bdi {
    color: var(--btn-default-bgcolor-hover);
}

.cart-info .woocommerce-Price-amount.amount, .woocommerce-mini-cart__total .woocommerce-Price-amount {
   color: color: var(--btn-default-bgcolor-hover) !important;

}
.woocommerce-mini-cart__total strong {
    color: color: var(--btn-default-bgcolor-hover) !important;

}
span.woocommerce-Price-amount.amount {
    color: var(--btn-default-bgcolor-hover);

} */



.product-short-description-list {
    list-style-type: disc;
    padding-left: 20px; /* Adjust the padding to suit your design */
    margin-top: 10px;   /* Add space above the list */
}

.product-short-description-list li {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px; /* Add space between list items */
}

.wd-cookies-popup {
    margin-right: 50%;
}

/* Style for the widget container background */
.wd-widget {
		background-color: #d6d6d61a;
    padding-top: 15px; 
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px !important;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 20%);
		margin-bottom: 20px;
}

.widget:last-child {
//		padding-bottom: 15px !important;
}

/* Style for the title */
.widget-title {
		font-size: 16px;
		color: #f2f2f2;
    background: -webkit-linear-gradient(top, #feccb1 0, #f17432 40%, #ea5507 58%, #fb955e 100%);
    background: linear-gradient(to bottom, #feccb1 0, #f17432 40%, #ea5507 58%, #fb955e 100%);
	//		background: #008dd3;
    padding: 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: -16px !important;
    margin-left: -16px !important;
    margin-right: -16px !important;
	
}


.wd-header-cats .menu-opener:not(.has-bg) {
    background: transparent !important;
}

/* 
.menu-item-object-product_cat:nth-child(odd) {
background-color: rgba(52, 152, 219, 1);
	//   background: rgb(225 225 225 / 50%);
    line-height: 1.3em;
    margin-top: -2px;
    margin-bottom: 3px;
    padding-left: 0px;
	//	border-bottom-left-radius: 8px;
	//	border-bottom-right-radius: 8px;
}

.wd-nav-vertical.wd-design-default>li:nth-child(even)>a {
color: #39759d !important;
}

.wd-nav-vertical.wd-design-default>li:nth-child(odd)>a {
color: #d5e7f3 !important;
} */

.wd-nav>li>a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: var(--nav-pd);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    background-color: var(--nav-bg);
    box-shadow: var(--nav-shadow);
    border: var(--nav-border);
    border-radius: var(--nav-radius);
}

.wd-nav-vertical.wd-design-default {
    --nav-gap-v: 0;
    --nav-pd: 3px 13px !important;
    --nav-bg-hover: var(--bgcolor-gray-200);
    --nav-border: 1px solid var(--brdcolor-gray-200);
    --nav-radius: var(--wd-brd-radius);
    border: var(--nav-border);
    border-radius: var(--nav-radius);
}

/* .wd-sub-menu li:nth-child(odd)>a
 {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
	 	padding-left: 5px;	 
    color: #d5e7f3 !important;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
}

.wd-sub-menu li:nth-child(even)>a
 {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #39759d !important;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
}

.item-level-1 {
background: #fff !important;
} */

/* Making the row bigger */
.wd-nav-vertical>li>a {
    padding-bottom: 0px;
		padding-top: 0px;
}
/* Making the row bigger */
.wd-nav-vertical .wd-nav-img, .wd-nav-vertical .mega-menu-list img {
    max-height: 30px;
}

.wd-nav-vertical.wd-design-with-bg>li>a {
    min-height: 55px !important;
    border-bottom: #fff solid 1px;
}


input[type="radio"], input[type="checkbox"] {
    margin-inline-end: 12px !important;
}

.responsive-text {
            font-size: 3.2vw; /* Viewport width unit for responsiveness */
            text-align: center;
            padding: 10px;
            color: #333;
}

.woodmart-toolbar {
background-color: rgb(0,141,211);
}


body .wd-header-cats.wd-style-1 .menu-opener {
    width: var(--sidebar-width) !important;
}

body .whb-header-bottom .wd-dropdown {
    width: var(--sidebar-width) !important;
}

.whb-header-bottom .wd-header-cats {
width: var(--sidebar-width);
}

body .wd-header-cats.wd-style-1 .menu-opener:after {
	margin-inline-start: 5px;
}

/* body .wd-dropdown-cart {
	min-width: 300px !important;
} */

body .wd-header-cats.wd-style-1 .menu-opener:after {
    margin-inline-start: 15px !important;
}

.products:not(.wd-img-width) .cat-design-alt img {
    width: 100% !important;
}

/* Премахване на Shipping адрес от акаунта 
.woocommerce-Address--shipping,
.woocommerce-Address-title--shipping {
    display: none !important;
}
.woocommerce-customer-details .woocommerce-column--shipping-address {
    display: none !important;
}
.woocommerce-Address--shipping {
    display: none !important;
}
.woocommerce-MyAccount-content .edit.address-shipping {
    display: none !important;
}
.woocommerce-customer-details .woocommerce-column--shipping-address {
    display: none !important;
}
*/
