@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500&display=swap&subset=cyrillic');
/*main*/

	body{
		color: #767879;
		font-family: 'Ubuntu', sans-serif;
		font-size: 13px;
		font-weight: 400;
		line-height: 18px;
		background: url("/image/other/bg_body.jpg") top center;
	}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
		color: #fff;
	}
	.fa{
		font-size: 14px;
	}
	.h1{
		font-size: 42px;
		line-height: 1em;
		margin: 0 0 20px;
		font-weight: 500;
	}
	.h2{
		margin: 9px 0;
		font-size: 29px;
		line-height: 30px;
		text-transform: uppercase;
		font-weight: 500;
	}
	.h2.divided{
		padding: 0 57px 10px 0;
		border-bottom: 1px solid #4f5152;
		display: inline-block;
		margin-bottom: 30px;
	}
	.h3{
		font-size: 21px;
		line-height: 30px;
		margin: 10px 0;
		font-weight: 400;
	}
	.h4{
		font-size: 15px;
	}
	.h5 {
		font-size: 12px;
	}
	.h6{
		font-size: 10.2px;
	}
	.h_lg{
		margin: 25px 0;
	}
	a, .btn-link{
		transition: color .3s ease;
		color: #fff;
	}
	a:hover, a:focus, .btn-link:hover, .btn-link:focus{
		color: #89996b;
		text-decoration: none;
	}
	.checkout-heading-button a{
		color: #1d1f20;
	}
	.checkout-heading-button a:hover{
		color: #000;
	}

	i{
		font-size: 15px;
		line-height: 15px;
		margin-right: 5px;
	}
	
	.input-group input.form-control, .input-group textarea.form-control, .input-group select.form-control{
		background: none;
		border: 1px solid #4f5151;
		padding: 5px 6px;
		box-shadow: none !important;
		color: #fff;
	}
	.input-group select.form-control>option{
		color: #000;
	}
	.input-group-addon{
		background: none;
		border: 1px solid #4f5151;
		color: #fff;
	}

	input{
		box-shadow: none !important;
	}
	legend { color:#FFF;}

	.img-thumbnail{
		width: 50px;
		height: auto;
		padding: 0;
		border: 1px solid #aaa;
		border-radius: 0;
	}
	
/*button*/
	
	button, .btn{
		outline: none !important;
		box-shadow: none !important;
	}
	.btn-default, #button-confirm, a.seocms_further{
		text-transform: uppercase;
		font-size: 10px;
		line-height: 20px;
		color: #fff !important;
		border: 2px solid #fff;
		background: none !important;
		padding: 9px 17px;
		display: inline-block;
		transition: all .3s ease;
	}
	.btn-default:hover, #button-confirm:hover, a.seocms_further:hover{
		background: none;
		border: 2px solid #89996b;
		color: #89996b !important;
	}
	.btn-default i{
		font-size: 7.5px;
		line-height: 7.5px;
		margin-left: 7px;
	}

	.btn-default.btn-lg{
		font-size: 16px;
		padding: 17px 24px;
		font-weight: 500;
		border-radius: 0;
	}
	
	.btn-default.hover_effect{
		position: relative;
		/*border: none;*/
	}
	.btn-default.hover_effect:before, .btn-default.hover_effect:after{
		content: '';
		display: block;
		position: absolute;
		box-sizing: content-box;
		width: 100%;
		height: 100%;
		border: 2px solid #fff;
		right: -2px;
		top: -2px;
		transition: transform .5s ease 0s, opacity .5s ease 0s;
	}
	.btn-default.hover_effect:before{
		opacity: 0;
		transform: translateY(-6px) translateX(6px);
		border: 2px solid #89996b;
	}
	.btn-default.hover_effect:hover:before, .btn-default.hover_effect:hover:after{
		transform: translateY(0) translateX(0);
		opacity: 1;
	}
	.btn-default.hover_effect:hover:after{
		opacity: 0;
		transform: translateY(6px) translateX(-6px);
	}
	
	.btn_no_style{
		background: none !important;
		border: 0;
		padding: 0;
	}

	.btn.btn-danger{
		padding: 0;
		width: 32px;
		line-height: 32px;
		font-size: 24px;
		font-weight: 700;
		background: none;
		border: 0;
		color: #d9534f;
	}
	.btn-danger:hover{
		color: #d43f3a;
	}

	.ocfilter .btn.btn-danger{
		display: block;
		font-size: 13px;
		color: #767879;
	}
	.ocfilter .btn.btn-danger:focus{
		font-size: 13px;
		color: #767879;
		background: none;
	}

