/* Homepage Normal */

.homepage-view {
    display: flex;
    align-items: flex-start;
}

.property-snippet, .homepage-column-left-side {
    padding: 90px 40px;
    max-width: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 500px;
    background-color: var(--light_green);
    height: 100vh;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0px;
}

.homepage-column-left-side .image {
    max-height: 925px;
    border-radius: 15px;
}

.bugsquad-map-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.homepage-column-left-side #map {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.homepage-column-left-side .homepage-info {
    display: none;
}

.homepage-column-right-side {
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    padding-left: 72px;
    padding-right: 72px;
    align-content: start;
}
.homepage-column-right-side.a-center {
    align-content: center;
}
@media (min-width: 1281px) and (max-width: 1440px) {
    .homepage-column-right-side {
        padding-right: 40px;
    }
}
@media (max-width: 767px) {
    .homepage-column-right-side {
        padding-left: 1.5em;
        padding-right: 1.5em;
        align-content: start;
    }
}

.homepage-stepper {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-content: center;
}

.homepage-step-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homepage-step-2 {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.homepage-title {
    font-size: 72px;
    line-height: 1.2em;
    font-size: 4.5vw;
    line-height: 5.25vw;
    font-weight: bold;
    color: var(--secondary_color);
}

.homepage-title p {
    line-height: 1.3;
    margin: 0;
}

.homepage-description {
    margin-top: 1em;
    font-size: 1vw;
}

.homepage-description p > a {
    text-decoration: underline;
}

.homepage-view .btn.btn-secondary {
    margin-top: 1em;
    font-size: 18px;
    font-family: var(--title_font);
}

.homepage-view .treatment-input {
    display: flex;
    margin-top: 1em;
    flex-direction: column;
}

.homepage-property-snippet {
    padding: 0;
    margin-top: 74px;
    max-width: calc(100% - 600px);
    width: calc(100% - 600px);
    display: flex;
    flex-direction: column;
    min-width: 500px;
    height: calc(100vh - 74px);
    justify-content: center;
    align-items: center;
    /* position: sticky; */
    /* top: 0px; */
}

.homepage-property-snippet #map {
    height: 100%;
    width: 100%;
}

.homepage-step-right-side {
    background-color: var(--light_grey);
    display: flex;
    flex-wrap: wrap;
    height: calc(100vh - 74px);
    justify-content: center;
    align-items: center;
    width: 600px;
    flex-direction: column;
    padding-left: 72px;
    padding-right: 72px;
    margin-top: 74px;
}

.homepage-view #main_not_loggedin {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    justify-content: center;
    background-size: unset;
}

/* Residential Results */

.user-info-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    row-gap: 0.5em;
    margin-top: 0.5em;
}

.user-info-wrapper input {
    height: 40px;
    border-radius: 8px;
    border: 1px solid #c2c2c2;
    line-height: 18px;
    padding: 0 9px;
    font-family: var(--body_font);
    font-size: 16px;
}

.user-info-wrapper label {
    text-align: left;
    font-weight: 600;
    margin-top: 0.5em;
}

.user-info-wrapper label:after {
    content: " *";
    color: #e02b27;
}

.homepage-input-phone, .homepage-input-email {
    display: flex;
    flex-direction: column;
}

.homepage-disclaimer {
    color: #adadad;
    font-size: 9px;
    margin-top: 2em;
    text-align: center;
}

/* No Results */

.btn-secondary.input-commercial-button {
    background: #fff;
    color: var(--secondary_color);
    border: 2px solid var(--secondary_color);
    padding: 11px 38px 12px;
}

.drawn-property-stats {
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
}

@media (max-width: 767px) {
    .homepage-step-1 {
        padding-left: 1.5em;
        padding-right: 1.5em;
        padding-bottom: 33vh;
    }
    .homepage-step-2 {
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%;
        margin-top: 81px;
    }
    .homepage-property-snippet {
        height: calc(50vh - 74px);
        width: 100%;
        min-width: 100%;
        margin-top: 0;
    }
    .homepage-step-right-side {
        height: 50vh;
        width: 100%;
        padding-left: 1.5em;
        padding-right: 1.5em;
        margin-top: 0;
    }
}

