/** Shopify CDN: Minification failed

Line 790:0 Unexpected "}"
Line 3298:4 Unexpected ","

**/
/* h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
body {
	font-family: 'Oakes Grotesk', sans-serif !important;
} */
b,
strong {
    font-weight: bold;
}

body{
  overflow-x:hidden !important;
}
/*body.product .sleep-slider-section{ display:none;}
body.product .brand-logo-wrapper { margin-top: 30px;}*/

.custom-main-menu-wrapper .btn {
    position: absolute;
    top: 10px;
    left: 45px;
    height: 37px;
    width: 37px;
    text-align: center;
    background: #1b1b1b;
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease;
}

.custom-main-menu-wrapper .btn.click {
    left: 342px;
}

.custom-main-menu-wrapper .btn span {
    color: white;
    font-size: 15px;
    line-height: 36px;
}

.custom-main-menu-wrapper .btn.click span:before {
    content: '\f00d';
}

.custom-main-menu-wrapper {
    position: fixed;
    width: 342px;
    height: 100vh;
    left: -350px;
    background: #fff;
    transition: left .4s ease;
    z-index: 1000;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.custom-main-menu-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.custom-main-menu-wrapper::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.custom-main-menu-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #152a7b;
}

.custom-main-menu-wrapper.show {
    left: 0px;
}

.custom-main-menu-wrapper .sidebar .text {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background: #fff;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.shopify-section-header-hidden {
    transform: translateY(0%);
}

.custom-main-menu-wrapper nav>ul {
    padding: 2.25rem;
}

.custom-main-menu-wrapper nav ul {
    background: #fff;
    height: 100%;
    width: 100%;
    list-style: none;

}

.custom-main-menu-wrapper nav ul li {
    padding: 11px 0;
    /*             opacity: 0; */
    /*             margin-left: -10%; */
    /*             transition: all .5s ease-in; */
    /*             will-change: transform,opacity; */
    transition-delay: .1s !important;
}

.custom-main-menu-wrapper.show ul li {
    opacity: 1;
    margin-left: 0;
}

.custom-main-menu-wrapper nav ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.custom-main-menu-wrapper nav ul li a {
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%;
}

.custom-main-menu-wrapper nav ul li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 5px;
    bottom: 0px;
    left: 0;
    background-color: #152c7b;
    visibility: hidden;
    transition: all .3s ease-in-out 0s;
}

.custom-main-menu-wrapper nav ul li a:hover:before {
    visibility: visible;
    width: 3rem;
}

.custom-main-menu-wrapper nav ul li.active a {
    color: #152c7b;
    background: #fff;
}

.custom-main-menu-wrapper nav ul li a>span img {
    max-width: 15px;
}

.custom-main-menu-wrapper nav ul li a img {
    max-width: 18px;
    width: 100%;
    margin-top: -6px;
}


.custom-main-menu-wrapper .feat-show {
    transition: all 0.5s;
}

.custom-main-menu-wrapper nav ul li.active .inner-list {
    /*             transition: all 0.5s; */
}

.custom-main-menu-wrapper nav ul .inner-list {
    position: static;
    /*     display: none; */
    margin-left: 1.25rem;
    padding-left: 0;
    height: 0;
    overflow: hidden;
    transition: height .3s ease-out;
}

.custom-main-menu-wrapper nav ul.show {
    display: block;
    transition: height .3s ease-out;
    height: 130px;
}

.custom-main-menu-wrapper nav ul .inner-list li {
    border-top: none;
}

.custom-main-menu-wrapper nav ul .inner-list li a {
    font-size: 16px;
    color: #000;

}

.custom-main-menu-wrapper nav ul li.active .inner-list li a {
    color: #000;
    background: #fff;
    border-left-color: transparent;
}

.custom-main-menu-wrapper a:hover {
    color: #152c7b !important;
}

.custom-main-menu-wrapper nav ul .inner-list li a:hover {
    color: #152c7b !important;
}

.custom-main-menu-wrapper nav ul li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 15px;
    transition: transform 0.4s;
}

.desktop-banner-btn {
    display: block;
}

.mob-collection {
    display: none !important;
}

.custom-main-menu-wrapper nav ul li a span.rotate {
    transform: translateY(-50%) rotate(-180deg);
}


.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #202020;
    z-index: -1;
    text-align: center;
}

.sidebar-logo img {
    max-width: 120px;
}

.sidebar-account-menu-wrapper {
    border-top: solid 1px #5c5c5c;
    padding-top: 10px;
    margin-top: 20px;
}

.sidebar-account-menu-wrapper ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-account-menu-wrapper ol li:first-child a img {
    width: 20px;
    margin-right: 10px;
}

.sidebar-account-menu-wrapper ol li a {
    font-size: 16px !important;
    padding: 1.1rem 3rem;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #000;
}

.sidebar-account-menu-wrapper ol li a {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.announce_bar_img img {
    max-width: 65px;
    width: 100%;
    height: auto;
}

.announcement-bar__message {
    display: inline-block;
}

.announcement-bar__message p {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.announcement-bar__message a {
    padding: 0;
    display: inline-block;
    width: inherit;
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
    text-decoration: underline;
}

.announcement-bar {
    padding: 4px 0;
}

.announcement-bar-close {
    text-align: right;
}

.announcement-bar-close i {
    color: #fff;
    font-size: 16px;
}

/* .custom-main-menu-wrapper {
    position: relative;
    z-index: 9;
} */
#shopify-section-header {
    z-index: 4;
}

.header .header__icons #cart-icon-bubble {
    margin-right: 0;
}

header.header {
    padding: 10px;
}

.header__heading-logo-wrapper {
    position: relative;
    z-index: 99;
}

header.header .sidebar-open span {
    font-size: 18px;
    color: #000;
}

header {
    border-bottom: 2px solid #fff;
    position: relative;
}

.image-banner {
    border-bottom: 35px solid #eaeaea;
}

.sidebar-close .btn {
    position: inherit;
    background-color: #fff;
    height: auto;
    width: auto;
    padding: 0;
}

.sidebar-close .btn span {
    color: #000;
    font-size: 18px;
    line-height: 1;
}

.custom-main-menu-wrapper nav ul li .header__menu-item {
    padding: 0;
}

.sidebar-myaccount i {
    color: #000;
    font-size: 16px;
}

.shopify-section-header-fixed {
    position: fixed;
    width: 100%;
}

.custom-main-menu-wrapper nav ul>li:nth-child(1) {
    --animate-duration: 0.3s;
}

.custom-main-menu-wrapper nav ul>li:nth-child(2) {
    --animate-duration: 0.4s;
}

.custom-main-menu-wrapper nav ul>li:nth-child(3) {
    --animate-duration: 0.5s;
}

.custom-main-menu-wrapper nav ul>li:nth-child(4) {
    --animate-duration: 0.6s;
}

.custom-main-menu-wrapper nav ul>li:nth-child(5) {
    --animate-duration: 0.7s;
}

.custom-main-menu-wrapper nav ul>li:nth-child(6) {
    --animate-duration: 0.8s;
}

.custom-main-menu-wrapper nav ul>li:nth-child(7) {
    --animate-duration: 0.9s;
}

.custom-main-menu-wrapper nav ul>li:nth-child(8) {
    --animate-duration: 1s;
}

.custom-main-menu-wrapper nav ul>li:nth-child(9) {
    --animate-duration: 1.1s;
}

.header .sidebar-open {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header .sidebar-open .header__search .header__icon {
    height: 3.4rem;
    width: 4.4rem;
}

.header .header__icons .header__icon img {
    height: 18px;
    width: 18px;
}

.custom-main-menu-wrapper+.sidebar-close.btn {
    height: 100vh;
    width: 100%;
    display: block;
    right: 0;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #0000004d;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 11;
    display: none;
}

.custom-main-menu-wrapper.show+.sidebar-close.btn {
    display: block;
}

/* ====================================
    banner section css start
==================================== */

.banner-right-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.banner-content-inner img {
    max-width: 100px;
    width: 100%;
    transform: rotate(-90deg);
    margin: 40px 0;
    height: auto;
    margin-left: -30px;
}

.banner-left-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.banner-content-inner h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1;
    position: relative;
    color: #000;
    font-weight: 700;
}

.banner-content-inner h1:after {
    content: "";
    display: block;
    background-color: #000;
    height: 7px;
    width: 50px;
    margin-top: 15px;
}

.banner-content-inner p {
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 300;
}

.custom-button {
    display: block;
}

.custom-button a {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding: 15px 30px 15px 30px;
    border: 0.17em solid #000;
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.custom-button a:after {
    display: none;
}

.banner-content-inner>a {
    font-size: 12px;
    color: #000;
    text-decoration: underline;
    margin-top: 20px;
    display: inline-block;
}

.banner-main-wrapper {
    background-color: #8bc3fc;
    padding-top: 100px;
}

.banner-right-img {
    position: relative;
}

.banner-icon-1 img {
    max-width: 100px;
    width: 100%;
}

/* ====================================
    banner section css end
==================================== */


/* ====================================
    companys logo section css start
==================================== */

.companys-logos-wrapper {
    margin-top: 40px;
}

.companys-title {
    text-align: center;
}

.companys-title h2,
.multi-column .title-wrapper-with-link h2,
.image-with-text-custom .image-with-text h2 {
    font-size: 34px;
    color: var(--color-title);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}

.companys-logos-wrapper ul.logo-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.product .companys-logos-wrapper ul.logo-bar {
    padding-bottom: 40px;
}

.companys-logos-wrapper ul.logo-bar li img {
    max-width: 150px;
    width: 100%;
}

/* ====================================
    companys logo section css end
==================================== */


/* ====================================
    products section css start
==================================== */
.template-product .product-detail  .thumbnail[aria-current] {
    box-shadow: 0 0 0 0.1rem #f6d064;
    border-color: #f6d064;
}
.template-product .product-detail  ul.icon-with-text span.h4.inline-richtext {
    margin-bottom:0px;
}
.template-product .product-content-details .product-logo img {
    margin: 0 11px;
    height: 35px;
}
.template-product .product-detail .product-form__submit{
    border-radius:50px;
    font-weight:600;
    padding: 20px;
}
.template-product .product-detail .product-form__submit:before{
    display:none;
}
.template-product .product-detail .product-form__submit:after{
    display:none;
}
.template-product .product-information-main-wrapper {
    padding:0px;
    margin-top:85px;
    background:#f0c862;
    overflow-x:hidden;
}
.template-product .product-information-main-wrapper .feature-heading {
    background: #d1d1d1;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.template-product .product-information-main-wrapper .feature-heading h2{
    color: #000;
    font-size: 40px;
    font-weight: 500;
}

.template-product .product-information-main-wrapper .row{
    padding: 40px 0;
}
.template-product .product-information-main-wrapper .features-details .features li{
 border:none;   
 margin-bottom:15px;
 color:#fff;
 font-size: 14px;
 display: flex;
 align-items: center;
}
.template-product .product-information-main-wrapper .features-details .features li img{
    width:35px;
    height:35px;
    object-fit:contain;
    margin-right:15px;
}
.template-product .product-bottom-info-wrapper{
    margin-left:0px;
    margin-right:0px;
}
.template-product .product-bottom-info-wrapper > p{
    color:#fff;
    text-align:center;
    line-height:40px;
}
.template-product .product-bottom-info-wrapper .accordion-wrapper{
    max-width:500px;
    background:#fff;
    padding: 15px 15px 25px;
    margin-left:auto;
    margin-right:auto;
}
.template-product .product-bottom-info-wrapper .accordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  margin-top:0px;
  border-bottom:1px solid #404040;
  font-weight:600;
    position:relative
}
.template-product .product-bottom-info-wrapper .accordion:before{
    content: "";
    display: block;
    background-image: url(/cdn/shop/files/arrow-UP.png?v=1699278694);
    height: 15px;
    width: 15px;
    background-size: 100%;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 18px;
    transition: all .5s ease-in-out;
}
.template-product .product-information-main-wrapper .product-bottom-info-wrapper .active:before{
        transform: rotate(0deg);
}
.template-product .product-information-main-wrapper .product-bottom-info-wrapper .active,
.template-product .product-information-main-wrapper .product-bottom-info-wrapper .accordion:hover {
  background-color: transparent;
}
.template-product .product-information-main-wrapper .product-bottom-info-wrapper .active +.panel{
  padding: 10px 0 0;
}
.template-product .product-information-main-wrapper .product-bottom-info-wrapper .panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.template-product .product-information-main-wrapper .product-bottom-info-wrapper .panel ul{
    margin-bottom: 0px;
}
.template-product .product-information-main-wrapper .product-bottom-info-wrapper .panel  li{
    font-size:14px;
    margin-bottom: 10px;
}
.template-product .product-information-main-wrapper .product-bottom-info-wrapper ul li:after{
top:7px;
}
.multi-column .title-wrapper-with-link {
    justify-content: center;
}

