/*
================================================================================
|                                    common                                    |
================================================================================
*/
*{
	/*outline: 1px solid red;*/
}
*::-webkit-input-placeholder {
	color: #6c6c6c;
	opacity: 1;
}
*:-moz-placeholder {
	color: #6c6c6c;
	opacity: 1;
}
*::-moz-placeholder {
	color: #6c6c6c;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #6c6c6c;
	opacity: 1;
}
*:focus{
	outline: none !important;
}
html{
	font-size: 1em;
	margin-right: 0 !important;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}

body {
	font-family: 'Geometria', sans-serif;
	font-weight: normal;
	color: #6c6c6c;
	font-size: 17px;
	letter-spacing: .5px;
	line-height: 1.2;
	min-width: 320px;
	overflow-y: scroll;
	width: 100%;
}
a{
	color: #f24741;
	text-decoration: none;
}
a:focus,
a:hover{
	color: #f97b76;
	text-decoration: none;
}
.btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-more{
	display: block;
	margin: 0 auto;
	width: 370px;
	height: 55px;
	line-height: 57px;
	text-align: center;
	background: #f24741;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.btn-more:focus,
.btn-more:hover{
	color: #fff;
	background: #f97d78;
}
.buttons .btn {
    display: block;
    width: 170px;
    height: 55px;
    background: #f24741;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 57px;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #f24741;
    border-color: transparent;
}
.btn-primary:focus,
.btn-primary:hover{
	border-color: #f97d78;
	background-color: #f97d78;
}
.buttons .btn-primary.active.focus,
.buttons .btn-primary.active:focus,
.buttons .btn-primary.active:hover,
.buttons .btn-primary:active.focus,
.buttons .btn-primary:active:focus,
.buttons .btn-primary:active:hover,
.buttons .open>.dropdown-toggle.btn-primary.focus,
.buttons .open>.dropdown-toggle.btn-primary:focus,
.buttons .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    border-color: #f97d78;
    background-color: #f97d78;
}
.btn-more--left{
	margin: 0;
}
.block-h,
.desc-1 h2{
	color: #000;
	font-family: 'Minion Pro', serif;
	font-weight: bold;
	font-size: 45px;
	line-height: 1.2;
	letter-spacing: 2.5px;
}
.block-h--center{
	text-align: center;
}
.block-h.block-h--product{
	margin-bottom: 20px;
}
.block-h--shop{
	margin-top: 0;
}
.block-h--information{
	margin: 0 0 35px;
}
.block-h--prices{
	margin-top: 40px;
	margin-bottom: 25px;
}
.badge{
	background: #31927f;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	border-radius: 0;
	padding: 7px 10px;
}
.caption{
	min-height: 150px;
}
.alert-success {
    z-index: 5;
    position: relative;
}
.form-control{
	font-family: 'Minion Pro';
    height: 55px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #6c6c6c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #cdcdcd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.text-danger {
    color: #f24741;
    position: absolute;
    bottom: 45px;
    right: 0;
}
.jq-selectbox.jqselect.form-control.has-error{
	border: 1px solid #f24741;
}
/*
================================================================================
|                                    header                                    |
================================================================================
*/
.header{
	border-bottom: 1px solid #dcdcdc;
}
.header__inner,
.header__right{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.header__inner,
.header__right{
	align-items: center;
}
.header__contacts{
	padding-right: 64px;
}
.btn-cart{
	background: #fff;
	border: #fff;
	display: block;
	padding: 0;
}
.header__callback{
	font-size: 16px;
	padding-right: 50px;
}
.callback--mob{
	display: none;
}
.header__email{
	display: block;
}
.header__phone a,
.header__phone span{
	display: block;
	text-align: left;
	color: #000;
	font-size: 16px;
}
.header__address{
	font-size: 16px;
	color: #8e8e8e;
	padding-bottom: 43px;
}
#cart-total{
	background: #f24741;
	border-radius: 50%;
	font-family: 'Geometria', sans-serif;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	position: relative;
	top: -14px;
	padding-right: 1px;
}
/*
================================================================================
|                                main menu                                     |
================================================================================
*/
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover{
	background: transparent;
}
.main-menu{
	margin-top: -1px;
	margin-bottom: 0;
}
.main-menu .nav>li>a {
	font-size: 12px;
	letter-spacing: 2.5px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Geometria', sans-serif;
}
.main-menu .nav>li.dropdown>a{
	padding-right: 0;
	display: inline-block;
}
.main-menu .nav>li:focus>a,
.main-menu .nav>li:hover>a{
	background: transparent;
	color: #f97d78;
}
.main-menu .nav>li>a:focus,
.main-menu .nav>li>a:hover{
	color: #f97d78;
	background: transparent;
}
.main-menu .nav>li>a.shop-link{
	color: #fff;
	background: #31927f;
	font-weight: bold;
}
.main-menu .nav>li>a.shop-link:focus,
.main-menu .nav>li>a.shop-link:hover{
	background: #f97d78;
}
.main-menu .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.main-menu{
	z-index: 3;
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.14);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.14);
	box-shadow: 0 3px 6px rgba(0,0,0,.14);
}
#menu .dropdown-menu{
	padding: 0;
	border: 1px solid #dfe7ea;
	border-radius: 0;
}
.dropdown-inner li a{
	display: block;
	font: 17px/20px 'Minion Pro', sans-serif;
	color: #6c6c6c;
	border-top: 1px solid #dfe7ea;
	padding: 12px 5px;
}
.dropdown-inner li:first-child a{
	border-top: none;
}
.dropdown-inner li a:hover{
	color: #f97d78;
}
/*
================================================================================
|                                search-menu                                   |
================================================================================
*/
#search.input-group{
	border: 1px solid #fff;
	margin-right: 0 !important;
	padding-right: 0;
	margin-top: 8px;
	margin-bottom: 6px;
	position: relative;
}
#search.input-group.input-group--focus{
	border: 1px solid #dfe7ea;
}
#search.input-group:hover{
	border-color: #dfe7ea;
}
.input-search{
	width: 100px;
	font-size: 17px;
	line-height: 48px;
	height: 48px;
	padding: 0 10px 0 15px;
	font-family: 'Minion Pro', sans-serif;
	color: #6c6c6c;
}
.input-search:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-search{
	height: 48px;
	padding: 6px;
	border-radius: 0;
	border: none;
	color: #f24741;
}
.btn-default.btn-search:focus,
.btn-default.btn-search:hover{
	border: none;
	box-shadow: none;
	outline: 0;
	background: transparent;
	color: #f24741;
	background-color: transparent;
	border-color: transparent;
}
.input-search{
	border-radius: 0;
	border:none;
	box-shadow: none;
}
.btn-search .zmdi-hc-2x{
	padding: 0 9px;
	font-size: 21px
}
/*
================================================================================
|                                     main                                     |
================================================================================
*/
.main{
	position: relative;
}
.content{
	margin-top: -146px;
	padding-top: 199px;
	position: relative;
	z-index: 2;
}
.checkout-simplecheckout .content{
	margin-top: 0;
	padding-top: 0;
}
.breadcrumb {
	padding: 8px 0;
    background-color: transparent;
    margin-bottom: 0;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    content: "";
}
.breadcrumb>li>a{
	font-size: 14px;
	color: #f24741;
}
.breadcrumb>li:last-child>a{
	color: #8e8e8e;
}
.information-information-8 .main{
	background: url(../image/bg-pattern.jpg);
	position: relative;
	padding-bottom: 0;
}
.information-information-8 .main:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 89px;
	width: 100%;
	background: url(../image/bg-steam-2.png) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
