/* Flexbox mixin
Generates browser prefixes for flexboxes */

* {
    padding: 0;
    margin: 0;
    outline: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
}

*, *:before, *:after {
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
}

html, body {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

div {
    display: block;
}

button:hover {
    cursor: pointer;
}

button:active, button:focus {
    outline: none;
}

a img {
    border: 0;
}

a:focus {
    outline: none;
}

a {
    text-decoration: none;
}

a:active {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

@font-face {
    font-family: 'norwester';
    src: url("Norwester-Regular.eot?v15a71f1fde8");
    src: url("Norwester-Regular.woff?v15a71f1fde8") format("woff"), url("Norwester-Regular.woff2?v15a71f1fde8") format("woff2"), url("Norwester-Regular.ttf?v15a71f1fde8") format("truetype"), url("Norwester-Regular.svg?v15a71f1fde8") format("svg");
    font-weight: 400;
}

@font-face {
    font-family: 'catamaran';
    src: url("Catamaran-Thin.eot?v15a71f1fde8");
    src: url("Catamaran-Thin.woff?v15a71f1fde8") format("woff"), url("Catamaran-Thin.woff2?v15a71f1fde8") format("woff2"), url("Catamaran-Thin.ttf?v15a71f1fde8") format("truetype"), url("Catamaran-Thin.svg?v15a71f1fde8") format("svg");
    font-weight: 100;
}

@font-face {
    font-family: 'catamaran';
    src: url("Catamaran-Light.eot?v15a71f1fde8");
    src: url("Catamaran-Light.woff?v15a71f1fde8") format("woff"), url("Catamaran-Light.woff2?v15a71f1fde8") format("woff2"), url("Catamaran-Light.ttf?v15a71f1fde8") format("truetype"), url("Catamaran-Light.svg?v15a71f1fde8") format("svg");
    font-weight: 300;
}

@font-face {
    font-family: 'catamaran';
    src: url("Catamaran-Regular.eot?v15a71f1fde8");
    src: url("Catamaran-Regular.woff?v15a71f1fde8") format("woff"), url("Catamaran-Regular.woff2?v15a71f1fde8") format("woff2"), url("Catamaran-Regular.ttf?v15a71f1fde8") format("truetype"), url("Catamaran-Regular.svg?v15a71f1fde8") format("svg");
    font-weight: 400;
}

@font-face {
    font-family: 'catamaran';
    src: url("Catamaran-Medium.eot?v15a71f1fde8");
    src: url("Catamaran-Medium.woff?v15a71f1fde8") format("woff"), url("Catamaran-Medium.woff2?v15a71f1fde8") format("woff2"), url("Catamaran-Medium.ttf?v15a71f1fde8") format("truetype"), url("Catamaran-Medium.svg?v15a71f1fde8") format("svg");
    font-weight: 500;
}

@font-face {
    font-family: 'catamaran';
    src: url("Catamaran-SemiBold.eot?v15a71f1fde8");
    src: url("Catamaran-SemiBold.woff?v15a71f1fde8") format("woff"), url("Catamaran-SemiBold.woff2?v15a71f1fde8") format("woff2"), url("Catamaran-SemiBold.ttf?v15a71f1fde8") format("truetype"), url("Catamaran-SemiBold.svg?v15a71f1fde8") format("svg");
    font-weight: 600;
}

@font-face {
    font-family: 'catamaran';
    src: url("Catamaran-Bold.eot?v15a71f1fde8");
    src: url("Catamaran-Bold.woff?v15a71f1fde8") format("woff"), url("Catamaran-Bold.woff2?v15a71f1fde8") format("woff2"), url("Catamaran-Bold.ttf?v15a71f1fde8") format("truetype"), url("Catamaran-Bold.svg?v15a71f1fde8") format("svg");
    font-weight: 700;
}

@font-face {
    font-family: 'catamaran';
    src: url("Catamaran-ExtraBold.eot?v15a71f1fde8");
    src: url("Catamaran-ExtraBold.woff?v15a71f1fde8") format("woff"), url("Catamaran-ExtraBold.woff2?v15a71f1fde8") format("woff2"), url("Catamaran-ExtraBold.ttf?v15a71f1fde8") format("truetype"), url("Catamaran-ExtraBold.svg?v15a71f1fde8") format("svg");
    font-weight: 800;
}

.btn {
    border-radius: 3px;
    height: 52px;
    min-width: 192px;
    padding: 8px 16px;
    text-transform: uppercase;
}

.btn a {
    display: block;
    font-family: "Catamaran", sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.btn:hover a {
    text-decoration: none;
}

.btn.shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn.shadow:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 8px 8px rgba(0, 0, 0, 0.22);
}

/* FOR PRODUCT ACCORDION SPECS */

/* pdp-accordin Pages  */

.product_specs {
    position: relative;
    width: 100%;
    margin-bottom: -28px;
    /*   pointer-events: none; */
    /*   background:#fff; */
}

.product_specs button {
    max-width: 248px;
    margin: 0 auto;
    height: 56px;
    background-color: #2e577c;
    /* 	position:relative; */
    text-align: center;
    cursor: pointer;
    display: block
}

.product_specs button:hover {
    /* 	box-shadow:none!important; */
}

.product_specs button {
    z-index: 40;
    border-radius: 3px;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7) !important;
    display: block;
    width: inherit;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.product_specs>button:hover, .product_specs>button:focus, .product_specs.active>button {
    color: rgba(255, 255, 255, 1) !important;
    background-color: #2e577c;
}

.product_specs .fa {
    margin-right: 0.5rem;
}

.product_specs .fa {
    margin-right: 0.5rem;
}

.product_specs.active .fa-close {
    display: inline-block;
}

.product_specs .fa-close {
    display: none;
}

.product_specs.active .fa-plus {
    display: none;
}

.product_specs.active .fa-close {
    display: inline-block;
}

.product_specs .fa-close {
    display: none;
}

.product_specs.active .fa-plus {
    display: none;
}

.pdp-accordion {
    padding-top: 28px !important;
    display: none;
    background: #fff;
}

#shopify-section-pdp-accordion, #shopify-section-pdp-accordion-hybrid {
    /* 	background-color: #eff7f9; */
}

.pdp-accordion .measurement_accordion a {
    color: #13b1e2;
    text-decoration: underline;
}

.measurement-headings h1 {
    width: 50%;
}

.measurement-content {
    max-width: 1600px;
    width: 49%;
    display: flex;
    margin: 2rem auto;
    color: rgba(0, 0, 0, 0.87);
}

.measurement_accordion {
    margin: 1rem 0;
}

.pdp-accordion .measurement_accordion:first-child {
    padding: 3rem 0 0;
}

.measure_title {
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: rgba(0, 0, 0, 0.87) !important;
    margin-bottom: .5rem;
}

.weight_dimension {
    color: rgba(0, 0, 0, 0.87) !important;
    margin-bottom: 0;
}
.weight_dimension span {
    display: block;
}

.measure_size {
    float: left;
    width: 33%;
    padding: 0 1rem 1rem 0;
}

.left-portion, .right-portion {
    width: 49%;
    display: inline-block;
    margin: 0 0 2rem auto;
}

.left-portion, .measurement-headings {
    text-align: right;
}

.accordion_mob_image {
    display: none;
}

.right-portion, .measurement-content {
    text-align: left;
}

.left-portion {
    margin-right: 64px;
}

.accordion_image {
    width: 100%;
    max-width: 768px;
    float: left;
}

.left-portion h1 {
    font-size: 22px;
    font-weight: 700;
    color: #3c3c3f;
}

.right-portion ul, ol {
    margin: 0 1.5rem;
}

.right-portion ol {
    font-size: 1.125rem;
    font-weight: 600;
}

.right-portion li {
    margin-bottom: 1rem;
}

.right-portion li .caption {
    font-weight: 500;
    color: rgba(0, 0, 0, .54);
}

.right-portion {
    font-size: 1rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87) !important;
    padding: 0 2.5rem 0 0;
}

.right-portion ul>li {
    list-style: disc;
}

.right-portion:first-child {
    margin: 2rem 1rem 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .measure_size {
        display: inline-block;
        width: 33%;
        padding: 0 1rem 1rem 0;
        float: left;
    }
    .content_toshown .right-portion ol {
        margin-bottom: 4rem !important;
    }
    .content_toshown {
        display: block !important;
    }
    .content_toshown .accordion_image {
        max-width: 100% !important;
    }
    .content_toshown .right-portion {
        padding: 0 1rem 0 2rem;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        max-width: 768px;
    }
    .content_toshown .left-portion {
        width: 100% !important;
        margin-bottom: 0 !important;
        margin-right: 0 !important;
    }
    .accordion_image {
        width: auto;
        max-width: 768px;
    }
    .measurement_accordion.featured-image {
        display: block !important;
    }
    .pdp-accordion .measurement_accordion:first-child .right-portion {
        float: right !important;
        padding-left: 0;
    }
    .pdp-accordion .pfeatures-wrap {
        flex-direction: initial !important;
        -webkit-box-orient: vertical !important;
        align-items: stretch !important;
        -ms-flex-direction: column-reverse !important;
    }
    .left-portion {
        width: 30%;
    }
    .right-portion {
        width: 100%;
    }
    .product .inner.first,.product .inner.second{
		width: auto;
      	margin-right: 2rem;
    }
  	.product .switch_button input {
      display: table-cell;
      vertical-align: middle;
    }
    .check-found label{
/* 		min-width:200px;
      	margin-bottom: 14px !important; */
    }
  .check-found .bedding-row {
    margin-bottom: 13px;
	}
}

@media screen and (max-width: 767px) {
    .content_toshown .left-portion {
        padding-top: 3.5rem !important;
    }
    .content_toshown .right-portion {
        padding-bottom: 3.5rem !important;
    }
    .content_toshown {
        display: block !important;
        margin-bottom: -84px !important;
    }
    .content_toshow {
        padding-left: 0 !important;
    }
    .pdp-accordion {
        margin: 0px 0px;
        padding: 3rem 0;
    }
    .accordion_image {
        display: none;
    }
    .accordion_mob_image {
        display: block;
        width: 100% !important;
    }
    .pdp-accordion .measurement_accordion {
        padding: 0 1rem !important;
    }
    .pdp-accordion .measurement_accordion:first-child {
        padding: 0px;
        margin-bottom: 0 !important;
    }
    .pdp-accordion .measurement_accordion.featured-image:first-child .right-portion {
        padding: 2rem 0rem 0;
    }
    .pdp-accordion .measurement_accordion.featured-image:first-child .left-portion {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
        width: auto !important;
    }
    .measurement_accordion {
        display: block !important;
    }
    .pdp-accordion.content > .clearfix:after {
        content: ' ';
        position: relative;
        width: 100%;
        padding: 1rem 1rem 0;
        border-bottom: solid 1px rgba(0, 0, 0, 0.12);
        display: block;
    }
    .measurement_accordion::after {
        content: ' ';
        position: relative;
        width: 100%;
        padding: 1rem 1rem 0;
        border-bottom: solid 1px rgba(0, 0, 0, 0.12);
        display: block;
    }
    .measurement_accordion:last-child::after {
        border: none;
        /*         margin-bottom: 40px; */
    }
    .measurement_accordion:first-child.left-portion {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .left-portion, .right-portion {
        width: 100% !important;
        display: block !important;
        margin: 0 !important;
        padding: 0;
    }
    .measure_size {
        width: 49% !important;
        margin: 0 !important;
    }
    .left-portion {
        margin: 0 !important;
        text-align: left !important;
    }
    .left-portion h1 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .left-portion:first-child h1 {
        margin-top: 2.5rem !important;
    }
}

@media screen and (max-width: 48rem) {
    .btn a {
        font: 800 1rem "Catamaran", sans-serif;
        letter-spacing: 0.08em;
    }
}

.template-page .main-content {
    padding-bottom: 0;
}

html.locked {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html.locked body {
    position: fixed;
    width: 100%;
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 64px;
}

.header__wrapper.p-hide .promobar,
.header__wrapper.p-hide .toppromobar{
    display: none;
}

.header__wrapper.p-show--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.header-logo a {
    width: 90px;
    height: auto;
}

.header-logo a img {
    width: 100%;
    height: auto;
}

.site-header {
    width: 100%;
    height: 64px;
    border: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000000;
}

.site-header.is--mobile .header-wrap {
    padding: 0 24px;
}

.site-header.is--mobile .header-toggle {
    display: block;
}

.site-header.is--mobile .header-logo {
    margin: 0 auto;
}

.site-header.is--mobile .header-nav {
    display: none;
}

.site-header.is--mobile .header-subnav {
    margin: 0;
}

.site-header.is--mobile .header-subnav__link {
    display: none;
}

#bearmenubar{ 
  background-color: #ffffff;
  height: 64px; 
/*   z-index:1; */
}


.topbar-on .toppromobar {
    height: 48px;
  	background: linear-gradient(120deg, #69d2f2 0%, #109bc6 30%, #00577d 70%, #203e53 100%);
/*     background-color: #2e577c; */
    width: 100%;
    position: relative;
    top: 0px;
    z-index: 999;
    box-shadow: none;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    box-sizing: border-box;    
	display: table;
}

.topbar-on .toppromobar div{       
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 1.125;
}

.desktopbar a.promolink,
.mobilebar a.promolink,
.desktopbar a.promolink:hover,
.mobilebar a.promolink:hover {
    font-weight: 700;
    color: #ffffff;
}

.mobilebar a.promolink,.mobilebar a.promolink:hover  {
	font-size: 1rem;
}
.topbar-on .toppromobar div.desktopbar{ display: table-cell;}
.topbar-on .toppromobar div.mobilebar{ display:none; }

.topbar-on .p-show--top .site-header{  
    height: 112px;
   background:none;
}

.topbar-on .p-show--top{ 
  padding-top: 109px;
}

.topbar-on #bearmenubar{ 
  background-color: #ffffff;
  height: 64px;
  position: relative;    
  width: 100%;
  transition:0.6s;
  -webkit-transition:0.6s;
  -moz-transition:0.6s;
  top:0;
/*   z-index:1; */
}

.topbar-on .p-show--top #bearmenubar.removeheight{ 
  top:-64px;
}

