@import url('../../Scripts/modules/flag-strap/flags.css');
@import url('../../Scripts/modules/fonts/open-sans.css');

.disable-select {
    -webkit-user-select: none;
}

* {
    touch-action: manipulation;
}

body, html {
    height: 100%;
    position: relative;
    font-family: 'Open Sans';
    overflow: hidden;
    background: #f3f3f3;
    color: #717375;
}

#mycanvas_hdr canvas {
    outline: none;
}

.modalDetail .model_name_box {
    width: 50%;
}

.modalDetail .p_m_control {
    width: 49%;
    padding: 0px;
    display: inline-block;
    margin-bottom: 0px;
}

@media (max-width:770px) {

    .modalDetail .p_m_control {
        width: 78%;
        padding: 0px;
        display: inline-block;
        margin-bottom: 0px;
    }
}

.thank_box {
    /*background: #f3f3f3;*/
    background: #fff;
    /*border: solid 1px #ddd;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);*/
}

h1, h2, h3, h4 {
    margin: 0px;
    font-weight: 300;
}

i, div, li {
    position: relative;
}

.center-block {
    float: none;
    margin: 0 auto;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 300;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

input[type="text"], input[type="password"], textarea {
    width: 100%;
    border: solid 1px #e2e2e2;
    font-size: 15px;
    color: #787878;
    padding: 12px;
    outline: none;
    resize: none;
    padding-right: 30px;
}

    input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
        border: 1px solid #008dc8;
        box-shadow: 0 0 0 2px #99d1e9;
    }

select {
    background: url(../images/icons/drop_down_arrow.png) no-repeat right;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px;
    width: 100%;
    font-size: 13px;
    color: #787878;
    border: solid 1px #d1d5d8;
    outline: none;
    resize: none;
}

    select::-ms-expand {
        display: none;
    }

.animate, a, input, button, input, select {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    outline: none;
}

.clear {
    clear: both;
}

.header_bg {
    background: #fff;
    /* box-shadow: 0px 0px 4px rgba(0,0,0,0.3);*/
    position: relative;
    z-index: 5;
}

.header_logo {
    margin: 5px 10px;
}

.language_box {
    border-left: solid 1px #ededed;
    padding: 4px 23px 5px 23px;
    float: right;
    visibility: hidden;
}

    .language_box .dropdown-menu li {
        font-size: 13px;
        visibility: hidden;
    }

    .language_box button {
        background: #fff;
        visibility: hidden;
    }

        .language_box button:focus {
            box-shadow: none;
            visibility: hidden;
        }

    .language_box .dropdown-menu {
        border: 0px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
        border-radius: 0px;
        padding: 6px;
        left: -35px !important;
        top: -1px !important;
        visibility: hidden;
    }

        .language_box .dropdown-menu li {
            padding: 5px;
            cursor: pointer;
            visibility: hidden;
        }

            .language_box .dropdown-menu li:hover {
                background: #F3F3F3;
                visibility: hidden;
            }

            .language_box .dropdown-menu li:first-child {
                display: none;
                visibility: hidden;
            }

.outer_div {
    background-size: cover;
    min-height: 100%;
    position: relative;
}

.user_detail {
    padding: 50px 0px;
}

.detail_box {
    /*background: #fff;
    padding: 30px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);*/
}

.detailLogo {
    text-align: center;
    padding: 20px;
}

.detail_box h1 {
    font-weight: 300;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.detail_box p {
    font-weight: 600;
    font-size: 14px;
    color: #717375;
    text-align: left;
    margin-bottom: 30px;
}

.detail_box div input {
    margin-bottom: -1px;
}

    .detail_box div input:focus {
        position: relative;
        z-index: 20;
    }

.detail_box div .input_img {
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 30;
}

.detail_box .blue_btn {
    width: 100%;
    margin-top: 25px;
}

.blue_btn {
    border: solid 2px #9dc5e5;
    background: #9dc5e5;
    color: #fff;
    font-size: 15px;
    padding: 11px 15px;
    cursor: pointer;
}

    .blue_btn:hover {
        border: solid 2px #9dc5e5;
        color: #9dc5e5;
        background: #fff;
    }

.spa_pic {
    background: url(../images/bg_2.jpg) no-repeat fixed;
    background-size: cover;
    min-height: 100%;
    position: relative;
}

.tabe_container {
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

    .tabe_container div {
        flex: 1;
    }

    .tabe_container .nav_item {
        flex-basis: 78%;
    }

    .tabe_container .nav-item {
        flex: 1;
    }

        .tabe_container .nav-item a {
            border-radius: 0px;
            border-right: solid 1px #eee;
            border-bottom: solid 3px #717375;
            color: #eeeeee;
            font-size: 13px;
            padding: 8px 10px;
            font-weight: 600;
            background: #717375;
        }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #656565 #656565 #656565;
}

.tabe_container .nav-tabs .nav-item.show .nav-link, .tabe_container .nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff;
    border-bottom: solid 3px #fff;
    width: 100%;
    display: block;
}

.btnPrevious {
    background: #9dc5e5;
    color: #fff !important;
    font-size: 14px;
    padding: 12px 0px 11px 0px;
    font-weight: 600;
    display: block;
    cursor: pointer;
    text-align: center;
}

    .btnPrevious:hover {
        background: #9dc5e5;
    }

.btnNext {
    background: #9dc5e5;
    color: #fff !important;
    font-size: 14px;
    padding: 12px 0px 11px 0px;
    font-weight: 600;
    display: block;
    cursor: pointer;
    text-align: center;
}

    .btnNext:hover {
        background: #9dc5e5;
    }



.btnapply {
    background: #9dc5e5;
    color: #fff !important;
    font-size: 14px;
    padding: 12px 0px 11px 0px;
    font-weight: 600;
    display: block;
    cursor: pointer;
    text-align: center;
}

    .btnapply:hover {
        background: #9dc5e5;
    }


.img_right_top {
    float: right;
    top: -3px;
    right: -4px;
}

    .img_right_top img {
        width: auto;
        height: auto;
    }

.tabe_container .nav-item span {
    width: 24px;
    height: 24px;
    border: solid 2px #9dc5e5;
    background: #9dc5e5;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    color: #fff;
}

.tabe_container .nav-tabs .nav-item.show .nav-link span, .tabe_container .nav-tabs .nav-link.active span {
    color: #fff;
    border: solid 2px #9dc5e5;
}

.filter_box {
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    display: flex;
    margin-top: 25px;
}

    .filter_box div {
        flex: 1;
        flex-basis: 13%;
        border-left: solid 1px #ededed;
    }

    .filter_box .filter_icon, .filter_box .apply_btn {
        flex-basis: 0%;
        border: 0px;
    }

    .filter_box select {
        border: 0px;
        padding: 16px;
    }

