@media screen and (min-width: 768px){
	#content {
		position: relative;
		z-index: 1;
	}
	#column-left:hover {
		position: relative;
		z-index: 2;
	}
}
.v2buyinline{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.v2buyinline ul{
	margin: 0 !important;
}

.v2buyinline #button-one-click,
.v2buyinline #button-cart2, 
.v2buyinline #button-cart {
    margin: 0 !important;
}

.v2buyinline .price{
	height: 56px;
	line-height: 56px;
	padding: 0 9px;
}

.v2buyinline .btn-actions{
	margin: 0 !important;
}
.v2buyinline {
	margin-bottom: 20px;
}

.header-fix-h1 {
	display: none;
}

.header_fixed {
	/*position: fixed;*/
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	background: #fff;
	padding: 1em 0 1em;
}
.ocfilter-header-handle {
	display: none;
}
.header_fixed #logo > a, .header_fixed .lang_block, .header_fixed .search-containers, .header_fixed .setting {
	display: none;
}

.header_fixed .icons_block {
	display: flex;
}

.header_fixed .header-fix-h1 {
	display: inherit;
}

.header_fixed .logo-container {
	position: relative;
	top: inherit;
	/*left: inherit;*/
	/*-webkit-transform: inherit;*/
	/*-moz-transform: inherit;*/
	/*-o-transform: inherit;*/
	/*transform: inherit;*/
}

.header_fixed h1 {
	margin-block: 0;
	margin: 0;
}

.container > .block-left {
	padding-top: 8px;
}

