
/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 1200px;
  padding: 0 2% 0;
  float: none !important;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 80px;
}

.container_12 .grid_2 {
  width: 180px;
}

.container_12 .grid_3 {
  width: 280px;
}

.container_12 .grid_4 {
  width: 33.33%;
}

.container_12 .grid_5 {
  width: 480px;
}

.container_12 .grid_6 {
  width: 580px;
}

.container_12 .grid_7 {
  width: 680px;
}

.container_12 .grid_8 {
  width: 780px;
}

.container_12 .grid_9 {
  width: 880px;
}


.container_12 .grid_11 {
  width: 1080px;
}

.container_12 .grid_12 {
  width: 1180px;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
}

.page-container{
  width: 100%;
  margin: 0 auto;
  font-family: GothamLight;
  font-size: 14px;
  line-height: 18px;
  color: #231f20;
  overflow:hidden;
}
.page-container center{
  padding: 20px 2%;
}


/* Page - The Botanical Bliss® Organic Latex Mattress*/
.product-sections-1 h2 {
  font-family: MercuryDisplayBold;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.2rem;
  text-transform: uppercase;
}
.product-sections-1 h4 {
  font-family: GothamLight;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 2.8rem;
  text-transform: none;
}
.product-sections-1 img {
  max-width: 100%;
}
.page-container .layer_part_head {
  color:#000;
  font-family: MercuryDisplayBold !important;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1rem;
  margin: 0;
}
.page-container .layer_part_subhead {
  font-family: GothamLight;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.0rem;
  text-transform: none;
  color: #69898e !important;
  margin: 0;
}
.page-container .layer_part_description {
  font-family: GothamLight;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-transform: none;
  margin: 0;
  color: #212529;
}
.layer_part_1,
.layer_part_2,
.layer_part_3{
    margin-bottom: 15px;
}

.product-sections-2 h3 {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
}
.product-sections-2 .flagblk,
.product-sections-2 .flagblk2{
 	padding: 0;
    margin: 20px 0;
    background: #232323;
}
.product-sections-2 .flagblk h4,
.product-sections-2 .flagblk2 h4{
    font-size: 36px !important;
    padding: 22px 50px;
    margin: 0;
}
.product-sections-2 .righttxr {
    padding: 0 30px;
}
.product-sections-2 .righttxr p {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: GothamLight;
    margin: 0 5%;
}
.product-sections-4 .container{
    width: 100%;
    padding: 0 2%;
}
.section2padd {
    padding: 60px 0 40px;
}
.section2bullets h4 {
  font-family: GothamLight;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  color: #232323;
}
.section2bullets ul{
  margin-top: 30px;
}
.section2bullets ul li {
  padding-left: 0px;
  margin-left: 0px;
  list-style: disc;
  list-style-position: inside;
  text-align: left;
  font-family: GothamLight;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
  color: #232323;
  margin-bottom: 30px;
}
.section2bullets p {
  text-align: left;
  font-family: GothamLight;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
  color: #232323;
}
.section2bullets img {
  max-width: 100%;
}
.product-sections-8 h3{
	margin-bottom:30px;
}
#botanicalSection1 .botanicalMattressSpec > .row .spec-borders > p a, #botanicalSection1 .botanicalMattressSpec > .row p a {color: #60808E;}
.spec-borders p.spec-text a {color: #60808E;}
  
@media(max-width:767px){
  .product-sections-2 {
    padding: 40px 0 10px !important;
  }
  .product-sections-5 h3,
  .product-sections-3 h3,
  .product-sections-4 h3,
  .product-sections-6 h3,
  .product-sections-8 h3{
    font-size: 24px !important;
    padding: 0 5%;
  }
  .product-sections-5 h5 {
    font-size: 16px;
    padding: 0 5%;
  }
  .section2bullets{
      padding: 30px !important;
  }
  .section2bullets ul li,
  .section2bullets p{
    font-size: 1.2rem;
    line-height: 2rem;
    color: #232323;
    margin-bottom: 22px;
  }
}


.rv_one {
	width: 445px;
	margin: 0;
	float: left
}

.rv_two {
	margin-left: 40px;
	width: 445px;
	float: left
}

.rv_fill {
	float: left;
	width: 165px;
	text-align: center
}

.rv_toxic {
	font-size: 18px;
	text-align: center;
  font-weight: 700; text-transform: uppercase;
	margin-top: 5px
}

.rv_best {
	width: 70%;
	float: left;
	margin: 15px 0 0 0;
	font-size: 14px!important;
	text-align: justify;
	line-height: 18px;
	color: #323232;
	font-family: GothamLight, sans-serif
}

.rv_hr {
	width: 100%;
	text-align: center;
	float: left
}

.rv_st {
	color: #444;
	margin: 25px 20px
}

.rv_replace_left h2 {
	color: #464951;
	font-size: 24px;
	font-weight: 700;
	font-family: GothamLight
}

.rv_replace_left .rv_deluxe_head2 {
	color: #464951;
	font-size: 17px;
	font-family: GothamLight, sans-serif;
	font-weight: 700;
	margin: 8px 0
}

.rv_replace_left p {
	font-size: 14px!important;
	line-height: 18px;
	text-align: justify;
	color: #464951!important;
	font-family: GothamLight, sans-serif;
	padding: 10px 0
}

.rv_mp .rv_mobileplush {
	font-size: 22px !important;
	color: #464951;
	font-weight: 700;
	font-family: GothamLight
}

.rv_mobile {
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	color: #464951;
	font-family: GothamLight
}

.rv_all_memory {
	color: #736357!important;
	height: 35px;
	font-size: 20px;
	font-weight: normal;
	font-family: GothamLight
}

#rv_originalm_div {
	height: 698px;
	box-shadow: 0 4px 5px #ccc
}

.rv_str {
	margin-top: 40px
}

.rv_mf {
	width: 304px;
	margin: 0 30px;
	float: left
}

.rv_str p {
	margin: 16px 0;
	line-height: 18px;
	font-size: 14px!important;
	text-align: justify;
	line-height: 18px;
	color: #323232;
	font-family: GothamLight, sans-serif
}
.order-ship-return {
  width: 100%;
  float: none;
}
.reverie p{
    font-size: 18px;
    line-height: 22px;
}