.topbar-on .mnav.open{
  top:112px;
}

.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.header-toggle {
    display: none;
    width: 32px;
    position: relative;
}

.header-toggle__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    position: absolute;
    top: -32px;
    left: -16px;
    border: 0;
}

.header-toggle__button img {
    width: 32px;
    height: auto;
    margin: 0 auto;
}

.header-logo a {
    width: 90px;
    height: auto;
}

.header-logo img {
    width: 100%;
    height: auto;
}

.header-nav {
    white-space: nowrap;
}

.header-nav__list {
    margin: 0 32px;
}

.header-nav__item {
    display: inline-block;
    margin: 0 0 0 8px;
}

.header-nav__item.dropdown {
    margin-right: 8px;
}

.header-nav__item.dropdown .header-nav__item-link span::after {
    display: inline-block;
}

.header-nav__item.active .header-nav__item-link {
    opacity: 1.0;
}

.header-nav__item.active .header-nav__item-link span::after, .header-nav__item.dropdown:hover .header-nav__item-link span::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-nav__item-link {
    font: 800 .9375rem/1 "Catamaran", sans-serif;
    color: #1e3d54;
    letter-spacing: 0.08em;
    opacity: 0.56;
    -webkit-transition: all 0.14s;
    transition: all 0.14s;
    text-transform: uppercase;
    cursor: pointer;
    padding: 21px 24px 21px 0;
}

.header-nav__item-link:hover {
    color: #1e3d54;
    opacity: 1.0;
    text-decoration: none;
}

.header-nav__item-link:focus {
    color: #1e3d54;
}

.header-nav__item-link span {
    position: relative;
}

.header-nav__item-link span::after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    top: 11px;
    right: -13px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #1e3d54 transparent transparent transparent;
    -webkit-transition: all 0.22s ease;
    transition: all 0.22s ease;
}

.header-subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 auto;
    white-space: nowrap;
}

.header-subnav__link {
    font: 700 1rem/1rem "Catamaran", sans-serif;
    color: #1e3d54;
    letter-spacing: 0.02em;
    margin-right: 48px;
}

.header-subnav__link:hover {
    color: #1e3d54;
    text-decoration: none;
}

.header-subnav .CartToggle {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
}

.header-subnav .CartToggleOverlay {
    display: block;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 4px;
    left: 5px;
    z-index: 7;
    background: #fff;
}

.header-subnav .CartToggle img {
    position: relative;
    z-index: 5;
}

.header-subnav .cartCount {
    font: 700 1.25rem/1.25rem "Catamaran", sans-serif;
    color: #455a6b;
    text-align: center;
    position: absolute;
    top: -6px;
    left: 8px;
    z-index: 10;
}
.dnav {
    width: 100%;
    position: fixed;
    top: 43px;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.25s ease-out .0s;
    -moz-transition: all 0.25s ease-out .0s;
    -ms-transition: all 0.25s ease-out .0s;
    transition: all 0.25s ease-out 0s, all 0.25s ease-out 0s;
}

.header-nav__item.dropdown:hover>.dnav, .dnav.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -ms-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s, all 0.25s ease-out 0s;
}

.dnav-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}

.dnav-wrap {
    position: relative;
    z-index: 10;
}

.dnav-dropdown {
    width: 100%;
    height: auto;
    z-index: 1;
    background: #e8f2f4;
    border-bottom: 1px solid rgba(0, 0, 0.87);
}

.dnav-dropdown__wrap {
    max-width: 1500px;
    margin: 0 auto;
}

.dnav-dropdown__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
    float: left;
    width: 80%;
}

.dnav-dropdown__list.bundle-product {
    float: left;
    width: 20%;
}

.dnav-dropdown__item {
    width: 100%;
    height: auto;
    padding: 22px 24px 0;
    margin: 0 auto;
    height: 215px;
}

.dnav-dropdown__item:hover, .over-bundle .dnav-dropdown__item {
    background: #e0ecef;
}

.over-bundle .dnav-dropdown__item:last-child {
    background: initial;
}

.dnav-dropdown__list.bundle-product .dnav-dropdown__item {
    background: #ffffff;
}

/*Menu dropdown slider arrows */

.dnav-other-products .slick-prev, .dnav-other-products .slick-next {
    opacity: 1;
}

.dnav-dropdown__list .slick-prev:before, .dnav-dropdown__list .slick-next:before {
    font-size: 0;
    width: 48px;
    height: 48px;
    display: inline-block;
    opacity: 0.6;
}

.dnav-dropdown__list .slick-prev:hover:before, .dnav-dropdown__list .slick-next:hover:before {
    opacity: 1;
}

.dnav-dropdown__list .slick-prev:before {
    background: url(https://cdn.shopify.com/s/files/1/0661/5815/t/40/assets/left_arrow.svg?14550388277259741638) no-repeat center center;
    background-size: 23px 23px;
}

.dnav-dropdown__list .slick-next:before {
    background: url(https://cdn.shopify.com/s/files/1/0661/5815/t/40/assets/right_arrow.svg?14550388277259741638) no-repeat center center;
    background-size: 23px 23px;
}

.dnav-dropdown__item-link {
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 240px;
    height: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.dnav-dropdown__item-link:hover {
    color: #1e3d54;
}

.dnav-dropdown__item-link span {
    display: block;
    font: 700 0.875rem/0.875rem "Catamaran", sans-serif;
    text-align: center;
    padding: 16px 0;
}

.dnav-dropdown__item-image {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    max-width: 170px;
    margin: 0 auto 0px;
}

.dnav-dropdown__item-image-label {
    display: block;
    width: auto;
    height: 16px;
    margin: 0 auto 12px auto;
}

.mnav {
    width: 100%;
    position: fixed;
    top: 0;
    top: -100%;
    height: 100%;
    z-index: 999999;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    opacity: 0;
}

.mnav.open {
    top: 64px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    opacity: 1;
}

.mnav.open .mnav-overlay {
    opacity: 1.0;
}

.mnav-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.32);
    opacity: 0.0;
    -webkit-transition: all 0.24s;
    transition: all 0.24s;
}

.mnav-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    padding-bottom: 64px;
    top: 0;
    left: 0;
    z-index: 10;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.18s cubic-bezier(0.71, 0.13, 0.79, 0.25);
    transition: all 0.18s cubic-bezier(0.71, 0.13, 0.79, 0.25);
}

.mnav-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border: 0;
    display: none;
}

.mnav-close span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0.64;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}

.mnav-close span::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 14px;
    left: 1px;
    border-radius: 2px;
    background: #1e3d54;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mnav-close span::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 15px;
    right: 0px;
    border-radius: 2px;
    background: #1e3d54;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mnav-list {
    margin: 0;
    padding: 5px 0;
}

.mnav-item {
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

div.mnav-message  {
  padding: 32px 24px 64px 26px;
}

div.mnav-message p {
  font-family: inherit;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: 0.5px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  color: rgba(0,0,0,0.12);
}

@media (pointer: coarse) and (hover: none) {
    .mnav-item:hover {
        background: none;
    }
}

.mnav-item.dropdown::after, .mnav-item.dropdown::before {
    content: '';
    position: absolute;
    top: 26px;
    right: 28px;
    width: 10px;
    height: 2px;
    background: #3c3c3f;
}

.mnav-item.dropdown::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.24s;
    transition: all 0.24s;
}

.mnav-item.dropdown.open::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mnav-item.dropdown.open .mnav-item__dropdown {
    max-height: 500px;
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s;
}

.mnav-item__link {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 24px;
    position: relative;
}

.mnav-item__link:hover {
    text-decoration: none;
}

.mnav-item__link:hover {
    background-color: rgba(0, 0, 0, 0.12);
    text-decoration: none;
}

.mnav-item__link::after {
    content: '';
    display: none;
    width: calc(100% - 48px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 24px;
    background: #3c3c3f;
    opacity: 0.15;
}

.mnav-item__link-text {
    display: block;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font: 700 1rem/1rem "Catamaran", sans-serif;
    color: rgba(0, 0, 0, 0.54);
}

.mnav-item__dropdown {
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    -webkit-transition: max-height 0.24s;
    transition: max-height 0.24s;
}

.mnav-item__dropdown-item {
    margin: 0;
}

.mnav-item__dropdown-item:first-of-type {
    margin-top: 12px;
}

.mnav-item__dropdown-item:last-of-type {
    margin-bottom: 24px;
}

.mnav-item__dropdown-link {
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 24px;
    position: relative;
}

.mnav-item__dropdown-link-text {
    display: block;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font: 400 1rem/1rem "Catamaran", sans-serif;
    letter-spacing: 0.08em;
    color: #3c3c3f;
}

@media screen and (max-width: 50rem) {
    .header-wrap {
        padding: 0 24px;
    }
    .header-toggle {
        display: block;
    }
    .header-logo {
        margin: 0 auto;
    }
    .header-nav {
        display: none;
    }
    .header-subnav {
        margin: 0;
    }
    .header-subnav__link {
        display: none;
    }
    .promobar p {
        font-size: 0.875rem;
    }
    .header-logo {
        margin-left: 0px;
        margin-right: auto;
    }
    .header-subnav {
        margin: 0;
    }
    .landing-subnav__link p {
        display: none;
    }
    .landing-subnav__link img {
        width: 120px;
    }
}

.site-footer {
    max-width: 1280px;
    padding: 4rem 2.5rem;
}

.site-footer-wrapper {
    padding-top: 48px;
}

.site-footer-logo {
    display: block;
    width: 136px;
    height: auto;
    margin: 0 auto;
}

.site-footer-logo img {
    width: 100%;
    height: auto;
}

.site-footer .grid-uniform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.site-footer .grid__item {
    width: auto;
    padding-left: 0;
}

.site-footer .grid__item:first-of-type {
    margin: 0 auto 0 0;
}

.site-footer .grid__item.large--one-quarter:nth-of-type(3) {
    margin: 0 0 0 0;
}

.site-footer .grid__item.large--one-quarter:nth-of-type(2) {
    margin: 0 auto 0 0;
}

.fifth_row p {
    margin-left: 0px;
    display: inline-block;
}

.site-footer .grid__item:last-of-type {
    max-width: 33.33%;
    margin: 0 0 0 auto !important;
}

.site-footer .grid__item .uppercase {
    font: 800 1rem/1rem "Catamaran", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.site-footer .grid__item .hr--underline {
    display: none;
}

.site-footer .grid__item .rte {
    margin: 0;
}

.site-footer .grid__item p {
    font: 100 1rem/1.5rem "Catamaran", sans-serif;
    color: rgba(255, 255, 255, 0.75);
}

.site-footer .grid__item form {
    margin: 0;
}

.site-footer .footer-quicklinks {
    font: 100 1rem/1.125rem "Catamaran", sans-serif;
    text-transform: none;
    margin: 0;
}

.site-footer .footer-quicklinks li {
    margin: 12px 0;
}

.site-footer .footer-quicklinks a {
    color: rgba(255, 255, 255, 0.75);
}

.site-footer .footer-quicklinks a:hover {
    color: #fff;
}

.site-footer .footer-secondary-wrapper {
    margin: 0;
    padding-top: 84px;
}

.site-footer .footer-secondary-wrapper .grid__item {
    margin: 0 auto;
    float: none;
}

.site-footer .footer-secondary-wrapper .footer-secondary li {
    margin: 0;
    font: 100 1.125rem/1.125rem "Catamaran", sans-serif;
    letter-spacing: 0.04em;
    text-transform: none;
}

.site-footer .footer-secondary-wrapper .footer-secondary li:first-of-type {
    margin-right: 32px;
}

.site-footer .footer-secondary-wrapper .footer-secondary li:first-of-type::after {
    display: none;
}

.site-footer .footer-secondary-wrapper .footer-secondary li:last-of-type::after {
    display: none;
}

.site-footer .footer-secondary-wrapper .footer-secondary li::after {
    content: '|';
    display: inline-block;
    margin: 0 16px;
}

.site-footer .footer-secondary-wrapper .footer-secondary li a {
    color: rgba(255, 255, 255, 0.75);
}

.site-footer .footer-secondary-wrapper .footer-secondary li a:hover {
    color: #fff;
}

.site-footer .footer-social.social-icons {
    padding: 12px 0 24px;
}

.site-footer .footer-social.social-icons a {
    color: #fff;
}

.footer-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 52px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.footer-field input[type="email"] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 52px;
    background: transparent;
    font: 400 1rem "Catamaran", sans-serif;
    color: rgba(0, 0, 0, 0.87);
    outline: none;
    border: 0;
    border-radius: 3px 0 0 3px;
    margin: 0;
    padding: 0 0 0 1rem;
}

.footer-field input[type="email"]:focus {
    box-shadow: inset 0 0 8px #13B1E2;
    -moz-box-shadow: inset 0 0 8px #13B1E2;
    -webkit-box-shadow: inset 0 0 8px #13B1E2;
}

.footer-field input[type="email"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
}

.footer-field input[type="email"]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.38);
}

.footer-field input[type="email"]:-moz-placeholder {
    color: rgba(0, 0, 0, 0.38);
}

.footer-field input[type="email"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
}

.footer-field input[type="submit"] {
    min-width: 88px;
    max-width: 192px;
    height: 52px;
    background: #13B1E2;
    border-radius: 0 3px 3px 0;
    font: 800 0.9375rem "Catamaran", sans-serif;
    color: #fff;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    border: 0;
    padding: 0 1rem;
}

.footer-newsletter {
    margin-bottom: 24px;
}

