@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700');

@font-face {
    font-family: Gilroy-Bold;
	src: local('Gilroy-Bold'), url("fonts/Gilroy/Gilroy-Bold.woff2") format("woff2");
	font-weight:normal;
}
@font-face {
    font-family: Gilroy-SemiBold;
	src: local('Gilroy-SemiBold'), url("fonts/Gilroy/Gilroy-SemiBold.woff2") format("woff2");
	font-weight:normal;
}
@font-face {
    font-family: Gilroy-Medium;
	src: local('Gilroy-Medium'), url("fonts/Gilroy/Gilroy-Medium.woff2") format("woff2");
	font-weight:normal;
}
@font-face {
    font-family: Avenir-Regular;
	src: local('Avenir-Regular'), url("fonts/Avenir/Avenir-Regular.woff2") format("woff2");
	font-weight:normal;
}
@font-face {
    font-family: Avenir-Medium;
	src: local('Avenir-Medium'), url("fonts/Avenir/Avenir-Medium.woff2") format("woff2");
	font-weight:normal;
}
@font-face {
    font-family: Avenir-Bold;
	src: local('Avenir-Bold'), url("fonts/Avenir/Avenir-Bold.woff2") format("woff2");
	font-weight:normal;
}

/* CSS Document */

/* Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap */

html, body { 
  	margin:0; 
  	padding:0; 
  	height:100%; 
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
 	box-sizing: inherit;
	z-index:0;
}
body {
	margin:0;
	padding:0;
	font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #2f4250;
    background-color: #fff;
	font-size:17px;
	line-height:1.5;
}
button {
	margin:0px;
	padding:0px;
	border:none;
	background-color:none;
}
button,
textarea,
input,
select,
li,
div,
a{
 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 	-webkit-tap-highlight-color: transparent;
 	-webkit-user-select: none;
 	-khtml-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
  	user-select: none;
}
a {
	text-decoration:none;
	color:#024a83;
}
a:hover {
	color:#024a83;
	text-decoration:underline;
}
.page a {
	color:#0ab4ef;
}
.page a:hover {
	color:#0ab4ef;
}
.button {
	background-color:#9cf5cd;
	color:#024a83;
	padding:15px 40px;
	width:max-content;
	margin-top:25px;
	clear:both;
	float:left;
	border-radius:2em;
	font-family:Gilroy-SemiBold;
	font-size:18px;
	position:relative;
	text-align:center;
}
.button:before {
    content: '';
    position: absolute;
    background-color: #9cf5cd;
    top: 0;
    left: 0;
    border-radius: 2em;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
    transform: scale(1);
    transition: all .3s cubic-bezier(.16,.8,.66,1.54);
}
.button:hover {
	text-decoration:none;
	cursor:pointer;
}
.button:hover::before {
	transform: scale(1.1,1.2);
}
.button-arrow {
	margin-left:10px;
}
.text-button {
	margin-top: 15px;
    margin-bottom: 20px;
}
p {
    clear: both;
    float: left;
    width: 100%;
	padding:0;
	margin:0;
	margin-bottom:15px;
}
.page p.starter {
	font-size:24px;
	line-height:30px;
	margin-bottom:20px;
}
p a {
	text-decoration:none;
	color:#0ab4ef;
}
p a:hover {
	color:#0ab4ef;
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	font-family:Gilroy-Bold;
	font-weight:normal;
}
ul,ol {
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
font.bold {
}
.blue-font {
	color:#024a83;
}
.blue-bg {
	background-color:#024a83;
}
.green-font {
	color:#52b68b;
}
.green-bg {
	background-color:#52b68b;
}
.white-font {
	color:#fff;
}
.container {
	transition: all 300ms;
}
.border-bottom {
	border-bottom:1px solid #eee;
}
.overlay {
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	background:rgba(0,0,0,0.2);
	transition:all 300ms;
}
.overlay:hover {
	cursor: pointer;
}
header {
	padding:15px 0px;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.1);
	z-index:999;
}
.drawer {
	width:300px;
	position:fixed;
	top:0;
	bottom:0;
	padding:0px 20px;
	z-index:10;
	background-color:#fff;
	transition: all 300ms;
	display: flex;
    flex-direction: column;
}
.slide-left {
	transform: translateX(300px);
	box-shadow:10px 0px 20px -13px rgba(0,0,0,0.4);
}
.slide-right {
	transform: translateX(-300px);
	box-shadow:10px 0px 20px 13px rgba(0,0,0,0.4);
}
.nav-mobile {
	left:-300px;
}
.cart {
	right:-300px;
	padding:0px;
}
.cart-header {
	padding:15px 20px;
	line-height:30px;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.1);
	color:#024a83;
}
.cart-title {
	font-size:22px;
	float:left;
	font-family:Gilroy-SemiBold;
}
.cart-toggle-x {
	font-size:24px;
	float:right;
}
.cart-toggle-x:hover {
	cursor:pointer;
}
.cart-inner {
	display:flex;
	flex-direction:column;
	padding: 20px;
	flex-grow:1;
	overflow-y:auto;
	overflow-x:visible;
}
ul.cart-items {
	display:flex;
	flex-direction:column;
}
ul.cart-items li {
	display:flex;
	flex-direction:row;
	padding:20px 0px;
	border-top:1px solid #f5f5f5;
}
ul.cart-items li:first-child {
	padding-top:0px;
	border-top:none;
}
.empty-cart {
	display:flex;
	flex-direction:column;
	color:#024a83;
	background-color:#e2f6fd;
	padding:20px;
	border-radius:3px;

}
.empty-cart span {
	font-size: 20px;
    margin-bottom: 15px;
    line-height: 24px;
	font-family:Gilroy-SemiBold;
}
.empty-cart p {
	margin-bottom:0px;
	font-size:15px;
	line-height:20px;
}
.empty-cart a {
	margin-top:15px;
	padding:15px 30px;
	font-size:17px;
}
.shipping-cart {
	display:flex;
	flex-direction:column;
	color:#024a83;
	background-color:#e2f6fd;
	padding:20px;
	border-radius:3px;
}
.cart-add-button {
	margin-top:15px;
	padding: 15px 30px;
    font-size: 17px;
}
.shipping-cart span {
	font-size: 20px;
    margin-bottom: 15px;
    line-height: 24px;
    font-family: Gilroy-SemiBold;
}
.shipping-cart p {
	margin-bottom:0px;
	font-size:15px;
	line-height:20px;
}
.shipping-cart-options {
	display:flex;
	align-items:center;
	margin-top:10px;
}
.shipping-cart-size, .shipping-cart-number {
	display:flex;
	flex-direction:column;
	position:relative;
}
.shipping-cart-number {
	margin-left:15px;
}
.shipping-cart-size-title, .shipping-cart-number-title {
	font-size:13px;
	color:#777;
}
.shipping-cart-select {
    margin: 0;
    -webkit-appearance: none;
    padding: 10px 15px;
    border-radius: 0px;
    border: 1px solid #ddd;
    font-size: 14px;
	line-height:14px;
	outline:none;
	width:100px;
	position:relative;
	background-color:#fff;
}
.shipping-cart-size:after {
	content:'\f107';
	font-family: "Font Awesome 5 Pro";
	color: #024a83;
	position: absolute;
	bottom: 4px;
	right: 10px;
	pointer-events:none;
    }
