@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.majassaldejums.lv/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Barlow", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #2C2F24;
	--wd-text-font-size: 14px;
	--wd-title-font: "Barlow", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(44,47,36);
	--wd-entities-title-font: "Barlow", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(44,47,36);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Barlow", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Barlow", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(179,130,75);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Barlow", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 20px;
	--wd-primary-color: rgb(251,174,67);
	--wd-alternative-color: rgb(248,244,233);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(251,174,67);
	--btn-accented-bgcolor-hover: rgb(251,174,67);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--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-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(253,246,234);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.woocommerce.cart-content-wrapper {
	padding-top: 40px;
	padding-bottom; 80px; 
}

.cart-totals-section.cart-collaterals .shop_table.shop_table_responsive .woocommerce-shipping-totals.shipping { 
	display: none!important; 
}
.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light { display: none!important; }
.wd-notice, div.wpcf7-response-output, .mc4wp-alert, :is(.woocommerce-error,.woocommerce-message,.woocommerce-info) { margin-bottom: 60px!important; }
#billing_country_field, #ship-to-different-address { display: none!important; }
#billing_title_legal_field, 
#billing_title_private_field,
.person-select-title label, 
#billing_title_delivery_field {
	font-weight: 600!important;
	font-size: 16px!important;
}
.person-select {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
}
.person-select-title label {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.person-select input[type="radio"] { display: none; }
.form-check.custom-selector {
		width: 100%;
    padding: 15px 20px;
    border: 1px solid rgb(232 232 232);
    border-radius: 8px;
		font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    text-align: center;
}

.form-check.custom-selector .icon svg {
    height: 15px;
		width: 15px;
}

.form-check.custom-selector .icon {
	height: 15px;
	padding-right: 20px!important;
}

.form-check.custom-selector.selected .icon svg {
	fill: #2e2c23;
}

.form-check.custom-selector.selected {
    background-color: #fff5eb;
    color: #2e2c23;
    border-color: #faae44!important;
}

.wc_shipping_dpd_terminals { display: flex; flex-direction: column; align-items: flex-start!important; }
.wc_shipping_dpd_terminals td { width: 100%; text-align: start!important; padding: 0px!important; }
.wc_shipping_dpd_terminals .custom-dropdown .selected-option { 
	border-radius: 0px!important; 
	border: 0px!important; 
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); 
}
.wc_shipping_dpd_terminals .custom-dropdown .dropdown-list-search-input { text-align: center; }
.wc_shipping_dpd_terminals .custom-dropdown .dropdown-list-search-input input { width: 95%!important; margin-top: 15px; }
.elementor-2003 .elementor-element.elementor-element-44608b03 > .elementor-widget-container {	padding: 0px!important; }
#shipping_method li:has(input[type="radio"]:checked) {
    border-color: #faae44;
    background-color: rgb(255 136 0 / 9%);
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping { display: flex; flex-direction: column;     align-items: flex-start; }
.woocommerce-shipping-totals.shipping td { background: #fff; width: 100%; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); }
#shipping_method input[type="radio"] {	opacity: 0;}
#shipping_method input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}
#shipping_method li {
    width: auto !important;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 123px;
    max-height: 123px;
    padding: 15px;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}
