.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    clip:rect(0,0,0,0);
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#f55e45;
    margin-top: -10px;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #f1c40f;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #f1c40f;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #f1c40f;
}

.star {
    color: red;
}
.product-with-qty .btn-cart i {
    display: inline-block;
}
.product.cart-full .btn-cart {
    max-width: none;
    width: 100%;
}
.product-with-qty .product-details{
    padding-left: 0.5rem!important;
    padding-right:0.5rem!important;
}
.product-with-qty button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #333;
    font-size: 1rem;
    width: 42px;
    height: 42px;
    border-radius: 0.3rem;
    border: 1px solid #d7d7d7;
    background: #fff;
    cursor: pointer;
    transition: background-color .3s, color .3s;
}
.product-action .product-form{
    padding-bottom:10px;
}
.product-with-qty .quantity{
    background: #f4f4f4;
    font-size: 1rem;
    border: 1px solid #d7d7d7;
    width: 42px;
    height: 42px;
    margin: 0px 10px;
}
.product-quantity-new{
    padding-bottom:10px;
}

.product-with-qty .product-details .btn-cart{
    background-color: #223d7c;
    border-color: #223d7c;
    color: #fff;
}
.product.product-with-qty button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #333;
    font-size: 1rem;
    width: 42px;
    height: 42px;
    border-radius: 0.3rem;
    border: 1px solid #d7d7d7;
    background: #fff;
    cursor: pointer;
    transition: background-color .3s, color .3s;
}
#required-value{
    width: 40px;
    text-align: center;
}
.main-content-area table, .comment-body .comment-text table {
    width: 100%;
    margin: 0 0 0px;
}