/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


:root {
    --active-page: #293230;
    --active-hover: white;
}


body:not(#index,#registration, #authentication) #wrapper{
    padding-top: 133px !important;
}

.dashboard_account {
    background: var(--bg-grey, #F6F6F6);
    background: linear-gradient(91deg, #E1E2DC 2.93%, #E3E3DC 93.78%);
}
.container_dashboard {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.middle_dashboard {
    width: 100%;
    max-width: calc(100% - 250px);
    padding-left: 2rem;
}
.container_logo_dashboard {
    padding: 20px;
}

a.close_session.Customeraccount {
    width: 100%;
}
#wrapper .item i {
    /*box-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12)!important;*/
    width: 32px;
    height: 32px;
    border-radius: 0.5rem;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

#wrapper .item  .lrp-icon {
    height: 26px;
    width: 28px; 
    background-size: 100%;
}
a.item {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    padding: 0.675rem 1rem;
}
.dashboardaccount {
    max-width: 250px;
}
hr.horizontal.dark {
    background-image: linear-gradient(90deg,transparent,rgba(0,0,0,.4),transparent);
}

hr.horizontal {
    background-color: transparent;
}
.mt-0 {
    margin-top: 0!important;
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
hr {
    border-top: none!important;
    height: 1px;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}
.navigation_account {
    display: flex;
    flex-direction: column;
}
.background_contact {
    background: url(../img/curva.jpg);
    background-position: 50%;
    background-size: cover;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 1rem;
}
.contact_help {
    position: relative;
    margin-top: 30px;
}
.info_contact span {
    margin-bottom: 2rem;
    display: flex;
    gap: 5px;
}
.info_contact {
    position: relative;
    z-index: 2;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
a.conctact_link.btn-primary {
    text-align: center;
}

a.item:hover {
    color: var(--text-primary);
}
a.item.active:hover {
      color: var(--active-hover);  
}
a.item.active {
    background: var(--active-page);
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
    border-radius: 0.5rem;
    justify-content: center;
}
a.item.active {
    color: var(--active-hover);
}
.item.active i {
    background: var(--bg-gradient-primary);
    color: var(--bg-primary-text);
}
.header_dashboard {
    display: flex;
    align-items: center;
    gap: 0px 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.intro h1.my-account-title {
    margin: 0px;
    font-family: Dosis;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.intro {
    width: 100%;
    max-width: calc(100% - 79px);
}
.address-body h4 {
    font-family: Dosis;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
address {
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
}
.standard_card {
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 20%);
    background: #F4F5F5;
    border-radius: 16px;
    padding: 16px;
    
}
.last_modules {
    width: 100%;
    max-width: 100%;
        position: relative;
}
.favourite_block  {
    width: 100%;
    max-width: 100%;
}
.last_order  {
    width: 100%;
    max-width: 100%;
}
.body_dashboard {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
span.title_block_dashboard {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 19px;
    display: block;
    font-family: Dosis;
}
h1 {
    color: var(--text-primary, #00000)
}
span.title, p, span.value{
    color: var(--text-primary, #000000);
    font-size: 14px;
}
.page-customer-account #content {
    padding: 0px;
    background: none;
}
.order_history {
    background: white;
    padding: 20px;
}
.order_history {
    padding: 20px;
    width: 100%;
    max-width: calc(calc(100% / 3) - 14px);
    background: var(--bg-primary-text, white);
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
    border-radius: 0.5rem;
}
.oactions a {
    border: 1px solid #d0d0d0;
    padding: 5px;
    background: var(--bg-primary-text, white);
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
    border-radius: 0.5rem;
    color:initial !important;
}

.oactions {
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.orders_history {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.history_buttons a {
    border: 1px solid #d0d0d0;
    padding: 5px;
    border-radius: 5px;
    color: initial !important;
        font-size: 14px;
}
.history_buttons {
    display: flex;
    gap: 5px;
    margin-top: 16px;
    
    flex-wrap: wrap;

}
.order_resume {
    margin-top: 30px;
}
.page-order-detail .box {
    padding: 1rem;
    margin-bottom: 1rem;
    background: var(--bg-primary-text, white);
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
    border-radius: 0.5rem;
}
button.btn.btn-link {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    padding: 0px 10px;
}
.card-body address {
    padding: 10px;
}
button.btn.btn-primary.form-control-submit {
    width: 100%;
    margin: 38px 0px 67px !important;
    max-width: 320px;
}
span.default_message_no {
    width: 100%;
    display: block;
    margin-top: 30px;
    text-align: center;
    background: #efd8bd;
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
    border-radius: 0.5rem;
    padding: 25px;
    color: #f0880f;
    font-size: 15px;
}
.card.card_account {
    background: none;
}
form#customer-form {
    max-width: 800px;

}
form#customer-form section {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
form#customer-form section > div {
    width: 100%;
    float: none;
    padding: 0px;
}
.inp {
    max-width: 100% !important;
}


.custom-radio input[type="radio"]:checked + span {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 14px;
    height: 14px;
    background-color: var(--btn-primary,#3dada7);
    border-radius: 50%;
}
form#customer-form .content-comment {
    position: absolute;
    right: -30px;
    top: 17px;
    display: none;
}
.form-control-label span.input-group-btn {
    position: absolute;
    right: 0px;
    top: 15px;
    width: 40px;
}
.sub-form-group.form-control-optional {
    display: none;
}
button.btn.show-password-ecommprettyinput {
    padding: 0px;
    background: none;
}
.page-addresses .address {
    padding: 20px;
    width: 100%;
    max-width: calc(calc(100% / 3) - 14px);
    background: var(--bg-primary-text, white);
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
    border-radius: 0.5rem;
    margin: 0px;
    
    position: relative;

}
.page-addresses .address .address-body {
    padding: 0px;
}
.card_address {
    display: flex;
    gap: 21px;
    flex-wrap: wrap;
}
.page-addresses .addresses-footer {
    margin: 30px 0px 0px 0px;
    text-align: center;
}
.page-addresses .addresses-footer a {
    border: 1px solid;
    padding: 0px 15px;
    border-color: var(--btn-secondary, #000);
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 38px;
    margin: 0 auto;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 13px;
    background: var(--color1);
    color: white;
    display: block;
    max-width: fit-content;
}
.inp {
    margin-bottom: 0px !important;
}
.page-addresses .address .address-footer a {
    color: var(--text-primary,#2D2D2D);
    padding: 8px;
    max-width: calc(calc(100% / 3) - 14px);
    background: var(--bg-primary-text, white);
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 10%);
    border-radius: 0.5rem;
    position: relative;
}
.page-addresses .address .address-footer {
    border: none;
    padding: 0px;
    position: absolute;
    top: 18px;
    right: 10px;
}

.js-address-form form{
    max-width: 700px;
    margin: 30px auto 0px;
}
.js-address-form form section {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.js-address-form form section > div {
    width: 100%;
    float: none;
    margin-bottom: 0px;
    padding: 0px;
        margin: 0;
}
.js-address-form form section > div .col-xs-12 {
    padding: 0px;
}
.table-bordered thead td {
    padding-left: 0px;
}
.container_module {
    padding: 20px;
    width: 100%;
    max-width: calc(calc(100% / 3) - 14px);
    background: var(--bg-primary-text, white);
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 15px;
}
div#cart_summary.modules_container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
span.expire_text {
    display: block;
    font-size: 15px;
}
.download_link {
    margin-top: 10px;
}
a.a-btn.btn.btn-primary {
    min-width: 130px;
}
div#mpListDomains {
    display: flex;
    border: none;
    flex-wrap: wrap;
    gap: 20px;
}
.module_line span {
    display: block;
}
.module_line {
    padding: 20px;
    width: 100%;
    max-width: calc(calc(100% / 4) - 15px);
    background: var(--bg-primary-text, white);
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
    border-radius: 0.5rem;
    position: relative;
    
}
input#generateMegaKey {
    min-width: 200px;
}
img.copy {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
aside#notifications .container .alert {
    border-radius: 10px;
}

aside#notifications .container {
    width: 100%;
    padding: 0px;
}
.container_password, .container_new_password  {
    position: relative;
}
.form-control-comment {
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 6px;
    z-index: 99;
}
.help-block ul {
    margin: 20px 0px 0px 0px;
}

.help-block li.alert.alert-danger {
    border-radius: 10px;
    margin: 0px;
        font-size: 13px;
}

.container_dashboard.not_left .middle_dashboard {
    max-width: 100%;
    min-height: calc(100vh - 149px);
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.page-authentication #content {
    max-width: 640px;
    width: 100%;
        margin: 0 auto;
}
.container_dashboard.not_left .container_logo_dashboard {
    width: 100%;
    text-align: center;
    padding:0px;
}
form#login-form {
    margin-top: 15px;
}
.page-customer-account #content .no-account {
    text-align: center;
}
.register_block {
    max-width: 700px;
    margin: 30px auto 0px;
    display: block;
}
button#submit-login {
    min-width: 170px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
form.forgotten-password {
    padding: 0px 15px;
    max-width: 730px;
    margin: 0 auto;
}
.send-renew-password-link {
    padding: 0px;
}
.forgotten-password .form-fields .center-email-fields {
    flex-direction: column;
    text-align: center;
}
.forgotten-password .form-fields label.required {
    width: 100%;
    margin-bottom: 10px;
}
.forgotten-password .form-fields .email {
    width: 100%;
}
.forgotten-password .form-fields .email input, section.form-fields.new-password input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 0px 12px 0 12px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    background: white;
    border: 1px solid #c3c3c3;
    color: #000;
    transition: all 0.15s ease;
    border-radius: 10px;
}
.new-password button.btn.btn-primary {
    margin-top: 20px;
    margin-bottom: 10px;
    min-width: 200px;
}
.default_box {
    max-width: 730px;
    padding: 0px 15px;
    margin: 0 auto;
}
button#send-reset-link {
    margin: 30px auto 15px !important;
}
a#back-to-login {
    display: flex;
    align-items: center;
    justify-content: center;
}
form#customer-form footer.form-footer {
    text-align: center;
}
.sucess_forgot_password .ps-alert-success {
    padding: 0px;
    margin-top: 15px;
}
span.input-group-btn .show-password-ecommprettyinput {
    margin: 0px !important;
}

.sidenav-toggler-inner {
    width: 18px;
}
.sidenav-toggler-inner .sidenav-toggler-line:not(:last-child) {
    margin-bottom: 3px;
}
.sidenav-toggler-inner.active .sidenav-toggler-line:first-child, .sidenav-toggler-inner.active .sidenav-toggler-line:last-child {
    width: 13px;
    transform: translateX(5px);
}
.sidenav-toggler-inner .sidenav-toggler-line {
    transition: all .15s ease;
    background: #67748e;
    border-radius: 0.125rem;
    position: relative;
    display: block;
    height: 2px;
}
.content_top_page {
    display: flex;
    align-items: center;
    gap: 30px;
}
.text_title_top {
    width: 100%;
}
.line-subtotal span {
    font-size: 14px;
}
.discount_table.show_all_discounts  tr:nth-child(-n+6) {
    display: table-row;
}

.discount_table.show_all_discounts tr {
    display: none;
}
span.hide_all_discounts {
    display: none;
}
span.button_all_discounts, span.hide_all_discounts {
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}
.discount_table.table-bordered thead th {
    padding: 5px 9px;
}
.no_info_block a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    max-width: 230px;
}
.last_orders {
    width: 100%;
    position:relative;
}
table.orders_table.table.table-bordered th {
    padding: 7px 9px;
}
a.all_orders {
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
.last_viewed, .contact_block {
    width: 100%;
}
.container_contact_form_account h3 {
    display: none;
}
.container_contact_form_account .form-control-select {
    height: 40px;
    line-height: 40px;
}
.container_contact_form_account .form-control {
    height: 40px;
    line-height: 40px;
}
.container_contact_form_account textarea.form-control {
    height: 120px;
}
.container_contact_form_account .input-group .btn {
    background: var(--color2);
}
.container_contact_form_account .form-group {
    position: relative;
}
.container_contact_form_account input.btn.btn-primary {
    min-width: 280px;
}
.products.my_account_viwed .product {
    width: 100%;
    max-width: calc(calc(100% / 4) - 15px);
    max-width: 100%;
    padding: 0px 5px;
}
.products.my_account_viwed {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.products.my_account_wishlist .product {
    width: 100%;
    max-width: calc(calc(100% / 4) - 15px);
        max-width: 100%;
    padding: 0px 10px;
}
.products.my_account_wishlist {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.container_products_from_order {
    width: 100%;
    display: none;
    gap: 15px;
    flex-wrap: wrap;
    border-top: 1px solid #dee2e6;
    background: #f6f6f6;
    padding: 10px;
}
.order_header span:last-child {
    border: none;
        max-width: 300px;
}
span.ref_order {
    display: flex;
}
.order_header span {
    flex: 1;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 9px;
    border-right: 1px solid #dee2e6;
}
.order_info:nth-child(even) {
    background: white;
}
.order_header {
    display: flex;
    border: 1px solid #dee2e6;
}
.order_info > span {
    flex: 1;
    padding: 5px 0px;
    align-items: center;
    display: flex;
    font-size: 16px;
    gap: 5px;
    padding-left: 9px;
}
.active img.show_products_order{
    transform: rotate(180deg);
}
img.show_products_order {
    margin-left: 8px;
    max-width: 21px;
    width: 100%;
        cursor: pointer;
}
.order_info {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #dee2e6;
    margin-bottom:10px;
}

.container_product_order .product_img {
    max-width: 120px;
}
.container_product_order {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
    max-width: calc(calc(100% / 2) - 8px);
}
p.send-renew-password-link {
    line-height: 22px;
}
#wrapper .item i.material-icons {
    font-size: 19px;
    min-width: 32px;

}
.container_logo_dashboard img.logo.img-fluid {
    mix-blend-mode: multiply;
}
.forgot-password {
    margin-bottom: 20px;
        text-align: right;
}
.forgot-password a {
    font-size: 13px;
    text-decoration: underline;
}
#savedcarts td.history_price {
    display: flex;
    align-items: center;
    gap:15px;
    flex-wrap: wrap;
}
td.history_price a {
    flex: 1;
    margin: 0px !important;
}
#authentication section#wrapper {
    background: var(--color3);
}
#authentication section#wrapper .breadcrumb, #registration section#wrapper .breadcrumb {
    display: none;
}