@media screen and (max-width: 768px){
	.v2buyinline{
		display: inline-block;
		text-align: center;
		width: 100%;
	}

	.v2buyinline .btn-actions{
		float: none !important;
	}
	.v2buyinline #button-one-click,
	.v2buyinline #button-cart{
		width: 48%;
		margin: 10px 0! important;
		float: none !important;
	}

	.v2buyinline #button-cart{
		margin-left: 2% !important;
	}
	.v2buyinline #button-one-click{
		padding-right: 5px !important;
		padding-left: 5px !important;
		text-align: center;
	}

	.container-fix .logo-container {
		left: 40%;
	}
}
ul.subcategories {
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
}
ul.subcategories li{
	width: 200px;
    margin-right: 2px;
    border: 1px solid #cacaca;
    padding: 2px 20px;
    margin: 2px;
    text-transform: uppercase;
}
@media screen and (max-width: 768px){
	ul.subcategories {
	flex-direction: column;
}
	ul.subcategories li{
	width: 100%;
}
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #707070;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #292929;
	line-height: 1;
	text-transform: uppercase;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
@media (min-width:1200px){
	.container{
		width:1200px
	}
}
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: #292929;
	cursor: pointer;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #303e48;
}
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: #303e48;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #303e48;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #303e48;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #303e48;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #303e48;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #303e48;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #303e48;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #303e48;
}
.tooltip-inner{
	background: #303e48;
}
.alert{
	text-align: center;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	border: none;
}
/* transition */
.owl-nav > div, .banner-2 img, .banner-4 img, .banner-5 img, .banner-6 img, .banner-7 img, .banner-8 img,
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #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-payment-method: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: #292929 !important;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	border: 2px solid #292929;
	background: none !important;
	padding: 0px 40px;
	text-transform: uppercase;
	font-size: 12px;
	color: #292929 !important;
	line-height: 56px;
	height: 60px;
	display: inline-block;
	font-weight: 600;
	border-radius: 0;
}
#button-voucher,
#button-coupon{
	/*height: 34px;*/
	height: 60px;
	margin-left: 10px;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 1000000;
}
.wrapper{
	/* padding: 0 2.6%; */
	position: relative;
}
header{
	/*padding: 60px 0 55px 0;*/
	padding: 30px 0 25px 0;
	/*background: #f6f6f6;*/
}
.block-left .dropdown-menu button{
	padding: 0;
	border: none;
	box-shadow: none;
	color: #6b6b6b;
	font-size: 12px;
	line-height: 30px;
}
.block-left .dropdown-menu{
	box-shadow: 5px 5px 7px 0px rgba(41, 41, 41, 0.05);
	animation: fadeIn 0.5s linear alternate;
	-webkit-animation: fadeIn 0.5s linear alternate;
	-moz-animation: fadeIn 0.5s linear alternate;
	border: none;
	border-radius: 0;
	padding: 20px;
}
.block-left button{
	padding: 0;
	line-height: 1;
	border: none;
	vertical-align: top;
}
.block-left ul li{
	display: inline-block;
	margin-right: 25px;
	position: relative;
}
.block-left ul i{
	color: #a6a6a6;
	font-size: 9px;
	margin-left: 8px;
}
.block-left .text-ex{
	color: #292929;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
}
.block-left ul{
	margin: 0
}
/* setting */
.setting{
	position: relative;
	margin-top: 0;
}
.setting > button{
	background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: auto;
    float: right;
}
.setting > button i{
	cursor: pointer;
	width: 30px;
	height: 31px;
	float: left;
}
/*
.setting > button:hover i{
	color: #303e48;
}
*/
.main-menu {
    background: #fff;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
    text-align: center;
    margin-top: 30px;
	padding-top: 25px;
}
.fix-header #top{
	top: 37px;
}
.logo-container{
	margin: 0;
    position: absolute;
    top: 23px;
    left: 50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#top{
	border-radius: 0;
	padding: 40px;
	margin: 0;
	right: 0;
	left: auto;
	top: 50px;
	border: none;
	box-shadow: 5px 5px 7px 0px rgba(41, 41, 41, 0.05);
	min-width: 300px;
	animation: fadeIn 0.5s linear alternate;
	-webkit-animation: fadeIn 0.5s linear alternate;
	-moz-animation: fadeIn 0.5s linear alternate;
}
#form-language ul  li,
#form-currency ul  li{
	display: block;
}
#form-language ul button,
#form-currency ul button{
	text-align: left;
	padding: 0;
	border: none;
	margin: 0;
	color: #888;
}
.item-selected,
#form-language ul button:hover,
#form-currency ul button:hover{
	color: #ee3333 !important
}
#top-links ul,
#form-language ul,
#form-currency ul{
	list-style: none;
	padding-left: 20px;
}
#top > .container > ul > li{
	display: inline-block;
}
#top > .container > ul{
	margin: 0;
}
#top .text-ex{
	color: #292929;	
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid rgba(55,55,55,.1);
	padding-bottom: 5px;
}
#top > .container > ul:first-child{
	padding: 12px 0;
}
#top > .container > ul:first-child > li{
	padding: 0;
}
#top > .container > ul:first-child > li >span:not(.text-ex){
	color: #ee3333;
}
#top > .container > ul:last-child{
}
#top.text-ex{
	padding: 12px 0px;
	margin-right: 5px;
	font-size: 13px;
}
.top-links{
	margin: 0;
}
.top-links > li:not(:last-child){
	margin-bottom: 20px;
}
#top-links a,
#top .btn-link{
	padding: 0 !important;
	border: none;
	box-shadow: none;
	color: #6b6b6b;
	font-size: 12px;	
	line-height: 30px;
}
#top> li{
	padding: 0 20px;
	position: relative;
}
#top-links a,
#top.dropdown-menu a,
#top.dropdown-menu button{
	padding: 5px 0;
	display: block;
	
}
#top-links a:hover,
#top.dropdown-menu a:hover,
#top.dropdown-menu button:hover,
#top.dropdown-menu .item-selected{
	color: #ee3333;
	text-decoration: none;
}
.block-right{
}
.fix-header .logo-container{
	top: 12px !important;
}
#logo a{
	display: inline-block;
}
.block-right > div:not(:first-child){
	margin-right: 30px;
}
/* search */
.search-container{
	position: relative;
	z-index: 113;
	background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: auto;
    float: right;
}
#search h1{
	font-size: 48px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 0 70px 0;
}
.fix-header .search-content{
	top: 41px;
}
.search-content{
	position: absolute;
	top: 20px;
	right: 245px;
	bottom: 0;
	display: none;
	animation: fadeIn 0.1s linear alternate;
	-webkit-animation: fadeIn 0.1s linear alternate;
	-moz-animation: fadeIn 0.1s linear alternate;
}
.search-container .container{
	position: relative;
	height: 100%;
}
.search-container i.ion-android-close {
    font-size: 24px;
    padding: 6px 0;
}
.search-container i:hover{
	color: #ee3333 !important
}
.search-container i.pe-7s-close{
	opacity: .8
}
.search-container  > i{
	width: auto;
	height: 31px;
	display: inline-block;
}
.search-container i{
	color: #2b3b46;
    font-size: 28px;
    cursor: pointer;
    float: left;
	cursor: pointer;
	line-height: 1;
}
#search{
	position: absolute;
	/*top: -15px;*/
	/*left: 15px;*/
	top: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);	
}
#search input{
	border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: none;
    padding: 0 30px 0 5px;
    background: #F0ECEA;
    color: #000;
    width: 200px;
    outline: none;
	height: 35px;
	    font-size: 16px;
}
#search input::-webkit-input-placeholder{
  color: #bababa;
}
#search input::-moz-placeholder{
  color: #bababa;
}
#search input:-ms-input-placeholder{
  color: #bababa;
}
#search input:-moz-placeholder {
  color: #bababa;
}
#subscribe .btn:hover{
	color: #fff !important;
}
#search button:hover i,
#search i:hover{
	color: #ee3333;
}
#search button i{
	color: #000;
}
#search button{
	border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: 25px;
    background: none !important;
    z-index: 2;
    float: right;
    margin: -35px 5px 0 0;
    position: relative;
}
#search > button.expand-search2{
	opacity: 1;
	z-index: 4;
}
#search.expand-search > i:hover{
	color: #ee3333;
}
#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;
}
.cart-container .ion-bag:before {
	display: none;
}
/* 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;
}
/* newsllter */
body:not(.common-home) .newletter-subscribe-container .newletter-subscribe{
	margin: 0 15px;
}
.newletter-subscribe-container .newletter-subscribe{
	padding: 100px 10% 100px;
	border-top: 1px solid #ebebeb;	
}
body:not(.common-home) .newletter-subscribe-container{
	background: #fff;
	margin-right: -15px;
	margin-left: -15px;
	padding: 100px 15px 50px;
}
.newletter-subscribe-container{
	min-height: 262px;
}
#dialog-normal .newletter-title h6{
	color: #707070;
	line-height: 24px;
	font-size: 12px;
	margin: 0;
	text-transform: capitalize;
}
#dialog-normal .des-testimonial{
	line-height: 24px;
	letter-spacing: .025em;
	margin: 0 0 55px 0;
}
#dialog-normal .newletter-title h3{
	font-size: 30px;
	color: #292929;
	line-height: 24px;
	margin: 0 0 20px 0;
	text-transform: capitalize;
}
#dialog-normal{
	text-align: center;
}
#dialog-normal .newleter-content{    
    vertical-align: middle;
    position: relative;
	padding: 0 10%;
}
#frm_subscribe-normal{
	float: left;
	width: 100%;
}
#subscribe_email{
	background: transparent;
	border: 2px solid #ebebeb;
	color: #9d9d9d;
	display: block;
	padding: 0 200px 0 20px;
	height: 55px;
	width: 100%;
	float: left;
	margin: 0;
}
#subscribe_email::-webkit-input-placeholder{
  color: #9d9d9d;
}
#subscribe_email::-moz-placeholder{
  color: #9d9d9d;
}
#subscribe_email:-ms-input-placeholder{
  color: #9d9d9d;
}
#subscribe_email:-moz-placeholder {
  color: #9d9d9d;
}
#subscribe .btn{
	border: none;
	padding: 0 60px;
	height: 30px;
	line-height: 30px;
	border-left: 2px solid #ebebeb;
	float: right;
	margin-top: -42px
}
#subscribe .btn:hover{
	background: none !important;
	color: #ee3333 !important
}
#notification-normal{
	text-align: center;	
	clear: both;
}
#notification-normal div{
	color: #292929;
	padding-top: 20px;
}
#notification-normal div.warning{
	color: #f00;
	text-align: center
}
/* blog */
#blog_home{
}
#blog_home .row_items{
}
#blog_home .articles-inner{
}
#blog_home .articles-image{
	text-align: center;
}
#blog_home .articles-inner{
	overflow: hidden;
}
#blog_home .row_items .articles-inner:hover .articles-image .readmore,
#blog_home .row_items .articles-inner:hover .articles-image::before{
	opacity: 1;
}
#blog_home .row_items .articles-inner .articles-image{
	position: relative;
}
#blog_home .articles-date span{
	color: #292929;
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	font-size: 24px;
	display: block;
	margin-top: 10px;
}
#blog_home .articles-date{
	font-size: 12px;
	color: #929292;
	font-weight: 500;
	line-height: 1;
	text-transform: capitalize;
	position: absolute;
	top: 20px;
	right: 20px;
	background: #fff;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	padding: 15px;
}
#blog_home .articles-date .author{
	color: #ee3333;
	padding-left: 15px;
}
#blog_home .aritcles-content{
	padding: 20px 0px 0;
	color: #9d9d9d;
}
.articles-name + span{
	color: #292929;
}
.articles-name{
	font-size: 16px;
	font-weight: 500;
	color: #292929;
	margin: 0 0 5px 0;
	display: block;
	text-transform: capitalize;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.articles-intro{
	color: #707070;
	line-height: 24px;
	letter-spacing: .025em;
	margin: 10px 0 30px;
}
.articles-image::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.15);
	opacity: 0;
}
.readmore a{
	color: #292929;
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: 500;
	border-bottom: 2px solid rgba(226,226,226,.8);
	display: inline-block;
}
#cart{
	float: right;
	width: auto;
}
#cart-total,
#wishlist-total-num {
	width: 18px;
    height: 18px;
    border-radius: 20px;
	background: #848b91;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center;
	position: absolute;
	top: 0;
	left: 25px;
}
#cart-total .total-price{
	font-weight: 400;
	font-size: 14px;
	display: block;
	text-align: left;
}
#cart > button,
#wishlist-total> button {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	width: auto;
	float: right;
}
#cart > button > i {
	float: left;
	width: 38px;
	height: 25px;
}
#wishlist-total> button > i {
	float: left;
	width: 38px;
	height: 25px;
	color: #706c68;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
