/** Shopify CDN: Minification failed

Line 13258:3 Unexpected "{"

**/

.tab-split-section .tab-split--inner .section-heading {
    text-align: center;
    font-size: 40px;
    line-height: 51px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #3b444d;
    opacity: 1;
    margin: 0;
}

@media (max-width: 767px) {
    .tab-split-section .tab-split--inner .section-heading {
        font-size: 24px;
        line-height: 31px;
    }
}

.tab-split-section .tab-split--inner .section-subheading {
    text-align: center;
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    color: #6d7a82;
    opacity: 1;
    margin: 0;
}

@media (max-width: 767px) {
    .tab-split-section .tab-split--inner .section-subheading {
        font-size: 14px;
        line-height: 31px;
    }
}

.tab-split-section .section-header-wrapper {
    margin-bottom: 41px;
}

@media (max-width: 767px) {
    .tab-split-section .section-header-wrapper {
        margin-bottom: 0;
    }
}

@media (min-width: 767px) {
    .tab-split-section .tab-box {
        background: #f9fafc;
    }
}

@media (min-width: 768px) {
    .tab-split-section ul.tab-heading {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

.tab-split-section ul.tab-heading::-webkit-scrollbar {
    display: none;
}

@media (max-width: 767px) {
    .tab-split-section ul.tab-heading {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }
    .tab-split-section ul.tab-heading li {
        display: inline-block;
        width: 250px;
        vertical-align: top;
        float: none;
    }
    .tab-split-section ul.tab-heading li:first-of-type {
        margin-left: -15px;
    }
}

.tab-split-section ul.tab-heading li {
    color: #c6ccd5;
    font-size: 26px;
    line-height: 33px;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    flex: 1;
    border-bottom: 4px solid #ddd;
    padding: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
}

@media (max-width: 1024px) {
    .tab-split-section ul.tab-heading li {
        font-size: 14px;
    }
}

.tab-split-section ul.tab-heading li.active {
    border-bottom-color: #004ea8;
    color: #004ea8;
}

.tab-split-section .tab-content {
    padding: 44px 37px;
}

.tab-split-section .tab-content .slick-dots {
    width: 100%;
    text-align: center;
    left: 0;
    padding: 0;
    margin: 0;
}

.tab-split-section .tab-content .slick-dots li button:before {
    background-color: #004ea8;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 0.5;
}

.tab-split-section .tab-content .slick-dots li.slick-active button:before {
    opacity: 1;
}

.tab-split-section .tab-content .tab-content-text p {
    margin-bottom: 25px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #6d7a82;
}

.tab-split-section .tab-content>li {
    display: none;
}

@media (min-width: 768px) {
    .tab-split-section .tab-content>li {
        cursor: pointer;
    }
}

.tab-split-section .tab-content>li.active {
    display: block;
}

@media (min-width: 768px) {
    .tab-split-section .tab-content>li:last-child {
        margin-right: 0px;
    }
}

.tab-split-section .tab-content .tab-content-img {
    text-align: center;
}

.tab-split-section .tab-content .tab-content-img img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.customer-form-wrapper {
    padding-bottom: 55px;
}

@media (max-width: 767px) {
    .customer-form-wrapper {
        padding-bottom: 35px;
    }
}

@media (min-width: 768px) {
    .customer-form-wrapper .form-content-wrapper {
        margin-top: 50px;
    }
}

.customer-form-wrapper .section-header {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .customer-form-wrapper .section-header.mobile-show {
        display: none;
    }
}

@media (max-width: 767px) {
    .customer-form-wrapper .section-header.mobile-hide {
        display: none;
    }
}

.customer-form-wrapper .title p {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    margin: 0;
    color: #3b444d;
}

@media (max-width: 767px) {
    .customer-form-wrapper .title p {
        font-size: 18px;
    }
}

.customer-form-wrapper .img {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767px) {
    .customer-form-wrapper .img {
        max-width: 100%;
        margin-bottom: 25px;
    }
}

.customer-form-wrapper .img img {
    width: 100%;
}

.customer-form-wrapper .from-wrapper {
    max-width: 50%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .customer-form-wrapper .from-wrapper {
        max-width: 100%;
    }
}

.customer-form-wrapper .from-wrapper .form-wrap {
    margin-bottom: 15px;
}

.customer-form-wrapper .from-wrapper .form-wrap label {
    font-weight: 600;
}

.customer-form-wrapper .from-wrapper .form-filed {
    margin: 0;
}

.customer-form-wrapper .from-wrapper .btn {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.template-contact .contact-us-wrapper {
    padding-bottom: 55px;
}

@media (max-width: 767px) {
    .template-contact .contact-us-wrapper {
        padding-bottom: 35px;
    }
}

.template-contact .contact-us-wrapper .section-header {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .template-contact .contact-us-wrapper .section-header.mobile-show {
        display: none;
    }
}

@media (max-width: 767px) {
    .template-contact .contact-us-wrapper .section-header.mobile-hide {
        display: none;
    }
}

.template-contact .contact-us-wrapper .title {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    margin: 0;
}

.template-contact .contact-us-wrapper .img {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767px) {
    .template-contact .contact-us-wrapper .img {
        max-width: 100%;
        margin-bottom: 25px;
    }
}

.template-contact .contact-us-wrapper .img img {
    width: 100%;
}

.template-contact .contact-us-wrapper .from-wrapper {
    max-width: 80%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .template-contact .contact-us-wrapper .from-wrapper {
        max-width: 100%;
    }
}

.template-contact .contact-us-wrapper .from-wrapper .form-wrap {
    margin-bottom: 15px;
}

.template-contact .contact-us-wrapper .from-wrapper .form-filed {
    margin: 0;
}

.template-contact .contact-us-wrapper .from-wrapper select {
    border: 1px solid black;
}

.template-contact .contact-us-wrapper .from-wrapper .btn {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.textVisibilityHidden {
    font-size: 0;
    position: absolute;
}

.video-section-wrapper .title {
    margin-bottom: 10px;
}

.video-section-wrapper .banner-image-wrapper {
    position: relative;
}

.video-section-wrapper .banner-image-wrapper .img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.video-section .banner-img .video {
    position: relative;
}

.video-section .banner-img .video .img-wrapper .video-wrapper-main {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-section .banner-img .video .img-wrapper .video-wrapper-main .btn-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.video-section .banner-img .video .img-wrapper .video-wrapper-main .btn-wrapper.hide {
    display: none;
}

.video-section .banner-img .video .img-wrapper .video-wrapper-main .btn-wrapper .play-btn,
.video-section .banner-img .video .img-wrapper .video-wrapper-main .btn-wrapper .pause-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.video-section .banner-img .video .img-wrapper .video-wrapper-main .btn-wrapper .play-btn img,
.video-section .banner-img .video .img-wrapper .video-wrapper-main .btn-wrapper .pause-btn img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.video-section .banner-img .video .img-wrapper .video-wrapper-main .btn-wrapper .pause-btn {
    display: none;
    opacity: 0;
}

.video-section .banner-img .video .img-wrapper .video-wrapper-main:hover .btn-wrapper .pause-btn {
    opacity: 1;
}

.image-overlay-text .hero {
    height: auto;
}

.image-overlay-text .hero__inner {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.image-overlay-text .hero__inner .img .mobile-img {
    line-height: 0;
}

.image-overlay-text .hero__inner .content-wrapper {
    top: auto;
    left: 20px;
    width: calc(100% - 40px);
    bottom: 20px;
    right: auto;
}

@media (min-width: 1025px) {
    .image-overlay-text .hero__inner .content-wrapper {
        bottom: 40px;
    }
}

.image-overlay-text .hero__inner .content-wrapper .mega-title {
    color: #004ea8;
    font-size: 41px;
    line-height: 45px;
    letter-spacing: 0;
    font-weight: 800;
    max-width: 606px;
    display: inline-block;
}

@media (max-width: 767px) {
    .image-overlay-text .hero__inner .content-wrapper .mega-title {
        font-size: 33px;
        line-height: 42px;
        max-width: 379px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .image-overlay-text .hero__inner .content-wrapper .mega-title {
        max-width: 450px;
        font-size: 32px;
        line-height: 36px;
    }
}

.image-overlay-text .hero__inner .content-wrapper .mega-subtitle {
    margin-left: 0;
}

.image-overlay-text .hero__inner .content-wrapper .mega-subtitle p {
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 350px;
    color: #6d7a82;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 400;
}

.image-overlay-text .hero__inner .content-wrapper .hero__btn {
    background: transparent;
    color: #004ea8;
    padding: 0;
    font-size: 23px;
    font-weight: 900;
    font-style: normal;
    line-height: 29px;
    width: auto;
    margin: 0;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .image-overlay-text .hero__inner .content-wrapper .hero__btn {
        font-size: 20px;
        line-height: 25px;
    }
}

.image-overlay-text .hero__inner .content-wrapper .hero__btn .btn-icon {
    padding: 0;
    line-height: 0;
    margin-left: 6px;
    width: 17px;
    height: 17px;
}

.image-overlay-text .hero__inner .content-wrapper .hero__btn .btn-icon svg {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    width: 15px;
    height: 15px;
}

.image-overlay-text .hero__inner .content-wrapper .hero__btn .btn-icon svg path {
    fill: #6594ca;
}

body.template-instabed .shopify-section.image-with-text-content-wrap {
    margin-top: 96px;
}

@media (max-width: 767px) {
    body.template-instabed .shopify-section.image-with-text-content-wrap {
        margin-top: 49px;
    }
}

body.template-instabed .shopify-section.image-with-text-content-wrap .image-with-text-content .heading {
    margin-bottom: 44px;
}

@media (max-width: 767px) {
    body.template-instabed .shopify-section.image-with-text-content-wrap .image-with-text-content .heading {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    body.template-instabed .shopify-section .feature-variant .section-subheading {
        line-height: 17px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    body.template-instabed .shopify-section .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item .featured-variant-title {
        line-height: initial;
        margin-bottom: 0;
    }
}

body.template-instabed .shopify-section .image-with-text-content .content-wrapper-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    body.template-instabed .shopify-section .image-with-text-content .content-wrapper-inner {
        flex-flow: column-reverse !important;
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    body.template-instabed .shopify-section .image-with-text-content .content-wrapper-inner .img {
        margin-bottom: 24px;
    }
}

body.template-instabed .shopify-section .image-with-text-content .content-wrapper-inner .title {
    font-size: 30px;
    line-height: 65px;
}

@media (max-width: 767px) {
    body.template-instabed .shopify-section .image-with-text-content .content-wrapper-inner .title {
        font-size: 26px;
        line-height: inherit;
        margin-bottom: 8px;
    }
}

body.template-instabed .shopify-section .image-with-text-content .content-wrapper-inner .content-wrap p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

body.template-instabed .video-section-wrapper .title {
    text-align: center;
    letter-spacing: 0px;
    color: #3b444d;
    opacity: 1;
    font-size: 40px;
    line-height: 51px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    body.template-instabed .video-section-wrapper .title {
        font-size: 24px;
        line-height: 31px;
    }
}

body.template-instabed .video-section-wrapper .content {
    text-align: center;
    letter-spacing: 0px;
    color: #6d7a82;
    opacity: 1;
    font-size: 24px;
    line-height: 31px;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 41px;
}

@media (max-width: 767px) {
    body.template-instabed .video-section-wrapper .content {
        margin-bottom: 35px;
        font-size: 14px;
        line-height: 17px;
    }
}

body.template-pillow .custom-variants-box {
    margin: 15px 0;
}

body.template-pillow .custom-variants-box li {
    border: 1px solid transparent;
    margin-right: 0px;
}

body.template-pillow .custom-variants-box li.extra-soft {
    color: #3b444d;
    background-color: #f9fafc;
    border: 1px solid #e1e5ed;
    border-radius: 5px;
}

body.template-pillow .custom-variants-box li.extra-support {
    color: #3b444d;
    background-color: #f9fafc;
    border: 1px solid #e1e5ed;
    border-radius: 5px;
}

body.template-pillow .custom-variants-box li.active {
    border: 1px solid #004ea8;
}

body.template-pillow .production-desc .tabs-content li {
    display: none;
}

body.template-pillow .production-desc .tabs-content li.active {
    display: block;
}

.shopify-section,
body.template-pillow .shopify-section,
body.template-instabed .shopify-section {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .shopify-section,
    body.template-pillow .shopify-section,
    body.template-instabed .shopify-section {
        margin-top: 25px;
    }
}

.product-single__thumbnails,
body.template-pillow .product-single__thumbnails,
body.template-instabed .product-single__thumbnails {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 15px 0;
}

.product-single__thumbnails::-webkit-scrollbar-track,
body.template-pillow .product-single__thumbnails::-webkit-scrollbar-track,
body.template-instabed .product-single__thumbnails::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    background-color: #eaecf0;
}

.product-single__thumbnails::-webkit-scrollbar,
body.template-pillow .product-single__thumbnails::-webkit-scrollbar,
body.template-instabed .product-single__thumbnails::-webkit-scrollbar {
    height: 5px;
    background-color: #eaecf0;
    border-radius: 15px;
}

.product-single__thumbnails::-webkit-scrollbar-thumb,
body.template-pillow .product-single__thumbnails::-webkit-scrollbar-thumb,
body.template-instabed .product-single__thumbnails::-webkit-scrollbar-thumb {
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #004ea8;
}

.product-single__thumbnails>li,
body.template-pillow .product-single__thumbnails>li,
body.template-instabed .product-single__thumbnails>li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0;
}

.product-single__thumbnails>li:first-of-type,
body.template-pillow .product-single__thumbnails>li:first-of-type,
body.template-instabed .product-single__thumbnails>li:first-of-type {
    margin-left: -15px;
}

.product-single__thumbnails>li .product-single__thumbnail,
body.template-pillow .product-single__thumbnails>li .product-single__thumbnail,
body.template-instabed .product-single__thumbnails>li .product-single__thumbnail {
    margin: 0;
    min-height: auto;
}

@media (max-width: 767px) {
    .as-easy-as-wrapper .header-wrapper .title,
    body.template-pillow .as-easy-as-wrapper .header-wrapper .title,
    body.template-instabed .as-easy-as-wrapper .header-wrapper .title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .as-easy-as-wrapper .header-wrapper .content p,
    body.template-pillow .as-easy-as-wrapper .header-wrapper .content p,
    body.template-instabed .as-easy-as-wrapper .header-wrapper .content p {
        font-size: 14px;
        line-height: 20px;
    }
}

.icon-with-text-content,
body.template-pillow .icon-with-text-content,
body.template-instabed .icon-with-text-content {
    background: transparent linear-gradient(90deg, #407abe 70%, #0a4ea8 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 767px) {
    .icon-with-text-content,
    body.template-pillow .icon-with-text-content,
    body.template-instabed .icon-with-text-content {
        background: transparent linear-gradient(0deg, #407abe 0%, #0a4ea8 100%) 0% 0% no-repeat padding-box;
    }
}

@media (min-width: 1025px) {
    .icon-with-text-content,
    body.template-pillow .icon-with-text-content,
    body.template-instabed .icon-with-text-content {
        max-width: 1212px;
        margin: 0 auto;
    }
}

@media (min-width: 1025px) {
    .icon-with-text-content .content-wrapper .content-wrapper-inner,
    body.template-pillow .icon-with-text-content .content-wrapper .content-wrapper-inner,
    body.template-instabed .icon-with-text-content .content-wrapper .content-wrapper-inner {
        margin: 0 auto 32.5px;
    }
}

body.template-name-product-landing #shopify-section-product-template-default {
    margin-top: 50px;
}

@media (max-width: 767px) {
    body.template-name-default #MainContent>.shopify-section:first-child,
    body.template-name-default #MainContent>.shopify-section#shopify-section-tab-with-image {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    body.template-name-default .product-template__container {
        padding: 0 10px;
    }
}

body.template-name-default .product-single__photos-mob {
    position: relative;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    body.template-name-default .product-single__photos-mob .product-single__photo-wrapper:first-child~div {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
}

@media (max-width: 767px) {
    body.template-name-default .product-single__photos-mob.loaded .product-single__photo-wrapper:first-child~div {
        position: inherit;
        z-index: inherit;
    }
}

@media (max-width: 767px) {
    body.template-name-default .product-single__photos-mob .slick-dots {
        margin: 0;
        width: 100%;
        position: static;
    }
    body.template-name-default .product-single__photos-mob .slick-dots li:active,
    body.template-name-default .product-single__photos-mob .slick-dots li:focus {
        outline: 0;
    }
    body.template-name-default .product-single__photos-mob .slick-dots li button:active,
    body.template-name-default .product-single__photos-mob .slick-dots li button:focus {
        outline: 0;
    }
    body.template-name-default .product-single__photos-mob .slick-dots li button::before {
        background-color: transparent;
        border: 1px solid #71d146;
    }
    body.template-name-default .product-single__photos-mob .slick-dots li.slick-active button::before {
        background-color: #71d146;
    }
}

@media (max-width: 767px) {
    body.template-name-default .product-single__photos-mob .feature-row__image {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
}

@media (max-width: 767px) {
    body.template-name-default .product-template__container .thumbnails-wrapper .thumbnails-slider__prev,
    body.template-name-default .product-template__container .thumbnails-wrapper .thumbnails-slider__next {
        display: none;
    }
}

.extra-info {
    color: #3b444d;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
}

#launchtip_upsell_wrapper {
    display: none;
}

#launchtip_upsell_wrapper .launchtip_add_to_cart {
    background: transparent;
    color: #004ea8;
    position: relative;
}

#launchtip_upsell_wrapper .launchtip_add_to_cart .add-to-cart__text:before {
    content: "+";
    position: absolute;
    font-size: 16px;
    left: 0px;
}

#launchtip_upsell_wrapper .details {
    padding-left: 10px;
}

#launchtip_upsell_wrapper .details .detail_title,
#launchtip_upsell_wrapper .details .detail_price {
    font-size: 16px;
}

@media (max-width: 767px) {
    #launchtip_upsell_wrapper .details .detail_title,
    #launchtip_upsell_wrapper .details .detail_price {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .shopify-payment-button__button--unbranded {
        font-size: 16px;
        font-weight: 900;
    }
}

.add-accessories-title {
    color: #3b444d;
    font-size: 16px;
    padding-left: 10px;
    margin: 15px 0;
}

@media (max-width: 767px) {
    .add-accessories-title {
        padding-left: 0;
    }
}

.custom-shape .title {
    font-size: 16px;
    font-weight: 600;
}

.custom-shape .icon-wrap {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 15px 0;
}

.custom-shape .icon-wrap.contact-us-wrap {
    -webkit-box-pack: normal;
    -moz-box-pack: normal;
    -ms-flex-pack: normal;
    -webkit-justify-content: normal;
    justify-content: normal;
}

@media (max-width: 767px) {
    .custom-shape .icon-wrap.contact-us-wrap {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.custom-shape .icon-wrap.contact-us-wrap a {
    margin: 0;
}

.custom-shape .icon-wrap svg path {
    fill: #99b8dc;
}

@media (max-width: 767px) {
    .form-part {
        padding: 0;
    }
}

.form-info {
    margin: 8px 0;
}

.form-info.error {
    color: #ec3e3e;
}

.form-info.success {
    color: #72d075;
}

.price-main-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.price-main-wrapper>.price-main-wrapper--left {
    flex: 1 1 calc(100% - 150px);
    padding-right: 15px;
}

.price-main-wrapper>.price-main-wrapper--right {
    margin-top: 15px;
    flex: 1 1 100%;
}

@media (max-width: 767px) {
    .price-main-wrapper>.price-main-wrapper--right {
        margin-top: 12px;
    }
}

label.label {
    font-weight: 550;
}

.qty-box-wrapper {
    margin: 15px 0;
    width: calc(50% - 15px);
}

@media (max-width: 767px) {
    .qty-box-wrapper {
        width: 100%;
    }
}

.qty-box-wrapper>label {
    font-size: 17px;
}

@media (max-width: 767px) {
    .qty-box-wrapper>label {
        font-size: 14px;
    }
}

.qtybox {
    background: #f9fafc 0% 0% no-repeat padding-box;
    border: 1px solid #f0f3f8;
    display: inline-flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 40px;
    border-radius: 4px;
}

.qtybox span.qty-btn {
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    color: #c4cad6;
}

.qtybox input {
    background: #f9fafc;
    max-width: 50px;
    padding: 0;
    text-align: center;
    border: 0;
    /* Firefox */
}

.qtybox input:active,
.qtybox input:focus {
    outline: 0;
}

.qtybox input::-webkit-outer-spin-button,
.qtybox input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qtybox input[type="number"] {
    -moz-appearance: textfield;
}

.product-form {
    display: block;
    width: 100%;
}

.product-price-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 5px;
}

.product-price-wrapper .title {
    min-width: fit-content;
    text-align: left;
    padding-right: 15px;
}

.product-price-wrapper .price-wrap {
    width: fit-content;
}

.product-price-wrapper .price-wrap sub {
    bottom: 0;
}

.product-price-wrapper.ragular-price {
    color: #004ea8;
    font-size: 18px;
}

.product-price-wrapper.ragular-price {
    color: #004ea8;
}

.product-price-wrapper.ragular-price .title,
.product-price-wrapper.ragular-price #ProductPrice-product-template {
    font-weight: 900;
    font-size: 18px;
}

@media (max-width: 767px) {
    .product-price-wrapper.ragular-price .title,
    .product-price-wrapper.ragular-price #ProductPrice-product-template {
        font-size: 16px;
    }
}

@media (min-width: 1025px) {
    .product-price-wrapper.ragular-price .title,
    .product-price-wrapper.ragular-price #ProductPrice-product-template {
        font-size: 25px;
        font-weight: 700;
    }
}

@media (min-width: 1025px) {
    .product-price-wrapper.ragular-price>.title {
        min-width: 175px;
    }
}

.product-price-wrapper.you-save-price {
    font-weight: 900;
    font-size: 15px;
    color: black;
}

.price-wrapper {
    display: flex;
    width: 100%;
}

.price-wrapper .price-wrapper--inner {
    display: flex;
    flex: 1 1 calc(100% - 150px);
}

.price-wrapper .price-wrapper--left {
    margin-right: 20px;
}

.price-wrapper .price-wrapper--right {
    font-size: 12px;
}

.price-wrapper .price-wrapper--right b {
    color: #3b444d;
    font-weight: 600;
}

span.vert-line {
    display: inline-block;
    width: 4px;
    height: 36px;
    background: #e37100;
    margin-right: 2px;
    margin-bottom: -2px;
}

.thumbnails-wrapper {
    margin-top: 12px;
}

.thumbnails-wrapper li {
    padding-right: 15px;
}

.thumbnails-wrapper li img {
    border-radius: 5px;
    max-height: 70px;
    margin: 0 auto;
    width: auto;
    max-width: initial;
    object-fit: contain;
}

.title-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 12px;
    position: relative;
    padding-top: 12px;
}

.title-wrapper span.title-up-text {
    font-size: 13px;
    position: absolute;
    top: 0px;
    font-weight: 500;
    color: #3b444d;
}

@media (max-width: 767px) {
    .title-wrapper>h1,
    .title-wrapper>.switch_variant {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .title-wrapper>h1 .title-text {
        font-size: 50px;
        line-height: normal;
    }
}

@media (max-width: 767px) {
    .title-wrapper>h1 .vert-line {
        height: 35px;
        margin-bottom: 0;
    }
}

.switch_variant {
    background: transparent linear-gradient(180deg, white 0%, #f0f5fd 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .switch_variant {
        padding: 8px;
    }
}

.switch_variant .switch--bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.switch_variant .switch--bottom svg {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .switch_variant .switch--bottom svg {
        max-width: 15px;
    }
}

.switch_variant .switch--bottom a+svg {
    fill: #3b444d;
    margin-left: 5px;
}

.switch_variant h5 {
    color: #000;
    font-weight: 550;
}

@media (max-width: 767px) {
    .switch_variant h5 {
        margin-bottom: 5px;
        font-size: 10px;
        max-width: 80%;
        margin: 0 auto;
    }
}

.switch_variant .switch-txt {
    color: #004ea8;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .switch_variant .switch-txt {
        font-size: 11px;
        line-height: 1;
    }
}

.switch_variant .vert-line {
    margin-right: 3px;
    margin-left: 12px;
}

@media (max-width: 767px) {
    .switch_variant .vert-line {
        margin-right: 3px;
        margin-left: 5px;
        height: 17px;
        width: 3px;
    }
}

@media (max-width: 767px) {
    h4.product_tagline {
        font-size: 14px;
    }
}

.combine-product-tabs {
    text-align: center;
    margin: 25px 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 767px) {
    .combine-product-tabs {
        flex-wrap: wrap;
    }
}

.combine-product-tabs .combine-product-tabs--left {
    flex: 1 1 60%;
}

@media (max-width: 767px) {
    .combine-product-tabs .combine-product-tabs--left {
        flex: 1 1 100%;
        padding: 0;
    }
}

.combine-product-tabs .combine-product-tabs--left ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.combine-product-tabs .combine-product-tabs--left ul>li {
    flex: 1 1 50%;
    background: #f9fafc;
    border: 1px solid #e1e5ed;
    padding: 8px;
    cursor: pointer;
    letter-spacing: 2.4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.combine-product-tabs .combine-product-tabs--left ul>li.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: pointer;
}

.combine-product-tabs .combine-product-tabs--left ul>li:nth-child(even) {
    border-left: 0;
}

.combine-product-tabs .combine-product-tabs--left ul>li:nth-child(3),
.combine-product-tabs .combine-product-tabs--left ul>li:nth-child(4) {
    border-top: 0;
}

.combine-product-tabs .combine-product-tabs--right {
    flex: 1 1 calc(40% - 5px);
    background: #f9fafc;
    border-left: 0;
    border: 1px solid #e1e5ed;
    padding: 17px 8px;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 5px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex !important;
}

@media (max-width: 767px) {
    .combine-product-tabs .combine-product-tabs--right {
        padding: 19px 8px;
        flex: 1 1 100%;
        border: 1px solid #e1e5ed;
        margin-right: 0px;
        margin-top: 12px;
        margin-left: 0;
    }
}

.combine-product-tabs .combine-product-tabs--right h6 {
    margin: 0 0 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2.4px;
}

.combine-product-tabs .combine-product-tabs--right p {
    font-size: 14px;
    font-weight: 600;
}

.swatch-size-wrapper {
    width: 100%;
    margin: 10px 0;
}

@media (max-width: 767px) {
    .swatch-size-wrapper .selector-wrapper label {
        font-size: 12px;
    }
}

.swatch-size-wrapper .available-size,
.swatch-size-wrapper .custom-size .mtm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.swatch-size-wrapper .available-size .mtm-input-wrapper,
.swatch-size-wrapper .custom-size .mtm .mtm-input-wrapper {
    position: relative;
}

.swatch-size-wrapper .available-size .mtm-input-wrapper>span,
.swatch-size-wrapper .custom-size .mtm .mtm-input-wrapper>span {
    font-size: 11px;
    color: #3b444d;
    background: #a5e3e2;
    padding: 3px 8px;
    border-radius: 3px;
    position: absolute;
    top: -10px;
}

@media (max-width: 767px) {
    .swatch-size-wrapper .available-size .mtm-input-wrapper>span,
    .swatch-size-wrapper .custom-size .mtm .mtm-input-wrapper>span {
        padding: 2px 3px;
    }
}

.swatch-size-wrapper .available-size .mtm-input-wrapper>input,
.swatch-size-wrapper .custom-size .mtm .mtm-input-wrapper>input {
    color: #3b444d;
    height: 47px;
    border-radius: 4px;
    padding: 10px 20px;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    line-height: 1.4em;
    min-height: auto;
}

.swatch-size-wrapper .available-size .mtm-input-wrapper.mtm-button,
.swatch-size-wrapper .custom-size .mtm .mtm-input-wrapper.mtm-button {
    text-align: right;
    padding-right: 0px;
}

.swatch-size-wrapper .available-size .mtm-input-wrapper.mtm-button button,
.swatch-size-wrapper .custom-size .mtm .mtm-input-wrapper.mtm-button button {
    background: #000;
    color: white;
    box-shadow: none;
    border-radius: 4px;
    padding: 4px 15px;
    outline: 0;
    border: 0;
    letter-spacing: 0.3px;
    width: auto;
    font-weight: 700;
    font-size: 20px;
}

.swatch-size-wrapper .custom-size {
    display: none;
    width: 50%;
}

.swatch-size-wrapper .custom-size.active {
    display: block;
    flex: 1 1 100%;
    min-width: 100%;
}

.swatch-size-wrapper .custom-size.active .mtm-input-outer-wrapper {
    flex: 1 1 50%;
    max-width: 50%;
    padding-right: 15px;
}

.swatch-size-wrapper .custom-size.active .mtm-input-wrapper {
    position: relative;
}

.swatch-size-wrapper .custom-size.active .mtm-input-wrapper .mtm-input {
    width: 100%;
}

.swatch-size-wrapper .available-size {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 767px) {
    .swatch-size-wrapper .available-size {
        display: block;
    }
}

.swatch-size-wrapper .available-size.custom-size-wrapper .swatch-opt-mattress-height,
.swatch-size-wrapper .available-size.custom-size-wrapper .custom-size-button-wrap {
    flex: 1 1 50%;
    min-width: 50%;
}

.swatch-size-wrapper .available-size.custom-size-wrapper .custom-size-button-wrap .mtm {
    width: 100%;
    display: block;
}

.swatch-size-wrapper .available-size.custom-size-wrapper .custom-size-button-wrap .mtm .mtm-button {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.swatch-size-wrapper .available-size.custom-size-wrapper .custom-size-button-wrap .mtm .mtm-button .button {
    width: 100%;
    height: 44px;
    margin-top: 25px;
}

.swatch-size-wrapper .available-size input {
    text-align: center;
    /* Firefox */
}

.swatch-size-wrapper .available-size input:active,
.swatch-size-wrapper .available-size input:focus {
    outline: 0;
}

.swatch-size-wrapper .available-size input::-webkit-outer-spin-button,
.swatch-size-wrapper .available-size input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.swatch-size-wrapper .available-size input[type="number"] {
    -moz-appearance: textfield;
}

.swatch-size-wrapper .product-form__item {
    flex: 0 0 50%;
    padding-right: 20px;
    padding-left: 0;
}

@media (max-width: 767px) {
    .swatch-size-wrapper .product-form__item {
        padding: 0;
    }
}

.swatch-size-wrapper .product-form__item:last-child {
    padding-right: 0px !important;
    margin-top: 5px;
}

.swatch-size-wrapper .product-form__item select {
    width: 100%;
    border: 1px solid #f0f3f8;
    border-radius: 4px;
    background: #f9fafc 0% 0% no-repeat padding-box url(https://cdn.shopify.com/s/files/1/0860/3559/5560/files/Dropdown_arrow.png?v=1709972820);
    background-size: 14px;
    background-position: 93%;
}

@media (max-width: 767px) {
    .swatch-size-wrapper .product-form__item select {
        font-size: 14px;
    }
}

.product-form__item--payment-button {
    display: flex;
    flex-wrap: nowrap;
}

.product-form__item--payment-button>button {
    flex: 1 1 50%;
    background: #e1e5ed 0% 0% no-repeat padding-box;
    border: 0;
    color: #3b444d;
}

.product-form__item--payment-button>button span {
    margin: 0 auto;
    text-transform: uppercase;
}

.product-form__item--payment-button>button.has_preroder {
    background: #0a4da9 0% 0% no-repeat padding-box;
    border: 0;
    color: #fff;
}

.product-form__item--payment-button>div {
    flex: 1 1 calc(50% - 15px);
    margin-right: 15px;
}

.product-form__item--payment-button>div button {
    margin: 0;
    background: #004ea8;
    color: white;
    border-radius: 6px;
    overflow: hidden;
}

ul.est-ship-note {
    list-style: none;
    font-size: 12px;
    padding-left: 5px;
    margin-left: 15px;
    list-style: disc outside;
}

@media (max-width: 767px) {
    ul.est-ship-note {
        padding: 0;
        padding-top: 15px;
    }
}

ul.est-ship-note li {
    position: relative;
    list-style: inherit;
    color: #69727b;
    font-size: 14px;
    margin: 5px 0;
}

ul.est-ship-note li::marker {
    display: none;
}

ul.est-ship-note li::before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #788495;
    transform: translateY(-50%);
}

