﻿/* ITEM PAGE */

#google_translate_element {
    display: none;
}

.fix-image {
    position: fixed;
    top: 50px;
}

.fix-image2 {
    position: absolute;
    bottom: 0px;
}

.discount {
    background-color: #fc4c00;
    padding: 0px 8px;
    margin-left: 5px;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}

.zenmarket-discount {
    border: 1px solid #ffc7a0;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    color: #ed5f00;
    padding: 0 8px;
    margin-left: 5px;
    line-height: 18px;
}

.bulk-dropdown, .bulk-dropdown:active, .bulk-dropdown:focus {
    text-decoration: none;
    color: #292929;
}

.default-link {
    text-decoration: none;
    color: #666;
}

.title-1 {
    font-size: 12px;
    font-weight: 400 !important;
    color: #777;
    word-wrap: break-word;
}

.default-link:hover {
    text-decoration: underline;
}

.tab-pane {
    padding: 10px;
}

    .tab-pane.active {
        background-color: transparent;
        cursor: default;
    }

pre {
    border: none;
    background-color: transparent;
    overflow: auto;
    word-wrap: normal;
    white-space: pre-wrap;
    font-size: 14px;
}

.product-info {
    margin-bottom: 20px;
}

.variation-box, .variation-box:active {
    height: 30px;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    padding: 0 6px;
    min-width: 30px;
    text-decoration: none;
    color: #292929;
    font-weight: 600;
    margin-bottom:10px;
}

    .variation-box:focus {
        text-decoration: none;
    }

    .variation-box.active, .variation-box.active:focus {
        outline: 3px solid #f90;
    }

    .variation-box.disabled, .variation-box.disabled:focus {
        outline: 2px dotted #878787;
        opacity: 0.3;
    }

#variations .spinner {
    height: 100%;
    width: 100%;
    position: absolute;
    left: -6px;
    top: 0px;
    z-index: 2000;
    background-color: #eee;
    opacity: 0.3;
    display: none;
}

    #variations .spinner img {
        position: absolute;
        top: 40%;
        left: 49%;
    }

#variations .control-label {
    font-size: 13px;
    padding-left: 0;
    font-weight: 100;
    font-weight: 600;
    color: #878787;
}

.tab-header {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}


.categories {
    padding-bottom: 0px;
}

    .categories a {
        color: #878787;
        font-size: 12px;
        text-decoration: none;
    }

    .categories .arrow {
        height: 7px;
        width: 20px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        vertical-align: middle;
    }

        .categories .arrow .arrow-path {
            fill: #878787;
        }

.warning-message {
    background-color: #fcf8e3;
    padding: 20px 30px;
    display: block;
    text-align: center;
    color: #8a6d3b;
}

.shipping-company {
    font-weight: bold;
    vertical-align: middle !important;
}

.payment-icons img {
    padding-right: 10px;
    height: 38px;
}

/* SEARCH */

.facet li {
    list-style-type: none;
    font-size: 12px;
}

.img-wrap img {
    max-height: 250px !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
}

.img-wrap {
    position: relative;
    height: 250px;
    text-align: center;
}

.product {
    padding-left: 0px;
    padding-right: 0px;
}

.product-item {
    text-align: left !important;
    padding: 16px !important;
    transition: box-shadow .2s ease-in-out;
    position: relative;
}

    .product-item .item-title {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        line-height: 1.25em;
        font-size: 13px;
    }

    .product-item:hover {
        -moz-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.11);
        -webkit-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.11);
        box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.11);
    }

        .product-item:hover .item-title {
            color: #2874f0;
        }

    .product-item .title-container {
        height: 35px;
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .product-item .variations {
        display: none;
        position: absolute;
        left: 0px;
        width: 100%;
        z-index: 1;
        background-color: #fff;
        position: absolute;
        padding: 10px 16px 10px !important;
        margin-top: 10px;
        transition: box-shadow .2s ease-in-out;
        color: #333;
    }

    .product-item:hover .variations {
        display: block;
        z-index: 2;
        -moz-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.11);
        -webkit-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.11);
        box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.11);
    }

.current-price {
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.retail-price {
    text-decoration: line-through;
    color: #878787;
    font-size: 13px;
    float: left;
}

.search-discount {
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    background-color: #fc4c00;
    padding: 0px 8px;
    float: right;
}

.facet-title {
    padding-bottom: 5px;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
}



.facet {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.count {
    font-size: 12px;
    color: #aaa;
}

.container-full {
    margin: 0 10px;
    padding: 0 30px;
}


.filter-title {
    font-weight: bold;
}



.hierarchy-navigation-menu a.add-filter {
    cursor: pointer;
    display: inline-block;
}

.hierarchy-navigation-menu .categories-wrapper .root-level {
    padding-left: 0;
}

.hierarchy-navigation-menu .categories-wrapper .level-1, .more-categories.level-1 {
    padding-left: 15px;
}

.hierarchy-navigation-menu .categories-wrapper .level-2, .more-categories.level-2 {
    padding-left: 30px;
}

.hierarchy-navigation-menu .categories-wrapper .level-3, .more-categories.level-3 {
    padding-left: 45px;
}

.hierarchy-navigation-menu .categories-wrapper .level-4, .more-categories.level-4 {
    padding-left: 60px;
}

.hierarchy-navigation-menu .categories-wrapper .level-5, .more-categories.level-5 {
    padding-left: 75px;
}

.more-categories {
    color: #222;
    cursor: pointer;
    font-size: 13px !important;
}

.remove-filter {
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    color: #0088cc;
    opacity: 1;
    line-height: 1;
}

.color-filter-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    vertical-align: text-bottom;
    background-size: contain;
}

.color-variation-box {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-size: contain;
    vertical-align: sub;
    border: 3px solid #fff;
    box-shadow: 0 0 3px 0 #c2c2c2;
}

.color-box {
    box-shadow: 0 0 3px 0 #c2c2c2;
}

.marketplace-info {
    margin-bottom: 15px;
    background-color: #92c0de;
    color: #fff;
    margin-left: -30px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

    .marketplace-info h1 {
        color: #fff;
        margin: 0;
        padding: 5px 0 3px;
        text-align: left;
        font-size: 24px;
        font-weight: 300;
    }

    .marketplace-info h2 {
        color: #fff;
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
    }

    .marketplace-info h3 {
        text-transform: uppercase;
        font-weight: bold;
        margin: 0;
        font-size: 14px;
        color: #3886b8;
        padding: 5px 0;
    }

.btn-hamburger {
    cursor: pointer;
}

.hamburger-content {
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    width: 100%;
    display: block !important;
    left: 0;
    top: 0;
    height: 100%;
    padding: 15px;
}

.hide-filters {
    cursor: pointer;
}
