@font-face {
  font-family: Proxima_new;
  src: url(/catalog/view/theme/tt_furnilife/stylesheet/ProximaNova-Regular.ttf) format("truetype");
}

@font-face {
  font-family: Proxima_new_semi;
  src: url(/catalog/view/theme/tt_furnilife/stylesheet/ProximaNova-Semibold.ttf) format("truetype");
}

@font-face {
  font-family: Roboto Slab;
  src: url(/catalog/view/theme/tt_furnilife/stylesheet/RobotoSlab-Regular.ttf) format("truetype");
}

@font-face {
  font-family: Roboto Slab_bold;
  src: url(/catalog/view/theme/tt_furnilife/stylesheet/RobotoSlab-Bold.ttf) format("truetype");
}


body {
	font-family: 'Proxima_new', sans-serif;
	font-weight: 400;
	color: #7a7a7a;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #363f4d;
	line-height: 1;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
@media (min-width:1200px){
	.container{
		width:1200px
	}
	
	.slider_cont_image{
		width: 29%;
		top: 12% !important;
		left: 10% !important;
	}
	
	.oc-banner7-container .flex-control-nav, .nivo-controlNav {
		bottom: 30px !important;
	}
	
	.text-content-bonus-slider {
    top: 24% !important;
	}
}

/* Override the bootstrap defaults */
@media (min-width:1400px){
	.container{
		width:1400px;
	}
	
	.slider_cont_image{
		width: 27% !important;
		top: 13% !important;
		left: 13% !important;
	}
}

/* Override the bootstrap defaults */
@media (min-width:1600px){	
	.slider_cont_image{
		width: 33% !important;
		top: 13% !important;
		left: 6% !important;
	}
}

h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #101010;
	cursor: pointer;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #EA8822;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
img{
	max-width: 100%; 
	height: auto;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.flip{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* tooltip */
.tooltip.top .tooltip-arrow {
  border-top-color: #EA8822;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #EA8822;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #EA8822;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #EA8822;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #EA8822;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #EA8822;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #EA8822;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #EA8822;
}
.tooltip-inner{
	background: #EA8822;
}
.alert{
	text-align: center;
	font-size: 13px;
	margin-bottom: 30px;
	border-radius: 0;
	border: none;
}
/* transition */
.banner-1 .col-img img,
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	color: #fff !important;
	background-color: #EA8822 !important;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	border: none;
	background: #f2f2f2 !important;
	padding: 0px 40px;
	text-transform: uppercase;
	font-size: 12px;
	color: #363f4d !important;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 3px;
	font-weight: 500;
}
#button-voucher,
#button-coupon{
	line-height: 34px;
	height: 34px;
	margin-left: 10px;
	/* border-radius: 3px; */
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
.modal-backdrop.in{
	opacity: .8;
	z-index: 99998;
}
#modal-agree{
	z-index: 99999;
}
/* header */
.top-header > .container{
	padding-top: 14.5px;
	padding-bottom: 10px;
}
.top-header{
	border-bottom: 1px solid #ebebeb;
	color: #363f4d;
	height: 52px;
}
.top-header .row > div > ul li .btn-link i,
.top-header #top > ul li .btn-link i{
	margin-left: 5px;
	color: #d7d7d7;
	font-size: 10px;
}
.top-header #top > ul li > a{
	vertical-align: middle;
}
.top-header #top > ul li > a,
.top-header .row > div > ul li .btn-link,
.top-header #top > ul li .btn-link{
	color: #363f4d;
	text-transform: capitalize;
	padding: 0;
	border: none;
	font-size: 12px;
}
.top-header #top > ul li,
.top-header .row > div > ul li{
	display: inline-block;
	line-height: 1;
}
.top-header #top > ul li:not(:last-child),
.top-header .row > div > ul li:not(:last-child){
	border-right: 1px solid #ebebeb;
	padding-right: 15px;
}
.top-header #top > ul li:not(:first-child),
.top-header .row > div > ul li:not(:first-child){
	padding-left: 15px;
}
.top-header .row > div > ul,
.top-header #top > ul{
	padding: 0;
	margin: 0;
}
.top-header #top > ul li .dropdown-menu{
	right: 0;
	left: auto;
}
.top-header #top > ul li .dropdown-menu,
.top-header .row > div > ul li .dropdown-menu{
	border: none;
	border-radius: 0;
	padding: 0 15px;
}
.top-header #top > ul li .dropdown-menu li:hover a,
.top-header .row > div > ul li .dropdown-menu li:hover .btn-link{
	text-decoration: none;
	color: #EA8822
}
.top-header #top > ul li .dropdown-menu li,
.top-header .row > div > ul li .dropdown-menu li{
	padding: 10px 0;
	display: block;
	border: none;
	text-align: center;
}
.middle-header{
	border-bottom: 1px solid #ebebeb;
}
.container-fix{
	clear: both;
	border-bottom: 1px solid #ebebeb;
}
.main-menu{
	position: relative;
}
.logo-container{
	padding: 35px 0;
}
.fix-header .container-fix .block-right{
	margin-top: 30px;
}
.container-fix .block-right{
	margin-top: 45px;
}
/* title */
.module-title2{	
	padding: 15px 0 20px 0px;
}
.module-title2 h2{
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 40px;
	color: #2B2B2B;
}
.module-title h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	line-height: 1;
}
.module-title::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 7px;
	border-color: transparent transparent transparent #9acf6b;
	position: absolute;
	top: 0;
	right: -7px;
	z-index: 1;
}
.module-title{
	background: #9acf6b;
	padding: 18px 0 18px 25px;
	position: relative;
	max-height: 50px;
}
/* newsletter popup */
.b-close{
	display: block;
}
.newletter-popup{
	background: #fff;
	top: 50% !important;
	left: 50% !important;
	position: fixed !important;
	padding: 50px;
	text-align: center;
	display: none;
	width: 60%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#boxes .newletter-title h2{
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	letter-spacing: .1em;
	margin: 0 0 20px;
}
#boxes .box-content label{
	font-weight: 400;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes  #frm_subscribe a{
	cursor: pointer;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 50%;
	margin: 20px 0;
	padding: 0 15px;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
}
#boxes .box-content .subscribe-bottom  label{
	margin: 0;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
#boxes  #frm_subscribe #notification .success{
	color: #67D7BB;
}
#popup2{
	position: absolute;
	right: 0;
	top: -25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #222;
	cursor: pointer;
	padding: 0 10px;
	color: #fff;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    height: 100%;
}

/* newsllter */
body:not(.common-home) .newletter-subscribe-container{
}
.newletter-subscribe-container .container{
	width: 100%;
	padding: 0;
}
.newletter-subscribe-container{
	clear: both;
}
#dialog-normal .newsletter-des{
	font-size: 14px;
	color: #7a7a7a;
	line-height: 30px;
}
#dialog-normal .newletter-title h3{
	font-size: 30px;
	color: #fff;
	margin: 0px;
	margin-bottom: 15px;
	font-weight: 700;
}
#dialog-normal .newleter-content label{
	font-size: 12px;
	color: #999999;
}
#dialog-normal .newletter-title label{
	color: #bebebe;
	margin: 0;
}
#dialog-normal .newletter-title{
	
}
#dialog-normal .newleter-content{
    
}
#subscribe_email{
	background: none;
	border: none;
	border-bottom: 1px solid #ebebeb;
	border-radius: 0px;
	padding: 0 10px 0 0;
	overflow: hidden;
	color: #ababab;
	width: 100%;
	text-transform: capitalize;
	font-size: 13px;
	line-height: 34px;
	margin-top: 10px;
}
#frm_subscribe-normal{
}
#subscribe_email::-webkit-input-placeholder{
  color: #ababab;
}
#subscribe_email::-moz-placeholder{
  color: #ababab;
}
#subscribe_email:-ms-input-placeholder{
  color: #ababab;
}
#subscribe_email:-moz-placeholder {
  color: #ababab;
}
#subscribe .btn{
	background: #EA8822 !important;
	color: #fff !important;
	margin-top: 20px;
	height: 45px;
	line-height: 43px;
	padding: 0 45px;
	border: 2px solid #EA8822;
}
#subscribe .btn:hover{
	background: #fff !important;
	color: #EA8822 !important;
}
#notification-normal{
	clear: both;	
	text-align: left;
}
#notification-normal div{
	color: #EA8822;
	padding: 10px 0;
}
#notification-normal div.warning{
	color: #f00;
}
/* search */
.search-containers{
	width: 20%;
	position: absolute;
	top: 18px;
	right: 0;
}
.search-container{
	
}
#search > i{
	color: #9a9a9a;
	font-size: 17px;
}
#search{
	width: 100%;
	border-left: 1px solid #e1e1e1;
}
#search:hover{
}
.search-container i:hover{
	color: #EA8822 !important
}
.search-container i.pe-7s-close{
	opacity: .8
}
.search-container i{
	color: #363f4d;
	font-size: 22px;
	cursor: pointer;
	line-height: 1;
}
#search > i{
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 3;
	line-height: 40px;
}
#search > input{
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0 40px 0 15px;
	background: none;
	color: #91959b;
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
}
#search > input::-webkit-input-placeholder{
  color: #91959b;
}
#search > input::-moz-placeholder{
  color: #91959b;
}
#search > input:-ms-input-placeholder{
  color: #91959b;
}
#search > input:-moz-placeholder {
  color: #91959b;
}
#search > button:hover i,
#search > i:hover{
	color: #EA8822;
}
#search > button i{
}
#search > button{
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	font-size: 20px;
	position: absolute;
	right: 0px;
	line-height: 1;
	color: #fff;
	background: none !important;
	z-index: 2;
}
#search > button.expand-search2{
	opacity: 1;
	z-index: 4;
}
#search.expand-search > i:hover{
	color: #EA8822;
}
#search.expand-search > i{
	color: #fff
}
#search.expand-search > input{
	max-width: 250px;
	padding: 0 0 0 20px;
	background: #222;
	margin-top: -10px;
	color: #fff;
}
/* blog */
#blog_home .aritcles-content{
	padding: 17px 0 0;
}
#blog_home .articles-name + p{
	color: #abaaaa;
	font-size: 13px;
	text-transform: capitalize;
	margin: 10px 0;
}
#blog_home .articles-name:hover{
	color: #EA8822;
}
#blog_home .articles-name{
	font-family: Proxima_new_semi;
	font-size: 18px;
	line-height: 24px;
	color: #2B2B2B;
}
#blog_home .readmore{
	margin-bottom: 30px;
}
#blog_home .articles-intro{
	color: #7a7a7a;
	line-height: 24px;
	font-size: 14px;
	margin: 0 0 25px 0;
}
#blog_home .articles-container{
	border-top: none;
	margin-bottom: 40px;
}
#blog_home .row_items{
	text-align: left;
}
.view_all{
	color: #7a7a7a;
	font-size: 13px;
	text-align: right;
	float: right;
	margin: 0;
	display: inline-block;
	padding-right: 15px;
}
.cart-container{
	width: 12.5%;
	padding: 35px 0;
}
#cart{
	float: right;
	width: auto;
}

