﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');





.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 1800px) {
    .container-fluid {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 575px) {
    .container-fluid {
        padding-left: var(--bs-gutter-x, 0.75rem);
        padding-right: var(--bs-gutter-x, 0.75rem);
    }
}

.bg-1 {
    background-color: #e7ddba;
}

.bg-2 {
    background-color: #000;
}

.bg-3 {
    background-color: #F76B6A;
}

.bg-4 {
    background-color: #ffffff;
    border-bottom: solid #e4e4e4 1px;
    position: relative;
    z-index: 111;
}

.bg-5 {
    background-color: #ebebeb;
}

.bg-pink {
    background-color: #FFF3F3;
}

.bg-trust-1 {
    background-color: #FCEDDA;
}

.bg-trust-2 {
    background-color: #F2FBCB;
}

.bg-trust-3 {
    background-color: #F7D8F9;
}

.right_top {
    float: right;
}

    .right_top ul {
        padding: 0px;
        margin: 0px;
    }

        .right_top ul li {
            list-style: none;
            float: left;
        }

            .right_top ul li a {
                text-decoration: none;
                font-size: 14px;
                line-height: 27px;
                font-weight: var(--body-font-weight);
                color: #d10606;
            }

.announcement-meta {
    /* float: right; */
    /* margin-top: -131px; */
}

.currency-wrapper {
    float: left;
}


.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-member,
.btn-member:hover,
.btn-member:focus {
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    padding: 0 17px;
    height: 46px;
    -ms-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -ms-display: inline-flex;
    -webkit-display: inline-flex;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-member,
    .btn-member:hover,
    .btn-member:focus {
        min-width: 140px;
        height: 47px;
        color: #fff;
    }

.btn-primary,
.btn-member {
    -ms-border-radius: var(--btn-primary-border-radius);
    -webkit-border-radius: var(--btn-primary-border-radius);
    border-radius: var(--btn-primary-border-radius);
    color: var(--btn-primary-color);
    border: 1px solid var(--btn-primary-border-color);
    background-color: var(--btn-primary-background-color);
    font-weight: var(--btn-primary-font-weight);
}

d {
    -ms-border-radius: var(--btn-secondary-border-radius);
    -webkit-border-radius: var(--btn-secondary-border-radius);
    border-radius: var(--btn-secondary-border-radius);
    color: var(--btn-secondary-color);
    border: 1px solid var(--btn-secondary-border-color);
    background-color: var(--btn-secondary-background-color);
    font-weight: var(--btn-secondary-font-weight);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-member:hover,
.btn-member:focus {
    color: var(--btn-primary-hover-color);
    border: 1px solid var(--btn-primary-border-hover-color);
    background-color: var(--btn-primary-background-hover-color);
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: var(--btn-secondary-hover-color);
    border: 1px solid var(--btn-secondary-border-hover-color);
    background-color: var(--btn-secondary-background-hover-color);
}

.input-reset,
.btn-reset {
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
}

.field {
    height: 48px;
    padding: 0 15px;
    -ms-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -ms-display: flex;
    -webkit-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .field .form-control {
        padding: 11px 23px 13px 16px;
    }

        .field .form-control:focus {
            box-shadow: none;
        }

.field-input {
    width: 100%;
    font-size: 14px;
    color: #000;
}

input[type="number"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield !important;
}

.icon {
    width: 30px !IMPORTANT;
    height: 30px !IMPORTANT;
    margin: 0 7px;
}

.overlay-furniture,
.overlay-tools,
.overlay {
    position: relative;
}

    .overlay-furniture:before,
    .overlay-tools:before,
    .overlay:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .overlay-tools:before {
        background-color: rgba(7, 28, 31, 0.5);
    }

    .overlay-furniture:before {
        background-color: rgba(0, 35, 77, 0.5);
    }

/*============================================================================
    Template Common CSS
==============================================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
}

body {
    color: var(--body-color);
    background-color: var(--body-background-color);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    font-family: var(--body-font-family);
    letter-spacing: 0.5px;
    padding-right: 0 !important;
    overflow: initial !IMPORTANT;
}

.body-wrapper {
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.heading_72,
.heading_48,
.heading_42,
.heading_34,
.heading_24,
.heading_18,
.text_16,
.text_14,
.text_12 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 22px;
    /* line-height: 50px; */
    color: #000;
    /* overflow: hidden; */
    margin-bottom: 20px;
    /* display: table; */
}

.heading_72 {
    font-weight: 600;
    font-size: 72px;
    line-height: 1.2;
    letter-spacing: 0;
}

.heading_48 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.12;
    letter-spacing: 0.01em;
}

.heading_42 {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.12;
    letter-spacing: 0.01em;
}

.heading_34 {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: 0.25px;
}

.heading_18 {
    font-size: 16px;
    line-height: 1.5;
}

.text_16 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.68;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.text_14 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.08;
}

.text_12 {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.4px;
}

.link-underline {
    text-decoration: underline;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .link-underline:hover {
        color: var(--secondary-color);
        text-decoration: underline;
    }

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.primary-color {
    color: #a52801;
}

.secondary-color {
    color: var(--secondary-color);
}

a,
a:focus,
a:hover {
    text-decoration: none;
    border: none;
    outline: none;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

img {
    max-width: 100%;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #888;
}

    .custom-scrollbar::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

button,
.offcanvas {
    -ms-border: none !important;
    -webkit-border: none !important;
    border: none !important;
    -ms-outline: none !important;
    -webkit-outline: none !important;
    outline: none !important;
    -ms-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.content-absolute {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.height-inherit {
    height: inherit;
}

.section-heading {
    color: var(--section-heading-color);
    font-family: var(--section-heading-font-family);
    font-size: var(--section-heading-font-size);
    font-weight: var(--section-heading-font-weight);
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 400;
    /* overflow: hidden; */
    /* text-align: left; */
    font-size: 35px;
    font-weight: 600;
}

    .section-heading.primary-color {
        /* color: var(--primary-color); */
    }

.section-subheading {
    color: var(--section-subheading-color);
    font-family: var(--section-subheading-font-family);
    font-size: var(--section-subheading-font-size);
    font-weight: var(--section-subheading-font-weight);
    margin-top: 0px;
    margin-bottom: 0;
}

    .section-subheading.primary-color {
        color: var(--primary-color);
    }

.section-icon {
    margin-bottom: 10px;
}

.slick-initialized .slick-slide {
    outline: none;
}

.common-slider .slick-slide {
    margin: 0 5px;
}

.common-slider .slick-list {
    margin: 0 -12px;
}

.show-arrows-always .arrow-slider {
    opacity: 1;
    visibility: visible;
    width: 60px;
    height: 60px;
    background-color: #fff;
    -ms-display: flex;
    -webkit-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
}

    .show-arrows-always .arrow-slider svg {
        width: 32px;
        stroke: #000;
        stroke-width: 1.5px;
    }

.article-arrows .arrow-next:hover {
    background: #000000;
    color: #fff;
}

.article-arrows .arrow-prev:hover {
    background: #000000;
}

.article-arrows .arrow-next:hover svg {
    stroke: #fff;
    stroke-width: 1.5px;
}

.article-arrows .arrow-prev:hover svg {
    stroke: #fff;
    stroke-width: 1.5px;
}


.arrows-white .arrow-slider svg {
    stroke: #000;
}

.article-arrows .arrow-slider {
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.home-section:hover .article-arrows .arrow-slider {
    opacity: 1;
    visibility: visible;
}


.latest-blog-inner .slick-slide img {
    display: block;
    /* max-width: 100%; */
    width: 100%;
    /* height: 720px; */
    /* object-fit: cover; */
    border-radius: 20px !IMPORTANT;
}


.slick-dots {
    padding: 0;
    margin: 0;
    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;
    list-style: none;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .slick-dots li {
        width: 12px;
        height: 8px;
        background-color: #000;
        opacity: 0.5;
        margin: 0 6px;
        cursor: pointer;
        -ms-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .slick-dots li.slick-active {
            opacity: 1;
            width: 24px;
        }

        .slick-dots li button {
            display: none;
        }

.slick-arrow[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0.5 !important;
}

.hover-switch {
    position: relative;
    display: block;
}

    .hover-switch .primary-img,
    .hover-switch .secondary-img {
        -ms-transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        border-radius: 30px;
    }

.secondary-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.product-card:hover .secondary-img {
    opacity: 1;
    visibility: visible;
}

    .product-card:hover .secondary-img + .primary-img {
        opacity: 0;
        visibility: hidden;
    }

.scroll-horizontal {
    overflow: hidden;
    overflow-x: auto;
}

#scrollup {
    position: fixed;
    display: inline-block;
    background-color: #000;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    -o-transition: background-color .3s, opacity .5s, visibility .5s;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

    #scrollup.show {
        opacity: 1;
        visibility: visible;
    }

.announcement-text,
.announcement-text:hover,
.announcement-text:focus,
.currency-btn,
.currency-list-option,
.currency-list-option:hover {
    /* text-decoration: none; */
    font-size: 14px;
    /* line-height: 27px; */
    /* font-weight: var(--body-font-weight); */
    /* color: #d10606; */
    /* padding-bottom: 11px; */
}

    .currency-list-option,
    .currency-list-option:hover {
        color: var(--body-color);
    }

.announcement-text {
    margin: 0;
    float: left;
    padding: 0px 0px;
    background: none;
    border-radius: 20px;
    /* border: solid #fff 1px; */
    color: #fff !IMPORTANT;
    font-size: 14px;
    /* border: solid #9f9e9e 1px; */
    /* margin-right: 10px; */
    font-weight: 400;
    letter-spacing: 0px;
}

    .announcement-text:hover {
        /* margin: 0; */
        /* float: left; */
        /* padding: 0px 6px; */
        /* background: none; */
        /* border-radius: 20px; */
        /* border: solid #fff 1px; */
        /* color: #636363 !IMPORTANT; */
        font-size: 14px;
        /* border: solid #2196f3 1px; */
        /* margin-right: 10px; */
        letter-spacing: 0;
    }

    .announcement-text path {
        /* fill: #000; */
    }

.flag {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    border-radius: 50%;
}

.currency-list {
    min-width: auto;
}

.header-action-item {
    text-decoration: none;
    line-height: 1;
    /* margin: 30px 0; */
    /* display: block; */
    margin-top: 0px;
    color: #000;
    font-weight: 400;
    position: relative;
    top: 1px;
}

.header-action a:hover {
    color: #000;
    letter-spacing: 0;
}

.header-action-item .icon {
    /* margin-right: 0; */
    /* position: relative; */
    /* top: -2px; */
    /* fill: #000; */
    /* stroke: #fff; */
}

    .header-action-item .icon path {
        /* fill: #000; */
    }

.logo-main {
    -ms-display: flex;
    -webkit-display: flex;
    /* display: -webkit-box; */
    /* display: flex; */
    padding: 15px 0;
    display: block;
}

.header-top {
    padding: 8px 0 3px;
}

.border-btm-black {
    -ms-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.icon-user {
    width: 23px;
    height: 22px;
    /* margin-right: 2px; */
    /* position: relative; */
    /* top: -2px; */
}

.currency-btn .icon-dropdown {
    stroke-width: 0;
    fill: #d10606;
}

.sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    padding: 0;
}



.field-search {
    width: 100%;
    max-width: 100%;
}

.search-button {
    padding-left: 0;
    position: relative;
    right: 36px;
}

.search-wrapper {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    top: 101%;
    z-index: 9;
    opacity: 0;
    -ms-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0 5px 10px #7b7b7b;
}

    .search-wrapper.search-appear {
        max-height: 70px;
        opacity: 1;
    }

.header-1 .search-wrapper {
    top: 100%;
}

.search-wrapper .search-form {
    -ms-border: none !important;
    -webkit-border: none !important;
    border: none !important;
    -ms-outline: none !important;
    -webkit-outline: none !important;
    outline: none !important;
    padding: 0 20px;
}

    .search-wrapper .search-form .search-input {
        -webkit-box-flex: 0;
        flex: 0 0 90%;
        -ms-flex: 0 0 calc(100% - 90px);
        -webkit-flex: 0 0 calc(100% - 90px);
        flex: 0 0 calc(100% - 90px);
        -ms-border: none !important;
        -webkit-border: none !important;
        border: none !important;
        -ms-outline: none !important;
        -webkit-outline: none !important;
        outline: none !important;
    }

        .search-wrapper .search-form .search-input input {
            width: 100%;
            padding: 20px 0;
            border: none;
            outline: none;
            font-size: 14px;
        }

            .search-wrapper .search-form .search-input input:hover, .search-wrapper .search-form .search-input input:active, .search-wrapper .search-form .search-input input:focus {
                border: none;
                outline: none;
            }

    .search-wrapper .search-form .search-submit {
        padding: 17px 0 20px;
        border: none;
        outline: none;
        -ms-flex: 0 0 40px;
        -webkit-flex: 0 0 40px;
        -webkit-box-flex: 0;
        flex: 0 0 40px;
    }

        .search-wrapper .search-form .search-submit:hover, .search-wrapper .search-form .search-submit:active, .search-wrapper .search-form .search-submit:focus {
            border: none;
            outline: none;
        }

    .search-wrapper .search-form .search-close {
        padding: 20px 0;
        cursor: pointer;
        -ms-outline: none !important;
        -webkit-outline: none !important;
        outline: none !important;
        -ms-display: flex;
        -webkit-display: flex;
        display: -webkit-box;
        display: flex;
        -ms-justify-content: flex-end;
        -webkit-justify-content: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex: 0 0 50px;
        -webkit-flex: 0 0 50px;
        -webkit-box-flex: 0;
        flex: 0 0 50px;
    }

.navbar {
    padding: 0;
}

.nav-link {
    /* color: #000 !IMPORTANT; */
    font-weight: 500;
    /* font-size: 12px; */
    /* background: none !IMPORTANT; */
}

.nav-text-sub {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    display: block;
    font-weight: 500;
    padding: 10px 0px;
    line-height: normal;
    /* text-transform: none; */
    /* text-transform: uppercase; */
}

    .nav-text-sub.nav-link-mega {
        padding-left: 0;
    }

.icon-dropdown {
    width: 20px !IMPORTANT;
    height: 15px;
    stroke-width: 2.5px;
}

.icon-hamburger {
    width: 24px;
    height: 24px;
}

.header-wishlist {
    color: #000;
}

.header-wishlist,
.header-hamburger {
    margin-top: 0;
}

.site-navigation .nav-link:focus {
    color: #000;
}

.nav-item-mega:last-child a {
    padding-bottom: 0;
}

.mega-menu-img * {
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.img-menu-heading {
    font-weight: 500;
}

.img-menu-action:hover span, .main-menu .menu-list-item.active .nav-link, .main-menu .menu-list-item:hover .nav-link, .main-menu .nav-text-sub:hover {
    color: #ffffff !important;
    background: none;
    /* text-transform: uppercase; */
}

.img-menu-action:hover .icon-right-long {
    fill: var(--secondary-color);
}

.nav-link-sub:hover img.menu-img {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

.main-menu .nav-link {
    /* padding: 0; */
    /* text-transform: uppercase; */
    /* color: #000000 !IMPORTANT; */
    /* font-size: 14px; */
    /* font-weight: 600; */
    /* padding: 20px 10px; */
    /* letter-spacing: normal; */
    /* text-transform: uppercase; */
    /* letter-spacing: 0.7px; */
}

.drawer-heading {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}


.cart-content-area {
    height: 100%;
    height: auto;
}

.minicart-loop {
    padding: 0px 0 0px;
    /* overflow-y: scroll; */
}

.minicart-item {
    padding: 1.5rem 0rem 1.9rem;
}

.product-remove {
    line-height: 1;
}

.mini-img-wrapper {
    width: 80px;
    overflow: hidden;
}

.mini-img {
    min-width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.minicart-item > .product-info {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.product-title,
.product-title a {
    font-size: 15px;
    line-height: 1.3;
    font-weight: var(--title-font-weight);
    font-family: var(--title-font-family);
    color: var(--title-color);
}

.product-vendor,
.quantity input,
.product-price {
    font-size: 16px;
    color: var(--body-color);
    font-weight: var(--body-font-weight);
    font-family: var(--body-font-family);
}

    .product-price i {
        font-size: 10px; /* font-weight: 400; */
    }

.product-remove {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    text-decoration: underline;
    color: var(--body-color);
    font-weight: var(--body-font-weight);
    font-family: var(--body-font-family);
}

    .product-title:hover,
    .product-title a:hover,
    .product-remove:hover {
        color: var(--secondary-color);
    }

.qty-btn,
.qty-input {
    width: 99px;
    text-align: center;
    border: none;
    outline: none;
    background: transparent;
}

    .qty-btn:hover, .qty-btn:focus, .qty-btn:active,
    .qty-input:hover,
    .qty-input:focus,
    .qty-input:active {
        border: none;
        outline: none;
        background: transparent;
    }

    .qty-btn::-webkit-inner-spin-button,
    .qty-input::-webkit-inner-spin-button {
        display: none;
    }

.quantity {
    width: 139px;
    -ms-border: 1px solid rgba(0, 0, 0, 0.1) !important;
    -webkit-border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px;
}

    .quantity .qty-btn {
        width: 43px;
        padding: 23px 15px;
        cursor: pointer;
        color: #000;
        /* font-weight: 600; */
    }

        .quantity .qty-btn img {
            max-width: 12px;
            pointer-events: none;
        }

        .quantity .qty-btn.dec-qty {
            -ms-border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
            -webkit-border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
            border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
            /* border-radius: 5px; */
        }

        .quantity .qty-btn.inc-qty {
            -ms-border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
            -webkit-border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
            border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
            color: #000;
        }

.cart-subtotal,
.cart-subprice {
    font-size: 18px;
    font-weight: 700;
}

.cart-taxes {
    font-size: 12px;
}

.minicart-footer {
    padding: 20px 0;
    -ms-border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}




.minicart-btn:hover {
    color: #000;
    border: #000000 solid 1px;
    padding: 15px 30px;
    height: auto;
    font-size: 16px;
}

.minicart-btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 8px;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.minicart-btn:hover:after {
    width: 100%;
    color: #000;
    /* border: solid #000 1px; */
    border-radius: 8px;
}



.minicart-btn {
    width: 48%;
    background: #000000;
    color: #fff;
    border: solid #000000 1px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    z-index: 1;
    font-weight: 600;
    padding: 15px 30px;
    height: auto;
    border-radius: 8px;
    font-size: 16px;
}

.icon-breadcrumb {
    width: 24px;
    height: 16px;
    margin: 0 7px;
    fill: #000;
}

.breadcrumb li,
.breadcrumb li a {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: normal;
    color: #252525;
    text-transform: none;
    padding: 15px 0;
}

    .breadcrumb li span {
        color: #c29958;
    }

.breadcrumb {
    margin-bottom: 0;
    /* margin-top: 30px; */
    overflow: hidden;
    padding: 20px 0;
    background: #ebebeb;
    /* border-bottom: solid #d9d9d9 1px; */
    /* border-bottom: solid #e4e4e4 1px; */
    /* position: relative; */
    /* z-index: 9999; */
    padding: 30px;
    margin-top: 50px;
    background-color: #ebebeb;
    border-radius: 15px;
    display: block;
}

.slide-text {
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0.25px;
    margin-bottom: 0;
}

.slide-content-1 .slide-text {
    color: #00234D;
}

.slide-heading {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}

.slide-content-1 .slide-heading {
    color: #00234D;
}

.slide-subheading {
    font-weight: 400;
    line-height: 1;
    margin-bottom: 24px;
    margin-top: 5px;
}

.slide-content-1 .slide-subheading {
    color: #00234D;
}

.slide-btn {
    margin-top: 24px;
}

.slide-img {
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.arrow-slider {
    position: absolute;
    top: 48%;
    left: 0;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .arrow-slider.arrow-next {
        left: auto;
        right: 0;
    }

.arrows-white svg {
    stroke: #fff;
}

.slideshow-section:hover .arrow-slider {
    opacity: 1;
    visibility: visible;
}

.dots-white .slick-dots li {
    background-color: #fff;
}

.slick-dots li.slick-active {
    background-color: var(--primary-color);
}

[data-animation] {
    opacity: 0;
}

.animate__animated[data-animation] {
    opacity: 1;
}

.slide-content [data-animation]:first-child {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.slide-content [data-animation]:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.slide-content [data-animation]:nth-child(3) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.slide-content [data-animation]:last-child {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.slide-content {
    max-width: 655px;
}

.trusted-heading {
    color: #000000;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
}

.trusted-subheading {
    color: #77889B;
    margin-top: 2px;
    font-size: 14px;
}

.trusted-subheading-2 {
    color: #000000;
}

    .trusted-subheading-2 i {
        font-size: 13px;
    }

.trusted-subheading-3 {
    color: #b9b9b9;
}

.trusted-badge {
    /* margin-top: 24px; */
    padding: 40px;
    height: 100%;
    -ms-display: flex;
    -webkit-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .trusted-badge svg {
        fill: #fff;
    }

        .trusted-badge svg path {
            fill: #fff;
        }

.trusted-row > div {
    height: 100%;
}

.icon-trusted {
    /* max-width: 50px; */
}

.trusted-content {
    padding-left: 24px;
}

.trusted-section-inner {
    margin-top: 0px;
    padding: 0px 0 0;
}

.product-card {
    margin-top: 30px;
    /* float: left; */
    border: solid #dddddd 1px;
    border-radius: 30px;
    padding: 10px;
}

.product-card-img {
    position: relative;
    overflow: hidden;
    /* text-align: center; */
    border-radius: 30px;
}


    .product-card-img img {
        /* height: 330px; */
        /* object-fit: cover; */
        /* width: 100%; */
        border-radius: 30px;
    }


.product-card-title,
.product-card-title a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-transform: none;
    height: 50px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}

    .product-card-title:hover,
    .product-card-title a:hover {
        color: #4c4c4c;
    }

.product-card-title {
    margin-top: 0;
    margin-bottom: 15px;
    float: left;
    overflow: hidden;
    width: 100%;
    /* display: block; */
    padding: 0;
    text-align: center;
}

    .product-card-title svg {
        width: 15px;
        height: 15px;
    }


.color-lists + .product-card-title {
    margin-top: 10px;
}

.card-price-regular svg {
    fill: #fff;
    position: relative;
    top: -2px;
    width: 14px;
    height: 15px;
}

.card-price-regular,
.card-price-compare {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.39;
    color: #000000;
    letter-spacing: normal;
    /* padding: 10px 0; */
    /* display: block; */
    /* margin-top: 10px; */
}

.card-price-compare {
    color: #bcb8b8;
    margin-left: 4px;
    font-weight: 400;
    font-size: 14px;
}

.card-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    background: #fff;
    width: 32px;
    height: 32px;
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -ms-display: flex;
    -webkit-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .card-wishlist .icon-wishlist {
        max-width: 18px;
    }

.is-active .icon-wishlist path {
    fill: red;
}

.product-card-action-2 {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -ms-display: flex;
    -webkit-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .product-card-action-2 .addtocart-btn,
    .product-card-action-2 .quickview-btn {
        font-weight: normal;
        font-size: 10px;
        line-height: 15px;
        letter-spacing: 1.5px;
        width: 49%;
        cursor: pointer;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -ms-transform: translateY(300%);
        -webkit-transform: translateY(300%);
        transform: translateY(300%);
    }

    .product-card-action-2 .addtocart-btn {
        -ms-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

.product-card:hover .addtocart-btn,
.product-card:hover .quickview-btn {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.product-card:hover .card-wishlist {
    opacity: 1;
    visibility: visible;
}

.color-swatch {
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #2C2C2C;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    margin: 3px 10px 0 0;
    display: inline-block;
}

    .color-swatch.active {
        border-color: #fff;
        outline-color: #000;
    }

.swatch-black {
    background-color: #000;
}

.swatch-cyan {
    background-color: #ABE6FF;
}

.swatch-purple {
    background-color: #FFE0E0;
}

.swatch-blue {
    background-color: #0d6efd;
}

.swatch-orange {
    background-color: #fd7e14;
}

.swatch-teal {
    background-color: #20c997;
}

.color-lists {
    margin: 0;
    margin-top: 15px;
}

    .color-lists > li {
        line-height: 1;
    }

.action-card {
    background: #000000;
    width: 48px;
    height: 48px;
    /* margin: 0 7px; */
    border-radius: 50%;
    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;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    margin: 0 auto;
}

    .action-card:first-child {
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .action-card:last-child {
        -ms-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .action-card:nth-child(2) {
        -ms-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

.product-card:hover .action-card {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(-65%);
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
}

.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
}

.badge-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 7px 13px;
    letter-spacing: 0.03em;
    color: #FEFEFE;
    background-color: #880c02;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 20px !IMPORTANT;
}

    .badge-label + .badge-label {
        margin-top: 8px;
        background-color: var(--secondary-color);
    }

.tab-link {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
    color: #000000;
    /* opacity: 0.6; */
    padding: 4px 0;
    margin: 0px 15px;
    letter-spacing: normal;
}

    .tab-link.active {
        opacity: 9;
        color: #ffffff;
        /* border-bottom: solid #ff9800 2px; */
        background: #000000;
        /* border-left: solid #e5e5e5 1px; */
        /* border-right: solid #e5e5e5 1px; */
        border-bottom: solid 2px ##0e4662 !important;
        padding-bottom: 10px;
        letter-spacing: normal;
    }

    .tab-link:hover {
        background: #000000;
        /* opacity: 9; */
        /* color: #ffffff; */
        color: #ffffff !important;
    }



    .tab-link:focus {
        /* background: #f7f7f7; */
        /* opacity: 9; */
        color: #ffffff;
    }


.collection-tab-list {
    padding-top: 0;
}

.view-all {
    margin-top: 0;
}

    .view-all svg {
        margin-left: 5px;
    }

    .view-all .btn-primary {
        font-weight: 500;
        font-size: 13px;
        background-color: #ffbf00;
        padding: 7px 26px 7px;
        border-radius: 6px;
        border: 0;
        color: #000;
    }

        .view-all .btn-primary:hover {
            background: #000;
            color: #fff;
        }


.collection-tab-inner {
    /* margin-top: -15px; */
}

    .collection-tab-inner hr {
        margin: 7px 0;
        background: #aaa;
    }

.grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: (300px)[2];
    grid-template-rows: repeat(2, 300px);
    grid-gap: 24px;
}

.grid-item {
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .grid-item:hover {
        -webkit-filter: brightness(0.9);
        filter: brightness(0.9);
    }

.action-btn {
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .action-btn:hover {
        color: var(--secondary-color);
    }

.grid-item.grid-item-1 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    -ms-grid-row-span: 2;
    grid-row: span 2;
}

.grid-item.grid-item-2,
.grid-item.grid-item-3 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
}

.grid-item.grid-item-4 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
}

.grid-item.grid-item-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
}

.grid-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}

.shop-category-inner {
    margin-top: 48px;
}

.grid-container-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: (250px)[2];
    grid-template-rows: repeat(2, 250px);
    grid-gap: 24px;
    grid-auto-flow: column;
}

    .grid-container-2 .grid-item.grid-item-1,
    .grid-container-2 .grid-item.grid-item-2 {
        -ms-grid-column-span: 5;
        grid-column: span 5;
        grid-row: auto;
    }

    .grid-container-2 .grid-item.grid-item-3 {
        -ms-grid-column-span: 7;
        grid-column: span 7;
        -ms-grid-row-span: 2;
        grid-row: span 2;
    }

.scattered-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.scattered-item:nth-child(odd) .scattered-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.scattered-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 48.21% 0 0 0;
}

.scattered-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    z-index: 1;
}

.scattered-item {
    display: block;
    margin-top: 30px;
}

    .scattered-item:nth-child(odd) .scattered-details {
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 30%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .scattered-item:nth-child(n+3) .scattered-details {
        top: 25%;
        right: 16%;
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
    }

    .scattered-item:first-child {
        padding-right: 8%;
    }

    .scattered-item:nth-child(even) {
        margin-top: -10%;
    }

        .scattered-item:nth-child(even) .scattered-details {
            margin-top: 40px;
            position: relative;
            z-index: 9;
        }

    .scattered-item:nth-child(n+3) {
        margin-top: -25%;
    }

    .scattered-item .scattered-details {
        max-width: 445px;
    }

.scattered-heading {
    font-size: 42px;
}

.banner-section {
    overflow: hidden;
}

.banner-section-inner {
    margin-top: -24px;
}

.banner-img {
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.banner-item {
    display: block;
    margin-top: 24px;
    overflow: hidden;
}

    .banner-item:hover .banner-img {
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

.single-banner-text {
    margin-top: 24px;
}

.single-banner-btn {
    margin-top: 44px;
}

.single-banner-content {
    max-width: 410px;
}

img.single-banner-img {
    height: 490px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -o-object-position: center;
    object-position: center;
}

.promotinal-product-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.promotinal-product-section {
    background: url("../img/banner/tools-bg.jpg") no-repeat center center/cover;
}

    .promotinal-product-section > div {
        position: relative;
        z-index: 9;
    }

.promotinal-product-container {
    background-color: #6fa9a9;
    padding: 110px 90px;
    height: 100%;
}

    .promotinal-product-container .product-card {
        margin-top: 0;
    }

    .promotinal-product-container .arrow-prev {
        left: 25px;
    }

    .promotinal-product-container .arrow-next {
        right: 25px;
    }

.core-features-container {
    margin-left: 1px;
    margin-top: 29px;
}

.core-features-inner {
    margin-top: -17px;
}

.core-features img {
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.core-features {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: -1px;
    margin-top: -1px;
    padding: 25px 32px 28px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .core-features:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

        .core-features:hover img {
            -ms-animation: upDown 0.4s;
            -webkit-animation: upDown 0.4s;
            animation: upDown 0.4s;
        }

.core-heading {
    margin-top: 20px;
}

.core-text {
    margin-top: 8px;
}

.core-link {
    display: block;
    margin-top: 25px;
}

.video-container {
    position: relative;
    z-index: 9;
}

.video-tools {
    min-height: 600px;
}

.video-section {
    overflow: hidden;
}

.video-button,
.video-button:hover,
.video-button:focus {
    width: 140px;
    height: 140px;
    border: 2px solid #fefefe;
    -ms-display: flex;
    -webkit-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.latest-blog-inner {
    margin-top: -17px;
}

.article-card-container {
    margin-top: 18px;
}

.article-card-heading,
.article-card-heading a {
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    color: #000 !IMPORTANT;
    background: none;
    margin-top: 0;
    text-align: left;
    /* padding: 10px 0; */
}

    .article-card-heading:hover,
    .article-card-heading a:hover {
        color: #b38807;
    }

.article-card-heading,
.article-card-published {
    /* margin-top: 15px; */
    padding: 15px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 63px;
    margin: 0;
}

.article-card-published {
    line-height: 1;
}

.article-card-read-more {
    display: block;
    margin-top: 28px;
    opacity: 0.6;
}

.article-card {
    margin-top: 24px;
    background: #FEFEFE;
    -webkit-box-shadow: 0px 16px 58px -8px rgba(139, 139, 139, 0.14);
    box-shadow: 0px 16px 58px -8px rgba(139, 139, 139, 0.14);
    border-radius: 12px;
    padding: 13px 13px 24px;
    overflow: hidden;
}

    .article-card img:hover {
        -webkit-transition: transform 0.6s ease 0.05s;
        -o-transition: transform 0.6s ease 0.05s;
        transition: transform 0.6s ease 0.05s;
        -webkit-transform: scale(1.15) rotate(0.0001deg);
        transform: scale(1.15) rotate(0.0001deg);
    }




.article-card-img-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

.article-tag {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #000;
}

.article-tag-absolute {
    color: #fff;
    background-color: var(--primary-color);
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: -10px;
    padding: 6px 12px;
    display: inline-block;
}

.article-card-published {
    margin-top: 16px;
    padding: 0;
    height: auto;
    letter-spacing: normal;
}

    .article-card-published a {
        color: #000;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .article-card-published a:hover {
            color: var(--secondary-color);
        }

.article-img {
    margin-bottom: 30px;
}

.article-meta {
    margin-bottom: 48px;
}

blockquote {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.25px;
}

.blockquote {
    padding: 40px;
    padding-left: 60px;
    margin: 40px 0;
    border-radius: 4px;
    background: var(--primary-color);
    color: #FFFFFF;
    border-left: 10px solid var(--secondary-color);
}

.article-btn {
    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;
    padding: 13.5px 24px;
    height: 44px;
    border: 2px solid var(--primary-color) !important;
    border-radius: 4px;
    color: #000;
    background: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

    .article-btn:hover,
    .article-btn.active {
        color: #fff;
        background: var(--primary-color);
    }

.comments-date {
    line-height: 1;
}

.commentator-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #000000;
    margin-bottom: 10px;
}

.comments-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.4px;
    color: #000000;
}

.comments {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.69;
    letter-spacing: 0.25px;
    color: #000000;
}

.btn-reply-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.4px;
    color: #000000;
    margin-top: 4px;
}

.btn-reply {
    margin-top: 16px;
}

.comments-img {
    width: 64px;
}

.comments-main {
    width: calc(100% - 64px);
    padding-left: 24px;
}

.comments-img img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.comments-item {
    margin-top: 48px;
}

.form-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
}

.form-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: #000;
}

.field-item input,
.field-item textarea {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: #333333;
    width: 100%;
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.field-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

.field-icon {
    margin-right: 7px;
    min-width: 24px;
}

.textarea-field .field-icon {
    margin-top: 4px;
}

.email-field,
.name-field {
    width: 48%;
}

.comment-form-area {
    background-color: #F0F1F2;
    padding: 64px;
    margin-top: 48px;
}

.form-check-input {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 1px solid #333;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent;
}

.related-item-article .article-card-published span {
    opacity: 0.85;
}

.tag-item a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.4px;
    color: #000000;
    background-color: #F0F1F2;
    padding: 8px 15px;
    margin-top: 8px;
    display: block;
    text-align: center;
    margin-left: 8px;
    text-transform: lowercase;
}

.filter-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-top: 12px;
}

.blog-page-wrapper {
    margin-top: -40px;
}

    .blog-page-wrapper .article-card {
        margin-top: 40px;
    }

.faq-inner {
    margin-top: -17px;
}

.faq-container {
    margin-top: 24px;
}

.faq-heading {
    font-weight: 500;
    line-height: 1;
    color: #000000 !important;
    cursor: pointer;
    margin-bottom: 0;
}

.faq-item {
    background-color: #FFF3F3;
    padding: 30px 24px;
    margin-top: 24px;
}

.faq-body {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    padding-top: 20px;
}

.faq-heading-icon {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.collapsed .faq-heading-icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.newsletter-header {
    margin-bottom: 48px;
}

.newsletter-subheading {
    font-weight: 500;
    line-height: 1.2;
    color: #535F61;
    margin-bottom: 10px;
}

    .newsletter-subheading.colored-text {
        color: #F76B6A;
    }

.newsletter-heading {
    font-weight: 600;
    line-height: 1.29;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0;
}

.newsletter-form {
    height: 80px;
    background: #fff;
    padding: 12px;
    padding-left: 24px;
}

.newsletter-btn {
    /* width: 56px; */
    height: 56px;
    background: var(--primary-color);
}

    .newsletter-btn:focus {
        outline: 0;
    }

.newsletter-input {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: #000000;
    opacity: 0.6;
    width: 100%;
}

    .newsletter-input:focus-visible {
        outline: 0;
    }

.newsletter-content-2 {
    max-width: 558px;
}

.testimonial-review {
    /* opacity: 0.7; */
    font-size: 17px;
    /* text-align: center; */
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}

.sorting-lists a:hover {
    color: var(--secondary-color);
}

.sorting-lists {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    min-width: 240px;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    padding: 13px 20px;
    max-height: 55rem;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.collection-sorting:hover .sorting-lists {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.sorting-icon .icon {
    width: 20px;
    margin-left: 10px;
}

.sorting-lists li {
    padding: 7px 0;
    cursor: pointer;
    color: #2b2e30;
}

.sorting-header {
    cursor: pointer;
}

.filter-header {
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal;
}

.filter-item input[type=checkbox] {
    display: none;
}

.filter-item .filter-label {
    padding: 0px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-word;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.69;
    letter-spacing: 0.25px;
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.filter-item:hover .filter-label {
    color: #000000;
}

.filter-item:last-child .filter-label {
    padding-bottom: 0;
}

.filter-item:first-child .filter-label {
    padding-top: 0;
}

.filter-checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e4e4e4;
    /* border: none; */
    border-radius: none !IMPORTANT;
}

.filter-checkbox {
    position: relative;
}

.filter-label input:checked + .filter-checkbox {
    background-color: #c29958;
}

    .filter-label input:checked + .filter-checkbox:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 5px;
        left: 5px;
        top: 6px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        z-index: 1;
        -ms-transform: rotate(-45deg) translateY(-50%);
        -webkit-transform: rotate(-44deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
    }

.filter-lists {
    padding-top: 7px;
}

ul.filter-lists li a {
    color: #000;
    font-size: 17px;
    padding: 7px 5px;
    display: block;
}

    ul.filter-lists li a:hover {
        color: #a70909;
    }

.filter-widget {
    margin-bottom: 20px;
    /* background: #f1f1f1; */
    padding: 20px;
    border: solid #dfdfdf 1px;
    margin-top: 17px;
}

.filter-color .filter-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-top: -12px;
}

.filter-color .filter-item {
    margin-left: 8px;
    margin-top: 12px;
}

.filter-color .filter-label {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    border: 1px solid transparent;
}

    .filter-color .filter-label.white {
        background-color: white;
        border: 1px solid #ccc;
    }

    .filter-color .filter-label.red {
        background-color: red;
    }

    .filter-color .filter-label.green {
        background-color: green;
    }

    .filter-color .filter-label.blue {
        background-color: blue;
    }

    .filter-color .filter-label.pink {
        background-color: pink;
    }

    .filter-color .filter-label.purple {
        background-color: purple;
    }

    .filter-color .filter-label.orange {
        background-color: orange;
    }

    .filter-color .filter-label.gold {
        background-color: gold;
    }

    .filter-color .filter-label.aqua {
        background-color: aqua;
    }

    .filter-color .filter-label.brown {
        background-color: brown;
    }

    .filter-color .filter-label.bisque {
        background-color: bisque;
    }

    .filter-color .filter-label.grey {
        background-color: grey;
    }

    .filter-color .filter-label input:checked + .filter-checkbox:after {
        width: 15px;
        height: 7px;
        left: 9px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .filter-color .filter-label .filter-checkbox,
    .filter-color .filter-label input:checked + .filter-checkbox {
        background-color: transparent;
        border: none;
    }

.filter-field {
    width: 100%;
}

    .filter-field .field-input {
        height: 44px;
        padding: 0 10px;
        border: 1px solid #e5e5e5;
        background: #ffffff;
        outline: none !important;
        border-radius: 5px;
    }

.filter-price {
    padding-top: 20px;
}

.related-heading,
.related-heading a {
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}

.related-price {
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #000000;
    margin-top: 12px;
}

.product-icon-star img {
    width: 17px;
}

.related-review-icon {
    margin-top: 5px;
}

.related-img-wrapper {
    width: 80px;
    min-width: 80px;
    margin-right: 20px;
}

.related-item {
    margin-top: 20px;
}

ul.pagination_bt li {
    margin: 0 5px;
}

    ul.pagination_bt li a:hover {
        background: #c29958;
        color: #fff;
    }


.pagination_bt .link {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    line-height: 1;
    width: 40px;
    height: 25px;
    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;
    height: 50px;
    width: 50px;
    line-height: 47px;
    border: 1px solid #ededed;
    text-align: center;
    display: block;
    font-weight: 700;
    border-radius: 5px;
}

.product-gallery-vertical .product-img-large {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 97px);
}

.product-gallery-vertical .product-img-thumb {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 24px;
    width: auto;
    /* margin-top: -6px; */
    position: relative;
    text-align: center;
}

.product-gallery-vertical .img-thumb-wrapper {
    width: 120px;
}

.slick-list {
    height: auto !important;
}

.slick-track {
    height: auto !important;
}






.product-img-thumb img {
    /* max-width: 73px; */
    /* height: 78px; */
    /* object-fit: cover; */
}

.product-gallery-vertical .img-thumb-wrapper:not(:first-child) {
    margin-top: 12px;
}

.product-img-thumb .arrow-slider {
    visibility: visible;
    opacity: 1;
}

    .product-img-thumb .arrow-slider svg {
        width: 24px;
        height: 24px;
        background: #0aa1dd;
        width: 35px;
        height: 35px;
        stroke: #ffffff;
    }

.product-gallery-vertical .product-img-thumb .arrow-slider {
    top: auto;
    -webkit-transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
    width: 33px;
    height: 33px;
    position: relative;
}

.product-gallery-vertical .img-thumb-wrapper {
    margin-top: 6px;
}

.img-large-wrapper {
    cursor: pointer;
}

.img-thumb-wrapper {
    outline: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.slick-current .img-thumb-wrapper {
    outline: 1px solid #d1b065;
    border-radius: 10px;
}

.product-availability {
    padding: 4px 12px;
    background: #8bc34a;
    border-radius: 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.03em;
    color: #FEFEFE;
    display: inline-block;
    margin-bottom: 15px;
    /* flex: 1 1 auto; */
    float: left;
}

.product-details .product-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.25px;
    color: #000000;
}

.rating-count {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #000000;
}

.product-details .product-price {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    color: #000000;
}

    .product-details .product-price.compare-price {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.69;
        letter-spacing: 0.5px;
        color: rgba(0, 0, 0, 0.5);
    }


.product-details .off {
    font-weight: 400;
    font-size: 23px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: rgb(112 193 18);
}

.taxes {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 20px;
}


.label,
.product-meta {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: #000000;
}

.label {
    font-weight: 600;
}

.product-variant input[type=radio] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.product-variant-other label {
    border: 1px solid #000;
    min-height: 30px;
    min-width: 60px;
    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;
    padding: 0 5px;
    color: #000;
    font-size: 16px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .product-variant-other label:hover,
    .product-variant-other input:checked + label {
        color: #fff;
        background-color: #000;
    }

.product-variant-color label {
    border: none;
    min-height: auto;
    min-width: auto;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 100%;
    outline: 1.5px solid transparent;
    outline-offset: 2px;
}

    .product-variant-color label:hover,
    .product-variant-color input:checked + label {
        outline: 1.5px solid #000;
    }

.variant-list {
    margin-left: -8px;
}

.variant-label {
    margin-left: 8px;
    cursor: pointer;
}

.product-variant-color .variant-list {
    margin-left: -10px;
}

.product-variant-color .variant-label {
    margin-left: 10px;
}

.message-popup-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: #000000;
}

.product-details {
    /* max-width: 500px; */
    margin-left: 40px;
}

    .product-details .card-price-regular {
        color: #000;
        font-size: 30px;
        font-weight: 600;
    }

    .product-details .card-price-compare {
        color: #d1d4d6;
        margin-left: 4px;
        font-weight: 400;
        font-size: 23px;
    }


    .product-details svg {
        width: 23px;
        height: 23px;
        fill: #000;
    }

    .product-details .top_bar {
        display: flow-root;
    }


        .product-details .top_bar .product-rating {
            float: right;
        }

.product-wishlist,
.product-wishlist:hover {
    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;
    width: 44px;
    height: 44px;
    border: 1px solid #000000;
    border-radius: 4px;
    margin-left: 12px;
}

.btn-atc {
    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;
    padding: 13.5px 24px;
    width: 100%;
    height: 44px;
    background: #000000;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #FEFEFE;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-add-to-cart {
    /* max-width: calc(100% - 56px); */
    width: 100%;
}

.btn-buyit-now {
    background: #00234D;
}

.btn-atc:hover {
    background: #c59400;
    color: #fff;
}

.checkout-icon-list {
    margin-left: -12px;
}

.checkout-icon-item {
    margin-left: 12px;
}

    .checkout-icon-item svg {
        width: 48px;
        height: 48px;
    }

.guaranteed-checkout {
    margin-top: 40px;
}

.share-item {
    margin-left: 20px;
    cursor: pointer;
}

    .share-item svg {
        width: 20px;
        height: 20px;
    }

.product-tab-nav {
    margin-left: 0;
    position: relative;
    z-index: 11;
}

.product-tab-link {
    padding: 15px 20px;
    margin-left: 0;
    /* padding-bottom: 12px; */
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin-right: 5px;
    /* color: #000; */
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 500;
}

    .product-tab-link:before {
        /* content: ""; */
        /* position: absolute; */
        z-index: 2;
        left: 0;
        top: 100%;
        width: 100%;
        height: 1.5px;
        background-color: var(--secondary-color);
        opacity: 0;
        visibility: hidden;
    }

    .product-tab-link.active:before {
        opacity: 1;
        visibility: visible;
    }

.product-tab-list {
    border-bottom: solid #000 1px;
    z-index: 999;
}

.product-tab-content {
    margin-top: -1px;
    background: none;
    padding: 20px 20px;
    border: solid #000000 1px;
    overflow: hidden;
}

.review-form-area input,
.review-form-area textarea {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 16px;
}

.review-form-area input {
    height: 44px;
}

.review-form-area label {
    color: #555;
    font-size: 15px;
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
}

.review-submit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.review-submit-btn {
    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: 130px;
    height: 44px;
    border-radius: 4px;
    color: #fff;
    background: var(--primary-color);
    margin-top: 20px;
}

.review-form-area {
    display: none;
    margin-bottom: 30px;
}

.img-large-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -12px;
    margin-left: -12px;
}

    .img-large-list .img-large-wrapper {
        width: 50%;
        padding-left: 12px;
        padding-top: 12px;
    }

.accordion-child {
    display: none;
}

.accordion-heading {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: #000000;
}

.accordion-header {
    padding: 9px 10px;
    border-bottom: none;
    cursor: pointer;
    /* BACKGROUND: #f4f7f8; */
    /* MARGIN-BOTTOM: 8PX; */
    border-bottom: #ccc 1px solid;
    /* border-top-left-radius: 5px; */
    /* display: flex; */
    /* border-top-right-radius: 5px; */
    /* margin: 0 !IMPORTANT; */
    flex: 1 1 auto;
    display: flex;
    /* margin-bottom: 5px; */
}

    .accordion-header .accordion-icon {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .accordion-header.active .accordion-icon {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.accordion-content {
    padding: 15px 0PX 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    BACKGROUND: #FFF;
    margin-top: 0;
    margin-bottom: 0;
}

.product-accordion {
    margin-top: 0;
}

.about-hero-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.29;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #000000;
    border-bottom: double;
    padding-bottom: 7px;
}

.about-hero-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: #000000;
    opacity: 0.6;
}

.action-count {
    background-image: url("../img/about/count-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 63px;
    height: 63px;
    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: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #FEFEFE;
}

.action-title a,
.action-title {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.09;
    letter-spacing: 0.25px;
    color: #000000;
}

.action-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: #000000;
    opacity: 0.6;
    margin-bottom: 0;
}

.action-content {
    margin-left: 24px;
}

.action-item {
    margin-top: 48px;
}

.promo-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FEFEFE;
}

.promo-subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #FEFEFE;
    opacity: 0.7;
    margin-bottom: 0;
    margin-top: 32px;
}

.promotional-item {
    position: relative;
}

.overlay-blue:before,
.overlay-black:before,
.overlay-yellow:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00234D;
    opacity: 0.8;
}

.overlay-black:before {
    background-color: #000;
}

.overlay-yellow:before {
    background-color: #FFAE00;
}

.promotional-absolute {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
    padding: 10% 13%;
}

.about-service-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-top: 16px;
}

.about-service-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: #000000;
    opacity: 0.8;
    margin-bottom: 0;
    margin-top: 16px;
}

.about-service-icon {
    width: 80px;
    height: 80px;
    background-color: #FFAE00;
    border-radius: 100%;
    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;
    margin-left: auto;
    margin-right: auto;
}

.about-service-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 752px;
    margin-top: -15px;
}

.about-service {
    background-color: #F8F8F8;
    /* overflow: hidden; */
}

.promotional-item img {
    width: 100%;
}

.about-service-wrapper {
    /* margin-top: 28px; */
    background: #fff;
    padding: 30px;
    overflow: hidden;
}

    .about-service-wrapper h2 {
        border-bottom: solid #e3e3e3 1px;
        padding-bottom: 15px;
        margin-bottom: 24px;
        font-size: 30px;
        position: relative;
        text-transform: uppercase;
        font-weight: 700;
    }

        .about-service-wrapper h2:before {
            content: "";
            position: absolute;
            width: 20px;
            height: 3px;
            background: #000000;
            left: 0;
            bottom: -2px;
        }


    .about-service-wrapper p {
        font-size: 17px;
        color: #000;
        line-height: 24px;
        text-align: justify;
    }


    .about-service-wrapper ul {
        padding: 0px;
        margin: 0px;
        margin-top: 30px;
        margin-left: 30px;
        overflow: hidden;
    }

        .about-service-wrapper ul li {
            list-style: none;
            float: left;
            width: 100%;
            font-size: 16px;
            padding-bottom: 8px;
            /* text-indent: 20px; */
            padding-left: 21px;
        }

            .about-service-wrapper ul li:before {
                position: absolute;
                content: "";
                width: 6px;
                height: 6px;
                background: #000000;
                border-radius: 50%;
                /* left:0px; */
                margin-top: 8px;
                margin-left: -15px;
            }


    .about-service-wrapper strong {
        font-size: 20px;
        font-weight: 600;
        color: #1e1d1c;
        padding-bottom: 6px;
        display: block;
    }

.member-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #FEFEFE;
}

.member-desig {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: #FEFEFE;
    opacity: 0.7;
    margin-top: 8px;
    margin-bottom: 0;
}

.team-item {
    position: relative;
    margin-top: 30px;
}

.member-absolute {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.member-details {
    background-color: #00234D;
    padding: 20px 15px;
    width: 100%;
}

.about-banner-text {
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #FEFEFE;
    margin-bottom: 0;
}

.about-banner-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    background-color: #FFAE00;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 34px;
    padding: 13.5px 24px;
    min-width: 139px;
    height: 44px;
    background: #FFAE00;
    border-radius: 4px;
}

.about-banner {
    background-image: url("../img/about/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-banner-wrapper {
    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;
    height: 502px;
    width: 100%;
    max-width: 729px;
    padding: 90px;
    background: #00234D;
}

.contact-box-wrapper {
    margin-top: -30px;
}

.contact-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #000;
}

.contact-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: #000;
    opacity: 0.8;
    margin-bottom: 0;
    margin-top: 0px;
    display: block;
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.contact-icon {
    min-width: 56px;
    margin-right: 20px;
}

.contact-item {
    border: 1px solid #00234D;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: transparent;
    padding: 16px;
}

    .contact-item:hover {
        background-color: var(--primary-color);
    }

        .contact-item:hover .contact-title,
        .contact-item:hover .contact-info {
            color: #fff;
        }

        .contact-item:hover .contact-icon svg path {
            fill: #fff;
        }

.contact-form input,
.contact-form textarea {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.69;
    letter-spacing: 0.25px;
    color: #333333;
    width: 100%;
    height: 100%;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 16px;
    margin-top: 24px;
}

.contact-form input {
    height: 44px;
}

.contact-submit-btn {
    width: 160px;
}

.contact-form-area {
    /* padding: 64px; */
    /* -webkit-box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06); */
    /* box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06); */
    padding-bottom: 30px;
}

.cart-item-media {
    width: 100px;
}

.cart-item td {
    vertical-align: top;
    padding-top: 20px;
}

.cart-table th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.cart-table .product-vendor {
    margin-bottom: 0;
}

.cart-total-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.shipping_text,
.subtotal-value,
.subtotal-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 0;
}

.shipping_text {
    font-size: 12px;
}

.subtotal-item {
    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;
    margin-bottom: 6px;
}

.cart-total-box {
    background: none;
    border-radius: 0;
    padding: 0;
    /* border: solid #e0e0e0 1px; */
}

@media (min-width: 768px) {
    .cart-item-quantity {
        text-align: center;
    }

        .cart-item-quantity .quantity {
            margin-left: auto;
            margin-right: auto;
        }
}

.checkout-page-wrapper {
    margin-top: -10px;
}

    .checkout-page-wrapper .section-heading {
        margin-top: -15px;
        font-weight: 600 !IMPORTANT;
    }

.checkout-bar {
    width: 100%;
    margin: 0;
    padding: 15px 15px 0;
    counter-reset: step;
}

    .checkout-bar li {
        list-style-type: none;
        width: 20%;
        float: left;
        font-size: 16px;
        position: relative;
        text-align: center;
    }

        .checkout-bar li a {
            font-weight: 400;
            font-size: 16px;
            line-height: 1.69;
            letter-spacing: 0.5px;
            color: #000;
        }

        .checkout-bar li:before {
            width: 50px;
            height: 50px;
            color: #00234D;
            content: counter(step);
            counter-increment: step;
            line-height: 50px;
            font-size: 18px;
            border: 1px solid #f5f5f5;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: #f5f5f5;
        }

        .checkout-bar li:after {
            width: 150%;
            height: 7px;
            content: '';
            position: absolute;
            background-color: #F5F5F5;
            top: 25px;
            left: -50%;
            z-index: -1;
            border-radius: 15px;
        }

        .checkout-bar li:first-child:after {
            background-color: var(--primary-color);
            left: 0;
        }

        .checkout-bar li.step-done:before {
            border-color: var(--primary-color);
            background-color: var(--primary-color);
            color: #fff;
        }

        .checkout-bar li.step-done + li:after {
            background-color: var(--primary-color);
        }

        .checkout-bar li.step-active:before {
            border-color: var(--primary-color);
            background-color: var(--primary-color);
            color: #fff;
        }

.checkout-user-address,
.checkout-user-name {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
}

.checkout-user-address {
    font-size: 14px;
    margin-top: 4px;
    max-width: 240px;
}

.edit-user {
    color: #000;
    background-color: #FFAE00;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #FFAE00 !important;
    min-width: 140px;
    margin-left: 20px;
}

.checkout-user-area {
    background: #00234D;
    border-radius: 4px;
    padding: 40px;
    margin-top: 48px;
}

.checkout-user-img {
    min-width: 100px;
}

    .checkout-user-img img {
        border-radius: 50%;
    }

.shipping-address-heading {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.41;
    color: #333333;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shipping-address-area {
    margin-top: 48px;
}

.common-form input, .common-form select, .common-form label {
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.25px;
    color: #000000;
    margin: 0px;
}

.common-form label {
    margin-bottom: 4px;
}

.common-form input, .common-form select {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    padding: 5px 10px;
    background: #fff;
}

.common-form fieldset {
    margin-top: 14px;
}

.checkout-summary-area {
    background: #f7f7f7;
    /* -webkit-box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06); */
    /* box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06); */
    border-radius: 0;
    padding: 20px 20px;
    /* border-bottom: solid #e4e4e4 1px; */
    /* border-left: solid #e4e4e4 1px; */
    /* border-right: solid #e4e4e4 1px; */
}

    .checkout-summary-area .minicart-item {
        padding: 20px 0 0;
    }

.input-promo-code {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: #000000;
    /* opacity: 0.6; */
    background-color: #ffffff;
    border-radius: 10px;
    display: block;
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
    height: 48px;
    padding: 16px;
}

.checkout-promo-code .btn-apply-code {
    width: auto;
    margin-left: 18px;
    background: #000;
    border: none;
    height: 48px;
    border-radius: 10px;
}

@media (max-width: 767px) {

    .testimonial-section .testimonial-icon-wrap {
        height: auto !important;
    }

    #instafeed-container img {
        width: 7em !important;
    }

    .testimonial-section .slick-slide {
        margin-top: 0px !important;
    }

    .testimonial-container {
        margin-top: 20px !important;
    }


    .instagram-head {
        padding-bottom: 10px !important;
    }

    #instafeed-container {
        text-align: center;
        margin: 0 auto;
        height: 99px !important;
        overflow: hidden;
    }

    .hot-deal h1 {
        font-size: 12px !important;
    }

    .hot-deal {
        padding: 30px 0 !important;
        margin-top: 30px !important;
    }

    .projectFacts .facts_box {
        padding: 30px 50px 15px !important;
    }


    .projectFacts h1 {
        font-size: 22px !important;
    }


    .hot-deal h2 {
        font-size: 22px !important;
    }

    .wrapper .toast {
        width: 90% !important;
    }

    .wrapper {
        left: 0px !important;
    }

    .toast .close-icon {
        right: 35px !important;
    }

    #progressbar li {
        line-height: 10px !important;
        font-size: 11px !important;
    }

        #progressbar li:before {
            width: 35px !important;
            height: 35px !important;
            line-height: 35px !important;
            display: block;
            font-size: 14px !important;
        }

    .fs-title a {
        font-size: 13px !important;
        float: left;
        text-decoration: underline;
        width: 100%;
        display: block;
        text-align: center;
        padding: 15px;
    }

    .fs-title {
        padding-bottom: 5px !important;
        font-size: 15px !IMPORTANT;
    }

    #msform input, #msform textarea {
        margin-bottom: 5px !important;
    }

    .form-card label {
        font-size: 11px !important;
    }

    #msform select {
        margin: 0px 0 6px !important;
        font-size: 13px !important;
        appearance: auto !IMPORTANT;
    }

    #msform {
        width: 90% !important;
        margin: 0 auto;
    }

    .checkout-page .mt-3 {
        margin: 0px !important;
    }

    .announcement-text:hover {
        background: none !important;
        margin: 0px !important;
        color: #fff !IMPORTANT;
        font-size: 10px !IMPORTANT;
    }


    .view-all svg {
        margin-left: 5px;
        width: 10px;
        height: 10px;
    }

    .all-items {
        margin-top: 2rem !important;
    }

    .trusted-heading {
        font-size: 11px !important;
        line-height: 14px !important;
        padding-bottom: 5px !important;
    }

    .trusted-content {
        padding-left: 0;
        text-align: center;
        margin-top: 11px !important;
    }

    .trusted-badge svg {
        fill: #fff;
        width: 40px;
        height: 40px;
    }


    .trusted-subheading {
        font-size: 11px !important;
        line-height: 13px !important;
        /* width: 100px; */
    }

    .product-card-title {
        width: 138px !important;
    }

    .announcement-meta {
        /* float: right; */
        margin-top: -44px;
    }

    .header-action-item {
        margin-top: -45px;
    }

    .product-tab-content {
        padding: 10px 15px !important;
    }

    .breadcrumb {
        display: none;
    }

    .mobile-menu .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        opacity: .8
    }

    .collection-title-wrap, .filter-sorting {
        /* padding: 0px 0 !IMPORTANT; */
    }


    .mobile-menu {
        background: #000000 !important;
    }

        .mobile-menu .icon-dropdown {
            fill: #fff !important;
        }



    .product-tab-link {
        padding: 9px 9px !important;
        font-size: 14px !important;
        margin-right: 1px !IMPORTANT;
    }

    .latest-blog-section {
        margin-top: 0px !important;
        padding: 20px 0 !IMPORTANT;
    }

    .badge-label {
        max-width: initial;
        width: 100% !important;
        border-radius: 0px !important;
    }

    .product-badge {
        position: initial !important;
    }

    .header-action-item .icon {
        margin-right: 4px;
        position: relative;
        top: 0;
        fill: #fff;
        stroke: #000;
        width: 24px;
        height: 24px;
    }

    .nav-text-sub {
        font-size: 12px;
        font-weight: 400;
        padding: 0px 6px;
        color: #fff;
    }

    .sticky-container2 .sticky li a i {
        font-size: 36px !important;
        color: #fff;
        background: #4caf50;
        width: 50px !important;
        height: 50px !important;
        text-align: center;
        line-height: 40px !important;
    }

    .sticky-container2 {
        left: 0px !important;
        top: 90% !important;
        float: left;
        width: 100px !IMPORTANT;
    }



    .icon {
        width: 15px;
        height: 15px;
    }

    .main-menu .nav-link {
        /* font-size: 12px; */
        /* font-weight: 500; */
        /* color: #fff !IMPORTANT; */
        width: 100%;
    }

    .menu-list-item {
        padding: 0.5rem 1rem !important;
    }

    .utility-menu {
        display: none !important;
    }

    .announcement-text {
        padding: 0px 5px !important;
        font-size: 12px;
        line-height: initial;
        background: none;
        color: #000 !IMPORTANT;
        margin: 0;
        text-align: center;
        border-right: solid #686868 1px;
        border-radius: 0px;
    }

        .announcement-text svg {
            width: 12px;
            height: 12px;
            /* display: none; */
        }

    .header-top, .header-bottom {
        padding-top: 10px !important;
        padding-bottom: 0px !important;
        position: relative;
    }

    .sticky-header {
        padding: 0px;
    }

    .header-wishlist, .header-hamburger {
        margin-top: -43px !important;
    }

    .header-action-item .icon-cart {
        width: 15px;
        height: 15px;
    }

    .filter-sort-wrapper {
        position: -webkit-sticky;
        position: relative;
        /* top: 79px !important; */
        z-index: 99;
        background: #fff;
        padding: 5px 0;
    }

    .mobile-filter-heading {
        font-weight: 500;
        font-size: 12px !important;
    }


    .product-card-img img {
        /* height: 170px; */
        /* object-fit: cover; */
        /* width: 100%; */
    }

    .testimonial-section {
        background: #deefe9;
        padding: 30px 0 !important;
    }

    .icon-dropdown {
        width: 23px;
        height: 18px;
        stroke-width: 0;
        fill: #000 !IMPORTANT;
        /* stroke: #000000; */
    }


    .checkout-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0;
    }

        .checkout-bar li {
            width: 100%;
            text-align: left;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-left: 0;
            margin-top: 12px;
        }

            .checkout-bar li:before {
                width: 50px;
                height: 50px;
                margin: 0;
                margin-right: 15px;
            }

            .checkout-bar li:after {
                display: none;
            }
}

