:root {
    --text-main: #000;
    --text-subtle: #6c757d;
    --starClr: #FF9017;
    --borderClr: rgba(0, 0, 0, .10);
    --sectionY-padding: 72px;
    --fs-normal: 16px;
    --fs-14: 14px;
    --fs-sm: 12px;
    --round-24: 24px;
    --round-16: 16px;
    --round-12: 12px;
    --footer-bg: #f6f6f6;
    --footer-bg-secondary: #fff;
    --footer-title: #212529;
    --footer-text: var(--secondary-text);
    --footer-br: #E1E1E1;
    --footer-devider: #E1E1E1
}

body {
    font-family: var(--body-font) !important;
    font-weight: 400;
    letter-spacing: 0;
    font-style: normal;
    font-size: 13px;
    line-height: 27px
}

.text-dark {
    color: var(--text-main) !important
}
hr{
    background-color: none;
}
header {
    background: #fff
}

#header {
    padding: 16px 0;
    border-bottom: 1px solid var(--main-color-one)
}

.navbar-light .navbar-nav .nav-link {
    color: var(--secondary-color);
    font-size: 16px
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link.navbar-light .navbar-nav .nav-link .active {
    color: var(--main-color-one)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--main-color-one)
}

.navbar .search svg {
    padding: 0 10px
}

.navbar .navbar-toggler {
    font-size: 25px
}

.navbar-toggler.position-relative {
    top: 0;
    transform: translate(0);
    line-height: 2px
}

.navbar-toggler:focus {
    box-shadow: none
}

.navbar-brand-logo {
    width: 100%;
    min-width: 8.5rem;
    max-width: 8.5rem
}

.account-info img {
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.custom-nav .nav_icon{
    color: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: rgba(221, 221, 221, .3);
    font-size: 20px;
    transition: .3s;
    cursor: pointer;
}

.custom-nav .nav_icon:hover{
    background-color: var(--main-color-one);
    color: #fff;
}


.search-suggestion-overlay {
    display: none
}

.current-menu-item .link-wrapper a,
.navbar-nav>li>ul .current-menu-item a {
    color: var(--main-color-one)
}

[dir=rtl] .account-list-item {
    right: auto;
    left: 0
}

[dir=rtl] .addto-cart-contents {
    right: auto;
    left: 0
}

[dir=rtl] .navbar-2 .account-list-item,
[dir=rtl] .navbar-2 .addto-cart-contents,
[dir=rtl] .navbar-2 .search-suggestions-icon-wrapper .search-suggetions-show,
[dir=rtl] .navbar-3 .account-list-item,
[dir=rtl] .navbar-3 .search-suggestions-icon-wrapper .search-suggetions-show {
    left: auto;
    right: 0
}

[dir=rtl] .search-suggestions-icon-wrapper .search-suggetions-show {
    right: auto;
    left: 0
}

[dir=rtl] .search-suggestions-icon-wrapper .search-open-form .suggetions-icon-close {
    right: auto;
    left: 0
}

[dir=rtl] .navbar-input button {
    left: auto;
    right: 15px
}

[dir=rtl] .navbar-input .form--control {
    padding-left: 70px;
    padding-right: 50px
}

.mobile-menu__footer_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5d5d5;
    border-width: 1px 1px 1px 0;
    padding: 18px 12px;
    cursor: pointer;
    transition: .3s
}

.mobile-menu__footer_btn:hover {
    background: #00000010
}

.mobile-menu__footer_btn:not(.collapsed) {
    background: var(--main-color-one) !important;
    color: #fff
}

.mobile-menu__footer_list a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 400;
    padding: 12px 18px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    text-transform: uppercase;
    font-size: 12px
}

