
.megamenu-three {
    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-three {
    right: -151% !important;
    transition: 1s opacity, 1s transform;
  }

  .megamenu-three-wrapper {
    -webkit-border-radius: 0 0 40px 40px;
    -moz-border-radius: 0 0 40px 40px;
    border-radius: 0 0 40px 40px;
    max-height: 477px;
  }
  
  .megamenu-three-tabs {
    padding: 33px 12px 34px 20px;
    -webkit-border-radius: 0 0 40px;
    -moz-border-radius: 0 0 40px;
    border-radius: 0 0 40px;
    background-color: #f9fbfc;
    max-width: 220px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  
  .megamenu-three-tabs ul {
    padding-right: 18px;
    overflow: hidden auto;
    scrollbar-width: 1px;
    scrollbar-color: rgba(217, 217, 217, 0.7) #212121;
    height: 100%;
    direction: ltr;
  }
  
  .megamenu-three-tabs ul::-webkit-scrollbar {
    width: 1px;
    background-color: rgba(217, 217, 217, 0.7);
  }
  
  .megamenu-three-tabs ul::-webkit-scrollbar-thumb {
    background-color: #121212;
  }
  
  .megamenu-three-tabs ul li {
    padding: 7px 0 9px 6px;
    border-bottom: 1px solid rgba(184, 184, 184, 0.4);
    -webkit-border-radius: 0 6px 6px 13px;
    -moz-border-radius: 0 6px 6px 13px;
    border-radius: 0 6px 6px 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    direction: rtl;
    z-index: 2;
  }
  
  .megamenu-three-tabs ul li:not(:last-child) {
    margin-bottom: 16px;
  }
  
  .megamenu-three-tabs ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(2.61deg, #fff -25.48%, rgba(255, 255, 255, 0.143378) 35.48%, rgba(255, 255, 255, 0) 70.14%);
    background-image: -moz-linear-gradient(2.61deg, #fff -25.48%, rgba(255, 255, 255, 0.143378) 35.48%, rgba(255, 255, 255, 0) 70.14%);
    background-image: -o-linear-gradient(2.61deg, #fff -25.48%, rgba(255, 255, 255, 0.143378) 35.48%, rgba(255, 255, 255, 0) 70.14%);
    background-image: linear-gradient(87.39deg, #fff -25.48%, rgba(255, 255, 255, 0.143378) 35.48%, rgba(255, 255, 255, 0) 70.14%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .megamenu-three-tabs ul li i {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
  }
  
  .megamenu-three-tabs ul li .detail .title {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #121212;
  }
  
  .megamenu-three-tabs ul li .detail .title b {
    font-weight: 900;
  }
  
  .megamenu-three-tabs ul li .detail .sub-title {
    font-size: 10px;
    line-height: 16px;
    color: #61646c;
  }
  
  .megamenu-three-tabs ul li.active {
    -webkit-box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.04);
    border-color: transparent;
  }
  
  .megamenu-three-tabs ul li.active::before {
    opacity: 1;
  }
  
  .megamenu-three-tabs ul li.active i {
    background-color: #121212;
    color: #fff;
  }
  
  .megamenu-three-tab-content {
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .megamenu-three-tab-contents {
    max-width: -webkit-calc(100% - 220px);
    max-width: -moz-calc(100% - 220px);
    max-width: calc(100% - 220px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  
  .megamenu-three-tab-content .content {
    padding: 36px 16px 37px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 1%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 1%;
    flex: 1 0 1%;
  }
  
  .megamenu-three-tab-content.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .megamenu-three-heading {
    padding: 0 0 10px 64px;
    margin-bottom: 27px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    z-index: 2;
  }
  
  .megamenu-three-heading::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 1px;
    background-color: #494949;
    z-index: -1;
  }
  
  .megamenu-three-heading::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(-2.07%, #f0f0f0), color-stop(105.3%, rgba(240, 240, 240, 0)));
    background-image: -webkit-linear-gradient(right, #f0f0f0 -2.07%, rgba(240, 240, 240, 0) 105.3%);
    background-image: -moz-linear-gradient(right, #f0f0f0 -2.07%, rgba(240, 240, 240, 0) 105.3%);
    background-image: -o-linear-gradient(right, #f0f0f0 -2.07%, rgba(240, 240, 240, 0) 105.3%);
    background-image: linear-gradient(-90deg, #f0f0f0 -2.07%, rgba(240, 240, 240, 0) 105.3%);
    z-index: -2;
  }
  
  .megamenu-three-heading>i {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    font-size: 16px;
  }
  
  .megamenu-three-heading .detail .title {
    font-size: 12px;
    color: #494949;
    line-height: 18px;
    font-weight: 400;
  }
  
  .megamenu-three-heading .detail .title b {
    font-weight: 900;
  }
  
  .megamenu-three-heading .detail .sub-title {
    font-size: 11px;
    font-weight: 400;
    color: #61646c;
    line-height: 16px;
  }
  
  .megamenu-three-heading .detail .sub-title i {
    font-size: 12px;
    margin-right: 3px;
  }
  
  .megamenu-three .navs {
    overflow: hidden auto;
    max-height: -webkit-calc(100% - 64px);
    max-height: -moz-calc(100% - 64px);
    max-height: calc(100% - 64px);
    overflow: hidden auto;
    scrollbar-width: 1px;
    scrollbar-color: rgba(217, 217, 217, 0.7) #212121;
    height: 100%;
    direction: ltr;
    padding-right: 21px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  .megamenu-three .navs::-webkit-scrollbar {
    width: 1px;
    background-color: rgba(217, 217, 217, 0.7);
  }
  
  .megamenu-three .navs::-webkit-scrollbar-thumb {
    background-color: #121212;
  }
  
  .megamenu-three .navs .col {
    direction: rtl;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 20%;
    padding: 0 10px;
  }
  
  .megamenu-three .navs .col-25 {
    max-width: 25%;
  }
  
  .megamenu-three .navs .titr {
    font-size: 12px;
    font-weight: bold;
    color: #494949;
    line-height: 18px;
    margin-bottom: 16px;
    padding-right: 13px;
  }
  
  .megamenu-three .navs .titr::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 12px;
    background-image: -webkit-linear-gradient(188.42deg, #a0a0a0 -219.92%, rgba(160, 160, 160, 0) 83.54%);
    background-image: -moz-linear-gradient(188.42deg, #a0a0a0 -219.92%, rgba(160, 160, 160, 0) 83.54%);
    background-image: -o-linear-gradient(188.42deg, #a0a0a0 -219.92%, rgba(160, 160, 160, 0) 83.54%);
    background-image: linear-gradient(261.58deg, #a0a0a0 -219.92%, rgba(160, 160, 160, 0) 83.54%);
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .megamenu-three .navs ul:not(:last-child) {
    margin-bottom: 27px;
  }
  
  .megamenu-three .navs ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -webkit-calc(100% + 3px);
    left: -moz-calc(100% + 3px);
    left: calc(100% + 3px);
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0.75px solid #a0a1a4;
  }
  
  .megamenu-three .navs ul li:not(:last-child) {
    margin-bottom: 17px;
  }
  
  .megamenu-three .navs ul li .title {
    font-size: 12px;
    font-weight: 400;
    color: #61646c;
    line-height: 18px;
  }
  
  .megamenu-three .navs ul li .quantity {
    font-size: 11px;
    font-weight: 400;
    color: #afafaf;
    line-height: 16px;
  }
  
  .megamenu-three .navs ul li .quantity i {
    font-size: 12px;
    margin-right: 3px;
  }
  
  .last-products .megamenu-three-heading {
    padding-left: 0;
    max-width: 100%;
  }
  
  .megamenu-three .last-products {
    max-width: 224px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 36px 16px 0 0;
  }
  
  .megamenu-three .last-products::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-2.07%, rgba(240, 240, 240, 0)), color-stop(105.3%, #f0f0f0));
    background-image: -webkit-linear-gradient(top, rgba(240, 240, 240, 0) -2.07%, #f0f0f0 105.3%);
    background-image: -moz-linear-gradient(top, rgba(240, 240, 240, 0) -2.07%, #f0f0f0 105.3%);
    background-image: -o-linear-gradient(top, rgba(240, 240, 240, 0) -2.07%, #f0f0f0 105.3%);
    background-image: linear-gradient(180deg, rgba(240, 240, 240, 0) -2.07%, #f0f0f0 105.3%);
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  
  .megamenu-three .last-products-box {
    -webkit-border-radius: 0 40px;
    -moz-border-radius: 0 40px;
    border-radius: 0 40px;
    background-color: #f9fbfc;
    padding: 35px 30px 26px 20px;
  }
  
  .megamenu-three .last-products-box ul li:not(:last-child) {
    margin-bottom: 26px;
  }
  
  .megamenu-three .last-products-box ul li .image {
    width: 43px;
    height: 43px;
    background-color: #404040;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: -10px 14px 14px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -10px 14px 14px rgba(0, 0, 0, 0.25);
    box-shadow: -10px 14px 14px rgba(0, 0, 0, 0.25);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  
  .megamenu-three .last-products-box ul li .image img {
    width: 31px;
    height: 29px;
  }
  
  .megamenu-three .last-products-box ul li .title {
    font-size: 11px;
    color: #494949;
    line-height: 19px;
    height: 38px;
  }
  
  .megamenu-three .last-products-box .btn {
    font-size: 11px;
    line-height: 18px;
    padding: 9px;
  }
  
  .megamenu-three .last-products-box .btn i {
    font-size: 12px;
  }
  
  .megamenu-three .last-products-two .last-products-box {
    padding: 0 0 0 20px;
    background-color: transparent;
  }
  
  .megamenu-three .last-products-two .last-products-box ul li:not(:last-child) {
    margin-bottom: 18px;
  }
  
  .megamenu-three .last-products-two .last-products-box ul li .image {
    background-color: #fff;
    border: 1px solid #E7E7E7;
    -webkit-box-shadow: -10px 14px 14px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: -10px 14px 14px rgba(0, 0, 0, 0.03);
    box-shadow: -10px 14px 14px rgba(0, 0, 0, 0.03);
  }
  
  .megamenu-three .last-products-three .last-products-box {
    background: #121212 url("./../../../assets/images/new-two/bg-12.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  
  .megamenu-three .last-products-three .last-products-box ul li .image {
    background-color: #404040;
  }
  
  .megamenu-three .last-products-three .last-products-box ul li .title {
    color: #fff;
  }
  
  .megamenu-three .last-products-three .last-products-box .btn {
    border-color: #fff;
    color: #fff;
  }
  
  .megamenu-three .last-products-three .last-products-box .btn:hover,
  .megamenu-three .last-products-three .last-products-box .btn:focus,
  .megamenu-three .last-products-three .last-products-box .btn:active {
    background-color: #fff;
    color: #212121;
  }
  
  @media only screen and (max-width: 1199px) {
    .megamenu-three-tabs {
        max-width: 205px;
        padding: 33px 12px 34px;
    }
  
    .megamenu-three-tab-contents {
        max-width: -webkit-calc(100% - 205px);
        max-width: -moz-calc(100% - 205px);
        max-width: calc(100% - 205px);
    }
  
    .megamenu-three-tab-content .content {
        padding: 36px 12px 37px;
    }
  
    .megamenu-three .navs {
        padding-right: 12px;
    }
  
    .megamenu-three .last-products {
        max-width: 200px;
        padding: 36px 12px 0 0;
    }
  
    .megamenu-three .last-products-box {
        padding: 35px 20px 26px;
    }
  }
    