#cart-total .total-price{
	font-weight: 500;
	color: #EA8822;
	font-size: 14px;
	text-transform: capitalize;
	display: block;
}
#cart > button:hover i{
	color: #EA8822;
}
#cart > button{
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	width: auto;
	float: right;
}
#cart > button > i{
	font-size: 20px;
	color: #363f4d;
	border: 2px solid #ebebeb;
	border-radius: 100%;
	line-height: 48px;
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
#cart .dropdown-menu::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 9px 7px;
	border-color: transparent transparent #fff transparent;
	top: -9px;
	right: 35px;
	position: absolute;
}
#cart .dropdown-menu{
	border: none;
	border-radius: 5px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	min-width: 360px;
	margin: 20px 0 0 0;
	padding: 10px;
	top: 100%;
}
#cart-total .item-cart{
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: #EA8822;
	border: 2px solid #fff;
	color: #fff;
	top: -8px;
	left: 32px;
	border-radius: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400 !important;
}
#cart .dropdown-menu {
    padding: 25px 20px 0 20px;
}
#cart .cart-empty{
	padding-bottom: 25px;
}
#cart .dropdown-menu p{ 
	margin: 0;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr > td{
	padding: 20px 0;
}
#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
}
#cart .cart-close button{
	background: none;
	color: #363f4d;
	border: none;
	font-size: 14px;
	line-height: 1;
	padding: 0;
	vertical-align: middle;
}
#cart .cart-quantity{
	color: #a4a4a4;
	margin: 8px 0 !important;
	font-size: 12px;
}
#cart .info-item a:hover{
	color: #EA8822;
}
#cart .info-item a{
	color: #363f4d;
	text-transform: capitalize;
	font-size: 13px;
	line-height: 18px;
}
#cart .cart-price{
	font-size: 14px;
	font-weight: 500;
	color: #EA8822;
}
#cart .cart-button{
	margin: 0 -20px !important;
	padding: 25px 30px;
	border-top: 1px solid #ebebeb;
	background: #363f4d;
}
#cart p.cart-button a:last-child{
	margin-bottom: 0;
}
#cart p.cart-button a{
	background: #495465;
	color: #fff;
	height: 47px;
	line-height: 47px;
	text-align: center;
	padding: 0 30px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 15px;
	border-radius: 3px;
	font-weight: 500;
}
#cart p.cart-button a:hover{
	background: #EA8822;
}
#cart p.cart-button a:hover i{
	color: #fff;
}
#cart p.cart-button a i{
	padding-left: 5px;
	font-size: 10px;
	color: #434343;
	display: none;
}
#cart .dropdown-menu .info-item{
	padding-left: 10px !important;
}
#cart .dropdown-menu .has-scroll tr{
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,.06);
}
#cart .dropdown-menu .has-scroll{
	max-height: 300px;
	overflow: auto
}
#cart .dropdown-menu tr td strong{
	color: #000;
}
#cart .dropdown-menu tr td:first-child{
	color: #232323;
	text-transform: uppercase;
	font-weight: 500;
}
#cart .dropdown-menu tr td:last-child{
	color: #363f4d;
	font-size: 14px;
	font-weight: 500;
}
.unvisible{
	display: none;
}
.fix-header.container-fix .block-right {
    margin-top: 18px;
}
.fix-header .main-menu{
	/* margin: 11px 0 0; */
}
.fix-header .logo-container img{
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
	transform-origin: center left;
}
.fix-header .logo-container{
	padding: 0;
}
.fix-header .top-header{
	display: none;
}
.fix-header{
	top: 0;
	position: fixed !important;
	background: rgba(255,255,255, .95);
	width: 100%;
	left: 0;
	z-index: 9998;
	margin: 0;
	box-shadow: 0 0 20px 5px rgba(0,0,0,.1)
}
.fix-header.fix-header-act{
	background: rgba(255,255,255, 1);
}
/* cms block */
.banner-sidebar:hover img{
	opacity: .8
}
.banner-sidebar{
	margin-bottom: 30px;
	text-align: center
}
.logo-f{
	margin-bottom: 15px;
}
.contact-info li span{
	margin-right: 5px;
}
.contact-info li{
	font-size: 14px;
	color: #7a7a7a;
	line-height: 30px;
	/* padding: 5px 0; */
}
.social-footer li a:hover{
	color: #fff !important;
	background: #EA8822 !important;
}
.social-footer li a{
	color: #c9c9c9 !important;
	line-height: 1 !important;
	font-size: 16px !important;
	text-align: center;
	line-height: 40px !important;
	background: #ebebeb;
	border-radius: 100%;
	margin: 0 10px 5px 0;
	width: 40px;
	height: 40px;
	display: block;
}
.social-footer{
	margin-top: 10px;
}
.social-footer li{
	display: inline-block;
}
.block-static-policy{
	width: 62.5%;
	padding: 0;
	padding: 35px 0;
}
.static-policy .col{
	padding: 0;
}
.static-policy .text-content{
	padding-top: 10px;
	text-align: left;
}
.static-policy .text-content p{
	font-size: 13px;
	color: #91959b;
	text-transform: capitalize;
	margin: 0;
}
.static-policy .text-content h2{
	font-size: 12px;
	color: #363f4d;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 0 5px 0;
}
.static-policy .col-img{
	float: left;
	margin-right: 5px;
}
.static-policy .col-img i{
	font-size: 21px;
	color: #363f4d;
	border: 2px solid #ebebeb;
	border-radius: 100%;
	line-height: 48px;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
}
.banner-static-top-header i{
	font-size: 18px;
	margin-right: 5px;
}
.banner-static-top-header{
	font-size: 12px;
}
.banner-1{
	margin: 0 -15px;
}
.banner-1 .text-content h4{
	color: #363f4d;
	font-weight: 400;
	font-size: 87.5%;
	margin: 0;
}
.banner-1 .text-content h3{
	color: #363f4d;
	font-size: 125%;
	font-weight: 400;
	margin: 0 0 25px 0;
}
.banner-1 .text-content h5{
	color: #363f4d;
	font-size: 87.5%;
	font-weight: 400;
	margin: 0 0 5px 0;
}
.banner-1 .text-content{
	position: absolute;
	bottom: 40px;
	left: 45px;
	font-size: 16px;
}
.banner-1 > div:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);	
}
.banner-1 > div{
	position: relative;
	margin-bottom: 40px;
	border-radius: 3px;
}
.banner-1 .col-img{
	overflow: hidden;
	border-radius: 3px;
}
.banner-1 .col-img img{
	border-radius: 3px;
}
/* owl carousel */
.owl-theme .owl-nav{
	margin: 0;
}
.owl-item.active:not(.lastActiveItem) .row_items{	
}
.owl-theme .owl-dots{
	position: absolute;
    left: 10%;
    top: 114%;
}
.owl-theme .owl-dots{
	text-align: center;
}
.owl-theme .owl-dots .owl-dot{
	display: inline-block;
	line-height: 1;
}
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span{
	background: none;	
	border-color: #EA8822;	
}
.owl-theme .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	margin: 0 6px;
	border: 2px solid #909090;
}
.owl-carousel:hover .owl-nav [class*="owl-"]{
	opacity: 1;
}
.owl-theme .owl-nav [class*="owl-"]{
	position: absolute;
	top: 50%;
	margin: -24px 0 0 0;
	background: #fff !important;
	width: 44px;
	height: 44px;
	text-align: center;
	color: #878787;
	opacity: 1;
	padding: 0;
	border: 1px solid #ebebeb;
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
	border-radius: 3px;
}
.owl-nav > .owl-next{
	right: -24px;
}
.owl-nav > .owl-prev{
	left: -24px;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
	color: #EA8822;
}
.owl-products .owl-nav > .owl-next{
	right: -25px;
}
.owl-products .owl-nav > .owl-prev{
	left: -35px;
}
.owl-style2 .owl-theme .owl-nav [class*="owl-"]{
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	background: none !important
}
.owl-style2 .owl-theme .owl-nav [class*="owl-"]{
	border: none;
	color: #b2b2b2
}
.owl-style2 .owl-theme .owl-nav [class*="owl-"]:hover{
	color: #EA8822;
}
.owl-style2  .owl-nav > .owl-next{
	right: -40px;
}
.owl-style2  .owl-nav > .owl-prev{
	left: -40px;
}
.owl-style2 .owl-theme .owl-nav [class*="owl-"] i{
	font-size: 14px;
	line-height: 40px;
}
.owl-nav [class*="owl-"] i{
	font-size: 12px;	
	line-height: 46px;
}
/* banner-ourbrands */
.banner-ourbrands .item img{
	display: inline-block;
}
.banner-ourbrands{
	padding: 50px 0;
}
.banner-ourbrands .owl-carousel .owl-item:not(:hover) img{
	opacity: .3;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.banner-ourbrands .owl-carousel .owl-item{
	padding: 0;
}
.banner-ourbrands .module-title{
	display: none;
}
.banner-ourbrands .owl-item.active{
	position: relative;
}
/* breadcrumbs */
.breadcrumb{
	padding: 30px 0;
	margin: 0;
	background: none;
	/* border-bottom: 1px solid #ebebeb; */
}
.breadcrumb  a:hover,
.breadcrumb li:last-child a{
	color: #535353;
}

.breadcrumb > li + li::before,
.breadcrumb a{
	color: #91959b;
	font-size: 13px;
}
.common-home .breadcrumbs{
	display: none;
}
.breadcrumbs{
	clear: both;
	background: #F2F4F7;
}
/* category */
.category-info .img-thumbnail{
	border: none;
	border-radius: 0;
	padding: 0;
}
.toolbar{
	float: left;
	width: 100%;
	margin: 30px 0 15px;
	border: 1px solid #ebebeb;
	padding: 15px 25px;
}
.toolbar3 .btn-group{
	background: #fff;
	float: right;
	margin-left: 15px;
	margin-top: 2px;
}
.toolbar3{
	margin-top: 45px;
    padding: 0;
}
.toolbar1{
	padding: 0;
}
.toolbar2,
.toolbar1{
	padding-left: 0;
	background: #fff;
}
#input-sort,
#input-limit{
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	box-shadow: none;
	height: 30px;
	font-size: 12px;
}
#grid-view2,
#grid-view{
	border: none;
	border-radius: 0px;
	color: #dbdbdb;
	padding: 0;
	background: none;
	line-height: 16px;
	height: 16px;
	width: 16px;
}
#grid-view2:hover,
#grid-view2.selected,
#grid-view:hover,
#grid-view.selected{
	/* background: #EA8822; */
	color: #5A6B85;
}
#grid-view2{
	/* border-radius: 20px 0 0 20px; */
	margin-right: 10px;
}
#grid-view{
	/* border-radius: 0px 20px 20px 0; */
}
#grid-view2 i,
#grid-view i{
	/* line-height: 36px; */
	font-size: 16px;
}

.custom-products .product-grid .product-thumb {
    margin-bottom: 5px;
}

.custom-cats{
	margin-top: 20px;
}

.cat-image{
	height: 92px;
}

.custom-cats .product-grid .product-thumb .product-inner {
    padding-bottom: 15px;
	text-align: center;
    margin-right: 20px;
}

.pagination{
	margin: 0;
	background: #fff;
	display: block;
}
.pagination > li.active > span, .pagination > .active > a, 
.pagination > .active > a:focus, .pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active > span:focus, 
.pagination > .active > span:hover, .pagination > li > a:focus, 
.pagination > li > a:hover, .pagination > li > span:focus, 
.pagination > li > span:hover {
    background-color: #EA8822 !important;
    color: #FFF !important;
}
.pagination > li > a, .pagination > li > span{
	border: none;
	border-radius: 3px !important;
	background: #f1f1f1 !important;
	color: #7a7a7a !important;
	font-size: 18px;
	padding: 0 5px;
	margin: 0 3px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
}
.toolbar4{	
	margin: 0;
	margin-top: 30px;
	clear: both;
	float: left;
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 15px 25px;
}
.toolbar4  .col-sm-6{
	padding: 0;
}
.toolbar4  .text-right{
	margin-top: 7px;
	font-size: 13px;
	color: #6a6a6a;
	background: #fff;
	width: auto;
	float: right;
}
/* product detail */
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
}
.block-1{
	margin-bottom: 30px;
}
.block-1 .thumbnail{
	padding: 0;
	border-radius: 0;
	border: none !important;
	margin: 0;	
	width: 100%;
    height: 100%;
}
.image-additional-container .thumbnail{
	opacity: .2
}
.image-additional-container{
	padding: 0 25px 0 25px;
	position: relative;
	padding-top: 25px;
	   margin-left: 3px;
}
.image-additional-container .current-additional.thumbnail,
.image-additional-container .thumbnail:hover{
	/* border-color: #ebebeb; */
	/* border-radius: 3px; */
	opacity: 1;
}
.image-additional-container .thumbnail{
	/* border: 2px solid transparent; */
}
.image-additional-container .owl-item {
	padding: 0;
}
.block-2 .product-name{
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #363f4d;
	text-transform: capitalize;
	line-height: 1;
}
.block-2 .product-name + p{
	margin: 10px 0 0;
}
.block-2 .product-name + p a{
	text-transform: capitalize;
}
.block-2 .ratings .rating-box{
	display: inline-block;
	margin-right: 15px;
}
.block-2 .ratings .rating-box div[class^="rating"]{
    background-position: left;
	width: 66px;
}
.block-2 .ratings span,
.block-2 .ratings a{
	font-size: 13px;
	color: #EA8822;
	vertical-align: bottom;
}
.block-2 .ratings a{
	margin: 0 15px
}
.block-2 .ratings{
	margin: 25px 0;
}
.block-2 .list-unstyled hr{
	color: #ebebeb;
}
.block-2 .list-unstyled{
	color: #363f4d;
	clear: both;
	float: left;
	line-height: 24px;
	font-size: 14px;
}
.block-2 .price-product .new-price{
	margin-right: 10px;
}
.block-2 .price-product .old-price{
	font-size: 18px;
	color: #a4a4a4;
	text-decoration: line-through;
}
.block-2 .price-product{
	font-family: Proxima_new_semi;
	font-size: 28px;
	line-height: 30px;
	color: #2B2B2B;
	position: relative;
    top: 27px;
}
.block-2 .ex-text{
	color: #EA8822;
	margin-left: 5px;
	font-weight: 400;
}
.block-2 .short-des{
	margin: 25px 0 30px;
	color: #666666;
	line-height: 26px;
	font-size: 16px;
}

