.input-field.col label {
    left: 0;
}
label, input {
	color: #000!important;
}
input.btn-oval {
	color: #fff!important;
	background-color: #41aaff;
	font-size: 1.8rem!important;
	padding: 10px 25px;
}
.cart-content {
	font-size: 1.2rem;
}
.cart-item-container {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #eee;	
}
.cart-item-container:first-child {
	border-top: 1px solid #eee;
}
.cart-item-image {
	width: 120px;
	margin-right:20px;
	flex-grow: 0;
    flex-shrink: 0;
}
.cart-item-image img {
	width: 100%;
}
.cart-item-details {	
	font-size: 1.2rem;
	flex-grow: 1;
    flex-shrink: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cart-item-title {
	width: 100%;
	max-width: 400px;
	margin-right:20px;
}
.cart-item-count-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cart-item-count {
	margin: 28px 30px 20px 0;
}
.cart-item-agree {
	margin: 28px 30px 28px 0;
}
.cart-item-count input {
	width: 30px; 
	text-align:center;
	font-size: 1.2rem;
}
.cart-item-amount {
	width: 100px;
}

.product-image {
    width:100%; 
    margin-bottom:40px;
}
.product-details {
    font-size:1.2rem;
    line-height: 1.5;
}
.product-delivery {
    margin:40px 0;
}
.product-price {
    font-size:1.8rem; 
    font-weight:500; 
    margin-right: 20px; 
    margin-bottom: 20px; 
    display:inline-block;
}
.product-bay {
    font-size:1.8rem!important;
    padding: 10px 25px!important;
}
.breadcrumb {
    color: #aaa!important;
    margin:0;
    padding:0;
    display:inline-block;
}
.breadcrumb li{
    display:inline-block;    
}
@media only screen and (max-width: 992px) {
    .clearleft-2col {
      clear: left;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .clearleft-3col {
      clear: left;
    }
}
@media only screen and (min-width: 1201px) {
    .clearleft-4col {
      clear: left;
    }
}
.owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -20px;  
}
.owl-nav button.owl-prev {
    left: -35px;
    font-size:4rem!important;
}
.owl-nav button.owl-next {
    right: -35px;
    font-size:4rem!important;
}
.container {
    width: 85%;
    max-width: 1200px;
}
.view-all-wrapper {
    text-align: right;
    padding: 0;
}
.view-all-link {
    font-size: 1.2rem;
    line-height: 3rem;
}
.view-all-slide {
    background: #41aaff;
    display: flex;
}
.view-all-slide-inner {
    margin:auto;
    padding:5px;
    text-align:center;
}
.view-all-slide-title {
    font-size: 1rem;
    font-weight: 500;
    color:#fff;
    text-transform:uppercase;
}
.view-all-slide-icon {
    font-size: 3rem; 
    line-height: 6rem;
}
.top-menu-column {
	margin-bottom:15px;
}
.top-menu-phone,.top-menu-adress{
	font-size:1.4rem;
}
.top-menu-pickup {
	margin-top:40px;
}
.no-overflow {
	width: 100%;
	overflow: hidden;
}
.hero-pic-container {
	position: relative;
}
.hero-pic {
	z-index: -9999;
	position: absolute;
	height: 686px;
	width: 959px;
	right: -450px;
	top: 0;
	background-image: url(../images/hero.png);
}
.logo-img {
	margin-top:20px;
	width: 250px; 
}
@media screen and (max-width: 600px) {
	.logo-img {
		margin-top:32px;
		width: 200px;
	}
}
html {
	font-family: Rubik,"Helvetica Neue",Arial,sans-serif;
	line-height: 1;
}
a.dashed {
	border-bottom: 1px dashed;
}
a.dashed:hover {
	color: #ff9800;
	border-color: #fff;
}
.section {
	margin: 0 0 70px 0;
	overflow: hidden;
}
.content-section {
	margin: -60px 0 50px 0;
	overflow: hidden;
	color: #aaa;
}
.row {
	margin-bottom: 0;
}
.modal.modal-fixed-footer {
	max-height: 100%;
	height: 100%;
	width: 100%;
}
h1,h2,.h1,.h2 {
	font-weight: 500;
	font-size: 2.6rem;
	color: #333;
}
h1,.h1 {
	font-size:3.6rem;
}
h3,.h3 {
	font-weight: 300;
	font-size: 2rem;
}
h4,.h4 {
	font-size: 1.4rem;
}
p.sub-h1 {
	font-weight: 300;
	margin-top: 0;
	font-size: 1.6rem!important;
	line-height: 1.25;
	margin-bottom: 40px;	
	color: #555;
}
.margin-bottom-0 {
	margin-bottom: 0px !important;
}
.margin-top-0 {
	margin-top: 0px !important;
}
.row .col {
	padding: 0 1.5rem 0 0;
}
.relative {
    position: relative;
}
.avalible-badge {
    display:none;
    position: absolute; 
    top: 15px;
    left: 0;
    padding: 3px 10px;
}
.owl-dots {
	padding: 0 20px;
}
.owl-slide{
	overflow:hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px; 
	-webkit-box-shadow: 0 0 15px 0 rgba(61,65,73,.1);
    box-shadow: 0 0 15px 0 rgba(61,65,73,.1);
    margin: 15px 0;
}
.owl-slide img{
	width: 100%;
}
.owl-slide .owl-item-title {
	color: #3d4149;
    text-decoration: underline;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin: 20px;
    display: block;
}
.owl-slide .owl-price {
	font-size:1.2rem;
	margin-bottom:10px;
	margin-left: 20px;
	font-weight:500;
	display: inline-block;
}
.owl-slide .owl-bay {
    margin-left: 20px;
}
@media only screen and (min-width: 601px) {
    .owl-slide .owl-price {
    	font-size:1.4rem;
    	margin-right:20px;
    	position: absolute;
    	bottom: 20px;
    	left: 0;
    }
    .owl-slide .owl-bay {
     	position: absolute;
    	bottom: 10px;
    	right: 10px;   
    }
    .product-slide {
        padding-bottom: 60px;
    }
    .view-all-slide-title {
        font-size: 1.4rem;
    }
    .avalible-badge {
        display: block;
    }
}
.owl-nav-wrapper {
	position: relative;
}
@media screen and (max-width: 992px) {
	.hero-pic {
		opacity:0.1;
	}
	p.sub-h1 {
		font-size: 1.4rem!important;
	}
	h1,h2 {
		font-size: 2.4rem;
	}
	.z-m-w__img {
		display: none!important;
	}
}
nav {
	box-shadow: none;
	-webkit-box-shadow: none;
	height: 150px;
	line-height: 150px;
}
nav .brand-logo {
	color: #555;
	font-weight: 500;
	font-size: 2.7rem;
}
@media only screen and (max-width: 992px) {
	nav .brand-logo {
		left: auto;
		transform: none;
	}
}
nav .sidenav-trigger {
	margin: 0;
}
nav a {
	color: #41aaff;
	font-size: 1.4rem;
}
.header-phone-block {
	padding-right: 40px;
}

.quick-link-title {
	margin-top: 80px;
	font-weight: 500;
	color: #ccc;
	letter-spacing: 4px;
}
.btn-oval {
	background: #fff;
	border: 1px solid #41aaff;
	border-radius: 200px;
	font-size: 1.2rem;
	padding: 10px 15px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.btn-oval-hero {
	background: #41aaff;
	color: #fff;
}
.case-block-nav li {
	font-size: 1.4rem;
	margin-bottom: 15px;
	margin-right: 15px; 
	display: inline-block;
}
.case-block-nav li:last-child {
	margin-bottom:30px;
}
.case-block-nav li a {
	border-bottom: 1px dashed;
}
.case-block-nav li a:hover, .case-block-nav li a.active{
	color: #ff9800;
	border-color: #fff;
}
.case-block-text {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.25;
	color: #555;
	margin: 0;
}
.case-block-bubble {
	position: relative;
	background: #ffe0b2;
	padding: 30px 30px;
	margin-bottom: 30px;
}
.case-block-bubble:after {
	content: '';
	position: absolute;
	right: 0;
	top: 20%;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-left-color: #ffe0b2;
	border-right: 0;
	border-top: 0;
	margin-top: -8px;
	margin-right: -16px;
}
.collapsible-header {
	font-size: 1.4rem;
	font-weight: 300;
}
.collapsible-body {
	font-weight: 300;
}
.consult-image {
	margin-top: 40px;
	width: 80% !important; 
	max-width: 150px !important; 
}
.consult-p1 {
	font-size: 1.4rem; 
	font-weight: 500; 
	margin: 5px; 
	margin-top: 10px;
}
.consult-p2 {
	margin: 5px; 
	margin-bottom: 20px; 
	font-weight: 300;
}
.consult-p3 {
	font-size: 1.4rem; 
	font-weight: 500; 
	margin: 5px;
}
.consult-p4 {
	margin: 5px; 
	font-weight: 300;
}
.consult-btn {
	margin:10px auto;
}
@media screen and (max-width: 992px) {
	.modal-item-column, .faq-column {
		padding: 0!important;	
	}

}
.galery-title {
	font-size: 1.2rem;
	margin: 30px 20px;
	display: inline-block;
}
.galery-item-link {
	text-decoration: underline;
}

.meshok-logo {
	margin-top: 15px;
	color: #555;
	font-weight: 500;
	font-size: 2.7rem;
}
.comp-nav {
	margin-bottom: 40px;
}
.comp-nav a:hover, .comp-nav a.active{
	color: #ff9800;
	border-color: #fff;
}
.comp-nav a {
	font-size: 1.4rem;
	margin-bottom: 15px;
	margin-right: 15px;
	border-bottom: 1px dashed;
	display: inline-block;
}
.comp-compare1 {
	font-size: 1.4rem;
	font-weight: 300;
	margin-top: 25px;
}
.comp-compare2 img {
	margin-bottom: 3px;
	margin-top: 10px; 
}
.comp-compare2 {
	font-size: 1.4rem;
	font-weight: 300;
	margin-top: 25px;
}
.comp-good, .comp-bad {
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.comp-good-title, .comp-bad-title {
	margin-right: 30px;
	margin-top: 40px;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 1.8rem;
}
.comp-good-title i, .comp-bad-title i {
	font-size: 2rem;
}
.choice-your-chair {
	background-image: url(../images/gotquestion/bg.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
.choice-your-chair h2 {
	margin-top: 0;
}
.page-footer .container, .top-menu .container {
	padding: 50px 0;
}
.footer-phone {
	font-weight: 500;
	font-size: 2.4rem; 
	margin: 0;
}
.footer-time {
	color: #41aaff;
	font-size: 1.8rem; 
	margin-top: 10px;
}
.footer-address {
	color: #41aaff;
	font-size: 1.6rem; 
	margin-top: 10px;
}
.page-footer li, .top-menu li {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
a.white-text:hover, a.blue-text:hover {
	color: #ff9800 !important;
}
@media screen and (max-width: 992px) {
	.footer-time {
		font-size: 1.4rem; 
	}
	.footer-phone {
		font-size: 2rem; 
	}
	.footer-address {
		font-size: 1.3rem; 
	}
}
.divider {
	margin: 15px 0 !important;
}
.jqcart-cart-label {
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 500;
    -webkit-transform: translateZ(0);
}
.jqcart-cart-label i {
	font-size: 2.8rem;
	margin-right: 5px!important;
}
.jqcart-cart-label span {
	font-size: 2.4rem;
}
.jqcart-cart-label .btn-large {
	border-bottom-left-radius: 200px;
	border-top-left-radius: 200px;
}
.input-field {
	margin: 35px 0;
}
.jqcart-tr {
	margin-bottom: 40px;
}
.jqcart-item-img img {
	width: 70%; 
	max-width:200px;
}
.jqcart-text {
	font-size:1.4rem;
}
.jqcart-amount {
	display:inline-block!important; 
	width:50px!important; 
	text-align:center;
}
.jqcart-del-item {
	margin-left:20px;
}
.margin40 {
	margin: 40px 0;
}
.jqcart-subtotal {
	margin: 40px 0;
	font-size:2rem;
	font-weight: 500;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
    border: 2px solid #2196F3;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    background-color: #2196F3;
}
[type="checkbox"]:checked+span:not(.lever):before {
    border-right: 2px solid #2196F3;
    border-bottom: 2px solid #2196F3;
}
[type="checkbox"].filled-in:checked+span:not(.lever):after {
    border: 2px solid #2196F3;
    background-color: #2196F3;
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]){
	border-bottom:1px solid #2196F3;
	-webkit-box-shadow:0 1px 0 0 #26a69a;
	box-shadow:0 1px 0 0 #26a69a
}
.modal-item-faq-header {
	margin-top: 50px!important;
}
.modal-item-price {
	font-size:2.4rem;
	margin-right: 20px;
	color: #41aaff;
	font-weight:500; 
}
.modal-item-btn {
	font-size:1.8rem;
	margin-top:10px;
	padding:10px 50px;
	display:inline-block;
}
.modal-item-img {
	width: 100%; 
	max-width: 600px;
	margin-bottom: 20px;
}
.modal-item-list {
	margin: 40px 0;
}
.modal-item-list li {
	font-size: 1.4rem;
	font-weight: 300;
	margin: 10px 0;
}
.text-container ul {
	font-weight:300;
	font-size:1.4rem;
}
.text-container li {
	margin: 1em 0;
}
.text-container p{
	font-weight:300;
	font-size:1.4rem;
}
p.blog-title{
	font-weight:500;
	font-size:1.4rem;
	margin-top:60px;
}
ol.text {
	font-size: 1.8rem;
	margin: 1em 0;
	line-height: 1.25;
	font-weight: 300;
	color: #555;
}
ol.text li{
	margin-bottom: 10px;
}