﻿/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

#chatBoxSide {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #f4f5fa;
    overflow-x: hidden;
    padding-top: 93px;
    transition: 0.5s;
    -webkit-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.5);
}

.chat-view .chat-list {
    padding: 0;
    font-size: .8rem;
}

    .chat-view .chat-list li {
        margin-bottom: 10px;
        overflow: auto;
        color: #ffffff;
    }

    .chat-view .chat-list .chat-message {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 15px;
        background: #5a99ee;
        display: inline-block;
        padding: 10px 20px;
        position: relative;
    }

        .chat-view .chat-list .chat-message:before {
            content: "";
            position: absolute;
            top: 15px;
            width: 0;
            height: 0;
        }

        .chat-view .chat-list .chat-message p {
            line-height: 18px;
            margin: 0;
            padding: 0;
        }

    .chat-view .chat-list .chat-body {
        margin-left: 20px;
        float: left;
        width: 70%;
    }

    .chat-view .chat-list .in .chat-message:before {
        left: -8px;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #5a99ee;
    }


    .chat-view .chat-list .out .chat-body {
        float: right;
        margin-right: 20px;
        text-align: right;
    }

    .chat-view .chat-list .out .chat-message {
        background: #fc6d4c;
    }

        .chat-view .chat-list .out .chat-message:before {
            right: -8px;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #fc6d4c;
        }

.ksSaleCard {
    background-color: #ed9359;
}

.ksSaleInfoCard {
    background-color: #0b62a4;
}

