@charset "utf-8";
@font-face {
	font-family: 'lato-light';
	src: url('../fonts/lato-light.woff2') format('woff2'),
	url('../fonts/lato-light.svg') format('svg'),
	url('../fonts/lato-light.woff') format('woff'),
	url('../fonts/lato-light.eot') format('eot'),
	url('../fonts/lato-light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato-Thin';
	src: url('../fonts/Lato-Thin.woff2') format('woff2'),
	url('../fonts/Lato-Thin.svg') format('svg'),
	url('../fonts/Lato-Thin.otf') format('otf'),
	url('../fonts/Lato-Thin.eot') format('eot'),
	url('../fonts/Lato-Thin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'lato-regular';
	src: url('../fonts/lato-regular.woff2') format('woff2'),
	url('../fonts/lato-regular.svg') format('svg'),
	url('../fonts/lato-regular.woff') format('woff'),
	url('../fonts/lato-regular.eot') format('eot'),
	url('../fonts/lato-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'lato-bold';
	src: url('../fonts/lato-bold.woff2') format('woff2'),
	url('../fonts/lato-bold.svg') format('svg'),
	url('../fonts/lato-bold.woff') format('woff'),
	url('../fonts/lato-bold.eot') format('eot'),
	url('../fonts/lato-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato-Semibold';
	src: url('../fonts/Lato-Semibold.woff2') format('woff2'),
	url('../fonts/Lato-Semibold.svg') format('svg'),
	url('../fonts/Lato-Semibold.otf') format('otf'),
	url('../fonts/Lato-Semibold.eot') format('eot'),
	url('../fonts/Lato-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
html {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: 'lato-light';
	position: relative;
	overflow-x: hidden;
}

.head {
	position: fixed;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	z-index: 99999999;
}

.clear {
	clear: both;
}

.row {
	margin: 0 !important;
}

a,
a:hover,
a:focus {
	color: #c61e25;
	text-transform: uppercase;
}

p {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #666666;
	font-family: 'lato-regular';
}

h2 {
	font-family: 'Lato-Thin';
	color: #c61e25;
	font-size: 27px;
	margin: 0 0 15px 0;
}

  .search-container {
  float: right;
}
.map_box
{
margin:0;
padding:0;
width:100%;

}

  input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: none;
}

 .search-container button {
    float: right;
    padding: 7px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

 .search-container button:hover {
  background: #ccc;
}

h2,
.footer p,
footer p,
#about-wrap p,
#team-wrap p {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

.container-fluid {
	padding: 0px;
}

img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#menu5 .parentMenu a {
/*  pointer-events: none;*/
}

.navbar-nav>li {
	cursor: pointer;
}

.navbar {
	border: 0;
	margin: 0;
	min-height: auto;
}

.navbar-default {
	background-color: transparent;
	border: none;
}

.navbar-brand,
.navbar-default,
.navbar-nav>li>a,
.navbar-default .navbar-nav>li>a {
	color: #2d2d2d !important;
}

.navbar-brand {
	max-width: 100%;
	height: auto;
	padding: 5px 0;
}

.navbar-left img,
.navbar-left img:active,
.navbar-left img:visited {
	outline: none;
}

.padd0 {
	padding: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.topbar.top-menu1 {
    width: 100%;
    top: 0;
    background: #FFF;
    border-bottom: none;
    z-index: 999;
}

.logo-wrap {
	width: 20%;
 
	float: left;
	padding: 8px 10px;
	 
}

.add-wrap {
    width: 25%;
    margin: 0;
    float: left;
    display: none;
    padding: 0px;
}




.boxwrap
{
margin:0 auto;
padding:0;
width:100%;
 }

.nbox
{
margin:0;
padding:0;
float:left;
width:100%;
 position: relative;
}



.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.nbox:hover .image {
  opacity: 0.3;
  transition: opacity 500ms;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: -1px 4px 15px 0 rgba(117, 113, 117, 0.75);
}

.nbox:hover .middle {
  opacity: 1;
}


 
.text {
  background-color: #fe0d02;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
 

.space
{
margin-right:2%;
}

#popUp {
   position: fixed;
    width: 100%;
    z-index: 999;
    margin-left: 0;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#popUpright {
  
    /* width: 150px; */
    z-index: 999;
    float: right;
    margin-left: 0;
    font-family: 'Poppins', sans-serif;
    /* -webkit-transition: all 1s ease; */
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    /* transition: all 1s ease; */
}

#popup ul
{
margin:0;
padding:0;
list-style-type:none;
}

#popup ul li
{
margin:0 0 2% 0;
padding:0;
font-size:18px;
background-color:#ccc;
}

.abt
{
       
    padding:0% 0;
    margin: 0% 0 0 0;
   
    color: #fff;
}

 


.abt1
{
 
    padding: 0% 0;
    margin-top: 1%;
    
    color: #fff;
}

.abt2
{
 
    padding: 0% 0;
    margin-top: 0%;
   float: right;
    color: #fff;
}




.abt a
{
color:#fff;	
}

.marqueewrap p
{
    margin: 0;
    padding: 1% 0%;
    text-align: center;
    color: #dc2a1a;
    font-size: 20px;
 }

.tophead {
    margin: 0;
    padding: 0 0 0.5% 0%;
    width: 100%;
    box-sizing: border-box;
}

.logo-wrap2 {
    width: 35%;
    float: left;
    padding: 0;
    margin-left: 15%;
    image-rendering: -webkit-optimize-contrast;
}

.logo-wrap2 img{
 width:100%;
 padding-top: 5%;
	 
}

.email-wrap {
    width: 25%;
    margin: 1% 0 0 0;
    float: right;
    padding: 0;
    text-align: center;
    image-rendering: -webkit-optimize-contrast;
}
.email {
	width: 45%;
	margin:0;
	float: left;
	padding:3% 0;
	text-align:center;
	font-weight:bold;
	border:1px solid #ccc;
}

.email:hover
{
background-color: #171974;
    color: #fff;
}
.sms:hover
{
background-color: #171974;
    color: #fff;
}




.sms {
	width: 45%;
	margin:0 5% 0 0%;
	float: left;
	font-weight:bold;
	padding:3% 0;
	text-align:center;
	border:1px solid #ccc;
}


div.menu a span {
	height: auto;
	padding: 0 !important;
}

.parentMenu a {
	padding: 16% 0 !important;
	font-size: 13px;
}

.logo img {
	max-width: 100%;
	    padding-left: 2%;
}

.top-menu1a {
	    width: 100%;
    float: left;
    padding: 0% 2%;
    /* padding-top: 1%; */
    background-color: #da251c;
}

.top-menu1b {
	width: 27%;
	float: right;
	background-color: #e5e5e5;
}

.top-menu1b .links img {
	width: 50px;
	float: right;
	padding: 16px 15px;
	background-color: #ffffff;
}

.topbar.top-menu2 {
	 
	background-color: #252525;
	color: #ffffff;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-menu2 .secondary-menu {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.top-menu2 .secondary-menu li,
.top-menu2 .secondary-menu li a {
	color: #ffffff;
	float: left;
	padding: 0 10px;
	font-size: 14px;
	font-family: 'lato-regular';
}

.top-menu2 .secondary-menu li a,
.top-menu2 .secondary-menu li a:hover,
.top-menu2 .secondary-menu li a:focus {
	text-decoration: none;
}

div.menu a:link,
div.menu a:visited {
	color: #333333;
	font-family: 'Lato-Semibold';
}

.cms-home #homebanner .flexslider {
	border: 0;
	margin: 0;
}
.whtsbox
{
margin:0;
padding:5% 0;
width:100%;
background-image: url(../images/p1.jpg);
}

.whtsbox h5
{
margin:0;
padding:0;
width:100%;
 }
.frame-client
{
height:220px;
}

#about-sctn {
	background-color: #f4f4f4;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat;
	padding: 50px 0;
}

.cms-home #homebanner .flex-control-nav {
	bottom: 5px;
}

.content_abt_us p a {
	margin: 0px 0 0;
	display: inline-block;
}

#about-sctn p {
	text-align: center;
}

#about-sctn p a,
#about-sctn p a:hover,
#about-sctn p a:focus {
	text-align: center;
	color: #c61e25;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 14px;
}

#news-home {
	padding: 25px 0;
	/* background: #f4f4f4; */
	margin-bottom: 60px;
}
.kulopedic{
	padding: 60px 0;
}
#news-home h2 {
	color: #636362;
	margin:20px 0 40px 0;
}

.kurlo-video {
	margin: 6% 0 0 -3%;
	background-color: #ffffff;
	padding: 12px;
	-webkit-box-shadow: 10px 10px 40px -15px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 10px 10px 40px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 40px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 40px -15px rgba(0, 0, 0, 0.75);
}

