@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap');
.carousel-inner>.item>a>img, .carousel-inner>.item>img {

    width: 100% !important;
}
.slick-loading .slick-list {
	background: #fff url(../../../themes/hexo/assets/slick/ajax-loader.gif) center center no-repeat
}

@font-face {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	src: url(assets/slick/./fonts/slick.eot);
	src: url(assets/slick/./fonts/slick.eot?#iefix) format("embedded-opentype"), url(assets/slick/./fonts/slick.woff) format("woff"), url(//mmfoam.in/wp-content/themes/hexo/assets/slick/./fonts/slick.ttf) format("truetype"), url(//mmfoam.in/wp-content/themes/hexo/assets/slick/./fonts/slick.svg#slick) format("svg")
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 33%;
	z-index: 1;
	display: block;
	width: 32px;
	height: 32px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: 0 0
}

.slick-arrow:hover {
	opacity: 1
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: 0 0
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev {
	left: 15px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '←'
}

[dir=rtl] .slick-prev:before {
	content: '→';
	opacity: 0
}

.slick-next {
	right: 15px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '→'
}

.latex-slider .slick-next {
	background: url(//mmfoam.in/wp-content/themes/hexo/assets/slick/../../images/icons/blood.png)
}

[dir=rtl] .slick-next:before {
	content: '←'
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: 0 0
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: 'Roboto', sans-serif;
	;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

#HEADER .brand img {
	width: 70px !important;
}

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
	margin-top: 20px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px;
	background: #adb8f0;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #007bb5
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../../../../index.html) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(//mmfoam.in/wp-content/themes/hexo/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(//mmfoam.in/wp-content/themes/hexo/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-nav {
	margin: 0 !important;
	display: none !important
}

.single .entry-content blockquote p:first-child:first-letter,
.single .entry-content q p:first-child:first-letter {
	color: #444;
	font-size: 1rem;
	line-height: 2rem;
	font-family: 'Roboto', sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0
}

.category article .entry-footer,
.archive article .entry-footer,
.search article .entry-footer,
.blog article .entry-footer {
	padding-right: 0;
	transition: .3s ease
}

.category article:hover .entry-footer a,
.archive article:hover .entry-footer a,
.search article:hover .entry-footer a,
.blog article:hover .entry-footer a {
	padding-left: 1rem;
	transition: .3s ease;
	color: #ccc
}

.category article:hover .entry-footer:after,
.archive article:hover .entry-footer:after,
.search article:hover .entry-footer:after,
.blog article:hover .entry-footer:after {
	content: "\2192";
	transition: .3s ease;
	padding-left: .5rem;
	color: #ccc;
	position: absolute
}

#page {
	background: #fff
}

.site-branding .site-title {
	font-weight: 700;
	font-size: 3.5rem;
	line-height: 4rem;
	margin: 1.5rem 0;
	margin-bottom: .5rem;
	color: #1f1f26;
	font-family: 'Roboto', sans-serif;
	clear: both
}

.site-description {
	margin-bottom: 1.5rem
}

.site-branding {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2rem;
	padding-top: 2rem
}

.single h1.entry-title {
	margin-top: 0
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
	border-color: #aaa #bbb #bbb
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px
}

select {
	border: 1px solid #ccc
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
	color: #111
}

textarea {
	width: 100%
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
	outline: 0px!important
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	border-color: transparent
}

a {
	color: #444;
	transition: .3s ease
}

a:visited {
	color: #444
}

a:hover,
a:focus,
a:active {
	color: #ccc;
	text-decoration: none
}

a:focus {
	outline: 0
}

a:hover,
a:active {
	outline: 0
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0
}

.main-navigation li {
	float: left;
	position: relative
}

.main-navigation a {
	display: block;
	text-decoration: none
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0
}

.main-navigation ul ul a {
	width: 200px
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block
}

@media screen and (min-width:37.5em) {
	.menu-toggle {
		display: none
	}
	.main-navigation ul {
		display: block
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%
}



.topm {
	background: #f7f7f9
}

.topm .row {
	padding: 2rem 0
}




.nav-previous:before {
	content: "\2190";
	padding-right: .5rem
}

.nav-next:after {
	content: "\2192";
	padding-left: .5rem
}

.nav-links:hover .nav-previous:before,
.nav-links:hover .nav-next:after {
	color: #ccc
}

@media(max-width:767px) {
	.navbar ul {
		margin: 0 0 1.5em 1em
	}
	.widget-area ul {
		margin: 0;
		list-style: none;
		padding: 0
	}
	.topm .row.in {
		display: flex;
		flex-wrap: wrap
	}
	.flex-1 {
		order: 2;
		flex: 100%
	}
	.flex-2 {
		order: 1;
		flex: 100%;
		margin-bottom: 2rem;
		margin-right: 1rem
	}
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto!important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

#content[tabindex="-1"]:focus {
	outline: 0
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5rem;
	margin-bottom: 1rem
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5rem;
	margin-bottom: 1rem
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.single .entry-content figure {
	margin-right: 1rem!important;
	margin-left: 1rem!important
}

.single .entry-content figure.alignleft {
	margin-right: 1rem!important;
	margin-left: 0!important
}

.single .entry-content figure.alignright {
	margin-right: 0!important;
	margin-left: 1rem!important
}

.single .entry-content figure.aligncenter,
.single .entry-content figure.alignnone {
	clear: both;
	display: block;
	margin-left: auto!important;
	margin-right: auto!important
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both
}

.widget {
	margin: 0 0 2rem
}

.widget select {
	max-width: 100%
}

h2.widget-title {
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 0 0 1rem;
	margin: 0 0 1rem;
	border-bottom: 1px solid #ccc
}

.widget-area ul {
	margin: 0;
	list-style: none;
	padding-left: 1rem
}

.widget-area ul>li {
	margin: 0 0 .5rem
}

.widget_search .search-submit {
	display: none
}

input.search-field {
	min-width: 100%;
	padding: .5rem 1rem;
	border-radius: 0
}

form.search-form label {
	width: 100%
}

@media(min-width:969px) {
	.bottomm .widget-area section {
		width: 31%;
		display: inline-block;
		float: left;
		margin: 0 1% 1.5rem
	}
}

.bottomm {
	background: #f7f7f9
}

.bottomm .container1 {
	padding-top: 2.5rem
}

.site-info {
	text-align: center;
	margin-bottom: 1rem
}

@media (max-width:968px) {
	.widget {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

@media(min-width:489px) and (max-width:543px) {
	.container {
		max-width: 450px
	}
}

@media(min-width:391px) and (max-width:490px) {
	.container {
		max-width: 380px
	}
}

@media(min-width:321px) and (max-width:390px) {
	.container {
		max-width: 320px
	}
}

@media(max-width:320px) {
	.container {
		max-width: 300px
	}
}

@media (min-width:544px) {
	.container {
		max-width: 480px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 800px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 800px
	}
}

.container1 {
	margin: 0 auto
}

@media(min-width:544px) and (max-width:767px) {
	.container1 {
		max-width: 500px
	}
}

@media(min-width:489px) and (max-width:543px) {
	.container1 {
		max-width: 450px
	}
}

@media(min-width:391px) and (max-width:490px) {
	.container1 {
		max-width: 380px
	}
}

@media(min-width:321px) and (max-width:390px) {
	.container1 {
		max-width: 350px
	}
}

@media(max-width:320px) {
	.container1 {
		max-width: 300px
	}
}

@media (min-width:768px) {
	.container1 {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container1 {
		max-width: 940px
	}
}

@media (min-width:1200px) {
	.container1 {
		max-width: 1140px
	}
}

article {
	text-align: center;
	padding: 0 0 20px
}

.page article {
	border-bottom: 0 solid #ccc
}

.page .comments-area article {
	border-bottom: 1px solid #ccc
}

.page-content,
.entry-content,
.entry-summary {
	text-align: left
}

.entry-meta,
.entry-footer {
	font-size: .85rem
}

.entry-meta a,
.entry-footer a {
	color: #ccc
}

.read-more a {
	color: #444;
	transition: .3s ease
}

.read-more a:hover {
	color: #ccc
}

.sticky {
	display: block
}

.hentry {
	margin: 0 0 1.5em
}

.byline,
.updated:not(.published) {
	display: none
}

.single .byline,
.group-blog .byline {
	display: inline
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0
}

.page-links {
	clear: both;
	margin: 0 0 1.5em
}

.single .has-post-thumbnail {
	padding-top: 0
}

.single .has-post-thumbnail figure {
	margin: 0 0 1.5rem;
	position: relative
}

.entry-footer span.cat-links {
	padding-right: 2rem
}

.entry-footer span.tags-links {
	padding-right: 2rem
}

.archive header.page-header,
.category header.page-header,
.search header.page-header,
.error404 header.page-header {
	border-bottom: 1px solid #ccc;
	text-align: center
}

.archive header.page-header h1,
.category header.page-header h1,
.search header.page-header h1,
.error404 header.page-header h1 {
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 1.5rem 0;
	margin: 0
}

.archive article:last-child,
.category article:last-child,
.search article:last-child {
	border-bottom: 0;
	margin: 0
}

.search-no-results .page-content,
.error404 .page-content {
	margin: 4rem 0
}

.search-no-results input[type=submit],
.error404 input[type=submit] {
	display: none
}

.search-no-results label {
	min-width: 100%
}

.comment-content a {
	word-wrap: break-word
}

.bypostauthor {
	display: block
}

.comments-area {
	margin: 0
}

@media screen and (min-width:40em) {
	.comments-area {
		margin: 0
	}
}

@media(max-width:767px) {
	.comments-area {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

.comment-list {
	padding: 0;
	margin: 0
}

.comment-list,
.comment-list ol {
	list-style-type: none
}

.comment-body {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem
}

.comment-meta {
	position: relative;
	margin-left: 5rem;
	font-size: 80%
}

.comment .avatar {
	position: absolute;
	left: -70px;
	width: 50px;
	height: 50px;
	border-radius: 50px
}

.children {
	margin-left: 1em;
	padding-left: 0
}

.comment .avatar {
	top: -5px
}

@media screen and (min-width:30em) {
	.children {
		margin-left: 2em
	}
	.comment-meta {
		margin-left: 80px;
		font-size: 90%
	}
	.comment .avatar {
		top: -7px;
		left: -80px;
		width: 60px;
		height: 60px
	}
	.comment-content {
		margin-left: 80px
	}
}

@media screen and (min-width:50em) {
	.children {
		margin-left: 3em
	}
	.comments-area {
		margin: 0
	}
	.comment-meta {
		margin-left: 90px
	}
	.comment .avatar {
		top: -8px;
		left: -90px;
		width: 70px;
		height: 70px
	}
	.comment-content {
		margin-left: 90px
	}
}

.comment-meta a {
	text-decoration: none;
	font-style: initial
}

.comment-meta a:hover,
.comment-meta a:focus {
	border-bottom: 1px solid #ccc
}

.comment-metadata a:hover,
.comment-metadata a:focus {
	border-color: #c3c3c3
}

.comment-author {
	font-size: 1.5rem;
	line-height: 2rem;
	margin: .5rem 0
}

.says {
	font-size: 80%
}

.comment-metadata {
	margin-top: .2em;
	padding-bottom: .5em;
	font-size: .8em;
	line-height: 1em
}

.comment-metadata a {
	color: gray
}

.reply {
	margin-bottom: 1.5em;
	text-align: right
}

.reply a {
	display: inline-block;
	padding: .5em 1.4em;
	font-size: 85%;
	color: #444;
	line-height: 1.3em;
	text-decoration: none;
	border: 1px solid #ccc
}

.reply a:hover,
.reply a:focus {
	background: #000;
	color: #fff;
	border-color: #000
}

.comment-content ol {
	list-style-type: decimal
}

.comment-content a {
	word-wrap: break-word
}

.bypostauthor .avatar {
	box-sizing: content-box;
	border: 5px solid #c3c3c3;
	margin-top: -5px;
	margin-left: -5px
}

.comment-respond:after {
	display: block;
	margin: 2em auto 4em;
	content: "";
	width: 5em;
	border-bottom: 1px solid #ccc
}

.comment-reply-title {
	margin-bottom: 1em;
	text-align: center
}

.comment-list .comment-reply-title {
	text-align: left
}

.comment-form {
	line-height: 1.3em
}

.comment-form a {
	font-weight: 500
}

.comment-form .form-submit {
	margin-top: 3em
}

.comment-form .form-submit input {
	padding: .5em 1.4em;
	font-size: 85%;
	color: #333;
	line-height: 1.3em;
	text-decoration: none;
	border: 1px solid #c3c3c3
}

.comment-form .form-submit input {
	display: inline-block;
	padding: .5em 1.4em;
	font-size: 85%;
	color: #333;
	line-height: 1.3em;
	text-decoration: none;
	border: 1px solid #c3c3c3
}

.comment-form label {
	width: 33%
}

.comment-form .required {
	color: #d54e21
}

.comment-form label {
	display: block;
	padding-bottom: .4em
}

.comment-reply-title {
	text-align: left
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0
}

.comment-form .form-submit input {
	padding: .5em 1.4em;
	font-size: 85%;
	color: #333;
	line-height: 1.3em;
	text-decoration: none;
	border: 1px solid #c3c3c3;
	background: #fff;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 20px;
	transition: background 1s ease;
	text-shadow: none
}

.comment-form .form-submit input:hover {
	background: #000;
	color: #fff
}

div#comments {
	border-top: 1px solid #ccc
}

h2.comments-title,
h3#reply-title {
	font-size: 1.5rem;
	line-height: 2rem
}

.comment-list article {
	text-align: left;
	padding: 2rem 0
}

.blog span.comments-link a {
	color: #ccc
}

p.no-comments {
	padding-bottom: 2rem
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none
}

.infinity-end.neverending .site-footer {
	display: block
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

embed,
iframe,
object {
	max-width: 100%
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption .wp-caption-text {
	padding: .5rem;
	background: #f7f7f9;
	position: absolute;
	bottom: .5rem;
	right: .5rem
}

.wp-caption-text {
	text-align: center;
	font-size: .8rem
}

.gallery {
	margin-bottom: 1.5em
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}

.gallery-columns-2 .gallery-item {
	max-width: 50%
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
	max-width: 25%
}

.gallery-columns-5 .gallery-item {
	max-width: 20%
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}

.gallery-caption {
	display: block
}

.single .entry-content .gallery figure {
	margin-left: 0!important;
	margin-right: 0!important
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: none;
	opacity: .9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(../../../plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(//mmfoam.in/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)
	}
	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: 0 0
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: 0 0;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute
}

.pswp__button--arrow--left {
	left: 0
}

.pswp__button--arrow--right {
	right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, .3);
	height: 30px;
	width: 32px;
	position: absolute
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d
}

a.pswp__share--download:hover {
	background: #ddd
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(//mmfoam.in/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity .333s cubic-bezier(.4, 0, .22, 1);
	transition: opacity .333s cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none
}

.pswp__element--disabled {
	display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0
}

#banner {
	min-height: 550px;
	background: url(http://innowiztest.in/test-backup/bedncoat/assets/images/banner.jpg) bottom;
	background-size: cover;
	position: relative;
	/* display:flex; */
	align-items: center;
}

#banner .caption {
	background-color: rgba(0, 0, 0, .5);
	padding: 25px;
	display: none;
}

#banner h1 {
	color: #fff;
	line-height: 60px;
	font-weight: 300;
	font-size: 45px
}

#banner p {
	color: #fff;
	font-weight: 300;
	font-size: 18px
}

#FEATURES {
	background: #cc223f59;
	height: 112px;
	display: none;
}

#FEATURES .main-carosl .img {
	width: 330px
}

#FEATURES .main-carosl .img img {
	float: left;
	margin-right: 30px
}

#FEATURES .main-carosl .img h6 {
	color: #263a44;
	position: relative;
	font-weight: 400;
	margin-left: 80px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 16px
}

#FEATURES .main-carosl .slick-dots {
	display: block;
	position: relative;
	top: 5px;
	z-index: 1
}

#FEATURES .main-carosl .slick-dots li {
	background: #000;
	width: 20px;
	height: 2px;
	opacity: .3
}

#FEATURES .main-carosl .slick-dots li.slick-active {
	opacity: 1
}

#LATEX {
	text-align: center;
	position: relative
}

#LATEX .head h1 {
	line-height: 60px
}

#LATEX .head p {
	padding: 10px 10px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .5px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

.exiting-customer {
	width: 240px;
	display: block;
	padding: 16px;
	position: absolute;
	right: 0;
	z-index: 5 !important;
	top: 50px;
	text-align: left;
	background: rgba(23, 139, 222, 1);
	background: -moz-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 139, 222, 1)), color-stop(100%, rgba(14, 122, 205, 1)));
	background: -webkit-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%);
	background: -o-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%);
	background: -ms-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%);
	background: linear-gradient(to right, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#178bde', endColorstr='#0e7acd', GradientType=1)
}

.exiting-customer h3 {
	color: #fff;
	font-size: 20px
}

.exiting-customer p {
	margin-bottom: 0;
	color: #fff;
	font-size: 12px
}

.exiting-customer a {
	color: #fff;
	display: block
}

.exiting-customer .close-offer {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -7px;
	background: #fff url(//mmfoam.in/wp-content/themes/hexo/assets/css/../../assets/images/icons/close.svg) no-repeat;
	left: -6px;
	border-radius: 15px;
	padding: 8px;
	background-size: 46%;
	background-position: 4px 4px;
	border: solid 2px #1689dc;
	cursor: pointer;
	z-index: 20
}

#LATEX .latex-slider .item {
	margin-right: 30px
}

#LATEX .latex-slider .item .img {
	position: relative
}

#LATEX .latex-slider .item .img .info {
	z-index: 1;
	bottom: 0;
	padding: 30px;
	width: 100%
}

#LATEX .latex-slider .item .img .info p {
	margin-bottom: 0;
	line-height: 24px;
	color: #000;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

#LATEX .latex-slider .item .img .info h4 {
	text-shadow: 1px 0 1px #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-transform: capitalize;
}

#LATEX .latex-slider .slick-next {
	/* background:url(//mmfoam.in/wp-content/themes/hexo/assets/css/../../assets/images/icons/right-arrow.svg) no-repeat; */
	/* opacity:.6; */
	/* right:-40px; */
}

#LATEX .latex-slider .slick-prev {
	/* background:url(//mmfoam.in/wp-content/themes/hexo/assets/css/../../assets/images/icons/left-arrow.svg) no-repeat; */
	/* opacity:.6; */
	/* left:-23px; */
}

#LATEX .latex-slider .slick-disabled {
	opacity: 0;
	transition: ease-in-out 1s all
}

#PRODUCTS {
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	max-width: 100%
}