.fix-header #cart .dropdown-menu{
	top: 30px;
}
#cart .dropdown-menu{
	border: none;
	box-shadow: 5px 5px 7px 0px rgba(41, 41, 41, 0.05);
	min-width: 355px;
	margin: 0;
	padding: 10px 30px 30px;
	top: 50px;
	border-radius: 0;
	animation: fadeIn 0.5s linear alternate;
	-webkit-animation: fadeIn 0.5s linear alternate;
	-moz-animation: fadeIn 0.5s linear alternate;
}
@media (max-width: 1400px){
	#cart .dropdown-menu{
		min-width: 300px;
		padding: 0px 20px 20px 20px;
	}
}
#cart-total .item-cart{
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: #ee3333;
	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 .cart-empty{
	padding: 20px 0
}
#cart .dropdown-menu .cart-button{ 
	margin: 0;
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,.06);
}
#cart .dropdown-menu > li:first-child .table > tbody > tr > td{
	padding-top: 20px;
}
#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
}
#cart .cart-close button:hover{
	color: #ee3333;
}
#cart .cart-close button{
	background: none;
	color: #bababa;
	border: none;
	font-size: 18px;
	line-height: 1;
}
#cart .cart-quantity{
	color: #969696;
	font-size: 12px;
	margin: 5px 0 8px 0 !important;
}
#cart .cart-name:hover{
	color: #ee3333;
}
#cart .cart-name{
	color: #292929;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}
#cart .cart-price{
	font-size: 16px;
	color: #929292;
	font-family: 'Karla', sans-serif;
}
#cart .cart-button{
}
@media (max-width: 1400px){
}
#cart p.cart-button a:last-child{
	margin: 0;
}
#cart p.cart-button a{
	border: 2px solid #292929;
	background: transparent;
	color: #292929;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0 30px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 20px;
}
#cart p.cart-button a:hover{
	color: #fff;
	background: #292929;
}
#cart p.cart-button a:hover i{
	color: #292929;
}
#cart p.cart-button a i{
	padding-left: 5px;
	font-size: 15px;
	color: #fff;
}
#cart .dropdown-menu .info-item{
	padding-left: 10px;
}
#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{
	font-size: 16px;
	color: #3e3d43;
	text-transform: capitalize;
	font-weight: 600;
}
#cart .dropdown-menu tr td:last-child{
	font-size: 16px;
	color: #929292;
	font-family: 'Karla', sans-serif;
}
.unvisible{
	display: none;
}
.fix-header{
	top: 57px;
	/*position: fixed !important;*/
	background: rgba(255, 255, 255, .95);
	right: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,.05);
	padding: 0px 2.6% 0;
	margin: 0 !important;
}
.fix-header.fix-header-act{
	background: rgba(255, 255, 255, 1);
}
/* cms block */
.static-link-f li:last-child{
	margin-right: 0;
}
.static-link-f li a:hover{
	color: #ee3333;
}
.static-link-f li a{
	color: #929292;
}
.static-link-f li{
	display: inline-block;
	display: inline-block;
	margin-right: 35px;
}
.static-link-f ul{
	margin: 0;
}
.static-link-f{
	float: right;
}
.static-opentime h4{
	color: #fff;
	text-transform: capitalize;
	font-size: 12px;
	margin: 35px 0 0;
}
.static-opentime li{
	color: #707070;
	padding-bottom: 25px;
	line-height: 1;
}
.static-opentime{
	width: 25%;
	float: left;
}
.logo_social_f .social_f ul{
	margin: 0;
}
.logo_social_f .social_f li:hover a{
	color: #fff;
}
.logo_social_f .social_f li a{
	color: #636363;
}
.logo_social_f .social_f li:hover{
	background: #ee3333;
}
.logo_social_f .social_f li:not(:last-child){
	margin-right: 10px;
}
.logo_social_f .social_f li{
	background: #363636;
	display: inline-block;
	border-radius: 100%;
	width: 41px;
	height: 41px;
	text-align: center;
	line-height: 41px;
}
.logo_social_f .social_f h5{
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 14px;
	margin: 0 0 20px 0;
}
.logo_social_f{
	width: 75%;
	float: left;
	padding-right: 30px;
}
.logo_social_f .short_des{
	color: #707070;
	letter-spacing: .025em;
	line-height: 2;
	font-size: 12px;
	margin: 30px 0 35px;
}
.banner-8 .text-content a:hover,
.banner-6 .text-content a:hover{
	color: #ee3333
}
.banner-8 .text-content a,
.banner-6 .text-content a{
	color: #808080;
	text-transform: capitalize;
	display: inline-block;
	margin-top: 20px;
}
.banner-8 .text-content h3,
.banner-6 .text-content h3{
	font-weight: 500;
	font-size: 20px;
	color: #292929;
	margin: 0;
	line-height: 24px;
	text-transform: capitalize
}
.banner-8 .text-content,
.banner-6 .text-content{
	position: absolute;
	bottom: 18%;
	left: 10%;
	text-align: left;
}
.banner-8 .col-img,
.banner-6 .col-img{
	overflow: hidden;
}
.banner-8 .col-img:hover img,
.banner-6 > div:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.banner-8 .row > div,
.banner-6 > div{
	position: relative;
	margin-bottom: 100px;
	text-align: center;
}
.banner-5{
	padding: 0 15px;
}
.banner-7,
.banner-6{
	margin: 0 -15px;
}
.social-footer{
	/*float: right;*/
}
.social-footer ul{
	margin: 0;
}
.social-footer li:last-child{
	padding-right: 0;
}
.social-footer li{
	display: inline-block;
	padding: 0 20px 0 0 ;
}
.social-footer i:hover{
	color: #ee3333
}
.social-footer i{
	color: #929292;
	font-size: 18px;
	vertical-align: middle;
}
.static-policy .text-content p{
	color: #929292;
	line-height: 24px;
	letter-spacing: .025em;
	margin: 0;
	padding: 0;
}
.static-policy .text-content h2{
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	margin: 25px 0;
}
.static-policy .col{
	
}
.static-policy{
	text-align: center;	
	float: left;
	width: 100%;
	/* padding-top: 100px; */
	padding-bottom: 95px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 95px;
}
.banner-7  > div:hover .col-img img,
.banner-5  > div:hover .col-img img,
.banner-4 .row > div:hover .col-img img,
.banner-2 .row > div:hover .col-img img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	/* transform-origin: right top; */
}
.banner-7 .col-img,
.banner-5 .col-img,
.banner-4 .col-img,
.banner-2 .col-img{
	overflow: hidden;	
	text-align: center;
}
.banner-7 .text-content a:hover,
.banner-5 .text-content a:hover,
.banner-4 .text-content a:hover,
.banner-2 .text-content a:hover{
	color: #ee3333;
	border-color: #303e48;
}
.banner-7 .text-content a,
.banner-5 .text-content a,
.banner-4 .text-content a,
.banner-2 .text-content a{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid #292929;
	color: #292929;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 50px;
}
.banner-7 .text-content h2,
.banner-5 .text-content h2,
.banner-4 .text-content h2,
.banner-2 .text-content h2{
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: capitalize;
	font-weight: 500;
}
.banner-7 .text-content h3,
.banner-5 .text-content h3,
.banner-4 .text-content h3,
.banner-2 .text-content h3{
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 20px 0;
}
.banner-7 .text-content,
.banner-5 .text-content,
.banner-4 .text-content,
.banner-2 .text-content{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50px;
}
.banner-7 .col-img a,
.banner-5 .col-img a,
.banner-4 .col-img a,
.banner-2 .col-img a{
	position: relative;	
	display: inline-block;
	overflow: hidden
}
.banner-7 > div,
.banner-5 > div,
.banner-4 .row > div,
.banner-2 .row > div{
	position: relative;
	margin-bottom: 100px;
}

