﻿.theme-color {
    color: #0da487 !important;
}

.product-border {
    border: 1px solid rgba(74,85,104,0.3);
    border-radius: 10px;
    padding: 0 14px;
}

.product-box-slider {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.product-box {
    padding: 14px;
    border-right: 1px solid rgba(74,85,104,0.3);
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

    .product-box .label-tag {
        position: absolute;
        top: 24px;
        left: 0;
        padding: 5px 16px;
        background-color: #FFBA00;
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        z-index: 1;
    }

        .product-box .label-tag::before {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            top: 0;
            left: 44px;
            border-bottom: solid 20px #faba02;
            border-left: solid 15px transparent;
            border-right: solid 15px transparent;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            z-index: 1;
        }

        .product-box .label-tag::after {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            top: 16px;
            left: 44px;
            border-bottom: solid 15px #faba02;
            border-left: solid 15px transparent;
            border-right: solid 15px transparent;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            z-index: 1;
        }


        .product-box .label-tag span {
            font-weight: 700;
        }

    .product-box .product-image {
        text-align: center;
        padding: 20px;
        position: relative;
    }

        .product-box .product-image img {
            width: 100% !important;
            height: 140px !important;
            transform: scale(1);
            -o-object-fit: contain;
            object-fit: contain;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .product-box .product-detail a {
        color: #222;
        font-size: 14px;
        display: block;
        color: var(--theme-color);
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        text-decoration: none;
    }

    .product-box .product-detail h6 {
        font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
        line-height: 1.2;
        margin: 0;
        font-weight: 400 !important;
    }

    .product-box .product-detail a h6.name {
        font-weight: 600 !important;
        line-height: 22px;
        height: 45px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }

    .product-box .sold {
        font-weight: 600 !important;
        margin-top: 3px;
        line-height: 21px;
        font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    }

    .product-box .price {
        margin-top: 16px;
        font-weight: 600 !important;
        font-size: 16px !important
    }

    .product-box .sold .price {
        font-weight: 600 !important;
        margin-top: 0;
        font-size: 16px !important
    }

    .product-box .sold del {
        font-weight: 400 !important;
        margin-left: 6px;
        font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
        letter-spacing: 0 !important
    }

    .product-box .product-image .product-option {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        list-style-type: none !important;
        list-style: none !important;
        bottom: -5px;
        background-color: #fff;
        width: 70%;
        padding: 10px 5px;
        border-radius: 7px;
        -webkit-box-shadow: 0 0 8px rgb(34 34 34 / 12%);
        box-shadow: 0 0 8px rgb(34 34 34 / 12%);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        max-width: 320px;
    }

        .product-box .product-image .product-option li {
            position: relative;
            width: 33.33%;
            display: inline-block;
            font-size: 14px;
        }

            .product-box .product-image .product-option li a {
                color: #222;
            }

                .product-box .product-image .product-option li a .feather {
                    width: 17px;
                    height: auto;
                    color: #4a5568;
                }



.product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-top: 6px !important;
    margin-bottom: 6px !important
}

.product-box .product-detail .product-rating h6 {
    font-weight: 500 !important;
}

.add-to-cart-box {
    background-color: #f8f8f8 !important;
    border-radius: 50px !important;
    position: relative !important;
}

    .add-to-cart-box .btn-add-cart {
        padding: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) 0 !important;
        width: 100% !important;
        font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320))) !important;
        margin-top: 10px !important;
        color: #4a5568 !important;
        border-radius: 50px !important;
        font-weight: 500 !important;
        background-color: #f8f8f8 !important;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer !important
    }

        .add-to-cart-box .btn-add-cart i {
            color: #4a5568 !important;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            ;
            font-weight: 500
        }

.product-box:hover .add-to-cart-box .btn-add-cart {
    background-color: #FF5733 !important;
    color: white !important
}

.product-box:hover .product-image img {
    transform: scale(1.1);
}

.product-box:hover .product-option {
    opacity: 1 !important
}

.product-box:hover .add-to-cart-box .btn-add-cart i {
    color: white !important;
    margin-left: 4px !important
}

.product-border.border-row .row > div:last-child {
    border-top: 1px solid #ddd;
}

.text-content {
    color: #4a5568 !important;
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
}



.title-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.title {
    margin-bottom: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
    display: inline-block;
    position: relative;
}

    .title h2 {
        font-weight: 700;
        color: #222;
        position: relative;
    }