.reverie table td p { line-height: 1.5; }
.g_certification > div,
.g_certification > div+div,
.g_certification > div+div+div{
	width: 100%;
    margin: 0 !important;
    padding: 0 2%;

}
.g_certification .grid_4{
	width: 31% !important;
}
.luxurious-comfort p{
    width: 50% !important;
    padding: 0 4%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.adjustable-base img, .adjustable-base div {
    width: 100%;
    text-align: left !important;
    float: none !important;
    margin-bottom: 20px !important;
  	display: inline-block;
}
.adjustable-base h4{
	width: 100%;
  	float: none !important;
    margin-bottom: 36px !important;
  	display: inline-block;
}
.adjustable-base table td,
.adjustable-base table th {
    vertical-align: baseline;
  	width: auto !important;
}
.app-icons a{
  margin: 0 !important;
  float: none !important;
}
.adjust_best_head,
.great_benfits{
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 24px;
}
.organic-cotton .scapebed_li_points{
  width: auto;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.organic-cotton p{
  display:block;
  float:none !important;
  text-align:center !important;
}
.org_block > div,
.org_block > div+div,
.org_block > div+div+div{
	float: none !important;
    width: 100% !important;
    margin: 0 0 40px !important;
    clear: both;
    display: inline-block;
}
.org_block > div > div:nth-of-type(1),
.org_block > div+div > div:nth-of-type(1),
.org_block > div+div > div:nth-of-type(1) {
    width: 10% !important;
    margin-top: 0px !important;
}
.org_block > div > div:nth-of-type(2),
.org_block > div+div > div:nth-of-type(2),
.org_block > div+div+div > div:nth-of-type(2) {
    width: 90% !important;
    text-align: justify;
    margin-top: 0 !important;
}
.org_block > div h3,
.org_block > div+div h3,
.org_block > div+div+div h3{
	margin: 18px 0;
}
.adjbed-image > div > div > div:nth-of-type(3),
.adjbed-image > div > div > div:nth-of-type(3) p,
.wave-massage-box p{
	text-align:center !important;
}
.adjbed-image > div > div > div:nth-of-type(3) h3{
	margin-top:20px;
}
.adjbed-image > div > div > div:nth-of-type(3) p,
.reverie-remote{
  	margin-top: 15px;
    margin-bottom: 25px;
}
.half-half-section table td{
  	width:auto !important;
    vertical-align: middle;
}
.wave-massage-box .caption_center1 p,
.quiet-balance .caption_center1 p{
    margin-bottom: 30px;
}
.quiet-balance .adjbed-image{
	margin-top: 30px;
}
.klarna-inner-right .row.mt-5{
    margin-top: 20px;
}
.klarna-payments .klarna-inner-part,
.overview_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}
.overview_container ul{
  list-style: disc;
  margin-top: 20px;
  margin-left: 10px;
}
.quiet-balance .dimensions_div{
    display: inline-block;
}
.orthopedic-foundation h2.ps_adj_foundation:first-child{ float: right; margin-left: 50px; }
.orthopedic-foundation h2.ps_adj_foundation+.ps_adj_foundation{ margin-bottom: 0px;}
.orthopedic-foundation .great_benfits{ margin-top: 24px; }

.template-product .free_ship p {font-family: GothamMedium !important;font-size: 18px !important;}
.page-container p{ font-size: 16px!important; line-height: 1.5!important; font-family: GothamLight !important;}

.orthopedic-foundation ul{ list-style: disc; padding-left: 40px;}
.orthopedic-foundation .orthopedic_li{ padding-left:0; }

.slice-of-heaven #sofa_replacement_total,
.natural-latex-toppers #sofa_replacement_total{ width: calc(50% - 20px) !important; margin: 50px 0 !important; }
.slice-of-heaven #sofa_replacement_total>div,
.natural-latex-toppers #sofa_replacement_total>div{ width: 100% !important; margin: 0 !important; }
.slice-of-heaven #sofa_replacement_total+.clear,
.natural-latex-toppers #sofa_replacement_total+.clear{ display: none; }
.slice-of-heaven #sofa_sleeper_mattress,
.natural-latex-toppers #sofa_sleeper_mattress{ clear: both; padding: 50px; border-top: 1px solid #eee; margin-top: 80px!important;}
.slice-of-heaven .topper_mobileplush,
.natural-latex-toppers .topper_mobileplush{ text-align: left; }
.natural-latex-toppers .toppers_para+.topper_mobileplush{ float: none !important; text-align: center; padding: 30px;}
.natural-latex-toppers table{ margin: 30px 0;  }

.natural-latex-toppers { line-height: 1.5; }
.add_nlt, .toppers_headplus { font-weight: 700; text-transform: uppercase; }

.reverie .scapebed_li_points{ width: auto; display: inline-block; margin-top: 20px;}
.reverie table{ margin-bottom: 20px !important; }
.reverie table+div,
.reverie table+div+div{ margin-bottom: 20px !important; float: none !important;}
.reverie table+div h4,
.reverie table+div+div h4{ float: none !important; margin: 70px 0 0 0 !important;}
.reverie h4{ text-align: center !important; margin-right: 0 !important;}
.reverie .app-icons{ display: block !important;}
.leg-height-option{ margin-top: 40px !important; }
.leg-height-option h4+div+div{ float: none !important; display: block !important; margin-left: auto !important; margin-right: auto !important;}
.coupon_container+.container_100 .container_12,
.coupon_container+.container_100+.container_100 .container_12,
.painful-pressure+.container_100 .container_12{ width: 100%; max-width: 1200px;}
.coupon_container+.container_100 .container_12 .grid_12,
.coupon_container+.container_100 .container_12 .grid_12 img,
.painful-pressure+.container_100 .container_12 .grid_12{ width: 100%;}
.coupon_container+.container_100 .container_12 .grid_4{ width: 31.33%; margin: 0 1%; }
.coupon_container+.container_100 .container_12 .grid_4 div{ margin-left: 0 !important; margin-right: 0 !important; }

.italian-sheet{ text-align: center; width: calc(100% - 4%); margin: 0 auto;}
.italian-sheet center,
.italian-sheet center+div .scapebed_li_points{ display: inline-block; }
.italian-sheet center h2{ margin-bottom: 16px !important; }
.italian-sheet center+div>p{ text-align: center !important;     font-size: 20px !important; line-height: 30px !important; margin-bottom: 16px !important;}
.italian-sheet center+div>div{ width: 100% !important; }
.italian-sheet center+div>div>div:first-child { width: calc(70% - 50px) !important; margin-left: 0 !important; }
.italian-sheet .accessories_right_part { width: 30% !important; margin: 50px 0 !important; text-align: left;}
.italian-sheet h3 { font-size: 22px; line-height: 33px; margin-bottom: 20px; text-align: left;}
.italian-sheet table.accessories{ margin-bottom: 30px;}
.italian-sheet table.accessories tbody tr:nth-child(2n+1) { background: #f4f4f4;}
.italian-sheet table.accessories tbody tr td{ padding: 8px 12px !important; font-size: 13px;}
.italian-sheet p.accessories_table_heading{ font-size: 14px; margin-bottom: 10px; text-align: left;}
.italian-sheet .accessories_right_part p.accessories_table_heading_right{ font-size: 22px !important; line-height: 33px !important; margin-bottom: 20px; color: #000000; border-bottom: 1px solid #000000; padding-bottom: 5px;}
.italian-sheet .accessories_right_part .scapebed_li_points{ margin-bottom: 0; }

.classic-mattress > p:first-child,
.classic-mattress .ClassicProtector_td_circles_head{ font-size: 20px !important; line-height: 30px !important; margin-bottom: 16px !important; text-transform: uppercase; }
.classic-mattress > p:first-child strong{ font-weight: 400; }
.classic-mattress .scapebed_li_points{ display: inline-block;}
.classic-mattress p{ text-align: center !important; float: none !important; color: #2d2d2d !important;}
.classic-mattress div{ width: 100% !important; margin-left: 0 !important; margin-right: 0 !important;     font-size: 14px !important;}
.sofa_heaven{ text-align: left !important;}

.ortho-foundation >div:first-child,
.ortho-foundation >div:first-child div,
.ortho-foundation h2{ width: 100% !important; float: none !important; margin: 0 !important;}
.ortho-foundation>div{ padding: 20px 10px;}
.ortho-foundation h2{ margin-bottom: 20px !important;}
.ortho-foundation .low_profile_li_points{ list-style: disc; display: inline-block; margin:20px 0;}
.ortho-foundation > div:nth-child(2) >div{ width: 100% !important; margin: 0 !important;}
.ortho-foundation > div:nth-child(2) h4{ float: left;}
.ortho-foundation > div:nth-child(2) >div div:first-child{ width: calc(100% - 400px) !important; height: auto !important;}
.ortho-foundation > div:nth-child(2) >div div:first-child p{ font-size: 18px !important; line-height: 30px !important; }
.ortho-foundation > div:nth-child(3) >div{ width: 100% !important;}
.ortho-foundation > div:nth-child(4) >div{ float: none !important;}
.ortho-foundation > div:nth-child(4) >div:after{ content: ''; clear: both; display: block;}
.ortho-foundation > div:nth-child(4) h4{ float: none !important;}

center.adjustable-bed>div { width: 100% !important; text-align: center; margin-left: 0 !important; margin-right: 0 !important; float: none !important;}
center.adjustable-bed .scapebed_li_points{ display: inline-block; margin: 30px 0;}
center.adjustable-bed>div:nth-child(3){ width: 100% !important; max-width: 900px; margin-left: auto !important; margin-right: auto !important;  }
center.adjustable-bed>div:nth-child(3) p{ margin: 0 15px !important; display: inline-block; float: none !important;}
center.adjustable-bed>div:after,
center.adjustable-bed>div:nth-child(4) >div:after{ content: ''; clear: both; display: block;}
center.adjustable-bed>div:nth-child(4) >div{ margin: 0 auto 50px !important; float: none !important; width: 100% !important;}
center.adjustable-bed>div:nth-child(4) >div img+div{    float: none !important;  width: 100% !important;}
center.adjustable-bed>div:nth-child(4) >div img+div p,
center.adjustable-bed>div:nth-child(4) >div img+div a{ float: none !important; padding: 0 !important;}
center.adjustable-bed>div:nth-child(4) >div div h4{float: none !important;}
center.adjustable-bed>div:nth-child(4) >div div { width: 100% !important;}
center.adjustable-bed>div:nth-child(4) >div img+div+div+div+h4+div,
center.adjustable-bed>div:nth-child(4) >div img+div+div+div+h4+div+div{width: 500px !important; max-width: 100%; margin: 0 auto !important; float: none !important; overflow: hidden; display: block;}
center.adjustable-bed>div:nth-child(4) >div img+div+div+div+h4+div+div img{ float: none !important; }
center.adjustable-bed>div:nth-child(5) >div{ margin: 0 auto; float: none !important;}
center.adjustable-bed>div:nth-child(5) >div h4{ float: none !important; margin: 20px 0 !important; }
center.adjustable-bed>div:nth-child(5) >div>div{ width: 100% !important;}
center.adjustable-bed>div:nth-child(5) >div>div div{ margin-bottom: 40px !important;}
center.adjustable-bed>div:nth-child(5) >div>div>div:first-child,
center.adjustable-bed>div:nth-child(5) >div>div>div:first-child+div{ width: 500px; float: none !important;}
@media(max-width: 1250px){
  .org_block > div > div:nth-of-type(1), .org_block > div+div > div:nth-of-type(1), .org_block > div+div > div:nth-of-type(1) {
    width: 15% !important;
  }
  .org_block > div > div:nth-of-type(2), .org_block > div+div > div:nth-of-type(2), .org_block > div+div+div > div:nth-of-type(2) {
    width: 75% !important;
    text-align: justify;
  }
}
@media(max-width: 1024px){
  .adjustable-base h4,
  .adjustable-base p,
  .adjustable-base img,
  .adjustable-base div {
    width: 100% !important;
    text-align: left !important;
    background-image: none !important;
    border: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 8px !important;
    height: auto !important;
  }
  .luxurious-comfort p{
    width: 100% !important;
    margin: 10px 0 !important;
  }
  .hide-mb{
    display:none !important;
  }
  .leg-height-option div,
  .leg-height-option p,
  .leg-height-option img{
    width:auto !important;
    float: none !important;
  }
  .orthopedic-foundation h2.ps_adj_foundation:first-child img{ width: 300px;}
  .coupon_container .coupon_container_img{ float: none !important; margin: 0 auto;}
  .coupon_container_text{ width: 100%;}
  .ortho-foundation > div:nth-child(4) >div{ width: 100% !important; margin: 0 !important; }
  .ortho-foundation > div:nth-child(4) >div div:first-child{ width: 60% !important;}
  .ortho-foundation > div:nth-child(4) >div div:nth-child(2){ width: 40% !important; margin: 0 !important;}
}
@media(max-width: 767px){
  .container_12,
  .container_12 .grid_12,
  .container_12 .grid_11,
  .container_12 .grid_9,
  .container_12 .grid_8,
  .container_12 .grid_7{
    width: 100% !important;
    left:0 !important
  }
  .coupon_container_img{
    width: 100%;
    text-align: center;
  }
  .coupon_container_img img{
    width: 50%;
    float: none !important;
  }
  #luxurybliss_layer{
  	height:auto !important;
  }
  .coupon_bonus_part,
  .g_certification .grid_4{
  	width: 100% !important;
    margin: 0 !important;
    padding: 0 2%;
    clear: both;
    padding-bottom: 45px !important;
  }
  .g_certification .certifications{
  	width: 80%;
  }
  .container_12 p.description_white+div div,
  .container_12 p.description_white+div div+div,
  .container_12 h2.heading_black+div{
    width:100% !important;
    margin: 0 !important;
    padding: 0 2%;
  }
  .painful-pressure p{width: 100% !important;}
   .org_block > div > div:nth-of-type(1), .org_block > div+div > div:nth-of-type(1), .org_block > div+div > div:nth-of-type(1) {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .org_block > div > div:nth-of-type(2), .org_block > div+div > div:nth-of-type(2), .org_block > div+div+div > div:nth-of-type(2) {
    width: 100% !important;
    text-align: justify;
  }
  .wave-massage table,
  .wave-massage table td,
  .mother-baby table,
  .mother-baby  table td{
    width:100% !important;
    display: grid;
    padding-bottom: 20px;
  }
  .klarna-inner-right .row{
    margin-top: 20px;
  }
  .klarna-inner-right .row div img,
  .klarna-inner-right .row div{
  	float:none !important;
  }
  .klarna-payments .klarna-inner-part,
  .overview_container{
  	display:block;
  }
  .orthopedic-foundation h2.ps_adj_foundation:first-child{ float: none; margin-left: 0; }
  .slice-of-heaven #sofa_replacement_total,
  .natural-latex-toppers #sofa_replacement_total{ width: 100% !important; margin-bottom: 30px !important; margin-top: 20px !important; }
  .italian-sheet center+div>div>div:first-child,
    .italian-sheet .accessories_right_part{ width: 100% !important; }
    .italian-sheet .accessories_right_part{ margin-top: 0 !important;}
  .ortho-foundation > div:nth-child(4) >div{ width: 100% !important; margin: 0 !important; }
  .ortho-foundation > div:nth-child(4) >div div:first-child{ width: 100% !important;}
  .ortho-foundation > div:nth-child(4) >div div:nth-child(2){ width: 100% !important; margin: 0 !important;}
  .ortho-foundation > div:nth-child(2) >div div:first-child{ width: 100% !important; margin: 0 !important;}
  .ortho-foundation > div:nth-child(2) >div div:nth-child(2){ display: none;}
  center.adjustable-bed>div:nth-child(5) >div,
  center.adjustable-bed>div:nth-child(5) >div>div div{    width: 100% !important;   background: none !important;}
  center.adjustable-bed>div:nth-child(5) >div>div>div:first-child, center.adjustable-bed>div:nth-child(5) >div>div>div:first-child+div{ width: 100% !important; margin: 10px 0 !important; padding: 0 20px; text-align: left !important; }
  center.adjustable-bed>div:nth-child(5) >div h4{     margin: 60px 0 !important;}
  center.adjustable-bed>div:nth-child(5) >div>div div{ margin-left: 0 !important;}
}

#handmade-wool-comforter .big_description_white,
#wool-topper-content .big_description_white {
  	color: #ffffff !important;
  	padding: 15px !important;
}

#handmade-wool-comforter .slider-brand-wrapper .box-title legend,
#wool-topper-content .slider-brand-wrapper .box-title legend {
  	font-size: 25px !important;
}

.page-container #handmade-wool-comforter .grid_9,
.page-container #wool-topper-content .grid_9 {
    display: inline-block;
  	width: 100%;
  	float: none;
}

.page-container #handmade-wool-comforter .grid_12,
.page-container #wool-topper-content .grid_12 {
  	width: 100%;
  	float: none;
}

.page-container #handmade-wool-comforter #sleep_cool_section/*,
.page-container #wool-topper-content #enjoy_section { */
  	margin: 0 0 25px;
}

#handmade-wool-comforter #sleep_cool_section + .container_100 .container_11 .grid_12,
#wool-topper-content #enjoy_section + .container_100 .container_11 .grid_12 {
  	width: 100%;
}

#handmade-wool-comforter #sleep_cool_section + .container_100 .container_11 .grid_12 .big_description_white,
#wool-topper-content #enjoy_section + .container_100 .container_11 .grid_12 .big_description_white {
  	color: #ffffff;
	max-width: 900px;
	margin:0 auto;
	display: block;
	clear:both;
}

#handmade-wool-pillow #sleep_cool_section + .container_100 .container_11 .grid_12 > div,
#handmade-wool-comforter #sleep_cool_section + .container_100 .container_11 .grid_12 > div,
#wool-topper-content #enjoy_section + .container_100 .container_11 .grid_12 > div {
  	float: none !important;
  	width: 100% !important;
  	margin: 15px 0 !important;
  	max-width: 1120px;
}

#handmade-wool-comforter #sleep_cool_section + .container_100 .container_11 .grid_12 div > div > p > span,
#wool-topper-content #enjoy_section + .container_100 .container_11 .grid_12 div > div > p > span {
  	color: #ffffff !important;
}

.plusbed_thirtytone #wool-topper-content #all_natural .grid_12 h3,
.plusbed_thirtyttwo #wool-topper-content #all_natural .grid_12 h3 {font-family: Georgia,serif;}

.plusbed_thirtytone #wool-topper-content #enjoy_section + .container_100 .container_11 .grid_12 div > div,
.plusbed_thirtyttwo #wool-topper-content #enjoy_section + .container_100 .container_11 .grid_12 div > div {text-align:left;}
.plusbed_thirtytone #wool-topper-content #enjoy_section + .container_100 .container_11 .grid_12 div > div p strong,
.plusbed_thirtyttwo #wool-topper-content #enjoy_section + .container_100 .container_11 .grid_12 div > div p strong {
	font-family: Georgia,serif;
    font-size: 25px;
    font-weight: normal;
}

#handmade-wool-comforter #sleep_cool_section + .container_100 .container_11 .grid_12 div > div,
#wool-topper-content #enjoy_section + .container_100 .container_11 .grid_12 div > div {
  	width: 45% !important;
  	margin: 10px 2%;
	max-width: inherit;
	min-width: inherit;
}

#handmade-wool-comforter #sleep_cool_section + .container_100 .container_11 .grid_12 div > div > p,
#wool-topper-content #enjoy_section + .container_100 .container_11 .grid_12 div > div > p {
  	float: none !important;
}

#handmade-wool-pillow #practices_we_oppose {
  	height: auto;
  	min-height: 1737px;
}

#handmade-wool-pillow #practices_we_oppose > .container_11 > .grid_10 > .grid_9:nth-child(9) .big_description_black {
  	display: none;
}

#handmade-wool-pillow #practices_we_oppose > .container_11 > .grid_10 > .grid_9:nth-child(9) .big_description_black:last-of-type {
  	display: block;
}

#handmade-wool-pillow #practices_we_oppose > .container_11 > .grid_10 > .grid_9:nth-child(9) .big_description_black span {
  	margin: 25px 0 0 0 !important;
  	display: block !important;
}

#handmade-wool-pillow #practices_we_oppose > .container_11 > .grid_10 > .container_100 .container_11 .grid_5 {
  	width: 100% !important;
}

#handmade-wool-pillow #practices_we_oppose > .container_11 > .grid_10 > .container_100 .container_11 .grid_5 img {
  	float: none !important;
  	margin: 0 0 15px;
}

#handmade-wool-comforter #practices_we_oppose > .container_11 > div {
  	float: none !important;
  	overflow: auto;
}

#handmade-wool-comforter #practices_we_oppose > .container_11 > div:first-of-type {
  	margin: 0 !important;
}

#handmade-wool-comforter #practices_we_oppose .container_11 > div:nth-of-type(8) .big_description_black,
/*#wool-topper-content #practices_we_oppose .container_11 > div:nth-of-type(9) .big_description_black*/ {
  	display: none !important;
}

#handmade-wool-comforter #purity_standards > .container_11 > .grid_12 > p,
#wool-topper-content #purity_standards > .container_11 > .grid_12 > .heading_black {
  	display: none !important;
}

#wool-topper-content #purity_standards > .container_11 > .grid_12 > .heading_black:last-of-type {
  	display: block !important;
}

#handmade-wool-comforter #practices_we_oppose .container_11 > div:nth-of-type(8) .big_description_black span,
#wool-topper-content #practices_we_oppose .container_11 > div:nth-of-type(8) .big_description_black span {
  	margin: 25px 0 0 0 !important;
  	display: block !important;
}

#handmade-wool-comforter #practices_we_oppose .container_11 > div:nth-of-type(8) .big_description_black:last-of-type,
#wool-topper-content #practices_we_oppose .container_11 > div:nth-of-type(8) .big_description_black:last-of-type {
  	display: block !important;
}

#handmade-wool-pillow #practices_we_oppose .grid_10,
#handmade-wool-comforter #practices_we_oppose .grid_10,
#wool-topper-content #practices_we_oppose .grid_10 {
  	display: block !important;
  	width: 100% !important;
	float: none !important;
  	max-width: 1050px !important;
  	margin: 25px auto 0 !important;
  	overflow: auto;
}
#wool-topper-content #practices_we_oppose .grid_10 p.big_description_black {font-family: GothamLight !important; }
#handmade-wool-comforter #practices_we_oppose .grid_10 > div,
#wool-topper-content #practices_we_oppose .grid_10 > div {
  	width: 33.33% !important;
  	margin: 0 !important;
  	padding: 10px 15px !important;
	text-align:justify;
}

#handmade-wool-pillow #practices_we_oppose .grid_10 .grid_10 > div {
  	width: 33.33% !important;
  	margin: 0 !important;
  	padding: 0 15px !important;
}

