@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//bridal-diamonds.com/wp-content/themes/woodmart-8-3-9/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//bridal-diamonds.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//bridal-diamonds.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//bridal-diamonds.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//bridal-diamonds.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//bridal-diamonds.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//bridal-diamonds.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//bridal-diamonds.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//bridal-diamonds.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "David Libre", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Great Vibes", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "David Libre", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "David Libre", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 18px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(165,165,230);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: rgb(165,165,230);
	--btn-default-bgcolor-hover: rgb(146,146,218);
	--btn-accented-bgcolor: rgb(165,165,230);
	--btn-accented-bgcolor-hover: rgb(146,146,218);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(https://bridal-diamonds.com/wp-content/uploads/2021/10/flowers-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}
html .wd-dropdown-menu.wd-design-sized .wd-sub-menu > li > a, body .wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li > a, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu > li > a, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu > li > a {
	font-weight: 600;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--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;
}



.wd-page-title {
background-color: rgb(233,250,255);
}

form.cart table.thwepo-extra-options label.label-tag {
    display: inline;
    word-break: unset;
    font-weight: 600;
}

form.cart table.thwepo-extra-options select {
    width: 260px;
    margin-top: 10px;
}

/* Label and dropdown in single line for desktop */
.custom-dropdown {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Adjust the label width to match its content and maintain a gap from the dropdown */
.custom-dropdown label {
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
    margin-right: 15px;
}

/* Dropdown width set to 260px */
.custom-dropdown select {
    font-weight: 600;
    min-width: 260px;
    max-width: 260px;
    text-align: left;
}

/* Mobile view styling: label above the dropdown, aligned left, and vertically centered text inside the dropdown */
@media screen and (max-width: 768px) {
    .custom-dropdown {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .custom-dropdown label {
        margin-right: 0;
        margin-bottom: 5px !important; /* Adds space between label and dropdown */
			text-align: left; /* Ensure label is aligned to the left */
        width: 100%;
    }

    .custom-dropdown select {
        align-self: flex-start;
        text-align: center;
        padding-top: 8px; /* Adjust vertical alignment of text */
        padding-bottom: 8px;
			margin-top: -10px;
    }
}
