﻿/*----  Product Style  ----*/
.ec-pro-variation {
    margin: 5px 0 0px;
}

    .ec-pro-variation .ec-pro-variation-inner {
        font-size: 16px;
        font-weight: 600;
        color: #212121;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .ec-pro-variation .ec-pro-variation-inner > span {
            display: block;
            margin: 0 0 5px;
        }

        .ec-pro-variation .ec-pro-variation-inner .ec-pro-variation-content li {
            display: inline-block;
            border: 1px solid transparent;
            padding: 1px;
            float: left;
            cursor: pointer;
            margin-right: 5px;
        }

        .ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-color .ec-pro-variation-content li {
            border-radius: 100%;
        }

            .ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-color .ec-pro-variation-content li span {
                width: 16px;
                height: 16px;
                display: block;
                border-radius: 100%;
            }

            .ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-color .ec-pro-variation-content li:hover {
                border: 1px solid #444444;
            }

        .ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-size .ec-pro-variation-content li {
            height: 100%;
            cursor: pointer;
            background-color: #eeeeee;
            color: #777777;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 14px;
            line-height: 22px;
            padding: 0;
            border-radius: 5px;
        }

            .ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-size .ec-pro-variation-content li:hover {
                background-color: #e2e2e2;
            }

        .ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-size .ec-pro-variation-content .active {
            background-color: #e2e2e2;
        }

button.btn-close.qty_close {
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    z-index: 9999;
}