.banner-1 .row > div{
	margin-bottom: 10px;
}
.banner-3 .item2{
	margin-bottom: 30px;
}
.banner-3 .item6{
	clear: both;
}
.banner-3 .item4,
.banner-3 .item5{
	margin-bottom: 30px;
}
.banner-3 .col2{
	width: 21.6%
}
.banner-3 .col1,
.banner-3 .col3{
	width: 39.2%
}
#licensed-section{ padding: 20px 0; background-color: #C4C4C4; text-align: center; margin: 50px auto; }
#licensed-section h3{ width: 100%; color: #FFFFFF; border-bottom: 1px solid #ccc; margin-bottom: 10px; padding-bottom: 10px; }
#licensed-section img{ max-height: 70px; display: block;margin: auto; }

#certificated-section{ padding: 20px 0; background-color: #F9F9F9; text-align: center; margin: 50px auto; }
#certificated-section h3{ width: 100%; color: #333333; border-bottom: 1px solid #C4C4C4; margin-bottom: 10px; padding-bottom: 10px; }
#certificated-section img{ max-height: 70px; display: inline-block;margin: 0 20px; }


.fix-header {
	z-index: 999;
	background: none;
	top: 45px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* responsive */
@media(max-width: 1400px){
	.banner-3 .col3{
		width: 38.9%;
	}
}
.banner-3 .col3{
	margin-bottom: 100px;
}
.banner-3 .col1,
.banner-3 .col2{
	margin-bottom: 30px;
}
.banner-3 .col3 .text-content{
	left: 35px;
}
.banner-3 .text-content,
.banner-1 .text-content{
	position: relative;
	bottom: unset;
	left: unset;
}
.banner-1 .item1,
.banner-1 .item4{
	margin-bottom: auto;
}
.banner-1 .col-img{
	text-align: center;
    width: 100%;
}
.banner-3 .items,
.banner-1 .items{
	position: relative;
    width: fit-content;
}
.banner-3 .text-content a,
.banner-1 .text-content a{
	box-shadow: none;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 14px;
	color: #292929;
	text-transform: capitalize;
	font-weight: 500;
	padding: 20px 30px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.static-about h4 span{
	color: #707070;
	font-weight: 400;
}
.static-about h4{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}
.static-about p{
	letter-spacing: .025em;
	line-height: 30px;
	margin: 0 0 50px 0
}
.static-about h1{
	font-size: 30px;
	text-transform: capitalize;
	margin: 0 0 40px 0;
	font-weight: 500;
}
.static-about img{
	margin-bottom: 35px
}
.static-about h3{
	font-size: 12px;
	color: #929292;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}
.static-about{
	text-align: center;
	padding: 100px 16% 50px;
}
/* owl carousel */
.owl-carousel .owl-nav > .owl-next,
.owl-carousel .owl-nav > .owl-prev{
	position: absolute;
	top: calc(100% - 200px);
	margin: -25px 0 0 0;
	width: 13px;
	height: 44px;
	background: #fff;
	text-align: center;
	border-radius: 0%;
	opacity: 0.8;
	border: none;
	color: #fff;
	padding: 0;
	cursor: pointer;
}
.owl-style2 .owl-carousel .owl-nav > .owl-next,
.owl-style2 .owl-carousel .owl-nav > .owl-prev{
	width: 50px;
	height: 50px;
	margin: -15px 0 0 0;
	border: 1px solid #e1e1e1;
}

.owl-carousel .owl-nav.disabled{
	/*display: block !important;*/
}

.owl-carouse .owl-nav.disabled .disabled{
	display: block;
}


.owl-style2 .owl-nav > .owl-prev{
	left: 10px;
}
.owl-style2 .owl-nav > div.owl-next{
	right: 10px;
}
.owl-carousel:hover .owl-nav > .owl-next,
.owl-carousel:hover .owl-nav > .owl-prev{
	opacity: 1;
}
.owl-nav > .owl-prev{
	left: -25px;
}
.owl-nav > div.owl-next{
	right: -25px;
}
.owl-theme .owl-nav > .owl-next:hover,
.owl-theme .owl-nav > .owl-prev:hover{
	border-color: #292929;
	background: transparent;
	color: #fff;
}
.owl-style2 .owl-nav > div i{
	line-height: 48px;
}
.owl-nav > div i{
	font-size: 12px;	
	line-height: 44px;
}
.owl-nav > div span{
	display: block;
	width: 13px;
	height: 44px;
}
.owl-nav > div.owl-prev span{
	background: url('../image/ControlArrowPrev.png') 0 0 no-repeat;
}
.owl-nav > div.owl-next span{
	background: url('../image/ControlArrowNext.png') 0 0 no-repeat;
}
.owl-carousel:hover .owl-nav > div{
	opacity: 1;
}
.tt_tabsproduct_module{
	margin-bottom: 95px;
	margin-top: 50px;
}
/* testimonial */
.testimonial-images img{
	border-radius: 100%;
}
.row-testimonials > div{
	margin-bottom: 30px;
}
.main-row:not(.full-width) .testimonial-container .container{
	padding: 0;
	width: 100%;
}
.testimonial-container{
	margin-bottom: 100px;
}
.testimonial-container .testimonial-author{
	font-weight: 600;
	letter-spacing: .5em;
	line-height: 30px;
	margin: 15px 0 0;
	font-size: 12px;
}
.testimonial-container .testimonial-images img{
	border-radius: 100%;
	margin-bottom: 30px;
	width: auto;
	display: inline-block;
}
.testimonial-container{
	background: #f6f6f6 url('../image/bg-testimonial.jpg') no-repeat center;
	padding: 100px 0 80px;
	background-attachment: fixed;
	text-align: center;
}
.testimonial-container .owl-nav > .owl-prev:hover,
.testimonial-container .owl-nav > .owl-next :hover{
	color: #292929;
}
.testimonial-container .owl-nav > .owl-prev,
.testimonial-container .owl-nav > .owl-next{
	border: none;
	background: none !important;
	color: #cecece;
}
.testimonial-container .testimonial-box{
	margin-bottom: 25px;
	padding: 0 10%;
}
.testimonial-container .testimonial-box a{
	color: #707070;
	line-height: 30px;
	letter-spacing: .025em;
}
.testimonial-container .testimonial-content i{
	color: #cecece;
	font-size: 20px;
}
.testimonial-container .module-title{
	display: none;
}
.testimonial-content{
	padding: 0 10%;
}
.testimonial-container .owl-nav > div i{
	font-size: 36px;
}
.module-title2::before{
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	background: #f0f0f0;
	left: 0;
	right: 0;
	z-index: -1;
}
.module-title2{
	margin-bottom: 35px;
	position: relative;
}
.module-title2 h2{
	color: #292929;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	background: #fff;
	display: inline-block;
	padding-right: 20px;
	text-transform: capitalize;
}
.module-title h2{
	font-size: 30px;
	margin: 0 0 13px 0;
	font-weight: 500;
}
.module-title span{
	color: #848b91;
    font-size: 21px;
    font-weight: 500;
	text-transform: uppercase;
}
.module-title i {
    width: 300px;
    height: 3px;
    background-color: #848b91;
    display: block;
    position: absolute;
    margin-top: 3px;
    left: 50%;
    margin-left: -150px;
}
.module-title .module-description{
	margin: 0;
	line-height: 36px;
	letter-spacing: .025em;
}
.module-title{
	text-align: center;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 4px;
    padding-top: 40px;
}
/* banner-ourbrands */
body:not(.common-home) .banner-ourbrands{
	margin-top: 100px;
}
body[class^="product-product"] .banner-ourbrands{
	margin-top: 45px;
}
.banner-ourbrands{
	padding: 65px 0;
	border-top: 1px solid #ebebeb;
}
.banner-ourbrands .owl-carousel .owl-item img{
	display: inline-block;
}
.banner-ourbrands .owl-carousel .owl-item:hover img{
	opacity: .9;
}
.banner-ourbrands .owl-carousel .owl-item{
	padding: 0;
	text-align: center;
}
.banner-ourbrands .module-title{
	display: none;
}
.banner-ourbrands .owl-item.active{
	position: relative;
}
/* footer */
#back-top:hover{
	border-color: #303e48;
}
#back-top{
	position: fixed;
	bottom: 5px;
	right: 5%;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}
@media(max-width: 1400px){
	#back-top{
		bottom: 5px;
		right: 0px;		
	}
}
@media(max-width: 1024px){
	#back-top{
		padding: 1px;
		right: 32px;
		bottom: 5px;
	}
	#back-top span{
		display: none;
	}
}
#back-top span{
	margin-right: 15px;
}
#back-top i{
	font-size: 12px;
}
footer{
	background: #292929;
}
.col-f li a:hover{
	color: #ee3333;
}
.col-f li a{
	color: #707070;
	padding-bottom: 15px;
	display: inline-block
}
.top-footer{
	padding: 100px 0;
}
.title-footer{
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0 0 35px 0;
}
.bottom-footer .container{
}
.bottom-footer{
	border-top: 1px solid #363636;
	padding: 35px 0;
}
.logo-footer{
	float: left;
}
.copyright-text a{
	color: #ee3333;
}
.copyright-text{
	margin: 0;
	color: #929292;
	line-height: 22px;
	float: left;
	letter-spacing: .025em;
}

