@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,900&subset=cyrillic');

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #313131;
	background-color: #ffffff;
}


body.open-sidebar {
	overflow: hidden;
}


a {
	color: #23a1d1;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
a:hover {
	text-decoration: none;
}

button{
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

a:focus, button:focus {
	outline: 0!important;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}

b, strong {
	font-weight: 500;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 40px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: #ffffff;
	border: 1px solid#dddddd;
	border-right: 0;
}

.form-control {
	height: 40px;
	border: 1px solid#ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	padding: 5px 15px;
	font-size: 12px;
}

.form-control:focus,
.form-control:hover{
	border-color: #b1b1b1;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

textarea.form-control {
	resize: vertical;
}

.btn {
	padding: 11px 25px;
	font-size: 15px;
	border-radius: 7px;
	border: 1px solid #F1F1F1;
	background: #f1f1f1;
	color: #777;
	font-weight: 500;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	text-transform: uppercase;
}

.btn:hover {
	background: #FA4E42;
	border-color: #fa4e42;
	color: #ffffff;
}
.main-btn {
	background: #FA4E42;
	color: #F1F1F1;
	border-color: #FA4E42;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	text-transform: uppercase;
}

.main-btn.focus, .main-btn:focus, .main-btn:hover {

	text-decoration: none;
}

.btn-del-cart {
	font-size: 20px;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	padding: 0;
	border: 1px solid#ddd;
}

.btn-del-cart:hover {
	background: #FA4E42;
	color: #fff;
	border-color: #FA4E42;
}

.section-title{
	margin: 0 0 40px;
	position: relative;

	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height */

	text-transform: uppercase;

	color: #000000;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}


/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}


#menu {
	background: #fff;
	margin: 0;
	border: none;
	border-radius: 0;
	z-index: 1000;
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	height: 77px;
}

.menu-nav{
	display: flex;
}
.menu-nav .work-time p{
	margin: 0;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;

	color: #818181;
}
.menu-nav .work-time p span{
	color: #3F3F3F;
}

#menu.fixed{
	top: 0;
	position: fixed;
	border-bottom: 1px solid#ebeced;
}

#menu .menu-right {
	display: flex;
	align-items: center;
	width: 100%;
}
#menu .menu-right .dropdown{
	margin-left: 15px;
}

#menu .dropdown-menu {
	border: none;
	margin: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
	right: 0;
	left: auto;
}

#menu .dropdown-menu .btn-link-drop {
	font-size: 13px;
	color: #222;
	padding: 8px 20px;
	display: block;
	white-space: nowrap;
}

#menu  .dropdown-menu ul{
	margin: 0;
}


#logo {
	display: flex;
	align-items: center;
	/*height: 77px;*/
	flex: 0 0 69px;
}

.wrapper{
	/*position: relative;*/
	z-index: 2;
}



.overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.65);
	transition: all .5s ease;
	z-index: 0;
	opacity: 0;
    visibility: hidden;
	z-index: 1004;
}

.open-sidebar .overlay,
.show-overlay .overlay{

	opacity: 1;
    visibility: visible;
}

#top-menu{
	margin-bottom: 77px;
	background: #ECECEC;
	position: relative;
	z-index: 1002;
}

#top-menu .dropdown-menu {
	margin: 0;
	border-radius: 0;
	border: none;
	padding: 0;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}



.top-menu-wrapper {
	display: flex;
	justify-content: space-between;
}

#top-menu .menu-left a {
	padding: 14px 0;
	display: block;

	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}
#top-menu a:hover {
	color: #8a8a8a;
}
#top-menu .menu-right a{
	color: #3F3F3F;
}

#top-menu a span{
	font-size: 17px;
	float: left;
	margin-right: 5px;
}

#top-menu .menu-left,
#top-menu .menu-right{
	list-style: none;
	padding: 0;
	margin: 0;
}

#top-menu .menu-left>li,
#top-menu .menu-right>li{
	float: left;
}

#top-menu .menu-left>li{
	margin-right: 20px;
}

#top-menu .menu-right>li{
	margin-left: 20px;
}

#sidebar {
	width: 100%;
	background: #FA4E42;
	z-index: 999;
	transition: all .3s ease;
	height: auto;
	position: relative;
	border-bottom: 1px solid#ebeced;
	display: none;
}

.sidebar-list {
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
}

.sidebar-list>li{
	display: inline-block;
	float: left;
}
.sidebar-list>li>a {
	display: block;
	position: relative;
	padding: 15px;
	font-weight: 500;
	color: #222;
	font-size: 13px;
}

.sidebar-list>li.dropdown>a{
	padding-right: 35px;
}

.sidebar-list>li>a:hover{
	color: #222;
	background: #ffe44d;
}

.sidebar-list>li>a span{
	font-size: 25px;
	position: absolute;
	right: 8px;
	top: 12px;
}

.sidebar-list>li.open>a span{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}


.sidebar-list .dropdown-menu{
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: none;
	background: #ffffff;
	font-size: 13px;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.sidebar-list>li.open>a {
	background: #ffe44d;
	color: #222;
	text-decoration: none;
}

.sidebar-title {
	font-size: 20px;
	font-weight: 500;
	padding: 10px 0px 10px;
	clear: both;
}

.dropdown .sidebar-title{
	font-size: 15px;
	margin-bottom: 10px;
}

.dropdown .sidebar-list{
	margin: 0 0 15px;
}



.sidebar-list .dropdown-menu a{
	display: block;
	padding: 10px 20px;
	color: #222;
}

.sidebar-list .dropdown-menu a:hover{
	background: #f7f8fb;
}

.sidebar-list .dropdown-menu a.see-all{
	font-weight: 500;
}

.btn-settings {
	position: relative;
	padding: 8px 20px;
	border: none;
	background: none;
	display: block;
	width: 100%;
	text-align: left;
	font-size: 13px;
}

.btn-settings:hover{
	color: #00acc1;
}

.btn-settings.active {
	color: #222;
	font-weight: 600;
}

#close-sidebar {
	font-size: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: pointer;
	display: none;
}

#close-sidebar:hover{
	color: #00acc1;
}




/* search */
.search_box {
	width: 100% !important;
	position: relative;
	margin: 16px 28px;

	max-width: 520px;
}

#search .form-control {
	font-size: 15px;
	background: none;
	border: none;
	padding: 8px 60px 8px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #F1F1F1;
	border-radius: 3px;
	height: 45px;
}

#search .form-control::placeholder {
	opacity: 1;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #494850;
}

#search .form-control:-ms-input-placeholder {
	opacity: 1;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #494850;
}

#search .form-control::-ms-input-placeholder {
	opacity: 1;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #494850;
}


#search button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: none;
	color: #fff;
	font-size: 26px;
	padding: 0;
	height: 45px;
	width: 45px;
	line-height: 48px;
	text-align: center;
	background: #FA4E42;
	border-radius: 0px 3px 3px 0px;
}

/* cart */
#cart {
	position: relative;
	max-width: 129px;
}
#cart .icon-btn-menu{
	width: 45px;
	height: 45px;
	background: #F1F1F1;
	border-radius: 3px;
	text-align: center;
	line-height: 45px;
	position: relative;
	justify-content: center;
}
#cart #cart-total{
	position: absolute;
	background: #FA4E42;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	top: 4px;
	right: 4px;
	color: #ffffff;
	font-size: 10px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	width: 500px;
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
}

#cart .dropdown-menu li p {
	padding: 20px;
	margin: 0;
	background: #fff;
	overflow: hidden;
	border-top: 1px solid#ddd;
}

#cart .dropdown-menu li .not-empty {
	text-align: center;
	border: none;
}

#cart .table>tbody>tr:nth-of-type(odd) {
	background-color: #fbfbfb;
}

#cart .table>tbody>tr td a{
	font-weight: 500;
	color: #222;
}

#cart .table .price{
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
}

#cart .table .count{
	white-space: nowrap;
}

#cart .table .img-thumbnail {
	width: 60px;
	max-width: 60px;
}

#cart .table>tbody>tr>td,
#cart .table>tbody>tr>th,
#cart .table>tfoot>tr>td,
#cart .table>tfoot>tr>th,
#cart .table>thead>tr>td,
#cart .table>thead>tr>th {
	padding: 8px;
	vertical-align: middle;
	border: none;
}

#cart .total-table>tbody>tr:nth-of-type(odd){
	background: none;
}

.phone_drop.open .icon-btn-menu{
	color: #f1f1f1;
	background: #FA4E42;
	border-radius: 7px;
}
.phone_drop.open .icon-btn-menu .text,
.phone_drop.open .icon-btn-menu .text_small{
	color: #f1f1f1;
}
.phone_drop .icon-btn-menu{
	padding-right: 5px;
	border-radius: 7px;
}

#menu .phone_drop .dropdown-menu{
	background: #FFFFFF;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	top: calc(100% + 10px);
}
#menu .phone_drop .dropdown-menu a{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	color: #3F3F3F;
}
#menu .phone_drop .dropdown-menu p{
	font-family: Montserrat;
	font-style: normal;
	font-size: 14px;
	line-height: 17px;
	color: #818181;
	margin-top: 15px;
}

.icon-btn-menu {
	font-size: 40px;
	color: #FA4E42;
	position: relative;
	display: flex;
	background: none;
	border: none;
	align-items: center;

	padding: 0;
}

.icon-btn-menu .text {
	margin-left: 5px;

	font-size: 17px;
	line-height: 21px;
	color: #3F3F3F;
	text-align: left;
	font-weight: 500;
}
.icon-btn-menu .text_small {
	font-size: 15px;
	line-height: 18px;
	color: #818181;
}
.icon-btn-menu .text [class^=pe-7s-]{
	position: absolute;
	top: 5px;
	right: -3px;
	font-size: 25px;
}
.icon-btn-menu .count{
	background: #FA4E42;
	width: 18px;
	height: 18px;
	display: block;
	border-radius: 50%;
	color: #222;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 17px;
	left: 35px;
	font-style: initial;
}

.icon-btn-menu:hover {
	background: #fbfbfb;
}

/* menu */




/* content */
#content {
	min-height: 600px;
}
/* footer */

.service-wrapper {
	background: #f5f0f0;
	position: relative;
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 30px;
}



.service-item {
	padding: 30px 0px 30px 80px;
	position: relative;
}

.service-item span {
	font-size: 28px;
	position: absolute;
	left: 15px;
	top: 27px;
	background: #fddc30;
	width: 50px;
	height: 50px;
	border-radius: 0;
	color: #222;
	text-align: center;
	line-height: 50px;
}

.service-item .title {
	font-size: 16px;
	font-weight: 500;
}

.service-item .text {
	font-size: 13px;
	color: #222;
}


.home-text {
	margin-bottom: 30px;
	border-radius: 3px;
	padding-top: 30px;
}

.home-text-container{
	position: relative;
	padding-right: 80px
}

.home-text-container h2{
	margin: 0 0 30px;
	font-size: 26px;
}

.home-text-container ul {
	padding-left: 17px;
}

#expand-home-text {
	background: #ffffff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 43px;
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: 0.3s all;
	color: #818181;
	border: 2px solid #FA4E42;
}

#expand-home-text:hover {
	background: #FA4E42;
	color: #f1f1f1;
}

#expand-home-text.open{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.servise-widget {
	background: #f5f0f0;
	padding: 20px;
	margin-bottom: 30px;
	font-size: 13px;
}

.servise-widget .widget-box {
	margin-bottom: 20px;
}

.widget-box .title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.widget-box .title span {
	color: #131313;
	font-size: 26px;
	float: left;
	margin-right: 10px;
	width: 20px;
}

.body-widget ul {
	padding-left: 20px;
	margin: 0;
}

.body-widget ul li span {
	color: #222;
	font-weight: 500;
}

footer {
	background-color: #FBFBFB;
	padding-top: 60px;
}

footer a {
	color: #a7a7a7;
}
footer a:hover {
	color: #222;
}
footer h5 {
	font-weight: 700;
	position: relative;
	margin: 0 0 15px;

	font-family: Montserrat;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
}
footer .list-unstyled {
	margin-bottom: 0;
	line-height: 30px;
}
footer .list-unstyled a{
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
}
footer .payment-list li{
	display: inline-block;
	margin-right: 3px;
}

footer .payment-list li a {
    display: block;
    background: #f2f9ff;
    padding: 5px 10px;
}



footer .payment-list li a img {
	height: 36px;
	opacity: 0.7;
	transition: 0.3s all;
}


footer .payment-list li a:hover img {
	opacity: 1;
}

