.review-panel .review-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

.review-panel p {
    margin: 0 !important;
}


.review-panel .review-quick {
    background-color: #f7f7f7 !important;
    margin-top: 10px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

}

.quick-stars {
    font-size: 1em;
    color: #fb8814 !important;
    margin-right: 10px;
}

.quick-rate {
    font-size: 1em;
    padding-right: 10px;
    border-right: 1px solid #949494;
}

.quick-review-count {
    padding-left: 10px;
    font-size: 1em;
}

.review-snapshot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    border-bottom: 1px solid #cccccc;
}

.review-snapshot-action {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    width: 100%;
}

.bold-label {
    font-weight: bold !important;
}

.add-review {
    background-color: #0d0d0d;
    padding: 6px 15px;
    color: white;
    border-radius: 25px;
    text-decoration: none !important;
}

.add-review:hover {
    background-color: #363636;
    color: white;
}

.rating-scale {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 275px;
}

.rating-scale .rating-scale-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0;
}

.rating-scale-item-label {
    width: 40px;
    text-align: left;
}

.rating-scale-item-score {
    text-align: center;
    width: 50px;
}

.rating-scale-item-bar {
    height: 15px;
    width: 70%;
    background-color: #e0e0e0 !important;
}

.rating-scale-item-bar-fill {
    width: 86%;
    height: 15px;
    background: #fb8814 !important;
}

/**********  Review List  **********/

.comment-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    border-bottom: 1px dashed #969696;
}

.comment-area .com-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 5px;
}

.comment-area .com-header .com-desc {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.com-author {
    font-weight: bold;
    border-right: 1px solid #919191;
    padding-right: 15px;
}

.comment-area .comment-header .comment-title {
    font-size: 16px;
    font-weight: bold;
}

.review-panel .fas.fa-star {
    color: #fb8814;
}

/* Rating Styled */
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
}

.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked) > label {
    float: left;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked) > label:before {
    content: '★ ';
}

.rate > input:checked ~ label {
    color: #fb8814;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #fb8814;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #fb8814;
}

/* fin */


.review-inputs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    width: 100%;
}

.general-rat {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-2 {
    margin-top: 2px;
}


.modal-content {
    background-color: #fff !important;
}


#order-tracking-card {
    position: relative;
    overflow: hidden;
}

#background-video {
    height: 273px;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    transition: .6s;
    display: block;
}

.order-tracking-card-body-left-form-input {
    margin-bottom: 15px;
}

.order-tracking-card-body-left-form-input input {
    height: 52px !important;
}

.order-tracking-card-body-left-form-input button {
    width: 100%;
    margin-top: 20px;
    border: none !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    background-color: #2164FF !important;
    padding: 14px 16px !important;
    font-family: "manrope-new", sans-serif !important;
    border-radius: 50px !important;
    transition: color 0.4s ease, background 0.4s ease;
    text-transform: uppercase;
}

.order-tracking-card-body-left-form-input button:hover {
    opacity: 0.8 !important;
}

.order-tracking-card-body-left-form-input button:focus {
    outline: none;
    background-color: #2164FF !important;
    color: #FFFFFF !important;
}

.woobt-products .woobt-product {
    border-radius: 8px;
    outline: 0;
    float: left;
    min-width: 30px !important;
    height: auto !important;
    border: 1px solid #c0c1c2;
    font-size: 17px;
    line-height: 20px;
    white-space: normal;
    cursor: pointer;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-weight: 600;
    padding: 19px 16px 19px 16px;
    position: relative;
}

.woobt-products .woobt-product {
    margin: 7px 0px !important;
}

.woobt-products .woobt-product:not(.woobt-hide) {
    box-shadow: 0 0 0 1.5px rgba(33, 100, 255, 0.5), inset 0 0 0 1px #2164ff;
    border: 0;
    outline: 0;
}

.woobt-products .woobt-product .woobt-thumb {
    display: none;
}


.woobt-product:not(.woobt-product-this) .woobt-price-ori,
.woobt-price-new {
    display: flex !important;
    flex-direction: column;
}

.woobt-price-ori bdi,
.woobt-price-new bdi,
.woobt-price-ori ins span,
.woobt-price-new ins span {
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: "manrope-new", sans-serif;
}


.woobt-price-ori del span,
.woobt-price-new del span {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: "manrope-new", sans-serif;
}


