/*
 Theme Name:   KSDEV
 Description:  KSDEV Child Theme
 Author:       KSDEV
 Author URI:   http://karalun.com
 Template:     ksdev
 Version:      1.0.0.4
 Text Domain:  woodmart
*/


/* Header Nav FIX */
.whb-row.whb-general-header nav.wd-header-nav.wd-header-main-nav{
	width: 100%;
}

.whb-row.whb-general-header nav.wd-header-nav.wd-header-main-nav ul.menu.wd-nav.wd-nav-header.wd-nav-main{
	width: 100%;
	justify-content: space-between;
}
/***********/

/* Header LINK Styling */
.whb-row.whb-general-header nav.wd-header-nav.wd-header-main-nav ul.menu.wd-nav.wd-nav-header.wd-nav-main a{
	letter-spacing: .04em !important;
}
.whb-row.whb-general-header nav.wd-header-nav.wd-header-main-nav ul.menu.wd-nav:where(:not(.wd-dis-act))>li:where(.current-menu-item,.wd-active,.active)>a {
	color: #ffffff !important;
}

.wd-header-nav.wd-header-main-nav{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/***********/

/* Header BG COLOR Styling */

header.whb-sticked .whb-general-header{
	background-color: rgba(4, 30, 65, 1);
}

header.whb-sticked .whb-top-bar {
	background-color: rgba(4, 30, 65, .6);
}

/***********/

/* Header CHEVRON Styling */

.whb-row.whb-general-header nav.wd-header-nav.wd-header-main-nav ul.menu.wd-nav.wd-nav-header.wd-nav-main a:after{
	color: #ffffff;
	font-size: 9px;
	font-weight: bolder;
}

.whb-row.whb-general-header nav.wd-header-nav.wd-header-main-nav ul.menu.wd-nav.wd-nav-header.wd-nav-main a:hover:after{
	color: rgba(255,255,255,0.7);
}
/***********/

/* Header MAIN MENU DROPDOWN Styling */

.whb-row.whb-general-header nav.wd-header-nav.wd-header-main-nav ul.menu.wd-nav.wd-nav-header.wd-nav-main .wd-dropdown {
	background-color: rgba(4, 30, 65, .8);
	width: 250px;
	margin-top: 6.5px;
}

header.whb-sticked .whb-row.whb-general-header nav.wd-header-nav.wd-header-main-nav ul.menu.wd-nav.wd-nav-header.wd-nav-main .wd-dropdown {
	background-color: rgba(4, 30, 65, 1);
}


.whb-row.whb-general-header nav.wd-header-nav.wd-header-main-nav ul.menu.wd-nav.wd-nav-header.wd-nav-main .wd-dropdown a{
	color: #ffffff;
	padding-top: 14px;
	padding-bottom: 14px;
}

.whb-row.whb-general-header nav.wd-header-nav.wd-header-main-nav ul.menu.wd-nav.wd-nav-header.wd-nav-main .wd-dropdown ul li:last-child a{
	padding-bottom: 8px;
}

.whb-row.whb-general-header nav.wd-header-nav.wd-header-main-nav ul.menu.wd-nav.wd-nav-header.wd-nav-main .wd-dropdown ul li:first-child a{
	padding-top: 8px;
}

.whb-row.whb-general-header nav.wd-header-nav.wd-header-main-nav ul.menu.wd-nav.wd-nav-header.wd-nav-main .wd-dropdown a:hover{
	color: rgba(255,255,255,0.7);
}


.whb-row.whb-general-header nav.wd-header-nav.wd-header-main-nav ul.menu.wd-nav.wd-nav-header.wd-nav-main .wd-dropdown ul li:not(:last-child) {
	border-bottom: solid .2px rgba(255,255,255,0.2);
}
/***********/

/* Header BOKKING BTN Styling */
.booking-btn-header{ 
	/*background-color: rgba(4, 30, 65, 1);*/
	background-color: #0052a9;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .04em !important;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 38px;
	padding-left: 38px;
	/*border: solid 1px #ffffff;*/
}
.booking-btn-header:hover{
	background-color: rgba(4, 30, 65, 1);
	color: #ffffff;
}

/* Mobile */

@media only screen and (max-width: 600px) {
	.booking-btn-for-mobile{
		width: 50px;
		font-size: 13px;
		color: #ffffff;
		/*border: solid 1px #ffffff;
		border-radius: 50%;*/
		background-color: transparent;
		padding-left: 0px;
        padding-right: 0px;
		margin-right: 4px;
	}
	.wd-button-wrapper:has(a.booking-btn-for-mobile){
		padding-right: 0px;
		padding-left: 0px;
	}
}


/***********/

/* Header PHONE NUMBERS Styling */

ul[id^="menu-phone-numbers-"].wd-nav > li > a .wd-nav-img {
	width: 21px !important;
	height: 21px !important;
	max-height: 30px;
}

ul[id^="menu-phone-numbers-"] li:first-child{
	width: 100%;
	display: flex;
	justify-content: center;
}

ul[id^="menu-phone-numbers-"] ul.wd-sub-menu li:first-child{
	display: inline-block;
}

ul[id^="menu-phone-numbers-"] li:first-child a{
	margin-right: 0px;
}

ul[id^="menu-phone-numbers-"] ul.wd-sub-menu li:first-child{
	margin-right: 0px;
}

ul[id^="menu-phone-numbers-"] li:first-child a span.nav-link-text{
	display: none;
}

ul[id^="menu-phone-numbers-"] ul.wd-sub-menu li.menu-item a{
	flex-direction: column-reverse;
	align-items: flex-start;
}

ul[id^="menu-phone-numbers-"] ul.wd-sub-menu li.menu-item .menu-label {
	margin-top: 0px;
	margin-inline-start: 0px;
	background-color: transparent !important;
	color: rgba(4, 30, 65, 1);
	text-transform: none !important;
	padding: 0px !important;
	
	font-size: 14px !important;
	font-weight: 500 !important;
	
	white-space: break-spaces;
	margin-bottom: 6px;
}


ul[id^="menu-phone-numbers-"] ul.wd-sub-menu li.menu-item .menu-label:before {
	display: none !important;
}

ul[id^="menu-phone-numbers-"] ul.wd-sub-menu li.menu-item{
	cursor: pointer !important;
}

ul[id^="menu-phone-numbers-"] .wd-dropdown {
	width: 260px;
	background-color: #F5F5F7 !important;
}

ul[id^="menu-phone-numbers-"] ul.wd-sub-menu li.menu-item .phone-number{
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	transition: .3s color ease-out;
}
ul[id^="menu-phone-numbers-"] ul.wd-sub-menu li.menu-item:hover .phone-number{
	color: #0052a9;
}

ul[id^="menu-phone-numbers-"] ul.wd-sub-menu:before{
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #F5F5F7 transparent;
  transform: rotate(0deg);
  
	position: absolute;
	top: -15px;
	left: 27px;
}

ul[id^="menu-phone-numbers-"] .wd-dropdown-menu.wd-design-default {
	padding-bottom: 5px !important;
}

ul[id^="menu-phone-numbers-"] ul.wd-sub-menu li{
	border-bottom: solid .2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-bottom: 5px;
}
ul[id^="menu-phone-numbers-"] ul.wd-sub-menu li:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}
ul[id^="menu-phone-numbers-"] ul.wd-sub-menu li:first-child{
	padding-top: 0px;
}
/* Mobile */