/*
================================================================================
|                                    footer                                    |
================================================================================
*/
.footer{
	background: #0d293d url(../image/bg-footer.png) center top no-repeat;
	-webkit-background-size: auto;
	background-size: auto;
	padding-top: 253px;
}
.footer__inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.footer__hr{
	border-color: #224157;
	margin-bottom: 0;
}
.footer__copyright{
	display: inline-block;
	background: #0d293d;
	text-align: center;
	font-size: 14px;
	color: #5b7588;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -10px;
	padding: 0 15px;
}
.footer__h{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 40px 0;
}
.footer__inner a,
.footer__contacts a,
.footer__contacts span,
.footer__contacts li{
	font-size: 16px;
	line-height: 36px;
	color: #5b7588;
}
.footer__inner a:focus,
.footer__inner a:hover,
.footer__contacts a:focus,
.footer__contacts a:hover{
	color: #9bb6c9;
}
.footer__contacts a,
.footer__contacts li,
.footer__contacts span{
	color: #feffff;
	display: block;
}
/*
================================================================================
|                                    icons                                     |
================================================================================
*/
.icon{
	display: inline-block;
	vertical-align: middle;
}
.icon-shopping-cart{
	width: 29px;
	height: 25px;
	background: url(../image/cart.png) 0 0 no-repeat;
}
.btn-cart:focus .icon-shopping-cart,
.btn-cart:hover .icon-shopping-cart{
	width: 29px;
	height: 25px;
	background: url(../image/cart.png) -30px 0 no-repeat;
}
.zmdi-hc-2x {
    font-size: 21px;
    line-height: 12px;
	padding-left: 0;
	padding-right: 9px;
	display: inline-block;
	position: relative;
	top: 4px;
}
.link-dropdown .zmdi{
	color: #f24741;
}
.link-dropdown>a:focus .zmdi-chevron-down:before,
.link-dropdown>a:hover .zmdi-chevron-down:before{
	content: '\f2fc';
}
/*
================================================================================
|                                 owl-carousel                                 |
================================================================================
*/
.owl-wrapper-outer {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 42px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.thumbnails.owl-theme .owl-nav [class*=owl-] {
	color: #f24741;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #f97d78;
    text-decoration: none;
}
.banner{
	height: 828px;
}
.banner .owl-theme .owl-dots{
	position: absolute;
    bottom: 240px;
    width: 100%;
    z-index: 3;
}
.banner {
	position: relative;
}
.banner .owl-stage-outer:before {
	content: '';
	display: block;
	width: 100%;
	height: 297px;
	background: url(../image/bg-steam.png) center bottom no-repeat;
	-webkit-background-size: auto;
	background-size: auto;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.banner .owl-theme .owl-dots .owl-dot span{
	margin: 5px;
	background: #f4f4f4;
}
.banner .owl-theme .owl-dots .owl-dot.active span,
.banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #f24741;
}
.banner .owl-theme .owl-dots .owl-dot.active span{
	position: relative;
	top: -7px;
}
.banner .zmdi-hc-3x,
.thumbnails .zmdi-hc-3x {
	font-size: 42px;
	line-height: 20px;
}
.banner .owl-prev,
.thumbnails .owl-prev{
	position: absolute;
	top: 50%;
	left: 57px;
}
.thumbnails .owl-prev{
	left: 30px;
}
.banner .owl-next,
.thumbnails .owl-next{
	position: absolute;
	top: 50%;
	right: 57px;
}
.thumbnails .owl-next{
	right: 30px;
}
.owl-caption{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	/*padding-top: 41px;*/
	text-align: center;
}
.owl-caption__title{
	font-size: 60px;
	line-height: 50px;
	letter-spacing: 1.3px;
	font-family: 'Minion Pro';
	font-weight: bold;
	color: #fff;
	max-width: 900px;
	margin: 152px auto 37px;
}
.owl-caption__description{
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0;
	font-family: 'Minion Pro';
	font-weight: bold;
	color: #fff;
	max-width: 700px;
	font-weight: normal;
	margin: 0 auto 70px;
}
/*
================================================================================
|                                  magnificPopup                               |
================================================================================
*/
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 0;
    border-right: 0;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 0;
}
.mfp-arrow {
	opacity: 1;
	color: #fff;
    width: 14px;
    height: 20px;
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: 20px;
}
.mfp-arrow:focus,
.mfp-arrow:hover{
	color: #f97d78;
}
.mfp-arrow:active {
    margin-top: -55px;
}
.mfp-arrow-left {
    left: 57px;
}
.mfp-arrow-right {
    right: 57px;
}
.mfp-arrow-left:before{
    content: '\f2fa';
    width: 14px;
    height: 20px;
    border-top-width: 0;
    border-bottom-width: 0;
}
.mfp-arrow-right:before{
    content: '\f2fb';
    width: 14px;
    height: 20px;
}
.mfp-arrow:before, .mfp-arrow:after{
	margin-top: 0;
}
.mfp-arrow-left:after {
    border-right: 0;
    margin-left: 0;
}
.mfp-arrow:before {
    border-top-width: 0;
    border-bottom-width: 0;
    margin-left: 0;
}
.mfp-arrow:after{
    border-top-width: 0;
    border-bottom-width: 0;
    top: 0;
}
.mfp-close{
	opacity: 1;
}
.mfp-close:focus,
.mfp-close:hover,
.mfp-close:active{
	color: #f97d78;
}
.mfp-counter {
    color: #fff;
}
/*
================================================================================
|                                  product card                                |
================================================================================
*/
.block-h--featured{
	margin-bottom: 35px;
}
.row-featured .caption{
	min-height: 150px;
}
.product-thumb:focus,
.product-thumb:hover{
	-moz-box-shadow: 0 3px 35px rgba(0,0,0,.19);
	-webkit-box-shadow: 0 3px 35px rgba(0,0,0,.19);
	box-shadow: 0 3px 35px rgba(0,0,0,.19);
}
.caption{
	text-align: center;
}
.caption__name{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
	display: inline-block;
	padding: 30px 28px;
}
.product-buy{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 28px 28px 28px;
}
.product-buy .price{
	font-size: 12px;
	color: #010101;
	text-transform: uppercase;
	margin-bottom: 0;
}
.btn-buy{
	font-weight: bold;
	font-size: 14px;
	color: #f24842;
	border: 1px solid #fff;
	background: #fff;
	text-transform: uppercase;
	letter-spacing: 2.3px;
	padding: 0;
	border: none;
	white-space: nowrap;
}
.btn-buy:focus,
.btn-buy:hover{
	color: #f97d78;
}
.price-new,
.price-old{
	white-space: nowrap;
}
.product-thumb{
	height: 420px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
/*
================================================================================
|                                     gallery                                  |
================================================================================
*/
.gallery{
	display: block;
	min-width: 320px;
	max-width: 1800px;
	width: 100%;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 2;
}
.gallery .block-h{
	margin: 35px 0;
}
.gallery .block-h.block-h--information{
	margin: 0 0 35px;
}
.grid{
	margin-bottom: 0;
	padding-bottom: 10px;
}
.grid-sizer, .grid-item {
    width: 16.6666666675%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    margin-bottom: 1.8%;
    position: relative;
}
.grid-item--width2 {
    width: 33.33333333%;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.row + .btn-more{
	margin-top: 25px;
}
.row + .btn-more.btn-more--featured{
	margin-top: 20px;
}
 .img-hover{
 	opacity: 0;
 	transition: all 1s ease;
 }
.grid-item a:focus .img-hover,
.grid-item a:hover .img-hover,
.grid-item a:active .img-hover{
	transition: all 1s ease;
	position: absolute;
	top: 0;
	right: 15px;
	left: 15px;
	bottom: 0;
	background: rgba(0, 0, 0, .67);
	opacity: 1;
}
[class^='product-category-'] .gallery{
	position: relative;
/*	background: url(../image/bg-pattern.jpg);*/
	z-index: 2;
	margin-top: 0;
}
[class^='product-category-'] .gallery .row .grid{
	position: relative;
	z-index: 2;
}
[class^='product-category-'] .gallery .row:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 89px;
	width: 100%;
	background: url(../image/bg-steam-2.png) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 1;
}
.btn-more-wrap{
	background: #fff;
}
/*
================================================================================
|                                category navs                                 |
================================================================================
*/
.navs-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
	margin-left: -15px;
	margin-right: -15px;
}
.navs-wrap .nav-tabs {
    border-bottom: none;
}
.navs-wrap .nav-item{
	flex-basis: 33.33333333%;
}
.nav-left{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
}
.nav-center{
	padding-left: 15px;
	padding-right: 15px;
}
.nav-right{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
}
.nav-tabs__link{
	width: calc((100% / 2) - 15px);
	height: 203px;
	border: 1px solid rgba(187, 187, 187, .33);
	background-color: #fff;
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,.1);
	box-shadow: 0px 3px 8px rgba(0,0,0,.1);
	margin-bottom: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	text-align: center;
	font-size: 16px;
	color: #000;
	position: relative;
}
.nav-tabs__link a{
	display: block;
	width: 100%;
	height: 100%;
}
.nav-tabs__link:focus,
.nav-tabs__link:hover{
	color: #000;
	/*border: 1px solid rgba(49, 146, 127, .33);*/
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,.28);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.28);
	box-shadow: 0 3px 8px rgba(0,0,0,.28);
}
.nav-left .nav-tabs__link:nth-child(1),
.nav-left .nav-tabs__link:nth-child(3){
	margin-right: 30px;
}
/*.nav-left .nav-tabs__link{
	margin-left: 15px;
	margin-right: 15px;
}*/
.nav-right .nav-tabs__link:nth-child(2){
	margin-right: 30px;
}
.tab-icon--link{
	margin-top: 40px;
	margin-bottom: 25px;
}
.tab-h--link{
	font-family: 'Geometria';
	font-size: 16px;
	color: #000;
}
.link-shop-wrap{
	display: flex;
	width: 100%;
	height: 203px;
	margin-bottom: 30px;
}
.link-shop-wrap>a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}
.link-shop-wrap .tab-icon{
	margin: 50px 0 25px;
	position: relative;
	z-index: 2;
}
.link-shop-wrap a span{
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 2;
}
.nav-item .badge,
.product-thumb .badge,
.list-categories .badge{
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 2;
}
.nav-item a:focus .img-hover,
.nav-item a:hover .img-hover,
.nav-item a:active .img-hover{
	transition: all 1s ease;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .67);
	opacity: 1;
	z-index: 1;
}
.tab-inner{
	text-align: center;
	background: rgba(250, 250, 250, .59);
	border: 1px solid rgba(206, 206, 206, .59);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.1);
	box-shadow: 0 3px 8px rgba(0,0,0,.1);
}
.nav-center{
	margin-top: -193px;
}
.nav-center .tab-icon{
	padding: 40px 0 15px;
}
.nav-center #tab-4 .tab-icon{
	padding: 40px 0 28px;
}
.nav-center #tab-5 .tab-icon{
	padding: 40px 0 29px;
}
.nav-center #tab-6 .tab-icon{
	padding: 40px 0 24px;
}
.tab-h{
	font-family: 'Minion Pro';
	font-weight: bold;
	font-size: 25px;
	color: #000;
	letter-spacing: 0;
	padding: 0 20px 0;
	min-height: 87px;
	display: block;
}
.tab-txt{
	font-family: 'Minion Pro';
	font-size: 17px;
	color: #6c6c6c;
	padding: 30px;
	height: 180px;
	overflow: hidden;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.24;
}
.tab-txt p{
	padding-bottom: 0;
}
.tab-link{
	display: inline-block;
	color: #f24741;
	font-size: 14px;
	margin: 0px 30px 35px;
}
.tab-link a{
	color: #f24741;
}
.tab-link a:focus,
.tab-link a:hover,
.tab-link a:active{
	color: #f97d78;
}
/*
================================================================================
|                                    text blocks                               |
================================================================================
*/
.text-wrap{
	margin-top: 34px;
	margin-bottom: 65px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cacaca;
}
.text-wrap .block-h{
	margin-bottom: 25px;
	max-width: 700px;
	letter-spacing: 1.1px;
}
.text-wrap__txt{
	font-family: 'Minion Pro';
	font-size: 17px;
	letter-spacing: 0;
	color: #6c6c6c;
}
.text-wrap__txt p{
	margin-bottom: 25px;
}
.text-wrap__links{
	max-width: 770px;
	margin-top: 52px;
}
.text-wrap + .text-wrap{
	border-bottom: none;
	margin-bottom: 52px;
}
.list-custom li{
	position: relative;
	padding-left: 23px;
	letter-spacing: .2px;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	font-family: 'Geometria';
	padding: 8px 0 7px 23px;
}
.list-custom li a{
	text-decoration: underline;
}
.list-custom li:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4.1px;
	width: 9px;
	height: 9px;
	background: #31927f;
	border-radius: 50%;
}
.btn-more.btn-more--featured + .text-wrap{
	border-bottom: none;
	margin-top: 80px;
	margin-bottom: 53px;
}
.btn-more.btn-more--featured + .text-wrap .block-h{
	margin-top: -9px;
	margin-bottom: 33px;
}
.btn-link{
	font-family: 'Geometria';
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 36px;
	display: inline-block;
	background: #f24741;
	height: 36px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 18px;
	padding: 0 15px;
	letter-spacing: 2.3px;
}
.btn-link:focus,
.btn-link:hover{
	background: #f4645f;
	color: #fff;
	text-decoration: none;
}
.promo-banner{
	position: relative;
	display: block;
	text-align: center;
	height: 265px;
	background-color: #fff;
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,.11);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.11);
	box-shadow: 0 3px 8px rgba(0,0,0,.11);
	padding-top: 50px;
	margin-top: 132px;
}
.promo-banner:before{
	content: '';
	width: 0;
	height: 0;
	border-top: 50px solid #31927f;
	border-left: 50px solid transparent;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.promo-banner:after{
	content: '';
	width: 0;
	height: 0;
	border-bottom: 50px solid #31927f;
	border-right: 50px solid transparent;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.promo-banner span{
	display: block;
	max-width: 152px;
	margin: 0 auto;
	font-family: 'Minion Pro';
	color: #000;
	font-size: 25px;
	font-weight: bold;
}
.promo-banner a{
	color: #f14741;
	font-family: "Geometria";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 30px 0;
}
.banner-wrap{
	display: block;
	text-align: center;
	position: relative;
	margin-top: 57px;
	margin-bottom: 62px;
	padding-bottom: 26px;
}
.banner-wrap:before{
	content: '';
	display: block;
	width: 117px;
	height: 118px;
	background: url(../image/promo.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.banner-txt{
	font-family: 'Minion Pro';
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	max-width: 670px;
	display: block;
	margin: 0 auto 44px;
	padding-top: 45px;
}
.banner-link{
	display: inline-block;
	font-size: 14px;
	letter-spacing: 2.5px;
	font-weight: bold;
	color: #f24842;
	text-transform: uppercase;
}
/*
================================================================================
|                               category building                              |
================================================================================
*/
.header-page{
	margin-bottom: 40px;
}
.page__title{
	font-size: 60px;
	line-height: 50px;
	letter-spacing: 1.3px;
	font-family: 'Minion Pro';
	font-weight: bold;
	color: #fff;
	max-width: 900px;
	margin: 70px auto 37px;
	text-align: center;
}
.page_title--information{
	margin: 135px auto 142px;
}
.page__description{
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0;
	font-family: 'Minion Pro';
	font-weight: bold;
	color: #fff;
	max-width: 700px;
	font-weight: normal;
	margin: 0 auto 30px;
	text-align: center;
}
.page__button {
	margin-bottom: 70px;
}
.desc-1 p{
	max-width: 1130px;
}
/*
================================================================================
|                              left menu                                       |
================================================================================
*/

.list-group-item a, button.list-group-item {
    color: #000;
    font-family: 'Geometria';
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: -1px;
    background-color: transparent;
    border: none;
    background-color: #f7f7f7;
    border: 1px solid #f2f2f2;
}
.dropdown-menu .list-group-item{
	background: #dcdcdc;
}
.list-group-item a{
	position: relative;
	display: inline-block;
	padding: 15px 15px;
/*	margin-bottom: -1px;*/
	width: 100%;
}
.list-group-item.active-parent a{
	width: calc(100% - 35px);
}
.list-group-item.active-parent .dropdown-menu a{
	width: 100%;
}
.list-group .zmdi{
	float: right;
	color: #31927f;
	padding-left: 9px;
	top: 5px;
}
.list-group .left-chevron-dropdown{
	cursor: pointer;
	display: inline-block;
}
.open-menu>.dropdown-menu {
    display: block;
}
.open-menu .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
}

.list-group .list-group-item:focus .zmdi,
.list-group .list-group-item:hover .zmdi{

}
.list-group-item.active{
	background: #31927f;
	border-color: #31927f;
}
.list-group-item-child{
	background: #dcdcdc;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #31927f;
    border: 1px solid #f2f2f2;
	outline: 0;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #31927f;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list-group-item:focus,
.list-group-item:hover{
	background-color: #31927f;
}
.list-group-item:focus > a,
.list-group-item:hover > a{
	color: #fff;
}
.list-group-item:focus .zmdi,
.list-group-item:hover .zmdi{
	color: #fff;
}
/*
================================================================================
|                              custom elements                                 |
================================================================================
*/
.input-group-custom{
	width: 100%;
}
select.form-control {
	font-size: 17px;
	color: #6c6c6c;
	height: 55px;
}
select.form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.jq-selectbox.jqselect.form-control,
.jq-selectbox.jqselect{
	padding: 0;
	height: 55px;
	line-height: 55px;
	border: 1px solid #dfe7ea;
	border-radius: 0;
	width: 100%;
}
.simplecheckout-block-content .jq-selectbox.jqselect{
	background: #fff;
	border: none;
}
.jq-selectbox.jqselect.form-control:hover,
.jq-selectbox.jqselect:hover{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.jq-selectbox.jqselect.form-control:focus,
.jq-selectbox.jqselect:focus{
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.jq-selectbox.jqselect.focused{
	border: none;
}
.jq-selectbox.jqselect.form-control.focused{
	border: 1px solid #dfe7ea;
	outline: none;
}
.jq-selectbox.focused .jq-selectbox__select {
    border: none;
}
.jq-selectbox.jqselect .form-control{
	height: 55px;
}
.jq-selectbox__trigger-arrow:after {
    content: '\f2f9';
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f24741;
    font-size: 21.6px;
    top: 4px;
    left: 18px;
    position: relative;
}
.jq-selectbox__select:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
	background: #f97d78;
	color: #fff;
}
.jq-selectbox__trigger-arrow {
    width: 49px;
}
.jq-selectbox.jqselect.form-control.opened .jq-selectbox__trigger-arrow,
.jq-selectbox.jqselect.opened .jq-selectbox__trigger-arrow{
	background: #f97d78;
}
.jq-selectbox.jqselect.form-control.opened .jq-selectbox__trigger-arrow:after,
.jq-selectbox.jqselect.opened .jq-selectbox__trigger-arrow:after{
	content: '\f2fc';
	color: #fff;
}
#input-sort-styler .jq-selectbox__select,
.jq-selectbox__select{
    padding: 0 49px 0 10px;
}
.jq-selectbox__select {
    height: 53px;
    padding: 0 25px 0 10px;
    border: 0px solid #fff;
    border-bottom-color: #fff;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    font: 17px/53px 'Minion Pro', sans-serif;
    color: #6c6c6c;
    text-shadow: none;
}
.simplecheckout-block-content .jq-selectbox__select{
	height: 55px;
}
.jq-selectbox__dropdown li {
	font: 17px/51px 'Minion Pro', sans-serif;
	color: #6c6c6c;
	height: 55px;
	border-top: 1px solid #dfe7ea;
}
.jq-selectbox__dropdown {
    margin: 0;
    padding: 0;
    border: 1px solid #dfe7ea;
    border-top: none;
    box-shadow: none;
    margin-left: -1px;
    width: calc(100% - 47px);

}
.jq-selectbox li.option {
    padding-left: 10px;
}




.description-wrap{
	max-width: 1124px;
}
.description-wrap .panel-body{
	padding: 0;
}
.description-wrap--shop{
	margin-top: 40px;
	margin-bottom: 40px;
}
.description-wrap--shop .block-h{
	margin-bottom: 35px;
}
.description-wrap--second{
	margin-top: 70px;
	margin-bottom: 100px;
	max-width: none;
}
.description-wrap--second .banner-wrap{
	margin-top: 32px;
	margin-bottom: 32px;
}
.description-wrap .block-h{
	margin-top: 10px;
	margin-bottom: 35px;
}
.description-wrap p{
	font-family: 'Minion Pro';
	font-size: 20px;
	letter-spacing: 0;
	color: #6c6c6c;
	margin-bottom: 25px;
}
.description-wrap p.sauna_type{
    font-family: 'Minion Pro';
    font-size: 22px;
    letter-spacing: 0;
    color: #31927f;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 900;
}
.description-wrap p.sauna_vars{
	font-family: 'Minion Pro';
	font-size: 20px;
	letter-spacing: 0;
	color: #6c6c6c;
	margin-bottom: 25px;
    font-weight: 700;	
}
.saunas_sample {
	border: 1px solid #31927f;
	padding: 10px;
	margin-bottom: 10px;
}
.categories-list{
	margin-top: 30px;
	margin-bottom: 70px;
}
.categories-list .block-h{
	margin-top: 55px;
	margin-bottom: 25px;
}
.list-services{
	column-count: 2;
}

.list-categories{
	text-align: center;
}
.list-categories li{
	display: inline-block;
	position: relative;
	margin: 15px;
	vertical-align: middle;
}
.list-categories li a{
	display: inline-block;
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.1);
	box-shadow: 0 3px 8px rgba(0,0,0,.2);
	border: 1px solid rgba(187, 187, 187, .33);
	width: 269px;
	height: 322px;
}
.categories-list--small li a {
    width: 165px;
    height: 203px;
}
.list-categories li a:focus,
.list-categories li a:hover{
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,.28);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.28);
	box-shadow: 0 3px 8px rgba(0,0,0,.28);
}
.list-categories img{
	display: inline-block;
	margin-top: 67px;
	margin-bottom: 40px;
}
.categories-list--small img {
    margin-top: 50px;
    margin-bottom: 30px;
}
.list-categories a div{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	max-width: 200px;
	margin: 0 auto;
}
.categories-list--small a div{
	font-size: 16px;
	font-weight: normal;
}
.tabs-left>li {
    margin-right: 0;
    margin-bottom: 0;
    color: #000;
    font-family: 'Geometria';
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.nav-tabs>li>a{
	border-radius: 0;
	position: relative;
	display: block;
	padding: 15px 15px;
	margin-bottom: -1px;
	background-color: #f7f7f7;
	border: 1px solid #f2f2f2;
	color: #000;
}
.tabs-left>li.active>a, .tabs-left>li.active>a:hover, .tabs-left>li.active>a:focus {
   	border: 1px solid #f2f2f2;
   	background-color: #31927f;
   	color: #fff;
}
.nav-tabs>li>a:hover {
	background-color: #31927f;
	color: #fff;
    border-color: #f2f2f2;
}
.tabs-left {
    border-right: none;
}
[class^="information-information-"] .tab-pane{
	padding-left: 100px;
}
.tab-pane .block-h{
	margin-top: 0;
	margin-bottom: 15px;
}
.table.table-price>tbody>tr>td,
.table.table-price>thead>tr>td{
	padding: 10px 10px 10px 0;
	font-size: 20px;
	color: #000;
	border-top: none;
	position: relative;
}
.table.table-price>tbody>tr>td:first-child:before{
	content: '';
	display: block;
	width: calc(100% - 15px);
	height: 1px;
	background: #d6d6d6;
	position: absolute;
	bottom: 15px;
	left: 0;

}
.table.table-price>tbody>tr>td span{
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding-right: 15px;
}
#content .banner-wrap{
	margin-top: 0;
}
.hr-header{
	border-bottom: 1px solid #000;
}
.shop-categories{
	text-align: left;
}
.shop-categories li{
	display: inline-block;
	width: calc((100% / 3) - 4px);
	height: 254px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	vertical-align: middle;
}
.shop-categories li a{
	display: block;
	width: 100%;
	height: 100%;
}
.shop-categories div{
	position: relative;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.map{
	display: block;
	height: 538px;
	width: 100%;
}
.ymaps-b-balloon{
	-moz-box-shadow: 0 1px 46px rgba(0,0,0,.31);
	-webkit-box-shadow: 0 1px 46px rgba(0,0,0,.31);
	box-shadow: 0 1px 46px rgba(0,0,0,.31);
}
.ymaps-b-balloon__content-holster{
	padding: 40px 36px 20px 40px !important;
}
.ymaps-b-balloon__sprite {
    background: #fff !important;
}
.ymaps-b-balloon__content {
    border-width: 0 !important;
}
.ymaps-b-balloon__tail {
    background: #fff !important;
}
.ymaps-b-balloon__sprite_type_tail{
	width: 0 !important;
	height: 0 !important;
}
.ymaps-shadows-pane{
	display: none;
}
.balloon-phone{
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}
.balloon-phone-strong{
	font-size: 20px;
	color: #000;
	margin-bottom: 40px;
	font-weight: 700;
}
.balloon-address,
.balloon-mail,
.balloon-open{
	margin-bottom: 20px;
}
.balloon-address,
.balloon-mail a,
.balloon-open{
	font-size: 16px;
	color: #757575;
}
.contact-headers{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
}
.contact-headers li{
	position: relative;
	z-index: 3;
}
.contact-headers .block-h{
	position: relative;
	z-index: 3;
}
#map{
	width: 100%;
	height: 600px;
}

.thumbnails{
	margin-top: 10px;
	border: 1px solid #d8e7e8;
	margin-bottom: 20px;
}
.thumbnail{
	padding: 0;
	border: 1px solid transparent;
	border-radius: 0;
	margin-bottom: 0;
}

.block-h--product{
	margin-top: 10px;
}
.btn.btn-product-buy{
	width: 270px;
	width: calc(41.66666667% - 20px);
	height: 55px;
	line-height: 55px;
	background: #f24741;
	border: 1px solid #f24741;
	color: #fff;
	text-align: center;
	border-radius: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin-right: 30px;
	letter-spacing: 2px;
}
.btn.btn-product-buy:focus,
.btn.btn-product-buy:hover{
	background: #f97d78;
	border: 1px solid #f97d78;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: transparent;
}
.product-desc-1{
	font-family: 'Minion Pro';
	font-size: 17px;
	color: #6c6c6c;
	margin-top: 45px;
	margin-bottom: 20px;
}
.product-info ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.product-info ul li{
	flex-basis: 50%;
	font-family: 'Minion Pro';
	font-size: 17px;
}
.product-info ul li.articul{
	color: #f24741;
}
.product-info ul li.stock.green{
	color: #31927f;
}
.list-custom.list-product li{
	font-family: 'Geometria';
	font-size: 20px;
	font-weight: normal;
}
.product-price{
	display: block;
	text-align: left;
	font-family: 'Minion Pro';
}
.product-price del{
	font-size: 17px;
	color: #2e2e2e;
}
.product-price .special-price,
.product-price .price{
	color: #f24741;
	font-size: 35px;
	font-weight: bold;
}
.product-desc-3{
	font-family: 'Minion Pro';
	letter-spacing: 0;
	font-size: 17px;
	color: #6c6c6c;
	margin: 40px 0;
}
.product-desc-3 p{
	margin-bottom: 25px;
}
.block-h--atributes,
.block-h--question{
	margin-bottom: 30px;
}
.form-question .form-group{
	margin-bottom: 30px;
}
.btn.btn-order{
	width: 272px;
	height: 55px;
	background-color: #f14741;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	vertical-align: 55px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	border-radius: 0;
	letter-spacing: 2px;
}
.btn.btn-order:focus,
.btn.btn-order:hover{
	color: #fff;
	background: #f97d78;
}
.block-h--related{
	margin-top: 40px;
	margin-bottom: 30px;
}
.block-h--viewed{
	margin-top: 30px;
	margin-bottom: 40px;
}
.ocpoc-product-btn {
    margin-bottom: 0;
    position: relative;
}
.ocpoc-product-btn .btn-buy{
	position: relative;
	right: auto;
	top: 40px;
}

.simplecheckout-cart{
	display: block !important;
	border: none;
}
.simplecheckout-cart>thead,
.simplecheckout-cart>tbody {
	display: block !important;
}
.simplecheckout-cart>thead>tr,
.simplecheckout-cart>tbody>tr{
	display: flex !important;
	align-items: center;
}

.simplecheckout-cart>tbody>tr{
	border: 1px solid #ebf5f6;
	margin-bottom: 28px;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.16);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.16);
	box-shadow: 0 1px 4px rgba(0,0,0,.16);
}