.error-title {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
}

.error-subtitle {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 48px;
}

.login-form {
    width: 100%;
    max-width: 450px;
    background: #f1f1f1;
    /* -webkit-box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06); */
    /* box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06); */
    /* border-radius: 4px; */
    padding: 20px 30px 30px;
}

.btn-signin {
    width: 100%;
}

.wishlist-page-inner {
    margin-top: -15px;
}

.footer-heading {
    margin: 0 0 31px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #FEFEFE;
}

.footer-style-2 .footer-heading {
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}

.footer-logo {
    margin-bottom: 32px;
}

.footer-menu-item a,
.footer-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    /* letter-spacing: 0.5px; */
    color: #FEFEFE;
    /* opacity: 0.7; */
    text-decoration: none !important;
    text-transform: none;
}

.footer-style-2 .footer-menu-item a, .footer-style-2
.footer-text {
    color: #898989;
}

.footer-text {
    margin: 0;
}

.footer-menu-item a {
    display: block;
    padding-bottom: 13px;
    overflow: hidden;
    padding-left: 0;
    text-transform: uppercase;
}

    .footer-menu-item a:before {
        position: absolute;
        content: "";
        left: 0;
        width: 5px;
        height: 5px;
        background: #636363;
        border-radius: 50%;
        margin-top: 5px;
        display: none;
    }

    .footer-menu-item a:hover {
        /* opacity: 1; */
        color: #ffffff;
    }

