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

:root {
	--wd-header-banner-h: 60px;
	--wd-text-font: "Nunito Sans regular - local", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(20,52,69);
	--wd-text-font-size: 15px;
	--wd-title-font: "Nunito Sans semi bold - local", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(20,52,69);
	--wd-entities-title-font: "Nunito Sans regular - local", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(20,52,69);
	--wd-entities-title-color-hover: rgba(11, 61, 96, 0.83);
	--wd-alternative-font: "Nunito Sans regular - local", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Nunito Sans regular - local", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: rgb(20,52,69);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Nunito Sans semi bold - local", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 15px;
	--wd-brd-radius: 1px;
	--wd-primary-color: rgb(28,75,100);
	--wd-alternative-color: rgb(179,160,125);
	--wd-link-color: rgb(32,125,176);
	--wd-link-color-hover: rgba(32,125,176,0.79);
	--btn-default-font-family: "Nunito Sans semi bold - local", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 600;
	--btn-default-bgcolor: rgb(28,75,100);
	--btn-default-bgcolor-hover: rgba(28,75,100,0.83);
	--btn-accented-font-family: "Nunito Sans semi bold - local", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 600;
	--btn-accented-bgcolor: rgb(179,160,125);
	--btn-accented-bgcolor-hover: rgba(179,160,125,0.84);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(224,178,82);
	--notices-warning-color: rgb(255,255,255);
}
.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;
}
.header-banner {
	background-color: #FCFAF8;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 150px;
}
.wd-page-title {
	background-color: rgb(208,188,151);
	background-image: url(https://ral.lv/wp-content/uploads/2023/01/golf_course_44.png);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(28,75,100);
	background-image: url(https://ral.lv/wp-content/uploads/2023/01/golf_course_44.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
}
.page .wd-page-content {
	background-color: rgb(253,253,253);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(253,253,253);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(253,253,253);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: #FDFDFD;
	background-image: none;
}
.single-post .wd-page-content {
	background-color: #FDFDFD;
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: #FDFDFD;
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: #FDFDFD;
	background-image: none;
}
html .entry-summary .single_add_to_cart_button, .wd-single-add-cart .single_add_to_cart_button {
	font-size: 14px;
	color: rgb(255,255,255);
	background: #1C4B64;
}
html .entry-summary .single_add_to_cart_button:hover, .wd-single-add-cart .single_add_to_cart_button:hover {
	color: rgb(255,255,255);
	background: rgba(28,75,100,0.85);
}
html .cart-totals-inner .checkout-button {
	font-size: 14px;
	background: rgb(28,75,100);
}
html .cart-totals-inner .checkout-button:hover {
	background: rgba(28,75,100,0.86);
}
html #place_order {
	font-size: 16px;
	background: rgb(28,75,100);
}
html #place_order:hover {
	background: rgba(28,75,100,0.82);
}
html .wd-product.wd-hover-standard .wd-add-btn>a {
	font-weight: 600;
	font-size: 14px;
	text-transform: none;
}
.product-labels .product-label.new {
	background-color: rgb(147,173,144);
}
.product-labels .product-label.featured {
	background-color: rgb(28,75,100);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(231,219,197);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 100px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
}

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

rs-slides :is([data-type=text],[data-type=button]) {
font-family: Nunito Sans regular - local !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: Nunito Sans semi bold - local !important;
}

@font-face {
	font-family: "Nunito Sans regular - local";
	src: url("//ral.lv/wp-content/uploads/2023/03/NunitoSans-Regular.woff2") format("woff2"), 
url("//ral.lv/wp-content/uploads/2023/03/NunitoSans-Regular.woff") format("woff");
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "Nunito Sans regular italic - local";
	src: url("//ral.lv/wp-content/uploads/2023/03/NunitoSans-Italic.woff2") format("woff2"), 
url("//ral.lv/wp-content/uploads/2023/03/NunitoSans-Italic.woff") format("woff");
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "Nunito Sans semi bold - local";
	src: url("//ral.lv/wp-content/uploads/2023/03/NunitoSans-SemiBold.woff2") format("woff2"), 
url("//ral.lv/wp-content/uploads/2023/03/NunitoSans-SemiBold.woff") format("woff");
	font-weight: 600;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "Nunito Sans semi bold italic - local";
	src: url("//ral.lv/wp-content/uploads/2023/03/NunitoSans-SemiBoldItalic.woff2") format("woff2"), 
url("//ral.lv/wp-content/uploads/2023/03/NunitoSans-SemiBoldItalic.woff") format("woff");
	font-weight: 600;
	font-display:swap;
	font-style: normal;
}

