.asset-3d.fullscreen #toggleFullscreen, .logged-off .hide-on-logged-off, .logged-on .hide-on-logged-on, body.jars article[data-filterid=materials] .btn.not-compatible:before, body.tubes article[data-filterid=field_12115958] .btn.not-compatible:before, body.vial article[data-filterid=materials] .btn.not-compatible:before {
    display: none
}

header.itty-header .itty-header-container, main.itty-main {
    /* padding: 0 1.25em; */
    padding: 0;
}

.accordion .link, .btn.uppercase, .itty-container h3 {
    text-transform: uppercase
}

body#ittybittybeauty {
    font-family: Montserrat,Calibri,Sans-serif;
    -webkit-transform: translate3d(0,0,0)
}

    body#ittybittybeauty, body#ittybittybeauty a, body#ittybittybeauty h1, body#ittybittybeauty h2, body#ittybittybeauty h3, body#ittybittybeauty h4, body#ittybittybeauty li, body#ittybittybeauty p, body#ittybittybeauty select, body#ittybittybeauty textarea {
        color: #fff;
        font-weight: 500
    }

.selected a {
    font-weight: 500
}

#asset .asset-3d.fullscreen .asset-3d-options {
    opacity: 0 !important
}

.comp-logo-3d {
    background-image: url(images/IBB-LOGO-QX-.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 80px;
    width: 180px;
    margin-top: -120px;
    cursor: pointer
}

    .comp-logo-3d img {
        opacity: 0
    }

.asset-3d.fullscreen .buttonsWrap .buttonsWrap__innerWrap .toggleButton {
    background-color: #ed7eb3
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div.toggleButton > span {
    background-image: url(images/toggle.svg)
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div.homeButton > span {
    background-image: url(images/zoom-to-fit.svg)
}

.btn.not-compatible {
    position: relative
}

    .btn.not-compatible:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top left,transparent calc(50% - 2px),#fff,transparent calc(50% + 2px))
    }

#itty-bitty-app {
    display: none;
    height: 100%;
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    background: #ed7eb3;
    background: -moz-linear-gradient(45deg,rgba(237,126,179,1) 42%,rgba(247,159,113,1) 100%);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(42%,rgba(237,126,179,1)),color-stop(100%,rgba(247,159,113,1)));
    background: -webkit-linear-gradient(45deg,rgba(237,126,179,1) 42%,rgba(247,159,113,1) 100%);
    background: -o-linear-gradient(45deg,rgba(237,126,179,1) 42%,rgba(247,159,113,1) 100%);
    background: -ms-linear-gradient(45deg,rgba(237,126,179,1) 42%,rgba(247,159,113,1) 100%);
    background: linear-gradient(45deg,rgba(237,126,179,1) 42%,rgba(247,159,113,1) 100%)
}

@media only screen and (max-width:1360px) {
    #itty-bitty-app {
        width: 40%
    }
}

@media only screen and (max-width:1100px) {
    #itty-bitty-app {
        width: 50%
    }
}

#itty-bitty-app.collapsed {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.price-range__click-area, .price-range__price-label {
    transform: translate(-50%,-50%);
    left: 50%;
    position: absolute
}

.itty-container {
    width: 100%;
    height: 100%
}

header.itty-header {
    height: 130px;
    margin-bottom: 12px;
    padding: 0 1.25em;
}

.logged-on header.itty-header {
    height: 290px
}

header.itty-header .itty-header-container .trigger-loggin {
    cursor: pointer
}

header.itty-header nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    min-height: 4em
}

    header.itty-header nav ul li {
        margin-left: 1.5em;
        font-size: .9em;
        font-weight: 500;
        letter-spacing: .035em;
        display: flex;
        align-items: center
    }

        header.itty-header nav ul li a {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center
        }

        header.itty-header nav ul li span {
            height: 28px;
            width: 28px;
            display: inline-block;
            margin-right: 6px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain
        }

            header.itty-header nav ul li span.itty-icon--help {
                background-image: url(images/icon-help.svg)
            }

.logged-on header.itty-header nav ul li span.itty-icon--login {
    background-image: url(images/icon-login-true2.svg)
}

.logged-off header.itty-header nav ul li span.itty-icon--login {
    background-image: url(images/icon-login.svg)
}

header.itty-header nav ul li a#debug-switch span.itty-icon--debug::before {
    content: 'OFF';
    color: #dedede;
    border: 1px solid #cecece;
    background-color: #a77077;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .625em
}

header.itty-header nav ul li a#debug-switch.active span.itty-icon--debug::before {
    content: 'ON';
    color: #29b129;
    border: 1px solid #29b129;
    background-color: #fff
}

header.itty-header h2 {
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: .5em
}

header.itty-header .hide-on-logged-on h2 {
    margin-top: 0
}

header.itty-header p {
    font-weight: 300;
    margin: 0
}

main.itty-main {
    display: block;
    width: 100%;
    height: calc(100vh - 220px)
}

.logged-on main.itty-main {
    height: calc(100vh - 383px)
}

.itty-container h3 {
    font-size: 1.05em;
    margin-top: 0;
    margin-bottom: 0
}

.price-esti {
    background-color: #f8a563;
    padding: 1em 1.25em
}

    .price-esti .input-cont {
        display: flex
    }

        .price-esti .input-cont > div {
            width: 45%
        }

        .price-esti .input-cont label {
            height: 22px;
            line-height: 22px;
            display: block;
            font-size: .8em;
            font-weight: 400;
            letter-spacing: .01em;
            text-transform: uppercase
        }

        .price-esti .input-cont input {
            margin: 0
        }

        .price-esti .input-cont .input-cont-item--qua {
            width: 100%;
            position: relative;
            padding-right: .75em
        }

        .price-esti .input-cont .input-cont-item--cos {
            width: 100%;
            padding-right: .75em
        }

        .price-esti .input-cont .input-cont-item--tot {
            width: 55%
        }

        .price-esti .input-cont .input-cont-item input {
            outline: 0;
            border: 0
        }

        .price-esti .input-cont .input-cont-item--qua input {
            color: #6d6db1
        }

        .price-esti .input-cont .input-cont-item--cos input {
            background-color: #6d6db1;
            color: #fff
        }

        .price-esti .input-cont .input-cont-item--cos > div {
            background-color: #e49556;
            color: #fff;
            width: 100%;
            height: 40px;
            line-height: 35px;
            padding: 0 0 0 7px;
            font-weight: 300;
            font-size: .85rem
        }

            .price-esti .input-cont .input-cont-item--cos > div span {
                font-weight: 600;
                font-size: .85rem
            }

        .price-esti .input-cont .input-cont-item--tot input {
            background-color: #9898c8;
            color: #fff;
            height: calc(100% - 22px);
            font-size: 2em;
            font-weight: 600
        }

        .price-esti .input-cont .input-cont-item--tot span#totalCostInput {
            background-color: #ffb77e;
            color: #fff;
            width: 100%;
            height: 75px;
            line-height: 70px;
            padding: 0 12px;
            display: block;
            font-size: 2em;
            font-weight: 600
        }

span.update-quantity-button {
    position: absolute;
    bottom: 5px;
    right: 18px;
    color: #fff;
    background: #9898c8;
    font-size: .75em;
    padding: 0 5px;
    cursor: pointer;
    font-weight: 400;
    line-height: 200%;
    display: none
}

