.nav-style-eclipse .dyna-sitebuild-site-top-nav-wrap {
    max-width: 1026px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.nav-style-eclipse #dyna-sitebuild-site-head-wrap {
    color: #24242C;
}

.nav-style-eclipse #dyna-sitebuild-site-head-wrap.dyna-sitebuild-site-head-img-wrap #dyna-sitebuild-site-head-edit a img {
    max-width: calc(100% - 20px);
}

.nav-style-eclipse #dyna-sitebuild-site-head a,
.nav-style-eclipse #dyna-sitebuild-site-head a:visited,
.nav-style-eclipse #dyna-sitebuild-site-head a:link:active,
.nav-style-eclipse #dyna-sitebuild-site-head a:visited:active {
    color: #ffffff;
}

.nav-style-eclipse .dyna-sitebuild-site-navi-btn {
    font-size: 27px;
    line-height: 27px;
}


.nav-style-eclipse #dyna-sitebuild-site-head {
    font-size: 40px;
    font-family: MarcellusSCRegular;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 100px;
    text-align: center;
}


.nav-style-eclipse #dyna-sitebuild-site-navi > div {
    height: 1px;
    background: #eeeeee;
    -webkit-box-flex: 1;
    flex: 1;
}

.nav-style-eclipse #dyna-sitebuild-site-navi ul:before,
.nav-style-eclipse #dyna-sitebuild-site-navi ul:after {
    background-color: #d0d0d0;
    content: "";
    display: inline-block;
    height: 1px;
    bottom: 0.1em;
    position: relative;
    vertical-align: middle;
    width: 50%;
    display: none;
}

.nav-style-eclipse #dyna-sitebuild-site-navi ul:before {
    right: 29px;
    margin-left: -50%;
}

.nav-style-eclipse #dyna-sitebuild-site-navi ul:after {
    left: 29px;
    margin-right: -50%;
}

.nav-style-eclipse #dyna-sitebuild-site-navi li {
    display: inline-block;
    padding: 5px 7px;
    list-style: none outside none;
}

.nav-style-eclipse #dyna-sitebuild-site-navi ul li a,
.nav-style-eclipse #dyna-sitebuild-site-navi ul li a:visited {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
}

#dyna-sitebuild-site-navi ul li a,
#dyna-sitebuild-site-navi ul li a:link,
#dyna-sitebuild-site-navi ul li a:visited {
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}

.nav-style-eclipse #dyna-sitebuild-site-navi ul li a:hover,
.nav-style-eclipse #dyna-sitebuild-site-navi ul li a.active {
    color: #003E71;
}

.nav-style-eclipse .dyna-sitebuild-site-shopping-cart {
    color: #FFFFFF;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: right;
    width: 42px;
    position: absolute;
    top: 36px;
    right: 100px;
    left: inherit;
    z-index: 4;
}

.nav-style-eclipse #dyna-sitebuild-site-navi-list {
    padding: 0 25px;
    text-align: center;
}

.nav-style-eclipse #dyna-sitebuild-site-shopping-cart-icon {
    cursor: pointer;
}

.nav-style-eclipse .dyna-sitebuild-site-shopping-cart .shopping-cart-list {
    font-size: 14px;
    padding: 0 4px;
}

.nav-style-eclipse #shopping-cart-wapper {
    display: none;
    position: fixed;
    right: 55px;
    top: 67px;
    z-index: 100;
}

.nav-style-eclipse #shopping-cart-wapper .shopping-cart-wapper-triangle {
    width: 0px;
    height: 0px;
    border-bottom: 10px solid #f3f3f3;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    float: right;
    position: relative;
    top: -10px;
    margin-right: 55px;
}

.nav-style-eclipse #shopping-cart-wapper .shopping-cart-wapper-item {
    width: 300px;
    background: #f3f3f3;
    margin-top: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}

.nav-style-eclipse #shopping-cart-wapper .shopping-cart-wapper-item table {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    color: #333;
}

.nav-style-eclipse #shopping-cart-wapper .shopping-cart-wapper-item .shopping-cart-check-out {
    color: #333;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.nav-style-eclipse #shopping-cart-wapper .shopping-cart-wapper-item .shopping-cart-to-checkout {
    text-align: right;
    height: 46px;
}

.nav-style-eclipse #shopping-cart-wapper .shopping-cart-wapper-item .shopping-cart-to-checkout a {
    border-radius: 5px;
    background-color: #333;
    text-align: center;
    padding: 15px 28px;
    font-size: 14px;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    margin: 20px;
    text-decoration: none;
}

.nav-style-eclipse #shopping-cart-wapper .shopping-cart-wapper-item .shopping-cart-to-checkout a:hover {
    background: #777777;
}

.nav-style-eclipse #shopping-cart-wapper .shopping-cart-wapper-item table tbody tr {
    padding: 10px 0;
    border-bottom: solid 1px #ebebeb;
}

.nav-style-eclipse #shopping-cart-wapper .shopping-cart-wapper-item table tbody tr td {
    border-bottom: 1px solid #bebebe;
    padding: 15px 8px;
}

