/* SINGLE PRODUCT */
.product-main {
    padding: 0 !important;
}

.single-product #main h3 {
    font-size: calc(30em / 16);
    line-height: 36px;
    font-weight: 800;
    margin-top: 2rem;
}

.single-product #main .sidebar h3 {
    margin-top: 0;
}

.single-product #main h4 {
    font-size: calc(20em / 16);
    line-height: 24px;
    font-weight: 600;
    margin-top: 2rem;
}

.single-product #main .the-content {
    font-size: var(--font-size-md);
}

.single-product #main .the-content span {
    font-size: var(--font-size-md);
    display: block;
    margin-bottom: 1em;
}

.single-product #main .the-content p span {
    display: inline-block !important;
    margin-bottom: 0 !important;
}

.single-product #main .the-content ul li p,
.single-product #main .the-content ul li span {
    margin-bottom:0
}

.single-product #main .the-content a {
    font-size: var(--font-size-md);
    /*text-decoration: underline;*/
}

.single-product #main .the-content ul li {
    margin-bottom: 0;
}

.single-product #main .sidebar ul li {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.single-product #main .sidebar .highlighted {
    font-size: 20px;
}

.single-product #main ol,
.single-product #main ul {
    margin-bottom: 0;
}

.single-product #main ol {
    list-style: none;
    counter-reset: ol-counter;
}

.single-product #main ol li {
    counter-increment: ol-counter;
    margin-left: 55px;
    display: flex;
}

.single-product #main ol li::before {
    content: counter(ol-counter, decimal-leading-zero);
    color: var(--primary-color);
    font-weight: 700;
    font-size: 42px;
    margin-left: -55px;
    margin-right: 13px;
    margin-top: -.75rem;
    letter-spacing: calc(-20em / 1000);
    display: inline-block;
    min-width: 42px;
    max-width: 42px;
}

.single-product #main ul li::marker {
    color: var(--primary-color) !important;
    font-size: 12px;
}

.single-product #main .highlighted ul li::marker {
    color: var(--white) !important;
}

/*.single-product #main blockquote,
.single-product #main blockquote p {
    font-size: 19px;
    margin: 0;
    padding: 0;
    border-left: none;
    font-style: normal;
    font-weight: 700 !important;
    color: var(--primary-color);
}

.single-product #main blockquote p {
    display: inline;
    margin-bottom: 0;
}

.single-product #main blockquote::before {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    margin-right: .5em;
    margin-bottom: 4px;
}*/

.accordion-title,
.single-product #main .accordion-title {
    padding: 30px 0 30px 40px !important;
    border-top: 0 !important;
}

.accordion-title.active {
    background: inherit !important;
    color: inherit !important;
}

.accordion .toggle {
    top: 1.7em !important;
    left: unset !important;
    right: 2em !important;
}

.single-product #main .accordion-title span {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.single-product #main .adt-services > .col {
    width: 50%;
}

.single-product #main .related-services a.button.is-underline {
    color: #000;
}

    /* GRAVITY FORM */
    #gform_3 {
        position: relative;
    }

    #gform_3 .gform_footer {
        position: absolute;
        bottom: 3px;
        right: 0;
        width: 46%;
        padding: 0;
        margin-top: 0;
    }

    #gform_3 input[type="submit"] {
        height: 75px !important;
    }
    
@media only screen and (min-width: 850px) and (max-width: 1350px) {
    #gform_3 .gform_footer {
        position: unset !important;
        width: 100% !important;
    }
}
    /* GRAVITY FORM END */
/* SINGLE PRODUCT END */