.ec-product-inner .ec-pro-image {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

    .ec-product-inner .ec-pro-image .image {
        position: relative;
        display: block;
        overflow: hidden;
        pointer-events: none;
    }

        .ec-product-inner .ec-pro-image .image img {
            z-index: 1;
            max-width: 100%;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

            .ec-product-inner .ec-pro-image .image img.hover-image {
                position: absolute;
                z-index: 2;
                top: 0;
                left: 0;
                opacity: 0;
            }

    .ec-product-inner .ec-pro-image .flags {
        position: absolute;
        z-index: 8;
        top: 24px;
        left: auto;
        right: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        background-color: #555;
    }

        .ec-product-inner .ec-pro-image .flags .sale {
            padding: 0 5px;
            background-color: #81dca8;
        }

        .ec-product-inner .ec-pro-image .flags .new {
            padding: 0 5px;
            background-color: #8196dc;
        }

        .ec-product-inner .ec-pro-image .flags span {
            font-size: 11px;
            font-weight: 600;
            line-height: 20px;
            padding: 0;
            text-align: center;
            text-transform: uppercase;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #ffffff;
            letter-spacing: 1px;
        }

        .ec-product-inner .ec-pro-image .flags + .flags {
            right: 20px;
        }

    .ec-product-inner .ec-pro-image .percentage {
        position: absolute;
        z-index: 8;
        top: 13px;
        left: 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        padding: 0 8px;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #ff6285;
        border-radius: 0 15px 15px 0;
        font-weight: 700;
    }

    .ec-product-inner .ec-pro-image a.quickview {
        visibility: hidden;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 auto;
        top: auto !important;
        bottom: 15px;
        right: 15px;
        left: auto;
        width: 35px;
        height: 35px;
        opacity: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: rgba(68, 68, 68, 0.7);
        background-color: #ffffff;
        z-index: 9;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        border: 1px solid #eeeeee;
    }

        .ec-product-inner .ec-pro-image a.quickview i {
            font-size: 17px;
            line-height: 14px;
        }

        .ec-product-inner .ec-pro-image a.quickview:hover {
            background-color: #ffffff;
            -webkit-box-shadow: 0px 0px 5px 0px #ccc;
            box-shadow: 0px 0px 5px 0px #ccc;
        }

    .ec-product-inner .ec-pro-image .ec-pro-actions {
        position: absolute;
        top: auto;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        visibility: hidden;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        width: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        bottom: 0;
        z-index: 9;
    }

        .ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group {
            position: absolute;
            right: 15px;
            bottom: 26px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 35px;
            height: 35px;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            text-decoration: none;
            color: rgba(68, 68, 68, 0.7);
            background-color: #ffffff;
            cursor: pointer;
        }

            .ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group i {
                font-size: 17px;
                line-height: 14px;
            }

            .ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group:hover:not(.active),
            .ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group .active:not(.active) {
                color: rgba(68, 68, 68, 0.7);
                background-color: #ffffff;
                -webkit-box-shadow: 0px 0px 5px 0px #ccc;
                box-shadow: 0px 0px 5px 0px #ccc;
            }

        .ec-product-inner .ec-pro-image .ec-pro-actions .compare {
            position: absolute;
            right: 15px;
            bottom: 26px;
            color: rgba(68, 68, 68, 0.7);
            background-color: #ffffff;
            border: 1px solid #eeeeee;
        }

            .ec-product-inner .ec-pro-image .ec-pro-actions .compare:hover {
                background-color: #ffffff;
                -webkit-box-shadow: 0px 0px 5px 0px #ccc;
                box-shadow: 0px 0px 5px 0px #ccc;
            }

        .ec-product-inner .ec-pro-image .ec-pro-actions .wishlist {
            position: absolute;
            right: 15px;
            bottom: 62px;
            border: 1px solid #eeeeee;
        }

            .ec-product-inner .ec-pro-image .ec-pro-actions .wishlist:hover {
                background-color: #ffffff;
                -webkit-box-shadow: 0px 0px 5px 0px #ccc;
                box-shadow: 0px 0px 5px 0px #ccc;
            }

        .ec-product-inner .ec-pro-image .ec-pro-actions .active {
            color: rgba(68, 68, 68, 0.7);
            background-color: #ffffff;
        }

        .ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group.active {
            color: rgba(68, 68, 68, 0.7);
            background-color: #3474d4;
        }

            .ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group.active .svg_img.pro_svg {
                fill: #fff;
            }

            .ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group.active i {
                color: #fff;
            }

        .ec-product-inner .ec-pro-image .ec-pro-actions .add-to-cart {
            position: absolute;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 35px;
            width: 35px;
            right: 15px;
            bottom: 98px;
            margin: 0;
            padding: 0;
            font-size: 0;
            line-height: 1;
            text-align: center;
            font-weight: 400;
            text-transform: uppercase;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: rgba(68, 68, 68, 0.7);
            background-color: #ffffff;
            border: 1px solid #eeeeee;
        }

            .ec-product-inner .ec-pro-image .ec-pro-actions .add-to-cart:hover {
                background-color: #ffffff;
                -webkit-box-shadow: 0px 0px 5px 0px #ccc;
                box-shadow: 0px 0px 5px 0px #ccc;
            }

            .ec-product-inner .ec-pro-image .ec-pro-actions .add-to-cart i {
                font-size: 17px;
                line-height: 14px;
            }

    .ec-product-inner .ec-pro-image .shop-cart-icon {
        padding: 0;
        width: 35px !important;
        font-size: 0 !important;
    }

        .ec-product-inner .ec-pro-image .shop-cart-icon .svg_img.pro_svg {
            margin-right: 0;
        }

.ec-product-inner .ec-pro-image-outer {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 8;
    position: relative;
}

.ec-product-inner:hover a.quickview {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.ec-product-inner:hover .ec-pro-image .ec-pro-actions {
    visibility: visible;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    opacity: 1;
}

.ec-product-inner:hover .ec-pro-image a.quickview {
    visibility: visible;
    opacity: 1;
    top: 44%;
}

    .ec-product-inner:hover .ec-pro-image a.quickview i {
        font-size: 17px;
        line-height: 14px;
    }

.ec-product-inner:hover .ec-pro-image .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

    .ec-product-inner:hover .ec-pro-image .image img:not(:last-child) {
        opacity: 0;
    }

    .ec-product-inner:hover .ec-pro-image .image img.hover-image {
        opacity: 1;
    }

.ec-product-inner .ec-pro-content {
    position: relative;
    z-index: 7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 11px 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: left;
    background-color: #ffffff;
    letter-spacing: 0.6px;
}

    .ec-product-inner .ec-pro-content .ec-pro-title {
        font-size: 20px;
        margin: 0 0 7px;
    }

        .ec-product-inner .ec-pro-content .ec-pro-title a {
            text-decoration: none;
            color: #777;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font-family: "Poppins, sans-serif";
        }

            .ec-product-inner .ec-pro-content .ec-pro-title a:hover {
                color: #3474d4;
            }

    .ec-product-inner .ec-pro-content .ec-price {
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        color: #777777;
    }

        .ec-product-inner .ec-pro-content .ec-price:not(:last-child) {
            margin-bottom: 5px;
        }

        .ec-product-inner .ec-pro-content .ec-price span.new-price {
            color: #555;
            font-weight: 700;
            font-size: 15px;
            font-family: "Montserrat";
        }

        .ec-product-inner .ec-pro-content .ec-price span.old-price {
            font-size: 15px;
            margin-right: 15px;
            text-decoration: line-through;
            color: #777777;
        }

    .ec-product-inner .ec-pro-content .btn {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .ec-product-inner .ec-pro-content .ec-pro-rating {
        margin-bottom: 5px;
    }

        .ec-product-inner .ec-pro-content .ec-pro-rating i {
            opacity: 0.7;
        }

.ec-product-inner .ec-pro-image.pro-loading:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    opacity: 0.8;
    z-index: 21;
}

.ec-shop-product-inner .ec-pro-image .add-to-cart {
    width: 35px;
    padding: 0;
}

    .ec-shop-product-inner .ec-pro-image .add-to-cart .svg_img.pro_svg {
        margin-right: 0;
    }

.svg_img.pro_svg {
    height: 22px;
    fill: #686868;
    width: auto;
}

a.quickview .svg_img.pro_svg {
    height: 22px;
}

a.compare .svg_img.pro_svg {
    height: 22px;
}

a.wishlist .svg_img.pro_svg {
    height: 22px;
}

/*----  Product Image Loader  ----*/
.ec-pro-loader {
    width: 50px;
    padding: 1px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #000;
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    -webkit-animation: s3 1s infinite linear;
    animation: s3 1s infinite linear;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 55;
    opacity: 0;
}

@-webkit-keyframes s3 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes s3 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.pro-loading {
    position: relative;
}

    .pro-loading .ec-pro-loader {
        opacity: 1;
        display: block;
    }

/*----  Product Ratting Star  ----*/
i.ecicon.eci-star,
i.ecicon.eci-star-o {
    margin-right: 3px;
    color: #b2b2b2;
    float: left;
}

    i.ecicon.eci-star.fill {
        color: #ff6262;
        opacity: 0.7;
    }

.ec-pro-option {
    width: 100%;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .ec-pro-option ul {
        margin-top: -1px;
    }

    .ec-pro-option .ec-pro-opt-label {
        display: none;
    }

/*----  Product Color And Size Style  ----*/
.ec-pro-color li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    border-radius: 30px;
    float: left;
    cursor: pointer;
    margin-right: 5px;
    opacity: 0.8;
    padding: 2px;
}

    .ec-pro-color li span {
        width: 20px;
        height: 20px;
        display: block;
        border-radius: 30px;
    }

    .ec-pro-color li a {
        pointer-events: none;
        width: 20px;
        height: 20px;
        display: block;
        cursor: pointer;
    }

    .ec-pro-color li:last-child {
        margin-right: 0;
    }

    .ec-pro-color li:hover {
        -webkit-box-shadow: 0px 0px 5px 0px #bbb;
        box-shadow: 0px 0px 5px 0px #bbb;
    }

    .ec-pro-color li.active {
        -webkit-box-shadow: 0px 0px 5px 0px #ccc;
        box-shadow: 0px 0px 5px 0px #ccc;
    }

.ec-pro-size li {
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-right: 5px;
}

    .ec-pro-size li:last-child {
        margin-right: 0;
    }

    .ec-pro-size li a {
        padding: 3px;
        pointer-events: none;
        height: 18px;
        min-width: 20px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 12px;
        line-height: 24px;
        background-color: #f7f7f7;
        color: #777777;
        font-weight: 400;
    }

    .ec-pro-size li.active a {
        background-color: #e2e2e2;
    }

.tab-content .tab-pane {
    display: block;
    height: 0;
    visibility: hidden;
    max-width: 100%;
    opacity: 0;
    position: relative;
    overflow: hidden;
}

    .tab-content .tab-pane .panel-overlay {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
    }

    .tab-content .tab-pane:hover .panel-overlay {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .tab-content .tab-pane.active {
        height: auto;
        visibility: visible;
        opacity: 1;
    }

/** Responsive **/
@media only screen and (max-width: 1449px) and (min-width: 1200px) {
    .ec-product-inner .ec-pro-image .ec-pro-actions {
        right: 5px;
        left: 5px;
    }

    .ec-product-inner .ec-pro-image .add-to-cart {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1366px) {
    .ec-product-inner .ec-pro-image .ec-pro-actions .add-to-cart,
    .ec-product-inner .ec-pro-image .ec-pro-actions .wishlist,
    .ec-product-inner .ec-pro-image .ec-pro-actions .compare {
        right: 10px;
    }

    .ec-product-inner .ec-pro-content .ec-pro-title a {
        font-size: 15px;
    }

    .ec-product-inner .ec-pro-image a.quickview {
        width: 35px;
        height: 35px;
    }

    .ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group {
        width: 35px;
        height: 35px;
    }

    .ec-product-inner .ec-pro-image .add-to-cart {
        height: 35px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .ec-product-tab .tab-pane > .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .col-lg-3.ec-product-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .ec-product-inner .ec-pro-image .ec-pro-actions {
        right: 5px;
        left: 20px;
    }

    .ec-product-inner .ec-pro-image .add-to-cart {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .ec-product-inner:hover a.quickview {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    .ec-product-inner .ec-pro-image .ec-pro-actions {
        width: 100%;
        left: 0;
    }

    .ec-product-inner .ec-pro-image a.quickview,
    .ec-product-inner .ec-pro-image .ec-pro-actions {
        visibility: visible;
        opacity: 1;
    }

    .ec-product-inner .ec-pro-image .ec-pro-actions {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

        .ec-product-inner .ec-pro-image .ec-pro-actions .add-to-cart {
            width: 35px;
            position: absolute;
            right: 15px;
            bottom: 98px;
            margin: 0;
            padding: 0;
            font-size: 0;
            border-radius: 10px 10px 0 0;
        }

            .ec-product-inner .ec-pro-image .ec-pro-actions .add-to-cart .svg_img.pro_svg {
                margin: 8px;
            }

        .ec-product-inner .ec-pro-image .ec-pro-actions .wishlist {
            position: absolute;
            right: 15px;
            bottom: 62px;
        }

        .ec-product-inner .ec-pro-image .ec-pro-actions .compare {
            position: absolute;
            right: 15px;
            bottom: 26px;
        }

    .ec-product-inner .ec-pro-image a.quickview {
        position: absolute;
        top: auto !important;
        bottom: 65px;
        right: 15px;
        left: auto;
        border-radius: 0 0 10px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ec-product-tab .tab-pane > .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .col-lg-3.ec-product-content {
        margin-bottom: 25px !important;
    }
}

@media only screen and (max-width: 575px) {
    .ec-product-tab .tab-pane > .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .col-lg-3.ec-product-content,
    .col-lg-4.ec-product-content {
        max-width: 342px;
        margin: 0 auto;
    }

    .ec-product-inner .ec-pro-image .ec-pro-actions {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
} 

/*-------------------------------------------------
  New Product CSS
---------------------------------------------------*/
section.ec-new-product .section-title .sub-title {
    margin-top: 7px;
}

 
 
/*-------------------------------------------------
  Category Section CSS
---------------------------------------------------*/
.ec-category-section .section-title .sub-title {
    margin-top: 7px;
}

.ec-category-section .ec-cat-tab-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .ec-category-section .ec-cat-tab-nav li.cat-item:not(:last-child) {
        margin-bottom: 5px;
    }

    .ec-category-section .ec-cat-tab-nav .cat-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px;
        background-color: #f5f5f5;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .ec-category-section .ec-cat-tab-nav .cat-link:hover {
            background-color: #3474d4;
        }

            .ec-category-section .ec-cat-tab-nav .cat-link:hover .cat-icon-hover {
                display: block;
            }

            .ec-category-section .ec-cat-tab-nav .cat-link:hover .cat-icon {
                display: none;
            }

            .ec-category-section .ec-cat-tab-nav .cat-link:hover .cat-desc span {
                color: #ffffff;
            }

                .ec-category-section .ec-cat-tab-nav .cat-link:hover .cat-desc span + span {
                    color: #ffffff;
                }

        .ec-category-section .ec-cat-tab-nav .cat-link .cat-icons {
            display: block;
            margin-right: 15px;
        }

        .ec-category-section .ec-cat-tab-nav .cat-link .cat-icon-hover {
            display: none;
        }

        .ec-category-section .ec-cat-tab-nav .cat-link .cat-desc {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .ec-category-section .ec-cat-tab-nav .cat-link .cat-desc span {
                margin-top: 5px;
                font-size: 17px;
                font-family: "Montserrat";
                font-weight: 700;
                color: #444444;
                letter-spacing: 0;
                line-height: 1.2;
            }

                .ec-category-section .ec-cat-tab-nav .cat-link .cat-desc span + span {
                    font-size: 13px;
                    color: #777777;
                    letter-spacing: 0;
                    line-height: 1.2;
                    font-family: "Nunito", sans-serif;
                    text-transform: capitalize;
                    font-weight: 500;
                }

        .ec-category-section .ec-cat-tab-nav .cat-link.active {
            background-color: #3474d4;
        }

            .ec-category-section .ec-cat-tab-nav .cat-link.active .cat-icon-hover {
                display: block;
            }

            .ec-category-section .ec-cat-tab-nav .cat-link.active .cat-icon {
                display: none;
            }

            .ec-category-section .ec-cat-tab-nav .cat-link.active .cat-desc span {
                color: #ffffff;
            }

                .ec-category-section .ec-cat-tab-nav .cat-link.active .cat-desc span + span {
                    color: #ffffff;
                }

/*-------------------------------------------------
  Shop Page CSS
---------------------------------------------------*/
.width-100 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 100% !important;
}

.width-50 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 50% !important;
}

.col-5 {
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.ec-shop-rightside .ec-pro-list-top {
    margin-bottom: 30px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    background: #f7f7f7;
    padding: 7px;
    border: none;
    border: 1px solid #eeeeee;
}

.ec-gl-btn .btn {
    width: 34px;
    height: 34px;
    padding: 0;
    background: #ffffff;
    border: 1px solid #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 34px;
    float: left;
    margin-left: 10px;
}

    .ec-gl-btn .btn:hover {
        background: #3474d4;
        border: 1px solid #3474d4;
    }

        .ec-gl-btn .btn:hover .svg_img.gl_svg {
            fill: #ffffff;
        }

        .ec-gl-btn .btn:hover i {
            color: #ffffff;
        }

    .ec-gl-btn .btn .svg_img.gl_svg {
        height: 20px;
        fill: #444444;
        width: 20px;
    }

    .ec-gl-btn .btn i {
        font-size: 17px;
        line-height: 14px;
        color: #444444;
    }

    .ec-gl-btn .btn.active {
        background: #3474d4;
        border: 1px solid #3474d4;
    }

        .ec-gl-btn .btn.active .svg_img.gl_svg {
            fill: #ffffff;
        }

        .ec-gl-btn .btn.active i {
            color: #ffffff;
        }

.ec-sort-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .ec-sort-select .sort-by {
        font-size: 14px;
        color: #777777;
        padding-left: 22px;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
    background: #ffffff;
    background-image: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    color: #777777;
    cursor: pointer;
}

    select::-ms-expand {
        display: none;
    }

.ec-select-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 172px;
    height: 34px;
    line-height: 1.5;
    background: #ffffff;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid #eeeeee;
}

    .ec-select-inner::after {
        content: "\f107";
        position: absolute;
        font-family: "Ecicons";
        top: 0;
        left: 0;
        padding: 0 10px;
        cursor: pointer;
        pointer-events: none;
        font-size: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 34px;
        line-height: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #777777;
    }

.ec-page-detail .ec-cat-bnr {
    border: 1px solid #eeeeee;
}

    .ec-page-detail .ec-cat-bnr a span {
        width: 100%;
        height: 250px;
        display: block;
        background-image: url(../images/banner/5.png);
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
    }

.ec-page-detail .ec-page-description {
    min-height: 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    background-color: #f7f7f7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #777;
    font-size: 15px;
    line-height: 28px;
    border: 1px solid #eeeeee;
}

    .ec-page-detail .ec-page-description h6 {
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: 700;
        color: #555;
    }

    .ec-page-detail .ec-page-description p {
        color: #777;
        font-size: 14px;
        line-height: 24px;
    }

.col-5 .add-to-cart {
    width: 50px !important;
    font-size: 0 !important;
}

    .col-5 .add-to-cart .svg_img.pro_svg {
        margin: 0;
    }

.container-fluid .col-lg-2 .add-to-cart {
    width: 50px;
    font-size: 0 !important;
}

    .container-fluid .col-lg-2 .add-to-cart .svg_img.pro_svg {
        margin: 0;
    }

/*-----  List View Section  -----*/
.list-view .ec-pro-content {
    padding-left: 30px;
    padding-top: 0;
}

    .list-view .ec-pro-content .ec-pro-size {
        margin-top: 15px;
    }

.list-view .ec-product-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .list-view .ec-product-inner .ec-pro-image-outer {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .list-view .ec-product-inner .ec-pro-image-outer {
        max-width: 200px;
    }

.list-view .ec-pro-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.list-view .ec-pro-list-desc {
    display: block;
    margin: 5px auto 10px;
    font-size: 13px;
}

.list-view-50 .ec-pro-content {
    padding-left: 30px;
    padding-top: 0;
}

    .list-view-50 .ec-pro-content .ec-pro-size {
        margin-top: 10px;
    }

.list-view-50 .add-to-cart {
    font-size: 0 !important;
}

    .list-view-50 .add-to-cart .svg_img.pro_svg {
        margin: 0;
    }

.list-view-50 .ec-product-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .list-view-50 .ec-product-inner .ec-pro-image-outer {
        min-width: 200px;
        max-width: 200px;
    }

.list-view-50 .ec-pro-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.list-view-50 .ec-pro-list-desc {
    display: block;
    margin: 5px auto 10px;
    font-size: 15px;
}

/*-----  Pro List View Section  -----*/
.ec-pro-list-desc {
    display: none;
}

.ec-pro-pagination {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #eeeeee;
}

    .ec-pro-pagination span {
        font-size: 16px;
        color: #777;
    }

    .ec-pro-pagination li {
        display: inline-block;
        float: left;
        margin-left: 1px;
    }

    .ec-pro-pagination a {
        font-weight: 300;
        color: #777;
        padding: 0;
        height: 32px;
        line-height: 32px;
        background: #ffffff;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 32px;
        text-align: center;
        vertical-align: top;
        font-size: 16px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .ec-pro-pagination a:hover {
            color: #ffffff;
            background-color: #3474d4;
        }

        .ec-pro-pagination a.next {
            width: auto;
            padding: 0 13px;
            border: 1px solid #eeeeee;
            line-height: 30px;
        }

            .ec-pro-pagination a.next i:before {
                padding-left: 7px;
                font-size: 22px;
            }

        .ec-pro-pagination a.active {
            color: #ffffff;
            background-color: #3474d4;
        }

/*-----  Filter Sidebar Back Overlay  -----*/
.filter-sidebar-overlay {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 16;
    display: none;
}

.filter-sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 300px;
    height: 100vh;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 16;
    background-color: #ffffff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

    .filter-sidebar ::-webkit-scrollbar {
        width: 5px;
    }

    .filter-sidebar ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .filter-sidebar ::-webkit-scrollbar-thumb {
        background: #888;
    }

        .filter-sidebar ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .filter-sidebar .ec-sidebar-heading {
        position: relative;
    }

        .filter-sidebar .ec-sidebar-heading h1 {
            margin-bottom: 0;
        }

        .filter-sidebar .ec-sidebar-heading a {
            position: absolute;
            top: 0px;
            right: 13px;
            font-size: 31px;
            color: #777;
        }

    .filter-sidebar .ec-sidebar-wrap {
        height: calc(100vh - 50px);
        border: none;
        overflow-y: auto;
    }

/*-----  Togal Sidebar  -----*/
.toggle-sidebar-swipe {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.ec-border-box {
    border: 1px solid #eeeeee;
}

.ec-sidebar-wrap {
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding:15px;
}

    .ec-sidebar-wrap h3 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
        position: relative;
        display: block;
        color: #555;
        margin-top:5px;
        font-family: "Montserrat";
    }

    .ec-sidebar-wrap .h3 {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1.2px;
        margin-bottom: 10px;
        position: relative;
        display: block;
        color: #3474d4;
        font-family: "Fjalla One";
        letter-spacing: 0.4px;
    }

    .ec-sidebar-wrap .ec-sb-block-content {
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 10px;
    }

        .ec-sidebar-wrap .ec-sb-block-content li a span {
            float: right;
        }

        .ec-sidebar-wrap .ec-sb-block-content li a:hover {
            color: #555;
        }

    .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 0 0 14px;
        display: block;
    }

        .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item {
            position: relative;
        }

            .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                z-index: 999;
                top: 0;
                left: 0;
                width: 18px;
                height: 18px;
            }

            .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked {
                position: absolute;
                top: 0;
                left: 0;
                height: 18px;
                width: 18px;
                background: #ffffff;
                border: 1px solid #dddddd;
                border-radius: 0;
                -webkit-transition: all 300ms linear;
                transition: all 300ms linear;
            }

                .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked:after {
                    left: -1px;
                    top: -1px;
                    width: 18px;
                    height: 18px;
                    border: 1px solid #3474d4;
                    content: "\f00c";
                    position: absolute;
                    display: none;
                    background: #3474d4;
                    font-family: "Ecicons";
                    font-size: 14px;
                    color: #ffffff;
                    line-height: 16px;
                    text-align: center;
                }

                .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked.grey {
                    background: #aab2bd;
                    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
                    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
                }

                .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked.white {
                    background: #ffffff;
                    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
                    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
                }

                .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked.black {
                    background: #434a54;
                    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
                    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
                }

                .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked.camel {
                    background: #c19a6b;
                    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
                    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
                }

            .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item.ec-more-toggle {
                cursor: pointer;
            }

        .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li #ec-more-toggle {
            margin-left: 25px;
            display: block;
            color: #444444;
            font-size: 15px;
            margin-top: 0;
            line-height: 18px;
            font-weight: 400;
            text-transform: capitalize;
            letter-spacing: 0;
            cursor: pointer;
        }

        .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li a {
            margin-left: 30px;
            display: block;
            color: #777;
            font-size: 14px;
            margin-top: 0;
            line-height: 20px;
            font-weight: 400;
            text-transform: capitalize;
            cursor: pointer;
        }

            .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li a:hover {
                color: #3474d4;
            }

        .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-more-toggle .checked:after {
            left: -1px;
            top: -1px;
            width: 18px;
            height: 18px;
            border: 1px solid #3474d4;
            content: "\f067";
            position: absolute;
            display: block;
            background-color: #3474d4;
            font-family: "Ecicons";
            font-size: 12px;
            color: #ffffff;
            line-height: 18px;
            text-align: center;
        }

        .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-more-toggle.active .checked:after {
            content: "\f068";
        }

        .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li:hover .checked {
            color: #3474d4;
        }

    .ec-sidebar-wrap .ec-sidebar-block.ec-sidebar-block-clr .ec-sb-block-content li {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        padding: 2px;
        border-radius: 30px;
        cursor: pointer;
        margin-right: 5px;
        width: 26px;
        height: 26px;
    }

        .ec-sidebar-wrap .ec-sidebar-block.ec-sidebar-block-clr .ec-sb-block-content li:hover {
            -webkit-box-shadow: 0px 0px 5px 0px #ccc;
            box-shadow: 0px 0px 5px 0px #ccc;
        }

        .ec-sidebar-wrap .ec-sidebar-block.ec-sidebar-block-clr .ec-sb-block-content li span {
            width: 22px;
            height: 22px;
            display: block;
            border-radius: 30px;
        }

        .ec-sidebar-wrap .ec-sidebar-block.ec-sidebar-block-clr .ec-sb-block-content li.active {
            padding: 2px;
            border-color: #3474d4;
        }

    .ec-sidebar-wrap .ec-sb-block-content.es-price-slider {
        margin-bottom: 0;
        border-bottom: none;
        background: #f5f5f5;
        padding: 21px 15px 15px;
        font-family: "Montserrat";
        border: 1px solid #eeeeee;
    }

.ec-sidebar-heading h1 {
    text-decoration: none;
    color: #777;
    display: block;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 20px;
    background: #f7f7f7;
    padding: 14px 15px 14px;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
    text-align:left;
}

/*-----  No UI Target  -----*/
.noUi-target {
    cursor: pointer;
}

    .noUi-target:focus {
        outline: none;
    }

.noUi-horizontal {
    height: 4px;
    margin-bottom: 20px;
}

    .noUi-horizontal .noUi-handle {
        top: -6px;
        right: -15px;
        width: 16px;
        height: 16px;
        background: #ffffff;
        border: 2px solid #3474d4;
        border-radius: 50%;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        cursor: pointer;
        -webkit-transition: -webkit-transform 0.1s;
        transition: -webkit-transform 0.1s;
        transition: transform 0.1s;
        transition: transform 0.1s, -webkit-transform 0.1s;
    }

.noUi-connect {
    background: #444444;
}

.noUi-base {
    background: #777777;
}

.noUi-handle.noUi-handle-upper {
    right: 0;
}

/*-----  Price Filter  -----*/
.ec-price-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ec-price-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .ec-price-input .ec-price-divider {
        position: relative;
        border-bottom: 1px solid #777;
        width: 10px;
        height: 1px;
        margin: 0 10px;
    }

/*-----  Filter Label  -----*/
.filter__label {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0;
    font-size: 16px;
    color: #777;
}

    .filter__label:before {
        color: #777;
        font-size: 15px;
        line-height: 1;
        margin-right: 4px;
    }

    .filter__label:nth-child(1):before {
        content: "$";
    }

    .filter__label:nth-child(3):before {
        content: "$";
    }

.filter__input {
    height: 30px;
    border: none;
    border-radius: 0;
    padding: 0;
    max-width: 48px;
    line-height: 30px;
    background: #ffffff;
    text-align: center;
    font-size: 14px;
    color: #777;
    border: 1px solid #eeeeee;
}

/*-----  Sidebar Block  -----*/
.ec-sidebar-block .ec-sb-block-content ul li .ec-sidebar-block-item input:checked ~ .checked::after {
    display: block;
}

.ec-sidebar-block.no-cba .ec-sb-block-content ul li .ec-sidebar-block-item input:checked ~ .checked::after {
    display: none;
}

.ec-sidebar-block.no-cba .ec-sb-block-content ul li .ec-sidebar-block-item .checked {
    border: 0;
}

.ec-sidebar-res {
    display: none;
}