.simplecheckout-cart th.image,
.simplecheckout-cart th.name,
.simplecheckout-cart th.model,
.simplecheckout-cart th.quantity,
.simplecheckout-cart th.price,
.simplecheckout-cart th.total,
.simplecheckout-cart th.remove{
	color: #31927f;
	font-size: 14px !important;
	font-weight: normal !important;
	text-align: left !important;
	padding: 10px;
}

.simplecheckout-cart td.image,
.simplecheckout-cart td.name,
.simplecheckout-cart td.model,
.simplecheckout-cart td.quantity,
.simplecheckout-cart td.price,
.simplecheckout-cart td.total,
.simplecheckout-cart td.remove{
	padding: 17px 10px;
}

.simplecheckout-cart .image,
.simplecheckout-cart .name,
.simplecheckout-cart .model,
.simplecheckout-cart .quantity,
.simplecheckout-cart .price,
.simplecheckout-cart .total,
.simplecheckout-cart .remove{
	border-bottom: none;
	text-align: left !important;
}

.simplecheckout-cart .image{
	width: 117px !important;
}
.simplecheckout-cart .name{
	width: 356px !important;

}
.simplecheckout-cart .name a{
	text-decoration: underline;
	font-size: 17px;
	font-family: 'Minion Pro';
}