.upsell-main-wrapper {
    margin: 20px 0 0;
}

.upsell-wrapper {
    margin-top: 15px;
}

.upsell-wrapper .upsell-title {
    color: #3b444d;
    font-size: 13px;
    margin-bottom: 12px;
}

.upsell-wrapper .upsell-title b {
    color: #788495;
}

.upsell-wrapper .upsell-product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.upsell-wrapper .upsell-product .upsell-product--left {
    flex: 1 1 110px;
    max-width: 110px;
    height: 50px;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .upsell-wrapper .upsell-product .upsell-product--left {
        max-width: 80px;
    }
}

.upsell-wrapper .upsell-product .upsell-product--left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.upsell-wrapper .upsell-product .upsell-product--right {
    flex: 1 1 calc(100% - 230px);
}

@media (max-width: 767px) {
    .upsell-wrapper .upsell-product .upsell-product--right {
        flex: 1 1 calc(100% - 220px);
    }
}

.upsell-wrapper .upsell-product ul.upsell-product-title {
    display: flex;
}

.upsell-wrapper .upsell-product ul.upsell-product-title li {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #3b444d;
}

@media (min-width: 1025px) {
    .upsell-wrapper .upsell-product ul.upsell-product-title li {
        font-size: 18px;
        font-weight: 700;
    }
}

@media (max-width: 767px) {
    .upsell-wrapper .upsell-product ul.upsell-product-title li {
        font-size: 12px;
    }
}

.upsell-wrapper .upsell-product ul.upsell-product-title li:last-child {
    margin-left: 8px;
    padding-left: 8px;
}

.upsell-wrapper .upsell-product ul.upsell-product-title li:last-child::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 3.5px;
    height: 3.5px;
    border-radius: 50%;
    background: #3b444d;
    transform: translateY(-50%);
}

.upsell-wrapper .upsell-product .upsell-product-tagline {
    font-size: 12px;
}

.upsell-wrapper .upsell-product .upsell-product--cta {
    flex: 1 1 120px;
}

@media (max-width: 767px) {
    .upsell-wrapper .upsell-product .upsell-product--cta {
        flex: 1 1 30px;
    }
}

.upsell-wrapper .upsell-product .upsell-product--cta button {
    background: white;
    color: #004ea8;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    outline: 0;
}

.upsell-wrapper .upsell-product .upsell-product--cta button:active,
.upsell-wrapper .upsell-product .upsell-product--cta button:focus {
    outline: 0;
}

@media (max-width: 767px) {
    .upsell-wrapper .upsell-product .upsell-product--cta button {
        font-size: 12px;
        white-space: nowrap;
    }
}

.custom-shape {
    font-size: 13px;
    color: #3b444d;
    font-weight: 600;
    margin: 8px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .custom-shape {
        max-width: 80%;
        margin: 30px auto 0;
        text-align: center;
        justify-content: center;
    }
}

.custom-shape a {
    color: #004ea8;
    font-size: 16px;
    font-weight: 700;
    margin-left: 8px;
}

.custom-shape svg {
    margin-left: 5px;
}

.swatch-size-wrapper select.single-option-selector {
    display: none;
}

.swatch-size-wrapper select.single-option-selector.active {
    display: block;
    font-size: 18px !important;
}

span.vert-line {
    background: rgba(var(--btn-alt-bg-color) / 0.9) linear-gradient( 104deg, rgba(var(--btn-alt-text-color) / 0.07) 60%, rgba(var(--btn-alt-bg-color) / var(--btn-alt-bg-alpha)) 60% 100%) no-repeat 100% 100%;
    background-size: 300% 100%;
}

.switch_variant span.vert-line {
    background: #71d146;
}

.combine-product-tabs .combine-product-tabs--left li.active {
    background: rgba(var(--btn-alt-bg-color) / 0.9) linear-gradient( 104deg, rgba(var(--btn-alt-text-color) / 0.07) 60%, rgba(var(--btn-alt-bg-color) / var(--btn-alt-bg-alpha)) 60% 100%) no-repeat 100% 100%;
    color: white;
    background-size: 300% 100%;
}

.combine-product-tabs .combine-product-tabs--right.active {
    background: rgba(var(--btn-alt-bg-color) / 0.9) linear-gradient( 104deg, rgba(var(--btn-alt-text-color) / 0.07) 60%, rgba(var(--btn-alt-bg-color) / var(--btn-alt-bg-alpha)) 60% 100%) no-repeat 100% 100%;
    color: white;
    background-size: 300% 100%;
}

.combine-product-tabs .combine-product-tabs--right.active h6,
.combine-product-tabs .combine-product-tabs--right.active p {
    color: white;
}

.base-color-71D146 span.vert-line {
    background: #71d146;
}

.base-color-71D146 .switch_variant span.vert-line {
    background: #e37100;
}

.base-color-71D146 .combine-product-tabs .combine-product-tabs--left li.active {
    background: #71d146;
    color: white;
}

.base-color-71D146 .combine-product-tabs .combine-product-tabs--right.active {
    background: #71d146;
    color: white;
}

.base-color-71D146 .combine-product-tabs .combine-product-tabs--right.active h6,
.base-color-71D146 .combine-product-tabs .combine-product-tabs--right.active p {
    color: white;
}

@media (min-width: 768px) {
    .img-text-overlay-section,
    .img-sidebyside-section {
        margin: 90px 0;
    }
}

.image-with-txtover .image-with-txtover--img {
    position: relative;
}

.image-with-txtover .image-with-txtover--img .image-with-txtover--content {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    z-index: 0;
    max-width: 350px;
    width: 100%;
    padding: 15px;
}

@media (max-width: 767px) {
    .image-with-txtover .image-with-txtover--img .image-with-txtover--content {
        left: 0;
        transform: none;
        top: auto;
        bottom: 8px;
    }
}

.image-with-txtover .image-with-txtover--img .image-with-txtover--content>h4,
.image-with-txtover .image-with-txtover--img .image-with-txtover--content>h4 p {
    color: #f9fafc;
    margin: 0;
    font-size: 28px;
}

@media (max-width: 767px) {
    .image-with-txtover .image-with-txtover--img .image-with-txtover--content>h4,
    .image-with-txtover .image-with-txtover--img .image-with-txtover--content>h4 p {
        font-size: 24px;
        text-align: left;
    }
}

.image-with-txtover .image-with-txtover--img .image-with-txtover--content>h4 {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .image-with-txtover .image-with-txtover--img .image-with-txtover--content>h4 {
        margin-bottom: 8px;
    }
}

.image-with-txtover .image-with-txtover--img .image-with-txtover--content p:empty {
    display: none;
}

.image-with-txtover .image-with-txtover--img .image-with-txtover--content .desc,
.image-with-txtover .image-with-txtover--img .image-with-txtover--content .desc p {
    color: white;
    font-size: 13px;
    line-height: 16px;
}

@media (max-width: 767px) {
    .image-with-txtover .image-with-txtover--img .image-with-txtover--content .desc,
    .image-with-txtover .image-with-txtover--img .image-with-txtover--content .desc p {
        font-size: 14px;
        text-align: left;
    }
}

.image-sidebyside-wrapper .section-title-wrapper {
    text-align: center;
    margin-bottom: 60px;
}

.image-sidebyside-wrapper .section-title-wrapper p:empty {
    display: none;
}

.image-sidebyside-wrapper .section-title-wrapper>h3 {
    margin: 0 auto;
}

.image-sidebyside-wrapper .section-title-wrapper .content {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 15px auto 0;
}

.image-sidebyside-wrapper ul.image-sidebyside-list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.image-sidebyside-wrapper ul.image-sidebyside-list li {
    flex: 1 1 33.33%;
}

@media (max-width: 767px) {
    .image-sidebyside-wrapper ul.image-sidebyside-list li {
        flex: 1 1 33.33%;
        margin-bottom: 30px;
    }
}

.textimonials-wrapper .section-header {
    margin-bottom: 40px;
}

.textimonials-wrapper .section-header .title {
    font-size: 40px;
    line-height: 51px;
    text-align: center;
    margin: 0;
}

@media (max-width: 767px) {
    .textimonials-wrapper .section-header .title {
        font-size: 24px;
        line-height: 31px;
        text-align: center;
        margin: 0;
        margin-bottom: 20px;
        color: #3b444d;
    }
}

.textimonials-wrapper .section-header .sub-title {
    font-size: 24px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    letter-spacing: 0;
    font-weight: 600;
}

@media (max-width: 767px) {
    .textimonials-wrapper .section-header .sub-title {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        margin: 0;
        font-weight: 600;
    }
}

.textimonials-wrapper .quotes-slider .slick-list {
    width: calc(100% - 50px);
    margin: 0 auto;
}

@media (max-width: 767px) {
    .textimonials-wrapper .quotes-slider .slick-list {
        padding: 0 20% 0 0;
    }
}

.textimonials-wrapper .quotes-slider .quotes-slide-block {
    background: #f9fafc;
    margin: 0 15px;
    border-radius: 6px;
    overflow: hidden;
}

.textimonials-wrapper .quotes-slider .quotes-slide-block:focus {
    outline: none;
}

.textimonials-wrapper .quotes-slider .quotes-slide-block .top-block {
    padding: 25px 25px 0 25px;
    min-height: 250px;
}

.textimonials-wrapper .quotes-slider .quotes-slide-block .top-block .start-icon {
    width: 100px;
    margin-bottom: 10px;
}

.textimonials-wrapper .quotes-slider .quotes-slide-block .top-block .quote-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.textimonials-wrapper .quotes-slider .quotes-slide-block .top-block .quote-icon .icon {
    margin-right: 8px;
}

.textimonials-wrapper .quotes-slider .quotes-slide-block .top-block .quote-icon .icon svg {
    opacity: 0.5;
}

.textimonials-wrapper .quotes-slider .quotes-slide-block .top-block .quote-icon p {
    text-align: left;
    margin-left: -5px;
    z-index: 99;
    font-size: 18px;
    color: #3b444d;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767px) {
    .textimonials-wrapper .quotes-slider .quotes-slide-block .top-block .quote-icon p {
        font-size: 14px;
        line-height: 20px;
    }
}

.textimonials-wrapper .quotes-slider .quotes-slide-block .top-block .read-more-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
}

.textimonials-wrapper .quotes-slider .quotes-slide-block .top-block .read-more-btn .btn-icon {
    line-height: 0;
}

.textimonials-wrapper .quotes-slider .quotes-slide-block .top-block .read-more-btn .btn-icon svg path {
    fill: #788495;
}

.textimonials-wrapper .quotes-slider .quotes-slide-block .author-info-wrap {
    padding: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #004ea8;
    max-height: 100px;
}

.textimonials-wrapper .quotes-slider .quotes-slide-block .author-info-wrap .img {
    position: relative;
    top: -50px;
    margin-right: 25px;
    border: 2px solid #c6ccd5;
    border-radius: 6px;
    height: 100px;
    overflow: hidden;
}

.textimonials-wrapper .quotes-slider .quotes-slide-block .author-info-wrap .img img {
    height: 115px;
    width: 115px;
}

.textimonials-wrapper .quotes-slider .quotes-slide-block .author-info-wrap .author-name span {
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    display: block;
    margin-bottom: 5px;
}

.textimonials-wrapper .quotes-slider .slick-arrow {
    background: url(https://cdn.shopify.com/s/files/1/0065/7306/4236/files/left-side-arroww.png?v=1659362459);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    outline: none;
    width: 30px;
    height: 30px;
    z-index: 99;
}

.textimonials-wrapper .quotes-slider .slick-arrow:before {
    display: none;
}

.textimonials-wrapper .quotes-slider .slick-arrow.slick-prev {
    left: -10px;
}

@media (max-width: 767px) {
    .textimonials-wrapper .quotes-slider .slick-arrow.slick-prev {
        left: 15px;
    }
}

.textimonials-wrapper .quotes-slider .slick-arrow.slick-next {
    right: -10px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 45%;
}

@media (max-width: 767px) {
    .textimonials-wrapper .quotes-slider .slick-arrow.slick-next {
        right: 15px;
    }
}

.textimonials-wrapper .read-all-reviews-btn {
    margin-top: 25px;
}

.textimonials-wrapper .read-all-reviews-btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.textimonials-wrapper .read-all-reviews-btn a .btn-text {
    margin-right: 10px;
    color: #004ea8;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 23px;
    line-height: 29px;
}

.textimonials-wrapper .read-all-reviews-btn a .btn-icon {
    line-height: 0;
}

.textimonials-wrapper .read-all-reviews-btn a .btn-icon svg path {
    fill: #6594ca;
}

.textimonials-wrapper .read-all-reviews-btn a:hover {
    opacity: 0.75;
}

.textimonials-wrapper .slick-dots li button::before {
    color: #004ea8;
    opacity: 0.4;
}

.textimonials-wrapper .slick-dots li.slick-active {
    width: 20px;
}

.textimonials-wrapper .slick-dots li.slick-active button {
    width: 20px;
}

.textimonials-wrapper .slick-dots li.slick-active button:before {
    width: 20px;
    border-radius: 6px;
}

.testimonials-slider .enterpreneur-wrapper {
    background: #f9fafc;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 6px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .testimonials-slider .enterpreneur-wrapper .logo-icon {
        text-align: center;
    }
}

.testimonials-slider .left-content {
    width: 45%;
}

.testimonials-slider .right-content {
    width: 55%;
}

.testimonials-slider .left-content,
.testimonials-slider .right-content {
    padding: 15px;
}

@media (max-width: 991px) {
    .testimonials-slider .left-content,
    .testimonials-slider .right-content {
        width: 100%;
    }
}

.testimonials-slider .right-content {
    padding-top: 50px;
}

.testimonials-slider .right-content .slick-list {
    max-width: 465px;
}

.testimonials-slider .left-content {
    background: #788495;
    padding: 15px 15px 30px 15px;
}

.testimonials-slider .left-content .logo-icon svg path {
    fill: white;
}

.testimonials-slider .left-content .quote-icon {
    margin: 0;
    margin-top: 70px;
    margin-bottom: 25px;
    opacity: 0.5;
}

@media (max-width: 767px) {
    .testimonials-slider .left-content .quote-icon {
        margin-bottom: 15px;
    }
}

.testimonials-slider .left-content .quote-icon img {
    width: 132px;
    height: 115px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .testimonials-slider .left-content .quote-icon img {
        width: 70px;
        height: 70px;
    }
}

.testimonials-slider .left-content .quote-icon svg {
    width: 132px;
    height: 100px;
}

@media (max-width: 767px) {
    .testimonials-slider .left-content .quote-icon svg {
        width: 70px;
        height: 70px;
    }
}

.testimonials-slider .left-content .title {
    color: white;
    font-size: 40px;
    line-height: 51px;
    font-weight: 400;
    margin: 0px;
}

@media (max-width: 767) {
    .testimonials-slider .left-content .title {
        font-size: 35px;
        line-height: 44px;
    }
}

.testimonials-slider .left-content .brand-logo-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 22px;
}

.testimonials-slider .left-content .brand-logo-list .img-icon {
    width: 33.33%;
    padding-right: 0px;
    margin-right: 0px;
}

@media (max-width: 767px) {
    .testimonials-slider .left-content .brand-logo-list .img-icon {
        margin-right: 0;
    }
}

.testimonials-slider .left-content .brand-logo-list .img-icon img {
    width: auto;
    height: auto;
}

.testimonials-slider .left-content .brand-logo-list .img {
    width: auto;
    padding-right: 10px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .testimonials-slider .left-content .brand-logo-list .img {
        margin-right: 0;
    }
}

.testimonials-slider .right-content {
    padding-left: 50px;
}

@media (max-width: 991px) {
    .testimonials-slider .right-content {
        padding: 25px;
        padding-bottom: 75px;
    }
}

@media (max-width: 767px) {
    .testimonials-slider .right-content {
        padding-top: 50px;
        padding-bottom: 75px;
        padding-left: 17px;
        padding-right: 21px;
    }
}

.testimonials-slider .right-content .review-block-wrapper-testimonials .header-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 42px;
}

@media (max-width: 991px) {
    .testimonials-slider .right-content .review-block-wrapper-testimonials .header-wrapper {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.testimonials-slider .right-content .review-block-wrapper-testimonials .header-wrapper .img {
    width: 100px;
    height: 100px;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .testimonials-slider .right-content .review-block-wrapper-testimonials .header-wrapper .img {
        width: 100%;
        margin-bottom: 25px;
    }
}

.testimonials-slider .right-content .review-block-wrapper-testimonials .header-wrapper .img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
}

@media (max-width: 991px) {
    .testimonials-slider .right-content .review-block-wrapper-testimonials .header-wrapper .img img {
        margin: 0 auto;
    }
}

.testimonials-slider .right-content .review-block-wrapper-testimonials .header-wrapper .header-inner-wrap {
    width: calc(100% - 100px);
}

@media (max-width: 991px) {
    .testimonials-slider .right-content .review-block-wrapper-testimonials .header-wrapper .header-inner-wrap {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}

.testimonials-slider .right-content .review-block-wrapper-testimonials .header-wrapper .header-inner-wrap .name {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    color: #3b444d;
    font-weight: 600;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .testimonials-slider .right-content .review-block-wrapper-testimonials .header-wrapper .header-inner-wrap .name {
        font-size: 20px;
        line-height: 24px;
    }
}

.testimonials-slider .right-content .review-block-wrapper-testimonials .header-wrapper .header-inner-wrap .title {
    font-size: 18px;
    line-height: 22px;
    color: #788495;
    margin: 0;
    letter-spacing: 0;
    font-weight: 400;
}

.testimonials-slider .right-content .review-block-wrapper-testimonials .message {
    margin-bottom: 45px;
}

.testimonials-slider .right-content .review-block-wrapper-testimonials .message p {
    color: #788495;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 767px) {
    .testimonials-slider .right-content .review-block-wrapper-testimonials .message p {
        line-height: 30px;
        font-size: 16px;
    }
}

.testimonials-slider .right-content .review-block-wrapper-testimonials .logo-icon {
    max-width: 150px;
    /*         margin:  0 auto; */
}

.testimonials-slider .right-content .slick-arrow {
    top: auto;
    bottom: 20px;
    z-index: 99;
    background: url(https://cdn.shopify.com/s/files/1/0065/7306/4236/files/Right_arrow_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    outline: none;
    width: 30px;
    height: 30px;
}

.testimonials-slider .right-content .slick-arrow::before {
    display: none;
}

.testimonials-slider .right-content .slick-arrow.slick-prev {
    right: 80px;
    left: auto;
}

@media (max-width: 991px) {
    .testimonials-slider .right-content .slick-arrow.slick-prev {
        left: calc(40% - 5px);
        bottom: 15px;
    }
}

.testimonials-slider .right-content .slick-arrow.slick-next {
    right: 50px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 35px;
}

@media (max-width: 991px) {
    .testimonials-slider .right-content .slick-arrow.slick-next {
        right: calc(45% - 5px);
        bottom: 30px;
    }
}

@media only screen and (min-width: 750px) {
    .template-about-us .main-content,
    .template-about-us-page .main-content {
        padding-top: 30px;
    }
}

.template-about-us .services-icon-text,
.template-about-us-page .services-icon-text {
    display: none;
}

.template-about-us .shopify-section,
.template-about-us-page .shopify-section {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .template-about-us .shopify-section,
    .template-about-us-page .shopify-section {
        margin-top: 30px;
    }
}

.template-about-us .shopify-section:first-child,
.template-about-us-page .shopify-section:first-child {
    margin-top: 0;
}

.template-about-us .about-info-wrapper,
.template-about-us-page .about-info-wrapper {
    background: transparent linear-gradient(64deg, #407abe 0%, #004ea8 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    padding: 35px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .template-about-us .about-info-wrapper,
    .template-about-us-page .about-info-wrapper {
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
    }
}

@media (max-width: 767px) {
    .template-about-us .about-info-wrapper,
    .template-about-us-page .about-info-wrapper {
        background: transparent linear-gradient(320deg, #407abe 0%, #004ea8 100%) 0% 0% no-repeat padding-box;
    }
}

@media (min-width: 768px) {
    .template-about-us .about-info-wrapper.reverse,
    .template-about-us-page .about-info-wrapper.reverse {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -moz-box-direction: reverse;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.template-about-us .about-info-wrapper.reverse .img,
.template-about-us-page .about-info-wrapper.reverse .img {
    border: 5px solid #709ccf5f;
}

.template-about-us .about-info-wrapper .img-and-name,
.template-about-us-page .about-info-wrapper .img-and-name {
    width: 20%;
    text-align: center;
}

@media (max-width: 767px) {
    .template-about-us .about-info-wrapper .img-and-name,
    .template-about-us-page .about-info-wrapper .img-and-name {
        width: 100%;
        order: 1;
    }
}

.template-about-us .about-info-wrapper .img-and-name .img,
.template-about-us-page .about-info-wrapper .img-and-name .img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 5px solid #719dcf;
    margin: 0 auto 15px;
}

.template-about-us .about-info-wrapper .img-and-name .name,
.template-about-us-page .about-info-wrapper .img-and-name .name {
    font-size: 24px;
    line-height: 31px;
    color: white;
    margin: 0;
    letter-spacing: 0;
    font-weight: 600;
}

.template-about-us .about-info-wrapper .img-and-name .designation,
.template-about-us-page .about-info-wrapper .img-and-name .designation {
    display: block;
    font-size: 14px;
    color: white;
    line-height: 17px;
    margin-bottom: 15px;
}

.template-about-us .about-info-wrapper .img-and-name .social-icon a,
.template-about-us-page .about-info-wrapper .img-and-name .social-icon a {
    display: inline-block;
    margin-right: 5px;
    line-height: 0;
    padding-right: 10px;
    position: relative;
}

.template-about-us .about-info-wrapper .img-and-name .social-icon a.twitter-icon:after,
.template-about-us-page .about-info-wrapper .img-and-name .social-icon a.twitter-icon:after {
    width: 2px;
    height: 40%;
    background: white;
    content: "";
    position: absolute;
    right: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.template-about-us .about-info-wrapper .img-and-name .social-icon svg path,
.template-about-us-page .about-info-wrapper .img-and-name .social-icon svg path {
    fill: white;
}

.template-about-us .about-info-wrapper .middle-content,
.template-about-us-page .about-info-wrapper .middle-content {
    width: 53%;
    padding: 0 35px;
}

@media (max-width: 767px) {
    .template-about-us .about-info-wrapper .middle-content,
    .template-about-us-page .about-info-wrapper .middle-content {
        width: 100%;
        padding: 0;
        order: 3;
    }
}

.template-about-us .about-info-wrapper .middle-content p,
.template-about-us-page .about-info-wrapper .middle-content p {
    letter-spacing: 0px;
    color: #f9fafc;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding-right: 15px;
}

.template-about-us .about-info-wrapper .heading,
.template-about-us-page .about-info-wrapper .heading {
    width: 27%;
}

@media (min-width: 768px) {
    .template-about-us .about-info-wrapper .heading,
    .template-about-us-page .about-info-wrapper .heading {
        display: flex;
        align-items: end;
    }
}

@media (max-width: 767px) {
    .template-about-us .about-info-wrapper .heading,
    .template-about-us-page .about-info-wrapper .heading {
        width: 100%;
        order: 2;
        margin: 25px 0;
    }
}

.template-about-us .about-info-wrapper .heading h3,
.template-about-us-page .about-info-wrapper .heading h3 {
    font-size: 37px;
    line-height: 41px;
    color: white;
    margin: 0;
    font-weight: 800;
    position: relative;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .template-about-us .about-info-wrapper .heading h3,
    .template-about-us-page .about-info-wrapper .heading h3 {
        padding-left: 0;
    }
}

.template-about-us .about-info-wrapper .heading h3 .quote-icon,
.template-about-us-page .about-info-wrapper .heading h3 .quote-icon {
    position: absolute;
    top: auto;
    left: auto;
    bottom: -15px;
    right: 24px;
    transform: rotate(180deg);
}

.template-about-us .about-info-wrapper .heading h3 .quote-icon-open,
.template-about-us-page .about-info-wrapper .heading h3 .quote-icon-open {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 205px;
    right: 239px;
    transform: rotate(359deg);
}

@media (max-width: 767px) {
    .template-about-us .about-info-wrapper .heading h3 .quote-icon-open,
    .template-about-us-page .about-info-wrapper .heading h3 .quote-icon-open {
        right: 259px;
    }
}

.as-easy-as-wrapper .header-wrapper {
    margin-bottom: 30px;
}

.as-easy-as-wrapper .header-wrapper .title {
    font-size: 40px;
    line-height: 51px;
    color: #3b444d;
    margin: 0;
    margin-bottom: 8px;
    font-weight: 900;
}

@media (max-width: 767px) {
    .as-easy-as-wrapper .header-wrapper .title {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 6px;
    }
}

.as-easy-as-wrapper .header-wrapper .content p {
    color: #788495;
    font-size: 18px;
    line-height: 23px;
    max-width: 350px;
    margin: 0 auto;
    letter-spacing: 0;
    font-weight: 400;
}

@media (max-width: 767px) {
    .as-easy-as-wrapper .header-wrapper .content p {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (min-width: 768px) {
    .as-easy-as-wrapper .header-wrapper .content p {
        margin: 0 auto;
        max-width: 655px;
    }
}

.as-easy-as-wrapper .image-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 29px;
}

.as-easy-as-wrapper .image-wrapper .img-block {
    padding: 0 15px;
    width: 33.33%;
}

@media (max-width: 767px) {
    .as-easy-as-wrapper .image-wrapper .img-block {
        width: 100%;
    }
}

.as-easy-as-wrapper .image-wrapper .img-block .img img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.as-easy-as-wrapper .image-wrapper .img-block .title {
    font-size: 22px;
    color: #788495;
    text-align: center;
    line-height: 28px;
    font-weight: 600;
    margin-top: 19px;
}

.heres-how-our-journey-wrapper .heading {
    font-size: 40px;
    line-height: 69px;
    font-weight: 900;
    margin-bottom: 40px;
    color: #004ea8;
}

@media (max-width: 767px) {
    .heres-how-our-journey-wrapper .heading {
        font-size: 28px;
        line-height: 36px;
    }
}

.heres-how-our-journey-wrapper .items-wrapper {
    max-width: 850px;
    margin: 0 auto;
}

.heres-how-our-journey-wrapper .items-wrapper .message-list {
    width: 50%;
    border-radius: 6px;
    margin-bottom: 15px;
    display: none;
}

@media (max-width: 767px) {
    .heres-how-our-journey-wrapper .items-wrapper .message-list {
        width: 100%;
    }
}

.heres-how-our-journey-wrapper .items-wrapper .message-list:nth-of-type(1),
.heres-how-our-journey-wrapper .items-wrapper .message-list:nth-of-type(2),
.heres-how-our-journey-wrapper .items-wrapper .message-list:nth-of-type(3),
.heres-how-our-journey-wrapper .items-wrapper .message-list:nth-of-type(4),
.heres-how-our-journey-wrapper .items-wrapper .message-list:nth-of-type(5) {
    display: block !important;
}

.heres-how-our-journey-wrapper .items-wrapper .message-list:nth-child(odd) {
    margin-left: auto;
}

.heres-how-our-journey-wrapper .items-wrapper .message-list:nth-child(odd) .user-icon {
    text-align: right;
}

.heres-how-our-journey-wrapper .items-wrapper .message-list:nth-child(odd) .user-icon img {
    width: 75px;
}

.heres-how-our-journey-wrapper .items-wrapper .message-list:nth-child(even) {
    margin-right: auto;
}

.heres-how-our-journey-wrapper .items-wrapper .message-list:nth-child(even) .message-wrap {
    margin-left: auto;
}

.heres-how-our-journey-wrapper .items-wrapper .message-list:nth-child(even) .user-icon {
    text-align: left;
}

.heres-how-our-journey-wrapper .items-wrapper .message-list:nth-child(even) .user-icon img {
    width: 75px;
}

.heres-how-our-journey-wrapper .items-wrapper .message-list .message-wrap {
    background: #f8f9fa;
    padding: 10px;
    width: calc(100% - 75px);
}

.heres-how-our-journey-wrapper .items-wrapper .message-list .message-wrap .title-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 5px;
}

.heres-how-our-journey-wrapper .items-wrapper .message-list .message-wrap .title-wrap .title {
    color: #004ea8;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.heres-how-our-journey-wrapper .items-wrapper .message-list .message-wrap .title-wrap .time {
    font-size: 14px;
    line-height: 17px;
    color: #788495;
}

.heres-how-our-journey-wrapper .items-wrapper .message-list .message-wrap .message p {
    color: #3b444d;
    font-size: 16px;
    line-height: 24px;
}

.heres-how-our-journey-wrapper .items-wrapper .read-more-btn,
.heres-how-our-journey-wrapper .items-wrapper .read-less-btn {
    max-width: 320px;
    border: 2px solid #004ea8;
    text-align: center;
    margin: 0 auto;
    padding: 11px;
    background: #004ea80d;
    border-radius: 6px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    color: #004ea8;
    cursor: pointer;
}

.heres-how-our-journey-wrapper .items-wrapper .read-more-btn:hover,
.heres-how-our-journey-wrapper .items-wrapper .read-less-btn:hover {
    opacity: 0.75;
}

.heres-how-our-journey-wrapper .items-wrapper .read-more-btn.active {
    display: none;
}

.heres-how-our-journey-wrapper .items-wrapper .read-less-btn {
    display: none;
}

.heres-how-our-journey-wrapper .items-wrapper .read-less-btn.active {
    display: block;
}

.template-flo-labs .main-content {
    padding: 0;
}

.template-flo-labs .content-wrapper,
.template-flo-labs .newsletter-section-wrapper {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .template-flo-labs .content-wrapper,
    .template-flo-labs .newsletter-section-wrapper {
        margin-top: 45px;
    }
}

.template-flo-labs .banner-section {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .template-flo-labs .banner-section {
        margin-top: 25px;
    }
}

.template-flo-labs .banner-section .inner-wrapper {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.template-flo-labs .banner-section .inner-wrapper .img {
    line-height: 0;
    padding: 0 4px;
}

.template-flo-labs .banner-section .inner-wrapper .img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 626px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .template-flo-labs .banner-section .inner-wrapper .img img {
        max-height: 708px;
    }
}

.template-flo-labs .banner-section .inner-wrapper .banner-content {
    position: absolute;
    bottom: 34px;
    left: 34px;
    max-width: 710px;
}

@media (max-width: 767px) {
    .template-flo-labs .banner-section .inner-wrapper .banner-content {
        max-width: calc(100% - 34px);
        width: calc(100% - 34px);
        left: 24px;
    }
}

.template-flo-labs .banner-section .inner-wrapper .banner-content .flo-icon {
    line-height: 0;
}

.template-flo-labs .banner-section .inner-wrapper .banner-content .flo-icon .banner-button {
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    line-height: inherit;
    height: auto;
    padding: 20px 25px 15px 25px;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 2.4px;
}

.template-flo-labs .banner-section .inner-wrapper .banner-content .flo-icon img {
    max-width: 170px;
    max-height: 80px;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .template-flo-labs .banner-section .inner-wrapper .banner-content .flo-icon img {
        max-width: 123px;
        max-height: 46px;
    }
}

.template-flo-labs .banner-section .inner-wrapper .banner-content h1 p {
    color: white;
    font-size: 45px;
    line-height: 58px;
    font-weight: 800;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .template-flo-labs .banner-section .inner-wrapper .banner-content h1 p {
        font-size: 33px;
        line-height: 36px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .template-flo-labs .banner-section .inner-wrapper .banner-content h1 p {
        font-size: 30px;
        line-height: 36px;
    }
}

.template-flo-labs .content-wrapper {
    background: transparent linear-gradient(64deg, #1c71d3 0%, #004ea8 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    padding: 35px 15px;
    text-align: center;
}

.template-flo-labs .content-wrapper .content-wrapper-inner {
    max-width: 70%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .template-flo-labs .content-wrapper .content-wrapper-inner {
        max-width: 100%;
    }
}

.template-flo-labs .content-wrapper .content-wrapper-inner .title {
    color: white;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 33px;
}

@media (max-width: 767px) {
    .template-flo-labs .content-wrapper .content-wrapper-inner .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 23px;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .template-flo-labs .content-wrapper .content-wrapper-inner .title {
        font-size: 34px;
        line-height: 44px;
    }
}

.template-flo-labs .content-wrapper .content-wrapper-inner .sub-title {
    color: white;
    font-size: 32px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .template-flo-labs .content-wrapper .content-wrapper-inner .sub-title {
        font-size: 16px;
        line-height: inherit;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .template-flo-labs .content-wrapper .content-wrapper-inner .sub-title {
        font-size: 27px;
    }
}

.template-flo-labs .content-wrapper .content-wrapper-inner .content {
    color: white;
    font-size: 40px;
    line-height: 76px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .template-flo-labs .content-wrapper .content-wrapper-inner .content {
        font-size: 22px;
        line-height: inherit;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .template-flo-labs .content-wrapper .content-wrapper-inner .content {
        font-size: 32px;
    }
}

.template-flo-labs .newsletter-section-wrapper {
    background: transparent linear-gradient(64deg, #407abe 0%, #014fa8 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    padding: 79px 66px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .template-flo-labs .newsletter-section-wrapper {
        margin-bottom: 45px;
        padding: 23px 25px;
    }
}

.template-flo-labs .newsletter-section-wrapper .section-header {
    width: 60%;
    margin: 0;
}

@media (max-width: 992px) {
    .template-flo-labs .newsletter-section-wrapper .section-header {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }
}

.template-flo-labs .newsletter-section-wrapper .section-header .h2 {
    margin-bottom: 0;
    color: white;
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .template-flo-labs .newsletter-section-wrapper .section-header .h2 {
        font-size: 24px;
        line-height: 35px;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .template-flo-labs .newsletter-section-wrapper .section-header .h2 {
        font-size: 34px;
        line-height: 44px;
    }
}

.template-flo-labs .newsletter-section-wrapper .form-wrapper {
    width: 40%;
}

@media (max-width: 992px) {
    .template-flo-labs .newsletter-section-wrapper .form-wrapper {
        width: 100%;
    }
}

.template-flo-labs .newsletter-section-wrapper .form-wrapper p {
    color: white;
    font-size: 16px;
    letter-spacing: 0;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .template-flo-labs .newsletter-section-wrapper .form-wrapper p {
        display: none;
    }
}

.template-flo-labs .newsletter-section-wrapper .form-wrapper .input-group {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 0;
}

.template-flo-labs .newsletter-section-wrapper .form-wrapper .newsletter__input {
    background: #0a4890;
    border: 1px solid #0a4890;
    color: white;
    outline: none;
}

.template-flo-labs .newsletter-section-wrapper .form-wrapper .newsletter__input::placeholder {
    color: white;
}

.template-flo-labs .newsletter-section-wrapper .form-wrapper .input-group__btn .btn {
    background: #1c71d3;
}

.template-flo-labs .newsletter-section-wrapper .form-wrapper .input-group__btn .btn .newsletter__submit-text--large {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    color: white;
}

.tab-image-section--inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    border-radius: 6px;
    padding: 40px;
}

@media (min-width: 768px) {
    .tab-image-section--inner {
        background: #f9fafc;
        /* padding-left : 0;
      padding-right:0  */
    }
}

@media (max-width: 767px) {
    .tab-image-section--inner {
        padding: 0px;
    }
}

.tab-image-section--inner .tab-image-section--left {
    display: none;
}

.tab-image-section--inner .tab-image-section--left.active {
    display: block;
}

.tab-image-section--inner>.tab-image-section--left,
.tab-image-section--inner>.tab-image-section--right {
    flex: 1 1 50%;
}

.tab-image-section--inner>.tab-image-section--left img,
.tab-image-section--inner>.tab-image-section--right img {
    width: initial;
    height: initial;
}

@media (max-width: 767px) {
    .tab-image-section--inner>.tab-image-section--left,
    .tab-image-section--inner>.tab-image-section--right {
        flex: 1 1 100%;
    }
}

@media (min-width: 768px) {
    .tab-image-section--inner>.tab-image-section--right {
        padding-left: 55px;
        padding-right: 0px;
    }
}

.tab-image-section--inner>.tab-image-section--right ul.tab-title-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .tab-image-section--inner>.tab-image-section--right ul.tab-title-list {
        margin-top: 5px;
        padding: 0;
    }
}

.tab-image-section--inner>.tab-image-section--right ul.tab-title-list>li {
    padding-right: 25px;
    color: #788495;
    font-weight: 550;
    padding-bottom: 2px;
    border-bottom: 2.5px solid #e1e5ed;
    position: relative;
    cursor: pointer;
}

@media (max-width: 767px) {
    .tab-image-section--inner>.tab-image-section--right ul.tab-title-list>li {
        font-size: 14px;
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        text-align: center;
    }
}

.tab-image-section--inner>.tab-image-section--right ul.tab-title-list>li .tab_title {
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
}

.tab-image-section--inner>.tab-image-section--right ul.tab-title-list>li.active {
    color: #004ea8;
}

.tab-image-section--inner>.tab-image-section--right ul.tab-title-list>li.active::before {
    background: #004ea8;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 83%;
    height: 2px;
}

.tab-image-section--inner>.tab-image-section--right ul.tab-title-list>li:last-child {
    padding-right: 0px;
}

.tab-image-section--inner>.tab-image-section--right ul.tab-title-list>li:last-child.active::before {
    width: 100%;
}

.tab-image-section--inner>.tab-image-section--right .tab-content-list li.parent-wrap {
    display: none;
    color: #69727b;
    font-size: 14px;
}

.tab-image-section--inner>.tab-image-section--right .tab-content-list li.parent-wrap p span {
    color: #69727b !important;
}

.tab-image-section--inner>.tab-image-section--right .tab-content-list li.parent-wrap ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.tab-image-section--inner>.tab-image-section--right .tab-content-list li.parent-wrap ul li {
    list-style: disc;
}

.tab-image-section--inner>.tab-image-section--right .tab-content-list li.parent-wrap ul li span {
    color: #69727b !important;
}

.tab-image-section--inner>.tab-image-section--right .tab-content-list li.parent-wrap.active {
    display: block;
}

.tab-image-section--inner>.tab-image-section--right .tab-content-list li.parent-wrap[data-id="ortho_layers"] p span {
    color: #004ea8 !important;
}

.tab-image-section--inner.reverse {
    flex-direction: row-reverse;
}

@media (min-width: 768px) {
    .tab-image-section--inner.reverse>.tab-image-section--right {
        padding-left: 0px;
        padding-right: 55px;
    }
}

@media (max-width: 767px) {
    .tab-image-section--inner ul.tab-content-list.tab-content {
        padding: 0 0 30px;
    }
}

.tab-image-section--inner .ortho_title {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.template-ortho-combine-template #shopify-section-faq {
    background: #f9fafc;
}

.template-ortho-combine-template #shopify-section-faq .faq-header {
    margin-top: 25px;
    display: block;
    font-size: 40px;
    line-height: 51px;
    text-align: center;
    margin: 20px 0 30px;
    color: #3b444d;
    text-transform: none;
    letter-spacing: 0;
}

.template-ortho-combine-template #shopify-section-faq .accordion-wrap {
    margin: 0 15px;
}

.template-ortho-combine-template #shopify-section-faq .accordion-wrap .accordion h3 {
    font-size: 1.2em;
    margin: 0;
    padding-right: 15px;
}

.template-ortho-combine-template #shopify-section-faq .accordion-wrap .accordion {
    background: transparent;
    color: #000;
    padding: 20px 0;
}

.template-ortho-combine-template #shopify-section-faq .accordion-wrap.active .accordion {
    color: #004ea8;
}

.template-ortho-combine-template #shopify-section-faq .accordion-wrap .content {
    padding: 15px 0;
}

.template-ortho-combine-template #shopify-section-faq .toggle_btn {
    text-align: center;
    margin: 20px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.template-ortho-combine-template #shopify-section-faq .toggle_btn .toggle_text {
    font-size: 20px;
    color: #004ea8;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    line-height: 1.3;
}

.template-ortho-combine-template #shopify-section-faq .toggle_btn svg {
    width: 16px;
    height: 16px;
    fill: #004ea8;
}

.template-ortho-combine-template #shopify-section-faq .toggle_btn .btn-icon {
    display: flex;
}

body.template-name-instabed #ProductSection-product-template-instabed {
    margin-top: 26px;
}

