#cart_body_container{
    border: none;
}

.card {
    border: none;
}

.product {
    background-color: white;
}

.brand {
    font-size: 13px
}

.act-price {
    color: gray;
    font-size: 20px;
    font-weight: 700;
}

.dis-price {
    text-decoration: line-through
}

.about {
    font-size: 14px
}

.color {
    margin-bottom: 10px
}

label.radio {
    cursor: pointer
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.radio span {
    padding: 2px 9px;
    border: 2px solid #343a40;
    display: inline-block;
    color: white;
    background-color: #343a40;
    border-radius: 3px;
    text-transform: uppercase
}

label.radio input:checked+span {
    border-color: #343a40;
    background-color: gray;
    color: white;
}

.btn-danger {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important
}

.btn-danger:hover {
    background-color: #da0606 !important;
    border-color: #da0606 !important
}

.btn-danger:focus {
    box-shadow: none
}

.cart i {
    margin-right: 10px
}

#main-image{
    width: -webkit-fill-available;
}


#product_image_container{
    padding: 0px;
}

#cart_qty{
    width: 40px;
    color: black;
    border: 1px solid white;
    background-color: white;
    border-radius: 1px;
    text-align: center;
    margin-right: 20px;
  }

  ::placeholder{
    color: black;
  }

  .sizes{
    color: gray;
  }

  .socialmediaicon{
    display: flex;
    justify-content: space-around;
  }

  .socialmediaicon i {
    background-color: #343a40;
    padding: 15px;
    margin-left: 3px;
    color: white;
    border-radius: 44px;
  }

  #facebook_icon{
    padding-left: 18px;
    padding-right: 18px;
  }

  .socialmediaicon i:hover{
    color: #343a40;
    background-color: white;
    border: 2px solid #343a40;
  }

  .table_headings{
    font-weight: bold;
  }

@media only screen and (min-width: 768px){
    .product_heading{
        font-size: 29px;
    }

    #wishlist_btn{
        margin-top: 10px;
        border-radius: 0px !important;
    }

    #cart_btn{
        width: max-content;
        border-radius: 0px !important;
    }

}


@media only screen and (max-width: 476px) {
    #wishlist_btn{
        width: 100%;
        margin-top: 10px;
        outline: none;
        border-radius: none !important;
    }   

    #cart_bnt{
        width: 100%;
        outline: none;
    }
  }