@import url("../plugins/wow/animate.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/font-awesome-new.min.css");
@import url("../plugins/font-awesome/font-awesome-animation.min.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("fonts.css");
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    color: #103741;
}
::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
	color:#c2c2c2;
	font-weight:300;
	line-height:1.3;
	font-size:13px;
}
:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #c2c2c2;
	font-weight:300;
	line-height:1.3;
	font-size:13px;
}
::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #c2c2c2;
	font-weight:300;
	line-height:1.3;
	font-size:13px;
}
:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #c2c2c2;
	font-weight:300;
	line-height:1.3;
	font-size:13px;
}
/* Header */

.mil-preloader {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f6f7f8;
}
.mil-preloader .mil-preloader-animation {
    opacity: 0;
    position: relative;
    height: 100vh;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs {
    position: absolute;
    color: #212121;
    height: 100vh;
    width: 100%;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p {
    font-weight: 400;
    opacity: 0;
    margin: 0 30px 0 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    line-height: 1.6;
    display: inline-block;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p:nth-child(2n+1) {
	color:var(--theme-color-1)
}
.mil-preloader .mil-preloader-animation .mil-pos-abs picture,
.mil-preloader .mil-preloader-animation .mil-pos-abs picture img {
    display: table;
    max-height: 100px;
    width: auto;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p:last-child {
    margin-right: 0;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame {
    position: relative;
    padding: 0 30px;
}
.mil-preloader
    .mil-preloader-animation
    .mil-pos-abs
    .mil-reveal-frame
    .mil-reveal-box {
    position: absolute;
    z-index: 9;
    opacity: 1 !important;
    height: 100%;
    background-color: var(--theme-color-1);
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame p {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    z-index: 0;
}
.mil-preloader.mil-hidden {
    pointer-events: none;
}
@media (max-width: 768px) {
    .mil-preloader .mil-preloader-animation .mil-pos-abs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mil-preloader .mil-preloader-animation .mil-pos-abs p {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

p {
    line-height: 1.7;
    margin: 0 0 20px 0;
    font-weight: 300;
}
ul {
    margin-bottom: 40px;
}
li {
    line-height: 1.7;
    margin: 0 0 5px 0;
    font-weight: 300;
}
strong {
    font-weight: 500;
}
p:last-child,
p:last-child,
ul:first-child {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 30px;
    font-weight: 500;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h1,
    .h1 {
        font-size: 5rem;
        margin-bottom: 10px;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h2,
    .h2 {
        font-size: 4rem;
        margin-bottom: 10px;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h3,
    .h3 {
        font-size: 3rem;
        margin-bottom: 10px;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h4,
    .h4 {
        font-size: 2rem;
        margin-bottom: 10px;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 1rem;
    margin-bottom: 15px;
    font-weight: 500;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -75px);
        -webkit-transform: translate(0px, -75px);
        -o-transform: translate(0px, -75px);
        -ms-transform: translate(0px, -75px);
        transform: translate(0px, -75px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
@media (min-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 20px 25px;
        border: 2px solid;
    }
}
@media (max-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 10px 12px;
        font-size: 12px;
        font-weight: 300;
        border: 1px solid;
        text-align: center;
    }
    .animate-button i,
    .animate-button-white i,
    .animate-button-white-transparent i {
        margin: 5px 0 0 0;
        display: block;
    }
}
.animate-button,
.animate-button-white,
.animate-button-white-transparent {
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.animate-button,
.animate-button-white-transparent {
    color: var(--theme-color-1);
    border-color: var(--theme-color-1);
}
.animate-button-white {
    color: #fff;
    border-color: #fff;
}
.animate-button,
.animate-button:before,
.animate-button-white,
.animate-button-white:before,
.animate-button-white-transparent,
.animate-button-white-transparent:before {
    position: relative;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.animate-button:before,
.animate-button-white:before,
.animate-button-white-transparent:before {
    content: "";
    width: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.animate-button:before {
    background-color: var(--theme-color-1);
}
.animate-button-white:before {
    background-color: #fff;
}
.animate-button-white-transparent:before {
    background-color: transparent;
}
.animate-button:hover,
.animate-button-white-transparent:hover {
    color: #fff !important;
    border-color: var(--theme-color-1) !important;
}
.animate-button-white:hover {
    color: var(--theme-color-1) !important;
}
.animate-button:hover:before,
.animate-button-white:hover:before,
.animate-button-white-transparent:hover:before {
    width: 100% !important;
}
.animate-button:hover:before,
.animate-button-white-transparent:hover:before {
    background-color: var(--theme-color-1) !important;
    border-color: var(--theme-color-1) !important;
}
.animate-button-white:hover:before {
    border-color: #fff !important;
}

/**************** Header ********************/
header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
	background-color:#fff;
    position: fixed;
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
header .logo,
header .logo img{
	width:auto;
	display:block;
	position:relative;
	z-index: 1;
}
/********* Menu ********/
header .header-top .search{
    position: relative;
}
header .header-top .search input{
    width: 100%;
    line-height: 1;
    border: 2px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}
header .header-top .search button{
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.5;
}
header .header-top .basket{
	margin: 0 0 0 auto;
	display: table;
	color: var(--theme-color-1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
header .header-top .basket .count{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #333;
	line-height: 1;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
header .header-middle {
	background-color:var(--theme-color-1)
}
header .languages a{
    text-decoration: none;
    color: #000;
    display: block;
        line-height: 1;
}
@media (min-width: 1200px) {
	header .header-top {
		padding:15px 0;
	}
	body.fixed-header header .header-top {
		padding:10px 0;
	}
	header .header-top .logo img{
        max-height: 65px;
	}
	body.fixed-header header .header-top .logo img{
        max-height: 35px;
	}
	header .header-top .search input{
		padding: 12px 50px 12px 14px;
	}
	body.fixed-header header .header-top .search input{
		padding: 8px 40px 8px 10px;
	}
	header .header-top .basket{
        height: 43px;
        line-height: 1;
        font-size: 34px;
        width: 38px;
        min-width: 38px;
        overflow: hidden;
        display: block;
	}
	body.fixed-header header .header-top .basket{
        height: 35px;
        font-size: 26px;
	}
	header .header-top .basket .count{
		font-size: 13px;
		padding: 5px 7px;
	}
	body.fixed-header header .header-top .basket .count{
		font-size: 13px;
		padding: 5px 7px;
	}
	header .languages a{
		margin: 0 0 6px 0;
		font-size: 15px;
	}
	body.fixed-header header .languages a{
		font-size: 13px;
		margin: 0 0 6px 0;
	}
}
@media (max-width: 1200px){
	header .header-top {
		padding:15px 0;
	}
	body.fixed-header header .header-top {
		padding:10px 0;
	}
	header .header-top .logo img{
        max-height: 40px;
	}
	body.fixed-header header .header-top .logo img{
        max-height: 30px;
	}
	header .header-top .search input{
		padding: 12px 50px 12px 14px;
	}
	body.fixed-header header .header-top .search input{
		padding: 8px 40px 8px 10px;
	}
	body.fixed-header header .header-top .wrap .center{
		display:none;
	}
	header .header-top .basket{
        height: 30px;
        line-height: 1;
        font-size: 24px;
        width: 30px;
        overflow: hidden;
        display: block;
	}
	body.fixed-header header .header-top .basket{
        height: 35px;
        font-size: 20px;
	}
	header .header-top .basket .count{
        font-size: 9px;
        padding: 5px 6px;
	}
	header .header-top .wrap{
        flex-wrap: wrap;
	}
	header .header-top .wrap .left{
        width: calc(100% - 75px);
	}
	header .header-top .wrap .center{
		width:100%;
	}
	header .header-top .wrap .right{
        width: 65px;
	}
}
header .languages a:last-child{
    margin: 0 !important
}
header .languages a.active{
    color:var(--theme-color-1);
}




@media (min-width: 1200px) {
	.menu-toggle{display:none;}
    .menu-wrap .bottom ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	.menu-wrap .bottom>ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.menu-wrap .bottom ul li.menu-item{border:0;padding:0;margin: 0;}
	.menu-wrap .bottom>ul>li.menu-item{margin:0}
	.menu-wrap .bottom>ul>li.menu-item:first-child{margin-left:0}
	.menu-wrap .bottom>ul>li.menu-item>a{border-right: 1px solid rgb(255 255 255 / 28%);padding:0 20px;}
	.menu-wrap .bottom>ul>li.menu-item:first-child>a{border-right:0;background-color:var(--theme-color-2)}
	.menu-wrap .bottom>ul>li.menu-item:last-child>a{border-right:0;}
	
	.menu-wrap .bottom ul li.menu-item a{
        font-weight: 400;
        position: relative;
        color: #fff;
        letter-spacing: 1.5px;
        text-decoration: none;
        z-index: 1;
        line-height: 55px;
        display: block;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
		white-space: nowrap;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
	}
	body.fixed-header .menu-wrap .bottom>ul>li.menu-item>a{
        line-height: 43px;
        font-size: 13px;
	}
		
	
	.menu-wrap .bottom>ul>li.sub-item>a:after{
        content: "\f078";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 500;
        text-align: center;
        font-size: 10px;
        margin: 0 0 0 10px;
        line-height: 1;
	}
	
	.menu-wrap .bottom>ul>li.sub-item>.next-link{display:none;}
	.menu-wrap .bottom>ul>li.sub-item .sub-menu .next-link{
        display: none;
	}
	.menu-wrap .bottom .menu-list .back-link{display:none}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		min-width: 350px;
		visibility:hidden;
		opacity:0;
		background-color: #fff;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		top: 100%;
		position: absolute;
		width: 25%;
		left: 0;
        border-right: 1px solid #ededed;
        height: calc(100vh - 150px);
	}
	.menu-wrap .bottom>ul>li.menu-item.sub-item>.sub-menu{
        border-left: 1px solid #ededed;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
        height: calc(100vh - 98px);
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu li.menu-item.sub-item>.sub-menu{
        left: calc(100% + 1px);
        top: 0;
        width: 100%;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu li.menu-item.sub-item>.sub-menu>ul{
        overflow-y: auto;
		height:100%;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a{
        line-height: 1.4;
        padding: 12px 45px 12px 18px;
		position:relative;
        color: #000;
        font-size: 13px;
	}
	.menu-wrap .bottom ul li ul li.menu-item.sub-item>a:before{
        content: "\f054";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        font-size: 13px;
        line-height: 1;
        position: absolute;
        right: 15px;
        z-index: 2;
        bottom: calc(50% - 7px);
	}
	.menu-wrap .bottom ul li ul li.menu-item{
		border-bottom:1px solid #ededed
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu li:hover>a{
        color: var(--theme-color-1);
	}
	
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item:hover>.sub-menu {
		visibility:visible;
		opacity:1;
	}
	body.mobile-menu-open .menu-wrap{
		-moz-transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
}
@media (max-width: 1200px) {
	header .header-middle{
		position: relative;
		z-index: 1;
	}
    .menu-toggle {
		width:25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span {
        height: 1px;
        background-color: #000;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        width: 25px;
    }
    .menu-toggle span:nth-child(1) {
        top: 0;
    }
    .menu-toggle span:nth-child(2) {
        top: calc(50% - 0.5px);
    }
    .menu-toggle span:nth-child(3) {
        bottom: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(1) {
        width: 100%;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 0.5px);
    }
    body.mobile-menu-open .menu-toggle span:nth-child(2) {
        width: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        width: 100%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 0.5px);
    }
    
	
	.menu-list .back-link {
		cursor: pointer;
		display: block;
		padding: 0 15px 0 65px;
		height: 45px;
		line-height: 45px;
		border-top: 1px solid #f1f1f1;
		position: relative;
		font-size: 14px;
	}
	.menu-list .back-link > i {
		display: block;
		cursor: pointer;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 47px;
		width: 45px;
		height: 45px;
		text-align: center;
		z-index: 5;
		border-right: 1px solid #f1f1f1;
		border-bottom: 1px solid #f1f1f1;
	}
	.menu-wrap {
		position: fixed;
		left: 0;
		top:123px;
		bottom: 0;
		width: 100%;
		background-color: #fff;
		z-index: 99;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		-webkit-transform: translate(0, 100%);
		-o-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}
	body.fixed-header .menu-wrap {
		top:55px;
	}
	body.mobile-menu-open .menu-wrap {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
	.menu-list,
	.menu-list ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.menu-list ul {
		height: calc(100% - 37px);
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list,
	.menu-list > ul,
	.menu-list > ul div.sub-menu {
		list-style-type: none;
		padding: 0;
		margin: 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list li.sub-item > .next-link {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 0;
		line-height: 48px;
		width: 45px;
		height: 45px;
		text-align: center;
		border-left: 1px solid #f1f1f1;
		margin: -45px 0 0 0;
	}
	.menu-list li.sub-item > .next-link + .back-link {
		position: fixed;
		right: 0;
		left: auto;
		width: 100%;
		top: 33px;
		z-index: 5;
		line-height: 1;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		background-color: #fff;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	.menu-list li.sub-item.open > .next-link + .back-link {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
	.menu-list li:last-child a {
		border-bottom: 1px solid #f1f1f1;
	}
	.menu-list li a h3 {
		margin-bottom:5px;
	}
	.menu-list li a h3 + p {
		opacity:0.7;
	}
	.menu-list li {
		margin:0;
	}
	.menu-list li a {
		display: block;
		line-height: 1;
		color: #000;
		font-size: 14px;
		padding: 15px 20px;
		border-top: 1px solid #f1f1f1;
		text-decoration: none;
	}
	.menu-list li.sub-item a {
		padding-right: 50px;
	}
	.menu-list li.sub-item > div.sub-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		width: 100%;
		z-index: 5;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		background-color: #fff;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	.menu-list li.sub-item li.sub-item > div.sub-menu {
		top: 0;
	}
	.menu-list li.sub-item.open > div.sub-menu {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
}
/********* Menu ********/
/**************** Header ********************/

/**************** Breadcrumb ********************/
.breadcrumb {
    color: #333;
}
.breadcrumb .wrap {
    background-color: #f7f7f7;
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: table;
}
.breadcrumb ul li {
    display: inline-block;
    margin: 0;
    color: #000;
	font-weight:300;
	letter-spacing:1px;
	font-size:13px;
}
.breadcrumb ul li a {
	font-weight:300;
    color: #333;
    text-decoration: none;
    padding: 15px 0;
    display: block;
}
.breadcrumb ul li a:after {
    content: "-";
    float: right;
    margin: 0 10px;
}

/**************** Breadcrumb ********************/
/**************** Footer ********************/
footer{
	color:#000;
	font-weight:300;
}
footer .footer-logo{
    display: table;
}
footer .footer-logo,
footer .footer-logo img{
    display: table;
	margin:0 auto;
    max-height: 150px;
}


footer .footer-socials a,
footer .links a{
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    color: #000;
    display: block;
}
footer .links a{
    margin: 20px 0 0 0;
    text-decoration: none;
    font-weight: 300;
}
footer .links a:before{
    content: "";
    float: left;
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: relative;
    top: 9px;
    margin: 0 15px 0 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .footer-socials a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
	
    margin: 0 0 0 30px;
	text-decoration:none;
    text-align: center;
    padding: 0 0 0 2px;
}
footer .footer-socials a:first-child{
    margin: 0;
}

footer .footer-contact {
    list-style-type: none;
    padding: 0;
}
footer .footer-contact li>* {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
footer .footer-contact li a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
footer .footer-contact li{
    margin-top: 30px;
}
footer .footer-contact li:first-child {
    margin-top: 0;
}
footer .footer-contact li i {
    position: relative;
    width: 14px;
    text-align: center;
    top: 1px;
}
footer .footer-contact li i + div {
    width: calc(100% - 14px);
    line-height: 1.7;
    padding: 0 0 0 15px;
}
footer .footer-bottom picture,
footer .footer-bottom picture img{
	display: block;
}
@media (min-width: 1400px) {
	footer iframe{
		display: block;
		height: 100%;
		width: 32%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	footer .footer-bottom picture,
	footer .footer-bottom picture img{
		max-height: 50px;
	}
}
@media (max-width: 1400px) {
	footer iframe{
		display: block;
		height:250px;
		width: 100%;
	}
	footer .footer-bottom picture img{
		display: block;
		max-height: 20px;
	}
	footer .footer-bottom picture{
		display: table;
		margin: 10px auto 0 auto;
	}
	footer .footer-bottom picture:first-child{
		margin:0 auto;
	}
}

/**************** Footer ********************/
/**************** Cookies ********************/
.cookies:before {
    content: "";
    position: absolute;
    background-color: var(--theme-color-1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cookies .cookies-wrap {
    padding: 30px;
    background-color: var(--theme-color-1);
    position: relative;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cookies {
    position: fixed;
    z-index: 15;
}
@media (min-width: 768px) {
    .cookies {
        max-width: 400px;
        bottom: 30px;
        left: 30px;
    }
	.cookies:before {
		left: -20px;
		bottom: -20px;
		top: 20px;
		right: 20px;
	}
}
@media (max-width: 768px) {
    .cookies {
        right: 90px;
        bottom: 30px;
        left: 30px;
    }
	.cookies:before {
		left: -20px;
		bottom: -20px;
		top: 20px;
		right: 20px;
	}
}
.cookies h4 {
    margin: 0 0 15px 0;
    font-weight: 600;
}
.cookies a {
    cursor: pointer;
}
/**************** Cookies ********************/

@media(min-width:1200px){
	.theme-title h3{
		font-size: 200px;
		left: -85px;
		top: -20%;
	}
}
@media(max-width:1200px){
	.theme-title h3{
		font-size: 80px;
		left: 0;
		top: -30px;
	}
}
.theme-title h3{
    color: #f8f8fa;
    line-height: 1;
    position: absolute;
    z-index: 0;
}
.bg-xxl-gray .theme-title h3{
    color: #fff;
}
.theme-title .t{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1;
}
.theme-title .t:before{
    content: "";
    width: 55px;
    height: 2px;
    display: inline-block;
    background-color: var(--theme-color-1);
    margin: 0 20px 0 0;
}
.theme-title .text:after{
    content: "";
    display: block;
    margin: 15px 0 0 0;
    height: 2px;
    width: 50px;
    background-color: var(--theme-color-1);
}


.theme-btn {
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    padding: 20px 30px;
    background-color: var(--theme-color-1);
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    overflow: hidden;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
	position:relative;
}
.theme-btn *{
	position:relative;
	z-index:1;
}
.theme-btn.hovered-white:before,
.theme-btn.hovered:before {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    bottom: auto;
    z-index: 0;
    content: "";
    position: absolute;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
	background-color: var(--theme-color-1);
}
.theme-btn.hovered-white:before {
	background-color:#fff
}
.theme-btn.hovered:hover:before,
.theme-btn.hovered-white:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}
.theme-btn.hovered:hover {
    color: #fff;
}
.theme-btn.hovered-white:hover {
    color: #000;
}

.content{
    position: relative;
    z-index: 1;
}
@media(min-width:1200px){
	main {
		padding-top:150px;
	}
}
@media(max-width:1200px){
	main {
		padding-top:80px;
	}
}

.home-slider-wrap .prev i,
.home-slider-wrap .next i{
    display: table
}
.home-slider-wrap .prev-next,
.home-slider-wrap .prev-next div{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
}
.home-slider-wrap .prev-next{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
    background-color: #fff;
	cursor: pointer;
}
.home-slider-wrap .prev-next div{
    width: 40px;
    height: 40px;
    padding: 2px 0 0 0;
}
.home-slider-wrap .prev-next .prev div{
    border-right: 1px solid #ededed;
}
.home-slider-wrap .swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.home-slider-wrap .swiper-slide a,
.home-slider-wrap .swiper-slide a picture,
.home-slider-wrap .swiper-slide a picture img{
	width:100%;
	display:block;
	height:auto;
}
@media(min-width:992px){
	.home-slider-wrap .swiper-slide .mobile{
		display:none;
	}
}
@media(max-width:992px){
	.home-slider-wrap .swiper-slide .web{
		display:none;
	}
	.home-slider-wrap .swiper-slide .mobile{
		display:block;
	}
}
.home-slider-wrap .home-slider{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	overflow:hidden;
}



.home-products .swiper-slide .item{
    display: block;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 7px 0 rgb(0 0 0 / 3%);
    -moz-box-shadow: 0 4px 7px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 4px 7px 0 rgb(0 0 0 / 3%);
    overflow: hidden;
}
.home-products .swiper-slide .item .image{
    border-bottom: 1px solid #f8f8f8;
}
.home-products .swiper-slide .item .image picture,
.home-products .swiper-slide .item .image picture img{
    display: block;
	width:100%;
	height:auto;
	max-height:100%;
	max-width:100%;
}
.home-products .swiper-slide .item .image picture{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    height: 200px !important;
    padding: 20px;
}
.home-products .swiper-slide .item .title h4{
    margin: 0 0 15px 0;
    color: var(--theme-color-1);
    line-height: 1.5;
	font-weight:400;
}
.home-products .swiper-slide .item .title p{
	line-height: 1.5;
    font-size: 12px;
    margin: 10px 0 0 0;
    font-weight: 300;
    color: #888;
}
.home-products .swiper-slide .item .more{
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--theme-color-1);
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 13px;
}

.fixed-whatsapp{
    border: 3px solid #fff;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: #25D366;
    color: #fff;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 51px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 19%);
    font-size: 23px;
    z-index: 5;
}

.home-product-categories a{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: var(--theme-color-1);
    display: block;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
}
.home-product-categories a picture{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	overflow:hidden;
}
.home-product-categories a picture,
.home-product-categories a picture img{
    display: block;
	background-color:#fff;
    width: 100%;
    height: auto;
}
.home-product-categories a h4{
	line-height:1.4;
	margin:20px 0 0 0;
    font-weight: 400;
}
