:root {
    --theme-green: #26901b;
    --color-border: #edeef5;
}
c {
    box-sizing: border-box;
}
body {
    background-color: #ffffff;
    line-height: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
    font-family: 'Roboto', sans-serif;
    color: #000;
    position: relative;
    overflow-x: hidden;
    /*  letter-spacing: 0.050em;*/
}
/*
@media (min-width: 1921px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1880px;
    }
}
*/
@media (max-width: 1320px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}
.offer-2 .img-fluid {
    width: 100%;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: #000000;
}
.btn:hover, .btn:focus {
    box-shadow: none;
}

.category {
    max-width: 262px;
}
nav.navbar {
    max-width: calc(100% - 430px);
    padding: 0;
}
a.book_time {
    background: #ff6743;
    display: inline-block;
    width: 142px;
    color: #fff;
    margin-left: 16px;
    border-radius: 5px;
}
a.book_time:hover {
    background: #fff;
    color: #000;
}
nav.navbar ul li {
    margin: 0 8px;
    font-size: 16px;
}
nav.navbar ul li:last-child {
    margin-right: 0px;
}
.top_bar {
    background: #f8f7fb;
}
.menu_bar nav.navbar ul li a.nav-link {
    color: #fff;
    padding: 6px 14px;
    border-radius: 40px;
}
.menu_bar {
    padding-top: 5px;
    border-bottom: 1px solid #e3e4e6;
    padding-bottom: 5px;
    background: #e72427;
}
.category .browse_category {
    padding: 8px 20px;
    /*    background: var(--theme-green);*/
    background: #ff6743;
    color: #fff;
    border-radius: 5px;
}
.category #categoryList {
    position: absolute;
    background: #fff;
    z-index: 2;
    top: calc(100% + 10px);
}
.category .card-body {
    border-radius: 0;
    padding: 0 0px;
    min-width: 230px;
    /*    height: calc(100vh - 202px);*/
    /*    overflow: auto;*/
}
.category .card-body::-webkit-scrollbar {
  width: 4px;
}
.category .card-body::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.category .card-body::-webkit-scrollbar-thumb {
  background: #888; 
}

.category .card-body::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.menu_bar a.nav-link:hover, .menu_bar a.nav-link.active {
    background: #ff6743;
    color: #fff;
}
.alt {
    transform: scaleX(-1);
}

.search_bar {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e3e4e6;
}
.logo {
    max-width: 8%;
    margin: 0px;
}
.search-form {
    max-width: 35%;
    margin-left: 4%;
    margin-right: 4%;
}
.search-form input.form-control {
    height: 42px;
    padding: 10px 30px;
    border-radius: 5px;
    background: #f8f7fb;
    /* margin-left: 100px; */
}
.search-form button.btn {
    margin-left: -50px;
    height: 42px;
    font-size: 22px;
    background: #fff0;
    color: #e72427;
    line-height: 1;
}
.search_bar .column-right {
    max-width: 49%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 36px;
}
.header-cart { 
    display: flex;
    justify-content: end;
}
.header-cart .cart-price {
    margin-right: 10px;
    margin-top: 6px;
}
.header-cart .cart-icon {
    background-color: #fff1ee;
    border-color: #fff1ee;
    color: #ea2b0f;
    position: relative;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 24px;
}
.header-cart .cart-item-count {
    background-color: #ea2b0f;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}
.login-icon {
    position: relative;
}
.login-icon:before {
    content: '';
    height: 86px;
    width: 1px;
    border-right: 1px solid #d2d2d2;
    top: -25px;
    right: -20px;
    position: absolute;
}
.login-icon i {
    background-color: #ffffff;
    border: 1px solid #e2e4ec;
    color: #ea2b0f;
    position: relative;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 38px;
    font-size: 24px;
    margin-right: 5px;
}

.top_bar .header-top-left li {
    margin-right: 15px;
}
.top_bar ul li i {
    color: #ea2b0f;
}
.header-top-right {
    justify-content: flex-end;
}
.top_bar .header-top-right li {
    margin-left: 15px;
}
li.main_cat.dropdown, .main_cat .dropdown-menu a  {
    padding: 8px 10px;
    /*    position: static;*/
    border-bottom: 1px solid #d2d2d2;
    opacity: 0.7;
}
li.main_cat.dropdown:hover, .main_cat .dropdown-menu a:hover  {
    background: #f1f1f1;
    opacity: 1;
}
li.main_cat.dropdown a {
    width: 100%;
    display: flex;
}
li.main_cat.dropdown i {
    margin-left: auto;
    padding-top: 4px;
}
.main_cat .dropdown-menu {
    position: absolute;
    top: 0;
    left: 229px;
    width: 100%;
    /*    height: 100%;*/
    background: #fff;
    border-radius: 0;
    padding: 0 0px;
}
li.main_cat.dropdown:hover > a {
    color: #ea2b0f; 
    cursor: pointer;
}
.main_cat:hover .dropdown-menu {
    display: block;
}
li.main_cat.dropdown li.category-heading a {
    color: var(--theme-green);
    border-bottom: 1px solid #d2d2d2;
}


#body.mystyle {
    height: 100vh;
    overflow: hidden;
}
#body.mystyle:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 9;
}
.menu_bar_icon {
    font-size: 20px;
    line-height: 2;
    color: #fff;
    background: #ff6743;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ea2b0f;
  display: block;
  transition: 0.3s;
}
.sidenav a.nav-link {
    padding: 12px 18px;
    font-size: 15px;
    border-bottom: 1px solid var(--color-border);
    color: #000;
    opacity: 0.7;
}
.sidenav a.nav-link i {
    color: #ea2b0f; 
    font-size: 20px;
    margin-right: 6px;
}
.sidenav a.nav-link:hover {
    opacity: 1;
}