@media screen and (max-width: 55rem) {
    .site-footer {
        padding: 3rem 2.5rem;
    }
    .site-footer .grid-uniform {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-wrap: wrap;
        flex: 0 0 50%;
    }
    .site-footer .grid-uniform .grid__item {
        text-align: left;
        width: 50%;
        margin-bottom: 38px;
    }
    .site-footer .grid-uniform .grid__item:last-of-type {
        max-width: 100%;
        width: initial;
        margin: 12px auto !important;
        margin-left: 0 !important;
    }
    .site-footer .footer-secondary-wrapper {
        padding-top: 32px;
    }
    .site-footer .footer-secondary-wrapper .footer-secondary.grid__item li {
        display: block;
        margin: 12px auto;
    }
    .site-footer .footer-secondary-wrapper .footer-secondary.grid__item li:first-of-type {
        margin: 12px auto;
    }
    .site-footer .footer-secondary-wrapper .footer-secondary.grid__item li::after {
        display: none;
    }
    .footer-field input[type="email"] {
        font-size: 1rem;
        padding: 0 .5rem;
    }
    .footer-field input[type="submit"] {
        font-size: 0.9375rem;
        padding: 0 .5rem;
    }
    .footer-social.social-icons.grid__item {
        max-width: 100%;
    }
}

@media screen and (max-width: 30rem) {
    .site-footer {
        padding: 4rem 1rem;
    }
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: calc(80vh - 110px);
    position: relative;
    padding: 32px;
}

.product-slider {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.product-slider__wrap {
    width: 100%;
    height: 100%;
}

.product-slider__slide {
    width: 100%;
    height: 100%;
}

.product-slider__slide img {
  width:100%;
}

.product-slider__transition {
    width: 100%;
    height: 100%;
}

.product-slider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 32px;
    z-index: 15;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.product-slider__controls-thumb {
    width: 72px;
    height: 56px;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid #eaecf0;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
/*     box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08); */
    margin: 4px 0;
}

.product-box {
    width: 32rem;
    height: auto;
    position: relative;
    z-index: 50;
    margin: 0 auto;
}

.product-box__wrap {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, .9);
    padding: 2rem;
}

.product-logo img {
    width: auto;
    height: 32px;
}

.product-reviews {
    margin: 0 0 1rem 0;
}

.product-reviews .text-m {
    margin-left: 1rem;
    color: #3c3c3f !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.product-description h5 {
    color: #3c3c3f !important;
}

.product-description ul {
    margin: 0;
}

.product-description li {
    font: 400 1rem/1.25 "Catamaran", sans-serif;
    color: #3c3c3f;
    padding-left: 1rem;
    margin: 4px 0;
    position: relative;
}

.product-description li::before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
    background: #3c3c3f;
}

.product-description a {
    color: #13b1e2;
}

.product-tiles {
    padding: .5rem 0 0;
}

.product-tiles>h3.switch_header {
    margin-top: none !important;
}

.product-tiles h3 {
    font-size: 1rem;
    margin-top: none;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
}

.product-tiles[data-tiles="1"] {
    display: none;
}

.product-tiles[data-tiles="1"]+.product-buy {
    padding-top: 32px;
}

.product-tiles__header {
    display: block;
    padding: 16px 0 16px;
}
.bear-title_prod {
     display: inline-block;
    padding: 0px;
  color: #3d3d40;
    font-size: 14px;
  	float:right;
}


.product-tiles__header-details {
    font: 400 .875rem/1 "Catamaran", sans-serif;
    color: rgba(0, 0, 0, 0.54);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    letter-spacing: 0.02em;
    text-align: left;
    display: inline-block;
  	width:100%;
}

.product-tiles__header-details p {
    margin: 0px;
/*     height: 3.25rem; */
    letter-spacing: 0.3px;
}

.product-tiles__header-details p span.value {
    display: block;
    line-height: 1.25;
}

.product-tiles__header-cta a {
    display: inline-block;
    font: 400 1rem/1 "Catamaran", sans-serif;
    color: #3c3c3f;
    letter-spacing: 0.02em;
    text-decoration: underline;
}

.product-tiles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-radius: 2px;
    border: 1px solid #c4c8ce;
    list-style-type: none;
    margin: 0;
}

.product-tiles__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% / 3);
    height: 44px;
    position: relative;
    margin: 0;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #3c3c3f;
    background: transparent;
    -webkit-transition: all 0.14s;
    transition: all 0.14s;
}

/* Changes the grid layout for pillow variant sizes */

.product-tiles__item.pillow-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% / 2);
    height: 44px;
    position: relative;
    margin: 0;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #3c3c3f;
    background: transparent;
    -webkit-transition: all 0.14s;
    transition: all 0.14s;
}

.product-tiles__item.selected, .product-tiles__item.selected:hover {
    background: #c4c8ce;
}

.product-tiles__item.selected span, .product-tiles__item.selected:hover span {
    font: 700 .875rem/1 "Catamaran", sans-serif;
    color: #ffffff;
}

.product-tiles__item::before, .product-tiles__item::after {
    content: '';
    display: block;
    position: absolute;
    background: #c4c8ce;
}

.product-tiles__item::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.product-tiles__item::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}

.product-tiles__item:nth-of-type(n+4)::before {
    display: none;
}

.product-tiles__item:nth-of-type(3n)::after {
    display: none;
}

.product-tiles__item:hover {
    background: #f9f9f9;
}

.product-tiles__item span {
    font: 400 .875rem/1 "Catamaran", sans-serif;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.14s;
    transition: all 0.14s;
    text-align: center;
}

.product-buy__button, .product-buy__button_multiple, .product-buy__button_add_on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 52px;
    position: relative;
    border-radius: 2px;
    outline: none;
    border: 0;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    color: #fff;
}

.product-buy__button:hover .action::before, .product-buy__button_multiple:hover .action::before, .product-buy__button_add_on:hover .action::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product-buy__button div, .product-buy__button_multiple div, .product-buy__button_add_on div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 52px;
    text-align: center;
}

.product-buy__button span, .product-buy__button_multiple span, .product-buy__button_add_on span {
    position: relative;
    z-index: 5;
}

.product-buy__button .action, .product-buy__button_multiple .action, .product-buy__button_add_on .action {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden;
    background: #2be08d;
    font: 800 1rem/1rem "Catamaran", sans-serif;
    letter-spacing: 0.08em;
}

.product-buy__button .action::before, .product-buy__button_multiple .action::before, .product-buy__button_add_on .action::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: transparent;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.14s cubic-bezier(0.88, -0.04, 0.11, 0.99);
    transition: all 0.14s cubic-bezier(0.88, -0.04, 0.11, 0.99);
}

.product-buy__button .price, .product-buy__button_multiple .price, .product-buy__button_add_on .price {
    width: calc(100% / 3);
    background: #28ce82;
    font: 400 1.5rem/1.5rem "Norwester", sans-serif;
}

.product-buy__button .price::before, .product-buy__button_multiple .price::before, .product-buy__button_add_on .price::before {
    content: '$';
    font-size: 0.75rem;
    padding-right: 2px;
}

.product-finance {
    padding: 1rem 0 0;
    font-size: 1rem;
    line-height: 1.5;
}
<!-- AFFIRM FINANCING STYLING PDP PAGES AND FINANCE PAGE -->
a .closing-cta__cta-link.affirm-prequal-text {
    color: #ffffff !important;
}
<!-- END - AFFIRM FINANCING STYLING PDP PAGES AND FINANCE PAGE -->
.product-finance a {
    display: inline-block;
    font: 500 1rem/1 "Catamaran", sans-serif;
    color: #3c3c3f;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #7d7d7f;
}

.product-finance a:hover {
    text-decoration: none;
}

@media screen and (min-width: 100rem) {
    .product-slider__controls {
        margin-left: calc((100vw - 1600px) / 2);
    }
    .product-box {
        margin-right: calc((100vw - 1600px) / 2);
    }
}

@media screen and (min-width: 48.0625rem) and (max-width: 63.9375rem) {
    .product-box {
        width: 400px;
    }
    .product-box__wrap {
        padding: 32px;
    }
}

@media screen and (min-width: 47.9375rem) and (max-width: 64.80rem) {
    .site-footer .grid-uniform {
        flex-wrap: wrap;
        flex: 0 0 50%;
    }
    .site-footer .grid-uniform .grid__item {
        width: 22%;
        margin-right: auto;
    }
    .site-footer .grid__item:last-of-type {
        max-width: 50% !important;
        width: 50%;
        margin-left: 0 !important;
        margin-top: 38px !important;
    }
    .footer-newsletter {
        width: 100%;
        display: inline-block;
    }
    .grid__item.large--one-fifth p {
        width: 100%;
        display: block;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 53.75rem) {
    .price_bundle {
        float: none !important;
        margin-left: 110px;
    }
    .price_bundle.mobile {
        margin-left: 144px;
        float: none !important;
    }
    .product {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-slider {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
/*         height: 50vh;
        min-height: 140px; */
        position: relative;
    }
    .product-slider__controls {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        top: 0px;
        bottom: 24px;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    .product-slider__controls-thumb {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        margin: 0 3px;
        background: transparent !important;
    }
    .product-slider__controls-thumb.active {
        background: #fff !important;
    }
    .product-slider__slide {
/*         background-position: 18% center;
        background-size: 200%;
        background-repeat: no-repeat; */
    }
    .product-box {
        width: 100%;
        margin: 0;
    }
    .product-box__wrap {
        padding: 24px;
    }
    .product-logo[data-handle="bearmattress"] img, .product-logo[data-handle="bear-mattress-duplicate"] img {
        height: 26px;
        width: auto;
    }
    .product-description li {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }
    .product-description li::before {
        top: 7px;
    }
    .product-tiles {
        padding: 16px 0px;
    }
    .product-tiles__header-details .label, .product-tiles__header-details .value {
        font-size: 1rem;
    }
    .product-tiles__item {
        height: 38px;
    }
    .product-tiles__item.selected span, .product-tiles__item span {
        font-size: .875rem;
        line-height: 1;
    }
    .product-buy__button .action, .product-buy__button_multiple .action, .product-buy__button_add_on .action {
        font-size: 0.875rem;
        line-height: 0.875rem;
    }
    .product-buy__button .price, .product-buy__button_multiple .price, .product-buy__button_add_on .price {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    .product-buy__button .price::before, .product-buy__button_multiple .price::before, .product-buy__button_add_on .price::before {
        font-size: 0.625rem;
    }
    .product-finance {
        text-align: center;
    }
    .product-tiles {
        padding: 1rem 0;
    }
    .product-box .check-found input[type=checkbox] {
        margin-left: 0;
    }
    .product-box .check-found p {
        float: right;
        margin: 0;
        position: relative;
        top: 0;
    }
    .product .price_bundle.mobile,.price_bundle{
      margin-left:0;
    }
    .product .switch_button label{
		padding-left: 1.6rem;
    }
}

.ypreviews {
    width: 100%;
    height: auto;
    background: #fff;
}

.ypreviews * {
    font-family: "Catamaran", sans-serif !important;
}

.ypreviews-wrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 15px 24px;
}

.ypreviews .yotpo-icon-profile {
    background: #13b1e2;
}

.icon-grid {
    width: 100%;
    padding: 72px 0;
}

.icon-grid__section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 48px;
}

.icon-grid-img {
    width: 100%;
    max-width: 128px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 16px;
}

.icon-grid-img__wrapper {
    max-width: 200px;
    min-width: 150px;
    margin: 0 auto;
    text-align: center;
}

.icon-grid-text {
    font: 700 1.25rem/1.75rem "Catamaran", sans-serif;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 56.25rem) {
    .icon-grid {
        padding: 36px 0;
    }
    .icon-grid__section-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 12px;
    }
    .icon-grid-img__wrapper {
        width: 50%;
        max-width: 50%;
        padding: 12px;
    }
    .icon-grid-text {
        max-width: 150px;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .icon-grid-img {
        max-width: 90px;
        margin-bottom: 8px;
    }
}

.product-detail {
    width: 100%;
    padding: 80px 0;
}

.product-detail__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}

.product-detail__header {
    max-width: 768px;
    text-align: center;
    font-family: "Catamaran", sans-serif;
    font-weight: 700;
    margin: 0 auto 38px;
    padding: 0 24px;
}

.product-detail__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;    
    display: flex;
  	display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.product-detail__img-image {
    width: 100%;
    height: auto;
}

.product-detail__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem;
}

.product-detail__list-wrapper {
    width: 100%;
    max-width: 574px;
    font-size: 0;
  	margin:0 auto;
}

.product-detail__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    margin-top: 24px;
}

.product-detail__wrapper:first-of-type {
    margin-top: 0;
}

.product-detail__wrapper-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 24px;
}

.product-detail__topic-header {
    font: 700 1.25rem/1.75rem "Catamaran", sans-serif;
    letter-spacing: 0.05rem;
    margin-bottom: 0.5rem;
}

.product-detail__icon {
    width: 72px;
    height: 72px;
}

.product-detail__text {
    font: 1rem/1.75rem "Catamaran", sans-serif;
    opacity: 0.87;
    margin: 0;
}
.product-detail__cta-main{
    margin: 42px auto 10px 97px;
}
.product-detail__cta {
    /* width: calc((100% - 96px) / 2); */
    min-width: 160px;
    /* height: 52px; */
    border-radius: 2px;
/*     margin: 2rem auto; */
  	margin-bottom: 24px;
	margin-right: 24px;
    /* padding: 0; */
}
.product-detail__cta:nth-of-type(2n+1) {
    /* margin-left: 0; */
}

.product-detail__cta:last-of-type {
    /* margin-right: 0; */
}

.product-detail__cta-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font: 800 1rem "Catamaran", sans-serif;
    letter-spacing: 0.08em;
}

.product-detail__cta-link span {
    white-space: initial;
}

.product-detail__cta-link:hover {
    text-decoration: none;
}

