:root {
    --logo-desktop-height: 60px;
    --logo-tablet-height: 55px;
    --logo-mobile-height: 50px;
    --loader-img-height: 100px;
    --themeht-typography-body-font-family: Hanken Grotesk;
    --themeht-typography-body-font-weight: 400;
    --themeht-typography-body-font-size: 17px;
    --themeht-typography-body-line-height: 30px;
    --themeht-typography-body-color: #606060;
    --themeht-typography-secondary-font-family: Archivo;
    --themeht-typography-h1-font-family: Archivo;
    --themeht-typography-h1-font-weight: 600;
    --themeht-typography-h1-font-size: 50px;
    --themeht-typography-h1-line-height: 60px;
    --themeht-typography-h1-color: #191919;
    --themeht-typography-h2-font-family: Archivo;
    --themeht-typography-h2-font-weight: 600;
    --themeht-typography-h2-font-size: 40px;
    --themeht-typography-h2-line-height: 64px;
    --themeht-typography-h2-color: #191919;
    --themeht-typography-h3-font-family: Archivo;
    --themeht-typography-h3-font-weight: 500;
    --themeht-typography-h3-font-size: 34px;
    --themeht-typography-h3-line-height: 44px;
    --themeht-typography-h3-color: #191919;
    --themeht-typography-h4-font-family: Archivo;
    --themeht-typography-h4-font-weight: 500;
    --themeht-typography-h4-font-size: 26px;
    --themeht-typography-h4-line-height: 36px;
    --themeht-typography-h4-color: #191919;
    --themeht-typography-h5-font-family: Archivo;
    --themeht-typography-h5-font-weight: 500;
    --themeht-typography-h5-font-size: 22px;
    --themeht-typography-h5-line-height: 32px;
    --themeht-typography-h5-color: #191919;
    --themeht-typography-h6-font-family: Archivo;
    --themeht-typography-h6-font-weight: 500;
    --themeht-typography-h6-font-size: 20px;
    --themeht-typography-h6-line-height: 30px;
    --themeht-typography-h6-color: #191919;
    --themeht-primary-color: #8224E3;
    --themeht-secondary-color: #DB029A;
    --themeht-primary2-color: #103CE7;
    --themeht-secondary2-color: #64E9FF;
    --themeht-text-color: #191919;
    --themeht-body-color: #606060;
    --themeht-white-color: #FFFFFF;
    --themeht-bg-dark-color: #000229;
    --themeht-bg-light-color: #F7F9FE;
    --themeht-border-light-color: #E1E1E1;
}

.login-form {
    -webkit-box-shadow: 0px 25px 70px rgb(214 191 247) !important;
    -moz-box-shadow: 0px 25px 70px rgb(214 191 247) !important;
    box-shadow: 0px 25px 70px rgb(214 191 247) !important;
}

#contact-form .form-control,
#register-form .form-control,
#forgot-password-form .form-control,
#account-dashboard .form-control,
#account-dashboard-password .form-control,
#login-form .form-control {
    border: 1px solid #dec1f3 !important;
}

.product-item .product-img {
    -webkit-box-shadow: 0px 4px 15px rgb(214 191 247) !important;
    -moz-box-shadow: 0px 4px 15px rgb(214 191 247) !important;
    box-shadow: 0px 4px 15px rgb(214 191 247) !important;
    border-radius: 10px;
}

.form-check-input {
    margin-top: 7px;
}

.justified-text {
    text-align: justify;
    text-justify: auto; /* Default browser behavior */
}

.text-left-m-30 {
    margin-left: 30px;
}

.regulation-text b {
    color: #000;
}

.h-captcha-box {
    position: relative;
}

.h-captcha-box .help-block {
    right: 24px;
    bottom: -6px;
}

.help-block.with-errors {
    font-size: 12px;
}

.contact-from-sent-message,
.register-form-complete {
    border: 1px solid #e2c8f4;
    border-radius: 10px;
    text-align: center;
    padding: 40px;
    display: none;
}