#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    display: inline-block;
    height: 35px;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 35px;
    font-size: 20px;
    border-radius: 0px;
	border: none;
	background: none;
	padding: 0;
	color: #878787;
	font-size: 14px;
	margin: 3px 0 3px 0;
}
#input-quantity2,
#input-quantity {
    width: 35px;
}
label[for='input-quantity']{
	display:block;
	line-height: 35px;
	margin-right: 30px;
	font-family: Proxima_new_semi;
	font-size: 18px;
	line-height: 18px;
	color: #2B2B2B;
}
#button-cart2 i,
#button-cart i{
	font-size: 24px;
	display: none;
}
.button-cart2,
.button-cart{
	margin: 58px 10px 25px 0;
    float: left;
	background: #EB7025 url(/catalog/view/theme/tt_furnilife/image/cart.png) no-repeat 84% 45%;
    height: 54px;
    padding: 0 40px;
    padding-left: 25px;
    text-transform: uppercase;
	font-family: Proxima_new;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.button-cart2:hover,
.button-cart:hover{
	background: #D25A11 url(/catalog/view/theme/tt_furnilife/image/cart.png) no-repeat 84% 45% !important;
	color: #fff !important;
}

.button-incart2,
.button-incart{
	margin: 58px 10px 25px 0;
    float: left;
	background: #FFFFFF url(/catalog/view/theme/tt_furnilife/image/incart.png) no-repeat 86% 49%;
    padding: 20px 51px 18px 29px;
    padding-left: 25px;
    text-transform: uppercase;
	font-family: Proxima_new_semi;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.04em;
	color: #EB7025;
	border: 1px solid #EB7025 !important;
    box-sizing: border-box !important;
    border-radius: 2px;
}
.button-incart2:hover,
.button-incart:hover{
	color: #FFFFFF !important;
    background: #EB7025 url(/catalog/view/theme/tt_furnilife/image/invart-inactive.png) no-repeat 86% 49% !important;
}



.btn-actions button.btn-compare span, 
.btn-actions button.btn-wishlist span{
	display: none;
}
.btn-actions button.btn-compare i, 
.btn-actions button.btn-wishlist i{
	font-size: 18px;
	color: #bec2c7;
}
.btn-actions button.btn-compare, 
.btn-actions button.btn-wishlist {
    width: 40px;
    height: 40px;
    /* border: 1px solid #f2f2f2; */
    border-radius: 100%;
    text-align: center;
    display: inline-block;
	margin-bottom: 25px;
	padding: 0;
	margin-right: 8px;
	float: left;
	margin-top: 25px;
	background: #f2f2f2 !important;
}
.btn-actions button.btn-compare:hover, 
.btn-actions button.btn-wishlist:hover {    
    background-color: #EA8822 !important;
    border-color: #EA8822;
}
.btn-actions button.btn-compare:hover i, 
.btn-actions button.btn-wishlist:hover i{    
	color: #fff;
}
#product2,
#product{
	clear: both;
}
.has-option{
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 0 20px;
	margin-top: 20px;
}
.option-container + div{
	margin: 25px 0;
}
.quantity-box{
	width: 115px;
	border: 1px solid #D1D1D1;
	box-sizing: border-box;
	border-radius: 2px;
	float: left;
}
.block-3{
	padding: 0;
}
.block-3 .tab-content{
	padding: 40px 0px;
	margin-bottom: 50px;
	border: 1px solid #ebebeb;
	border-top:  none;
}
#tab-review #review i{
	color: #f9ba48;
}
#tab-review #review{
	max-height: 300px;
	overflow: auto;
}
.block-3 .tab-content .tab-pane{
	max-height: 300px;
	overflow: auto;
	padding: 0 25px;
	line-height: 28px;
}
.block-3 .tab-content .tab-pane#tab-review{
	max-height: 450px;
}

.header_contacts{
	display:none;
}
.block-3 .nav-tabs{
	margin: 80px 0 0 0;
	border: none;
	padding: 15px 0;
	position: relative;
	border: 1px solid #ebebeb;
}
.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a{
	color: #363f4d;
	/* background: #101010; */
	/* border-color: #101010; */
}
.block-3 .nav-tabs li a{
	color: #c3c3c3;
	border: none !important;
	/* border-radius: 20px; */
	margin: 0;
	padding: 0px 30px;
	background: none !important;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-right: 1px solid #ebebeb !important;
}
.block-3 .nav-tabs li:last-child a{
	border-right: none !important;
}
.block-3 .nav-tabs li{
	display: inline-block;	
	float: none;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 6px;
}
.bootstrap-datetimepicker-widget a[data-action]{
	padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover{
	background: none !important;
}
.bootstrap-datetimepicker-widget td span{
	height: 40px !important;
	line-height: 40px !important;
	margin: 0px !important;
}
.alert.alert-success{
	text-align: center;
	font-size: 14px;
	margin: 0;
}
.account-login .well{
	background: none;
	box-shadow: none;
}
.information-contact form .required{
	margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
	height: auto;
}
.product-des{
	font-size: 14px;
	color: #7a7a7a;
	line-height: 24px;
	margin-bottom: 30px;
}
.box-timer .countdown-period{
	display: block;
	color: #c8c8c8;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}
.box-timer .countdown-section:not(:last-child){
	margin-right: 3px;
}
.box-timer .countdown-section .countdown-amount{
	color: #9acf6b;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	margin: 10px 0 3px;
	display: block;
}
.box-timer .countdown-section{
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #ebebeb;
	background: #fff;
	height: 50px;
	width: 50px;
	text-align: center;	
}
.product-layout:hover .box-timer{
	/* opacity: 1; */
}
.box-timer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	/* opacity: 0; */
}
/* footer */
#back-top:hover{
	background: #D25A11;
}
#back-top{
	position: fixed;
	bottom: 30px;
	right: 20px;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	background: #EB7025;
	opacity: 0.8;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}
#back-top i{
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}
body:not(.common-home) footer{
	margin-top: 80px;
}
footer{
	border-top: 1px solid #ebebeb;
	background: #f9f9fb;
}
.title-footer{
	color: #363f4d;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	margin: 30px 0 20px;
}
.col-f ul li a:hover{
	color: #EA8822
}
.col-f ul li a{
	color: #7a7a7a;
	line-height: 30px;
	font-size: 14px;
}
.top-footer ul{
	margin: 0;
}
.col-f li a{
	color: #999999;
	line-height: 24px;
}
.top-footer{
	padding: 36px 0 0;
}
.bottom-footer{	
	padding: 30px 0;
	/* float: left; */
	/* width: 100%; */
}
.copyright-text a{
	color: #EA8822;
}
.copyright-text{
	color: #7a7a7a;
	float: left;
	margin: 5px 0 0;
	text-transform: capitalize;
}
.payment-img{
	float: right;
}
.category-module{
	margin-bottom: 30px;
}
.category-module h3{
	width: 100%;
	padding: 0px;
	margin-bottom: 0px;
	padding-top: 45px;
	padding-bottom: 26px;
	font-family: Proxima_new_semi;
	font-size: 18px;
	line-height: 0px;
	color: #2B2B2B;
}
.category-module ul ul{
	padding:0;
}
.category-module ul {
    margin: 0;
}
.category-module li{}
.category-module li a.active{
	color: #EA8822
}
.category-module li a{
	position: absolute;
	padding-top: 5px;
	font-family: Proxima_new;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	letter-spacing: 0.04em;
	color: #535353;
}
.category-module li{
    padding: 8px 0;
	padding: 10px 0;
	display: block;
	color: #535353;
	font-size: 14px;
	border-bottom: 1px solid #E4E4E4;
}
.related-products{
	padding-top: 115px;
	clear: both;
}
.related-products  .product-des{
	display: none;
}
.related-container{
}
/* responsive */
@media(max-width: 1024px){
	.zoomContainer,
	.b-modal,
	.newletter-popup{
		display: none !important;
	}
}
@media(max-width: 991px){
	
	 #button-cart2{
		 position: relative;
		top: -107px;
		left: 20px;
	 }
	
	.search-containers{
		width: 250px;
	}
	.banner-1 .text-content{
		font-size: 90%;
		left: 30px;
		bottom: 20px;
	}
	.banner-1 .text-content h3{
		margin: 0 0 5px 0;
	}
	.block-static-policy{
		width: 100%;
	}
	.cart-container{
		width: auto;
	}
	.logo-container,
	.cart-container,
	.block-static-policy{
		padding: 10px 0;
	}
	.payment-img,
	.copyright-text{
		float: none;
		text-align: center;
	}
	.copyright-text{
		margin-bottom: 10px;
	}
	#button-cart2, #button-cart{
		
	}
	.qv-button-container{
		display: none;
	}
}
@media(max-width: 767px){
	.banner-1 .col-img{
		text-align: center;
	}
	.banner-1 > div:hover img {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
	.banner-1 .text-content{
		font-size: 16px;
		top: 50%;
		left: 50%;
		width: 50%;
		text-align: center;
		bottom: auto;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	input[name^="quantity["]{
		min-width: 40px;
		padding: 0;
		text-align: center;
	}
	.top-footer .col-f:not(:last-child){
		margin-bottom: 30px;
	}
	.owl-dots,
	.owl-nav{

	}
	.payment-img,
	.copyright-text{
		float: none;
		text-align: center;
	}
	.copyright-text{
		margin-bottom: 10px;
	}
}
@media(max-width: 680px){
	.block-right,
	.block-left{
		width: 100%;
		text-align: center;
	}
}
@media(max-width: 560px){	
}
@media(max-width: 480px){


	
	.mt0 {
    margin-top: 20px !important;
}

	#blog_home .module-title2{
		text-align: center;
		padding: 15px 0;
	}
	.view_all{
		float: none;
		padding: 0;
	}
	.static-policy .text-content,
	.static-policy .col-img{
		float: none;
		text-align: center;
	}
	.cart-container{
		width: 100%;
		text-align: center;
	}
	#cart{
		float: none;
		position: static;
	}
	#cart .dropdown-menu::before{
		right: auto;
	}
	#cart .dropdown-menu::before,
	#cart .dropdown-menu{
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.static-policy .col{
		/* width: 100%; */
		text-align: center;
		margin-bottom: 20px;
	}
	.owl-item.active .row_items{
		border-right: none !important;
	}
	.top-header #top > ul li .dropdown-menu,
	.top-header .row > div > ul li .dropdown-menu{
		min-width: 100px;
		left: 0;
		right: auto;
	}
	#top-links{
		right: 0 !important;
		left: auto !important;
		min-width: 120px !important;
	}
	#cart p.cart-button a{
		margin: 0;
	}
	.toolbar2, .toolbar1{
		width: 100%;
		padding: 0;
		margin: 5px 0;
	}
	.block-right{
		margin: 10px 0;
	}	
	.tab-heading li{
		margin: 5px 20px;
	}
	#cart .dropdown-menu{
		min-width: 260px;
	}
	#cart p.cart-button a:not(:last-child){
		margin: 0 10px 10px 0;
	}	
	.logo-container #logo{
		display: inline-block;
	}
	.logo-container{
		width: 100%;
		text-align: center;
	}
}
@media(max-width: 360px){
	.static-policy .col{
		width: 100%;
	}
}

#insta{
	position: relative;
	background-image: url('/catalog/view/theme/tt_furnilife/image/insta.svg');
	width: 14px;
	height: 14px;
	top: 40%;
}

.social_block{
	width:15%;
}

.menu_block{
	width:70%;
	text-align: center;
}

.language_block{
	width:15%;
}


.list-groups{
	margin: 0;
	padding: 0px;
}

.list-groups li {
	display: inline; /* Отображать как строчный элемент */
    padding-left: 22px; /* Поля вокруг текста */
}

.list-groups li:first-child {
  padding-left: 0px;
}


.list-menu{
	margin: 0;
	padding: 0px;
}

.list-menu li {
	display: inline; 
	width: 16.6%;
	padding-left: 15px;
	font-family: Proxima_new_semi;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #878787;

}

.list-menu li:first-child {
    padding-left: 0px;
}

.list-languages{
	margin: 0;
	padding-right: 20px;
}

.list-languages li {
	display: inline; 
	width: 50%;
	font-family: Proxima_new_semi;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #878787;
}

.list-languages li:first-child {
    padding-left: 0px;
}

#active_lang {
	color: #535353;
	 text-decoration: underline;
}

.list-languages li:not(:first-child):before {
    content: " / ";
}

.vermenu-container {
    width: 40%;
}

.logo_block{
	display: flex;
	width: 20%;
    padding: 23px 0;
    justify-content: center;
    align-items: center;
}

.nav_block{
	width: 40%;
    padding: 30px 0;
	
}

.list-navigation{
	margin: 0;
	padding-right: 20px;
}

.list-navigation li {
	display: inline;
	padding-left: 25px;
	width: 25%;
}

.list-navigation li:first-child {
   
}

.pro_gallery{
	font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #2B2B2B;
    margin-top: 35px;
    margin-bottom: 35px;
    max-width: 600px;
}


.button_play {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #EA8822;
  box-sizing: border-box;
  border-radius: 2px;
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  font-family: Proxima_new;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #EA8822;
  padding: 1em 2em;
  margin-top:80px;
}

.button_play:hover {
	color: #FFFFFF;
	background-color: #EA8822;
}

  .button_play::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: radial-gradient(
      circle closest-side,
      rgba(255,255,255,.25) 99%,
      rgba(0,0,0,0) 100%
    );
    background-repeat: no-repeat;
    transform: scale(5);
    opacity: 0;
    transition: .75s ease-out transform, .25s .5s ease-in opacity;
    transform-origin: inherit;
    background-position: inherit;
  }
  

  .button_play:active::before {
    transition: none;
    opacity: 1;
    transform: scale(0);
  }
  
  .featured-cat-thumb{
	border-bottom: 1px solid #E7E7E7;
	background: #fff;
}
/* .content-thumb:hover .viewall, */
.content-thumb:hover .name{
	color: #EA8822;
}
.featured-categories-container .row_items{
	border: none !important;
}
.featured-categories-container .lastActiveItem .row_items .fcategory-content{
	border-right: none;
}
.featured-categories-container .row_items .fcategory-content:last-child{
	border-bottom: none;
}
.featured-categories-container .row_items .fcategory-content{
	border-bottom: 1px solid #ebebeb;
	padding: 25px 20px;
	position: relative;
}
.img-thumb{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.content-thumb .viewall:hover{
	color: #EA8822;
}
.content-thumb .viewall{
	font-size: 12px;
	color: #c4c4c4;
	line-height: 2;
	text-transform: capitalize;
}
.content-thumb .dec{
	color: #7a7a7a;
	font-size: 13px;
	line-height: 24px;
	margin: 0 0 35px 0;
	text-transform: capitalize;
}
.content-thumb .name{
	display: flex;
    align-items: center;
    justify-content: center;
	color: #878787;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-top: 16px;
}
  
#instagram_block_home{
	position: relative;
}
#instagram_block_home .owl-nav > .owl-next{ 
	
}
#instagram_block_home .owl-nav > .owl-prev{

}
.mfp-bg{
	z-index: 9999 !important;
}
.mfp-wrap{ 
	z-index: 10000 !important;
}

.flexy{
	display: flex;
    align-items: center;
    justify-content: center;
}

.cat_image{
	min-height:40px;
}

path {
  fill: #878787;
}

