/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.product-maket {
    border-radius: 20px !important;
    border: 1px solid #DBDBDB;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
	overflow: hidden;
}

.product-maket .wd-product-image {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-maket .product-image-link {
    height: 100%;
    position: relative;
}

.product-maket .product-image-link img {
    position: relative;
	height: 100%;
	width: auto;
	object-fit: cover;
}

.product-maket .wd-product .hover-img {
    position: absolute;
    inset: 0;
    display: block !important;
    align-items: center;
    justify-content: center;
    background-color: var(--bgcolor-white);
    opacity: 0;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    pointer-events: none;
    width: auto !important;
    height: 100%;
    border: 0;
    vertical-align: middle;
}
.product-maket .wd-product .hover-img img {
    width: auto !important;
    height: 100% !important;
	max-width: none !important;
}
.product-maket .product-element-top:hover .hover-img {
    transform: none !important;
}

.product-maket .hover-img img {
    object-fit: contain;
    height: 100%;
}

.product-maket .product-element-bottom.product-information {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	gap: 16px;
}

.product-maket .wd-product-info-content {
    display: flex;
    flex-direction: column;
    width: 152px;
    gap: 16px;
    text-align: left;
}

.product-maket .woocommerce-loop-product__title,
.product-maket h3.wd-entities-title {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    line-height: 1.2;
    color: #000000;
}

.wd-price-status-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
}

.product-maket .wrapp-product-price {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
}

.wd-stock-status {
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 3px;
    opacity: 1;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    gap: 10px;
    display: flex;
	align-items: center;
    width: auto;
    align-self: flex-start;
}

.wd-stock-status.stock-instock {
	background-color: #EDF8EA;
	color: #43B02A;
}

.wd-stock-status.stock-outofstock {
	background-color: #f8eaea;
	color: #b02a2a;
}
	
.product-maket .wd-actions {
    width: 100%;
    padding-top: 10px;
    text-align: center;
}

.wd-add-btn.wd-add-btn-replace a.button {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0;
    background-color: transparent;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.product-maket .wd-add-btn.wd-add-btn-replace a.button {
	display: flex;
    width: 100%;
    height: 43px;
    background-color: transparent;
    color: #1A1A1A;
    text-align: center;
    text-decoration: none;
    border: 1px solid #A77B51;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border-radius: 7px;
    padding: 10px;
    text-transform: none;
}

.wd-add-btn.wd-add-btn-replace a.button:hover {
    background-color: transparent;
    border-color: #fff;
}

.product-maket .wd-add-btn.wd-add-btn-replace a.button:hover {
	background-color: #A77B51;
	color: #fff;
}

.product-maket .onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e00;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
    font-size: 0.8em;
    z-index: 10;
}

.wd-product.wd-hover-maket,
.product-wrapper.product-maket {
    gap: 0px !important;
}

.product-rating-price {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    gap: 16px;
    text-align: left;
    color: #000 !important;
}

.wd-product.product-type-simple.outofstock .product_type_simple:before, .wd-product .product_type_grouped:before {
    font-family: fontawesome;
}

.wd-product.product-type-simple.outofstock .product_type_simple:before {
    margin-right: 5px;
}

.product-maket .fade-in-block.wd-scroll {
    width: 100%;
}

div.marginblock .wd-grid-g {
    display: flex !important;
    margin-top: -125px !important;
}

#adaptiveblock .wd-images-gallery .wd-grid-g {
    flex-wrap: wrap !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
}

#adaptiveblock .vc_row.vc_inner.vc_row-fluid {
    width: auto !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    position: static !important;
    left: auto !important;
    transform: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

#adaptiveblock .vc_row.vc_inner.vc_row-fluid > .wpb_column.vc_column_container.vc_col-lg-9 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#adaptiveblock .vc_row.vc_inner.vc_row-fluid > .wpb_column.vc_column_container.vc_col-lg-9 > .vc_column-inner > .wpb_wrapper {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#adaptiveblock .wd-images-gallery {
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
}

#adaptiveblock .wd-images-gallery .wd-grid-g {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    flex-wrap: wrap !important;
    gap: var(--wd-gap-lg, 10px) !important;
}

#adaptiveblock .wd-images-gallery .wd-gallery-item {
    flex-shrink: 1 !important;
    flex-basis: auto !important;
    min-width: 0 !important;
}

#adaptiveblock .wd-images-gallery .wd-gallery-image {
    max-width: 100% !important;
    height: auto !important;
}

div.wd-images-gallery.imgwidth100 {
    width: 100% !important;
}

div.wd-images-gallery.imgwidth100 div.wd-grid-g {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

div#bottomg0 {
    position: absolute;
    z-index: 99;
    bottom: 0px;
    margin-bottom: -15%;
    width: calc(100% - 20px);
}

div.wd-images-gallery.bottomg0 {
    position: absolute;
    z-index: 99;
    bottom: 0px;
    margin-bottom: -10%;
    width: calc(100% - 30px) !important;
}

.wd-page-title.page-title.page-title-default.title-size-small.title-design-centered.color-scheme-dark {
    padding-top: 40px !important;
}

nav.wd-breadcrumbs {
    margin-right: auto !important;
	font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
}

nav.wd-breadcrumbs span.wd-last {
    font-weight: 700;
}

.wd-page-title .container {
    gap: 40px !important;
}

.wd-breadcrumbs .wd-delimiter:after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 5px;
    background-image: url('/wp-content/themes/woodmart-child/assets/images/icon-breadcrumbs-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 5px;
    vertical-align: middle;
}

.vc_grid-item-mini {
    position: relative;
    border-radius: 20px;
    box-sizing: border-box;
}

.vc_grid-item-mini > .vc_gitem-animated-block {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
	overflow: hidden;
}

.vc_gitem-zone-a {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    cursor: pointer;
}

.vc_gitem-zone-a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
}

.hover-reveal-content {
    background: #878787;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s ease-out;
    border-radius: 20px;
    flex-grow: 0;
    flex-shrink: 0;
	padding-top: 43px !important;
    padding-right: 39px !important;
    padding-bottom: 26px !important;
    padding-left: 39px !important;
}

.hover-reveal-content .vc_gitem-post-data-source-post_title,
.hover-reveal-content .vc_gitem-post-data-source-post_excerpt {
	font-family: Roboto;
	color: #000;

}

.hover-reveal-content .vc_gitem-post-data-source-post_title {
    font-weight: 700;
    font-size: 24px;
}

.hover-reveal-content .vc_gitem-post-data-source-post_excerpt {
    font-weight: 400 !important;
    font-size: 14px;
	line-height: 18px;
}

.vc_grid-item-mini:hover .hover-reveal-content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.vc_gitem-zone-c {
    overflow: hidden !important;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    pointer-events: none;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    display: none;
}

.vc_gitem-zone-c.active {
    max-height: 2000px;
    opacity: 1;
    pointer-events: auto;
    display: block;
}

.hover-mob-content {
    background: #878787;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
    display: none;
	border-radius: 20px !important;
	margin-top: 16px;
	padding-top: 43px !important;
	padding-right: 34px !important;
	padding-bottom: 26px !important;
	padding-left: 34px !important;
	gap: 10px;
}

.hover-reveal-content .vc_custom_heading div,
.hover-mob-content .vc_custom_heading div {
    text-align: left;
}

.hover-reveal-content p,
.hover-mob-content p {
    margin-bottom: 0;
}