footer .footer-line {
	background-image: -webkit-linear-gradient(45deg, #1eb0e9 0%, #1eb0e9 30%, transparent 31%, transparent 32%, #fddc30 33%, #fddc30 75%, transparent 76%, transparent 77%, #1eb0e9 78%, #1eb0e9 100%);
	background-image: linear-gradient(45deg, #1eb0e9 0%, #1eb0e9 30%, transparent 31%, transparent 32%, #fddc30 33%, #fddc30 75%, transparent 76%, transparent 77%, #1eb0e9 78%, #1eb0e9 100%);
	background-size: 64px 7px;
	overflow: hidden;
	height: 5px;
	margin: 0 0 50px;
}
.footer-contact p{
	font-size: 16px;
	font-weight: 500;
	color: #a7a7a7;
	margin-bottom: 25px;
}
.phones_block .phones {
	overflow: hidden;
	display: flex;
}
.phones_block .phones i{
	font-size: 55px;
	color: #FA4E42;
}
.phones_block .phones .text{
	margin-top: 8px;
	margin-left: 9px;
}
.phones_block .phones a{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.phones_block .title{
	font-weight: 500;
	position: relative;
	margin: 0 0 25px;

	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #3F3F3F;
}
.phones_block .email-text {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #3F3F3F;

	margin-top: 25px;
}
.phones_block .email-text a {
	text-transform: none;
	color: #818181;
}
.footer-contact .logo{
	max-width: 135px;
}
.footer-contact .logo img{
	margin-bottom: 25px;
}
.footer-powered .block{
	border-top: 2px solid #DCDADA;
	padding-top: 17px;
	padding-bottom: 17px;
	overflow: hidden;

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.developed{
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	text-transform: lowercase;
}
.developed a{
	color: #fa4e42 !important;
}
.footer-powered {
    color: #818181;
    overflow: hidden;
	margin-top: 30px;
	font-weight: 500;
	font-size: 16px;
}

.footer-powered a {
	color: #6d6d6d;
	font-weight: 600;
}
.footer-powered a:hover{
	color: #6d6d6d;
	text-decoration: underline;
}
.open-hours{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 35px;
	color: #fff;
}

.footer-contact .phone{
	font-size: 20px;
	font-weight: 500;
	display: block;
	clear: both;
	color: #222;
	margin-bottom: 6px;
}

.footer-contact .phone span{
	font-size: 16px;
	float: left;
	margin-right: 10px;
	border: 2px solid#FA4E42;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
}

.footer-contact .open-hours {
	margin: 20px 0;
}

.footer-contact .phone:hover {
	color: #fddc30;
}

.footer-contact .phone:hover span{
	color: #222;
}

.footer-contact .email {
	font-size: 17px;
	color: #ccc;
}

.footer-contact .email:hover{
	color: #222;
}

footer .social-btn{
	overflow: hidden;
}

footer .social-btn a {
	display: block;
	width: 44px;
	height: 44px;
	background: #fbfbfb;
	text-align: center;
	line-height: 44px;
	float: left;
	margin-right: 10px;
	color: #ccc;
	font-size: 15px;
}

footer .social-btn a:hover {
	background: #FA4E42;
	color: #222;
}


.powered{
	float: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	text-transform: lowercase;
}

.copyright{
	float: right;
}
/* alert */
.alert {
	padding: 8px 60px 8px 75px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 400px;
	font-size: 13px;
	font-weight: 500;
	min-height: 60px;
	display: block;
	border: none;
	z-index: 9999;
	color: rgba(255, 255, 255, 0.59);
	margin: 0;
	overflow: hidden;
}

.alert .close {
	color: #fff;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 30px;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.09);
}

.alert .close:hover{
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.alert .fa {
	color: #fff;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	width: 60px;
	bottom: 0;
	background: rgba(255, 255, 255, 0.09);
	display: flex;
	align-items: center;
	justify-content: center;
}
.alert .close .fa{
	font-size: 18px;
	left: 0;
}

.alert a {
    margin: 0 3px;
    color: #ffffff;
}

.alert-success {
	background: #20c997;
}

.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
    color: #ffffff;
}

.alert-success .fa{
	background: #1db588;
}

.alert-danger {
	background-color: #f44336;
}

.alert-danger .fa {
	background-color: #d32f2f;
}

.alert-info {
	background: #1886ff;
}

.alert-info .fa {
	background: #0071ec;
}

/* breadcrumb */
.breadcrumb {
    margin: 0;
    padding: 20px 0;
    border: none;
    background: none;
}

.breadcrumb > li {
	padding: 0 20px 0 0;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before{
	content: '';
}

.breadcrumb > li a {
	color: #616161;
	position: relative;
	font-weight: 400;
}

.breadcrumb > li > a:hover {
	color: #222;
}

.breadcrumb > li a:before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	right: -20px;
	top: -2px;
}

.breadcrumb > li:last-child a {
	color: #999;
}

.breadcrumb > li:last-child a:before{
	display: none;
}


.pagination {
	margin: 0;
}
/* buttons */

.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #222;
	padding: 10px 15px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 30px;
	background: #fff;
	position: relative;
	transition: 0.3s all;
	overflow: hidden;
	z-index: 3;
	border: 1px solid#fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
	box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
}


.product-thumb:hover{
	z-index: 4;
	position: relative;
	-webkit-box-shadow: 0 0 15px 0 rgba(250, 78, 66,.3);
	box-shadow: 0 0 15px 0 rgba(250, 78, 66,.3);
}
.product-thumb:hover h3 a{
	color: #fa4e42;
}
.product-thumb h3 a:hover{
	color: #fa4e42 !important;
}

.product-thumb .image {
	    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    padding: 15px;
    position: relative;
}

.product-list .product-thumb .image {
    float: left;
}

.product-thumb .image div,
.product-thumb .image span{z-index:2;}

.product-thumb .image a
{display:inline-block;position:relative;z-index:0;overflow:hidden;margin:0 auto;text-align:center;}

.product-thumb .image a:hover {opacity: 1;}

.product-thumb .image .main{
	transform:rotateY(0deg);
	-o-transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
	transition: all ease-in-out .4s;
}
.product-thumb .image .additional{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	cursor:pointer;
	transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	transition: all ease-in-out .4s;
	max-width: 100%;
}
body[class^="product-category"] .product-thumb .image .additional{
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.product-thumb .image:hover .main{
	transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}
.product-thumb .image:hover .additional{
	opacity:1;
	transform:rotateY(0deg);
	-o-transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}



.product-thumb .sale {
	position: absolute;
	left: -28px;
	top: -8px;
	background: #222;
	padding: 20px 30px 7px 30px;
	color: #fff;
	font-weight: 500;
	z-index: 2;
	font-size: 13px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.product-list .product-thumb .sale {
	z-index: 3;
}

.product-thumb .image a {
	display: block;
	position: relative;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}


.product-thumb h3 {
	font-size: 15px;
	margin-top: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
}

.product-list .product-thumb h3 {
	white-space: normal;
}

.product-thumb h3 a {
	color: #222;
}

.product-thumb h3 a:hover {
	color: #222222;
	text-decoration: underline;
}

.product-thumb .caption {
padding: 5px 15px 15px;
    position: relative;
    z-index: 2;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.product-list .product-thumb .caption {
	margin-left: 210px;
	text-align: left;
	padding: 20px 20px 56px 5px;
	height: 210px;
	border-right: 1px solid#f2f2f2;
	border-radius: 0;
}

.product-list .product-thumb .caption .button-group {
	margin-bottom: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -215px;
	top: 0;
	bottom: 0;
	padding: 20px;
	text-align: center;
	width: 200px;
}

.product-list .product-thumb .caption .button-group a {
	display: block;
}

.product-list .product-thumb .caption .button-group .btn{
	width: 100%;
	margin-bottom: 10px;
	margin-right: 0;
}

.product-thumb .caption .description{
	display: none;
}

.product-list .product-thumb .caption .description {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	font-size: 12px;
	margin-bottom: 15px;
}

.product-list .product-thumb {
	margin-bottom: 30px;
	overflow: hidden;
	padding-right: 215px;
}


.product-list .product-thumb .quiqview-btns {
	background: none;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	left: 215px;
	bottom: 20px;
	top: auto;
	z-index: 3;
	text-align: left;
	right: 215px;
}

.product-list .product-thumb .quiqview-btns .icon-btn {
	width: auto;
	height: auto;
	color: #cacaca;
	border: none;
	border-radius: 0;
	margin: 0 10px 0 0;
	background: none;
	display: inline-block;
	overflow: hidden;
	line-height: 1;
}

.product-thumb .quiqview-btns .icon-btn .text{
	display: none;
}

.product-list .product-thumb .quiqview-btns .icon-btn:hover{
	color: #222222;
	background: none;
}

.product-list .product-thumb .quiqview-btns .icon-btn span{
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

.product-list .product-thumb .quiqview-btns .icon-btn .text {
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	display: inline-block;
}


.product-list .product-thumb .image img {
	width: 180px;
	height: 180px;
}

@media (max-width: 767px) {
	.simplecheckout-cart-total{
		clear: both;
	}
	.options_block .item > div.sku{
		display: none;
	}
	.product-info{
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
	}
	.product-info .product-price .new-price{
		font-size: 26px !important;
		margin-right: 20px !important;
	}
	.thumb-container .next.slick-arrow{
		right: 0 !important;
	}
	.thumb-container .prev.slick-arrow{
		left: 0 !important;
	}
	.subcat-box a{
		flex-wrap: wrap;
		padding: 10px !important;
	}
	.subcat-box a span{
		order: 2;
	}
	.subcat-box a img{
		margin: 0 auto;
	}
	div[id^="carousel"].owl-carousel.custom-nav .owl-nav button.owl-prev{
		left: -29px !important;
	}
	div[id^="carousel"].owl-carousel.custom-nav .owl-nav button.owl-next{
		right: -29px !important;
	}
	.nav-tabs>li.hide_mob>a,
	.tab-content>.tab-pane.hide_mob{
		display: none;
	}
	.btn.btn-search{
		max-width: 100% !important;
	}
	.search_box{
		display: none;
	}
	#cart .icon-btn-menu .text{
		display: none;
	}
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star {
	color: #e6e6e6;
	font-size: 16px;
}
.rating .fa-star.stary {
	color: #ffd820;
	z-index: 1;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #222222;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}

.product-list .product-thumb .price {
	font-size: 16px;
	margin-bottom: 15px;
}


.product-thumb .price-new {
	font-weight: 500;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 13px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
    font-weight: 400;
    padding: 10px 0px 0px;
}


.product-thumb .caption .button-group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.product-thumb .caption .button-group .btn{
	padding: 10px 20px;
	font-size: 13px;
	width: 100%;
}

.product-thumb .caption .button-group .main-btn{
	margin-right: 10px;
}





.product-thumb .quiqview-btns {
	text-align: center;
	position: absolute;
	top: 15px;
	right: 15px;

}

.product-thumb .quiqview-btns .icon-btn {
	width: 44px;
	height: 44px;
	font-size: 24px;
	background: transparent;
	font-weight: bold;
	color: #808080;
	padding: 0;
	border: none;
	line-height: 50px;
	position: relative;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.product-thumb .quiqview-btns .icon-btn:hover{
	background:#FA4E42;
	color: #fff;

}
.row .product-pricelist:last-child{
	margin-bottom: 30px
}

.product-pricelist .product-thumb {
	margin: 0 0 0px;
	border-bottom: 1px solid#e6e6e6;
	align-items: center;
	padding-left: 170px;
	height: 170px;
}

.product-pricelist .product-thumb .quiqview-btns{
	display: none;
}

.product-pricelist .product-thumb .image {
	width: 170px;
	position: absolute;
	left: 0;
	top: 0;
}

.product-pricelist .product-thumb .caption {
	padding: 15px 150px 15px 15px;
	width: auto;
	height: 169px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-pricelist .product-thumb .caption .button-group {
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	width: 150px;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 15px;
}

.product-pricelist .product-thumb .caption .description {
	display: block;
	font-size: 13px;
}

.product-pricelist .product-thumb .price {
	margin-bottom: 0;
	margin-top: 10px;
}

.product-pricelist .product-thumb .caption .button-group .main-btn{
	margin-right: 0;
	margin-bottom: 10px;
}



.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}





/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;

	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


.card {
	background: #fff;
	margin-bottom: 30px;
	padding: 30px;
}

.card h3 {
	margin-top: 0;
	font-size: 20px;
}

.card h2 {
	font-size: 24px;
	margin: 0 0 20px;
}

h1.title-page {
	margin: 0 0 20px;
	font-size: 26px;
}

.card h2.title-page,h2.title-page {
	font-size: 20px;
	margin: 0 0 20px;
}

.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	margin-bottom: 30px;
}

.card-category img{
	width: 100%;
}

.card-category h1 {
	margin: 0 0 20px;
	font-size: 26px;
}

.card-category #category-description {
	margin-bottom: 10px;
}


.card-subcategory h2 {
	font-size: 24px;
	margin: 0 0 30px;
}

.subcategory-list {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
}

.subcat-box{
	padding: 0 15px;
	width: 33.333333333333%;
}

.subcat-box a {
	background: #fff;
	padding: 5px 25px;
	display: flex;
	align-items: center;
	font-size: 12px;
	transition: 0.3s all;
	color: #222;
	font-weight: 500;

	border: 2px solid #F1F1F1;
	border-radius: 3px;
	margin-bottom: 10px;


}
.subcat-box a span{
	font-size: 15px;
	width: 100%;
}

.subcat-box a:hover{
	-webkit-box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
	box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
}

.subcat-box a img {
	width: 80px;
}




.btn-category-description {
	background: #ffdb13;
	color: #222;
	border: none;
	padding: 6px 35px 6px 15px;
	position: relative;
}

.btn-category-description:hover{
	color: #fff;
	background: #222222;
}

.btn-category-description:before {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 2px;
}

.btn-category-description.hiden:before{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


.filter-line .form-group {
	margin-bottom: 30px;
}

.btn-view .btn {
	width: 50px;
	height: 40px;
	text-align: center;
	overflow: hidden;
	background-color: #F1F1F1;
	line-height: 29px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	text-shadow: none;
	border: none;
	font-size: 14px;
}
.btn-view .btn:hover{
	background: #FA4E42;
}
.btn-view .btn.active {
	color: #FA4E42;
	-webkit-box-shadow: none;
	box-shadow: none;
}





.card-category #category-description.collapse {
    height: 65px!important;
    display: block;
    overflow: hidden;
}

.card-category #category-description.collapse.in{
	height: auto!important;
}

.panel-attribute .head-td {
	margin-bottom: 10px;
	border-bottom: 1px solid#f5f0f0;
	padding-bottom: 10px;
}

.panel-attribute .attr-td {
	padding: 8px 10px;
}

.category-wall-box {
	margin-bottom: 30px;
	background: #fff;
	padding: 20px;
	transition: 0.3s all;
	text-align: center;
}

.category-wall-box:hover {
	-webkit-box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
	box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
}

.category-wall-box .category-list {
	width: 55%;
	font-size: 13px;
	line-height: 24px;
	padding-left: 15px;
}

.category-wall-box .image {
	width: 100%;
	overflow: hidden;
	display: block;
}
.category-wall-box .image img {
	width: auto;
	transition: 0.3s all;
	max-width: 60px;
}

.category-wall-box:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.category-wall-box .title {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	overflow: hidden;
	color: #222;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner-box {
	background: #fff;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	height: 350px;
}

.banner-box.white {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.banner-box.long-banner {
	height: 240px;
}

.banner-box.long-banner .main-btn{
	background: #222;
	color: #fff;
	border-color: #222;
}





.banner-box img {
	width: 100%;
	height: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.banner-box:hover img {
	transform: scale(1.1) rotateZ(-1.5deg);
	-webkit-transform: scale(1.1) rotateZ(-1.5deg);
	-moz-transform: scale(1.1) rotateZ(-1.5deg);
	-o-transform: scale(1.1) rotateZ(-1.5deg);
	-ms-transform: scale(1.1) rotateZ(-1.5deg);
}

.banner-box.long-banner:hover img{
	transform: scale(1) rotateZ(0);
	-webkit-transform: scale(1) rotateZ(0);
	-moz-transform: scale(1) rotateZ(0);
	-o-transform: scale(1) rotateZ(0);
	-ms-transform: scale(1) rotateZ(0);
}


.banner-box .banner-text {
	padding: 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 16px;
	color: #222;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	z-index: 4;
	width: 60%;
	left: 50%;
	margin-left: -30%;
}

.banner-box .banner-text .name {
	font-weight: 500;
	color: #222;
	font-size: 26px;
	margin-bottom: 15px;
}

.banner-box .main-btn {
	background: #222;
	color: #fff;
	border-color: #222;
}

.banner-box .main-btn:hover {
	background: #ffe765;
	color: #000;
	border-color: #ffe765;
}

.yellow-square,
.blue-square{
	background: #222;
	background: url("../image/banner-bg.jpg");
	background-size: 100%;
}


.yellow-square:before{
	content: '';
	width: 135px;
	height: 540px;
	position: absolute;
	right: 0;
	top: 0;
	background: #fddc30;
	z-index: 1;
	-webkit-transform:  rotate(45deg);
	-moz-transform:  rotate(45deg);
	-ms-transform:  rotate(45deg);
	-o-transform:  rotate(45deg);
	transform:  rotate(45deg);
	transition: 0.3s all;
}

.blue-square:before{
	content: '';
	width: 135px;
	height: 540px;
	position: absolute;
	right: 0;
	top: 0;
	background: #239fff;
	z-index: 1;
	-webkit-transform:  rotate(45deg);
	-moz-transform:  rotate(45deg);
	-ms-transform:  rotate(45deg);
	-o-transform:  rotate(45deg);
	transform:  rotate(45deg);
	transition: 0.3s all;
}

.banner-box.yellow-square img,
.banner-box.blue-square img{
	width: 230px;
	height: auto;
	z-index: 5;
	position: relative;
	margin-right: 30px;
	max-height: 310px;
	animation-name: blinker;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-duration: 2s;
	-webkit-animation-name: blinker;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	-webkit-animation-duration: 2s;
}

@keyframes blinker {
	0% {
		transform: scale(1) rotateZ(0deg);
		-webkit-transform: scale(1) rotateZ(0deg);
		-moz-transform: scale(1) rotateZ(0deg);
		-o-transform: scale(1) rotateZ(0deg);
		-ms-transform: scale(1) rotateZ(0deg);
	}
	50% {
		transform: scale(1.07) rotateZ(-1.1deg);
		-webkit-transform: scale(1.07) rotateZ(-1.1deg);
		-moz-transform: scale(1.07) rotateZ(-1.1deg);
		-o-transform: scale(1.07) rotateZ(-1.1deg);
		-ms-transform: scale(1.07) rotateZ(-1.1deg);
	}
	100%{
		transform: scale(1) rotateZ(0deg);
		-webkit-transform: scale(1) rotateZ(0deg);
		-moz-transform: scale(1) rotateZ(0deg);
		-o-transform: scale(1) rotateZ(0deg);
		-ms-transform: scale(1) rotateZ(0deg);
	}
}

@-webkit-keyframes blinker {
	0% {
		transform: scale(1) rotateZ(0deg);
		-webkit-transform: scale(1) rotateZ(0deg);
		-moz-transform: scale(1) rotateZ(0deg);
		-o-transform: scale(1) rotateZ(0deg);
		-ms-transform: scale(1) rotateZ(0deg);
	}
	50% {
		transform: scale(1.07) rotateZ(-1.1deg);
		-webkit-transform: scale(1.07) rotateZ(-1.1deg);
		-moz-transform: scale(1.07) rotateZ(-1.1deg);
		-o-transform: scale(1.07) rotateZ(-1.1deg);
		-ms-transform: scale(1.07) rotateZ(-1.1deg);
	}
	100%{
		transform: scale(1) rotateZ(0deg);
		-webkit-transform: scale(1) rotateZ(0deg);
		-moz-transform: scale(1) rotateZ(0deg);
		-o-transform: scale(1) rotateZ(0deg);
		-ms-transform: scale(1) rotateZ(0deg);
	}
}

.banner-box.yellow-square:hover:before,
.banner-box.blue-square:hover:before{
	top: 30px;
}

.banner-box.white .banner-text{
	color: #222;
	position: relative;
}

.banner-box.white .banner-text .name {
	color: #fff;
}

.two-banners .banner-box .banner-text{
	margin-left: 0;
	left: 0;
}

.two-banners .banner-box .main-btn {
	background: #FA4E42;
	color: #222;
	border-color: #FA4E42;
}

.two-banners .banner-box .main-btn:hover {
	background: #222222;
	color: #fff;
	border-color: #222222;
}

.two-banners .banner-box .banner-text .title {
	color: #fddc30;
}

.three-banners .banner-box {
	height: 165px;
	background: url(../image/banner-micro-bg.jpg);
	background-size: cover;
}

.three-banners .banner-box .banner-text {
	font-size: 15px;
	width: 60%;
	left: 0;
	margin-left: 0;
}

.three-banners .banner-box .banner-text .name {
	font-size: 20px;
	margin-bottom: 5px;
}

.three-banners .banner-box .banner-text .title{
	margin-bottom: 10px;
}

.owl-carousel.custom-nav .owl-nav {
	position: absolute;
	top: -67px;
	right: 0;
}



.owl-carousel.custom-nav .owl-nav button.owl-prev,
.owl-carousel.custom-nav .owl-nav button.owl-next{
	width: 45px;
	height: 45px;
	text-align: center;
	overflow: hidden;
	font-size: 28px;
	line-height: 46px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;

	border: 2px solid #FA4E42;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 0 6px;
}


.owl-carousel.custom-nav .owl-nav button.owl-prev:hover,
.owl-carousel.custom-nav .owl-nav button.owl-next:hover{
	background-color: #FA4E42;
	color: #fff;
}




.owl-dots {
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	margin-top: -20px;
}



.owl-carousel button.owl-dot{
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	display: inline-block;
	margin: 0 3px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.owl-carousel button.owl-dot.active {
	background: #FA4E42;
}

.owl-carousel.carousel .owl-item img {
	width: auto;
}

.owl-carousel.carousel .owl-dots {
	margin-bottom: 0px;
}

.banner-block-home .banner-box {
	height: 165px;
}

.banner-block-home .banner-box .banner-text .name {
	margin-bottom: 5px;
}

.banner-block-home .banner-box .title {
	color: #222;
	margin-bottom: 10px;
	font-size: 15px;
	display: block;
	width: 60%;
}

.banner-block-home .banner-box a {
	color: #222;
	text-decoration: underline;
	font-size: 14px;
}

.banner-block-home .banner-box a:hover {
	color: #1071dc;
}


.thumb-container .slider-thumb {
	width: 100%;
	position: relative;
	z-index: 2;
}

.slider-thumb-container {
	position: relative;
	z-index: 3;
	margin: 0 -5px;
}

.thumb-container .slider-thumb img{
	display: block;
	width: 100%;
	opacity: 0.5;

	border: 1px solid #F1F1F1;
	border-radius: 7px;
}

.slider-bigthumb {
	width: 100%;
	margin-bottom: 10px;
}

.thumb-container .slider-thumb .slick-current img,
.thumb-container .slider-thumb img:hover{
	opacity: 1;
}

.thumb-container .slider-thumb .slick-slide {
	margin: 0 5px;
	cursor: pointer;
}

.thumb-container .slider-thumb .slick-slide:focus{
	outline: none;
}

.none-slider-bigthumb {
	width: 100%;
}

.none-slider-bigthumb img{
	width: 100%;
	border: 2px solid #F1F1F1;
	border-radius: 3px;

}

.slider-bigthumb .slick-slide {
	overflow: hidden;

	border: 2px solid #F1F1F1;
	border-radius: 7px;
}

.slider-bigthumb .slick-slide img{
	width: 100%;
}




.prev.slick-arrow,
.next.slick-arrow{
	font-size: 28px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	color: #f1f1f1;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	background: #FA4E42;
	position: absolute;
	top: 50%;
	z-index: 20;
	cursor: pointer;
	margin-top: -18px;
}
.prev.slick-arrow.slick-disabled,
.next.slick-arrow.slick-disabled {
	color: #222;
}
.prev.slick-arrow {
	left: 4px;
}

.next.slick-arrow {
	right: 0px;
}

.prev.slick-arrow.slick-disabled,
.next.slick-arrow.slick-disabled {
	color: #989da5;
	background: #ededed;
}



.checkcontainer {
	position: relative;
	cursor: pointer;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: auto;
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid#ddd;
	margin: 0 5px 5px 0;
}

.checkcontainer.checkimage {
	padding: 5px;
}

.checkcontainer .text{
	position: relative;
	z-index: 3;
}

.checkcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.radiobtn {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background: none;
	border: 1px solid#ddd;
}

.checkcontainer:hover input ~ .radiobtn {
	background-color: #ccc;
}

.checkcontainer input:checked ~ .radiobtn {
	border-color: #edf0f5;
	background: #edf0f5;
}


.checkcontainer img {
	width: 30px;
	height: 30px;
	border: 1px solid#ddd;
}


.checkboxcontainer {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 20px;
}

.checkboxcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid#ddd;
	border-radius: 3px;
}

.checkboxcontainer:hover input ~ .checkmark {
	background-color: #ccc;
}

.checkboxcontainer input:checked ~ .checkmark {
	background-color: #00acc1;
	border-color: #00acc1;
}

.checkboxcontainer:after {
	content: "";
	position: absolute;
	display: none;
}


.checkboxcontainer input:checked ~ .checkmark:after {
	display: block;
}


.checkboxcontainer .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.review-stars-lab {
	overflow: hidden;
}

.lab-text {
	font-size: 14px;
	float: left;
	margin-right: 30px;
	margin-top: 2px;
}

#reviewstar{overflow:hidden;position:relative;float:left;}
#reviewstar input{opacity:0;position:absolute;top:0;z-index:0;width:18px;height:20px;margin:0;}
#reviewstar input:checked ~ label{color:#ffd820;}
#reviewstar label{float:right;cursor:pointer;margin-bottom:0;margin-right:4px;position:relative;z-index:1;color:#e2e2e2;font-size:19px;transition:0.3s all;}
#reviewstar label:hover,
#reviewstar label:hover ~ label{color:#ffd820;}

.tags a{
	background: #f5f0f0;
	padding: 5px 15px;
	color: #222;
	font-size: 12px;
	margin-right: 5px;
	display: inline-block;
}
.tags a:hover{
	background: #FA4E42;
}


.tags span{
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}
.product-info{
	background: #FFFFFF;
	border-radius: 7px;
	padding: 40px 20px 50px;
}
.product-info h1 {
	margin: 0 0 25px;

	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;

}

.product-info .rating {
	margin-bottom: 15px;
}

.box-info-product{
	overflow: hidden;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
	border-radius: 3px;
	padding: 5px;

}

.box-info-product .form-group {
	float: left;
	margin: 0;
	width: 150px;

}

.box-info-product #button-cart {
	width: 205px;
	margin-left: 12px;
	font-size: 14px;
}

.number-spinner{
	overflow: hidden;

	background: #FAFAFA;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
	border-radius: 3px;

}



.detail-action .btn-icon {
	background: none;
	border: none;
	padding: 0;
	font-weight: 400;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #ccc;
}

.detail-action .btn-icon:hover {
	color: #222;
}

.detail-action .btn-icon span{
    font-size: 20px;
    float: left;
    margin-right: 5px;
}

.number-spinner .btn{
	height: 45px;
	color: #2C2C34;
	padding: 3px 6px;

	border: 2px solid #FA4E42 !important;
	border-radius: 3px !important;
	background: none;
	margin: 0 !important;
	font-size: 28px;
}

.number-spinner .btn:hover {
	background: #FA4E42;
}



.number-spinner .form-control {
	height: 45px;
	border: none;
}


.product-price .new-price {
	color: #222;
	font-size: 24px;
	font-weight: 600;
	display: inline-block;
}

.product-price .tax {
	font-size: 12px;
	color: #cacaca;
}

.product-price .old-price{
	display: inline-block;
	font-size: 20px;
	margin-left: 15px;
	text-decoration: line-through;
	color: #afafaf;
	font-weight: 300;
}


.product-info .list-unstyled {
	margin-bottom: 15px;
	line-height: 30px;
}

.product-info .list-unstyled li{
	font-size: 15px;

	color: #2C2C34;
}
.product-info .list-unstyled span {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
}

.box-review {
	margin-bottom: 15px;
}

.box-review .rating{
	display: inline-block;
	margin: 0 20px 0 0;
	z-index: 0;
	position: relative;
}

.card-info {
	margin: 30px 0;
	background: #fff;
	padding: 30px;
}

.card-info h2 {
	font-size: 20px;
}

.card-info .nav-tabs {
	border: none;
	background: none;
	margin: 0 0 30px;
	padding: 0;
}

.card-info .nav-tabs>li {
	float: left;
	margin-bottom: 0px;
}

.card-info .nav-tabs>li>a {
	display: block;
	font-size: 15px;
	color: #222;
	padding: 14px 25px;
	font-weight: 500;
	position: relative;
	border-radius: 0;
	border: none!important;
	margin: 0;
	background: #fbfbfb;
}

.card-info .nav-tabs>li.active>a {
	background: #FA4E42;
}

.card-info .nav-tabs>li.active>a:hover {
	background-color: #FA4E42;
}

.card-info .nav-tabs>li>a:hover {
	background-color: #efefef;
	color: #222;
	border: none;
}

.review-box .autor{
	font-weight: 500;
	font-size: 16px;
}

.review-box {
	margin-bottom: 30px;
	background: #ffffff;
	position: relative;
	border-bottom: 2px solid#f7f8fb;
	padding-bottom: 30px;
}


.review-box .date {
	font-weight: 600;
	color: #dcdde0;
}

#sidebar-btn {
	width: 35px;
	height: 50px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: none;
	float: right;
	background: #fff;
	border-radius: 50%;
}

#sidebar-btn span{
	display: block;
	position: absolute;
	height: 1px;
	width: 24px;
	background: #222;
	border-radius: 9px;
	opacity: 1;
	left: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}


#sidebar-btn span:nth-child(1) {
	top: 18px;
}

#sidebar-btn span:nth-child(2),
#sidebar-btn span:nth-child(3) {
	top: 25px;
}

#sidebar-btn span:nth-child(4) {
	top: 32px;
}

.open-sidebar #sidebar-btn span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.open-sidebar #sidebar-btn span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open-sidebar #sidebar-btn span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open-sidebar #sidebar-btn span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


#sidebar-btn-mobile{
	width: 50px;
	height: 50px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	float: right;
	background: #fff;
	border-radius: 50%;
	display: none;
}

.show-sidebar-list{
	display: none;
}

.sidebar-list.wt-list>li>a{
	color: #fff;
	padding: 15px 15px 15px 45px;
}

.sidebar-list.show-sidebar-list>li>a span {
	right: auto;
	left: 15px;
}


.main-table{
	width: 100%;
	margin-bottom: 30px;
}

.main-table tr th {
	font-weight: 500;
	border-bottom: 1px solid#ddd;
	vertical-align: middle;
	padding: 10px;
}

.main-table tr td{
	vertical-align: middle;
	padding: 10px;
	border-top: 1px solid#f0f3f6;
}



.main-table tr td.price {
	font-weight: bold;
}

.main-table tr td.head-td {
	background: #f7f8fb;
	padding: 10px;
}




.group-inpt .btn {
	height: 40px;
	padding: 5px 20px;
}

.panel-default>.panel-heading {
	color: #222;
	background-color: #fbfbfb;
	padding: 15px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #f7f8fb;
}

.panel-default>.panel-heading>.panel-title>a{
	display: block;
	position: relative;
}

.panel-default>.panel-heading>.panel-title>a .fa {
	font-size: 19px;
	position: absolute;
	right: 15px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 3px;
	overflow: hidden;
	background: #ffffff;
}

.account-box {
	display: block;
	text-align: center;
	border: 1px solid#ddd;
	border-radius: 10px;
	padding: 20px 35px;
	color: #222;
	margin-bottom: 30px;
}

.account-box span {
	font-size: 36px;
	display: block;
	margin-bottom: 10px;
}

.account-box:hover {
	background: #f0f3f6;
}


.option-label {
	font-size: 16px;
}

.input-image {
	display: inline-block;
	margin-right: 5px;
}

.input-image img {
	display: block;
	padding: 2px;
	width: 50px;
	height: 50px;
}

.input-image label, .input-image label{
	padding: 0;
}

.checkbox+.checkbox, .radio+.radio{
	margin-top: 10px;
}


.input-image [type="radio"]:not(:checked),
.input-image [type="radio"]:checked {
	position: absolute;
	left: -9999px;
}

.input-image [type="radio"]:checked + img {
	background: #2986ff;
}

.input-image [type="radio"]:disabled + label {
	color: #aaa;
}


.show-tablet{
	display: none!important;
}

.hide-tablet{
	display: block!important;
}

.slider-home-carousel {
	border-top: 1px solid#f7f8fb;
}

.slider-home-carousel .home-carousel-wrapper{
	display: flex;
}

.slider-home-carousel .left-info{
	height: 400px;
	padding: 20px;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	text-align: center;
	width: 60%;
	margin-left: -30%;
	left: 50%;
}

.slider-home-carousel .slider-title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}