/*dropdown*/

	.dropdown-menu{
		background: #1d1f20;
		font-size: 13px;
		border-radius: 0;
		border: 0;
		padding: 0;
	}
	.dropdown-menu li>a{
		display: block;
		padding: 10px 10px 10px 16px;
		line-height: 20px;
	}
	.dropdown-menu li:hover>a{
		color: #fff;
		background: #89996b;
	}


/*pagination*/

	.pagination{
		margin-right: -15px;
	}
	
	.pagination>li>a, .pagination>li>span{
		background: none;
		color: #fff;
		transition: all .3s ease;
		border: 1px solid #fff;
		padding: 5px 8px;
	}
	.pagination>.active>span{
		background: #89996b;
		border: 1px solid #fff;
		color: #fff;
	}
	.pagination>.active>span:hover{
		border: 1px solid #89996b;
		background: #89996b;
		color: #fff;
	}

	.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
		background: none;
		border: 1px solid #89996b;
		color: #89996b;
	}


/*header*/

	header{
		background: #1d1f20;
		border-bottom: 1px #323536 solid;
	}

	header .header_right_top>div{
		display: inline-block;
	}
	header .header_right_top>.phone_number{
		margin-top: 8px;
	}
	@media(min-width: 768px){
		header .flex_center{
			display: flex;
			align-items: center;
		}
	}
	#menu{
		margin: 18px 0 0 0;
		border: none;
	}
	#menu>.navbar-collapse{
		padding: 0;
	}
	#menu .nav>li>a{
		font-weight: 500;
		text-transform: uppercase;
		font-size: 15px;
		line-height: 30px;
		padding: 7px 9px 18px;
		background: none;
	}
	#menu .nav>li:first-child>a{
		padding-left: 0;
	}	
	@media (min-width: 768px){
		li:hover>.dropdown-menu{
			display: block;
		}
		#menu .nav>li>a:before{
			content: '';
			display: block;
			position: absolute;
			height: 5px;
			background: #89996b;
			left: 1px;
			right: 1px;
			bottom: calc(100% - 5px);
			opacity: 0;
			transition: all .3s ease;
		}
		#menu .nav>li:hover>a:before{
			bottom: -1px;
			opacity: 1;
		}
		#menu .nav>li>a{
			color: #fff;
		}

		#menu .social{
			float: right;
		}
	}
	#menu .navbar-header{
		color: #fff;
	}
	#menu #category{
		float: right;
		margin: 10px 10px 0 0;
		font-size: 18px;
	}
	#menu .navbar-toggle{
		margin: 0;
		outline: 0;
		box-shadow: none;
	}
	#menu .navbar-toggle:hover, #menu .navbar-toggle:focus{
		opacity: .5;
		color: #fff;
	}
	
	.social{
		font-size: 0;
		margin-top: 5px;
	}
	.social a{
		position: relative;
		display: inline-block;
		background: #c3664b;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		margin-left: 4px;
		color: #222425;
		transition: all .3s ease;
	}
	.social a>i{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.social a:hover{
		background: #89996b;
		color: #fff;
		transform: scale(1.2);
	}


	.languages button{
		text-align: left;
		color: #fff;
		transition: color .3s ease;
		outline: none !important;
		text-decoration: none !important;
		padding-right: 0;
		margin-right: 40px;
	}
	.languages button:hover, .languages button:focus{
		color: #89996b;
	}		



	#logo img{
		width: 110px;
		margin: 0px auto 0 auto;
	}
	
	#top{
		color: #fff;
		padding: 5px 0 10px 0;
	}
	#top-links ul{
		margin-bottom: 0;
	}
	#top-links{
		text-transform: uppercase;
		font-size: 10px;
		line-height: 22px;
	}
	#top-links>ul>li{
		padding-right: 22px;
	}
	#top-links .dropdown-menu a{
		color: #fff;
	}

	.search{
		border: 1px solid #4f5151;
		border-radius: 14px;
		margin-top: 5px;
		max-width: 800px;
		float: right;
	}
	body[class*="product-search"] .search{
		margin: 0;
	}
	.search input.form-control{
		height: 50px;
		font-size: 15px;
		padding: 14px 10px 15px;
		border: none;
	}
	.search button{
		height: 50px;
		border: none;
		background: none;
		transition: all 200ms linear;
	}
	.search button:hover{
		background: none;
		opacity: .5;
	}

	#cart>button, .btn-cart{
		color: #fff;
		margin: 5px 0 5px auto;
		background: #89996b;
		transition: all .3s ease;
		width: 80px;
		height: 55px;
		border-radius: 12px;
		float: none;
	}
	#cart>button:hover, .btn-cart:hover{
		background: #c3664b;
	}
	.btn-cart{
		color: #fff !important;
		width: 45px;
		height: 30px;
	}
	#cart>button>i{
		font-size: 22px;
		vertical-align: middle;
	}
	#cart .dropdown-menu{
		width: 210px;
		padding: 10px;
		border: 1px solid #4f5151;
		border-radius: 8px;
		text-align: center;
	}
	#cart .dropdown-menu li{
		padding: 10px 0;
		min-height: 50px;
		box-sizing: content-box;
	}
	#cart .btn-default{
		margin: 2px 0;
	}
	#cart .subtotal{
		margin: 5px 0 15px 0;
	}
	#cart li p{
		text-align: left;
		margin: 0 0 0 60px;
	}
	#cart .cart_link{
		padding: 0;
		margin-bottom: 5px;
		color: #fff;
		background: none;
	}
	#cart .cart_link:hover{
		color: #89996b;
    	text-decoration: underline;
	}
	#cart .cart_link img{
		float: left;
	}

	@media (max-width: 767px){
		header{
			text-align: center;
		}
		#cart>button{
			margin: 10px auto 5px auto;
		}
		#cart .dropdown-menu{
			right: 50%;
			transform: translateX(50%);
		}
	}

	@media (max-width: 1200px){
		#menu .nav>li>a{
			padding: 7px 8px 10px;
			font-size: 16px;
		}
	}
	@media (max-width: 991px){
		#top{
			padding: 5px 0 10px 0;
		}
		#top-links li{
			padding-right: 10px;
		}
		#menu .nav>li>a{
			padding: 7px 6px 10px;
		}
	}