.zoomContainer,
/*.thumbnail.elevatezoom-gallery{
    border: 1px solid #d0d0d0 !important;
}*/


.thumbnail.elevatezoom-gallery.active{
	border-color: #6c6c6c !important;
}

.owl-theme .owl-buttons div{display:block !important;}

/* breadcrumbs */
.breadcrumbs .breadcrumb{
	margin: 0
}
.breadcrumb{
	padding:0;
	margin: 0 0 40px 0;
	background: none;
    display: flex;
    justify-content: flex-start;
}
.breadcrumb  a:hover,
.breadcrumb li:last-child a{
	color: #707070;
}
.breadcrumb > li + li::before,
.breadcrumb a{
	color: #707070;
	text-transform: capitalize;
}
.common-home .breadcrumbs{
	display: none;
}
.breadcrumbs h1,
.breadcrumbs h2{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	text-transform: inherit;
	display: contents;
	color: inherit;
}
body[class^='product-product'] .breadcrumbs,
body[class^='product-category'] .breadcrumbs{
	/*background: #f6f6f6 url('../image/bg-header.jpg') center top no-repeat;*/
	/*padding: 120px 0 200px;*/
	padding: 0;
	margin: 0;
}
.breadcrumbs{
	background: #ffffff;
	padding: 0;
	text-align: center;
	margin-bottom: 20px;
	width: fit-content;
}
/* category */
.fix-header #product-product,
.fix-header .layer-category{
	margin-top: -220px;
}
#product-product,
.layer-category{
	background: #fff;
	margin-top: 0;
	padding: 20px 30px;
}
.category-info {
	position: relative;
	height: 135px;
	width: 100%;
	overflow: hidden;
}

.common-home .category-info {
	height: 200px;
	padding-bottom: 30px;
}

.common-home .category-info .expand-btn, .common-home .category-info.active .expand-btn {
	bottom: 10px;
}

