﻿.color-wizard {
    padding-top: 60px;
    padding-bottom: 25px;
    margin: auto;
}

    .color-wizard .color-picker {
        margin-bottom: 200px;
    }

    .color-wizard .toggles {
        background-color: #f8f8f8;
        padding: 30px 15px 20px 15px;
    }

    .color-wizard .dropdown-text {
        margin-bottom: 20px;
        margin-top: -20px;
    }

    .color-wizard .toggles-header {
        position: relative;
        background-color: #e8e8e8;
        height: 32px;
        line-height: 32px;
        border: 1px solid #DFDBDA;
        cursor: pointer;
    }

        .color-wizard .toggles-header div {
            padding-right: 60px;
            padding-left: 15px;
        }

        .color-wizard .toggles-header img {
            position: absolute;
            bottom: 5px;
            right: 5px;
            height: 52px;
        }

    .color-wizard .dropdown-toggle {
        display: block;
    }

    .color-wizard .dropdown {
        display: inline-block;
        margin-bottom: 15px;
        margin-right: 20px;
    }

        .color-wizard .dropdown.surface {
            margin-left: -7px;
        }

    .color-wizard button.active-search {
        margin-right: 20px;
    }

    .dropdown-item {
        display: block;
    }

#search-color {
    float: left;
    position: relative;
    padding-left: 33px;
}

    #search-color input {
        border: none;
        border-bottom: 1px solid #CECECE;
        width: 220px;
    }

    #search-color .dropdown-menu > li > a {
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 3px;
    }

    #search-color::before {
        content: '';
        width: 32px;
        height: 32px;
        background-image: url(/images/Search.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: -3px;
        left: 0px;
    }

    #search-color span.twitter-typeahead .tt-menu,
    #search-color span.twitter-typeahead .tt-dropdown-menu {
        cursor: pointer;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
    }

    #search-color span.twitter-typeahead .tt-suggestion {
        display: block;
        padding: 3px 10px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
        text-align: right;
    }

        #search-color span.twitter-typeahead .tt-suggestion.tt-cursor,
        #search-color span.twitter-typeahead .tt-suggestion:hover,
        #search-color span.twitter-typeahead .tt-suggestion:focus {
            color: #ffffff;
            text-decoration: none;
            outline: 0;
            background-color: #337ab7;
        }

    #search-color .input-group.input-group-lg span.twitter-typeahead .form-control {
        height: 46px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px;
    }

    #search-color .input-group.input-group-sm span.twitter-typeahead .form-control {
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    #search-color span.twitter-typeahead {
        width: 100%;
    }

    #search-color .input-group span.twitter-typeahead {
        display: block !important;
        height: 34px;
    }

        #search-color .input-group span.twitter-typeahead .tt-menu,
        #search-color .input-group span.twitter-typeahead .tt-dropdown-menu {
            top: 32px !important;
        }

        #search-color .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
            border-radius: 0;
        }

        #search-color .input-group span.twitter-typeahead:first-child .form-control {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        #search-color .input-group span.twitter-typeahead:last-child .form-control {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    #search-color .input-group.input-group-sm span.twitter-typeahead {
        height: 30px;
    }

        #search-color .input-group.input-group-sm span.twitter-typeahead .tt-menu,
        #search-color .input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
            top: 30px !important;
        }

    #search-color .input-group.input-group-lg span.twitter-typeahead {
        height: 46px;
    }

        #search-color .input-group.input-group-lg span.twitter-typeahead .tt-menu,
        #search-color .input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
            top: 46px !important;
        }

    #search-color .tt-empty-message {
        padding: 3px 10px;
        text-align: right;
    }

#color-preview {
    height: 400px;
    position: relative;
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
}

    #color-preview #color-name {
        position: absolute;
        top: unset;
        bottom: 40px;
        text-align: left;
        margin-right: 20px;
    }

    #color-preview .color-code {
        background-color: rgb(255 255 255 / 80%);
        padding: 3px 10px 3px 10px;
        border-radius: 5px;
        color: #363636;
        line-height: 70px;
        font-size: 60px;
        font-weight: 400;
    }

    #color-preview #add-to-cart {
        font-size: 20px;
        text-align: right;
        line-height: 25px;
        font-weight: 600;
        margin-top: 45px;
        position: relative;
        display: inline-block;
        cursor: pointer;
        background-color: rgb(255 255 255 / 80%);
        padding: 6px 7px 7px 39px;
        border-radius: 5px;
        color: #363636;
    }

        #color-preview #add-to-cart::before {
            content: '';
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url(/images/black-heart-frame-thin.svg);
            width: 32px;
            height: 32px;
            position: absolute;
            left: 6px;
            top: 3px;
        }

    #color-preview .link-to-cart {
        display: none;
        font-size: 20px;
        text-align: right;
        line-height: 25px;
        font-weight: 600;
        margin-top: 45px;
        position: relative;
        background-color: rgb(255 255 255 / 80%);
        padding: 6px 7px 7px 39px;
        border-radius: 5px;
        color: #000;
        cursor: pointer;
        float: left;
    }

        #color-preview .link-to-cart:before {
            content: '';
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url(/images/orange-heart-full.svg);
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 3px;
            pointer-events: none;
        }