.footer-menu {
    margin-top: -10px;
    /* overflow: hidden; */
    position: relative;
}

.footer-newsletter-form {
    width: 100%;
    height: 54px;
    overflow: hidden;
}

.footer-newsletter-input {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.64;
    letter-spacing: 0.25px;
    color: #FEFEFE;
    opacity: 0.7;
    height: inherit;
    width: 100%;
    padding: 0 15px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #FEFEFE;
    border-radius: 12px 0 0 12px;
}

.footer-style-2 .footer-newsletter-input {
    color: #00234D;
    border-color: #00234D;
}

.footer-newsletter-input::-webkit-input-placeholder {
    color: #FEFEFE;
    opacity: 0.7;
}

.footer-newsletter-input:-ms-input-placeholder {
    color: #FEFEFE;
    opacity: 0.7;
}

.footer-newsletter-input:-moz-placeholder {
    color: #FEFEFE;
    opacity: 0.7;
}

.footer-style-2 .footer-newsletter-input::-webkit-input-placeholder {
    color: #00234D;
}

.footer-style-2 .footer-newsletter-input:-ms-input-placeholder {
    color: #00234D;
}

.footer-style-2 .footer-newsletter-input:-moz-placeholder {
    color: #00234D;
}

.footer-newsletter-input:focus {
    opacity: 1;
}

