
/* Google Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/* font-family: "Playfair Display", serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Noto Serif", serif; */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');
/* font-family: "Libre Baskerville", serif; */
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
/* font-family: "Playfair", serif; */

:root {
    /* Font family */
    /* --heading-font: CambriaFont; */
    /* --body-font: 'Poppins', sans-serif; */
    /* --body-font: "Plus Jakarta Sans", sans-serif;
    --other-font1: "Lora", serif; */
    /* --body-font: "Afacad", sans-serif; */

    --body-font: 'Roboto', sans-serif;
    --body-font-size: 16px;
    /* Color */
    --primary-color: #426221;
    --secondary-color: #ec7994;
    --text-color: #5f615e;
    --white-color: #fff;
    --eee-color: #eee;
    --ccc-color: #ccc;
    --color-999: #999;
    --color-777: #777;
    --color-555: #555;
    --color-333: #333;
    --color-222: #222;
    --color-111: #111;
    --black-color: #000;
    --divider-color: rgba(255, 255, 255, 0.2);
    --light_gray: #eee;
    --green-color: #499F30;
    --light-bg: #ecebdb;
    --yellow: #ffe135;
    --light-yellow: #ffff00;
    --star-yellow: #fcbd41;
    --orange-color: #EE7F00;
    --deep-orange-color: #E69600;
    --red-colour: #f00;
    --indigo-color: #8809E3;
    --border-color: #dfe1dc;
    --bg-light-gray: #FAFAFD;
    --priceold-color: #ACAFAB;
    --violet-blue-color: #6265FE;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    overflow-x: clip;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

::after,
::before {
    box-sizing: border-box;
}
.fa {
    font-weight: 400 !important;
}
body {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: var(--body-font-size);
    line-height: 1.4;
    background: var(--white-color);
    letter-spacing: 0.5px;
    overflow-x: hidden;
    color: var(--black-color);
    position: relative;
}

/* h1 { font-size: 40px; font-weight: 600;}
h2 { font-size: 32px; font-weight: 600;}
h3 { font-size: 28px; font-weight: 600;}
h4 { font-size: 24px; font-weight: 600;}
h5 { font-size: 20px; font-weight: 600;}
h6 { font-size: var(--body-font-size); font-weight: 600; } */

h1, h2, h3, h4, h5, h6 { line-height: 1.2em; font-weight: 400; padding: 0; margin: 0; text-rendering: optimizeLegibility; }
.h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 400; }
h1, .h1 { font-size: 56px; }
h2, .h2 { font-size: 40px; }
h3, .h3 { font-size: 30px; }
h4, .h4 { font-size: 24px; }
h5, .h5 { font-size: 20px; }
h6, .h6 { font-size: 18px; }
p { padding: 0; margin: 0 0 16px 0; font-size: var(--body-font-size); font-weight: 400; }
img { width: auto; max-width: 100%; height: auto; display: block; border: 0; vertical-align: middle; transform: scale(1);}
ul, ol { padding: 0; margin: 0; list-style-type: none;}
ol { list-style: decimal inside; }
ul li { list-style-type: none; }
a { color: var(--black-color); cursor: pointer; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; }
a, a:hover, a:focus { text-decoration: none; outline: 0; }
b, strong, .strong { font-weight: 600; }
a:hover { color: var(--secondary-color); }
blockquote { padding: 0; margin: 0; border: none; }
figure { margin: 0; }
.image_anime { position: relative; overflow: hidden; }
.image_anime:after { content: ""; position: absolute; width: 200%; height: 0%; left: 50%; top: 50%; background-color: rgba(255, 255, 255, .3); transform: translate(-50%, -50%) rotate(-45deg); z-index: 1; }
.image_anime:hover:after { height: 250%; transition: all 600ms linear; background-color: transparent; }
.reveal { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; visibility: hidden; overflow: hidden; }
.reveal img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transform-origin: left; transform-origin: left; display: block; }
button { border: 0; background: transparent;}
.text-white { color: var(--white-color);}
.fa-classic, .fa-regular, .fa-solid, .far, .fas { font-family: "Font Awesome 6 Free"; }
.fa {font-family:'FontAwesome'; }

