/* #Off canvas Cart
================================================== */
.offcanvas-cart {
    /* background: #f4faec; */
    border: 1px solid rgba(229, 229, 229, 0.7);
    border-radius: 0;
    bottom: unset;
    left: 1rem;
    right: 1rem;
    height: 100% !important;
    overflow: auto;
}
.offcanvas-cart img {
    max-inline-size: 100%;
    max-block-size: 100%;
    max-height: 140px;
    object-fit: cover;
}
.shadow-md {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.font-14 {
    font-size: 14px;
}
.text-overflow-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.title-font {
    font-weight: 900;
}

.cart-canvas-delete a {
    background-color: #ff001122;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 15px;
    padding: 0;
}
/* .btn:not(.no-highlight):before {
display: inline-block;
content: "";
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
transparent,
rgba(255, 255, 255, 0.5),
transparent
);
position: absolute;
top: 0;
bottom: 0;
margin: auto;
left: 100%;
} */
.cart-canvas-parent li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.cart-canvas-foots {
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    overflow-x: hidden;
}
.main-color-green {
    background-color: #156c5f;
    color: #fff;
}
.main-color-green:hover {
    background-color: #125e52;
}
.offcanvas-backdrop.show {
    opacity: 1;
}
.offcanvas-backdrop {
    background-color: transparent;
    backdrop-filter: blur(10px);
}

/* #Login
================================================== */

.logini-container {
    max-width: 1470px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;

    margin: 8% auto 0;
}

.logini-container .form-holder {
    margin-top: 14px;
    position: relative;
}

.logini-container .logo-holder {
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}

.logini-container .logo-holder .thumbnail {
    margin-bottom: 0;
}
.logini-container .logo-holder .thumbnail img {
    width: 100%;
    height: 80px;
}
.logini-container .form-holder .main-holder {
    background: #fff;
    padding: 35px 40px 45px;
    border-radius: 8px;
    box-shadow: 0 4px 40px rgba(119, 132, 157, 0.1);
}

.logini-container .form-holder .title {
    margin-bottom: 37px;
    text-align: center;
    display: block;
    font-size: 19px;
    font-weight: 500;
    line-height: 38px;
    color: #53565d;
}

.logini-container .form-holder .desc {
    color: #8e939b;
    font-size: 13px;
    margin-bottom: 30px;
    text-align: right;
    direction: rtl;
}

.logini-container .form-holder .confirm-input {
    direction: ltr;
    font-size: 20px;
    font-weight: 700;
    text-indent: 20px;
    text-align: center;
    letter-spacing: 20px;
    text-transform: uppercase;
}

.logini-container .form-holder .input-field {
    flex: 1;
    width: 100%;
    position: relative;
}

.logini-container .form-holder .input-field label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    min-width: 46px;
    z-index: 3;
    border-radius: 4px;
    transition: 0.3s;
    color: #c9c9c9;
}

.logini-container .form-holder .input-field label i {
    font-size: 18px;
}

.logini-container .form-holder .input-field input {
    width: 100%;
    display: block;
    background-color: #f8f9fa;
    padding: 0 15px;
    height: 54px;
    line-height: 54px;
    color: #8e939b;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border: none !important;
    outline: unset !important;
    border-radius: 4px;
    font-size: 15px;
}

.logini-container .form-holder .input-field input:focus {
    box-shadow: unset !important;
    color: #53565d;
    border: none !important;
    outline: unset !important;
}

.logini-container .form-holder .input-field.input-has-label input {
    padding-right: 53px;
}

.logini-container .form-holder .submit {
    padding: 16px;
    font-size: 15px;
    display: block;
    text-align: center;
    margin-top: 25px;
    background-color: #156c5f;
    color: #fff;
    border: none;
    border-radius: 4px;
    width: 100%;
    transition: 0.3s;
    cursor: pointer;
}

.logini-container .form-holder .submit:hover {
    background-color: #125e52;
}

.logini-container .form-holder .gmail-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f9fa;
    color: #7c7c7c;
    font-size: 14px;
    padding: 12px;
    transition: 0.3s;
    border-radius: 4px;
}

.logini-container .form-holder .gmail-btn img {
    margin-left: 5px !important;
}

.logini-container .form-holder .gmail-btn:hover {
    background: #f4f4f4;
}

.logini-container .form-holder .gmail-divider {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 16px 0;
}

.logini-container .form-holder .gmail-divider span {
    font-size: 11px;
    background: #fff;
    z-index: 1;
    padding: 8px;
    color: #8b8b8b;
}

.logini-container .form-holder .gmail-divider i {
    position: absolute;
    right: 0;
    top: 16px;
    width: 100%;
    border-top: 1px solid #e6e5e5;
    display: flex;
}

.logini-container .actions-holder .action-link {
    display: flex;
    align-items: center;
    color: #8e939b;
    margin: 15px 0;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
}

.logini-container .actions-holder .action-link i {
    font-size: 16px;
    padding: 0 5px;
    transition: 0.3s;
}

.logini-container .actions-holder .action-link:hover {
    color: #4d535b;
}

.logini-container .actions-holder .action-link:hover i {
    padding-right: 8px;
}

.resend-action {
    background: 0 0 !important;
    border: 0 !important;
    color: #8e939b !important;
}

.btn-resend {
    cursor: pointer !important;
    font-size: 13px !important;
}

.strong-bar {
    height: 3px !important;
    width: 0;
    transition: 0.3s;
}

.strong-msg {
    text-align: left;
    font-size: 12px;
}

.password-help {
    display: none;
    text-align: right;
    direction: rtl;
    transition: 0.3s;
}

.password-help li {
    font-size: 12px;
    color: #8e939b !important;
}

#billing-login,
#billing-verify {
    background: #8ed557;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
}

.logini-modal .close-holder {
    display: flex;
    justify-content: end;
}

.logini-modal .close-holder i {
    cursor: pointer;
    margin: 16px 0 0 16px;
    background: #f4f5f6;
    color: #b8b8b8;
    padding: 10px 13px;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s;
}

.logini-modal .close-holder i:hover {
    background: #e5e7e8;
    color: #a1a1a1;
}

.logini-modal .main-holder {
    box-shadow: unset !important;
    padding-top: 0 !important;
    background: 0 0 !important;
}

.logini-auth-btn.phone {
    display: none;
}

@media screen and (max-width: 768px) {
    .logini-container .form-holder .main-holder {
        padding: 20px 25px;
    }

    .logini-auth-btn.default {
        display: none;
    }

    .logini-auth-btn.phone {
        display: inline-flex;
        padding: 12px 16px !important;
    }
}

.number-captcha {
    display: flex;
    align-items: center;
    margin: 12px 0;
}

.number-captcha img {
    margin-right: 14px;
}

.number-captcha {
    position: relative;
}

.number-captcha .captcha-tool {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: -27px;
    left: 0;
    background-color: #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 7px 12px;
    box-shadow: 1px 4px 10px #e1e1e1;
}

