/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
html:root {
    --wd-widget-title-font: "Sora";
    --wd-header-el-font: "Montserrat";
}
#progressboxs {
    max-width: 100%;
    width: 1200px;
    margin-inline: auto;
}
#progressboxs .e-grid:before {
    content: '';
    display: block;
    width: 70%;
    height: 4px;
    background: #4f2a24;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 38%;
}
#progressboxs .info-box-title:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #da5c40;
    box-shadow: 0 0 0 8px #4f2a24;
    border-radius: 50px;
    margin-inline: auto;
    margin-block: 30px;
}
#progressboxs .info-box-inner {
    margin-top: 0;
}
#bbboxes .elementor-widget-image-box {
    background-image: url('/wp-content/uploads/2025/08/Subtract.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.4s;
}
#bbboxes .elementor-widget-image-box:hover {
    background-image: url('/wp-content/uploads/2025/08/Subtract-1.png');
}
html .title-size-default:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #000000 0%, #FD8C2A 49.04%, #000000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
html .wd-page-title .title {
    font-size: 60px;
    font-weight: 700;
}
.woocommerce-shop .wd-content-layout {
    padding-block: 80px;
}
.wd-product .wd-quick-shop .product-image-link {
    border-radius: 10px;
    overflow: hidden;
}
.woocommerce-shop .wd-product .product-information {
    display: block;
    text-align: left;
    padding: 0 !important;
}
.wd-product .product-information .wd-entities-title {
    width: 100%;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 6px;
}
.wd-product .product-information .wd-entities-title a {
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.wd-product .product-information .product-rating-price {
    margin-block: 0 6px !important;
}
.wd-product .product-information .wrapp-product-price {
    display: block !important;
}
.wd-product .product-information .fade-in-block {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    padding: 0 !important;
}
.wd-product .product-information .hover-content {
    padding: 0 !important;
    height: unset !important;
    margin-block: 0 !important;
    max-height: unset;
}
.wd-product .product-information .wd-more-desc-inner {
    font-size: 14px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
html .wd-product  .wd-more-desc .wd-more-desc-btn {
    display: none !important;
}
html .wd-hover-with-fade .content-product-imagin {
    display: none;
}
html .wd-product .product-wrapper {
    gap: 18px;
}
html .wd-product.wd-hover-base .wd-bottom-actions {
    background: #131416;
    padding: 6px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
html .wd-product.wd-hover-base:hover .wd-bottom-actions {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
html .wpcf7-form-control {
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 30px;
    padding: 10px 20px;
    height: 44px;
    font-size: 14px;
}
html textarea.wpcf7-form-control {
    border-radius: 20px;
    height: 100px;
    min-height: 100px;
    resize: none;
}
.form-fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.form-fields .form-field {
    width: 50%;
    padding: 0 10px;
}
.form-field {
    margin-bottom: 20px;
}
.form-field p {
    margin-bottom: 0;
}
html .wpcf7-not-valid-tip {
    line-height: normal;
    margin-top: 4px;
    font-size: 14px;
}
.form-submit {
    margin-top: 30px;
    position: relative;
}
.form-submit p {
    margin-bottom: 0;
}
.form-submit input.wpcf7-submit {
    border: 0;
    border-radius: 50px !important;
    height: unset;
    line-height: 44px;
    padding: 0 30px;
    width: 100%;
    background: linear-gradient(90deg, #FDB92A 0%, #E92958 100%);
    color: #000 !important;
}
.form-submit input.wpcf7-submit:hover {
    color: #FFF !important;
}
html .form-submit .wpcf7-spinner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
}
html .form-submit .wpcf7-spinner:before {
    position: static;
}
html{
    scroll-behavior: smooth;
}
html a {
    transition: all 0.4s;
}
html p:last-child{
    margin-bottom: 0;
}
.icon-border .info-box-icon {
    border: solid 2px #1e222c;
}
.feedback  .testimonial-inner {
    background: #141519;
    border-radius: 15px;
    border: solid 2px #1e222c;
    height: 300px;
}
.icon-border .info-box-icon {
    border: solid 2px #1e222c;
}
/*.whb-color-light:not(.whb-with-bg) {
    background-color: #000000 !important;
}*/
.benefits-height .wd-info-box.text-center.box-icon-align-top.box-style-bg-hover.color-scheme-dark.color-scheme-hover-light {
    height: 365px;
}
html .wd-header-my-account > a {
    background: linear-gradient(90deg, #FDB92A 0%, #E92958 100%);
    border-radius: 10px;
    padding: 0 30px;
    height: auto;
    color: #000;
    line-height: 44px;
    font-size: 15px;
    font-weight: 600;
}
html .wd-header-cart > a .wd-tools-text {
    display: none;
}
header .whb-general-header-inner .whb-column.whb-col-center {
    margin-left: auto;
    margin-right: 10px;
}
header .whb-general-header-inner .whb-column.whb-col-right {
    flex: none;
}
header .whb-general-header-inner .whb-column.whb-col-right .wd-header-my-account {
    order: 1;
    margin-left: 20px;
}
header .whb-general-header-inner #menu-main-navigation {
    gap: 22px;
}
header .whb-general-header-inner #menu-main-navigation .woodmart-nav-link {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    font-family: var(--wd-widget-title-font);
    margin-left: 6px;
}
header .whb-general-header-inner #menu-main-navigation .woodmart-nav-link::after {
    color: #FFF;
    font-size: 10px;
    margin-left: 6px;
}
html .wd-header-my-account > a .wd-tools-text {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}
html .bbtn .elementor-button {
    z-index: 2;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #FDB92A 0%, #E92958 100%);
    transition: all 0.4s;
}
html .bbtn .elementor-button:before {
    content: "";
    background:#000;
    position: absolute;
    inset: 0;
    z-index: -1;
    margin: 1px;
    border-radius: 12px;
    transition: all 0.4s;
}
html .bbtn .elementor-button:hover:before {
    background: transparent;
}
html .bbtn .elementor-button:hover {
    color: #000 !important;
}
html .bbtn .elementor-button .elementor-button-icon svg {
    margin-top: -2px;
}
html .bbtn .elementor-button:hover .elementor-button-icon svg {
    filter: brightness(0) invert(0);
    fill: transparent !important;
}
html .wd-header-my-account > a:hover {
    transform: scale(0.95);
    color: #000 !important;
}
html .wd-header-my-account > a .wd-tools-text {
    transition: all 0.4s;
}
html .wd-header-my-account > a:hover .wd-tools-text {
    transform: scale(1.05);
    color: #000 !important;
}
header .wd-nav[class*="wd-style-"]>li>a:hover,
header .wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    color: #FDB92A;
}
.lst .elementor-icon-list-items a {
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF1A;
    padding: 14px 30px;
    border-radius: 50px;
}
.lst .elementor-icon-list-items {
    gap: 10px;
}
.lst .elementor-icon-list-items a:hover{
    border-color: #FFF;
}
.grdnt_brdr .elementor-widget-wd_video {
    border-radius: 20px;
    overflow: hidden;
}
.ftr_bt{
    background: radial-gradient(62.32% 62.32% at 50% 96.94%, rgba(253, 140, 42, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
html .wd-copyrights {
    padding-block: 14px;
}
html .wd-copyrights .wd-col-start {
    font-size: 16px;
}
html header .whb-general-header-inner #menu-main-navigation .wd-sub-menu a{
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 !important;
}
html body .gs_tab .wd-tabs.tabs-design-aside ul.wd-nav {
    gap: 12px;
    background-color: #ffffff1a;
    padding: 16px;
    border-radius: 14px;
    width: 100%;
}
html body .gs_tab .wd-tabs.tabs-design-aside ul.wd-nav .wd-nav-link {
    line-height: 100%;
    background-color: #000000;
    color: #ffffff;
    padding: 14px 16px;
    border-radius: 6px;
    display: flex;
    z-index: 2;
    overflow: hidden;
    justify-content: space-between;
}
html body .gs_tab .wd-tabs.tabs-design-aside ul.wd-nav .wd-nav-link .img-wrapper {
    order: 1;
}
html body .gs_tab .wd-tabs.tabs-design-aside ul.wd-nav li {
    display: block;
    width: 100%;
}
html body .gs_tab .wd-tabs.tabs-design-aside ul.wd-nav .wd-nav-link:before {
    content: "";
    width: 2px;
    height: 14px;
    background: linear-gradient(180deg, #FDB92A 0%, #E92958 100%);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.4s;
    z-index: -1;
}
html body .gs_tab .wd-tabs.tabs-design-aside ul.wd-nav .wd-active .wd-nav-link:before, html body .gs_tab .wd-tabs.tabs-design-aside ul.wd-nav .wd-nav-link:hover:before {
    /* width: 100%; */
    height: 100%;
}
html body .gs_tab .wd-tabs.tabs-design-aside ul.wd-nav .wd-active .wd-nav-link, html body .gs_tab .wd-tabs.tabs-design-aside ul.wd-nav .wd-nav-link:hover {
    color: #fbad2e;
}
.wd-accordion .wd-accordion-content {
    border-top: 1px solid #464646;
    padding-top: 20px;
}
.tab_sec .wd-tabs-content-wrapper {
    background-color: #ffffff1a;
    padding: 16px;
    border-radius: 14px;
    transition: all 0.4s;
}
.cart_totals .shop_table th {
    font-size: 16px;
    min-width: 140px;
}
table.shop_table .cart_item .product-thumbnail img {
    min-width: 70px;
    max-width: 70px;
}
table.shop_table .quantity input[type="button"] {
    padding: 6px 6px;
}
table.shop_table div.quantity {
    --wd-form-height: auto;
}
table.shop_table .cart_item>* {
    padding: 14px 10px;
}
.cart-content-wrapper .cart_totals .cart-totals-inner {
    padding: 18px;
}
.woocommerce-cart-form>.cart .cart-actions .button {
    background-color: #da5c40;
}
form.variations_form.cart:has(.woocommerce-variation-add-to-cart-disabled) {
    margin: 0;
    gap: 0;
}
.woocommerce-variation-add-to-cart-disabled {
    display: none;
}
span.out-of-stock.product-label {
    background: linear-gradient(90deg, #FDB92A 0%, #E92958 100%);
    color: #000;
    line-height: 100%;
    font-weight: 600;
}
.form-row.place-order .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 20px;
}
@media (max-width:1024px) {
    html .wd-page-title .title {
        font-size: 50px;
    }
    .woocommerce-shop .wd-content-layout {
        padding-block: 60px;
        padding-inline: 25px;
    }
    html .woocommerce-ordering.wd-ordering-mb-icon select option {
        color: #FFF;
    }
    html .wd-header-my-account > a {
        border-radius: 6px;
        padding: 0 30px;
        line-height: 32px;
    }
    .grdnt_brdr .elementor-widget-wd_video {
        border-radius: 10px;
    }
    .lst .elementor-icon-list-items a {
        padding: 8px 20px;
        border-radius: 50px;
    }
    #progressboxs .e-grid:before {
        top: 34%;
    }
    .lst .elementor-icon-list-items {
        flex-wrap: wrap;
    }
    html body .gs_tab .wd-tabs.tabs-design-aside ul.wd-nav {
    gap: 10px;
    padding: 12px;
    border-radius: 10px;
    justify-content: start;
}
html body .gs_tab .wd-tabs.tabs-design-aside ul.wd-nav .wd-nav-link {
    padding: 12px 12px;
    border-radius: 4px;
    font-size: 14px !important;
}
.tab_sec .wd-tabs-content-wrapper {
    padding: 14px;
    border-radius: 10px;
}
}
@media (max-width:767px) {
    html .wd-page-title .title {
        font-size: 28px;
    }
    nav.wd-breadcrumbs {
        font-size: 15px;
    }
    .woocommerce-shop .wd-content-layout {
        padding-inline: 20px;
    }
    .wd-product .product-information .wd-entities-title {
        font-size: 13px;
    }
    .wd-product .product-information .wrapp-product-price .price {
        font-size: 13px;
        line-height: normal;
    }
    .wd-product .product-information .wd-more-desc-inner {
        font-size: 12px;
    }
    html .wd-product.wd-hover-base .wd-bottom-actions {
        padding: 4px;
        border-radius: 4px;
    }
    html .wd-product.wd-hover-base :is(.wd-bottom-actions .wd-action-btn.wd-style-icon,.wd-compare-btn)>a {
        width: 28px;
        height: 28px;
    }
    html .wd-product.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .add-to-cart-loop span {
        font-size: 11px;
        padding: 0 4px;
    }
    .form-fields .form-field {
        width: 100%;
    }
    .wd-page-content .wd-page-title {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    html .bbtn .elementor-button:before {
        border-radius: 6px;
    }
    #progressboxs .info-box-title:after {
        width: 10px;
        height: 10px;
        box-shadow: 0 0 0 6px #4f2a24;
        order: -1;
        margin: 0;
    }
    #progressboxs .info-box-content {
        text-align: left;
    }
    #progressboxs .e-grid:before {
        width: 2px;
        height: 75%;
        left: 4px;
        right: auto;
        margin: auto;
        top: 0%;
    }
    #progressboxs .info-box-title {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    #progressboxs .info-box-inner {
        padding-left: 28px;
    }
    .cart-widget-side .title {
        font-size: 18px;
    }
    .cart-widget-side .woocommerce-mini-cart .wd-entities-title {
        font-size: 14px;
    }
    .cart-widget-side .woocommerce-mini-cart__total {
        font-size: 18px;
    }
    .site-logo .wd-main-logo {
        display: block;
    }
    header .whb-general-header-inner {
        height: 70px;
        max-height: 70px;
    }
    html .wd-copyrights .wd-col-start {
        font-size: 14px;
    }
    html .wd-toolbar a .wd-tools-icon::before {
        font-size: 18px;
    }
    .page-id-3 .wd-page-title.page-title .title {
        font-size: 24px;
    }
    html body .wd-page-content .wd-page-title{
        padding-top: 90px;
        padding-bottom: 30px;
    }
.stp_bx .wd-info-box .info-box-icon {
    padding: 12px;
    height: 60px;
    width: 60px;
}
html body .gs_tab .wd-tabs.tabs-design-aside ul.wd-nav {
    background-color: #1a1a1a;
}
html body .gs_tab .wd-nav-wrapper {
    background: #1a1a1a;
    mask-image: none;
}
.faqs .wd-accordion-item .wd-accordion-title,
.faqs .wd-accordion-item .wd-accordion-content{
    padding: 12px !important;
}
table.shop_table .cart_item>* {
    padding: 6px 8px;
    font-size: 15px;
}
.woocommerce .cart_item .product-name a {
    font-size: 16px;
}
.cart-content-wrapper .cart_totals .woocommerce-Price-amount.amount {
    font-size: 18px;
}
.shop_table_responsive tr {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
html .shop-table-with-img tr{
    padding-inline-start: 90px;
}
.woocommerce-notices-wrapper .woocommerce-error {
    font-size: 13px;
    padding: 10px 10px 10px 45px !important;
}
.woocommerce-notices-wrapper .woocommerce-error::before {
    left: 14px;
}
.wc_payment_methods .payment_box,
html .woocommerce .checkout-order-review .wd-table-wrapper {
    padding: 0;
}
.form-row.place-order .woocommerce-terms-and-conditions-wrapper {
    font-size: 14px;
}
.woocommerce-billing-fields label {
    font-size: 14px;
}
}