.hover-mob-content .vc_gitem-post-data-source-post_title,
.hover-mob-content .vc_gitem-post-data-source-post_excerpt {
	font-family: Roboto;
	color: #000000;
}

.hover-mob-content .vc_gitem-post-data-source-post_title {
    font-weight: 700;
    font-size: 24px;
}

.hover-mob-content .vc_gitem-post-data-source-post_excerpt {
    font-weight: 400;
    font-size: 14px;
}

.hover-mob-content {
    display: flex !important;
    gap: 10px !important;
    flex-direction: column;
}

.hover-mob-content .vc_gitem-post-data {
    margin-bottom: 20px  !important;
}

.vc-gitem-zone-height-mode-auto:before {
	padding-top: inherit !important;
}
					
:is(.btn,.button,button,[type=submit],[type=button]) {
    gap: 8px !important;
}

a.btn.bt-slide {
    min-width: 171px;
}

ul#menu-main-menu li {
    padding: 0 20px;
}

ul#menu-main-menu.wd-nav {
    gap: 0px;
}

.mobile-nav.wd-side-hidden.wd-side-hidden-nav.wd-right.wd-opener-arrow.wd-opened {
    background: #65574E;
}

.wd-info-box :is(.info-box-subtitle,.info-box-title,.info-box-inner):not(:first-child) {
    margin-top: 8px !important;
}

.wd-side-hidden.wd-right {
    right: auto !important;
    left: 0 !important;
    width: 100vw !important;
    transform: translateY(-100%) !important;
}

.wd-side-hidden.wd-opened {
    transform: translateY(0) !important;
}

.wd-side-hidden {
    position: fixed;
    inset-block: var(--wd-admin-bar-h) 0;
    z-index: 500;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    background-color: var(--bgcolor-white);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.wd-side-hidden-overlay { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 499;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.wd-side-hidden-overlay.wd-opened {
    opacity: 1;
    visibility: visible;
}

.mobile-nav.wd-side-hidden.wd-side-hidden-nav.wd-right.wd-opener-arrow.wd-opened {
    display: flex;
    flex-direction: column;
	z-index: 999;
}

.widgetarea-mobile .vc_column_container>.vc_column-inner {
    padding: 28px 10px;
    margin-top: auto;
}

.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {
    padding: 5px 0px !important;
}

.wd-heading {
	display: flex;
	justify-content: space-between;
    height: 48px !important;
	padding: 10px !important;
}

.currency-close {
    display: flex;
    gap: 20px;
    align-items: center;
}

ul#menu-main-menu-2 {
    padding: 0 10px;
}

.wd-nav-mobile>li>a,
.wd-nav-mobile>li>ul li>a {
    border-bottom: 1px solid #ffffff !important;
}

.wd-heading {
    border-bottom: 1px solid transparent !important;
}

.wd-nav-mobile li:active > a {
    background-color: transparent !important;
}

.wd-nav-mobile > li.current-menu-item > a {
    color: rgb(228, 167, 0) !important;
    background-color: transparent !important;
}

.wd-cross-icon > a:before {
    content: none !important;
}

.wd-heading .wd-action-btn.wd-style-text>a {
    height: 16px !important;
}

.wd-cross-icon > a {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/themes/woodmart-child/assets/images/icon-close-white.png') !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.bradius div.vc_single_image-wrapper,
.bradius div.wd-gallery-item {
	border-radius: 20px;
	overflow: hidden;
}

.wd-close-side {
    background-color: rgba(0, 0, 0, 0.63) !important;
}

html.popup-is-open {
    overflow: hidden;
}

#login-popup-module {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 10000;
    display: none;
    justify-content: center;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.65);
    padding: 5vh 15px;
    box-sizing: border-box;
}

#login-popup-module.is-visible {
    display: flex;
}

.block__close-btn {
    display: block;
    height: 20px;
    position: relative;
    text-align: right;
}

.wd-popup-close {
    font-size: 26px;
    color: #888;
    cursor: pointer;
    z-index: 10;
    padding: 0px;
    min-height: 20px;
    max-height: 20px;
	background-color: transparent;
}

.wd-popup-close:hover {
    color: #000;
	background-color: transparent;
	opacity: 0.63;
}

.form-wrapper.form-login {
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.login-popup__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 548px;
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    background: #F2F2F2;
    position: relative;
    margin: auto;
    box-sizing: border-box;
}

.login-popup__content .form-fields p {
    margin-bottom: 0px;
}

.login-popup__main-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.form-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    color: #1A1A1A;
    margin: 0;
    line-height: 41px;
}

.block__print_notices {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block__print_notices .custom-error li {
    list-style: none;
}

.login-popup__content .woocommerce-notices-wrapper {
    margin: 0;
    padding: 0;
    order: -1;
}

.login-popup__content .woocommerce-error {
    background: transparent !important; border: none !important; padding: 0 !important;
    margin: 0 0 15px 0 !important;
    color: #d93025 !important; text-align: center; list-style: none !important;
    font-size: 15px;
}

.block__print_notices span {
    line-height: 27px;
}

.login-popup__content .woocommerce-message {
    background: none;
    color: #43B02A;
    font-family: Roboto;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
	margin-bottom: 0px;
}

.woocommerce-message.good-verified {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-inline: 0px 30px !important;
    align-items: center;
}

.form-verify .woocommerce-message:before {
	display: none !important;
}

.form-fields {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.login-popup__content .woocommerce-form-verify .form-fields {
    gap: 0px;
}

.form-wrapper label:not(.remember-me) {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #1A1A1A;
    display: block;
    margin-bottom: 15px;
}

.form-wrapper .input-text {
    width: 100%;
    height: 65px;
    border-radius: 15px;
    border: 2px solid #C6C6C6;
    padding: 15px 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #333;
    box-sizing: border-box;
}

.login-popup__content input.invalid-field {
    border: 2px solid #D32F2F !important;
}

.login-popup__content input:focus {
    border: 2px solid #FFC935;
}

.form-wrapper .input-text::placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #C6C6C6;
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

.form-options .remember-me {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1A1A1A;
    cursor: pointer;
}

.form-options .lost-password {
    color: #E4A700;
    text-decoration: none;
}

.form-options .registration-hint {
    font-size: 13px; color: #777;
}

.social-login {
    margin-top: 35px;
}

.social-login-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #aaa;
    margin-bottom: 15px;
}

.social-login-divider::before, .social-login-divider::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #a4a4a4;
}

.social-login-divider span {
    padding: 0 1em;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
}

.social-login-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    margin: 0 auto;
}

.social-login-btn img {
    height: 24px;
}

.login-popup__main-content.is-verify-active .social-login,
.login-popup__main-content.is-reset-active .social-login {
    display: none;
}

.login-popup__actions,
.woocommerce-account .login__actions {
    display: flex;
    gap: 15px;
	    padding-bottom: 50px;
}

.woocommerce-account .login__actions {
	display: flex;
    flex-direction: column;
    max-width: 548px;
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    background: #F2F2F2;
    position: relative;
    margin: auto;
    box-sizing: border-box;
}

.login-popup__actions button,
.woocommerce-account .login__actions button{
    flex: 1;
    height: 42px;
    border-radius: 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #A77B51;
    transition: all 0.2s ease;
    text-transform: none;
}

.btn-secondary {
    background-color: transparent;
    color: #1a1a1a;
}

.btn-primary {
    background-color: #A77B51;
    color: #fff;
}