.simplecheckout-cart .price{
	width: 197px !important;
	font-size: 17px;
	color: #000;
}

.simplecheckout-cart .quantity{
	width: 197px !important;
}

.simplecheckout-cart .total{
	font-size: 17px;
	color: #000;
	width: 197px !important;
	font-weight: normal !important;
}

.simplecheckout-cart .remove{
	width: auto !important;
	font-size: 14px;
	text-align: center;
}
.btn.btn-remove{
	background: #fff;
	padding: 0;
	border-color: #fff;
	color: #f24741;
	font-size: 14px;
}
.btn.btn-remove:focus,
.btn.btn-remove:hover{
	background: #fff;
	padding: 0;
	border-color: #fff;
	color: #f97d78;
}
.btn.btn-minus,
.btn.btn-plus{
	background: #f24741;
	color: #fff;
	padding: 0;
	width: 31px;
	height: 55px;
	border-radius: 0;
}
.simplecheckout-cart i.zmdi-hc-2x{
	padding-right: 0;
	padding-left: 0;
}
#simplecheckout_cart .form-control {
    width: 68px;
}
.quantity .input-group.btn-block{
	width: 129px;
	max-width: 129px;
}
.simplecheckout-cart td.quantity .input-group {
    margin: 0 !important;
}
.block-h--checkout{
	margin-top: 45px;
	margin-bottom: 40px;
}
.simplecheckout-cart-total {
    padding: 7px 3px;
    border-right: none;
    border-bottom: none;
    border-left: none;
    text-align: right;
}
.simplecheckout-cart-total span:first-child{
	font-size: 16px;
	color: #31927f;
}
.simplecheckout-cart-total-value{
	font-size: 35px;
	color: #f24741;
	font-weight: bold;
	font-family: 'Minion Pro';
}
.simple-content {
    margin: 0;
}
.checkout-wrap{
	margin-top: 40px;
	background: url(../image/bg-checkout.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.checkout-wrap .container .row {
	z-index: 2;
	position: relative;
}
.checkout-wrap:after{
	content: '';
	display: block;
	width: 100%;
	height: 89px;
	background: url(../image/bg-steam-3.png) center bottom no-repeat;
	-webkit-background-size: auto;
	background-size: auto;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.simplecheckout-button-block {
    clear: both;
    margin-bottom: 20px;
    padding: 6px;
    background: none repeat scroll 0 0 transparent;
    text-align: right;
}
.block-h--order{
	margin-top: 65px;
	margin-bottom: 30px;
}
.simplecheckout-button-block {
    padding: 26px 0;
}
.button.btn-primary.button_oc.btn{
	width: 272px;
	height: 55px;
	line-height: 55px;
	background-color: #f14741;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	border-radius: 0;
	letter-spacing: 2px;
	border: 1px solid #f14741;
}
.button.btn-primary.button_oc.btn:focus,
.button.btn-primary.button_oc.btn:hover{
	color: #fff;
	background: #f97d78;
	border: 1px solid #f97d78;
}
.simplecheckout-block-content .control-label{
	display: none !important;
}
.simplecheckout-block-content {
    padding: 0;
}
.simplecheckout-block {
    margin-bottom: 0;
}
#simplecheckout_shipping_address .row-shipping_address_firstname{
	width: calc(50% + 15px);
}
#simplecheckout_customer .row-customer_email,
#simplecheckout_customer .row-customer_telephone{
	width: 110%;
}
#simplecheckout_customer .row-customer_telephone{
	padding-top: 1px;
}
#simplecheckout_customer .row-customer_email{
	margin-right: 15px;
}
#simplecheckout_shipping,
#simplecheckout_payment{
	margin-bottom: 30px;
}
.simplecheckout-block-content .form-group{
	margin-bottom: 30px;
}
.simple-content .form-control{
	border: 1px solid #fff;
}
.simplecheckout-right-column {
    padding-left: 100px;
}
#simplecheckout_shipping,
#simplecheckout_payment{
	min-width: 320px;
	max-width: 405px;
}
.simplecheckout-button-right {
    float: left;
}
#buttons.simplecheckout-button-block input.btn {
    width: 270px !important;
}
.quantity .form-control{
	border: 1px solid #ebf5f6;
}
.btn-remove .zmdi{
	display: none;
}