@media(min-width:992px) {
    .menu__dropdown-btn {
        display: none !important
    }

    .navbar-nav>li {
        position: relative
    }

    .navbar-nav>li .link-wrapper>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px
    }

    .navbar-nav>li.menu-item-has-children>.link-wrapper>a:after,
    .navbar-nav>li.has-children>.link-wrapper>a:after {
        content: "\F282";
        font-family: 'bootstrap-icons'
    }

    .navbar-nav>li>ul {
        display: block !important;
        list-style: none;
        margin: 0;
        top: calc(100% + 6px);
        margin-top: 0;
        background: #fff;
        border: 0;
        position: absolute;
        width: 280px;
        padding: 20px;
        box-shadow: 0 0 10px rgba(221, 221, 221, .5);
        z-index: 9;
        opacity: 0;
        scale: 0;
        transition: .3s
    }

    .navbar-nav>li:hover:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 100%;
        left: 0
    }

    [dir=rtl] .navbar-nav>li>ul {
        right: 0
    }

    [dir=ltr] .navbar-nav>li>ul {
        left: 0
    }

    .navbar-nav>li:hover>ul {
        opacity: 1;
        scale: 1
    }

    .navbar-nav>li>ul li {
        display: block;
        width: 100%
    }
}

@media(max-width:991px) {
    .navbar-nav>li>ul {
        display: none
    }

    .navbar-nav li {
        width: 100%
    }

    .link-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px
    }

    .link-wrapper a {
        padding: 0 !important
    }

    .menu__dropdown-btn {
        width: 32px;
        min-width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .menu__dropdown-btn:before {
        content: "\F282";
        font-family: 'bootstrap-icons'
    }

    .custom-nav .nav_icon {
        width: auto;
        height: auto;
        background: none !important;
        color: var(--heading-color) !important;
    }

    .single-icon .icon-notification {
        top: -4px;
        right: -4px;
        height: 16px;
        width: 16px;
    }
    .single-icon:hover .icon-notification {
        background-color: var(--main-color-one);
        color: #fff;
    }

    .search-suggestions-title {
        display: none !important
    }

    .searchbar-suggetions {
        width: 380px;
        max-width: 100%;
        height: 100%
    }

    .searchbar-suggetions form,
    .product-suggestion-list {
        height: 100%;
        max-height: 100%
    }

    .search-suggetions-show {
        position: fixed !important;
        max-width: 100% !important;
        height: calc(100% - 63px) !important;
        padding: 14px;
        top: 0 !important;
        left: -100% !important;
        right: auto !important;
        background: #fff
    }

    .search-suggetions-show.open {
        left: 0 !important
    }

    .navbar-input .search-open-form .form--control {
        padding: 0 36px !important;
        border: 0;
        border-bottom: 1px solid var(--bs-gray-400) !important
    }

    .navbar-input .search-open-form button {
        left: 0
    }

    [dir=rtl] .navbar-input .search-open-form button {
        left: auto;
        right: 0
    }

    .suggetions-icon-close {
        padding: 0 10px !important
    }

    .product-suggestion-list {
        scrollbar-width: thin
    }

    .search-suggestions-inner {
        height: calc(100% - 55px)
    }

    .searchbar-suggetions .search-suggestions {
        height: calc(100% - 55px);
        max-height: 100%;
        position: relative !important;
        top: 0;
        padding: 0;
        margin: 0;
        box-shadow: none !important
    }
}

.selected-language.nav_icon{
    width: unset;
    font-size: var(--fs-normal);
}
.selected-language hr{
    min-height: 18px;
    border-left: 1px solid;
}

@media(max-width:991px){
    .selected-language.nav_icon{
        padding: 6px 10px !important;
        border: 1px solid #dee2e6 !important;
    }
}

.page-wrap {
    padding: 72px 0
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px
}

.section-head .line {
    flex: 1
}

.section-title {
    font-weight: 600
}

.section-sub {
    max-width: 600px;
    color: var(--text-subtle)
}

.arrow-box button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--main-color-one) !important;
    border: 0;
    padding: 10px;
    line-height: 1;
    font-size: 18px
}

.arrow-box button.disabled {
    opacity: .7
}

.line {
    width: 100%;
    height: 1px
}

.hide-pass {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    right: 15px;
    cursor: pointer
}

.sign-in {
    padding-top: 64px !important
}

.sign-in:before {
    content: "\f007";
    font-family: 'Line Awesome Free';
    font-size: 28px;
    background: #fff;
    color: var(--main-color-one);
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50%;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%)
}

#otp-form:before {
    content: "\f4ad"
}

.sign-in .form-title {
    font-size: 32px;
    text-align: center
}

.sign-in .form-sub {
    max-width: 320px;
    color: #888;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto
}