.multi-column .multicolumn-list__item .media--adapt .multicolumn-card__image {
    right: 0;
}

.multi-column .multicolumn-card {
    border-radius: 24px;
}

.multicolumn.background-primary .multicolumn-card {
    background-color: transparent !important;
    background: none !important;
}

.multi-column .multicolumn-card-spacing img {
    right: 0 !important;
    margin: 0 auto;
}

.multi-column .multicolumn-card-spacing {
    margin-left: 0;
    margin-right: 0;
    background-color: #f5d993;
    padding: 2.5rem 2.5rem;
    border-radius: 24px;
}
.multi-column .multicolumn-card__info {
    display: flex;
    justify-content: center;
}

/* .multi-column .multicolumn-list li:last-child .multicolumn-card-spacing {
    background-color: #b4dded;
}

.multi-column .multicolumn-list li:first-child .multicolumn-card-spacing {
    background-color: #e4e4e4; */
}

.multi-column .multicolumn-card__info {
    text-align: center;
}

.multi-column .multicolumn-card__info .link {
    background-color: #f6d064;
    color: #fff;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    min-width: 200px;
}



.product-title-wrapper h2 {
    font-size: 34px;
    color: #152c7b;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.product-title-wrapper p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1;
}

.companys-logos-wrapper .simplebar-content {
    display: flex;
    grid-gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.home-product-inner-wrapper {
    flex-wrap: wrap;
    padding-bottom: 55px;
    margin-bottom: 30px !important;
    display: flex;
    justify-content: center;
}

.simplebar-placeholder {
    display: block !important;
}

.simplebar-track.simplebar-horizontal {
    background: #fff;
    left: 50% !important;
    transform: translate(-50%, 0);
}

.simplebar-scrollbar:before {
    background: #f3ca62 !important;
    opacity: 1 !important;
}

.simplebar-track.simplebar-horizontal {
    max-width: 450px;
    height: 12px !important;
    border-radius: 4px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0px !important;
    height: 12px !important;
}

.home-product-inner-wrapper li {
    min-height: 505px;
    border: 20px solid #d5d4ce;
    width: 325px !important;
    max-width: 352px !important;
    padding: 20px 30px !important;
}

.home-product-inner-wrapper li .card-wrapper>.card {
    border: none;
}

.home-product-inner-wrapper li .card-wrapper>.card .card__information {
    text-align: center !important;
    padding-bottom: 0;
}

.home-product-inner-wrapper li .card-wrapper>.card .card__information .card__heading {
    font-size: 22px;
    font-weight: 700;
    min-height: 90px;
}

.home-product-inner-wrapper li .card-wrapper>.card>.card__inner {
    min-height: 425px;
}

.home-product-inner-wrapper li .card-wrapper>.card .card__information .card-information {
    text-align: center;
}

.home-product-inner-wrapper li .card-wrapper>.card .card__information .card-information p {
    font-size: 18px;
    font-weight: 500;
}
.home-product-inner-wrapper li .card-wrapper>.card .card__information .card__heading a:hover {
    color: #000;
}

.home-product-inner-wrapper li .card-wrapper>.card .card__information .card-information i {
    font-size: 18px;
}

.sleep-slider-section .product-title-wrapper p {
    max-width: 35%;
    margin: 0 auto;
    line-height: 1.4;
    font-weight: 400;
}

.sleep-slider-section .product-title-wrapper h2 {
    color: #000;
}

.simplebar-content:after,
.simplebar-content:before {
    display: none !important;
}

.product-content-details .spr-starrating {
    justify-content: flex-start !important;
    margin-bottom: 40px;
    position: relative;
}


/* ====================================
   Image with text section start
==================================== */

.image-with-text-custom .image-with-text {
    background-color: #f6d064;
    border-radius: 54px;
    padding: 100px 50px;
}

.image-with-text-custom .image-with-text p {
    color: #fff;
    text-transform: unset;
    font-size: 18px;
}

.image-with-text-custom .image-with-text__content>p {
    font-size: 16px;
}

.image-with-text-custom .image-with-text h2 {
    margin-top: 16px;
    color: #fff;
    text-transform: unset;
    font-size: 46px;
}

.image-with-text-custom .image-with-text .button--primary {
    background-color: #fff;
    color: #000;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    min-width: 200px;
    border: 0;
}

.image-with-text-custom .image-with-text .button--primary:after {
    border: none;
    box-shadow: none;
}

.image-with-text-custom .image-with-text .button--primary svg {
    margin-left: 10px;
}

.image-with-text-custom .image-with-text .global-media-settings {
    overflow: visible !important;
}

.image-with-text-custom .image-with-text__media .image_logo {
    width: 250px;
    height: auto;
    position: absolute;
    top: -60px;
    right: 0;
    left: auto;
}



/* ====================================
   Image with text section end
==================================== */


/* ====================================
    multi row section css start
==================================== */

.multirow-custom .multirow {
    padding-bottom: 0;
}

.multirow-custom .multirow__inner {
    gap: 0;
}

.multirow-custom .image-with-text:first-of-type {
    background-color: #f3ca62;
}

.multirow-custom .image-with-text:last-of-type {
    background-color: #99aa67;
}

/* .multirow-custom .image-with-text:first-of-type .image-with-text__content {
    justify-content: flex-end;
} */
.multirow-custom .image-with-text h2,
.multirow-custom .image-with-text p {
    color: #fff;
}

.multirow-custom .image-with-text .button--secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #ffffff;
    border-radius: 50px;
    font-weight: 500;
}

.multirow-custom .image-with-text .button--secondary::after {
    content: none;
}

.multirow-custom .image-with-text:last-of-type .button--secondary {
    margin-top: 6rem;
}

.multirow-custom .image-with-text:last-of-type h2 {
    font-size: 30px;
}

.multirow-custom .image-with-text:last-of-type .top-capption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
}

.multirow-custom .image-with-text:last-of-type .top-capption img {
    width: 100px;
}

.multirow-custom .image-with-text:last-of-type .top-capption p {
    font-size: 20px;
    font-weight: 600;
}

.multirow-custom .image-with-text__content {
    padding: 6rem !important;
    min-height: 600px;
}

/* ====================================
    commitment-section css start
==================================== */

.custom-commitment-section {
    background-color: #faf9f6;
}

.custom-commitment-section .commitment-section {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 50px;
}

.commitment-left {
    width: 40%;
}

.commitment-left .custom-line {
    width: 160px;
}

.commitment-left .commitment-logo img {
    width: 324px;
    margin: 70px 0px;
}

.commitment-left .commitment-text span {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 60px;
}

.commitment-left .commitment-text span:first-child p {
    color: #a7b2b5;
}

.commitment-left .commitment-text span img {
    width: 28px;
    margin-right: 10px;
}

.commitment-left .commitment-text span p {
    margin-bottom: 0;
}

.commitment-right {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.commitment-right .commitment-image img {
    width: 180px;
    margin-bottom: 40px;
}

.commitment-right p {
    font-size: 16px;
}

/* ====================================
    commitment-section css End
==================================== */


/* ====================================
    Footer section css start
==================================== */
.banner__buttons .button {
    border: 2px solid rgb(var(--color-secondary-button-text));
    font-weight: 600;
}
.banner__buttons .button:hover {
    color: #f6d064;
}
.banner__buttons .button svg {
    margin-left: 12px;
}

.foot-head h2 a {
    color: #fff;
}

.custom-footer-main-wrapper {
    border-top: 40px solid #cbcbcb !important;
}

.footer .newsletter .footer-block__newsletter {
    background-color: #eaeaea;
    border-radius: 20px;
    text-align: left;
    padding: 60px 35px;
    max-width: 400px;
}
.footer .newsletter-form__field-wrapper{
    max-width: 100%;
}
.footer .newsletter .footer-block__newsletter .footer-block__heading {
    color: #000;
}

.footer .newsletter .footer-block__newsletter .newsletter-form__button {
    position: relative;
}

.footer .newsletter .footer-block__newsletter .field:after {
    box-shadow: none;
}

.footer .newsletter .newsletter-form__button {

    background-color: #000 !important;
    color: #fff !important;
    font-size: 15px;
    min-width: 110px;
    border-radius: 50px;
    padding: 10px;
}

.footer .newsletter .newsletter-form__button svg {
    margin-left: 10px;
}

.footer .newsletter .newsletter-form__field-wrapper .field__input {
    width: calc(100% - 75px);
    background-color: #fff;
    color: #000000;
    padding: 5px;
        border-radius: 10px;
}
.footer .newsletter .newsletter-form__field-wrapper label.field__label {
    color: #000;
}

.footer .newsletter h2 {
    margin-bottom: 15px !important;
}

.footer .newsletter .footer-block__newsletter p {
    font-size: 16px;
    margin-bottom: 20px;
        color: #000;
}

.footer .newsletter .newsletter-form {
    max-width: 100%;
}

.custom-footer-main-wrapper .newsletter .field {
    position: relative;
    gap: 15px;
}

.custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper {
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
}

.footer__copyright,
.footer__copyright a {
    color: #fff !important;
}

.footer__copyright.caption {
    display: flex;
    flex-direction: column-reverse;
    font-size: 14px;
    margin-bottom: 40px !important;
}

.footer__copyright .copyright__content {
    font-size: 14px;
    margin-top: 10px;
}

.footer__copyright .footer-terms-links a {
    margin: 0 10px;
}

.custom-footer-main-wrapper .foot-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
@media (min-width:1400px){
   .custom-footer-main-wrapper .foot-head {
        justify-content: center;
        gap: 375px;
    } 
}
.foot-head li.list-social__item {
    margin-left: 15px;
}

.foot-head li.list-social__item a {
    background-color: rgb(var(--color-foreground));
    border-radius: 50px;
}

.foot-head li.list-social__item a svg {
    color: rgb(var(--color-button-text));
}

.foot-head>h2 {
    font-weight: 600;
    font-size: 32px;
}

.custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper .grid__item {
    width: 100%;
    max-width: 100%;
}

.custom-footer-main-wrapper .footer-block h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1;
    text-transform: uppercase;
}


.custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper .footer-block.grid__item:nth-child(2) h2:after {
    display: none;
}

.custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper .footer-block.grid__item:nth-child(2) h2 {
    margin-bottom: 15px;
}

.custom-footer-main-wrapper .footer-block .footer-block__details-content p {
    font-size: 16px;
    font-weight: 300;
    color: #3d3d3d;
}

.custom-footer-main-wrapper .footer-block ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
}

.custom-footer-main-wrapper .footer-block ul li a:hover {
    opacity: 0.7;
    color: #fff !important;
}

.custom-footer-main-wrapper .footer-block ul li {
    margin-bottom: 5px;
    list-style: none;
}

.custom-footer-main-wrapper .footer-block ul {
    padding: 0;
}

.custom-footer-main-wrapper .footer-block ul li a .icon {
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 10px;
}

.custom-footer-main-wrapper .footer-block ul li a .icon i {
    color: #cbcbcb;
    font-size: 16px;
}

.custom-footer-main-wrapper .footer__content-bottom {
    padding: 20px 0;
    border: none;
    position: relative;
    background-color: #f6d064;
}

.custom-footer-main-wrapper .footer__content-bottom .footer__content-bottom-wrapper {
    display: block;
    padding: 0;
}

.custom-footer-main-wrapper .footer__content-bottom .align-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.custom-footer-main-wrapper .footer__content-bottom .align-middle .text-mine-shaft {
    font-size: 16px;
    color: #303030;
    font-weight: 500;
}

.custom-footer-main-wrapper .footer__content-bottom .align-middle .text-mine-shaft a {
    color: #303030;
    text-decoration: none;
}

.custom-footer-main-wrapper .footer__content-bottom .align-middle .footer-terms-links a:first-child {
    margin-right: 25px;
}

.custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper .footer-block {
    position: relative;
}

.custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper .footer-block .footer-block__wallmart-content {
    max-width: 220px;
    margin-top: 30px;
}

.custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper .footer-block .footer-block__wallmart-content img {

    border: none;
}
.footer-details-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.footer-bottom-policies ul a {
    color: #fff;
}
.footer-bottom-policies ul.policies li{
    display: block;
        line-height: 0;
}
.footer-bottom-logos ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
}

.footer-bottom-logos ul li {
    max-width: 90px;
    margin-right: 20px;
}
.footer-details-copyright.caption {
    width: 90%;
}
.footer-bottom-logos ul li img {
    width: 100%;
}

.footer-logo-socials.mobile-only-view {
    display: none;
}

/* ====================================
    Footer section css end
==================================== */


/* ====================================
    Brand logo section css end
==================================== */

.brand-logos-wrapper .logo-bar .simplebar-content {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.brand-logos-wrapper .logo-bar .simplebar-content li.logo-bar__item {
    width: 100%;
    min-width: 30%;
    max-width: 30%;
    list-style: none;
}

.brand-logos-wrapper .logo-bar .simplebar-content li.logo-bar__item img {
    max-width: 200px;
    width: 100%;
}

.brand-logos-wrapper ul.logo-bar .simplebar-wrapper {
    padding-bottom: 30px;
}

#store-locator {
    background-color: #f3ca62;
    padding: 30px;
}

.location-inner-wrapper i {
    font-size: 20px;
    color: #fff;
}

.location-inner-wrapper span,
.location-inner-wrapper a {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
}

/* ====================================
    Brand logo section css end
==================================== */


/* ====================================
    Product details section css start
==================================== */

.product-media-container .media {
    padding-top: 0 !important;
    height: 590px;
}
.product__media-list li{
    background-color: #f5d993;
    max-height: 590px;
    overflow: hidden;
    border-radius: 12px;
}
.product__info-wrapper .product__title h1{
    font-weight: 600;
}
.product__info-wrapper .jdgm-widget *{
    font-size: 16px;
}


.product-banner-main-wrapper {
    padding-top: 40px;
    background-color: #aedaff;
}

.product-banner-img img {
    width: 100% !important;
    max-width: 90% !important;
    margin-left: 0;
    left: 20% !important;
}

.product-banner-main-wrapper>.page-width {
    max-width: 80%;
}

.product-right-content {
    background-color: #fff;
    height: 100%;
    padding: 50px 30px;
}

.product-content-details h2 {
    font-size: 34px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
}

