* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.no-wrap{
    white-space: nowrap !important;
}
.hidden {
    display: none !important;
}

.w-100 img[src$=".svg"] {
    width: 100% !important;
}

.w15rem {
    width: 15rem !important;
}

.white-link {
    color: #FFFFFF;
}

.lestin_loading_icon {
    position: relative;
    max-width: 85px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.box-35px {
    width: 35px !important;
    height: 35px !important;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    margin: auto 5px;
}

.gray-round-bg {
    background-color: #A4A4A4 !important;
    color: #FFFFFF;
    border-radius: 50px !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(131 130 130 / 76%);
    box-shadow: 0px 0px 5px 0px rgb(131 130 130 / 76%);
}

.scroll {
    scrollbar-width: thin;
    scrollbar-width: 5px;
    scrollbar-color: #666
}

.scroll::-webkit-scrollbar {
    width: 5px
}

.scroll::-webkit-scrollbar-track {
    background: #ddd
}

.scroll::-webkit-scrollbar-thumb {
    background: #666
}

.textwidget.custom-html-widget,
p {
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
}

.listing-one__category:after {
    content: none;
    background: transparent;
}

.listing-one__link-overlay,
.tribe-common-form-control-eventtype,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search {
    position: relative !important;
}

#tribe-events-events-bar-eventtype {
    height: 60px;
    border-radius: 10px;
}

select.events-bar-eventtype {
    border: none;
    outline: none;
}