.sign-in .btn-wrapper button {
    width: 100%;
    line-height: 1.4
}

@media(max-width:992px) {
    .sign-in .form-title {
        font-size: 28px
    }
}

@media(max-width:767px) {
    .sign-in {
        padding-top: 54px !important
    }

    .sign-in:before {
        font-size: 26px;
        width: 64px;
        height: 64px;
        top: -30px
    }

    .sign-in .form-title {
        font-size: 22px
    }

    .sign-in .form-sub {
        font-size: 12px;
        line-height: 20px
    }
}

.shop-area {
    padding: 72px 0 50px
}

.form-group.select2 .select2-container {
    min-width: 210px
}

.pagination .pagination-list li .page-number,
.pagination .page-link {
    width: 34px;
    height: 34px;
    margin: 0 3px;
    font-size: 14px;
    border: 1px solid var(--bs-gray-400);
    cursor: pointer
}

.pagination .page-link {
    color: #000;
    margin: 0;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination .pagination-list li .page-number:hover,
.pagination .pagination-list li .page-number.current,
.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
    background: none !important;
    color: var(--main-color-one);
    border-color: var(--main-color-one);
    box-shadow: inset 0 0 55px -34px
}

span.page-number,
.page-number.disabled,
.page-item.disabled .page-link {
    pointer-events: none;
    opacity: .4
}

[dir=ltr] .page-number i {
    transform: scale(-1)
}

@media(min-width:992px){
    .shop-contents-wrapper .shop-grid-contents{
        width: 60% !important;
    }
}
@media(max-width:767px) {
    .shop-nice-select .select2.select2-container {
        min-width: 100%
    }

    .pagination .pagination-list li .page-number,
    .pagination .page-link {
        width: 28px;
        height: 28px;
        font-size: 12px
    }
}

.selected-flex-list {
    margin: 0
}

.show-value {
    font-size: 14px !important;
    padding: 6px 10px;
    border: 1px solid #E8E8E8
}

.show-value a {
    color: #000
}

.click-hide {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0 !important
}

.show-value .click-hide:after {
    position: relative !important;
    right: 0 !important;
    left: 0 !important
}

.show-value .click-hide:hover:after {
    transform: scale(1) !important
}

[dir=ltr] .single-shop-left-search-input .form--control {
    padding: 0 14px 0 44px !important
}

[dir=rtl] .single-shop-left-search-input .form--control {
    padding: 0 44px 0 14px !important
}

.single-shop-search-wrap i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    font-size: 20px
}

[dir=rtl] .single-shop-search-wrap i {
    left: auto;
    right: 14px
}

.shop-left-title .title {
    padding: 14px 0;
    margin: 0 !important;
    border-top: 1px solid #DDD;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 600
}

.cat-list-item {
    justify-content: start !important;
    gap: 10px;
    font-size: 14px;
    color: #333 !important;
    padding-bottom: 0 !important
}

.cat-list-item span {
    color: #333;
    font-weight: normal
}

.cat-total-num {
    color: #888 !important
}

.cat-list-item:before,
li.list.star-list:before,
.payment-list-title:before {
    content: '' !important;
    display: inline-block;
    width: 16px !important;
    height: 16px !important;
    border: 1px solid #E8E8E8;
    border-radius: 50%;
    background: #fff !important
}

.cat-list-item:hover:before,
li.list.star-list:hover:before,
.payment-list-item:hover .payment-list-title:before {
    border-color: #333
}

.list.active .cat-list-item:before,
li.list.star-list.active:before,
.payment-list-item.selected .payment-list-title:before {
    border-color: #000;
    box-shadow: inset 0 0 0 3px #000
}

.star-list i {
    color: #FFBA5C
}

.star-list i.empty-star {
    color: #E8E8E8
}

.price-count-box {
    display: flex !important;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 12px !important;
    border: 1px solid #E8E8E8;
    flex: 1 0 0
}

.price-count-box span {
    font-weight: 400
}

.size-lists .list a {
    padding: 13px 18px;
    background: #F4F4F4 !important;
    color: #000 !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    border: 0 !important
}

.size-lists .list a:hover,
.size-lists .list.active a {
    border: 1px solid #333 !important
}

