
.mr-1{
    margin-right: 10px;
}
.mr-2{
    margin-right:20px;
}
.mr-3{
    margin-right: 30px;
}
.mr-4{
    margin-right: 40px;
}
.mr-5{
    margin-right: 50px;
}
.ml-1{
    margin-left: 10px;
}
.ml-2{
    margin-left:20px;
}
.ml-3{
    margin-left: 30px;
}
.ml-4{
    margin-left: 40px;
}
.ml-5{
    margin-left: 50px;
}
p{
    color: #607587;
}
.top-head-bar{
background: #F0F5FA;
border-bottom: 1px solid #BDD0E0;
padding: 20px;
display: flex;
align-items: center;
justify-content: space-between;
}

.input-search .form-control{
    border: 1px solid #BDD0E0;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    background-image: url(../img/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 10px;
    width: 380px;

}
.input-search .form-control::placeholder{
    color: #98AABA;
    font-weight: 400;
    font-size: 14px;
}

.nav-top{
margin: 0;
padding: 0;
list-style: none;
display: flex;
}
.nav-top li{
    margin-right: 15px;
}
.nav-top li a{
    font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #667085;
text-decoration: none;
display: inline-block;
}
.nav-top li a span{
    background: #6CCA98;
    color: #fff;
    font-size: 11px;
    padding: 3px 3px;
    position: relative;
    margin-left: 15px;
}
.nav-top li a span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 9.5px solid transparent;
    border-right: 10px solid #6CCA98;
    border-bottom: 9.5px solid transparent;
}
.btn-border-line{
    background: #FFFFFF;
border: 1px solid #607587;
padding: 10px 15px;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
border-radius: 8px;
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #344054;
text-decoration: none;
display: inline-block;
}
.btn-border-line svg{
    position: relative;
    margin-right: 5px;
}
.btn-border-line:hover{
    background: #52AC7C;
    color: #fff;
}
.btn-border-line:hover svg path{
    stroke: #fff;
}

.btn-green{
    padding: 10px 15px;
    background: #52AC7C;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
border-radius: 8px;
font-weight: 500;
font-size: 14px;
line-height: 22px;
text-decoration: none;
color: #fff;
display: inline-block;
}
.btn-green:hover{
    background: #4aa273;
    color: #fff;
}

.top-bar-right{
    display: flex;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}