.btn-secondary:hover {
    background-color: rgba(160, 137, 112, 0.1);
}

.btn-primary:hover {
    background-color: #8a745c;
    border-color: #8a745c;
}

.login-popup__main-content .form-register,
.login-popup__main-content .form-verify {
    display: none;
}

.login-popup__main-content.is-register-active .form-login {
    display: none;
}

.login-popup__main-content.is-register-active .form-register {
    display: flex;
	gap: 30px;
	flex-direction: column;
	
}

.login-popup__main-content.is-verify-active .form-login,
.login-popup__main-content.is-verify-active .form-register {
    display: none;
}

.login-popup__main-content.is-verify-active .form-verify {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.login-popup__main-content form.woocommerce-form.woocommerce-form-verify {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.custom-error {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #E40000;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.custom-error svg {
    flex-shrink: 0;
}

.password-input-wrapper {
    position: relative;
    display: block;
}

.toggle-password-visibility {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 0;
}

.toggle-password-visibility .icon-eye-open {
    display: none;
}

.toggle-password-visibility .icon-eye-closed {
    display: block;
}

.toggle-password-visibility.is-password-visible .icon-eye-open {
    display: block;
}

.toggle-password-visibility.is-password-visible .icon-eye-closed {
    display: none;
}

.password-input-wrapper .input-text {
    padding-right: 60px !important;
}

.password-input-wrapper button:hover {
	background-color: transparent;
}

.verify-code-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.verify-code-inputs input {
    height: 65px;
    border-radius: 15px;
    border-width: 1px;
    justify-content: space-between;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    font-size: 25px;
}

.code-input {
    width: 50px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #C6C6C6;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    -moz-appearance: textfield;
}

.code-input::-webkit-outer-spin-button,
.code-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.code-input:focus {
    outline: none;
    border-color: #A77B51;
    box-shadow: 0 0 0 2px rgba(167, 123, 81, 0.2);
}

.login-popup__main-content .form-reset {
    display: none;
}

.login-popup__main-content.is-reset-active .form-login,
.login-popup__main-content.is-reset-active .form-register,
.login-popup__main-content.is-reset-active .form-verify {
    display: none;
}

.login-popup__main-content.is-reset-active .form-reset {
    display: flex;
    flex-direction: column;
}

.reset-success-message {
	display: flex;
    gap: 40px;
    flex-direction: row;
    align-items: flex-start;
}

.reset-success-message div {
	display: flex;
	flex-direction: column;
}

.reset-success-message div p {
    margin-bottom: 0px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 30px;
}

.login-popup__main-content.is-reset-active .custom-error,
.login-popup__main-content.is-reset-active h2
 {
    margin-bottom: 40px;
}

.login-popup__main-content.is-reset-active h2.form-title.goodreset {
    text-align: left;
    margin: -5px 0;
	padding-bottom: 40px;
}

.woocommerce-account .password-input input {
    width: 100%;
    height: 65px;
    border-radius: 15px;
    border: 2px solid #C6C6C6;
    padding: 15px 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #333;
    box-sizing: border-box;
}

.lost_reset_password .password-input {
    position: relative;
}

.lost_reset_password .show-password-input {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.lost_reset_password .show-password-input::before {
    content: '' !important;
    font-family: initial !important;
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lost_reset_password .show-password-input::before {
    background-image: url('/wp-content/themes/woodmart-child/assets/images/icon-eye-open.svg');
}

.lost_reset_password .show-password-input.display-password::before {
    background-image: url('/wp-content/themes/woodmart-child/assets/images/icon-eye-closed.svg');
}

.lost_reset_password .input-text[type="password"] {
    padding-right: 3.5em !important;
}

.lost_reset_password {
    padding-top: 0px;
}

.lost_reset_password h2.form-title {
    padding-bottom: 40px;
}

.lost_reset_password .form-row-first {
    border-top: 0px solid #000 !important;
	margin-bottom: 40px;
}

label.remember-me.checkbox-label span,
label.terms-and-conditions-label.checkbox-label span {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

label.remember-me.checkbox-label .checkbox-visual {
	top: 0px!important;
}

label.remember-me.checkbox-label {
    margin-bottom: 0px !important;
}

label.remember-me.checkbox-label span.infotext {
    line-height: 21px;
}

label.terms-and-conditions-label.checkbox-label.checkbox-visual {
    top: 2px;
}

.wd-close-side.wd-close-side-opened {
    opacity: 0 !important;
}

.wd-tools-custom-icon:hover .avatar {
    opacity: .6;
}

input.minus.btn {
    border-radius: 7px 0 0 7px !important;
}

input.plus.btn {
    border-radius: 0 7px 7px 0 !important;
}

.box-with-icon .info-box-icon {
    overflow: visible !important;
    position: relative;
}

.info-box-icon span.info-box-icon-number {
    position: absolute;
    height: 62px;
    width: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 31px;
    border-width: 5px;
    opacity: 1;
    padding-top: 17px;
    padding-right: 24px;
    padding-bottom: 17px;
    padding-left: 24px;
    gap: 10px;
    background: #3D2F26;
    border: 5px solid #F2F2F2;
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #ffffff;
}

.info-box-icon.pos-right span.info-box-icon-number {
	top: 47px;
    left: 121px;
}

.info-box-icon.pos-left span.info-box-icon-number {
	top: 47px;
    right: 121px;
}

a.wd-products-load-more.load-on-click {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: none;
    color: #1A1A1A;
	border-color: #A77B51;
    width: 171px;
}

.vc_single_image-wrapper.vc_box_border_grey {
    border-radius: 20px;
    overflow: hidden;
}

.howworks {
    display: flex;
    width: auto;
	justify-content: center;
}

.howworks > .wpb_column:not(.row-connector) {
    flex-basis: 547px;
    flex-grow: 0;
    flex-shrink: 0;
}

.howworks > .row-connector {
    flex-grow: 1;
}

.howworks > .row-connector .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.howworks .wd-info-box .info-box-content {
    margin-top: 15px;
}

.howworks .wpb_column.row-connector {
    margin-bottom: -150px;
    margin-top: -25px;
}

.howworks .info-box-wrapper {
    min-width: 260px;
}

.whb-sticky-shadow.whb-sticked .whb-main-header {
    z-index: 999 !important;
}

.testimonials .wd-testimon {
    position: relative;
    display: flex;
    min-height: 480px;
}

.testimonials .wd-testimon-bg {
    width: 260px;
    height: 412px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.testimonials .wd-testimon-content-wrapper {
    position: absolute;
    z-index: 2;
    width: calc(100% - 100px);
    background-color: white;
    padding: 20px;
    padding-top: 50px;
    border: 1px solid #a4a4a4;
    top: 137px;
    left: 55px;
    border-radius: 20px;
    border-width: 1px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
	min-height: 251px;
}

.testimonials .wd-testimon-thumb {
    position: absolute;
    top: -40px;
    left: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
}

.testimonials .wd-testimon-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials .wd-testimon-thumb {
    border: 1px solid #a4a4a4 !important;
}

.testimonials .wd-testimon-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
	align-items: center;
}

.testimonials .wd-testimon-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.testimonials .wd-testimon-name {
    margin-bottom: 0px;
}

.testimonials .wd-testimon-date {
    color: #5f5f5f;
    flex-shrink: 0;
    margin-left: 10px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
}

.testimonials .star-rating {
    margin-bottom: 15px;
	margin-top: 0px !important;
}

.testimonials .wd-testimon-text {
    font-size: 14px;
    line-height: 1.6;
	margin-top: 0px;
}

.wd-testimon-text {
    background-color: #ffffff !important;
}

.testimon-style-info-top .wd-testimon-text {
    padding: 0px !important;
}

.star-rating {
    display: flex !important;
    gap: 6px;
    width: 155px;
    height: 15px;
    align-items: center;
    opacity: 1;
}

.star-icon {
    width: 15px;
    height: 15px;
    display: block;
}

.star-rating:before {
    content: "" !important;
	display: none;
}

.star-rating:after {
    content: "" !important;
	display: none;
}

.testimonials .wd-testimon-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: calc(20px * 3);
    transition: max-height 0.4s ease;
	font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #5F5F5F;
}

.testimonials .wd-testimon-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    max-height: calc(1.6em * 3);
    transition: max-height 0.4s ease;
}

.testimonials .wd-testimon-text.is-expanded {
    -webkit-line-clamp: unset;
    display: block;
    max-height: 160px;
}

.testimonials .wd-testimon-text.has-scrollbar {
    overflow-y: auto;
    scrollbar-gutter: stable;
}

.testimonials .wd-testimon-read-more,
.testimonials .wd-testimon-read-less {
    display: inline-block;
    margin-top: 8px;
    font-weight: 600;
    cursor: pointer;
    color: var(--wd-primary-color);
}

.testimonials .wd-testimon-read-more,
.testimonials .wd-testimon-read-less {
    display: none;
	font-family: Roboto;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #1A1A1A;
    text-decoration: none;
    border-bottom: 1px solid #1A1A1A;
}

.testimonials .wd-testimon-read-more:hover,
.testimonials .wd-testimon-read-less:hover {
	opacity: 0.63;
}

.wd-testimon-text-wrapper.has-overflow .wd-testimon-read-more {
    display: inline-block;
}

.wd-testimon-text-wrapper.has-overflow.is-expanded .wd-testimon-read-more {
    display: none;
}

.wd-testimon-text-wrapper.has-overflow.is-expanded .wd-testimon-read-less {
    display: inline-block;
}

.wd-carousel-inner .wd-nav-arrows.wd-pos-sep {
    display: none;
}

.wd-carousel.wd-grid.wd-initialized.wd-horizontal.wd-watch-progress.wd-backface-hidden {
    padding-bottom: 0px;
}

.wd-carousel .wd-nav-pagin-wrap {
    margin-top: 0px;
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] span {
    width: 14px !important;
    height: 14px !important;
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    border-color: #A77B51 !important;
    background-color: #A77B51 !important;
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] span {
    border-color: #D5D5D5 !important;
    background-color: #D5D5D5 !important;
}

.wd-nav-pagin-wrap {
    gap: 30px;
	margin-top: 0px !important;
	z-index: 99;
    position: relative;
}

.wd-nav-pagin {
    gap: 16px !important;
}

.wd-carousel-container .wd-arrow-inner {
    width: 32px;
    height: 32px;
    border: 1px solid #A77B51;
    border-radius: 50%;
	font-weight: bold;
	color: #ffffff;
    font-size: 8px;
	background-color:#A77B51;
}

.wd-carousel-container .wd-disabled .wd-arrow-inner {
	background-color: transparent !important;
}

.wd-carousel-container .wd-arrow-inner::after {
    font-size: 8px;
	color: #ffffff;
}

.wd-carousel-container .wd-disabled .wd-arrow-inner::after {
	color: #A77B51 !important;
}

.wd-carousel-container .wd-arrow-inner:hover {
    color: inherit;
    background: inherit;
    border-color: inherit;
	opacity: 0.63;
	background-color:#A77B51;
}

.wd-carousel-container .wd-disabled .wd-arrow-inner:hover {
	opacity: 1;
}

#boxscroll .vc_column-inner::-webkit-scrollbar-thumb {
    background: #A77B51 !important;
    border-radius: 4px;
}

#boxscroll  .vc_column-inner::-webkit-scrollbar-track {
    background: #E2E2E2 !important;
}

#boxscroll .vc_column-inner::-webkit-scrollbar {
    width: 4px !important;
}