#shipping_method li label {	cursor: pointer; }
#shipping_method {
    list-style: none;
    --li-pl: 0;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 12px;
}
#shipping_method li.selected { background-color: #f0f0f0; }
#shipping_method li:hover { background-color: #fbfbff; }
.whb-general-header { border-color: rgb(129 129 129 / 0%)!important; }
.grecaptcha-badge{display:none!important;}
#white_id_block { color: #ffffff; }
#white_id_block a {color: #ffffff; }
#white_id_block a:hover {color: #dddddd; }
.custom-woodmart-button {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.custom-woodmart-button .button-arrow {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}
#promo_button_1:hover .button-arrow,
#promo_button_2:hover .button-arrow,
#promo_button_3:hover .button-arrow {
  transform: translateX(15px);
}
.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light{    margin-top: 0px !important; }
.whb-top-bar { background-size:  auto !important;	background-position: center top !important; }
.spell-payment-method__custom-radio {	display: none!important; }
.spell-payment-method__logo { margin-top: 15px; }
.spell-payment-group__grid { display: inline-grid; gap: 9px; grid-template-columns: auto auto auto; }
.spell-payment-group__legend { padding-left: 0; padding-bottom: 15px; }
.spell-payment-group__item {
    display: flexl
    padding: 10px;
    border: 1.5px solid #ccc;
    border-radius: 10px;
    transition: border-color 0.25s ease, 
		background-color 0.25s ease;
    user-select: none;
    position: relative;
    background-color: #fff;
    flex-direction: column;
    width: 100% !important;
    align-items: center;
    min-width: 150px;
    justify-content: space-between;
}
.spell-payment-method__logo img {
    width: 75px;
    height: 32px;
    object-fit: contain;
    display: block;
    border-radius: 4px;
    user-select: none;
}
.image_con_soc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 15px; 
  width: 100%;
  box-sizing: border-box;
}
.image_con_soc .elementor-widget-image { flex: 1 1 200px; max-width: 250px; }
.image_con_soc img {  width: 100%; height: 300px; object-fit: cover; display: block; }
.wd-nav[class*="wd-style-"] > li > a  { letter-spacing: 1.6px !important; }
.wd-header-nav.wd-header-main-nav.text-center.wd-design-1{    width: 1162px !important;}
.hidden-fields-container { display:none; }
.view__cat svg {
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s ease;
	margin-top: 1px; 
	margin-left: 5px;
}
.wd-col.category-grid-item:hover .view__cat svg { transform: translateX(5px); }
.view__cat { 
	font-size: 16px; 
	font-weight: 600; 
	margin-top: 10px; 
	display: flex; 
	align-items: center; 
	color: #b3824b; 
	text-transform: uppercase; 
}
.price { color: rgb(0 0 0); font-size: 15px; font-weight: 540; text-transform: uppercase; }
.con_1 img { transition: filter 0.3s ease; }
.con_1 img:hover { filter: brightness(70%); }
.wrapp-category .wd-entities-title{ font-size: 22px; color: #B3824B; }
.wpcf7-form-control.wpcf7-submit.has-spinner.btn-color-black {
    background-color: var(--e-global-color-primary);
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    fill: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    border-style: none;
    border-radius: 100px;
    padding: 10px 25px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btn-color-black:hover {
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
}
.wd-products .product-image-link, .wd-products .hover-img {
    display: block;
    overflow: hidden;
    background: #f5f5f5; 
    aspect-ratio: 1/1; 
}
.wd-products .product-image-link img,
.wd-products .hover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
    transition: transform 0.3s ease;
}
.wd-product:hover .product-image-link img { transform: scale(1.05); }
.wd-entities-title { text-align: left; }
.more-products { text-align: left; }
#categories .wd-nav-tabs .wd-nav-link {
    background-color: #fcf5e8 !important;
    border-radius: 35px !important;
    border: 2px solid #B3824B !important;
    padding: 10px 45px !important;
    text-transform: uppercase !important;
    color: #C8A37A !important;
    display: inline-block !important;
    text-align: center !important;
    text-decoration: none !important; 
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important; 
}
#categories .wd-nav-tabs .wd-nav-link:hover, #categories .wd-nav-tabs .wd-active .wd-nav-link {
    background-color: #FBAE43 !important; 
    color: #ffffff !important; 
    border: 2px solid #FBAE43 !important;
    text-decoration: none !important;
    border-radius: 35px !important; 
}
label {	padding-top: 4px!important;	}
.person-select {
	width: 100% !important;
	display: flex !important;
	justify-content: space-between !important;
	margin-bottom: 30px !important;
}
.person-select .form-check {
	width: 48% !important;
	display: flex !important;
	vertical-align: center !important;
	padding: 10px 20px !important;
	border: 1px solid #efefef;
	align-items: center !important;
	border-radius: 30px !important;
	height: 50px;
}
.vegan-badge::before {
    content: "";
    display: inline-block;
    background-image: url('/wp-content/uploads/2025/06/flowering.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px; /* adjust size as needed */
    height: 15px;
    margin-right: 5px; /* space between icon and text */
    vertical-align: middle;
}


.vegan-badge {
    position: absolute!important;
    top: 10px!important;
    left: 10px!important;
    background: #4caf50de!important;
    font-size: 14px!important;
    font-weight: 500!important;
    text-transform: none!important;
    z-index: 10!important;
    border-radius: 33px!important;
}

.wd-product.wd-hover-tiled .product-element-bottom {
    padding: 10px 0 0 0!important;
}

.wd-product.wd-hover-tiled .product-wrapper {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.12)!important;
}


.product-categories .wd-entities-title {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    color: #faae44 !important;
	  padding-top:5px!important;
}


