﻿@charset "UTF-8";
/* Older browsers */
html {
    font-size: 16px;
}

@media (max-width: 767px) {
    html {
        font-size: 1.7vw;
    }
}

@media (max-width: 600px) {
    html {
        font-size: 2.2vw;
    }
}

@media (max-width: 567px) {
    html {
        font-size: 2.4vw;
    }
}

body {
    color: #333231;
    font-size: 1rem;
    line-height: 1.3;
}

@media (max-width: 767px) {
    body {
        font-size: 1.125rem;
    }
}

.font-40 {
    font-size: 2.5rem;
}

.font-35 {
    font-size: 2.1875rem;
}

.font-30 {
    font-size: 1.875rem;
}

.font-26 {
    font-size: 1.625rem;
}

.font-24 {
    font-size: 1.5rem;
}

.font-22 {
    font-size: 1.375rem !important;
}

.font-20 {
    font-size: 1.25rem !important;
}

.font-18 {
    font-size: 1.125rem;
}

.font-14 {
    font-size: 0.875rem;
}

.line-h-28 {
    line-height: 28px;
}

.bg-light-dark {
    background-color: #f1f4f7;
}

.txt-delivery {
    font-weight: 500;
}

.bg-primary-dark {
    background-color: #345681;
}

.border-primary-dark {
    border-color: #5d789a !important;
}

.text-white-80 {
    color: rgba(255, 255, 255, 0.8);
}

button:focus,
a:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

.z-index-2 {
    z-index: 2;
    position: relative;
}

.text-black {
    color: #000;
}

.text-gray {
    color: #676767;
}

.text-black-dark {
    color: #333231;
}

.letter-2 {
    letter-spacing: 2px;
}

.row,
.d-flex {
    overflow: hidden;
}

:focus {
    outline: none;
}

.flex-grow-1,
.flex-fill {
    min-width: 5px;
}

textarea {
    resize: none;
}

a:hover {
    text-decoration: none;
}

.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.32);
}

@media (max-width: 991.5px) {
    .navbar {
        align-items: flex-start;
    }

        .navbar .navbar-collapse {
            width: 100%;
            border-top: 1px solid #e4e4e4;
        }
}

.cart-btn {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding: 5px;
    margin: 0 10px;
    color: #dc3a02;
}

    .cart-btn:hover {
        color: #b63002;
    }

    .cart-btn i {
        font-size: 25px;
    }

    .cart-btn span {
        position: absolute;
        top: 14px;
        right: -2px;
        color: #ff4201;
        background: #fff;
        border-radius: 50%;
        font-size: 12px;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        font-weight: bold;
    }

.navbar-toggler {
    margin-top: 6px;
}

    .navbar-toggler svg path {
        color: #ff4201;
    }

.navbar-nav li a {
    font-weight: 500;
}

    .navbar-nav li a:hover {
        color: #333231 !important;
    }

@media (max-width: 767.9px) {
    .no-border-md {
        border: 0 !important;
    }
}

.search-box {
    width: 50%;
}

@media (max-width: 767.9px) {
    .search-box {
        width: 100%;
    }
}

ul {
    list-style: none;
}