#authentication section#wrapper {
    background: var(--color3);
    margin: 10px 0px;
    padding: 225px 0px 80px !important;
}
#registration section#wrapper {
    background: linear-gradient(91deg, #E1E2DC 2.93%, #E3E3DC 93.78%);
}
body#b2baccountpro section#wrapper {
    background: linear-gradient(91deg, #E1E2DC 2.93%, #E3E3DC 93.78%);
}
.authentication_container {
    background: var(--color2);
    border-radius: 10px;
    max-width: 520px;
    margin: 0 auto;
    padding: 55px 35px;
}
h1#welcome_title {
    font-family: 'Dosis';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 14px;
}
.no-account-home {
    border-top: 1px solid #293230;
    margin-top: 32px;
    padding-top: 17px;
    padding-left: 30px;
    padding-right: 30px;
}
span.title_login {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
}
span.description_login {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-bottom: 20px;
}
.no-account-home a.btn.btn-primary {
    font-size: 13px;
    text-transform: uppercase;
    min-width: 170px;
}
section.login-form {
    padding: 0px 30px;
}
section.register-form {
    padding-top: 94px;
    padding-left: 10px;
    padding-right: 10px;
}
section.register-form h2#welcome_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.order-delivery-time a {
    text-decoration: underline;
}
.img_register {
    width: 100%;
    height: auto;
}
.img_register {
    width: 100%;
    max-width: 471px;
}
span.subtitle_account {
    margin-bottom: 7px;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
span.required_fields {
    color: var(--Text-secundario, #9A9A9A);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    margin-bottom: 17px;
}
#registration #wrapper .custom-checkbox input[type="checkbox"] + span {
    border: 1px solid #293230;
}

.form-group.field_newsletter {
    margin-top: 10px;
}
form#customer-form .form-group a {
    color: #DB3737;
    text-decoration: underline;
}
span.custom-checkbox {
    font-size: 13px;
}
form#customer-form .custom-checkbox em {
    font-size: 13px;
    line-height: 10px;
    font-style: normal;
}
/*quickform*/
div#eqof_modal {
    z-index: 1501;
}
input#sldqof_file {
    margin-bottom: 15px;
}
div#upload-file-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 10px;
} 
#eqof_results_found li {
    padding: 10px 0;
    transition: 0.3s all;
    background: white;
    margin-bottom: 10px;
    border:none;
}
#eqof_results_found li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.eqof_search_result_btn {
    align-self: flex-start;
}
td.eqof_addto_cart {
    text-align: center;
    vertical-align: middle;
}
#eqof_product_selector_content .eqof_add_btn i {
    display: none;
}