#PRODUCTS .top {
	/* background:url(//mmfoam.in/wp-content/themes/hexo/assets/css/../../assets/images/cloud.jpg) no-repeat center center; */
	padding-bottom: 250px;
}

#PRODUCTS .head p {
	padding: 0 25%;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .5px
}

#PRODUCTS .sleeper {
	width: 100%;
	top: -25px;
	position: absolute;
	z-index: 2;
	animation: float 1.5s infinite ease-in-out alternate;
	padding-bottom: 0
}

#PRODUCTS .sleeper {
	animation-delay: .6s
}

#PRODUCTS h1,
#PRODUCTS .head p {
	/* color: #000; */
	font-family: 'Roboto', sans-serif;
}

@keyframes float {
	100% {
		transform: translateY(20px)
	}
}

#PRODUCTS .bottom {
	margin-top: -235px;
	cursor: col-resize;
	overflow: hidden;
	position: relative;
	/* padding-top:160px */
}

#PRODUCTS .bottom .product-slider .item {
	padding: 0 20px
}

#PRODUCTS .bottom .product-slider p {
	padding: 0 0%;
	line-height: 24px;
	font-size: 13px;
}

#PRODUCTS .bottom .product-slider h3 {
	font-weight: 600
}

#PRODUCTS .bottom .product-slider .slick-slide {
	transform: scale(.8);
	transition: all .5s ease-in-out;
	position: relative;
	top: 0
}

#PRODUCTS .bottom .product-slider .slick-center {
	transform: scale(1);
	transition: all 1s ease-in-out
}

#PRODUCTS .bottom .product-slider .slick-next {
	background: #fff url(assets/images/icons/right-arrow.svg) no-repeat 30% 50%;
	opacity: 1;
	box-shadow: 0 0 10px #999;
	border-radius: 50px;
	width: 70px;
	height: 70px;
	right: -35px;
	background-size: 12px;
	z-index: 1000;
	top: 74px
}

#PRODUCTS .bottom .product-slider .slick-prev {
	background: #fff url(assets/images/icons/left-arrow.svg) no-repeat 70% 50%;
	opacity: 1;
	box-shadow: 0 0 10px #999;
	border-radius: 50px;
	width: 70px;
	height: 70px;
	left: -35px;
	background-size: 12px;
	z-index: 1000;
	top: 74px
}

#PRODUCTS .bottom .product-slider .slick-prev:hover {
	left: -30px
}

#PRODUCTS .bottom .product-slider .slick-next:hover {
	right: -30px
}

.slick-arrow {
	transition: all .1s ease-in-out
}

#ACCOSSORIES .left {
	background: url(../../../themes/hexo/assets/images/banner.jpg);
	background-size: cover;
	height: 430px
}

#ACCOSSORIES .right {
	background: #212529;
	height: 430px;
	display: flex;
	align-items: center;
	padding: 0;
}

#ACCOSSORIES .right .row {
	width: 100%
}

#ACCOSSORIES .right .pillows {
	text-align: center
}

#ACCOSSORIES .right .pillows h4 {
	display: block;
	font-size: 19px;
	color: #f8f9fa !important;
}

#ACCOSSORIES .right .pillows p {
	color: #f8f9fa;
	font-size: 14px;
	padding: 0 10%;
	line-height: 24px color:#263a44 !important;
}

#ACCOSSORIES .right .pillows img {
	padding: 0 30px
}

#ACCOSSORIES .btn-small.btn-blue.mt-16 {
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff
}

#ACCOSSORIES .btn-small.btn-blue.mt-16:hover {
	background: #197dc1;
	border-color: #197dc1 !important
}

#REVIEWS {
	background: #fff
}

#REVIEWS .item .img {
	margin: 0 15px;
	min-height: 330px;
	padding: 35px;
	border: solid 2px #e4f0cf;
	background: #e4f0cf
}

#REVIEWS .item .img p {
	font-weight: 300;
	font-size: 15px
}

#REVIEWS .review-slider {
	margin: 0 -15px
}

#REVIEWS .review-slider .slick-next {
	background: url(//mmfoam.in/wp-content/themes/hexo/assets/css/../../assets/images/icons/right-arrow.svg) no-repeat;
	opacity: .6;
	right: -40px
}

#REVIEWS .review-slider .slick-prev {
	background: url(//mmfoam.in/wp-content/themes/hexo/assets/css/../../assets/images/icons/left-arrow.svg) no-repeat;
	opacity: .6;
	left: -23px
}

#REVIEWS .review-slider .slick-disabled {
	opacity: 0;
	transition: ease-in-out 1s all
}

#NO-LATEX {
	background: #b8e2da
}

#NO-LATEX p {
	padding: 0 32%
}

#NO-LATEX .items {
	text-align: center
}

#NO-LATEX .items .pillows {
	display: inline-block
}

#NO-LATEX .pillows {
	text-align: center
}

#NO-LATEX .pillows h3 {
	display: block;
	font-size: 22px
}

#NO-LATEX .pillows img {
	padding: 0
}

#NO-LATEX .btn-blue {
	background: #44c0b0 !important
}

#NO-LATEX .btn-blue:hover {
	background: #3aa295 !important
}

#EASY-MATT .btn-blue {
	background: #fff !important;
	border: 1px solid #197dc1 !important;
	color: #197dc1 !important
}

#EASY-MATT .btn-blue:hover {
	background: #197dc1 !important;
	color: #fff !important
}

#EASY-MATT h3 {
	line-height: 34px
}

#EASY-MATT p {
	color: #888;
	font-weight: 300;
	font-size: 14px;
	padding-right: 20%
}

#EXEPERIENCE {
	min-height: 450px;
	background: url(../../../themes/hexo/images/experience.jpg) bottom;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center
}

#EXEPERIENCE .caption {
	width: 40%;
	float: right;
	background: rgba(0, 0, 0, .5);
	padding: 40px 30px
}

#EXEPERIENCE .caption h1 {
	font-size: 34px;
	color: #fff
}

#EXEPERIENCE .caption p {
	font-weight: 300;
	font-size: 14px;
	color: #fff
}

#Measurement .row {
	margin: 0
}

#Measurement .row {
	margin: 0
}

#Measurement .col-md-6 {
	padding: 0
}

#Measurement .top .right {
	padding: 0;
	position: relative;
	display: flex;
	align-items: center
}

#Measurement .top .right .caption {
	/* margin-left:-64px; */
	/* background:#b8e2da; */
	padding: 50px;
	width: calc(100% + 64px);
}

#Measurement .top .right .caption h3 {
	line-height: 34px
}

#Measurement .top .right .caption p {
	width: 70%;
	font-weight: 300;
	font-size: 14px;
	color: #000;
	font-family: 'Roboto', sans-serif;
}

#Measurement .bottom .left {
	padding: 0;
	position: relative;
	display: flex;
	align-items: center
}

#Measurement .bottom .left .caption {
	/* margin-right:-64px; */
	/* background:#e4f0cf; */
	padding: 50px;
	width: calc(100% + 64px);
	position: relative;
	z-index: 1;
	font-family: 'Roboto', sans-serif;
}

#Measurement .bottom .left .caption h3 {
	line-height: 34px
}

#Measurement .bottom .left .caption p {
	width: 70%;
	font-weight: 300;
	font-size: 14px;
	color: #000
}

#Measurement .btn-blue {
	background: 0 0;
	color: #CC223F !important;
	border: 1px solid #CC223F;
}

#Measurement .btn-blue:hover {
	background: #CC223F;
	color: #fff !important;
}

@media (max-width:575px) {
	#FEATURED .img img {
		width: 100%;
		height: auto
	}
	#FEATURED .img:after {
		width: 177px;
		left: 52.5px;
		margin-top: -37px
	}
	#FEATURED .img {
		margin-bottom: 60px;
		margin-top:
	}
	#FEATURED h2 {
		font-size: 24px
	}
	#FEATURED .btn-small,
	#FEATURED .fav {
		display: none
	}
	#HEADER .brand img {
		width: 70px
	}
	.title {
		padding-left: 20px;
		margin-bottom: 20px;
		font-weight: 500
	}
	#RECENT-WINNERS .container-fluid {
		padding: 0 0 0 20px
	}
	#RECENT-WINNERS .recent-winners .item a img {
		width: 300px
	}
	#RECENT-WINNERS .recent-winners .item .info .left {
		display: none
	}
	#RECENT-WINNERS .recent-winners .item .info {
		padding: 20px 0 0
	}
	#RECENT-WINNERS .recent-winners .item {
		margin-right: 30px
	}
	#RECENT-WINNERS .recent-winners .item .info h4 {
		font-size: 18px
	}
	#RECENT-WINNERS .recent-winners .item .info p {
		margin-top: 7px
	}
	#RECENT-NOMINEES .container-list {
		display: block
	}
	#RECENT-NOMINEES .item .info h6 {
		padding: 20px 0 7px
	}
}

@media (min-width:576px) and (max-width:767px) {
	#FEATURED .img img {
		width: 100%;
		height: auto
	}
	#FEATURED .img:after {
		width: 177px;
		left: 52.5px;
		margin-top: -37px
	}
	#FEATURED .img {
		margin-bottom: 60px;
		margin-top:
	}
	#FEATURED h2 {
		font-size: 24px
	}
	#FEATURED .btn-small,
	#FEATURED .fav {
		display: none
	}
	#HEADER .brand img {
		width: 70px
	}
	.title {
		padding-left: 20px;
		margin-bottom: 20px;
		font-weight: 500
	}
	#RECENT-WINNERS .container-fluid {
		padding: 0 0 0 20px
	}
	#RECENT-WINNERS .recent-winners .item a img {
		width: 450px
	}
	#RECENT-WINNERS .recent-winners .item .info .left {
		display: none
	}
	#RECENT-WINNERS .recent-winners .item .info {
		padding: 20px 0 0
	}
	#RECENT-WINNERS .recent-winners .item {
		margin-right: 30px
	}
	#RECENT-WINNERS .recent-winners .item .info h4 {
		font-size: 18px
	}
	#RECENT-WINNERS .recent-winners .item .info p {
		margin-top: 7px
	}
}

@media (min-width:768px) and (max-width:991px) {
	#FEATURED .img img {
		width: 100%;
		height: auto
	}
	#FEATURED .img:after {
		width: 177px;
		left: 52.5px;
		margin-top: -37px
	}
	#FEATURED .img {
		margin-bottom: 60px;
		margin-top:
	}
	#FEATURED h2 {
		font-size: 24px
	}
	#FEATURED .btn-small,
	#FEATURED .fav {
		display: none
	}
	#HEADER .brand img {
		width: 70px
	}
	.title {
		padding-left: 20px;
		margin-bottom: 20px;
		font-weight: 500
	}
	#RECENT-WINNERS .container-fluid {
		padding: 0 0 0 20px
	}
	#RECENT-WINNERS .recent-winners .item a img {
		width: 450px
	}
	#RECENT-WINNERS .recent-winners .item .info .left {
		display: none
	}
	#RECENT-WINNERS .recent-winners .item .info {
		padding: 20px 0 0
	}
	#RECENT-WINNERS .recent-winners .item {
		margin-right: 30px
	}
	#RECENT-WINNERS .recent-winners .item .info h4 {
		font-size: 18px
	}
	#RECENT-WINNERS .recent-winners .item .info p {
		margin-top: 7px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	#FEATURED .img img {
		width: 100%;
		height: auto
	}
	#FEATURED .img:after {
		width: 177px;
		left: 52.5px;
		margin-top: -37px
	}
	#FEATURED .img {
		margin-bottom: 60px;
		margin-top:
	}
	#FEATURED h2 {
		font-size: 24px
	}
	#FEATURED .btn-small,
	#FEATURED .fav {
		display: none
	}
	#HEADER .brand img {
		width: 70px
	}
	#RECENT-WINNERS .container-fluid {
		padding: 0 0 0 20px
	}
	#RECENT-WINNERS .recent-winners .item a img {
		width: 650px
	}
	#RECENT-WINNERS .recent-winners .item .info .left {
		display: none
	}
	#RECENT-WINNERS .recent-winners .item .info {
		padding: 20px 0 0 60px
	}
	#RECENT-WINNERS .recent-winners .item {
		margin-right: 70px
	}
	#RECENT-WINNERS .recent-winners .item .info h4 {
		font-size: 18px
	}
	#RECENT-WINNERS .recent-winners .item .info p {
		margin-top: 7px
	}
	.title {
		padding-left: 80px
	}
}

@media (min-width:1200px) and (max-width:1366px) {
	#FEATURED .img img {
		width: 768px;
		height: 433px
	}
	#FEATURED .img:after {
		width: 627px;
		left: 62.5px;
		margin-top: -37px
	}
	#FEATURED .img {
		margin-bottom: 90px;
		margin-top: 0
	}
	#FEATURED h2 {
		font-size: 24px
	}
	#RECENT-WINNERS .container-fluid {
		padding: 0 0 0 90px
	}
	#RECENT-WINNERS .recent-winners .item a img {
		width: 700px
	}
	#RECENT-WINNERS .recent-winners .item a.fav img {
		width: 11px
	}
	#RECENT-WINNERS .recent-winners .item .info {
		padding: 20px 60px 0
	}
	#RECENT-WINNERS .recent-winners .item {
		margin-right: 30px
	}
	#RECENT-WINNERS .recent-winners .item .info h4 {
		font-size: 18px
	}
	#RECENT-WINNERS .recent-winners .item .info p {
		margin-top: 7px
	}
	.title {
		padding-left: 150px
	}
}

@media (min-width:1367px) and (max-width:1440px) {
	#FEATURED .img img {
		width: 100%;
		height: auto
	}
	#FEATURED .img:after {
		width: 857px;
		left: 52.5px;
		margin-top: -37px
	}
	#FEATURED .img {
		margin-bottom: 110px;
		margin-top: 0
	}
	#FEATURED h2 {
		font-size: 24px
	}
	#HEADER .brand img {
		width: 70px
	}
	#RECENT-WINNERS .container-fluid {
		padding: 0 0 0 80px
	}
	#RECENT-WINNERS .recent-winners .item a img {
		width: 700px
	}
	#RECENT-WINNERS .recent-winners .item a.fav img {
		width: 11px
	}
	#RECENT-WINNERS .recent-winners .item .info {
		padding: 20px 80px 0
	}
	#RECENT-WINNERS .recent-winners .item {
		margin-right: 80px
	}
	#RECENT-WINNERS .recent-winners .item .info h4 {
		font-size: 18px
	}
	#RECENT-WINNERS .recent-winners .item .info p {
		margin-top: 7px
	}
	.title {
		padding-left: 160px
	}
}

@media (min-width:1441px) and (max-width:1600px) {
	#RECENT-WINNERS .recent-winners .item .info {
		padding: 30px 80px 0
	}
	#FEATURED .img {
		margin-top: 0
	}
	.title {
		padding-left: 200px
	}
	#RECENT-WINNERS .container-fluid {
		padding: 0 0 0 120px
	}
}

@media (min-width:1601px) and (max-width:1800px) {
	#RECENT-WINNERS .container-fluid {
		padding: 0 0 0 130px
	}
	#FEATURED .img {
		margin-bottom: 90px;
		margin-top: 0
	}
	.title {
		padding-left: 230px
	}
}

@media (max-width:640px) {
	#EXEPERIENCE {
		background-position: -220px 0
	}
}

h2 {
	text-align: center;
	padding: 20px;
}


/* Slider */

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

header#site_header {
	display: inline-block;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	padding: 20px 0
}

header#site_header.sticky {
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 0
}

.entry-content,
.container {
	max-width: 1400px !important;
	padding: 0 40px;
	margin: 0 auto;
	width: 100%
}

.left-side {
	display: inline-block;
	float: left;
	width: 150px
}

.right-side {
	float: right;
	width: calc(100% - 150px);
	margin-top: 15px
}

.right-secTwo {
	display: inline-block;
	float: right
}

.right-secTwo ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 8px 0 0
}

.right-secTwo ul li {
	float: left;
	padding: 0;
	padding: 0 20px;
	border-right: 1px solid #acacac
}

.right-secTwo ul li:last-child {
	padding-right: 0;
	border: none
}

.right-secTwo ul li a {
	color: #0c0c0c;
	font-size: 15px;
	float: left
}

.right-secTwo ul li img {
	float: left;
	margin-right: 10px
}

.right-secTwo ul li a:hover {
	color: #1882c1
}

.right-secTwo ul li .cartsec img {
	margin: 0
}

.ewarnty {
	float: left;
	text-transform: uppercase
}

.ewarnty a {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	;
	font-weight: 700;
	padding: 8px 16px;
	border: 1px solid #1882c1;
	display: inline-block;
	border-radius: 20px
}

.ewarnty a:hover {
	background: #1882c1;
	color: #fff
}



.header-logo-cntr {
	background: 0 0 !important;
	padding-right: 30px !important
}

.site-content {
	width: 100% !important;
	max-width: 100% !important
}

#PRODUCTS .bottom {
	overflow: hidden
}

.banner {
	width: 100%;
	display: inline-block;
	position: relative;
	text-align: center
}

.banner img {
	width: 100%
}

.banner_content {
	position: absolute;
	width: 100%;
	top: 30%;
	left: 0;
	margin: auto
}

.banner_content h2 {
	font-size: 48px;
	color: #333
}

.banner_content h4 {
	font-size: 24px;
	color: #333;
	display: inline-block;
	margin-top: 15px;
	width: 100%
}

