.theme-woodmart .wd-buttons {
    display: none;
}

.theme-woodmart .wd-hover-base .wrapp-swatches{
    display: none;
}

.theme-woodmart .site-content{
    margin-bottom: 0;
}

.theme-woodmart .product-grid-item .price{
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    column-gap: 10px;
}

.theme-woodmart .product-grid-item .price del{
    text-decoration: none;
}

.theme-woodmart .product-grid-item .price del > span > bdi{
    font-size: 13px;
    text-decoration: line-through;
    color: #25353d;
}

.theme-woodmart .price ins span{
    color: #BF3D3D;
}

.theme-woodmart .product-labels.labels-rectangular{
    bottom: 8px;
    inset-inline-start: 8px;
    background-color: #25353d;
    border-radius: 5px;
    height: 25px;
    padding: 0 2px;
    top: 15px;
    inset-inline-start: initial;
    right: 15px;
}

.theme-woodmart .labels-rectangular .product-label {
    border-radius: 5px;
    font-size: 11px;
    letter-spacing: 0.85px;
    line-height: 1.4;
    background-color: transparent;
    color: white;
}

.theme-woodmart .labels-rectangular .onsale.product-label::after {
    content: 'DSCTO';
    margin-left: 6px;
}

.theme-woodmart .container{
    padding-right: 50px;
    padding-left: 50px;
}

#form-checkout__cardNumber-container iframe{
    width: 100%;
}

.wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error, .mc4wp-notice, .woocommerce-error, .woocommerce-info {
    color: var(--notices-warning-color) !important;
}

.static-page-container .wpb_text_column :last-child{
    margin-bottom: 40px;
}

.theme-woodmart :is(h1,h2,h3,h4,h5,h6,.title) a:hover{
    opacity: .8;
}

input.s.wd-search-inited::placeholder,
.theme-woodmart .woocommerce-breadcrumb a, .yoast-breadcrumb a{
    color: #25353d;
}

.theme-woodmart [class*="wd-swatches"].wd-bg-style-3 .wd-swatch.wd-bg, [class*="wd-swatches"].wd-text-style-3 .wd-swatch.wd-text{
    border: 0;
    padding: 0;
    box-shadow: 0 0 0 3px #efeeeb, 0 0 0 4px #e0e0e0;
}

.theme-woodmart [class*="wd-swatches"].wd-bg-style-3 .wd-swatch.wd-bg:is(.wd-active,:hover:not(.wd-disabled)){
    box-shadow: 0 0 0 3px #efeeeb, 0 0 0 4px #645e4b;
}

.theme-woodmart .wd-swatch{
    width: 20px;
    height: 20px;
}

.theme-woodmart .wd-filter-list a{
    padding: 5px 4px;
}

.theme-woodmart [class*="wd-swatches"].wd-shape-round .wd-swatch{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.theme-woodmart .wd-swatches-filter .wd-swatch.wd-bg:before{
    display: none;
}

.browser-Safari.vc_mobile .hide-larger-price .price>ins, .theme-woodmart.browser-Safari .hide-larger-price .price>small {
    margin-left: 0;
}

.theme-woodmart .wd-search-full-screen .wd-close-search>a{
    color: #25353d;
}

.theme-woodmart .wd-search-full-screen .wd-close-search>a:hover{
    opacity: .75;
}

@media screen and (max-width: 768px){

    .theme-woodmart .labels-rectangular .product-label{
        font-size: 10px;
    }
    
}

.theme-woodmart .whb-main-header a {
    color: #25353d;
}

.theme-woodmart .whb-main-header .sub-menu a:hover {
    opacity: 0.75;
}

.theme-woodmart.woocommerce-page.woodmart-archive-shop .main-page-wrapper {
    padding-bottom: 0px;
}

.theme-woodmart select{
    background-image: none;
}

.theme-woodmart .website-wrapper{
    background-color: #EFEEEB;
}

.theme-woodmart .product-grid-item img{
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.theme-woodmart .custom-megamenu-container .widget_nav_menu > div > ul{
    display: flex;
    column-gap: 10%;
}

.single-product-info .woocommerce-product-attributes tr{
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
}

.single-product-info .woocommerce-product-attributes tr > td{
    text-align: left;
}

.custom-static-page{
    display: flex;
    margin: 20px 0;
}