

body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 18px;
	line-height: 20px;
	width: 100%;
	
}
.btn{
	outline: none!important;
}
h1, h2, h3, h4, h5, h6 {
	color: #1B1B1B;
	font-family: 'Inter', sans-serif;
}

/* default font size */

.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */

h1 {
	font-size: 30px;
	font-weight: 700;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #23a1d1;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}
.overlay {
    background: rgba(0, 0, 0, 0.02);
    position: absolute;
    width: 100%;
    height: 100%;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* 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;
}

#product .color {
	line-height: 36px!important;
}

#product .color label {
	margin-left: 28px!important;
}
#tab-description p{
	font-family: 'Inter', sans-serif !important;
	font-size: 16px;
	line-height: 150%;
	color: #4D4D4D;
}
#tab-description p span{
	font-family: 'Inter', sans-serif !important;
	font-size: 16px;
	line-height: 150%;
	color: #4D4D4D;
}
.button_group {
    display: flex;
    align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.button_group .btn-block+.btn-block{
	margin-top: 0px;
}

/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

/* top */

#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

#top .container {
	padding: 0 20px;
}

#top #form-currency .currency-select, #top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover, #top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
	color: #444;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 6px;
}

#top-links a+a {
	margin-left: 15px;
}

/* logo */

#logo {
	margin: 0 0 10px 0;
}

/* search */

#search {
	margin-bottom: 10px;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 25px 0px 0px 25px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
	border-radius: 0px 25px 25px 0px;
}

/* cart */

#cart {}

.common-home #cart>.btn {
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	background: transparent;
	border: none;
	box-shadow: none;
}

#cart>.btn {
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	background: transparent;
	border: none;
	box-shadow: none;
}

#cart.open>.btn {
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #f64847;
}

.common-home #cart .dropdown-menu {
	background: #1e1d24;
	color: #fff;
	z-index: 1001;
	border-radius: 0px;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

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

/* menu */

/* #menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
} */

.mega .nav {
	position: static;
	display: flex;
}

#megamenu {
	padding: 0;
}

#megamenu ul .mega-menu {
	order: 1;
}

#megamenu ul li {
	order: 2;
}

#megamenu .sub_cat {
	font-size: 16px;
	font-weight: 700;
}
#megamenu .sub_cat a{

}
#menu .nav>li>a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}

#menu .nav>li>a:hover, #menu .nav>li.open>a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* content */

#content {
	min-height: calc(100vh - 307px);
	overflow: hidden;
}

#content .html_block {
	align-items: flex-start;
}

#content .html_block p {
	text-indent: 0%!important;
	margin-left: 0px!important;
}

#content .row .col-sm-12 .col-md-6 iframe {
	padding: 15px 0px;
}

/* footer */

.common-home footer {
	margin: 0px;
}

footer {
	padding-top: 60px;
	background: #1b1b1b;
	color: #fff;
	/* margin-top: 40px; */
}
footer .container{

}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer li{
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;
	margin-bottom: 20px;
}
footer .logo_footer{
	margin-bottom: 14px;
}
footer .logo_footer img{
	margin-left: 0px;
}
footer .powered, footer .powered a{
	font-size: 14px;
	line-height: 130%;
	color: #CCCCCC;
}
footer .powered p{
	margin: 0px;
}
footer .adress li{
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;
}
footer .adress li a{
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;
}
footer a {
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 32px;
	letter-spacing: 0.9px;
}
footer .powered{
	margin-bottom: 15px;
}
/* alert */

.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */

.breadcrumb-fluid {
	margin: 0 0 20px 0;
	padding: 25px 0 25px;
	background-color: #f5f5f5;
}

.breadcrumb {
	padding: 0;
	margin-bottom: 0;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li>a {
	font-size: 15px;
	line-height: 130%;
	color: #4D4D4D;
}

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

.breadcrumb>li:after {
	content: ">";
	display: block;
	position: absolute;
	top: 0px;
	right: -5px;

}

.pagination {
	margin-top: 25px;
    margin-bottom: 100px;
}

/* buttons */

.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.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: #ffffff;
	background-color: #f64847;
	padding: 8px 30px;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
}

.btn-primary {
	border-radius: 0px;
    border: none;
    background: #e52b22;
    color: #fffdfd;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 18px 30px;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
}

.btn-primary:hover,.btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: rgb(5, 4, 11);
}

.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: #888888;
	padding: 8px 12px;
}