.footer-newsletter-btn {
    width: 117px;
    min-width: 117px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    background-color: #00234D;
    color: #fff;
    height: inherit;
    border-radius: 0 12px 12px 0;
}

.newsletter-btn-white {
    background-color: #fff;
    color: #071C1F;
}

.footer-social-item {
    margin-top: 12px;
    margin-left: 0px;
    padding-right: 10px;
}

    .footer-social-item a {
        color: #fff;
    }

.footer-social {
    margin-top: -12px;
    margin-left: 0;
}

.footer-social-wrapper {
    margin-top: 37px;
}

.footer-top {
    padding: 30px 0 30px;
    background: #000;
}

.footer-bottom-menu {
    margin-left: -32px;
    margin-top: 15px;
}

    .footer-bottom-menu > li {
        margin-left: 32px;
    }

.copyright {
    margin-top: 20px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 20px 0;
    background: #000000;
}

.footer-style-2 .footer-bottom {
    border-top: 1px solid #1e1e1e;
}

.footer-bottom-inner {
    margin-top: -25px;
    text-align: center;
}

    .footer-bottom-inner a {
        color: #ffffff;
        font-weight: 600;
        font-size: 13px;
    }

.footer-widget-wrapper {
    margin-top: -40px;
}

.footer-widget {
    margin-top: 40px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-100 {
    margin-top: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .modal-dialog {
        max-width: 90%;
    }
}

@media (min-width: 768px) {
    .footer-heading {
        pointer-events: none;
    }
}

@media (min-width: 992px) {
    .main-menu .menu-list-item.active .icon,
    .main-menu .menu-list-item:hover .icon {
        stroke: #979797;
    }

    .header-bottom {
        position: relative;
        padding: 0px 0;
        background: #002040;
        margin-top: 0px;
        border: none;
        /* -webkit-box-shadow: 0 10px 50px 0 rgba(46, 56, 220, .2); */
        /* box-shadow: 0 10px 50px #2e38dc33; */
        /* border-bottom: solid #e4e4e4 1px; */
    }

    .nav-item-sub {
        /* padding: 8px 13px; */
        /* border-bottom: solid #e5e5e5 1px; */
    }

    .submenu {
        padding: 0px 0;
        /* box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1); */
        /* padding: 20px; */
        /* border-radius: 20px; */
        border: none;
    }

        .submenu li a:before {
            position: absolute;
            content: "";
            width: 6px;
            height: 6px;
            background: #a8740a;
            border-radius: 50%;
            left: 13px;
            margin-top: 4px;
            display: none;
        }

    .main-menu {
        /* margin-left: -20px; */
        /* display: -webkit-box; */
        display: -ms-flexbox;
        /* display: flex; */
        /* -webkit-box-align: center; */
        -ms-flex-align: center;
        /* align-items: center; */
        /* margin-left: -20px; */
        /* margin-bottom: 0; */
        /* margin-top: 44px; */
        margin-bottom: 0px;
    }

        .main-menu > .menu-list-item {
            padding: 12px 20px;
            cursor: pointer;
        }

    .header-1 .main-menu > .menu-list-item {
        padding: 0px 0px;
        cursor: pointer;
        line-height: 50px;
    }

    .main-menu-2 > .menu-list-item {
        padding: 29px 20px;
    }

    .has-dropdown {
        position: relative;
    }

    .mega-menu-header {
        -ms-display: flex;
        -webkit-display: flex;
        /* display: -webkit-box; */
        /* display: flex; */
        -ms-align-items: center;
        /* -webkit-align-items: center; */
        /* -webkit-box-align: center; */
        -ms-flex-align: center;
        align-items: center;
    }

    .open-submenu {
        padding-left: 0px;
        /* position: relative; */
        /* left: 0; */
    }

        .open-submenu svg {
            fill: #fff;
        }

    .submenu-transform {
        position: absolute;
        z-index: 99;
        background: #fff;
        /* border: 1px solid rgba(0, 0, 0, 0.1); */
        top: 90%;
        left: 0;
        width: auto;
        min-width: 280px;
        top: 100px;
        box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
        padding: 20px 30px;
        border-radius: 20px;
    }

    .has-megamenu .submenu-transform {
        width: 100%;
        background-color: #fff;
    }

    .has-dropdown .submenu-transform {
        left: -10px;
        top: 117px;
    }

    .megamenu-container {
        -ms-display: flex;
        -webkit-display: flex;
        display: -webkit-box;
        display: flex;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0 35px;
        margin-left: -40px;
    }

        .megamenu-container > .nav-item-sub {
            width: 25%;
            padding: 0;
            padding-left: 40px;
            padding-top: 35px;
        }

    .has-megamenu .megamenu-transform {
        position: relative;
        top: 0;
        left: 0;
        border: none;
    }

        .has-megamenu .megamenu-transform .nav-item-sub {
            padding: 20px 0 0;
        }

    .submenu-transform > .container {
        padding: 0 10px;
    }

    .megamenu-heading,
    .megamenu-heading:focus,
    .megamenu-heading:hover {
        font-size: 14px;
        font-weight: 500;
        color: #000 !important;
        border-bottom: 1px solid #ccc;
        margin-bottom: 7px;
        text-transform: uppercase;
    }

    .submenu-transform-desktop {
        opacity: 0;
        visibility: hidden;
        -ms-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .menu-list-item:hover .submenu-transform-desktop {
        opacity: 1;
        visibility: visible;
        top: 90%;
    }

    .newsltter-content-1 {
        padding-left: 97px;
    }
}

@media (min-width: 1520px) {
    .article-arrows .arrow-slider {
        left: 0;
    }

    .article-arrows .arrow-next {
        left: auto;
        right: 0;
    }
}

@media (max-width: 1599px) {
    .promo-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .promo-subtitle {
        font-size: 18px;
        margin-top: 20px;
    }

    .promotional-absolute {
        padding: 20px;
    }
}

@media (max-width: 1439px) {


    .slide-img {
        height: 450px;
    }

    .trusted-badge {
        padding: 40px 25px;
    }

    .trusted-heading {
        font-size: 16px;
    }

    .trusted-subheading {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {

    .slide-img {
        height: 363px;
    }

    .promo-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .trusted-content {
        padding-left: 0;
        text-align: center;
        margin-top: 20px;
    }

    .trusted-badge {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .grid-item.grid-item-1 {
        -ms-grid-column-span: 6;
        grid-column: span 6;
        -ms-grid-row-span: 2;
        grid-row: span 2;
    }

    .grid-item.grid-item-2,
    .grid-item.grid-item-3 {
        -ms-grid-column-span: 6;
        grid-column: span 6;
    }

    .grid-item.grid-item-4 {
        -ms-grid-column-span: 5;
        grid-column: span 5;
    }

    .grid-item.grid-item-5 {
        -ms-grid-column-span: 7;
        grid-column: span 7;
    }

    .grid-container-2 {
        grid-auto-flow: row;
    }

        .grid-container-2 .grid-item.grid-item-1,
        .grid-container-2 .grid-item.grid-item-2 {
            -ms-grid-column-span: 6;
            grid-column: span 6;
            grid-row: auto;
        }

        .grid-container-2 .grid-item.grid-item-3 {
            -ms-grid-column-span: 12;
            grid-column: span 12;
            -ms-grid-row-span: 2;
            grid-row: span 2;
        }

    .scattered-heading {
        font-size: 36px;
    }

    .scattered-item .scattered-details {
        max-width: 320px;
    }
}

@media (max-width: 991px) {
    .about-banner-wrapper {
        padding: 60px;
    }

    .header-top,
    .header-bottom {
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
    }

    .search-wrapper {
        top: 100%;
    }

    .search-wrapper {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .main-menu .menu-list-item.active > .mega-menu-header .icon,
    .main-menu .menu-list-item:hover > .mega-menu-header .icon {
        stroke: var(--secondary-color);
    }

    .submenu-transform > .container {
        padding: 0;
    }

    .offcanvas-wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
    }

    .navbar-nav .dropdown-menu {
        position: fixed;
        border: none;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 400px;
        background: red;
        z-index: 99;
        display: block;
        opacity: 0;
        visibility: hidden;
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -ms-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .navbar-nav .dropdown-menu.active {
            opacity: 1;
            visibility: visible;
            -ms-transform: translateX(0%);
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
        }

    .nav-item-sub {
        color: #000;
        font-weight: 500;
        font-size: 15px;
    }

    .open-submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .submenu-transform {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 400px;
        height: 100%;
        -webkit-transform: translate3d(400px, 0, 0);
        transform: translate3d(400px, 0, 0);
        -webkit-transition: -webkit-transform 0.35s;
        transition: -webkit-transform 0.35s;
        -o-transition: transform 0.35s;
        transition: transform 0.35s;
        transition: transform 0.35s, -webkit-transform 0.35s;
        z-index: 1;
        overflow: hidden;
        background-color: #064760;
    }

        .submenu-transform.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .menu-list-item {
        padding: 0.8rem 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .icon-menu-back {
        margin-left: -.7rem;
        margin-right: 7px;
    }

    .nav-text-sub {
        font-size: 13px;
        font-weight: 500;
    }

    .mega-menu-header {
        -ms-display: flex;
        -webkit-display: flex;
        display: -webkit-box;
        display: flex;
        -ms-align-items: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .slide-text {
        font-size: 28px;
    }

    .slide-heading {
        font-size: 54px;
    }

    .section-heading {
        font-size: 40px;
    }

    .utilty-icon-wrapper {
        display: inline-block;
        /* margin-right: 7px; */
    }

    .utility-menu > li {
        /*padding: 0.8rem 1rem;*/
        padding-left: 1rem;
        padding-bottom: 2rem;
    }

    .utility-menu {
        padding-bottom: 5rem;
    }

    .utilty-menu-item .icon {
        width: 18px;
        height: 18px;
    }

    .utilty-menu-item .icon-phone {
        width: 21px;
        height: 21px;
    }

    .video-tools {
        min-height: 500px;
    }

    .newsltter-content-1 {
        padding: 80px;
    }

    .grid-container-2 {
        grid-auto-flow: row;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

        .grid-container-2 .grid-item.grid-item-1,
        .grid-container-2 .grid-item.grid-item-2,
        .grid-container-2 .grid-item.grid-item-3 {
            grid-column: auto;
            grid-row: auto;
        }

    .scattered-item:nth-child(even) .scattered-details {
        margin-top: 0;
        position: absolute;
        z-index: 9;
        left: 30%;
        top: 25%;
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
    }

    .scattered-item {
        margin-top: 0 !important;
    }

        .scattered-item .scattered-details {
            max-width: 100%;
        }

    .scattered-content {
        padding: 55.21% 0 0 0;
    }

    .testimonial-container {
        margin-top: 48px;
    }

    .filter-sort-wrapper {
        position: -webkit-sticky;
        position: relative;
        top: 0;
        z-index: 1;
        background: #fff;
        padding: 5px 0;
    }

    .collection-title-wrap,
    .filter-sorting {
        padding: 10px 0 0;
    }

    .mobile-filter-heading {
        font-weight: 500;
        font-size: 14px;
    }

    .collection-filter {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99;
        padding: 20px;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .collection-filter.active {
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
        }

    .sorting-lists-mobile {
        padding-top: 20px;
    }

        .sorting-lists-mobile li {
            position: relative;
        }

            .sorting-lists-mobile li:not(:first-child) {
                padding: 7px 0;
            }

            .sorting-lists-mobile li:before {
                content: "";
                z-index: 9;
                width: 16px;
                height: 16px;
                border: 1px solid #000;
                border-radius: 0.25rem;
                display: inline-block;
                top: 3px;
                position: relative;
                margin-right: 10px;
            }

    .product-details {
        margin-top: 30px;
    }

    .img-large-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

        .img-large-list .img-large-wrapper {
            width: 50%;
            min-width: 50%;
        }

    .blog-sidebar {
        margin-top: 100px;
    }

    .checkout-summary-area {
        padding: 40px 16px;
        margin-top: 48px;
    }


    .slide-img {
        height: 300px;
    }
}

@media (max-width: 767px) {

    .projectFacts .item {
        margin-bottom: 20px;
    }

    .projectFacts .facts_box {
        background: #ffeb3b;
        border-radius: 20px;
        padding: 20px 0px;
        font-weight: 400;
    }

    .filter-sort-wrapper .collection-title {
        font-size: 12px !important;
        margin-bottom: 3px !IMPORTANT;
    }

    .filter-sort-wrapper .collection-counter {
        font-size: 12px !important;
    }

    .filter-sorting {
        width: auto !important;
    }

    .section-heading:after {
        width: 60% !important;
    }

    .product-card-details {
        padding: 10px 8px !important;
        text-align: center !important;
    }

        .product-card-details svg {
            display: none !important;
        }


    .product-card-details {
        padding: 10px 11px;
        text-align: left;
        background: #f9e6af;
        overflow: hidden;
    }


    .slide-text {
        font-size: 24px;
    }

    .slide-heading {
        font-size: 48px;
    }

    .section-heading {
        font-size: 22px !IMPORTANT;
    }

    .product-card-title,
    .product-card-title a {
        font-size: 12px !IMPORTANT;
    }

    .card-price-regular,
    .card-price-compare {
        font-size: 14px;
    }

    .collection-tab-content {
        margin-top: -20px;
    }

    .footer-bottom-menu {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .copyright {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 15px;
    }

    .footer-heading {
        cursor: pointer;
        margin: 0 0;
        padding: 5px 0;
        font-size: 14px;
        line-height: 21px;
    }

    .footer-widget {
        margin-top: 0;
    }

    .footer-widget-inner {
        -ms-border-top: 1px solid rgba(255, 255, 255, 0.4);
        -webkit-border-top: 1px solid rgba(255, 255, 255, 0.4);
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        padding-top: 10px;
    }

    .footer-style-2 .footer-widget-inner {
        -ms-border-top: 1px solid rgba(0, 35, 77, 0.2);
        -webkit-border-top: 1px solid rgba(0, 35, 77, 0.2);
        border-top: 1px solid rgba(0, 35, 77, 0.2);
    }

    .footer-widget:first-child .footer-widget-inner {
        -ms-border-top: 0;
        -webkit-border-top: 0;
        border-top: 0;
        padding-top: 0;
    }

    .footer-menu {
        display: none;
        padding-top: 10px;
        overflow: hidden;
        padding-bottom: 10px;
    }


    ul.footer-contact {
        margin-top: 15px !important;
    }

    .view-all {
        margin-top: 0px !important;
    }

    .btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-member, .btn-member:hover, .btn-member:focus {
        font-size: 11px;
        line-height: 1;
        text-decoration: none;
        padding: 0 17px;
        height: 37px;
    }

    .trending .section-heading {
        font-size: 17px !important;
    }

    .view-all .btn-primary {
        /* background: #0997ce; */
        border: none;
        font-size: 10px;
        padding: 7px 10px;
        height: auto;
    }

    .section-heading:before {
        display: none !important;
    }

    .trending {
        margin-top: 20px !important;
    }



    .footer-top {
        padding: 50px 0 20px;
    }

    .mt-100 {
        margin-top: 80px;
    }

    .pt-100 {
        padding-top: 80px;
    }

    .pb-100 {
        padding-bottom: 80px;
    }

    .collection-tab-inner {
        margin-top: 0;
    }

    .trusted-row {
        /* display: none; */
    }

    .heading_48 {
        font-size: 40px;
    }

    .heading_42 {
        font-size: 36px;
    }

    .heading_34 {
        font-size: 28px;
    }

    .heading_24 {
        font-size: 22px;
    }

    .video-tools {
        min-height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding-top: 50px;
    }

    .video-container {
        position: relative;
        z-index: 9;
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .slide-img {
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .promotinal-product-container {
        padding: 80px 15px;
    }

    .newsltter-content-1 {
        padding: 80px 15px;
    }

    .newsletter-form {
        height: 60px;
    }

    .newsletter-btn {
        width: 50px;
        height: 46px;
    }

    .grid-container {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .grid-item {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .faq-inner,
    .latest-blog-inner,
    .core-features-inner {
        margin-top: -12px;
    }

    .action-card svg {
        width: 16px;
    }

    .action-card {
        width: 35px;
        height: 35px;
    }

    .scattered-heading {
        font-size: 28px;
    }

    .sticky-header {
        height: auto;
        background: #000000;
        -webkit-box-shadow: 0 4px 6px -6px #777;
        -moz-box-shadow: 0 4px 6px -6px #777;
        box-shadow: 0 4px 6px -6px #777;
        top: 0 !IMPORTANT;
    }

    .header-logo img {
        height: auto !important;
    }

    .product-gallery-vertical .product-img-thumb {
        margin-right: 0;
        margin-top: 6px;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .product-gallery-vertical .product-img-large {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .product-gallery-vertical {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-img-thumb img {
        max-width: 100%;
    }

    .product-gallery-vertical .img-thumb-wrapper {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .product-details .product-title {
        font-size: 20px;
        line-height: 30px;
    }

    .share-item svg {
        width: 18px;
        height: 18px;
    }

    .checkout-icon-item svg {
        width: 36px;
        height: 36px;
    }

    .product-tab-link:before {
        display: none;
    }

    .img-large-list .img-large-wrapper {
        width: 100%;
        min-width: 100%;
    }

    .name-email-field {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .email-field,
    .name-field {
        width: 100%;
    }

    .comment-form-area {
        padding: 40px 20px;
    }

    .blockquote {
        padding: 30px;
        padding-left: 40px;
    }

    .article-meta {
        margin-bottom: 30px;
    }

    .blog-sidebar {
        margin-top: 80px;
    }

    .blog-page-wrapper {
        margin-top: -30px;
    }

        .blog-page-wrapper .article-card {
            margin-top: 30px;
        }

    .about-hero-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .action-title a, .action-title {
        font-size: 24px;
    }

    .action-subtitle {
        line-height: 1.5;
    }

    .promotional-absolute {
        padding: 30px 15px;
    }

    .promo-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .promo-subtitle {
        font-size: 16px;
        margin-top: 20px;
    }

    .about-hero-img {
        margin-top: 20px;
    }

    .about-service-wrapper,
    .contact-form-area {
        padding: 40px 20px;
    }

    .cart-table,
    .cart-table thead,
    .cart-table tbody {
        display: block;
        width: 100%;
    }

    .cart-item {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: repeat 2, auto;
        grid-template-rows: repeat 2, auto;
        -ms-grid-columns: 80px auto auto auto;
        grid-template-columns: 80px auto auto auto;
        -webkit-column-gap: 20px;
        column-gap: 20px;
        row-gap: 10px;
    }

    .cart-item-media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
        width: 80px;
    }

    .cart-item-details {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2 / 4;
    }

    .cart-item-quantity {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2 / 4;
        padding-top: 0 !important;
    }

    .cart-item-price {
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-column: 4 / 5;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .cart-table thead tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .cart-table th {
        border-bottom: none;
    }

    .cart-total-box {
        padding: 32px 20px;
    }

    .checkout-page-btn {
        width: 100%;
    }

        .checkout-page-btn:not(:first-child) {
            margin-top: 12px;
        }

    .edit-user {
        margin-left: 0;
        margin-top: 20px;
    }

    .checkout-user-details {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .checkout-user-area {
        padding: 40px 16px;
    }

    .error-img {
        max-width: 70%;
    }

    .login-form {
        padding: 40px 20px;
    }
}

@media (max-width: 601px) {
    .about-banner-wrapper {
        padding: 60px 20px;
    }

    .about-banner {
        background-image: none;
    }
}

@media (max-width: 480px) {
    .product-card-action-2 {
        -ms-justify-content: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .product-card-action-2 .addtocart-btn,
        .product-card-action-2 .quickview-btn {
            width: 87%;
            margin-top: 10px;
        }

    .product-card:hover .addtocart-btn,
    .product-card:hover .quickview-btn {
        -ms-transform: translateY(-30%);
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }

    .filter-sorting {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .offcanvas {
        max-width: 100vw;
    }
}


.services_cat {
    overflow: hidden;
    position: relative;
}

    .services_cat span {
        position: absolute;
        bottom: 3%;
        /* left: 10px; */
        z-index: 9;
        text-align: center;
        /* margin: 0 auto; */
        width: 100%;
        color: #fff;
        font-weight: 500;
        font-size: 24px;
        letter-spacing: 0;
    }

    .services_cat img {
        transition: all .2s linear;
        width: 100%;
    }

        .services_cat img:hover {
            transform: scale(1.11);
            -webkit-transform: scale(1.11);
            -o-transform: scale(1.11);
            -moz-transform: scale(1.11);
            -ms-transition: all 0.7s ease;
            -webkit-transition: all 0.7s ease;
            -o-transition: all 0.7s ease;
            transition: all 0.7s ease;
            filter: brightness(60%);
        }


.trending .section-header {
    /* display: flex; */
    /* align-items: center; */
    /* overflow: hidden; */
    position: relative;
    padding: 0px 0 0;
}

.trending .section-heading {
    font-size: 39px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: relative;
    z-index: 999;
}

    .trending .section-heading strong {
        font-weight: 700;
    }

.trending .section-header__link {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
    font-size: 18px;
}

.product-card-details {
    padding: 17px 20px;
    text-align: left;
    background: none;
    overflow: hidden;
}

    .product-card-details svg {
        float: right;
        display: block;
        position: relative;
        top: 4px;
    }

        .product-card-details svg path {
            stroke: #000;
        }

.fa-rupee-sign {
    font-size: 13px;
    position: relative;
    top: -1px;
}

.header-logo img {
    height: auto;
    width: 60;
    width: 110px;
}

.wt-text-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    min-width: 0 !important;
}


.wt-text-slime {
    color: #3cc853 !important;
}

.subscribe-section {
    background: #deefe9 no-repeat scroll center center;
    margin-top: 90px;
    margin-bottom: 90px;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .subscribe-section .subscribe-wrap {
        float: none;
        text-align: center;
    }

        .subscribe-section .subscribe-wrap h3 {
            font-weight: 300;
            color: #0a0909;
            letter-spacing: .1px;
            margin-bottom: 10px;
        }

            .subscribe-section .subscribe-wrap h3 span {
                color: #222222;
                font-weight: 500;
            }

        .subscribe-section .subscribe-wrap h1 {
            font-weight: 600;
            color: #222222;
            letter-spacing: .1px;
            margin-bottom: 10px;
        }

        .subscribe-section .subscribe-wrap p {
            color: #222222;
            font-size: 18px;
        }

.subscribe-form-inner {
    position: relative;
    max-width: 525px;
    width: 100%;
    margin: 40px auto auto;
}

    .subscribe-form-inner input[type=email] {
        width: 100%;
        border: 1px solid #b4b4b4;
        border-radius: 50px;
        height: 50px;
        line-height: 24px;
        padding: 12px 30px;
        background-color: transparent;
        color: #000000;
        font-size: 16px;
        font-weight: 300;
    }

    .subscribe-form-inner button {
        font-size: 18px;
        color: #fff;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 24px;
        padding: 13px 40px;
        border-radius: 50px;
        background-color: #000000;
        border: none;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }

.testimonial-section {
    background: #fff;
    padding: 20px 0 0px;
    margin-top: 0;
}

ul.footer-contact {
    padding: 0px;
    margin: 0px;
}

    ul.footer-contact li {
        float: left;
        font-size: 13px;
        color: #FEFEFE;
        list-style: none;
        width: 100%;
        padding-bottom: 15px;
        display: flex;
    }

        ul.footer-contact li span {
            margin-right: 11px;
            color: #f5f5f5;
        }

        ul.footer-contact li a {
            color: #ffffff;
        }

.product-page {
    padding: 30px 0;
}

.product-price-wrapper .fa-rupee-sign {
    font-size: 24px;
}

.desc-content ul {
    padding: 0px;
    margin: 0px;
    margin-left: 0;
}

    .desc-content ul li {
        list-style: inside;
        float: left;
        font-size: 16px;
        color: #000;
        line-height: 22px;
        padding-bottom: 10px;
        text-align: justify;
        width: 100%;
        display: flex;
        letter-spacing: normal;
        position: relative;
        padding-left: 20px;
    }

        .desc-content ul li:before {
            position: absolute;
            left: 0px;
            content: "";
            width: 7px;
            height: 7px;
            background: #000000;
            border-radius: 50%;
            left: 0;
            top: 7px;
        }



.review-people .review-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 26px;
    padding: 0;
}

    .review-people .review-list li .people-box .people-image {
        width: 70px;
        height: 70px;
    }


        .review-people .review-list li .people-box .people-image img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .review-people .review-list li .people-box .people-comment {
        padding-left: 15px;
        width: calc(100% - 70px);
    }


        .review-people .review-list li .people-box .people-comment .name {
            display: block;
            font-weight: 600;
            font-size: 15px;
            padding-bottom: 12px;
            margin-top: 5px;
        }

        .review-people .review-list li .people-box .people-comment .date-time {
            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;
            width: 100%;
        }

            .review-people .review-list li .people-box .people-comment .date-time h6 {
                font-size: 13px;
                color: #777;
                margin-top: 1px;
                font-weight: 400;
            }

.product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review-people .review-list li {
    display: block;
    width: 100%;
    line-height: 0;
}

.rating li .feather.fill {
    fill: #ffb321;
}

.rating li .feather {
    width: 14px;
    height: 14px;
    stroke: #ffb321;
}

.review-people .review-list li .people-box .reply {
    margin-top: 9px;
    line-height: 1.6;
    color: #4a5568;
    position: relative;
}

    .review-people .review-list li .people-box .reply p {
        width: 90%;
        margin: 0;
        line-height: 1.6;
    }

.review-title {
    margin-bottom: calc(10px + (18 - 10) * ((100vw - 320px) / (1920 - 320)));
}

    .review-title h4 {
        font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
        margin-bottom: calc(7px + (13 - 7) * ((100vw - 320px) / (1920 - 320)));
        color: #222;
        font-weight: 400;
    }


.review-people .review-list li .people-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    width: 100%;
    border-radius: 10px;
    padding: 20px 20px;
    background: #ffffff;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 0px;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: 0;
        left: 0;
        float: left;
        display: contents;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
        color: #ccc;
        margin-top: 0;
        margin: 0;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
        margin-top: 0px;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }

.collection {
    padding: 30px 0;
}

.collection-count {
    float: right;
    color: #c50101;
    font-size: 12PX;
}

.cart-page {
    padding: 30px 0;
}

.cart-table .cart-item-details {
    width: 50%;
}

.checkout-page {
    padding: 0px 0;
}

.login-page {
    padding: 30px 0;
}



#heading {
    text-transform: uppercase;
    color: #009688;
    font-weight: normal;
    font-weight: 700;
    font-size: 18px;
    margin: 0px 0;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 0;
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        /*stacking fieldsets above each other*/
        position: relative;
    }

.form-card {
    text-align: left;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input, #msform textarea {
    padding: 11px 13px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    /* font-family: montserrat; */
    color: #000000;
    /* background-color: #ECEFF1; */
    font-size: 13px;
    letter-spacing: 0;
    /* font-weight: 300; */
}

    #msform input:focus, #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #ccc;
        outline-width: 0;
    }

/*Next Buttons*/
#msform .action-button {
    width: 100px;
    background: #009688;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

    #msform .action-button:hover, #msform .action-button:focus {
        background: #009688;
        color: #fff;
    }

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

#msform select {
    /* margin: 0px 0 10PX; */
}


#msform .btn-success {
    background: #009688;
    padding: 13px 23px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 0px;
}

    #msform .btn-success:focus {
        box-shadow: none;
        outline: none;
        border: none;
    }

    #msform .btn-success:hover {
        background: #009688;
        color: #fff;
        outline: none;
        box-shadow: none;
        /* width: auto; */
        /* float: left; */
        /* display: inline-flex; */
    }


#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    background-color: #000000;
    outline: none;
    border: none;
}

/*The background card*/



/*The background card*/
.card {
    z-index: 0;
    border: none;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #009688;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
    margin: 0px;
    border-bottom: solid 2px;
    margin-bottom: 25px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.purple-text {
    color: #673AB7;
    font-weight: normal;
}

/*Step Count*/
.steps {
    font-size: 16px;
    color: #7d7d7d;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

/*Field names*/
.fieldlabels {
    color: gray;
    text-align: left;
}

/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

    #progressbar .active {
        color: #009688;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400;
    }

    /*Icons in the ProgressBar*/
    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f13e";
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007";
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f156";
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c";
    }

    /*Icon ProgressBar before any progress*/
    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
    }

    /*ProgressBar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1;
    }

    /*Color number of the step and the connector before it*/
    #progressbar li.active:before, #progressbar li.active:after {
        background: #009688;
    }

/*Animated Progress Bar*/
.progress {
    height: 20px;
}

.progress-bar {
    background-color: #009688;
}

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}

.checkout .form-card {
}

.checkout .card {
    /* padding: 20px; */
    background: #fff;
    margin: -1px 30px 0 0px;
}

.billing_address_box {
    padding: 20px;
    background: #eaeaea;
    margin-bottom: 20px;
}

    .billing_address_box p {
        margin-bottom: 0px;
    }










.radio-box {
}



    .radio-box input[type=radio]:checked + label:before {
        border-color: #373737 !IMPORTANT;
        border-width: 5px;
    }

    .radio-box label {
        color: #3d3939 !IMPORTANT;
    }


.cart-total-table ul li p {
    margin-bottom: 0px;
}







.special-pakages .item img {
    /* width: 100%; */
    height: 230px;
    object-fit: cover;
}

.min {
    font-size: 12px;
    padding-bottom: 10px;
}

.rstext {
    font-size: 15px;
    color: #c30344;
}

.cart_box {
    width: auto;
}

    .cart_box ul {
        padding: 0px;
        margin: 0px;
    }

.white {
    text-align: center;
    color: #fff;
}

    .white a {
        color: aqua;
    }

.save-btn {
    background-color: #000000 !IMPORTANT;
    padding: 10px !IMPORTANT;
    color: #fff !IMPORTANT;
    border: none !IMPORTANT;
    height: auto !important;
    margin: 0px !important;
    font-size: 17px !IMPORTANT;
    /* width: auto !IMPORTANT; */
}

    .save-btn:hover {
        outline: none !important;
        box-shadow: none !important;
        margin-bottom: 0px !important;
        height: auto;
        margin: 0px !IMPORTANT; /* padding: 0px !IMPORTANT; */
    }

    .save-btn:focus:hover {
        outline: none !important;
        box-shadow: none !important;
        margin-bottom: 0px !important;
        height: auto;
        margin: 0px !IMPORTANT; /* padding: 0px !IMPORTANT; */
    }





.profile {
    background: #fff;
    padding: 10px 10px;
}

    .profile label {
        text-align: left;
        display: block;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .profile .form-group {
        margin-bottom: 0px;
    }

    .profile .left_bar {
        float: left;
        width: 100%;
        background: #000000;
        padding: 0;
    }

        .profile .left_bar h3 {
            text-align: left;
            padding: 17px 15px;
            color: #fff;
            font-size: 18px;
            margin: 0;
            border-bottom: solid #fff 1px;
        }

        .profile .left_bar ul {
            padding: 0px;
            margin: 0px;
            background: #ffc2d5;
            overflow: hidden;
            margin: 0px 0;
        }

            .profile .left_bar ul li {
                float: left;
                list-style: none;
                width: 100%;
            }

                .profile .left_bar ul li a {
                    float: left;
                    padding: 12px 15px;
                    font-size: 15px;
                    color: #fff;
                    width: 100%;
                    text-align: left;
                    border-bottom: solid #ffe6ed 1px;
                    background: #60521f;
                }

                    .profile .left_bar ul li a:hover {
                        background: #816a18;
                        color: #fff;
                    }

                        .profile .left_bar ul li a:hover i {
                            color: #fff;
                        }

                    .profile .left_bar ul li a.active {
                        background: #816a18;
                        color: #fff;
                    }

                        .profile .left_bar ul li a.active i {
                            color: #fff;
                        }

                    .profile .left_bar ul li a i {
                        color: #ffffff;
                        font-size: 15px;
                        padding-right: 7px;
                    }


.btn-signin {
    height: auto;
    padding: 15px;
    text-align: center;
}

    .btn-signin:hover {
        height: auto;
        padding: 15px;
        text-align: center;
    }

.hide {
    display: none !important;
}


.swatch-green {
    background: #009688;
}

.swatch-gray {
    background: #808080
}

.swatch-silver {
    background: #C0C0C0
}

.swatch-white {
    background: #fff;
}

.swatch-black {
    background: #000;
}

.swatch-red {
    background: #ff0000;
}

ul.decimal {
    padding: 0px;
    margin: 0px;
    overflow: initial;
    margin-left: 50px;
    margin-top: 16px;
}

    ul.decimal li {
        list-style: decimal;
        float: left;
        width: 100%;
        color: #000;
        padding-bottom: 6px;
        padding-left: 7px;
    }

        ul.decimal li:before {
            display: none;
        }

.main-menu .nav-link:hover {
    color: #ffffff !important;
    text-decoration: none;
    background: #444 !IMPORTANT;
}


.sticky-container2 {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: 47px;
    top: 80%;
    width: auto;
    z-index: 99999999999999999;
}

    .sticky-container2 .sticky {
        position: relative !important;
    }

        .sticky-container2 .sticky li {
            list-style-type: none;
            background-color: none;
            /* border:solid #FFF 1px; */
            color: #fff;
            /* height: 43px; */
            padding: 0px;
            margin: 0px 0px 20px 0px;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            cursor: pointer;
        }

            .sticky-container2 .sticky li:hover {
                /* margin-left: -115px; */
                /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); */
                /* -webkit-filter: grayscale(0%); */
            }

            .sticky-container2 .sticky li a i {
                float: none;
                -webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
                animation: white-shadow .8s infinite, red-shadow .8s infinite;
                border-radius: 50%;
                font-size: 43px;
                color: #fff;
                background: #4caf50;
                padding: 5px;
                width: 70px;
                height: 70px;
                text-align: center;
                line-height: 60px;
            }

            .sticky-container2 .sticky li p {
                padding: 0px;
                margin: 0px;
                text-transform: none;
                line-height: 43px;
                font-family: Roboto;
            }

            .sticky-container2 .sticky li a {
                color: #FFF;
                text-decoration: none;
                font-family: Roboto;
            }



/* rotateScale animation */
@keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg);
    }
}

/* infiUpDown animation */
@keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* infiLeftRight animation */
@keyframes infiLeftRight {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-35px);
        transform: translateX(-35px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes infiLeftRight {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-35px);
        transform: translateX(-35px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/* twinRotate animation */
@keyframes twinRotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes twinRotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/* heartbeat animation */
@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

/* rotateInfinit animation */
@keyframes rotateInfinit {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(45deg);
    }

    50% {
        transform: rotate(90deg);
    }

    75% {
        transform: rotate(135deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes spinInfinit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ZoomToFade animation */
@-webkit-keyframes ZoomToFade {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4, 1.4);
        -ms-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
    }
}

@keyframes ZoomToFade {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4, 1.4);
        -ms-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
    }
}

/* ZoomToFade2 animation */
@-webkit-keyframes ZoomToFade2 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes ZoomToFade2 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

/* ZoomToFade3 animation */
@-webkit-keyframes ZoomToFade3 {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes ZoomToFade3 {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes white-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
        -webkit-transition: box-shadow .3s ease-in-out;
        -webkit-transition: -webkit-box-shadow .3s ease-in-out;
        -o-transition: box-shadow .3s ease-in-out;
        transition: box-shadow .3s ease-in-out;
        transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
    }

    100% {
        -webkit-box-shadow: 0 0 0 30px transparent;
        box-shadow: 0 0 0 30px transparent;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: box-shadow .4s ease-in-out;
        -webkit-transition: -webkit-box-shadow .4s ease-in-out;
        -o-transition: box-shadow .4s ease-in-out;
        transition: box-shadow .4s ease-in-out;
        transition: box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out
    }
}

@-webkit-keyframes red-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent
    }
}

@keyframes red-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent
    }
}
/* infiUpDown animation */
.infiUpDown {
    animation: infiUpDown 1s infinite alternate;
}


.home_aboutus {
    padding: 50px 0;
    /* margin-top: 1px; */
    /* border-top: solid #cb9424 4px; */
    background: #f4f4f4 url(../img/aboutus_bg.png) repeat;
    background-attachment: fixed;
}

    .home_aboutus h3 {
        font-size: 21px;
        padding: 20px 0;
        color: #b7001b;
        font-weight: 400;
        margin: 0;
    }

    .home_aboutus p {
        font-size: 15px;
        color: #000;
        text-align: justify;
        line-height: 24px;
        margin-bottom: 10px;
    }



@media (min-width: 992px) {
    .d-lg-block {
        /* margin-top: 10px; */
    }
}

.stock-msg {
    color: red;
}

.product-availability {
    margin-right: 5px;
}

.limited-stock-msg {
    background-color: #bf823a;
}

.out-stock-msg {
    background-color: red;
}

.filter-item .filter-lists {
    padding-top: 0px;
}


.home_aboutus {
    display: none;
}

.testimonial-section {
    /* display: none; */
}

.trusted-section {
    padding: 24px 0;
    /* background: #ebebeb; */
    /* margin-top: 50px; */
}


.custom-select {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: 1.15rem;
    color: #000;
    margin-top: 3rem;
}

.select-button {
    width: 100%;
    font-size: 1.15rem;
    background-color: #fff;
    padding: 0.675em 1em;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selected-value {
    text-align: left;
}

.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000;
    transition: transform ease-in-out 0.3s;
}

.custom-select {
    min-width: 350px;
    position: relative;
}






select {
    appearance: none;
    /*  safari  */
    -webkit-appearance: none;
    /*  other styles for aesthetics */
    width: 100%;
    font-size: 1.15rem;
    padding: 0.675em 6em 0.675em 1em;
    background-color: #fff;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    color: #000;
    cursor: pointer;
}

.custom-select::before,
.custom-select::after {
    --size: 0.3rem;
    content: "";
    position: absolute;
    right: 1rem;
    pointer-events: none;
}

.custom-select::before {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-bottom: var(--size) solid black;
    top: 40%;
}

.custom-select::after {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: var(--size) solid black;
    top: 55%;
}





.collection-tab-section .section-header {
    display: flex;
    align-items: center;
}

.collection-tab-section .section-heading {
    text-align: left;
    font-size: 35px;
    padding: 0px 0 0;
    color: #000;
    flex: 1 1 auto;
    font-weight: 600;
    margin-bottom: 0px;
    /* text-transform: uppercase; */
}


/*.section-heading:before {
    position: absolute;
    content: "";*/
/* top: 0px; */
/*background: #0989ff;
    width: 70px;
    height: 4px;
    display: block;
    margin-top: 46px;
}*/
.all-items {
}

    .all-items .section-heading {
        text-align: left;
        font-size: 35px;
        /* padding: 20px 0 0; */
        color: #000;
        flex: 1 1 auto;
        font-weight: 300;
        /* margin-bottom: 30px; */
        text-transform: uppercase;
    }

        .all-items .section-heading strong {
            font-weight: 700;
        }

    .all-items .section-header {
        display: flex;
        align-items: center;
        overflow: hidden;
    }

/*.view-all::after {
    position: absolute;
    content: "";
    right: 100px;
    top: 50%;
    width: 1220px;
    height: 1px;
    background-color: #dcdcdc;
    z-index: -1;
}
*/


.page_banner {
    width: 100%;
    margin: 0 auto;
}

    .page_banner img {
        width: 100%;
    }

.featured-collection-section .section-heading {
    /* font-size: 35px; */
    /* font-weight: 600; */
    /* margin-bottom: 30px; */
    /* text-align: center; */
    /* font-family: Work Sans-Bold; */
    /* text-transform: uppercase; */
}


.select-menu {
    width: 100%;
    /* margin: 140px auto; */
}

    .select-menu .select-btn {
        display: flex;
        height: 55px;
        background: #fff;
        padding: 20px;
        font-size: 18px;
        font-weight: 400;
        border-radius: 5px;
        align-items: center;
        cursor: pointer;
        justify-content: space-between;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        border: solid #bfbfbf 1px;
    }

.select-btn i {
    font-size: 16px;
    transition: 0.3s;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

.select-menu .options {
    position: relative;
    padding: 5px 10px;
    margin-top: 6px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    display: none;
    border: solid #dcdcdc 1px;
}

.select-menu.active .options {
    display: block;
}

.options .option {
    display: block;
    /* height: 50px; */
    cursor: pointer;
    padding: 12px 14px;
    border-radius: 8px;
    align-items: center;
    background: #fff;
    border: solid #fff 2px;
    list-style: none;
}

    .options .option:hover {
        background: #F2F2F2;
        border: solid #0ca6e1 2px;
    }

.option i {
    font-size: 25px;
    margin-right: 12px;
}

.option .option-text {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}


.option .color-box {
    float: right;
    display: block;
}

.mobile-menu {
    background: #064760;
}


.latest-blog-section {
    padding: 50px 0;
    margin-top: 0;
    background: #ffffff;
}

    .latest-blog-section .section-header {
        /* display: flex; */
        align-items: center;
    }

    .latest-blog-section .section-heading {
        text-align: center;
        font-size: 35px;
        padding: 0px 0 0;
        color: #000;
        flex: 1 1 auto;
        font-weight: 500;
        margin-bottom: 0px;
        /* text-transform: uppercase; */
        font-family: Work Sans;
        text-transform: uppercase;
    }


.blog-page {
    margin-top: 80px;
    padding-bottom: 50px;
}

.article-page {
    padding: 60px 0;
}

.article-img-blog {
    width: 50%;
    float: right;
    position: relative;
    z-index: 1;
    padding: 0px 0px 10px 30px;
}

.article-meta {
    margin-bottom: 48px;
    display: none;
}

.article-page .article-rte h1 {
    font-size: 30px;
    border-bottom: solid #e5e5e5 1px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    line-height: 40px;
}

.article-page p {
    font-size: 16px !IMPORTANT;
    text-align: justify;
    line-height: 27px;
    background: none !IMPORTANT;
    color: #000 !IMPORTANT;
    letter-spacing: 0;
    width: 100%;
}


.blog-sidebar {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
}

    .blog-sidebar .filter-header {
        padding-bottom: 10px;
        cursor: pointer;
        padding: 0px 0px 15px;
        font-size: 25px;
        margin-bottom: 20px;
        font-weight: 600;
    }

.article-page h2 {
    font-size: 27px;
}

.related-heading {
    font-size: 13px !important;
    line-height: 20px;
}

.related-item {
    margin-top: 0;
    /* border-bottom: solid #d1d1d1 1px; */
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
}


.hot-deal {
    padding: 30px;
    background: #f5f5ff;
    background-size: cover;
    margin-top: 0px;
    border-top-left-radius: 50px;
    box-shadow: 0 5px 10px #bababa;
    border-radius: 50px;
    margin-bottom: 40px;
}

    .hot-deal .section-header {
        display: block;
    }


    .hot-deal h1 {
        font-size: 16px;
        color: #000;
        text-align: center;
        font-weight: 400;
    }

    .hot-deal h2 {
        font-size: 42px;
        color: #000;
        text-align: center;
        font-weight: 500;
    }


.projectFacts {
    padding: 90px 0 0;
}

    .projectFacts h1 {
        text-align: center;
        font-size: 42PX;
        letter-spacing: 0.8PX;
        padding-bottom: 20px;
    }

    .projectFacts .item {
        text-align: center;
        border: dotted #ccc 2px;
        padding: 40px 0;
    }



    .projectFacts .facts_box {
        background: #ffffff;
        /* border-radius: 20px; */
        padding: 30px 0px;
        font-weight: 400;
    }

        .projectFacts .facts_box p {
            display: inline;
            font-weight: 700;
            font-size: 16px;
            padding-bottom: 18px;
            /* display: block; */
            /* margin-bottom: 10px; */
        }

    .projectFacts .icon {
        text-align: center;
        margin: 0 auto;
    }

    .projectFacts .facts_box span {
        display: block;
        width: 100%;
        padding-top: 5px;
    }

    .projectFacts .facts_box .iconimg {
        width: 80px;
        /* height: 80px; */
        text-align: c;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .projectFacts .facts_box .iconimg img {
            width: 70px;
            /* margin-bottom: 10px; */
            height: 70px;
            object-fit: cover;
        }

.pagination ul li.active {
    background: #000000;
    color: #fff !important;
    /* padding: 10px; */
    border-radius: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    display: block;
    /* line-height: 110px; */
    display: block;
    line-height: 48px;
    margin: 0 10px;
}

.pagination .icon {
    stroke: #999999;
}

.pagination .pagination {
    border: none;
    margin-top: 50px !IMPORTANT;
}



.pagination ul li.active a {
    width: auto;
    height: auto;
    line-height: 48px;
    color: #fff;
}

.pagination {
    border-top: solid #e5e5e5 1px;
    padding: 30px 0 30px;
    display: flex;
    text-align: center;
    margin-top: 50px !IMPORTANT;
}

    .pagination ul li {
        list-style: none;
    }

    .pagination ul {
        padding: 0px;
        margin: 0px;
    }


ul.pagination_bt li {
    list-style: none;
}



.toast:not(.showing):not(.show) {
    opacity: 9;
}



.wrapper {
    position: fixed;
    bottom: 100px;
    left: 20px;
    animation: show_toast 1s ease forwards;
    z-index: 99999;
}

@keyframes show_toast {
    0% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(10%);
    }

    80%, 100% {
        transform: translateX(20px);
    }
}

.wrapper.hide {
    animation: hide_toast 1s ease forwards;
    display: block !important;
}

@keyframes hide_toast {
    0% {
        transform: translateX(20px);
    }

    40% {
        transform: translateX(10%);
    }

    80%, 100% {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-100%);
    }
}

.wrapper .toast {
    background: #fff;
    padding: 0;
    border-radius: 0px;
    /* border-left: 5px solid #2ecc71; */
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
    width: 450PX;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    word-break: break-all;
}

    .wrapper .toast.offline {
        border-color: #ccc;
    }

.toast .content {
    display: flex;
    padding: 0px 0;
    overflow: hidden;
}

.content .icon {
    /* font-size: 25px; */
    /* color: #fff; */
    /* height: 110px; */
    width: 130px;
    /* text-align: center; */
    /* line-height: 50px; */
    /* border-radius: 50%; */
    /* background: #2ecc71; */
    /* overflow: hidden; */
    float: left;
    /* display: block; */
}

    .content .icon img {
        height: 116px;
        /* width: 184px; */
        object-fit: cover;
    }

.toast.offline .content .icon {
    background: #ccc;
}

.content .details {
    position: relative;
    margin-left: 10px;
    /* width: 326px; */
    /* float: left; */
    word-break: break-word;
    padding-top: 0;
    /* float: right; */
    /* left: -15px; */
    /* top: 5px; */
    /* margin-right: 10px; */
    padding-right: 32px;
    /* padding-top: 10px; */
    margin-top: 5px;
}

.details span {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    display: block;
    padding-bottom: 9px;
}

.details p {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}

.toast .close-icon {
    color: #a9a9a9;
    font-size: 12px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: none;
    transition: all 5s ease;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 300;
}

.close-icon:hover {
    /* background: #efefef; */
}

.view {
    font-size: 11px;
    color: red !important;
    margin: 0px;
    float: right;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
}


.checkout-page select {
    -webkit-appearance: initial !important;
    -moz-appearance: initial !important;
    appearance: auto !important;
    font-size: 14px;
    height: 45px;
}

    .checkout-page select:focus {
        background: none;
        box-shadow: none;
        border: solid #ccc 1px;
    }

.contact-form-section {
    margin-top: 50px !important;
}

.contact-box {
    margin-top: 50px !important;
}

.notify-product {
    color: red !important;
}


.shop-items .product-card-details {
    padding: 17px 20px;
    text-align: left;
    background: #ffffffbf;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 80%;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.shop-items .product-card-title {
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    overflow: hidden;
    width: 100% !IMPORTANT;
    /* display: block; */
    padding: 0;
    text-align: center;
    text-overflow: initial !IMPORTANT;
    word-break: break-all;
    word-spacing: initial;
    white-space: normal !IMPORTANT;
}

.shop-items .product-card-details svg {
    float: right;
    display: block;
    position: relative;
    top: 4px;
    display: none;
}

.shop-items .product-card-title a {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    text-transform: none;
    font-weight: 700;
}

.shop-items.product-card-title:hover {
    color: #000000;
}

.product-card:hover .secondary-img {
    opacity: 0.1;
    visibility: visible;
    -webkit-transition: transform 0.6s ease 0.05s;
    -o-transition: transform 0.6s ease 0.05s;
    transition: transform 0.6s ease 0.05s;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}

.product-card:hover .primary-img {
    opacity: 0.1;
    visibility: visible;
    -webkit-transition: transform 0.6s ease 0.05s;
    -o-transition: transform 0.6s ease 0.05s;
    transition: transform 0.6s ease 0.05s;
    -webkit-transform: scale(1.15) rotate(0.0001deg);
    transform: scale(1.15) rotate(0.0001deg);
}




.hot-deal .product-card-details {
    background: #fff;
}

.testimonial-section .section-heading:after {
    display: none;
}

.testimonial-section .section-heading {
    text-align: center;
    /* font-weight: 400; */
    color: #000000;
    MARGIN-BOTTOM: 20px;
}

.testimonial-section .section-subheading {
    text-align: center;
    font-size: 13px;
    font-weight: 300;
}

.testimonial-section .slick-slide {
    margin-top: 90px !IMPORTANT;
    border: solid #ccc 1px;
    padding: 80px 30px;
}

.testimonial-section .testimonial-icon-wrap {
    /* background-color: #ebebeb; */
    /* border-radius: 10px; */
    /* padding: 100px 150px; */
    margin-bottom: 0;
    position: relative;
    /* box-shadow: 0 16px 32px 0 rgba(0,0,0,.04); */
    /* height: 450px; */
    text-align: center;
    /* width: 500px; */
    margin: 0 auto;
    max-width: 100%;
    margin-top: 0;
}

    .testimonial-section .testimonial-icon-wrap:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 25px solid #fff;
        border-right: 50px solid transparent;
        position: absolute;
        bottom: -25px;
        left: 60px;
        display: none;
    }



.testimonial-section .slick-track {
    /* width: 100% !important; */
}


.testimonial-item.slick-slide img {
    /* width: 20px; */
    /* height: 14px; */
}

#instafeed-container {
    text-align: center;
    margin: 0 auto;
    height: 349px;
    overflow: hidden;
}

    #instafeed-container img {
        width: 25em;
        FONT-WEIGHT: 200;
        /* border-color: white; */
        border-bottom: 10px;
        border: solid #fff 1px;
    }

