header {
    padding: 40px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*! height: 162px; */
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	z-index: 9999;
}
header.sticky {
    padding: 11px 0;
    background-color: white;
    /*! height: 79px; */
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.05);
}
	header.open{
	background-color: #fff;
	height: 100%;
	padding: 32px 0;
	}


.header-holder{
    width: 100%;
    height: 162px;
}
header .menu-responsive {
    background-color: transparent;
    width: 42px;
    height: 42px;
    font-size: 22px;
    text-align: center;
    border: 2px solid var(--primary);
    cursor: pointer;
    cursor: hand;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    color: black;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 9999;
    position: absolute;
    right: 15px;
    top: 16px;
    display: none;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    color: var(--primary);
    line-height: 39px;
}
header.sticky .menu-responsive {

	top: 5px;
}
header .menu-responsive.open {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: var(--primary);
    color: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    top: 0;
}

header .contener {}

header .contener:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

header .logo {
    width: 25%;
    float: left;
    margin-top: 17px;
    -webkit-transition: margin-top 0.5s;
    -moz-transition: margin-top 0.5s;
    -ms-transition: margin-top 0.5s;
    -o-transition: margin-top 0.5s;
}

header.sticky .logo {
    margin-top: 6px;
}
header.sticky .logo a{
	display: block;
}
header .right {
    float: right;
    width: 75%;
    text-align: right;
}
	header.open .right{

	display: block;
	clear: both;
	padding-top: 40px;
	}
header .right .top {}

header .right .top .phone {
    display: inline-block;
    margin-right: 30px;
}

header .right .top .phone i {
    margin-right: 10px;
}

header .right .top .social {
    display: inline-block;
    margin-right: -10px;
}

header .right .top a {
    color: var(--primary);
    padding: 0 10px;
}

header .right nav {}

header .right nav ul {}

header .right nav ul li {
    display: inline-block;
    margin-left: 40px;
	-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
}
header .right nav ul li:hover,
header .right nav ul li.active {
    color: var(--primary);
}

header .right nav ul li a {
    padding: 18px 0;
    display: block;
    font-weight: 500;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    -ms-transition: padding 0.5s;
    -o-transition: padding 0.5s;
}
	header.open .right nav ul li a {


	}
header.sticky .right nav ul li a {
    padding: 7px 0;
}


header .submenu{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	position: absolute;
	right: 0;
	background-image: url(/media/menu-bg.jpg);
	width: 720px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 80px;
	color: white;
	padding: 35px 0;
	font-weight: 600;
    font-size: 15px;
    display: none;
}

header.sticky .submenu{
	top:68px;
}
header .submenu .cat-image{
  position: absolute;
  left: 0;
  width: 230px;
  left: -134px;
  top: 46px;
  height: 148px;
  display: none;
}
header .submenu .cat-image img{

	width: 100%;
	height: 100%;
	object-fit: contain;
}
header .submenu .categories{

	float: left;
	padding-left: 154px;
}
header .submenu .categories ul{

	list-style: none;
}
header .submenu .categories ul li{

	padding: 5px 0;
	cursor: pointer;
}
header .submenu:hover .categories:hover ul li{
opacity: 0.5;
}

header .submenu .categories.hover ul li{
opacity: 0.5;
}


header .submenu:hover .categories ul li:hover{
opacity: 1!important;
}
header .submenu .categories ul li.hover{
opacity: 1!important;
}
header .submenu .product{

	/*! display: none; */
	float: left;
	width: 300px;
	padding-left: 80px;
}
header .submenu .product .image{

	position: absolute;
	height: 194px;
	width: 282px;
}
header .submenu .product .image img{

	position: relative;
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center top;
}


header .submenu .product .name{

	font-size: 25px;
	margin-bottom: 5px;
}

