/* NONDON SHOP */
/* Nando Ghosh */

:root {
    --font: 'Poppins', sans-serif;
    --font-one: 'Montserrat', sans-serif;
    --blue: #0cc5f3;
    --gray: #83817d;
    --yellow: #F7941E;
    --pink: #F8EDFF;
    --white: #ffffff;
    --black: #1f1d1d;
    --green: #02a111;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    font-family: var(--font);
    color: var(--gray);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    background-color: #F0F2F5;
}

a {
    color: var(--green);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black);
    font-family: var(--font);
    margin: 0;
}

p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0px;
}

.bg-primary {
    background-color: var(--green) !important;
}

img {
    display: inline-block;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 18px;
    }
}

/*** Button ***/
.back-to-top {
    position: fixed;
    display: none;
    right: 35px;
    bottom: 85px;
    z-index: 99;
}

.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    color: var(--green);
    border: 2px solid var(--green);
    padding: 5px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
}

/*.btn-primary:hover {*/
/*    color: var(--white);*/
    /*border: 1px solid var(--green);*/
/*    background: var(--green);*/
/*    border-radius: 6px;*/
/*    font-weight: 600;*/
/*    font-size: 16px;*/
/*}*/

.btn.btn-primary {
    color: var(--white);
    background-color: var(--green);
    border: none;
}
.buttons{
    /*display: flex ;*/
    /*align-items:center;*/
    gap:10px important;
    padding: 0 10px 10px !important;
}
.buy_now {
    width: 42%;
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    border:none;
    border-right: 0px;
    background: var(--green);
    border-radius: 6px;
}

.buy_now:hover {
    font-weight: 600;
    color: var(--white);
    border: none;
    background: var(--green);
}

.add_to_cart {
    width: 52%;
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--green);
    border: none;
      border-radius: 6px;
    background: #F0F2F5;
}

.add_to_cart:hover {
    font-weight: 600;
    color: #02a111;
    border: none;
    /*background: var(--green);*/
}

.view_more {
    font-size: 18px;
    padding: 10px 100px;
    font-weight: 600;
    color: var(--green);
    border: 2px solid var(--green);
    background: transparent;
}

.view_more:hover {
    font-size: 18px;
    padding: 10px 100px;
    font-weight: 600;
    color: var(--white);
    border: 1px solid var(--green);
    background: var(--green);
}

@media (max-width: 667px) {
nav.mobile ul li{
       text-align: center !important;
}
    .buy_now {
        width: 43%;
        font-size: 10px;
        font-weight: 600;
        color: white;
        padding: 0 6px !important;
        background: var(--green);
    }

    .add_to_cart {
        padding: 0 6px !important;
        width: 54%;
        font-size: 10px;
        font-weight: 600;
        color: var(--green);
        /*background: transparent;*/
    }
      .side-menu-parent{
        width:320px !important;
    }
   .main-sidemenu {
    padding: 0px;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: #31313190;
    transition: 0.4;
   }
   .menuShow{
    border: none;
    border-radius: px;
    }
}

.btn-square {
    width: 38px;
    height: 38px;
    padding: 7px;
    font-weight: normal;
    border-radius: 0px;
}

@media (max-width: 1024px) {
    .back-to-top {
        position: fixed;
        display: none;
        right: 20px;
        bottom: 70px;
        z-index: 99;
    }

    .btn-square {
        width: 28px;
        height: 28px;
        padding: 2px;
    }
}

.card {
    border: none;
    border-radius: 0px;
}

.card-header:first-child {
    border-radius: 0px;
    border: none;
}

.form-control {
    height: auto !important;
    border-radius: 0px;
}

/* Header */

header .header-top {
    background-color: var(--black);
}

header .header-top .left-item ul li {
    float: left;
    color: var(--white);
    padding: 5px;
    font-size: .9rem;
    list-style: none;
}


header .header-top .right-item ul li {
    float: right;
    color: var(--white);
    padding: 5px;
    font-size: .9rem;
    list-style: none;
}

.header-down {
    /*border-bottom: 1px solid #ccc;*/
    background: #fff;
    box-shadow: 0px 0px 15px rgb(236 236 236);
}