#handmade-wool-pillow #practices_we_oppose .grid_9,
#handmade-wool-comforter #practices_we_oppose .grid_9,
#wool-topper-content #practices_we_oppose .grid_9 {
  	display: block !important;
  	width: 100% !important;
  	float: none !important;
  	max-width: 900px !important;
  	margin: 0 auto !important;
}
#wool-topper-content #practices_we_oppose .grid_9 .big_description_black {font-family:GothamLight !important;}
#handmade-wool-comforter #topper_sizes .container_12 .size_guide,
#wool-topper-content #topper_sizes .container_12 .size_guide {
  	display: inline-block !important;
  	float: none !important;
}

#handmade-wool-comforter #topper_sizes .container_12,
#wool-topper-content #topper_sizes .container_12 {
  	width: 100% !important;
}

/* #wool-topper-content #handmade_quality,
#handmade-wool-comforter #handmade_quality {
  	background-color: #363b5a !important;
  	margin: 25px 0 !important;
  	padding: 0 0 25px !important;
} */

#wool-topper-content #handmade_quality + .container_100 .grid_10,
#handmade-wool-comforter #handmade_quality + .container_100 .grid_10 {
  	max-width: 800px !important;
  	float: none;
}

#wool-topper-content #handmade_quality + .container_100 .grid_10 .grid_5,
#handmade-wool-comforter #handmade_quality + .container_100 .grid_10 .grid_5 {
  	display: inline-block !important;
    width: 49% !important;
    vertical-align: middle;
    float: none;
}

#wool-topper-content #handmade_quality + .container_100 .grid_10 .grid_5 img,
#handmade-wool-comforter #handmade_quality + .container_100 .grid_10 .grid_5 img {
  	float: none !important;
}

#handmade-wool-comforter #finest_materials .container_11 > div,
#handmade-wool-comforter #optimal_heart_rate .container_11 > div {
  	width: 100% !important;
  	margin: 0 !important;
  	float: none !important;
}

#handmade-wool-comforter #finest_materials .container_11 > div > div,
#handmade-wool-comforter #optimal_heart_rate .container_11 > div > div {
  	width: 100% !important;
  	float: none !important;
  	margin: 25px 0 0 0 !important;
}

#handmade-wool-comforter #finest_materials .container_11 > div > div .heading_black,
#handmade-wool-comforter #optimal_heart_rate .container_11 > div > div .heading_black {
  	
}

#handmade-wool-comforter #finest_materials .container_11 > div > div .heading_black br,
#handmade-wool-comforter #optimal_heart_rate .container_11 > div > div .heading_black br {
  	display: none;
}

#handmade-wool-pillow #available_sizes .size_guide,
#handmade-wool-pillow #available_sizes .size_guide p {
  	width: 100% !important;
  	text-align: center !important;
}

@media screen and (max-width: 991px) {
    #wool-topper-content #practices_we_oppose .grid_10 > div,
  	#handmade-wool-comforter #practices_we_oppose .grid_10 > div {
    	width: 100% !important;
      	float: none !important;
      	margin: 25px auto !important;
      	max-width: 400px !important;
    }

  	#handmade-wool-pillow #practices_we_oppose .grid_10 .grid_10 > div {
    	width: 100% !important;
      	float: none !important;
      	margin: 25px auto !important;
      	max-width: 400px !important;
    }

    #handmade-wool-pillow .heading_black,
  	#handmade-wool-pillow .heading_white,
    #wool-topper-content .heading_black,
  	#wool-topper-content .heading_white,
    #handmade-wool-comforter .heading_black,
  	#handmade-wool-comforter .heading_white {
      	font-size: 30px !important;
      	line-height: 30px !important;
    }
}

@media screen and (max-width: 767px) {
	#handmade-wool-comforter #sleep_cool_section + .container_100 .container_11 .grid_12 div > div,
  	#wool-topper-content #enjoy_section + .container_100 .container_11 .grid_12 div > div {
      	width: 100% !important;
      	max-width: 320px !important;
      	margin: 0 auto 25px !important;
      	float: none !important;
  	}

    #handmade-wool-pillow .heading_black,
  	#handmade-wool-pillow .heading_white,
    #wool-topper-content .heading_black,
  	#wool-topper-content .heading_white,
    #handmade-wool-comforter .heading_black,
  	#handmade-wool-comforter .heading_white {
    	font-size: 26px !important;
    }

    #wool-topper-content #handmade_quality + .container_100 .grid_10 .grid_5,
  	#handmade-wool-comforter #handmade_quality + .container_100 .grid_10 .grid_5 {
        display: block !important;
        width: 100% !important;
      	max-width: 450px !important;
      	margin: 0 auto !important;
    }

    #wool-topper-content #handmade_quality + .container_100 .grid_10 .grid_5 img,
  	#handmade-wool-comforter #handmade_quality + .container_100 .grid_10 .grid_5 img {
        margin: 0 0 20px !important;
    }
  .mother-baby table td img,.wave-massage table td img{ margin: 0 auto; }
}




/*********************The Botanical Bliss********************************/

#botanicalSection1 {
  padding-bottom: 30px;
}

#botanicalSection1 h3 {
  font-size: 28px;
  line-height: 1.2 !important;
  padding-bottom: 30px;
  margin-bottom: 0;
  font-weight: 600;
  max-width: 980px;
  font-family: MercuryDisplayBold;
  text-transform: none;
}

.template-product #botanicalSection1 h5 {
	font-family: GothamLight;
    font-weight: 600;
    line-height: 1.5;
    text-transform: none;
	color:#444;
	padding:20px 0;
}
.plusbed_fourytone #botanicalSection1 .botanicalSectionContainer	{max-width:1165px;margin:0 auto;width:100%;}

#botanicalSection1 h5 {
  font-size: 19.2px !important;
  line-height:35.2px !important;
  padding-bottom: 20px!important;
}

#botanicalSection1 h5 span {
  display: block;
}

#botanicalSection1 .botanicalSectionContainer {
  margin: auto;
  padding-bottom: 48px;
  padding-top:72px;
  padding-left:20px;
  padding-right:20px;
}

#botanicalSection1 .botanicalSectionContainer center{
  padding-bottom: 10px !important;
}
#botanicalSection1 .botanicalSectionContainer p.image {
  max-width: 658px;
  max-height: 481px;
}

#botanicalSection1 .leftWrapper{
  float: left;
  width: 55.9%;
}

#botanicalSection1 .rightWrapper{
  float: right;
  width: 44%;
  padding-left: 30px;
}


#botanicalSection1 .clearfix:after{
  clear:both;
}

#botanicalSection1 .botanicalSectionContainer .layers {
  margin-bottom:25px;
}

/*#botanicalSection1 .botanicalSectionContainer .layers p:nth-of-type(1) {
  color: #000 !important;
  font-size: 20px !important;
  line-height: 25px !important;
  font-family: MercuryDisplayRoman !important;
}
*/
#botanicalSection1 .botanicalSectionContainer .layers p:nth-of-type(1) {
  font-size: 14px !important;
  line-height: 1.5 !important;

}

#botanicalSection1 .botanicalSectionContainer .layers p:nth-of-type(2) {
  font-size: 14.4px !important;
  line-height: 20.8px !important;
  color: #212529;
}

#botanicalSection1 .topborder {
  border-top: 40px solid #a3a7a0;
  background-color: #edece6;
}

.plusbed_twentyfive #botanicalSection1 .botanicalSectionContainer2 h2 {
  color: #212529;
  font-size: 40px !important;
  max-width: unset;
  text-align: center;
  line-height:1.2;
}

.plusbed_twentyfive #botanicalSection1 .botanicalSectionContainer2 h2 span{
  display: block;
  font-family: GothamLight !important;
  font-weight:600;
}

#botanicalSection1 .botanicalSectionContainer2{
  padding:94px 0px;
  padding-top: 72px;
}
#botanicalSection1 .botanicalSectionContainer2 h3 {
  color: #212529;
  font-size: 40px !important;
  max-width: unset;
  text-align: center;
}

#botanicalSection1 .botanicalSectionContainer2 h3 span{
  display: block;
  font-family: GothamLight !important;
  font-weight:600;
	  
}

#botanicalSection1 .botanicalSectionContainer2 .leftWrapper{
  width: 36%;
}
#botanicalSection1 .botanicalSectionContainer2 .rightWrapper.bgColor{
  width:36% !important;
  float:right;
  color:#fff;
  padding: 15px 20px 10px !important;
  margin-left: auto;
  margin-top: 55px;
}
#botanicalSection1 .botanicalSectionContainer2 .bgColor{
  background-color: #232323;
  color: #fff;
  padding: 15px 20px 10px !important;

}

#botanicalSection1 .botanicalSectionContainer2 .leftWrapper h4, #botanicalSection1 .botanicalSectionContainer2 .rightWrapper.bgColor h4{
  font-size: 32px;
  font-weight: 700;
  text-align: right;
  padding: 0 50px;
}
#botanicalSection1 .botanicalSectionContainer2 .rightWrapper.bgColor h4{
  text-align:left;
}
#botanicalSection1 .botanicalSectionContainer2 .rightWrapper {
  width: 70% !important;
}

#botanicalSection1 .botanicalSectionContainer2 .floatWrapper {
  display: flex;
  align-items: center;
}

#botanicalSection1 .botanicalSectionContainer2 .rightWrapper p {
  font-size: 22.4px !important;
  line-height: 35.2px !important;
  padding: 0 60px;
  font-weight: normal;
    color: #212529;
}

#botanicalSection1 .botanicalSectionContainer2 .innerWrapper .leftWrapper {
  width: 50%;
  /*max-width:725px;*/
}

#botanicalSection1 .botanicalSectionContainer2 .innerWrapper .rightWrapper {
  width: 50% !important;
  padding: 0 80px;
}

#botanicalSection1 .botanicalSectionContainer2 .innerWrapper .rightWrapper h3 {
  color: #232323;
  font-size: 22px !important;
  font-weight: 600;
  margin-bottom: 48px;
  font-family: GothamMedium;
  padding:0 !important;
  text-align:left;
  
}

#botanicalSection1 .botanicalSectionContainer2 .innerWrapper .rightWrapper li {
  font-family: GothamLight;
  font-weight: 600;
  font-size: 22.4px;
  line-height: 35.2px;
  list-style: disc;
  margin-bottom: 30px;
}

#botanicalSection1 .botanicalSectionContainer2 .innerWrapper .rightWrapper p {
  padding: 0;
}

#botanicalSection1 .botanicalSectionContainer2 .floatWrapper.innerWrapper {
  margin-top: 48px;
}

#botanicalSection1 .botanicalSectionContainer3 h3{
  color: #212529;
  font-size: 40px !important;
  max-width: unset;
  text-align: center;
  padding: 48px 0;
  padding-top: 98px;
}
#botanicalSection1 .botanicalSectionContainer3 h3 span{
  text-transform:none;
  font-family: MercuryDisplayBold !important;
  font-weight: 600;
  display:block;
}

#botanicalSection1 .botanicalSectionContainer3.topborder {
  background-color: #f0f1f1;
  padding-bottom: 50px;
}

#botanicalSection1 .botanicalSectionContainer3 .table-responsive {
  display: block;
  width: 100%;
}

#botanicalSection1 .botanicalSectionContainer3 .table-responsive .table {
  max-width: 1080px;
  margin: auto;
}

#botanicalSection1 .botanicalSectionContainer3 .table-responsive .table tbody tr:nth-child(2n+1) {
  background: rgba(255, 255, 255, 0.5);
}
#botanicalSection1 .botanicalSectionContainer3 .table-responsive .table td {
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
#botanicalSection1 .botanicalSectionContainer3 .table-responsive .table td strong {font-weight:700;}


#botanicalSection1 .botanicalSectionContainer3 .table-responsive .table td img {
  width: 20px;
  height: 20px;
}

#botanicalSection1 .botanicalSectionContainer3 .table-responsive .table thead tr th {
  font-size: 13.6px;
  font-weight: 500;
  padding: 20px;
}




#botanicalSection1 .botanicalSectionContainer3 h4 {
    font-family: MercuryDisplayRegular;
    font-weight: 400;
    text-transform: none;
	
  margin: 48px 0;
  line-height: 40px;
  font-size: 32px;
  text-align: center;
}
#botanicalSection1 .botanicalSectionContainer3 h3:nth-last-of-type(1) {
  font-size: 32px !important;
  padding: 0;
}

#botanicalSection1 .botanicalFreeReturn {
  background-color: #f0efeb;
}

#botanicalSection1 .botanicalFreeReturn span {
	font-family: MercuryDisplayRoman !important;
  display: block;
}
#botanicalSection1 .botanicalFreeReturn h3 {
	font-family: MercuryDisplayRoman !important;
  font-size: 35.2px !important;
  max-width: unset;
  text-align: center;
  padding: 48px;
}

#botanicalSection1 .botanicalFreeReturn center {
  display: inline-block;
 width: 22%;
  max-width: 300px;
}

#botanicalSection1 .botanicalFreeReturn .imageWrapper {
  text-align: center;
  padding-bottom: 48px;
}

#botanicalSection1 .botanicalFreeReturn center p {
  font-size: 19.2px !important;
  line-height: 25.6px !important;
  font-weight: bold;
}
#botanicalSection1 .botanicalMattressSpec {
  max-width: 1180px;
  margin: auto;
  border: 7px solid #412f21;
  border-top:none;
  width:94%;
}



#botanicalSection1 .botanicalFreeReturn center img {
    width: 120px;
    height: 120px;
}
#botanicalSection1 .botanicalMattressSpec > .row h2 {
	font-family: MercuryDisplayBold !important;
  padding: 40px 20px;
  font-size: 35.2px;
  line-height: 40px;
  border-top: 7px solid #412f21;
  border-bottom: 7px solid #412f21;
  background-color: #edece6;
  margin-bottom: 0;
  font-weight: 400;
}

#botanicalSection1 .botanicalMattressSpec > .row .spec-borders h4 {
  font-family: MercuryDisplayRoman !important;
  font-size: 32px;
  line-height: 40px;
  padding: 30px;
  font-weight:bold;
}

#botanicalSection1 .botanicalMattressSpec > .row .spec-borders > p , #botanicalSection1 .botanicalMattressSpec > .row p{
  font-size: 25.6px !important;
  line-height: 40px !important;
  padding: 0 50px 50px 50px;
}