.instagram-sec {
    padding: 50px 0;
}

.instagram-head {
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 50px;
}

    .instagram-head img {
        text-align: center; /* display:block; */
    }

.showmore {
    background: #ea1e63;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 10px;
    letter-spacing: normal;
}

    .showmore:hover {
        color: #fff;
        background: #FFAE00
    }

.testimonial-item {
    margin-top: 50px;
}

.view-all {
    margin-top: 30px;
}

    .view-all .btn-secondary {
        background: #000000;
        color: #ffffff;
        border: solid #000000 1px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        position: relative;
        z-index: 1;
        font-weight: 600;
        padding: 15px 30px;
        height: auto;
        border-radius: 8px;
    }

        .view-all .btn-secondary:hover {
            color: #000;
            border: #000000 solid 1px;
        }

        .view-all .btn-secondary:after {
            content: "";
            position: absolute;
            z-index: -1;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            border-radius: 8px;
            width: 0%;
            height: 100%;
            top: 0;
            left: 0;
            background: #fff;
        }

        .view-all .btn-secondary:hover:after {
            width: 100%;
            color: #000;
            /* border: solid #000 1px; */
            border-radius: 8px;
        }





.read_more {
    margin-top: 20px;
}

    .read_more .btn-secondary {
        background: #c29958;
        color: #fff;
        border: solid #c29958 1px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        position: relative;
        z-index: 1;
        font-weight: 600;
        padding: 15px 30px;
        height: auto;
        border-radius: 8px;
        font-size: 16px;
    }

        .read_more .btn-secondary:hover {
            color: #000;
            border: #000000 solid 1px;
        }

        .read_more .btn-secondary:after {
            content: "";
            position: absolute;
            z-index: -1;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            border-radius: 8px;
            width: 0%;
            height: 100%;
            top: 0;
            left: 0;
            background: #fff;
        }

        .read_more .btn-secondary:hover:after {
            width: 100%;
            color: #000;
            /* border: solid #000 1px; */
            border-radius: 8px;
        }