.ksCentered {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.ks-img-thumbnail {
    padding: 0.25rem;
    /*background-color: #f4f5fa;*/
    background-color: #ffffff;
    border: 1px solid #626e82;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.ksImgDiv {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 75px;
    width: 90px;
}

.ksCover {
    object-fit: cover;
    width: 70px;
    height: 100px;
}

.img-zoomer-box {
    max-width: 500px;
    height: auto;
    position: relative;
    margin: 10px auto;
}

    .img-zoomer-box:hover, .img-zoomer-box:active {
        cursor: zoom-in;
        display: block;
    }

        .img-zoomer-box:hover .img-2, .img-zoomer-box:active .img-2 {
            opacity: 1;
        }

.img-2 {
    width: 340px;
    height: 340px;
    box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
    pointer-events: none;
    position: absolute;
    opacity: 0;
    border: 4px solid whitesmoke;
    z-index: 99;
    border-radius: 100%;
    display: block;
    transition: opacity .2s;
}

/* Variables */
/* Table Settings */
.nestedTable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

    .nestedTable th {
        background: #424242;
        color: #ffffff;
        padding: 2px;
    }

    .nestedTable td, .nestedTable th {
        text-align: center;
    }

    .nestedTable .tinyCol {
        width: 2.5%;
    }

    .nestedTable .smallCol {
        width: 5%;
    }

    .nestedTable .mediumCol {
        width: 15%;
    }

    .nestedTable .largeCol {
        width: 20%;
    }

    .nestedTable .xlargeCol {
        width: 25%;
    }

    .nestedTable .header {
        font-weight: 800;
    }

    .nestedTable .pending {
        color: #722f37;
        font-weight: 800;
        font-style: italic;
    }

    .nestedTable tr {
        background-color: #e3e1e1;
        border: 1px solid #c8c3c4;
    }

[data-star] {
    text-align: left;
    font-style: normal;
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
}

    [data-star]::before {
        display: block;
        content: '★★★★★';
        color: #ddd;
    }

    [data-star]::after {
        white-space: nowrap;
        position: absolute;
        top: 0;
        left: 0;
        content: '★★★★★';
        width: 0;
        color: orange;
        overflow: hidden;
        height: 100%;
    }

[data-star^="0.1"]::after, [data-star^=".1"]::after {
    width: 2%
}

[data-star^="0.2"]::after, [data-star^=".2"]::after {
    width: 4%
}

[data-star^="0.3"]::after, [data-star^=".3"]::after {
    width: 6%
}

[data-star^="0.4"]::after, [data-star^=".4"]::after {
    width: 8%
}

[data-star^="0.5"]::after, [data-star^=".5"]::after {
    width: 10%
}

[data-star^="0.6"]::after, [data-star^=".6"]::after {
    width: 12%
}

[data-star^="0.7"]::after, [data-star^=".7"]::after {
    width: 14%
}

[data-star^="0.8"]::after, [data-star^=".8"]::after {
    width: 16%
}

[data-star^="0.9"]::after, [data-star^=".9"]::after {
    width: 18%
}

[data-star^="1"]::after {
    width: 20%
}

[data-star^="1.1"]::after {
    width: 22%
}

[data-star^="1.2"]::after {
    width: 24%
}

[data-star^="1.3"]::after {
    width: 26%
}

[data-star^="1.4"]::after {
    width: 28%
}

[data-star^="1.5"]::after {
    width: 30%
}

[data-star^="1.6"]::after {
    width: 32%
}

[data-star^="1.7"]::after {
    width: 34%
}

[data-star^="1.8"]::after {
    width: 36%
}

[data-star^="1.9"]::after {
    width: 38%
}

[data-star^="2"]::after {
    width: 40%
}

[data-star^="2.1"]::after {
    width: 42%
}

[data-star^="2.2"]::after {
    width: 44%
}

[data-star^="2.3"]::after {
    width: 46%
}

[data-star^="2.4"]::after {
    width: 48%
}

[data-star^="2.5"]::after {
    width: 50%
}

[data-star^="2.6"]::after {
    width: 52%
}

[data-star^="2.7"]::after {
    width: 54%
}

[data-star^="2.8"]::after {
    width: 56%
}

[data-star^="2.9"]::after {
    width: 58%
}

[data-star^="3"]::after {
    width: 60%
}

[data-star^="3.1"]::after {
    width: 62%
}

[data-star^="3.2"]::after {
    width: 64%
}

[data-star^="3.3"]::after {
    width: 66%
}

[data-star^="3.4"]::after {
    width: 68%
}

[data-star^="3.5"]::after {
    width: 70%
}

[data-star^="3.6"]::after {
    width: 72%
}

[data-star^="3.7"]::after {
    width: 74%
}

[data-star^="3.8"]::after {
    width: 76%
}

[data-star^="3.9"]::after {
    width: 78%
}

[data-star^="4"]::after {
    width: 80%
}

[data-star^="4.1"]::after {
    width: 82%
}

[data-star^="4.2"]::after {
    width: 84%
}

[data-star^="4.3"]::after {
    width: 86%
}

[data-star^="4.4"]::after {
    width: 88%
}

[data-star^="4.5"]::after {
    width: 90%
}

[data-star^="4.6"]::after {
    width: 92%
}

[data-star^="4.7"]::after {
    width: 94%
}

[data-star^="4.8"]::after {
    width: 96%
}

[data-star^="4.9"]::after {
    width: 98%
}

[data-star^="5"]::after {
    width: 100%
}

.logoBg {
    background-color: #e1eff5;
    border: 1px solid #827d7d !important;
    border: 1px solid #827d7d !important;
}

.hbBg {
    background-color: #f5dbc2;
    border-bottom: 1px solid #827d7d !important;
    border-right: 1px solid #827d7d !important;
}

.trendyolBg {
    background-color: #e9f6d7;
    border-bottom: 1px solid #827d7d !important;
    border-right: 1px solid #827d7d !important;
}

@media only screen and (min-width: 767px) {
    .nestedTable tr:nth-child(3n+1) {
        background-color: #ffffff;
        border: none;
    }
}

.display-none {
    display: none;
}

.showMore {
    color: #424242;
    text-decoration: none;
}

    .showMore:hover {
        color: #424242;
        text-decoration: none;
        cursor: pointer;
    }

@media only screen and (max-width: 767px) {
    td:nth-of-type(n):before {
        content: attr(data-label);
    }

    tr:nth-child(6n+1), tr:nth-child(6n+3) {
        background-color: #ffffff;
    }

    .hideOnMobile {
        position: absolute;
        top: -9999px;
        left: -9999px;
        display: none;
    }

    .nestedTable .spacer, tr .spacer {
        display: none;
    }

    .nestedTable table, .nestedTable thead, .nestedTable tbody, .nestedTable th, .nestedTable td, .nestedTable tr {
        display: block;
    }

        .nestedTable thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .nestedTable td {
        border: none;
        border-bottom: 1px solid #c8c3c4;
        position: relative;
        padding-left: 50%;
    }

        .nestedTable td:before {
            position: absolute;
            left: 6px;
            width: 45%;
            white-space: nowrap;
            font-weight: 800;
        }

    .nestedTable .tinyCol, .nestedTable .smallCol, .nestedTable .mediumCol, .nestedTable .largeCol, .nestedTable .xlargeCol {
        width: auto;
    }
}

/*WebSearch*/

.product-img {
    /*background: #f4f5fa;*/
    margin-bottom: 1rem;
    position: relative;
    min-height: 300px;
}

    .product-img img {
        margin: 0 auto;
    }

    .product-img .badge {
        position: absolute;
        top: 15px;
        padding: 0.5rem;
        font-size: 1rem;
        letter-spacing: 0.25px;
        left: 15px;
    }

        .product-img .badge.badge-right {
            left: auto;
            right: 15px;
        }

.price-reviews {
    overflow: hidden;
    margin-bottom: 1rem;
}

    .price-reviews .price-box {
        float: left;
    }

        .price-reviews .price-box .price {
            font-weight: 700;
            font-size: 22px;
        }

        .price-reviews .price-box .old-price {
            color: #6f7274;
            font-weight: 400;
            margin-left: 5px;
            text-decoration: line-through;
        }

    .price-reviews .ratings {
        float: right;
    }

        .price-reviews .ratings img {
            height: 15px;
        }

.product-shop .display-buttons a {
    color: #6b6f82;
    margin-right: 1rem;
}

    .product-shop .display-buttons a.active, .product-shop .display-buttons a:hover {
        color: #1e9ff2;
    }

.product-shop .shop-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.product-shop .product-title {
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 1.12rem;
    margin-bottom: 0.5rem;
}

.product-shop .product-action {
    background: #f4f5fa;
    padding: 0.75rem 1rem;
}

    .product-shop .product-action .saperator {
        color: #bfc5e2;
        position: relative;
        top: -1px;
    }

.product-detail ul {
    padding: 0;
}

    .product-detail ul li {
        list-style: none;
    }

.product-detail .product-img {
    height: 478px;
}

    .product-detail .product-img img {
        height: auto;
    }

.product-detail .product-title {
    font-weight: 600;
}

.product-detail .price-reviews {
    margin-bottom: 2rem;
}

    .product-detail .price-reviews .price-box {
        margin-top: 0.5rem;
    }

        .product-detail .price-reviews .price-box .price {
            font-weight: 500;
            color: #1e9ff2;
        }

.product-detail .product-info {
    margin-bottom: 1.25rem;
}

.product-detail .product-options .option-title {
    font-weight: 600;
    display: inline-block;
    width: 45px;
}

.product-detail .color-options ul {
    padding-left: 0;
}

    .product-detail .color-options ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 1rem;
    }