.btn {
    border-radius: 7px;
}

.wd-header-text.usdtest {
    border: 1px solid #0F0F0F;
    border-radius: 5px;
    padding: 6px 12px;
    margin: 0px 15px;
}

.wd-set-mb>* {
    margin-bottom: 20px;
}

.wd-list li {
    align-items: flex-start !important;
}

.wd-list li span.wd-list-content.list-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wd-list li span.wd-list-content.list-content span.titlelist {
font-family: Roboto;
	font-weight: 500;
	font-size: 24px;
	color: #1A1A1A;
}

.wd-list li span.wd-list-content.list-content span.textlist {
font-family: Roboto;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #1A1A1A;
}

#boxscroll .vc_column-inner {
    overflow-y: scroll;
}

#boxscroll.wd-collapsible-content:not(.wd-opened)>.vc_column-inner>.wpb_wrapper:after {
	display: none;
}

.wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number {
    position: absolute;
    top: 13px !important;
    inset-inline-end: -6px !important;
    z-index: 1;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    background-color: #FFC935 !important;
    color: #000000 !important;
    text-align: center;
    letter-spacing: 1px !important;
    font-weight: 500;
    font-size: 10px !important;
    line-height: 18px !important;
	padding-left: 1px !important;
}

.wd-header-my-account span.wd-tools-icon {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    overflow: hidden;
}

.wd-side-hidden {
    width: 100%;
}

.faq-item {
    font-family: 'Roboto', sans-serif;
    max-width: 1340px;
    border: 1px solid #A4A4A4;
    background: #FFFFFF;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: background-color 0.4s ease, border-color 0.4s ease, padding-bottom 0.4s ease;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 15px;
    cursor: pointer;
}

.faq-question {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    color: #1A1A1A;
    transition: color 0.4s ease;
}

.faq-toggle-icon {
    position: relative;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
}

.faq-toggle-icon .icon-closed,
.faq-toggle-icon .icon-open {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
}

.faq-toggle-icon .icon-open {
    opacity: 0;
}

.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease-in-out;
}

.faq-answer-content {
    padding: 15px;
}

.faq-answer-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.faq-item.open {
    background: #A77B51;
    border-color: #A77B51;
    padding-bottom: 30px;
}

.faq-item.open .faq-question {
    color: #FFFFFF;
}

.faq-item.open .faq-toggle-icon .icon-closed {
    opacity: 0;
}

.faq-item.open .faq-toggle-icon .icon-open {
    opacity: 1;
}

.wd-prefooter {
    padding-bottom: 0px !important;
}

.footerrow .widget.widget_nav_menu a {
    color: #ffffff;
	line-height: 16px;
	font-size: 14px;
}

.footerrow .wpb_content_element {
    margin-bottom: 0px;
}

.footerrow li.menu-item.menu-item-type-post_type.menu-item-object-page {
    line-height: 16px;
}

.wd-loop-footer {
    margin-top: 40px !important;
}

nav[class*="-pagination"] ul {
    gap: 8px !important;
}

.wd-loop-footer nav.woocommerce-pagination li .page-numbers {
    width: 38px;
    height: 38px;
    border-radius: 50%;
	font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
	background-color: #EBEBEB;
    color: #5F5F5F;
}

.wd-loop-footer nav.woocommerce-pagination li .current {
    background-color: #DACBB5 !important;
    color: #1a1a1a !important;
}