#eqof_product_selector_content .eqof_add_btn {
    background: var(--color1);
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px;
    min-height: 40px;
    line-height: 18px;
}
td.eqof_img {
    vertical-align: middle;
}
a#eqof_clear_cart_btn {
    background: var(--color3);
    border-radius: 5px;
    color: black;
}
#eqof_products_table tbody tr {
    background: white;
    vertical-align: middle;
    text-align: center;
}
td.eqof_product_infos {
    text-align: left;
}
#easyquickorderform_container .eqof_price {
    width: 130px;
}
.eqof_qty_selector {
    background: white;
}
.bootstrap-filestyle.input-group input.form-control {
    max-width: calc(100% - 216px);
}
span.group-span-filestyle.input-group-btn label.btn.btn-default {
    background: var(--color1);
    border-radius: 10px;
    color: white;
    margin: 0px;
    height: 50px;
    line-height: 50px;
}
.bootstrap-filestyle.input-group {
    gap: 10px;
}
footer.form-footer {
    text-align: center;
    margin-top: 20px;
}
.body_dashboard article.product-miniature {
    background: white;
    margin: 0px;
    padding-bottom: 10px;
}
.body_dashboard .owl-carousel .product_name, .body_dashboard .owl-carousel .product-description {
    padding: 0px 8px;
}
.body_dashboard .plist_ecommsyncolors .owl-nav .owl-prev {
    left: -10px;
}
.body_dashboard .plist_ecommsyncolors .owl-nav .owl-next {
    right: -10px;
}
span.welcome .group_user {
    width: auto;
        padding: 0px;
}

