

.layout-template-hero .layout-header {
    background-color: transparent;

}

.layout-template-hero .layout-header #gender-navbar.navbar-default{
    background-color: transparent;
}

.layout-template-hero .layout-main {
    margin-top: -120px;
}

.container-hero {
    margin: auto;
}

.container-hero > .widget-box {
    display: block;
}

.body-site-index .widget-box{
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .body-site-index .layout-block-main .widget-box:last-child{
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 320px) and (max-width: 991px) and (orientation: landscape) {
    .container{
        width: 100%;
        max-width: 550px;
    }

    .layout-footer #site-footer{
        margin: 60px auto 30px auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.section-title{
    font-family: "Libre Caslon Display", serif;
    font-size: 80px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: left;
}

@media (max-width: 991px) {
    .section-title{
        font-size: 60px;
    }
}

.text-transform-none{
    text-transform: none !important;
}

/* product-size-notification-form */
#product-size-notification-form .help-block{
    top: auto;
    bottom: -26px;
}

#product-size-notification-form .field-productshipmentnotification-agreement label.checkbox {
    padding-right: 26px;
}

#product-size-notification-form .required-fields-info{
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 15px;
}
/* product-size-notification-form */

@media screen and (max-width: 993px) {
    body:has(.modal-open), body:has(.top-search.active), body:has(.navbar-collapse.in), body:has(.user-menu-top.dropdown.open) {
        overflow: hidden !important;
        padding: 0;
        margin: 0;
        width: 100vw;
        height: var(--app-height);
        max-height: 100vh;
    }

    html:has(.modal-open), html:has(.top-search.active), html:has(.navbar-collapse.in), html:has(.user-menu-top.dropdown.open) {
        overflow: hidden !important;
        padding: 0;
        margin: 0;
        width: 100vw;
        height: var(--app-height);
        max-height: 100vh;
    }
}


/* MOTOROLA SIS - individual css styles for MOTOROLA site */
.site-layout-motorola .section-title{
    font-family: 'Jost', sans-serif;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    font-weight: 300;
}

.site-layout-motorola .widget-box{
   margin-bottom: 60px;
}
/* MOTOROLA SIS - individual css styles for MOTOROLA site */

/* SITE widget styles from wysiwyg */
.widget-wysiwyg .align-left{
    text-align: left;
}
.widget-wysiwyg .align-center{
    text-align: center;
}
.widget-wysiwyg .align-right{
    text-align: right;
}
.widget-wysiwyg .align-justify{
    text-align: justify;
}
/* SITE widget styles from wysiwyg */