.filter_icon {
    font-weight: 300;
    font-size: 20px;
    color: #3961a0;
    padding: 10px;
}

.apply_btn a {
    background: #9dc5e5;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 13px;
    text-decoration: none;
}

    .apply_btn a:hover {
        background: #3961a0;
    }

.spaSeriesBox {
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    margin-top: 25px;
    padding: 20px;
}

    .spaSeriesBox h1 {
        font-weight: 300;
        font-size: 30px;
    }

.spa_box {
    padding: 30px;
    border: solid 1px #dadada;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

    .spa_box p {
        margin-bottom: 0px;
        font-size: 30px;
        font-weight: 300;
    }

.tick_box {
    position: absolute;
    top: -5px;
    left: 0px;
    display: none;
}

.enabled_tickBox {
    position: absolute;
    top: -5px;
    left: 0px;
}

.info_box {
    position: absolute;
    top: 9px;
    right: 26px;
    cursor: pointer;
    z-index: 9;
}

.infoJp_box {
    position: absolute;
    top: -5px;
    right: 4px;
    cursor: pointer;
    z-index: 9;
}

.body_scroll {
    /*overflow-y: scroll;
    width: 100%;
    height: 580px;*/
}

.product_scroll {
    padding: 15px;
}

.spaModal .modal-content {
    border-radius: 0px;
    border: 0px;
}

.spaModal .modal-header .close {
    width: 50px;
    height: 50px;
    font-size: 28px;
    text-align: center;
    background: #fff;
    opacity: 1;
    margin-bottom: -14px;
    text-shadow: none;
    z-index: 50;
    line-height: 16px;
    outline: none;
}

    .spaModal .modal-header .close:hover {
        background: #3372d3;
        color: #fff;
    }

.spaModal .modal-header {
    margin-top: -52px;
}

.spaModal {
    margin-top: 65px;
}

.spaDetail_top {
    text-align: right;
    font-size: 14px;
}

.modal_details span {
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    background: #3961a0;
    display: inline-block;
    text-align: center;
    font-size: 13px;
}

.spaModal h1 {
    font-size: 25px;
}

.spa_detail {
    margin-top: 20px;
}

    .spa_detail h3 {
        color: #3961a0;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .spa_detail p {
        font-size: 13px;
    }

        .spa_detail p a {
            color: #3961a0;
        }

.spa_select {
    border: solid 2px #3961a0;
    color: #fff;
    padding: 10px;
    background: #3961a0;
    font-size: 14px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin-top: 20px;
}

    .spa_select:hover {
        border: solid 2px #3961a0;
        color: #3961a0;
        background: #fff;
    }

.specs_box {
    padding: 0px 15px;
    padding-right: 30px;
}

    .specs_box ul {
        padding: 0px;
        list-style: none;
        justify-content: space-between;
    }

    .specs_box li {
        border: solid 1px #dadada;
        box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
        padding: 5px;
        margin-bottom: 10px;
        flex-basis: 49%;
    }

        .specs_box li div h4 {
            font-size: 13px;
            font-weight: 400;
        }

        .specs_box li div span {
            font-size: 12px;
            color: #3961a0;
        }

.modal-lg {
    max-width: 1000px;
}

.spa_bg {
    /*background: url(../images/bg_3.jpg) no-repeat fixed;*/
    background-size: cover;
    min-height: 100%;
    position: relative;
}

.tab-content > .active {
    /*min-height: 518px;*/
}

.spaBox {
    padding: 20px 50px 50px 50px;
    text-align: center;
    padding-bottom: 0px;
    min-height: 440px;
    margin-right: 400px;
    height: auto !important;
    z-index: 0;
}

.rotate_arrow {
    text-align: center;
    padding: 15px 0px;
}

.bottom_icons {
    text-align: right;
    order: 2;
}

.stop_click {
    position: absolute;
    height: 50px;
    z-index: 20;
    display: block;
    width: 100%;
}

.model_name_box {
    padding: 12px 0px;
    display: inline-block;
}

.product_box {
    position: absolute;
    left: 0px;
    top: 10px;
    padding: 16px;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    z-index: 10;
    text-align: center;
}

.model_name_box h3 {
    display: inline-block;
    font-size: 23px;
}

.modal_details {
    display: inline-block;
    top: -5px;
    margin-left: 10px;
    font-size: 14px;
}

.product_box span {
    display: block;
    padding-top: 5px;
    font-size: 14px;
    text-align: center;
    margin-bottom: -5px;
}

.product_scroll {
}

.product_box_detail {
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    /*box-shadow: 0px 0px 0px 500px rgba(0,0,0,0.3);*/
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 99;
}
/*.product_box_detail:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 28px;
    left: 2px;
    box-sizing: border-box;
    border: 13px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(45deg);
    box-shadow: -2px 3px 3px 0 rgba(0, 0, 0, 0.1);
}*/
.pw_1 {
    width: 400px;
}

.pw_2 {
    width: 400px;
}

.pw_3 {
    width: 400px;
}

.add-selected-Jetpack {
    border: solid 2px green !important;
}

.product_details {
    border: solid 1px #dadada;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    text-align: center;
    padding: 0px;
    margin-bottom: 15px;
    background: #fff;
    cursor: pointer;
}

    .product_details:hover {
        border-color: #0056b3;
    }

.product_box_detail h1 {
    font-size: 25px;
    margin-bottom: 12px;
    text-align: center;
}

.product_details p {
    font-weight: 300;
    font-size: 12px;
    margin: 5px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
}

.product_pAdjs {
    padding-left: 15px;
    padding-right: 15px;
}

    .product_pAdjs .col-lg-3 {
        padding: 0px 15px 0px 0px;
    }

    .product_pAdjs .col-lg-3-jets {
        padding: 0px 5px 0px 0px;
    }

    .product_pAdjs .col-6 img {
        width: 100%;
    }

.product_box a {
    color: #000;
    text-decoration: none;
}

#jetpack_box .product_details .info_box {
    top: 0px;
    right: 6px;
}

    #jetpack_box .product_details .info_box img {
        width: 14px;
        height: auto;
    }

.jetpack_options {
    font-size: 13px;
    text-align: left;
    margin-bottom: 15px;
}

    .jetpack_options select {
        padding: 6px;
        width: 130px;
    }

.red_btn {
    border: solid 2px #9dc5e5;
    color: #fff;
    padding: 5px 20px;
    background: #9dc5e5;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    /*border-radius: 3px;*/
}

    .red_btn:hover {
        text-decoration: none;
        color: #fff;
    }



.jetpack_colors {
    background: #f5f5f5;
    padding-top: 8px;
    margin-top: 15px;
}

    .jetpack_colors h3 {
        font-size: 18px;
        padding: 0px 0px 16px 15px;
    }

    .jetpack_colors .product_details {
        margin-bottom: 8px;
    }