#color-small-preview {
    height: 400px;
    position: relative;
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
}

    #color-small-preview .color-small-code {
        background-color: rgb(255 255 255 / 80%);
        padding: 3px 10px 3px 10px;
        border-radius: 5px;
        color: #363636;
        position: absolute;
        left: 20px;
        top: unset;
        bottom: 78px;
        line-height: 70px;
        font-size: 60px;
        font-weight: 400;
    }

    #color-small-preview #add-to-cart {
        font-size: 20px;
        text-align: right;
        line-height: 25px;
        font-weight: 600;
        position: relative;
        top: 277px;
        left: 20px;
        background-color: rgb(255 255 255 / 0.8);
        padding: 6px 7px 7px 39px;
        border-radius: 5px;
        color: #363636;
        max-width: 334px;
        float: left;
        cursor: pointer;
    }

        #color-small-preview #add-to-cart::before {
            content: '';
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url(/images/black-heart-frame-thin.svg);
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 3px;
        }

    #color-small-preview .link-to-cart {
        display: none;
        font-size: 20px;
        line-height: 25px;
        font-weight: 600;
        position: relative;
        top: 277px;
        left: 20px;
        background-color: rgb(255 255 255 / 0.8);
        padding: 6px 7px 7px 39px;
        border-radius: 5px;
        color: #363636;
        max-width: 334px;
        float: left;
        cursor: pointer;
    }

        #color-small-preview .link-to-cart:before {
            content: '';
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url(/images/orange-heart-full.svg);
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 3px;
            pointer-events: none;
        }

.fan-colors-block {
    background-color: #f8f8f8;
    width: 320px;
    padding-right: 0px !important;
}

    .fan-colors-block ul {
        padding-right: 0px !important;
    }

    .fan-colors-block li {
        padding-right: 0px !important;
    }

.fan-colors-counter-text {
    margin-bottom: 5px !important;
}

.fan-colors-heading {
    background-color: #dfdbda;
    padding: 5px 10px;
    cursor: pointer;
}

    .fan-colors-heading i {
        position: absolute;
        top: 5px;
        left: 10px;
        color: #e76c23;
        font-size: 20px;
    }

.animate-icon {
    transition: 0.4s;
}

.rotate-icon {
    transform: rotate(180deg);
}

.fan-colors-block .fan-colors-tabs a,
.fan-colors-block .fan-colors-tabs span {
    display:block;
    line-height: inherit;
    position: relative;
    cursor: pointer;
    white-space: normal;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin: 3px 0px;
    color: #363636;
    padding: 4px 5px;
    padding-right: 22px;
}
    .fan-colors-block .fan-colors-tabs span:hover {
        background-color: #ffffff;
    }

    .fan-colors-block .fan-colors-tabs a:before,
    .fan-colors-block .fan-colors-tabs span:before {
        content: '\f068';
        position: absolute;
        top: 10px;
        right: 7px;
        color: #f37021;
        font: 9px/1em 'FontAwesome';
    }

.wizard-product-info .link-to-cart:before {
    top: -2px;
    /*left: 180px;*/
}

.wizard-product-info .product-add-to-cart-block .link-to-cart {
    margin-bottom: unset;
}

.color-picker .header {
    margin-top: 40px;
}


.fan-parent-item {
    display: inline-block;
    position: relative;
    margin: 0px 0px 5px 10px;
    text-align: center;
}

.fan-color-item {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 85px;
    cursor: pointer;
}

.fan-color-name {
    overflow-wrap: break-word;
    font-size: 20px;
    text-align: center;
    width: 100px;
}

.fan-grouped-title {
    text-align: center;
    margin-bottom: 30px;
    color: #808080;
    max-width: 100%;
}

    .fan-grouped-title::before,
    .fan-grouped-title::after {
        display: inline-block;
        content: "";
        border-top: 1.5px solid #80808073;
        width: 34rem;
        margin: 5px;
        max-width: 30%;
    }

.fan-grouped-items {
    position: relative;
    margin: 20px 0;
    display: flex;
}