.slider-home-carousel .after-title {
	font-size: 16px;
	margin-bottom: 20px;
}

.slider-home-carousel .price-text {
	font-size: 16px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-home-carousel .price-text span{
	font-size: 30px;
	font-weight: bold;
	margin: 0 5px;
}

.slider-home-carousel .list-attribute .item span{
	width: 46px;
	font-size: 24px;
	border: 1px solid#fff;
	text-align: center;
	height: 46px;
	border-radius: 50%;
	line-height: 46px;
	float: left;
	margin-right: 10px;
}

.slider-home-carousel .list-attribute .item{
	overflow: hidden;
	margin-top: 15px;
}

.slider-home-carousel .right-info {
	width: 100%;
	height: 400px;
}

.owl-carousel .owl-item .right-info  img {
	display: block;
	height: auto;
	width: auto;
	float: right;
}

.slider-home-carousel .owl-dots {
	text-align: center;
	padding: 0 20px;
	margin-top: -30px;
}

.slider-home-carousel.owl-carousel button.owl-dot {
	width: 16px;
	height: 16px;
	background: #313131;
	border-radius: 0;
	margin: 0 5px 0 0;
}

.slider-home-carousel.owl-carousel button.owl-dot.active {
	background: #fddc30;
}

.slider-home-carousel .main-btn {
	background: #fddc30;
	color: #000;
	border-color: #fddc30;
	margin-right: 20px;
}

#back-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	background: #e5e6ea;
	color: #222;
	margin-bottom: 0;
	text-align: center;
	border-radius: 0;
	transition: 0.3s all;
	width: 50px;
	height: 50px;
	line-height: 56px;
	font-size: 40px;
	cursor: pointer;
	opacity: 1;
}