input#quantityInput {
    border: 2px solid transparent
}

    input#quantityInput:focus {
        border: 2px solid #f29c55
    }

        input#quantityInput:focus + span {
            display: block
        }

span.update-quantity-button:hover {
    background: #5554a2
}

@keyframes blinkmsg {
    0%,65% {
        color: #6d6db129
    }

    100%,30% {
        color: #6d6db1
    }
}

.input-cont-item--quantity-error {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: .75em;
    width: 100%
}

#quantityInputHidden {
    background: #fff
}

input#quantityInput.warning, input#quantityInputHidden.warning {
    animation: blinkmsg 2s linear;
    border: 2px solid #dd0303
}

/* .itty-tabs__header, section.itty-tabs { */
section.itty-tabs {
    border-bottom: 1px solid rgba(255,255,255,.35)
}

.price-range {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 2em 0 1.5em;
    position: relative
}

.price-range__dot {
    width: 11px;
    min-width: 11px;
    max-width: 11px;
    height: 16px;
    position: relative;
    background-color: #fff;
    z-index: 3
}

.price-range__click-area {
    display: block;
    width: 480%;
    height: 350%;
    top: 50%;
    opacity: 0;
    cursor: pointer;
    z-index: 2
}

.price-range__price-label {
    display: block;
    width: 50px;
    height: auto;
    bottom: -40px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 200;
    z-index: 1
}

.price-range__line {
    height: 2px;
    width: calc(25% - 11px);
    position: relative;
    background-color: #ffcda5
}

body.tubes .price-range__line {
    width: calc(20% - 11px)
}

.price-range__line--end, body.tubes .price-range__line--end {
    width: 40px;
    min-width: 28px;
    max-width: 40px
}

.price-range__line--end {
    background: -moz-linear-gradient(left,#ffcda5 0,rgba(170,170,209,0) 100%);
    background: -webkit-linear-gradient(left,#ffcda5 0,rgba(170,170,209,0) 100%);
    background: linear-gradient(to right,#ffcda5 0,rgba(170,170,209,0) 100%)
}

    .price-range__line--end::after {
        content: '';
        display: block;
        position: absolute;
        top: -3px;
        right: 0;
        width: 100%;
        height: 8px;
        z-index: 999;
        background: -webkit-linear-gradient(left,rgba(85,84,162,0) 0,#f8a563 93%,#f8a563 100%);
        background: linear-gradient(to right,rgba(85,84,162,0) 0,#f8a563 93%,#f8a563 100%)
    }

.price-range__animated-line, .price-range__line__inner {
    position: absolute;
    top: 50%;
    height: 6px;
    transform: translateY(-50%);
    left: 0
}

.price-range__line--end .price-range__line__inner {
    background: -moz-linear-gradient(left,#aaaad1 0,#aaaad1 49%,rgba(170,170,209,0) 100%);
    background: -webkit-linear-gradient(left,#aaaad1 0,#aaaad1 49%,rgba(170,170,209,0) 100%);
    background: linear-gradient(to right,#aaaad1 0,#aaaad1 49%,rgba(170,170,209,0) 100%)
}

.price-range__line--end.show .price-range__line__inner {
    opacity: 1
}

.price-range__line__inner {
    background-color: #cecee7;
    width: 0;
    max-width: 82%;
    transition: width .25s linear;
    opacity: 0
}

    .price-range__line__inner.full {
        width: 100%
    }

.price-range__animated-line {
    display: block;
    width: 54%;
    background-color: #fae4d3;
    transition: all .25s linear;
    z-index: 1;
    max-width: calc(100% -40px);
    margin-left: 5.5px
}

footer.itty-footer {
    height: 80px;
    padding: 0 1.25em;
    display: flex;
    align-items: center;
    justify-content: space-between
}

section.itty-tabs {
    height: 100%
}

.itty-tabs__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    position: relative;
    overflow: hidden;
}

button.itty-tabs__tab {
    position: relative;
    height: 100%;
    width: 25%;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    transition:all .25s ease-in-out;
}
    .itty-tabs__tab.active {
        background-color: transparent;
        /* width: 28%;
        font-size: 12px; */
    }
    button.itty-tabs__tab::after, button.itty-tabs__tab::before {
        border-right: 2px solid #ffffff;
        content: '';
        display: block;
        height: 50%;
        position: absolute;
        left: 0px;
        right: 0;
        top: 0;
        z-index: -1;
        transform: skewX(30deg);
        background-color: #f8c5cd;
    }
    button.itty-tabs__tab:nth-of-type(1)::after, button.itty-tabs__tab:nth-of-type(1)::before { left: -100%; }
    button.itty-tabs__tab:last-of-type:after, button.itty-tabs__tab:last-of-type::before { right: -100%; }

    button.itty-tabs__tab::before { border-top: 1px solid #ffffff; }

    button.itty-tabs__tab:not(:last-of-type)::before { }
    button.itty-tabs__tab::after {
        bottom: 0;
        top: auto;
        transform: skewX(-30deg);
        border-bottom: 1px solid #ffffff;
    }
    button.itty-tabs__tab.active::after, button.itty-tabs__tab:hover::after { }

.itty-tabs__tab.active::before { }
button.itty-tabs__tab:nth-of-type(1){z-index: 40;}
button.itty-tabs__tab:nth-of-type(2){z-index: 30;}
button.itty-tabs__tab:nth-of-type(3){z-index: 20;}
button.itty-tabs__tab:nth-of-type(4){z-index: 10;}

button.itty-tabs__tab:nth-of-type(2) span{ display: block; padding-left: 14%; }
button.itty-tabs__tab:nth-of-type(3) span{ display: block; padding-left: 7%; }

.itty-tabs__header[tabindex="1"] button.itty-tabs__tab:nth-of-type(1)::after,
.itty-tabs__header[tabindex="1"] button.itty-tabs__tab:nth-of-type(1)::before {
    background-color: transparent;
    border-bottom: 0px solid transparent;
    border-top: 0px solid transparent;
}

.itty-tabs__header[tabindex="2"] button.itty-tabs__tab:nth-of-type(2)::after,
.itty-tabs__header[tabindex="2"] button.itty-tabs__tab:nth-of-type(2)::before { 
    background-color: transparent;
    border-bottom: 0px solid transparent;
    border-top: 0px solid transparent;
}

.itty-tabs__header[tabindex="3"] button.itty-tabs__tab:nth-of-type(3)::after,
.itty-tabs__header[tabindex="3"] button.itty-tabs__tab:nth-of-type(3)::before {  
    background-color: transparent;
    border-bottom: 0px solid transparent;
    border-top: 0px solid transparent;
}

.itty-tabs__header[tabindex="4"] button.itty-tabs__tab:nth-of-type(4)::after,
.itty-tabs__header[tabindex="4"] button.itty-tabs__tab:nth-of-type(4)::before { 
    background-color: transparent;
    border-bottom: 0px solid transparent;
    border-top: 0px solid transparent;
}

.itty-tabs__content {
    height: calc(100vh - 350px);
    width: calc(100% + 14px);
    overflow: auto;
    /* padding-right: 6px; */
    display: none;
    padding: 0 1.25em;
}

.logged-on .itty-tabs__content {
    height: calc(100vh - 473px)
}

.itty-tabs__content.visible {
    display: block
}

.itty-tabs__content::-webkit-scrollbar {
    width: 10px
}

.itty-tabs__content::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,.2);
    opacity: .1;
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.itty-tabs__content::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.6);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    transition: opacity .25s ease-in-out
}

    .itty-tabs__content::-webkit-scrollbar-thumb:hover {
        background-color: rgba(255,255,255,.9);
        -webkit-border-radius: 10px;
        border-radius: 10px
    }

.itty-tabs__content__inner {
    padding-bottom: 2em;
    opacity: 1;
    transition: opacity .1s linear
}

    .itty-tabs__content__inner.updating {
        pointer-events: none;
        opacity: .6
    }

.itty-block {
    padding: 12px 0
}

    .itty-block:first-of-type {
        margin-top: 20px
    }

.itty-block__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.hideshow-button {
    width: 70px;
    height: 27PX;
    background-color: rgba(255,255,255,.35);
    position: relative;
    overflow: hidden;
    margin-right: .25em
}

    .hideshow-button:after, .hideshow-button:before {
        content: 'SHOW';
        position: absolute;
        left: 100%;
        top: 0;
        width: 70px;
        height: 27px;
        -webkit-transition: left .2s ease;
        -o-transition: left .2s ease;
        transition: left .2s ease
    }

    .hideshow-button:before {
        content: 'HIDE';
        left: 0;
        background-color: #fff;
        color: #5554a2
    }

    .hideshow-button.show:after {
        left: 0
    }

    .hideshow-button.show:before {
        left: -100%
    }

.itty-switch ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    border: 1px solid #fff
}

    .itty-switch ul li {
        display: block;
        height: 100%;
        width: 42px;
        padding: 6px;
        cursor: pointer;
        text-align: center;
        font-size: .85em
    }

body#ittybittybeauty .itty-switch ul li.selected {
    font-weight: 700;
    background: #fff;
    color: #5554a2;
    pointer-events: none
}

.btn-color, .btn-next {
    font-weight: 600;
    letter-spacing: .075em
}

.btn {
    background-color: rgba(255,255,255,.35);
    cursor: pointer;
    font-size: 1.125em;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn.selected, body#ittybittybeauty .btn.selected a, body#ittybittybeauty .itty-block__content .options-box ul.materialselect > li.selected a {
        color: #5554a2
    }

    .btn:hover {
        background-color: rgba(255,255,255,.5)
    }

    .btn.selected {
        background-color: #fff;
        pointer-events: none
    }

.btn-next {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

    .btn-next span {
        height: 40px;
        width: 40px;
        display: inline-block;
        margin-left: 10px;
        background-image: url(images/icon-arrows-h.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        transition: transform .25s ease-in-out
    }

.btn-50, .btn-50-wrap, .btn-color a, .btn-color-wrap, .btn-flex-wrap {
    display: flex
}

.btn-next:hover span {
    transform: translateX(10%)
}

.btn-color {
    margin-right: 1em;
    background-color: #5554a2;
    min-width: 80px;
    min-height: 45px
}

.itty-block__content .options-box ul.materialselect > li, body#ittybittybeauty .itty-block__content .options-box ul.materialselect > li {
    background-color: rgba(255,255,255,.35);
    transition: background-color .25s ease-in-out
}

.btn-color a {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    align-items: center;
    justify-content: center
}

.btn-color:last-of-type {
    margin-right: 0
}

.btn-flex {
    flex-grow: 1;
    text-align: center;
    margin: 0 .25em .5em;
    padding: .75em .5em
}

    /* .btn-flex:first-of-type { margin-left: 0 } */

    .btn-flex:last-of-type {
        margin-right: 0
    }

.btn-50-wrap {
    flex-wrap: wrap;
    justify-content: space-between
}

.btn-50 {
    flex: 0 calc(50% - .25em);
    padding: .5em .125em;
    margin-bottom: .5em;
    text-align: center;
    align-items: center;
    justify-content: center
}

div#itty-bitty-canvas-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 998;
    top: 0;
    left: 0;
    display: none
}

body.debug-mode #itty-bitty-app {
    display: block;
    left: 0;
    right: auto
}

body.debug-mode #asset .asset-3d.fullscreen .asset-3d-options {
    opacity: 1 !important
}

body.debug-mode #asset .asset-3d .asset-3d-container canvas {
    position: absolute;
    left: 20%
}