#botanicalSection1 .botanicalMattressSpec > .row ul {
  padding-left: 60px;
  padding-bottom: 50px;
  padding-right:40px;
}

#botanicalSection1 .botanicalMattressSpec > .row li {
	font-family: GothamLight;
    font-weight: 600;
	
  font-size: 25.6px;
  line-height: 40px;
  list-style: disc;
  padding-left: 13px;
}

#botanicalSection1 .botanicalMattressSpec .spec-subhead {
  font-family: MercuryDisplayBold;
  font-weight: 400;
  
  background-color: #52704d;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  padding-bottom: 13px;
}


#botanicalSection1 .botanicalMattressSpec .progress-bar-box p {
  font-family: MercuryDisplayRoman !important;
  font-size: 28.8px !important;
  text-align: center !important;
  padding:0;
  font-weight: 600;
}


#botanicalSection1 .botanicalMattressSpec .firmness_imageR, #botanicalSection1 .botanicalMattressSpec .firmness_imageL{
  max-width:400px;
  padding-bottom: 63px;
}

#botanicalSection1 .botanicalMattressSpec .progress-bar-box {
  display: block;
  max-width: 290px;
  margin: auto !important;
  text-align: center;
}

#botanicalSection1 .botanicalMattressSpec .firmness_images .firmness_lady_text p.color-white {
    color: #fff;
}
#botanicalSection1 .botanicalMattressSpec .firmness_images .firmness_lady_text p.color-white + p.color-black {
    font-size: 15.6px !important;
    font-weight: normal;
}

#botanicalSection1 .spec-borders.made_in_usa{
	background:url(/cdn/shop/files/usa.jpg?v=3393081504362989143);
  	background-repeat: no-repeat;

}

#botanicalSection1 .botanicalMattressSpec .progress-bar-box .firmness_subhead {
	font-family: MercuryDisplayBold;
    font-weight: 400;
	
    font-size: 22px !important;
    font-weight: bold !important;
    margin-top: 0;
    text-align: left !important;
}

#botanicalSection1 .botanicalMattressSpec .progress-bar-box .percent_head {
    font-size: 22px !important;
    line-height: 24px !important;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
	font-family: MercuryDisplayBold;
	color:#000;
	
}

#botanicalSection1 .botanicalMattressSpec .progress-bar-box p.percent_caption {
    line-height: normal !important;
    text-align: left !important;
	color: #090909;
    font-weight: 400;
}

#botanicalSection1 .botanicalMattressSpec .progress-bar-box p.percent_caption i {
    font-size: 16px;
}

#botanicalSection1 .botanicalMattressSpec .progress-bar-box .progress {
    margin-bottom: 0;
}

#botanicalSection1 .botanicalMattressSpec .firmness_images {
    padding: 40px;
  	background:url(/cdn/shop/files/matrress.jpg?v=9873599152930766883);

}

#botanicalSection1 .botanicalMattressSpec .firmness_images .firmness_lady_text p{
	font-size:17.6px !important;
  	font-weight:600;
  	line-height:24px !important;
  	padding:0 !important;
  	 margin-top: 0;
}
#botanicalSection1 .botanicalMattressSpec .firmness_images .firmness_lady_text p.color-black {font-family: GothamMedium !important;}

#botanicalSection1 .botanicalMattressSpec .firmness_images > div {
    margin-top: 30px;
}

#botanicalSection1 .botanicalMattressSpec .firmness_images > div:nth-of-type(2) {
    margin-top: 40px;
}

#botanicalSection1 .botanicalMattressSpec .spec-borders.text-left.layers_image {
    margin-top: 20px;
}

#botanicalSection1 .botanicalMattressSpec .firmness_imageR {
    float: right;
}

#botanicalSection1 .botanicalMattressSpec .layer_dimensions_div {
    max-width: 33%;
    float: right;
}

#botanicalSection1 .botanicalMattressSpec .layer_dimensions_div {
	font-family: MercuryDisplayBold;
    max-width: 33%;
    float: right;
    padding: 0 15px;
    background-color: #585858;
    color: #fff;
  border-right: 5px solid;
}

#botanicalSection1 .botanicalMattressSpec .layer_dimensions_div {
    max-width: 31%;
    float: right;
    padding: 0 15px;
    background-color: #585858;
    color: #fff;
    font-size: 22.4px !important;
    line-height: 24px;
  	font-weight: bold;
    border-right: 7px solid #412f21;
    margin-right: 5px;
}

#botanicalSection1 .layer_dimensions {
  background-color: #4c4c4c;
  margin-top: 20px;

}

#botanicalSection1 .layer_dimensions_text + .layer_dimensions_text {
  border-left: 5px solid #fff;
}

#botanicalSection1 .layer_dimensions_inner_div > div {
  margin-bottom: 24px;
}

#botanicalSection1 .layer_dimensions_inner_div > div:first-child {
  margin-bottom: 0;
}

#botanicalSection1 .layer_dimensions_inner_div h3 {
    padding-bottom: 26px !important;
    line-height: 28.8px !important;
  	padding-top: 21px;
}

#botanicalSection1 .layer_inches_div h3 {
    max-width: unset;
    text-align: center;
    padding: 40px 0;
}
#botanicalSection1 .botanicalMattressSpec .layer_inches_div p {
	font-family: MercuryDisplayBold !important;
    color: #090909;
    text-align: justify !important;
	
    font-size: 24px !important;
    line-height: 28.8px !important;
    padding: 0;
  	padding-top: 40px;
}

#botanicalSection1 .row.d-flex.align-items-center.layer_inches.mt-5.mb-4 {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
  	margin-top: 40px;
}

#botanicalSection1 .botanicalFreeTrial {
    background-color: #323232;
    color: #fff;
  	padding: 96px 40px;
}

#botanicalSection1 .botanicalFreeTrial h3 {
    font-size: 35.2px !important;
    max-width: unset;
    text-align: center;
}

#botanicalSection1 .botanicalFreeTrial h3 span {
	font-family: MercuryDisplayRoman !important;
    display: block;

}

#botanicalSection1 .botanicalFreeTrial h5 {
    font-size: 35.2px !important;
    margin: 24px auto;
  text-align:center;
  font-family: GothamLight;
  font-weight: 600;
}

#botanicalSection1 .botanicalFreeTrial h5 span{
  color:#fff;
  display:block;
}

#botanicalSection1 .botanicalFreeTrial div {
    padding-top: 48px;
  	display: block;
    text-align: center;
}
#botanicalSection1 .botanicalFreeTrial center{
	display:inline-table;
  	width: 30%;
    max-width: 380px;
}

#botanicalSection1 .botanicalFreeTrial center p {
    color: #ffff;
    font-size: 19.2px !important;
    line-height: 28.8px !important;
	
	font-family: GothamLight;
    font-weight: 600;
}

#botanicalSection1 .botanicalFreeTrial center img {
    width: 125px;
    height: 125px;
}
#botanicalSection1 .botanicalCertifications h2 {
	font-family: GothamMedium !important;
    font-weight: 300;
	
    font-size: 35.2px !important;
    max-width: unset;
    text-align: center;
  	padding-bottom: 20px;
}

#botanicalSection1 .botanicalCertifications {
    padding: 72px 0 20px 0;
}

#botanicalSection1 .botanicalCertifications h3 {
    font-size: 28px !important;
    text-align: center;
	font-family: GothamLight;
	font-weight: 400;
	max-width:inherit;
}
#botanicalSection1 .botanicalCertifications h3 span{
	display:block;
}

#botanicalSection1 .botanicalCertifications .three-steps.three-certifications span.certi_img {
    float: left;
    width: 80px;
    height: 100%;
}

#botanicalSection1 .botanicalCertifications .three-steps.three-certifications .media-body h3 {
	font-family: MercuryDisplayRoman !important;
    font-size: 21px !important;
    line-height: 22.4px;
    font-weight: 600;
	text-align:left;
	padding:0 !important;
}

#botanicalSection1 .botanicalCertifications .three-steps.three-certifications .media-body {
    text-align: left !important;
  	padding-left: 20px;
}

#botanicalSection1 .botanicalCertifications .three-steps.three-certifications {
    padding-top: 96px;
  	text-align:left;
}
#botanicalSection1 .botanicalCertifications .three-steps.three-certifications .media-body p {
    font-size: 14.4px !important;
    line-height: 21.6px !important;
    margin-top: 15px;
}

#botanicalSection1 .botanicalCertifications .three-steps.three-certifications .media-body p a {
    color: #60808E;
    text-decoration: underline;
	font-weight: 700;
}

#botanicalSection1 .botanicalCertifications .three-steps.three-certifications .certification-list > div {
    margin-bottom: 24px;
  	display: inline-block;
    width: 32.33%;
    float: none;
	vertical-align:top;
}

#botanicalSection1 .botanicalCertifications center {
    margin-top: 350px;
}

#botanicalSection1 .botanicalCertifications center .all_certi_link {
    color: #323232;
    font-size: 20.8px;
    text-decoration: underline;
    font-weight: normal;
}

#botanicalSection1 h2.mattress-specs-head {
	font-family: MercuryDisplayRoman !important;
	color:#000;
  font-size: 40px;
  padding: 68px 0;
  font-weight: bold;
  line-height:48px;
}

#botanicalSection1 .klarna-payment-div {
    padding: 48px 0;
    margin: 96px auto;
    background-color: #c8d1c6;
    border-radius: 10px;
    max-width: 1180px;
  	width: 94%;
}

#botanicalSection1 .klarna-payment-div h2 {
    font-size: 40px;
    line-height: 24px;
	font-family: MercuryDisplayBold;
    font-weight: 400;
    padding: 30px 0;
    color: #42603c;
}

#botanicalSection1 .klarna-payment-div .row.mb-3 img {
    display: inline-block;
    vertical-align: bottom;
}

#botanicalSection1 .klarna-payment-div .row.mb-3 h4, #botanicalSection1 .klarna-payment-div .row.mb-4 h4 {
    display: inline-block;
    font-size: 28.8px;
    font-weight: normal !important;
    line-height: 48px !important;
    color: #42603c;
    padding-left: 30px;
}

#botanicalSection1 .klarna-payment-div .row.mb-4:nth-last-of-type(1) {
    margin-top: 30px;
}

#botanicalSection1 .botanicalCertifications.topborder {
    background-color: #fff;
}

#botanicalSection1 .botanicalMattressSpec .spec-borders.text-left.layers_image {
    padding-bottom: 30px;
}
#botanicalSection1 .spec-text.spec-borders.pt-5 {
    padding: 60px !important;
}

#botanicalSection1 .botanicalMattressSpec #icon_firmness_target .row.mt-4.mb-4 > div {
    margin-top: 96px;
}

#botanicalSection1 .botanicalCertifications.topborder{
  background:url(/cdn/shop/files/certified.jpg?v=9561279902654050401);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 60%;

}
#botanicalSection1 h3 span {
    display: block;
}

#botanicalSection1 .botanicalMattressSpec .firmness_images .col-lg-1.text-center.bracket-img {
    width: 8.33333333%;
    float: left;
}
#botanicalSection1 .botanicalMattressSpec .firmness_images .col-lg-5.text-center {
    width: 41.66666667%;
    float: left;
}

#botanicalSection1 .botanicalMattressSpec .firmness_images .col-lg-6.text-center {
    width: 50%;
    float: left;
}

#botanicalSection1 .couponWrapper{
  background:url(/cdn/shop/files/couponbg.jpg?v=7873019462578738586);
  background-size: cover;
  border-top: 40px solid #edece6;
  background-repeat: repeat;
}

#botanicalSection1 .couponWrapper .coupon_bonus h5 span {
    display: inline;
    color: #486542;
    text-decoration: underline;
    letter-spacing: 1px;
}
#botanicalSection1 .couponWrapper .coupon_bonus h5 {
    font-size: 22px !important;
    line-height: 2 !important;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 24px;
}

#botanicalSection1 .couponWrapper .coupon_bonus .coupon_bonus_part {
    width: 50%;
  padding-left: 25px;
}


#botanicalSection1 .couponWrapper .coupon_bonus .coupon_bonus_part .coupon_bonus_item {
    font-size: 19.2px !important;
    line-height: 28.8px !important;
  	color: #595959;
}

#botanicalSection1 .couponWrapper .coupon_bonus .coupon_bonus_part ul {
    list-style: disc;
    margin-left: 10px;
    padding-left: 10px;
}
#botanicalSection1 .couponWrapper .coupon_bonus .coupon_bonus_part ul li {
    font-size: 14px;
    margin-bottom: 20px;
  	color: #595959;
}

#botanicalSection1 .couponWrapper .coupon_bonus .coupon_bonus_part .coupon_bonus_item_subhead {
    font-size: 17.6px !important;
    color: #595959;
}

#botanicalSection1 .couponWrapper .coupon_bonus {
    padding-left: 20px;
}

#botanicalSection1 .couponWrapper .coupon_offer_ends {
    color: #fff;
    font-size: 17.6px !important;
    line-height: 26.4px !important;
}

#botanicalSection1 .couponWrapper .col-md-8.coupon_bonus {
    width: 65.666667%;
    float: left;
}
#botanicalSection1 .couponWrapper .col-md-3.coupon_image {
    width: 30%;
    float: left;
}

#botanicalSection1 .botanicalSectionContainer3 .table-responsive .table td.red, #botanicalSection1 .botanicalSectionContainer3 .table-responsive .table td.green {
    text-align: center;
}



/************************8 Natural Bliss************************************/

.naturalBlissWoolFree .section1 {
    width: 100% !important;
}

.naturalBlissWoolFree .section1 > div:nth-child(1) p {
    width: 40% !important;
    text-align: left;
}

.naturalBlissWoolFree .section1 > div:nth-child(1) p + p {
    width: 30% !important;
}

.naturalBlissWoolFree .section1 > div:nth-child(2), .naturalBlissWoolFree .section1 > div:nth-child(3), .naturalBlissWoolFree .section1 > div:nth-child(4) {
    width: 26% !important;
    text-align: left;
}

.naturalBlissWoolFree .section1 > div:nth-child(4) ul {
    column-count: 2;
}

.naturalBlissWoolFree .coupon_container .coupon_container_img {
    width: 30%;
    float: left !important;
}