.banner_content a {
	font-size: 16px;
	color: #333;
	display: inline-block;
	margin-top: 35px;
	background: #fff;
	padding: 8px 55px;
	border-radius: 5px;
	text-transform: uppercase;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.banner_content a:hover {
	background: #1882c1;
	color: #fff
}

.bottomm {
	float: left;
	width: 100%;
	background: #007bb7!important;
	padding: 80px 0!important
}

.bottomm * {
	color: #fff !important
}

div.footer-band,
div.ftr-menu-sec-new>div {
	border-color: #378fbf !important
}

div.footer-band-left h6 {
	font-size: 26px;
	font-weight: 600
}

.ftr-container {
	float: left;
	width: 100%
}

footer.site-footer {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px
}

.footer-band-right {
	display: none
}

.bold-ftr-text a,
.bold-ftr-text {
	font-weight: 700 !important;
	font-size: 13px !important;
	margin-bottom: 6px;
	display: inline-block
}

div.ftr-menu-sec-new>div>div>p.bold-ftr-text {
	margin-bottom: 25px !important;
	font-size: 13px !important
}

div.ftr-menu-sec-new>div>div>p {
	margin-bottom: 13px !important
}

.ftr-menu-sec-new a {
	font-size: 12px !important
}

.bold-ftr-text a {
	font-size: 13px !important
}

.ftr-menu-sec-new-bottom img {
	margin-right: 10px
}

.footer_logo {
	display: inline-block;
	width: 100%;
	text-align: center;
	border: none!important;
	padding-bottom: 0 !important
}

.sec01 {
	float: left;
	display: inline-block;
	width: 100%;
	background: #007bb7;
	padding: 60px 0
}

.sec01 ul {
	margin: 0;
	padding: 0
}

.sec01 ul li {
	margin: 0;
	width: 20%;
	float: left;
	text-align: center;
	padding: 0 3%
}

.sec01 ul li img {
	transition: all .2s ease-in-out
}

.sec01 ul li:hover img {
	transform: scale(.8)
}

.sec01 ul li h5 {
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	margin: 40px 0 20px;
	width: 100%;
	color: #fff
}

.sec01 ul li p {
	color: #fff
}

.sec02 {
	float: left;
	width: 100%
}

.sec03 {
	float: left;
	width: 100%;
	width: 100%;
	height: 510px;
	background: url(../../../themes/hexo/images/icons/sec_03.jpg) no-repeat center bottom;
	background-attachment: fixed;
	background-size: cover;
	text-align: center
}

.sec03 span {
	display: inline-block;
	font-size: 80px;
	color: #fff;
	margin: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	padding-top: 14%
}

.sec04 {
	display: inline-block;
	width: 100%;
	float: left;
	background: #fff
}

.sec01_inner {
	display: inline-block;
	padding: 70px 0
}

.sec04_left {
	float: left;
	width: 45%
}

.sec04_right {
	float: right;
	width: 50%
}

.sec01_inner h4 {
	font-size: 72px;
	color: #0c0c0c
}

.sec01_inner p {
	font-size: 18px;
	color: #0c0c0c;
	max-width: 80%;
	margin: 30px 0;
	line-height: 28px
}

.sec01_inner a {
	background: url(//mmfoam.in/wp-content/themes/hexo/images/icons/right_icon.png) no-repeat 85% center #0073e5;
	color: #fff;
	border-radius: 50px;
	padding: 20px 100px 20px 35px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	margin: 30px 0
}

.sec01_inner a:hover {
	background-position: 88% center
}

.sec01_inner ul {
	display: inline-block;
	width: 100%;
	margin: 30px 0 0;
	padding: 0
}

.sec01_inner ul li {
	float: left;
	text-align: center;
	width: 25%
}

.sec01_inner ul li span {
	background: #b7ccd7;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: inline-block
}

.sec01_inner ul li p {
	max-width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	margin: 15px 0
}

.sec01_inner.rightalign .sec04_left {
	float: right
}

.sec01_inner.rightalign .sec04_right {
	float: left
}

.sec05 {
	float: left;
	width: 100%;
	padding-top: 50px;
	background: #fff
}

.sec05 .left {
	float: left;
	width: 50%;
	height: 758px;
	background: url(//mmfoam.in/wp-content/themes/hexo/images/icons/sec_05_left.jpg) no-repeat center bottom;
	background-size: cover;
	text-align: center
}

.sec05 .left .expe {
	border: 15px solid #192f7f;
	padding: 15px;
	display: inline-block;
	margin-top: 40%
}

.sec05 .left .expe p {
	margin: 0;
	background: #192f7f;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 50px 60px;
	color: #fff
}

.sec05 .right {
	float: right;
	width: 50%;
	height: 758px;
	background: url(//mmfoam.in/wp-content/themes/hexo/images/icons/sec_05_right.jpg) no-repeat;
	background-position: left top;
	background-size: cover;
	background-attachment: fixed
}

.sec06 {
	display: inline-block;
	width: 100%;
	float: left;
	padding: 100px 0;
	background: #fff
}

.your-mattress {
	float: left;
	width: 100%;
	position: relative
}

.your-mattress .right {
	float: right;
	width: 67%;
	box-shadow: 0px 0px 25px #dcdcdc
}

.your-mattress .right img {
	float: right
}

.your-mattress .left {
	position: absolute;
	left: 0;
	top: 13%;
	background: #1882c1;
	width: 50%;
	padding: 60px 70px
}

.your-mattress .left h3 {
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400
}

.your-mattress .left p {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin: 30px 0
}

.your-mattress .left a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 10px 25px;
	display: inline-block;
	border-radius: 3px
}

.your-mattress .left a:hover {
	background: #fff;
	color: #1882c1
}

.sec07 {
	;
	background: url(//mmfoam.in/wp-content/themes/hexo/images/icons/sofa.png) no-repeat 0% bottom;
	display: inline-block;
	width: 100%;
	float: left;
	min-height: 700px;
	padding: 100px 0;
	text-align: center;
	overflow: hidden
}

.sec07 h4 {
	color: #192f7f;
	font-size: 30px;
	font-weight: 800
}

.sec07 ul {
	margin: 30px 0 20px;
	padding: 0;
	width: 100%
}

.sec07 ul li {
	margin: 0;
	padding: 0 20px;
	display: inline-block;
	background: url(//mmfoam.in/wp-content/themes/hexo/images/icons/dot.png) no-repeat left center
}

.sec07 ul li:first-child {
	background: 0 0
}

.sec07 ul li a {
	display: inline-block;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #192f7f
}

.sec07 ul li a:hover {
	color: #000
}

.sec07 .link {
	display: inline-block;
	padding: 10px 30px;
	color: #192f7f;
	border: 2px solid #192f7f;
	border-radius: 5px;
	font-size: 15px
}

.sec07 .link:hover {
	background: #192f7f;
	color: #fff
}

.sec08 {
	display: inline-block;
	width: 100%;
	float: left;
	padding: 100px 0;
	background: #fff;
	text-align: center
}

.sec08 h3 {
	color: #192f7f;
	font-size: 30px
}

.sec08 .content {
	max-width: 80%;
	margin: 0 auto;
	padding: 20px 0
}

.sec08 .content p {
	line-height: 22px
}

.sec08 ul {
	display: inline-block;
	width: 100%;
	margin: 20px 0 0;
	padding: 0
}

.sec08 ul li {
	display: inline-block;
	width: 23%;
	padding: 0 30px
}

.sec08 ul li h4 {
	padding: 25px 0;
	color: #071c64
}

.sec08 ul li p {
	color: #071c64
}

.sec09 {
	display: inline-block;
	width: 100%;
	float: left
}

.sec09 a {
	float: left;
	width: 50%;
	text-align: center;
	background: #f2f2f2;
	padding: 250px 0;
	font-size: 70px;
	color: #333
}

.sec09 a:nth-child(2) {
	background: #e1e1e1 !important
}

.sec09 a:nth-child(3) {
	background: #fff !important;
	width: 100%
}

.sec09 a:hover {
	background: silver !important
}

.sec10 {
	float: left;
	width: 100%;
	background: #007bb7;
	padding: 60px 0
}

.sec10 ul {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center
}

.sec10 ul li {
	display: inline-block;
	width: 33%
}

.sec10 ul li:hover {
	opacity: .7
}

.sec10 ul li img {
	display: inline-block
}

.sec10 ul li p {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	margin: 0 0 0 20px
}

.testimonials_sec {
	display: inline-block;
	width: 100%;
	float: left;
	padding: 80px 0;
	background: #fff;
	text-align: center
}

.testimonials_sec h2 {
	color: #192f7f;
	font-size: 52px;
	margin: 0
}

.testimonials_sec h5 {
	color: #192f7f;
	font-size: 18px;
	margin: 20px 0;
	display: inline-block;
	width: 100%
}

.testimonials_sec img {
	display: inline-block;
	margin-top: 40px
}

.testimonials_sec a {
	display: inline-block;
	border: 2px solid #007bb7;
	font-size: 18px;
	border-radius: 8px;
	padding: 17px 35px
}

.testimonials_sec a:hover {
	background: #007bb7;
	color: #fff
}

.testi_inner {
	display: inline-block;
	width: 100%;
	padding: 20px 0
}

.testi_inner h6 {
	display: inline-block;
	width: 100%;
	color: #007bb7;
	font-size: 30px
}

.testi_inner p {
	color: #007bb7;
	font-size: 24px;
	display: inline-block;
	margin: 20px 0
}

.site-main {
	display: inline-block;
	width: 100%;
	float: left;
	background: #fff
}

.entry-header {
	float: left;
	width: 100%;
	background: #4de8ff
}

.entry-header h1 {
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
	padding: 20px 0;
	font-size: 25px;
	text-align: center
}

.entry-header .btn.btn-default {
	margin: 2px 0 !important;
	background: rgba(23, 139, 222, 1);
	background: -moz-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 139, 222, 1)), color-stop(100%, rgba(14, 122, 205, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: linear-gradient(to right, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#178bde', endColorstr='#0e7acd', GradientType=1) !important;
	display: inline-block;
	border-radius: 4px;
	padding: 0 50px !important;
	height: 48px;
	line-height: 28px;
	color: #fff !important;
	border: none;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	margin-top: -10px !important
}

.entry-header .btn.btn-default:hover {
	background: rgba(14, 122, 205, 1);
	background: -moz-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14, 122, 205, 1)), color-stop(100%, rgba(23, 139, 222, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: linear-gradient(to right, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e7acd', endColorstr='#178bde', GradientType=1) !important;
	color: #fff
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 25% !important
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	width: 100%;
	display: inline-block;
	padding-top: 50px
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	overflow: hidden;
	width: 100%;
	display: inline-block;
	border-radius: 60px 0 0 60px
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
	overflow: hidden
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding-left: 25px;
	text-transform: uppercase;
	padding: 13px 20px;
	width: 100%;
	display: inline-block;
	background: #f9f8f8;
	color: #303434
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 75% !important;
	background: #f9f8f8;
	padding: 80px 50px;
	min-height: 70vh;
	border: solid 2px #e5e5e5
}

.is-active a {
	background: #1384d7 !important;
	color: #fff !important;
	border-radius: 60px 0 0 60px
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active a {
	color: #fff !important
}

.logn_sec {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 50px
}

.logn_sec .welcome_set {
	font-size: 35px;
	font-weight: 300
}

.logn_sec .welcome_set strong {
	color: #1384d7 !important;
	text-transform: capitalize
}

.logn_sec .errms {
	font-size: 16px
}

.logn_sec .errms strong {
	text-transform: capitalize
}

.logn_sec .errms a {
	color: #000
}

.logn_sec .errms a:hover {
	color: #064877
}

.entry-content {
	display: inline-block
}

.btm_msgs {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	font-size: 13px
}

.ordertbl {
	border-color: #064877 !important;
	padding: 5px !important;
	background: #fff
}

.ordertbl td {
	background: #fff
}

.ordertbl thead th {
	background: #064877;
	color: #fff;
	font-size: 18px
}

.button.view {
	background: #064877 !important;
	color: #fff!important
}

.button.view:hover {
	background: #000!important
}

.myadds_sec {
	display: inline-block;
	width: 100%
}

.myadds_sec .woocommerce-Address {
	display: inline-block;
	width: 48% !important;
	padding: 0;
	background: #fff;
	margin-bottom: 20px;
	box-shadow: 0 0 19px 0px #00000029;
	max-width: 100% !important
}

.myadds_sec .woocommerce-Address-title.title {
	position: relative;
	padding-left: 0
}

.myadds_sec h3 {
	font-size: 20px !important;
	width: 100%;
	margin: 0;
	padding: 8px 20px;
	background: #2581dc;
	color: #fff
}

.top_notice {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: 800;
	margin-bottom: 25px
}

.myadds_sec address {
	display: inline-block;
	width: 100%;
	line-height: 30px;
	padding: 10px 25px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 10px
}

.myadds_sec .edit {
	margin-bottom: 15px;
	float: left;
	padding: 5px 15px;
	color: #2581dc;
	font-size: 13px;
	margin-left: 10px;
	text-transform: uppercase
}

.myadds_sec .edit:hover {
	color: #000
}

.form_set {
	display: inline-block;
	width: 100%
}

.form_set .input-text {
	padding: 15px 20px;
	display: inline-block;
	border-radius: 0;
	border: none;
	box-shadow: 3px 5px 5px -1px #00000029
}

.form_set fieldset {
	width: 100%;
	margin-top: 40px;
	display: inline-block
}

.form_set legend {
	color: #0275d8;
	border-bottom: 1px solid #fff;
	padding-bottom: 13px
}

.woocommerce-Button.button,
.form_set .button {
	margin-top: 30px !important;
	background: rgba(23, 139, 222, 1);
	background: -moz-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 139, 222, 1)), color-stop(100%, rgba(14, 122, 205, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: linear-gradient(to right, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#178bde', endColorstr='#0e7acd', GradientType=1) !important;
	display: inline-block;
	border-radius: 4px;
	padding: 0 50px !important;
	height: 48px;
	line-height: 48px;
	color: #fff !important;
	border: none;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out
}

.woocommerce-Button.button:hover,
.form_set .button:hover {
	background: rgba(14, 122, 205, 1);
	background: -moz-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14, 122, 205, 1)), color-stop(100%, rgba(23, 139, 222, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: linear-gradient(to right, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e7acd', endColorstr='#178bde', GradientType=1) !important;
	color: #fff
}

.woocommerce-Button.button {
	margin-top: 10px !important
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	width: 100% !important;
	text-align: left;
	color: #303434
}

.woocommerce-page .col2-set .col-1 {
	max-width: 100%
}

.woocommerce-page .col2-set .col-2 {
	max-width: 100%
}

.woocommerce-order-details__title {
	margin-bottom: 20px
}

.form_set .form-row-wide .input-text {
	max-width: 47%
}

.woocommerce table.shop_table {
	background: #fff
}

.woocommerce-column__title {
	margin-bottom: 10px;
	font-size: 25px
}

.woocommerce .woocommerce-customer-details address {
	background: #fff
}

.inner_banner {
	float: left;
	width: 100%
}

.inner_banner img {
	width: 100%
}

.inner_pagemain div.product-title-sec>h4 {
	color: #303434;
	text-transform: capitalize !important
}

.inner_pagemain div.product-title-sec>p {
	font-size: 14px
}

.inner_pagemain div.product-cntr-new>div {
	background: #fff !important;
	box-shadow: 0 0 19px 0px #00000029;
	border-radius: 2px;
	padding: 60px 0 0 10%
}

.inner_pagemain div.product-cntr-new>div>h3 {
	font-size: 30px
}

.inner_pagemain div.product-cntr-new>div>h5 {
	color: #0d0d0d;
	margin: 5px 0 10px;
	font-size: 16px
}

.inner_pagemain div.product-cntr-new>div>p {
	color: #0d0d0d;
	margin-top: 20px
}

.inner_pagemain div.product-cntr-new>div>a:hover {
	background-position: 88% center
}

.inner_pagemain div.product-cntr-new>div>p>span.prdt-line-price {
	width: 50%;
	text-align: right;
	color: #007cb8;
	font-size: 22px;
	font-weight: 800;
	position: absolute;
	top: 100px;
	right: 40px
}

.inner_pagemain div.product-cntr-new>div>p>span.prdt-line-price b {
	font-size: 14px;
	color: #010101
}

.inner_pagemain div.product-cntr-new>div>p>span.prdt-line-desc {
	width: 70%;
	min-height: 114px;
	display: inline-block
}

p.price-disclaimer {
	color: #999;
	font-size: 13px;
	font-weight: 400;
	width: 100%;
	float: left
}

.inner_pagemain .carousel {
	border: 1px solid #e7e6e6;
	border-radius: 2px;
	padding: 10px
}

.inner_pagemain div.product-detail-img-cntr>div>div {
	vertical-align: top !important
}

.inner_pagemain div.product-detail-img-cntr {
	width: 50%;
	float: left
}

.inner_pagemain .cert-img-cntr {
	margin: 0 0 20px 20px !important;
	display: inline-block
}

.inner_pagemain .cert-img-cntr img {
	max-width: 170px
}

.inner_pagemain div.home-carousel-indicators {
	bottom: 35px;
	right: 10px
}

.pro_name {
	display: inline-block;
	width: 100%
}

.pro_name h1 {
	color: #000 !important;
	font-weight: 800;
	font-size: 38px
}

.pro_name h3 {
	margin: 5px 0 10px;
	font-size: 18px
}

.inner_pagemain div.product-detail-desc {
	width: 45%;
	padding: 0 0 0 20px;
	float: right
}

.inner_pagemain div.product-detail-desc h6 {
	margin: 0;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px
}

.inner_pagemain div.product-detail-desc>ul {
	margin-top: 20px;
	list-style: disc !important;
	line-height: 30px;
	font-size: 14px;
	padding-left: 30px
}

.inner_pagemain div.product-detail-desc ul li {
	list-style: disc
}

div.entry-content .inner_pagemain p {
	width: 100% !important;
	margin-bottom: 20px;
	font-size: 15px
}

div.entry-content .inner_pagemain p.prod-other-location {
	width: 100% !important;
	margin-bottom: 20px;
	font-size: 12px;
	float: left;
	text-transform: uppercase
}

.inner_pagemain p.back-to-products-btn>a {
	background: #1384d7 !important;
	padding: 15px 20px;
	border-bottom: none;
	color: #fff;
	border-radius: 3px;
	float: right
}

.inner_pagemain p.back-to-products-btn>a:hover {
	background: #1882c1
}

.inner_pagemain .woocommerce-variation-price span {
	color: #1882c1
}

.inner_pagemain .buttonclass,
.mkenq button.make_an_enquiry_button.button.alt,
.woocommerce div.product form.cart .button {
	font-weight: 400;
	background: rgba(23, 139, 222, 1) !important;
	background: -moz-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 139, 222, 1)), color-stop(100%, rgba(14, 122, 205, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%)!important;
	background: linear-gradient(to right, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#178bde', endColorstr='#0e7acd', GradientType=1) !important;
	display: inline-block;
	border-radius: 4px;
	padding: 0 24px;
	height: 50px;
	line-height: 36px;
	color: #fff !important;
	border: none;
	font-size: 14px !important;
	transition: all .5s ease-in-out;
	width: 100% !important
}

.inner_pagemain .buttonclass:hover,
.mkenq button.make_an_enquiry_button.button.alt:hover,
.woocommerce div.product form.cart .button:hover {
	background: rgba(14, 122, 205, 1) !important;
	background: -moz-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14, 122, 205, 1)), color-stop(100%, rgba(23, 139, 222, 1)))!important;
	background: -webkit-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%)!important;
	background: -o-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: linear-gradient(to right, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e7acd', endColorstr='#178bde', GradientType=1)!important;
	color: #fff !important
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	font-weight: 400;
	background: rgba(23, 139, 222, 1) !important;
	background: -moz-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 139, 222, 1)), color-stop(100%, rgba(14, 122, 205, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%)!important;
	background: linear-gradient(to right, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#178bde', endColorstr='#0e7acd', GradientType=1) !important;
	display: inline-block;
	border-radius: 4px;
	padding: 0 24px;
	height: 50px;
	line-height: 36px;
	color: #fff !important;
	border: none;
	font-size: 14px !important;
	transition: all .5s ease-in-out;
	width: 100% !important
}

.mkenq {
	float: right;
	width: 100%;
	margin-top: 0
}

.mkenq .single_add_to_cart_button button.alt.buttonclass {
	background-color: #0073e5 !important
}

select.state-price {
	float: right;
	margin-left: 0;
	padding: 3px 15px;
	background: #f3f2f7;
	height: 35px;
	font-size: 13px;
	margin-top: -5px;
	border: none;
	border-radius: 2px;
	background: url(//mmfoam.in/wp-content/themes/hexo/images/Menu_DownArrow.png) #f3f2f7 no-repeat top 13px right 15px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing: 1px;
	margin-right: 0 !important
}

.location_select {
	max-width: 100%;
	min-width: 65%;
	display: inline-block;
	float: right;
	margin-left: 0;
	padding: 3px 15px;
	background: #f3f2f7;
	font-family: 'Lato-Regular';
	height: 35px;
	font-size: 13px;
	margin-bottom: 20px;
	border: none;
	border-radius: 2px;
	background: url(//mmfoam.in/wp-content/themes/hexo/images/Menu_DownArrow.png) #f3f2f7 no-repeat top 13px right 15px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing: 1px;
	margin-right: 0 !important
}

.location-label {
	margin-top: 6px
}

.social-share-for-blog {
	display: none !important
}

.nav-previous,
.nav-next {
	display: none !important
}

article {
	border-bottom: 0 solid #ccc
}

p.price {
	display: none !important
}

.woocommerce-variation-availability,
.product_meta {
	display: none !important
}

.woocommerce-variation-price {
	width: 100%;
	float: left;
	margin: 10px 0
}

.woocommerce-variation-price span {
	color: #86b8d5;
	font-size: 24px
}

form.variations_form p>input[type=radio] {
	display: none
}

form.variations_form p>input[type=radio]+label {
	background-color: #fff;
	color: #000;
	border: 1px solid #666;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 16px;
	margin: 0 0 0 12px;
	padding: 3px 5px;
	text-align: center;
	vertical-align: middle;
	width: auto;
	min-width: 35px;
	float: left;
	border-radius: 4px;
	font-family: 'Lato-Light'
}

form.variations_form p>input[type=radio]:checked+label {
	background-color: #999;
	background-image: none;
	color: #fff;
	outline: 0 none;
	border: 1px solid #999;
	border-radius: 4px
}

.woocommerce .quantity .qty {
	visibility: hidden;
	display: none
}

.woocommerce div.product form.cart .variations select {
	margin-bottom: 20px
}

div.woocommerce-product-details__short-description {
	display: none !important
}

.zoom {
	display: inline-block;
	position: relative
}

.zoom:after {
	content: '';
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(//mmfoam.in/wp-content/themes/hexo/icon.png)
}

.zoom img {
	display: block
}

.zoom img::selection {
	background-color: #e7e7eb
}

.mycart_sec {
	display: inline-block;
	width: 100%
}

.mycart_sec_subox {
	display: inline-block;
	width: 100%;
	box-shadow: 0 0 8px 1px #00000029;
	margin-bottom: 15px;
	padding: 40px 25px
}

.left_itm {
	float: left;
	width: 20%
}

.center_itm {
	float: left;
	width: 65%;
	padding: 0 5%
}

.center_itm h4 {
	color: #000;
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
	margin: 0
}

.center_itm h5 {
	color: #acacac;
	display: inline-block;
	font-size: 14px;
	width: 100%;
	text-transform: uppercase
}

.center_itm ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 10px 0
}

.center_itm ul li {
	float: left;
	margin-right: 15px;
	font-size: 13px;
	padding-right: 15px;
	border-right: 1px solid #000
}

.center_itm ul li:last-child {
	border: none
}

.item_rate {
	float: left;
	width: 100%;
	margin: 5px 0;
	color: #017dbb
}

.orderitm_status {
	float: left;
	width: 100%;
	margin-top: 20px
}

.orderitm_status span {
	color: #fff;
	font-size: 13px;
	padding: 8px 16px;
	border-radius: 5px;
	background: #52b185
}

.orderitm_status span.cancld_clss {
	background: #e78788 !important
}

.right_itm {
	float: right;
	width: 15%;
	text-align: right
}

.onder_idset {
	display: inline-block;
	margin-bottom: 20px
}

.remove_C_item {
	color: #fff !important;
	font-size: 13px;
	padding: 8px 16px;
	border-radius: 5px;
	background: red
}

.remove_C_item:hover {
	background: #e78788
}

.cart_totals.calculated_shipping .shop_table.shop_table_responsive {
	box-shadow: 0 0 8px 1px #00000029;
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, .1)
}

.wc-proceed-to-checkout a.checkout-button.button {
	margin-top: 30px !important;
	background: rgba(23, 139, 222, 1);
	background: -moz-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 139, 222, 1)), color-stop(100%, rgba(14, 122, 205, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: linear-gradient(to right, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#178bde', endColorstr='#0e7acd', GradientType=1) !important;
	display: inline-block;
	border-radius: 4px;
	padding: 0 50px !important;
	height: 48px;
	line-height: 48px;
	color: #fff !important;
	border: none;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out
}

.wc-proceed-to-checkout a.checkout-button.button:hover {
	background: rgba(14, 122, 205, 1);
	background: -moz-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14, 122, 205, 1)), color-stop(100%, rgba(23, 139, 222, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: linear-gradient(to right, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e7acd', endColorstr='#178bde', GradientType=1) !important;
	color: #fff
}

.form-checkoutDiv {
	display: inline-block;
	width: 100%;
	padding: 30px 45px;
	background: #f9f8f8;
	border: solid 2px #e5e5e5
}

.form-checkoutDiv h3 {
	color: #000;
	margin: 0 0 20px
}

.form-checkoutDiv input.input-text,
.form-checkoutDiv .form-row textarea {
	padding: 15px 20px;
	display: inline-block;
	border-radius: 0;
	border: none;
	box-shadow: 3px 5px 5px -1px #00000029
}

.form-checkoutDiv .col-2 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
	margin-top: 45px !important
}

.form-checkoutDiv .select2-selection.select2-selection--single {
	padding: 15px 20px;
	display: inline-block;
	border-radius: 0;
	border: none;
	box-shadow: 3px 5px 5px -1px #00000029;
	width: 100%;
	float: left;
	height: auto
}

.form-checkoutDiv .select2-selection.select2-selection--single #select2-billing_country-container {
	background-color: #fff !important
}

.form-checkoutDiv #order_review_heading {
	margin-top: 50px
}

.form-checkoutDiv th {
	background: #007bb7 !important;
	color: #fff !important
}

.form-checkoutDiv td {
	background: #fff !important
}

.form-checkoutDiv .woocommerce-checkout-payment {
	background: #fff !important
}

.form-checkoutDiv button#place_order {
	margin-top: 30px !important;
	background: rgba(23, 139, 222, 1);
	background: -moz-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 139, 222, 1)), color-stop(100%, rgba(14, 122, 205, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: linear-gradient(to right, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#178bde', endColorstr='#0e7acd', GradientType=1) !important;
	display: inline-block;
	border-radius: 4px;
	padding: 0 50px !important;
	height: 48px;
	line-height: 48px;
	color: #fff !important;
	border: none;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out
}

.form-checkoutDiv button#place_order :hover {
	background: rgba(14, 122, 205, 1);
	background: -moz-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14, 122, 205, 1)), color-stop(100%, rgba(23, 139, 222, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: linear-gradient(to right, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e7acd', endColorstr='#178bde', GradientType=1) !important;
	color: #fff
}

.chat_success,
.chat_form_overlay {
	z-index: 9999999 !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 56px !important
}

.woocommerce-input-wrapper {
	width: 100%
}

div.makeanenquiry-sec {
	background: #fff !important;
	padding: 0 !important
}

.form-enq {
	padding: 50px 0
}

.form-enq form#make_an_enquiry_form_new input[type=text] {
	background-color: #fff !important;
	border-radius: 0 !important;
	border: solid 2px #e5e5e5 !important;
	padding: 10px 15px;
	height: 48px !important
}

form#make_an_enquiry_form_new textarea {
	background-color: #fff !important;
	border: solid 2px #e5e5e5!important;
	padding: 10px 15px;
	height: 140px !important
}

form#make_an_enquiry_form_new select {
	background-color: #fff !important;
	border-radius: 0 !important;
	border: solid 2px #e5e5e5 !important;
	padding: 10px 15px;
	height: 45px !important
}

form#make_an_enquiry_form_new textarea#kind_of_mattress_using {
	height: 188px !important
}

form#make_an_enquiry_form_new input[type=submit] {
	cursor: pointer;
	float: right
}

.form_login_box {
	max-width: 100%;
	width: 450px;
	margin: 0 auto !important;
	text-align: center;
	box-shadow: 0 0 19px 0px #00000029;
	border-radius: 2px;
	padding: 30px 20px
}

.form_login_box h2 {
	margin: 0;
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px
}

.form_login_box .woocommerce-form.woocommerce-form-login.login {
	border: none;
	padding: 0 5%;
	margin: 30px 0 0
}

.form_login_box .woocommerce-Input.input-text {
	background-color: #fff !important;
	border-radius: 5px !important;
	border: 1px solid #a3c3d0 !important;
	padding: 10px 15px;
	height: 46px !important
}

.form_login_box .woocommerce-Button.button {
	background: rgba(23, 139, 222, 1);
	background: -moz-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%)!important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 139, 222, 1)), color-stop(100%, rgba(14, 122, 205, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%)!important;
	background: -ms-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%)!important;
	background: linear-gradient(to right, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#178bde', endColorstr='#0e7acd', GradientType=1)!important;
	display: inline-block;
	width: 100% !important;
	border-radius: 4px;
	padding: 0 50px !important;
	height: 48px;
	line-height: 48px;
	color: #fff;
	border: none;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out
}