#back-top:hover{
	opacity: 1;
	background: #FA4E42;
	color: #222;
}


#policy{
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	display: none;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 20px 0;
	color: #fff;
	font-weight: 400;
}
#policy.active{
	display:block
}
#policy.activated{
	margin-bottom:0;
	opacity:1;
	visibility:visible
}

.policy-text {
	width: calc(100% - 200px);
	font-size: 14px;
	float: left;
}
#policy .policy-confirm{
	transition: .3s;
	background-color: #FA4E42;
	color: #222;
	float: right;
	padding: 10px 25px;
	font-size: 13px;
	display: inline-block;
	font-weight: 500;
}
#policy .policy-confirm:hover{
	color:#222;
	background-color:#ededed
}

.pagination {
    margin: 0 0 20px;
}

.pagination>li>a,
.pagination>li>span {
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 43px;
	padding: 0;
	background: none;
	color: #222;

	border: 2px solid #FA4E42;
	border-radius: 3px;
}

.pagination>li {
    display: inline-block;
    margin-right: 5px;
}


.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #FA4E42;
	border-color: #FA4E42;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #222;
	background-color: #e4e4e4;
	border-color: #FA4E42;
}


.manufactured-box {
	background: #fff;
	display: block;
	padding: 15px;
	text-align: center;
	font-size: 14px;
	color: #222;
	font-weight: 500;
	margin-bottom: 15px;
}

.manufactured-box:hover{
	color: #222;
	-webkit-box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
	box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
}

.manufactured-box img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.list-group.category-group > a {
	padding: 7px 15px;
	border: none;
	background: none;

	border-radius: 3px;
	margin-bottom: 10px;

	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	color: #2C2C34;
}

.list-group.category-group > a > img{
	height: 32px;
	margin-right: 25px;
}

.list-group.category-group .child_categories{
	padding: 10px 0;
	border-radius: 7px;
	margin-bottom: 10px;
}
.list-group.category-group .child_categories a{
	color: #2C2C34;
	background: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: none;
	padding: 5px 20px 5px 55px;
}

.list-group.category-group .child_categories a:before{
	content: "";
	position: absolute;
	left: 35px;
	top: 12px;
	width: 5px;
	height: 5px;
	background: #FA4E42;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.list-group.category-group .child_categories a.active:before{
	background: #f1f1f1;
}
.list-group.category-group .child_categories a:hover:before{
	background: #f1f1f1;
}

.list-group.category-group > a.active,
.list-group.category-group > a.active:hover,
.list-group.category-group > a:hover {
	border: none;
	text-shadow: none;
	font-weight: 500;

	-webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
	border-radius: 3px;
}



.service-aside {
	background: #ffffff;
	padding: 30px 0 0;
	border-radius: 3px;
	display: flex;
	border-top: 1px solid#ededed;
	margin-top: 30px;
}

.service-aside .service-item {
	padding: 0 10px 0 40px;
	position: relative;
	width: 33.3333%;
}

.service-aside .service-item:last-child{
	margin-bottom: 0;
}

.service-aside .service-item .title {
	font-size: 14px;
}

.service-aside .service-item .text {
	font-size: 13px;
	color: #777;
}

.service-aside .service-item span {
	font-size: 27px;
	position: absolute;
	left: 0;
	top: 3px;
}

.widget-banner {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	color: #222;
}



.widget-banner img {
	width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.widget-banner:hover img {
	transform: scale(1.1) rotateZ(-1.5deg);
	-webkit-transform: scale(1.1) rotateZ(-1.5deg);
	-moz-transform: scale(1.1) rotateZ(-1.5deg);
	-o-transform: scale(1.1) rotateZ(-1.5deg);
	-ms-transform: scale(1.1) rotateZ(-1.5deg);
}

.banner-body{
	left: 0;
	top: 50%;
	bottom: 0;
	right: 0;
	position: absolute;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #ffffff;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-body .main-btn {
	background: #222;
	color: #fff;
	border-color: #222;
}

.banner-body .title {
	position: relative;
	text-align: center;
	padding: 20px 20px 10px;

	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #FA4E42;
}

.banner-body .subtitle{
	font-size: 13px;
	position: relative;
	text-align: center;
	padding: 0 20px 0;
}

.banner-body .main-btn{
	min-width: 215px;
	margin: 15px auto 0;
	display: block;
	border: 2px solid #CB4746;
	border-radius: 3px;
	background: none;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;

	color: #F1F1F1;
}


#lightboxOverlay { position: fixed !important; top: 0; left: 0; height: 100% !important; width: 100% !important; }
#lightbox { position: fixed !important; top: 50% !important; transform: translateY(-50%); }


@media(max-width: 1300px){
	.wrapper {
		padding-left: 0;
	}



	#sidebar-btn{
		display: none;
	}

	#sidebar-btn-mobile{
		display: block;
	}

	#sidebar {
		left: 0;
	}

}
.visible-xxlg{
	display: none !important;
}
@media (min-width: 1400px) {
	.visible-xxlg {
		display: block !important;
	}
}
@media (max-width: 1400px) {
	#cart{
		margin-left: 30px;
	}
	.cats_drop .dropdown-toggle .text{
		margin-right: 14px !important;
		font-size: 14px;
	}
}


@media(max-width: 1200px){
	.cats_lang .cats_drop{
		display: inline-block;
		padding-left: 17px;
		margin-top: 24px;
		margin-bottom: 14px;
	}
	.cats_lang .cats_drop .dropdown-toggle{
		padding: 0;
		background: none;
	}
	.cats_lang .cats_drop .dropdown-toggle .text {
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
		color: #3F3F3F;
		margin-right: 0 !important;

		position: relative;
	}
	.cats_lang .cats_drop .dropdown-toggle .text:before{
		background: #FA4E42;
		border-radius: 20px;
		width: 30px;
		height: 30px;
		content: "";
		position: absolute;
		right: -40px;
		top: -5px;
	}
	.cats_lang .cats_drop .dropdown-menu{
		left: 17px;
	}
	.cats_lang .cats_drop .dropdown-toggle .text:after {
		width: 0;
		content: "";
		height: 0;
		border: 5px solid transparent;
		border-color: #ffffff transparent transparent;
		position: absolute;
		right: -30px;
		top: 8px;
	}
	.cats_lang .language-buttons{
		margin-right: 17px;
		margin-top: 13px;
	}
	.cats_lang .language-buttons ul a,
	.cats_lang .language-buttons ul span {
		font-size: 16px;
		color: #3F3F3F;
		text-transform: uppercase;
		font-weight: normal;
	}
	.cats_lang .language-buttons ul li:after{
		background: #3F3F3F;
	}

	.header__bottom .cats_drop .dropdown-toggle .text{
		display: none;
	}
	#logo img{
		/*max-width: 190px;*/
		margin-left: 40px;
	}
	#menu .phone_drop .dropdown-menu{
		bottom: auto;
	}
	.models_select{
		width: auto !important;
	}
	body {
		padding-top: 77px;
	}
	.btn-view .btn {
    width: 42px;
}

	.show-sidebar-list{
		display: block;
	}

	.btn-settings {
		color: #222;
	}

	.btn-settings.active {
		color: #222;
	}

	.btn-settings:hover {
		color: #ffffff;
	}

.product-thumb .caption {
    padding: 5px 15px 20px;

}

.service-item {
    padding: 30px 0 30px 50px;
}

.service-item .title {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
}

.service-item .text {
    font-size: 12px;
}


.banner-block-home .banner-box .title {
    font-size: 13px;
}


	.banner-box.yellow-square img, .banner-box.blue-square img {
		width: 180px;
		max-height: 240px;
	}

	.banner-box {
		height: 290px;
	}

	.banner-box.long-banner{
		height: 200px
	}


	.product-list .product-thumb .caption .description {
		font-size: 12px;
	}

	.product-list .product-thumb .quiqview-btns .icon-btn .text {
		display: none;
	}



	.slider-home-carousel .slider-title {
		font-size: 24px;
		line-height: 1;
	}

	.slider-home-carousel .after-title {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.slider-home-carousel .price-text span {
		font-size: 24px;
		font-weight: bold;
	}

	.slider-home-carousel .list-attribute .item span {
		width: 40px;
		font-size: 20px;
		height: 40px;
		line-height: 40px;
	}

	.slider-home-carousel .list-attribute .item {
		font-size: 12px;
	}

	.box-info-product .form-group {
		width: 180px;
	}

	.box-info-product #button-cart {
		width: 156px;
	}



    .service-item span {
        top: 16px;
		width: 46px;
		height: 46px;
    }



    .service-item .text {
        font-size: 15px;
    }

	.service-item {
		padding: 15px 0 15px 70px;
	}

    .footer-service {
        padding: 15px 0;
    }

    .thumb-container {
        margin-bottom: 30px;
    }



    .banner-block-home .banner-box .title {
        font-size: 15px;
    }

	.category-wall-box .image img {
		margin-top: 45px;
	}

    .product-list .product-thumb .image img {
        width: 160px;
        height: 160px;
    }

    .product-list .product-thumb .caption {
        margin-left: 175px;
    }


    .product-list .product-thumb .caption .description {
        font-size: 13px;
        margin-bottom: 10px;
    }





	.alert {
		font-size: 13px;
		bottom: 70px;
	}

	.btn-cart {
		margin: 0 5px;
	}


.show-tablet{
	display: block!important;
}

.hide-tablet{
	display: none!important;
}

	.banner-box .banner-text .name {
		font-size: 20px;
	}




	.slider-home-carousel .price-text {
		margin-bottom: 0;
	}

	.slider-home-carousel .main-info {
		margin-right: 30px;
	}

	.slider-home-carousel .list-attribute .item {
		font-size: 12px;
		margin: 10px 0;
	}

	.list-attribute {
		width: 450px;
	}

	.subcat-box {
		width: 25%;
	}


	#menu .dropdown-menu {
		left: 0;
		top: auto;
		bottom: 100%;
	}

	#menu #cart .dropdown-menu {
		left: auto;
		top: 100%;
		bottom: auto;
		right: 0;
	}


	#sidebar-btn {
		display: block;
	}

	#sidebar{
		display: block;
		width: 100%;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		height: auto;
		bottom: 0;
		position: fixed;
		top: 77px;
		z-index: 1003;
		overflow: auto;

		background: #F1F1F1;
		box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.55);
	}
	#sidebar #search button{
		top: 10px;
		right: 17px;
	}
	#sidebar #search{
		max-width: 100% !important;
		margin: 0 !important;
		padding: 10px 17px;
		width: 100%;
	}
	#sidebar #search input{
		background: #ffffff;
	}

	#sidebar .main_menu{
		padding: 0 17px;
	}
	#sidebar .main_menu ul{
		padding: 10px 0;
		margin: 0;
		list-style-type: none;
		border-top: 1px solid #DCDADA;
	}
	#sidebar .main_menu li{
		margin-bottom: 10px;
	}
	#sidebar .main_menu li:last-child{
		margin-bottom: 0px;
	}
	#sidebar .main_menu li a{
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
		color: #787777;
	}

	#sidebar .user_menu{
		padding: 0 17px;
	}
	#sidebar .user_menu ul{
		padding: 10px 0;
		margin: 0;
		list-style-type: none;
		border-top: 1px solid #DCDADA;
	}
	#sidebar .user_menu li{
		margin-bottom: 10px;
	}
	#sidebar .user_menu li:last-child{
		margin-bottom: 0px;
	}
	#sidebar .user_menu li a{
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
		color: #3F3F3F;
	}
	#sidebar .user_menu li a i{
		color: #FA4E42;
		margin-right: 9px;
	}

	#sidebar .container {
		width: auto;
		padding: 0;
	}

	.sidebar-list>li {
		display: block;
		float: none;
	}

	.sidebar-list>li.open>a {
		background: #ecebeb;
	}

	.sidebar-list .dropdown-menu {
		position: relative;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: #ecebeb;
	}

	.sidebar-list .dropdown-menu a {
		color: #222;
	}

	.sidebar-list.wt-list>li>a {
		color: #222;
	}

	.sidebar-list .dropdown-menu a:hover {
		background: #ffe44d;
	}

	.open-sidebar #sidebar{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.three-banners .banner-box img {
		width: auto;
		height: 100%;
	}

	#menu {
		position: fixed;
		top: 0;
		border-bottom: 1px solid#ebeced;
	}

	.next.slick-arrow {
		right: 4px;
	}
	#cart{
		margin-left: 0;
		max-width: 150px;
	}
	#menu .menu-right{
		width: auto;
	}

	#top-menu{
		display: none;
	}

	footer .social-btn a {
		margin-right: 5px;
	}

	.footer-contact .phone {
		font-size: 16px;
		font-weight: 600;
	}

	.footer-contact .phone span {
		margin-top: -5px;
	}

	.footer-contact .email {
		font-size: 15px;
	}

	.category-wall-box .title {
		font-size: 14px;
	}

	.product-thumb.product-widget .caption .button-group {
		display: block;
	}

	.product-thumb.product-widget .caption .button-group .main-btn {
		margin-right: 0;
		margin-bottom: 10px;
	}

	#back-top {
		bottom: 70px;
	}

	.slider-home-carousel .right-info {
		width: 100%;
		height: 340px;
	}

	.slider-home-carousel .left-info{
		height: 340px;
	}

	.owl-carousel .owl-item .right-info img{
		width: 100%;
		float: none;
	}

	.slider-home-carousel .owl-dots {
		margin-top: 0;
	}

	.product-list .product-thumb .quiqview-btns {
		left: auto;
		bottom: 30px;
		top: auto;
		right: 56px;
	}
}


