p {
    display: block;
}

strong {
    font-weight: 800;
}

em {
    font-style: italic;
}

u {
    text-decoration: underline;
}

s {
    text-decoration: line-through;
}

h1 {
    font-size: 2.5rem;
    display: block;
}

blockquote {
    background: #e7e7e7;
    border-left: grey;
    padding-left: 15px;
}

pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
}

ol {
    display: block;
    list-style-type: decimal;
}

.our-opinion-row ol li {
    margin-left: 35px;
}

ul {
    display: block;
    list-style-type: circle;
}

.our-opinion-row ul li {
    margin-left: 35px;
}

p.ql-indent-1 {
    margin-left: 35px;
}

.ql-align-right.ql-direction-rtl {
    position: absolute;
    right: 0;
}

iframe.ql-video {
    width: 500px;
    height: 250px;
}

.custom-affiliate-link-button {
    background: var(--color-primary);
    color: white;
    border-radius: 13px;
    padding: 14px;
    font-size: 17px;
    margin: 10px auto;
    display: block;
    width: 310px;
    text-align: center;
}

.custom-affiliate-link-button:hover {
    background: var(--color-primary);
    color: white;
}

.fa-star-checked {
    color: orange;
}

.review-section-heading {
    font-size: 25px;
    margin-right: 25px;
}

.review-section-star-rating:hover {
    cursor: pointer;
}

.review-section-fa {
    font-size: 25px;
}

.review-section-checked {
    color: orange;
}

/* Three column layout */
.review-section-side {
    float: left;
    width: 15%;
    margin-top: 10px;
}

.review-section-middle {
    float: left;
    width: 70%;
    margin-top: 10px;
}

/* Place text to the right */
.review-section-right {
    text-align: right;
}

/* Clear floats after the columns */
.review-section-row:after {
    content: "";
    display: table;
    clear: both;
}

/* The bar container */
.review-section-bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}

.review-section-side.right {
    display: flex;
}

.review-section-side.right div {
    background: var(--color-primary);
    border-radius: 50%;
    font-size: 10px;
    color: white;
    margin-left: 11px;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: -3px;
}

/* Individual bars */
.review-section-bar-5 {width: 60%; height: 18px; background-color: #04AA6D;}
.review-section-bar-4 {width: 30%; height: 18px; background-color: #2196F3;}
.review-section-bar-3 {width: 10%; height: 18px; background-color: #00bcd4;}
.review-section-bar-2 {width: 4%; height: 18px; background-color: #ff9800;}
.review-section-bar-1 {width: 15%; height: 18px; background-color: #f44336;}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
    .review-section-side,
    .review-section-side.right {
        width: 25%;
    }

    .review-section-middle {
        width: 50%;
    }
    /* Hide the right column on small screens */
    .review-section-right {
        display: none;
    }
}

.main-slider-large-thumb .slick-dots {
    display: none !important;
}

.single-desc p {
    margin-bottom: 0;
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 30px;
}

.woocommerce-tabs ul.tabs li a {
    color: var(--color-dark) !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 30px;
}

.woocommerce-tabs ul.tabs li a::after {
    display: none !important;
}

.single-desc h2 {
    font-size: 20px;
    font-family: var(--font-secondary) !important;
    margin-bottom: 5px;
}

.single-desc h2 strong {
    font-weight: 600 !important;
}

section.review {
    clear: both;
    overflow: auto;
}

.bg_image--5 {
    background-image: url(/assets/images/final/bg-newsletter.jpg);
}

.bg_image--8 {
    background-image: url(/assets/images/final/header_background.png);
}

.main-slider-content h1, .main-slider-content p {
    color: white;
}

.bg-vista-white, .header-style-3, .pro-des-commend-respond .form-group label {
    background-color: #76d4e4 !important;
}

.axil-product .product-content .title, .product-price-variant span {
    color: black !important;
}

.main-slider-content .subtitle {
    color: white;
}