.category-info:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100px;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
	pointer-events: none;
}
.category-info .row {
	padding: 15px 0;
}
.category-info .img-thumbnail{
	border: none;
	border-radius: 0;
	padding: 0;
}
.category-info .expand-btn {
	position: absolute;
	cursor: pointer;
	right: 20px;
	bottom: 20px;
	z-index: 2;
}
.category-info .expand-btn img{
	width: 20px;
	height: 20px;
	opacity: 0.4;
	transform: rotate(180deg);
}
.category-info .expand-btn img:hover {
	opacity: 1;
}
.category-info.active {
	height: auto;
}
.category-info.active:after {
	display: none;
}
.category-info.active .expand-btn {
	bottom: 40px;
}
.category-info.active .expand-btn img {
	transform: rotate(0deg);
}
.custom-products .product-list:last-child .product-thumb{
	border: none;
}
.custom-products .product-list .product-thumb:hover{
	box-shadow: none;
}
.custom-products .product-list .product-thumb{
	float: left;
	width: 100%;
	margin: 0 -15px;
}
.custom-products .product-list .product-thumb .image,
.custom-products .product-grid .product-thumb .image {
	border: 1px solid #f8f8f8;
}
.custom-products .product-layout{
	margin-top: 0;
	margin-bottom: 30px;
}
.custom-products{
	margin: 0 -15px;
}
@media (min-width: 992px){	
	.custom-products .two-items:nth-child(2n+1),
	.custom-products .three-items:nth-child(3n+1),
	.custom-products .four-items:nth-child(4n+1),
	.custom-products .five-items:nth-child(5n+1){
		clear: both;
	}
}
.layer-category .toolbar{
	margin: 0 0 20px 0;
}
.toolbar{
	float: right;
	width: 75%; /* for aligning with product cards purpose. Initial value - 100% */
	margin: 0 0 60px 0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 15px 0;
}
.toolbar-search {
	width: 100%;
}
.toolbar3 .btn-group{
	background: #fff;
}
.toolbar3{
	padding: 0;
}
.toolbar1{
	padding: 0;
}
.toolbar2,
.toolbar1{
	padding-left: 0;
	background: #fff;
}
#input-sort,
#input-limit{
	border: none;
	padding: 0;
	border-radius: 0px;
	box-shadow: none;
	height: 16px;
	font-size: 12px;
	color: #707070;
	text-align: center;
}
#list-view:hover,
#list-view.selected,
#grid-view:hover,
#grid-view.selected{
	color: #292929 !important;
}
#list-view{
	margin-right: 10px;
}
#list-view,
#grid-view{
	border: none;
	border-radius: 0px;
	color: #e2e2e2;
	padding: 0;
	background: none;
	line-height: 16px;
	box-shadow: none;
}
#list-view i,
#grid-view i{
	line-height: 16px;
	font-size: 16px;
}
.pagination{
	margin: 0;
}
.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: none !important;
    color: #303e48 !important;
}
.pagination > li > a, .pagination > li > span{
	border: none;
	border-radius: 100% !important;
	background: none !important;
	color: #929292 !important;
	font-size: 12px;
	padding: 0 10px;
	margin: 0 5px;
	text-align: center;
	line-height: 1;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
	padding-left: 0;
}
.pagination{
	line-height: 1;
}
.pagination > li{
	display: inline-block;
	vertical-align: middle;
}
.toolbar4{	
	margin: 0;
	margin-top: 60px;
	padding: 18px 0;
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.toolbar4  .col-sm-6{
	padding: 0;
	line-height: 1;
}
.toolbar4  .text-right{
	margin-top: 0px;
	font-size: 12px;
	color: #8d8c8c;
	width: auto;
	float: right;
}
/* product detail */
.quickview-container + .zoomContainer{
	/* z-index: 10001; */
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
}
.block-1{
	margin-bottom: 30px;
}
.block-1 .thumbnails-additional .thumbnail{
	/*opacity: .2;*/
	margin: 0;
}
.block-1 .thumbnails-additional .current-additional{
	border-color: #6c6c6c !important;
	opacity: 1;
}
.block-1 .thumbnail{
	padding: 0;
	border-radius: 0;
	border: none;	
}
.block-2 .product-name{
	margin: 0;
	font-size: 18px;
	color: #292929;
	text-transform: capitalize;
	line-height: 1;
	font-weight: 500;
}
.block-2 .product-name + p{
	margin: 10px 0 0;
}
.block-2 .product-name + p a{
	text-transform: capitalize;
}
.block-2 .ratings .rating-box{
	width: 67px;
	display: inline-block;
}
.block-2 .price{
	margin: 0 0 0 0;
	background-color: #f7f7f7;
	color: #303e48;
	font-size: 22px;
}
.block-2 .ratings{
	margin: 35px 0 25px;
	float: none;
	width: auto;
}
.block-2 .list-unstyled{
	color: #292929;
	clear: both;
}
.block-2 .price-product{
	font-size: 18px;
	color: #aaaaaa;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 30px;
}
.block-2 .ex-text{
	color: #ee3333;
	margin-left: 5px;
}
.block-2 .short-des{
	margin: 25px 0 30px;
	color: #898989;
	line-height: 24px;
	letter-spacing: .025em;
	border-top: 1px solid #ebebeb;
	padding-top: 30px;
}
#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    display: block;
    height: 27px;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 26px;
    font-size: 14px;
    border-radius: 0px;
	border: none;
	background: none;
	padding: 0;
	color: #a6a6a6;
	float: left;
}
#minus2, #plus2,
#minus, #plus {
	border: 1px solid #ebebeb;
	border-left: none;
}
#minus2:hover, #plus2:hover,
#minus:hover, #plus:hover{
	color: #ee3333
}
#plus, #plus2{
	border-bottom: none;
}
#input-quantity2,
#input-quantity {
    width: 90px;
	height: 54px;
	border: 1px solid #ebebeb;
	font-size: 14px;
	color: #292929;
	font-family: 'Karla', sans-serif;
}
label[for='input-quantity']{
	float: left;
	line-height: 1;
	padding: 20px 0;
	margin: 0 30px 0 0;
	color: #292929;
}
#button-cart2 i,
#button-cart i{
	font-size: 20px;
	margin-right: 12px;
	vertical-align: middle
}
#button-one-click,
#button-cart2,
#button-cart{
	margin: 0 20px 30px 0;
	float: left;
	background: none !important;
	height: 54px;
	border-radius: 0px;
	padding: 0 20px;
	border: 2px solid #303e48;
	color: #303e48;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.btn-actions button:not(:last-child){
	border-right: 1px solid #ebebeb;
}
.btn-actions{
	border: 2px solid #ebebeb;
	float: left;
	padding: 12px 0;
	text-align: center;
	height: 54px;
	margin: 0 0 30px 0;
}
.block-2 .btn-compare span, 
.block-2 .btn-wishlist span{
	display: none;
} 
.block-2 .btn-compare:hover i, 
.block-2 .btn-wishlist:hover i{
	/* color: #fff; */
}
.block-2 .btn-compare i, 
.block-2 .btn-wishlist i{
	font-size: 20px;
	line-height: 26px;
	vertical-align: top;
}
.block-2 .btn-compare, 
.block-2 .btn-wishlist {
    width: 60px;
    border: none;
	padding: 0;
	background: none;
	color: #292929;
}
.block-2 .btn-compare:hover, 
.block-2 .btn-wishlist:hover {
    color: #ee3333;
}
#product2,
#product{
	clear: both;
}
#product2 .has-option,
#product .has-option{
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 0 20px;
	margin: 30px 0
}
#product + div{
	margin: 20px 0;
}
.quantity-box{
	width: 116px;
	float: left;
	margin: 0 20px 30px 0;
}
.block-3{
	margin: 80px 0 0; 
	
}
/* #tab-review .form-horizontal .form-group{ */
	/* margin-right: 0; */
	/* margin-left: 0; */
/* } */
#tab-review #review{
	max-height: 300px;
	overflow: auto;	
}
.block-3 .tab-content .tab-pane{
	margin-bottom: 100px;
}
.block-3 .tab-content .tab-pane:not(#tab-review){
	max-height: 500px;
	overflow: auto;
	padding: 0;
}
.block-3 .nav-tabs{
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
	border: none;
	margin: 0 0 45px 0;
	border-top: 1px solid #ebebeb;
	padding-top: 100px;
}
.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a{
	color: #484848;
	border: none;
	background: none;
}
.block-3 .nav-tabs li a{
	color: #929292;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.block-3 .nav-tabs li{
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0 25px;
}
.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;
}
.custom-products .per-sale,
.custom-products .price-tax,
.custom-products .product-grid .product-des{
	display: none;
}
#blog_home{
	padding-top: 100px;
	border-top: 1px solid #ebebeb;
}
#blog_home,
.tt_product_module{
	margin-bottom: 100px;
}
.related-products{
	padding-top: 100px;
	border-top: 1px solid #ebebeb;
	clear: both;
}
.category-module li a.active,
.category-module li a:hover{
	color: #303e48
}
.category-module li{
	padding: 8px 0;
}
.category-module li a{
	text-transform: capitalize;
}
.category-module ul{
	margin: 0;
}
.category-module .list-child{
	padding-left: 30px;
}
.category-module{
	margin-bottom: 55px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
}
.category-module h3{
	color: #292929;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	width: 100%;
	padding: 0px;
	margin: 0 0 25px 0;
	line-height: 24px;
}