.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: 35px;
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.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;
	position: relative;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {

	margin: 0px;
}
.product-thumb h4 a{
	font-size: 16px;
	line-height: 130%;
	color: #1B1B1B;
	text-decoration: none;
}
.product-thumb .caption {
	margin-top: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 15px;
}

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

@media (max-width: 1200px) {
	.category_title{
		font-size: 26px;
		margin: 30px 0px;
	}
	.brend span{
		font-size: 18px;
	}
	.sub_category_list div a .card .card-body h5{
		font-size: 16px;
	}
	.product-thumb h4 a{
		font-size: 14px;
	}
	.product-grid .product-thumb .caption {
		/* min-height: 210px;
		padding: 0 10px; */
	}
}

@media (max-width: 767px) {
	.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-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	color: #1B1B1B;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	/* border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto; */
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	/* width: 100%; */
	border: none;
	display: inline-block;
	background: #E03626;
	font-weight: 600;
	font-size: 14px;
	line-height: 130%;
	color: #FFFFFF;
	padding: 10px 20px;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

/* .product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
} */
.product-thumb .button-group button a{
	border: none;
	display: inline-block;
	background: #E03626;
	font-weight: 600;
	font-size: 14px;
	line-height: 130%;
	color: #FFFFFF;
}



/* .product-thumb .button-group button a:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
} */


.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
	position: relative;
}
.thumbnails .thumbnail{
	border: 0px;
	border-radius: 0px;
	position: relative;
}
.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;

}
.thumbnails .image-additional a{
	border: 1px solid #CCCCCC;
	display: block!important;
}
/* @media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1), #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

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

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

/* 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;
}

/* 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;
}

/**ver1.0**/

/**header**/

.common-home header {
	/* position: absolute;
	z-index: 99;
	width: 100%;
	margin: 0 auto;
	background: transparent;
	color: #fff; */
}

header {
	padding-top: 20px;
    color: #000000;
    background: #1B1B1B;
}

#logo a {
	z-index: 9;
	display: flex;
}

.header_navigation {

}

.tp-caption.black.tp-fade.tp-resizeme.start {
	text-align: center;
	color: #ffffff!important;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	text-transform: uppercase;
}
.tp-caption.black.tp-fade.tp-resizeme.start .title{
	font-size: 68px!important;
	font-weight: 700!important;
	line-height: 78px!important;
	letter-spacing: 1.6px!important;
}
.tp-caption.black.tp-fade.tp-resizeme.start .data{
	font-size: 42px!important;
	font-weight: 700!important;
	line-height: 52px!important;
}
 
.tp-caption.black.tp-fade.tp-resizeme.start .recall{
	font-size: 16px!important;
	border: 1px solid #fff!important;
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: 0.4px !important;
	color: #fffdfd;
	padding: 25px 25px!important;
	max-width: 320px!important;
	text-align: center;
    margin: 0 auto!important;
	cursor: pointer;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
}
.tp-caption.black.tp-fade.tp-resizeme.start .recall:hover {
	background-color: #e52b22;
}

/**menu**/

.navbar-default {
	background: transparent;
	border: none;
	margin-bottom: 0px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}



#megamenu .nav>li>a {
	font-size: 16px;
}

a.modal_form {
	background-color: #e03626;
}

/**html_block**/

.html_block {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #323232;
	
}

.html_block h2 {
	font-size: 48px;
	color: #323232;
}

.information-information-7 .breadcrumb-fluid {
	margin: 0px;
}

.information-information-7 footer {
	margin: 0px;
}

.information-information-7 .html_block {
	padding: 0px;
}

.information-information-7 .html_block iframe {
	height: 100vh;
}

.form_calc {
	display: flex;
	position: absolute;
	right: 0px;
	background: #c1392b;
	height: 112px;
	align-items: center;
	text-align: center;
	font-size: 21px;
	color: #fff;
	padding: 15px;
	justify-content: center;
}

.form_calc:hover {
	cursor: pointer;
}

/* .information-information-7 .container .breadcrumb {
	display: none;
} */

.information-information-7 #content {
	display: none;
}

.dashboard-stats {
	display: flex;
	justify-content: space-around;
	margin-bottom: 80px;
}

.dashboard-stats .panel-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.dashboard-stats .panel-icon .text span {
	font-size: 20px;
	color: #2e2e2e;
	text-align: center;
	display: flex;
	margin-top: 25px;
	line-height: 24px;
}