.itty-block__content .options-box {
    width: 100%
}

    .itty-block__content .options-box ul.materialselect {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center
    }

        .itty-block__content .options-box ul.materialselect > li {
            flex-grow: 1;
            text-align: center;
            margin: 0 .25em .5em;
            cursor: pointer;
            font-size: 1.125em
        }

            .itty-block__content .options-box ul.materialselect > li:first-of-type {
                margin-left: 0
            }

body#ittybittybeauty .itty-block__content .options-box ul.materialselect > li:hover {
    background-color: rgba(255,255,255,.5)
}

body#ittybittybeauty .itty-block__content .options-box ul.materialselect > li.selected {
    background-color: #fff;
    color: #5554a2
}

body#ittybittybeauty .itty-block__content .options-box ul.materialselect > li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: .5em;
    position: relative
}

    body#ittybittybeauty .itty-block__content .options-box ul.materialselect > li a::after {
        content: '';
        display: block;
        width: 100%;
        height: 6px;
        position: absolute;
        bottom: -.4em;
        left: 0;
        transition: all .25s ease-in-out
    }

.accordion .link, .accordion li span {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease
}

body#ittybittybeauty .itty-block__content .options-box ul.materialselect > li.NC a::after {
    background-color: #fff;
    opacity: .5
}

body#ittybittybeauty .itty-block__content .options-box ul.materialselect > li.W a::after {
    background-color: #fff
}

body#ittybittybeauty .itty-block__content .options-box ul.materialselect > li.BLK a::after {
    background-color: #000
}

body#ittybittybeauty .itty-block__content .options-box ul.materialselect > li.cc-switch a::after {
    background: #d10a84;
    background: -moz-linear-gradient(45deg,rgba(209,10,132,1) 0,rgba(252,166,37,1) 18%,rgba(249,210,37,1) 32%,rgba(120,214,38,1) 49%,rgba(24,206,203,1) 68%,rgba(34,64,150,1) 88%,rgba(30,23,75,1) 100%);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0,rgba(209,10,132,1)),color-stop(18%,rgba(252,166,37,1)),color-stop(32%,rgba(249,210,37,1)),color-stop(49%,rgba(120,214,38,1)),color-stop(68%,rgba(24,206,203,1)),color-stop(88%,rgba(34,64,150,1)),color-stop(100%,rgba(30,23,75,1)));
    background: -webkit-linear-gradient(45deg,rgba(209,10,132,1) 0,rgba(252,166,37,1) 18%,rgba(249,210,37,1) 32%,rgba(120,214,38,1) 49%,rgba(24,206,203,1) 68%,rgba(34,64,150,1) 88%,rgba(30,23,75,1) 100%);
    background: -o-linear-gradient(45deg,rgba(209,10,132,1) 0,rgba(252,166,37,1) 18%,rgba(249,210,37,1) 32%,rgba(120,214,38,1) 49%,rgba(24,206,203,1) 68%,rgba(34,64,150,1) 88%,rgba(30,23,75,1) 100%);
    background: -ms-linear-gradient(45deg,rgba(209,10,132,1) 0,rgba(252,166,37,1) 18%,rgba(249,210,37,1) 32%,rgba(120,214,38,1) 49%,rgba(24,206,203,1) 68%,rgba(34,64,150,1) 88%,rgba(30,23,75,1) 100%);
    background: linear-gradient(45deg,rgba(209,10,132,1) 0,rgba(252,166,37,1) 18%,rgba(249,210,37,1) 32%,rgba(120,214,38,1) 49%,rgba(24,206,203,1) 68%,rgba(34,64,150,1) 88%,rgba(30,23,75,1) 100%)
}

