.woocommerce-shop .products .product {
    position: relative;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
}


/* Product Listing - With Filters */

.fx-woo-product-filters__wrapper .facetwp-facet {
    margin-bottom: 0;
}

.fx-woo-product-filters__wrapper .facetwp-checkbox {
    margin-bottom: 0;
    padding: 12px 16px 12px 48px;
    border-bottom: 1px solid #eee;
    font-family: var(--font-poppins);
    font-weight: 600;
    color: var(--c-grey-100);
    background-position: 16px 50%;
    position: relative;
    background: transparent;
  }
  
  .fx-woo-product-filters__wrapper .facetwp-depth .facetwp-checkbox {
    padding: 4px 16px 4px 56px;
    border-bottom: 1px solid transparent;
  }
  
  .fx-woo-product-filters__wrapper .facetwp-depth .facetwp-depth .facetwp-checkbox {
    padding: 4px 16px 4px 64px;
  }
  
  .fx-woo-product-filters__wrapper .facetwp-checkbox.checked {
    background-image: none;
    border-bottom: 1px solid rgba(134,140,140,0.37);
  }

  .fx-woo-product-filters__wrapper .facetwp-checkbox:last-child {
    border-bottom: 0;
  }
  
  .fx-woo-product-filters__wrapper .facetwp-checkbox:before {
    content:'';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: var(--border);
  }
  
  .fx-woo-product-filters__wrapper .facetwp-depth .facetwp-checkbox:before {
    left: 24px;
  }
  
  .fx-woo-product-filters__wrapper .facetwp-depth .facetwp-depth .facetwp-checkbox:before {
    left: 32px;
  }
  
  .fx-woo-product-filters__wrapper .facetwp-checkbox.checked::before {
    border: 2px solid rgba(134,140,140,0.37);
    background-color: var(--c-green);
  }
  
  .fx-woo-product-filters__wrapper .facetwp-checkbox.checked::after {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 30px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    height: 10px;
    width: 6px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    opacity: 0;
  }
  
  .fx-woo-product-filters__wrapper .facetwp-checkbox .facetwp-counter {
    position: absolute;
    right: 0;
    color: rgba(28,33,57,.25);
  }
  
  .fx-woo-product-filters__wrapper .facetwp-checkbox.checked,
  .fx-woo-product-filters__wrapper .facetwp-checkbox.checked + .facetwp-depth.visible {
    background-color: rgba(255,255,255,.75);
  }

.product-listing {
    padding: 20px 0 55px;
}

.product-list__pagination {
    margin-top: 50px;
    text-align: center;
}

.product-list__pagination .facetwp-load-more {
    border: 0;
    background: #565A5C;
    color: #fff;
    padding: 14px 25px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: all ease-in-out 0.3s;
    font-family: var(--font-gothambold);
}

.product-card {
    width: calc(50% - 20px);
    margin: 0 10px 35px 10px;
}

.product-card__img-wrap {
    width: 100%;
    height: 261px;
}

.product-card__img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.product-card__details {
    padding: 5px 0 0;
}

.product-card__details span {
    font-size: 14px;
    color: #3D3E3F;
    padding-bottom: 7px;
    display: block;
}

.product-card__details h5 {
    font-size: 12px;
    font-weight: 400;
    color: #9EB28F;
    padding: 5px 0 0;
}

.fx-woo-product-filters__wrapper .fx-accordion__panel__toggle {
    font-size: 18px;
    font-family: var(--font-gothambook);
    border-top: none;
    padding: 18px 30px 19px 0;
    border-bottom: 1px solid rgb(134 140 140 / 37%);
}

.fx-woo-product-filters__wrapper .fx-accordion__panel .fx-accordion__panel__toggle::after {
    content: '\e904';
    color: #565A5C;
}

.fx-woo-product-filters__wrapper .fx-accordion__panel.is-expanded .fx-accordion__panel__toggle::after {
    content: '\e904';
    -webkit-transform: rotate(180deg) translate(0px, 10px);
            transform: rotate(180deg) translate(0px, 10px);
}

.fx-woo-product-filters__wrapper .fx-accordion__panel__content {
    padding: 0 0 10px 0;
}

