.main-page-wrapper {
    padding-top: 0px;
}

/** Accordion **/

.wd-accordion.wd-style-default .wd-accordion-item {
    border-radius: 4px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    border: none;
    margin-bottom: 20px;
}

.wd-accordion-title.text-left.wd-opener-pos-right {
    padding: 22px;
}

.wd-accordion-content {
    padding: 0 22px 22px 22px;
}

.wd-accordion-opener.wd-opener-style-plus:before {
    border-radius: 48px;
    background: #3849A5;
    padding: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

/** Breadcumb **/

.woocommerce-breadcrumb .breadcrumb-link:first-child {
    color: #FA5632;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

a.breadcrumb-link.breadcrumb-link-last {
    color: #FA5632;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

.woocommerce-breadcrumb a:nth-of-type(2) {
    color: #FA5632;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

span.breadcrumb-last {
    color: #9B9EB0;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}