@media screen and (max-width: 55rem) {
    .product-detail {
        padding: 4rem 0 2.5rem;
    }
    .product-detail__header {
        font-size: 1.6875rem;
        line-height: 2rem;
        margin-bottom: 2rem;
    }
    .product-detail__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product-detail__img {
        width: 100%;
    }
    .product-detail__img-image {
        max-width: 768px;
        margin: auto;
    }
    .product-detail__list {
        padding: 0 1rem;
        margin: 2rem 0;
    }
    .product-detail__icon {
/*         width: 3rem; */
    }
    .product-detail__wrapper-content {
        padding-left: 16px;
    }
    .product-detail__topic-header {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .product-detail__text {
        font-size: 1rem;
        line-height: 1.75rem;
    }
    .product-detail__cta {
        min-width: 160px;
        /* height: 40px; */
        margin: 2rem auto;
    }
    .product-detail__cta:last-of-type {
        /* margin-right: 0; */
    }
    .product-detail__cta-link {
        font-size: 1rem !important;
        /* line-height: 0.6875rem; */
    }
}

.closing-cta {
    width: 100%;
    padding: 0 24px;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.closing-cta.pb--small {
    padding-bottom: 64px;
}

.closing-cta.pb--medium {
    padding-bottom: 96px;
}

.closing-cta.pb--large {
    padding-bottom: 120px;
}

.closing-cta.pt--small {
    padding-top: 64px;
}

.closing-cta.pt--medium {
    padding-top: 96px;
}

.closing-cta.pt--large {
    padding-top: 108px;
}

.closing-cta__header {
    max-width: 80%;
    text-align: center;
    font: 700 2.25rem/3rem "Catamaran", sans-serif;
    text-transform: none;
    margin: 0 auto;
}

.closing-cta__subhead h2 {
    font: 700 1.375rem/2rem "Catamaran", sans-serif;
    max-width: 100%;
    margin: 0px;
}

.closing-cta__text {
    max-width: 48rem;
    margin: 0 auto;
    font: 1.25rem/1.75rem "Catamaran", sans-serif;
    text-align: center;
    padding: 1rem 0 2rem;
}

.closing-cta__text p {
    margin-bottom: 0;
}

.closing-cta__link-wrapper {
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    /* display: flex; */
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.closing-cta__cta {
    /* margin: 0 8px; */
    /* padding: 0; */
}

.closing-cta__cta-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font: 800 1rem "Catamaran", sans-serif !important;
    letter-spacing: 0.08em;
}

.closing-cta__cta-link span {
    white-space: initial;
}

/** Standard Centered Content Header IMAGES – Large Screens **/

.scc-header-image {
    max-width: 40rem;
    margin: auto;
}

.left-image {
    content: url("https://cdn.shopify.com/s/files/1/0661/5815/files/bear-colors-01.svg?9833675170600691435");
    width: 33%;
    margin-right: 2rem;
    vertical-align: middle;
}

.right-image {
    content: url("https://cdn.shopify.com/s/files/1/0661/5815/files/celliant-enhance-stack-01.svg?11532320112180475582");
    width: 33%;
    margin-left: 2rem;
    vertical-align: middle;
}

/** END Standard Centered Content Header IMAGES – Large Screens **/

@media screen and (max-width: 48rem) {
    body {
        visibility: visible;
    }
    .closing-cta {
        padding: 0 5vw;
        width: 100%;
        background-position: center center;
    }
    /*     .closing-cta[class*="pt--"] {
        padding-top: 40px;
    }
    .closing-cta[class*="pb--"] {
        padding-bottom: 40px;
    } */
    .closing-cta__header {
        font: 700 1.6875rem/2rem "Catamaran", sans-serif;
        max-width: 100%;
    }
    .closing-cta__subhead h2 {
        font: 700 1.375rem/2rem "Catamaran", sans-serif;
        max-width: 100%;
        margin: 0px;
    }
    .closing-cta__text {
        font: 1rem/1.375rem "Catamaran", sans-serif;
        padding: 1rem 0 2rem;
    }
    .closing-cta__cta {
        min-width: 160px;
        /* min-width: auto; */
        /* max-width: 214px; */
        /* height: 40px; */
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 6px;
    }
    .closing-cta__cta-link {
        font-size: 1rem !important;
        /* line-height: 0.6875rem; */
    }
    /** Standard Centered Content Header IMAGES – Small Screens **/
    .left-image {
        content: url("https://cdn.shopify.com/s/files/1/0661/5815/files/bear-colors-01.svg?9833675170600691435");
        width: 33%;
        margin-right: 1rem;
        vertical-align: middle;
    }
    .right-image {
        content: url("https://cdn.shopify.com/s/files/1/0661/5815/files/celliant-enhance-stack-01.svg?11532320112180475582");
        width: 33%;
        margin-left: 1rem;
        vertical-align: middle;
    }
    /** END Standard Centered Content Header IMAGES – Small Screens **/
}

.image {
    height: auto;
    width: 100%;
    font-size: 0;
}

.image__flat {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.image__flat--mobile {
    display: none;
    width: 100%;
}

@media screen and (max-width: 48rem) {
    .image {
        height: auto;
    }
    .image__flat {
        height: auto;
        display: none;
    }
    .image__flat--mobile {
        display: block;
    }
  
.topbar-on .toppromobar { font-size:13px; padding:0 2px;  } 
.topbar-on .toppromobar div.desktopbar{ display:none; }
.topbar-on .toppromobar div.mobilebar{ display:table-cell; }  
}

.product-grid {
    width: 100%;
    height: auto;
    padding: 4rem 0;
}

.product-grid__header {
    text-align: center;
    text-transform: none;
    font: 700 2.25rem/3rem "Catamaran", sans-serif;
    margin: 0 0 2rem 0;
}

.product-grid__products-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 1600px;
    padding: 0 48px;
    margin: 0 auto;
}

.product-grid__img {
    display: block;
    width: 100%;
    max-width: 245px;
    height: auto;
    margin: 1rem auto;
}

.product-grid__img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 278px;
    margin: 0 auto;
    padding: 0 24px;
}

.product-grid__product-name {
    width: auto;
    height: 18px;
    display: block;
    margin: 0 auto;
}

.product-grid__text {
    text-align: center;
    margin: 24px 0;
/*     max-width: 200px; */
    font: 300 1rem/1.625rem "Catamaran", sans-serif;
}

.product-grid__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    min-width: 80%;
    height: 48px;
    margin: auto auto 0 auto;
}

.product-grid__product-link {
    font: 800 0.875rem "Catamaran", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 0 12px;
}

.product-grid__slider {
    display: none;
}

@media screen and (max-width: 56.25rem) {
    .product-grid {
        padding: 3rem 1rem;
    }
    .product-grid__header {
        font-size: 1.6875rem;
        line-height: 2rem;
        padding: 0 24px;
        margin-bottom: 24px;
    }
    .product-grid__products-wrapper {
        display: none;
    }
    .product-grid__img-wrapper.slick-slide {
        max-width: 100%;
    }
    .product-grid__product {
/*         max-width: 50%; */
        min-width: auto;
        height: 36px;
    }
    .product-grid__product.btn{
		display:table;
      	margin:0 auto 24px;
    }
    .product-grid__product-link {
        height: 10px;
        font-size: 0.6875rem;
        line-height: 0.6875rem;
    }
    .product-grid__text {
        max-width: 366px;
        font-size: 1rem;
        line-height: 1.375rem;
        margin-left: auto;
        margin-right: auto;
    }
    .product-grid__slider {
        display: block;
    }
    .product-grid__slider.slick-slider {
        margin-bottom: 0;
    }
    .product-grid__slider .slick-dots {
        display: block;
        text-align: center;
        margin: auto 0;
    }
    .product-grid__slider .slick-dots li {
        width: 15px;
        display: inline-block;
    }
    .product-grid__slider .slick-dots li button::before {
        position: relative;
        color: #e0e0e0;
        opacity: 1;
        font-size: 2.5rem;
    }
    .product-grid__slider .slick-dots .slick-active button::before {
        color: #3c3c3f;
        opacity: 1;
    }
}

/* START TESTIMONIAL GRID SLIDER */

.testimonial-grid {
    min-height: 600px;
    padding: 90px 8vw 120px 8vw;
}

.testimonial-grid__header {
    text-transform: none;
    margin-bottom: 100px;
    text-align: center;
    font-family: "Catamaran", sans-serif;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1.25;
}

.testimonial-grid__testimonials-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
}

.testimonial-grid__img-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 10rem;
    margin: 0 1rem;
}

.testimonial-grid__img {
    max-height: 196px;
    max-width: 196px;
    margin: 0 auto;
    display: block;
}

.testimonial-grid__text {
    text-align: center;
    font: 1.5rem/2rem "Catamaran", sans-serif;
    margin: 1rem 0;
    font-weight: 700;
}

.testimonial-grid__author {
    text-align: center;
    font: 500 1rem "Catamaran", sans-serif;
    letter-spacing: 0.05rem;
}

.testimonial-grid__author>a {
    text-transform: uppercase;
    font-size: 1rem;
    padding: 1rem;
    display: inline-block;
}

.testimonial-grid__slider {
    display: none;
}

@media screen and (max-width: 48rem) {
    .testimonial-grid {
        padding: 3rem 1rem;
        min-height: 400px;
    }
    .testimonial-grid__header {
        margin-bottom: 45px;
        font: 700 1.68rem "Catamaran", sans-serif;
    }
    /*     .testimonial-grid__img {
        max-height: 115px;
        max-width: 115px;
    } */
    .testimonial-grid__text {
        font: 700 1.375rem/1 "Catamaran", sans-serif;
        margin: 1rem auto;
    }
    .testimonial-grid__author {
        font: 500 1rem "Catamaran", sans-serif;
    }
    .testimonial-grid__testimonials-wrapper {
        display: none;
    }
    .testimonial-grid__slider {
        display: block;
    }
    .testimonial-grid__slider .slick-dots {
        display: block;
        text-align: center;
        margin: 10px auto;
    }
    .testimonial-grid__slider .slick-dots li {
        width: 1rem;
        display: inline-block;
    }
    .testimonial-grid__slider .slick-dots li button::before {
        position: relative;
        color: #e0e0e0;
        opacity: 1;
        width: auto;
        height: auto;
        line-height: 1.25rem;
        font-size: 2.5rem;
    }
    .testimonial-grid__slider .slick-dots .slick-active button::before {
        color: #3c3c3f;
        opacity: 1;
    }
    .testimonial-grid__slider .slick-prev:before, .testimonial-grid__slider .slick-next:before {
        font-size: 1.5rem;
        color: #3c3c3f;
    }
    /* .testimonial-grid__slider button.slick-next {
      	right: -1.3rem;
    } */
    .testimonial-grid__slider .slick-prev, .testimonial-grid__slider .slick-next {
        margin-top: -152px;
    }
}
/* END TESTIMONIAL GRID SLIDER */

.press-slider {
    padding: 90px 0 0 0;
}

.press-slider__header {
    font-family: "Catamaran", sans-serif;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    margin: 0;
    line-height: 1.25;
}

.press-slider__testimonials-wrapper {
    width: 100%;
}

.press-slider__text-wrapper {
    opacity: 0;
    position: absolute;
}

.press-slider__text-wrapper.active {
    opacity: 1;
    position: relative;
}

.press-slider__text {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin: 0 auto;
    max-width: 1600px;
    padding: 60px 8vw 140px 8vw;
    font: 300 1.75rem/2.75rem "Catamaran", sans-serif;
}

.press-slider__publication-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 130px;
    padding: 0 8vw;
    margin: 10px 0 auto;
}

.press-slider__logo-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 230px;
    padding: 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.press-slider__arrow {
    display: none;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -12px) rotate(45deg);
    transform: translate(-50%, -12px) rotate(45deg);
}

.press-slider__arrow.active {
    display: block;
}

.press-slider__publication-logo {
    max-width: 160px;
    display: block;
    margin: auto;
    cursor: pointer;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    opacity: 0.7;
    line-height: 1;
    font-size: 0;
}

.press-slider__publication-logo-img {
    width: 100%;
    max-width: 100px;
    height: auto;
}

.press-slider__publication-logo-img-hover {
    display: none;
    width: 100%;
    max-width: 100px;
    height: auto;
}

.press-slider__publication-logo:hover .press-slider__publication-logo-img-hover, .press-slider__publication-logo.active .press-slider__publication-logo-img-hover {
    display: block;
}

.press-slider__publication-logo:hover .press-slider__publication-logo-img, .press-slider__publication-logo.active .press-slider__publication-logo-img {
    display: none;
}

.press-slider__publication-logo.active {
    opacity: 1;
    padding: 0;
}

@media screen and (max-width: 48rem) {
    .press-slider {
        padding: 40px 0 0 0;
    }
    .press-slider__text {
        padding: 35px 5vw;
        font: 300 1.31rem/2.06rem "Catamaran", sans-serif;
    }
    .press-slider__publication-wrapper {
        padding: 0 5vw;
        overflow-x: auto;
        white-space: nowrap;
        height: 90px;
    }
    .press-slider__arrow {
        height: 20px;
        width: 20px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -10px) rotate(45deg);
        transform: translate(-50%, -10px) rotate(45deg);
    }
    .press-slider__logo {
        max-width: 85px;
    }
    .press-slider__publication-logo {
        padding: 0;
    }
}

.index-banner {
    padding: 0 8vw;
}

.index-banner__header {
    font: 700 3.2rem/3.5rem "Catamaran", sans-serif;
    text-transform: none;
    margin-bottom: 2.1rem;
}

.index-banner__subheader {
    font: 300 1.4rem/2.2rem "Catamaran", sans-serif;
    margin-bottom: 3.6rem;
}

.index-banner__content {
    max-width: 500px;
}

.index-banner__button {
    width: 325px;
    height: 75px;
    text-align: center;
    border-radius: 2px;
}

.index-banner__button a:hover {
    text-decoration: none;
}

.index-banner__button-link {
    display: block;
    font: 800 1.2rem "Catamaran", sans-serif;
    padding-top: 10px;
    text-transform: uppercase;
}

.index-banner__button-link-additional-text {
    font: 400 0.8rem "Catamaran", sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.index-banner .scroll_icon {
    bottom: 1px;
    opacity: 1;
    zoom: 100%;
}

@media screen and (max-width: 48rem) {
    .index-banner {
        padding: 0 5vw;
        min-height: none;
    }
    .index-banner__content {
        margin-top: 80px;
    }
    .index-banner .content--centered {
        top: 110px;
        padding-top: 40px;
    }
    .index-banner__header {
        font-size: 2rem;
        line-height: 2rem;
        text-align: center;
    }
    .index-banner__subheader {
        margin: 1rem auto 1.75rem;
        font-size: 1.25rem;
        line-height: 1.5rem;
        text-align: center;
        width: 290px;
    }
    .index-banner__button {
        margin: 0 auto;
        height: 65px;
        width: 328px;
    }
    .index-banner__button-link {
        font: 800 1.125rem "Catamaran", sans-serif;
        letter-spacing: 0.08em;
    }
    .index-banner__button-link-additional-text {
        font: 400 0.75rem "Catamaran", sans-serif;
        letter-spacing: 0.08em;
    }
    .index-banner .background-size-cover {
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 420px;
        top: 245px;
    }
    .index-banner .scroll_icon_wrap {
        display: block;
    }
    .index-banner .scroll_icon {
        bottom: 1px;
        opacity: 1;
        zoom: 100%;
        left: 35%;
    }
}

.icongrid {
    width: 100%;
    height: auto;
}

.icongrid-wrap {
    width: 100%;
    height: auto;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 56px;
}

.icongrid-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 120px;
    margin: 0;
    padding: 48px 0;
}

