/* =WordPress Core
-------------------------------------------------------------- */

.cart-popup .saved-templates .shop_table.shop_table_responsive.cart tr {
    display: flex;
    flex-wrap: wrap;
}

.cart-popup .saved-templates .shop_table.shop_table_responsive.cart tr:last-child {
    display: none;
}

.cart-popup .saved-templates .shop_table.shop_table_responsive.cart .product-name {
    align-self: end;
}

.cart-popup .cart-popup-wrapper {
    overflow-y: hidden;
}

.cart-popup .cart-popup-buttons {
    margin: 0;
}

.cart-popup .saved-templates {
    max-height: calc(100vh - 370px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cart-popup .saved-templates .shop_table.shop_table_responsive.cart .product-thumbnail {
    width: 100%;
}

.cart-popup .saved-templates::-webkit-scrollbar {
    display: none;
}

@media (max-width: 767px) {
    .cart-popup .saved-templates {
        max-height: calc(100vh - 350px);
    }
}

.template-support-contact-form a {
    color: inherit;
}

body.body-bg-dark.support-page-type-form {
    background: #000;
}

.general-support-form {
    margin: 50px 0 30px 0;
    padding-top: 80px;
    border-top: 1px solid #fff;
}

.general-support-form .g-content a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .general-support-form {
        margin-top: 30px;
        padding-top: 50px;
    }
}

.support-page-type-form .template-support-contact-form {
    padding-top: 20px;
}

.support-page-type-form #footer.footer-with-bg .footer-inner-wrap {
    min-height: auto;
}

@media (min-width: 1200px) {
    .page-intro.image-position-left.section-home-what-is-durasein .bg-image-wrap {
        width: 640px;
    }

    .section-home-what-is-durasein {
        margin: 60px 0 -120px 0;
    }
}

.product-quantity .product-obj-link {
    margin-top: 0;
}

.document-inline {
    flex-wrap: wrap;
}

.d-description {
    width: 100%;
    font-size: 14px;
    margin: 10px 0 10px 0;
    padding: 0 65px 0 0;
}

.d-description p {
    margin: 10px 0 0 0;
}

.d-description p:first-child {
    margin: 0;
}

.downloads-accordion .document-inline > a {
    max-width: calc(100% - 65px);
}

.case-studies-videos > .h2 {
    padding: 0;
    margin: 0 0 60px 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}