.woobt-title-inner {
    font-size: 17px;
    line-height: 20px;
    white-space: normal;
    color: #03060b ! important;
    font-weight: 600 !important;
    font-family: "manrope-new", sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.woobt-quantity-input-plus,
.woobt-quantity-input-minus {
    font-size: 30px !important;
    font-weight: 100 !important;
    background-color: #f8f8f8 !important;
    border: .8px solid #ededed;
}


.woobt-quantity-input-plus {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.woobt-quantity-input-minus {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.woobt-choose {
    position: absolute;
    opacity: 0;
    z-index: 999999;
}


.woobt-quantity-input-plus {
    line-height: 32px !important;
}

button[type="submit"][name="add-to-cart"] {
    margin-top: 20px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;

    }
}

.general-rat > :nth-child(1) {
    width: 60%;
}

.general-rat > :nth-child(2) {
    width: 40%;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.add-photo-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.chose-panel {
    display: flex;
    flex-direction: row;
    height: 50px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.b-t-1 {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
}

.com-imgs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}

.com-img-item {
    width: 31%;
    height: 250px !important;
}

.com-title {
    font-size: 17px;
    font-weight: 700;
    margin-top: 15px;
    font-family: "manrope-new", sans-serif;
    color: #03060b;
}
.com-body {
    margin-bottom:25px;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    color: #EBE9E9;
    line-height: 30px;
}

.cst_refund_request {
    color: #444444;
    transition: color 0.4s ease, background 0.4s ease;
    border-radius: 50px;
    font-size: 17px;
    font-family: "manrope-new", Sans-serif;
    font-weight: 600;
    border-color: #444444;
    margin: 15px auto;
}

.cst_refund_request:hover {
    color: #fff !important;
    background-color: #2164ff !important;
    border-color: #2164ff !important;
}

.ar-thumb {
    position: relative;
}

.ar-thumb-icon {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    width: 26px;
    height: 26px;
    position: absolute;
    pointer-events: none;
    background-color: #fff;
}

.ar-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 99;
    top: 0;
}

.ar-thumb-img model-viewer {
    width: 100%;
    height: 100%;
}


.adress-billing, .adress-shipping, .order-items {

    width: 70% !important;

}

.order-status-timeline {
    width: 30% !important;
}

@media (max-width: 767px) {
    .sp-imgcl {
        flex-direction: column;
    }

    .ar-ico {
        width: 33px;
        height: 33px;
    }

    .ar-viewer {
        padding: 10px 15px;
        line-height: 42px;
        background-color: rgba(3, 6, 11, .08);
        color: #3b3e40;
        font-family: "manrope-new", sans-serif;
        font-size: 17px;
        font-weight: 600;
        text-decoration: underline !important;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
}

.bottom-area {
    justify-content: center !important;
    margin-top: 20px !important;
    padding-top: 20px;
    border-top: 1px solid #E0E0E0;
}

.mega_menu_image_box {
    flex: 0 0 25%;
    padding-left: 14px;
    position: relative;
}

.mega_menu_image_box_image {
    border-radius: 4px;
    overflow: hidden;
}

.mega_menu_image_box_image img {
    border-radius: 4px;
    display: block;
    transition: transform 0.5s;
    filter: brightness(0.7);
}

.mega_menu_image_box .mega_menu_image_box_content {
    position: absolute;
    bottom: 12px;
    left: 0;
    padding: 62px 12px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.mega_menu_image_box_image img:hover {
    transform: scale(1.1);
}

.support-wrapper {

    flex-direction: row;
    justify-content: space-around;
    align-items: start;
    gap: 15px;
    width: 1000px;
    padding: 15px;
    position: absolute;
    z-index: 999;
    top: 57px;
    background-color: white;
    display: none;
    border-bottom: 1px solid #e0e0e0;
}

.support-wrapper .area {
    max-width: 1223px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.support-wrapper .area-first,
.support-wrapper .area-second,
.support-wrapper .area-third,
.support-wrapper .area-fourth {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}


.support-wrapper ul {
    position: relative !important;
    box-shadow: none !important;
    padding: 0;
}

.support-wrapper ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.support-wrapper ul li a {
    padding-left: 0px !important;
    padding-right: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: "manrope-new", sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.support-wrapper ul li a:hover, .support-wrapper ul li a:focus, .support-wrapper ul li a:focus-visible {
    background: #f8faff !important;
    color: #2164FF !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
    border-color: transparent !important;
}

.support-wrapper .elementor-item-active {
    background: transparent !important;
    color: #33373d !important;
}

.support-wrapper .support-sub-heading {
    font-size: 14px;
    font-weight: 600;
    font-family: "manrope-new", sans-serif;
    color: #212121;
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-right: 14px;
    padding-left: 8px;
}

.elementor-element.elementor-element-9f32592 > .elementor-container {
    max-width: 1224px;
}

@media (max-width: 968px) {
    .support-wrapper .support-sub-heading {
        border-bottom: 1px solid #ddd;
    }
    .woobt-title-inner {
        font-size: 12px;
        line-height: 15px;
    }
}

.support-wrapper-mobile {
    display: none;
    background: #f5f5f5;
}

.support-mobile {
    display: block !important;
}

.area-mobile {
    width: 100%;
}

#mobil-ecoflow .elementor-nav-menu--dropdown {
    background: transparent !important;
}

#mobil-ecoflow .menu-item a {
    padding-left: 0 !important;
    margin-left: 0 !important;
    border-left: 0 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

#mobil-ecoflow .mega_menu_image_box {
    width: 323px;
    flex: 0 0 323px;
    padding-right: 16px;
}

#mobil-ecoflow .mega_menu_image_box .mega_menu_image_box_content {
    position: absolute;
    bottom: 25px;
    left: 20px;
    padding: 0 12px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.support-wrapper-mobile .area-first-mobile,
.support-wrapper-mobile .area-second-mobile,
.support-wrapper-mobile .area-third-mobile,
.support-wrapper-mobile .area-fourth-mobile {
    margin: 0 34px 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}

.support-wrapper-mobile .area-fourth-mobile {
    border-bottom: unset !important;
}

.support-sub-heading-mobile {
    padding-top: 14px;
    line-height: 17px;
    font-family: "manrope-new", sans-serif;
    color: #757575;
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0 !important;
    text-align:left;
}

.area-fourth-mobile {
    text-align: center;
    position: relative;
}


.elementor-element-3ae39034 #account-side-bar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-right: 1px solid #EBE9E9;

}

@media (min-width: 1024px) {
    .elementor-element-3ae39034 #account-side-bar {
        width: 25% !important;
    }

    .elementor-element-3ae39034 #account-content-area {
        width: 75% !important;
    }
}

.elementor-element-3ae39034 .ac-sidebar-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.elementor-element-3ae39034 .ac-sidebar-button {
    color: #03060b;
    margin-top: 10px;
    padding: 24px 0 24px 70px;
    font-size: 17px;
    font-weight: 400;
    font-family: "manrope-new", sans-serif;
    text-align: left;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
    width: 100%;
}

.elementor-element-3ae39034 .ac-sidebar-button:not(.active):hover {
    color: #2673ff;
}

.elementor-element-3ae39034 .ac-sidebar-button.active {
    background: #f8f8f8;
}

.ac-sidebar-button a {
    color: #03060b;
    margin-top: 10px;
    padding: 24px 0 24px 110px !important;
    font-size: 17px;
    font-weight: 400;
    font-family: "manrope-new", sans-serif;
    text-align: left;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
    width: 100%;
}

.ac-sidebar-button:not(.is-active):hover {
    color: #2673ff;
}

.ac-sidebar-button.is-active {
    background: #f8f8f8;
}

.ac-sidebar-button.is-active a {
    background-color: transparent !important;
}

.elementor-element-3ae39034 #account-content-area .Card__card___SIyqA {
    padding: 0px !important;
    background: #fff;
    border: 0px solid #e8e8f6 !important;
}

