/**
* 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: #EC000B;
    --active-hover: white;
}


body:not(#index) #wrapper {
    padding-top: 0px !important;
}

.dashboard_account {
    background: var(--bg-grey, #F6F6F6);
}
.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;
}


#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;
}
a.item {
    display: flex;
    align-items: center;
    gap: 0px 15px;
    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;
}
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-size: 28px;
}
.intro {
    width: 100%;
    max-width: calc(100% - 79px);
}
.standard_card {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
    background: var(--bg-primary-text);
    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: 30px;
    display: block;
}
h1 {
    color: var(--text-primary, #000000)
}
span.title, p, span.value{
    color: var(--text-primary, #000000);
}
.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: 15px;
}
.orders_history {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.history_buttons a {
    border: 1px solid #d0d0d0;
    padding: 5px;
    border-radius: 5px;
    color: initial !important;
}
.history_buttons {
    display: flex;
    gap: 5px;
    margin-top: 16px;
}
.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;
}
.card-body address {
    padding: 10px;
}
button.btn.btn-primary.form-control-submit {
    width: 100%;
    margin: 30px 0px !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: 700px;
        margin: 30px auto 0;
}
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: 12px;
    height: 12px;
    background-color: var(--btn-primary,#3dada7);
    border-radius: 50%;
}
form#customer-form .content-comment {
    position: absolute;
    right: -30px;
    top: 17px;
}
.form-control-label span.input-group-btn {
    position: absolute;
    right: 0px;
    top: 15px;
    width: 40px;
}
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-radius: 50px;
    background: none;
    height: 40px;
    display: block;
    line-height: 39px;
    max-width: fit-content;
    margin: 0 auto;
    color: var(--btn-secondary,#000);
    border-color: var(--btn-secondary, #000);
}
.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;
}

.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: 180px;
}
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;
}
.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;
}
.form-group {
    margin-bottom: 20px;
}
.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%;
}

.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;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.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: 14px;
    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: 150px;
}
.products.my_account_viwed .product {
    width: 100%;
    max-width: calc(calc(100% / 4) - 15px);
    max-width: 100%;
    padding: 0px 10px;
}
.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;
}
.order_header span:last-child {
    border: none;
}
span.ref_order {
    display: flex;
}
.order_header span {
    flex: 1;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 9px;
    border-right: 1px solid #dee2e6;
}
.order_info:nth-child(even) {
    background: #e9e9e9;
}
.order_header {
    display: flex;
    border: 1px solid #dee2e6;
}
.order_info > span {
    flex: 1;
    padding: 5px 9px;
    border-right: 1px solid #dee2e6;
    align-items: center;
    display: flex;
}
.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;
}
.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;
}
.container_logo_dashboard img.logo.img-fluid {
    mix-blend-mode: multiply;
}
.forgot-password {
    margin-bottom: 20px;
}
#savedcarts td.history_price {
    display: flex;
    align-items: center;
    gap:15px;
    flex-wrap: wrap;
}
td.history_price a {
    flex: 1;
    margin: 0px !important;
}
/*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;
}
select#select-sort {
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
}
.sub-form-group.form-control-optional {
    display: none;
}
#registration .form-group, #authentication .form-group {
        margin-bottom: 0px;
}
.captcha_register.form-group.row.required.register + .sub-form-group {
    display: none;
}
#registration section#wrapper, #authentication section#wrapper {
    padding-top: 1.563rem !important;
}
.logo_dashboard_mobile {
	display:none;
}
/*fin*/
@media(min-width:992px) {
    .sidenav-toggler-inner {
        display:none;
    }
    div#easyquickorderform_search, #easyquickorderform_results {
        width: 100%;
    }
}
@media(max-width:991px) {
	.logo_dashboard_mobile {
		display:block;
	}
    .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% - 118px);
    }
    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: 15.625rem!important;
        overflow-y: auto;
        left: 0;
        transform: translateX(-17.125rem);
        box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
        margin: 1rem;
        background: #fff!important;
        border-radius: 1rem;
        padding: 35px 10px 10px 10px;
        z-index: 9;
    }
    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;
    }
    .order_history {
        max-width: calc(calc(100% / 2) - 10px);
    }
    body:not(#index).header_actived main section#wrapper {
        padding-top: 97px !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;
    }
   
}
@media(min-width:768px) {
    .label_mobile {
        display:none;
    }
}
@media(max-width:767px) {
    .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;
    }
    h1#eqof_page_title {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    h2.h2.eqof_block_title {
        font-size: 16px;
    } 
}