.custom-color-tools {
    display: none;
    padding: 1em;
    background-color: rgba(255,255,255,.15);
    width: 99%;
    position: relative
}

    .custom-color-tools.show {
        display: block
    }

    .custom-color-tools::after {
        content: "";
        display: block;
        position: absolute;
        top: -15px;
        right: calc(12% - 8px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px;
        border-color: transparent transparent #fff;
        opacity: .15
    }

.cc-extra-buttons, .itty-block__content .options-box ul.materialselect li.cc-switch-hidden {
    display: none
}

.itty-block__content .options-box .field.field-color.show {
    display: block
}

.cc-extra-buttons.show {
    display: flex
}

.itty-block__content.btn-50-wrap[data-filterid=field_12088172] div.btn {
    font-size: 1em
}

.accordion {
    width: 100%;
    margin: 0 auto 10px
}

    .accordion > li {
        margin-bottom: 10px
    }

    .accordion .link {
        cursor: pointer;
        display: block;
        padding: 1em;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        position: relative;
        background-color: rgba(255,255,255,.35);
        transition: all .25s ease
    }

        .accordion .link:hover {
            text-decoration: none !important
        }

        .accordion .link div.max-color-legend {
            display: none;
            font-size: .9em;
            font-weight: 500;
            text-transform: none;
            position: absolute;
            right: 50px
        }

    .accordion li.open .link div.max-color-legend {
        display: inline-block
    }

        .accordion li.open .link div.max-color-legend.warning {
            animation: shake 1s ease-in-out
        }

@keyframes blinker {
    25%,75% {
        opacity: .5
    }

    100%,50% {
        opacity: 1
    }
}

.btn.warning {
    animation: blinkblue 1s ease-in-out
}

@keyframes shake {
    0%,100% {
        right: 50px
    }

    10%,70% {
        right: 52px
    }

    20%,60%,80% {
        right: 48px
    }

    30% {
        right: 54px
    }

    40% {
        right: 46px
    }

    50% {
        right: 53px
    }

    90% {
        right: 51px
    }
}

@keyframes blinkblue {
    0%,65% {
        background: rgba(117,116,157,.45)
    }

    100%,30% {
        background: rgba(255,255,255,.35)
    }
}

.accordion li span {
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 18px;
    color: #595959;
    transition: all .25s ease;
    display: block;
    width: 20px;
    height: 20px
}

    .accordion li span svg {
        width: 100%;
        height: 100%
    }

        .accordion li span svg path {
            fill: #fff;
            -webkit-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease
        }

.accordion li.open .link {
    color: #5454a3;
    background-color: #fff
}

.accordion li.open span {
    right: 12px;
    left: auto;
    font-size: 16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

    .accordion li.open span svg path {
        fill: #5454a3
    }

.accordion li.open i {
    color: #b63b4d
}

.btn-flex-nobg {
    margin: 0 .25em .5em;
    padding: 0 .5em
}

    .btn-flex-nobg, .btn-flex-nobg:hover {
        background-color: transparent
    }

.submenu {
    display: none;
    background-color: rgba(255,255,255,.25);
    font-size: 14px;
    padding: 1em
}

body.tubes div[data-id=go1] .submenu {
    display: block;
    background: 0 0;
    margin-top: 20px
}

.submenu h4 {
    font-size: 14px;
    margin-bottom: .75em
}

.submenu .itty-checkbox {
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer
}

/* **********************************************************************************************************  */
/*                                              MEDIA QUERIES                                                  */
/* **********************************************************************************************************  */

@media only screen and (max-width:1500px) and (min-width:1359px) {
    .submenu .itty-checkbox {
        font-size: 14px
    }

    .price-esti .input-cont label {
        font-size: .7em
    }
}

@media only screen and (max-width:900px) {
    .submenu .itty-checkbox {
        font-size: 14px
    }
}

@media only screen and (max-width:800px) {
    .submenu .itty-checkbox {
        font-size: 13px
    }

    .btn.btn-flex.btn-flex-nobg {
        padding: 0
    }
}

#finalizeProjectForm #finalizeProjectButton, .itty-block--artwork #downloadArtworkTemplate a.button, .itty-block--artwork button#file-select, button#removeArtworkBtn {
    padding: .5em 1em;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    transition: background-color .25s ease-in-out
}

.submenu .itty-checkbox .square {
    width: 1.25em;
    height: 1.25em;
    background-color: rgba(255,255,255,.5);
    display: inline-block;
    margin-right: .5em;
    min-width: 20px;
    min-height: 20px
}

.itty-block--artwork .options-box[data-title="Select Artwork"], .submenu .itty-checkbox input[type=checkbox] {
    display: none
}

.submenu .itty-checkbox input:checked + .square {
    background-color: #5554a2;
    border: 3px solid
}

.mb1 {
    margin-bottom: 1em
}

.mt1 {
    margin-top: 1em
}

.w50 {
    width: 50%
}

.itty-block--artwork #downloadArtworkTemplate a.button {
    margin: .5em 0 1em;
    justify-content: center;
    background-color: rgba(255,255,255,.35);
    height: auto;
    width: 100%
}

    .itty-block--artwork #downloadArtworkTemplate a.button:hover {
        background-color: rgba(255,255,255,.5)
    }

.itty-block--artwork .dropzone {
    border-color: rgba(255,255,255,.5) !important;
    background: rgba(255,255,255,.15)
}

.itty-block--artwork .dropzone-center {
    width: 100%
}

.itty-block--artwork button#file-select {
    margin: .5em 0 .25em;
    justify-content: center;
    background-color: rgba(255,255,255,.35);
    height: 51px;
    width: 98%;
    max-width: 360px
}

    .itty-block--artwork button#file-select:hover {
        background-color: rgba(255,255,255,.5)
    }

#finalizeProjectForm #finalizeProjectButton, button#removeArtworkBtn {
    justify-content: center;
    background-color: rgba(255,255,255,.35);
    height: auto
}

button#removeArtworkBtn {
    margin: .5em 0 1em;
    display: none
}

.price-esti .info-btn {
    margin-top: -10px
}

p#artworkSelect {
    visibility: hidden;
    height: 0
}

#finalizeProjectForm #finalizeProjectButton {
    margin: .5em 0 1em;
    width: 100%;
    cursor: pointer
}

@keyframes blink {
    0%,100% {
        opacity: .2;
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(-12%)
    }
}

