/*
font-family: "Playfair Display", serif;
font-family: "Open Sans", sans-serif;
color: #1e2c33;	// rgba(0,30,64,1);		// dark blue
color: #3d5965;	// rgba(0,40,85,1);		// mid-blue
color: #6494a6;	// rgba(64,126,201,1);	// light-blue
color: #fee08f;	// rgba(254,224,143,1);	// yellow
color: #1b6528;	// rgba(27,101,40,1);	// green
color: #681515;	// rgba(131,42,35,1);	// red
color: #56d440;	// rgb(102,207,84,1);	// cotton
color: #009a17;	// rgb(0,154,23,1);		// wool
color: #035f1d;	// rgb(3,95,29,1);		// organic
*/

* { font-family: "Open Sans", Arial, Helvetica, "sans serif"; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body { background: #1e2c33; color: #3d5965; margin: 0; padding: 0; font-family: "Open Sans", Arial, Helvetica, "sans serif";  font-size: 18px; line-height: 25px; text-align: center; }
img { border: 0; display: block; width: 100%; height: auto; }
iframe { border: 0; display: block; width: 100%; height: 350px; margin: 0 auto; }

form { margin: 0; padding: 0; }
form label { display: inline-block; padding: 10px 0 2px 6px; font-weight: bold; }
form label.normal { font-weight: normal; }
form label i { font-weight: normal; font-style: normal; color: rgba(0,0,0,0.5); }
input, select, textarea { position: relative; font-family: "Open Sans", Arial, Helvetica, "sans serif"; font-size: 18px; border: 0; background: #fff; color: #1e2c33; padding: 6px; width: 100%; margin: 0 0 5px 0; outline: none; }
input[type=radio], input[type=checkbox] { width: auto; vertical-align: middle; }
input.invalid, textarea.invalid, select.invalid { background: rgba(131,42,35,0.1) !important; border-bottom: 1px solid #681515; }
select { padding: 0 6px; height: 32px; }

::-webkit-input-placeholder { color: #d0d0d0; }
:-ms-input-placeholder { color: #d0d0d0; }
::-moz-placeholder { color: #d0d0d0; }
:-moz-placeholder { color: #d0d0d0; }

.invalid::-webkit-input-placeholder { color: #fff; }
.invalid:-ms-input-placeholder { color: #fff; }
.invalid::-moz-placeholder { color: #fff; }
.invalid:-moz-placeholder { color: #fff; }

label.number-input { display: -ms-flexbox; display: -webkit-flex; display: flex; padding: 0; margin: 15px 0; }
label.number-input input { outline: none; margin: 0; }
label.number-input .dec { user-select: none; outline: none; min-width: 30px; max-width: 30px; line-height: 30px; background: #fee08f; color: #3d5965; text-align: center; margin-right: 5px; font-size: 25px; border-radius: 100%; }
label.number-input .inc { user-select: none; outline: none; min-width: 30px; max-width: 30px; line-height: 30px; background: #fee08f; color: #3d5965; text-align: center; margin-left: 5px; font-size: 25px; border-radius: 100%; }

a { text-decoration: none; }
a.button, button.button { font-family: "Open Sans", Arial, Helvetica, "sans serif"; display: inline-block; background: #3d5965; color: #fff; border: 1px solid #3d5965; margin: 0 5px 0 0; text-decoration: none; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; white-space: nowrap; line-height: 30px; padding: 0 15px; font-size: 12px; border-radius: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease; text-transform: uppercase; font-weight: bold; -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; -webkit-animation-fill-mode: backwards; animation-fill-mode: backwards; -webkit-animation-iteration-count: none; animation-iteration-count: none; outline: none; }
a.button:hover, button.button:hover { background: #fff; color: #3d5965; }
a.button.white, button.button.white { background: #fff; color: #3d5965 !important; border: 1px solid #fff; }
a.button.white:hover, button.button.white:hover { -webkit-box-shadow: inset 0 0 0 200px rgba(0,0,0,0.2); -moz-box-shadow: inset 0 0 0 200px rgba(0,0,0,0.2); box-shadow: inset 0 0 0 200px rgba(0,0,0,0.2); }
a.button.outline, button.button.outline { background: transparent; color: #3d5965 !important; border: 1px solid #3d5965; }
a.button.outline:hover, button.button.outline:hover { background: #3d5965; color: #fff !important; border: 1px solid #3d5965; }
a.button.yellow, button.button.yellow { background: #fee08f; color: #3d5965; border: 1px solid #fee08f; }
a.button.yellow:hover, button.button.yellow:hover { -webkit-box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2); -moz-box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2); box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2); }
a.button.green, button.button.green { background: #1b6528; color: #fff; border: 1px solid #1b6528; }
a.button.green:hover, button.button.green:hover { -webkit-box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2); -moz-box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2); box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2); }
a.button.red, button.button.red { background: #681515; color: #fff; border: 1px solid #681515; }
a.button.red:hover, button.button.red:hover { -webkit-box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2); -moz-box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2); box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2); }

a.button.black, button.button.black { background: #000; color: #fff; border: 1px solid #000; }
a.button.black:hover, button.button.black:hover { -webkit-box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2); -moz-box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2); box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2); }
a.button.grey, button.button.grey { background: #808080; color: #fff; border: 1px solid #808080; }
a.button.grey:hover, button.button.grey:hover { -webkit-box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2); -moz-box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2); box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2); }

a.button.full-width, button.button.full-width { width: 100%; }
a.button.remove, button.button.remove { background: #fff; color: #681515; border: 1px solid #681515; margin: 0; }
a.button.remove:hover, button.button.remove:hover { background: #681515; color: #fff; border: 1px solid #681515; margin: 0; }

.desktop { display: block; }
.mobile { display: none; }

.left-fifty { float: left; width: calc(50% - 10px); }
.right-fifty { float: right; width: calc(50% - 10px); }

div.invalid { background: #fee; }

.clear { clear: both; }
.float_right { float: right; }
.hidden { display: none; }
.centered { text-align: center; }
.reverse-indent-120 { margin: -45px 0 30px 0; padding: 1px 0 30px 0; }
.righted { float: right; }

.notify { background: #3d5965; color: #fff; padding: 15px; text-align: center; margin: 15px 0 30px 0; border-radius: 15px; }
.notify.success { background: #1b6528; }
.notify.failure { background: #681515; }

.cotton-color { color: #56d440; }
.cotton-background { background: #56d440; color: #fff; }
.wool-color { color: #009a17; }
.wool-background { background: #009a17; color: #fff; }
.organic-color { color: #035f1d; }
.organic-background { background: #035f1d; color: #fff; }
.protector-color { color: #6bc3f1; }
.protector-background { background: #6bc3f1; color: #fff; }
.topper-color { color: #7494a3; }
.topper-background { background: #7494a3; color: #fff; }

.nav-trigger { display: none; }

.helper { position: relative; padding: 25px; margin: 0 0 30px 0; background: #1b6528; color: #fff; text-align: center; }
.helper.alert { background: #681515; padding-top: 75px; }
.helper.alert:before { position: absolute; left: calc(50% - 20px); top: 20px; content: "!"; font-family: "Playfair Display", serif; font-size: 50px; color: #681515; background: rgba(255,255,255,0.15); line-height: 50px; width: 50px; border-radius: 100%; text-align: center; }
.helper a { font-weight: bold; color: rgba(255,255,255,0.5); }
.helper a:hover { color: rgba(255,255,255,1); }

.forthcoming { position: absolute; background: #fff; z-index: 1; font-size: 11px; width: 60px; height: 60px; transform: rotate(35deg); border-radius: 100%; line-height: 15px; padding: 16px 0 0 0; text-align: center; font-weight: bold; right: 10px; top: 10px; box-shadow: 0 0 0 1px #1e2c33; text-transform: uppercase; color: #1e2c33; }

header { position: fixed; top: 0; right: 0; left: 0; z-index: 9; -webkit-animation: fadeInDown 900ms ease-in-out; -moz-animation: fadeInDown 900ms ease-in-out; -ms-animation: fadeInDown 900ms ease-in-out; animation: fadeInDown 900ms ease-in-out; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; padding: 30px 0; }
header ul { position: relative; list-style: none; margin: 0; padding: 0; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-align-items: center; align-items: center; }
header ul li #logo { position: relative; display: block; margin: 0; padding: 0 30px 0 20px; text-align: center; }
header ul li #logo a { display: block; text-decoration: none; background: url("/images/warren-evans-landscape-white.png") no-repeat 0 50%; background-size: contain; text-indent: -999em; width: 230px; height: 30px; }
header ul li nav { margin: 10px 0 0 0; }
header ul li nav a { display: inline-block; margin: 0; padding: 0 15px; font-size: 14px; line-height: 40px; text-decoration: none; font-weight: bold; color: #fff; user-select: none; }
header ul li #cart-and-search { position: absolute; bottom: 0; right: 0; line-height: 40px; margin: 0 20px 0 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
header ul li #cart-and-search a { display: inline-block; color: #fff; text-decoration: none; }
header ul li #cart-and-search a.phone-number { color: #1e2c33; }
header ul li #cart-and-search a.basket-box { margin: 0 0 0 15px; background: #1e2c33; padding: 0 15px; border-radius: 40px; color: #fff; box-shadow: 0 0 10px 1px rgba(255,255,255,0.25); }
header ul li #cart-and-search a.basket-box span.ion-bag { margin-right: 5px; }

header.fixed { background: #fff; padding: 10px 0 20px 0; box-shadow: 0 5px 30px rgba(0,0,0,0.25) }
header.fixed ul li #logo a, header.non-fixed-blue ul li #logo a { background-image: url("/images/warren-evans-landscape-blue.png"); }
header.fixed ul li nav a, header.non-fixed-blue ul li nav a { color: #3d5965; -webkit-text-shadow: 0 0 1px #fff; text-shadow: 0 0 1px #fff; }
header.fixed ul li #cart-and-search { top: 8px; }
header.fixed #cart-and-search a.search-box, header.non-fixed-blue #cart-and-search a.search-box { color: #3d5965; -webkit-text-shadow: 0 0 1px #fff; text-shadow: 0 0 1px #fff; }

header #management { position: absolute; top: 7px; right: 20px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
header.fixed #management { top: 25px; }
header #management a { display: inline-block; color: #1e2c33; background: #fff; border: 1px solid #1e2c33; border-radius: 25px; line-height: 25px; padding: 0 10px; margin: 0 0 0 5px; font-size: 13px; text-decoration: none; font-weight: normal; }

header.management-fixed { background: #fff; padding: 10px 0 20px 0; box-shadow: 0 5px 30px rgba(0,0,0,0.25) }
header.management-fixed ul li #logo a, header.non-fixed-blue ul li #logo a { background-image: url("/images/warren-evans-landscape-blue.png"); }
header.management-fixed ul li nav a, header.non-fixed-blue ul li nav a { color: #3d5965; -webkit-text-shadow: 0 0 1px #fff; text-shadow: 0 0 1px #fff; }
header.management-fixed ul li #cart-and-search { top: 8px; }
header.management-fixed #cart-and-search a.search-box, header.non-fixed-blue #cart-and-search a.search-box { color: #3d5965; -webkit-text-shadow: 0 0 1px #fff; text-shadow: 0 0 1px #fff; }
header.management-fixed #management { top: 25px; }

main article.rotations { position: relative; }
main article.rotations .slick-arrow { position: absolute; top: 50%; margin: -15px 0 0 0; height: 30px; width: 30px; z-index: 1; border: 0; box-shadow: 0 0 10px 1px rgba(255,255,255,0.25); background: #1e2c33; border-radius: 100%; cursor: pointer; outline: none; color: #fff; }
main article.rotations .slick-arrow.slick-prev { left: 30px; }
main article.rotations .slick-arrow.slick-next { right: 30px; }
main article.rotations ul.slick-dots { position: absolute; bottom: 30px; left: 25px; list-style: none; margin: 0; padding: 0; text-align: center; }
main article.rotations ul.slick-dots li { float: left; margin: 0 8px; }
main article.rotations ul.slick-dots li button { display: block; border: 2px solid #3d5965; background: #fff0; width: 15px; height: 15px; padding: 0; text-indent: -999em; outline: none; cursor: pointer; box-shadow: 0 0 10px 1px rgba(255,255,255,0.25); }
main article.rotations ul.slick-dots li.slick-active button { background: #3d5965; }

main { position: relative; text-align: center; z-index: 1; background: #f6f6f6; }

main section h1, main section h2, main section h3, main section h4, main section h5 { font-family: "Playfair Display", serif; font-weight: normal; }
main section h1 strong, main section h2 strong, main section h3 strong, main section h4 strong, main section h5 strong { font-family: "Playfair Display", serif; font-weight: bold; }
main section h1 { font-size: 50px; line-height: 60px; }
main section h2 { font-size: 38px; line-height: 45px; }
main section h2 strong i { font-style: normal; color: #808080; line-height: 20px; font-size: 13px; font-weight: normal; vertical-align: baseline; }
main section h3 small { font-family: "Playfair Display", serif; font-weight: normal; }
main section p a { color: #3d5965; font-weight: bold; }
main section a.pdf { display: inline-block; background: url("/images/icon-pdf.png") no-repeat 0 50%; background-size: 30px; line-height: 30px; padding-left: 40px; }
main section a:hover { color: #1e2c33; }

main article { position: relative; margin: 0; padding: 0; }

main article.white { background: #fff; }
main article.light-grey { background: #f6f6f6; }
main article.yellow { background: #fee08f; }
main article.light-blue { background: #6494a6; }
main article.mid-blue { background: #3d5965; }
main article.mid-blue section { color: #fff; }
main article.mid-blue section a { color: #fff; }
main article.dark-blue { background: #1e2c33; }
main article.red { background: #f98b74; color: #fff; }
main article.red section h1 { padding: 0; margin: 0; }

main article.top-image { }
main article.top-image section { position: absolute; top: 0; right: 0; bottom: 0; left: 0; text-align: center; }
main article.top-image section .inner { position: relative; width: 1200px; margin: 0 auto; padding: 150px 30px 0 30px; text-align: center; }
main article.top-image section .inner h1 { color: #1e2c33; }
main article.top-image section .inner h2 { color: #1e2c33; }
main article.top-image section .inner p { color: #1e2c33; }
main article.top-image section .inner a { color: #1e2c33; }

main article.top-content { background: #3d5965; padding: 60px 0; }
main article.top-content section {}
main article.top-content section .inner { width: 75%; }
main article.top-content section .inner h1 { color: #fff; margin: 0; }
main article.top-content section .inner p { color: #fff; margin: 15px 0 0 0; }
main article.top-content section .inner p:first-of-type { margin-top: 30px; }
main article.top-content section .inner a { color: #fff; }

main article.product-category-header { margin: 30px 0; }
main article.product-category-header section { padding: 15px 30px; background: #fee08f; border-radius: 10px; }
main article.product-category-header section ul { list-style: none; margin: 0; padding: 0; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; }
main article.product-category-header section ul li p { color: #3d5965; line-height: 32px; margin: 0; }
main article.product-category-header section ul li select { font-family: "Open Sans", Arial, Helvetica, "sans serif"; height: 32px; color: #3d5965; margin: 0; }

main article section.blue-box { background: #3d5965; color: #fff; padding: 30px; box-shadow: 6px 8px 30px rgba(0,0,0,0.6); border-radius: 10px; }
main article section.blue-box .inner { box-shadow: 0 0 0 1px #fff; padding: 30px; border-radius: 5px; }
main article section.blue-box .inner h2 { margin: 0 0 20px -32px; padding: 10px 0; background: #3d5965; }
main article section.blue-box .inner .button { border: 1px solid #fff; }
main article section.blue-box .inner .button.yellow { border: 1px solid #fee08f; }

main section { position: relative; margin: 0 auto; padding: 0; width: 1200px; text-align: left; }

main section.zero-top-0-bottom { padding: 1px 0 0 0; }
main section.zero-top-30-bottom { padding: 1px 0 30px 0; }
main section.zero-top-60-bottom { padding: 1px 0 60px 0; }
main section.zero-top-90-bottom { padding: 1px 0 90px 0; }
main section.zero-top-120-bottom { padding: 1px 0 120px 0; }
main section.zero-top-150-bottom { padding: 1px 0 150px 0; }
main section.zero-top-180-bottom { padding: 1px 0 180px 0; }
main section.zero-top-210-bottom { padding: 1px 0 210px 0; }
main section.zero-top-240-bottom { padding: 1px 0 240px 0; }

main section.thirty-top-0-bottom { padding: 30px 0 0 0; }
main section.thirty-top-30-bottom { padding: 30px 0; }
main section.thirty-top-60-bottom { padding: 30px 0 60px 0; }
main section.thirty-top-90-bottom { padding: 30px 0 90px 0; }
main section.thirty-top-120-bottom { padding: 30px 0 120px 0; }
main section.thirty-top-150-bottom { padding: 30px 0 150px 0; }
main section.thirty-top-180-bottom { padding: 30px 0 180px 0; }
main section.thirty-top-210-bottom { padding: 30px 0 210px 0; }
main section.thirty-top-240-bottom { padding: 30px 0 240px 0; }

main section.sixty-top-0-bottom { padding: 60px 0 0 0; }
main section.sixty-top-30-bottom { padding: 60px 0 30px 0; }
main section.sixty-top-60-bottom { padding: 60px 0; }
main section.sixty-top-90-bottom { padding: 60px 0 90px 0; }
main section.sixty-top-120-bottom { padding: 60px 0 120px 0; }
main section.sixty-top-150-bottom { padding: 60px 0 150px 0; }
main section.sixty-top-180-bottom { padding: 60px 0 180px 0; }
main section.sixty-top-210-bottom { padding: 60px 0 210px 0; }
main section.sixty-top-240-bottom { padding: 60px 0 240px 0; }

main section.ninety-top-0-bottom { padding: 90px 0 0 0; }
main section.ninety-top-1-bottom { padding: 90px 0 1px 0; }
main section.ninety-top-30-bottom { padding: 90px 0 30px 0; }
main section.ninety-top-60-bottom { padding: 90px 0 60px 0; }
main section.ninety-top-90-bottom { padding: 90px 0; }
main section.ninety-top-120-bottom { padding: 90px 0 120px 0; }
main section.ninety-top-150-bottom { padding: 90px 0 150px 0; }
main section.ninety-top-180-bottom { padding: 90px 0 180px 0; }
main section.ninety-top-210-bottom { padding: 90px 0 210px 0; }
main section.ninety-top-240-bottom { padding: 90px 0 240px 0; }

main section .message-from-warren { list-style: none; margin: 0; padding: 0; width: 100%; display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-align-items: center; align-items: center; }
main section .message-from-warren li { width: 66.66%; }
main section .message-from-warren li.photo { width: 25%; padding: 45px 0; margin: 0 auto; }
main section .message-from-warren li.photo img { border-radius: 100%; }
main section .message-from-warren li .signature { text-align: right; margin: 0; padding: 10px 0 20px 0; }
main section .message-from-warren li .signature img { display: inline-block; width: 25%; max-width: 160px; transform: rotate(-3deg); }
main section .message-from-warren li p { font-family: "Playfair Display", serif; font-weight: normal; }

main section .four-columns { list-style: none; margin: 30px 0 0 0; padding: 0; width: 100%; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; }
main section .four-columns li { width: 25%; padding: 0 45px; text-align: center; }
main section .four-columns li .icon { width: 50%; margin: 0 auto; }

main section .three-columns { list-style: none; margin: 60px 0 30px 0; padding: 0; width: 100%; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; }
main section .three-columns li { width: 33.33%; padding: 0 45px; text-align: center; }
main section .three-columns li.double { width: 75%; }
main section .three-columns li .quarter-width { width: 25%; margin: 0 auto; }
main section .three-columns li .signature { text-align: right; margin: 0; padding: 10px 0 20px 0; }
main section .three-columns li .signature img { display: inline-block; width: 40%; transform: rotate(-6deg); }
main section .three-columns li.warren-photo { width: 25%; padding: 0 0 60px 0; }

main section .proper-adult-singles { text-align: center; }
main section .proper-adult-singles a { display: block; text-align: center; max-width: 600px; width: 100%; margin: 0 auto; box-shadow: 1px 2px 12px rgba(0,0,0,0.2); border-radius: 10px; overflow: hidden; }
main section .proper-adult-singles a p { margin: 0; }
main section .proper-adult-singles a p strong { display: block; background: #56d440; color: #fff; padding: 15px 30px; font-family: "Playfair Display", serif; font-weight: normal; font-size: 25px; line-height: 30px; }
main section .proper-adult-singles a p em { display: block; font-style: normal; color: #3d5965; padding: 15px 30px; }

main article.mid-blue .right-full-bleed { position: absolute; top: 0; right: 0; bottom: 0; left: 50%; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; }
main article.mid-blue section .left-column { color: #fff; padding-right: 30px; }
main article.mid-blue section .left-column h2 { margin-top: 0; }
main article.mid-blue section .left-column p:last-of-type { margin-bottom: 0; }

main article section ul.all-products { list-style: none; margin: 30px -15px; padding: 0; width: calc(100% + 30px); display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; }
main article section ul.all-products li { width: 50%; padding: 0 15px; margin: 0 0 30px 0; }
main article section ul.all-products li .inner { display: block; position: relative; background: #fff; box-shadow: 1px 2px 12px rgba(0,0,0,0.2); user-select: none; border-radius: 10px; overflow: hidden; }
main article section ul.all-products li .inner h3 { width: 100%; margin: 0; padding: 15px 30px; font-size: 40px; line-height: 40px; color: #fff; background: #808080; }
main article section ul.all-products li .inner h3.organic-background { background: #035f1d; }
main article section ul.all-products li .inner h3.cotton-background { background: #56d440; }
main article section ul.all-products li .inner h3.wool-background { background: #009a17; }
main article section ul.all-products li .inner h3.protector-background { background: #6bc3f1; }
main article section ul.all-products li .inner h3.topper-background { background: #7494a3; }
main article section ul.all-products li .inner h3 small { display: block; font-size: 25px; color: rgba(255,255,255,0.6); }
main article section ul.all-products li .inner .image { float: left; position: relative; width: calc(70% - 30px); padding: 0 15px; -ms-align-self: center; -webkit-align-self: center; align-self: center; }
main article section ul.all-products li .inner .body { float: right; width: 30%; padding: 30px 30px 30px 0; text-align: center; }
main article section ul.all-products li .inner .body p { color: #3d5965; margin: 0 0 15px 0; }
main article section ul.all-products li .inner .body p.hypoallergenic { color: #6494a6; font-size: 15px; }
main article section ul.all-products li .inner .body .firmness { background: #6494a6; color: #fff; width: 100px; height: 100px; margin: 0 auto; padding: 0 15px; border-radius: 100%; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-align-items: center; align-items: center; text-align: center; font-size: 15px; line-height: 20px; }
main article section ul.all-products li .inner .body .firmness strong { display: inline-block; font-weight: normal; width: 100%; }
main article section ul.all-products li .inner .pricing { position: absolute; text-align: right; top: 25px; right: 30px; font-family: "Playfair Display", serif; font-size: 40px; line-height: 40px; font-weight: normal; color: #fff; }
main article section ul.all-products li .inner .pricing small { display: block; font-size: 15px; line-height: 20px; color: rgba(255,255,255,0.5); }
main article section ul.all-products li .inner .pricing del { font-family: "Playfair Display", serif; color: rgba(255,255,255,0.5); }

main article.mid-blue section.product-page { color: #fff; }
main article.mid-blue section.product-page h1 { margin: 0 0 30px 0; }
main article.mid-blue section #buy-block { position: relative; margin: -150px 0 45px 75px; float: right; z-index: 10; text-align: left; width: 400px; color: #3d5965; padding: 30px; background: #fff; color: #3d5965; box-shadow: 6px 8px 30px rgba(0,0,0,0.6); border-radius: 10px; }
main article.mid-blue section #buy-block h1 { margin: 0 0 45px 0; padding: 0; color: #1e2c33; }
main article.mid-blue section #buy-block h1 small { display: block; font-size: 30px; line-height: 30px; font-family: "Playfair Display", serif; font-weight: normal; }
main article.mid-blue section #buy-block.organic-background h1 { color: #035f1d; }
main article.mid-blue section #buy-block.cotton-background h1 { color: #56d440; }
main article.mid-blue section #buy-block.wool-background h1 { color: #009a17; }
main article.mid-blue section #buy-block.protector-background h1 { color: #6bc3f1; }
main article.mid-blue section #buy-block.topper-background h1 { color: #7494a3; }
main article.mid-blue section #buy-block h2 { background: #1e2c33; color: #fff; margin: 30px -30px; padding: 0 0 10px 0; line-height: 75px; text-align: center; }
main article.mid-blue section #buy-block.organic-background h2 { background: #035f1d; }
main article.mid-blue section #buy-block.cotton-background h2 { background: #56d440; }
main article.mid-blue section #buy-block.wool-background h2 { background: #009a17; }
main article.mid-blue section #buy-block.protector-background h2 { background: #6bc3f1; }
main article.mid-blue section #buy-block.topper-background h2 { background: #7494a3; }
main article.mid-blue section #buy-block h2 del { font-family: "Playfair Display", serif; color: rgba(255,255,255,0.6); padding-right: 15px; }
main article.mid-blue section #buy-block select { background: #f2f2f2; }
main article.mid-blue section #buy-block button { margin: 30px 0; line-height: 45px; cursor: pointer; }
main article.mid-blue section #buy-block .delivery { color: #3d5965; text-align: center; font-size: 15px; line-height: 20px; }

article.next-prev { position: absolute; top: 100px; left: 0; right: 0; }
article.next-prev a { display: inline-block; background: rgba(255,255,255,0.5); line-height: 35px; padding: 0 10px; color: rgba(0,0,0,0.5); text-decoration: none; font-size: 13px; }
article.next-prev a em { font-style: normal; }
article.next-prev a.prev-product { float: left; }
article.next-prev a.prev-product em { margin: 0 0 0 10px; }
article.next-prev a.next-product { float: right; }
article.next-prev a.next-product em { margin: 0 10px 0 0; }

main article section.perfect-mattress h2 { font-size: 45px; line-height: 55px;  }
main article section.perfect-mattress aside.blue-box { position: absolute; top: 30px; right: 0; width: 40%; background: #3d5965; color: #fff; padding: 30px; box-shadow: 6px 8px 30px rgba(0,0,0,0.6); text-align: left; z-index: 2; border-radius: 10px; }
main article section.perfect-mattress aside.blue-box .inner { box-shadow: 0 0 0 1px #fff; padding: 20px 30px; border-radius: 5px; }
main article section.perfect-mattress aside.blue-box .inner h2 { font-family: "Playfair Display", serif; font-size: 30px; line-height: 40px; margin: 0 0 0 -32px; padding: 10px 0; background: #3d5965; font-weight: normal; }
main article section.perfect-mattress aside.blue-box .inner p { margin: 0 -20px 20px -32px; padding: 0 0 10px 0; background: #3d5965; font-weight: normal; }

main article.specification section:first-of-type { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; }
main article.specification section .left-column { float: none; width: 55%; }
main article.specification section .right-column { float: none; width: 40%; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-align-items: center; align-items: center; }
main article.specification section .right-column ol { margin: 0 0 0 1.5em; padding: 0; counter-reset: item; }
main article.specification section .right-column ol > li { position: relative; margin: 0; padding: 0 0 15px 40px; list-style-type: none; counter-increment: item; }
main article.specification section .right-column ol > li:before { position: absolute; left: 0; display: block; width: 25px; height: 25px; text-indent: 0; font-family: "Playfair Display", serif; font-size: 18px; line-height: 20px; font-weight: normal; text-align: center; content: counter(item); background: #3d5965; color: #fff; border-radius: 100%; }
main article.specification section .right-column ol li:last-of-type { padding-bottom: 0; }

main article section .reviews { margin: 15px -15px; padding: 0; }
main article section .reviews .review { margin: 0 15px; }
main article section .reviews .review .inner { position: relative; height: 100%; padding: 30px; background: #fff; font-size: 16px; line-height: 1.2; box-shadow: 1px 2px 12px rgba(0,0,0,0.2); border-radius: 10px; }
main article section .reviews .review .inner .left-column { width: auto; text-align: left; color: #6494a6; }
main article section .reviews .review .inner .right-column { width: auto; text-align: right; }
main article section .reviews .review .inner h3 { font-size: 20px; line-height: 25px; }
main article section .reviews .slick-list { margin: 0; padding: 15px 0; }
main article section .reviews .slick-list .slick-track { margin: 0; }
main article section .reviews {}
main article section .reviews .slick-arrow { position: absolute; top: -50px; margin: -15px 0 0 0; height: 30px; width: 30px; z-index: 1; border: 0; box-shadow: 0 0 10px 1px rgba(255,255,255,0.25); background: #1e2c33; border-radius: 100%; cursor: pointer; outline: none; color: #fff; }
main article section .reviews .slick-arrow.slick-prev { right: 45px; }
main article section .reviews .slick-arrow.slick-next { right: 0; }

main article.guarantees section {}
main article.guarantees section ul { list-style: none; margin: 0; padding: 0; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; }
main article.guarantees section ul li { margin: 0 15px; }
main article.guarantees section ul li.guarantee { width: 90px; height: 120px; }
main article.guarantees section ul li.guarantee img { width: auto; height: 120px; }

main article section iframe { height: 600px; }

/*
main article.guarantees section ul li.firmness { margin: 0 15px; width: 150px; height: 150px; border: 4px solid #fff; border-radius: 100%; text-align: center; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-align-items: center; align-items: center; }
main article.guarantees section ul li.firmness p { margin: 0; padding: 0 15px; color: #fff; width: 100%; }
*/

main article.postcode-checker section h2 { margin: 0; }
main article.postcode-checker section input { font-size: 30px; text-align: center; margin: 0 auto; border-bottom: 2px solid #1e2c33; }
main article.postcode-checker section iframe { width: 100%; height: 300px; }
main article.postcode-checker section ul.delivery-days { list-style: none; margin: 10px -5px; padding: 0; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; }
main article.postcode-checker section ul.delivery-days li { width: calc(33.33% - 10px); margin: 5px; border: 1px solid #154068; color: #808080; background: #fff; padding: 15px; font-size: 20px; font-weight: normal; text-align: center; }
main article.postcode-checker section ul.delivery-days li em { display: block; font-size: 25px; font-weight: normal; font-style: normal; color: #154068; margin-bottom: 10px; font-family: "Playfair Display", serif; }
main article.postcode-checker section .loading { padding: 50px 0; }
main article.postcode-checker section .loading img { width: 50px; height: 50px; margin: 0 auto; }

main article.mattress-comparison section ul { width: calc(100% + 10px); list-style: none; margin: 0; padding: 0; display: -ms-flexbox; display: -webkit-flex; display: flex; }
main article.mattress-comparison section ul li { width: calc(50% - 10px); text-align: center; margin: 0 10px 0 0; }
main article.mattress-comparison section ul li p { background: #fff; color: #3d5965; line-height: 30px; padding: 5px 10px; margin: 10px 0; }
main article.mattress-comparison section ul li aside { background: #6494a6; color: #fff; font-weight: bold; line-height: 40px; padding: 5px 10px; margin: 10px 0; }
main article.mattress-comparison section ul li:first-of-type { text-align: left; }
main article.mattress-comparison section ul li:first-of-type p { white-space: nowrap; background: #6494a6; color: #fff; -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); }
main article.mattress-comparison section ul li:first-of-type aside { background: #fff; color: #6494a6; font-weight: bold; }

body.home main article section.naturally-better {}
body.home main article section.naturally-better .inner { padding: 25px 25px 10px 30px; }
body.home main article section.naturally-better .inner .left-column { width: 50%; padding: 0 30px 15px 0; }
body.home main article section.naturally-better .inner .left-column p { margin: 10px 0; }
body.home main article section.naturally-better .inner .left-column p:last-of-type { margin: 0; }
body.home main article section.naturally-better .inner .left-column p:last-of-type a.button { margin: 0; }
body.home main article section.naturally-better .inner .right-column { width: 50%; }

body.home main article section ul.white-blocks { list-style: none; margin: 60px -15px 30px -15px; padding: 0; width: calc(100% + 30px); display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; }
body.home main article section ul.white-blocks li { width: 33.33%; padding: 0 20px; }
body.home main article section ul.white-blocks li .inner { position: relative; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 100%; padding: 30px; background: #fff; font-size: 16px; line-height: 1.2; box-shadow: 1px 2px 12px rgba(0,0,0,0.2); border-radius: 10px; }
body.home main article section ul.white-blocks li .inner h3 { font-size: 50px; margin: 0 0 90px 0; }
body.home main article section ul.white-blocks li .inner h3 small { display: block; font-size: 30px; line-height: 30px; }
body.home main article section ul.white-blocks li .inner .pricing { font-family: "Playfair Display", serif; margin: 0 -30px; padding: 15px 30px; font-size: 40px; line-height: 50px; font-weight: normal; text-align: center; }
body.home main article section ul.white-blocks li .inner .pricing small { display: inline-block; font-size: 15px; line-height: 20px; color: rgba(255,255,255,0.6); }
body.home main article section ul.white-blocks li .inner .pricing del { font-family: "Playfair Display", serif; color: rgba(255,255,255,0.6); }
body.home main article section ul.white-blocks li .inner p { font-size: 13px; margin: 30px 0 0 0; line-height: 20px; font-weight: normal; color: #3d5965; }
body.home main article section ul.white-blocks li .inner button { outline: none; }

body.beds main article section .signature { margin: 30px 0 0 0; }
body.beds main article section .signature img { width: 25%; max-width: 160px; }

body.delivery-returns-and-mattress-trial main article section h1 strong, body.delivery-returns-and-mattress-trial main article section h2 strong { color: #6494a6; }
body.delivery-returns-and-mattress-trial main article.love-your-mattress section { padding: 30px 0; width: 750px; }
body.delivery-returns-and-mattress-trial main article.love-your-mattress section .left-column { background: #3d5965; color: #fff; margin: 0; padding: 30px; width: 50%; }
body.delivery-returns-and-mattress-trial main article.love-your-mattress section .left-column h2 { margin: 0 0 20px 0; }
body.delivery-returns-and-mattress-trial main article.love-your-mattress section .left-column p { margin: 20px 0 0 0; }
body.delivery-returns-and-mattress-trial main article.love-your-mattress section .left-column .signature { margin: 30px 0 0 0; text-align: right; }
body.delivery-returns-and-mattress-trial main article.love-your-mattress section .left-column .signature img { display: inline-block; width: 45%; }
body.delivery-returns-and-mattress-trial main article.love-your-mattress section .right-column { width: 40%; }
body.delivery-returns-and-mattress-trial main article.postcode-checker section .left-column { width: 50%; }
body.delivery-returns-and-mattress-trial main article.postcode-checker section .right-column { width: 37.5%; }

body.delivery-returns-and-mattress-trial main article.postcode-checker section .right-column h2 { margin: 15px 0; font-size: 30px; line-height: 40px; }
body.delivery-returns-and-mattress-trial main article.postcode-checker section .right-column h2 small { display: block; font-size: 15px; color: #808080; }

body.delivery-returns-and-mattress-trial main article section .postcode-search { display: -ms-flexbox; display: -webkit-flex; display: flex; margin: 30px 0; }
body.delivery-returns-and-mattress-trial main article section .postcode-search input { margin: 0 5px 0 0; }
body.delivery-returns-and-mattress-trial main article section .zones { padding: 30px; }
body.delivery-returns-and-mattress-trial main article section .zones.zone-1 { background: #3d5965; color: #fff; margin: 30px 0 0 0; }
body.delivery-returns-and-mattress-trial main article section .zones.zone-2 { background: #fee08f; color: #3d5965; margin: 0 0 30px 0; }
body.delivery-returns-and-mattress-trial main article section .zones h3 { margin: 0 0 15px 0; font-family: "Open Sans", Arial, Helvetica, "sans serif"; font-size: 25px; line-height: 35px; font-weight: bold; }
body.delivery-returns-and-mattress-trial main article section .zones p { margin: 15px 0 0 0; }

body.basket main article.postcode-checker section { padding: 45px 0; width: 600px; text-align: center; }
body.basket main article section ul.basket { list-style: none; margin: 30px -15px; padding: 0; width: calc(100% + 30px); display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; }
body.basket main article section ul.basket li { width: 33.33%; padding: 0 15px; margin: 0 0 30px 0; }
body.basket main article section ul.basket li .inner { position: relative; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; height: 100%; padding: 30px; background: #fff; font-size: 16px; line-height: 1.2; box-shadow: 1px 2px 12px rgba(0,0,0,0.2); border-radius: 10px; }
body.basket main article section ul.basket li .inner h3 { font-size: 40px; line-height: 40px; margin: 0; color: #1e2c33; }
body.basket main article section ul.basket li .inner h3.cotton-color, body.basket main article section ul.basket li .inner h3.cotton-color small { color: #56d440; }
body.basket main article section ul.basket li .inner h3.wool-color, body.basket main article section ul.basket li .inner h3.wool-color small { color: #009a17; }
body.basket main article section ul.basket li .inner h3.organic-color, body.basket main article section ul.basket li .inner h3.organic-color small { color: #035f1d; }
body.basket main article section ul.basket li .inner h3.pricing.protector-background, body.basket main article section ul.basket li .inner h3.pricing.protector-background small { background: #6bc3f1; }
body.basket main article section ul.basket li .inner h3.pricing.topper-background, body.basket main article section ul.basket li .inner h3.pricing.topper-background small { background: #7494a3; }
body.basket main article section ul.basket li .inner h3 small { display: block; font-size: 25px; color: #1e2c33; }
body.basket main article section ul.basket li .inner h3 span { display: block; font-size: 15px; color: #1e2c33; line-height: 20px; margin: 5px 0 0 0; }
body.basket main article section ul.basket li .inner .image { margin: 0; }
body.basket main article section ul.basket li .inner h2.pricing { margin: 0 -30px; padding: 15px 30px; color: #fff; background: #1e2c33; font-size: 40px; }
body.basket main article section ul.basket li .inner h2.pricing small { display: block; font-size: 30px; }
body.basket main article section ul.basket li .inner h2.pricing.organic-background { background: #035f1d; }
body.basket main article section ul.basket li .inner h2.pricing.cotton-background { background: #56d440; }
body.basket main article section ul.basket li .inner h2.pricing.wool-background { background: #009a17; }
body.basket main article section ul.basket li .inner h2.pricing.protector-background { background: #6bc3f1; }
body.basket main article section ul.basket li .inner h2.pricing.topper-background { background: #7494a3; }
body.basket main article section ul.basket li .inner h2.pricing del { font-family: "Playfair Display", serif; color: rgba(255,255,255,0.6); }
body.basket main article section ul.basket li .inner .price { line-height: 60px; margin: 0 -30px; padding: 0 30px; font-size: 18px; }
body.basket main article section ul.basket li .inner p { font-size: 15px; margin: 15px 0; line-height: 20px; font-weight: normal; color: #3d5965; text-align: center; }
body.basket main article section ul.basket li .inner .options { margin: 15px 0; display: -ms-flexbox; display: -webkit-flex; display: flex; }
body.basket main article section ul.basket li .inner .options label.number-input { margin: 0 10px 0 0; }
body.basket main article section ul.basket li .inner .options label.number-input input { background: #f6f6f6; }
body.basket main article section ul.basket li .inner h2 { margin: 0; text-align: center; color: #1e2c33; }
body.basket main article section ul.basket li .inner a.button { display: block; }
body.basket main article section .promocode-section { margin: 15px auto; display: -ms-flexbox; display: -webkit-flex; display: flex; width: 50%; }
body.basket main article section .promocode-section input { margin: 0 10px 0 0; }
body.basket main article section h1 small { display: block; font-size: 25px; color: #808080; line-height: 20px; }
body.basket main article section h2 small { display: block; font-size: 18px; color: #808080; line-height: 20px; }

body.checkout main article section ul.checkout { list-style: none; margin: 0 -15px; padding: 0; width: calc(100% + 30px); display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; }
body.checkout main article section ul.checkout li { width: 50%; padding: 0 15px; margin: 0 0 30px 0; text-align: left; }
body.checkout main article section ul.checkout li .inner { position: relative; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 100%; padding: 30px; background: #fff; font-size: 16px; line-height: 1.2; box-shadow: 1px 2px 12px rgba(0,0,0,0.2); color: #3d5965; border-radius: 10px; }
body.checkout main article section ul.checkout li .inner h2 { font-size: 30px; line-height: 35px; margin: 0; color: #3d5965; }
body.checkout main article section ul.checkout li .inner h2.cotton-color, body.checkout main article section ul.checkout li .inner h2.cotton-color small { color: #56d440; }
body.checkout main article section ul.checkout li .inner h2.wool-color, body.checkout main article section ul.checkout li .inner h2.wool-color small { color: #009a17; }
body.checkout main article section ul.checkout li .inner h2.organic-color, body.checkout main article section ul.checkout li .inner h2.organic-color small { color: #035f1d; }
body.checkout main article section ul.checkout li .inner h2.protector-color, body.checkout main article section ul.checkout li .inner h2.protector-color small { color: #6bc3f1; }
body.checkout main article section ul.checkout li .inner h2.topper-color, body.checkout main article section ul.checkout li .inner h2.topper-color small { color: #7494a3; }
body.checkout main article section ul.checkout li .inner h2 small { font-family: "Playfair Display", serif; display: block; font-size: 18px; }
body.checkout main article section ul.checkout li .inner h2 span { display: block; font-size: 15px; color: #1e2c33; line-height: 20px; margin: 5px 0 0 0; }
body.checkout main article section ul.checkout li .inner .image { margin: 0 -15px; }
body.checkout main article section ul.checkout li .inner .pricing { margin: 0 -30px; padding: 15px 30px; font-family: "Playfair Display", serif; font-size: 30px; font-weight: normal; color: #fff; text-align: center; background: #1e2c33; }
body.checkout main article section ul.checkout li .inner .pricing.organic-background { background: #035f1d; }
body.checkout main article section ul.checkout li .inner .pricing.cotton-background { background: #56d440; }
body.checkout main article section ul.checkout li .inner .pricing.wool-background { background: #009a17; }
body.checkout main article section ul.checkout li .inner .pricing.protector-background { background: #6bc3f1; }
body.checkout main article section ul.checkout li .inner .pricing.topper-background { background: #7494a3; }
body.checkout main article section ul.checkout li .inner .pricing del { color: rgba(0,40,85,0.5); }
body.checkout main article section ul.checkout li .inner p { text-align: center; font-size: 15px; margin: 15px 0; }
body.checkout main article section ul.checkout li .inner h3 { font-size: 40px; line-height: 50px; margin: 0; color: #3d5965; text-align: center; }
body.checkout main article section .promocode-section { margin: 15px auto; display: -ms-flexbox; display: -webkit-flex; display: flex; width: 50%; }


body.checkout.delivery main section.delivery-address { width: 600px; }
body.checkout.delivery main section .timed-delivery { margin: 20px 0; }
body.checkout.delivery main section .timed-delivery label { white-space: nowrap; margin: 5px 10px; padding: 0; }
body.checkout.delivery main section .delivery-date-picker { margin: 30px 0; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; }
body.checkout.delivery main section .delivery-date-picker label { display: block; width: calc(16.66% - 10px); margin: 0 10px 10px 0; padding: 20px 0; text-align: center; border: 1px solid #d0d0d0; background: #fff; color: #1e2c33; font-size: 22px; font-weight: normal; line-height: 30px; cursor: pointer; user-select: none; }
body.checkout.delivery main section .delivery-date-picker label.checked { border: 1px solid #1e2c33; background: rgba(0,30,64,0.1); }
body.checkout.delivery main section .delivery-date-picker label input { display: none; }
body.checkout.delivery main section .delivery-date-picker label em { display: block; font-style: normal; color: #6494a6; font-size: 20px; }
body.checkout.delivery main section .delivery-date-picker label strong { display: block; font-family: "Playfair Display", serif; font-weight: normal; font-size: 30px; }
body.checkout.delivery main section .delivery-date-picker label strong.free { color: #3d5965; font-size: 20px; }

body.checkout main article section h1 small { display: block; font-size: 25px; color: #808080; line-height: 20px; }
body.checkout main article section h2 small { display: block; font-size: 18px; color: #808080; line-height: 20px; }
body.checkout main section .left-column h2 { margin: 30px 0 15px 0; }
body.checkout main section .left-column h2 i { font-style: normal; color: #808080; line-height: 20px; font-size: 13px; font-weight: normal; vertical-align: baseline; }
body.checkout.payment main section .left-column form { margin: 0; }
body.checkout.payment main section .left-column .payment-provider { padding: 60px 0 30px 0; }
body.checkout.payment main section .left-column .payment-provider .image { margin: 15px 0 0 0; width: 50%; max-width: 225px; }

body.checkout main section .payment-options label { font-size: 20px; font-weight: bold; line-height: 30px; }
body.checkout main section .left-column { background: #e0e0e0; padding: 15px; }
body.checkout main section .left-column form { margin: 15px 0 0 0; }
body.checkout main section .left-column h2:first-of-type { margin-top: 0; }
body.checkout main section .left-column p:last-of-type { margin-bottom: 0; }
body.checkout main section .left-column input, body.checkout main section .left-column select, body.checkout main section .left-column textarea { background: #fff; }
body.checkout main section .right-column.checkout-basket h2 { margin: 0 0 15px 0; }
body.checkout main section .right-column h2:first-of-type { margin-top: 15px; }
body.checkout main section .right-column.checkout-basket table { border-top: 2px solid #ccc; }
body.checkout main section .right-column.checkout-basket table td.image { width: 75px; padding: 10px 0; }
body.checkout main section .right-column.checkout-basket table td.title { line-height: 25px !important; font-family: "Playfair Display", serif; font-size: 20px; font-weight: normal; }
body.checkout main section .right-column.checkout-basket table td.title small { color: #808080; display: block; font-family: "Playfair Display", serif; font-size: 15px; line-height: 20px; font-weight: normal; }
body.checkout main section .right-column.checkout-basket table td.price { min-width: 75px; white-space: nowrap; padding: 10px 0; text-align: right; line-height: 25px; color: #808080; }
body.checkout main section .right-column.checkout-basket table td.price strong { color: #1e2c33; }
body.checkout main section .right-column.checkout-basket table tfoot th { border: 0; background: #f2f2f2; }
body.checkout main section .right-column.checkout-basket table tfoot th.spacer { line-height: 25px; border-bottom: 2px solid #ccc; background: transparent; }
body.checkout main section .right-column.checkout-basket table tfoot tr:last-of-type th { border-bottom: 2px solid #ccc; }
body.checkout main section .right-column.checkout-basket table tfoot em { color: #808080; font-style: normal; }
body.checkout main section .right-column.checkout-basket table tfoot select { font-family: "Playfair Display", serif; font-size: 20px; border: 2px solid #ccc; background: #fff; color: #1e2c33; padding: 10px; width: auto; height: 47px; text-align: right; }
body.checkout main section .right-column.checkout-basket table tfoot .float-left { float: left; }

body.mattress-care-and-guarantees main article section ul.guarantees { list-style: none; margin: 30px 0; padding: 0; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; }
body.mattress-care-and-guarantees main article section ul.guarantees li { width: 25%; padding: 0 15px; text-align: center; }
body.mattress-care-and-guarantees main article section ul.guarantees li img { width: 33.33%; margin: 0 auto; }

/* common page footer */
main article.free-delivery-quote { background: #6494a6; }
main article.free-delivery-quote section.quote { padding: 15px 0 325px 0; text-align: center; }
main article.free-delivery-quote section.quote h3 { margin: 0; font-size: 25px; line-height: 30px; color: #3d5965; }
main article.free-delivery-quote section.free-delivery { padding: 30px 0; text-align: center; }
main article.free-delivery-quote section a.inner { text-align: center; cursor: pointer; }
main article.free-delivery-quote section a.inner h3 { display: inline-block; margin: 0; line-height: 30px; color: #fee08f; }
main article.free-delivery-quote section a.inner button.button { margin-left: 45px; }

main article.free-delivery-only { background: #6494a6; padding: 0; }
main article.free-delivery-only section.free-delivery { padding: 30px 0; text-align: center; }
main article.free-delivery-only section a.inner { text-align: center; cursor: pointer; }
main article.free-delivery-only section a.inner h3 { display: inline-block; margin: 0; line-height: 30px; color: #fee08f; }
main article.free-delivery-only section a.inner button.button { margin-left: 45px; }

main article.bottom-sign-up { background: #3d5965; }
main article.bottom-sign-up section { padding: 60px 0; width: 500px; }
main article.bottom-sign-up section .blue-box { color: #fff; padding: 15px; text-align: left; z-index: 2; border-radius: 5px; display: -ms-flexbox; display: -webkit-flex; display: flex; }
main article.bottom-sign-up section .blue-box .inner { box-shadow: 0 0 0 1px #fff; padding: 30px; border-radius: 5px; }
main article.bottom-sign-up section .blue-box .inner h2 { margin: 0 0 20px -32px; padding: 10px 0; background: #3d5965; }
main article.bottom-sign-up section .blue-box .inner form { margin: 0; display: -ms-flexbox; display: -webkit-flex; display: flex; }
main article.bottom-sign-up section .blue-box .inner form input { margin: 0 5px 0 0; }
main article.bottom-sign-up section .blue-box .inner form button { background: #6494a6; border: 1px solid #6494a6; margin: 0; }

main section .left-column p:first-of-type, main section .right-column p:first-of-type { margin-top: 0; }
main section .left-column { float: left; width: Calc(50% - 15px); }
main section .right-column { float: right; width: Calc(50% - 15px); }
main section .center-column { width: 66.66%; margin: 0 auto; }
main section .center-column form { padding: 30px; background: #fff; box-shadow: 1px 2px 12px rgba(0,0,0,0.2); }
main section .center-column form input, main section .center-column form textarea { background: #f6f6f6; }
main section .center-column form input.invalid, main section .center-column form textarea.invalid, main section .center-column form select.invalid { background: #fee; }
main section .thirds-column { float: left; width: Calc(100% / 3 - 10px); margin-right: 15px; }
main section .thirds-column:nth-of-type(3) { float: right; margin-right: 0; }

main section .left-column .half-left, main section .right-column .half-left { float: left; width: Calc(50% - 15px); }
main section .left-column .half-right, main section .right-column .half-right { float: right; width: Calc(50% - 15px); }

main section fieldset { position: relative; border: 2px solid #1e2c33; margin: 0; padding: 25px; }
main section fieldset legend { padding: 0 15px; background: #1e2c33; line-height: 40px; color: #fff; }
main section fieldset p { margin: 0 0 15px 0; }
main section fieldset form { margin: 0; }
main section fieldset.search { background: rgba(0,40,85,0.1); }
main section fieldset.search label { color: #fff; }
main section fieldset.search label.normal { color: #fff; }
main section fieldset.search .search-box { position: relative; }
main section fieldset.search .search-box input { border: 2px solid #1e2c33; background: #fff; padding: 0 10px; line-height: 40px; }
main section fieldset.search .search-box button { position: absolute; top: 0; bottom: 0; right: 10px; width: 20px; background: url("/images/search-icon.png") no-repeat 50% 50%; background-size: contain; border: 0; margin: 0; padding: 0; cursor: pointer; }

body.search main article.light-grey {}
body.search main article.light-grey form { position: relative; margin: 0; font-size: 30px; }
body.search main article.light-grey form input { font-size: 30px; }
body.search main article.light-grey form button { position: absolute; top: 0; right: 0; bottom: 0; background: transparent; border: 0; cursor: pointer; outline: none; }

body.my-account main article.top-content section i { font-style: normal; color: rgba(255,255,255,0.5); }
body.my-account main article.top-content section .inner { width: 100%; }
body.my-account main article.top-content section h1 a.button { float: right; }
body.my-account main article section table td i { font-style: normal; }

main article section .comments { border: 1px solid #d0d0d0; }
main article section .comments h3 { margin: 0 0 15px 0; }
main article section .comments p { margin: 15px 0 0 0; }
main article section .comments .comment { box-shadow: 0 0 0 1px #d0d0d0; }
main article section .comments .comment.you { background: #f6f6f6; padding: 30px; }
main article section .comments .comment.admin { background: #fff; padding: 30px; }
main article section .comments .comment.not-public { box-shadow: 0 0 0 1px rgba(131,42,35,0.5); }

body.my-account main section form { margin: 20px auto; }
body.my-account main section form label { display: block; text-align: left; }
body.my-account main section form button { margin: 20px auto; }

main section table { width: 100%; color: #1e2c33; line-height: 40px; border-collapse: collapse; }
main section table th { font-weight: normal; text-align: left; vertical-align: bottom; border-bottom: 2px solid #ccc; padding: 5px 10px; }
main section table td { font-weight: normal; text-align: left; vertical-align: middle; border-bottom: 2px solid #ccc; padding: 5px 10px; }
main section table th.center, main section table td.center { text-align: center; padding: 5px 10px; }
main section table th.right, main section table td.right { text-align: right; padding: 5px 10px; }
main section table td a.button { padding: 0 10px; line-height: 30px; }
main section table i { color: #ccc; font-style: italic; }
main section abbr { border-bottom: 1px dotted #999; }

main section blockquote { display: inline-block; padding: 25px; margin: 10px 0; background: #f2f2f2; }
main section blockquote h3 { margin: 0; }
main section blockquote p { margin: 10px 0 0 0; }

#news .image { float: right; width: 150px; height: 150px; margin: 0 0 0 20px; }
#news button { margin: 0; }

ul#gallery { list-style: none; margin: 20px 0; padding: 0; display: -webkit-flex; display: -ms-flexbox; display: -ms-flex; display: flex; -webkit-align-items: center; -ms-align-items: center; align-items: center; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; width: 100%; }
ul#gallery li { width: 25%; margin: 10px; }

main section #nextprev { margin: 20px 0; padding: 20px 0; border: 2px solid #ccc; background: #f2f2f2; text-align: center; font-size: 30px; color: #ccc; line-height: 35px; }
main section #nextprev .disabled { display: inline-block; padding: 0 5px; }
main section #nextprev .selected { }
main section #nextprev .selected a { display: inline-block; padding: 0 5px; color: #1e2c33; }

footer { position: relative; padding: 30px 0 60px 0; background: #1e2c33; color: #fff; }
footer section { text-align: center; font-weight: normal; font-size: 12px; position: relative; margin: 0 auto; padding: 0; width: 1200px; }
footer section h3 { font-size: 13px; }
footer section ol { list-style: none; margin: 0; padding: 0; display: -webkit-flex; display: -ms-flexbox; display: -ms-flex; display: flex; list-style: none; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; width: 100%; }
footer section ol li { width: calc(25% - 30px); text-align: left; margin: 0 30px 30px 0; }
footer section ol li p { margin: 15px 0 0 0; font-size: 13px; line-height: 18px; }
footer section ol li ul { list-style: none; margin: 0; padding: 0; }
footer section ol li ul li { width: auto; margin: 0; }
footer section ul.social { list-style: none; margin: 0 auto; padding: 0; }
footer section ul.social li { display: inline-block; width: auto; margin: 0 5px; }
footer section ul.social li a { font-size: 25px; }
footer section p { margin: 15px 0; }
footer section a { display: inline-block; text-decoration: none; color: #fff; font-weight: normal; }

/* slick */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ""; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-arrow.slick-prev:after { position: absolute; content: "\0276E"; color: #fff; width: 30px; top: 0; right: 0; bottom: 0; left: 0; line-height: 30px; text-align: center; }
.slick-arrow.slick-next:after { position: absolute; content: "\0276F"; color: #fff; width: 30px; top: 0; right: 0; bottom: 0; left: 0; line-height: 30px; text-align: center; }

#cookie-bar { position: fixed; bottom: 0; left: 0; right: 0; background: #3d5965; font-size: 15px; line-height: 20px; color: rgba(255,255,255,0.75); text-align: center; padding: 10px 25px; z-index: 99; }
#cookie-bar a { color: #fff; text-decoration: none; }

@media only screen and (max-width: 1279px) {
	header, header.fixed { padding: 20px 0; }
	header ul li #logo { padding: 0 5px 0 20px; }
	header ul li #logo a { width: 160px; }
	header ul li nav a { padding: 0 0 0 15px; }
	header ul li #cart-and-search a.phone-number { font-size: 15px; }
	.reverse-indent-120 { margin: -30px 0 30px 0;  padding: 1px 0 15px 0;}
	main article.top-content section .inner { width: 100%; }
	main section { margin: 0 30px; width: auto; }
	main article.bottom-sign-up section { margin: 0 auto; width: auto; max-width: 500px; }
	main article.free-delivery section a.inner { margin: 0; width: auto; }
	main article.sign-up-trial section { margin: 0;  }
	main article.sign-up-trial section .two-columns { margin: 0; width: auto; }
	main section.sixty-top-60-bottom { padding: 15px 0; }
	main article.top-image section .inner { width: 75%; }
	main article section.perfect-mattress h2 { font-size: 35px; }
	main article section.perfect-mattress aside.blue-box { margin: -90px auto 30px auto; }
	footer section { margin: 0 20px; width: auto; }
	main article section ul.all-products li .inner h3 { font-size: 30px; }
	main article section ul.all-products li .inner h3 small { font-size: 20px; }
	body.basket main article.postcode-checker section { margin: 0 auto; }
	body.checkout.delivery main section.delivery-address { width: auto; }
	body.checkout.delivery main section .delivery-date-picker { width: calc(100% + 10px); }
	main article.guarantees section ul { display: block; }
	main article.guarantees section ul li { width: auto; text-align: center; }
	main article.guarantees section ul li.guarantee { margin: 15px 0; width: auto; }
	main article.guarantees section ul li.guarantee img { display: inline-block; }
	main article.guarantees section ul li.video iframe { width: 100%; }
	main article.warrens-quote section { padding-top: 150px; }
}
@media only screen and (min-width: 1024px) {
	header ul li #cart-and-search a.nav-trigger { display: none; }
}
@media only screen and (max-width: 1024px) {
	body.home main section .left-column { width: 55%; }
	body.home main section .right-column { width: 45%; }
	header #management { display: none; }
	main article section ul.all-products li .inner h3, main article section ul.all-products li .inner .pricing { line-height: 35px; }
}
@media only screen and (max-width: 1023px) {
	.desktop { display: none; }
	.mobile { display: block; }
	header ul li #cart-and-search a.phone-number .desktop-only { display: inline-block; }
	header ul li #cart-and-search a.nav-trigger { display: inline-block; }
	body { font-size: 15px; line-height: 20px; }
	main article.reverse-indent-120 { margin: -30px 0 30px 0; overflow: hidden; }
	main article.warrens-quote section.ninety-top-30-bottom { padding: 30px 0; }
	main article.warrens-quote section.ninety-top-60-bottom { padding: 30px 0; }
	header ul li nav { display: none; }
	header ul li nav, header.fixed ul li nav { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #fff; margin: 0; padding: 75px 30px 30px 30px; z-index: -1; }
	header ul li nav ul { display: block; }
	header ul li nav ul li { margin: 30px 0; }
	header ul li nav ul li a, header ul li nav ul li a { color: #3d5965; font-size: 30px; }
	header ul li #cart-and-search { line-height: 30px; }
	header ul li #cart-and-search a.nav-trigger { display: block; float: right; white-space: nowrap; font-size: 35px; color: #fff; line-height: 30px; margin: 0 0 0 15px; }
	header ul li #cart-and-search a.nav-trigger strong { font-size: 15px; line-height: 30px; display: inline-block; float: left; margin: 0 5px 0 0; }
	header ul li #cart-and-search, header.fixed ul li #cart-and-search { top: auto; }
	header.non-fixed-blue ul li #cart-and-search a.nav-trigger, header.fixed ul li #cart-and-search a.nav-trigger { color: #3d5965; }
	header.mobile-fixed ul li #cart-and-search a.nav-trigger { color: #3d5965 !important; }
	header.mobile-fixed ul li #logo a { background-image: url("/images/warren-evans-landscape-blue.png") !important; }
	body.home main section .left-column { float: none; width: auto; }
	body.home main section .right-column { float: none; width: 75%; margin: 30px auto 0 auto; }
	body.home main article section ul.white-blocks li { padding: 0 15px; }
	body.home main article section ul.white-blocks li .inner { padding: 0 20px 20px 20px; }
	body.home main article section ul.white-blocks li .inner h3 { font-size: 35px; margin: 20px 0; }
	body.home main article section ul.white-blocks li .inner h3 small { font-size: 20px; }
	body.home main article section ul.white-blocks li .inner .pricing { margin: 0 -20px; padding: 18px 20px; }
	body.home main article section ul.white-blocks li .inner p { margin: 20px 0; }
	body.home main section .three-columns { margin: 0; }
	body.home main section .three-columns p {  }
	main article.product-category-header section ul { list-style: none; margin: 0; padding: 0; text-align: center; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; }
	main article.product-category-header section ul li:last-of-type { width: 100%; margin-top: 10px; }
	main article section ul.all-products li { width: 100%; }
	main article section ul.product-blocks li .inner { padding: 20px; }
	main article section ul.product-blocks li .inner .pricing { margin: 20px -20px; padding: 15px 20px; }
	main article.specification section .right-column { width: calc(60% - 15px); }
	main article.mid-blue section #buy-block { margin: 15px 0 45px 45px; }
	main article section ul.all-products li .inner h3 { font-size: 40px; }
	main article section .reviews .review .inner { padding: 20px; }
	main article section .reviews .review .inner .left-column, main article section .reviews .review .inner .right-column { float: none; }
	main article.specification section:first-of-type { display: block; }
	body.delivery-returns-and-mattress-trial main article.love-your-mattress section { padding: 30px 0; width: auto; }
	body.delivery-returns-and-mattress-trial main article.love-your-mattress section .left-column { width: auto; }
	body.delivery-returns-and-mattress-trial main article.love-your-mattress section .right-column { width: auto; }
	body.delivery-returns-and-mattress-trial main article.postcode-checker section .left-column { float: left; width: calc(50% - 15px); }
	body.delivery-returns-and-mattress-trial main article.postcode-checker section .right-column { float: right; width: calc(50% - 15px); }
	body.home main article section.naturally-better .inner .left-column { width: auto; padding: 0; }
	body.home main article section.naturally-better .inner .right-column { width: auto; }
	main article section.perfect-mattress { text-align: center; }
	main article section.perfect-mattress h2 { margin: 0 0 30px 0; }
	main article section.perfect-mattress aside.blue-box { position: relative; top: auto; right: auto; margin: 0 auto 30px auto; width: 400px; }
	main article.free-delivery-quote section a.inner, main article.free-delivery-only section a.inner { width: 100%; }
	main article.bottom-sign-up section { padding: 30px 20px; width: auto; }
	body.delivery-returns-and-mattress-trial main article section .left-column { float: none; width: 100%; margin: 30px 0; }
	body.delivery-returns-and-mattress-trial main article section .right-column { float: none; width: 100%; margin: 30px 0; }
	main section .center-column { width: auto; margin: 0 20px; }
	body.mattress-care-and-guarantees main article section ul.guarantees li { width: 50%; }
	footer section ol li { width: calc(50% - 30px); }
	body.basket main article section ul.basket li { width: 50%; }
	body.checkout.delivery main section .delivery-date-picker label { width: calc(20% - 10px); }
	body.checkout main article section .left-column { float: none; width: auto; }
	body.checkout main article section .right-column { float: none; width: auto; margin: 30px 0; }
	main article section iframe { height: 400px; }
}
@media only screen and (max-width: 767px) {
	header ul li #cart-and-search a.phone-number { font-size: 20px; }
	header ul li #cart-and-search a.phone-number .desktop-only { display: none; }
	main article.top-content { padding: 15px 0; }
	main section.sixty-top-90-bottom { padding: 15px 0 30px 0; }
	body.basket main article.postcode-checker section { width: auto; padding: 30px 20px; }
	body.checkout.delivery main section.delivery-address { width: auto; }
	main article.postcode-checker section ul.delivery-days { display: block; }
	main article.postcode-checker section ul.delivery-days li { width: auto; }
	body.checkout.delivery main section .delivery-date-picker label { width: calc(50% - 10px); }
	body.checkout main article section ul.checkout { display: block; margin: 30px 0; width: auto; }
	body.checkout main article section ul.checkout li { width: auto; margin: 0 0 15px 0; padding: 0; }
	main article.guarantees section ul { display: block; padding: 0 20px; }
	body.my-account main article section .left-column { float: none; width: auto; }
	body.my-account main article section .right-column { float: none; width: auto; }
	body.my-account main article section table { font-size: 13px; }
	body.basket main article section ul.basket li .inner h2.pricing { margin: 0 -20px; }
	main section h1 { font-size: 40px; line-height: 50px; }
	main section h2 { font-size: 32px; line-height: 40px; }
	header ul li #logo a { width: 150px; }
	header ul li #cart-and-search { margin-right: 20px; }
	main { padding: 70px 0 0 0; background: #fff; }
	header { background: #fff; padding: 20px 0; box-shadow: 0 5px 30px rgba(0,0,0,0.25) }
	header ul li #logo a { background-image: url("/images/warren-evans-landscape-blue.png"); }
	header ul li #cart-and-search { margin-right: 15px; }
	header ul li #cart-and-search a.search-box { color: #3d5965; -webkit-text-shadow: 0 0 1px #fff; text-shadow: 0 0 1px #fff; }
	header ul li #cart-and-search a.nav-trigger { color: #3d5965; margin: 0 0 0 10px; }
	main article section.blue-box { padding: 20px; }
	body.home main article section.naturally-better .inner, main article section.blue-box .inner { padding: 20px; }
	main article section.blue-box .inner h2 { margin-left: -22px; }
	main article section.blue-box .inner .button { margin: 5px 0 0 0; }
	body.home main { padding: 0; }
	main section { margin: 0 20px; }
	main h1 { font-size: 40px; line-height: 45px; }
	body.home main article.top-image { margin: 70px 0 0 0; }
	body.home main section.sixty-top-90-bottom { padding-top: 1px; }
	body.home main article section ul.white-blocks { display: block; }
	body.home main article section ul.white-blocks li { width: auto; margin: 0 0 30px 0; }
	main section .four-columns { margin: 0; padding: 30px 0; }
	body.home main section.ninety-top-240-bottom { padding: 60px 0 190px 0; }
	main article.free-delivery-quote section a.inner button.button { margin: 15px 0 0 0; }
	main article.free-delivery-only section a.inner button.button { margin: 15px 0 0 0; }
	main article.review-block section h2 { margin-right: 85px; }
	main section .message-from-warren { display: block; }
	main section .message-from-warren li { width: 100%; }
	main section .message-from-warren li.photo { width: 66.66%; padding: 15px 0; margin: 0 auto; }
	main article.guarantees section { margin: 0; }
	main section .four-columns li { width: 50%; padding: 0 0 30px 0; }
	main section .four-columns li.two-third { width: 100%; padding: 0 0 30px 0; }
	main section .four-columns li.warren-photo { width: 100%; padding: 0 0 30px 0; }
	main section .four-columns li.warren-photo img { width: 50%; margin: 0 auto; }
	main article.sign-up-trial section { width: auto; }
	main article aside.blue-box { left: auto; width: auto; padding: 20px; margin: 0 20px; }
	main article section ul.product-blocks { display: block; }
	main article section ul.product-blocks li { width: 100%; }
	main article.product-category-header section ul { display: block; }
	main article.product-category-header section ul li { text-align: center; }
	main article.product-category-header section ul li p { margin: 0 0 10px 0; }
	main article section.product-page { padding-right: 0; }
	main article section ul.all-products li .inner h3 { height: auto; padding: 15px 15px 25px 15px; font-size: 30px; line-height: 35px; }
	main article section ul.all-products li .inner h3 small { float: none; display: block; font-size: 15px; line-height: 20px; }
	main article section ul.all-products li .inner .pricing { top: 25px; right: 15px; font-size: 30px; }
	main article section ul.all-products li .inner .pricing small { font-size: 11px; line-height: 15px; }
	main article section ul.all-products li .inner .image { width: 100%; }
	main article section ul.all-products li .inner .body { width: 100%; padding: 0 15px 30px 15px; text-align: center; }
	main article section ul.all-products li .inner .body .pricing { position: relative; text-align: center; bottom: auto; right: auto; }
	main article section ul.all-products li .inner .body .pricing small { display: inline-block; margin-right: 15px; vertical-align: bottom; white-space: nowrap; }
	body.home main article section.naturally-better .inner .left-column p:last-of-type { margin: 15px 0; }
	body.home main article section.naturally-better .inner .left-column p:last-of-type a.button { display: block; margin: 5px 0 0 0; }
	main article section.perfect-mattress aside.blue-box { margin: 0 auto; width: 100%; }
	main article.mattress-comparison section ul li { width: auto; }
	main article.mattress-comparison section ul li:first-of-type { width: auto; min-width: 50%; }
	main article.mid-blue section #buy-block { float: none; margin: 5px 0 25px 0; width: auto; }
	body.delivery-returns-and-mattress-trial main article.postcode-checker section .left-column { float: none; width: auto; }
	body.delivery-returns-and-mattress-trial main article.postcode-checker section .right-column { float: none; width: auto; }
	body.mattress-care-and-guarantees main article section ul.guarantees li { width: 100%; }
	article.postcode-checker section { width: auto; }
	main article section ul.product-blocks li .inner .image { margin: 0 -20px; }
	#buy-block { width: 100%; position: relative; top: auto; right: auto; margin: 5px 0 30px 0; }
	main article section .reviews .slick-arrow.slick-prev { right: 60px; }
	main article section .reviews .slick-arrow.slick-next { right: 15px; }
	main section.ninety-top-90-bottom { padding: 30px 0; }
	main article.mid-blue section .left-column { padding: 0; float: none; width: 100%; }
	main article.mid-blue .right-full-bleed { position: relative; top: auto; right: auto; bottom: auto; left: auto; height: 250px; }
	body.basket main article section ul.basket { display: block; margin: 30px 0; padding: 0; width: 100%; }
	body.basket main article section ul.basket li { width: 100%; padding: 0; margin: 0 0 20px 0; }
	body.basket main article section ul.basket li .inner { padding: 20px; }
	body.basket main article section ul.basket li .inner .pricing { margin: 15px -20px; padding: 15px 20px; }
	body.basket main article section .centered .button { margin: 5px auto; }

	main article.rotations .slick-arrow { top: 35px; background: rgba(0,0,0,0.5); }
	main article.rotations .slick-arrow.slick-prev { left: 20px; }
	main article.rotations .slick-arrow.slick-next { right: 20px; }
	main article.rotations ul.slick-dots { bottom: 20px; left: 20px; }
	main article.rotations ul.slick-dots li { margin: 0 5px 0 0; }
	main article.rotations ul.slick-dots li button { width: 10px; height: 10px; }
	article.next-prev { position: relative; top: auto; left: auto; right: auto; height: 55px; padding: 10px; }
	article.next-prev a { width: auto; height: 35px; text-align: center; border-radius: 35px; background: rgba(0,0,0,0.1); }
	article.next-prev a.prev-product:after { content: "Prev"; }
	article.next-prev a.next-product:before { content: "Next"; }
	article.next-prev a.prev-product em, article.next-prev a.next-product em { display: none; }
	main article.specification section { display: block; padding: 30px 0; }
	main article.specification section .left-column { width: 100%; margin-right: 0; }
	main article.specification section .right-column { width: 100%; }
	footer section ol li { width: 100%; margin: 0 0 15px 0; }
}
@media only screen and (max-width: 400px) {
	header ul li #cart-and-search a.nav-trigger strong { display: none; }
}
@media only screen and (max-width: 320px) {
	main h2 { font-size: 30px; line-height: 40px; }
	main article.product-category-header { margin: 0 0 30px 0; }
	main article.product-category-header section { padding: 15px; margin: 0; border-radius: 0; }
	main article section ul.all-products li .inner h3 { font-size: 30px; }
}