.icongrid-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-min-logical-height: inherit;
    width: 100%;
    max-width: 224px;
    margin: 0 auto;
    align-self: flex-start;
}

.icongrid-item__image {
    height: auto;
}

.icongrid-item__image.small {
    width: 48px;
}

.icongrid-item__image.medium {
    width: 56px;
}

.icongrid-item__image.large {
    width: 72px;
  	height:72px;
    display: table;
    margin: auto;
}

.icongrid-item__text {
/*     margin-left: 24px; */
    margin-bottom: 0;
    font: 500 1.125rem/1.5rem "Catamaran", sans-serif;
    color: #3c3c3f;
    text-align: center;
}

@media screen and (max-width: 63.9375rem) {
    .icongrid-wrap {
        padding: 0;
    }
/*     .icongrid-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    } */
    .icongrid-item {
        width: 100%;
        max-width: 180px;
        padding: 0;
    }
    .icongrid-item__image.small {
        width: 40px;
        margin-left: 12px;
        margin-right: 12px;
    }
    .icongrid-item__image.medium {
        width: 48px;
        margin-left: 8px;
        margin-right: 8px;
    }
    .icongrid-item__image.large {
        width: 64px;
    }
    .icongrid-item__text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 1rem;
        line-height: 1.25rem;
    }
}

.pfeatures {
    width: 100%;
    height: auto;
    background: #d4f0f9;
}

.pfeatures-title {
    max-width: 80%;
    font: 700 2.25rem/3rem "Catamaran", sans-serif;
    color: #3c3c3f;
    text-align: center;
    text-transform: none;
    margin: 0 auto;
    padding: 88px 24px 0;
}

.pfeatures-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.pfeatures-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin: 0;
}

.pfeatures-list__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    padding: 24px;
}

.pfeatures-item {
    width: 40%;
    max-width: 256px;
    margin: 0 auto;
    padding: 24px 0;
}

.pfeatures-item__title {
    position: relative;
    font: 700 1rem/1rem "Catamaran", sans-serif;
    color: #3c3c3f;
    letter-spacing: .05rem;
    margin: 0 0 1rem;
}

.pfeatures-item__title .title {
    text-transform: none;
    letter-spacing: .05rem;
}

.pfeatures-item__title .num {
    position: absolute;
    top: 0;
    left: 0;
    color: #13b1e2;
}

.pfeatures-item__title .num+.title {
    position: relative;
    top: 0;
    left: 1.2rem;
    text-transform: none;
    letter-spacing: .05rem;
}

.pfeatures-item__description {
    font: 1.125rem/1.675rem "Catamaran", sans-serif;
    opacity: 0.75;
    color: #3c3c3f;
}

.pfeatures-item__description p {
    margin: 0;
}

.pfeatures-image {
    width: 50%;
    padding: 0;
}