.kurlo-video p {
	font-family: 'lato-regular';
	color: #000000;
	text-align: center;
	padding: 30px 0 18px 0;
	margin: 0;
	font-size: 11px;
	letter-spacing: 5px;
}

.mattress-range {
	padding: 125px 0 25px 0;
}

.range-image {
	padding: 0;
}

.range-image img {
	width: 80%;
}

.range-content h2 {
	color: #636362;
	text-align: left;
}

.range-content a span,
.trends a span {
	background-color: #da2128;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 2px;
	letter-spacing: 5px;
	margin: 5px 0;
	display: inline-block;
}

.range-content a,
.trends a {
	text-decoration: none;
}

.range-content {
	margin: 3% 0 0 0;
}

.media-left {
	width: 90px;
	display: block;
	float: left;
	padding-right: 20px;
}

.bor {
	border-right: 1px solid #cacaca;
}

.footer-container {
	background-color: #FFFDD0;
	padding: 35px 0;
}

.foot1 {
	border-right: 1px solid #080808;
	margin-right: 40px;
}

.foot1,
.foot6 {
	width: 15%;
	float: left;
}

.foot2,
.foot3 {
	width: 19%;
	float: left;
}

.foot4 {
	width: 14%;
	float: left;
}

.foot5 {
	width: 10%;
	float: left;
}

.foot6 {
	border-left: 1px solid #080808;
	padding-left: 25px;
	padding: 5px 0 0px 25px;
}

#homebanner .flexslider .slides li span {
	color: #e54248;
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	text-align: center;
}

#homebanner .flexslider .slides li span {
	font-family: 'lato-bold';
	color: #fff;
	position: absolute;
	top: auto;
	margin: 0 auto;
	left: 0;
	width: 100%;
	right: 0;
	text-align: center;
	font-size: 14px;
	letter-spacing: 4px;
	bottom: 35px;
}

.bus-btn button {
	width: 160px;
}

#homebanner .flexslider .slides>li {
	position: relative;
}

.mattress-selector,
.selector-content {
	background-color: #da2128;
}

.mattress-selector h2 {
	color: #ffffff;
}

.selector-content {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px;
}

.mattress-selector h2 span {
	font-size: 32px;
	float: left;
	padding-left: 4px;
}

#homebanner .flex-direction-nav a:before {
	font-size: 30px;
	color: #ffffff;
}

#homebanner .flex-control-paging li a.flex-active {
	background: #ffffff !important;
}

#homebanner .flex-control-paging li a {
	background: #d55e62;
	-webkit-box-shadow: inset 0 0 3px #d55e62;
	-moz-box-shadow: inset 0 0 3px #d55e62;
	-o-box-shadow: inset 0 0 3px #d55e62;
	box-shadow: inset 0 0 3px #d55e62;
}

.mattress-selector h2 {
	line-height: 42px;
}

.mattress-selector h2 {
	line-height: 42px;
	font-size: 65px;
	text-align: left;
}

.mattress-selector p {
	color: #fff;
}

.mattress-selector a span {
	background-color: #ffffff;
	padding: 8px 16px;
	float: right;
	letter-spacing: 7px;
	font-size: 12px;
	text-align: center;
	border-radius: 2px;
	font-family: 'lato-regular';
	font-weight: bold;
}

.mattress-selector p {
	font-size: 14px;
}

.cont-cent {
	max-width: 320px;
}

.selector-image img {
	width: 100%;
}

#shop-prod {
	padding: 50px 4%;
	z-index: 9999999999999999;
    position: relative;
}

.selector-image {
	padding: 0;
}

.grey {
	color: #fff;
}

.retail-outlets h2 {
	font-family: 'Cherry Swash', cursive;
	text-align: center;
}

#retail-outlets {
	background-color: #f4f4f4;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding:100px 0;
}

.container4
{
margin:0;
padding:0;
width:100%;	
}

.container4 h2 {
	font-family: 'Cherry Swash', cursive;
	text-align: center;
	font-size:30px;
	padding-top:5%;
}


.tablebox
{
margin:0 0 0 0%;
padding:0;
width:100%;	
 }
.click1 {
	position: absolute;
	top: -10px;
	font-size: 12px;
}

.retail-outlets {
	width: 100%;
    float: right;
    margin-right: 0%;
}

.icon-wp1,
.icon-wp2,
.icon-wp3 {
	padding: 0;
}

.icon-wp1 p,
.icon-wp2 p,
.icon-wp3 p {
	font-size: 14px;
	text-align: center;
	padding: 8px 0 0 0;
	font-family: 'lato-thin';
	font-weight: 800;
}

.icon-wp1 a,
.icon-wp2 a,
.icon-wp3 a {
	text-decoration: none;
}

#trend {
	position: relative;
}

.trends {
	max-width: 500px;
	right: 0;
	margin-right: 10%;
	position: absolute;
	top: 21%;
}

.trends h2 {
	text-align: left;
}

.footer-container h5 {
	color: #ffffff;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 16px;
}

.footer-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-container ul li,
.footer-container ul li a,
.footer-container ul li a:hover,
.footer-container ul li a:focus {
	color: #000;
	text-transform: capitalize;
	font-size: 14px;
	text-decoration: none;
	padding-bottom: 10px;
}

.footer-container h5 {
	color: #000;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 16px;
	margin: 0px 0 15px 0;
}

.footer-container ul li:last-child {
	margin: 0;
}

.foot6 ul li {
	float: left;
	padding: 4px 2px;
	text-align: center;
}

.foot1 img {
	width: 90%;
	max-width: 175px;
	margin: 45px auto;
	display: block;
}

.top-menu1b .links li a,
.top-menu1b .links li a:hover,
.top-menu1b .links li a:focus {
	padding: 10px;
	text-align: center;
	color: #2f2f2f;
	text-decoration: none;
	border-right: 1px solid #a0a0a0;
	padding: 0 10px;
	font-family: 'lato-regular';
}

.top-menu1b .links li:last-child a {
	border-right: none !important;
}

.top-menu1b .links li {
	list-style: none;
	float: left;
	text-align: center;
	color: #2f2f2f;
	text-decoration: none;
	width: 33.33%;
	margin: 0;
	padding: 5% 0;
}

div.wp-custom-menu-popup {
	background: #ffffff !important;
}

div.menu.active a {
	background: #da2128 !important;
	color: #ffffff !important;
}

div.menu a:link,
div.menu a:visited {
	height: auto !important;
	text-align: center;
/*	font-size: 14px;*/
}

div.wp-custom-menu-popup a {
	color: #000000 !important;
}

p.welcome-msg {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 56px;
	font-size: 13px;
	letter-spacing: 1px;
}

.top-menu1b .links {
	width: 82%;
	float: left;
	margin: 0;
	padding: 0;
}

.quick-access img {
	width: 18%;
	float: right;
	padding: 15px 23px;
	background-color: #ffffff;
	image-rendering: -webkit-optimize-contrast;
}

.parentMenu a:hover,
.parentMenu a:focus {
	background-color: #da2128 !important;
	color: #ffffff !important;
}

#bestseller-home h3 {
	font-family: 'Lato-Thin';
	color: #636362;
	font-size: 50px;
	margin:40px 0 0;
}

.category-product-slider h3 {
	background: transparent;
}

section#bestseller-home .category-product-slider .owl-item .item {
	padding: 20px;
}

section#bestseller-home .owl-item .item .item-inner {
	padding-top: 30px;
}

section#bestseller-home .owl-item .item .item-inner .price-box {
	position: absolute;
	bottom: 47px;
	right: 20px;
	color: #ffffff;
}

section#bestseller-home .category-product-slider {
	padding: 0;
	overflow: hidden;
}

section#bestseller-home .owl-item .item .item-inner .price-box .price {
	font-size: 17px;
	font-family: 'lato-bold';
	color: #ffffff;
}

section#bestseller-home .owl-item .item .item-inner button.button.btn-cart {
	background-color: #da2128;
	color: #ffffff;
	padding: 2px 20px;
	border-radius: 2px;
	border: none;
	position: absolute;
	bottom: 15px;
	right: 0;
}

section#bestseller-home .owl-item .item .item-inner .box-content {
	text-align: center;
	background: #ffffff;
	padding: 0;
	margin: 0;
}

section#bestseller-home .owl-item .item .item-inner h2.product-name {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #636362 !important;
	margin: 0;
	padding:3px 0;
}

section#bestseller-home .owl-item .item .item-inner {
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.75);
	background-color: #ffffff;
}

section#bestseller-home .owl-item .item .item-inner:hover,
section#bestseller-home .owl-item .item .item-inner:focus {
	-webkit-box-shadow: 0px 0px 25px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 25px -2px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 25px -2px rgba(0, 0, 0, 0.75);
	background-color: #ffffff;
}