/*home_carousel*/
	.home_carousel{
		margin-top: 30px;
	}
	.home_carousel .caption{
		position: absolute;
		left: 40px;
		top: 30px;
		color: #fff;
	}
	.home_carousel .caption .btn-default{
		margin-left: 0px;
		margin-top: 10px;
	}
	.home_carousel .caption .price{
		font-weight: 300;
		font-size: 20px;
		line-height: 24px;
	}
	.home_carousel .caption .title{
		font-weight: 300;
		margin: 17px 0 0 0;
		font-size: 40px;
		line-height: 1em;
	}
	.home_carousel .caption .subtitle{
		font-weight: 300;
		font-size: 30px;
		line-height: 40px;
	}

/*home_banner*/
	.home_banner{
		margin: 30px 0 0 0;
	}
	.banner_layout{
		position: relative;
		margin-bottom: 30px;
		overflow: hidden;
	}

	.home_banner .caption{
		position: absolute;
		left: 10%;
		top: 50%;
		transform: translateY(-50%);
		z-index: 5;
		color: #fff;
	}
	.home_banner .caption .title{
		font-size: 32px;
		margin: 0 0 5px 0;
	}
	.home_banner .caption .subtitle{
		font-weight: 300;
		text-transform: uppercase;
		margin: 0;
	}

	/*corner*/
		.corner_background{
			position: absolute;
			right: 0;
			top: 0;
			background: url("/image/other/bg_body.jpg") top center;
			transform: translate(50%, -50%) rotate(45deg);
			width: 64px;
			height: 64px;
			z-index: 2;
		}
		.side_left .corner_background{
			transform: translate(-50%, -50%) rotate(45deg);
			left: 0;
		}
		.corner{
			position: absolute;
			right: 0;
			top: 0;
			z-index: 5;
			border: 32px solid transparent;
		    border-bottom: 32px solid #6e7a56;
		    border-left: 32px solid #6e7a56;
		    transition: transform .3s ease;
		}
		.side_left .corner{
		    border-left: 32px solid transparent;
			left: 0;
			right: initial;
		}
		[class*='side_']:hover .corner{
			transform: translate3d(0,0,-200px) rotate3d(-1,-1,0,180deg);
		}
		.side_left:hover .corner{
			transform: translate3d(0,0,-200px) rotate3d(1,-1,0,180deg);
		}


	.home_banner img{
		width: 100%;
		transition: all .3s ease;
	}
	.banner_layout:hover img{
		transform: scale(1.05);
	}

