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

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(220,172,127);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(220,172,127);
	--btn-accented-bgcolor-hover: rgb(200,157,116);
	--btn-transform: capitalize;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(245,245,245);
	background-image: url(https://tlab-topos.com/wp-content/uploads/2023/03/p-bg-3.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(233,235,239);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
.page .wd-page-content {
	background-color: rgb(245,245,245);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 5px;
}

@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;
}
}


 /* 1. STYLES FOR THE FLAG IMAGES (Circular, Small, Filled) */

#sh_lsft_horizontal_flags img {

    /* Set the desired small size (18x18 pixels) */

    width: 18px; 

    height: 18px; 

    

    /* Make the image circular */

    border-radius: 30%;

    

    /* Crucial: Ensure the flag fills the entire circle */

    object-fit: cover; 

    

    /* Subtle border and shadow for definition */

    border: 0px solid #ccc; 

    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);

    

    /* Smoothen transitions for hover effect */

    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;

}


/* 2. STYLES FOR HORIZONTAL ARRANGEMENT */

#sh_lsft_horizontal_flags {

    /* Remove default list styling (bullets, padding) */

    list-style: none;

    padding: 0;

    margin: 0;

    

    /* Display the list items in a row */

    display: flex;

    align-items: center;

    

    /* Add space between each flag */

    gap: 4px; 

}


/* 3. HOVER EFFECT */

#sh_lsft_horizontal_flags img:hover {

    /* Scale it up slightly */

    transform: scale(1.15); 

    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);

    border-color: #999;

}


/* 4. CLEANUP FOR PARENT ELEMENTS */

#sh_lsft_horizontal_flags li, 

#sh_lsft_horizontal_flags .lsft_sc_h_flags {

    margin: 0;

    padding: 0;

    display: block; 

} 