.filter_bt {
    margin-top: 20px;
}

    .filter_bt .btn-secondary {
        background: #000000;
        color: #fff;
        border: solid #000000 1px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        position: relative;
        z-index: 1;
        font-weight: 600;
        padding: 15px 30px;
        height: auto;
        border-radius: 8px;
        font-size: 16px;
        width: 100%;
    }

        .filter_bt .btn-secondary:hover {
            color: #000;
            border: #000000 solid 1px;
        }

        .filter_bt .btn-secondary:after {
            content: "";
            position: absolute;
            z-index: -1;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            border-radius: 8px;
            width: 0%;
            height: 100%;
            top: 0;
            left: 0;
            background: #fff;
        }

        .filter_bt .btn-secondary:hover:after {
            width: 100%;
            color: #000;
            /* border: solid #000 1px; */
            border-radius: 8px;
        }





.reviewer-name {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-align: center;
    display: block;
}

.ltn__blog-btn {
    margin-top: 10px;
    display: block;
}

    .ltn__blog-btn a {
        color: #c29958;
        font-size: 14px;
        font-weight: 600;
    }

.footer_text {
    font-size: 15px;
    color: #303030;
    text-align: justify;
    line-height: 24px;
}

.search_box {
    width: 480px;
    margin: 0 auto;
    position: relative;
    float: right;
    right: 78px;
    padding: 0 20px;
    display: block;
    margin-top: 5px;
}


.custom-content-align {
    align-items: center;
}

.image-position-size {
    display: block;
    max-width: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 15px;
}

.image-position-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
}

.filter-sorting .form-select {
    padding: 10px 16px;
}

    .filter-sorting .form-select:focus {
        border-color: none;
        box-shadow: none;
        border: 1px solid #ced4da;
    }

.filter-sorting {
    width: 300px;
}

.sidebar-price-filter {
    display: flex;
    justify-content: space-between;
}

.slick-slide img {
    border-radius: 10px;
    width: 100%;
}

.fancybox-container {
    z-index: 999999;
}

.slick-vertical .slick-slide {
    width: auto !important;
}

.slick-track {
    display: inline-block;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: #929292;
    border: 0;
    opacity: .25;
}

.product-short-description p {
    font-size: 16px;
    color: #303030;
    /* line-height: 28px; */
    /* font-weight: 400; */
    text-align: justify;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 3; */
    /* -webkit-box-orient: vertical; */
    /* color: #000; */
    /* height: 90px; */
    margin: 0 0 10px;
}

ul.modal-product-meta {
    margin: 0;
    padding: 0;
    border-bottom: none;
    border-top: none;
}

    ul.modal-product-meta li {
        list-style: none;
        font-size: 15px;
        margin-top: 10px;
        letter-spacing: normal;
    }

        ul.modal-product-meta li strong {
            font-weight: 600;
        }

        ul.modal-product-meta li span.variant-inventory {
            color: #c29958;
        }

        ul.modal-product-meta li span {
            font-weight: 500;
        }

        ul.modal-product-meta li strong {
            color: #111111;
            margin-right: 5px;
            font-weight: 600;
            min-width: 100px;
            display: inline-block;
        }

        ul.modal-product-meta li span a {
            color: #000000;
        }

            ul.modal-product-meta li span a:hover {
                color: #ab4d8b;
            }


.ltn__product-details-menu-2 ul {
    padding: 0px;
    display: flex;
    flex-flow: row wrap;
}

    .ltn__product-details-menu-2 ul li {
        list-style: none;
    }


.product-cart-action button, .btn {
    border-radius: 5px;
}

.product-cart-action button {
    padding: 22px 40px;
}

.product-cart-action button {
    margin-right: 0;
}

.theme-btn-1 {
    background-color: #c29958;
    color: #fff;
}

.ltn__product-details-menu-2 .btn {
    width: auto;
}

.ltn__product-details-menu-2 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

    .ltn__product-details-menu-2 ul li:last-child {
        margin-right: 0px;
    }




.addtocart {
    background: #000000;
    color: #fff;
    border: solid #000000 1px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    z-index: 1;
    font-weight: 700;
    padding: 19px 30px;
    height: auto;
    border-radius: 8px;
    font-size: 16px;
}

    .addtocart:hover {
        color: #000;
        border: #000000 solid 1px;
    }

    .addtocart:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        border-radius: 8px;
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
    }

    .addtocart:hover:after {
        width: 100%;
        color: #000;
        border: solid #000 1px;
        border-radius: 5px;
    }


.buynow {
    background: #000;
    color: #fff;
    border: solid #000 1px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    z-index: 1;
    font-weight: 700;
    padding: 19px 30px;
    height: auto;
    border-radius: 8px;
    font-size: 16px;
}

    .buynow:hover {
        color: #fff;
        border: #a94d89 solid 1px;
        background: #a94d89;
    }



.product-text ul {
    padding: 0;
    margin: 0;
}

.product-text h6 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
}

.product-text ul li {
    margin-top: 0;
    margin-left: 20px;
    padding: 3px 0;
    color: #303030;
    font-size: 16px;
    letter-spacing: normal;
}

.desc-content p {
    color: #000000;
    line-height: 24px;
    text-align: justify;
    padding: 5px 0;
    margin: 0;
    font-size: 16px;
    letter-spacing: normal;
}

.ltn__safe-checkout h5 {
    font-weight: 700;
    color: #111111;
    letter-spacing: normal;
}

.ltn__safe-checkout p {
    margin-bottom: 15px;
    color: #303030
}

.testimonial-section .arrow-slider {
    top: 55%;
}

.testimonial-section .arrow-prev {
    left: 0;
    background: url(../img/arrow-prev.png) left no-repeat;
    /* background-position: center; */
    width: 66px;
    height: 66px;
}

    .testimonial-section .arrow-prev:hover {
        background: url(../img/arrow-prev.png) left no-repeat;
    }

    .testimonial-section .arrow-prev svg {
        display: none;
    }


.testimonial-section .arrow-next {
    /* right: -50px; */
    background: url(../img/arrow-next.png) left no-repeat;
    /* background-position: center; */
    width: 66px;
    height: 66px;
}

    .testimonial-section .arrow-next:hover {
        background: url(../img/arrow-next.png) left no-repeat;
        /* background-position: center; */
        width: 66px;
        height: 66px;
    }

    .testimonial-section .arrow-next svg {
        display: none;
    }

.common-slider .slick-list {
}

.offcanvas {
    z-index: 99999;
}

.offcanvas-header {
    padding: 1rem 1rem;
    border-bottom: solid #3e3c3c 1px;
}

    .offcanvas-header h5 {
        margin-bottom: 0;
    }

.mini-img-wrapper img {
    border-radius: 10px;
}

.misc .quantity .qty-btn {
    padding: 17px 13px;
}

.misc .qty-btn, .qty-input {
    width: auto;
}

.misc .quantity {
    width: 140px;
    -ms-border: 1px solid rgba(0, 0, 0, 0.1) !important;
    -webkit-border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px;
    margin-top: 7px;
}

.mini-img-wrapper i {
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #111010;
    line-height: 20px;
    position: absolute;
    /* top: 0; */
    box-shadow: 0 1px 3px #000;
    font-size: 12px;
    font-weight: normal;
    left: 20px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin-top: -5px;
}

    .mini-img-wrapper i:hover {
        background: #dc3545;
        color: #fff;
    }

.offcanvas-end {
    padding: 0px 22px;
}

.minicart-item .product-info a:hover {
    color: #c29958;
}

.cart-subprice {
    color: #69a524;
    font-size: 16px;
}

.minicart-item .misc .quantity .qty-btn {
    padding: 5px 8px;
}

.minicart-item .misc .quantity {
    width: 102px;
    -ms-border: 1px solid rgba(0, 0, 0, 0.1) !important;
    -webkit-border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px;
    margin-top: 11px;
    font-size: 11px;
}

    .minicart-item .misc .quantity .qty-input {
        font-size: 13px;
    }


.pro-thumbnail {
    width: 130px;
}


.cart-table table {
    border: none;
}

.cart-table table {
    border-color: #ddd;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0;
    text-align: center;
    width: 100%;
}

    .cart-table table tbody tr td.pro-thumbnail {
        width: 130px;
    }

    .cart-table table tbody tr td {
        border-bottom: 1px solid var(--border-color-1);
        border-top: 1px solid var(--border-color-1);
    }

    .cart-table table tbody tr td {
        border-bottom: 1px solid #dee2e6;
        border-right: none;
        padding: 10px;
        border-top: 1px solid #dee2e6;
        font-weight: 700;
    }

    .cart-table table tbody tr td {
        /* border-bottom: 1px solid #ddd; */
        /* border-right: 1px solid #ddd; */
        padding: 10px;
        vertical-align: middle;
        text-align: center;
    }

        .cart-table table tbody tr td.pro-title {
            width: 270px;
        }

.cart-table td, .cart-table th {
    padding: 30px 15px;
    border: none;
}


.cart-table table tbody tr td.pro-thumbnail a {
    display: block;
    min-width: 100px;
}

    .cart-table table tbody tr td.pro-thumbnail a img {
        width: 100%;
    }

    .cart-table tr, .cart-table table tbody tr td.pro-thumbnail a img, .cart-coupon textarea, .ltn__shop-details-large-img {
        border: 1px solid #dee2e6;
    }

