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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//www.wesdian.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//www.wesdian.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//www.wesdian.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//www.wesdian.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("//www.wesdian.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//www.wesdian.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//www.wesdian.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//www.wesdian.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 700;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 800;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 800;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 900;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(221,153,51);
	--wd-alternative-color: rgb(221,219,144);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(190,161,99);
	--btn-accented-bgcolor-hover: rgb(173,141,74);
	--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: url(https://www.wesdian.com/wp-content/uploads/2021/07/promo-popup-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 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: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(255,255,255);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 20px;
}
.woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-width: 150px;
	--wd-thumbs-height: 700px;
}
:root{
--wd-container-w: 1600px;
--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;
}

@media (min-width: 1600px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}



/* Hide the My Account Sidebar */
.wd-my-account-sidebar {
    display: none !important;
}

/* Make the main content take 80% and center it */
.woocommerce-MyAccount-content {
    width: 80% !important;
    max-width: 80% !important;
    flex: 0 0 80% !important;
    margin: 0 auto !important; /* This centers it */
}
/* Ensure the action column behaves like a proper table cell */
.woocommerce-orders-table__cell-order-actions {
    display: table-cell !important;
    vertical-align: middle !important;
    text-align: center !important;
    white-space: normal !important; /* Allow wrapping */
}

/* Style for action buttons stacked vertically */
.woocommerce-orders-table__cell-order-actions a.button {
    display: block; /* Stack buttons */
    margin: 6px auto; /* Vertical spacing, center horizontally */
    padding: 8px 12px; /* Enough padding for vertical centering */
    line-height: 1.5; /* Better vertical alignment */
    text-align: center;
    vertical-align: middle;
}
/* Show order number column on mobile */
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-number {
    display: table-cell !important;
}




/* Beautify and elegant styling for My Account > Orders table */
/* Add border around each order row on all devices */
.woocommerce-orders-table tbody tr{
    border: 1px solid #ddd; /* Default border style and color */
    margin-bottom: 10px; /* Optional: Adds space between rows */
		border-radius: 5px;
		padding: 10px;
}
/* Format Columns */
.woocommerce-orders-table tbody td {
    padding: 10px;
}
.woocommerce-orders-table tbody td:first-child {
    padding-left: 15px; /* Extra padding on the left for the "Order" column */
}

.woocommerce-orders-table tbody td:last-child {
    padding-right: 15px; /* Extra padding on the right for the "Actions" column */
}
/* Left-align the Actions heading */
.woocommerce-orders-table thead th {
    text-align: center !important;
}

.woocommerce-orders-table thead th {
    background-color: #f8f9fa; /* Light gray header background */
    color: #333; /* Dark text for contrast */
    font-weight: 600; /* Slightly bold for elegance */
    padding: 12px; /* Increased padding for header */
    text-align: left; /* Align text to left for readability */
    border-bottom: 2px solid #e9ecef; /* Stronger bottom border */
}

/* Style for the Image column in My Account > Orders table */
.woocommerce-orders-table__cell-order-image img {
    width: 100px;
    height: auto;
    display: block;
    object-fit: cover; /* Ensures the image scales nicely */
    border: 1px solid #ddd; /* Optional: Adds a subtle border */
}


/* Footer Column alignment */
.footer-column-2 , .footer-column-3 {
		text-align:center;
}
/* Border above footer */
.main-footer {
    border-top: 1px solid #e5e5e5;
}
.subscribe-form-container {
display: flex;
    justify-content: center; /* Horizontally center the form */
    align-items: center; /* Vertically center the form */
    width: 100%;
    margin: 0 auto; /* Auto margin to ensure it's centered */
}

/* Styling for the subscription form */
#mailsubs_form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#mailsubs_form input[type="text"],
#mailsubs_form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}