#finalizeProjectForm .saving-message {
    text-align: center;
    font-size: 2.25em;
    color: #fff;
    width: 100%;
    justify-content: center;
    padding: 1.25em 0 1em;
    letter-spacing: .025em
}

    #finalizeProjectForm .saving-message span {
        display: block;
        transform: translateY(0);
        animation: blink .75s infinite both
    }

        #finalizeProjectForm .saving-message span:nth-child(2) {
            animation-delay: .1s
        }

        #finalizeProjectForm .saving-message span:nth-child(3) {
            animation-delay: .2s
        }

        #finalizeProjectForm .saving-message span:nth-child(4) {
            animation-delay: .3s
        }

        #finalizeProjectForm .saving-message span:nth-child(5) {
            animation-delay: .4s
        }

        #finalizeProjectForm .saving-message span:nth-child(6) {
            animation-delay: .5s
        }

#finalizeProjectForm .saving-message, #finalizeProjectForm.saving-status .form-content {
    display: none
}

body#ittybittybeauty .form-content h4 {
    text-transform: none;
    margin-top: 1.5em;
    font-size: .85em;
    line-height: 120%;
    font-weight: 400;
    padding: 1em 0;
    letter-spacing: .025em
}

#shareViaEmailResponse, #shortlinkSavedWrapper.copied:after {
    line-height: 35px;
    width: calc(100% - 85px);
    position: absolute;
    left: 0
}

#finalizeProjectForm.saving-status .saving-message {
    display: flex
}

#projectFinalizedBlock {
    display: none
}

#finalizedProjectName {
    font-size: 1.5em;
    text-align: left;
    padding: 10px;
    margin: .5em 0;
    background: rgba(85,84,162,.25)
}

    #finalizedProjectName:before {
        content: "Project name:";
        display: block;
        width: 100%;
        font-size: .5em;
        margin-bottom: .1em
    }

#shortlinkSavedWrapper.copied:after {
    content: "copied to clipboard";
    display: block;
    font-size: .85em;
    animation: copied-message .75s 1;
    -webkit-animation: copied-message .75s 1;
    animation-fill-mode: forwards;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -webkit-animation-fill-mode: forwards;
    z-index: 9999;
    top: 0;
    background: #5554a2;
    height: 35px;
    text-align: center;
    text-transform: uppercase;
    opacity: .95
}

#copyShortlinkToClipboard, #shareViaEmailWrapper #shareViaEmailButton {
    background: #5554a2;
    font-size: .95em;
    text-transform: uppercase;
    position: absolute;
    right: 0
}

#shareViaEmailWrapper, #shortlinkSavedWrapper, body#ittybittybeauty #requestForQuoteForm #quoteForm {
    position: relative
}

@keyframes copied-message {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes copied-message {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

#shortlinkSavedWrapper input {
    margin: 0;
    padding: 0 12px;
    background: #fff;
    box-shadow: inset rgba(0,0,0,.1) 1px 1px 4px;
    color: #555;
    font-weight: 500
}

#getPDFsummaryButton, #getSummaryButton, #rfqButton, #shareViaEmailResponse {
    font-weight: 600;
    text-transform: uppercase
}

#copyShortlinkToClipboard {
    top: 0;
    height: 100%;
    width: auto;
    padding: 4px 14px;
    color: #fff;
    min-width: 85px
}

#shareViaEmailWrapper #shareViaEmailButton {
    top: 9px;
    z-index: 1;
    height: 35px;
    width: 85px
}

#getSummaryButton {
    width: 100%;
    flex: 100%
}

#shareViaEmailResponse {
    top: 9px;
    background: #fff;
    height: 35px;
    text-align: center;
    font-size: 15px !important;
    pointer-events: none;
    opacity: 0
}

#shareViaEmailWrapper #shareViaEmailResponse.success {
    margin: 0;
    padding: 0;
    color: #24bd65 !important;
    animation: showabit 2s linear forwards
}

#shareViaEmailWrapper #shareViaEmailResponse.sending {
    margin: 0;
    padding: 0;
    color: #666 !important;
    opacity: 1
}

#shareViaEmailWrapper #shareViaEmailResponse.error
 {
    margin: 0;
    padding: 0;
    color: #bd246a !important;
    animation: showabit 2s linear forwards
}

#finalizeProjectForm #finalizeProject.error {
    font-size: 0.9em;
    color: #b40c59 !important;
    border: 2px solid #b40c59;
    border-color: #b40c59 !important;
}

@keyframes showabit {
    0%,100% {
        pointer-events: none;
        opacity: 0
    }

    20%,80% {
        opacity: 1
    }
}

#getPDFsummaryButton, #rfqButton {
    font-size: 15px
}

#requestForQuoteForm {
    padding-top: 10px
}

body#ittybittybeauty #requestForQuoteForm #quoteForm.sending::before {
    content: "";
    position: absolute;
    font-size: 2em;
    background: rgba(237,125,179,.5);
    width: 100%;
    height: 100%;
    bottom: 70px;
    left: 0
}

body#ittybittybeauty #requestForQuoteForm #quoteForm input, body#ittybittybeauty #requestForQuoteForm #quoteForm select, body#ittybittybeauty #requestForQuoteForm #quoteForm textarea {
    color: #555;
    margin: 0
}

body#ittybittybeauty #requestForQuoteForm #quoteForm input {
    border: 0;
    text-transform: uppercase
}

body#ittybittybeauty #requestForQuoteForm #quoteForm textarea {
    min-height: 80px
}

body#ittybittybeauty #requestForQuoteForm #quoteForm input.btn.btn-color {
    color: #fff
}

body#ittybittybeauty #requestForQuoteForm #quoteForm.sending input.btn.submit-button {
    backgrond-color: #999
}

body#ittybittybeauty #requestForQuoteForm #quoteForm textarea[name=additionalInformation]::-webkit-input-placeholder {
    color: #a6a6a6
}

body#ittybittybeauty #requestForQuoteForm #quoteForm textarea[name=additionalInformation]::-moz-input-placeholder {
    color: #a6a6a6
}

body#ittybittybeauty #requestForQuoteForm #quoteForm textarea[name=additionalInformation]:-ms-input-placeholder {
    color: #a6a6a6
}

body#ittybittybeauty #requestForQuoteForm #quoteForm textarea[name=additionalInformation]:-moz-input-placeholder {
    color: #a6a6a6
}

.btn-color.contact-button {
    background-color: #f69d71
}

#webpacIBBlogin {
    position: absolute;
    z-index: 9999;
    background: rgba(50,50,50,.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.login-wrapper {
    width: 480px;
    margin: 2rem
}

.login-box {
    background: #fff;
    height: 500px;
    margin-right: 2px;
    border-radius: 10px;
    position: relative
}

#contactIBBFrame, #loginIframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

#contactIBB {
    display: none
}

#contactIBBFrame {
    z-index: 9999;
    background: rgba(50,50,50,.6);
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-wrapper {
    width: 480px;
    margin: 2rem
}

.contact-box {
    background: #fff;
    height: 504px;
    margin-right: 2px;
    border-radius: 10px;
    position: relative
}

#contactIframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.login-box-inner {
    background-image: url(images/loginbg.png);
    background-size: contain;
    background-position-y: bottom;
    background-repeat: no-repeat;
    margin-right: -2px;
    padding: 3.5rem 2rem 200px;
    height: 100%;
    position: relative
}

    .login-box-inner .title {
        color: #eb7db0 !important;
        text-align: center;
        transition: all 1s ease;
        margin-bottom: 16px
    }

        .login-box-inner .title.logged {
            transform: translateY(50%);
            font-size: 1.5rem
        }

        .login-box-inner .title:before {
            content: url(images/Arrows.svg);
            display: block;
            height: 60px;
            width: 60px;
            margin: 0 auto 40px
        }

