.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-family: inherit !important;
}

.agora-product-container .woocommerce-product-gallery {
    width: 100% !important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 100% !important;
}


.woocommerce div.product p.price {
    color: #000080;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
}

.agora-product-description.overflow {
    max-height: 378px;
    overflow: hidden;
}

.toggle-more-less {
    text-align: right;
    margin-top: 20px;
}

.toggle-more-less span {
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #000080;
    padding-bottom: 1px;
}

.toggle-more-less span:hover {
    color: #000080;
}

.woocommerce table.shop_table tbody th {
    font-weight: 600 !important;
}

.woocommerce form .form-row label.checkbox span,
.woocommerce-page form .form-row label.checkbox span {
    margin-left: 20px;
    position: relative;
    top: 3px;
}