.cart-table table tbody tr td {
    border-bottom: 1px solid #dee2e6;
    border-right: none;
    padding: 10px;
    border-top: 1px solid #dee2e6;
    font-weight: 700;
}

    .cart-table tr, .cart-table table tbody tr td.pro-thumbnail a img, .cart-coupon textarea {
        border-radius: 15px;
    }

    .cart-table table tbody tr td.pro-title a {
        display: block;
        margin-bottom: 6px;
        color: #000;
    }

        .cart-table table tbody tr td.pro-title a:hover {
            color: #a94d89;
        }

    .cart-table table tbody tr td.pro-price {
        width: 130px;
    }

    .cart-table table tbody tr td.pro-quantity {
        width: 180px;
    }

    .cart-table table tbody tr td.pro-subtotal {
        width: 120px;
    }

    .cart-table table tbody tr td.pro-remove {
        width: 150px;
    }

        .cart-table table tbody tr td.pro-remove a {
            font-size: 25px;
            color: #000;
            border: none;
            text-decoration: none;
        }

            .cart-table table tbody tr td.pro-remove a:hover {
                color: #c29958;
            }


.cart-table .quantity {
    width: 150px;
    -ms-border: 1px solid rgba(0, 0, 0, 0.1) !important;
    -webkit-border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px;
    margin: 0 auto;
}

.cart-table .misc .qty-btn, .qty-input {
    width: 100%;
}

.cart-table .quantity .qty-btn {
    width: auto;
    padding: 18px 15px;
    cursor: pointer;
    color: #000;
    /* font-weight: 600; */
}

.cart-payment {
    margin-top: 50px;
}

    .cart-payment .cart-total h3 {
        font-size: 25px;
        color: #000;
        font-weight: 700;
        margin-bottom: 20px;
    }

.theme-default-button {
    background-color: #000000;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 17px 40px;
    border-radius: 5px;
}

    .theme-default-button + .theme-default-button {
        margin-left: 15px;
    }

    .theme-default-button:hover {
        background-color: #8f2f72;
        color: #fff;
    }

.proceed-to-checkout {
    text-align: center;
}

.cart-total .table tr:nth-child(2n) {
    background-color: #ebebeb;
}

.cart-total .table {
    border: 1px solid #ebebeb;
}

.cart-total table th, .cart-total table td {
    font-size: 16px;
    padding: .75rem;
}

.cart-coupon textarea {
    border-radius: 0;
    width: 100%;
}

.cart-table tr, .cart-table table tbody tr td.pro-thumbnail a img, .cart-coupon textarea {
    border-radius: 15px;
}

textarea {
    resize: vertical;
    padding: 15px 20px;
    min-height: 150px;
    border: solid #ebebeb 1px;
}

    textarea:focus-visible {
        border: none;
        background: none;
        box-shadow: none;
        outline: none;
        border: solid #ebebeb 1px;
    }






.single-form .form-control:focus {
    border-color: #ffffff;
    outline: none;
    box-shadow: none;
    border: solid #ccc 1px;
    font-size: 13px;
}



    .single-form .form-control:focus::placeholder {
        color: #636363;
        opacity: 1;
        text-transform: capitalize;
        font-size: 13px;
    }



input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}


.checkout-form select {
    -webkit-appearance: auto;
    width: 100%;
    font-size: 1.15rem;
    padding: 0.675em 6em 0.675em 1em;
    background-color: #fff;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    color: #000;
    cursor: pointer;
}

.single-form .form-control {
    margin: 15px 0 0;
    padding: 10px 20px;
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
}

.checkout-area {
    padding: 50px 0;
}

.check_out.label-check {
    height: auto;
    width: auto;
}






.checkout h2 {
    text-align: left;
    font-size: 20px;
    color: #000 !IMPORTANT;
    BORDER: NONE;
    margin-bottom: 15px;
    /* margin-bottom: 0; */
    letter-spacing: normal;
}




.single-form .label-check .checked {
    position: absolute;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    cursor: pointer
}

    .single-form .label-check .checked:before, .label-check .checked:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: .3s ease-in
    }

.label-check .checked:before {
    content: "";
    opacity: 1;
    visibility: visible;
    border: 1px solid #546d87
}

.label-check .checked:after {
    content: "";
    font-family: IcoFont !important;
    transform: scale(0);
    font-size: 15px;
    color: #886cff;
    display: flex;
    align-items: center;
    justify-content: center
}

.radio-check {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #ebedee
}

    .radio-check .check-input {
        display: none
    }

        .radio-check .check-input:checked + span:after {
            transform: translate(-50%, -50%) scale(0.8)
        }

    .radio-check .checked {
        position: absolute;
        top: 50% !important;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: 100%;
        cursor: pointer
    }

        .radio-check .checked:after {
            position: absolute;
            content: "";
            transform: translate(-50%, -50%) scale(0);
            background-color: #7900f3;
            top: 50%;
            left: 50%;
            height: 15px;
            width: 15px;
            border-radius: 50%
        }








@media screen and (max-width: 575px) {
    .case-study-isotope h2 {
        max-width: 90%
    }

    .isotope-menu {
        padding-bottom: 30px;
        flex-wrap: wrap
    }

        .isotope-menu li {
            padding: 10px 15px
        }
}

.cart-sidebar .cart-bill ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    font-size: 16px;
    color: #546d87;
    font-weight: 500
}

    .cart-sidebar .cart-bill ul li span {
        font-weight: 500
    }

    .cart-sidebar .cart-bill ul li:last-child {
        padding-bottom: 15px;
        border-bottom: 2px solid #cfd9e2
    }

.cart-sidebar .cart-total-bill h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 24px;
    color: #7900f3;
    font-weight: 700;
    padding-top: 15px
}

.cart-sidebar button {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto
}

.bank-logo ul li {
    padding: 0px 5px
}

    .bank-logo ul li:first-child {
        padding-left: 0px
    }

    .bank-logo ul li:last-child {
        padding-right: 0px
    }

.payment-method-wrapper .payment-method {
    display: flex;
    justify-content: start;
    width: 100%
}

    .payment-method-wrapper .payment-method .payment-checkbox {
        flex-grow: 1;
        margin-right: 15px;
        max-width: 15px
    }

.payment-content h3 {
    font-size: 18px;
    font-weight: 500
}

.payment-content p {
    padding-top: 20px
}

@media screen and (max-width: 991px) {
    .checkout-form-heading {
        text-align: center
    }
}

@media screen and (max-width: 575px) {
    .cart-sidebar .cart-total-bill h4 {
        font-size: 20px
    }
}

.contact-us-wrapper {
    overflow: hidden
}

    .contact-us-wrapper .conatct-man {
        position: absolute;
        bottom: 50px;
        right: 0;
        max-width: 100%;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
    }

        .contact-us-wrapper .conatct-man.active {
            transition: 1s ease;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
        }

    .contact-us-wrapper .contact-circle {
        position: absolute;
        left: -50px;
        bottom: 50px;
        max-width: 100%;
        clip-path: circle(0% at 0% 50%);
        -webkit-clip-path: circle(0% at 0% 50%)
    }

        .contact-us-wrapper .contact-circle.active {
            transition: 2.5s ease;
            clip-path: circle(200% at 0% 50%);
            -webkit-clip-path: circle(200% at 0% 50%)
        }

.conatct-man.contact-two-man {
    bottom: 0px
}

.conatct-card {
    width: 100%;
    padding: 30px 25px;
    border-radius: 5px;
    height: 100%
}

    .conatct-card:hover {
        transition: 1s ease;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1)
    }

    .conatct-card .contact-card-icon {
        margin-right: 20px;
        max-width: 80px;
        height: 80px;
        border-radius: 50%;
        flex-grow: 1
    }

    .conatct-card .contact-card-content h6 {
        font-size: 16px;
        font-weight: 500;
        color: #204163
    }








.custom-sbus-input.active button {
    -webkit-box-shadow: 0px 9px 20px -5px rgba(2,152,255,0);
    -moz-box-shadow: 0px 9px 20px -5px rgba(2,152,255,0)
}







@media screen and (max-width: 575px) {
    .bill-calculate {
        width: 100%
    }

    .bill-calculate-wrapper {
        flex-direction: column
    }

    .bill-calculate-btn {
        flex-direction: column;
        align-items: flex-end
    }

        .bill-calculate-btn .btn:nth-child(1) {
            margin-right: 0px !important;
            margin-bottom: 25px
        }

    .bill-calculate-checkbox {
        width: 100%;
        padding-bottom: 20px
    }
}

.animation-wrapper {
    width: 100%;
    padding-bottom: 0;
    height: 100vh
}

.stagger-visualizer {
    position: absolute;
    width: 1100px;
    height: 550px;
    transform-origin: left top
}

    .stagger-visualizer .dots-wrapper {
        transform: translateZ(0);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center
    }

    .stagger-visualizer .dot {
        position: relative;
        z-index: 1;
        width: 23px;
        height: 23px;
        margin: 16px;
        background-color: currentColor;
        border-radius: 5px
    }

@media(min-width: 350px) {
    .stagger-visualizer .dot {
        background-color: rgba(0,0,0,0);
        background-image: linear-gradient(180deg, #FFFFFF 8%, #D3CDC6 100%);
        opacity: .06
    }
}

.stagger-visualizer .cursor {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 37px;
    margin: 9px;
    background-color: rgba(0,0,0,0);
    border-radius: 50%
}


@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


.owl-item.active.center .demo-owl-img {
    background: linear-gradient(354deg, rgb(238, 237, 237) 0%, rgb(255, 255, 255) 100%);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.1);
    transition: .5s ease;
    filter: grayscale(0)
}

    .owl-item.active.center .demo-owl-img:hover {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1)
    }



@keyframes shop-moving {
    0% {
        transform: rotate(-45deg) scale(0.8)
    }

    50% {
        transform: rotate(-38deg) scale(1)
    }

    100% {
        transform: rotate(-45deg) scale(0.8)
    }
}



@keyframes top-to-bottom {
    0% {
        transform: scaleY(0);
        transform-origin: left top
    }

    50% {
        transform: scaleY(1);
        transform-origin: left top
    }

    51% {
        transform-origin: left bottom
    }

    100% {
        transform: scaleY(0);
        transform-origin: left bottom
    }
}



@keyframes footer-zooming {
    0% {
        transform: rotate(135deg) scale(0.8)
    }

    50% {
        transform: rotate(130deg) scale(1)
    }

    100% {
        transform: rotate(135deg) scale(0.8)
    }
}

@keyframes footer-moving {
    0% {
        top: 50px
    }

    50% {
        top: 120px
    }

    100% {
        top: 50px
    }
}




.hover-purple {
    transition: .4s ease
}

    .hover-purple:hover {
        color: #7900f3
    }

.demo-owl-img a img {
    width: 100%
}

.checkout-promo-code {
    display: flex;
}

.radio-toolbar [type="radio"]:checked,
.radio-toolbar [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    background: #000;
}

    .radio-toolbar [type="radio"]:checked + label,
    .radio-toolbar [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        /* line-height: 20px; */
        display: inline-block;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        width: 100%;
        display: block;
        padding: 16px 36px;
        /* display: flex; */
        flex: 1 1 auto;
    }

        .radio-toolbar [type="radio"]:checked + label:before,
        .radio-toolbar [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 10px;
            top: 16px;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }





        .radio-toolbar [type="radio"]:checked + label:after,
        .radio-toolbar [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 16px;
            height: 16px;
            background: #fdfdfd;
            position: absolute;
            top: 17px;
            left: 11px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            box-shadow: inset 0 0 0 5px #000000;
        }



        .radio-toolbar [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .radio-toolbar [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }


.accordion-flush .accordion-item:first-child {
    border-top: 0;
    margin-bottom: 14px;
    background: #f4f4f4;
    BORDER: NONE;
}

ul.payment_icon {
    margin: 0px;
    padding: 9px 0;
    width: 250px;
}

    ul.payment_icon li {
        float: left;
        list-style: none;
        padding-right: 5px;
    }

        ul.payment_icon li img {
            float: left;
            display: block;
        }

.accordion-flush .accordion-item {
    /* background: #f4f4f4; */
    BORDER: NONE;
}

.accordion-body {
    padding: 1rem 1.25rem;
    border-left: solid #ccc 1px;
    border-right: solid #ccc 1px;
    border-bottom: solid #ccc 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f4f4f4;
}

.checkout .form-card .form-control {
    padding: 15px 20px;
    height: auto;
    font-size: 14px;
    margin-bottom: 10px;
}


.btn-order {
    width: 100%;
    background: #081c1f;
    border: none;
    border-radius: 5px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    padding: 20px 20px;
    color: #fff;
    font-size: 20px;
    margin: 20px 0;
}

    .btn-order:hover {
        background: #000;
        color: #fff;
    }

.subtotal-item svg {
    fill: #000 !important;
    width: 12px !important;
    height: 12px !important;
}

.subtotal-item .cls-1 {
    fill: #000 !important;
    width: 12px !important;
    height: 12px !important;
}

.checkout_bg {
    background: #f7f7f7;
    border-bottom: solid #e4e4e4 1px;
    border-left: solid #e4e4e4 1px;
    border-right: solid #e4e4e4 1px;
}

    .checkout_bg .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
        z-index: 1020;
    }

ul.ft_menu {
    margin: 0px;
    padding: 0px;
    padding: 15px 0 30px;
    border-top: solid #ccc 1px;
    margin-top: 100px;
}

    ul.ft_menu li {
        float: left;
        list-style: none;
        padding-right: 15px;
    }

        ul.ft_menu li a {
            color: #000;
            font-size: 13px;
            text-decoration: underline;
        }

.categories__hot__deal {
    position: relative;
    z-index: 5;
    text-align: center;
}

    .categories__hot__deal img {
        border-radius: 50px;
        /* width: 400px; */
        /* border-bottom-left-radius: 50px; */
        text-align: center;
        margin: 0 auto;
        /* box-shadow: 0 12px 15px #777777; */
    }

.hot__deal__sticker {
    height: 100px;
    width: 100px;
    background: #111111;
    border-radius: 50%;
    padding-top: 22px;
    text-align: center;
    position: absolute;
    right: -34px;
    top: -25px;
    border: solid #f5f5ff 2px;
}

    .hot__deal__sticker span {
        display: block;
        font-size: 15px;
        color: #ffffff;
        margin-bottom: 4px;
    }

    .hot__deal__sticker h5 {
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
    }

.categories__deal__countdown span {
    color: #e53637;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 7px;
    display: block;
    text-align: center;
}

.categories__deal__countdown h2 {
    color: #111111;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 25px;
    text-align: center;
}

.categories__deal__countdown .categories__deal__countdown__timer {
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: -30px;
}

    .categories__deal__countdown .categories__deal__countdown__timer .cd-item {
        width: 25%;
        float: left;
        margin-bottom: 25px;
        text-align: center;
        position: relative;
    }

        .categories__deal__countdown .categories__deal__countdown__timer .cd-item:after {
            position: absolute;
            right: 0;
            top: 25px;
            content: ":";
            font-size: 24px;
            font-weight: 700;
            color: #3d3d3d;
        }

        .categories__deal__countdown .categories__deal__countdown__timer .cd-item:last-child:after {
            display: none;
        }

        .categories__deal__countdown .categories__deal__countdown__timer .cd-item span {
            color: #111111;
            font-weight: 600;
            display: block;
            font-size: 50px;
            margin: 0;
            letter-spacing: normal;
            line-height: normal;
        }

        .categories__deal__countdown .categories__deal__countdown__timer .cd-item p {
            margin-bottom: 0;
            font-size: 16px;
        }

.primary-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 30px;
    color: #ffffff;
    background: #000000;
    letter-spacing: 4px;
    margin-top: 60px;
}

    .primary-btn:hover {
        color: #fff;
        background: #c29958;
    }

.categories__deal__countdown {
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}


/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

    .flip-clock-wrapper a:hover {
        color: #fff;
    }

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper.clearfix {
    *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
    /* font: normal 11px "Helvetica Neue", Helvetica, sans-serif; */
    -webkit-user-select: none;
}

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}

    .flip-clock-meridium a {
        color: #313333;
    }

.flip-clock-wrapper {
    text-align: center;
    /* position: relative; */
    width: 380px;
    /* margin: 1em; */
    /* margin-top: 24px; */
    float: none;
    margin: 20px 0 40px;
    margin: 0 auto;
    /* margin: 0; */
    padding: 0;
    text-align: center;
    /* display: ruby; */
    /* margin-top: 50px; */
    max-width: 100%;
}

    .flip-clock-wrapper:before,
    .flip-clock-wrapper:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .flip-clock-wrapper:after {
        clear: both;
    }

    /* Skeleton */
    .flip-clock-wrapper ul {
        position: relative;
        float: left;
        margin: 5px;
        width: 36px;
        height: 50px;
        font-size: 54px;
        font-weight: bold;
        line-height: 68px;
        border-radius: 6px;
        background: #fff;
    }

    .flip-clock-wrapper .flip:nth-of-type(1) {
        display: none;
    }

    .flip-clock-wrapper .flip:nth-of-type(2) {
        display: none;
    }

    .flip-clock-wrapper .hours .top {
        display: none;
    }

    .flip-clock-wrapper .hours .bottom {
        display: none;
    }


    .flip-clock-wrapper .days {
        display: none;
    }

    .flip-clock-wrapper ul li {
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        line-height: 52px;
        text-decoration: none !important;
    }

        .flip-clock-wrapper ul li:first-child {
            z-index: 2;
        }

        .flip-clock-wrapper ul li a {
            display: block;
            height: 100%;
            -webkit-perspective: 200px;
            -moz-perspective: 200px;
            perspective: 200px;
            margin: 0 !important;
            overflow: visible !important;
            cursor: default !important;
        }

            .flip-clock-wrapper ul li a div {
                z-index: 1;
                position: absolute;
                left: 0;
                width: 100%;
                height: 50%;
                font-size: 50px;
                overflow: hidden;
                outline: 1px solid transparent;
            }

                .flip-clock-wrapper ul li a div .shadow {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    z-index: 2;
                }

                .flip-clock-wrapper ul li a div.up {
                    -webkit-transform-origin: 50% 100%;
                    -moz-transform-origin: 50% 100%;
                    -ms-transform-origin: 50% 100%;
                    -o-transform-origin: 50% 100%;
                    transform-origin: 50% 100%;
                    top: 0;
                }

                    .flip-clock-wrapper ul li a div.up:after {
                        content: "";
                        position: absolute;
                        top: 44px;
                        left: 0;
                        z-index: 5;
                        width: 100%;
                        height: 3px;
                        background-color: #000;
                        background-color: rgba(0, 0, 0, 0.4);
                    }

                .flip-clock-wrapper ul li a div.down {
                    -webkit-transform-origin: 50% 0;
                    -moz-transform-origin: 50% 0;
                    -ms-transform-origin: 50% 0;
                    -o-transform-origin: 50% 0;
                    transform-origin: 50% 0;
                    bottom: 0;
                    border-bottom-left-radius: 6px;
                    border-bottom-right-radius: 6px;
                }

                .flip-clock-wrapper ul li a div div.inn {
                    position: absolute;
                    left: 0;
                    z-index: 1;
                    width: 100%;
                    height: 200%;
                    color: #fff;
                    /* text-shadow: 0 1px 2px #000; */
                    text-align: center;
                    background-color: #c29958;
                    border-radius: 6px;
                    font-size: 30px;
                }

                .flip-clock-wrapper ul li a div.up div.inn {
                    top: 0;
                }

                .flip-clock-wrapper ul li a div.down div.inn {
                    bottom: 0;
                }

    /* PLAY */
    .flip-clock-wrapper ul.play li.flip-clock-before {
        z-index: 3;
    }

    .flip-clock-wrapper .flip {
        box-shadow: 0 1px 11px rgb(255 255 255 / 70%);
    }

    .flip-clock-wrapper ul.play li.flip-clock-active {
        -webkit-animation: asd 0.01s 0.49s linear both;
        -moz-animation: asd 0.01s 0.49s linear both;
        animation: asd 0.01s 0.49s linear both;
        z-index: 5;
    }

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 31px;
    height: 50px;
    font-size: 13px;
    color: #fff;
}

    .flip-clock-divider:first-child {
        width: 0;
    }

.flip-clock-dot {
    display: block;
    background: #a3a3c7;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); */
    left: 12px;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: 60px;
    right: -72px;
    color: black;
    /* text-shadow: none; */
    font-weight: normal;
    font-size: 14px;
    letter-spacing: normal;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -78px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -79px;
}

.flip-clock-dot.top {
    top: 36px;
    color: #000;
}

.flip-clock-dot.bottom {
    bottom: 16px;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }

    100% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }

    100% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }

    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }

    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }

    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }

    100% {
        -moz-transform: rotateX(0deg);
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }

    100% {
        -o-transform: rotateX(0deg);
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }

    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }

    100% {
        -o-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.datecountdown {
    font-size: 26px;
    text-align: left;
    color: #fff;
    line-height: 32px;
    margin-top: 15px;
}

.products-available {
    color: #000;
    padding: 20px 0 0;
}

.testimonial-container {
    /* background: url(../img/testimonical-frame.png) center no-repeat; */
    /* padding: 130px 0; */
}


.testimonial-section .common-slider .slick-list {
    position: relative;
    top: -60px;
}

.reviewer-info {
    /* margin-top: 20px; */
    position: relative;
    /* top: 43px; */
    /* margin-bottom: 42px; */
    /* padding: 49px 0; */
    text-align: center;
}

.reviewer-img {
    text-align: center;
}

.testimonial-item.slick-slide img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
}