body.template-name-instabed .shopify-section:first-child {
    margin-top: 0;
}

body.template-name-instabed .product-form__item--no-variants {
    margin: 0 auto;
    max-width: 100%;
}

body.template-name-instabed .product-form__item--no-variants .product-form__cart-submit .btn-text {
    letter-spacing: 0px;
    color: white;
    text-transform: capitalize;
    opacity: 1;
    font-size: 18px;
    line-height: 23px;
    font-weight: 900;
}

@media (min-width: 768px) {
    body.template-name-instabed .product-form__item--no-variants .product-form__cart-submit .btn-text {
        font-size: 20px;
        line-height: 25px;
    }
}

body.template-name-instabed .product-form__item--no-variants .product-form__cart-submit svg path {
    fill: white !important;
}

body.template-name-instabed .product-single-instabed {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

body.template-name-instabed .product-single-instabed .instabed-main-img {
    flex: auto;
    text-align: center;
    width: 60%;
}

@media (max-width: 767px) {
    body.template-name-instabed .product-single-instabed .instabed-main-img {
        flex: 1 1 100%;
        margin-bottom: 40px;
    }
}

body.template-name-instabed .product-single-instabed>.grid__item {
    flex: auto;
    width: 40%;
}

@media (max-width: 767px) {
    body.template-name-instabed .product-single-instabed>.grid__item {
        flex: 1 1 100%;
        padding: 0;
    }
}

body.template-name-instabed .image-with-text-content .content-wrapper {
    background: white;
}

body.template-name-instabed .image-with-text-content .content-wrapper .content-wrapper-inner {
    border: 0;
}

@media (min-width: 768px) {
    body.template-name-instabed .image-with-text-content .content-wrapper .content-wrapper-inner {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    body.template-name-instabed .image-with-text-content .content-wrapper .content-wrapper-inner {
        padding: 0px;
    }
}

@media (min-width: 768px) {
    body.template-name-instabed .image-with-text-content .content-wrapper .content-wrapper-inner .content-text {
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    body.template-name-instabed .image-with-text-content .content-wrapper .content-wrapper-inner .content-text {
        max-width: 100%;
        text-align: center;
    }
}

@media (min-width: 768px) {
    body.template-name-instabed .image-with-text-content .content-wrapper .content-wrapper-inner .img {
        padding-left: 30px;
        padding-right: 0px;
    }
}

body.template-name-instabed .image-with-text-content .content-wrapper .content-wrapper-inner .img img {
    height: auto;
}

@media (max-width: 767px) {
    body.template-name-instabed .image-with-text-content .content-wrapper .content-wrapper-inner .img img {
        max-width: 100%;
        display: block;
    }
}

@media (min-width: 768px) {
    body.template-name-instabed .image-with-text-content .content-wrapper .content-wrapper-inner.reverse .img {
        padding-left: 0px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    body.template-name-instabed .textimonials-wrapper .section-header .title {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    body.template-name-instabed .textimonials-wrapper .section-header .sub-title {
        font-size: 15px;
        line-height: 18px;
        margin: 2px 0 0;
    }
}

body.template-name-instabed .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item .featured-variant-title .featured-variant-title-txt::before {
    display: none !important;
}

body.template-name-instabed .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item .btn-buynow .btn-text {
    font-size: 18px;
}

@media (max-width: 767px) {
    body.template-name-instabed .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item .btn-buynow .btn-text {
        font-size: 16px;
    }
}

body.template-name-instabed .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item .btn-buynow .btn-icon svg {
    width: 15px;
    height: 15px;
}

body.template-name-instabed .product-single__meta .product-single__title {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #3d4246;
    font-weight: 600;
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 21px;
    letter-spacing: 3.9px;
}

@media (min-width: 1025px) {
    body.template-name-instabed .product-single__meta .product-single__title {
        letter-spacing: 3.3px;
    }
}

@media (min-width: 1600px) {
    body.template-name-instabed .product-single__meta .product-single__title {
        font-size: 65px;
    }
}

@media (max-width: 1025) {
    body.template-name-instabed .product-single__meta .product-single__title {
        font-size: 40px;
        font-weight: 600;
    }
}

body.template-name-instabed .product-single__meta .product-single__title img {
    max-height: 218px;
    max-width: 414px;
}

@media (max-width: 767px) {
    body.template-name-instabed .product-single__meta .product-single__title img {
        max-width: 300px;
        max-height: 179px;
    }
}

.txt-with-bottom-img *,
.txt-with-bottom-img *:active,
.txt-with-bottom-img *:focus {
    outline: 0;
}

.txt-with-bottom-img .section-slide-block {
    padding: 0 15px;
}

.txt-with-bottom-img .section--top {
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .txt-with-bottom-img .section--top {
        background: #f9fafc;
    }
}

.txt-with-bottom-img .section--top p:empty {
    display: none;
}

.txt-with-bottom-img .section--top h4 {
    color: #004ea8;
    font-weight: 600;
    margin: 0 0 10px;
}

.txt-with-bottom-img .section--top .block-desc {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.txt-with-bottom-img .section--top .block-desc,
.txt-with-bottom-img .section--top .block-desc p {
    color: #6d7a82;
    font-size: 12px;
}

.txt-with-bottom-img .section--bottom img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

body.template-name-flo-labs .feature-variant {
    margin: 90px 0;
}

@media (max-width: 767px) {
    body.template-name-flo-labs .feature-variant {
        margin: 60px 0;
    }
}

.template-product .custom-variants-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.template-product .custom-variants-box li {
    display: inline-block;
    flex: 1;
    border: 1px solid #e1e5ed;
    background: #f9fafc;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    color: #3b444d;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 12px;
}

@media (max-width: 767px) {
    .template-product .custom-variants-box li {
        font-size: 14px;
    }
}

.template-product .custom-variants-box li.active {
    background: #e37100;
    color: white;
    margin-right: 12px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .template-product .custom-variants-box li.active {
        font-size: 14px;
    }
}

.template-name-product-landing .production-desc .tabs,
.template-name-pillow .production-desc .tabs,
.template-name-oyashe-bed .production-desc .tabs,
.template-name-oyashe-box-bed .production-desc .tabs {
    display: none;
}

.template-name-product-landing .how-dose-work-wrapper,
.template-name-pillow .how-dose-work-wrapper,
.template-name-oyashe-bed .how-dose-work-wrapper,
.template-name-oyashe-box-bed .how-dose-work-wrapper {
    box-shadow: 0px 16px 32px #00000014;
    padding: 40px 0 0;
}

.template-name-product-landing .how-dose-work-wrapper .title,
.template-name-pillow .how-dose-work-wrapper .title,
.template-name-oyashe-bed .how-dose-work-wrapper .title,
.template-name-oyashe-box-bed .how-dose-work-wrapper .title {
    font-size: 40px;
    line-height: 51px;
    color: #3b444d;
}

.template-name-product-landing .how-dose-work-wrapper .sub-title,
.template-name-pillow .how-dose-work-wrapper .sub-title,
.template-name-oyashe-bed .how-dose-work-wrapper .sub-title,
.template-name-oyashe-box-bed .how-dose-work-wrapper .sub-title {
    max-width: 70%;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
}

.template-name-product-landing .how-dose-work-wrapper .how-dose-work-inner-wrap .block-col .block-wrapper,
.template-name-pillow .how-dose-work-wrapper .how-dose-work-inner-wrap .block-col .block-wrapper,
.template-name-oyashe-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .block-col .block-wrapper,
.template-name-oyashe-box-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .block-col .block-wrapper {
    margin-bottom: 25px;
}

@media (min-width: 1025px) {
    .template-name-product-landing .how-dose-work-wrapper .how-dose-work-inner-wrap .block-col .block-wrapper,
    .template-name-pillow .how-dose-work-wrapper .how-dose-work-inner-wrap .block-col .block-wrapper,
    .template-name-oyashe-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .block-col .block-wrapper,
    .template-name-oyashe-box-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .block-col .block-wrapper {
        margin-bottom: 80px;
    }
}

@media (min-width: 1025px) {
    .template-name-product-landing .how-dose-work-wrapper .how-dose-work-inner-wrap .block-col:nth-child(3) .block-wrapper,
    .template-name-product-landing .how-dose-work-wrapper .how-dose-work-inner-wrap .block-col:nth-child(4) .block-wrapper,
    .template-name-pillow .how-dose-work-wrapper .how-dose-work-inner-wrap .block-col:nth-child(3) .block-wrapper,
    .template-name-pillow .how-dose-work-wrapper .how-dose-work-inner-wrap .block-col:nth-child(4) .block-wrapper,
    .template-name-oyashe-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .block-col:nth-child(3) .block-wrapper,
    .template-name-oyashe-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .block-col:nth-child(4) .block-wrapper,
    .template-name-oyashe-box-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .block-col:nth-child(3) .block-wrapper,
    .template-name-oyashe-box-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .block-col:nth-child(4) .block-wrapper {
        margin-bottom: 40px;
    }
}

.template-name-product-landing .how-dose-work-wrapper .how-dose-work-inner-wrap .number-and-img,
.template-name-pillow .how-dose-work-wrapper .how-dose-work-inner-wrap .number-and-img,
.template-name-oyashe-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .number-and-img,
.template-name-oyashe-box-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .number-and-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.template-name-product-landing .how-dose-work-wrapper .how-dose-work-inner-wrap .number-and-img .number,
.template-name-pillow .how-dose-work-wrapper .how-dose-work-inner-wrap .number-and-img .number,
.template-name-oyashe-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .number-and-img .number,
.template-name-oyashe-box-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .number-and-img .number {
    color: #f2f2f2;
    font-size: 110px;
    margin-right: 10px;
}

@media (min-width: 1025px) {
    .template-name-product-landing .how-dose-work-wrapper .how-dose-work-inner-wrap .number-and-img .number,
    .template-name-pillow .how-dose-work-wrapper .how-dose-work-inner-wrap .number-and-img .number,
    .template-name-oyashe-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .number-and-img .number,
    .template-name-oyashe-box-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .number-and-img .number {
        font-size: 11.5em;
        font-weight: 700;
    }
}

@media (min-width: 1025px) {
    .template-name-product-landing .how-dose-work-wrapper .how-dose-work-inner-wrap .number-and-img img,
    .template-name-pillow .how-dose-work-wrapper .how-dose-work-inner-wrap .number-and-img img,
    .template-name-oyashe-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .number-and-img img,
    .template-name-oyashe-box-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .number-and-img img {
        max-width: 275px;
    }
}

.template-name-product-landing .how-dose-work-wrapper .how-dose-work-inner-wrap .list-wrapper,
.template-name-pillow .how-dose-work-wrapper .how-dose-work-inner-wrap .list-wrapper,
.template-name-oyashe-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .list-wrapper,
.template-name-oyashe-box-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .list-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.template-name-product-landing .how-dose-work-wrapper .how-dose-work-inner-wrap .title,
.template-name-pillow .how-dose-work-wrapper .how-dose-work-inner-wrap .title,
.template-name-oyashe-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .title,
.template-name-oyashe-box-bed .how-dose-work-wrapper .how-dose-work-inner-wrap .title {
    color: #788495;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 15px;
}

.template-name-product-landing .product-single__photos-mob,
.template-name-pillow .product-single__photos-mob,
.template-name-oyashe-bed .product-single__photos-mob,
.template-name-oyashe-box-bed .product-single__photos-mob {
    margin-bottom: 25px;
}

.template-name-product-landing .product-single__photos-mob .product-single__photo-wrapper img,
.template-name-pillow .product-single__photos-mob .product-single__photo-wrapper img,
.template-name-oyashe-bed .product-single__photos-mob .product-single__photo-wrapper img,
.template-name-oyashe-box-bed .product-single__photos-mob .product-single__photo-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .template-name-product-landing .slick-dots,
    .template-name-pillow .slick-dots,
    .template-name-oyashe-bed .slick-dots,
    .template-name-oyashe-box-bed .slick-dots {
        margin: 0;
        width: 100%;
        position: static;
    }
    .template-name-product-landing .slick-dots li:active,
    .template-name-product-landing .slick-dots li:focus,
    .template-name-pillow .slick-dots li:active,
    .template-name-pillow .slick-dots li:focus,
    .template-name-oyashe-bed .slick-dots li:active,
    .template-name-oyashe-bed .slick-dots li:focus,
    .template-name-oyashe-box-bed .slick-dots li:active,
    .template-name-oyashe-box-bed .slick-dots li:focus {
        outline: 0;
    }
    .template-name-product-landing .slick-dots li button:active,
    .template-name-product-landing .slick-dots li button:focus,
    .template-name-pillow .slick-dots li button:active,
    .template-name-pillow .slick-dots li button:focus,
    .template-name-oyashe-bed .slick-dots li button:active,
    .template-name-oyashe-bed .slick-dots li button:focus,
    .template-name-oyashe-box-bed .slick-dots li button:active,
    .template-name-oyashe-box-bed .slick-dots li button:focus {
        outline: 0;
    }
    .template-name-product-landing .slick-dots li button::before,
    .template-name-pillow .slick-dots li button::before,
    .template-name-oyashe-bed .slick-dots li button::before,
    .template-name-oyashe-box-bed .slick-dots li button::before {
        background-color: transparent;
        border: 1px solid #71d146;
    }
    .template-name-product-landing .slick-dots li.slick-active button::before,
    .template-name-pillow .slick-dots li.slick-active button::before,
    .template-name-oyashe-bed .slick-dots li.slick-active button::before,
    .template-name-oyashe-box-bed .slick-dots li.slick-active button::before {
        background-color: #71d146;
    }
}

@media (max-width: 767px) {
    .slick-dots {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .slick-dots li:active,
    .slick-dots li:focus {
        outline: 0;
    }
    .slick-dots li button:active,
    .slick-dots li button:focus {
        outline: 0;
    }
    .slick-dots li button::before {
        width: 6px;
        height: 6px;
        background-color: transparent;
        border: 2px solid #004ea8;
    }
    .slick-dots li.slick-active button::before {
        background-color: #004ea8;
    }
}

.template-product .product-single__photos-mob {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .template-product.template-combine-template .form-part {
        padding: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .template-product .slick-dots {
        margin: 0;
        width: 100%;
        position: static;
    }
    .template-product .slick-dots li:active,
    .template-product .slick-dots li:focus {
        outline: 0;
    }
    .template-product .slick-dots li button:active,
    .template-product .slick-dots li button:focus {
        outline: 0;
    }
    .template-product .slick-dots li button::before {
        background-color: transparent;
        border: 1px solid #71d146;
    }
    .template-product .slick-dots li.slick-active button::before {
        background-color: #71d146;
    }
}

.template-name-why-flow .why-flow-banner-section,
.template-name-why-flo-page .why-flow-banner-section {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .template-name-why-flow .why-flow-banner-section,
    .template-name-why-flo-page .why-flow-banner-section {
        min-height: 731px;
    }
}

.template-name-why-flow .why-flow-banner-section .img,
.template-name-why-flo-page .why-flow-banner-section .img {
    text-align: center;
    margin-bottom: 25px;
    line-height: 0;
}

.template-name-why-flow .why-flow-banner-section .img img,
.template-name-why-flo-page .why-flow-banner-section .img img {
    max-height: 412px;
    max-width: initial;
    margin: 0 auto;
    object-fit: scale-down;
    position: static !important;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flow-banner-section .img img,
    .template-name-why-flo-page .why-flow-banner-section .img img {
        max-height: 261px;
        max-width: 300px;
    }
}

.template-name-why-flow .why-flow-banner-section a,
.template-name-why-flo-page .why-flow-banner-section a {
    display: block;
    text-align: center;
}

.template-name-why-flow .why-flow-banner-section a .btn-text,
.template-name-why-flo-page .why-flow-banner-section a .btn-text {
    margin-bottom: 0;
    color: #004ea8;
    font-size: 23px;
    line-height: 29px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flow-banner-section a .btn-text,
    .template-name-why-flo-page .why-flow-banner-section a .btn-text {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 8px;
    }
}

.template-name-why-flow .why-flow-banner-section a .btn-icon,
.template-name-why-flo-page .why-flow-banner-section a .btn-icon {
    margin: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flow-banner-section a .btn-icon,
    .template-name-why-flo-page .why-flow-banner-section a .btn-icon {
        width: 19px;
        height: 19px;
    }
}

.template-name-why-flow .why-flow-banner-section a .btn-icon svg,
.template-name-why-flo-page .why-flow-banner-section a .btn-icon svg {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.template-name-why-flow .why-flo-founding-team-wrapper,
.template-name-why-flow .why-flo-fewer-layers-wrapper,
.template-name-why-flow .why-flow-richest-foams-wrapper,
.template-name-why-flow .why-flow-affordable-wrapper,
.template-name-why-flo-page .why-flo-founding-team-wrapper,
.template-name-why-flo-page .why-flo-fewer-layers-wrapper,
.template-name-why-flo-page .why-flow-richest-foams-wrapper,
.template-name-why-flo-page .why-flow-affordable-wrapper {
    background: transparent linear-gradient(64deg, #1c71d3 0%, #004ea8 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 75px 15px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flo-founding-team-wrapper,
    .template-name-why-flow .why-flo-fewer-layers-wrapper,
    .template-name-why-flow .why-flow-richest-foams-wrapper,
    .template-name-why-flow .why-flow-affordable-wrapper,
    .template-name-why-flo-page .why-flo-founding-team-wrapper,
    .template-name-why-flo-page .why-flo-fewer-layers-wrapper,
    .template-name-why-flo-page .why-flow-richest-foams-wrapper,
    .template-name-why-flo-page .why-flow-affordable-wrapper {
        margin-bottom: 25px;
    }
}

.template-name-why-flow .why-flo-founding-team-wrapper .inner-wrapper,
.template-name-why-flow .why-flo-fewer-layers-wrapper .inner-wrapper,
.template-name-why-flow .why-flow-richest-foams-wrapper .inner-wrapper,
.template-name-why-flow .why-flow-affordable-wrapper .inner-wrapper,
.template-name-why-flo-page .why-flo-founding-team-wrapper .inner-wrapper,
.template-name-why-flo-page .why-flo-fewer-layers-wrapper .inner-wrapper,
.template-name-why-flo-page .why-flow-richest-foams-wrapper .inner-wrapper,
.template-name-why-flo-page .why-flow-affordable-wrapper .inner-wrapper {
    position: relative;
}

.template-name-why-flow .why-flo-founding-team-wrapper .inner-wrapper .step-img,
.template-name-why-flow .why-flo-fewer-layers-wrapper .inner-wrapper .step-img,
.template-name-why-flow .why-flow-richest-foams-wrapper .inner-wrapper .step-img,
.template-name-why-flow .why-flow-affordable-wrapper .inner-wrapper .step-img,
.template-name-why-flo-page .why-flo-founding-team-wrapper .inner-wrapper .step-img,
.template-name-why-flo-page .why-flo-fewer-layers-wrapper .inner-wrapper .step-img,
.template-name-why-flo-page .why-flow-richest-foams-wrapper .inner-wrapper .step-img,
.template-name-why-flo-page .why-flow-affordable-wrapper .inner-wrapper .step-img {
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flo-founding-team-wrapper .inner-wrapper .step-img,
    .template-name-why-flow .why-flo-fewer-layers-wrapper .inner-wrapper .step-img,
    .template-name-why-flow .why-flow-richest-foams-wrapper .inner-wrapper .step-img,
    .template-name-why-flow .why-flow-affordable-wrapper .inner-wrapper .step-img,
    .template-name-why-flo-page .why-flo-founding-team-wrapper .inner-wrapper .step-img,
    .template-name-why-flo-page .why-flo-fewer-layers-wrapper .inner-wrapper .step-img,
    .template-name-why-flo-page .why-flow-richest-foams-wrapper .inner-wrapper .step-img,
    .template-name-why-flo-page .why-flow-affordable-wrapper .inner-wrapper .step-img {
        transform: none;
        top: -5%;
        left: -5%;
    }
}

.template-name-why-flow .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper,
.template-name-why-flow .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper,
.template-name-why-flow .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper,
.template-name-why-flow .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper,
.template-name-why-flo-page .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper,
.template-name-why-flo-page .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper,
.template-name-why-flo-page .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper,
.template-name-why-flo-page .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 99;
    position: relative;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flow .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flow .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flow .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flo-page .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flo-page .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flo-page .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flo-page .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper {
        padding-top: 100px;
    }
}

@media (min-width: 768px) {
    .template-name-why-flow .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flow .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flow .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flow .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flo-page .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flo-page .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flo-page .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flo-page .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -moz-box-direction: reverse;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.template-name-why-flow .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
.template-name-why-flow .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
.template-name-why-flow .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
.template-name-why-flow .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
.template-name-why-flo-page .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
.template-name-why-flo-page .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
.template-name-why-flo-page .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
.template-name-why-flo-page .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper .img-wrapper {
    width: 50%;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
    .template-name-why-flow .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
    .template-name-why-flow .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
    .template-name-why-flow .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
    .template-name-why-flo-page .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
    .template-name-why-flo-page .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
    .template-name-why-flo-page .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
    .template-name-why-flo-page .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper .img-wrapper {
        width: 100%;
        text-align: center;
    }
}

.template-name-why-flow .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
.template-name-why-flow .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
.template-name-why-flow .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
.template-name-why-flow .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
.template-name-why-flo-page .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
.template-name-why-flo-page .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
.template-name-why-flo-page .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
.template-name-why-flo-page .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper .content-wrapper {
    width: 50%;
    min-height: 350px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
    .template-name-why-flow .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
    .template-name-why-flow .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
    .template-name-why-flow .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
    .template-name-why-flo-page .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
    .template-name-why-flo-page .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
    .template-name-why-flo-page .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
    .template-name-why-flo-page .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper .content-wrapper {
        width: 100%;
        min-height: auto;
        margin-bottom: 30px;
    }
}

.template-name-why-flow .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .title,
.template-name-why-flow .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .title,
.template-name-why-flow .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .title,
.template-name-why-flow .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .title,
.template-name-why-flo-page .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .title,
.template-name-why-flo-page .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .title,
.template-name-why-flo-page .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .title,
.template-name-why-flo-page .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .title {
    color: white;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 4px;
    width: 100%;
    font-weight: 600;
    letter-spacing: 0;
}

.template-name-why-flow .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .sub-title,
.template-name-why-flow .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .sub-title,
.template-name-why-flow .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .sub-title,
.template-name-why-flow .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .sub-title,
.template-name-why-flo-page .why-flo-founding-team-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .sub-title,
.template-name-why-flo-page .why-flo-fewer-layers-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .sub-title,
.template-name-why-flo-page .why-flow-richest-foams-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .sub-title,
.template-name-why-flo-page .why-flow-affordable-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .sub-title {
    color: white;
    font-size: 16px;
    margin: 0;
    line-height: 22px;
    width: 100%;
    font-weight: 400;
    letter-spacing: 0;
}

.template-name-why-flow .why-flow-richest-foams-wrapper,
.template-name-why-flo-page .why-flow-richest-foams-wrapper {
    margin-bottom: 96px;
}

.template-name-why-flow .why-flo-airflow-technology-wrapper,
.template-name-why-flow .why-flow-truly-reversible-wrapper,
.template-name-why-flow .why-flo-verified-photo-reviews-wrapper,
.template-name-why-flo-page .why-flo-airflow-technology-wrapper,
.template-name-why-flo-page .why-flow-truly-reversible-wrapper,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper {
    opacity: 1;
    padding: 75px 15px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flo-airflow-technology-wrapper,
    .template-name-why-flow .why-flow-truly-reversible-wrapper,
    .template-name-why-flow .why-flo-verified-photo-reviews-wrapper,
    .template-name-why-flo-page .why-flo-airflow-technology-wrapper,
    .template-name-why-flo-page .why-flow-truly-reversible-wrapper,
    .template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper {
        margin-bottom: 25px;
    }
}

.template-name-why-flow .why-flo-airflow-technology-wrapper .inner-wrapper,
.template-name-why-flow .why-flow-truly-reversible-wrapper .inner-wrapper,
.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper,
.template-name-why-flo-page .why-flo-airflow-technology-wrapper .inner-wrapper,
.template-name-why-flo-page .why-flow-truly-reversible-wrapper .inner-wrapper,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper {
    position: relative;
}

.template-name-why-flow .why-flo-airflow-technology-wrapper .inner-wrapper .step-img,
.template-name-why-flow .why-flow-truly-reversible-wrapper .inner-wrapper .step-img,
.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .step-img,
.template-name-why-flo-page .why-flo-airflow-technology-wrapper .inner-wrapper .step-img,
.template-name-why-flo-page .why-flow-truly-reversible-wrapper .inner-wrapper .step-img,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .step-img {
    position: absolute;
    left: 0;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flo-airflow-technology-wrapper .inner-wrapper .step-img,
    .template-name-why-flow .why-flow-truly-reversible-wrapper .inner-wrapper .step-img,
    .template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .step-img,
    .template-name-why-flo-page .why-flo-airflow-technology-wrapper .inner-wrapper .step-img,
    .template-name-why-flo-page .why-flow-truly-reversible-wrapper .inner-wrapper .step-img,
    .template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .step-img {
        top: -10%;
        left: -5%;
    }
}

.template-name-why-flow .why-flo-airflow-technology-wrapper .inner-wrapper .banner-wrapper,
.template-name-why-flow .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper,
.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper,
.template-name-why-flo-page .why-flo-airflow-technology-wrapper .inner-wrapper .banner-wrapper,
.template-name-why-flo-page .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 99;
    position: relative;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flo-airflow-technology-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flow .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flo-page .why-flo-airflow-technology-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flo-page .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper,
    .template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper {
        padding-top: 150px;
    }
}

.template-name-why-flow .why-flo-airflow-technology-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
.template-name-why-flow .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
.template-name-why-flo-page .why-flo-airflow-technology-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
.template-name-why-flo-page .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .img-wrapper {
    width: 40%;
    text-align: right;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flo-airflow-technology-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
    .template-name-why-flow .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
    .template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
    .template-name-why-flo-page .why-flo-airflow-technology-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
    .template-name-why-flo-page .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper .img-wrapper,
    .template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .img-wrapper {
        width: 100%;
        text-align: center;
    }
}

.template-name-why-flow .why-flo-airflow-technology-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
.template-name-why-flow .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
.template-name-why-flo-page .why-flo-airflow-technology-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
.template-name-why-flo-page .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .content-wrapper {
    width: 60%;
    min-height: 350px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 100px;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flo-airflow-technology-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
    .template-name-why-flow .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
    .template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
    .template-name-why-flo-page .why-flo-airflow-technology-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
    .template-name-why-flo-page .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper .content-wrapper,
    .template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .content-wrapper {
        width: 100%;
        min-height: auto;
        margin-bottom: 30px;
        padding: 0;
    }
}

.template-name-why-flow .why-flo-airflow-technology-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .title,
.template-name-why-flow .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .title,
.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .title,
.template-name-why-flo-page .why-flo-airflow-technology-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .title,
.template-name-why-flo-page .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .title,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .title {
    color: #004ea8;
    font-size: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.template-name-why-flow .why-flo-airflow-technology-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .sub-title,
.template-name-why-flow .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .sub-title,
.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .sub-title,
.template-name-why-flo-page .why-flo-airflow-technology-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .sub-title,
.template-name-why-flo-page .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .sub-title,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .content-wrapper .content-wrapper-inner .sub-title {
    color: #3b444d;
    font-size: 16px;
    margin: 0;
    line-height: 25px;
    width: 100%;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid {
    margin: 0;
    overflow: inherit;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .slick-list,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .slick-list {
    width: calc(100% - 100px);
    margin: 0 auto;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flow-affordable-wrapper .grid .slick-list,
    .template-name-why-flo-page .why-flow-affordable-wrapper .grid .slick-list {
        padding: 0 10% 0 0;
        width: auto;
    }
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item {
    padding: 0 15px;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item.small--full,
    .template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item.small--full {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 100% 0 auto;
        -ms-flex: 1 0 100% 0 auto;
        flex: 1 0 100% 0 auto;
        max-width: 100%;
        margin: 0;
    }
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item__image-wrapper,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item__image-wrapper {
    min-height: 106px;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item__image-wrapper,
    .template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item__image-wrapper {
        min-height: 103px;
    }
}

@media (min-width: 768px) {
    .template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item__image-wrapper>div,
    .template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item__image-wrapper>div {
        position: relative;
        padding-top: 66% !important;
    }
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item__image-wrapper img,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item__image-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
}

@media (min-width: 768px) {
    .template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item__image-wrapper img,
    .template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item__image-wrapper img {
        max-height: 217px !important;
    }
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item {
    margin: 0;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .product-grid-top,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .product-grid-top {
    padding: 15px 10px;
    background: #004ea8;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 6px;
    min-height: 95px;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .product-grid-top,
    .template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .product-grid-top {
        min-height: 107px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .product-grid-top,
    .template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .product-grid-top {
        min-height: 110px;
    }
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .title-wrapper,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .title-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .title-wrapper .grid-view-item__vendor,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .title-wrapper .grid-view-item__vendor {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: white;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .title-wrapper .separator,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .title-wrapper .separator {
    width: 5px;
    height: 5px;
    margin: 0 5px;
    display: inline-block;
    background: white;
    border-radius: 50%;
    overflow: hidden;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .title-wrapper .grid-view-item__title,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .title-wrapper .grid-view-item__title {
    color: white;
    font-size: 18px;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .title-wrapper .loox-rating,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .title-wrapper .loox-rating {
    display: none;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .product-tagline,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .product-tagline {
    width: 100%;
    max-width: 205px;
    margin: 5px auto;
    line-height: 20px;
    font-size: 14px;
    color: white;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    overflow: hidden;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .grid-view-item__image-wrapper .grid-view-item__image,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .grid-view-item__image-wrapper .grid-view-item__image {
    border-radius: 10px;
    overflow: hidden;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item ul.product-price-box,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item ul.product-price-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item ul.product-price-box li span,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item ul.product-price-box li span {
    display: block;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item ul.product-price-box li span.price-label,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item ul.product-price-box li span.price-label {
    color: white;
    font-size: 11px;
    line-height: 8px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item ul.product-price-box li span.product-price__price,
.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item ul.product-price-box li span.product-price__emi,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item ul.product-price-box li span.product-price__price,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item ul.product-price-box li span.product-price__emi {
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item ul.product-price-box li.price_box_separator,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item ul.product-price-box li.price_box_separator {
    color: white;
    font-size: 11px;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .btn-wrapper,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .btn-wrapper {
    margin-top: 20px;
    width: 100%;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .btn-wrapper .btn.btn-buy,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .btn-wrapper .btn.btn-buy {
    width: 100%;
    background-color: #004ea8;
    color: white;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .btn-wrapper .btn.btn-buy svg,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .btn-wrapper .btn.btn-buy svg {
    max-width: 15px;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .btn-wrapper .btn.btn-buy svg path,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .grid-view-item .btn-wrapper .btn.btn-buy svg path {
    fill: white;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .grid__item .btn-wrapper .btn-text,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .grid__item .btn-wrapper .btn-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 20px);
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .slick-arrow,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .slick-arrow {
    z-index: 99;
    outline: none;
    border: none;
    font-size: 0;
    width: 30px;
    height: 30px;
    z-index: 99;
    background: url(https://cdn.shopify.com/s/files/1/0065/7306/4236/files/left-side-arroww.png?v=1659362459);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .slick-arrow:before,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .slick-arrow:before {
    opacity: 1;
    font-size: 30px;
    display: none;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .slick-arrow.slick-prev,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .slick-arrow.slick-prev {
    left: 10px;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .slick-arrow.slick-next,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .slick-arrow.slick-next {
    right: 10px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 45%;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .slick-dots,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .slick-dots {
    display: block;
    text-align: center;
    width: 100%;
    bottom: -50px;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .slick-dots li.slick-active,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .slick-dots li.slick-active {
    width: 20px;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .slick-dots li.slick-active button,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .slick-dots li.slick-active button {
    width: 20px;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .slick-dots li.slick-active button:before,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .slick-dots li.slick-active button:before {
    opacity: 1;
    width: 20px;
    border-radius: 6px;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .slick-dots li button,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .slick-dots li button {
    outline: none;
}

.template-name-why-flow .why-flow-affordable-wrapper .grid .slick-dots li button::before,
.template-name-why-flo-page .why-flow-affordable-wrapper .grid .slick-dots li button::before {
    color: white;
    opacity: 0.5;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper {
    text-align: left;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-list,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-list {
    width: calc(100% - 50px);
    margin: 0 auto;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-list,
    .template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-list {
        width: auto;
    }
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block {
    background: #f9fafc;
    margin-right: 15px;
    border-radius: 6px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block,
    .template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block {
        margin: 0;
        width: 100%;
    }
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block:focus,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block:focus {
    outline: none;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .top-block,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .top-block {
    padding: 25px 25px 0 25px;
    min-height: 250px;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .top-block .quote-icon,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .top-block .quote-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .top-block .quote-icon .icon,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .top-block .quote-icon .icon {
    margin-right: 8px;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .top-block .quote-icon .icon svg,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .top-block .quote-icon .icon svg {
    opacity: 0.5;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .top-block .quote-icon p,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .top-block .quote-icon p {
    text-align: left;
    margin-left: -5px;
    z-index: 99;
    font-size: 18px;
    color: #3b444d;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .author-info-wrap,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .author-info-wrap {
    padding: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #004ea8;
    max-height: 100px;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .author-info-wrap .img,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .author-info-wrap .img {
    position: relative;
    top: -50px;
    margin-right: 25px;
    border: 2px solid #c6ccd5;
    border-radius: 6px;
    height: 100px;
    overflow: hidden;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .author-info-wrap .img img,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .author-info-wrap .img img {
    height: 100px;
    object-fit: unset;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .author-info-wrap .author-name span,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .quotes-slide-block .author-info-wrap .author-name span {
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    display: block;
    margin-bottom: 5px;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-arrow,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-arrow {
    z-index: 99;
    outline: none;
    font-size: 0;
    width: 30px;
    height: 30px;
    z-index: 99;
    background: url(https://cdn.shopify.com/s/files/1/0065/7306/4236/files/left-side-arroww.png?v=1659362459);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-arrow::before,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-arrow::before {
    display: none;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-arrow.slick-prev,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-arrow.slick-prev {
    left: -10px;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-arrow.slick-next,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-arrow.slick-next {
    right: -10px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 45%;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-dots,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-dots {
    display: block;
    text-align: center;
    width: 100%;
    bottom: -50px;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-dots li.slick-active,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-dots li.slick-active {
    width: 20px;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-dots li.slick-active button,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-dots li.slick-active button {
    width: 20px;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-dots li.slick-active button:before,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-dots li.slick-active button:before {
    opacity: 1;
    width: 20px;
    border-radius: 6px;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-dots li button,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-dots li button {
    outline: none;
}

.template-name-why-flow .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-dots li button::before,
.template-name-why-flo-page .why-flo-verified-photo-reviews-wrapper .inner-wrapper .banner-wrapper .review-wrapper .slick-dots li button::before {
    color: #004ea8;
    opacity: 0.5;
}

.template-name-why-flow .hp-product-block-wrapper .header-block .title p strong:last-child,
.template-name-why-flo-page .hp-product-block-wrapper .header-block .title p strong:last-child {
    color: #3b444d;
}

.template-name-why-flow .bottom-content-wrapper,
.template-name-why-flo-page .bottom-content-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

.template-name-why-flow .bottom-content-wrapper .content-wrapper,
.template-name-why-flo-page .bottom-content-wrapper .content-wrapper {
    padding: 50px 25px;
    text-align: center;
}

.template-name-why-flow .bottom-content-wrapper .content-wrapper .title,
.template-name-why-flo-page .bottom-content-wrapper .content-wrapper .title {
    font-size: 30px;
    color: #004ea8;
    line-height: 69px;
    margin: 0;
    margin-bottom: 7px;
    font-weight: 900;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .template-name-why-flow .bottom-content-wrapper .content-wrapper .title,
    .template-name-why-flo-page .bottom-content-wrapper .content-wrapper .title {
        font-size: 24px;
        line-height: 30px;
    }
}

.template-name-why-flow .bottom-content-wrapper .content-wrapper .sub-title,
.template-name-why-flo-page .bottom-content-wrapper .content-wrapper .sub-title {
    color: #3b444d;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #3b444d;
    opacity: 1;
    font-weight: 600;
}

@media (max-width: 767px) {
    .template-name-why-flow .bottom-content-wrapper .content-wrapper .sub-title,
    .template-name-why-flo-page .bottom-content-wrapper .content-wrapper .sub-title {
        font-size: 16px;
        line-height: 22px;
    }
}

.b {
    opacity: 1 !important;
}

.grid-view-item__image-wrapper {
    max-width: 100% !important;
}

.grid-view-item__image-wrapper img {
    max-width: 100% !important;
    width: 100% !important;
}

@media (min-width: 1025px) {
    body.template-name-default .base-color-71D146,
    body.template-name-combine-template .base-color-71D146,
    body.template-name-mattress-product .base-color-71D146,
    body.template-ortho-combine-template .base-color-71D146 {
        padding: 0 30px;
    }
    body.template-name-default .base-color-71D146 .product-single__title span.vert-line,
    body.template-name-combine-template .base-color-71D146 .product-single__title span.vert-line,
    body.template-name-mattress-product .base-color-71D146 .product-single__title span.vert-line,
    body.template-ortho-combine-template .base-color-71D146 .product-single__title span.vert-line {
        /* height: calc(100% - 65px);  */
    }
}

@media (min-width: 1025px) {
    body.template-name-default .product-single__title span.vert-line,
    body.template-name-combine-template .product-single__title span.vert-line,
    body.template-name-mattress-product .product-single__title span.vert-line,
    body.template-ortho-combine-template .product-single__title span.vert-line {
        /* height: calc(100% - 65px);  */
    }
}

@media (min-width: 1025px) {
    body.template-name-default .product-single__title,
    body.template-name-combine-template .product-single__title,
    body.template-name-mattress-product .product-single__title,
    body.template-ortho-combine-template .product-single__title {
        font-size: 50px;
        font-weight: 900;
    }
}

body.template-name-default .swatch-size-wrapper .selector-wrapper select,
body.template-name-combine-template .swatch-size-wrapper .selector-wrapper select,
body.template-name-mattress-product .swatch-size-wrapper .selector-wrapper select,
body.template-ortho-combine-template .swatch-size-wrapper .selector-wrapper select {
    background: #f9fafc 0% 0% no-repeat padding-box url(https://cdn.shopify.com/s/files/1/0065/7306/4236/files/Dropdown_arrow.png?v=1683637177);
    background-position: 96% 50%;
    background-size: 14px;
    font-size: 18px !important;
    text-transform: capitalize;
    padding: 0;
}

@media (min-width: 1025px) {
    body.template-name-default .product-form__item--payment-button button,
    body.template-name-combine-template .product-form__item--payment-button button,
    body.template-name-mattress-product .product-form__item--payment-button button,
    body.template-ortho-combine-template .product-form__item--payment-button button {
        text-transform: capitalize;
        font-weight: 700;
        font-size: 20px;
    }
}

@media (min-width: 1025px) {
    body.template-name-pillow .product-single__title {
        font-size: 40px;
        font-weight: 600;
    }
}

@media (min-width: 1600px) {
    body.template-name-pillow .product-single__title {
        font-size: 65px;
    }
}

@media (min-width: 1025px) {
    body.template-name-pillow p.short-desc {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
    }
}

@media (min-width: 1600px) {
    body.template-name-pillow p.short-desc {
        font-size: 22px;
    }
}

body.template-name-pillow .product-single__meta .product-price-wrapper {
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    body.template-name-pillow .product-single__meta .product-price-wrapper.ragular-price .title,
    body.template-name-pillow .product-single__meta .product-price-wrapper.ragular-price #ProductPrice-product-template-default {
        font-size: 28px;
        font-weight: 700;
    }
}

@media (min-width: 1600px) {
    body.template-name-pillow .product-single__meta .product-price-wrapper.ragular-price .title,
    body.template-name-pillow .product-single__meta .product-price-wrapper.ragular-price #ProductPrice-product-template-default {
        font-size: 33px;
    }
}

@media (min-width: 1200px) {
    body.template-name-pillow .product-single__meta .product-price-wrapper.ragular-price .price-wrap {
        width: auto;
    }
}

body.template-flo-labs .feature-variant .featured-variant-items .featured-variant-item .featured-variant-img {
    min-height: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

body.template-flo-labs .feature-variant .featured-variant-items .featured-variant-item:nth-child(2) .featured-variant-img img {
    max-width: 353px;
    max-height: 180px;
}

body.template-name-why-flow .why-flow-banner-section .section-header,
body.template-name-why-flo-page .why-flow-banner-section .section-header {
    margin-bottom: 83px;
}

@media (max-width: 767px) {
    body.template-name-why-flow .why-flow-banner-section .section-header,
    body.template-name-why-flo-page .why-flow-banner-section .section-header {
        margin-bottom: 82px;
    }
}

body.template-name-why-flow .why-flow-banner-section .section-header .title,
body.template-name-why-flo-page .why-flow-banner-section .section-header .title {
    letter-spacing: 0px;
    color: #3b444d;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    body.template-name-why-flow .why-flow-banner-section .section-header .title,
    body.template-name-why-flo-page .why-flow-banner-section .section-header .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (min-width: 1025px) {
    body.template-name-why-flow .why-flow-banner-section .section-header .title,
    body.template-name-why-flo-page .why-flow-banner-section .section-header .title {
        font-size: 40px;
        font-weight: 900;
    }
}

@media (min-width: 1600px) {
    body.template-name-why-flow .why-flow-banner-section .section-header .title,
    body.template-name-why-flo-page .why-flow-banner-section .section-header .title {
        font-size: 40px;
    }
}

body.template-name-why-flow .why-flow-banner-section .section-header .sub-title,
body.template-name-why-flo-page .why-flow-banner-section .section-header .sub-title {
    letter-spacing: 0px;
    color: #6d7a82;
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    font-style: normal;
}

@media (max-width: 767px) {
    body.template-name-why-flow .why-flow-banner-section .section-header .sub-title,
    body.template-name-why-flo-page .why-flow-banner-section .section-header .sub-title {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (min-width: 1025px) {
    body.template-name-why-flow .why-flow-banner-section .section-header .sub-title,
    body.template-name-why-flo-page .why-flow-banner-section .section-header .sub-title {
        font-size: 24px;
    }
}

@media (min-width: 1600px) {
    body.template-name-why-flow .why-flow-banner-section .section-header .sub-title,
    body.template-name-why-flo-page .why-flow-banner-section .section-header .sub-title {
        font-size: 24px;
        max-width: 1000px;
        margin: 0 auto;
    }
}

/*  mobile device issue solved start */

@media (max-width: 767px) {
    .template-index .feature-variant .section-subheading {
        display: none;
    }
    .template-index .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item:nth-child(odd) .featured-variant-title .featured-variant-title-txt::before,
    .template-index .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item:nth-child(even) .featured-variant-title .featured-variant-title-txt::before {
        height: calc(100% - 45px);
        top: 50%;
    }
    .template-index .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item .btn-buynow .btn-text {
        font-size: 16px;
        line-height: 20px;
    }
    .template-index .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item .btn-buynow .btn-icon {
        display: inline-block;
        line-height: 0;
        width: 14px;
        height: 14px;
    }
    .template-index .icon-with-text-content {
        background: transparent linear-gradient(320deg, #407abe 0%, #0a4ea8 100%) 0% 0% no-repeat padding-box;
    }
    .template-index .icon-with-text-content .content-wrapper .content-wrapper-inner {
        width: 100%;
        margin-bottom: 47px;
    }
    .template-index .icon-with-text-content .content-wrapper .content-wrapper-inner .content-text .content-wrap p {
        line-height: 20px;
    }
    .template-index .grid .grid__item .grid-view-item ul.product-price-box li span.price-label,
    .template-index .grid .grid__item .grid-view-item ul.product-price-box li span.product-price-label {
        line-height: 1;
        display: inline-block;
    }
    .template-index .grid .grid__item .grid-view-item ul.product-price-box li span.product-price__price,
    .template-index .grid .grid__item .grid-view-item ul.product-price-box li span.product-price__emi {
        line-height: 1;
        display: block;
    }
    .template-index .textimonials-wrapper .quotes-slider .slick-list {
        width: 100%;
        padding: 0;
    }
    .template-index .testimonials-slider .left-content .brand-logo-list {
        margin-top: 20px;
    }
    .template-index .testimonials-slider .right-content .review-block-wrapper .logo-icon {
        margin: 0 auto;
    }
    .template-index .textimonials-wrapper .quotes-slider .slick-arrow {
        display: none !important;
    }
    .template-index .newsletter-section .newsetter-inner-wrap .section-header .h2 {
        text-transform: inherit;
    }
    .template-index .newsletter-section {
        background: transparent linear-gradient(64deg, #407abe 0%, #014fa8 100%) 0% 0% no-repeat padding-box;
    }
    .template-index .newsletter-section .newsetter-inner-wrap .section-header p {
        font-size: 14px;
    }
    .footer-section .footer-nav .footer-nav-inner .footer-nav .footer-sub-nav-wrapper .nav-sub-header {
        font-size: 14px;
    }
    .footer-section .footer-nav .footer-nav-inner {
        padding: 0 15px;
    }
    .template-product span.title-up-text,
    .template-product .product-single__title {
        font-weight: 900 !important;
    }
    .template-flo-labs .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item:nth-child(even) .featured-variant-title .featured-variant-title-txt::before,
    .template-flo-labs .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item:nth-child(odd) .featured-variant-title .featured-variant-title-txt::before {
        display: none;
    }
    .template-flo-labs .newsletter-section-wrapper,
    .template-flo-labs .content-wrapper {
        background: transparent linear-gradient(64deg, #407abe 0%, #014fa8 100%) 0% 0% no-repeat padding-box;
    }
    .template-flo-labs .newsletter-section-wrapper .form-wrapper p {
        display: none;
    }
    .template-flo-labs .btn-buynow.btn-trans-blue .btn-text {
        font-weight: 900;
        text-transform: capitalize;
        font-size: 16px;
    }
    .template-flo-labs .btn-buynow.btn-trans-blue .btn-icon svg {
        width: 18px;
        height: 18px;
    }
    .template-name-instabed .product-single__meta .product-single__title span {
        font-size: 22px;
        margin-bottom: 15px;
        display: block;
    }
    .template-name-instabed #AddToCart-product-template-instabed #AddToCartText-product-template-instabed {
        font-size: 18px;
        font-weight: 900;
    }
    .template-name-instabed #AddToCart-product-template-instabed .btn-icon svg path {
        fill: #6594ca;
    }
    .template-name-instabed .icon-with-text-content {
        background: transparent linear-gradient(340deg, #407abe 0%, #0a4ea8 100%) 0% 0% no-repeat padding-box !important;
    }
    .template-name-instabed .textimonials-wrapper .slick-dots li.slick-active button:before {
        color: #ffa500;
    }
    .template-name-instabed .textimonials-wrapper .slick-dots li button::before {
        color: #ffa500;
        opacity: 0.4;
    }
}

/*  mobile device issue solved end */

/*  hp-product-block-wrapper start */

.hp-product-block-wrapper .section-header {
    margin-bottom: 0;
}

.hp-product-block-wrapper .section-header .section-heading {
    letter-spacing: 0px;
    color: #3b444d;
    text-align: center;
    font-size: 40px;
    line-height: 51px;
    font-weight: 600;
    font-style: normal;
    margin: 0;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .hp-product-block-wrapper .section-header .section-heading {
        font-size: 24px;
        margin-bottom: 48px;
        line-height: 31px;
    }
}

@media (max-width: 767px) {
    .hp-product-block-wrapper .product-block {
        padding-bottom: 75px;
    }
}

@media (min-width: 1200px) {
    .hp-product-block-wrapper .product-block .item-list {
        padding: 0 35px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .hp-product-block-wrapper .product-block .item-list {
        padding: 0 20px;
    }
}

.hp-product-block-wrapper .product-block .item-list .header-block {
    background: #f9fafc;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.hp-product-block-wrapper .product-block .item-list .header-block .title p {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0;
    font-weight: 900;
    color: #3b444d;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .hp-product-block-wrapper .product-block .item-list .header-block .title p {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 7px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hp-product-block-wrapper .product-block .item-list .header-block .title p {
        font-size: 20px;
    }
}

.hp-product-block-wrapper .product-block .item-list .header-block .title p strong {
    color: #71d146;
    font-weight: 900;
}

@media (max-width: 767px) {
    .hp-product-block-wrapper .product-block .item-list .header-block .title p strong {
        color: #fc8612;
    }
}

.hp-product-block-wrapper .product-block .item-list .header-block .title p em {
    font-style: normal;
}

.hp-product-block-wrapper .product-block .item-list .header-block .short-desc p {
    max-width: 200px;
    display: inline-block;
    margin: 0 auto;
    color: #6d7a82;
    font-size: 14px;
    line-height: 17px;
}

.hp-product-block-wrapper .product-block .item-list:nth-of-type(odd) .title p strong {
    color: #fc8612;
}

.hp-product-block-wrapper .product-block .item-list .img {
    line-height: 0;
    text-align: center;
    width: 100%;
}

.hp-product-block-wrapper .product-block .item-list .img img {
    max-width: 100%;
    width: 100%;
    height: 238px;
    border-radius: 10px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .hp-product-block-wrapper .product-block .item-list .img img {
        max-width: 100%;
        height: 100%;
    }
}

.hp-product-block-wrapper .product-block .item-list .item-info .price-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 29px;
    margin-top: 14px;
}

@media (max-width: 767px) {
    .hp-product-block-wrapper .product-block .item-list .item-info .price-wrap {
        margin-top: 20px;
    }
}

.hp-product-block-wrapper .product-block .item-list .item-info .price-wrap span {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.hp-product-block-wrapper .product-block .item-list .item-info .price-wrap span.price,
.hp-product-block-wrapper .product-block .item-list .item-info .price-wrap span.emi-price {
    color: #3b444d;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    font-weight: 900;
}

@media (max-width: 767px) {
    .hp-product-block-wrapper .product-block .item-list .item-info .price-wrap span.price,
    .hp-product-block-wrapper .product-block .item-list .item-info .price-wrap span.emi-price {
        font-size: 20px;
        line-height: 25px;
    }
}

.hp-product-block-wrapper .product-block .item-list .item-info .price-wrap span.price small,
.hp-product-block-wrapper .product-block .item-list .item-info .price-wrap span.emi-price small {
    display: block;
    color: #6d7a82;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}

.hp-product-block-wrapper .product-block .item-list .item-info .btn {
    width: 100%;
    padding: 11px 17px;
}

.hp-product-block-wrapper .product-block .item-list .item-info .btn .btn-text {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 500;
    font-style: normal;
}

.hp-product-block-wrapper .product-block .item-list .item-info .btn .btn-icon {
    width: 20px;
    height: 20px;
}

.hp-product-block-wrapper .product-block .item-list .item-info .btn .btn-icon svg {
    width: 100%;
    height: 100%;
    padding: 0;
}

@media (max-width: 767px) {
    .hp-product-block-wrapper .product-block .item-list .item-info .btn .btn-icon svg {
        max-width: 15px;
    }
}

.hp-product-block-wrapper .product-block .item-list .item-info .btn .btn-icon svg path {
    fill: #6594ca;
}

.hp-product-block-wrapper .product-block .slick-arrow {
    background: url(https://cdn.shopify.com/s/files/1/0065/7306/4236/files/left-side-arroww.png?v=1659362459);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    outline: none;
    width: 30px;
    height: 30px;
    z-index: 99;
}

.hp-product-block-wrapper .product-block .slick-arrow:before {
    display: none;
}

.hp-product-block-wrapper .product-block .slick-arrow.slick-next {
    right: 15px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 39.7%;
}

.hp-product-block-wrapper .product-block .slick-arrow.slick-prev {
    left: 15px;
    top: 42.3%;
}

.hp-product-block-wrapper .product-block .slick-dots {
    left: 50%;
    bottom: 10px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}

.hp-product-block-wrapper .product-block .slick-dots li button {
    background: #fc8612;
    opacity: 0.4;
    border-radius: 50%;
    outline: none;
}

.hp-product-block-wrapper .product-block .slick-dots li button::before {
    display: none;
}

.hp-product-block-wrapper .product-block .slick-dots li.slick-active {
    width: 22px;
}

.hp-product-block-wrapper .product-block .slick-dots li.slick-active button {
    width: 100%;
    height: 12px;
    opacity: 1;
    border-radius: 10px;
}

/*  hp-product-block-wrapper end */

.coupon-code-wrapper {
    color: #333;
    background-color: #265189;
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0;
}

.coupon-code-wrapper p {
    padding: 0;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    color: white;
}

.site-footer .footer-bottom-menu .accordian_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 30px 0px 15px;
    border: none;
    background: transparent;
    width: 100%;
}

@media (max-width: 767px) {
    .site-footer .footer-bottom-menu .accordian_btn {
        justify-content: center;
    }
}

.site-footer .footer-bottom-menu .accordian_btn p {
    cursor: pointer;
    display: block;
    padding: 0;
    align-self: center;
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    color: #004ea8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.site-footer .footer-bottom-menu .accordian_btn .down {
    padding-bottom: 2px;
    cursor: pointer;
}

.site-footer .footer-bottom-menu .accordian_btn .down:after {
    content: "\25bc";
    padding-left: 0.5em;
    color: #265189;
}

.site-footer .footer-bottom-menu .accordian_footer {
    display: inline-block;
    margin: 0 0 15px 0;
}

@media (max-width: 767px) {
    .site-footer .footer-bottom-menu .accordian_footer {
        padding: 15px;
        text-align: center;
    }
}

.site-footer .footer-bottom-menu .accordian_footer .accordian_items {
    display: inline-block !important;
    position: relative;
    margin: 0 10px 0 0;
    padding: 0;
}

.site-footer .footer-bottom-menu .accordian_footer .accordian_items a {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    color: #3b444d;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
}

.site-footer .footer-bottom-menu .accordian_footer .accordian_items a:last-child {
    border: none;
}

.site-footer .footer-bottom-menu .accordian_footer .accordian_items:not(:last-child) a {
    border-right: 1px solid #3b444d;
    padding-right: 10px;
}

.site-footer .footer-bottom-menu .accordian_footer p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 19px;
    color: #3b444d;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 15px;
}

.site-footer .footer-bottom-menu .accordian_footer p a,
.site-footer .footer-bottom-menu .accordian_footer p span {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 19px;
    color: #3b444d;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: underline;
}

.style-color {
    color: white;
    background: #265189;
}

#shopify-section-plp-pxs-rich-text .pxs-rich-text,
#shopify-section-plp-pxs-rich-text-2 .pxs-rich-text,
#shopify-section-pxs-rich-text-2 .pxs-rich-text,
#shopify-section-pxs-rich-text_banglore .pxs-rich-text,
#shopify-section-pxs-rich-text_delhi .pxs-rich-text,
#shopify-section-pxs-rich-text_mumbai .pxs-rich-text,
#shopify-section-pxs-rich-text_hyderabad .pxs-rich-text,
#shopify-section-pxs-rich-text_pune .pxs-rich-text {
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 90px;
}

@media (min-width: 768px) {
    #shopify-section-plp-home-alternating-content .module-wrapper:nth-of-type(2) .home-left-right-feature,
    #shopify-section-home-alternating-content_banglore .module-wrapper:nth-of-type(2) .home-left-right-feature,
    #shopify-section-home-alternating-content_delhi .module-wrapper:nth-of-type(2) .home-left-right-feature,
    #shopify-section-home-alternating-content_pune .module-wrapper:nth-of-type(2) .home-left-right-feature,
    #shopify-section-home-alternating-content_mumbai .module-wrapper:nth-of-type(2) .home-left-right-feature,
    #shopify-section-home-alternating-content_hyderabad .module-wrapper:nth-of-type(2) .home-left-right-feature {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -moz-box-direction: reverse;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

#shopify-section-plp-home-alternating-content .module-wrapper.style-color h3,
#shopify-section-plp-home-alternating-content .module-wrapper.style-color p,
#shopify-section-home-alternating-content_banglore .module-wrapper.style-color h3,
#shopify-section-home-alternating-content_banglore .module-wrapper.style-color p,
#shopify-section-home-alternating-content_delhi .module-wrapper.style-color h3,
#shopify-section-home-alternating-content_delhi .module-wrapper.style-color p,
#shopify-section-home-alternating-content_pune .module-wrapper.style-color h3,
#shopify-section-home-alternating-content_pune .module-wrapper.style-color p,
#shopify-section-home-alternating-content_mumbai .module-wrapper.style-color h3,
#shopify-section-home-alternating-content_mumbai .module-wrapper.style-color p,
#shopify-section-home-alternating-content_hyderabad .module-wrapper.style-color h3,
#shopify-section-home-alternating-content_hyderabad .module-wrapper.style-color p {
    color: white;
}

#shopify-section-plp-home-alternating-content .home-left-right-feature,
#shopify-section-home-alternating-content_banglore .home-left-right-feature,
#shopify-section-home-alternating-content_delhi .home-left-right-feature,
#shopify-section-home-alternating-content_pune .home-left-right-feature,
#shopify-section-home-alternating-content_mumbai .home-left-right-feature,
#shopify-section-home-alternating-content_hyderabad .home-left-right-feature {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#shopify-section-plp-home-alternating-content .home-left-right-feature .home-left-right-section,
#shopify-section-home-alternating-content_banglore .home-left-right-feature .home-left-right-section,
#shopify-section-home-alternating-content_delhi .home-left-right-feature .home-left-right-section,
#shopify-section-home-alternating-content_pune .home-left-right-feature .home-left-right-section,
#shopify-section-home-alternating-content_mumbai .home-left-right-feature .home-left-right-section,
#shopify-section-home-alternating-content_hyderabad .home-left-right-feature .home-left-right-section {
    width: 50%;
}

@media (max-width: 767px) {
    #shopify-section-plp-home-alternating-content .home-left-right-feature .home-left-right-section,
    #shopify-section-home-alternating-content_banglore .home-left-right-feature .home-left-right-section,
    #shopify-section-home-alternating-content_delhi .home-left-right-feature .home-left-right-section,
    #shopify-section-home-alternating-content_pune .home-left-right-feature .home-left-right-section,
    #shopify-section-home-alternating-content_mumbai .home-left-right-feature .home-left-right-section,
    #shopify-section-home-alternating-content_hyderabad .home-left-right-feature .home-left-right-section {
        width: 100%;
    }
}

#shopify-section-plp-home-alternating-content .home-left-right-feature .home-left-right-section.home-left-right-text,
#shopify-section-home-alternating-content_banglore .home-left-right-feature .home-left-right-section.home-left-right-text,
#shopify-section-home-alternating-content_delhi .home-left-right-feature .home-left-right-section.home-left-right-text,
#shopify-section-home-alternating-content_pune .home-left-right-feature .home-left-right-section.home-left-right-text,
#shopify-section-home-alternating-content_mumbai .home-left-right-feature .home-left-right-section.home-left-right-text,
#shopify-section-home-alternating-content_hyderabad .home-left-right-feature .home-left-right-section.home-left-right-text {
    padding: 30px 60px 45px;
    text-align: left;
}

@media (max-width: 767px) {
    #shopify-section-plp-home-alternating-content .home-left-right-feature .home-left-right-section.home-left-right-text,
    #shopify-section-home-alternating-content_banglore .home-left-right-feature .home-left-right-section.home-left-right-text,
    #shopify-section-home-alternating-content_delhi .home-left-right-feature .home-left-right-section.home-left-right-text,
    #shopify-section-home-alternating-content_pune .home-left-right-feature .home-left-right-section.home-left-right-text,
    #shopify-section-home-alternating-content_mumbai .home-left-right-feature .home-left-right-section.home-left-right-text,
    #shopify-section-home-alternating-content_hyderabad .home-left-right-feature .home-left-right-section.home-left-right-text {
        text-align: center;
    }
}

#shopify-section-plp-home-alternating-content .home-left-right-feature .home-left-right-section.home-left-right-text .button,
#shopify-section-home-alternating-content_banglore .home-left-right-feature .home-left-right-section.home-left-right-text .button,
#shopify-section-home-alternating-content_delhi .home-left-right-feature .home-left-right-section.home-left-right-text .button,
#shopify-section-home-alternating-content_pune .home-left-right-feature .home-left-right-section.home-left-right-text .button,
#shopify-section-home-alternating-content_mumbai .home-left-right-feature .home-left-right-section.home-left-right-text .button,
#shopify-section-home-alternating-content_hyderabad .home-left-right-feature .home-left-right-section.home-left-right-text .button {
    font-style: normal;
    font-weight: 700;
    -webkit-border-radius: 27.5px;
    -khtml-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
    border-radius: 27.5px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    cursor: pointer;
    background: white;
    color: #265189;
    border: 1px solid #265189;
    display: inline-block;
    border-radius: 50px;
    margin-top: 30px;
}

#shopify-section-plp-home-alternating-content .home-left-right-feature .home-left-right-section.home-left-right-text .button:hover,
#shopify-section-home-alternating-content_banglore .home-left-right-feature .home-left-right-section.home-left-right-text .button:hover,
#shopify-section-home-alternating-content_delhi .home-left-right-feature .home-left-right-section.home-left-right-text .button:hover,
#shopify-section-home-alternating-content_pune .home-left-right-feature .home-left-right-section.home-left-right-text .button:hover,
#shopify-section-home-alternating-content_mumbai .home-left-right-feature .home-left-right-section.home-left-right-text .button:hover,
#shopify-section-home-alternating-content_hyderabad .home-left-right-feature .home-left-right-section.home-left-right-text .button:hover {
    background: #265189;
    border: 1px solid white;
    color: white;
}

#shopify-section-plp-home-alternating-content .home-left-right-feature .home-left-right-section.home-left-right-media,
#shopify-section-home-alternating-content_banglore .home-left-right-feature .home-left-right-section.home-left-right-media,
#shopify-section-home-alternating-content_delhi .home-left-right-feature .home-left-right-section.home-left-right-media,
#shopify-section-home-alternating-content_pune .home-left-right-feature .home-left-right-section.home-left-right-media,
#shopify-section-home-alternating-content_mumbai .home-left-right-feature .home-left-right-section.home-left-right-media,
#shopify-section-home-alternating-content_hyderabad .home-left-right-feature .home-left-right-section.home-left-right-media {
    line-height: 0;
}

#shopify-section-plp-home-alternating-content .home-left-right-feature .home-left-right-section.home-left-right-media img,
#shopify-section-home-alternating-content_banglore .home-left-right-feature .home-left-right-section.home-left-right-media img,
#shopify-section-home-alternating-content_delhi .home-left-right-feature .home-left-right-section.home-left-right-media img,
#shopify-section-home-alternating-content_pune .home-left-right-feature .home-left-right-section.home-left-right-media img,
#shopify-section-home-alternating-content_mumbai .home-left-right-feature .home-left-right-section.home-left-right-media img,
#shopify-section-home-alternating-content_hyderabad .home-left-right-feature .home-left-right-section.home-left-right-media img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#shopify-section-plp-promise-section-2 .module,
#shopify-section-plp-promise-section .module,
#shopify-section-promise_section_banglore .module,
#shopify-section-promise_section-2_banglore .module,
#shopify-section-promise_section_mumbai .module,
#shopify-section-promise_section-2_mumbai .module,
#shopify-section-promise_section_delhi .module,
#shopify-section-promise_section-2_delhi .module,
#shopify-section-promise_section_hyderabad .module,
#shopify-section-promise_section-2_hyderabad .module,
#shopify-section-promise_section_pune .module,
#shopify-section-promise_section-2_pune .module {
    padding: 90px 0 90px 0;
    max-width: 90% !important;
    margin: 0 auto;
}

#shopify-section-plp-promise-section-2 .module .main_head,
#shopify-section-plp-promise-section .module .main_head,
#shopify-section-promise_section_banglore .module .main_head,
#shopify-section-promise_section-2_banglore .module .main_head,
#shopify-section-promise_section_mumbai .module .main_head,
#shopify-section-promise_section-2_mumbai .module .main_head,
#shopify-section-promise_section_delhi .module .main_head,
#shopify-section-promise_section-2_delhi .module .main_head,
#shopify-section-promise_section_hyderabad .module .main_head,
#shopify-section-promise_section-2_hyderabad .module .main_head,
#shopify-section-promise_section_pune .module .main_head,
#shopify-section-promise_section-2_pune .module .main_head {
    margin: 0 0 10px 0;
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    color: white;
}

#shopify-section-plp-promise-section-2 .module .sections_div,
#shopify-section-plp-promise-section .module .sections_div,
#shopify-section-promise_section_banglore .module .sections_div,
#shopify-section-promise_section-2_banglore .module .sections_div,
#shopify-section-promise_section_mumbai .module .sections_div,
#shopify-section-promise_section-2_mumbai .module .sections_div,
#shopify-section-promise_section_delhi .module .sections_div,
#shopify-section-promise_section-2_delhi .module .sections_div,
#shopify-section-promise_section_hyderabad .module .sections_div,
#shopify-section-promise_section-2_hyderabad .module .sections_div,
#shopify-section-promise_section_pune .module .sections_div,
#shopify-section-promise_section-2_pune .module .sections_div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#shopify-section-plp-promise-section-2 .module .sections_div .section-1,
#shopify-section-plp-promise-section-2 .module .sections_div .section-3,
#shopify-section-plp-promise-section .module .sections_div .section-1,
#shopify-section-plp-promise-section .module .sections_div .section-3,
#shopify-section-promise_section_banglore .module .sections_div .section-1,
#shopify-section-promise_section_banglore .module .sections_div .section-3,
#shopify-section-promise_section-2_banglore .module .sections_div .section-1,
#shopify-section-promise_section-2_banglore .module .sections_div .section-3,
#shopify-section-promise_section_mumbai .module .sections_div .section-1,
#shopify-section-promise_section_mumbai .module .sections_div .section-3,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-1,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-3,
#shopify-section-promise_section_delhi .module .sections_div .section-1,
#shopify-section-promise_section_delhi .module .sections_div .section-3,
#shopify-section-promise_section-2_delhi .module .sections_div .section-1,
#shopify-section-promise_section-2_delhi .module .sections_div .section-3,
#shopify-section-promise_section_hyderabad .module .sections_div .section-1,
#shopify-section-promise_section_hyderabad .module .sections_div .section-3,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-1,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-3,
#shopify-section-promise_section_pune .module .sections_div .section-1,
#shopify-section-promise_section_pune .module .sections_div .section-3,
#shopify-section-promise_section-2_pune .module .sections_div .section-1,
#shopify-section-promise_section-2_pune .module .sections_div .section-3 {
    padding: 60px 60px;
    width: 50%;
    text-align: center;
}

@media (max-width: 767px) {
    #shopify-section-plp-promise-section-2 .module .sections_div .section-1,
    #shopify-section-plp-promise-section-2 .module .sections_div .section-3,
    #shopify-section-plp-promise-section .module .sections_div .section-1,
    #shopify-section-plp-promise-section .module .sections_div .section-3,
    #shopify-section-promise_section_banglore .module .sections_div .section-1,
    #shopify-section-promise_section_banglore .module .sections_div .section-3,
    #shopify-section-promise_section-2_banglore .module .sections_div .section-1,
    #shopify-section-promise_section-2_banglore .module .sections_div .section-3,
    #shopify-section-promise_section_mumbai .module .sections_div .section-1,
    #shopify-section-promise_section_mumbai .module .sections_div .section-3,
    #shopify-section-promise_section-2_mumbai .module .sections_div .section-1,
    #shopify-section-promise_section-2_mumbai .module .sections_div .section-3,
    #shopify-section-promise_section_delhi .module .sections_div .section-1,
    #shopify-section-promise_section_delhi .module .sections_div .section-3,
    #shopify-section-promise_section-2_delhi .module .sections_div .section-1,
    #shopify-section-promise_section-2_delhi .module .sections_div .section-3,
    #shopify-section-promise_section_hyderabad .module .sections_div .section-1,
    #shopify-section-promise_section_hyderabad .module .sections_div .section-3,
    #shopify-section-promise_section-2_hyderabad .module .sections_div .section-1,
    #shopify-section-promise_section-2_hyderabad .module .sections_div .section-3,
    #shopify-section-promise_section_pune .module .sections_div .section-1,
    #shopify-section-promise_section_pune .module .sections_div .section-3,
    #shopify-section-promise_section-2_pune .module .sections_div .section-1,
    #shopify-section-promise_section-2_pune .module .sections_div .section-3 {
        width: 100%;
        padding: 15px;
    }
}

#shopify-section-plp-promise-section-2 .module .sections_div .section-1 .top,
#shopify-section-plp-promise-section-2 .module .sections_div .section-1 .bottom,
#shopify-section-plp-promise-section-2 .module .sections_div .section-3 .top,
#shopify-section-plp-promise-section-2 .module .sections_div .section-3 .bottom,
#shopify-section-plp-promise-section .module .sections_div .section-1 .top,
#shopify-section-plp-promise-section .module .sections_div .section-1 .bottom,
#shopify-section-plp-promise-section .module .sections_div .section-3 .top,
#shopify-section-plp-promise-section .module .sections_div .section-3 .bottom,
#shopify-section-promise_section_banglore .module .sections_div .section-1 .top,
#shopify-section-promise_section_banglore .module .sections_div .section-1 .bottom,
#shopify-section-promise_section_banglore .module .sections_div .section-3 .top,
#shopify-section-promise_section_banglore .module .sections_div .section-3 .bottom,
#shopify-section-promise_section-2_banglore .module .sections_div .section-1 .top,
#shopify-section-promise_section-2_banglore .module .sections_div .section-1 .bottom,
#shopify-section-promise_section-2_banglore .module .sections_div .section-3 .top,
#shopify-section-promise_section-2_banglore .module .sections_div .section-3 .bottom,
#shopify-section-promise_section_mumbai .module .sections_div .section-1 .top,
#shopify-section-promise_section_mumbai .module .sections_div .section-1 .bottom,
#shopify-section-promise_section_mumbai .module .sections_div .section-3 .top,
#shopify-section-promise_section_mumbai .module .sections_div .section-3 .bottom,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-1 .top,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-1 .bottom,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-3 .top,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-3 .bottom,
#shopify-section-promise_section_delhi .module .sections_div .section-1 .top,
#shopify-section-promise_section_delhi .module .sections_div .section-1 .bottom,
#shopify-section-promise_section_delhi .module .sections_div .section-3 .top,
#shopify-section-promise_section_delhi .module .sections_div .section-3 .bottom,
#shopify-section-promise_section-2_delhi .module .sections_div .section-1 .top,
#shopify-section-promise_section-2_delhi .module .sections_div .section-1 .bottom,
#shopify-section-promise_section-2_delhi .module .sections_div .section-3 .top,
#shopify-section-promise_section-2_delhi .module .sections_div .section-3 .bottom,
#shopify-section-promise_section_hyderabad .module .sections_div .section-1 .top,
#shopify-section-promise_section_hyderabad .module .sections_div .section-1 .bottom,
#shopify-section-promise_section_hyderabad .module .sections_div .section-3 .top,
#shopify-section-promise_section_hyderabad .module .sections_div .section-3 .bottom,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-1 .top,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-1 .bottom,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-3 .top,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-3 .bottom,
#shopify-section-promise_section_pune .module .sections_div .section-1 .top,
#shopify-section-promise_section_pune .module .sections_div .section-1 .bottom,
#shopify-section-promise_section_pune .module .sections_div .section-3 .top,
#shopify-section-promise_section_pune .module .sections_div .section-3 .bottom,
#shopify-section-promise_section-2_pune .module .sections_div .section-1 .top,
#shopify-section-promise_section-2_pune .module .sections_div .section-1 .bottom,
#shopify-section-promise_section-2_pune .module .sections_div .section-3 .top,
#shopify-section-promise_section-2_pune .module .sections_div .section-3 .bottom {
    margin: 60px 0;
}

@media (max-width: 767px) {
    #shopify-section-plp-promise-section-2 .module .sections_div .section-1 .top,
    #shopify-section-plp-promise-section-2 .module .sections_div .section-1 .bottom,
    #shopify-section-plp-promise-section-2 .module .sections_div .section-3 .top,
    #shopify-section-plp-promise-section-2 .module .sections_div .section-3 .bottom,
    #shopify-section-plp-promise-section .module .sections_div .section-1 .top,
    #shopify-section-plp-promise-section .module .sections_div .section-1 .bottom,
    #shopify-section-plp-promise-section .module .sections_div .section-3 .top,
    #shopify-section-plp-promise-section .module .sections_div .section-3 .bottom,
    #shopify-section-promise_section_banglore .module .sections_div .section-1 .top,
    #shopify-section-promise_section_banglore .module .sections_div .section-1 .bottom,
    #shopify-section-promise_section_banglore .module .sections_div .section-3 .top,
    #shopify-section-promise_section_banglore .module .sections_div .section-3 .bottom,
    #shopify-section-promise_section-2_banglore .module .sections_div .section-1 .top,
    #shopify-section-promise_section-2_banglore .module .sections_div .section-1 .bottom,
    #shopify-section-promise_section-2_banglore .module .sections_div .section-3 .top,
    #shopify-section-promise_section-2_banglore .module .sections_div .section-3 .bottom,
    #shopify-section-promise_section_mumbai .module .sections_div .section-1 .top,
    #shopify-section-promise_section_mumbai .module .sections_div .section-1 .bottom,
    #shopify-section-promise_section_mumbai .module .sections_div .section-3 .top,
    #shopify-section-promise_section_mumbai .module .sections_div .section-3 .bottom,
    #shopify-section-promise_section-2_mumbai .module .sections_div .section-1 .top,
    #shopify-section-promise_section-2_mumbai .module .sections_div .section-1 .bottom,
    #shopify-section-promise_section-2_mumbai .module .sections_div .section-3 .top,
    #shopify-section-promise_section-2_mumbai .module .sections_div .section-3 .bottom,
    #shopify-section-promise_section_delhi .module .sections_div .section-1 .top,
    #shopify-section-promise_section_delhi .module .sections_div .section-1 .bottom,
    #shopify-section-promise_section_delhi .module .sections_div .section-3 .top,
    #shopify-section-promise_section_delhi .module .sections_div .section-3 .bottom,
    #shopify-section-promise_section-2_delhi .module .sections_div .section-1 .top,
    #shopify-section-promise_section-2_delhi .module .sections_div .section-1 .bottom,
    #shopify-section-promise_section-2_delhi .module .sections_div .section-3 .top,
    #shopify-section-promise_section-2_delhi .module .sections_div .section-3 .bottom,
    #shopify-section-promise_section_hyderabad .module .sections_div .section-1 .top,
    #shopify-section-promise_section_hyderabad .module .sections_div .section-1 .bottom,
    #shopify-section-promise_section_hyderabad .module .sections_div .section-3 .top,
    #shopify-section-promise_section_hyderabad .module .sections_div .section-3 .bottom,
    #shopify-section-promise_section-2_hyderabad .module .sections_div .section-1 .top,
    #shopify-section-promise_section-2_hyderabad .module .sections_div .section-1 .bottom,
    #shopify-section-promise_section-2_hyderabad .module .sections_div .section-3 .top,
    #shopify-section-promise_section-2_hyderabad .module .sections_div .section-3 .bottom,
    #shopify-section-promise_section_pune .module .sections_div .section-1 .top,
    #shopify-section-promise_section_pune .module .sections_div .section-1 .bottom,
    #shopify-section-promise_section_pune .module .sections_div .section-3 .top,
    #shopify-section-promise_section_pune .module .sections_div .section-3 .bottom,
    #shopify-section-promise_section-2_pune .module .sections_div .section-1 .top,
    #shopify-section-promise_section-2_pune .module .sections_div .section-1 .bottom,
    #shopify-section-promise_section-2_pune .module .sections_div .section-3 .top,
    #shopify-section-promise_section-2_pune .module .sections_div .section-3 .bottom {
        margin: 15px 0;
    }
}

#shopify-section-plp-promise-section-2 .module .sections_div .section-1 .top .icons,
#shopify-section-plp-promise-section-2 .module .sections_div .section-1 .bottom .icons,
#shopify-section-plp-promise-section-2 .module .sections_div .section-3 .top .icons,
#shopify-section-plp-promise-section-2 .module .sections_div .section-3 .bottom .icons,
#shopify-section-plp-promise-section .module .sections_div .section-1 .top .icons,
#shopify-section-plp-promise-section .module .sections_div .section-1 .bottom .icons,
#shopify-section-plp-promise-section .module .sections_div .section-3 .top .icons,
#shopify-section-plp-promise-section .module .sections_div .section-3 .bottom .icons,
#shopify-section-promise_section_banglore .module .sections_div .section-1 .top .icons,
#shopify-section-promise_section_banglore .module .sections_div .section-1 .bottom .icons,
#shopify-section-promise_section_banglore .module .sections_div .section-3 .top .icons,
#shopify-section-promise_section_banglore .module .sections_div .section-3 .bottom .icons,
#shopify-section-promise_section-2_banglore .module .sections_div .section-1 .top .icons,
#shopify-section-promise_section-2_banglore .module .sections_div .section-1 .bottom .icons,
#shopify-section-promise_section-2_banglore .module .sections_div .section-3 .top .icons,
#shopify-section-promise_section-2_banglore .module .sections_div .section-3 .bottom .icons,
#shopify-section-promise_section_mumbai .module .sections_div .section-1 .top .icons,
#shopify-section-promise_section_mumbai .module .sections_div .section-1 .bottom .icons,
#shopify-section-promise_section_mumbai .module .sections_div .section-3 .top .icons,
#shopify-section-promise_section_mumbai .module .sections_div .section-3 .bottom .icons,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-1 .top .icons,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-1 .bottom .icons,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-3 .top .icons,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-3 .bottom .icons,
#shopify-section-promise_section_delhi .module .sections_div .section-1 .top .icons,
#shopify-section-promise_section_delhi .module .sections_div .section-1 .bottom .icons,
#shopify-section-promise_section_delhi .module .sections_div .section-3 .top .icons,
#shopify-section-promise_section_delhi .module .sections_div .section-3 .bottom .icons,
#shopify-section-promise_section-2_delhi .module .sections_div .section-1 .top .icons,
#shopify-section-promise_section-2_delhi .module .sections_div .section-1 .bottom .icons,
#shopify-section-promise_section-2_delhi .module .sections_div .section-3 .top .icons,
#shopify-section-promise_section-2_delhi .module .sections_div .section-3 .bottom .icons,
#shopify-section-promise_section_hyderabad .module .sections_div .section-1 .top .icons,
#shopify-section-promise_section_hyderabad .module .sections_div .section-1 .bottom .icons,
#shopify-section-promise_section_hyderabad .module .sections_div .section-3 .top .icons,
#shopify-section-promise_section_hyderabad .module .sections_div .section-3 .bottom .icons,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-1 .top .icons,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-1 .bottom .icons,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-3 .top .icons,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-3 .bottom .icons,
#shopify-section-promise_section_pune .module .sections_div .section-1 .top .icons,
#shopify-section-promise_section_pune .module .sections_div .section-1 .bottom .icons,
#shopify-section-promise_section_pune .module .sections_div .section-3 .top .icons,
#shopify-section-promise_section_pune .module .sections_div .section-3 .bottom .icons,
#shopify-section-promise_section-2_pune .module .sections_div .section-1 .top .icons,
#shopify-section-promise_section-2_pune .module .sections_div .section-1 .bottom .icons,
#shopify-section-promise_section-2_pune .module .sections_div .section-3 .top .icons,
#shopify-section-promise_section-2_pune .module .sections_div .section-3 .bottom .icons {
    margin-bottom: 15px;
    height: 58px;
    width: initial;
}

#shopify-section-plp-promise-section-2 .module .sections_div .section-1 .top h3,
#shopify-section-plp-promise-section-2 .module .sections_div .section-1 .bottom h3,
#shopify-section-plp-promise-section-2 .module .sections_div .section-3 .top h3,
#shopify-section-plp-promise-section-2 .module .sections_div .section-3 .bottom h3,
#shopify-section-plp-promise-section .module .sections_div .section-1 .top h3,
#shopify-section-plp-promise-section .module .sections_div .section-1 .bottom h3,
#shopify-section-plp-promise-section .module .sections_div .section-3 .top h3,
#shopify-section-plp-promise-section .module .sections_div .section-3 .bottom h3,
#shopify-section-promise_section_banglore .module .sections_div .section-1 .top h3,
#shopify-section-promise_section_banglore .module .sections_div .section-1 .bottom h3,
#shopify-section-promise_section_banglore .module .sections_div .section-3 .top h3,
#shopify-section-promise_section_banglore .module .sections_div .section-3 .bottom h3,
#shopify-section-promise_section-2_banglore .module .sections_div .section-1 .top h3,
#shopify-section-promise_section-2_banglore .module .sections_div .section-1 .bottom h3,
#shopify-section-promise_section-2_banglore .module .sections_div .section-3 .top h3,
#shopify-section-promise_section-2_banglore .module .sections_div .section-3 .bottom h3,
#shopify-section-promise_section_mumbai .module .sections_div .section-1 .top h3,
#shopify-section-promise_section_mumbai .module .sections_div .section-1 .bottom h3,
#shopify-section-promise_section_mumbai .module .sections_div .section-3 .top h3,
#shopify-section-promise_section_mumbai .module .sections_div .section-3 .bottom h3,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-1 .top h3,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-1 .bottom h3,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-3 .top h3,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-3 .bottom h3,
#shopify-section-promise_section_delhi .module .sections_div .section-1 .top h3,
#shopify-section-promise_section_delhi .module .sections_div .section-1 .bottom h3,
#shopify-section-promise_section_delhi .module .sections_div .section-3 .top h3,
#shopify-section-promise_section_delhi .module .sections_div .section-3 .bottom h3,
#shopify-section-promise_section-2_delhi .module .sections_div .section-1 .top h3,
#shopify-section-promise_section-2_delhi .module .sections_div .section-1 .bottom h3,
#shopify-section-promise_section-2_delhi .module .sections_div .section-3 .top h3,
#shopify-section-promise_section-2_delhi .module .sections_div .section-3 .bottom h3,
#shopify-section-promise_section_hyderabad .module .sections_div .section-1 .top h3,
#shopify-section-promise_section_hyderabad .module .sections_div .section-1 .bottom h3,
#shopify-section-promise_section_hyderabad .module .sections_div .section-3 .top h3,
#shopify-section-promise_section_hyderabad .module .sections_div .section-3 .bottom h3,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-1 .top h3,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-1 .bottom h3,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-3 .top h3,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-3 .bottom h3,
#shopify-section-promise_section_pune .module .sections_div .section-1 .top h3,
#shopify-section-promise_section_pune .module .sections_div .section-1 .bottom h3,
#shopify-section-promise_section_pune .module .sections_div .section-3 .top h3,
#shopify-section-promise_section_pune .module .sections_div .section-3 .bottom h3,
#shopify-section-promise_section-2_pune .module .sections_div .section-1 .top h3,
#shopify-section-promise_section-2_pune .module .sections_div .section-1 .bottom h3,
#shopify-section-promise_section-2_pune .module .sections_div .section-3 .top h3,
#shopify-section-promise_section-2_pune .module .sections_div .section-3 .bottom h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 32px;
    color: white;
}

#shopify-section-plp-promise-section-2 .module .sections_div .section-1 .top p,
#shopify-section-plp-promise-section-2 .module .sections_div .section-1 .bottom p,
#shopify-section-plp-promise-section-2 .module .sections_div .section-3 .top p,
#shopify-section-plp-promise-section-2 .module .sections_div .section-3 .bottom p,
#shopify-section-plp-promise-section .module .sections_div .section-1 .top p,
#shopify-section-plp-promise-section .module .sections_div .section-1 .bottom p,
#shopify-section-plp-promise-section .module .sections_div .section-3 .top p,
#shopify-section-plp-promise-section .module .sections_div .section-3 .bottom p,
#shopify-section-promise_section_banglore .module .sections_div .section-1 .top p,
#shopify-section-promise_section_banglore .module .sections_div .section-1 .bottom p,
#shopify-section-promise_section_banglore .module .sections_div .section-3 .top p,
#shopify-section-promise_section_banglore .module .sections_div .section-3 .bottom p,
#shopify-section-promise_section-2_banglore .module .sections_div .section-1 .top p,
#shopify-section-promise_section-2_banglore .module .sections_div .section-1 .bottom p,
#shopify-section-promise_section-2_banglore .module .sections_div .section-3 .top p,
#shopify-section-promise_section-2_banglore .module .sections_div .section-3 .bottom p,
#shopify-section-promise_section_mumbai .module .sections_div .section-1 .top p,
#shopify-section-promise_section_mumbai .module .sections_div .section-1 .bottom p,
#shopify-section-promise_section_mumbai .module .sections_div .section-3 .top p,
#shopify-section-promise_section_mumbai .module .sections_div .section-3 .bottom p,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-1 .top p,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-1 .bottom p,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-3 .top p,
#shopify-section-promise_section-2_mumbai .module .sections_div .section-3 .bottom p,
#shopify-section-promise_section_delhi .module .sections_div .section-1 .top p,
#shopify-section-promise_section_delhi .module .sections_div .section-1 .bottom p,
#shopify-section-promise_section_delhi .module .sections_div .section-3 .top p,
#shopify-section-promise_section_delhi .module .sections_div .section-3 .bottom p,
#shopify-section-promise_section-2_delhi .module .sections_div .section-1 .top p,
#shopify-section-promise_section-2_delhi .module .sections_div .section-1 .bottom p,
#shopify-section-promise_section-2_delhi .module .sections_div .section-3 .top p,
#shopify-section-promise_section-2_delhi .module .sections_div .section-3 .bottom p,
#shopify-section-promise_section_hyderabad .module .sections_div .section-1 .top p,
#shopify-section-promise_section_hyderabad .module .sections_div .section-1 .bottom p,
#shopify-section-promise_section_hyderabad .module .sections_div .section-3 .top p,
#shopify-section-promise_section_hyderabad .module .sections_div .section-3 .bottom p,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-1 .top p,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-1 .bottom p,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-3 .top p,
#shopify-section-promise_section-2_hyderabad .module .sections_div .section-3 .bottom p,
#shopify-section-promise_section_pune .module .sections_div .section-1 .top p,
#shopify-section-promise_section_pune .module .sections_div .section-1 .bottom p,
#shopify-section-promise_section_pune .module .sections_div .section-3 .top p,
#shopify-section-promise_section_pune .module .sections_div .section-3 .bottom p,
#shopify-section-promise_section-2_pune .module .sections_div .section-1 .top p,
#shopify-section-promise_section-2_pune .module .sections_div .section-1 .bottom p,
#shopify-section-promise_section-2_pune .module .sections_div .section-3 .top p,
#shopify-section-promise_section-2_pune .module .sections_div .section-3 .bottom p {
    font-size: 17px;
    font-weight: 500;
    color: white;
}

#shopify-section-plp-custom-loox .customer_testimonial .btn {
    width: fit-content;
    margin: 30px auto;
    display: block;
    text-decoration: none;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid #282828;
    color: #282828;
    background: 0 0;
    border-radius: 2px;
    transition-property: background, color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

#shopify-section-plp-types-of-beds .module.bed_section {
    padding: 60px 0 60px 0;
    max-width: 75% !important;
    margin: 0 auto;
    text-align: center;
}

#shopify-section-plp-types-of-beds .module.bed_section .main_head {
    margin: 0 0 30px 0;
    text-transform: capitalize;
    font-weight: 500;
    color: #265189;
    font-size: 36px;
}

#shopify-section-plp-types-of-beds .module.bed_section .types_of_bed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}

#shopify-section-plp-types-of-beds .module.bed_section .types_of_bed a {
    width: 20%;
    text-align: center;
}

#shopify-section-plp-types-of-beds .module.bed_section .types_of_bed a img {
    width: initial;
    height: initial;
}

#shopify-section-plp-sleep-section,
#shopify-section-sleep_section {
    text-align: center;
}

#shopify-section-plp-sleep-section .module,
#shopify-section-sleep_section .module {
    padding: 3em 6em;
    max-width: unset;
}

@media (max-width: 767px) {
    #shopify-section-plp-sleep-section .module,
    #shopify-section-sleep_section .module {
        padding: 3em 20px;
    }
}

#shopify-section-plp-sleep-section .main_head,
#shopify-section-sleep_section .main_head {
    color: white;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 46px;
    font-family: inherit;
    text-transform: none;
}

#shopify-section-plp-sleep-section .main_para,
#shopify-section-sleep_section .main_para {
    color: white;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 26px;
    font-family: inherit;
    text-transform: none;
}

#shopify-section-plp-sleep-section .info_div,
#shopify-section-sleep_section .info_div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1147px;
}

@media (max-width: 767px) {
    #shopify-section-plp-sleep-section .info_div,
    #shopify-section-sleep_section .info_div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    #shopify-section-plp-sleep-section .info_div,
    #shopify-section-sleep_section .info_div {
        text-align: left;
    }
}

#shopify-section-plp-sleep-section .info_div .section__1,
#shopify-section-sleep_section .info_div .section__1 {
    width: 33%;
    padding: 0 10px;
}

@media (max-width: 767px) {
    #shopify-section-plp-sleep-section .info_div .section__1,
    #shopify-section-sleep_section .info_div .section__1 {
        width: 100%;
    }
}

#shopify-section-plp-sleep-section .info_div .section__1 img,
#shopify-section-sleep_section .info_div .section__1 img {
    width: initial;
    height: initial;
}

#shopify-section-plp-types-of-mattresses .module,
#shopify-section-types-of-mattresses .module {
    padding: 0;
    max-width: 90% !important;
    text-align: center;
    margin: 0 auto;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div,
#shopify-section-types-of-mattresses .type_of_matressess_div {
    padding: 90px 0 90px 0;
}

@media only screen and (max-width: 768px) {
    #shopify-section-plp-types-of-mattresses .type_of_matressess_div,
    #shopify-section-types-of-mattresses .type_of_matressess_div {
        padding: 20px 0 20px 0;
    }
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .main_head,
#shopify-section-types-of-mattresses .type_of_matressess_div .main_head {
    color: #265189;
    font-size: 36px;
    font-weight: 400;
    font-family: inherit;
    text-transform: capitalize;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    #shopify-section-plp-types-of-mattresses .type_of_matressess_div .main_head,
    #shopify-section-types-of-mattresses .type_of_matressess_div .main_head {
        font-size: 27px;
    }
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .main_para,
#shopify-section-types-of-mattresses .type_of_matressess_div .main_para {
    margin: 0 105px 0;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media only screen and (max-width: 768px) {
    #shopify-section-plp-types-of-mattresses .type_of_matressess_div .main_para,
    #shopify-section-types-of-mattresses .type_of_matressess_div .main_para {
        margin: 30px 20px 0;
        text-align: justify;
    }
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module,
#shopify-section-types-of-mattresses .type_of_matressess_div .module {
    padding: 14px 0;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#shopify,
-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .product-title,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .product-title {
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: 46px;
    color: #265189;
    font-weight: 500;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .product-dis,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .product-dis {
    padding: 20px 0 20px 0;
    font-size: 16px;
    line-height: 39px;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .more_btn #show-more,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .more_btn #show-more {
    color: #265189;
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
    background: white;
    font-weight: 600;
    padding: 14px 30px;
    margin: 45px 0 5px 0;
    border-radius: 50px;
    border: 1px solid #265189;
    display: inline-block;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .more_btn #show-more:hover,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .more_btn #show-more:hover {
    background: #265189;
    color: white;
    border: 1px solid #265189;
    transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
    #shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .more_btn #show-more,
    #shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .more_btn #show-more {
        margin: 30px 0 10px 0;
    }
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product #show-more-text p,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product #show-more-text p {
    padding: 5px 0;
    font-size: 14px;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product #show-more-text .less_btn #show-less,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product #show-more-text .less_btn #show-less {
    font-size: 15px;
    color: #3b444d;
    cursor: pointer;
    text-transform: lowercase;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .more_btn_right #show-more,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .more_btn_right #show-more {
    color: #265189;
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
    background: white;
    color: #265189;
    font-weight: 600;
    padding: 15px 30px;
    margin: 45px 0 4px 0;
    border-radius: 50px;
    border: 1px solid #265189;
    display: inline-block;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .more_btn_right #show-more:hover,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .more_btn_right #show-more:hover {
    background: #265189;
    color: white;
    border: 1px solid #265189;
}

@media only screen and (max-width: 768px) {
    #shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .more_btn_right #show-more,
    #shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .more_btn_right #show-more {
        margin: 16px 0 10px 0;
    }
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product #show-more-text_right p,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product #show-more-text_right p {
    padding: 5px 0;
    font-size: 14px;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product #show-more-text_right .less_btn_right #show-less,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product #show-more-text_right .less_btn_right #show-less {
    font-size: 15px;
    color: #3b444d;
    cursor: pointer;
    text-transform: lowercase;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .ratings .checked,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .ratings .checked {
    font-size: 20px;
    color: #ffd600;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .ratings div,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .ratings div {
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0 -15px;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .product_image,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .product_image {
    padding: 30px 30px;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .product_image img,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .product_image img {
    width: 100%;
    height: initial;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .product-price,
#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .product-price_2,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .product-price,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .product-price_2 {
    color: #265189;
    font-weight: 500;
    font-size: 25px;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .size_and__ATC,
#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .size_and__ATC_2,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .size_and__ATC,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .size_and__ATC_2 {
    margin-top: 15px;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .btn,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .btn {
    background: white;
    color: #265189;
    font-weight: 600;
    padding: 19px 30px;
    margin: 35px 0 10px 0;
    border-radius: 50px;
    border: 1px solid #265189;
    text-transform: uppercase;
    font-size: 13px;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .btn:hover,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .btn:hover {
    background: #265189;
    color: white;
    border: 1px solid #265189;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .text_with__tick p,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .text_with__tick p {
    font-size: 14px;
    padding: 0;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .text_with__tick p svg,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .text_with__tick p svg {
    width: 12px;
    fill: #f26520;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .variants .select-wrapper,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .variants .select-wrapper {
    width: 75%;
    margin: 10px auto 0;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product .variants .select-wrapper:nth-of-type(1),
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product .variants .select-wrapper:nth-of-type(1) {
    display: none;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product_slider,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product_slider {
    width: 42%;
}

@media only screen and (max-width: 768px) {
    #shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product_slider,
    #shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product_slider {
        width: 100%;
    }
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .module .product_grid .product_slider::after,
#shopify-section-types-of-mattresses .type_of_matressess_div .module .product_grid .product_slider::after {
    display: none;
    content: "";
    border-right: 1px solid #e3e3e3;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .images_below_banner,
#shopify-section-types-of-mattresses .type_of_matressess_div .images_below_banner {
    display: flex;
    justify-content: center;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .images_below_banner .left_div,
#shopify-section-types-of-mattresses .type_of_matressess_div .images_below_banner .left_div {
    width: 30%;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .images_below_banner .left_div img,
#shopify-section-types-of-mattresses .type_of_matressess_div .images_below_banner .left_div img {
    width: 75%;
}

#shopify,
-section-plp-types-of-mattresses .type_of_matressess_div .images_below_banner .left_div p,
#shopify-section-types-of-mattresses .type_of_matressess_div .images_below_banner .left_div p {
    font-weight: 500;
    font-size: 14px;
    padding-top: 10px;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .images_below_banner .center_div,
#shopify-section-types-of-mattresses .type_of_matressess_div .images_below_banner .center_div {
    width: 30%;
    box-shadow: 0 0 5px 5px rgba(38, 50, 56, 0.2);
    padding: 42px 20px;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .images_below_banner .center_div .ratings .checked,
#shopify-section-types-of-mattresses .type_of_matressess_div .images_below_banner .center_div .ratings .checked {
    font-size: 20px;
    color: #ffd600;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .images_below_banner .center_div p,
#shopify-section-types-of-mattresses .type_of_matressess_div .images_below_banner .center_div p {
    color: #00008a;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 55px;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .images_below_banner .center_div .social_icon,
#shopify-section-types-of-mattresses .type_of_matressess_div .images_below_banner .center_div .social_icon {
    display: flex;
    justify-content: space-evenly;
    height: 25px;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .images_below_banner .center_div .social_icon img,
#shopify-section-types-of-mattresses .type_of_matressess_div .images_below_banner .center_div .social_icon img {
    width: 80px;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .images_below_banner .right_div,
#shopify-section-types-of-mattresses .type_of_matressess_div .images_below_banner .right_div {
    width: 30%;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .images_below_banner .right_div img,
#shopify-section-types-of-mattresses .type_of_matressess_div .images_below_banner .right_div img {
    width: 75%;
}

#shopify-section-plp-types-of-mattresses .type_of_matressess_div .images_below_banner .right_div p,
#shopify-section-types-of-mattresses .type_of_matressess_div .images_below_banner .right_div p {
    font-weight: 500;
    font-size: 14px;
    padding-top: 10px;
}

.Collapsible__Inner {
    display: block;
    height: 0;
    visibility: hidden;
    -moz-transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
    -o-transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
    -ms-transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
    -webkit-transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
    transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
    overflow: hidden;
}

.Collapsible__Button.open+.Collapsible__Inner {
    visibility: visible;
    -moz-transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
    -o-transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
    -ms-transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
    -webkit-transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
    transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
    transition: height 0.35s ease-in-out;
}

.header .site-header-wrap .site-nav-wrapper .site-nav li.site-nav--has-dropdown .site-nav__link.site-nav__link--main {
    padding: 15px 15px;
    display: block;
}

.header .site-header-wrap .site-nav-wrapper .site-nav li.site-nav--has-dropdown:hover .site-nav__link {
    padding-bottom: 100%;
    display: inline;
    position: relative;
}

.header .site-header-wrap .site-nav-wrapper .site-nav li.site-nav--has-dropdown:hover .site-nav__dropdown {
    display: block;
    padding: 10px 20px;
    top: 30px;
}

.header .site-header-wrap .site-nav-wrapper .site-nav li .site-nav__child-link {
    padding: 10px !important;
    display: block !important;
}

.mobile-menu-parent-li.site-nav--has-dropdown.active .mobile-menu-parent-anchor svg {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-menu-parent-li.site-nav--has-dropdown.active .site-nav__dropdown {
    display: block;
    position: static;
    border: none;
}

.mobile-menu-parent-li.site-nav--has-dropdown .site-nav__child-link {
    border-top: 1px solid #e8e9eb;
    font-size: 14px;
    display: block;
    line-height: 1.5;
    margin-left: 10px;
    padding-left: 0;
    white-space: inherit;
}

@media screen and (max-width: 720px) {
    body.template-aloe-vera-mattress-protector .module-wrapper .module-product,
    body.template-name-flo-bedsheet .module-wrapper .module-product,
    body.template-oyashe-bed .module-wrapper .module-product {
        padding-bottom: 50px;
    }
}

body.template-aloe-vera-mattress-protector .mattress-protector-features-wrapper,
body.template-name-flo-bedsheet .mattress-protector-features-wrapper,
body.template-oyashe-bed .mattress-protector-features-wrapper {
    background-color: #275089;
    padding: 45px 0;
}

body.template-aloe-vera-mattress-protector .mattress-protector-features-wrapper .title,
body.template-name-flo-bedsheet .mattress-protector-features-wrapper .title,
body.template-oyashe-bed .mattress-protector-features-wrapper .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 51px;
    color: white;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    body.template-aloe-vera-mattress-protector .mattress-protector-features-wrapper .title,
    body.template-name-flo-bedsheet .mattress-protector-features-wrapper .title,
    body.template-oyashe-bed .mattress-protector-features-wrapper .title {
        font-size: 30px;
        line-height: 40px;
    }
}

body.template-aloe-vera-mattress-protector .mattress-protector-features-wrapper .block-section-wrap,
body.template-name-flo-bedsheet .mattress-protector-features-wrapper .block-section-wrap,
body.template-oyashe-bed .mattress-protector-features-wrapper .block-section-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

body.template-aloe-vera-mattress-protector .mattress-protector-features-wrapper .block-section-wrap .block-wrapper,
body.template-name-flo-bedsheet .mattress-protector-features-wrapper .block-section-wrap .block-wrapper,
body.template-oyashe-bed .mattress-protector-features-wrapper .block-section-wrap .block-wrapper {
    width: 33.33%;
    text-align: center;
    margin: 25px 0;
}

@media (max-width: 767px) {
    body.template-aloe-vera-mattress-protector .mattress-protector-features-wrapper .block-section-wrap .block-wrapper,
    body.template-name-flo-bedsheet .mattress-protector-features-wrapper .block-section-wrap .block-wrapper,
    body.template-oyashe-bed .mattress-protector-features-wrapper .block-section-wrap .block-wrapper {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.template-aloe-vera-mattress-protector .mattress-protector-features-wrapper .block-section-wrap .block-wrapper,
    body.template-name-flo-bedsheet .mattress-protector-features-wrapper .block-section-wrap .block-wrapper,
    body.template-oyashe-bed .mattress-protector-features-wrapper .block-section-wrap .block-wrapper {
        width: 50%;
    }
}

body.template-aloe-vera-mattress-protector .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .img,
body.template-name-flo-bedsheet .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .img,
body.template-oyashe-bed .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .img {
    margin: 0 auto 15px;
    width: 85px;
    height: 85px;
}

body.template-aloe-vera-mattress-protector .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .img img,
body.template-name-flo-bedsheet .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .img img,
body.template-oyashe-bed .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .img img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

body.template-aloe-vera-mattress-protector .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .title,
body.template-name-flo-bedsheet .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .title,
body.template-oyashe-bed .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .title {
    text-align: center;
    letter-spacing: 0;
    color: white;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    body.template-aloe-vera-mattress-protector .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .title,
    body.template-name-flo-bedsheet .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .title,
    body.template-oyashe-bed .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .title {
        font-size: 20px;
        line-height: 30px;
    }
}

body.template-aloe-vera-mattress-protector .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .sub-content,
body.template-name-flo-bedsheet .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .sub-content,
body.template-oyashe-bed .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .sub-content {
    color: white;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

@media (max-width: 767px) {
    body.template-aloe-vera-mattress-protector .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .sub-content,
    body.template-name-flo-bedsheet .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .sub-content,
    body.template-oyashe-bed .mattress-protector-features-wrapper .block-section-wrap .block-wrapper .sub-content {
        font-size: 16px;
        line-height: 26px;
    }
}

body.template-aloe-vera-mattress-protector .matteress-protector-banner,
body.template-name-flo-bedsheet .matteress-protector-banner {
    background: #a0d1d6;
    padding: 45px 0 0;
}

body.template-aloe-vera-mattress-protector .matteress-protector-banner .module,
body.template-name-flo-bedsheet .matteress-protector-banner .module {
    padding-bottom: 0;
}

body.template-aloe-vera-mattress-protector .matteress-protector-banner .title,
body.template-name-flo-bedsheet .matteress-protector-banner .title {
    font-size: 40px;
    line-height: 51px;
    margin-bottom: 35px;
    color: #004ea8;
    text-transform: capitalize;
    font-weight: 700;
}

@media (max-width: 767px) {
    body.template-aloe-vera-mattress-protector .matteress-protector-banner .title,
    body.template-name-flo-bedsheet .matteress-protector-banner .title {
        font-size: 30px;
        line-height: 40px;
    }
}

body.template-aloe-vera-mattress-protector .title,
body.template-name-flo-bedsheet .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 51px;
    color: white;
    margin-bottom: 25px;
}

body.template-aloe-vera-mattress-protector .matteress-protector-banner .img,
body.template-name-flo-bedsheet .matteress-protector-banner .img {
    text-align: center;
    width: 487px;
    height: 487px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    body.template-aloe-vera-mattress-protector .matteress-protector-banner .img,
    body.template-name-flo-bedsheet .matteress-protector-banner .img {
        width: 200px;
        height: 200px;
    }
}

body.template-aloe-vera-mattress-protector .matteress-protector-banner .img img,
body.template-name-flo-bedsheet .matteress-protector-banner .img img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

body.template-aloe-vera-mattress-protector .sezzle-product-page-widget,
body.template-name-flo-bedsheet .sezzle-product-page-widget {
    display: none !important;
}

body.template-aloe-vera-mattress-protector .sezzle-product-page-widget:last-child,
body.template-name-flo-bedsheet .sezzle-product-page-widget:last-child {
    display: block !important;
}

body.template-aloe-vera-mattress-protector .mattress-protector-features-wrapper .module,
body.template-name-flo-bedsheet .matteress-protector-banner .module,
body.template-oyashe-bed .mattress-protector-features-wrapper .module {
    max-width: 1215px;
    padding: 90px 30px;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 1024px) {
    .cart-item-info {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding-right: 15px;
    }
}

body.template-oyashe-bed .product-focus-list {
    min-height: auto;
}

body.template-oyashe-bed .static-page-wrapper .flo-labs-feature .module-wrapper .product-focus-list-container .product-focus-list-item {
    width: 33.33%;
    padding: 25px;
}

@media (max-width: 767px) {
    body.template-oyashe-bed .static-page-wrapper .flo-labs-feature .module-wrapper .product-focus-list-container .product-focus-list-item {
        width: 100%;
        padding: 40px 15px;
    }
}

@media (min-width: 768px) and (max-device-width: 1024px) {
    body.template-oyashe-bed .static-page-wrapper .flo-labs-feature .module-wrapper .product-focus-list-container .product-focus-list-item {
        width: 50%;
    }
}

body.template-oyashe-bed .static-page-wrapper .flo-labs-alternating-content .module-wrapper .home-left-right-media {
    padding: 100px 0;
}

body.template-oyashe-bed .static-page-wrapper .flo-labs-alternating-content .module-wrapper .home-left-right-media img {
    max-width: 70%;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.share-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center;
}

.share-buttons a {
    flex: 1;
    border: 1px solid #e3e3e3;
    border-left-width: 0;
    padding: 15px 0;
    display: block;
}

.template-aloe-vera-mattress-protector .product-form .product-form-wrap,
.template-oyashe-bed .product-form .product-form-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 767px) {
    .template-aloe-vera-mattress-protector .product-form .product-form-wrap,
    .template-oyashe-bed .product-form .product-form-wrap {
        display: block;
    }
}

.template-aloe-vera-mattress-protector .product-form .product-form-wrap .product-form__item,
.template-oyashe-bed .product-form .product-form-wrap .product-form__item {
    flex: 0 1 auto;
    padding-left: 0;
}

.template-aloe-vera-mattress-protector .product-form .selector-wrapper,
.template-aloe-vera-mattress-protector .product-form .product-form__item--quantity,
.template-oyashe-bed .product-form .selector-wrapper,
.template-oyashe-bed .product-form .product-form__item--quantity {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-width: 50%;
    padding: 0;
}

@media (max-width: 767px) {
    .template-aloe-vera-mattress-protector .product-form .selector-wrapper,
    .template-aloe-vera-mattress-protector .product-form .product-form__item--quantity,
    .template-oyashe-bed .product-form .selector-wrapper,
    .template-oyashe-bed .product-form .product-form__item--quantity {
        max-width: 100%;
        width: 100%;
    }
}

.template-aloe-vera-mattress-protector .product-form .selector-wrapper label,
.template-aloe-vera-mattress-protector .product-form .product-form__item--quantity label,
.template-oyashe-bed .product-form .selector-wrapper label,
.template-oyashe-bed .product-form .product-form__item--quantity label {
    margin-right: 10px;
    width: 20%;
    font-size: 17px !important;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .template-aloe-vera-mattress-protector .product-form .selector-wrapper label,
    .template-aloe-vera-mattress-protector .product-form .product-form__item--quantity label,
    .template-oyashe-bed .product-form .selector-wrapper label,
    .template-oyashe-bed .product-form .product-form__item--quantity label {
        font-size: 15px !important;
        min-width: 60px;
    }
}

.template-aloe-vera-mattress-protector .product-form .product-form__item--submit .shopify-payment-button,
.template-oyashe-bed .product-form .product-form__item--submit .shopify-payment-button {
    margin-right: 20px;
}

body.template-oyashe-bed .static-page-wrapper .flo-labs-alternating-content .module-wrapper .home-left-right-media {
    background: #b3e3e4;
}

.home-left-right-feature {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 767px) {
    .home-left-right-feature {
        display: block;
    }
}

.static-page-wrapper .flo-labs-alternating-content .module-title {
    padding: 60px 0 60px;
    margin: 0;
}

#shopify-section-product-template-default {
    margin: 0;
}

.home-left-right-section,
.home-left-right-section {
    width: 50%;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .home-left-right-section,
    .home-left-right-section {
        width: 100%;
        text-align: center !important;
    }
}

.style-color .list-link,
.style-color .list-meta,
.style-color .list-text,
.style-color .list-title,
.style-color .module-content,
.style-color .module-subtitle,
.style-color .module-title,
.style-gradient .list-link,
.style-gradient .list-meta,
.style-gradient .list-text,
.style-gradient .list-title,
.style-gradient .module-content,
.style-gradient .module-subtitle,
.style-gradient .module-title,
.style-image .list-link,
.style-image .list-meta,
.style-image .list-text,
.style-image .list-title,
.style-image .module-content,
.style-image .module-subtitle,
.style-image .module-title {
    color: white;
}

.static-page-wrapper .flo-labs-alternating-content .module-wrapper .home-left-right-text .module-title {
    font-size: 30px;
    line-height: 39px;
    padding: 0;
}

.home-left-right-text {
    padding: 30px 60px 45px;
    text-align: left;
}

.flo-labs-alternating-content .module-wrapper:nth-child(odd) .home-left-right-feature {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.static-page-wrapper .flo-labs-alternating-content .module-wrapper .home-left-right-text .module-content p {
    font-size: 24px;
    line-height: 40px;
    padding: 0;
    margin-top: 14px;
    color: white;
}

.home-left-right-media {
    position: relative;
    display: inline-block;
    padding: 0;
}

.static-page-wrapper .text-center {
    text-align: center;
}

.static-page-wrapper .flo-labs-alternating-content .module-wrapper .home-left-right-media {
    background: #b3e3e4;
}

.product-tempate-flo-adjustable-pillow .production-desc .tabs-content li {
    display: none;
}

.product-tempate-flo-adjustable-pillow .production-desc .tabs-content li.active {
    display: block;
}

.template-name-product-landing .product-form {
    width: 100%;
    max-width: 100%;
}

.template-name-product-landing .product-form .product-form__item--submit {
    max-width: 100%;
    padding: 0;
}

@media (min-width: 767px) {
    .template-name-product-landing .product-form .product-form__item--submit .product-form__cart-submit {
        width: 50%;
        margin: 0;
    }
}

@media (min-width: 767px) {
    .template-name-product-landing .product-form .product-form__item--submit .shopify-payment-button__button {
        margin: 0;
    }
}

@media (min-width: 767px) {
    .template-name-product-landing .product-form .product-form__item--submit .shopify-payment-button {
        width: 50%;
    }
}

.template-name-product-landing .product-single__photos-mob img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.template-name-default-product .product-template__container {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .template-name-default-product .product-template__container {
        padding-top: 50px;
    }
}

.template-name-default-product .product-form {
    margin-top: 15px;
}

.product-thumb-img {
    margin-bottom: 20px;
}

.product-thumb-img .product-single__photo-wrapper {
    padding: 0 15px;
}

.product-thumb-img .slick-arrows {
    display: none;
}

.product-single__photos-mob .slick-arrow {
    background: url(https://cdn.shopify.com/s/files/1/0065/7306/4236/files/left-side-arroww.png?v=1659362459);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    outline: none;
    width: 30px;
    height: 30px;
    z-index: 99;
}

.product-single__photos-mob .slick-arrow:before {
    display: none;
}

.product-single__photos-mob .slick-arrow.slick-prev {
    left: -10px;
}

@media (max-width: 767px) {
    .product-single__photos-mob .slick-arrow.slick-prev {
        left: 15px;
    }
}

.product-single__photos-mob .slick-arrow.slick-next {
    right: -10px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 45%;
}

@media (max-width: 767px) {
    .product-single__photos-mob .slick-arrow.slick-next {
        right: 15px;
    }
}

.product-single__photos-mob .slick-slide img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.cart__meta-text-wrapper {
    padding: 0;
}

.product-slideshow .product-big-image .product-img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.product-image-container {
    position: relative;
}

.product-image-container .product-slideshow-pagination {
    margin: 20px 0 0;
}

.product-image-container .product-slideshow-navigation {
    background: url(https://cdn.shopify.com/s/files/1/0065/7306/4236/files/left-side-arroww.png?v=1659362459);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    outline: 0;
    width: 30px;
    height: 30px;
    z-index: 99;
    position: absolute;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    color: transparent;
    top: 50%;
    cursor: pointer;
    left: 0;
}

.product-image-container .product-slideshow-navigation.disabled {
    opacity: 0.5;
    cursor: none;
    pointer-events: none;
}

.product-image-container .product-slideshow-navigation.product-slideshow-next {
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    top: 49.4%;
    right: 0;
    left: auto;
}

.product-thumbnails {
    margin-top: 30px;
    text-align: center;
    font-size: 0;
}

@media (max-width: 767px) {
    .product-thumbnails {
        margin: 30px auto 20px;
    }
}

.product-slideshow-pagination-item {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 2px;
    margin: 0 10px 10px 0;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 0 3px 10px;
    border: none;
}

.product-slideshow-pagination-item.active {
    opacity: 1;
}

.show-for-sr {
    position: absolute !important;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

.side-cart-drawer {
    /*   pointer-events: auto; */
    transition: all 0.4s cubic-bezier(0.31, 0.49, 0.35, 1);
    position: fixed;
    background: white;
    top: 0;
    height: 100%;
    max-width: 380px;
    min-width: 380px;
    right: -500px;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    padding: 0 15px;
}

.side-cart-drawer.active {
    right: 0;
    visibility: visible;
    opacity: 1;
}

@media (max-width: 767px) {
    .side-cart-drawer {
        width: 80%;
        min-width: auto;
    }
}

.side-cart-drawer .cart-disclaimer {
    margin-bottom: 50px;
}

.side-cart-drawer .cart-disclaimer p {
    font-size: 14px;
    margin-top: 24px;
    line-height: 30px;
    font-style: italic;
}

.side-cart-drawer .cart_text_note {
    margin: 0;
    padding: 10px 15px 10px;
    font-size: 14px;
    color: #e37100;
}

.side-cart-drawer .side-cart-checkout-btn-wrapper {
    position: relative;
}

.side-cart-drawer .side-cart-checkout-btn-wrapper:after {
    content: "";
    width: 30px;
    height: 30px;
    background-size: contain;
    background-image: url(https://cdn.shopify.com/s/files/1/0065/7306/4236/files/Arrrow_Icon_2d0bfee8-6f31-4879-8e01-f1c378b60c86.png?v=1680157758);
    background-repeat: no-repeat;
    background-position: center;
    text-transform: uppercase;
    position: absolute;
    top: 7px;
    right: 5px;
}

.side-cart-drawer .side-cart-checkout-btn-wrapper input[type="submit"] {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    padding: 10px 10px 4px;
}

.upsell-block-outer-wrapper {
    margin: 15px auto;
}

.upsell-block-outer-wrapper .product-card-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px 0;
}

.upsell-block-outer-wrapper .product-card-wrapper .product-img {
    flex: 1 1 auto;
    max-width: 20%;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .upsell-block-outer-wrapper .product-card-wrapper .product-img {
        max-width: 40%;
        padding-left: 0;
    }
}

.upsell-block-outer-wrapper .product-card-wrapper .product-img img {
    width: 90px;
    height: 90px;
    max-width: 100%;
}

.upsell-block-outer-wrapper .product-card-wrapper .product-title-and-price-wrap {
    max-width: 50%;
    flex: 1 1 auto;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .upsell-block-outer-wrapper .product-card-wrapper .product-title-and-price-wrap {
        max-width: 60%;
        padding-right: 0;
    }
}

.upsell-block-outer-wrapper .product-card-wrapper .product-title-and-price-wrap .prod-title,
.upsell-block-outer-wrapper .product-card-wrapper .product-title-and-price-wrap .price-wrap {
    width: 100%;
    display: block;
}

.upsell-block-outer-wrapper .product-card-wrapper .product-title-and-price-wrap .prod-title {
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #2561a8;
    line-height: 18px;
}

.upsell-block-outer-wrapper .product-card-wrapper .product-title-and-price-wrap .price-wrap .price {
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #282828;
    display: block;
}

.upsell-block-outer-wrapper .product-card-wrapper .product-title-and-price-wrap .price-wrap .price.offer-price {
    text-decoration: line-through;
    color: #c6ccd5;
}

.upsell-block-outer-wrapper .product-card-wrapper .cta-button-wrap {
    max-width: 30%;
    flex: 1 1 auto;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .upsell-block-outer-wrapper .product-card-wrapper .cta-button-wrap {
        max-width: 100%;
        margin: 15px 0;
        padding: 0;
    }
}

.upsell-block-outer-wrapper .product-card-wrapper .cta-button-wrap button {
    font-size: 16px;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: transparent;
    color: #004ea8;
    letter-spacing: 0;
}

.social-icons__link.btn--share.share-youtube svg path {
    fill: #004ea8;
}

@media (max-width: 767px) {
    .template-flo-labs .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item .featured-variant-title {
        line-height: inherit;
        margin-bottom: 8px;
    }
}

.template-flo-labs .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item .featured-variant-title .featured-variant-title-txt::before {
    display: none;
}

.section-header.look-header-wrapper {
    margin-top: 90px;
}

@media (max-width: 767px) {
    .section-header.look-header-wrapper {
        margin-top: 45px;
    }
}

.section-header.look-header-wrapper .title {
    font-size: 40px;
    line-height: 51px;
    text-align: center;
    margin: 0;
    color: #3b444d;
}

@media (max-width: 767px) {
    .section-header.look-header-wrapper .title {
        font-size: 24px;
        line-height: 31px;
    }
}

.section-header.look-header-wrapper .sub-title {
    font-size: 24px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    letter-spacing: 0;
    font-weight: 600;
    color: #3b444d;
}

@media (max-width: 767px) {
    .section-header.look-header-wrapper .sub-title {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        margin: 0;
        font-weight: 600;
    }
}

.template-name-why-flo-page .why-flow-truly-reversible-wrapper .inner-wrapper .banner-wrapper .img-wrapper {
    max-height: 245px;
}

.template-name-the-sleep-company-vs-flo .main-content .shopify-section {
    margin-bottom: 97px;
}

.template-name-the-sleep-company-vs-flo .main-content .shopify-section.slide-show {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .template-name-the-sleep-company-vs-flo .main-content .shopify-section {
        margin-bottom: 50px;
    }
}

.template-name-the-sleep-company-vs-flo .video-section-wrapper .title {
    text-align: center;
    letter-spacing: 0px;
    color: #3b444d;
    opacity: 1;
    font-size: 40px;
    line-height: 51px;
    font-weight: 600;
    font-style: normal;
    padding: 0 15px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .template-name-the-sleep-company-vs-flo .video-section-wrapper .title {
        font-size: 28px;
        line-height: 40px;
    }
}

.template-name-the-sleep-company-vs-flo .video-section-wrapper .content {
    text-align: center;
    letter-spacing: 0px;
    color: #6d7a82;
    opacity: 1;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    max-width: 540px;
    margin: 0 auto 20px;
}

@media (max-width: 767px) {
    .template-name-the-sleep-company-vs-flo .video-section-wrapper .content {
        font-size: 18px;
        line-height: 24px;
    }
}

.template-name-the-sleep-company-vs-flo .video-section-wrapper .sub_content p {
    text-align: center;
    letter-spacing: 0px;
    color: #788495;
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
}

.template-name-the-sleep-company-vs-flo .video-section-wrapper .video-section {
    margin: 0 auto;
    width: 95%;
}

.template-name-the-sleep-company-vs-flo .advertisement-img-overlay-text .image-with-txtover--img {
    line-height: 0;
}

.template-name-the-sleep-company-vs-flo .advertisement-img-overlay-text .image-with-txtover--content {
    max-width: 560px;
}

.template-name-the-sleep-company-vs-flo .advertisement-img-overlay-text .image-with-txtover--content h4 p {
    text-align: left;
    letter-spacing: 0px;
    color: #004ea8;
    opacity: 1;
    font-size: 41px;
    line-height: 45px;
    font-weight: 800;
}

.template-name-the-sleep-company-vs-flo .advertisement-img-overlay-text .image-with-txtover--content .desc p {
    text-align: left;
    letter-spacing: 0px;
    color: #434546;
    opacity: 1;
    max-width: 91%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.template-name-the-sleep-company-vs-flo .advertisement-img-overlay-text .image-with-txtover--content .desc p em {
    letter-spacing: 0px;
    color: #3b444d;
    text-transform: capitalize;
    opacity: 1;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    font-style: normal;
}

.template-name-the-sleep-company-vs-flo .advertisement-img-overlay-text .image-with-txtover--content .shop-button {
    font-weight: 800;
    font-size: 23px;
    line-height: 29px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #004ea8;
    padding-right: 32px;
    transition: all 0.3s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 30px;
}

.template-name-the-sleep-company-vs-flo .advertisement-img-overlay-text .image-with-txtover--content .shop-button .btn-icon {
    line-height: 0;
    margin-left: 16px;
}

.template-name-the-sleep-company-vs-flo .advertisement-img-overlay-text .image-with-txtover--content .shop-button .btn-icon svg path {
    fill: #004ea8;
    opacity: 0.5;
}

.template-name-the-sleep-company-vs-flo .testimonials-slider {
    margin: 94px 0 50px;
}

@media (max-width: 767px) {
    .template-name-the-sleep-company-vs-flo .testimonials-slider {
        margin: 50px 0;
    }
}

.template-name-the-sleep-company-vs-flo .image-overlay-text .content-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.template-name-the-sleep-company-vs-flo .image-overlay-text .content-wrapper .mega-title {
    width: 100%;
    order: 2;
    letter-spacing: 0px;
    color: #034795;
    text-transform: capitalize;
    opacity: 1;
    max-width: 450px;
    font-size: 40px;
    line-height: 52px;
    font-weight: 800;
}

@media (max-width: 767px) {
    .template-name-the-sleep-company-vs-flo .image-overlay-text .content-wrapper .mega-title {
        font-size: 24px;
        line-height: 34px;
    }
}

.template-name-the-sleep-company-vs-flo .image-overlay-text .content-wrapper .mega-subtitle {
    width: 100%;
    order: 1;
    margin-bottom: 0;
}

.template-name-the-sleep-company-vs-flo .image-overlay-text .content-wrapper .mega-subtitle p {
    max-width: 100%;
    letter-spacing: 0px;
    color: #3b444d;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.template-name-the-sleep-company-vs-flo .image-overlay-text .content-wrapper .hero__btn {
    width: 100%;
    order: 3;
    font-size: 23px;
    letter-spacing: 0px;
    color: #004ea8;
    text-transform: capitalize;
    opacity: 1;
    font-weight: 800;
    line-height: 30px;
    font-style: normal;
}

.template-name-the-sleep-company-vs-flo .slideshow-wrapper .slideshow {
    padding-bottom: 0;
}

.template-name-the-sleep-company-vs-flo .slideshow-wrapper .slideshow__slide .desktop-img {
    line-height: 0;
    height: 100%;
}

.template-name-the-sleep-company-vs-flo .slideshow-wrapper .slideshow__slide .slideshow__title p {
    font-size: 40px;
    line-height: 50px;
}

@media (max-width: 767px) {
    .template-name-the-sleep-company-vs-flo .slideshow-wrapper .slideshow__slide .slideshow__title p {
        font-size: 24px;
        line-height: 34px;
    }
}

.template-name-the-sleep-company-vs-flo .slideshow-wrapper .slideshow__slide .mega-content p {
    text-align: left;
    letter-spacing: 0px;
    color: #3b444d;
    opacity: 1;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.template-name-the-sleep-company-vs-flo .compare-table-section {
    border: 1px solid #e8ebee;
}

.template-name-the-sleep-company-vs-flo .compare-table-section table {
    margin: 0;
}

.template-name-the-sleep-company-vs-flo .compare-table-section thead td.flo,
.template-name-the-sleep-company-vs-flo .compare-table-section thead td.sleep {
    font-weight: 800;
    font-size: 18px;
    line-height: 23px;
    font-style: normal;
}

@media (max-width: 767px) {
    .template-name-the-sleep-company-vs-flo .compare-table-section thead td.flo,
    .template-name-the-sleep-company-vs-flo .compare-table-section thead td.sleep {
        font-size: 16px;
        line-height: 20px;
    }
}

.template-name-the-sleep-company-vs-flo .compare-table-section th,
.template-name-the-sleep-company-vs-flo .compare-table-section td {
    border: none;
    padding: 20px 20px 20px 20px;
    font-size: 20px;
    line-height: 30px;
    color: #788495;
    font-weight: 900;
}

@media (max-width: 767px) {
    .template-name-the-sleep-company-vs-flo .compare-table-section th,
    .template-name-the-sleep-company-vs-flo .compare-table-section td {
        font-size: 13px;
        line-height: 20px;
    }
}

.template-name-the-sleep-company-vs-flo .compare-table-section th.flo,
.template-name-the-sleep-company-vs-flo .compare-table-section th.sleep,
.template-name-the-sleep-company-vs-flo .compare-table-section td.flo,
.template-name-the-sleep-company-vs-flo .compare-table-section td.sleep {
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .template-name-the-sleep-company-vs-flo .compare-table-section th.flo,
    .template-name-the-sleep-company-vs-flo .compare-table-section th.sleep,
    .template-name-the-sleep-company-vs-flo .compare-table-section td.flo,
    .template-name-the-sleep-company-vs-flo .compare-table-section td.sleep {
        font-size: 13px;
        line-height: 20px;
    }
}

.template-name-the-sleep-company-vs-flo .compare-table-section th.flo,
.template-name-the-sleep-company-vs-flo .compare-table-section td.flo {
    color: #034795;
    border-left: 1px solid #e8ebee;
    border-right: 1px solid #e8ebee;
}

.template-name-the-sleep-company-vs-flo .newsletter-section {
    background: #034795 0% 0% no-repeat padding-box;
    padding: 54px 15px;
}

.template-name-the-sleep-company-vs-flo .newsletter-section .section-header .h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
}

@media (max-width: 767px) {
    .template-name-the-sleep-company-vs-flo .newsletter-section .section-header .h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

.template-name-the-sleep-company-vs-flo .newsletter-section .section-header .sub-heading {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 24px;
}

.template-name-the-sleep-company-vs-flo .newsletter-section .section-header .btn-buy {
    min-width: 330px;
    background: #fff;
    color: #004ea8;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .template-name-the-sleep-company-vs-flo .newsletter-section .section-header .btn-buy {
        min-width: 100%;
        max-width: 100%;
        font-size: 14px;
        line-height: 24px;
    }
}

.template-name-the-sleep-company-vs-flo .newsletter-section .section-header .content-wrap {
    display: flex;
    align-items: center;
    max-width: 330px;
    justify-content: space-between;
    margin: 15px auto 0;
}

@media (max-width: 767px) {
    .template-name-the-sleep-company-vs-flo .newsletter-section .section-header .content-wrap {
        max-width: 100%;
        flex-wrap: wrap;
    }
}

.template-name-the-sleep-company-vs-flo .newsletter-section .section-header .content-wrap span {
    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .template-name-the-sleep-company-vs-flo .newsletter-section .section-header .content-wrap span {
        width: 100%;
        display: inline-block;
    }
}

.template-name-the-sleep-company-vs-flo .newsletter-section .section-header .content-wrap span.bold {
    font-weight: 900;
}

.template-name-the-sleep-company-vs-flo .logo-bar {
    margin-top: 44px;
}

.template-name-the-sleep-company-vs-flo .logo-bar .logo-bar__item {
    min-width: 215px;
}

.template-name-the-sleep-company-vs-flo .logo-bar .logo-bar__item img {
    max-width: 75px;
    max-height: 75px;
}

.template-name-the-sleep-company-vs-flo .logo-bar .logo-bar__item .title {
    font-size: 16px;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 20px;
}

.template-name-the-sleep-company-vs-flo .logo-bar .logo-bar__item p {
    letter-spacing: 0px;
    color: #3b444d;
    font-size: 16px;
    line-height: 1.5;
}

.quantityboxdesign {
    justify-content: space-between !important;
    border: 1px solid #f0f3f8;
    border-radius: 5px;
}

@media only screen and (max-width: 600px) {
    .quantityboxdesign {
        justify-content: space-between !important;
        border: 1px solid #f0f3f8;
        border-radius: 4px;
    }
}

.password__input-group {
    max-width: 425px !important;
    margin: 0 auto 41px !important;
}

span.newsletter__submit-text--large {
    letter-spacing: 3px;
}

body.template-pillow .custom-variants-box li.extra-soft li {
    color: #3b444d !important;
    background-color: #f9fafc !important;
    border: 1px solid #e1e5ed !important;
}

body.template-pillow .custom-variants-box li.extra-soft.active {
    color: #ffffff;
    background-color: #e37100;
    border: 1px solid #e37100;
    margin-right: 6px;
    border-radius: 5px;
}

body.template-pillow .custom-variants-box li.extra-support.active {
    color: #ffffff;
    background-color: #71d146;
    border: 1px solid #71d146;
    margin-left: 6px;
    border-radius: 5px;
}

.pdp-form-wrapper input,
.pdp-form-wrapper textarea,
.pdp-form-wrapper select {
    text-align: center;
}

.selector-wrapper.js.product-form__item .custom-variants-box {
    width: 100%;
}

.pdp-form-wrapper input,
.pdp-form-wrapper textarea,
.pdp-form-wrapper select {
    border: 1px solid #eceff4;
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px !important;
    /* text-transform: uppercase; */
    margin-bottom: 0;
    padding: 10px 24px 10px 10px;
    line-height: 1;
    background-color: #f9fafc;
    background-size: 14px;
}

.product-form select {
    background-image: url(https://cdn.shopify.com/s/files/1/0065/7306/4236/files/Dropdown_arrow.png?v=1683637177);
}

.template-oyashe-bed .product-form .product-form-wrap {
    margin-top: 15px;
}

.swatch-size-wrapper .product-form__item.swatch-opt-length-and-width {
    padding: 0;
}

@media (min-width: 1025px) {
    .product-form__item--payment-button button {
        text-transform: capitalize;
        font-weight: 700;
        font-size: 20px;
    }
    .template-instabed .image-with-text-content .content-wrapper .content-wrapper-inner .img img {
        max-height: 586px;
    }
}

.customer-form-wrapper .from-wrapper .btn {
    font-size: 20px;
    text-transform: uppercase;
}

.product-tempate-flo-adjustable-pillow-memory-foam .product-form__item+.production-desc,
body.template-name-product-landing .product-tempate-set-of-2-eye-masks .product-form__item+.production-desc {
    display: none;
}

.extra-soft {
    font-size: 16px;
    margin-right: 12px !important;
}

.extra-support {
    font-size: 16px;
    margin-right: 0px !important;
}

.product-single__description ul {
    margin-left: 15px;
    margin-bottom: 0;
}

.mobile-menu-parent-li.active a {
    color: #004ea8;
}

#shopify-section-combine-product-image-with-over-text {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    .template-name-product-landing .how-dose-work-wrapper,
    .template-name-pillow .how-dose-work-wrapper,
    .template-name-oyashe-bed .how-dose-work-wrapper,
    .template-name-oyashe-box-bed .how-dose-work-wrapper {
        padding-top: 0;
    }
    .template-name-default-product .grid .grid__item,
    .template-name-product-landing .grid .grid__item,
    .template-name-pillow .grid .grid__item,
    .template-name-oyashe-bed .grid .grid__item,
    .template-name-oyashe-box-bed .grid .grid__item {
        padding: 0;
    }
    #shopify-section-combine-product-tab-with-image {
        margin-top: 0;
    }
    .product-block .slick-slide {
        padding: 0 7px;
    }
    .template-product .hp-product-block-wrapper .section-header .section-heading {
        margin-bottom: 15px;
    }
    .template-product .extra-soft,
    .template-product .extra-support {
        padding-left: 30px;
        padding-right: 30px;
    }
    .template-aloe-vera-mattress-protector .page-width,
    .template-oyashe-bed .page-width {
        padding-left: 7px;
        padding-right: 7px;
    }
    .template-name-oyashe-bed .block-wrapper .img {
        text-align: center;
    }
    .template-name-oyashe-bed .block-wrapper .img img {
        max-width: 75%;
        margin: 25px auto;
        display: inline-block;
    }
    .extra-soft {
        margin-right: 5px;
    }
    .extra-support {
        margin-left: 5px;
    }
}

.template-name-combine-template .product-form__item--payment-button {
    flex-direction: unset;
}

.combine-product-tabs .combine-product-tabs--left ul>li {
    margin-right: 6px;
    flex: calc(50% - 12px);
    border: 1px solid #e1e5ed !important;
    margin-bottom: 6px;
    border-radius: 5px;
    font-size: 16px;
    padding: 9px;
}

.combine-product-tabs .combine-product-tabs--left ul>li:nth-child(3),
.combine-product-tabs .combine-product-tabs--left ul>li:nth-child(4) {
    margin-bottom: 0;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .product-single__photos {
        padding: 0;
    }
}

.product-slideshow-pagination-item {
    min-width: 75px;
    height: 75px;
    margin: 0 10px 10px;
}

@media (max-width: 767px) {
    .product-slideshow-pagination-item {
        min-width: 50px;
        height: 50px;
        margin: 0 10px 10px;
    }
}

.brands--telephone svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .footer-section .footer-nav .footer-newsletter-wrap-desktop {
        text-align: center;
    }
    .brands--telephone a {
        justify-content: center;
    }
    .product-single__description.rte {
        margin-bottom: 0;
    }
    .pdp-form-wrapper .custom-box-wrapper label,
    .swatch-size-wrapper .selector-wrapper label {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .product-form__item {
        margin-bottom: 15px;
    }
}

.combine-product-tabs .combine-product-tabs--left ul>li:nth-child(even) {
    margin-left: 6px;
}

@media (max-width: 767px) {
    .combine-product-tabs .combine-product-tabs--left ul>li:nth-child(even) {
        margin-right: 0;
    }
}

.loox-review-start-wrap {
    margin: 15px 0;
    display: block;
}

.upsell-block-outer-wrapper,
.add-accessories-title {
    display: none;
}

.template-index .shopify-section.tab-section {
    margin-top: 40px;
}

.template-product.template-combine-template .shopify-section.footer-class,
.template-product.template-pillow .shopify-section.footer-class,
.template-product.template-product-landing .shopify-section.footer-class,
.template-product.template-aloe-vera-mattress-protector .shopify-section.footer-class {
    margin-top: 0;
}

.template-product.template-combine-template .shopify-section.footer-class .site-footer,
.template-product.template-pillow .shopify-section.footer-class .site-footer,
.template-product.template-product-landing .shopify-section.footer-class .site-footer,
.template-product.template-aloe-vera-mattress-protector .shopify-section.footer-class .site-footer {
    margin-top: 30px;
}

.swatch-size-wrapper .custom-size.active {
    margin-bottom: 25px;
}

/*  .swatch-size-wrapper .custom-size p{
      font-size: 13px;
    padding-top: 10px;
} */

.mobile-menu-parent-li.site-nav--has-dropdown.active .site-nav__dropdown {
    padding-top: 5px;
}

.tab-split-section ul.tab-heading li .arrow {
    display: none;
}

@media (max-width: 767px) {
    .tab-split-section ul.tab-heading li .arrow {
        display: block;
    }
}

.tab-split-section ul.tab-heading li .arrow svg {
    width: 15px;
    height: 15px;
    position: relative;
    top: 5px;
    margin-left: 5px;
}

.tab-split-section ul.tab-heading li .arrow svg path {
    fill: #0a4da9;
}

.mobile-menu-parent-li.site-nav--has-dropdown .parent-menu-wrap {
    display: flex;
    justify-content: space-between;
}

.mobile-menu-parent-li.site-nav--has-dropdown .parent-menu-wrap .mobile-menu-parent-anchor {
    min-width: 100px;
    text-align: right;
}

.product-big-image video {
    width: 100%;
    height: 100%;
}

.tab-split-section ul.tab-heading li .prev-arrow,
.tab-split-section ul.tab-heading li .next-arrow {
    display: none;
}

@media (max-width: 767px) {
    .tab-split-section ul.tab-heading li {
        margin-left: 0;
        width: 100%;
        display: none;
        padding-left: 15px;
        padding-right: 15px;
    }
    .tab-split-section ul.tab-heading li:first-of-type {
        margin: 0;
    }
    .tab-split-section ul.tab-heading li.active {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .tab-split-section ul.tab-heading li .prev-arrow,
    .tab-split-section ul.tab-heading li .next-arrow {
        display: inline-block;
        line-height: 0;
    }
    .tab-split-section ul.tab-heading li .prev-arrow {
        transform: rotate(180deg);
    }
    .tab-split-section ul.tab-heading li svg {
        width: 30px;
        height: 30px;
    }
    .tab-split-section ul.tab-heading li svg path {
        fill: #0a4da9;
    }
    .tab-split-section ul.tab-heading li:first-of-type .prev-arrow,
    .tab-split-section ul.tab-heading li:last-of-type .next-arrow {
        opacity: 0;
        visibility: hidden;
    }
}

.selector-wrapper.product-form__item.hidden {
    display: none !important;
}

.measurement-selector-wrapper.hidden {
    display: none !important;
}

.measurement-selector-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.measurement-selector-wrapper select {
    width: 100%;
}

/* .measurement-selector-wrapper .no-swatch{
  padding-right: 15px;
} */

.template-oyashe-bed .measurement-selector-wrapper .no-swatch {
    flex: 1 1 28%;
}

.measurement-selector-wrapper .swatch-opt-length-and-width select:not(.active) {
    display: none;
}

@media (max-width: 767px) {
    .measurement-selector-wrapper,
    .template-oyashe-bed .product-form .product-form-wrap .product-form__item,
    .template-aloe-vera-mattress-protector .product-form .product-form-wrap .product-form__item {
        flex-wrap: wrap;
    }
    .template-oyashe-bed .measurement-selector-wrapper .no-swatch {
        flex: 1 1 100%;
        padding-right: 0;
    }
}

.product-main-images {
    padding: 0 25px;
}

@media (max-width: 767px) {
    .product-main-images {
        padding: 0;
    }
}

.product-main-images .product-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.product-media .product-thumbnails .slick-slide {
    padding: 15px;
}

@media (max-width: 767px) {
    .product-media .product-thumbnails .slick-slide {
        padding: 0 5px;
    }
}

.product-media .product-thumbnails .product-image {
    width: 100px !important;
    height: 100px !important;
    border: 1px solid #d5d5d5;
}

@media (max-width: 767px) {
    .product-media .product-thumbnails .product-image {
        width: auto !important;
        height: auto !important;
        padding: 5px;
        margin: 0 5px;
    }
}

.product-media .product-thumbnails .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-media .product-thumbnails .slick-slide.slick-current.slick-active .product-image {
    border: 1px solid #0a4da9;
}

.product-media .product-main-images .slick-arrow,
.product-media .product-thumbnails .slick-arrow {
    background: url(https://cdn.shopify.com/s/files/1/0065/7306/4236/files/left-side-arroww.png?v=1659362459);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    outline: none;
    width: 30px;
    height: 30px;
    z-index: 99;
}

.product-media .product-main-images .slick-arrow:before,
.product-media .product-thumbnails .slick-arrow:before {
    display: none;
}

.product-media .product-main-images .slick-arrow.slick-prev,
.product-media .product-thumbnails .slick-arrow.slick-prev {
    left: -10px;
}

@media (max-width: 767px) {
    .product-media .product-main-images .slick-arrow.slick-prev,
    .product-media .product-thumbnails .slick-arrow.slick-prev {
        left: 15px;
    }
}

.product-media .product-main-images .slick-arrow.slick-next,
.product-media .product-thumbnails .slick-arrow.slick-next {
    right: -10px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 45%;
}

@media (max-width: 767px) {
    .product-media .product-main-images .slick-arrow.slick-next,
    .product-media .product-thumbnails .slick-arrow.slick-next {
        right: 15px;
    }
}

.product-main-images .product-single__media,
.product-main-images .product-single__video {
    position: relative;
    padding-bottom: 57%;
}

.product-main-images .product-single__media iframe,
.product-main-images .product-single__video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .product-media .product-main-images .slick-arrow.slick-next,
    .product-media .product-thumbnails .slick-arrow.slick-next {
        right: 0;
    }
    .product-media .product-thumbnails .slick-arrow.slick-next {
        top: 30%;
    }
    .product-media .product-main-images .slick-arrow.slick-prev,
    .product-media .product-thumbnails .slick-arrow.slick-prev {
        left: 0;
    }
}

#shopify-section-template--15579860959394__main {
    margin-top: 50px;
}

@media (max-width: 767px) {
        {
        padding-bottom: 50px;
    }
}

.variant-sku .other-info-sku:not(:first-child),
.cms-wrap .other-info-cms:not(:first-child),
.price-per-night .other-info-ppn:not(:first-child) {
    display: none;
}

.variant-sku .other-info-sku.active,
.cms-wrap .other-info-cms.active,
.price-per-night .other-info-ppn.active {
    display: block !important;
}

.mobile-price-wrap.product-price {
    display: none;
}

.measurement-selector-wrapper .product-form__item {
    margin-bottom: 0;
    width: calc(50% - 5px);
}

@media (max-width: 767px) {
    .wa-splmn-chat-btn-offset {
        bottom: 90px !important;
    }
    .mobile-price-wrap.product-price {
        display: block;
    }
    .mobile-price-wrap.product-price .price {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-price-wrap.product-price .price .money {
        font-size: 16px;
        margin: 0 5px;
        color: #265189;
        text-transform: capitalize;
    }
    .mobile-price-wrap.product-price .price .product-price-compare .money {
        opacity: 0.75;
        text-decoration: line-through;
    }
    .product-form__item {
        width: 100%;
    }
    .measurement-selector-wrapper .no-swatch {
        padding: 0;
    }
    .template-product .grid .grid__item {
        padding: 0;
    }
    .contact__buttons_main {
        left: auto;
        right: 20px;
        top: 75%;
        bottom: auto;
    }
    .measurement-selector-wrapper .product-form__item {
        width: 100%;
    }
    .footer--bottom-row .accordian_footer.Collapsible__Inner {
        text-align: left;
    }
}

.color-select-dropdown.selector-main-wrapper .swatch-wrap .color-swatch-wrap {
    display: flex;
    align-items: center;
}

.color-select-dropdown.selector-main-wrapper .swatch-wrap {
    margin-bottom: 0;
}

.color-select-dropdown.selector-main-wrapper .swatch-wrap .swatch-title {
    padding-right: 15px;
}

.color-select-dropdown.selector-main-wrapper .swatch-wrap .color-swatch-wrap .color-wrap {
    margin: 0 5px;
    position: relative;
}

.color-select-dropdown.selector-main-wrapper .swatch-wrap .color-swatch-wrap .color-wrap input {
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.color-select-dropdown.selector-main-wrapper .swatch-wrap .color-swatch-wrap .color-wrap label {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #dedede;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
}

.color-select-dropdown.selector-main-wrapper .swatch-wrap .color-swatch-wrap .color-wrap label img {
    width: 100%;
    border-radius: 100%;
    height: auto;
    max-width: 100%;
}

.color-select-dropdown.selector-main-wrapper .swatch-wrap .color-swatch-wrap .color-wrap input:checked~label {
    border: 2px solid #004ea8;
}

.color-select-dropdown.selector-main-wrapper .swatch-wrap .color-swatch-wrap .color-wrap label.color-label,
.color-select-dropdown.selector-main-wrapper .swatch-wrap .color-swatch-wrap .color-wrap input:checked~label.color-label {
    border: 0;
    font-size: 13px;
    height: auto;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.swatch-size-wrapper .available-size.custom-size-wrapper .custom-size-button-wrap .mtm .mtm-button .button {
    margin-top: 25px;
}

.swatch-size-wrapper .available-size.custom-size-wrapper .custom-size-button-wrap {
    margin: 0;
}

.main-title-flo {
    font-size: 65px;
    font-weight: 900;
}

.mobile-sticky-button {
    display: none;
}

@media (max-width: 767px) {
    .swatch-size-wrapper .available-size.custom-size-wrapper .custom-size-button-wrap .mtm .mtm-button .button {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .title-wrapper>h1,
    .title-wrapper>.switch_variant {
        margin-top: 10px;
    }
    .title-wrapper>h1 .vert-line {
        height: 27px;
    }
    .title-wrapper>h1 .title-text {
        margin-bottom: 0;
        font-size: 36px;
    }
    .main-title-flo {
        font-size: 45px;
    }
    .mobile-sticky-button {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 999;
        background: white;
        width: 100%;
        padding: 10px 10px !important;
        margin: 0;
        box-shadow: 0px 0 5px rgba(0, 0, 0, 0.6);
        justify-content: space-between;
        display: flex;
        align-items: center;
        justify-content: space-around;
        transition: auto 2s;
        transform: translateY(110%);
    }
    .mobile-sticky-button.active {
        transform: translateY(0);
    }
    .mobile-sticky-button>button,
    .mobile-price-wrap.product-price {
        flex: 1 1 48%;
        justify-content: center;
        text-transform: uppercase;
    }
    .mobile-price-wrap.product-price #AddToCart-product-template {
        background: #e1e5ed 0% 0% no-repeat padding-box;
        border: none;
        color: #3b444d;
    }
    .mobile-sticky-button .shopify-payment-button {
        margin-right: 10px !important;
        flex: 1 1 48%;
    }
}

.product-form__item--payment-button>div button {
    text-transform: uppercase;
}

.our-service-and-text {
    display: none;
}

body.template-index .our-service-and-text,
body.template-combine-template .our-service-and-text,
body.template-name-why-flo-page .our-service-and-text,
body.template-name-mattress-collection .our-service-and-text,
body.template-ortho-combine-template .our-service-and-text {
    display: block;
}

.footer-newsletter-wrap-desktop .timing p {
    font-size: 14px;
}

.measurement-selector-wrapper .protector-selector-wrapper label,
.color-select-dropdown.selector-main-wrapper .swatch-wrap .swatch-title,
.product-form-default-product-template h4,
.product-form-default-product-template label,
.product-tempate-flo-adjustable-pillow-fibre h4,
.product-tempate-flo-adjustable-pillow-fibre label,
.pdp-form-wrapper label,
product-form-product-template h4 {
    font-size: 17px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .measurement-selector-wrapper .protector-selector-wrapper label,
    .color-select-dropdown.selector-main-wrapper .swatch-wrap .swatch-title,
    .product-form-default-product-template h4,
    .product-form-default-product-template label,
    .product-tempate-flo-adjustable-pillow-fibre h4,
    .product-tempate-flo-adjustable-pillow-fibre label,
    .pdp-form-wrapper label,
    product-form-product-template h4 {
        font-size: 14px;
    }
}

.pdp-form-wrapper label {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

.pdp-form-wrapper label .moreinfo_pop {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    font-size: 12px;
    line-height: 12px;
    width: 20px;
    height: 20px;
    color: #db7000;
    border-radius: 999px;
    margin-left: 6px;
    cursor: pointer;
}

.pdp-form-wrapper label .moreinfo_pop img {
    width: 16px;
    height: 16px;
}

@media (max-width: 767px) {
    body.template-combine-template .services-icon-text .our-service-and-text .content-wrapper .content-wrapper-inner:last-child,
    body.template-index .services-icon-text .our-service-and-text .content-wrapper .content-wrapper-inner:last-child {
        display: block;
    }
    .services-icon-text .our-service-and-text .content-wrapper {
        justify-content: space-evenly;
    }
    body.template-combine-template .services-icon-text .our-service-and-text .content-wrapper .content-wrapper-inner:last-child {
        display: block;
    }
    .services-icon-text .our-service-and-text .content-wrapper .content-wrapper-inner .title {
        font-size: 11px;
    }
}

body .wa-splmn-chat-btn-offset,
body .contact__buttons_main {
    background: #265189;
    padding: 10px;
    right: -115px;
    transition: all 0.5s;
    box-shadow: none;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

body .wa-splmn-chat-btn-offset {
    transform: translateY(-50%);
    bottom: calc(28.5% - 30px);
}

@media (max-width: 767px) {
    body .wa-splmn-chat-btn-offset {
        bottom: calc(15% - 30px) !important;
    }
}

body .contact__buttons_main {
    right: -175px;
    padding: 10px 16px;
    transform: translateY(-50%);
    bottom: calc(29% + 30px) !important;
}

@media (max-width: 767px) {
    body .contact__buttons_main {
        bottom: calc(15% + 30px) !important;
    }
}

@media (min-width: 1024px) {
    body .wa-splmn-chat-btn-offset:hover,
    body .contact__buttons_main:hover {
        right: 0;
    }
}

body .contact__buttons_main a {
    display: flex;
    align-items: center;
}

body .wa-splmn-chat-btn-offset img {
    width: 30px;
    height: 30px;
}

body .contact__buttons_main svg {
    max-width: 25px;
    max-height: 29px;
}

body .wa-splmn-chat-btn-offset span,
body .contact__buttons_main span {
    margin: 0 10px;
}

body .wa-splmn-chat-btn-offset span:after {
    content: "Whatsapp Us";
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

body .contact__buttons_main span:after {
    content: "Talk to a Flo Expert";
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

body.template-aloe-vera-mattress-protector .product-single__description,
body.template-name-flo-bedsheet .product-single__description,
body.template-oyashe-bed .product-single__description {
    margin: 0 15px;
}

.template-aloe-vera-mattress-protector .product-form__item--payment-button,
.template-name-flo-bedsheet .product-form__item--payment-button,
.template-oyashe-bed .product-form__item--payment-button {
    margin-bottom: 35px;
}

.cross-upsell-outer-wrapper {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    margin: 0 -10px 50px;
    overflow: hidden;
}

.cross-upsell-outer-wrapper.slick-slider {
    overflow: visible;
}

.cross-upsell-outer-wrapper .slick-arrow {
    z-index: 3;
    display: block;
    background-image: url(https://cdn.shopify.com/s/files/1/0065/7306/4236/files/left-side-arroww.png?v=1659362459) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    outline: none;
    width: 30px;
    height: 30px;
    z-index: 99;
}

.cross-upsell-outer-wrapper .slick-arrow:before {
    display: none;
}

.cross-upsell-outer-wrapper .slick-arrow.slick-prev {
    left: -35px;
}

@media (max-width: 767px) {
    .cross-upsell-outer-wrapper .slick-arrow.slick-prev {
        left: 10px;
    }
}

.cross-upsell-outer-wrapper .slick-arrow.slick-next {
    right: -35px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 47%;
}

@media (max-width: 767px) {
    .cross-upsell-outer-wrapper .slick-arrow.slick-next {
        right: 10px;
    }
}

.cross-upsell-outer-wrapper .slick-list {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .cross-upsell-outer-wrapper .upsell-prod-info {
        min-height: 175px;
    }
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper {
    min-width: calc(33.33% - 20px);
    padding: 0 10px;
}

@media (max-width: 767px) {
    .cross-upsell-outer-wrapper .cross-upsell-wrapper {
        padding: 0 40px;
    }
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .product-img {
    line-height: 0;
    margin-bottom: 25px;
    border: 1px solid #d5d5d5;
    padding: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .product-img img {
    height: 200px;
    object-fit: contain;
    width: 100%;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .product-title {
    display: flex;
    justify-content: space-evenly;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .product-title .products-item__link,
.cross-upsell-outer-wrapper .cross-upsell-wrapper .product-title .products-item__price {
    min-width: 50%;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .product-title .products-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: inherit;
    min-height: 88px;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .product-title .products-item__price span {
    display: block;
    width: 100%;
    text-align: right;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .product-title .products-item__price span.compaer-at-price {
    text-decoration: line-through;
    opacity: 0.75;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .swatch-wrap {
    display: flex;
    align-items: center;
    margin: 10px 0 15px;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .swatch-wrap:first-child {
    margin-top: 0;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .swatch-wrap .swatch-title {
    line-height: initial;
    width: 50px;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .swatch-wrap select {
    width: calc(100% - 50px);
    background-color: #f9fafc;
    border-radius: 5px;
    border-color: #e8e9eb;
    margin-left: 15px;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .swatch-wrap .swatch-item-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .swatch-wrap .swatch-item-wrap .swatch-product-wrapper {
    position: relative;
    line-height: 0;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .swatch-wrap .swatch-item-wrap .swatch-product-wrapper input {
    position: absolute;
    width: 0;
    height: 0;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .swatch-wrap .swatch-item-wrap .swatch-product-wrapper input:checked+label {
    border: 1px solid #407abe;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .swatch-wrap .swatch-item-wrap .swatch-product-wrapper label {
    border: 1px solid #d9d9d9;
    margin-top: 0;
    margin-right: 10px;
    padding: 5px;
    border-radius: 100%;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .swatch-wrap .swatch-item-wrap .swatch-product-wrapper label span {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 0;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .qty-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .qty-wrap .qty-title {
    width: 50px;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .qty-wrap .qtybox {
    width: calc(100% - 50px);
    flex: 1 1 calc(100% - 50px);
    margin-left: 15px;
}

.cross-upsell-outer-wrapper .cross-upsell-wrapper .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
}

@media (max-width: 767px) {
    .cross-upsell-outer-wrapper .cross-upsell-wrapper .btn {
        font-size: 14px;
        font-weight: 400;
    }
}

@media screen and (max-width: 767px) {
    .contact__buttons_main {
        top: auto;
        bottom: 160px !important;
    }
}

.product-form__item--payment-button>div button {
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 1025px) {
    .product-form__item--payment-button>div button {
        font-size: 20px;
    }
}

.template-name-aloe-vera-mattress-protector .color-select-dropdown.protector-selector-wrapper,
.template-name-flo-bedsheet .color-select-dropdown.protector-selector-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: baseline;
}

@media (max-width: 767px) {
    .template-name-aloe-vera-mattress-protector .color-select-dropdown.protector-selector-wrapper,
    .template-name-flo-bedsheet .color-select-dropdown.protector-selector-wrapper {
        display: block;
    }
}

.template-name-aloe-vera-mattress-protector .color-select-dropdown.protector-selector-wrapper .swatch-wrap,
.template-name-flo-bedsheet .color-select-dropdown.protector-selector-wrapper .swatch-wrap {
    width: calc(50% - 5px);
}

@media (max-width: 767px) {
    .template-name-aloe-vera-mattress-protector .color-select-dropdown.protector-selector-wrapper .swatch-wrap,
    .template-name-flo-bedsheet .color-select-dropdown.protector-selector-wrapper .swatch-wrap {
        width: 100%;
    }
}

.template-name-aloe-vera-mattress-protector .color-select-dropdown.protector-selector-wrapper .product-form__item-wrap,
.template-name-flo-bedsheet .color-select-dropdown.protector-selector-wrapper .product-form__item-wrap {
    display: block;
    margin: 0;
    width: calc(50% - 5px);
}

@media (max-width: 767px) {
    .template-name-aloe-vera-mattress-protector .color-select-dropdown.protector-selector-wrapper .product-form__item-wrap,
    .template-name-flo-bedsheet .color-select-dropdown.protector-selector-wrapper .product-form__item-wrap {
        width: 100%;
    }
}

@media (max-width: 767px) {
    body.template-name-default .swatch-size-wrapper .selector-wrapper select,
    body.template-name-combine-template .swatch-size-wrapper .selector-wrapper select,
    body.template-name-mattress-product .swatch-size-wrapper .selector-wrapper select,
    .swatch-size-wrapper select.single-option-selector.active,
    .combine-product-tabs .combine-product-tabs--left ul>li,
    .combine-product-tabs .combine-product-tabs--right h6,
    .pdp-form-wrapper .custom-box-wrapper label,
    .swatch-size-wrapper .selector-wrapper label,
    .product-form select {
        font-size: 14px !important;
    }
    .combine-product-tabs .combine-product-tabs--right p {
        font-size: 12px;
    }
    .mobile-menu-parent-li.site-nav--has-dropdown .site-nav__child-link {
        padding-top: 10px;
        padding-bottom: 8px;
        color: #3d4246;
    }
}

.template-product .custom-variants-box li.active {
    margin-right: 15px;
}

.template-oyashe-bed .product-form .product-form-wrap {
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 25px;
}

.template-oyashe-bed .product-form .product-form-wrap .product-form__item-wrap {
    width: 50%;
}

@media (max-width: 767px) {
    .template-oyashe-bed .product-form .product-form-wrap .product-form__item-wrap {
        width: 100%;
    }
}

.template-oyashe-bed .product-form .product-form-wrap .product-form__item-wrap {
    font-size: 17px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .template-oyashe-bed .product-form .product-form-wrap .product-form__item-wrap {
        font-size: 14px;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item {
        margin: 25px 0;
    }
    .template-name-mattress-collection .footer-section {
        padding-top: 100px;
    }
}

#shopify-section-template--15579860959394__main .feature-variant {
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item {
        margin: 25px 25px !important;
    }
    .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item {
        flex: 1 1 calc(40% - 36px) !important;
    }
}

#shopify-section-template--15645915545762__main {
    margin-top: 50px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item {
        margin: 25px 25px;
        flex: 1 1 calc(40% - 36px) !important;
    }
}

#shopify-section-160710377078589bfd .icon-with-text-content .content-wrapper .content-wrapper-inner .img img {
    max-height: 54px !important;
}

.mobile-bar-icon .s0 {
    fill: #265189;
    opacity: 1;
}

.feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item:last-child {
    margin-bottom: 0px !important;
}

.coupon-code-wrapper {
    background-color: #0a4da9 !important;
}

body .wa-splmn-chat-btn-offset,
body .contact__buttons_main {
    background-color: #0a4da9 !important;
}

.template-product .selector-wrapper.product-form__item .label {
    margin-bottom: 5px !important;
}

body.template-pillow .custom-variants-box {
    margin: 0;
}

@media (max-width: 767px) {
    .template-product .selector-wrapper.product-form__item .label {
        font-size: 14px;
    }
}

.template-oyashe-bed .product-form .product-form-wrap {
    margin-top: 0px;
}

.extra-soft {
    font-size: 14px;
    margin-right: 12px !important;
}

.template-product .custom-variants-box li.active {
    font-size: 14px;
}

.extra-support {
    font-size: 14px;
    margin-right: 0 !important;
}

.side-cart-drawer .qty-box-wrapper {
    width: 100%;
}

#shopify-section-pxs-announcement-bar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 999;
}

[data-tab-title="ergo"].ergo,
[data-tab-title="ergo"].ergo.active {
    background-color: #e37100;
}

[data-tab-title="ortho"].ortho.active {
    background-color: #71d146 !important;
}

[data-tab-title="ortho"].ortho {
    margin-right: 0;
}

@media (min-width: 768px) {
    .template-baby-mattress .custom-variants-box [data-tab-title="ergo"] {
        margin: 0 !important;
        width: 45%;
        flex: auto;
    }
    .template-baby-mattress .custom-variants-box li.active {
        font-size: 16px;
    }
    .template-baby-mattress .custom-variants-box [data-tab-title="ortho"] {
        margin: 0;
        margin-left: 20px;
        width: 48%;
        margin-right: 0;
        flex: auto;
    }
    .template-baby-mattress .selector-wrapper {
        width: 50%;
        display: inline-block;
        padding-right: 20px;
        margin: 0 -2px;
    }
    .template-baby-mattress .selector-wrapper+.selector-wrapper {
        width: 50%;
        display: inline-block;
        margin: 0 -2px;
        padding-right: 0;
    }
}

.feature-variant .feature-variant--inner .featured-variant-items .featured-variant-item.anti-gravity .featured-variant-title .featured-variant-title-txt:before {
    background: #e8c302;
}

.hp-product-block-wrapper .product-block .slick-slide:nth-of-type(odd) .item-list .title p strong {
    color: #71d146;
}

.discount-code-apply-wrapper .discount-wrapper {
    display: flex;
    align-items: center;
    min-width: 100%;
    width: 100%;
    padding: 15px !important;
    justify-content: space-between;
    padding-bottom: 0;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .discount-code-apply-wrapper .discount-wrapper {
        flex-wrap: wrap;
    }
}

.discount-code-apply-wrapper .discount-wrapper #discount_code {
    width: 100%;
    font-weight: 300;
    margin-bottom: 15px;
}

.discount-code-apply-wrapper .discount-wrapper .discount-code {
    width: calc(100% - 175px);
    font-weight: 300;
}

@media (max-width: 767px) {
    .discount-code-apply-wrapper .discount-wrapper .discount-code {
        width: 100%;
    }
}

.discount-code-apply-wrapper .discount-wrapper #discount_code_btn {
    min-width: 150px;
    text-align: center;
    display: block;
    font-weight: 300;
}

@media (max-width: 767px) {
    .discount-code-apply-wrapper .discount-wrapper #discount_code_btn {
        margin-top: 10px;
        min-width: 100%;
    }
}

.discount-code-apply-wrapper .success-msg {
    padding: 15px;
    color: #004ea8;
    display: none;
}

.discount-price-wrapper {
    padding: 0 15px 15px;
}

.discount-price-wrapper .sub-total,
.discount-price-wrapper .total-price,
.discount-price-wrapper .discount-price {
    display: flex;
    justify-content: space-between;
}

.discount-price-wrapper .sub-total .price,
.discount-price-wrapper .total-price .price,
.discount-price-wrapper .discount-price .price {
    text-align: right;
    min-width: 150px;
}

.cart__shipping {
    display: none;
}

.cart__meta-text-wrapper.hide-size .option-Size {
    display: none;
}

.hide {
    display: none;
}

.home-left-right-features {
    max-width: 100%;
    padding: 0;
}

.home-left-right-features img {
    display: block;
}

.home-left-right-feature {
    /* font-size: 0; */
    margin-top: 100px;
}

.home-left-right-feature:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.borders .home-left-right-feature {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #e3e3e3;
}

.home-left-right-section {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

@media screen and (max-width: 1020px) {
    .home-left-right-section {
        width: 100%;
        display: block;
    }
}

.home-left-right-media {
    position: relative;
    display: inline-block;
    padding: 0;
}

.media-aligned-left .home-left-right-media {
    /* left: -50%;  */
}

@media screen and (max-width: 1020px) {
    .media-aligned-left .home-left-right-media {
        left: auto;
    }
}

.home-left-right-text {
    padding: 30px 60px 45px;
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .home-left-right-text {
        padding: 30px;
    }
}

@media screen and (max-width: 1020px) {
    .home-left-right-text {
        padding: 90px 30px;
        text-align: center;
    }
}

@media screen and (max-width: 720px) {
    .home-left-right-text {
        padding: 30px 15px;
    }
}

.media-aligned-left .home-left-right-text {
    position: relative;
    /* right: -50%;  */
}

@media screen and (max-width: 1020px) {
    .media-aligned-left .home-left-right-text {
        right: auto;
    }
}

.home-left-right-titles {
    font-size: 36px;
    line-height: 46px;
}

@media screen and (max-width: 1200px) {
    .home-left-right-titles {
        font-size: 26px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1020px) {
    .home-left-right-titles {
        max-width: 700px;
        margin: 0 auto;
        font-size: 36px;
        line-height: 46px;
    }
}

.home-left-right-content {
    margin-top: 15px;
}

@media screen and (max-width: 1020px) {
    .home-left-right-content {
        max-width: 700px;
        margin: 30px auto 0;
    }
}

.home-left-right-cta {
    padding-top: 30px;
}

.home-left-right-image.placeholder-svg {
    border: 0;
}

@media screen and (max-width: 1020px) {
    .home-left-right-image {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .title-wrapper {
        align-items: center;
    }
}

.discount-code-apply-wrapper .discount-wrapper #discount_code_btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.title-wrapper {
    align-items: center;
}

.switch_variant {
    border: 1px solid #e1e5ed !important;
}

.custom-shape .icon-wrap svg path,
.switch_variant .switch--bottom .arrow-icon svg path {
    fill: #e37100;
}

.switch_variant .switch--bottom svg {
    margin-left: 5px;
}

.slideshow-wrapper .slideshow__text-content .cta-button a .btn-icon svg path {
    fill: #e37100;
    opacity: 1;
}

@media (max-width: 767px) {
    .slideshow-wrapper .slideshow__image img {
        margin-top: -50px !important;
        object-fit: cover;
    }
    .slideshow-wrapper .slideshow__text-content {
        bottom: 50px !important;
    }
    .template-index .shopify-section.image-with-text-content-wrap {
        margin-top: 0 !important;
    }
}

@media (max-width: 580px) {
    .slideshow-wrapper .slideshow__text-content {
        bottom: 20px !important;
    }
    .slideshow__text-wrap {
        min-height: 470px;
    }
}

@media (max-width: 520px) {
    .slideshow__text-wrap {
        min-height: 520px;
    }
}

@media (max-width: 450px) {
    .slideshow-wrapper .slideshow__text-content {
        bottom: 0px !important;
    }
    .slideshow__text-wrap {
        min-height: 470px;
    }
}

@media (max-width: 420px) {
    .slideshow__text-wrap {
        min-height: 420px;
    }
}

@media only screen and (min-width: 750px) {
    .template-name-default-product .product-template__container,
    .template-about-us .main-content,
    .template-about-us-page .main-content,
    .template-why-flo-page .main-content,
    .template-combine-template .main-content,
    .template-instabed .main-content,
    .template-name-default-product .main-content,
    .template-name-product-landing .main-content,
    .template-name-contact .main-content,
    .template-page .main-content {
        padding-top: 0px;
    }
    .template-about-us .shopify-section,
    .template-about-us-page .shopify-section,
    .shopify-section,
    body.template-pillow .shopify-section,
    body.template-instabed .shopify-section,
    body.template-name-product-landing #shopify-section-product-template-default {
        margin-top: 0 !important;
    }
    .breadcrumb-wrapper {
        padding: 20px 15px;
    }
    .product-template__container.page-width {
        padding: 0;
    }
}

.template-contact .contact-us-wrapper .img {
    max-width: 100%;
}

.template-page:not(.template-the-sleep-company-vs-flo) .page-width {
    padding: 0;
}

.template-page .grid__item {
    left: 0;
    right: 0;
    width: 100%;
}

.customer-review-block-slider-wrapper {
    padding: 0;
}

.customer-review-block-slider-wrapper .main-header-wrap {
    padding: 50px 0;
    text-align: center;
}

.customer-review-block-slider-wrapper .review-block header {
    margin-bottom: 15px;
}

.customer-review-block-slider-wrapper .customer-review-block-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.customer-review-block-slider-wrapper .review-block {
    width: calc(25% - 15px);
    margin-bottom: 25px;
    padding: 25px 20px 15px;
    border: 1px solid #e5e5e5;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.customer-review-block-slider-wrapper .slick-slide {
    padding: 0 15px;
}

.customer-review-block-slider-wrapper .review-block .title {
    display: block;
    vertical-align: top;
    padding-top: 10px;
    color: #242424;
    font-weight: 600;
}

.customer-review-block-slider-wrapper .review-block .location-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-review-block-slider-wrapper .review-block .location-wrap span {
    padding: 0;
    font-size: 80%;
    margin: 0 5px;
}

.customer-review-block-slider-wrapper .review-block .location-wrap .icon {
    line-height: 0;
}

.customer-review-block-slider-wrapper .review-block .location-wrap .icon svg {
    width: 25px;
    height: 25px;
}

.customer-review-block-slider-wrapper .review-block .review-content {
    font-size: 0.875rem;
    text-align: left;
    position: relative;
    line-height: 24px;
    margin: 15px 0 15px;
    font-style: italic;
    height: 100px;
    overflow: auto;
    padding-right: 10px;
}

.customer-review-block-slider-wrapper .slick-dots {
    width: 100%;
    bottom: 0;
}

.customer-review-block-slider-wrapper .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    line-height: 0;
}

.customer-review-block-slider-wrapper .slick-dots li button {
    border: none;
    background: #1f548b;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
    padding: 0;
    opacity: 0.5;
}

.customer-review-block-slider-wrapper .slick-dots li.slick-active button {
    opacity: 1;
}

.customer-review-block-slider-wrapper .review-block .review-content::-webkit-scrollbar {
    width: 5px;
}

.customer-review-block-slider-wrapper .review-block .review-content::-webkit-scrollbar-track {
    background: #ffffff;
}

.customer-review-block-slider-wrapper .review-block .review-content::-webkit-scrollbar-thumb {
    background-color: #265189;
    border-radius: 10px;
    border: 3px solid #cccccc;
}

.customer-review-block-slider-wrapper .review-block a {
    border: 1px solid #265189;
    color: #265189;
    display: inline-block;
    padding: 2px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.8125rem;
    margin-top: 10px;
}

.customer-review-block-slider-wrapper .customer-review-block-wrapper,
.review-block-wrapper-plp {
    padding: 0 15px 50px;
}

@media (max-width: 767px) {
    .customer-review-block-slider-wrapper .customer-review-block-wrapper {
        padding: 0 15px;
    }
    .customer-review-block-slider-wrapper .review-block {
        width: calc(50% - 10px);
    }
}

@media (max-width: 400px) {
    .customer-review-block-slider-wrapper .review-block {
        width: calc(1000% - 10px);
    }
}

.price--wrap.product-var-price .money {
    text-decoration: line-through;
}

.cross-upsell-title {
    font-size: 20px;
}

@media (max-width: 767px) {
    .cross-upsell-title {
        text-align: center;
    }
}

.product-thumb-image {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.product-thumb-image .product-image-button {
    min-width: 75px;
    min-height: 75px;
    height: 75px;
    max-width: 75px;
    flex: 1 1 75px;
    margin: 10px;
}

/* .product-main-images .slick-list.draggable{
  height : auto !important;
} */

#shopify-section-plp-custom-slider .lightbox .lb-images {
    position: relative;
}

.videos_scroller .section-header {
    margin-bottom: 0;
}

.certificate-section {
    padding: 30px 0;
    color: #fff;
    background-color: #0a4da9;
}

.certificate-section .section-heading {
    text-align: center;
    font-size: 40px;
    line-height: 51px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 1;
    margin-bottom: 15px;
}

.videos_scroller .section-header h2 {
    text-align: center;
    font-size: 40px;
    line-height: 51px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #3b444d;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 30px;
}

.certificate-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.certificate-wrap .cerificate-col {
    max-width: calc(25% - 30px);
    width: 100%;
}

.certificate-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #0009;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.certificate-modal.open {
    display: flex;
}

.certificate-modal-wrap {
    height: 75vh;
    display: flex;
    justify-content: center;
    position: relative;
}

.close-cer-modal {
    cursor: pointer;
    display: block;
    position: absolute;
    top: -30px;
    right: -20px;
    color: #fff;
    font-size: 24px;
    z-index: 999;
}

.certificate-modal-wrap .certificate-img {
    overflow: auto;
}

.certificate-wrap .cer-a {
    display: block;
}

.template-index .page-container,
.template-product .page-container {
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
}

.more-info-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #0009;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.5s;
}

.more-info-popup.open {
    opacity: 1;
    visibility: visible;
}

.more-info-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    max-width: 767px;
    text-align: center;
    padding: 40px 20px;
}

.more-info-close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0px;
    right: 10px;
    color: #000;
    font-size: 24px;
    z-index: 999;
}

.videos_scroller .section-header {
    text-align: center;
}

.videos_scroller .videos_wp {
    display: flex;
    gap: 20px;
    padding-bottom: 15px;
    text-align: center;
    overflow: auto;
}

.videos_scroller .videos_wp::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.videos_scroller .videos_wp::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
}

.videos_scroller .videos_wp::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.videos_scroller .video_wp {
    flex: 0 0 35%;
}

.videos_scroller .videos_wp iframe {
    width: 100%;
    aspect-ratio: 2 / 1;
}

.videos_scroller .videos_wp h3 {
    margin: 10px 0 0;
    font-size: 16px;
}

.measuring_video {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.measuring_video .close-popup {
    position: fixed;
    top: 10px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.measuring_video-wrapper {
    max-width: 767px;
    width: 100%;
    padding: 0 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.measuring_video-wrapper iframe {
    object-fit: contain;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 2 / 1;
}

.product-detail-tab {
    padding: 10px;
}

.product-detail-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}

.product-detail-tab .product-detail-row h4 {
    margin: 0;
    color: #004ea8;
}

.product-detail-tab .pd-block {
    display: flex;
    gap: 10px;
    width: 50%;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .product-detail-tab .pd-block {
        width: 100%;
    }
}

.product-detail-tab .pd-info {
    flex: 1;
}

.product-detail-tab .pd-info p {
    font-size: 12px;
    margin-bottom: 5px;
}

.product-detail-tab .pd-block .pd-img img,
.product-detail-tab .pd-block .pd-img svg {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.product-detail-tab .pd-block h4 {
    margin: 0 0 5px;
    font-size: 16px;
    color: #004ea8;
}

@media (max-width: 767px) {
    .as-easy-as-wrapper .image-wrapper {
        padding-bottom: 50px;
    }
    .as-easy-as-wrapper .image-wrapper .slick-dots {
        bottom: 0;
    }
    .certificate-wrap {
        gap: 15px;
    }
    .certificate-wrap .cerificate-col {
        max-width: calc(50% - 15px);
    }
    .certificate-modal-wrap {
        height: initial;
        padding: 30px;
    }
    .close-cer-modal {
        top: 10px;
        right: 10px;
    }
    .videos_scroller .video_wp {
        flex: 0 0 80%;
    }
    .certificate-section .section-heading,
    .videos_scroller .section-header h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .template-collection .content-wrapper-box h2 {
        font-size: 20px;
    }
}

.header-right-side-links .b {
    fill: #004ea8;
}

.slideshow-wrapper .slideshow__text-content .cta-button a {
    background: #004ea8;
    border-radius: 10px;
    margin-right: 15px;
    width: fit-content;
    margin-bottom: 10px;
    padding: 10px;
    padding-right: 35px;
    text-align: center;
    position: relative;
}

.slideshow-wrapper .slideshow__text-content .cta-button a .btn-icon {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
}

.slideshow-wrapper .slideshow__text-content .cta-button a .btn-text {
    color: #fff;
}

.slideshow-wrapper .slideshow__text-content .cta-button a .btn-icon svg path {
    fill: #fff;
}

@media (max-width: 767px) {
    .slideshow-wrapper .slideshow__text-content .cta-button a .btn-text {
        font-size: 18px;
    }
}

.slideshow-wrapper .slideshow__text-content .cta-button a {
    margin-bottom: 10px;
    padding: 5px 35px 2px 10px;
    background: #e37100;
}

.slideshow-wrapper .slideshow__text-content .cta-button a.second-button {
    display: none;
}

@media (min-width: 1200px) {
    .loox-float-toggler-container.loox-float-toggler-container-right {
        left: -37px;
        right: auto;
        width: auto;
    }
    .loox-float-toggler-container .loox-float-toggler {
        border-radius: 15px 15px 0 0 !important;
        padding: 10px 25px 10px 25px;
    }
}

.swatch-size-wrapper .custom-size .mtm b {
    font-weight: 900;
}

.product-form .pre-ordertext {
    margin-bottom: 20px;
    font-size: 15px;
}

#haptik-xdk-wrapper {
    z-index: 9 !important;
}

/* new mini cart */

body .side-cart-drawer .cart-header h3 {
    color: #004ea8;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    text-transform: capitalize;
    text-align: center;
    padding: 20px 0 10px;
    margin: 0;
    border-bottom: 2px solid #dedede;
}

body .side-cart-drawer .cart-header .close-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #3d4246;
    position: absolute;
    top: 16px;
    right: 10px;
    border-radius: 999px;
    cursor: pointer;
}

body .side-cart-drawer .cart-header .close-icon svg {
    fill: #fff;
    width: 12px;
    height: 22px;
}

body .side-cart-drawer .qty-box-wrapper {
    margin: 10px 0 0;
}

body .side-cart-drawer .qtybox {
    background: unset;
    border: unset;
    display: flex;
    justify-content: center;
}

body .side-cart-drawer .qtybox span.qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 20px;
    padding-top: 2px;
    border-radius: 99px;
    color: #fff;
    background-color: #004ea8;
}

body .side-cart-drawer .qtybox input {
    padding: 3px 0 0;
    border: 0;
    max-width: 40px;
    background: unset;
}

body .side-cart-drawer .cart__row {
    display: flex;
    gap: 10px;
    position: relative;
    background-color: #f5f8fc;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

body .side-cart-drawer .cart__row .cart__image-wrapper {
    width: 100px;
}

body .side-cart-drawer .cart__row .cart__image-wrapper a {
    padding: 0;
}

body .side-cart-drawer .cart__row .cart__image-wrapper a img {
    width: 100%;
    max-height: unset;
    aspect-ratio: 1;
    object-fit: contain;
    background: #fff;
}

body .side-cart-drawer .cart__row .item-info {
    max-width: calc(100% - 140px);
    display: flex;
    flex-direction: column;
}

body .side-cart-drawer .cart__row .item-info .custom-size-title {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

body .side-cart-drawer .cart__row .item-info .list-view-item__title {
    font-size: 16px;
}

body .side-cart-drawer .cart__row .cart__remove {
    background-color: #e37100;
    padding: 2px;
    width: 22px;
    height: 22px;
    margin: 0;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

body .side-cart-drawer .cart__row .item-variant-title:first-child:not(:last-child):after {
    content: "|";
    margin: 0 1px 0 3px;
}

body .side-cart-drawer .cart__row p {
    margin: 0;
}

body .side-cart-drawer .cart__row .item-variant-title {
    position: relative;
    font-style: normal;
}

body .side-cart-drawer .cart__row .cart-item-price {
    margin-top: auto;
}

body .side-cart-drawer .cart__row .money-wrap {
    line-height: 1.2;
    color: #004ea8;
}

body .side-cart-drawer .cart__row .compare-at-price {
    font-weight: 300;
    font-size: 14px;
}

body .side-cart-drawer .cart__row .product-price {
    font-weight: 700;
    font-size: 16px;
}

body .side-cart-drawer form.cart {
    height: calc(100% - 60px) !important;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}

body .side-cart-drawer .item-outer-wrapper {
    flex: 1;
    overflow: auto;
}

body .side-cart-drawer .item-outer-wrapper::-webkit-scrollbar {
    width: 12px;
}

body .side-cart-drawer .item-outer-wrapper::-webkit-scrollbar-track {
    background: white;
}

body .side-cart-drawer .item-outer-wrapper::-webkit-scrollbar-thumb {
    background-color: #e37100;
    border-radius: 5px;
    border: 1px solid white;
}

body .side-cart-drawer .cart__footer {
    padding-top: 0;
    margin: 0 -15px;
    box-shadow: 1px 0px 40px 0px rgba(0, 0, 0, 0.3);
    position: relative;
}

body .side-cart-drawer .discount_code-box {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 3px solid #f1f1f1;
}

body .side-cart-drawer .discount-code-apply-wrapper .discount-wrapper {
    padding: 0 15px 15px !important;
}

body .side-cart-drawer .discount-code-apply-wrapper .discount-wrapper #discount_code {
    border-radius: 99px;
    padding: 10px 15px 6px;
    background-color: #f5f8fc;
    background-position: top 14px right 12px;
    text-align: center;
    color: #004ea8;
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 7px;
}

body .side-cart-drawer .discount-code-apply-wrapper .discount-wrapper .discount-code {
    border-radius: 99px;
    padding: 10px 15px 6px;
    background-color: #f5f8fc;
    text-align: center;
    color: #004ea8;
    font-size: 16px;
    font-weight: 800;
    width: 100%;
}

body .side-cart-drawer .discount-code-apply-wrapper .discount-wrapper .discount-code::placeholder {
    color: #004ea899;
}

body .side-cart-drawer .discount-code-apply-wrapper .discount-wrapper #discount_code_btn {
    width: 100%;
    margin-top: 12px;
}

body .side-cart-drawer .side-cart-checkout-btn {
    background: #db7000;
}

body .side-cart-drawer .discount-code-apply-wrapper .success-msg {
    padding: 0 15px 5px;
    color: #80d241;
    font-size: 12px;
    font-weight: 600;
}

body .side-cart-drawer .discount-code-apply-wrapper .success-msg2 {
    padding: 5px 0px 0;
    color: #80d241;
    font-size: 12px;
    font-weight: 600;
}

body .side-cart-drawer .discount-price-wrapper {
    color: #004ea8;
}

body .side-cart-drawer .discount-price-wrapper .total-price {
    font-weight: 800;
}

@media (max-width: 767px) {
    body .side-cart-drawer .cart__row .item-info .list-view-item__title {
        font-size: 14px;
    }
    body .side-cart-drawer .cart__row .item-info .custom-size-title {
        font-size: 12px;
    }
    body .side-cart-drawer .cart__row .item-variant-title {
        font-size: 12px;
    }
    body .side-cart-drawer .cart__row .compare-at-price {
        font-size: 12px;
    }
    body .side-cart-drawer .cart__row .product-price {
        font-size: 15px;
    }
    body .side-cart-drawer .cart__row .cart__meta {
        margin-bottom: 10px;
    }
    body .side-cart-drawer .cart__row .cart__update-wrapper {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
    }
    body .side-cart-drawer .qtybox input {
        max-width: 30px;
    }
    body .side-cart-drawer .qtybox span.qty-btn {
        width: 24px;
        height: 24px;
    }
    body .side-cart-drawer .grid .grid__item {
        padding: 0 15px;
    }
    body .side-cart-drawer .discount-price-wrapper,
    .side-cart-drawer .cart_text_note {
        font-size: 12px;
    }
    body .side-cart-drawer .discount-code-apply-wrapper .discount-wrapper #discount_code,
    body .side-cart-drawer .discount-code-apply-wrapper .discount-wrapper .discount-code {
        font-size: 14px;
        padding: 8px 15px 3px;
    }
    body .side-cart-drawer .discount-code-apply-wrapper .success-msg {
        font-size: 12px;
        font-weight: 500;
    }
    .side-cart-drawer .side-cart-checkout-btn-wrapper input[type="submit"] {
        font-size: 18px;
        padding: 10px 10px 5px;
        letter-spacing: 0;
    }
    body .side-cart-drawer .discount-code-apply-wrapper .discount-wrapper #discount_code_btn {
        padding: 6px;
    }
    .side-cart-drawer .side-cart-checkout-btn-wrapper:after {
        top: 4px;
    }
}

@media (max-width: 749px) {
    body .side-cart-drawer .cart__row .item-info {
        max-width: calc(100% - 100px);
    }
}

@media (max-width: 375px) {
    .side-cart-drawer .side-cart-checkout-btn-wrapper input[type="submit"] {
        font-size: 16px;
    }
    .side-cart-drawer .side-cart-checkout-btn-wrapper:after {
        width: 28px;
        height: 28px;
    }
}

.qtybox input {
    background: #f9fafc;
    max-width: 50px;
    padding: 0;
    text-align: center;
    border: 0;
    text-align: center;
}

.pdp-form-wrapper .qty-input__btn {
    border: 0 !important;
    background: transparent !important;
}

.pdp-form-wrapper .qty-input__btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    color: #c4cad6;
}

.swatch-size-wrapper .product-info__add-button {
    flex: 0 0 100%;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}

.swatch-size-wrapper .product-info__add-button button {
    height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.swatch-size-wrapper .shopify-payment-button {
    flex: 1 1 calc(50% - 20px);
    margin-right: 20px;
}

.swatch-size-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded,
.sr-headless-checkout {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: rgb(var(--btn-text-color));
}

.shiprocket-headless {
    flex: 1 1 calc(50% - 20px);
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .swatch-size-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded,
    .sr-headless-checkout {
        padding: 12px 5px !important;
        font-size: 14px;
        font-weight: 400;
    }
    .swatch-size-wrapper .product-info__add-button button {
        padding: 12px 5px !important;
        font-size: 14px;
        font-weight: 400;
    }
}