.stuck-nav .stuck-menu-parent-box .stuck-d-block{
	display:block!important;
}

.stuck-nav .stuck-menu-parent-box .stuck-d-none{
	display:none!important;
}
@media (min-width: 0px) {
	.stuck-nav .stuck-menu-parent-box .stuck-d-xxs-block{
	display:block!important;
	}
	.stuck-nav .stuck-menu-parent-box .stuck-d-xxs-none{
	display:none!important;
	}
}

@media (min-width: 480px) {
	.stuck-nav .stuck-menu-parent-box .stuck-d-xs-block{
	display:block!important;
	}
	.stuck-nav .stuck-menu-parent-box .stuck-d-xs-none{
	display:none!important;
	}
}

@media (min-width: 576px) {
	.stuck-nav .stuck-menu-parent-box .stuck-d-sm-block{
	display:block!important;
	}
	.stuck-nav .stuck-menu-parent-box .stuck-d-sm-none{
	display:none!important;
	}
}

@media (min-width: 768px) {
	.stuck-nav .stuck-menu-parent-box .stuck-d-md-block{
	display:block!important;
	}
	.stuck-nav .stuck-menu-parent-box .stuck-d-md-none{
	display:none!important;
	}
}

@media (min-width: 992px) {
	.stuck-nav .stuck-menu-parent-box .stuck-d-lg-block{
	display:block!important;
	}
	.stuck-nav .stuck-menu-parent-box .stuck-d-lg-none{
	display:none!important;
	}
}

@media (min-width: 1200px) {
	.stuck-nav .stuck-menu-parent-box .stuck-d-xl-block{
	display:block!important;
	}
	.stuck-nav .stuck-menu-parent-box .stuck-d-xl-none{
	display:none!important;
	}
}

@media (min-width: 1400px) {
	.stuck-nav .stuck-menu-parent-box .stuck-d-xxl-block{
	display:block!important;
	}
	.stuck-nav .stuck-menu-parent-box .stuck-d-xxl-none{
	display:none!important;
	}
}

html {
    height: 100%;
    overflow: visible !important;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

.html{
	text-align:justify
}
.html dl, .html ol, .html ul {
    list-style-position: inside;
}
.html ul li{
	margin-bottom:10px;
	text-align:left;
	font-weight:600;
}
.html ul li::marker{
	color: #4c7b7c;
}

blockquote {
    color: #465c5c;
    font-weight: 500;
    padding: 20px 22px 15px 24px;
    margin-top: 20px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    border-left: 2px solid #4c7b7c;
    background: #F5F7F8;
}

#element-table .table th{
	background:#4c7b7c;
	color:#ffffff
}

#element-table .table tr:hover, #element-table .table td.hover{
	background:rgba(227,117,59,0.1);
}

#element-table .nav-tabs{
	border-bottom: 0px!important;
}

#element-table .nav-tabs .nav-link{
	background:#ffffff!important;
	border-color:#63a0a1;
	color:#63a0a1;
	border-radius:0;
}

#element-table .nav-tabs .nav-link.active{
	background:#63a0a1!important;
	border-color:transparent;
	color:#ffffff;
}




.hover-overlay input{
	background:rgba(0,0,0,0.15);
	border-color:#63a0a1;
	color:#ffffff!important;
}
.hover-overlay input::placeholder {
	color:rgba(225,255,255,1)!important;
}

.hover-overlay input:focus{
	background:rgba(0,0,0,0.2);
	border-color:#63a0a1!important;
	color:#ffffff!important;
}

.hover-overlay:before, .hover-overlay:after{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

.hover-overlay.img-1:after{
	content:'';
	background:url(/template/img/kartinki-gruzovikov-39.jpg) no-repeat center 50%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	z-index:1;
	opacity:0.1
}


#edost_respond .table th{
	background:#ffffff;
	color:#4c7b7c;
}
#edost_respond .table td{
	background:rgba(0,0,0,0.2);
}


/*
.html ul li{
	list-style-position: inside;
	position:relative;
	padding-left:0px;
	list-style-type:none;
	margin-bottom:10px;
	
}
.html ul li:before{
	position: absolute;
    content: '•';
    color: #63a0a1;
    top: 0px;
    left: -22px;
    font-size: 40px;
    line-height: 16px;
}
*/

.has-success label{
	color:#3c763d;
}
.has-success input, .has-success select, .has-success textarea{
	border-color:#3c763d!important
}

.has-error label, .has-error .help-block{
	color:#a94442;
}
.has-error input, .has-error select, .has-error textarea{
	border-color:#a94442!important
}

*, :after, :before {
    outline: 0 none!important;
    box-sizing: border-box;
}

:focus {
    outline-style: none!important;
    outline-width: 0px !important;
    outline-color: none !important;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
}

input, textarea, select {outline:none;}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input:focus {   
  border-color: #e3753b!important;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);*/
  box-shadow: none;
  outline: 0 none;
}

body {
	background:#ffffff;
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 320px;
    overflow-y: scroll;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
	font-size: 14px;
    line-height: 20px;
}


header{
	position:relative;
	background:#1b1b1b;
	color:#ffffff;
	/*
	text-shadow: 0 1px 2px rgb(0 0 0);
	*/
}

header .main-menu-block{
	background:#
}

header .main-menu-block .logo{
	display:none
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}


@media (min-width: 1200px){
.header-static header {
    position: absolute!important;
    z-index: 55;
    width: 100%;
	background:none;

}
.header-static header .header__main{
    display:none
}
.header-static header .main-menu-block{   
	background:none;
	margin-top:20px;
}

.header-static header .main-menu-block .logo{
	display:flex;
}
.header-static header .main-menu-block .logo img{
	width:100px;
	margin-right:30px
}
.header-static header .menu-parent-box{
	margin-right:130px;
}

.header-static header .header-menu>div.main-menu>ul>li.active>a, .header-static header .header-menu>div.main-menu>ul>li>a:hover{
    color: #e3753b;
    background: none;
}

}



body.light{
	background:#ffffff
}

body.light header{
	
	color:#444444;
	text-shadow:none;
}

body.light header.bg-mask.m1:before {
	opacity:0.1
}


header a, .desktop-header a{
 
}
header a:hover, .desktop-header a:hover{
    color: #e3753b;
	
}

a:hover{
	color:#e3753b
}

a.search-open i{
	color:#ffffff
}

.breadcrumb ul{
    margin:0
}