.shipping-cart-quantity {
	display:flex;
	flex-direction:row;
	justify-content: flex-start;
	border:1px solid #ddd;
	height:36px;
	width:100px;
}
.cart-minus, .cart-plus {
	background-color:#fafafa;
	display:flex;
	justify-content: center;
	align-items: center;
	color:#aaa;
	flex-basis:30%;
	transition:300ms all;
	font-size:14px;
}
.cart-minus:hover, .cart-plus:hover {
	cursor:pointer;
	background-color:#eee;
}
.cart-amount {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	background-color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-basis:40%;
	font-size:12px;
	color:#333;
}
.item-remove {
    top: -2px;
    left: -3px;
    color:#52b68b;
    display:flex;
	justify-content: center;
	align-items: center;
    font-size: 16px;
    position: absolute;
	z-index:10;
	transition:all 300ms;
}
.item-remove:hover {
	cursor:pointer;
	color:#33966c;
}
.item-img {
	flex-basis:30%;
	position:relative;
}
.item-img img {
	width:100%;
}
.item-text {
	flex-basis:70%;
	padding-left: 10px;
    display: flex;
    flex-direction: column;
}
.item-name {
	color:#024a83;
	font-size:14px;
	line-height:16px
}
.item-size {
	color:#777;
	font-size:13px;
}
.item-info {
	display:flex;
	flex-direction:row;
}
.item-quantity {
}
.item-price {
	font-size: 14px;
    color: #52b68b;
}
.cart-footer {
	padding:10px 20px;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.1);
	display:flex;
	flex-direction:column;
}
.cart-subtotal {
	display: flex;
    justify-content: space-between;
	font-size:13px;
	color:#777;
}
.cart-subtotal-title {
}
.cart-subtotal-amount {
}
.cart-shipping {
	display: flex;
    justify-content: space-between;
	font-size:13px;
	color:#52b68b;
	margin-bottom:5px;
}
.cart-shipping-title {
}
.cart-shipping-amount {
}
.cart-total {
	display: flex;
    justify-content: space-between;
	font-size:16px;
	text-transform: uppercase;
	align-items:center;
}
.cart-total-title {
	display: flex;
    justify-content: space-between;
}
.cart-total-amount {
}
.cart-button {
	width:95%;
	margin-top:10px;
	align-self:center;
}
.button-arrow {
	margin-left:10px;
}
ul.nav-mobile-list {
	margin-top:7px;
	font-size:18px;
	line-height:24px;
}
ul.nav-mobile-list li {
	padding:15px 0px;
	border-bottom:1px solid #eee;
	font-family: Gilroy-SemiBold;
}
ul.nav-mobile-list li:last-child {
	border-bottom:none;
}
.wrapper {
	max-width:1300px;
	padding:0px 20px;
	margin:0 auto;
}
.wrapper.mobile-stretch {
	padding:0px;
}
.navigation {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
}
a.logo {
	height:30px;
	flex-basis:80%;
	order:2;
	text-align:center;
}
a.logo img {
	height:30px;
}
ul.nav {
	flex-basis:50%;
	display:flex;
	justify-content: center;
	display:none;
}
ul.nav li {
	line-height:30px;
	margin-right: 60px;
    font-family: Gilroy-Medium;
}
#toggle {
	flex-basis:10%;
	order:1;
	text-align:left;
}
.navbar-toggle {
	font-size:22px;
	line-height:30px;
	color:#024a83;
	transition:all 500ms;
}
.navbar-toggle-x {
	font-size:28px;
	line-height:30px;
	color:#024a83;
	display:none;
	transition:all 500ms;
}
.cart-logo {
	color:#034c83;
	font-size:26px;
	line-height:30px;
	align-self:center;
	flex-basis:10%;
	text-align:right;
	order:3;
	position:relative;
}
.cart-logo:hover {
	cursor: pointer;
}
.cart-bubble {
    top: -2px;
    right: -8px;
    width: 17px;
    height: 17px;
    background-color: orange;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
	position:absolute;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.hero {
	padding:60px 0px;
	background-color:#e2f6fd;
}
.hero-row {
	display:flex;
	flex-direction:column;
	align-items:center;
}
.hero-image {
	margin-top:30px;
}
.hero-image img {
	width:100%;
	border-radius:50%;
}
.hero-footer {
	background-color:#024a83;
	background-image:radial-gradient(#2a7fc3, #024a83);
}
.hero-inner {
	display:flex;
	flex-direction:column;
	max-width:600px;
	color:#fff;
	align-items:center;
}
h1.hero-title {
	font-size:32px;
	line-height:40px;
	margin-bottom:20px;
	color: #024a83;
	text-align:center;
}
.hero-sub {
	color:#024a83;
	text-align:center;
}
.panel {
	padding:60px 0px;
}
h2.panel-title {
	text-align:center;
	font-size:28px;
	line-height:36px;
}
h2.difference-title {
	text-align:center;
	font-size: 34px;
    line-height: 38px;
}
span.panel-sub {
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom:50px;
	clear:both;
	float:left;
}
ul.features-list {
	display:flex;
	flex-direction:column;
	padding:60px 40px;
	padding-bottom:0px;
}
ul.features-list li {
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-bottom:60px;
}
ul.features-list li:last-child {
	margin-bottom:0px;
}
ul.features-list li h3 {
	color: #024a83;
    text-transform: uppercase;
    font-size: 17px;
    font-family:Gilroy-SemiBold;
	padding: 5px 15px;
    background-color: #e2f6fd;
    margin: 10px 0px;
	margin-bottom:15px;
	text-align:Center;
}
ul.features-list li .icon {
	color:#024a83;
	font-size:50px;
}
ul.features-list li span {
	text-align:center;
	font-size:14px;
	line-height:20px;
}
.spec {
	display:flex;
	flex-direction:column;
	clear:both;
	align-items:flex-start;
}
.split {
	display:flex;
	flex-direction:column;
	clear:both;
	align-items:center;
}
.split-text {
	order:1;
	display:flex;
	flex-direction:column;
	margin-bottom:20px;
}
.split-img {
	order:2;
}
.split-text.footer-cta {
	order:2;
	margin-bottom:0px;
}
.split-img.footer-cta {
	order:1;
}
.split-text.footer-cta .button {
	align-self:center;
}
.split-img img {
	width:100%;
	height:auto;
	}
h2.split-left-title {
	margin-bottom:20px;
    text-transform: uppercase;
    font-size: 34px;
	line-height:38px;
}
.split-sub {
	font-weight:normal;
	text-transform:uppercase;
	font-size:15px;
	color:#52b68b;
	font-family:Gilroy-SemiBold;
}
.split-title {
	margin-top:5px;
	margin-bottom:15px;
	font-size:24px;
	line-height:28px;
	color:#024a83;
}
.hero-green {
	background-color:#e3f5ed;
}
.quote {
	max-width:650px;
	margin:0 auto;
}
.quote-title {
	text-align: center;
    font-family:Gilroy-Bold;
    font-size: 28px;
    line-height: 32px;
	margin-bottom:20px;
}
.quote-name {
	text-align:center;
	margin-top:30px;
	margin-bottom:10px;
	font-size:18px;
}
.quote-name .icon {
	margin-left:5px;
	font-size:20px;
	color:#52b68b;
}
.quote-date {
	text-align:center;
	font-size:14px;
}
ul.benefits li {
	margin-bottom:50px;
}
ul.benefits li:last-child {
	margin-bottom:0px;
}
.construction {
	background: url("https://cdn.sleepsteady.com/img/skirt-test.jpg");
	background-size:cover;
	min-height:450px;
}
.tencel {
	background-color:#e2f6fd;
}
.flex-split {
    padding: 40px 25px;
    flex-direction: column;
	display:flex;
	align-items: center;
}
.split-left {
	flex-basis: 100%;
	padding-bottom:25px;
}
.split-left .split-sub {
	color:#0ab4ef;
}
.split-right {
	flex-basis: 100%;
}
.split-left .split-title {
	margin-top:10px;
	margin-bottom:25px;
	font-size:38px;
	line-height:42px;
}
.spec-left {
	flex-basis: 100%;
}
.spec-right {
	flex-basis:100%;
	width:100%;
	margin-top:30px;
}
ul.tencel-list {
	padding: 40px;
	margin:20px;
    background-color: #fff;
    border-radius: 6px;
}
ul.tencel-list li {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    align-items: left;
}
ul.tencel-list li:last-child {
    margin-bottom: 0px;
}
ul.tencel-list .list-icon {
    font-size: 60px;
	margin-bottom:15px;
	color:#024a83;
}
ul.tencel-list .list-text {
	color:#024a83;
}
footer {
	padding:60px 0px;
}
.footer-inner {
    display: flex;
    flex-direction: column;
    color: #fff;
	font-size:15px;
}
.footer-inner a {
	color:#fff;
}
.footer-column {
	flex-basis:20%;
	display:flex;
	flex-direction: column;
	margin-bottom:30px;
}
.footer-column-title {
	font-family:Gilroy-Bold;
	margin-bottom:15px;
}
.footer-right {
	flex-basis:49%;
	align-items:flex-start;
	display:flex;
	flex-direction:column;
	margin-top:20px;
}
.footer-copyright {
    margin-top: 5px;
    margin-bottom: 20px;
}
a.footer-logo {
	height:30px;
}
a.footer-logo img {
	height:30px;
}
ul.footer-social {
	display:flex;
	flex-direction:row;
}
ul.footer-social li {
	width:35px;
	height:35px;
	border:1px solid #fff;
	border-radius:50%;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
    margin: 0px 4px;
	transition:all 300ms;
}
ul.footer-social li:hover {
	cursor:pointer;
}
.split-left p:last-child {
	margin-bottom:0px;
}
.split-text p:last-child {
	margin-bottom:0px;
}
ul.quote-stars {
    display: flex;
    flex-direction: row;
    color: orange;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
}
.hero-grey {
	background-color:#f4f4f4;
}
.hero-dark-blue {
	background-color:#024a83;
	background-image:radial-gradient(#2a7fc3, #024a83);
}
ul.offers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-top:30px;
}
ul.offers li {
	display:flex;
	flex-direction: row;
	align-items: center;
	margin-bottom:40px;
}
ul.offers li:last-child {
	margin-bottom:0px;
}
ul.offers li .offer-icon {
	font-size:60px;
	color:#024a83;
	margin-right:20px;
}
ul.offers li .offer-icon.shipping {
	font-size:48px;
}
ul.offers li .offer-text {
	display:flex;
	flex-direction:column;
}
ul.offers li .offer-text .offer-title {
	font-family:Gilroy-Bold;
	color:#024a83;
	margin-bottom:5px;
}
ul.offers li .offer-text .offer-desc {
	font-size:14px;
}
.product {
    display: flex;
    flex-direction: column;
	padding-top:0px;
}
.product-img {
	flex-basis:100%;
	display: flex;
    flex-direction: column;
}
.product-img img {
	width:100%;
}
ul.product-images {
    display: flex;
    flex-direction: row;
	margin-top:10px;
	display:none;
}
ul.product-images li {
	margin-right:10px;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height:75px;
	width:100px;
	border:2px solid #fff;
	border-radius:3px;
	transition:300ms all;
}
ul.product-images li:last-child {
	margin-right:0px;
}
ul.product-images .slick-current {
	border:2px solid #024a83;
	border-radius:3px;
}
.product-text {
	flex-basis:100%;
	padding:20px;
	padding-bottom:0px;
	display:flex;
	flex-direction:column;
}
h1.product-title {
	color: #024a83;
	font-size: 28px;
	line-height:32px;
	font-family:Gilroy-SemiBold;
}
.product-desc {
	padding:15px 0px;
}
.product-desc p:last-child {
	margin-bottom:0px;
}
.product-price {
	font-size:28px;
	color: #024a83;
}
ul.product-stars {
    display: flex;
    flex-direction: row;
    color: orange;
    justify-content: flex-start;
    font-size: 18px;
    margin-top: 5px;
}
.product-size-sub {
	color:#777;
	font-size:14px;
	margin-top:15px;
}
ul.product-size {
	margin-top:7px;
	display: flex;
    flex-direction: row;
	justify-content:space-between;
	flex-wrap:wrap;
}
ul.product-size li {
	padding: 15px 20px;
    border: 1px solid #024a83;
	background-color:#fff;
	color:#024a83;
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items:center;
    flex-basis: 48%;
	transition:300ms all;
	font-size:18px;
	position:relative;
	margin-bottom:13px;
	border-radius:3px;
}
ul.product-size li .icon {
 	display:none;
	font-size:20px;
}
ul.product-size li.active .icon {
    position: absolute;
    right: 5px;
    top: 5px;
	display:block;
}
ul.product-size li:hover {
	cursor:pointer;
	background-color:#024a83;
	color:#fff;
}
ul.product-size li.active {
	background-color:#024a83;
	color:#fff;
}
.product-quantity-sub {
	color:#777;
	font-size:14px;
	margin-bottom:7px;
	margin-top:5px;
}
.product-quantity {
	display:flex;
	flex-direction:row;
	justify-content: flex-start;
	border:1px solid #ddd;
	height:50px;
	width:150px;
}
.product-minus, .product-plus {
	background-color:#fafafa;
	display:flex;
	justify-content: center;
	align-items: center;
	color:#aaa;
	flex-basis:30%;
	transition:300ms all;
	font-size:22px;
}
.product-minus:hover, .product-plus:hover {
	cursor:pointer;
	background-color:#eee;
}
.product-amount {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	background-color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-basis:40%;
}
.product-button {
	padding:20px 60px;
	margin-top:30px;
	width:100%;
	max-width:400px;
}
.contact-button {
	align-self:center;
}
.item-quantity {
	display:flex;
	flex-direction:row;
	justify-content: flex-start;
	border:1px solid #ddd;
	height:24px;
	width:80px;
}
.item-minus, .item-plus {
	background-color:#fafafa;
	display:flex;
	justify-content: center;
	align-items: center;
	color:#aaa;
	flex-basis:30%;
	transition:300ms all;
	font-size:14px;
	line-height:14px;
}
.item-minus:hover, .item-plus:hover {
	cursor:pointer;
	background-color:#eee;
}
.item-amount {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	background-color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-basis:40%;
	font-size:12px;
	line-height:12px;
}
.item-bottom {
	margin-top:10px;
	display:flex;
	justify-content:space-between;
}
.item-quantity-amount {
	font-size:12px;
}
.product-features {
	display:flex;
	flex-direction: row;
}
ul.product-features-list {
	padding-left:30px;
}
ul.product-features-list li {
	margin-bottom:15px;
	position:relative;
}
ul.product-features-list li:before {
	content:'\2022';
	color:#52b68b;
	position:absolute;
	left:-20px;
	font-weight:bold;
}
ul.product-features li:last-child {
	margin-bottom:0px;
}
.product-features-left {
	flex-basis:50%;
	padding-right:40px;
}
h2.product-features-title {
	font-size:22px;
	margin-bottom:25px;
}
.features {
	padding:40px 20px;
	margin-top:60px;
	color:#024a83;
}
h2.features-title {
	font-size:26px;
	line-height:32px;
	text-align:center;
	margin-bottom:60px;
	font-family:Gilroy-SemiBold;
	color:#024a83;
}
h2.features-title.reviews-title {
	margin-bottom:30px;
}
ul.features-list-box {
	display:flex;
	flex-direction:column;
}
ul.features-list-box li {
    flex-basis: 30%;
    display: flex;
    align-items: center;
	margin-bottom:60px;
}
ul.features-list-box li:last-child {
	margin-bottom:10px;
}
ul.features-list-box li .icon {
    display: flex;
    justify-content: center;
	align-items: center;
	flex-basis:25%;
	font-size:52px;
	color:#024a83;
}
ul.features-list-box li .icon-text {
    display: flex;
    flex-direction: column;
	color:#333;
	flex-basis:75%;
	padding-left:15px;
}
ul.features-list-box li .icon-text span {
    font-size: 18px;
    margin-bottom: 10px;
    color: #024a83;
    background-color: #e2f6fd;
    padding: 10px 15px;
    line-height: 18px;
    width: max-content;
}
h2.specs-title {
	color:#024a83;;
	font-size:32px;
	line-height:36px;
	font-family:Gilroy-SemiBold;
}
.making {
}
h2.making-title {
	text-align:center;
	color:#fff;
	font-size:26px;
	line-height:32px;
	font-family:Gilroy-SemiBold;
	margin-bottom:60px;
}
.making-info {
	display:flex;
	flex-direction: column;
}
.making-text {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
	order:2;
}
.making-img {
	flex-basis:100%;
    justify-content: center;
    display: flex;
    align-items: center;
	order:1;
	padding-bottom:40px;
}
.making-img img {
	width:100%;
}
ul.making-list li {
	display:flex;
	margin-bottom:40px;
}
ul.making-list li:last-child {
	margin-bottom: 0px;
}
ul.making-list li .making-number {
	display:flex;
	justify-content:center;
	font-size: 32px;
    color: #52b68b;
    font-weight: 600;
    padding: 0px 30px;
    padding-top: 5px;
}
.making-desc {
	color:#fff;
}
ul.making-list li .making-desc h3 {
    margin-bottom: 10px;
	font-family:Gilroy-SemiBold;
}
.demo {
	background-color:#e2f6fd;
	margin-top:80px;
}
.checkout {
	display:flex;
	flex-direction: column;
}
.checkout-left {
	display:flex;
	flex-direction:column;
	order:2;
	padding:20px;
	flex-basis:100%;
	align-items:center;
}
.checkout-right {
	display:flex;
	flex-direction:column;
	order:1;
	background-color:#f4f4f4;
	border-bottom:1px solid #ddd;
	padding:20px;
	flex-basis:100%;
	align-items:center;
	display:none;
}
.split-right img, .split-right video {
	width:100%;
	height:auto;
}
.checkout-header {
	display:flex;
	flex-direction:column;
	align-items:center;
}
.checkout-logo {
	height:30px;
}
.checkout-form {
	display:flex;
	flex-direction: column;
}
ul.checkout-progress {
	padding-top:5px;
	padding-bottom:5px;
	display:flex;
}
ul.checkout-progress li {
	font-size:13px;
	margin-right:10px;
}
ul.checkout-progress li.active {
	font-weight:600;
}
input, textarea, select {
	margin: 0;
	outline: 0;
	clear: both;
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 26px;
	padding: 10px 20px;
	background-color:#fff;
	border-radius:3px;
	margin-bottom:15px;
	box-sizing:border-box;
}
input.active, select.active, textarea.active {
	border:1px solid #024a83;
	transition:300ms all;
	box-shadow:0 0 0 1px #024a83;
}
input.error, select.error, textarea.error {
	border:1px solid #ff6d6d;
	transition:300ms all;
	box-shadow:0 0 0 1px #ff6d6d;
}
#card-element.StripeElement--focus {
	border:1px solid #024a83;
	transition:300ms all;
	box-shadow:0 0 0 1px #024a83;
}
select {
    -webkit-appearance: none;
}
.input {
	position:relative;
}
.input-row {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	clear:both;
}
.input-row.half .input{
	flex-basis:49%;
}
.input-row.third .input{
	flex-basis:32%;
}
span.checkout-title {
	padding-top:10px;
	padding-bottom:15px;
}
.select-arrow {
	position:absolute;
	height:48px;
	display:flex;
	justify-content: center;
	align-items: center;
	right:10px;
	pointer-events:none;
}
.select-arrow i {
	font-size:24px;
	color:#aaa;
}
.input label {
    position: absolute;
    left: 16px;
    font-size: 12px;
    color: #666;
    padding: 0px 5px;
    background-color: #fff;
    line-height: 12px;
    top: -4px;
	transition:300ms all;
	display:none;
}
.pay-button {
	margin-top:30px;
}
.pay-button .icon {
	margin-right:10px;
}
ul.checkout-items {
	display:flex;
	flex-direction:column;
}
ul.checkout-items li {
	display:flex;
	flex-direction:row;
	padding:10px 0px;
	border-top:1px solid #f5f5f5;
	align-items:center;
}
ul.checkout-items li:first-child {
	padding-top:0px;
	border-top:none;
}
.checkout-left-inner {
	width:100%;
	max-width:600px;
}
.checkout-right-inner {
	width:100%;
	max-width:400px;
}
.checkout-footer {
	display:flex;
	flex-direction: column;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.checkout-footer .cart-subtotal {
	font-size:14px;
}
.checkout-footer .cart-shipping {
    font-size: 14px;
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
	margin-bottom:0px;
}
.checkout-footer .cart-total {
	padding-top:20px;
}
.checkout-footer .cart-total-amount {
	font-size:24px;
}
ul.checkout-badges {
	display:flex;
	flex-direction:column;
	margin-top:60px;
}
ul.checkout-badges li {
	display:flex;
	align-items:center;
	margin-bottom:30px;
}
ul.checkout-badges li .offer-icon {
    font-size: 60px;
    color: #52b68b;
    margin-right: 20px;
}
ul.checkout-badges li .offer-text {
    display: flex;
    flex-direction: column;
}
ul.checkout-badges li .offer-text .offer-title {
	margin-bottom:7px;
	font-size:14px;
	line-height:18px;
	color:#024a83;
}
ul.checkout-badges li .offer-text .offer-desc {
    line-height:18px;
	font-size:14px;
	color:#777;
}
.checkout-summary {
	display:flex;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background-color:#f4f4f4;
	padding: 10px 20px;
    align-items: center;
	justify-content:space-between;
	outline:none;
}
.checkout-summary:hover {
	cursor:pointer;
}
.checkout-summary-total {
	font-weight:500;
}
.checkout-summary-title i {
	margin-left:7px;
}
.checkbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	margin-bottom:30px;
	margin-top:10px;
}
.checkbox label {
	display:block;
	position:relative;
	left:0px;
	top:0px;
	font-size:14px;
	line-height:16px;
	color:#333;
	padding-left:10px;
}
.checkbox input {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
	font-size:16px;
}
.checkbox input.active {
	border:none;
	box-shadow:none;
}
.billing-address {
	display:flex;
	flex-direction:column;
	display:none;
	margin-bottom:15px;
}
.shipping {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 5px;
	margin-bottom:30px;
}
.shipping-header {
	display:flex;
	justify-content: space-between;
	align-items:center;
	padding:10px 20px;
    border-bottom: 1px solid #ddd;
	background-color:#fafafa;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.shipping-header .checkout-title {
	padding:0px;
}
.shipping-inner {
	padding:20px;
	display:flex;
	flex-direction: column;
}
ul.shipping-options {
	display:flex;
	flex-direction:column;
}
ul.shipping-options li {
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:5px 0px;
}
ul.shipping-options li label {
	display:flex;
	flex-direction:row;
	align-items:center;
	width: 100%;
    justify-content: center;
	font-size: 14px;
	line-height:14px;
    color: #333;
}
ul.shipping-options li label input {
    width: 5%;
    margin: 0px;
    padding: 0px;
}
ul.shipping-options li label input.active {
   border:none;
}
ul.shipping-options li label .shipping-method {
    width: 80%;
	padding-left:10px;
}
ul.shipping-options li label .shipping-method-price {
    width: 15%;
	text-align:right;
	color:#52b68b;
}
.payment {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.payment-header {
	display:flex;
	justify-content: space-between;
	align-items:center;
	padding:10px 20px;
    border-bottom: 1px solid #ddd;
	background-color:#fafafa;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.payment-header .checkout-title {
	padding:0px;
}
ul.payment-cards {
	display:flex;
	align-items: center;
	font-size:28px;
	line-height:28px;
}
ul.payment-cards li {
	padding:0px 3px;
	display: flex;
    align-items: center;
}
ul.payment-cards li.visa {
	color:#1a1f71;
}
ul.payment-cards li.mastercard {
	color:#eb001b;
}
ul.payment-cards li.amex {
	color:#016fd0;
}
.payment-inner {
	padding:20px;
	display:flex;
	flex-direction: column;
}
.payment-inner input#expiry, .payment-inner input#security {
	margin-bottom:0px;
}
#card-element {
    margin: 0;
    outline: 0;
    clear: both;
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 26px;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 3px;
}
.payment-footer {
	padding:10px 20px;
}
.processing {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
    opacity: 0.9;
	display:none;
}
.processing-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
}
.processing-inner .icon {
    width:30px;
	height:30px;
	animation:spin 1s linear infinite;
}

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