.pfeatures-image__image {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 50rem) {
    .pfeatures-title {
        max-width: 100%;
        font-size: 1.6875rem;
        line-height: 2rem;
        padding-top: 64px;
        padding-bottom: 16px;
    }
    .pfeatures-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .pfeatures-list {
        width: 100%;
    }
    .pfeatures-list__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .pfeatures-item {
        width: 100%;
        max-width: 100%;
        padding: 12px 0;
    }
    .pfeatures-item__title {
        font-size: 1.125rem;
        line-height: 1.25rem;
    }
    .pfeatures-item__description {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .pfeatures-image {
        width: 100%;
    }
}

/* GRID TABS - COLUMNS w/ Title and Desc. NO IMAGES */

.gridtabs {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 88px 0;
}

.gridtabs-title {
    max-width: 80%;
    font: 700 2.25rem/2.25rem "Catamaran", sans-serif;
    text-transform: none;
    text-align: center;
    padding: 24px;
    margin: 0 auto;
}

.gridtabs-options {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 24px 0;
}

.gridtabs-options__item {
    display: inline-block;
    width: auto;
    height: 32px;
    position: relative;
    z-index: 10;
    border: 2px solid transparent;
    border-radius: 2px;
    padding: 0 12px;
    margin: 0 16px;
    opacity: 0.5;
    -webkit-transition: all 0.14s;
    transition: all 0.14s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gridtabs-options__item span {
    display: block;
    font: 800 1rem/1rem "Catamaran", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    position: relative;
    top: 7px;
}

.gridtabs-options__item.active {
    opacity: 1;
}

.gridtabs-wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 64px;
}

.gridtabs-tab {
    display: none;
    margin: 0;
    padding: 0 2rem;
}

.gridtabs-tab.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gridtabs-tab__item {
    max-width: 320px;
    text-align: center;
    margin: 0 auto;
    padding: 1rem;
}

.gridtabs-tab__item-title {
    font: 700 1.25rem/1.75rem "Catamaran", sans-serif;
    color: #1e3d54;
    letter-spacing: 0.05rem;
    margin: 0;
}

.gridtabs-tab__item-description {
    font: 1rem/1.5rem "Catamaran", sans-serif;
    color: #1e3d54;
    padding: 1rem 0;
}

@media screen and (max-width: 56.25rem) {
    .gridtabs {
        padding: 1rem;
    }
    .gridtabs-title {
        font-size: 1.6875rem;
        line-height: 2rem;
    }
    .gridtabs-options {
        height: 48px;
        white-space: nowrap;
        overflow-x: auto;
        padding: 0 8px;
    }
    .gridtabs-options__item {
        height: 24px;
        padding: 0 6px;
        margin: 0;
    }
    .gridtabs-options__item span {
        top: 3px;
        font-size: 1.125rem;
    }
    .gridtabs-wrap {
        padding-top: 24px;
    }
    .gridtabs-tab {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    .gridtabs-tab__item {
        padding: 1rem;
    }
    .gridtabs-tab__item-image {
        display: block;
        max-width: 50%;
        margin: 0 auto;
    }
    .gridtabs-tab__item-title {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    .gridtabs-tab__item-description {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.simplegrid {
    width: 100%;
    height: auto;
}

.simplegrid * {
    color: inherit;
}

.simplegrid.pt--small {
    padding-top: 48px;
}

.simplegrid.pt--small .simplegrid-title {
    padding-bottom: 48px;
}

.simplegrid.pt--medium {
    padding-top: 64px;
}

.simplegrid.pt--medium .simplegrid-title {
    padding-bottom: 64px;
}

.simplegrid.pt--large {
    padding-top: 88px;
}

.simplegrid.pt--large .simplegrid-title {
    padding-bottom: 88px;
}

.simplegrid.pb--small {
    padding-bottom: 48px;
}

.simplegrid.pb--medium {
    padding-bottom: 64px;
}

.simplegrid.pb--large {
    padding-bottom: 88px;
}

.simplegrid-title {
    max-width: 720px;
    font: 700 2.25rem/2.25rem "Catamaran", sans-serif;
    text-align: center;
    text-transform: none;
    margin: 0 auto;
}

.simplegrid-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
}

.simplegrid-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
}

.simplegrid-item {
    max-width: 30rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 auto;
    padding: 0 16px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
}

.simplegrid-item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.simplegrid-item__image {
    display: block;
    width: 100%;
    max-width: 184px;
    margin: 0 auto;
}

.simplegrid-item__title {
    font: 700 1.125rem/1.5rem "Catamaran", sans-serif;
    letter-spacing: 0.05rem;
    padding: 1rem;
    margin: 0;
}

.simplegrid-item__text {
    font: 1rem/1.5rem "Catamaran", sans-serif;
    max-width: 17em;
    margin: 0 auto;
}

.product-detail__cta-main._blankImgSpace
{
	margin-left:25px;
}

@media screen and (max-width: 56.25rem) {
    .simplegrid[class*="pt--"] {
        padding-top: 48px;
    }
    .simplegrid[class*="pt--"] .simplegrid-title {
        padding-bottom: 48px;
    }
    .simplegrid[class*="pb--"] {
        padding-bottom: 48px;
    }
    .simplegrid-title {
        font-size: 1.6875rem;
        line-height: 1.875rem;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 32px;
    }
    .simplegrid-wrap {
        padding: 0;
    }
    .simplegrid-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .simplegrid-item {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin-top: 32px;
    }
    .simplegrid-item__image {
        max-width: 160px;
    }
    .simplegrid-item__title {
        font-size: 1.125rem;
        line-height: 1.5rem;
        padding: 24px 0 12px 0;
    }
    .simplegrid-item__text {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.msize {
    width: 100%;
    height: auto;
}

.msize * {
    color: inherit;
}

.msize.pt--small {
    padding-top: 48px;
}

.msize.pt--medium {
    padding-top: 64px;
}

.msize.pt--large {
    padding-top: 88px;
}

.msize.pb--small {
    padding-bottom: 48px;
}

.msize.pb--medium {
    padding-bottom: 64px;
}

.msize.pb--large {
    padding-bottom: 88px;
}

.msize-title {
    max-width: 80%;
    font: 700 2.25rem/2.25rem "Catamaran", sans-serif;
    text-align: center;
    text-transform: none;
    margin: 0 auto;
}

.msize-overlay {
    width: 100%;
    height: 0;
    position: relative;
    z-index: 20;
}

.msize-overlay__gradient {
    width: 24px;
    height: 64px;
    position: absolute;
    top: -82px;
    right: 0;
}

.msize-options {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 24px 0;
}

.msize-options__item {
    display: inline-block;
    width: auto;
    height: 32px;
    position: relative;
    z-index: 10;
    border: 2px solid transparent;
    border-radius: 2px;
    padding: 0 12px;
    margin: 0 16px;
    opacity: 0.5;
    -webkit-transition: all 0.14s;
    transition: all 0.14s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.msize-options__item span {
    display: block;
    font: 800 1rem/1rem "Catamaran", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    position: relative;
    top: 7px;
}

.msize-options__item.active {
    opacity: 1;
}

.msize-wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

.msize-tab {
    display: none;
}

.msize-tab.active {
    display: block;
}

.msize-tab__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.msize-tab__image {
    width: 50%;
    font-size: 0;
}

.msize-tab__image img {
    width: 100%;
    height: auto;
}

.msize-tab__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}

.msize-tab__description p {
    max-width: 80%;
    font: 1.25rem/1.75rem "Catamaran", sans-serif;
    margin: auto;
}

@media screen and (max-width: 56.25rem) {
    .msize[class*="pt--"] {
        padding-top: 48px;
    }
    .msize[class*="pb--"] {
        padding-bottom: 16px;
    }
    .msize-title {
        font-size: 1.6875rem;
        line-height: 1.875rem;
        padding: 0 24px;
    }
    .msize-options {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-top: 16px;
        padding-left: 8px;
        padding-right: 16px;
    }
    .msize-options__item {
        height: 24px;
        padding: 0 6px;
        margin: 0 8px;
    }
    .msize-options__item span {
        height: 10px;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        font-size: 0.6875rem;
        line-height: 0.6875rem;
    }
    .msize-tab {
        padding: 12px 0;
    }
    .msize-tab__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .msize-tab__image {
        width: 100%;
    }
    .msize-tab__description {
        width: 100%;
        text-align: center;
        padding-bottom: 12px;
    }
    .msize-tab__description p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.yotpo-reviews-carousel {
    margin: 15px auto 50px;
    max-width: 1400px !important;
}

.yotpo-reviews-carousel .headline {
    font-family: "Catamaran", sans-serif !important;
}

.yotpo-reviews-carousel .carousel-read-more {
    font-family: "Catamaran", sans-serif !important;
    font-weight: 300;
}

.yotpo-reviews-carousel .yotpo-num-of-reviews {
    font-family: "Catamaran", sans-serif !important;
    font-weight: 400;
}

.carousel-review, .review {
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.carousel-review.single-carousel, .review.single-carousel {
    width: auto;
}

.carousel-review *, .review * {
    color: inherit;
}

.carousel-review.pt--small, .review.pt--small {
    padding-top: 64px;
}

.carousel-review.pt--medium, .review.pt--medium {
    padding-top: 80px;
}

.carousel-review.pt--large, .review.pt--large {
    padding-top: 108px;
}

.carousel-review.pb--small, .review.pb--small {
    padding-bottom: 64px;
}

.carousel-review.pb--medium, .review.pb--medium {
    padding-bottom: 80px;
}

.carousel-review.pb--large, .review.pb--large {
    padding-bottom: 108px;
}

.carousel-review-background, .review-background {
    width: 1px;
    height: auto;
    position: absolute;
    top: -10000px;
    left: -10000px;
}

.carousel-review-wrap, .review-wrap {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.carousel-review-stars, .review-stars {
    display: block;
    width: 160px;
    height: auto;
    margin: 0 auto;
}

.carousel-review-quote, .review-quote {
    font-family: "Catamaran", sans-serif !important;
    font: 300 1.75rem/2.5rem "Catamaran", sans-serif;
    padding: 32px 0;
    margin: 0;
    border: 0;
}

.carousel-review-title, .review-title {
    font-family: "Catamaran", sans-serif !important;
    font-weight: 600;
}

.carousel-review-body, .review-body {
    font-family: "Catamaran", sans-serif !important;
    font-weight: 300;
}

.carousel-review-author, .review-author {
    font: 800 0.875rem/0.875rem "Catamaran", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0;
}

@media screen and (max-width: 48rem) {
    .review[class*="pt--"] {
        padding-top: 48px;
    }
    .review[class*="pb--"] {
        padding-bottom: 48px;
    }
    .review-stars {
        width: 128px;
    }
    .review-quote {
        font-size: 1.375rem;
        line-height: 2rem;
        padding: 24px 0;
    }
    .review-author {
        font-size: 0.6875rem;
        line-height: 0.6875rem;
    }
}

.purchase {
    width: 100%;
    height: auto;
}

.purchase * {
    color: inherit;
}

.purchase.pt--small {
    padding-top: 48px;
}

.purchase.pt--medium {
    padding-top: 72px;
}

.purchase.pt--large {
    padding-top: 108px;
}

.purchase.pb--small {
    padding-bottom: 64px;
}

.purchase.pb--medium {
    padding-bottom: 88px;
}

.purchase.pb--large {
    padding-bottom: 124px;
}

.purchase-wrap {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.purchase-title {
    font: 700 2.25rem/2.25rem "Catamaran", sans-serif;
    text-transform: none;
    margin: 0;
}

.purchase-description {
    font: 300 1.5rem/2.25rem "Catamaran", sans-serif;
    margin: 0;
    padding: 24px 0;
}

.purchase-button {
    height: 52px;
    font: 800 0.875rem "Catamaran", sans-serif;
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 0.12em;
    border-radius: 3px;
    text-transform: uppercase;
    background-color: #2be08d;
    border-color: #2be08d;
    margin-top: 24px;
    color: #fff;
}

.purchase-button:hover, .purchase-button:active, .purchase-button:focus {
    background-color: #2be08d;
    border-color: #2be08d;
}

.stickybtns {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50vw;
    z-index: 999;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.stickybtns-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100vw;
    height: 32px;
    border-radius: 3px 3px 0 0;
}

.stickybtns-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 100%;
    position: relative;
}

.stickybtns-link:first-of-type {
    background: #13b1e2;
}

.stickybtns-link:last-of-type {
    background: #12a6d4;
}

.stickybtns-link img {
    display: inline-block;
    width: 24px;
    height: auto;
}

.stickybtns-link span {
    display: inline-block;
    font: 800 0.6875rem/0.6875rem "Catamaran", sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    padding: 0 4px;
}

@media screen and (max-width: 48rem) {
    .stickybtns {
        display: block;
    }
}

/* Hero section - Home page*/

.hero {
    width: 100%;
    height: calc(100vh + 120px);
    max-height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

/* START ./pages hero section i.e. – financing, cooling, amazon pay*/

.hero.hero-secondary {
    height: calc(100vh - 112px);
    background-position: center center;
}

/* END ./pages hero section i.e. – financing, cooling, amazon pay*/

.hero-bg {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 0;
    height: 0;
}

.hero-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.hero-wrap.fa--left-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hero-wrap.fa--left-center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-wrap.fa--left-center .hero-content {
    left: 6vw;
    max-width: 424px;
    margin-top: 0;
}

.hero-wrap.fa--left-bottom {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hero-wrap.fa--center-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hero-wrap.fa--center-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-wrap.fa--center-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hero-wrap.fa--right-top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hero-wrap.fa--right-center {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-wrap.fa--right-center .hero-content {
    right: 6vw;
}

.hero-wrap.fa--right-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hero-wrap.ta--left {
    text-align: left;
}

.hero-wrap.ta--left .hero-button {
    margin-right: auto;
}

.hero-wrap.ta--right {
    text-align: right;
}

.hero-wrap.ta--right .hero-button {
    margin-left: auto;
}

.hero-wrap.ta--center {
    text-align: center;
}

.hero-wrap.ta--center .hero-button {
    margin-right: auto;
    margin-left: auto;
}

.hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 832px;
    position: relative;
    padding: 2rem 0;
}

.hero-heading {
    font: 700 3.25rem "Catamaran", sans-serif;
    line-height: 1.25;
    text-transform: none;
    margin: 16px 0 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .32);
}

.hero-description {
    font: 500 1.5rem/2.375rem "Catamaran", sans-serif;
    margin: 16px 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .32);
}

.hero-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 320px;
    height: 72px;
    margin: 16px 0;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.hero-button:hover {
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 8px 8px rgba(0, 0, 0, 0.22);
}

.hero-button__wrap {
    font: 800 1.125rem/1.125rem "Catamaran", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0 24px;
}

.hero-button__wrap span {
    display: block;
    font: 400 0.80rem/1rem "Catamaran", sans-serif;
    letter-spacing: 0.08em;
    padding: 4px 0 0 0;
}

.hero-button__wrap.affirm-prequal-text > span{
    font: 800 1.125rem/1.125rem "Catamaran", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0 24px;
}

.bundle-offer-text {
    text-align: center;
    text-transform: uppercase;
    color: #13b1e2;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 0 0;
}
.hightlight-grid-img-main {
  	position: relative;
	min-height:50px;
}
.hightlight-grid-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hightlight-grid-text {
  color: #3c3c3f;
  font: 300 14px "Catamaran", sans-serif;
  margin: 0 auto;
  text-align: center;
  line-height: 1.36;
}
@media screen and (min-width: 48rem) and (max-width: 72rem) {
    .hero.hero-secondary {
        height: calc(100vh + 48px);
    }
    /* START ./pages hero section i.e. – financing, cooling, amazon pay*/
    .hero-secondary>.hero-content {
        max-width: none;
        text-align: left !important;
        padding: 1.5rem;
    }
    /*   	.hero.hero-secondary .hero-content > .hero-heading,
  	.hero.hero-secondary .hero-content > .hero-description,
  	.hero.hero-secondary .hero-content > .hero-button {
		margin: 16px 0 0 !important;
    } */
    .hero-secondary .hero-content>.hero-heading {
        font-size: 3.25rem;
        line-height: 1.25;
    }
    /* END ./pages hero section i.e. – financing, cooling, amazon pay*/
    .hero-heading {
        font-size: 2rem;
        line-height: 2rem;
        margin: 16px auto 0 !important;
    }
    .hero-description {
        font-size: 1.25rem;
        line-height: 1.2;
        max-width: 400px;
        margin: 16px auto !important;
    }
    .hero-button {
        width: 100%;
        max-width: 320px;
        height: 56px;
    }
}
@media screen and (min-width: 1024px ) {
    .hightlight-grid {
      width: 100%;
      padding: 32px 0 12px;
    }

    .hightlight-grid__section-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /*     max-width: 1280px; */
      margin: 0 auto;
    }

    .hightlight-grid-img {
      max-width: 152px;
      display: block;
      margin-bottom: 2px;
    }

    .hightlight-grid-img__wrapper {
      max-width: 152px;
      min-width: 152px;
      text-align: center;
      margin: 0 auto;
    }
    .hightlight-grid__section-wrapper{
	  padding: 0 72px;
    }
}
@media screen and (min-width: 64.8rem) {
    .site-footer .grid__item:nth-of-type(3) {
        margin: 0 auto;
    }
}

@media screen and (min-width: 90rem) {
    .hero {
        max-height: 960px;
    }
    .hero.hero-secondary {
        max-height: none;
    }
    .hero-wrap.fa--left-center .hero-content {
        left: 9vw;
    }
    .hero-wrap.fa--right-center .hero-content {
        right: 9vw;
    }
}

@media screen and (min-width: 120rem) {
    .hero-wrap.fa--left-center .hero-content {
        left: 12vw;
    }
    .hero-wrap.fa--right-center .hero-content {
        right: 12vw;
    }
}

@media screen and (max-width: 47rem) {
    .hero, .hero.hero-secondary {
        height: 100vh;
        min-height: 640px;
        background-position: 64% bottom;
    }
    .hero-wrap {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .hero-content {
        max-width: 832px;
        left: auto !important;
        right: auto !important;
        text-align: center !important;
        padding: 1.5rem;
        margin: 1rem auto 0 !important;
    }
    .hero-heading {
        font-size: 2rem;
        line-height: 2rem;
        margin: 12px auto !important;
    }
    .hero-description {
        font-size: 1.25rem;
        line-height: 1.5rem;
        max-width: 300px;
        margin: 8px auto !important;
    }
    .hero-button {
        width: 100%;
        max-width: 366px;
        height: 64px;
        margin: 12px auto !important;
    }
}

@media screen and (max-width: 1100px) {
    .header-nav__item {
        margin: 0 0 0 8px;
    }
    .header-nav__item-link, .header-subnav__link {
        font-size: 13px;
        line-height: 13px;
    }
    .header-nav__item-link span::after {
        top: 8px;
    }
    .dnav-dropdown__list.dnav-other-products {
        width: 75%;
    }
    .dnav-dropdown__list.bundle-product {
        width: 25%;
    }
    .header-subnav__link {
        margin-right: 20px;
        padding-left: 20px;
    }
    .header-subnav__link span {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .dnav-dropdown__list.dnav-other-products {
        width: 70%;
    }
    .dnav-dropdown__list.bundle-product {
        width: 30%;
    }
}

.full-width {
    width: 100%;
}

.full-width li {
    min-height: auto;
}

.full-width.slick-slider .slick-list {
    width: 100%;
    min-width: 100%;
}

/*----- FAQ Section Accordion -----*/

.container {
    background-color: #eff7f9;
    font-size: 1.2rem;
    padding: 2rem 0;
}

.faq-section {
    position: relative;
    max-width: 42rem;
    margin: 32px auto;
    padding: 2rem 1rem;
    background: #ffffff;
}

.faq-section h2 {
    padding: 0px;
    margin-bottom: 24px;
}

.accordion, .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion a, .accordion * a {
    color: #00adf9;
}

.accordion-section-content a {
    display: inline-block;
    font-weight: 500;
}

.accordion {
    margin: 0 auto;
    padding: 0 1.5rem;
    box-shadow: none;
    overflow: hidden;
    background: none;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.accordion-section {
    padding-bottom: 1rem;
}

.outlink a {
    text-decoration: underline;
    font-weight: 500;
    color: #1E3D54;
}

.outlink a:hover {
    text-decoration: none;
    font-weight: 500;
    color: #1e3d54;
}

/*----- Section Titles -----*/

.accordion-section-title {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25;
    display: inline-block;
    border-bottom: none;
    background: none;
    -webkit-transition: all, 300ms;
    -moz-transition: all, 300ms;
    -ms-transition: all, 300ms;
    -o-transition: all, 300ms;
    transition: all, 300ms;
}

.accordion-section-title.active, .accordion-section-title:hover {
    background: none;
    color: #1e3d54;
    text-decoration: none;
}

/*----- Section Content -----*/

.accordion-section-content {
    display: none;
}

.accordion-section-content p {
    display: block;
    margin: .5rem 0 1rem;
}

.open {
    display: block !important;
}

@media screen and (max-width: 55rem) {
    .container {
        font-size: 1rem;
    }
    .accordion {
        padding: 0;
    }
    .faq-section {
        position: relative;
        max-width: 48rem;
        margin: 0 auto;
        padding: 32px 16px;
        background-color: #eff7f9;
    }
    .accordion-section-title {
        font-size: 1.2rem;
    }
}

/*  REDIRECT BANNER STYLING */

#location-redirect-message {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
    padding: 20px;
    background-color: {
            {
            settings.redirect_bg_color | default: "#fff"
        }
    }
    ;
    color: {
            {
            settings.redirect_color | default: "#000"
        }
    }
    ;
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
    width: 100%;
    z-index: 1000;
}

#location-redirect-message a {
    color: {
            {
            settings.redirect_link_color | default: "#000"
        }
    }
    ;
}

#location-redirect-message a:hover {
    color: {
            {
            settings.redirect_link_hover_color | default: "#000"
        }
    }
    ;
}

/* ARTICLES STYLES */

.blog__article__content p {
    font-size: 1rem;
    line-height: 2rem;
}

blockquote.bear-quote {
    position: relative;
    font-weight: 900;
    font-size: 1.33rem;
    font-style: normal;
    border-left: 1em solid #12b0e1;
    margin: 0 0 2rem;
    padding: 1rem 2rem;
    quotes: "\201C""\201D""\2018""\2019";
    z-index: 1;
}

blockquote.bear-quote p {
    position: relative;
    color: #3c3c3f;
    margin-left: auto;
    display: inline;
    z-index: 1;
}

blockquote.bear-quote:before {
    content: open-quote;
    position: absolute;
    top: -.35em;
    left: .1em;
    color: #d4eef7;
    font-size: 6em;
}

blockquote.bear-quote:after {
    content: close-quote;
    position: absolute;
    bottom: -.9em;
    margin-left: -.2em;
    color: #d4eef7;
    font-size: 6em;
    z-index: 0;
}

/**Summary Blocks**/

.summary_content_wrapper {
/*     padding-bottom: 2rem; */
}

.product-summary-blocks {
    font-size: 0;
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    padding: 4rem 0;
}

.ps-block {
    width: 50%;
    display: inline-block;
    padding: 0 5rem;
    text-align: center;
    vertical-align: top;
}

.ps-block .content__caption, .fd-block .content__caption {
    font-size: 14px;
    display: block;
}

.ps-block .content__title {
    font: 700 1.5rem/2rem "Catamaran", sans-serif;
    color: #3c3c3f;
    margin-bottom: .5rem;
    text-transform: none;
}

.ps-block img, .fd-block img {
    max-width: 100%;
    margin: 0 0 1.5rem;
}

.fd-header h2 {
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    font-size: 36px;
    line-height: 1.06;
    letter-spacing: 0.4px;
    margin-bottom: 3.4rem;
    padding: 0 20px;
}

.ps-block .content__desc, .ps-block .content__additional-text {
    font: 400 1rem/1.5 "Catamaran", sans-serif;
    margin: 0 auto 1.5rem;
    max-width: 28rem;
}

.ps-block .content__desc a {
    color: inherit;
    text-decoration: underline;
    margin-top: .5rem;
    display: block;
}

.product-summary-blocks .content__cta-link.btn, .fd-block .content__cta-link.btn {
    font: 800 1rem/2 "Catamaran", sans-serif;
}

.product-summary-blocks .content__cta-link.btn {
    margin: 0px;
    line-height: 2;
}

.ps-block .content__additional-text {
    font: 400 .875rem/1.25rem "Catamaran", sans-serif;
    margin: 1rem auto
}

.fd-block .content__title {
    font: 700 22px/2.3rem "Catamaran", sans-serif;
    color: #3c3c3f;
    margin-bottom: 2px;
    text-transform: none;
}

.feature-detail-blocks {
    max-width: 1600px;
    margin: 0 auto;
    padding: 5rem 0;
}

.feature-detail-blocks .fd-block {
    width: 47%;
    float: left;
    text-align: center;
}

.feature-detail-blocks .fd-block:nth-child(2n) {
    float: right;
}

ul.feature__list {
    text-align: left;
    max-width: 448px;
    margin: 0 auto;
}

ul.feature__list li {
    text-align: left;
    padding: 0 24px;
    margin-bottom: 1rem;
}

ul.feature__list li:last-child {
    margin-bottom: 2rem;
}

ul.feature__list li img {
    width: 3rem;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-right: 1.5rem;
}

ul.feature__list li p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: calc(100% - 75px);
    font-size: 1rem;
}

/**** for mailchimp **************/

.content-email-form-block {
    background: #ccc;
    padding: 48px 0px;
}

.content-email-form-block .container {
    max-width: 768px;
    margin: 0 auto;
    background: none;
    padding: 0 64px;
}

.content-email-form-block .footer-newsletter, .content-email-form-block form {
    margin-bottom: 0;
}

.content-email-form-block .container h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: none;
}

.content-email-form-block .container p {
    font: 1.25rem/2rem "Catamaran", sans-serif;
    margin-bottom: 2rem;
}

.content-email-form-block .footer-field {
    max-width: 480px;
    margin: 0 auto;
}

/**** for mailchimp **************/

/***Closing CTA section***/

.closing-cta__image {
    max-width: 48rem;
    margin: 25px auto 0;
    display: block;
}

.closing-cta__image.below {
    margin: 0 auto 40px;
}

.closing-cta__image img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 959px) {
    .ps-block {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 767px) {
    .content_toshown .right-portion ol {
        margin-bottom: 3.5rem !important;
        padding-bottom: 12px !important;
    }
  	.icongrid-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .content_toshown .right-portion {
        padding: 0 0 3.5rem 1rem !important;
    }
    .summary_content_wrapper {
        padding-bottom: 0rem;
    }
    .product-summary-blocks {
        padding: 0;
    }
    .fifth_row p {
        width: 100%;
    }
    .ps-block {
        width: 100%;
        padding: 2rem 1rem;
    }
    .feature-detail-blocks .fd-block {
        width: 100%;
        padding-top: 2rem;
    }
    .feature-detail-blocks .fd-block:before {
        content: "";
        width: 90%;
        height: 2px;
        background: rgba(0, 0, 0, 0.12);
        display: block;
        margin: 0 auto 48px;
    }
    .feature-detail-blocks .fd-block:first-child:before {
        display: none;
    }
    .feature-detail-blocks .fd-block:first-child {
        padding-top: 0;
    }
    ul.feature__list li {
        text-align: left;
        padding: 0 1rem;
        margin-bottom: 1rem;
    }
    .product-summary-blocks .content__cta-link.btn, .fd-block .content__cta-link.btn {
        line-height: 2;
        margin-bottom: 1.5rem;
    }
    .fd-header h2 {
        margin-bottom: 2rem;
        font-size: 27px;
        line-height: 1.4;
    }
    .mnav-item__link:hover {
        background: transparent;
    }
    .content-email-form-block .container {
        padding: 0 20px;
    }
    .content-email-form-block .container p {
        font: 1rem/1.375rem "Catamaran", sans-serif;
        margin-bottom: 2rem;
    }
    .content-email-form-block .footer-field {
        width: 100%;
    }
}

/**FINE PRINT FOR LEGAL OR OTHER CALL-OUTS**/

.fine-print {
    font-weight: 400;
    font-size: .8rem;
    line-height: 1rem;
    margin-top: 1rem;
    display: block;
}

.dark {
    color: rgba(0, 0, 0, 0.54);
}

.light {
    color: rgba(255, 255, 255, 0.70);
}

/* START BEAR BUNDLE RADIOS AND ADD-ON PRODUCT */

.switch_button input {
    display: inline-block;
    width: 1rem;
    background-color: rgba(0, 0, 0, 0.54);
}

.url_change.active label {
    color: rgba(0, 0, 0, 0.87);
}

.switch_heading {
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #000000;
}

.switch_heading {
    margin-top: 16px;
    margin-bottom: 10px;
}

.switch_heading span {
    font-size: .875rem;
    color: rgba(0, 0, 0, 0.54);
}

.inner.first {
    display: inline-block;
    float: left;
    width: 50%;
    max-width: 256px;
}

.inner.second {
    width: 50%;
    display: inline-block;
    max-width: 256px;
}

a.url_change input, a.url_change label {
    cursor: pointer;
}

.url_change.active label {
    color: rgba(0, 0, 0, 0.87);
}

.switch_button label {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125rem;
    font-weight: 500 !important;
    letter-spacing: 0.3px;
    text-align: left;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    padding-left: .5rem;
}

.switch_button a {
    text-decoration: none;
    display: inline-block;
}

.check-found {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  	text-align:left;
}

.check-found img {
    max-width: 100%;
    padding: 1rem 0;
}

.check-found label {
    font-size: 1.125rem;
    font-weight: 500 !important;
    display: inline-block;
    color: #000000;
    vertical-align: top;
    line-height: 1.25;
    padding-left: 8px;
    margin:0;
}

.check-found input[type=checkbox] {
    cursor: pointer;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: sub;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #3c3c3f;
    border-radius: 2px;
    display: inline-block;
    margin-left: 2px;
    float: left;
}

.check-found p {
    text-decoration: underline;
    text-transform: uppercase;
    margin: 3px 0 10px 32px;
}

.check-found p a {
    color: #13b1e2;
    font-weight: 500;
}

._selected, ._selected:hover {
    background: #cececf;
    font: 700 0.875rem/1 "Catamaran", sans-serif;
    color: #fff;
}

._selected span, ._selected:hover span {
    font: 700 0.875rem/1 "Catamaran", sans-serif;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .switch_button a {
        display: block;
    }
    .switch_heading:last-child {
        padding-bottom: 20px;
        display: block;
    }
    .inner.first {
        padding-bottom: 16px;
    }
    .product-tiles {
        padding: 16px 0 !important;
    }
    .inner.first, .inner.second {
        width: 100%;
      	display:block;
      	text-align: left;
    }
}

/* END BEAR BUNDLE RADIOS AND ADD-ON PRODUCT */

/* Review Page Css  */

#shopify-section-page-reviews>.review {
    padding: 35px 10px;
}

#shopify-section-page-reviews .review-quote {
    font-weight: bold;
    font-size: 30px;
    padding-top: 0;
    color: #ffffff;
    line-height: 1.2;
    padding-bottom: 24px;
}

#shopify-section-page-reviews .review-author {
    font-weight: lighter;
    font-size: 22px;
    text-transform: none;
    color: #ffffff;
    line-height: 1.2;
}

.review-wrap a {
    background: #2be08d;
    color: #fff;
    height: 44px;
    display: block;
    max-width: 300px;
    font-size: 18px;
    font-family: "Catamaran", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 48px;
    border-radius: 3px;
    margin: 30px auto 0;
    text-decoration: none;
}

.tabs--box {
    background: #eaf2f4;
}

ul.tabs {
    background: #eaf2f4;
    display: block;
    margin: 0 0 0px;
    padding: 0;
    font-size: 0;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

ul.tabs li {
    margin-bottom: 0;
    padding: 0;
    width: 33.33%;
    display: inline-block;
    max-width: 428px;
    vertical-align: top;
}

ul.tabs li a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD !important;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 20px 20px 10px;
    text-decoration: none;
    width: auto;
    color: #1e3d54;
    border-bottom: none !important;
    opacity: 0.4;
}

ul.tabs li a>img {
    height: 26px;
}

ul.tabs li a p {
    margin-bottom: 0;
    margin-top: 15px;
}

ul.tabs li a p img {
    height: 20px;
}

ul.tabs li a p span {
    color: #76767c;
    text-transform: uppercase;
    vertical-align: top;
    margin-left: 20px;
    display: inline-block;
    line-height: 20px;
    text-decoration: underline;
    margin-top: 3px;
    font-size: 18px;
}

ul.tabs li a.active {
    border-left-width: 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #111111;
    position: relative;
    background: #ffffff;
    opacity: 1;
}

ul.tabs li:first-child a.active {
    margin-left: 0;
}

ul.tabs li:first-child a {
    border-top-left-radius: 2px;
    border-width: 1px 1px 0;
}

ul.tabs li:last-child a {
    border-top-right-radius: 2px;
}

ul.tabs:before, ul.tabs:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

ul.tabs:after {
    clear: both;
}

.yotpo .yotpo-small-box {
    border-bottom: 0;
}

.yotpo .yotpo-small-box {
    padding-top: 10px;
}

@media screen and (max-width: 1200px) {
    #shopify-section-page-reviews .review-quote {
        font-size: 24px;
    }
    #shopify-section-page-reviews .review-author {
        font-size: 18px;
    }
    ul.tabs li a p img {
        display: block;
        margin: 0 auto 4px;
    }
    ul.tabs li a p span {
        margin-left: 0;
    }
    ul.tabs li a>img {
        height: 24px;
    }
    .review-wrap a {
        margin-top: 20px;
    }
    #shopify-section-page-reviews .review-quote {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    #shopify-section-page-reviews .review-quote {
        font-size: 20px;
    }
    #shopify-section-page-reviews .review-author {
        font-size: 16px;
    }
    .review-wrap a {
        margin-top: 30px;
        max-width: 300px;
        height: 36px;
        font-size: 18px;
        line-height: 40px;
    }
    ul.tabs li a {
        padding: 15px 5px;
    }
    ul.tabs li a p {
        display: none;
    }
    ul.tabs li a>img {
        height: 16px;
    }
    .yotpo.yotpo-main-widget {
        margin-top: 0;
    }
    ul.tabs {
        margin-bottom: 20px;
    }
    .price_bundle {
        margin-left: 0px;
        float: right !important;
    }
    .product-box .check-found p {
        float: none;
        margin-top: 2px !important;
        margin-bottom: 10px;
        margin-left: 33px;
    }
    .price_bundle.mobile {
        float: right !important;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    ul.tabs li {
        width: 100%;
    }
}