.activation-info {
    border: 1px solid #e2c8f4;
    border-radius: 10px;
    text-align: center;
    padding: 40px;
}

.contact-from-sent-message i,
.activation-info i,
.register-form-complete i {
    color: #00bf19;
    font-size: 80px;
}

.contact-from-sent-message h4,
.activation-info h4,
.register-form-complete h4 {
    margin-top: 10px;
}

form .form-checkbox {
    position: relative;
}

form .form-checkbox label {
    padding-left: 23px;
    line-height: 20px;
    display: block;
}

form .form-checkbox input {
    position: absolute;
    top: 3px;
}

.btn-form-register-submit {
    width: 40%;
    background-color: #9b51ea;
    border-color: #b682ee;
}

.btn-form-register-submit:hover,
.btn-form-register-submit:focus,
.btn-form-register-submit:active
{
    background-color: #8224e3 !important;
    border-color: #9b51ea !important;
    color: #fff !important;
}

#account-dashboard,
#account-dashboard-password {
    padding: 30px 30px 5px 30px;
    background-color: #FFFFFF;
    box-shadow: 1px 2px 30px rgb(214 191 247) !important;
    border-radius: 20px;
}

#account-dashboard-password span.icon-box-my-account img,
#account-dashboard span.icon-box-my-account img {
    width: 70px;
}

#account-dashboard-password .icon-box,
#account-dashboard .icon-box {
    border: 1px solid #ba81ec;
    border-radius: 10px;
    padding: 16px 10px 10px 10px;
}

#account-dashboard-password .icon-box:hover,
#account-dashboard .icon-box:hover {
    background-color: #f8edff;
}

#account-dashboard-password a.text-primary,
#account-dashboard a.text-primary {
    color: var(--themeht-primary-color) !important;
}

div.widget-my-account-menu {
    box-shadow: 1px 2px 30px rgb(214 191 247) !important;
}

div.widget-my-account-menu li a {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--themeht-text-color);
    display: flex;
    justify-content: space-between;
}

div.widget-my-account-menu li:first-child {
    padding-top: 0;
}

div.widget-my-account-menu li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed var(--themeht-border-light-color);
    position: relative;
}

div.widget-my-account-menu li.active a {
    color: var(--themeht-primary-color);
}

div.widget-my-account-menu li i {
    position: absolute;
    right: 0;
    color: var(--themeht-primary-color);
}

div.widget-my-account-menu li a:hover {
    color: var(--themeht-primary-color);
    padding-left: 5px;
}

div.widget-my-account-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

div.header-right a.header-btn.active {
    color: var(--themeht-primary-color);
}

#cart-container table.cart-table {
    width: 100%;
    border: none;
}

#cart-container {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    overflow: hidden;
}

#cart-container table.cart-table th {
    padding: 5px 10px;
    color: #ffffff;
    text-align: center;
    border-right: 1px solid #d3d3d3;
    font-size: 18px;
}

#cart-container table.cart-table thead tr {
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
}

#cart-container table.cart-table th:last-child {
    border-right: 0px solid #d3d3d3;
}

#cart-container table.cart-table tr {
    border-bottom: 1px solid #d3d3d3;
}

#cart-container table.cart-table tbody tr:last-child {
    border-bottom: 0px solid #d3d3d3;
}

#cart-container table.cart-table td {
    background-color: #ffffff;
    padding: 5px 10px;
    color: #000000;
    border-right: 1px solid #d3d3d3;
}

#cart-container table.cart-table td:last-child {
    border-right: 0px solid #d3d3d3;
}

h3.cart-container-title {
    font-size: 18px;
    text-transform: none;
    padding: 10px;
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    border-bottom: 1px solid #d3d3d3;
    line-height: 20px;
    margin-bottom: 10px;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#cart-payment-container {
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

ul.cart-payment-method {
    margin: 0px 10px 10px 10px;
}

ul.cart-payment-method li {
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
}

ul.cart-payment-method li.active {
    background-color: #dfc2f5;
    border: 1px solid #8224e3;
}

ul.cart-payment-method li img {
    position: absolute;
    height: 30px;
    right: 10px;
}

ul.cart-delivery-method li img {
    position: absolute;
    height: 30px;
    right: 10px;
}

#cart-delivery-container {
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

#cart-address-container {
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

#cart-info-container {
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

#cart-info-container textarea.form-control {
    margin: 0px;
    padding: 10px;
    height: auto;
    min-height: 100px;
    border-radius: 0px;
}