.naturalBlissWoolFree .coupon_container .coupon_container_text {
    width: 65.666667%;
    float: left;
}
.naturalBlissWoolFree .coupon_container .coupon_container_text h2{
  font-size: 28px;
  font-weight: 600;
  color: #232323;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.naturalBlissWoolFree .coupon_container .coupon_container_text .use_coupon_code {
    font-size: 24px !important;
    font-weight: 500;
    color: #3f3f3f;
    line-height: 32px !important;
    margin-bottom: 25px;
    text-align: center;
}
.naturalBlissWoolFree .coupon_container:after{
  content:'';
  clear:both;
  display:block;

}
.naturalBlissWoolFree .overviewContainer{
	width:100%;
    float:left;
  margin-bottom: 60px;

}
.naturalBlissWoolFree .overviewContainer .overview_sub_one h2, .naturalBlissWoolFree .overviewContainer .overview_sub_one h3, .naturalBlissWoolFree .overviewContainer .overview_sub_one h4 {
    font-size: 18px;
    margin: 25px 20px 25px 30px;
    font-weight: normal;
    color: #579600;
}
.naturalBlissWoolFree .overviewContainer .overview_sub_one p {
    margin: 0 20px 15px 30px;
    font-size: 14px!important;
    line-height: 18px;
    text-align: justify;
    font-weight: normal;
    color: #323232;
}

.naturalBlissWoolFree .overviewContainer .overview_bliss_head {
    margin: 15px 0;
    font-size: 24px !important;
    color: #579600;
}

.naturalBlissWoolFree .coupon_container {
  background:url(/cdn/shop/files/usa.jpg?v=3393081504362989143);
  }
.naturalBlissWoolFree .overviewContainer .overview_push_layer {
    font-size: 17px;
    font-weight: normal;
    color: #6b6d74;
    margin-bottom: 10px;
}

.naturalBlissWoolFree .overviewContainer .overview_italic_title {
    width: 30px;
    float: left;
    padding-left: 10px;
    font-style: italic;
}

.naturalBlissWoolFree .overviewContainer .bg_layers {
    float: left;
    padding: 0 0 0 10px;
    width: 414px;
  	margin-left: 16px;
}

.naturalBlissWoolFree .overviewContainer .nb1_layer9 {
     background:url(/cdn/shop/files/NaturalBliss_layer1_1.png?v=11816032771407071437) !important;
  	background-repeat: no-repeat;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
}

.naturalBlissWoolFree .overviewContainer .super_stretch {
    padding-top: 10px;
    font-size: 13px;
}

.naturalBlissWoolFree .overviewContainer .over_view_info b, .construction_info b {
    color: #579600;
    font-size: 14px;
}
.naturalBlissWoolFree .overviewContainer .nb1_layer9, .nb2_layer9, .nb3_layer9, .nb4_layer9, .nb5_layer9 {
    height: 82px;
    padding-left: 100px;
}
.naturalBlissWoolFree .overviewContainer .overview_layers_numbers {
    height: 70px;
    margin-top: 25px;
    font-size: 36px;
    color: #5b9909;
}
.naturalBlissWoolFree .overviewContainer .nb1_layer9 {
  background:url(/cdn/shop/files/NaturalBliss_layer1_1.png?v=11816032771407071437) !important;
  background-repeat: no-repeat;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
}
.naturalBlissWoolFree .overviewContainer .nb2_layer9 {
  	background:url(/cdn/shop/files/NaturalBliss_layer2.png?v=9051076033701458290) !important;
  	background-repeat: no-repeat;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
}

.naturalBlissWoolFree .overviewContainer .nb3_layer9 {
    background:url(/cdn/shop/files/NaturalBliss_layer3.png?v=9283502345555601539) !important;
  	background-repeat: no-repeat;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
}

.naturalBlissWoolFree .overviewContainer .nb4_layer9 {
    background:url(/cdn/shop/files/NaturalBliss_layer4.png?v=2777243899212005029) !important;
  	background-repeat: no-repeat;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
}

.naturalBlissWoolFree .overviewContainer .nb5_layer9 {
    background:url(/cdn/shop/files/NaturalBliss_layer5.png?v=5919924034115490498) !important;
  	background-repeat: no-repeat;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
}

.naturalBlissWoolFree .overviewContainer .bg6_layer {
    padding: 5px 10px;
    background:url(/cdn/shop/files/overview_bg6_layer.jpg?v=5556790984566121955) !important;
  	background-repeat: no-repeat;
    height: 67px;
}

.naturalBlissWoolFree .overviewContainer .naturalBlissWoolFree .overviewContainer .coupon_bonus_part:nth-of-type(1){
	display:none;
}
.naturalBlissWoolFree .overviewContainer .coupon_bonus_part{
  float: none;
  width: 100%;
  margin: 0 !important;
  padding-left: 0;
}


.naturalBlissWoolFree .overviewContainer .naturalBlissWoolFree .coupon_container .coupon_container_text h2 {
    font-size: 28px;
    font-weight: 600;
    color: #232323;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.naturalBlissWoolFree .overviewContainer .naturalBlissWoolFree .coupon_container .coupon_container_text .use_coupon_code {
    font-size: 24px !important;
    font-weight: 500;
    color: #3f3f3f;
    line-height: 32px !important;
    margin-bottom: 25px;
    text-align: center;
}

.naturalBlissWoolFree .coupon_container .coupon_container_text .use_coupon_code span {
    color: #486542;
    text-decoration: underline;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.naturalBlissWoolFree .coupon_container .coupon_container_text table tr:nth-of-type(1) td {
  background-color: #42603c;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.naturalBlissWoolFree .coupon_container .coupon_container_text .coupon_bonus_item_subhead {
    color: #595959;
}

.naturalBlissWoolFree .coupon_container .coupon_container_text table {
    border-collapse: separate;
    border-spacing: 20px;
}

.naturalBlissWoolFree #natural_8_inch_layers > div:nth-of-type(2) {
    width: 47%;
}

.naturalBlissWoolFree .overviewContainer .botimg {
    float: right;
    width: 53%;
}

.naturalBlissWoolFree .overviewContainer #natural_8_inch_layers:after {
    content: '';
    clear: both;
    display: block;
    margin-bottom: 40px;
}

.naturalBlissWoolFree .overviewContainer .overview_botanical {
    margin-bottom: 60px;
}

.naturalBlissWoolFree .overviewContainer #natural_8_inch_layers {
    max-width: 1023px;
}

.naturalBlissWoolFree .overviewContainer .natural_dunlop {
    padding-top: 2px;
    font-size: 13px;
    line-height: 15px;
}
.naturalBlissWoolFree .overviewContainer .joma_new {
    padding-top: 6px;
    font-size: 13px !important;
    text-align: left;
  color:#000;
}

.naturalBlissWoolFree #mattress_summary {
    clear: none;
    float: none;
    margin-top: 10px;
    width: 33.33%;
  	display:inline-block;
	padding: 15px;
}

.naturalBlissWoolFree #natural_summary {
  clear: none !important;
  float: none;
  margin-top: 10px;
  width: 33.33%;
  display:inline-block;
  padding: 15px;
}

.naturalBlissWoolFree #order_summary {
  clear: none !important;
  float: none;
  margin-top: 10px;
  width: 33.33%;
  display:inline-block;
  padding: 15px;
}

.naturalBlissWoolFree .topn {
    background-color: #79a92c;
    height: 49px !important;
    width: 299px !important;
    text-align: center !important;
    line-height: 50px;
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    margin: 0 auto;
    padding: 0 !important;
}

.naturalBlissWoolFree .middlen .cntn ul li {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6em;
    list-style: square outside none;
    margin-left: 35px;
    text-align: left;
    margin-bottom: 0px;
    color: #464951;
}

.naturalBlissWoolFree #mattress_summary .cntn, .naturalBlissWoolFree #natural_summary .cntn, .naturalBlissWoolFree #order_summary .cntn {
    background-color: #d8e5c7;
    border: 1px solid #a7cd82;
    height: 220px;
    margin: 0 auto;
    padding-top: 8px;
    width: 297px;
}

.naturalBlissWoolFree .reasons10 {
    font-size: 30px;
    margin: 20px 0 30px 0;
    text-align: center;
    font-weight: normal;
  	line-height: 32px;

}

.naturalBlissWoolFree .reason_attach_div {
    top: 0px;
    position: relative;
}

.naturalBlissWoolFree  .summeryWrapper {
    display: inline-flex;
}

.naturalBlissWoolFree .coupon_container .coupon_container_text table tr:nth-of-type(2) td {
    padding: 0;
}


.naturalBlissWoolFree  .coupon_bonus_part {
    width: 50%;
    padding-left: 25px;
}
.naturalBlissWoolFree .coupon_bonus_part .coupon_bonus_item {
    font-size: 19.2px !important;
    line-height: 28.8px !important;
    color: #595959;
}

.naturalBlissWoolFree .coupon_bonus_part ul li {
    font-size: 17.6px;
    line-height: 28.8px;
    margin-bottom: 20px;
    color: #595959;
}

.naturalBlissWoolFree .coupon_bonus_part .coupon_bonus_item_subhead {
    font-size: 17.6px !important;
    color: #595959;
  text-align: left;
}


/************sheets********************/
.sheetSets .sheetSpec h2 {
    text-align: left;
}

.sheetSets .sheetSpec ul li {
    font-size: 17px;
    color: #555;
    line-height: 25px;
}

.sheetSets .sheetSpec ul{
    margin-top:10px;
}

.sheetSets .sheetSpec p {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #4d4c4c !important;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}


.sheetSets h3.accessories_table_heading {
    color: #4d4c4c;
    font-family: GothamLight;
    font-size: 21px;
    font-weight: 300;
  	    text-align: left;
}

.sheetSets table.accessories {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 35px 0px;
    border: none;
    border-top: 1px solid #dcdcdc;
    background: #fff;
}

.sheetSets table.accessories tr:nth-child(2n+1) {
    background: #f4f4f4;
}

.sheetSets table.accessories td {
    padding: 8px 5px;
    border-bottom: 1px solid #dcdcdc;
    color: #555;
    font-size: 16px;
    line-height: 20px;

}


.sheetSets .Scape_td_circles_head {
    font-family: GothamLight;
    font-size: 24px;
    color: #7ab325;
    line-height: 36px;
    margin: 0;
    padding: 0;
  text-align:left;
}
.sheetSets table.accessories tr td:nth-child(2n+1) {
    width: 330px;
}

.sheetSets .accessories_table_heading {
    color: #4d4c4c;
    font-size: 21px !important;
    font-weight: 300;
   text-align:left;
}

.sheetSets .accessories_table_heading_right {
    color: #4d4c4c;
    font-size: 21px !important;
    font-weight: 300;
    border-bottom: 1px solid #85764e;
    padding-bottom: 20px;
    margin-bottom: 10px;
  	text-align: left;
}

.sheetSets .scapebed_li_points li {
    line-height: 25px;
    text-align: left;
    padding: 0 0 0 20px;
    font-size: 17px;
    color: #555;
    margin-left: 0px;
}

.sheetSets .accessories_right_part_p {
    font-size: 15px !important;
    font-weight: 400;
    color: #555;
    line-height: 24px !important;
    margin-top: 10px;
  	text-align: left;
}

.sheetSets .accessories_table_heading_right strong {
    font-weight: 300;
}
.sheetSets {
    max-width: 1180px;
    margin: auto;
}

.sheetSets .tensilLeftWrapper > div:nth-of-type(1) > div > div:nth-of-type(1) p {
    font-size: 18px !important;
}
@media (max-width: 1250px){

  .naturalBlissWoolFree .section1 > div:nth-child(1) p {
    width: 65% !important;
    margin-top: 1% !important;
  }

  .naturalBlissWoolFree .section1 > div:nth-child(1) p + p {
    width: 65% !important;
    margin-top: 5% !important;
  }

  .naturalBlissWoolFree .section1 > div:nth-child(2), .naturalBlissWoolFree .section1 > div:nth-child(3), .naturalBlissWoolFree .section1 > div:nth-child(4) {
    width: 30% !important;
    margin-top: 10% !important;
  }

  .naturalBlissWoolFree:after {
    content: '';
    clear: both;
    display: block;
}
  .naturalBlissWoolFree .section1{
  	float:none !important;
  }
}


@media screen and (max-width: 1024px){
  .naturalBlissWoolFree #natural_8_inch_layers > div:nth-of-type(2) {
    width: 63%;
}

  .naturalBlissWoolFree .overviewContainer .botimg {
    width: 36%;
}

  .sheetSets > div:nth-of-type(2) {
    width: 100% !important;
}

  .sheetSets > div:nth-of-type(2) > div.accessories_right_part {
    float: left !important;
    margin-left: 36px !important;
    margin-top: 40px !important;
}
  .naturalBlissWoolFree .coupon_bonus_part .coupon_bonus_item {
    font-size: 14px !important;
    line-height: 21.12px !important;
    font-weight: bold;
}

  .naturalBlissWoolFree #mattress_summary{
  	width:49%;
    float:left;
  }
  .naturalBlissWoolFree #natural_summary{
  	width:49%;
  }
  .naturalBlissWoolFree #order_summary{
  	width:49%;
  }

  #botanicalSection1 .couponWrapper .coupon_bonus h5 {
    font-size: 18.4px !important;
    line-height: 32px !important;
}

  #botanicalSection1 .couponWrapper .coupon_bonus .coupon_bonus_part .coupon_bonus_item {
    font-size: 14px !important;
    line-height: 21.12px !important;
    font-weight: bold;
}

  #botanicalSection1 .couponWrapper .coupon_bonus .coupon_bonus_part ul li {
    font-size: 14.4px;
    line-height: 24px;
    margin-bottom: 15px;
}

  #botanicalSection1 .botanicalMattressSpec .firmness_images .col-lg-5.text-center{
  	width: 100%;
    float: none;
  }
  #botanicalSection1 .botanicalMattressSpec .firmness_images .col-lg-1.text-center.bracket-img{
  	display:none;
  }
  #botanicalSection1 .botanicalMattressSpec .firmness_images .col-lg-6.text-center {
    width: 100%;
    float: none;
    margin-top: 29px;
}
  #botanicalSection1 .botanicalSectionContainer2 h3 {
    font-size: 32px !important;
  }
  #botanicalSection1 .botanicalSectionContainer2 .bgColor {
    padding: 12px;
  }
  #botanicalSection1 .botanicalSectionContainer2 .leftWrapper h4, #botanicalSection1 .botanicalSectionContainer2 .rightWrapper.bgColor h4 {
    font-size: 22.4px;
    line-height: 35.2px;
    margin-bottom: 0;
  }
  #botanicalSection1 .botanicalSectionContainer2 .rightWrapper.bgColor {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
  }
  #botanicalSection1 .botanicalSectionContainer2 .leftWrapper h4, #botanicalSection1 .botanicalSectionContainer2 .rightWrapper.bgColor h4 {
    padding: 0 20px;
  }
  #botanicalSection1 .botanicalSectionContainer2 .floatWrapper.innerWrapper {
    margin-top: 48px;
    display: flex;
    align-items: end;
  }
  #botanicalSection1 .botanicalSectionContainer3 h3 {
    font-size: 35.2px !important;
    line-height: 51.2px !important;
  }
  #botanicalSection1 .botanicalSectionContainer3 h4 {
    font-size: 28.8px;
  }
  #botanicalSection1 .botanicalSectionContainer3 h3:nth-last-of-type(1) {
    font-size: 28.8px !important;
  }
  #botanicalSection1 .botanicalCertifications h2
  {
    font-size: 32px !important;
  }
  #botanicalSection1 .botanicalCertifications h3 {
    font-size: 25.6px !important;
    line-height: 32px !important;
  }
  #botanicalSection1 .botanicalCertifications .three-steps.three-certifications .certification-list > div {
    width: 49%;
  }
  #botanicalSection1 .botanicalFreeTrial h3 {
    font-size: 28.8px !important;
    line-height: 35.2px !important;
  }
  #botanicalSection1 .botanicalFreeTrial center img{
    width: 110px;
    height: 110px;
  }
  #botanicalSection1 h2.mattress-specs-head {
    font-size: 32px;
  }
  #botanicalSection1 .botanicalMattressSpec > .row h2 {
    font-size: 25.6px;
  }
  #botanicalSection1 .botanicalMattressSpec .row.d-flex.align-items-center.layer_inches .mb-4 {
    float: left;
    width: 44%;
}
  #botanicalSection1 .botanicalMattressSpec .layer_inches_div p {
    font-size: 16px !important;
    padding-left: 40px;
}
  #botanicalSection1 .botanicalMattressSpec .row.d-flex.align-items-center.layer_inches .mb-4 img {
	width:100%;
    max-width: 300px;
}
  #botanicalSection1 .botanicalMattressSpec .layer_dimensions_div {
    max-width: unset;
    float: none;
    width: 94%;
    margin: auto;
  }
  #botanicalSection1 .layer_dimensions > div {
    width: 31.33%;
    display: inline-block;
    font-size: 17.6px;
    padding: 8px 0;
  }
   #botanicalSection1 .layer_dimensions_inner_div h3 {
    font-size: 24px !important;
    line-height:25.6px;
  }
  #botanicalSection1 .layer_dimensions_inner_div > div .mb-2 {
    font-size: 17.6px;
  }
  #botanicalSection1 .botanicalFreeReturn h3 {
    font-size: 28.8px !important;
  }

  #botanicalSection1 .botanicalFreeReturn center img {
    width: 120px;
    height: 120px;
  }
  #botanicalSection1 .klarna-payment-div h2 {
    font-size: 32px;
  }
  #botanicalSection1 .klarna-payment-div .row.mb-3 h4, #botanicalSection1 .klarna-payment-div .row.mb-4 h4 {
    display: block;
  }
  #botanicalSection1 .klarna-payment-div .row.mb-3 h4 {
    margin-top: 20px;
  }
  #botanicalSection1 .klarna-payment-div{
    margin: 96px 35px;
  }
  #botanicalSection1 .botanicalMattressSpec{
    width: calc(100% - 70px);
  }
  
  #botanicalSection1 .botanicalMattressSpec > .row .spec-borders > p, #botanicalSection1 .botanicalMattressSpec > .row p {
    font-size: 17.6px !important;
    line-height: 25.6px !important;
  }
  #botanicalSection1 .botanicalMattressSpec > .row .spec-borders h4 {
    font-size: 24px;
    line-height: 25.6px;
  }
  #botanicalSection1 .botanicalMattressSpec > .row li {
    font-size: 17.6px;
    line-height: 32px;
  }
  #botanicalSection1 .botanicalMattressSpec .spec-subhead {
    font-size: 16px;
    line-height: 25.6px;
  }
  #botanicalSection1 .botanicalMattressSpec #icon_firmness_target .row.mt-4.mb-4 > div {
    width: 49%;
    display: inline-block;
    vertical-align: text-top;
}
  #botanicalSection1 .botanicalMattressSpec .spec-borders .col-md-8.layer_inches_div {
    width: 100%;
    float:none;
}
  #botanicalSection1 .botanicalMattressSpec .spec-borders .col-md-8.layer_inches_div .col-12.col-md-7.flex-column.text-left {
    float: right;
    width: 56%;
}
  #botanicalSection1 .botanicalMattressSpec .layer_inches_div p {
    font-size: 19.2px !important;
    line-height: 25.6px !important;
}
  #botanicalSection1 .botanicalMattressSpec .layer_dimensions_div .col-md-12 {
    float: none;
}
  #botanicalSection1 .botanicalCertifications .three-steps.three-certifications .media-body p.multiCertifications a {
    display: inline-block;
}

  /*******8 Natural Bliss*************/

  .naturalBlissWoolFree .coupon_container .coupon_container_text .use_coupon_code{
    font-size: 18.4px !important;
    line-height: 32px !important;
    font-weight: bold;
  }
  .naturalBlissWoolFree .coupon_container .coupon_container_text ul li{

 	font-size: 14.4px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .naturalBlissWoolFree .summeryWrapper {
    display: block;
}
}