.header-down .menu ul {
    display: flex;
    gap: 20px !important;
    list-style: none;
    padding: 10px 0 !important;

}


.header-down .menu ul li {
    margin-left: 0px !important;
}

.header-down .menu ul li a {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .sidemenu .category-menu{
  gap:10px;
    justify-content: initial !important;
}
.sidemenu ul ul {
    margin-top: 20px;
    position: static !important;

}
.sidemenu ul ul li{
   padding-left: 40px;

}
    header .header-top .left-item ul {
        float: none;
        display: flex;
    }
/*    .nav-bg {*/
/*    padding: 0 !important;*/
/*}*/
}

.nav-bg {

    background-color: var(--white);
    border-bottom: 1px solid #e5e5e5;
}

.navbar-brand {
    font-weight: 600;
    font-size: 46px !important;
    color: var(--green);
}

.navbar-brand:hover {
    color: var(--white);
}

.navbar-brand span {
    font-weight: 600;
    font-size: 46px !important;
    color: var(--white);
}

.navbar-brand:hover span {
    color: var(--green);
}

.navbar-brand img {
    width: 180px;
    /*height: 40px;*/
}

nav ul li a {
    font-size: 17px !important;
    color: #02a111 !important;
}

nav ul li a:hover {
    color: #02a111;
}
.zero-padding{
     padding: 0px !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    border: none;
}
.nav-login{
    padding: 5px 20px !important;
    background: #02a111;
    color: white !important;
    border-radius : 6px;
    border: 1px solid #02a111;
}
.nav-signup{
    padding: 5px 20px !important;
    border: 1px solid #02a111;
    color: #02a111 !important;
    border-radius : 6px;
}
.nav-cart{

    /*background-color: #e5e5e5;*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #02a111;
    color: #02a111;
}
.desktop-nav nav ul li a span {
    color:white;

    font-size: 10px;
    position: absolute;
    z-index: 999;
    top: 15px;
    margin-left: 16px;
    background-color: #02a111;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
}

/*.desktop-nav nav ul li a:hover span {*/
/*    color: var(--green);*/
/*    background-color: var(--white);*/
/*}*/

.search-box {
    position: relative;
    width: 535px ;
    padding-right:31px;
    border-radius:30px;
}

.search-icon {
    color: #02a111;
    position: absolute;
    z-index: 999;
    margin-left: 490px;
}

@media screen and (max-width: 1024px) {
    .search-box {
        height: 40px;
        width: 695px;
        position: fixed;
        top: 5px;
        z-index: 9999;
    }

    .search-icon {
        margin-left: 645px;
    }
}

@media screen and (max-width: 667px) {
    .search-box {
        /*height: 40px;*/
        width: 100%;
        position: static;
        /*top: 10px;*/
        /*z-index: 9999;*/
    }

    .search-icon {
        z-index: 9999 !important;
        /*bottom:16%;*/
        right: 6%;
    }
    .navbar-brand img {
    width: 140px;
    /*height: 40px;*/
   }
}


/* Side Menu */

.sidemenu {
    height:100%;
    border-radius: 10px;
    padding: 10px 0px;
    background-color: var(--white);
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease 0s;
}

.sidemenu ul {
    position: relative;
    list-style: none;

}
.sidemenu .category-menu{
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    justify-content: space-between ;
}

.sidemenu ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--gray) !important;
    padding: 0px 20px;
    transition: .5s ease;
}

.sidemenu ul li a:hover {
    color: var(--green) !important;
}

.sidemenu ul ul {
    position: absolute;
    left: 308px;
    width: 100%;
    top: 0px;
    display: none;
    background-color: var(--white);
    border-radius: 5px;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
}

.sidemenu ul span {
    position: absolute;
    /*display: none;*/
    right: 20px;
    font-size: 14px;
}

.sidemenu ul li:hover span {
    display: initial;
    z-index: 999;
}

.sidemenu ul .dropdown {
    position: relative;
}

.sidemenu ul .dropdown:hover>ul {
    display: initial;
    z-index: 999;
    padding: 10px 5px;
}

.sidemenu ul .dropdown_two ul {
    position: absolute;
    left: 306px;
    width: 100%;
    top: 0;
}