path:hover {
  fill: #DA4567;
}

.filter-orange:hover{
   filter: invert(44%) sepia(96%) saturate(1042%) hue-rotate(349deg) brightness(98%) contrast(87%);
}

.filter-orange-all{
   filter: invert(44%) sepia(96%) saturate(1042%) hue-rotate(349deg) brightness(98%) contrast(87%);
}

.module-title3{
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 40px;
	color: #2B2B2B;	
	padding-top: 68px;   
    padding-bottom: 36px 
}

.svg_cat{
	width: 6%;
}

.img_cat_cont{
	display: inline-flex;
    width: 40px;
	height: 20px;
}

.product_cnt{
	display: inline-block;
	float:right;
	padding-top: 3px;
}

.product_filter_cnt{
	display: inline-block;
	float:right;
}

.img_cat_cont_fix{
	display: inline-flex;
    width: 5px;
	height: 20px;
}

.product_container{
	position: relative;
    top: -137px;
}

.product_breadcrumb{
	min-height: 217px;
}

.product_page_title{
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	color: #2B2B2B;
	margin-top: -8px;
}

.quant_frm{
    padding-top: 121px;
}

#input-quantity{
font-family: Proxima_new_semi;
font-size: 20px;
line-height: 20px;
text-align: center;
color: #2B2B2B;
}

.colors{
	float: left;
    position: relative;
    left: 70px;
	min-height: 79px;
}

.radio-color{
	display:inline;
}

.radio-color input[type="radio"]{
	display: none;
}

.radio-color input[type=radio]:checked ~ img {
    border: 2px solid #EB7025;
}

.img-thumbnail {
	border: 2px solid transparent;
}

.cont_buy_buttons{
    position: relative;
	bottom: 41px;
    left: 90px;
}

.animated_click {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.animated_click:hover {
	color: #FFFFFF;
	background-color: #EA8822;
}

  .animated_click::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: radial-gradient(
      circle closest-side,
      rgba(255,255,255,.25) 99%,
      rgba(0,0,0,0) 100%
    );
    background-repeat: no-repeat;
    transform: scale(5);
    opacity: 0;
    transition: .75s ease-out transform, .25s .5s ease-in opacity;
    transform-origin: inherit;
    background-position: inherit;
  }
  

  .animated_click:active::before {
    transition: none;
    opacity: 1;
    transform: scale(0);
  }

  .cart_wishlist{
	width: 54px;
    height: 54px;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    padding: 0;
    margin-right: 8px;
    float: left;
    margin-top: 25px;
  }
  
  .cart_like{
		color: #AEAEAE;
		font-size: 22px;
  }
  
  .cart_wishlist:hover {
	
  }
  
  .cart_wishlist:hover > .cart_like {
	  color: #EA8822 !important;
  }
  
  .product_share_button{
	width: 54px;
    height: 54px;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    padding: 0;
    margin-right: 8px;
    float: left;
    margin-top: 35px;
	border-color: transparent;
  }
  
  .product_share_button:hover{
	  background: #fff !important;
	  border-color: #EA8822;
  }
  
  .share_svg{
	width:100%;
	height:100%;
	background: url(/catalog/view/theme/tt_furnilife/image/share.svg) no-repeat 50% 46%;  
  }
  
  .share_svg:hover{
	background: url(/catalog/view/theme/tt_furnilife/image/share_hover.svg) no-repeat 50% 46%;  
  }
  
  .td_attr_name{
	  padding-top: 22px;
	  font-family: Proxima_new_semi;
	  font-size: 18px;
	  line-height: 18px;
	  color: #2B2B2B;
  }  
  
  .td_attr_desc{
	font-family: Proxima_new;
	font-size: 16px;
	line-height: 24px;
	padding-top: 8px;
    padding-bottom: 10px;
	color: #2B2B2B;
	border-bottom: 1px solid #E4E4E4; 
  }
  
  .table_attr{
	width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	position: relative;
	bottom: 20px;
  }  
  
  .table_attr tr>td {
    vertical-align: top;
  }
  
  .attr_img{
	  padding-top: 22px;
  }
  
  .td_attr_img{
	 border-bottom: 1px solid #E4E4E4;
  }
  
  .image_items{
	 width: 10%;
	 float: left;
	 position: relative;
     right: 1.3%;
  }
  
  .wd45{
	  width: 45%;
  }
  
  .thumbnails{
	  box-shadow: 0px 20px 40px rgba(31, 33, 36, 0.1);
	  width: 610px;
	  height: 610px;
	  background: #FFFFFF;
  }

 .slider {
        width: 100%;
        margin: 95px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
	
	.slick-prev, 
	.slick-next {
		-webkit-transform: translate(-50%, 0) rotate(90deg);
		-ms-transform: translate(-50%, 0) rotate(90deg);
		transform: translate(-50%, 0) rotate(90deg);
		left: 50%;
	}
		
	.slick-prev {
		top: -25px;
	}

	.slick-next {
		top: auto;	
		bottom: -10px;
	}
	
	.unactive_item{
	opacity: .5;
}

.current-additional, .unactive_item:hover{
	opacity: 1;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #EA8822;
}

.thumbnail {
    margin-bottom: 8px;	
}

.pad_left{
	padding-left: 58px;
}

.attr-tabs{
    bottom: 5px;
}

.image-descr{
	width: 50%;
    float: left;
}

.full_descr{
	width: 50%;
	float: left;
	padding-left: 30px;
	font-family: Proxima_new;
	font-size: 15px;
	line-height: 24px;
	color: #2B2B2B;
}

.full_descr h2 {
	margin: 0;
	padding-bottom: 15px;
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	color: #2B2B2B;
}

.reviews{
	padding-top: 120px;
}

.reviews_title{
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	color: #2B2B2B;
	margin-bottom: 35px;
}

.form-horizontal{
	padding-top: 20px;
}

.all_rviews{
	float: left;
    width: 67%;
}

.add_review{
	float: right;
    width: 30%;
	background: #FFFFFF;
	box-shadow: 0px 10px 50px rgba(31, 33, 36, 0.12);
	border-radius: 2px;
	opacity: 0.7;
}

.add_review:focus-within{
	opacity: 1.0;
}

.some_review{
	background: #F4F5F7;
	border-radius: 2px;
	float: left;
    width: 100%;
	margin-bottom: 30px;
	min-height: 100px;
}

.customer_info{
    padding-right: 40px;
    padding-top: 30px;
    padding-left: 40px;
    padding-bottom: 30px;
}

.review_rating strong{
	font-family: Proxima_new_semi;
	font-size: 16px;
	line-height: 16px;
	color: #2B2B2B;
}

.fa_active{
	color: #FFCA54;
}

.fa_unactive{
	color: #C5C5C5;
}

.fa{
   margin-left: 3px;
}

.fa-stack {
	 width: 12px;
    height: 12px;
}

.review_rating{
	position: relative;
    right: 6px;
	width: 17%;
    float: left;
}

.review_text{
    width: 83%;
    float: left;
    font-family: Proxima_new;
    font-size: 15px;
    line-height: 24px;
    color: #2B2B2B;
    padding-left: 50px;
    margin-bottom: 30px;
}

.star_block{
	position: relative;
    right: 6px;
}

.space_bl{
	float:left;
	width:3%; 
	min-height: 100px;
}

.add_review_title{
    font-family: Proxima_new_semi;
    font-size: 20px;
    line-height: 20px;
    padding-top: 14px;
    padding-left: 43px;
    color: #2B2B2B;
}

.add_rating_text{
	font-family: Proxima_new;
	font-size: 13px;
	line-height: 13px;
	padding-left: 43px;
	padding-top: 19px;
	color: #878787;
	padding-bottom: 10px;
}

.rating_block {
  width: 360px;
  height: 72px;
}
.rating_block input[type="radio"] {
  display: none;
}
.label_rating {
  float: right;
  display: block;
  margin-left: 12px;
  width: 53px;
  height: 50px;
  background: url('/catalog/view/theme/tt_furnilife/image/rating.png') no-repeat 50% 0;
  cursor: pointer;
}
/*Пишем правила смены положения background-а*/
.rating_block .label_rating:hover, /*Правило для ховера на текущий лейбл*/
.rating_block .label_rating:hover ~ .label_rating, /*Правило для всех следующих лейблов по DOM дереву*/
.rating_block input[type="radio"]:checked ~ .label_rating /*Правило для всех следующих лейблов после выбранного инпута, чтобы звездочки как бы зафиксировались*/
{
  background-position: 50% -50px;
}

.group {
  position: relative;
  margin-bottom: 30px;
}

.group input {
  font-size: 16px;
  padding: 10px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
}
.group input:focus {
  outline: none;
}

.group label {
  color: #999;
  font-size: 18px;
  position: absolute;
  pointer-events: none;
  top: 15px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
.group input:focus ~ label, input:valid ~ label {
  top: -15px;
  font-size: 14px;
  color: #5A6B85;
}

.error_input{
	border-bottom: 1px solid #BC3636 !important;
}

.error_label{
	color:#BC3636 !important;
}


/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
}
.bar:before, .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #5A6B85;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}

/* active state */
.group input:focus ~ .bar:before,
.group input:focus ~ .bar:after {
  width: 50%;
}

.inputs_block{
	padding-left: 40px;
    padding-right: 40px;
}

.main_button{
	height:40px;
	padding-left: 30px !important;
    padding-right: 30px !important;
	font-family: Proxima_new !important;
	font-size: 15px !important;
	line-height: 15px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #EB7025 !important;
	background: #FFFFFF;
	border: 1px solid #EB7025 !important;
	box-sizing: border-box !important;
	border-radius: 2px;
}

.main_button {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.main_button:hover {
	color: #FFFFFF !important;
	background-color: #EA8822 !important;
}

  .main_button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: radial-gradient(
      circle closest-side,
      rgba(255,255,255,.25) 99%,
      rgba(0,0,0,0) 100%
    );
    background-repeat: no-repeat;
    transform: scale(5);
    opacity: 0;
    transition: .75s ease-out transform, .25s .5s ease-in opacity;
    transform-origin: inherit;
    background-position: inherit;
  }
  

  .main_button:active::before {
    transition: none;
    opacity: 1;
    transform: scale(0);
  }
  
  .alignment_l{
	  margin-left:40px;
	  margin-bottom: 30px;
  }
  
  .clear_button{
	  display: inline-block;
	  padding-left: 10px;
	  cursor: pointer;
	  font-family: Proxima_new;
	  font-size: 15px;
	  line-height: 15px;
	  text-align: center;
	  letter-spacing: 0.08em;
	  text-transform: uppercase;
      color: #878787;
  }
  
.review_success{
	float: right;
    width: 30%;
	background: #FFFFFF;
	box-shadow: 0px 10px 50px rgba(31, 33, 36, 0.12);
	border-radius: 2px;
}

.image_success{
	padding-top: 55px;
    margin-bottom: 23px;
}

.review_success_text{
	margin-bottom: 55px;
    padding-left: 60px;
    padding-right: 60px;
	font-family: Proxima_new_semi;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #2B2B2B;
}

.category-name{
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 55px;
	color: #2B2B2B;
	float: left;
	margin-bottom: 35px;
}

.search-name{
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 55px;
	color: #2B2B2B;
	float: left;
	margin-bottom: 35px;
}

.cat_conf_view{
	display: inline-block;
}

.product-add-info{
	display: none;
	z-index: 2;
}

.product-thumb:hover{
	position: relative;
    opacity: 1;
}

.product-footer{	
	position: absolute;
    top: 97%;
    left: 0;
    z-index: 2;
    display: none;
    width: 98.6%;
    padding: 0 23px 22px;
    background-color: #F4F5F7;

	box-shadow: 0px 1px 20px 0px rgba(59, 63, 71, 0.2);
}



.product-footer:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 1;
	display: block;
	height: 20px;
	width: 100%;
	background-color: #F4F5F7;
}

.product-thumb:hover  ~ .product-footer{
	display:block;
	z-index: 100;
}


.product-thumb:hover{
	box-shadow: 0px 4px 60px rgba(59, 63, 71, 0.2);
}

.cat_item_attr{
	border-left: 1px solid #C4C4C4;
	font-family: Proxima_new;
	font-size: 15px;
	line-height: 30px;
	color: #878787;
	padding-left: 15px;
    margin-left: 15px;
}

.superbb{
	position:relative;
	background: #FDF5F1;
	margin-top: 100px;
	width: 494px;
	height: 504px;
    z-index: 1;
    left: -20%;
	opacity:0.99;
	transition: background-color 0.5s linear;
}

#carousel_types{
    position: relative;
    border-bottom: 20%;
    bottom: 350px;
}

.type_p_title{
	position:relative;
	z-index:4;
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 40px;
	color: #2B2B2B;
	left: 58%;
    top: 13%;
}

#carousel_types  .owl-nav{
	position: absolute;
    top: 120%;
	left: 2.5%;
    margin: -24px 0 0 0;
    background: transparent;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #dadada;
    opacity: 1;
    padding: 0;
}

#carousel_types .owl-nav > .owl-prev 
{
	left: -36px;
}

.type_title{
	font-family: Proxima_new_semi;
	font-size: 24px;
	line-height: 24px;
    color: #2B2B2B;
    padding: 77px 0 0px 37px;
}

.li_sub{
	display:inline;
	margin-right: 6px;
	font-family: Proxima_new;
	font-size: 16px;
	line-height: 16px;
	color: #2B2B2B;
	opacity: 0.4;
}

.type_sub_title{
	padding: 11px 0 60px 38px;
	width: 70%;
}

.highlighteds{
	box-shadow: -5px 4px 11px 1px rgba(0, 0, 0, 0.03);
	border-radius: 2px;
	margin-left: 10px !important;
}