@media screen and (max-width: 767px){

  .naturalBlissWoolFree .coupon_bonus_part {
    padding: 11px;
}
  .naturalBlissWoolFree .coupon_bonus_part ul {
    padding-left: 20px;
}

  .naturalBlissWoolFree .overviewContainer .botimg {
    width: 100%;
}

  .naturalBlissWoolFree .overviewContainer .bg_layers{
    padding-left: 0;
    margin-left: 0;
  }
  .naturalBlissWoolFree .overviewContainer .bg_layers{
  	width: 360px;
  }
  .naturalBlissWoolFree .overviewContainer .nb1_layer9, .naturalBlissWoolFree .overviewContainer .nb2_layer9, .naturalBlissWoolFree .overviewContainer .nb3_layer9,
  .naturalBlissWoolFree .overviewContainer .nb4_layer9,.naturalBlissWoolFree .overviewContainer .nb5_layer9{
    background-size: cover !important;
    padding-bottom: 10px;
  }
  .naturalBlissWoolFree .overviewContainer .nb1_layer9, .nb2_layer9, .nb3_layer9, .nb4_layer9, .nb5_layer9 {
    height: auto;
    padding-left: 135px;
    min-height: 122px !important;
  }
  .naturalBlissWoolFree .overviewContainer .overview_italic_title{
  	display:none;
  }
  .sheetSets br{
  	display:none;
  }
   .sheetSets .sheetSpecfications {
    width: 100% !important;
}
  .sheetSets .sheetSpecfications > div {
    width: 100% !important;
    float: none;
    margin: 0 !important;
}
  .sheetSets .sheetSpec {
    width: 100% !important;
    margin: 0 !important;
}
  .sheetSets .sheetSpec > div {
    width: 100% !important;
}
  .sheetSets{
    padding: 0 20px;
  }
  .naturalBlissWoolFree #mattress_summary{
  	width:100%;
    float:none;
  }

  .sheetSets > div:nth-of-type(2) > div {
    width: 100% !important;
    margin-left: 0 !important;
}

  .sheetSets > div:nth-of-type(2) > div.accessories_right_part {
    margin-left: 0 !important;
}
  .naturalBlissWoolFree #natural_summary{
  	width:100%;
  }
  .naturalBlissWoolFree #order_summary{
  	width:100%;
  }
  .naturalBlissWoolFree .overviewContainer .overview_sub_one h2 img{
    float: none !important;
    display: block;
    margin: auto;
  }

  .naturalBlissWoolFree .coupon_bonus_part .coupon_bonus_item {
    font-size: 17.6px !important;
    line-height: 26.4px !important;
}

  .naturalBlissWoolFree .overviewContainer .coupon_bonus_part {
    padding: 0;
    padding-bottom: 0 !important;
}
  .naturalBlissWoolFree .section1 > div:nth-child(1) p + p {
    width: 100% !important;
    margin-top: 30% !important;
}
  .naturalBlissWoolFree .section1 > div:nth-child(2), .naturalBlissWoolFree .section1 > div:nth-child(3), .naturalBlissWoolFree .section1 > div:nth-child(4) {
    width: 100% !important;
    margin-top: 5% !important;
    border: 0 !important;
}
  .naturalBlissWoolFree .section1 > div:nth-child(2){
  	margin-top: 48px !important;
    margin-left: 0 !important;
  }
  .naturalBlissWoolFree .section1 > div:nth-child(3) p{
   border: 0 !important;
  }

  .naturalBlissWoolFree  .coupon_container_img img {
    width: 100%;
  }

  .naturalBlissWoolFree .coupon_container .coupon_container_img {
    width: 100%;
    float: none !important;
}

  .naturalBlissWoolFree .coupon_container{
  	padding:0;
  }

  .naturalBlissWoolFree .coupon_container .coupon_container_text {
    width: 100%;
    float: none;
    margin-top: 64px;
    margin-left: 0;
}

  .naturalBlissWoolFree .coupon_container .coupon_container_text .use_coupon_code {
    font-weight: normal;
    margin-top: 48px;
    margin-bottom: 24px;
}

  #botanicalSection1 .couponWrapper .col-md-3.coupon_image {
    width: 100%;
    float: none;
  }
  #botanicalSection1 .couponWrapper .col-md-8.coupon_bonus {
    width: 100%;
    float: none;
    padding-left: 0;
    width: 90%;
    margin: auto;
    padding-right: 0;
  }

  #botanicalSection1 .couponWrapper .coupon_bonus .coupon_bonus_part .coupon_bonus_item {
    font-size: 17.6px !important;
    line-height: 26.4px !important;

  }
  #botanicalSection1 .couponWrapper .col-md-8.coupon_bonus .row > div:nth-of-type(1) {
    margin-top: 90px;
  }
  #botanicalSection1 .botanicalMattressSpec .spec-borders .col-md-8.layer_inches_div .col-12.col-md-7.flex-column.text-left {
    float: none;
    width: 100%;
}
  #botanicalSection1 .botanicalMattressSpec .row.d-flex.align-items-center.layer_inches .mb-4 {
    float: none;
    width: 100%;
}
  #botanicalSection1 .botanicalMattressSpec{
  	width: 85%;
  }
  #botanicalSection1 .botanicalMattressSpec #icon_firmness_target .row.mt-4.mb-4 > div{
  	width:100%;
        margin-top: 0;
  }
  #botanicalSection1 .leftWrapper{
  	float: none;
    width: 100%;
  }
  #botanicalSection1{
  	padding: 0px;
  }

  #botanicalSection1 .rightWrapper{
	padding-left:0;
  	float: none;
    width: 100%;
  }

  #botanicalSection1 .botanicalSectionContainer p.image{
    padding-bottom: 48px;
  }
  #botanicalSection1 .botanicalSectionContainer2 .floatWrapper{
  	display: block;
  }

  #botanicalSection1 .botanicalSectionContainer2 .bgColor {
    width: 100%;
    padding: 12px;
  }

  #botanicalSection1 .botanicalSectionContainer2 .leftWrapper h4, #botanicalSection1 .botanicalSectionContainer2 .rightWrapper.bgColor h4 {
    font-size: 25.6px;
    padding: 0 20px;
  }
  #botanicalSection1 .botanicalSectionContainer2 .rightWrapper {
    width: 100% !important;
    padding: 0 12px;
    margin-top: 48px;
  }
  #botanicalSection1 .botanicalSectionContainer2 .rightWrapper p {
	font-family: GothamLight;
    font-weight: 600;
    padding: 0 20px;
    font-size: 19.2px !important;
  }

  #botanicalSection1 .botanicalSectionContainer2 .rightWrapper.bgColor {
    width: 100% !important;
    padding: 12px !important;
  }

  #botanicalSection1 .botanicalSectionContainer2 .innerWrapper .leftWrapper {
    width: 100%;
  }

  #botanicalSection1 .botanicalSectionContainer2 .innerWrapper .rightWrapper {
    width: 100% !important;
    padding: 0 30px;
  }

  #botanicalSection1 .botanicalSectionContainer2 .innerWrapper .rightWrapper li {
    font-size: 19.2px;
    margin-left: 20px;
  }
  #botanicalSection1 .botanicalSectionContainer3.topborder {
    padding: 0 15px;
    padding-bottom: 48px;
  }
  #botanicalSection1 .botanicalSectionContainer3 h3 {
    font-size: 28.8px !important;
    padding-top: 40px;
  }
  #botanicalSection1 .botanicalSectionContainer3 .table-responsive .table td span.d-none {
    display: none;
  }
  #botanicalSection1 .botanicalSectionContainer3 .table-responsive .table{
  	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }

  #botanicalSection1 .botanicalSectionContainer3 h4 {
    font-size: 24px;
  }
  #botanicalSection1 .botanicalSectionContainer3 h3:nth-last-of-type(1) {
    font-size: 24px !important;
  }
  #botanicalSection1 .botanicalCertifications h2
   {
    font-size: 24px !important;
  }
  #botanicalSection1 .botanicalCertifications h3 {
    font-size: 17.6px !important;
    line-height: 28.8px !important;
  }
  #botanicalSection1 .botanicalCertifications h3 span{
    display:inline;
  }
  #botanicalSection1 .botanicalCertifications .three-steps.three-certifications .certification-list > div {
    width: 100%;
  }
  #botanicalSection1 .botanicalCertifications .three-steps.three-certifications .media-body {
    text-align: center !important;
    padding-left: 0;
  }
  #botanicalSection1 .botanicalCertifications .three-steps.three-certifications {
    padding-top: 48px;
    text-align: center;

  }
  #botanicalSection1 .botanicalCertifications .three-steps.three-certifications span.certi_img {
    float: none;
  }
  #botanicalSection1 .botanicalCertifications .three-steps.three-certifications span.certi_img img {
    margin-bottom: 10px;
  }
  
  #botanicalSection1 .botanicalCertifications .three-steps.three-certifications .media-body h3 {
    font-size: 17.6px;
    text-align: center;
  }
  #botanicalSection1 .botanicalCertifications .three-steps.three-certifications .media-body p a{
    text-align: center;
    display: block;
  }
  #botanicalSection1 .botanicalCertifications center {
    margin-top: 100px;
  }
  #botanicalSection1 .botanicalFreeTrial h3, #botanicalSection1 .botanicalFreeTrial h5{
    font-size: 28.8px !important;
    line-height: 35.2px !important;
  }
  #botanicalSection1 .botanicalFreeTrial h5 span{
  	display:inline;
  }
  #botanicalSection1 .botanicalFreeTrial center img {
    width: 110px;
    height: 110px;
  }
  #botanicalSection1 h2.mattress-specs-head {
    font-size: 32px;
  }
  #botanicalSection1 .botanicalMattressSpec > .row h2 {
    font-size: 24px;
    line-height: 32px;
    padding: 15px 10px;
  }

  #botanicalSection1 .botanicalMattressSpec .layer_inches_div p {
    font-size: 16px !important;
    padding: 0 15px;
    margin-top: 20px;
  }
  #botanicalSection1 .row.d-flex.align-items-center.layer_inches.mt-5.mb-4 {
    display: block;
  }

  #botanicalSection1 .botanicalMattressSpec .layer_dimensions_div {
    max-width: unset;
    float: none;
    width: 96.9%;
    margin: auto;
    border: none;
  }
  #botanicalSection1 .layer_dimensions_inner_div h3 {
    font-size: 24px !important;
    line-height:25.6px;
  }

  #botanicalSection1 .layer_dimensions > div {
    width: 31.33%;
    display: inline-block;
    font-size: 17.6px;
    padding: 8px 0;
  }

  #botanicalSection1 .layer_dimensions_inner_div > div .mb-2 {
    font-size: 17.6px;
  }
  #botanicalSection1 .botanicalMattressSpec .spec-subhead {
    font-size: 20px;
    line-height: 25.6px;
  }

  #botanicalSection1 .botanicalMattressSpec .progress-bar-box {
    margin-top: 50px !important;
  }
  #botanicalSection1 .botanicalMattressSpec .progress-bar-box p {
    font-size: 22.4px !important;
    line-height: 32px !important;
  }
  #botanicalSection1 .botanicalMattressSpec .progress-bar-box .firmness_subhead {
    font-size: 19.2px !important;
    text-align: center !important;
  }
  #botanicalSection1 .botanicalMattressSpec .progress-bar-box .percent_head {
    font-size: 17.6px !important;
  }
  #botanicalSection1 .botanicalMattressSpec > .row .spec-borders > p, #botanicalSection1 .botanicalMattressSpec > .row p {
    font-size: 16px !important;
    line-height: 25.6px !important;
  }
  #botanicalSection1 .botanicalMattressSpec > .row .spec-borders h4 {
    font-size: 19.2px;
    line-height: 25.6px;
  }
  #botanicalSection1 .botanicalMattressSpec > .row li {
    font-size: 16px;
    line-height: 32px;
  }
  #botanicalSection1 .botanicalMattressSpec > .row ul {
    padding-left: 50px;
  }
  #botanicalSection1 .klarna-payment-div h2 {
    font-size: 32px;
  }
  #botanicalSection1 .klarna-payment-div .row.mb-3 h4, #botanicalSection1 .klarna-payment-div .row.mb-4 h4 {
    font-size: 22.4px;
    padding: 10px;
  }
  #botanicalSection1 .botanicalFreeReturn h3 {
    font-size: 28.8px !important;
    line-height: 35.2px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  #botanicalSection1 .botanicalFreeReturn center {
    display: block;
  }
  #botanicalSection1 .botanicalFreeReturn center img {
    width: 120px;
  }
  #botanicalSection1 .botanicalSectionContainer3 h3 span {
    display: inline;
  }
  #botanicalSection1 .botanicalSectionContainer2 h3 span {
    display: inline;
  }
  #botanicalSection1 .botanicalFreeTrial {
    padding-right: 20px;
    padding-left: 20px;
  }
  #botanicalSection1 .botanicalFreeTrial center {
    display: block;
  }
  #botanicalSection1 .klarna-payment-div {margin: 96px auto;}
  #botanicalSection1 .botanicalFreeReturn span {
    display: inline;
}
  #botanicalSection1 .botanicalSectionContainer2 .floatWrapper.innerWrapper{
  	display:block;
  }
  #botanicalSection1 .botanicalCertifications .three-steps.three-certifications .media-body p.multiCertifications a {
    display: inline-block;
}
  #botanicalSection1 .botanicalFreeTrial center, #botanicalSection1 .botanicalFreeReturn center{
  	width:100%;
    max-width:unset;
  }
  #botanicalSection1 .couponWrapper .coupon_bonus .coupon_bonus_part {
       padding: 0 20px;
    padding-bottom: 0 !important;
}
}


