:root {
    --border-color: #D7DADD;
}

:root {
    --font-family: '{{ design.font_family }}';
    --body-bg-color: #ffffff;
    --body-color: #22242A;
    --primary-bg-color: #4354A3;
    --primary-color: #ffffff;
    --button-secondary-bg-color: #ffffff;
    --border-color: #D7DADD;
    --footer-bg-color: #22242A;
    --footer-box-bg-color: #17181C;
    --footer-color: #ffffff;
    --white-color: #ffffff;
    --text-color: var(--body-color);
    --subtext-color: #667085;
    --secondary-color: #ffffff;
    --active-bg-color: #E0E6FF
}

body {
    font-size: 16px;
    font-weight: 400;
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
}

.nav-top {
    height: 104px;
}

.top-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.user-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-menu ul li img {
    height: 21px;
}

.user-menu ul li {
    margin: 0 10px;
}

.user-menu ul li:first-child {
    margin-left: 0px;
}

.user-menu ul li:last-child {
    margin-right: 0px;
}

.user-menu ul ul {
    display: none;
}

.container-box {
    height: 100%;
    width: -webkit-fill-available;
}

/* menu */
.nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu ul {
    display: flex;
}

.main-menu ul {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 20px 0;
}

.main-menu ul li a {
    padding: 0;
    text-decoration: none;
    display: inline-block;
    padding-right: 30px;
}

.main-menu ul li:last-child a {
    padding-right: 0px;
}