.nav-style-eclipse #shopping-cart-wapper .shopping-cart-wapper-item table tbody tr td a {
    text-decoration: none;
    color: #333;
}

.nav-style-eclipse #shopping-cart-wapper .shopping-cart-wapper-item table tbody tr td:nth-child(1) {
    width: 20%;
}

.nav-style-eclipse #shopping-cart-wapper .shopping-cart-wapper-item table tbody tr td:nth-child(1) img {
    width: 40px;
}

.nav-style-eclipse #shopping-cart-wapper .shopping-cart-wapper-item table tbody tr td:nth-child(2) {
    width: 50%;
}

.nav-style-eclipse #shopping-cart-wapper .shopping-cart-wapper-item table tbody tr td:nth-child(3) {
    width: 15%;
}

.nav-style-eclipse #shopping-cart-wapper .shopping-cart-wapper-item table tbody tr td:nth-child(4) {
    width: 15%;
}

/*customer*/
.dyna-sitebuild-site-customer {
    color: #999999;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    float: right;
    width: 60px;
    position: absolute;
    top: 36px;
    right: 30px;
    left: inherit;
    z-index: 4;
}

.dyna-sitebuild-site-customer .dyna-sitebuild-site-customer-login {
    border: 1px solid #f7f707;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: -5px;
}

.dyna-sitebuild-site-customer .dyna-sitebuild-site-customer-login:hover {
    opacity: 0.5;
}

.dyna-sitebuild-site-customer a {
    text-decoration: none;
    color: #fff;
}

.dyna-sitebuild-site-customer-wapper .dyna-sitebuild-site-customer-wapper-triangle {
    width: 0px;
    height: 0px;
    border-bottom: 10px solid #f3f3f3;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    float: right;
    position: relative;
    top: -10px;
    margin-right: 35px;
}

#dyna-sitebuild-site-top-background-container .dyna-sitebuild-site-customer-wapper {
    display: none;
    position: fixed;
    right: 25px;
    top: 67px;
    z-index: 100;
}

#dyna-sitebuild-site-top-background-container .dyna-sitebuild-site-customer-name {
    text-transform: capitalize;
    color: #333;
    cursor: pointer;
}

#dyna-sitebuild-site-top-background-container .dyna-sitebuild-site-customer-wapper-item {
    width: 260px;
    background: #f3f3f3;
    margin-top: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#dyna-sitebuild-site-top-background-container .dyna-sitebuild-site-customer-wapper-info {
    border-bottom: 1px solid #bac3ca;
    padding: 20px;
}

.dyna-sitebuild-site-customer-wapper-info-left {
    height: 60px;
}

.dyna-sitebuild-site-customer-wapper-info .dyna-sitebuild-site-customer-wapper-head-info-right {
    float: right;
}

.dyna-sitebuild-site-customer-wapper-head-info-right img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.dyna-sitebuild-site-customer-wapper-info-name {
    color: #333;
    text-transform: capitalize;
}

.dyna-sitebuild-site-customer-wapper-info-email {
    width: 160px;
    word-break: break-all;
}

.dyna-sitebuild-site-customer-wapper-link {
    padding: 10px 0;
}

.dyna-sitebuild-site-customer-wapper-link li {
    list-style: none;
}

.dyna-sitebuild-site-customer-wapper-link li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

/*#dyna-sitebuild-site-wrap .nav-style-meridian{
    display: none;
}*/