.fan-grouped {
    width: 100%;
    font-size: 0;
}

.fan-color-child-item {
    display: inline-block;
    position: relative;
    width: 13.285714285714285714285714285714%;
    height: 134px;
    margin: 0px 0.5% 5px 0.5%;
    cursor: pointer;
    font-size: 19px;
}

.fan-color-child-item-name {
    position: absolute;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgb(255 255 255 / 0.8);
    display: block;
    width: 100%;
    direction: ltr;
    padding-left: 3px;
}

.fan-parent-colors .active {
    border: 2px solid black !important;
}

.fan-grouped-items .active {
    border: 4px solid black !important;
}

.fan-parent-colors {
    display: flex;
    flex-wrap: wrap;
    /*margin: 75px 0;*/
    justify-content: start;
}

.fan-group-index {
    align-self: flex-end;
    margin-left: 7px;
    font-size: 20px;
    color: #808080;
    width: 20px;
    margin-top: -12px;
    padding-bottom: 75px;
}


.active-search {
    background-color: #e76c23 !important;
}

.wizard-popup-fade:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 9999;
}

.wizard-popup {
    z-index: 99999;
    opacity: 1;
}

.light {
    color: #363636;
}

.dark {
    color: #e8e8e8;
}

.child-colors-toggle {
    width: 100%;
    pointer-events: none;
    height: 23px;
    margin-bottom: 20px;
    cursor: pointer;
}

    .child-colors-toggle:before {
        pointer-events: all;
        content: "\f106";
        font-family: 'FontAwesome';
        color: #e76c23;
        font-size: 50px;
        font-weight: 400;
        line-height: 17px;
        transition: transform linear 0.5s;
        display: block;
        text-align: center;
    }

    .child-colors-toggle.toggled:before {
        content: "\f107";
    }


.fan-parent-color-groups {
    overflow: hidden;
    position: relative;
}

    .fan-parent-color-groups.hide-colors {
        height: 375px;
    }

        .fan-parent-color-groups.hide-colors:after {
            content: "";
            display: block;
            height: 70px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
        }

.wizard-product-info .product-info {
    margin: 0;
    min-height: unset;
}

    .wizard-product-info .product-info li p {
        margin-bottom: 0px !important;
    }

strong.rust-info {
    margin-bottom: 25px;
}

.search-animation {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 0.8;
    z-index: 1100;
}

object[name="load-search-icon"] {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 9999;
}

@media (max-width: 979px) {
    #color-preview .color-code {
        font-weight: bold;
        font-size: 25px;
        line-height: 34px;
        margin-right: 20px;
        width: fit-content;
        margin-right: auto;
    }

    #color-small-preview .color-small-code {
        font-weight: bold;
        font-size: 25px;
        line-height: 34px;
        margin-right: 20px;
        text-align: left;
    }

    #color-small-preview #add-to-cart {
        top: 132px;
    }

    #color-small-preview .link-to-cart {
        top: 132px;
    }

    .wizard-product-info .product-add-to-cart-block {
        margin-bottom: 20px;
    }
}

@media (min-width: 980px) and (max-width: 1249px) {
    .product-info #color-small-preview .color-small-code {
        font-weight: bold;
        font-size: 25px;
        line-height: 34px;
        margin-right: 20px;
        text-align: left;
    }

    .product-info #color-small-preview #add-to-cart {
        top: 132px;
    }

    .product-info #color-small-preview .link-to-cart {
        top: 132px;
    }
}

@media (max-width: 767px) {
    .color-wizard {
        max-width: 90%;
        margin: auto;
    }

    .fan-grouped-items {
        display: block;
        box-shadow: 0px 0px 0px 1px rgba(51,51,51,.1)
    }

    .fan-group-index {
        width: 100%;
        height: 35px;
        line-height: 35px;
        position: relative;
        background-color: #fff;
        display: block;
        text-align: center;
        margin-top: 0px;
        padding-bottom: unset;
    }

    .fan-color-child-item {
        height: 55px;
        width: 100%;
        position: relative;
        display: block;
        margin: 0;
        border-bottom: 2px solid white;
    }

    .fan-color-child-item-name {
        background-color: transparent;
    }

    .fan-parent-item {
        width: 14.285714285714285714285714285714%;
        box-sizing: border-box;
        margin: 0 0 5px 0;
        display: block;
        max-width: none;
    }

    .product-info-content .fan-color-item {
        height: 50px;
    }

    .fan-color-item {
        width: 80px;
        height: 65px;
    }

    .fan-color-name {
        width: 95%;
        margin: 0 auto;
    }

    .fan-colors-block {
        width: 100%;
    }
}