.can_buy, .toppers_deluxe_head { font-weight: 700; }


/* --------------------- CUSTOM SCSS -------------------------- */


.page-container center#handmade-wool-comforter,
.page-container center#wool-topper-content{
  padding: 0px;
}

.page-container .plusbed_twentyteen p.big_description_black {display:block;margin: 20px auto;}

.page-container p.big_description_black {
  display: inline-block;
  margin: 10px 0px 20px 0px;
  max-width: 800px;
}

#handmade-wool-comforter .heroholder,
#wool-topper-content .heroholder{
  display: none;
}

#handmade-wool-comforter .container_100,
#wool-topper-content .container_100{
  background-repeat: no-repeat;
  background-size: cover;
}

#wool-topper-content #year_round {
  min-height: 828px;
  background: url(/cdn/shop/files/Img_01_fe304222-04c9-45ad-822c-9c37b24c2c67.jpg?v=11371753048179232296);
/*   background: url(/cdn/shop/files/Img_01_fe304222-04c9-45ad-822c-9c37b24c2c67.jpg?26495); */
  background-repeat: no-repeat;
  background-size: cover;
}

#handmade-wool-comforter #wool_growers,
#wool-topper-content #wool_growers {
  min-height: 676px;
  background: url(/cdn/shop/files/Img_02.jpg?v=1641947378559943964);
/*   background: url(/cdn/shop/files/Img_02.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#wool-topper-content #enjoy_section {
  min-height: 676px;
  background: url(/cdn/shop/files/Img_03.jpg?v=8989815672188530279);
/*   background: url(/cdn/shop/files/Img_03.jpg?26618); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#handmade-wool-comforter #all_natural .grid_12,
#wool-topper-content #all_natural .grid_12{
  display: inline-block;
  width: auto;
  margin: 40px 30px 30px 30px;
}
#wool-topper-content #purity_standards {
  min-height: 616px;
  background: url(/cdn/shop/files/Img_05.jpg?v=784604288700899953);
/*   background: url(/cdn/shop/files/Img_05.jpg?26620); */
  background-repeat: no-repeat;
  background-size: cover;
}
.plusbed_thirtyttwo #wool-topper-content #practices_we_oppose {padding-bottom:700px !important;}
.plusbed_thirtyttwo #wool-topper-content #practices_we_oppose .container_11 .grid_9 p.big_description_black > span {font-family: GothamMedium !important;}
#handmade-wool-comforter #practices_we_oppose,
#wool-topper-content #practices_we_oppose {
  min-height: 2000px;
  background: url(/cdn/shop/files/Img_06_e95636e3-9af3-44a6-9cb6-63e3b6f25876.jpg?v=1260339248539527044);
/*   background: url(/cdn/shop/files/Img_06_e95636e3-9af3-44a6-9cb6-63e3b6f25876.jpg?26620); */
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f3f7fa;
  padding-bottom: 400px !important;
}

#wool-topper-content #topper_sizes {
  min-height: 393px;
  background: url(/cdn/shop/files/Img_07.jpg?v=17462539278023326118);
/*   background: url(/cdn/shop/files/Img_07.jpg?26700); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#wool-topper-content .size_guide {
  vertical-align: middle;
  width: 175px;
  height: 183px;
  padding: 0px;
  border: 1px solid #ddd;
  text-align: center;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
}

#wool-topper-content .size_guide:hover{
  border: 1px solid #57699b;
  background-color: #57699b;
}

#wool-topper-content .size_guide:hover p{
  color: #fff;
}

#wool-topper-content .size_guide.size_guide_selected{
  border: 1px solid #57699b;
  background-color: #57699b;
}

#wool-topper-content .size_guide.size_guide_selected p{
  color: #fff;
}

#wool-topper-content .size_guide div {
  float: left;
  width: 100%;
  height: 125px;
  margin: 10px 0px;
}

#wool-topper-content .size_guide p {
  float: left;
  width: 100%;
  font-family: roboto,arial,san-serif;
  font-size: 15px;
  font-weight: 400;
  color: #525a66;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}

#handmade-wool-comforter #handmade_quality, 
#wool-topper-content #handmade_quality {
  min-height: 527px;
  background: url(/cdn/shop/files/Img_08.jpg?v=1939788567506844437);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
/*   background: url(/cdn/shop/files/Img_08.jpg?26965); */
}
.plusbed_thirtyttwo #wool-topper-content #madein {
	clear: both;
    display: block;
    float: none;
    margin: 0 auto !important;
    max-width: 1200px;
    overflow: hidden;
    padding: 100px 20px !important;
    width: 100%;
}
.plusbed_twentyteen #handmade-wool-comforter  #madein {width:100%;margin-left:0 !important;margin-right:0 !important;}
.plusbed_twentyteen #handmade-wool-comforter  #madein .container_11 {display: block; float: none !important; margin: 0 auto !important; max-width: 1100px; width: 100%;}

#handmade-wool-comforter  #madein,
#wool-topper-content #madein {
  display: block;
  margin: 100px 65px;
  width: auto;
  padding: 0px;
}

#handmade-wool-comforter  #madein .madein_text,
#wool-topper-content #madein .madein_text {
  padding-left: 20px;
}
.plusbed_thirtyttwo #wool-topper-content #return_policy h2.heading_black {margin-top:0 !important;}

#handmade-wool-comforter #return_policy,
#wool-topper-content #return_policy {
  min-height: 725px;
  background: url(/cdn/shop/files/Img_10.jpg?v=2881431069593801898);
  background-repeat: no-repeat;
  background-size: cover;
/*   background: url(/cdn/shop/files/Img_10.jpg?27084); */
}

#handmade-wool-comforter .grid_10#inline-items,
#wool-topper-content .grid_10#inline-items {
  display: inline-block;
  float: none;
}

.plusbed_thirtyttwo #wool-topper-content .grid_10#inline-items div .policy_head {font-family: GothamMedium !important;}
.plusbed_thirtyttwo #wool-topper-content .grid_10#inline-items div .comfort_purity {text-align:justify;}


#handmade-wool-comforter .grid_10#inline-items div,
#wool-topper-content .grid_10#inline-items div {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  max-width: 300px;
}

#handmade-wool-comforter #handmade_quality .grid_12, 
#wool-topper-content #handmade_quality .grid_12{
  display: inline-block;
  margin-top: 145px;
}

#handmade-wool-comforter #handmade_quality p.big_description_white,
#wool-topper-content #handmade_quality p.big_description_white{
  width: 100%;
  max-width: 880px;
}

#handmade-wool-comforter #madein strong,
#wool-topper-content #madein strong {
  display: inline-block;
  font-size: 36px;
  line-height: 48px;
}

.page-container #handmade-wool-comforter #return_policy .grid_9,
.page-container #wool-topper-content #return_policy .grid_9{
  width: 100%;
  max-width: 880px;
}

#handmade-wool-comforter #return_policy .grid_10#return_policy_text_block,
#wool-topper-content #return_policy .grid_10#return_policy_text_block {
  display: inline-block;
  max-width: 944px;
  width: 100%;
  margin: auto;
  text-align: left;
  float: none;
}

#handmade-wool-comforter #return_policy .return_policy_text,
#wool-topper-content #return_policy .return_policy_text{
  float: left;
  width: 100%;
  margin-top: 75px;
}

#handmade-wool-comforter #luxuriously_comfortable {
  min-height: 486px;
  background: url(/cdn/shop/files/Img_01_54b44f1c-2ed2-4ac8-97d5-af2ac49cb352.jpg?v=9131558747814433040);
  background-repeat: no-repeat;
  background-size: cover;
}

#handmade-wool-comforter #sleep_cool_section{
  min-height: 1150px;
  background: url(/cdn/shop/files/Img_03_2349c653-6765-43b8-85df-380b3411161e.jpg?v=11407629548879985331);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

#handmade-wool-comforter #sleep_cool_section .container_11 .grid_12{
  display: inline-block;
  margin-top: 16px;
  text-align: center;
}

#wool-topper-content #all_natural,
#handmade-wool-comforter #all_natural{
 background-color: #36385b;
}

#handmade-wool-comforter #optimal_heart_rate {
  min-height: 878px;
  background: url(/cdn/shop/files/Img_06_6fef8118-9a01-4228-af99-edf6bcfcec94.jpg?v=10052029339384125776);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#handmade-wool-comforter #optimal_heart_rate .container_11 .text_to_right {
  float: right !important;
  width: 550px !important;
}

#handmade-wool-comforter #optimal_heart_rate .container_11 .text_to_right .text_section {
  float: left !important;
  margin-top: 145px !important;
}

#handmade-wool-comforter #finest_materials .container_11 > div > div h3.heading_black ,
#handmade-wool-comforter #optimal_heart_rate .container_11 > div > div h3.heading_black {
  margin: 0px;
  text-align: left !important;
}

#handmade-wool-comforter #optimal_heart_rate .container_11 .text_to_right p,
#handmade-wool-comforter #finest_materials .container_11 .text_to_left p{
  text-align: left;
  float: left;
  color: #2e3032;
  margin-top: 35px;
}

#handmade-wool-comforter #finest_materials {
  min-height: 766px;
  background: url(/cdn/shop/files/Img_07_cb765b32-f902-41cc-a3e0-03156d11633b.jpg?v=2000900860463422284);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

#handmade-wool-comforter #finest_materials .container_11 > .text_to_left {
  float: left !important;
  width: 620px !important;
  margin-left: 80px !important;
}

#handmade-wool-comforter #finest_materials .container_11 > .text_to_left > .heading_section{
  float: left !important;
  margin-top: 145px !important;
}

#handmade-wool-comforter #finest_materials .container_11 > .text_to_left > .text_section{
  float: left !important;
  margin-top: 0px !important;
  margin-bottom: 50px !important;
}

#wool-topper-content #return_policy .middle_text_block,
#handmade-wool-comforter #return_policy .middle_text_block{
  margin: 0px 22px;
}