/*owl carousel*/

	.owl-carousel .owl-dots{
		position: absolute;
		bottom: 60px;
		left: 60px;
	}
	.owl-carousel .owl-item{
		overflow: hidden;
	}
	.owl-carousel button.owl-dot{
		outline: none;
	}
	.owl-carousel button.owl-dot>span{
		margin: 6px 4px;
		display: block;
		height: 3px;
		width: 96px;
		background: rgba(255,255,255,.2);
		transition: all .3s ease;
	}
	.owl-carousel button.owl-dot.active>span, .owl-carousel button.owl-dot:hover>span{
		background: rgba(255,255,255,1);
	}

	@media (max-width: 991px){
		.owl-carousel .owl-dots{
			left: 40px;
			bottom: 0;
		}
		.owl-carousel button.owl-dot>span{
			width: 30px;
		}
	}

/*product card*/
	.product-layout{
		margin-bottom: 30px;
	}

	.images_container{
		position: relative;
		width: 100%;
		overflow: hidden;
		/*background: #fff;*/
	}
	.images_container:before{
		content: '';
		display: block;
		padding-bottom: 66.25%;
	}
	.images_inner{
		width: 100%;
		position: absolute;
		top: 0;
		transition: all .5s ease;
	}
	.product-thumb:hover .images_inner, .images_container:hover .images_inner{
		top: -100%;
	}
	.images_inner>img{
		transition: all .5s ease;
		opacity: 1;
	}
	.product-thumb:hover .images_inner>img, .images_container:hover .images_inner>img{
		opacity: 0;
	}
	.images_inner>img+img{
		opacity: 0;
	}
	.product-thumb:hover .images_inner>img+img, .images_container:hover .images_inner>img+img{
		opacity: 1;
	}

	.product-layout img{
		margin: 0 auto;
		width: 100%;
	}
	.stickers{
		position: absolute;
		top: 5px;
		right: 5px;
		font-size: 0;
	}
	.stickers>div{
		display: inline-block;
		min-width: 62px;
		min-height: 22px;
		background: #89996b;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 700;
		line-height: 22px;
		padding: 4px;
		margin: 0 0 0 5px;
	}
	.thumbnails .stickers{
		right: 15px;
		top: 10px;	
	}
	.thumbnails .stickers>div{
		min-width: 110px;
		min-height: 41px;
		font-size: 16px;
		padding: 8px;
		margin: 0 0 0 10px;
	}

	.product-layout h3{
		margin-top: 14px;
	}
	.product-layout .price{
		font-weight: 300;
		font-size: 17px;
		line-height: 20px;
		color: #fff;
		vertical-align: middle;
		transition: color .3s ease;
		margin-bottom: 20px;
	}
	.product-layout .price-old, .price-old.small{
		line-height: 12px;
		font-size: 12px;
		color: rgba(145,145,145,.5);
		text-decoration: line-through;
		vertical-align: middle;
	}
	
	.product-thumb{
		position: relative;
	}
	.product-thumb:hover h3>a, .product-thumb:hover .price{
		color: #89996b;
	}


	@media (max-width: 480px){
		.product-layout{
			margin-bottom: 20px;
		}
	}

	@media (min-width: 1200px) {
		#content .col-lg-2:nth-child(6n+1),
		#content .col-lg-3:nth-child(4n+1),
		#content .col-lg-4:nth-child(3n+1),
		#content .col-lg-6:nth-child(2n+1) {
			clear:left;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {
		#content .col-md-2:nth-child(6n+1),
		#content .col-md-3:nth-child(4n+1),
		#content .col-md-4:nth-child(3n+1),
		#content .col-md-6:nth-child(2n+1) {
			clear:left;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		#content .col-sm-2:nth-child(6n+1),
		#content .col-sm-3:nth-child(4n+1),
		#content .col-sm-4:nth-child(3n+1),
		#content .col-sm-6:nth-child(2n+1) {
			clear:left;
		}
	}