.icon-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .icon-container svg {
        width: 1.7rem;
        height: 1.7rem;
    }

    .icon-container span {
        margin-top: 8px;
        letter-spacing: 0;
        color: #444D5B;
        font-size: 1rem !important;
    }

    .icon-container .badge {
        background-color: #2c74a7;
        color: white;
        position: absolute;
        top: 3px;
        right: 6px;
        animation: bounceIn 2s infinite 2s;
    }

.nav-item:hover .icon-container span {
    color: #1D6CA0 !important
}

.nav-item:hover .icon-container svg path {
    fill: #1D6CA0
}

.nav-item #HomeMegaMenu {
    padding-left: 6px !important;
    padding-right: 6px !important;
}


.secondary-menu.v1 .u-header__navbar-nav .u-header__nav-link {
    font-size: 1rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.u-header__nav-link-toggle:after {
    content: "";

}

.secondary-menu.v1 .u-header__navbar-nav .u-header__nav-link {
}


.hs-sub-menu {
}

.navbar-expand-md .u-header__navbar-nav .u-header__sub-menu {
    border-top: 0.2rem solid #1D6CA0;
    border-bottom: 0.2rem solid #1D6CA0;
    border-bottom-right-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem;
    border-top-right-radius: 0.4375rem;
    border-top-left-radius: 0.4375rem;
}

.cart-top-border {
    border-top: 0.2rem solid #1D6CA0 !important;
    border-bottom-right-radius: 0.4375rem !important;
    border-bottom-left-radius: 0.4375rem !important;
    border-top-right-radius: 0.4375rem !important;
    border-top-left-radius: 0.4375rem !important;
}


.arrow-up {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #1D6CA0;
    position: absolute;
    top: -13px;
    left: 1.25rem
}

.cart-arrow-up {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #1D6CA0;
    position: absolute;
    top: -13px;
    right: 0.5rem;
}

.u-header__sub-menu-nav-link {
    font-size: .9rem !important;
}

@keyframes bounceIn {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
        opacity: 1;
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}


@media (min-width: 768px) {
    .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu-nav-link {
        padding-right: 1.75rem;
        padding-left: 1.25rem;
    }
}

.cart__icon {
    width: 28px !important;
    height: 28px !important
}


#basicMegaMenu span {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif
}


.search-input {
    color: #444d5b;
    border-radius: 4px;
    background: #f2f2f2;
    border: none;
}

.search-button {
    color: #444d5b !important;
    border-radius: 4px;
    background: #444d5b !important;
    border: 1px solid transparent;
}



.search-group {
    color: #444d5b;
    border-radius: 4px;
    background: #f2f2f2;
    border: 1px solid #ddd;
    width: 90%;
}

    .search-group .bootstrap-select {
        color: #444d5b;
        border-radius: 4px;
        background: #f2f2f2;
        border: none;
    }

    .search-group:focus-within {
        box-shadow: rgb(0 98 255) 0px 0px 5px 0px, rgb(0 0 0 / 10%) 0px 0px 1px 0px;
        outline: none;
    }

        .search-group:focus-within .search-input {
            background: #f2f2f2;
        }

        .search-group:focus-within .search-button {
            color: white !important;
            background: #1D6CA0 !important;
            border: 1px solid #1D6CA0 !important;
        }

.category-container {
    width: 100%;
    padding-right: 8px !important
}

.category-icon-container {
    background-color: white;
    border-radius: 50%;
    width: auto;
    height: auto;
    padding: 2px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

    .category-icon-container .category-icon {
        width: 20px;
        height: 20px;
        filter: brightness(0) saturate(100%) invert(34%) sepia(29%) saturate(1566%) hue-rotate(165deg) brightness(96%) contrast(91%);
    }


.u-header__mega-menu-wrapper .u-header__sub-menu-title {
    color: #1D6CA0 !important;
    font-weight: 700
}

#AltMenu1 {
    display: flex;
    width: 100%
}

    #AltMenu1 span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

#basicMegaMenu {
    display: flex;
    width: 100%
}

    #basicMegaMenu span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.u-header + main .vertical-menu .u-header__nav-item[data-event=hover]:hover .u-header__nav-link {
    background-color: #1D6CA0 !important;
    font-weight: normal;
    border-bottom-color: transparent !important;
    color: white !important
}