nav[class*="-pagination"] li :is(.next,.prev) {
    background-color: #ffffff !important;
    border: 1px solid #A77B51;
}
nav[class*="-pagination"] li.disabled :is(.next,.prev) {
    border: 1px solid #838383 !important;
}

nav[class*="-pagination"] li :is(.next,.prev):before {
	color:#1A1A1A;
	width: 9px;
	height: 5px;
	line-height: 7px;
}

nav[class*="-pagination"] li.disabled :is(.next,.prev):before {
	color:#838383;
}

.wd-loop-footer nav.woocommerce-pagination li a.page-numbers:hover {
	opacity:0.63;
}

.wd-page-title .container {
    padding: 0px 50px;
}

.wd-breadcrumbs .wd-delimiter:after {
    filter: sepia(1) saturate(2935%) hue-rotate(25deg) brightness(0.7);
}

.footerlogo .vc_column-inner {
    justify-content: center;
}

.contactusb .wd-set-mb>* {
    margin-bottom: 15px;
}

.wd-swatch {
    border-radius: 4px !important;
}

[class*="wd-swatches"].wd-shape-rounded .wd-swatch {
    border-radius: 4px !important;
}

[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg.wd-active, [class*="wd-swatches"].wd-bg-style-2 .wd-swatch-wrap.wd-active .wd-swatch.wd-bg, [class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text.wd-active, [class*="wd-swatches"].wd-text-style-2 .wd-swatch-wrap.wd-active .wd-swatch.wd-text {
    --wd-swatch-brd-color: #FFC935 !important;
    --brd-width: 3px !important;
}

[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg:hover:not(.wd-disabled) {
		--wd-swatch-brd-color: #FFC935 !important;
--brd-width: 3px !important;
}

[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg  {
    box-shadow: 0 0 0 var(--brd-width, 1px) var(--wd-swatch-brd-color) inset;
    --wd-swatch-inn-sp: 2px !important;
    border-radius: 4px !important;
} 

[class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text {
    box-shadow: 0 0 0 var(--brd-width, 1px) var(--wd-swatch-brd-color) inset;
    --wd-swatch-inn-sp: 2px !important;
    border-radius: 4px !important;
}

.wd-label-top-md table.variations .cell {
	display: block !important;
}

table.variations label {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}

table.variations .label span {
    font-weight: 700;
    font-size: 14px;
    color: #1A1A1A;
}

table.variations label:after {
    margin-right: 3px;
    margin-left: 1px !important;
}

.variations_form table.variations .cell {
    padding: 0 0 15px 0;
}

.variations_form table.variations .cell.with-swatches {
    padding: 0 0 40px 0;
}

.variations_form table.variations tr:last-child .cell {
    padding-bottom: 15px;
}

.summary.entry-summary.text-left.wd-grid-col {
    padding-left: 75px;
}

span.wd-swatch-text {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    color: #1A1A1A;
}

.wd-swatches-product {
    gap: 8px !important;
}

.variations_form .wd-swatch.wd-text.wd-enabled {
    height: 42px;
    opacity: 1;
    border-radius: 7px !important;
    border-width: 1px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.variations_form .wd-swatches-product.wd-swatches-single.wd-bg-style-2.wd-text-style-2.wd-dis-style-3.wd-size-large.wd-shape-rounded {
    max-width: 580px;
}

.woocommerce-product-gallery.thumbs-position-bottom .wd-gallery-thumb .wd-carousel-wrap {
    gap: 14px;
}

.woocommerce-product-gallery.thumbs-position-bottom .wd-gallery-thumb .wd-carousel-item img {
    width: 60px;
    height: 60px;
    border-radius: 7px;
    object-fit: cover;
    border: 2px solid transparent; 
    box-sizing: border-box;
}

.woocommerce-product-gallery.thumbs-position-bottom .wd-gallery-thumb .wd-carousel-item.wd-active img {
    border-color: #FFC935;
}

.wd-carousel.wd-grid.wd-initialized.wd-horizontal.wd-watch-progress.wd-backface-hidden.wd-thumbs {
    width: 294px;
} 

.wd-carousel-item {
    width: 60px;
    padding: 0;
    margin: 0;
}

.woocommerce-product-gallery__image img {
    max-width: 500px;
    max-height: 500px;
    width: auto;
    height: auto;
}

table.variations tr {
    display: flex;
    flex-direction: column;
}

input#coupon_code_mini:focus {
    border: 2px solid #FFC935;
}

.po-gallery-slide.po-gallery-placeholder {
    max-width: 525px;
    margin: 0 auto;
}

span.woocommerce-Price-amount.amount {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #1A1A1A;
}

.wd-page-content .quantity {
	/* display: flex; */
	align-items: center;
	border: 1px solid #C6C6C6;
	border-radius: 7px;
	overflow: hidden;
	height: 42px;
}

.wd-page-content .quantity .qty {
	border: none;
	width: 37px;
	text-align: center;
	-moz-appearance: textfield;
}

.wd-page-content .quantity .qty::-webkit-outer-spin-button,
.wd-page-content .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wd-page-content .quantity .plus,
.wd-page-content .quantity .minus {
	/* background-color: #f9f9f9; */
	border: none;
	width: 36px;
	/* height: 36px; */
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.2s ease;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.wd-page-content .quantity .plus:hover,
.wd-page-content .quantity .minus:hover {
	color: #ffffff;
}

button.single_add_to_cart_button {
    min-width: 224px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 0 0;
	background-color:#A77B51;
}

button.single_add_to_cart_button:hover {
	background-color:#A77B51 !important;
	opacity:0.63;
}

.wd-swatch.wd-text .wd-swatch-text {
    padding: 0 0 !important;
}

.wd-accordion.wd-style-default>.wd-accordion-item:first-of-type {
    border-top: 0px solid var(--brdcolor-gray-300) !important;
}

.wd-single-price .price {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    color: #1a1a1a;
}

.stars a {
    width: calc(15px + 6px) !important;
}

.stars a:before,
.stars a:hover ~ a:before,
.stars a.active ~ a:before,
.stars.selected:hover a:hover ~ a:before {
    content: "" !important;
    display: inline-block !important;
    width: 15px;
    height: 15px;
    background-image: url('/wp-content/themes/woodmart-child/assets/images/star-empty.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.stars:hover a:before,
.stars.selected a:before,
.stars.selected:hover a:before {
    content: "" !important;
    display: inline-block !important;
    width: 15px;
    height: 15px;
    background-image: url('/wp-content/themes/woodmart-child/assets/images/star-filled.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.po-star-rating {
	display: flex;
	gap: 6px;
}

.single_add_to_cart_button::before {
	content: '';
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url(/wp-content/themes/woodmart-child/assets/images/icon-cart.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    position: relative;
}

body.woocommerce-cart .wd-header-cart,
body.woocommerce-checkout .wd-header-cart,
td.product-remove a:before {
    display: none !important;
}

.wd-popup-cart span.woocommerce-Price-amount.amount {
	font-size: 14px;
}

body.woocommerce-cart .remove_from_cart_button:hover .remove-product {
    opacity: 0.63;
}

input#coupon_code {
    max-width: 309px;
    height: 42px;
    border-radius: 8px;
    border: 2px solid #C6C6C6;
    justify-content: space-between;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 30px;
}

input#coupon_code::placeholder {
    font-family: Roboto;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
}

button.button.apply_coupon_cart {
    border: 2px solid #1A1A1A;
    width: 143px;
    height: 42px;
    border-radius: 7px;
    border-width: 1px;
    opacity: 1;
    padding: 10px;
    color: #1A1A1A;
    text-transform: capitalize;
    background: transparent;
}

.wd-coupon-form .button:hover {
    color: #1A1A1A;
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: #e0e0e0;
}

input#coupon_code:focus {
    border: 2px solid #FFC935;
}

td.product-thumbnail img {
	width: 100px;
    height: 100px;
    min-width: 100px !important;
    max-width: 100px !important;
    border-radius: 7px !important;
	overflow: hidden;
}

.wd-coupon-form {
    display: flex;
    flex-grow: 1;
    gap: 20px;
    text-align: start;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

body.woocommerce-cart .cart_totals .woocommerce-remove-coupon:before {
    display: none;
}

.coupon-line {
    display: flex;
    gap: 30px;
}

.woocommerce-cart__coupon-discount {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

body.woocommerce-cart .woocommerce-remove-coupon,
body.woocommerce-cart .woocommerce-mini-cart__applied-coupons .woocommerce-remove-coupon:before {
    display: none;
}

body.woocommerce-cart .woocommerce-mini-cart__applied-coupons .woocommerce-remove-coupon {
    display: flex;
}

body.woocommerce-cart tr.order-total td {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

body.woocommerce-cart tr.order-total td,
body.woocommerce-cart tr.order-total th {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
	color: #1a1a1a;
}

body.woocommerce-cart .cart-content-wrapper>.cart_totals .cart-totals-inner {
    padding: 25px;
    border: 1px solid #c6c6c6;
    opacity: 1;
    border-radius: 20px;
    padding: 20px 30px;
}

.woocommerce-cart-form__cart-item .product-name a {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}

.woocommerce-cart-form__cart-item ul.variation li {
	font-family: Roboto;
	font-size: 14px;
	color: #1A1A1A;
}

.woocommerce-cart-form__cart-item ul.variation .item-variation-name {
	font-weight: 500;
}

.woocommerce-cart-form__cart-item ul.variation .item-variation-value {
	font-weight: 700;
}

.woocommerce-cart-form__cart-item ul.variation .item-variation-value p {
	font-size: 14px;
}

.order-discount-title {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #1A1A1A;
    margin-bottom: 20px;
    text-align: left;
}

.woocommerce-cart__coupon-discount span.woocommerce-Price-amount.amount {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #1A1A1A;
}

tr.cart-subtotal th {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

.cart-subtotal span.woocommerce-Price-amount.amount {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #1A1A1A;
}

.total-saving-notice,
.total-saving-notice span.woocommerce-Price-amount.amount {
    font-family: Roboto;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1A1A1A;
}

.total-saving-notice {
	display: flex;
	align-items: center;
	gap: 15px;
}

.woocommerce-mini-cart__applied-coupons img {
    width: 16px;
    max-width: 16px;
}

.cart_totals table td,
.cart_totals table th {
    border-bottom: 1px solid transparent;
}

.po-checkout-left-col {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#order_review .woocommerce-shipping-totals {
    display: none;
}

.po-form-row-split,
.po-form-row-split-3 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.po-form-row-split-3 > * {
    flex: 1;
    box-sizing: border-box;
    flex-basis: 0;
}


@media (max-width: 900px) {
    .po-form-row-split-3 > * {
        flex: 1 1 48%;
    }
}


@media (max-width: 600px) {
    .po-form-row-split-3 > * {
        flex: 1 1 100%;
    }
}


.po-checkout-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.po-checkout-left-col {
    flex: 1;
    min-width: 320px;
    flex-basis: 55%;
}

.po-checkout-right-col {
    flex: 1;
    min-width: 320px;
    flex-basis: 40%;
}

.po-checkout-right-col .po-checkout-block {
    border-radius: 20px;
    border-width: 1px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    margin-bottom: 20px;
    border: 1px solid #C6C6C6;
}

h2.po-checkout-title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    color: #1A1A1A;
	margin-bottom: 30px;
}

h3.po-checkout-title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #1A1A1A;
	margin-bottom: 40px;
}

.woocommerce-checkout #order_review {
    border: none;
    padding: 0;
    background: none;
}


@media (max-width: 991px) {
    .po-checkout-right-col {
        margin-top: 40px;
    }
}


span.pocs-text {
    color: #1A1A1A;
}

form.woocommerce-checkout input {
    height: 65px;
    justify-content: space-between;
    opacity: 1;
    border-radius: 15px;
    border: 2px solid #C6C6C6;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
	color: #1A1A1A;
	font-weight: 500;
    font-size: 17px;
}

#newsletter_signup {
    height: 21px;
}

body .select2-container--default .select2-selection--single {
    height: 65px;
    justify-content: space-between;
    opacity: 1;
    border-radius: 15px;
    border: 1px solid #C6C6C6;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 0;
    height: 65px;
    width: 42px;
    background-image: var(--wd-form-chevron);
    background-position: right 50% top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-inline: 0px 30px;
}

p#billing_first_name_field,
p#billing_last_name_field {
    width: calc(50% - 10px);
}

#payment_section ul.wc_payment_methods {
    padding-left: 0;
    list-style: none;
}

#payment_section li.wc_payment_method {
    padding: 0;
    margin: 0 0 15px 0;
    width: 100%;
}

#payment_section li.wc_payment_method label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 104px;
    padding: 20px;
    gap: 30px;
    border: 1px solid #1A1A1A;
    border-radius: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}

#payment_section .po-hidden-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#payment_section .radio-dot {
    width: 24px;
    height: 24px;
    border: 1px solid #1A1A1A;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease-in-out;
}

#payment_section .payment-title {
    font-weight: 700;
}

#payment_section .payment-icon img {
    max-height: 66px;
    max-width: 145px;
}

