@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//modernandluxury.co.uk/wp-content/themes/woodmart-7.5.2-1/fonts/woodmart-font-1-400.woff2?v=7.5.2") format("woff2");
	font-display:;
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #83b735;
	--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: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--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: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--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-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);
--wd-brd-radius: 0px;
}



html .product-image-summary-wrap .product_title, html .wd-single-title .product_title{
	font-family: "Poppins", Arial, Helvetica, sans-serif !important;
	
}

#tab-additional_information {
  display: block !important;
  opacity: 1;
}

.product-image-summary .single_add_to_cart_button {
font-size: 12px;
line-height: 13px;
padding: 22px 71px;  
height: 27px;
}
body .single-product-content .summary-inner .in-stock {
display:none;
}
/* Hide image titles on hover */
img {
pointer-events:none;
}


.product-grid-item :is(.wd-product-cats, .wd-product-brands-links){
	display:none;
}

.woocommerce-product-details__short-description {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #2f2f2f;
}
del .amount {
  color: #debb40;
}

.min-footer > div {
  flex: .2 0 20%;
}

.s {
  border: 1px solid white !important;
}

.wd-search-cat > a{
	border-left: 1px solid white !important;
  border-right: 1px solid white !important;
}

.wd-nav > li:is(.wd-has-children, .menu-item-has-children) > a::after{
	
	color:black !important;
	font-size:10px;
	font-weight:600;
}

.wd-accordion-title.wd-opener-pos-right {
  background: #debb40;
  padding-left: 20px;
}

.wd-accordion-opener {
  color: #000;
  font-size: 13px;
}

body h1{
 font-size: 17px !important;
}
body h2{
 font-size: 15px !important;
}
.wd-buy-now-btn { 
font-size: 12px;
line-height: 13px;
padding: 22px 83px;  
height: 27px;
 }
.menu-item.menu-item-design-full-width .sub-menu-dropdown {
  background-color: transparent;
  padding-top: 0;
}
#menu-categories .wd-dropdown{
box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
}
body.single-product .product_list_widget>li .wd-entities-title {
max-height:42px;
display:block; 
overflow:hidden;
}

.wd-load-more:not(:hover) {
    background-color: #000000 !important; /* Default background color */
    color: white !important; /* Text color stays white */
	font-size: 18px !important; /* Adjust the font size as needed */
}

.wd-load-more:hover {
    background-color: #DBC87D !important; /* Background color on hover */
    color: white !important; /* Ensures text remains white on hover */
	font-size: 18px !important; /* Adjust the font size as needed */
}

.grecaptcha-badge { 
visibility: hidden; 
}




/* Main box for variations */
.variations_form .variations {
    width: 100%;
    max-width: 520px;
    background: #f9f9f9;
    padding: 20px 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
}

/* Grid layout for label + dropdown */
.variations tr {
    display: grid;
    grid-template-columns: 25% 70%;
    align-items: center;
    margin-bottom: 5px;
	margin-top: 10px;
}

/* Label (text) style */
.variations td.label {
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    color: #333;
    padding-right: 20px;
    word-break: break-word;
}

/* Dropdown (select box) style */
.variations td.value select {
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}

/* Make responsive for mobile */
@media screen and (max-width: 600px) {
    .variations tr {
        grid-template-columns: 100%;
    }
    .variations td.label {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .variations td.value select {
        font-size: 16px;
    }
    .variations td.value .reset_variations {
        font-size: 16px;
        margin-top: 20px;
    }
}