.jetpackDetailModal {
    text-align: center;
}

.jetpack_big_img {
    margin: 0px auto;
}

.jetpackDetailModal h3 {
    color: #00478f;
    font-size: 22px;
    margin-bottom: 15px;
}

.jetpackDetailModal p {
    font-size: 13px;
}

.jetpackDetailModal .spa_select {
    margin-top: 6px;
}

#jetpackTab {
    margin-top: 10px;
    padding-top: 10px;
}

    #jetpackTab a {
        font-size: 14px;
        color: #00478f;
    }

#accessory_box ul {
    width: 100%;
    border: solid 3px #e9e9e9;
}

    #accessory_box ul li {
        border-right: solid 3px #e9e9e9;
    }

        #accessory_box ul li a {
            font-size: 13px;
            color: #7b7b7b;
            border-radius: 0px;
            padding: 12px;
        }

#accessory_box .nav-tabs .nav-item.show .nav-link, #accessory_box .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2663a1;
    border: 0px;
}

    #accessory_box .nav-tabs .nav-item.show .nav-link .arrow_box:after, #accessory_box .nav-tabs .nav-link.active:after {
        top: 96%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(38, 99, 161, 0);
        border-top-color: #2663a1;
        border-width: 10px;
        margin-left: -10px;
    }

#accessory_box .nav-tabs .nav-item {
    margin-bottom: -2px;
}

#accessory_box .tab-content {
    width: 100%;
    margin-top: 30px;
}

#accessory_box h6 {
    text-align: left;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 1.25em;
            height: 1.25em;
            border: 2px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #2663a1;
            position: absolute;
            top: 5px;
            left: 5px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

/*
        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 1.25em;
            height: 1.25em;
            border: 2px solid #ddd;
            background: #fff;
            border-radius: 4px;
        }
        /* checked mark aspect */
        /* [type="checkbox"]:not(:checked) + label:after, */
        [type="checkbox"]:checked + label:after {
            content: '\2714';
            position: absolute;
            top: 4px;
            left: 4px;
            font-size: 17px;
            line-height: 0.8;
            color: #09ad7e;
            transition: all .2s;
            font-family: Helvetica, Arial, sans-serif;
        }
/* checked mark aspect changes */

/*
        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
        */

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

.finishedBtn {
    background: #db4b4b;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 22px 11px 22px;
    font-weight: 600;
    display: block;
    cursor: pointer;
    text-align: center;
    border: 0px;
    position: absolute;
    right: -15px;
    top: -95px;
}

    .finishedBtn:hover {
        background: #3961a0;
    }

.spa_product_container {
    margin: 0px;
}

.filterBox {
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    margin-top: 25px;
    padding: 10px;
}

.spa_product_container {
    margin: 0px;
}

.filterBox {
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    margin-top: 25px;
    padding: 10px;
}

    .filterBox h1 {
        background: #b3b5b8;
        color: #fff;
        font-size: 22px;
        padding: 8px;
        margin-bottom: 12px;
    }

    .filterBox ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        margin-bottom: 6px;
    }

.loader_box {
    width: 160px;
    height: 160px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    margin: 0 auto;
    padding-top: 25px;
}

    .loader_box h5 {
        font-size: 13px;
        padding-top: 7px;
        color: #817D7C;
    }

    .loader_box img {
        z-index: 5;
        position: relative;
        width: 60px;
        height: auto;
    }

.loader_inner {
    width: 60px;
    height: 81px;
    margin: 0 auto;
    margin-top: 3px;
}

.loader_progress {
    background: #817D7C;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 59px;
    z-index: 1;
}

.product_pAdjs .product_details .info_box {
    top: -1px;
    right: 2px;
}

.jetpack_options .red_btn {
    width: 100%;
}

.extra_jetpack {
    padding: 8px 0px;
}


.select_greenBox {
    border: solid 3px #39b54a;
}

.next_btn a {
    padding: 8px 10px;
}

.nav-tabs .nav-link {
    padding: 9px 15px;
    font-size: 12px;
}

#accessoryTab {
    margin-left: -6px;
}

.pre_box {
    display: none;
}

#myTabContent {
    position: absolute;
    top: 0px;
    width: 100%;
    right: 0px;
}

.p_m_control {
    margin-top: -11px;
    margin-bottom: 15px;
}

    .p_m_control img {
        cursor: pointer;
    }

        .p_m_control img:hover {
            padding: 1px;
        }

.row_info {
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    display: normal;
}

.modal_price {
    display: block;
}

    .modal_price h3 {
        display: block;
        text-align: right;
    }

.finishe_spa .modal-content {
    border-radius: 0px;
}

.finishe_spa h1 {
    text-align: center;
    color: #717375;
    font-size: 30px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.texture_box {
    margin-top: 20px;
}

    .texture_box img {
        position: absolute;
        width: 45px;
        height: auto;
    }

    .texture_box h3 {
        margin-left: 55px;
        color: #2d68a0;
        font-size: 13px;
    }

    .texture_box h4 {
        margin-left: 55px;
        color: #000;
        font-size: 15px;
    }

.jetpacks_finished {
    margin-top: 20px;
}

    .jetpacks_finished h3 {
        color: #2d68a0;
        font-size: 15px;
        margin-bottom: 12px;
    }

    .jetpacks_finished img {
        width: 80px;
    }

.model_text_finished {
    font-size: 13px;
    /*border-top: solid 1px #ccc;*/
    margin-top: 20px;
    padding-top: 20px;
}

.finished_input .col-sm-6 {
    padding: 0px;
    margin-bottom: -1px;
    margin-right: -1px;
}

.finished_input .col-sm-12 {
    padding: 0px;
    padding-right: 1px;
}

.finished_input {
    padding: 0px 5px;
}

.dillers_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-top: solid 1px #ccc;
    padding-top: 20px;
    margin-top: 20px;
}

.delear_details {
    font-size: 13px;
    padding-left: 42px;
}

.dillers_list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc;
}

    .dillers_list li label {
        color: #2d68a0 !important;
        font-size: 23px;
        font-weight: normal;
        padding-left: 40px !important;
    }

        .dillers_list li label:before {
            top: 9px !important;
        }

        .dillers_list li label:after {
            top: 18px !important;
            left: 9px !important;
        }

.map_box {
    cursor: pointer;
}

.request_quote {
    color: #fff;
    background: #9dc5e5;
    padding: 8px;
    border: 0px;
    cursor: pointer;
    width: 100%;
}

.finishe_spa .modal-lg {
    max-width: 750px;
}

.hide {
    display: none;
}

.show {
    display: block;
    display: -moz-inline-stack;
}

