:root {

    --color_one: #6610f2;
    /* blue */
    --color_two: #6610f2;
    /* indigo */
    --color_three: #6f42c1;
    /* purple */
    --color_four: #d63384;
    /* pink */
    --color_five: #dc3545;
    /* red */
    --color_six: #fd7e14;
    /* orange */
    --color_seven: #ffc107;
    /* yellow */
    --color_eight: #000;
    /* green */
    --color_nine: #20c997;
    /* teal */
    --color_ten: #ffff;
    /* cyan */

}

/* =======================================================.Defolde======================================================================== */
a:hover,
a {
    text-decoration: transparent;
}

.section-title {
    margin-bottom: 45px;
    text-align: center;
}

.section-title span {
    color: #e53637;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.section-title h2 {
    color: #111111;
    font-weight: 700;
    line-height: 46px;
}

/* ============================================================.Page title ========================================= */
.page_title {
    background: #f3f2ee;
    padding: 40px 0;
}

.page_title h4 {

    color: #111111;
    font-weight: 700;
    margin-bottom: 8px;

}

.page_title ul li {
    font-size: 15px;
    color: #b7b7b7;
    display: inline-block;
}

.page_title ul li a {
    font-size: 15px;
    color: #111111;
    display: inline-block;
    position: relative;
}

/* =======================================================.Top Area======================================================================== */
.top_area {
    background: var(--color_eight);
    padding: 10px 0;
}

.top_links {
    display: inline-block;
    /* margin-right: 25px; */
}

.top_area p {
    color: var(--color_ten);
}

.top_links a {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 28px;
    display: inline-block;
}

.top_hover {
    display: inline-block;
    position: relative;
}

.top_hover span {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
}

.top_hover ul {
    background: #ffffff;
    display: inline-block;
    padding: 2px 0;
    position: absolute;
    left: 0;
    top: 44px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.top_hover ul li {
    list-style: none;
    font-size: 13px;
    color: #111111;
    padding: 2px 15px;
    cursor: pointer;
}

.top_hover:hover ul {
    top: 24px;
    opacity: 1;
    visibility: visible;
}

.search_button {
    padding: 10px 18px;
    border: 1px solid transparent;
    background: var(--color_eight);
    color: var(--color_ten);
}

/* ======================================================.Menu Area ========================================================================= */
.menu_area {
    background-color: var(--color_ten);
}

.header__logo {
    padding: 17px 0px 0px;
}

.header__logo img {
    width: 228px;
}

.menu_link {
    text-align: center;
    padding: 26px 0 25px;
}

.menu_link ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.menu_link ul li a {
    font-size: 18px;
    color: #111111;
    display: block;
    font-weight: 600;
    position: relative;
    padding: 3px 0;
}

.menu_link ul li.active a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.menu_link ul li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #e53637;
    content: "";
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.menu_link ul li .dropdown {
    position: absolute;
    left: 0;
    top: 56px;
    width: 150px;
    background: #111111;
    text-align: left;
    padding: 5px 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.menu_link ul li:hover .dropdown {
    top: 32px;
    opacity: 1;
    visibility: visible;
}

.menu_link ul li .dropdown li {
    display: block;
    margin-right: 0;
}

.menu_link ul li .dropdown li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 20px;
    text-transform: capitalize;
}

.nav_options {
    text-align: right;
    padding: 30px 0;
}

.nav_options a {
    display: inline-block;
    color: #000;
    margin-right: 26px;
    position: relative;
}

.nav_options .counde {
    position: absolute;
    margin-top: -11px;
    color: red;
    font-weight: bold;
}

.canvas_open {
    display: block;
    font-size: 22px;
    color: #111111;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #111111;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 25px;
}



/* =====================================================.Banner area========================================================================== */
/* Hero Banner Layout */
.banner_area {
    position: relative;
    background: #f5f4f2;
    /* padding: 80px 0; */
}

.hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hero-left {
    max-width: 45%;
    max-width: 45%;
    position: absolute;
    top: 192px;
}

.hero-left h5 {
    color: #c44;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.hero-left h1 {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-left p {
    color: #555;
    font-size: 16px;
    max-width: 420px;
    margin-bottom: 25px;
}

.hero-btn {
    background: #000;
    color: #fff;
    padding: 12px 28px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
}

.hero-right {
    max-width: 50%;
    text-align: center;
}

.hero-img {
    width: 100%;
    max-width: 550px;
}

.social-icons {
    position: absolute;
    top: 135%;
}

.social-icons i {
    font-size: 18px;
    margin-right: 15px;
    color: #333;
    cursor: pointer;
}

.carousel-item {
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    height: 600px;
    display: flex;
    align-items: center;
}

/* ================================================.Category section =============================================================================== */



.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
}