.product-content-details .spr-starrating:after {
    content: "";
    display: block;
    background-color: #aedaff;
    height: 7px;
    width: 50px;
    margin-top: 15px;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.product-content-details .product-rating {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    position: relative;
}

.product-content-details .product-rating:after {
    content: "";
    display: block;
    background-color: #aedaff;
    height: 7px;
    width: 50px;
    margin-top: 15px;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.product-content-details .product-rating p {
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 10px;
}

.product-content-details .product-info {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}

.product-content-details .features-btn {
    margin-bottom: 30px;
}

.product-content-details .features-btn a {
    font-size: 12px;
    color: #000;
    text-decoration: underline;
    display: inline-block;
    text-transform: uppercase;
}

.product-content-details .product-logo img {
    /* max-width: 120px;
    width: 100%; */
    margin: 0 5px;
    height: 70px;
}

.product-content-details .product-logo span {
    font-size: 14px;
    margin-right: 10px;
    color: #818181;
    font-weight: 500;
}

.product-content-details .product-shop-btn {
    margin-top: 35px;
}

.product-content-details .product-shop-btn button.product-form__submit {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding: 12px 30px 12px 30px;
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #0d2c7f;
    min-height: auto;
}

.product-content-details .product-shop-btn button.product-form__submit:after,
.product-content-details .product-shop-btn button.product-form__submit:before {
    display: none;
}

.product-banner-bottom-img img {
    width: 100%;
    height: auto;
}

.product__description.rte.quick-add-hidden {
    font-size: 18px;
    color: #848484;
    margin-bottom: 30px;
}

button.product__media-toggle.quick-add-hidden {
    position: relative;
}

.product-information-main-wrapper .product-description-short p,
.product-information-main-wrapper .product-description-full p {
    font-size: 18px;
    color: #000;
    font-weight: 300;
}

.product-right-content .product-details-price {
    margin-bottom: 15px;
}

.product-right-content .product-details-price span.price-item {
    font-size: 26px;
    font-weight: 700;
    color: #0d2c7f;
}

.product-banner-main-wrapper .product-banner-img .slick-dots li {
    background-color: #00000070;
    border-radius: 50%;
    list-style: none;
}

.product-banner-main-wrapper .product-banner-img .slick-dots li.slick-active {
    background-color: #fff;
}

.product-banner-main-wrapper .product-banner-img .slick-dots li button:before {
    font-size: 0;
}

.product-content-details .product-form__quantity {
    margin-right: 0;
    margin-top: 15px;
}

.product-content-details .product-form__quantity label {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.product-content-details .spr-starrating .spr-stars:last-child {
    font-size: 16px;
    color: #303030;
    font-weight: 500;
    margin-left: 10px;
}

/* ====================================
    Product details section css end
==================================== */


/* ====================================
    Product details bottom info section css end
==================================== */

.product-information-main-wrapper {
    background-color: #fff;
    padding: 85px 0 60px;
}

.product-bottom-info-wrapper h3 {
    font-size: 34px;
    color: #000;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
}

.product-bottom-info-wrapper h3:after {
    content: "";
    display: block;
    background-color: #0d2c7f;
    height: 7px;
    width: 50px;
    margin-top: 15px;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.product-bottom-info-wrapper {
    margin-left: 180px;
    margin-right: 50px;
}

.features-details {
    margin-right: 180px;
}

.product-bottom-info-wrapper>p {
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
}

.product-bottom-info-wrapper ul {
    margin-bottom: 30px;
    padding-left: 0px;
    margin-top: 20px;
}

.product-bottom-info-wrapper ul li {
    font-size: 18px;
    color: #0a0a0a;
    margin-bottom: 20px;
    position: relative;
    list-style: none;
    padding-left: 15px;
    font-weight: 300;
}

.product-bottom-info-wrapper ul li:after {
    content: '';
    background-color: #0d2c7f;
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
}

.product-bottom-info-wrapper .see-more-btn a {
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #0d2c7f;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 500;
}

.features-details .features {
    padding: 0;
    margin-bottom: 30px;
}

.features-details .features li {
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #aedaff;
    list-style: none;
    color: #000;
    font-weight: 500;
}

.features-details .mode {
    padding: 0;
    margin: 0;
    list-style: none;
}

.features-details .mode li {
    font-size: 16px;
    padding-bottom: 10px;
    color: #000;
    line-height: 1;
    font-weight: 500;
}

.features-details .mode p {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}

.features-details .features p {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}

.features-details .mode li i {
    color: #e39893;
    margin-right: 4px;
    font-size: 12px;
}

.product-banner-main-wrapper .row div:empty {
    display: block;
}

.product-banner-img .media--transparent {
    background-color: transparent;
    position: relative;
}

/* ====================================
    Product details bottom info section css end
==================================== */


/* ====================================
    Contact page css start
==================================== */

.contact-main-wrapper {
    background-color: #f9f9f9;
}

.contact-help-main-wrapper {
     padding-top: 30px;
}

.contact-banner-img img {
    width: 100%;
    height: auto;
}

.contact-banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: rgb(var(--color-background));
}

.contact-banner-title h1 {
    font-size: 34px;
    line-height: 1;
    margin: 0;
    font-weight: 600;
}

.contact-banner-bottom-content {
    padding: 50px 0;
    margin-bottom: 40px;
}

.contact-banner-bottom-content h2 {
    font-size: 32px;
    margin-bottom: 35px;
    line-height: 1;
    color: #000;
    font-weight: 700;
}

.contact-banner-bottom-content h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1;
}

.contact-banner-bottom-content h3 a {
    color: #162c7b;
    font-weight: 700;
}

.contact-help-title h2 {
    font-size: 34px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}

.help-box-wrapper {
    background-color: #fff;
    padding: 30px;
    text-align: center;
}

.help-box-wrapper .help-box .help-icon {
    text-align: center;
}

.help-box-wrapper .help-box .help-icon img {
    max-width: 30%;
    width: 100%;
    margin-top: 30px;
}

.help-box-wrapper .help-box .help-content strong {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000;
}

.help-box-wrapper .help-box .help-content p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
    font-weight: 300;
}

.help-box-wrapper .help-box .help-content p a {
    color: #0d6efd;
}

.help-box-wrapper .help-box .help-content {
    min-height: 85px;
}

.help-bottom-content {
    padding: 40px 0;
    border-top: solid 1px #e2e0d7;
    margin-top: 50px;
}

.help-bottom-content h3 {
    font-size: 32px;
    margin-bottom: 35px;
    line-height: 1;
    color: #000;
    font-weight: 700;
}

.help-bottom-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.help-bottom-content ul li {
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

.help-bottom-content ul li a {
    color: #0d6efd;
}

/* ====================================
    Contact page css end
==================================== */


/* ====================================
    About page css start
==================================== */

.about-banner-main-wrapper {
    padding: 200px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.about-banner-content h1 {
    color: #000;
    font-size: 34px;
    line-height: 1;
    margin: 0;
    font-weight: 600;
}

.brand-promises-box-wrapper .brand-promises-box {
    align-items: flex-start;
    display: flex;
}

.brand-promises-box .brand-promises-icon {
    width: 100%;
    max-width: 18%;
}

.brand-promises-box .brand-promises-content {
    max-width: 78%;
    width: 100%;
}

.our-story-left-content h2 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1;
    position: relative;
    font-weight: 700;
}

.our-story-left-content h2:after {
    content: "";
    display: block;
    background-color: var(--color-title);
    height: 7px;
    width: 50px;
    margin-top: 15px;
}

.our-story-left-content p {
    max-width: 85%;
    line-height: 1.4;
    font-weight: 400;
    font-size: 22px;
}

.our-story-right-img img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.our-story-right-img {
    text-align: center;
}

.our-mision-left-content h2 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1;
    position: relative;
    font-weight: 700;
}

.our-mision-left-content h2:after {
    content: "";
    display: block;
    background-color: var(--color-title);
    height: 7px;
    width: 50px;
    margin-top: 15px;
}

.our-mision-left-content p {
    max-width: 85%;
    line-height: 1.4;
    font-weight: 400;
    font-size: 22px;
    color: var(--color-title);
}
section.our-mision-main-wrapper .row {
    align-items: anchor-center;
}
.brand-promises-box-wrapper {
    padding: 40px 0;
    border-bottom: solid 1px #ddd;
}

.our-mision-right-img img {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.our-mision-right-img {
    text-align: center;
}

.our-brand-promises-main-wrapper {
    padding: 100px 0;
}

.our-brand-promises-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1;
    position: relative;
    color: #000;
    font-weight: 700;
}

.our-brand-promises-title h2:after {
    content: "";
    display: block;
    background-color: #000;
    height: 7px;
    width: 50px;
    margin-top: 15px;
}

.our-brand-promises-title {
    margin-bottom: 40px;
}

.brand-promises-icon {
    margin-bottom: 0px;
}

.brand-promises-icon img {
    max-width: 170px;
    width: 100%;
}

.brand-promises-content strong {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.brand-promises-content p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

/* ====================================
    About page css end
==================================== */


/* ====================================
    collection page css start
==================================== */

.collection-hero__inner .collection-hero__title {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1;
    position: relative;
    font-weight: 700;
    position: relative;
}

.collection-hero__inner .collection-hero__title:after {
    content: "";
    display: block;
    background-color: var(--color-title);
    height: 7px;
    width: 50px;
    margin-top: 15px;
}

.custom-collection-main-wrapper .home-product-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 30px;
}

.custom-collection-main-wrapper .home-product-inner-wrapper li {
    width: 32% !important;
    max-width: 32% !important;
}

.custom-collection-main-wrapper {
    border-top: solid 1px #ddd;
    padding-top: 30px;
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
}

.custom-collections-filter .facet-filters__field .facet-filters__label,
.custom-collections-filter .facets__wrapper .facets__heading {
    color: #152c7b !important;
    font-size: 18px;
    font-weight: 700;
}

.custom-collection-list-wraper h1.title {
    font-size: 40px;
    margin-bottom: 50px;
    line-height: 1;
    color: #152c7b;
    font-weight: 700;
    position: relative;
}

.custom-collection-list-wraper h1.title:after {
    content: "";
    display: block;
    background-color: #152c7b;
    height: 7px;
    width: 50px;
    margin-top: 15px;
}


/* ====================================
    collection page css end
==================================== */


.sleep-slider-section .sleep-logos button {
    display: none !important;
}

.sleep-slider-section {
    background-color: #f9f9f9;
    padding-bottom: 30px;
}

.sleep-slider-section .sleep-logos .logo-items {
    margin: 15px;
}

.sleep-slider-section .sleep-logos .logo-items img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.sleep-slider-section .sleep-logos ul.slick-dots {
    bottom: 25px;
}

.sleep-slider-section .sleep-logos ul.slick-dots li {
    background-color: #ddd;
    border-radius: 50%;
}

.sleep-slider-section .sleep-logos ul.slick-dots li.slick-active {
    background-color: #fff;

}

.sidebar-close img,
.sidebar-myaccount img {
    max-width: 20px;
    width: 100%;
}

.hidden-announce {
    display: none;
}

body.cart .home-product-main-wrapper {
    display: none;
}


/* ====================================
    Cart page css start
==================================== */

body.cart {
    display: grid;
}

body.cart cart-drawer.drawer {
    position: relative;
    z-index: 1;
    background-color: #fff;
    justify-content: center;
    order: 2;
    margin: 70px 0 80px;
    height: inherit;
    width: 100%;
    visibility: visible;
    top: inherit;
    left: inherit;
    transition: inherit;
}

body.cart cart-drawer.drawer .drawer__inner {
    transform: translate(0);
}

body.cart cart-drawer.drawer.active .drawer__inner {
    transform: translate(0);
}

body.cart #shopify-section-header {
    order: 1;
}

body.cart #shopify-section-footer {
    order: 3;
}

body.cart #shopify-section-header a#cart-icon-bubble {
    visibility: hidden;
}

body.cart cart-drawer.drawer .drawer__inner {
    transform: translate(0);
    width: 50rem;
    border: solid 1px #ddd;
}

.drawer__inner cart-drawer-items {
    overflow: initial;
}

.cart-drawer-slider-wrapper {
    margin-top: 15px;
}

.cart-drawer-slider-wrapper>h2 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}

#CartDrawer .drawer__inner .drawer__inner-empty {
    height: auto;
}

.cart-drawer-body-wrapper {
    overflow: auto;
}

.cart-drawer-body-wrapper table.cart-items>thead {
    display: none;
}

.cart-drawer-main-wrapper .cart-drawer .drawer__inner {
    background-color: #f4f4f4;
}

.cart-drawer-main-wrapper .drawer__header {
    margin-left: -15px;
    padding-left: 20px;
    margin-right: -15px;
    justify-content: center;
}

.cart-drawer-main-wrapper .drawer__header button.drawer__close {
    right: inherit;
    left: 13px;
    top: 23px;
    min-height: 18px;
    min-width: 18px;
}

.cart-drawer-main-wrapper .drawer__header button.drawer__close svg {
    height: 18px;
    width: 18px;
}

.cart-drawer-main-wrapper .drawer__footer {
    margin: 0 -15px;
    padding: 20px;
}

.cart-drawer-body-wrapper table.cart-items {
    padding-top: 20px;
}

.cart-drawer-body-wrapper table.cart-items tbody tr {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px;
}

.cart-drawer-body-wrapper table.cart-items tbody tr:last-child {
    margin-bottom: 0;
}

.cart-drawer-body-wrapper table.cart-items tbody tr td.cart-item__media {
    padding: 0;
    width: 8rem;
}

.cart-drawer-body-wrapper table.cart-items tbody tr td .cart-item__name {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.cart-drawer-body-wrapper table.cart-items tbody tr td.cart-item__totals.right {
    display: none;
}

.cart-drawer-body-wrapper table.cart-items tbody tr td.cart-item__details {
    grid-column: 2 / 5;
}

.cart-drawer-body-wrapper table.cart-items tbody tr td .product-option {
    font-size: 16px;
    font-weight: 700;
    color: #152c7a;
}

.cart-drawer-slider .item img {
    width: 100%;
}

.cart-drawer-slider .item {
    padding: 10px;
    background-color: #cce2fa;
    border: solid 1px #152c7a;
    margin: 0 5px;
}

.cart-drawer-slider .item .content-wrap {
    text-align: center;
    margin-top: 10px;
}

.cart-drawer-slider .item .content-wrap p.product-detail {
    font-size: 14px;
    color: #000;

    min-height: 90px;
    font-weight: 700;
}

.cart-drawer-slider .item a {
    text-decoration: none;
}

.cart-drawer-slider .item .content-wrap span.price {
    font-size: 16px;
    font-weight: 700;
    color: #152c7a;
    display: block;
    margin-bottom: 15px;
}

.cart-drawer-slider .item .content-wrap .add-more button {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding: 5px 10px;
    border: 0.17em solid #152c7a;
    display: inline-block;
    position: relative;
    color: #152c7a;
    text-decoration: none;
    background-color: transparent;
}

.cart-drawer-slider .item .img-wrap img {
    max-width: 100px;
    margin: 0 auto;
}

.cart-drawer-main-wrapper .drawer__footer .totals__subtotal-value,
.cart-drawer-main-wrapper .drawer__footer .totals__subtotal {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.cart-drawer-main-wrapper .drawer__footer .cart__ctas button {
    background-color: #152c7a;
    color: #fff;
    font-weight: 700;
}

/* ====================================
    Cart page css end
==================================== */


/* ====================================
    Made in USA page css start
==================================== */

.usa-banner-img img {
    width: 100%;
    height: auto;
}

.banner-quality-box-wrapper .made-usa-banner-title h1 {
    background-color: #f6d064;
    display: inline-block;
    color: #fff;
    padding: 15px 80px;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
}

.banner-quality-box-wrapper .made-usa-banner-title {
    text-align: center;
    margin-top: -40px;
    margin-bottom: 40px;
}

.made-usa-banner-wrapper .banner-quality-box-wrapper {
    background-color: #f9f9f9;
}

.banner-quality-box-wrapper .quality-box {
    text-align: center;
    margin-bottom: 30px;
}

.quality-box .quality-box-img {
    max-width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    border: solid 2px #a6d5e7;
    border-radius: 100%;
}

.quality-box .quality-box-content p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.quality-box .quality-box-content {
    width: 250px;
    margin: 0 auto;
}

.america-box-img img {
    width: 100%;
}

.madein-america-main-wrapper .container-fluid .row .col-md-7 {
    padding-right: 0;
}

.madein-america-main-wrapper .america-box-content {
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 5%;
}

.america-box-content-inner h2 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1;
    position: relative;
    color: #000;
    font-weight: 700;
}

.america-box-content-inner h2:after {
    content: "";
    display: block;
    background-color: #152c7b;
    height: 7px;
    width: 50px;
    margin-top: 20px;
}

.america-box-content-inner p {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 25px
}

.america-box-content-inner p:last-child {
    margin-bottom: 0;
}

.shopify-section.faq {
    background-color: #e9e9e9;
    padding: 60px 0;
}

.usa-faq-title h2 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1;
    position: relative;
    color: #152c7b;
    font-weight: 700;
}