.brand-logo-section {
    padding: 10px 0 20px;
}

.brand-logo-container {
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
}

.brand-logo-inner .show-arrows-always .arrow-slider {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #ccc;
    top: 46%;
}

.brand-logo-inner .article-arrows .arrow-prev:hover {
    background: #000;
    border-radius: 50%;
}

.brand-logo-inner .article-arrows .arrow-next:hover {
    background: #000;
    border-radius: 50%;
}



.brand-logo-container img {
    height: 100px;
    width: 100%;
    object-fit: contain;
    border: solid #000 1px;
    padding: 0 30px;
}


.brand-logo-inner .article-arrows .arrow-slider {
    opacity: 1;
    visibility: visible;
}

.btn-link-shop {
    font-size: 17px;
    color: #000 !IMPORTANT;
    display: block;
    padding: 10px 0 !IMPORTANT;
    font-weight: 600;
}

a:hover.btn-link-shop {
    color: #99b50a !IMPORTANT;
}

.btn-link-shop i {
    padding-left: 10px;
    font-size: 14px;
}


.hover-shine:hover::before {
    left: 125%;
}

.hover-shine {
    position: relative;
    overflow: hidden;
}

    .hover-shine:before {
        position: absolute;
        top: 0;
        left: -100%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        transform: skewX(-25deg);
        transition-duration: 0.5s;
    }

.hover-zoom-in img {
    transition: 0.3s ease-in-out;
    transform: scale(1);
}

.lazy-image {
    position: relative;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-block;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-cover {
    object-fit: cover !important;
}

.card-img-overlay {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* padding: var(--bs-card-img-overlay-padding); */
    /* border-radius: var(--bs-card-inner-border-radius); */
}

.lazy-image:before, .lazy-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

.lazy-image:after {
    background-color: #ccc;
    cursor: wait;
    animation: placeholder-glow 2s ease-in-out infinite;
}

.bg-dark {
    /* --bs-bg-opacity: 1; */
    background: #0000006b !IMPORTANT;
    !I;
    !;
}

.bg-opacity-25 {
    /* opacity: 0.25; */
}

.text-white {
    /* opacity: 1; */
    color: #fff;
    position: relative;
    z-index: 99999999999999;
}


.dtdc {
    background: url(../img/dtdc-bg.jpg) center top;
    background-size: cover;
    padding: 30px 0;
    margin-top: 50px;
}


.dt-sc-support-block {
    display: flex;
}

.dt-sc-support-icon-image {
    width: 50px;
    height: 50px;
}

.dt-sc-support-block .dt-sc-support-content {
    padding-left: 20px;
    padding-right: 0;
}

    .dt-sc-support-block .dt-sc-support-content .dt-sc-support-heading {
        font-size: 22px;
        font-weight: 400;
        font-family: var(--bs-primary-font-family) !important;
    }

    .dt-sc-support-block .dt-sc-support-content .dt-sc-support-description {
        font-size: 15px;
        color: #525252;
    }

.whyshop {
    /* background: #f1f1f1; */
    padding: 50px 0;
    /* margin: 50px 0 0; */
}

    .whyshop h2 {
        font-family: Work Sans;
        font-size: 39px !IMPORTANT;
        text-transform: uppercase;
        padding-bottom: 50px;
        letter-spacing: 2px;
        font-size: 39px;
        font-weight: 600;
        font-family: "Work Sans", sans-serif;
        color: #ffffff;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 6px;
        /* position: relative; */
        /* z-index: 999; */
    }

.newarrivals {
    margin-top: 50px;
}

.announcement-bar {
    background: #ab4d8b;
}

    .announcement-bar p {
        color: #fff;
        font-size: 17px;
        margin: 0;
        font-weight: 800;
    }

.carousel-inner {
    /* top: -20px; */
}

#productDesc {
    overflow: hidden;
    max-height: 200px; /* Initial height for collapsed state */
    transition: max-height 0.3s ease-in-out;
}

ul.ht-social-networks {
    padding: 0px;
    margin-top: 10px;
}

.ht-social-networks .item {
    display: inline-block;
    padding: 0px;
    /* width: 90px; */
    /* padding-bottom: 19px; */
    padding: 0 10px 0 0;
}



.info-single {
    background: #fff;
    border: 1px solid #eee;
    padding: 35px 20px;
    text-align: center;
    transition: all .55s ease;
    height: 240px
}

    .info-single:hover {
        border: 1px solid #a54583;
    }

        .info-single:hover .info-icon::before {
            transform: scale(1);
            opacity: 1
        }

        .info-single:hover .info-icon i {
            color: #fff;
        }

    .info-single .info-icon {
        border: 1px solid #a54583;
        margin: 0 auto 20px;
        position: relative;
        z-index: 1;
        background: var(--white);
        width: 80px;
        height: 80px;
        line-height: 92px;
        text-align: center;
        border-radius: 50%
    }

        .info-single .info-icon::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background: #a54583;
            border-radius: 50%;
            left: 0;
            top: 0;
            z-index: -1;
            opacity: 1;
            transition: all .55s ease;
            opacity: 0;
            transform: scale(.3)
        }

        .info-single .info-icon i {
            font-size: 35px;
            /* font-weight: 300; */
            transition: all .55s ease;
            color: #a54583;
        }

    .info-single .info-text h3 {
        font-size: 2.6rem;
        font-weight: 600;
        color: var(--text-primary);
        font-family: var(--font-merriw);
        margin-bottom: 15px
    }

    .info-single .info-text p, .info-single .info-text a {
        font-size: 17px;
        font-weight: 500;
        color: #000000;
        font-family: var(--font-work-sans);
        margin-bottom: 0;
        line-height: 27px
    }

    .info-single .info-text a {
        display: block;
        margin-bottom: 0
    }

.search-submit {
    height: 41px;
    width: 50px;
    line-height: 5px;
    border-radius: 50%;
    font-size: 15px;
    background: #000;
    color: #fff;
    text-align: center !important;
}

.certifications-box {
    background: #efefef;
}

    .certifications-box h1 {
        background: #afcb1f;
        color: #fff;
        text-align: center;
        padding: 15px 0;
        font-size: 25px;
        text-transform: uppercase;
    }

.img_box {
    padding: 34px 0;
}

.product-tab-section table {
    width: 100% !important;
}

.product-tab-section tbody, td, tfoot, th, thead, tr {
    color: #000;
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    left: -320px; /* hidden */
    width: 310px;
    height: 100%;
    background: #181818;
    color: #fff;
    transition: 0.3s;
    overflow-y: auto;
    padding-top: 60px;
    z-index: 1000;
}

    .sidebar.active {
        left: 0;
    }

    .sidebar a {
        display: block;
        padding: 12px 29px;
        text-decoration: none;
        color: #fff;
        transition: 0.3s;
        font-size: 19px;
        font-weight: 200;
        font-family: "Work Sans", sans-serif;
        line-height: 26px;
    }

        .sidebar a:hover {
            background: #444;
        }

/* Dropdown */
.dropdown-btn {
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 12px 20px;
    color: #fff;
    font-size: 16px;
}

.dropdown-container {
    display: none;
    background: #333;
}

    .dropdown-container a {
        padding-left: 40px;
    }

/* Toggle button */
.menu-btn {
    font-size: 20px;
    padding: 0;
    cursor: pointer;
    background: none;
    color: #000000;
    border: none;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
    color: #fff;
}

.ping_bg {
    /* background: #ab4d8b; */
    padding: 0px 0px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
}

    .ping_bg a {
        color: #fff;
    }

.header__top--wrapper p {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25;
    padding: 2px 0;
}

svg.icon-cart-empty path {
    width: 40px;
    height: 40px !important;
}

.search-modal {
    background-color: #000;
    padding: 0;
    height: auto;
    margin: 0;
}

    .search-modal .modal-dialog {
        max-width: 880px;
        padding: 13px 20px;
    }

    .search-modal .modal-content {
        border-radius: 0;
        background: none;
        border: 0
    }

.search-modal__close {
    position: absolute;
    top: 20px;
    right: 430px;
    margin: 21px 30px;
    padding: 15px;
    font-size: 24px;
    border: 0;
    background-color: #000000;
    line-height: 1;
    color: #fff;
    transition: all .3s cubic-bezier(.22,.61,.36,1)
}

@media only screen and (max-width:767px) {
    .search-modal__close {
        padding: 10px;
        font-size: 18px
    }
}

.search-modal__close:focus, .search-modal__close:hover {
    color: #fff;
    background-color: #000000;
}

.search-modal__form {
    position: relative;
    transform: translateY(0px);
    transition: transform .2s ease-out;
    border: solid #fff 2px;
    padding: 0 10px;
}

    .search-modal__form input {
        width: 100%;
        height: 52px;
        background: none;
        color: #fff;
        border: 0;
        border-bottom: 1px solid hsla(0,0%,100%,.44);
        font-size: 18px;
        outline: none;
        border-radius: 0px;
    }

        .search-modal__form input::-webkit-input-placeholder {
            opacity: 1;
            color: #fff
        }

        .search-modal__form input:-moz-placeholder, .search-modal__form input::-moz-placeholder {
            opacity: 1;
            color: #fff
        }

        .search-modal__form input:-ms-input-placeholder {
            opacity: 1;
            color: #fff
        }

    .search-modal__form button {
        position: absolute;
        top: 0;
        right: 9px;
        background: none;
        border: 0;
        height: 52px;
        font-size: 20px;
        color: #fff;
        transition: all .3s cubic-bezier(.22,.61,.36,1)
    }

        .search-modal__form button:hover {
            color: #d68d67
        }


@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .banner-wrapper {
        padding-top: 10px
    }
}

.banner-item {
    position: relative;
    margin-top: 0;
    overflow: hidden;
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1599px) {
    .banner-item {
        margin-top: 20px
    }
}

.banner-item__badge {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 400;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    z-index: 3
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1599px) {
    .banner-item__badge {
        width: 50px;
        height: 50px;
        font-size: 18px;
        top: 15px;
        left: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-item__badge {
        width: 50px;
        height: 50px;
        font-size: 16px;
        top: 15px;
        left: 15px
    }
}

@media only screen and (max-width:767px) {
    .banner-item__badge {
        width: 56px;
        height: 56px;
        font-size: 16px;
        top: 20px;
        left: 20px
    }
}

.banner-item__badge.trend {
    background-color: #60bcb5
}

.banner-item__badge.hot {
    background-color: #fd4e4e
}

.banner-item__badge.sale {
    background-color: #8e74d3
}

.banner-item__image {
    overflow: hidden;
    position: relative;
    /* padding: 20px; */
}

    .banner-item__image:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        /* right: 15px; */ /* corrected unit */
        bottom: 0;
        background-color: #f9f9f9;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        margin: 0 auto; /* optional - center horizontally */
        /* margin-left: 20px; */ /* keep only if needed */
        /* margin-right: 100px; */ /* keep only if needed */
        width: 100%;
        text-align: center;
    }

    .banner-item__image:before, .banner-item__image img {
        width: 100%;
        transition: all .3s cubic-bezier(.22,.61,.36,1);
        /* margin: 20px; */
    }

    .banner-item__image img {
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

.banner-item__content {
    max-width: 500px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .3s cubic-bezier(.22,.61,.36,1);
    text-align: center;
    width: 100% !IMPORTANT;
    margin: 0 auto !IMPORTANT;
}

@media only screen and (max-width:575px) {
    .banner-item__content {
        padding: 0 15px
    }
}

.banner-item__title {
    font-size: 35px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 0;
    letter-spacing: 3px;
    text-align: center;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1599px) {
    .banner-item__title {
        font-size: 26px
    }
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .banner-item__title {
        font-size: 24px
    }
}

.banner-item__divider {
    /* width: 80px; */
    /* height: 1px; */
    /* background-color: #000000; */
    margin: 0 auto
}

.banner-item__description {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    margin: 20px 0 40px
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1599px) {
    .banner-item__description {
        font-size: 16px;
        margin: 15px 0 20px
    }
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .banner-item__description {
        font-size: 18px;
        margin: 15px 0 20px
    }
}

@media only screen and (max-width:575px) {
    .banner-item__description {
        font-size: 16px;
        margin: 15px 0 20px
    }
}

.banner-item__btn {
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    border: 1px solid #fff
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1599px) {
    .banner-item__btn {
        padding: 12px 25px;
        font-size: 14px
    }
}

.banner-item:hover .banner-item__image img {
    transform: scale(1.1);
}

.banner-item:hover .banner-item__content, .banner-item:hover .banner-item__image:before {
    opacity: 1;
    visibility: visible;
    margin: 18px;
    text-align: center;
    width: 96%;
    /* margin: 0 auto; */
    /* margin-left: 16px; */
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    /* display: flex; */
    /* gap: 20px; */
}

.banner-item-2 {
    padding: 40px 0;
    height: 100%
}

    .banner-item-2.banner-bg-01 {
        background-color: #f5e7dc
    }

    .banner-item-2.banner-bg-02 {
        background-color: #efddc8;
        background-size: contain;
        background-position: 0;
        background-repeat: no-repeat
    }

.banner-item-2__inner {
    max-width: 700px;
    margin: 0 auto
}

.banner-item-2__image {
    width: 40%
}

@media only screen and (max-width:767px) {
    .banner-item-2__image {
        width: 100%
    }
}

.banner-item-2__image img {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1599px) {
    .banner-item-2__image img {
        width: 130px;
        height: 130px
    }
}

@media only screen and (max-width:767px) {
    .banner-item-2__image img {
        width: 130px;
        height: 130px;
        margin-bottom: 20px
    }
}

.banner-item-2__content {
    width: 60%
}

@media only screen and (max-width:767px) {
    .banner-item-2__content {
        width: 100%
    }
}

.banner-item-2__content > * {
    margin-top: 10px
}

.banner-item-2__content > :first-child {
    margin-top: 0
}

.banner-item-2__sub-title {
    color: #363636;
    font-family: Playfair Display,serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1599px) {
    .banner-item-2__sub-title {
        font-size: 20px
    }
}

.banner-item-2__title {
    color: #ed8e52;
    font-family: Playfair Display,serif;
    font-size: 100px;
    font-weight: 400;
    line-height: 1
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1599px) {
    .banner-item-2__title {
        font-size: 60px
    }
}

.banner-item-2__discount {
    display: block;
    color: #ed8e52;
    font-family: Playfair Display,serif;
    font-weight: 400;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center
}

    .banner-item-2__discount .discount-sale {
        font-size: 24px;
        font-style: italic
    }

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1599px) {
    .banner-item-2__discount .discount-sale {
        font-size: 20px
    }
}

.banner-item-2__discount .discount-count {
    font-size: 120px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1599px) {
    .banner-item-2__discount .discount-count {
        font-size: 80px
    }
}

.banner-item-2__btn {
    font-size: 16px;
    line-height: 20px;
    color: #363636;
    background-color: #fff;
    padding: 10px 25px;
    display: inline-block;
    transition: all .3s cubic-bezier(.22,.61,.36,1)
}

    .banner-item-2__btn:hover {
        background-color: #363636;
        border-color: #363636;
        color: #fff
    }

.product-card .icon {
    width: 22px !IMPORTANT;
    height: 22px !IMPORTANT;
}


.section-title__shape {
    position: relative;
    /* top: 86%; */
    /* left: 0; */
    /* right: 0; */
    /* transform: translateY(-50%); */
    /* z-index: -1; */
    /* z-index: 99999; */
    opacity: 0.5;
    top: 0;
    margin-top: -80px;
}

.product-card-price {
    text-align: center;
}

.view-more-btn {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .15em;
    transition: all .3s cubic-bezier(.22,.61,.36,1);
    margin-top: 30px;
    background: #000;
    padding: 14px 30px;
    display: table;
    margin: 0 auto;
}

    .view-more-btn:hover {
        color: #ccc;
    }


.section-header {
    /* display: flex
; */
    /* align-items: center; */
    /* overflow: hidden; */
    position: relative;
    padding: 40px 0 0;
}

.section-heading {
    font-size: 39px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 6px;
    position: relative;
    z-index: 999;
}

.special-offer-image .badge {
    position: absolute;
    width: 25%;
    top: -3.2%;
    left: -2.6%;
    z-index: 1;
    display: block;
}

.common-slider .slick-slide {
    margin: 0 10px; /* Adjust as needed */
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 50%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center !important;
}

.carousel-item:before {
    background: #00000029;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100%;
    content: "";
}

.carousel-item .display-5 {
    font-family: "Kiwi Maru", serif;
    font-size: 60px;
    color: #fff;
}


.carousel-item .lead {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.mega-menu-header span {
    display: none;
}


.text-image-clip {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    background: url(/theme-web/assets/img/Essential-Oils.jpg) no-repeat center bottom;
    background-size: cover;
    -webkit-background-clip: text; /* For WebKit browsers */
    -webkit-text-fill-color: transparent; /* Make text fill transparent */
    background-clip: text;
    color: transparent; /* Fallback */
}

.footer-section {
    background: #000;
}

.social-media {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-bottom: 30px;
}

.footer-newsletter__social li a {
    font-size: 38px;
    color: #ffffff;
    margin: 0 12px;
}

.footer-newsletter__social {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.footer-title, .footer-title-2 {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 22px;
    border-right: solid #838383 1px;
    padding-right: 40px;
}

.footer-copyright {
    border-top: 1px solid #1c1c1c;
    /* height: 62px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 27px 0 0px;
}

    .footer-copyright P {
        color: #ababab;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0;
        padding-bottom: 12px;
    }

        .footer-copyright P a {
            transition: all .3s cubic-bezier(.22,.61,.36,1);
        }

    .footer-copyright a {
        color: #ababab;
    }

    .footer-copyright P a:hover {
        color: #ffffff;
    }

.whyshop {
    background: url(../img/bg-new.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}

    .whyshop .box {
        padding: 0;
        text-align: center;
        color: #fff;
    }

        .whyshop .box h1 {
            color: #fff;
            margin: 0px;
            font-size: 18px;
            letter-spacing: 1px;
            font-weight: 500;
        }

        .whyshop .box .img_box {
            text-align: center;
        }

        .whyshop .box p {
            font-size: 15px;
            color: #fff;
            text-align: center;
            line-height: 23px;
            font-weight: 300;
        }

.eapps-widget-toolbar {
    display: none !important;
}


#instafeed {
    max-width: 100%;
    /* Instagram ka standard content width */
    margin: 0 auto;
    padding: 9px 20px;
    /* padding-bottom: 20px; */
    /* margin-bottom: 20px; */
    /* background: #72084e; */
    border-top: solid #ab4d8b 1px;
}

/* --- PROFILE HEADER STYLING --- */
#profile-header {
    display: flex;
    align-items: flex-start;
    /* Aligned items to the top to better handle bio */
    padding: 40px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}

#profile-photo {
    flex: 0 0 220px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding-right: 0px;
    /* Space between photo and text */
    margin: 0 auto;
}

    #profile-photo img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
        border: 1px solid #ccc;
    }

#profile-info {
    flex-grow: 1;
}

    #profile-info h2 {
        font-size: 28px;
        font-weight: 600;
        margin: 0 0 20px 0;
    }

#stats {
    display: flex;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

    #stats strong {
        font-weight: 600;
        margin-right: 0;
    }

/* Style for Biography */
#profile-info p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    /* To preserve line breaks from the bio text */
    white-space: pre-wrap;
}

/* --- POSTS GRID STYLING (4 Columns) --- */
#media-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 equal columns */
    gap: 10px;
    /* Posts ke beech ka gap */
}

.post-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    /* Square aspect ratio (Height = Width) */
    overflow: hidden;
    background-color: #eee;
    display: block;
}

    .post-container img,
    .post-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* Image/Video ko cut karega par size full rakhega */
        display: block;
    }

    /* Hover Overlay for Likes */
    .post-container:hover .post-overlay {
        opacity: 1;
    }

.post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.2s ease;
    font-size: 18px;
    font-weight: 600;
    pointer-events: none;
}

    .post-overlay span {
        display: flex;
        align-items: center;
    }

    .post-overlay svg {
        margin-right: 5px;
    }

/* Video Play Icon Styling (In Center) */
.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    opacity: 0.8;
    pointer-events: none;
    z-index: 10;
}

    .video-play-icon span {
        /* For the simple emoji play icon */
        font-size: 40px;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
    }

/* Hidden Posts for Show More functionality */
.hidden-post {
    display: none;
}

/* --- SHOW MORE BUTTON STYLING --- */
#show-more-button {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px auto 0;
    background-color: #ab4d8b;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    max-width: 240px;
    margin-bottom: 20px;
}

    #show-more-button:hover {
        background-color: #000000;
    }

.faq-class {
    color: #000;
    font-size: 35px;
    font-weight: 500;
}

.faq-section {
    padding: 30px 0;
}