.ibb-iframe .close-button {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

    .ibb-iframe .close-button::after, .ibb-iframe .close-button::before {
        content: '';
        display: block;
        position: absolute;
        top: 35%;
        left: 63%;
        width: 32%;
        height: 2px;
        background-color: #f073a3
    }

    .ibb-iframe .close-button::after {
        transform: translate(-50%,-50%) rotate(45deg)
    }

    .ibb-iframe .close-button::before {
        transform: translate(-50%,-50%) rotate(-45deg)
    }

.login-form {
    overflow: inherit;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    transition: all 50ms ease-in-out;
    opacity: 0
}

    .login-form.is-shown {
        opacity: 1;
        transition: all 50ms ease-in-out
    }

    .login-form.logging {
        opacity: .4
    }

    .login-form input {
        box-shadow: none;
        border-radius: 8px;
        border: 2px solid #eb7db0;
        padding: 20px 10px
    }

    .login-form .error {
        font-size: 12px;
        line-height: 1;
        opacity: 0;
        transition: all .5s ease-in-out
    }

        .login-form .error.show {
            opacity: 1
        }

.input-wrapper-submit {
    display: flex;
    justify-content: flex-end;
    position: relative
}

#loginGo {
    color: #eb7db0;
    padding-right: 36px
}

    #loginGo:after {
        content: url(images/Arrows-pink.svg);
        display: block;
        position: absolute;
        right: 0;
        top: 3px;
        width: 30px;
        transition: all .25s ease;
        transform: translateX(0)
    }

    #loginGo:hover::after {
        transform: translateX(10%)
    }

.login-box-inner .title.logging-out-msg {
    display: none
}

    .login-box-inner .title.logging-out-msg > div {
        display: flex
    }

        .login-box-inner .title.logging-out-msg > div span {
            display: block;
            transform: translateY(0);
            animation: blink .75s infinite both
        }

            .login-box-inner .title.logging-out-msg > div span:nth-child(2) {
                animation-delay: .1s
            }

            .login-box-inner .title.logging-out-msg > div span:nth-child(3) {
                animation-delay: .2s
            }

.logging-out .login-box-inner .title.logging-out-msg {
    transform: translateY(50%);
    font-size: 1.5rem;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center
}

.logging-out .login-box-inner .title {
    display: none
}

#afterRequestForQuote {
    padding-top: 0
}

#signinFrame {
    border: 0
}

@media only screen and (max-width:1280px) {
    .login-wrapper {
        max-width: 980px
    }

    .login-box {
        height: 500px
    }

    .login-box-inner {
        padding-top: 3rem
    }

        .login-box-inner .title:before {
            height: 50px;
            width: 50px;
            margin: 0 auto 30px
        }

        .login-box-inner .title {
            margin-bottom: 1rem
        }
}

.Zebra_DatePicker_Icon_Wrapper {
    height: 35px;
    display: block;
    position: relative
}

    .Zebra_DatePicker_Icon_Wrapper::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        pointer-events: none;
        background-image: url(images/small-calendar.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 58%;
        background-color: #e8e8e8;
        border: 1px solid #fff
    }

.Zebra_DatePicker {
    z-index: 9999;
    transform: translateY(-20px)
}

    .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_today {
        background: #5554a2
    }

    .Zebra_DatePicker .dp_header td {
        color: #5554a2
    }

    .Zebra_DatePicker td.dp_current {
        background: #d85b94
    }

    .Zebra_DatePicker::after {
        display: none
    }

.btn span {
    display: block;
    font-size: .8em
}

.btn-next.disabled {
    display: none
}

h3.success-message-hidden {
    text-align: center;
    margin: 0 0 .5em;
    background: #22b697;
    padding: .25em 0;
    height: 38px;
    line-height: 33px
}

.coating-filter.disabled {
    position: relative;
    opacity: .5
}

    .coating-filter.disabled::after {
        display: inline-block;
        position: absolute;
        content: "Moq is " attr(data-coating-moq);
        font-size: .8em;
        left: 8px;
        top: 20px;
        color: #bd246a
    }

.info-btn-wrap {
    display: flex;
    align-items: center
}

.itty-header-container .info-btn-wrap {
    margin-bottom: .5em
}

    .info-btn-wrap h2, .info-btn-wrap h3, .info-btn-wrap h4, .itty-header-container .info-btn-wrap h2 {
        margin-bottom: 0
    }

.info-btn, .info-btn_no-pop-up {
    width: 17px;
    height: 17px;
    margin-left: 10px;
    border-radius: 100%;
    border: 1px solid #fff;
    cursor: pointer;
    background-image: url(images/icon-info.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

#infoModalBlock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: all .25s ease-in-out
}

    #infoModalBlock.is-shown {
        opacity: 1;
        pointer-events: all
    }

    #infoModalBlock::before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(50,50,50,.6)
    }

.info-modal-wrap {
    width: 70%;
    max-width: 600px;
    max-height: 90vh;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-25%) scale(.9);
    -ms-transform: translate(-50%,-25%) scale(.9);
    transform: translate(-50%,-25%) scale(.9);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all .25s ease-in-out .25s;
    opacity: 0
}

#infoModalBlock.is-shown .info-modal-wrap {
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}

.modal-container {
    padding: 0 2em
}

header.modal-header {
    height: 50px;
    margin-top: 10px
}

    header.modal-header .modal-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 50px;
        position: relative
    }

        header.modal-header .modal-container::after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 2em;
            width: calc(100% - 115px);
            height: 2px;
            background: #f7d750;
            background: -webkit-linear-gradient(left,rgba(247,215,80,1) 0,rgba(212,114,161,1) 100%);
            background: -webkit-gradient(linear,left top,right top,from(rgba(247,215,80,1)),to(rgba(212,114,161,1)));
            background: -o-linear-gradient(left,rgba(247,215,80,1) 0,rgba(212,114,161,1) 100%);
            background: linear-gradient(to right,rgba(247,215,80,1) 0,rgba(212,114,161,1) 100%)
        }

    header.modal-header h3 {
        margin: 0;
        position: relative;
        padding-left: 35px;
        color: #444 !important;
        font-weight: 600 !important
    }

        header.modal-header h3::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 22px;
            height: 22px;
            border-radius: 100%;
            border: 1px solid #444;
            cursor: pointer;
            background-image: url(images/icon-info-black.svg);
            background-size: contain;
            background-repeat: no-repeat
        }

footer.modal-footer {
    height: 29px;
    background: #d472a1;
    background: -webkit-linear-gradient(45deg,rgba(212,114,161,1) 0,rgba(247,215,80,1) 100%);
    background: -o-linear-gradient(45deg,rgba(212,114,161,1) 0,rgba(247,215,80,1) 100%);
    background: linear-gradient(45deg,rgba(212,114,161,1) 0,rgba(247,215,80,1) 100%)
}

.dropdown-item__link, .itty-category__selector a:after, body#ittybittybeauty .contact-cont ul li i, div#contactFrameWrapper {
    background-size: contain;
    background-repeat: no-repeat
}

footer.modal-footer svg {
    height: 30px;
    width: 100%;
    margin-top: -1px
}

