.product-sidebar {
    width: 270px;
    position: sticky;
    position: -webkit-sticky;
    top: 30px;
    background: #ffffff;
    box-shadow: 0px 1px 2.97px 0.03px rgba(101, 101, 101, 0.22);
}

.product-sidebar .side-heading {
    font-size: 16px;
    color: #ffffff;
    background: #f57921;
    padding: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

/*.wcpf-filter-inner .wcpf-field-item:first-child .wcpf-field-title .text {
    font-size: 16px;
    color: #ffffff;
    background: #f57921;
    padding: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: -18px;
    display: block;
    width: calc(100% + 36px);
}*/
#menu-category-sidebar > li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.product-listing-container {
    width: calc(100% - 305px);
    position: relative;
    display: inline-block;
}

.product-result .width50.text-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-grid-list {
    display: inline-flex;
}

.product-main-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 0 0 30px;
}

.product-main-banner .shipping-badge-box {
    position: absolute;
    width: 227px;
    height: 175px;
    display: inline-block;
    padding: 40px 0;
}

.product-main-banner .shipping-badge-box [class*=heading] {
    color: #000000;
}

.product-main-banner .shipping-badge-box:before,
.product-main-banner .shipping-badge-box:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #000000;
    left: 50%;
    margin-left: -13px;
}

.product-main-banner .shipping-badge-box:before {
    top: 20px;
}

.product-main-banner .shipping-badge-box:after {
    bottom: 45px;
}

.product-main-banner .product-caption-inline {
    width: calc(100% - 565px);
    display: flex;
    margin: 0 auto;
    align-items: center;
    padding: 65px 0 0;
}

.shipping-badge {
    width: 227px;
    overflow: hidden;
    position: relative;
}

.abs-img {
    position: absolute;
    right: 0;
    bottom: -32px;
}

.abs-img .shiping-badge {
    position: absolute;
    top: 50px;
    left: -34px;
}

.product-result {
    box-shadow: 0px 0px 2px 0px rgba(101, 101, 101, 0.22);
    background-color: #ffffff;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 55px;
    align-items: center;
    margin-bottom: 30px;
}

.product-result .woocommerce-products-header__title.page-title {
    color: #212121;
    font-size: 16px;
    display: inline-block;
    font-family: "Poppins";
    padding-left: 5px;
}

.product-result .width50 {
    height: 100%;
}

.product-result .woocommerce-products-header span {
    font-size: 16px;
}

.product-result .woocommerce-products-header label {
    font-weight: normal;
}

.product-result .woocommerce-products-header label,
.product-result .woocommerce-products-header span {
    display: inline-block;
}

.product-result .page-rec {
    padding: 0;
}

.product-result .page-rec.woocommerce-perpage select {
    border: 0;
    background-position: right center !important;
}

.woocommerce-ordering {
    position: relative;
}

.woocommerce-ordering:before {
    border-left: 1px solid #dcdcdc;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
}

.woocommerce-ordering select {
    border: 0;
    display: inline-block;
    padding-left: 10px;
    min-width: auto;
    height: auto;
    min-width: 160px;
    line-height: 20px;
    padding: 2px 0 0 10px;
}

.woocommerce .woocommerce-result-count {
    margin: 0;
    padding-left: 20px;
}

.woocommerce-ordering {
    margin: 0 !important;
    height: 100%;
    padding: 15px 0 15px 15px;
}

.woocommerce ul.products.columns-4 {
    margin: 0 -12px;
}

.woocommerce ul.products.columns-4 li.product {
    width: calc(25% - 24px) !important;
    margin: 0 12px 25px;
    text-align: center;
    height: 100%;
}

.woocommerce nav.woocommerce-pagination {
    background-color: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(101, 101, 101, 0.22);
    margin-bottom: 35px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    border: 0;
    margin: 15px 4px 10px;
    line-height: 100%;
}

.woocommerce nav.woocommerce-pagination ul .prev.page-numbers {
    margin-right: 7px;
}