.size-h1 {
	color: #e03626;
	font-size: 72px;
}

/**carusel**/

.slide_category {
	background: url(image/bg_slide.png) no-repeat;
	background-position: center;
}

#carousel0 {
	height: 300px;
	display: flex!important;
	align-items: center;
	background: transparent;
}

.item.text-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.text-slider {
	color: #fff;
	font-size: 20px;
	padding-top: 20px;
}

.owl-pagination {
	display: none;
}

.owl-buttons {
	display: none;
}

.owl-carousel .owl-wrapper-outer {
	border: none;
	box-shadow: none;
}

/***list_service***/

aside#column-right::before {
	position: absolute;
	width: 1px;
	height: 100%;
	content: '';
	top: 0;
	background-color: #e3e2e7;
	left: 0;
}

aside#column-right .list_service {
	padding: 0px;
	padding-bottom: 80px;
	width: 100%;
}

.list_service {
	padding: 0px;
	padding-bottom: 80px;
}

.list_service h3 a {
	color: #323232;
	font-size: 30px;
}

.list_service .box-content .bnews-list .artblock {
	padding: 0px;
}

.list_service .box-content .bnews-list .artblock .name a {
	color: #323232;
	font-size: 16px;
	font-weight: normal;
}

/***Sun energy***/

h2.advantages {
	display: none;
}

.advantages-block {
	background: url(image/bg_solar.png) no-repeat;
	background-position: center;
	min-height: 400px;
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0px!important;
}

.advantage .caption h4 {
	color: #fff!important;
	text-align: left;
	font-size: 48px!important;
}

.advantage p {
	color: #fff!important;
	text-align: left;
	font-size: 16px!important;
}

.advantage .readmore a {
	background: #FFFFFF;
	border-radius: 0px;
	color: #323232!important;
	font-size: 15px;
	/* text-transform: uppercase; */
	width: 50%;
	float: left;
}

/***footer***/

ul.list-unstyled.adress {
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
}
ul.list-unstyled.adress .icon{
	padding-right: 5px;
}
ul.list-unstyled.social {
	padding-left: 25px;
	display: flex;
	justify-content: space-between;
}

ul.list-unstyled.phone {
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
}
ul.list-unstyled.phone .icon{
	padding-right: 5px;
}
footer p{
	/* color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; */
	margin: 10px 0px;
}
footer span{
	text-align: right;
}
/***blog***/

.bnews-list .artblock .blog-button .button {
	color: #ffffff;
	background-color: #f64847;
	padding: 8px 30px;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
}

.bnews-list .artblock .blog-button .button:hover {
	background-color: rgb(5, 4, 11);
}

/***pagination***/
.pagination>li>a, .pagination>li>span{
	padding: 12px 15px;
}
.pagination li span {
	border-radius: 0px!important;
	margin-right: 9px;
}

.pagination li a {
	margin-right: 9px;
	color: #4D4D4D;
	border:none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: #F2F2F2;
	font-size: 16px;
	line-height: 16px;
}

.pagination li a:hover {
	color: #ffffff;
	background: #1B1B1B;
	border:none;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #ffffff;
	background: #1B1B1B;
	border:none;
	font-size: 16px;
	line-height: 16px;
}

/***form***/

.form_home.buttons {
	display: flex;
	justify-content: center;
}

.form_home.buttons .btn:first-child {
	display: none;
}

.form_home.buttons a {
	border-radius: 3px;
    border: 1px solid #ffffff;
    background: #e52b22;
    color: #fffdfd;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 15px 30px;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
}

.form_home.buttons a:hover {
	background-color: rgb(5, 4, 11);
}

.multi-modal-content input::placeholder {
	font-weight: 400;
}

.multi-modal-content textarea::placeholder {
	font-weight: 400;
}

/***search***/

.shop_block {
	display: flex;
	align-items: center;
}

.search, .search_close {
	color: #000000;
}

.search:hover, .search_close:hover {
	cursor: pointer;
	color: #f64847;
}

.common-home .search, .common-home .search_close {
	color: #fff;
}

.common-home .search:hover, .common-home .search_close:hover {
	cursor: pointer;
	color: #f64847;
}

.search {
	display: block;
}

.search.active {
	display: none;
}

.search_close {
	display: none;
}

.search_close.active {
	display: block;
}