section#bestseller-home .owl-item .item .item-inner h2.product-name a,
section#bestseller-home .owl-item .item .item-inner h2.product-name a:hover,
section#bestseller-home .owl-item .item .item-inner h2.product-name a:focus {
	color: #636362 !important;
	letter-spacing: 7px;
}

#bestseller-home {
	background-color: transparent;
	background-image: url(../images/best-sellers-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 75px 0;
}

#bestseller-home .category-product-slider {
	max-width: 80%;
	margin: 0 auto;
}

.foot6 h5 {
	text-align: center;
}

.foot6-top li img {
	max-width: 100%;
	width: 28px;
}

.foot6-top ul li {
	display: inline-block;
	float: none;
}

.foot6-top ul {
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}

.foot6-bottom {
	border-bottom: 1px solid #cacaca;
}

.foot6-bottom ul li {
	padding: 15px 10px;
	text-align: center;
}

.foot-logo {
	width: 90%;
	max-width: 160px;
	margin: 0 auto;
	image-rendering: -webkit-optimize-contrast;
}

.cat img {
	width: 100%;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 13px -7px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 13px -7px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 13px -7px rgba(0, 0, 0, 0.75);
}

.cat span {
	top: 10px;
	right: 25px;
	position: absolute;
	background-color: #ffffff;
	padding: 8px 20px;
	border-radius: 3px;
	color: #666666;
	font-family: 'lato-bold';
	letter-spacing: 3px;
}

.cat1,
.cat2 {
	padding-bottom: 30px;
}

#shop-prod h2 {
	padding:0 0 40px 0;
}

.bs-req {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20% 25px;
}

.bs-req h2 {
	color: #ffffff;
	font-size: 25px;
	padding: 0 !important;
	margin: 0 0 8% 0;
	text-align: center;
	font-family: 'lato-light';
}

.bs-req h4 {
	color: #ffffff;
	padding: 0 !important;
	margin: 0 0 5px 0;
	text-align: center;
	font-family: 'lato-regular';
}

.menu {
	width: 12.50%;
	float: left;
}

.footer-container .foot6-bottom ul li:last-child {
	margin: 0 0 5px 0;
}

.foot6-bottom ul {
	max-width: 185px;
	margin: 0 auto;
}

.bs-req a span {
	background-color: #ffffff;
	color: #000000;
	padding: 8px 20px;
	border-radius: 2px;
	position: relative;
	right: 0;
	font-family: 'lato-regular';
}

.bs-req-btn {
	margin: 15px auto 0;
	text-align: center;
}

#bestseller-home .owl-pagination {
	display: none;
}

#bestseller-home .category-product-slider .owl-theme .owl-controls .owl-buttons div {
	background: #c61e25;
}
.bs-req-btn a:hover{
	text-decoration: none;
}









/*-------Added By Keshav --------*/


/*-----Mattress Page css Starts-----*/

.breadcrumbs {
	background: #231956;
	padding: 2px 15px;
}