.color-lists .list a {
    display: flex !important;
    width: fit-content !important;
    padding: 10px !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: #F4F4F4 !important;
    color: #000 !important;
    border: 1px solid #ff00;
    font-size: 12px;
    font-weight: 400 !important;
    border-radius: 0 !important;
    text-transform: uppercase
}

.color-lists .list a:hover,
.color-lists .list.active a {
    border-color: #333
}

.color-lists .list.active:before {
    display: none
}

.color-lists .list a .color {
    width: 12px;
    height: 12px;
    border: .5px solid rgba(0, 0, 0, .20);
    border-radius: 50%
}

.tag-lists .list a {
    color: #000 !important;
    background: #f4f4f4 !important;
    font-size: 12px !important;
    line-height: 1
}

.tag-lists .list a:hover,
.tag-lists .list.active a {
    border: 1px solid #333 !important
}

@media(max-width:767px) {
    .show-value {
        font-size: 12px !important;
        padding: 4px 8px
    }
}

.product-card .la-shopping-cart {
    padding: 0
}

.product-card .la-shopping-cart.la-spin:before {
    content: "\f110"
}

.product-grid-list .product-card {
    box-shadow: none;
    margin-bottom: 24px
}

.product-grid-list .product-head {
    max-width: 250px
}

.product-grid-list .product-summary {
    padding: 0;
    justify-content: center
}

.product-summary .rating-wrap {margin: 0}

.product-grid-list .product-title {
    font-size: 18px
}

.product__slide .product-card .product-title {
    margin-bottom: 10px
}

.product-title a {
    color: var(--text-main)
}

.product-card .rating-wrap {
    margin: 6px 0 10px
}

.product-card .wish-icon {
    color: var(--main-color-one)
}

.product-card .product-price {
    color: var(--secondary-text)
}

.product-grid-list .add-to-wishlist-btn {
    display: block;
    color: var(--main-color-one);
    padding: 12px;
    font-size: 18px;
    border: 1px solid;
    width: 54px;
    text-align: center
}

.product-grid-list .add-to-wishlist-btn:hover,
.product-card .product-icons a:hover {
    background: #fff;
    box-shadow: inset 0 0 8rem -7rem var(--main-color-one)
}

.product-card .add-to-cart-btn,
.product-card .digital-add-to-cart-btn,
.product-card .booking-btn {
    font-weight: 600;
    color: var(--main-color-one);
    transition: .3s
}

.product-card .add-to-cart-btn:not(.active):hover,
.product-card .digital-add-to-cart-btn:not(.active):hover,
.product-card .booking-btn:hover {
    background: none;
    box-shadow: inset 0 0 15rem -12rem var(--main-color-one)
}

@media(min-width:992px) {
    .product-card:not(:hover) .compare-btn {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@media(max-width:767px) {
    .product-summary {
        padding: 20px 0 16px
    }

    .product__slide .product-card .product-title {
        margin-bottom: 6px
    }

    .product-card .add-to-cart-btn,
    .product-card .digital-add-to-cart-btn,
    .product-card .booking-btn {
        padding: 10px 6px
    }
}

@media(max-width:565px) {
    .product-badge-box {
        flex-direction: column
    }

    .product-card .product-icons a {
        padding: 6px !important;
        font-size: 12px !important
    }

    .sale,
    .product-card .flash-old-prices {
        font-size: 8px
    }

    .product-card .add-to-cart-btn,
    .product-card .digital-add-to-cart-btn,
    .product-card .booking-btn  {
        padding: 6px;
        font-size: 10px
    }

    .add-to-cart-btn .done-txt,
    .digital-add-to-cart-btn .done-txt {
        font-size: 10px
    }

    .product-card .add-to-cart-btn i,
    .product-card .digital-add-to-cart-btn i {
        font-size: 16px !important
    }
}

.product-img-list .splide__slide {
    padding-top: 100%;
    height: 0;
    position: relative;
    background: #00000008
}

#thumbnail-slider .splide__arrow {
    width: auto;
    height: auto;
    background: none;
    font-size: 22px
}

#thumbnail-slider.arrow_hide .splide__arrows {
    display: none
}