.select_seat {
    position: absolute;
    background: #fff;
    padding: 8px;
    width: 130px;
    left: -128px;
}

    .select_seat select {
        padding: 5px;
    }

.mapmodel .modal-lg {
    max-width: 600px;
}

.a7_seat {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

    .a7_seat img {
        position: absolute;
    }

    .a7_seat .seat_1 {
        top: 23%;
        left: 25%;
    }

    .a7_seat .seat_2 {
        top: 23%;
        left: 65%;
    }

    .a7_seat .seat_3 {
        top: 42%;
        left: 68%;
    }

    .a7_seat .seat_4 {
        top: 63%;
        left: 67%;
    }

    .a7_seat .seat_5 {
        top: 63%;
        left: 23%;
    }


.a7l_seat {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

    .a7l_seat img {
        position: absolute;
    }

    .a7l_seat .seat_1 {
        top: 41%;
        left: 21%;
    }

    .a7l_seat .seat_2 {
        top: 19%;
        right: 67%;
    }

    .a7l_seat .seat_3 {
        top: 20%;
        left: 67%;
    }

    .a7l_seat .seat_4 {
        top: 42%;
        left: 69%;
    }

    .a7l_seat .seat_5 {
        top: 57%;
        left: 69%;
    }
/* for A8L*/
.a8l_seat {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

    .a8l_seat img {
        position: absolute;
    }

    .a8l_seat .seat_1 {
        top: 41%;
        left: 19%;
    }

    .a8l_seat .seat_2 {
        top: 20%;
        left: 23%;
    }

    .a8l_seat .seat_3 {
        top: 19%;
        left: 45%;
    }

    .a8l_seat .seat_4 {
        top: 19%;
        left: 68%;
    }

    .a8l_seat .seat_5 {
        top: 42%;
        left: 70%;
    }

    .a8l_seat .seat_6 {
        top: 60%;
        left: 70%;
    }


/* for A8D*/
.a8d_seat {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

    .a8d_seat img {
        position: absolute;
    }

    .a8d_seat .seat_1 {
        top: 19%;
        left: 27%;
    }

    .a8d_seat .seat_2 {
        top: 18%;
        left: 46%;
    }

    .a8d_seat .seat_3 {
        top: 19%;
        left: 68%;
    }

    .a8d_seat .seat_4 {
        top: 41%;
        left: 71%;
    }

    .a8d_seat .seat_5 {
        top: 60%;
        left: 71%;
    }

/*for M9*/
.m9_seat {
    z-index: 99;
}

    .m9_seat img {
        position: absolute;
    }

    .m9_seat .seat_1 {
        top: 66%;
        left: 23%;
    }

    .m9_seat .seat_7 {
        top: 65%;
        left: 70%;
    }

    .m9_seat .seat_2 {
        top: 44%;
        left: 20%;
    }

    .m9_seat .seat_6 {
        top: 44%;
        left: 72%;
    }

    .m9_seat .seat_3 {
        top: 11%;
        left: 23%;
    }

    .m9_seat .seat_5 {
        top: 11%;
        left: 67%;
    }

    .m9_seat .seat_4 {
        top: 9%;
        left: 45%;
    }

/*for M8*/
.m8_seat {
    z-index: 99;
}

    .m8_seat img {
        position: absolute;
    }

    .m8_seat .seat_1 {
        top: 67%;
        left: 23%;
    }

    .m8_seat .seat_6 {
        top: 66%;
        left: 71%;
    }

    .m8_seat .seat_2 {
        top: 44%;
        left: 19%;
    }

    .m8_seat .seat_5 {
        top: 43%;
        left: 73%;
    }

    .m8_seat .seat_3 {
        top: 30%;
        left: 19%;
    }

    .m8_seat .seat_4 {
        top: 25%;
        left: 72%;
    }
/*for M7*/
.m7_seat {
    z-index: 99;
}

    .m7_seat img {
        position: absolute;
    }

    .m7_seat .seat_1 {
        top: 62%;
        left: 23%;
    }

    .m7_seat .seat_6 {
        top: 61%;
        left: 69%;
    }

    .m7_seat .seat_2 {
        top: 21%;
        left: 23%;
    }

    .m7_seat .seat_3 {
        top: 22%;
        left: 66%;
    }

    .m7_seat .seat_4 {
        top: 35%;
        left: 68%;
    }

    .m7_seat .seat_5 {
        top: 48%;
        left: 69%;
    }


/*for A9*/

.a9l_seat {
    z-index: 99;
}

    .a9l_seat img {
        position: absolute;
    }

    .a9l_seat .seat_1 {
        top: 48%;
        left: 18%;
    }

    .a9l_seat .seat_2 {
        top: 30%;
        left: 18%;
    }

    .a9l_seat .seat_3 {
        top: 14%;
        left: 22%;
    }

    .a9l_seat .seat_4 {
        top: 14%;
        left: 70%;
    }

    .a9l_seat .seat_5 {
        top: 32%;
        left: 70%;
    }

    .a9l_seat .seat_6 {
        top: 48%;
        left: 70%;
    }

    .a9l_seat .seat_7 {
        top: 66%;
        left: 70%;
    }

#jetpacksPlaceholders img {
    cursor: pointer;
}
/* for A8*/
.a8_seat {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

    .a8_seat img {
        position: absolute;
    }

    .a8_seat .seat_1 {
        top: 21%;
        left: 23%;
    }

    .a8_seat .seat_2 {
        top: 21%;
        left: 45%;
    }

    .a8_seat .seat_3 {
        top: 21%;
        left: 67%;
    }

    .a8_seat .seat_4 {
        top: 42%;
        left: 70%;
    }

    .a8_seat .seat_5 {
        top: 66%;
        left: 70%;
    }

    .a8_seat .seat_6 {
        top: 66%;
        left: 21%;
    }
/* for A6L*/
.a6l_seat {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

    .a6l_seat img {
        position: absolute;
    }

    .a6l_seat .seat_1 {
        top: 22%;
        left: 28%;
    }

    .a6l_seat .seat_2 {
        top: 22%;
        left: 62%;
    }

    .a6l_seat .seat_3 {
        top: 41%;
        left: 65%;
    }

    .a6l_seat .seat_4 {
        top: 57%;
        left: 65%;
    }

/* for A6*/
.a6_seat {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

    .a6_seat img {
        position: absolute;
    }

    .a6_seat .seat_1 {
        top: 23%;
        left: 25%;
    }

    .a6_seat .seat_2 {
        top: 24%;
        right: 23%;
    }

    .a6_seat .seat_3 {
        top: 59%;
        right: 24%;
    }

    .a6_seat .seat_4 {
        top: 58%;
        left: 27%;
    }

/* for A5L*/
.a5l_seat {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

    .a5l_seat img {
        position: absolute;
    }

    .a5l_seat .seat_1 {
        top: 33%;
        left: 25%;
    }

    .a5l_seat .seat_2 {
        top: 33%;
        right: 25%;
    }

    .a5l_seat .seat_3 {
        top: 50%;
        right: 25%;
    }

/* for R5L*/
.r5l_seat {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

    .r5l_seat img {
        position: absolute;
    }

    .r5l_seat .seat_1 {
        top: 33%;
        left: 25%;
    }

    .r5l_seat .seat_2 {
        top: 50%;
        right: 25%;
    }

/* for R6*/
.r6_seat, .r6l_seat, .r7_seat, .r7l_seat, .r8l_seat, .stil7_seat, .stil5_seat {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

    .r6_seat img, r6l_seat img, .r7_seat img, .r7l_seat img, .r8l_seat img, .stil7_seat img, .stil5_seat img {
        position: absolute;
    }

    .r6_seat .seat_1 {
        top: 23%;
        left: 25%;
    }

    .r6_seat .seat_2 {
        top: 24%;
        right: 23%;
    }

    .r6_seat .seat_3 {
        top: 59%;
        right: 24%;
    }

    /* for R6L*/

    .r6l_seat img {
        position: absolute;
    }

    .r6l_seat .seat_1 {
        top: 20%;
        left: 28%;
    }

    .r6l_seat .seat_2 {
        top: 20%;
        right: 26%;
    }

    .r6l_seat .seat_3 {
        top: 56%;
        right: 26%;
    }
    /* for R7*/

    .r7_seat .seat_1 {
        top: 20%;
        left: 25%;
    }

    .r7_seat .seat_2 {
        top: 20%;
        right: 24%;
    }

    .r7_seat .seat_3 {
        top: 63%;
        right: 21%;
    }

    .r7_seat .seat_4 {
        top: 63%;
        left: 22%;
    }

    /* for r7l*/
    .r7l_seat .seat_1 {
        top: 41%;
        left: 23%;
    }

    .r7l_seat .seat_2 {
        top: 19%;
        right: 66%;
    }

    .r7l_seat .seat_3 {
        top: 20%;
        right: 23%;
    }

    .r7l_seat .seat_4 {
        top: 57%;
        right: 23%;
    }


.r8_seat img {
    position: absolute;
    position: absolute;
    z-index: 3;
}

.r8_seat .seat_1 {
    top: 20%;
    left: 23%;
}

.r8_seat .seat_2 {
    top: 21%;
    left: 67%;
}

.r8_seat .seat_3 {
    top: 65%;
    left: 67%;
}

.r8_seat .seat_4 {
    top: 65%;
    left: 23%;
}



/* for r8l*/

.r8l_seat img {
    position: absolute;
    position: absolute;
    z-index: 3;
}

.r8l_seat .seat_1 {
    top: 40%;
    left: 20%;
}

.r8l_seat .seat_2 {
    top: 18%;
    right: 67%;
}

.r8l_seat .seat_3 {
    top: 18%;
    right: 21%;
}

.r8l_seat .seat_4 {
    top: 59%;
    right: 21%;
}
/* for stil7_seat*/

.stil7_seat .seat_1 {
    top: 20%;
    left: 29%;
}

.stil7_seat .seat_2 {
    top: 20%;
    right: 43%;
}

.stil7_seat .seat_3 {
    top: 20%;
    right: 27%;
}
/* for stil5_seat*/
.stil5_seat .seat_1 {
    top: 32%;
    left: 23%;
}

.stil5_seat .seat_2 {
    top: 32%;
    right: 21%;
}

.stil5_seat .seat_3 {
    top: 48%;
    right: 21%;
}


.thanks_message_dialog {
    text-align: center;
}

    .thanks_message_dialog h1 {
        color: #65BC55;
        font-size: 30px;
        margin: 12px 0px;
    }

    .thanks_message_dialog b {
        font-size: 12px;
        color: #f54f4f;
        display: block;
    }

    .thanks_message_dialog h4 {
        font-size: 13px;
        font-weight: bold;
        color: #2d68a0;
    }

    .thanks_message_dialog span {
        display: block;
        font-size: 12px;
        padding: 10px;
        margin: 12px;
        background: #f7f7f7;
    }

    .thanks_message_dialog .blue_btn {
        margin-top: 20px;
        padding: 6px;
        width: 36%;
    }






@media (max-width:1085px) {
    .tabe_container .nav-item a img {
        display: none;
    }

    .filter_box div {
        flex-basis: 9%;
    }
}

@media (max-width:768px) {

    .ifull {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .stil5_seat .seat_3 {
        top: 53%;
        right: 26%;
    }


    .stil5_seat .seat_2 {
        top: 38%;
        right: 26%;
    }

    .stil7_seat .seat_3 {
        top: 20%;
        right: 35%;
    }

    .stil7_seat .seat_2 {
        top: 20%;
        right: 49%;
    }

    .tabe_container .nav-item a img {
        display: none;
    }

    .tabe_container .nav_item {
        display: block;
        margin-bottom: -1px;
    }

    .tabe_container {
        display: flex;
        box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
    }

        .tabe_container .nav {
            display: block;
        }

        .tabe_container .nav-item a img {
            display: inline-block;
        }

    .spaDetail_top {
        text-align: center;
        margin-top: 12px;
    }

    .filter_box {
        display: block;
    }

        .filter_box div {
            border-top: solid 1px #ededed;
            border-left: 0px;
        }

    .spaModal {
        text-align: center;
    }

    .bottom_icons {
        text-align: center;
    }

    .model_name_box {
        width: 20% !important;
        margin-bottom: 0px;
    }

    .bottom_icons {
        margin-top: 12px;
    }

    .bottom_icons {
        order: 1;
    }

    .modalDetail {
        order: 2;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .modalDetailPricing {
        display: none;
    }

    .product_box {
        position: relative;
        left: inherit;
        top: inherit;
        width: inherit;
        height: inherit;
        margin-top: 12px;
    }

    .product_pAdjs .col-6 img {
        width: 100%;
    }

    .product_box_detail {
        position: relative;
        left: inherit;
        top: 10px;
        width: inherit;
        height: inherit;
        box-shadow: none;
        padding: 20px 0px 0px 0px;
    }

        .product_box_detail:after {
            display: none;
        }

    .jetpack_options select {
        width: 40%;
        margin-bottom: 10px;
    }

    .jetpack_options button {
        width: 100%;
        margin-top: 10px;
    }

    .tabe_container div:nth-child(1) {
        order: 1;
    }

    .tabe_container div:nth-child(2) {
        flex: 30%;
        order: 2;
    }

    .tabe_container div:nth-child(3) {
        order: 3;
    }
    /*  .tabe_container div:nth-child(3){flex: 60%; order: 3}
    .tabe_container .nav_item{order:2;flex: 100%;}*/
    .pre_box {
        display: block;
    }

    .stop_click {
        display: none;
    }

    .nav_item .nav-item a {
        display: none;
    }

    .nav_item .nav-item .active {
        display: block;
    }

    .finishedBtn {
        position: absolute;
        right: -15px;
        top: -42px;
        width: 24%;
    }

    .spa_product_container .spaSeriesBox {
        order: 2;
    }

    .spa_product_container .col-sm-4 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .product_details p {
        display: none;
    }

    .bottom_row_info {
        position: relative;
    }

    .spaBox {
        margin-right: 0px;
    }

    .btnNext, .btnPrevious {
        padding: 11px 0px 11px 0px;
    }

    .pw_3 {
        padding: 10px;
    }

    #accessoryTabContent .col-md-12 .form-row {
        padding: 0px 6px;
    }

    #myTabContent {
        position: relative;
    }

    .modal_details {
        display: none;
    }

    .product_scroll {
        padding: 0px 0px 0px 14px;
    }

    #mycanvas canvas {
        width: 100% !important;
        height: 100% !important;
        outline: none;
    }

    .spaBox {
        padding: 0px;
    }

    .spaBox {
        height: inherit !important;
    }
}


@media (max-width:768px) {
    .a7_seat {
        width: 100%;
        height: 376px;
        margin-bottom: -376px;
    }

        .a7_seat img {
            width: 14%;
        }
}

.disableElement {
    pointer-events: none;
}

.read_only_box .modal_details {
    top: inherit;
    margin: 0px;
}

.read_only_box .pw_1 {
    width: 535px;
}

.offline_jetpack {
    margin: 0px;
}

    .offline_jetpack .col-sm-2 {
        padding: 0px;
    }

    .offline_jetpack .product_details {
        margin-right: 5px;
        margin-bottom: 0px;
    }

.client_text {
    font-size: 13px;
    padding-top: 5px;
}

.read_only_box .dillers_list {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

    .read_only_box .dillers_list li label {
        font-size: 16px;
        font-weight: normal;
        padding-left: 16px !important;
    }

.read_only_box .delear_details {
    padding-left: 16px;
}

.error_modal {
    text-align: center;
}

    .error_modal .alert {
        margin-bottom: 0px;
    }

    .error_modal h4 {
        margin-bottom: 15px;
    }



.thanks_div {
    background: url(../images/bg_2.jpg) no-repeat fixed;
    background-size: cover;
    min-height: 100%;
    height: 100%;
    position: relative;
}

.thanks_box {
    text-align: center;
}

    .thanks_box h1 {
        color: #6ac259;
        margin-bottom: 15px;
        font-size: 31px;
        margin: 24px 0px;
    }

    .thanks_box b {
        font-size: 12px;
        display: block;
        margin-bottom: 12px;
    }

    .thanks_box p {
        font-weight: bold;
    }

.model_no {
    font-weight: 300 !important;
    font-size: 48px;
}

.finished_bottom_btn_box {
    padding: 20px 0px;
}

    .finished_bottom_btn_box button {
        width: 47%;
    }

.jetpackBox .col-sm-2 {
    padding: 0px 6px;
}

.dealer_name {
    font-size: 19px !important;
    display: block;
    margin: 12px;
}

.spa_box div {
    font-size: 14px;
}

/*@media (max-width:1260px) {
    .spa_box p{ margin: -12px 0px -35px 0px; }
}
@media (max-width:1260px) {
    .spa_box p{ margin: -12px 0px -35px 0px; }
}
@media (max-width:1015px) {
    .spa_box p{ margin: -12px 0px -15px 0px; }
}

@media (max-width:575px) {
    .spa_box p{ margin: -12px 0px -48px 0px; }
}*/
@media (max-width:770px) {
    .p_m_control {
        margin-top: 10px;
    }
}

@media (max-width:1920px) {
    .spaBox {
        /* height:780px !important;*/
    }
}

@media (max-width:1366px) {
    .spaBox {
        height: auto !important;
    }
}


.thank_box h1 {
    color: #3d3d3d;
    font-size: 28px;
    text-align: center;
    padding: 18px 0px;
}

.thank_details h2 {
    color: #5d5d5d;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.thank_series {
    position: absolute;
    bottom: 50px;
    right: 0px;
}

.thanks_spa_fullDetail {
    text-transform: uppercase;
    color: #5d5d5d;
    font-size: 11px;
    /*margin-top: 50px;*/
}

.left_section_thanks {
    /*margin-top: -32px;*/
}

.thank_options {
    margin: 2px 0px;
    color: #5d5d5d;
    font-size: 11px;
}

    .thank_options div {
        padding: 0px 5px;
    }

.thank_price {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 25px;
}

.thank_btn {
    text-align: center;
    padding: 20px 0px 0px 0px !important;
    font-size: 0;
}

.thanks_footer {
    font-size: 9px;
    color: #5d5d5d;
    padding: 0px 0px 15px 0px;
    text-align: center;
}

.dealer_details {
    color: #5d5d5d;
    font-size: 11px;
    margin-top: 18px;
    margin-bottom: 30px;
}

    .dealer_details a {
        margin-right: 4px;
    }

.links_maps {
    margin-top: 20px;
}

    .links_maps a {
        color: #5d5d5d;
    }

.map_div_thanks {
    text-align: center;
    margin-top: 30px;
}

.popOut {
    display: none;
    position: absolute;
    background: #fff;
    border: solid 1px #dadada;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    width: 250px;
    z-index: 5;
    text-align: left;
    right: 0px;
    top: 30px;
    padding: 20px;
}

    .popOut:after, .popOut:before {
        bottom: 100%;
        right: 0%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .popOut:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 8px;
        margin-left: -8px;
    }

    .popOut:before {
        border-color: rgba(218, 218, 218, 0);
        border-bottom-color: #dadada;
        border-width: 9px;
        margin-left: -9px;
    }

.info_box:hover .popOut {
    display: block;
}

.spa_box .popOut p {
    margin: 0px;
    font-size: 14px;
}

.spaSeriesBox .popOut h1 {
    margin-bottom: 12px;
    font-size: 26px;
}

@media (max-width:1000px) {
    .popOut {
        width: 200px;
    }
}

@media (max-width:570px) {


    .popOut {
        width: 250px;
    }
}

.splogo {
    width: 50px;
    float: left;
    height: 37px;
}


div#jetpacksPlaceholders {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

div.spaBox #mycanvas canvas {
    margin: 0 auto;
}

div.spaBox .Dropposition {
}

    div.spaBox .Dropposition img {
        max-width: 62px;
    }

.jetpack_options span {
    display: inline-block;
}




.arrow_m {
    float: right;
    position: relative;
    top: 5px;
    width: 30px;
    display: none;
}

.mobile_tile {
    display: none;
}

.select_opt {
    display: none;
}

a.desktopapply {
    display: block !important;
}

a.mobileapply {
    display: none !important;
}

#exterior_box .product_details img {
    height: 57px;
    width: 100%;
}

#exterior_box .enabled_tickBox img {
    height: 18px;
    width: 18px;
}

.thank_btn .red_btn {
    margin-bottom: 5px !important;
    width: 192px;
    display: inline-block;
    margin: 13px 8px 5px 8px;
}

.map_div_thanks iframe {
    max-width: 100%;
}

#imgModelImageContainer {
    text-align: center;
    height: 126px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .bg_loading {
        margin-top: -40px !important;
    }
}

@media screen and (max-width: 991px) {
    .bg_loading {
        margin-top: -60px !important;
    }
}

@media screen and (max-width: 767px) {
    .bg_loading {
        margin-top: -24px !important;
    }

    .thank_options {
        margin-bottom: 50px;
    }
}

@media (max-width:768px) {

    div.spaBox .Dropposition {
        height: 692px !important;
    }

    #imgModelImageContainer {
        margin-top: 0px;
        margin-bottom: 15px;
        height: 180px;
    }

    [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
        top: 4px;
        left: 4px;
        font-size: 13px;
    }

    a.desktopapply {
        display: none !important;
    }

    a.mobileapply {
        display: block !important;
    }

    div.filterBox {
        max-height: inherit !important;
        overflow: inherit !important;
    }

    div.sidebar1 {
        max-height: inherit !important;
        overflow: inherit !important;
    }

    .btnapply {
        display: block !important;
    }

    .filter_mobile .btnNext {
        display: none !important;
    }

    .select_opt {
        display: block;
        padding: 14px 15px 14px 13px !important;
        position: relative;
        color: #03A9F4;
        font-weight: 300;
        box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    }

        .select_opt img {
            float: right;
            position: relative;
            top: 5px;
            right: 12px;
        }

    .filter_inner .select_opt {
        margin: 0 -15px 0 -15px;
        border-bottom: 1px solid #ddd;
        padding: 0 20px 13px 20px !important;
        margin-bottom: 10px;
    }

    .sidebar1 {
        padding-top: 0 !important;
    }

    .filterBox {
        padding: 4px 10px !important;
    }

    .hide_mo {
        display: none !important;
    }

    .mobile_click .arrow_m {
        display: inline-block;
    }

    .filter_mobile {
        position: fixed;
        display: none;
        left: 0;
        width: 100%;
        background-color: rgba(0,0,0, 0.5);
        padding: 34px 15px 15px 15px;
        bottom: 0;
        top: 0;
        overflow: auto;
        z-index: 9999;
    }

    .mobile_tile {
        display: block;
        border-bottom: 1px solid #ddd;
        margin: 0px -14px 13px -15px;
        padding: 0px 15px 11px 15px;
    }

    .filter_inner {
        background: #fff;
        padding: 15px;
    }

    .cross_icon {
        float: right;
        max-width: 17px;
        position: relative;
        top: 8px;
    }

    .product_box_detail .product_scroll {
        max-height: 1500px !important;
        overflow: hidden !important;
    }

    .finished_input .col-sm-6 {
        margin-bottom: 14px;
    }
}

.mobile_jet_no {
    display: none;
}

@media (max-height:864px) and (max-width:1366px) {
    div #jetpacksPlaceholders {
        height: 420px !important;
        width: 420px !important;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
    }

    div.spaBox #mycanvas canvas {
        height: 420px !important;
        width: 420px !important;
        margin: 0 auto;
    }

    div.spaBox .Dropposition {
        height: 420px !important;
    }

        div.spaBox .Dropposition img {
            max-width: 55px;
        }
}



@media (max-width:991px) {
    .product_box_detail {
        position: relative;
        left: inherit;
        top: 10px;
        width: inherit;
        height: inherit;
        box-shadow: none;
        padding: 20px 0px 0px 0px;
    }

    .spaBox {
        height: auto !important;
        width: 100%;
        margin: 0;
    }

    #myTabContent {
        position: relative;
    }
}

@media (max-width:640px) {

    .stil5_seat .seat_3 {
        top: 47%;
        right: 13%;
    }


    .stil5_seat .seat_2 {
        top: 31%;
        right: 13%;
    }

    .product_pAdjs .col-lg-3 {
        padding: 0px 7px 0px 0px;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .product_pAdjs .product_details .info_box {
        top: -8px;
        right: -1px;
    }

    div#jetpacksPlaceholders {
        height: 320px !important;
        width: 320px !important;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
    }

    div.spaBox #mycanvas canvas {
        height: 320px !important;
        width: 320px !important;
        margin: 0 auto;
    }

    div.spaBox .Dropposition {
        height: 320px !important;
    }

        div.spaBox .Dropposition img {
            max-width: 45px;
        }

    .tabe_container {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 99;
    }
}