.breadcrumbs ul {
	padding: 0;
	max-width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

.breadcrumbs ul li {
	float: left;
	list-style-type: none;
	color: #fff;
}

.breadcrumbs ul li a {
	color: #fff;
	text-transform: uppercase;
	padding: 0 5px;
}

.breadcrumbs ul li:last-child strong {
	color: #fff;
	text-transform: uppercase;
	padding: 0 5px;
}

footer {
	clear: both;
}

.product_list .qstn-section {
	text-align: center;
	padding: 15px 10px;
}

.cat-wrap {
	padding: 10px 8px 15px;
}
.category-products .product-img a img{
  /*  max-height: 175px;*/
}
.cat-desc {
	max-width: 375px;
	padding: 10px 10px;
	background:#f1f1f1;
	color: #fff;
}

.cat-desc h3 {
	color: #666666;
	padding-bottom: 10px;
	margin-top: -40px;
	font-size: 18px;
	font-family: 'lato-semibold';
}
.cat-desc p{
	color: #fff;
	font-family: 'lato-regular';
	margin-bottom: 0;
	padding-top: 8px;
	text-transform: uppercase;
	font-size: 11px;
	min-height: 98px;
	letter-spacing: 0.6px;
}
.cat-desc a{
	display: none;
}
.button1 {
	background: #da2128;
	padding: 8px 15px 6px;
	color: #fff;
	font-family: 'lato-regular';
	font-size: 16px;
	border-radius: 3px;
	letter-spacing: 2px;
	display: inline-block;
}

.button1:hover,
.button1:focus {
	text-decoration: none;
	color: #fff;
	background: #bd171d;
}

.see-all-sec {
	background: #da2128;
	text-align: center;
	margin-top: -3px;
}

.see-all-sec a {
	text-align: center;
	display: inline-block;
	background: #fff;
	padding: 2px 15px;
	min-width: 30%;
	font-family: 'lato-bold';
	font-size: 18px;
}

.clr {
	clear: both;
	overflow: hidden;
/*    height: 0;*/
}

.section.trend {
	background: #464646;
	padding: 30px 10px 40px;
}

.marg_auto {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.cat-wrap1 h2,
.cat-wrap1 p {
	color: #fff;
}

.cat-wrap2 {
	margin: 70px 0px;
	text-align: left;
	max-width: 340px;
}

.cat-wrap2 h2 {
	text-align: left;
	font-size: 35px;
}

.button2 {
	background: #fff;
	display: inline-block;
	padding: 5px 10px;
	width: 146px;
	text-align: center;
	letter-spacing: 3px;
	font-family: 'lato-regular';
	line-height: 17px;
	border-radius: 3px;
}

.button2:hover {
	text-decoration: none;
	color: #c61e25;
	background: #f5f4f4;
}

.cat-wrap2 h2 label {
	font-size: 70px;
	padding: 10px 0;
	font-weight: 300;
}

.cat-wrap3 {
	text-align: center;
	padding: 140px 10px !important;
	background-color: transparent !important;
	background-image: url(../images/trends-bg.png) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	overflow: hidden;
}

.category-title {
	position: absolute;
	top: 220px;
	right: 15%;
	z-index: 1;
}
.title1{
	padding: 30px 0;
	text-align: center;
	color: #666666;
	font-family: 'lato-thin';
	margin-bottom: 25px;
}
.categorypath-mattresses-foam-mattress .foamtitle.qstn-section, .categorypath-mattresses-foam-mattress .floating-btn{
	display: none;
}
.category-title h1 {
	text-transform: capitalize;
	color: #aeaeae;
}

.cat-wrap3 h2,
.cat-wrap3 p {
	text-align: left;
}

.cat-wrap3 a {
	float: left;
}

.banner-caption {
	position: absolute;
	right: 23%;
	margin-top: -34px;
}

.banner-caption h1 {
	font-size: 65px;
}

.banner-caption h3 {
	color: #333333;
	border: 1px solid #fff;
	padding: 0px 10px 5px;
	max-width: 95%;
	margin: 0 auto 25px;
}

.category-foam .banner-caption {
	position: absolute;
	right: 15%;
	margin-top: -4%;
}

.category-foam .banner-caption h4 {
	margin-top: -8px;
	width: 100px;
	margin: -8px auto 10px;
	background: #ebe2cc;
	text-transform: capitalize;
}

.category-foam .banner-caption h3 {
	color: #333333;
	border: none;
	padding: 0;
	margin: 0 auto;
	max-width: 100%;
}

.category-foam .banner-caption .span1 {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 7px 0 0px 0;
	background: #111111;
	padding: 5px 5px;
}


/*.category-foam .banner-caption a{
	position: absolute;
	left: 0;
	right: 0;
	margin: 15px auto;
	width: 70%;
	padding: 10px 10px;
}*/

.category-foam .banner-caption h1 {
	font-size: 44px;
}

.category-foam .cat-desc {
	position: absolute;
	bottom: 15px;
	left: 25px;
	max-width: 100%;
	width: 590px;
	top: 20px;
}

.category-foam .foam-desc p {
	color: #666666;
	margin-bottom: 5px;
	font-family: 'lato-light';
}
.category-foam .foam-desc h5{
	font-family: 'lato-light';
	font-size: 16px;
	padding: 5px 0;
}
.category-foam .foam-desc h5 span{
	font-family: 'lato-regular';
}
.category-foam .foam-desc h4 {
	font-size: 16px;
	color: #666666;
	padding: 5px 0;
	font-family: 'lato-regular';
}

.category-foam .cat-desc a {
	margin: 20px 20px;
	position: absolute;
	bottom: 0px;
}

.category-foam .foam-desc {
	padding: 15px 10px;
}
.cat-desc-foam a.button1{
	margin:0px 10px 15px 0;
}
.category-foam .cat-desc h3 {
	color: #666666;
	padding-bottom: 5px;
	float: left;
	display: flex;
	vertical-align: middle;
	width: 200px;
	text-align: center;
	margin: 21% 35px;
}

.qstn-section h1 {
	font-family: 'lato-thin';
	color: #ff0000;
	font-size: 40px;
}
.foamtitle.qstn-section h1{
	color: #666666;
}
.foamtitle.qstn-section{
	background: url(../images/h1-bg.png) no-repeat;
	padding: 40px 0;
	margin-bottom: 20px;
}
.span1 {
	display: block;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	margin: -7px 0 0px 0;
	background: #4dd2f6;
	padding: 0 5px;
}

.span2 {
	background: #da2128;
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 3px 5px;
}

.cat-wrap2 a {
	margin: 10px 0;
}

.category-foam .flex-control-nav {
	width: 80px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

/*-----Mattress Page css Ends-----*/


/*-----Products listing Page css starts-----*/

.content-wrap {
	max-width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 0;
	background: #fbfbfb;
}

.catalog-category-view .category-description.std,
.catalog-category-view .page-title.category-title {
	display: none;
}

.products-grid {
	overflow: hidden;
}

.products-grid .item {
	padding: 2px 2px 10px;
	border: 1px solid #f7f7f7;
	min-height: 315px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.product-details {
	display: inline-block;
	float: left;
	max-width: 58%;
}

.products-grid .actions {
	display: inline-block;
	float: right;
}

.price-box p {
	margin-bottom: 2px;
}

.cat-name {
	text-transform: lowercase;
}

.category-products .cat-name {
	position: absolute;
	top:46%;
	right: 0;
	font-size: 20px;
}

.cat-name span {
	background: #f0f0f0;
	display: inline-block;
	padding: 3px 15px;
}

.button3 {
	background: #da2128;
	padding:4px 10px 1px;
	color: #fff;
	font-family: 'lato-regular';
	font-size: 14px;
	border-radius: 3px;
	letter-spacing: 2px;
	display: inline-block;
	border: none;
}

.button3:hover {
	text-decoration: none;
	color: #fff;
	background: #bd171d;
}

.product-img {
	padding-bottom: 10px;
}

.product-details {
	padding-left: 10px;
}

.product-name a {
	color: #666666;
	text-decoration: none;
	font-size: 20px;
	text-transform: inherit;
}

.products-grid .actions {
	text-align: right;
	padding-right: 10px;
}

.add-to-links {
	padding-bottom: 5px;
	font-size: 12px;
}

.add-to-links a {
	color: #666666;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 10px;
	font-family: 'lato-regular';
}

.add-to-links a:hover {
	color: #da2128;
	text-decoration: none;
}

.price-box .price {
	color: #666666;
	font-size: 14px;
}

.offerpercent {
	color: #da2128;
	font-size: 14px;
}

.ias-noneleft,
.ias-trigger-next {
	text-align: center;
	max-width: 96%;
	background: #da2128;
	padding: 5px 12px;
	color: #fff;
	font-family: 'lato-regular';
	font-size: 16px;
	border-radius: 5px;
	letter-spacing: 2px;
	display: block;
	border: none;
	margin: 30px auto;
	text-transform: uppercase;
}

.ias-trigger-next a {
	color: #fff;
}

.ias-trigger-next a:hover {
	text-decoration: none;
}

.ias-trigger-next:hover,
.ias-noneleft:hover {
	text-decoration: none;
	background-color: #bd171d;
}

.sidebar {
	background: #fff;
	padding-left: 4%;
	padding-top: 20px;
	float: left;
	padding-right: 20px;
}

.col-main {
	overflow: hidden;
}

.dashboard,
.accountinfo-edit,
.history-order,
.newsletter-sub,
.cust-address {
	padding-right: 4%;
	padding-left: 10px;
}

.block-title {
	color: #666666;
	font-size: 18px;
}

.block-content dt {
	color: #666666;
	padding-bottom: 10px;
	font-size: 16px;
	font-family: 'lato-regular';
}

.block-content ol {
	padding-left: 15px;
}

.block-content ol li a {
	color: #676767;
	font-family: 'lato-light';
	text-transform: capitalize;
	font-size: 15px;
}

.cat-products {
	padding: 0px 4% 20px 5px;
	background: #fff;
}


/*-----Mattress Page css Ends-----*/


/*-----Cart Page css Starts-----*/

.cart-table {
	width: 100%;
}

.cart-table th {
	text-align: center;
	background: #ececec;
	width: 15%;
	border: 1px solid #d8d8d8;
	padding: 10px 10px;
}

td,
th {
	padding: 5px 5px;
	border: 1px solid #efefef;
	text-align: center;
		font-family: 'lato-regular';

}

.cart-table button,
.checkout-types li button,
.multiple-checkout button {
	background: #da2128;
	padding: 5px 10px;
	color: #fff;
	font-family: 'lato-regular';
	font-size: 14px;
	border-radius: 3px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	margin: 15px 5px;
}

.checkout-onepage-index .page-title {
	padding-top: 15px;
}

.cart-table button:hover,
.checkout-types li button:hover {
	text-decoration: none;
	color: #fff;
	background: #bd171d;
}

.cart ul {
	padding-left: 0px;
}

.cart ul li {
	list-style-type: none;
	display: inline-block;
}

.checkout-types {
	position: relative;
	text-align: right;
}

.checkout-types li {
	list-style-type: none;
	display: inline-block;
}

.success-msg li {
	color: green;
	font-size: 16px;
	font-family: 'lato-regular';
	padding-left: 10px;
}

.messages {
	border: 1px solid #efefef;
	padding: 5px 10px;
}

.discount h2 {
	font-size: 32px;
	padding: 5px 0;
	text-align: left;
	margin: 0px 0;
}

.discount {
	text-align: left;
	border: 1px solid #efefef;
	margin: 15px 0;
	padding: 5px 10px 15px;
	float: left;
}

.discount-form>label {
	display: block;
	padding: 5px 0;
}

.discount-form .input-box,
.discount-form .buttons-set {
	display: inline-block;
	float: left;
}

.discount-form .input-box input {
	margin: 0 0;
	padding: 2px 10px;
}
.checkout-cart-index .cart-empty{
	min-height: 330px;
	padding-top: 15px;
}
.discount-form .buttons-set button {
	width: auto;
	padding: 1.5px 10px;
	margin-left: 0;
	margin: 0px;
	text-transform: uppercase;
	font-family: 'lato-regular';
	background: #da2128;
	padding: 4px 10px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
}

.totals {
	display: inline-block;
	float: right;
}

.totals table {
	float: right;
	margin: 10px 0;
}

.totals table tfoot td {
	font-size: 20px;
}

.totals table tbody td {
	font-size: 18px;
}

.checkout-types {
	overflow: hidden;
	clear: both;
}

.button.btn-update {
	background: #303030;
}

.cart-table tfoot td {
	/* text-align: left;*/
}

.checkout-types li a {
	background: #303030;
	padding: 5px 10px;
	color: #fff;
	font-family: 'lato-regular';
	font-size: 14px;
	border-radius: 3px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	margin: 15px 0px;
}

.checkout-types li a:hover {}

.cart-table .product-name a {
	color: #666666;
	text-decoration: none;
	font-size: 20px;
	text-transform: inherit;
	font-size: 18px;
}

a.btn-remove2 {
	text-transform: inherit;
}

#checkoutSteps .field,
#checkoutSteps .wide {
	width: 31%;
	display: inline-block;
	margin-right: 20px;
	min-height: 105px;
	float: left;
}

#checkoutSteps li {
	padding: 0px 0px 15px;
	display: block;
}

#checkoutSteps li.section {
	border: 1px solid #efefef;
	padding-bottom: 2px;
	overflow: hidden;
}

#checkoutSteps li .step-title span {
	float: left;
	padding: 4px 10px;
	font-weight: bold;
	font-size: 18px;
}

#checkoutSteps li .step-title h2 {
	text-align: left;
	font-size: 24px;
	margin-bottom: 0;
	float: left;
	font-family: 'lato-regular';
	color: #666666;
	padding: 4px 0;
}

#checkoutSteps .step-title {
	background: #efefef;
	padding: 5px 15px;
	margin-bottom: 0;
	overflow: hidden;
}

#checkoutSteps .step-title a {
	padding: 10px 0 5px;
	font-weight: bold;
	float: right;
}

#checkoutSteps {
	list-style-type: none;
	padding: 15px 5px;
}

#checkoutSteps li input[type=radio] {
	float: left;
	width: auto;
	margin: 5px 10px 5px 0;
}

#checkoutSteps .step {
	padding: 20px 15px;
	overflow: hidden;
}

table {
	width: 100%;
}

table thead th {
	background: #efefef;
}

.checkout-sidebar .block-title {
	padding: 20px 0;
}

.checkout-content {
	padding: 15px 0px;
}

.page-title h1 {
	color: #c61e25;
}

address {
	font-size: 16px;
	font-family: 'lato-regular';
}