#thumbnail-slider .splide__arrows--rtl .splide__arrow--next,
#thumbnail-slider .splide__arrows--ltr .splide__arrow--prev {
    left: 0;
    right: auto
}

#thumbnail-slider .splide__arrows--ltr .splide__arrow--next,
#thumbnail-slider .splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 0
}

#thumbnail-slider .splide__slide {
    position: relative;
    padding-top: 24%;
    background: #00000008;
    border: 1px solid transparent;
    overflow: hidden;
    transition: .3s
}

#thumbnail-slider .splide__slide:hover {
    border-color: var(--bs-gray-400)
}

#thumbnail-slider .splide__slide.is-active {
    border-bottom: 3px solid var(--main-color-one)
}

#thumbnail-slider img {
    padding: 0
}

#thumbnail-slider .splide__slide:hover img {
    transform: translate(-50%, -50%)scale(1.2)
}

.product-image-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    padding: 20px;
    transition: .3s
}

.splide__slide .video {
    width: 100%;
    height: 0;
    padding-top: 56%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.splide__slide .video .play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--main-color-one);
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 26px;
    cursor: pointer
}

@media(max-width:767px) {
    #thumbnail-slider .splide__arrow {
        font-size: 18px
    }

    #thumbnail-slider .splide__slide.is-active {
        border-bottom: 2px solid var(--main-color-one)
    }

    .play-btn {
        width: 40px;
        height: 40px;
        font-size: 22px
    }
}

.splide__slide .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.splide__slide .video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#thumbnail-slider .video-thumb {
    position: absolute;
    top: 0;
    left: 0
}

.quantity-area .product-btn {
    --btn-padding: 12px 18px
}

.quantity-area .product-btn>a {
    width: 100%;
    padding: var(--btn-padding);
    background: var(--main-color-one);
    color: #fff;
    border: 1px solid var(--main-color-one);
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.quantity-area .product-btn a.add-to-cart {
    background: #fff;
    color: var(--main-color-one)
}

.btn-direct-wa,
.notifyMe-btn {
    padding: var(--btn-padding);
    font-size: 14px
}

html[dir="rtl"] .table-list-content .custom--table thead tr th:first-child {
    padding-left: 5px;
    padding-right: 20px
}

html[dir="rtl"] .table-list-content .custom--table thead tr th:last-child {
    padding-right: 5px;
    padding-left: 20px
}

.cart-table thead th,
.carts-contents a,
.table-cart-row td {
    font-size: 16px !important
}

td[data-label="Product"]:before {
    display: none !important
}

td[data-label="Close"] {
    height: fit-content !important
}

.product-name-table {
    display: flex !important;
    max-width: 100% !important
}

.thumbs.bg-image {
    max-width: 80px;
    max-height: 80px
}

.carts-contents {
    font-size: 14px
}

.carts-contents {
    text-align: left !important
}

html[dir="rtl"] .carts-contents {
    text-align: right !important;
    margin-right: 0 !important
}


.testimonial-slider{cursor:pointer}
.testimonial-card {
    transition: all 0.6s ease;
    overflow: visible;
}
.testimonial-slider .splide__list:hover .testimonial-card {
    filter: blur(2px);
    opacity: 0.4;
}

.testimonial-slider .splide__slide:hover .testimonial-card {
    filter: blur(0);
    opacity: 1;
    border-color: var(--main-color-one) !important;
}
.testimonial-icon{
    color: var(--main-color-one);
    font-size:var(--fs-global-20);
}
.testimonial-icon svg {
    transition: .6s;
}
.splide__slide:hover .testimonial-icon svg {
    transform: scale(1.15);
}
.testimonial-img img{
    width: 3em;
    height: 3em;
    border-radius: 50%;
    font-size: var(--fs-normal);
    object-fit: cover;
}
.testimonial-card .rating-wrap{margin:0!important}
.testimonial-card .rating-wrap .ratings{font-size:var(--fs-global-18)}
[dir=rtl] .testimonial-card .ratings {margin-right:-4px}
[dir=ltr] .testimonial-card .ratings {margin-left:-4px}



@media(min-width:768px){
    .testimonial-slider{
        mask-image: linear-gradient(90deg, transparent, black 10% 90%, transparent);
    }
}

.review-section {
    --rv-sub: #666;
    background: #fff;
    padding: var(--sectionY-padding)0
}

.review-section .rv2-line {
    margin: 0;
    background: var(--borderClr);
    opacity: 1
}

.review-section .rating-wrap .ratings .show-rating:after {
    color: var(--starClr) !important
}

.rv2-empty-meg {
    color: var(--rv-sub);
    font-size: var(--fs-14);
    font-weight: 600
}

.rv2-overview {
    width: 380px;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 40px 32px
}

.rv2-count {
    color: var(--main-color-one);
    font-weight: bold
}

.rv2-count .i {
    color: #DADADA;
    font-weight: 500
}

.rv2-total {
    background: #FBFBFB;
    padding: 6px 12px;
    line-height: 1.6;
    border-radius: 5rem;
    font-size: var(--fs-14);
    font-weight: 600
}

.rv2-overview .star-progress-list {
    max-width: 100%;
    margin: 0
}

.rv2-overview .pr_text {
    color: #535353;
    font-size: var(--fs-14);
    text-decoration: none
}

.rv2-overview .star {
    text-decoration: none !important;
    font-size: 0
}

.rv2-overview .star:after {
    content: "";
    color: #CBCBCB;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: var(--fs-14)
}

.rv2-overview .star-progress {
    border: 0 !important;
    overflow: hidden
}

.rv2-overview .star-progress b {
    background: var(--starClr)
}

.rv2-overview .pr_count {
    color: #333;
    font-weight: 600
}

.rv2-btn {
    gap: 10px;
    font-size: var(--fs-sm);
    font-weight: bold
}

.rv2-btn.see-more-review.loading svg {
    display: none
}

.rv2-show-btn {
    color: var(--main-color-one) !important;
    border: 1px solid var(--main-color-one)
}

.rv2-show-btn.collapsed .open {
    display: block !important
}

.rv2-show-btn.collapsed .close {
    display: none
}

.rv2-list {
    gap: 12px
}

.rv2-list-item {
    --img-size: 48px;
    --sw-w: 5px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #fff;
    padding: 24px
}

.rv2-list-item:nth-child(even) {
    background: #FBFBFB
}

.rv2-user-info .rv2-img {
    min-width: var(--img-size);
    width: var(--img-size);
    height: var(--img-size);
    border-radius: 50%;
    padding: var(--sw-w)
}

.rv2-user-info .rv2-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 var(--sw-w)#E2E2E2, 0 2px 2px 0 #0000001A
}

