.layout-px-spacing {
    padding: 0 20px 0 20px !important;
    min-height: calc(100vh - 180px) !important;
}

.terms-checkbox {
    display: none;
}

.navbar .nav-logo a.navbar-brand img {
    width: auto;
    height: 70px;
}

.servicesPage h1 {
    font-weight: 500;
    line-height: 1.2;
    font-size: 2rem;
}

.homePage h2 {
    font-size: 1.5rem;
}

.page-header>h1 {
    font-size: 2rem;
}

.login-btn {
    /*padding: 1rem;*/
}

#topbar .theme-brand li.theme-logo img {
    width: auto;
    height: 40px;
}

.widget-content .service-description {
    padding-bottom: 1rem;
    border-bottom: 1px dashed #3b3f5c;
}

.accordionCard {
    border: 2px solid #171717;
    border-radius: 6px;
    margin-bottom: 4px;
    background: #121212;
}
.accordionCard .card-header {
    background-color: #171717;
    color: #f8538d;
    border-radius: 4px;
    padding: 0;
    position: relative;
    border-bottom: none;
}
.accordionCard .card-header section > div.collapsed h6 {
    color: #888ea8;
}
.accordionCard .card-header section > div {
    padding: 13px 19px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
}

.accordionCard .card-header section > div .icons {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 9px;
}

.select-option {
    color: white;
    border: 1px solid #3b3f5c;
}

button.bg-widget.select-option:hover {
    background-color: #212121;
}

.cartTotal {
    font-size: 1.5rem;
}

.cartTotal span {
    font-size: 1rem;
    font-weight: normal;
}

.cart-pm-btn {
    position: relative;
    top: 0;
    transition: all .3s;
}
.cart-pm-btn:hover {
    top: .3rem;
}

.faq .faq-layouting .fq-tab-section .accordion .card {
    border: 2px solid #2B2B2B;
    background: #151515;
}
.faq .faq-layouting .fq-tab-section .accordion .card .card-header {
     background: #222222;
 }

.contact-form-title {
    font-size: 1.8rem;
}
