.modal {
    z-index: 999999999!important;
}
.home_v1--wrapper {
    overflow: hidden;
}
.home_v1--wrapper .empty_box {
    width: 250px;
    display: none;
}

@media ( min-width: 1200px) {
    .home_v1--wrapper .empty_box {
        display: block;
    }
}


/* -- home-banner -- */
.home_banner--wrapper {
    background-size: cover;
    padding-top: 2.75rem;
}
.carousel_img--wrapper {
    text-align: center;
}
.carousel_details--wrapper {
    padding: 3.4375rem 0rem 3.75rem;
}
.carousel_details--wrapper .item_title {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 93.1%;
    color: var(--white);
    padding-bottom: 12px;
}
.carousel_details--wrapper p {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 177.1%;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: var(--white);
    padding-bottom: 2.625rem;
}
.swiper-pagination.home_banner_pagination {
    bottom: 1rem;
}
.home_banner_pagination .swiper-pagination-bullet {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: var(--white);
    opacity: 1;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: transparent;
}
.home_banner_pagination .swiper-pagination-bullet-active {
    text-decoration-line: line-through;
}
.banner_social_icons--wrapper {
    position: absolute;
    width: 343px;
    top: 0rem;
    left: 0rem;
    z-index: 999;
}
.banner_social_icons--wrapper .follow_us {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 130.3%;
    letter-spacing: 0.56em;
    color: var(--white);
    padding-right: 23px;
}
.banner_social_icons--wrapper .banner_social_icons {
    margin-right: 30px;
    text-decoration: none;
}
.banner_social_icons--wrapper .banner_social_icons img {
    transition: all 0.5s ease-in-out;
}
.banner_social_icons--wrapper .banner_social_icons img:hover {
    transform: scale(1.1);
}
.carousel_details--wrapper p br {
    display: none;
}

@media ( min-width: 576px) {
    .home_banner--wrapper {
        padding-top: 124px;
    }
    .carousel_details--wrapper .item_title {
        font-size: 85px;
    }
    .carousel_details--wrapper p {
        font-size: 16px;
    }
}
@media ( min-width: 768px) {
    .slider_col {
        position: relative;
    }
    .carousel_img--wrapper {
        position: absolute;
        bottom: -3rem;
    }
    .swiper-pagination.home_banner_pagination {
        text-align: right;
    }
    .carousel_details--wrapper .item_title {
        font-size: 70px;
    }
}
@media ( min-width: 992px) {
    .home_banner--wrapper {
        margin-top: 0;
        padding-top: 3.75rem;
    }
    .carousel_details--wrapper .item_title {
        font-size: 78px;
    }
}
@media ( min-width: 1440px) {
    .carousel_details--wrapper .item_title {
        font-size: 82px;
    }
}
@media ( min-width: 1200px) {
    .carousel_details--wrapper p br {
        display: block;
    }
    .carousel_details--wrapper {
        padding-bottom: 7.75rem;
    }
    .banner_social_icons--wrapper {
        top: 15rem;
        left: -10rem;
        transform: rotate(-90deg);
    }
    .banner_social_icons img {
        transform: rotate(90deg);
    }
    .swiper-pagination.home_banner_pagination {
        max-width: 610px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        right: -18rem;
        left: auto;
        bottom: 20rem;
        transform: rotate(90deg);
    }
    .home_banner_pagination .swiper-pagination-bullet {
        transform: rotate(-90deg);
    }
}
.carousel_img--wrapper img {
    max-width: 60%;
}
@media ( min-width: 1366px) {
    .carousel_img--wrapper img {
        max-width: 60%;
    }
}
@media ( min-width: 1680px) {
    .home_banner_container .row {
        padding-top: 5rem;
    }
    .carousel_img--wrapper {
        bottom: -4rem;
        right: 0rem;
    }
    .carousel_img--wrapper img {
        max-width: 60%;
    }
}


/* -- category -- */



#category input[type=checkbox]:checked {
    -webkit-appearance: checkbox !important;
}

#category input[type=checkbox] {
    accent-color: var(--main) !important;
    background-color: var(--main) !important;
}

.category_inner--wrapper {
    position: relative;
}
.category_box--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 1rem;
}
.category_wrapper {
    padding: 3.25rem 0rem 2.625rem;
}
.category_box {
    position: relative;
    margin-bottom: 0.9rem;
}
.category_box img {
    max-width: 300px;
    width: 100%;
}
.category_box .fruit_name {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 133%;
    text-align: center;
    letter-spacing: 0.4em;
    color: var(--black);
    text-transform: uppercase;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0rem;
}