span.welcome {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 5px;
    margin: 10px 0px;
}
a.buttons_order_actions.btn.btn-primary, a.buttons_order_actions.btn.btn-secondary {
    width: 100%;
}



.info_product_order span {
    font-size: 14px;
}
.container_info_assets_user {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}
.container_info_assets_user .standard_card span {
    display: block;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}
.container_info_assets_user .standard_card span.remaing {
    font-weight: normal;
}

.container_info_assets_user .standard_card {
    width: 100%;
    max-width: calc(calc(100% / 3 ) - 8px);
        box-shadow: none;
}
.container_info_assets_user .standard_card strong {
    background: var(--color3);
    display: block;
    padding: 5px 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    text-align: left;
}
.rm_label_orderstatus {
    border-radius: 5px;
}

.rm_order_heading .rm_label_orderstatus {
    background: var(--color3) !important;
    color: black !important;
    width: 100%;
    font-size: 24px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Dosis;
    line-height: 28px;
}
.rm_order_heading {
    width: 100%;
    margin-bottom: 10px;
    display: block;
}
.rm_single_order_row .rm_order_header {
    border:none;
}
.rm_label_hightlight {
    border: none !important;
    font-family: 'Montserrat';
}
button.kb_rm_return_order {
    border: 1px solid var(--color1);
    border-radius: 5px;
    background: var(--color1);
    color: white;
}
.rm_single_order_row .rm_pro_row img {
    height: auto;
}
table#rm_return_history_block {
    display: table;
}
.rm_left {
    float: none;
}
tr.rm_order_header th {
    padding: 10px;
    font-size: 14px;
    color: black;
}
.rm_popup_pro_img img {
    height: auto;
    padding: 20px 0px;
}
div#rm_row {
    display: flex;
    flex-wrap: wrap;
}
#rm_popup_request_form .rm_pop_heading img {
    margin-right: 5px;
}

