﻿:root {
    --blue: #0054a6;
    --red: #c70006;
    --orange: #f26722;
    --yellow: #FFC621;
    --green: #007D06;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #0054a6;
    --secondary: #6c757d;
    --success: #007D06;
    --warning: #f26722;
    --danger: #c70006;
    --light: #f3f3f3;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1280px;
    --font-family-sans-serif: "Open Sans",sans-serif;
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::before, ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

@-ms-viewport {
    width: device-width
}

figcaption, figure, footer, header, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #fff
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.navbar > .container, .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-12, .col, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-12, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-9, .col-xl-3, .col-xl-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:1112px) {
    .container {
        max-width: 1100px
    }

    .d-md-block {
        display: block !important
    }

    .d-md-inline {
        display: inline-block !important
    }

    .d-md-none {
        display: none !important
    }

    .d-md-flex {
        display: flex !important
    }

    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
}
.text-sm {
    font-size: .8em
}
.text-secondary {
    color: #6c757d !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.container {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
@media (min-width:1112px) {
    .container {
        max-width: 1100px
    }
}
@media (min-width:1360px) {
    .container {
        max-width: 1348px
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .modal-lg {
        max-width: 800px
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    html {
        font-size: 1em
    }

    h1 {
        font-size: 2em
    }

    h2 {
        font-size: 1.85em
    }

    h3 {
        font-size: 1.6em
    }

    h4 {
        font-size: 1.45em
    }

    h5 {
        font-size: 1.3em
    }

    h6 {
        font-size: 1.15em
    }

    .my-account h4 {
        font-size: 1.2rem
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1588px
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1588px
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1588px
    }
}

    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -15px;
        margin-left: -15px;
    }

#threeKit .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.row a, .row a:link, .row a:visited {
    text-decoration: none;
}
#threeKit .btn-block {
    display: block !important;
    width: 100% !important;
}

#threeKit .btn-lg {
    padding: .5rem 1rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0 !important;
}

#threeKit .btn-success {
    color: #fff !important;
    background: #007d06 !important;
    border-color: #007d06 !important;
}
#threeKit .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.6;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.bold {
    font-weight: 700 !important;
}

.text-md {
    font-size: 1.25em;
}

.text-dark {
    color: #343a40 !important;
}


    .threekit div[class*="logo__"] {
        display: none
    }

    .threekit div[class*="canvas__"] {
        min-height: 40vh
    }

    .ant-typography {
        font-weight: bold;
    }

    .threekit div[class*="configurator__"] {
        border-left: none;
    }

    .threekit span[class*="label__"] {
        font-weight: bold
    }

    #divThreeKitConfig section {
        background-color: #eeeeee;
        padding: 10px 15px;
        border-radius: 10px;
    }

    #divThreeKitConfig .ant-select-selector {
        padding: 10px;
        height: auto;
        border-radius: 5px;
        cursor: pointer;
    }

    #divThreeKitConfig .ant-select-selection-search {
        display: none;
    }


    @media only screen and (min-width: 768px) {
        .threekit div[class*="configurator__"] {
            width: 40% !important;
            flex: none !important;
        }
    }

    @media only screen and (max-width: 767px) {
        #player-el {
            max-width: 100%;
            overflow-x: hidden;
        }

        .threekit div[class*="holder__"] {
            display: block !important;
        }

        .threekit div[class*="configurator__"],
        .threekit div[class*="canvas__"] {
            width: 100% !important;
            max-width: 100% !important;
            flex: none !important;
        }
    }

    #player-el [class*=defaultPlaceholder___] img {
        max-height: 100%;
    }

    #player-el [class*=cover___] {
        display: none;
    }

.price-box .add-to-cart {
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
}

    .price-box .add-to-cart:hover {
        -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    }

    .price-box .add-to-cart i {
        /*   positioning */
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        /*   gradient   */
        /* FF3.6+ */
        /* Chrome,Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.6)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
        /* IE6-9 */
        /*  forming the shine element
    play around with the width, skew and gradient to get different effects
  */
        width: 15%;
        height: 100%;
        transform: skew(-30deg, 0deg);
        -webkit-transform: skew(-30deg, 0deg);
        -moz-transform: skew(-30deg, 0deg);
        -ms-transform: skew(-30deg, 0deg);
        -o-transform: skew(-30deg, 0deg);
        /*  animating it  */
        -webkit-animation: move 8s infinite ease-in-out;
        animation: move 8s infinite ease-in-out;
        animation-delay: 8s;
        -webkit-animation: move 8s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-delay: 8s;
        -moz-transform: skew(-10deg, 0deg);
        -moz-animation: move 8s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-delay: 8s;
        -ms-transform: skew(-10deg, 0deg);
        -ms-animation: move 8s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-delay: 8s;
        -o-transform: skew(-10deg, 0deg);
        -o-animation: move 8s;
        -o-animation-iteration-count: infinite;
        -o-animation-delay: 8s;
    }

.price-box .request-quote {
    padding: 0.1em 0.2em;
    width: 60%;
    margin: 10px auto 0;
}

.price-box .stock-count {
    color: #c70006;
}

.price-box .list-price,
.price-box .sale-price {
    margin: 0 auto;
}

.price-box .sale-price {
    font-size: 1.3em;
}

.price-box .item-offers, .itemCallouts {
    font-size: 0.9em;
    margin: 0 !important;
    padding: 0 !important;
}

.promoText li:not(.payments-modal) {
    font-weight: bold;
    margin-bottom: .5rem !important
}

.price-box ul {
    list-style: none;
    padding: 0;
}

@media (min-width: 768px) {
    .navbar-mobile.d-block.d-md-none {
        display: none !important;
    }
}