.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;
}

.navbar.center-menu {
    padding: 15px 0px;
    background: #FFFFFF;
    border-bottom: 1px solid #BDD0E0;
}

.navbar.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%;
}
.owl-carousel .owl-stage .owl-item .item .craft-area .product-border-area{
    height: 100%;
}
.picture-area {
    height: 230px;
}

.picture-area .f-height {
    height: 100%;
    object-fit: cover;
    width: 100%;
    background: #E6F1ED;
}

.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;
}

.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;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.eletro h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #607587;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.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: calc(100% - 43px);
}

.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.navbar-toggler {
    padding: 10px;
    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));
}


.sidebar-section {
    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: -100%;
    top: 0;
    bottom: 0;
    z-index: 10000000;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidebar-section.active {
    right: 0;
}

.sidebar-section.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-wrapper {
    padding: 20px;
}

.form-wrapper .form-group label {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #344054;
    margin-bottom: 5px;
}

.form-wrapper .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: 11px;
    transform: inherit;
    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;
    background-size: 100%;
    background-repeat: no-repeat;
}

.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;
    flex-wrap: wrap;
}

.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;
}

.users-details .font-pragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #607587;
}

.modal-custome .modal-dialog {
    max-width: 400px;
}

.modal-custome .modal-header {
    border: none;
}

.modal-custome .modal-header h5 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    width: 100%;
    letter-spacing: -0.005em;
    color: #101828;
    display: inline-block;
    margin-bottom: 0;
}

.modal-footer.flex-grid {
    padding: 24px 19px 24px 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: none;
    flex-wrap: inherit;
}


.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%;
}

.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;
    border: none;
}

.filter-accordion .accordion-button {
    border-radius: 0;
    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;
}

.filter-accordion .accordion-button::after {
    color: #25D979;
}

.filter-accordion .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

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

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

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

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

.fill-price .irs--round .irs-handle {
    width: 20px;
    height: 20px;
}


.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;
}

.fill-price span.irs-min {
    display: none;
}

.fill-price span.irs-max {
    display: none
}

.fill-price span.irs-single {
    display: none;
}

.fill-price span.irs-from {
    display: none;
}

.fill-price span.irs-to {
    display: none;
}

.fill-price .irs--round .irs-line {
    background-color: #98AABA;
    height: 8px;
}

.fill-price .irs--round .irs-handle {
    background-color: #FFFFFF;
    border: 2px solid #1570EF;
    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: left;
    padding: 9.5px 20px;
    border-bottom: 1px solid #BDD0E0;
}

.nav-tabs-list ul {
    padding-left: 0;
    padding-right: 0;
}

.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;
}

.module-gallery .slider-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    background-color: #E6F1ED;
    border: 1px solid #BDD0E0;
}

.module-gallery .slider-thumb li {
    height: 60px;
    width: 60px;
    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%;
    margin-bottom: 0;
}

.slider-preview li.type-image {
    width: 100%;
}

.slider-preview li img {
    height: 484px;
    width: 484px;
    object-fit: cover;
    background: #E6F1ED;
}

.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;
}

.store-box .d-flex .thum-img {
    margin-right: 15px;
}

.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;
}

.count-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0 0;
    padding-right: 0;
}

.count-box .number {
    border: 1px solid #BDD0E0;
    padding: 10px;
}
.count-box .number .minus img{
    width: 15px;
    height: 15px;
}
.count-box .number .plus img{
    width: 15px;
    height: 15px;
}


.count-box .number input {
    width: 30px;
    text-align: center;
    border: none;
    font-weight: 400;
    font-size: 14px;
    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;
}

.order-accordion .accordion-item {
    border: 1px solid #BDD0E0;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 0;
}

.order-accordion .accordion-item .accordion-header .accordion-button {
    border: none;
    border-radius: 0;
    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;
}

.order-item-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;
}

.order-item-product h6, .order-item-product h6 a {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #101828;
    margin-bottom: 0;
}

.order-item-product h6 a {
    text-decoration: none;
}

.order-item-product p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #607587;
}

.order-item-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: 40%;
}

.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: 10%;
}

.number-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #323E48;
}

.order-data {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-data2 {
    grid-gap: 50px;
    display: flex;
}

.order-data2 h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #52AC7C;
    margin-bottom: 5px;
}

.order-data2 h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #323E48;
    margin-bottom: 0;
}

.toggle-nav-click .toggle-class-active {
    display: block;
}

.order-sidebar #nav li ul {
    display: none;
}