/*WP FORMS*/
.wpforms-form .wpforms-field-label {
    font-weight: 500 !important;
    line-height: 1.5 !important;
	color: #143445 !important;
}

.wpforms-container input[type=date], .wpforms-container input[type=datetime], .wpforms-container input[type=datetime-local], .wpforms-container input[type=email], .wpforms-container input[type=month], .wpforms-container input[type=number], .wpforms-container input[type=password], .wpforms-container input[type=range], .wpforms-container input[type=search], .wpforms-container input[type=tel], .wpforms-container input[type=text], .wpforms-container input[type=time], .wpforms-container input[type=url], .wpforms-container input[type=week], .wpforms-container select, .wpforms-container textarea {
    background-color: #F0F0F0 !important;
    border-radius: 1px !important;
    border: 0px solid #cacaca !important;
    line-height: 1.5 !important;
	padding: 15px !important;
}

.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
    background-color: #1C4B64 !important;
    border: 0px solid #ddd !important;
	border-radius: 2px !important;
    color: #fff !important;
    padding: 10px 15px !important;
}


/*Icon list remove dot*/
.elementor-icon-list-items{
	list-style: none !important;
}


/*Hide date on homepage new posts*/
#home-newposts div.wd-post-date{
	display: none !important;
}


/*Hide post meta on single post page*/
div.entry-meta.wd-entry-meta{
	display: none !important;
}


/*Store product grid item */
.product-grid-item .product-wrapper{
	background: #fff;
box-shadow: rgba(28, 75, 100, 0.1) 0px 3px 12px;
}

.products-bordered-grid-ins .product-wrapper{
	border: 1px solid rgba(28, 75, 100, 0.02) !important;
}

.product-grid-item .hover-img{
	transition: opacity 0.2s ease !important;
}


/*Store sidebar */
aside.sidebar-container.col-lg-3.col-md-3.col-12.order-last.order-md-first.sidebar-left.area-sidebar-shop{
	background: #fff !important;
	box-shadow: rgba(28, 75, 100, 0.1) 0px 3px 12px !important;
	padding: 20px !important;
}


/* Products grid */
div.product-wrapper{
	padding-bottom: 10px !important;
}

/* Homepage featured products */
#home-featuredproducts span.featured.product-label{
	display: none !important;
}

/* Header category navigation count */
.wd-nav-product-cat .nav-link-count{
	color: #143445 !important;
}


/* Color variables */
.color-scheme-dark {
	--wd-title-color: #143445 !important;
}

.wd-nav[class*="wd-style-"] {
	--nav-chevron-color: #143445 !important;
}


/* Hide sidebar slide out login menu register option */
div.create-account-question{
	display: none !important;
}


/* Hide shop filter brand image swatch */
.wd-swatches-brands .wd-swatch.wd-bg{
	display: none !important;
}


/* Store even image height */
.product-grid-item :is(.product-image-link,.hover-img) img {
    object-fit: contain !important;
    height: 18em !important;
    width: 18em !important;

} 

.products[class*="wd-stretch-cont"] :is(.price,.wrap-price,.product-rating-price, .wd-add-btn) {
    margin-top: auto;
}

.wd-hover-standard .wd-add-btn{
	padding-top: 5px !important;
}


/* Woocommerce checkout summary background */
div.checkout-order-review{
	background-color: #F3EDE2 !important;
}

div.checkout-order-review:before, div.checkout-order-review:after{
	    background-image: radial-gradient(farthest-side, transparent 6px, #F3EDE2 0);	
}


/* Remove the 3 dots from post hover */
.post-image-mask {
 display:none;
}


/* Remove page title back button for category 'profesionaliem' 
body.term-1759 div.wd-back-btn{
	display: none !important;
}*/

/* Navigation category icon image */
.wd-nav-img{
	max-height: 26px !important;
}


/* .remove-menu-icon removes icon from navigation */
.remove-menu-icon img.wd-nav-img{
	display: none !important;
}

#menu-item-18078 a img {
    display: none !important;
}


/* Change size of single product page buy buttons */
form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn) {
    flex: 1 0 auto !important
}


/* Product title single page */
.product_title {
	font-weight: 600;
	color: #1C4B64 !important;
}


/* Single page form design (form.cart) */
form.variations_form, form.cart{
	background: #F9F6F1;
	border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #D3D3D3;
	padding: 10px;
	margin: 0 -10px;
}

td.value.cell > select, div.quantity {
	background: #fff;
}

/* 404 page */
.error404 .page-header:before{
	color: #F9F6F1 !important;
}


