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

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(45,45,45);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: rgb(22,22,22);
	--wd-entities-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(40,69,255);
	--wd-entities-title-color-hover: rgb(22, 22, 22);
	--wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 12px;
	--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(40,69,255);
	--wd-alternative-color: rgb(22,22,22);
	--wd-link-color: rgb(22,22,22);
	--wd-link-color-hover: rgb(40,69,255);
	--btn-default-bgcolor: rgb(225,235,255);
	--btn-default-bgcolor-hover: rgb(219,227,249);
	--btn-default-color: rgb(28,97,231);
	--btn-default-color-hover: rgb(28,97,231);
	--btn-accented-bgcolor: rgb(28,97,231);
	--btn-accented-bgcolor-hover: rgb(28,97,231);
	--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: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(28,97,231);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .post.wd-post:not(.blog-design-small) .wd-entities-title {
	font-size: 18px;
}
.page .wd-page-content {
	background-color: rgb(251,251,253);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(251,251,253);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(251,251,253);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(251,251,253);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(251,251,253);
	background-image: none;
}
html .wd-buy-now-btn {
	background: rgb(107,163,49);
}
html .wd-buy-now-btn:hover {
	background: rgb(95,158,44);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(0,0,0);
	--wd-form-brd-color: rgb(209,209,209);
	--wd-form-brd-color-focus: rgb(28,28,28);
	--wd-form-bg: rgba(255,255,255,0.88);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 35px;
--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: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

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


/* Apply For All Product Tag size*/
span.tagged_as {
    font-size: 14px;
}


/* Icon change for the 3D view */
.wd-play-icon > a:before {
    content: "\f102";
    font-family: "woodmart-font";
    font-weight: 400;
}



.download-thumbnail-container {
    margin-right: 10px;
}

.download-thumbnail {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}

.download-file-details {
    display: flex;
    align-items: top;
    padding: 10px; /* Adjust the padding as needed */
}

.woocommerce-MyAccount-downloads-file {
    margin-right: 10px; /* Adjust the margin between download links */
}

/* Add this CSS to your theme's style.css file or in your customizer */

.product-thumbnail-container {
    float: left; /* Change to 'right' if you want the thumbnail on the right */
    margin: 10px; /* Adjust margin as needed */
}

.download-file-details {
    overflow: hidden; /* Clear floats */
}

.woocommerce-MyAccount-downloads-file {
    display: block; /* Ensure each download link is on a new line */
    margin-bottom: 10px; /* Adjust margin as needed for spacing */
    padding: 10px 12px;
}

/*my account heading postion left*/
.shop_table tr :is(td,th):last-child {
    text-align: left;
}

/* Add this CSS to your theme's style.css file or in your customizer */

.thumbnail-image img {
    max-width: 150px; /* Set the maximum width */
    height: auto; /* Maintain aspect ratio */
}

/*download list css in single product page*/
.custom-download-list {
    margin-top: 10px;
}

.custom-download-list ul {
    list-style: none;
    padding: 10;
}

.custom-download-list li {
    display: inline-block;
    margin-right: 10px;
}

.download-link {
    text-decoration: none;
    background-color: rgb(40, 69, 255);
    color: #fff;
    padding: 15px 15px;
    border-radius: 15px;
    transition: background-color 0.3s ease;
}

.download-link:hover {
    background-color: #000;
    color: #fff;
}

.no-downloads {
    color: #e74c3c;
}





/* Style the product tags as small gray-tonal buttons with a radius of 15px */
.product_meta .tagged_as a {
    display: inline-block;
		font-size: 12px; /* Product Tag size (under the product description) */
    padding: 4px 8px; /* Adjusted padding for a smaller size */
		margin-right: 6px; /* Add a 15px margin between each tag */
    background-color: #E8E8E8; /* Set your desired lighter gray background color */
    color: #333; /* Set your desired text color (dark gray) */
    border-radius: 20px; /* Set the border radius to 15px */
    text-decoration: none; /* Remove underline */
    font-weight: bold; /* Set the font weight as needed */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Add transitions for background and box-shadow */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Add a glowing border effect */
}

/* Add space between tags */
.product_meta .tagged_as .meta-sep {
    margin: 0 5px;
    display: none; /* Hide the comma */
}

/* Add a # icon before each tag */
.product_meta .tagged_as a::before {
    content: '#';
    margin-right: 3px; /* Adjust the space between # and tag text */
}

/* Change color on hover if you want */
.product_meta .tagged_as a:hover {
    background-color: #000; /* Change to black on hover */
    color: #f0f0f0; /* Change text color to white on hover */
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8); /* Add a brighter glowing border on hover */
}







/* add download format word to the shop page and make the button */
.wd-product-brands-links {
    font-size: 0; /* Remove any potential space between inline-block elements */
}

.wd-product-brands-links a {
    display: inline-block;
    padding: 2px 10px; /* Adjust padding for both sides */
    border: 1px solid #ccc;
    border-radius: 15px; /* Set border-radius for rounded corners */
    text-decoration: none;
    color: #f0f0f0; /* Set your desired text color */
    background-color: rgb(40,69,255); /* Set your desired background color */
    transition: background-color 0.3s ease; /* Optional: Add a smooth transition effect */
}
.wd-product-brands-links::before {
    content: "Download formats: "; /* Add the label before the links */
    font-weight: bold; /* Optional: Make the label bold */
}