/* For Header-landing page */

header>div {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 4px, rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.landing-subnav__link {
    font: 700 1rem/1rem "Catamaran", sans-serif;
    color: #1e3d54;
    letter-spacing: 0.02em;
}

.landing-subnav__link p {
    margin: 0px;
}

.landing-subnav__link img {
    max-width: 100%;
}

/* Header-v2 page */

/* MB new feedback css */

.header-nav__item {
    position: relative;
}

ul.dnav-dropdown__list.dnav-products-grid>li {
    padding: 0px;
}

ul.dnav-dropdown__list.dnav-products-grid>li .dnav-dropdown__item-link {
    display: block !important;
    width: 100%;
    padding: 22px 24px 0;
    max-width: none;
}

ul.dnav-dropdown__list.dnav-products-grid>li:first-child .dnav-dropdown__item-image {
    max-width: 240px !important;
}

ul.dnav-dropdown__list.dnav-products-grid>li.bundle-item:hover, .dnav-dropdown__item:hover {
    background-color: #ebfbff;
}

ul.dnav-dropdown__list>li.dnav-dropdown__item {
    border-left: 1.5px solid rgba(0, 0, 0, .12);
    padding-bottom: 10px;
    height: auto;
}

.dnav-dropdown.about ul.dnav-dropdown__list>li.dnav-dropdown__item:nth-last-of-type(1) {
    border-right: 1.5px solid rgba(0, 0, 0, .12);
}

header>div {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 4px, rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.header-nav__item.dropdown:hover>.dnav {
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.25);
}

ul.dnav-dropdown__list.dnav-products-grid>li:nth-child(n+2) {
    border-bottom: 1.5px solid rgba(0, 0, 0, .12);
}

ul.dnav-dropdown__list.dnav-products-grid>li:nth-child(n+5) {
    border-bottom: 0px;
}

/* end MB new feedback css */

.product-ddl .dnav-products-grid {
    float: right;
    display: inline-block;
    width: 100%;
}

.product-ddl .dnav-products-grid {
    border-right: 1.5px solid rgba(0, 0, 0, .12);
}

.product-ddl .dnav-products-grid .dnav-dropdown__item-link {
    display: inline-block;
}

.product-ddl .dnav-products-grid .dnav-dropdown__item:first-child {
    width: 37%;
    float: left;
    text-align: center;
    display: inline-block;
    height: 336px;
    background-color: #e8f2f4;
}

.product-ddl .dnav-products-grid .dnav-dropdown__item:hover {
    background-color: #ebfbff;
}

.product-ddl .dnav-products-grid .dnav-dropdown__item:first-child .dnav-dropdown__item-image {
    max-width: 100%;
}

.product-ddl .dnav-products-grid .dnav-dropdown__item:first-child .dnav-dropdown__item-image-label {
    height: 30px;
    margin-top: 35px;
}

.product-ddl .dnav-products-grid .bundle-item .dnav-dropdown__item-image {
    max-width: 115px;
}

.product-ddl .dnav-products-grid .dnav-dropdown__item {
    width: 21%;
    float: left;
    text-align: center;
    display: inline-block;
    height: 168px;
}

.product-ddl .bundle-product {
    display: none;
}

.main-featured-product {
    float: left;
    max-width: 100%;
    min-height: 336px;
    width: 35%;
    background-color: #e8f2f4;
    padding: 30px 20px;
}

.product-ddl .dnav-products-grid .dnav-dropdown__item.bundle-item {
    background-color: #fff;
}

.main-featured-product:hover {
    background-color: #ebfbff;
}

.main-featured-product a.dnav-dropdown__item-link {
    max-width: 260px;
}

.main-featured-product .dnav-dropdown__item-image-label {
    margin-top: 30px;
    height: 30px;
}

.main-featured-product .dnav-dropdown__item-image {
    max-width: 100%;
}

.product-ddl .dnav-products-grid .dnav-dropdown__item-image-label {}

.product-ddl .dnav-products-grid .dnav-dropdown__item-image {
    max-width: 130px;
}

.yotpo-reviews-carousel .carousel-display-wrapper .scroller {
    width: 100% !important;
}

.bundle-offer-text {
    margin-top: -10px;
}

/**New Dropdown**/

.header-nav__item {
    padding-left: 0;
}

.dnav.dropdown__subnav {
    position: absolute;
    background: #ffffff;
    width: 200px;
}

.dnav.dropdown__subnav ul {
    margin: 0;
    padding: 8px 0;
}

.dnav.dropdown__subnav ul li {
    margin-bottom: 0;
}

.dnav.dropdown__subnav ul li a {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.87);
    display: block;
    text-decoration: none;
    font-weight: 500;
    padding: 0.75rem 1rem;
}

