/* MEGA MENU */
.nav-sections ul.level0.horizontal-root > li.mega > .mega {
    border-right: 1px solid #0076cd;
    border-left: 1px solid #0076cd;
    font-weight: bold;
    padding: 0 10px;
    position: static;
  }
  
  .nav-sections ul.level0.horizontal-root > li.mega .child-content:not(.cols1) .child-content-inner .mega-col > ul.level1 {
      border-right: 0;
  }
  
  /* PRODUCT SLIDER */
  .product-item-info .ub-price-box .price, .product-item-info .price-box .price {
      color: #0076cd;
      font-family: 'Roboto';
      font-size: 16px;
      font-weight: 700;
  }
  
  strong.product-item-name {
     text-transform: uppercase;
  }
  
  .owl-carousel .owl-wrapper-outer.autoHeight { 
      height: auto !important; 
      
  }
  
  .topsl0 .container {
      max-width: inherit;
      padding-left: 0;
      padding-right: 0;
  }
  
  .ub-content-slider-block  strong.product-item-name {
      text-align:center
  }
  
  .ub-content-slider-block  div.product-item-details {
      text-align:center
  }
  
  .ub-content-slider-block  span.price {
      text-align:center;
      font-size: 16px
  }
  
  /* VIEW MORE BUTTON */
  .view-more {
    background-color: #222222;
    border-style: none;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    max-width: 110px;
    min-height: 20px;
    min-width: 10px;
    outline: none;
    overflow: hidden;
    padding: 9px 10px 8px;
    position: relative;
    text-align: center;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
  }
  
  a.view-more:visited {
    color: #ffffff;
  }
  
  .view-more:hover {
    color: #ffffff;
    opacity: .75;
  }
  
  .view-more:focus {
     color: #ffffff;
    opacity: .75;
  }
  
  /* PRODUCT PAGE SPECIAL PRICE*/
  .product-info-main .old-price .price {
      font-size: 28px;
      font-weight: 700;
  }
  
  /* PRODUCT PAGE PRE ORDER DATE*/
  span.ampreorder-observed {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
  }

  /* PRODUCT PAGE STOCK STATUS*/
  span.amstockstatus {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
  }