.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    font-family: sans-serif;
}
.footer-class-category{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.sale-price{
    font-size: 20px;
    font-style: normal;
}
.sale-price-style{
	text-decoration: line-through;
    color: brown;
}
.regular-price-style{
	font-size: 30px;
    font-weight: bold;
    color: red;
}
.gia-khuyen-mai{
	font-size: 20px;
	font-weight: bold;
}
.chinh-hang{
	color: #4dc50b;
}

.gia-giam{
	background: red;
    color: #ffeb00;
}
.mua_si{
	font-size: 16px;
    text-align: justify;
    font-style: italic;
    color: #15b702;
    font-weight: bold;
}

.woocommerce-product-details__short-description{
	border: dashed 2px #008000;
    padding: 10px;
    border-radius: 20px;
}
.woocommerce-product-details__short-description .entry-content p, .quote-caption{
	margin-bottom: 0px;
}
.wc-title-description{
	background: #0cbb11;
    padding: 5px 10px;
    border-radius: 20px 0px;
    color: aliceblue;
    font-size: 20px;
}
.woocommerce-product-gallery__image{
	margin-bottom: 3px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block;
    padding-right: 3px;
}
.woocommerce-Reviews-title{
	background: #31e036;
    padding: 5px 20px;
    font-size: 25px;
    border-radius: 20px 0px;
    color: antiquewhite;
    text-transform: uppercase;
}
.comment-form{
	margin-left: 20px;
    font-size: 18px;
    color: #0d8efd;
}
.comment-reply-title{
	font-size: 20px;
    color: black;
    font-style: italic;
}
.woocommerce-review__author{
	color: #000;
    font-style: oblique;
    padding: 5px 10px;
    background: #68d200;
    border-radius: 20px;
}

.woocommerce-review__published-date{
	font-size: 16px;
    font-style: italic;
    color: #00d407;
}

.comment-text .description{
	font-size: 16px;
}
.woocommerce-review-link{
	font-size: 16px;
    color: #5d5d5d;
    font-style: italic;
}
.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #ffbc00;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0px;
}
.woocommerce p.stars.selected a.active::before {
    content: "\e020";
    color: #ffbc00;
}

.logo-float-left{
    max-width: 280px;
    width: 100%;
    float: left;
}

.info-name-title-and-description{
    float: left;
    margin-left: 10px;
}

.info-name-title{
    font-size: 30px;
    font-weight: 700;
    font-family: arial;
}
.info-name-description{
    font-size: 20px;
    font-weight: 700;
    font-family: arial;
}