#checkout-review-table td {
	width: 20%;
	padding: 10px 0
}

#checkout-review-table h3 {
	font-size: 18px;
}

#checkout-shipping-method-load {
	padding: 0px 15px;
}

#checkout-shipping-method-load ul {
	list-style-type: none;
	padding-left: 0px;
}

.f-left {
	margin: 10px 0;
}


/*.main{
	width: 90%;
	margin: 0 auto;
}*/

.checkout-multishipping-addresses .main {
	width: 90%;
	margin: 0 auto;
}

#multiship-addresses-table td {
	width: 25%;
}

.checkout-progress {
	padding: 10px 20px;
}

.checkout-progress li {
	list-style-type: decimal;
	font-size: 18px;
	padding: 5px 0;
}

.multiple-checkout .back-link {
	float: right;
	margin: 10px 0;
}

#my-orders-table td {
	width: 16%;
}

h4.product-name {
	padding: 0px 10px 5px;
}

#checkout-step-login h3 {
	color: #c61e25;
	padding: 5px 0 10px;
}

.ul-wrap1 {
	padding-left: 20px;
	list-style-type: decimal;
	font-size: 18px;
	font-family: 'lato-regular';
}

.ul-wrap2 {
	font-size: 18px;
	font-family: 'lato-light';
	list-style-type: none;
	padding-left: 0px;
}

.guest-wrap h4 {
	padding: 0 0 15px 0;
}

.forgot {
	padding: 5px 10px 5px 0;
	display: inline-block;
}

.login-wrap h4 {
	padding: 0px 0 10px 0;
}

.login-wrap p {
	font-family: 'lato-regular';
	color: #c61e25;
	font-size: 18px;
}
.validation-advice {
	color: #c61e25;
	font-family: 'lato-light';
}
.cms-business-requirements .validation-advice, .cms-service-form .validation-advice {
	color: #fff;
	font-family: 'lato-light';
}

.input-box.captcha {
	max-width: 220px;
}

#co-billing-form li.control {
	padding-left: 15px;
	font-size: 16px;
}

#checkoutSteps .buttons-set {
	padding-left: 20px;
}

#checkoutSteps .customer-name-middlename .field {
	width: 31%;
}

#billing-new-address-form ul li:nth-child(4),
#shipping-new-address-form ul li:nth-child(4) {
	display: none;
}

#captcha-input-box-register_during_checkout,
#captcha-input-box-register_during_checkout+li {
	float: left;
	width: 100%;
}

#billing-new-address-form ul {
	padding-left: 15px;
}

#checkoutSteps select {
	height: 34px;
}

#checkoutSteps .ul-wrap1 li {
	display: list-item;
}


/*-----Cart Page css Ends-----*/


/*---colorbox css--*/


/*
	Colorbox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}


/*
	User Style:
	Change the following styles to modify the appearance of Colorbox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
	background: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#colorbox {
	outline: 0;
}

#cboxContent {
	margin-top: 20px;
	background: #000;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	border: 5px solid #000;
	background: #fff;
}

#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}

#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}

#cboxLoadingGraphic {
	background: url(../images/loading.gif) no-repeat center center;
}


/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}


/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}

.quick
{
margin:0;
padding:3% 3% 3% 3%;
width:25%;
float:left;
box-sizing:border-box;
}

.container5 {
    margin: 0;
    background-color: #fafafa;
    padding: 0;
    width: 100%;
}

.quick  h4 {
    color: #130296;
 font-family: 'lato-regular';
    padding: 10px 0 0;
    margin: 0;
	text-align:center;
}

.quick p {
    color: #313131;
  font-family: 'lato-regular';
    padding: 10px 0;
    margin: 0;
	text-align:center;
}


#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url(../images/controls.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: bottom left;
}

#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: url(../images/controls.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: bottom right;
}

#cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url(../images/controls.png) no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
}

#cboxClose:hover {
	background-position: bottom center;
}


/*---colorbox css Ends--*/

.nav-pills>li>a {
	display: inline-block !important;
	border-radius: 0px;
	padding: 5px 0px;
	color: #666666;
	font-family: 'lato-regular';
}

.nav-pills>li {
	float: none;
	margin: 10px 35px 0px 0;
	display: inline-block;
}

.nav.nav-pills {
	border-bottom: 1px solid #e39191;
	margin: 15px 0;
	position: relative;
	text-align: left;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #666666;
	background-color: transparent;
	border-bottom: 2px solid #c61e25;
}

.nav-pills>li>a:hover {
	color: #c61e25;
	background: transparent;
}

.workwith-wrap .tab-content h4 {
	color: #c61e25;
	padding: 10px 0;
}

.login-wrap {
	margin-top: 0px;
	padding-left: 0;
}

.account-create {
	margin-bottom: 35px;
}

.factlist-wrap {
	padding:25px 0 0;
}

.fact-list h4 {
	font-family: 'Lato-regular';
	color: #c61e25;
	padding: 5px 0;
	font-size: 18px;
}

.fact-list {
	box-shadow: 0px 0 10px #efefef;
	padding: 10px 15px 0;
	min-height: 175px;
	margin: 15px 0;
	border: 1px solid #efefef;
}
.factlist-wrap .kmx-sec3 .tab-content h4 {
	 padding-bottom: 10px;
	font-family: 'lato-regular';
}
.kmx-sec3 .nav.nav-pills {
	border-bottom: none;
	margin:25px 0 50px;
	position: relative;
	text-align: center;
}
.kmx-sec3 .nav-pills>li.active>a, .kmx-sec3 .nav-pills>li.active>a:focus, .kmx-sec3 .nav-pills>li.active>a:hover {
	color: #da2128;
	background-color: transparent;
	border-bottom: 2px solid #c61e25;
}
.h2title {
	font-size: 36px;
	padding: 5px 0;
}

.cert-wrap {
	text-align: center;
	padding: 25px 15px;
}

.cert-list {
	border: 1px solid #efefef;
	margin: 15px 0;
	padding: 15px;
	box-shadow: 0 0 10px #efefef;
	min-height: 230px;
}

.cert-list img {
	margin: 15px auto;
	display: block;
}

.cert-list p {
	margin-bottom: 0;
	font-family: 'lato-regular';
}

.cert-list p a {
	font-size: 14px;
}

.workwith-wrap h3 {
	color: #c61e25;
	padding: 10px 0;
}

.news-ul {
	padding-left: 0px;
	text-align: left;
}

.news-ul li {
	list-style-type: none;
	padding-bottom: 15px;
}

.news-ul li h3 {
	font-family: 'lato-regular';
	padding: 8px 0;
}

.news-ul li p {
	font-family: 'lato-regular';
	margin-bottom: 5px;
}

.news-ul li a {
	font-family: 'lato-regular';
	font-size: 14px;
}

.news-wrap h4 {
	font-family: 'lato-semibold';
	color: #636362;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 22px;
}

.flex-control-nav li {
	margin: 0 4px;
}

.flex-control-paging li a {
	width: 10px;
	height: 10px;
}


/*************Ranga****************/

.account-create .page-title h1,
.account-login .page-title h1 {
	text-align: center;
	margin: 30px 0;
}

.legend,
.content h2 {
	font-size: 20px;
	letter-spacing: 1px;
	text-align: left;
	font-family: 'lato-regular';
	color: #656565;
}
.addresses-primary
.account-create form,
.account-login form {
	margin: 20px auto;
}

.form-list {
	padding-left: 0;
}

.form-list li {
	list-style: none;
}

.fields label,
.form-list label {
	letter-spacing: 1px;
}

.form-list input {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 5px;
}

.form-list input[type="checkbox"] {
	width: 20px;
	float: left;
	padding-left: 5px;
	outline: none;
}

.form-list select {
	width: 100%;
	height: 34px;
	margin-bottom: 10px;
	padding: 5px 5px;
}

.form-list .field,
.form-list .wide {
	width: 100%
}

.buttons-set button {
	background: #da2128;
	border: 0;
	min-width: 120px;
	padding: 2px 10px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #FFF;
	margin-left: 14px;
	margin: 10px 0;
}

.new-users .buttons-set button {
	width: 200px;
	margin-left: 0;
}

.registered-users .buttons-set button {
	clear: both;
	display: block;
	margin: 10px 0;
}

.box-head h2 {
	text-align: left;
	color: #c61e25;
	font-size: 36px;
	padding: 25px 0 5px;
}

.my-account {
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 5px 4% 5px 25px;
}

.my-account .page-title h1,
.block-title h1 {
	padding-bottom: 12px;
}

.my-account .buttons-set button {
	width: auto;
}
.customer-address-index .my-account h2{
	text-align: left;
	margin: 0;
	padding: 15px 0;
	font-size: 36px;
}
.required {
	clear: both;
	margin: 0;
}

