   
   svg {
    color : "%23000";
}
   .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

   
   /* top banner start */
    .carousel-control-next,
    .carousel-control-prev {
        background-color: transparent;
        width: unset;
        border: none;
        color: #000;
    }

    /* top banner end */


    /* categories start */

    /* categories desktop  */

    .categories_wrapper {
        padding: 25px 15px;
        background: linear-gradient(to right, rgba(233, 222, 250, 0.5), rgba(251, 252, 219, 0.5));
    }

    .categories_wrapper .categories_list .categories_list_img {
        width: 100%;
        height: auto;
        max-width: 180px;
        max-height: 240px;
        border-radius: 16px;
    }


    .categories_wrapper .categories_list {
        width: 100%;
        height: auto;
        max-width: 180px;
        max-height: 240px;
        position: relative;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        padding: 5px;
    }

    .overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        overflow: hidden;
        width: 100%;
        height: 100%;
        transition: .5s ease;
        padding: unset;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        text-align: center;
    }

    .categories_list:hover .overlay {
        opacity: 1;
        height: 25%;
        text-align: center;
    }

    .categories_wrapper .row {
        justify-content: space-evenly;
    }

    @media only screen and (min-width: 768px) {
        .desktop-hide {
            display: none;
        }
    }

    @media only screen and (max-width: 768px) {
        .mobile-hide {
            display: none;
        }
    }

    /*categories mobile */
    @keyframes scroll {
        0% {
            transform: translateX(0px);
        }

        100% {
            transform: translateX(calc(-250px * 9));
        }

    }

    .categories_wrapper .slider {
        height: auto;
        position: relative;
        width: 100%;
        display: grid;
        place-items: center;
        overflow: hidden;
        padding: 10px;
    }

    .categories_wrapper .slide-track1 {
        display: flex;
        width: calc(150px * 18);
        animation: scroll 40s linear infinite;
        padding: 10px;
    }

    .categories_wrapper .slide-track2 {
        display: flex;
        width: calc(150px * 18);
        animation: scroll 45s linear infinite;
    }

    .categories_wrapper .slide img {
        height: auto;
        width: 100%;
        max-width: 180px;
        max-height: 240px;
        border-radius: 16px;
    }

    .categories_wrapper .slide {
        height: auto;
        width: 100%;
        max-width: 180px;
        max-height: 240px;
        display: flex;
        align-items: center;
        margin: 0 5px;
        border: 2px solid #a1a1a159;
        border-radius: 16px;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        padding: 5px;
    }

    /* categories end */

    /* sub_categories start */
    .first_categorie .card,
    .secound_categorie .card,
    .four_categorie .card {
        border: none;
        border-radius: 16px;
        height: 100% !important;
        background-color: #933e731a;
    }

    .first_categorie .card .card-body,
    .secound_categorie .card .card-body {
        padding: 15px;
    }

    .first_categorie .carousel,
    .secound_categorie .s_categorie,
    .four_categorie .f_categorie {
        position: relative;
        z-index: 1;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);

    }

    .first_categorie .carousel-item img {
        object-fit: cover;
        border-radius: 16px;
    }

    .first_categorie .carousel-item .img-center,
    .secound_categorie .img-center,
    .four_categorie .img-center {
        text-align: -webkit-center;
    }

    .first_categorie .carousel-item .carousel-item_img {
        height: auto;
        width: 100%;
        max-height: 513px;
        max-width: 385px;
        margin: 20px 0;
        object-fit: fill;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        padding: 10px;
    }

    .first_categorie .carousel-item .thumb {
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
        padding: 5px;
        border-radius: 16px;
        margin: 5px;
    }

    .first_categorie .carousel-item .thumb img,
    .four_categorie .s_categorie_bottom .bottom_img img {
        height: auto;
        width: 100%;
        max-height: 160px;
        max-width: 120px;
        border-radius: 16px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 50px;
    }

    .secound_categorie .s_categorie_card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
        grid-gap: 1rem;
    }

    .secound_categorie .s_categorie_img {
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        padding: 10px;
        margin-bottom: 12px;
    }

    .secound_categorie .s_categorie_img img {
        border-radius: 16px;
        max-height: 320px;
        max-width: 239px;
        height: auto;
    }

    .secound_categorie .s_categorie_bottom,
    .four_categorie .s_categorie_bottom {
        width: 100%;
        max-width: 412px;
        border-radius: 16px;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        padding: 11px;
        margin: 15px auto;
    }

    .secound_categorie .s_categorie_bottom .bottom_img img {
        height: auto;
        width: 100%;
        max-height: 120px;
        max-width: 90px;
        border-radius: 16px;
    }

    .secound_categorie .s_categorie_bottom .bottom_img_title,
    .four_categorie .s_categorie_bottom .bottom_img_title {
        color: #222;
        flex-shrink: 1;
        margin-left: 16px;
    }

    .four_categorie .card .card_body {
        border: none;

    }

    .four_categorie #carousel_subcategorie_three {

        margin-top: 40px;
    }

    .four_categorie .carousel .carousel-item img {
        height: auto;
        width: 100%;
        max-height: 580px;
        max-width: 435px;
        border-radius: 16px;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        padding: 10px;
        margin: 20px 5px;
    }

    .four_categorie .four_cate_four_boxes .four_cate_four_boxes_card {
        height: auto;
        width: 100%;
        max-height: 133px;
        max-width: 100px;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        padding: 10px;
        margin-bottom: 12px;
    }

    .four_categorie .four_cate_four_boxes .four_cate_four_boxes_card img {
        height: auto;
        width: 100%;
        max-height: 133px;
        max-width: 100px;
        border-radius: 16px;
    }

    @media only screen and (max-width: 768px) {

        .secound_categorie .s_categorie_img img {
            border-radius: 16px;
            max-height: 249px;
            max-width: 187px;
            height: auto;
        }
    }

    /* sub_categories end */

    /* four box section start*/

    .four_boxs .card {
        border-radius: 16px;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
        /* background: linear-gradient(to right, rgba(233, 222, 250, 0.5), rgba(251, 252, 219, 0.5)); */
    }

    .four_box_left {
        border-radius: 16px;
        padding: 15px;
        text-align: -webkit-center;
    }

    .four_box_left img {
        width: 100%;
        max-width: 256px;
        height: auto;
        height: 342px;
        border-radius: 16px;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
        padding: 11px;
    }

    .four_boxs .s_categorie_bottom {
        border: 2px solid #cfcbcb;
        border-radius: 16px;
        padding: 10px;
        --angle: 0deg;
        background: linear-gradient(white, white) padding-box, conic-gradient(from var(--angle), #dfdfdf, #17171b) border-box;
        border: 2px solid transparent;
        border-radius: 16px;
        animation: rotate-gradient 3s infinite linear;
    }

    @keyframes rotate-gradient {
        from {
            --angle: 0deg;
        }

        to {
            --angle: 360deg;
        }
    }

    @property --angle {
    syntax: '<angle>';
    inherits: true;
    initial-value: 0deg;
}

    .four_boxs .s_categorie_bottom .bottom_img img {
        height: auto;
        width: 100%;
        max-height: 266px;
        max-width: 200px;
        border-radius: 16px;
    }

    .four_boxs .s_categorie_bottom {
        width: 100%;
        max-width: 450px;
    }

    .product-default .product-title a {
        display: block;
        text-wrap: wrap;
        text-align: center;
    }

    .product-default .product-action {
        margin-bottom: 0;
    }

    .product-default {
        margin-bottom: 0;
    }

    .product-default:hover {
        box-shadow: unset;
    }

    .product-default:hover .product-action a {
        opacity: 1;
    }

    .product-default:hover .btn-add-cart {
        background: unset;
        border-color: unset;
        color: unset;
    }

    .sub_categories .row {
        display: flex;
        justify-content: center;
    }

    /* four box section end*/

    /* old_design_boxes start */
    .old_design_boxes img {
        width: 100%;
        height: auto;
        max-width: 180px;
        max-height: 240px;
    }

    .old_design_boxes .card,
    .old_design_boxes .card-body {
        width: 100%;
        height: auto;
        border-radius: 16px;
    }

    /* old_design_boxes end */

    .text-primary {
        color: #c59b9c !important;
    }

    .ls-0 {
        letter-spacing: 0 !important;
    }

    .line-height-1 {
        line-height: 1 !important;
    }
 .product-category .category-content {
        position: absolute;
        left: 5%;
        right: 5%;
        bottom: 0;
        z-index: 5;
        padding: 1.5em 0;
        background: #933e737a;
        font-size: 14px;
        text-align: center;
    }
    .product-category .category-content h3{
        color: #fff;
    }
    .category-content {
        padding: 2rem;
        display: flex;
        display: -ms-flex-box;
        flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        -ms-flex-align: center;
    }

    .product-category h3 {
        margin-bottom: 0;
        font-size: 1.5rem;
        /* letter-spacing: 0.35em; */
        line-height: 1.35;
        text-transform: uppercase;
    }

    /* populer categories end */


    /* animations styles start*/
    /* sub categorie animation start */
    .bg {
        animation: slide 3s ease-in-out infinite alternate;
        background-image: linear-gradient(-60deg, #933e733b 50%, #FFFFFF 50%);
        bottom: 0;
        left: -50%;
        opacity: .5;
        position: absolute;
        right: -50%;
        top: 0%;
        z-index: -1;
        width: 100vw;
    }

    .bg2 {
        animation-direction: alternate-reverse;
        animation-duration: 4s;
    }

    .bg3 {
        animation-duration: 5s;
    }

    @keyframes slide {
        0% {
            transform: translateX(-25%);
        }

        100% {
            transform: translateX(25%);
        }
    }

    /* sub categorie animation end */

    /* categorie animation start */
    .shimmer-effect {
        color: grey;
        display: inline-block;
        /* -webkit-mask: linear-gradient(120deg, #000 25%, #0005, #000 75%) right/250% 100%; */
        /* -webkit-mask: linear-gradient(120deg, #2c2525 25%, #00000082, #4d4949 75%) right/250% 100%; */
        /* -webkit-mask: linear-gradient(120deg, #000000 34%, #0404045c, #000000 40%) right/250% 100%; */
        -webkit-mask: linear-gradient(120deg, #000000 35%, #00000094, #000000 50%) right/330% 100%;
        animation: shimmer 2s infinite linear forwards;
        background-repeat: no-repeat;
        width: 1000px;
    }

    @keyframes shimmer {
        100% {
            -webkit-mask-position: left
        }
    }

    /* categorie animation end */

    /* cube animation start*/
    .cube {
        width: 100%;
        max-width: 309px;
        height: auto;
        max-height: 412px;
        color: #fff;
        transform-style: preserve-3d;
        animation: rotate 7s linear infinite;
    }

    .face {
        width: 100%;
        max-width: 309px;
        height: auto;
        max-height: 440px;
        border-radius: 16px;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        padding: 11px;
        position: relative;
    }

    .front {
        transform: rotateY(0deg);
    }

    .back {
        transform: rotateY(180deg);
    }

    @keyframes rotate {
        to {
            transform: rotateY(360deg);
        }
    }

    /* cube animation end*/

    /* sub categories heading start */
    .sub_categories .card .heading {
        max-width: 380px;
        border-radius: 0px 60px 100px 60px;
        transition: all 1s ease-out;
        background: linear-gradient(280deg, rgba(132, 41, 97, 0) 13%, rgba(132, 41, 97, 0.4) 100%);
        transition: all 500ms ease-in;
        transition-delay: 1s;
        padding: 8px 20px;
        margin: 0;
    }

    .sub_categories .card .heading h4 {
        color: #5a5a5a;
    }

    /* sub categories heading end */

    /* animations styles end*/