.sidemenu ul .dropdown_two:hover ul {
    display: initial;
    z-index: 999;
    padding: 10px 5px;
}

.product {
    display: flex;
    flex-direction: column;
    height: 120px;
    width: 120px;
    text-align: center;
}

.product img {
    height: 70px;
    width: 70px;
    padding: 5px;
}

.product .product-text {
    font-size: 12px;
    line-height: 14px;
}

.product-text{
    height:40px;
}

/* Slider */

.carousel-inner {
    border-radius: 10px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 40px;
    font-weight: 900;
}

.carousel-indicators [data-bs-target] {
    border-radius: 50%;
    height: 10px;
    width: 10px;sea
    background-color: var(--green);
}


@media screen and (max-width: 767px) {
    .sidemenu ul li a {
    display: inline-block;
    padding: 0px 0px 0 20px;
}
    .mobile-slider .carousel-inner {
        height: 100% !important;
        width: 100% !important;
        border-radius: 0px;
    }
}

/* Camping */
.camping .camp-img img {
    height: 200px;
    width: 1100px;
    margin-left: 100px;
    border-radius: 2px;
}

/* verified */
.verified {
    /*background-color: var(--green);*/
    border-radius: 10px;
}

/*.verified:hover {*/
/*    background-color: var(--green);*/
/*}*/

.verified ul {
    display: flex;
    /*gap: 10px;*/
    justify-content: space-between;
}

.verified ul li {
    font-size: 16px;
    line-height: 22px;
    list-style: none;
    padding:20px 15px;
    background-color:#02a111;
    border-radius:6px;
    /*border-right: 2px solid #d6d5d3;*/
}

/*.verified ul li:last-child {*/
    /*padding-right: 0;*/
/*    border-right: none;*/
/*}*/


.verified ul li img {
    margin-top: -3px;
    margin-right: 5px;
}

.verified ul li a {
    color: var(--white);
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .verified ul {
        display: flex;
        flex-direction: column;
    }

    .verified ul li {
        padding: 7px;
        border-right: none;
        padding-right: 0px;
    }
}
@media (min-width: 1420px) and (max-width: 2000px) {
  .verified ul li {


    padding:20px 35px;
}
}

@media screen and (max-width: 1024px) {
    .verified ul {
        display: flex;
    }

    .verified ul li {
        font-size: 14px;
        border-right: none;
        padding-right: 5px;
    }
}

/* Services */
.services .col {
    border-right: 2px solid #d6d5d3;
}

.services .col:last-child {
    border-right: 0px;
}

.services .card {
    height: 135px;
    width: 136px;
    border: none;
    border-radius: 0px;
    position: relative;
    background: transparent;
}

.services a:hover span {
    color: var(--green);
}

.services .last {
    border-right: none;
}

.services .card img {
    height: 95px;
    width: 95px;
    padding: 10px;
    align-self: center;
}

.services .card .product-text {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    padding: 0px 10px;
}

@media screen and (max-width: 1024px) {
    .services .col {
        border-right: 0px;
    }

    .services .card {
        height: 100px;
        width: 101px;
        border: none;
        border-radius: 0px;
        position: relative;
        background: transparent;
    }

    .services .card img {
        height: 60px;
        width: 60px;
        padding: 10px;
        align-self: center;
    }

    .services .card .product-text {
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        padding: 0px 5px;
    }
}

/* Flash Sale */
.flash-sale {
    padding: 10px 10px;
    border-radius: 5px;
}

.trimmers span {
    background: var(--green);
    color: var(--white);
    padding: 5px 10px;
    border-radius: 2px;
}

.flash-sale .card {
    border: none;
    border-radius: 0px;
    position: relative;
}

.flash-sale .card .favorite {
    position: absolute;
    z-index: 999;
    align-self: self-end;
    color: var(--green);
    font-size: 26px;
    margin-top: 15px;
    margin-right: 15px;
    text-shadow: none;
}