.woocommerce nav.woocommerce-pagination ul .next.page-numbers {
    margin-left: 7px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 0;
    color: #212121;
    background: #ffffff;
    font-size: 14px;
    border: 1px solid #b7b7b7;
    width: 24px;
    height: 24px;
    border-radius: 100%;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    line-height: 24px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    border-color: #ff8200;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers i {
    color: #555555;
    font-size: 16px;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover i {
    color: #ffffff;
}

.wcpf-field-price-slider.wcpf-display-min-max-inputs .wcpf-max-input,
.wcpf-field-price-slider.wcpf-display-min-max-inputs .wcpf-min-input {
    width: calc(30%);
    border: 1px solid #9d9d9d;
    display: inline-block;
    min-width: 70px;
    height: 26px;
    padding: 5px 10px;
    color: #1b1b1b;
    font-size: 14px;
    font-family: "Poppins";
}

.wcpf-field-price-slider .wcpf-price-slider .ui-widget-content {
    background: #868686;
    height: 3px !important;
}

.ui-widget-header {
    background: #ff8200 !important;
}

.wcpf-field-price-slider .ui-slider .ui-slider-handle {
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 2px solid #ff8200;
    top: -0.5em;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #ffffff !important;
}

.wcpf-checkbox.wcpf-field-title .text,
.wcpf-field-price-slider .wcpf-heading-label .text {
    font-size: 16px;
    color: #212121;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 100%;
    display: block;
    letter-spacing: 1px;
}

.wcpf-front-element {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 12px;
}

.wcpf-front-element:last-child {
    border-bottom: 0;
}

.product-sidebar .wcpf-filter {
    padding: 0 18px;
}

.wcpf-field-text-list .wcpf-text-list .wcpf-text-item .wcpf-title-container:hover {
    color: #f57921;
}

.wcpf-field-text-list .wcpf-text-list .wcpf-text-item .wcpf-title-container {
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.wcpf-field-text-list .wcpf-text-list .wcpf-text-item .wcpf-title-container:before {
    position: absolute;
    z-index: 0;
    content: "";
    font-family: "FontAwesome";
    top: 0px;
    left: 0;
}

.wcpf-field-text-list .wcpf-text-list .wcpf-text-item .wcpf-title-container .wcpf-title {
    color: #1b1b1b;
}

.yith-quick-view-content.woocommerce div.summary h1 {
    text-transform: capitalize !important;
    line-height: 120%;
}

.yith-wcqv-main .pro-price {
    display: flex;
    flex-wrap: wrap;
}

.yith-wcqv-main .cat-heading {
    margin-bottom: 10px;
}

.yith-quick-view-nav.reveal a {
    background-color: #000000 !important;
}

.yith-wcqv-main .woocommerce div.product p.price ins,
.yith-quick-view-content.woocommerce div.summary .price ins {
    display: block;
}

.product-detail-info.woocommerce-product-details__short-description .pro-subheading {
    font-family: "Playfair Display";
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    font-size: 20px;
}

.yith-wcqv-wrapper .dlist.half li {
    margin-bottom: 10px;
}

.yith-wcqv-wrapper .divider {
    margin-bottom: 20px;
}

@media (min-width: 992px) {

    .mobile-filter,
    .closefilter {
        display: none;
    }
}

@media (max-width: 1440px) {
    .product-main-banner .product-caption-inline {
        width: calc(100% - 505px);
    }

    .product-result {
        padding: 0;
    }

    .product-result .width50.text-right .woocommerce-grid-list {
        padding-left: 15px;
    }

    .product-result .woocommerce-products-header {
        padding: 10px 15px;
        border-bottom: 1px solid #ddd;
        clear: both;
        float: left;
        width: 100%;
    }

    .product-result .width50 {
        width: 100%;
    }
}

@media (max-width: 1380px) {
    .product-main-banner .product-caption-inline .main-heading {
        font-size: 38px;
    }

    .product-main-banner .right-heading {
        margin-left: 0;
    }

    .abs-img .shiping-badge {
        left: 0;
    }
}

@media (max-width: 1280px) {
    .abs-img {
        right: -70px;
    }
}

@media (max-width: 1200px) {
    .product-main-banner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product-main-banner .product-caption-inline .main-heading {
        font-size: 36px;
    }

    .product-main-banner .product-caption-inline {
        width: calc(100% - 227px);
        display: flex;
        margin: 0 0 0 auto;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 50px 0 30px;
    }

    .product-result .woocommerce-products-header {
        border-bottom: 0;
    }

    .product-main-banner .abs-img {
        display: none;
    }

    .woocommerce ul.products.columns-4 li.product {
        width: calc(33.33% - 15px) !important;
        margin: 0 7px 15px;
    }

    .woocommerce ul.products.columns-4 {
        margin: 0 -7px;
    }

    .product-result {
        padding: 10px 0 0;
        text-align: center;
    }

    .product-result .width50 {
        height: auto;
        width: 100%;
        text-align: center !important;
    }

    .woocommerce .woocommerce-result-count {
        margin: 0 0 10px 0;
        float: none;
    }

    .product-result .page-rec {
        padding: 0;
    }

    .woocommerce-ordering {
        padding: 10px 0 10px 10px;
        width: 50%;
    }

    .product-result .woocommerce-products-header__title.page-title {
        padding: 0 0 10px 0;
    }

    .product-result .width50.text-right {
        border-top: 1px solid #ddd;
        padding-top: 0px;
    }

    .woocommerce ul.products.columns-4.product-list-view li .add_to_cart_button {
        margin-top: 0;
        margin-bottom: 0 !important;
    }

    .woocommerce ul.products.columns-4.product-list-view li.product .hover-product-icon {
        top: 10px;
    }

    .yith-wcqv-main ul.dlist li {
        padding-left: 20px;
    }

    .product-result .woocommerce-notices-wrapper {
        text-align: left;
        position: relative;

    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        position: relative;
        padding-bottom: 100px;
    }

    .product-result .woocommerce-notices-wrapper .woocommerce-error .button {

        float: none;
        display: inline-flex;
        justify-content: center;
        margin-top: 0;
        position: absolute;
        bottom: 30px;
    }
}

@media (max-width: 992px) {
    .yith-quick-view-content.woocommerce div.summary h1 {
        font-size: 26px !important;
    }

    .mobile_slide_filter {
        width: 100%;
        max-width: 305px;
        position: fixed;
        top: 0;
        right: -100%;
        background: #fff;
        margin: 0;
        padding: 0;
        z-index: 9999;
        height: 100vh;
        transition: 1s ease all;
        overflow: scroll;
    }

    .product-listing-container,
    .product-sidebar {
        width: 100%;
    }

    .m_filtertrigger i {
        background-color: transparent;
        color: #ffffff;
    }

    .mobile-filter {
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }

    .mobile_slide_filter.slide {
        right: 0px;
    }

    .closefilter {
        padding: 15px;
        background: #f57921;
        display: block;
        text-align: center;
        color: #ffffff;
        font-family: "Poppins";
        font-size: 16px;
        line-height: 100%;
    }

    .closefilter i {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .side-heading {
        display: none;
    }

    .woocommerce ul.products li.first,
    .woocommerce-page ul.products li.first {
        clear: none;
    }

    .woocommerce-ordering select {
        padding-left: 10px;
        min-width: auto;
        padding-right: 20px;
        background: #ffffff url(../images/select-arrow.png) no-repeat right 5px top 7px !important;
    }

    .product-main-banner .product-caption-inline .main-heading {
        font-size: 30px;
    }

    .product-main-banner .product-caption-inline .ftsize24 {
        font-size: 20px !important;
    }

    #my-modal-sortmodal.wg-modal {
        margin-top: 150px;
    }

    .wcpf-filter-inner .wcpf-field-item:first-child .wcpf-field-title .text {
        color: #111;
        background: none;
    }
}

@media (max-width: 992px) and (min-width: 480px) {
    .sortby_open {
        display: none;
    }
}

@media (max-width: 768px) {
    .yith-quick-view-content.woocommerce div.summary h1 {
        font-size: 24px !important;
    }

    .woocommerce ul.products.columns-4 li.product {
        width: calc(50% - 15px) !important;
        margin: 0 7px 15px;
    }

    .product-main-banner .shipping-badge-box .heading-24 {
        font-size: 20px;
    }

    .product-main-banner .shipping-badge-box .ftsize20.heading {
        font-size: 18px;
    }

    .woocommerce-grid-list {
        display: none;
    }

    .product-result .page-rec {
        padding: 0 0 0 15px;
    }

    .yith-wcqv-wrapper .dlist.half li {
        width: 100%;
    }

    .yith-quick-view-content.woocommerce div.summary .price {
        font-size: 20px !important;
    }
}

@media (max-width: 580px) {
    .yith-quick-view-content.woocommerce div.summary h1 {
        font-size: 22px !important;
    }

    .yith-quick-view-content.woocommerce div.summary .price {
        font-size: 18px !important;
    }

    .product-main-banner .product-caption-inline {
        width: calc(100% - 200px);
    }

    .product-main-banner .shipping-badge-box {
        width: 200px;
    }

    .product-main-banner .product-caption-inline .ftsize24 {
        font-size: 18px !important;
    }

    .product-main-banner .shipping-badge-box .ftsize20.heading {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .yith-quick-view-content.woocommerce div.summary h1 {
        font-size: 18px !important;
    }

    .product-main-banner {
        padding: 0;
    }

    .product-result .page-rec {
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .product-main-banner .shipping-badge-box {
        position: relative;
        margin: 0 auto;
    }

    .product-main-banner .product-caption-inline {
        width: 100%;
        padding: 30px 0 0px;
    }

    .product-main-banner .product-caption-inline .main-heading {
        margin-bottom: 25px;
        font-size: 26px;
    }

    .woocommerce .woocommerce-ordering {
        display: none;
    }

    .sort-list {
        margin-top: 20px;
    }

    .sort-list li {
        color: #1f1f1f;
        padding: 0 0 10px;
        margin-bottom: 10px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .sort-list li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .sort-list li.active > a {
        color: #f57921;
    }
}

@media (max-width: 380px) {
    .woocommerce ul.products.columns-4 {
        margin: 0;
    }

    .woocommerce ul.products.columns-4 li.product {
        width: 100% !important;
        margin: 0 0 20px;
        float: none !important;
        overflow: hidden;
    }

    .sort-list li {
        font-size: 14px;
    }
}

/* CSS FOR product-list-view */
.woocommerce ul.products.columns-4.product-list-view li {
    width: 100% !important;
    margin: 0 0 25px;
    text-align: left;
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce ul.products.columns-4.product-list-view li > a.woocommerce-loop-product__link {
    width: 30%;
    height: 220px;
    overflow: hidden;
}

.woocommerce ul.products.columns-4.product-list-view li > a.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail {
    max-width: inherit;
    margin: 0 auto;
    height: 100%;
}

.woocommerce ul.products.columns-4.product-list-view li .price,
.woocommerce ul.products.columns-4.product-list-view li .woo-free-sample-button {
    padding-left: 15px;
}

.woocommerce ul.products.columns-4.product-list-view li .add_to_cart_button {
    margin-left: 15px;
}

.woocommerce ul.products.columns-4.product-list-view li .lis-view-content-wrapper {
    width: calc(100% - 30%);
}

.woocommerce ul.products.columns-4.product-list-view li .woocommerce-loop-product__title {
    height: auto !important;
}

.woocommerce ul.products.columns-4.product-list-view li .hover-product-icon a.wc-icon {
    border: 1px solid #dcdcdc;
}

.product_meta .sku_wrapper .sku {
    word-break: break-all;
}

.yith-wcqv-main .pro-price .product_meta {
    padding-right: 10px;
}

.wcpf-field-text-list .wcpf-heading-label {
    padding: 0;
    text-transform: capitalize;
}

.wcpf-field-text-list .wcpf-content {
    margin-top: 20px;
}

.wcpf-field-price-slider.wcpf-display-price-label .priceLabel {
    display: none !important;
}

.wcpf-field-price-slider .wcpf-price-slider {
    padding-top: 20px;
    padding-bottom: 0;
}

.wcpf-item.wcpf-checkbox-item,
.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-checkbox-label {
    position: relative;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-checkbox-label {
    margin-bottom: 10px;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container {
    position: absolute;
    right: 20px;
    top: 0;
}

.product-list-view .product-not-in-stock-text {
    left: 31%;
    right: inherit;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-checkbox-item-inner > .wcpf-checkbox-label .wcpf-input-container::after {
    top: 2px;
    left: 2px;
}
