  .btn-scroll {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 1000;
    background: rgb(67, 102, 172);
    width: 150px;
    font-weight: 600;
    opacity: 0.9;
  }

  .pink {
    background-color: #E91E63;
    border: 1px solid #e0004c;
  }

  .btn-whislist:hover {
    background: #b30616 !important;
    border-color: #79000b;
  }

  .btn-coupon-has,
  .btn-coupon-has:hover {
    background-color: #757575 !important;
  }

  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: initial;
    margin-left: 47px !important;
    transform: rotate(90deg) !important;
    top: 50%;
    left: 11px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .specification {
    border-bottom: 1px solid #53b9e6;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .specification .col-sm-6 {
    font-weight: bold;
  }

  #menu_size .fa-angle-down {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 18px;
    color: #707070;
    float: right;
  }

  #txt_add_cart_detail {
    color: #53b9e6 !important;
  }
  .badge-primary{
    background-color: #0038C6;
  }
  #product-detail .price-box {
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .product_name{
    margin-top:5px;font-weight: bold;color:#223445;
  }
  .buy-btn{
    border-radius: 0px 3px 3px 0;
    width: 100% !important;
    margin-left: 0px !important;
    overflow: hidden;
  }
  .input-group.input-qty{
    width: 100%;
  }
  #qty{
    width: 100% !important;
  }