.single-product .product-info .price span{
    font-size: 20px;
    margin: 15px 0;
    font-weight: 400;
}
span.amount{
    font-weight: 400;	
}
.single-product .product-main .woocommerce-breadcrumb{
	display:none;
}
.single-product h1.product-title {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px;
    line-height: normal;
}
.single-product .product-info .is-divider {
    background-color: #ea8e04;
}
.product-footer .woocommerce-tabs, .product-footer .related {
    border-top: 0;
}
.product-footer .product-section-title {
    font-weight: normal;
    border-bottom: 1px solid #dddddd;
    position: relative;
    margin-bottom: 30px;
}
.product-footer .product-section-title::after {
    left: 0;
    bottom: -2px;
    content: "";
    width: 76px;
    height: 2px;
    display: inline-block;
    background-color: #f99e2d;
    position: absolute;
}

#review_form_wrapper .comment-respond .comment-reply-title {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 500;
    display: block;
}

.woocommerce-Reviews .comment-respond .comment-form .comment-form-author {
    width: 50%;
    float: left;
    padding-right: 5px;
}

.woocommerce-Reviews .comment-respond .comment-form .comment-form-email {
    width: 50%;
    float: left;
    padding-left: 5px;
}

.woocommerce-Reviews .comment-respond .comment-form .comment-form-cookies-consent {
    width: 100%;
    float: left;
}

.archive .tit-cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.archive .tit-cat h1 {
    color: #3d5c81 !important;
    margin: 0;
    font-size: 19px;
    font-weight: normal;
    display: inline-block;
    width: auto;
}
/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-item{
	font-size:14px;
}
.cart-item .wc-forward{
	border-radius:3px;
}