.category-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.4s ease;
}

.category-card:hover img {
    transform: scale(1.06);
    opacity: 0.85;
}

.cat-info {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;
}

.cat-info h4 {
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}


/* ======================================================.Filter Controls========================================================================= */
.filter_controls .nav-pills .nav-link.active {
    color: #111111;
    background-color: transparent;
}

.filter_controls .nav-pills .nav-link {
    color: #b7b7b7;
    font-size: 24px;
    font-weight: 700;
    list-style: none;
    display: inline-block;
    margin-right: 88px;
    cursor: pointer;
}


/* =========================================================Items section ====================================================================== */
.items {
    overflow: hidden;
    margin-bottom: 40px;
}

.items_img {
    height: 350px;
    position: relative;
    background-position: center center;
}

.items_img .label {
    color: #111111;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 15px 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 20px;
}

.items_img .items_hover {
    position: absolute;
    right: -200px;
    top: 20px;
    -webkit-transition: all, 0.8s;
    -o-transition: all, 0.8s;
    transition: all, 0.8s;
}

.items_img .items_hover li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}

.items_text {
    padding-top: 25px;
    position: relative;
}

.items_text h6 {
    color: #111111;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.items_text a {
    font-size: 15px;
    color: #e53637;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.items_text .rating {
    margin-bottom: 6px;
}

.items_text .rating i {
    font-size: 14px;
    color: #b7b7b7;
    margin-right: -5px;
}

.items_text h5 {
    color: #0d0d0d;
    font-weight: 700;
}

.items_text .items_select {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.items_text .items_select label {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #5e64d1;
    border-radius: 50%;
    margin-bottom: 0;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

.items_text .items_select label input {
    position: absolute;
    visibility: hidden;
}

.items_text .items_select label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 18px;
    width: 18px;
    border: 1px solid #b9b9b9;
    content: "";
    border-radius: 50%;
    opacity: 0;
}

.items_text .items_select label.black {
    background: #404a47;
}

.items:hover .items_img .items_hover {
    right: 20px;
    opacity: 1;
}

.items:hover .items_text a {
    top: 22px;
    opacity: 1;
    visibility: visible;
}

.items:hover .items_text h6 {
    opacity: 0;
}

.items_img .items_hover li i {
    background: #ffffff;
    padding: 10px;
    color: #000;
    display: inline-block;
}

.items:hover .items_text .items_select {
    opacity: 1;
}

.items_text .items_select label.active:after {
    opacity: 1;
}

.item_price .sale {
    color: #0d0d0d;
    font-weight: 700;
    font-size: 1.25rem;
    text-align: justify;
}



/* =============================================================================================================================== */

.categories {
    background: #f3f2ee;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 125px;
}

.categories__text {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

.categories__text:before {
    position: absolute;
    left: -485px;
    top: 0;
    height: 300px;
    width: 600px;
    background: #ffffff;
    z-index: -1;
    content: "";
}

.categories__text h2 {
    color: #b7b7b7;
    line-height: 72px;
    font-size: 34px;
}

.categories__text h2 span {
    font-weight: 700;
    color: #111111;
}

.categories__hot__deal {
    position: relative;
    z-index: 5;
}

.hot__deal__sticker {
    height: 100px;
    width: 100px;
    background: #111111;
    border-radius: 50%;
    padding-top: 22px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -36px;
}

.hot__deal__sticker span {
    display: block;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 4px;
}

.hot__deal__sticker h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.categories__deal__countdown span {
    color: #e53637;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.categories__deal__countdown h2 {
    color: #111111;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 25px;
}

.categories__deal__countdown .categories__deal__countdown__timer {
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: -30px;
}

.primary-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 30px;
    color: #ffffff;
    background: #000000;
    letter-spacing: 4px;
}

/* ========================================================.Footer Area======================================================================= */
.footer_area {
    background: #111111;
    padding-top: 70px;
}

.footer__about {
    margin-bottom: 30px;
}

.footer__about p {
    color: #b7b7b7;
    margin-bottom: 30px;
}

.footer__widget {
    margin-bottom: 30px;
}

.footer__widget h6 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-left: 34px;
}