@media(max-width: 992px){
	.filter_top .jq-selectbox__select{
		min-width: 250px !important;
	}
	.menu-nav{
		justify-content: space-between;
	}
	#menu .search_box{
		display: none;
	}
	.header__bottom .cats_drop{
		display: none;
	}
	.filter_top .jq-selectbox__select{
		font-size: 14px !important;
		padding-left: 50px !important;

	}
	.hb__container .language-buttons{
		display: none;
	}
	.subcat-box {
		width: 33.33333%;
	}

	#search {
		width: 300px;
		margin-right: 0;
	}

	.slider-home-carousel .main-info {
		margin-right: 0;
	}

	.slider-home-carousel .price-text span {
		font-size: 22px;
	}

	.prev.slick-arrow, .next.slick-arrow {
		top: 35px;
	}

	.service-aside .service-item {
		padding: 0;
		text-align: center;
	}

	.service-aside .service-item span {
		position: relative;
		top: 0;
	}


	.rating .fa-stack {
		font-size: 6px;
	}

	.category-wall-box .image {
		width: 100%;
		margin: 0;
	}

	.category-wall-box .category-list {
		width: 100%;
		padding-left: 0;
	}

	.category-wall-box .image img {
		margin: 0 auto;
		display: block;
	}

	.category-wall-box {
		display: block;
		height: 330px;
	}

	h1.title-page {
		font-size: 20px;
	}

	.servise-widget .widget-box {
		font-size: 11px;
	}

	#back-top {
		z-index: 998;
		background: #d8d8d8;
		bottom: 70px;
		left: auto;
		right: 20px;
	}

	.widget-box .title span {
		float: none;
		margin-right: 0;
		display: block;
		text-align: center;
		width: auto;
	}

	.widget-box .title {
		text-align: center;
	}

	.body-widget ul {
		padding-left: 0;
		list-style: none;
	}

	.body-widget ul li {
		margin-bottom: 7px;
		text-align: center;
	}


	.sidebar-list>li.dropdown>a span {
		right: 15px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		transition: 0.3s all
	}

	.sidebar-list>li.dropdown.open>a span{
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.three-banners .banner-box img {
		float: right;
	}

	.category-wall-box .title {
		font-size: 13px;
	}

	.category-wall-box {
		height: auto;
	}

	.banner-box .banner-text {
		width: 80%;
	}

	.banner-box.long-banner {
		height: auto;
	}

	.banner-box .banner-text .name {
		font-size: 16px;
		margin-bottom: 10px;
	}

	footer h5:before {
		left: 50%;
		bottom: -15px;
		margin-left: -50px;
	}

	.footer-contact .phone span {
		float: none;
	}

	footer .social-btn a {
		float: none;
		display: inline-block;
	}

	.category-wall-box .btn {
		padding: 10px 15px;
	}

	.slider-home-carousel .right-info {
		height: 270px;
	}

	.slider-home-carousel .left-info {
		height: 270px;
	}

	.prev.slick-arrow, .next.slick-arrow {
		top: 55px;
	}

	.section-title {
		font-size: 18px;
	}

	.product-widget.product-thumb h3{
		white-space: normal;
	}

	.product-thumb.product-widget .price-new {
		display: block;
	}

	.product-thumb.product-widget .price{
		text-align: center;
	}

	.product-thumb.product-widget {
		text-align: center;
	}
	.footer-powered{
		font-size: 14px;
	}
	.banner_cat_items{
		margin-top: 30px;
	}
}

@media(max-width: 767px){
	.banner_cat_items_one{
		margin-top: 30px;
	}
	.banner_cat_items_one .next.slick-arrow{
		bottom: 24px;
		right: 1px;
	}
	.banner_cat_items_one .prev.slick-arrow{
		margin: 2px;
	}
	#logo img{
		/*max-width: 135px;*/
	}
	.phones_block .phones{
		justify-content: center;
	}
	.footer-contact .logo img{
		margin: 0 auto 25px;
	}
	.footer-contact{
		margin-bottom: 30px;
	}
	footer {
		text-align: center;
	}

	#menu .dropdown-menu {
        bottom: 100%;
        top: auto;
        width: auto;
        left: 0;
        right: 0;
        border-radius: 0;
        border-bottom: 1px solid#ddd;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: 1px solid#ddd;
        margin: 0!important;
	}


	#back-top{
		display: none!important;
	}

	#logo {
		height: 50px;
	}


	.banner-box.long-banner img {
		height: auto;
		width: auto;
	}

	.banner-box.yellow-square img, .banner-box.blue-square img {
		width: 150px;
		max-height: 200px;
	}

	.yellow-square:before,
	.blue-square:before{
		width: 80px;
	}



	.card {
        padding: 15px;
        margin-bottom: 15px;
    }

	.card-info {
		margin: 15px 0;
		padding: 15px;
	}

    .section-title {
        font-size: 20px;
    }
    .related-title {
        font-size: 16px;
    }

	.category-wall-box {
		margin-bottom: 15px;
	}
	.h1, h1{
		font-size: 26px;
	}


    .row .col-sm-6:last-child .category-wall-box{
        margin: 0;
    }

	.footer-powered {
		margin-top: 10px;
		text-align: center;
	}

	.footer-powered .powered,
	.footer-powered .copyright{
		float: none;
	}

	.banner-box {
		margin-bottom: 15px;
		height: auto;
	}

	.category-wall-box .title {
		height: auto;
	}


    .owl-carousel.custom-nav .owl-nav button.owl-prev, .owl-carousel.custom-nav .owl-nav button.owl-next {
        width: 36px;
        height: 36px;
        line-height: 39px;
    }
	.marks_news .owl-carousel.custom-nav .owl-nav,
	#related-carousel.owl-carousel.custom-nav .owl-nav {
		top: -72px;
	}

	.owl-carousel.custom-nav .owl-nav {
		top: -62px;
	}


	#search {
		position: fixed;
		bottom: 0;
		left: 0;
		margin: 0;
		width: 100%;
		padding: 0;
		transition: 0.3s all;
	}
	#sidebar #search{
		position: static;
		display: block;
	}

	#search.open{
		bottom: 50px;
	}

	#close-sidebar {
		top: 0px;
		left: auto;
		right: 0;
	}

	.thumb-container {
		display: block;
		margin-bottom: 15px;
	}

	.slider-thumb-container {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.thumb-container .slider-thumb {
		width: auto;
		margin: 0 -5px;
	}

	.thumb-container .slider-thumb .slick-slide {
		margin: 0 5px;
	}

	.slider-bigthumb {
		margin-left: 0;
		padding-left: 0;
	}

	.prev.slick-arrow, .next.slick-arrow {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 50%;
		margin-bottom: 0;
		margin-top: -15px;
		z-index: 10;
	}

	.banner-box.long-banner {
		height: auto;
	}

	.banner-box .banner-text {
		width: 100%;
		left: 0;
		margin: 0;
		background: rgba(255, 219, 20, 0.32);
	}

	.product-thumb {
		margin-bottom: 15px;
	}

	.product-thumb h3{
		white-space: normal;
	}

	.home-text-container h2 {
		margin: 0 0 15px;
		font-size: 20px;
	}

	#home-slider{
		margin: 0 -15px;
	}







	#sidebar {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		transition: all .3s ease;
		width: 100%;
		top: 50px;
	}

	#sidebar-btn-mobile{
		margin-top: -5px;
	}

	.navbar-brand {
		display: block;
		padding: 0 15px;
	}

	.navbar-brand img {
		height: 34px;
		margin-top: 9px;
	}




	body {
		padding-top: 50px;
	}

	#top-menu{
		display: none;
	}


	li.li-category {
		border-bottom: 1px solid#ddd;
	}

	.category-dropdown>li.dropdown-submenu.open>a:before{
		transform: rotate(90deg);
	}


	#search button {
		top: 5px;
	}




	.card-category img {
		display: none;
	}

	.card-category h1 {
		font-size: 24px;
	}

	.card-subcategory h2 {
		font-size: 20px;
		margin: 0 0 20px;
	}


	.btn-cart{
		display: none;
	}

	#cart .dropdown-backdrop{
		display: none;
	}


	#cart .dropdown-menu {
		width: 100%;
		display: block;
		position: fixed;
		left: 0!important;
		top: 60px!important;
		bottom: 0!important;
		padding: 0;
		margin: 0;
		border: none;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: #f0f3f6;
		overflow: auto;
		padding-bottom: 50px;
		margin-left: -100%!important;
		transition: 0.3s all;
	}

	#menu .phone_drop .dropdown-menu{
		right: 0;
		left: auto;
		width: 220px;
	}

	#cart.open .dropdown-menu{
		margin-left: 0!important;
	}



	.phone_drop .icon-btn-menu{
		font-size: 15px;
		border: 2px solid #FA4E42;
		border-radius: 20px;
		padding: 3px;
	}
	.phone_drop .icon-btn-menu{
		color: #3f3f3f;
	}
	.phone_drop{
		position: static;
	}
	#menu .phone_drop .dropdown-menu{
		width: 100%;
		top: 100%;
	}

	.phone_drop.open .icon-btn-menu {
		color: #f1f1f1;
		background: #3F3F3F;
		border-color: #3f3f3f;
		border-radius: 20px;
	}
	.hb__container{
		flex-wrap: wrap;
	}
	.hb__container{
		padding-top: 25px !important;
	}
	.models_select{
		max-width: 100% !important;
	}
	.hb__container > * {
		width: 100% !important;
		margin-bottom: 20px;
	}



	#cart>button.icon-btn-menu .count {
		right: 7px;
	}



	.navbar-toggle{
		margin-right: 10px;
	}



	.buttons-overflow .pull-left,
	.buttons-overflow .pull-right{
		float: none!important;
	}

	.buttons-overflow .btn{
		display: block;
		width: 100%;
	}

	.buttons-overflow .pull-left .btn{
		margin-bottom: 10px;
	}

	#cart .dropdown-menu li p {
		padding: 0 15px 15px;
		background: none;
		overflow: hidden;
		border-top: none;
	}

	#cart .dropdown-menu li p .btn {
		float: none!important;
		width: 100%;
		margin: 5px 0;
	}

	.mini-cart-table tr {
		display: block;
		position: relative;
		overflow: hidden;
	}

	.mini-cart-table tr td{
		display: block;
	}

	.mini-cart-table tr td:first-child{
		float: left;
	}

	.mini-cart-table tr td.count {
		width: 40%;
		display: inline-block;
	}

	.mini-cart-table tr td.price {
		display: inline-block;
	}

	.mini-cart-table tr td:last-child {
		position: absolute;
		padding: 0!important;
		top: 8px;
		right: 10px;
	}

	.mini-cart-table tr td:nth-child(2) {
		padding-right: 45px!important;
		padding-bottom: 0!important;
	}


	.total-table {
		font-size: 12px;
	}

	#cart .table .img-thumbnail {
		width: 70px;
		max-width: 70px;
	}

	.alert {
		padding: 8px 60px 8px 55px;
		width: auto;
		right: 0;
		left: 0;
		bottom: 0 !important;
		align-items: center;
		border-radius: 3px;
	}

	.alert .fa {
		height: 30px;
		line-height: 30px;
		width: 30px;
		background: none;
		top: 50%;
		margin-top: -15px;
		left: 15px;
	}

	.alert .close {
		right: 15px;
		bottom: -24px;
		font-size: 29px;
		height: 30px;
		width: 30px;
		border-radius: 50%;
	}

	.account-box {
		padding: 15px;
	}



	#content{
		min-height: 1px;
	}

	.breadcrumb {
		overflow: auto;
		white-space: nowrap;
		font-size: 12px;
	}

	.breadcrumb > li a:before {
		top: -4px;
	}