@media screen and (max-width: 500px) {

    .nav-style-eclipse #dyna-sitebuild-site-head {
        padding: 0 30px;
    }

    .nav-style-eclipse #dyna-sitebuild-site-navi {
        display: none;
    }

    .nav-style-eclipse .dyna-sitebuild-site-navi-btn {
        background: transparent;
        z-index: 1;
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        text-align: right;
        color: #FFFFFF;
    }

    #dyna-sitebuild-site-navi {
        position: absolute;
        top: 0;
        overflow-x: hidden;
        min-height: 100%;
        width: 0px;
        color: #fff;
        right: 0px;
        background: #333;
        display: block;
        z-index: 5;
    }

    #dyna-sitebuild-site-navi-btn-close {
        display: none;
    }

    #dyna-sitebuild-site-navi2 ul li {
        list-style: none;
        min-width: 125px;
        display: block;
    }

    #dyna-sitebuild-site-navi > ul > li:last-child {
        border-bottom: none;
    }

    #dyna-sitebuild-site-navi2 ul li a {
        text-decoration: none;
        color: #fff;
    }

    #dyna-sitebuild-site-navi2 ul li a:hover,
    #dyna-sitebuild-site-navi2 ul li a.active {
        color: #066B78;
    }

    #dyna-sitebuild-site-navi > ul > li a {
        display: block;
        line-height: 30px;
        height: 30px;
        padding: 5px 0 5px 20px;
    }

    #dyna-sitebuild-site-navi-list2 li.drop ul {
        display: block;
    }

    #dyna-sitebuild-site-navi-list2 li.drop ul li a {
        padding-left: 40px;
    }

    #dyna-sitebuild-site-navi-list2 li.drop:hover ul {
        display: block;
    }

    .nav-style-eclipse .dyna-sitebuild-site-shopping-cart {
        position: absolute;
        top: 15px;
        left: 10px;
        cursor: pointer;
        margin: auto;
        right: inherit;
    }

    .nav-style-eclipse #shopping-cart-wapper .shopping-cart-wapper-triangle {
        margin-left: 15px;
        float: left;
    }

    .nav-style-eclipse #shopping-cart-wapper {
        left: 5px;
        right: inherit;
        top: 45px;
    }

    .dyna-sitebuild-site-customer {
        top: 45px;
        left: 5px;
        right: inherit;
    }

    #dyna-sitebuild-site-top-background-container .dyna-sitebuild-site-customer-wapper {
        left: 5px;
        top: 45px;
    }

    .dyna-sitebuild-site-customer-wapper .dyna-sitebuild-site-customer-wapper-triangle {
        float: left;
        margin-left: 60px;

    }

    .dyna-sitebuild-section .dyna-sitebuild-block-container {
        display: flex;
        flex-direction: column;
    }

    #dyna-sitebuild-site-navi2 .nav-style-meridian #dyna-sitebuild-site-navi-list ul li a.active,
    #dyna-sitebuild-site-navi2 .nav-style-meridian #dyna-sitebuild-site-navi-list li a:hover {
        color: #066B78;
    }

    #dyna-sitebuild-site-navi2 .nav-style-meridian {
        position: fixed;
        top: 0;
        overflow: hidden;
        width: 0px;
        color: #fff;
        left: 0px;
        right: inherit;
        background-color: rgba(0, 0, 0, 0.8);
        display: block;
        z-index: 5;
        height: 100%;
        /*   display: table-cell;*/
        vertical-align: middle;

    }

    #dyna-sitebuild-site-navi2 {
        position: fixed;
        top: 0;
        overflow: hidden;
        width: 0px;
        color: #fff;
        left: 0px;
        right: inherit;
        z-index: 5;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        background: #212B35;
        opacity: 0.9;
        text-align: center;
    }

    #dyna-sitebuild-site-navi2 ul li {
        display: block;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: bold;
    }

    #dyna-sitebuild-site-navi2 > ul {
        position: relative;
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        padding-top: 100px;
    }

    #dyna-sitebuild-site-navi2 ul li {
        margin: 16px 0;
    }

    .nav-style-eclipse .dyna-sitebuild-site-navi-btn {
        display: block;
    }

    #dyna-sitebuild-site-navi-close {
        position: absolute;
        top: 10px;
        right: 10px;
        line-height: 30px;
        z-index: 5;
        height: 30px;
        width: 30px;
        font-size: 26px;
        padding: 10px;
        text-align: center;
        z-index: 5;
        color: #FFF;
        cursor: pointer;
        text-decoration: none;
    }

    #dyna-sitebuild-site-top-rest-background.dyna-sitebuild-site-top-rest-cover #dyna-sitebuild-site-top-rest-sub,
    #dyna-sitebuild-site-top-rest-background.dyna-sitebuild-site-top-rest-landing #dyna-sitebuild-site-top-rest-sub,
    #dyna-sitebuild-site-top-rest-background.dyna-sitebuild-site-top-rest-tall #dyna-sitebuild-site-top-rest-sub,
    #dyna-sitebuild-site-top-rest-background.dyna-sitebuild-site-top-rest-short #dyna-sitebuild-site-top-rest-sub,
    #dyna-sitebuild-site-top-rest-background.dyna-sitebuild-site-top-rest-basic #dyna-sitebuild-site-top-rest-sub {
        margin: 0px 40px;
    }

    #dyna-sitebuild-site-top-rest-background.dyna-sitebuild-site-top-rest-cover #dyna-sitebuild-site-top-rest-head,
    #dyna-sitebuild-site-top-rest-background.dyna-sitebuild-site-top-rest-landing #dyna-sitebuild-site-top-rest-head,
    #dyna-sitebuild-site-top-rest-background.dyna-sitebuild-site-top-rest-tall #dyna-sitebuild-site-top-rest-head,
    #dyna-sitebuild-site-top-rest-background.dyna-sitebuild-site-top-rest-short #dyna-sitebuild-site-top-rest-head,
    #dyna-sitebuild-site-top-rest-background.dyna-sitebuild-site-top-rest-basic #dyna-sitebuild-site-top-rest-head {
        line-height: 70px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .dyna-sitebuild-editable {
        padding-left: 6%;
        padding-right: 6%;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 12px;
    }

    .dyna-sitebuild-content p {
        font-size: 14px;
    }

    .nav-style-eclipse #dyna-sitebuild-site-head {
        line-height: initial;
    }

}

.dyna-sitebuild-site-navi-btn {
    display: none;
}