.button.alt {
	background: rgba(23, 139, 222, 1);
	background: -moz-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%)!important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 139, 222, 1)), color-stop(100%, rgba(14, 122, 205, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%)!important;
	background: -ms-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%)!important;
	background: linear-gradient(to right, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#178bde', endColorstr='#0e7acd', GradientType=1)!important;
	display: inline-block;
	border-radius: 4px;
	padding: 0 50px !important;
	height: 48px;
	line-height: 48px;
	color: #fff;
	border: none;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out
}

.button.alt,
.form_login_box .woocommerce-Button.button:hover {
	background: rgba(14, 122, 205, 1);
	background: -moz-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%)!important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14, 122, 205, 1)), color-stop(100%, rgba(23, 139, 222, 1)))!important;
	background: -webkit-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%)!important;
	background: -o-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%)!important;
	background: -ms-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%)!important;
	background: linear-gradient(to right, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e7acd', endColorstr='#178bde', GradientType=1)!important;
	color: #fff
}

.form_login_box .woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10px
}

.form_login_box .woocommerce-LostPassword.lost_password {
	width: 100%;
	text-align: center
}

.about_sec01 {
	float: left;
	width: 100%;
	background-size: cover
}

.leftabt {
	float: left;
	width: 50%;
	display: inline-block;
	padding: 80px 0
}

.top_cntnt {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	float: none;
	display: block
}

.leftabt i {
	text-transform: uppercase;
	color: #000;
	margin: 20px 0;
	display: inline-block;
	font-size: 16px;
	font-style: normal
}

.leftabt p {
	font-size: 16px
}

.about_sec02 {
	float: left;
	width: 100%;
	background: #dff3fc;
	padding: 100px 0;
	background-size: cover
}

.rightabt {
	float: right;
	width: 45%
}

.rightabt h2 {
	color: #1384d7 !important;
	font-size: 25px
}

.rightabt p {
	font-size: 16px;
	margin: 15px 0
}

.about_sec03 {
	float: left;
	width: 100%;
	padding: 100px 0
}

.leftabt h2 {
	color: #007cb7;
	font-weight: 600;
	margin: 20px 0
}

.about_sec03 .leftabt p {
	font-size: 16px;
	margin-top: 30px
}