#captcha_image:hover .captcha-tool {
    visibility: visible;
    opacity: 1;
}
/* #Appointment
================================================== */
.appointment {
    position: relative;
    margin: 60px 0 120px;
}
.bg-appointment {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.Container-progessbar {
    display: flex;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    counter-reset: step;
}
.Container-progessbar li {
    width: calc(100% / 4);
    text-align: center;
    counter-increment: step;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #747d8c;
}
.Container-progessbar li:before {
    content: counter(step);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: white;
    border: 3px solid #dedede;
    color: #747d8c;
    font-weight: bold;
    margin-bottom: 25px;
    z-index: 2;
}
.Container-progessbar li:after {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #dedede;
    position: absolute;
    right: -50%;
    top: 23px;
    z-index: 1;
}
.Container-progessbar li:first-child:after {
    display: none;
}
.Container-progessbar li.active:before,
.Container-progessbar li.active::after {
    background-color: #198754;
    color: #fff;
    border-color: #198754;
}
.Container-progessbar li.false:before,
.Container-progessbar li.false::after {
    background-color: #ea2027;
    color: #fff;
    border-color: #ea2027;
}

.calendar {
    --side-padding: 20px;
    --border-radius: 34px;
    --accent-br: 15px;
    width: 100%;
}
.calendar select {
    background-color: transparent;
    padding: 15px 20px;
    border: none;
}
.calendar select:active,
.calendar select:focus-visible,
.calendar select:focus {
    border: none;
}
.calendar__opts,
.calendar__buttons {
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
}
.calendar__opts {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    padding: 20px var(--side-padding);
}
.calendar__body {
    background-image: linear-gradient(to bottom, #d1fbd3, #fff);
}
.calendar__days {
    background-color: #fff;
    padding: 0 var(--side-padding) 10px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.calendar__days > div {
    text-align: center;
    font-weight: 700;
    font-size: 1.02rem;
    color: #c5c8ca;
}
.calendar__dates {
    padding: 10px var(--side-padding);
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.calendar__date {
    --height: calc(400px / 6 - var(--side-padding));
    text-align: center;
    height: var(--height);
    line-height: var(--height);
    font-weight: 600;
    font-size: 1.02rem;
    cursor: pointer;
    position: relative;
}
.calendar__date::before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: calc(var(--height) * 0.9);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: var(--accent-br);
    transition: background-color 0.3s ease;
}
.calendar__date:not(.calendar__date--selected):not(
.calendar__date--grey
):hover::before {
    background-color: #ededed;
}
.calendar__date--grey {
    color: #c5c8ca;
    cursor: not-allowed;
}
.calendar__date--selected {
    color: #ff374b;
}

.calendar__date--range-end {
    color: #fff;
}
.calendar__date--range-end::before {
    box-shadow: 0 15px 20px -3px rgba(255, 55, 75, 0.35);
    background-color: #ff374b;
    border-radius: var(--accent-br);
    z-index: 1;
}

.calendar__date span {
    position: relative;
    z-index: 1;
}
.calendar__buttons {
    padding: 10px var(--side-padding) 20px;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}
.calendar__button {
    cursor: pointer;
}
.calendar__button--grey {
    background-color: #f3f4f6;
}
.calendar__button--primary {
    background-color: #1752ff;
    color: #fff;
    transition: box-shadow 0.3s cubic-bezier(0.21, 0.68, 0.09, 0.27),
        transform 0.2s linear;
}
.calendar__button--primary:hover {
    box-shadow: 0 20px 30px -13px rgba(23, 82, 255, 0.45);
    transform: translateY(-3px);
}
.calendar__button--primary:active {
    box-shadow: 0 10px 10px -6px rgba(23, 82, 255, 0.45);
    transform: translateY(-1px);
}
#calendar__year {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 900;
    color: #606a45;
}

.timesNobatdehi {
    margin: 10px 0;
    padding: 14px;
    background: #badfe5;
    border-radius: 6px;
    margin-top: 6%;
}

.timesNobatdehi .header {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #87bcc5;
    color: black;
}

.reservelist-item {
    flex: 1 0 17%;
    position: relative;
    margin: 0.5em;
}
.flexitem {
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
    flex-wrap: wrap;
}
.reservelist-item {
    flex: 1 0 17%;
    position: relative;
    margin: 0.5em;
}
.reservelist-item .btn {
    width: 100%;
    font-size: 15px;
}
.timesNobatdehi .btn:before {
    background: unset;
    content: none;
}
.reservelist-item .disabled {
    cursor: grab;
}
.mdi-clock::before {
    position: absolute;
    content: "";
    background: url("../images/svg/clock-circle2.svg") no-repeat;
    width: 25px;
    height: 25px;
    right: 0;
}
.next-step {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #198754;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    width: 20%;
    margin: 60px auto 60px 10px;
    transition: all 0.2s linear 0s;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
        rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border: none;
    cursor: pointer;
}
.next-step:before {
    content: "\f104";
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50% 0 0 50%;
    transform: scale(0, 1);
    transform-origin: right center;
    transition: all 0.2s linear 0s;
    font-size: 25px;
}

.next-step:hover {
    text-indent: 30px;
}
.next-step:hover:before {
    transform: scale(1, 1);
    text-indent: 0;
}
.next-step:disabled {
    background-color: rgb(242, 242, 242);
    color: #9fa6ad;
    cursor: not-allowed;
}
.cart-empty .next-step {
    width: 30%;
    margin: 60px 10px 10px;
}
.select-time,
.select-chat {
    position: relative;
    margin: 60px 0;
}
.select-time p,
.select-chat p {
    font-size: 22px;
    font-weight: 600;
    padding-right: 20px;
    color: #606a45;
}

.radio-tile-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.radio-tile-group .input-container {
    position: relative;
    height: 6rem;
    width: 100%;
    margin: 0.5rem;
}
.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 65%;
    width: 95%;
    margin: 0;
    cursor: pointer;
}
.radio-tile-group .input-container .radio-tile {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 95%;
    height: 65%;
    border: 2px solid #079ad9;
    border-radius: 8px;
    padding: 1rem;
    transition: transform 300ms ease;
}
.radio-tile-group .input-container:last-child .radio-tile {
    border: 2px solid #66e066;
}
.radio-tile-group .input-container .icon svg {
    fill: #079ad9;
    width: 3rem;
    height: 3rem;
}
.radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #079ad9;
}
.radio-tile-group .input-container:last-child .radio-tile-label {
    color: #66e066;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
    background-color: #079ad9;
    border: 2px solid #079ad9;
    color: white;
    transform: scale(1.1, 1.1);
}
.radio-tile-group
.input-container:last-child
.radio-button:checked
+ .radio-tile {
    background-color: #66e066;
    border: 2px solid #66e066;
    color: white;
    transform: scale(1.1, 1.1);
}
.radio-tile-group
.input-container
.radio-button:checked
+ .radio-tile
.icon
svg {
    fill: white;
}
.radio-tile-group
.input-container
.radio-button:checked
+ .radio-tile
.radio-tile-label {
    color: white;
}
.wrapper-time {
    display: inline-flex;
    background: #fff;
    height: 100px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    padding: 20px 15px;
}
.wrapper-time .option {
    background: #fff;
    height: 3.75rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid #c8f6cc;
    transition: all 0.3s ease;
    color: #c8f6cc;
}
.wrapper-time .option .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}
.wrapper-time .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: rgb(71 153 145);
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}
.wrapper-time input[type="radio"] {
    display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2 {
    border-color: #57b5ac;
    background: #57b5ac;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot {
    background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before {
    opacity: 1;
    transform: scale(1);
}
.wrapper-time .option span {
    font-size: 20px;
    color: #606a45;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span {
    color: #fff;
}
.comment-item {
    position: relative;
}
.comment-item .form-control {
    border-color: #156c5f;
}
.comment-item label.label-float {
    position: absolute;
    top: -10px;
    background-color: #fff;
    right: 25px;
    color: #156c5f;
    padding: 0 10px;
    font-size: 12px;
}

.comment-item input.form-control,
.comment-item select {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
    border-radius: 8px;
    font-size: 14px;
}

.courses-register {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 0;
}

.courses-register .courses-info {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-basis: 500px;
}

.courses-register .courses-info .courses-info-item {
    background: #f9f9f9;
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
    flex-basis: 250px;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    align-items: center;
    color: #125e14;
}

.courses-register .courses-info .courses-info-item span:nth-of-type(2) {
    margin-left: auto;
    font-weight: 600;
    color: #125e14;
}

.courses-register .courses-info .courses-info-item .icon {
    vertical-align: middle;
    margin-left: 10px;
    color: #999;
}

.courses-register .courses-price {
    flex-grow: 1;
    flex-basis: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-right:10px;
    color: #125e14;
}

.courses-price .price {
    font-size: 28px;
    flex-grow: 1;
    flex-basis: 100%;
    margin: 15px 0;
}
.courses-price .next-step {
    width: 100%;
    margin: 10px auto;
}

._failed {
    border-bottom: solid 4px red !important;
}
._failed i {
    color: red !important;
}

._success {
    width: 100%;
    text-align: center;
    border-bottom: solid 10px #28a745;
}

._success i {
    font-size: 55px;
    color: #28a745;
}

._success h2 {
    margin: 30px auto;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.2;
}

._success p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #495057;
    font-weight: 500;
}
.message-box .next-step {
    margin: 30px auto;
}
/* #Panel Users
================================================== */
.panel {
    margin: 120px 0 160px;
}
.panel-side {
    position: sticky;
    top: 0;
}

.profile-box-nav ul li a i {
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
}

.profile-box-nav ul {
    width: 100%;
}

.profile-box-nav ul li {
    width: 100%;
    position: relative;
    padding: 0 10px;
    background-color: #156c5f;
    transition: 0.3s;
    border-radius: 8px;
    margin-bottom: 7px;
}

.profile-box-nav ul li:hover {
    background-color: #f4f5f9;
}

.profile-box-nav ul li:hover a {
    color: #333;
}

.profile-box-nav ul li:last-child {
    margin-top: 40px;
}

.profile-box-nav ul li:last-child::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    height: 2px;
    background-color: #eee;
}