.sidenav a:hover {
  color: #000;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


main {
    --sider-width: 230px;
}
.left-sidebar {
    float: left;
    width: var(--sider-width);
/*    background: red;*/
}
.content_wrapper {
/*    width: calc(100% - var(--sider-width));*/
    width: 100%;
    padding-top: 25px;
/*    padding-left: 25px;*/
/*    margin-left: var(--sider-width);*/
}
#dm-bannerIndicators {
    border-radius: 8px;
/*    overflow: hidden;*/
    margin-bottom: 30px;
}
#dm-bannerIndicators .carousel-indicators {
    justify-content: flex-start;
    margin-left: 10%;
    margin-bottom: 30px;
}
#dm-bannerIndicators.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #525252;
    border-radius: 50%;
    border: 0px;
    margin-right: 8px;
}
#dm-bannerIndicators.owl-theme .owl-dots .owl-dot.active span {
    background: var(--theme-green);
    box-shadow: 0 0 0 4px #26901b52;
}
#dm-bannerIndicators.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    z-index: 1;
    position: absolute;
    bottom: 25px;
    left: 10%;
}

.cat_list_boxed {
    display: flex;
    flex-wrap: wrap;
}
.category_wrapper {
    text-align: center;
    width: 11.8%;
    background: var(--bg-color);
    padding: 0px 10px;
    margin: 4px;
    border-radius: 5px;
    flex-grow: 1;
}
.category_wrapper .category-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.375rem;
    flex: 0 0 4.375rem;
    max-width: 4.375rem;
    margin: auto;
    margin-top: 6px;
    margin-bottom: 2px;
}
.category_wrapper .category-image img {
    max-width: 100%;
}
.category_wrapper  .entry-category {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.category_wrapper  .entry-category br {
    display: none;
}
.category_wrapper .category-count {
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    display: none;
}

.section {
    padding-top: 40px;
}
.title {
    font-size: 28px;
    margin-bottom: 5px;
    line-height: 1;
}
.sub_title {
    font-weight: 300;
    font-size: 15px;
}
a.theme-btn {
    border: 1px solid var(--theme-green);
    border-radius: 40px;
    padding: 8px 24px;
    margin-top: 8px;
    display: inline-block;
    transition: all 0.3s linear;
    min-width: 128px;
    text-align: center;
}
a.theme-btn:hover {
    font-weight: 500;
    color:  var(--theme-green);
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 28px;
  position: relative;
  border: 0px solid #c6c6c6;
  background: #fff;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  text-align: center;
  width: 42px;
  display: inline-block;
  font-size: 13px;
  margin: 0px;
  resize: vertical;
  border: 0px solid #c6c6c6;
}

.product_option label + .input-group {
    width: auto;
    display: inline-flex !important;
    margin-left: 5px;
}
.product_option .input-group .button-minus, .product_option .input-group .button-plus {
    width: 32px;
}

.product_option .input-group .button-minus, .product_option .input-group .button-plus, .product_option .input-group .quantity-field {
    height: 30px;
}
.products .owl-stage-outer {
    padding-bottom: 86px;
}
prd_box {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border: 1px solid var(--color-border);
}
.prd_name {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1.2;
    height: 40px;
    text-align: center;
}
.q-stock {
    margin-top: 8px;
    color: #0099ff;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
}
.price {
    font-weight: 700;
    font-size: 18px;
    color: #ea2b0f;
}
span.stock.ms-2 {
    color: var(--theme-green);
    font-size: 13px;
    background: #ddffdd;
    border-radius: 4px;
    padding: 0px 5px;
}
.prd_box {
/*    width: 100%;*/
    min-width: 172px;
    max-width: 172px;
/*    max-width: 220px;*/
    padding: 12px;
    border: 1px solid var(--color-border);
    position: relative;
}
.featured {
    padding: 4px 10px;
    font-size: 11px;
    background: #feefea;
    color: #000;
    border-radius: 20px;
    margin-left: 25%;
}
.new {
    padding: 4px 10px;
    font-size: 11px;
    background: #ecffec;
    color: #000;
    border-radius: 20px;
}
.prd_image img {
    max-height: 120px;
    object-fit: contain;
}
.product_option { text-align: center; }
.product_option .button-group {display: inline-block;border: 1px solid var(--color-border);}
a.atc_btn {
    background: var(--theme-green);
    color: #fff;
    border-radius: 40px;
    padding: 5px 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 12px;
}
.atc.box {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 15px 15px;
    transition: all 0.3s linear;
    will-change: opacity;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border: 1px solid var(--color-border);
    border-top: 0px;
}
.prd_box:hover {
    border-bottom: 0px;
}
.prd_box:hover .atc.box {
    opacity: 1;
    visibility: visible;
}
.product_list.z-9  {
    position: relative;
    z-index: 9;
}
.with_navs.owl-theme .owl-nav [class*=owl-] span { margin-top: -3px; }
.with_navs.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "klbtheme";
    font-size: 24px;
    width: 40px;
    height: 40px;
    top: 42%;
    color: #000;
    background-color: #fff;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    text-shadow: 0 0 0;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.07);
    box-shadow: 0 2px 4px rgba(0,0,0,.07);
}
.with_navs.owl-theme .owl-nav .owl-prev {
    left: -22px;
}
.with_navs.owl-theme .owl-nav .owl-next {
    right: -25px;
}