@media screen and (min-width: 576px) {


    .filterBox {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
    }
}

@media screen and (max-width: 575px) {

    .loader_box {
        top: 20%;
    }

    .select_opt {
        z-index: 10;
    }

    .modal-body .slimScrollDiv {
        height: initial !important;
    }

    .modal-body .specs_box {
        height: initial !important;
        padding-right: 15px;
    }

    .modal-body .slimScrollBar {
        display: none !important;
    }

    .modal-body .slimScrollRail {
        display: none !important;
    }
    /*.product_box_detail {
            z-index: 999;
    }*/

    .mobile_fix .blue_btn {
        width: 100%;
    }

    .mobile_jet_no {
        float: right;
        font-size: 13px;
        display: block;
    }

    .left_section_thanks {
        margin-top: 0px;
    }

    .infoJp_box {
        right: 7px;
    }

        .infoJp_box img {
            width: 15px;
            height: 15px;
        }

    .selct_jet_btn_div button {
        width: 100%;
    }

    .thank_box .thank_btn {
        display: none;
    }

    .enabled_tickBox img {
        width: 14px;
    }

    .enabled_tickBox {
        top: -6px;
    }

    .links_maps a {
        display: block;
    }
}


.or_box {
    text-align: center;
    padding: 10px;
    font-size: 15px;
}