.order-sidebar #nav li ul.toggle-class-active {
    display: block;
}

.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;
}

.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;
}

.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: 130px;
}

.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;
    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;
    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;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.media-profile h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.media-profile a {
    padding: 0;
}

.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;
}

.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%;
    } */

    .slider-preview li img {
        object-fit: contain;
    }

    .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: 20px 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;
        width: 100%;
    }

    .count-close {
        width: 100%;
    }

    .filter-sidebar .top-bar-filter.d-flex {
        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:820px) and (max-width:1180px) {
    .mobile_caro.owl-carousel .owl-item img {
        height: 50px;
        object-fit: contain;
    }
}


@media only screen and (min-width:768px) and (max-width:1024px) {
    .mobile_caro.owl-carousel .owl-item img {
        height: 50px;
        object-fit: contain;
    }

    .hero-banner .owl-item .item img {
        height: 450px;
    }

    .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;
    }

    .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;
        width: 100%;
    }

    .radius-0 .list-pick-description {
        width: 80%;
    }

    .radius-0 .count-box {
        width: 20%;
    }

    .details-count .check-area {
        display: inline-block;
        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;
    }

    .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;
    }

    .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;
    }

    .order-item-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;
            width: 44px;
    }

    .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;
    }

    .number-text.pt-4 {
        padding-top: 10px;
    }

    .right-align-flex {
        justify-content: flex-end;
    }
}

.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;
    }

    .footer-section {
        padding: 0 15px;
    }
}

.mob-display-block {
    display: none;
}

@media only screen and (max-width:767px) {
    .mobile_caro {
        padding-bottom: 15px;
    }

    .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;
        max-height: inherit;
    }

    .sidebar-section {
        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: 30px;
    }

    .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;
    }

    .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%;
    }

    .order-item-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;
        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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .order-item-product .price-text {
        font-size: 12px;
    }

    .order-item-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;
    }

    .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;
    }

    .order-item-product .d-flex.align-items-center {
        flex-wrap: wrap;
    }

    .price-text.pt-4 {
        padding-top: 0;
    }

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

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

    .count-box .number {
        display: flex;
    }

    .count-close {
        border-left: none;
        margin-bottom: 0;
    }
}


@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;
    }

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

    .top-flex {
        align-items: center;
    }
     .count-box{display: flex;}
    .module-gallery .count-box{
        display: inline-block;
        width: 100%;
    }
    .module-gallery .count-box .number {
        display: flex;
        margin-bottom: 5px;
    }
.module-gallery .cart-distance{
    justify-content: center;
}
.module-gallery .count-box .number input{
    width: 100%;
}

}

.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;
    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; */
}

.form-wrapper .input-group-text {
    padding: 0;
}

.form-wrapper .input-group-text .form-select {
    border-radius: 6px 0 0 6px;
    border: none;
}

.pro-sm-btn {
    text-decoration: none;
    color: gray;
}

.pro-sm-btn:hover, .pro-sm-btn.active {
    color: white;
    background: #52AC7C;
}

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


.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;
    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;
}

.picture-area {
    position: relative;
}

.text-dark h2, .text-dark h6 {
    color: rgba(0, 0, 0, 0.9);
}

.store-border-area {
    border: 1px solid #BDD0E0;
    border-radius: 10px;
    overflow: hidden;
}

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

.why-choose-us {
    padding: 80px 0 0;
}

.rv-wide {
    padding: 20px;
    border: 1px solid #EAECF0;
}

.rv-wide h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.005em;
    color: #323E48;
}

.rv-wide p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #607587;
    margin-bottom: 0;
}

.notification-box {
    padding: 30px 20px;
}

.note-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.note-flex h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #101828;
    margin-bottom: 0;
}

.btn-del-all {
    border: 1px solid #607587;
    background: #FFFFFF;
    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: #344054;
}

.btn-del-all img {
    position: relative;
    top: -2px;
}

.btn-del-all:hover {
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border: 1px solid #607587;
}

.placed-notes {
    border: 1px solid #BDD0E0;
    background: #FFFFFF;
    padding: 24px;
    display: flex;
    justify-content: space-between;
}

.placed-notes h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #101828;
}

.id-numner {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #52AC7C;
    margin-bottom: 10px;
}

.placed-notes p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #607587;
    margin-bottom: 0;
}

.placed-notes p a {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #52AC7C;
    word-break: break-all;
}

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

.align-items-top .delete-i {
    position: relative;
    top: -2px;
}