.location-box img {
    width: 20px;
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.location-box a {
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 12px;
}

.hero-slider img {
    width: 100%;
}

/* footer */
footer.footer {
    padding: 60px 0;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    width: 100%;
}

.footer-menu ul {
    list-style: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li a {
    text-decoration: none;
}

.footer-box {
    display: flex;
    justify-content: space-between;
}

.form-news {
    padding: 20px;
}

.news-letter {
    max-width: 392px;
}

.footer p,
.footer a,
.footer span {
    font-size: 14px;
    color: white;
}

.footer h5 {
    font-size: 10px;
    color: #4354A3;
    text-transform: uppercase;
}

.footer-subtitle-box p {
    font-size: 28px;
}

.news-letter-box input {
    background-color: transparent;
    border: 0;
}

.news-letter-box .input-field {
    border: 1px solid #ffffff;
    margin-top: 20px;
    padding: 2px 15px;
    border-radius: 8px;
}

.news-letter-box .input-field p {
    margin: 0;
}

.news-letter-box .input-field:last-child {
    border: 0px solid #ffffff;
}

.button {
    border: 0;
    padding: 8px 20px;
    border-radius: 24px;
}

.list-item a h4 {
    font-size: 18px;
}

.item-text .card__link {
    text-decoration: none;
    text-align: center;
    font-size: 18px;
}

.list-item a h4 {
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.category-list-content {
    overflow: hidden;
}

.topCategory {
    width: 100%;
    height: 100%;
}

.list-item a {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

.title-box {
    text-align: center;
    margin-bottom: 30px;
}

.content-shop-now,
.content-day-deal,
.category-list-content {
    overflow: hidden;
    margin-bottom: 40px;
}

.footer-info-row {
    max-width: 720px;
    width: 100%;
}

.footer-menu {
    width: 100%;
}

.subscription-box {
    border: 1px solid rgba(255, 255, 255, .12);
    padding: 5px 10px;
    border-radius: 8px;
    display: flex;
}

.subscription-box input[type="text"] {
    border: 0;
    background: transparent;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, .12);
    outline: none;
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 14px;
}

.subscription-box button {
    border: 0;
    background: transparent;
    padding: 0 10px;
    padding-left: 15px;
}

.category-section {
    position: relative;
}

.deal-item-list {
    display: flex;
    justify-content: flex-start;
}

.deal-item-list .deal-item {
    width: calc(25% - 15px);
    margin-right: 20px;
    text-align: center;
    position: relative;
    background-color: #F1F2FA;
    border-radius: 8px;
    padding: 10px;
}

.deal-item-list .deal-item:last-child {
    margin-right: 0px;
}

.shop-now-ino-box {
    display: flex;
    justify-content: space-between;
}

.shop-now-ino-box .shop-now-box {
    width: 50%;
    padding: 50px;
}

.shop-now-ino-box .shop-now-box {
    width: 50%;
    padding: 50px;
}

.shop-now-ino-box .shop-now-box-left {
    background-color: #FFFEDD;
}

.shop-now-ino-box .shop-now-box-right {
    background-color: #E5FFF1;
}

.footer .contact-us-info p {
    padding: 0;
    margin: 0;
}

.footer .contact-us-info a {
    text-decoration: none;
}

.category-section .swiper-button-prev,
.category-section .swiper-button-next {
    display: none;
}

.subcolor {
    color: #4354A3;
}

.day-deal-box .title-box {
    display: flex;
    justify-content: space-between;
}

.day-deal-box .title-box p,
.day-deal-box .title-box h3 {
    text-align: left;
    padding: 0;
    margin: 0;
}

.time-left-info {
    display: flex;
    align-items: center;
}

.over-lay-box {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
}

.over-lay-box a {
    display: block;
    margin-bottom: 10px;
}

.deal-item h4 {
    font-weight: normal;
}

.discount-deal {
    position: absolute;
    top: 10px;
    left: 10px;
}

.discount-deal span {
    display: inline-block;
    background-color: #F80000;
    color: white;
    border-radius: 8px;
    padding: 2px 5px;
    font-size: 16px;
}

.list-item {
    background-color: #F1F2FA;
    border-radius: 12px;
    padding: 10px;
}

.list-item a p {
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.shop-now-box p {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    max-width: 445px;
}

.shop-now-box a {
    text-decoration: none;
}

.articles-item-list,
.videos-item-list {
    display: flex;
    justify-content: space-between;
}

.articles-item {
    width: calc(33.33% - 20px);
}

.articles-item img {
    width: 100%;
}

.product-content {
    display: flex;
    justify-content: space-between;
}

.product-details-section .product-text-info,
.product-details-section .product-images {
    width: 50%;
}

.product-title h2 {
    margin: 30px 0;
}

.product-title h2 {
    margin: 30px 0;
    line-height: 40px;
    font-size: 48px;
    font-family: inherit;
}

.product-tabs button.active {
    border-radius: 24px !important;
}

.nav-tabs {
    border-bottom: 0 !important;
}

.product-image-box {
    margin-right: 60px;
    margin-bottom: 60px;
}

.image-gallery ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.image-gallery ul li {
    margin-right: 10px;
}

.image-gallery img {
    width: 100%;
    max-width: 60px;
    cursor: pointer;
}

.image-gallery {
    margin-top: 20px;
}

.image-viewer img {
    width: 100%;
}

.review ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.counter-box input {
    border-radius: 24px;
    text-align: center;
    padding: 0 8px;
    width: 90px;
    margin-right: 0;
}

.price h5 {
    font-size: 24px;
}

.price del {
    opacity: .65;
}

.counter-box .addtocart {
    width: 100%;
    font-size: 14px;
}

.addtocart-area .button {
    width: 210px;
    border-radius: 10px;
    border: 0 !important;
    height: 42px;
    font-size: 16px;
}

.addtocart-box {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.counter-box img {
    width: 20px;
}

.addtocart-box button,
.addtocart-box input {
    font-size: 16px;
    height: 48px;
}

.counter-box {
    margin-right: 15px;
}

.wishlist-box .favorite {
    width: 170px;
}

.counter-box-addtocart {
    margin-right: 15px;
    width: calc(100% - 280px);
}

.product-text-info p {
    font-size: 14px;
}

.product-text-info p {
    font-size: 14px;
    color: #667085;
    padding: 0;
    margin: 0;
}

.product-text-info .group-text {
    margin-bottom: 40px;
}

.product-text-info .group-text.price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.container-box h4 {
    font-size: 24px;
    margin-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

th,
strong {
    font-weight: 500;
}

.main-menu ul li.dropdown ul {
    display: none;
}

.availability-box span {
    font-weight: 400;
}

.in-stock {
    color: #77BC32;
}

.out-of-stock {
    display: none;
    color: red;
}

.color-products {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: start;
}

.color-products .active {
    background-color: #4354A3;
}

.color-products li a span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border-color);
}

.color-products li a {
    text-decoration: none;
    color: inherit;
}

.color-products .active {
    background-color: #4354A3;
}

.color-products li a .active {
    color: #ffffff
}

.size-guide-box {
    display: flex;
    justify-content: space-between;
}

.color-products li {
    margin-right: 10px;
}

.color-products li:last-child {
    margin-right: 0px;
}

.selected {
    background-color: #d8d7d5;
}

.green {
    background-color: green;
}

.greenyellow {
    background-color: greenyellow;
}

.selected::after {
    content: "✔";
    color: white;
    font-size: 15px;
    font-weight: 500;
}

.qty-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 30px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.qty-box button {
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.qty-box .minus {
    border-left: none;
}

.qty-box .plus {
    border-right: none;
}

.qty-box input {
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    outline: none;
    font-size: 16px;
}

#qty::-webkit-inner-spin-button,
#qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#qty {
    -moz-appearance: textfield;
}

.addtocart-box button {
    border-radius: 5px;
}

.favorite-box .favorite {
    width: 50px;
    text-align: center;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-right: 10px;
}

.addtocart-area .counter-box-addtocart {
    margin-right: 15px;
    width: auto;
}

.favorite-box,
.addtocart-area {
    display: flex;
}

.policy-box {
    padding: 0;
    margin: 0;
    display: flex;
}

.policy-box {
    padding: 0;
    margin: 0;
    margin-top: 0px;
    display: flex;
    list-style-type: none;
    list-style: none;
    margin-top: 15px;
}

.policy-box li {
    padding: 0;
    margin-right: 15px;
}

.policy-box img {
    position: relative;
    top: -2px;
}

.cart-table {
    width: 100%;
    margin-top: 65px;
}

.cart-table th,
.cart-table td {
    padding: 3px 10px;
}

.cart-table th {
    background-color: #F5F5F5;
    height: 53px;
}

.cart-info-text {
    display: flex;
}

.cart-info-text .cart-text {
    padding-left: 35px;
}

.cart-table tr td {
    padding-top: 25px;
}

.cart-total-box {
    display: flex;
    justify-content: space-between;
}

.primary-button {
    background-color: var(--primary-bg-color);
    color: var(--white-color);
    border: 1px solid var(--primary-bg-color);
}

.secondary-button {
    background-color: var(--secondary-color);
    color: var(--body-color);
    border: 1px solid var(--border-color);
}

.cart-total .button-box button {
    margin-right: 15px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 5px;
}

.cart-total .button-box {
    margin-top: 20px;
}

.cart-total table tr th {
    border-bottom: 1px solid var(--border-color);
    padding: 8px 0;
}

.cart-total {
    margin-top: 20px;
    width: 40%;
}

.cart-total table {
    width: 100%;
    margin-bottom: 20px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.cart-order_note textarea:focus,
.cart-order_note textarea:active,
.cart-order_note textarea {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    height: 100px;
    outline: none;
    box-shadow: none;
}

.cart-content {
    margin-bottom: 65px;
}

.info-title span a,
.info-title span {
    font-size: 12px;
    color: var(--body-color);
}

.info-title span {
    float: right;
    line-height: 28px;
}

.checkout-content {
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    margin: 60px 0;
}

.cart_product {
    border: 1px solid var(--border-color);
    padding: 15px 15px;
    border-radius: 10px;
}

.contact_information .form-group select:focus,
.contact_information .form-group input,
.contact_information .form-group textarea,
.contact_information .form-group select {
    width: 100%;
    height: 42px;
    padding: 3px 15px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    outline: none;
}

.payment_method .form-group input:focus,
.payment_method .form-group input {
    width: auto;
    height: auto;
    padding: 3px 15px;
    border: 0px solid var(--border-color);
    outline: none;
}

.contact_information .form-group textarea:focus,
.contact_information .form-group textarea {
    height: 120px;
    outline: none;
}

.contact_information .form-group label {
    display: block;
    padding: 3px 15px;
    font-weight: 600;
}

.custom-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    gap: 8px;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio .checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #d3d7db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-radio .checkmark::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #3f51b5;
    border-radius: 50%;
    display: none;
}

.custom-radio input:checked~.checkmark::after {
    display: block;
}

.payment_method label.custom-radio {
    display: flex;
    margin-bottom: 10px;
    padding: 0 0;
}

.payment-field {
    display: flex;
}

.payment_method label.custom-radio {
    margin-right: 20px;
}

.cart_product tr td .confirm-button {
    width: 100%;
    border-radius: 8px;
    margin-top: 15px;
}

.cart-item-text {
    padding: 0 10px;
}

.cart-item-text span {
    color: var(--subtext-color);
}

.cart_product p,
.cart-item-text p {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.cart-item-text h4 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 6px;
}

.cart_product h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
}

.cart_product tr td {
    padding-bottom: 20px;
}

.cart_product table tr td:last-child {
    text-align: right;
}

.cart_product .coupon-button {
    border-radius: 8px;
    padding: 6px 16px;
    margin-left: 4px;
}

.cart_product .price {
    width: 50px;
}

.cart-image {
    width: 90px;
}

.cart-image img {
    width: 100%;
}

.signup-section .contact_information {
    max-width: 500px;
    width: 100%;
    margin: 50px auto;
    padding: 0 20px;
}

.signup-section .contact_information .sign-up {
    width: 100%;
    border-radius: 10px;
    margin: 15px 0px;
}

.signup-section .contact_information .form-group {
    margin-bottom: 15px;
}

.log-in-section .contact_information .remember-me label input {
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
    margin-right: 7px;
}

.log-in-section .contact_information .form-group label {
    display: block;
    padding: 0;
}

/* .signup-section .contact_information {
    max-width: 500px;
    width: 100%;
    margin: 50px auto;
    padding: 0 20px;
} */

.remember-me {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0 !important;
}

.forgot-password-section .info-title p {
    color: var(--subtext-color);
}

.signup-section .info-title h4 {
    font-size: 32px;
}

.verify-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.contact_information .form-group .otp-inputs {
    display: flex;
    gap: 18px;
    align-items: center;
}

.contact_information .form-group .otp {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    border: 1.5px solid #666;
    font-size: 20px;
    text-align: center;
    outline: none;
    box-shadow: none;
    background: white;
}

.contact_information .form-group .otp:focus {
    border-color: #222;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}

.contact_information .form-group .sep {
    font-size: 28px;
    color: #333;
    margin: 0 8px;
}

.contact_information .form-group .actions {
    display: flex;
    gap: 8px;
}

.contact_information .form-group .btn {
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #666;
    background: #fff;
    cursor: pointer;
}

.btn.secondary {
    background: transparent;
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

section.contact-us-section {
    padding: 50px 0;
}

.contact-us-content {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.contact-info {
    width: 500px;
}

.contact-info .contact_information {
    width: 100%;
}

.contact-info .sign-up-box button {
    width: 100%;
    margin-top: 20px;
    border-radius: 8px;
}

.contact-social {
    width: 23%;
    position: relative;
}

.contact-social-box ul {
    list-style-type: none;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
}

.contact-social-box ul li {
    margin-right: 15px;
}

.contact-social-box ul li:last-child {
    margin-right: 0px;
}

.contact-us-section .contact_information .form-group {
    margin-bottom: 15px;
}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    cursor: pointer;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    transition: transform 0.3s ease;
}

.arrow.up {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 8px 0;
    color: #555;
}

.faqs-content {
    margin: 60px 0;
}

.faqs-title span {
    border: 1px solid var(--border-color);
    padding: 7px 14px;
    border-radius: 24px;
    text-align: center;
}

.order-item .table {
    width: 100%;
    text-align: left;
}

.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.breadcrumb ul li {
    position: relative;
}

.breadcrumb ul li a {
    text-decoration: none;
}

.breadcrumb ul li a::after {
    content: " > ";
    position: absolute;
    right: 0;
    top: 1px;
}

.breadcrumb ul li:last-child a::after {
    content: "";
}

.breadcrumb ul li {
    position: relative;
    padding-right: 15px;
    margin-right: 8px;
}

.breadcrumb ul li a {
    text-decoration: none;
    color: var(--text-color);
}

.breadcrumb {
    margin: 60px 0;
}

.profile-content {
    display: flex;
    justify-content: space-between;
}

.profile-text {
    width: 45%;
    text-align: center;
}

.order-history {
    width: 55%;
    text-align: center;
}

.profile-button button {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.profile-text {
    text-align: left;
}

.order-item table tr td {
    border: 0;
}

.order-item .button {
    text-decoration: none;
    width: 48%;
    display: inline-block;
    border-radius: 10px;
}

.order-track-box {
    display: flex;
    justify-content: space-between;
}

.order-item {
    border: 1px solid var(--border-color);
    padding: 0 20px;
    padding-top: 0px;
    border-radius: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.order-title {
    text-align: left;
    font-size: 24px;
}

.order-history h3 span a {
    font-size: 14px;
    float: right;
}

.order-history-section .profile-content {
    justify-content: center;
}

.order-history-track,
.order-details-section .order-history,
.order-details-section .order-history-details {
    width: calc(50% - 30px);
    justify-content: space-between;
}

.order-item.active {
    position: relative;
    background-color: var(--active-bg-color);
}

.order-item.active::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    width: 8px;
    background: var(--body-color);
    z-index: 1;
    height: 100%;
}

.order-history-details .order-item .button {
    width: 100%;
}


.order-item .table {
    width: 100%;
    text-align: left;
    background: transparent;
    --bs-table-bg: transparent;
}

.order-item-list table {
    width: 100%;
}

.order-item-list .order-track-box a {
    display: block;
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    text-decoration: none;
}

.order-item-list .order-track-box a {
    display: block;
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    text-decoration: none;
}

.order-item-list .cart_product {
    border: 0px solid var(--border-color);
    padding: 15px 0px;
    border-radius: 0;
}

.order-history-details .order-item {
    background-color: #F5F5F5;
}

.order-item-list .cart-image {
    position: relative;
}

.cart-image .quantity {
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #093F68;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    color: #fff;
    right: -13px;
    top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-order-Track .user-image img {
    width: 60px;
}

.order-order-Track .user-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-info .user-image {
    display: flex;
    padding-top: 10px;
    padding-bottom: 20px;
    justify-content: center;
    align-items: center;
}

.user-text {
    margin-left: 20px;
}

.user-text p {
    margin: 0;
    padding: 0;
}

/* .store.svg */

.hr-line {
    height: 100%;
    width: 5px;
    position: absolute;
    display: block;
    top: -95px;
    left: 25px;
    z-index: 0;
    border-left: 6px solid var(--primary-bg-color);
}

.order-stage {
    position: relative;
    padding-bottom: 65px;
}

.order-stage ul li {
    margin-left: 40px;
    font-size: 12px;
}

.order-stage-text h4 {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.order-stage-box {
    display: flex;
    justify-content: flex-start;
}

.order-stage ul {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.order-stage-box {
    display: flex;
    justify-content: flex-start;
}

.order-stage ul li:first-child {
    margin-left: 0px;
    list-style-type: none;
}

.order-stage-text {
    margin-left: 25px;
}

.track-order-details .order-stage:first-child .hr-line {
    display: none;
}

.track-order-details .order-stage.inactive .hr-line {
    border-left: 6px dashed var(--border-color);
}

.order-stage-box .stage-icon {
    border-radius: 50%;
    z-index: 1;
    background-color: white;
    width: 60px;
    height: 60px;
}

.order-stage-box .stage-icon img {
    width: 100%;
    height: 100%;
}

.track-order-details {
    padding-left: 22px;
    margin-top: 50px;
}