.product-detail .color-options .color-info {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    top: 5px;
    position: relative;
}

    .product-detail .color-options .color-info.active {
        outline: 1px solid #bfc5e2;
        outline-offset: 2px;
    }

.product-detail .product-action .product-count {
    float: left;
    margin-right: 2rem;
    width: 20%;
}

    .product-detail .product-action .product-count .input-group-prepend .btn,
    .product-detail .product-action .product-count .input-group-append .btn {
        background: #f4f5fa;
    }

    .product-detail .product-action .product-count .form-control {
        border-color: #f4f5fa;
    }

.product-detail .product-action .product-info {
    width: 40%;
}

.product-detail .product-action .product-info {
    background: #f4f5fa;
    padding: 0.75rem 1rem;
}

    .product-detail .product-action .product-info .saperator {
        color: #bfc5e2;
        position: relative;
        top: -1px;
    }

.product-detail .product-buttons .btn {
    padding: 0.5rem 0.75rem 0.75rem;
}

    .product-detail .product-buttons .btn i {
        position: relative;
        top: 2px;
    }

.product-detail .product-tabs {
    border-radius: 0;
}

    .product-detail .product-tabs.nav.nav-tabs.nav-underline .nav-item {
        flex: 0;
    }

        .product-detail .product-tabs.nav.nav-tabs.nav-underline .nav-item a.nav-link {
            padding: 0.75rem 2rem;
            font-size: 1.2rem;
        }

.product-detail .product-content ul {
    padding-left: 2rem;
}

    .product-detail .product-content ul li {
        list-style: disc;
    }

.shop-wrapper.product-action .product-count {
    width: 24%;
}

.shop-wrapper.product-action .product-info {
    width: 27%;
}

@media (max-width: 480px) {
    .shop-wrapper .input-group-addon,
    .shop-wrapper .input-group-btn,
    .shop-wrapper .input-group .form-control {
        display: block;
        margin-bottom: 10px;
        clear: both;
    }

    .shop-wrapper .input-group {
        display: block;
    }
}

.options {
    background: #f5f7fc;
    padding: 10px;
}

.product-detail-page .product-img {
    height: auto;
    min-height: auto;
}
.copy-badge {
    cursor: pointer !important;
}

.productCardItemTitle {
    font-weight: 800;
    font-size: 12px;
}

.fsize {
    font-size: 12px;
}
.ZeroOrLess {
    font-weight: bold;
    background-color: #ffb8b8;
}

.OneOrTen {
    font-weight: bold;
    background-color: #ffcbad;
}

.tenGreater {
    font-weight: bold;
    background-color: #d9ffd9;
}