.card-info .nav-tabs {
    margin: 0;
    padding: 0;
}

	.card-info .nav-tabs>li.active>a:before{
		display: none;
	}

	.product-info h1 {
		font-size: 20px;
		margin: 0 0 15px;
	}

	.product-list .product-thumb .image {
		float: none;
	}

	.product-list .product-thumb .caption {
		margin-left: 0;
		text-align: left;
		padding: 20px;
		height: auto;
	}

	.product-list .product-thumb .caption .button-group {
		right: auto;
		flex-direction: row;
		position: relative;
		width: auto;
		justify-content: space-between;
		padding: 0;
	}

	.product-list .product-thumb .caption .button-group .btn {
		display: none;
	}

	.product-list .product-thumb .caption .button-group .btn.main-btn {
		display: block;
		width: auto;
		margin: 0;
	}

	.product-list .product-thumb .price {
		margin-bottom: 0;
		text-align: left;
	}

	.product-list .product-thumb {
		padding: 0;
	}

	.product-list .product-thumb .caption .description {
		display: none;
	}

	.product-list .product-thumb .sale {
		left: -28px;
		right: auto;
	}

	.product-list .product-thumb .quiqview-btns .icon-btn,
	.product-thumb .quiqview-btns .icon-btn{
		width: 44px;
		height: 44px;
		margin: 0 0 10px;
		font-size: 20px;
		line-height: 44px;
		display: block;
		color: #777;
		border: 1px solid#ddd;
		background: #fff;
	}

	.product-list .product-thumb .quiqview-btns, .product-thumb .quiqview-btns {
		display: block;
		height: auto;
		opacity: 1;
		background: none;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		top: 15px;
		right: 15px;
		left: auto;
	}

	.product-list .product-thumb .quiqview-btns .icon-btn span {
		float: none;
		margin-right: 0;
		margin-top: 0;
	}

	.product-pricelist .product-thumb {
		margin: 0 0 15px;
		padding-left: 0;
		height: auto;
		border: none;
	}

	.product-pricelist .product-thumb .caption .button-group .main-btn {
		margin-right: 10px;
		margin-bottom: 0;
	}

	.product-pricelist .product-thumb .image {
		width: auto;
		position: relative;
	}

	.product-pricelist .product-thumb .quiqview-btns {
		display: block;
	}

	.product-pricelist .product-thumb .caption {
		padding: 15px;
		width: auto;
		height: auto;
		display: block;
	}

	.product-pricelist .product-thumb .caption .button-group {
		justify-content: space-between;
		flex-direction: row;
		position: relative;
		width: auto;
		padding: 0;
	}

	.product-pricelist .product-thumb .price {
		text-align: left;
		margin-bottom: 10px;
	}

	.product-pricelist .product-thumb .caption .description {
		display: none;
	}


	.subcat-box {
		width: 49%;
	}
	.filter-line .form-group {
		margin-bottom: 15px;
	}
	li .icon-btn span {
		float: left;
		margin-right: 10px;
	}

	.icon-btn .btn-text {
		font-size: 13px;
		font-style: normal;
		display: block;
	}



	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px;
		font-size: 13px;
	}





	#cart .dropdown-menu li .not-empty {
		text-align: left;
		padding-top: 15px;
	}

	.service-item .title {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.card-info .nav-tabs>li>a {
		background: #fff;
		text-align: center;
	}

	.card-info .nav-tabs>li.active>a:hover {
		background-color: #FA4E42;
	}

	.card-info .nav-tabs>li.active>a:hover {
		background-color: #FA4E42;
	}

	.review-box {
		margin-bottom: 15px;
		padding: 15px 0;
	}

	.review-box .rating{
		margin-bottom: 10px;
	}

	.help-block {
		font-size: 12px;
	}

	.home-text-container {
		padding-right: 0;
		margin-bottom: 42px;
		padding-bottom: 24px;
		border-bottom: 1px solid #F1F1F1;
	}

	#expand-home-text{
		position: relative;
		margin-bottom: -35px;
		float: right;
		width: 36px;
		height: 36px;
		line-height: 34px;
		right: -1px;
		top: 5px;
	}

	footer .social-btn {
		margin-bottom: 15px;
	}




	.slider-home-carousel .home-carousel-wrapper {
		display: block;
		height: 100%;
	}

	#home-slider .owl-carousel .owl-stage {
		display: flex;
	}

	.owl-carousel .owl-item .right-info img {
		height: 100%;
		width: auto;
		float: none;
	}

	.slider-home-carousel .right-info {
		width: auto;
		height: auto;
		position: absolute;
		top: 0;
	}

	.slider-home-carousel .left-info {
		display: block;
		text-align: center;
		width: auto;
		left: 0;
		margin: 0;
		background: rgba(0, 0, 0, 0.52);
		position: relative;
		z-index: 9;
		color: #fff;
		height: 100%;
	}

	.slider-home-carousel .owl-dots {
		margin-top: 14px;
	}



	.slider-home-carousel .main-info {
		margin-right: 0;
	}

	.slider-home-carousel .list-attribute {
		width: auto;
	}

	.slider-home-carousel .list-attribute .item span {
		float: none;
		display: block;
		margin: 0 auto 5px;
	}

	.slider-home-carousel .after-title {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.slider-home-carousel .slider-title {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.two-banners .banner-box .banner-text{
		background: none;
	}

	#policy{
		width:100%;
		text-align: center;
	}
	.policy-text {
		width: 100%;
		float: none;
		margin-bottom: 10px;
		font-size: 12px;
	}
	#policy .policy-confirm {
		float: none;
		display: block;
	}

	.card-info .nav-tabs>li {
		width: 50%;
	}

	.panel-attribute .attr-td {
		padding: 8px 0;
		font-size: 12px;
	}

	.panel-attribute .head-td {
		border-bottom: 1px solid#ddd;
		padding-bottom: 10px;
		margin-top: 10px;
	}

	.pagination {
		margin: 0 0 8px;
		width: 100%;
		text-align: center;
	}

	h1.title-page {
		font-size: 20px;
	}

	.next.slick-arrow {
		right: -17px;
	}

	.prev.slick-arrow {
		left: -17px;
	}

	#menu {
		padding: 0;
		height: 50px;
		top: 0;
		position: fixed;
	}

	.open-sidebar .overlay {
		z-index: 998;
	}

	footer {
		text-align: center;
		padding-top: 30px;
	}

	.menu-nav {
		justify-content: space-between;
	}

	.footer-contact .phone span {
		float: none;
	}

	footer .social-btn a {
		display: inline-block;
		float: none;
		margin: 0 5px;
	}

	footer .payment-list li {
		margin-bottom: 6px;
	}

	.service-wrapper {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.slider-home-carousel{
		border: none;
	}

	.ft__text .title{
		font-size: 18px !important;
	}
	.ft__text .desc{
		font-size: 16px !important;
	}
}

@media (max-width: 380px) {
	.card-info .nav-tabs>li {
		width: 100%;
	}

	.card-info .nav-tabs>li>a {
		font-size: 14px;
		padding: 10px 15px;
	}

	.box-info-product .form-group {
		float: none;
	}

	.box-info-product .detail-action {
		margin-top: 15px;
		float: none;
	}

	.box-review .rating {
		display: block;
	}

	.box-info-product .form-group {
		width: 100%;
	}

	.box-info-product #button-cart {
		width: 100%;
		margin: 10px 0 0;
	}

	.detail-action .btn-icon {
		margin-right: 10px;
	}

	.icon-btn-menu .text{
		display: none;
	}

	.slider-home-carousel .price-text {
		display: block;
		margin-bottom: 0;
	}

	.slider-home-carousel .main-btn {
		margin-right: 0;
		width: 100%;
	}

	.slider-home-carousel .owl-dots {
		margin-bottom: 15px;
	}

	.banner-box.white {
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}

	.two-banners .banner-box .banner-text {
		background: none;
		display: block;
	}

	.banner-box.long-banner {
		height: auto;
	}

	.banner-box .banner-text {
		width: auto;
		margin-left: 0;
		left: 0;
	}

	.banner-box.yellow-square img, .banner-box.blue-square img {
		width: auto;
		float: none;
		margin: 0;
	}

	.two-banners .title{
		text-align: center;
	}

	.yellow-square:before, .blue-square:before,
	.blue-square:before, .blue-square:before{
		display: none;
	}

	.subcat-box {
		width: 100%;
	}

	.subcat-box a {
		padding: 5px 15px;
		margin-bottom: 15px;
	}

	.subcat-box a img {
		width: 50px;
	}

	h1.title-page {
		margin: 0 0 10px;
	}

	.box-review .rating {
		margin-bottom: 10px;
	}

	.service-item .title {
		font-size: 14px;
		font-weight: 600;
	}

	.service-item .text {
		font-size: 14px;
	}

	.three-banners .banner-box .banner-text {
		font-size: 15px;
		width: 100%;
		font-weight: 500;
	}
}

@media (min-width: 1400px) {
	.vd .container, .block-container .container, #modal-image .container{
		max-width: 1270px;
	}
	.container {
		width: 1270px;
	}
}

.white{
	color: #f1f1f1;
}
.red{
	color: #FA4E42;
	font-weight: bold !important;
}

div[id^="slideshow"] .text_info{
	position: absolute;
	top: 100px;
	left: 30px;
	z-index: 1;
}
div[id^="slideshow"] .text_info > div{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	align-items: center;
	text-transform: uppercase;
	max-width: 300px;
}
div[id^="slideshow"] .text_info .text{
	margin-top: 20px;
	color: #f1f1f1;
	font-size: 15px;
	line-height: 18px;

	text-transform: lowercase;
	max-width: 250px;
}
div[id^="slideshow"] .text_info .banner_link{
	margin-top: 20px;
	color: #f1f1f1;

	border: 2px solid #FA4E42;
	box-sizing: border-box;
	border-radius: 3px;

	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	align-items: center;
	text-align: center;

	padding: 10px;

	display: inline-block;
}
div[id^="slideshow"] .text_info .banner_link:hover{
	background: #FA4E42;
}

div[id^="slideshow"] .owl-dots{
	position: absolute;
	margin-top: 0;
	bottom: 0;
	left: 20px;
}

.banner_cat_items{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 28px;
}
.banner_cat_items_one .slick-arrow{
	position: absolute;
	top: auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.banner_cat_items_one .next.slick-arrow{
	bottom: 26px;
	right: 1px;
}
.banner_cat_items_one .prev.slick-arrow{
	left: 0;
	margin: 1px;
}
.banner_cat_items_one{
	text-align: center;
}
.banner_cat_item_one{
	text-align: left;
	margin-bottom: 20px;
}
.banner_cat_item,
.banner_cat_item_one{
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border-radius: 7px;
	background: linear-gradient(89.32deg, #343434 7.6%, rgba(82, 79, 79, 0.47) 70.13%, rgba(196, 196, 196, 0) 96.11%);

}
.banner_cat_item img,
.banner_cat_item_one img{
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.banner_cat_item_one img{
	width: 100%;
}
.banner_cat_item:hover img ,
.banner_cat_item_one:hover img {
	transform: scale(1.1) rotateZ(-1.5deg);
	-webkit-transform: scale(1.1) rotateZ(-1.5deg);
	-moz-transform: scale(1.1) rotateZ(-1.5deg);
	-o-transform: scale(1.1) rotateZ(-1.5deg);
	-ms-transform: scale(1.1) rotateZ(-1.5deg);
}
.banner_cat_item .text,
.banner_cat_item_one .text{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 25px;
}
.banner_cat_item .text > div,
.banner_cat_item_one .text > div{
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	align-items: center;
	text-transform: uppercase;
	max-width: 300px;
}
div[id^="carousel"].owl-carousel.custom-nav .owl-nav{
	top: 50%;
	margin-top: -23px;
	width: 100%;
}
div[id^="carousel"].owl-carousel.custom-nav .owl-nav button.owl-prev{
	position: absolute;
	left: -45px;
}
div[id^="carousel"].owl-carousel.custom-nav .owl-nav button.owl-next{
	position: absolute;
	right: -45px;
}
.icon-btn[onclick^="compare"]{
	display: none !important;
}

.header__bottom{
	background: rgba(173, 173, 173, 0.2);
    display: none;
}
.hb__container{
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}
.cats_drop.open{
    z-index: 1005;
}
.cats_drop .dropdown-toggle{
    background: #FA4E42;
    border-radius: 3px;
    padding: 12px 20px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
    text-transform: uppercase;
}
.cats_drop .dropdown-toggle .text{
    margin-right: 75px;
}
.cats_drop .dropdown-toggle .dots{
    float: right;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 4px;
	grid-row-gap: 4px;
}
.cats_drop .dropdown-toggle .dot{
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;

	border: 2px solid #FFFFFF;

}
.cats_drop .dropdown-toggle .dot:last-child{
    margin-bottom: 0;
}
.cats_drop.open .dots{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cats_drop .dropdown-menu{
    width: 100%;
}

.cats_drop .dropdown-menu ul{
    margin-bottom: 0;
}
.cats_drop .dropdown-menu a{
    font-family: Montserrat;
    font-size: 15px;
    line-height: 18px;
    color: #3F3F3F;
    display: block;
    padding: 6px 10px;
}
.cats_drop .dropdown-menu a:hover{
    background: #FA4E42;
    color: #ffffff;
}

.filter_top{
    position: relative;
}
.filter_top.open{
    z-index: 1005;
}
.filter_top > .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #2C2C34;

    background: #DCDADA;
    border-radius: 3px 0px 0px 3px;
    z-index: 11;
    font-size: 25px;
}

.filter_top.open > .icon {
    background: #FA4E42;
    color: #ffffff;
}
.filter_top .select2-container{
    width: 100% !important;
}
.filter_top .select2-selection__rendered{
    padding: 0px 40px 0px 70px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 45px;
    line-height: 43px !important;
    width: 100%;
    font-size: 15px;
    color: #494850 !important;
    cursor: pointer;

    background: #FFFFFF;
    border-radius: 3px;
	min-width: 250px;
	font-weight: 500;

}
.filter_top .select2-selection__rendered{
	padding-top: 1px;
}
.filter_top select:hover,
.filter_top select:focus{
    outline: none;
}
.filter_top .select2-selection__arrow b{
	display: none;
}
.filter_top .select2-selection__arrow:after {
    width: 0;
    content: "";
    height: 0;
    border: 5px solid transparent;
    border-color: #DCDADA transparent transparent;
    position: absolute;
    top: 19px;
    right: 16px;
}
.select2-results li.disabled{
    display: none;
}
.select2-results li{
    font-size: 15px;
    white-space: pre-wrap;
    cursor: pointer;
    padding: 5px 15px;
}
.select2-results li:hover{
    color: #ffffff !important;
    background: #FA4E42 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background: #FA4E42 !important;
}
.select2-results{
    background: #ffffff;
    top: 54px !important;
    width: 100%;
    border-radius: 7px;
}
.select2-results ul{
    margin: 0;
    padding: 10px 0;
	max-height: 350px;
}
.select2-dropdown{
	margin-top: 10px;
	background: #FFFFFF;
	border-radius: 3px !important;
	border: none !important;
}
.select2-search--dropdown{
	padding: 15px 12px 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	border: 1px solid #F1F1F1;
	border-radius: 7px;
	outline: none;
	padding: 0 20px;
	height: 30px;
}
.select2-container--default .select2-selection--single{
	-webkit-border-radius: 7px !important;
	-moz-border-radius: 7px !important;
	border-radius: 7px !important;
}
.select2-container--default .select2-results__option[aria-disabled=true]{
	display: none;
}
.select2-container .select2-selection--single{
	height: auto;
}
.select2-container--default .select2-selection--single{
	border: none;
}
.category-dropdown>li>.dropdown-menu {
    left: 270px;
    top: 0;
    border-radius: 0;
    margin: 0;
    border: 1px solid #e6e6e6;
    box-shadow: none;
}
.models_select{
	width: 100%;
	max-width: 300px;
}
.btn.btn-search{
    background: transparent;
	border: 1.5px solid #FA4E42;
	border-radius: 3px;
    text-transform: none;
    font-size: 15px;
	max-width: 120px;
	height: 45px;
	font-weight: 500;
	color: #2c2c34;
	padding: 10px 25px;
}
.language-buttons ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.language-buttons ul a,
.language-buttons ul span{
	font-family: Montserrat;
	font-weight: bold;
	font-size: 15px;

	color: #FA4E42;

	text-transform: uppercase;
	line-height: 45px;
}
.language-buttons ul a{
	opacity: 0.4;
}
.language-buttons ul li{
	display: inline-block;
	margin-right: 5px;
}
.language-buttons ul li:after{
	margin-left: 5px;
	content: "";
	height: 14px;
	width: 2px;
	position: relative;
	display: inline-block;
	background: #3F3F3F;
	opacity: 0.4;
	top: 2px;
}
.language-buttons ul li:last-child:after{
	display: none;
	margin-right: 0;
}
.language-buttons ul a{
	color: #ffffff;
}
.slider_banners {
	margin-bottom: 60px;
}
.tabs_wrapper .section-title {
	display: none;
}
.marks_news .section-title{
	padding-top: 8px;
}
.marks_news .section-title a {
	position: relative;
	top: -8px;
}
.marks_news .owl-carousel.custom-nav .owl-nav,
#related-carousel.owl-carousel.custom-nav .owl-nav{
	top: -77px;
}
.card-category{
	padding-left: 0;
	padding-right: 0;
}

.common-home #content{
	margin-top: 40px;
}
body[class^="information-information"] #content{
	min-height: 0;
}
body[class^="product-manufacturer"] #content{
	min-height: 0;
}