.processing-title {
    font-size: 26px;
    margin-bottom: 20px;
	margin-top:10px;
    color: #024a83;
    font-family:Gilroy-SemiBold;
}
.processing-sub {
    font-size: 16px;
}
.page-header h1 {
	text-align:center;
	color:#024a83;
	max-width: 800px;
    margin: 0 auto;
	font-size:32px;
	line-height:36px;
}
.page {
    max-width: 700px;
	padding:25px 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.page h2 {
	padding-top:10px;
	padding-bottom:20px;
	font-size: 26px;
    line-height: 32px;
	color:#024a83;
}
.page ul, .page ol {
	margin-left:40px;
	list-style-type: disc;
	display:flex;
	flex-direction:column;
	padding:5px 0px;
	font-size:18px;
	line-height:28px;
}
.page ol {
	list-style-type: decimal;
}
.page ul li, .page ol li {
	margin-bottom:15px;
}
.page p {
	font-size:18px;
	line-height:28px;
	margin-bottom:20px;
}
h1.article-title {
	text-align:center;
	color:#024a83;
	max-width: 800px;
    margin: 0 auto;
	font-size:32px;
	line-height:36px;
}
.main {
    width: 100%;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-top:-30px;
}
.article-image {
    clear: both;
    float: left;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	border-radius:4px;
	background-color:#fff;
}
.entry {
    max-width: 700px;
	padding:25px 0px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.entry h2 {
	padding-top:10px;
	padding-bottom:20px;
	font-size: 26px;
    line-height: 32px;
	color:#024a83;
}
.entry ul, .entry ol {
	margin-left:40px;
	list-style-type: disc;
	display:flex;
	flex-direction:column;
	padding:5px 0px;
	font-size:18px;
	line-height:28px;
}
.entry ol {
	list-style-type: decimal;
}
.entry ul li, .entry ol li {
	margin-bottom:15px;
}
.entry p {
	font-size:18px;
	line-height:28px;
	margin-bottom:20px;
}
.contact {
	padding:20px 0px;
}
.hellobar {
    display: flex;
	background-color:#9cf5cd;
    justify-content: center;
    color: #024a83;
    padding: 5px;
    font-size: 16px;
    font-family: Gilroy-Medium;
	z-index:8888;
}
.hellobar .icon {
	margin-right:10px;
}
.hero-blue {
	background-color:#e2f6fd;
}
.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.center .split-title {
	font-size:34px;
	line-height:38px;
	text-align:center;
}
.center .split-sub {
	font-size:18px;
	text-align:center;
}
.center p {
	text-align:center;
	margin-top:5px;
}
.quote-inner {
	max-width:650px;
	margin:0 auto;
}
.quote-inner p {
	text-align:center;
}
ul.quote-slider {
	padding:20px 0px;
}
@keyframes float {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}
.floating {
	animation: float 3s ease-in-out infinite;
}
ul.cta-list {
	color:#fff;
	padding-left:20px;
	padding-top:10px;
}
ul.cta-list li{
	display:flex;
	flex-direction:row;
	margin-bottom:15px;
}
ul.cta-list .icon {
	color: #9cf5cd;
    padding-top: 4px;
	margin-right:15px;
}
.spec-header {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	align-items:center;
	color:#024a83;
	padding: 15px 0px;
	transition:300ms all;
}
.spec-header:hover {
	cursor:pointer;
	padding-left:5px;
}
h3.spec-title {
    font-size: 18px;
    line-height: 24px;
    font-family: Gilroy-Medium;
	padding-right:15px;
}
ul.spec-features-list {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}
ul.spec-features-list li {
	margin-bottom:15px;
}
ul.spec-features-list li:last-child {
	margin-bottom:0px;
}
.spec-desc {
	padding:20px 0px;
	display:none;
}
.spec-desc font.bold {
	text-transform:uppercase;
}
.spec-plus {
	font-size:24px;
	line-height:24px;
	transition:500ms all;
	width:24px;
	height:24px;
	text-align:center;
}
.spec-plus.rotate {
	transform:rotate(45deg);
}
.page-header {
	padding: 40px 0px;
    background-color: #e2f6fd;
}
.article-header {
	padding: 40px 0px;
	padding-bottom:60px;
    background-color: #e2f6fd;
}
ul.home-posts {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
}
ul.home-posts li {
	flex-basis:32%;
	background-color:#fff;
	display: flex;
    flex-direction: column;
	border-radius:3px;
	overflow:hidden;
}
ul.home-posts li .post-img-cont {
    width: 100%;
    overflow: hidden;
}
ul.home-posts li .post-img {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 500ms all;
}
ul.home-posts h4.home-post-title {
	padding:20px;
	font-family: Gilroy-Medium;
    font-size: 20px;
    line-height: 26px;
}
ul.home-posts li a:hover .post-img {
	transform:scale(1.1);
}
ul.home-posts-full {
	display:flex;
	flex-direction:column;
	justify-content: space-between;
}
ul.home-posts-full li {
	flex-basis:auto;
	background-color:#fff;
	display: flex;
    flex-direction: column;
	border-radius:3px;
	overflow:hidden;
	height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position:relative;
	box-shadow:2px 2px 10px 0px rgba(0,0,0,0.1);
	margin-bottom:40px;
}
ul.home-posts-full li:last-child {
	margin-bottom:0px;
}
ul.home-posts-full li:before {
}
ul.home-posts-full .post-details {
	position:absolute;
	bottom:0px;
	padding:20px;
	padding-top:40px;
	display:flex;
	flex-direction:column;
	align-items: center;
	justify-content:center;
	background-image:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.9) 100% );
}
ul.home-posts-full h4.home-post-title {
	font-family: Gilroy-SemiBold;
    font-size: 22px;
    line-height: 26px;
	color:#fff;
	margin-bottom:20px;
	text-align:center;
	padding:0px 20px;
}
ul.home-posts-full .post-button {
	margin: 0px;
    padding: 10px 20px;
	font-size:17px;
}
ul.spec-list {
	list-style-type: none;
	margin:0;
	padding:0;
}
ul.faq-list {
	list-style-type: none;
	margin:0;
	padding:0;
}
ul.faq-list li {
	padding:5px 0px;
}
ul.table {
	display:flex;
	flex-direction:column;
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;
}
ul.table li {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	padding:7px 15px;
}
ul.table column-left, ul.table column-right {
	flex-basis:50%;
}
ul.table li:first-child {
}
ul.table li:nth-child(even) {
	background-color:#f6f6f6;
}
ul.reviews {
	display:flex;
	flex-direction:column;
	align-items: center;
}
ul.reviews li {
	display:flex;
	flex-direction:column;
	max-width:750px;
}
li.review-item {
	margin-bottom:40px;
}
li.review-item:last-child {
	margin-bottom:0px;
}
.review-top {
	display:flex;
	flex-direction:row;
	align-items: flex-start;
    justify-content: space-between;
}
.review-info {
    display: flex;
    flex-direction: column;
}
.review-info ul.product-stars {
	margin-bottom:10px;
	font-size:20px;
}
.review-bottom {
	display:flex;
	flex-direction:column;
}
.review-bottom p {
	font-size:16px;
}
.review-meta {
    display: flex;
    align-items: center;
}
.review-details {
	display:flex;
	flex-direction: row;
	align-items:center;
}
.review-verified {
    background-color: #e3f5ed;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 13px;
    font-family: Gilroy-SemiBold;
	margin-left:10px;
	color:#52b68b;
}
.review-verified .icon {
	margin-left:5px;
}
.review-date {
    color: #777;
    font-size: 14px;
}
.review-name {
	font-size:15px;
	line-height:15px;
}
.review-icon {
    width: 60px;
    height: 60px;
    background-color: #e2f6fd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: Gilroy-SemiBold;
    color: #024a83;
	margin-right:10px;
	font-size:20px;
}
.review-headline {
	font-family: Gilroy-Bold;
    color: #024a83;
	padding:30px 0px;
	padding-bottom:20px;
    font-size: 22px;
	line-height:26px;
}
.review-header {
	display:flex;
	flex-direction:column;
	margin-bottom:0px;
	align-items:center;
}
.reviews-summary {
	display:flex;
	flex-direction:column;
	width:100%;
	align-items:center;
	padding:20px 0px;
}
.reviews-summary ul.product-stars {
	font-size:28px;
}
.review-button {
	margin:0px;
}
.summary-title {
    font-family: Gilroy-SemiBold;
    color: #024a83;
	font-size:20px;
}
.reviews-average {
    font-family: Gilroy-Bold;
    color: #024a83;
	font-size:36px;
}
.summary-desc {
    color: #777;
	font-size: 14px;
    margin-top: 5px;
}
.reviews-bars {
	display:flex;
	flex-direction:column;
	width:100%;
	padding:20px 0px;
	border:none;
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
ul.review-bar {
	display:flex;
	flex-direction:column;
}
ul.review-bar li {
	display:flex;
	flex-direction:row;
	align-items:center;
	margin-bottom:7px;
}
ul.review-bar li:last-child {
	margin-bottom:0px;
}
.summary-star {
	width:20%;
	padding-right:15px;
	text-align:right;
	font-size: 15px;
    color: #777;
}
.summary-bar {
	width:80%;
	background-color:#eee;
	border-radius:4px;
	height:30px;
}
.summary-bar-inner {
	width:100%;
	background-color:orange;
	border-radius:4px;
	height:100%;
}
.summary-count {
	width:20%;
	padding-left:15px;
	font-size: 15px;
    color: #777;
}
.reviews-cta {
	display:flex;
	flex-direction:column;
	width:100%;
	padding:20px 0px;
	align-items:center;
}
.review-sort {
	display:flex;
	flex-direction:column;
    margin-bottom: 40px;
	font-size:14px;
	border-top:1px solid #eee;
	padding-top:20px;
}
ul.review-sorts {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
ul.review-sorts li {
	padding:5px 15px;
	margin:5px 3px;
	border-radius:2em;
	color:#024a83;
	background-color:#e2f6fd;
	font-family:Gilroy-Medium;
	border:1px solid #e2f6fd;
	transition:300ms all;
}
ul.review-sorts li:hover {
	cursor:pointer;
	background-color:#c7e9f5;
	border:1px solid #c7e9f5;
}
ul.review-sorts li.active {
	color:#fff;
	background-color:#024a83;
	border:1px solid #024a83;
}
.review-sort-title {
	padding-left:10px;
	margin-bottom:5px;
	color: #024a83;
    font-family: Gilroy-Medium;
}
.slide-up {
  opacity: 0;
  transition: all 500ms ease-in-out;
  transform: translate3d(0px, 20px, 0px);
}
.slide-up.in-view {
 	opacity: 1;
 	transform: translate3d(0px, 0px, 0px);
}
.slide-in-left {
  opacity: 0;
  transition: all 500ms ease-in-out;
  transform: translate3d(20px, 0px, 0px);
}
.slide-in-left.in-view {
 	opacity: 1;
 	transform: translate3d(0px, 0px, 0px);
}
.slide-in-right {
  opacity: 0;
  transition: all 500ms ease-in-out;
  transform: translate3d(-20px, 0px, 0px);
}
.slide-in-right.in-view {
 	opacity: 1;
 	transform: translate3d(0px, 0px, 0px);
}
.delay {
	transition-delay: 200ms;
}
.delay-2 {
	transition-delay: 400ms;
}
.delay-3 {
	transition-delay: 600ms;
}
#card-errors {
    font-size: 14px;
    color: #eb1c26;
	padding-top:15px;
	display:none;
	transition:300ms all;
}
.checkout-receipt {
	margin-top:40px;
}
.receipt-icon {
    text-align: center;
    font-size: 50px;
    color: #52b68b;
    line-height: 50px;
}
h1.receipt-title {
    text-align: center;
    margin-bottom: 40px;
	font-size:34px;
	line-height:38px;
	margin-top:10px;
}
a.product-reviews {
	margin-left:10px;
	font-size:15px;
	line-height:27px;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* Large devices (laptops and desktops, 992px and up) */
@media (min-width: 992px) {
	.wrapper.mobile-stretch {
		padding:0px 20px;
	}
	a.logo {
		order:1;
		text-align:left;
		flex-basis:20%;
	}
	ul.nav {
		display:flex;
		order:2;
		flex-basis:80%;
	}
	#toggle {
		display:none;
	}
	.cart-logo {
		order:3;
		flex-basis:20%;
	}
	h1.hero-title {
		font-size:46px;
		line-height:52px;
		text-align:left;
	}
	.hero-sub {
		text-align:left;
	}
	.spec {
		flex-direction:row;
		padding:0px 100px;
	}
	.split {
		flex-direction:row;
		padding:0px 100px;
	}
	.split-text {
		flex-basis:50%;
		margin:0px;
		padding:0px 35px;
	}	
	.split-img {
		flex-basis:50%;
		text-align:center;
		height:300px;
	}
	.split-img img {
		height:100%;
		width:auto;
	}
	.split-img.full-height {
		height:auto;
	}
	ul.features-list {
		flex-direction:row;
	}
	ul.features-list li {
		margin-bottom:0px;
		padding:0px 20px;
	}
	ul.features-list li:last-child {
		margin-right:0px;
	}
	.cart {
		width:400px;
		right:-400px;
		display:flex;
		flex-direction:column;
	}
	.slide-right {
		transform:translateX(-400px);
	}
	span.panel-sub {
		margin-bottom:80px;
	}
	ul.benefits {
	}
	ul.benefits li {
		margin-bottom:100px;
	}
	ul.benefits li:nth-child(even) .split .split-text {
		order:2;
	}
	ul.benefits li:nth-child(even) .split .split-img {
		order:1;
	}
	.flex-split {
		flex-direction:row;
		padding:80px;
	}
	.split-left {
		flex-basis:50%;
		padding-right:40px;
	}
	.split-right {
		flex-basis:50%;
		padding-left:40px;
	}
	.split-left .split-title {
		margin-top:10px;
		margin-bottom:30px;
		font-size:52px;
		line-height:52px;
	}
	ul.tencel-list {
		padding:40px;
		margin:0px;
	}
	ul.tencel-list li {
    	flex-direction: row;
    	align-items: center;
		margin-bottom:40px;
	}
	ul.tencel-list .list-icon {
		margin:0px;
    	margin-right: 25px;
    	font-size: 40px;
	}
	footer {
		padding:80px 0px;
	}
	.footer-inner {
		flex-direction:row;
	}
	.footer-column {
		margin-bottom:0px;
	}
	.footer-right {
		align-items: flex-end;
		margin-top:0px;
	}
	ul.offers {
    	flex-direction: row;
		padding:0px 100px;
	}
	ul.offers li {
		margin-right:50px;
		margin-bottom:0px;
	}
	ul.offers li:last-child {
		margin-right:0px;
	}
	ul.offers li .offer-icon {
		margin-right:30px;
	}
	.product {
		flex-direction:row;
		padding-top:40px;
	}
	.product-img {
		flex-basis:50%;
		width:50%;
	}
	.product-text {
		flex-basis:50%;
		padding-left:40px;
		padding-top:0px;
	}
	ul.product-size li {
		flex-basis:23%;
		margin-bottom:0px;
	}
	.product-quantity-sub {
		margin-top:20px;
	}
	.features {
		padding:40px 80px;
	}
	h2.features-title {
		font-size:28px;
		margin-bottom: 80px;
    	margin-top: 10px;
	}
	ul.features-list-box {
		flex-direction:row;
		flex-wrap:wrap;
		justify-content: space-between;
		padding:0px;
		padding-bottom:20px;
	}
	ul.features-list-box li:nth-child(4),ul.features-list-box li:nth-child(5),ul.features-list-box li:nth-child(6) {
		margin-bottom:0px;
	}
	ul.features-list-box li .icon {
		flex-basis:30%;
	}
	ul.features-list-box li .icon-text {
		flex-basis:70%;
		padding-left:10px;
	}
	h2.making-title {
		font-size:28px;
	}
	.making-info {
		flex-direction:row;	
		align-items: center;
	}
	.making-text {
		flex-basis:30%;
		order:1;
	}
	.making-img {
		flex-basis:70%;
		order:2;	
		padding:0px 80px;
	}
	ul.making-list li {
		margin-bottom:60px;
	}
	.cart-footer {
		padding:15px 20px;
	}
	.cart-button {
		margin-top:20px;
	}
	.checkout {
		flex-direction:row;
		height:100%;
	}
	.checkout-left {
		order:1;
		flex-basis:50%;
		padding:40px;
		padding-right:60px;
		align-items:flex-end;
	}
	.checkout-right {
		order:2;
		flex-basis:50%;
		padding:40px;
		padding-left:60px;
		align-items:flex-start;
		border-bottom:none;	
		border-left:1px solid #ddd;
		display:flex;
	}
	.checkout-summary {
		display:none;
	}
	.page-header h1 {
		font-size:42px;
		line-height:48px;
	}
	h1.article-title {
		font-size:42px;
		line-height:48px;
	}
	.main {
		margin-top:-60px;
	}
	.entry {
		padding:40px 20px;
	}
	.article-image {
    	height: 450px;
    	max-width: 900px;
		border-radius:6px;
	}
	.center {
		max-width:700px;
		margin:0 auto;
	}
	.center p {
		max-width:500px;
	}
	.product-button {
		width:fit-content;
	}
	.spec-left {
		flex-basis: 40%;
	}
	.spec-right {
		flex-basis:60%;
		margin-top:0px;
	}
	.panel {
		padding:80px 0px;
	}
	.page-header {
		padding:80px 0px;
	}
	.article-header {
		padding:60px 0px;
		padding-bottom:100px;
	}
	.page {
		padding:60px 20px;
	}
	.split-text.footer-cta .button {
		align-self:flex-start;
	}
	ul.home-posts-full {
		flex-direction:row;
	}
	ul.home-posts-full li {
		flex-basis:31%;
		margin-bottom:0px;
		height:400px;
	}
	ul.home-posts-full h4.home-post-title {
		padding:0px 40px;
	}
	.spec-desc {
		padding:20px;
	}
	ul.product-images {
		display:flex;
	}
	.product {
		padding-top:20px;
	}
	.product-text {
		padding:0px;
		padding-left:30px;
		padding-top:20px;
	}
	.review-header {
		flex-direction:row;
	}
	.reviews-summary {
		width:30%;
		padding:0px 20px;
	}
	.reviews-bars {
		width:40%;
		padding:0px 20px;	
		border:none;
		border-left: 1px solid #eee;
    	border-right: 1px solid #eee;
	}
	.reviews-cta {
		width:30%;
		padding:0px 20px;
	}
	.review-header {
		margin-bottom:60px;
	}
	.review-sort {
		flex-direction:row;
		align-items: center;
		justify-content: center;
		padding:0px;
		border:none;
		margin-bottom:60px;
	}
	.review-sort-title {
		padding:0px;
		padding-right:10px;
		margin:0px;
	}
	h2.features-title.reviews-title {
		margin-bottom:80px;
	}
	.hero-row {
		flex-direction:row;
	}
	.hero-inner {
		padding-left:100px;
		align-items:flex-start;
	}
	.hero-image {
		margin-left:150px;
		margin-top:0px;
	}
	.hero-image img {
    	width: 450px;
    	height: 450px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