/* Search button navigation menu 
.searchform.wd-style-with-bg .searchsubmit{
	background-color: #D0BC97 !important;
	color: #143445 !important;
} */


/* Blog side bar product line height */
span.widget-product-info{
	line-height: 20%;
} 

/* Menu HTML dropdown smaller height */
.wd-nav-vertical .wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width){
	min-height: auto !important;
}


/* Mobile shop category menu 'visas preces' */
.wd-nav-product-cat .shop-all-link a:before{
	font-size: 30px !important;
}


/* 360 view */
.wd-threed-view .nav_bar{
	bottom: 5px !important;
}


/* Product page tab underline */
.wd-nav[class*="wd-style-underline"] .nav-link-text:after{
	background-color: var(--wd-alternative-color) !important;
}


/* Price unit shop */
.wd-price-unit{
	color: var(--color-gray-600) !important;
}


/* Woocommerce product gallery navigation disabled arrow */
.woocommerce-product-gallery .owl-nav>div.disabled{
	color: var(--color-gray-300) !important;
}


/* Fix product page sidebar TOP produkti */
.product_list_widget>li .price{
	line-height: 1.2 !important;
}


/* Navigation */
.wd-nav.wd-style-bg>li>a:before{
	border-radius: 0px !important;
	background-color: #B3A07D !important;
}


/* Product attribute list */
.woocommerce-product-attributes-item__value-list{
	list-style-type: none;
  --li-pl: 0px !important;
}

.shop_attributes tr {
	align-items: baseline !important;
}

.shop_attributes th {
margin-right: 10px !important;
}

.shop_attributes td {
    text-align: left !important;
}


/* Hide SKU from prouct page */
span.sku_wrapper{
	display: none !important;
}


/* Menu language switcher */
.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after{
	font-size: 75% !important;
	font-weight: bold !important;
}

.whb-top-bar .wd-nav-secondary>li>a{
	font-size: 14px !important;
}


/* Hide unnecessary information from shop newest products slider */
#shop-newest-products .wd-product-cats, #shop-newest-products .wd-product-brands-links{
	display: none !important;
}

#shop-newest-products .product-grid-item :is(.product-image-link,.hover-img) img{
	height: 12em !important;
}

#shop-newest-products :is(.btn,.button,button,[type="submit"],[type="button"]){
	font-size: 10px !important;
}

#shop-newest-products :is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .product-wrapper{
	padding: 10px !important;
}


/* Hide woocommerce checkout 'not required' text */
.woocommerce form .form-row .optional{
	display: none;
}


/* Checkout omniva styling */
.omniva-terminals-list ul{
	height: 120px !important;
}

.omniva-terminals-list .search-input:focus, .omniva-terminals-list .search-input{
	background-color: #B3A07D !important;
}

#map-search-button{
	background-color: #1C4B64 !important;
	min-height: auto !important;
}

#shipping_method > li {
	padding-bottom: 20px !important;
}

.woocommerce-checkout-review-order-table{
	margin-bottom: 30px !important;
}

.omniva-btn{
	max-width: 400px !important;
}

/* Checkout heading styling */
.woocommerce-billing-fields>h3, .woocommerce-additional-fields>h3{
	background-color: #DFD2B9;
	padding: 5px;
}


/* Checkout input box styling */
.elementor-kit-5 input:not([type="button"]):not([type="submit"]){
	border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
}


/* Fix shop scrollbar gap */
.post-type-archive-product .wd-scrollbar.platform-Windows {
    --wd-scroll-w: 0em !important;
}

/* Homepage newest products remove brands */
#homepage-jaunumi .wd-product-brands-links{
	display: none !important;
}
	

/* Mobile navigation active color */
.wd-nav-mobile .current-menu-item{
	background-color: #F9F6F1 !important;
}


/* Homepage store locations styling */
#homepage-stores .promo-banner .wrapper-content-banner{
	padding: 10px !important;
}

#homepage-stores .banner-content-background .wrapper-content-banner{
	background-color: rgba(20,52,69, 0.5) !important;
}


/* Make some text darker */
.woocommerce-breadcrumb a, .yoast-breadcrumb a {
    color: var(--color-gray-700) !important;
}

.product-grid-item .wd-product-cats, .product-grid-item .wd-product-brands-links {
    --wd-link-color: var(--color-gray-600) !important;
}

.wd-accordion-opener {
    color: var(--color-gray-900) !important;
}


/* Accesibility */
.pojo-a11y-toolbar-item{
	margin-bottom: 2px !important;
}