.text-content-bonus-slider{
	position: absolute;
    top: 32%;
    left: 50%;
    right: 15px;
    z-index: 2;
    font-size: 16px;
    padding: 0 15px;
    line-height: 24px;
}

.bonus-slider-cat{
	font-family: Proxima_new;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.06em;
	text-decoration-line: underline;
	color: #2B2B2B;
}

.bonus-slider-p-title{
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 45px;
	color: #2B2B2B;
	margin-top: 18px;
}

.bonus-slider-p-desc{
	font-family: Proxima_new;
	font-size: 16px;
	line-height: 24px;
	color: #2B2B2B;
	margin-top: 8px;
	margin-bottom: 40px;
}

.price_block{
	display: inline-block;
    float: left;
}

.bonus-slider-readmore{
	display: inline;
    position: relative;
	overflow: hidden;
    z-index: 10;
	margin-left: 40px;
	background: #EB7025;
	border-radius: 2px;	
	font-family: Proxima_new_semi;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 18px 18px;	
	top: 10px;
}

.old_price{
	font-family: Proxima_new;
	font-size: 20px;
	line-height: 16px;
	color: #2B2B2B;
	text-decoration: line-through;
}

.new_price{
	font-family: Proxima_new_semi;
	font-size: 30px;
	line-height: 40px;
	color: #2B2B2B;
}

.bonus-slider-readmore a{
	color: #FFFFFF;
}

.bonus-slider-readmore:hover{
	background: #D25A11;
}

.articles-date{
	font-family: Proxima_new;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.06em;
	color: #878787;
}

#instagram_block_home .owl-item.active:not(.lastActiveItem) .row_items {
	margin-right: 9px;
}

#blog_home .owl-carousel .owl-item img{
	width:100%;
}

#blog_home .no-js .owl-carousel, .owl-carousel.owl-loaded{

}

.module-title4{
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 40px;
	color: #2B2B2B;	
	display: inline;
}

.inst_name_ttile{
	font-family: Proxima_new;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.06em;
	color: #878787;
	display: inline;
	position: relative;
    bottom: 5px;
    left: 30px;
}

.inst_mb{
	margin-top: 35px;
}

.owl-theme .owl-nav .disabled{
	color:#878787 !important;
	opacity:0.5 !important;
}

.pre_footer_about{
	margin-top: 110px;
}

.pre_footer_about_title{
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 40px;
	color: #878787;
	margin-bottom: 22px;
}

.pre_footer_about_desc{
	float:left;
	width:100%;
	font-family: Proxima_new;
	font-size: 14px;
	line-height: 24px;
	color: #878787;
	padding-right: 40px;
} 

.pre_footer_about_desc2{
	float:left;
	width:50%;
	font-family: Proxima_new;
	font-size: 14px;
	line-height: 24px;
	color: #878787;
}

.footer_logo {
    float: left;
    width: 15%;
    position: relative;
    bottom: 4px;
    opacity: 0.8;
    top: 3px;
}

.footer_phones, .footer_emails{
	width: 100%;
    float: left;
}

.header_phones, .header_emails{
	width: 100%;
    float: left;
	padding-top: 5px;
}

.header_contacts .socials{
	padding-top: 5px;
	padding-bottom: 5px;
    width: 100%;
    float: left;
}

.header_contacts{
	display: none;
}

.footer_logo_text {
	font-size: 15px;
    padding-top: 5px;
}

.footer_menu{
	float:left;
	width:70%;	
	font-family: Proxima_new;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	letter-spacing: 0.06em;
	color: #535353;
	margin-top: 10px;
}

.footer_menu a{
	padding-right:25px;
}

.footer_social{
	float:left;
	width:15%;	
	position: relative;
    bottom: -6px;
}

.footer_social a{
	float: right;
	padding-right:28px;
	    font-size: 14px;
}

.developer{
	color: #EA8822;
}

.copyright{
	text-align:center;
	font-family: Proxima_new;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.08em;
	color: #535353;
	padding-top:23px;
	padding-bottom: 29px;
}

#blog_home .owl-nav > .owl-next{
	right: -50px;
}
#blog_home .owl-nav > .owl-prev{
	left: -50px;
}
#instagram_block_home .owl-nav > .owl-next{
	right: -41px;
}
#instagram_block_home .owl-nav > .owl-prev{
	left: -50px;
}

.type_prem{ 
	position:relative;
	bottom:100px;
}

.vertical-title {
	padding: 41px 0;
}

.super_menu{
	position: absolute;
    z-index: 15;
    background: #fff;
    width: 100%;
	left: 0;
	display:none;
}

.top-menu{
	position: absolute;
    width: 100%;
}

.super_menu_cat
{
	float: left;
	width: 20%;
	padding-top: 35px;
}


.super_menu_cont{
	float:left;
}

.pd35{
	padding-top:35px;
	padding-bottom:35px;
}

.pd35bot{
	padding-bottom:35px;
}

.pd35bot .super_menu_cat{
	padding-left:8.4%;
}

.pd89{
	padding-left: 8.8% !important;
}

.mr12{

}



.article-titles{
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 55px;
	color: #2B2B2B;
	margin-top: 45px;
    margin-bottom: 45px;
}

.articles-name{
	font-family: Proxima_new_semi;
	font-size: 18px;
	line-height: 24px;
	color: #2B2B2B;
}

.aritcles-content{	
	margin-top: 20px;
}

li a{
	color:#878787;
}

.white{
	background:#fff;
}

.article_img{
	margin-top: 22px;
}

.news-title{
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 55px;
	color: #2B2B2B;
	margin-bottom: 10px;
}

.article-description{
	padding-left: 25%;
    padding-right: 25%;
	font-family: Proxima_new;
	font-size: 18px;
	line-height: 30px;
	color: #2B2B2B;
	margin-top: 70px;
}

.share_news{
	float: left;
	margin-top: 15px;
}

.addthis_inline_share_toolbox_w3dy{
	clear:none !important;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}

.article-list{
	float: left;
    width: 33.333333%;
}

.article-page{
	float: left;
	margin-top: 90px;
}

.active-nav{
	border-bottom: 1px solid #EB7025;
    padding-bottom: 19px;
    color: #2B2B2B;
}

.head_title{
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	color: #2B2B2B;
	margin-top: 55px;
	max-width: 600px;
}

.info_desc{
	font-family: Proxima_new;
	font-size: 16px;
	line-height: 26px;
	color: #2B2B2B;
	margin-top: 45px;
}

.info_about1{
	float:left;
	width:48%;
}

.info_about2{
	float:right;
	width:48%;
}

.about_video{
	float: left;
    width: 100%;
    margin-top: 80px;
}

.delivery_info{
	float:left;
	width:24%;
	background: #F4F5F7;
	min-height: 426px;
	margin-right: 6px;
}

.delivery_img{
	margin-top: 62px;
}

.delivery_title{
	font-family: Proxima_new_semi;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #2B2B2B;
	margin-top: 48px;
}

.delivery_desc{
	text-align:center;
	padding: 15px 50px 50px 50px;
}

.contacts{
	float:left;
	width: 70%;
	margin-top: 50px;
}

.contacts_form{
	float:left;
	width: 30%;
	margin-top: 50px;
}

.contact_text{
	font-family: Proxima_new_semi;
	font-size: 20px;
	line-height: 20px;
	color: #2B2B2B;
}

.contact_desc{
	font-family: Proxima_new;
	font-size: 15px;
	line-height: 24px;
	color: #2B2B2B;
	margin-top: 15px;
	margin-bottom: 40px;
}

.contacts_phone, .contact_adress1{
	float:left;
	width: 50%;
}

.contacts_open, .contact_adress2{
	float:left;
	width: 50%;
}

.second_a{
	padding-top: 20px;
}

.send_message{
	float: left;
	background: #FFFFFF;
	box-shadow: 0px 10px 50px rgba(31, 33, 36, 0.12);
	border-radius: 2px;
}

.cont_error{
	padding-left:10px;
}

.contacts-success{
	padding-left: 35%;
    padding-top: 5%;
}

.contacts-success-title{
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	color: #2B2B2B;
	display: inline;
	position: relative;
    top: 10px;
	left: 20px;
}

.contacts-success-message{
	font-family: Proxima_new;
	font-size: 16px;
	line-height: 24px;
	color: #2B2B2B;
	padding-top: 20px;
}

.contacts-success-goback{
	font-family: Proxima_new;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #EB7025;
	padding-top: 30px;
}

.cont_href{
	color: #EB7025;
}

.write_to_us{
	font-family: Proxima_new_semi;
	font-size: 20px;
	line-height: 20px;
	color: #2B2B2B;
	padding: 20px 0px 20px 43px;
}

.room_type{
	position:relative;
	float:left;
	width: 33%;
	margin-left: 4px;
	margin-top: 4px;
	min-height: 400px;
}

.root_cat{
	font-family: Proxima_new_semi;
	font-size: 20px;
	line-height: 20px;
	color: #2B2B2B;
	padding: 30px 0 0px 30px;
}

.sub_cat{
	font-family: Proxima_new;
	font-size: 16px;
	line-height: 16px;
	color: #2B2B2B;
	opacity: 0.4;
	padding: 20px 0 0 30px;
}

.img_type_room img {
	position: absolute;
    bottom: 30px;
    right: 30px;
}

.cabinet{
	background: #FCF2ED;
	border-radius: 2px;
}

.bedroom{
	background: #F1F4F8;
	border-radius: 2px;
}

.gostin{
	background: #F4FCED;
	border-radius: 2px;
}

.bathroom{
	background: #F6EDFC;
	border-radius: 2px;
}

.accesories{
	background: #FCFAED;
	border-radius: 2px;
}

.kids{
	background: #FCEDF9;
	border-radius: 2px;
}

.kitchen{
	background: #EDFCF3;
	border-radius: 2px;
}

.user_menu{
	background: #FFFFFF;
	box-shadow: 0px 0px 50px rgba(31, 33, 36, 0.15);
	border-radius: 2px;
	left: -55px;
	border: none;
	top: 120%;
	min-width: 210px;
}

.user_menu::before {
	content: '';
    position: absolute;
    left: 70px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.ul-account li:first-child{
	    padding-left: 25px;
}

.ul-account {
	padding-top: 15px;
}

.ul-account li {
	display:block;
	padding-bottom: 10px;
	width:100%;
}


.user_menu_links{
	font-family: Proxima_new;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.04em;
	color: #535353;
}

.logout_bord{
	border-top: 1px solid #E4E4E4;
	max-width: 160px;
    margin-bottom: 10px;
}

.lk_menu{
	float:left;
	width:25%;
}

.lk_content{
    float: left;
    width: 25%;
    margin-left: 80px;
}

.lk_title{
	font-family: Proxima_new_semi;
	font-size: 18px;
	line-height: 18px;
	color: #2B2B2B;
	margin-top: 50px;
}

.lk_cat{
	font-family: Proxima_new;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.04em;
	color: #878787;
	padding-top: 12px;
}

.lk_border{
	border-bottom: 1px solid #E4E4E4;
	height: 40px;
}

.lk_menu li a{
	color: #878787;
}

.lk_head_title{
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 55px;
	color: #2B2B2B;
	margin-top: 40px;
}

#edit_info .group input{
	padding: 10px 10px 10px 0;
	color: #2B2B2B;
}
#edit_info .group label{
	left:0px;
	font-family: Proxima_new;
	font-size: 13px;
	line-height: 13px;
	color: #878787;
}

#account-edit{
	margin-top: 30px;
}

.lk_border_active{
	border-bottom: 1px solid #EB7025;
	height: 40px;
}

.lk_border_active a{
	color: #2B2B2B !important;
}

.change_password_btn{
	position: absolute;
	bottom: 15px;
    right: 0;
	border: 1px solid #5A6B85;
	box-sizing: border-box;
	border-radius: 2px;
	font-family: Proxima_new;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5A6B85;
	padding: 7px 11px 5px 10px;
	background: #fff;
	cursor: pointer;
}

#edit_info .group input[disabled]{
	background: none;
    font-size: 16px;
    padding: 10px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;	
}

.label_disabled{
   top: -9px !important;
   font-size: 14px;
   color: #5A6B85;
}

.display_none{
	display:none;
}

.button_orange{
	background: #EB7025 !important;
	color:#fff !important;
}

.button_orange:hover{
	background: #D25A11 !important;
	color: #fff !important;
}

.lk_wishlist_menu{
	float: left;
	width: 23%;	
}

.lk_wishlist{
	float:right;
	width:76%;
}

#account-wishlist{
	margin-top: 30px;
}

.mt0{
	margin-top: 40px;
}

.btn-wishlist.active{
	color: #EB7025;
}

.cart_wishlist.btn.btn-default
{
	border-color: transparent !important;
}

.change_hover{
	position: relative;
    top: 16px;
    right: 12px;
}

.item_add_wishlist{
	width: 54px;
    height: 54px;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    padding: 0;
    margin-right: 8px;
    float: left;
    margin-top: 55px;
	color: #AEAEAE;
}

.item_add_wishlist i{
	padding: 0;
}

.order_date{
	float:left;
	font-family: Proxima_new_semi;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 12px;
	color: #2B2B2B;
	margin-top: 40px;
}

.order_sum{
	float:right;
	font-family: Proxima_new;
	font-size: 15px;
	line-height: 15px;
	text-align: right;
	color: #2B2B2B;
	margin-top: 40px;
}

.order_item{
	float: left;
	width:100%;
	border-top: 1px solid #E4E4E4;
    padding-top: 20px;
	padding-bottom: 20px;
}

