/* Colours */
/*
.has-background-custom1,
.has-background-custom-1 {
    background-color: #D8A7A7;
}

.has-background-custom2,
.has-background-custom-2 {
    background-color: #F9F9F7;
}
*/
/* Code Mirror - Padding*/
.topicpage {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Product page */
.arone-product-landing-page {
    & .picture.columns {
        padding: 0;
        margin: 0;

        & .bigpicture,
        & .thumb {
            & img {
                border-radius: 24px;
            }
        }
    }


    #delivery-countdown-banner {
        border-radius: 16px;
    }

}

/* Multi-part UI */
.multipartUi-V2-Validation .button.is-light {
    display: none;
}

/* FAQ Content Pages */
.faq-blocks {
    & .columns {
        & .box {
            border-radius: 10px;
            border: 1px solid #D3D8DD;
            box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08);
            padding: 48px !important;
            min-height: 250px;
            max-width: 100%;

            UL {
                margin-top: 0;
                margin-left: 24px;
                padding: 0;

                LI::marker {
                    color: #00CECE;
                }
            }
        }
    }
}


.page-customer-login .register-title,
.page-customer-login .register-block {
    display: none;
}

.picture {
    border-radius: 16px;
    overflow: hidden;
}

.headermenu .two-tier-menu {
    box-shadow: 0 2px 10px rgba(10, 10, 10, 0.1);
}

nav#main-nav {
    box-shadow: 0 2px 10px rgba(10, 10, 10, 0.1);
}

.productspec-list TABLE TBODY TR:nth-child(2n) {
    background-color: #F5F9FB !important;
}

.custom-accordion-title .button.is-rounded.accordion-title,
.ict-accordion .button.is-rounded.accordion-title 
{
    background: #D3D8DD;
    color: var(--brand-main-colors-and-font-text-primary-color);
    
    &:focus {
        color: #03304A;
    }
    
    &:hover {
        color: #03304A;
        background: #B8BFC5;
    }
}
/* hide name on Album */
.media-content-details.block.is-small {
display: none;
}