/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@import url(./css/filter.css);
@import url(./css/products.css);
@import url(./css/cart.css);
@import url(./css/common.css);
@import url(./css/checkout.css);
@import url(./css/myaccount.css);
@import url(./css/login.css);
@import url(./css/thanku.css);
@import url(./css/mobile.css);

.elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wpfFilterVerScroll {
    overflow-y: auto;
    scrollbar-width: unset !important;
    scrollbar-color: #F7F7F7;
    padding-right: 10px!important;
    overflow-x: hidden;
}

.wpfFilterVerScroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 0 !important;
}

.wpfFilterVerScroll::-webkit-scrollbar-track {
    background: #F7F7F7!important;
    box-shadow: none;
    border: 0!important;
}

.wpfFilterVerScroll::-webkit-scrollbar-thumb {
    background: #000!important;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border: 0 !important;
    box-shadow: none !important;
    width: 4px;
    background-clip: padding-box !important;
}

.wpfFilterVerScroll::-webkit-scrollbar-thumb:hover {
    background: #222 !important;
    cursor: pointer;
}

.wpfFilterVerScroll::-webkit-scrollbar-button:horizontal:decrement,
.wpfFilterVerScroll::-webkit-scrollbar-button:horizontal:increment {
    display: none;
}

.wpfFilterVerScroll::-webkit-scrollbar {
    width: 4px !important;
}

.wpfSelectedParametersClear:hover {
    opacity: .8;
    background: #000 !important;
    font-size: 13px !important;
    color: #fff;
}

.wpfSelectedParametersClear {
    border-radius: 3px;
    width: 100% !important;
    font-weight: 450 !important;
    background: #000;
    text-align: center;
    line-height: 45px;
    font-size: 13px !important;
    color: #fff;
    height: 45px;
}

.list_filter .wpfSelectedParameter:hover {
    cursor: pointer !important;
}

.list_filter .wpfMainWrapper {
    min-height: 1000px;
}

.list_filter .wpfFilterWrapper {
    border-top: 1px solid rgb(238, 238, 238);
    padding-top: 15px !important;
}

.list_filter .wpfFilterTitle {
    margin-bottom: 10px;
    font-size: 14px;
}

.list_filter .wpfSelectedDelete {
    font-size: 16px;
}

.list_filter .wpfCheckboxHier label span {
    font-size: 14.4px;
    color: #000;
}

.list_filter .wpfCheckboxHier label .selected span {
    font-weight: bold;
}

.list_filter li {
    position: relative;
}

.list_filter .toggle-arrow {
    position: absolute;
    right: 5px;
    top: 8px;
    transition: transform 0.3s ease;
}

.list_filter .wpfCheckbox {
    width: 14px !important;
}

.list_filter .wpfFilterVerScroll {
    padding-left: 8px;
}

#menu-categories .menu-item .nav-link-text {
    font-size: 14px;
}

/* 搜索 */
.searchform .s {
    max-width: 90%;
    width: 500px;
    border-radius: 10px;
    height: 40px;
}

.searchform .searchsubmit::after {
    color: #fff;
}

/* 头部广告 */
.e-con-boxed .e-child {
    justify-content: center;
}

.woocommerce-shipping-methods li {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
}

.blockOverlay {
    background: rgba(255, 255, 255, 0.5);
}

.woocommerce-Addresses .woocommerce-Address:first-of-type {
    display: none;
}

.wd-my-account-links a {
    border-radius: 15px !important;
}

.wd-my-account-links a:not(:hover):before {
    color: #dbdbdb !important;
}

.home-swiper {
    left: calc(50% - 50vw + var(--wd-scroll-w) / 2 + var(--wd-sticky-nav-w) .001px / 2);
    min-width: calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));
    position: relative;
    visibility: hidden;
}

.home-swiper .swiper-pagination-bullet-active{
    background-color: transparent;
}

.home-swiper .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
}

@keyframes progressFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
  background-color: rgba(255, 255, 255, 0.8);
}

.swiper-pagination-bullet-active::before {
  animation: progressFill 3.7s linear forwards;
}