.profile-box-nav ul li:hover::before {
    opacity: 1;
}

.profile-box-nav ul li a {
    display: block;
    transition: 0.3s;
    color: #fff;
}

.profile-box-nav ul li.active {
    background-color: #f4f5f9;
}

.profile-box-nav ul li.active a,
.profile-box-nav ul li.active a i {
    color: #198754;
    font-weight: bold;
}

.img-profile-panel {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.badge-spn {
    background-color: #ed9209;
    margin-right: 5px;
}

.panel-box {
    padding-bottom: 20px;
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
}

.penel-nav {
    background-color: #156c5f;
    padding: 20px;
    border-radius: 8px;
}

.panel-alert {
    position: relative;
}

.panel-alert i {
    font-size: 30px;
}

.panel-alert span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #dc3545;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: relative;
    right: -47px;
    top: 0;
}

.panel-header {
    position: relative;
}

.panel-header::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40%;
    width: 4px;
    opacity: 1;
    background-color: #198754;
    transition: 0.3s;
}

.panel-meta-item {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    padding: 15px;
    border-radius: 8px;
}

.panel-meta-item-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #198754;
    border-radius: 8px;
    box-shadow: inset -1px 0 8px 4px rgb(255 254 254 / 28%);
    margin-left: 10px;
}

.panel-meta-item-icon i {
    font-size: 30px;
    color: #fff;
}

.panel-latest-order thead {
    height: 50px;
}

.panel-latest-order thead th {
    line-height: 50px;
    background-color: #156c5f;
    color: #fff;
}

.main-table tr td,
.main-table tr th {
    white-space: nowrap;
}

.main-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0;
}

.main-table tr {
    vertical-align: middle;
}

.panel-latest-order-res {
    border-radius: 8px;
}

.roundedTable {
    border-radius: 8px;
    border-spacing: 0;
    margin-bottom: 0;
}

.roundedTable th {
    padding: 4px;
}

.roundedTable tr td {
    border-right: none;
    border-bottom: none;
    padding: 12px 0;
}

.roundedTable tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.roundedTable tr td:first-child {
    border-left: none;
}

.panel-alert .panel-meta-item {
    flex-wrap: wrap;
}
.border-0 {
    border: 0 !important;
}
.main-color-one-bg {
    background-color: #198754 !important;
    color: #fff !important;
    box-shadow: 0 5px 5px #3a9c3d31 !important;
    display: flex;
    justify-content: center;
    width: 15%;
}
.panel .btn {
    transition: 200ms;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.content-box {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    padding: 20px 0;
    margin-bottom: 20px;
    border-radius: 10px;
}

.btn-filter-float {
    z-index: 999;
    top: 5%;
    right: -10px;
    background: #198754 !important;
    padding: 10px 0;
}

/* #Shop
================================================== */
.shop {
    position: relative;
    margin: 30px 0 60px;
}

.pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    row-gap: 1rem;
    margin: 3rem 0 4rem;
}

.pagination .page-nav a {
    font-size: 12px;
    color: #061730;
    border-radius: 8px !important;
    flex-shrink: 0;
    border: none;
    background: 0 0;
    padding: 5px 10px;
}

.pagination .page-item,
.pagination .pages-list span,
.pagination .page-nav span {
    font-weight: 500;
    line-height: 21px;
    transition: 0.3s;
    font-style: normal;
}

.pagination .page-item .page-link,
.pagination .pages-list a,
.pagination .page-nav a,
.pagination .page-nav span {
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    color: #061730;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    width: 44px !important;
    height: 44px !important;
    border-radius: 8px !important;
    flex-shrink: 0;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    margin-right: 5px;
}

.pagination .page-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.pagination .page-item.active .page-link {
    background: #156c5f;
    color: #061730;
}

.pagination .page-item:hover .page-link,
.pagination .page-nav a:hover,
.pagination .page-nav span {
    background: #156c5f;
    color: #fff;
}
.product-meta {
    position: relative;
}