.dnav.dropdown__subnav ul li:hover {
    background: rgba(0, 0, 0, 0.12);
}

._tel img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

.header-toggle__button p {
    width: 32px;
    margin: 0;
}

.header-toggle__button p span {
    height: 3px;
    background: #1f3e55;
    display: block;
    margin-top: 5px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.header-toggle__button p span.__first {
    margin-top: 0;
}

.header-toggle__button.menu__open p span.__first {
    -webkit-transform: translateY(13px) rotate(135deg);
    -moz-transform: translateY(13px) rotate(135deg);
    -ms-transform: translateY(13px) rotate(135deg);
    -o-transform: translateY(13px) rotate(135deg);
    transform: translateY(9px) rotate(135deg);
}

.header-toggle__button.menu__open p span.__middle {
    background: none;
}

.header-toggle__button.menu__open p span.__last {
    -webkit-transform: translateY(-7px) rotate(-135deg);
    -moz-transform: translateY(-7px) rotate(-135deg);
    -ms-transform: translateY(-7px) rotate(-135deg);
    -o-transform: translateY(-7px) rotate(-135deg);
    transform: translateY(-7px) rotate(-135deg);
}

.price_bundle, .price_frame {
    float: right;
    color: rgba(0, 0, 0, 0.38) !important;
}

.updating-cart.product-buy__button_multiple .action, .updating-cart.product-buy__button_add_on .action {
    background: #3bcb86;
}

.updating-cart.product-buy__button_multiple .action span, .updating-cart.product-buy__button_add_on .action span {
    font-size: 0;
}

.updating-cart.product-buy__button_multiple .action span:before, .updating-cart.product-buy__button_add_on .action span:before {
    content: 'Updating Cart...';
    font-size: 16px;
}

.updating-cart.product-buy__button_multiple .price, .updating-cart.product-buy__button_add_on .price {
    display: none;
}

.uc_loader {
    width: calc(100% / 3);
    height: 52px;
    font-size: 1.5rem;
    display: none;
    background: #3bcb86;
}

.uc_loader i {
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
    line-height: 52px;
}

.updating-cart.product-buy__button_multiple .uc_loader, .updating-cart.product-buy__button_add_on .uc_loader {
    display: block;
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.no-mb {
    margin-bottom: 0;
}

.measurement_accordion:first-child::after {
    display: none !important;
}

.product_specs:after {
    content: '';
    width: 100%;
    z-index: 2;
    top: 28px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
}

.content_toshown {
    background-color: #eff7f9;
    margin-bottom: -28px;
}

.content_toshown .left-portion {
    margin-bottom: 4rem;
    padding-bottom: 1rem;
}

.content_toshown .left-portion, .content_toshown .right-portion {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.measurement_accordion:last-child .left-portion {
    margin-bottom: 4rem;
}

.measurement_accordion:last-child .right-portion {
    margin-bottom: 4rem;
}

.product_specs button:active {
    background: #2e577c;
}
.prd-top-pad{
	padding-top: 1.5rem;
}

@media screen and (min-width:1280px) {
  .product {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
  }
  .product-slider {
    float: left;
    max-width: calc(100% - 512px);
    position:relative!important;
  }
  .product-box {
    max-width: 512px;
    margin-right: 0;
  }
  .product-box__wrap {
    padding: 0 0 0 2rem!important;
  }
  .product-slider__controls {
	position:relative;
    align-items:center;
    justify-content: center;
    width: 100%;
    left:0px;
    transform: none;
	margin-left: 0;
    flex-direction: row;
  	top:3px;
  }
  .product-slider__controls-thumb {
    margin: 4px 4px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 861px) {
  .product-slider {
    float: left;
    width: calc(100% - 432px);
    position:relative!important;
  }
  .product-box {
    max-width: 432px;
    width: auto;
  }
  .product-box__wrap {
  	padding: 0 0 0 1rem!important;
  }
  .product-slider__controls {
    position:relative;
    align-items:center;
    justify-content: center;
    width: 100%;
    left:0px;
    margin-left: 0;
    transform: none;
    flex-direction: row;
    top:3px;  
  }
  .product-slider__controls-thumb {
    margin: 4px 4px;
  }
    section.product {
    padding: 2rem;
    min-height: calc(64vh - 110px);
  }
}

@media screen and (max-width: 860px) {
  .product-box .yotpo .pull-left {
    text-align: center;
    float: none;
  }
  .product-box .product-reviews {
    margin: 8px 0 1rem 0;
  }
  .product-logo img {
    margin: 0 auto;
    display: block;
  }
  .product-box__wrap .product-description {
    text-align: center;
  }
  .product-box__wrap  {
/*   margin-top:32px!important; */
    text-align: center;
  }
  .product-slider {
    z-index:auto;
  }
  .product-box .yotpo-bottomline {
    text-align: center;
    float: none;
  }
  .product-slider__controls {
  	background: red;
    z-index: 99;
    margin-left: 0;
    top: 0;
    position:relative;
    justify-content: center;
    align-items: center;
    width: auto;
    background-color: #d8d8d8;
    border-radius: 20px;
    padding: 0px 5px;
    display: inline-block;
    line-height: 1;
    font-size: 0;
    margin: 16px auto 0;
  }
  .product-slider__controls .product-slider__controls-thumb{
  	display: inline-block;
  }
  .product-slider__controls .product-slider__controls-thumb.active {
     background-color: rgba(0, 0, 0, 0.54)!important;    
  }
  .product-slider__controls .product-slider__controls-thumb {
    background-color: rgba(0, 0, 0, 0.12)!important;
    border: 8px solid #d8d8d8;
    margin: 0px;
  }
  .product-box__wrap {
    max-width: 640px;
    padding-top:0px;
    margin: 0 auto;
  }
  .product-logo {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .icongrid-wrap{
      padding: 0 8px;
    }
    .icongrid-list{
      padding:32px 0;
    }
    .icongrid-item__image.large {
      width: 64px;
      height: 64px;
    }
  	.product-detail__list-wrapper{
      max-width:100%;
    }
    .product-detail__icon {
      width: 64px;
      height: 64px;
    }
    .advantage-grid__img-wrapper{
      width:100%;
    }
    .product-detail {
      padding: 62px 0 26px;
    }
    .product-detail__header {
      margin-bottom: 40px;
      padding: 0;
    }
    .product-detail__cta-main{
      display:table;
      margin: 42px auto 6px;
    }
    .product-detail__cta{
	  margin: 0;
      margin-right:24px;
    }
    .hightlight-grid__section-wrapper{
    padding: 32px 0 16px;
  }
  .hightlight-grid-img__wrapper{
    text-align:center;
  }
  .hightlight-grid-img__wrapper img{
    display: table;
    margin: 0 auto 8px;
  }
  .hightlight-grid-img__wrapper p{
    margin: 0;
  }
  .hightlight-grid .slick-initialized .slick-slide {
    height: auto;
    padding: 0;
    max-width: 152px;
    margin: 0 20px;
  }
}

@media screen and (min-width: 881px) and (max-width: 936px) {
  .product-detail__cta{
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1130px) {
  .product-detail__cta{
    margin-bottom: 14px;
  }
}

/*  Mobile */
@media screen and (max-width: 767px) {
  .product-box__wrap {
    padding:16px;
  }
  .product-slider__wrap {
    width: 100vw;
    height: 60vw;
  }
  .product-slider__slide img {
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .video-player {
    height:100%!important;
  }
  .product-detail {
    padding: 4rem 0 34px;
  }
  .product-detail__list{
    margin: 48px 0 0;
  }
  .product-detail__cta-main{
    width: 100%;
    margin: 42px auto 6px !important;
  }
  .product-detail__cta{
    width: 100%;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .icongrid-wrap{
    padding: 0 14px;
  }
  .icongrid-list{
    padding: 10px 0;
  }
  .icongrid-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-min-logical-height: unset;
    max-width: 100%;
    margin: 12px 16px;
  }
  .icongrid-item__text{
    text-align:left;
    margin-left:14px;
  }
  .icongrid-item__image.large {
    width: 56px;
    height: 56px;
  }
  .hightlight-grid__section-wrapper{
    padding: 32px 0 16px;
  }
  .hightlight-grid-img__wrapper{
    text-align:center;
  }
  .hightlight-grid-img__wrapper img{
    display: table;
    margin: 0 auto 8px;
    max-width:152px;
  }
  .hightlight-grid-img__wrapper p{
    margin: 0;
        max-width:152px;

  }
  .slick-initialized .slick-slide {
    height: auto;
    padding: 0 13px;
  }
}
@media screen and (max-width: 380px) {
  .product-detail__icon {
    width: 56px;
    height: 56px;
  }
  .product-detail__list {
    padding: 0 16px;
    margin: 48px 0 32px
  }
  .product-detail {
    padding: 62px 0 26px;
  }
  .product-detail__header {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 40px;
    padding: 0;
  }
}

/*  END Mobile */

/* PDP Product Name */
.f1{
	display: block;
    font-size: 36px;
    color: #3c3c3f;
    font-family: 'norwester';
    line-height: normal;
}
.f2 {
	color: #13b1e2;
}

a.f1:hover, a.f1span.f2:hover {
	color: inherit;
  	text-decoration: none;
}
/* END PDP Product Name */
.u-icon {
  width:72px;
  height:56px;
  background-color:#bbb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-slider__controls .product-slider__controls-thumb.video-thumb {
    background-repeat: no-repeat;
    background-size: 50%;
  background-color:#bbb;
}

.product-slider__slide {
	background-image:none!important;
}

.product-slider__slide{
	display: none;
}
.product-slider__slide img {
	width:100%;
}

.product-slider__slide.active {
	display:block;
}

/* NAVIGATION STYLE BADGE i.e. – NEW or SALE */
.nav-badge, .content-badge  {
  font-size: .75rem;
  font-weight: 700;
  padding: 0 6px;
  background-color: #2be08d;
  border-radius: 2rem;
  color: #fff;
  text-transform: uppercase;
}
.nav-badge {
  top: -1px;
  position: relative;
}
.content-badge:hover {
  text-decoration: none;
  background-color: #28ce82;
  color: #fff;
}

/* Anchor Link with scroll function to PDP Specs Accordion */
.size-guide-link{
    color: #13b1e2;
  	font-weight: 500;
}


/* START ADVANTAGE GRID SLIDER */

.advantage-grid {
    min-height: 600px;
    padding: 90px 8vw 120px 8vw;
}

.advantage-grid__header {
    text-transform: none;
    margin-bottom: 100px;
    text-align: center;
    font-family: "Catamaran", sans-serif;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1.25;
}

.advantage-grid__advantages-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
}

.advantage-grid__img-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 10rem;
    margin: 0 1rem;
}

.advantage-grid__img {
    max-height: 192px;
    max-width: 192px;
    margin: 0 auto;
    display: block;
}

.advantage-grid__title {
    text-align: center;
    font: 1.5rem/2rem "Catamaran", sans-serif;
    margin: 1rem 0;
    font-weight: 700;
}

.advantage-grid__text {
    text-align: center;
    font: 500 1rem "Catamaran", sans-serif;
    letter-spacing: 0.05rem;
}

.advantage-grid__title>a {
    padding: 1rem;
    display: inline-block;
}

.advantage-grid__slider {
    display: none;
}

@media screen and (max-width: 48rem) {
    .advantage-grid {
        padding: 3rem 1rem;
        min-height: 400px;
    }
    .advantage-grid__header {
        margin-bottom: 45px;
        font: 700 1.68rem "Catamaran", sans-serif;
    }
    /*     .advantage-grid__img {
        max-height: 115px;
        max-width: 115px;
    } */
    .advantage-grid__title {
        font: 700 1.375rem/1 "Catamaran", sans-serif;
        margin: 1rem auto;
    }
    .advantage-grid__text {
        font: 500 1rem "Catamaran", sans-serif;
    }
    .advantage-grid__advantages-wrapper {
        display: none;
    }
    .advantage-grid__slider {
        display: block;
    }
    .advantage-grid__slider .slick-dots {
        display: block;
        text-align: center;
        margin: 10px auto;
    }
    .advantage-grid__slider .slick-dots li {
        width: 1rem;
        display: inline-block;
    }
    .advantage-grid__slider .slick-dots li button::before {
        position: relative;
        color: #e0e0e0;
        opacity: 1;
        width: auto;
        height: auto;
        line-height: 1.25rem;
        font-size: 2.5rem;
    }
    .advantage-grid__slider .slick-dots .slick-active button::before {
        color: #3c3c3f;
        opacity: 1;
    }
    .advantage-grid__slider .slick-prev:before, .advantage-grid__slider .slick-next:before {
        font-size: 1.5rem;
        color: #3c3c3f;
    }
    /* .advantage-grid__slider button.slick-next {
      	right: -1.3rem;
    } */
    .advantage-grid__slider .slick-prev, .advantage-grid__slider .slick-next {
        margin-top: -152px;
    }
}
/* END ADVANTAGE GRID SLIDER */

.new{
  background: #2be08d;
  color: #ffffff;
  border-radius: 24px;
  display: inline-block;
  padding: 3px 8px;
  font-size: 14px;
}

.check-found {
    border-bottom: none;
}

._disableCheckbox
{
	opacity:.5;
  	pointer-events: none;
}