/* a, a:hover, a:visited
{
    color: #21a108;
} */
/* ::selection
{
    background: #21a108;
    color: #fff;
}
::-moz-selection
{
    background: #21a108;
    color: #fff;
} */
a:focus, p:focus, div:focus, input:focus, textarea:focus, submit:focus, button:focus { outline: none; }

/***************
page scrool
**************/
/* .scrollup {
    right: 15px;
    position: fixed;
    bottom: -80px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background: var(--second-bg-color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    color: var(--main-text-color);
    padding: 10px;
    font-size: 18px;
}
.scrollup.active {
    bottom: 92px;
    right: 15px;
} */
/***************
page scrool
***************/
.pink_txt { color: var(--secondary-color);}
.text-decoration-underline { text-decoration: underline;}
.light_bg { background: var(--light-bg);}
.bg_light_gray { background: var(--bg-light-gray);}
.deep_green_bg { background: var(--primary-color);}
.gray_bg { background: var(--light_gray);}
.text-small { font-size: 12px; line-height: 16px;}
.text-primary { color: var(--primary-color) !important;}
.text-black { color: var(--black-color);}
.section { padding: 25px 0;}
.sec_spacing { padding-top: 112px; padding-bottom: 112px;}
.bg-secondary { background: var(--secondary-color) !important; }
.btn { font-size: 24px; color: var(--white-color); padding: 10px 34px; display: inline-block; border-radius: 8px; background: var(--primary-color); outline: none; }
.green_btn { background: var(--primary-color); font-size: 24px; color: var(--white-color); padding: 10px 34px; display: inline-block; border-radius: 8px; border: 0; }
.green_btn:hover { background: var(--secondary-color); color: var(--white-color); }
.white_btn { background: var(--white-color); font-size: 24px; color: var(--black-color); text-align: center; padding: 10px 20px; display: inline-block; border-radius: 8px; border: 1px solid var(--secondary-color);}
.white_btn:hover { background: var(--secondary-color); color: var(--white-color); border: 1px solid var(--secondary-color); }
.pink_btn { background: var(--secondary-color); font-size: 24px; color: var(--white-color); text-align: center; padding: 10px 20px; display: inline-block; border-radius: 8px; border: 1px solid var(--secondary-color);}
.pink_btn:hover { background: var(--black-color); color: var(--white-color); border-color: var(--black-color); }
.btn.type-small { font-size: 17px; padding: 8px 20px;}
.btn.type-small i, .btn.type-small svg { margin-left: 6px;}