@media only screen and (max-width: 600px) {
	/*ul[id^="menu-phone-numbers-"]{
		width: 42px;
		height: 42px;
	}*/

	ul[id^="menu-phone-numbers-"].wd-nav > li > a .wd-nav-img {
		width: 20px !important;
		height: 20px !important;
		max-height: 20px;
	}
	
	ul[id^="menu-phone-numbers-"] ul.wd-sub-menu li.menu-item .menu-label {
		font-size: 13px !important;
	}
	
	ul[id^="menu-phone-numbers-"] ul.wd-sub-menu li.menu-item .phone-number{
		font-size: 15px !important;
	}
	
	
	ul[id^="menu-phone-numbers-"] .wd-dropdown {
		width: 229px;
	}
}

/***********/

/* Header PHONE NUMBERS CHEVRON Styling */


ul[id^="menu-phone-numbers-"].wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
	display: none;
}

/***********/

/* Header LAGUAGES MENU Styling */

ul[id^="menu-menu-header-languages"] li a{
	font-size: 14px !important;
	letter-spacing: .04em !important;
}


ul[id^="menu-menu-header-languages"] li:after{
	border-color: #ffffff !important;
}
/***********/

/* Header COORDINATES MENU Styling */

ul[id^="menu-place-coordinates-"].wd-nav > li > a .wd-nav-img {
	width: 22px !important;
	height: 22px !important;
	max-height: 30px;
}