@media only screen and (max-width:767px) {
    .placed-notes {
        display: inline-block;
        width: 100%;
    }

    .placed-notes p {
        margin-bottom: 20px;
    }

    .align-items-top {
        justify-content: space-between;
    }

    .btn-del-all {
        font-size: 14px;
        padding: 10px;
    }
}


.brands {
    background: #F0F5FA;
    padding: 30px;
}

.counter-pnl {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #001935;
}

.counter-pnl div {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #001935;
}


.our-mission {
    padding: 80px 0 0 0;
}

.listing-li {
    list-style: none;
    padding: 0;
}

.listing-li li {
    margin: 5px 0;
}

.space-right-80 {
    padding-right: 80px;
}

.our-team {
    padding: 80px 0;
}

.team-member {
    border: 1px solid #EAECF0;
    border-radius: 10px;
    overflow: hidden;
}

.team-content {
    padding: 15px;
}

.name-user {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.005em;
    color: #323E48;
}

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

.team-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.team-content ul li {
    display: inline-block;
}

.marketing-manager {
    border: 1px solid #EAECF0;
    border-radius: 8px;
    padding: 15px;
}

.marketing-manager h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.005em;
    color: #323E48;
}

.marketing-manager p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #607587;
    margin-bottom: 10px;
}

.pending-tag {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.005em;
    color: #52AC7C;
}

.terms-us {
    box-shadow: 0 0.75rem 1.5rem rgb(18, 38, 63, 0.1);
    border: 1px solid rgb(223, 223, 223);
    border-radius: 0.5rem;
    background: #fff;
    padding: 50px;
}

.terms-us h1 {
    font-weight: 600;
    color: #3f4554;
    font-size: 24px;
}

.terms-us h2 {
    font-weight: 600;
    color: #3f4554;
    font-size: 24px;
}

.heading-1 {
    font-size: 40px;
    font-weight: 600;
    color: #3f4554;
}

@media only screen and (max-width:1023px) {
    .space-right-80 {
        padding-right: 0;
    }

    .brands {
        padding: 30px 15px;
    }

    .counter-pnl div {
        font-size: 30px;
        text-align: center;
    }

    .brands .d-flex {
        flex-wrap: wrap;
    }

    .counter-pnl {
        width: 50%;
        text-align: center;
    }

    .team-member {
        margin-bottom: 15px;
    }
}

/* .hero-banner .owl-item .item img {
    height: 600px;
    object-fit: cover;
} */

.top-bar-right li a {
    position: relative;
}

.badge-counter {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #6CCA98;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 9px;
    font-weight: bold;
    top: -5px;
    right: -10px;
}

.filter-box nav.m-auto .pagination .page-item.active .page-link {
    background: #52AC7C;
    border: 1px solid #52AC7C;
    font-size: 14px;
}

.filter-box nav.m-auto .pagination .page-item .page-link {
    font-size: 14px;
}

.filter-toggle {
    display: none;
}

@media only screen and (max-width:767px) {
    .filter-sidebar .top-bar-filter.d-flex {
        position: relative;
    }

    .filter-toggle {
        display: block;
        position: absolute;
        right: 15px;
        bottom: 10px;
        /* transform: translateY(-50%); */
        background-color: #52AC7C;
        padding: 6px 10px;
        border-radius: 5px;
        color: #fff;
    }

    .top-bar-filter {
        padding: 10px 15px;
    }

    .filter-block {
        display: none;
    }

    .filter-block.block-filter {
        display: block;
    }

    .nav-tabs-list ul {
        margin-bottom: 0;
    }

    /* .hero-banner .owl-item .item img {
        height: 190px;
    } */

    .nav-tabs-list {
        display: none;
    }

    .mobile_caro.owl-carousel .owl-item img {
        height: 40px;
        object-fit: contain;
    }

    .mobile_caro.owl-carousel .owl-dots {
        display: none;
    }
}