#rm_popup_request_form .rm_pop_heading {
    background: var(--color3);
    color: black;
    font-weight: bold;
}
.rm_form_control {
    width: 100%;
    height: 40px;
    font-size: 13px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    min-height: 36px;
    border-radius: 10px;
    padding: 5px 10px;
}
#rm_popup_request_form .rm_row_form {
    width: 100%;
    float: none;
}
.rm_row.rm_responsive_left .rm_left {
    text-align: left;
    margin-bottom: 10px;
}
#rm_popup_request_form .btn {
    background: var(--color1);
    color: white;
    min-width: 150px;
    padding: 0px;
    border-radius: 5px;
    margin: 0px;
}
#rm_popup_request_form button#rm_pop_up_close_btn {
    background: var(--color3);
    color: black;
    border: 1px solid;
}
body#module-returnmanager-manager input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--color1);
    position: relative;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
body#module-returnmanager-manager input[type="checkbox"]:checked:after {
    content: "\e876";
    font-family: 'Material Icons';
    position: absolute;
    right: -1px;
    top: -3px;
    font-size: 16px;
    font-weight: bold;
}
.rm_product_return_stat {
    font-size: 13px;
}

a.buttons_order_actions.btn.btn-secondary {
    background: var(--color3);
    border-radius: 10px;
}
span.container_buttons_orders {
    gap: 10px;
    max-width: 300px;
    flex-wrap: wrap;
    align-self: center;
    padding:20px 9px;
}
span.group-span-filestyle.input-group-btn {
    background: none !important;
}
span.remaing .points_content_text {
    font-size: 11px;
    color: #6b6a6a;
}
.elementor_box_myaccount {
    width: 100%;
}
.products.my_account_viwed > .owl-stage-outer {
    display: flex;
}
.products.my_account_viwed > .owl-stage-outer .owl-stage {
    display: flex;
}
.products.my_account_viwed > .owl-stage-outer .owl-stage .owl-item {
    display: flex;
}
.products.my_account_viwed > .owl-stage-outer .owl-stage .owl-item .product {
    display: flex;
}
a.item img {
    width: 100%;
    max-width: 32px;
}
a.item.active i, a.item.active i:before {
    color: white;
}
#products .forcewidthproduct .products .product {
    padding: 0px;
    background: white;
    width: 100%;
    max-width: calc(calc(100% / 4) - 8px);
}

 #products .forcewidthproduct .products {
    gap: 10px;
}
a.return_manager {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 10px;
}
.container_items_order span:first-child {
    min-width: 122px;
}