ul[id^="menu-place-coordinates-"] li:first-child{
	width: 100%;
	display: flex;
	justify-content: center;
}

ul[id^="menu-place-coordinates-"] ul.wd-sub-menu li:first-child{
	display: inline-block;
}

ul[id^="menu-place-coordinates-"] li:first-child a{
	margin-right: 0px;
}

ul[id^="menu-place-coordinates-"] ul.wd-sub-menu li:first-child{
	margin-right: 0px;
}

ul[id^="menu-place-coordinates-"] li:first-child a span.nav-link-text{
	display: none;
}

ul[id^="menu-place-coordinates-"] ul.wd-sub-menu li.menu-item a{
	flex-direction: column-reverse;
	align-items: flex-start;
}

ul[id^="menu-place-coordinates-"] ul.wd-sub-menu li.menu-item .menu-label {
	margin-top: 0px;
	margin-inline-start: 0px;
	background-color: transparent !important;
	color: rgba(4, 30, 65, 1);
	text-transform: none !important;
	padding: 0px !important;
	
	font-size: 14px !important;
	font-weight: 500 !important;
	
	white-space: break-spaces;
	margin-bottom: 10px;
}


ul[id^="menu-place-coordinates-"] ul.wd-sub-menu li.menu-item .menu-label:before {
	display: none !important;
}

ul[id^="menu-place-coordinates-"] ul.wd-sub-menu li.menu-item{
	cursor: pointer !important;
}

ul[id^="menu-place-coordinates-"] .wd-dropdown {
	width: 320px;
	background-color: #F5F5F7 !important;
}

ul[id^="menu-place-coordinates-"] ul.wd-sub-menu li.menu-item .adress-main{
	color: #000000;
	font-size: 13px;
	font-weight: 400 !important;
	transition: .3s color ease-out;
}
ul[id^="menu-place-coordinates-"] ul.wd-sub-menu li.menu-item:hover .adress-main{
	color: #0052a9;
}

ul[id^="menu-place-coordinates-"] ul.wd-sub-menu:before{
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #F5F5F7 transparent;
  transform: rotate(0deg);
  
	position: absolute;
	top: -15px;
	left: 27px;
}

ul[id^="menu-place-coordinates-"] .wd-dropdown-menu.wd-design-default {
	padding-bottom: 5px !important;
}

ul[id^="menu-place-coordinates-"] ul.wd-sub-menu li{
	border-bottom: solid .2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-bottom: 5px;
}
ul[id^="menu-place-coordinates-"] ul.wd-sub-menu li:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}
ul[id^="menu-place-coordinates-"] ul.wd-sub-menu li:first-child{
	padding-top: 0px;
}

ul[id^="menu-place-coordinates-"].wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
	display: none;
}


ul[id^="menu-place-coordinates-"] ul.wd-sub-menu li.menu-item .adress-main .google-maps{
	text-decoration: underline;
}

nav.wd-header-nav:has(ul[id^="menu-phone-numbers-"]), nav.wd-header-nav:has(ul[id^="menu-place-coordinates-"]){
	flex: none;
	/*width: 80px;*/
}

/* Mobile */