@media (max-width: 724px) {
    #search-color {
        width: 100%;
    }

        #search-color input {
            width: 100%;
        }

    .product-info #search-color input {
        width: 100%;
    }

    .color-wizard .dropdown {
        width: 100%;
    }

    .color-wizard #colorWizardSearch {
        margin-top: 10px;
        width: 100%;
        height: 32px;
        line-height: 1;
    }

    .color-wizard .toggles select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

    .color-wizard .toggles .form-control {
        height: 32px;
        line-height: 1;
        font-size: 16px;
    }

    .color-wizard .dropdown {
        position: relative;
    }

        .color-wizard .dropdown:before {
            content: "\f107";
            font-family: FontAwesome;
            color: #f37021;
            position: absolute;
            left: 10px;
            top: 33px;
            font-size: 22px;
            font-weight: 800;
        }

    strong.rust-info {
        display: block;
        margin-top: 25px;
        margin-bottom: -25px;
    }

    .wizard-product-info .product-info {
        margin: 20px 0 0 0;
    }
}

@media (max-width: 449px) {
    #search-color input {
        width: 100%;
    }

    .color-wizard .toggles-header {
        height: 54px;
    }

        .color-wizard .toggles-header div {
            line-height: 1.3;
        }

        .color-wizard .toggles-header a {
            display: inline-block;
        }
}

@media (min-width: 450px) and (max-width: 724px) {
    .fan-parent-item {
        width: 20%;
        box-sizing: border-box;
        margin: 0 0 5px 0;
        display: block;
        max-width: none;
    }

    .fan-color-item {
        width: 70px;
        height: 50px;
    }

    .fan-color-name {
        width: 95%;
        margin: 0 auto;
    }
}

@media (min-width: 350px) and (max-width: 449px) {
    .fan-parent-item {
        width: 20%;
        box-sizing: border-box;
        margin: 0 0 5px 0;
        display: block;
        max-width: none;
    }

    .product-info-content .fan-color-item {
        width: 60px;
        height: 50px;
    }

    .fan-color-item {
        width: 55px;
        height: 50px;
    }

    .fan-color-name {
        width: 95%;
        margin: 0 auto;
    }
}

@media (max-width: 349px) {
    .fan-parent-item {
        width: 20%;
        box-sizing: border-box;
        margin: 0 0 5px 0;
        display: block;
        max-width: none;
    }

    .product-info-content .fan-color-item {
        width: 50px;
        height: 50px;
    }

    .fan-color-item {
        width: 50px;
        height: 50px;
        margin: 0px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .fan-color-child-item {
        width: 13.285714285714285714285714285714%;
        height: 100px;
    }

    .fan-parent-item {
        width: 14.285714285714285714285714285714%;
        box-sizing: border-box;
        margin: 0 0 5px 0;
        display: block;
        max-width: none;
    }

    .product-info-content .fan-color-item {
        width: 80px;
        height: 50px;
    }

    .fan-color-item {
        width: 80px;
        height: 65px;
    }

    .fan-color-name {
        width: 95%;
        margin: 0 auto;
    }

    .fan-group-index {
        padding-bottom: 60px;
    }
}

.link-to-cart .hide-colors {
    font-style: normal;
}

.color-wizard .wizard-product-info {
    max-width: 100%;
}

.color-wizard .add-to-cart-product {
    margin-bottom: 0px;
}

.fan-color-child-row {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1249px) {
    .product-info .fan-color-child-item {
        width: 13.285714285714285714285714285714%;
        height: 100px;
    }
}

@media (min-width: 980px) and (max-width: 1249px) {
    .product-info-content .fan-parent-item {
        width: 10%;
        box-sizing: border-box;
        margin: 0 0 5px 0;
        display: block;
        max-width: none;
    }

    .product-info-content .fan-color-item {
        width: 58px;
        height: 50px;
    }

    .fan-color-name {
        width: 95%;
        margin: 0 auto;
    }

    .fan-parent-item {
        width: 14.285714285714285714285714285714%;
        box-sizing: border-box;
        margin: 0 0 5px 0;
        display: block;
        max-width: none;
    }

    .fan-color-item {
        width: 110px;
        height: 85px;
    }
}

@media (min-width: 1250px) {
    .fan-parent-item {
        width: 10%;
        box-sizing: border-box;
        margin: 0 0 5px 0;
        display: block;
        max-width: none;
    }

    .product-info-content .fan-color-item {
        width: 70px;
        height: 50px;
    }

    .fan-color-name {
        width: 95%;
        margin: 0 auto;
    }

    .fan-color-item {
        width: 100px;
        height: 85px;
    }
}