li.wc_payment_method label:has(.po-hidden-radio:checked) {
    border-color: #A77B51;
    background-color: #fcf9f6;
}

#payment_section .po-hidden-radio:checked ~ .radio-dot {
	border: 0px solid #1A1A1A;
    border-color: #A77B51;
    background-color: #A77B51;
}

#payment_section .radio-dot::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/plugins/po-closet-form/assets/images/icon-checked.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 9px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

#payment_section .po-hidden-radio:checked ~ .radio-dot::after {
    opacity: 1;
}

.payment-icon {
    width: 155px;
    height: 70px;
    border-radius: 15px;
    border: 1px solid #1A1A1A;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}

.po-country-select {
    position: relative;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 500;
    user-select: none;
	margin-bottom: 20px;
}

.pocs-selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    padding: 15px 25px;
    border: 2px solid #ccc;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
}

.pocs-arrow {
    display: inline-block;
    width: 22px;
    height: 14px;
    background-image: url("/wp-content/themes/woodmart-child/assets/images/icon-pocs-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

.po-country-select.open .pocs-arrow {
    transform: rotate(0deg);
}

.po-country-select.open .pocs-selected {
    border-color: #FFC935;
}

.pac-container.pac-logo.hdpi {
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    gap: 10.5px;
    padding-top: 17px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 8px;
}

.hdpi.pac-logo:after {
	display: none !important;
	background-image: url('') !important;
}

.pac-container .pac-item {
    cursor: default;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 41px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #515151;
    padding: 10px 17px;
    height: 41px;
    display: flex;
    align-items: center;
}

.po-country-select:not(.po-state-select) .pocs-options {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 15px;
    z-index: 10;
    box-sizing: border-box;
    padding: 0px 0;
    margin: 0;
    max-height: 240px;
    overflow-y: auto;
}

.po-country-select:not(.po-state-select).open .pocs-options {
    display: block;
}

.po-state-select .pocs-options-wrapper {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 15px;
    z-index: 10;
    box-sizing: border-box;
    padding: 0px 5px 0px 0px;
    overflow: hidden;
}

.po-country-select.po-state-select.open .pocs-options-wrapper {
    display: block;
}

.po-state-select .pocs-options {
    margin: 0;
    padding: 0;
    max-height: 220px;
    overflow-y: auto;
}

.pocs-options li {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 30px 0 40px;
    cursor: pointer;
    list-style-type: none;
}

.pocs-options li:hover {
    background: #f0f0f0;
}

.pocs-options li.active {
    background: #e6e6e6;
    font-weight: bold;
    cursor: auto;
}

.po-country-select:not(.po-state-select) .pocs-options {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.po-country-select:not(.po-state-select) .pocs-options::-webkit-scrollbar {
    width: 8px;
}

.po-country-select:not(.po-state-select) .pocs-options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.po-state-select .pocs-options {
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}

.po-state-select .pocs-options::-webkit-scrollbar {
    width: 8px;
}

.po-state-select .pocs-options::-webkit-scrollbar-track {
    background: transparent;
}

.po-state-select .pocs-options {
    scrollbar-width: thin;
    scrollbar-color: #FFC935 transparent;
}

.pocs-options::-webkit-scrollbar-button {
    display: none;
}

#billing_address_1_field .woocommerce-input-wrapper {
    position: relative;
}

#billing_address_1_field .woocommerce-input-wrapper::before {
    content: '';
    display: block;
    background-image: url('/wp-content/themes/woodmart-child/assets/images/icon-search.svg');
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    left: 20px;
    transform: translateY(-50%);
    width: 26px;
    height: 27px;
}

#billing_address_1 {
    padding-left: 60px !important;
}