.calculate-inner{
	background: url(../image/bg-calculate.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.calculate-inner .calculate-form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	max-width: 870px;
	min-height: 207px;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.calculate-form .form-group{
	flex-basis: 270px;
}
.calculate-form .form-group .form-control{
	width: 100%;
}
.btn-send{
	color: #fff;
	width: 269px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #f14741;
	border: 1px solid  #f14741;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 14px;
}
.btn-send:focus,
.btn-send:hover{
	color: #fff;
	background: #f97d78;
	border: 1px solid #f97d78;
}
.block-h--calculate{
	margin-top: 70px;
	margin-bottom: 25px;
}
.building-description .block-h {
    margin-top: 10px;
    margin-bottom: 35px;
    letter-spacing: 0;
}
.building-description .row .row{
	margin-bottom: 40px;
}
.building-description p{
	font-family: 'Minion Pro';
	font-size: 20px;
	color: #6c6c6c;
	letter-spacing: 0;
	margin-bottom: 25px;
}
.calculate{
	margin-bottom: 25px;
}
.building-description p.price-service{
	color: #f24741;
	font-size: 35px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 40px;
}
.building-description .btn-more{
	margin-bottom: 40px;
}
.building-description .block-h.block-h--service{
	margin-top: 55px;
}


.modal-content {
    background-color: #d1e4e6;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-header{
	width: 400px;
	padding: 110px 0 20px;
	color: #fff;
	margin: 0 auto;
	border-bottom: none;
}
.modal-title{
	font-size: 45px;
	color: #000;
	font-family: 'Minion Pro';
	text-align: center;
	font-weight: bold;
}
.modal-header .close {
    filter: alpha(opacity=100);
    opacity: 1;
    width: 56px;
    height: 56px;
}
.modal-header button.close{
	background: url(../image/close.png) no-repeat;
}
.modal-body {
    position: relative;
    padding: 15px 0;
    width: 400px;
    margin: 0 auto;
}
.form-group-modal{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.form-group-modal .form-control + .form-control{
	margin-left: 6px;
}
.modal-header .close {
    margin-top: 0;
    position: absolute;
    right: 52px;
    top: 52px;
    width: 41px;
    height: 41px;
    background: url(../image/close.png) no-repeat;
}
.btn-modal{
	color: #fff;
	background: #f24741;
	border: none;
	height: 55px;
	line-height: 47px;	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 28px;
	margin-bottom: 28px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
#myModal2 .btn-modal{
	padding-top: 18px;
}
.btn-modal:focus,
.btn-modal:hover{
	color: #fff;
	background: #f97d78;
}
.modal-backdrop.in {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-dialog{
	margin: 0;
}
.modal-dialog .form-control{
	border: 1px solid #fff;
}
.modal-dialog .form-control:focus{
	border: 1px solid #fff;
}




.mfpocp-container:before{
	height: auto;
}
.mfpocp-container{
	padding: 0;
}
.ocpcb,
.ocpoc {
    width: 100%;
    height: 100%;
    background: #d1e4e6;
}
.mfpocp-auto-cursor .mfpocp-content{
	height: 100%;
}
.ocpcb-head,
.ocpoc-head{
	width: 400px;
	padding: 110px 0 20px;
	color: #fff;
	margin: 0 auto;
	border-bottom: none;
	font-size: 45px;
	color: #000;
	font-family: 'Minion Pro';
	text-align: center;
	font-weight: bold;
}
.ocpcb-body,
.ocpoc-body,
.ocpoc-footer,
.ocpcb-footer{
	position: relative;
	padding: 15px 0;
	width: 400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.ocpoc-footer,
.ocpcb-footer{
	padding: 0;
}
.ocpcb-control,
.ocpoc-control{
	width: 270px;
	font-family: 'Minion Pro';
	height: 55px;
	padding: 6px 12px;
	font-size: 17px;
	line-height: 1.42857143;
	color: #6c6c6c;
	background-color: #fff;
	background-image: none;
	text-align: left !important;
	border-radius: 0;
	border: 1px solid #fff;
}
.ocpcb .btn-success,
.ocpoc .btn-success {
	color: #fff;
	height: 55px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 0;
}
.ocpcb .btn:active,
.ocpoc .btn-success:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.mfpocp-close{
	margin-top: 0;
	position: absolute;
	right: 52px;
	top: 52px;
	width: 41px;
	height: 41px;
	background: url(../image/close.png) no-repeat;
	text-indent: -999999px;
	opacity: 1;
}
.mfpocp-close:active{
	top: 52px;
}
.mfpocp-bg {
    background: #d1e4e6 !important;
    opacity: 1 !important;
}
.ocpoc-pname,
.ocpoc-price-wrap{
	display: none;
}
#slideout {
    position: fixed;
    top: 250px;
    right: 0;
    width: 64px;
    height: 278px;
    padding: 0;
    text-align: center;
    background: #31927f;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 5;
    cursor: pointer;
}
.slideout-btn{
	width: 64px;
	height: 278px;
	padding: 37px 0;
}
#slideout_inner {
    position: fixed;
    top: 250px;
    right: -345px;
    background: #2d8271;
    width: 345px;
    padding: 25px;
    height: 427px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: left;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    cursor: default;
}
#slideout .form-control{
	margin-bottom: 4px;
}
.slideout-text{
	text-align: center;
	font-size: 17px;
	color: #5eb2a1;
	display: block;
}

#slideout.open-form {
    right: 345px;
}
#slideout.open-form #slideout_inner {
    right: 0;
}
[class^="product-category-"] .gallery-category {
    background: url(../image/bg-pattern.jpg);
    position: relative;
    padding-bottom: 0;
}
[class^="product-category-"] .gallery-category .grid{

}
[class^="product-category-"] .gallery-category .btn-more{

}
[class^="product-category-"] .gallery-category .grid:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 43px;
    width: 100%;
    background:#fff;
}
.btn-portfolio {
	display: none;
}
.common-home .btn-portfolio {
	display: block;
}
#content .pagination>.active>a, #content .pagination>.active>a:focus, #content .pagination>.active>a:hover, #content .pagination>.active>span, .pagination>.active>span:focus, #content .pagination>.active>span:hover {
    z-index: 2;
    color: #000;
    cursor: default;
    border-color: #e56664;
	background-color: #fff;
	padding-bottom: 7px;
	margin: 0 2px;
}
#content .pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 7px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
	margin: 0 2px;
}
#content .pagination>li>a:hover, .pagination>li>span:hover {
    border: 1px solid #000;
}
#content .pagination>li:last-child>a, #content .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#content .pagination>li:first-child>a, #content .pagination>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.message.success {
	text-align: center;
}
.message-success {
	color: rgb(49, 146, 127);
	font-weight: 700;
}
.message-unsuccess {
	color: rgb(242, 71, 65);
	font-weight: 700;
}
.module_00 .btn-more--featured {
	display: none;
}
 .btn-more--featured {
	margin-bottom: 40px;
}
.quantity_div {
	display:block;
	width: 200px;
    height: 55px;
	position:relative;
	padding:0;
	text-align:center;
	margin: 10px auto;
	line-height:normal !important;
}
	.form-group .quantity_div {display:inline-block; vertical-align:middle;}