.elementor-element-3ae39034 #account-content-area .order-area {
    width: 100%;
}

.elementor-element-3ae39034 #account-content-area .jet-toggle__icon {
    background-color: #2164ff !important;
}

.elementor-element-3ae39034 .elementor-14041 .elementor-element.elementor-element-10e02e2 > .elementor-element-populated {
    border-width: 0px !important;
}

.elementor-element-3ae39034 #account-content-area .edit-account input[type="text"]:disabled,
.elementor-element-3ae39034 #account-content-area .edit-account input[type="email"]:disabled {
    cursor: not-allowed;

}

.elementor-element-3ae39034 #ac-profile-content {
    display: flex;
    flex-direction: column-reverse;
}

.elementor-element-3ae39034 .profile-content-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;

}

.elementor-element-3ae39034 .profile-content-header .header-title {
    font-family: "manrope-new", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: .92;
    letter-spacing: normal;
    color: #03060b;
}

.elementor-element-3ae39034 .profile-content-header a:hover {
    text-decoration: underline;
}

.elementor-element-3ae39034 .new-style-button {
    line-height: 24px !important;
    width: 180px !important;
    padding: 16px 0 15px !important;
    border-radius: 8px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    margin-top: 36px !important;
    margin-right: 30px !important;
    height: 56px !important;

    border: 1px solid #03060B !important;
}