.rv2-user-info .rv2-name {
    font-size: var(--fs-normal);
    font-weight: bold
}

[dir=ltr] .rv2-user-info .rating-wrap {
    margin: 0 0 0 -5px !important
}

[dir=rtl] .rv2-user-info .rating-wrap {
    margin: 0 -5px 0 0 !important
}

.rv2-user-info .dot {
    min-width: 4px;
    width: 4px;
    height: 4px;
    background: #C2C2C2;
    border-radius: 50%
}

.rv2-date {
    background: #FBFBFB;
    color: #3E3E3E;
    padding: 4px 12px;
    border-radius: 5rem;
    line-height: 1.6;
    font-size: var(--fs-sm)
}

.rv2-list-item:nth-child(even) .rv2-date {
    background: #fff;
    border: 1px solid var(--borderClr)
}

.rv2-heading {
    font-size: var(--fs-normal);
    font-weight: 600
}

.rv2-sub {
    color: var(--rv-sub);
    font-size: var(--fs-14);
    font-weight: 500
}

.rv2_like-btn{
    display: inline-flex;
    gap: 6px;
    background: #FBFBFB;
    color: #3E3E3E;
    padding: 4px 8px;
    font-weight: 500;
    line-height: 1.4;
}
.rv2-list-item:nth-child(even) .rv2_like-btn {
    background: #fff;
}

.rv_like-input:checked + .rv2_like-btn{
    background: var(--main-color-one);
    color: #fff;
    border: none !important;
}

@media(max-width:991px) {
    .rv2-overview {
        width: 100%
    }
}