.header-search .input-group {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: -1;
	top: -999em;
	left: 0px;
	right: 0px;
	margin: 0;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
	transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
	-o-transition: opacity .3s ease-out, transform .3s ease-out;
	transition: opacity .3s ease-out, transform .3s ease-out;
	transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

.header-search .input-group.active {
	top: 90px;
	margin: 0 auto;
	width: 50%;
	opacity: 1;
	visibility: visible;
	z-index: 3;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/***mobile_menu***/

#menuToggle {
	display: flex;
	flex-direction: column;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
	align-items: flex-end;
}

#menuToggle input {
	display: flex;
	width: 40px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}

#menuToggle span {
	display: flex;
	width: 29px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: #fff;
	border-radius: 3px;
	z-index: 1;
	margin-right: 15px;
	transform-origin: 5px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

.common-home #menuToggle span {
	background: #fff;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
	opacity: 1;
	transform: rotate(45deg) translate(-3px, -1px);
	background: #fff;
}

#menuToggle input:checked~span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

#menu {
	position: absolute;
	margin: -35px 0 0 -30px;
	padding: 50px;
	padding-top: 0px;
	background-color: #231d24f2;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	height: 100vh;
	width: calc(100% + 30px);
	text-align: center;
	overflow: hidden;
}

#menu #logo {
	display: flex;
	justify-content: center;
	margin: 10px 0px 15px 0px;
}

#menu li {
	padding: 10px 0;
	transition-delay: 2s;
}

.common-home #menu li a {
	color: #fff;
	padding: 0px 10px;
}

#menu li a {
	color: #fff;
	padding: 0px 10px;
}

#menu li a:hover, #menu li a:focus {
	color: #f64847;
	background: transparent;
}

