
/* Primary & Secondary Button Style Overides */


.primary {
    background: #ff6b00 !important;
    color: white !important;
    font-weight: bold !important;
    text-transform: uppercase;
    border: 2px solid #ff6b00 !important;
    -webkit-transition: background-color 0.0s linear 0 !important;
    -moz-transition: background-color 0.0s linear 0 !important;
    -ms-transition: background-color 0.0s linear 0 !important;
    -o-transition: background-color 0.0s linear 0 !important;
    transition: background-color 0.0s linear 0 !important;
    text-shadow: none;
    border-radius: 8px !important;
    padding: 6px 14px !important;
    display: inline-block;
    font-size: 12px;
  }
  .primary:visited {
    color: white !important;
  }
  .primary:hover,
  .primary:active {
    background: rgba(255,255,255, 0) !important;
    border: 2px solid #ff6b00 !important;
    color: #ff6b00 !important;
    text-decoration: none;
    -webkit-transition: background-color 0.0s linear 0.0s !important;
    -moz-transition: background-color 0.0s linear 0.0s !important;
    -ms-transition: background-color 0.0s linear 0.0s !important;
    -o-transition: background-color 0.0s linear 0.0s !important;
    transition: background-color 0.0s linear 0.0s !important;
  }
  
  .primary.basket-drag,
  .danger.basket-drag {
      display: inline-block;
      float: right;
  }
  
  .primary .fa-shopping-cart {
      margin-right: 5px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 959px) {
      .primary {
          font-size: 10px;
      }
  }
  
  .secondary {
      background: #106ac6 !important;
      color: white !important;
      font-weight: bold !important;
      text-transform: uppercase;
      border: 2px solid #106ac6 !important;
      -webkit-transition: background-color 0.0s linear 0 !important;
      -moz-transition: background-color 0.0s linear 0 !important;
      -ms-transition: background-color 0.0s linear 0 !important;
      -o-transition: background-color 0.0s linear 0 !important;
      transition: background-color 0.0s linear 0 !important;
      text-shadow: none;
      border-radius: 8px !important;
      padding: 7px 14px;
      display: inline-block;
      font-size: 12px;
  }
  
  .secondary:visited {
      color: white;
  }
  
  .secondary:hover,
  .secondary:active {
      background: rgba(255,255,255, 0) !important;
      border: 2px solid #106ac6 !important;
      color: #106ac6 !important;
      text-decoration: none;
      -webkit-transition: background-color 0.0s linear 0.0s !important;
      -moz-transition: background-color 0.0s linear 0.0s !important;
      -ms-transition: background-color 0.0s linear 0.0s !important;
      -o-transition: background-color 0.0s linear 0.0s !important;
      transition: background-color 0.0s linear 0.0s !important;
  }
  
  .secondary.small {
      padding: 2px 7px;
      font-size: 10px;
  }
  
  .secondary .fa-shopping-cart {
      margin-right: 5px;
  }
  
  
  /* Related Products Text Line Clamp */
  
  .product.full .title {
  overflow: hidden;
  min-height:20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-margin-top: none;
  -webkit-box-orient: vertical;
  }
  
  
  
  /* Related Products Price Color */
  
  .product.full .price-area .break-zone {
      display: inline-block;
      margin-top: 7px;
      margin-right: 5px;
      padding-left: 10px;
      text-transform: none;
  }
  
  .col-4.col.omega.price-area.product-cat.related-price-block .block span.price {
     color: #106ac6;
     font-weight: bold;
     font-size: 25px;
     padding-left: 10px;
     display:block;
  }
  
  .col-4.col.omega.price-area.product-cat.related-price-block .block span.price.cross {
      margin-top: -25px;
      margin-left: 95px;
      font-size: 0.9em;
      font-weight: bold;
      color: #999999;
  }
  
  .col-4.col.omega.price-area.product-cat.related-price-block .block .quantity {
      width: 50px;
      padding-left: 5px;
      padding-right: 5px;
      margin-top: -30px;
  }
  
  
  /* Ipad Landscape */
  @media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: landscape) {
      .col-4.col.omega.price-area.product-cat.related-price-block .block span.price {
         color: #106ac6;
         font-weight: bold;
         font-size: 18px;
         padding-left: 8px;
         display:block;
      }
  
      .col-4.col.omega.price-area.product-cat.related-price-block .block span.price.cross {
          margin-top: -25px;
          margin-left: 75px;
          font-size: 0.7em;
          font-weight: bold;
          color: #999999;
      }
  
      .col-4.col.omega.price-area.product-cat.related-price-block .block .quantity {
          width: 40px;
          padding-left: 5px;
          padding-right: 5px;
          margin-top: -26px;
      }
     .col-4.col.omega.price-area.product-cat.related-price-block .primary {
       margin-top:-5px !important;
     }
    }
  
  /* Ipad Portrait */
  @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
    .col-4.col.omega.price-area.product-cat.related-price-block .block span.price {
       color: #106ac6;
       font-weight: bold;
       font-size: 18px;
       padding-left: 8px;
       display:block;
    }
  
    .col-4.col.omega.price-area.product-cat.related-price-block .block span.price.cross {
        margin-top: -25px;
        margin-left: 75px;
        font-size: 0.8em;
        font-weight: bold;
        color: #999999;
    }
  
    .col-4.col.omega.price-area.product-cat.related-price-block .block .quantity {
        width: 30px;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 10px;
        float: left;
    }
    .col-4.col.omega.price-area.product-cat.related-price-block .primary {
     width: 65%;
     margin-top:-32px !important;
     display: flex;
     justify-content: center;
     align-content: center;
     flex-direction: column;
     margin-bottom: 10px;
    }
    .col-4.col.omega.price-area.product-cat.related-price-block .primary .fa-shopping-cart{
     display: none;
    }
    .grid-view .product-wrap.alpha .col{
      min-height: 45px !important;
    }
  }
  
  /* Ipad Pro Portrait */
    @media only screen
      and (min-device-width: 1024px)
      and (max-device-width: 1024px)
      and (orientation: portrait)
      and (-webkit-min-device-pixel-ratio: 2) {
        .col-4.col.omega.price-area.product-cat.related-price-block .block span.price {
           color: #106ac6;
           font-weight: bold;
           font-size: 18px;
           padding-left: 8px;
           display:block;
        }
  
        .col-4.col.omega.price-area.product-cat.related-price-block .block span.price.cross {
            margin-top: -25px;
            margin-left: 75px;
            font-size: 0.7em;
            font-weight: bold;
            color: #999999;
        }
  
        .col-4.col.omega.price-area.product-cat.related-price-block .block .quantity {
            width: 40px;
            padding-left: 5px;
            padding-right: 5px;
            margin-top: -26px;
        }
        .col-4.col.omega.price-area.product-cat.related-price-block .primary {
         margin-top:-5px !important;
        }
  }
  
  /*Ipad Pro Landscape*/
  @media only screen
    and (min-device-width: 1366px)
    and (max-device-width: 1366px)
    and (orientation: landscape)
    and (-webkit-min-device-pixel-ratio: 2) {
      .col-4.col.omega.price-area.product-cat.related-price-block .primary {
       margin-top:-5px !important;
      }
    }
  
  /* Phone portrait */
  @media only screen and (max-width: 600px)
    and (orientation: portrait) {
      .col-4.col.omega.price-area.product-cat.related-price-block .primary {
       margin-top:-10px !important;
       margin-bottom: 10px;
      }
      .col-4.col.omega.price-area.product-cat.related-price-block .block span.price {
         margin-top: 2px;
      }
    }
  
  /* Phone Landscape */
  @media only screen
    and (min-device-width: 375px)
    and (max-device-width: 812px)
    and (orientation: landscape) {
      .col-4.col.omega.price-area.product-cat.related-price-block .block span.price {
         color: #106ac6;
         font-weight: bold;
         font-size: 18px;
         padding-left: 8px;
         display:block;
      }
  
      .col-4.col.omega.price-area.product-cat.related-price-block .block span.price.cross {
          margin-top: -25px;
          margin-left: 75px;
          font-size: 0.7em;
          font-weight: bold;
          color: #999999;
      }
  
      .col-4.col.omega.price-area.product-cat.related-price-block .block .quantity {
          width: 30px;
          padding-left: 5px;
          padding-right: 5px;
          margin-top: 10px;
          float: left;
      }
      .col-4.col.omega.price-area.product-cat.related-price-block .primary {
       margin-top:-32px !important;
       width: 65%;
       float: right;
       display: flex;
       justify-content: center;
       align-content: center;
       flex-direction: column;
       margin-bottom: 10px;
      }
      .col-4.col.omega.price-area.product-cat.related-price-block .primary .fa-shopping-cart{
       display: none;
      }
      .grid-view .product-wrap.alpha .col{
        min-height: 45px !important;
      }
    }
  
  
  /* Related Products Stock Text */
  .grid-view .product-wrap.alpha .col .title .stock, .grid-view .product-wrap.alpha .col .title .code {
      font-size: 1em;
      color: #3aa750;
      padding-left: 4px;
  
  }
  
  /* Basket Background Blur */
  
  .basket .basket-content {
      visibility: hidden;
      opacity: 0.0;
      position: absolute;
      top: 60px;
      right: -10px;
      width: auto;
      margin-right: 10px;
      padding: 20px 5px 15px;
      background: linear-gradient(to bottom,
                      rgba(255,255,255, 1),
                      rgba(255,255,255, 0) 400%);
      z-index: 999;
      height: auto;
      overflow: auto;
      border-top:3px solid rgba(255,255,255, 1);
      border-bottom:3px solid rgba(214,214,214, 0.3);
      box-shadow: 1px 3px 8px -2px rgb(0 0 0 / 40%);
      backdrop-filter: blur(5px);
      -webkit-transition: visibility 0.0s linear 0.4s, opacity 0.2s linear 0.2s;
      -moz-transition: visibility 0.0s linear 0.4s, opacity 0.2s linear 0.2s;
      -ms-transition: visibility 0.0s linear 0.4s, opacity 0.2s linear 0.2s;
      -o-transition: visibility 0.0s linear 0.4s, opacity 0.2s linear 0.2s;
      transition: visibility 0.0s linear 0.4s, opacity 0.2s linear 0.2s;
  }
  
  .basket-highlight.active {
      background-color: rgba(51, 51, 51, 0.2) !important;
      width: 100%;
      height: 100%;
      backdrop-filter: blur(5px);
      -webkit-transition: background 0.2s linear 0.1s;
      -moz-transition: background 0.2s linear 0.1s;
      -ms-transition: background 0.2s linear 0.1s;
      -o-transition: background 0.2s linear 0.1s;
      transition: background 0.2s linear 0.1s;
  }
  
  .delete {
      color: #e80000;
      margin-left: 10px;
      font-size: 15px;
  
  }
  
  .basket-prod-name {
    font-weight: bold;
    padding-bottom:5px;
  }
  
  /* Temp Newsletter Changes*/
  
  .newsletter {
    background-color: #f2f2f2;
    overflow: auto;
    font-size: 1.3em;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
    box-shadow: 1px 3px 8px -4px rgb(0 0 0 / 40%);
  }
  
  .newsletter .sign-up {
      padding: 15px 0 15px 30px;
      margin-right:10px;
      color:#106ac6;
      font-weight: normal;
  }
  .newsletter .sign-up input {
      border-radius: 30px;
      border: 1px solid #e5e5e5;
      margin: 0 0 0 10px;
      padding-left: 15px;
      padding-right: 15px;
      width: 50%;
  }
  
  .newsletter .follow {
      padding: 20px 30px 10px 0px;
      text-align: left;
      color: #106ac6;
  }
  
  .newsletter .sign-up .secondary {
    margin-left: 10px;
  }
  
  .newsletter .follow ul li a {
      display: block;
      height: 30px;
      width: 30px;
      padding: 7px 0 0;
      color: white;
      border-radius: 30px !important;
  }
  
  /* product page socials */
  
  .action ul li a.facebook {
      color: #3b5998;
      background: none;
      border: none;
  }
  
  .action ul li a.facebook:hover,
  .action ul li a.facebookactive {
      color: #2d4373;
      background: none;
      border: none;
  }
  
  .action ul li a.twitter {
      color: #55acee;
      background: none;
      border: none;
  }
  
  .action ul li a.twitter:hover,
  .action ul li a.twitteractive {
      color: #2795e9;
      background: none;
      border: none;
  }
  
  .action ul li a.mail {
      color: #d42e35;
      background: none;
      border: none;
  }
  
  .action ul li a.mail:hover,
  .action ul li a.mailactive {
      color: #c02b31;
      background: none;
      border: none;
  }
  
  .action ul {
      margin: 10px 0;
      margin-top: 0px;
      margin-right: 10px;
      padding-right: 10px;
      list-style: none;
      text-align: right;
  }
  
  .action ul li {
      display: inline-block;
      margin:-15px;
      text-align: center;
      background-color:
  }
  .action ul li a {
      display: block;
      color: white;
      font-size: 1.5em;
  }
  
  /* iPad Portrait */
  @media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px) {
    .action ul li a.facebook {
        display: block;
        font-size: 1.5em;
    }
    .action ul li {
      margin:auto;
    }
  }
  
  /* product page price block */
  
  .col-4.col.prod-break.prod-col4-tablet .block span.price {
      font-size: 2.8em;
      float: left;
      line-height: 1.2em;
      color: #106ac6;
      font-weight: bold;
      padding-left: 15px;
  }
  
  .col-4.col.prod-break.prod-col4-tablet .block span.price.cross {
      margin-left: -10px;
      padding-top: 5px;
      font-size: 1em;
      line-height: 4em;
      color: #999999;
  }
  
  .col-4.col.prod-break.prod-col4-tablet button {
      width: 90%;
      padding-bottom: 7px;
      margin-top: 10px;
      font-size: 1.1em;
      margin-left: 15px;
  }
  
  .col-4.col.prod-break.prod-col4-tablet .block .quantity {
      float: right;
      width: 65px;
      height: 30px;
      text-align: center;
      margin: 0 5px;
      margin-top: 10px;
      margin-right: 15px;
  }
  
  .prod-break .break {
      font-size: 1.1em;
      text-transform: uppercase;
  }
  
  .col-4.col.prod-break.prod-col4-tablet {
    box-shadow: 1px 3px 8px -4px rgb(0 0 0 / 40%)!important;
  }
  
  /* iPad Portrait */
  @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
    .col-4.col.prod-break.prod-col4-tablet .block span.price {
        font-size: 1.8em;
        float: left;
        line-height: 1.2em;
        color: #106ac6;
        font-weight: bold;
        padding-left: 10px;
    }
    .col-4.col.prod-break.prod-col4-tablet .block span.price.cross {
        margin-left: -6px;
        padding-top: 2px;
        font-size: 0.7em;
        line-height: 4em;
        color: #999999;
    }
    .col-4.col.prod-break.prod-col4-tablet .block .quantity {
        float: right;
        width: 40px;
        height: 30px;
        text-align: center;
        margin: 0 5px;
        margin-top: 0px;
        margin-right: 5px;
    }
    .col-4.col.prod-break.prod-col4-tablet button {
        width: 90%;
        padding-bottom: 7px;
        margin-top: 10px;
        font-size: 0.9em;
        margin-left: 8px;
    }
  }
  
  
  @media only screen and (max-width: 1025px) and (min-width: 961px) {
     .col-4.col.prod-break.prod-col4-tablet .block .quantity {
       float: left;
        width: 40px;
       height: 30px;
       text-align: center;
       margin-top: 5px;
       margin-right: 10px;
       margin-left: 10px;
    }
    .col-4.col.prod-break.prod-col4-tablet button {
      float: right;
      margin-top: -32px;
      font-size: 0.8em;
      width: 65%;
      margin-right: 5px;
    }
  }
  
  /* Devices with max width 960 & min 415 Landscape */
  @media only screen and (min-device-width: 415px) and (max-device-width: 961px) {
      .col-4.col.prod-break.prod-col4-tablet .block span.price {
          font-size: 2.4em;
          float: left;
          line-height: 1.2em;
          color: #106ac6;
          font-weight: bold;
          padding-left: 10px;
      }
      .col-4.col.prod-break.prod-col4-tablet .block span.price.cross {
          margin-left: -8px;
          padding-top: 2px;
          font-size: 0.9em;
          line-height: 4em;
          color: #999999;
      }
      .col-4.col.prod-break.prod-col4-tablet .block .quantity {
        float: left;
         width: 40px;
        height: 30px;
        text-align: center;
        margin-top: 5px;
        margin-right: 10px;
        margin-left: 10px;
      }
      .col-4.col.prod-break.prod-col4-tablet button {
        float: right;
        margin-top: -32px;
        font-size: 0.8em;
        width: 65%;
        margin-right: 5px;
      }
      .col-4.col.prod-break.prod-col4-tablet .fa-shopping-cart {
        display: none;
      }
  }
  
  
  /* Ipad Pro Portrait Mode */
  @media only screen
    and (min-device-width: 1024px)
    and (max-device-width: 1024px)
    and (orientation: portrait)
    and (-webkit-min-device-pixel-ratio: 2) {
      .col-4.col.prod-break.prod-col4-tablet .block .quantity {
        float: left;
         width: 40px;
        height: 30px;
        text-align: center;
        margin-top: 5px;
        margin-right: 10px;
        margin-left: 10px;
     }
     .col-4.col.prod-break.prod-col4-tablet button {
       float: right;
       margin-top: -32px;
       font-size: 0.8em;
       width: 65%;
       margin-right: 5px;
     }
  }
  
  
  /* Product Stock Info */
  
  .prod-info .stock.safe {
      color: #3aa750;
      font-weight: bold;
      font-size: 0.8em;
      background-color: white;
      padding: 5px 10px 5px 10px;
      margin-right: 5px;
      text-transform: uppercase;
      border:1px solid #3aa750;
      border-radius: 20px;
  }
  
  .prod-info .stock.alert {
    color: #e80000;
    font-weight: bold;
    font-size: 0.8em;
    background-color: white;
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
    text-transform: uppercase;
    border:1px solid #e80000;
    border-radius: 20px;
  }
  
  /* Breadcrumb length overide*/
  
  .breadcrumbs ul li {
      display: inline-block;
      font-weight: bold;
      color: #106ac6;
      font-size: 0.95em;
      font-family: Open Sans;
      text-transform: lowercase !important;
      max-width: 275px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  
  .breadcrumbs ul li:first-letter,.breadcrumbs ul li:first-line {
      text-transform: capitalize;
  }
  
  .breadcrumbs ul li::after {
      content: "\f054";
      font-size: 0.8em;
      color: #106ac6 !important;
      font-weight: normal;
      font-family: 'FontAwesome';
  }
  
  
  /* Product Delivery Rows Below Button*/
  .product-delivery-rows li{
  line-height:1.2em;
  border:1px solid #efefef;
  border-width:1px 0 0;
  padding:13px 14px;
  margin:0
  }
  .product-delivery-rows div ul {
  list-style:none;
  padding-left:;
  }
  .product-delivery-rows div li,.product-delivery-rows div ul li {
  line-height:45px;
  border:1px solid #efefef;
  border-width:1px 0 0!important;
  padding:0 14px;margin:0 }
  
  .product-delivery-rows li strong {
  font-weight:600
  }
  .product-delivery-rows li:last-child {
  border-width:1px 0
  }
  
  
  /*Checkout Procedure Bar Text Center*/
  
  .checkout-procedure li.active {
   display: flex;
   justify-content:center;
   align-content:center;
   flex-direction:column;
  }
  
  /*Order Summary Page Changes*/
  
  .delivery-options img {
    float: left;
    width: 45px;
    height: 45px;
  }
  
  .delivery-options h5 {
    position: relative;
    top: 10px;
    left: 10px;
    font-size: 13px;
    margin-bottom: 60px;
  }
  
  .delivery-options p {
    margin-bottom:10px;
  }
  
  .prod-row .summary-code h5 {
    display: inline-flex;
    font-size: 12px;
    font-family: Open Sans;
    font-weight: bold;
  }
  
  .prod-row .summary-unit h5 {
    display: inline-flex;
    font-size: 12px;
    font-family: Open Sans;
    font-weight: bold;
  }
  
  .prod-row .summary-price h5 {
    display: inline-flex;
    font-size: 12px;
    font-family: Open Sans;
    font-weight: bold;
  }
  
  .prod-row .summary-total-price h5 {
    display: inline-flex;
    font-size: 12px;
    font-family: Open Sans;
    font-weight: bold;
  }
  
  
  /* Mobile Phones */
  @media only screen and (max-width: 768px) {
   .delivery-options{
     margin-top: 20px;
   }
   .prod-row .summary-code {
       width: 250px;
   }
   .prod-row .summary-unit  {
     margin-top: -6px;
   }
   .prod-row .summary-price  {
     margin-top: -6px;
   }
   .prod-row .summary-total-price {
     margin-top: -6px;
   }
   .prod-row .summary-price div {
     display: inline-flex;
   }
   .prod-row .summary-total-price div {
     display: inline-flex;
   }
  }
  
  
  /* iPad Portrait */
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .delivery-options h5 {
    line-height: 1.2;
    }
  }
  
  /* Display Item order info only on Mobile Phones */
  @media only screen and (min-width: 768.1px) {
    .prod-row .summary-code h5 {
      display: none;
    }
    .prod-row .summary-unit h5 {
      display: none;
    }
    .prod-row .summary-price h5 {
      display: none;
    }
    .prod-row .summary-total-price h5 {
      display: none;
    }
  }
  
  /* Pricing Info*/
  .product-delivery-rows #pricing-help {
    border-top:none;
  }
  
  /* Cata Multi Basket*/
  @media only screen and (max-width: 767px) {
      .multi-basket {
        display:none;
   }
      .product.full .price-area .block .quantity {
      visibility: hidden;
  }
  }
  
  /* Added to Basket Message Adjustments */
  
  .added-wrap {
    top:0px !important;
  }
  .added-wrap.active {
      background: #ff6c00;
      width:100%;
  }