ul.cart-delivery-method {
    margin: 0px 10px 10px 10px;
}

ul.cart-delivery-method li {
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
}

ul.cart-delivery-method li.active {
    background-color: #dfc2f5;
    border: 1px solid #8224e3;
}

div.form-address-data {
    margin: 10px;
}

#cart-summary-container {
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    color: #fff;
    border-radius: 10px;
}

#cart-summary-container h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: none;
    color: #e3e3e3;
    margin-bottom: 0px;
    line-height: 27px;
}

#cart-summary-container h5 {
    font-size: 18px;
    text-transform: none;
    color: #f1f1f1;
    margin-bottom: 0px;
}

#cart-summary-container span {
    font-size: 24px;
    text-transform: none;
    font-weight: 600;
    color: #ffffff;
}

#cart-summary-container .summary-item {
    padding: 30px 0px 30px 30px;
}

#cart-summary-container .summary-item-sum {
    padding: 30px 30px 30px 30px;
    float: right;
}

#cart-address-container input.form-control,
#cart-address-container select.form-control {
    border: 1px solid #d3d3d3;
}

#cart-agreement-container {
    background-color: #ffffff;
    padding: 30px;
    margin-top: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
}

#cart-agreement-container label {
    font-size: 16px;
}

#cart-agreement-container .item:last-child {
    font-size: 14px;
    line-height: 19px;
}

.cart-create-order {
    width: 100%;
    line-height: 30px;
    background-color: #8324e3;
    border: 1px solid #9b50e8;
}

section.product-page-section {
    background-color: #fcfaff;
    padding: 40px 0;
    margin: 80px 0 0px 0px;
}

section.product-page-section img.img-fluid {
    box-shadow: 1px 2px 30px rgb(214 191 247) !important;
}

.tab-panel-product-desc h1 {
    font-size: 1.8rem;
    color: #0f172a;
    margin-bottom: 0px;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 36px;
    text-transform: none;
}

.tab-panel-product-desc h2 {
    font-size: 1.25rem;
    color: #0f172a;
    margin-top: 32px;
    margin-bottom: 12px;
    font-weight: 700;
}