i img {
	height: inherit;
}
/* responsive */
@media(max-width: 100%){
	header{
		padding: 37px 0 0;	
	}
	.logo-container{
		top: 37px;
	}
	.main-menu{
		margin-top: 30px;
	}
}
@media (max-width: 1024px){
	.top-footer{
		padding: 50px 0 20px;
	}
	.top-footer .col-f:first-child{
		width: 100%;
		padding: 0;
		margin-bottom: 0px;
	}
	.top-footer .col-f{
		width: 50%;
		margin-bottom: 30px;
	}
	.static-opentime,
	.logo_social_f{
		width: 50%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	header{
		position: static;
		padding-top: 15px;
	}
	.logo-container{
		top: 15px;
	}
	.search-content{
		top: 55px;
		right: 150px;
	}
	#cart .dropdown-menu{
		top: 40px;
	}
	#top{
		top: 47px;
	}
	header{
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.main-menu{
		/* padding-left: 30px; */
		margin-top: 10px;
	}
	body[class^="product-product"] .breadcrumbs, body[class^="product-category"] .breadcrumbs{
		padding: 0; /* for aligning with another toolbar elems purpose. Initial value - padding: 50px 0;*/
	}
	.breadcrumbs h1, .breadcrumbs h2{
		font-size: 8px;
		margin: 0 0 15px 0;
	}
	.product-name1 {
    background-color: #f8f8f8;
    margin-top: 30px;
    font-size: 14px;
	}
	.zoomContainer,
	.b-modal,
	.newletter-popup{
		display: none !important;
	}
	#product-product, .layer-category{
		margin-top: 0;
		padding: 10px 30px;
	}
	.banner-3 .text-content{
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translate(-50%,-50%);
		bottom: auto;
		left: 50% !important;
		right: auto;
		width: 100%;
		text-align: center;
	}
	.banner-3 .text-content a:hover{
		background: rgba(255,255,255,1)
	}
	.banner-3 .text-content a{
		background: rgba(255,255,255,.7)
	}
}
@media (max-width: 991px){
	.custom-products .product-grid:nth-child(2n+1){
		clear: both;
	}
	.main-menu{
		padding: 0;
	}
	.banner-1 .text-content a{
		background: rgba(255,255,255,.9);
		padding: 10px;
	}
	.action-links button{
		width: 40px;
	}
	.testimonial-container{
		padding: 50px 0;
		min-height: auto;
	}
	.testimonial-content{
		padding: 0;
	}
	.banner-7 .text-content a,
	.banner-5 .text-content a,
	.banner-4 .text-content a,
	.banner-2 .text-content a{
		margin-top: 20px;
	}
	.newletter-subscribe-container{
		padding: 50px 0;
	}
	.logo-footer{
		text-align: center;
		float: none;
	}
	.copyright-text{
		padding: 0;
		text-align: center;
		float: none;
		margin: 20px 0;
	}
	.social-footer{
		float: none;
		text-align: center;
	}
	.static-link-f{
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	.bottom-footer{
		padding: 0;
	}
	.static-policy{
		/* padding: 0 0 50px 0; */
	}
}
@media (max-width: 768px){	
	.container-fix .container{
		clear: both;
	}
	.banner-4 .row,
	.banner-3 .row{
		margin: 0
	}
	.banner-3 .col1, 
	.banner-3 .col2,
	.banner-3 .col3{
		width: 100%;
		text-align: center;
	}
	.wrapper{
		padding: 0;
	}
	.owl-nav > div.owl-prev{
		left: 0;
	}
	.owl-nav > div.owl-next{
		right: 0;
	}
	.action-links button{
		width: 60px;
	}
	.static-about{
		padding: 50px 0;
	}
}
@media (max-width: 767px){
	.banner-8 .row  > div:not(:last-child),
	.banner-7 > div:not(:last-child){
		margin-bottom: 30px;
	}
	.static-opentime,
	.logo_social_f{
		width: 100%;
	}
	.banner-8 .text-content,
	.banner-6 .text-content{
		top: 50%;
		bottom: auto;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		text-align: center;
		background: rgba(255,255,255,.5);
		padding: 10px 20px;
	}
	.banner-8 .col-img:hover img,
	.banner-6 > div:hover img{
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
	#search h1{
		font-size: 30px;
		margin: 0 0 30px 0;
	}
	.banner-7 .text-content,
	.banner-5 .text-content,
	.banner-4 .text-content,
	.banner-2 .text-content{
		text-align: center;
		background: rgba(255,255,255,.5);
		padding: 10px 30px;
	}
	.banner-7 .text-content,
	.banner-5 .text-content,
	.banner-4 .text-content,
	.banner-2 .text-content{
		left: 50%;
		top: 50%;
		bottom: auto;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 60%;
	}
	.banner-1 .text-content{
		bottom: auto;
        display: inline;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.banner-1 .text-content a{
		padding: 20px;
	}
	.banner-1 {
		display: flex;
    justify-content: center;
	}
	input[name^="quantity["]{
		min-width: 40px;
		padding: 0;
		text-align: center;
	}
	.block-3 .nav-tabs{
		width: 100%;
	}
	.block-3 .nav-tabs li{
		display: inline-block;
	}
	.block-3 .nav-tabs li a{
		padding: 0 0 15px 0;
		margin-right: 20px;
	}
	.owl-nav{
		display: none;
	}
	#dialog-normal .newleter-content{
		padding: 0;
	}
}

@media (min-width: 472px){
	.fix-header {
		background: #fff!important;
	}
}
@media (max-width: 640px){
	body > #content > :first-child:not(.fix-header), header > .main-menu:not(.fix-header) {
		background: none;
		top: 54px;
		border: none;
		position: absolute;
	}

	.container-fix .logo-container {
		position: relative;
		top: 0;
		left: 0;
	}
	.logo-container {
		/*width: 100%;*/
		padding: 0;
		text-align: center;
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
	.container-fix > .container{
		clear: both;
	}
	.logo-container{
		/*width: 100%;*/
		padding: 0;
		text-align: center;
	}
	.search-content{
		top: 10px;
    right: 240px;
	}
	#cart .dropdown-menu{
		top: 40px;
	}
	#top{
		top: 47px;
	}
}


@media (max-width: 608px){
	body > #content > :first-child:not(.fix-header), header > .main-menu:not(.fix-header) {
		top: 80px;
	}
}

@media (max-width: 503px){
	body > #content > :first-child:not(.fix-header), header > .main-menu:not(.fix-header) {
		top: 97px;
	}
}
@media (max-width:639px) and (min-width:561px) {
	.product-list .caption{
		width: 55%;
	}
	.product-list .image{
		width: 45%;
	}
}
@media (max-width: 560px){
	.banner-7 .text-content,
	.banner-5 .text-content,
	.banner-4 .text-content,
	.banner-2 .text-content{
		width: 80%;
	}
	.static-policy > div:not(:last-child){
		margin-bottom: 20px;
	}
	.static-policy > div{
		width: 100%;
	}
	#blog_home .row_items .articles-inner:not(:last-child){
		margin-bottom: 40px;
	}
	#blog_home .articles-inner{
		width: 100% !important;
		padding: 0 15px;		
	}
	#blog_home .row_items .articles-inner:last-child .articles-image, 
	#blog_home .row_items .articles-inner:first-child .articles-image{
		margin: 0;
	}
	.custom-products .product-list .product-thumb{
		margin: 0;
	}
	.product-list .caption{
		margin-top: 20px;
	}
	.product-list .caption,
	.product-list .image{
		width: 100%;
	}
}
@media(min-width: 481px){
	#subscribe .btn i{
		display: none;
	}
}
@media (max-width: 480px){	
	.product-list .product-des{
		padding-top: 20px;
		margin: 20px 0 0;
	}
	#subscribe .btn span{
		display: none;
	}
	#subscribe .btn{
		padding: 0 20px;
	}
	#subscribe_email{
		padding: 0 70px 0 20px;
	}
	#cart{
		position: static;
	}
	.block-right{
		position: relative;
	}
	#cart .dropdown-menu{
		min-width: 280px;
	}
}

@media (max-width: 375px){
	.navbar .brand {
		color: #fff;
	}
}

	#licensed-section p{
	display: flex;
	position: relative;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}


#licensed-section p a{
	padding: 10px;
}


.footer-container {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    overflow: hidden;
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.3);
}
.footer-container .h1, 
.footer-container .h2,
.footer-container .h3,
.footer-container .h4,
.footer-container .h5,
.footer-container .h6,
.footer-container  h1,
.footer-container  h2,
.footer-container  h3,
.footer-container  h4,
.footer-container  h5,
.footer-container  h6 {
    font-family: inherit;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
    color: #fff !important;
    margin: 0 0 10px 0;
}