footer.modal-footer .modal-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

main.modal-main {
    display: block;
    height: calc(100% - 88px);
    max-height: calc(90vh - 88px);
    overflow: auto;
    padding: 1rem 0
}

    main.modal-main::-webkit-scrollbar {
        width: 10px
    }

    main.modal-main::-webkit-scrollbar-track {
        background-color: #eee;
        opacity: .1;
        border-radius: 10px;
        -webkit-border-radius: 10px
    }

    main.modal-main::-webkit-scrollbar-thumb {
        background-color: #ccc;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        opacity: .9;
        transition: opacity .25s ease-in-out
    }

        main.modal-main::-webkit-scrollbar-thumb:hover {
            background-color: #c5c5c5
        }

    main.modal-main .modal-container {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
        color: #444 !important;
        line-height: 150%;
        font-size: 14px
    }

        main.modal-main .modal-container p, main.modal-main .modal-container li {
            height: initial;
            color: #444 !important;
            line-height: 150%
        }

body#ittybittybeauty main.modal-main .modal-container a {
    color: #f073a3
}

.modal-header .close-button {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

    .modal-header .close-button::after, .modal-header .close-button::before {
        content: '';
        display: block;
        position: absolute;
        top: 35%;
        left: 63%;
        width: 32%;
        height: 2px;
        background-color: #f073a3
    }

    .modal-header .close-button::after {
        transform: translate(-50%,-50%) rotate(45deg)
    }

    .modal-header .close-button::before {
        transform: translate(-50%,-50%) rotate(-45deg)
    }

.validation-invalid {
    animation: validation-invalid 4s linear forwards
}

@keyframes validation-invalid {
    0%,100%,50% {
        background-color: #fff
    }

    25%,75% {
        background-color: #fd7a7a
    }
}

.no-upper-case {
    text-transform: lowercase !important
}

#getPDFButton, #startNewProject {
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: .85em
}

@media only screen and (min-width:1360px) and (max-width:1680px) {
    h3.success-message-hidden {
        font-size: .9rem
    }
}

@media only screen and (min-width:1411px) and (max-width:1550px) {
    .price-esti .input-cont .input-cont-item--cos > div {
        font-size: .7rem
    }
}

@media only screen and (min-width:1360px) and (max-width:1410px) {
    .price-esti .input-cont .input-cont-item--cos > div {
        font-size: .6rem
    }

    header.itty-header p {
        font-size: .85rem
    }
}

@media only screen and (max-width:1550px) {
    #getPDFButton, #startNewProject {
        font-size: .8rem
    }
}

@media only screen and (max-width:1440px) {
    #getPDFButton, #startNewProject {
        font-size: .75rem
    }
}

#category-selector-cont {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .1s ease .6s;
    -o-transition: all .1s ease .6s;
    transition: all .1s ease .6s
}

    #category-selector-cont h2.itty-category__title {
        text-align: center;
        text-transform: uppercase;
        color: #ed7eb3 !important;
        position: relative;
        font-size: 2.2rem;
        display: inline-block;
        margin: 1.5rem auto 1rem;
        height: auto;
        font-weight: 400;
        background-color: transparent !important
    }

.contact-cont h3, .dropdown-item__title {
    font-weight: 400 !important;
    text-align: center
}

#category-selector-cont h2.itty-category__title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 10%;
    width: 80%;
    height: 1px;
    background-color: #ed7eb3
}

.itty-category__selector a {
    background-color: #ed7eb3;
    text-align: center;
    text-transform: uppercase;
    padding-right: 40px;
    padding-left: 10px;
    position: relative;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    cursor: pointer;
    font-size: 20px
}

    .itty-category__selector a:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-image: url(images/icon-arrows-white.svg);
        background-position: center;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }

.itty-category__dropdown {
    background-color: #fbfbfb;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

#category-selector-cont.show .itty-category__dropdown {
    max-height: calc(100vh - 90px)
}

#category-selector-cont.show {
    background-color: #fbfbfb;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

    #category-selector-cont.show .itty-category__selector a:after {
        -webkit-transform: rotate(180deg) translateY(50%);
        -ms-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center
    }

.dropdown-wrapper {
    width: 100%;
    max-width: 1280px;
    padding: 1rem;
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.dropdown-item {
    width: 23.5%;
    margin: 0 1%;
    background-color: #fff;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem 1rem
}

.dropdown-item__img {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .dropdown-item__img img {
        width: 100%;
        height: auto
    }

.dropdown-item__title {
    text-transform: uppercase;
    color: #ed7eb3 !important;
    font-size: 2rem
}

.dropdown-item .dropdown-item__title:hover {
    text-decoration: none
}

.dropdown-item__link {
    width: 50px;
    height: 50px;
    background-image: url(images/icon-arrows-color.svg);
    background-position: center
}

@media only screen and (max-width:1280px) {
    .dropdown-wrapper {
        padding-top: 0
    }

    .dropdown-item {
        padding: 1rem
    }

    .dropdown-item__title {
        font-size: 1.75rem
    }
}

.data-coating-wrapper .btn-flex-wrap {
    flex-wrap: wrap
}

.data-coating-wrapper .coating-filter {
    margin: 0 0 .5em;
    flex-grow: 0;
    width: 33.33%
}

.data-coating-wrapper[data-numb-of-effects="1"] .coating-filter {
    width: 100%
}

.data-coating-wrapper.data-coating-double .coating-filter {
    width: 50%
}

#lpChat img {
    max-height: none
}

.itty-tabs__content[data-id=go5] {
    margin: 2rem 1rem;
    width: auto
}

.itty-content__logo {
    text-align: center
}

    .itty-content__logo img {
        width: 300px;
        margin: 0 auto 1.5rem;
        display: block
    }

.itty-content__logo-mayus {
    text-transform: uppercase;
    font-size: 1.3rem
}

.itty-content__create {
    margin-top: 5rem
}

    .itty-content__create p {
        margin-bottom: 1rem
    }

    .itty-content__create #getSummaryButton {
        margin-bottom: 1.5rem
    }

p.create-own {
    font-size: 1.35em;
    text-align: center
}

#extraShowHideButton {
    margin-bottom: 4rem;
    display: flex;
    width: 100%;
    border-bottom: solid 1px #fff;
    padding-bottom: 1rem
}

    #extraShowHideButton button {
        margin-left: 15px
    }

.info-btn-wrap h2 span, .info-btn-wrap h2 + span, .info-btn-wrap h3 span, .info-btn-wrap h3 + span, .info-btn-wrap h4 span, .info-btn-wrap h4 + span {
    margin-left: 10px
}