.img-block {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .img-block img {
        width: 100%;
        height: 100%;
        max-width: unset;
        max-height: 200px;
        object-fit: contain;
    }

.feature-product-block .content-block {
    padding: 10px;
    display: block;
    border-radius: 5px;
}

    .feature-product-block .content-block:hover {
        transform: scale(1.1);
        box-shadow: 0 0 11px rgba(144, 38, 1, 0.6);
    }

.product-listing .content-block {
    height: 100%;
    padding: 10px;
    display: block;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 11px rgba(144, 38, 1, 0.6);
    border: 2px solid transparent;
    position: relative;
}

    .product-listing .content-block:hover {
        border-color: #dc3a02;
    }

        .product-listing .content-block:hover .lbl-offer {
            background-color: #dc3a02;
        }

    .product-listing .content-block .lbl-offer {
        position: absolute;
        top: -2px;
        left: -2px;
        background: #28a745;
        color: #fff;
        font-size: 15px;
        border-radius: 5px 0 5px 0;
        padding: 2px 5px;
    }

    .product-listing .content-block .btn-add-cart {
        position: absolute;
        right: 5px;
        bottom: 5px;
        font-size: 25px;
        color: #dc3a02;
        z-index: 3;
    }

        .product-listing .content-block .btn-add-cart:hover {
            color: #b63002;
        }

.price {
    font-weight: bold;
}

.old-price {
    color: #a9a9a9;
}

.testimonial-block {
    padding-top: 60px;
    padding-bottom: 40px;
}

    .testimonial-block::before {
        content: "”";
        font-family: "proxima_novaregular";
        position: absolute;
        top: 0px;
        font-size: 60px;
        line-height: 15px;
        transform: rotate(-180deg) translateY(-50%);
        color: #fff;
        left: 50%;
    }

    .testimonial-block .slick-dots {
        bottom: -10px;
    }

        .testimonial-block .slick-dots li {
            height: 15px;
            width: 15px;
        }

            .testimonial-block .slick-dots li button {
                background: #fff;
                border-radius: 50%;
                height: 15px;
                width: 15px;
            }

                .testimonial-block .slick-dots li button:before {
                    font-size: 27px;
                    height: 15px;
                    width: 15px;
                    line-height: 14px;
                }

            .testimonial-block .slick-dots li.slick-active button:before {
                opacity: 1;
                color: #ff4201;
            }

.single-product-view .left-blcok {
    z-index: 99;
    position: relative;
}

.single-product-view .product-zoom {
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto;
}

.single-product-view #show-img {
    width: 400px;
    height: 400px;
}

.single-product-view .small-img {
    width: 260px;
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 0px;
    margin: 0 auto;
}

    .single-product-view .small-img .icon-left,
    .single-product-view .small-img .icon-right {
        width: 12px;
        height: 24px;
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

        .single-product-view .small-img .icon-left:hover,
        .single-product-view .small-img .icon-right:hover {
            opacity: 0.5;
        }

    .single-product-view .small-img .icon-left {
        transform: rotate(180deg);
    }

    .single-product-view .small-img .icon-right {
        right: 0;
    }

.single-product-view .small-container {
    width: 220px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .single-product-view .small-container div {
        width: 800%;
        position: relative;
    }

    .single-product-view .small-container .show-small-img {
        width: 70px;
        height: 70px;
        margin-right: 6px;
        cursor: pointer;
        float: left;
    }

        .single-product-view .small-container .show-small-img:last-of-type {
            margin-right: 0;
        }

.fliter-block.affix {
    width: calc(16.6666666667% - 15px);
    top: 114px;
    left: 15px;
    max-height: calc(100vh - 370px);
    overflow: auto;
}

.fliter-block .inner button i::before {
    content: "";
}

.fliter-block .inner button.collapsed i::before {
    content: "";
}

.txt-two-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
}

.icon-inr {
    font-size: 14px;
}

    .icon-inr::before {
        content: "";
    }

.apply-filter-block .inner a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #b63002;
    color: #b63002;
}

    .apply-filter-block .inner a:hover {
        background: #b63002;
        color: #fff;
    }

    .apply-filter-block .inner a i::before {
        position: absolute;
        right: 3px;
        top: 7px;
        content: "";
        display: inline-block;
        font: normal normal normal 12px/1 FontAwesome;
    }

.cart-listing .qty-col {
    min-width: 90px;
    text-align: right;
}

.cart-listing .remove-col {
    min-width: 20px;
    max-width: 20px;
    display: flex;
    align-items: center;
}

    .cart-listing .remove-col a {
        font-size: 18px;
        color: #ff4201;
    }

.cart-listing .amount-col {
    min-width: 100px;
    text-align: right;
}

.cart-listing .cart-product-list .img-block {
    min-width: 80px;
    max-width: 80px;
    min-height: auto;
    height: 80px;
    max-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cart-listing .cart-product-list .img-block img {
        max-height: 100%;
        max-width: 100%;
    }

.cart-listing .cart-product-list .qty-col a {
    color: #ff4201;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ff4201;
    border-radius: 5px;
}

.cart-listing .cart-product-list .qty-col .qty-show {
    min-width: 25px;
    max-width: 25px;
    font-size: 16px;
    color: #ff4201;
    font-weight: bold;
    text-align: center;
}

.cart-listing .cart-product-list .txt-amt {
    font-size: 16px;
    color: #ff4201;
    font-weight: bold;
}

.page-link {
    color: #ff4201
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
}
/*# sourceMappingURL=custom.css.map */