.first_cupon {
    background-color: #FFEEF2;
    color: #ed174a;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    z-index: 2;
}
.first_cupon a {
    color: #ed174a;
}
.purchase-code {
    font-weight: 600;
    text-transform: uppercase;
    color: #ed174a;
    border: 1px dashed #ed174a;
    padding: 4px 1.25rem;
    border-radius: 1.875rem;
    margin: 0 0.9375rem;
}
.purchase-description {
    font-size: .75rem;
    color: #9b9bb4;
}
.offer-2 { margin-top: 30px; }
.after-slider {
    margin-top: -65px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.apps {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 60px;
}




footer {
/*    margin-top: 50px;*/
}
.pre_footer, .main_footer, .download_footer {
    background-color: #f7f8fd;
    padding: 30px 0;
    border-bottom: 1px solid #dcdcdc;
}
.pre_footer .col-md-3 {
    display: flex;
    align-items: center;
    padding: 0 40px;
    line-height: 1.4;
}
.pre_footer .col-md-3.with-border {
    border-right: 1px solid #dcdcdc;
}
.pre_footer .col-md-3 p small {
    font-size: 12px;
    display: block;
}
.pre_footer .col-md-3 img {
    max-width: 40px;
    margin-right: 15px;
}
.main_footer {
    padding-top: 80px;
    padding-bottom: 80px;
}
.main_footer h4 {
   margin-bottom: 20px;
    font-size: 20px;
}
.main_footer ul li {
   margin-bottom: 8px;
}
.main_footer ul li a {
    color: #000;
    display: flex;
}
ul.address li a i {
    font-size: 20px;
    color: #0ea903;
    width: 20px;
    text-align: center;
    padding-top: 4px;
    margin-right: 8px;
}
.quicklinks {
    padding-left: 80px;
}
.d_app {
    padding-left: 40px;
}
/*
.download_footer {
    background: #fff;
    padding: 35px 0;
}
*/
.download_footer h4 {
    font-size: 20px;
}
.download_footer .container, .download_footer ul {
    display: flex;
}
.download_footer ul {
    flex-wrap: wrap;
    margin-left: 20px;
/*
    justify-content: space-around;
    width: 86%;
*/
}
.download_footer ul li.spcae_line {
    margin: 0 20px;
    display: inline-block;
    opacity: 0.5;
}
.phone_footer i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    margin: 0 10px 0 0;
}
.phone_footer {
    font-size: 24px;
    font-weight: 600;
}
.hrs {
    font-size: 15px;
    font-weight: 300;
}
.downlaod_links, .social_links {
    display: flex;
    align-items: center;
}
.downlaod_links p {
    font-weight: 600;
    margin-bottom: 0;
}
.social_links { justify-content: flex-start; }
.social_links ul {
    margin-top: 30px;
}
.social_links ul li a {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin: 0 5px;
    color: #808080;
    padding-top: 7px;
    display: block;
    font-size: 20px;
    height: 36px;
    width: 36px;
    text-align: center;
}
.facebookIcon {
    background-color: #3b5998;
    color: white !important;
}
#insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff !important;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.copyrights {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #e5e5e5;
}
.copyrights p {
    margin-bottom: 0;
}
.copyrights .d-flex {
    justify-content: flex-end;
}
.copyrights .pay {
    height: 30px;
    margin-left: 15px;
}