.container_items_order {
    display: flex;
    gap: 15px;
}
#lrp-customer-account .points-card {
    display:block;
    height:initial;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}
.help-block {
    margin-top: -7px;
}
.text_title_top h1, #discount h1, body#module-mybuyedproducts-list h1, body#module-prestasmartwishlist-simplelisting h1 {
    font-family: Dosis;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.forcewidthproduct .container {
    padding: 0px;
    max-width: 100%;
}
.lrp-icon:before {
    background-image: url(../../../../../charlytherapy/assets/img/svg/gift_black.svg) !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    height: 27px !important;
    width: 18px !important;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    background-size: 100%;
    content: "";
}
.item.active .lrp-icon:before {
    background-image: url(../../../../../charlytherapy/assets/img/svg/gift.svg) !important;
}
section.order-message-form.box section.form-fields {
    max-width: 730px;
    margin: 0 auto;
    padding: 0px;
}
section.order-message-form.box section.form-fields div {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    margin-bottom: 10px;
}
section.order-message-form.box section.form-fields label {
    padding: 0px;
    margin-bottom: 10px;
}
section.order-message-form.box footer.form-footer {
    margin-top: 0px;
}
section.order-message-form.box footer.form-footer button.btn.btn-primary.form-control-submit {
    margin: 0px 0px 25px !important;
    width: 100%;
    max-width: 280px;
}
.presta_os_heading span {
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
    font-family: 'Dosis';
}
.order-item {
    font-size: 14px;
}
.mybuyedproducts div#products-content .productbuyed {
    width: 100%;
    background: white;
    padding: 10px;
    border-radius: 10px;
    max-width: 250px;
}
.img-container img {
    width: 100%;
}
.mybuyedproducts div#products-pagination {
    text-align: center;
    margin-top: 30px;
}
.productbuyed .img-container {
    text-align: center;
}
.productbuyed p.prop-name {
    margin: 0px;
}
.productbuyed .prop-container {
    margin-bottom: 25px;
}
.productbuyed input.p-quantity {
    max-width: calc(100% - 56px);
}
.mybuyedproducts div#products-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