.po-product-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.po-product-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.po-product-image {
    flex-shrink: 0;
	border-radius: 7px;
    overflow: hidden;
}

.po-product-image img {
    width: 100px;
    height: auto;
    border-radius: 8px;
}

.po-product-details {
    flex-grow: 1;
	display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-self: flex-start;
	gap: 21px;
}

.po-product-details ul.variation {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.po-product-details ul.variation li {
	margin-bottom: 0px;
    line-height: 16px;
}

.po-product-details ul.variation .item-variation-name {
    font-weight: 500;
	color: #1A1A1A;
}

.po-product-details ul.variation .item-variation-value {
    font-weight: 700;
	color: #1A1A1A;
}

.po-product-name a {
    text-decoration: none;
    color: inherit;
}

.po-product-name .product-quantity {
    font-weight: normal;
    color: #555;
}

.po-product-price {
    font-weight: bold;
    text-align: right;
	align-self: flex-start;
}

span.po-product-name {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #1A1A1A;
}

.po-coupon-form-inner {
    display: flex;
    align-items: center;
    gap: 30px;
	margin-bottom: 20px;
}

.po-coupon-form-inner > * {
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #A77B51;
    border-radius: 7px;
    height: 42px;
	padding: 15px 40px;
}

.po-coupon-form-inner .button {
    border-radius: 7px;
    border: 1px solid #A77B51;
    text-transform: capitalize;
    text-align: center;
	background: #fff;
}

.po-coupon-form-inner .input-text {
    height: 42px;
}

.po-applied-coupons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

.po-applied-coupons .po-cart-discount {
    display: flex;
    align-items: center;
    height: 42px;
    border-radius: 8px;
    gap: 15px;
    padding-top: 11px;
    padding-right: 20px;
    padding-bottom: 11px;
    padding-left: 20px;
    border: 1px solid #E4A700;
    background: #FFF4D7;
    text-transform: uppercase;
    color: #1a1a1a;
    font-family: Roboto;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
}

.po-cart-discount .woocommerce-remove-coupon:before {
	display: none;
}

.po-cart-discount span {
    flex-grow: 1;
}

.woocommerce-remove-coupon {
    line-height: 1;
    display: inline-flex;
}

.po-checkout-totals-wrapper {
    display: flex;
    flex-direction: column;
}

.po-totals-row.po-subtotal {
    padding-bottom: 20px;
    line-height: 16px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    color: #1A1A1A;
}

.po-totals-row.po-subtotal {
    padding-bottom: 40px;
}

.po-totals-row,
.woocommerce-shipping-totals,
.fee {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
}

.po-totals-row.po-cart-discount {
    padding-bottom: 10px;
}

.po-totals-row:last-child,
.po-checkout-totals-wrapper > .cart-subtotal:last-child,
.po-checkout-totals-wrapper > .order-total:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.po-totals-label {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 500;
}

.po-totals-value span.woocommerce-Price-amount.amount {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    color: #1A1A1A;
}

.po-totals-value a.woocommerce-remove-coupon {
    display: none;
}

.po-totals-discount .po-cart-discount span {
    flex-grow: 0;
}

.po-totals-discount {
    margin-bottom: 20px;
}

.po-totals-shipping {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.po-order-total .po-totals-label,
.po-order-total .po-totals-value {
    font-size: 18px;
    font-weight: 700;
}
.po-totals-row.po-order-total strong.po-totals-label,
.po-totals-row.po-order-total span.woocommerce-Price-amount.amount{
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
}


.po-cart-discount .po-totals-label {
    display: flex;
    align-items: center;
    gap: 15px;
	text-transform: uppercase;
	color: #808080;
}

#shipping_method {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-shipping-totals th {
    font-weight: normal;
}


.po-checkout-messages-wrapper {
    position: absolute;
    margin-top: -35px;
}
.woocommerce-error,.woocommerce-message,.woocommerce-info {
    margin-bottom: 0px;
    padding-block: 5px;
}
/* Скрывает основной список ошибок валидации на странице чекаута */
.woocommerce-checkout div[role="alert"] {
    display: none;
}
.woocommerce-checkout div.woocommerce-message[role="alert"] {
    display: block !important;
}
.input-error {
    border: 2px solid #E40000;
}
.form-row:has(.checkout-inline-error-message) .input-text {
border: 2px solid #E40000;
}

.checkout-inline-error-message::before {
    content: url('/wp-content/themes/woodmart-child/assets/images/icon-field_error.svg');
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}




/* --- Иконки для уведомлений о купонах --- */

/* 1. Сначала полностью убираем стандартные иконки темы для всех типов уведомлений */
/* .woocommerce-error::before, */
/* .woocommerce-info::before, */
/* .woocommerce-message::before { */
    /* content: none !important; */
    /* display: none !important; */
/* } */

/* 2. Добавляем отступ слева, чтобы освободить место для нашей иконки */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding-left: 3.5em !important; /* Подберите значение, если нужно */
    position: relative; /* Необходимо для позиционирования иконки */
}

/* 3. Добавляем нашу кастомную иконку ОШИБКИ */
.woocommerce-error::after {
    content: url('/wp-content/themes/woodmart-child/assets/images/icon-field_error.svg');
    position: absolute;
    left: 1.5em; /* Позиционируем иконку в отступе */
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}