.quantity_input {
    font-family: 'Minion Pro';
    height: 57px;
    padding: 6px 12px;
    font-size: 25px;
    line-height: 1.42857143;
    color: #6c6c6c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.plus, .minus {
	display: inline-block;
	margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
	background: #f24741;
    color: #fff;
    padding: 0;
    width: 41px;
    height: 55px;
    border-radius: 0;
}
.plus:hover, .minus:hover {
	background: #f97d78;
    border: 1px solid #f97d78;
}
.plus .zmdi-hc-2x, .minus .zmdi-hc-2x {
    top: 18px;
    left: 4px;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
	.stock_warning {position:absolute; z-index:999; left:-49px; bottom:35px; width:180px !important; padding:10px !important; background:#fefefe; background: linear-gradient(to bottom, #fefefe 0%, #f0f0f0 100%); box-shadow: 1px 1px 10px #ccc; line-height:15px; border:solid 1px #ddd; border-radius:10px; display:block; color:#f00 !important; font-size:12px;}

.dropdown-menu {
    min-width: 200px;
    text-align: center;
}
.left-menu {
	margin-top: 14px;
}
#go-top {
    position: fixed;
    bottom: 25px;
    right: 10px;
    cursor: pointer;
    display: none;
    width: 60px;
    height: 60px;
    background: #f24741;
    border-radius: 30px;
    padding: 10px 21px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    opacity: 0.9;
    z-index: 9999;
}

#go-top:hover {
	background: #f97d78;
}
.btn-success-product {
	color: #fff;
    background: #f24741;
    border: none;
    height: 55px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 28px;
    margin-bottom: 28px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;	
}

.page-list {
	font-family: 'Geometria', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0;
	margin-bottom: 25px;	
}
.page-list li {
	padding: 10px;
}
ul.page-list li {
    list-style-type: none;
   }
ul.page-list li:before {
    color: #31927f;
    content: "•";
	font-size: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
    padding-right: 10px;
	padding-top: 3px;
   }
   
/* OCFilter */
.ocfilter .list-group-item:focus,
.ocfilter .list-group-item:hover{
	background-color: #fff;
}

.ocfilter.panel-default>.panel-heading {
	border-color: #f2f2f2;	
}
.ocfilter.panel-default {
    border-color: #f2f2f2;
}
.ocfilter .panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.ocfilter.panel {
	border-radius: 0px;
}