@media ( min-width: 576px) {
    .category_box--wrapper {
        justify-content: space-between;
    }
    .category_box {
        width: 50%;
    }
    .category_box img {
        width: auto;
    }
    .category_box:nth-child(2) .fruit_name {
        bottom: 1.5rem;
    }
    .category_box:nth-child(3) .fruit_name {
        bottom: 0.3rem;
    }
    .category_wrapper {
        padding: 4.25rem 0rem 3.625rem;
    }
}
@media ( min-width: 768px) {
    .category_wrapper {
        padding: 2.875rem 0rem 3.563rem;
    }
    .category_title {
        position: absolute;
        width: 100%;
    }
    .category_box--wrapper {
        flex-wrap: nowrap;
        padding-top: 0rem;
    }
    .category_box {
        margin-bottom: 0rem;
        width: auto;
    }
    .category_box:nth-child(1) .fruit_name {
        bottom: -2rem;
    }
    .category_box:nth-child(2) .fruit_name {
        bottom: 0rem;
    }
    .category_box:nth-child(3) .fruit_name {
        bottom: -1rem;
    }
    .category_box:nth-child(4) .fruit_name {
        bottom: -0.9rem;
    }
    .category_box:nth-child(5) .fruit_name {
        bottom: -0.6rem;
    }
}
@media ( min-width: 992px) {

    .category_box:nth-child(1) .fruit_name {
        bottom: -1.1rem;
    }
    .category_box:nth-child(2) .fruit_name {
        bottom: 0.8rem;
    }
    .category_box:nth-child(3) .fruit_name {
        bottom: -0.6rem;
    }
    .category_box:nth-child(4) .fruit_name {
        bottom: -0.5rem;
    }
    .category_box:nth-child(5) .fruit_name {
        bottom: -0.1rem;
    }
    .category_wrapper {
        padding: 3.875rem 0rem 4.563rem;
    }
    .category_title {
        top: 4rem;
    }
}
@media ( min-width: 1200px) {
    .category_wrapper .container {
        max-width: 1235px;
    }
    .category_title {
        bottom: 5rem;
    }
    .category_box:nth-child(2) .fruit_name {
        bottom: 1.4rem;
    }
    .category_box:nth-child(3) .fruit_name {
        bottom: -0.3rem;
    }
    .category_box:nth-child(4) .fruit_name {
        bottom: -0.1rem;
    }
    .category_box:nth-child(5) .fruit_name {
        bottom: 0.55rem;
    }
    .category_wrapper {
        padding: 5.875rem 0rem 6.563rem;
    }
}
@media (min-width: 1500px) {
    .category_wrapper {
        padding: 7.875rem 0rem 7.563rem;
    }
}
@media ( min-width: 1700px) {
    .category_wrapper .container {
        max-width: 1505px;
    }
    .category_title {
        bottom: 7rem;
    }
    .category_box:nth-child(2) .fruit_name {
        bottom: 1.9rem;
    }
    .category_box:nth-child(3) .fruit_name {
        bottom: -0.2rem;
    }
    .category_box:nth-child(4) .fruit_name {
        bottom: 0rem;
    }
    .category_box:nth-child(5) .fruit_name {
        bottom: 0.8rem;
    }
}
@media ( min-width: 1800px) {
    .category_wrapper .container {
        max-width: 1705px;
    }
    .category_wrapper {
        padding: 3.875rem 0rem 1.5625rem;
    }
    .category_box:nth-child(1) .fruit_name {
        bottom: 2rem;
    }
    .category_box:nth-child(2) .fruit_name {
        bottom: 5.5rem;
    }
    .category_box:nth-child(3) .fruit_name {
        bottom: 3.1rem;
    }
    .category_box:nth-child(4) .fruit_name {
        bottom: 3.4rem;
    }
    .category_box:nth-child(5) .fruit_name {
        bottom: 4.3rem;
    }
}


/* -- scan-orders -- */

.scan_orders--wrapper {
    background: #4B5966;
    padding: 2rem 0rem;
    margin-bottom: -1px;
}
.scan_orders--wrapper .row {
    align-items: center;
}
.scan_order_inner--wrapper {
    position: relative;
    z-index: 1;
}
.scan_order_inner--wrapper .scan_order--title {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 65px;
    color: var(--white);
    padding-bottom: 20px;
}
.scan_order_inner--wrapper p {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 210.7%;
    color: var(--white);
    padding-bottom: 30px;
}
.scan_order_img--wrapper {
    position: relative;
}
.scan_order_img--wrapper img {
    position: absolute;
    max-width: 376px;
    width: 100%;
    bottom: -6rem;
    right: -0.9375rem;
    z-index: 0;
}