@media only screen and (max-width:768px) {
    body #asset .asset-3d .asset-3d-container {
        width: 100% !important;
        min-height: 50% !important
    }

    body #asset .asset-3d .comp-logo-3d {
        height: 60px;
        width: 120px;
        left: -10px;
        background-color: transparent;
        margin-top: -26px;
        margin-left: calc(50% - 52px);
        display:none!important;
    }

    .LPMcontainer.LPMslider {
        top: calc(50% - 42px);
        right: 0;
    }

    body #asset .asset-3d .buttonsWrap .buttonsWrap__innerWrap > div.toggleButton {
        background-color: #ed7eb3
    }

    main.itty-main {
        height: auto
    }

    #itty-bitty-app {
        width: 100%;
        height: 50%;
        top: 50%;
        overflow-y: auto
    }

    #category-selector-cont h2.itty-category__title {
        font-size: 1.5rem;
        margin-top: 1rem
    }

        #category-selector-cont h2.itty-category__title:after {
            bottom: -10px
        }

    .dropdown-wrapper {
        padding: 1rem;
        flex-wrap: wrap
    }

    .dropdown-item {
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        width: 100%
    }

    .dropdown-item__img {
        display: none
    }

    .dropdown-item__title {
        font-size: 1.5rem;
        margin: 0 1rem 0 0
    }

    .dropdown-item__link {
        width: 40px;
        height: 40px;
        transform: rotate(-90deg)
    }

    .info-modal-wrap {
        width: 80%
    }

    .itty-block--artwork button#file-select {
        width: auto;
        font-size: .7rem;
    }

    /*  ---------------  */
    header.itty-header{
        padding: 0 .5em;
    }

    button.itty-tabs__tab::after, button.itty-tabs__tab::before{ transform: skewX(20deg); }
    button.itty-tabs__tab::after{ transform: skewX(-20deg); }

    .itty-tabs__content {
        height: initial;
        width: 100%;
        padding-right: 0;
        padding: 0 .5rem;
    }
    .logged-on .itty-tabs__content {
        height: initial;
    }
    .logged-on main.itty-main{
        height: initial;
    }

    .itty-container{
        display: flex;
        flex-direction: column;
    }
    .main.itty-main{
        height: initial;
    }
    .price-esti .input-cont .input-cont-item--cos > div{
        height: 50px;
        font-size: .8rem;
        line-height: 1.1em;
        padding-top: 4px;
    }
    .price-esti .input-cont .input-cont-item--tot span#totalCostInput{
        height: 85px;
    }
    /** START  fixes for iPad and iPhone portrait here **/
    .itty-tabs__content{
   
    }
    .itty-tabs__content__inner
    {
   
 
    }

    /** END  fixes for iPad and iPhone portrait here **/
}

@media only screen and (max-width:576px) {
    .dropdown-wrapper {
        padding: .5rem;
        flex-wrap: wrap
    }

    .dropdown-item {
        padding: .5rem
    }

    .dropdown-item__title {
        font-size: 1.2rem
    }

    .dropdown-item__link {
        width: 30px;
        height: 30px
    }

    .itty-block__content.btn-flex-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .btn-flex{
        flex-grow: 0;
        width: 25%;
    }

    button.itty-tabs__tab {
        font-size: 10px;
    }

    .info-modal-wrap {
        width: 90%
    }

    h3.success-message-hidden {
        font-size: .8em
    }

    .price-esti .input-cont .input-cont-item--tot span#totalCostInput {
        font-size: 1.5em
    }

    /* .price-esti .input-cont .input-cont-item--cos > div {
        font-size: .8rem;
        line-height: 1.1em;
        padding-top: 4px
    } */

    footer.itty-footer {
        height: 120px;
        padding-bottom: 60px
    }

    .btn-color {
        min-width: 70px
    }

        .btn-color a {
            padding: 0 6px
        }
}

.options-box.artwork-componentbox {
    display: none
}

#notification-area, footer#footer {
    display: none !important
}

div#contactFrameWrapper {
    width: 100%;
    height: 524px;
    background-image: url(images/ibb-popups-bg-products.png);
    background-position: bottom;
    border-radius: 5px
}

.contact-cont {
    flex: 0 0 100%;
    max-width: 100%
}

    .contact-cont h3 {
        padding: 50px 0 25px;
        font-size: 30px;
        color: #eb7eb2 !important;
        width: 100%
    }

    .contact-cont ul {
        margin: 10px 0;
        padding: 0;
        list-style: none
    }

body#ittybittybeauty .contact-cont ul li {
    color: #999 !important;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px
}

    body#ittybittybeauty .contact-cont ul li a {
        color: #999
    }

body#ittybittybeauty .contact-cont p {
    font-size: 12px;
    color: #999;
    margin-top: 15px
}

body#ittybittybeauty .contact-cont ul li i {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 6px;
    background-position: center
}

    body#ittybittybeauty .contact-cont ul li i.fa-envelope {
        background-image: url(images/icon-email.png)
    }

    body#ittybittybeauty .contact-cont ul li i.fa-phone {
        background-image: url(images/icon-phone.png)
    }

    body#ittybittybeauty .contact-cont ul li i.fa-comments {
        background-image: url(images/icon-chat.png)
    }

html {
    overflow: hidden !important
}

body#ittybittybeauty {
    position: relative
}

    body#ittybittybeauty::after {
        content: "Just one moment…It’ll be worth the wait!";
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 320px;
        height: 320px;
        background-image: url(images/new-loader.gif);
        background-position: center bottom;
        background-size: 60%;
        background-repeat: no-repeat;
        transform: translate(-50%,-60%);
        z-index: 999999;
        transition: all .5s ease 1s
    }

    body#ittybittybeauty:not(.itty-category-selector)::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background: #ed7eb3;
        background: -moz-linear-gradient(45deg,rgba(237,126,179,1) 42%,rgba(247,159,113,1) 100%);
        background: -webkit-gradient(linear,left bottom,right top,color-stop(42%,rgba(237,126,179,1)),color-stop(100%,rgba(247,159,113,1)));
        background: -webkit-linear-gradient(45deg,rgba(237,126,179,1) 42%,rgba(247,159,113,1) 100%);
        background: -o-linear-gradient(45deg,rgba(237,126,179,1) 42%,rgba(247,159,113,1) 100%);
        background: -ms-linear-gradient(45deg,rgba(237,126,179,1) 42%,rgba(247,159,113,1) 100%);
        background: linear-gradient(45deg,rgba(237,126,179,1) 42%,rgba(247,159,113,1) 100%);
        transition: all .5s ease 1s
    }

    body#ittybittybeauty.loaded-complete::after, body#ittybittybeauty.loaded-complete::before, body#ittybittybeauty.logon::after, body#ittybittybeauty.logon::before {
        opacity: 0;
        pointer-events: none
    }

    body#ittybittybeauty #itty-bitty-app, body#ittybittybeauty #wrapper {
        opacity: 0;
        transition: opacity .25s linear 3.5s
    }

        body#ittybittybeauty #itty-bitty-app.visible, body#ittybittybeauty #wrapper.visible, body#ittybittybeauty.logon #itty-bitty-app, body#ittybittybeauty.logon #wrapper {
            opacity: 1
        }

.tipr_content {
    font: 11px 'Source Code Pro',monospace;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #f1f1f1;
    padding: 7px 14px 8px;
    border-radius: 3px
}

.tipr_container_above, .tipr_container_below {
    display: none;
    position: absolute;
    z-index: 1000
}

.tipr_point_above, .tipr_point_below {
    position: relative;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 3px
}

    .tipr_point_above:after, .tipr_point_below:after {
        position: absolute;
        pointer-events: none;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        border-width: 7px;
        left: 50%;
        margin-left: -7px
    }

    .tipr_point_above:after {
        top: 100%;
        border-top-color: #f1f1f1
    }

    .tipr_point_below:after {
        bottom: 100%;
        border-bottom-color: #f1f1f1
    }

body#ittybittybeauty.overflow-hidden {
    overflow: initial
}