.order_item_image{
	float: left;
	width:10%;
}

.order_item_info{
	padding-left:15px;
	float:left;
	width: 60%;
}

.order_item_title{
	font-family: Proxima_new;
	font-size: 16px;
	line-height: 16px;
	color: #2B2B2B;
}

.order_item_color{
	margin-top: 8px;
}

.order_item_color span{
	font-family: Proxima_new;
	font-size: 14px;
	line-height: 14px;
	color: #2B2B2B;
	display: inline;
    position: relative;
    top: 2px;
    left: 3px;
}

.order_item_price{
	margin-top: 10px;
    font-family: Proxima_new;
	font-size: 14px;
	line-height: 14px;
	color: #2B2B2B;
}

.order_item_price_all{
	float:left;
    width: 15%;
	margin-top: 25px;
	padding-right: 35px;
	font-family: Proxima_new_semi;
	font-size: 16px;
	line-height: 16px;
	text-align: right;
	letter-spacing: 0.04em;
	color: #2B2B2B;
}

.order_item_count{
	float:left;	
	width: 15%;
	margin-top: 25px;
	font-family: Proxima_new;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #2B2B2B;	
}

.order_item_count span{
	border: 1px solid #D1D1D1;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 9px;
}

.orders_title{
	margin-top: 40px;
}

#xreviews{
	width: 67%;
	float: left;
}

.review_date{
	margin-top: 10px;
    padding-bottom: 30px;
	font-family: Proxima_new;
	font-size: 15px;
	line-height: 15px;
	color: #878787;
}

.login_form_title{
	font-family: Proxima_new_semi;
	font-size: 20px;
	line-height: 20px;
	color: #2B2B2B;
}

.login_form_social{
	width:100%;
	font-family: Proxima_new;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: #2B2B2B;
	margin-bottom: 5px;
}
.login_form_social_buttons{
	width:100%;
	padding-left:25px;
}

.login_form_text_title {
	text-align:center;
	overflow: hidden;
	font-family: Proxima_newq;
	font-size: 15px;
	line-height: 15px;
	color: #2B2B2B;
	margin-top: 30px;
}
.login_form_text_title:before,
.login_form_text_title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	height: 1px;
	background: #B8B8B8;
	border: solid #B8B8B8;
	border-width: 0 10px;
}
.login_form_text_title:before {
	margin-left: -100%;
}
.login_form_text_title:after {
	margin-right: -100%;
}

.login_block_forgot{
	float:right;
	font-family: Proxima_new;
	font-size: 15px;
	line-height: 22px;
	color: #878787;
	position: relative;
    bottom: 15px;
}

.login_block_forgot a{
	color: #878787;
}

.login_block_forgot a:hover{
	color: #EB7025;
	
}

.login-form-content .action{
	display:inline-block;
	width: 100%;
}

.create_button{
	float: right;
    margin-top: 12px;
}

.alert-pd{
	margin-top: 30px !important;
    margin-bottom: 0;
}

.mar0{
	margin: 0 !important;
}

.pd0{
	padding: 0 !important;
}

.register_buttons{
	margin-left: 15%;
}

.i_have{
	margin-top: 20px;
}

.success_button{
	width: 100%;
}

.success_text{
	font-family: Proxima_new;
	font-size: 15px;
	line-height: 22px;
	color: #2B2B2B;
}

.success_title{
	font-family: Proxima_new_semi;
	font-size: 20px;
	line-height: 20px;
	color: #2B2B2B;
}

.forgoten_text{
	font-family: Proxima_new;
	font-size: 15px;
	line-height: 22px;
	color: #2B2B2B;
	margin-bottom: 25px;
}

.modal-heading{
	font-family: Roboto Slab !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 30px !important;
	line-height: 35px !important;
	color: #2B2B2B !important;
}

.cart_image{
	position: relative;
    top: 15px;
}

.empty_cart_text{
	font-family: Proxima_new;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #878787;
	margin-left: 15px !important;
}

.back_button{
	font-family: Proxima_new !important;
	font-size: 16px !important;
	line-height: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #5A6B85;
	display: block;
	float: left;
	cursor: pointer;
	padding: 13px 0 0 0px !important;
}

#smca-modal-body .modal-body .product-table-cart > .product-table-heading > div{
	font-family: Proxima_new !important;
	font-size: 15px !important;
	line-height: 15px !important;
	color: #878787 !important;
}

#smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .name > .name-right a{
	font-family: Proxima_new !important;
	font-size: 16px !important;
	line-height: 16px !important;
	color: #2B2B2B !important;
}

.price_cart{
	font-family: Proxima_new !important;
	font-size: 14px !important;
	line-height: 14px;
	letter-spacing: 0.04em;
	color: #2B2B2B;
	margin-top: 10px !important;
}

#smca-modal-body .options{
	margin-top: 10px;
}

.cart_option_value{
	font-family: Proxima_new !important;
	font-size: 14px !important;
	line-height: 14px;
	color: #2B2B2B !important;
	position: relative;
    bottom: 2px;
    left: 2px;
}

#increase-quantity, #decrease-quantity{
	display:inline-block !important;
}

#smca-modal-body .inner{
	width:100%;
	margin-top: 34px;
}

.total div{
	font-family: Proxima_new_semi !important;
	font-size: 16px !important;
	text-align:right;
	line-height: 16px;
	letter-spacing: 0.04em;
	color: #2B2B2B;
}

.sum_order_text{
	font-family: Proxima_new !important;
	font-size: 20px !important;
	line-height: 20px;
	text-align: right;
	letter-spacing: 0.04em;
	color: #2B2B2B;
}

#total-order{
	font-family: Proxima_new_semi !important;
	font-size: 28px !important;
	line-height: 28px;
	text-align: right;
	letter-spacing: 0.04em;
	color: #2B2B2B;
	position: relative;
    top: 2px;
    left: 15px;
}

.odrer_title{
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	color: #2B2B2B;
}

#payment-address{
	margin-left: 20px;
}

.order_data_title{
	font-family: Proxima_new_semi;
	font-size: 20px;
	line-height: 20px;
	color: #2B2B2B;
	margin-top: 60px;
    margin-left: 5px;
}

.order_inputs_block{
	margin-top: 25px;
    margin-left: 5px;
    padding-right: 20px;
}

#button-payment-method{
	float: left;
	margin-left: 24px;
}

.order_reset_button{
	float: right;
    margin-right: 60px;
    margin-top: 14px;
}

.order_button_back{
	width: 100%;
    display: inline-block;
    margin-top: 30px;
    text-align: center;
	font-family: Proxima_new;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #5A6B85;
	cursor: pointer;
}

.slider_type_block{
	margin: 10px 0 10px 0px;
	height: 210px;
	cursor: grab;
	position: relative;
}

.slider_type_img img{
	position: absolute;
    right: 5%;
    top: 29%;
}

.items_count{
	border-radius: 50%;
    background: #EB7025;
    color: #fff;
    padding: 5px 2px 6px 3px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    font-family: Proxima_new;
    position: absolute;
    height: 22px;
    width: 22px;
    right: 6px;
    top: 25px;
}

.wishlist_count{
	border-radius: 50%;
    background: #EB7025;
    color: #fff;
    padding: 5px 2px 6px 3px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    font-family: Proxima_new;
    position: absolute;
    height: 22px;
    width: 22px;
    right: 61px;
    top: 25px;
}

.search-container {
    display: none;
    position: absolute;
    width: 70%;
    left: 16.5%;
    top: 25px;
    z-index: 2;
}

.search-container input{
	background: #F4F5F7;	
	font-family: Proxima_new;
	font-size: 16px !important;
	line-height: 18px;
	letter-spacing: 0.04em;
	color: #878787;
	border-radius: 0px;
}
.search-container input:focus{
	border-color: #5A6B85;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(90,107,133,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(90,107,133,.6);
}

.relative{
	position:relative;
}

.bl_search{
	z-index: 3;
    position: relative;
}
 
.shadow {
	position:relative;
    box-shadow: 0 0 0 9999px rgba(0,0,0, 0.3);
	z-index: 1500;
}

.shadow-full {
	position:relative;
    box-shadow: 0 0 0 9999px rgba(0,0,0, 0.6);
	z-index: 1500;
}

.header-shadow{
	
}

.exit-button{
	background: url(/catalog/view/theme/tt_furnilife/image/exit_button.png) top left no-repeat !important;
}

.slick-prev, .slick-next{
	position: absolute;
	margin: -24px 0 0 7px;
    background: #fff !important;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #878787;
    opacity: 1;
    padding: 0;
    border: 1px solid #ebebeb;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
}

.slick_bottom_nav{
	bottom: -37px;
}

.slick-prev i, .slick-next i{
	font-size: 12px;
    line-height: 46px;
}

.slick-vertical .slick-slide {
	width: 90px;
    padding-left: 10px;
}

.search-container input{
	border: none !important;
	box-shadow: none !important;
}

.minw360{
	min-width: 360px;
}

.marl15{
	margin-left: 15px;
}

@media(max-width: 1400px)
{
	

.search-container {
    display: none;
    position: absolute;
    width: 66%;
    left: 18%;
    top: 25px;
    z-index: 2;
}
	
	
.rating_block {
	width: 330px;
	height: 72px;
}

.label_rating {
	margin-left: 0px;
}

.responive_rating{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 10px;
}

.responive_product_rating{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 50px;
}

.room_type{
    width: 32%;
}

.thumbnails {
	width: 550px;
    height: 550px;
}

}

@media(max-width: 1200px)
{
	
.search-container {
    display: none;
    position: absolute;
	width: 58%;
    left: 22.5%;
    top: 25px;
    z-index: 2;
}
	
.text-content-bonus-slider {
    top: 18%;
}

.slider_cont_image {
    width: 29%;
    top: 13% !important;
    left: 6% !important;
}

.oc-banner7-container .flex-control-nav, .nivo-controlNav {
    bottom: 20px;
}
	
.type_p_title {
	left: 44%;
}

.superbb {
	width: 424px;
}

.list-menu li {
	font-size: 10px;
    line-height: 10px;
}

.banner7-content.slider-3 .text-content{
	top: 19% !important;
}

.add_review {
	width: 38%;
}

#xreviews{
	width: 61%;
}

.thumbnails {
	width: 450px;
    height: 450px;
}

.product_page_title {
	font-size: 32px;
    line-height: 42px;
}

.slick-vertical .slick-slide {
	width: 70px !important;
    padding-left: 10px;
}

.slick-prev, .slick-next {
	width: 33px;
    height: 33px;
	margin: -20px 0 0 10px;
}

.slick-prev i, .slick-next i {
	line-height: 34px;
}

#next{
	bottom: -25px;
}

.slick-prev {
	top: -18px;
}

.slider {
	margin: 80px auto;
}

.colors {
	left: 40px;
}

.cont_buy_buttons{
	left: 67px;
	bottom: 37px;
}

.block-2 .price-product {
	font-size: 26px;
}

.button-cart2, .button-cart {
	    height: 44px;
		font-size: 14px;
    line-height: 14px;
}

.button-incart2, .button-incart {
	background: #FFFFFF url(/catalog/view/theme/tt_furnilife/image/incart.png) no-repeat 90% 45%;
    padding: 15px 35px 15px 20px;
    padding-left: 15px;
	font-size: 14px;
    line-height: 14px;
}

.button-incart2:hover,
.button-incart:hover{
	color: #FFFFFF !important;
    background: #EB7025 url(/catalog/view/theme/tt_furnilife/image/invart-inactive.png) no-repeat 90% 45% !important;
}

.item_add_wishlist, .product_share_button  {
	margin-top: 30px;
}

.td_attr_name,.td_attr_desc {
	padding-left: 10px;
}

.full_descr h2 {
	font-size: 32px;
    line-height: 42px;
}

.full_descr {
	font-size: 14px;
}

.product_container{
	top: -97px;
}

.table_attr {
	bottom: 50px;
}

.td_attr_name {
	font-size: 16px;
    line-height: 16px;
	padding-top: 25px;
}

.td_attr_desc {
	font-size: 14px;
}

.all_rviews {
	width: 61%;
}

.space_bl {
     min-height: 0px;
}

.banner7-content.slider-3 .text-content, .banner7-content.slider-2 .text-content, .banner7-content.slider-1 .text-content {
	font-size: 100% !important;
}

.bold_text {
	font-size: 40px !important;
}

.button_play {
	margin-top: 40px;
}

.owl-theme .owl-dots {
	left: 15%;
	top: 116%;
}

#carousel_types .owl-nav {
	left: 5%;
}

.quant_frm{
	padding-top: 40px;
}

#back-top {
	right: 40px;
}

}

@media(max-width: 991px){
	
.contacts-success {
    padding-left: 25%;
    padding-top: 5%;
}

.x_mobile{
	float:left;
}	

.xreviews_button {
    margin-top: 25px !important;
}
	
.article-description {
    padding-left: 0%;
    padding-right: 0%;

}	

.news-title {
   font-size: 35px;
   line-height: 40px;
}
	
.search-container {
    display: none;
    position: absolute;
    width: 63%;
    left: 11.5%;
    top: 25px;
    z-index: 2;
}

.bonus-slider-p-desc {
    font-size: 14px;
    line-height: 20px;
	margin-bottom: 20px;
}	

.bonus-slider-p-title {
    font-size: 24px;
    line-height: 36px;
    margin-top: 8px;
}

.bonus-slider-cat {
    font-size: 16px;
    line-height: 16px;
}

.new_price {
    font-size: 26px;
    line-height: 34px;
}

.old_price {
    font-size: 18px;
    line-height: 14px;
}

.bonus-slider-readmore {
    font-size: 14px;
    line-height: 14px;
    padding: 16px 16px;

}
	
.top-header {
	display:none;
}

.navbar .btn-navbar {
	padding-top: 19px;
}

.ma-nav-mobile-container .navbar {
	float: left;
    width: 35%;
}

.nav_block {
	width: 40%;
}

.logo_block {
	width: 25%;
}

#ma-mobilemenu {
	top: 125%;
    left: -16%;
}

