body .main-column,
body {
    background-color: white !important;
    /* overflow-x: hidden; */
}

.body_container,
body {
    color: #000 !important;
}

/* body .container  {
    padding-right: 0;
    padding-left: 0;
}  */

.cat_li .product_title,
.product_heading {
    font-family: 'Quicksand', sans-serif !important;
}

.cat_li .product_mrp {
    font-family: 'Oswald', sans-serif !important;
}

.quicksand_family {
    font-family: 'Quicksand', sans-serif !important;
}

.oswald_family {
    font-family: 'Oswald', sans-serif !important;
}

.header,
.main-footer {
    background-color: white;
}

.footer-header {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;

}

.a-footer {
    color: black !important;
    font-size: 18px;
    line-height: 35px;
}

/* a:hover {
    background-color: yellow;
  } */
.p-footer {
    font-size: 16px;
}

.footer-icon {
    font-size: 30px;
}

.main-footer {
    background-color: #007c7cfa;
}

.footer-flex {
    display: flex;
    justify-content: space-between;

}

.header_wrapper .row.top_link {
    margin-right: 0px;
    padding-right: 30px;
}

.header_wrapper .navbar-nav {
    float: inline-end;
}

.header_wrapper .nav>li>a {
    padding: 10;
}

.openDiv {
    width: 400px;
    height: 300px;
    border-top: 3px solid #007c7cfa;


}

.offcanvas {
    position: fixed;
    top: 0;
    right: -450px;
    /* Adjust the value to control the off-canvas width */
    width: 450px;
    /* Adjust the value to control the off-canvas width */
    height: 100%;
    background-color: #fff;
    /* Change as needed */
    transition: right 0.3s ease;
    /* Change the transition property to 'right' */
    z-index: 1000;
    /* Ensure the off-canvas appears above other content */
}


.offcanvas-content {
    padding: 20px;
}

#openBtn {
    cursor: pointer;
}


.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent !important;
    /* text-decoration: underline !important; */
    color: #007c7cfa;
}

.search-center {
    float: right;
    align-items: center;
}

.search {
    background: #fff;
    height: 60;
    /* width: 690px; */
    border: 1px solid #EBEBEB;


}