/* Upsells */
.upsells-widget .product_list_widget>li{
	flex: 0 1 100% !important;
	max-width: 100% !important;
}


/* Woocommerce cart totals */
.cart_totals #show-omniva-map{
	background-color: #E7DBC5 !important;
}

p.woocommerce-shipping-destination {
     display: none;
}


/* Fix shop page button font */
.wd-hover-standard .wd-add-btn .add-to-cart-loop span{
	font-size: unset !important;
}


/* Shop image center and smaller */
.woocommerce-product-gallery img{
	width: auto !important;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 60vh !important;
}


/* FIx button font */
:is(.btn,.button,button,[type="submit"],[type="button"]) {
	font-family: 'Nunito Sans semi bold - local' !important;
}


/* Cookie blocker placeholder height */
.cmplz-blocked-content-container{
	height: auto !important;
}


/* Menu account icon */
.wd-tools-element:is(.wd-design-6,.wd-design-7):not(.wd-with-wrap) .wd-tools-icon{
	width: 36px !important;
	height: 36px !important;
}


/* Shop button icon */
.wd-add-btn-replace .add-to-cart-loop:before{
	content: "\f126" !important;
}


/* Shop header product count */
.wd-nav-product-cat .nav-link-count{
	text-transform: lowercase !important;
}


/* Category grid font size */
.category-grid-item .wd-entities-title {
    font-size: 18px !important;
}


/* Remove search from 404 page */
.error404 .page-content>.wd-search-form{
	display: none !important;
}


/* Empty cart 'return to cart' button */
.wd-empty-mini-cart .btn{
	background-color: #1C4B64 !important;
}


/* Quantity selector width fix */
div.quantity input[type="number"] {
	width: 45px !important;
}

.elementor-kit-5 input:not([type="button"]):not([type="submit"]){
	padding: 5px !important;
}


/* Remove captcha badge */
.grecaptcha-badge{
	display: none !important;
}

.wpforms-container ul{
	list-style: none;
	padding-left: 0px;
}

/* Kurpirkt un salidzini.lv footer black and white */
.footer-ad{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

/* Text selection */
::selection { 
	background: #D0BC97 !important; 
	color: #143445 !important;
}


/* Translation feedback */
.otgs-ui-dialog .ui-button.ui-dialog-titlebar-close{
	width: auto !important;
	height: auto !important;
}
@media (min-width: 1025px) {
	/*Make default page title height smaller*/
.title-size-default {
    padding: 40px 0 !important;
}

div.site-content.shop-content-area{
	padding-left: 20px !important;
}


/* Remove header checkout*/
body.woocommerce-checkout div.whb-main-header{
	display: none !important;
}


/* Single product page image arrows */
.wd-btn-arrow{
	background: rgba(255, 255, 255, 0.80);
	border-radius: 1px;
	margin-top: -20px !important;
	width: 40px !important;
	height: 40px !important;
}


/* Reset variations single product page */
.wd-reset-side-lg .wd-reset-var{
	width: auto !important;
}


/* Cookie banner styling */
.cmplz-cookiebanner {
	padding: 10px 15px !important;
	grid-row-gap: 5px !important;
}


/* Reset variations single product page */
div.related-products{
	margin-top: 80px;
}


/* Categories in page title fix CLS */
.wd-nav-product-cat>li>a{
	font-size: 13px !important
}


.min-footer>div{
	flex: auto !important;
	max-width: 75% !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* Remove header checkout*/
body.woocommerce-checkout div.whb-main-header{
	display: none !important;
}

.cmplz-cookiebanner {
	grid-row-gap: 5px !important;
}
}

@media (max-width: 576px) {
	/* Single post page brand image sizing */
.wd-product-brands img{
	max-height: 100px !important;
	max-width: 60% !important;
}


/* Larger label size on mobile */
.labels-rectangular .product-label{
	font-size: 12px !important;
}


/* Class .uncenter-mobile to make text not center on mobile */
.uncenter-mobile :where(h1, h2, h3, h4, h5, h6, p) {
	text-align: left !important;
}


/* 360 view */
.wd-threed-view .nav_bar{
	left: 80% !important;
}


#home-first-section{
	background-color: #F9F6F1;
}


.cmplz-cookiebanner {
	padding: 0px 10px !important;
}


/* Menu remove icons */
#menu-mobile-navigation .menu-item .woodmart-nav-link img :not(.menu-item-languages img){
    display: none !important;
}

#menu-item-21415 > a > img, #menu-item-21419 > a > img{
	display: none !important;
}

.header-banner {
	height: auto !important;
}
}

