/*.pagiantion-cstm {
    padding: 0;
}*/
.pagination-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    gap: 20px;
}
.pagination-section h4,
.pagination-section h2 { 
    margin-bottom:0;
    line-height: 1.1;
    position: relative;
    left: -55px;
}
.pagiantion-cstm .pagination-cs {
    max-width: 50%;
    width: 100%;
}


.frame ul.slide-flex {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    min-width: 2500px;
}

.frame ul li {
    width: 465px;
    margin-right: 70px;
    background-color: #f7f7f7;
    border-radius: 24px;
	padding-left: 0;
}
.frame ul li:before {
	content: none;
}
.inz-text-image a {
    display: block;
    line-height: 0;
    overflow: hidden;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;

}
.inz-text-image,
.inz-text-image img {
    width: 465px;
    height: 450px;
    object-fit: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    transform: scale(1);
}
.inz-text-image a:hover img {
    transform: scale(1.2);    
}
.inz-text-content {
    background-color: #f7f7f7;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 20px 30px;
}
.inz-text-content h4 {
    letter-spacing: -0.8px;
    margin-bottom: 10px;
}
.inz-text-content p {
    margin-bottom: 0;
}
a.read-more {
    display: block;
    font-size: 0;
    line-height: 1;
}
a.read-more i {
    font-size: 28px;
    text-align: left;
    left: -15px;
    position: relative;
    top: 5px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
a.read-more:hover i {
    left: 15px;
}
.pagiantion-cstm .green-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    text-align: center;
    margin-top: 40px;
}


/* Scrollbar */
.scrollbar {
    margin: 0;
    height: 4px;
    background: #d2d2d2;
    line-height: 0;
}

.scrollbar .handle {
    width: 100px;
    background: #1b1b1b;
    cursor: pointer;
    height: 4px;
    top: 0;
    position: relative;
}
.scrollbar .handle:before {
    content: '\e90d';
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: var(--yellow);
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 2.2;
    text-align: center;
}
.scrollbar .handle:hover:before {
    border-color: var(--green);
    color: var(--green);
}
.scrollbar .handle .mousearea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.pagespan {
    width: 100%;
    padding: 0px 0px;
}


/*related products*/
/*related products*/
/*related products*/
.related,
.upsells,
.crosssells {
    width: 100%;
}
h2.related-heading {
    font-size: 24px;
    color: #437147;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 0;
    font-weight: 600;
}
.related .pagination-section,
.upsells .pagination-section,
.crosssells .pagination-section {
    justify-content: space-between;
    margin-bottom: 5px;
    margin-top: 5px;
}
.frame.products ul.slide-flex {
    padding: 40px 0;
}
.frame.products ul li {
    width: 330px;
    margin-right: 20px;
    position: relative;
    background: #f9f9f9;
    padding: 5px 5px 10px;
    border-radius: 4px;
}
.frame.products li.product .button {
    display: block;
    color: var(--green);
    width: 100%;
    background: transparent;
    padding: 10px 35px 10px 10px;
    text-align: left;
    line-height: 1;

}
.frame.products li.product .button::before {
    right: 20px;
}
.frame.products li.product .button:hover,
a.woocommerce-LoopProduct-link:hover ~ .button {
    background: var(--green);
    color: #fff;
}
.frame.products li.product .attribute {
    color: #1d1d1d;
    font-size: 16px;
    line-height: 28px;
    padding-inline: 10px;
}
.frame.products li.product .woocommerce-loop-product__title {
    margin-top: 0;
}
@media (min-width: 1401px) and (max-width: 1640px){
    .frame ul.slide-flex {
        padding-left: 20px;
        padding-right: 20px;
    }
    .frame ul li {
        width: 420px;
        margin-right: 40px;
    }
    .inz-text-image, .inz-text-image img {
        width: 420px;
        height: 230px;
    }
}

@media (min-width: 1024px) and (max-width: 1400px){
    .frame ul.slide-flex {
        padding-left: 20px;
        padding-right: 20px;
    }
    .frame ul li {
        width: 420px;
        margin-right: 40px;
    }
    .inz-text-image, .inz-text-image img {
        width: 420px;
        height: 230px;
    }
}

@media (min-width: 768px) and (max-width: 1023px){
    .frame ul.slide-flex {
        padding-left: 20px;
        padding-right: 20px;
    }
    .frame ul li {
        width: 500px;
        margin-right: 20px;
    }
    .inz-text-image, .inz-text-image img {
        width: 500px;
        height: 250px;
    }

    h2.related-heading { font-size: 22px; }
}

@media screen and (max-width: 767px){
    .frame ul.slide-flex {
        padding-left: 10px;
        padding-right: 10px;
    }
    .frame ul li {
        width: 320px;
        margin-right: 10px;
    }
    .inz-text-image, .inz-text-image img {
        width: 320px;
        height: 165px;
    }
    .inz-text-content {
        padding: 20px;
    }
    .pagiantion-cstm {
        padding-top: 0;
    }
    .pagination-section {
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 40px;
        flex-direction: column;
        padding: 0 20px;
    }
    .pagination-section h4,
    .pagination-section h2 {
        left: 0;
    }
    .pagiantion-cstm .pagination-cs {
        max-width: 100%;
        margin-top: 40px;
    }
    .pagiantion-cstm .green-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
        text-align: center;
        margin-top: 30px;
        padding: 0 20px !important;
    }

    h2.related-heading { font-size: 22px; }
    .related .pagination-section,
    .upsells .pagination-section,
    .crosssells .pagination-section { margin-bottom:40px; }
    .frame.products ul.slide-flex {
        padding: 20px 0;
    }
    h2.woocommerce-loop-product__title {
        line-height: 1.2;
        font-size: 16px;
        margin-top: 10px;
        letter-spacing: 2px;
    }
}