.icon-button__badge {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.icon-button {
    position: relative;
    display: flex;
}

.p-home {
    font-size: 14px;
    font-weight: 700;
    color: #00B5B7;

}

.a-home {
    color: black;
    font-size: 14px;
    border-bottom: 1px solid black;
    font-weight: 800;


}

.a-home:hover {
    border: none;
    color: black;
}

.p1-home {
    font-size: 18px;
    color: white;
    letter-spacing: 0.11px;
    text-align: center;
    margin: 10px;

}

.p2-home {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.img-h2-home {
    color: #FFFFFF;
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: 700;
}

.h2-home {
    color: #00B5B7;
    padding-bottom: 20px;
    font-size: 24px;
}

.p3-home {
    color: #212121;
    font-size: 12px;
    font-weight: 700;
    margin-top: 20%;
    /* margin-bottom: 15px; */
    /* text-transform: uppercase; */
}


/* Initial styling for .p4-home */
.p4-home {
    font-size: 16px;
    color: #00B5B7;
    margin-top: 55px !important;
    font-weight: 700;
    /* padding: 10px; */
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: transparent;
    transition: background-color 0.7s ease, color 0.7s ease;
}

.p5-home {
    font-size: 16px;
    color: #00B5B7;
    margin-top: 18px !important;
    font-weight: 700;
    /* padding: 10px; */
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: transparent;
    transition: background-color 0.7s ease, color 0.7s ease;
}

/* On hover, change background color and text color */
/* .product-item:hover .p4-home {
    background-color: black;
    color: white; 
} */



.header-flex {
    display: flex;
    justify-content: space-between;
}

/* .header-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.authentication-content {
    justify-self: end;
} */

.a2-home {
    color: #E2B791;
    /* border-bottom: 1px solid; */
    font-size: 14px;
}

.a2-home:hover {
    border: none;
}

.btn-home {
    background-color: #E2B791;
    padding: 10px;
    border: none;
    color: white;
    font-size: 15px;
    border-radius: 5px;
}

.btn-home:hover {
    background-color: white;
    color: black;
}

.icon-home {
    color: #FCB600;
    font-size: 35px;
    /* margin-right: 35px; */

}

.flex-home {
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
    margin-bottom: 60px;
}

.dec-item {

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow:
        ellipsis;
    max-height: 3.6em;
}

.custom-container {
    padding-left: 15px;
    /* Adjust as needed */
    padding-right: 15px;
    /* Adjust as needed */

}

@media (min-width: 576px) {
    .custom-container {
        max-width: 540px;
        /* Adjust as needed */
    }
}

@media (min-width: 768px) {
    .custom-container {
        max-width: 720px;
        /* Adjust as needed */
    }
}

@media (min-width: 992px) {
    .custom-container {
        max-width: 100%;
        /* Adjust as needed */
    }
}

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

.web-navbar li:not(:last-child)::after,
.pipe_icon::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: 40%;
    background-color: #fff;

}

.vertical-divider {
    border-right: 1px solid #EBEBEB;
    /* height: 23%; */
    margin: 0 20px;
}



.cart-text {
    color: #fff;
    padding-left: 20px;
}

.text-lightnav {
    color: black;
    font-size: 16px;
    font-weight: 700;
}

.container-fluid.header_nav {
    padding: 0 50 0 60;
}

.nav_container .navbar-nav>li>a {
    padding: 10px 15 12;
}

.nav-arrow-inner {
    position: relative;
    display: none;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    text-align: center;
}

.nav_container .navbar-collapse {
    padding: 0;
}

.nav_container .navbar-nav .active .nav-arrow-inner,
.nav-flyout li a:hover .nav-arrow-inner {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#postadd_div label {
    padding-left: 0px;
}


a {
    text-decoration: none !important;
}

.thumb::-webkit-scrollbar {
    height: 2px;
}

.thumb::-webkit-scrollbar-thumb {
    background-color: #08a3a0ba;
}

.thumb::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

.desc_right::-webkit-scrollbar {
    width: 2px;
}

.desc_right::-webkit-scrollbar-thumb {
    background-color: #08a3a0ba;
}

.desc_right::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

.clear {
    clear: both;
}

.bg_color {
    background-color: #08a3a0ba;
}

.footer_heading.text_color {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.nav_default {
    background-color: #F2F2F2 !important;
    margin-bottom: 0px !important;
}

.navbar-brand {
    height: auto !important;
}

.nav_ul>li {
    text-align: center;
}

.nav_ul>li>a {
    padding: 11px 15px !important;
    font-size: 18px;
    color: black;
}


.heart_icon button {
    border: none;
    padding: 0px;
}

.heart_icon:hover button {
    background-color: #0084ff;
    color: white;
}

.whislist_icon {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px;
    font-size: 21px;
    display: block;
    margin-top: 10px;
}

.whislist_icon i {
    color: #333;
}

.whislist_icon:hover {
    background-color: #08a3a0ba;
}

.whislist_icon:hover i {
    color: white;
}

.login_to_whishlist i {
    color: #3c3b3b;
}

.category_list .active {
    background-color: #08a3a0ba;
}

.category_list .active a {
    color: white !important;
    text-decoration: none;
}

.category_list li:hover {
    background-color: #08a3a0ba;
}

.category_list li:hover a {
    color: white !important;
    text-decoration: none;
}

.price-filter label,
.price-filter input {
    cursor: pointer;
}

.cat_container::-webkit-scrollbar,
.compare_container::-webkit-scrollbar {
    display: none;
}

.compare_link {
    margin: 30px;
}

.compare_container {
    display: flex;
    overflow: auto;
}

.compare_img img {
    height: 200px;
    width: 250px;
}

.compare_img {
    margin-top: 10px;
}

.compare_box {
    padding: 15px;
    margin-left: 8px;
    margin-bottom: 35px;
    background-color: white;
    box-shadow: rgba(4, 0, 0, 0.16) 2px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    width: 350px;
}

.compare_heading h3 {
    font-size: 20px;
    color: #db474b;
}

.compare_desc {
    margin-top: 15px;
    height: 350px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.compare_shop_btn {
    margin-top: 25px;
}

.compare_shop_btn a {
    background-color: #0084ff;
    padding: 11px;
    color: white;
}

.compare_shop_btn a:hover {
    background-color: white;
    border: 1px solid red;
    color: black;
    text-decoration: none;
}

.compare_delete {
    padding: 15;
}

.compare_delete a {
    border-radius: 3px;
    color: #0084ff;
    font-size: 18px;
}

.compare_delete a:hover {
    background: #0084ff;
    padding: 10px;
    color: white;
}

.compare_link a {
    color: black;
}

.compare_link a:hover {
    color: #0084ff;
}

/* .cat_drop:hover .other_cat {
    display: block;
} */


.other_cat li {
    margin: 0px;
    padding: 4px 10px;
}

/* .other_cat li:hover,
.other_cat .active {
    background-color: #08a3a0ba;
} */

/* .footer_bg_color {
 padding: 30 30 50 50; 
} */

.newsletter_text {
    color: #666666;
    font-size: 18px !important;
}

.subscribe_btn {
    color: #4D4D4D !important;
    background-color: #E2D5D5;
    border-color: #ccc;
    border-radius: 37px !important;
    font-size: 16px !important;
    cursor: pointer;
}

.newsletter_input {
    margin: 15px 0px;
}

.newsletter_input input:focus {
    border: 1px solid white;
    box-shadow: none;
}

.no_record {
    width: 100%;
    margin-bottom: 32px;
}

.subtotal_colan {
    margin-left: 30px;
}

.existing_address,
.new_address {
    display: inline-block;
}

.quantity_input {
    width: 50px;
    border: none;
}

.btn:focus {
    outline: none !important;
}

.quantity_input::-webkit-outer-spin-button,
.quantity_input::-webkit-inner-spin-button {
    display: none;
}

.quantity_input:focus-visible {
    outline: none;
}

.cart_list_name {
    display: inline-block;
}

.cart_list_img {
    width: 50px;
    height: 50px;
    float: right;
}

.small_screen_head {
    text-align: left !important;
}

/* user review  */
.r-user-img {
    width: 40px;
    height: 40px;
    border: 1px solid darkgrey;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.r-user-name {
    margin-left: 10px;
    text-transform: capitalize;
}

.r-star-rating {
    display: flex;
    align-items: center;
}

.r-star-rating img {
    width: 105px !important;
    margin-left: -7px;
}

.r-desc {
    display: inline-grid;
}

button.btn.helpful-btn {
    margin-top: 12px;
    padding: 6px 20px;
    background-color: transparent;
    border: 1px solid darkgray;
    color: #4D4D4D !important;
    border-color: #ccc;
    border-radius: 37px !important;
    font-size: 13px !important;
}

button.btn.helpful-btn:hover {
    background-color: #f6f6f6;
}

.d-flex {
    display: flex;
    /* align-items: left; */
}

.align-center {
    align-items: center;
}



.align-left {
    align-items: left;
}

/* ===============================new 16-10-23================================= */

.small_screen_nav {
    float: right !important;
}

/*.small_screen_nav li a{*/
/*    padding: 14px 15px !important;*/
/*}*/
.small_screen_nav li .sign_in::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 0;
    width: 2px;
    height: 59%;
    background-color: black;
}

.navbar-nav .our_range a {
    border: 1px solid #ED3C41;
    border-radius: 22px;
    color: #ED3C41 !important;
}

.navbar-nav li:hover .show_cat,
.navbar-nav .active .show_cat {
    /* border: 1px solid #0084ff;
    border-radius: 22px; */
    color: #ED3C41 !important;
}

.text-lightwhite {
    color: #fff;

}

.review-main {
    margin-bottom: 15px;
}

.option-value {
    height: 53px;
    width: 54px;
    border: 1px solid grey;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.option-value:hover {
    background-color: #e3e3e3;
}


.nav_ul .cat_drop {
    position: relative;
}

/* .other_cat {
    position: absolute;
    left: auto;
    right: 14%;
    width: max-content;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    z-index: 15;
    display: none;
} */

.nav_ul .cat_drop .other_cat li {
    padding: 3px 21px;
    font-size: 16px;
    color: black;
    text-align: left;
}

.icon-black {

    color: brown;
    padding: 10;
}

.search_btn {
    border: none;
    background: #57B8AC;
    float: right;
    width: 120;
    color: white;
    font-size: 15;
    font-weight: bold;
    margin-top: 10;
    margin-right: 10;
    height: 40;
    border-radius: 5px;



}

.product_heading,
.new_arrival_heading {
    background-color: #74e1d9;
}

.product_heading {
    margin: 30px 0px;
    padding-left: 80px;
}

.product_heading .new_product {
    font-size: 20px;
}

.product_heading .product_name {
    font-size: 30px;
    font-weight: bold;
}

.cate_list {
    background-color: #C5C5C5;
    overflow: hidden;
    position: relative;
}

.col-md-12.col-md-6.cat_margin .cat_img {
    padding: 0px 0px 0px 0px;
}

/* .cat_img_list img {
    width: 218px !important;
    margin-bottom: 20px;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.cat_img_list {
    position: relative;
    /*width: 288px;*/
    height: 250px;
    overflow: hidden;
}

.cat_img img {
    width: 218px !important;
    margin-bottom: 20px;
    height: auto !important;
}

.cat_name {
    height: 327px;
    width: 276px;
    position: absolute;
    top: -122px;
    right: 22px;
    transform: rotate(81deg);
    border-radius: 50px;
}

.spice_rack_color {
    background: #579BB8;
}

.cloth_rack_color {
    background: #DA3E62;
}

.masala_box_color {
    background: #F97B5A;
}

.moduler_drower_color {
    background: #E486B2;
}

.storage_trolly_color {
    background: #4DC4DA;
}

.mini_chipsher_color {
    background: #99B34F;
}

.shoe_rack_color {
    background: #57B8AC;
}

.small_royalspice_color {
    background: #DD602A;
}

.spice_rack,
.cloth_rack,
.masala_box,
.moduler_drower,
.storage_trolly,
.mini_chipsher,
.shoe_rack,
.small_royalspice {
    height: 54px;
    width: 332px;
    position: absolute;
    top: 0;
    right: 11px;
    border-top: 52px solid #77B0CA;
    border-left: 8px solid transparent;
}

.spice_rack {
    border-top: 52px solid #77B0CA;
}

.cloth_rack {
    border-top: 52px solid #D95E75;
}

.masala_box {
    border-top: 52px solid #FC9376;
}

.moduler_drower {
    border-top: 52px solid #E996BE;
}

.storage_trolly {
    border-top: 52px solid #7AD2E6;
}

.mini_chipsher {
    border-top: 52px solid #A5BF5B;
}

.shoe_rack {
    border-top: 52px solid #65C8BC;
}

.small_royalspice {
    border-top: 52px solid #E47647;
}

.cat_margin {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 11px !important;
    padding-left: 11px !important;
}

.category_head {
    position: absolute;
    top: 34%;
    left: 51%;
}

.category_head h5 {
    font-size: 26px;
    border-bottom: 1px solid white;
    padding-bottom: 7px;
    color: white;
}

.new_arrival_container {
    padding: 0 40 0 80;
}

.new_arrival_price .price {
    font-size: 20px;
    color: #000;
}

.new_arrival_price .mrp {
    font-size: 18px;
    color: #9B9B9B;
    padding: 0px 4px 0px 4px;
    text-decoration: line-through;
}

.new_arrival_price.discount {
    font-size: 20px;
    color: #000;
}

.add_cart_div {
    padding-top: 10px;
}

.cart_btn {
    background: #00c2c1;
    padding: 4px 20px;
    font-size: 18px;
    color: white;
    border-radius: 12px;
    border: 0px;
}

.bay_now_btn {
    background: #c15151;
    padding: 4px 57px;
    font-size: 18px;
    color: white;
    border-radius: 12px;
    border: 0px;
    margin-bottom: 15px;
}

.contact-us_overlap .navbar-nav {
    margin: 20 0 0 30 !important;
}

.main-footer a {
    color: #fff;
}

.subcribe_div {
    background-color: #ED3C41;
    font-size: 20px;
    color: white;
    padding: 15px 40px;
    border-radius: 20px;
    position: absolute;
    top: -86px;
    left: 0;
    right: 0;
    text-align: center;
}

.sub_postion {
    position: relative;
    margin-top: 28px;
}

.product_hr {
    border-top: 1px solid #c9c5c5;
}

.payment_desc {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.payment_desc img {
    width: 25px;
}

.payment_desc i {
    font-size: 25px;
}

.payment_desc p {
    margin-top: 8px;
}

.product_color p {
    font-size: 17px;
}

.product_color img {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid #b1b1b1;
    padding: 5px;
    margin-right: 4px;
}

.thumb .image:hover,
.product_color img:hover {
    border: 1px solid #0084ff;
}

.right_cart {
    /* wi dth: 100%;  */
    float: left;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    padding: 18px;
}

.right_cart h2 {
    margin: 0px;
    position: relative;
    margin-left: 13px;
}

.right_cart h2 span {
    font-size: 18px;
    padding-bottom: 88px !important;
    position: absolute;
    top: 5px;
    left: -10px;
}

.right_cart p b {
    color: #fb6468;
}

.free_devlvriy_date {
    margin-top: 8px;
}

.btn.btn-primary.bay_now {
    background-color: #00c2c1 !important;
    border-color: #00c2c1 !important;
    border-radius: 21px;
    color: #fff;
    line-height: 34px;
    margin-top: 6px;
    padding: 0 60px;
    transition: .5s;
}

.btn.btn-primary.add-cart {
    background-color: #00c2c1 !important;
    border-color: #00c2c1 !important;
    border-radius: 21px;
    color: #fff;
    line-height: 34px;
    margin: 0;
    padding: 0 53px;
    /* text-transform: uppercase; */
    transition: .5s;
}

.new_arrival_title {
    color: black !important;
}

.new_arrival_title:hover {
    text-decoration: none;
}

.star_rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.star_rating i {
    font-size: 18px;
}

.star_rating img {
    display: inline-block !important;
    width: 125px !important;
    text-align: center !important;
}

.product_mrp .price {
    color: #000;
    margin-right: 10px;
}

.product_mrp .mrp {
    margin-right: 10px;
    color: #9B9B9B;
    text-decoration: line-through;
}

.sort_by select {
    padding: 5px;
    border-radius: 15px;
}

.sort_by option {
    padding: 3px;
}

.sort_by {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sort_by select:focus-visible {
    outline: none !important;
}

.video_img::before {
    content: '';
    background-color: #4c4c4c;
    position: absolute;
    opacity: 0.3;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 99px;
    height: 80px;
}

.customer_rating_head {
    width: 62%;
    padding: 10px 0px;
}

.customer_rating_star {
    width: 32%;
}

.customer_rating_star .fas {
    color: #fad02c;
}

.customer_rating_star .far {
    color: gray;
}

/* .fix-product_box img {
    width: 220px;
    height: 220px;
} */

/* .fix-product_box {
    text-align: center;
} */

/* .new_arrival_price {
    margin-bottom: 8px;
} */

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.home-category {
    color: #00B5B7;
}

#webSearchResultsContainer {
    position: absolute;
    width: 90%;
    display: none;
    background-color: white;
    border: 1px solid rgb(204, 204, 204);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
    margin-top: 7px;
    padding-left: 10px;
    /* height: 400px; */
}

#webSearchInput {
    font-family: "League Spartan-Medium", Helvetica;
    font-weight: 500;
    font-size: 18px;
    background-color: white !important;
    border: none;
    padding: 16px 10px 10px 9px !important;
    width: 410px;
}

.contact-us_overlap .fas {
    padding-top: 5px;
}

.sub-footer {
    height: 50px;
    padding-top: 0px;
    padding-bottom: 5px;
}

.yellow-wrapper {
    width: 30px;
    height: 30px;
    background-color: #fdd922;
    border-radius: 17px;
}

.white-wrapper {
    font-size: 22px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 18px;
}

.sub-footer a {
    padding: 5px;
}

.pay-icon {
    text-align: end;
}

.social-icon .fab {
    padding-top: 7px;
}

.searchIcon {
    font-size: 20px !important;
    color: #57B8AC !important;
    padding: 20px !important;
}

.cart-prize {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.logo-text {
    position: absolute;
    top: 28px;
    left: 80px;
    font-family: "League Spartan-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff !important;
    font-size: 40px;
    letter-spacing: 1.6px;
    line-height: normal;
    white-space: nowrap;
}

.logo-footer:hover {
    color: #fff;
}

.logo-footer {
    margin: 10;
    font-family: "League Spartan-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff !important;
    font-size: 40px;
    letter-spacing: 1.6px;
    line-height: normal;
    white-space: nowrap;
}

.header_nav a:hover {
    color: #fff;
}

.text_dec {
    font-size: 20px;
    margin-bottom: 0px;
}

.dashboard_page {
    margin-top: 20px;
}

.product_content {
    overflow: hidden;
    padding: 30 0;
    width: 1170px;
}

.btn_return {
    margin: 10px;
}

.show_content {
    padding: 20px;
}

.justify-content-center {
    justify-content: center !important;
}

.product-list {
    border: 1px solid lightgray;
    margin: 6px;
    padding-top: 13px;
    border-radius: 14px;
}

.col-xs-6.col-sm-4.col-md-4.col-lg-3.no-padding {
    padding: 0px !important;
}

.cat-flex {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.footer-logo {
    height: 150px;
    width: 150px;
    margin-top: 20px;
}

.contact_us_overlap {
    /* width: 100%; */
    height: 240px;
    background-color: #ffffff0d;
    border-radius: 100px 0px 100px 0px;
    padding: 30;
    text-align: start;
    margin-left: 65px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 0px solid transparent;
}

.col-sm-6.social-icon {
    display: flex;
    justify-content: space-between;
    margin-top: 10px !important;
    padding: 0px 0px 0px 16px !important;
    text-align: center !important;
}
.col-sm-2.mobile-width {
    margin-top: 50px;
    margin-left: 20px;
}

.other_cat li a {
    font-size: 15px;
    font-weight: 600;
    color: black;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

#banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 470px;
    position: relative;
}

.banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    object-fit: cover;
    object-position: center;
}

#banner p {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 900;
    font-size: 50px;
    line-height: 66px;
    color: white;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
}

#banner span {
    display: block;
    font-weight: 400;
    font-size: 30px;
}

/* Gestion des flèches du carrousel */
#banner .arrow {
    position: absolute;
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 98%;
    color: white;
    font-size: 4rem;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    cursor: pointer;
}

#banner .arrow_left {
    left: 0;
    opacity: 0.4;
    transition: all 0.3s ease;
}