/* single color page download format button */
.wd-single-attrs.wd-layout-inline td {
    display: inline-block;
    padding: 8px 15px;
    margin: 3px 5px;
    border: 1px solid #ccc;
    border-radius: 15px; /* Set border-radius for rounded corners */
    text-decoration: none;
    color: #f0f0f0; /* Set your desired text color */
    background-color: rgb(40,69,255); /* Set your desired background color */
}

/* license width */
/* Style the container */
.thwepo-select-field {
    position: relative;
    display: inline-block;
}

/* Style the select box */
.thwepo-select-field select {
    width: 100%;
    height: 56px;
    margin: 0;
    padding: 0 44px 0 20px;
    border: 1px solid #e2e5e9;
    border-radius: 16px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z"/></svg>');
    background-position: center right 19px;
    background-repeat: no-repeat;
    text-transform: none;
    transition: border-color .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); /* Add shadow effect */
}

/* Example: Change the background color when the select box is focused */
.thwepo-select-field select:focus {
    background-color: #f0f0f0;
}

/* Example: Style the options */
.thwepo-select-field select option {
    background-color: white; /* Set background color */
    color: black; /* Set text color */
}

/* Example: Style the selected option */
.thwepo-select-field select option[selected] {
    font-weight: bold;
    background-color: white; /* Set background color for selected option */
    color: black; /* Set text color for selected option */
}

/* Style the dropdown menu */
.thwepo-select-field select + div {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 14px;
    left: -100000px;
    margin: 8px 0 0;
    overflow: hidden;
    padding: 12px 6px 12px 12px;
    position: absolute;
    z-index: 3000;
}

/* Example: Hover effect for options in the dropdown menu */
.thwepo-select-field select + div option:hover {
    background-color: #f0f0f0; /* Set background color on hover */
}

/* Example: Style the selected option in the dropdown menu */
.thwepo-select-field select + div option[selected] {
    font-weight: bold;
    background-color: #007bff; /* Set background color for selected option when dropdown is open */
    color: white; /* Set text color for selected option when dropdown is open */
}

/* z-inden fix for the price filter */
.ui-widget-content {
    z-index: 100!important;
}



/* make button for the filter selections */
.widget_layered_nav_filters a {
    padding: 2px 10px;
    margin: 3px 5px 3px -5px;
    border: 1px solid #ccc;
    border-radius: 15px;
    text-decoration: none;
    color: #f0f0f0;
    background-color: #000;
}
.wd-active-filters .widget_layered_nav_filters ul {
    gap: 5px 5px;
}
.wd-active-filters .wd-clear-filters {
    padding: 8px 10px;
    margin: 3px 5px;
    border: 1px solid #ccc;
    border-radius: 15px;
    text-decoration: none;
    color: #111111;
    background-color: var(--e-global-color-accent);
}
	
	
/* License tooltip z-index */
.thwepo_tooltip {
    z-index: 1 !important; /* Increase the z-index value as needed */
}

/* Flex display for thwepo-field */
.thwepo-field {
    display: flex !important;
    /* Add any additional styles for thwepo-field if needed */
}
	
/* icon logo size increase */
.wd-nav-img {
    width: 24px !important;
    height: 24px;
}

/* hide add to cart */
.button.product_type_simple.add-to-cart-loop {
    display: none !important;
}
/* .wd-active-filters {
    display: none !important;
} */

/* Main Menu Blur Effect */
.wd-sticky-nav {
    background-color: rgba(255, 255, 255, 0.7); /* Set 70% transparency */
    -webkit-backdrop-filter: blur(20px) !important; /* Apply blur effect */
    backdrop-filter: blur(20px) !important; /* Apply blur effect */
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}


/* Main Menu - Submenu Blur Effect */
.wd-dropdown-menu.wd-design-aside.wd-style-default .wd-sub-menu-wrapp > .wd-sub-menu {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7) !important;
    overflow: hidden; /* Ensures blur is clipped to the element */
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.wd-dropdown-menu.wd-design-aside.wd-style-default .wd-sub-menu-wrapp > .wd-sub-menu::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    -webkit-backdrop-filter: blur(20px) !important;
    backdrop-filter: blur(20px) !important;
    z-index: -1;
}




@media (min-width: 1025px) {
	   
}

@media (min-width: 577px) and (max-width: 767px) {
	/* For landscape mode on larger screens */
@media only screen and (min-width: 768px) and (orientation: landscape) {
    .product-thumbnail-container {
        float: none; /* Adjust as needed based on your design */
        margin-right: 0; /* Adjust margin as needed */
        width: 100%; /* Allow the thumbnail to take up the full width */
        padding: 0 10px; /* Adjust padding as needed */
    }
}
}

@media (max-width: 576px) {
	/* For mobile version and portrait mode */
@media only screen and (max-width: 767px) {
    .product-thumbnail-container {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
}



/* For larger screens in general */
@media only screen and (min-width: 768px) and (orientation: portrait) {
    .product-thumbnail-container {
        float: left; /* Adjust as needed based on your design */
        margin-right: 10px; /* Adjust margin as needed */
        width: auto; /* Allow the thumbnail to take its natural width */
        padding: 0; /* Reset padding */
    }
}

}

