.content-area {
    padding:  30px 0 0;
}
.home .content-area {
    padding-top: 0;
}
/** Single Post **/
.entry-meta {
    font-size: 14px;
}

.entry-meta .posted-author {
    padding-right: 10px;
}

.entry-meta .posted-on,
.entry-meta .posted-share {
    padding-left: 10px;
    padding-right: 10px;
}

.entry-meta .posted-share a {
    font-size: 11px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    border-width: 1px;
    margin-bottom: 0px;
}

.entry-meta .posted-view {
    padding-left: 10px;
}

.entry-meta .posted-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.product-small .box-text p.category{
    font-size: 11px;
    text-transform: unset;
    font-weight: 400;
    letter-spacing: 0;
    color: #444;
    margin-top: 0;
    margin-bottom: 5px;
}
.box-text-products .product-title{
    margin: 0 0 10px;
}
.box-text-products .product-title a{
    font-size: 18px;
    color: #222;
    margin-bottom: 0;
    margin-top: 0;
}
.price_pro{
    font-size: 16px;
    color: #d41616;
    font-weight: 600;
    del{
        color:#777;
        font-weight: 500;
        font-size: 14px;
    }
}
.product-small .add-to-cart-button a{
    text-transform: unset;
    font-size: 14px;
    font-weight: 400;
    border-width: 1px;
}
.sidebar-inner .widget-title{
    font-size: 22px;
    letter-spacing: 0;
}
.sidebar-inner ul.product-categories li{
    padding: 5px 0;
}
.sidebar-inner ul.product-categories li a{
    padding: 0;
    font-size: 15px;
    font-weight: 500 !important;
    color: #222;
    &:hover{
        color: #dc4114;
    }
}
.product-info .woocommerce-breadcrumb{
    display: none;
}
.product-info h1.product-title{
    font-size: 40px;
}
.product-info .is-divider{
    display: none;
}
.product-info .price{
    font-size: 18px !important;
    display: flex !important;
    gap: 15px;
    align-items: flex-end;
    del{
        color:#777;
        font-weight: 500;
        font-size: 15px;
        bdi{
            color:#777;
        }
    }
}
.product-summary .price .woocommerce-Price-currencySymbol{
    font-size: 18px;
    vertical-align: bottom;
}
.product-summary .price del .woocommerce-Price-currencySymbol{
    font-size: 15px;
    vertical-align: middle;
}
.woocommerce-tabs ul.tabs li a{
    font-size: 14px;
}
.product-summary .qty-text {
    margin-bottom: 10px;
}
.product-summary .quantity{
    margin-bottom: 0;
}
.product-info .in-stock {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: 1px solid #EAEAEA;
}
.product-info .in-stock span {
    color: #198754 !important;
    font-weight: bold;
}
.product_meta > span {
    font-size: 14px;
}
.product-info button.add_to_cart_button{
    text-transform: unset;
    margin-bottom: 0;
}
.product-info button.add_to_cart_button label{
    margin: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
}
.product-info button.add_to_cart_button span{
    display: none;
}
.tits h3{
    font-size: 25px;
    line-height: 40px;
}
.product-summary .quantity {
    border-radius: 10px;
    overflow: hidden;
}
.product-summary .quantity .input-text.qty {
    height: 55px;
    max-width: 40px;
    width: 40px;
    background: #f6f6f6;
    box-shadow: none;
    border: 0;
}
.product-summary .quantity input.ux-quantity__button {
    padding: 10px 10px;
    font-size: 18px;
    line-height: 30px;
    min-height: 55px;
    height: 55px;
    font-weight: 500;
    background: #f6f6f6;
    border: 0;
}
form.cart button.single_add_to_cart_button {
    color: #222;
    margin-bottom: 0;
    width: calc(100% - 125px);
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 10px;
    background: #dff20f !important;
    margin-right: 10px;
    border: 0;
}
.product-info .price-wrapper del span.amount {
    font-size: 25px;
}
.product-info .price-wrapper span.amount {
    font-size: 30px;
}
.product-footer .related h3 {
    font-size: 30px;
}