html, body {
    max-width: 100vw;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

h4.filter-categ-title {
    font-size: 18px;
}

.cursor_pointer {
    cursor: pointer !important;
}

.nav .nav-item button {
    color: #0b0b0b !important;
    background-color: transparent;
    line-height: 18px;
    font-size: 18px;
    position: relative;
}

.nav .nav-item button.active {
    background-color: transparent;
    color: #1e3442 !important;
    font-weight: 600;
}

.na
    /*v .nav-item button.active::after {
        content: "";
        border-right: 4px solid #ec6f2c;
        height: 100%;
        position: absolute;
        right: -1px;
        top: 0;
        border-radius: 5px 0 0 5px;
    }
*/
.artsafrica_home_cartBox .img_box {
    /* display: flex
            ; */
    /* flex: 110px 0 0; */
}

.artsafrica_home_cartBox .img_box {
    width: 110px;
    height: 110px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.title_link {
    gap: 15px;
    white-space: nowrap;
}

.title_link .title_icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 10px;
    border-radius: 50%;
    background: #ec6f2c;
}

.title_link .title_text {
    font-size: 14px;
    font-weight: 700;
    color: var(--base_color);
    text-transform: uppercase;
    line-height: 1;
}

.title_link .title_icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 10px;
    border-radius: 50%;
    background: var(--base_color);
}

.House_Appliances_widget {
    display: flex;
    min-height: 627px;
}

.House_Appliances_widget .House_Appliances_widget_left {
    padding: 0;
    border-width: 0;
    background-color: #f2f2f2;
}

.House_Appliances_widget .House_Appliances_widget_right {
    background-image: none;
}

.title_link {
    grid-gap: 15px;
    white-space: nowrap;
}

.title_link .title_text {
    font-size: 14px;
    font-weight: 700;
    color: var(--base_color);
    text-transform: uppercase;
    line-height: 1;
}

.title_link .title_icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--base_color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
}

.House_Appliances_widget_left {
    display: flex;
    flex-direction: column;
    height: 100%; /* Prend toute la hauteur disponible */
}

.House_Appliances_widget_right {
    margin-top: auto; /* Permet à l'image de se déplacer vers le bas */
    overflow: hidden; /* Masque le débordement d'image */
}

.img-subcategory {
    width: 100%; /* L'image prend toute la largeur */
    height: auto; /* Ajuste automatiquement la hauteur */
    max-height: 100%; /* Ne dépasse pas la hauteur de son conteneur */
    object-fit: cover; /* Garde le ratio d'aspect de l'image */
}

.nav-pills {
    flex-grow: 1; /* Permet aux sous-catégories de prendre l'espace restant */
    overflow-y: auto; /* Permet le défilement si nécessaire */
}
.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.products-area {
    padding: 80px 0 80px 0;
}

@media (max-width: 767.98px) {
    .products-area {
        padding: 41px 0 40px 0;
    }
}

@media (min-width: 1600px) {
    .products-area.product_full_column {
        margin: 0 55px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .products-area .product_category_chose {
        margin-top: 4px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .products-area .product_category_chose {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .products-area .product_category_chose {
        overflow: auto;
        padding-top: 16px;
        margin-top: 0;
    }
}

.products-area .product_category_chose .course_title {
    margin-bottom: 15px;
}

.products-area .product_category_chose .course_title svg {
    margin-right: 10px;
    color: var(--base_color);
}

.products-area .product_category_chose .rating_lists li:not(:last-child) {
    margin-bottom: 12px;
}

.products-area .product_category_chose .rating_lists .ratings {
    display: flex;
    align-items: center;
}

.products-area .product_category_chose .rating_lists .ratings i {
    font-size: 15px;
    color: #ffc107;
    margin-right: 4px;
}

.products-area .product_category_chose .rating_lists .ratings i.unrated {
    color: #ffc107;
    opacity: 0.3;
}

.products-area .product_category_chose .rating_lists .ratings span {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    display: inline-block;
    margin-left: 11px;
}

.products-area .course_category_inner {
    border: 1px solid var(--border_color);
    padding: 25px 30px 30px 30px;
    background-color: #fff;
}

.products-area .course_category_inner .single_pro_categry h4 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid var(--border_color);
    margin-bottom: 18px;
    padding-bottom: 11px;
    display: block;
}

.products-area .course_category_inner .single_pro_categry .color_filter {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
    grid-gap: 10px;
    padding: 0px;
    margin-bottom: 30px;
}

.products-area .course_category_inner .single_pro_categry .filter_wrapper {
    padding-top: 5px;
}

.products-area .course_category_inner .single_pro_categry .filter_wrapper #slider-range {
    background: #f1ece8;
    height: 6px;
    border-radius: 30px;
    border: 0;
}

.products-area .course_category_inner .single_pro_categry .filter_wrapper #slider-range .ui-slider-range {
    background: var(--base_color);
}