@media only screen and (max-width: 600px) {
	/*ul[id^="menu-place-coordinates-"]{
		width: 42px;
		height: 42px;
	}*/
	
	ul[id^="menu-place-coordinates-"].wd-nav > li > a .wd-nav-img {
		width: 21px !important;
		height: 21px !important;
		max-height: 21px;
	}
	
	ul[id^="menu-place-coordinates-"].wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
		font-size: 6px;
	}
	
	/*nav.wd-header-nav:has(ul[id^="menu-phone-numbers-"]){
		width: 52px;
		padding-right: 0px !important;
	}
	nav.wd-header-nav:has(ul[id^="menu-place-coordinates-"]){
		width: 52px;
		padding-right: 0px !important;
	}*/
	
	ul[id^="menu-phone-numbers-"] li:first-child a{
		margin-top: -1px;
	}
	
	ul[id^="menu-place-coordinates-"] li:first-child a{
		margin-top: -1px;
	}
	.whb-row.whb-general-header .wd-tools-element>a{
		margin-right: 10px;
		margin-left: 7px;
		padding-inline: 0px;
	}
	.whb-row.whb-general-header .wd-tools-element.wd-design-8 .wd-tools-icon{
		height: 42px;
		width: 42px;
	}
	.whb-row.whb-general-header .wd-tools-element .wd-tools-icon:before {
		margin-top: 1px;
	}
	
	
	ul[id^="menu-place-coordinates-"] ul.wd-sub-menu li.menu-item .menu-label {
		font-size: 13px !important;
	}
	
	ul[id^="menu-place-coordinates-"] ul.wd-sub-menu li.menu-item .adress-main{
		font-size: 12px;
	}
	
	ul[id^="menu-place-coordinates-"] .wd-dropdown {
		width: 297px;
	}
	
	ul[id^="menu-place-coordinates-"] ul.wd-sub-menu:before {
		border-width: 0 7px 13px 7px;
		top: -12px;
		left: 23px;
	}

}

/***********/

/* Header SIDEBAR MOBILE Styling */

.wd-side-hidden.wd-left {
    top: 70px;
    transform: translateY(-115%) !important;
}

.wd-side-hidden.wd-opened {
    transform: none !important;
}

@media only screen and (max-width: 600px) {
	.whb-main-header{
		z-index: 501 !important;
	}
	
	.wd-side-hidden {
		width: 100vw !important;
	}
	.wd-close-side {
		background-color: rgba(4, 30, 65, .9);
	}
}

.wd-header-mobile-nav.wd-opened .wd-tools-icon:before {
	content: "\f112" !important;
}
.wd-side-hidden{
	background-color: #041E41 !important;
}

.wd-side-hidden .wd-nav>li>a {
	color: #ffffff !important;
	font-weight: 500 !important;
}

.wd-nav-mobile>li>a{
	border-bottom: solid .2px rgba(255,255,255,0.2) !important;
}

.wd-side-hidden .wd-nav-opener{
	background-color: #ffffff;
}

.mobile-nav .wd-nav-opener{
	border-left: solid .2px rgba(255,255,255,0.2) !important;
	border-bottom: .2px solid #041E41 !important;
}

.wd-nav-opener:after {
	font-weight: 600 !important;
	color: #041E41 !important;
}
.mobile-nav .wd-nav-opener.wd-active{
	background-color: #0052a9 !important;
	border-left: solid .2px rgba(0, 82, 169,0.2) !important;
}

.mobile-nav .wd-nav-opener.wd-active:after{
	color: #ffffff !important;
}

.wd-side-hidden .wd-nav-mobile .wd-sub-menu li a {
	padding-left: 45px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #ffffff !important;
}
.wd-side-hidden .wd-nav-mobile .wd-sub-menu li a{
	border-bottom: solid .2px rgba(255,255,255,0.2) !important;
}

.whb-general-header:has(.wd-tools-element.wd-header-mobile-nav.wd-style-icon.wd-opened){
	background-color: #041E41 !important;
	border-bottom: solid .2px rgba(255,255,255,0.2) !important;
}

/*.wd-nav-mobile>li:has(.wd-nav-opener.wd-active){
	border-top: solid .2px rgba(255,255,255,0.8) !important;
	border-bottom: solid .2px rgba(255,255,255,0.8) !important;
}*/