.flash-sale .card:hover {
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.57);
    transition: all 0.4s ease 0s;
}
.log-sign{
    width: auto;

}
@media screen and (max-width: 767px) {
    .log-sign{
    width: 100%;

}
    .flash-sale .trimmers {
        font-size: 16px;
        background: var(--green);
        padding: 20px 10px;
        border-radius: 6px;
    }

    .flash-sale .trimmers span {
        background: var(--white);
        padding: 5px;
        border-radius: 0px;
    }

    .flash-sale .trimmers small {
        color:  var(--white);
    }
    .flash-sale .trimmers span {
        color: #313131;
        border-radius: 4px;
    }

    .flash-sale .trimmers .text {
        color: var(--white);
        font-size: 16px;
        margin-right: 40px;
    }
    .card-body a p{
        font-size: 16px !important;
    }
    .product-price{
        margin-top: 8px;
        font-size: 16px !important;
    }
    .services .card img {
        height: 80px;
        width: 80px;
    }
}

/* Categories */

.categories .card {
    height: 158px;
    width: 158px;
    border: none;
    border-radius: 0px;
    position: relative;
}

.categories .card:hover {
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.57);
    transition: all 0.4s ease 0s;
}

.categories .card img {
    height: 115px;
    width: 115px;
    padding: 10px;
    align-self: center;
}

.categories .card .product-text {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    padding: 0px 10px;
}

@media screen and (max-width: 1024px) {
    .categories .card {
        height: 135px;
        width: 136px;
    }

    .categories .card img {
        height: 95px;
        width: 95px;
    }
}

@media screen and (max-width: 767px) {
    .categories .card {
        height: auto;
        width: auto;
    }

    .categories .card img {
        height: 80px;
        width: 80px;
    }

    .categories .card .product-text {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        padding: 0px 5px;
    }
}

/* just-for-you */
.just-for-you {
    /*padding: 0px 10px;*/
}

.just-for-you .card {
    border: none;
    border-radius: 0px;
    position: relative;
    text-shadow: 5px 5px 4px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 5px -5px rgba(150, 144, 144, 0.57);
    -moz-box-shadow: 0px 5px 5px -5px rgba(150, 144, 144, 0.57);
}

.just-for-you .card .favorite {
    position: absolute;
    z-index: 999;
    align-self: self-end;
    color: var(--green);
    font-size: 26px;
    margin-top: 15px;
    margin-right: 15px;
    text-shadow: none;
}

.just-for-you .card:hover {
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.57);
    transition: all 0.4s ease 0s;
}

.product-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 14px;
    color: var(--black);
}

.product-price {
    margin-top: 12px;
    font-size: 20px;
    line-height: 20px;
    color: #313131;
}

.discount-percent {
    font-size: 12px;
    color: var(--gray);
    text-decoration: none;
}

.discount-price {
    font-size: 12px;
    color: var(--gray);
    text-decoration: line-through;
}


.ratings {
    color: var(--gray);
    font-family: var(--font);
    opacity: 50%;
}

.product-ratings {
    color: var(--green);
}

/*** Footer ***/
.footer {
    color: var(--black);
}

.footer-brand {
    font-weight: 900;
    font-size: 46px !important;
    color: var(--green);
}

.footer-brand:hover {
    color: var(--white);
}

.footer-brand span {
    font-weight: 900;
    font-size: 46px !important;
    color: var(--white);
}

.footer-brand:hover span {
    color: var(--green);
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-weight: normal;
    border: 1px solid var(--black);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--green);
    background: none;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--black);
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}


.footer .btn.btn-link:hover {
    /*letter-spacing: 1px;*/
    box-shadow: none;
    /*font-weight: 900;*/
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--black);
    font-weight: 500;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 2px solid var(--white);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer h4 {
    color: var(--black);
    font-weight: 600;
}

.footer p {
    line-height: normal;
    font-weight: 400;
    color: var(--black);
}

.payment-img {
    max-width: 127px;
}

@media screen and (max-width: 767px) {
    .payment-img {
        max-width: 140px;
    }

    .footer h4 {
        font-size: 14px;
    }

    .footer p {
        font-size: 12px;
    }

    .footer .btn.btn-link {
        font-size: 12px;
    }
}


/* Shop Page */

.shop-option {
    background-color: var(--green);
}

.shop-option:hover {
    background-color: var(--green);
}