.price .amount {
    font-size: 22px;
}
.amount {
    color: rgb(47 44 35);
    font-weight: 600;
}
.wd-tools-element .wd-tools-icon { color: #b3824b; }
.whb-general-header { border-color: rgb(129 129 129 / 0%); }
.copyrights-wrapper { border-top:0!important; }
.row.wd-spacing-10 input[type="email"],
.row.wd-spacing-10 input[type="submit"] {
  border-radius: 12px;
}
.category_selector {	overflow: hidden;	cursor: pointer; }
.category_selector .elementor-widget-wd_image_or_svg img {
    transition: transform 0.4s ease-in-out;
    display: inline-block;
}
.category_selector .img-element-1 img {
    transform-origin: bottom center;
}
.category_selector .img-element-2 img {
    transform-origin: bottom center;
}
.category_selector .img-element-3 img {
    transform-origin: bottom center;
}
.category_selector:hover .img-element-1 img {
    transform: translate(-5px, -15px);
}
.category_selector:hover .img-element-2 img {
    transform: translateY(-20px);
}
.category_selector:hover .img-element-3 img {
    transform: translate(5px, -15px);
}
.category_selector h2 {	height: 45px; }
.products-bordered-grid.elements-grid>.wd-col { border: 0!important; }
.product-element-top.wd-quick-shop { border-radius: 0; }
.product-wrapper .product-element-bottom { text-align: left; }
.product-wrapper .product-element-bottom .wd-entities-title {
		font-size: 19px;
    line-height: 22px;
    font-weight: 600;
}
.vegan-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #4CAF50;
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
}
.product-element-top { position: relative; }
.wd-nav[class*="wd-style-"] > li > a {
    color: #B3824B !important;
}
.wd-nav[class*="wd-style-"] > li > a:hover,
.wd-nav[class*="wd-style-"] > li > a:focus {
    color: #934611 !important;
}
.wd-nav[class*="wd-style-"] > li.current-menu-item > a,
.wd-nav[class*="wd-style-"] > li.current_page_item > a,
.wd-nav[class*="wd-style-"] > li.current-menu-ancestor > a {
    color: #934611 !important;
}
.wd-header-divider:before { height: 25px !important; }
.wd-tools-element .wd-tools-icon:before { font-size: 25px !important;	}
.wd-cart-number.wd-tools-count::before { content: "("; }
.wd-cart-number.wd-tools-count::after { content: ")"; }
.wd-tools-element.wd-design-4 .wd-tools-count, .wd-header-cart.wd-design-4 .wd-cart-number{
	width: 45px !important;
	height: 20px !important;
	background-color: #fff !important;
	color: #b3824b !important;
	font-size: 25px !important;
	font-weight: 500 !important;
}
.wd-entities-title a { color: #b3824b !important; font-size: 20px !important; text-transfrom: uppercase!important; }
.more-products a { color: #9d9ea2 !important; }
.more-products a::before { content: "("; margin-right: 1px; }
.more-products a::after { content: ")"; margin-left: 1px;  }
.checkbox-container {
  display: inline-block; 
  margin: 15px 0;
	font-weight: bold;
	gap: 8px !important;
}
#mc4wp-form-1 input[name="EMAIL"] { padding: 8px 40px; width: 85%; }
input[type="checkbox"][name="CONSENT"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  border: 2px solid #333;
  border-radius: 50%; 
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
input[type="checkbox"][name="CONSENT"]:checked { background-color: #fff; border-color: #007bff; }
input[type="checkbox"][name="CONSENT"]:checked::after {
  content: "✔";
  color: #007bff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
#mc4wp-form-1 input[type="submit"] { position: relative !important; padding-right: 30px !important; }
#mc4wp-form-1 input[type="submit"]::after {
  content: url("https://www.majassaldejums.lv/wp-content/uploads/2025/08/right-arrow-svgrepo-com-3.svg") !important;
  position: absolute !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
}
#mc4wp-form-1 .checkbox-container .checkmark {  margin-right: 10px !important; }
.mailchimp-form input[type='email'] { height: 57px; }@media (min-width: 1025px) {
	.whb-top-bar {
    background-size: contain;
    background-position: center center;
    background-repeat: repeat-x;
    background-size: calc(68px + 1px) 104px!important;
}

.wd-logo.wd-main-logo{
max-width: 540px!important;
}

.site-logo img {
 min-height: 200px !important;
 margin-top: -130px !important;
    }

}

@media (max-width: 576px) {
	/* .payment_box.payment_method_bank_transfer {display: flex; } */
.spell-payment-group__item { min-width: 140px; }
#shipping_method { grid-template-columns: 1fr 1fr; }
.spell-payment-group__grid { display: inline-grid; gap: 9px; grid-template-columns: 1fr 1fr!important; }
.wd-negative-gap .elementor-element-71cf816b .elementor-element-706a2fa6 { padding: 20px!important; }
.woocommerce.cart-content-wrapper { padding-bottom: 40px; }
.checkout.woocommerce-checkout { margin-top: 30px; }
.person-select .form-check { width: 100% !important; }
.person-select { gap: 5px; }
.person-select { display: flex !important; justify-content: space-between !important; flex-direction: column; }
.wd-logo img { max-height: 140px !important; margin-top: -35px; } 
.whb-top-bar { background-size: contain; background-position: center center; background-repeat: repeat-x; background-size: calc(39px + -13px) 39px!important; }
#ekskurcij_block_mob { color: #ffffff !important; }
#ekskurcij_block_mob h1,
#ekskurcij_block_mob h2,
#ekskurcij_block_mob h3,
#ekskurcij_block_mob h4,
#ekskurcij_block_mob h5,
#ekskurcij_block_mob h6,
#ekskurcij_block_mob p,
#ekskurcij_block_mob span,
#ekskurcij_block_mob a {
  color: #ffffff !important;
}

}