.u-header .vertical-menu .u-header__nav-item[data-event=hover]:hover .u-header__nav-link::after {
    color: white !important
}

.u-header .vertical-menu .u-header__nav-item[data-event=hover]:hover .category-icon-container {
    transform: rotate(360deg);
    background-color: white;
}

.u-header + main .vertical-menu .u-header__nav-item[data-event=hover]:hover .category-icon {
    filter: brightness(0) saturate(100%) invert(34%) sepia(29%) saturate(1566%) hue-rotate(165deg) brightness(96%) contrast(91%);
}

.u-header + main .vertical-menu .u-header__nav-item.hs-mega-menu-opened .u-header__nav-link, .u-header + main .vertical-menu .u-header__nav-item.hs-sub-menu-opened .u-header__nav-link, .u-header + main .vertical-menu .u-header__nav-item[data-event=hover]:hover .u-header__nav-link, .u-header .vertical-menu .u-header__nav-item.hs-mega-menu-opened .u-header__nav-link, .u-header .vertical-menu .u-header__nav-item.hs-sub-menu-opened .u-header__nav-link, .u-header .vertical-menu .u-header__nav-item[data-event=hover]:hover .u-header__nav-link {
    background-color: #1D6CA0;
    font-weight: normal !important;
    color: white !important;
    border-bottom-color: transparent !important;
}


.u-header__nav-item.hs-mega-menu-opened .category-container {
    background-color: #1D6CA0 !important;
    font-weight: normal;
    color: white !important;
    border-radius: 6px
}

@-webkit-keyframes full-circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes full-circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu {
    border-top: 1px solid transparent;
}


.category-shadow {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}


.page-title {
    font-size: 1.5rem;
    line-height: 2rem;
    width: 100%;
    font-weight: 600 !important;
    color: #0e121a;
    margin-bottom: 0 !important
}

.page-container {
    background-color: #F7F7F7 !important;
    padding-top: 16px
}

    .page-container .page-inner-container {
        background-color: white !important;
        border: 1px solid #dddddd;
        border-radius: 8px;
        padding-top: 1rem !important;
    }


.breadcrumb {
    padding-top: 0 !important
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .3rem;
}

    .breadcrumb-item + .breadcrumb-item:before {
        display: inline-block;
        padding-right: 6px !important;
        color: #838393;
        content: "e";
    }

.breadcrumb-item a {
    font-size: 14px !important;
    font-weight: 500;
    color: #787f89 !important
}

.breadcrumb-item + .breadcrumb-item a:hover {
    color: #2c74a7 !important
}

.breadcrumb-item + .breadcrumb-item a {
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: 14px !important;
    font-weight: 500;
    color: #787f89 !important
}




@media (min-width: 768px) {
    .breadcrumb-item + .breadcrumb-item a {
        background-color: transparent !important
    }
}

.default-input {
    border: 1px solid #dedede !important;
    border-radius: 4px !important
}

    .default-input:hover {
        background-color: #fafafa !important
    }

    .default-input:focus {
        border: 1px solid #2c74a7 !important;
        color: #333e48 !important
    }

.default-button {
    border-radius: 4px !important;
    background-color: #2c74a7 !important;
    color: white !important;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #1d6ca0, #1d6ca0, #04befe, #3f86ed);
}

    .default-button:hover {
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.default-outline-button {
    border-radius: 4px !important;
    border: 1px solid #2c74a7 !important;
    color: #444d5b !important;
    font-weight: 600 !important
}



.drp-buttons .btn-primary {
    background-color: #1d6ca0 !important;
    color: white !important;
    border: unset
}

.default-table {
    background-color: white !important;
}

    .default-table th {
        padding: 0.5rem;
        vertical-align: top;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        border-bottom: unset !important;
    }


.default-label {
    font-size: 14px
}


.bootstrap-select[class*=col-] .dropdown-toggle {
    border: 1px solid #dedede !important;
    border-radius: 4px !important
}

    .bootstrap-select[class*=col-] .dropdown-toggle:hover {
        background-color: #fafafa !important
    }

    .bootstrap-select[class*=col-] .dropdown-toggle:focus {
        border: 1px solid #2c74a7 !important;
        color: #333e48 !important
    }


.default-svg path {
    stroke: #44a1e8
}

.default-svg-secondary path {
    stroke: #805dca
}
