.news-feed {
    position: relative;
    top: 0px;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center; 
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #cc0040;
  }
  
  .news-feed-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    line-height: 18px;
  }
  .news-feed-container a:hover{
    text-decoration: underline;
    color: #fff;
  }
  .news-feed-container a:active,  .news-feed-container a:focus{
    color: #fff;
  }
  .news-link {
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
  }
  
  .news-text {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    max-height: 18px;
    overflow: hidden;
  }
  
  .top-nav-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 990px;
    height: auto;
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ccc;
  }

  .back-to-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .back-to-home-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    margin-right: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
    margin-bottom: 12px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
  }
  
  .top-nav {
    position: relative;
    z-index: 1001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ccc;
  }
  
  .top-nav-link-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-nav-link-container>li:not(:first-child)>a{
    border-left: 1px solid #9E9E9E;
  }
  .top-nav-link-container li{
    display: flex;
    height: 100%;
  }
  .top-nav-link-container>li>a{
    padding: 0 15px;
    margin: 0; 
  }
  .top-nav-link-container li:not(:nth-child(-n+3)){
    position: relative;
  }
  .top-nav-link-container li:not(:nth-child(-n+3)):hover>a{
    color: #CC0040;
  }
  .top-nav-link-container li:not(:nth-child(-n+3)):hover>.login{
    display: block;
  }
  .top-nav-link-container .login{
    display: none;
  }
  .shopping-cart-count{
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
    margin-right: 15px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #cc0040;
  }
  .login-container{
    background-color: #CCCCCC;
    position: absolute;
    top: 40px;
    left: 0;
    width: 130px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    margin-left: 0;
  }
  .login-container>li a{
    padding: 0 10px;
  }
  .login-container>li>a{
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0.02em;
    width: 100%;
    color: #000000;
  }
  .login-container>li:first-child>a{
    border-top: 1px solid #9E9E9E;
  }
  .login-container>li>a>svg{
    margin-right: 8px;
  }
  .login-container>li:hover{
    background-color: #FFFFFF;
  }
  .login-container>li:hover a{
    color:#000000;
  }
  
  .nav-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
  }
  
  .fixed-nav-bar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  
  .nav-bar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 990px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }
  
  .logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15%;
    height: auto;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .logo-container a:hover svg{
    fill: #CC0040;
  }
  
  .nav-link-container {
    padding-right: 0px;
    padding-bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    height: 100%;
    width: 82%;
    padding-left: 5%;
  }
  
  .search-icon-container {
    width: 3%;
  }
  .nav-bar-search-icon{
    cursor: pointer;
  }
  .nav-bar-search-icon:hover{
    fill: #CC0040;
  }
  .search-area{
    display: none;
    padding: 40px 24%;
    background-color: #000000; 
    position: absolute;
    left:0;
  }
  .search-area-container{
    position: relative;
  }
  .search-area input{
    width: 52vw;
    padding: 2% 4%;
  }
  .search-area a{
    position: absolute;
    right:0;
    top:0;
    background-color: #CC0040;
    height: 100%;
    width: 6%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0px 4px 4px 0px;
  }
  
  .nav-link {
    position: static;
    margin: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  
  .nav-link.drop:hover .nav-menu-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    opacity: 1;
  }
  .nav-link.drop:hover .nav-menu-wrapper, .search-area{
    top:52px;
  }
  .nav-link .menu-item{
    color: #FFFFFF;
    font-size: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .nav-link a:hover, .top-nav-container a:hover{
    color: #CC0040;
  }
  .nav-link:hover{
    border-bottom: 5px solid #cc0040;
  }
  .nav-menu-wrapper-left{
    width: 27%;
    display: flex;
    justify-content: flex-end;
    background-color: #f2f2f2;
  }
  .nav-menu-wrapper-left .link{
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
  }
  .nav-menu-all-product{
    display: flex;
    flex-direction: column;
    padding: 36px 20px 0 0; 
    width: 50%;
  }
  .nav-menu-all-product a{
    margin-bottom: 20px;
  }
  .nav-menu-wrapper-right{
    width: 73%; 
    background-color: #ffffff;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000000;
  }
  .nav-menu-wrapper-right .series-text{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    margin: 20px 0;
  }
  .nav-menu-wrapper-right .product-link{
    font-family: Arial;
    font-size: 14px;
  }
  .nav-menu-product-list{
    display: flex;
    margin-left: 40px;
  }
  .product-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 104px;
    height: 90%;
    margin: 20px 28px 68px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  
  .product-col-img-container{
    width: 100px;
    height: 100px;
  }
  .product-col-img-container .product-image{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
  }
  .product-col.special {
    height: 90%;
    margin-left: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product-link:hover {
    color: #cc0040;
  }
  
  .activity-image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
  }
  
  .activity-image-container {
    height: 170px;
    width: 100%;
  }
  
  .nav-menu-container {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 970px;
    height: 100%;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .nav-menu-back {
    width: 50%;
    height: 100%;
    background-color: #f2f2f2;
  }
  
  .nav-menu-back.white {
    background-color: #fff;
  }
  
  .nav-menu-wrapper {
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    display: none;
    transition: 0.4s;
    opacity: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .nav-menu-wrapper a{
    color: #000;
  }
  
  .nav-bar-background {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
  }
  
  .nodrop-nav-link {
    margin-right: 13px;
    margin-left: 13px;
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease;
    font-family: Montserrat, sans-serif;
    color: #d6d6d6;
    font-size: 13.5px;
    line-height: 140%;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .nodrop-nav-link:hover {
    color: #fff;
  }
  
  .mb-nav-bar-container {
    display: none;
  }
  
  .menu-button-icon {
    position: static;
    display: none;
  }
  
  .top-line {
    position: absolute;
    left: 0px;
    top: 18px;
    right: 0px;
    width: 40px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all 0.6s;
  }
  
  .middle-line {
    position: absolute;
    left: 0px;
    top: 28px;
    right: 0px;
    width: 40px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    opacity: 1;
    transition: all 0.6s;
  }
  
  .bottom-line {
    position: absolute;
    left: 0px;
    top: 38px;
    right: 0px;
    width: 40px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all 0.6s;
  }
  
  .mb-nav-menu-wrapper {
    display: none;
  }
  
  .nav-link-2 {
    position: static;
    margin: 20px;
    padding: 4px;
    font-family: 'Open Sans', sans-serif;
    color: #d4d4d4;
    font-size: 12px;
    font-weight: 400;
  }

  @media screen and (min-width: 1440px) {
    .login-container{
      width: 160px;
    }
    .top-nav-container {
      width: 1200px;
    }
    .nav-bar-container {
      width: 1200px;
    }
    .nav-link {
      margin-right: 20px;
      margin-left: 20px;
      font-size: 15.5px;
    }
    .link {
      font-size: 15.5px;
    }
    .product-col {
      width: 160px;
    }
    .nav-menu-container {
      width: 1200px;
    }
    .nodrop-nav-link {
      margin-right: 20px;
      margin-left: 20px;
      font-size: 15.5px;
    }
  }
  
  @media screen and (min-width: 1920px) {
    .news-feed-container {
      width: 1200px;
    }
    .back-to-home {
      width: 100px;
    }
    .nav-bar {
      height: 55px;
    }
    .nav-menu-all-product{
      width: 35%;
    }
    .link {
      font-size: 16px;
    }
    .nav-link.drop:hover .nav-menu-wrapper, .search-area{
      top: 55px;
    }
    .nav-link-2 {
      font-size: 16px;
      line-height: 140%;
    }
  }
  
  @media screen and (max-width: 1279px) {
    .news-feed {
      top: 0px;
      height: auto;
    }
    .news-feed-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .news-text {
      font-size: 10.5px;
      font-weight: 400;
    }
    .top-nav-container {
      display: none;
    }
    .top-nav {
      display: none;
    }
    .nav-bar {
      top: 0px;
      margin-top: 0px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .nav-bar-background{
      width: auto; 
    }
    .nav-bar-container {
      display: none;
    }
    .nav-link-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .nav-menu-wrapper {
      display: none;
    }
    .mb-nav-bar-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-right: 20px;
      margin-left: 20px;
      padding-right: 0px;
      padding-bottom: 0px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .mb-nav-bar-right {
      margin-top: -2px;
      padding-bottom: 0px;
      display: flex;
    }
    .shopping-cart-area{
      margin-left: 20px;
    }
    .shopping-cart-area .btn_cart_toggle_mobile{
      margin-right: 0;
    }
    .shopping-cart-area .moile-menu-shop .shopping-cart-img{
      background-image: none;
      width: auto;
      height: auto;
      margin: 0;
      text-indent: 0;
    }
    .shopping-cart-area .moile-menu-shop .btn_cart_toggle_mobile span{
      margin-top: 0;
    }
    .search-area{
      padding: 3% 16%;
    }
    .search-area input{
      width: 70vw;
    }
    .mb-logo-image-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 140px;
      padding-right: 0px;
      padding-bottom: 0px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .menu-button-icon {
      position: static;
      left: 0%;
      top: 0%;
      right: auto;
      bottom: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 40px;
      height: 15px;
      margin-top: -2px;
      margin-left: 0px;
      padding-right: 20px;
      padding-left: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    .top-line {
      position: static;
      width: 20px;
      height: 1.5px;
      margin: 0px;
    }
    .middle-line {
      position: static;
      width: 20px;
      height: 1.5px;
      margin: auto 0px;
    }
    .bottom-line {
      position: static;
      width: 20px;
      height: 1.5px;
      margin: 0px;
    }
  
    .menu-button-icon.active .top-line{
      transform: translate3d(0px, 7px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
      transform-style: preserve-3d;
    }
    .menu-button-icon.active .middle-line{
      opacity: 0;
    }
    .menu-button-icon.active .bottom-line{
      transform: translate3d(0px, -6px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
      transform-style: preserve-3d;
    }
    .login-container{
      display: block;
      background-color: #ffffff;
      position: unset;
      width: unset;
    }
    .login-container>li:first-child>a {
      border-top: none;
    }
    .back-to-menu-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      height: 55px;
      padding: 0px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border-style: none;
      border-width: 1px 1px 0.5px;
      border-color: #444 #444 #393939;
      color: #d4d4d4;
    }
    .dropdown-toggle {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 40px;
      margin-top: 8px;
      margin-right: 0px;
      margin-left: 0px;
      padding: 0px;
      padding-left: 14%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: Montserrat, sans-serif;
      font-size: 16px;
      line-height: 40px;
      font-weight: 500;
      text-transform: capitalize;
    }
    .nav-dropdown {
      width: 100%;
      margin-right: 0px;
      margin-left: 0px;
      color: #000000;
    }
    .mb-nav-divider {
      width: 80%;
      height: 0.75px;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      background-color: #CCCCCC;
    }
    .mb-nav-menu-wrapper {
      position: absolute;
      left: 0%;
      top: 52px;
      right: 0%;
      bottom: 0%;
      z-index: 1000;
      display: block;
      overflow: hidden;
      width: 100%;
      height: 90vh;
      padding-right: 0px;
      padding-bottom: 0px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      background-color: #ffffff;
      -webkit-transform:translate3d(0, -200VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      -moz-transform:translate3d(0, -200VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      -ms-transform:translate3d(0, -200VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      transform:translate3d(0, -200VH, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      transition: all 0.6s;
    }
    .mb-nav-menu-wrapper ul li{
      width: 100%;
      position: relative;
    }
  
    .mb-nav-menu-wrapper.active{
      transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform-style: preserve-3d;
    }
    .nav-link-2 {
      position: static;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 80%;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 0.5px none #393939;
      font-family: Montserrat, sans-serif;
      color: #000000;
      font-size: 16px;
      line-height: 48px;
      font-weight: 600;
      text-decoration: none;
    }
    .nav-link-2.mobile {
      width: 75%;
      margin-top: 8px;
      margin-bottom: 0px;
      border-top: 1px none #131313;
      border-bottom-style: none;
      color: #000000;
      line-height: 40px;
      font-weight: 500;
      text-transform: uppercase;
      height: 40px;
    }
    .nav-link-2.mobile.back-to-menu-title{
      width: auto;
      height: 36px;
      margin: 0px;
      padding: 0px;
      color: #CCCCCC;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-top-style: none;
      border-bottom-style: none;
      font-family: Arial;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 14px;
      text-transform: capitalize;
    }
    .menu-block{
      width: 100%;
      height: 1px;
      padding: 0 20px;
    }
    .menu-block div{
      background:#CCCCCC;
      width: 100%;
      height: 100%;
    }
    .nav-link-2.sub{
      height: 37px;
      margin-top: 7.5px;
      margin-bottom: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
      border-bottom-style: none;
      font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
      font-size: 14px;
      line-height: 40px;
      font-weight: 400;
      text-transform: capitalize;
    }
    .nav-link-2.sub svg{
      margin-right: 13px;
    }
    .back-to-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 36px;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #4d4f52;
    }
    .back-to-menu .back-container .back-to-menu-title svg{
        margin-right: 16px;
    }
    .div-block-18 {
      color: #646363;
      position: absolute;
      right: 4%;
      cursor: pointer;
    }
    .nav-series-btn{
      top: 25%;
    }
    .mb-nav-menu {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 60vh;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #444;
    }
  
    .mb-nav-menu.main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      height: 90vh;
    }
    .mb-nav-menu.series{
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom-style: none;
      height: 0;
      padding: 0px;
      -webkit-transform:translate3d(1000PX, -50px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      -moz-transform:translate3d(1000PX, -50px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      -ms-transform:translate3d(1000PX, -50px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      transform:translate3d(1000PX, -50px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
      opacity:0;
      transition: all 0.5s;
      background-color: #F2F2F2;
    
    }
    .mb-nav-menu.series.active{
      transform: translate3d(0px, -50px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform-style: preserve-3d;
      opacity: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 90vh;
    } 
  
    .mb-nav-menu.series .w-dropdown-toggle svg{
      transition: all 0.5s;
    }
    .mb-nav-menu.series .w-dropdown-toggle.active svg{
      transform: rotate(90deg);
    }
  
    .mb-nav-menu.series .dropdown{
      width: 100%;
    }
    .mb-nav-menu.series .w-dropdown .w-dropdown-list{
      position: unset;
      background-color:#FFFFFF;
      display: none;
    }
    .mb-nav-menu.series .w-dropdown .w-dropdown-list .w-dropdown-link{
      padding: 10px 20px;
      border-bottom: 1px solid #CCCCCC;
      width: 75%;
      display: block;
      margin-right: auto;
      margin-left: auto;
      color: #000000;
      font-size: 12px;
    }
    .mb-nav-menu.series .w-dropdown .w-dropdown-list .w-dropdown-link:last-child{
      border-bottom: 0px;
    }
    .mb-nav-menu .dropdown-toggle a{
      color: #000000;
    }
    .mb-nav-menu .dropdown-toggle .div-block-18{
      right: 10%;
    }
    .back-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 80%;
      height: 100%;
      padding-bottom: 0px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .series-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 80%;
      height: 40px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #CCCCCC;
      font-family: Montserrat, sans-serif;
      color: #cc0040;
      font-size: 16px;
      line-height: 40px;
      font-weight: 700;
    }
    .menu-bt-container {
      margin-left: -10px;
      padding-top: 22px;
      padding-bottom: 22px;
    }
    .mb-back-color {
      position: fixed;
      top: 0px;
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      padding-right: 0px;
      padding-bottom: 0px;
      background-color: rgba(0, 0, 0, 0.76);
    }
    .nav-link-2.sub.login-area{
      color: #4D4F52;
      font-family: Gill Sans MT;
    }
    .nav-link-2.sub.b2c-icon{
      color: #492582;
      font-family: Gill Sans MT;
    }
  }
  
  @media screen and (max-width: 767px) {
    .mb-logo-image-container {
      width: 125px;
    }
    .mb-nav-menu-wrapper {
      width: 100%;
      height: 100vh;
    }
    .mb-nav-menu.main {
      height: 100vh;
    }
    .mb-nav-menu.mouse {
      height: 100vh;
    }
    .search-area a{
      width: 8%;
    }
  }
  
  @media screen and (max-width: 479px) {
    .news-text {
      font-size: 10.5px;
    }
    .mb-nav-menu-wrapper {
      width: 100%;
    }
    .search-area{
      padding: 3% 16%;
    }
    .search-area input{
      width: 70vw;
    }
    .search-area a{
      width: 12%;
    }
    .div-block-18 {
      right: 6%;
    }
    .mb-nav-menu .dropdown-toggle .div-block-18{
      right: 12%;
    }
  }
  