header .submenu .product .new {

	margin-bottom: 8px;
}
header .submenu .product .new span {

	display: inline-block;
	padding: 1px 8px;
	font-size: 11px;
	font-weight: 600;
	color: white;
	background: rgb(244, 50, 63);
	background: linear-gradient(90deg, rgba(244, 50, 63, 1) 0%, rgba(244, 63, 58, 1) 59%, rgba(244, 82, 50, 1) 100%);
	text-transform: uppercase;
}
header .submenu .products {

	float: left;
	padding-left: 80px;
	display: none;
}
header .submenu .products ul {

	list-style: none;
}
header .submenu .products ul li {

	padding: 5px 0;
}
header .submenu .products:hover ul li {

	padding: 5px 0;
	opacity: 0.5;
}
header .submenu .products:hover ul li:hover {

	opacity: 1;
}
header .submenu .products ul li i {

	margin-right: 6px;
	font-size: 8px;
	color: var(--secondary);
	position: relative;
	top: -2px;
}
header .submenu .products ul li a{

}
/* [L] */
@media all and (max-width: 1249px)  {
	header {

	}

	header.sticky {

	}

	.header-holder{

	}

	header .menu-responsive {


	}

	header .menu-responsive.open {

	}

	header .contener {

	}

	header .contener:after {

	}

	header .logo {

	}

	header.sticky .logo {

	}

	header .right {

	}

	header .right .top {

	}

	header .right .top .phone {

	margin-right: 11px;
	}

	header .right .top .phone i {

	}

	header .right .top .social {

	}

	header .right .top a {

	}

	header .right nav {

	}

	header .right nav ul {

	}

	header .right nav ul li {

	margin-left: 18px;
	}

	header .right nav ul li.active {

	}

	header .right nav ul li a {

	}

	header.sticky .right nav ul li a {

	}

}

/* [M] */
@media all and (max-width: 940px) {
	header .submenu{
		display: none!important;
	}
	header {

	font-size: 18px;
	}

	header.sticky {

	}

	.header-holder{

	height: 124px;
	}

	header .menu-responsive {

	display: block;
	}

	header .menu-responsive.open {

	}

	header .contener {

	}

	header .contener:after {

	}

	header .logo {

	padding-left: 0;
	z-index: 999;
	position: relative;
	left: -10px;
	}

	header.sticky .logo {

	width: unset;
position: relative;
left: -10px;
	}
	header.open .logo {
width: 100%;
margin-top: 0px;
clear: both;
	}

	header .right {

	position: relative;
	width: 100%;
	text-align: center;
	-color: red;
	z-index: 99;
	float: unset;
	display: none;
	}

	header .right .top {

	position: fixed;
	bottom: -108px;
	left: 0;
	right: 0;
	}

	header .right .top .phone {

	display: block;
	margin-bottom: 20px;
	}

	header .right .top .phone i {

	}

	header .right .top .social {

	}

	header .right .top a {

	padding: 0 20px;
	}

	header .right nav {

	}

	header .right nav ul {

	}

	header .right nav ul li {

	display: block;
	margin: 0;
	}

	header .right nav ul li.active {

	margin: 0;
	}

	header .right nav ul li a {

	padding: 8px !important;
	}

	header.sticky .right nav ul li a {

	}

}

/* [S] */
@media all and (max-width: 520px) {
	header {

	padding: 15px 0;
	}

	header.sticky {

	}

	.header-holder{

	}

	header .menu-responsive {

	}

	header .menu-responsive.open {

	}

	header .contener {

	}

	header .contener:after {

	}

	header .logo {

	}

	header.sticky .logo {

	}

	header .right {

	}

	header .right .top {

	}

	header .right .top .phone {

	}

	header .right .top .phone i {

	}

	header .right .top .social {

	}

	header .right .top a {

	}

	header .right nav {

	}

	header .right nav ul {

	}

	header .right nav ul li {

	}

	header .right nav ul li.active {

	}

	header .right nav ul li a {

	}

	header.sticky .right nav ul li a {

	}

}