.mobilemenu a {
	font-family: Proxima_new_semi;
	font-size: 18px;
	line-height: 28px;
	color: #535353;
	padding: 9px 0;
	text-transform: none;
}

.mobilemenu span.ttclose, .mobilemenu span.ttopen{
	padding: 15px 0;
}

.menu_laguage {
	padding: 20px 15px 20px 25px;
}

.social_block{
	width: 50%;
	display: inline-flex;
	margin-top: 5px;
}

.social_block a{
	border-bottom: none;
}

.bold_text{
	font-size: 24px !important;
	line-height: 30px !important;	
}

.button_play {
	padding: 0.6em 1em;
}

.type_sub_title {
	width: 65%;
}

.mobilemenu li {
	padding-left: 10px;
}

.owl-nav > .owl-next {
    right: -14px;
}

.owl-nav > .owl-prev {
    left: -14px;
}

#blog_home .owl-nav > .owl-prev, #instagram_block_home .owl-nav > .owl-prev {
    display: none;
}

#blog_home .owl-nav > .owl-next, #instagram_block_home .owl-nav > .owl-next {
    display: none;
}

.pre_footer_about {
    margin-top: 50px;
}

.superbb {
    width: 374px;
	margin-top: 50px;
}

.type_p_title {
    left: 41%;
}

.owl-theme .owl-dots {
    left: 18%;
    top: 116%;
}

#carousel_types .owl-nav {
    left: 5.5%;
}

.type_prem {
    bottom: 160px;
}

#blog_home{
	position: relative;
    bottom: 120px;
}

#instagram_block_home {
	bottom: 90px;
}

.pre_footer_about {
   position: relative;
    top: 40px;
}

.head_title {
	font-size: 35px;
    line-height: 40px;
	margin-top: 20px;
    max-width: 500px;
}

.info_about1, .info_about2 {
	width:100%;
}

.room_type {
    width: 49%;
}

.delivery_info {
	width: 49%;
	margin-top: 6px;
}

.info_desc {
	margin-top: 25px;
}

.article-page{
	margin-top: 20px;
}

.article-page .article-list {
    width: 50% !important;
}

.article-page .article-list:nth-child(3n) {
	    clear: both;
}

.filter-block,.cat_conf_view{
	display:none;
}

.toolbar3 {
    margin-top: 20px;
}

.image_items{
	display:none;
}

.image-additional-container{
	display:block !important;
}

.thumbnails {
    width: 350px;
    height: 350px;
}

.thumbnails .thumbnail img{
	width:80%;
}

.thumbnails-additional .owl-nav .owl-next{
	right: -32px;
	width: 30px !important;
    height: 30px !important;
	line-height: 30px !important;
	margin-top: -16px !important;
}

.thumbnails-additional .owl-nav .owl-prev{
	left: -32px;
	width: 30px !important;
    height: 30px !important;
	 line-height: 30px !important;
	 margin-top: -16px !important;
}

.thumbnails-additional .owl-nav [class*="owl-"] i{
	font-size: 12px !important;
    line-height: 30px !important;
}

.wd45 {
    width: 50%;
}

.pad_left {
   padding-left: 10px; 
}

.product_breadcrumb {
    min-height: 175px;
}

#input-quantity {
	position: relative;
    top: 1px;
}

.colors {
    left: 0px;
	bottom: 50px;
}

.cont_buy_buttons {
     position: static; 

}

.btn-actions-planshet{
	float: left;
    position: relative;
    bottom: 35px;
	display:block !important;
}

.btn-actions1{
	display:none;
}

.block-2 .list-unstyled {
	position: relative;
    bottom: 70px;
}

#button-cart
{
	position: relative;
    bottom: 106px;
    left: 20px;
}

.table_attr {
    bottom: 120px;
}

.quant_frm {
    padding-top: 20px;
}

.block-3{
	position: relative;
    bottom: 150px;
}

.image-descr {
    width: 100%;
    float: left;
}

.full_descr{
	width: 100%;
	padding-top: 20px;
	padding-left: 0px;
}

.related-products {
    padding-top: 15px;
    clear: both;
}

.reviews {
    padding-top: 0px;
    position: relative;
    top: 80px;

}

.add_review, .space_bl{
	display:none;
}

.all_rviews {
    width: 100%;
}

.reviews_title {
	float:left;
}

.account-review{
	padding:10px !important;
}

.label_rating {
    margin-left: 12px;
}

#form-review .clear_button{
	padding-left: 20%;
}

.account-review-success{
	padding: 10px !important;
}

.review_success {
   float:none;
   width:100%;
   box-shadow: none;
}

.modal_add_review{
	display:block !important;
}

#back-top {
    right: 20px;
}

body:not(.common-home) footer {
     margin-top: 0px;
}

.filter_button{
	display:block !important;
}

#smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .quantity > .inner > div > button#decrease-quantity, #smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .quantity > .inner > div > button#increase-quantity {
	width: 20px !important;
}

#smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .quantity > .inner > div > input.input-quantity {
	width: 20px !important;
}

#xreviews {
    width: 100%; 
	padding-top: 20px;
}

.account-xreview{
	padding: 10px !important;
}

.contacts {
	width:100%;
}

.contacts_form {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 40px;
}

.lk_wishlist_menu {
    width: 29%;
}

.lk_title {
	margin-top: 35px;
}

.lk_content {
    width: 40%;
    margin-left: 20px;
}

#account-wishlist,#account-edit {
     margin-top: 0px; 
}

.category-name{
	font-size: 35px;
    line-height: 40px;
}

.lk_head_title{
	margin-top: 20px;
	font-size: 35px;
    line-height: 40px;
}

.footer_menu {
    font-size: 12px;
	letter-spacing: 0.02em;
	padding-left: 20px;
    float: left;
    width: 78%;
}

.footer_social {
    width: 10%;
}

.footer_social a {
    padding-right: 10px;
}

.footer_logo {
    width: 12%;
}

.footer_menu a {
    padding-right: 15px;
}

.pre_footer_about_desc, .pre_footer_about_desc2{
	width:100%;
}

.module-title2 {
    padding: 35px 0 20px 0px;
}

.navig22
{
	display:none;
}

.cart_image_mobile{
	display: inline-block !important;
}

#product-search #content
{
	width:100% !important;
}

.logo_block {
    padding: 24px 0;
}


}

@media(max-width: 767px){
	.slider_cont_image {
    width: 29%;
    top: 10% !important;
    left: 10% !important;
	}
	
	.text-content-bonus-slider {
    top: 19%;
}

}

@media(max-width: 480px){
			.type_prem {
    bottom: 280px;
}

.custom-cats .product-layout.product-grid {
    width: 50%;
    border-right: transparent;
}

#gallery_02 .owl-prev, #gallery_02 .owl-next {
	display:none;
}

.product-footer {
    position: relative; 
	bottom: 4px;
    width: 98.6%;
    padding: 0 23px 22px;
    background-color: #F4F5F7;
    margin-bottom: 11px;
	display:block;
	box-shadow: none;
}

.product-footer:before {
display:none;
}

.footer_menu{
	display:none;
}

.header_contacts{
	display: block;
    text-align: center;
    float: left;
    width: 100%;
	border-bottom: 1px solid #E7E7E7;
	font-size:15px;
	
}


.footer_phones, .footer_emails {
padding-bottom:5px;
}

.header_contacts{
	display:block;
	text-align:center;
}

.oc-banner7-container .flex-direction-nav a, .nivo-directionNav a{
	position: absolute !important;
    top: 50%!important;
    width: 44px!important;
    height: 44px!important;
    text-align: center!important;
}

.nivo-directionNav i {
	font-size: 12px !important;
    line-height: 46px !important;
}

.nivo-prevNav, .nivo-nextNav{
	display: none !important;
}

#blog_home {
    position: relative;
    bottom: 240px;
}

.pre_footer_about {
    position: relative;
    top: 10px;
}

#contact_send_frm .clear_button{
	width: 87%;
}	
	
	
.x_mobile{
	float:left;
}

.news-title {
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
}

.search-container {
    display: none;
    position: absolute;
    width: 83%;
    left: 19.5%;
    top: 4px;
    z-index: 2;
}

.navbar .btn-navbar {
    padding-top: 0px;
}

.logo_block {
    padding: 10px 0;
}

.inst_name_ttile, .nav_block, .li_cart {
	display:none !important;
}

.logo_block {
    width: 35%;
}

.nav_block {
    width: 20%;
	padding-bottom: 5px;
    padding-top: 9px;
	float: left!important;
}

.list-navigation li {
    padding-left: 15px;
    width: 33%;
}

#oc-inivoslider1 .nivo-main-image{
	/* height:272px;
	float: right;
	 width: auto !important;
	 left: 60%;*/
}

#oc-inivoslider2 .nivo-main-image{
	height:790px !important;
}

.text-content-bonus-slider {
    position: absolute;
    /* top: 32%; */
    left: 1%;
    bottom: 22%;
    top: auto;
    z-index: 2;
    font-size: 16px;
    padding: 0 15px;
    line-height: 24px;
}

.price_block {
    float: none;
}

.bonus-slider-readmore {
    display: block;
	margin-left: 0px;
	top: 20px;
}

.bonus-slider-p-title{
	font-weight: bold;
	font-size: 22px;
	line-height: 45px;
}

.old_price{
	font-size: 20px;
	line-height: 16px;	
}

.new_price{
	font-size: 30px;
	line-height: 40px;
}

.nivo-controlNav, .nivo-directionNav {
    display: block !important;
}

.oc-banner7-container .flex-control-nav, .nivo-controlNav {
   bottom: 10px !important;
}

.oc-banner7-container .flex-direction-nav a, .nivo-directionNav a{
    bottom: 60px !important;
	margin: -60px 0 0 !important;
	top: auto !important;
}

.slider_cont_image {
    width: 55%;
    top: 8% !important;
    left: 21% !important;
}

.items_count {
	padding: 3px 5px 3px 5px;
	font-size: 11px;
    line-height: 11px;
	height: 17px;
    width: 17px;
	right: -8px;
    top: 10px;
}

	.wishlist_count {
	    right: 36px;
		top: 10px;
		padding: 3px 5px 3px 5px;
		font-size: 11px;
		line-height: 11px;
		height: 17px;
		width: 17px;
	}

.navig22{
	float: right;
    padding: 16px 0;
	width: 7%;
}

.list-navigation
{
	padding-right:30px;
}

.cart_image_mobile{
	display:block;
}

.superbb {
    width: 179px;
	height:545px;
}

.banner7-content.slider-3 .text-content {
    top: 50% !important;
}

.banner7-content.slider-3 .text-content, .banner7-content.slider-2 .text-content, .banner7-content.slider-1 .text-content {
	left: 46% !important;
}

#carousel_types{
	bottom: 440px;
}

.slider_type_block {
    height: 350px;
}

.slider_type_img img {
    position: absolute;
    bottom: 5%;
    left: 13%;
	right: auto;
    top: auto;
	   
}

#carousel_types .owl-nav {
     display: block !important;
	 left: 11% !important;
    top: 110% !important;
}

#carousel_types .owl-dots {
    display: block !important;
	top: 107.4% !important;
    left: 33% !important;
}

.cabinet_img{
	 width: 61%;
}

.bedroom_img{
	 width: 38%;
}

.gostin_img{
	width: 26%;
	left: 10% !important;
    bottom: 4.5% !important;
}

.bathroom_img{
	width: 30%;
}

.accesories_img{
	width: 40%;
}

.kids_img{
	width: 33%;
}

.type_title {
	font-size: 20px;
	line-height: 20px;
	padding: 28px 0 0px 30px;
}

.type_sub_title {
    width: 100%;
	padding: 20px 0 0px 30px;
}

.li_sub {
	display: block;
	padding-bottom: 10px;
}

#ma-mobilemenu {
    top: 102%;
}

#ma-mobilemenu {
	width: 314.3%;
}

.mobilemenu a {
	margin: 0 15px 0 8px;
}

.social_block {
    width: 28%;
}

.menu_laguage {
    padding: 20px 15px 20px 18px;
}

.nav_block {
    width: 55%;
}

.list-navigation {
    padding-right: 11px; 
}

#top-links ul li{
	width:100%;
}

#top-links {
    right: -67px !important;
    min-width: 170px !important;
}

#top-links  .ul-account li:first-child {
    padding-left: 15px;
}

.navig22 {
    display: block !important;
}

.module-title3{
	padding-top: 18px;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
}

.type_p_title {
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
	min-width: 200px;
	top: 6%;
}

.module-title2 h2 {
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
    text-align: start;
	margin-bottom: 0px;
}

.aritcles-content {
     margin-top: 0px; 
}

#blog_home .articles-name {
	font-size: 16px;
	line-height: 20px;
}

.module-title4{
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
}

#instagram_block_home {
    bottom: 110px;
}



.pre_footer_about {
	margin-top: 0px;
}	

.pre_footer_about_title{
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 5px;
}
	
.pre_footer_about_desc, .pre_footer_about_desc2{
	font-size: 14px;
	line-height: 18px;
	padding-right: 0px;
}

.footer_menu {
	text-align: left;
	    padding-top: 10px;
}

.footer_menu a {
    padding-right: 0px;
    width: 100%;
    float: left;
	padding-top: 7px;
}

