.base_card {
    margin: 0;
    padding: 0;
    outline: none;
  }
  
  .body_card {
    font-family: 'Roboto', sans-serif;
    background: #353535;
  }
  
  .container_card {
    width: 280px;
    height: 360px;
    margin: 20px 20px 0px 20px;
    display: inline-block;
  }
  
  .card_card {
    border-radius: 25px;
    box-shadow: -11px 11px 1px rgba(0, 0, 0, 0.3);
  }
  
  .card-head_card {
    position: relative;
    height: 252px;
    background: #fa782e;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #105d91 8%, #c82930 83%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #105d91 8%, #c82930 83%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #105d91 8%, #c82930 83%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fa782e', endColorstr='#c82930', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-radius: 25px 25px 0 0;
  }
  
  .card-logo_card {
    width: 55px;
    margin: 20px;
    height: 1px;
  }
  
  .product-img_card {
    position: absolute;
    left: 0;
    margin-top: -16px;
    margin-left: 50px;
  }
  
  .product-detail_card {
    margin-top: 30px;
    padding: 0 20px;
    font-size: 11px;
    color: #fff;
  }
  
  .product-detail_card h2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  
  .back-text_card {
    display: inline-block;
    font-size: 125px;
    font-weight: 900;
    position: absolute;
    margin-left: -7px;
    margin-top: 0px;
    opacity: 0.1;
  }
  
  .card-body_card {
    height: 70px;
    background: #484848;
    border-radius: 0 0 25px 25px;
    margin: auto;
    background-color: transparent;
    justify-content: space-evenly;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    list-style: none;
  }

  .card-button_card {
    margin: 14px;
    width: 40%;
  }
  
  .product-title_card {
    padding: 20px 20px 5px 20px;
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .product-title_card b {
    font-weight: 900;
    letter-spacing: 0px;
  }
  
  .badge_card {
    position: relative;
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    background: #11e95b;
    padding: 2px 5px;
    border-radius: 4px;
    top: -2px;
    margin-left: 5px;
  }
  
  .product-caption_card {
    display: block;
    padding: 0 20px;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .product-rating_card {
    padding: 0 20px;
    font-size: 11px;
  }
  
  .product-rating_card i.grey {
    color: #acacab;
  }
  
  .product-size_card h4 {
    font-size: 11px;
    padding: 0 21px;
    margin-top: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  
  .ul-size_card {
    margin-left: 15px;
  }
  
  .ul-size_card li {
    list-style: none;
    float: left;
    margin-right: 20px;
  }
  
  .ul-size_card li a {
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    text-align: center;
    line-height: 23px;
    color: white;
  }
  
  .ul-size_card li a.active {
    background: #f35e3d;
    color: #fff;
  }
  
  .product-size_card:before,
  .product-size_card:after {
    content: '';
    display: block;
    clear: both;
  }
  
  .product-color_card h4 {
    font-size: 11px;
    padding: 0 21px;
    margin-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
  }
  
  .ul-color_card {
    margin-left: 27px;
  }
  
  .ul-color_card li {
    list-style: none;
    float: left;
    margin-right: 20px;
  }
  
  .ul-color_card li a {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
  }
  
  .ul-color_card li a.red {
    background: #f33d3d;
  }
  
  .ul-color_card li a.green {
    background: #11e95b;
  }
  
  .ul-color_card li a.yellow {
    background: #ffd414;
  }
  
  .ul-color_card li a.active:after {
    position: absolute;
    content: '';
    display: inline-block;
    border: 1px solid #f35e3d;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-left: -5px;
    margin-top: -5px;
  }
  
  .product-price_card {
    position: absolute;
    background: #11e95b;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    font-weight: 200;
    color: #fff;
    border-radius: 7px;
    margin-top: -13px;
    margin-left: -5px;
    box-shadow: -10px 20px 15px -10px rgba(17, 233, 91, 0.3);
  }
  
  .product-price_card b {
    margin-left: 5px;
  }

  .h1_card{
    font-size: 26px;
  }
  .p_card{
    font-size: 16px;
  }



  .button_green {
    position: relative;
    padding: 10px 20px;
    border-radius: 7px;
    border: 1px solid #198754;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    background: #198754;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  
  .button_green:hover {
    background: #198754;
    box-shadow: 0 0 30px 5px #198754;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  
  .button_green:hover::before {
    -webkit-animation: sh02 0.5s 0s linear;
    -moz-animation: sh02 0.5s 0s linear;
    animation: sh02 0.5s 0s linear;
  }
  
  .button_green::before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 50px 30px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  
  @keyframes sh02 {
    from {
      opacity: 0;
      left: 0%;
    }
  
    50% {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      left: 100%;
    }
  }
  
  .button_green:active {
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
  }

  .button_red {
    position: relative;
    padding: 10px 20px;
    border-radius: 7px;
    border: 1px solid #dc3545;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    background: #dc3545;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  
  .button_red:hover {
    background: #dc3545;
    box-shadow: 0 0 30px 5px #dc3545;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  
  .button_red:hover::before {
    -webkit-animation: sh02 0.5s 0s linear;
    -moz-animation: sh02 0.5s 0s linear;
    animation: sh02 0.5s 0s linear;
  }
  
  .button_red::before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 50px 30px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  
  @keyframes sh02 {
    from {
      opacity: 0;
      left: 0%;
    }
  
    50% {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      left: 100%;
    }
  }
  
  .button_red:active {
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
  }