.about_sec04 {
	float: left;
	width: 100%;
	background: url(//mmfoam.in/wp-content/themes/hexo/images/icons/about04.jpg) no-repeat bottom left;
	padding: 100px 0 150px;
	background-size: cover;
	text-align: center;
	display: none
}

.ewarntty .entry-header h1 {
	text-transform: uppercase
}

.ewrnty-headr {
	display: inline-block;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding-bottom: 20px
}

.ewrnty-headr h2 {
	color: #1384d7 !important;
	text-transform: uppercase;
	font-size: 25px;
	margin-top: 80px;
	display: inline-block;
	margin-bottom: 15px
}

.ewrnty-headr h6 {
	font-size: 18px
}

.gsterbox {
	display: inline-block;
	width: 100%;
	padding: 20px 0
}

.flwid {
	display: inline-block;
	width: 100%;
	padding: 10px 0
}

.flwid-left {
	float: left;
	width: 40%;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 50px
}

.flwid-right {
	float: right;
	width: 60%
}

.addressare {
	width: 80%;
	float: left;
	margin: 20px 0
}

.adbx {
	float: left;
	width: 50%;
	margin-bottom: 30pxpadding:0px 10px
}

.adbx h5 {
	color: #007bb6;
	font-size: 18px
}

.adbx a {
	color: #1f1f26;
	margin-bottom: 25px;
	font-size: 18px
}

.adbx a:hover {
	color: #007bb6
}

.adbx h4 {
	color: #1384d7 !important;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px
}

.adbx p {
	line-height: 25px
}

.adbx h5 {
	display: inline-block;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	width: 100%
}

.adbx a {
	display: inline-block;
	margin-bottom: 3px;
	font-size: 15px
}

.branch_list .adbx {
	margin-top: 40px;
	max-width: 33.3%
}

.branch_list.exclusiveshr .adbx {
	min-height: 270px
}

.rgstrfm {
	margin-top: 0 !important
}

.rgstrfm.bgcalander {
	background: url(//mmfoam.in/wp-content/themes/hexo/images/icons/calander.jpg) no-repeat 95% center !important
}

.makeanenquiry-sec .form-enq {
	padding: 50px 0;
	max-width: 620px;
	float: none;
	margin: 0 auto;
	left: auto;
	right: auto
}

.flwid-right p {
	display: inline-block;
	margin: 10px 0 0
}

.buttonsb {
	width: auto !important;
	float: right
}

.buttonsb:hover {
	background-position: 88% center !important
}

.ewarntty .makeanenquiry-sec {
	padding-bottom: 50px !important
}

.lost_reset_password p {
	width: 100% !important
}

.form_login_box .lost_reset_password .woocommerce-Button.button {
	width: 300px;
	margin: 10px 0 0
}

.faqmain {
	display: inline-block;
	padding: 60px 0 0;
	width: 100%
}

.faqmain .entry-content {
	margin: 0 auto !important;
	float: none !important;
	display: block
}

.faqmain .entry-content h1 {
	width: 100%;
	text-align: center
}

.faqsec {
	margin: 50px auto;
	max-width: 900px;
	width: 100%
}

.accordion {
	border-top: 1px solid #e6e6ea !important;
	color: #010101;
	text-shadow: none !important;
	line-height: 15px;
	background: url(//mmfoam.in/wp-content/themes/hexo/images/icons/blue_arrow.jpg) no-repeat 0 center #fff !important;
	font-size: 18px;
	cursor: pointer;
	padding: 18px 30px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: .4s
}

.chat_form h4 {
	color: #000 !important
}

.panel {
	padding: 0 18px;
	background-color: #fff;
	display: none;
	overflow: hidden
}

.panel ul {
	margin: 0;
	padding: 0
}

.panel ul li {
	margin: 10px 0;
	padding: 0
}

.panel ul li h4 {
	margin: 20px 0 10px
}

.panel ul li h6 {
	color: #007bb7;
	font-size: 15px;
	font-weight: 600
}

button.accordion:after {
	font-size: 18px;
	content: '\002B';
	color: #777;
	float: right;
	margin-left: 5px
}

button.accordion.active:after {
	content: "\2212"
}

.contact_box {
	display: inline-block;
	width: 100%;
	padding: 60px 0
}

.left_nav {
	float: left;
	width: 25%
}

.left_nav ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0
}

.left_nav ul li {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	padding: 0
}

.left_nav ul li a {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	color: #010101
}

.left_nav ul li a:hover,
.left_nav ul li a.selected {
	color: #1384d7 !important
}

.right_area {
	float: right;
	width: 72%
}

.right_area h2 {
	width: 100%;
	display: inline-block;
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	font-size: 22px
}

.right_area h6 {
	font-size: 17px;
	line-height: 22px;
	margin: 10px 0
}

.right_area .form-enq {
	width: 70%;
	display: inline-block;
	padding-top: 20px
}

.right_area .ewrnty-headr {
	padding-bottom: 15px
}

.right_area .ewrnty-headr h3 {
	margin: 0;
	font-size: 20px
}

.right_area input.rgstrfm {
	width: 100%;
	border-radius: 15px;
	padding: 16px 20px
}

.right_area textarea.rgstrfm {
	width: 100%;
	padding: 16px 20px;
	min-height: 120px
}

.form-enq .buttonsb {
	background: rgba(23, 139, 222, 1);
	background: -moz-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 139, 222, 1)), color-stop(100%, rgba(14, 122, 205, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: linear-gradient(to right, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#178bde', endColorstr='#0e7acd', GradientType=1) !important;
	display: inline-block;
	border-radius: 4px;
	padding: 0 50px !important;
	height: 48px;
	line-height: 48px;
	color: #fff !important;
	border: none;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out
}

.form-enq .buttonsb:hover {
	background: rgba(14, 122, 205, 1);
	background: -moz-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14, 122, 205, 1)), color-stop(100%, rgba(23, 139, 222, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: linear-gradient(to right, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e7acd', endColorstr='#178bde', GradientType=1) !important;
	color: #fff
}

.right_area .flwid .state-price {
	width: 100%;
	border-radius: 15px;
	padding: 16px 20px;
	height: 50px;
	background-color: #fff !important;
	border: 1px solid #bfbfbf;
	background-position: 95% center !important
}

.branch_list {
	display: inline-block;
	width: 100%
}

.strloc {
	display: inline-block;
	background: #064877;
	padding: 50px 30px;
	width: 100%;
	margin-top: 50px
}

.strloc_box h5 {
	color: #fff;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px
}

.strloc_box {
	float: left;
	width: 31.3%;
	margin: 0 1%
}

.strloc_box select.state-price {
	width: 100%;
	background-color: #fff !important;
	border-radius: 50px;
	padding: 10px 20px;
	height: 44px;
	background-position-y: center !important;
	border: 1px solid #ccc;
	outline: none
}

.maintanance_sec01 {
	display: inline-block;
	width: 100%;
	margin-top: 60px;
	text-align: center
}

.maintanance_sec01 h1 {
	padding-bottom: 25px;
	background: url(//mmfoam.in/wp-content/themes/hexo/images/icons/right_arrow.png) no-repeat right bottom;
	margin: 0;
	display: inline-block
}

.maintanance_sec01 p {
	margin-top: 20px
}

.maintanance_sec02 {
	display: inline-block;
	width: 100%;
	margin-top: 100px
}

.maintainbox {
	width: 50%;
	padding: 0 20px;
	display: inline-block;
	float: left;
	min-height: 500px
}

.maintainbox h3 {
	color: #17709c;
	font-weight: 300;
	margin: 0;
	font-size: 50px;
	float: left
}

.maintainbox h5 {
	color: #17709c;
	font-weight: 300;
	margin: 0;
	font-size: 20px;
	float: left;
	clear: none;
	padding-left: 5%;
	max-width: 80%;
	line-height: 26px;
	min-height: 80px
}

.image_box {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 50px
}

.image_box img {
	max-width: 550px;
	width: 100%
}

.maintanance_sec03 {
	display: inline-block;
	width: 100%
}

.maintanance_sec03 .maintainbox {
	padding: 50px 30px;
	background: #dff3fc;
	width: 100%
}

.maintanance_sec03 .maintainbox h3 {
	margin-bottom: 10px
}

.maintanance_sec03 .maintainbox h4 {
	padding-left: 10%;
	width: 100%;
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 50px;
	display: inline-block
}

.maintanance_sec03 .maintainbox ul {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 0 10%;
	text-align: center
}

.maintanance_sec03 .maintainbox ul li {
	float: left;
	width: 25%;
	display: inline-block
}

.maintanance_sec03 .maintainbox ul li img {
	display: inline-block;
	margin-bottom: 20px
}

.maintanance_sec03 .maintainbox ul li p {
	color: #17709c;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding: 0
}

.sece_em {
	display: inline-block;
	width: 100%;
	padding: 40px 0 100px;
	background: #ebf6fc;
	float: left
}

.sece_em .left {
	float: left;
	width: 48%;
	margin-top: 80px
}

.sece_em .right {
	float: right;
	width: 48%;
	margin-top: 80px
}

.sece_emcnt_secarea {
	float: left;
	width: 100%
}

.sece_emcnt_secarea h3 {
	font-size: 35px;
	font-weight: 600;
	margin-top: 40px
}

.sece_emcnt_secarea h4 {
	font-size: 20px;
	color: #192e7d;
	margin: 20px 0
}

.sece_emcnt_secarea p {
	font-size: 16px
}

.sece_emcnt_secarea a {
	color: #193080;
	border-radius: 5px;
	border: 2px solid #193080;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
	font-size: 13px
}

.sece_emcnt_secarea a:hover {
	background: #193080;
	color: #fff
}

.sece_em01 {
	float: left;
	width: 100%;
	padding: 100px 0
}

.sece_em0inn {
	background: #dcf2ff;
	padding: 60px;
	float: left;
	width: 100%
}

.sece_em0inn .left {
	float: left;
	width: 50%
}

.sece_em0inn .right {
	float: right;
	width: 48%
}

.sece_em0inn .left h3 {
	font-size: 35px;
	padding: 0;
	margin: 0;
	color: #192e7d
}

.sece_em0inn .left a {
	color: #193080;
	border-radius: 5px;
	border: 2px solid #193080;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
	font-size: 13px
}

.sece_em0inn .left a:hover {
	background: #193080;
	color: #fff
}

.sece_em0inn .left p {
	margin: 20px 0
}

.emisecarea {
	display: inline-block;
	width: 100%;
	margin-top: 60px
}

.emi__top {
	display: inline-block;
	width: 100%;
	text-align: center
}

.emi__top h3 {
	font-size: 18px;
	margin-top: 20px
}

.emi__top p {
	padding: 0;
	margin: 30px 0
}

.emi__calcsec {
	float: left;
	width: 100%;
	padding: 100px 50px;
	background: #4de8ff;
	margin: 110px 0 80px;
	position: relative
}

.woocommerce-message {
	margin-top: 30px
}

.woocommerce-ResetPassword.lost_reset_password {
	max-width: 100%;
	width: 450px;
	margin: 0 auto !important;
	text-align: center;
	box-shadow: 0 0 19px 0px #00000029;
	border-radius: 2px;
	padding: 30px 20px
}

#user_login {
	background-color: #fff !important;
	border-radius: 5px !important;
	border: 1px solid #a3c3d0 !important;
	padding: 10px 15px;
	height: 46px !important
}

.leftsc {
	float: left;
	width: 40%
}

.rightsc {
	float: right;
	width: 55%
}

.rightsc img {
	max-width: 100%;
	margin-top: -160px
}

.leftsc ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center
}

.leftsc ul li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 1px;
	background: #fff;
	color: #146f9b;
	font-size: 18px;
	padding: 5px 0
}

.leftsc ul li .lft {
	float: left;
	width: 33.3%
}

.leftsc ul li .cntrl {
	float: left;
	width: 33.3%
}

.leftsc ul li .riht {
	float: left;
	width: 33.3%
}

.leftsc ul li:first-child {
	background: #c3e0ee;
	padding: 10px 0
}

.leftsc ul li:first-child * {
	color: #000
}

.termsnadcond {
	display: inline-block;
	width: 100%;
	margin-bottom: 100px;
	padding-left: 10%
}

.termsnadcond h4 {
	font-size: 25px;
	margin: 0;
	font-style: italic
}

.termsnadcond ul {
	margin: 20px 0 0
}

.termsnadcond ul li {
	margin: 8px 0
}

.sec05 .right {
	padding: 50px;
	display: table;
	padding: 0 !important
}

.sec05 .right p {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	background: rgba(0, 0, 0, .5);
	padding: 50px;
	line-height: 30px
}

.banner img {
	width: 100%;
	margin-top: -20%
}

.banner_content {
	top: 35% !important
}

.flwid-right input[type=radio] {
	float: left;
	margin: 31px 9px 0 15px !important
}

.ewrnty-headr ul {
	margin: 10px 0;
	padding: 0
}

.ewrnty-headr ul li {
	margin: 5px 0;
	list-style: circle;
	margin-left: 25px
}

.ewrnty-headr h5 {
	margin: 20px 0 0;
	color: #027ab7;
	font-size: 18px
}

form#make_an_enquiry_form_new select {
	margin-top: 15px !important
}

.flwid-right span {
	line-height: 43px !important;
	margin-top: 16px !important
}

.sec08img {
	float: left;
	width: 100%
}

.sec08 ul li p {
	float: left
}

.blog_area {
	float: left;
	width: 100%;
	background: #f5f5f5;
	padding: 120px 0;
	text-align: center
}

.blog_area .container {
	max-width: 1024px !important
}

.blog_area ul {
	margin: 0;
	padding: 0
}

.blog_area ul li {
	margin: 10px 2%;
	padding: 0;
	width: 96%;
	float: left
}

.blog_area ul li a {
	display: inline-block;
	width: 100%;
	background: #fff
}

.blog_area ul li h4 {
	font-size: 22px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	font-weight: 600;
	color: #2483c4 !important;
	text-transform: uppercase
}

.blog_area ul li p {
	color: #b8b8b8;
	text-transform: uppercase
}

.blog_area ul li a .blog_det {
	padding: 30px 50px;
	width: 100%
}

.blog_area ul li a .left {
	width: 35%;
	float: left
}

.blog_area ul li a .right {
	width: 62%;
	float: right;
	text-align: left
}

.featuredbox {
	display: inline-block;
	width: 100%;
	margin: 40px 0
}

.blog_area .featuredbox ul li {
	width: 46%
}

.blog_area .featuredbox ul li a .left {
	width: 100%
}

.blog_area .featuredbox ul li a .right {
	width: 100%;
	text-align: center
}

.blog_area_inner {
	float: left;
	width: 100%
}

.blog_area_inner h1 {
	color: #1384d7;
	font-size: 38px;
	font-weight: 500
}

.blogInn_area {
	width: 100%;
	padding: 60px 0;
	margin: 0 auto;
	display: inline-block
}

.blogInn_area h2 {
	color: #064877;
	text-transform: uppercase;
	line-height: 42px;
	margin: 0
}

.blogInn_area h6 {
	color: #b8b8b8;
	text-transform: uppercase
}

.blogheader {
	width: 100%;
	display: inline-block;
	text-align: center
}

.blogheader ul {
	margin: 30px 0;
	padding: 0;
	display: inline-block
}

.blogheader ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	margin: 0 5px
}

.blog_img {
	float: left;
	width: 100%;
	text-align: center
}

.blog_content_inner {
	float: left;
	width: 100%;
	font-size: 18px;
	padding: 0
}

.blog_content_inner p {
	margin: 2s0px 0;
	line-height: 28px
}

.blog_content_inner strong {
	margin: 30px 0 20px;
	display: inline-block
}

.sec05 .left .expe span {
	margin: 0;
	background: #192f7f;
	font-size: 16px;
	float: left;
	padding: 0 60px 50px;
	color: #fff
}

.header-contact-cntr ul li:nth-child(2) a {
	padding-left: 5px
}

.flwidthadjst {
	display: inline-block;
	width: 100%
}

.p-80.flwidthadjst {
	padding-top: 0;
	display: inline-block;
	float: left
}

.product-title-sec.col-lg-8 {
	margin: 0 auto;
	text-align: center
}

.product-cntr-new {
	width: 50%;
	float: left;
	margin: 30px 0
}

.mobile-cnt {
	display: none !important
}

.product-grid-sec-cntr {
	background: #4de8ff;
	padding: 50px 30px;
	margin-bottom: 50px;
	text-align: center
}

.content-area {
	width: 100%;
	float: left
}

nav.navigation.post-navigation {
	display: none
}

div.dealer-select-cntr>h4 {
	color: #333;
	text-align: center;
	font-size: 24px
}

div.makeanenquiry-sec {
	background: #f3f2f7;
	padding: 0 0 40px !important
}

div.makeanenquiry-sec>h4 {
	width: 92%;
	margin: 0 0 15px 4%;
	float: left;
	text-align: left;
	padding-left: 10px;
	color: #86b7d5;
	letter-spacing: 2px;
	font-size: 28px;
	text-transform: uppercase
}

form#make_an_enquiry_form_new input[type=text] {
	width: 100%;
	padding: 8px 15px;
	background: #e1e1e1;
	height: 35px;
	font-size: 15px;
	margin-top: 15px;
	border: none;
	border-radius: 2px
}

form#make_an_enquiry_form_new select {
	width: 100%;
	float: left;
	margin-left: 0;
	padding: 8px 15px;
	font-size: 14px;
	margin-top: 15px;
	border: none;
	border-radius: 2px;
	background: url(//mmfoam.in/wp-content/themes/hexo/images/Menu_DownArrow.png) no-repeat top 13px right 15px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing: 1px
}

form#make_an_enquiry_form_new select#mattress_size {
	width: 100%;
	margin-right: 16%
}

form#make_an_enquiry_form_new textarea {
	width: 100%;
	padding: 8px 15px;
	background: #e1e1e1;
	font-size: 15px;
	margin-top: 15px;
	border: none;
	border-radius: 2px
}

div.error {
	width: 100%;
	float: left
}

#make_an_enquiry_form_new {
	float: left;
	margin: 40px 0
}

#make_an_enquiry_form_new .col-sm-6.col-xs-12 {
	float: left
}

.woocommerce-MyAccount-content h3 {
	margin-bottom: 15px
}

.woocommerce-MyAccount-content .woocommerce-input-wrapper {
	width: 100%;
	margin: 5px 0
}

.woocommerce-MyAccount-content .woocommerce-input-wrapper .input-text {
	padding: 15px 20px;
	display: inline-block;
	border-radius: 0;
	border: none;
	box-shadow: 3px 5px 5px -1px #00000029
}

.woocommerce-MyAccount-content .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
	width: 100%;
	height: 55px;
	padding: 15px 20px;
	display: inline-block;
	border-radius: 0;
	border: none;
	box-shadow: 3px 5px 5px -1px #00000029
}

.woocommerce-MyAccount-content .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 56px;
	position: absolute;
	top: 1px;
	right: 22px;
	width: 20px
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row select {
	width: 100%;
	height: 55px;
	padding: 15px 20px;
	display: inline-block;
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, .1) !important;
	box-shadow: 3px 5px 5px -1px #00000029
}

#order_review_heading {
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: 700
}

.select2-container--default .select2-selection--single {
	width: 100%;
	height: 55px;
	padding: 15px 20px;
	display: inline-block;
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, .1) !important;
	box-shadow: 3px 5px 5px -1px #00000029
}

.woocommerce-MyAccount-content .button {
	margin-top: 30px !important;
	background: rgba(23, 139, 222, 1);
	background: -moz-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 139, 222, 1)), color-stop(100%, rgba(14, 122, 205, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	background: linear-gradient(to right, rgba(23, 139, 222, 1) 0%, rgba(14, 122, 205, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#178bde', endColorstr='#0e7acd', GradientType=1) !important;
	display: inline-block;
	border-radius: 4px;
	padding: 0 50px !important;
	height: 48px;
	line-height: 48px;
	color: #fff !important;
	border: none;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out
}

.woocommerce-MyAccount-content .button:hover {
	background: rgba(14, 122, 205, 1);
	background: -moz-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14, 122, 205, 1)), color-stop(100%, rgba(23, 139, 222, 1))) !important;
	background: -webkit-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -o-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	background: linear-gradient(to right, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e7acd', endColorstr='#178bde', GradientType=1) !important;
	color: #fff
}

.woocommerce-button.button.pay,
.woocommerce-button.button.cancel,
.button.view,
a.woocommerce-Button.button {
	display: inline-block;
	height: auto !important;
	padding: 10px 15px !important;
	font-weight: 400 !important;
	margin: 0 4px 0 0 !important
}

.woocommerce-page #FOOTER-MIDDLE .social img {
	height: 19px !important
}

.product-detail-img-cntr .carousel-control-prev {
	left: auto;
	right: 0
}

.product-detail-img-cntr .carousel-control-next {
	left: 0;
	right: auto
}

.woocommerce div.product form.cart .button {
	font-weight: 400!important
}

.woocommerce div.product form.cart {
	margin-bottom: 10px !important
}

.woocommerce div.product form.cart .variations select {
	width: 100% !important
}

.tantc {
	display: inline-block;
	width: 100%;
	padding: 60px 0
}

.tantc h1 {
	margin-bottom: 20px;
	display: inline-block
}

.tantc .sublist {
	display: inline-block;
	padding-left: 30px
}

.tantc .sublist li {
	margin: 5px 0;
	display: inline-block
}

.tantc h6,
.tantc h4,
.tantc h5 {
	font-size: 24px;
	display: inline-block;
	margin: 10px 0 5px
}

.rvssec {
	float: left;
	width: 100%
}

.rvssec ul {
	float: left;
	width: 100%
}

.rvssec ul li {
	float: left;
	width: 48%;
	margin: 8px 1%;
	min-height: 330px;
	padding: 35px;
	border: solid 2px #e5e5e5
}

@media only screen and (max-width:767px) {
	.rvssec ul li {
		width: 100%;
		margin: 10px 0;
		min-height: 0
	}
	.tantc {
		padding: 40px 0
	}
}

.product-detail-img-cntr .carousel.slide {
	padding-bottom: 80px
}

.product-detail-img-cntr .carousel-indicators ol {
	padding-top: 0
}

.product-detail-img-cntr .carousel-indicators li {
	height: auto;
	width: auto;
	text-indent: inherit
}

.product-detail-img-cntr .carousel-indicators li img {
	height: 70px;
	width: 70px
}

.optionlists {
	border-top: 1px solid #e7e6e6;
	padding-top: 40px
}

.cert-img-cntr {
	position: absolute;
	bottom: 70px
}

@media only screen and (min-width: 100px) and (max-width: 763px) {
	.left_nav {
		float: left;
		width: 100%;
	}
	.right_area {
		float: left;
		width: 100%;
	}
	.right_area .form-enq {
		width: 100%;
		display: inline-block;
		padding-top: 20px;
	}
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	margin: 0 0 -4px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff
}

.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	margin: 5px 5px 0 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
	content: '';
	display: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #0073aa;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
	background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected],
.select2-container--classic .select2-results__option--highlighted[data-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #0073aa
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
	transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
	transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
	transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
	transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
	transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
	transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
	transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
	transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
	transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
	transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
	transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
	transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
	transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
	transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
	transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
	transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
	transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
	transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
	transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
	transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
	transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
	transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
	transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
	transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
	transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
	transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
	transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
	transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
	transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
	transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
	transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
	transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
	transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
	transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
	transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
	transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
	transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
	transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
	transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
	transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
	transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
	transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
	transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
	transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
	transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
	transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
	transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
	transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
	transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
	transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
	transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
	transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
	transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
	transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
	transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
	transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
	transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
	transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
	transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
	transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
	transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
	transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
	transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
	transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
	transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
	transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
	transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
	transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
	transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
	transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
	transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
	transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
	transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
	transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
	transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
	transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
	transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
	transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
	transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
	transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
	transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
	transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
	transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
	transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
	transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
	transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
	transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
	transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
	transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
	transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
	transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
	transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
	transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
	transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
	transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
	transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
	transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
	transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
	transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
	transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
	transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
	transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
	transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
	transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
	transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
	transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
	transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
	transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
	transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
	transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
	transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
	transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
	transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
	transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
	transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
	transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
	transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
	transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
	transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
	transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
	transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
	transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
	transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
	transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
	transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	transform: translate(0)
}

[data-aos=fade-up] {
	transform: translateY(100px)
}

[data-aos=fade-down] {
	transform: translateY(-100px)
}

[data-aos=fade-right] {
	transform: translate(-100px)
}

[data-aos=fade-left] {
	transform: translate(100px)
}

[data-aos=fade-up-right] {
	transform: translate(-100px, 100px)
}

[data-aos=fade-up-left] {
	transform: translate(100px, 100px)
}

[data-aos=fade-down-right] {
	transform: translate(-100px, -100px)
}

[data-aos=fade-down-left] {
	transform: translate(100px, -100px)
}

[data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	transform: translate(0) scale(1)
}

[data-aos=zoom-in] {
	transform: scale(.6)
}

[data-aos=zoom-in-up] {
	transform: translateY(100px) scale(.6)
}