.elementor-element-3ae39034 .profile-cancel.new-style-button {
    background: #fff !important;
    border: 1px solid #03060B !important;
    display: inline-block;
    text-align: center;
    color: #03060B !important;
}

.elementor-element-3ae39034 .profile-cancel.new-style-button:hover {
    background: #03060B !important;
    color: #fff !important;
}

.elementor-element-3ae39034 button[type="submit"].new-style-button {
    background: #03060B !important;
    border-color: #03060B !important;
    color: #fff !important;
}

.elementor-element-3ae39034 button[type="submit"].new-style-button:hover {
    background: #1b1b1f !important;
    border-color: #1b1b1f !important;
    color: #fff !important;
}

.elementor-element-3ae39034 input[type="text"],
.elementor-element-3ae39034 input[type="email"],
.elementor-element-3ae39034 input[type="password"] {
    font-family: "manrope-new", sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    font-size: 17px;
    font-weight: 400;
    color: #03060b;
    width: 336px;
    height: 48px;
    border-color: #b8b8b8;
    border-radius: 8px;
}

.elementor-element-3ae39034 form p:first-child span:not(.password-input) {
    display: none !important;
}

.elementor-element-3ae39034 #account_display_name {
    width: 50% !important;
}

.elementor-element-3ae39034 .position-relative {
    position: relative !important;
}

.elementor-element-3ae39034 .profile-change-pass {
    position: absolute;
    right: 0;
    top: 50%;
}

.elementor-element-3ae39034 #passChangeModal .modal-dialog {
    max-width: 460px;
    padding: 20px;
    margin-top: 170px;
}

.elementor-element-3ae39034 #passChangeModal .modal-header {
    border: 0;
    padding: 20px 20px 0px;
    margin: 0px 42px 0px;
}

.elementor-element-3ae39034 #passChangeModal .modal-body {
    margin: 0px 42px 0px;
    padding: 0px 20px 20px;
}

.elementor-element-3ae39034 .desc-pass {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #919191;
    margin-top: 22px;
    font-family: "manrope-new", Sans-serif;
}


.elementor-element-3ae39034 #passChangeModal button[type="submit"] {
    width: 240px;
    height: 54px;
    margin: 24px 0 0;
    font-size: 20px;
    line-height: 29px;
    border-radius: 8px;
    border: none;
    color: #fff;
    background-color: #2673ff;
    display: inline-block !important;
}

.elementor-element-3ae39034 #passChangeModal .modal-title {
    font-family: "manrope-new", Sans-serif;
    font-size: 24px !important;
    font-weight: 500;
    line-height: .92;
    letter-spacing: normal;
    color: #35404e;
    margin-bottom: 26px;
}

.elementor-element-3ae39034 #passChangeModal .modal-header button {
    width: 20px;
    height: 25px;
    line-height: 20px;
    background-color: #fff;
    border-radius: 88%;
    font-size: 11px;
    padding-top: 1px;
    color: #fff;
    position: absolute;
    right: 30px;
    top: 24px;
}

.elementor-element-3ae39034 #passChangeModal .modal-header button:hover {
    background: #919191;
}

#passChangeModal .show-password-input {
    top: 1em !important;
}

#account-content-area #billing_type_field {
    position: absolute;
    z-index: -99;
    opacity: 0;
}

.position-relative {
    position: relative !important;
}

.email-feedback,
.invalid-feedback {
    position: absolute;
    bottom: -2px;
}
.email-feedback.d-block {
    color: red;
}
.e-my-account-tab.e-my-account-tab__orders,
.e-my-account-tab.e-my-account-tab__dashboard.e-my-account-tab__dashboard--custom {
    padding-top: 0px !important;
}

.sp-nolog .elementor-container {
    border-bottom: 1px solid #e8e8f6;
}

.user-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.user-panel img {
    border-radius: 50px;
}

.user-panel .elementor-heading-title {
    color: #212121;
    font-family: "Manrope-Regular", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.user-panel .jet-woo-builder-customer-logout a {
    font-family: "manrope-new", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #919191 !important;
    text-decoration: none !important;
}

#sp-accg .woocommerce-MyAccount-navigation {
    padding-top: 40px;
    border: unset;
    border-right: 1px solid #e8e8f6;
}

