.basketalert{
    background: #f57000;
    height: 50px;
    bottom: -50px;
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    text-align: center;
}
.basketalert p{
    text-align: center;
    margin-bottom: 0;
    margin-top: 12px;
    color: white;
    font-weight: 600;
    display: inline-block;
}

.hide-cart .stickcart{
    display:none !important;
}

.hide-cart #h_main .inner .strip_nav li.cart .items{
    display:none !important;    
}

.stickcart{
    position: fixed;
    background: #f57000;
    z-index: 9999;
    right: -250px;
    top: 60px;
    width: 400px;
    text-align: left;
    color: white;
    display: none;
    font-size:14px;
    -webkit-box-shadow: -17px 17px 30px -19px #231e1f;
    -moz-box-shadow: -17px 17px 30px -19px #231e1f;
    box-shadow: -17px 17px 30px -19px #231e1f;
}

@media(max-width:1200px){
    .dd-trigger{
        display: none !important;
    }
}

span.items{
    font-weight:600;
}

.dd-trigger{
    background-image: url('/img/backgrounds/nav_tracks.png');
    background-position: top right 250px;
    background-repeat: no-repeat;
    background-color: #f37020 !important;
    font-family: "Open Sans", sans-serif;
    padding: 10px 0;
    cursor:pointer;
    display: block;
}
.basketicon{
    width: 25px;
    height: 25px;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}
.viewbasket{
    background: #4a4a4a;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    width: 100%;
}
.dropdownstick{
    display:none;
    background:white;
    padding:20px;
}
.dropdownstick h3{
    font-weight: 600;
}

.boldtxt{
    font-weight: 600;
}
.dropdownstick h3, .dropdownstick p{
    font-size: 14px;
    margin-bottom:0;
    margin-top:0;
}
.cart_total{
    text-align: right;
    float: right;
    margin-right: 15px;
    position: absolute;
    right: 0;
}
.cart-contents, .cart-contents:hover{
    color:white;
    text-decoration:none;
}


.pulseme {
    /*animation-delay: 2s;*/
    animation: pulse 1s linear;
    animation-direction: alternate;
    transform-origin: 2% 50%; /* 0.5/widthofimage*100 */
  }


  
  @keyframes pulse {
    from { transform : rotate(0deg); }
    50%  { transform : rotate(-30deg); }
    to   { transform : rotate(0deg); }
  }


  .custom-coupon-hit{
    background: #251e1f;
  }

  .custom-coupon-hit .woocommerce-info{
    margin: 10px;
    background: transparent;
    border-top: 0;
    color: white;
  }

  .custom-coupon-hit .woocommerce-info::before {
    color: #ffffff;
  }


  .custom-coupon-hit .woocommerce-info .showcoupon{
    color: #f57000;
  }

  .custom-coupon-hit #coupon_code{
    background-color: #FFFFFF;
    border: none;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    height: 45px;
    padding: 0 10px;
    resize: none;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #241e1f;
  }


  .custom-coupon-hit .checkout_coupon{
      margin:0 !important;
      border: none !important;
      padding: 0 !important;
  }

  .custom-coupon-hit .applycoup{
    height: 45px;
    background-color: #f37020 !important;
    border-radius: 0 !important;
    width: auto !important;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    border: none !important;
    padding-top: 10px !important;
    font-weight: 400 !important;
    width: 100% !important;
  }

.woocommerce-remove-coupon{
    color: #f57000 !important;
  }

  .custom-coupon-hit .discode{
    border-top: none !important;
    padding: 0 15px 20px 15px !important;
  }


  .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
      margin-right:10px;
      position: inherit;
      top: 0;
    left: 0;
  }

  .woocommerce-error, .woocommerce-info, .woocommerce-message{
      text-align: center;
      margin:0;
      padding:20px !important;
      background-color: #ffffff;
      display: none;
  }