/*breadcrumb*/
	.breadcrumb{
		background: none;
		margin: 15px 0;
		padding: 0;
		font-size: 10px;
		text-transform: lowercase;
	}
	.breadcrumb>li+li:before{
		color: #767879;
	}


/*thumbnail*/
	.thumbnail{
		border: 0;
		padding: 0;
		background: none;
		border-radius: 0;
	}
	.owl-carousel .thumbnail{
		padding: 0 5px;
	}
	.thumbnail img{
		width: 100%;
	}

/*product*/
	
	.product_info li>span{
		color: #fff;
	}

	.thumbnails{
		position: relative;
	}
	
	#description, .tab-content, .product_top_part{
		margin-bottom: 20px;
	}
	.manufacturer{
		margin-bottom: 40px;
	}
	.manufacturer_description{
		font-size: 24px;
		font-weight: 700;
	}
	.manufacturer>a{
		display: inline-block;
		margin: 0 0 10px 0;
	}
	.manufacturer img{
		width: 150px;
	}
	.link_arrow>i{
		font-size: 10px;
		margin-left: 5px;
	}

	.price>h2{
		margin-top: 0;
		font-size: 42px;
		color: #fff;
	}
	.price>h2 .price_currency{
		font-size: 20px;
	}
	.price-old{
		text-decoration: line-through;
		font-size: 16px;
	}

	.quantity{
		display: flex;
		align-items: center;
		margin-bottom: 16px;
	}
	.quantity input{
		margin-left: 10px;
		width: 70px;
	}

	.add_to{
		display: flex;
		margin-top: 20px;
	}
	.add_to i{
		margin: 0;
	}
	.add_to>button{
		border-radius: 0;
		border: 0 !important;
		color: #fff;
		transition: all .3s ease-in-out;
	}
	.add_to #button-cart{
		background: #c3664b;
		width: 60%;
	}
	.add_to .compare{
		background: #89996b;
		/*color: #1d1f20;*/
		width: 20%;
	}
	.add_to .wishlist{
		background: #89996b;
		/*color: #1d1f20;*/
		width: 20%;
	}
	.add_to #button-cart:hover{
		background: #89996b;
	}
	.add_to .compare:hover{
		background: #c3664b;
		/*color: #fff;*/
	}
	.add_to .wishlist:hover{
		background: #c3664b;
		/*color: #fff;*/
	}
	
	.read_more{
		overflow: hidden;
		transition: all .3s ease-in-out;
	}
	.read_more_button{
		color: #fff;
	}

	.attributes_head{
		color: #fff;
		font-size: 18px;
		font-weight: 500;
		margin: 12px 0 7px 0;
	}

	.leading_dots{
		margin: 5px 0;
		display: flex;
		justify-content: space-between;
		font-size: 14px;
		color: #fff;
	}
	.leading_dots>div{
		
		white-space: nowrap;
	}
	.leading_dots>div:first-child{
		width: 100%;
		overflow: hidden;
		min-width: 215px;
	}
	.leading_dots>div:first-child:after{
		content: " ..................................................................................................................................................";
		color: #767879;
	}
	
	.product_questions{
		margin: 5px 0;
	}
	.product_questions button{
		white-space: normal;
		width: 100%;
		padding: 5px 0 0 0;
		margin: 5px 0;
		text-align: left;
		transition: all .3s ease-in-out;
		font-size: 16px;
	}
	.product_questions button:hover{
		color: #89996b;
	}
	.product_questions i{
		color: #c3664b;
	}