#menuToggle input:checked~ul {
	transform: none;
}
/*new*/
.box-category{

}
.box-category h2{
    color: #1b1b1b;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 60px;
    margin-top: 100px;
}
.box-category .row{
    display: flex;
    flex-wrap: wrap;
}
.box-category a .card{
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.box-category a .card img{
	max-width: 100%;
}
.box-category a .card .card-body{
    text-align: left;
	position: absolute;
	bottom: 20px;
}
.box-category a .card .card-body h5{
	font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0px;
    line-height: 140%;
    padding: 15px 20px;
    display: table;
    margin: 0px;
    position: relative;
    z-index: 1;
    padding-right: 28px;
}
.box-category a .card .card-body h5:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-right: 15px solid transparent;
    border-top: 55px solid #1B1B1B;
    z-index: -1;
}
.box-category a .card .card-body p{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
	line-height: 125%;
	margin-bottom: 0px;
	padding: 15px 20px;
	padding-right: 28px;
	display: table;
	z-index: 1;
	position: relative;
}
.box-category a .card .card-body p:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-right: 15px solid transparent;
    border-top: 55px solid #E03626;
    z-index: -1;
}
.box-category .card-shop{
	display: flex;
	background: #1B1B1B;
	padding: 40px 50px;
	height: calc(100% - 30px);
}
.box-category .card-shop .card-body{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.box-category .card-shop .card-body p{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}
.box-category .card-shop .card-body .btn{
    border-radius: 0px;
    border: none;
    background: #e52b22;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 30px;
}
.box-category .card-shop .card-body span{
	font-weight: 700;
	font-size: 22px;
	line-height: 130%;
	color: #FFFFFF;
}
.box-category .card-shop .card-body .contact{
    display: flex;
    flex-wrap: wrap;
}
.box-category .card-shop .card-body .contact span{
	font-weight: 700;
	font-size: 18px;
	line-height: 130%;
	color: #31962E;
}
.box-category .card-shop .card-body .contact a{
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #FFFFFF;
} 
.box-services{

}
.map{
	position: relative;
	margin-top: 85px;
	height: 594px;
    display: flex;
    align-items: center;
}
.map iframe{
	position: absolute;
	width: 100%;
	
}
.map .container .box-contact{
	float: right;
}
.box-services h2{
    color: #1b1b1b;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
    margin-top: 70px;
}
.box-services .row{
    display: flex;
    flex-wrap: wrap;
}
.box-services .card{
    margin-bottom: 30px;
}
.box-services .card img{
    
}
.box-services .card .card-body{
    text-align: center;
}
.box-services .card .card-body .card-title{
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}
.box-contact{
background: #1B1B1B;
}
.box-contact .contactm{
	border: none;
	box-shadow: none;
	background: transparent;
}
.box-contact .contactm .panel-heading{
	color: #1b1b1b;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 90px;
	margin-top: 90px;
	background: #ffffff;
    border: none;
    line-height: 1.1;
}
.box-contact .contactm .panel-body{

}
.box-contact .contactm .panel-body .row{

}
.box-contact .contactm .panel-body .row div{
	/* display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center; */
}
.box-contact .contactm .panel-body .row div .icon{
	width: 80px;
    border-radius: 40px;
    height: 80px;
    background-color: #e52b22;
    display: flex;
    color: #ffffff;
    align-items: center;
    font-size: 26px;
	justify-content: center;
	margin-bottom: 20px;
}
.box-contact .contactm .panel-body .row div .icon .fa{
	font-size: 26px;
}
.box-contact .contactm .panel-body .row div svg{

}
.box-contact .contactm .panel-body .row div span{
	font-size: 18px;
	color: #1b1b1b;
	line-height: 26px;
	font-weight: 700;
}
.box-contact .contactm .panel-body .row div a{
	font-size: 18px;
	color: #1b1b1b;
	line-height: 26px;
	font-weight: 400;
	text-decoration: none;
}
.box-contact .contactm form{
	
	margin-top: 25px;
}
.box-contact .contactm form p{
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #FFFFFF;
}
.box-contact .contactm form .phone {
	border-bottom: 1px solid;
	padding-bottom: 15px;
}
.box-contact .contactm form .phone a{
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	color: #FFFFFF;
	
}
.box-contact .contactm form .adress{
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;
	border-bottom: 1px solid #666666;
	padding: 15px 0px;
}
.box-contact .contactm form .mail{
	padding-top: 15px;
}
.box-contact .contactm form .mail a{
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;

}
.box-contact .contactm form .form{
	display: flex;
    justify-content: space-between;
	align-items: center;
    margin: 25px 0px 10px 0px;
    flex-wrap: wrap;
}
.box-contact .contactm form .form .form-group{
	margin: 0px;
	padding: 0px;
}
.box-contact .contactm form .form .buttons{
    margin: 0px;
}
.box-contact .contactm form .form .buttons div{
    font-weight: 600;
	font-size: 14px;
	line-height: 130%;
	color: #FFFFFF;
	border: none;
	border-radius: 0px;
	padding: 14px 15px;
	box-shadow: none;
}
.box-contact .contactm form .form input{
	text-align: left;
	width: 100%;
	height: 45px;
	border-radius: 0px;
	margin-bottom: 15px;
	box-shadow: none;
	font-size: 16px;
	line-height: 150%;
	color: #4D4D4D;
}
.common-home .html_block:nth-child(1){
	padding: 0px;
}
.common-home .html_block{
	background: #F2F2F2;
	padding: 80px 0px;
}
.common-home .html_block .container{
	max-height: 300px;
	overflow-y: scroll;
	
}
.common-home .html_block .container h1{
	font-size: 14px;
	line-height: 150%;
	color: #4D4D4D;
	font-weight: 700;
}
.common-home .html_block .container p{
	font-size: 14px;
	line-height: 150%;
	color: #4D4D4D;
}
.common-home .html_block .container::-webkit-scrollbar-track
{
    
    border-radius: 0px;
    background-color: #CCCCCC;;
}

.common-home .html_block .container::-webkit-scrollbar
{
    width: 3px;
    background-color: #CCCCCC;;
}

.common-home .html_block .container::-webkit-scrollbar-thumb
{
    background: #E03626;
}
.information-news-info .description img{
	display: block;
    max-width: 100%;
    height: auto;
}
.information-news-info .description iframe{
    width: 100%!important;
}
/*new*/
/***mobile***/

@media (max-width: 325px) {}

@media (min-width: 400px) and (max-width: 480px) {	
	#product .form-group .color label {
	margin-left: 29px!important;
	}
}

/* Экстрамалые девайсы («портретные телефоны», < 576px) */