.base_msrp {
    font-size: 15px;
    margin: 10px 0px;
}

.suggested_spas_msrp {
    white-space: nowrap;
}


.swatches {
    display: inline-block;
    width: 95px;
    height: 95px;
}


    .swatches img {
        width: 95px;
        height: 95px;
    }

.divSwatches {
    display: inline-block;
    width: 100px;
    margin: 0 8px;
}

html, body, #myTabContent, div {
    -webkit-overflow-scrolling: touch !important; /* Lets it scroll lazy */
    scroll-behavior: [ auto | smooth ] !important;
    -webkit-overflow-scrolling: touch !important; /* Stops scrolling immediately */
}

#accessories h6 {
    font-size: 1rem;
    font-weight: 600;
}

.skip_text {
    text-align: right;
    font-size: 12px;
    padding-top: 8px;
    padding-right: 3px;
    margin-bottom: -22px;
    z-index: 10;
}

    .skip_text a {
        color: #9dc5e5;
    }

.jpHide_Canvas {
    display: none !important;
}

.jpHide_mobile_click {
    display: none !important;
}

.jpHide_filter_mobile {
    display: block !important;
    position: relative !important;
    padding: 0px;
    z-index: 0;
}

#imgScreenGrab {
    margin-top: 89px;
    max-width: 100%;
}