.homepage-view #treatment_address {
    padding: 13px 20px 14px;
    border-radius: 15px;
    border: 1px solid var(--secondary_color);
    width: 26vw;
}

.homepage-stats {
    display: flex;
    flex-direction: row;
    column-gap: 1em;
    flex-wrap: nowrap;
    margin-top: 1em;
    font-size: 1vw;
}

.homepage-stats div {
    width: 12vw;
}

.homepage-stats span {
    font-weight: bold;
    color: var(--green_color);
}

.homepage-view.customer-reviewed .homepage-column-right-side {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 75px;
    padding-bottom: 75px;
    flex-wrap: nowrap;
    min-width: 60%;
    float: right;
    height: unset;
    position: relative;
    background-color: var(--light_grey);
}
.homepage-view .wishlist-area, .homepage-view .recommendation-area {
    width: 100%;
}
.homepage-view .wishlist-area {
    margin-top: 1em;
}
.homepage-view .recommendation-area {
    margin-top: 0;
}
#main_reviewed {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 150px);
}

@media (max-width: 1280px) {
    .homepage-view {
        flex-direction: column-reverse;
        height: auto;
    }
    .homepage-title {
        font-size: 72px;
        line-height: 1.2em;
        font-size: 6.5vw;
        line-height: 7vw;
        font-weight: bold;
        color: var(--secondary_color);
    }
    .homepage-description {
        margin-top: 1em;
        font-size: 1em;
    }
    .homepage-view #treatment_address {
        width: 49vw;
    }
    .homepage-column-right-side {
        height: auto;
        /* padding: 1.5em; */
        margin-top: 75px;
        max-width: unset !important;
    }
    .homepage-column-left-side {
        padding: 35px 20px;
        max-width: 100%;
        height: 66vh;
    }
    .homepage-column-left-side .image {
        max-height: 100%;
        width: auto;
    }
    .homepage-stats {
        font-size: 1em;
    }
    .homepage-stats div {
        width: 16vw;
    }
    .homepage-view.customer-reviewed .homepage-column-right-side {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 0px;
        padding-bottom: 24px;
        margin-top: 0;
    }
    #main_reviewed {
        flex-direction: column;
        min-height: unset;
    }
    .homepage-view .wishlist-area {
        margin-top: 0;
    }
    .homepage-view .recommendation-area {
        margin-top: 2em;
    }
}

@media (max-width: 1000px) {
    .homepage-stats div {
        width: 21vw;
    }
}

@media (max-width: 767px) {
    .homepage-column-left-side {
        padding: 35px 20px;
        min-width: auto;
        margin-top: 0;
        min-height: 50vh;
    }
    .homepage-title p {
        font-size: 48px;
    }
    .homepage-stats {
        flex-direction: column;
    }
    .homepage-stats div {
        width: unset;
    }
}

@media (max-width: 590px) {
    .homepage-view .treatment-input {
        flex-direction: column;
        width: 100%;
    }
    .homepage-view .treatment-address {
        margin-bottom: 1em;
    }
    .homepage-view #treatment_address {
        width: 100%;
        border-radius: 15px;
    }
    .homepage-view .input-button {
        border-radius: 15px;
    }
}

@media (max-width: 479px) {
    .homepage-title p {
        font-size: 7.5vw;
        text-align: center;
    }
    .btn.btn-secondary {
        width: 100%;
    }
}

/* Services */

.service-container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.service-compare-container,
.service-list-container {
    width: 50%;
}

.service-compare,
.service-table,
.service-list-card-top,
.service-list-card-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-compare-header, .service-table-header, .service-list-card-header, .addon-header-title {
    font-family: var(--title_font);
    font-weight: bold;
    font-size: 32px;}