/*compare*/
	.table.compare .compare_image>td{
		position: relative;
		padding: 10px;
		border-bottom: 0;
	}
	.table.compare .compare_name>td{
		border-top: 0;
	}
	.table .compare_image>td:first-child, .table .compare_name>td:first-child{
		border: none;
	}
	.compare_image .stickers{
		top: 15px;
		left: 15px;
		right: initial;
	}
	.compare_image img{
		width: 100%;
	}
	.table .compare_name>td{
		border: 0;
		font-size: 21px;
	}
	.compare_name a{
		display: block;
		margin-bottom: 10px;
	}
	
	.compare.table>*>tr>td{
		width: 5%;
		min-width: 150px;
		border: 1px solid #ddd;
	}
	.compare.table>*{
		border: 0;
	}
	.compare.table>tbody>tr>td:first-child{
		text-align: left;
		width: 1%;
	}	
	.compare{
		color: #fff;
		text-align: center;
	}
	.compare>thead{
		text-align: center;
	}
	.compare .btn-danger{
		background: #fff;
		position: absolute;
		top: 15px;
		right: 15px;
	}
	
	.table_container{
		overflow: auto;
	}

/*search*/

	.search_category{
		margin: 10px 0;
	}
	.search_category select{
		height: 50px;
	}
	#button-search{
		height: 50px;
	}

/*cart*/
	
	.table>tbody>tr>td{
		vertical-align: middle;
	}
	.quantity input.form-control{
		height: 42px;
		border: 2px solid #fff;
		text-align: center;
		font-size: 18px;
	}
	.quantity span.input-group-btn>button{
		height: 42px;
	}
	.quantity button:focus{
		border: 2px solid #fff;
	}
	table{
		color: #fff;
	}
	table .image img{
		height: 70px;
		padding: 5px;
	}
	table .name a{
		font-size: 15px;
	}
	table td{
		padding: 0 10px;
	}


/*account*/
	.link_account{
		margin-top: 10px;
	}
	.link_account>*{
		margin: 5px 0;
		display: block;
		font-size: 14px;
	}


	body.account-simpleregister h2, body.account-simpleregister h1, body.account-simpleregister .simpleregister-have-account{
		text-align: center;
	}

/*footer*/
	footer{
		padding-top: 20px;
		background: #1d1f20;
		margin-top: 40px;
	}

	.copyright{
		text-align: center;
		margin-top: 10px;
	}
	.copyright img{
		height: 41px;
		margin-bottom: 5px;
	}

/*alert-success*/
	
	.alert-success{
		color: #1d1f20;
	}
	.alert-success a{
		color: #89996b;
	}
	.alert-success a:hover{
		color: #000;
	}

/*rating*/
		
	.rating{
		margin-left: -8px;
	}
	.rating>span{
		height: initial;
	}
	.rating i{
		margin: 0;
		font-size: 14px;
	}

