* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.mb-logos-area,
.mb-nav,
.mb-home__menu-fixed,
.mb-modal-info {
    display: none;
}

@font-face {
    font-family: 'Hurme Bold';
    src: url("https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/uploads/2021/12/HurmeGeometricSans4-Bold.otf");
}

@font-face {
    font-family: 'Hurme Semi Bold';
    src: url("https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/uploads/2021/12/HurmeGeometricSans4-SemiBold.otf");
}

@font-face {
    font-family: 'Hurme Black';
    src: url("https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/uploads/2021/12/HurmeGeometricSans4-Black.otf");
}

@font-face {
    font-family: 'TastyBold Regular';
    src: url("https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/uploads/2021/11/TASTYBOLD.ttf");
}

@font-face {
    font-family: 'AFM Sans Regular';
    src: url("https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/uploads/2021/11/AFM-Sans.otf");
}

header {
    width: 90%;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    margin:0 auto;
}

.header__left {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
}

.header__center {
    height: 100%;
    z-index: 3;
}

.header__white-rectangle {
    width: 300px;
    height: 100%;
    background-color: #FFF;
    border-radius: 0 0 15px 15px;
    margin: auto;
    display: flex;
    padding-left: 17px;
    padding-right: 21px;
    align-items: center;
}

.header__paragraph {
    flex: 1;
}

.header__paragraph>p {
    color: #009E4F;
    font-family: 'TastyBold Regular';
    line-height: 100%;
    font-size: 25px;
}

.header__social-medias {
    display: flex;
    justify-content: center;
    width: 40%;
}

.facebook-icon,
.twitter-icon {
    cursor: pointer;
    margin-right: 10px;
}

.header__rigth {
    height: 100%;
}