@media screen and (max-width: 991px){
  #handmade-wool-comforter #sleep_cool_section {
    min-height: 700px;
  }
  
  #handmade-wool-comforter #optimal_heart_rate{
  	background-position: left;
  }
  
  #handmade-wool-comforter #finest_materials {
    min-height: 650px;
    background-position: bottom right;
  }
  
  #handmade-wool-comforter #optimal_heart_rate .container_11 .text_to_right .text_section {
    margin-top: 50px !important;
  }
  
  #handmade-wool-comforter #optimal_heart_rate .container_11 > div > div h3.heading_black {
    text-align: center !important;
  }
  
  #handmade-wool-comforter #optimal_heart_rate .container_11 .text_to_right,
  #handmade-wool-comforter #finest_materials .container_11 > .text_to_left {
    float: none !important;
    width: 100% !important;
    max-width: 800px;
    margin-left: 0px !important;
  }
  
  #handmade-wool-comforter #finest_materials .container_11 > .text_to_left > .heading_section{
  	margin-top: 350px !important;
  }
}

@media screen and (max-width: 768px){
  
  
  #handmade-wool-comforter .heroholder,
  #wool-topper-content .heroholder{
    display: block;
  }
  
  #handmade-wool-comforter #luxuriously_comfortable,
  #handmade-wool-comforter #sleep_cool_section,
  #handmade-wool-comforter #optimal_heart_rate,
  #handmade-wool-comforter #finest_materials,
  #wool-topper-content #year_round,
  #handmade-wool-comforter #wool_growers,
  #wool-topper-content #wool_growers,
  #wool-topper-content #enjoy_section,
  #wool-topper-content #purity_standards,
  #handmade-wool-comforter  #return_policy,
  #wool-topper-content #return_policy
  {
    min-height: auto;
    background: transparent;
  }
  
  #handmade-wool-comforter #practices_we_oppose,
  #wool-topper-content #practices_we_oppose {
  }

  #wool-topper-content #topper_sizes {
  }
  
  #handmade-wool-comforter #optimal_heart_rate .container_11 .text_to_right .text_section ,
  #handmade-wool-comforter #finest_materials .container_11 > .text_to_left > .heading_section {
    margin-top: 10px !important;
  }

  #handmade-wool-comforter #finest_materials .container_11 > div > div h3.heading_black{
  	text-align: center !important;
  }

  
  #handmade-wool-comforter #handmade_quality,
  #wool-topper-content #handmade_quality {
    min-height: auto;
    background: #36385a;
  }
  
  #handmade-wool-comforter #handmade_quality .grid_12,
  #wool-topper-content #handmade_quality .grid_12{
    margin-top: 10px;
  }
  
  #handmade-wool-comforter #sleep_cool_section .container_11 .grid_12 {
    margin-top: 0px;
  }
  
  #handmade-wool-comforter #optimal_heart_rate .container_11 .text_to_right p,
  #handmade-wool-comforter #finest_materials .container_11 .text_to_left p{
    text-align: center;
  }
  
  #handmade-wool-comforter #madein,
  #wool-topper-content #madein{
    margin: 50px 20px;
  }

  #handmade-wool-comforter #handmade_quality + .container_100 .grid_10 .grid_5,
  #wool-topper-content #handmade_quality + .container_100 .grid_10 .grid_5{
    width: 100% !important;
  }
  
  #handmade-wool-comforter .grid_10#inline-items div, 
  #wool-topper-content .grid_10#inline-items div {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-bottom: 25px;
  }
  
  #handmade-wool-comforter #return_policy .return_policy_text,
  #wool-topper-content #return_policy .return_policy_text{
  	margin-top: 0px;
  }
  
  #wool-topper-content #return_policy .middle_text_block,
  #handmade-wool-comforter #return_policy .middle_text_block{
    margin: 0px;
  }
}

.full_width_image_section {
  width: 100%;
  max-width: 880px;
  margin: auto;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.full_width_image_section img {
  width: 100%;
}

/* start product page css */

.template-product .order-ship-return h4 {}
.template-product .heading_white {font-family: Georgia,serif;}

.template-product .coman_title {
	font-family: Georgia,serif;
    font-size: 35px;
    letter-spacing: 0;
	line-height:1.2;
	padding:20px 10px 0 10px;
}

.template-product .pro_quantity label[for="quantity"] {
	border: none;
    color: #232323;
    font-family: GothamMedium;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.related-products {text-align:center;border:none !important;padding:0 30px !important;}
.related-products > h2 {font-size:35px;}
.related-products .products-grid  {margin:0;}

.template-page .collection-tile {margin-top:30px;}
.template-page .collection-tile .add-Padding .btn {
	font-family: GothamMedium !important;
    font-size: 18px !important;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 15px 40px;
    text-decoration: none;
    text-transform: uppercase;
}
.template-page .collection-tile .text_adkjustments img {
    padding: 0 0 40px;
}
.template-page .collection-tile .text_adkjustments ul {margin-bottom: 15px; padding: 0 0 0 15px;}
.template-page .collection-tile .text_adkjustments p {font-size: 1.2rem !important; line-height: 1.8rem;font-family: GothamLight;}
.template-page .collection-tile .text_adkjustments p.product-bullet-head {font-family: GothamMedium !important;}




/* plusbed_four */
.plusbed_four #natural-choice {background:url("Luxury_Bliss_Img_01a.jpg") no-repeat center top;background-size: 100% auto !important;}
.plusbed_four #natural-choice > div {margin: 0 auto !important;}
.plusbed_four #natural-choice > div .heading_black {margin-top:20px !important;font-family: Georgia,serif;}
.plusbed_four #natural-choice > div h3,
.plusbed_four #natural-choice > div h4 {font-family: Georgia,serif;}
.plusbed_four .description_black h2.heading_black {font-family: Georgia,serif;margin:0 !important;}
.plusbed_four .description_black .container_100 > br {display:none;}
.plusbed_four .description_black + .description_black {margin-top:0 !important;}
.plusbed_four .description_black .description_black {margin:0 !important;}
.plusbed_four .description_black p.description_black {margin:0 0 20px 0 !important;}
.plusbed_four > .container_100 {margin:0 !important;}
.plusbed_four #botanicalSection1 {clear:both;}
.plusbed_four #botanicalSection1 .couponWrapper .coupon_offer_ends {  font-family: GothamMedium; font-weight: 400;}
.plusbed_four #botanicalSection1 .botanicalCertifications.topborder {border:none !important;padding:20px 0 !important;}
.plusbed_four #botanicalSection1 .botanicalCertifications.topborder > br {display:none;}

.plusbed_four #botanicalSection1 .botanicalCertifications h3 {font-size:22px !important;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 850px;
    text-align: center;
}

.plusbed_four #botanicalSection1 .botanicalCertifications .three-steps.three-certifications {padding-top:50px !important;}
.plusbed_four #adjustable_bases h2 {font-family: Georgia,serif !important;}

/* plusbed_twentyfive */

.plusbed_twentyfive {}
.plusbed_twentyfive .botanicalSectionContainer h3 {font-family: Georgia,serif; font-weight: normal; line-height: 1.4 !important;}
.plusbed_twentyfive .botanicalSectionContainer.clearfix h3 {padding:0 !important;}
.plusbed_twentyfive #botanicalSection1 .botanicalSectionContainer {padding:20px 20px 30px;}
.plusbed_twentyfive #botanicalSection1 .botanicalCertifications .three-steps.three-certifications {padding-top: 40px;}
.plusbed_twentyfive #botanicalSection1 .botanicalFreeTrial h3 span {font-family: Georgia,serif !important; font-weight: normal !important;}

/* plusbed_fourytone */

.plusbed_fourytone {}
.plusbed_fourytone .botanicalSectionContainer h3 {font-family: Georgia,serif; font-weight: normal; line-height: 1.4 !important;}
.plusbed_fourytone .botanicalSectionContainer.clearfix h3 {padding:0 !important;}
.plusbed_fourytone #botanicalSection1 .botanicalSectionContainer {padding:20px 20px 30px;}
.plusbed_fourytone #botanicalSection1 .botanicalCertifications .three-steps.three-certifications {padding-top: 40px;}
.plusbed_fourytone #botanicalSection1 .botanicalFreeTrial h3 span {font-family: Georgia,serif !important; font-weight: normal !important;}



@media (max-width: 991px) {
	
	.template-product .product_top .product-img-box {padding-left: 0;padding-right: 0;position: relative;width: 100%;}
	.template-product .product_top .product-shop { padding: 30px 0 0; width: 100%;}
	.template-product .mobile_product-padding .prices-box {width:100%;text-align:center;}
	.template-product .bottom_shipping { text-align: center;}
}

@media (max-width: 767px) {
	.template-product .coman_title {font-size:26px;}
}

@media (max-width: 500px) {
	
	body #botanicalSection1 .use_coupon_code h5 { font-size: 18px !important;line-height: 1.5 !important;}
	
	.plusbed_four #adjustable_bases h2 {font-size: 26px; line-height: 1.5;}
	.plusbed_four #natural-choice > div .heading_black {font-size:26px;}
	.plusbed_nineten .ortho-foundation > div .default_title h3  {font-size:26px !important;}
	.template-product .heading_white {font-size:26px;}
	
	.template-product .default_title h2 {font-size:26px !important;}
	.plusbed_four .container_100 .description_black .heading_black {font-size:26px;}
	.template-product  .page-container .txt_block h2 {font-size:26px !important;line-height:1.2 !important;}
	.template-product #botanicalSection1 .botanicalCertifications h2 {font-size:26px !important;}
	.template-product  #botanicalSection1 .botanicalCertifications h3 span {font-size:18px;}
	
	.template-product .heading_black {font-size:26px;line-height:1.2;}
	.template-product #natural-materials h4 {font-size:18px !important;line-height:1.2 !important;}
	
	.template-product .page-container p {font-size:14px !important;}
	
	.template-product #botanicalSection1 h5 {font-size: 18px !important; line-height: 1.5 !important;}
	.template-product #botanicalSection1 .botanicalFreeTrial h3 span {font-size:26px !important;}
	
	.template-product #botanicalSection1 .botanicalFreeTrial h3, #botanicalSection1 .botanicalFreeTrial h5 {margin:0 !important;}
	
	.template-product .plusbed_twentyfive .botanicalFreeTrial h3 {padding:0 !important;}
	.template-product .plusbed_twentyfive .botanicalFreeTrial h5 {font-size:18px !important;line-height:1.5 !important;}
	.template-product #botanicalSection1 .botanicalSectionContainer2 { padding: 20px;} 
	.template-product #botanicalSection1 .botanicalSectionContainer2 h3 { font-size: 26px !important;}
	
	.template-product #botanicalSection1 .botanicalSectionContainer2 .leftWrapper h4, .template-product #botanicalSection1 .botanicalSectionContainer2 .rightWrapper.bgColor h4 {font-size: 18px; text-align: center;    line-height: normal;}
	.template-product #botanicalSection1 .botanicalSectionContainer2 .bgColor {padding:15px !important;}
	.template-product #botanicalSection1 .botanicalSectionContainer2 .rightWrapper {margin-top:30px;}
	.template-product #botanicalSection1 .botanicalSectionContainer2 .rightWrapper p {font-size:18px !important;line-height:1.5 !important;}
	
	.template-product #botanicalSection1 .botanicalSectionContainer2 .innerWrapper .rightWrapper h3 {margin-bottom:30px;}
	.template-product #botanicalSection1 .botanicalSectionContainer2 .innerWrapper .rightWrapper li {font-size:18px;line-height:1.5;margin-bottom:15px;}
	.template-product #botanicalSection1 .botanicalSectionContainer2 .innerWrapper .rightWrapper p {font-size:18px;line-height:1.5;}
	.template-product #botanicalSection1 .botanicalSectionContainer3 h3 {font-size: 26px !important; padding-top: 30px;line-height:1.5 !important;}
	.template-product #botanicalSection1 .botanicalSectionContainer3 h4 { font-size: 20px; line-height: 1.5;    margin: 20px 0;}
	.template-product #botanicalSection1 .botanicalSectionContainer3 h3:nth-last-of-type(1) {font-size:20px !important;}
	.template-product #botanicalSection1 .botanicalCertifications.topborder {border:none !important;}
	
	.template-product #botanicalSection1 .botanicalFreeTrial h3 {font-size:26px !important;}
	
	.template-product #botanicalSection1 .botanicalFreeTrial center p {font-size:18px !important;line-height:1.5 !important;}
	.template-product #botanicalSection1 .botanicalFreeTrial div {padding-top:20px;}
	.template-product #botanicalSection1 .botanicalFreeTrial {padding-bottom:40px;padding-top:50px;}
	.template-product #botanicalSection1 h2.mattress-specs-head { font-size: 26px; margin: 0; padding: 30px 0;} 
	.template-product #botanicalSection1 .botanicalMattressSpec > .row ul {padding-bottom:10px;}
	.template-product #botanicalSection1 .botanicalMattressSpec > .row .spec-borders h4 {font-size:18px !important;line-height:1.5 !important;}
	
	.template-product #botanicalSection1 .botanicalMattressSpec > .row .spec-borders > p, .template-product #botanicalSection1 .botanicalMattressSpec > .row p {padding:0 30px 30px;}
	.template-product #botanicalSection1 .klarna-payment-div h2 {font-size:26px;}
	.template-product #botanicalSection1 .klarna-payment-div .row.mb-3 h4, .template-product #botanicalSection1 .klarna-payment-div .row.mb-4 h4 {font-size: 18px;line-height: 1.5 !important;}
	.template-product #botanicalSection1 .klarna-payment-div .row.mb-4:nth-last-of-type(1) {margin-top:10px;}
	.template-product #botanicalSection1 .klarna-payment-div { margin: 50px auto 0;} 
	.template-product .plusbed_twentyfive #botanicalSection1 .klarna-payment-div { margin: 50px auto;} 
	
	.template-product #botanicalSection1 .botanicalFreeReturn h3 { font-size: 26px !important; line-height: 1.5 !important; padding-bottom: 0;}

	.template-product #botanicalSection1 .botanicalSectionContainer {padding:40px 20px 40px;}
	
	.related-products > h2 {font-size:26px;} 
	
	.template-product .plusbed_twentyfive #botanicalSection1 h2.mattress-specs-head {    padding: 30px 10px; line-height: 1.2;}
	.template-product #botanicalSection1 .spec-text.spec-borders.pt-5 { padding: 30px !important;}
}

#botanicalSection1 .botanicalMattressSpec .progress-bar-box .progress {
    border: 2px solid #60808E;
    border-radius: 0;
}

.plusbed_twentyfive #botanicalSection1 .botanicalMattressSpec .progress-bar-box .firmness_subhead
{
    font-size: 21px !important;
}

/* end product page css */