@media(min-width: 768px) {

    .product-listing-right {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: 64px;
    }

    .product-card {
        width: calc(25% - 30px);
        margin: 0 15px 30px 15px;
    }

    .product-listing {
        padding: 49px 0 33px;
    }

    .fx-woo-product-filters__wrapper .fx-accordion__panel__toggle {
        padding: 17px 30px 18px 0;
    }

    .fx-woo-product-filters__wrapper .fx-accordion__panel .fx-accordion__panel__toggle::after {
        font-size: 10px;
    }

    .fx-woo-product-filters__wrapper .fx-accordion__panel.is-expanded .fx-accordion__panel__toggle {
        color: #3D3E3F;
        background: transparent;
    }      

}

@media(min-width: 1200px) {

      
    .fx-woo-product-filters__wrapper .facetwp-checkbox .facetwp-counter {
        right: 48px;
    }

    .product-listing-flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .product-card__img-wrap {
        height: 503px;
    }

    .product-card__details {
        padding: 13px 0 0;
    }

    .product-card__details span {
        font-size: 22px;
        padding-bottom: 18px;
    }

    .product-card-color li {
        width: 19px;
        height: 19px;
        margin-right: 5px;
    }

    .product-listing {
        padding: 54px 0 61px;
    }

    .fx-woo-product-filters__wrapper .fx-accordion__panel .fx-accordion__panel__toggle::after {
        right: 0;
    }

}

@media(min-width: 1700px) {

    .tax-product_cat .product-listing .products .product.fx-slide {
        width: 20%;
    }

    /* .tax-product_cat .product-listing .products .product.fx-slide .product-card__img-wrap {
        height: 400px;
    } */

}

/* Variation */

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}

.single_variation_wrap .variations_button {
    display: none;
}

p.first-payment-date:empty() {
    padding-bottom: 0;
}

.woo-variation-swatches.wvs-show-label .variations th label {
    margin-left: 0;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 2px rgba(134,140,140,0.37));
    height: 60px;
    width: 60px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 2px #3D3E3F);
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item:hover {
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 2px #3D3E3F);
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span {
    font-size: 12px;
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item.radio-variable-item {
    border-radius: 100%;
    width: var(--wvs-archive-product-item-width, 30px);
    height: var(--wvs-archive-product-item-height, 30px);
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 2px rgba(134,140,140,0.37));
    padding: 2px;
    margin: 4px;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.9);
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
    flex-direction: initial;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
    margin: 0.2rem 0.4rem;
    padding: 0;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label {
    position: relative;
    background: transparent;
    padding: 5px 8px;
    border-radius: 0;
    padding: 0;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"] {
    position: absolute;
    left: -9999px;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"] + .variable-item-radio-value-wrapper {
    font-size: 0;
    line-height: normal;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"] + .variable-item-radio-value-wrapper .variable-item-radio-value {
    display: none;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper {
    vertical-align: top;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"] + .variable-item-radio-value-wrapper::before
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"] + .variable-item-radio-value-wrapper::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"] + .variable-item-radio-value-wrapper::before {
    border-radius: 50%;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"] + .variable-item-radio-value-wrapper::before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid black;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"] + .variable-item-radio-value-wrapper::after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: black;
    transition: all 0.2s;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"]:not(:checked) + .variable-item-radio-value-wrapper::after {
    opacity: 0;
    -webkit-transform: scale(0.01);
            transform: scale(0.01);
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper [type="radio"]:checked + .variable-item-radio-value-wrapper::after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}


/* Product Category Items from content-product-cat.php */

.product-cat__item  .woocommerce-loop-category__title {
    font-size: 20px;
    color: #3D3E3F;
    font-family: var(--font-gothambook);
    margin-top: 15px;
    text-transform: none;
}

.product-cat__item  .woocommerce-loop-category__title mark {
    background: transparent;
}

.product-cat__item > a {
    background: transparent;
    display: block;
}

.product-cat__item > a .product-cat__item-img {
    position: relative;
}

.product-cat__item > a .product-cat__item-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103%;
    height: 104%;
    border: 2px solid #3D3E3F;
    -webkit-transform: translate(-50% , -50%);
            transform: translate(-50% , -50%);
    opacity: 0;
    transition: .35s opacity ease-in-out;
}

.product-cat__item > a .product-cat__item-img img {
    transition: .35s opacity ease-in-out;
}

@media (min-width: 768px) {
    .product-cat__item  .woocommerce-loop-category__title{
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .product-cat__item:hover > a .woocommerce-loop-category__title {
        font-family: var(--font-gothammedium);
    }
    .product-cat__item:hover > a .product-cat__item-img::before {
        opacity: 1;
    }
    .product-cat__item:hover > a .product-cat__item-img img {
        opacity: 0.40;
    }
}

.product-listing .btn::after {
	display: none;
}