.back-link {
	float: right;
	margin-right: 24px;
}

.block-content ul {
	padding-left: 7px;
}

.block-content ul li {
	list-style: none;
	padding-bottom: 15px;
}

.block-content ul li a {
	color: #676767;
	font-family: 'lato-light';
	text-transform: capitalize;
	font-size: 16px;
}

.block-content ul li.current {
	font-family: 'lato-bold';
	color: #676767;
	font-size: 16px;
}
#my-orders-table td, #my-orders-table th {
	padding: 5px 5px;
	border: 1px solid #e2e2e2;
	text-align: center;
	font-family: 'lato-regular';
	font-size: 16px;
}
.limiter{
	font-family: 'lato-regular';
	font-size: 16px;
}
.outer {
	display: table;
	/* position: absolute; */
	height: 160px;
	width: 100%;
	border-right: 1px solid #d3d2d2;
	/* margin-right: 26px; */
	/* font-family: 'lato-regular'; */
}
.history-order .pager:last-child{
	display: none;
}
.middle {
	display: table-cell;
	vertical-align: middle;
}
#my-orders-table{
	margin-bottom: 20px;
}
.nobr a{
	font-size: 14px;
	text-transform: inherit;
}
.sales-order-view h2{
	text-align: left;
	font-size: 24px;
	font-family: 'lato-regular';
}
.order-info{
	line-height: 25px;
	font-size: 18px;
	font-family: 'lato-regular';
	padding: 15px 0 0;
	margin-bottom: 0;
}
#order-info-tabs{
	padding-left: 0px;
	list-style-type: none;
	margin-bottom: 0;
}
.my-account > .page-title a{
	font-family: 'lato-regular';
}
.sales-order-view .box-content{
	font-family: 'lato-regular';
	font-size: 16px;
}
.sales-order-view .box{
	margin-bottom: 25px;
}
#my-orders-table .product-name{
	font-size: 18px;
}
.inner {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-right: 10px;
	/* text-align: left; */
}

.inner h2 {
/*  font-size: 45px;*/
}

h2.heading {
/*  font-size: 35px;*/
}

h2.about-heading {
	color: #666666;
	font-size: 40px;
}

.click-here {
	background: #da2128;
	text-align: center;
	padding: 7px;
	color: #FFF;
	display: block;
	width: 45%;
	margin: 0 auto;
	border-radius: 5px;
	font-family: 'lato-regular';
	font-size: 18px;
}

.about-content {
	margin-top: 40px;
	margin-bottom: 30px;
}

.iso-certification li {
	width: 23%;
	float: left;
	margin-right: 20px;
	list-style: none;
}

.iso-certification {
	overflow: hidden;
	padding: 0;
	margin: 30px 0 10px;
}

.iso-certification li img {
	margin: 0 auto;
}

.click-here:hover,
.click-here:focus {
	text-decoration: none;
	color: #fff;
	background: #bd171d;
}

.iso-certification li p {
	padding: 15px 0;
	margin: 0;
}

.news-wrap {
	margin: 40px auto;
}


/**********Ranga****************/

.category-pillows .banner-caption {
	margin-top: -3.8%;
	right: 20%;
}

.workwith-wrap {
	min-height: 380px;
}

.product-options select {
	font-size: 14px;
	padding: 2px 20px 2px 3px;
	font-family: 'lato-regular';
	width: 100%;
	border: 1px solid #b7b7b7;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/select-arrow.png) no-repeat;
	background-position: 97% 8px;
}

.product-options .form-group {
	margin: 10px 0 0;
	padding-right: 10px;
	padding-left: 0;
}

.product-options {
	clear: both;
	margin: 15px 0 0;
	overflow: hidden;
}

.product-detail-wrap2 .price-box {
	float: left;
	color: #da2128;
	font-family: 'lato-regular';
	font-size: 18px;
	padding-left: 0px !important;
	line-height: 20px;
}
.prod-detail-wp2{
	margin-bottom: 30px !important;
}
.price-box .price-txt {
	float: left;
	color: #666666;
}

.product-options-bottom .price-txt,
.product-options-bottom .price-box .regular-price {
	display: none;
}

.product-detail-wrap2 .buy-now {
	color: #fff;
	text-transform: uppercase;
	padding: 7px 20px 7px 40px;
	font-size: 16px;
	font-family: 'lato-regular';
	border-radius: 3px;
	margin-right: 10px;
	background: url(../images/buy-now.png) #da2128 no-repeat;
	background-position: 10px 3px;
	width: 155px;
}

.product-detail-wrap2 .btn-cart {
	color: #da2128;
	text-transform: uppercase;
	padding: 7px 0px 7px 30px;
	font-size: 16px;
	font-family: 'lato-regular';
	border-radius: 3px;
	background: url(../images/addcart.png) #ebebeb no-repeat;
	background-position: 5px 2px;
	width: 155px;
}

.product-options dt {
	padding-bottom: 3px;
}

.add-to-cart {
	display: inline-block;
	float: left;
	margin: 20px 0;
}

#prod-feat li {
	font-family: 'lato-regular';
	color: #666666;
	font-size: 14px;
}
.product-options>.last {
	overflow: hidden;
	margin: 5px 0 0;
}
.category-products .price-txt {
	display: none;
}
.store-heading {
	color: #666666;
	font-family: 'lato-thin';
	font-size: 30px;
	text-align: left;
	margin: 0px;
	padding: 5px 10px;
	border-bottom: 1px solid #efefef;
}
#store_list_distance_0 {
	display: none;
}
.custsupport-content {
	padding: 0px 10px;
}
.custsupport-content h3 {
	padding: 0px 0 15px 0;
	font-size: 35px;
	color: #666666;
	font-family: 'lato-thin';
	text-align: center;
	margin-bottom: 15px;
	border-bottom: 1px solid #efefef;
}
.custsupport-content ul {
	padding: 0;
}
.custsupport-content li,
.custsupport-content li a {
	font-family: 'lato-light';
	font-size: 18px;
	text-transform: inherit;
	line-height: 32px;
}
.custsupport-content ul li:last-child a{
	text-decoration: underline;
}
.factlist-wrap .kmx-sec2 h2{
	padding-bottom: 35px;
}
.foamslider{
	margin: 0 auto;
	width: 90%;
	float: none;
}
.foamslider li {
	width: auto;
	padding: 10px 4px;
	float: left;
}
.foamslider .flexslider{
	margin: 0 0 0px;
}
.foamslider .flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: -15px;
}
.foamslider .flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: -25px;
}
.foamslider .flex-direction-nav a {
	height: 50px;
}
.foamslider li img{
	max-width: 210px;
}
.category-foam .sidebar{
	display: none;
}
.owl-carousel .owl-item {
   padding: 5px 30px;
}
.owl-pagination{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.owl-theme .owl-controls .owl-page span {
	box-shadow: 0 0 4px rgb(0, 0, 0) inset;
	-webkit-box-shadow: 0 0 4px rgb(0, 0, 0) inset;
	-moz-box-shadow: 0 0 4px rgb(0, 0, 0) inset;
	-o-shadow: 0 0 4px rgb(0, 0, 0) inset;
}
#productformSucces, #formSucces, #franciseformSucces{
	font-size: 16px;
	text-align: center;
	color: #fff !important;
	font-family: 'lato-regular';
	position: absolute;
	left: 0;
	right: 0;
	margin: 4px auto;
}
/*.owl-pagination .owl-page:nth-child(1){
	position: absolute;
	left: 0;
	top: 42%;
}
.owl-pagination .owl-page:nth-child(1) span{
	background: url(../images/left-arrow.png) #fff no-repeat !important;
	background-color: transparent !important;
	width: 40px;
	height: 50px;
	background-size: 22px !important;
	image-rendering: -webkit-optimize-contrast;
	z-index: 1;
	border: none !important;
	box-shadow: none;
}
.owl-pagination .owl-page:nth-child(2){
	position: absolute;
	right: 0;
	top: 42%;
}
.owl-pagination .owl-page:nth-child(2) span{
	background: url(../images/right-arrow.png) #fff no-repeat  !important;
	background-color: transparent  !important;
	width: 40px;
	height: 50px;
	background-size: 25px  !important;
	image-rendering: -webkit-optimize-contrast;
	z-index: 1;
	border: none !important;
	box-shadow: none;
}*/
.foamslider .item .img-holder-foam img{
	max-width: 210px;
	display: block;
	margin: 0 auto;
}
.categories-wrap {
	overflow: hidden;
	margin-right: 0;
	margin-top: 25px;
	margin-left: 0;
}
.category-mattress .categories-wrap, .category-pillows .categories-wrap{
	border: 1px solid #f0f0f0;
}
.category-mattress .title1, .category-pillows .title1{
	margin-bottom:0px;
}
.title6{
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 0;
}
.title6 a{
	margin: 0px 0px 0px 45px;
	display: inline-block;
	vertical-align: middle;
}