body[class="information-information-7"] #content > .card{
	display: none;
}
.row.height_good{
	display: flex;
	flex-wrap: wrap;
}
.search_box .iSearchBoxWrapper .iSearchBox{
	width: 100% !important;
}
.iSearchBox ul li.iSearchHeading{
	display: none;
}

.iSearchBox ul{
	margin-top: 13px;
	background: #f1f1f1;
}
.iSearchBox{
	background: transparent;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 7px;
}
.iSearchBox li:hover, .iSearchBox li.activekey {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: none;

	background: #ECECEC;
}
.iSearchBox li h3{
	width: 60% !important;
}
.iSearchBox li{
	padding: 10px 20px;
	border: none;
}
.iSearchBox .iSearchViewAllResults{
	height: auto;
}
.checkout-simplecheckout h1{
	display: none;
}
.simple-content .checkout-heading{
	background: #2C2C34;
	border-radius: 3px;

	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;


}
.simple-content{
	margin: 0;
}

#simplecheckout_customer .simplecheckout-block-content label,
#simplecheckout_shipping_address .simplecheckout-block-content label{
	display: none !important;
}
#simplecheckout_customer .simplecheckout-block-content .form-group > div,
#simplecheckout_shipping_address .simplecheckout-block-content .form-group > div{
	width: 100%;
}
#simplecheckout_shipping {
	margin-right: 30px;
}
#simplecheckout_payment,
#simplecheckout_shipping{
	width: 47%;
	float: left;
	clear: none;
}

#simplecheckout_customer .simplecheckout-block-content .form-group input,
#simplecheckout_comment .simplecheckout-block-content  textarea,
#simplecheckout_shipping_address .simplecheckout-block-content .form-group input{
	height: 45px;

	border: 1.5px solid #DCDADA;
	/* effects-three */

	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.01);
	border-radius: 3px;
	font-size: 15px;
	line-height: 18px;
	display: flex;
	align-items: center;

	color: #353A3E;
}
.simplecheckout-block-content{
	padding-left: 0;
	padding-right: 0;
}
#simplecheckout_comment .simplecheckout-block-content{
	padding: 10px !important;
}
.simplecheckout label, .simpleregister label{
	font-size: 15px;
	color: #353A3E;
}

.btn-fixparts {
	background: #FA4E42;
	border-radius: 3px;
	border: none;
	color: #F1F1F1;
	text-transform: none;
	font-size: 13px;

	height: 45px;
}
.btn-fixparts.gray{
	background: #818181;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 25px;
}
.btn-fixparts.btn-icon{
	width: 45px;
	padding-left: 0;
	padding-right: 0;
}
.btn-fixparts.btn-inverse{
	background: #3F3F3F;
}
.btn-fixparts.btn-inverse:hover,
.btn-fixparts.btn-inverse:focus{
	background: #818181;
}
.btn-fixparts:hover,
.btn-fixparts:focus{
    background: #3f3f3f;
    color: #ffffff;
}
.btn-fixparts.gray:hover,
.btn-fixparts.gray:focus{
    background: #FA4E42;
    color: #ffffff;
}

.simplecheckout-cart th.name,
.simplecheckout-cart th.total,
.simplecheckout-cart th{
	background: #FA4E42;
	color: #f1f1f1;
	border: none;
	height: 45px;
	margin-bottom: 10px;
	font-size: 18px !important;
}
.simplecheckout-cart th.image{
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.simplecheckout-cart th.total{
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.simplecheckout-cart td.remove,
.simplecheckout-cart th.remove{
	display: none;
}
.simplecheckout-cart{
	border: none;
}
.simplecheckout-cart .quantity .input-group-btn .btn{
	padding: 11px 17px;
	background: #F1F1F1;
}
.simplecheckout-cart .quantity .input-group-btn .btn i{
	color: #818181;
}
.simplecheckout-cart .quantity .input-group-btn .btn.btn-danger i{
	color: #f1f1f1;
}
.simplecheckout-cart .quantity .input-group-btn .btn.btn-danger{
	background: #FA4E42;
}
.simplecheckout-cart td.name{
	text-align: left;
}
.simplecheckout-cart td.name a{
	color: #818181;
}
#simplecheckout_cart .form-control{
	height: 45px;
}
.simplecheckout-cart td{
	border: none;
	padding-top: 25px;
}
.simplecheckout-cart-total{
	border: none;
	float: left;
}
#total_sub_total{
	float: right;
	padding: 15px 0px;
}
#total_sub_total span b{
	font-family: Montserrat;
	font-weight: bold;
	font-size: 20px;
	color: #3F3F3F;
	text-transform: uppercase;
	margin-right: 30px;
}
.simplecheckout-cart-total-value {
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	color: #FA4E42;
}
.simplecheckout-cart-total span.inputs input[type=text]{
	border: 2px solid #DCDADA;
	border-radius: 7px;
	height: 45px;
	font-size: 18px;
	color: #818181;
	min-width: 260px !important;
}
#simplecheckout_cart{
	margin-bottom: 30px;
	overflow: hidden;
}
.nav-tabs>li>a {
	border-radius: 3px;
	padding: 14px 30px;
	background: #F1F1F1;
	font-size: 13px;
	line-height: 16px;
	color: #3F3F3F;
	text-transform: uppercase;
	border: none !important;
}
.nav-tabs>li:not(:last-child)>a{
	margin-right: 15px;
}
.nav-tabs>li:hover>a,
.nav-tabs>li:focus>a,
.nav-tabs>li.active>a{
	background: #FA4E42 !important;
	color: #F1F1F1 !important;
}
.nav-tabs{
	border-bottom: none;
}

.tabs_wrapper .owl-carousel.custom-nav .owl-nav{
	top: -37px;
}

/* PRODUCT */
.product-info .product-price .new-price{
	margin-right: 30px;
	white-space: nowrap;

	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	color: #FA4E42;
}
.product-info .price_qty{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.product-info .buttons_group{
	display: flex;
}

.product-info #button-cart{
	margin-right: 20px;
	text-transform: uppercase;
}

.product-info #button-cart i{
	margin-left: 10px;
}

.product-info .occm-button{
	font-size: 15px;
	border-radius: 7px;
	border: 1px solid #F1F1F1;
	color: #777;
	background-color: transparent;
	font-weight: 500;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	text-transform: uppercase;
}

.product-info .occm-button:hover {
	background: #FA4E42;
	color: #ffffff;
}

.options_block .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.options_block .item > *{
	width: 100%;
	text-align: center;

}
.options_block .item .main_opt_block{
	display: flex;
	align-items: center;
	justify-content: space-between;

	background: #FFFFFF;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
	border-radius: 3px;

}
.options_block .item .main_opt_block > *{
	width: 100%;

}
.options_block .item .main_opt_block > div:not(.action){
	border-radius: 7px;
	padding: 12px 5px;

	font-weight: normal;
	max-width: 190px;

	font-size: 15px;
	line-height: 18px;
	display: flex;
	align-items: center;

	color: #2C2C34;
}
.options_block .item > div.action{
	text-align: right;
	max-width: 80px;
}
.options_block .item > div.action button{

	border: 2px solid #FA4E42;
	border-radius: 3px;
	color: #2c2c34;
	background: none;
	font-size: 21px;
	padding: 2px 6px;
	line-height: 37px;
}
.options_block .item > div.action button:hover{
	color: #ffffff;
	background: #fa4e42;
}
.product-card{
	margin-bottom: 35px;
}
.options_block{
	margin-bottom: 45px;
}
.opt_list{
	display: none;
}

#cart .dropdown-menu .text-right .btn{
	font-size: 13px;
}
.product-card-info .tab-content .tab-pane{
	padding-top: 55px;
	padding-bottom: 30px;
}

#cboxOverlay{
	background: #000 !important;
}
#cboxBottomRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopRight,
#cboxTopLeft,
#cboxTopCenter{
	display: none;
}
#cboxContent{
    background: transparent !important;
}
.occm-form-header ,
#occm-form-container {
    max-width: 430px;
	width: 100% !important;
}
@media (max-width: 767px) {
	#cboxContent{
		float: none !important;
		margin: 0 auto;
	}

}
.occm-form-header {
    background: #FA4E42;
    border-radius: 7px;
    line-height: 22px;
    padding: 13px 30px;
    color: #F1F1F1;

}
.occm-form-header h3{
    margin: 0;
    font-size: 18px;
    text-transform: none;
    font-weight: 500;

}
#occm-form-container{
    background: #ffffff;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;

    padding: 20px;
}

#occm-form-container input[type="text"]{
    border: 2px solid #DCDADA;
    border-radius: 7px;

    font-size: 15px;
    line-height: 18px;
    height: 45px;
    padding: 14px 12px;
    color: #818181;
    width: 100% !important;

    margin-bottom: 12px;
}
#cboxClose{
    display: none;
}
.occm-form-header i{
    position: absolute;
    right: 20px;
    top: 10px;
    color: #ffffff;
}
#top-menu .menu-right a i{
    margin-right: 6px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    color: #FA4E42;
}
.iSearchBox li h3{
	font-weight: 600 !important;
	color: #3f3f3f;
}

@media (max-width: 480px) {

	div[id^="slideshow"] .text_info{
		top: 20px;
	}
	.product-info .buttons_group{
		flex-wrap: wrap;
	}
	.product-info #button-cart{
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
	}

}
@media (max-width: 1400px) {
	div[id^="slideshow"] .owl-dots{
		margin-bottom: 15px;
	}
}

#modal_cats .modal-content{
	background: #f1f1f1;
	width: 100%;
}
#modal_cats .modal-footer{
	border: none;
	padding-top: 0;
}
#modal_cats .filter_top{
	margin-bottom: 20px;
	max-width: none;
}
#modal_cats .modal-body{
	padding-bottom: 0;
}

.footer_top{
	margin-top: 15px;
	background: url("../image/footer_top.png") no-repeat center center / cover;
	position: relative;
}

.footer_top:before{
	background: #FA4E42;
	opacity: 0.98;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.ft__text{
	padding-top: 39px;
	padding-bottom: 38px;
}
.ft__text .title{
	font-weight: 500;
	font-size: 22px;
	text-transform: uppercase;
	color: #F1F1F1;
}
.ft__text .title b{
	font-weight: bold;
}
.ft__text .title span{
	font-weight: bold;
	color: #3f3f3f;
}
.ft__text .desc{
	font-weight: 500;
	font-size: 16px;
	color: #DCDADA;
}
.ft__btn{
	margin-top: 41px;
}
.ft__links ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.ft__links li{
	display: inline-block;
	margin-right: 12px;
}
.ft__links li:last-child{
	margin-right: 0 !important;
}
.ft__links li a{
	display: block;
	border-radius: 25px;
	height: 45px;
	text-align: center;
	line-height: 43px;
	font-size: 20px;
	color: #ffffff;
}




.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2));
}
.sk-block{
	background: transparent !important;
	border: none !important;
}
.sk-block h2{
	background: #FA4E42;
	border-radius: 7px;

	font-weight: 500;
	font-size: 18px;
	line-height: 22px;

	color: #F1F1F1 !important;
	margin: 0;
	text-transform: uppercase;
	padding: 12px 23px;
}
.sk-block.tab-close h2{
	background: #818181;
	cursor: pointer;
}
.sk-block.tab-close h2:hover{
	background: #FA4E42;
}
.sk-block .tab-inner{
	padding: 25px;
}
.sk-block.tab-close .tab-inner {
	display: none;
}

.table.fixparts-table .btn-fixparts{
	padding: 11px 14px;
}
.table.fixparts-table td{
	vertical-align: middle;
	border: none;
}
.table.fixparts-table td div{
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;

	color: #818181;

	border: 2px solid #DCDADA;
	box-sizing: border-box;
	border-radius: 7px;

	padding: 11px 10px;
	height: 45px;
}

.modal {
	text-align: center;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.product-thumb .rating{
    display: none;
}
.product-thumb .price{
    text-align: center;
    font-size: 24px;
    padding: 15px 5px;
}

.sk-block.tab-close h2{
	position: relative;
}
.sk-block.tab-close h2:after{
	width: 0;
	content: "";
	height: 0;
	border: 5px solid transparent;
	border-color: #DCDADA transparent transparent;
	position: absolute;
	top: 21px;
	right: 16px;
}
.iSearchBox li .iSearchSku{
	color: #555;
	font-size: 11px;
	font-weight: normal;
}
.iSearchBox li .iSearchOption{
	color: #555;
	font-size: 9px;
	font-weight: 300;
	margin-top: 3px;
}
.iSearchBox li .iSearchOption span:first-child{
	font-weight: 600;
	margin-right: 5px;
}

.is-affixed .inner-wrapper-sticky{
	margin-left: 15px;
}

.product-thumb .caption .button-group.stock-buttons > a{
	padding-left: 10px !important;
	padding-right: 10px !important;
}

#button-confirm{
	background: #FA4E42;
	color: #ffffff;
}

.btn-skedit.btn-fixparts,
.btn-skaccount.btn-fixparts,
.btn-skinfo.btn-fixparts{
	text-transform: none !important;
	font-size: 14px;
	padding: 15px 10px !important;
	line-height: 1 !important;
	height: auto;
}

.container_auto .container {
	width: 100%;
}
.slider_top div[id^="slideshow"] .text_info {
	top: 60px;
}
.work-time {
	display: flex;
	align-items: center;
}
.work-time.address {
	margin-right: 30px;
}
.work-time .icon {
	width: 45px;
	height: 45px;
	background: #F1F1F1;
	border-radius: 3px;
	text-align: center;
	line-height: 45px;
	margin-right: 10px;
}
.work-time .text ,
.work-time .text a {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #3F3F3F;
	text-decoration: none;
}
.work-time .text a {
	font-weight: 500;
	margin: 2px 0;
}
.header_login_icons {
	margin-left: 40px;
	margin-right: 20px;
	display: flex;
}
.header_login_icons a {
	display: inline-block;
	margin: 0 7px;
}

.b2b_btn {
	padding: 6px 15px;
	font-size: 15px;
	line-height: 18px;

}
.b2b_btn > span{
	vertical-align: middle;
	margin-left: 5px;
}

.btn-outline{
	background: none;
	border: 2px solid #FA4E42;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	line-height: 18px;

}
.category-wall-box span{
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	/*margin-right: 10px;*/
	font-weight: 500;
	display: block;
	margin-top: 10px;
}
.dispay_grid_category span {
	display: block;

}
.dispay_grid_category {
	display: grid;
	grid-column-gap: 14px;
	grid-row-gap: 14px;
	grid-template-columns: repeat(8, 1fr);
	margin: 0;
}
.dispay_grid_category:before,
.dispay_grid_category:after{
	display: none;
}
.dispay_grid_category > div {
	width: 100%;
	padding: 0;
}
.html_block {
	margin-top: 30px;
}
.html_block h2{
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #3F3F3F;
}
.footer_top:before{
	display: none;
}
.footer_top {
	padding-top: 25px;
	padding-bottom: 25px;
	background: url(../image/footer_top.jpg) no-repeat center center / cover;
}
.footer_top_block {
	display: flex;
	align-items: center;
}
.footer_top_block .icon{
	background: #FA4E42;
	border-radius: 3px;

	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-right: 25px;
}
.footer_top_block .text{
	max-width: 195px;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #FFFFFF;

}
footer{
	background: #3E4347;
}
.footer-powered{
	background: rgba(53, 58, 62, 0.76);
}
.footer-powered .block{
	border: none;
}