.tab-panel-product-desc .sub-header {
    font-size: 24px;
    color: #911ed7;
    font-weight: 800;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tab-panel-product-desc p {
    font-size: 1.05rem;
    color: #64748b;
    margin-bottom: 24px;
}

.tab-panel-product-desc .info-badge {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.tab-panel-product-desc .features-grid {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.tab-panel-product-desc .features-grid li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    font-size: 1.05rem;
    color: #334155;
}

.tab-panel-product-desc .features-grid li::before {
    content: "✔️";
    position: absolute;
    left: 0;
    top: 0;
}

.tab-panel-product-desc .action-banner {
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    color: #ffffff;
    text-align: center;
    padding: 22px;
    border-radius: 14px;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 40px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(0, 113, 227, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.tab-panel-product-desc .action-banner:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(134, 34, 255, 0.4);
    filter: brightness(1.1);
}

.product-desc-section {
    background-color: #ffffff;
}

.product-item:hover div.product-img {
    box-shadow: 0px 4px 15px rgb(130 36 227) !important;
}

.product-link a:hover {
    background: linear-gradient(115deg, var(--themeht-secondary-color), var(--themeht-primary-color));
}

.widget .widget-categories li.active a {
    color: var(--themeht-primary-color);
}

.form-account-details p.badge-success,
.form-account-password p.badge-success {
    padding: 15px;
    border: 1px solid #2ad100;
    border-radius: 10px;
    text-align: center;
    color: #23ad00;
    margin-bottom: 30px;
    display: none;
}

.form-account-password p.badge-danger,
.form-account-details p.badge-danger {
    padding: 15px;
    border: 1px solid #d10000;
    border-radius: 10px;
    text-align: center;
    color: #ad0000;
    margin-bottom: 30px;
    display: none;
}

.product-add-to-cart-popup-wrapper {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
}

.product-add-to-cart-popup-wrapper img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.product-add-to-cart-popup-wrapper .product-add-to-cart-popup-img {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.product-add-to-cart-popup-wrapper .product-add-to-cart-popup-text {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
}

.product-add-to-cart-popup-wrapper .product-add-to-cart-popup-text h3 {
    font-size: 20px;
    text-transform: none;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
}

.product-add-to-cart-popup-wrapper .product-add-to-cart-popup-text p {
    margin: 0px;
    padding: 0px;
}

.product-add-to-cart-popup-wrapper .product-add-to-cart-popup {
    background-color: #fff;
    border: 1px solid #e8dffa;
    border-radius: 10px;
    margin: 20px;
    box-shadow: 0px 4px 15px rgb(214 191 247) !important;

    transform: translateX(-120%);
    opacity: 0;
    pointer-events: none;

    transition: transform 0.4s ease, opacity 0.4s ease;
}

.product-add-to-cart-popup.show {
    transform: translateX(0);
    opacity: 1;
}

.cart-delivery-method li,
.cart-payment-method li {
    cursor: pointer;
}

span.order-error-alert {
    padding: 10px;
    border: 1px solid #d10000;
    border-radius: 10px;
    text-align: center;
    color: #ad0000;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    display: block;
    font-weight: 500;
}

a.btn-order-table-view {
    background-color: #8324e3;
    color: #fff;
    margin: 0px;
    padding: 5px 10px;
    line-height: 19px;
}

a.btn-order-table-view:hover {
    background-color: #9e4fe4;
    border: 1px solid #9e4fe4;
    color: #fff;
}

table.my-order-table {
    width: 100%;
    text-align: center;
    color: #000;
}

table.my-order-table thead tr {
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
}

table.my-order-table tr {
    border-bottom: 1px solid #d3d3d3;
}

table.my-order-table tr:last-child {
    border-bottom: 0px solid #d3d3d3;
}

table.my-order-table th {
    border-right: 1px solid #d3d3d3;
    color: #fff;
}

table.my-order-table td {
    border-right: 1px solid #d3d3d3;
}

table.my-order-table th:last-child {
    border-right: 0px solid #d3d3d3;
}

table.my-order-table td:last-child {
    border-right: 0px solid #d3d3d3;
}

div.my-order-table-container {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d3d3d3;
}

h3.my-account-order-box-title {
    text-transform: none;
    font-size: 20px;
    margin-bottom: 0px;
}

div.my-account-order-address {
    border: 1px solid #d3d3d3;
    padding: 5px 15px 10px;
    border-radius: 5px;
}

a.btn-order-table-view {
    background-color: #8324e3;
    color: #fff;
    margin: 3px;
    padding: 5px 10px;
    line-height: 19px;
}

a.btn-order-table-view:hover {
    background-color: #9e4fe4;
    border: 1px solid #9e4fe4;
    color: #fff;
}

div.my-account-order-summary {
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}

div.my-account-order-summary div.label {
    font-weight: 700;
}

a.btn-order-pay {
    border: 2px solid #ed0202;
    width: 100%;
    margin-top: 10px;
    color: #ed0202;
    font-size: 16px;
    font-weight: 600;
}

a.btn-order-pay:hover {
    background-color: #ed0202;
    border: 2px solid #ed0202;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.btn-form-partner-submit {
    width: 100%;
    margin-top: 15px;
    background-color: #8324e3;
    border: 1px solid #9b50e8;
}

.btn-form-partner-submit:hover {
    background-color: #9d52ea;
    border: 1px solid #9d52ea;
}