.category-foam .categories-wrap{
	overflow: hidden;
	border: none;
	margin-right: 5%;
}
#bestseller-home .product-name a {
	font-size: 18px;
}
.category-spring-mattress .categories-wrap, .category-fiber-pillows .categories-wrap, .category-new-arrivals .categories-wrap{
	border:none;
}
.cat-desc-foam .foam-desc:nth-child(1){
/*  height: 315px;*/
}
.category-foam .owl-carousel .owl-item {
	padding: 5px 30px;
	margin-bottom: 35px;
}
.categorypath-mattress-foam-mattress .qstn-section{
	display: none;
}
/*.categorypath-mattress-spring-mattress .product_list > .clr, .categorypath-mattress-coir-mattress .product_list > .clr, 
.categorypath-mattress-therapuetic-mattress .product_list > .clr{
	height: 0px
}*/
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: none repeat scroll 0 0 #da2128;
}
ul.download-menu{
	position: absolute;
	width: 200px;
	background: #fff;
	padding-top: 0;
	padding: 5px 0px;
	display: none;
	z-index: 1;
	border: 1px solid #f7f7f7;
	margin-top: 20px;
}
ul.download-menu li{
	list-style-type: none;
	display: block;
	color: #666666;
	width: 100%;
}
.secondary-menu li ul.download-menu li a {
	color: #666666;
	padding:5px 0px;
	text-transform: inherit;
	font-size: 16px;
}
.secondary-menu li ul.download-menu li a:hover, .secondary-menu li ul.download-menu li a:focus{
	color: #da2128;
}
.pdf-download{
	cursor: pointer;
}
.pdf-download:hover > ul{
	display: block;
}
.prod-wp3 .price-box .price {
	color: #C61F25;
	padding-left: 5px;
}
.floating-btn{
	position: fixed;
	padding: 15px 0;
	background: #efefef;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	z-index: 1;
	bottom: 0;
}
.gmapstrlocator-index-index #main .form div.field1{
	display: none;
}
.gmapstrlocator-index-index #main .form .field2 {
	width: 30%;
	min-width: 280px;
	float: left;
}
.gmapstrlocator-index-index #main .total_maps {
	padding-top: 0;
}
#scrollbar1 .overview .content .store {
	width: 300px;
}
.dashboard .box-account .box-head + .col2-set, .dashboard .box{
	padding-left: 0;
	line-height: 25px;
}
.dashboard address {
	font-size: 16px;
	font-family: 'lato-regular';
	line-height: 25px;
}
.cust-address form > .fieldset{
	padding-left: 0px;
}
.addresses-list ol{
	padding-left: 0;
}
.addresses-list ol li{
	list-style-type: none;
}
.addresses-list ol li h3{
	font-family: 'lato-regular';
	padding: 10px 0;
}
.item.empty{
/*  text-align: center;*/
}
.my-account button{
	background: #da2128;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 5px 10px;
	font-family: 'lato-regular';
}
.my-account .success-msg{
	list-style-type: none;
}
.my-account .success-msg ul{
	list-style-type: none;
	padding-left: 0;
	list-style-type: none;
}
.newsletter-sub .fieldset h2.legend{
	display: none;
}
.accountinfo-edit form{
	padding-left: 0px;
}
.customer-address-index .my-account {
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 5px 4% 5px 35px;
}
.my-account{
	overflow: hidden;
	min-height: 300px;
}
.box-recent .box-head a{
	display: inline-block;
	padding: 0 0 15px;
	font-family: 'lato-regular';
	text-decoration: underline;
}
.customer-account-index .main-container, .customer-account-edit .main-container,
.customer-address-index .main-container, .sales-order-history .main-container,
.review-customer-index .main-container, .newsletter-manage-index .main-container{
	background: #fbfbfb;
}
.my-account{
	background: #fff;
	margin-top: 0;
	padding-top: 25px;
}
.form-list input {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 5px;
	font-family: 'lato-regular';
	font-size: 16px;
}
.box-title h3, .box-content h3{
	padding-bottom: 10px;
	font-family: 'lato-regular';
	color: #666666;
	font-size: 24px;
}
.box-content h4{
	padding-bottom: 10px;
	font-family: 'lato-regular';
	color: #666666;
	font-size: 20px;
}
.box-title a, .box-content a{
	font-family: 'lato-regular';
	display: inline-block;
	padding: 5px 0;
}
.block-content a{
	color: #c61e25;
	font-family: 'lato-regular';
}
.block-title h1{
	font-family: 'lato-light';
	padding: 5px 0 20px 5px;
}
.ul-showroom li, .ul-showroom li a{
	text-transform: inherit !important;
}
.checkbox-inline {
	padding-left: 0;
}
@media screen and (max-width: 767px) {
	.bs-req {
		padding: 15% 25px;
	}
	.workwith-wrap {
		padding: 5px 15px;
	}
	form#search_mini_form input#search {
		font-size: 16px;
	}
	ul.download-menu {
		margin-top: 0;
	}
	.col-main {
		overflow: inherit;
	}
	.kurlopedic-sec {
		margin: 0px 0 25px;
	}
	.add-to-cart button {
		margin: 5px 0;
	}
	#prod-feat {
		padding: 25px 15px 0;
	}
	.prod-detail-wp2 {
		padding: 50px 0 0;
	}
	
		#main .stores,
		#main .map {
			width: 100% !important;
		}
		#scrollbar1 .viewport {
			/* width: 400px; */
			height: auto !important;
			overflow: hidden;
			position: relative;
		}
		#scrollbar1 .overview {
			position: relative !important;
		}
		.category-pillows .banner-caption {
			margin-top: 0%;
		}
		#homebanner .flexslider .slides li span {
			font-size: 10px;
			bottom: 0;
		}
		.cms-home #homebanner .flex-control-nav {
			bottom: 5px;
			display: none;
		}
		#news-home {
			padding: 0px 10px 40px;
		}
		.media {
			text-align: center;
			margin-bottom: 20px;
		}
		.retail-outlets {
			margin: 10px 0px;
		}
		h2 {
			font-size: 25px;
		}
		.qstn-section h1 {
			font-size: 30px;
		}
		.tophead {
 
    padding: 0 0 3% 0%;
 
}
		.banner-caption {
			position: relative !important;
			top: 0;
			width: 100%;
			left: 0;
			right: 0 !important;
			padding: 10px 15px;
			margin: 0 auto !important;
			text-align: center;
		}
		.banner-caption h1 {
			font-size: 55px;
		}
		.fact-list {
			margin: 15px 0 0px;
			min-height: auto;
			text-align: center;
		}
		.cms-about-us h2 {
			font-size: 30px;
		}
		.iso-certification li {
			width: 45%;
		}
		.bor {
			border-right: none;
		}
		.click-here {
			width: auto;
		}
		.about-content p {
			padding: 10px 0px;
		}
		.login-wrap {
			padding-left: 0;
			padding-right: 0;
		}
		.foot1,
		.foot6 {
			width: 100%;
			padding: 10px 10px;
		}
		.foot6 {
			max-width: 300px;
			margin: 0 auto;
			float: none;
			overflow: hidden;
		}
		.foot1,
		.foot2,
		.foot3,
		.foot4,
		.foot5,
		.foot6 {
			min-height: 150px
		}
		.foot2,
		.foot3,
		.foot4,
		.foot5 {
			width: 50%;
			padding-bottom: 15px;
			padding: 10px 20px;
		}
		.nav-pills>li {
			min-height: 35px;
		}
		.foot6 {
			border-left: none;
		}
	}
	@media screen and (max-width: 480px) {
		.click1 {
			top: -35px;
		}
		.checkbox-inline{
			padding: 0px;
		}
		.kurlopedic-sec ul li {
			width: 50%;
			height: auto;
		}
		.etalage img,
		.etalage {
			max-width: 245px !important;
			height: 245px !important;
		}
		.products-grid .item {
			padding: 2px 2px 10px;
			border: 1px solid #f7f7f7;
			min-height: 315px;
			max-width: 255px;
			margin-left: auto;
			margin-right: auto !important;
			float: none;
		}
		.foot1,
		.foot2,
		.foot3,
		.foot4,
		.foot5,
		.foot6 {
			width: 100%;
			padding-bottom: 15px;
			min-height: auto;
		}
		.footer-container {
			text-align: center;
		}
		.iso-certification li {
			width: 100%;
		}
		.cat-products {
			padding: 10px 20px;
			background: #fff;
			width: 100%;
		}
		.sidebar {
			background: #fbfbfb;
			padding-left: 4%;
			padding-top: 20px;
			width: 100%;
		}
		.media-object {
			display: block;
			margin: 0 auto;
		}
		.media-left {
			width: 100%;
			display: block;
			float: left;
			padding-right: 20px;
			padding-bottom: 10px;
		}
	}
	@media screen and (min-width: 481px) and (max-width: 767px) {
		/*.etalage img,*/
		.etalage {
			/*max-width: 260px !important;
			height: 260px !important;*/
		}
		.sidebar {
			width: 100%;
		}
		.cat-products {
			width: 100%;
		}
		.products-grid .item {
			max-width: 225px;
			margin-left: auto;
			margin-right: auto;
			float: left;
		}
		.category-products .cat-name {
			position: absolute;
			top: 125px;
			right: 0;
		}
	}
	@media screen and (min-width: 767px) {
		.navbar-nav>li>a {
			font-size: 18px;
		}
		.navbar-right {
			margin-top: 22px;
		}
	}

	@media screen and (max-width: 991px) {
		.product_list .cat-desc {
			position: relative;
			bottom: 0;
			left: 0;
			max-width: 100%;
			padding: 10px 10px;
			text-align: center;
		}
		.parentMenu a {
			padding: 10px 0 !important;
			font-size: 13px;
		}
		#menu-content {
			position: fixed;
			width: 100%;
			background: #FFF;
			top: 44px;
			left: 0;
		}
		
		.email-wrap {
    width: 100%;
 }
 .quick {
 
    width: 100%;
 
}
 .search-container {
    float: none;
}
input[type=text] {
   margin-left: 4%;
    width: 75%;
    margin-right: 0px;}
	