.copyright {
	text-align: left;
	padding-left: 19px;
}

.footer_social {
    bottom: 20px;
}

.footer_logo {
    width: 70%;
	bottom: 0;
    left: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.top-footer {
    padding: 24px 0 0;
}

.footer_mobile_social{
	float:left;
	width:30%;
	display: block !important;
}

.footer_mobile_social a{
	float: right;
	padding-right:26px;
}

.footer_social{
	display:block;
	width:100%;
	position: static;
	padding-left: 20px;
}

.footer_logo{
	float:left;
	width:100%;
	position:static;
}

.footer_social a{
	float: left;
}

.head_title {
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
}

.info_about1, .info_about2{
	font-size: 16px;
	line-height: 26px;
}

.room_type {
    width: 100%;
}

.room_type {
    min-height: 420px;
}

#information-information{
	padding-bottom: 20px;
}

.delivery_info {
    width: 100%;
}

.article-page .article-list {
    width: 100% !important;
}

.article-titles {
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px; 
    margin-bottom: 0px;
	padding: 24px 0;
}

.toolbar4 {
	margin-bottom: 20px;
	margin-top: 0px;
}

.toolbar4 .text-right {
	float: left;
	margin-top: 0px;
}

.articles-date {
    display: block;
    padding-top: 15px;
    padding-bottom: 5px;
}

.review_rating{
	position: static; 
    right: 0px; 
    width: 100%;
    float: left;
}

.review_text {
	padding-left: 0px;
	width: 100%;
}

.customer_info{
	  padding: 20px;
}


.review_date {
	padding-bottom: 10px;
}

.modal_add_review {
	font-size: 34px !important;
    padding: 8px 7px 5px 7px !important;
}

.xreviews_button {
    margin-top: 18px !important;
}

.account-xreview {
    padding: 0px !important;
}

#form-xreviews {
    padding: 0px !important; 
}

.add_review_title {
	padding-top: 20px;
    padding-left: 20px;
}

.add_rating_text {
	padding-top: 20px;
    padding-left: 20px;
}

.responive_rating {
     margin-right: 15px;
}

.label_rating {
    margin-left: 12px;
}

.inputs_block {
    padding-left: 20px;
    padding-right: 20px;
}

.alignment_l {
    margin-left: 20px;
}

.review_success_text {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.image_success {
    padding-top: 20px;
    margin-bottom: 20px;
}

.contacts_phone, .contact_adress1 {
    width: 100%;
}

.write_to_us {
    padding: 0px 0px 0px 20px;
}

#contact_send_frm{
	padding-bottom: 20px;
}

.contacts {
    margin-top: 10px;
}

.cont_cat_pr{
	padding-left: 15px !important;
}

.toolbar3 {
    width: 50%;
	margin-top: 10px;
	padding-bottom: 10px;
}

#form-xreviews .responive_rating{
	display: block;
}

.account-register {
	padding: 30px !important;
}

.register_buttons {
     margin-left: 0;
}

.register_buttons .main_button, .clear_button .i_have, #ajax-login-form .create_button, #ajax-login-form .main_button {
	 width: 100%;
}

#smca-modal-body .modal-body #smca-modal-data-empty {
    margin-bottom: 30px !important;
}

.cart_image {
    top: 13px;
    width: 12%;
}

.empty_cart_text {
    margin-left: 5px !important;
}

.category-name {
     margin-bottom: 0px; 
}

.filter_button {
	margin-bottom: 24px;
	font-size: 16px !important;
    line-height: 16px !important;
	float:left !important;
}

.breadcrumb {
    padding: 20px 0;
}

.category-module h3 {
	padding-top: 15px;
}

.category-name {
	    float: left;
    width: 50%;
   font-weight: bold;
	font-size: 22px;
	line-height: 22px;
}

.wd45 {
    width: 100%;
}

.product_container {
    top: -117px;
}

.product_page_title {
	font-size: 22px;
	line-height: 26px;
}

.pad_left {
    padding-left: 15px;
}

.colors{
	float: right;
    padding-left: 15px;
	position: static;
}

#button-cart {
    position: relative;
    bottom: 60px;
    left: 60px;
}

.block-2 .list-unstyled {
    position: relative;
    bottom: 20px;
}

.btn-actions-planshet {
    display: none !important;
}

.table_attr {
    bottom: 60px;
}

.quant_frm .control-label{
	display:none;
}

.btn-actions1{
	position: relative;
    bottom: 55px;
    left: 40px;
}

.colors{
	min-height: 0px;
}

.block-2 .list-unstyled {
    position: static;
	padding-top: 4px;
}

.product_share_button {
	margin: 0;
	padding: 0;
	text-align: right;
}

.item_add_wishlist {
	margin: 0;
	padding: 0;
	text-align: right;
	position: relative;
    left: 10px;
}

.btn-actions1{
    position: relative;
    bottom: -8px;
    right: 19px;
    float: right;
	display: block;
	left: -13px;
}

.table_attr {
    position: static;
}

.mobile_button_cart{
	display: block !important;
}

.block-3 {
    bottom: 120px;
}

.change_hover {
    right: 2px;
}

.pc_button_cart{
	display:none !important;
}

#button-cart {
    width: 100%;
    margin: 10px 0px 10px 0;
	position: static;
    float: left;
	font-size: 16px; 
    line-height: 16px;
	height: 54px;
	padding: 0 50px;
	padding-left: 25px;
}

.button-cart2, .button-cart {
    background: #EB7025 url(/catalog/view/theme/tt_furnilife/image/cart.png) no-repeat 64% 45%;
}

.button-cart2:hover, .button-cart:hover {
    background: #D25A11 url(/catalog/view/theme/tt_furnilife/image/cart.png) no-repeat 64% 45% !important;
    color: #fff !important;
}

.button-incart2, .button-incart {
    background: #FFFFFF url(/catalog/view/theme/tt_furnilife/image/incart.png) no-repeat 75% 45% !important;
}

.button-incart2:hover, .button-incart:hover {
    color: #FFFFFF !important;
    background: #EB7025 url(/catalog/view/theme/tt_furnilife/image/invart-inactive.png) no-repeat 75% 45% !important;
}

#related_products .owl-nav {
     display: block !important; 
}

#related_products .owl-nav > .owl-next {
    right: -10px;
}

#related_products .owl-nav > .owl-prev {
    left: -10px;
}

.full_descr h2 {
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
}

.reviews_title {
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
}

.dd-selected {
    padding: 10px 9px 9px 15px !important;
}

.dd-option-text, .dd-selected-text {
    top: 2px !important;
}

.full_descr {
    padding-top: 30px;
}

.module-title2 {
    padding: 0px 0 20px 0px;
}

.label_rating {
    width: 34px;
    height: 32px;
    background: url(/catalog/view/theme/tt_furnilife/image/rating_mobile.png) no-repeat 50% 0;
}

.rating_block .label_rating:hover,
.rating_block .label_rating:hover ~ .label_rating,
.rating_block input[type="radio"]:checked ~ .label_rating 
{
  background-position: 50% -32px;
}

.responive_product_rating {
    margin-right: 45px;
}

#form-review{
	padding-top:0px;
}

.add_rating_text {
    padding-top: 10px;
}

.rating_block {
    height: 100%; 
	float: left;
    width: 89%;
}

.inputs_block {
    margin-top: 50px;
}

.responive_product_rating {
    margin-right: 0px;
}

.responive_product_rating {
     display: block; 

}

.thumbnails {
    width: 100%;
    height: 100%;
}

.block-1 .thumbnails .thumbnail {
}

.pc_thumb{
	display:none !important;
}

.mobile_thumb{
	display:block !important;
}

#button-review-add{
	width: 87%;
}

#form-review .clear_button {
    padding-left: 0%;
	width: 100%;
	margin-bottom: 20px;
}

#gallery_02{
	box-shadow: 0px 10px 40px rgba(31, 33, 36, 0.1);
}

#gallery_02 .owl-dots{
    display: block !important;
	position: absolute;
	left: 0;
    right: 0;
    bottom: 0;
    top: auto;
}

.modal-heading {
    font-size: 22px !important;
    line-height: 40px !important;
	padding: 20px 0 0 20px !important;
}

.back_button, .order_button_back{
	display:none;
}

#total-order {
    font-size: 22px !important;
    line-height: 22px !important;
	left: 5px !important;
}

#smca-modal-body > .modal-footer {
    padding: 20px !important;
}

.mobile_offrer{
	width:88%;
	float:none !important;
}

#button-payment-method {
     margin-left: 17px;
	 float: left !important;
}

.order_reset_button{
	display:none;
}

.contacts-success-title{
	font-weight: bold;
	font-size: 26px;
	line-height: 50px;
}

.contacts-success {
    padding-left: 10%;
    padding-top: 5%;
}

.account-checkout{
	padding: 20px !important; 
}

.odrer_title{
	font-size: 22px !important;
    line-height: 40px !important;
}

.order_data_title {
    margin-top: 20px;
	margin-left: 0px;
    font-size: 18px;
    line-height: 18px;
}

.order_inputs_block {
    margin-top: 20px;
    margin-left: 0px;
}

.sum_order_text {
    font-size: 16px !important;
	line-height: 16px !important;
	letter-spacing: 0.04em !important;
}

#smca-modal-body .modal-body .totals {
    margin: 20px 0 0 0 !important;
}

#smca-modal-body {
    width: 95% !important;
}

#smca-modal-body .modal-body {
    padding: 20px 20px 0 20px !important;
}

#increase-quantity, .input-quantity, #decrease-quantity{
	display: block !important;
}

#smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .quantity > .inner > div {
	top: -42px !important;
}

#smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .price > div, #smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .total > div {
    text-align: left !important;
}

#smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .name, #smca-modal-body .modal-body .product-table-cart > .product-table-heading > .name {
    width: 20% !important;
}

#smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .total, #smca-modal-body .modal-body .product-table-cart > .product-table-heading > .total {
    width: 10% !important;
    text-align: left !important;
}

#smca-modal-body .modal-body .product-table-cart > .product-table-body > .product-table-body-row > .quantity, #smca-modal-body .modal-body .product-table-cart > .product-table-heading > .quantity {
    text-align: center !important;
}

.lk_title_mob {
    margin-top: 20px;
}

.lk_menu,.lk_wishlist_menu{
	display:none;
}

.lk_wishlist {
    float: left;
    width: auto !important;
}

.order_item_price_all {
    padding-right: 0px;
	float: right;
    width: 50%;	
	margin-top: 26px;
}

.order_item_count {
    float: left;
    width: 50%;
	text-align: left;
}

#account-order .table-responsive {
    border: none !important; 
}

.pag_order_mar{
	margin-bottom: 20px;
}

.order_p_text {
    display: none !important; 
}

.order_item_info {
    float: left;
    width: 85%;
}

.order_item_image {
    float: left;
    width: 15%;
}

.lk_content {
    width: 100%;
    margin-left: 0px;
}

.lk_head_title{
	font-size: 22px;
    line-height: 40px;
    font-weight: bold;
}

#button-change-info{
	float: none !important;
	width: 100% !important;
}

.lk_back{
	font-family: Proxima_new;
	font-size: 13px;
	line-height: 13px;
	color: #878787;
	margin-top:23px;
	display: block !important;
}

.lk_back a{
	color: #878787;
}

#edit_info .group input[disabled] {
     padding: 0px !important; 
}


}

.cart_image_mobile, .footer_mobile_social{
	display:none;
}

.cont_cat_pr{
	padding-left: 60px;
}

.pc_thumb{
	display:block;
}

.mobile_thumb{
	display:none;
}

ul { padding-inline-start: 0; }


.product-captions p, .product-caption1 p{
	margin: 0 0 4px;
}

.article-item-inner{
	    margin-right: 40px;
}

.text_empty {
	float: left;
    width: 100%;
	font-family: Proxima_new;
	font-size: 18px;
	line-height: 0px;
	color: #2B2B2B;
	margin-bottom: 30px;
}

.mobile_search{
	position: absolute;
    top: 15px;
    right: -70px;
}

.lk_back{
	display:none;
}

.mobile_button_cart{
	display: none;
}

.pc_button_cart{
	display: block;
}

.mobilemenu li {
	background: #fff;
}

.menu-mobile a.btn{
	transition:none;
	-webkit-transition: none;
}

.menu-mobile a.btn:hover{
	color: #EA8822 !important;
}

.navbar .btn-navbar:hover .icon-bar {
    background: #EA8822 !important;
}

#exit_menu_button{
	display:none;
}

.icon-exit{
	margin: 0 !important;
	font-size:35px;
	display:none;
	    position: relative;
    bottom: 5px;
}

.exit_menu{
	float: left;
    padding-top: 18px;
}


.edit_footer{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.btn-actions-planshet{
	display:none;
}

.xreviews_button{
	margin-top: 25px;
}

.modal_add_review{
	width:33px;
	height:33px;
	float:right;
	border: 1px solid #EB7025;
	box-sizing: border-box;
	border-radius: 2px;
	background:#fff;
	color: #EB7025;
    font-size: 30px;
    padding: 0 !important;
	margin-top: 6px;
	display:none;
}

.modal_add_review:hover{
	color: #FFFFFF;
	background: #EB7025;
}

.filter_button{
	display:none;
	border: 1px solid #5A6B85;
	box-sizing: border-box;
	border-radius: 2px;	
	font-family: Proxima_new;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5A6B85;
	background: #fff;
	padding: 18px 36px 16px 36px;
}

.filter_button:hover{
	color: #FFFFFF;
	background: #5A6B85;
}

.image-additional-container{
	display:none;
}

.register-form-content{
	padding-top:20px;
}

