.btn-dark{
	background-color: #333!important;
}
.btn-dark:hover{
	background-color:#f94e3f;
}
.img2 {
	position: relative;
	overflow: hidden; }
.img2 img {
	width: 100%;
	height: auto; }
.img2:before {
	content: "";
	border-top: 0 solid rgba(255, 255, 255, 0.5);
	border-right: 0 solid transparent;
	position: absolute;
	top: 0;
	left: 0; }
.img2:after {
	content: "";
	border-bottom: 0 solid rgba(255, 255, 255, 0.5);
	border-left: 0 solid transparent;
	position: absolute;
	bottom: 0;
	right: 0; }
.img2.active:before {
	webkit-transition: all 0.7s ease 0.2s;
	transition: all 0.7s ease 0.2s;
	border-top: 1300px solid rgba(255, 255, 255, 0);
	border-right: 1300px solid transparent; }
.img2.active:after {
	webkit-transition: all 0.7s ease 0.2s;
	transition: all 0.7s ease 0.2s;
	border-bottom: 1300px solid rgba(255, 255, 255, 0);
	border-left: 1300px solid transparent; }

@-webkit-keyframes hvr-push {
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes hvr-push {
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.hvr-push {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-push.active {
	-webkit-animation-name: hvr-push;
	animation-name: hvr-push;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@media(min-width: 1200px){
	.img1 {
		position: relative;
		overflow: hidden; }
	.img1 img {
		width: 100%;
		height: auto; }
	.img1:before {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background: rgba(67, 69, 113, 0.0);
		-webkit-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-ms-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out; }
	.img1:after {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(67, 69, 113, 0.0);
		-webkit-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-ms-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out; }
	.img1:hover:before {
		right: 50%;
		left: 50%;
		width: 0;
		background: rgba(255, 255, 255, 0.5); }
	.img1:hover:after {
		height: 0;
		top: 50%;
		bottom: 50%;
		background: rgba(255, 255, 255, 0.5); }

}
.bot-header {
	line-height: 40px;
	border-bottom: 1px solid #ebebeb;
}
.bot-header-left{
	width: 262px;
	border: 1px solid #ebebeb;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 0;
	padding-left: 60px;
	position: relative;
}
.bot-header-left:before {
	content: "";
	width: 25px;
	height: 16px;
	position: absolute;
	left: 25px;
	top: 12px;
	background-image: url('icon-category2.png');
}

.banner-product {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	background: #fff;
	width: 255px;
	padding: 0 20px;
}

.banner-product-item {
	padding: 15.5px 0;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}
.banner-product-item:last-child{
	border-bottom: none;
}
.banner-product-item.active:before{
	position: absolute;
	top: 34px;
	left: -29px;
	content: '';
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 9px solid #fff;
}
.cate-banner .img{
	opacity: 0;
	position: absolute;
	webkit-transition: all 0.7s ease 0.2s;
	transition: all 0.7s ease 0.2s;

}
.cate-banner{
	overflow: hidden;
	max-height: 458px;
}
.cate-banner .img.active{
	opacity: 1;
	position: static;


}
.banner-product-item .info > a{
	color: #f94e3f;
}
.banner-product-item p{
	margin: 0;
	letter-spacing: -0.25px;
}
.banner-product-item img{
	width: 52px;
	float: left;
	margin-right: 10px;
}
.bot-header-right i{
	font-size: 16px;
	padding-top: 12px;
	padding-right: 6px;
	display: block;
	float: left;
}
.bot-header-right b{
	color: #f94e3f
}
ul.bot-header-menu li {
	margin-left: 30px;
	font-weight: 700;
}


/*Cart apge*/
.cart .table-bordered td,.cart .table-bordered th{
	border:none;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
}
.cart .table-bordered td .product-price,.cart .table-bordered th .product-price{
	margin: 0;
}
.cart .table-bordered th{
	background: #ebebeb;
}
.cart .table-bordered td input.inp-number {
	max-width: 60px;
	padding-right: 0;
	padding-left: 10px;
	display: inline-block;
}
.cart .table-bordered tr{
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.cart table{
	border: none;
}

table.table.table-bordered.table-cart-total {
	border-top: 1px solid #ebebeb;
}
.width100{
	width: 100%;
}
.cart .no-border td,
.cart .table-bordered tr.no-border{
	border-left: none!important;
	border-right: none!important;
	border-bottom: none!important;
	padding-left: 0;
}
.cart .table-bordered.table-cart-total td, .cart .table-bordered.table-cart-total th{
	border: 1px solid #ebebeb;
}

/*Contact*/

.contact .form-signup .form-group input, 
.contact .form-group textarea{
	background: #ebebeb;
	border: 1px solid #ebebeb;
}

span.line {
	margin-left: 6px;
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	display: inline-block;
}

.quantity-select {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}
.quantity-select input {
	width: 80px;
	height: 33px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	min-height: 33px;
	border-color: #ebebeb;
	padding-right: 16px;
}
button.reduced.items-count.btn-minus {
	position: absolute;
	right: 0;
	z-index: 100;
	margin: 0;
	line-height: 1;
	height: 16px;
	border-top: none;
	border-color: #ebebeb;
}
button.increase.items-count.btn-plus {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	height: 17px;
	line-height: 1;
	background: #acacac;
	border-color: #acacac;
	color: #fff;
}

.aside.aside-policy {
	border-bottom: 1px solid #ebebeb;
}
.aside-policy-item {    
	border: 1px solid #ebebeb;        
	border-bottom: none;
	padding: 25px;
	cursor: pointer;
}
.aside-policy-item:hover{
	color: #fff;
	background:#f94e3f;
	border-color:#f94e3f;
}
.aside-policy-item img {
	float: left;
	margin-right: 10px;
}
.aside-policy-item img ~ img{
	display: none;
}
.aside-policy-item:hover img{
	display: none;
}
.aside-policy-item:hover img ~ img{
	display: block;
}
.aside-policy-item p {
	line-height: 17px;
	margin: 0;
}

.sidebar.relative{
	margin-top: 50px;
}
.quaylai{
	font-size: 14px;
	font-size: 16px;
	line-height: 60px;
	text-decoration: underline;
	color: #f94e3f;
}

div#share {
	margin-top: 10px;
}
.btn-checkout:hover{
	color: #f94e3f;
	background: #fff!important;
	border: 1px solid #f94e3f;
}