.product-gallery img {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.product-gallery .swiper-pagination {
    bottom: 20px;
}

.product-gallery .swiper-slide {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 15px;
    background-color: #fff;
}

.product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev {
    background-color: #eee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.product-gallery-thumb img {
    display: block;
    max-width: 80%;
    margin: auto;
    opacity: 0.6;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

.product-gallery-thumb img:hover {
    opacity: 1;
}

.product-gallery-thumb .swiper-slide {
    border: 1px solid #eee;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    padding: 10px;
}

.product-gallery-thumb .swiper-slide-thumb-active img {
    opacity: 1;
}

/* icon product box */

.icon-product-box {
    z-index: 10;
    position: absolute;
    top: 15px;
    right: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #3a3b9c;
    padding: 5px;
    border-radius: 25px;
}

.icon-product-box-item {
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #eee;
    padding: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.summary .swiper-button-next,
.summary .swiper-button-prev {
    top: 70% !important;
}

.icon-product-box-item i {
    font-size: 16px;
    display: inherit;
}

.icon-product-box-item span {
    display: block;
    text-align: center;
    font-size: 14px;
}

.pro_gallery {
    position: relative;
    height: 100%;
}

.special-label {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 500;
}

.special-label img {
    width: 80px;
}

.product-gallery-thumb {
    margin-top: 50px;
}

.bottom-border {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.label-site {
    display: inline-block;
    padding: 5px 12px;
    margin: 5px 0;
    background-color: #f8f9fb;
}

.label-success {
    background-color: #edf5e6;
    color: #00867d;
}

.label-waring {
    background-color: #fff3f0;
}

.product-meta-rating-rating-count-text {
    color: #ef9a3d;
}

.product-meta-feature-items ul {
    margin-top: 15px;
}

.product-meta-feature-items ul li {
    color: #565757;
}

.product-meta-feature-items ul li:not(:last-child) {
    margin-bottom: 10px;
}

.product-meta-feature-items ul li span {
    color: #929292;
}

.product-meta-feature-items ul li strong {
    margin-right: 7px;
    color: #565757;
    font-weight: 700;
}

.product-meta-action .counter .input-group {
    justify-content: end;
}

.product-meta-add-to-cart-btn {
    padding: 15px 200px;
}

.text-muted-two {
    color: #929292;
}
.text-shop {
    font-size: 14px;
    text-align: justify;
}
.main-color-one-color {
    color: #198754;
    font-size: 12px;
}
.font-30 {
    font-size: 30px;
}
.title-font {
    font-weight: 900;
}

.product-meta-action .counter .input-group {
    justify-content: end;
}

[data-quantity] {
    position: relative;
    width: 100%;
    max-width: 11rem;
    padding: 0;
    margin: 30px auto 30px 20px;
    border: 0;
}

[data-quantity] legend {
    display: none;
}

[data-quantity] input {
    font-size: 18px;
    height: 4rem;
    padding: 0 4rem;
    border-radius: 2rem;
    border: 0;
    background: #fff;
    color: #222;
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.25);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-weight: lighter;
}

[data-quantity] input:focus {
    outline: none;
    box-shadow: 0 5px 55px -10px rgba(0, 0, 0, 0.2), 0 0 4px #3fb0ff; /* Allows border radius on focus */
}

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

[data-quantity] input[type="number"] {
    -moz-appearance: textfield;
}

[data-quantity] button {
    position: absolute;
    width: 2.8rem;
    height: 2.8rem;
    top: 0.6rem;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><path d="M17 25h16M67 25h16M75 17v16" fill="none" stroke="rgb(59,69,66)" stroke-width="1.5px" stroke-linecap="round" stroke-linejoin="round" /></svg>')
        no-repeat 0 0;
    background-size: 5.6rem 2.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    border-radius: 1.4rem;
    cursor: pointer;
    transition: opacity 0.15s;
    opacity: 0.5;
}

[data-quantity] button:active {
    background-position-y: 1px;
    box-shadow: inset 0 2px 12px -4px #c5d1d9;
}

[data-quantity] button:focus {
    outline: none;
}

[data-quantity] button:hover {
    opacity: 1;
}

[data-quantity] button.sub {
    left: 0.6rem;
}

[data-quantity] button.add {
    right: 0.6rem;
    background-position-x: -2.8rem;
}
.product-meta-add-to-cart {
    display: flex;
    margin-right: auto;
    align-items: center;
}
.AddToCart {
    position: relative;
    background-color: #198754;
    color: #fff;
    padding: 10px 60px 10px 10px;
    margin: 10px auto 10px 20px;
    min-width: 200px;
    border: none;
    border-radius: 8px;
    box-shadow: 12px 16px 35px 0px rgba(0, 0, 0, 0.3);
    transition: box-shadow 150ms linear, background-color 150ms linear,
        transform 150ms linear;
}

.AddToCart .Icon {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px dashed #ffffff26;
    height: 45px;
    width: 50px;
    padding-top: 10px;
}
.AddToCart:hover {
    transform: scale(0.98);
    background-color: #167549;
    box-shadow: 6px 8px 8px 0px rgba(0, 0, 0, 0.3);
}
/* #Shop
================================================== */
.blog {
    position: relative;
    margin: 30px 0 60px;
}
.slider-parent {
    background-color: #fff;
    margin-top: 40px;
    border-radius: 8px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
}
.slider-parent::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    transform: scaleX(0.9);
    background-color: rgba(4, 95, 36, 0.04);
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: 25px;
}

.blog-content-meta-thumbnail img {
    height: 400px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    padding: 10px;
}
.blog-content-meta-detail-detail {
    margin-top: 30px;
}
.blog-content-meta-detail-detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.blog-content-meta-detail-detail-item .fa-regular {
    color: #156c5f;
}
.blog-content-meta-detail-detail-item h6 {
    margin: 0 7px;
    color: #939aa4;
    font-weight: normal;
    font-size: 14px;
}
.blog-content-meta-detail-detail-item a,
.blog-content-meta-detail-detail-item span {
    color: #3e476c;
    font-size: 14px;
}
.title-font {
    color: #156c5f;
}
.blog-main-content {
    margin-top: 60px;
    text-align: justify;
}
.blog-main-content-content-text {
    padding: 20px;
}
.blog-main-content-content-text img {
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* #Shop Cart
================================================== */
.cart-shop {
    position: relative;
    margin: 30px 0 60px;
}
.payment_navigtions {
    margin-top: 15px;
    background-color: #fff;
    padding: 20px 0 5px 0;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
}

.payment_navigtions .payment_logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.payment_logo {
    text-align: center;
}

.payment_navigtions .payment_logo img {
    max-width: 190px;
    margin-bottom: 20px;
}

.payment_navigtions .checkout-headers ul {
    display: flex;
    justify-content: center;
}

.payment_navigtions .checkout-headers ul li {
    display: flex;
    align-items: center;
    opacity: 0.7;
}

.payment_navigtions .checkout-headers ul li a {
    display: flex;
    align-items: center;
}

.payment_navigtions .checkout-headers ul li.active {
    opacity: 1;
}

.payment_navigtions .checkout-headers ul li::after {
    content: "";
    width: 94px;
    height: 1px;
    margin: 0 20px;
    background: #d5d5d5;
    position: relative;
    top: 1px;
}

.payment_navigtions .checkout-headers ul li.active::after {
    background: #d5d5d5;
}

.payment_navigtions .checkout-headers ul li i {
    transform: rotateY(180deg);
    font-size: 18px;
    margin-left: 10px;
}

.payment_navigtions .checkout-headers ul li.active i {
    font-size: 24px;
    font-weight: bold;
}

.payment_navigtions .checkout-headers ul li p {
    font-size: 16px;
    margin-bottom: 0;
}

.payment_navigtions .checkout-headers ul li.active p {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0;
}

.payment_navigtions .checkout-headers ul li:last-child::after {
    display: none;
}

.danger-label {
    padding: 5px 10px;
    background-color: #fc6d6d3b;
    border-radius: 5px;
    color: #f21919;
    font-size: 13px;
    display: inline-block;
    font-weight: normal;
}

.cart-product-item .remove i {
    color: #fb5959;
    font-size: 20px;
}

.cart-canvases .item {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.cart-canvases .item .action .remove {
    padding: 0px 7px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition: 0.3s all ease-in-out;
}

.cart-canvases .item .action .remove:hover {
    background-color: #fea5a552 !important;
}

.cart-canvases .item .action .remove:hover a i {
    color: #fc6d6d;
}

.cart-canvases .item .price .price-discount {
    text-decoration: line-through;
    color: #cccccc;
    font-weight: normal !important;
}

.cart-canvases .item .price .price-off {
    color: #05bf71;
}

.cart-canvas .offcanvas-body {
    background: #f4f4f4 !important;
}

.cart-canvases .item .factor .title {
    padding-bottom: 10px;
    border-bottom: 3px solid #eee;
    margin-bottom: 10px;
}

.cart-canvases .item .factor .title img {
    width: 25px;
    margin-left: 5px !important;
}

.cart-canvases .item .factor .factor-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.checkout {
    background: #198754;
    color: #fff;
    border-radius: 8px !important;
    padding: 7px;
    transition: all 0.3s ease-in-out;
    border: none;
    text-align: center;
    cursor: pointer;
}
.checkout:hover {
    background: #146b42;
    color: #fff;
}
.cart-shop .textW {
    color: #146b42;
    font-weight: 600;
}
.image img {
    width: 150px;
    object-fit: contain;
}
.cart-shop .counter [data-quantity] {
    margin: 20px auto;
}
.product-box-price-price {
    justify-content: left;
    padding-top: 60px;
}
.add-address {
    position: relative;
}

.add-address .grid {
    display: grid;
    grid-gap: 1em;
    margin: 0 auto;
    max-width: 60em;
    padding: 0;
}

.add-address .card {
    background-color: #fff;
    border-radius: 0.5em;
    position: relative;
}
.add-address .card:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.add-address .radio {
    font-size: inherit;
    margin: 0;
    position: absolute;
    left: calc(1em + 2px);
    top: calc(1em + 2px);
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .add-address .radio {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff;
        border: 2px solid #e2ebf6;
        border-radius: 50%;
        cursor: pointer;
        height: 1.5em;
        outline: none;
        transition: background 0.2s ease-out, border-color 0.2s ease-out;
        width: 1.5em;
    }
    .add-address .radio::after {
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        content: "";
        display: block;
        height: 0.75rem;
        left: 25%;
        position: absolute;
        top: 50%;
        transform: rotate(45deg) translate(-50%, -50%);
        width: 0.375rem;
    }
    .add-address .radio:checked {
        background: #198754;
        border-color: #198754;
    }

    .add-address .card:hover .radio {
        border-color: #c4d1e1;
    }
    .add-address .card:hover .radio:checked {
        border-color: #198754;
    }
}
.add-address .plan-details {
    border: 2px solid #e2ebf6;
    border-radius: 0.5em;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 1em;
    transition: border-color 0.2s ease-out;
}

.add-address .card:hover .plan-details {
    border-color: #c4d1e1;
}

.add-address .radio:checked ~ .plan-details {
    border-color: #198754;
}

.add-address .radio:focus ~ .plan-details {
    box-shadow: 0 0 0 2px #c4d1e1;
}

.add-address .radio:disabled ~ .plan-details {
    color: #c4d1e1;
    cursor: default;
}

.add-address .radio:disabled ~ .plan-details .plan-type {
    color: #c4d1e1;
}

.add-address .card:hover .radio:disabled ~ .plan-details {
    border-color: #e2ebf6;
    box-shadow: none;
}

.add-address .card:hover .radio:disabled {
    border-color: #e2ebf6;
}

.add-address .plan-type {
    color: #198754;
    font-weight: bold;
    line-height: 1em;
}

.add-address .plan-cost {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0.5rem 0;
}

.add-address .slash {
    font-weight: normal;
}

.add-address .plan-cycle {
    font-size: 2rem;
    font-variant: none;
    border-bottom: none;
    cursor: inherit;
    text-decoration: none;
}

.add-address .hidden-visually {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.addAddressBtn {
    display: flex;
    margin-right: auto;
    justify-content: left;
    align-items: center;
}
.addAddressBtn button {
    position: relative;
    background-color: transparent;
    width: 200px;
    padding: 10px;
    text-align: center;
    border: 2px solid #198754;
    border-radius: 8px;
    margin: 30px 0;
    color: #198754;
}
.modal .Btns {
    width: auto;
    font-size: 14px;
    padding: 10px 20px;
}
.modal .Btns:hover {
    background: #125e52;
    color: #fff;
}
.btn-secondary {
    position: relative;
    background-color: transparent;
    width: auto;
    padding: 10px 20px;
    text-align: center;
    border: 2px solid #c1c1c1;
    border-radius: 8px;
    margin: 30px 0;
    color: #c1c1c1;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.font-16 {
    font-size: 16px;
}
.modal-dialog {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.card-primary {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0px 30px 50px 0px rgba(198, 205, 218, 0.2);
    border-radius: 8px;
    padding: 24px;
    text-align: right;
    background: white;
    font-size: 16px;
    color: #2b3149;
    margin-top: 60px;
}

.card-secondary {
    background: #f8f9fa;
    border: 1px solid #f0f1f4;
    width: 100%;
    border-radius: 5px;
    padding: 16px;
    font-size: 16px;
    color: #2b3149;
}

.card-primary .table {
    border: 1px solid #e9ebef;
    width: 100%;
    background: white;
    border-radius: 5px;
    border-spacing: 0;
    font-size: 14px;
}

.card-primary .table tr {
    padding: 16px;
}

.card-primary .table tr:not(:last-child) th,
.card-primary .table tr:not(:last-child) td {
    border-bottom: 1px solid #e9ebef;
}

.card-primary .table td {
    padding: 16px;
    padding-right: 0;
    width: 50%;
}

.card-primary .table th {
    padding: 16px;
    padding-left: 0;
    width: 50%;
}
.payment-success-shop {
    position: relative;
    padding: 10px;
    display: flex;
    border-right: 5px solid #05bf71;
}
.payment-success-shop h2 {
    font-size: 30px;
    color: #198754;
}
.card-primary .Btns {
    width: 200px;
}
/* #Menu Responsive
================================================== */

.mobile-nav {
    position: fixed;
    z-index: 1050;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    border-radius: 14px;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #156c5f;
    border: 1px solid #0f4d43;
    padding: 0;
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4);
}

.mobile-nav li {
    width: 50%;
}

.mobile-nav li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    height: 100%;
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: white;
}

.mobile-nav li a.active {
    font-weight: 500;
    position: relative;
    color: #d35234;
}

.mobile-nav li a.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 22px;
    height: 3px;
    background-color: #d35234;
}

.mobile-nav li a.active svg path {
    stroke: #d35234;
}

.mobile-nav li.mobile-support {
    position: relative;
}

@keyframes pulse-primary {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #21ac97;
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(211, 82, 52, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(211, 82, 52, 0);
    }
}

.mobile-nav li.mobile-support a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #21ac97;
    border-radius: 100%;
    -webkit-animation: pulse-primary 2s infinite;
    animation: pulse-primary 2s infinite;
}

.mobile-nav li.mobile-support a img {
    filter: brightness(0) invert(1);
}

.mobile-nav .offcanvas {
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 0.7);
    border-radius: 20px;
    bottom: calc(70px + 2rem);
    left: 1rem;
    right: 1rem;
    height: calc(100% - 70px - 3rem) !important;
    overflow: auto;
}

.mobile-navbar .offcanvas .offcanvas-header {
    border-bottom: 1px solid #e5e5e5;
}

.mobile-navbar .offcanvas .offcanvas-title {
    font-style: normal;
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    color: #061730;
}

.mobile-navbar .offcanvas .offcanvas-title a {
    font-style: normal;
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    color: #061730;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.mobile-navbar .offcanvas .offcanvas-close {
    border: unset;
    background: url("../images/svg/close-circle.svg");
    width: 32px;
    height: 32px;
}

.mobile-navbar .offcanvas .offcanvas-body__menu {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.mobile-navbar .offcanvas .offcanvas-body__menu li button,
.mobile-navbar .offcanvas .offcanvas-body__menu li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    color: #061730;
    width: 100%;
    background: transparent;
}

.mobile-navbar .offcanvas .offcanvas-body__menu li button::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/svg/dropdown-toggle-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(90deg);
}