.footer-container .h3, 
.footer-container h3 {
    font-size: 24px;
}
#block_myaccount_infos .myaccount-title a {
    color: #414141;
}
span.h3.hidden-sm-down, 
span.myaccount-title.hidden-sm-down>a {
    color: #fff!important;
    font-size: 14px;
    padding-bottom: 10px;
}
.blockcms-title, 
.myaccount-title, 
.myaccount-title a, 
.block-contact-title {
    font-weight: 700 !important;
    font-size: 1rem;
}

.footer-container .h1,.footer-container  .h2,.footer-container  .h3 {
    text-transform: uppercase;
    color: #414141;
}



@media (min-width: 768px){
.hidden-md-up {
    display: none !important;
}
}



.block-contact a {
    color: #707070 !important;
}
.block-contact .important-contact {
    color: #cacaca !important;
}
.block-contact .important-contact a {
    color: #cacaca !important;
}


.block-social {
    text-align: left;
    width: 50%;
    float: right;
    padding-left: 40px;
    margin-right: 1px;
    border-left: #555 2px solid;
}
.block-social {
    text-align: right;
}
.block-social ul {
    margin-bottom: 0;
    height: 37px;
}
.block-social ul li {
    margin-bottom: 0;
}
.footer-container li {
    margin-bottom: 0.3125rem;
}
.block-social li {
    height: 2.5rem;
    width: 2.5rem;
    /* background-color: #ebebeb; */
    /* background-repeat: no-repeat; */
    display: inline-block;
    margin: 0.125rem;
    cursor: pointer;
}
.facebook {
    /*background-image: ;*/
}

.facebook::before {
    content: "";
    /*background-image: ;*/
}

.footer-container li a {
    color: #acaaa6!important;
    font-size: 16px;
}
.footer-container li a {
    color: #878787;
    cursor: pointer;
    font-size: 0.875rem;
}
.block-social li a {
    display: block;
    height: 100%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}


.sscc{
	margin-bottom: 20px;
}



.footer-container ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.footer-container li a {
    color: #acaaa6!important;
    font-size: 16px;
}




/* Styles for dialog window */
#oneclick {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

#oneclick h3{
	margin-top: 10px !important;
	margin-bottom: 30px !important;
}


#button-one-click{
	line-height: 54px;
	color: #303e48 !important;
}

.news--list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news--item {
	-ms-flex-preferred-size: 32.2%;
	flex-basis: 32.2%;
	margin-right: 1.1%;
	border-radius: 2px;
	border: solid 1px #f5f5f5;
	background-color: #fff;
	margin-bottom: 1.875rem;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	position: relative;
	list-style: none;
	padding: 1em;
	margin: -1em;
}

.news--item__img img {
	width: 100%;
}

.news--item__info {
	padding: 2.5rem;
}

.news--item__info h4 {
	font-size: 1.5rem;
	word-wrap: break-word;
	line-height: 1.29;
	color: #161616;
	font-weight: 400;
	text-transform: uppercase;
}

.news--item__date {
	color: rgba(0,0,0,0.5);
	font-weight: 300;
	font-size: 1.125rem;
	margin-top: 1.5625rem;
	margin-bottom: 2.5rem;
}

.news--item__info .btn-arrow {
	position: absolute;
	bottom: 2.5rem;
	left: 2.5rem;
}

.btn-arrow {
	color: #e7ac2b;
}

.btn-arrow {
	display: inline-block;
	position: relative;
}

.btn-arrow::after {
	display: block;
	content: '\f054';
	position: absolute;
	right: -0.9375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "fa-reg";
	font-size: .625rem;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.news--item:hover {
	-webkit-box-shadow: 0 6px 21px 0 rgba(170,170,170,0.38);
	box-shadow: 0 6px 21px 0 rgba(170,170,170,0.38);
}

.news--item .h3 {
	font-size: 21px;
}

.news--item .h4 {
	font-size: 14px;
}

.news--item:hover .read_more a {
	background-color: #4dc7a0;
}

.read_more {
	margin-top: 1rem;
	font-size: 1.3em;
}

.read_more:first-letter {
	text-transform: uppercase;
}

.read_more a {
	/*color: #4dc7a0;*/
	text-align: center;
	display: block;
	padding: 1rem;
}

.main--news--item__img {
	margin-bottom: .5em;
}

.center {
	text-align: center;
}

.all_news_link {
	margin-top: 2em;
}

.all_news_link a {
	text-decoration: underline;
}

.jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%; }

.jcarousel ol {
	width: 10000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0; }

.jcarousel li {
	width: 200px;
	float: left;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

.jcarousel img {
	display: block;
	max-width: 100%;
	height: auto !important; }

.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #4E443C;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 24px/27px Arial, sans-serif;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 4px #F0EFE7;
	box-shadow: 0 0 4px #F0EFE7;
	cursor: pointer; }

.jcarousel-control-prev {
	left: -35px; }

.jcarousel-control-next {
	right: -35px; }

.jcarousel-wrapper {
	/* margin: 20px auto; */
	position: relative;
	border: 10px solid #fff;
	/* border-radius: 5px; */
	/* -webkit-box-shadow: 0 0 2px #999; */
	/* box-shadow: 0 0 2px #999; */
	height: 170px; }

.popupWindowNews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
	color: black; }

.popupWindowImage {
	padding: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	text-align: center;
	margin: auto;
	font-size: 18px;
	font-family: HelveticaNeueCyr-Roman;
	background-repeat: no-repeat;
	background-size: contain; }

.popupWindowImage-control-next {
	right: 15px; }

.popupWindowImage-control-prev {
	left: 15px; }

.popupWindowImage-control-next, .popupWindowImage-control-prev {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #4E443C;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 24px/27px Arial, sans-serif;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 4px #F0EFE7;
	box-shadow: 0 0 4px #F0EFE7;
	cursor: pointer; }


@media screen and (max-width: 1000px) {
	.news--list {
		justify-content: center;
	}
	.news--list .news--item {
		flex-basis: 40%;
	}
	.news--item__info {
		padding: 1.5rem;
	}
}

@media screen and (max-width: 768px) {
	.news--item__info .btn-arrow {
		left: 1rem !important;
		bottom: 1rem !important;
	}
}

@media screen and (max-width: 760px) {
	.news--item__info {
		padding: 1rem;
	}
	.news--item__info h4 {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 480px) {
	.news--list .news--item {
		flex-basis: 100%;
		margin-right: 0;
	}
	.news--list .news--item__info {
		padding: 2rem!important;
	}
}

@media(max-width:991px){
	.toolbar {
		width: 100%;
	}
}
@media(max-width:640px){
	#search{
		-webkit-transform: translateY(-31%);
		-moz-transform: translateY(-31%);
		-o-transform: translateY(-31%);
		transform: translateY(-31%);
	}
	.container .block-right .search-containers {
		margin-right: 0;
		clear: right;
	}
	.search-containers .search-container {
		margin-top: 18px;
	}
	#ajax-login-form .action button{
		margin-bottom: 20px;
	}
	#ajax-login-form .action button:last-child{
		margin-bottom: 0;
	}
	.footer-container{
		padding-right: 15px;
		padding-left: 15px;
	}
	#oneclick .input-group {
		display: block;
	}
	#oneclick #input-payment-telephone {
		width: 100% !important;
	}
	#oneclick .input-group-btn {
		width: 100%;
		display: block;
	}
	#oneclick #button-oneclick {
		width: 100%;
		float: none;
		margin: 30px 0 30px 0 !important;
	}
	#checkout-cart .breadcrumb {
		margin: 0;
	}
}
.common-home .headerSpace {
	display: none;
}