/*== == FOLD1D === ==*/

.fold1d-header-title-wrapper {
    display: flex;
    justify-content: center;
    gap: 7px;
    color: var(--primary-color);
    flex-wrap: wrap;
    row-gap: 00px;
}

    /*== == FOLD1D END == ==*/

/*== == FOLD3 == ==*/

.fold3-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
    padding: 200px 0px 100px;
}

.fold3-img {
    flex: 0 0 45%;
    display: flex;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.fold3-content-header .title:first-child {
    font-weight: 400;
    color: black;
}

.fold3-content-header .title {
    color: var(--primary-color);
}

.fold3-content-header .title {
    margin: 0px;
}

.fold3-content-header {
    padding-bottom: 20px;
}

.fold3 {
    position: relative;
    background: whitesmoke;
    margin-top: -100px;
}

.fold3-img img {
    flex: 1;
    width: 100%;
    position: relative;
}

.fold3-content {
    position: relative;
}


.fold3-content-price {
    font-size: 24px;
    line-height: 32px;
    margin: 0px;
    font-weight: 500;
    padding-top: 20px;
}

    /*== == FOLD3 END == ==*/

/*== == BUTTON == ==*/

.product-quantity {
    display: none;
}

.product-add-to-cart div#subtot {
    display: none !important;
}

.product-add-to-cart .readmore.no-background::after {
    content: "\f061";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
}

    /*== == BUTTON END == ==*/