.mobile-navbar .offcanvas .offcanvas-body__search {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
}

.mobile-navbar .offcanvas .offcanvas-body__search .btn {
    height: 48px;
}
.offcanvas.offcanvas-bottom {
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 0.7);
    border-radius: 20px;
    bottom: calc(70px + 2rem);
    left: 1rem;
    right: 1rem;
    height: calc(100% - 70px - 3rem) !important;
    overflow: auto;
}

button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
    outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #156c5f;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius: 20px;
    visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before {
    visibility: visible;
}
button.back-to-top::after {
    border-bottom-color: #fff;
    position: relative;
    top: -24px;
}
button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

/* #Support
================================================== */
.btn-whatsapp-chat {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 5;
    padding: 5px;
    background: #156c5f;
    display: block;
    height: 60px;
    width: 60px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-animation: pulse-primary 2s infinite;
    animation: pulse-primary 2s infinite;
}
.btn-whatsapp-chat::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url("../images/svg/support.svg") center center
        no-repeat;
    background-size: 30px auto;
    transition: 0.4s ease all;
}
.btn-whatsapp-chat::after {
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url("../images/svg/x_icon.svg") center center
        no-repeat;
    background-size: 14px auto;
    transition: 0.4s ease all;
    transform: scale(0) rotate(-360deg);
}
.btn-whatsapp-chat.openbtn::before {
    opacity: 0;
    transform: scale(0) rotate(360deg);
}
.btn-whatsapp-chat.openbtn::after {
    opacity: 1;
    transform: scale(1.3) rotate(0deg);
}