@media(max-width:767px) {
    * {
        --sectionY-padding: 64px;
        --fs-normal: 14px;
        --fs-14: 12px;
        --fs-sm: 10px;
        --round-24: 16px;
        --round-16: 12px;
        --round-12: 8px
    }

    .rv2-overview {
        padding: 24px
    }

    .rv2-btn {
        gap: 6px
    }

    .rv2-btn svg {
        width: 16px
    }

    .rv2-list-item {
        --img-size: 40px;
        --sw-w: 4px;
        padding: 18px
    }
}

.or {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.or hr {
    flex: 1;
    border-color: #000;
    opacity: .1
}

.service-box {
    --service-img: 120px;
    padding: 12px
}

.services-area .service-item {
    align-items: center
}

.services-area .service-item p {
    line-height: 1.4;
    font-size: 14px;
    color: var(--text-subtle);
    margin: 0
}

.services-area .service-item .thumbnail {
    max-width: var(--service-img);
    position: relative
}

.services-area .service-item .thumbnail img {
    aspect-ratio: 1
}

@media(max-width:767px) {
    .service-box {
        --service-img: 100px
    }
}

.about-thumb {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px
}

.about-thumb img {
    max-height: 1024px;
}

.contact-title {
    font-size: 32px;
    color: var(--heading-color)
}

.footer-section {
    --title-size: 18px;
    --social-size: 40px;
    --social-icon: 20px;
    --business-logo-size: 40px;
    --footer-text-size: var(--fs-normal);
    background: var(--footer-bg);
    color: var(--footer-text);
    padding-top: 72px;
    font-size: var(--footer-text-size)
}

.footer-section .logo img {
    max-width: 180px;
    max-height: 80px
}

.footer-section hr {
    border-top: 1px solid var(--footer-devider);
    opacity: 1
}

[dir=ltr] .tax-num {
    padding-left: 12px;
    border-left: 1px solid var(--footer-br)
}

[dir=rtl] .tax-num {
    padding-right: 12px;
    border-right: 1px solid var(--footer-br)
}

.footer-title {
    color: var(--footer-title);
    margin-bottom: 28px;
    font-size: var(--title-size);
    font-weight: 600
}

.footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-section li a,
.footer-section li {
    color: var(--footer-text);
    font-size: var(--footer-text-size)
}

.footer-section li a:hover,
.contact-menu a:hover {
    color: var(--main-color-one)
}

.footer-section .sub-menu {
    display: none !important
}

.contact-menu .contact-links {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--footer-text-size);
    word-break: break-all
}

.footer-social-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--social-size);
    height: var(--social-size);
    color: #fff !important;
    background: var(--footer-bg-secondary);
    font-size: var(--social-icon)
}

.footer-social-list a.facebook {
    background: #3B5998
}

.footer-social-list a.whatsapp {
    background: #128c7e
}

.footer-social-list a.instagram {
    background: #cd486b
}

.footer-social-list a.snapchat {
    background: #e0dd00
}

.footer-social-list a.youtube {
    background: #CD201F
}

.footer-social-list a.pinterest {
    background: #E60023
}

.footer-social-list a.twitter,
.footer-social-list a.tiktok {
    background: #000
}

.footer-social-list a.linkedin {
    background: #0A66C2
}

.footer-social-list a.telegram {
    background: #08c
}

.footer-social-list li a:hover {
    background: var(--main-color-one)
}

.footer-bar {
    background: var(--footer-bg-secondary);
    border-top: 1px solid var(--footer-br)
}

.payment-logos-item img {
    width: 40px;
    height: 28px;
    background: #fff;
    border: 1px solid var(--footer-br)
}

.business-certification-logo {
    width: var(--business-logo-size);
    height: var(--business-logo-size);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #fff;
    border: 1px solid var(--footer-br);
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    z-index: 1
}

.footer-style-2 .payment-logos,
.footer-style-3 .payment-logos {
    gap: 12px 8px
}

[dir=ltr] .footer-style-2 .business-certificate-wrap,
[dir=ltr] .footer-style-3 .business-certificate-wrap {
    border-right: 1px solid var(--footer-devider);
    padding: 0 8px 0 0
}

[dir=rtl] .footer-style-2 .business-certificate-wrap,
[dir=rtl] .footer-style-3 .business-certificate-wrap {
    border-left: 1px solid var(--footer-devider);
    padding: 0 0 0 8px
}