/* ==============Header================ */
.main_header { width: 100%; margin: 0;}
.header_logo { width: 160px; }
.main_header .navbar { padding-top: 1.25rem; padding-bottom: 1.25rem;}
.navbar-nav .nav-item { margin: 0 20px;}
.navbar-nav .nav-item .nav-link { font-size: 18px; padding: 0; }
.navbar-nav .nav-item .nav-link:hover { color: var(--secondary-color); }
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link  { color: var(--secondary-color); }
.nav_icon_list { margin: 0;}
.nav_icon_list ul { padding: 0; margin: 0;}
.nav_icon_list ul li { list-style-type: none; display: inline-block; margin: 0 0 0 30px;}
.nav_icon_list ul li a { font-size: 30px; color: var(--text-color); display: flex; align-items: center; gap: 12px; position: relative;}
.nav_icon_list ul li a:hover { color: var(--secondary-color); }
.nav_icon_list li .countbox { width: 24px; height: 24px; display: block; border-radius: 50%; background: var(--red-colour); position: absolute; top: -12px; right: -12px; font-weight: 700; font-size: 12px; line-height: 16px; color: var(--white-color); display: flex; align-items: center; justify-content: center; }
.nav_icon_item_sub { display: grid; }
.nav_icon_item_sub .text-sub { display: block; max-width: 120px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nav_icon_list li a i, .nav_icon_list li a svg, .nav_icon_list li a .h6 { color: var(--black-color); margin-bottom: 0; }
.nav_icon_list li a:hover i, .nav_icon_list li a:hover svg, .nav_icon_list li a:hover .h6 { color: var(--secondary-color); }
.nav_icon_list li a:hover .text-sub { color: var(--text-color);}

/* ==============Hero section================ */
.hero_section { width: 100%; position: relative; }
.hero_section .item { width: 100%; position: relative;}
.hero_section .item .hero_text_wrapper { width: 100%; height: 100%; position: absolute; z-index: 2;}
.hero_section .item .hero_text_wrapper .container { height: 100%;}
.hero_section .item .hero_img_wrapper { width: 100%; position: relative; z-index: 0;}
.hero_section .item .hero_img_wrapper img { width: 100%; display: block;}
.hero_text_alignment { height: 100%; display: flex; align-items: center; }
.hero_text { width: 600px; text-align: left; }
.hero_text .hero_heading { font-family: "Libre Baskerville", serif; font-size: 84px; line-height: 100px; color: var(--primary-color); font-weight: 500; margin: 0 0 24px 0;}
.hero_text .hero_heading .pink_txt { color: var(--secondary-color);}
.hero_text .hero_desc { font-family: "Libre Baskerville", serif; font-size: 28px; color: var(--color-111); font-weight: 500; margin: 0 0 24px 0; }
.heroslider .slick-dots { bottom: 25px;}
.heroslider .slick-dots li button:before { font-size: 60px; color: var(--secondary-color); }
.heroslider .slick-dots li.slick-active button:before { color: var(--primary-color);}
.heroslider .slick-prev, .heroslider .slick-next {width: 50px;height: 50px;z-index: 2;}
.heroslider .slick-prev { left: 25px;}
.heroslider .slick-next { right: 25px;}
.heroslider .slick-prev::before, .heroslider .slick-next::before { font-size: 50px; color: var(--color-999);}
.heroslider .slick-prev::before { content: "\f137"; font-family:'FontAwesome';}
.heroslider .slick-next::before { content: "\f138"; font-family:'FontAwesome';}
/* ==============Footer section================ */
.footer { background: var(--primary-color);}
.footer_top { width: 100%; padding: 30px 0; }
.footer_area { width: 100%; }
.footer_title { font-family: "Playfair", serif; font-size: 24px; color: var(--white-color); font-weight: 600; margin: 0 0 20px 0;}
.footer_area p { color: var(--white-color); }
.footer_area ul li { margin: 0 0 8px 0; color: var(--white-color); display: flex; }
.footer_area ul li a { color: var(--white-color); display: inline-block; }
.footer_area ul li a:hover { color: var(--secondary-color); }
.footer_border_box { height: 100%; padding: 0 15px 0 50px; border-left: 1px solid rgba(256, 256, 256, 0.3);}
.footer_area li i, .footer_area li svg { width: 16px; min-width: 16px; margin: 0 12px 0 0;}
.footer_bottom { width: 100%; padding: 16px 0; border-top: 1px solid rgba(256, 256, 256, 0.3);}
.footer_bottom_align { display: flex; align-items: center; justify-content: space-between;}
.footer_bottom p { color: var(--white-color); padding: 0; margin: 0; }
.footer_bottom p a { color: var(--secondary-color);}
.footer_bottom p a:hover { color: var(--white-color);}
.footer_area .social_items, .social_items { display: flex; align-items: center; padding: 0; margin: 0; justify-content: start;}
.social_items li, .footer_area .social_items li { font-size: 30px; margin: 0 24px 0 0; }
.social_items li i, .footer_area .social_items li i, .social_items li svg, .footer_area .social_items li svg { width: auto; margin: 0;}
.footer_area.footer_area1 i, .footer_area.footer_area2 i, .footer_area.footer_area3 i { margin: 0 4px 0 0; }
/* ==============Category Card section================ */
.card_section { width: 100%; margin: 0; position: relative;}
.cardslider .category_card_item { width: 100%; padding: 0;}
.category_card { width: 100%; padding: 0 12px; margin: 0;}
.category_card img { width: 100%; display: block;}
.cardslider .slick-prev, .cardslider .slick-next {width: 50px; height: 50px; z-index: 2;}
.cardslider .slick-prev { left: -20px;}
.cardslider .slick-next { right: -20px;}
.cardslider .slick-prev::before, .cardslider .slick-next::before { font-size: 50px; color: var(--primary-color);}
.cardslider .slick-prev::before { content: "\f104"; font-family:'FontAwesome';}
.cardslider .slick-next::before { content: "\f105"; font-family:'FontAwesome';}
/* ==============Product Card section================ */
.product_card_section { width: 100%; position: relative;}
.product_card_section .container-fluid, .product_card_section .container { position: relative;}
.section_titlebox { margin: 0 auto 20px auto; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative;}
.sec_title_txt { font-family: "Libre Baskerville", serif; color: var(--primary-color);}
.titlebox_style { width: 20px; height: 20px; background: url(../images/dimond.png) center center no-repeat; background-size: contain; position: relative; display: flex; margin: 0 10px; }
.titlebox_style::before { content: ""; min-width: 60px; width: 40%; height: 1px; border-bottom: 2px solid var(--secondary-color); position: absolute; right: 25px; top: 9px;  }
.titlebox_style::after { content: ""; min-width: 60px; width: 40%; height: 1px; border-bottom: 2px solid var(--secondary-color); position: absolute; left: 25px; top: 9px;  }
.viewall_box { position: absolute; top: 16px; right: 15px; z-index: 1; }
.viewall_box a { display: inline-block; margin: 0; }
.viewall_box a::after { content: "\f061"; font-family: 'FontAwesome'; }
/* ==============Best Card section================ */
.best_cards { width: 100%; border: 0 solid red;}
.item-card { width: 100%; background: var(--white-color); position: relative; border-radius: 12px; overflow: hidden;}
.item-card:hover { border-color: var(--secondary-color);}
.item-card .card-imgitem { width: 100%; overflow: hidden;}
.item-card a img { transform: scale(1); -webkit-transform: scale(1); transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; }
.item-card:hover a img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.item-card .card-body .card-title { font-family: "Playfair", serif; font-size: 22px; color: var(--black-color); font-weight: 600; height: 26px; overflow: hidden; }
.item-card .card-body .card-title a { color: var(--black-color);}
.item-card .card-body .card-title a:hover, .item-card:hover .card-body .card-title a { color: var(--secondary-color);}
.item-card .card-body .card-price { display: flex; align-items: center; justify-content: start; margin: 0 0 10px 0;}
.item-card .card-body .card-price p { font-size: 16px; font-weight: 600; margin: 0;}
.item-card .card-body .card-price .new-price { color: var(--primary-color); margin: 0 16px 0 0; display: inline-block;}
.item-card .card-body .card-price .old-price { color: var(--color-777); margin: 0; text-decoration: line-through; }
.rate_box { display: flex; align-items: center; justify-content: start; margin: 0 0 16px 0; }
.rate_box .stars_box { margin: 0 5px 0 0; display: inline-block;}
.rate_box .stars_box i, .rate_box .stars_box svg { color: var(--star-yellow);}
.rate_box .review_box { margin: 0;}
.card-action-box { display: flex; align-items: center; justify-content: space-between; margin: 0; }
.card-discount { position: absolute; top: 8px; left: 8px; z-index: 5; background: var(--secondary-color); color: var(--white-color); font-size: 16px; line-height: 1.3; padding: 4px 8px; border-radius: 6px; display: inline-block;} 
.card-action-box a { width: 46%;}
.best_slider .best_item { padding: 0 12px;}
.best_slider .slick-prev, .best_slider .slick-next {width: 50px; height: 50px; z-index: 2;}
.best_slider .slick-prev { left: -20px;}
.best_slider .slick-next { right: -20px;}
.best_slider .slick-prev::before, .best_slider .slick-next::before { font-size: 50px; color: var(--primary-color);}
.best_slider .slick-prev::before { content: "\f104"; font-family:'FontAwesome';}
.best_slider .slick-next::before { content: "\f105"; font-family:'FontAwesome';}
/* ==============New Arrivals section================ */
.new_arrival_section { width: 100%; position: relative;}
.new_arrival_cards { width: 100%; }
.new_arrival_cards .card-discount { background: var(--primary-color);}
.new_arrival_slider .new_arrival_item { padding: 0 12px;}
.new_arrival_slider .slick-prev, .new_arrival_slider .slick-next {width: 50px; height: 50px;z-index: 2;}
.new_arrival_slider .slick-prev { left: -20px;}
.new_arrival_slider .slick-next { right: -20px;}
.new_arrival_slider .slick-prev::before, .new_arrival_slider .slick-next::before { font-size: 50px; color: var(--primary-color);}
.new_arrival_slider .slick-prev::before { content: "\f104"; font-family:'FontAwesome';}
.new_arrival_slider .slick-next::before { content: "\f105"; font-family:'FontAwesome';}
/* ==============Category Long Banner section================ */
.category_bannersec { width: 100%;}
.category_long_banner { width: 100%;}
.category_long_banner img { width: 100%; display: block;}
/* ==============Service Section================ */
.service_info { width: 100%; padding: 20px 15px; background: #f7f8f3; border-radius: 20px; display: flex; flex-direction: row; align-items: center; }
.service_info_item { width: 25%; height: 100%; min-height: 1px; display: flex; flex-direction: row; align-items: center; border-right: 1px solid var(--border-color); padding: 0; }
.service_info_item:last-child { border-right: 0;}
.service_center_align { display: flex; flex-direction: row; align-items: center; margin: 0 auto;}
.service_info_item .service_icbox { font-family:'FontAwesome'; color: var(--primary-color); font-size: 44px; margin: 0 20px 0 0; }
.service_info_item .service_textbox { display: inline-block;}
.service_textbox .titletxt { font-family: "Playfair", serif; font-size: 24px; color: var(--primary-color); font-weight: 600; }
.service_textbox .desctxt { color: var(--color-777); margin: 0;}
/* ==============Gift Section================ */
.gift_set { width: 100%; margin: 0; }
.gift_set img { width: 100%; display: block;}
.instagram-live-feed { width: 100%; margin: 0; }
.instagram-live-feed img { width: 100%; display: block;}
/* ==============join Section================ */
.join_box { width: 100%; padding: 20px 100px; background: #f7f8f3; border-radius: 20px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
.join_icbox { font-size: 74px; color: #66b051; margin: 0 40px 0 0;}
.join_offerbox { width: 70%; display: flex; align-items: center; justify-content: start;}
.join_offer { display: inline-block; padding: 0 40px; border-left: 1px solid var(--border-color); }
.join_offerbox .join_offer .join_titletext { font-family: "Playfair", serif; font-size: 34px; line-height: 38px; color: var(--primary-color); font-weight: 600; }
.join_offerbox .join_offer .join_desctext { margin: 0;}
.btn_align { display: inline-block; margin: 0;}

.navbar-expand-lg .navbar-toggler, .navbar-expand-xl .navbar-toggler  { display: none;}
.btn-mobile-menu {
    width: 30px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    display: none;
}
.btn-mobile-menu span {
    width: 28px;
    height: 2px;
    background-color: var(--black-color);
    border-radius: 5px;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-mobile-menu::before, .btn-mobile-menu::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: var(--black-color);
    border-radius: 1px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-mobile-menu::before {
    top: 5px;
}
.btn-mobile-menu::after {
    bottom: 5px;
}


.canvas_wrapper {
    padding: 0;
    isolation: isolate;
    height: 100%;
    width: 100%;
    max-height: none;
    display: grid;
    grid-auto-rows: auto minmax(0, 1fr) auto;
    align-content: start;
}

.offcanvas {
    max-width: 100%;
    width: 325px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    color: var(--black-color);
    transform: translateX(-100%);
    visibility: hidden;
    background-clip: padding-box;
    outline: 0;
}

.offcanvas.show {
    visibility: visible;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}

.offcanvas .icon-close-popup {
    position: absolute;
    right: 0;
    top: 8px;
    padding: 10px;
    font-size: 24px;
    color: var(--primary-color);
    z-index: 10;
    cursor: pointer;
}

.offcanvas .icon-close-popup:hover {
    color: var(--primary-color);
}

.canvas_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    padding-bottom: 14px;
    position: relative;
    text-transform: capitalize;
}

.canvas_header .text-logo {
    font-size: 40px;
    line-height: 52px;
    color: var(--black-color);
    font-weight: 700;
    margin: 0;
}

.canvas_header .text-logo img {
    max-width: 100px;
}

.canvas_header .canvas_btn:hover,
.canvas_header .canvas_btn:focus {
    background: var(--primary-color);
    box-shadow: none;
}

.br-line {
    width: auto;
    height: 1px;
    position: absolute;
    background-color: var(--border-color);
    left: 24px;
    right: 24px;
    bottom: 0px;
}

.canvas_body {
    padding-top: 32px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    padding: 30px 24px 10px 24px;
}

.mb_content_top {
    margin-bottom: 32px;
}

.nav_menu_navigation {
    width: 100%;
}

.mb-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 24px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.mb-menu-link:hover,
.mb-menu-link:focus,
.mb-menu-link:active {
    color: var(--primary-color);
}

.dropdown_menu.collapse {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease-in-out;
    -webkit-transition: max-height 0.4s ease-in-out;
    -moz-transition: max-height 0.4s ease-in-out;
    -ms-transition: max-height 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out;
}

.dropdown_menu.collapse.show {
    max-height: 500px;
    opacity: 1;
}

.dropdown_menu .sub-nav-menu {
    padding-left: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 16px;
    margin-bottom: 24px;
    border-left: 1px solid var(--border-color);
}

.sub-nav-menu .sub_nav_link {
    font-size: 18px;
    line-height: 24px;
    color: var(--text-color);
    font-weight: 400;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-nav-menu .sub_nav_link:hover {
    color: var(--primary-color);
}

.canvas_body .group-btn {
    margin-bottom: 15px;
    display: flex; flex-direction: row; justify-content: space-between;
}

.flow_us_wrap {
    width: 100%;
}

.flow_us_wrap .title {
    margin-bottom: 16px;
    font-weight: 500;
}

.canvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    position: relative;
    text-transform: capitalize;
}

.canvas-sidebar .canvas-header {
    box-shadow: 0px 4px 10px 0px rgba(212, 212, 212, 0.2509803922);
    display: none;
}

.canvas-sidebar .canvas-header .icon-close-popup {
    position: relative;
    right: auto;
    top: auto;
    padding: 10px;
    font-size: 24px;
    color: var(--black-color);
    z-index: 10;
    cursor: pointer;
}

.canvas-sidebar .canvas-header .icon-close-popup:hover {
    color: var(--primary-color);
}

.canvas-body {
    background-color: var(--white-color);
    padding: 10px 24px;
    overscroll-behavior-y: contain;
    overflow-y: auto;
    flex: 1;
}
.side_account { width: 100%; margin-bottom: 30px; }
.side_account a { display: flex; flex-direction: row; gap: 12px; align-items: center; font-size: 30px; color: var(--text-color); position: relative;}
.side_account a i, .side_account a .fa { font-size: 24px; line-height: 24px;}
.side_account a i, .side_account a svg, .side_account a .fa, .side_account a .h6 { color: var(--black-color); margin-bottom: 0; }
.side_account { display: none;}



.search_sec { width: 100%; display: none; position: fixed; top: 120px; left: 0; z-index: 501; padding: 0 30%; }
.search_sec.show { display: block;}
.close_search { position: relative; top: 0; left: 0; z-index: 501; font-size: 24px; color: var(--secondary-color); cursor: pointer;}
.search_bar { width: 100%; margin: 0; display: flex; justify-content: space-between; gap: 30px; align-items: center;  }
.search_box { min-width: 90%; display: flex; align-items: center; border: 2px solid var(--primary-color); border-radius: 50px; overflow: hidden; background: #fff; }
.mobile_search_input {
    flex: 1;
    border: none;
    outline: none;
    padding: 9px 16px;
    font-size: 14px;
    box-shadow: none !important;
    border-radius: 0;
}
.mobile_search_btn {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 9px 18px;
    font-size: 20px;
    border-radius: 0;
    flex-shrink: 0;
}
.mobile_search_btn:hover { color: var(--secondary-color);}