.service-compare-container, .addon-header-container {
    background: var(--light_grey);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-table-subheader,
.service-compare-subheader{
    margin-bottom: 1em;
}

.service-table-content {
    overflow: auto;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    /* box-shadow: var(--box_shadow); */
    padding: 0 1em;
    margin-top: 1em;
    max-width: 600px;
}

.service-table-content table {
    border: 1px none;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}

.service-table-content caption {
    caption-side: top;
    text-align: left;
}

.service-table-content tr {
    border-bottom: 1px solid #e5e5e5;
}

.service-table-content tr:last-child {
    border-bottom: none;
}

.service-table-content th {
    border: 1px none;
    padding: 1em 5px;
}

.service-table-content td {
    border: 1px none;
    padding: 1em 5px;
}

.service-list-container {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    min-height: 100vh;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.service-list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2em;
}

.service-list {
    display: flex;
    flex-direction: row;
    column-gap: 1.5em;
}

.service-list-card {
    padding: 1.5em;
    border-radius: 12px;
    border: 1px solid var(--light_grey);
    box-shadow: var(--box_shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-width: 325px;
    flex: 1 1 0;
    position: relative;
}

.service-list-card-bottom {
    width: 100%;
    margin-top: 1em;
}

.service-price,
.addon-price {
    font-size: 24px;
    font-weight: 600;
}

.service-list-card-atc,
.service-list .btn.btn-primary {
    width: 100%;
}

.service-popular {
    position: absolute;
    top: -.75em;
    background: var(--red_color);
    color: #fff;
    padding: 1px 15px;
    font-family: var(--title_font);
    font-weight: bold;
    border-radius: 12px;
}


.addon-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    position: relative;
}

.addon-header-container {
    padding-top: 74px;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.addon-header-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.addon-list-container {
    padding-bottom: 2em;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.addon-list-card {
    border-radius: 12px;
    border: 1px solid var(--light_grey);
    box-shadow: var(--box_shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 325px;
    flex: 1 1 0%;
    position: relative;
}

.addon-list-wrapper {
    /* display: flex; */
    /* flex-direction: row; */
    column-gap: 1.5em;
    row-gap: 1.5em;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(4, 325px);
    justify-items: stretch;
}

.addon-list-card-top,
.addon-list-card-atc,
.addon-list-card-atc .btn.btn-primary {
    width: 100%;
}

.addon-list-card-title {
    padding: 1.5em 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 12px 12px 0 0;
    background: var(--green_color);
    color: #fff;
    font-family: var(--title_font);
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.addon-list-card-content {
    padding: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.addon-list-card-bottom {
    width: 100%;
    padding: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.addon-list-card-atc .btn.btn-primary {
    margin-top: 1em !important;
}

.addon-action-buttons {
    display: flex;
    flex-direction: row;
    column-gap: 1.5em;
    position: sticky;
    padding: 1.5em;
    bottom: 0;
    justify-content: center;
    background: #fff;
}

.service-action-button button,
.addon-action-buttons button {
    min-width: 150px;
    padding: 1em 1.5em;
    border-radius: 12px;
    transition: var(--site_transition);
}

button.service-step-back {
    background: var(--secondary_color);
}

button.addon-step-next,
button.checkout {
    background: var(--red_color);
}

button.addon-step-next:hover,
button.checkout:hover {
    background: var(--primary_color);
}

@media (max-width: 1024px) {
    .service-container {
        flex-direction: column-reverse;
    }
    .service-compare-container, .service-list-container {
        width: 100%;
    }
    .service-compare-wrapper,
    .addon-list-container,
    .addon-list-card-title {
        padding: 1em;
    }
    .service-table-subheader {
        text-align: center;
        margin-bottom: 0;
    }
    .service-list-container {
        min-height: unset;
        margin-top: 74px;
        padding: 1em;
        top: unset;
    }
    .service-list-card {
        min-width: unset;
        width: 100%;
    }
    .service-list {
        flex-direction: column;
        row-gap: 2em;
        width: 100%;
        margin-bottom: 1em;
    }
    .service-list-wrapper {
        display: flex;
        row-gap: unset;
        flex-direction: column;
    }
    .service-compare-header {
        line-height: 32px;
        margin-bottom: .5em;
    }
    .service-compare-header,
    .service-compare-subheader {
        text-align: center;
    }
    .service-table-content {
        margin-bottom: 1em;
    }

    .addon-list-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .addon-list-card {
        max-width: unset;
        width: 100%;
    }
    .addon-header-container {
        margin-bottom: 0;
    }
}


/* Homepage Category */

.homepage-category-view {
    display: flex;
    background-color: #FDECE5;
    align-items: center;
    margin-top: -74px;
}

.homepage-category-left-side {
    padding: 10px 40px;
    max-width: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 500px;
    margin-top: 30px;
}

.homepage-category-title {
    width: 100%;
    max-width: 400px;
    align-self: flex-end;
    margin-bottom: 0;
}

.homepage-category-title h2 {
    font-size: var(--heading_H2);
    color: var(--secondary_color);
    font-weight: 700;
    margin-bottom: 25px;
}

.homepage-category-left-side .homepage-category-title,
.homepage-category-left-side .homepage-category-description {
    width: 100%;
    max-width: 400px;
    align-self: flex-end;
    margin-bottom: 0;
}

.homepage-category-left-side .homepage-category-description p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}

.homepage-category-view .homepage-category-right-side {
    margin-bottom: 0;
}

.homepage-category-right-side .category-image .image {
    display: block;
    height: auto;
    max-width: 100%;
}

@media only screen and (max-width: 1200px) {
    .homepage-category-left-side {
        padding: 10px 20px 10px 40px;
        min-width: 420px;
    }
    .homepage-category-right-side .image {
        min-height: 350px;
        width: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
    .homepage-category-left-side .homepage-category-title,
    .homepage-category-left-side .homepage-category-description {
        align-self: flex-start;
    }
}

@media only screen and (max-width: 959px) {
    .homepage-category-left-side {
        padding: 10px 20px 10px 35px;
        min-width: 345px;
    }
    .homepage-category-title h2 {
        font-size: 24px;
    }
    .homepage-category-left-side .homepage-category-description p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .homepage-category-view {
        flex-direction: column-reverse;
    }
    .homepage-category-left-side {
        padding: 35px 20px;
        min-width: auto;
        max-width: 400px;
        margin-top: 0;
    }
    .homepage-category-right-side .image {
        min-height: 260px;
    }
    .homepage-category-title h2,
    .homepage-category-left-side .homepage-category-description p {
        text-align: center;
    }
    .homepage-category-title h2 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .homepage-category-right-side .image {
        min-height: 200px;
    }
}

/* BugSquad - Logged in Complete / Reviewd Profile */

.bugsquad-homepage-info {
    background-color: #fff;
    border-radius: 12px;
    padding: 1em;
    margin-top: 2em;
    box-shadow: var(--box_shadow);
}

.bugsquad-homepage-info-columns {
    display: flex;
    flex-direction: row;
    column-gap: 1em;
}

.info-column-1, .info-column-2 {
    border-right: 1px solid black;
    padding-right: 1em;
}

.bugsquad-homepage-info-column {
    flex: 1 1 100%;
}

.bugsquad-homepage-info-header {
    font-size: 2rem;
    font-family: var(--title_font);
    font-weight: bold;
}

.bugsquad-home-plan-tech {
    display: flex;
    flex-direction: row;
    column-gap: 2em;
    width: 100%;
}

.bugsquad-home-plan-header {
    background-color: var(--red_color);
    padding: 16px;
    border-radius: 12px 12px 0 0;
    font-family: var(--title_font);
    font-weight: bold;
    font-size: 28px;
    color: #fff;
}

.bugsquad-home-technician-header {
    background-color: #36b37e;
    padding: 16px;
    border-radius: 12px 12px 0 0;
    font-family: var(--title_font);
    font-weight: bold;
    font-size: 28px;
    color: #fff;
}

.bugsquad-home-plan-services,
.bugsquad-home-technician-columns,
.bugsquad-home-upcoming-visit,
.bugsquad-home-previous-visit {
    padding: 1em;
}

.bugsquad-home-service-plan,
.bugsquad-home-technician-column-1,
.bugsquad-home-visit,
.bugsquad-home-previous {
    flex: 0 0 auto;
}

.bugsquad-home-technician,
.bugsquad-home-technician-column-2,
.bugsquad-home-visit-content,
.bugsquad-home-previous-content {
    flex: 0 1 100%;
}

.bugsquad-home-plan-services h2 {
    font-family: var(--title_font);
    font-weight: bold;
}

.bugsquad-home-plan-service span {
    font-weight: bold;
    padding-right: 1em;
}

.bugsquad-home-service-plan, .bugsquad-home-technician, .bugsquad-home-upcoming-visit, .bugsquad-home-previous-visit {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: var(--box_shadow);
}

.bugsquad-home-technician-columns,
.bugsquad-home-visit-columns,
.bugsquad-home-previous-columns {
    display: flex;
    flex-direction: row;
    column-gap: 1em;
}

.bugsquad-home-upcoming-visit,
.bugsquad-home-previous-visit {
    width: 100%;
    margin-top: 2em;
}

.bugsquad-home-previous-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    font-family: var(--title_font);
    font-weight: bold;
    margin-bottom: 16px;
}

.bugsquad-home-technician-details {
    display: flex;
    flex-direction: row;
    column-gap: 1em;
}

.bugsquad-home-plan-services {
    position: relative;
    height: calc(100% - 74px);
}

.bugsquad-home-plan-cancel {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    bottom: 16px;
    left: 0;
}

.bugsquad-home-technician-view-more {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: flex-end;
    flex-wrap: wrap;
    font-weight: bold;
}

.bugsquad-home-technician-img {
    border-radius: 12px;
}

.bugsquad-home-technician-name {
    font-family: var(--title_font);
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 1em;
}

.bugsquad-home-technician-question {
    font-weight: bold;
}

.bugsquad-home-technicain-content,
.bugsquad-home-visit-description,
.bugsquad-home-previous-description {
    padding-bottom: 1em;
}

.bugsquad-home-visit-header {
    font-family: var(--title_font);
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}

.bugsquad-home-visit-points,
.bugsquad-home-previous-points {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bugsquad-home-visit-point,
.bugsquad-home-previous-point {
    width: 50%;
}

.bugsquad-home-previous-visit-container {
    width: 100%;
}

.bugsquad-home-previous-accordion-title {
    font-size: 18px;
    font-family: var(--title_font);
    font-weight: bold;
    padding-right: 5px;
}

.bugsquad-home-previous-open:after {
    content: "\276F";
    width: 24px;
    height: 24px;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.15s;
  }

.bugsquad-home-previous-open.open:after {
    transform: rotate(270deg);
}

.bugsquad-home-previous-open {
    display: inline-flex;
    flex-direction: row;
    padding: 6px 30px;
    margin-top: 2em;
    width: 100%;
    justify-content: center;
}

.bugsquad-home-previous-title {
    font-family: var(--title_font);
    font-weight: bold;
    font-size: 28px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.bugsquad-home-previous-title span {
    font-size: 16px;
    padding-left: 8px;
}

.bugsquad-home-previous-cta {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-weight: bold;
}

@media (max-width: 768px) {
    .bugsquad-home-plan-tech {
        flex-direction: column;
        row-gap: 2em;
    }
    .bugsquad-homepage-info-columns {
        flex-direction: column;
        text-align: center;
    }
    .info-column-1, .info-column-2 {
        border-right: unset;
        padding-right: unset;
    }
    .bugsquad-home-plan-header,
    .bugsquad-home-technician-header {
        text-align: center;
        font-size: 24px;
        padding: .5em;
    }
    .bugsquad-home-plan-cancel {
        position: unset;
        margin-top: 10px;
    }
    .bugsquad-home-technician-columns,
    .bugsquad-home-visit-columns,
    .bugsquad-home-previous-columns {
        flex-direction: column;
    }
    .bugsquad-home-visit-header,
    .bugsquad-home-previous-title {
        font-size: 24px;
        text-align: center;
    }
    .bugsquad-home-previous-header,
    .bugsquad-home-previous-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bugsquad-home-previous-title span {
        padding-left: unset;
    }
}

/* Homepage Prospect & Cancelled */

.customer-prospect .homepage-column-right-side,
.customer-cancelled .homepage-column-right-side {
    background-color: var(--light_grey);
}

.customer-cancelled .bugsquad-home-previous-visit {
    margin-top: 0em;
}

.bugsquad-home-prospect,
.bugsquad-home-cancelled {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2em;
    padding: 75px 40px;
}

.bugsquad-home-prospect-row,
.bugsquad-home-cancelled-row {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
}

.bugsquad-home-prospect-columns,
.bugsquad-home-cancelled-columns {
    display: flex;
    flex-direction: row;
    column-gap: 2em;
    width: 100%;
}

.bugsquad-home-prospect-protect, .bugsquad-home-prospect-compare,
.bugsquad-home-cancelled-protect, .bugsquad-home-cancelled-compare {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
}

.bugsquad-home-prospect-protect-header,
.bugsquad-home-cancelled-protect-header {
    font-family: var(--title_font);
    font-size: 48px;
    line-height: 54px;
    font-weight: bold;
}

.bugsquad-home-prospect-card-title,
.bugsquad-home-prospect-subtitle,
.bugsquad-home-cancelled-card-title,
.bugsquad-home-cancelled-subtitle {
    font-family: var(--title_font);
    font-size: 28px;
    font-weight: bold;
}

.bugsquad-card {
    padding: 1em;
    border-radius: 12px;
    box-shadow: var(--box_shadow);
    background-color: #fff;
}

.bugsquad-home-prospect-protect,
.bugsquad-home-cancelled-protect {
    padding: 1em;
}

.bugsquad-home-prospect-column,
.bugsquad-home-cancelled-column {
    display: flex;
    column-gap: 1em;
    flex: 1 1 100%;
    flex-direction: row;
}

.prospect-column-1,
.cancelled-column-1 {
    display: flex;
    flex-direction: column;
}

.bugsquad-home-cta {
    background: var(--body_color);
    color: #fff;
    border-radius: 12px;
    width: 100%;
    height: 56px;
    font-size: 18px;
    font-family: var(--title_font);
    margin-top: 10px;
}

.bugsquad-home-cta:hover {
    background: var(--green_color);
    color: #fff;
}

.customer-cancelled .bugsquad-home-previous-visit {
    -webkit-filter: blur(1px);
}

.customer-cancelled .bugsquad-home-previous-columns {
    -webkit-filter: blur(4px);
}

.bugsquad-home-cancelled-message {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translateY(-50%);
    text-align: center;
    min-width: 300px;
    cursor: pointer;
    background: #fff;
    justify-content: center;
    padding: 1em;
    border-radius: 12px;
    box-shadow: var(--box_shadow);
}

@media (max-width: 768px) {
    .bugsquad-home-prospect-columns,
    .bugsquad-home-cancelled-columns {
        flex-direction: column;
        row-gap: 2em;
    }
    .bugsquad-home-prospect,
    .bugsquad-home-cancelled {
        padding: 20px;
    }
}
/* Homepage w/ Program */

.customer-reviewed .homepage-column-left-side #home-image {
    display: none;
}

.customer-reviewed .homepage-column-left-side .homepage-info {
    display: flex;
    border-radius: 12px;
    background-color: var(--light_grey);
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    flex-direction: column;
}

.homepage-column-left-side #wishlist_form {
    width: 100%;
}

.homepage-info-column-wrapper {
    display: flex;
    column-gap: 10px;
    margin-bottom: 10px;
    height: 100%;
}

.homepage-info-left, .homepage-info-right {
    width: 50%;
}

.homepage-info-name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.homepage-info-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-around;
}

.homepage-info-content {
    margin-top: 10px;
    background-color: #fff;
    height: calc(100% - 10px);
    padding: 10px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}

.homepage-info-content i {
    font-size: 14px;
    padding: 7px;
    color: #36b37e;
    background-color: #ffffff;
    border-radius: 24px;
    border: 1px solid #ebebeb;
    margin-right: 5px;
    width: 30px;
    text-align: center;
}

.homepage-info-hotbar {
    row-gap: 5px;
}

.homepage-info-hotbar div {
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.homepage-info-header {
    font-weight: bold;
    margin-right: 5px;
}

.homepage-info-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1280px) {
    .homepage-view.customer-reviewed {
        flex-direction: column;
        height: auto;
    }
    .customer-reviewed .homepage-column-left-side {
        padding-top: 75px;
        position: unset;
        height: unset;
        padding: 75px 25px 35px 25px;
    }
    .homepage-info-name {
        font-size: 2.4vw;
    }
}

@media (max-width: 842px) {
    .homepage-info-name {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .homepage-info-column-wrapper {
        flex-direction: column;
    }
    .homepage-info-left, .homepage-info-right {
        width: 100%;
    }
}

/* Homepage for Professionals */
.pro-reviewed .homepage-column-left-side {
    background-color: #fff;
    padding-left: 5%;
    padding-right: 10%;
    align-items: start;
}
.pro-reviewed .homepage-column-right-side {
    background-color: var(--light_green);
    align-content: center;
    padding: 0;
}
.pro-reviewed .homepage-column-left-side, .pro-reviewed .homepage-column-right-side {
    height: 475px;
}
.pro-home-header {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 24px;
}
.pro-home-header .typewrite {
    padding-left: 0.3em;
}
.pro-home-header .typewrite > .wrap {
    padding-right: 10px;
}
#btn_pro_edit_profile {
    margin: 10px 0 12px 0;
}
#pro_chat_trigger {
    color: var(--primary_color);
    text-decoration: underline;
}
.pro-home-main {
    display: flex;
    height: 100%;
    padding-top: 46px;
    align-items: center;
}
.pro-home-main img {
    max-height: 360px;
    width: auto;
}

.pro-video {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light_green);
}

#homepage_ws_area .homepage-grid {
    display: flex;
    padding: 0;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
#homepage_ws_area .owl-carousel {
    z-index: 0;
}
#homepage_ws_area .homepage-grid.owl-loaded {
    gap: 0;
    overflow: visible;
}
#homepage_ws_area .owl-nav .owl-prev {
    left: -30px;
}
#homepage_ws_area .owl-nav .owl-next {
    right: -30px;
}
#homepage_ws_area .owl-nav > div {
    top: calc((100vw - 140px) / 6 * 1.1567 / 2 - 20px);
}
#homepage_ws_area .homepage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 calc((100% - 100px) / 6);
    overflow: hidden;
}
@media (max-width: 1440px) {
    #homepage_ws_area .homepage-item {
        flex-basis: calc((100% - 60px) / 4);
    }
    #homepage_ws_area .owl-nav > div {
        top: calc((100vw - 100px) / 4 * 1.1567 / 2 - 20px);
    }
}
@media (max-width: 1024px) {
    #homepage_ws_area .homepage-item {
        flex-basis: calc((100% - 40px) / 3);
    }
    #homepage_ws_area .owl-nav > div {
        top: calc((100vw - 80px) / 3 * 1.1567 / 2 - 20px);
    }
}
@media (max-width: 1280px) {
    .pro-reviewed .homepage-column-left-side, .pro-reviewed .homepage-column-right-side {
        height: auto;
    }
    .pro-reviewed .homepage-column-left-side {
        padding: 20px;
        text-align: center;
        min-height: 0;
        align-items: center;
        background-color: var(--light_grey);
    }
    .pro-reviewed .homepage-column-right-side {
        background-color: transparent;
    }
    .pro-home-main {
        padding-top: 0;
    }
}
#homepage_ws_area .custom-reviews {
    margin: 0;
}
.wishlist-grid-container {
    padding: 50px 10px;
    border-bottom: 1px solid #ddd;
    /* position: relative; */
    /* display: flex; */
}
.wishlist-grid-container > h3 {
    font-weight: bold;
    margin-bottom: 30px;
}
.wishlist-grid-container > h3 span {
    font-weight: normal;
    font-size: 90%;
}
.wk-ap-category-image-container {
    width: 100%;
    position: relative;
}
.pro-wishlist-container, .pro-default-wishlist-container {
    padding: 0 40px 40px;
}
@media (max-width: 767px) {
    #homepage_ws_area .homepage-item {
        flex-basis: calc((100% - 20px) / 2);
    }
    #homepage_ws_area .owl-nav > div {
        top: calc((100vw - 60px) / 2 * 1.1567 / 2 - 20px);
    }
    .pro-home-header {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .pro-wishlist-container, .pro-default-wishlist-container {
        padding: 0 20px 20px;
    }
    .wishlist-grid-container {
        padding: 30px 0px;
    }
    .pro-video {
        height: unset;
        padding: 0;
    }
    #homepage_ws_area .owl-nav .owl-prev {
        left: -15px;
    }
    #homepage_ws_area .owl-nav .owl-next {
        right: -15px;
    }
}