.top-bar-right li{
    margin-left: 10px;
}
.center-menu{
    padding: 15px 0px !important;
background: #FFFFFF;
border-bottom: 1px solid #BDD0E0 !important;
}
.center-menu ul.navbar-nav{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
/* .dropdown-hover:hover>.dropdown-menu {
display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
pointer-events: none;
} */
.navbar-expand-lg .navbar-nav .dropdown-menu{
    left: 100px;
    border: none;
    top: 0;
    right: 100px;
    padding-top: 0;
    border-radius: 0;
}
/* .navbar-expand-lg .navbar-nav .dropdown-menu.show{
    display: block;
} */
.navbar-expand-lg .navbar-nav .dropdown-menu .row{
    padding: 0 30px;
}
.center-menu a.nav-link::after{
    display: none;
}
.center-menu a.nav-link{
    font-weight: 500;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.005em;
color: #667085;
padding: 0 10px;
}
.sub-menu-header{
    padding: 10px 30px;
    border-bottom: 1px solid #BDD0E0;
    align-items: center;
    justify-content: space-between;
}
.sub-menu-header h2{
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #101828;
    margin-bottom: 0;
}
.center-menu .list-group span{
    font-weight: 600;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.005em;
color: #52AC7C;
display: inline-block;
width: 100%;
margin-bottom: 10px;
}
.close-ic{
    cursor: pointer;
    color: #607587;

}
.center-menu .list-group .list-group-item{
    font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #607587;
padding:  0 0 5px ;
border-bottom: none;
}
.center-menu .list-group .list-group-item:hover{
    background: transparent;
    color: #4aa273;
}
.owl-theme .owl-dots .owl-dot span{
    width: 16px;
height: 16px;
background: #BDD0E0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #4aa273;
}

.section-top80{
    padding-top: 80px;
}
.heading-2{
    font-weight: 600;
font-size: 30px;
line-height: 150%;
color: #323E48;
}

.craft-area{
background: #FFFFFF;
border: 1px solid #BDD0E0;
border-radius: 10px;
padding: 15px;
}
.feature-heading{
    font-weight: 500;
font-size: 18px;
line-height: 150%;
letter-spacing: -0.005em;
color: #101828;
}
.v-all{
    font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #667085;
text-decoration: none;
}
.v-all:hover{
    color: #4aa273;
}
.product-border-area{
background: #FFFFFF;
overflow: hidden;
position: relative;
border: 1px solid #BDD0E0;
border-radius: 10px;
display: inline-block;
width: 100%;
}
.picture-area{
    height: 230px;
}
.picture-area .f-height{
height: 100%;
object-fit: cover;
width: 100%;
}
.tag-f{
    background: linear-gradient(180deg, #52AC7C 0%, #25D979 100%);
padding: 10px 15px;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
border-radius: 0px 8px 8px 0px;
position: absolute;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #FFFFFF;
left: -1px;
top: 0;
}
.pro-over-btn{
    position: absolute;
    right: 15px;
    top: 15px;
}
.pro-sm-btn{
padding: 8px;
background: #FFFFFF;
border: 1px solid #BDD0E0;
border-radius: 8px;
display: flex;
flex-wrap: wrap;
margin: 5px 0;
}
.ml-10{
    margin-left: 10px !important;
}
.eletro{
    padding: 15px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}
.eletro h6{
    font-weight: 400;
font-size: 12px;
line-height: 150%;
letter-spacing: -0.005em;
color: #667085;
}
.eletro h2{
    font-weight: 500;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.005em;
color: #101828;
margin-bottom: 0;
}
.eletro h4{
    font-weight: 400;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.005em;
color: #607587;

}
.price-text{
    font-weight: 700;
font-size: 18px;
line-height: 150%;
letter-spacing: -0.005em;
color: #52AC7C;
}

.btn-view-all{
background: #FFFFFF;
border: 1px solid #607587;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
border-radius: 8px;
padding: 10px 18px;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #344054;
text-decoration: none;
display: inline-block;
width: auto;
}
.btn-view-all:hover{
    color: #fff;
    border: 1px solid #52AC7C;
    background: #52AC7C;
}
.section-bottom80{
padding-bottom: 80px;
}
.star-selling{
    background: #fff;
padding: 20px;
border: 1px solid #BDD0E0;
border-radius: 10px;
align-items: center;
display: flex;
height: 87%;
}
.star-selling h3{
    font-weight: 500;
font-size: 24px;
line-height: 150%;
color: #101828;
}
.star-selling p{
    font-weight: 500;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.005em;
color: #667085;
}
.btn-border-green{
    background: #FFFFFF;
border: 1px solid #52AC7C;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
border-radius: 8px;
padding: 10px 18px;
text-decoration: none;
color: #52AC7C;
}
.btn-border-green:hover{
    color: #52AC7C;
}
.grid-box{
    grid-gap: 1rem;
    display: grid;
}
.grid-rows-5{
    grid-template-columns: repeat(5,minmax(0,1fr));
}
.grid-rows-4{
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.m-auto .pagination{
    justify-content: center;
}
.m-auto .pagination li a{
    color: #1D2939;
    font-size: 14px;
}
.footer-section{
    background: #F0F5FA;
}
.footer-section .container{
    max-width: 1200px;
}
.footer-top{
    padding: 60px 0 30px 0;
}
.menu-list h3{
    font-weight: 600;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.005em;
color: #323E48;
margin-bottom: 10px;
}
.menu-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-list li{
    margin: 5px 0;
}
.menu-list li a{
    font-weight: 400;
font-size: 14px;
line-height: 20px;
display: inline-block;
width: 100%;
color: #607587;
text-decoration: none;
}
.menu-list li a:hover{
    color: #52AC7C;
}
.link-mail{
    font-weight: 400;
font-size: 14px;
line-height: 20px;
display: inline-block;
width: 100%;
color: #607587;
}
.link-mail a{
    color: #607587;
    text-decoration: none;
}
.social-icons{
    text-align: center;
    padding-top: 40px;
}
.social-icons ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-icons ul li{
    display: inline-block;
    margin: 0 5px;
}

.footer-bottom{
    border-top: 1px solid #BDD0E0;
    padding: 15px 0;
    text-align: center;
    font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #607587;

}
.navbar-toggler{
    padding: 10px !important;
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.grid-rows-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.grid-rows-2{
    grid-template-columns: repeat(2,minmax(0,1fr));
}


.add-category-sidebar{
    background: #FFFFFF;
    width: 400px;
border-left: 1px solid #EAECF0;
box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
position: fixed;
right: -400px;
top: 0;
bottom: 0;
z-index: 10000000;
padding: 0;
height: 100%;
overflow-x: hidden;
transition: 0.5s;
}
.add-category-sidebar.active{
    right: 0;
}

.add-category-sidebar.active.hide-box{
    right: -400px;
}




.heading-add{
    padding:15px 20px;
    position: relative;
    border-bottom: 1px solid #BDD0E0;
}
.heading-add h5{
    font-weight: 500;
font-size: 20px;
line-height: 150%;
letter-spacing: -0.005em;
color: #101828;
margin-bottom: 0;
}
.form-category{
    padding: 20px;
}
.form-category .form-group label{
    font-weight: 500;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.005em;
color: #344054;
margin-bottom: 5px;
}
.form-category .form-group .form-control{
    background: #FFFFFF;
border: 1px solid #D0D5DD;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
border-radius: 8px;
}

.button-area-group{
    text-align:center;
    padding: 15px 0;
}
.btn-common{
    background: #52AC7C;
border: 1px solid #439268;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
border-radius: 8px;
padding: 10px 16px;
font-weight: 500;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.005em;
color: #fff;
}

.btn-common:hover{
background-color: #439268;
color: #fff;
}

.closebtn {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
font-size: 34px;
line-height:34px;
cursor: pointer;
}
.add-profile-photo{
    text-align: center;
    padding: 0 0 60px;
}

.file-input .img{
    height: 91px;
    width:91px;
    background: #F9FAFB url(../img/Content.svg) no-repeat center;
    background-size: 100% 100%;
    border: 4px solid #fff;
border-radius: 50%;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
position: relative;
box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.file-input .img label{
    position: absolute;
    left: 50%;
    width: 200px;
    transform: translateX(-50%);
    right: 0px;
    bottom: -60px;
    padding: 8px 14px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #344054;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 40px;
}
.file-input{
    display: flex;
    grid-template-columns: repeat(1,1fr);
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
  }
.file-input input{
    opacity: 0;
   width: 0.1px;
   height: 0.1px;
   position: absolute;

}


::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track {
    background: #ccc;
  }

  ::-webkit-scrollbar-thumb {
    border: 0px solid #ccc;
    border-radius: 10px;
    background: #52AC7C;
  }

  .pas-relative {
    position: relative;
}
.field-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.form-check-input:checked{
    background-color: #52AC7C;
    border-color: #52AC7C;
}
.verify-text{
    font-weight: 400;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.005em;
color: #667085;
}
.ft-login{
    padding: 20px;
    border-top: 1px solid #EAECF0;
    font-weight: 600;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.005em;
color: #667085;
}
.ft-login a{
    color: #52AC7C;
    text-decoration: none;
}

.store-banner{
    background-image: 100%;
    padding: 150px 0;
}
.store-banner h2{
    font-weight: 600;
font-size: 36px;
line-height: 150%;
letter-spacing: -0.02em;
color: #FFFFFF;
}
.store-banner h6{
    font-weight: 500;
font-size: 18px;
line-height: 150%;
text-align: center;
letter-spacing: -0.005em;
color: #FFFFFF;

}
.add-fav{
    display: inline-block;
    background: #EAFFF3;
border: 1px solid #EAFFF3;
padding: 10px 15px;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
border-radius: 8px;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #323E48;
text-decoration: none;
}
.brd-cam {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.brd-cam li {
    margin-right: 10px;
}
.brd-cam li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #667085;
}
.brd-cam li a.active {
    color: #52AC7C;
}
.review-box h3{
    font-weight: 500;
font-size: 20px;
line-height: 150%;
letter-spacing: -0.005em;
color: #101828;
}

.common-card {
    padding: 20px;
    background: #fff;
    border: 1px solid #BDD0E0;
    border-radius: 0;
    width: 100%;
}
.user-left-details {
    position: relative;
    display: flex;
}
.absolute-right {
    position: absolute;
    right: 0;
    top: 0;
}
.date-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #667085;
}
.date-time img{
    position: relative;
    top: -2px;
}
.user-left-details .thumb-img {
    width: 120px;
    position: relative;
    margin-right: 15px;
}
.user-left-details .thumb-img img {
    border-radius: 10px;
}
.user-left-details .users-details {
    width: 90%;
}
.user-left-details .users-details h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #101828;
    margin-bottom: 5px;
}
.pro-rev {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #101828;
}
.font-pragraph {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #607587 !important;
}
.modal-custome .modal-dialog {
    max-width: 400px;
}
.modal-custome .modal-header{
    border: none;
}
.modal-custome .modal-header h5{
    text-align: center !important;
    font-weight: 500;
font-size: 18px;
line-height: 150%;
width: 100%;
letter-spacing: -0.005em;
color: #101828;
display: inline-block;
margin-bottom: 0;
}
.flex-grid {
    padding: 24px 19px 24px 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: none !important;
    flex-wrap: inherit !important;
}


.btn-border {
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #344054;
}
.w-50 {
    width: 50%!important;
}
.filter-box{
    display: flex;
    flex-direction: row;
}
.filter-sidebar{
    border-right: 1px solid #BDD0E0;
}
.basis-1-1{
    flex-basis: 25%;
}
.basis-1-3 {
    flex-basis: 75%;
}
.filter-sort{
    padding: 0;
}
.top-bar-filter{
    padding:15px 20px;
    border-bottom: 1px solid #BDD0E0;
}
.heading-h4{
    font-weight: 500;
font-size: 20px;
line-height: 150%;
letter-spacing: -0.005em;
margin-bottom: 0;
color: #344054;
}
.filter-accordion .accordion-item{
    border-radius: 0;
    background: transparent !important;
    border: none;
}
.filter-accordion .accordion-button{
    border-radius: 0 !important;
    font-weight: 500;
font-size: 18px;
line-height: 150%;
letter-spacing: -0.005em;
color: #344054;
border-bottom: 1px solid #BDD0E0;
background-color: transparent;
}
.accordion-item:last-of-type .accordion-button.collapsed{
    border-radius: 0 !important;
}
.filter-accordion .accordion-button::after{
    color: #25D979;
}
.filter-accordion .accordion-button:focus{
    outline: none;
    box-shadow: none;
}

  /*--- /.price-range-slider ---*/

  .irs--round .irs-bar {
    background-color: #52AC7C;
    height: 8px;
 }

 .irs--round .irs-handle {
   background-color: #52AC7C;
   border-color: #52AC7C;
   box-shadow: 0px 0px 0px 5px rgba(0, 194, 192, 0.2);
 }

 .irs--round .irs-handle.state_hover,
 .irs--round .irs-handle:hover {
    background-color: #52AC7C;
 }

 .irs--round .irs-handle {
   width: 20px;
   height: 20px;
   top: 29px
 }


 .fill-price .irs--round .irs-from:before,
 .fill-price .irs--round .irs-to:before,
 .fill-price .irs--round .irs-single:before,
 .fill-price .irs--round .irs-min,
 .fill-price .irs--round .irs-max {
   display: none !important;
 }
 .fill-price span.irs-min{
    display: none !important;
 }
 .fill-price span.irs-max{
    display: none !important;
 }
 .fill-price span.irs-single{
    display: none !important;
 }
 .fill-price span.irs-from{
    display: none !important;
 }
 .fill-price span.irs-to{
    display: none !important;
 }
 .irs--round .irs-line{
    background-color: #98AABA;
    height: 8px;
 }
 .fill-price .irs--round .irs-handle{
    background-color: #FFFFFF !important;
    border: 2px solid #1570EF !important;
    top: 30px;
    cursor: pointer;
 }
.control-input input{
    background: #FFFFFF;
    padding: 10px 15px;
border: 1px solid #607587;
width: 150px;
height: 40px;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
border-radius: 8px;
color: #344054;
}
.check-fill-area{
    overflow: auto;
    max-height: 250px;
}
.check-fill-area .form-check{
    margin-bottom: 10px;
}

.check-fill-area .form-check .form-check-label{
    color: #344054;
    font-weight: 500;
font-size: 16px;
}
.check-fill-area .form-check .form-check-input:focus{
    box-shadow: none;
    outline: none;
}
  /*--- /.price-range-slider ---*/

.btn-sort{
    background: #FFFFFF;
border: 1px solid #607587;
padding: 10px 15px;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
border-radius: 8px;
color: #344054;
font-size: 16px;
font-weight: 500;
}
.nav-tabs-list{
    text-align: right;
    padding: 15px 20px;
    border-bottom: 1px solid #BDD0E0;
}
.nav-tabs-list li{
    display: inline-block;
    margin: 0 0 0 15px;
}

.nav-tabs-list li a{
    font-weight: 500;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.005em;
text-decoration: none;
color: #667085;
}
.nav-tabs-list li a.active{
    color: #52AC7C;
}

/*--- details gallery ---*/

.module-gallery .slider-wrapper {
	display: flex;
	overflow: hidden;
	max-height: 500px;
    position: relative;
}
.module-gallery .slider-thumb {
    max-width: 60px;
    list-style: none;
    padding: 0;
    position: absolute;
    margin-bottom: 30px;
    z-index: 1;
    left: 20px;
    top: 30px;
    bottom: 0;
    /* overflow: hidden; */
    /* height: 100%; */
}
.module-gallery .slider-thumb .slick-list{
    overflow: hidden;
    height:440px !important ;
}

.module-gallery .slider-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.module-gallery .slider-thumb li {
	height: 100px;
    width: 60px !important;
    margin: 5px 0;
}

.module-gallery .slider-thumb .slick-prev,
.module-gallery .slider-thumb .slick-next {
	z-index: 1;
	height: 35px;
    width: 35px;
	background: #FFFFFF;
border: 1px solid #323E48;
border-radius: 8px;
	transition: opacity 300ms ease;
	font-size: 1.3em;
    position: absolute;
    /* left: 10px;
    right: 10px; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.module-gallery .slider-thumb .slick-prev:before,
.module-gallery .slider-thumb .slick-next:before {
	content: '';
}

.module-gallery .slider-thumb .slick-prev {
	left: 50%;
    transform: translateX(-50%);
	top:-15px;
}
.module-gallery .slider-thumb .slick-next {
	top: unset;
    left: 50%;
    transform: translateX(-50%);
	bottom: -15px;
}

.slick-track .slick-track { display: none; }
.slider-preview{
    padding: 0;
    list-style: none;
    width: 100%;
}
.slider-preview li.type-image{
    width: 100% !important;
}
.slider-preview li img{
    height: 500px;
    width: 100%;
}
.details-h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #101828;
}
.brand-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #607587;
    margin-bottom: 10px;
}
.brand-text strong {
    color: #323E48;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.review-star {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #607587;
    margin-bottom: 20px;
}
.price {
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    color: #52AC7C;
}
.details-h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #323E48;
}
.store-box {
    padding: 0;
    background: #fff;
}
.thum-img {
    width: 140px;
}
.store-details {
    padding-left: 15px;
}
.store-details h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #101828;
    margin-bottom: 0;
}
.store-details p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #667085;
    margin-bottom: 5px;
}

.number-review {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #607587;
    margin-bottom: 5px;
}
.enter-store-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #344054;
    background: #FFFFFF;
    border: 1px solid #607587;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
    border-radius: 8px;
    padding: 6px 14px;
    display: inline-block;
    text-decoration: none;
}
.enter-right-content {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #607587;
}
.scroling-side-bar{
    max-height: 580px;
    overflow: hidden;
    overflow-y: auto;
}
.scroling-side-bar::-webkit-scrollbar {
    width:0;

  }

.btn-grid{
    grid-gap: 10px;
}
.btn-grid .btn{
    margin: 0 !important;
}
.count-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0 0;
    padding-right: 0;
}
.count-box .number{
    border: 1px solid #BDD0E0;
    padding: 10px;
}
.count-box .number input{
    width: 60px;
    text-align: center;
    border: none;
    font-weight: 400;
font-size: 16px;
color: #323E48;
}
.count-box .number input:focus{
    outline: none;
}
.gap10{
    grid-gap: 10px;
}
.count-box .pro-sm-btn{
    padding: 12px;
}

.basis-3-3{
    flex-basis: 70%;
}
.basis-2-2{
    flex-basis: 30%;
}
.border-right-line{
    border-right: 1px solid #BDD0E0;

}
.cart-list-box{
    padding: 20px;
    max-height: 600px;
    overflow-y: auto;
}
.cart-list{
background: #FFFFFF;
border: 1px solid #BDD0E0;
border-radius: 10px;
display: flex;
justify-content: space-between;
overflow: hidden;
}
.list-pick-description{
    width: 80%;
    display: flex;
    align-items: center;
}
.thumb-im-100{
    width: 120px;
}
.list-pick-description h6{
    font-weight: 500;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.005em;
color: #101828;
}
.count-close{
    width: 20%;
    padding: 15px;
    margin-top: 0;
    align-items: flex-start;
    border-left: 1px solid #BDD0E0;
}
.details-count{
    padding: 20px;
}
.price-table{
    background: #F0F5FA;
border-radius: 10px;
padding: 20px;
}
.price-table div{
    font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #607587;
}
.price-table div strong{
    font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #323E48;
}
.t-amount{
    font-weight: 500;
font-size: 18px;
line-height: 150%;
letter-spacing: -0.005em;
color: #344054;
}
.t-price{
    font-weight: 600;
font-size: 20px;
line-height: 150%;
letter-spacing: -0.005em;
color: #52AC7C;
}
.check-area .form-check-label{
    font-size: 14px;
}
.check-area .form-check-label a{
    color: #52AC7C;
    text-decoration: none;
}
.accordion.order-accordion{
    border: none !important;
}
.order-accordion .accordion-item{
    border: 1px solid #BDD0E0;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 0 !important;
}
.order-accordion .accordion-item .accordion-header .accordion-button{
    border: none;
    border-radius: 0 !important;
    color: #344054;
    font-weight: 500;
font-size: 16px;
letter-spacing: -0.005em;
}
.order-accordion .accordion-item .accordion-header .accordion-button::after{
    background: url(../img/Icon-plus.svg) no-repeat;
}
.order-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){
    background: #F0F5FA;
    color: #344054;
}
.order-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{
    background: url(../img/Icon_minus.svg) no-repeat;
}

.area-address input[type=radio] {
    display: none;
  }
.area-address input[type=radio]:not(:disabled) ~ label {
    cursor: pointer;
  }

.area-address label {
    height: 100%;
    display: block;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    background: #FFFFFF;
border: 1px solid #EAECF0;
border-radius: 8px;
  }
  .area-address label span.head{
    font-weight: 500;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.005em;
color: #323E48;
display: inline-block;
width: 100%;
  }
  .p-tag-one{
    color: #607587;
    display: inline-block;
        width: 100%;
        margin-bottom: 15px;
  }
  .area-address label span.default-address{
    font-weight: 500;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.005em;
color: #323E48;
  }
  .area-address label .default-address a{
    color: #52AC7C;
    text-decoration: none;
  }

.area-address input[type=radio]:checked + label {
    background: #F9F5FF;
    border: 1px solid #52AC7C;
  }

.area-address input[type=radio] + label::after {
    color: #fff;
    font-family: FontAwesome;
    border: 1px solid #D0D5DD;
    content: "";
    font-size: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 20px;
    width: 20px;
    align-items: center;
        justify-content: center;
        display: flex;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
  }

.area-address input[type=radio]:checked + label::after {
    color: #fff;
    font-family: FontAwesome;
    border: 1px solid #52AC7C;
    content: "";
    font-size: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #52AC7C;
  }
.w-140-px{
    min-width:140px;
}
.check-rdo-one label{
    font-weight: 500;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.005em;
color: #344054;
}
.check-rdo-one label span{
    font-weight: 400;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.005em;
color: #667085;
display: inline-block;
width: 100%;
}
.form-label{
    color: #344054;
    letter-spacing: -0.005em;
}
.basis-grid-1{
    flex-basis: 20%;
}
.basis-grid-3{
    flex-basis: 80%;
}

.profile-sidebar{
    border-right: 1px solid #BDD0E0;
}
.profile-user{
    border-bottom: 1px solid #BDD0E0;
    padding: 10px 15px;
}
.media-section{
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 10px;
}
.img-user-point{
    width: 40px;
height: 40px;
border-radius: 50%;
}
.media-section h6{
    font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #344054;
margin-bottom: 0;
}
.media-section a{
    font-weight: 400;
font-size: 14px;
line-height: 20px;
text-decoration: none;
color: #667085;
}
.av-user{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.order-sidebar{
    padding: 40px 15px 40px 15px;
    display: inline-block;
    width: 100%;
}
#nav {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
#nav li a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-weight: 500;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.005em;
color: #607587;
position: relative;
}
#nav li a:hover, #nav li a.active {
    color: #52AC7C;
}
#nav li a:hover svg path, #nav li a.active svg path {
stroke: #52AC7C;
}

.c-down{
position: absolute;
right: 0;
top:50%;
transform: translateY(-50%);
}
#nav li ul {
    display: none;
    list-style: none;
    padding: 0 0 0 25px;
    margin: 0;
}
#nav li ul li a {
    padding: 5px 0;
}

.deliverd-product{
    border: 1px solid #BDD0E0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.deliver-thumbnail{
    border-radius: 10px;
    width: 100px;
    height: 100px;
}

.deliverd-product h6{
    font-weight: 500;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.005em;
color: #101828;
margin-bottom: 0;
}
.deliverd-product p{
    font-weight: 400;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.005em;
color: #607587;
}
.deliverd-product p:last-child{
    margin-bottom: 0;
}
.htm-text{
    font-weight: 400;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.005em;
color: #607587;
}
.deliver-content{
    font-weight: 600;
font-size: 12px;
line-height: 150%;
letter-spacing: -0.005em;
color: #323E48;

}
.tag-deliver{
    font-weight: 500;
font-size: 14px;
line-height: 150%;
text-align: center;
letter-spacing: -0.005em;
color: #027A48;
background: #ECFDF3;
border-radius: 16px;
padding: 2px 10px 2px 15px;
display: inline-block;
margin-bottom:2px;
position: relative;
}
.tag-deliver::after{
    position: absolute;
    content: "";
    width: 6px;
height: 6px;
background: #12B76A;
border-radius: 10px;
left: 5px;
top: 50%;
transform: translateY(-50%);
}
.gap40{
    grid-gap: 35px;
}

.tag-order{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.005em;
    color: #175CD3;
    background: #EFF8FF;
    border-radius: 16px;
    padding: 2px 10px 2px 15px;
    display: inline-block;
    margin-bottom:2px;
    position: relative;
}
.tag-order::after{
    position: absolute;
    content: "";
    width: 6px;
height: 6px;
background: #175CD3;
border-radius: 10px;
left: 5px;
top: 50%;
transform: translateY(-50%);
}
.tag-shipped{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.005em;
    color: #6927DA;
    background: #F5F3FF;
    border-radius: 16px;
    padding: 2px 10px 2px 15px;
    display: inline-block;
    margin-bottom:2px;
    position: relative;
}
.tag-shipped::after{
    position: absolute;
    content: "";
    width: 6px;
height: 6px;
background: #6927DA;
border-radius: 10px;
left: 5px;
top: 50%;
transform: translateY(-50%);
}
.tag-out{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.005em;
    color: #DC6803;
    background: #ECFDF3;
    border-radius: 16px;
    padding: 2px 10px 2px 15px;
    display: inline-block;
    margin-bottom:2px;
    position: relative;
}
.tag-out::after{
    position: absolute;
    content: "";
    width: 6px;
height: 6px;
background: #DC6803;
border-radius: 10px;
left: 5px;
top: 50%;
transform: translateY(-50%);
}

.invoice-address{
    padding: 20px;
    border-bottom: 1px solid #BDD0E0;
}
.invoice-address h3{
    font-weight: 500;
font-size: 18px;
line-height: 150%;
letter-spacing: -0.005em;
color: #101828;
}
.invoice-address h4{
    font-weight: 500;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.005em;
color: #101828;

}
.invoice-address p{
    font-size: 14px;
}

.details-num{
    font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #607587;
}
.details-num span{
    color: #323E48;
}
.right-align{
    text-align: right;
}

.product-ic {
    border: 1px solid #BDD0E0;
}
.top-flex {
    padding: 15px;
    display: flex;
    grid-gap: 20px;
    border-bottom: 1px solid #BDD0E0;
}
.tech-media {
    display: flex;
    width: 50%;
}
.thum-media {
    position: relative;
    margin-right: 15px;
    width: 100px;
}
.tech-media h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #101828;
    margin-bottom: 5px;
}
.tech-media p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #607587;
}
.tech-media a {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #607587;
    text-decoration: none;
}
.width-10per {
    width: 12%;
}
.number-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #323E48;
}
.order-deta {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-deta2 {
    grid-gap: 50px;
    display: flex;
}
.order-deta2 h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #52AC7C;
    margin-bottom: 5px;
}
.order-deta2 h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #323E48;
    margin-bottom: 0;
}

.toggle-class-active{
    display: block !important;
}
.persoanl-info-form{
    border: 1px solid #BDD0E0;
}
.heading-info{
    padding: 10px 20px;
    background: #F0F5FA;
    border-bottom: 1px solid #BDD0E0;
    font-weight: 500;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.005em;
color: #344054;
}
.form-field-section{
    padding: 20px;
}
.form-field-section .form-group label{
    font-weight: 500;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.005em;
color: #344054;
margin-bottom: 5px;
}
.form-field-section .form-group .form-control{
    border-radius: 8px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border: 1px solid #D0D5DD;
    font-weight: 400;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.005em;
color: #101828;
}

.form-field-section .fill-bg-color .form-group .form-control{
    background: #F0F5FA;
}
.align-right{
    text-align: right;
}

.address-edit a{
    text-decoration: none;
    font-weight: 500;
}
.edit-green{
    color: #52AC7C;
}
.delete-red{
    color: #FF0000;
}
.row-diver{
    align-items: center;
    margin-bottom: 15px;
}
.row-diver div{
    font-weight: 500;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.005em;
color: #344054;
}
.card-img{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 50px;
    position: relative;
    margin-right: 10px;
}

.active-btn{
    background: #E31B54;
    border-color:#E31B54 ;
}
.active-icon{
    display: none;
}
.active-btn .active-icon{
    display: block;
}
.active-btn .disable-active{
    display: none;
}
.line-th{
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-right: 10px;
    color: #323E48;
    text-decoration:line-through;
    text-decoration-color: red;
}

.local-product-heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #323E48;
    font-family: 'Inter', sans-serif;
}
.text-right{
    text-align: right;
}
.master-flex{
    display: flex;
    align-items: center;
}
.opacity-disable{
    opacity: 0.6;
    margin-right: 10px;
    position: relative;
}
.order-content h4{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #101828;
    margin-bottom: 5px;
}
.order-content p:last-child{
    margin-bottom: 0;
}
.search-result-text{
    color: #607587;
    font-size: 16px;
}
.search-result-text strong{
    color: #323E48;
}
.galaxy h6{
    font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: -0.005em;
        color: #667085;
}
.galaxy h2{
    font-weight: 500;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: -0.005em;
        color: #101828;
}
.galaxy .d-flex {
    font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: -0.005em;
        color: #607587;
}
.galaxy h4{
    font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: -0.005em;
        color: #607587;
}
.radius-0{
    border-radius: 0 !important;
}
.radius-0 .img-rd{
    width:325px;
}
.radius-0 .list-pick-description{
    width: 93%;
}
.radius-0 .count-box {
    width: 7%;
}
.radius-0 .number {
    border: 1px solid #BDD0E0;
    padding: 10px;
        width: 120px;
}

.radius-0 .number input {
    width: 60px;
    text-align: center;
    border: none;
    font-weight: 400;
    font-size: 16px;
    color: #323E48;
}

.radius-0 .number input:focus {
    outline: none;
}

.basic-plan-box {
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    box-shadow: 0px 12px 16px -4px rgb(16 24 40 / 8%), 0px 4px 6px -2px rgb(16 24 40 / 3%);
    border-radius: 16px;
    padding: 30px;
}
.basic-plan-box {
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 16px;
    padding: 30px;
}

.month-number {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101828;
}

.basic-plan-text {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.c-plan-in {
    background: #F1FFF7;
    border-radius: 6px;
    padding: 8px 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #52AC7C !important;
    display: inline-block;
    text-decoration: none;
}

.upgrade-list {
    padding: 0;
    margin: 30px 0 30px;
    list-style: none;
}

.upgrade-list li {
    margin: 10px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #667085;
}

.trial-text {
    font-size: 14px;
    color: #667085;
    padding: 8px 0;
}

.upgrade-btn {
    background: #52AC7C;
    border: 1px solid #52AC7C;
    padding: 9px 18px;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
    border-radius: 8px;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.style-grid .col-sm-12.col-md-12.col-lg-4{
    width: 29.333333%;
}
.style-grid .col-sm-12.col-md-12.col-lg-8 {
    width: 70.333333%;
}
.mobile-header{
    padding: 15px;
    display: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 1000;
}
#menuToggle {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    left: 15px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
#menuToggle ul{
    list-style: none;
}
#menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

#menuToggle span {
    display: flex;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    position: relative;
    background: #607587;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(0, 2px);
    background: #36383F;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: fixed;
    width: 300px;
    height: 100vh;
    top: -25px;
    box-shadow: 0 0 10px #85888C;
    margin: 0 0 0 -20px;
    padding: 20px 20px 20px 20px;
    padding-top: 60px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 5px 0;
    transition-delay: 2s;
    font-weight: bold;
    letter-spacing: -0.005em;
}
#menu li a{
    text-decoration: none;
    padding: 5px 10px;
    font-weight: normal;
    font-weight: 500;
    font-size: 16px;
    color: #344054;
}
#menuToggle input:checked~ul {
    transform: none;
}
.class-logo{
    margin-left: 40px;
    position: relative;
}
.class-logo img{
width: 70px;
}
.media-profile{
    display: flex;
    align-items: center;
    margin-bottom: 15px;

}
.media-profile img{
    position: relative;
    margin-right: 10px;
}
.media-profile h5{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.media-profile a{
    padding: 0 !important;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 28px;
    right: 25px;
    font-size: 60px;
    cursor: pointer;
    color: #fff;
}

.overlay .closebtn:hover {
    color: #fff;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #52AC7C;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: #fff;
}

.overlay button:hover {
    background: #bbb;
}
.caro-div-one{
    display: none;
}
.mobile_caro{
    padding: 10px 0;

}
.caro-div-one .item a{
text-decoration: none !important;
}
.mobile_caro .text-center{
color: #323E48;
font-size: 12px;
padding-top: 5px;

}
.m-d-block {
    display: block;
}
.m-d-none{
    display: none;
}
.sort-dropdown .btn-sort{
    font-size: 14px;
}
.sort-dropdown .btn-sort::after{
display: none;
}
.sort-dropdown .dropdown-menu li a{
    font-size: 14px;
}
.order-id-area {
    background: #fff;
    border-bottom: 1px solid #EAECF0;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.id-details {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #344054;
}
.order-id-green {
    color: #52AC7C;
}
.mark-open{
    background: #EFF8FF;
    border-radius: 16px;
    padding: 2px 10px 2px 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.005em;
    color: #52AC7C;
    position: relative;
    display: inline-block;
}
.mark-open::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #52AC7C;
    border-radius: 50%;
    left: 7px;
    top: 9px;
}
.demi {
    padding: 15px;
    background: #fff;
    overflow: auto;
    max-height: 500px;
}
.demi-div {
    display: flex;
}
.right-content-id {
    border: 1px solid #98AABA;
    width: 100%;
}
.header-id {
    display: flex;
    border-bottom: 1px solid #98AABA;
    padding: 10px 15px;
    justify-content: space-between;
}
.user-id-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #344054;
}
.date-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #667085;
}
.mark-content {
    padding: 15px 15px;
}

.content-top p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #667085;
}
.content-top p:last-child {
    margin-bottom: 0;
}
.message-area {
    border-top: 1px solid #EAECF0;
    background: #FFFFFF;
    padding: 15px;
}

@media (max-width: 767px) {
	.module-gallery .slider-wrapper {
		flex-direction: column-reverse;
	}
	.module-gallery .slider-thumb {
		max-width: 100%;
	}
	.module-gallery .slider-thumb .slick-prev,
	.module-gallery .slider-thumb .slick-next {
		top: 50%;
		width: 1em;
		height: 100%;
	}
	.module-gallery .slider-thumb .slick-prev {
		left: 0;
	}
	.module-gallery .slider-thumb .slick-prev .fa:before {
		content: "\f104";
	}
	.module-gallery .slider-thumb .slick-next {
		right: 0;
	}
	.module-gallery .slider-thumb .slick-next .fa:before {
		content: "\f105";
	}
    .module-gallery .slider-wrapper{
        display: none;
    }
    .count-box{
        margin: 0 0 20px;
    }
    .user-left-details{
        display: inline-block;
        width: 100%;
    }
    .user-left-details .users-details{
        width: 100%;
    }
    .control-input input{
        width: 100px;
    }
    .nav-tabs-list{
        text-align: center;
    }
    .nav-tabs-list ul{
        padding-left: 0;
    }
    .nav-tabs-list li{
        margin: 0 5px;
    }
    .top-head-bar .btn-green{
        font-size: 0;
        padding: 12px;
    }
    .top-head-bar .btn-border-line{
        font-size: 0;
    }
    .top-head-bar .btn-border-line svg{
        margin-right: 0;
    }

    .top-head-bar .d-flex{
        justify-content: space-between;
    }
    .btn-sort{
        font-size: 0;
        padding: 10px;
    }
    .basis-3-3{
        flex-basis: 100%;
    }
    .basis-2-2{
        flex-basis: 100%;
    }
    .cart-list{
        flex-wrap: wrap;
    }
    .list-pick-description{
        width: 100%;
        padding: 10px;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .thumb-im-100{
        margin-bottom: 15px;
        margin-right: 0 !important;
        width: 100%;
    }
    .count-close{
        width: 100%;
    }
    .top-bar-filter {
        display: inline-block !important;
        width: 100%;
    }
    .top-bar-filter h4{
        width: 100%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1025px){
    .center-menu ul.navbar-nav{
        flex-wrap: wrap;
    }

}



@media only screen and (min-width:768px) and (max-width:1024px){

    .store-box .d-flex{
        flex-wrap: wrap;
    }
    .store-box .d-flex .store-details{
        padding-left: 0;
        padding-top: 10px;
    }
        .details-h5{
            font-size: 16px;
            line-height: 24px;
        }
        .user-left-details{
            padding-top: 30px;
        }
    .input-search .form-control{
        width: 100%;
        padding-right: 25px;
    }
    .nav-top li{
        margin-right: 5px;
    }
    .nav-top li a{
        font-size: 12px;
        line-height: normal;
    }
    .top-head-bar{
        display: inline-block;
        width: 100%;
    }
    .nav-top li a span{
        display: inline-block;
    }
    .btn-border-line{
        font-size: 12px;
        line-height: normal;
    }
    .btn-green{
        font-size: 12px;
        line-height: normal;
    }
    .grid-rows-5{
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .grid-rows-4{
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .top-head-bar .input-search{
        margin-bottom: 15px;
    }
    .star-selling{
        padding: 50px 20px;
    }
    .top-flex{
        flex-wrap: wrap;
    }
    .tech-media{
        width: 100%;
    }
    .top-flex .pt-4 .btn-border-line{
        margin-left: 15px;
    }
        .center-menu{
            padding: 0 !important;
        }
.center-menu .navbar-toggler{
    margin: 20px auto 20px;
}
.list-pick-description{
    display: inline-flex;
    width: 100%;
}
.list-pick-description h6{
    font-size: 14px;
    line-height: normal;
}
.count-box .number{
    padding: 5px;
    position: relative;
    margin-right: 5px;
}
.radius-0 .list-pick-description{
    padding: 10px;
}
.list-pick-description img.img-rd{
    display: none;
}
.count-box .number input{
    width: 18px;

}
.count-box .pro-sm-btn{
    padding: 10px;
}
.radius-0 .img-rd{
    margin-bottom: 20px;
    margin-right: 0 !important;
    width: 100%;
}
.radius-0 .list-pick-description{
    width: 80%;
}
.radius-0 .count-box{
    width: 20%;
}
.details-count .check-area{
    display: inline-block !important;
    width: 100%;
}
.position-static{
    width: 100%;
    display: inline-block   ;
}

.center-menu a.nav-link{
        padding: 5px 0;
            border-bottom: 1px dashed #ccc;
}
.basic-plan-box {
    margin-bottom: 20px;
}

.mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#navbar_top {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}

.style-grid .col-sm-12.col-md-12.col-lg-4 {
    width: 100%;
}

.style-grid .col-sm-12.col-md-12.col-lg-8 {
    width: 100%;
}

.picture-area {
    height: 150px;
}

.eletro h2 {
    font-size: 14px;
}

.eletro h4 img {
    width: 45px !important;
}

.eletro h4 {
    font-size: 12px;
}

.price-text {
    font-size: 16px;
}

.pro-sm-btn {
    padding: 5px;
}

.add-banner.new-bottom a img.w-100 {
    margin-bottom: 20px !important;
}

.caro-div-one {
    display: block;
}

.star-selling h3 {
    font-size: 20px;
}

.eletro {
    padding: 10px;
}

.m-d-none {
    display: block;
}

.m-d-block {
    display: none;
}
.top-bar-filter{
    flex-wrap: wrap;
}
.filter-accordion .accordion-button{
    font-size: 16px;
}
.filter-box {
    border-top: 1px solid #BDD0E0;
}
  .control-input input {
      width: 60px;
  }
  .deliverd-product .justify-content-between.gap40{
    flex-wrap: wrap;
  }
  .gap40{
    grid-gap: 10px;
  }
  .count-box .number input{
    width: 30px;
  }
   .footer-section {
       padding: 0 15px;
   }
   .count-box .number{
    text-align: center;
   }
   .t-amount{
    font-size: 16px;
   }
   .t-price{
    font-size: 16px;
   }
   .price-table{
    padding: 10px;
   }
   .price-table div{
    font-size: 14px;
   }
   .price-table div strong{
    font-size: 14px;
   }
   .count-close{
    padding: 10px;
   }
   .count-box .pro-sm-btn{
    border: none;
   }
   .check-area .form-check{
    margin-bottom: 15px;
   }
   .price-text.pt-4{
    padding-top: 10px !important;
   }
   .number-text.pt-4{
    padding-top: 10px !important;
   }
   .right-align-flex{
    justify-content: flex-end !important;
   }
        .top-bar-right {
            align-items: center;
        }
                .item-content {
                    position: fixed;
                    z-index: -1;
                    background: #fff;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    padding: 0;
                    display: none;
                    overflow: auto;
                }

                .item-content.item-content-show {
                    display: block !important;
                    z-index: 10000000;
                }

                .item-content .sub-menu-header {
                    display: flex;
                    align-items: center;
                    padding: 10px 15px;
                }

                .item-content .sub-menu-header h2 {
                    margin-bottom: 0 !important;
                    color: #027A48;
                }

                .item-content .row-mt {
                    padding: 15px !important;
                    display: grid;
                    grid-gap: 15px;
                    grid-template-columns: repeat(3, minmax(0, 1fr));
                }

                .item-content .row-mt .list-group span {
                    display: inline-block;
                    width: 100%;
                    font-weight: bold;
                }

                .item-content .row-mt .list-group .list-group-item {
                    padding: 6px 0 !important;
                }
}

.add-fav {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
@media only screen and (min-width:1024px) and (max-width:1366px) {
    .top-bar-right{
        align-items: center;
    }
    .details-count .form-check{
        margin-bottom: 15px;
    }
    .count-box .number {
            text-align: center;
        }
    .store-box .d-flex .store-details {
        padding-left: 15px;
    }
    .control-input input{
        width: 60px;
    }
    .tag-f{
        padding: 8px 10px;
    }
    .pro-over-btn{
        top: 10px;
        right: 10px;
    }
    .pro-sm-btn img{
        width: 15px !important;
    }
    .footer-section{
        padding: 0 15px;
    }

}
.mob-display-block{
    display: none;
}
@media only screen and (max-width:767px){
.mob-display-none{
    display: none;
}
.count-box .pro-sm-btn{
        padding: 10px;
}
.count-box .number{
        padding: 6px 10px;
}
.mob-display-block {
    display: flex;
}
    .scroling-side-bar{
        overflow: inherit !important;
        max-height: inherit !important;
    }
    .add-category-sidebar{
        width: 100%;
    }
    .input-search .form-control{
        width: 100%;
        padding-right: 25px;
    }
    .top-head-bar{
        display: inline-block;
        width: 100%;
    }
    .nav-top li a span{
        display: inline-block;
    }
    .btn-border-line{
        font-size: 12px;
        line-height: normal;
        padding: 10px 8px;
    }
    .btn-green{
        font-size: 12px;
        line-height: normal;
        padding: 10px 8px;
    }
    .grid-rows-5{
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .grid-rows-4{
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .top-head-bar .input-search{
        margin-bottom: 15px;
    }
    .star-selling{
        padding: 30px 20px;
        height: auto;
    }
    .nav-top{
        display: none;
    }
    .top-bar-right li img{
        width: 15px;
    }
    .section-top80{
        padding-top: 50px;
    }
    .section-bottom80{
        padding-bottom: 50px;
    }
    .footer-top .grid-rows-5{
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .footer-top{
        padding: 40px 0 20px 0;
    }
    .heading-2{
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 20px !important;
    }
    .feature-heading{
        font-size: 16px;
    }
    .center-menu .container .navbar-toggler{
        margin: 0 auto;
    }
    .center-menu ul.navbar-nav{
        justify-content: flex-start;
    }
    .center-menu ul.navbar-nav li{
        display: inline-block;
        width: 100%;
    }
    .center-menu a.nav-link{
        padding: 5px 0;
        border-bottom: 1px dashed #BDD0E0;
    }

    .center-menu ul.navbar-nav li:last-child a.nav-link{
        border-bottom: none;
    }
    .filter-box{
        flex-wrap: wrap;
    }
    .basis-1-1{
        width: 100%;
        flex-basis: 100%;
    }
    .basis-1-3{
        width: 100%;
        flex-basis: 100%;
    }
    .filter-box{
        flex-wrap: wrap;
    }
    .basis-1-1{
        width: 100%;
        flex-basis: 100%;
    }
    .basis-1-3{
        width: 100%;
        flex-basis: 100%;
    }
    .basis-grid-1{
        flex-basis: 100%;
    }
    .basis-grid-3{
        flex-basis: 100%;
    }
    .deliverd-product{
        display: inline-block;
        width: 100%;
    }
    .top-flex{
        flex-wrap: wrap;
    }
    .tech-media{
        width: 100%;
    }
    .top-flex .pt-4 .btn-border-line{
        margin-left: 15px;
    }
    .width-10per{
        width: auto;
    }
    .gap40{
        grid-gap: 20px;
    }
    .details-h5{
        font-size: 14px;
    }
    .radius-0 .img-rd{
    margin-right: 0 !important;
    margin-bottom: 15px;
    width: 100%;
    }
    .cart-list{
        position: relative;
    }
    .radius-0 .count-box{
    width: auto;
    border-left: none;
    /* border-left: 1px solid #BDD0E0; */
    margin-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 10px;
    }
    .radius-0 .list-pick-description{
        width: 100%;
    }
    .center-menu {
        padding: 0 !important;
    }

    .center-menu .navbar-toggler {
        margin: 20px auto 20px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        overflow-y: auto;
        height: 400px;
    }
    .basic-plan-box{
        margin-bottom: 20px;
    }
    .mobile-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #navbar_top{
        display: none;
    }
    .owl-theme .owl-dots .owl-dot span{
        width: 10px;
        height: 10px;
    }
    .style-grid .col-sm-12.col-md-12.col-lg-4{
        width: 100%;
    }
    .style-grid .col-sm-12.col-md-12.col-lg-8{
        width: 100%;
    }
.picture-area{
    height: 150px;
}
.eletro h2{
    font-size: 14px;
}
.eletro h4 img{
    width: 45px !important;
}
.eletro h4{
    font-size: 12px;
}
.price-text{
    font-size: 16px;
}
.pro-sm-btn{
    padding: 5px;
}
.add-banner.new-bottom a img.w-100{
    margin-bottom: 20px !important;
}

.caro-div-one {
    display: block;
}
.star-selling h3{
    font-size: 20px;
}
.eletro{
    padding: 10px;
}
.m-d-none{
    display: block;
}
.m-d-block {
    display: none;
}
.mob-flex-nan{
    flex-wrap: wrap;
    justify-content: center !important;
}
.sort-dropdown{
    margin-top: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
 .top-bar-filter {
     border-top: 1px solid #BDD0E0;
 }
 .row-diver .col-4 .d-flex{
    flex-wrap: wrap;
 }
  .row-diver .col-4{
    width: 100%;
  }
  .row-diver .col-3 {
      width: 100%;
  }
  .row-diver .col-2 {
      width: 100%;
  }
  .tag-f{
    font-size: 12px;
    padding: 6px 10px;
  }
  .pro-sm-btn img{
    width: 16px !important;
  }
  .eletro h4.d-flex{
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .count-box .number input{
    width: 40px;
  }
  .check-area .form-check-label{
    font-size: 12px;
  }
  .btn-green{
    text-align: center;
  }
  .area-address label{
    padding: 15px 30px 15px 15px;
  }
  .area-address input[type="radio"]:checked+label::after {
    right: 10px;
  }
  .deliver-thumbnail{
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }
  .width-10per{
    width: 40px;
    text-align: left !important;
  }
  .deliverd-product .price-text{
    font-size: 12px;
  }
.deliverd-product .tag-deliver{
    font-size: 12px;
  }
  .top-bar-right{
    align-items: center;
  }
.top-bar-right .btn-green{
    padding: 5px;
        border-radius: 5px;
}
.cart-list-box .accordion-body {
    padding: 15px !important;
}
.radius-0 .number{
    display: flex;
    align-items: center;
}
.tag-order{
    font-size: 12px;
}
.tag-shipped{
    font-size: 12px;
}
.tag-out{
    font-size: 12px;
}
.gap40{
        grid-gap: 10px;
}
.deliverd-product .d-flex.align-items-center{
    flex-wrap: wrap;
}
.price-text.pt-4 {
    padding-top: 0 !important;
}

.number-text.pt-4 {
    padding-top: 0 !important;
}

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

.count-box .number {
    display: flex;
}
.count-close{
    border-left: none;
    margin-bottom: 0;
}
/* .mobile_caro .dropdown-menu.show{
    position: fixed !important;
    z-index: 1000;
} */

.item-content {
    position: fixed;
    z-index: -1;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    display: none;
    overflow: auto;
}

.item-content.item-content-show {
    display: block !important;
    z-index: 10000000;
}

.item-content .sub-menu-header {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.item-content .sub-menu-header h2 {
    margin-bottom: 0 !important;
    color: #027A48;
}

.item-content .row-mt {
    padding: 15px !important;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.item-content .row-mt .list-group span{
    display: inline-block;
    width: 100%;
    font-weight: bold;
}
.item-content .row-mt .list-group .list-group-item{
    padding: 6px 0 !important;
}

}


@media only screen and (max-width: 450px) {
    .details-h5{font-size: 12px; line-height: normal;}
    .btn-green img{
        display: none;
    }
    .width-10per{
        width: auto;
    }
    .price-text.pt-4{
        padding-top: 0 !important;
    }
    .number-text.pt-4{
        padding-top: 0 !important;
    }
    .top-flex{
        align-items: center;
    }
    .count-box .number{
        display: flex;
    }
}
.accordion-wrapper {
    position: relative;
}

.acc-head {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #344054;
    padding: 1rem 1.25rem !important;
    cursor: pointer;
}
.acc-head.card{
    border: none;
    border-bottom: 1px solid #BDD0E0;
}
.acc-head::after {
    position: absolute;
    right: 16px;
    color: #000;
    transform: rotate(90deg);
    transition: .4s;
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";


}

.acc-head.active::after {
    content: "\f054";
    position: absolute;
    right: 16px;
    color: #12B76A;
    transform: rotate(-90deg);
    transition: .4s;
}

.acc-body {
    padding: 1rem;
    display: none;
    /* background: #dadee2; */
}



.radius-right-0 .form-select{
    border-radius: 5px 0 0 5px !important;
}


.common-area{
    padding: 80px 0;
}

.basic-plan-box2 {
    padding: 30px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 16px;
    background: #FFFFFF;
    position: relative;
    border: 1px solid #EAECF0;
    border-top: 10px solid #52AC7C;
}

.basic-plan-box2 .month-number2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101828;
}
.basic-plan-box2 .month-number2 sub{
    /* color: #52AC7C; */
    font-size: 24px;
    position: relative;
    bottom:8px;
}
.basic-plan-text2 {
    font-weight: 500;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    color: #101828;
    margin-bottom: 30px;

}

.upgrade-list2 {
    margin: 40px 0 0;
    list-style: none;
    padding: 0 0 0 15px;
}

.upgrade-list2 li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    padding: 15px 0;
    position: relative;
    text-align: center;
    border-top: 1px dashed #ccc;
    margin: 0;
}

.add-category{
        background: #52AC7C;
        border: 1px solid #52AC7C;
        padding: 9px 18px;
        box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
        border-radius: 8px;
        color: #fff !important;
        font-size: 14px;
        text-decoration: none;
        margin-bottom: 0;
        display: inline-block;
}

.right-absolute{
    position: absolute;
    right: 30px;
}
.card-flex{
    padding: 30px 0;
}
.card-flex .group {
    background: white;
    box-shadow: 0 7px 14px 0 rgb(49 49 93 / 10%), 0 3px 6px 0 rgb(0 0 0 / 8%);
    border-radius: 8px;
    margin-bottom: 20px;
}
.card-flex label {
    position: relative;
    color: #8898AA;
    font-weight: 300;
    padding: 15px 0;
    width: 100%;
}

.field {
    background: transparent;
    font-weight: 300;
    border: 0;
    color: #31325F;
    outline: none;
    padding-right: 10px;
    padding-left: 10px;
    cursor: text;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.field .number-control{
    height: auto;
    padding: 0;
    border: none;
    background-image: url(../img/credit-card-01.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 35px;
    width: 300px;
}
.field .number-control:focus{
    outline: none;
    box-shadow: none;
}
.field .date-control{
    height: auto;
    padding: 0;
    border: none;
    padding-left: 0;
    width: 100px;
    border-left: 1px solid #ccc;
    text-align: center;
}
.field .date-control:focus {
    outline: none;
    box-shadow: none;
}
.field .cvc-control{
    height: auto;
    padding: 0;
    border: none;
    padding-left: 0;
    width: 60px;
    border-left: 1px solid #ccc;
    text-align: center;
}
.field .cvc-control:focus {
    outline: none;
    box-shadow: none;
}
.btn-pay{
    padding: 15px 18px;
    margin-bottom: 20px;
    background: #52AC7C;
    border: 1px solid #52AC7C;
    color: #fff;
    border-radius: 0 4px 4px 0;
}