.breadcrumb a span{
	color:#444444;
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.breadcrumb span, .breadcrumb a:hover span{
	color:#e3753b;
}


.lp-block{
	border-top: 1px solid rgba(255, 255, 255, 0.125);
}

body.light .lp-block{
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card{
	background:none;
}
.card:hover{
	
}

.label{
	position:relative;
}


.label:before {
    content: '\f106';
    position: absolute;
    font-family: 'icomoon' !important;
    transform: rotate(-135deg);
    font-size: 36px;
    font-weight: bold;
    left: -14px;
    bottom: -20px;
    color: #e3753b;
}

.label:after {
    content: '\f106';
    position: absolute;
    font-family: 'icomoon' !important;
    transform: rotate(-45deg);
    font-size: 36px;
    font-weight: bold;
    left: -14px;
    top: -20px;
    color: #e3753b;
}



.card .news-date{
	position:absolute;
	padding:10px;
	left:10px;
	top:10px;
	background:rgba(255,0,0,0.6);
	color:#ffffff;
	z-index:2;
	text-align:center;
}

.card .img-block{
	border: 1px solid;
	border-color:#444444;
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.card:hover .img-block{
	border-color:#c00000;
}



.card img{
	-webkit-transform: scale(1);
    transform: scale(1);
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.card:hover img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.block-bg1:before{
	content:'';
	background: url(/plugins/rev-slider/examples/rs-plugin/assets/gridtile.png);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	opacity:0.08
}


.card .bg{
	/*
	content:'';
	background: url(/upload/black-electronics-s-3-bg-opt.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	*/
}
.card .bg:before{
	content:'';
	background: url(/template/img/revslider/black-electronics-s-3-smoke-opt.png) no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}
.card .bg:after{
	content:'';
	background: url(/plugins/rev-slider/examples/rs-plugin/assets/gridtile.png);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}


.card .category_name, .card .button{
	position:absolute;bottom:-24px;background:rgba(0,0,0,0.6);
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	z-index:2
}

.card .button{
	height:44px;
	background:#c00000;
	bottom:-2.75rem;	
}

.card .button:hover{
	background:#e00000;
}

.card .button .inner{
	margin-top:0px;
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.card .button:hover .inner{
	margin-top:-44px;
}



.card:hover .category_name, .card:hover .button{
	bottom:0px;
}

.card .button p{
	padding:0.75rem 1.0rem
}

.default-font{
	font-family:Arial!important;
}
.primary-font{
	font-family:Montserrat!important;
}
.secondary-font{
	font-family:Lato!important;
}


.primary-color{
	color:#eb4115
}
.secondary-color{
	color:#0d2d62
}
.gradient-1{
background:#000000;
background-image: -webkit-radial-gradient(left center , ellipse cover , rgb(100, 0, 0) , rgb(100, 0, 0) 8% , rgba(0, 0, 0, 0) 66%);
background-image: radial-gradient(to right center , ellipse cover , rgb(100, 0, 0) , rgb(100, 0, 0) 8% , rgba(0, 0, 0, 0) 66%);
}

.gradient-2{
background:#000000;
background-image: -webkit-radial-gradient(center center , circle cover , rgb(120, 0, 0) , rgba(0, 0, 0, 0) 40%);
background-image: radial-gradient(center center , circle cover , rgb(120, 0, 0) , rgba(0, 0, 0, 0) 40%);
}

.gradient-3{
background: linear-gradient(135deg,#c9392d 0,#f7a347 100%);
}

.background-1{
	background:#63a0a1;
}


.bg-cover.gradient-primary-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	background: -webkit-linear-gradient(left, rgba(243,243,243,1) 20%,rgba(243,243,243,0.8) 100%);
    background: linear-gradient(left, rgba(243,243,243,1) 20%,rgba(243,243,243,0.8) 100%);
	opacity: 1;
    z-index: 0;
}



.bg-img:before, .bg-mask:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
.bg-img:before{
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	z-index:0;
}
.bg-mask:before{
	z-index:0;
}

.bg-mask:before{
	z-index:0;
}

.bg-img.i1:before{
	background-image: url(/template/img/black-electronics-testimon-bg-opt.jpg);
}
.bg-img.i2:before{
	background-image: url(/template/img/bg6.png);
	opacity:0.8
}
.bg-img.i3:before{
	background-image: url(/template/img/black-electronics-testimon-bg-opt.jpg);
}
.bg-mask.m1:before{
	background: url(/plugins/rev-slider/examples/rs-plugin/assets/gridtile.png);
}



/*
.background-1:before {
    content: '';
    background: url(/plugins/rev-slider/examples/rs-plugin/assets/gridtile.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
*/




hr.style {
	opacity:1;
	background:none;
	margin: 0 auto;
    height: 20px;
    width: 100%;
    overflow: hidden;
    max-width: 50px;
    border-top: none;
    border: none;
    position: relative;
}
hr.style:before {
    content: " ";
    width: 100%;
    background: #eb4115;
    height: 3px;
    position: absolute;
    top: 5px;
    left: 0px;
}


a {	
    color: inherit;
    text-decoration: none;
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

a.primary-color{
	color:var(--bs-gray-dark)
}

a.primary-color:hover{
	color:#eb4115
}



a .transform{
	padding:10px!important;
	transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
a .hover-overlay:before{
	content:'';
	background:rgba(0,0,0,0);
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
	transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
a:hover .hover-overlay:before{
	content:'';
	background:rgba(0,0,0,0.1);
}

a:hover .transform{
	padding:0px!important;
}

.opacity-0{
	--opacity:0;
}
.opacity-25{
	--opacity:0.25;
}
.opacity-50{
	--opacity:0.5;
}
.opacity-75{
	--opacity:0.75;
}
.opacity-100{
	--opacity:1;
}

.promo-banner{
	overflow:hidden;
}

a .promo-banner .image{
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

a .promo-banner:hover .image{
	transform: scale(1.06);
}

.bg-cover{
	background-size:cover!important;
	transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}


.inbox-text{
	height:100%;
	padding:1.5rem 1.75rem;
	font-family:arial;
	font-size:14px;
	position:relative;
	z-index:3;
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.gradient-primary-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	background: -webkit-linear-gradient(left, rgba(243,243,243,1) 20%,rgba(243,243,243,0.8) 100%);
    background: linear-gradient(left, rgba(243,243,243,1) 20%,rgba(243,243,243,0.8) 100%);
	opacity: 1;
    z-index: 0;
}

.gradient-secondary-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.1) 100%);
    background: linear-gradient(left, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.1) 100%);
	opacity: 1;
    z-index: 0;
}

.bg-mask:hover.bg-cover.gradient-primary-overlay:before {
    background: -webkit-linear-gradient(left, rgba(239,18,2,1) 20%,rgba(239,18,2,0.8) 100%);
    background: linear-gradient(left, rgba(239,18,2,1) 20%,rgba(239,18,2,0.8) 100%);
}


a .bg-mask p{
    color:#000000;
	text-shadow: 0 1px 2px rgba(255,255,255,1);
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

a .bg-mask:hover p{
    color:#ffffff;
	text-shadow: 0 1px 2px rgba(0,0,0,1);
}

a .bg-mask:hover p.push-down{
    padding-top:5px;
}


.block_2_img {
	position:absolute;
	right:-2.5%;
	top:10%;
	height:80%;
	
}

.inbox-text .position-relative .top{
	position:absolute;
	top:0px;
	left:0px;
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	color:#2D2D2D;
	text-shadow: 0 1px 2px rgba(255,255,255,1);
}
.inbox-text .position-relative .bottom{
	position:absolute;
	bottom:2rem;
	left:0px;
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	color:#2D2D2D;
	text-shadow: 0 1px 2px rgba(255,255,255,1);
}
.inbox-text .position-relative .bottom:before{
	position:absolute;
	bottom:-2rem;
	font-family: 'icomoon';
	content:'\f178';
}
.bg-mask:hover .inbox-text .top{
	color:#ffffff;
	text-shadow: 0 1px 2px rgba(0,0,0,1);
}
.bg-mask:hover .inbox-text .bottom{
	bottom:1.75rem;
	color:#ffffff;
	text-shadow: 0 1px 2px rgba(0,0,0,1);
}


/*
.inbox-text:before{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:0%;
	height:0%;
	border:1px dashed #ffffff;
	opacity:0;
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}
.bg-mask:hover .inbox-text:before{
	content:"";
	position:absolute;
	top:15px;
	left:15px;
	width:calc(100% - 30px);
	height:calc(100% - 30px);
	border:1px dashed #ffffff;
	opacity:0.8;
}
*/

.inbox-text p.h5{
	position:relative;
}





.btn{
	border-radius:0px;
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.btn.primary{
	border-radius:3px;
	background:#e3753b!important;
	position:relative;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 600;
	border:none!important
	
}

.btn.primary:hover{
	background:#c93a2d!important;
}

.btn.secondary{
	border-radius:3px;
	background:#63a0a1!important;
	position:relative;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 600;
	border:none!important
	
}

.btn.secondary:hover{
	background:#4c7b7c!important;
}



.btn-primary:after{
	position:absolute;	
	right:15px;
	font-family: 'icomoon' !important;
	content: "\f105";
}

.btn-secondary{
	color:#ffffff!important;
}

.btn-secondary:hover{
	background:#c00000;
	border-color:#c00000;
}


.btn-secondary, .text-white{
	text-shadow: 0 1px 2px rgb(0 0 0)!important;
}

/*desktop-header*/

.desktop-header{
	
}

.desktop-header .top-panel {
    color: #728090;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: -0.02em;
    
}

.desktop-header .top-panel .container {
    position:relative;
	height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}






.city {
    display: flex;
    color: #728090;
    font-size: 13px;
    line-height: 23px;
    margin: 0 17px 0 0;
    position: relative;
    align-items: center;
    letter-spacing: -0.02em;
    justify-content: flex-start;
}

.city__current {
    color: #000;
    display: flex;
    cursor: pointer;
    font-weight: 500;
    align-items: center;
    justify-content: flex-start;
    transition: color 0.35s ease;
}

.city__current .icon-marker {
    top: -2px;
    font-size: 23px;
    margin-right: 8px;
    position: relative;
}
.city__current i {
    line-height: 1;
    color: #5d6b7b;
    transition: color 0.35s ease;
}

.header-contacts {
    padding: 0;
    display: flex;
    margin: 0 -15px;
    list-style: none;
    white-space: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.header-contacts__item {
    margin: 0 15px;
}
.header-contacts dl {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-contacts dt {
	font-weight: normal;
    padding: 0;
    margin: 0 8px 0 0;
}
.header-contacts dd {
    margin: 0;
    padding: 0;
    font-size: 16px;
}


@media only screen and (max-width: 1199px){
.header-contacts dl {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.header-contacts dt {
    line-height: 8px;
}

}

.header-contacts a {
    color: #000;
    font-weight: bold;
    vertical-align: top;
    display: inline-flex;
    transition: color 0.35s ease;
}


.header-socials {
    padding: 0;
    display: flex;
    line-height: 1;
    font-size: 20px;
    list-style: none;
    align-items: center;
    margin: 0;
	justify-content: flex-start;
}

.header-socials>li:not(:first-child){
    margin-left:6px;
}



.header-socials a.icon {
    width: 34px;
    height: 34px;
    display: flex;
    border-radius: 3px;
    align-items: center;
    background: #333333;
    flex-direction: column;
    justify-content: center;
	position:relative;
	font-size:20px;
}

.header-socials a.icon.more i{
    color:#cccccc;
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}
.header-socials a.icon.more:hover i{
    color:#ffffff;
}




.header-socials a.icon.before:before {
    content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:#000000;
	z-index:0;
	opacity:0;
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}
.header-socials a.icon.before:hover:before {
    opacity:0.2;
}

.header-socials a .icon-whatsapp {
    /*color: #32b94b;*/
	color: #ffffff;
	font-size:26px;
}
.header-socials a .icon-telegram {
    /*color: #07a2e3;*/
	color: #ffffff;
}

.header__main {
    
    
}
.header__main .container, .container .menu-parent-box .header-menu, .container .stuck-menu-parent-box .header-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__main .logo img{
	width:100%;
}

.main-menu{
	position:relative;
}

.logo__slogan {
	width: 180px;
    bottom: 1px;
    color: #000;
    line-height: 1;
    text-indent: 0;
    font-size: 13px;
    font-weight: 500;
    user-select: none;
    white-space: nowrap;
    letter-spacing: -0.04em;
    padding-left: 10px;
}


.inline-search-form {
    width: 100%;
    max-width: 100%;
}

.inline-search-form__inner {
    position: relative;
}

.inline-search-form .form-control {
    height: 42px;
    border: none;
    color: #5d7185;
    font-size: 13px;
    padding-left: 66px;
    background: #f7f8f8;
    border-radius: 24px;
    padding-right: 25px;
    transition: background-color 0.35s ease;
}

.header__search-btn {
    top: 55%;
    right: 30px;
    line-height: 1;
    font-size: 22px;
    margin-top: -16px;
    position: absolute;
}

.inline-search-form__btn-search {
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    width: 60px;
    opacity: 0.5;
    border: none;
    line-height: 1;
    color: #5d7185;
    font-size: 24px;
    cursor: pointer;
    background: none;
    position: absolute;
    -webkit-appearance: none;
    border-radius: 24px 0 0 24px;
    transition: opacity 0.35s ease;
}
.header-services-list {
    line-height: 16px!important;
    margin: 0;
	padding: 0;
    font-size: 15px;
    list-style: none;
    font-weight: 500;
    line-height: 23px;
    color: #eb4115;
    white-space: nowrap;
    letter-spacing: -0.04em;
}
@media only screen and (max-width: 575px){
.header-services-list {
    white-space:inherit
}	
}


.inline-search-form__btn-search i {
    margin: 0;
    font-size: inherit;
}










/*mobile-header*/

.mobile-header{
	display:none;
}










.logo {
    display: inline-block;
    
}

.desktop-header .mini-menu ul li {
    display: inline-block;
    margin-right: 17px
}

.desktop-header .mini-menu ul li a {
    color: #333;
    font-size: 14px;
    padding: 13px 4px 12px;
    display: inline-block;
    transition: all 0s linear;
    -ms-transition: all 0s linear;
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear
}

.mini-menu-inline {
    display: inline-block
}

.mobile-header .mini-menu-dropdown {
    margin-top: 17px;
    margin-left: -14px
}

.mobile-header .mini-menu-dropdown .dropdown-toggle {
    font-size: 24px;
    line-height: 27px;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    color: #777;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.mobile-header .mini-menu-dropdown .dropdown-toggle:hover {
    color: #eb4115
}

.mobile-header .mini-menu-dropdown .dropdown-menu {
    margin-top: -13px
}

.mobile-header .mini-menu-dropdown .mini-menu ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 19px;
    padding: 15px 7px 14px 20px;
    background: #fff;
    text-decoration: none;
    white-space: inherit;
    border-bottom: 1px solid #e9e9e9;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.mobile-header .mini-menu-dropdown .mini-menu ul li a:hover {
    background-color: #f6f6f8;
    color: #eb4115
}

.mobile-header .mini-menu-dropdown .mini-menu ul .active a {
    color: #eb4115;
    background-color: #f6f6f8
}

.mobile-header .mini-menu-dropdown .social-icon {
    display: block
}

.mobile-header .mini-menu-dropdown .social-icon ul {
    display: block
}

.mobile-header .mini-menu-dropdown .social-icon ul li {
    display: block;
    margin-right: 0
}

.mobile-header .mini-menu-dropdown .social-icon ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 19px;
    padding: 15px 7px 14px 20px;
    background: #fff;
    text-decoration: none;
    white-space: inherit;
    border-bottom: 1px solid #e9e9e9;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.mobile-header .mini-menu-dropdown .social-icon ul li a:hover {
    background-color: #f6f6f8;
    color: #eb4115
}

.mobile-header .mini-menu-dropdown .social-icon ul .active a {
    color: #eb4115;
    background-color: #f6f6f8
}

.dropdown {
    display: inline-block
}

.dropdown .dropdown-menu {
    padding: 0;
    border: 0;
    width: 233px;
    margin-top: 0px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15)
}

@media (max-width: 350px) {
    .dropdown .dropdown-menu {
        width: 198px
    }
}

.dropdown .dropdown-menu__close {
    display: none
}

.dropdown .dropdown-menu>li>a {
    display: block;
    color: #333;
    background: #fff;
    font-size: 14px;
    line-height: 19px;
    padding: 15px 7px 14px 20px;
    text-decoration: none;
    white-space: inherit;
    border-bottom: 1px solid #e9e9e9;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.dropdown .dropdown-menu>li>a .icon,
.dropdown .dropdown-menu>li>a .fa {
    color: #333
}

.dropdown .dropdown-menu>li>a:hover,
.dropdown .dropdown-menu>li.active>a {
    color: #eb4115;
    background-color: #f6f6f8
}

.dropdown .dropdown-menu>li>a:hover .icon,
.dropdown .dropdown-menu>li>a:hover .fa,
.dropdown .dropdown-menu>li.active>a .icon,
.dropdown .dropdown-menu>li.active>a .fa {
    color: #eb4115
}

.dropdown .dropdown-menu>li>a .icon {
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    padding: 0 12px 0 2px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.dropdown .dropdown-menu>li>a .fa {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    padding: 0 12px 0 2px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.dropdown .dropdown-menu.multicolumn>li:last-child a {
    border: 0
}

.dropdown .dropdown-label {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    color: #777
}



.mobile-menu-toggle {
    /*
	font-size: 16px;
	width:30px;
	height:30px;
    padding: 8px 7px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin:0px;
    transition: all 0s linear;
    -ms-transition: all 0s linear;
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear
	*/
}

.mobile-menu-toggle .icon-bar {
    background: #333;
    width: 18px;
    height: 2px;
    display: block;
    transition: all 0s linear;
    -ms-transition: all 0s linear;
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear
}

.mobile-menu-toggle .icon-bar+.icon-bar {
    margin-top: 3px
}

.mobile-menu-toggle .menu-text {
    position: absolute;
    top: 4px;
    display: inline-block;
    line-height: 26px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0 0 0 31px;
    transition: all 0s linear;
    -ms-transition: all 0s linear;
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear
}

.mobile-menu-toggle:hover .menu-text {
    color: #eb4115
}

.mobile-menu-toggle:hover .icon-bar {
    background: #eb4115
}

.mobile-menu-toggle a, .mini-menu-dropdown a{
	cursor:pointer
}


.search .search-dropdown {
    right: 0px;
    top: 0px;
    z-index: 7;
    visibility: visible;
    width:200px;
    transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
	visibility:visible;
	opacity:1
}

.search .search-dropdown.position-absolute {
    display:none;
	right: 40px;
	top:-2px;
}

.search .search-dropdown .input-outer input {
    width: 100%;
    height: 39px;
    border:1px solid transparent;
    color: #cccccc;
    font-size: 13px;
    padding-left: 14px;
    background: #111111;
    border-radius: 0px;
    padding-right: 38px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.search .search-dropdown .input-outer input:focus {
    border-color:#e3753b
}

.search .search-dropdown .input-outer button {
    border: none;
    color: #cccccc;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 8px;
    background: none;
    font-size: 20px;
    padding: 0px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.search .search-dropdown .input-outer button:hover {
    color: #ffffff;
}

.dropdown-menu {
    right: 0px;
    top: 42px;
    max-width: 160px;
}


/*
.mm-open {
    overflow: hidden
}

.panel-menu a {
	line-height:24px;
    text-decoration: none !important;
    color: #333;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    padding: 15px 50px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.panel-menu a:hover {
    color: #eb4115;
    background: #f6f6f8
}

.panel-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.panel-menu li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #e9e9e9
}

.panel-menu .badge-menu {
    height: 17px;
    line-height: 14px
}

.panel-menu .mm-next-level .badge-menu {
    top: 3px
}

.panel-menu .mm-original-link .badge-menu {
    top: -1px
}

.panel-menu a:not([class])>.badge-menu {
    top: 2px
}

.ie .panel-menu a {
    padding: 12px 50px 18px
}

.ie .panel-menu a:after {
    position: relative;
    top: 6px
}

.panel-menu .mm-close,
.panel-menu .mm-prev-level,
.panel-menu .mm-original-link {
    display: block
}

.mmitemopen.panel-menu,
.mmitemopen.panel-menu.mm-right {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.panel-menu,
.mmpanels,
.mmpanels>.mmpanel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: inherit
}

.panel-menu {
    display: block;
    position: fixed;
    z-index: 12;
    background: #fff;
    width: 300px;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.panel-menu.mm-right,
.mmitemopen.panel-menu.mm-right.mmhide {
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mmitemopen.panel-menu.mmhide {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mmpanels {
    overflow: hidden
}

.mmpanels>.mmpanel {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto
}

.mmpanels,
.mmpanels>.mmpanel {
    background: inherit;
    border-color: inherit
}

.mmpanels>.mmpanel:not(.mmhidden) {
    display: block
}

.mmpanels>.mmpanel:after {
    content: '';
    display: block;
    height: 20px
}

.mmhidden {
    display: none
}

.mm-original-link {
    background: #f6f6f8
}

.mm-original-link:before {
    padding-right: 10px
}

.mm-next-level:after {
    content: "\f105";
    padding-left: 10px
}

.mm-prev-level {
    padding: 15px 21px !important
}

.mm-close-parent a {
    padding: 15px 21px !important
}

.mm-prev-level:before {
    content: "\f053";
    padding-right: 10px;
    position: relative;
    top: 4px
}

.mm-prev-level:hover:before,
.mm-next-level:hover:after,
.mm-close:hover:before {
    color: #eb4115
}

.mm-close:before {
    content: "\f00d";
    padding-right: 10px;
    position: relative;
    top: 2px
}

.mm-next-level:after,
.mm-prev-level:before,
.mm-close:before {
    font-family: 'icomoon' !important;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    color: #333;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.mmpanel {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mmpanel.mmopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mmpanel.mmsubopened {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

.mm-nav-btn {
    display: none
}

.mm-open .mm-fullscreen-bg {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.55);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: none
}

.mm-fullscreen-bg,
.mm-fullscreen-bg:focus,
.mm-fullscreen-bg:active,
.mm-fullscreen-bg:hover {
    outline: none
}
*/

._header-menu-dropdown-arrow,
.header-menu .multicolumn ul li a:not(:only-child):after,
.header-menu .megamenu-submenu li a:not(:only-child):after,
.menu-vertical nav .dropdown.multicolumn ul li a:not(:only-child):after,
.menu-vertical nav .megamenu-submenu li a:not(:only-child):after {
    speak: none;
    content: "";
    font-size: 24px;
    position: relative;
    display: inline-block;
    float: right;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    width: 0;
    height: 0
}

.header-menu {
    display: inline-block;
    font-size: 0
}

.header-menu>div.main-menu>ul{
	margin:0px;
    padding:0px;
}

.header-menu>div.main-menu>ul li {
    display: inline-block;
	
}



.header-menu>div.main-menu>ul>li>a {
	position:relative;
	font-family: montserrat;
    font-weight: 600;
	text-transform:uppercase;
	color: #bbbbbb;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    font-size: 13px;
    display: inline-block;
    padding: 2px 12px;
    letter-spacing: -0.02em;
    background: transparent;
}

.header-menu>div.main-menu>ul>li>a:hover,
.header-menu>div.main-menu>ul>li.active>a{
    color: #ffffff;
}


header .header-menu>div.main-menu>ul > li > a::before{
    content: '\f106';
    position: absolute;
    font-family: 'icomoon' !important;
    transform: rotate(-135deg);
    font-size: 20px;
    font-weight: bold;
    left: 1px;
    bottom: -9px;
    color: #e3753b;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    opacity: 0;
}
header .header-menu>div.main-menu>ul > li > a::after{
    content: '\f106';
    position: absolute;
    font-family: 'icomoon' !important;
    transform: rotate(-45deg);
    font-size: 20px;
    font-weight: bold;
    left: 1px;
    top: -8px;
    color: #e3753b;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	opacity:0;
}

header .header-menu>div.main-menu>ul > li > a:hover::before, header .header-menu>div.main-menu>ul > li.active > a::before{
    opacity:1;
}
header .header-menu>div.main-menu>ul > li > a:hover::after, header .header-menu>div.main-menu>ul > li.active > a::after{
    opacity:1;
}

.header-menu>div.main-menu>ul.popup-left {
    left: auto !important;
    right: 100% !important
}

.header-menu .dropdown {
    position: inherit
}

.header-menu .dropdown .dropdown-menu {
    display: none;
    top: -10000px
}

.header-menu .dropdown:hover {
    top: auto
}

.header-menu .dropdown:hover .dropdown-menu {
    top: auto;
    margin-top: 13px
}

.header-menu .multicolumn {
    position: relative
}

.header-menu .multicolumn .dropdown-menu {
    padding: 0
}

.header-menu .multicolumn ul>li>a {
    border-bottom: none
}

.header-menu .multicolumn ul>li>a {
    white-space: nowrap
}

.header-menu .multicolumn ul li {
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    position: relative
}

.header-menu .multicolumn ul li a {
    padding: 13px 19px 11px 20px;
    display: block;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    color: #333;
    background: #fff
}

.header-menu .multicolumn ul li a:hover {
    color: #eb4115;
    background: #f6f6f8
}

.header-menu .multicolumn ul li a:hover>ul {
    display: block
}

.header-menu .multicolumn ul li ul {
    display: none;
    position: absolute;
    min-width: 202px;
    z-index: 11;
    left: 100%;
    top: 0;
    margin-top: 0
}

.header-menu .multicolumn ul li ul.right,
.header-menu .multicolumn ul li ul.right ul {
    left: auto;
    right: 100%
}

.header-menu .multicolumn ul li ul.right .left,
.header-menu .multicolumn ul li ul.right .left ul {
    left: 100%;
    right: auto
}

.header-menu .multicolumn ul li a:not(:only-child):after {
    right: 18px;
    top: 50%;
    margin-top: -5px;
    position: absolute;
    border-top: 5px solid transparent;
    border-left: 5px solid #c6c6c6;
    border-bottom: 5px solid transparent
}

.header-menu .multicolumn ul li:last-child {
    border: none
}

.header-menu .multicolumn ul li.active>a {
    color: #eb4115;
    background: #f6f6f8
}

.header-menu .dropdown-menu.one-col {
    min-width: 202px;
    margin-left: 0;
    width: auto
}

.header-menu .dropdown-menu.one-col .badge {
    top: -1px
}

.header-menu .dropdown-menu.large-width {
    width: 290px
}

.header-menu .dropdown-menu.large-width>li>a {
    white-space: normal
}

.header-menu .dropdown-menu.two-col {
    width: 404px;
    margin-left: -162px;
    padding: 20px
}

.header-menu .dropdown-menu.two-col ul li {
    width: 50%
}

.header-menu .dropdown-menu.three-col {
    width: 800px;
    margin-left: -353px;
    padding: 25px 50px
}

.header-menu .title-underline {
    display: block;
    margin-bottom: 14px;
    font-weight: 500;
    overflow: hidden;
    backface-visibility: hidden
}

.header-menu .title-underline span:not([class]) {
    color: #333;
    border-bottom: 2px solid #333;
    display: block;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 18px;
    letter-spacing: 0.02em;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.header-menu .title-underline .badge {
    top: -1px
}

.header-menu .title-underline .megamenu_category-image {
    overflow: hidden;
    display: block
}

.header-menu .menu-list-col {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
    margin-top: -30px
}

.header-menu .menu-list-col>div {
    margin-top: 30px
}

.header-menu .title-underline:hover span:not([class]) {
    border-bottom: 2px solid #eb4115;
    color: #eb4115;
    letter-spacing: 1.1px
}

.header-menu .title-underline.active span {
    color: #eb4115;
    border-color: #eb4115
}

.header-menu .title-underline:not(:first-child) {
    margin-top: 30px
}

.header-menu .menu-title {
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.header-menu .menu-title:hover {
    color: #eb4115;
    letter-spacing: 1.1px
}

.header-menu .megamenu-submenu {
    padding-bottom: 20px;
    display: block !important
}

.header-menu .megamenu-submenu li {
    display: block;
    margin-bottom: 1px;
    position: relative
}

.header-menu .megamenu-submenu li a {
    color: #333;
    display: block;
    padding: 3px 0;
    transition: all 0s linear;
    -ms-transition: all 0s linear;
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear
}

.header-menu .megamenu-submenu li a:hover {
    color: #eb4115
}

.header-menu .megamenu-submenu li a:not(:only-child):after {
    top: 7px;
    border-top: 5px solid transparent;
    border-left: 5px solid #c6c6c6;
    border-bottom: 5px solid transparent
}

.header-menu .megamenu-submenu>li ul {
    display: none;
    margin-top: 0px;
    background: #fff;
    position: absolute;
    z-index: 13;
    left: 100%;
    top: -10px;
    padding: 10px 0;
    min-width: 201px
}

.header-menu .megamenu-submenu>li ul .badge {
    top: -1px
}

.header-menu .megamenu-submenu>li ul ul.right,
.header-menu .megamenu-submenu>li ul ul.right ul {
    left: auto;
    right: 100%
}

.header-menu .megamenu-submenu>li ul ul.right .left,
.header-menu .megamenu-submenu>li ul ul.right .left ul {
    left: 100%;
    right: auto
}

.header-menu .megamenu-submenu>li ul li {
    margin-bottom: 0
}

.header-menu .megamenu-submenu>li ul li a {
    padding: 3px 7px 3px 20px;
    display: block;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    color: #333;
    background: #fff
}

.header-menu .megamenu-submenu>li ul li a:hover {
    color: #eb4115;
    background: #f6f6f8
}

.header-menu .megamenu-submenu>li ul li.active>a {
    color: #eb4115;
    background: #f6f6f8
}

.header-menu .megamenu-submenu>li ul li a:not(:only-child):after {
    border-left-color: #c6c6c6
}

.header-menu .megamenu-submenu li.active>a {
    color: #eb4115
}

.header-menu .megamenu-submenu li:hover>a:after {
    display: none
}

.header-menu .blog-thumb {
    margin-top: 10px
}

.header-menu .promo-box {
    margin-top: 26px
}

.header-menu .blog-thumb .title {
    font-size: 26px;
    line-height: 37px
}

.header-menu .blog-thumb p:not([class]) {
    font-size: 16px;
    line-height: 24px
}

.header-menu .product .image-box .quick-view>span {
    padding: 3px 17px 8px
}

.header-menu .product .image-box .quick-view .icon {
    font-size: 21px;
    top: 6px
}


.mobile-categories-toggle {
    width: 100%;
    display: inline-flex;
    margin: 0 0 56px 0
}



.menu-content {
    padding-bottom: 6px;
    overflow: hidden
}


.custom-layout {
    overflow: hidden;
    font-size: 0
}


.home4_banner_big {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    backface-visibility: hidden
}



body {
    overflow-x: hidden
}


.toggle-menu {
    position: relative;
    z-index: 7
}

.toggle-menu .dropdown-toggle {
    font-size: 16px;
    padding: 10px 10px 10px 0px;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin-top: 14px;
    margin-bottom: 12px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.toggle-menu .dropdown-toggle .icon-bar {
    background: #333;
    width: 18px;
    height: 2px;
    display: block;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.toggle-menu .dropdown-toggle .icon-bar+.icon-bar {
    margin-top: 3px
}

.toggle-menu .dropdown-toggle:hover .icon-bar {
    background: #eb4115
}

.toggle-menu .dropdown-menu {
    width: 202px
}

.toggle-menu .dropdown-menu ul li {
    border-bottom: 1px solid #e9e9e9
}

.toggle-menu .dropdown-menu ul li a {
    padding: 13px 19px 11px 20px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background: #fff;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

.toggle-menu .dropdown-menu ul li a .icon,
.toggle-menu .dropdown-menu ul li a .fa {
    font-size: 14px;
    line-height: 19px
}

.toggle-menu .dropdown-menu ul li a:hover {
    color: #eb4115;
    background: #f6f6f8
}

.toggle-menu .dropdown-menu ul li.active a {
    color: #eb4115;
    background: #f6f6f8
}


.product .image-box img {
    width: 100%;
    height: auto;
    display: block
}



.marked-list > li, .marked-list-1 > li {
    position: relative;
    list-style-type: none;
}
.marked-list > li:before {
    content: "\f105";
    font: normal normal normal 28px/1.4 'icomoon';
    position: absolute;
    left: -14px;
    top: -7px;
    font-weight: normal;
    font-size: 20px;
    color: #e3753b;
}

.marked-list-1 > li:before {
    content: "\f106";
    font-family: 'icomoon';
    position: absolute;
    transform: rotate(-135deg);
    font-size: 24px;
    font-weight: bold;
    left: -18px;
    top: -5px;
    color: #63a0a1;
}


.marked-list > li.clock-o:before {
    content: "\f017";
    left: -22px;
    top: -6px;
    font-size: 20px;
    
}

.marked-list > li.clock-o:before {
    content: "\e953";
    left: -22px;
    top: -6px;
    font-size: 20px;
    
}

.marked-list > li.marker:before {
    content: "\e9ca";
    left: -24px;
    top: -7px;
    font-size: 21px;
    
}
.marked-list > li.phone:before {
    content: "\e900";
    left: -25px;
    top: -10px;
    font-size: 24px;
    
}
.marked-list > li.mail:before {
    content: "\f003";
    left: -23px;
    top: -5px;
    font-size: 19px;
}

.footer-section{
	
}

footer{
	background:#222222;
	color:#ffffff;
	text-shadow: 0 1px 2px rgb(0 0 0);
}

.footer-section .bottom-line{
	background:#444444;
}



body.light footer{
	background:#ffffff;
	color:#222222;
	text-shadow:none;
}

body.light footer.bg-mask.m1:before {
	opacity:0.1
}


footer:before {
	content: '';
    /*
	background: url(/upload/black-electronics-s-1-bg-opt.jpg);
	*/
	background-size:cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
	opacity:0.5
}

.footer-menu {
    font-size:14px;
	line-height:16px;
}

.footer-menu li{
    margin-bottom:10px;
}

.footer-menu li a{
    font-family:arial;
	font-size:14px;
}

.footer-menu li a:hover{
    color:#e3753b
}

@media (max-width: 767px) {
    .back-to-top {
        cursor: pointer;
        right: 0;
        display: block !important;
        width: 100%;
        background-color: #eb4115;
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        padding: 8px 5px 14px;
        letter-spacing: 0.02em;
        -moz-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        -webkit-transition: background 0.3s linear;
        transition: background 0.3s linear;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear
    }

    .back-to-top .icon {
        font-size: 24px;
        position: relative;
        top: 7px;
        margin-right: 2px
    }

    .back-to-top:hover {
        background: #333;
        color: #fff
    }
}

@media (max-width: 767px) {
    .back-to-top {
        display: block
    }
}

@media (min-width: 768px) {
    .back-to-top {
        cursor: pointer;
        display: none;
        position: fixed;
        right: 0;
        bottom: 10%;
        z-index: 6;
        width: 62px;
        height: 62px;
        font-size: 39px;
        line-height: 39px;
        background-color: #eb4115;
        color: #fff;
        text-align: center;
        -moz-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        -webkit-transition: background 0.3s linear;
        transition: background 0.3s linear;
        backface-visibility: hidden
    }

    .back-to-top .icon {
        font-size: 39px;
        line-height: 39px;
        position: relative;
        top: 11px;
        backface-visibility: hidden;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear
    }

    .back-to-top .text {
        display: none
    }

    .back-to-top:hover {
        background: #333;
        color: #fff
    }

    .back-to-top span {
        color: #fff
    }

    .back-to-top:hover .icon {
        top: 7px
    }
}

@media (max-width: 767px) {
    .back-to-top {
        display: none !important
    }
}


.menu-parent-box {
    display: inline-block
}

.stuck-nav {
    width: 100%;
    position: fixed;
    backface-visibility: hidden;
    top: -100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    min-height: 0px;
	padding:8px 0;
}









.stuck-nav .stuck-menu-parent-box .header-menu {
    margin-top: 0px
}

.stuck-nav .stuck-menu-parent-box .header-menu>div.main-menu>ul>li>a {
	

}

.stuck-nav .stuck-menu-parent-box .header-menu>div.main-menu>ul>li.active>a, 
.stuck-nav .stuck-menu-parent-box .header-menu>div.main-menu>ul>li>a:hover {
	
}



@media (max-width: 1287px) {
    .stuck-nav .stuck-menu-parent-box .header-menu>div.main-menu>ul>li>a {
        /*
		padding: 6px 11px 17px
		*/
    }
}

.stuck-nav .stuck-menu-parent-box .header-menu .dropdown-menu {
    
}

@media (min-width: 1280px) {
    .stuck-nav .stuck-menu-parent-box .header-menu .dropdown-menu {
        max-width: 1210px
    }
}

.stuck-nav .stuck-cart-parent-box .dropdown-label {
    display: none
}

.stuck-nav .stuck-cart-parent-box .cart {
    margin-top: 7px;
    margin-right: -6px;
    padding-bottom: 4px
}

.stuck-nav .stuck-cart-parent-box .cart .dropdown-toggle {
    padding: 12px 25px 0px 13px
}

.stuck-nav .stuck-cart-parent-box .cart .dropdown-toggle .icon {
    right: 6px;
    color: #333
}

.stuck-nav .stuck-cart-parent-box .cart .dropdown-toggle:hover .icon {
    color: #eb4115
}

.stuck-nav .stuck-cart-parent-box .cart .badge-cart {
    top: 8px;
    left: 38px;
    margin-left: 0;
    color: #fff;
    background: #eb4115
}

.stuck.stuck-nav {
    top: 0;
	background:#1b1b1b;
}


.slick-list.draggable{
	padding-bottom:4px;
}

.slick-item{
	padding: 0 0.75rem;
}


.slick-slide { 
  will-change: transform;
}
.slick-cloned {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track, .slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 10ms;
}


.carousel {
    background:#000000;
}

.carousel:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/template/img/revslider/black-electronics-s-3-smoke-opt.png) top left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.carousel .item .container:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    /*
	background: url(/template/images/orto/back_right.png) top right;
    */
	background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}


ul.slick-dots {
    position: absolute;
    bottom: -3.5rem;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}


.slick-dots li button {
	/*
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25) !important;
	*/
    border: 0px solid #ffffff;
    background: #cccccc;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    padding: 4px;
    color: transparent;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    border-radius: 0%;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.slick-dots li button:before {
    display: block;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #c2c2c2;
    top: -5px;
    left: -5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.slick-dots li button:before {
    display: block;
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #e3753b;
    top: -3px;
    left: -3px;
    border-radius: 0px;
}

.slick-dots li.slick-active button:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slick-dots li button:hover{
    background: #e3753b;
	
    
}

.slick-dots li.slick-active button {
    background: none;
}




.click-arrows-container-wrapper{
	position:absolute;
	width:100%;
	left:0px;
	right:0px;
	top:50%
}



.slick-arrow {
	opacity:0;
    width: 50px;
    height: 50px;
    background: #e3753b;
    font-family: 'icomoon' !important;
    top: 50%!important;
    margin-top: -25px!important;
    cursor: pointer;
    padding: 0;
    border: none;
	border-radius:0px;
    outline: none;
    position: absolute;
    z-index: 1;
    font-size: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	text-shadow: 0 1px 2px rgb(0 0 0);
	color:#ffffff;
	box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25) !important;
}

.slick-initialized:hover .slick-arrow{
	opacity:0.5
}

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

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


.slick-initialized:hover .slick-prev.slick-arrow {
	left:-10px;
}

.slick-initialized:hover .slick-next.slick-arrow {
    right:-10px;
}


.slick-arrow:hover {
    opacity:0.75!important;
}


.slick-next:before {
	position: absolute;
    content: '\f054';
    color: #ffffff;
    font-size: 24px;
    top: 15px;
	right: 16px;
}

.slick-prev:before {
    position: absolute;
    content: '\f053';
    color: #ffffff;
    font-size: 24px;
    top: 15px;
    left: 14px;
}

ul.right-menu.marked-list{
	padding-left:0px
}

ul.right-menu.marked-list li{
	margin-bottom:0.75rem
}






/* mobile menu start */

.wd-close-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

@media (max-width: 1024px)
.wd-close-side {
    top: -150px;
    height: calc(100vh + 300px);
}
.wd-close-side-opened {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease, visibility 0s ease;
}

.wd-side-hidden {
  position: fixed;
  /*top: var(--wd-admin-bar-h);*/
  top:0px;
  bottom: 0;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 300px;
  background-color: #ffffff;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.wd-side-hidden.wd-left {
  right: auto;
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.wd-side-hidden.wd-right {
  right: 0;
  left: auto;
  transform: translate3d(100%, 0, 0);
}
.wd-side-hidden.wd-opened {
  transform: none;
  z-index:999
}
@media (max-width: 350px) {
  div.website-wrapper .wd-side-hidden {
    width: 270px !important;
  }
}
.wd-sub-menu {
  --sub-menu-color: #848484;
  --sub-menu-color-hover: var(--wd-primary-color);
}
.wd-sub-menu li {
  position: relative;
}
.wd-sub-menu li > a {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--sub-menu-color);
  font-size: 14px;
  line-height: 1.3;
}
.wd-sub-menu li > a .wd-nav-icon {
  margin-right: 7px;
  font-size: 115%;
}
.wd-sub-menu li > a .menu-label {
  position: relative;
  margin-top: -20px;
  align-self: flex-start;
}
.wd-sub-menu li > a:hover {
  color: var(--sub-menu-color-hover);
}
[class*="color-scheme-light"] .wd-sub-menu {
  --sub-menu-color: rgba(255, 255, 255, 0.6);
  --sub-menu-color-hover: #fff;
}
.widget .wd-sub-menu {
  --li-mb: 0;
}
.widget .wd-sub-menu ul {
  --li-mb: 0;
}
.wd-dropdown-menu.wd-design-sized .wd-sub-menu > li > a,
.wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li > a,
.mega-menu-list > li > a {
  --sub-menu-color: #333;
  --sub-menu-color-hover: var(--wd-primary-color);
  text-transform: uppercase;
  font-weight: 600;
}
.wd-dropdown-menu.wd-design-sized.color-scheme-light .wd-sub-menu > li > a,
.wd-dropdown-menu.wd-design-full-width.color-scheme-light .wd-sub-menu > li > a,
[class*="color-scheme-light"] .mega-menu-list > li > a {
  --sub-menu-color: #fff;
  --sub-menu-color-hover: rgba(255, 255, 255, 0.6);
}
.wd-color-light .searchform {
  --wd-form-brd-color: rgba(255, 255, 255, 0.2);
  --wd-form-brd-color-focus: rgba(255, 255, 255, 0.3);
  --wd-form-color: rgba(255, 255, 255, 0.8);
}
.wd-color-dark .searchform {
  --wd-form-brd-color: rgba(0, 0, 0, 0.1);
  --wd-form-brd-color-focus: rgba(0, 0, 0, 0.15);
  --wd-form-color: #777;
  --wd-form-placeholder-color: var(--wd-form-color);
}
.create-nav-msg a {
  font-weight: 600;
}
.wd-nav-img,
.mega-menu-list img {
  display: inline-block;
  margin-right: 7px;
  max-height: 18px;
  width: auto !important;
}
.wd-nav-img img,
.mega-menu-list img img {
  max-height: 18px;
}
.wd-nav {
  --nav-gap: 10px;
  display: inline-flex;
  justify-content: var(--text-align);
  flex-wrap: wrap;
  margin-right: calc(var(--nav-gap) / -1);
  margin-left: calc(var(--nav-gap) / -1);
  text-align: left;
}
.wd-nav > li {
  position: relative;
}
.wd-nav > li > a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-right: var(--nav-gap);
  padding-left: var(--nav-gap);
  font-weight: 600;
  font-size: 13px;
  /*text-transform: uppercase;*/
  line-height: 1.2;
}
.wd-nav > li > a .wd-nav-icon {
  margin-right: 7px;
  font-size: 115%;
}
.wd-nav > li > a .menu-label {
  left: calc(100% - 30px);
  margin-left: 0;
}
.wd-nav > li.wd-has-children > a:after,
.wd-nav > li.menu-item-has-children > a:after {
  margin-left: 4px;
  font-weight: 400;
  font-style: normal;
  font-size: 50%;
  content: "\f129";
  font-family: "woodmart-font";
}
.wd-nav li.color-primary {
  --nav-color: var(--wd-primary-color);
  --nav-color-hover: var(--wd-primary-color);
  --nav-color-active: var(--wd-primary-color);
}
.wd-nav.wd-gap-m {
  --nav-gap: 15px;
}
.wd-nav.wd-gap-l {
  --nav-gap: 20px;
}
.wd-nav-opener {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 50px;
  color: var(--color-gray-900);
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.wd-nav-opener:after {
  font-weight: 700;
  font-size: 12px;
  transition: transform 0.25s ease;
  content: "\f054";
  font-family: 'icomoon' !important;
}
.wd-nav-opener:hover {
  color: var(--color-gray-900);
}
.wd-nav-opener.wd-active {
  color: var(--color-gray-700);
}
.wd-nav-opener.wd-active:after {
  transform: rotate(90deg);
}
.wd-nav[class*="wd-style-"] {
  --nav-color: #333;
  --nav-color-hover: rgba(51, 51, 51, 0.7);
  --nav-color-active: rgba(51, 51, 51, 0.7);
  --nav-chevron-color: rgba(82, 82, 82, 0.45);
}
.wd-nav[class*="wd-style-"] > li > a {
  color: var(--nav-color);
}
.wd-nav[class*="wd-style-"] > li:hover > a {
  color: var(--nav-color-hover);
}
.wd-nav[class*="wd-style-"] > li.current-menu-item > a,
.wd-nav[class*="wd-style-"] > li.wd-active > a,
.wd-nav[class*="wd-style-"] > li.active > a {
  color: var(--nav-color-active);
}
.wd-nav[class*="wd-style-"] > li.wd-has-children > a:after,
.wd-nav[class*="wd-style-"] > li.menu-item-has-children > a:after {
  color: var(--nav-chevron-color);
}
.color-scheme-light .wd-nav[class*="wd-style-"],
.whb-color-light .wd-nav[class*="wd-style-"] {
  --nav-color: #fff;
  --nav-color-hover: rgba(255, 255, 255, 0.8);
  --nav-color-active: rgba(255, 255, 255, 0.8);
  --nav-chevron-color: rgba(255, 255, 255, 0.6);
}
.wd-nav.wd-style-default {
  --nav-color-hover: var(--wd-primary-color);
  --nav-color-active: var(--wd-primary-color);
}
.wd-nav.wd-style-bordered > li,
.wd-nav.wd-style-separated > li {
  display: flex;
  flex-direction: row;
}
.wd-nav.wd-style-bordered > li:not(:last-child):after,
.wd-nav.wd-style-separated > li:not(:last-child):after {
  content: "";
  border-right: 1px solid rgba(0, 0, 0, 0.105);
}
.whb-color-light .wd-nav.wd-style-bordered > li:not(:last-child):after,
.whb-color-light .wd-nav.wd-style-separated > li:not(:last-child):after {
  border-color: rgba(255, 255, 255, 0.25);
}
.wd-nav.wd-style-separated > li {
  align-items: center;
}
.wd-nav.wd-style-separated > li:not(:last-child):after {
  height: 18px;
}
.wd-nav.wd-style-bordered > li {
  align-items: stretch;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text {
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 1px;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  background-color: var(--wd-primary-color);
}
.wd-nav[class*="wd-style-underline"] > li:hover > a .nav-link-text:after,
.wd-nav[class*="wd-style-underline"]
  > li.current-menu-item
  > a
  .nav-link-text:after,
.wd-nav[class*="wd-style-underline"] > li.wd-active > a .nav-link-text:after,
.wd-nav[class*="wd-style-underline"] > li.active > a .nav-link-text:after {
  width: 100%;
}




.wd-header-mobile-nav .wd-tools-icon:before {
  font-size: 24px;
  content: "\f15a";
  font-family: "woodmart-font";
}
.mobile-nav .wd-heading {
  position: relative;
  z-index: 4;
  background-color: inherit;
}
.mobile-nav .searchform {
  --wd-form-brd-width: 0;
  --wd-form-bg: transparent;
  --wd-form-color: var(--color-gray-500);
  --wd-form-placeholder-color: var(--color-gray-500);
  z-index: 2;
  box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.17);
}
.mobile-nav .searchform input[type="text"] {
  padding-right: 50px;
  padding-left: 20px;
  height: 70px;
  font-weight: 600;
}
.mobile-nav .wd-dropdown-results {
  position: static;
}
.mobile-nav .autocomplete-suggestion {
  padding: 10px 20px;
}
.mobile-nav .create-nav-msg {
  padding: 20px;
}

.wd-nav-mobile {
  display: flex;
  display: none;
  margin-right: 0;
  margin-left: 0;
  animation: wd-fadeIn 1s ease;
}

.mobile-nav ul{
  padding:0;
}

.wd-nav-mobile > li {
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}
.wd-nav-mobile > li > a {
  color: var(--color-gray-800);
}
.wd-nav-mobile li {
  display: flex;
  flex-wrap: wrap;
}
.wd-nav-mobile li a {
  color:#222222!important;
  text-shadow:none!important;
  flex: 1 1 0%;
  padding: 5px 20px;
  min-height: 50px;
  border-bottom: 1px solid #eeeeee;
}
.wd-nav-mobile li.menu-item-has-children > a:after {
  content: none;
}
.wd-nav-mobile li.menu-item-has-children:not(.menu-item-has-block) > a {
  margin-right: -50px;
  padding-right: 55px;
}
.wd-nav-mobile li:active > a,
.wd-nav-mobile li.opener-page > a {
  background-color: #f7f7f7;
}
.wd-nav-mobile li.current-menu-item > a {
  color: var(--wd-primary-color);
}
.wd-nav-mobile .wd-with-icon > a:before {
  margin-right: 7px;
  font-size: 12px;
  line-height: 1;
  font-family: "woodmart-font";
}
.wd-nav-mobile .menu-item-account > a:before {
  content: "\f124";
}
.wd-nav-mobile .menu-item-wishlist > a:before {
  content: "\f106";
}
.wd-nav-mobile .menu-item-compare > a:before {
  content: "\f128";
}
.wd-nav-mobile ul {
  display: none;
  flex: 1 1 100%;
  order: 3;
}
.wd-nav-mobile.wd-active {
  display: block;
}
.wd-nav-mob-tab {
  display: flex;
  margin: 0;
  border-bottom: 1px solid var(--brdcolor-gray-300);
  background-color: rgba(0, 0, 0, 0.04);
}
.wd-nav-mob-tab > li {
  flex: 1 0 50%;
  max-width: 50%;
}
.wd-nav-mob-tab > li > a {
  padding: 0;
  height: 100%;
  font-weight: 900;
}
.wd-nav-mob-tab > li.wd-active > a {
  background-color: rgba(0, 0, 0, 0.05);
}
.wd-nav-mob-tab[class*="wd-style-underline"] {
  --nav-color: #909090;
  --nav-color-hover: #333;
  --nav-color-active: #333;
}
.wd-nav-mob-tab[class*="wd-style-underline"] .nav-link-text {
  position: static;
  flex: 1 1 auto;
  padding: 18px 15px;
  text-align: center;
}
.wd-nav-mob-tab[class*="wd-style-underline"] .nav-link-text:after {
  top: auto;
  bottom: -1px;
}
.wd-nav-mob-tab[class*="wd-style-underline"]:after {
  top: auto;
  bottom: -1px;
}
.wd-nav-mob-tab.wd-swap {
  flex-direction: row-reverse;
}
.wd-nav-mob-tab:not(.wd-swap) li:first-child .nav-link-text:after,
.wd-nav-mob-tab.wd-swap li:last-child .nav-link-text:after {
  right: 0;
  left: auto;
}
.mobile-nav .wd-nav-opener {
  border-left: 1px solid #eeeeee;
}
.mobile-nav .wd-nav-opener.wd-active {
  background-color: #f5b332;
  color: #fff;
}
.mobile-nav .menu-item-has-block .wd-nav-opener {
  display: none;
}
.widgetarea-mobile {
  padding: 20px;
}
.mobile-menu-widget {
  margin: 0 -20px 20px -20px;
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.mobile-menu-widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* mobile menu end */


.breadcrumb > li:before {
    padding-left:5px;
    content: "/\00a0";
	color:#333333;
}
.breadcrumb > li:first-child:before {
    display:none;
}
.breadcrumb > li.active{
    color:#ff0000;
}

/* category table block */


@media screen and (max-width: 991px){
.table-wrap {
    overflow-x: scroll;
}
}
.table-wrap {
    margin: 0px;
    max-width: 100%;
}
/*
.element .inner{
	border:1px solid #dddddd;
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.element .inner:hover{
	border:1px solid #f00000
}

.element table{
	width:100%
}

.element tr:nth-child(odd) {
    background: #eeeeee;
}
.element tr:nth-child(even) {
    background: #ffffff;
}
.element tr td {
    padding: 0 0.25rem;
	color:#222222
}
.price-block{
	border-top:1px solid #dddddd
}
.services-block {
    margin-top: 0px;
    display: block;
}
.services-block .icon {
    font-size: 35px;
    line-height: 26px;
    position: absolute;
    margin-top: -1px;
    display: block;
	color:#ff0000
}
.services-block p {
    margin: 4px 0 0 51px;
}
*/
.parallax-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.parallax-bg:before {
    content: '';
    background: url(/plugins/rev-slider/examples/rs-plugin/assets/gridtile.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.form-group {
    position: relative;
    margin-bottom: 10px;
    line-height: 10px;
}



.dark .form-group input{
	background:rgba(0,0,0,0.25);
	border:0px;
	border-bottom:1px solid rgba(255,255,255,0.5);
	color:#ffffff;
}
.dark .form-group input:focus{
	background:rgba(0,0,0,0.25);
	border:0px;
	border-bottom:1px solid rgba(255,255,255,1);
	color:#ffffff;
}


.form-group {
    position: relative;
    margin-bottom: 10px;
    line-height: 10px;
}

.form-group label{
	margin-bottom:5px;
}

.form-group .help-block, .form-group label{
	font-size:12px;
}

textarea.form-control{
	min-height:100px;
}


.form-control {
    border: 1px solid #cccccc;
    height: 40px;
	border-radius:0px;
}

.pagination ul {
    padding: 0px;
	margin:auto;
}

.pagination li {
	background:#ffffff;
    width:32px;
	height:32px;
	float: left;
    margin: 0 1px;
	border: 1px solid #cccccc;
    list-style: none;
	text-align:center;
	line-height:16px;
	transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.pagination li i{
	line-height:17px;
}

.pagination li a {
	width:100%;
	height:100%;
	display: inline-block;
}

.pagination li.active, .pagination li:hover, .pagination li a:hover {
    background: #e3753b;
	color:#ffffff;
	border-color:#e3753b
}

.pagination li.active, .pagination li a, .pagination li.prev, .pagination li.next{
	padding-top:7px;
}
.pagination li.prev, .pagination li.next{
	opacity:0.5
}


body.loader{
	overflow:hidden;
	position:relative;
}

body.loader:before{
	top:0px;
	left:0px;
	content:'';
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:9999;
}

.loader_block{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:0;
	display:none;
}

.loader_block .inner {
    position:relative;
    width:100%;
	height:100%;
	display:block;
}

.loader_block .inner img{
	position:absolute;
	top:50%;
	margin-top:-50px;
    left:50%;
	margin-left:-50px;
	width:100px;
	height:100px;
}

body.loader .loader_block{
	z-index:9999;
	display:block
}

.modal-header{
	background:#4c7b7c!important
}

.modal-header .btn-close {
    font-weight:bold;
	color:#ffffff;
	background:none;
	position:relative;
}

.modal-header .btn-close:before {
    font-weight:bold;
	color:#ffffff;
	position:absolute;
	content:'\f00e';
	font-family: 'icomoon' !important;
	top: 5px;
    right: 7px;
    font-size: 18px;
}

.modal-footer {
    display: flex;
    justify-content: flex-start;
}

.modal-footer .btn.btn-success{
	border-radius: 3px;
    background: #4c7b7c!important;
    position: relative;
    padding: 8px 30px;
    font-size: 1rem !important;
    font-weight: 600;
    border: none!important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.modal-footer .btn.btn-success:hover {
    background: #63a0a1!important;
}