.products-area .course_category_inner .single_pro_categry .filter_wrapper #slider-range .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--base_color) !important;
    background: #fff !important;
    top: -3px;
}

.products-area .course_category_inner .single_pro_categry .filter_wrapper #slider-range .ui-slider-handle:focus {
    outline: none;
}

.products-area .course_category_inner .single_pro_categry .filter_wrapper .prise_line {
    margin-top: 30px;
    overflow: hidden;
}

.products-area .course_category_inner .single_pro_categry .filter_wrapper .prise_line span {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin-right: 5px;
}

.products-area .course_category_inner .single_pro_categry .filter_wrapper .prise_line input {
    border: 0;
    font-size: 14px;
    color: var(--base_color);
    background: transparent !important;
    font-weight: 700;
}

.products-area .box_header {
    border-bottom: 1px solid var(--border_color);
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.products-area .box_header h5 {
    font-family: "Ubuntu", sans-serif;
}

@media (max-width: 575.98px) {
    .products-area .box_header .box_header_right {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .products-area .box_header .box_header_right .shorting_box:first-child {
        display: none;
    }
}

.products-area .grid_shorting_style {
    margin-left: 1px;
}

.products-area .grid_shorting_style .product_wized {
    margin-right: -1px;
    margin-top: -1px;
}

.Check_sidebar li:not(:last-child) {
    margin-bottom: 12px;
}

.prduct_showing_style {
    margin-right: 3px;
}

.prduct_showing_style li:not(:last-child) {
    margin-right: 17px;
}

.prduct_showing_style a {
    color: var(--text_color);
    opacity: 0.7;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.prduct_showing_style a:hover, .prduct_showing_style a:focus {
    opacity: 1;
    color: var(--base_color);
}

.product-widget {
    border: 1px solid var(--border_color);
    background-color: #fff;
}

@media (max-width: 767.98px) {
    .product-widget.mb_45 {
        margin-bottom: 30px;
    }
}

@media (max-width: 375px) {
    .product-widget.mb_30 {
        margin-bottom: 15px;
    }
}

.product-widget.list_style_product {
    display: flex;
    align-items: center;
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-wrap: nowrap;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .product-widget.list_style_product {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .product-widget.list_style_product {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .product-widget.list_style_product {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .product-widget.list_style_product > div {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
}

.product-widget.list_style_product .product-meta .stars {
    margin: 7px 0 20px 0;
}

@media (max-width: 767.98px) {
    .product-widget.list_style_product .stars {
        justify-content: center;
    }
}

.product-widget.list_style_product .stars .mute_text {
    margin-left: 3px;
}

@media (max-width: 767.98px) {
    .product-widget.list_style_product .product_prise {
        justify-content: center !important;
    }
}

.product-widget.list_style_product .product-meta {
    max-width: 550px;
}

@media (max-width: 767.98px) {
    .product-widget.list_style_product .product-meta {
        padding-top: 0;
    }
}

.product-widget.list_style_product .description_text {
    font-size: 16px;
    line-height: 1.63;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.product-widget.list_style_product .add_cart {
    left: 20%;
}

.product-widget .thumb {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid var(--border_color);
    position: relative;
    width: 100% !important;
    height: auto !important;
    padding-bottom: 100% !important;
    background-color: #F3F3F3 !important;
}

.product-widget .thumb .offer_text {
    position: absolute;
    background-color: #ea6e2c;
    width: 87px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    color: #fff;
    padding-left: 10px;
    text-transform: uppercase;
    top: 20px;
    left: -3px;
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 85% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 85% 50%, 100% 100%, 0% 100%);
}

.product-widget .thumb .offer_text.sale_text {
    background: var(--base_color);
    top: 70px;
    padding-left: 22px;
}

.product-widget .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center center;
    transition: all 0.3s ease-in-out;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Correction spécifique pour les images lazyload */
.product-widget .thumb img.lazyload,
.product-widget .thumb img.lazyloading {
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center center;
}

.product-widget .product-thumb {
    position: relative;
    margin-bottom: 20px;
}

.product-widget .product-thumb .badge_1 {
    position: absolute;
    width: 44px;
    background: #82ca9c;
    height: 21px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 20px;
}

.product-widget .product-thumb .badge_1.style2 {
    background: #ea6e2c;
    left: 68px;
}

.product-widget .product-thumb .product_action {
    position: absolute;
    top: 20px;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    right: 10px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
}

.product-widget .product-thumb .product_action a {
    width: 40px;
    height: 40px;
    color: #090b17;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
}

.product-widget .product-thumb .product_action a:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
}

.product-widget .product-thumb .product_action a:hover {
    color: var(--base_color);
}

.product-widget .product-thumb .product_action .is_wishlist i {
    font-weight: 900;
}

.product-widget .product-meta {
    padding: 20px;
}

@media (max-width: 767.98px) {
    .product-widget .product-meta {
        padding: 10px;
    }
}

.product-widget .product-meta .product_banding {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    display: block;
    margin-bottom: 10px;
}

.product-widget .product-meta h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text_color);
    font-family: "Ubuntu", sans-serif;
    margin-bottom: 30px;
    transition: 0.3s;
    line-height: 1.5;
    min-height: 58px;
}

@media (max-width: 767.98px) {
    .product-widget .product-meta h4 {
        margin-bottom: 16px;
        min-height: 40px;
    }
}

.product-widget .product-meta h4:hover {
    color: var(--base_color);
}

.product-widget .product_badge {
    position: absolute;
    top: 0;
    left: 0;
}

.product-widget .product_badge span {
    background-color: #328597;
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 400;
    padding: 5px 12px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    gap: 4px;
    width: -moz-max-content;
    width: max-content;
}

@media (max-width: 375px) {
    .product-widget .product_badge span {
        font-size: 10px;
        padding: 5px 8px;
    }
}

.product-widget .product_star {
    background-color: #f6905a;
    color: #fff;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    border-radius: 100px;
    font-size: 14px;
    position: relative;
    margin-top: -13px;
}

@media (max-width: 767.98px) {
    .product-widget .product_star {
        font-size: 12px;
    }
}

.product-widget .product_price {
    gap: 5px;
}

@media (max-width: 767.98px) {
    .product-widget .product_price {
        gap: 12px;
    }
}

.product-widget .product_price .mystprimarybtn {
    font-size: 14px;
    line-height: 1.3333333333;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 9px 10px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .product-widget .product_price .mystprimarybtn {
        text-indent: -99999999px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .product-widget .product_price .mystprimarybtn {
        text-indent: -99999999px;
    }
}

@media (max-width: 767.98px) {
    .product-widget .product_price .mystprimarybtn {
        text-indent: 0 !important;
        width: 100%;
        font-size: 12px;
        padding: 7px;
    }
}

.product-widget .product_price p {
    font-size: 18px;
    line-height: 1;
    color: var(--base_color);
    text-align: right;
    flex-grow: 1;
}

@media (max-width: 767.98px) {
    .product-widget .product_price p {
        font-size: 16px;
        text-align: center;
    }
}

.product-widget .product_price p del {
    font-size: 16px;
    color: #687083;
    display: block;
    margin-bottom: 2px;
}

@media (max-width: 767.98px) {
    .product-widget .product_price p del {
        font-size: 14px;
    }
}

.product-widget:hover img {
    transform: translate(-50%, -50%) scale(1.03);
    transform-origin: center center;
}

.product-widget:hover .product-thumb .product_action {
    opacity: 1;
    visibility: visible;
    right: 20px;
}

.product-widget.style2 {
    border: 1px solid var(--border_color);
    padding: 20px 20px 25px 20px;
}

.product-widget.style2 .product-meta {
    padding-bottom: 0;
}

.product-widget.style3 {
    padding-bottom: 0;
}

.product-widget.style3 .product-meta {
    padding: 20px;
}

.product-widget.style3 .thumb {
    text-align: center;
}

.product-widget.style3 .thumb img {
    max-width: 200px;
    min-width: 200px;
    margin: auto;
}

@media (max-width: 575.98px) {
    .product-widget.style3 .thumb img {
        min-width: auto;
    }
}

.product-widget.style3 .product-meta h4 {
    font-size: 18px;
    line-height: 1.44;
}

.product-widget.style4 {
    padding: 20px 0px 25px 0px;
}

.product-widget.style4 .product-meta {
    padding: 0 50px;
}

@media (max-width: 575.98px) {
    .product-widget.style4 .product-meta {
        padding: 0 10px;
    }
}

.product-widget.style4 .thumb {
    text-align: center;
}

@media (max-width: 767.98px) {
    .product-widget.style4 .thumb img {
        max-width: 100px;
        min-width: auto;
    }
}

.product-widget.style4 .product-meta h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 11.5px 0 5px 0;
}

.product-widget.style5 .product-meta h4 {
    font-size: 18px;
}

@media only screen and (min-width: 1920px) {
    .product-widget.style5 .product-meta h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1581px) {
    .product-widget.style5 .product-meta h4 {
        font-size: 18px;
        font-weight: 400;
    }
}

@media (max-width: 767.98px) {
    .product-widget.style5 .product-meta h4 {
        font-weight: 500;
        margin-bottom: 10px;
    }
}

.header.shop {
    transition: transform 0.3s, top 0.3s;
}

.header.shop.hide-up {
    transform: translateY(-100%);
}

.header.shop.navbar_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transform: translateY(0);
}

/**
*recommand bow
 */

.recommanded-area {
    padding: 30px 0 55px 0;
}

.recommanded-area .product-price p {
    flex: 0 0 auto;
    width: calc(100% - 50px);
}

@media (max-width: 479px) {
    .recommanded-area .product-price p {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .recommanded-box.mb_60 {
        margin-bottom: 40px;
    }
}

.recommanded-box .owl-carousel .owl-stage-outer {
    border-right: 1px solid var(--border_color);
    border-left: 1px solid var(--border_color);
}

.recommanded-box .recommanded-box-head {
    padding: 22px 20px;
    border: 1px solid var(--border_color);
    border-bottom: 0;
}

.recommanded-box .recommanded-box-head h4 {
    font-size: 24px;
    font-weight: 700;
}

.recommanded-box .recommanded-box-body {
    display: grid;
    margin-top: 1px;
    grid-template-rows: repeat(2, 1fr);
}

.recommanded-box .recommanded-box-body .product-widget {
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid var(--border_color);
}

.recommanded-box-body2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 1px;
    margin-left: 1px;
}

@media (max-width: 767.98px) {
    .recommanded-box-body2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .recommanded-box-body2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .recommanded-box-body2 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .recommanded-box-body2 {
        grid-template-columns: repeat(5, 1fr);
    }
}

.recommanded-box-body2 .product-widget {
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid var(--border_color);
}

.product-widget {
    border: 1px solid var(--border_color);
    background-color: #fff;
}

@media (max-width: 767.98px) {
    .product-widget.mb_45 {
        margin-bottom: 30px;
    }
}

@media (max-width: 375px) {
    .product-widget.mb_30 {
        margin-bottom: 15px;
    }
}

.product-widget.list_style_product {
    display: flex;
    align-items: center;
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-wrap: nowrap;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .product-widget.list_style_product {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .product-widget.list_style_product {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .product-widget.list_style_product {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .product-widget.list_style_product > div {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
}

.product-widget.list_style_product .product-meta .stars {
    margin: 7px 0 20px 0;
}

@media (max-width: 767.98px) {
    .product-widget.list_style_product .stars {
        justify-content: center;
    }
}

.product-widget.list_style_product .stars .mute_text {
    margin-left: 3px;
}

@media (max-width: 767.98px) {
    .product-widget.list_style_product .product_prise {
        justify-content: center !important;
    }
}

.product-widget.list_style_product .product-meta {
    max-width: 550px;
}

@media (max-width: 767.98px) {
    .product-widget.list_style_product .product-meta {
        padding-top: 0;
    }
}

.product-widget.list_style_product .description_text {
    font-size: 16px;
    line-height: 1.63;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.product-widget.list_style_product .add_cart {
    left: 20%;
}

.product-widget .thumb {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid var(--border_color);
    position: relative;
    width: 100% !important;
    height: auto !important;
    padding-bottom: 100% !important;
    background-color: #F3F3F3 !important;
}

.product-widget .thumb .offer_text {
    position: absolute;
    background-color: var(--dark_color);
    width: 87px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Circular Std Book";
    color: #fff;
    padding-left: 10px;
    text-transform: uppercase;
    top: 20px;
    left: -3px;
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 85% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 85% 50%, 100% 100%, 0% 100%);
}

.product-widget .thumb .offer_text.sale_text {
    background: var(--base_color);
    top: 70px;
    padding-left: 22px;
}

.product-widget .product-image {
    position: relative;
    margin-bottom: 5px;
}

.product-widget .product-image .badge_1 {
    position: absolute;
    width: 44px;
    background: #82ca9c;
    height: 21px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 20px;
}

.product-widget .product-image .badge_1.style2 {
    background: #f27001;
    left: 68px;
}

.product-widget .product-image .product_action {
    position: absolute;
    top: 20px;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    right: 10px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
}

.product-widget .product-image .product_action a {
    width: 40px;
    height: 40px;
    color: #090b17;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
}

.product-widget .product-image .product_action a:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
}

.product-widget .product-image .product_action a:hover {
    color: var(--base_color);
}

.product-widget .product-image .product_action .is_wishlist i {
    font-weight: 900;
}

.product-widget .product-meta {
    padding: 20px;
}

@media (max-width: 767.98px) {
    .product-widget .product-meta {
        padding: 10px;
    }
}

.product-widget .product-meta .product-brand {
    font-family: "Circular Std Book";
    font-size: 16px;
    font-weight: 500;
    color: #687083;
    display: block;
    margin-bottom: 10px;
}

.product-widget .product-meta h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text_color);
    font-family: "Circular Std Book";
    margin-bottom: 30px;
    transition: 0.3s;
    line-height: 1.5;
    min-height: 58px;
}

@media (max-width: 767.98px) {
    .product-widget .product-meta h4 {
        margin-bottom: 16px;
        min-height: 40px;
    }
}

.product-widget .product-meta h4:hover {
    color: var(--base_color);
}

.product-widget .product_badge {
    position: absolute;
    top: 0;
    left: 0;
}

.product-widget .product_badge span {
    background-color: var(--text_color);
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 400;
    padding: 5px 12px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    gap: 4px;
    width: -moz-max-content;
    width: max-content;
}

@media (max-width: 375px) {
    .product-widget .product_badge span {
        font-size: 10px;
        padding: 5px 8px;
    }
}

.product-widget .product_badge span.discount {
    background-color: #31DB94;
}

.product-widget .product_badge span.point {
    background-color: #FD5A5A;
}

.product-widget .product_badge span.sale {
    background-color: #4277FF;
}

.product-widget .product_star {
    background-color: #FEB74C;
    color: #fff;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    border-radius: 100px;
    font-size: 14px;
    position: relative;
    margin-top: -13px;
}

@media (max-width: 767.98px) {
    .product-widget .product_star {
        font-size: 12px;
    }
}

.product-widget .product-price {
    gap: 5px;
}

@media (max-width: 767.98px) {
    .product-widget .product-price {
        gap: 12px;
    }
}

.product-widget .product-price .mystprimarybtn {
    font-size: 14px;
    line-height: 1.3333333333;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 9px 10px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .product-widget .product-price .mystprimarybtn {
        text-indent: -9999px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .product-widget .product-price .mystprimarybtn {
        text-indent: -9999px;
    }
}

@media (max-width: 767.98px) {
    .product-widget .product-price .mystprimarybtn {
        text-indent: 0 !important;
        width: 100%;
        font-size: 12px;
        padding: 7px;
    }
}

.product-widget .product-price p {
    font-size: 16px;
    line-height: 1;
    color: var(--link-color);
    text-align: right;
    flex-grow: 1;
}

@media (max-width: 767.98px) {
    .product-widget .product-price p {
        font-size: 16px;
        text-align: center;
    }
}

.product-widget .product-price p del {
    font-size: 16px;
    color: #687083;
    display: block;
    margin-bottom: 2px;
}

@media (max-width: 767.98px) {
    .product-widget .product-price p del {
        font-size: 14px;
    }
}

.product-widget:hover img {
    transform: scale(1.1);
    transform-origin: center center;
}

.product-widget:hover .product-image .product_action {
    opacity: 1;
    visibility: visible;
    right: 20px;
}

.product-widget.style2 {
    border: 1px solid var(--border_color);
    padding: 20px 20px 25px 20px;
}

.product-widget.style2 .product-meta {
    padding-bottom: 0;
}

.product-widget.style3 {
    padding-bottom: 0;
}

.product-widget.style3 .product-meta {
    padding: 20px;
}

.product-widget.style3 .thumb {
    text-align: center;
}

.product-widget.style3 .thumb img {
    max-width: 200px;
    min-width: 200px;
    margin: auto;
}

@media (max-width: 575.98px) {
    .product-widget.style3 .thumb img {
        min-width: auto;
    }
}

.product-widget.style3 .product-meta h4 {
    font-size: 18px;
    line-height: 1.44;
}

.product-widget.style4 {
    padding: 20px 0px 25px 0px;
}

.product-widget.style4 .product-meta {
    padding: 0 50px;
}

@media (max-width: 575.98px) {
    .product-widget.style4 .product-meta {
        padding: 0 10px;
    }
}

.product-widget.style4 .thumb {
    text-align: center;
}

.product-widget.style4 .thumb img {
    max-width: 140px;
    min-width: 140px;
    margin: auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}

.section_spacing {
    padding: 55px 0 20px 0;
}

@media (max-width: 767.98px) {
    .section_spacing {
        padding: 55px 0 20px 0;
    }
}

.section_spacing2 {
    padding: 30px 0 60px 0;
}

@media (max-width: 767.98px) {
    .section_spacing2 {
        padding: 25px 0 25px 0;
    }
}

.section_spacing3 {
    padding: 55px 0 30px 0;
}

@media (max-width: 767.98px) {
    .section_spacing3 {
        padding: 35px 0 30px 0;
    }
}

.section_spacing4 {
    padding: 5px 0 53px 0;
}

@media (max-width: 767.98px) {
    .section_spacing4 {
        padding: 5px 0 53px 0;
    }
}

.section_spacing6 {
    padding: 0 0 70px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .section_spacing6 {
        padding: 0 0px 40px 0px;
    }
}

@media (max-width: 767.98px) {
    .section_spacing6 {
        padding: 0 0 40px 0;
    }
}

.section_spacing7 {
    padding: 95px 0 70px 0;
}

@media (max-width: 767.98px) {
    .section_spacing7 {
        padding: 70px 0 40px 0;
    }
}

@media (max-width: 767.98px) {
    .product-widget.style4 .thumb img {
        max-width: 100px;
        min-width: auto;
    }
}

.product-widget.style4 .product-meta h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 11.5px 0 5px 0;
}

.product-widget.style5 .product-meta h4 {
    font-size: 16px;
}

@media only screen and (min-width: 1920px) {
    .product-widget.style5 .product-meta h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1581px) {
    .product-widget.style5 .product-meta h4 {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .product-widget.style5 .product-meta h4 {
        font-weight: 500;
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .custom_rowProduct .product-widget .product-image .badge_1 {
        top: 5px;
        left: 5px;
    }
}

@media (max-width: 575.98px) {
    .custom_rowProduct .product-widget .product-image .badge_1.style2 {
        left: 52px;
    }
}

@media (max-width: 575.98px) {
    .custom_rowProduct .product-widget:hover .product-image .product_action {
        right: 5px;
    }
}

.trending_product_active .product-widget {
    padding-bottom: 0;
}

.artsafrica_fieature_active .product-widget {
    border-left: none;
}

@media (max-width: 767.98px) {
    .artsafrica_fieature_active .product-widget .product-price p {
        flex: 0 0 auto;
        width: calc(100% - 50px);
    }
}

@media (max-width: 767.98px) {
    .recommanded-box .recommanded-box-body2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.recommanded-box .addToCartFromThumnail {
    text-indent: -9999px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .recommanded-box .addToCartFromThumnail {
        text-indent: 0;
    }
}

@media (max-width: 991.98px) {
    .recommanded-box .addToCartFromThumnail {
        text-indent: 0;
    }
}

@media (max-width: 479px) {
    .artsafrica_fieature_active .product-widget .product-price p {
        width: -moz-max-content;
        width: max-content;
    }
}

@media only screen and (min-width: 1581px) {
    .container {
        min-width: 90%;
    }
}

.recommanded-box .product-widget .thumb {
    margin: 0 auto;
}

.recommanded-box .product-widget .thumb img {
    width: auto !important;
}

.recommanded-box .product-widget .thumb,
.trending_product_active .product-widget .thumb {
    margin: auto;
}

.product-lists {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-left: 0;
    margin-top: 5px;
    margin-left: 5px;
}

@media (max-width: 575.98px) {
    .product-lists {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .product-lists {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .product-lists {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 479px) {
    .product-lists {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}

.product-lists .product-widget {
    border: 1px solid var(--border_color);
    margin-left: -1px;
    margin-top: -1px;
}

.product-lists .product-widget .mystprimarybtn {
    text-indent: -99999999px;
}

.product-lists .product-widget.style4 .thumb {
    display: flex;
    text-align: center;
    height: 340px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.product-lists .product-widget.style4 .thumb {
    width: 95%;
    height: 230px;
}

.product-lists .product-widget.style4 .thumb img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
}

.product-lists .product-widget.style4 .thumb img {
    max-height: 145px;
    max-width: 145px;
}

.product-lists .product-widget.style4 .thumb img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
}

.product-lists .product-widget.style4 {
    padding: 1px !important;
}

.product-lists .product-widget.style4 .product-meta {
    padding: 6px 10px;
}

.gj-button,
.gj-button-md,
.gj-colorpicker [role=right-icon],
.gj-cursor-pointer,
.gj-datepicker [role=right-icon],
.gj-timepicker [role=right-icon] {
    cursor: pointer;
}

.shoping_wrapper .dark_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 8, 34, 0.4);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.shoping_wrapper .dark_overlay.active {
    opacity: 1;
    visibility: visible;
}
.shoping_wrapper .chart_close {
    --width: 30px;
    width: var(--width);
    height: var(--width);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid var(--base_color);
    color: var(--base_color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
}
.shoping_wrapper .chart_close:hover {
    background-color: var(--base_color);
    color: #fff;
    transform: rotate(90deg);
}
.shoping_wrapper .shoping_cart {
    position: fixed;
    top: 0px;
    right: 0;
    background: #fff;
    z-index: 1000;
    height: 100%;
    width: 413px;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: 0.3s;
    box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    transform: translateX(413px);
    transform-origin: right;
    transition: 0.3s;
}
@media (max-width: 575.98px) {
    .shoping_wrapper .shoping_cart {
        width: 100%;
        padding: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .shoping_wrapper .shoping_cart {
        padding: 30px 20px 30px 30px;
    }
}
.shoping_wrapper .shoping_cart.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transform-origin: right;
}
.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header {
    border-bottom: 1px solid var(--border_color);
    padding-bottom: 15px;
    align-items: center;
}
.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 0px;
}
.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header p {
    font-size: 16px;
    font-weight: 500;
    color: #687083;
}
.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart {
    display: flex;
    border-bottom: 1px solid var(--border_color);
    align-items: center;
    padding: 20px 0;
}
.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb .thumb_inner {
    width: 100px;
    height: 100px;
    flex: 100px 0 0;
    overflow: hidden;
}
.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb .thumb_inner img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content h5 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Circular Std Book";
    color: var(--text_color);
    margin-bottom: 8px;
}
.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text_color);
    font-family: "Circular Std Book";
    display: flex;
    align-items: center;
}
.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p .prise {
    color: var(--base_color);
}
.shoping_wrapper .shoping_cart .shoping_cart_subtotal {
    margin: 15px 0 22px 0;
}
.shoping_wrapper .shoping_cart .shoping_cart_subtotal h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_color);
}
.shoping_wrapper .shoping_cart .shoping_cart_subtotal span {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
}

.side_chartView_total {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--base_color);
    border-radius: 10px 0 0 10px;
    padding: 8px 20px 8px 8px;
    grid-gap: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    z-index: 12;
}
@media (max-width: 767.98px) {
    .side_chartView_total {
        padding: 5px 14px 5px 5px;
        grid-gap: 5px;
        display: none !important;
    }
}
.side_chartView_total .icon_lock {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
@media (max-width: 767.98px) {
    .side_chartView_total .icon_lock {
        width: 40px;
        height: 40px;
    }
}
.side_chartView_total .cart_view_text span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-bottom: 0px;
}
@media (max-width: 767.98px) {
    .side_chartView_total .cart_view_text span {
        font-size: 12px;
    }
}
.side_chartView_total .cart_view_text h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
@media (max-width: 767.98px) {
    .side_chartView_total .cart_view_text h5 {
        font-size: 14px;
    }
}
.remove_sidebar_cart {
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    margin-top: -48px;
    margin-left: -15px;
    font-size: 10px;
    border: 1px solid var(--base_color);
}

.remove_sidebar_cart i {
    color: var(--base_color);
}

.product_number_count {
    display: inline-flex;
}
.product_number_count .count_single_item {
    width: 40px;
    height: 50px;
    border-radius: 0px;
    border: 1px solid #e1e2e6;
    font-size: 14px;
    color: #687083;
    display: inline-block;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    transition: 0.3s;
    cursor: pointer;
    background: #f9f9fd;
}
.product_number_count .count_single_item.input-number {
    cursor: text;
    width: 60px;
    background: #fff;
    color: var(--text_color);
    font-weight: 500;
    font-family: "Circular Std Book";
    font-size: 16px;
    border-right: 0;
    border-left: 0;
}
.product_number_count .count_single_item.input-number::-moz-placeholder {
    color: var(--text_color);
}
.product_number_count .count_single_item.input-number::placeholder {
    color: var(--text_color);
}
.product_number_count.style_2 .count_single_item {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.product_number_count.style_2 .count_single_item.input-number {
    width: 30px;
}
.product_number_count.style_2 .count_single_item.input-number::-moz-placeholder {
    color: var(--text_color);
}
.product_number_count.style_2 .count_single_item.input-number::placeholder {
    color: var(--text_color);
}
.product_number_count.style_3 .count_single_item {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.product_number_count.style_3 .count_single_item.input-number {
    width: 60px;
}
.product_number_count.style_3 .count_single_item.input-number::-moz-placeholder {
    color: var(--text_color);
}
.product_number_count.style_3 .count_single_item.input-number::placeholder {
    color: var(--text_color);
}
.product_number_count.style_4 .count_single_item {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.product_number_count.style_4 .count_single_item.input-number {
    width: 50px;
}
.product_number_count.style_4 .count_single_item.input-number::-moz-placeholder {
    color: var(--text_color);
}
.product_number_count.style_4 .count_single_item.input-number::placeholder {
    color: var(--text_color);
}

.add_cart_modalAdded {
    padding: 40px;
}
.add_cart_modalAdded .close_modal_icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    transition: 0.3s;
    display: inline-block;
    background: #fff;
    border: 0;
    position: absolute;
    right: 20px;
    top: 20px;
}
.add_cart_modalAdded .close_modal_icon i {
    line-height: 30px;
    font-size: 14px;
}
.add_cart_modalAdded .close_modal_icon:hover {
    background: var(--base_color);
    color: #fff;
    transform: rotate(90deg);
}
@media (max-width: 767.98px) {
    .add_cart_modalAdded {
        padding: 20px;
    }
}
.add_cart_modalAdded .product_checked_box h4 {
    font-size: 20px;
    color: #4cb473;
    font-weight: 500;
    margin: 12px 0 0 0;
}
.add_cart_modalAdded .cart_added_box {
    margin: 23px 0 35px 0;
}
.add_cart_modalAdded .cart_added_box .cart_added_box_item .thumb {
    flex: 120px 0 0;
}
.add_cart_modalAdded .cart_added_box .cart_added_box_item .cart_added_content h4 {
    font-size: 16px;
    line-height: 26px;
    color: #00124e;
    font-weight: 700;
    margin-bottom: 10px;
}
.add_cart_modalAdded .cart_added_box .cart_added_box_item .cart_added_content h5 {
    font-size: 16px;
    line-height: 26px;
    color: var(--base_color);
    font-weight: 700;
    margin: 0;
}