[data-aos=zoom-in-down] {
	transform: translateY(-100px) scale(.6)
}

[data-aos=zoom-in-right] {
	transform: translate(-100px) scale(.6)
}

[data-aos=zoom-in-left] {
	transform: translate(100px) scale(.6)
}

[data-aos=zoom-out] {
	transform: scale(1.2)
}

[data-aos=zoom-out-up] {
	transform: translateY(100px) scale(1.2)
}

[data-aos=zoom-out-down] {
	transform: translateY(-100px) scale(1.2)
}

[data-aos=zoom-out-right] {
	transform: translate(-100px) scale(1.2)
}

[data-aos=zoom-out-left] {
	transform: translate(100px) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
	transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
	transform: translate(0)
}

[data-aos=slide-up] {
	transform: translateY(100%)
}

[data-aos=slide-down] {
	transform: translateY(-100%)
}

[data-aos=slide-right] {
	transform: translateX(-100%)
}

[data-aos=slide-left] {
	transform: translateX(100%)
}

[data-aos^=flip][data-aos^=flip] {
	backface-visibility: hidden;
	transition-property: transform
}

[data-aos=flip-left] {
	transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
	transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
	transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
	transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
	transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
	transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
	transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
	transform: perspective(2500px) rotateX(0)
}

.head.aos-init.aos-animate {
	text-align: center;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-slide>div>div {
	overflow: hidden
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
	display: none
}

.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
	border-top: 0
}

.woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
	display: none
}

.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
	display: block
}

.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
	display: block;
	text-align: right!important
}

.woocommerce table.shop_table_responsive tr td.order-actions,
.woocommerce-page table.shop_table_responsive tr td.order-actions {
	text-align: left!important
}

.woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
	content: attr(data-title) ": ";
	font-weight: 700;
	float: left
}

.woocommerce table.shop_table_responsive tr td.actions:before,
.woocommerce table.shop_table_responsive tr td.product-remove:before,
.woocommerce-page table.shop_table_responsive tr td.actions:before,
.woocommerce-page table.shop_table_responsive tr td.product-remove:before {
	display: none
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color: rgba(0, 0, 0, .025)
}

.woocommerce table.my_account_orders tr td.order-actions,
.woocommerce-page table.my_account_orders tr td.order-actions {
	text-align: left
}

.woocommerce table.my_account_orders tr td.order-actions:before,
.woocommerce-page table.my_account_orders tr td.order-actions:before {
	display: none
}

.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
	float: none;
	margin: .125em .25em .125em 0
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
	float: none;
	width: 100%
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
	width: 48%;
	float: left;
	clear: both;
	margin: 0 0 2.992em
}

.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
	float: right;
	clear: none!important
}

.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary {
	float: none;
	width: 100%
}

.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
	display: none
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
	text-align: left
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
	float: none;
	padding-bottom: .5em
}

.woocommerce #content table.cart td.actions .coupon:after,
.woocommerce #content table.cart td.actions .coupon:before,
.woocommerce table.cart td.actions .coupon:after,
.woocommerce table.cart td.actions .coupon:before,
.woocommerce-page #content table.cart td.actions .coupon:after,
.woocommerce-page #content table.cart td.actions .coupon:before,
.woocommerce-page table.cart td.actions .coupon:after,
.woocommerce-page table.cart td.actions .coupon:before {
	content: ' ';
	display: table
}

.woocommerce #content table.cart td.actions .coupon:after,
.woocommerce table.cart td.actions .coupon:after,
.woocommerce-page #content table.cart td.actions .coupon:after,
.woocommerce-page table.cart td.actions .coupon:after {
	clear: both
}

.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
	width: 48%;
	box-sizing: border-box
}

.woocommerce #content table.cart td.actions .coupon .button.alt,
.woocommerce #content table.cart td.actions .coupon .input-text+.button,
.woocommerce table.cart td.actions .coupon .button.alt,
.woocommerce table.cart td.actions .coupon .input-text+.button,
.woocommerce-page #content table.cart td.actions .coupon .button.alt,
.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
.woocommerce-page table.cart td.actions .coupon .button.alt,
.woocommerce-page table.cart td.actions .coupon .input-text+.button {
	float: right
}

.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
	display: block;
	width: 100%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .shipping_calculator {
	width: 100%;
	float: none;
	text-align: left
}

.woocommerce-page.woocommerce-checkout form.login .form-row,
.woocommerce.woocommerce-checkout form.login .form-row {
	width: 100%;
	float: none
}

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
	text-align: left;
	padding: 0
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: none;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 1em
}

.woocommerce .lost_reset_password .form-row-first,
.woocommerce .lost_reset_password .form-row-last,
.woocommerce-page .lost_reset_password .form-row-first,
.woocommerce-page .lost_reset_password .form-row-last {
	width: 100%;
	float: none;
	margin-right: 0
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%
}

.single-product .twentythirteen .panel {
	padding-left: 20px!important;
	padding-right: 20px!important
}

@media only screen and (max-width:1155px) {
	header#site_header {
		padding: 10px 0
	}
	.right-side {
		margin-top: 0 !important
	}
	nav {
		margin-top: 0;
		margin-bottom: 10px;
		/* float: left; */
	}
	.rightsc {
		width: 45%
	}
	.leftsc {
		width: 51%
	}
	.rightsc img {
		margin-top: 0
	}
}

@media only screen and (max-width:1050px) {
	.image_box {
		padding: 0 10%
	}
	.maintainbox h5 {
		min-height: 120px
	}
}

@media only screen and (max-width:1024px) {
	.your-mattress .left {
		width: 60%
	}
	.about_sec01 {
		background-position: 50% 0
	}
	.faqmain .entry-content h1 {
		font-size: 30px
	}
	.branch_list .adbx {
		width: 50%;
		max-width: 50%
	}
	.maintainbox {
		text-align: center;
		min-height: 410px
	}
	.maintainbox h3 {
		width: 100%
	}
	.maintanance_sec02 {
		margin-top: 50px
	}
	.maintainbox h5 {
		max-width: 100%;
		padding: 5px 0 0;
		float: none
	}
	.maintanance_sec03 .maintainbox ul {
		padding: 0
	}
	.maintanance_sec03 .maintainbox ul li {
		float: none;
		display: inline-block;
		margin-bottom: 20px
	}
}

@media only screen and (max-width:1000px) {
	.sec05 .left {
		padding: 0 10px
	}
	.sec05 .left .expe {
		padding: 10px
	}
	.sec05 .left .expe p {
		font-size: 16px
	}
	.your-mattress .left h3 {
		font-size: 30px
	}
	.sec09 a {
		padding: 100px;
		font-size: 35px
	}
	.entry-header .btn.btn-default {
		margin-top: 0
	}
}

@media only screen and (max-width:900px) {
	.banner_content {
		top: auto;
		bottom: 10%
	}
	.banner_content h2 {
		font-size: 40px;
		margin: 0;
		text-shadow: 2px 2px 4px #fff
	}
	.banner_content h4 {
		font-size: 20px;
		text-shadow: 2px 2px 4px #fff
	}
	.sec01 {
		padding: 30px 0
	}
	.sec01 ul {
		text-align: center
	}
	.sec01 ul li {
		margin: 25px 0;
		width: 33%;
		float: none;
		display: inline-block;
		min-height: 150px
	}
	.sec03 {
		height: auto
	}
	.sec03 a {
		font-size: 60px;
		padding: 50px 0
	}
	.sec01_inner {
		padding: 50px 0
	}
	.sec01_inner h4 {
		font-size: 60px
	}
	.sec05 .left,
	.sec05 .right {
		padding: 150px 30px;
		height: auto;
		min-height: 450px
	}
	.sec05 .left .expe {
		margin: 0
	}
	.sec05 .left .expe p {
		font-size: 16px;
		padding: 20px 30px
	}
	.your-mattress .left {
		position: static;
		width: 100%;
		text-align: center
	}
	.your-mattress .left br {
		display: none
	}
	.your-mattress .right {
		width: 100%;
		text-align: center;
		margin-top: 20px
	}
	.your-mattress .right img {
		float: none
	}
	.sec08 .content {
		max-width: 100%
	}
	.sec08 ul li {
		width: 43%;
		padding: 30px 10px
	}
	.sec08 ul li img {
		max-width: 50%
	}
	.sec09 a {
		padding: 60px;
		font-size: 30px
	}
	.sec08 {
		padding: 60px 0
	}
	.testimonials_sec {
		padding: 50px 0
	}
	.woocommerce {
		padding-top: 0
	}
	.inner_pagemain div.product-detail-img-cntr {
		width: 100%;
		position: static;
		padding: 0 10%
	}
	.inner_pagemain div.product-detail-desc {
		width: 100%;
		margin-top: 30px
	}
	.product-grid-cntr-new .product-cntr-new {
		width: 100%;
		max-width: 100%;
		margin: 10px 0
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		transform: translateX(0) !important;
		width: 100% !important;
		text-align: center;
		padding: 0;
		float: right;
		float: left;
		margin: 0 !important;
		padding: 0 !important
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
		padding: 10px 15px;
		background: #f2f2f2
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100% !important;
		padding: 30px
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		width: auto;
		border-radius: 0
	}
	.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active a {
		background: #007cb7;
		color: #fff !important
	}
	.is-active a {
		border-radius: 0 !important;
		background: #1882c1 !important
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		padding: 0
	}
	.wc-proceed-to-checkout a.checkout-button.button {
		padding: 17px 55px 17px 10px;
		background-position-x: 90% !important
	}
	.maintanance_sec01 {
		margin-top: 180px
	}
	.maintainbox {
		width: 100%;
		padding: 0;
		margin: 20px 0;
		min-height: 0
	}
	.maintainbox h5 {
		min-height: 0
	}
	.maintanance_sec03 .maintainbox ul li {
		width: 100%
	}
	.maintanance_sec03 .maintainbox h4 {
		padding: 0;
		margin-top: 30px
	}
	.sece_em0inn {
		text-align: center
	}
	.sece_em0inn .left {
		width: 100%
	}
	.sece_em0inn .right {
		width: 100%
	}
	.rightsc {
		width: 100%
	}
	.leftsc {
		width: 100%;
		margin-bottom: 20px
	}
	.emi__calcsec {
		margin: 30px 0
	}
	.inner_pagemain div.product-cntr-new>div>p>span.prdt-line-desc {
		min-height: 0px
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%
	}
}

@media only screen and (max-width:800px) {
	.sec10 {
		padding: 10px 0
	}
	.sec10 ul li {
		width: 45%;
		margin: 20px 0
	}
	.header-container.container {
		padding: 10px 15px !important
	}
	.entry-header h1 {
		padding: 20px 15px !important;
		font-size: 20px !important
	}
	.entry-content,
	.container {
		padding: 0 15px
	}
	div.product-title-sec {
		width: 100%;
		left: 0;
		padding: 0 5%
	}
	.left_nav ul li a {
		font-size: 13px !important
	}
	h2.woocommerce-column__title {
		font-size: 20px;
		margin: 15px 0
	}
	.woocommerce .col-md-8 {
		width: 100% !important
	}
	.woocommerce .col-md-4 {
		width: 100% !important
	}
	.wc-proceed-to-checkout a.checkout-button.button {
		float: right;
		max-width: 300px
	}
	.blog_area {
		padding: 60px 0
	}
	.featuredbox {
		margin: 40px 0
	}
	.blog_area_inner h1 {
		font-size: 25px
	}
	.blogInn_area {
		padding: 40px 0
	}
	.blogInn_area h2 {
		font-size: 30px
	}
}

@media only screen and (max-width:798px) {
	.rdbutton {
		float: left;
		width: 100%
	}
	.nav-mobile {
		display: block
	}

	.right-side {
		margin-top: 0;
		width: 100%
	}
	ul.nav-list {
		z-index: 9999;
		position: absolute;
		width: 100%;
		background: #fff
	}
	header#site_header {
		background: #fff
	}
}

@media screen and (min-width:799px) {
	.nav-list {
		display: block !important
	}
}

@media only screen and (max-width:768px) {
	.leftabt {
		padding-top: 0;
		width: 60%
	}
	.about_sec01 {
		padding: 80px 0
	}
	.leftabt h1 {
		font-size: 25px;
		margin: 0
	}
	.about_sec02,
	.about_sec03 {
		padding: 60px 0;
		text-align: center
	}
	.about_sec02 .leftabt {
		width: 100%;
		text-align: center
	}
	.about_sec02 .leftabt img {
		max-width: 250px
	}
	.about_sec02 .rightabt {
		width: 100%
	}
	.about_sec02 .rightabt h2 {
		font-size: 20px
	}
	.about_sec03 .leftabt h2 {
		font-size: 25px;
		margin: 0 0 20px
	}
	.about_sec03 .leftabt {
		width: 100%
	}
	.about_sec03 .rightabt {
		width: 100%;
		margin-top: 20px
	}
	.about_sec03 .rightabt img {
		max-width: 250px
	}
	.about_sec04 {
		text-align: center;
		background-position: center bottom;
		padding: 60px 0
	}
	.about_sec04 h2 {
		font-size: 25px
	}
	.about_sec04 a {
		font-size: 12px
	}
	.inner_pagemain div.product-title-sec h4 {
		font-size: 30px
	}
	div.product-cntr-new {
		padding: 0
	}
	.inner_pagemain div.product-cntr-new div {
		padding: 30px
	}
	.pro_name h1 {
		font-size: 30px;
		margin: 0
	}
	.content-area .woocommerce {
		padding-top: 20px
	}
	.ewrnty-headr h2 {
		margin-top: 30px
	}
	.ewrnty-headr h6 {
		font-size: 16px
	}
	.flwid-left {
		font-size: 14px
	}
	.sece_em {
		text-align: center;
		padding-bottom: 50px
	}
	.sece_em .left {
		margin-top: 20px;
		width: 100%
	}
	.sece_em .right {
		margin-top: 15px;
		width: 100%
	}
	.sece_em01 {
		padding: 40px 0
	}
	.sece_emcnt_secarea h3 {
		margin-top: 20px;
		font-size: 30px
	}
	.sece_emcnt_secarea h4 {
		font-size: 18px;
		margin: 17px 0
	}
	.sece_em0inn {
		padding: 40px 20px
	}
	.sece_em0inn .left h3 {
		font-size: 25px
	}
	.sece_em0inn .left a,
	.sece_emcnt_secarea a {
		font-size: 10px
	}
	.product-grid-sec-cntr {
		padding: 30px 0;
		margin-bottom: 30px
	}
	.center_itm h4 {
		font-size: 20px
	}
	.emi__top {
		margin-top: 40px
	}
	.myadds_sec .woocommerce-Address {
		width: 100% !important
	}
	.inner_pagemain div.product-detail-img-cntr {
		padding: 0
	}
}

@media only screen and (max-width:767px) {
	.button.wc-forward {
		float: left !important;
		width: 100%;
		text-align: center;
		margin-bottom: 10px !important
	}
	header#site_header {
		position: static
	}
	.banner_content h2 {
		font-size: 30px
	}
	.banner_content h3 {
		font-size: 18px
	}
	.banner_content a {
		margin-top: 20px
	}
	.sec01 ul li {
		width: 49%
	}
	.sec01 ul li h5 {
		margin-top: 10px
	}
	.sec03 a {
		font-size: 30px;
		padding: 80px 0
	}
	.sec04 {
		padding: 30px 0
	}
	.sec01_inner {
		text-align: center;
		padding: 0
	}
	.sec01_inner h4 {
		font-size: 30px
	}
	.sec01_inner p {
		max-width: 100%
	}
	.sec01_inner a {
		margin: 15px 0;
		font-size: 13px
	}
	.sec04_left {
		width: 100%
	}
	.sec01_inner ul li {
		float: none;
		display: inline-block;
		width: 31%;
		margin: 5px 0
	}
	.sec01_inner ul li p {
		margin: 5px 0
	}
	.sec01_inner ul li p br {
		display: none
	}
	.sec04_right {
		width: 100%;
		text-align: center
	}
	.sec04_right img {
		max-width: 60%
	}
	.sec05 .left {
		width: 100%
	}
	.sec05 .right {
		width: 100%
	}
	.sec05 .left,
	.sec05 .right {
		padding: 150px 30px;
		height: auto;
		min-height: 450px
	}
	.sec06 {
		padding: 60px 0
	}
	.sec07 {
		padding: 60px 0;
		min-height: 540px
	}
	.sec08 {
		padding: 40px 0
	}
	.sec08 ul li {
		width: 100%;
		padding: 10px 0
	}
	.sec09 a {
		width: 100%;
		font-size: 25px
	}
	.sec10 ul li {
		width: 100%
	}
	.testimonials_sec h2 {
		font-size: 30px
	}
	.testimonials_sec img {
		margin-top: 10px;
		max-width: 20px
	}
	.testi_inner h6 {
		font-size: 20px;
		margin: 0
	}
	.testi_inner p {
		font-size: 17px;
		margin: 10px 0
	}
	.owl-theme .owl-dots .owl-dot {
		margin-top: 10px
	}
	.testimonials_sec a {
		border: 1px solid #007bb7;
		font-size: 14px;
		padding: 9px 35px
	}
	.testimonials_sec h5 {
		font-size: 16px;
		margin: 9px 0
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 0 5px
	}
	.bottomm {
		padding: 40px 0 !important
	}
	div.footer-band {
		text-align: center
	}
	div.footer-band-left h6 {
		font-size: 20px
	}
	div.ftr-menu-sec-new>div {
		padding: 20px 0;
		text-align: center
	}
	div.ftr-menu-sec-new>div>div {
		margin-bottom: 20px
	}
	div.ftr-menu-sec-new>div>div>p.bold-ftr-text {
		margin-bottom: 16px !important
	}
	div.ftr-menu-sec-new-top-1,
	div.ftr-menu-sec-new-top-2 {
		width: 50%
	}
	.left-side {
		margin-top: 20px
	}
	.about_sec01 {
		margin: 0
	}
	.faqmain {
		padding: 0
	}
	main {
		min-height: 200px
	}
	.accordion {
		font-size: 15px
	}
	.inner_banner {
		margin-top: 0
	}
	.inner_pagemain div.product-cntr-new>div>h3 {
		font-size: 22px
	}
	.inner_pagemain div.product-cntr-new>div>h5 {
		font-size: 15px
	}
	.inner_pagemain div.product-cntr-new>div>a {
		font-size: 12px;
		float: none;
		margin-top: 0
	}
	.inner_pagemain div.product-cntr-new>div>p>span.prdt-line-price {
		right: 0;
		font-size: 17px;
		width: 100%;
		position: static;
		padding: 0;
		text-align: center
	}
	.inner_pagemain div.product-cntr-new>div>p>span.prdt-line-desc {
		width: 100%;
		text-align: center;
		margin-bottom: 15px
	}
	.inner_pagemain div.product-cntr-new>div>p>span.prdt-line-price {
		right: 0;
		font-size: 17px;
		float: left;
		margin: 20px 0
	}
	div.product-cntr-new>div>h3,
	div.product-cntr-new>div>h5 {
		text-align: center
	}
	.inner_pagemain div.product-cntr-new>div>p {
		color: #0d0d0d;
		margin-top: 10px
	}
	.inner_pagemain div.product-cntr-new div {
		text-align: center
	}
	.makeanenquiry-sec .form-enq {
		width: 100%;
		padding: 0 30px
	}
	.ewrnty-headr h2 {
		font-size: 18px
	}
	.product-cntr-new {
		margin: 10px
	}
	.entry-header {
		margin-top: 0
	}
	.left_nav {
		width: 100%;
		text-align: center
	}
	.left_nav ul {
		width: 100%
	}
	.left_nav ul li {
		float: none;
		width: auto !important;
		display: inline-block;
		margin: 5px
	}
	.left_nav ul li a {
		padding: 10px 15px;
		background: #f2f2f2
	}
	.left_nav ul li a.selected {
		background: #007cb7;
		color: #fff !important
	}
	.contact_box {
		padding: 40px 0
	}
	.right_area {
		width: 100%;
		margin-top: 20px
	}
	.addressare {
		width: 100%
	}
	.right_area .form-enq {
		width: 100%;
		padding-bottom: 0
	}
	.form-enq .buttonsb {
		margin-top: 0;
		padding: 15px 60px 15px 20px;
		background-size: 21px
	}
	.inner_pagemain div.product-detail-desc {
		padding-left: 0
	}
	.mycart_sec_subox .left_itm {
		width: 30%
	}
	.mycart_sec_subox .center_itm {
		width: 70%
	}
	.mycart_sec_subox .right_itm {
		width: 100%;
		margin-top: 40px;
		text-align: left
	}
	.onder_idset {
		margin-bottom: 0
	}
	td.product-quantity {
		min-height: 36px
	}
	.form-checkoutDiv {
		padding: 30px 25px
	}
	.maintanance_sec01 {
		margin-top: 20px
	}
	.maintanance_sec01 h1 {
		font-size: 23px;
		background-size: 40%
	}
	.maintanance_sec02 {
		margin-top: 0
	}
	.maintainbox h3 {
		font-size: 30px
	}
	.maintainbox h5 {
		font-size: 18px
	}
	.maintanance_sec03 .maintainbox h4 {
		margin: 0
	}
	.emisecarea {
		margin-top: 0
	}
	.emi__calcsec {
		padding: 30px
	}
	.emi__top h1 {
		font-size: 30px
	}
	.emi__top p {
		font-size: 17px;
		margin: 20px 0
	}
	.termsnadcond {
		padding-left: 0;
		margin-bottom: 30px
	}
	.blog_area {
		margin-top: 0;
		padding: 40px 0
	}
	.blog_area h1 {
		font-size: 28px;
		margin: 0
	}
	.blog_area .featuredbox ul li {
		width: 100%
	}
	.blog_area .featuredbox ul li a .left {
		width: 35%
	}
	.blog_area .featuredbox ul li a .right {
		width: 62%
	}
	.blog_area ul li a .blog_det {
		padding: 15px 20px;
		text-align: left
	}
	.blog_area ul li h4 {
		min-height: 0;
		font-size: 16px;
		line-height: inherit
	}
	.blog_area ul li p {
		margin: 20px 0 0;
		font-size: 12px
	}
	.featuredbox {
		margin: 30px 0
	}
	.blog_area_inner {
		margin-top: 0
	}
	.blogInn_area h2 {
		font-size: 25px;
		line-height: inherit
	}
	.blog_area_inner {
		margin-bottom: 40px
	}
	.mobile-cnt {
		display: block !important
	}
	.desktop-cnt {
		display: none
	}
	.entry-header .btn.btn-default {
		margin-top: 0 !important;
		padding: 0 30px !important;
		line-height: inherit !important;
		height: auto !important;
		font-size: 12px !important
	}
}

