/** Shopify CDN: Minification failed

Line 405:0 All "@import" rules must come first

**/

.ets_megamenu:not(.mm-mobile) ul.list-menus {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
  z-index: 999;
}
.ets_megamenu ul.list-menus{
    max-width: 100%;
}
.ets_megamenu:not(.mm-mobile) .list-menus .menu-item{
    float: left;
    display: block;
}
.ets_mm_embeddedcode.ets_megamenu {
    z-index: 1000;
}
button.ets-mm-toggle-menu-mobile {
    padding: 5px 0;
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
    margin-left: 15px;
    display: inline-block;
}
span.icon-menu-toggle {
    width: 24px;
    height: 2px;
    display: block;
    background: #444;
    margin: 4px 0;
}
span.height_tab_overlay {
  position: absolute;
  left: 250px;
  width: 100px;
  top: 0;
}
.open-vertical-menu > .menu-item-header-title span.main-menu-item-text:after{
    display: none!important;
}
@keyframes transition_default {
    from {
        margin-top: 25px;
    }

    100% {
        margin-top: 0;
    }
}
@-webkit-keyframes transition_default {
    from {
        margin-top: 25px;
    }

    100% {
        margin-top: 0;
    }
}
.break-col {
    clear: both;
}
.ets_mm_item_disabled{
    display: none!important;
}
.ets_megamenu,
.ets_mm_cart_link{
    position: relative;
}
.ets_mm_cart_link .ets_mm_cart_count{
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #1b4b72;
    border-radius: 8px;
    width: auto;
    min-width: 18px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

.menu-item .list-columns ul {
    padding: 0;
    margin: 0;
}
.menu-item.align-auto .list-columns {
    left: 0;
}
@media (min-width: 768px){
  .transition_menu_scale_down .menu-item > ul.list-columns,
  .transition_menu_scale_down .menu-item > .list-tabs{
    transform-origin: top center;
    -webkit-transform-origin: top center;
    animation: scaleDown1 300ms ease-in both;
    -webkit-animation: scaleDown1 300ms ease-in both;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
  }
  @-webkit-keyframes scaleDown1{
    0%{
      opacity:0;
      transform: perspective(600px) rotateX(-90deg);
      -webkit-transform: perspective(600px) rotateX(-90deg);
    }
    50%{
      opacity:1
    }
    100%{
      transform: perspective(0px) rotateX(0deg);
      -webkit-transform: perspective(0px) rotateX(0deg)
    }
  }
  @keyframes scaleDown1{
    0%{
      opacity:0;
      transform: perspective(600px) rotateX(-90deg);
      -webkit-transform: perspective(600px) rotateX(-90deg);
    }
    50%{
      opacity:1
    }
    100%{
      transform: perspective(0px) rotateX(0deg);
      -webkit-transform: perspective(0px) rotateX(0deg);
    }
  }
  .transition_menu_zoom_in .menu-item > .list-columns,
  .transition_menu_zoom_in .menu-item > .list-tabs{
    animation: transition_zoomIn 300ms ease-in both;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    transform-origin: 50% 0 0;
    -webkit-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    -o-transform-origin: 50% 0 0;
  }
  @-webkit-keyframes transition_zoomIn{
    from {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }

    50% {
      opacity: 1;
    }
  }
  @keyframes transition_zoomIn{
    from {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }

    50% {
      opacity: 1;
    }
  }

    .transition_menu_slide_down .menu-item > .list-columns,
    .transition_menu_slide_down .menu-item > .list-tabs{
        animation: transition_slidedown 250ms ease-in both;
        animation-iteration-count: 1;
        animation-timing-function: linear;
        transform-origin: top;
    }
    @-webkit-keyframes transition_slidedown{
        0% {
            opacity: 0;
            transform-origin: top;
            transform: scaleY(0);
        }
        50% {
            opacity: 1;
        }
        100%{
            transform: scaleY(1);
        }
    }
    @keyframes transition_slidedown{
        0% {
            opacity: 0;
            transform-origin: top;
            transform: scaleY(0);
        }
        50% {
            opacity: 1;
        }
        100%{
            transform: scaleY(1);
        }
    }


}

.block-blog-post .blog-post-img {
    width: 100px;
    float: left;
    margin-right: 10px;
    border: 1px solid #ddd;
    margin-top: 5px;
}
.block-blog-post li {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.block-blog-post li.blog-post-img {
    border: 1px solid #eee;
}
.block-blog-post li.blog-post-img img{
    float: left;
    width: 100%;
}
.ets_mm_menu_item_li .menu-item-link {
    padding: 0 15px;
    position: relative;
    display: block;
    color: inherit!important;
}
.ets_megamenu:not(.mm-mobile) .list-menus .menu-item{
    float: left;
    display: block
}
.ets_mm_menu_item_li .menu-item-link span{
    padding: 0;
}
.menu-item-link span svg{
    width: 16px;
    height: 16px;
}
.ets_megamenu li.ets_mm_extra_items {
    display: flex;
    display: -webkit-flex;
}
.ets_megamenu li.ets_mm_extra_items {
    position: absolute;
    right: 0;
    top: 0;
}
.open-vertical-menu ul.list-tabs {
    display: block!important;
}
.block-contact-form input.form-control, .block-contact-form textarea {
    outline: none!important;
}
.block-contact-form textarea.form-control {
    width: 100%;
    border-radius: 8px;
}
.has_sub span.main-menu-item-text:after,
.has_subs span.main-menu-item-text:after {
    content: "";
    border-top: 2px solid red;
    border-right: 2px solid red;
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
    margin-left: 9px;
    vertical-align: 4px;
}
.ets_mm_search, .ets_mm_search form,
.ets_mm_extra_items .ets_mm_menu_cart {
    display: flex;
    height: 100%;
}
.list-menus.has_extra_cartsearch {
    padding-right: 110px;
}
.ets_mm_search button.ets_mm_submit_search {
    background: transparent;
    border: none;
    padding: 0 15px;
    outline: none!important;
}
.ets_mm_menu_cart a.ets_mm_cart_link {
    display: flex;
    outline: none!important;
    align-items: center;
    padding: 0 15px;
}

.ets_megamenu.overlay-bg-grey.sticky_fixed:before {
    content: "";
    left: 0;
}
.block-contact-form textarea.form-control,
.block-contact-form input.form-control {
    width: 100%;
    outline: none!important;
}

.ets_megamenu.overlay-bg-grey.active-overlay:hover:before{
    opacity: 1;
    visibility: visible;
}
.menu-item .list-columns{
    z-index: 9;
    padding: 15px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    position: absolute;
}
@media (min-width: 1200px){
    .menu-item .list-columns,
    .menu-item.ets_mm_menu_item_li .list-tabs{
        max-width: calc(100vw - 30px);
    }

}
.menu-item .list-columns::-webkit-scrollbar {
    width: 0;
}
.block-content a,
.block-content a:hover {
  color: inherit;
}
/* Track */
.menu-item .list-columns::-webkit-scrollbar-track {
    background: #ffffff;
}
.ets_mm_menu_item_li li.tab-item{
  border: 1px solid #ddd;
  border-top: none;
  margin: 0;
}
.ets_mm_menu_item_li li.tab-item:first-child{
    border-top: 1px solid #ddd;
}
/* Handle */
.menu-item .list-columns::-webkit-scrollbar-thumb {
    background: #ffffff;
}

/* Handle on hover */
.menu-item .list-columns::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}
.ets_mm_item_disabled{
    display: none!important;
}
.ets_mm_search:not(.open) .ets_mm_input_search{
    display: none;
}
.ets_mm_cart_link{
    position: relative;
}
.mm-break-col,.break-col {
    clear: both!important;
    display: block;
    width: 100%;
}
li.tab-item.open.has-sub > .ets-mm-tab-item-link:before {
    content: "";
    position: absolute;
    right: -1px;
    width: 1px;
    height: auto;
    background: #fff;
    z-index: 100;
    bottom: 0;
    top: 0;
}
style + li.menu-item {
    border-left: none!important;
}
.main-menu-item-text .menu-icon.menu-item-icon {
    margin-right: 5px;
}
.ets_mm_cart_link .ets_mm_cart_count{
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 8px;
    width: auto;
    min-width: 18px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}


.ets-text-bold {
    font-weight: bold !important;
}

/**/
@import url('font-awesome.min.css');
  /* Style the list inside the menu */
  .nav ul {
    list-style-type: none;
    padding: 0;
  }

  article {
    padding: 20px 10px;
    height: auto; /* only for demonstration, should be removed */
  }

  /* Clear floats after the columns */
  section::after {
    content: "";
    display: table;
    clear: both;
  }

  /* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
  @media (max-width: 600px) {
    nav, article {
      width: 100%;
      height: auto;
    }
  }
.tab-item.active .tab-item-title:after {
    content: "";
    width: 2px;
    top: 0;
    bottom: 0;
    right: -2px;
    background: #ffffff;
    left: auto;
    position: absolute;
    z-index: 1;
}
iframe {
    max-width: 100%;
}
.clock-group {
    display: inline-block;
    text-align: center;
    padding: 0 6px;
}
.clock.flip-clock .digits .clock-group{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    min-width: 55px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
}
.clock.flip-clock .digits {
    text-align: center;
    display: inline-block;
    padding: 0 0 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.clock.flip-clock .digits {
    padding-top: 20px;
    position: relative;
}
.clock.flip-clock .digits .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.clock-group span.digit {
    padding: 0 3px;
    border-radius: 2px;
    margin: 0 1px;
    width: 22px;
    font-size: 20px;
    position: relative;
}
.flip-clock .clock-group span.digit:before {
    content: "";
    width: 100%;
    background-color: rgba(255,255,255,0.31);
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
}
.normal-clock .digits {
    display: inline-block;
    margin-right: 6px;
    min-width: 46px;
    text-align: center;
    font-size: 11px;
    padding: 5px;
    margin-bottom: 12px;
}
.normal-clock .digits:last-child {
    margin-right: 0;
}
.normal-clock .clock-group span.digit {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.normal-clock .clock-group {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
}
.clock.normal-clock span.base {
    font-size: 24px!important;
    font-weight: 600;
}
.clock.normal-clock .clock-group .digit {
    width: auto;
}
.clock.normal-clock .digits .text {
    font-size: 12px!important;
    clear: both;
    display: block;
    line-height: 1;
}
.digits .text {
    color: #777;
}
.w_14{
    width: 14px;
}
.h_14{
    height: 14px;
}
.ets_text_uppercase {
    text-transform: uppercase;
    z-index: 10000;
}
.menu-item a:hover {
    text-decoration: none!important;
}
  .float-left{
      float: left;
  }
  .text-center{
      text-align: center;
  }
.menu-item-header a svg {
    width: 15px;
    height: 13px;
   fill: inherit;
}
.menu-item-header > a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    text-decoration: none!important;
}
.tab-menu-item-text {
    word-break: break-word;
}
.mm_bubble_text {
    display: inline-block;
    font-size: 10px!important;
    right: -10px;
    line-height: 14px;
    margin-left: 0;
    padding: 2px 5px!important;
    position: absolute;
    color: #fff;
    text-transform: capitalize;
    top: -20px;
    font-weight: 400;
    white-space: nowrap;
}
.form-group.show_countdown_clock {
    margin-top: 10px;
}
.ets-tab-content li {
    list-style: none;
    position: relative;
}
.ets-tab-content ul {
    padding: 0;
    position: relative;
}
.ets-tab-content img {
    display: block;
    max-width: 100%;
}
img.ets-modal-header-img {
    max-width: 100%;
    display: block;
}
div[class*="ets-col-"]{
    padding: 0 15px;
    float: left;
}
.block-html-content iframe,
.menu-item iframe{
    max-width: 100%;
    margin-top: 5px;
}
.mm_blocks_ul h4.heading-title,
.mm_blocks_ul h4.ets_title_mm_block {
    font-weight: 600;
    text-transform: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
h4.mm_product_name::first-letter {
    text-transform: uppercase;
}
span.main-menu-item-text {
    position: relative;
}
* {
    box-sizing: border-box;
}
.menu-column-blocks a {
    cursor: pointer;
}
span.mm_product_thumb {
    display: inline-block;
    width: 120px;
    margin-right: 20px;
    position: relative;
}
.mm_block_type_product {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    margin-bottom: 20px;
}
.mm_block_type_product .mm_product_info {
    width: calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    display: inline-block;
}
.mm_blocks_ul {
    margin-bottom: 20px;
    line-height: 1.75;
}
/**/
.menu-item > ul {
    list-style: none;
    padding: 0 5px;
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
}
.menu-column {
    float: left;
    margin: 0;
    min-width: 100px;
    padding: 0 15px 10px;
    position: relative;
    line-height: 1.75;
}
.menu-item-header {
    float: left;
    line-height: 24px;
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
}
.menu-item-header a{
    cursor: pointer;
}
.menu-item .list-columns, .menu-item .list-columns li {
  list-style: none;
    display: block;
}
h4.ets_title_mm_block {
    clear: left;
    color: #555555;
    display: block;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 7px;
    padding-bottom: 12px;
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
    padding-right: 0;
}
.ets_text_uppercase{
    text-transform: uppercase;
    z-index: 10000;
}
.ets_enable_heading_divider{
    border-bottom: 1px solid #E7E7E7;
}
.menu-column-blocks {
    position: relative;
}
.menu-column-blocks li {
    position: relative;
  list-style: none;
}
.menu-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-post-img a > svg {
  float: left;
}
.ets_mm_menu_item_li.menu-item {
  white-space: normal;
}
.ets_mm_menu_item_li .submenu-item-content p {
    margin-bottom: 5px;
}
.menu-item-header .menu-item-action {
    position: absolute;
    min-width: 73px;
    bottom: 100%;
    right: 0;
    opacity: 0;
    margin-bottom: 0;
    visibility: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.mm-break-col {
    clear: both;
}
.block-contact-form input.form-control {
    border-radius: 5px;
    width: 100%;
    outline: none!important;
    box-shadow: none!important;
}
.block-contact-form label {
    color: #de1c7e;
}
.block-contact-form input.form-control::-webkit-input-placeholder,
.block-contact-form textarea.form-control::-webkit-input-placeholder {
  opacity: 0.8!important;
    font-size: 12px;
}

.block-contact-form input.form-control:-ms-input-placeholder,
.block-contact-form textarea.form-control:-ms-input-placeholder {
  opacity: 0.8!important;
    font-size: 12px;
}

.block-contact-form input.form-control::placeholder,
.block-contact-form textarea.form-control::placeholder {
  opacity: 0.8!important;
    font-size: 12px;
}
@media (min-width: 768px){
    .ets-col-sm-12,
    .mm-col-12 {
        width: 100%;
    }
    .ets-col-sm-11,
    .mm-col-11 {
        width: 91.66667%;
    }
    .ets-col-sm-10,
    .mm-col-10 {
        width: 83.33333%;
    }
    .ets-col-sm-9,
    .mm-col-9 {
        width: 75%;
    }
    .ets-col-sm-8,
    .mm-col-8 {
        width: 66.66667%;
    }
    .ets-col-sm-7,
    .mm-col-7 {
        width: 58.33333%;
    }
    .ets-col-sm-6,
    .mm-col-6 {
        width: 50%;
    }
    .ets-col-sm-5,
    .mm-col-5 {
        width: 41.66667%;
    }
    .ets-col-sm-4,
    .mm-col-4 {
        width: 33.33%;
    }
    .ets-col-sm-3,
    .mm-col-3 {
        width: 25%;
    }
    .ets-col-sm-2,
    .mm-col-2 {
        width: 16.66667%;
    }
    .ets-col-sm-1 {
        width: 8.33333%;
    }
}
@media (min-width: 992px){
    .ets-col-md-12 {
        width: 100%;
    }
    .ets-col-md-11 {
        width: 91.66667%;
    }
    .ets-col-md-10 {
        width: 83.33333%;
    }
    .ets-col-md-9 {
        width: 75%;
    }
    .ets-col-md-8 {
        width: 66.66667%;
    }
    .ets-col-md-7 {
        width: 58.33333%;
    }
    .ets-col-md-6 {
        width: 50%;
    }
    .ets-col-md-5 {
        width: 41.66667%;
    }
    .ets-col-md-4 {
        width: 33.33%;
    }
    .ets-col-md-3 {
        width: 25%;
    }
    .ets-col-md-2 {
        width: 16.66667%;
    }
    .ets-col-md-1 {
        width: 8.33333%;
    }
}
@media (min-width: 1200px){
    .ets-col-lg-12 {
        width: 100%;
    }
    .ets-col-lg-11 {
        width: 91.66667%;
    }
    .ets-col-lg-10 {
        width: 83.33333%;
    }
    .ets-col-lg-9 {
        width: 75%;
    }
    .ets-col-lg-8 {
        width: 66.66667%;
    }
    .ets-col-lg-7 {
        width: 58.33333%;
    }
    .ets-col-lg-6 {
        width: 50%;
    }
    .ets-col-lg-5 {
        width: 41.66667%;
    }
    .ets-col-lg-4 {
        width: 33.33%;
    }
    .ets-col-lg-3 {
        width: 25%;
    }
    .ets-col-lg-2 {
        width: 16.66667%;
    }
    .ets-col-lg-1 {
        width: 8.33333%;
    }
}
@media (max-width: 767px){
    .ets-col-xs-12 {
        width: 100%;
    }
    .ets-col-xs-11 {
        width: 91.66667%;
    }
    .ets-col-xs-10 {
        width: 83.33333%;
    }
    .ets-col-xs-9 {
        width: 75%;
    }
    .ets-col-xs-8 {
        width: 66.66667%;
    }
    .ets-col-xs-7 {
        width: 58.33333%;
    }
    .ets-col-xs-6 {
        width: 50%;
    }
    .ets-col-xs-5 {
        width: 41.66667%;
    }
    .ets-col-xs-4 {
        width: 33.33%;
    }
    .ets-col-xs-3 {
        width: 25%;
    }
    .ets-col-xs-2 {
        width: 16.66667%;
    }
    .ets-col-xs-1 {
        width: 8.33333%;
    }
}
.ets-mm-countdown .flap {
    display: none;
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #fff;
    left: 0;
    top: 0;
    border-radius: 2px 2px 0 0;
    transform-origin: 50% 100%;
    backface-visibility: hidden;
    overflow: hidden;
}
.ets-mm-countdown .flap::before {
    content: attr(data-content);
    position: absolute;
    left: 0;
    width: 100%;
}
.ets-mm-countdown .flap.back::before {
    top: 100%;
    transform: translate(-50%, -50%) rotateZ(180deg);
}
.ets-mm-countdown .flap.back{
    transform: rotateY(180deg);
}

.ets-mm-countdown.ets-mm-countdown-id_block .flap.front {
    animation: ets-mm-flip-down-front-id_block 500ms ease-in both;
}
.ets-mm-countdown.ets-mm-countdown-id_block .flap.back {
    animation: ets-mm-flip-down-back-id_block 500ms ease-in both;
}
.ets-mm-countdown.ets-mm-countdown-id_block .flap.under {
    animation: ets-mm-fade-under-id_block 500ms ease-in both;
}
@keyframes ets-mm-flip-down-front-id_block {
   0% {
     transform: rotateX(0deg);
     background-color: rgba(0,0,0,1);
     color: rgba(236,67,74,1);
   }
   100% {
     transform: rotateX(-180deg);
     background-color: rgba(0,0,0,1);
     color: rgba(153,44,48,1);
   }
}

@keyframes ets-mm-flip-down-back-id_block {
   0% {
     transform: rotateY(180deg) rotateX(0deg);
     background-color: rgba(0,0,0,1);
     color: rgba(153,44,48,1);
   }
   100% {
     transform: rotateY(180deg) rotateX(180deg);
     background-color: rgba(0,0,0,1);
     color: rgba(236,67,74,1);
   }
}
@keyframes ets-mm-fade-under-id_block {
   0% {
     background-color: rgba(0,0,0,1);
     color: rgba(153,44,48,1);
   }
   100% {
     background-color: rgba(0,0,0,1);
     color: rgba(236,67,74,1);
   }
}
.menu-item .sub_menu_top.tab-item .list-columns.tab-columns{
    margin-top: -45px;
}
.ets_mm_menu_item_li li.tab-item:last-child {
    border-bottom: 1px solid #cccccc!important;
}
.tab-item {
    width: 100%;
    padding: 0;
    float: left;
    background: #fff;
    clear: both;
}
.ets_mm_menu_item_li li.tab-item > .ets-mm-tab-item-link {
    display: block;
    position: relative;
        text-align: left;
}
.menu-tab {
    position: relative;
}
.ets_mm_menu_item_li .tab-item > .ets-mm-tab-item-link {
    width: 100%;
    display: block;
    padding: 0;
}
.ets_mm_menu_item_li li.tab-item > .ets-mm-tab-item-link .tab-menu-item-text {
    display: block;
    padding: 10px 15px;
}
.tab-item .tab-item-action {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
i.tab-icon.tab-icon-font {
    line-height: 1;
    vertical-align: middle;
}
.menu-item.ets_mm_menu_item_li .list-tabs{
    top: 100%;
    left: 0;
    background: transparent;
    border: none;
    padding: 0;
    display: block;
}
.tab-item .display-content-tab:hover .tab-item-action {
    opacity: 1;
    visibility: visible;
}
.tab-item-title {
    position: relative;
    padding: 15px;
    display: inline-block;
    width: 100%;
}
.tab-item-icon svg,
.tab-menu-item-text svg{
    width: 16px;
    margin-right: 6px;
    height: 16px;
}
.tab-item-img img,
.tab-menu-item-text img{
    width: 16px;
    vertical-align: middle;
    margin-right: 6px;
}
span.menu-item-img img {
    width: 16px;
}
img {
    max-width: 100%;
}
.menu-item-header.active-item > a {
    color: #fff;
}
.block-product-item .product-wrapper {
    width: 100%;
}
.block-product-item .product-wrapper .product-img {
    width: 100px;
    margin-right: 10px;
    min-width: 100px;
}
.mm-menu-column-container a {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px){
    ul.list-columns.tab-columns.from_top {
        top: 0!important;
        background-color: #fff!important;
        border: 1px solid #ddd;
    }
    .menu-column-blocks .menu-column-blocks-item {
        margin-bottom: 0;
        position: relative;
        padding: 5px 0;
        transition: all 0.2s;
        min-height: 40px;
        text-align: left;
    }
    .ets_mm_menu_item_li .list-tabs .list-columns {
        margin: 0 0 0 -1px;
    }
    .menu-item.ets_mm_menu_item_li .list-columns.tab-columns, .menu-item.ets_mm_menu_item_li .list-columns.tab-columns {
        left: 20%;
        top: auto;
        background-color: #fff;
    }
    .transition_menu_slide_down .list-menus .menu-item .list-tabs{
      height: auto;
    }
    .menu-item.ets_mm_menu_item_li .list-tabs{
        position: absolute;
        top: 100%;
        height: 0;
        border: none;
    }
    .menu-item .list-columns{
        max-height: calc(100vh - 140px);
        overflow: auto;
    }
}
@media (max-width: 767px){
    .ets_mm_choose_display_options {
        background-color: #ffffff;
        padding: 15% 50px;
        position: relative;
    }
    .ets_mm_choose_display_options:before{
        opacity: 0.4;
    }
}
.ets_megamenu .submenu-item-heading {
    display: block;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
}
.ets_megamenu .submenu-item-content a ,
.ets_mm_menu_item_li .block-product-item .product-title a,
.menu-column-blocks a{
    padding: 0;
    display: block;
}
.ets_mm_menu_item_li .block-product-item .product-img {
    width: 100px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    margin-top: 5px;
}
.menu-column .image-wrapper {
    display: block;
    padding-top: 5px;
}
.menu-column-blocks .block-product-item .product-wrapper {
    display: block;
    width: 100%;
}
.menu-column-blocks .product-img a {
    padding: 0;
}
.menu-item .product-img img {
    border: 1px solid #ddd;
    float: left;
}
.block-product li.block-product-item {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
}
.block-blog-post li a {
    display: block;
    padding: 0;
    position: relative;
}
.menu-item .product-price span.price-compare {
    color: #aaaaaa;
    text-decoration: line-through;
    font-style: italic;
    margin-right: 8px;
}
.menu-item .product-price span {
    width: 100%;
    display: block;
    margin: 0;
}
.menu-item .product-info .product-title {
    margin-bottom: 5px;
}
.blog-post-img img {
    float: left;
}
.block-contact-form button.btn.btn-primary {
    border-radius: 5px;
    float: right;
    line-height: 1.5;
    padding: 5px 20px;
    font-weight: normal;
    letter-spacing: 0;
}
.block-contact-form .form-group {
    margin-bottom: 15px;
}
.normal-clock .clock-group .digit {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
}
/* For mobile*/
.ets_mm_menu_item_li:not(.open) > .list-columns,
.ets_mm_menu_item_li:not(.open) > .list-tabs,
.ets_mm_search:not(.open) .ets_mm_input_search,
.ets_mm_menu_item_li.menu-item .list-tabs .tab-item:not(.open) .list-columns.tab-columns,
.ets_megamenu.mm-mobile .ets_mm_menu_item_li:not(.open) > .list-columns,
.ets_megamenu.mm-mobile .ets_mm_menu_item_li:not(.open) > .list-tabs,
.ets_megamenu.mm-mobile .ets_mm_menu_item_li .list-tabs .tab-item:not(.open) > .list-columns.tab-columns{
    display: none;
}
.ets_megamenu.mm-mobile .menu-item.has_subs{
    position: relative;
}
.sticky-menu-center.sticky_fixed ul.list-menus {
    justify-content: center;
}
.ets-item-header-mobile + .menu-item.menu-item-header.ets_mm_menu_item_li {
  border-left: none;
}
.has_subs .btn-toggle-item {
    width: 40px;
    height: 50px;
    display: none;
    top: 0;
    right: 0;
    position: absolute;
    margin-top: 0;
    bottom: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 1;
}
.has_subs .tab-item.has-sub .btn-toggle-item {
    height: 40px;
}
i.ets_svg.icon_bars {
    fill: #fff;
    line-height: 16px;
    display: inline-block;
    margin-right: 4px;
    float: left;
    margin-top: 3px;
}

.blog-post-img svg.placeholder-svg,
.block-product-item svg.placeholder-svg{
    width: 100%;
    height: auto;
}
.block-contact-form textarea.form-control {
    width: 100%;
    border-radius: 5px;
}
.clock.flip-clock .digits .clock-group {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    min-width: 55px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
}
.clock-group {
    display: inline-block;
    text-align: center;
    padding: 0 6px;
}
.clock.flip-clock .digits {
    text-align: center;
    display: inline-block;
    padding: 0 0 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.clock.flip-clock .digits {
    padding-top: 20px;
    position: relative;
}
.clock.flip-clock .digits .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px!important;
}
.clock-group span.digit {
    padding: 0 3px;
    border-radius: 2px;
    margin: 0 1px;
    width: 22px;
    font-size: 20px;
    position: relative;
}
.flip-clock .clock-group span.digit:before {
    content: "";
    width: 100%;
    background-color: rgba(255,255,255,0.31);
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
}
.ets-mm-countdown .flap {
    display: none;
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #fff;
    left: 0;
    top: 0;
    border-radius: 2px 2px 0 0;
    transform-origin: 50% 100%;
    backface-visibility: hidden;
    overflow: hidden;
}
.ets-mm-countdown .flap::before {
    content: attr(data-content);
    position: absolute;
    left: 0;
    width: 100%;
}
.ets-mm-countdown .flap.back::before {
    top: 100%;
    transform: translate(0, -50%) rotateZ(180deg);
}
.ets-mm-countdown .flap.back{
    transform: rotateY(180deg);
}
.menu-item-header a i.icon-svg {
    line-height: 16px;
    vertical-align: middle;
    display: inline-block;
  text-decoration: none;
}
.ets-mm-countdown[data-animate-type="FLIP"] .flap.front {
    animation: ets-mm-flip-down-front-id_block 500ms ease-in both;
}
.ets-mm-countdown[data-animate-type="FLIP"] .flap.back {
    animation: ets-mm-flip-down-back-id_block 500ms ease-in both;
}
.ets-mm-countdown[data-animate-type="FLIP"] .flap.under {
    animation: ets-mm-fade-under-id_block 500ms ease-in both;
}
@keyframes ets-mm-flip-down-front-id_block {
   0% {
     transform: rotateX(0deg);
     background-color: rgba(0,0,0,1);
     color: rgba(236,67,74,1);
   }
   100% {
     transform: rotateX(-180deg);
     background-color: rgba(0,0,0,1);
     color: rgba(153,44,48,1);
   }
}

@keyframes ets-mm-flip-down-back-id_block {
   0% {
     transform: rotateY(180deg) rotateX(0deg);
     background-color: rgba(0,0,0,1);
     color: rgba(153,44,48,1);
   }
   100% {
     transform: rotateY(180deg) rotateX(180deg);
     background-color: rgba(0,0,0,1);
     color: rgba(236,67,74,1);
   }
}
@keyframes ets-mm-fade-under-id_block {
   0% {
     background-color: rgba(0,0,0,1);
     color: rgba(153,44,48,1);
   }
   100% {
     background-color: rgba(0,0,0,1);
     color: rgba(236,67,74,1);
   }
}

@keyframes RightToLeft{
    0%{
        left: 100% !important;
    }
    100%{
        left: 0!important;
    }
}
@-webkit-keyframes RightToLeft{
    0%{
        left: 100% !important;
    }
    100%{
        left: 0!important;
    }
}

.clock-group .digit {
    padding: 0 3px;
    border-radius: 2px;
    margin: 0 1px;
    width: 22px;
    font-size: 20px;
    position: relative;
}
.ets-mm-countdown .flap.front{
    z-index: 1;
}
.sticky_fixed .menu-item > ul.list-tabs,
.sticky_fixed .menu-item > ul.list-columns {
    margin-left: auto!important;
    margin-right: auto!important;
}

.flip-clock .clock-group .digit:before {
    content: "";
    width: 100%;
    background-color: rgba(255,255,255,0.31);
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
}
.tab-item.has-sub > .ets-mm-tab-item-link > span.tab-menu-item-text:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid red;
    border-right: 2px solid red;
    transform: rotate(45deg);
    right: 10px;
    top: 50%;
    margin-top: -4px;
}
.menu-column-blocks-item img.mm-block-img {
    width: 100%;
}
.alignment-center.ets-mm-countdown{
    text-align: center;
}
.ets-mm-countdown > .clock {
    display: inline-block;
}
/*mobile*/
.ets_megamenu.mm-mobile .menu-item.menu-item-header {
    width: 100%!important;
}
.ets_megamenu.mm-mobile .menu-item.menu-item-header .menu-item-link {
    justify-content: left;
    height: auto;
    min-height: 0;
    line-height: 50px;
}
.menu-item-header-title {
    position: relative;
}
.main-menu-item-background-active .menu-item.open .menu-item-header-title:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    z-index: 11;
    background: #ffffff;
    left: 0;
    right: 0;
}
@media (min-width:768px){
    .ets_megamenu.sticky-menu.sticky_fixed,
    .ets_megamenu.sticky-menu.sticky_fixed11 {
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        right: 0;
        z-index: 10000;
        box-shadow: 0 0 4px 0 #ccc;
        -webkit-box-shadow: 0 0 4px 0 #ccc;
    }
}

.ets_megamenu.sticky-menu.sticky_fixed ~ .ets_mm_height_sticky,
.ets_megamenu.sticky-menu.sticky_fixed11 ~ .ets_mm_height_sticky{
    display: block;
}
.ets-mm-toggle-menu-mobile.ets-mm-hidden,
.ets_mm_height_sticky,
.ets_mm_embeddedcode.ets_megamenu.mm-mobile:not(.open)>ul{
    display: none;
}
.ets_mm_embeddedcode.overlay-bg-grey ~ .page-container:before,
.page-container:before,
.ets_mm_embeddedcode.ets_megamenu.overlay-bg-grey:before{
    content: "";
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1111;
    right: 0;
    display: none;
}
.ets_mm_embeddedcode.overlay-bg-grey.active-overlay ~ .page-container:before,
body.active-overlay .page-container:before{
    display: block!important;
}
li.ets-item-header-mobile,
.menu_header_title_sub{
    display: none!important;
}
.menu_header_title_sub .close_menu svg {
    margin-right: 0;
}
.menu_header_title_sub span.close_menu {
    float: right;
}
.menu_header_title_sub span.back_to_item {
    float: left;
    width: calc(100% - 24px);
    text-align: center;
}
.ets_mm_menu_item_li.menu-item.align-left .list-tabs {
    left: auto;
    right: auto;
}

li.menu-item.align-right {
    direction: rtl;
}
li.menu-item.align-right .menu-item-header-title,
li.menu-item.align-right ul.list-columns{
    direction: ltr;
}
.menu_header_title_sub span.back_to_item svg {
    float: left;
}
li.back_to_item.js-ets-mm-back-item {
    display: none;
}
.active-overlay .page-container {
    position: relative;
    z-index: 1;
}
i.ets_svg.icon_angle_right,
.transition_mobile_right i.ets_svg.icon_angle_left{
    display:none;
}
.transition_mobile_right i.ets_svg.icon_angle_right{
    display: inline-block;
    float: right;
    margin-top: 1px;
}
i.ets_svg.icon_angle_left {
    float: left;
    margin-top: 1px;
}
span.text-back-btn.toggle_menu_icon {
    float: right;
}
@media (min-width: 768px){
    .tab-item, .menu-item-header {
        position: static!important;
    }
    .ets_megamenu .ets_mm_menu_item_li.menu-item{
        border-top: none;
    }
    span.ets-menu-text-embedded,.ets_menu_mobiel_custom {
        display: none;
    }
}

@media (max-width: 767px){
    ul.mm-embedded.list-menus {
        position: absolute;
        top: 100%;
        z-index: 100;
        border-top: 1px solid #eee;
        background: #fff;
        width: 100%;
    }
    .menu-item-header-title {
      color: #333!important;
      text-align: left;
  }
  .ets_megamenu li.menu-item .ets_svg {
      fill: #333!important;
  }
  .ets_megamenu .list-columns {
      box-shadow: none!important;
  }
  li.ets-item-header-mobile {
      text-align: left;
  }
    .menu-item-header {
        width: auto !important;
    }
    .ets_megamenu .ets_mm_menu_item_li li.tab-item:last-child{
        border-bottom: none;
    }
    .ets_megamenu.sticky-menu.hide-sticky-menu-on-mobile ~ .ets_mm_height_sticky {
      display: none!important;
    }
    .menu-item .list-columns{
        padding-top: 0;
    }
    .ets_mm_menu_item_li.menu-item.open .list-tabs {
        height: auto;
        position: relative;
        width: 100%!important;
        top: auto;
        left: auto;
        z-index: auto;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        border-bottom: 1px solid #eee;
    }
    .mm-mobile .has_subs .btn-toggle-item {
        display: flex;
    }
    .menu-item.open > .menu-item-header-title > span.btn-toggle-item > i.ets_svg,
    .tab-item.open > span.btn-toggle-item > i.ets_svg {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
    .menu-item .list-tabs li.tab-item {
        width: 100%!important;
        position: relative;
        border-left: none;
        flex-wrap: wrap;
        border-right: none;
        border-top: none;
    }
    .open-vertical-menu > .menu-item-header-title > .btn-toggle-item {
      display: none;
    }

    .ets_mm_embeddedcode.ets_megamenu, .ets_mm_embeddedcode.ets_megamenu.transition_mobile_bottom {
        position: relative;
        z-index: auto;
      width: 100%;
    }
    .ets_megamenu.transition_mobile_bottom ul.mm-embedded.list-menus {
        box-shadow: 0 0 7px 0 #999;
        -webkit-box-shadow: 0 0 7px 0 #999;
    }

    .menu_header_title_sub svg {
        vertical-align: -4px;
        margin-right: 9px;
        font-weight: normal;
        width: 20px;
        height: 20px;
        fill: #ffffff;
    }
    .menu_header_title_sub:hover svg{
        fill: #333;
    }
    .ets_megamenu.mm-mobile .menu-item.menu-item-header .menu-item-link {
        width: 100%!important;
    }
    .ets_megamenu.sticky-menu-center.sticky_fixed ul.list-menus {
        max-height: calc(100vh - 50px);
        overflow: auto;
    }
    .has_sub span.main-menu-item-text:after, .has_subs span.main-menu-item-text:after, .ets_megamenu.overlay-bg-grey:before,
    .tab-item > .ets-mm-tab-item-link > span.tab-menu-item-text:before{
        display: none;
    }
    .ets_mm_embeddedcode.ets_megamenu {
        display: flex;
        max-width: 100%;
        padding: 5px 0;
        background: #fff;
        align-items: center;
        border-bottom: 1px solid #eee;
    }
    .ets-menu-text-embedded {
        text-transform: uppercase;
        font-weight: 600;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
    }
    .menu-item .menu-column {
        padding: 0;
        width: 100%;
    }
    .ets_megamenu:not(.hide-sticky-menu-on-mobile) .menu-item .list-columns {
        max-height: 100%;
    }
    .ets_megamenu.transition_mobile_bottom {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 100;
    }

    .transition_mobile_floating span.ets_close_overlay,
    .transition_mobile_right span.ets_close_overlay {
        position: fixed;
        right: 0;
        width: calc(100% - 320px);
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.7);
    }
    .transition_mobile_right span.ets_close_overlay{
        right: auto;
        left: 0;
    }
    .menu-item-header-title {
        display: flex;
        display: -webkit-flex;
        width: 100%;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        position: relative;
    }

    li.ets-item-header-mobile {
        background: #000;
        color: #fff;
        fill: #fff;
        padding: 15px 15px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        position: sticky;
        top: 0;
        z-index: 10;
        min-height: 50px;
    }
    .ets_megamenu.mm-mobile .menu-item.menu-item-header {
        border-left: none;
        z-index: 1;
      list-style: none;
      margin: 0;
    }
    span.ets-close-mobile {
        height: 30px;
        position: absolute;
        top: 30px;
        margin-top: -15px;
        right: 10px;
        cursor: pointer;
        float: right;
        cursor: pointer;
    }
    .menu-item.align-auto .list-columns {
        border: none;
        max-width: 100%!important;
    }
    .ets_megamenu .menu-item > .list-columns{
        border-top: 1px solid #dddddd;
    }
    .menu-item.align-auto .tab-item .list-columns {
        width: 100%!important;
        clear: both!important;
        float: left!important;
        left: auto!important;
        border: none!important;
        border-top: 1px solid #ddd!important;
    }
    .hide-sticky-menu-on-mobile:not(.transition_mobile_floating):not(.transition_mobile_right):not(.transition_mobile_fullscreen) .menu-item .list-columns,
    .ets_megamenu.sticky-menu-center.hide-sticky-menu-on-mobile:not(.transition_mobile_floating):not(.transition_mobile_right):not(.transition_mobile_fullscreen) ul.list-menus {
        max-height: none!important;
        max-width: 100%;
        width: 100%!important;
        left: auto!important;
    }
    .ets_megamenu.mm-mobile .menu-item.has_subs.open > .menu-item-header-title .btn-toggle-item:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-top: 8px;
    }
    li.tab-item.has-sub.open span.btn-toggle-item:after {
        transform: rotate(-45deg)!important;
        -webkit-transform: rotate(-45deg)!important;
        margin-top: 8px;
    }
    .ets_megamenu.mm-mobile{
        position: absolute;
        z-index: 999;
    }
    nav.ets_megamenu.mm-mobile {
      transition: none!important;
    }
    .menu-item .list-columns,
    .ets_megamenu.mm-mobile.hide-sticky-menu-on-mobile.transition_menu_bottom,
    .transition_mobile_bottom ul.list-columns{
        position: relative;
    }
    .list-menus {
        max-width: 100%;
    }
    .ets_megamenu.transition_mobile_floating,
    .ets_megamenu.transition_mobile_right,
    .ets_megamenu.transition_mobile_fullscreen {
        transform: none!important;
    }
    .transition_mobile_floating .mobile-nav.list-menus,
    .transition_mobile_right .mobile-nav.list-menus,
    .transition_mobile_fullscreen .mobile-nav.list-menus {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        position: fixed;
        top: 0;
        left: 0;
      margin:0;
        bottom: 0;
        background: #fff;
        z-index: 100;
        max-width: 300px;
        width: 100%;
        overflow: auto;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .transition_mobile_right .mobile-nav.list-menus{
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .transition_mobile_fullscreen .mobile-nav.list-menus{
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        max-width: 100%;
    }
  .ets_megamenu ul.list-menus {
      max-width: 100%;
      padding: 0;
  }
    .transition_mobile_floating.js-menu--is-open .mobile-nav.list-menus,
    .transition_mobile_right.js-menu--is-open .mobile-nav.list-menus,
    .transition_mobile_fullscreen.js-menu--is-open .mobile-nav.list-menus {
        transform: none;
        -webkit-transform: none;
        box-shadow: 0 0 2px 0 #999;
        -webkit-box-shadow: 0 0 2px 0 #999;
    }
    .transition_mobile_fullscreen ul.mm-embedded.list-menus,
    .transition_mobile_right ul.mm-embedded.list-menus,
    .transition_mobile_floating ul.mm-embedded.list-menus {
        position: fixed;
        top: 0;
        bottom: 0;
        background: #fff;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        border-top: none;
        left: 0;
    }
  .transition_mobile_fullscreen.active_transition_css ul.mm-embedded.list-menus,
  .transition_mobile_floating.active_transition_css ul.mm-embedded.list-menus{
      transition: all 0.1s;
      -webkit-transition: all 0.1s;
    }
    .transition_mobile_floating .list-menus{
        border-right: 1px solid #dddddd;
    }


    .transition_mobile_floating ul.mm-embedded.list-menus,
    .transition_mobile_right ul.mm-embedded.list-menus{
        width: 320px!important;
      display: block!important;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
      max-width: 100%;
    }
    .transition_mobile_right .list-menus,
    .transition_mobile_right ul.mm-embedded.list-menus{
        border-left: 1px solid #dddddd;
        left: auto!important;
        right: 0!important;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
    .transition_mobile_fullscreen.open ul.mm-embedded.list-menus,
    .transition_mobile_floating.open ul.mm-embedded.list-menus,
    .transition_mobile_right.open ul.mm-embedded.list-menus {
        transform: none;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .ets_megamenu.transition_mobile_fullscreen li.ets-item-header-mobile,
    .ets_megamenu.transition_mobile_floating li.ets-item-header-mobile,
    .ets_megamenu.transition_mobile_right li.ets-item-header-mobile{
        display: block!important;
    }
    .ets_megamenu .submenu-item-heading {
        margin-top: 15px;
    }
}
@media (max-width: 767px){
  body .ets_megamenu, body .ets_megamenu.sticky-menu.sticky_fixed,
  body .ets_megamenu, body .ets_megamenu.sticky-menu.sticky_fixed11{
    background-color: #fff;
  }
  body .menu-item.open .menu-item-header-title{
    background-color: #eeeeee;
  }
  body .ets_mm_menu_item_li .menu-item-header-title,
  body .menu-item.open .menu-item-header-title{
    color: #000000;
    fill: #000000;
  }
  body .ets_mm_menu_item_li.menu-item {
    border-top: 1px solid #ddd;
  }
  body .main-menu-item-background-active .menu-item.open .menu-item-header-title:before {
    background-color: #ddd;
  }
  .ets_megamenu .menu-item > .list-columns {
    border-top: 1px solid #dddddd;
    float: left;
    width: 100%;
  }
  body .ets_mm_menu_item_li .tab-item > .ets-mm-tab-item-link,
  body .ets_mm_menu_item_li .tab-item>.ets-mm-tab-item-link:hover,
  body .ets_mm_menu_item_li .tab-item:hover>.ets-mm-tab-item-link,
  body .ets_mm_menu_item_li .tab-item.open>.ets-mm-tab-item-link{
    color: #222222;
    fill: #222222;
    background-color: #fff;
  }
  body .ets_mm_menu_item_li .tab-item:hover>.btn-toggle-item:hover,
  body .ets_mm_menu_item_li .tab-item.open>.btn-toggle-item{
    color: #222222;
    fill: #222222;
  }
  .ets_mm_menu_item_li.menu-item.open .list-tabs {
    border: none;
  }
}
@media (max-width: 0px){
    .transition_mobile_fullscreen li.back_to_item.js-ets-mm-back-item,
    .transition_mobile_floating li.back_to_item.js-ets-mm-back-item,
    .transition_mobile_right li.back_to_item.js-ets-mm-back-item {
        display: block;
    }
    .transition_mobile_floating ul.list-columns,
    .transition_mobile_right ul.list-columns,
    .transition_mobile_fullscreen ul.list-columns{
        position: absolute;
        top: 0;
    }
    .ets_megamenu.mm-mobile.open_sub_leve2 .menu-item.has_subs,
    .ets_megamenu.transition_mobile_floating .list-menus .menu-item.open .list-tabs,
    .ets_megamenu.transition_mobile_right .list-menus .menu-item.open .list-tabs,
    .ets_megamenu.transition_mobile_fullscreen .list-menus .menu-item.open .list-tabs{
        position: static;
    }
    .ets_megamenu.transition_mobile_floating .list-menus .menu-item.open .list-tabs .list-columns,
    .ets_megamenu.transition_mobile_right .list-menus .menu-item.open .list-tabs .list-columns,
    .ets_megamenu.transition_mobile_fullscreen .list-menus .menu-item.open .list-tabs .list-columns{
        position: absolute;
        top: 0;
    }
    .ets_megamenu.transition_mobile_fullscreen.open_sub_leve2 li.menu_header_title_sub,
    .ets_megamenu.transition_mobile_floating.open_sub_leve2 li.menu_header_title_sub,
    .ets_megamenu.transition_mobile_right.open_sub_leve2 li.menu_header_title_sub {
        display: block!important;
        width: calc(100% + 30px);
        margin: -15px -15px 10px;
        background: #000;
        color: #fff;
        padding: 15px 15px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        position: sticky;
        top: -15px;
        z-index: 1;
    }
    .transition_mobile_fullscreen ul.mm-embedded.list-menus .menu-item.has_subs .btn-toggle-item:after,
    .transition_mobile_floating ul.mm-embedded.list-menus .menu-item.has_subs .btn-toggle-item:after,
    .transition_mobile_right ul.mm-embedded.list-menus .menu-item.has_subs .btn-toggle-item:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .ets_megamenu.mm-mobile.transition_mobile_fullscreen .menu-item.has_subs .btn-toggle-item,
    .ets_megamenu.mm-mobile.transition_mobile_floating .menu-item.has_subs .btn-toggle-item,
    .ets_megamenu.mm-mobile.transition_mobile_right .menu-item.has_subs .btn-toggle-item {
        width: 20px;
        right: 0;
        top: 0;
        margin-right: -20px;
        transform: translateX(-35px);
    }
    .transition_mobile_fullscreen .menu-item > ul.list-columns,
    .transition_mobile_floating .menu-item > ul.list-columns,
    .transition_mobile_right .menu-item > ul.list-columns,
    .transition_mobile_fullscreen .tab-item > ul.list-columns,
    .transition_mobile_floating .tab-item > ul.list-columns,
    .transition_mobile_right .tab-item > ul.list-columns{
        position: absolute;
        top: 0;
        border: none;
        left: 100%;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .transition_mobile_fullscreen.open_sub_leve2 .menu-item > ul.list-columns,
    .transition_mobile_floating.open_sub_leve2 .menu-item > ul.list-columns,
    .transition_mobile_right.open_sub_leve2 .menu-item > ul.list-columns,
    .transition_mobile_fullscreen.open_sub_leve2 .tab-item > ul.list-columns,
    .transition_mobile_floating.open_sub_leve2 .tab-item > ul.list-columns,
    .transition_mobile_right.open_sub_leve2 .tab-item > ul.list-columns{
        left: 0;
        animation: RightToLeft 300ms ease-in both;
        animation-iteration-count: 1;
        animation-timing-function: linear;
    }
    .ets_megamenu.mm-mobile.transition_mobile_fullscreen .arrow-item,
    .ets_megamenu.mm-mobile.transition_mobile_floating .arrow-item,
    .ets_megamenu.mm-mobile.transition_mobile_right .arrow-item {
        display: flex;
        position: static;
    }
    .ets_megamenu.transition_mobile_fullscreen.open_sub_leve2 .menu-item-header-title,
    .ets_megamenu.transition_mobile_floating.open_sub_leve2 .menu-item-header-title,
    .ets_megamenu.transition_mobile_right.open_sub_leve2 .menu-item-header-title {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}
.ets_mm_menu_hidden>ul{
    display: none!important;
}
div#PageContainer {
    transform: none!important;
}