body.admin-bar header {
    top: 32px;
}

.product-tab-wrapper.automated:not(.showAccordion) ul .product-tab .product-tab-header.no-content::after {
    border: none;
}

.product-tab-wrapper.automated:not(.showAccordion) ul .product-tab .product-tab-header.no-content.active {
    cursor: default;
}

#telafter {
    color: #192948;
    font-size: 28px;
    font-weight: 500;
    margin-top: 4%;
    display: block;
}

#telafter a {
    color: #1a2a49;
    margin-left: 19%;
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #15395b;
    border-bottom: 4px solid #15395b;
    float: left;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}