/* 4. Добавляем нашу кастомную иконку УСПЕХА */
/* .woocommerce-message::after { */
    /* content: url('/wp-content/themes/woodmart-child/assets/images/good.svg'); */
    /* position: absolute; */
    /* left: 1.5em; /* Позиционируем иконку в отступе */ */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* width: 16px; */
    /* height: 16px; */
/* } */
.woocommerce-message::after {
    content: "";
    position: absolute;
    left: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(/wp-content/themes/woodmart-child/assets/images/good.svg) no-repeat center;
    background-size: contain;
}


.po-checkout-notices-container .woocommerce-error,
.po-checkout-notices-container .woocommerce-message,
.po-checkout-notices-container .woocommerce-info {
    padding-inline: 30px 0px !important;
}

.woocommerce-MyAccount-navigation ul li.is-active>a {
    cursor: pointer !important;
}

.wd-prefooter .info-box-inner a {color:#ffffff;}
.wd-prefooter .info-box-inner a:hover,
.wd-prefooter a:hover
 {opacity: 0.63;}

.login-popup__main-content.is-login-active.is-register-active button.show-password-input:before {
    display: none;
}






@media (max-width: 950px) {
	.contactusb .wpb_column {
		width: 50%;
	}
	.wd-page-title .container {
		padding: 0px 10px;
	}
	.contactusb .wpb_column .wpb_wrapper {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }
}


@media (max-width: 575.98px) {
	#login-popup-module {
		padding: 0vh 0px;
		background: #F2F2F2;
	}
	.login-popup__content {
		min-width: 330px;
		border-radius: 0px;
		height: 100%;
	}
	.login-popup__actions {
		flex-direction: column;
	}
	.block__close-btn {
		position: absolute;
		top: 30px;
		right: 30px;
	}
	.form-title {
		text-align: left;
	}
	.block__print_notices {
		justify-content: flex-start;
	}
	.woocommerce-message.good-verified {
		flex-direction: column;
	}
}


@media (max-width: 600.98px) {
	.testimonials .wd-testimon-content-wrapper {
		width: calc(100% - 60px) !important;
	}
}


@media (max-width: 768px) {
	#paddblochc {
		margin-bottom: 70px !important;
	}
	div.wd-images-gallery.bottomg0 {
		margin-bottom: -5%;
		width: calc(100% - 25px) !important;
		padding-left: 5px !important;
	}
	.wpb_single_image img {
		width: calc(100% - 10px);
	}
	.vc_pageable-slide-wrapper.vc_clearfix {
		height: auto !important;
	}
	.vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item {
		padding-bottom: 0px !important;
	}
	.vc_grid-item {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: 100% !important;
		height: auto !important;
		float: none !important;
		clear: both !important;
		transform: none !important;
		margin-bottom: 16px !important;
	}
	.vc_grid-item-mini {
		display: flex;
		flex-direction: column;
		height: auto;
		border-radius: 20px;
		overflow: hidden;
	}
	.vc_grid-item-mini > .vc_gitem-animated-block {
		flex-grow: 0;
		flex-shrink: 0;
		height: auto;
		border-radius: 20px !important;
		overflow: hidden;
	}
	.vc_gitem-zone-a {
		position: static;
		border-radius: 20px 20px 0 0;
	}
	.hover-reveal-content {
		display: none !important;
	}
	.hover-mob-content {
		position: relative !important;
		max-height: none !important;
		opacity: 1 !important;
		overflow: visible !important;
		display: flex !important;
		gap: 20px !important;
		flex-direction: column;
	}
	.hover-mob-content .vc_gitem-post-data-source-post_title {
		margin-bottom: 0px !important;
	}
	.hover-mob-content .vc_gitem-post-data-source-post_excerp {
		margin-bottom: 20px !important;
	}
	.vc_gitem-zone-c {
		display: block;
	}
	.wd-nav-mobile > li > a:hover {
		color: #fff !important;
		background-color: transparent !important;
	}
	.wd-nav-mobile li:active > a {
		color: #fff !important;
		background-color: transparent !important;
	}
	.wd-breadcrumbs > a:first-of-type {
		display: none;
	}
	.wd-breadcrumbs > .wd-delimiter:first-of-type::after {
		transform: rotate(180deg);
		display: inline-block;
		margin: 0 0px;
	}
	.wd-breadcrumbs .wd-delimiter {
		margin-inline: 0px;
		margin-right: 8px;
	}
	.woocommerce-breadcrumb .wd-last-link ~ span.wd-last {
		display: block !important;
	}
	.wd-breadcrumbs > .wd-last-link:last-of-type {
		display: none;
	}
	.wd-breadcrumbs > .wd-last-link:last-of-type + .wd-delimiter {
		display: none;
	}
	.contactusb .wpb_column {
		width: 100%;
	}
	.contactusb .wpb_column .wpb_wrapper {
		display: flex;
		flex-direction: row;
		gap: 20px;
	}
	.contactusb .wpb_column .wpb_wrapper .wd-wpb {
		margin-bottom: 20px;
	}
	.contactusb .wd-set-mb>* {
		margin-bottom: 10px;
	}
	.contactusb img {
		min-width: 48px;
	}
}


@media (min-width: 768px) {
	.wd-nav-mobile > li > a:hover {
		color: rgb(228, 167, 0) !important;
	}
	.hover-mob-content {
		display: none !important;
	}
	.hover-reveal-content {
		display: block;
		flex-grow: 0;
	}
	.vc_gitem-zone-c {
		display: none !important;
	}
}


@media (min-width: 768px) and (max-width: 1024px) {
	#paddblochc {
		margin-bottom: 130px !important;
	}
	div.wd-images-gallery.imgwidth100 div.wd-grid-g {
		justify-content: center !important;
	}
}



@media (max-width: 1024px) {
	.howworks > .wpb_column:not(.row-connector) {
		flex-basis: 100%;
	}
	.howworks .info-box-content {
		max-width: 500px;
		text-align: center;
	}
	.howworks .mob-connector {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.howworks .mob-connector.connector-three {
		display: none;
	}
	
	
	.howworks .wd-info-box.box-icon-align-left {
		flex-direction: column;
		--wd-info-box-text-align: center;
	}
	.howworks .wd-info-box.box-icon-align-left .box-icon-wrapper {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.howworks .wd-info-box {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 614px) {
	.howworks .mob-connector.connector-three {
		display: block;
	}
}


@media (max-width: 1050.98px) {
	.howworks .box-icon-align-left {
		flex-direction: column;
	}
	.howworks .wd-info-box {
		gap: 20px !important;
	}
	:is(.box-icon-align-left,.box-icon-align-right) .box-icon-wrapper {
		max-width: 100% !important;
	}
	
	
	.po-checkout-layout {
		flex-direction: column;
	}
	.po-checkout-right-col {
		order: -1;
		width: 100%;
	}
	.po-checkout-right-col input#coupon_code {
		max-width: 50%;
	}
	
}


@media (min-width: 1025px) {
	#paddblochc {
		margin-bottom: 200px !important;
	}
	div.wd-images-gallery.imgwidth100 div.wd-grid-g {
		justify-content: center !important;
	}
	.howworks .mob-connector {
		display: none;
	}
	.howworks > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}
}


@media (max-width: 1300.98px) {
	.howworks .box-icon-align-left {
		flex-direction: column;
	}
	.howworks .wpb_column.row-connector {
		display: none;
	}
	.howworks > .wpb_column:not(.row-connector) {
		flex-basis: 50%;
	}
}