.footer__widget ul li {
    line-height: 36px;
    list-style: none;
}

.footer__widget ul li a {
    color: #b7b7b7;
    font-size: 15px;
}

.footer__widget .footer__newslatter p {
    color: rgb(183, 183, 183);
    margin-left: 34px;
}



/* ======================================================.latest_news========================================================================= */
.blog__item {
    margin-bottom: 45px;
}

.blog__item__pic {
    height: 270px;

}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.blog__item__text {
    padding: 30px 30px 25px;
    margin: 0 30px;
    margin-top: -35px;
    background: #ffffff;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.blog__item__text span {
    color: #3d3d3d;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.blog__item__text h5 {
    color: #0d0d0d;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}

.blog__item__text a {
    display: inline-block;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 3px 0;
    position: relative;
}



/* ====================================================.Side Bare =========================================================================== */
.shop__sidebar__search form input {
    width: 100%;
    font-size: 15px;
    color: rgb(183, 183, 183);
    padding-left: 20px;
    height: 42px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    border-image: initial;
}


.shop__sidebar__search form button {
    color: rgb(183, 183, 183);
    font-size: 15px;
    position: absolute;
    right: 69%;
    top: 13%;
    height: 111%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: transparent;
    padding: 0px 15px;
}

.shop__sidebar__accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 25px;
}

.shop__sidebar__accordion .card-heading {
    cursor: pointer;
}

.shop__sidebar__accordion .card-heading a {
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.shop__sidebar__accordion .card-heading a:after,
.shop__sidebar__accordion .card-heading>a.active[aria-expanded=false]:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 20px;
}

.shop__sidebar__accordion .card-body {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}


.shop__sidebar__categories ul li,
.shop__sidebar__price ul li,
.shop__sidebar__brand ul li {
    list-style: none;
}

.shop__sidebar__categories ul li a:hover,
.shop__sidebar__price ul li a:hover,
.shop__sidebar__brand ul li a:hover {
    color: #111111;
}

.shop__sidebar__categories ul li a,
.shop__sidebar__price ul li a,
.shop__sidebar__brand ul li a {
    color: #b7b7b7;
    font-size: 15px;
    line-height: 32px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

/* size  */

.shop__sidebar__size label {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 6px 25px;
    margin-bottom: 10px;
    margin-right: 5px;
    cursor: pointer;
}

.shop__sidebar__size label input {
    position: absolute;
    visibility: hidden;
}

/* color  */

.shop__sidebar__color label.c-1 {
    background: #0b090c;
}

.shop__sidebar__color label.c-2 {
    background: #20315f;
}

.shop__sidebar__color label.c-3 {
    background: #f1af4d;
}

.shop__sidebar__color label.c-4 {
    background: #636068;
}

.shop__sidebar__color label.c-5 {
    background: #57594d;
}

.shop__sidebar__color label.c-6 {
    background: #e8bac4;
}

.shop__sidebar__color label.c-7 {
    background: #d6c1d7;
}

.shop__sidebar__color label.c-8 {
    background: #ed1c24;
}

.shop__sidebar__color label.c-9 {
    background: #ffffff;
}

.shop__sidebar__color label {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}

.shop__sidebar__color label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 36px;
    width: 36px;
    border: 1px solid #e5e5e5;
    content: "";
    border-radius: 50%;
}

.shop__sidebar__color label input {
    position: absolute;
    visibility: hidden;
}

/* tags  */

.shop__sidebar__tags a {
    color: #404040;
    font-size: 13px;
    font-weight: 700;
    background: #f1f5f8;
    padding: 5px 18px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 6px;
    margin-bottom: 10px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}


/* ==================================================>Items detiles page ============================================================================= */
.bg_color {
    text-align: center;
    background: #f3f2ee;
    margin-bottom: 100px;
}

.product__details__text {
    text-align: center;
}

.product__details__text h4 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 10px;
}

.product__details__text .rating {
    margin-bottom: 20px;
}

.product__details__text h3 {
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 16px;
}

.product__details__text p {
    margin-bottom: 35px;
}