.usa-faq-title h2:after {
    content: "";
    display: block;
    background-color: #152c7b;
    height: 4px;
    width: 30px;
    margin-top: 10px;
}

.usa-faqs-wrapper .faq-wrapper .faq-individual .faq-question {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #7e7e7e;
    margin-top: 0;
    padding-left: 0;
}

.usa-faqs-wrapper .faq-wrapper .faq-individual .faq-answer {
    background-color: #e9e9e9;
    border-bottom: solid 1px #ababab;
    box-shadow: none;
}

.usa-faqs-wrapper .faq-wrapper .faq-individual .faq-answer p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.usa-faqs-wrapper .faq-wrapper .faq-individual .faq-question span {
    background-color: transparent;
    color: #000;
    margin-right: 60px;
}

.quality-box .quality-box-img img {
    width: 100%;
}

/* ====================================
    Made in USA page css end
==================================== */


/* ====================================
    Safety and quality page css start
==================================== */

.quality-safety-banner-box-img img {
    width: 100%;
    height: inherit;
}
.quality-safety-banner-box-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quality-safety-banner-box-img {
    height: 100%;
}
.quality-safety-banner-box-text {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.our-mattresses-top-content p b {
    font-weight: 500;
}

.quality-safety-banner-box-text>img {
    max-width: 80px;
    margin-bottom: 20px;
    width: 100%;
}

.our-mattresses-main-wrapper .quality-safety-banner-box-text>img {
    max-width: 100px;
}

.quality-safety-banner-box-text h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 5px;
}

.quality-safety-banner-box-text>p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.quality-safety-banner-box-text .quality-safety-inner-text {
    margin-top: 30px;
}

.quality-safety-banner-box-text a {
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

.our-mattresses-main-wrapper .quality-safety-banner-box-text a {
    color: #000;
}

.quality-safety-inner-text span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.quality-safety-inner-text h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

.quality-safety-inner-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}

.our-mattresses-main-wrapper {
    background-color: #fff;
    margin-bottom: 40px;
    padding-top: 60px;
}

.our-mattresses-top-content {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.our-mattresses-top-content span {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
}

.our-mattresses-top-content p {
    font-size: 25px;
    color: #000;
    font-weight: 300;
}

.our-mattresses-top-content p:nth-child(2) {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.our-mattresses-top-content p:nth-child(2):after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
}

.quality-safety-inner-text a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}

.our-mattresses-main-wrapper .quality-safety-banner-box-content {
    background-color: #f7f7f7;
}

.our-mattresses-main-wrapper .quality-safety-banner-box-text .quality-safety-inner-text h3,
.our-mattresses-main-wrapper .quality-safety-banner-box-text .quality-safety-inner-text span,
.our-mattresses-main-wrapper .quality-safety-banner-box-text p,
.our-mattresses-main-wrapper .quality-safety-banner-box-text h2 {
    color: #000;
}

.our-mattresses-main-wrapper .quality-safety-banner-box-text .quality-safety-inner-text a {
    color: #000 !important;
}

.peace-parents-box-main-wrapper .quality-box-safety {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 35px;
}

.peace-parents-box-main-wrapper .quality-box-safety:after {
    content: "";
    background-color: #c7c7c7;
    width: 1px;
    height: 70%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0px, -50%);
}

.safety-boxes-wrapper .col-md-4:nth-child(6) .quality-box-safety::after,
.safety-boxes-wrapper .col-md-4:nth-child(3) .quality-box-safety::after {
    display: none;
}

.quality-box-safety .quality-safety-box-img {
    max-width: 60px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
}

.quality-box-safety .quality-safety-box-img img {
    width: 100%;
}

.quality-box-safety .quality-safety-box-content p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

.quality-box-safety .quality-safety-box-content {
    width: 100%;
    /* margin: 0 auto; */
}

.quality-box-safety .quality-safety-box-content h2 {
    font-size: 20px;
    color: #959da7;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.peace-parents-title {
    text-align: center;
}

.peace-parents-title {
    text-align: center;
    margin: 45px 0;
}

.peace-parents-title h3 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
}

.peace-parents-title p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    color: #000;
}


/* ====================================
    Safety and quality page css end
==================================== */





/* ====================================
    Terms of service page css end
==================================== */

.terms-service-content {
    background-color: #f6d064;
    padding: 15px 0 10px;
    text-align: center;
}

.terms-service-content p:last-child {
    margin-bottom: none;
}

.terms-service-content p {
    line-height: 1.4;
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
}

.terms-service-main-content h1 {
    text-align: center;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 900;
}

.terms-service-main-content {
    margin: 50px 0;
}

.terms-service-main-content {
    max-width: 95%;
    margin: 50px auto;
}

.terms-service-main-content p {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
}

.terms-service-main-content strong {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 900;
}

.terms-service-main-content ul {
    padding-left: 40px;
    list-style: disc;
    margin-bottom: 20px;
}

.terms-service-main-content ul li {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.terms-service-main-content a {
    color: #162c7b;
}

/* ====================================
    Terms of service page css end
==================================== */




/* ====================================
    Store Location page css end
==================================== */


.store-location-filter-wrapper .bh-sl-form-container {
    margin-top: 0;
    float: none;
}

.store-location-filter-wrapper .bh-sl-form-container #scasl-tab-radius {
    border: none;
    padding: 0;
}

.store-location-filter-wrapper form .search-loaction-fuild select,
.store-location-filter-wrapper form .search-loaction-fuild input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #162c7b;
    border-radius: 0;
    font-size: 16px;
    height: 40px;
}

.store-location-filter-wrapper form .search-loaction-fuild select:focus,
.store-location-filter-wrapper form .search-loaction-fuild input:focus {
    outline: none;
    outline-offset: none;
    box-shadow: none;
}

.store-location-filter-wrapper form .meter-wrapper button#bh-sl-submit,
.store-location-filter-wrapper form .search-loaction-fuild button#scapl-geocode-btn {
    background-color: #4ea4e9 !important;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    height: 40px;
}

.store-location-filter-wrapper form .meter-wrapper {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.store-location-filter-wrapper {
    padding: 30px 0 5px;
}

.store-location-filter-wrapper #page-header h1 {
    font-size: 26px;
    color: #000;
    margin-top: 15px;
    font-weight: 900;
}

.store-location-filter-wrapper form .search-loaction-fuild .form-input {
    margin: 0;
}

.fine-address-wrapper ul.list li {
    border-bottom: none !important;
    border-top: none !important;
}

.fine-address-wrapper ul.list li#scasl-list-container:nth-child(odd) {
    background-color: #eee !important;
}

.page-sca-storelocator #scasl-app-container .store-list-focus {
    background-color: transparent !important;
}


/* ====================================
    Store Location page css end
==================================== */


/* ====================================
    Product Registration page css end
==================================== */


.product-reg-title-wrapper {
    text-align: center;
    background-color: #f9f9f9;
    padding: 10px 0;
    margin-bottom: 70px;
}

.product-reg-title-wrapper h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #555555;
}

.product-reg-main-content {
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

.product-reg-main-content h2 {
    font-size: 30px;
    color: #434343;
    font-weight: 500;
    margin-bottom: 15px;
}

.product-reg-main-content p {
    font-size: 20px;
    color: #434343;
    margin-bottom: 30px;
}

.registration-form-main-wrapper div#evm-wrap {
    display: flex;
    max-width: 80% !important;
    margin-top: 0;
    flex-wrap: wrap;
}

.registration-form-main-wrapper form#formbyevm {
    border: none;
    padding: 0;
    background-color: transparent;
}

.registration-form-main-wrapper {
    border-right: solid 1px #dadada;
    border-left: solid 1px #dadada;
    border-bottom: solid 1px #dadada;
}

.registration-form-main-wrapper .form-inner-title {
    width: 75%;
    margin: 50px auto 0 auto;
}

.form-inner-title label {
    font-size: 14px;
    color: #424242;
    margin-bottom: 15px;
    line-height: 1;
}

.form-inner-title h3 {
    font-size: 24px;
    font-weight: 700;
    border-bottom: solid 1px #434343;
    color: #434343;
    padding-bottom: 15px;
}

.registration-form-main-wrapper form#formbyevm label {
    color: #383838;
    font-size: 16px;
    margin-bottom: 5px;
}

.registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:nth-child(2),
.registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:first-child {
    width: 100%;
}

.registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:nth-child(3) {
    width: 100%;
}

.registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:nth-child(6) {
    width: 66%;
}

.registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:nth-child(7) {
    width: 32%;
}

.registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:nth-child(8) {
    width: 32%;
}

.registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:nth-child(9) {
    width: 32%;
}

.registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:nth-child(10) {
    width: 32%;
}

.registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:nth-child(2) input,
.registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:first-child input {
    width: 49%;
}

.registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field {
    width: 49%;
}

.registration-form-main-wrapper form#formbyevm #sjfb-fields {
    display: flex;
    grid-column-gap: 2%;
    flex-wrap: wrap;
}

.registration-form-main-wrapper form#formbyevm .sjfb-field input {
    height: 45px;
    width: 100%;
    border: solid 1px #a6b4bb;
    padding: 10px;
    font-size: 16px;
}

.registration-form-main-wrapper form#formbyevm .sjfb-field input:focus {
    outline: none;
    box-shadow: none;
}