/* Homepage Print CSS */

@media print {
    a.logo {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -12%);
    }
    .page-wrapper {
        display: flex;
        min-height: unset;
    }
    li.link.authorization-link {
        display: none;
    }
    img#home-image, div#map, .homepage-info-bottom,.homepage-info-print,.homepage-info-question,.homerec-img {
        display: none !important;
    }
    .customer-reviewed .homepage-column-left-side {
        padding-top: 50px;
        padding-bottom: 0;
        min-height: unset;
    }
    a.logo {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -12%);
    }
    h3.homerec-title {
        margin: 0px 0px 5px;
    }
    .homepage-info-column-wrapper {
        display: flex;
        flex-direction: row;
        margin-bottom: 0;
    }
    .homerec-routine-wrapper {
        display: block !important;
        height: unset !important;
    }
    .homerec-name-wrapper:after {
        content: none;
    }
    .homerec-name {
        text-decoration: underline;
    }
    .customer-reviewed .homepage-column-left-side .homepage-info {
        padding: 0 10px 10px;
    }
    .homepage-info-content {
        height: unset !important;
        margin-top: 5px;
    }
}
.typewrite {
    color: #265d33;
    padding-left: 0.3em;
    position: relative;
}
.typewrite > .wrap {
    padding-right: 0.2em;
}
.typewrite > .wrap:after {
    content: '';
    width: 0.1em;
    position: absolute;
    right: 0;
    height: 1em;
    bottom: 0.2em;
    background-color: #265d33;
    animation: caret 1s steps(1) infinite;
}
@keyframes caret {
    50% {
        background-color: transparent;
    }
}
@media (max-width: 767px) {
    #main_incomplete .homepage-title br:not(.mobile-br) {
        display: none;
    }
    #main_incomplete .typewrite {
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    #main_incomplete .homepage-title br.mobile-br {
        display: none;
    }
}
#homepage_ws_area .homepage-item:hover .akeans-swatch-wrapper {
    display: block;
}
#homepage_ws_area .product-item-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 0 0 11px 11px;
    overflow: hidden;
}
#homepage_ws_area .product-item-actions .actions-primary {
    width: 100%;
}
#homepage_ws_area button.action.tocart.primary {
    background: var(--secondary_color);
    border: 1px solid var(--secondary_color);
    width: 100%;
    padding: 11px 15px;
    line-height: 1;
    font-family: var(--title_font);
    font-weight: 600;
    transition-delay: 0.05s;
    border-radius: 0;
}
#homepage_ws_area button.action.tocart.primary:hover {
    background-color: var(--primary_color);
    border-color: var(--primary_color);
}
#homepage_ws_area button.action.tocart[title="Choose a size"] {
    pointer-events: none;
}
@media (min-width: 768px) {
    #homepage_ws_area .product-item-inner {
        background: #ffffff;
        display: none;
    }
    #homepage_ws_area .homepage-item:hover .product-item-inner {
        display: block;
    }
}
@media (max-width: 767px) {
    #homepage_ws_area button.action.tocart.primary {
        font-size: 14px !important;
        padding: 9px 15px;
    }
}