@media (max-width: 575.98px) {
	#menuToggle {
		top: 35px;
		
	}
	.menu {
		position: absolute;
		top: 0px;
		left: 15px;
		width: calc(100% - 15px);
	}
	li.dropdown.mega-menu {
		display: none;
	}
	.logo {
		/* order: 2;
		justify-content: center;
		width: calc(100% - 35%);
		align-items: center;
		display: flex; */
	}
	.shop_block {
		order: 3;
	}
	.html_block {
		padding-top: 30px;
	}
	.html_block h2 {
		font-size: 24px;
		color: #323232;
	}
	.dashboard-stats {
		flex-direction: column;
	}
	.dashboard-stats .panel-box {}
	.dashboard-stats .panel-box .panel-icon {}
	.dashboard-stats .panel-box .panel-icon .size-h1 {
		font-size: 35px;
	}
	.dashboard-stats .panel-icon .text span {
		font-size: 16px;
		margin-top: 10px;
	}
	footer .container .row {
		/* display: flex;
		align-items: center;
		flex-direction: column-reverse;
		text-align: center; */
	}
	.breadcrumb-fluid {
		display: none;
	}
	.header-search .input-group.active {
		width: 300px;
    }
    .box-contact .contactm form .form .form-group {
        margin-bottom: 15px;
    }
    .box-contact .contactm .panel-body .row div {
        /* display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 30px; */
	}
	.tp-caption.black.tp-fade.tp-resizeme.start .title {
		font-size: 25px!important;
		font-weight: 700!important;
		line-height: 30px!important;
		letter-spacing: 1.6px!important;
	}
	.tp-caption.black.tp-fade.tp-resizeme.start .data {
		font-size: 25px!important;
		font-weight: 700!important;
		line-height: 30px!important;
	}
	.tp-caption.black.tp-fade.tp-resizeme.start .recall {
		font-size: 14px!important;
		border: 1px solid #fff;
		border-radius: 3px;
		font-weight: 700;
		letter-spacing: 0.4px !important;
		color: #fffdfd;
		padding: 15px 25px!important;
		max-width: 320px!important;
		text-align: center;
        margin: 0 auto;
        cursor: pointer;
    }
    .tp-caption.black.tp-fade.tp-resizeme.start .recall:hover{
        cursor: pointer;
	}
	footer .container{
		flex-direction: column-reverse;	
	}
	footer span {
		text-align: left;
	}
	.box-category h2 {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.box-services h2{
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.box-contact .contactm .panel-heading{
		margin-bottom: 30px;
		margin-top: 30px;
	}
	#product .color label {
		margin-left: 32px!important;
	}
	.header_navigation {
		min-height: 72px;
		justify-content: center;
	}
}
/* iphone 6+, 6s+, 7+, 8+ */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
	.box-category .row .col-md-3.col-sm-6.col-xs-12{
		width: 50%;
	}
	.box-category a .card .card-body h5 {
		min-height: 46px;
	}
	.sub_category_list .col-md-3.col-sm-6.col-xs-12{
		width: 50%;
	}
	#product .color label {
		margin-left: 29px!important;
	}
 }
/* Малые девайсы («ландшафтные», >= 575px) */

@media (min-width: 576px) and (max-width: 767.98px) {
	#menuToggle {
		top: 35px;
		
		margin-right: 15px;
	}
	.menu {
		position: absolute;
		top: 0px;
		left: 15px;
		width: calc(100% - 15px);
	}
	li.dropdown.mega-menu {
		display: none;
	}
	.logo {
		/* order: 2;
		justify-content: center;
		width: calc(100% - 35%);
		align-items: center;
		display: flex; */
	}
	.shop_block {
		order: 3;
	}
	.dashboard-stats {}
	.dashboard-stats .panel-box {}
	.dashboard-stats .panel-box .panel-icon {}
	.dashboard-stats .panel-box .panel-icon .size-h1 {
		font-size: 35px;
	}
	.dashboard-stats .panel-icon .text span {
		font-size: 16px;
	}
	footer .container .row {
		display: flex;
		justify-content: space-between;
	}
	.box-category .row .col-md-3.col-sm-6.col-xs-12{
		width: 50%;
	}
	.sub_category_list .col-md-3.col-sm-6.col-xs-12{
		width: 50%;	
	}
	.box-services .row .col-md-2.col-sm-3{
		width: 25%;
	}
	.tp-caption.black.tp-fade.tp-resizeme.start .title {
		font-size: 30px!important;
		font-weight: 700!important;
		line-height: 52px!important;
		letter-spacing: 1.6px!important;
	}
	.tp-caption.black.tp-fade.tp-resizeme.start .data {
		font-size: 30px!important;
		font-weight: 700!important;
		line-height: 52px!important;
	}
	.tp-caption.black.tp-fade.tp-resizeme.start .recall {
		font-size: 14px!important;
		border: 1px solid #fff;
		border-radius: 3px;
		font-weight: 700;
		letter-spacing: 0.4px !important;
		color: #fffdfd;
		padding: 15px 25px!important;
		max-width: 320px!important;
		text-align: center;
        margin: 0 auto;
        cursor: pointer;
    }
    .tp-caption.black.tp-fade.tp-resizeme.start .recall:hover{
        cursor: pointer;
    }
    /* .box-contact .contactm form .form .form-group{
        width: 33.33333333%;
    }
    .box-contact .contactm form .form .buttons{
        width: 33.33333333%; 
    } */
    /* .box-contact .contactm .panel-body .row div{
        width: 33.33333333%;   
	} */
	.box-category h2 {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.box-services h2{
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.box-contact .contactm .panel-heading{
		margin-bottom: 30px;
		margin-top: 30px;
	}
	#product .color label {
		margin-left: 29px!important;
	}
	.header_navigation {
		min-height: 72px;
		justify-content: center;
	}
}