#sp-accg .woocommerce-MyAccount-navigation-link a {
    padding: 0;
}

.woocommerce-terms-and-conditions-checkbox-text {
    line-height: 1.5;
}

#sp-accg .woocommerce-MyAccount-navigation-link--orders {
    border-bottom: unset !important;
}

.elementor-element-3ae39034 {
    margin: 0 !important;
}

.woocommerce-MyAccount-content {
    padding: 0 !important;
}

.elementor-15218 .elementor-element.elementor-element-3d3c3980,
.elementor-3476 .elementor-element.elementor-element-5a898076 {
    border-width: 0px 0px 0px 0px !important;
}

.ajs-message .ajs-visible,
.alertify-notifier .ajs-message {
    background: #2164FF !important;
    color: white !important;
    border: solid 0px #ddd !important;
    border-radius: 10px !important;
}


.loader {
    width: 48px;
    height: 48px;
    border: 3px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-bottom-color: #2164FF;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.elementor-element-ac2aaa5 {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}

.product-review-btn {
    margin-left: 10px;
}

@media (max-width: 768px) {
    .woocommerce-MyAccount-content {
        display: none !important;
    }

    #sp-accg .woocommerce-MyAccount-navigation-link a {
        font-family: "manrope-new", Sans-serif;
        font-weight: 500;
        font-size: 1.16rem;
        line-height: 1.15rem;
        margin-left: 0.2rem;
        padding: 24px 0 24px 15px !important;
    }

    .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders.ac-sidebar-button,
    .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.ac-sidebar-button {
        position: relative;
        background: transparent;
        border-bottom: 1px solid #e8e8f6 !important;
    }

    .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders.ac-sidebar-button::before,
    .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.ac-sidebar-button::before {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.16rem;
        line-height: 1.15rem;
        margin-left: 0.2rem;
        padding: 24px 0 24px 15px !important;
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);

    }

    .user-panel {
        flex-direction: row;
        justify-content: space-between;
        padding: 0px 25px;
        background: white;
    }

    .user-panel .elementor-heading-title {
        display: none;
    }

    .elementor-element-5d7347a1.sp-nolog {
        display: none !important;
    }

    #sp-accg .woocommerce-MyAccount-navigation {
        background: #dddddd !important;
        padding-top: 0px;
    }

    .woocommerce-MyAccount-navigation ul {
        background: white;
        margin-bottom: 0px !important;
    }

    /*.elementor-18 .elementor-element.elementor-element-1b708299 > .elementor-container{*/
    /*    min-height: 40vh !important;*/
    /*}*/

    .woocommerce-MyAccount-content.show-mobile-type {
        display: block !important;
        position: absolute;
        z-index: 9;
        background: white;
    }

    .profile-content-header{
        border-bottom: 1px solid #e8e8f6;
        position: relative;
    }


    .Card__header___2rXHP{
        position: relative;
    }

    .Card__header___2rXHP h4{
        text-align: center;
    }

    .profile-content-header::before {
        content: "\f053";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.16rem;
        line-height: 1.15rem;
        margin-left: 0.2rem;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-87%);
        z-index: -99;
    }

    .btn-glass{
        height: 80px;
        background-color: transparent;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .elementor-element-3ae39034 .profile-content-header .header-title {
        padding-left: 100px;
    }

    .modal-backdrop{
        z-index:8 !important;
    }


    .Card__header___2rXHP .Card__title___1O0V_{text-align: center;}

    .show-mobile-type .Card__header___2rXHP::before {
        content: "\f053";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.16rem;
        line-height: 1.15rem;
        margin-left: 0.2rem;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-87%);
        z-index: 99;
    }




    .Card__header___2rXHP .Card__title___1O0V_{text-align: center;}
}

.full-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width:578px) {
	.general-rat > :nth-child(2) {
    width: 45%;
}
	.general-rat > :nth-child(1) {
    width: 55%;
}
}

.order-warranty-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f0f7ff;
    border: 1px solid #c2daf5;
    border-radius: 6px;
    padding: 4px 8px;
    margin: 4px 0 6px;
    font-size: 12px;
    color: #1a5fa8;
}
.warranty-icon {
    font-size: 14px;
}
.warranty-info {
    font-weight: 600;
}
.warranty-date {
    color: #555;
    margin-left: auto;
}
button.wc-buy-now-btn.wc-buy-now-btn-single.single_add_to_cart_button.button.alt {
    border-radius: 50px !important;
}