.box-whatsapp-chat {
    width: 300px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    visibility: hidden;
    border-radius: 5px;
    opacity: 0;
    transition: 0.3s;
    box-shadow: 3px 3px 10px 2px rgb(150 150 150 / 70%);
}
.box-whatsapp-chat::after {
    position: absolute;
    top: 100%;
    left: 20px;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f2f2f2;
    border-bottom: 0px solid red;
}
.box-whatsapp-chat.open {
    visibility: visible;
    opacity: 1;
    transform: translate(0, -70px);
}

.box-whatsapp-chat .header-whatsapp-chat {
    background: #156c5f;
    padding: 10px 0px;
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 5px 5px 0px 0px;
}
.box-whatsapp-chat .header-whatsapp-chat .icon-whatsapp-chat {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.box-whatsapp-chat .header-whatsapp-chat .texto-whatsapp-chat {
    width: 80%;
    justify-content: center;
    align-items: center;
    color: white;
    padding-right: 10px;
}

.box-whatsapp-chat .content-whatsapp-chat {
    background: #f2f2f2;
    padding: 5px 15px 20px 15px;
    color: #0e2e4d;
    border-radius: 0px 0px 5px 5px;
}
.box-whatsapp-chat .content-whatsapp-chat a.agente-whatsapp-chat {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    background: white;
    padding: 15px 0px;
    padding-left: 70px;
    border-left: 2px solid #0e2e4d;
    color: #0e2e4d;
    text-decoration: none;
}
.box-whatsapp-chat .content-whatsapp-chat a.agente-whatsapp-chat:hover {
    background: white;
    box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
}
.box-whatsapp-chat
.content-whatsapp-chat
.agente-whatsapp-chat
img.profile-img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    transform: translatey(-50%);
    top: 50%;
    left: 0;
}
.box-whatsapp-chat
.content-whatsapp-chat
.agente-whatsapp-chat
img.icon-profile-img {
    position: absolute;
    transform: translatey(-50%);
    right: 10px;
    top: 50%;
    padding: 5px;
    box-sizing: border-box;
    height: 30px;
    width: 30px;
}
.box-whatsapp-chat .content-whatsapp-chat .agente-whatsapp-chat p {
    padding: 0;
    margin: 0;
    width: 100%;
}