.search-container button {
   
    width: 15%;
}
.logo-wrap {
    width: 50%;
}
.logo-wrap2 {
    width: 50%;
	    margin-left: 0;
    padding: 10px 8px;
}
.logo img {
    max-width: 85%;
}
.frame-client
{
height:150px;
}
		#custommenu-mobile {
			position: absolute;
			margin: 0 auto;
			padding: 0;
			z-index: 999;
			right: 0;
			width: 100%;
			top: 0px;
			max-width: 130px;
		}
		.menu-mobile .parentMenu a:link,
		.menu-mobile .parentMenu a:visited {
			padding: 10px 0px 10px 10px!important;
		}
		#menu-button a:link,
		#menu-button a:visited {
			color: #fff;
			display: block;
			float: none;
			margin-left: 0;
			position: absolute;
			padding: 4px 14px;
			background: #da2128;
			border-radius: 4px;
			right: 22px;
			top: 8px;
		}
		#menu-button {

			width: auto;
			border-bottom: 0px solid #fff;
		}
		.top-menu2 .secondary-menu li,
		.top-menu2 .secondary-menu li a {
			color: #ffffff;
			float: none;
			padding: 0 10px;
			text-align: center;
			line-height: 29px;
		}
		.top-menu1b {
			width: 271px;
			float: none;
			background-color: #ffffff;
			margin: 0 auto;
		}
		.top-menu1b .links {
			/*width: 82%;*/
			width: 88%;
		}
		.quick-access img {
			width: 11%;
			float: right;
			padding: 22px 9px;
			background-color: #ffffff;
		}
		.topbar.top-menu2 {
			margin-top: 55px;
		}
	}
	#news-home .media-heading {
		font-family: 'lato-semibold';
		padding-bottom: 5px;
		font-size: 16px;
			line-height: 22px;
	}
	.category-new-arrivals .product_list, .category-furnishing .product_list, .category-wedge-pillows .product_list  {
		padding: 10% 0;
		text-align: center;
		font-size: 40px;
	}
	.cms-privacy-policy-cookie-restriction-mode .col-main {
		overflow: hidden;
		max-width: 1200px;
		margin: 25px auto;
		padding: 10px 25px;
	}
	.cms-privacy-policy-cookie-restriction-mode .col-main td,
	.cms-privacy-policy-cookie-restriction-mode .col-main th {
		padding: 5px 5px;
		border: 1px solid #efefef;
		text-align: center;
		font-size: 16px;
	}
	@media screen and (max-width: 550px) {
		.top-menu1b {
			width: 100%;
			padding: 0 0;
			float: none;
			background-color: #ffffff;
			margin: 0 auto;
			/* height: 20px; */
			/* display: block; */
			clear: both;
			border-top: 1px solid #CCC;
		}
		.topbar.top-menu2 {
			margin-top: 115px;
		}
		.top-menu1b .links li {
			padding: 20px 0;
		}
		.quick-access img {
			width: 32px;
			margin: 0px;
		}
	}
	@media screen and (min-width: 768px) and (max-width: 991px) {
		.products-grid .item {
			/*width: 255px;*/
		}
		.foot1 img {
			width: 90%;
			max-width: 175px;
			margin: 35px auto;
			display: block;
		}
		.foot1 {
			border: none;
		}
		.nav>li>a {
			padding: 10px;
		}
		.foot1,
		.foot2,
		.foot3,
		.foot4,
		.foot5,
		.foot6 {
			width: 30%;
			padding: 15px;
			min-height: auto;
			border: none;
		}
	}

	@media screen and (max-width: 991px) {
		.outer {
			border-right: none;
			height: auto;
		}
		.middle {
			display: block;
		}
	}

	@media screen and (min-width: 992px) {
		.products-grid .item {
			width: 23.7%;
		}
	}
	@media screen and (min-width: 1651px) {
		.business-wrap2 {
			padding: 4% 5% !important;
		}
		.business-wrap2 h4 {
			margin-bottom: 30px;
		}
		.category-foam .foam-desc {
			padding: 2% 15%;
		}
		.workwith-wrap {
			min-height: 625px;
		}
		.category-foam .cat-desc h3 {
			color: #666666;
			padding-bottom: 5px;
			float: left;
			display: flex;
			vertical-align: middle;
			width: 27%;
			text-align: center;
			margin: 22% 9%;
		}
		.category-foam .cat-desc {
			position: absolute;
			bottom: 15px;
			left: 25px;
			max-width: 100%;
			width: 94%;
			top: 20px;
		}
		#journey img {
			margin: 20px auto;
		}
		.container {
			width: 90%;
		}
		#about-sctn {
			padding: 40px 0 10px;
		}
		.logo img {
			max-width: 180px;
			margin: 5px 0;
		}
		.quick-access img {
			padding: 19px 22px;
			width: 70px;
		}
		.topbar.top-menu2 {
			margin-top: 55px;
		}
		.parentMenu a {
			padding: 16% 0 !important;
		}
		div.menu a:link,
		div.menu a:visited {
			font-size: 14px;
		}
		.bs-req {
			padding: 20% 25px;
		}
	}
	@media screen and (max-width: 1200px) {
		.products-grid .item {
			margin-right: 0px;
		}
	}
	@media screen and (min-width: 992px) and (max-width: 1200px) {
		.products-grid .item {
			/*width: 255px;*/
		}
		.top-menu1b .links li a,
		.top-menu1b .links li a:hover,
		.top-menu1b .links li a:focus {
			font-size: 12px;
		}
		.quick-access img {
			padding: 13px 15px;
		}
		.foot5 {
			width: 10%;
			float: left;
		}
		.foot6 {
			width: 22%;
			float: left;
		}
		.foot4 {
			width: 15%;
		}
		.foot2,
		.foot3 {
			width: 18%;
			float: left;
		}
		.foot1 {
			width: 12%;
		}
	}
	@media screen and (min-width: 1501px) {
		.cat-desc-foam .foam-desc:nth-child(1){
			height: 400px;
		}
		.category-new-arrivals .product_list{
			min-height: 612px;
		}
		.cms-privacy-policy-cookie-restriction-mode .col-main {
			max-width: 90%;
		}
		.catalog-product-view .container {
			width: 82%;
		}
		.catalog-product-view .breadcrumbs {
			padding: 50px 0 0;
			width: 84%;
			margin: 0 auto;
		}
		.note-msg{min-height: 177px;}
		.category-products .cat-name {
			top: 62%;
		}
		.cat-desc p {
			min-height: 70px;
		}
		.products-grid {
		padding-right: 5%;
	}
		.categories-wrap {
			margin-right: 8%;
		}
		.top-menu2 .secondary-menu li a {
			padding-top: 10px;
		}
	}
	@media screen and (min-width: 771px) and (max-width: 991px) {
		.top-menu1a {
			width: 80%;
		}
		.quick-access img {
			padding: 5px 6px !important;
		}
		.top-menu1b .links li {
			padding: 3px 0 !important;
		}
		div.menu a:link,
		div.menu a:visited {
			padding-top: 18px !important;
		}
	}
@media screen (max-width: 767px) {
	
}
@media screen (max-width: 425px) {
.logo-wrap {
    width: 50%;
}

.logo-wrap2
{
    width: 50%;
	margin-left:0;
}
.email-wrap {
  display: none;
}
.search-container {
    float: right;
    display: none;
}
}