.footer-style-2 .footer-social-list li a {
    --social-size: auto;
    background: none;
    color: var(--footer-title) !important
}

.footer-style-2 .footer-social-list li a:hover {
    color: var(--main-color-one) !important
}

.modal-certificate,
.modal-certificate-img,
.certificate-num {
    border-radius: 0
}

@media(min-width:768px) {
    [dir=ltr] .footer-style-1 .business-certificate-wrap {
        border-right: 1px solid var(--footer-devider);
        padding: 0 1rem 0 0
    }

    [dir=rtl] .footer-style-1 .business-certificate-wrap {
        border-left: 1px solid var(--footer-devider);
        padding: 0 0 0 1rem
    }
}

@media(max-width:992px) {

    .copyright-text,
    .footer-style-3 .footer-title {
        text-align: center
    }

    .business-certification-logo {
        --business-logo-size: 34px
    }

    .payment-logos-item img {
        width: 34px;
        height: 22px
    }
}

@media(max-width:767px) {
    .footer-section {
        --title-size: 14px;
        --social-size: 28px;
        --social-icon: 16px;
        --footer-text-size: 12px;
        padding-top: 48px
    }

    .footer-title {
        margin-bottom: 16px
    }

    .footer-section .logo img {
        max-width: 120px;
        max-height: 55px
    }

    .tax-logo img {
        width: 20px;
        height: 26px
    }
}

.remove-cart-popup {
    max-width: 424px !important
}

.swal2-modal {
    border-radius: 0 !important
}

.swal2-modal .swal2-icon {
    font-size: 10px
}

.swal2-modal .swal2-title {
    font-size: 16px
}

.swal2-confirm {
    min-width: 120px;
    padding: 6px 10px !important;
    background: none !important;
    color: rgb(220, 53, 69) !important;
    border: 1px solid rgb(220, 53, 69) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    transition: .3s !important
}

.swal2-confirm:hover {
    background: rgb(220, 53, 69) !important;
    color: #fff !important
}

.header-style-01 {
    border-bottom: 1px solid var(--main-color-one)
}

@media(max-width:992px) {
    .container {
        max-width: 90% !important
    }

    .shop-close-main {
        max-width: 400px !important;
        width: 100%;
        height: 95vh;
        position: fixed !important;
        top: 0;
        overflow: auto
    }
}

@media(max-width:767px) {
    .container {
        max-width: 100% !important;
        padding: 0 16px !important
    }

    .swal2-modal .swal2-icon {
        font-size: 8px
    }

    .swal2-modal .swal2-title {
        font-size: 12px
    }

    .swal2-confirm {
        min-width: 110px
    }
}

@media(max-width:576px) {
    .container-fluid-sm {
        max-width: 100% !important;
        padding: 0 !important
    }

    .hero-next,
    .hero-prev {
        font-size: 16px;
        padding: 8px;
        opacity: 1
    }

    [dir=ltr] .hero-next {
        right: 20px
    }

    [dir=ltr] .hero-prev {
        left: 20px
    }

    [dir=rtl] .hero-next {
        left: 20px
    }

    [dir=rtl] .hero-prev {
        right: 20px
    }

    .section-title {
        font-size: 20px
    }

    .arrow-box button {
        font-size: 12px
    }

    .container.img-banner,
    .img-banner .container-one {
        max-width: 100% !important;
        padding: 0;
        margin: 0
    }

    .nice-select.shop-nice-select {
        width: 100%
    }

    .filter-grid-list {
        width: 100%;
        flex-direction: row-reverse
    }

    .coupon-contents-details-list-item,
    .form--control {
        font-size: 14px !important
    }
}

.alert {
    border-radius: 0 !important
}

.form-group.select2 .select2-selection__arrow {
    margin: 0 4px
}

.dropzone>h3 {
    text-align: center
}

.dropzone>h3 i.fas {
    display: block;
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 8px
}

.dropzone>h3 i.fas:before {
    content: "\f382"
}

#notifyModal .modal-content,
#notifyModal .form-control {
    padding: 12px
}

@media(max-width:767px) {
    #notifyModal .modal-content {
        padding: 0
    }
}