/* #Info
================================================== */
.content-box {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    padding: 20px 0px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.product-desc {
    position: relative;
}
.product-desc-tab-content::before {
    content: "";
    position: absolute;
    background: url("../images/svg/info-square.svg") no-repeat;
    width: 50px;
    height: 50px;
    top: 0;
    right: 10px;
    color: #ddd;
    font-size: 35px;
}
.product-desc-tab-content::after {
    content: "";
    position: absolute;
    top: 55px;
    right: 10px;
    width: 50px;
    height: 134px;
    background-image: radial-gradient(#156c5f 1px, transparent 1px);
    background-size: 10px 10px;
    border-radius: 0px;
}
.font-22 {
    font-size: 22px;
}
.title-font {
    font-weight: 900;
}
.product-desc-content p {
    line-height: 35px;
    padding-right: 15px;
}
.read-more-wrap {
    padding: 10px 80px 10px 0;
}
/*Shop*/
.fav-add {
    min-height: 45px;
}
.fav-add .svgshopMain {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 0 5px;
    background-color: #e5ebd1;
    color: #606a45;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    box-shadow: 0 5px 9px -7px #606a45 !important;
    cursor: pointer;
}
.items-shopMain {
    padding: 0;
    margin: 30px 0;
}
.detail-items-shopMain {
    padding: 10px 15px;
}
.detail-items-shopMain h3 {
    font-size: 16px;
}
.row .row {
    margin: 0;
}
/* #Basket
================================================== */
.basket_main * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.basket_main {
    min-width: 230px;
    width: 100%;
    margin: 0 auto 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.basket_head {
    width: 100%;
    background: #fdfdfd;
    border-radius: 4px 4px 0 0;
    text-align: center;
    padding: 30px 0 20px 0;
    font-size: 12px;
    color: #888;
    position: relative;
}
.basket_progress {
    width: 100%;
}
.basket_body {
    background: #fdfdfd;
    padding: 18px 0 4px 0;
}

.basket_body div {
    padding: 0 28px 11px;
    color: #888;
    font-size: 14px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

.basket_body div span:nth-of-type(1) {
    width: 8px;
    height: 8px;
    background: #d95e01;
    display: inline-block;
    vertical-align: top;
    border-radius: 99px;
    margin: 8px;
    vertical-align: top;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

.basket_is {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 28px 15px 0;
    display: block;
}
.basket_mark {
    width: 8px;
    height: 25px;
    position: relative;
    background: #222;
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    transition: 0.2s;
}

.basket_mark:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 4px solid #d1d5d8;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.basket_mark:hover {
    height: 30px;
    transition: 0.2s;
}
.basket {
    width: 95%;
    height: 20px;
    position: relative;
    font-size: 16px;
    display: block;
    position: absolute;
    top: 11px;
    right: 25px;
    display: block;
    color: #222;
    text-align: right;
}
.basket_footer {
    text-align: center;
    border-radius: 0 0 4px 4px;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.item-trash-ic {
    background-image: url("images/remove.svg");
}
.cart-list {
    list-style-type: none;
    padding: 1.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cart-list-item {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 1.25em;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
}
.cart-list-item a {
    display: contents;
}
.cart-list-item .cart-item-img {
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cart-list-item .cart-item-num {
    width: 5%;
    vertical-align: middle;
}
.cart-list-item .cart-item,
.cart-list-item .cart-item a {
    width: 100%;
    height: 5em;
    display: table;
}
.cart-list-item .cart-item > div,
.cart-list-item .cart-item a > div {
    text-align: right;
    padding: 10px;
    position: relative;
    display: table-cell;
}
.cart-list-item .cart-item .cart-item-description {
    width: 50%;
}
.cart-list-item .cart-item .cart-item-description > span {
    position: absolute;
    padding: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.cart-list-item .cart-item .cart-item-description .cart-item-label {
    line-height: 1.3em;
    max-height: 2.6em;
    font-size: 0.875em;
    overflow: hidden;
    color: #262626;
}
.cart-list-item .cart-item .cart-item-description .cart-item-price {
    font-size: 0.75em;
    color: #a8a8b2;
    margin-top: 0.125em;
}
.cart-list-item .cart-item .cart-item-quantity .multiple {
    top: 50%;
    left: auto;
    right: -2%;
}
.cart-list-item .cart-item .cart-item-quantity {
    width: 20%;
    vertical-align: middle;
}
.cart-list-item .cart-item .cart-item-amount {
    width: 14%;
    vertical-align: middle;
}
.cart-list-item .cart-item .cart-item-date {
    width: 15%;
    vertical-align: middle;
}
.cart-list-item .cart-item .cart-item-quantity select {
    width: 100px;
}
.cart-list-item .cart-item .cart-item-trash {
    width: 2em;
}
.cart-list-item .cart-item .cart-item-quantity > span,
.cart-list-item .cart-item .cart-item-trash > span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    vertical-align: top;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cart-list-item .cart-item .cart-item-trash {
    width: 4em;
}
.cart-list-item .cart-item .item-heart-ic {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    cursor: pointer;
}
.cart-list-item .cart-item .item-heart-ic:hover {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
}
.cart-list-item .cart-item .item-trash-ic {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    cursor: pointer;
}
.basket_footer a {
    font-size: 12px;
    background: #ccc;
    width: 48%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    transition: 0.3s all;
    border-radius: 4px;
}
.btn-pardakht {
    background: dodgerblue !important;
    color: #fff;
}
.btn-pardakht:hover {
    color: #fff;
}
.basket_footer a:hover {
    box-shadow: none;
}
.cart-list-item .cart-item .item-trash-ic:hover {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}
.form-control_name input {
    padding-right: 44px !important;
    font-size: 14px;
    color: #a4a4a4;
    border-color: #ccc !important;
}
.star_inputs {
    position: absolute;
    right: 20px;
    top: 20%;
    color: tomato !important;
}
.icon__input {
    position: absolute;
    right: 30px;
    top: 25%;
    font-size: 20px;
}
.success-adress {
    font-size: 14px;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
    border-right: 8px solid #2ed573;
    background: #c3f3d7;
    color: #23ad5c;
    border-radius: 4px;
}
.button--wapasha {
    background: #fff;
    color: #37474f;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    border-color: #37474f;
    border-radius: 5px;
    min-width: 150px;
    max-width: 250px;
    display: block;
    margin: 1em;
    padding: 0.6em 2em;
    border: 2px solid #37474f;
    vertical-align: middle;
    position: relative;
    float: left;
    font-size: 14px;
}
.button--wapasha:hover {
    color: #fff;
    background: #37474f;
    border: 2px solid #37474f;
}
@media screen and (min-width: 22.5em) {
    .cart-list-item .cart-item .cart-item-description .cart-item-label {
        font-size: 1em;
    }
    .cart-list-item .cart-item .cart-item-description .cart-item-price {
        font-size: 0.875em;
    }
}

.discount__code h4 {
    color: #464646;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}
.discount__code span {
    margin-top: 65px;
    color: #747474;
    font-size: 16px;
    line-height: 32px;
}
.discount__code_input {
    margin-top: 30px;
    padding: 30px;
    border-radius: 8px;
    background-color: #fafafa;
    width: 100% !important;
    float: right;
}
.input-group-prepend {
    margin: 10px;
    position: absolute;
    left: 0;
}
.btn_discount__code {
    background-color: #198754;
    color: #fff;
    padding: 10px 32px;
    z-index: 20;
    box-shadow: none;
    border: none;
    position: relative;
    margin: -10px;
    height: 50px;
    border-radius: 8px 0 0 8px;
}
.cart-list-item .cart-item-img {
    width: 150px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.Total_purchase h2 {
    color: #464646;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    margin-right: 30px;
}
.Total_orders {
    margin-top: 20px;
    display: flex;
    margin-right: 30px;
}
.Total_orders h5 {
    color: #747474;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    width: 60%;
}
.Total_orders label {
    padding-right: 60px;
    color: #232a28;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 40%;
    text-align: center;
}
.Total_orders span {
    padding-right: 10px;
}
.your_discount {
    margin-top: 20px;
    display: flex;
    margin-right: 30px;
}
.your_discount h5 {
    color: #747474;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    width: 60%;
}
.your_discount label {
    color: #915c50;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    padding-right: 60px;
    width: 40%;
    text-align: center;
}
.your_discount span {
    color: #232a28;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding-right: 10px;
}
.payment_Total_purchase {
    border-radius: 8px;
    background-color: #fafafa;
    padding: 20px 30px;
    width: 100%;
    margin-top: 30px;
    display: flex;
}
.payment_Total_purchase h5 {
    color: #464646;
    font-size: 22px;
    font-weight: 500;
    line-height: 38px;
    width: 60%;
}
.payment_Total_purchase label {
    color: #232a28;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    padding-right: 60px;
    width: 40%;
    text-align: center;
}
.payment_Total_purchase label span {
    margin-right: 8px;
}
.btn_payment_Total_purchase {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    padding: 20px 50px;
    border-radius: 4px;
    background-color: #00543c;
    box-shadow: 0 9px 24px 0 rgb(0 0 0 / 15%), 0 9px 24px 0 rgb(0 84 60 / 30%);
    margin-top: 65px;
    float: left;
    border: none;
}
.btn_payment_Total_purchase:hover {
    color: #fff;
}
.w-90 {
    width: 90%;
}
.purchase_registration {
    padding-right: 15px;
    padding-left: 15px;
}
.discount__code_input input {
    height: 50px;
    border-color: #198754;
    border-radius: 8px;
}
.bread-crumb {
    margin-top:60px;
    margin-bottom: 30px;
}

/* #New appointment
================================================== */
.bg-appointment {
    padding: 0;
    margin-bottom: 60px;
}
.header-appointment {
    position: relative;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-appointment .date {
    font-weight: 700;
    color: rgb(50, 50, 50);
    font-size: 18px;
    line-height: 28px;
}
.bg-item-date {
    position: relative;
    padding: 10px 70px;
    background-color: rgb(244, 250, 255);
}
.bg-item-date .item-date {
    height: 82px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgb(240, 242, 244);
    background: rgb(255, 255, 255);
    display: flex !important;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    gap: 2px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.bg-item-date .item-date:hover {
    border-color: #156c5f;
}
.bg-item-date .item-date.tody {
    border-color: #156c5f;
    background-color: #e6fcd0;
}
.bg-item-date .item-date.tody .day-number {
    color: #156c5f;
}
.bg-item-date .item-date .day-title {
    font-size: 12px;
    color: rgb(26, 26, 26);
}
.bg-item-date .item-date .day-number {
    font-size: 22px;
    font-weight: 600;
}
.item-time {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: max-content;
    padding: 16px;
    background: rgb(255, 255, 255);
    align-items: flex-start;
    gap: 12px;
    min-height: 200px;
}
.body-appointment .btn {
    position: relative;
    background-color: transparent;
    color: #156c5f;
    border-color: #156c5f;
}

.body-appointment .btn .disabled {
    opacity: 0.2;
}
.user-profile {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #156c5f;
    border-radius: 8px 8px 0 0;
}

.user-profile .header-user-profile {
    position: relative;
    padding: 10px;
    display: flex;
    align-items: center;
}
.user-profile .img-avatar {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #e6fcd0;
}
.user-profile .name-profile {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 10px 20px;
}
.user-profile .name-profile h2 {
    font-size: 18px;
    font-weight: 700;
    color: #156c5f;
}
.user-profile .name-profile h3 {
    font-size: 12px;
    font-weight: 500;
}
.user-profile .category-user {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
}
.user-profile .category-user h3,
.user-profile .category-user h4 {
    font-size: 11px;
    font-weight: 500;
}
.btngo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background: #198754;
    color: #fff;
    border-radius: 0 0 8px 8px;
    transition: all 0.3s ease-in-out;
    border: none;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #156c5f;
    border-top: 0;
}
.btngo:hover {
    background: #146b42;
    color: #fff;
}
.btngo:disabled {
    background-color: rgb(242, 242, 242);
    color: #9fa6ad;
    cursor: not-allowed;
    border: 1px solid #156c5f;
    border-top: 0;
}
.bg-item-date .slick-arrow {
    position: absolute;
    left: 1rem;
    top: 25%;
    cursor: pointer;
}
.bg-item-date .item-date-nextarrow {
    left: unset;
    right: 1rem;
}

.slick-arrow.slick-disabled {
    filter: invert(1);
}
.slider-shop .slick-arrow.slick-disabled {
    filter: unset;
}
/* #Progress appointment
================================================== */
.body-appointment {
    position: relative;
    min-height: 300px;
}
.step-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    margin: 30px 0;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
}
.progress-soot {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    user-select: none;
}

#progress-bar {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px;
}
#progress-bar::after {
    position: absolute;
    content: "";
    right: 10%;
    width: 80%;
    bottom: calc(4rem / 2 - -6px / 2);
    height: 1px;
    background-image: linear-gradient(
        to right,
        rgb(137, 158, 169) 66%,
        rgba(255, 255, 255, 0) 33%
    );
    background-position: center bottom;
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-color: white;
}
.step {
    text-align: center;
    width: 100%;
    position: relative;
    transition: background-color 0.3s;
    z-index: 2;
}
.step .step-number {
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid rgb(137, 158, 169);
    color: rgb(137, 158, 169);
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}
.step .step-title {
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
    color: rgb(137, 158, 169);
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.step.active .step-title,
.step.completed .step-title {
    color: #156c5f;
    font-weight: 500;
}
.step.active .step-number,
.step.completed .step-number {
    background-color: #156c5f;
    border-color: #156c5f;
    color: white;
    transition: all 0.3s ease-in-out;
}
.step.active .step-number span,
.step.completed .step-number span {
    display: none;
}
.step.active .step-number::after,
.step.completed .step-number::after {
    content: "✓";
}
.body-appointment #loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    color: #00543c;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.mkdf-reveal-image img {
    width: 120px;
    height: auto;
    display: block;
    -webkit-animation: image-appear 2.5s ease infinite;
    animation: image-appear 2.5s ease infinite;
}

.mkdf-reveal-image .mkdf-spinner-revealer {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-color: #fff;
    -webkit-animation: reveal 2.5s ease infinite;
    animation: reveal 2.5s ease infinite;
}

@-webkit-keyframes image-appear {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes image-appear {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes reveal {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    80% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes reveal {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999;
}

.loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader__figure {
    box-sizing: border-box;
    border-radius: 50%;
}


.step-content-body {
    position: relative;
    display: grid;
    grid-template-rows: max-content;
    padding: 16px;
    background: rgb(255, 255, 255);
    align-items: flex-start;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 48em) {
    .step-content-body {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (37em <= min-width <= 48em) {
    .step-content-body {
        grid-template-columns: repeat(3, 1fr);
    }
}
.step-content-body .category-btn {
    border: 2px solid transparent;
    background:linear-gradient(white, white) padding-box,
        linear-gradient(to top, #dddddd, #156c5f) border-box;
    color: rgb(26, 26, 26) !important;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 15px 10px -16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:160px
}
.step-content-body .category-btn:focus,
.category-btn:active {
    background: #156c5f !important;
    color: #fff !important;
}
.step-content-body .category-btn.active {
    background: #156c5f !important;
    color: #fff !important;
}
.step-content-body .category-btn:hover {
    transform: translate(0, -5px);

}
.step-content-body .category-btn img {
    width: auto;
    height: 72px;
    margin-bottom: 10px;
}


.step-content-body .category-btn h3 {
    font-size: 16px;
    font-weight: 600;
    color: rgb(26, 26, 26);
    margin:0;
    padding-top:10px
}
.step-content-body .category-btn:focus h3,
.category-btn:active h3{

    color: #fff !important;
}
.step-content-body .category-btn.active h3{
    color: #fff;
}
.body-appointment .grid {
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.radio-buttons {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.custom-radio input {
    display: none;
}

.radio-btn {
    margin: 10px;
    width: 180px;
    height: 200px;
    border: 3px solid transparent;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px #c3c3c367;
    cursor: pointer;
}

.radio-btn > i {
    color: #ffffff;
    background-color: #8373e6;
    font-size: 20px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) scale(4);
    border-radius: 50px;
    padding: 3px;
    transition: 0.2s;
    pointer-events: none;
    opacity: 0;
}

.radio-btn .hobbies-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-btn .hobbies-icon i {
    color: #8373e6;
    line-height: 80px;
    font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
    color: #8373e6;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.custom-radio input:checked + .radio-btn {
    border: 3px solid #8373e6;
}

.custom-radio input:checked + .radio-btn > i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

@media (min-width: 42em) {
    .subcategory {
        grid-template-columns: repeat(4, 1fr);
    }
}

.subcategory {
    position: relative;
    display: grid;
    grid-template-rows: max-content;
    padding: 16px;
    background: rgb(255, 255, 255);
    align-items: flex-start;
    gap: 12px;
}

.subcategory-btn {
    min-height: 115px;
    border: 2px solid #156c5f;
    background: rgb(244, 250, 255);
    color: rgb(26, 26, 26) !important;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 15px 10px -16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.subcategory-btn:focus,
.subcategory-btn:active {
    background-color: transparent !important;
    color: rgb(26, 26, 26) !important;
    border-color: #156c5f !important;
}
.subcategory-btn:hover {
    transform: translate(0, -5px);
    color: rgb(26, 26, 26) !important;
}
.subcategory-btn input[type="radio"] {
    opacity: 0;
    visibility: hidden;
}

.subcategory-btn svg {
    margin-bottom: 10px;
}
.subcategory-btn h3 {
    font-size: 14px;
    font-weight: 500;
    color: rgb(26, 26, 26);
    text-align: center;
    line-height: 25px;
}
.subcategory-btn p {
    font-size: 1rem;
    font-weight: 600;
    color: #156c5f;
    margin:0

}
.therapist {
    margin-bottom: 30px;
    cursor: pointer;
}
#search-therapist {
    margin-bottom: 30px;
}
.btn-secondary {
    position: absolute !important;
    top: 0;
    left: 20px;
}
.line-title {
    position: relative;
    width: 100%;
    max-width: 400px;
    font-size: 16px;
    margin: 30px 0;
    padding:0 10px 25px 0;
    font-weight: 900;
    color: #156c5f;
}

.line-title::before,
.line-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    border-radius: 2px;
}

.line-title::before {
    width: 100%;
    background: #f2f2f2;
}

.line-title::after {
    width: 32px;
    background: #156c5f;
}
.body-appointment .btn.active {
    position: relative;
    background-color: #156c5f !important;
    color: #fff !important;
    border-color: #156c5f;
}
.body-appointment .btn svg g {
    transition: all 0.3s ease-in-out;
}
.body-appointment .btn.active svg g {
    fill: #fff;
}
.body-appointment .btn.active h3 {
    color: #fff !important;
}
.search-therapist {
    position: relative;
}
.search-therapist input {
    height: 50px;
    border-color: #156c5f;
    border-radius: 8px;
    font-size: 14px;
    color: #156c5f;
}
.search-therapist svg {
    position: absolute;
    left: 10px;
    top: 10px;
    fill: #156c5f;
    width: 30px;
    height: 30px;
}

#step-3 .user-profile {
    border: none !important;
}
#phone-number ,#last-name{
    border-radius:8px
}
.comment-item .timezoneselect{
    width:100%   
}
.submit.main-btn:disabled,.submit.main-btn:hover:disabled{
    background-color: rgb(242, 242, 242);
    color: #9fa6ad;
    cursor: not-allowed;
}
.disabled {
    pointer-events: none !important;
    background-color: rgb(242, 242, 242) !important;
    color: #9fa6ad !important;
    cursor: not-allowed !important;
}
.disabled:before{
    display:none !important
}
.disabled:hover{
    text-indent: 0 !important;
}

.checkbox-icon img{
    width:auto;
    height: 70px;  
}