.registration-form-main-wrapper #evm-form-submit {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.registration-form-main-wrapper #evm-form-submit button {
    padding: 8px 40px;
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
}

.registration-form-main-wrapper div#evm-form-submit-reset {
    display: none;
}

.registration-form-main-wrapper #evm-form-submit {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

/* ====================================
    Product Registration page css end
==================================== */



/* ====================================
    Home New css start
==================================== */

.utility-bar .page-width.utility-bar__grid {
    padding: 0;
}

/* .companys-logos-wrapper ul.logo-bar {
    display: block;
} */

.companys-logos-wrapper ul.logo-bar .simplebar-placeholder {
    display: none !important;
}


/* ====================================
    product list css 
==================================== */

.product-grid-container{
  margin-top: 20px;
}

.product-registration .main-page-title.page-title{
    display: none;
}
.product-registration .rte h2{
    font-size: 30px;
    color: #434343;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}
.product-registration .rte p{
    text-align: center;
    font-size: 20px;
    color: #434343;
    margin-bottom: 30px;
}

.privacy-policy h1.main-page-title,
.terms-of-services h1.main-page-title{
    text-align: center;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 900;
}

.privacy-policy .rte p,
.terms-of-services .rte p{
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
}
.privacy-policy .rte strong,
.terms-of-services .rte strong {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 900;
}

.privacy-policy .rte ul,
.terms-of-services .rte ul{
    padding-left: 40px;
    list-style: disc;
    margin-bottom: 20px;
}
.privacy-policy .rte ul li,
.terms-of-services .rte ul li {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.search-modal{
z-index: 999;
}

.product-media-container .media img{
    object-position:top;
}

/* ====================================
    Ipad Pro css start
==================================== */
@media (max-width: 992px) {

    ,page-width, 
    .container,
    .container-md,
    .container-sm {
        max-width: 95%;
    }

    .image-with-text-custom .image-with-text {
        padding: 60px 30px;
    }

    .image-with-text__grid--reverse .image-with-text__content {
        padding-left: 0;
    }

    .multirow-custom .image-with-text__content {
        padding: 4rem !important;
    }

    .custom-commitment-section .commitment-section {
        gap: 30px;
    }
    .image-with-text-custom .image-with-text__media .image_logo {
        width: 150px;
        top: -40px;
    }
    .commitment-right .commitment-image img {
        width: 100px;
        margin-bottom: 20px;
    }
}

@media (min-width: 990px) {
    .image-with-text-custom .image-with-text__content {
        padding: 0px 26px 0 0;
    }
}



@media (min-width: 992px) and (max-width: 1024px) {


    .sleep-slider-section .sleep-logos .logo-items img {
        height: 150px;
    }

    .slick-dots li {
        height: 15px !important;
        width: 15px !important;
        margin: 0 3px !important;
    }

    .sleep-slider-section .product-title-wrapper p {
        max-width: 65%;
    }

    .companys-logos-wrapper ul.logo-bar li img {
        max-width: 120px;
    }

    .brand-promises-icon img {
        max-width: 130px;
    }

    .our-mision-left-content p,
    .our-story-left-content p {
        max-width: 100%;
        font-size: 18px;
    }

    .custom-collection-main-wrapper {
        padding-right: 40px;
        padding-left: 40px;
    }

    .product-content-details h2 {
        font-size: 20px;
    }

    .product__description.rte.quick-add-hidden {
        font-size: 14px;
    }

    .product-banner-main-wrapper .row>.col-md-1+.col-md-4 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .product-banner-img img {
        max-width: 90% !important;
    }

    .features-details {
        margin-right: 0;
    }

    .product-bottom-info-wrapper {
        margin-left: 0;
    }

    .banner-quality-box-wrapper .made-usa-banner-title {
        margin-top: -15px;
    }

    .quality-box .quality-box-img {
        max-width: 100px;
        margin: 0 auto 10px;
    }

    .quality-box .quality-box-content {
        width: 80%;
    }

    .quality-box .quality-box-content p {
        font-size: 16px;
    }

    .america-box-content-inner h2 {
        font-size: 32px;
    }

    .america-box-content-inner p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .store-location-filter-wrapper #page-header h1 {
        font-size: 18px;
    }

    .store-location-filter-wrapper form .search-loaction-fuild input {
        width: 67% !important;
    }

    .store-location-filter-wrapper form .search-loaction-fuild button#scapl-geocode-btn {
        width: 30%;
    }

    .quality-safety-banner-box-text h2 {
        font-size: 26px;
    }

    .quality-safety-banner-box-text {
        padding: 30px 0;
    }

    .quality-safety-banner-box-img {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .our-mattresses-main-wrapper {
        margin-bottom: 0;
    }

    .scasl-address-wrap #bh-sl-address {
        width: 68% !important;
    }


}


/* ====================================
    Ipad Pro css end
==================================== */

/* ====================================
    Ipad css start
==================================== */