.star-selling div {
    padding: 20px 0;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-stage .owl-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.owl-carousel .owl-stage .item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.owl-carousel .owl-stage .craft-area {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 0;
}

.owl-carousel .owl-stage .store-border-area {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-select[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}


button.accordion-button:focus {
    box-shadow: none;
}

input.form-control:focus {
    box-shadow: none;
}

.cart-list-box .accordion-item .accordion-collapse {
    display: none;
}

.cart-list-box .order-accordion .accordion-item .accordion-header .accordion-button::after {
    background: url(../img/Icon-plus.svg) no-repeat;
}

.cart-list-box .order-accordion .accordion-item.active .accordion-header .accordion-button::after {
    background: url(../img/Icon_minus.svg) no-repeat;
}

.cart-list-box .accordion-item.active .accordion-collapse {
    display: block;
}

@media only screen and (min-width:800px) and (max-width:1280px) {
    .input-search .form-control {
        width: 200px;
    }
}

.click-upload .invalid-feedback {
    position: relative;
    top: 40px;
}

.mark-well {
    position: relative;
    display: flex;
    margin-right: 15px;
    overflow: hidden;
}

.mark-well .img-user2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.mark-well::after {
    position: absolute;
    bottom: 0;
    top: 45px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #EAECF0;
}

.owl-item .product-card .picture-area {
    height: 230px;
}

.product-card .picture-area {
    height: 270px;
    overflow: hidden;
}

/* .fadeOut.hero-banner.owl-carousel .owl-stage .item {
    height: 600px;
    overflow: hidden;
} */

@media only screen and (min-width:768px) and (max-width:1023px) {
    /* .fadeOut.hero-banner.owl-carousel .owl-stage .item {
        height: 235px;
        overflow: hidden;
    } */
    /* .hero-banner .owl-item .item img{
        height: 235px;
    } */
}

@media only screen and (max-width:767px) {
    /* .fadeOut.hero-banner.owl-carousel .owl-stage .item {
        height: 190px;
        overflow: hidden;
    } */

    /* .hero-banner .owl-item .item img {
        height: 190px;
    } */
    .owl-item .product-card .picture-area {
        height: 135px;
    }

    .product-card .picture-area {
        height: 135px;
    }

    .store-banner h2 {
        font-size: 24px;
    }

    .store-banner {
        background-size: cover;
        padding: 80px 0;
    }

    .line-th {
        font-size: 12px;
    }

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

    .module-gallery .slider-thumb {
        width: 60px;
    }

    /* .module-gallery .slider-thumb .slick-track{
        width: 100% !important;
    }
    .module-gallery .slider-thumb .slick-track .type-image{
        width: 100% !important;
    } */
    .store-details {
        width: 100%;
        margin-bottom: 15px;
    }

    .owl-c1.owl-carousel .owl-stage .item {
        padding: 0 5px;
    }

    .number-text {
        font-size: 12px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .top-flex {
        display: block;
    }

    .width-10per {
        width: 100%;
    }
}



.sub-scrip {
    border: 1px solid #BDD0E0;
    border-radius: 15px;
    background: #FFFFFF;
}
.body-sub {
    padding: 10px;
}

.sub-head {
    background: #F0F5FA;
    border-radius: 10px;
    padding: 15px 10px;
    text-align: center;
}

.price-value {
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101828;
}

.price-value span {
    font-weight: 600;
    font-size: 18px;
}

.trial-tag {
    background: #52AC7C;
    border-radius: 100px;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
}

.plan-name {
    font-size: 16px;
    text-transform: capitalize;
}

.sub-body {
    padding: 20px 0;
}

.sub-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-body ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.sub-body ul li span {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #52AC7C;
}

.footer-sub {
    border-top: 1px solid #BDD0E0;
    padding: 20px 15px;
}

.owl-style-nav .owl-nav {
    justify-content: center;
    display: flex;
}

.sub-pricing-tab .owl-style-nav .owl-nav .owl-prev {
    width: 48px;
    height: 48px;
    background: #52AC7C;
    border-radius: 5px;
    margin: 15px 10px;

}

.sub-pricing-tab .owl-style-nav .owl-nav .owl-next {
    width: 48px;
    height: 48px;
    background: #52AC7C;
    border-radius: 5px;
    margin: 15px 10px;

}

.owl-style-nav .owl-nav button span {
    font-size: 32px;
    color: #fff;
    position: relative;
    top: -1px;
}

.owl-style-nav .card-errors {
    font-size: 14px;
}

.product-sorting-section {
    border-bottom: 1px solid #BDD0E0;
}

.control-input input[type=number]::-webkit-outer-spin-button,
.control-input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.control-input input[type=number] {
    -moz-appearance: textfield;
}

.container-max{
    max-width: 1530px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.flex-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-top80 .container-fluid{
    max-width: 1530px;
}
.add-banner.new-bottom .container-fluid {
    max-width: 1530px;
}
.section-bottom80 .container-fluid{
    max-width: 1530px;
}
@media only screen and (max-width:767px){
    .slider-preview li img{
        height: auto;
        width: 100%;
    }
}


.upload-file {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-file .btn {
    border: 1px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
}
.upload-file .btn i{
    color: #6CCA98;
}
.upload-file input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.img-naro{
    height: 150px;
}


/*---18.09.2023 ---*/


.acc-btn {
    width: 100%;
    padding: 1.6rem 0;
    font-size: 18px;
    cursor: pointer;
    background: inherit;
    border: none;
    outline: none;
    text-align: left;
        font-weight: bold;

}

.acc-btn:after {
    content: "\27A4";
    color: #52AC7C;
    float: right;
    transition: all 0.3s linear;
}

.acc-btn.is-open:after {
    transform: rotate(90deg);
}

.acc-btn:hover,
.acc-btn.is-open {
    color: #000;

}

.acc-content {
    max-height: 0;
    color: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    margin: 0 0;
    padding-left: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    border-bottom: 1px solid #ccc;
}

.acc-content h5{
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width:767px){

}


.exzoom {
    box-sizing: border-box;
}

.exzoom * {
    box-sizing: border-box;
}

.exzoom .exzoom_img_box {
    background: #eee;
    position: relative;
}

.exzoom .exzoom_img_box .exzoom_main_img {
    display: block;
    width: 100%;
}

.exzoom .exzoom_img_box span {
    background: url("data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAK\aTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQ\aWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec\a 5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28A\a AgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0\aST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaO\aWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHi\awmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryM\a AgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0l\aYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHi\aNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYA\aQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6c\awR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBie\awhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1c\aQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqO\aY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hM\aWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgoh\aJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSU\a Eko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/p\a dLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Y\a b1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7O\aUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsb\a di97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W\a 7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83\aMDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxr\aPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW\a 2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1\aU27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd\a 8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H0\a 8PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+H\avqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsG\aLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjg\aR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4\aqriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWY\a EpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1Ir\a eZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/Pb\a FWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYj\ai1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVk\aVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0Ibw\a Da0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vz\a DoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+y\a CW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawt\ao22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtd\aUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3r\aO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0\a/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv95\a 63Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+\aUPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAA\a ADqYAAAXb5JfxUYAAAAcSURBVHjaYnz9+Vs5AxJgYkADhAUAAAAA//8DANmxA1Okl3sAAAAAAElF\aTkSuQmCC") repeat;
}

.exzoom .exzoom_preview {
    margin: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
}

.exzoom .exzoom_preview .exzoom_preview_img {
    position: relative;
    max-width: initial !important;
    max-height: initial !important;
    left: 0;
    top: 0;
}

.exzoom .exzoom_nav {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    left: 15px;
}

.exzoom .exzoom_nav .exzoom_nav_inner {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.exzoom .exzoom_nav .exzoom_nav_inner span {
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    float: left;
}

.exzoom .exzoom_nav .exzoom_nav_inner span.current {
    border: 1px solid #f60;
}

.exzoom .exzoom_nav .exzoom_nav_inner span img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.exzoom .exzoom_btn {
    position: relative;
    margin: 0;
}

.exzoom .exzoom_btn a {
    display: block;
    width: 15px;
    border: 1px solid #ddd;
    height: 60px;
    line-height: 60px;
    background: #eee;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -62px;
    text-decoration: none;
    color: #999;
}

.exzoom .exzoom_btn a:hover {
    background: #f60;
    color: #fff;
}

.exzoom .exzoom_btn a.exzoom_next_btn {
    left: auto;
    right: 0;
}

.exzoom .exzoom_zoom {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 5;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
}


.show2 {
    width: 100%;
    /* height: 450px; */
    /* max-height: 450px; */
}

.small-img {
    width: 100%;
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 0;
}

.small-img .icon-left,
.small-img .icon-right {
    width: 34px;
    height: 34px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small-img .icon-left {
    transform: rotate(180deg)
}

.small-img .icon-right {
    right: 0;
}

.small-img .icon-left:hover,
.small-img .icon-right:hover {
    opacity: .5;
}

.small-container {
    width: 375px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.small-container div {
    width: 800%;
    position: relative;
}

.small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
}

.small-container .show-small-img:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
.small-container{
    width: 66%;
}
}

@media screen and (max-width: 1024px) {
    .small-container {
        width: 66%;
    }
}

span.delivery-exclude {
    font-size: 13px;
    font-weight: 400;
    color: orange;
}

span.delivery-include {
    font-size: 13px;
    font-weight: 400;
    color: #101828;
}
