
.megamenu-two {
    background-color: #fff;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    display: flex;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
    z-index: 999;
  }
  
  .megamenu-two-tabs {
    padding: 76px 45px 52px 12px;
    max-width: 324px;
  }
  
  @media only screen and (max-width: 1199px) {
    .megamenu-two-tabs {
        padding: 76px 20px 52px 12px;
        max-width: 265px;
    }
  }
  
  .megamenu-two-tabs::after {
    content: "";
    top: 14px;
    left: 0;
    width: 1px;
    height: -webkit-calc(100% - 14px);
    height: -moz-calc(100% - 14px);
    height: calc(100% - 14px);
    background-color: #dbdbdb;
  }
  
  .megamenu-two-tabs-item {
    cursor: pointer;
  }
  
  .megamenu-two-tabs-item::after {
    content: "\e964";
    font-family: "icomoon";
    font-size: 30px;
    padding: 19px 0;
    background-color: #fff;
    color: #ee273a;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-29px, -50%);
    -moz-transform: translate(-29px, -50%);
    -ms-transform: translate(-29px, -50%);
    -o-transform: translate(-29px, -50%);
    transform: translate(-29px, -50%);
    z-index: 3;
    opacity: 0;
    -webkit-transition: unset;
    -o-transition: unset;
    -moz-transition: unset;
    transition: unset;
  }
  
  .megamenu-two-tabs-item::before {
    content: "";
    z-index: 62;
  }
  
  .megamenu-two-tabs-item:not(:last-child) {
    margin-bottom: 44px;
  }
  
  .megamenu-two-tabs-item i {
    width: 56px;
    height: 53px;
    font-size: 24px;
    color: #fff;
    z-index: 2;
    margin-left: 10px;
    -webkit-mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA1CAMAAAAjxtjyAAAAQlBMVEUAAADBwcG/v7/BwcG/v7+/v7/CwsLBwcHAwMDBwcHBwcHCwsK/v7+/v7/CwsLAwMDAwMDAwMC/v7/BwcG/v7/BwcHfJXreAAAAFXRSTlMA3yDvQBB/cJDPr59gML+/n9+gX1AJZWToAAABA0lEQVRIx53W226DMBCE4bEXHzGQtJ33f9VWVSRLDbh4vvtfBjZeBeeWWB1JtyeP+0I0dqufzLp4q0vGNzX8m/mdZ5zH2GKkUiaSShk5UK7fc+XQKnZkFjsyTb5f9zn4nkO2vc2d99ifoQTHgcE4MymVG6mVjlrZOMeFfuCc/XWVOC3339qkBT9MCF2YftK+vyIVFlAp+UKh5AGjxIEaA0V66Cgp6let+KCkIVHisYnzB4zivcrKgcoG6Ht556wkLp2Ml11cj1iorvIsdghlruu8m+u6zXjHEQCh7HOYe9qy4JQf30xLuNSuDz0ahlo9O+u49f96ifV42m/wLMcjtw2nvgHpRbIMeN33EQAAAABJRU5ErkJggg==) 0 0/cover;
    mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA1CAMAAAAjxtjyAAAAQlBMVEUAAADBwcG/v7/BwcG/v7+/v7/CwsLBwcHAwMDBwcHBwcHCwsK/v7+/v7/CwsLAwMDAwMDAwMC/v7/BwcG/v7/BwcHfJXreAAAAFXRSTlMA3yDvQBB/cJDPr59gML+/n9+gX1AJZWToAAABA0lEQVRIx53W226DMBCE4bEXHzGQtJ33f9VWVSRLDbh4vvtfBjZeBeeWWB1JtyeP+0I0dqufzLp4q0vGNzX8m/mdZ5zH2GKkUiaSShk5UK7fc+XQKnZkFjsyTb5f9zn4nkO2vc2d99ifoQTHgcE4MymVG6mVjlrZOMeFfuCc/XWVOC3339qkBT9MCF2YftK+vyIVFlAp+UKh5AGjxIEaA0V66Cgp6let+KCkIVHisYnzB4zivcrKgcoG6Ht556wkLp2Ml11cj1iorvIsdghlruu8m+u6zXjHEQCh7HOYe9qy4JQf30xLuNSuDz0ahlo9O+u49f96ifV42m/wLMcjtw2nvgHpRbIMeN33EQAAAABJRU5ErkJggg==) 0 0/cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #494949;
  }
  
  .megamenu-two-tabs-item .name span {
    color: #c1c1c1;
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
  }
  
  .megamenu-two-tabs-item .name span.en {
    font-size: 12px;
    line-height: 19px;
  }
  
  .megamenu-two-tabs-item.active::after {
    opacity: 1;
  }
  
  .megamenu-two-tabs-item.active i {
    background-color: #ee273a;
  }
  
  .megamenu-two-tabs-item.active .name span.fa {
    color: #494949;
  }
  
  .megamenu-two-tabs-item.active .name span.en {
    color: #949494;
  }
  
  .megamenu-two-content {
    max-width: -webkit-calc(100% - 324px);
    max-width: -moz-calc(100% - 324px);
    max-width: calc(100% - 324px);
    padding: 59px 55px 53px 34px;
  }
  
  @media only screen and (max-width: 1199px) {
    .megamenu-two-content {
        padding: 59px 32px 53px;
        max-width: -webkit-calc(100% - 265px);
        max-width: -moz-calc(100% - 265px);
        max-width: calc(100% - 265px);
    }
  }
  
  .megamenu-two-content-item {
    display: none;
  }
  
  .megamenu-two-content-item .title {
    background: -webkit-gradient(linear, right top, left top, color-stop(-27.91%, rgba(231, 231, 231, 0.8)), color-stop(25.91%, rgba(204, 204, 204, 0.165175)), color-stop(121.51%, rgba(204, 204, 204, 0)));
    background: -webkit-linear-gradient(right, rgba(231, 231, 231, 0.8) -27.91%, rgba(204, 204, 204, 0.165175) 25.91%, rgba(204, 204, 204, 0) 121.51%);
    background: -moz-linear-gradient(right, rgba(231, 231, 231, 0.8) -27.91%, rgba(204, 204, 204, 0.165175) 25.91%, rgba(204, 204, 204, 0) 121.51%);
    background: -o-linear-gradient(right, rgba(231, 231, 231, 0.8) -27.91%, rgba(204, 204, 204, 0.165175) 25.91%, rgba(204, 204, 204, 0) 121.51%);
    background: linear-gradient(270deg, rgba(231, 231, 231, 0.8) -27.91%, rgba(204, 204, 204, 0.165175) 25.91%, rgba(204, 204, 204, 0) 121.51%);
    padding: 0 11px 1px 7px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  
  .megamenu-two-content-item .title .name {
    margin-bottom: 31px;
  }
  
  .megamenu-two-content-item .title .name-fa {
    font-size: 16px;
    font-weight: 900;
    color: #494949;
    line-height: 25px;
  }
  
  .megamenu-two-content-item .title .name-fa::before {
    content: "";
    top: 50%;
    right: 0;
    width: 2px;
    height: 10px;
    background-color: rgba(238, 39, 58, 0.8);
    -webkit-transform: translate(5px, -50%);
    -moz-transform: translate(5px, -50%);
    -ms-transform: translate(5px, -50%);
    -o-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
  }
  
  .megamenu-two-content-item .title .name-en {
    font-size: 12px;
    font-weight: 900;
    color: #949494;
    line-height: 19px;
  }
  
  .megamenu-two-content-item ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 1%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 1%;
    flex: 1 0 1%;
    max-height: 400px;
  }
  
  .megamenu-two-content-item ul li:not(:last-child) {
    margin-bottom: 22px;
  }
  
  .megamenu-two-content-item ul li a {
    font-size: 14px;
    font-weight: 900;
    color: #929292;
    line-height: 22px;
  }
  
  .megamenu-two-content-item ul li a:hover {
    color: #ee273a;
  }
  
  .megamenu-two-content-item ul li a::before {
    content: "";
    width: 2px;
    height: 10px;
    background-color: rgba(238, 39, 58, 0.8);
    margin: 0 6px 0 3px;
    display: inline-block;
    vertical-align: middle;
  }
  
  .megamenu-two-content-item .banners-megamenu {
    max-width: 342px;
  }
  
  @media only screen and (max-width: 1199px) {
    .megamenu-two-content-item .banners-megamenu {
        max-width: 230px;
    }
  }
  
  .megamenu-two-content-item .banners-megamenu a:not(:last-child) {
    margin-bottom: 27px;
  }
  
  .megamenu-two-content-item .banners-megamenu a img {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -webkit-filter: drop-shadow(0px 29px 50px rgba(214, 220, 229, 0.15));
    filter: drop-shadow(0px 29px 50px rgba(214, 220, 229, 0.15));
  }
  
  .megamenu-two-content-item .banners-megamenu-two {
    max-width: 49%;
  }
  
  @media only screen and (max-width: 1199px) {
    .megamenu-two-content-item .banners-megamenu-two {
        max-width: 45%;
    }
  }
  
  .megamenu-two-content-item .banners-megamenu-two-item:not(:last-child) {
    margin-left: 23px;
  }
  
  .megamenu-two-content-item .banners-megamenu-two-item img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 37px 50px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 37px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 37px 50px rgba(0, 0, 0, 0.05);
  }
  
  .megamenu-two-content-item .banners-megamenu-two-item a {
    width: 79px;
    height: 37px;
    -webkit-border-radius: 42px 14px 42px 42px;
    -moz-border-radius: 42px 14px 42px 42px;
    border-radius: 42px 14px 42px 42px;
    -webkit-box-shadow: -9px 24px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -9px 24px 20px rgba(0, 0, 0, 0.15);
    box-shadow: -9px 24px 20px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.3);
    line-height: 37px;
    font-size: 12px;
    color: #444;
    font-weight: 900;
    text-align: center;
    bottom: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .megamenu-two-content-item .banners-megamenu-two-item a i {
    margin-right: 4px;
    color: #ffb035;
    font-size: 9px;
  }
  
  .megamenu-two-content-item .banners-megamenu-two-item a:hover {
    background-color: #fff;
  }
  
  .megamenu-two-content-item .megamenu-products {
    max-width: 425px;
    padding: 0 59px 0 0;
  }
  
  @media only screen and (max-width: 1399px) {
    .megamenu-two-content-item .megamenu-products {
        max-width: 340px;
        padding-right: 38px;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .megamenu-two-content-item .megamenu-products {
        max-width: 315px;
        padding-right: 20px;
        margin-left: -26px;
    }
  }
  
  .megamenu-two-content-item .megamenu-products::before {
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 128%;
    background-color: #dbdbdb;
    -webkit-transform: translateY(-46px);
    -moz-transform: translateY(-46px);
    -ms-transform: translateY(-46px);
    -o-transform: translateY(-46px);
    transform: translateY(-46px);
  }
  
  .megamenu-two-content-item .megamenu-products::after {
    content: "\e964";
    font-family: "icomoon";
    font-size: 30px;
    padding: 19px 0;
    background-color: #fff;
    color: #dbdbdb;
    top: 50%;
    right: 0;
    -webkit-transform: translate(13px, -50%);
    -moz-transform: translate(13px, -50%);
    -ms-transform: translate(13px, -50%);
    -o-transform: translate(13px, -50%);
    transform: translate(13px, -50%);
    z-index: 3;
  }
  
  .megamenu-two-content-item .megamenu-products .heading {
    margin-bottom: 17px;
  }
  
  .megamenu-two-content-item .megamenu-products .heading .show-more {
    border: 0.5px solid rgba(73, 73, 73, 0.2);
    -webkit-box-shadow: 0px 9px 50px rgba(41, 41, 41, 0.05);
    -moz-box-shadow: 0px 9px 50px rgba(41, 41, 41, 0.05);
    box-shadow: 0px 9px 50px rgba(41, 41, 41, 0.05);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 6px 9px 4px 12px;
  }
  
  .megamenu-two-content-item .megamenu-products .heading .show-more .name {
    font-size: 12px;
    line-height: 18px;
    font-weight: 900;
    color: rgba(73, 73, 73, 0.8);
  }
  
  .megamenu-two-content-item .megamenu-products .heading .show-more .name span {
    margin-top: 1px;
    color: rgba(73, 73, 73, 0.5);
  }
  
  .megamenu-two-content-item .megamenu-products .heading .show-more i {
    font-size: 8px;
    color: #101010;
    margin-right: 12px;
  }
  
  .megamenu-two-content-item .megamenu-products .heading .show-more:hover {
    background-color: rgba(73, 73, 73, 0.05);
    border-color: rgba(73, 73, 73, 0.05);
  }
  
  .megamenu-two-content-item .megamenu-products .product-megamenu-two:not(:last-child) {
    margin-bottom: 17px;
  }
  
  .megamenu-two-content-item .megamenu-products .product-megamenu-two .image {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 39px 50px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 39px 50px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 39px 50px 2px rgba(0, 0, 0, 0.05);
    width: 104px;
    height: 91px;
    margin-left: 19px;
  }
  
  .megamenu-two-content-item .megamenu-products .product-megamenu-two .image img {
    width: 60px;
    height: 60px;
  }
  
  .megamenu-two-content-item .megamenu-products .product-megamenu-two .detail h2 {
    font-size: 14px;
    line-height: 19px;
    color: rgba(73, 73, 73, 0.8);
    font-weight: 900;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .megamenu-two-content-item .megamenu-products .product-megamenu-two .detail .price {
    background-color: rgba(255, 211, 186, 0.1);
    -webkit-border-radius: 10px 0 10px 10px;
    -moz-border-radius: 10px 0 10px 10px;
    border-radius: 10px 0 10px 10px;
    padding: 0 15px 8px;
    font-size: 13px;
    font-weight: 900;
    line-height: 20px;
    color: #747474;
  }
  
  .megamenu-two-content-item .megamenu-products .product-megamenu-two .detail .price>span {
    background: -webkit-gradient(linear, left top, left bottom, from(#747474), to(rgba(116, 116, 116, 0)));
    background: -webkit-linear-gradient(top, #747474 0%, rgba(116, 116, 116, 0) 100%);
    background: -moz-linear-gradient(top, #747474 0%, rgba(116, 116, 116, 0) 100%);
    background: -o-linear-gradient(top, #747474 0%, rgba(116, 116, 116, 0) 100%);
    background: linear-gradient(180deg, #747474 0%, rgba(116, 116, 116, 0) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
  }
  
  .megamenu-two-content-item .megamenu-products .product-megamenu-two .detail .price i {
    margin-right: 5px;
  }
  
  .megamenu::before,
  .megamenu-two::before {
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  .megamenu-two-content-item .megamenu-products .product-megamenu-two .detail .price {
    width: 135px;
  }
  
  .nav-header-eleven ul .menu-item .megamenu-two a::before {
    content: unset;
  }
  
  .nav-header-eleven .megamenu-two ul {
    gap: unset;
  }
  
.megamenu-two {
  min-width: 100%;
  transition: 1s opacity, 1s transform;
  transform: translateX(-150%) translateY(0px);
  z-index: -99 !important;
}

.boostify-menu .menu-item-has-children:hover .megamenu-two {
  right: -151% !important;
  transition: 1s opacity, 1s transform;
}

    