@media ( min-width: 576px) {
    .scan_order_inner--wrapper .scan_order--title {
        font-size: 60px;
        line-height: 70px;
    }
    .scan_order_img--wrapper img {
        position: relative;
        bottom: -5rem;
        right: -11rem;
    }
}
@media ( min-width: 768px) {
    .scan_order_img--wrapper img {
        max-width: 500px;
        right: -3rem;
        bottom: -1rem;
    }
}
@media ( min-width: 992px) {
    .scan_order_inner--wrapper .scan_order--title {
        line-height: 80px;
    }
    .scan_order_img--wrapper img {
        right: -10rem;
    }
}
@media ( min-width: 1200px) {
    .scan_orders--wrapper {
        padding: 0rem;
    }
    .scan_orders--wrapper .container {
        max-width: 1243px;
    }
    .scan_order_img--wrapper img {
        max-width: 901px;
        width: 901px;
        right: 0rem;
        margin-top: -1rem;
        margin-bottom: -10rem;
    }
}
@media ( min-width: 1440px) {
    .scan_order_inner--wrapper .scan_order--title {
        font-size: 96px;
        line-height: 115px;
    }
}
@media ( min-width: 1680px) {
    .scan_orders--wrapper .container {
        max-width: 1343px;
    }
}
@media ( min-width: 1800px) {
    .scan_order_img--wrapper img {
        right: -3rem;
    }
}


/* -- fruits -- */

.fruits_main--wrapper {
    background: var(--white);
    position: relative;
    z-index: 1;
}
.fruits_main--wrapper .row_inner_one {
    background: #9AB95B;
    height: 100%;
    flex-direction: column-reverse;
}
.fruits_main--wrapper .row_inner_two {
    background: #BB535E;
}
.fruits_main--wrapper .row_inner_three {
    background: #4A6A32;
    flex-direction: column-reverse;
}
.row_inner_one,
.row_inner_two,
.row_inner_three {
    position: relative;
}
.fruits_status {
    display: block;
    width: 104px;
    text-align: center;
    font-family: var(--roboto);
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: var(--white);
    padding: 12px 5px;
    position: absolute;
    left: 0;
    top: 0;
}
.fruits_status.status_one {
    background: #212516;
}
.fruits_status.status_two {
    background: #6D232B;
}
.fruits_status.status_three {
    background: #344C22;
}
.fruits_img--wrapper {
    padding-top: 2.5rem;
    text-align: center;
    mix-blend-mode: multiply;
}
.fruits_details--wrapper {
    padding-bottom: 2.5rem;
}
.fruits_details--wrapper .fruits_title {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 35px;
    color: var(--white);
}
.star_rating--wrapper {
    display: flex;
    align-items: center;
    padding: 5px 0px 12px;
}
.star_rating--wrapper .star_rating {
    margin: 0px 2px;
}
.star_rating--wrapper .star_rating:first-child {
    margin-left: 0px;
}
.star_rating--wrapper .star_rating:last-child {
    margin-right: 0px;
}
.star_rating--wrapper .count_star {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 100.7%;
    color: var(--white);
    padding-left: 4px;
    display: block;
    margin-top: 3px;
}
.fruits_details--wrapper p {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 188.7%;
    color: var(--white);
    padding-bottom: 12px;
}
.fruit_list--wrapper {
    padding: 1rem 0rem 2.5rem;
}
.fruit_list--wrapper .fruit_list {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 188.7%;
    color: #EEFFCB;
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
}
.fruit_list--wrapper .fruit_list:last-child {
    margin-bottom: 0px;
}
.fruit_list--wrapper .fruit_list::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #BBD87E;
    top: 7px;
    left: 0px;
}
.fruits_main--wrapper .fruit_btn--one {
    color: #48620F;
    background: #F0FFD1;
    filter: drop-shadow(0px 36px 32px rgba(142, 171, 83, 0.7));
}
.fruits_main--wrapper .fruit_btn--one:hover {
    color: var(--black);
    background: #b3ec3b;
}
.fruits_main--wrapper .fruit_btn--two {
    color: #661B23;
    background: #FFD3D8;
    box-shadow: 0px 28px 26px rgba(167, 73, 83, 0.6);
    margin-top: 0.9rem;
}
.fruits_main--wrapper .fruit_btn--two:hover {
    color: var(--white);
    background: #ef4f61;
}
.fruits_main--wrapper .fruit_btn--three {
    background: #678A4D;
    box-shadow: 0px 20px 31px #385125;
    margin-top: 0.9rem;
}
.fruits_main--wrapper .fruit_btn--three:hover {
    background: #4d8225;
}