.bg_loading {
    background: url(../images/bg_gif.gif) no-repeat center center;
    min-height: 260px;
    background-size: 70%;
    margin-top: -24px;
}

.selct_jet_btn_div {
    text-align: center;
    margin-top: 20px;
}

.you_may_like h2 {
    margin-bottom: 0px;
}

.confirmation_bottom_btn {
    padding: 15px 0px;
    text-align: center;
}

    .confirmation_bottom_btn button {
        background: #fff;
        border: solid 1px #808080;
        padding: 10px 30px;
        color: #4e4e4e;
        cursor: pointer;
        margin: 0px 20px;
    }

@media screen and (max-width: 575px) {
    .confirmation_bottom_btn button {
        width: 100%;
        margin: 10px 0px;
    }

    .maxhires {
        max-height: 220px;
    }

    .conv {
        padding: 0 30px !important;
    }

    .links_maps {
        margin-bottom: 12px;
    }

    .pbires {
        padding-bottom: 15px;
    }
}

.p0 {
    padding: 0;
}

.conv {
    padding: 0 30px;
}

.you_may_like .col-4 {
    padding: 0 7px;
}
/*
@media (hover: hover) and (pointer: fine) {

    #jetPaks_Filter_Mobile .product_details:hover .img-fluid {
        transform: scale(1.5);
        position: relative;
        top: 12px;
        left: 0px;
    }
}


@media (hover: none) {
    .product_pAdjs .col-lg-4 {
        padding: 0px 7px 0px 0px !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}
*/

