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


.wd-header-main-nav .wd-dropdown-menu.wd-design-default {
    --wd-dropdown-width: 295px !important;
}

.wd-header-main-nav .wd-sub-menu li > a {
    padding: 12px 0;
}

 .product-grid-item :is(.product-image-link, .hover-img) img {
    width: 100% !important; 
 }

 .wd-hover-tiled .product-element-bottom {
    text-align: center;
    padding: 25px 20px !important;
 }

 @media screen and (max-width: 600px) {
    .products.elements-grid {
        flex-direction: column;
        gap: 2rem !important;
    }
    .product-grid-item {
        max-width: 100% !important;
        flex-basis: unset !important;
    }
 }


@media screen and (max-width: 767px) {
    #re-columns > .elementor-container {
        flex-direction: column-reverse;
    }
}

#main-footer > .elementor-container {
    justify-content: space-between;
}
#main-footer > .elementor-container .elementor-column:nth-child(1){
    width: 30% !important;
}

#main-footer > .elementor-container .elementor-column:nth-child(2){
   width: 190px !important;
}

#main-footer > .elementor-container .elementor-column:nth-child(3){
    width: 190px!important;
}

#main-footer > .elementor-container .elementor-column:nth-child(4){
    width: 190px !important;
}

@media screen and (max-width: 1024px) {
  #main-footer > .elementor-container {
    justify-content: space-between;
    row-gap: 2rem;
  }

  #main-footer > .elementor-container .elementor-column:nth-child(-n+4) {
    width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  #main-footer > .elementor-container {
    justify-content: space-between;
    row-gap: 1rem;
  }

  #main-footer > .elementor-container .elementor-column:nth-child(-n+4) {
    width: 100% !important;
  }
}

.shop-loop-head .wd-shop-tools:last-child {
    display: none;
}

.content-with-products {
    margin-bottom: 100px !important;
}

.wd-accordion-item {
    padding-top: 2rem !important;
    
}

.sp-block {
  position: absolute;
  z-index: 10;
  background: rgb(254, 211, 103);
  padding: 0.5rem 0.8rem;
  right: 16px;
  top: 45px;
}

.sp-block.list {
    left: 0;
    right: unset;
}

.sp-block h5 {
    margin-bottom: 0;
    font-size: 12px;
}

.sp-block img{
    max-width: 50px;
}

.paoc-popup-click {
    display: block;
    padding: 0.7rem 0;
    text-align: center;
    background: rgb(254, 211, 103);
    border-radius: 5px;
    font-weight: bold;
    font-size: 1rem;
}


@media screen and (min-width: 600px) {

    .wcpay-express-checkout-wrapper {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 0.8rem !important;
    }

    #wcpay-express-checkout-element {
        margin-top: 0 !important;
    }

}



.paoc-popup-click:hover {
    color: inherit !important;
}



.paoc-cb-popup-body .paoc-popup-content p {
    line-height: 1.6 !important;
}

.paoc-cb-popup-body .paoc-popup-content strong {
    color: #2d2d2d !important;
}

.pswp__img {
    background-color: #fff;
}

.woocommerce .wd-buttons {
    display: none;
}

.home .trustpilot-widget {
    box-shadow: unset !important;
}

.popup-get-free {
    display: inline-block;
    flex: 0 0 auto !important; 
    order: 10;
}

.popup-get-free .paoc-popup-click{
    background-color: #ffffff;
    padding: 0.6rem 1rem;
    border: 1px solid rgb(44, 55, 72);
    font-size: 13px;
    text-transform: uppercase;
}

.popup-get-free .paoc-popup-click:hover{
    background-color: rgb(62, 76, 98);
    border: 1px solid rgb(62, 76, 98);
    color: #fff !important;
}
.summary-inner .trustpilot-widget{
    max-width: 236px;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: 20px;
}
.woocommerce-form-coupon-toggle .woocommerce-info a{
    color: rgb(217, 190, 96) !important;
}

.article-inner .post-date,
.article-inner .entry-meta,
.article-inner .hovered-social-icons,
.article-inner .meta-post-categories {
    display: none !important;
}


.btn-become.paoc-popup-click {
    padding: 0.3rem 0;
}

.btn-become.paoc-popup-click:hover {
    background-color:    rgb(254, 211, 103) !important;
}


.pay-with-affirm {
    display: flex;
    justify-content: center;
    align-items: last baseline;
    background: #9992;
    padding: 0.4rem;
    gap: 0.5rem;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 12px;
}

.pay-with-affirm img{
    width: 50px;
}