.ks-language-menu{
	list-style: none;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	
	padding-left: 0px;
	margin-bottom: 0px;
	
	border-bottom: solid .2px rgba(255,255,255,0.2) !important;
	height: 50px;
}

.ks-language-menu li{
	margin-bottom: 0px;
	
	color: #ffffff !important;
	
	padding-left: 15px;
	padding-right: 15px;
	
	position: relative;
}

.ks-language-menu li a{
	color: #ffffff !important;
}

.ks-language-menu > li:not(:last-child)::after {
    height: 15px;
	    content: "";
    position: absolute;
    right: 0px;
	
	top: 50%;
	
	transform: translateY(-50%);
	
    border-right: 1px solid #ffffff !important;
}

/***********/

/* MAINPAGE BUTTON EVENT LIST DISABLE ANIMATION ON HOVER */

.event-list-mainpage .wd-add-btn-replace .add-to-cart-loop:hover span {
    transform: none !important;
}

.event-list-mainpage .wd-add-btn-replace .add-to-cart-loop:before {
    display: none !important;
}


@media only screen and (min-width: 601px) {
	header .container, .container-fluid {
		max-width: 1360px;
	}
}

.wd-toolbar .wd-cart-number.wd-tools-count{
	background-color: #E53F53 !important;
}

.wd-toolbar-link .wd-custom-icon img {
    width: auto;
    height: 23px !important;
}


.wd-header-nav.wd-header-secondary-nav.whb-ucvgy4hte9ml1gvsp4o5{
	flex: none !important;
}

.wd-nav-img {
	margin-inline-end: 0px !important;
}

.whb-ezjn5z2k8fr0mzu7vk0r{
	flex: none !important;
}

.whb-33ks6pbxuzad2xewp5wi{
	pointer-events: none !important;
}

.whb-s2s06tm72ifqdgt8efzd a{
	width: 50px;
    height: 50px !important;
    background: #ffffff;
    padding: 14px;
}

.whb-s2s06tm72ifqdgt8efzd a img{
	width: 32px !important;
}

.whb-33ks6pbxuzad2xewp5wi a{
	width: 36px;
	height: 36px !important;
	background-color: #ffffff;
}

.whb-33ks6pbxuzad2xewp5wi a img{
	width: 26px !important;
}
@media only screen and (min-width: 601px) {
	ul[id^="menu-phone-numbers-"] .wd-dropdown-menu.wd-design-default{
		margin-right: -26px;
	}
	ul[id^="menu-phone-numbers-"] ul.wd-sub-menu:before{
		right: 27px !important;
		left: auto !important;
	}
	
	ul[id^="menu-place-coordinates-"] .wd-dropdown-menu.wd-design-default {
		margin-right: -26px;
	}
	
	ul[id^="menu-place-coordinates-"] ul.wd-sub-menu:before{
		right: 27px !important;
		left: auto !important;
	}
}

@media only screen and (max-width: 1024px) {
	ul[id^="menu-place-coordinates-"] .wd-dropdown-menu.wd-design-default {
		transform: translateX(-50%) !important;
	}
	
	ul[id^="menu-place-coordinates-"] ul.wd-sub-menu:before{
		right: 41% !important;
		left: auto !important;
	}
	
	ul[id^="menu-phone-numbers-"] .wd-dropdown-menu.wd-design-default{
		transform: translateX(-70%) !important;
	}
	
	ul[id^="menu-phone-numbers-"] ul.wd-sub-menu:before{
		border-width: 0 7px 13px 7px !important;
        top: -12px !important;
		
		right: 18% !important;
		left: auto !important;
	}
}




/*******************************************************************/
/*********** TEST STYLES */
/*******************************************************************/

.whb-header_113820 .whb-general-header-inner .wd-header-nav.wd-header-main-nav {
	background-color: rgba(255, 255, 255, .15);
	padding-right: 15px !important;
	padding-left: 25px !important;
	
	-webkit-border-top-left-radius: 99px;
	-webkit-border-bottom-left-radius: 99px;
	-moz-border-radius-topleft: 99px;
	-moz-border-radius-bottomleft: 99px;
	border-top-left-radius: 99px;
	border-bottom-left-radius: 99px;
	
	position: relative;
}