/*other*/
	
	.shipping_alert{
		color: #fff;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.shipping_alert i{
		color: #d9534f;
		font-size: 22px;
	}

	#review tr, #review td, #review table{
		background: none;
		border: none;
	}

	.featured_manufacturer{
		margin-bottom: 30px;
	}
	.featured_manufacturer .image{
		margin: 0 15px;
	}
	.featured_manufacturer img{
		width: 100%;
	}
	.featured_manufacturer h3{
		text-align: center;
		transition: all .3s ease-in-out;
	}
	.featured_manufacturer a{
		display: block;
	}
	.featured_manufacturer a:hover h3{
		color: #89996b;
	}

	.no_margin{
		margin: 0;
	}

	.row_flex{
		display: flex;
		align-items: center;
	}
	@media(max-width: 768px){
		.row_flex{
			justify-content: stretch;
			flex-wrap: wrap;
		}
		.row_flex>*{
			width: 100%;
		}
	}

	#read_more_description{
		max-height: 180px;
		overflow: hidden;
		transition: all 1s ease;
	}

	#read_more_description.opened_block{
		max-height: 1000px;
	}

	@media(max-width: 460px) {
		.home_carousel .caption {top:10px; left:10px;}
		.home_carousel .caption .title {font-size: 18px; font-weight: bold}
		.home_carousel .caption .subtitle {font-size: 16px;}
		.home_carousel .caption .btn-default {padding: 8px 24px; margin-top: 5px}
		.leading_dots>div:first-child {width:66%;min-width:inherit;}
		.leading_dots>div:nth-child(2) {white-space: normal;width:33%;}
	}.bal-loading {
	text-align: center;
	z-index: 100;
	width:115px;
	padding: 20px;
	color: #222;
	display:block;
	margin:0  auto;
	font-size:14px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
span.results{
	display: block;
	color: #767879;
}
a[rel=next]{
	text-decoration: none;
	font-size: 18px;
}
div.bal-box-next{
	cursor: pointer;
	display: block!important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ddd;
	/*background: #efefef;*/
	text-align: center;
	font-weight: bold;
	box-shadow: 2px 2px 2px rgba(50,50,50,.4);
	color: #444;
	text-decoration: none;
	padding: 5px;
}
div.bal-box-next:hover{
	/*background:#dfdfdf;
	color:#222*/
}.live-search {
	width:100%;
	position: absolute;
	z-index: 1000;
	padding: 5px 0;
	margin-top: 50px;
	background-color: #1d1f20;
	border: 1px #323536 solid;
	border-radius: 14px 14px 0 0;
	left: 0;
	text-align: left;
	display: none;
}

/* description */
@media (min-width: 600px) and (max-width: 1200px) {
	/* description */
	.live-search ul li .product-name p{font-size: calc(1.2rem + (1.3-1.2) * ((100vw - 600px) / (1200 - 600))); }
	.live-search ul li .product-name{
		font-size: calc(1.2rem + (1.3-1.2) * ((100vw - 600px) / (1200 - 600))); 
	}
}
@media (min-width: 1200px) {
	/* description */
	.live-search ul li .product-name p{font-size: 1.1rem; }
	.live-search ul li .product-name{
		width: 75%;
		font-size: 1.3rem; 
	}
}
.live-search .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.live-search ul {
	list-style-type: none;
	margin: 0px;
	padding: 0 5px;
}
.live-search ul li {
	transition: all .3s ease-in-out;
	cursor:pointer;
	padding: 5px;
	
	box-sizing: content-box;
	min-height: 40px;
	clear:both;
}
.live-search ul li:hover .product-name{
	color: #89996b;
	transition: all .3s ease-in-out;
}
.live-search ul li a{
	text-decoration: none;
	display:block;
}

.live-search ul li .product-name{
	margin-left: 70px;
}

.live-search ul li .product-image{
	float:left;
	margin-right:5px;
}
.live-search .product-image img {
	height: 40px;
}


.live-search ul li .product-add-cart{
	float: right;
	margin-left: 10px;
}
.live-search ul li .product-add-cart a{
	max-height: 40px;
}

.live-search ul li .product-price {
	margin-top: 0px;
	text-align: right;
	font-size: 12px;
	float:right;
	width:25%;
}
.live-search ul li .product-price .price{
	color: #fff;
	display:block;
}
.live-search ul li .product-price .special{
	color: rgba(145,145,145,.5);
	text-decoration: line-through;
	display:block;
}

.live-search .product-price > .special {
	margin-top: -5px;
}

.live-search .result-text{
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	position: absolute;
	bottom: -20px;
	width: 100%;
}
.live-search .result-text .btn{
	border-radius: 0 0 14px 14px;
	border: 0;
	background: #323536;
}
.live-search .result-text .btn:hover{
	color: #89996b;
}
@media (max-width:768px) {
	.live-search ul li .product-price {margin-top: 0; width:auto; padding-left: 70px;float: none;text-align: left;}
	.live-search ul li .product-name {line-height: normal;margin-top: -3px}
}