.main-page-wrapper {
    margin-top: 145px;
}

.woocommerce-no-products-found, .no-products-footer {
    display: none !important;
}

.wd-header-overlap .wd-page-title{
    padding-top: 60px !important;
}

/* Custom Page menu space */
.po-custom-page-main{
    margin-top:200px !important;
}

/* Contact page info box */
.box-style-shadow{
    padding:10px 30px !important;
    margin-bottom: 15px !important;
}

.po-section-title h4{
    color: #2d55af;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 1.2 !important;
    text-transform: uppercase;
}

[class*=wd-header-search-form] input[type=text]{
    background-color: #424a91;
    color: white;
    border-color: 1px solid #7280ff;
}

/* MAIN IMAGE */
.purchase-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    margin: 35px auto 0;
    gap: 5px;
}

.purchase-step {
    display: flex;
    align-items: center;
}

.purchase-step-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;

    color: #2d55af;
    font-size: 2em;
    margin: 0px 20px 0 0;
}

.purchase-step-content h3 {
    margin: 0 0 4px;
    color: #76767a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.purchase-step-content p {
    margin: 0;
    color: #76767a;
    font-size: 13px;
    line-height: 1.4;
}

.purchase-divider i {
    color: #76767a;
    font-size: 1em;
    margin-right: 30px;
}

.wd-slider:where(.wd-section-container) .wd-slide-container{
    padding-inline: 10px !important;
}


/* Tablet */
@media (max-width: 991px) {

    .purchase-steps {
        gap: 15px;
    }

    .purchase-step {
        gap: 10px;
    }

    .purchase-step-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        font-size: 18px;
    }

    .purchase-step-content h3 {
        font-size: 14px;
    }

    .purchase-step-content p {
        font-size: 12px;
    }

    .purchase-divider i {
        font-size: 0.8em;
    }
}


/* Mobile */
@media (max-width: 767px) {

    .purchase-steps {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-top: 25px;
        padding: 0 20px;
    }

    .purchase-step {
        width: 100%;
        max-width: none;
    }

    .purchase-divider i {
        display: none;
    }

    .purchase-step-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }

    .purchase-step-content h3 {
        font-size: 15px;
    }

    .purchase-step-content p {
        font-size: 12px;
    }
}


/* FOOTER */

.footer-contact {
    display: flex;
    flex-direction: column;
}

.footer-contact__title {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
}

.footer-contact__item {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 14px;

    color: inherit;
    text-decoration: none;
}

.footer-contact__item i {
    width: 20px;
    text-align: center;
    font-size: 17px;
}

.footer-contact__item:hover {
    color: gray;
}