@media only screen and (max-width:640px) {
	.strloc {
		padding: 10px 30px
	}
	.strloc_box {
		width: 100%;
		margin: 10px 0
	}
	.woocommerce div.product form.cart .variations td,
	.woocommerce div.product form.cart .variations th {
		width: 100% !important;
		float: left
	}
	.woocommerce div.product form.cart .variations select {
		width: 100%
	}
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: 100%
	}
	.mycart_sec_subox .left_itm {
		width: 100%;
		text-align: center
	}
	.mycart_sec_subox .center_itm {
		width: 100%;
		padding: 0
	}
	.emi__calcsec div {
		font-size: 13px
	}
}

@media only screen and (max-width:560px) {
	.sec01 ul li {
		width: 100%;
		margin: 0
	}
	.sec10 ul li {
		width: 100%
	}
	div.ftr-menu-sec-new-top-1,
	div.ftr-menu-sec-new-top-2 {
		width: 100%
	}
	.ewarnty {
		float: right;
		width: 100%;
		margin: 10px 0
	}
	.ewarnty a {
		width: 100%;
		text-align: center
	}
	.your-mattress .left h3 {
		font-size: 20px
	}
	.sec07 {
		padding: 0;
		min-height: 380px;
		background-position: right bottom;
		background-size: 130%
	}
	.sec08 ul li img {
		max-width: 150px
	}
	.leftabt {
		width: 100%
	}
	.about_sec04 h2 {
		font-size: 20px
	}
	.faqmain .entry-content h1 {
		font-size: 25px
	}
	.right-secTwo ul {
		width: 100%
	}
	.flwid {
		padding: 0 0 10px
	}
	.flwid-left,
	.flwid-right {
		width: 100%
	}
	.adbx,
	.branch_list .adbx {
		width: 100%;
		padding: 0
	}
	.branch_list .adbx {
		width: 100% !important;
		margin-top: 20px;
		max-width: 100%;
		min-height: 0 !important
	}
	.form_set .form-row-wide .input-text {
		max-width: 100%
	}
	.blog_area ul li {
		padding: 20px;
		margin: 0;
		width: 100%
	}
	.blog_area ul li a .left {
		margin-top: 20px
	}
	.blog_area ul li a .right,
	.blog_area ul li a .left,
	.blog_area .featuredbox ul li a .left,
	.blog_area .featuredbox ul li a .right {
		width: 100%
	}
}

body {
	font-family: 'Roboto', sans-serif;
	;
	font-size: 14px;
	background: #fff;
	color: #15283f;
	overflow-x: hidden
}

.container-fluid.one {
	/* padding:0 32px */
}

.container-fluid.two {
	padding: 0 100px;
	overflow: hidden;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}

.container-list {
	margin: 0 300px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #263a44;
	font-weight: 300;
	margin: 0
}

h1 {
	font-size: 38px
}

h2 {
	font-size: 32px
}

h3 {
	font-size: 26px
}

h4 {
	font-size: 24px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 15px
}

p {
	/* color: #263a44; */
	font-size: 14px;
	line-height: 22px;
}

li {
	list-style: none
}

a {
	transition: all .2s ease-in-out
}

a:hover {
	text-decoration: none;
	color: initial
}

p {
	line-height: 28px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .5px;
}

img {
	max-width: 100%
}

.f300 {
	font-weight: 300
}

.f400 {
	font-weight: 400
}

.f500 {
	font-weight: 500
}

.f700 {
	font-weight: 700
}

.blue {
	color: #CC223F !important;
	font-family: 'Roboto', sans-serif;
}

.white {
	color: #fff
}

* {
	padding: 0;
	margin: 0
}

.m-8 {
	margin: 8px 0
}

.m-16 {
	margin: 16px 0
}

.m-24 {
	margin: 24px 0
}

.m-32 {
	margin: 32px 0
}

.m-40 {
	margin: 40px 0
}

.m-48 {
	margin: 48px 0
}

.m-56 {
	margin: 56px 0
}

.m-64 {
	margin: 64px 0
}

.m-72 {
	margin: 72px 0
}

.m-80 {
	margin: 80px 0
}

.mt-8 {
	margin-top: 8px
}

.mt-16 {
	margin-top: 16px
}

.mt-24 {
	margin-top: 24px
}

.mt-32 {
	margin-top: 32px
}

.mt-40 {
	margin-top: 40px
}

.mt-48 {
	margin-top: 48px
}

.mt-56 {
	margin-top: 56px
}

.mt-64 {
	/* margin-top:64px */
}

.mt-72 {
	margin-top: 72px
}

.mt-80 {
	margin-top: 80px
}

.mb-8 {
	margin-bottom: 8px
}

.mb-16 {
	margin-bottom: 16px
}

.mb-24 {
	margin-bottom: 24px
}

.mb-32 {
	margin-bottom: 32px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-48 {
	margin-bottom: 48px
}

.mb-56 {
	margin-bottom: 56px
}

.mb-64 {
	margin-bottom: 64px
}

.mb-72 {
	/* margin-bottom:72px */
}

.mb-80 {
	margin-bottom: 80px
}

.p-8 {
	padding: 8px 0;
}

.p-16 {
	padding: 16px 0
}

.p-24 {
	padding: 24px 0
}

.p-32 {
	padding: 32px 0
}

.p-40 {
	padding: 40px 0
}

.p-48 {
	padding: 48px 0
}

.p-56 {
	padding: 56px 0
}

.p-64 {
	padding: 64px 0
}

.p-72 {
	padding: 72px 0
}

.p-80 {
	padding: 80px 0
}

.btn-large {
	display: inline-block;
	border-radius: 4px;
	padding: 0 15px;
	height: 48px;
	line-height: 48px;
	color: #fff !important;
	border: none;
	font-size: 16px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	margin-bottom: 5px
}

.btn-small {
	display: inline-block;
	border-radius: 4px;
	padding: 0 15px;
	height: 39px;
	line-height: 36px;
	color: #fff !important;
	border: none;
	font-size: 14px;
	transition: all .5s ease-in-out
}

.btn-xsmall {
	display: inline-block;
	border-radius: 4px;
	padding: 0 16px;
	height: 24px;
	line-height: 24px;
	color: #fff !important;
	font-size: 12px;
	border: none;
	font-weight: 500;
	transition: all .5s ease-in-out
}

.btn-blue {
	background: #CC223F;
}

.btn-blue:hover {
	background: #212529;
	background: -moz-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14, 122, 205, 1)), color-stop(100%, rgba(23, 139, 222, 1)));
	background: -webkit-linear-gradient(left, #212529 0%, #212529 100%);
	background: -o-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%);
	background: -ms-linear-gradient(left, rgba(14, 122, 205, 1) 0%, rgba(23, 139, 222, 1) 100%);
	background: linear-gradient(to right, #212529 0%, #212529 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e7acd', endColorstr='#178bde', GradientType=1);
	color: #fff;
}

#HEADER {
	height: auto;
	top: 0;
	/* line-height: 32px; */
	box-shadow: 0 0 10px #999;
	box-shadow: 0 0 6px #00000045;
	position: relative;
	z-index: 2;
	width: 100%;
	/* background: #fff; */
}

#HEADER .brand {
	display: block;
	float: left;
	margin-right: 32px;
	/* background:#1384d7; */
	/* margin-top:-8px; */
	/* padding:2px; */
	z-index: 999999;
	width: 100px;
	text-align: center;
}

#HEADER .right a {
	float: right;
	display: block;
	margin-left: 24px;
	line-height: 36px;
	color: #15283f
}

#FOOTER-TOP {
	background: #c0e0ed;
	color: #fff;
	clear: both
}

#FOOTER-TOP .cntnr {
	text-align: center
}

#FOOTER-TOP .item {
	display: inline-block;
	padding: 0 30px
}

#FOOTER-TOP img {
	color: #064877;
	float: left;
	position: relative
}

#FOOTER-TOP h5 {
	color: #064877;
	position: relative;
	font-size: 14px;
	line-height: 45px;
	margin-left: 90px
}

#FOOTER-MIDDLE {
	background: #212529;
	color: #fff;
	border-top: solid 1px #212529;
}

#FOOTER-MIDDLE h5 {
	color: #fff;
	font-weight: 500
}

#FOOTER-MIDDLE a {
	color: #fff;
	display: block;
	font-weight: 300;
	padding: 3px 0;
	font-family: 'Roboto', sans-serif;
}

#FOOTER-MIDDLE a:hover {
	color: #1384d7
}

#FOOTER-MIDDLE p {
	color: #fff;
	padding: 3px 0;
	text-align: left;
	font-size: 13px;
	font-weight: 300;
}

#FOOTER-MIDDLE .social a {
	float: right;
	background: #1f5b85;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-left: 5px
}

#FOOTER-MIDDLE .social a:hover {
	background: #3276a6
}

a.call img {
	height: 12px
}

a.btn-small.btn-blue img {
	height: 16px
}

a.cart img {
	height: 24px
}

@media (max-width:575px) {
	.container-fluid.one {
		padding: 0 20px
	}
	.container-list {
		margin: 0 20px
	}
	.mt-50 {
		margin: 20px 0
	}
	.mt-100 {
		margin: 20px 0
	}
	.mt-150 {
		margin: 40px 0
	}
	.tagline {
		display: none
	}
	#RECENT-NOMINEES .item {
		margin: 0 auto 30px auto
	}
	#RECENT-NOMINEES .item img {
		width: 100%;
		height: auto
	}
	
}

@media (min-width:576px) and (max-width:767px) {
	.container-fluid.one {
		padding: 0 20px
	}
	.container-list {
		margin: 0 20px
	}
	.mt-50 {
		margin: 20px 0
	}
	.mt-100 {
		margin: 20px 0
	}
	.mt-150 {
		margin: 40px 0
	}
	.tagline {
		display: none
	}
	#RECENT-NOMINEES .item img {
		width: 240px;
		height: auto
	}
	
}

@media (min-width:768px) and (max-width:991px) {
	.container-fluid.one {
		padding: 0 20px
	}
	.container-list {
		margin: 0 20px
	}
	.mt-50 {
		margin: 20px 0
	}
	.mt-100 {
		margin: 20px 0
	}
	.mt-150 {
		margin: 40px 0
	}
	#RECENT-NOMINEES .item img {
		width: 250px;
		height: auto
	}
	
}

@media (min-width:992px) and (max-width:1199px) {
	.container-fluid.one {
		/* padding:0 10px */
	}
	.container-list {
		margin: 0 80px
	}
	.mt-50 {
		margin: 40px 0
	}
	.mt-100 {
		margin: 40px 0
	}
	.mt-150 {
		margin: 60px 0
	}
	#RECENT-NOMINEES .item img {
		width: 260px;
		height: auto
	}
}

@media (min-width:1200px) and (max-width:1366px) {
	.container-fluid.one {
		/* padding:0 40px */
	}
	.container-list {
		margin: 0 150px
	}
	.mt-50 {
		margin: 40px 0
	}
	.mt-100 {
		margin: 60px 0
	}
	.mt-150 {
		margin: 80px 0
	}
	#RECENT-NOMINEES .item img {
		width: 270px;
		height: auto
	}
}

@media (min-width:1367px) and (max-width:1440px) {
	.container-fluid.one {
		padding: 0 40px
	}
	.container-list {
		margin: 0 160px
	}
	.mt-50 {
		margin: 60px 0
	}
	.mt-100 {
		margin: 60px 0
	}
	.mt-150 {
		margin: 80px 0
	}
	#RECENT-NOMINEES .item img {
		width: 300px;
		height: auto
	}
}

@media (min-width:1441px) and (max-width:1600px) {
	.container-fluid.one {
		padding: 0 40px
	}
	.container-list {
		margin: 0 200px
	}
	#RECENT-NOMINEES .item img {
		width: 300px;
		height: auto
	}
}

@media (min-width:1601px) and (max-width:1920px) {
	.container-list {
		margin: 0 230px
	}
	#RECENT-NOMINEES .item img {
		width: 310px;
		height: auto
	}
	.container-fluid.two {
		padding: 0 250px;
		overflow: hidden
	}
	#banner {
		height: 650px
	}
}

@media (min-width:1921px) and (max-width:4000px) {
	.container-list {
		margin: 0 230px
	}
	#RECENT-NOMINEES .item img {
		width: 350px;
		height: auto
	}
	.container-fluid.two {
		padding: 0 250px;
		overflow: hidden
	}
	#banner {
		height: 650px
	}
}

.deliverysec {
	float: left;
	width: 100%;
	background: url(../../../themes/hexo/assets/images/greentick.jpg) left center no-repeat;
	padding-left: 40px;
	min-height: 30px;
	font-size: 13px;
	line-height: 50px
}

.detilfet {
	float: left;
	width: 100%;
	margin-top: 30px
}

.detilfet #FEATURES {
	background: 0 0
}

.detilfet #FEATURES .main-carosl .img h6 {
	color: #000
}

.detilfet #FEATURES .container-fluid.two {
	padding: 0
}

.detpage_cntn {
	float: left;
	width: 100%;
	background: url(//mmfoam.in/wp-content/themes/hexo/assets/css/../../assets/images/page_bg.jpg) right center no-repeat;
	padding: 50px 0;
	margin-top: 50px;
	min-height: 500px
}

.bluecontent h2 {
	color: #fff;
	text-transform: none;
	font-size: 24px;
	line-height: 32px
}

.bluecontent p {
	color: #fff;
	text-transform: none;
	padding: 0 !important;
	margin: 20px 0 !important
}

.bluecontent {
	float: left;
	background: #184879;
	padding: 40px;
	max-width: 55%
}

.optionlists {
	float: left;
	width: 100%;
	margin-top: 50px
}

.optionlists ul {
	float: left;
	width: 100%
}

.optionlists ul li {
	float: left;
	width: 33%;
	background: url(//mmfoam.in/wp-content/themes/hexo/assets/css/../../assets/images/tick.jpg) left 3px no-repeat;
	padding-right: 30px;
	font-size: 15px;
	padding-left: 30px;
	margin: 10px 0
}

.col-sm-6 {
	float: left;
}


/*CSS Grid*/

.section-grid {
	display: flex;
	padding-left: 25px;
	padding-right: 25px;
}

.grid-prod {
	flex: 1 1 auto;
	display: flex;
	flex-flow: row wrap;
}

.prod-grid {
	flex: 1 1 25%;
	margin: 2%;
	padding: 12px;
}

.prod-grid img {
	width: 100%;
}

.prod-grid h3 {
	font-size: 18px;
	padding: 10px 0px;
	text-align: center;
}

@media screen and (max-width:1330px) {
	#HEADER .col-md-6.col-xs-6.col-sm-6.left {
		width: 55%;
		max-width: 55%;
		flex: auto
	}
	#HEADER .col-md-6.col-xs-6.col-sm-6.right {
		width: 45%;
		max-width: 45%;
		flex: auto
	}
	#HEADER .brand {
		/* margin-right:0; */
		/* padding:11px 14px; */
	}
	#HEADER .right a {
		margin-left: 13px
	}
}