@media (min-width: 768px) and (max-width: 991px) {
    .home-product-inner-wrapper{
        gap: 25px;
    }
    .foot-head>h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    .custom-footer-main-wrapper .foot-head {
        justify-content: center;
        flex-direction: column;
    }
    .custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr auto;
        grid-gap: 2%;
    }

    .sleep-slider-section .sleep-logos .logo-items img {
        height: 150px;
    }

    .slick-dots li {
        height: 15px !important;
        width: 15px !important;
        margin: 0 3px !important;
    }

    .sleep-slider-section .product-title-wrapper p {
        max-width: 65%;
    }

    .companys-logos-wrapper ul.logo-bar li img {
        max-width: 80px;
    }
    .custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper .footer-details-block {
        justify-content: start;
    }

     .custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper .footer-block:last-child {
        grid-column: span 4;
        justify-content: center;
        display: flex;
        align-items: center;
    } 

    

    /* header-drawer {
        display: none;
    } */

    .banner-main-wrapper {
        padding-top: 50px;
    }

    .banner-content-inner h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .banner-content-inner h1:after {
        height: 4px;
        margin-top: 8px;
    }

    .banner-content-inner p {
        font-size: 16px;
    }

    .custom-button a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .banner-content-inner {
        margin-top: -45px;
    }

    .companys-title h2 {
        font-size: 24px;
    }

    .product-title-wrapper h2 {
        font-size: 24px;
    }

    .product-title-wrapper p {
        font-size: 14px;
        line-height: 1.4;
    }

    .brand-logos-wrapper .logo-bar .simplebar-content li.logo-bar__item img {
        max-width: 140px;
    }

    .brand-promises-icon img {
        max-width: 100px;
    }

    .our-mision-left-content p,
    .our-story-left-content p {
        max-width: 100%;
        font-size: 18px;
    }

    .our-story-left-content h2 {
        font-size: 32px;
    }

    .custom-collection-main-wrapper {
        padding-right: 40px;
        padding-left: 40px;
    }

    .collection-hero__inner .collection-hero__title {
        font-size: 28px;
    }

    .custom-collections-filter .facet-filters__field .facet-filters__label,
    .custom-collections-filter .facets__wrapper .facets__heading {
        font-size: 14px;
    }

    .custom-collection-main-wrapper .home-product-inner-wrapper {
        column-gap: 4%;
    }

    .custom-collection-main-wrapper .home-product-inner-wrapper li {
        width: 48% !important;
        max-width: 48% !important;
    }

    .features-details {
        margin-right: 0;
    }

    .product-bottom-info-wrapper {
        margin-left: 0;
    }

    .product-bottom-info-wrapper h3 {
        font-size: 28px;
    }

    .product-banner-main-wrapper .row div:empty {
        display: none;
    }

    .product-banner-main-wrapper .row .col-md-4 {
        flex: 0 0 auto;
        width: 49.333333%;
    }

    .product-content-details h2 {
        font-size: 24px;
    }

    .product__description.rte.quick-add-hidden {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product-content-details .features-btn {
        margin-bottom: 15px;
    }

    .banner-quality-box-wrapper .made-usa-banner-title {
        margin-top: -20px;
    }

    .quality-box .quality-box-img {
        max-width: 100px;
        margin: 0 auto 10px;
    }

    .quality-box .quality-box-content {
        width: 80%;
    }

    .quality-box .quality-box-content p {
        font-size: 16px;
    }

    .madein-america-main-wrapper .america-box-content {
        padding-right: 1%;
        padding-left: 4%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .america-box-content-inner h2 {
        font-size: 26px;
    }

    .america-box-content-inner p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .banner-quality-box-wrapper .made-usa-banner-title h1 {
        font-size: 20px;
    }

    .shopify-section.faq {
        padding: 50px 0;
    }

    .usa-faq-title h2 {
        font-size: 24px;
    }

    .help-box-wrapper .help-box .help-content strong {
        font-size: 18px;
    }

    .help-box-wrapper .help-box .help-content {
        min-height: 100px;
    }

    .quality-safety-inner-text h3,
    .quality-safety-banner-box-text h2 {
        font-size: 20px;
    }

    .quality-safety-banner-box-text {
        padding: 30px 0;
    }

    .quality-safety-banner-box-img {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .our-mattresses-main-wrapper {
        margin-bottom: 0;
    }

    .quality-safety-inner-text p,
    .quality-safety-banner-box-text>p {
        font-size: 14px;
    }

    .product-reg-title-wrapper h1 {
        font-size: 26px;
    }

    .product-reg-main-content {
        width: 100%;
    }

    .product-reg-main-content p {
        font-size: 16px;
    }

    .product-reg-main-content h2 {
        width: 75%;
        margin: 0 auto 20px auto;
    }

    .registration-form-main-wrapper div#evm-wrap {
        max-width: 100% !important;
    }

    .registration-form-main-wrapper .form-inner-title {
        width: 95%
    }



}

/* ====================================
    Ipad css end
==================================== */

/* ====================================
    Phone css start
==================================== */

@media (max-width: 767px) {
    footer.custom-footer-main-wrapper {
        padding-top: 30px;
    }
    .footer-block--footer_details {
        order: 5;
    }
    .newsletter .footer-block--newsletter {
        justify-content: center;
    }
    .footer-details-copyright.caption {
        width: 100%;
        text-align: center;
    }
    .privacy-policy h1.main-page-title,
    .terms-of-services h1.main-page-title{
        font-size: 26px;
    }
    section.our-story-main-wrapper {
        padding: 40px 0;
    }
    section.our-mision-main-wrapper {
        padding: 40px 0;
    }
    section.our-brand-promises-main-wrapper {
        padding: 40px 0;
    }
    #evm-form{
        padding: 0 15px;
    }
    .product-registration .rte h2{
        font-size: 22px;
    }
    .product-registration .rte p{
        font-size: 16px;
    }
    .template-product .product__info-wrapper {
        padding-left:10px;
        padding-right:10px;
    }
    .template-product .product-information-main-wrapper{
        margin: 0px;
    }
    .template-product .product-detail  .product-logo{
        display:flex;
        align-items:center
    }
    .template-product .product-detail{
        overflow:hidden
    }
    .template-product .product-information-main-wrapper .page-width>h2{
        padding: 10px;
        font-size: 24px;
    }
    .template-product .product-information-main-wrapper .features-details{
        margin:0px;  
      }
      .template-product .product-bottom-info-wrapper > p{
          line-height:30px;
      }
      .template-product .product-information-main-wrapper .row {
          padding: 50px 15px 60px;
      }
    .custom-footer-main-wrapper .active h2:before {
        transform: rotate(180deg) !important;
    }
    .custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper .footer-block.grid__item:nth-child(2) h2{
        margin-bottom: 0;
    }
    .custom-footer-main-wrapper .footer-block--menu.scroll-trigger h2{
        position: relative;
    }
    .custom-footer-main-wrapper .footer-block--menu.scroll-trigger h2::before{
        content: "";
        display: block;
        background-image: url(https://cdn.shopify.com/s/files/1/0626/1411/0373/files/arrow-UP.png?v=1699278694);
        height: 15px;
        width: 15px  ;
        background-size: 100%;
        transform: rotate(90deg);
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 5px;
        transition: all .5s ease-in-out;
        filter: invert(1);
    }
    .image-with-text__grid--reverse .image-with-text__content {
        padding-left: 0;
        padding-right: 0;
    }
    .custom-footer-main-wrapper .foot-head {
        justify-content: center;
        flex-direction: column;
    }

    .footer__list-social.list-social:only-child {
        justify-content: space-between;
    }

    .foot-head>h2 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px;
    }

    .commitment-left {
        width: 100%;
    }

    .custom-commitment-section .commitment-section {
        flex-direction: column-reverse;
        justify-content: space-between;
        padding-bottom: 40px;
    }

    .multirow-custom .image-with-text__content {
        padding: 3rem !important;
        min-height: auto;
    }

    .companys-logos-wrapper .simplebar-content {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .image-with-text-custom .image-with-text h2 {
        font-size: 38px;
    }

    .image-with-text-custom .image-with-text {
        border-radius: 30px;
    }

    .header__heading-logo {
        width: 170px;
    }

    .banner__box {
        padding: 12rem 2.5rem !important;
    }

    .image-banner {
        border-bottom: 15px solid #eaeaea;
    }

    .custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .sleep-slider-section .sleep-logos .logo-items img {
        height: 270px;
    }

    .slick-dots li {
        height: 15px !important;
        width: 15px !important;
        margin: 0 3px !important;
    }

    .sleep-slider-section .product-title-wrapper p {
        max-width: 90%;
    }

    .companys-logos-wrapper ul.logo-bar li img {
        max-width: 70px;
    }

    /* header-drawer {
        display: none;
    } */

    .banner-main-wrapper {
        padding-top: 50px;
        padding-bottom: 95px;
        position: relative;
    }

    .banner-content-inner h1 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .banner-content-inner h1:after {
        display: none;
    }

    .banner-content-inner p {
        font-size: 16px;
    }

    .custom-button a {
        font-size: 14px;
    }

    .banner-content-inner {
        margin-top: 0px;
    }

    .product-title-wrapper h2 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 1.1;
    }

    .baby-well-product-title {
        width: 100%;
        max-width: 220px;
        margin: 0 auto;
    }

    .baby-well-product-title p {
        font-weight: 600;
    }

    .product-title-wrapper p {
        font-size: 14px;
        line-height: 1.4;
    }

    .brand-logos-wrapper .logo-bar .simplebar-content li.logo-bar__item img {
        max-width: 100px;
    }

    .brand-logos-wrapper .logo-bar .simplebar-content li.logo-bar__item {
        min-width: 48%;
        max-width: 48%;
    }

    .simplebar-content {
        grid-gap: 10px;
    }

    .home-product-inner-wrapper li {
        width:100% !important;
        max-width: 100% !important;
        padding: 10px 10px !important;
        border: 10px solid #d5d4ce;
        margin-bottom: 20px;
    }

    .banner-content-inner img {
        display: none;
    }

    .banner-main-wrapper .row .col-sm-6 {
        width: 50%;
        max-width: 50%;
    }

    .header__icons a.header__icon {
        display: flex !important;
    }

    .custom-main-menu-wrapper {
        width: 90%;
        left: -100%;
    }

    .banner-content-inner>a {
        display: none;
    }

    .banner-left-content .banner-content-inner .custom-button a {
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        border-width: 3px;
    }

    .banner-left-content .banner-content-inner .custom-button a i {
        float: right;
    }

    .banner-left-content .banner-content-inner .custom-button {
        position: absolute;
        width: 94%;
        left: 10px;
        right: 10px;
        bottom: 8%;
    }

   

    .home-product-inner-wrapper li .card-wrapper>.card .card__information .card__heading {
        font-size: 18px;
    }

    .home-product-inner-wrapper li .card-wrapper>.card .card__information .card-information p {
        font-size: 14px;
    }

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        height: 8px !important;
    }

    .simplebar-track.simplebar-horizontal {
        height: 8px !important;
    }

    .brand-logo-wrapper {
        padding: 20px 0;
    }

    .sleep-slider-section .product-title-wrapper {
        margin: 0 !important;
        padding-top: 50px !important;
    }

    .custom-footer-main-wrapper .footer-block ul.footer-block__details-content {
        display: none;
        margin-bottom: 0;
        margin-top: 15px;
        padding-left: 15px;
    }

    .custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper .footer-block {
        margin: 20px 0;
    }

    .custom-footer-main-wrapper .footer__content-bottom .align-middle {
        display: grid;
        justify-content: center;
    }

    .custom-footer-main-wrapper .footer__content-bottom .align-middle .text-mine-shaft {
        text-align: center;
        margin-bottom: 15px;
    }

    .custom-footer-main-wrapper .footer__content-bottom .align-middle .text-mine-shaft {
        font-size: 12px;
        order: 2;
        margin-bottom: 0;
        margin-top: 15px;
        color: #fff;
    }

    .custom-footer-main-wrapper .footer__content-top {
        padding-bottom: 30px;
    }

    .custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper .footer-block .footer-block__wallmart-content {
        max-width: 150px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .custom-footer-main-wrapper .footer-block h2:before {
        content: "";
        display: block;
        background-image: url(arrow-UP.png);
        height: 15px;
        width: 15px;
        background-size: 100%;
        transform: rotate(90deg);
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 5px;
        transition: all .5s ease-in-out;
    }

    .custom-footer-main-wrapper .footer-block.active h2:before {
        transform: rotate(180deg);
    }

    /* .custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper .footer-block:first-child h2::before {
        display: none;
    } */



    /* .custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper .footer-block:nth-child(2) h2.footer-block__heading {
        display: none;
    }

    .custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper .footer-block:nth-child(2) .footer-block__details-content {
        display: none;
    } */

    .custom-footer-main-wrapper .footer__content-bottom {
        padding: 20px 0 20px;
        position: relative;
    }

    .custom-footer-main-wrapper .footer__content-bottom .align-middle .footer-terms-links .text-mine-shaft {
        color: #000;
    }

    .custom-footer-main-wrapper .footer__content-bottom .align-middle .text-mine-shaft a {
        color: #fff;
    }

    .mobile-only-view .footer-mobile-logo img {
        width: 100%;
    }

    .mobile-only-view .footer-mobile-logo {
        width: 30%;
    }

    .mobile-only-view {
        display: block;
    }

    .footer-logo-socials.mobile-only-view {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
    }

    .mobile-only-view .mobile-social-icons {
        margin: 0;
        padding-left: 12px;
        width: 70%;
        display: inline-block;
        list-style: none;
    }

    .mobile-only-view .mobile-social-icons li {
        display: inline-block;
        margin-right: 5px;
    }

    .mobile-only-view .mobile-social-icons li a {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        padding: 0;
        color: #3d3d3d;
        cursor: pointer;
        text-decoration: none;
    }

    .mobile-only-view .mobile-social-icons li a .icon {
        height: 30px;
        width: 30px;
        display: flex;
        text-align: center;
        background-color: #fff;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }

    .mobile-only-view .mobile-social-icons li a .icon i {
        color: #cbcbcb;
        font-size: 18px;
    }

    .footer-bottom-logos ul {
        justify-content: center;
        padding-left: 0;
    }
    .footer-bottom-policies ul.policies {
        display: inline-flex;
        width: 100%;
        justify-content: center;
        gap: 20px;
    }

    .footer-bottom-logos {
        position: relative;
    }

    .footer-bottom-logos ul li:nth-child(2) {
        margin-left: 0;
    }

    .footer-bottom-logos ul li {
        max-width: 70px;
    }

    /*   About page */

    .our-brand-promises-main-wrapper {
        padding: 85px 0;
    }

    .about-banner-main-wrapper {
        padding: 150px 0;
    }

    .our-story-main-wrapper {
        padding: 60px 0 0;
    }

    .our-mision-main-wrapper {
        padding: 50px 0;
    }

    .our-mision-left-content {
        padding: 0 25px;
    }

    .our-brand-promises-title {
        padding-left: 25px;
    }

    .brand-promises-box-wrapper {
        padding: 25px;
    }

    .about-banner-content {
        padding-left: 25px;
    }

    .collection-hero__inner .collection-hero__title,
    .custom-collection-list-wraper h1.title,
    .our-brand-promises-title h2,
    .our-mision-left-content h2,
    .our-story-left-content h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .collection-hero__inner .collection-hero__title:after,
    .custom-collection-list-wraper h1.title:after,
    .our-brand-promises-title h2:after,
    .our-mision-left-content h2:after,
    .our-story-left-content h2::after {
        height: 4px;
        margin-top: 5px;
    }

    .our-mision-left-content p,
    .our-story-left-content p {
        max-width: 100%;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .brand-promises-box-wrapper .brand-promises-box {
        display: block;
    }

    .brand-promises-box .brand-promises-icon {
        max-width: 100%;
    }

    .brand-promises-icon img {
        max-width: 115px;
    }

    .brand-promises-icon {
        margin-bottom: 20px;
    }

    .brand-promises-box .brand-promises-content {
        max-width: 100%;
    }

    .brand-promises-content strong {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .contact-main-wrapper .row>.col-md-8 {
        padding-right: 0;
    }

    .contact-main-wrapper .row>.col-md-4 {
        padding-left: 0;
    }

    .contact-banner-title {
        padding: 50px 0;
    }

    .contact-banner-bottom-content h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .contact-banner-bottom-content h3 {
        font-size: 16px;
        line-height: 1.4;
    }

    .contact-banner-bottom-content {
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .contact-help-title h2 {
        font-size: 24px;
    }

    .help-box-wrapper {
        margin-bottom: 45px;
    }

    .help-bottom-content h3 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .help-bottom-content ul li {
        font-size: 14px;
    }

    .help-bottom-content {
        margin-top: 0;
        padding-top: 20px;
    }

    .custom-collection-main-wrapper .home-product-inner-wrapper {
        column-gap: 0%;
    }

    .custom-collection-main-wrapper .home-product-inner-wrapper li {
        width: 100% !important;
        max-width: 100% !important;
    }

    .custom-collection-main-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }

    .custom-collection-list-wraper h1.title {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .custom-collection-main-wrapper {
        border-top: none;
    }

    .product-bottom-info-wrapper {
        margin: 0 20px;
    }

    .features-details {
        margin: 0 20px;
    }

    .product-right-content {
        padding: 20px 15px;
        margin-top: 30px;
    }

    .product-content-details h2 {
        font-size: 20px;
    }

    .product__description.rte.quick-add-hidden {
        font-size: 14px;
        margin-bottom: 15px;
        font-family: "Avenir Next", sans-serif !important;
        font-weight: 500;
    }

    .product-content-details .features-btn {
        margin-bottom: 15px;
    }

    .product-bottom-info-wrapper h3 {
        font-size: 24px;
    }

    .product-information-main-wrapper .product-description-short p,
    .product-information-main-wrapper .product-description-full p {
        font-size: 16px;
    }

    .product-bottom-info-wrapper ul li {
        font-size: 14px;
    }

    .banner-quality-box-wrapper .made-usa-banner-title h1 {
        padding: 5px 20px;
        font-size: 14px;
    }

    .banner-quality-box-wrapper .made-usa-banner-title {
        margin-top: -12px;
    }

    .quality-box .quality-box-content {
        width: 90%;
    }

    .quality-box .quality-box-img {
        max-width: 100px;
    }

    .madein-america-main-wrapper .america-box-content {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .america-box-content-inner h2 {
        font-size: 24px;
    }

    .america-box-content-inner p {
        font-size: 16px;
    }

    .america-box-img {
        margin-right: 10px;
    }

    .madein-america-main-wrapper .america-box-img {
        margin-right: 0;
    }

    #shopify-section-faq {
        padding: 50px 0;
        margin-top: 30px;
    }

    .usa-faq-title h2 {
        font-size: 24px;
    }

    .usa-faq-title h2:after {
        height: 4px;
        width: 35px;
        margin-top: 6px;
    }

    .usa-faqs-wrapper .faq-wrapper .faq-individual .faq-question {
        font-size: 14px;
        padding-right: 30px;
    }

    .usa-faqs-wrapper .faq-wrapper .faq-individual .faq-answer p {
        font-size: 14px;
    }

    .our-story-left-content {
        padding: 0 25px;
    }

    .usa-faqs-wrapper .faq-wrapper .faq-individual .faq-question span {
        margin-right: -20px;
    }

    .quality-safety-banner-content h1 {
        font-size: 18px;
        max-width: 100%;
    }

    .quality-safety-banner-box-text {
        padding: 40px 0;
        width: 95%;
    }

    .our-mattresses-top-content p {
        font-size: 18px;
    }

    .our-mattresses-top-content p:nth-child(2):after {
        top: 142px;
    }

    .peace-parents-title h3 {
        font-size: 26px;
    }

    .peace-parents-title {
        margin-bottom: 20px;
    }

    .peace-parents-box-main-wrapper .quality-box-safety:after {
        width: 100%;
        height: 1px;
        top: inherit;
        bottom: 0;
    }

    .safety-boxes-wrapper .col-md-4:nth-child(3) .quality-box-safety::after {
        display: block;
    }

    .quality-safety-banner-box-text h2 br {
        display: none;
    }

    .terms-service-main-content h1 {
        font-size: 25px;
    }

    .store-location-filter-wrapper form .search-loaction-fuild input#bh-sl-address {
        width: 65% !important;
    }

    .store-location-filter-wrapper form .scasl-see-more-content {
        width: 100%;
        display: block;
    }

    .store-location-filter-wrapper form .meter-wrapper {
        align-items: flex-end;
        justify-content: space-between;
    }

    .store-location-filter-wrapper form .meter-wrapper .form-input {
        margin-bottom: 0px;
        width: 65% !important;
    }

    .store-location-filter-wrapper form .search-loaction-fuild .scasl-address-wrap {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .store-location-filter-wrapper form .search-loaction-fuild a#scapl-geocode-btn {
        display: none;
    }

    .store-location-filter-wrapper form .search-loaction-fuild button#scapl-geocode-btn {
        display: block;
    }

    .store-location-filter-wrapper form .meter-wrapper button#bh-sl-submit,
    .store-location-filter-wrapper form .search-loaction-fuild button#scapl-geocode-btn {
        min-width: 75px;
    }

    .store-location-filter-wrapper form .search-loaction-fuild {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .page-sca-storelocator .new-for-mobile ul#scasl-tabs {
        display: none;
    }

    .new-for-mobile .scasl-location-list {
        height: 300px !important;
    }

    .page-sca-storelocator .new-for-mobile #bh-sl-map {
        display: block;
    }

    .announcement-bar {
        padding: 10px 0;
        position: relative;
    }
    p.announcement-bar__message.h5 {
        padding: 0;
    }
    p.announcement-bar__message.h5 span {
        font-size: 10px;
    }
    p.announcement-bar__message.h5 a.announcement-bar__link.link.link--text.focus-inset.animate-arrow {
        font-size: 10px;
    }

    .announcement-bar .announcement-bar-close {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .footer__content-bottom-wrapper .footer-terms-links {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .custom-footer-main-wrapper .footer__content-bottom .align-middle .footer-terms-links a:first-child {
        margin-right: 0;
    }

    .custom-footer-main-wrapper .footer__column--info {
        padding-left: 10px;
        padding-right: 10px;
    }

    .custom-footer-main-wrapper .footer-block h2:after {
        display: none;
    }

    .desktop-banner-btn {
        display: none !important;
    }

    .mob-collection {
        display: block !important;
    }

    .sleep-slider-section .sleep-logos ul.slick-dots li {
        opacity: 0.5;
    }

    .sleep-slider-section .sleep-logos ul.slick-dots li.slick-active {
        opacity: 1;
        background-color: #162c7b;
    }

    .product-information-main-wrapper {
        padding-top: 30px
    }

    header.header {
        padding-top: 5px;
    }

    .product-content-details .product-logo img {
        margin-left: 0;
    }

    .product-content-details .product-logo span {
        display: block;
    }

    .product-content-details .features-btn a {
        font-size: 14px;
    }

    .product-banner-bottom-img img {
        height: 350px;
        object-fit: cover;
        object-position: 68%;
    }

    .product-bottom-info-wrapper ul li:after {
        top: 9px;
    }

    .quality-safety-inner-text p br {
        display: none;
    }

    .quality-safety-banner-box-text h2 {
        font-size: 28px;
        margin: 0 15px;
    }

    .quality-safety-banner-box-text h2 br {
        display: none;
    }

    .quality-safety-banner-box-text .quality-safety-inner-text {
        border-top: solid 1px #ffffff42;
        padding-top: 30px;
    }

    .quality-safety-inner-text span {
        margin-bottom: 15px;
    }

    .our-mattresses-top-content p br {
        display: none;
    }

    .peace-parents-title p {
        width: 75%;
        margin: 0 auto;
    }

    .quality-box-safety .quality-safety-box-content p br {
        display: none;
    }

    .usa-banner-img img {
        height: 300px;
        object-fit: cover;
        object-position: 18%;
    }

    .custom-footer-main-wrapper .footer-block h2 {
        font-weight: 500;
    }

    .simplebar-content li.logo-bar__item {
        min-width: 30%;
        text-align: center;
    }

    .product-reg-title-wrapper h1 {
        font-size: 22px;
    }

    .product-reg-main-content {
        width: 90%;
    }

    .product-reg-main-content h2 {
        font-size: 22px;
    }

    .product-reg-main-content p {
        font-size: 16px;
    }

    .registration-form-main-wrapper .form-inner-title {
        width: 90%;
        margin: 30px auto 0 auto;
    }

    .registration-form-main-wrapper div#evm-wrap {
        max-width: 100% !important;
    }

    .registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:nth-child(3) {
        width: 100%;
    }

    .registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:nth-child(6) {
        width: 100%;
    }

    .registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:nth-child(7) {
        width: 100%;
    }

    .registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:nth-child(8) {
        width: 100%;
    }

    .registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:nth-child(9) {
        width: 100%;
    }

    .registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:nth-child(10) {
        width: 100%;
    }

    .registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:nth-child(2) input,
    .registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:first-child input {
        width: 100%;
    }

    .registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:nth-child(2) input,
    .registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field:first-child input {
        width: 100%;
    }

    .registration-form-main-wrapper form#formbyevm div#sjfb-fields .sjfb-field {
        width: 100%;
    }

    .registration-form-main-wrapper form#formbyevm #sjfb-fields {
        grid-column-gap: 0%;
    }
    .custom-footer-main-wrapper .footer-block h2,
    .custom-footer-main-wrapper .footer__content-top .footer__blocks-wrapper .footer-block {
        margin-bottom: 0;
    }
    .footer .newsletter .footer-block__newsletter {
        width: 100%;
    }

}

