.amtheme-menu-block .products-menu,
.amtheme-menu-block .nav-menu,
.navigation ul .category-item,
.section-item-content .wrapper .navigation ul .blog-menu a::before,
.section-item-content .wrapper .navigation ul .blog-menu a::after{
    display: none;
}
.wrapper :is(.products-menu span, .navigation ul .category-item a, .dropdown-nav p a){
    font-weight: bold;
}
.page-wrapper .page-header .panel{
    background-color: black;
}
.page-header .wrapper .header{
    display: flex;
    justify-content: center;
}
.header-msg{
    color: white;
}
body:not(.page-print) .logo .logo-image{
    width: 100%;
    margin-bottom: 10px;
}
.contact-header{
    display: none;
    padding: 15px 0
}
#contact{
    color: black;
    font-weight: normal;
}
#contact, :is(.price-options, .user-login) span img{
    cursor: pointer;
}
.user-login:hover .dropdown-content {display: block;}
.user-login .dropdown-content {
    margin-top: 0;
    right: 85px;
    z-index: 15;
}
/* .contact-header:hover #contact, .header-msg span {color: #e82b4f;} */
.contact-header:hover #contact, .panel.header .header-msg a {color: #e82b4f;}
.panel.wrapper .panel.header.header-none{
    padding: 0 !important;
    display: none;
}
.arrow{
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 3px;
    margin-left: 8px;
}
.down{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.amtheme-price-component.-small, .price-to .price, .price-including-tax+.price-excluding-tax, .weee[data-label], .price-including-tax+.price-excluding-tax .price, .weee[data-label] .price{
    margin-top: 0px;
}

.amtheme-menu-block .wrapper{
    display: block;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
    width: auto;
    position: relative;
}
.amtheme-menu-block .wrapper *{
    text-transform: uppercase;
}
.amtheme-menu-block .dropdown-content p:hover {background: none;}
.mobile-menu-selector{
    display: flex;
    justify-content: center;
}
.amtheme-menu-block .wrapper .mobile-menu-selector :is(.products-menu, .nav-menu){
    display: block;
    border: 1px solid #F6F6F6;
    padding: 20px;
    width: 50%;
    text-align: center;
    border-left-width: 0;
}
.amtheme-menu-block .cat-div .cat-title p{
    width: -webkit-fill-available;
    width: -moz-available;
    margin-left: 5%;
}
.amtheme-menu-block .cat-div .cat-title span{
    display: flex;
    align-items: center;
    width: 10%;
    justify-content: center;
    margin-right: 5%;
}
.cat-prin{
    border-color: grey;
}
.rotate{
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
/*sticky header*/
.sticky, .header.content.sticky{
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
}
.page-header .block.block-search.sticky{
    background-color: white;
}
.european-logo{
    display: none;
}
/* Toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px;
}
.switch input {display:none;}
.slider {
  border-radius: 34px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  background-color: white;
  border-radius: 50%;
  bottom: 2px;
  content: "";
  height: 16px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 16px;
  -webkit-transition: .4s;
}
input:checked + .slider {
  background-color: #303030;
}
input:focus + .slider {
  box-shadow: 0 0 1px #303030;
}
input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}
/* Toggle switch text */
.on {
  display: none;
}
.on, .off {
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}
input:checked + .slider .on {display: block;}
input:checked + .slider .off {display: none;}
/* Price options dropdown */
.price-options .dropdown-content{
    margin-top: 0;
    z-index: 15;
}
.price-switch-div{
    margin: 15px 10px;
}
.price-switch-title{
    margin-right: 15px;
    margin-bottom: 10px
}
.alert-price{
    margin-left: 20px;
    position: absolute;
}
@media(max-width: 539px){
    .dropdown-nav p,
    .section-item-content .wrapper .navigation ul .blog-menu{
        margin-left: 5%;
        margin-right: 5%;
    }
    .amtheme-menu-block :is(.cat-all p, .cat-second .cat-title p), .cat-second .no-child{
        margin-left: 10%;
    }
    .amtheme-menu-block .cat-second :is(.cat-third, .cat-all) p{
        margin-left: 15%;
    }
}
@media(min-width: 540px) and (max-width: 767px){
    .amtheme-menu-block .cat-div .cat-title p{
        margin-left: 10%;
    }
    .amtheme-menu-block .cat-div .cat-title span{
        margin-right: 10%;
    }
    .dropdown-nav p,
    .section-item-content .wrapper .navigation ul .blog-menu{
        margin-left: 10%;
        margin-right: 10%;
    }
    .amtheme-menu-block :is(.cat-all p, .cat-second .cat-title p), .cat-second .no-child{
        margin-left: 15%;
    }
    .amtheme-menu-block .cat-second :is(.cat-third, .cat-all) p{
        margin-left: 20%;
    }
}
@media(max-width: 767px){
    .page-header .header .logo{
        display: flex;
        justify-content: center;
        max-width: 30%;
    }
    .page-header .nav-sections .section-items .amtheme-menu-account{
        display: none;
    }
    .amtheme-menu-block .dropdown-content{
        display: block;
        box-shadow: none;
        margin: 0;
        background: none;
        min-width: none;
        position: initial;
    }
    .amtheme-menu-block .cat-div{
        width: 100%;
    }
    .amtheme-menu-block .cat-div .cat-title{
        display: flex;
        font-weight: bold;
        border-bottom: 1px solid #F6F6F6;
    }
    .section-item-content .wrapper :is(.navigation, .navigation ul){
        padding: 0;
    }
    .section-item-content .wrapper .navigation ul .blog-menu a{
        color: black;
        padding: 12px 16px;
        margin-bottom: 10px;
        font-weight: initial;
        font-size: 1.6rem;
    }
    .amtheme-navigation-icon .amtheme-icon-box .amtheme-item{
        width: 20px;
        height: 2px;
    }
    .amtheme-header-icon .amtheme-icon{
        height: 25px;
        width: 25px;
    }
    /*sticky header*/
    .page-header .header.content .block.block-search.sticky{
        margin-top: 0;
    }
    .sticky-padding{
        margin-top: 110px;
    }
    .page-header .header.content .block.block-search.sticky .field{
        width: 87.5%;
        margin: 0 auto;
    }
    .page-header .header.content .block.block-search.sticky .actions{
        left: 7%;
    }
}
@media(min-width:768px){
    .page-header .header .logo{
        margin-right: 0;
    }
    .mobile-menu-selector{
        display: none;
    }
    .amtheme-menu-block :is(.products-menu, .nav-menu){
        display: block;
        position: absolute;
        margin-left: 30px;
        top: 10px;
        padding: 10px 0;
        background-color: #F6F6F6;
        cursor: pointer;
    }
    .amtheme-menu-block :is(.products-menu, .dropdown-product){
        width: 325px;
    }
    .amtheme-menu-block :is(.nav-menu, .dropdown-nav){
        width: 250px;
    }
    .amtheme-menu-block .nav-menu{
        margin-left: 365px;
        background: none;
    }
    .amtheme-menu-block .dropdown-content{
        top: 50px;
        z-index: 900;
        margin-left: 30px;
        margin-top: 0;
        padding-top: 15px;
    }
    .amtheme-menu-block .dropdown-nav{
        margin-left: 365px;
    }
    .amtheme-menu-block .dropdown-content p,
    .amtheme-menu-block .cat-div .cat-title span {
        padding: 5px 16px;
    }
    .amtheme-menu-block .dropdown-content p:first-child {
        margin-top: 0.4rem;
    }
    .amtheme-menu-block .transparent-bg{
        position: absolute;
        top: 0;
        z-index: 899;
        width: 100%;
        height: 150%;
    }
    :is(.products-menu, .nav-menu) span{
        padding-left: 10px;
    }
    .cat-title{
        display: flex;
        justify-content: space-between;
    }
    .amtheme-menu-block .cat-div p{
        margin-bottom: 2px;
        font-size: 0.8em;
        display: flex;
        align-items: center;
    }
    .amtheme-menu-block .cat-div .cat-title p{
        font-weight: bold;
        margin-left: 0;
    }
    .amtheme-menu-block .cat-div .cat-title span{
        margin-top: 0.4rem;
        margin-bottom: 2px;
        font-weight: bold;
        font-size: large;
        cursor: pointer;
        margin-right: 0;
    }
    .dropdown-product :is(.cat-prin, .cat-second) p a {
        font-weight: 700;
    }
    .dropdown-product .cat-third p a {
        font-weight: 400;
    }
    :is(.cat-title, .cat-all, .cat-third) :is(span, p),
    .cat-second .no-child{
        border-bottom: 2px solid #F6F6F6;
    }
    .cat-title:hover *,
    :is(.cat-all, .cat-third, .dropdown-nav) p:hover a,
    .cat-second .no-child{
        color: #e82b4f;
    }
    :is(.cat-title, .cat-all, .cat-third, .dropdown-nav) p,
    .cat-second .no-child{
        width: -webkit-fill-available;
        cursor: pointer;
    }
    :is(.cat-all, .cat-third) p,
    .cat-second .no-child{
        padding: 0;
    }
    :is(.cat-all, .cat-third) p a,
    .cat-second .no-child a{
        display: -webkit-box;
    }
    .cat-title, .cat-div :is(.cat-all, .no-child), .cat-third p{
        margin-left: 10px;
        margin-right: 10px;
    }
    .cat-second .cat-third.cat-all p{
        margin-left: 0;
        margin-right: 0;
    }
    .cat-second .cat-title p {
        padding-left: 36px;
    }
    .cat-prin .cat-all p a, .cat-second .no-child a{
        margin-left: 20px;
    }
    .cat-second .cat-third :is(p a,  .cat-all p a) {
        margin-left: 45px;
    }
    .navigation ul{
        justify-content: flex-start;
        min-height: 60px;
    }
    .section-item-content .wrapper .navigation ul .blog-menu {
        display: block !important;
        margin-left: 450px;
    }
    .amtheme-menu-block .wrapper .products-menu{
        display: flex;
        justify-content: space-between;
    }
    .products-menu-arrow{
        display: flex;
        align-items: center;
        margin-right: 20px;
    }
    .products-menu-arrow img{
        max-width: 15px;
        max-height: 15px;
    }
    /*sticky header*/
    .sections.nav-sections.sticky-padding{
        margin-top: 150px;
    }
    .page-wrapper .page-header .header.content{
        z-index: 10000;
    }
}
@media(min-width:1024px){
    .page-header .header .block-search {
        max-width: 400px;
    }
    .european-logo{
        display: block;
    }
    .european-logo a{
        position: absolute;
        right: 20px;
        top: -5px;
    }
}
@media(min-width:1280px){
    .contact-header{
        display: block;
    }
    .contact-header:hover .dropdown-content {display: block;}
    .amtheme-menu-block .nav-menu{
        display: none;
    }
    .amtheme-menu-block .dropdown-nav{
        display: none;
    }
    .wrapper .navigation ul .category-item {
        display: block;
        padding-right: 25px;
    }
    .navigation ul{
        justify-content: flex-end;
    }
    .section-item-content .wrapper .navigation ul{
        padding-right: 100px;
    }
    .section-item-content .wrapper .navigation ul .blog-menu {
        margin-left: 0;
    }
}
@media(min-width:1366px){
    .cms-home .amtheme-menu-block .dropdown-product,
    .page-products:not(.category-empresa):not(.category-catalogos) .amtheme-menu-block .dropdown-product{
        display: block !important;
        margin-top: 12px;
        box-shadow: none;
    }
    .cms-home .amtheme-menu-block :is(.transparent-bg, .products-menu-arrow),
    .page-products:not(.category-empresa):not(.category-catalogos) .amtheme-menu-block :is(.transparent-bg, .products-menu-arrow){
        display: none !important;
    }
}
@media(min-width:1440px){
    .page-header .header .block-search {
        max-width: 475px;
    }
    .user-login .dropdown-content {
        right: auto
    }
    .amtheme-menu-block .products-menu{
        margin-left: 60px;
    }
    .amtheme-menu-block .dropdown-content{
        margin-left: 60px;
    }
    .wrapper .navigation ul .category-item {
        padding-right: 40px;
    }
    .page-wrapper header.page-header .header.content{
        max-width: none;
        justify-content: space-evenly;
    }
    .european-logo a{
        right: 50px;
    }
    .price-switch-div{
        display: flex;
    }
    .price-switch-title{
        margin-bottom: 0;
        width: auto;
    }
}