#banner .arrow_left:hover {
    transform: scale(1.1);
    opacity: 1;
    transition: all 0.3s ease;
}

#banner .arrow_right {
    right: 0;
    opacity: 0.4;
    transition: all 0.3s ease;
}

#banner .arrow_right:hover {
    transform: scale(1.1);
    opacity: 1;
    transition: all 0.3s ease;
}

/* Gestion des points du carrousel */
.dots {
    position: absolute;
    bottom: 40px;
    display: flex;
}

.dot {
    margin-inline: 5px;
    width: 13px;
    height: 13px;
    background-color: #ffffff00;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.dot_selected {
    background-color: #fff;
}

li.search-result-li {
    font-size: medium;
    padding: 7px 0px 7px 7px ;
    transition: all .4s ;
}
li.search-result-li:hover{
    color: #ffffff !important;
    background-color: #00c2c1;
}

ul#searchResults {
    max-height: 200px;
    overflow-y: scroll;
}

/* ******************************16mar*/
.other_cat {
    position: absolute;
    left: auto;
    /* right: -84%; */
    width: 235px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 24px 18px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 2px;
    z-index: 15;
    display: none;
    /* border: 1mm ridge #73c5bf; */
}

.other_cat li:hover,
.other_cat .active {
    color: #007c7cfa ;
    /* background-color: #08a3a0ba; */

}

.cat_drop:hover .other_cat {
    display: block;
    animation: fadeIn 0.5s;
}

.other_cat li {
    margin: 0px;
    padding: 8px 10px;
    text-transform: capitalize;
    /* border-bottom: 1px solid #08a3a0ba; */
}

.other_cat li .active {
    color: #08a3a0ba;
}
.cat_img_list img {
    width: 218px !important;
    margin-bottom: 20px;
    height: 218px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.category_list>li {
    border-bottom: 2px solid #73c5bf;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 10px;
    text-align: justify
}

.category_list li a {
    display: block;
    width: 100%;
    text-decoration: none;
}


a {
    text-decoration: none !important;
}


.other_cat li a:active {
    color: #007c7cfa;
}
.other_cat li a:hover {
    color: #007c7cfa;
}
.fc_ul li a:active {
    color: #00b5b7;
}
.fc_ul li a:hover {
    color: #00b5b7;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none !important;
    background-color: transparent !important;
}

/* .address_span{
    text-align: center !important;
} */

.mt-15 {
    margin-top: 15px;
}
.usinfo {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-content: stretch !important;
    justify-content: center !important;
}