@media ( min-width: 576px) {
    .fruits_main--wrapper .row_inner_one,
    .fruits_main--wrapper .row_inner_two,
    .fruits_main--wrapper .row_inner_three {
        align-items: center;
        flex-direction: inherit;
    }
    .fruits_cols .row {
        padding: 4.375rem 1.875rem;
    }
    .fruits_details--wrapper {
        padding-bottom: 0px;
    }
    .fruits_img--wrapper {
        padding-top: 0px;
    }
}
@media ( min-width: 992px) {
    .row_inner_one .fruits_title {
        font-size: 27px;
        line-height: 49px;
    }
    .row_inner_two .fruits_title,
    .row_inner_three .fruits_title {
        font-size: 27px;
        line-height: 49px;
    }
}
@media ( min-width: 1440px) {
    .row_inner_one .fruits_title,
    .row_inner_two .fruits_title,
    .row_inner_three .fruits_title {
        font-size: 27px;
        line-height: 49px;
    }
}
@media ( min-width: 1200px) {
    .fruits_main--wrapper .row_inner_one {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    .fruits_main--wrapper .row_inner_two,
    .fruits_main--wrapper .row_inner_three {
        padding: 2.375rem 1.875rem;
    }
}
@media ( min-width: 1700px) {
    .fruits_main--wrapper .row_inner_one {
        padding: 0px 19px 0px 104px;
    }
    .fruits_main--wrapper .row_inner_two {
        padding: 23px 58px 5px 97px;
    }
    .fruits_main--wrapper .row_inner_three {
        padding: 50px 58px 21px 97px;
    }
    .fruits_img--wrapper {
        text-align: left;
    }
}


/* -- latest-products -- */

.latest_products--wrapper {
    padding: 3.5rem 0rem 2rem;
}
.latest_product--details {
    margin-bottom: 1.875rem;
}
.latest_product--details .latest_title {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 96.1%;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--light-green);
    padding-bottom: 5px;
}
.latest_product--details .latest_title br,
.latest_product--details .latest_subtitle br {
    display: none;
}
.latest_product--details .latest_subtitle {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    line-height: 80.1%;
    color: var(--light-green);
}
.latest_product_info {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 153.1%;
    color: var(--light-green);
    display: block;
    padding: 1.875rem 0rem;
}
.latest_product--details p {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 153.1%;
    color: #526870;
    padding-bottom: 1.875rem;
}
.latest_product--details .home_btn {
    text-transform: uppercase;
    max-width: 225px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 24px 61px rgba(3, 173, 83, 0.4);
}
.latest_product_items--wrapper {
    background: var(--white);
    border: 1px solid #DBDBDB;
    padding: 18px 15px 33px;
    margin-bottom: 1.875rem;
}
.latest_product_items--wrapper .overlay_buy--wrapper {
    visibility: hidden;
    opacity: 0;
    transition: visibility ease 0.4s, opacity ease 0.6s;
}
.latest_product_items--wrapper:hover .overlay_buy--wrapper {
    visibility: visible;
    opacity: 1;
}
.discount_price {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--white);
    padding: 5px;
    text-align: center;
    background: #3D505A;
    display: block;
    width: 71px;
    position: absolute;
    left: -21px;
    z-index: 1;
}
.product_img--item {
    text-align: center;
    position: relative;
}
.product_img--box {
    position: relative;
    padding-top: 1.625rem;
    z-index: 0;
}
.overlay_buy--wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(17px);
}
.overlay_buy--wrapper .home_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
    width: 110px;
    padding: 18px;
    text-align: center;
}
.product_img--item .like_wrapper {
    width: 33px;
    height: 33px;
    border: none;
    background: #01AE56;
    position: absolute;
    top: 0rem;
    border-radius: 50%;
    right: 0.125rem;
    transition: all ease 0.4s;
}
.product_img--item .like_wrapper:hover {
    background: var(--black);
}
.like_wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product_title_with_price--wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-bottom: 19px;
    flex-direction: column;
}
.product_item--title {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 1em;
    line-height: 100.1%;
    color: var(--main);
    z-index: 9;
    transition: all ease 0.4s;
    margin-bottom: 1rem;
}
.product_item--title a {
    color: inherit;
}
.product_item--title a:hover {
    text-decoration: none;
}
.product_item--title:hover {
    color: var(--black);
}
.product_item--price {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: inherit;
    line-height: 100.1%;
    color: #010101;
}
.product_item--old-price {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 200;
    font-size: small;
    line-height: 100.1%;
    color: #010101;
    text-decoration: line-through;
}
.product_avb_schedule--wrapper {
    padding-bottom: 1.6875rem;
}
.latest_product_items--wrapper .order_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_avalibility {
    display: block;
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 183.1%;
    color: #5A717D;
}
.product_avalibility .product_status {
    font-weight: 500;
    color: #3D505A;
}
.item_form--wrapper {
    position: relative;
    max-width: 106px;
    width: 100%;
    margin-right: 5px;
}
.item_form--wrapper .form-control {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: var(--black);
    background: transparent;
    border: none;
    height: auto;
    outline: none;
    box-shadow: none;
    border: 1px solid #BDBDBD;
    border-radius: 21px;
    -webkit-appearance: none;
    padding: 0.86rem 0.913125rem;
    position: relative;
    z-index: 1;
}
.item_form--wrapper .item_btn {
    display: block;
    position: absolute;
    top: 47%;
    right: 10%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.add_quantity {
    background: var(--white);
    border: 1px solid #BDBDBD;
    border-radius: 21px;
    max-width: 106px;
    width: 100%;
    padding: 0.131rem 0rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-left: 5px;
}
.add_quantity .quantity__input {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 183.1%;
    text-align: center;
    border: none;
    text-align: center;
    width: 47px;
    background: #02A64F;
    color: var(--white);
    border-radius: 18px;
    padding: 7px;
    box-shadow: none;
    outline: none;
}
.quantity-status {
    text-decoration: none!important;
    color: var(--black);
    border: 0;
    background: transparent;
}
.quantity-status:hover {
    color: var(--black);
}
.drag_me_outer--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.9375rem;
}
.drag_me_inner--wrapper {
    width: 320px;
    text-align: center;
    position: relative;
}
.drag_me_inner--wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border: 1px dashed #000000;
    left: 0rem;
    right: 0rem;
    top: 45%;
}
.drag_me--input {
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.drag_me--label {
    width: 82px;
    height: 82px;
    border: 2px solid #3E495A;
    border-radius: 50%;
    background: var(--white);
    margin-bottom: 0rem;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.drag_me--label:hover {
    background: var(--light-green);
}
.drag_me--label:hover .drag {
    color: var(--white);
}
.drag_me--label .drag {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.39em;
    color: var(--black);
    position: absolute;
    padding: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media ( min-width: 576px) {
    .latest_products--wrapper {
        padding: 4.5rem 0rem 4rem;
    }
    .drag_me_inner--wrapper {
        width: 339px;
    }

}
@media ( min-width: 768px) {
    .latest_product--details .latest_title {
        font-size: 50px;
        padding-bottom: 10px;
    }
    .latest_product--details .latest_subtitle {
        line-height: 80.1%;
        color: var(--light-green);
    }
    .product_img--box {
        height: auto;
    }
    .latest_product--details .home_btn {
        max-width: 235px;
    }
}
@media ( min-width: 992px) {
    .latest_products--wrapper {
        padding: 5.5rem 0rem 5rem;
    }
    .product_img--box {
        height: auto;
    }
    .product_item--price {
        font-size: inherit;
    }
}
@media ( min-width: 1200px) {
    .latest_products--wrapper .container {
        max-width: 1385px;
    }
    .latest_products--wrapper .row {
        align-items: center;
    }
    .product_img--box img {
        width: 100%;
    }
    .latest_product_items--wrapper {
        margin-bottom: 0rem;
    }
    .latest_col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .latest_products--wrapper {
        padding: 6.5rem 0rem 7rem;
    }
    .product_item--price {
        font-size: inherit;
    }
}
@media ( min-width: 1200px) and ( max-width: 1536px) {
    .product_avalibility {
        font-size: 11px;
    }
}
@media ( min-width: 1366px) {
    .latest_col {
        max-width: 350px;
        flex: 0 0 24.333333%;
    }


}
@media ( min-width: 1440px) {
    .latest_product--details .latest_title br,
    .latest_product--details .latest_subtitle br {
        display: block;
    }
    .latest_product--details .latest_title {
        font-size: 64px;
    }

}
@media ( min-width: 1680px) {
    .latest_product--details .latest_title {
        padding-bottom: 19px;
    }
    .latest_products--wrapper .container {
        max-width: 1585px;
    }
    .latest_col {
        max-width: 412px;
    }

}
@media ( min-width: 1880px) {
    .latest_products--wrapper .container {
        max-width: 1785px;
    }

    .product_item--price {
        font-size: inherit;
    }
}

/* -- happy-customers -- */
.happy_customers_inner--wrapper {
    background: linear-gradient(97.35deg, #6FC0B9 -4.24%, #84BE98 100%);
    padding: 45px 0px;
}
.happy_customers--wrapper .customers_title {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 150.1%;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
}
.happy_customers--wrapper .customers_subtitle {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 71.1%;
    color: var(--white);
}
.quote_box--wrapper {
    display: flex;
    justify-content: flex-end;
}
.quote_box--wrapper p {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 196.1%;
    color: var(--white);
    margin: 73px 0px 36px;
    position: relative;
    width: 100%;
}
.customer_name--box {
    display: flex;
    justify-content: flex-end;
}
.customer_name {
    max-width: 300px;
    width: 100%;
}
.quote_box--wrapper p::before,
.quote_box--wrapper p::after {
    content: '';
    position: absolute;
    background-size: cover;
    display: block;
    width: 50px;
    height: 29px;
}
.quote_box--wrapper p::before {
    background: url('../../images/svg/quote-left.svg') no-repeat center;
    top: -25px;
    left: 0;
}
.quote_box--wrapper p::after {
    background: url('../../images/svg/quote-right.svg') no-repeat center;
    bottom: 0rem;
    right: 0rem;
}
.customer_name {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 196.1%;
    letter-spacing: 0.18em;
    color: var(--white);
    padding-left: 85px;
    display: flex;
    position: relative;
    margin-bottom: 79px;
    height: 24px;
}
.customer_name::before {
    position: absolute;
    content: '';
    background: var(--white);
    width: 74px;
    height: 1px;
    top: 9px;
    left: 0px;
}
.happy_customers--wrapper .home_btn {
    max-width: 220px;
    box-shadow: 12px 16px 17px 2px rgb(3 173 83 / 40%);
    margin-bottom: 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customers_arrow--wrapper .swiper-button-next::after,
.customers_arrow--wrapper .swiper-button-prev::after {
    display: none;
}
.customers_arrow--wrapper .swiper-button-next,
.customers_arrow--wrapper .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--white);
    transition: all ease 0.4s;
}
.customers_arrow--wrapper .swiper-button-next:hover,
.customers_arrow--wrapper .swiper-button-prev:hover {
    border-color: var(--black);
}
.customers_arrow--wrapper .swiper-button-next:hover img,
.customers_arrow--wrapper .swiper-button-prev:hover img {
    filter: none;
    transition: all ease 0.4s;
}
.customers_arrow--wrapper .swiper-button-next:hover img,
.customers_arrow--wrapper .swiper-button-prev:hover img {
    filter: brightness(0);
}
.customers_gallery-thumbs .swiper-wrapper {
    align-items: center;
}
.customers_arrow--wrapper {
    display: none;
}
.customers_arrow--wrapper .swiper-button-next {
    right: auto;
}
.customers_arrow--wrapper .swiper-button-prev {
    top: 3.5rem;
    left: auto;
}
.customers_name--box {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 0%;
    text-transform: capitalize;
    color: var(--white);
    max-width: 259px;
    width: 100%;
    margin: 0 auto;
    background: #3E495A;
    display: block;
    box-shadow: 0px 28px 34px rgba(37, 45, 57, 0.16);
    padding: 10px;
    text-align: center;
}
.slider_img--col {
    position: relative;
}

@media ( min-width: 576px) {
    .happy_customers--wrapper .customers_title {
        font-size: 44px;
    }
    .happy_customers--wrapper .customers_subtitle {
        font-size: 64px;
        padding: 15px 0px;
    }
    .quote_box--wrapper p,
    .customer_name {
        max-width: 100%;
    }
    .happy_customers_inner--wrapper {
        padding: 55px 0px;
    }
}
@media ( min-width: 768px) {
    .customers_details {
        text-align: center;
    }
    .customers_name--box {
        padding-top: 23px;
        padding-bottom: 23px;
        margin-top: -1.5rem;
        position: relative;
        z-index: 99;
    }
}
@media (min-width: 992px) {
    .happy_customers_inner--wrapper {
        padding: 70px 0px;
    }
}
@media ( min-width: 1200px) {
    .quote_box--wrapper p::before {
        top: -0.5rem;
        left: -3.5rem;
    }
    .customers_gallery-thumbs {
        padding-top: 0rem;
        max-height: 746px;
    }
    .customers_gallery-thumbs .swiper-slide {
        max-height: 386px;
        height: 100%!important;
    }
    .customers_arrow--wrapper {
        position: absolute;
        width: 100%;
        bottom: 29rem;
        right: -32rem;
        display: block;
    }
    .happy_customers--wrapper {
        padding-top: 4.125rem;
    }
    .customers_gallery-thumbs .swiper-slide {
        margin: 10px 0px;
    }
    .happy_customers_inner--wrapper {
        padding: 0;
    }
}
@media ( min-width: 1366px) {
    .happy_customers_outer--wrapper .container {
        max-width: 1231px;
    }
    .happy_customers--wrapper .customers_title {
        font-size: 60px;
    }
    .happy_customers--wrapper .customers_subtitle {
        font-size: 70px;
        padding: 23px 0px;
    }
    .customers_name--box {
        font-size: 16px;
    }
    .quote_box--wrapper p,
    .customer_name {
        max-width: 467px;
    }
}
@media ( min-width: 1680px) {
    .happy_customers--wrapper .customers_title {
        font-size: 64px;
    }
    .happy_customers--wrapper .customers_subtitle {
        font-size: 94px;
        padding: 23px 0px;
    }
}

/* -- home-ads -- */
.ads_wrapper {
    display: none;
}

.ads_wrapper .row {
    position: relative;
}

.ads_cols {
    position: relative;
}

.ads_common {
    position: absolute;
}

.ads_left--wrapper {
    position: relative;
    right: -5.5rem;
}

.ads_right--wrapper {
    position: relative;
    top: 2.5625rem;
    left: -5.5rem;
}

.ads_img1--wrapper {
    top: -5rem;
    left: -1rem;
    z-index: 99;
}

.ads_img2--wrapper {
    top: -6.5rem;
    right: -5rem;
}

.ads_img3--wrapper {
    left: 45%;
    bottom: -83%;
    transform: translate(-50%);
}

.shop_btn {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 93.1%;
    letter-spacing: 0.09em;
    color: #91BB4A;
    text-align: center;
    border-radius: 100px;
    padding: 12px;
    max-width: 79px;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 999;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.shop_btn:hover {
    color: var(--black);
    background: transparent;
    text-decoration: none;
}

.shop_btn--one {
    background: var(--white);
    right: 8rem;
    bottom: 1.8rem;
    border-color: var(--white);
}

.shop_btn--two {
    background: #56460D;
    left: 5.5rem;
    bottom: 2rem;
    border-color: #56460D;
}

@media ( min-width: 992px) {
    .ads_wrapper {
        display: block;
        padding: 9.5rem 0rem 10.75rem;
    }
}

@media ( min-width: 1200px) {
    .ads_img3--wrapper {
        bottom: -70%;
    }
    .shop_btn--two {
        background: #56460D;
        left: 8rem;
        bottom: 3rem;
        border-color: #56460D;
    }
}


/* -- famous-brands -- */

.famous_brands--wrapper {
    background: url('../../images/home/famous-brands-bg.png') no-repeat center;
    background-size: cover;
    position: relative;
    padding: 4.6875rem 0rem 5.4375rem;
}

.famous_brands_container {
    padding-bottom: 5rem;
}

.famous_brands_container .famous_brands--box {
    padding-top: 20px;
}

.famous_brands--box .brands_title {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 125%;
    color: var(--light-green);
}

.brands_title .brand_text {
    font-size: 24px;
    line-height: 86.1%;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--light-green);
    display: block;
}

.famous_brands--box p {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 206.1%;
    color: #49512C;
    padding: 1.5rem 0rem;
}

.famous_brands--img {
    text-align: center;
}

.brand_action--wrapper {
    position: absolute;
    bottom: 3rem;
}

.brand_action--wrapper .swiper-button-next:after,
.brand_action--wrapper .swiper-button-prev:after {
    display: none;
}

.brand_action--wrapper .swiper-button-next,
.brand_action--wrapper .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--light-green);
    transition: all 0.5s ease-in-out;
}

.brand_action--wrapper .swiper-button-next img,
.brand_action--wrapper .swiper-button-prev img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brand_action--wrapper .swiper-button-next:hover,
.brand_action--wrapper .swiper-button-prev:hover {
    background: var(--green-btn-hover);
}

.brand_action--wrapper .swiper-button-prev {
    left: auto;
}

.brand_action--wrapper .swiper-button-next {
    right: -6.7rem;
}

.famous_brands--img1 {
    position: absolute;
    width: 150px;
    top: -7rem;
    left: 0rem;
    z-index: 1;
}

.famous_brands--img2 {
    position: absolute;
    width: 150px;
    right: 0rem;
    bottom: -8rem;
}

@media ( min-width: 576px) {
    .famous_brands--box .brands_title {
        font-size: 50px;
    }
    .brands_title .brand_text {
        font-size: 34px;
    }
}

@media ( min-width: 768px) {
    .famous_brands--img1 {
        top: -5.5rem;
    }
    .famous_brands_container .row {
        align-items: center;
    }
    .famous_brands_container .famous_brands--box {
        padding-top: 0rem;
    }
    .famous_brands--box p {
        padding-bottom: 0rem;
    }
    .brand_action--wrapper {
        bottom: 4rem;
    }
}

@media ( min-width: 992px) {
    .famous_brands--box .brands_title {
        font-size: 70px;
    }
    .brands_title .brand_text {
        font-size: 50px;
    }
}

@media ( min-width: 1200px) {
    .famous_brands_container {
        padding-bottom: 0rem;
    }
    .famous_brands--wrapper .container {
        max-width: 1250px;
    }
    .famous_brands--box .brands_title {
        font-size: 60px;
        line-height: 125%;
    }
    .brands_title .brand_text {
        font-size: 50   px;
        line-height: 86.1%;
    }
    .famous_brands--box p {
        padding-top: 1rem;
        padding-right: 6rem;
    }
    .famous_brands--img1 {
        width: auto;
        top: -12.5rem;
    }
    .famous_brands--img2 {
        width: auto;
        bottom: -20rem;
    }
}

@media ( min-width: 1440px) {
    .brands_title .brand_text {
        font-size: 64px;
        line-height: 86.1%;
    }
    .famous_brands--box .brands_title {
        font-size: 80px;
    }
}

/* -- home-about-us -- */

.home_about_us--wrapper {
    padding: 3.125rem 0rem 3.75rem;
}

.about_us--wrapper {
    margin-bottom: 30px;
}

.about_us--wrapper .about_us--title {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    line-height: 71.1%;
    color: var(--light-green);
    padding-bottom: 21px;
}

.about_us--title .inner_text {
    font-size: 24px;
    -webkit-text-fill-color: var(--white);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--light-green);
}