.whb-header_113820 .whb-general-header-inner .wd-header-nav.wd-header-main-nav:before {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	
	transform: translateY(-50%);
	
	width: 1px;
	height: 17px;
	
	background: rgba(255, 255, 255, .25);
}

.whb-header_113820 .whb-general-header-inner .wd-header-nav.wd-header-main-nav .woodmart-nav-link{
	padding-top: 25px;
	padding-bottom: 25px;
}

.whb-header_113820 .whb-general-header-inner .wd-header-nav.wd-header-secondary-nav.whb-ucvgy4hte9ml1gvsp4o5 {
	background-color: rgba(255, 255, 255, .15);
	padding-right: 25px !important;
	padding-left: 15px !important;
	
	-webkit-border-top-right-radius: 99px;
	-webkit-border-bottom-right-radius: 99px;
	-moz-border-radius-topright: 99px;
	-moz-border-radius-bottomright: 99px;
	border-top-right-radius: 99px;
	border-bottom-right-radius: 99px;
	
	overflow: hidden !important;
	
	width: 90px;
	height: 73.8px;
	
	transition: all .3s ease-out;
	
	position: relative;
	
	justify-content: flex-start;
	
}

.whb-header_113820 .whb-general-header-inner .wd-header-nav.wd-header-secondary-nav.whb-ucvgy4hte9ml1gvsp4o5:after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	right: 25px;
	top: 50%;
	
	transform: translateY(-50%);
	
	background: rgba(255, 255, 255, .25);
	
	border-radius: 50%;
	
	transition: all .3s ease-out;
	
	background-image: url('https://silene.ksdev.lv/wp-content/uploads/2026/01/right-down.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 7px;

	
}

.whb-header_113820 .whb-general-header-inner .wd-header-nav.wd-header-secondary-nav.whb-ucvgy4hte9ml1gvsp4o5:hover:after {
	
	transform: translateY(-50%) rotate(90deg);
}


.whb-header_113820 ul[id^="menu-menu-header-languages"] li a {
	font-size: 17px !important;
}

.whb-header_113820 .whb-general-header-inner .wd-header-nav.wd-header-secondary-nav.whb-ucvgy4hte9ml1gvsp4o5 ul[id^="menu-menu-header-languages"] li:not(:first-child){
	opacity: 0;
	
	transition: opacity .3s ease-out; 
}


.whb-header_113820 .whb-general-header-inner .wd-header-nav.wd-header-secondary-nav.whb-ucvgy4hte9ml1gvsp4o5:hover {
	width: 210px;
	transition: all .3s ease-out; 
}


.whb-header_113820 .whb-general-header-inner .wd-header-nav.wd-header-secondary-nav.whb-ucvgy4hte9ml1gvsp4o5:hover ul[id^="menu-menu-header-languages"] li:not(:first-child){
	opacity: 1;
	
	transition: all .3s ease-out; 
}

.whb-header_113820 ul[id^="menu-menu-header-languages"]{
	flex-wrap: nowrap;
}
.whb-header_113820 .wd-header-secondary-nav.whb-ucvgy4hte9ml1gvsp4o5 .woodmart-nav-link{
	padding-top: 25px;
	padding-bottom: 25px;
}

.whb-header_113820 .whb-s2s06tm72ifqdgt8efzd a{
	background: transparent !important;
	padding: 0px;
}

.whb-header_113820 .whb-s2s06tm72ifqdgt8efzd a img{
	width: 34px !important;
}

.whb-header_113820 .whb-s2s06tm72ifqdgt8efzd a{
	width: auto !important;
	height: auto !important;
}

.whb-header_113820 .whb-col-left{
	margin-left: 0px !important;
}

.whb-header_113820 nav.wd-header-nav:has(ul[id^="menu-place-coordinates-"]) {
	padding-right: 10px !important;
}
.sidebar-mai-opener{
	flex-direction: row !important;
	align-items: center !important;
	
	cursor: pointer;
	
	transition: all .3s ease-out;
}