.home_video {
	padding-top: 130px;
	padding-bottom: 160px;
	background: url(../image/home_video.jpg) no-repeat center center / cover;

}
.home_video_info h2{
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;

	color: #fff;
	margin: 0 0 15px;
}
.home_video_info h2 span{
	color: #FA4E42;
}
.home_video_info p{
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	text-transform: lowercase;
	color: #F1F1F1;
	margin-bottom: 40px;
}
.home_video_info a{
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	color: #F1F1F1;
}

.home_video_info a span{
	vertical-align: middle;
	margin-right: 15px;
}
body[class*="product-category"] h1{
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #2C2C34;
}
.card-subcategory{
	margin-bottom: 40px;
}
#grid-view {
	margin-right: 14px;
}
.btn-view .btn{
	width: 45px;
	height: 45px;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

.orders_products {
	padding: 20px;
	max-height: 361px;
	overflow: auto;
}
.product_item {
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	border-bottom: 1px solid rgba(196, 196, 196, 0.32);
}
.product_item:first-child{
	padding-top: 0;
}
.product_item .image{
	float: left;
	margin-right: 30px;
}
.product_item .info{
	overflow: hidden;
	padding-bottom: 20px;
}
.product_item .info .top{
	margin-bottom: 5px;
	padding-right: 20px;
}
.product_item .info .btn-danger{
	position: absolute;
	top: 20px;
	right: 0;
	color: #393D4F;
	background: none ;
	border: none;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.product_item:first-child .info .btn-danger{
	top: 0;
}
.product_item .info .btn-danger i{
	font-size: 20px;
}
.product_item .info .title a{
	text-transform: uppercase;
	color: #3F3F3F;
	font-size: 12px;
	font-weight: 600;
}
.product_item .bottom {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product_item .bottom .model span{
	color: #3F3F3F;
}
.product_item .bottom .model{
	color: #818181;
	max-width: 150px;
	font-size: 14px;
}
.product_item .bottom .model b{
	color: #3F3F3F;
	font-weight: 600;
}
.product_item .bottom .total{
	color: #818181;
	font-size: 15px;
	width: 80px;
	margin-left: 10px;
}

.product_item .quantity .input-group{
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
}
.product_item .quantity input{
	background: transparent;
	box-shadow: none;
	margin: 2px;

	height: 40px !important;
	border: none;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	font-weight: 500;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}
.product_item .quantity .input-group-btn{
	padding: 5px;
}
.product_item .quantity .input-group-btn button{
	height: 30px;
	width: 30px;
	color: #505050;
	padding: 0;
	border: 1px solid #2C2C34;
	background: none;
	box-shadow: 4px 4px 15px rgb(0 0 0 / 8%);
	border-radius: 3px;
	font-size: 25px;
	line-height: 30px;
}
.simplecheckout-right-column {
	background: #FFFFFF;
	border: 3px solid #494850;
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.08);
	border-radius: 3px;

}

.orders_header{
	color: #393D4F;
	padding: 15px 25px;
	border-bottom: 1px solid rgba(196, 196, 196, 0.32);
}
.orders_header h3{
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
}
.imcallask-btn-mini {
	display: none;
}
.mp-grid-layout .inner-layout{
	position: relative;
}
.mp-grid-layout .inner-layout .caption{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	display: flex;
	background: linear-gradient(0deg, #343434 7.6%, rgba(82, 79, 79, 0.47) 70.13%, rgba(196, 196, 196, 0) 96.11%);
	text-align: center;
	flex-direction: column-reverse;
}
.mp-grid-layout .inner-layout .caption h4 a{
	color: #ffffff;
}
.mp-grid-layout .inner-layout .dar{
	display: none;
}
.mp-grid-layout > h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #3F3F3F;
	margin-bottom: 34px;
}
#top-menu .menu-right {
	display: flex;
}
.footer-contact .imcall__form{
	margin-top: 20px;
}
#top-menu .imcall__form {
	margin-top: 8px;
	margin-right: 20px;
}
.imcall__form{
	text-transform: none;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	padding: 5px 14px;
	color: #000000;
}
.imcall__form.invert{
	color: #ffffff;
}
.modal-header{
	background: #2C2C34;
	color: #ffffff;
}
.modal-header .close{
	color: #ffffff;
	opacity: 1;
	margin-top: 0;
	text-shadow: none;
}
.imcallask-form-container .modal-dialog {
	width: 430px;
}
.imcallask-form-container .control-label {
	display: none;
}
.imcallask-form-container .form-control {
	border: 2px solid #DCDADA;
	border-radius: 3px;

}
.imcallask-form-container .btn {
	text-transform: uppercase;
	font-size: 13px;
}
.imcallask-form-container .btn-fixparts {
	float: right;
}
.category-group > h3 {
	background: #2C2C34;
	border-radius: 3px;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #F1F1F1;
	padding: 8px 20px;
	margin-top: 0;
}
.category-group > h3 img{
	margin-right: 20px;
}
.category-group > h3 span{
	vertical-align: middle;
}
#custom-pagination-button {
	display: none;
}
.product-thumb .price{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 0;
	padding-right: 0;
}
.product-thumb .price *:first-child {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #FA4E42;
	min-height: 22px;
}
.product-thumb .price .sku {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #818181;

	white-space: nowrap;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}
.phone_block {
	margin-top: 20px;
	margin-bottom: 25px;
}
.phone_block h4{
	margin: 0 0 10px;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #2C2C34;
}
.phone_block .phones {
	display: flex;
	align-items: center;
}
.phone_block .image{
	width: 45px;
	height: 45px;
	background: #87D9B6;
	border-radius: 3px;
	text-align: center;
	line-height: 45px;
	margin-right: 13px;
}
.phone_block .phones a {
	font-size: 16px;
	line-height: 20px;
	color: #2C2C34;
}
.product-info .occm-button {
	border: 2px solid #2C2C34;
	border-radius: 3px;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #3F3F3F;
	max-width: 250px;
}
.product-info .occm-button:hover{
	border-color: #fa4e42;
}
.filter-line {
	margin-bottom: 20px;
}
.owl-carousel[class*='featured-carousel-'] .owl-stage-outer {
	height: calc(100% + 30px);
	margin: -15px;
	padding: 15px;
	width: calc(100% + 30px);

}

.slideshow__item {
	position: relative;
}
.slideshow__item > a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.b2b_select {
	border: 1.5px solid #2C2C34;
	/* effects-three */

	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.01);
	border-radius: 3px;
	width: 100%;
	height: 45px;

	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	color: #2C2C34;

	padding: 0 10px;
}

.b2b_title {
	background: #FFFFFF;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.07);
	border-radius: 3px;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #2C2C34;

	padding: 14px 25px;
}
.products__options {
	padding-left: 15px;
	padding-right: 15px;

	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.po_options {
	display: flex;
}
.po_options_item{
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	background: #EDEDED;
	width: 45px;
	padding: 12px 0;
	line-height: 45px;
	font-size: 15px;
	display: flex;
	align-items: center;
	color: #000000;

}
.po_options_item:not(:last-child) {
	border-left: 1px solid #B0BEC5;

}
.products__table {
	padding-left: 15px;
	padding-right: 15px;
}
.products__item {
	width: 100%;
}
.products__item > *{
	border: 1px solid #EDEDED;
}
.pi__image {
	padding: 15px;
	flex: 0 0 110px ;
	position: relative;
	text-align: center;
}
.pi__image > a.btn {
	display: inline-block;
	margin-top: 10px;
	font-size: 10px;
	padding: 5px 10px;
}
.pi__image img{
	margin: 0 auto;
	max-width: none;
}
.pi__stocks {
	margin-left: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.pi__desc {
	/*max-width: 390px;*/
}
.pi__options_item{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	flex-direction: column;
}
.pi__options_item .stock{
	width: 10px;
	height: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #DCDADA;
}
.pi__options_item .in_stock{
	background: #87D9B6;
}
.pi__options_item .in_stock .btn{
	padding: 5px !important;
}
.pi__options_item:not(:last-child){
	border-right: 1px solid #EDEDED;
}
.pi__codes {
	padding: 6px 13px !important;
}
.pi__codes .code {
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
}

.pi__codes .code.main {
	font-weight: 500;
}
.pi__desc{
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	padding: 15px 20px !important;
	vertical-align: middle !important;
}
.po_desc {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
}
.po_desc .second{
	margin-top: 30px;
}
.po_desc .second .in i{
	background: #87D9B6;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
}
.po_desc .second .out i{
	background: #DCDADA;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
}
.stock_price {
	font-size: 13px;
	margin-top: 10px;
}
.pi_add {
	vertical-align: middle !important;
}
.pi_add .btn {
	padding: 5px;
}
.pi_add .btn {

}
.category__name:first-child{
	border-radius: 3px 0px 0px 0px;

}
.category__name {
	background: #FA4E42;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 14px 28px;
}
.product-thumb .caption .button-group .main-btn.notify {
	padding: 10px;
	font-size: 10px;
}
.products_b2b_table thead ,
.product_search_table thead {
	border-top: 2px solid #2C2C34;
}

.products_b2b_table th,
.products_b2b_table td,
.product_search_table th,
.product_search_table td {
	border: none !important;
}
.products_b2b_table thead th ,
.product_search_table thead th {
	background: #F4F7FC;

	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #2E3B52;
	height: 42px;
	vertical-align: middle !important;
}
.product_search_table thead th:first-child {
	padding-left: 40px;
	padding-right: 80px;
}
.products_b2b_table tbody td ,
.product_search_table tbody td {
	vertical-align: middle !important;

	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #2E3B52;
}
.product_search_table tbody td:first-child {
	padding-left: 40px;
}
.product_search_table tbody tr:nth-child(2n) {
	background: #F4F7FC;
}
.tooltip img{
	max-width: 100%;
}
.ic_icons img {
	margin-right: 5px;
}
.products_b2b_table .btn {
	padding: 5px !important;
}
.options__title {
	background: #F1F1F1 !important;
	height: 42px;
}
.options__title td {
	vertical-align: middle !important;
}
.products_b2b_big_table{
	margin-top: 20px;
}
.po_options_item_parent{
	padding: 0 !important;
	border: none !important;
	max-height: 125px;
}
.po_desc{
	border: none !important;
}
.pi__options_item_parent {
	padding: 0 !important;
	vertical-align: middle !important;
	text-align: center;
}
.po_options_item {
	height: 100%;
}
.po_options_item_parent:not(:last-child) .po_options_item{
	border-left: 1px solid #B0BEC5;
}
.products_b2b_big_table .category__name{
	padding: 14px 28px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.products_b2b_big_table .category__name.first{
	border-radius: 3px 0px 0px 0px !important;
}
.b2b_btn_search {
	padding: 5px 12px;
	font-size: 22px;
	/*line-height: 42px;*/
	background: #2B608C;
	border-color: #2B608C;
}

.search__btn .btn{
	padding: 5px;
}
.product__t_item:not(:first-child) {
	border-top: 2px solid #2C2C34;
}
.b2b_btn_search span{
	font-size: 15px;
}

.b2b_btn_search i{
	vertical-align: middle;
}
.b2b_btn > span,
.b2b_btn_search > span {
	display: inline-block;
	vertical-align: middle;
}
.b2b_btn > span > span,
.b2b_btn_search > span > span{
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 1;
}
.b2b_btn .small,
.b2b_btn_search .small{
	font-size: 10px !important;
}

@media (max-width: 1400px){
	.ft__links li{
		margin-right: 8px;
	}
}

@media (max-width: 1200px){
	.ft__btn{
		padding-bottom: 38px;
	}
}
@media (max-width: 1199px){

	.open-sidebar .overlay{
		z-index: 998;
	}
	#logo{
		height: 77px;
	}
	.work-time.address {
		display: none;
	}
	.search_box{
		max-width: 360px;
	}
	.dispay_grid_category{
		grid-template-columns: repeat(6, 1fr);
	}
}
@media (max-width: 991px){
	.b2b_btn{
		display: none;
	}
	.dispay_grid_category{
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (max-width: 767px){
	.product_search_table thead th:first-child {
		padding-left: 8px;
		padding-right: 8px;
	}
	.product_search_table tbody td:first-child{
		padding-left: 8px;
	}

	.dispay_grid_category{
		grid-template-columns: repeat(4, 1fr);
	}
	.ft__text{
		padding-bottom: 0;
	}
	.ft__btn{
		margin-top: 20px;
		padding-bottom: 0;
	}
	.ft__links ul{
		margin-top: 20px;
		padding-bottom: 30px;
	}
	#logo {
		height: 49px;
	}
	.footer_top_block{
		margin-bottom: 15px;
	}
	.po_options{
		display: none;
	}
	.pi__stocks {
		margin-left: 0;
	}
	.pi__stocks {
		display: block;
	}
	.pi__options_item{
		justify-content: space-between;
		width: 100%;
		margin-right: 20px;
	}
	.pi__options_item .stock{
		margin-right: 20px;
	}

	.pi__options_item > span{
		background: #EDEDED;
		padding: 12px 10px;
		line-height: 45px;
		font-size: 15px;
		color: #000000;
		width: 50%;
	}
	.pi__options_item:not(:last-child) > span {
		border-bottom: 1px solid #B0BEC5;
	}
	.pi__image img{
		margin: 0 auto;
	}
	.pi__desc{
		padding-left: 13px;
		padding-right: 13px;
	}
	.products__table{
		margin-top: 10px;
	}
}
@media (max-width: 600px){
	.dispay_grid_category {
		grid-template-columns: repeat(3, 1fr);
	}
	.footer_top .col-xs-6{
		width: 100%;
	}
	.work-time.phone{
		display: none;
	}
	.footer-powered .block{
		flex-direction: column;
	}
	.developed{
		margin-top: 15px;
	}
	.copyright .ft__links ul{
		padding-bottom: 0;
	}

	.tabs_wrapper .owl-carousel.custom-nav .owl-nav{
		top: 50%;
		margin-top: -18px;
		width: 100%;
	}
	.owl-carousel.custom-nav .owl-nav button.owl-prev, .owl-carousel.custom-nav .owl-nav button.owl-next{
		position: absolute;
	}
	.owl-carousel.custom-nav .owl-nav button.owl-prev{
		left: 0;
	}
	.owl-carousel.custom-nav .owl-nav button.owl-next{
		right: 0;
	}
}
@media (max-width: 567px){
	.section-title a{
		margin-top: 10px;
	}
}
@media (max-width: 480px){
	.header_login_icons {
		margin-left: 30px;
		margin-right: 10px;
	}
}