.about_us--wrapper .about_us--text {
    display: block;
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 226.1%;
    color: #3E495A;
    border-left: 1px solid var(--light-green);
    padding-left: 20px;
}

.about_us--wrapper .home_btn {
    box-shadow: 0px 24px 61px rgba(3, 173, 83, 0.4);
    margin-top: 3.125rem;
}

.about_options--wrapper {
    margin-bottom: 2.5rem;
}
.about_options--wrapper .options_title {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 93.1%;
    text-transform: capitalize;
    color: var(--light-green);
    display: block;
    padding-top: 1rem;
}
.about_options--wrapper .options_info {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 93.1%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #3E495A;
    display: block;
    padding-top: 8px;
}
.about_us_options--wrapper {
    display: flex;
    flex-wrap: wrap;
}
.about_options--wrapper {
    width: 50%;
}
@media ( min-width: 440px) {

    .about_options--wrapper:nth-last-child(2) {
        margin-bottom: 0rem;
    }
}

@media ( min-width: 576px) {
    .home_about_us--wrapper {
        padding: 4rem 0rem 3.625rem;
    }
    .about_us--wrapper .about_us--text {
        padding-left: 35px;
    }
    .about_us--title .inner_text {
        font-size: 44px;
    }
}

@media ( min-width: 768px) {
    .about_us--wrapper {
        margin-bottom: 0px;
    }
}

@media ( min-width: 992px) {
    .home_about_us--wrapper {
        padding: 6.375rem 0rem 8.375rem;
    }

    .about_us--title .inner_text {
        font-size: 54px;
    }
}

@media ( min-width: 1200px) {
    .home_about_us--wrapper .container {
        max-width: 1200px;
    }

    .about_us--title .inner_text {
        font-size: 50px;
    }
    .about_options--wrapper {
        margin-bottom: 5.5625rem;
    }
}
@media ( min-width: 1440px) {

    .about_us--title .inner_text {
        font-size: 64px;
    }
}