.shop-option ul {
    display: flex;
    justify-content: space-between;
}

.shop-option ul li {
    font-size: 16px;
    line-height: 22px;
    list-style: none;
    padding-right: 28px;
    border-right: 2px solid #d6d5d3;
}

.shop-option ul li:last-child {
    padding-right: 0;
    border-right: none;
}


.shop-option ul li a {
    color: var(--black);
    font-weight: 600;
}

.page-header {
    background: url(../img/slider/background-1.avif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
   .product-title {
    font-size: 38px;
    margin-top: 10px;
}
@media screen and (max-width: 1024px) {
    .shop-option ul {
        display: flex;
    }

    .shop-option ul li {
        font-size: 14px;
        border-right: none;
        padding-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .card-body {
 padding:10px !important;
}
    .shop-option ul {
        display: flex;
        flex-direction: column;
    }

    .shop-option ul li {
        padding: 7px;
        border-right: none;
        padding-right: 0px;
    }

    .products {
        padding-right: 0px !important;
        padding-left: 0px !important;

    }
    .product-title {
    font-size: 24px !important;
    margin-top: 10px;
    line-height: 32px
}
.buttons{
gap: 6px !important;
}
}

/* Product Page */

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail li {
    width: 18%;
    margin-right: 2.5%;
}

.preview-thumbnail li img {
    max-width: 100%;
    display: block;
}

.preview-thumbnail li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail li:last-of-type {
    margin-right: 0;
}


.preview-pic img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.price span {
    color: var(--green);
}

.product-title,
.rating,
.product-description,
.price,
.vote,
.sizes {
    margin-bottom: 15px;
}

.product-title {
    font-size: 38px;
    margin-top: 10px;
}


.size {
    margin-right: 15px;
}

.size:first-of-type {
    margin-left: 40px;
}

.like {
    margin: 5px;
    width: 150px;
    background: var(--green);
    /* padding: .5em 1.5em; */
    border: none;
    font-weight: bold;
    color: var(--white);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.like:hover {
    background: var(--green);
    color: var(--white);
}

.product_page_buy_now {
    width: 130px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    color: var(--green);
    border: 1px solid var(--green);
    background: transparent;
}

.product_page_buy_now:hover {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    color: var(--white);
    border: 1px solid var(--green);
    background: var(--green);
}

/* Dashboard */
.dashboard ul li {
    list-style: none;
    padding: 5px 0px;
    font-size: 20px;
}

/* mobile nav */
nav.mobile {
    display: flex;
    position: fixed;
    bottom: -1px;
    width: 100%;
    padding: 0.1rem 0;
    background: var(--green);
    border-top: 1px solid #ccc;
    z-index: 99999;
    margin: 0 auto;
}

.mobile {
    transition: 0.5s ease !important;
}

nav.mobile ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    justify-self: center;
    vertical-align: middle;
}

nav.mobile ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    margin: 0;
}

nav.mobile ul li a {
    color: var(--white) !important;
}

nav.mobile ul li a span {
    font-size: 12px;
}

nav.mobile ul li a span small {
    font-size: 10px;
    position: absolute;
    z-index: 999;
    top: 2px;
    margin-left: 25px;
    background-color: var(--white);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav.mobile ul li a span i {
    align-self: center;
    font-size: 20px !important;
    width: 28px;
    height: 28px;
    line-height: 36px;
    display: block;
    margin: 0 auto;
}

.mobile-header-top {
    padding: 5px 0px;
    border-bottom: 1px solid var(--gray);
}

.mobile-header-top-menu ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.offcanvas.offcanvas-start {
    width: 300px;
}


.sing-in-up {
    display: grid;
    justify-items: center;
}

.category-name{
    padding: 0 10px;
}
.category-name:hover{
    text-decoration: underline;
}
.card-body a p{
    font-size: 20px ;
    font-weight: 400 !important;
    line-height: 27px !important;
    color: #313131;
}
.card-main{
    border: 1px solid #e5e5e5 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}
.save-money{
    margin-left: 15px;
    padding: 0 8px;
    background-color: #15BC92;
    border-radius: 16px;
    color:white;
    font-size:12px;
    font-weight: 400;
}
.available{
    color: #19BD94;
}
.rounded{
    border-radius: 6px;
}
.text-color{
    color: #313131;
    font-weight: 500;
/*letter-spacing: 0.3px;*/
}
.detail-qty {
    margin-top: 15px;
    width:150px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.detail-qty a{
    width:33%;
     display:flex;
    align-items: center;
    justify-content: center;
}
.detail-qty input {
    width:34% !important;
  outline: none;
  border-left: 1px solid #dee2e6 !important;
  border-right: 1px solid #dee2e6 !important;
}
.related-addcart{
    margin-top: 10px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #02a111;
    color: white;
    border-radius: 6px;
}
.table>:not(caption)>*>* {
    font-size: 18px;
    font-weight: 500;
    color: #313131 !important;
}
.item-title{
    font-size: 16px !important;
    /*font-weight: 500 !important;*/
    color: #313131 !important;
}
.cart-price{
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #313131 !important;
}
.detail-info button{
    width: 33%;
    height:40px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.btn-custom{
    background-color: #F0F2F5 !important;
    border: 1px solid #747474;
}
.res-search{
    width:35px !important;
    height:35px !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    /*background-color: #02a111;*/
    color: #473e3e;
}
.font-weight-semi-bold{
    font-size: 18px;
    font-weight: 500;

}




.title{
    margin-bottom: 5vh;
}
.cardu{
    margin: auto;
    /*max-width: 950px;*/
    /*width: 90%;*/
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 6px;
    border: transparent;
}
@media(max-width:767px){
    .cardu{
        margin: 3vh auto;
    }
}
.cart{
    background-color: #fff;
    padding: 4vh 5vh;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
@media(max-width:767px){
    .cart{
        padding: 2vh;
        border-bottom-left-radius: unset;
        border-top-right-radius: 6px;
    }
}
.summary{
    background-color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: 1px solid #F0F2F5;
    padding: 2vh;
    color: rgb(65, 65, 65);
}
.summary-title{
    padding:12px;
    background-color: #02a111;
    color:white;
    font-size: 22px;
    font-weight: 500;
}
@media(max-width:767px){
    .summary{
    border-top-right-radius: unset;
    border-bottom-left-radius: 1rem;
    }
    .main{
    margin: 0;
    padding: 0vh 0 2vh !important;
    width: 100%;
}
.add-remove{
 display: flex;
 align-items:center;
 gap: 6px !important;
 margin-top: 5px;
}
.add-remove a{
 display: flex;
 align-items:center;
 justify-content: center;
    width: 35px !important;
    height: 35px !important;
    border-radius: 4px;

}
}
.summary .col-2{
    padding: 0;
}
.summary .col-10{
    padding: 0;
}
.row{
    margin: 0;
}
.title b{
    font-size: 1.5rem;
}
.main{
    margin: 0;
    padding: 2vh 0;
    width: 100%;
}
.col-2, .col{
    /*padding: 0 1vh;*/
}

.close{
    margin-left: auto;
    font-size: 0.7rem;
}

.back-to-shop{
    margin-top: 4.5rem;
}

form{
    padding: 2vh 0;
}
select{
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
}
.add-remove{
 display: flex;
 align-items:center;
 justify-content: end;
 gap: 4px
}
.add-remove a, .add-remove span, .add-remove button {
 display: flex;
 align-items:center;
 justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;

}
.total-tk{
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items:center;
}
 #code{
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253) , rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}
.buttonbg{
    background-color: #02a111;
    color:white;
    border:1px solid #02a111;
}
.checkout{
    font-size: 18px;
    text-align:center;
    width: 100%;
    background-color: #02a111;
     color:white;
    border:1px solid #02a111;
}
.checkout:hover{
    background-color: #02a111;
     color:white;
    border:1px solid #02a111;
}
.font-size{
    font-size: 16px;
    display: flex;
    align-items:center;
    justify-content:center;

}

.quickViewBottomPadding {
    height: 0px;
}
.side-menu-parent{
    width:100%;
}

@media(max-width:767px){
    .quickViewBottomPadding {
        height: 60px;
    }

}