/* Средние девайсы («таблетки», >= 768px) */

@media (min-width: 768px) and (max-width: 991.98px) {
	#menuToggle {
		top: 35px;
	}
	.menu {
		
	}
	li.dropdown.mega-menu {
		
	}
	.logo {

	}
	.shop_block {
		order: 3;
	}
	.dashboard-stats {}
	.dashboard-stats .panel-box {}
	.dashboard-stats .panel-box .panel-icon {}
	.dashboard-stats .panel-box .panel-icon .size-h1 {
		font-size: 50px;
	}
	.dashboard-stats .panel-icon .text span {
		font-size: 18px;
	}
	#menu{
		width: auto;
		padding-top: 20px;
	}
	#menu #logo{
		display: none;
	}
	#product .color label {
		margin-left: 27px!important;
	}
	.header_navigation {

		
	}
}

/* Большие девайсы (большие десктопы, >= 992px) */

@media (min-width: 992px) and (max-width: 1199.98px) {
	.nav>li>a {
		position: relative;
		display: block;
		padding: 15px 10px;
	}
	.dashboard-stats {}
	.dashboard-stats .panel-box {}
	.dashboard-stats .panel-box .panel-icon {}
	.dashboard-stats .panel-box .panel-icon .size-h1 {
		font-size: 60px;
	}
	.dashboard-stats .panel-icon .text span {}
	#megamenu .nav>li>a {
		font-size: 15px;
	}
}

/* Большие девайсы (большие десктопы, >= 1200px) */

@media (min-width: 1200px) {}

@media (min-width: 1400px) {
	.form_calc {
		margin-top: 25px;
		right: 20px;
		min-width: 220px;
		min-height: 125px;
		justify-content: center;
	}
}

/*sub_category*/
.category_description{
	background: #F2F2F2;
	padding: 60px 0px;
	overflow: hidden;
}
.category_description p{
	font-size: 14px!important;
	line-height: 150%;
	color: #4D4D4D!important;
	font-family: 'Inter', sans-serif!important;
}
.category_description p span{
	/* font-weight: 400!important; */
	font-size: 14px!important;
	line-height: 150%;
	color: #4D4D4D!important;
	font-family: 'Inter', sans-serif!important;
}
.category_title{
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	color: #1B1B1B;
	margin: 60px 0px;
}
.sub_category_list {
	padding: 0px;
	margin-bottom: 30px;
}
.brend{
	border-bottom: 3px solid #E03626;
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
	padding: 0px;
	margin-bottom: 50px;
}
.brend span{
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	color: #FFFFFF;
	padding: 14px 20px;
	background: #E03626;
}
.sub_category_list div {
	
	
}


.sub_category_list div a .card{
    border-radius: 0px;
	margin-bottom: 30px;
	position: relative;
    overflow: hidden;
}
.sub_category_list div a .card img{
   
}
.sub_category_list div a .card .card-body{

	position: absolute;
    bottom: 20px;
}
.sub_category_list div a .card .card-body h5{
	font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0px;
    line-height: 140%;
    padding: 15px 20px;
    display: table;
    margin: 0px;
    position: relative;
    z-index: 1;
    padding-right: 28px;
}
.sub_category_list div a .card .card-body h5:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-right: 15px solid transparent;
    border-top: 55px solid #1B1B1B;
    z-index: -1;
}
.sub_category_list div a:hover {
	text-decoration: none;
}
.row.cat_product {
    display: flex;
    flex-wrap: wrap;
}