.img-fluid-jets {
    max-width: 75% !important;
    height: auto;
    margin-top: 18px !important;
}



.switch {
   
    display: inline-block;
    width: 64px;
    height: 34px;
    position: absolute;
    top: 20px;
    right: 10px;
}
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .switch input:checked + .slider {
    background-color: #9dc5e5;
  }
  
  .switch input:focus + .slider {
    box-shadow: 0 0 1px #9dc5e5;
  }
  
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  .switch .slider.round {
    border-radius: 34px;
  }
  
  .switch .slider.round:before {
    border-radius: 50%;
  }

 .switch input:checked + .slider label {
    display: none;
}



  .modal-series-trim {
    display: none; 
    position: fixed; 
    z-index: 999999999; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
  }
  .modal-series-trim .modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    max-width: 900px;
    position: relative;
  }
  .modal-series-trim .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .modal-series-trim .close:hover,
  .modal-series-trim .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
.modal-series-trim .model_header{
    padding: 15px;
}
  .modal-series-trim .model_header h3{
    margin: 0px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #575c5e;
    text-transform: uppercase;
    font-weight: 400;
  }
  .modal-series-trim .model_header .close{
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .disable-box {
    position: absolute;
    width: 100%;
    height: calc(100% - 12px);
    top: 0px;
    left: 0px;
    background: #6d6b6be3;
    z-index: 9;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0);
  }
  .modal-series-trim .modal_series_footer{
    background: #b5b5bb;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #fff;
    padding: 12px;
  }
  .modal-series-trim .modal_series_body{
    padding: 15px;
  }
  .modal-series-trim .spa_series_container{
    display: flex;
  }
  .modal-series-trim .spa_series_left{
    width: calc(100%);
    display: flex;
    gap: 10px;
  }
  .modal-series-trim .spa_series_left > div{
width: 33.33333333333333%;
  }
  .modal-series-trim .spa_series_left > div h4{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #585b5e;
    text-align: center;
    margin: 0px;
    margin-bottom: 15px;
      }
  .modal-series-trim .spa_series_right{
    width: 60px;
    text-align: right;
  }
  .modal-series-trim .spa_img_box{
    text-align: center;
  }
  .modal-series-trim .spa_img_box img{
    height: 100px;
    width: auto;
  }
  .modal-series-trim .spa_series_left > div ul{
    font-family: 'Open Sans', sans-serif;
    color: #585b5e;
    font-size: 14px;
    padding-left: 25px;
  }

  .modal-series-trim .radio_button {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .modal-series-trim .radio_button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .modal-series-trim .radio_button .checkmark {
    border: solid 2px #eee;
    padding: 10px;
  }
  .modal-series-trim .radio_button:hover input ~ .checkmark {
    border-color: #9dc5e5;
  }
  .modal-series-trim .radio_button input:checked ~ .checkmark {
    border-color: #9dc5e5;
  }
  .modal-series-trim .radio_button .checkmark:after, .radio_button .checkmark:before {
    content: "";
    position: absolute;
    display: none;
  }
  .modal-series-trim .radio_button input:checked ~ .checkmark:after, .radio_button input:checked ~ .checkmark:before {
    display: block;
  }
  .modal-series-trim .radio_button .checkmark:after {
    left: 14px;
    top: 10px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .modal-series-trim .radio_button .checkmark:before{
    left: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    background:#9dc5e5;
    border-radius: 50%;
  }

  @media(max-width:767px){
    .modal-series-trim .spa_series_left > div{
        width: 100%;
          }
          .spa_series_left{flex-wrap: wrap;}
  }


@media (max-width:767px){
    .modal-series-trim{
    padding-top: 0px;
    }

    .modal-series-trim .modal-content{
        max-width: calc(100% - 1rem);
        margin: 0.5rem;
    border: 1px solid rgba(0,0,0,.2);
    }

    .modal-series-trim .spa_series_container {
        flex-wrap: wrap;
    }
    .modal-series-trim .spa_series_left {
        width: 100%;
    }
    .modal-series-trim .radio_button .checkmark{
        min-height:auto !important;
    }
}

i.img_right_top {
    display: none;
}

img.hide_mo {
    display: none;
}


.iti input.iti__tel-input, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel] {
    padding-right: 135px;
    font-size: 15px;
}

.highlight-warning {
    /*background-color: #fff3cd;*/ /* light yellow */
    border: 1px solid #ffa500; /* orange border */
    padding: 5px;
    border-radius: 4px;
    transition: background-color 2s ease, border 2s ease;
}