a#exportDataToCsv, a#exportDataToPdf {
    margin: 0px;
    float: none;
    max-width: 100%;
    padding: 0px 5px;
    font-size: 14px;
    width: 100%;
}
a#exportDataToCsv {
    margin-bottom: 15px;
}
.order_resume .item span {
    font-size: 14px;
}
tr#deluxe_recargo_item em, tr#deluxe_recargo_item b {
    display: none;
}
tr#deluxe_recargo_item br {
    display: none;
}
#history .standard_card {
    box-shadow: none;
    border-radius: 0px;
    padding:0px;
    background:none;
}
#history .order_info:nth-child(odd) {
    background: #F4F5F5;
}
#history .order_header {
    background: #F4F5F5;
}
body#discount article.alert.alert-warning {
    display: none;
}
@media(max-width:1199px) {
    section.register-form {
        padding-top: 45px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .registration_container {
        flex-direction: column-reverse;
    }   
    form#customer-form {
        max-width: 100%;
    }
    .img_register {
        margin: -120px auto 0px;
    }
    form#customer-form button.btn.btn-primary.form-control-submit {
        z-index: 1;
        position: relative;
        margin-top: 61px !important;
        margin-bottom: 0px !important;
      
    }
    .img_register img {
        width: 100%;
        height: auto;
    }
    div#easyquickorderform_search, #easyquickorderform_results {
        width: 100%;
    }
    
    

}
@media(min-width:992px) {
    .sidenav-toggler-inner {
        display:none;
    }
}
@media(max-width:991px) {
    .middle_dashboard {
        max-width: 100%;
        padding-left:0px;
        padding-top:0px !important;
    }
    form.forgotten-password {
        padding: 0px;
        max-width: 100%;
    }
    .intro {
        max-width: calc(100% - 38px);
    }
    a.close_session.myaccount {
        width: 60px;
    }
    .dashboardaccount.active {
        transform: translateX(0);
    }
    #my-account .content_top_page {
        margin: 0px;
    }
    .dashboardaccount {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
        left: 0;
        transform: translateX(-100%);
        box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
        margin: 0px;
        background: #fff!important;
        border-radius: 1rem;
        padding: 35px 10px 10px 10px;
        z-index: 99;
    }
    span.close_menu {
        position: absolute;
        top: 10px;
            z-index: 99;
    cursor: pointer;
        right: 10px;
    }
    .container_logo_dashboard {
        padding: 0px 10px 20px 10px;
        margin-top:0px;
    }
    span.close_menu:before {
        content: "\274c";
        font-size: 16px;
        color: var(--active-page);
        text-align: center;
        border-radius: 16px;
    }
    .last_modules, .other_block{
        max-width: 100%;
    }
    .page-addresses .address {
        max-width: calc(calc(100% / 2) - 11px);
    }
    .content_top_page {
        margin-bottom: 15px;
            justify-content: right;
    }
    .order_history {
        max-width: calc(calc(100% / 2) - 10px);
    }
    body:not(#index).header_actived main section#wrapper {
        padding-top: 149px !important;
    }
    section.register-form {
        padding: 0px;
    }
    #registration div#content-wrapper, #authentication div#content-wrapper {
        padding: 25px 30px 0px 30px !important;
    }
    
    #eqof_results_found li .eqof_search_result_btn a {
        margin: 0px !important;
    }

    #eqof_results_found li .eqof_search_result_btn {
        position: absolute;
        width: auto;
        right: 10px;
        top: 10px;
        gap: 5px;
        display: flex;
    }
    #eqof_results_found li {
        position: relative;
    }  
    div#upload-file-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 20px 10px;
    }
    span.group-span-filestyle.input-group-btn label.btn.btn-default {
        font-size: 14px;
        max-width: 170px;
        padding: 0px 10px;
    }  
    .bootstrap-filestyle.input-group input.form-control {
        max-width: calc(100% - 165px);
    }
     #products .forcewidthproduct .products .product {
        max-width: calc(calc(100% / 3) - 7px);
    }
    .forcewidthproduct .container {
        padding: 0px;
    }
   
}
@media(min-width:768px) {
    .label_mobile {
        display:none;
    }
}
@media(max-width:767px) {
    .container_dashboard {
        padding: 20px 10px;
    }
    .page-addresses .address {
        max-width: 100%;
    }
    .form-control-comment {
        right: 18px;
    }
    .container_discount_table {
        overflow-y: scroll;
    }
    span.button_all_discounts, span.hide_all_discounts {
        position: initial;
        text-decoration: underline;
    }
    a.all_orders {
        position: initial;
        text-decoration: underline;
        margin-top: 10px;
        display: block;
    }
    .container_product_order {
        max-width: 100%;
    }
    .container_contact_form_account .form-control-comment {
        display: none;
    }
    .order_header {
        display:none;
    }
    .order_info > span {
        flex: initial;
        width: 100%;
            flex-wrap: wrap;
    }
    .order_info {
        padding: 10px 0px;
    }
    label.label_mobile {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 16px;
    }
    .order_history {
        max-width: 100%;
    }
    .order-item {
        margin-bottom: 15px;
    }
    .text_title_top h1 {
        font-size: 24px;
        font-weight: bold;
    }
    .img_register {
        margin: -100px auto 0px;
        width: calc(100% + 60px);
        margin-left: -30px;
    }
    .authentication_container {
        background: none;
        padding: 0px;
    }
    section.login-form {
        padding: 0px;
    }
    h1#welcome_title {
        font-size: 18px;
    }
    .no-account-home {
        padding-left: 0px;
        padding-right: 0px;
    }
    #authentication section#wrapper {
        padding-bottom: 45px !important;
    }
    h1#eqof_page_title {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    h2.h2.eqof_block_title {
        font-size: 16px;
    }   
    .container_info_assets_user .standard_card {
        width: 100%;
        max-width: 100%;
    }
    .rm_label_hightlight {
        font-size: 14px;
    }
    .rm_scrollable_div {
        overflow: auto;
    }
    table.rm_single_order_row {
        min-width: 620px;
    }
    .rm_single_order_row .rm_order_header {
        padding: 7px 4px;
    }
    button.kb_rm_return_order span {
        font-size: 12px;
    }   
    .rm_label_orderstatus {
        font-size: 11px;
        padding: 4px;
    }

    span.container_buttons_orders a {
        width: 100%;
    }
    span.container_buttons_orders {
        max-width: 100%;
    }
    #products .forcewidthproduct .products .product {
            max-width: calc(calc(100% / 2) - 5px);
        }
    .container_items_order span:first-child {
        min-width: 92px;
    }
    .container_items_order {
        gap: 8px;
    }
    .js-address-form .form-fields .form-group input {
        margin: 0px;
    }

    .js-address-form .form-fields .form-group {
        width: 100%;
    }
    .mybuyedproducts div#products-content .productbuyed {
        max-width: calc(calc(100% / 2) - 5px );
    }

}