
html.avada-is-100-percent-template #main.width-100 {
    padding-left: 0!important;
    padding-right: 0!important;
}

#main {padding-top: 0px; padding-bottom: 0px;}

a.fusion-bar-highlight .menu-text {color: #ffffff !important;}

body, html {
    font-family: 'Poppins', sans-serif;
    background-color: initial;
}



#configurator {
    max-width: 2560px;
}

#configurator h1 {
    font-family: inherit;
    font-size: 1.8rem;
}

#configurator img.responsive {
    top: 50%
}

#configurator .navigation-parts-title,
.configurator-nav .app-label {
    font-weight: normal;
}

.configurator-header > div.menu-title {
    flex-basis:  100%;
}

.configurator-header > div.nav-back {
    /*background-color: #00B7FF;*/
    flex-grow: initial;
    flex-basis:  30%;
}

.configurator-header > div.nav-share {
    flex-basis:  70%;
}

.configurator-header > div.nav-share > a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

#configurator .nav-cart {
    font-size: 1rem;
}

.configurator-header .nav-cart {
    flex: 0 0 75%;
}

#configurator .add-to-cart {
    background-color: red;
}

#configurator a.btn-add-to-cart {
    color: white;
    font-weight: bold;
}

#configurator a.btn-add-to-cart:hover {
    color: #002b5c;
    text-decoration: none;
}

.configurator-header .nav-goto-cart {
    flex: 0 0 25%;
}



.bg-color-c {
    background-color:  #e4e4e4;
}

.bg-main {
    background-color: #e4e4e4 !important;
    color:  #002b5c;
}

.color-negative {
    color:  #002b5c;
}

.bg-main.border-right-2 {
    border-right: 2px solid #ffffff;
}



#configurator .navigation-attr-selector {

    height: 111px;
    width: 111px;
    max-width: 111px;
    min-width: 111px;

    margin: 1px 1px;
    cursor: pointer;
    box-shadow: 0px 0px  4px -1px rgba(0,0,0, 0.4);
    color: transparent;
    background-size: auto;
    background-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}


#checkout .configurator-btn {

    background-color: #002b5c;
    border: 1px solid #002b5c;
    color: #fff;
}
#checkout .configurator-btn:hover {

    background-color: #ffffff;
    color: #002b5c;
    border: 1px solid #002b5c;
}


#configurator .navigation-attr-selector .ico-selected,
#configurator .navigation-attr-selector.selected .ico-selected {
    position: absolute;
    top: initial;
    left: initial;
    bottom: -3px;
    right: -2px;
    z-index: 2;
}

/* -------- MODAL ---------*/


/* The Modal (background) */
#configurator .be-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1010; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
#configurator .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    padding: 30px;
    text-align: center;
    position: relative;
}

#configurator .modal-content h2 {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: inherit;
}

#configurator .modal a.configurator-btn {
    display: inline-block;
    width: 170px;
    margin: auto 25px;
}

#configurator img.modal-loading {
    width: 70px;
    height: 70px;
    margin: 10px auto;
}


/* The Close Button */
#configurator .close {
    color: #dedede;
    float: right;
    font-size: 40px;
    position: absolute;
    top: -40px;
    right: -30px;
}

#configurator .close:hover,
#configurator .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


#configurator .bnc-form-group {
    padding: 5px;
    /*background-color: #00B7FF;
    border: 1px solid #002b5c;*/
    text-align: left;
    vertical-align: top;
}

#configurator .bnc-input-text {
    border: 1px solid #e0e1e2;
    display: block;
    padding: 8px;
    width: 100%;
    font-size: 14px;
    margin: 0;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: none;

}

#configurator .bnc-checkbox {
    margin: 3px 15px 3px 3px;
    display: inline-block;
    vertical-align: top;
    background-color: #5f3f3f;
    box-sizing: border-box;
}

#configurator .bnc-form-text{
    display: inline-block;
    width: 88%;
    max-height: 45px;
    overflow-y: scroll;
    box-sizing: border-box;
    font-size: 12px;
}


#configurator .bnc-form-group.bnc-has-error input,
#configurator .bnc-form-group.bnc-has-error checkbox {
    border: 1px solid red;
}

#configurator .bnc-field-feedback,
#configurator .bnc-field-info-text {
    font-size: 12px;
}

#configurator .bnc-field-feedback {
    display: none;
}
#configurator .bnc-field-feedback.bnc-show {
    display: block;
    color: red;
}


#configurator .modal-content h2 {
    margin-bottom: 2px;
    /*text-align: left;*/
}

#configurator #registration-form .configurator-btn {
    width: 340px;
    display: inline-block;
    box-sizing: border-box;
    margin: 25px 10px 5px 10px;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 30px center;
    /*background-image: url("../images/icons/mail.png");*/
    font-size: 14px;
}

#configurator.mobile .bnc-mobile-col-6 {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
}


/* -------- end MODAL */

/* ============================ Large devices (desktops, 992px and up) ============================ */
@media (min-width: 992px) {

    #component-nav {
        top: 220px;
        width: 365px;
        z-index: 600;
        right: 0;
    }

    #configurator .img-container {
        height: 63vh;
    }

    .configurator-header > div.menu-title {
        flex-basis:  30%;
        order: initial;
    }

    .configurator-header > div.nav-share {
        flex-basis:  70%;
        order: 2;
    }

    .configurator-header > div.nav-back {
        flex-basis:  50%;
        order: 3;
    }
    .configurator-header .nav-cart {
        flex-basis:  25%;
    }

    .configurator-header .nav-goto-cart {
        flex-basis:  25%;
    }

}