.select.events-bar-eventtype:focus {
    box-shadow: 1px 1px 2px var(--tec-color-border-active);
    outline: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search {
    padding-right: 10px;
}

.gva-element-gva-products {
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.gva-element-gva-products .item-columns {
    padding: 10px !important;
}

.gva-element-gva-products .product-block {
    box-shadow: none !important;
    border: none !important;
    background-color: #fff !important;
    padding: 0px !important;
    margin-bottom:24px;
    position: relative;
    overflow: hidden;
}

.gva-element-gva-products .product-block .product-thumbnail {
    border: 1px solid #EAEFF3;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-color: #EAEFF3;
}

.gva-element-gva-products .product-block:hover .product-block-inner .product-thumbnail .link-overlay {
    background-color: transparent !important;
}

.product-block .product-thumbnail .content-hover .add-to-cart a:before {
    content: none;
    margin: auto;
}

.product-block .added_to_cart.wc-forward {
    line-height: 15px;
    color: #fff;
    background: var(--e-global-color-primary);
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    text-transform: capitalize;
    border-radius: 10px;
    display: none;
}

.gva-element-gva-products .shop-loop-price .price {
    font-family: Krona One;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--e-global-color-primary);
}

.gva-element-gva-products .product-block .product-thumbnail .content-hover .add-to-cart a {
    white-space: nowrap;
    font-size: 12px;
    height: 30px;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: start;
    align-items: center;
}

.gva-element-gva-products .product-block .product-thumbnail .content-hover {
    bottom: -30px;
}

.gva-element-gva-products .product-block .product-thumbnail .product-thumbnail-inner .attachment-shop_catalog img {
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transform-origin: center center;
    -moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.gva-element-gva-products .product-block:hover .product-thumbnail .product-thumbnail-inner .attachment-shop_catalog img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center center;
    -moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.gva-element-gva-products .product-block-inner .product-thumbnail .content-hover {
    width: 100%;
}

.gva-element-gva-products .product-block:hover .product-block-inner .product-thumbnail .content-hover {
    position: absolute;
    bottom: 0px;
    width: 100%;
    opacity: 1;
}

.shop-custom-meta {
    display: flex;
    position: absolute;
    top:20px;
    left:20px;
    align-items: center;
    align-self: center;
    justify-content: space-between;
    -webkit-transform: translateY(-165%);
    transform: translateY(-165%);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.add-to-cart{padding-right: 5px;}

.gva-element-gva-products .product-block:hover .shop-custom-meta {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.shop-custom-meta .listing-five__footer {
    border: none !important;
}

.shop-custom-meta .listing-five__footer .wishlist-icon-content a {
    background: #A4A4A4;
    border-radius: 50%;
    color: white;
}

.shop-custom-meta .add_to_cart_button {
    height: 34px;
    width: 34px;
    display: flex;
    background: #A4A4A4;
    border-radius: 50%;
    color: white;
    justify-content: center;
    align-items: center;
    align-self: center;

}

.shop-custom-meta .wishlist-icon-content i {
    font-size: 18px !important;
    font-weight: normal !important;
	position:relative;
	left:0px;
}
.shop-custom-meta .add-to-cart i.icon-lestin-shopping-cart.aa{
    POSITION: relative;
    left: -1px;    top: 1px;
}
.shop-loop-title {
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;

}

.heading3{
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
}

.post-block-small {
    margin-bottom:50px !important;
}
.recent-post-blog .post-block-small {margin-bottom:14px !important;}
.wishlish-product-container .product-block {
    min-height: auto !important;
    height: auto;
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
    ;
    padding: 0;
    width: 100%;
    border-radius: 0px !important;
}

.wishlish-product-container .product-block-inner {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    padding: 0 35px 0px 0px !important;

}

.wishlish-product-container .product-block-inner .product-meta {
    margin: auto 35px !important;
}

.wishlish-product-container .product-block .product-thumbnail {
    position: relative;
    min-height: 50px;
    background: #F1F1F1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
}

.wishlish-product-container .product-block .product-thumbnail img {
    width: 100% !important;
    height: 100%;
    max-height: 248px;
}

.wishlish-product-container .product-block .add_to_cart_button {
    position: relative;
    line-height: 22px;
    color: #fff;
    background: var(--e-global-color-primary);
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    text-transform: capitalize;
    border-radius: 10px;
    padding: 5px 10px;
    max-width: 140px;
    margin-right: 5px;
}

.swiper-pagination-progressbar {
    position: absolute;
    left: 50% !important;
    width: 100px !important;
    transform: translateX(-50%) !important;
    border-radius: 10px;
}

.swiper-slider-wrapper .swiper-pagination.swiper-pagination-progressbar>span {
    background-color: #000000 !important;
    width: 100% !important;
    display: block;
    height: 4px;
    border: none;
    border-radius: 20% !important;
    margin: -2px 0px !important;
}

@media only screen and (min-width: 766px) {
    .tribe-common-form-control-eventtype::before {
        content: '';
        width: 1px;
        height: 60px;
        position: absolute;
        top: 0px;
        left: -12px;
        background: #dbdbdb;
        z-index: 1;
    }

    .tribe-common-form-control-eventtype::after {
        content: '';
        width: 1px;
        height: 60px;
        position: absolute;
        top: 0px;
        right: -12px;
        background: #dbdbdb;
        z-index: 1;
    }
}



@media only screen and (max-width: 767px) {
    .wishlish-product-container .product-block-inner {
        width: 100%;
        display: block !important;
        margin: 10px;
        padding: 0;
        padding: relative !important;
        ;
    }
	.post-block-small {margin-bottom:20px !important;}

    .wishlish-product-container .product-block .product-thumbnail {
        width: 100% !important;
        margin: auto !important;
        display: block;
    }

    .wishlish-product-container .product-block-inner .product-meta {
        width: 100% !important;
        margin: auto !important;
        display: block;
    }
}

.gva-element-gva-progress,
.elementor-widget-progress {
    min-height: 38px !important;
    position: relative;
}

.gva-element-gva-progress .elementor-progress-bar {
    align-items: center;
    padding-left: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    min-height: 32px;
    z-index: 0;

}

.gva-element-gva-progress .elementor-title {
    max-width: 80%;
    word-wrap: break-word;
    word-break: break-all;
    position: relative;
    z-index: 9999 !important;
    min-height: 38px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom-badge-danger {
    font-family: Krona One;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    border-radius: 15px;
    background-color: var(--e-global-color-primary);
}

.custom-heading h2,
.custom-heading .title {
    font-family: Krona One;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
}

.bg-none {
    background: transparent !important;
}

.text-white,
.listing-one__image.style-3 .ajax-wishlist-link {
    color: #ffffff !important;
}

.basic-filter,
.portfolio-filter,
.products-filter {
    margin-bottom: 15px;
    width: 100%;
}

.basic-filter ul.nav-tabs,
.products-filter ul.nav-tabs {
    display: inline-block;
    text-align: center;
    border: none;
    width: 100%;
}

.basic-filter ul.nav-tabs>li>a,
.products-filter ul.nav-tabs>li>a {
    font-weight: 500;
    color: #161c26;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    padding: 0;
    font-size: 16px;
    position: relative;
    z-index: 11;
}

.basic-filter ul.nav-tabs>li>a.active,
.products-filter ul.nav-tabs>li>a.active {
    color: #161c26;
}

.basic-filter ul.nav-tabs>li,
.products-filter ul.nav-tabs>li {
    padding: 5px 8px 0;
}

.gva-element .btn-filter {
    background-color: #EAEFF3;
    color: #757575;
    font-family: Work Sans;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    height: 32px;
    border-radius: 16px;
    border: none;
    text-align: center;
    margin: auto 5px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.gva-element .btn-filter.active {
    background-color: #000000;
    color: #FFFFFF !important;
}

.gva-element .btn-filter.active span {
    color: #FFFFFF !important;
}

.gva-element .btn-filter.more {
    font-family: Work Sans;
    border-radius: 16px;
    width: 32px;
    height: 32px;

    background-color: #EAEFF3;
}

.gva-element .btn-filter>span,
.gva-element .btn-filter.more>span {
    font-family: Work Sans;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #A4A4A4;
    line-height: 30.2px;
    letter-spacing: 0em;
    text-align: center;
    height: 32px;
    display: block;
}

.gva-element .btn-filter>span {
    padding-left: 15px;
    padding-right: 15px;
}

.gva-element .btn-filter.more>span {
    width: 12px;
    height: 12px;
    color: #A4A4A4;
    font-weight: 700 !important;
    padding-left: 5px;
    padding-right: 5px;
}

.portfolio-filter ul.nav-tabs>li>a:after,
.gva-element .btn-filter ul.nav-tabs>li>a:after,
.products-filter ul.nav-tabs>li>a:after,
.gva-element .btn-filter ul.nav-tabs>li>a:after {
    background: transparent;
}

.listing-one__image.style-3 .listing-one__logo {
    box-shadow: none;
    background-color: transparent;
}

.listing-one__image.style-3 .listing-one__labels {
    position: absolute;
    top: 10px;
    left: 10px;
}

.listing-one__image.style-3 .listing-one__logo {
    position: relative;
    right: auto;
    bottom: auto;
}

.listing-one__image.style-3 .listing-one__top-right {
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 99;
}

.listing-one__top-right i {
    text-shadow: -1px 1px 0px #0c0c0c14;
}

.listing-one__image.style-3:after {
    background-image: none !important;
}

.listing-one__content.style-3 {
    background: transparent;
    position: relative;
    padding: 5px 8px;
}

.listing-one__content.style-3 .listing-one__title {
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.listing-one__content.style-3 .listing-one__tagline,
.listing-one__content.style-3 .listing-one__meta-top {
    font-family: Work Sans;
    font-size: 12px;
    font-weight: 5600;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
}

ul#menu-services-menu li.menu-item a i.theme-address-card::before,
ul.gva-main-menu li.menu-item a i.theme-address-card::before {
    content: '';
    background-image: url('../images/svg/Mag.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 19px;
    width: 21px;
    display: inline-block;
    margin-right: 2px;
}

ul#menu-services-menu li.menu-item a i.theme-location-dot::before,
ul.gva-main-menu li.menu-item a i.theme-location-dot::before {
    content: '';
    background-image: url('../images/svg/location.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 20px;
    width: 17px;
    display: inline-block;
    margin-right: 2px;
}

ul#menu-services-menu li.menu-item a i.theme-agenda-icon::before,
ul.gva-main-menu li.menu-item a i.theme-agenda-icon::before {
    content: '';
    background-image: url('../images/svg/Agenda.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 19px;
    width: 19px;
    display: inline-block;
    margin-right: 2px;
}

ul.gva-main-menu li.menu-item a i.theme-shopping-card::before,
ul#menu-services-menu li.menu-item a i.theme-shopping-card::before {
    content: '';
    background-image: url('../images/svg/shoping.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 18px;
    width: 24px;
    display: inline-block;
    margin-right: 2px;
}

ul.gva-main-menu li.menu-item a i.theme-register-user::before,
ul#menu-services-menu li.menu-item a i.theme-register-user::before {
    content: '';
    background-image: url('../images/svg/user.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 21px;
    width: 15px;
    display: inline-block;
    margin-right: 2px;
}

a.mini-cart .title-cart .icon-lestin-shopping-cart::before,
.add-to-cart .icon-lestin-shopping-cart::before {
    content: '';
    background-image: url('../images/svg/bag.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 21px;
    width: 15px;
    display: inline-block;
    margin-right: 2px;
}
.shop-custom-meta .add-to-cart .icon-lestin-shopping-cart::before {filter: invert(1);position: relative; top: 3px; left: 2px;}

a.mini-cart .title-cart .icon-lestin-shopping-cart.white::before,
.add-to-cart .icon-lestin-shopping-cart.white::before {
    content: '';
    background-image: url('../images/svg/bag-white.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 21px;
    width: 15px;
    display: flex;
    margin-right: 0px;
}

.custom-wishlist-icon::before {
    content: '';
    background-image: url('../images/svg/like.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px 16px;
    height: 20px;
    width: 20px;
    display: flex;
    margin-right: 0px;
}

.custom-bag-icon::before {
    content: '';
    background-image: url('../images/svg/bag.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 23px;
    ;
    height: 25px;
    width: 25px;
    display: flex;
    margin-right: 0px;
}

.custom-hamburger-icon::before {
    content: '';
    background-image: url('../images/svg/Menu_Icon.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 23px;
    ;
    height: 25px;
    width: 25px;
    display: flex;
    margin-right: 0px;
}

.custom-myaccount-icon::before {
    content: '';
    background-image: url('../images/svg/user.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 23px;
    ;
    height: 25px;
    width: 25px;
    display: flex;
    margin-right: 0px;
}
.footer-mob-menubar .gva-navigation-menu ul.gva-main-menu li.menu-item a {
    padding: 6px 0;
}
.footer-mob-menubar .gva-navigation-menu ul.gva-main-menu li.menu-item a i.fa,
.footer-mob-menubar .gva-navigation-menu ul.gva-main-menu li.menu-item a span.menu-title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer-mob-menubar .gva-navigation-menu ul.gva-main-menu li.menu-item a span.menu-title{
    font-family: Work Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;  
    padding-top: 5px;  
}

.custom-register button,
.btn-theme-yellow {
    outline: 0;
    border: 0;
    background: linear-gradient(90deg, rgba(219, 169, 71, 1) 0%, rgba(237, 193, 92, 1) 35%);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    padding: 8px 10px;
    border-radius: 7px;
}

.custom-register button:hover,
.btn-theme-yellow:hover {
    background: linear-gradient(90deg, #000 0%, #000 35%);
    color: #fff !important;
}

.custom-read-more,
.view-all-link,
.custom-heading {
    min-width: 240px;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #757575;
}

.custom-read-more::after {
    background-image: url("../images/svg/Arrow.svg");
    content: "";
    height: 11px;
    width: 21px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 8px;
}

.custom-heading {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.custom-heading::after {
    background-image: url("../images/svg/Line.svg");
    content: "";
    height: 1px;
    width: 85%;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
}

.gva-element-gva_lt_item_category {
    display: block;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.gva-custom-listing-category {
    width: calc(100% + 6px);
    margin-left: -3px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 0px;
}

.gva-custom-listing-category .iconbox-four-wrap {
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    max-width: 180px;
    max-height: 60px;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0px 3px;
    margin-bottom: 15px;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.gva-custom-listing-category .iconbox-four-wrap:hover {
    border-color: #e2dfeb;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
}

.gva-custom-listing-category .iconbox-four-wrap:hover .iconbox-four-title {
    color: var(--e-global-color-primary);
}

.gva-custom-listing-category .iconbox-four-icon {
    min-width: 60px;
    height: 52px;
    border-radius: 5px;
    border: 1px;
    background-color: #EAEFF3;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gva-custom-listing-category .iconbox-four-icon img {
    width: 40.49px;
    height: 21.54px;
    text-align: center;
}

.gva-custom-listing-category .iconbox-four-title {
    font-family: Work Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    color: #757575;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    white-space: break-spaces;
    word-wrap: break-word;
}

.gva-custom-listing-category .iconbox-four-title>a {
    position: relative;
    top: auto;
    left: auto;
    color: #757575;
}
.hidden-scroller .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    display: none !important;
}
.heading-action .btn-cta {
    color: #000000!important;
    background: #ffc120;
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
@media only screen and (max-width: 768px) {
    .mCSB_dragger {
        max-width: 120px !important;
        width: 100% !important; 
        margin: auto;
        left: 35% !important;
    }
    .mCSB_dragger .mCSB_dragger_bar {
        background-color: #000000 !important; 
    }
    .gva-custom-listing-category {
        display: block;
        position: relative;
        width: 100%;
        min-width: 1250px;
        overflow: hidden;
        overflow-x: auto;
    }

    .gva-custom-listing-category .iconbox-four-wrap {
        display: inline-flex;
        position: relative;
        width: 100%;
    }

    .custom-heading {
        height: 32px;
        display: block;
        width: 100%;
        line-height: 10px;
    }

    .portfolio-one__single {
        margin: 0 auto 0;
        padding-left: 29px;
    }

    .gva-element-gva-products .products-filter::-webkit-scrollbar{
        min-width: 420px;
        overflow-x: scroll !important;
    }

    .gva-element-gva-products .products-filter::-webkit-scrollbar-track{
        background-color: #6d6d6d;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        width: 100%;
        min-width: 500px !important;
        margin-left: 140px !important;
        margin-right: 140px !important;
        margin: 0 auto;
    }

    .gva-element-gva-products .products-filter::-webkit-scrollbar-thumb{
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #fff;

    }

    .gva-element-gva-products .products-filter ul.nav {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: nowrap !important;
        width: 100%;
        overflow-x: auto;
    }

    .basic-filter ul.nav-tabs>li,
    .products-filter ul.nav-tabs>li {
        margin-bottom: 10px;
    }

    .gva-element-gva-products .swiper-slide {
        display: flex;
        justify-content: start;
        align-items: center;

    }

    .gva-element-gva-products .product-block .product-thumbnail img {
        border-radius: 10px;
        width: 100%;
        max-width: 100%;
    }
}

/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */
.custom-small-btn {
    padding: 2px 5px !important;
    margin: auto !important;
    margin-right: 5px !important;
    text-align: center;
    font-size: 9px;
    border-radius: 10px;
}

.custom-cart .cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.custom-cart .cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f290" !important;
    font-size: 30px;
    color: var(--e-global-color-primary);
}

.custom-cart .cart-contents:hover {
    text-decoration: none;
}

.custom-cart .cart-contents-count {
    position: absolute;
    top: 15px;
    right: 1px;
    transform: translateY(-105%) translateX(25%);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 1px;
}

.event-wishlist,
.event-info-content {
    position: absolute;
    top: 10px;
    z-index: 99;
}

.event-wishlist {
    right: 8px;
}

.event-info-content {
    right: 52px;
}

.event-tab-block .tribe-events-event-image img {
    border-radius: 10px !important;
}

/* -----------------Start Adenda Tab stype for home page-----------------*/
.bgBlack {
    background-color: #000000;
}

.customTab .nav-link.active {
    background-color: transparent !important;
    color: #fff !important;
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    text-align: left;
    padding: 0rem 0rem;
}

.customTab .nav-link {
    color: #2F2F2F;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px  0;
}

.customTabSection h3 {
    color: #fff;
}

.customTabSection .bg21::before {
    content: "21";
    position: absolute;
    top: 47%;
    font-size: 400px;
    font-weight: 800;
    text-shadow: 15px 10px 0 #000;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #f3f2f31c;
    vertical-align: middle;
    left: 5%;
}

.customDrpDwn .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-radius: 7px;
    border: 1px solid #FFF;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    width: 270px;
    height: 45px;
    line-height: 44px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.customDrpDwn .nice-select:hover {
    border-color: #dbdbdb;
}

.customDrpDwn.nice-select:active,
.customDrpDwn .nice-select.open,
.customDrpDwn .nice-select:focus {
    border-color: #999;
}

.customDrpDwn .nice-select:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.customDrpDwn .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.customDrpDwn .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.customDrpDwn .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.customDrpDwn .nice-select.disabled:after {
    border-color: #cccccc;
}

.customDrpDwn .nice-select.wide {
    width: 100%;
}

.customDrpDwn .nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.customDrpDwn .nice-select.right {
    float: right;
}

.customDrpDwn .nice-select.right .list {
    left: auto;
    right: 0;
}

.customDrpDwn .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.customDrpDwn .nice-select.small:after {
    height: 4px;
    width: 4px;
}

.customDrpDwn .nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.customDrpDwn .nice-select .list {
    background-color: #000;
    border-radius: 7px;
    border: 1px solid #FFF;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    width: 270px;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.customDrpDwn .nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.customDrpDwn .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #000;
    border-bottom: 1px solid #fff;
    height: 45px;
}

.customDrpDwn .nice-select .option:hover,
.customDrpDwn .nice-select .option.focus,
.customDrpDwn .nice-select .option.selected.focus {
    background-color: #000;
}

.customDrpDwn .nice-select .option.selected {
    font-weight: bold;
}

.customDrpDwn .nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.customDrpDwn .no-csspointerevents .nice-select .list {
    display: none;
}

.customDrpDwn .no-csspointerevents .nice-select.open .list {
    display: block;
}

.customDrpDwn input[type="text"] {
    background-color: transparent;
    width: 270px;
    height: 45px;
    border-radius: 7px;
    border: 1px solid #FFF;
    margin-left: 10px;
}

.customDrpDwn input::placeholder {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}

.tabRightSection .iconDiv {
    position: absolute;
    top: 20px;
    right: 20px;
}

.tabRightSection .imgTxtDiv p {
    color: #757575;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin-top: 12px;
    margin-bottom: 0px;
}

.tabRightSection .imgTxtDiv h1 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 8px;
}

.tabRightSection .imgTxtDiv h3 {
    color: #FFF;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-top: 0px;
}

.tabRightSection .imgTxtDiv h2 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 10px;
}

@media screen and (max-width:767px) {
    .customDrpDwn input[type="text"] {
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }

    .customDrpDwn .nice-select {
        width: 100%;
        margin-top: 40px !important;
        margin: auto;
    }

    .customTab {
        display: flex;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
		
    }
	.customTabSection .customTab {
		padding: 20px 0;
        scroll-snap-type: x mandatory; margin-bottom: 70px
	}
	.customTabSection .customTab::before {
		content: '2024' !important;
		position: absolute;
		font-size: 180px;
		font-weight: 700;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: -1;
		text-shadow: none !important;
		-webkit-text-fill-color: transparent !important;
		-webkit-text-stroke: 1px #bac8d3b8 !important;
	}
	.customTabSection  .customTab .nav-link {
		width: 100%;
		scroll-snap-align: center;
	}

    .customTab button {
        width: 100% !important;
        min-width: 85vw;
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Scrollbar Styling */
    #v-pills-tab::-webkit-scrollbar {
        width: 300px;
        height: 5px;
        overflow-y: scroll;
    }

    #v-pills-tab::-webkit-scrollbar-track {
        background-color: #6d6d6d;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        width: 100%;
        min-width: 500px !important;
        margin-left: 140px !important;
        margin-right: 140px !important;
        margin: 0 auto;
    }

    #v-pills-tab::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #fff;

    }

    .customDrpDwn {
        z-index: 999999;
        position: relative !important;
    }

    .customTabSection .bg21::before {
        content: "2021";
        position: absolute;
        font-size: 165px;
        font-weight: 800;
        top: 6%;
        left: -4%;
        z-index: 0;
    }
}

.agent-page-block .bgBlack{ background-color: transparent !important;}
.agent-page-block .customTab .nav-link{ 
    font-family: Krona One;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #BAC8D3 !important;
}
.agent-page-block .customTab .nav-link.active{ 
    font-family: Krona One;
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000 !important;
}
.agent-page-block .customDrpDwn .nice-select .list,
.agent-page-block .customDrpDwn .nice-select .option{
    background-color: #FFFFFF;
}
.agent-page-block .customDrpDwn .nice-select .option:hover, 
.agent-page-block .customDrpDwn .nice-select .option.focus, 
.agent-page-block .customDrpDwn .nice-select .option.selected.focus{
    background-color: #000000 !important;
    color:#FFFFFF !important;
}
.agent-page-block .customDrpDwn input[type="text"],
.agent-page-block .customDrpDwn .nice-select,
.agent-page-block .customDrpDwn .nice-select .option:hover, 
.agent-page-block .customDrpDwn .nice-select .option.focus, 
.agent-page-block .customDrpDwn .nice-select .option.selected.focus{
    border: 1px solid #757575 !important;
    color: #757575 !important;
}
.agent-page-block .customDrpDwn input::placeholder {
    color: #757575 !important;
}
.agent-page-block .customDrpDwn .nice-select:after {
    border-bottom: 2px solid #757575;
    border-right: 2px solid #757575;
}
.agent-page-block .customTabSection .bg21::before {
    text-shadow: none !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-text-stroke: 2px #BAC8D3 !important;
}
.agent-page-block .tabRightSection .imgTxtDiv h1,
.agent-page-block .tabRightSection .imgTxtDiv h2,
.agent-page-block .tabRightSection .imgTxtDiv h3,
.agent-page-block .tabRightSection .imgTxtDiv h2 a.white-link{
    color: #000000;
}
/*----------------- Hamburger Menu -----------------*/
.hamburger-container {
    position: relative;
}

.hamburger-menu-container {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0px;
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
    opacity: 1;
    width: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.hamburger-menu-container.hidden {
    left: -494px;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.hamburger-container .side-nav {
    position: relative;
    align-self: center;
    padding: 0px;

}

.hamburger-container .side-nav .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 33px;
    border-radius: 5px;
    z-index: 9999;
    margin-top: 8px;
    transition: all 0.4s linear;
}

.hamburger-container .side-nav .hamburger .bar {
    display: inline-block;
    width: 19px;
    height: 2px;
    background-color: #000000;
    position: relative;
    cursor: pointer !important;
}

.hamburger-container .side-nav .hamburger .bar:after,
.hamburger-container .side-nav .hamburger .bar:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 2px;
    background-color: #000000;
    top: -8px;
    transition: all 0.4s linear;
}

.hamburger-container .side-nav .hamburger .bar:after {
    display: none;
}

.hamburger-container .side-nav .hamburger.close .bar {
    height: 0;
}

.hamburger-container .side-nav .hamburger.close .bar:after {
    top: -2px;
    background-color: var(--lestin-body-color);
    transform: rotate(135deg);
}

.hamburger-container .side-nav .hamburger.close .bar:before {
    top: -2px;
    background-color: var(--lestin-body-color);
    transform: rotate(45deg);
}

.hamburger-container .menu-services-menu {
    position: relative;
    left: -100%;
    top: 0;
    width: 494px;
    height: 100vh;
    z-index: 99;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    padding: 100px 50px 0;
    box-shadow: -3px 0 5px 0 #555;
    transition: all 0.4s linear;
}

.hamburger-container .hamburger-menu-container .submenu-inner {
    display: none;
    padding-bottom: 40px;
    margin-left: -50px;
    transition: all 0.4s linear;
}

.hamburger-container .hamburger-menu-container .menu-item-has-children>a::after {
    content: '';
    background-image: url("../images/svg/right.svg");
    float: right;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    margin-top: 9px;
}

.hamburger-container .hamburger-menu-container .menu-item-has-children.active>a::after {
    content: '';
    background-image: url("../images/svg/down.svg");
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    margin-top: 9px;
}

.hamburger-container .hamburger-menu-container .menu-item {
    display: block;
    text-align: left;
    padding: 0px 25px 5px 70px;
    transition: all 0.4s linear;
}

.hamburger-container .hamburger-menu-container li.menu-item-has-children>a {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    height: 40px;
    transition: all 0.4s linear;
}

.hamburger-container .hamburger-menu-container .menu-item a,
.hamburger-container .hamburger-menu-container .submenu-inner a {
    display: block;
    text-decoration: none;
    background-color: #ffffff;
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 0px;
    border: none;
    position: relative;
    width: 100%;
    text-align: left;
}

.hamburger-container .hamburger-menu-container .mini-header {
    padding: 10px 25px 10px 30px !important;
    position: relative;
    margin: 30px 15px 10px 15px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.hamburger-container .hamburger-menu-container .mini-header .close {
    text-align: left;
}

.hamburger-container .aditional-custom-menu-item {
    background: #EAEFF3;
    list-style: none !important;
    padding: 0px 0px 0px 70px;
    margin: 0px;
    border-bottom: 1px solid #CCD2D8
}

.hamburger-container .aditional-custom-menu-item:last-child {
    border-bottom: none
}

.hamburger-container .aditional-custom-menu-item a {
    display: flex !important;
    flex-shrink: 0;
    height: 58px;
    justify-content: start;
    align-items: center;
    color: #000;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.77px;
}

.hamburger-container .aditional-custom-menu-item.subscribe {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    background: #EAEFF3;
}

.hamburger-container .aditional-custom-menu-item.subscribe a {
    display: flex !important;
    flex-shrink: 0;
    height: 45px;
    justify-content: start;
    align-items: center;
    color: #FFFFFF;
    font-family: Work Sans;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 7px;
    background: #D5152C;
    padding: 14px;
    max-width: 242.667px;
    width: 100%;
}

.hamburger-container .aditional-custom-menu-item a .menu-item-link {
    display: inline-block;
    margin-left: 15px;
}

#mobile-search-form .input-search {
    border: none;
    outline: none;
    background: transparent;
    background-color: #F2F5F8;
    padding-left: 45px;
    border-radius: 7px;
    color: #000000;
}

#mobile-search-form .gva-search .btn-search {
    right: auto;
    left: 15px;
}

#mobile-search-form .gva-search .btn-search input {
    color: #000000;
    font-size: 15px;
}

.gva-offcanvas-content.mobile .wp-sidebar {
    padding: 0px;
}

.gva-offcanvas-content.mobile .wp-sidebar #gva-mobile-menu ul.gva-mobile-menu li.menu-item,
.gva-offcanvas-content.mobile .wp-sidebar #gva-mobile-menu ul.gva-mobile-menu li.aditional-custom-menu-item {
    padding-left: 25px;
}

.gva-offcanvas-content.mobile .wp-sidebar #gva-mobile-menu ul.gva-mobile-menu li.aditional-custom-menu-item.subscribe {
    padding-top: 25px;
    padding-bottom: 25px;
}

.gva-offcanvas-content.mobile .wp-sidebar #gva-mobile-menu ul.gva-mobile-menu li.aditional-custom-menu-item.subscribe a {
    color: #ffffff;
    font-family: Work Sans;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.gva-offcanvas-content.mobile .wp-sidebar #gva-mobile-menu ul.gva-mobile-menu>li.menu-item-has-children .caret {
    right: 25px;
}

.gva-offcanvas-content.mobile .wp-sidebar .after-offcanvas {
    padding: 10px 25px 60px;
}

/* ----------------- End Hamburger Menu -----------------*/
.swip-slider-category-block {
    background-color: #EAEFF3;
    text-align: center;
    border-radius: 16px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    min-width: 12.5%;
    max-height: 32px;
    overflow: hidden;
    text-wrap: ellipsis;

}
.swip-slider-category-block:hover, 
.swip-slider-category-block.active{
    background-color: #000000;
    color: #FFFFFF !important;
}
.swip-slider-category-block.active a{
    color: #FFFFFF !important;
}
.swip-slider-category-block:hover .cat-link{
    color: #FFFFFF;
}
.swip-slider-category-block .cat-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: Work Sans;
    color: #757575;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 16px;
    border: none;
    text-align: center;
    overflow: hidden !important;
    text-wrap: ellipsis !important;
}

.category-slider-pagination .swiper-nav-next, 
.category-slider-pagination .swiper-nav-prev{
    opacity: 1;
    padding: 0px !important;
    border: none !important;
    color: #000 !important;
    height: auto !important;
    width: auto !important;
    background-color: transparent !important;
    box-shadow: none !important;
    display: flex;
    justify-content: start;
    align-items: center;
}
.category-slider-pagination .swiper-nav-next:hover, 
.category-slider-pagination .swiper-nav-prev:hover{
   background-color: transparent !important;
   color: #000 !important;
   border: none !important;

}
.category-slider-pagination .swiper-nav-prev:after{
    content: '';
    background: url('../images/svg/left_default.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 13px;
    height: 23px;
}
.category-slider-pagination .swiper-nav-next:after{
    content: '';
    background: url('../images/svg/right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 13px;
    height: 23px;
}
.category-slider-pagination .swiper-nav-prev:hover:after{
    background: url('../images/svg/left.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.category-slider-pagination .swiper-nav-next:hover:after{
    background: url('../images/svg/right.svg') !important;
    background-repeat: no-repeat !important;
    background-size: contain!important;
    background-position: center!important;
}
.swiper-nav-default-next:after{
    background: url('../images/svg/right_default.svg') !important;
    background-repeat: no-repeat !important;
    background-size: contain!important;
    background-position: center!important;
    width: 13px!important;
    height: 23px!important;
}
.gva-cat-gallery-carousel .swiper {
    max-width: 100%;
}
@media screen and (max-width:767px) {
    .gva-cat-gallery-carousel .swiper {
        max-width: 40%;
    }
    .swip-slider-category-block {
        min-width: auto;
        max-width: 130px;
        overflow: hidden !important;
        text-wrap: ellipsis !important;
    }
    .category-slider-pagination .swiper-nav-next, 
    .category-slider-pagination .swiper-nav-prev{
        opacity: 0 !important;
    }
    .category-slider-pagination{
        display: none;
    }
}

.ajouter__card {
    max-width: 100%;
    width: 100%;
    min-height: 345px;
    text-decoration: none !important;
    height: 100%;
    border-radius: 10px;
    text-align: center;
    padding: 40px;
    background: linear-gradient(180deg, #6abe42, #64BC3A);
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.ajouter__card::before {
    content: '';
    position: absolute;
    background-image: url('../images/ajouter-shape.png');
    width: 100%;
    height: 100%;
    background-size: cover;
    left: 0;
}

.ajouter__card__icon {
    width: 52px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.ajouter__card__icon img {
    width: 100%;
    height: 100%;
}

.ajouter__card h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 25px;
    color: #fff;
    line-height: 20px;
}

.btn__white__outline {
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
    padding: 7px 20px;
    border-radius: 7px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    transition: all .3s ease-in;
}

.ajouter__card:hover .btn__white__outline {
    background-color: #fff;
    color: #6abe42;
}

@media (max-width:767.98px) {
    .ajouter__card::before {
        background-image: url('../images/ajouter-shape-mob.png');
    }

    .ajouter__card {
        width: 100%;
        min-height: auto;
        padding: 30px;
        padding-left: 105px;
        text-align: left;
    }

    .ajouter__card .btn__white__outline {
        display: none;
    }

    .ajouter__card__icon {
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .ajouter__card h5 {
        margin: 0;
    }
}
.gva-element-gva-icon-list-styles .swiper-wrapper .swiper-slide .elementor-icon-list-icon,
.gva-element-gva-icon-list-styles ul.elementor-icon-list-items li .elementor-icon-list-icon{
    margin-right: 5px;
}
.gva-element-gva-icon-list-styles .swiper-wrapper .swiper-slide,
.gva-element-gva-icon-list-styles ul.elementor-icon-list-items li a{
    font-family: Work Sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: center;
    height: 32px;
    padding: 5px 20px;
    color: #757575;
    background-color: #EAEFF3;
    border: none;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    margin-right: 15px !important;
}
.gva-element-gva-icon-list-styles .swiper-wrapper .swiper-slide:hover,
.gva-element-gva-icon-list-styles .swiper-wrapper .swiper-slide.swiper-slide-active,
.gva-element-gva-icon-list-styles ul.elementor-icon-list-items li a:hover,
.gva-element-gva-icon-list-styles ul.elementor-icon-list-items li:first-child a{
    background-color: #000000;
}
.gva-element-gva-icon-list-styles ul.elementor-icon-list-items li a:hover,
.gva-element-gva-icon-list-styles ul.elementor-icon-list-items li:first-child > a,
.gva-element-gva-icon-list-styles .swiper-wrapper .swiper-slide:hover > a,
.gva-element-gva-icon-list-styles .swiper-wrapper .swiper-slide.swiper-slide-active > a{
    color: #ffffff !important;
}
.gva-element-gva-icon-list-styles .swiper-slider-wrapper .swiper-nav-next, 
.gva-element-gva-icon-list-styles .swiper-slider-wrapper .swiper-nav-prev{
    margin-top: -12px;
}
.header-builder-frontend {
    position: relative;
    z-index: 999 !important;
    width: 100%;
}
.modal {
    z-index: 1050;
}



/* css by Arif start */
.single_job_listing .elementor img {
    border-radius: 10px; width:100%;   
}

.single_job_listing .photo-video-slide img{min-height: 200px;max-height: 200px;object-fit:cover;}

.gva-listing-gallery.style-2 .single_job_listing .elementor img {
    border-radius: 10px;
    aspect-ratio: 1;
    object-fit: cover;
	width:100%;
}

.single_job_listing .elementor .elementor-inner {
    border-radius: 10px;
}
.elementor-section > .elementor-container {
    z-index: unset !important;
}

.product-thumbnail .product-thumbnail-inner span.onsale {
    z-index: 9 !important;
}
.swiper-content-inner {
    margin: 0 0 0 0 !important;
    overflow: hidden;
}
.swiper-slide img {
    width: auto;
}

.gva-element-gva-products .swiper-slide img {
    width:100%;
}
/* css by Arif end */

.updates-from-business .card.mb-3 {
    position: relative;
    display: inline-block;
}
.updates-from-business .gva-relative-item-carousel .swiper-wrapper .card .card-body .relative-featured-image, .gva-relative-item-carousel .swiper-wrapper .card .card-body .relative-featured-image img{width:96px !important;margin: 2px 0px !important;}
.updates-from-business .card-body {
    position: relative;
    display: flex;
    justify-content: start !important;
    align-items: start;
    gap: 10px;
}

.updates-from-business img.card-img-left{max-width:130px !important;}
.woo-archive-content .sidebar-inner {padding-right:50px;}
.price_slider_wrapper {padding: 0px 0px;}
.widget_price_filter {padding-top:60px !important;padding-right: 30px !important;}

.widget_price_filter .price_label{width:100%;display:flex;gap: 12px;padding-bottom: 14px;justify-content: space-between;text-align: left;font-size: 12px; line-height: 15px;color:#757575;}
.widget_price_filter .price-from{border:1px solid #C6CFD6;padding: 13px; border-radius: 7px;width:110px;}
.widget_price_filter .price-to {border:1px solid #C6CFD6;padding:13px; border-radius: 7px;width:110px;}
.widget_price_filter .price-from .from{font-size: 16px;line-height:20px;color:#000000;display: block;padding-top:4px;}
.widget_price_filter .price-to .to{font-size: 16px;line-height:20px;color:#000000;display: block;padding-top:4px;}
.price_slider span:last-child {margin-left: -20px;}
.widget.widget_product_categories li a:before {
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid #C6CFD6;
    border-radius: 5px;
    display: inline-block;
    margin-right: 8px;
    position: absolute;
    top: 6px;
    left: 0;
}

.widget.widget_product_categories li.current-cat > a:after {content: "";
    height: 12px;
    width: 12px;
    background-color: #000000;
    border-radius: 2px;
    display: inline-block;
    top: 10px;
    position: absolute;
    left: 4px;}

.single-product-detail-box.margin70{margin: 0px 70px 0px 70px;}
/* .right-side-content li a:before {content: "";height: 20px;width: 20px;border: 1px solid #C6CFD6;border-radius: 5px; display: inline-block;margin-right: 8px;position: absolute;top:5px;left: 0;} */
.right-side-content li.current-cat > a:after {content: "";height: 12px; width: 12px; background-color: #000000; border-radius: 3px; display: inline-block; top:9px; position: absolute; left: 4px;}

.all-categories-right-side .cat-item{position:relative;}
.all-categories-right-side a:before {content: ""; height: 20px; width: 20px; border: 1px solid #C6CFD6; border-radius: 5px;display: inline-block; margin-right: 8px; position: relative; top: 4px; left: 0;}
.all-categories-right-side a:after {content: ""; height: 12px; width: 12px; background-color: #000000; border-radius: 3px;display: inline-block; position: absolute; top:12px; left:4px;}

/* .widget_categories li a:after {content: "";height: 12px; width: 12px; background-color: #000000; border-radius: 2px;display: inline-block;top: 10px;position: absolute;left: 4px;} */
.right-side-content ul li a {padding-left: 30px;}
.right-side-content .cat-item a {position: relative;padding-left:30px !important; line-height: 20px;}
.right-side-content .widget_custom_category_widget .cat-item a {position: relative;padding-left:15px !important; line-height: 20px;}
.all-categories-right-side .cat-item a {
    line-height: 20px !important;
    padding: 4px 0 !important;
}

.widget.widget_product_categories ul.product-categories > li > a {padding-left: 30px;}
.widget .widget-title{font-size: 16px;font-weight: 600;line-height:20px;text-transform: capitalize;}

.grid-photo .flex-viewport {
    max-height: 430px;
}
.grid-photo .wp-post-image {
        min-height: 430px;
    max-height: 430px;
    object-fit: cover;    background-color: #FFF;
}
.grid-photo .woocommerce-product-gallery__image.flex-active-slide {
    background-color: #FFF;    height: 430px;border-radius: 10px;
}
.grid-photo .elementor-widget-wrap.elementor-element-populated{padding:0px;}
.grid-photo .woocommerce-product-gallery__image.flex-active-slide {height:430px;}
.grid-photo .woocommerce-product-gallery__image.flex-active-slide img{height:100%; object-fit: cover;width:100%;    border-radius: 10px;}
.comment-from-wrap {padding-bottom: 12px;}
.single_add_to_cart_button rect {fill: transparent;}
.single-content-inner h1.title {font-family: "Krona One", Sans-serif; font-size: 20px; font-weight: 400; line-height: 26px;text-align: center;}
.right-side-content .widget_categories ul > li > a{padding:5px 0;}
.article__active__post__x2 .custom-post-style .post-three__thumbnail .video-action a { position: relative; width: 100%; padding-bottom: 68%; display: block; }
.article__active__post__x2 .custom-post-style .post-three__thumbnail > .video-action > a > img.wp-post-image { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; border-radius: 5px; }
.article__active__post__x2 .custom-post-style .post-label_entry-icon { top: 9px; }
.gva-listing-tags .block-content a.tag-item{border-radius:25px}
.post__tag__wrapper .post-tags a { padding: 3px 16px; background-color: #EAEFF3; color: #757575; border-radius: 25px; line-height: 26.01px; }
@media (max-width:767.98px) {
	.single-product-detail-box.margin70{margin:10px 0px 0px 0px;}
	.grid-photo .woocommerce-product-gallery__image.flex-active-slide img {height: 100% !important;width: 100% !important;}
/* 	.grid-photo .elementor-widget-wrap.elementor-element-populated {margin: auto !important; padding:0px 4px !important;}	 */
	.elementor-411 .elementor-element.elementor-element-3522c6e > .elementor-element-populated {margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;}
	.widget_price_filter {padding-top: 0px !important;padding-right: 5px !important;}
	.woo-archive-content .sidebar-inner {padding-right: 0;}
}

/* 11-02-2024 */
.shoping__detail__tabs__bar { border-bottom: 1px solid #BAC8D3; padding-bottom: 15px; margin-bottom: 20px; }
.single-product .product-single-main > div { margin: 0; }
.header-main-wrapper .gv-sticky-wrapper { z-index: 999; }
.product__detail__review__wrapper { background-color: #EAEFF3; padding-bottom:30px;}
.related__products__wrapper{padding-top: 24px;}
.shoping__detail__tabs__bar .gva-element-gva-icon-list-styles .elementor-inline-item a { margin: 0 !important; }
.shoping__detail__tabs__bar .gva-element-gva-icon-list-styles .elementor-inline-item { margin-right: 0 !important; }
.search_jobs .lt-search_keywords .lt-search-keyword-autocomplete { height: 44px; margin-top: 3px; }
.le__meg__recent__post .post-block-small { margin-bottom: 14px !important; }
.le__meg__recent__post .post-block-small .post-content .content-inner .entry-title { line-height: 20px; margin-bottom: 5px; }
.le__meg__recent__post .post-block-small .post-content .content-inner a img { vertical-align: text-bottom; }
.le__meg__recent__post .post-block-small .post-content .post-thumbnail { height: 90px !important; }
.le__meg__recent__post .post-block-small .post-content .post-thumbnail img { height: 100% !important; object-fit: cover; }
.le_guide_slider .swiper-slider-wrapper .swiper-nav-prev { left: -24px !important; color: #DEE2E8 !important; opacity: .15 !important;}
.le_guide_slider .swiper-slider-wrapper .swiper-nav-next {right: -24px !important;color: #DEE2E8 !important;opacity: .15 !important;}
.le_guide_slider .category-slider-pagination .swiper-nav-prev:after{background:url('../images/svg/left.svg') 
}
.le_guide_slider .category-slider-pagination .swiper-nav-next:after{background: url('../images/svg/right.svg') !important;}
.le_guide_slider .category-slider-pagination .swiper-nav-prev:after,.le_guide_slider .category-slider-pagination .swiper-nav-next:after{background-size: 11px !important;background-repeat: no-repeat !important;background-position: center !important;}
section.elementor-section.guide_inner_bar { z-index: -1; }
.banner__plus__popularity {margin-top : 50px !important }
.agenda-page .agent-page-block .tabRightSection .imgTxtDiv h2 a.white-link:hover { color: var(--e-global-color-primary);}
.agenda-page .ajax-wishlist-link.wishlist-add { color: #fff;}
.agenda-page .ajax-wishlist-link.wishlist-add:hover { color: var(--e-global-color-primary);}
.agent-page-block .customTabSection .bg21::before{content: "24" !important}
/* .wrapper-page:has(.gv-sticky-wrapper.is-fixed) .single-page-template .banner__plus__popularity {margin-top : 150px !important } */
@media (max-width:767.98px) {
	.shoping__detail__tabs__bar{padding-bottom: 0px;}
    .agenda-page .customTabSection h3 { display: none !important;}
    .agent-page-block .customTabSection .bg21::before { display: none !important;}
}
.wishlist-gray-round-bg{
    background-color: #A4A4A4;
    color: #ffffff;
    border-radius: 35px;
    position: relative;
    padding: 7px;
    display: inline-block;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}