@media screen and (max-width:1100px) {
	
	.btn-small.btn-blue {
		padding: 0 10px
	}
	.login.blue.f700 {
		font-size: 12px
	}
}

@media screen and (max-width:1024px) {
	.container-fluid.two {
		padding: 0 50px
	}
	#Measurement .top .right .caption {
		width: calc(100% + 64px)
	}
	#Measurement .bottom .left .caption {
		width: calc(100% + 64px);
		right: 0
	}
}

@media screen and (max-width:1000px) {
	#HEADER {
		height: auto
	}
	#HEADER .col-md-6.col-xs-6.col-sm-6.left {
		width: 100%;
		max-width: 100%
	}
	#HEADER .col-md-6.col-xs-6.col-sm-6.right {
		width: 100%;
		max-width: 100%;
		margin: 10px 0
	}
	
	#LATEX .head h1,
	h1 {
		line-height: 40px !important;
		font-size: 30px !important
	}
	#LATEX .head p {
		padding: 0 !important
	}
	#EASY-MATT .col-md-2.text-left.mt-8 {
		float: left;
		width: 100%;
		max-width: 100%;
		flex: auto
	}
	#EASY-MATT .col-md-2.text-left.mt-8 img {
		max-width: 120px;
		margin-bottom: 20px
	}
	#EASY-MATT .col-md-9 {
		float: left;
		width: 100%;
		max-width: 100%;
		flex: auto
	}
	#Measurement .top .right {
		width: 100% !important;
		display: inline-block;
		max-width: 100%;
		flex: auto
	}
	#Measurement .col-md-6.left,
	#Measurement .col-md-6.right {
		width: 100% !important;
		display: inline-block;
		max-width: 100%;
		flex: auto
	}
	#Measurement .top .right .caption {
		width: 100%;
		margin: 0
	}
	#Measurement .bottom .left .caption {
		width: 100%
	}
	#FOOTER-TOP .item {
		padding: 10px 30px
	}
	#banner h1 {
		line-height: 32px !important;
		font-size: 30px !important;
		padding-top: 69px
	}
	#banner p {
		margin: 10px 0
	}
	.optionlists ul li {
		width: 100%
	}
	.blogInn_area .bluecontent h2 {
		font-size: 20px;
		line-height: 25px
	}
	.blogInn_area .bluecontent p {
		max-width: 100%;
		font-size: 14px
	}
}

@media screen and (max-width:800px) {
	#menu-button {
		font-size: 0 !important
	}
	
	#PRODUCTS .head p {
		padding: 0
	}
	.sleeper img {
		max-width: 100%
	}
	h2 {
		font-size: 28px
	}
	#NO-LATEX p {
		padding: 0
	}
	#FOOTER-TOP img {
		max-width: 40px
	}
	
	#HEADER .brand {
		/* position: absolute */
	}
	#HEADER .col-md-6.col-xs-6.col-sm-6.right {
		margin-top: 50px !important
	}
	
}

@media screen and (max-width:767px) {
	.p-80 {
		padding: 40px 0
	}
	#ACCOSSORIES .left {
		float: left;
		display: inline-block
	}
	#ACCOSSORIES .right {
		float: left;
		display: inline-block;
		height: auto
	}
	#ACCOSSORIES .right .row {
		margin: 0
	}
	#ACCOSSORIES .right img {
		max-width: 400px
	}
	#EASY-MATT {
		text-align: center
	}
	#EASY-MATT .text-left {
		text-align: center
	}
	#EASY-MATT img {
		max-width: 100px
	}
	#EASY-MATT p {
		padding: 0
	}
	#EASY-MATT .col-md-2.text-left.mt-8 {
		text-align: center !important
	}
	#EASY-MATT .col-md-6.aos-init.aos-animate {
		margin-top: 30px !important
	}
	#EXEPERIENCE .container-fluid.two {
		padding: 0 30px
	}
	#EXEPERIENCE .caption {
		width: 100%;
		text-align: right
	}
	#EXEPERIENCE .caption h1 {
		font-size: 27px;
		line-height: 35px
	}
	#Measurement .top .right .caption p,
	#Measurement .bottom .left .caption p {
		width: 100%
	}
	#FOOTER-MIDDLE {
		text-align: center
	}
	.col-md-4.cntnr.social {
		text-align: center;
		width: 100%;
		margin-top: 20px
	}
	#FOOTER-MIDDLE .social a {
		float: none;
		display: inline-block
	}
	#ACCOSSORIES .right {
		padding: 30px 0
	}
	#ACCOSSORIES .right .pillows {
		text-align: center;
		padding: 20px 0
	}
	#banner {
		min-height: 300px
	}
	.mt-64 {
		margin-top: 30px
	}
	.mb-72 {
		margin-bottom: 30px
	}
	.mt-48 {
		margin-top: 24px
	}
	.mt-80 {
		margin-top: 30px
	}
	.mt-32 {
		margin-top: 12px
	}
}

@media screen and (max-width:767px) {
	#FOOTER-TOP h5 {
		line-height: 25px
	}
	.bluecontent {
		max-width: 100%
	}
	.optionlists {
		margin-top: 20px
	}
}

@media screen and (max-width:464px) {
	.container-fluid.two {
		padding: 0 20px
	}
	#Measurement .bottom .left .caption,
	#Measurement .top .right .caption {
		padding: 30px
	}
}

@media screen and (max-width:767px) {
	.login.blue.f700 {
		background: #197dc1;
		padding: 5px 18px;
		color: #fff !important;
		border-radius: 4px;
		line-height: 30px !important
	}
	#HEADER .brand {
		/* padding: 4px 0; */
		/* background:#0079c2 */
	}
	#HEADER .right a.login.blue.f700 {
		width: 110px;
		border: 2px solid #197dc1;
		margin: 0;
		color: #197dc1 !important;
		background: #fff;
		text-align: center;
		font-size: 14px;
		padding: 0;
		line-height: 30px !important;
		float: left;
		position: absolute;
		z-index: 9999;
		top: -51px;
		right: 70px
	}
	#HEADER .right a {
		margin-left: 11px
	}
	#FOOTER-MIDDLE .col-md-2.cntnr {
		width: 50%;
		margin-bottom: 20px
	}
	#FOOTER-MIDDLE .col-md-2.cntnr h5 {
		margin-bottom: 8px
	}
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	float: right
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 100%
}

.woocommerce .col2-set:after,
.woocommerce .col2-set:before,
.woocommerce-page .col2-set:after,
.woocommerce-page .col2-set:before {
	content: ' ';
	display: table
}

.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
	clear: both
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%
}

.woocommerce img,
.woocommerce-page img {
	height: auto;
	max-width: 100%
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: left;
	width: 48%
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:before,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before {
	content: ' ';
	display: table
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:after {
	clear: both
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	float: left;
	width: 30.75%;
	margin-right: 3.8%;
	margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
	margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
	clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
	width: 100%;
	margin-right: 0;
	float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
	width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
	width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
	width: 16.9%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: right;
	width: 48%;
	clear: none
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
	clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
	content: ' ';
	display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
	clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	display: inline-block
}

.woocommerce #content div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:before,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before {
	content: ' ';
	display: table
}

.woocommerce #content div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after {
	clear: both
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
	float: right;
	height: auto
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	clear: both
}

.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before {
	content: ' ';
	display: table
}

.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
	clear: both
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: left;
	margin: 0 3.8% 2.992em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
	margin-left: 0
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
	clear: both
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
	margin-right: 0
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
	width: 100%;
	margin-right: 0
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
	width: 48%
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	width: 30.75%
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
	width: 16.95%
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
	width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
	width: 100%;
	margin-right: 0
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
	width: 48%
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
	width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
	width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
	width: 13.5%
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: left
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before {
	content: ' ';
	display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after {
	clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: inline-block
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
	height: auto
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
	text-align: right
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 80px
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
	float: left
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
	display: none
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	width: 100%
}

.woocommerce .cart-collaterals:after,
.woocommerce .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before {
	content: ' ';
	display: table
}

.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
	clear: both
}

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
	width: 30.75%;
	float: left
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	width: 48%;
	float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
	float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	width: 48%;
	clear: right;
	float: right
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before {
	content: ' ';
	display: table
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
	clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width: 47%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 48%
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
	content: ' ';
	display: table
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
	clear: both
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
	float: right;
	height: auto
}

.woocommerce form .form-row:after,
.woocommerce form .form-row:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before {
	content: ' ';
	display: table
}

.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
	clear: both
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	display: block
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
	display: inline
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
	width: 100%
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	box-sizing: border-box;
	width: 100%
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 47%;
	overflow: visible
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
	float: left
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
	float: right
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
	clear: both
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
	width: auto
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
	text-align: left;
	padding: 0 1em 0 0;
	float: left
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: right
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-billing-fields:before,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce .woocommerce-shipping-fields:before,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-billing-fields:before,
.woocommerce-page .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-shipping-fields:before {
	content: ' ';
	display: table
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-shipping-fields:after {
	clear: both
}

.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
	margin-bottom: 1.618em;
	padding: 1.618em
}

.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
	position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%
}

.woocommerce-page.left-sidebar #content.twentyeleven {
	width: 58.4%;
	margin: 0 7.6%;
	float: right
}

.woocommerce-page.right-sidebar #content.twentyeleven {
	margin: 0 7.6%;
	width: 58.4%;
	float: left
}

.twentyfourteen .tfwc {
	padding: 12px 10px 0;
	max-width: 474px;
	margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
	padding: 0!important;
	margin: 0 0 1.618em!important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
	margin-top: 0
}

@media screen and (min-width:673px) {
	.twentyfourteen .tfwc {
		padding-right: 30px;
		padding-left: 30px
	}
}

@media screen and (min-width:1040px) {
	.twentyfourteen .tfwc {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media screen and (min-width:1110px) {
	.twentyfourteen .tfwc {
		padding-right: 30px;
		padding-left: 30px
	}
}

@media screen and (min-width:1218px) {
	.twentyfourteen .tfwc {
		margin-right: 54px
	}
	.full-width .twentyfourteen .tfwc {
		margin-right: auto
	}
}

.twentyfifteen .t15wc {
	padding-left: 7.6923%;
	padding-right: 7.6923%;
	padding-top: 7.6923%;
	margin-bottom: 7.6923%;
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15wc .page-title {
	margin-left: 0
}

@media screen and (min-width:38.75em) {
	.twentyfifteen .t15wc {
		margin-right: 7.6923%;
		margin-left: 7.6923%;
		margin-top: 8.3333%
	}
}

@media screen and (min-width:59.6875em) {
	.twentyfifteen .t15wc {
		margin-left: 8.3333%;
		margin-right: 8.3333%;
		padding: 10%
	}
	.single-product .twentyfifteen .entry-summary {
		padding: 0!important
	}
}

.twentysixteen .site-main {
	margin-right: 7.6923%;
	margin-left: 7.6923%
}

.twentysixteen .entry-summary {
	margin-right: 0;
	margin-left: 0
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
	width: 46.42857%
}

@media screen and (min-width:44.375em) {
	.twentysixteen .site-main {
		margin-right: 23.0769%
	}
}

@media screen and (min-width:56.875em) {
	.twentysixteen .site-main {
		margin-right: 0;
		margin-left: 0
	}
	.no-sidebar .twentysixteen .site-main {
		margin-right: 15%;
		margin-left: 15%
	}
	.no-sidebar .twentysixteen .entry-summary {
		margin-right: 0;
		margin-left: 0
	}
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
	float: right
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
	float: left
}

.wc-block-featured-product {
	position: relative;
	background-color: #24292d;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	margin: 0 0 1.5em
}

.wc-block-featured-product,
.wc-block-featured-product .wc-block-featured-product__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center
}

.wc-block-featured-product .wc-block-featured-product__wrapper {
	overflow: hidden;
	height: 100%
}

.wc-block-featured-product.has-left-content {
	justify-content: flex-start
}

.wc-block-featured-product.has-left-content .wc-block-featured-product__description,
.wc-block-featured-product.has-left-content .wc-block-featured-product__price,
.wc-block-featured-product.has-left-content .wc-block-featured-product__title {
	margin-left: 0;
	text-align: left
}

.wc-block-featured-product.has-right-content {
	justify-content: flex-end
}

.wc-block-featured-product.has-right-content .wc-block-featured-product__description,
.wc-block-featured-product.has-right-content .wc-block-featured-product__price,
.wc-block-featured-product.has-right-content .wc-block-featured-product__title {
	margin-right: 0;
	text-align: right
}

.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title {
	color: #fff;
	line-height: 1.25;
	margin-bottom: 0;
	text-align: center
}

.wc-block-featured-product .wc-block-featured-product__description a,
.wc-block-featured-product .wc-block-featured-product__description a:active,
.wc-block-featured-product .wc-block-featured-product__description a:focus,
.wc-block-featured-product .wc-block-featured-product__description a:hover,
.wc-block-featured-product .wc-block-featured-product__price a,
.wc-block-featured-product .wc-block-featured-product__price a:active,
.wc-block-featured-product .wc-block-featured-product__price a:focus,
.wc-block-featured-product .wc-block-featured-product__price a:hover,
.wc-block-featured-product .wc-block-featured-product__title a,
.wc-block-featured-product .wc-block-featured-product__title a:active,
.wc-block-featured-product .wc-block-featured-product__title a:focus,
.wc-block-featured-product .wc-block-featured-product__title a:hover {
	color: #fff
}

.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__link,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title {
	width: 100%;
	padding: 0 48px 16px;
	z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__title {
	margin-top: 0
}

.wc-block-featured-product .wc-block-featured-product__title:before {
	display: none
}

.wc-block-featured-product .wc-block-featured-product__description p {
	margin: 0
}

.wc-block-featured-product.has-background-dim:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: inherit;
	opacity: .5;
	z-index: 1
}

.wc-block-featured-product.has-background-dim.has-background-dim-10:before {
	opacity: .1
}

.wc-block-featured-product.has-background-dim.has-background-dim-20:before {
	opacity: .2
}

.wc-block-featured-product.has-background-dim.has-background-dim-30:before {
	opacity: .3
}

.wc-block-featured-product.has-background-dim.has-background-dim-40:before {
	opacity: .4
}

.wc-block-featured-product.has-background-dim.has-background-dim-50:before {
	opacity: .5
}

.wc-block-featured-product.has-background-dim.has-background-dim-60:before {
	opacity: .6
}

.wc-block-featured-product.has-background-dim.has-background-dim-70:before {
	opacity: .7
}

.wc-block-featured-product.has-background-dim.has-background-dim-80:before {
	opacity: .8
}

.wc-block-featured-product.has-background-dim.has-background-dim-90:before {
	opacity: .9
}

.wc-block-featured-product.has-background-dim.has-background-dim-100:before {
	opacity: 1
}

.wc-block-featured-product.alignleft,
.wc-block-featured-product.alignright {
	max-width: 305px;
	width: 100%
}

.wc-block-featured-product:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.wc-block-featured-product:after {
		content: none
	}
}

.wc-block-featured-product.aligncenter,
.wc-block-featured-product.alignleft,
.wc-block-featured-product.alignright {
	display: flex
}

.wp-block-woocommerce-handpicked-products.is-hidden-price .price,
.wp-block-woocommerce-handpicked-products.is-hidden-title .woocommerce-loop-product__title,
.wp-block-woocommerce-product-best-sellers.is-hidden-price .price,
.wp-block-woocommerce-product-best-sellers.is-hidden-title .woocommerce-loop-product__title,
.wp-block-woocommerce-product-category.is-hidden-price .price,
.wp-block-woocommerce-product-category.is-hidden-title .woocommerce-loop-product__title,
.wp-block-woocommerce-product-new.is-hidden-price .price,
.wp-block-woocommerce-product-new.is-hidden-title .woocommerce-loop-product__title,
.wp-block-woocommerce-product-on-sale.is-hidden-price .price,
.wp-block-woocommerce-product-on-sale.is-hidden-title .woocommerce-loop-product__title,
.wp-block-woocommerce-product-top-rated.is-hidden-price .price,
.wp-block-woocommerce-product-top-rated.is-hidden-title .woocommerce-loop-product__title,
.wp-block-woocommerce-products-by-attribute.is-hidden-price .price,
.wp-block-woocommerce-products-by-attribute.is-hidden-title .woocommerce-loop-product__title {
	display: none!important
}

.wp-block-woocommerce-handpicked-products.is-hidden-rating .star-rating,
.wp-block-woocommerce-product-best-sellers.is-hidden-rating .star-rating,
.wp-block-woocommerce-product-category.is-hidden-rating .star-rating,
.wp-block-woocommerce-product-new.is-hidden-rating .star-rating,
.wp-block-woocommerce-product-on-sale.is-hidden-rating .star-rating,
.wp-block-woocommerce-product-top-rated.is-hidden-rating .star-rating,
.wp-block-woocommerce-products-by-attribute.is-hidden-rating .star-rating {
	display: none
}

.wp-block-woocommerce-handpicked-products.is-hidden-button .button[data-product_sku],
.wp-block-woocommerce-product-best-sellers.is-hidden-button .button[data-product_sku],
.wp-block-woocommerce-product-category.is-hidden-button .button[data-product_sku],
.wp-block-woocommerce-product-new.is-hidden-button .button[data-product_sku],
.wp-block-woocommerce-product-on-sale.is-hidden-button .button[data-product_sku],
.wp-block-woocommerce-product-top-rated.is-hidden-button .button[data-product_sku],
.wp-block-woocommerce-products-by-attribute.is-hidden-button .button[data-product_sku] {
	display: none!important
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

@media only screen and (min-width: 100px) and (max-width: 763px) {
	.left_nav {
		float: left;
		width: 100%;
	}
	.right_area {
		float: left;
		width: 100%;
	}
	.right_area .form-enq {
		width: 100%;
		display: inline-block;
		padding-top: 20px;
	}
}
.filter-button-group {
  padding: 15px;
}

.btn.btn-default {
  padding: 1rem 0;
  font-size: 1.7rem;
  background-color: #147979;
  border-color: #373739;
  border-radius: 0;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default.is-checked {
  background-color: #093737;
  color: white;
  border: none;
  outline: none;
}

.thumbnail {
  border-radius: 0px;
  border: 0px;
  padding: 0px;
}

a.pp_play,
a.pp_arrow_previous,
a.pp_arrow_next,
a.pp_close {
  display: none;
}

.pp_social .twitter {
  float: left;
  width: 60px;
}

.pp_social .facebook {
  float: left;
  margin-left: 15px;
  width: 80px;
  overflow: hidden;
}

.pp_nav {
  margin-top: 0;
}