@media (max-width:575px) {
    .companys-logos-wrapper ul.logo-bar {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        list-style: none;
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .companys-logos-wrapper ul.logo-bar li.logo-bar__item {
        width: 50%;
        text-align: center;
    }
    .footer .newsletter .footer-block__newsletter .newsletter-form__button{
        width: 100%;
    }
    .footer .newsletter .newsletter-form__field-wrapper .field__input{
        width: 100%;
    }
    .commitment-left .custom-line{
      width: 110px;
    }
    
    .custom-footer-main-wrapper .page-width{
        max-width: 95%;
    }
    .footer-bottom-logos ul {
        justify-content: center;
    }
    .custom-footer-main-wrapper .newsletter .field {
        flex-direction: column;
        align-items: center;
    }
    .footer .newsletter .footer-block__newsletter {
        padding: 26px;
    }
    
    .page-width,.container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    .multirow-custom .image-with-text:last-of-type .top-capption {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 30px;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .multirow-custom .image-with-text:last-of-type .top-capption p {
        text-align: center;
    }

    .multirow-custom .image-with-text:last-of-type h2 {
        font-size: 24px;
    }

    .multirow-custom .image-with-text:last-of-type .button--secondary {
        margin-top: 4rem;
        text-align: center;
        padding: 10px 5px;
    }
}

/* ====================================
    Phone css end
==================================== */