.sidebar-mai-opener:hover{
	opacity: .75;
}

.sidebar-mai-opener .box-icon-align-top .box-icon-wrapper{
	margin-bottom: 0px !important;
}

.sidebar-mai-opener .info-box-content p{
	/*text-transform: uppercase;*/
	text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
}

#sidebar-main-34ssfd136u{
	
	transition: all .4s ease-out;
    
    opacity: 0;
    pointer-events: none !important;
    visibility: hidden;
}

#sidebar-main-34ssfd136u.opened{
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
}


@media only screen and (max-width: 1024px) {
    .whb-header_113820 ul[id^="menu-place-coordinates-"] .wd-dropdown-menu.wd-design-default {
        transform: translateX(-87%) !important;
    }
	.whb-header_113820 ul[id^="menu-place-coordinates-"] ul.wd-sub-menu:before {
        right: 11px !important;
        left: auto !important;
    }
}

.whb-header_113820 #menu-menu-header-languages li a{
	/*text-transform: lowercase !important;*/
}
.email-icon-header .info-box-content {
	display: none !important;
}

.email-icon-header{
	margin-top: -5px !important;
}

ul[id^="menu-phone-numbers-"] .wd-dropdown-menu.wd-design-default, ul[id^="menu-place-coordinates-"] .wd-dropdown-menu.wd-design-default { border-radius: 15px; }



/******** DATETIME PICKER ********/


.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange{
	background: #0052A9 !important;
	border-color: #0052A9 !important;
}

.flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover {
	background: #0052A9 !important;
	border-color: #0052A9 !important;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #0052A9;
    box-shadow: -10px 0 0 #0052A9;
}

.flatpickr-day.inRange{
	background-color: #F3F2F4 !important;
	
	-webkit-box-shadow: -5px 0 0 #F3F2F4, 5px 0 0 #F3F2F4;
    box-shadow: -5px 0 0 #F3F2F4, 5px 0 0 #F3F2F4;
	
	border-color: #F3F2F4 !important;
}

.flatpickr-day:hover{
	background-color: #F3F2F4 !important;
	border-color: #F3F2F4 !important;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
	color: rgba(57, 57, 57, 0.3) !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
	fill: #0052A9;
}

.flatpickr-calendar .numInput{
	pointer-events: none !important;
}

.flatpickr-day {
	font-weight: 500 !important;
}

.numInputWrapper{
	pointer-events: none !important;
}

.flatpickr-calendar{
	margin-left: 70px;
}

.numInput{
	font-weight: 500 !important;
	color: rgb(4,30,65) !important;
}

span.cur-month, .flatpickr-weekday{
	font-weight: 600 !important;
	color: rgb(4,30,65) !important;
}

@media only screen and (max-width: 600px) {
	.flatpickr-calendar {
		margin-left: 46px;
	}
}



div.woodmart-add-btn>a:before,
div.woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn>a:before,
div.woodmart-hover-button .hover-mask>a:before,
div.woodmart-hover-info-alt .product-actions>a:before,
div.woodmart-hover-quick .woodmart-add-btn>a:before,
div.woodmart-hover-standard .btn-add>a:before {
	content: "\f126";
	font-family: "woodmart-font";
	font-weight: 400;
}

.wd-add-btn-replace .add-to-cart-loop:before {
	content: "\f126" !important;
	font-family: "woodmart-font" !important;
}

.wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
	font-size: 14px !important;
}
.wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop{
padding-left: 10px;
    padding-right: 10px;
	border: 1px solid #041E41;
	margin-top: 10px;
}
.wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop:hover{
	border-color: rgb(0,82,169);
}


.fullscreen-video {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}
.fullscreen-video:after {
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0px;
	left: 0px;
    background: #000000;
	content: '';
}

.fullscreen-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

@media only screen and (max-width: 600px) {
    .fullscreen-video {
    	height: calc(100vh - 105px) !important;
	}
	.fullscreen-video video{
    	height: calc(100vh - 105px) !important;
	}
}