.header__info-menu {
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.info-icon {
    margin-right: 4%;
    cursor: pointer;
    display: flex;
}

.body {
    display: flex;
}

.home-body {
    background-image: url("https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/themes/housesb/assets/img/updated-house-of-goodness.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.closet {
    width: 13%;
    height: 18%;
    position: absolute;
    left: 37%;
    top: 4%;
    z-index: 3;
    cursor: pointer;
}

.closet-message {
    width: 20%;
    height: 18%;
    position: absolute;
    left: 51%;
    top: 10%;
    z-index: 3;
}

.living-room-message {
    width: 20%;
    height: 18%;
    position: absolute;
    left: 63%;
    top: 25%;
    z-index: 3;
}

.kitchen-message {
    width: 20%;
    height: 18%;
    position: absolute;
    left: 55%;
    top: 48%;
    z-index: 3;
}

.room-orange-title {
    color: #F15D2A;
    font-family: 'TastyBold Regular';
    font-size: 20px;
    line-height: 25px;
}

.room-green-title {
    color: #009E4F;
    font-family: 'AFM Sans Regular';
    font-size: 23px;
    margin-bottom: 10px;
}

.room-paragraph {
    color: #FFF;
    text-align: left;
    font-size: 16px;
    font-family: 'Hurme Semi Bold';
    margin-bottom: 30px;
}

.living-room__window {
    width: 7%;
    height: 15%;
    position: absolute;
    left: 27%;
    top: 23%;
    border-radius: 50%;
    z-index: 3;
    cursor: pointer;
}

.living-room__door {
    width: 24%;
    height: 20%;
    position: absolute;
    left: 37%;
    top: 25%;
    z-index: 3;
    cursor: pointer;
}

.kitchen {
    width: 16%;
    height: 20%;
    position: absolute;
    left: 38%;
    top: 45%;
    z-index: 3;
    cursor: pointer;
}

.button-msg {
    display: none;
}

.dark-screen {
    position: absolute;
    z-index: 4;
    height: 100vh;
    width: 100%;
    background-color: #000;
    opacity: .8;
}

.pink-spot-text {
    color: #DF0B55;
    font-family: 'TastyBold Regular';
    font-size: 12px;
}

.orange-spot-text {
    color: #F15D2A;
    font-family: 'TastyBold Regular';
    font-size: 16px;
}

.paragraph-spot {
    color: #004F28;
    font-family: 'Hurme Semi Bold';
    font-size: 12px;
}

.green-circle {
    background-color: rgba(255, 255, 255, .75);
    border-radius: 48px;
}

.modal-info {
    position: absolute;
    padding-bottom: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 4;
    width: 800px;
    background: transparent linear-gradient(90deg, #83C885 0%, #83C884 0%, #A4D47F 4%, #C0DE7A 7%, #D7E676 12%, #E9ED73 17%, #F5F171 23%, #FCF470 31%, var(---fff570) 50%, #FCF470 69%, #F5F171 77%, #E9ED73 83%, #D7E676 88%, #C0DE7A 93%, #A4D47F 96%, #83C884 100%, #83C885 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #83C885 0%, #83C884 0%, #A4D47F 4%, #C0DE7A 7%, #D7E676 12%, #E9ED73 17%, #F5F171 23%, #FCF470 31%, #FFF570 50%, #FCF470 69%, #F5F171 77%, #E9ED73 83%, #D7E676 88%, #C0DE7A 93%, #A4D47F 96%, #83C884 100%, #83C885 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    top: 40%;
    right: 3%;
}

img[alt="close-modal"] {
    margin-right: -8px;
    margin-top: -18px;
}

.modal-info>img {
    cursor: pointer;
    position: absolute;
    right: -1%;
    top: -1%;
    height: 51px;
    width: 51px;
}

.modal-range {
    width: 100%;
    height: 4%;
    margin-bottom: 3%;
    display: flex;
}

.modal-text-area {
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3%;
}

.modal-pink-title {
    color: #E50E63;
    font-family: 'Hurme Bold';
    font-size: 32px;
    line-height: 10px;
}

.modal-green-title {
    color: #009E4F;
    font-family: 'TastyBold Regular';
    font-size: 24px;
    line-height: 10px;
}

.modal-orange-title {
    color: #F15D2A;
    font-family: 'AFM Sans Regular';
    font-size: 34px;
    line-height: 46px;
}

.modal-paragraph {
    color: #004F28;
    text-align: left;
    font-size: 18px;
    font-family: 'Hurme Semi Bold';
}

.modal-ecomm {
    z-index: 6;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}

.modal-ecomm-text-area {
    display: flex;
    align-items: center;
    text-align: center;
    padding-bottom: 2%;
}

.modal-ecomm-text {
    display: flex;
    flex-direction: column;
    min-width: 60%;
    max-width: 80%;
    height: 100%;
    justify-content: center;
}

.info-ecomm {
    position: relative;
    right: 0%;
    top: 0%;
}

.modal-ecomm-paragraph {
    font-family: 'Hurme Semi Bold';
    font-size: 20px;
    color: #004F28;
    margin-bottom: 4%;
}

.modal-Ecomm-text__imgs {
    display: flex;
    height: 80%;
    padding-bottom: 3%;
}

.modal-ecomm-text__single-img,
.modal-ecomm-bagged-img {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.modal-ecomm__title {
    font-family: 'TastyBold Regular';
    font-size: 24px;
}

.green-title {
    color: #009E4F;
}

.orange-title {
    color: #FF9600;
}

.modal-ecomm__subtitle {
    font-family: 'AFM Sans Regular';
    font-size: 32px;
}

.green-subtitle {
    color: #8FD200;
}

.orange-subtitle {
    color: #F15D2A;
}

.single-img__img,
.bagged-img__img {
    height: 210px;
    display: flex;
    align-items: center;
}

.ecomm-btn-img {
    max-width: 46px;
    max-height: 46px;
}

.modal-ecomm-last-paragraph {
    font-family: 'Hurme Black';
    font-size: 20px;
    color: #730732;
}

.menu-area {
    position: relative;
    height: 100%;
    position: absolute;
    top: -50px;
    right: -350px;
    z-index: 4;
}

.close-button {
    position: absolute;
    z-index: 4;
    height: 30px;
    width: 30px;
    top: 25px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.menu-options {
    width: 200px;
    height: 250px;
    position: absolute;
    z-index: 4;
    top: 260px;
    right: 50px;
    font-family: "Hurme Semi Bold";
    color: white;
    font-size: 24px;
}

.menu-options>ul {
    list-style: none;
}

.menu-options>ul>li {
    margin-bottom: 20px;
}

.menu-options>ul>li>a {
    text-decoration: none;
    color: #FFF;
}

.spot {
    cursor: pointer;
}

.footer-area {
    position: fixed;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 120px;
}

.footer__rectangle {
    width: 1200px;
    height: 100%;
    background: transparent linear-gradient(90deg, #83C885 0%, #83C884 0%, #A4D47F 4%, #C0DE7A 7%, #D7E676 12%, #E9ED73 17%, #F5F171 23%, #FCF470 31%, var(---fff570) 50%, #FCF470 69%, #F5F171 77%, #E9ED73 83%, #D7E676 88%, #C0DE7A 93%, #A4D47F 96%, #83C884 100%, #83C885 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #83C885 0%, #83C884 0%, #A4D47F 4%, #C0DE7A 7%, #D7E676 12%, #E9ED73 17%, #F5F171 23%, #FCF470 31%, #FFF570 50%, #FCF470 69%, #F5F171 77%, #E9ED73 83%, #D7E676 88%, #C0DE7A 93%, #A4D47F 96%, #83C884 100%, #83C885 100%) 0% 0% no-repeat padding-box;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 4;
    border-radius: 40px 40px 0 0;
}

.footer__up {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 90%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    z-index: 5;
}

.footer-left {
    width: 25%;
}

.footer-left>a {
    display: flex;
    justify-content: flex-start;
    height: 90%;
    margin-top: 2%;
}

.logo-goodness {
    height: 100%;
}

.logo-goodness {
    margin-right: -5%;
}

.footer-center {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-buttons {
    display: flex;
    justify-content: space-between;
    margin-right: -2%;
}

.justify-end {
    justify-content: end;
}

.rectangle {
    position: absolute;
    z-index: 4;
}

.button,
.orange-button.button {
    width: 220px;
    height: 46px;
    margin-right: 20px;
    border-radius: 114px;
    display: flex;
    align-items: center;
}

.button>p {
    margin-left: 32px;
    font-family: 'Hurme Bold';
    font-size: 16px;
    position: relative;
}

.pink-button>p {
    margin-left: 7px;
}

.btn-link {
    text-decoration: none;
}

.bt-orange {
    color: #712207
}

.bt-green {
    color: #004F28
}

.orange-rectangle,
.pink-rectangle,
.green-rectangle {
    width: 220px;
    min-height: 143px;
    opacity: .8;
    position: absolute;
    border-radius: 20px;
    bottom: 45%;
    z-index: -1;
    display: flex;
    justify-content: center;
    font-family: 'Hurme Semi Bold';
    font-size: 17px;
    color: #712207;
    padding: 20px;
    padding-bottom: 40px;
}

.orange-rectangle {
    background-color: #FF9600;
}

.pink-rectangle {
    background-color: #e64fa2;
}

.green-rectangle {
    background-color: #b1d464;
}

.orange-button {
    background-color: #F15D2A;
    color: #FFF;
    cursor: pointer;
    list-style: none;
    align-items: center;
    width: 160px;
    border-radius: 25px;
}

.button-msg>p {
    margin-left: 21%;
}

.pink-button {
    background-color: #E50E63;
    color: #FFF;
    cursor: pointer;
}

.green-button {
    background-color: #8FD200;
    color: #004F28;
    cursor: pointer;
    text-decoration: none;
}

.footer-right {
    width: 12%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-right>a {
    height: 100%;
}

.logo-avocado-link {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-avocados {
    max-height: 100%;
}

.footer__down {
    width: 100%;
    height: 13px;
    margin-bottom: 10px;
}

.footer__down>img {
    width: 100%;
    object-fit: cover;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

#menu {
    z-index: 7;
    position: relative;
}

.modal-icon {
    margin-right: 20px;
    z-index: 99;
    height: 53px;

}

.menu-icon {
    z-index: 99;
}

#menu-bar,
#mb-menu-bar {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    right: 25px;
}

.menu-bar-bg {
    background: radial-gradient(circle, rgba(255, 245, 112, 1) 23%, rgba(131, 200, 133, 1) 85%);
}

.bar {
    height: 3px;
    width: 60%;
    background-color: #004f28;
    display: block;
    border-radius: 5px;
    transition: 0.3s ease;
}

#bar1,
#bar3 {
    width: 45%;
    background-color: #004f28;
}

#bar1 {
    transform: translateY(-4px);
}

#bar3 {
    transform: translateY(4px);
}

.nav {
    z-index: 99;
    position: fixed;
    right: -100%;
    top: 6%;
    transition: 0.3s ease;
    color: #FFF;
    width: 14%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 77%;
}

.nav ul {
    margin-top: 80%;
    right: -50%;
    transition: 0.4s ease;
}

.nav li {
    list-style: none;
    color: white;
    font-family: "Hurme Bold";
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
}

.nav p {
    color: #004F28;
    font-family: "Hurme Semi Bold";
    font-size: 18px;
    padding-bottom: 12px;
    word-wrap: break-word
}

.nav li a,
.nav li {
    color: #E50E63;
    font-family: "Hurme Bold";
    font-size: 24px;
    text-decoration: none;
}

.nav li a:hover,
.nav li:hover {
    font-weight: bold;
}

.close-menu {
    width: 48px;
    height: 48px;
    background: rgb(255, 245, 112);
    background: radial-gradient(circle, rgba(255, 245, 112, 1) 23%, rgba(131, 200, 133, 1) 85%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 7;
    color: #FFF;
    font-weight: bolder;
    font-size: 25px;
    position: absolute;
    right: 20px;
}

.menu-bg {
    background-image: url('https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/themes/housesb/assets/img/menu-area.svg');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    height: 100vh;
    right: -100%;
    transition: 0.4s ease;
    width: 40%;
}

.change {
    right: 2.5%;
}

.change .bar {
    background-color: #004f28;
}

.change #bar1 {
    transform: translateY(4px) rotateZ(-45deg);
}

.change #bar2 {
    opacity: 0;
}

.change #bar3 {
    transform: translateY(-3px) rotateZ(45deg);
}

.change-bg {
    right: -16%;
    z-index: 4;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: .8;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: .8;
    }
}

.fadeIn-closet {
    -webkit-animation-name: fadeIn-closet;
    animation-name: fadeIn-closet;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn-closet {
    0% {
        opacity: .8;
    }
    100% {
        background-image: url("https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/themes/housesb/assets/img/house-closet.png")
    }
}

@keyframes fadeIn-closet {
    0% {
        opacity: .8;
    }
    100% {
        background-image: url("https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/themes/housesb/assets/img/house-closet.png")
    }
}

.fadeIn-living-room {
    -webkit-animation-name: fadeIn-living-room;
    animation-name: fadeIn-living-room;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn-living-room {
    0% {
        opacity: .8;
    }
    100% {
        background-image: url("https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/themes/housesb/assets/img/house-living-room.png")
    }
}

@keyframes fadeIn-living-room {
    0% {
        opacity: .8;
    }
    100% {
        background-image: url("https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/themes/housesb/assets/img/house-living-room.png")
    }
}

.fadeIn-kitchen {
    -webkit-animation-name: fadeIn-kitchen;
    animation-name: fadeIn-kitchen;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn-kitchen {
    0% {
        opacity: .8;
    }
    100% {
        background-image: url("https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/themes/housesb/assets/img/house-kitchen.png")
    }
}

@keyframes fadeIn-kitchen {
    0% {
        opacity: .8;
    }
    100% {
        background-image: url("https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/themes/housesb/assets/img/house-kitchen.png")
    }
}

.offer_copy {
    position: absolute;
    top: 100px;
    left: 130px;
    background: rgba(0, 0, 0, .45);
    border-radius: 30px;
}

.offer_copy p {
    color: #fff;
    border: solid 1px #fff;
    border-radius: 30px;
    font-size: 18px;
    font-family: 'Hurme Semi Bold';
    line-height: 100%;
    padding: 7px 15px;
}

.kitchen,
.living-room__door,
.closet {
    background-image: url(../assets/img/hotspot_circle.png);
    background-size: auto 45px;
    background-position: center;
    background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------*/
.mb-pink-menu-icon {
    display: flex;
    margin-bottom: 20px;
    border-radius: 33px;
    position: relative;
}
.mb-pink-menu-icon:hover {
    background: rgba(255,255,255,.8);
    width: 172px;
}
.mb-pink-menu-icon .mb-home-icon {
    /*    width: 38px;
        height: 38px;*/
}
.mb-pink-menu-icon .mb-room-menu {
    display: none;
    align-items: center;
    margin-left: 8px;
}
.mb-pink-menu-icon:hover .mb-room-menu {
    display: flex;
}
.mb-pink-menu-icon .mb-room-menu a {
    background: #e50e63;
    color: #fff;
    font-size: 8px;
    line-height: 110%;
    font-family: 'Hurme Bold';
    align-items: center;
    display: flex;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
    justify-content: center;
    margin: 0px 2px;
    letter-spacing: .3px;
}
.mb-pink-menu-icon .room-icon {
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-family: 'Hurme Bold';
    position: absolute;
    bottom: -12px;
    left: 5px;
}
/*----------------------------------------------------------------------------*/
.mb-pink-menu-icon.desktop {
    position: relative;
    z-index: 4;
    margin-bottom: 0px;
    width: auto;
    display: grid;
    margin-right: 25px;
}
.mb-pink-menu-icon.desktop .mb-home-icon {
    width: 53px;
    height: 53px;
    position: relative;
    z-index: 1;
}
.mb-pink-menu-icon.desktop:hover .mb-room-menu {
    display: grid;
}
.mb-pink-menu-icon.desktop .mb-room-menu {
    align-items: center;
    position: absolute;
    background: rgba(255,255,255,.8);
    left: 0px;
    right: 0px;
    margin-left: 0px;
    border-radius: 0 0 30px 30px;
    padding-bottom: 2px;
    margin-top: 25px;
    padding-top: 30px;
}
.mb-pink-menu-icon.desktop .mb-room-menu a {
    margin: 4px auto;
    width: 45px;
    height: 45px;
    font-size: 9px;
}
.mb-pink-menu-icon.desktop  {}
/*----------------------------------------------------------------------------*/


@media (max-width: 1900px) {
    .footer__rectangle {
        width: 70%;
    }
    .modal-pink-title {
        font-size: 28px;
    }
    .modal-green-title {
        font-size: 20px;
    }
    .modal-orange-title {
        font-size: 30px;
    }
    .modal-paragraph {
        font-size: 17px;
    }
    .menu-bg {
        width: 42%;
    }
    .change-bg {
        right: -17%;
    }
    .modal-ecomm__title {
        font-size: 20px;
    }
    .modal-ecomm__subtitle {
        font-size: 28px;
    }
    .modal-ecomm-last-paragraph {
        font-size: 16px;
    }
    .ecomm-btn-img {
        /*        width: 44px;
                height: 44px;*/
    }
    .button {
        width: 200px;
        height: 45px;
        margin-right: 23px;
    }
    .pink-button {
        width: 220px;
    }
    .pink-rectangle {
        width: 220px;
        font-size: 17px;
    }
    .button>img {
        /*height: 100%;*/
    }
    .orange-rectangle,
    .green-rectangle {
        width: 200px;
        font-size: 17px;
    }
}

@media (max-width: 1600px) {
    .footer__rectangle {
        width: 80%;
    }
    .ecomm-btn-img {
        /*        width: 43px;
                height: 43px;*/
    }
    .menu-bg {
        background-size: 108%;
        width: 44%;
    }
    .change-bg {
        right: -19%;
    }
    .nav li a,
    .nav li {
        font-size: 18px;
    }
    .nav p {
        font-size: 14px;
    }
    .closet-orange-title {
        font-size: 17px;
    }
    .closet-green-title {
        font-size: 20px;
    }
    .closet-paragraph {
        font-size: 13px;
    }
}

@media (max-width: 1440px) {
    .closet-message {
        width: 22%;
        top: 12%;
    }
    .living-room-message {
        width: 28%;
        left: 63%;
        top: 25%;
    }
    .kitchen-message {
        width: 27%;
        top: 49%;
    }
    .modal-pink-title {
        font-size: 26px;
        line-height: 8px;
    }
    .modal-green-title {
        font-size: 18px;
        line-height: 8px;
    }
    .modal-orange-title {
        font-size: 28px;
        line-height: 44px;
    }
    .modal-paragraph {
        font-size: 17px;
    }
    .menu-bg {
        background-size: 115%;
    }
    .nav ul {
        margin-top: 95%;
    }
    .closet {
        width: 18%;
        left: 32%;
    }
    .living-room__window {
        width: 7%;
        height: 12%;
        left: 23%;
        top: 23%;
    }
    .living-room__door {
        width: 28%;
        height: 22%;
        left: 35%;
        top: 25%;
    }
    .kitchen {
        width: 18%;
        left: 37%;
        top: 43%;
    }
    .ecomm-btn-img {
        /*        width: 35px;
                height: 35px;*/
    }
    .footer__rectangle {
        width: 90%;
    }
    .offer_copy {
        left: 50px;
    }
    .offer_copy p {
        font-size: 14px
    }
}

@media (max-width: 1366px) {
    .offer_copy {
        left: inherit;
        right: 50px;
    }
}

@media (max-width: 1326px) {
    .living-room__door {
        width: 32%;
        height: 18%;
        left: 33%;
        top: 25%;
    }
    .kitchen {
        width: 22%;
        left: 33%;
        top: 43%;
    }
    .closet-message {
        width: 24%;
    }
    .living-room-message {
        width: 24%;
        left: 65%;
        top: 23%;
    }
    .kitchen-message {
        width: 28%;
    }
    .button {
        /* height: 34px; */
        margin-right: 15px;
    }
    .closet-message {
        width: 25%;
    }
    .modal-pink-title {
        font-size: 28px;
        line-height: 8px;
    }
    .modal-green-title {
        font-size: 20px;
        line-height: 8px;
    }
    .modal-orange-title {
        font-size: 30px;
        line-height: 46px;
    }
    .modal-paragraph {
        font-size: 17px;
        line-height: 20px;
    }
    .nav ul {
        margin-top: 80%;
    }
    .change-bg {
        right: -15%;
    }
    .menu-bg {
        background-size: 135%;
    }
    .ecomm-btn-img {
        /*        width: 33px;
                height: 33px;*/
    }
    .footer__rectangle {
        width: 95%;
    }
}

@media (max-width: 1180px) {
    .footer__rectangle {
        width: 100%;
    }
    .footer-center {
        margin-right: -25px;
    }
    .footer-right {
        justify-content: end;
    }
    .button {
        margin-right: 5px;
    }
}

@media (max-width: 1076px) {
    .closet-message {
        width: 30%;
    }
    .living-room-message {
        width: 30%;
        left: 69%;
    }
    .kitchen-message {
        width: 34%;
    }
    .change-bg {
        right: -17%;
        width: 47%;
        background-size: 150%;
    }
    .nav {
        height: 85%;
    }
    .closet {
        width: 25%;
        left: 27%;
    }
    .living-room__window {
        width: 10%;
        left: 15%;
        top: 23%;
    }
    .living-room__door {
        width: 36%;
        left: 31%;
        top: 25%;
    }
    .kitchen {
        width: 23%;
        height: 18%;
        left: 32%;
        top: 43%;
    }
    .footer__up {
        padding-left: 10px;
        padding-right: 10px;
    }
    .logo-avocados {
        margin-left: -15px;
    }
    .footer__rectangle {
        width: 100%;
    }
}

@media (max-width: 900px) {
    body,
    html {
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .web-header,
    .living-room__window,
    .web-footer {
        display: none;
    }
    .mb-logos-area {
        position: absolute;
        width: 150px;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        padding-left: 5px;
        padding-bottom: 10px;
        /*        z-index: 0*/
    }
    .mb-logo-goodness-area {
        flex: 1;
        display: flex;
        z-index: 2;
    }
    .logo-goodness {
        display: flex;
        height: 30%;
        margin-TOP: 30px;
    }
    .logo-goodness>img {
        max-width: 100%;
        margin-left: -20px;
    }
    .mb-logo-info-area {
        flex: 1;
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        z-index: 3;
        position: relative;
    }
    .mb-home__menu-container {
        height: 100%;
        position: fixed;
        right: 0;
        display: flex;
        z-index: 5;
        /* width: 86px; */
    }
    .mb-home__menu-nav {
        height: 100%;
        width: 0px;
        background: transparent linear-gradient(0deg, #83C885 0%, #83C884 0%, #A4D47F 4%, #C0DE7A 7%, #D7E676 12%, #E9ED73 17%, #F5F171 23%, #FCF470 31%, var(---fff570) 50%, #FCF470 69%, #F5F171 77%, #E9ED73 83%, #D7E676 88%, #C0DE7A 93%, #A4D47F 96%, #83C884 100%, #83C885 100%) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(0deg, #83C885 0%, #83C884 0%, #A4D47F 4%, #C0DE7A 7%, #D7E676 12%, #E9ED73 17%, #F5F171 23%, #FCF470 31%, #FFF570 50%, #FCF470 69%, #F5F171 77%, #E9ED73 83%, #D7E676 88%, #C0DE7A 93%, #A4D47F 96%, #83C884 100%, #83C885 100%) 0% 0% no-repeat padding-box;
        position: absolute;
        right: -380px;
        transition: right .4s;
        overflow-x: hidden;
    }
    .change-menu-nav {
        right: 0;
        overflow-x: unset;
        width: 380px;
    }
    .mb-nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 80%;
    }
    .mb-nav>ul {
        flex-wrap: wrap;
        margin-left: 30px;
        margin-right: 10px;
    }
    .mb-nav li {
        list-style: none;
        color: white;
        font-family: "Hurme Bold";
        font-size: 24px;
        text-decoration: none;
        cursor: pointer;
    }
    .mb-nav p {
        color: #004F28;
        font-family: "Hurme Semi Bold";
        font-size: 12px;
        padding-bottom: 10px;
        word-wrap: break-word
    }
    .mb-nav li a,
    .mb-nav li {
        color: #E50E63;
        font-family: "Hurme Bold";
        font-size: 16px;
        text-decoration: none;
    }
    .mb-home__menu-fixed {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 86px;
        position: absolute;
        right: 0;
        background: transparent linear-gradient(0deg, #83C885 0%, #83C884 0%, #A4D47F 4%, #C0DE7A 7%, #D7E676 12%, #E9ED73 17%, #F5F171 23%, #FCF470 31%, var(---fff570) 50%, #FCF470 69%, #F5F171 77%, #E9ED73 83%, #D7E676 88%, #C0DE7A 93%, #A4D47F 96%, #83C884 100%, #83C885 100%) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(0deg, #83C885 0%, #83C884 0%, #A4D47F 4%, #C0DE7A 7%, #D7E676 12%, #E9ED73 17%, #F5F171 23%, #FCF470 31%, #FFF570 50%, #FCF470 69%, #F5F171 77%, #E9ED73 83%, #D7E676 88%, #C0DE7A 93%, #A4D47F 96%, #83C884 100%, #83C885 100%) 0% 0% no-repeat padding-box;
        z-index: 3;
    }
    .mb__menu-upper {
        height: 55px;
        display: flex;
        justify-content: center;
        padding-top: 5px;
    }
    .mb__menu-center {
        flex: 0 0 45%;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mb-set {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mb-set-green-btn {
        display: flex;
        justify-content: center;
        position: relative;
        width: 120px;
        height: 43px;
        margin-right: 100px;
    }
    .mb-set-white-btn {
        display: flex;
        justify-content: start;
        position: relative;
        width: 120px;
        height: 43px;
        margin-bottom: 5px;
    }
    .white-button {
        background-color: #FFF;
        text-decoration: none;
    }
    .mb-share-icon {
        cursor: pointer;
    }
    .mb-container-btnGreen,
    .mb-container-btnPink,
    .mb-container-btnOrange,
    .mb-container-btnWhite {
        width: 100%;
        height: 100%;
        border-radius: 114px;
        padding-left: 20px;
        flex-direction: column;
        justify-content: center;
    }
    .mb-container-btnWhite {
        flex-direction: row;
        align-items: center;
    }
    img[alt="mb-facebook"],
    img[alt="mb-twitter"] {
        width: 30px;
        height: 30px;
    }
    img[alt="mb-facebook"] {
        margin-right: 5px;
        margin-left: 10px;
    }
    .bt-p-green,
    .bt-p-pink,
    .bt-p-orange {
        font-family: 'Hurme Bold';
        font-size: 12px;
    }
    .bt-p-pink {
        color: #E50E63;
    }
    .bt-p-orange {
        color: #F15D2A;
    }
    .bt-p-green {
        color: #009E4F;
    }
    .bt-p-white {
        font-family: 'Hurme Bold';
        font-size: 10px;
        color: #FFF;
    }
    .mb-img-btn-green {
        position: absolute;
        left: 75%;
        width: 43px;
        height: 43px;
    }
    .mb-set-pink-btn {
        display: flex;
        justify-content: center;
        position: relative;
        width: 150px;
        height: 43px;
        margin-right: 130px;
        margin-bottom: 20px;
    }
    .mb-img-btn-pink {
        position: absolute;
        left: 80%;
        width: 43px;
        height: 43px;
    }
    .mb-set-orange,
    .mb-set-pink {
        margin-bottom: 5px;
    }
    .mb-set-orange-btn {
        display: flex;
        justify-content: center;
        position: relative;
        width: 150px;
        height: 43px;
        margin-right: 130px;
        margin-bottom: 20px;
    }
    .mb-img-btn-orange {
        position: absolute;
        left: 80%;
        width: 43px;
        height: 43px;
    }
    .mb__menu-down {
        flex: 0 0 18%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo-avocados {
        width: 75%;
        margin-left: 15%;
    }
    .menu-bg {
        display: none;
    }
    .mb-modal-info {
        /*position: initial;*/
        width: 95%;
        top: 45px;
        margin-right: 0;
    }
    .modal-text-area {
        align-items: center;
        overflow: hidden;
        margin-top: 15px;
    }
    .modal-pink-title {
        color: #E50E63;
        font-family: 'Hurme Bold';
        font-size: 24px;
        line-height: 10px;
    }
    .modal-green-title {
        font-size: 20px;
    }
    .modal-orange-title {
        font-size: 30px;
    }
    .modal-paragraph {
        font-size: 14px;
    }
    .closeMB-modal,
    .mb-share-icon {
        position: absolute;
        width: 38px;
        height: 38px;
        z-index: 3;
    }
    .modal-ecomm {
        position: initial;
        width: 95%;
        height: 90%;
        top: 45px;
    }
    .modal-range {
        margin-bottom: 15px;
    }
    .info-ecomm {
        margin-right: 0;
        padding-bottom: 0;
    }
    .modal-info>img {
        width: 38px;
        height: 38px;
        top: 1%;
    }
    .modal-ecomm-text-area {
        padding-bottom: 0;
    }
    .modal-ecomm-text {
        flex-direction: row;
        width: 100%;
        padding-top: 10px;
    }
    .modal-Ecomm-text__imgs {
        width: 60%;
        height: 80%;
        position: absolute;
        right: 0;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    .modal-ecomm-text__single-img,
    .modal-ecomm-bagged-img {
        height: 100%;
        width: 50%;
        align-items: center;
        justify-content: center;
    }
    .modal-ecomm__title {
        font-size: 20px;
    }
    .modal-ecomm__subtitle {
        font-size: 25px;
    }
    .modal-ecomm-paragraph {
        position: absolute;
        left: 0;
        width: 35%;
        font-size: 16px;
        text-align: start;
        margin-left: 20px;
    }
    .single-img__img,
    .bagged-img__img {
        height: 190px;
    }
    .single-img__img>img,
    .bagged-img__img>img {
        height: 100%;
    }
    .modal-ecomm-last-paragraph {
        position: absolute;
        bottom: 20%;
        left: 0;
        width: 30%;
        font-size: 18px;
        text-align: start;
        margin-left: 20px;
    }
    .ecomm-btn-img {
        /*        width: 30px;
                height: 30px;*/
    }
    .change #bar3 {
        transform: translateY(-2px) rotateZ(45deg);
    }
    .button {
        width: 170px !important;
        margin-top: -10px;
    }
    .button>p {
        margin-left: 20px;
    }
    .modal-icon {
        margin-right: 0;
        width: 38px;
        height: 38px;
    }
    .menu-bar-bg {
        background: #F15D2A;
    }
    #mb-menu-bar {
        width: 30px;
        height: 30px;
    }
    #bar1,
    #bar2,
    #bar3 {
        background-color: #FFF;
    }
    .closet {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        left: 40%;
        top: 7%;
        background-color: #FFF;
    }
    .closet-message {
        width: 20%;
        height: 18%;
        left: 51%;
        top: 5%;
    }
    .living-room__door {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        left: 42%;
        top: 29%;
        background-color: #FFF;
    }
    .living-room-message {
        width: 20%;
        height: 18%;
        left: 61%;
        top: 5%;
    }
    .kitchen {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        left: 42%;
        top: 47%;
        background-color: #FFF;
    }
    .kitchen-message {
        width: 27%;
        height: 18%;
        left: 55%;
        top: 5%;
    }
    .button-msg {
        display: flex;
        align-items: center;
        width: 160px;
        border-radius: 25px;
    }
    .button-msg>p {
        margin-left: 25%;
    }
    .back-btn__mobile>a>img {
        margin-top: 10px;
        width: 38px;
        height: 38px;
    }
    img[alt="close-modal"] {
        margin-right: 0px;
        margin-left: 0px;
    }
    .modal-info.mb-modal-info .modal-icon {
        display: block !important;
    }
    .mb-logo-info-area .modal-icon.closeMB-modal {
        display: none !important;
    }
    .offer_copy {
        display: none !important;
    }
    .nav {
        right: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
}

@media (max-height: 380px) {
    .mb-nav p {
        padding-bottom: 5px;
    }
}