.product__details__text .item_price .sale {
    color: #0d0d0d;
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
}

p {
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
    color: #3d3d3d;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px 0;
}


.product__details__option__size {
    display: inline-block;
    margin-right: 50px;
}

.product__details__option__size span {
    color: #111111;
    display: inline-block;
    margin-right: 10px;
}

.product__details__option__size label {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 6px 15px;
    margin-bottom: 0;
    margin-right: 5px;
    cursor: pointer;
}

.product__details__option__size label input {
    position: absolute;
    visibility: hidden;
}

.product__details__option__color {
    display: inline-block;
    position: relative;
    top: 10px;
}

.product__details__option__color label.c-1 {
    background: #0b090c;
}

.product__details__option__color label {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
}

.product__details__option__color label input {
    position: absolute;
    visibility: hidden;
}

.product__details__option__color label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 36px;
    width: 36px;
    border: 1px solid #e5e5e5;
    content: "";
    border-radius: 50%;
}

.product__details__option__color span {
    color: #111111;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -9px;
}

.product__details__option {
    margin-bottom: 30px;
}

.product__details__cart__option .quantity {
    display: inline-block;
    margin-right: 20px;
}

.primary-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 30px;
    color: #ffffff;
    background: #000000;
    letter-spacing: 4px;
}

.product__details__cart__option,
.product__details__btns__option {
    margin-bottom: 40px;
}

.product__details__btns__option a {
    display: inline-block;
    font-size: 13px;
    color: #3d3d3d;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 20px;
}

.product__details__btns__option a:last-child {
    margin-right: 0;
}

.product__details__btns__option a {
    display: inline-block;
    font-size: 13px;
    color: #3d3d3d;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 20px;
}

/* .product__details__last__option h5:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    height: 1px;
    width: 460px;
    background: #e5e5e5;
    content: "";
    z-index: -1;
    margin: 0 auto;
} */

.product__details__last__option h5 span {
    background: #ffffff;
    padding: 0 30px;
}

.product__details__last__option ul li {
    list-style: none;
    font-size: 15px;
    color: #111111;
    font-weight: 700;
    line-height: 30px;
}

.product__details__last__option ul li span {
    font-weight: 400;
    color: #b7b7b7;
}

.tab_bar {
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tab_bar .nav-link {
    font-size: 20px;
    color: #b7b7b7;
    padding: 0;
    background: transparent;
    border: none;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
}

.tab_bar .nav-link.active {
    border-bottom: 2px solid #e53637;
}



/* =============================================================================================================================== */
/* =============================================================================================================================== */
/* =============================================================================================================================== */
/* =============================================================================================================================== */
/* =============================================================================================================================== */
/* =============================================================================================================================== */
/* =============================================================================================================================== */
/* =============================================================================================================================== */
/* =============================================================================================================================== */
/* =============================================================================================================================== */
/* =============================================================================================================================== */
/* =============================================================================================================================== */
/* =============================================================================================================================== */
/* =============================================================================================================================== */
/* =============================================================================================================================== */
/* =============================================================================================================================== */
/* =============================================================================================================================== */
/* ==========================================================.Mobile Views ===================================================================== */

/* ---------- 576px ↓ (Mobile) ---------- */
@media (max-width: 576px) {
    .hero-left {
        top: 135px;
    }
    .items_imag_details img{
        width: 54px;
    }

    .search-switch {
        font-size: 22px;
        color: #111111;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        border: 1px solid #111111;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 70px;
        top: 25px;
    }

    .js-show-cart .counde {
        position: absolute;
        margin-top: -12px;
    }

    .js-show-cart {
        font-size: 22px;
        color: #111111;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        cursor: pointer;
        position: absolute;
        right: 122px;
        top: 25px;
    }

    .header__logo img {
        width: 160px;
    }

    .header__logo {
        padding: 17px 0px 17px;
    }

    .mobile_menu ul li {
        list-style: none;
        padding: 5px;
    }

    .mobile_menu ul li a,
    .mobile_login a {
        color: #000;
        font-weight: bold;
    }

    .banner_area .carousel-item {
        width: 200%;
        height: 523px;
    }

    .social-icons {
        position: absolute;
        top: 125%;
    }


    .category-card img {
        height: 200px;
    }

    .cat-info h4 {
        font-size: 18px;
    }

}