/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

:root {
    --background-color: #F5F5F5;
    --green: #9DC41A;
    --aqua-green: #00A887;
    --green-hover: #C0DC5F;
    --aqua-green-hover: #70CCBA;
    --dark-aqua-green: #158067;
    --dark-aqua-green-hover: #1BA886;
    --dark-grey: #343434; 
    --text-dark: #0B0C0B;
    --text-white: #FCFCFC;
    --red: #B71515;
    --background-box: #EEF1E5;
    --background-product: #E6EDD4;
    --font-body-small: clamp(0.875rem, 2vw, 1rem);
    --font-body: clamp(0.875rem, 2.75vw, 1.125rem);
    --font-h1: clamp(2.286rem, 5vw, 3.5rem);
    --font-h2: clamp(1.857rem, 4vw, 3.25rem);
    --font-h3: clamp(1.714rem, 3.4vw, 2.5rem);
    --font-h4: clamp(1.571rem, 3vw, 2.25rem);
    --font-h5: clamp(1.429rem, 2.75vw, 1.5rem);
    --font-h6: clamp(1.246rem, 2.5vw, 1.375rem);
    --font-subtitle: clamp(1.143rem, 2.5vw, 1.375rem);
    --lh-h1: clamp(2.85rem, 5.5vw, 3.75rem);
    --lh-h6: clamp(1.4rem, 2vw, 1.7rem);
    --lh-body: clamp(1.5rem, 2.5vw, 1.75rem);
  }
  
  body {
      min-width: 320px;
      margin:0;
      font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
      background-color: var(--background-color);
  }

  main {
    min-height: 100dvh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: minmax(0, 1fr);
}

  /* ------------ FONT ------------- */
  h1, h2, h3, h4, h5, h6, 
  .subtitle,
  #custom-text .subtitle,
  .block-category h1,
  .h1, .h2, .h3, .h4, .h5, .h6 {
      font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
      font-weight: 600;
      color: var(--text-dark);
  }

  h1,
.block-category h1 {
    font-size: var(--font-h1);
    line-height: var(--lh-h1);
    font-weight: 700 !important;
  }
  
  h2 {
    font-size: var(--font-h2);
  }
  
  h3 {
    font-size: var(--font-h3);
  }
  
  h4 {
    font-size: var(--font-h4);
  }
  
  h5 {
    font-size: var(--font-h5);
  }
  
  h6 {
    font-size: var(--font-h6);
    line-height: var(--lh-h6);
  }
  
  .subtitle,
   #custom-text .subtitle {
    font-size: var(--font-subtitle);
    line-height: var(--lh-h6);
  }
  
  p,
  #custom-text p, 
  ul {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 500;
    font-size: var(--font-body);
    line-height: var(--lh-body);
    letter-spacing: 0.013rem;
    color: var(--text-dark);
  }
  

 /* ------------ CONTAINER ------------- */
 @media (max-width: 576px) {
    .container {
      max-width: 100%;
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 577.99px) {
    .container {
      max-width: 100%;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 992px) {
    .container {
      max-width: 100%;
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (min-width: 1200px) {
    .container {
      max-width: 100%;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

}

@media (min-width: 2600px) {
    .container {
      max-width: 2600px;
      width: 100%;
      padding-right: 160px;
        padding-left: 160px;
    }

    .container-fluid {
        max-width: 2600px;
        width: 100%;
        padding-right: 160px;
        padding-left: 160px;
      }  
}

.row_fullscreen {
    margin: 0 !important;
}

@media (min-width: 576px) {
    #container_fluid-right {
        padding-left: 12px;
    }
}

@media (min-width: 767.98px) {
    #container_fluid-right {
        padding-left: 24px;
    }
}

@media (min-width: 992px) {
    #container_fluid-right {
        padding-left: 32px;
    }
}

@media (min-width: 1200px) {
     #container_fluid-right {
        padding-left: 40px;
    }
}

@media (min-width: 2600px) {
    #container_fluid-right {
        padding-left: 160px;
    }
}

.column_full {
    padding: 0px !important;
}

/* ------------ SPACING ------------- */

/* --- viewport pages --- */
#my-account #main,
#cart #main,
#identity #main, #history #main, #addresses #main, #cms #main,
#module-gestionedkid-manage #main,
#custompagesmanager-content #wrapper {
    min-height: 60vh;
}

#wrapper {
    padding-top: 1rem;
}

.spacing {
 margin-top: 120px;
}
.space-bot-16 {
 margin-bottom: 1rem;
}
.space-bot-40 {
 margin-bottom: 40px;
}
.space-bot-60 {
 margin-bottom: 60px;
}
.space-bot-80 {
 margin-bottom: 80px;
}
.space-bot-120 {
 margin-bottom: 120px;
}

.spacingFunctions {
 margin-top: 80px;
}

.spacing_header {
    margin-top: 20px;
    margin-bottom: 40px; 
}

.spacing_header_container {
    margin-top: 20px;
}

.spacing_icon {
    margin-top: 0.75rem;
}

.spacing_icon_div {
    margin-bottom: 3rem;
}

@media (max-width: 992px) {
    .spacing {
        margin-top: 80px;
    }
    .space-bot-60 {
    margin-bottom: 40px;
    }
    .space-bot-120 {
    margin-bottom: 80px;
    }
}

@media (max-width: 767.98px) {
    #wrapper {
        padding-top: .5rem;
    }
    .spacing_icon_div {
        margin-bottom: 2rem;
    }
    .spacing {
        margin-top: 60px;
    }
    .spacing-bot-120 {
    margin-bottom: 60px;
    }
    .spacing-bot-60 {
    margin-bottom: 30px;
    }
    .spacing_header {
        margin-top: 24px; 
        margin-bottom: 32px; 
    }
    .spacing_header_container {
    margin-top: 24px;
}
    .spacingFunctions {
    margin-top: 60px;
}
}


@media (min-width: 2000px) {
    .spacing_icon_div {
        margin-bottom: 5rem;
    }
}

.padding_left_functions {
    padding-left: 2rem;
    padding-right: 1.25rem;
}

.padding_left_functions2 {
    padding-left: 4rem;
    padding-right: 1.25rem;
}


@media (max-width: 767.98px) {
    .padding_left_functions,
    .padding_left_functions2 {
        padding-left: 2rem;
        padding-right: 2rem;
    } 
}

.gap-16 {
    gap: 16px;
}

/* ------------ IMAGEs ------------- */

.img_size,
.img_size_functions,
.img_size_functionsRight {
    width: 100%;
    height: auto;
}

.img_size-contact-us {
    width: 80%;
}

.img_size_pricing {
    width: 60%;
    height: auto;
    margin-right: 30px;
}


@media (max-width: 991.98px) {
    .img_size_functions {
        width: 100%;
        height: auto;
        padding-right: 2rem;
        margin-top: 20px;
    }

    .img_size_functionsRight {
        width: 100%;
        height: auto;
        padding-right: 0;
        margin-top: 20px;
    }

    .img_size_pricing {
    width: 60%;
    }
}
@media (max-width: 767.98px) {
    .img_size {
        width: 70%;
        height: auto;
        margin-top: 32px;
    }

    .img_size_pricing {
    margin-right: 0;
    width: 80%;
    }
}


.img_fluid {
    padding-right: 0px;
}

.img_container {
    padding-right: 0 !important;
}

.logo_small {
    width: 7rem;
    margin-bottom: 8px;
}

.logo {
    width: 100px;
}


@media (max-width: 991.98px) {
    .functions_img_order {
        order: 2;
    }
}

@media (max-width: 768.98px) {
    .img_fluid {
    padding-right: 15px;
    }
}

 /* ------------ ICONS ------------- */
.text-muted .material-icons{
    color: var(--green);
}

.icon_functions {
    width: 3rem;
}

@media (min-width: 1920px) {
    .icon_functions {
        width: 4.25rem;
    }
}


/* ------------ LIST ------------- */
.list_customarker {
    list-style: disc !important;
    margin-left: 20px;
}

li::marker {
    font-size: 20px;
    color: var(--aqua-green);
}

.page-content.page-cms ul, p {
    font-size: var(--font-body);
    font-weight: 500;
    color: var(--text-dark);
}

/* ------------ LINK ------------- */
a {
    color: var(--green);
 }

 a:hover,  a:focus {
    color: var(--green-hover);
 }
 
/* ------------ BUTTONs ------------- */
.btn_primary {
    font-size: 1rem;
    font-weight: 600;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    text-transform: uppercase;
    background-color: var(--green);
    padding: 0.75rem 1rem 0.75rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    color: var(--text-dark);
    text-decoration: none;
    border: 4px solid var(--green);
    text-align: center;
}
.btn_primary:hover, .btn.btn_primary:focus, .btn_primary:focus  {
    background-color: var(--green-hover);
    border: 4px solid var(--green-hover);
    color: var(--text-dark) !important;
}

.btn_secondary {
    display: inline-block;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0.75rem 1rem 0.75rem 1rem;
    border: 4px solid var(--aqua-green);
    border-radius: 8px;
    cursor: pointer;
    color: var(--text-dark);
    text-decoration: none;
    text-align: center;

}
.btn_secondary:hover, .btn_secondary:focus {
    color: var(--aqua-green);
}

.btn_small_primary {
    font-size: 0.875rem;
    font-weight: 600;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    text-transform: uppercase;
    background-color: var(--green);
    padding: 0.3rem 0.4rem 0.3rem 0.4rem;
    border-radius: 8px;
    cursor: pointer;
    color: var(--text-dark);
    text-decoration: none;
    border: 3px solid var(--green);
}
.btn_small_primary:hover, .btn_small_primary:focus {
    background-color: var(--green-hover);
    border: 3px solid var(--green-hover);
      color: var(--text-dark) !important;
}

.btn_small_secondary {
    display: inline-block;
    box-sizing: border-box;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    text-transform: uppercase;
    background-color: transparent;
    padding:  0.3rem 0.5rem 0.3rem 0.5rem;
    border: 3px solid var(--aqua-green);
    border-radius: 8px;
    cursor: pointer;
    color: var(--text-dark);
    text-decoration: none;
}
.btn_small_secondary:hover, .btn_small_secondary:focus {
    color: var(--aqua-green);
}

.btn.disabled, .btn.disabled:hover {
    color: var(--text-dark); 
    background: #CDCDCD;
    border-color: transparent;
    border-radius: 8px;
}

.btn_tertiary {
    font-size: 1rem;
    font-weight: 600;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    text-transform: uppercase;
    background-color: var(--aqua-green);
    padding: 0.75rem 1rem 0.75rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    color: var(--text-dark);
    text-decoration: none;
    border: 4px solid var(--aqua-green);
    text-align: center;
}
.btn_tertiary:hover, .btn.btn_tertiary:focus, .btn_tertiary:focus  {
    background-color: var(--aqua-green-hover);
    border: 4px solid var(--aqua-green-hover);
    color: var(--text-dark) !important;
}

@media (max-width: 350px)  {
    .btn_primary, .btn_secondary {
    font-size: 14px;
}
}

.btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

/* -- btn scroll to top -- */
#myBtn {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #E6EDD4; 
  color: var(--green); 
  cursor: pointer; 
  padding: 15px; 
  border-radius: 10px; 
  font-size: 18px; 
}

#myBtn:hover {
  background-color: var(--green);
   color: var(--text-white); 
}


/* ------------ BUTTONs prestashop ------------- */

.btn-primary {
    color: #fff;
    background-color: #94c123;
    border-color: transparent;
}

.btn-primary:hover {
    color: #fff;
    background-color: #86AE21;
    border-color: transparent;
}


.btn-primary.focus,.btn-primary:focus {
    background-color: #86AE21;
}

.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle {
    background-color: #86AE21;
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {
    background-color: #86AE21;
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary:disabled.focus,.btn-primary:disabled:focus {
    background-color: #86AE21;
}

.btn-primary.disabled:hover,.btn-primary:disabled:hover {
    background-color: #B5DA83;
}


/* ------------ navbar: link, dropdown menu ------------- */
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.dropdown:hover .expand-more,
.page-my-account #content .links a:hover i,
.search-widget form button[type=submit] .search:hover,
.top-menu .sub-menu a:hover {
    color: #94c123;
}

.block_newsletter form input[type=text]:focus+button .search,
.btn-unstyle:focus .expand-more,
.search-widget form input[type=text]:focus+button .search {
    color: #94c123;
}

#header .header-top a[data-depth="0"]:hover {
    color: #94c123;
}  


#header .top-menu a[data-depth="0"]:hover {
    color:  #94c123;
}

#header a:hover {
    color: #94c123;
}

.account-list a:hover,.block_newsletter form button[type=submit] .search:hover,.footer-container li a:hover {
    color: #94c123;
}

#header .header-nav .blockcart a:hover {
    color: #94c123;
}

#header .logo {
    width: 140px;
}

#header .header-top .position-static {
    position: static;
    display: flex;
    justify-content: center;
}

@media (min-width: 992px)  {
    #header .menu, #header .menu>ul>li {
    display: inline-block;
    margin-right: 3.25rem;
}
}


/* ------------ PRODUCT ------------- */

.product-flags li.product-flag {
    background: #94c123;
}

/* ------------ PRODUCTs  ------------- */

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: #94c123 3px solid; 
}


.tabs .nav-tabs .nav-link.active {
        color: #94c123;
}

.product-price {
    color: var(--text-dark);
}

.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
    border:  #94c123 3px solid;
}


/* ------------ MENU DROPDOWN (product) ------------- */
.brands-sort .select-list:hover, .products-sort-order .select-list:hover, .suppliers-sort .select-list:hover {
    background: #94c123;
}



/* ------------ contact form ------------- */
.bootstrap-touchspin .group-span-filestyle .btn-touchspin, 
.group-span-filestyle .bootstrap-touchspin .btn-touchspin, 
.group-span-filestyle .btn-default {
    background: #94c123;
}

/* ------------ navbar ------------- */
#header {
    position: sticky;
    top: 0;
    z-index: 9999;
    color: var(--text-dark);
    background: var(--background-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header #_desktop_logo h1 {
    line-height: 0;
}

#mobile_top_menu_wrapper {
    padding: 15px;
    background: var(--background-color);
}

#header .header-top a[data-depth="0"] {
  color: var(--text-dark);
    text-transform: uppercase;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

@media (min-width: 992px) {
    #header .menu, #header .menu>ul>li {
        display: inline-block;
        margin-right: 32px;
    }
}

@media (max-width: 991px) {
    #header .menu, #header .menu>ul>li {
        margin-right: 16px;
    }
}

.top-menu .current {
   border-bottom: solid 3px var(--green); 
   background-color: transparent;
   width: fit-content;
}

.top-menu a[data-depth="0"] {
    padding: 2px;
}

@media (max-width: 991px) and (min-width: 767.98px) { 
#header .header-top a[data-depth="0"] {
    font-size: 14px;
}
}

.header-top-right {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 0;
}
@media (max-width: 992px) { 
.header-top-right {
    justify-content: end !important;
    padding-left: 0;
} 
}
@media (min-width: 1300px) { 
.header-top-right {
    gap: 24px;
    display: flex;
    justify-content: end;
}
#header .menu, #header .menu>ul>li {
    display: inline-block;
    margin-right: 40px;
}
}
@media (min-width: 1600px) { 
#header .menu, #header .menu>ul>li {
    display: inline-block;
    margin-right: 60px;
}
}

.expand-more {
     font-size: 16px;
}

.dropdown,
.cart-products-count,
.cart_label,
.language-selector span {
    text-transform: uppercase;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--text-dark);
    cursor: pointer;
}

#cart_label {
    cursor: pointer;
}

#cart_label:hover span,
#cart_label:hover i,
#language_label:hover i {
 color: var(--green);
}

#custompagesmanager-content .language-selector select,
.js-top-menu-bottom .language-selector select{
    color: #232323;
    background: #fff;
    outline: 0;
    -moz-appearance: none;
    border: solid 2px var(--green);
    border-radius: 8px;
    min-width: 80px;
    min-height: 32px;
    padding: 8px;
    margin-top: 6px;
    text-transform: uppercase;
}

.dropdown-menu {
    color: var(--text-dark);
    background-color: var(--background-color);
    border: 2px solid var(--green);
    border-radius: 8px;
}

.user-info .material-icons {
    font-weight: 500;
}
 .user-info .account {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 3.5px solid #95c11f;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 16px;
 }

.user_picture {     
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
    border-radius: 50%; 
}

.logout .material-icons {
    font-size: 20px;
}
.login-icon {
    width: 22px;
}

 @media (min-width: 767.98px ) and (max-width: 1153.98px) {
    #_desktop_top_menu .top-menu li:first-child { 
        display: none;
    }
 }


/* --- Navbar mobile --- */
.mobile{
    padding-top: 16px;
}

 #header .header-nav .user-info {
    margin-top: 8px;
 }

 @media (max-width: 767.98px){
.user-info .account {
    margin-right: 0;
}
#language_label {
    flex-direction: row !important;
}
#header .header-nav .material-icons {
    line-height: 1;
}
#mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: var(--text-dark);
}
#mobile_logbutton {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

 }

@media (max-width: 991.98px) {
.logout i {
    display: none;
}
}

#header .header-nav .cart-preview.active a, 
#header .header-nav .cart-preview.active a i,
#header .header-nav .cart-preview .shopping-cart {
    color: var(--text-dark);
}
#header .header-nav .cart-preview.active {
    background: transparent;
}

/* menu resizing responsive */
@media (max-width: 1238px) and (min-width: 992px) {
    #header_nav2 {
        justify-content: end;
    }
     #header_nav2 .btn_small_primary {
    padding: 0.5rem 0.55rem 0.5rem 0.55rem;
    }
    #header .header-top a[data-depth="0"] {
    font-size: 15px
    }
    #header .menu, #header .menu>ul>li {
        display: inline-block;
        margin-right: 20px;
    }
}

.user-info .btn_small_primary {
    height: fit-content;
}

/* flag */
.icon_flag {
    position: relative;
    right: -26px;
    top: -16px;
}
.flag {
    position: relative;
    width: 16px;
    border-radius: 50%;
    height: 16px;
}
@media (max-width: 767.98px) {
.icon_flag {
    position: relative;
    right: 0;
    top: -14px;
}
}

@media (max-width: 767.98px) {
#_mobile_user_info .logout.btn_small_primary {
    display: none;
}
}


/* ------------ footer  ------------- */
#footer {
    background-color: var(--dark-grey);
    color:var(--background-color);
}

.block-contact,.footer-container li a,
.footer-container .text-sm-center,
.footer-container .h3,
.footer-container p {
    color:var(--background-color);
}

.footer_divider {
    border-top: 2px solid var(--background-color);
}

#custom-text #footer_text p,
#footer_logo p {
    color: var(--text-white);
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0.5rem;
}

@media (max-width: 380px) {
#custom-text #footer_text p,
#footer_logo p {
    line-height: 16px;
}

.label {
    font-size: 14px;
}

select {
    width: 200px;
}
}

#footer_text {
 margin-top: 20px;
 font-size: 15px;
}

#footer_container .row {
    margin-left: 15px;
    margin-right: 15px;
}

#footer_container .row .wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .5rem;
}

@media (max-width: 767.98px) {
    .links .title {
        padding: .2rem;
        cursor: pointer;
        border-bottom: 0;
        border-top: 1px solid var(--text-white);
        height: 1.5rem;
    }
    .footer-container .links ul>li {
        padding: .2rem;
        font-weight: 600;
        border-bottom: 0;
        background-color: var(--dark-grey);
    }
    .footer-container .links ul>li a {
        color: var(--text-white);
    }
    .footer-container .links ul {
        margin-bottom: 0;
        background-color: transparent;
    }

    #footer_logo > p.text-left > img {
        width: 60%;
    }

    .footer-container .navbar-toggler {
        width: 1.2rem;
    }
}

.links#custom-text {
    padding-left: 16px;
}

.footer-container li a {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 500;
}

/* ------------- HOME (& function) ------------- */
#custom-text {
    padding: 0;
    margin-bottom: 1.5rem;
    text-align: center;
    background: transparent;
    border-radius: 2px;
}

.page-header h1 {
    display: none !important;
}

.page-content.page-cms {
    padding: 0; 
    background: transparent;
}

.first_section {
    display: flex;
    align-items: center;
}

.home_functions {
    display: flex;
    flex-direction: row;
    
}

.title-lg-only {
    display: none;
  }
  
  @media (min-width: 767.98px) and (max-width: 1199.98px) {
    .title-lg-only {
      display: block;
    }
    .title-not-lg {
      display: none;
    }
  }
  
  #imgfunctions_home {
    align-self: center;
  }

@media (max-width: 576.98px) {
    .home-buttons {
        display: flex;
        flex-direction: column !important;
        align-items: start !important;
        gap: 10px;
    }
}

@media (max-width: 767.98px) {
    #index p, #index h1, #index h2, #index h3,
    #wrapper > div.container.mb-5.spacing > div > div.col-md-5.col-sm-12.d-flex.flex-column.justify-content-center.align-items-center  {
    text-align: left !important;
    }
    #index .home-text-contact-us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    }
}

.home-text-contact-us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




/* ----  key points ---- */

#box_keypoints .col-md-4 {
    padding-right: 0 !important;
    padding-left: 0;
  }

  .background_polygon {
    background-color: var(--aqua-green);
    position: relative;
    height: auto;
  }

  .polygon-box {
    min-height: 300px; 
    background-color: var(--green);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }


  .box_left,
  .box_right  {
    min-height: 300px; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }


@media (min-width: 991.98px) {
.box_left_text {
    padding: 5rem 0 5rem 2.5rem !important;
  }    
  .box_right_text {
    padding: 5rem 2.5rem 5rem 0 !important;
  } 

}

.polygon-box_text {
    width: 60%;
}

  @media (max-width: 576px) {
  .background_polygon .col-md-3 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 991.98px) { 
    .polygon-box {
        min-height: 240px; 
        background-color: var(--green);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
        clip-path: none;
      }

      
  .box_left,
  .box_right  {
    min-height: 240px; 
  }


      .box_left_text {
        padding: 2.5rem;
      }
    
    .box_right_text {
        padding: 2.5rem;
    }
    
    .polygon-box_text {
        width: 100%;
        padding: 2.5rem;
    }
}


@media (max-width: 991.98px) {
.img_contactus {
    order: 2 !important;
}
}

@media (min-width: 991.98px) {
.padding_p {
    padding-right: 3rem;
    padding-left: 3rem;
}
}

/* ------------ Breadcrumb  ------------- */

#wrapper .breadcrumb {
    padding: 8px;
    background: 0 0;
    background-color: #E6EDD4;
    width: fit-content;
}
@media (max-width: 768.99px) {
    #wrapper .breadcrumb {
        font-size: var(--font-body-small);
    }
}
@media (max-width: 576px) {
    #custompagesmanager-content .breadcrumb,
    #module-termsandcondition-termspage .breadcrumb {
        margin-left: -3px;
    }
}
@media (min-width: 577.99px) {
    #custompagesmanager-content .breadcrumb,
    #module-termsandcondition-termspage .breadcrumb {
        margin-left: 9px;
    }
}
@media (min-width: 992px) {
    #custompagesmanager-content .breadcrumb,
    #module-termsandcondition-termspage .breadcrumb {
        margin-left: 17px;
    }
}
@media (min-width: 1200px) {
    #custompagesmanager-content .breadcrumb,
    #module-termsandcondition-termspage .breadcrumb {
        margin-left: 25px;
    }
}
@media (min-width: 2600px) {
    #custompagesmanager-content .breadcrumb,
    #module-termsandcondition-termspage .breadcrumb  {
        margin-left: 145px;
    }
}

/* ------------ FUNCTIONS - page  ------------- */

#functionsCTA {
    min-height: 400px;
    text-align: center;
    background-image: url(/img/img-auditev/lines-auditev.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-top: 120px;
}

.menuFunctions-left,
.menuFunctions-right {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 1;
  }
  
  .menu-itemFunctions {
    position: relative;
    padding: 10px 20px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    text-align: center;
    transition: color 0.3s ease;
    z-index: 1; 
    min-height: 60px;
    display: flex;
    align-items: center;
    width: 350px;
  }

/* ------------ menu items  ------------- */ 
.menu-itemFunctions#item1::before,
.menu-itemFunctions#item4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    z-index: -1; 
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 25px;
    width: 350px;
    min-height: 60px;
}
  
.menu-itemFunctions.active#item1::before,
.menu-itemFunctions.active#item4::before,
.menu-itemFunctions#item1:hover,
.menu-itemFunctions#item4:hover {
    background: var(--aqua-green);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    width: 350px;
}

.menu-itemFunctions.active#item1,
.menu-itemFunctions.active#item4 {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 25px;
    width: 350px;
    min-height: 60px;
}

.menu-itemFunctions#item2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
    z-index: -1; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 60px;
    width: 350px;
}
  
.menu-itemFunctions.active#item2::before,
.menu-itemFunctions#item2:hover {
    background: var(--green);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
    width: 350px;
}

.menu-itemFunctions.active#item2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    width: 350px;
    min-height: 60px;
}

.menu-itemFunctions#item5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
    z-index: -1; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 60px;
    width: 350px;
}
  
.menu-itemFunctions.active#item5::before,
.menu-itemFunctions#item5:hover {
    background: var(--green);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
    width: 350px;
}

.menu-itemFunctions.active#item5 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    width: 350px;
    min-height: 60px;
}

.menu-itemFunctions#item5,
.menu-itemFunctions#item2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-itemFunctions#item3::before,
.menu-itemFunctions#item6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    clip-path: polygon(15% 100%, 100% 100%, 100% 0, 0 0);
    z-index: -1; 
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 25px;
    min-height: 60px;
    width: 350px;
}

.menu-itemFunctions.active#item3::before, 
.menu-itemFunctions.active#item6::before,
.menu-itemFunctions#item3:hover,
.menu-itemFunctions#item6:hover {
   background: var(--aqua-green);
   clip-path: polygon(15% 100%, 100% 100%, 100% 0, 0 0);
   width: 350px;
}

.menu-itemFunctions.active#item3,
.menu-itemFunctions.active#item6 {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 25px;
    width: 350px;
    min-height: 60px;
}


.menu-itemFunctions#item3,
.menu-itemFunctions#item6 {
        display: flex;
    justify-content: end;
    align-items: center;
}

.content {
    width: 100%;
    animation: fadeIn 0.5s ease forwards;
}
  
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 767.98px) {
    #menu_otherfeatures {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (max-width: 899.98px) {
    .padding_menuitem,
    .padding_menuitemBott {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .menuFunctions-left,
    .menuFunctions-right {
        display: flex;
        gap: 40px;
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
    }

    .menuFunctions-right {
        margin-top: 16px;
    }

    .menu-itemFunctions {
    position: relative;
    padding: 10px 12px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    text-align: center;
    transition: color 0.3s ease;
    z-index: 1; 
    min-height: 100px;
    display: flex;
    align-items: center;
    max-width: 150px;
  }

    .menu-itemFunctions#item1::before,
    .menu-itemFunctions#item4::before {
        width: 150px;
       min-height: 100px;
        clip-path: none;
    }
    
    .menu-itemFunctions.active#item1::before,
    .menu-itemFunctions.active#item4::before,
    .menu-itemFunctions#item1:hover,
    .menu-itemFunctions#item4:hover {
        width: 150px;
        clip-path: none;
        min-height: 100px;
    }

    .menu-itemFunctions.active#item1 {
        display: flex;
        justify-content: start;
        align-items: center;
        padding-left: 12px;
        width: 150px;
        min-height: 100px;
    }

     .menu-itemFunctions.active#item4 {
        padding-left: 10px;
        min-height: 100px;
        width: 150px;
     }

    .menu-itemFunctions#item2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;     
        clip-path: none;
        z-index: -1; 
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        width: 150px;
        min-height: 100px;
    }
    
    .menu-itemFunctions.active#item2::before,
    .menu-itemFunctions#item2:hover {
        background: var(--green);
        clip-path: none;
        width: 150px;
        min-height: 100px;
    }

    .menu-itemFunctions.active#item2 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        width: 150px;
        min-height: 100px;
    }

    .menu-itemFunctions#item5::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
        clip-path: none;
        z-index: -1; 
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 100px;
        width: 150px;
    }
    
    .menu-itemFunctions.active#item5::before,
    .menu-itemFunctions#item5:hover {
        background: var(--green);
        clip-path: none;
        width: 150px;
        min-height: 100px;
    }

    .menu-itemFunctions.active#item5 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        width: 150px;
        min-height: 100px;
    }

    .menu-itemFunctions#item3::before,
    .menu-itemFunctions#item6::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
        clip-path: none;
        z-index: -1; 
        display: flex;
        justify-content: end;
        align-items: center;
        padding-right:12px; 
        width: 150px;
        min-height: 100px;
    }

    .menu-itemFunctions.active#item3::before, 
    .menu-itemFunctions.active#item6::before,
    .menu-itemFunctions#item3:hover,
    .menu-itemFunctions#item6:hover {
    background: var(--aqua-green);
    clip-path: none;
    width: 150px;
    min-height: 100px;
    }

    .menu-itemFunctions.active#item3,
    .menu-itemFunctions.active#item6 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 12px;
        width: 150px;
        min-height: 100px;
    }

}

@media (max-width: 1200px) and (min-width: 900px) {
    .padding_menuitem {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .padding_menuitemBott {
        padding-top: 16px;
        padding-bottom: 16px;
    }


    .menu-itemFunctions {
        max-width: 280px;
    }

    .menuFunctions-left, 
    .menuFunctions-right {
        display: flex;
        gap: 20px;
        position: relative;
        z-index: 1;
    }

    .menu-itemFunctions#item1::before,
    .menu-itemFunctions#item4::before {
        padding-left: 25px;
        width: 280px;
    }
    
    .menu-itemFunctions.active#item1::before,
    .menu-itemFunctions.active#item4::before,
     .menu-itemFunctions#item1:hover,
      .menu-itemFunctions#item4:hover {
        width: 280px;
    }

    .menu-itemFunctions.active#item1,
    .menu-itemFunctions.active#item4 {
        padding-left: 25px;
        width: 280px;
        min-height: 60px;
    }

    .menu-itemFunctions#item2::before {
        justify-content: center;
        align-items: center;
    }
    
    .menu-itemFunctions.active#item2::before,
     .menu-itemFunctions#item2:hover {
        width: 300px;
    }

    .menu-itemFunctions.active#item2 {
        width: 300px;
    }

    .menu-itemFunctions#item5::before {
        padding-left: 20px;
        padding-right: 20px;
        min-height: 60px;
        width: 280px;
    }
    
    .menu-itemFunctions.active#item5::before,
     .menu-itemFunctions#item5:hover {
        width: 280px;
    }

    .menu-itemFunctions.active#item5 {
        padding-left: 20px;
        padding-right: 20px;
        width: 280px;
        min-height: 60px;
    }

    .menu-itemFunctions#item3::before {
        padding-right: 8px;
        width: 160px;
        min-height: 60px;
    }
    .menu-itemFunctions.active#item3::before,
     .menu-itemFunctions#item3:hover {
        width: 240px;
    }

    .menu-itemFunctions.active#item3 {
        padding-right: 8px;
        width: 240px;
        min-height: 60px;
    }

    .menu-itemFunctions#item6::before {
        padding-right: 8px;
        width: 280px;
        min-height: 60px;
    } 

    .menu-itemFunctions.active#item6::before,
     .menu-itemFunctions#item6:hover {
        width: 280px;
    }

    .menu-itemFunctions.active#item6 {
        padding-right: 8px;
        width: 280px;
        min-height: 60px;
    }
}

.menuFunctions-right {
       margin-top: 32px;
}

@media (max-width: 767.98px) {
    .menuFunctions-left {
       display: flex;
       flex-direction: column;
       align-items: end;
       height: 260px;
    }

       .menuFunctions-right {
       display: flex;
       flex-direction: column;
       align-items: start;
       height: 260px;
    }

    .menuFunctions-right {
        margin-top: 0;
    }


}

/* ------------ menu items - end  ------------- */ 

/* ------------ PRICING - not logged  ------------- */ 
.numberlist_pricing {
  background-color: var(--green);
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
   clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
  z-index: 2;
  position: relative;
  width: 10rem;
  height: 60px;
  padding-left: 2.5rem; 
  padding-top: 1.75rem;
}

.textlist_pricing {
  background-color: var(--background-box);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
  margin-left: -80px; 
  z-index: 1;
  position: relative;
  flex: 1;
  padding-left: 80px;
  padding-top: 1rem; 
  height: 60px;
  padding-right: 2.5rem; 
}


@media (min-width: 1801px) {
    .step-container {
    position: relative;
    display: flex;
    width: 65%;
    }
}

@media (max-width: 1800px) {
    .step-container {
    width: 70%;
    }
}

@media (max-width: 1699.98px) {
    .step-container {
    width: 90%;
    }
}

@media (max-width: 1400px) {
    .step-container {
    width: 100%;
    }

}

@media (max-width: 991.98px) {
    .step-container {
    width: 90%;
    }

    #steps_container {
    align-items: center !important;
    }

    .img_size_pricing-container {
    margin-bottom: 24px;
    justify-content: center !important;
    margin-top: 32px;
    }
}

@media (max-width: 767.98px) {
    .step-container {
    width: 100%;
    }

    .numberlist_pricing {
    height: 80px;
    }

    .textlist_pricing {
    height: 80px;
    padding-right: 1.5rem;
    }

    .img_size_pricing-container {
    margin-bottom: 24px;
    justify-content: center !important;
}
}

@media (min-width: 992px) {
    .row-pricing {
        margin-top: 60px;
    }
}

@media (min-width: 1600px) {
    .row-pricing {
        margin-top: 120px;
    }
}


/* ------------ PRICING - logged  ------------- */ 

.block-category {
    background-color: transparent;
    min-height: 0;
}

.product-miniature .thumbnail-container {
    position: relative;
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
    background: var(--background-product);
    width: 100%;
}
@media (min-width: 1800px) { 
    .product-miniature .thumbnail-container {
        width: 80%;
    }
}
@media (min-width: 2000px) { 
    .product-miniature .thumbnail-container {
        width: 70%;
    }
}
.product-miniature .product-description, 
.thumbnail-container.upgrade-products .product-description {
    position: relative;
    bottom: 0;
    height: auto;
    padding: .25rem .25rem .7rem;
    background: var(--background-color);
}

.product-miniature .product-title {
    margin-top: 1.125rem;
    text-align:start; 
    text-transform: none;
}

.product-miniature .product-title a {
    font-size: var(--font-h5);
    color: var(--text-dark);
    text-decoration: none;
}

.product-miniature .product-price-and-shipping {
    font-weight: 400;
    color: var(--text-dark);
    text-align: left;
}

.product-miniature .thumbnail-container:focus .product-description::after,
 .product-miniature .thumbnail-container:hover .product-description::after {
    border-top:none;
}

.product-miniature .thumbnail-container .product-thumbnail img {
 max-width: 80%;
}

@media (max-width: 991px) {
    #products .products {
        justify-content: start;
    }
}

.images-container.js-images-container {
    background: var(--background-product);
    width: 100%;
}

.product-discounts>.table-product-discounts thead tr th {
border: .3125rem  var(--green-hover) solid;
}
.product-discounts>.table-product-discounts tbody tr td {
    border: .3125rem var(--green-hover) solid;
}

.span-month-pricing {
    font-size: 14px;
}

#category .data-license {
color: #444444;
}
#category .p-select-duration {
    font-size: 16px;
}
.pricing-info-license {
margin-top: 8px;
}

.buttons-pricing {
    gap: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}

/* alert cart */
.product-price-and-shipping .alert.alert-danger {
    margin-bottom: 0;
    margin-top: 1rem;
}



/* ------------ CONTACT US 1 - not logged  ------------- */ 
#custompagesmanager-content #wrapper {
    margin-bottom: 80px;
}

.contact-form {
    width: 100%;
    padding: 1rem;
    color: var(--text-dark);
    background: transparent;
}
input:focus-visible,
textarea:focus-visible, 
select:focus-visible {
    outline: none !important;
}

#custompagesmanager-content input,
#custompagesmanager-content  textarea,
#custompagesmanager-content  select {
    border: solid 2.5px var(--green);
    border-radius: 8px;
    min-width: 220px;
	height: 48px;
    padding: 8px;
    margin-top: 6px;
}

.input_style, #country_form {
    width: 95%;
}
#custompagesmanager-content .input_style {
    width: 60%;
}

#message {
    min-height: 140px !important;
}

@media (min-width: 1801px) { 
    .input_style {
        width: 80%;
    }
    #custompagesmanager-content .input_style {
        width: 50%;
    }
}

@media (min-width: 991.98px) { 
 #country_form {
    width: fit-content;
 }
}

@media (max-width: 991.98px) and (min-width: 767.98px) { 
 .input_style, #country_form{
    width: 75%;
}
}

@media (max-width: 380px) {
#country_form select#iso_code {
    width: 100%;
}
}

@media (max-width: 992px) {
    #custompagesmanager-content .input_style {
        width: 80%;
    }
}

@media (max-width: 768px) {
    #custompagesmanager-content .input_style {
        width: 100%;
    }
}

#contactform_logged {
    background-image: url(/img/img-auditev/lines-auditev.png);
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

#inputstyle_logged {
    width: 60%;
}

@media (max-width: 992px){ 
 #inputstyle_logged {
    width: 80%;
 }
}

@media (max-width: 500px){ 
 #inputstyle_logged {
    width: 100%;
 }

 
#contactform_logged {
    background-image: none;
    min-height: 200px;
}
}

@media (min-width: 1801px) { 
 #inputstyle_logged{
    width: 50%;
}
}

#submit_button {
    font-size: 1rem;
    font-weight: 600;
   font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    text-transform: uppercase;
    background-color: var(--green);
    border-radius: 8px;
    cursor: pointer;
    color: var(--text-dark);
    text-decoration: none;
    border: 4px solid var(--green);
    max-width: 200px;
}

#submit_button:hover {
    background-color: var(--green-hover);
    border: 4px solid var(--green-hover);
    color: var(--text-dark) !important;
}

/* ------ logged and paid  ----- */ 

@media (min-width: 991.98px) { 
    .content_contact_us {
        margin-right: 60px;
    }
}
@media (min-width: 1500px) { 
    .content_contact_us {
        margin-right: 160px;
    }
}
@media (min-width: 1800px) { 
    .content_contact_us {
        margin-right: 360px;
    }
}

@media (max-width: 991.98px) { 

 #contactus_form{
    display: flex;
    align-items: center !important;
}
.img_size-contact-us {
    width: 80%;
}
#custompagesmanager-content #contactus_form .logo_small {
    display: none;
}
.content_contact_us{
    padding: 0 5rem 0 5rem;
    text-align: center;
}
}

@media (max-width: 576.98px) { 
.content_contact_us{
    padding: 0px;
    text-align: left;
}
}

/* contact us - pilot version */

.p-information-contact {
    font-size: var(--font-h6);
    color: var(--text-dark);
    text-align: left;
    margin-bottom: 2rem;
}

.icon_flag-contact {
    margin-right: 8px;
}
.flag-contact {
    width: 32px;
    border-radius: 50%;
    height: 32px;
}

.mail-contact {
    text-decoration: underline;
    font-size: var(--font-h6);
    color: var(--aqua-green);
    cursor: pointer;
}
.mail-contact:hover {
    text-decoration: underline;
    font-size: var(--font-h6);
    color: var(--aqua-green-hover);
    cursor: pointer;
}

/* ------------ My account  ------------- */ 

.page-my-account #content .links a div.link-item {
    display: block;
    height: 100%;
    padding: 1rem;
    background: var(--background-box);
    min-height: 150px;
}
 
.page-my-account #content .links a:hover,
.page-my-account #content .links a i {
    color: var(--green);
}

.page-my-account #content .links a i {
    padding-bottom: 16px;
    font-size: 48px;
}

.page-my-account #content .links a img {
    width: 48px;
    padding-bottom: 16px;
}

.page-my-account #content .links a {
    font-size: var(--font-body);
    font-weight: 700;
    color: var(--text-dark);
    text-align: center;
    text-transform: capitalize;
}

a:focus {
    outline: none;
    outline-offset: 0px; 
}

a:focus, a:hover {
    text-decoration: none;
}

#addresses #main .page-header,
#history #main .page-header,
#identity #main .page-header {
    margin-bottom: 0rem;
}

#addresses #content-wrapper,
#history #content-wrapper {
    margin-bottom: 100px;
}

.page-my-account #content .links a {
    text-transform: none;
}

.page-my-account #content .links a img.care {
    width: 80px;
}

/* -- error -- */ 
#addresses #main .alert.alert-info,
#history #main .alert.alert-info {
    padding-right: 5%;
    padding-left: 5%;
    background-color: #D4EAEA;
    border-color: #AED4D4;
    color: #116060;
} 

#identity #main .alert.alert-danger {
    width: fit-content;
}

.form-group.has-error input, .form-group.has-error select {
    outline: 2px solid #E25050;;
}

#identity #notifications .notifications-container.container {
    padding-left: 0px;
    padding-right: 0px;
}

#addresses #main .page-content {
    margin-bottom: 3rem;
}

@media (max-width: 992.98px) { 
    #identity #main .page-content, 
    #history #main .page-content,
    #addresses #main .page-content {
        margin-bottom: 4rem;
    }
}


/* ------------ Contractual Address  ------------- */ 
.page-addresses .address {
    margin-bottom: 1.875rem;
    font-size: var(--font-body);
    color: var(--text-dark);
    background: var(--background-box);
    min-height: 270px;
}

.address_title {
    color: var(--text-dark);
    background: var(--green);
    padding: 1rem;
    padding-left: 1.25rem;
}

.address-body h4 {
    margin-bottom: 0px;
}

.page-addresses .address .address-body  address,
.page-addresses .address .address-body  div {
    padding: 1.25rem;
    font-size: var(--font-body);
    line-height: var(--lh-body);
    margin: 0px;
}

.page-addresses .address .address-body p {
    margin-bottom: 0px;
}

.page-addresses .address .address-body {
    padding: 0rem;
}


/* ------------ Order history  ------------- */ 
.page-customer-account #content {
    padding: 1rem;
    background: transparent;
    color: var(--text-dark);
}

#history #content {
    padding: 1rem 0;
}

@media (max-width: 991.98px){ 
.order-actions {
    display: flex;
    justify-content: center;
}
}

#history tr th {
    background-color: var(--green);
}

#history tbody tr,
#history tbody th {
    background-color: var(--background-box);
    color: var(--text-dark);
    padding: 24px;
}
#history tbody th a {
    color: var(--text-dark);
}

.thead-default th {
    color: var(--text-dark);
    padding: 16px;
}


.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #DAE6CA;
    color: var(--text-dark);
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: transparent;
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 0px;
}

tbody, td, tfoot, th, thead, tr {
    border-color: transparent; 
    border-style: solid; 
    border-width: 0; 
}

.page-customer-account #content .order-actions a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.orders .order {
 background-color: var(--background-box);
}

#history .orders .order a h3 {
    color: var(--text-dark);
}
#history #main .page-content h6 {
    margin-bottom: 2px;
}


.table-labeled .label {
    color: var(--text-dark);
}

/* ------------ Personal Data  ------------- */ 
#identity #main {
  margin-bottom: 100px;
}

#identity form .form-control-label {
    background-color: var(--green);
    width: 150px;
    border: 1px solid var(--green);
    border-radius: 8px;
    text-align: left;
    height: 48px;  
    padding: .5rem 0.75rem;
        display: flex;
    align-items: center;
}

#field-id_country {
    height: 48px;  
}

#field-lastname,
#field-firstname,
#field-company, #field-vat_number,
#field-dni, #field-address1, #field-address2,
#field-postcode, #field-city, #field-phone, 
#field-id_country, #field-postcode {
background-color: #EEF1E5 !important;
}

#email_field, .form-control {
    padding: .5rem 1rem;
    color: #2F2B2B;
    border: 0;
    height: 48px;
    width: 600px;
}

#email_field {
    background: #E9E9E9;
}

.form-control {
    background: #fff;
    line-height: 2;
}

#identity .form-group label[for="field-customer_privacy"] {
    background-color: transparent;
    border: transparent;
}

#identity .form-group label[for="field-email"] {
    background-color: #9B9B9B;
    border: #9B9B9B;
}

#email_change {
    background-color: #D6EAE5;
    border-radius: 8px;
    padding: 4px 18px;
}

#datevid_personal-data {
    text-decoration: underline;
    color: var(--text-dark);
}

@media (max-width: 992.98px) { 
    #email_field, .form-control {
        width: 440px;
    }
}

@media (max-width: 767.98px) {
    .form-control, #email_field {
        width: 100%;
    }
}


@media (max-width: 576.98px) {
#identity form .form-control-label {
    width: 100px;
}
}

@media (max-width: 450.98px) {
.form-group .form_column {
 justify-content: start !important;
    }
}


/* ------------ Terms and conditions  ------------- */ 
.box_conditions {
    width: 60%;
    padding: 1rem;
    background-color: var(--background-box);
    display: flex;
    align-items: center;
}
.div-date-conditions {
    width: 60%;
}
@media (max-width: 992px) {
    .box_conditions {
        width: 80%;
    }
    .div-date-conditions {
        width: 80%;
    }
}
@media (max-width: 768px) {
    .box_conditions {
        width: 100%;
    }
    .div-date-conditions {
        width: 100%;
    }
}

.box_conditions p {
    color: var(--green);
    margin-bottom: 0;
}


#cms #main {
    margin-bottom:100px;
}

.terms-list-div {
    gap: 24px;
}

.sub-condition-item {
    padding-left: 60px;
    align-items: flex-start !important;
}

.sub-condition-item .box_conditions {
    width: 100%;
    justify-content: flex-start;
}

.sub-condition-item .div-date-conditions {
    width: 100%;
    text-align: left;
}

.box_conditions a,
.box_conditions a:not([href]):not([tabindex]) {
    color: #232323;
}
.box_conditions a:hover,
.box_conditions a:not([href]):not([tabindex]):focus, 
.box_conditions a:not([href]):not([tabindex]):hover {
    color: var(--green);
}


.terms-accepted .form-control-comment {
    margin-bottom: .2rem;
} 

.terms-accepted ul {
    list-style-type: disc;
    color: #7a7a7a;
    font-size: .875rem;
    list-style-position: inside;
}

.terms-accepted ul li::marker {
    font-size: 16px;
    color: #7a7a7a;
}


/* ------------ Cart  ------------- */ 
#cart #main  {
    margin-bottom: 100px;
}

#cart .card {
    position: relative;
    display: block;
    background-color: var(--background-box);
    border-radius: 0;
    border: 0;
}

@media (max-width: 767.98px){ 
    #cart .cart-summary {
    padding: 24px;
}
.product-line-grid-left{
    display: flex;
    justify-content: end;
    padding-right: 20px;
}
}
@media (max-width: 500.98px){ 
    #cart .cart-summary {
    padding: 16px;
}
}
.product-line-grid-left{
    display: flex;
    justify-content: center;
    padding-right: 20px;
}
@media (max-width: 767px) {
    .product-line-grid-body {
       margin-bottom: 0;
       display: flex;
       justify-content: center;
       flex-direction: column;
    } }

@media (max-width: 575.98px){ 
    .product-line-grid-right {
        padding-right: 40px;
        padding-left: 40px;
    }
    .product-line-grid-right.product-line-actions .price,
    .product-line-grid-right.product-line-actions .qty  {
        padding-left: 4px;
        padding-right: 4px;
    }
}

#cart .card .product-line-info .label {
    font-size: var(--font-h6);
}
#cart .card .product-line-info .label:hover {
    color: var(--green);
}

#cart .card .product-line-info .price {
    color: var(--text-dark);
}

#cart .product-line-grid {
    display: flex;
    align-items: center;
    min-height: 160px;
}

#cart .cart-grid-body .cart-overview  {
    margin-bottom: 60px;
}

#cart .card-block.checkout .btn_primary {
    width: 100%;
    white-space: normal;
}

#cart .card-block.checkout {
    padding-top: 0;
    padding-bottom: 1.5rem;
}

@media (min-width: 767px) and (max-width: 992px) {
    .checkout.cart-detailed-actions div {
    display: flex;
    flex-direction: column;
    align-items: center;   
    }
     .checkout.cart-detailed-actions div p {
        text-align: center;
    }
    #cart .card-block.checkout .btn_primary {
        width: 80%;
    }
}


.update-infos-cart {
    padding: .5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/*  Promo  */ 
.promo-code-button a {
    color: var(--aqua-green);
    border: solid 2px var(--aqua-green);
    padding: 8px 16px;
    border-radius: 6px;
}
.promo-code-button a:hover {
    color: var(--text-white);
    background-color: var(--aqua-green); 
}
.block-promo .promo-input {
    border: var(--aqua-green) 2px solid;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    height: 2.49rem;
}

.block-promo .promo-input+button {
    height: 2.5rem;
    margin-top: -3px;
    margin-left: -1px;
    text-transform: capitalize;
    border: 2px solid var(--aqua-green);
    background-color: var(--aqua-green);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.block-promo .promo-code-button.cancel-promo {
    color: var(--aqua-green);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.block-promo .promo-code-button.cancel-promo:hover {
    color: var(--dark-aqua-green);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.promo-code form .btn-primary:active:focus,
.promo-code form .btn-primary:active:active {
    color: var(--text-white);
    background-color: var(--aqua-green); 
}
.cart-detailed-totals .block-promo {
    margin-top: 1.2rem;
}

.block-promo .promo-name {
    margin-bottom: 26px;
    font-weight: 600;
    background-color: var(--aqua-green);
    padding: 0.5rem 1rem;
}
.promo-name .cart-summary-line {
    background-color: var(--aqua-green);
    color: #fff;
    margin-bottom: 0;
}
.block-promo .promo-name .cart-summary-line .label,
.block-promo .promo-name .cart-summary-line span,
.block-promo .promo-name .material-icons
 {
    color: #fff;
}
.block-promo .promo-name .material-icons {
    margin-bottom: 4px;
}

.block-promo .promo-code .alert-danger::after {
    border-bottom-color: transparent;
}

/* --- Cart modal  --- */ 
#blockcart-modal .modal-title i.material-icons {
    margin-right: 8px;
    color: var(--aqua-green);
}
#blockcart-modal .modal-title {
    font-weight: 500;
}

#blockcart-modal .h6.product-name {
    margin-bottom: .5rem;
}

#blockcart-modal .product-name {
    font-size: 1.125rem;
    color: var(--green);
}

.modal-content {
    top: 100px
}

.box_quantity {
 border: 1px solid var(--green);
 border-radius: 8px;
 background-color: var(--green);
 display: flex;
 justify-content: center;
 font-size: 15px;
}

.label_quantity {
    line-height: 12px;
    text-align: left;
}

@media (max-width: 992.98px){ 
    #leftblock_cart {
        order: 2;
    }
}

.conditions.license-terms {
    background-color: var(--background-product);
    padding: 1rem;
    max-width: 95%;
    margin-top: 16px;
}
@media (max-width: 767.98px) { 
    .conditions.license-terms {
    max-width: 100%;
    margin-bottom: 24px;
}
#blockcart-modal .modal-title {
    margin-left: 20px;
}
}

#blockcart-modal .data-license {
    color: var(--text-dark);
}
#blockcart-modal .modal-body .divide-right span {
    margin-bottom: .125rem;
}

#blockcart-modal > div > div > div.modal-body > div > div.col-md-7 > div > p.product-total {
    margin-bottom: 0;
}
#blockcart-modal .cart-content .cart-content-btn {
    margin-top: 1rem;
}
.p-upgrade-info-small {
    justify-content: end !important;
    text-align: right;
    padding: 0 !important;
    padding-top: .2rem !important;
}
.upgrade-info-small {
    text-align: left;
    color: #4F4F4F;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.5;
}


/* ------------ Product page  ------------- */ 
.product-information .product-description ul li {
    font-size: var(--font-body);
    color: var(--text-dark);
}

#product .tabs {
    padding: 0;
    margin-top: 2rem;
    background-color: transparent;
}


#product .tabs .tab-content{
    padding: 0rem 1.875rem 1.25rem;
    margin-top: 8px;
    background-color: var(--background-box);
}
@media (max-width: 767.98px){ 
    #product .tabs .tab-content{
        padding: 0rem 1rem 1.25rem;
    }
}

#product .tabs .nav-tabs {
    border: 0;
    border-bottom: var(--green) 4px solid;
}
 #product .tabs .nav-tabs .nav-link.active {
    background-color: var(--background-box);
    border-bottom: 0px;
    margin-bottom: 2px;
 }

 #product li::marker {
    font-size: 14px;
    color: var(--text-dark);
}

.product-actions .add-to-cart {
    height: auto; 
    padding-top:  0.75rem; 
    line-height: inherit;
}

#product #main {
    margin-bottom: 100px;
}

.current-price-value {
    font-size: var(--font-subtitle);
    font-weight: 600;
}

.span-month {
    font-size: 16px;
    font-weight: 500;
}

.btn-group {
    position: relative;
    display: flex;
    vertical-align: middle;
    gap: 8px;
}

.product-prices div {
    margin-bottom: 4px;
}

.p-select-duration {
    font-size: 18px;
    font-weight: 600;
    margin-block: 8px;
}

.expiration-date {
    font-size: 16px;
    margin-top: 8px;
    color: #444444;
}


#product #content {
    max-width: 90%;
    margin: 0 auto;
}

.product-cover img {
    background: transparent;
    width: 60%;
    margin: auto;
    display: block;
}

@media (max-width: 768px){
    #product #content {
        max-width: 100%;
        margin: 0 auto;
    }
    .product-cover img {
        background: transparent;
        width: 40%;
        margin: auto;
        display: block;
    }
}

@media (max-width: 768px){
    .price-row-product-page {
        flex-direction: column !important;
    }
}



/* terms and conditions accordion*/
.accordion-item input {
  display: none;
}

.accordion-header {
  background-color: var(--background-box);
  color: var(--green);
  text-decoration: underline;
  cursor: pointer;
  padding: 2px 10px;
  width: fit-content;
  text-align: left;
  font-size: var(--font-body-small);
  border: none;
  text-underline-offset: 2px;
  margin-bottom: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.icon {
  transition: transform 0.3s ease;
}

.accordion-item input:not(:checked) + .accordion-header .icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  padding: 0 16px; 
  background-color: var(--background-box);
  border: none;
}

.accordion-item input:checked + .accordion-header + .accordion-content {
  max-height: 2000px; 
  padding: 8px 16px;
}
 
.accordion-item {
    background-color: var(--background-color);
    border: 0px solid rgba(0, 0, 0, .125);
}

.accordion-header:hover {
  color: #7DA21D;
}

.license-terms .terms-title, .license-terms li, .license-terms p {
    margin-bottom: 4px;
    font-size: var(--font-body-small);
}
.license-terms ul {
    list-style: disc;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}
.license-terms li::marker {
    font-size: 14px;
    color: var(--text-dark);
}
.license-terms .terms-title {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-size: var(--font-body);
}

@media (max-width: 767.98px){
    .license-terms .terms-title, .license-terms li {
    margin-bottom: 4px;
    font-size: 14px;
    }
}
/* end terms and conditions accordion*/

.product-prices {
    margin-top: 1rem;
}

/* quantity */
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-right: 5px;
}
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 2px solid var(--green);
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: .0825rem;
    left: .18rem;
}

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 2px solid var(--green);
}
button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 2px solid var(--green);
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 8px 10px 6px 10px;
}

/* error */
.price-row-product-page .alert.alert-danger.ajax-error {
    margin-bottom: 0;
    margin-top: .5rem;
}

.price-row-product-page .alert.alert-danger.ajax-error a,
.product-price-and-shipping .alert.alert-danger.ajax-error a {
    color: #a94442;
    font-weight: 600;
    text-decoration: underline;
}

/* ------------ Authentication SSO ------------- */ 
.page-authentication #content, .page-registration #content {
    padding: 1rem;
    max-width: 100%;
    margin: 0 auto;
}

.row_datevID {
    width: 90%;
    padding: 40px;
    background-color: var(--background-box);
    margin-top: 40px;
    padding-left: 60px;
}

#authentication #main {
    margin-bottom: 100px;
}

@media (max-width: 767.98px){ 
    #div_buttonLogin {
        justify-content: center;
        flex-direction: column !important;
    }
    #div_buttonLogin p {
       margin-bottom: 8px !important;
    }

    #div_logo {
        justify-content: center !important;
        margin-bottom: 20px !important;
    }
    .row_datevID {
        width: 100%;
        padding-left: 40px;
    }
}

/* ------------ Checkout ------------- */ 
#checkout #content-wrapper {
    min-height: 89vh;
}

body#checkout section.checkout-step .content {
    padding: 1rem 1rem;
}

#js-checkout-summary {
    background-color: var(--background-box);
}

#conditions-to-approve > ul {
    margin-bottom: 0;
}

#checkout .product-name a {
    color: var(--text-dark);
}
#checkout .product-name a:hover {
    color: var(--green);
}

body#checkout #cart-summary-product-list .media-body {
    vertical-align:top; 
    padding-left: 8px;
}

body#checkout #cart-summary-product-list img {
    width: 120px;
    border: none;
    background-color: var(--background-product);
    padding-left: 20px;
    padding-right: 20px;
}

#js-checkout-summary hr {
   margin: auto;
    color: var(--green);
    opacity: 1;
    height: 2.5px;
    width: 92%;
    border-top: 0;
}

.cart-summary-line {
   padding-top: 0;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
    padding: 1rem 0; 
    border-top: 0; 
    border-bottom: 0; 
}

#order-items .image img {
    width: 100%;
}

#checkout #order-items table tr.total-value {
    background-color: var(--background-box);
}

#checkout .accordion-item {
    background-color: #ffffff;
}

#js-checkout-summary div.card-block {
    padding: 1rem 1rem 0.2rem;
}


/* --- contractual address --- */
.js-address-form .form-fields #field-lastname,
.js-address-form .form-fields #field-firstname,
.js-address-form .form-fields #field-company, 
.js-address-form .form-fields #field-vat_number,
.js-address-form .form-fields #field-dni, 
.js-address-form .form-fields #field-address1, 
.js-address-form .form-fields #field-address2,
.js-address-form .form-fields #field-postcode, 
.js-address-form .form-fields #field-city, 
.js-address-form .form-fields #field-phone, 
.js-address-form .form-fields #field-id_country, 
.js-address-form .form-fields #field-postcode {
    background-color: #fff !important;
    border: 2px solid var(--green);
    border-radius: 8px;
}
.form-control:focus {
    border-color: var(--background-product);
    outline: 0;
}


/* --- address --- */
body#checkout #header .header-nav .logo {
    width: auto;
    max-height: 2rem;
}

body#checkout section.checkout-step .address-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: .625rem;
    background: var(--text-white); 
    border: 3px solid var(--green);
    min-height: 220px;
}

body#checkout section.checkout-step .address-item.selected {
    background: var(--background-box);
    border: var(--green) 3px solid;
}

.custom-radio input[type=radio]:checked+span {
    width: 12px;
    height: 12px;
    background-color: var(--green);

}

body#checkout section.checkout-step .address {
    margin-left: 1.563rem;
    font-weight: 400;
    font-size: var(--font-body);
    line-height: 1.5rem;
}

#order-summary-content .step-edit.step-to-addresses.js-edit-addresses {
    font-size: 18px;
}

#checkout li.media {
    margin-bottom: 16px;
}
@media (max-width: 678.98px){ 
    #checkout .media-left {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1300px) {
    #checkout .media-left {
        display: none;
    }
    body#checkout #cart-summary-product-list .media-body {
    padding-left: 0px;
    }
}

#checkout #delivery-address .alert.alert-danger {
    width: fit-content;
}

/* Payment */
.box_payment {
    width: 30%;
    padding: 32px 24px;
    background-color: var(--background-product);
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
@media (max-width: 1200px){ 
#checkout .label, label {
    text-align: left;
}
}

.payment-options {
    display: flex;
    gap: 20px;
}
@media (max-width: 850.98px){ 
    .payment-options {
        display: flex;
        gap: 8px;
        flex-direction: column;
    }
    .box_payment {
        width: 100%;
    }
}

.payment-option label {
    font-weight: 600;
    font-size: var(--font-body);
    text-align: left;
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    display: none;
    margin: -.125rem;
    font-size: 1.25rem;
    color: var(--green);
}

.required_field {
    color: #6A6A6A;
    font-size: 14px;
}
.required_asterisk {
    color: #B71515;
    font-size: 14px;
}
body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 0; 
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin-right: .65rem;
    font-size: 1rem;
    color: #fff;
    vertical-align: middle;
    background-color: var(--green);
    border: 0;
    border-radius: 50%;
}
    .done {
    display: inline-block;
    padding: 0 .8125rem;
    margin-right: 1.563rem;
    color: var(--green);
}

body#checkout section.checkout-step.-complete:first-of-type .step-title {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

body#checkout section.checkout-step .step-title {
    padding-bottom: 1.25rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid var(--green-hover);
}

body#checkout a:hover {
    color: var(--green-hover);
}

#checkout .form-control {
    width: 80%;
}

body#checkout #order-summary-content .step-edit {
    display: inline;
    color: var(--green);
    font-size: var(--font-body);
}

#checkout .card-block {
    background-color: var(--background-box);
}

.payment-options .js-payment-option-form {
    display: none !important;
}
body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 0;
}

body#checkout .condition-label {
    margin-left: 28px;
    padding-left: 0;
    margin-top: 0;
}
body#checkout .custom-checkbox span {
    top: 4px;
}
body#checkout .condition-label label {
    line-height: 1.5;
    cursor: pointer;
}
body#checkout .box-condition .label-document{
    font-size: var(--font-body);
}

.page-order-detail h3:has(+ p) {
  margin-bottom: 0;
}

.condition-label  .custom-checkbox input[type=checkbox] {
    margin-top: 4px;
}
.label-document a {
    text-decoration: underline;
}

/* cart-summary-product-line.tpl */
.card-block {
    padding: 1rem 1rem 0.2rem;
}

.data-license, .product-quantity.data-license {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.2rem;
}
h6.product-name {
    font-size: 20px;
}

#order-summary-content > div:nth-child(4) {
    margin-top: 32px;
}
#order-summary-content > div:nth-child(1) {
    margin-bottom: 24px;
}
#order-summary-content > div:nth-child(2) {
    margin-bottom: 16px;
}

#payment-confirmation > div.ps-shown-by-js > article > a:nth-child(1),
#payment-confirmation > div.ps-shown-by-js > article > a:nth-child(2) {
    color: darkred;
    font-weight: 600;
    text-decoration: underline;
}

/* Promo - checkout */ 
#checkout .promo-code-button a:hover {
    color: var(--text-white);
    background-color: var(--aqua-green); 
}
#checkout .promo-code a:hover {
    color: var(--dark-aqua-green);
}

#checkout .block-promo {    
    margin-top: 1.5rem;
    padding-bottom: 1rem;
}

/* terms and conditions */
#checkout #modal > div > div > div > p > a.btn_primary {
    display: none;
}
#checkout #modal > div > div > div > h1 {
    font-size: var(--font-h4);
}

/* ------------ Order confirmation ------------- */ 
#order-confirmation #main {
    margin-top: 20px;
}

#order-confirmation .card {
    background-color: var(--background-box);
}

#content-hook_order_confirmation .card-block {
    padding-top: 32px;
    padding-bottom: 32px;
}
#content-hook_order_confirmation > div > div > div > p:nth-child(2) {
    padding-top: 10px;
}

#content-hook_order_confirmation > div > div > div {
    text-align: center;
}

#order-details>.card-title {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    #order-details {
        padding-left: 0;
    }
}

.definition-list dl {
    width: 80%;
}
@media (max-width: 1400px){ 
   .definition-list dl {
    width: 100%;
}
}

#order-confirmation .card.definition-list {
    background-color: transparent;
}
.definition-list dl dd,
.definition-list dl dd:nth-of-type(even) {
    background: var(--background-box);
}

.definition-list dl dt,
.definition-list dl dt:nth-of-type(even) {
    background: #D5E4B1;
    width: 200px;
}

.page-content.page-order-confirmation.card {
    width: 100%;
    height: fit-content;
    min-height: fit-content;
    padding: 4px 0px 24px;
}
.double_check {
    color: var(--green);
}
h2.card-title {
    font-size: var(--font-h3);
}

#order-confirmation  #order-details ul li {
     margin-bottom: 0; 
}
#order-details ul {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

#order-items .h3 {
    font-size: 14px;
    text-transform: none;
}

@media (max-width: 767.98px){ 
   #order-items .h3 {
    margin: 4px 0px 0px 4px;
   }
   .page-content.page-order-confirmation.card {
    padding: 4px 0px 4px;
    }
}

#order-confirmation  #main {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
    #order-items .h3._desktop-title {
        display: block;
    }
}
@media (max-width: 767.98px) {
    #order-items .h3._desktop-title {
        display: none;
    }
}

@media (max-width: 767.98px){ 
    #order-items > div.order-confirmation-table > div:nth-child(1) > div.col-sm-7.col-xs-12.qty > div,
    #order-items > div.order-confirmation-table > div:nth-child(2) > div.col-sm-7.col-xs-12.qty > div,
    #order-items > div.order-confirmation-table > div:nth-child(3) > div.col-sm-7.col-xs-12.qty > div {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
    }
    #order-items {
        margin-bottom: 2rem;
        border-right: 0;
    }
}

@media (max-width: 567.98px){ 
    .order-conf-buttons {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
}

#content-hook_order_confirmation > div > div > div > p:nth-child(2) {
    margin-bottom: 0px;
}

@media (min-width: 1200px){ 
    .order_itemconfirmation {
        padding-right: 8px;
        padding-left: 8px;
    }
    #order-items ._desktop-title {
    padding-right: 6px;
    padding-left: 6px;
    }
}
#order-items .details {
    padding-right: 0;
    padding-left: 12px;
}
.img-order-conf {
    padding-right: 0;
}
.unit-price-tab {
    padding-left: 0;
}
.tot-prod-title {
    padding-right: 15px;
}

@media (max-width: 576.98px){ 
    .order-confirmation-table .qty .row,
    .img-order-conf {
        display: none;
    }
    #content-hook_payment_return > div > div > div > dl > dd:nth-child(6) {
    word-break: break-all;
    }
}

.order_detailconfirmation #order-details {
    padding-left: 0; 
}
#content-hook_payment_return .card-block {
    padding: 0;
}

/* ------------ Order detail ------------- */ 
#order-detail #main .page-header h1 {
display: block !important;
}

.page-order-detail #content,
#order-detail #delivery-address,
#order-detail #invoice-address {
     font-size: 16px;
 }
.page-order-detail h3  {
    font-size: 1.375rem;
    text-transform: none;
}
 .page-addresses .address .address-body h4, .page-order-detail .addresses h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
}

@media (max-width: 767.98px){ 
    .order_reference h3,
    .page-order-detail h3  {
    font-size: 1.25rem;
    }
    .box.order-totals {
        padding: 1rem 0 1rem 0;
    }
    .page-order-detail .order-items .order-item,
    .box#order-history {
    padding: 1rem;
    }
}

#order-products > tbody > tr:nth-child(1) > td:nth-child(1) > strong > a,
#order-products > tbody > tr:nth-child(2) > td:nth-child(1) > strong > a,
#order-products > tbody > tr:nth-child(3) > td:nth-child(1) > strong > a, 
#order-products > tbody > tr:nth-child(4) > td:nth-child(1) > strong > a {
    font-size: 18px;
    color: var(--text-dark);
}
#order-products > tbody > tr:nth-child(1) > td:nth-child(1) > strong > a:hover,
#order-products > tbody > tr:nth-child(2) > td:nth-child(1) > strong > a:hover,
#order-products > tbody > tr:nth-child(3) > td:nth-child(1) > strong > a:hover, 
#order-products > tbody > tr:nth-child(4) > td:nth-child(1) > strong > a:hover {
    color: var(--green);
}

#order-detail .box.order_product {
    padding: 0 0 1rem 0;
      background-color: transparent;
    margin-bottom: 1rem;
}

#order-detail .table-striped tr,
#order-detail .box.order_product td{
 background-color: var(--background-box);
     font-size: 16px;
}
#order-detail .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--background-box);
}

#order-detail .table-striped th,
.thead-default th {
    background-color: var(--green);
}

#order-detail .box {
    background-color: var(--background-box);
}

.box#order-history,
.box#order-productdetails {
       background: transparent;
       padding: 1rem 0 1rem 0;
}

.order-reference {
    background-color: var(--background-box);
    padding: 20px 20px 60px 20px;
}

@media (max-width: 767.98px){ 
    .box#order-history {
    padding: 10px;
    }
    .page-order-detail .order-items .order-item {
    padding: 20px;
    }
    #order-productdetails > h3 {
    margin-left: 10px;
    }
    .order-reference {
    background-color: var(--background-box);
    padding: 20px;
}
}

#order-detail #content-wrapper {
    margin-bottom: 60px;
}

#order-history .table-bordered td {
    padding: 20px 10px 20px 10px;
}

#order-products > tfoot > tr {
    font-weight: 600;
}

.box.box_addresses {
    background-color: var(--background-box);
    padding: 20px;
}

#order-detail .box.order_reference,
#order-detail .box.order_paymentMethod {
  padding: 0;
  background-color: transparent;
}

.table-header {
    background-color: var(--green);
}

/* terms and conditions */
.document-url {
    font-weight: 600;
    color: var(--green);
    text-decoration: underline;
    font-size: var(--font-body);
}
.document-url:hover {
    color: var(--green-hover);
    text-decoration: underline;
}

.list-terms-order {
    list-style: disc;
    list-style-position: inside;
    font-size: var(--font-body-small);
    margin-top: 4px;
}

.list-terms-order  li::marker {
    color: var(--text-dark);
    font-size: 14px;
}

/* ------------ DatevID Management ------------- */ 
#module-gestionedkid-manage #main .page-content {
    margin-bottom: 100px;
}

#module-gestionedkid-manage #main  {
    margin-bottom: 80px;
}
.rowdatevID_management {
    background-color: var(--background-box);
    padding-top: 20px;
    padding-bottom: 40px;
}

.btnLink .material-icons {
    margin-right: 8px;
}


/* ----- Duration license ----- */
#product .price-row-product-page {
    gap: 1rem;
}
.btn_selector {
      background-color: #C4E1DA !important;
      padding: 8px 10px;
      border-radius: 50px;
      width: fit-content;
      max-height: 55px;
}

.bg-license-selector .btn.btn-secondary {
    background-color:  #C4E1DA!important;
    border-color:  #C4E1DA !important;
    color: #686868;
    padding: 8px;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 500;
    width: 100px;
}

.bg-license-selector .btn.btn-secondary.active,
.bg-license-selector .btn.btn-secondary:focus,
.bg-license-selector .btn.btn-secondary:hover,
.bg-license-selector .btn.btn-secondary.focus {
    background-color: var(--aqua-green) !important;
    border-color: var(--aqua-green) !important;
    padding: 8px;
    border-radius: 50px;
    color: var(--text-dark) !important;
    width: 110px;
}

.bg-license-selector .btn.active.focus {
    outline: none;
    outline-offset: none;
}

.btn-secondary.active:focus, .btn-secondary:active:focus {
    box-shadow: none;
}

.btn_selector>.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn_selector>.btn-group>.btn:last-child:not(:first-child) {
     border-radius: 50px;
}


/* ---- Paypal - error ----- */
#module-paypal-error .card {
    background-color: var(--background-color);
}

.paypal_error_msg i {
    margin-bottom: 4px;
    margin-right: 8px;
    color: var(--green);
}

.paypal_error_msg {
    background-color: var(--background-box);
    padding: 20px;
}

/* ---- 404 ----- */
#pagenotfound #main .page-content, #products #main .page-content {
    margin-bottom: 5rem;
}
#pagenotfound .page-not-found, #products .page-not-found {
    max-width: 100%;
    padding: 1rem;
    margin: 32px auto;
    overflow: auto;
    font-size: .875rem;
    color: #7a7a7a;
    background: url(/img/img-auditev/lines-auditev.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-height: 400px;
}

.bg-404 {
    min-height: 400px;
}

.text-404 {
    font-size: var(--font-h1);
    line-height: var(--lh-h1);
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 600;
    color: var(--text-dark);
}
.cta-404 {
    margin-top: 4rem;
    gap: 24px;
}
.cta-404 .btn_secondary{
background-color: var(--background-color);
}

@media screen and (max-width: 767.98px) {
.btn-group-404 {
    flex-direction: column !important;
    justify-content: center;
    align-items: center !important;
}
}

.btn-group-404 .btn_primary,
.btn-group-404 .btn_secondary {
    max-width: fit-content;
}


/* ------------ License management panel ------------- */ 
#module-mylicenses-auditev .page-footer {
    margin-top: 60px;
    margin-bottom: 60px;
}
.table-title {
    gap: 8px;
}
.current-license-panel .table-title {
    margin-bottom: .5rem;
}

.table-title svg, .table-title-upgrade svg {
    margin-top: 4px;
}

.info-title {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 600;
    font-size: var(--font-h5);
    margin-bottom: .5rem;
}
.info-title.current-license-information {
    font-size: var(--font-h6);
}

.current-license-panel {
    border: 2px solid var(--green);
    border-radius: 16px;
    padding: 2rem 1.5rem 1.5rem;
}

.current-license-panel .table-info-license thead tr {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 600;
    font-size: clamp(1.125rem, 1.0357rem + 0.2857vw, 1.25rem);
}

.current-license-panel .table-info-license tbody {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-size: var(--font-body);
}

.table-info-license th, .table-info-license td {
    padding: .5rem .75rem .75rem 0;
}

.material-icons.status-active {
    color: var(--green);
}
.material-icons.status-expired {
    color: #E1485C;
}

.expiration-box {
    background-color: #E0ECCF;
    padding: 1rem 1rem 1rem 1.5rem;
    border-radius: 16px;
    margin-top: 2rem;
    gap: 16px;
}

.exp-date, .upgrade-box p {
    font-weight: 600;
    font-size: var(--font-h6);
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    margin-bottom: .5rem;
}
 
.info-text-renew  {
    margin-bottom: 0;
}
.info-expiration  {
    width: 70%;
}
.btn-d-renew {
    width: 30%;
    justify-content: end;
}
.btn_primary.btn-renew {
    height: fit-content;
}

@media (max-width: 768px) {
.current-license-panel {
    padding: 1rem;
}
.table-title {
    margin-bottom: 1rem;
}
.info-title {
    margin-bottom: .5rem;
}
}

@media (max-width: 992px) {
  .table-info-license thead {
    display: none;
  }

  .table-title {
    gap: 8px;
    margin-bottom: .5rem;
    }

  .table-info-license tr {
    display: block;
  }

  .table-info-license td {
    display: flex;
    gap: 8px;
    padding: 6px 8px;
  }

  .table-info-license td::before {
    content: attr(data-label) ":";
    display: inline-block;
    font-weight: bold;
    min-width: fit-content;
  }

  .expiration-box {
    flex-direction: column;
    align-items: center !important;
    padding: 1rem;
    margin-top: 1.5rem;
  }
  .info-expiration  {
    width: 100%;
   }
   .btn-d-renew {
    width: 100%;
   }
}

.license-upgrade-box {
    border: 2px solid var(--aqua-green);
    border-radius: 16px;
    padding: 1.5rem;
    width: 100%;
}
@media (min-width: 1600px) {
    .license-upgrade-box {
        width: 86%;
    }
}

#content > div > div.d-flex.flex-column.align-items-center > div.license-upgrade-box > div.d-flex.flex-row.justify-content-between.mb-2 {
    gap: 16px;
}

.table-title-upgrade {
    gap: 8px;
    margin-bottom: .5rem;
}

.ul-upgrade-info {
    list-style: disc;
    list-style-position: inside;
}

.p-list {
    margin-bottom: 0.5rem;
}

.upgrade-box {
    background-color: #C4E1DA;
    padding: 40px 60px;
    border-radius: 16px;
}
.upgrade-box p {
    margin-bottom: 2rem;
}

.info-title.terms {
    margin-bottom: .5rem;
}

@media (max-width: 768px) {
    .license-upgrade-box {
        padding: 1rem;
        width: 100%;
    }
    .table-title-upgrade {
        margin-bottom: 1rem;
    }
    .p-list {
    margin-bottom: 0;
    }
    #content > div > div.d-flex.flex-column.align-items-center > div.license-upgrade-box > div.d-flex.flex-row.justify-content-between.mb-2 {
    gap: 8px;
    }
}

@media (max-width: 992px) {
    .upgrade-license {
        display: flex;
        flex-direction: column !important;
    }
}

.expiration-box.expiration-box-expired {
    background-color: #DEDEDE;
}

/* license upgrade */
.current-license-panel.box-current-license {
    padding: 1.5rem 1rem 1.5rem;

}
.current-license-infos {
    margin-bottom: 0.25rem;
}
.products.license-upgrade-box {
    width: 100%;
    padding: 1.5rem 1rem;
}

.license-upgrade-box .js-product.product .product-miniature.js-product-miniature {
    margin-bottom: .5rem;
}

.products.license-upgrade-box > div.d-flex.flex-column > .table-title {
    margin-bottom: 0;
}

.thumbnail-container.upgrade-products {
    width: 100%;
}

.thumbnail-container.upgrade-products .thumbnail-top {
    background: var(--background-product);
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 1rem;
}

.license-upgrade-box .product-title a {
    color: var(--text-dark);
}

.upgrade-additional-user {
    height: auto;
    padding: .5rem .25rem;
}

.upgrade-additional-user a.btn_small_primary {
    display: inline-block;
}

/* current plan renewal */

.renewal .current-license-panel {
    padding: 1.5rem .5rem;
}

.row.current-license-panel {
    margin-left: 0;
    margin-right: 0;
}

.container-current-infos {
    background-color: #E0ECCF;
    padding: 24px;
    border-radius: 16px;
    width: 45%;
    margin-right: 1.5rem;
    height: fit-content;
    gap: 1rem;
}

.container-select-duration {
    width: 55%;
}

.container-current-infos div p {
    margin-bottom: .5rem !important;
}
.container-current-infos div h6 {
    margin-bottom: 1rem !important;
}
#content > div > div.row > div.col-xl-9.col-lg-8.col-md-12.renewal > div > div.d-flex.flex-column.mb-1 > p {
   margin-bottom: .5rem;
}

#module-mylicenses-auditev .current-license-panel ul {
    list-style: disc;
    list-style-position: inside;
    line-height: 1.4;
    margin-bottom: .5rem;
}

#module-mylicenses-auditev .current-license-panel ul li::marker {
    font-size: 14px;
    color: var(--text-dark);
} 

div.container-select-duration  ul {
    font-size: var(--font-body-small);
}

.btn_primary.add-cart-renewal {
    padding: 12px 48px;
}

@media (max-width: 1300px) {
    .content-renewal {
        flex-direction: column !important;
    }
    .container-current-infos {
        width: 70%;
        margin-bottom: 24px;
    }
    .container-select-duration {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .container-current-infos {
        width: 65%;
        margin-bottom: 24px;
    }
}

@media (max-width: 678px) {
    .container-current-infos {
        width: 80%;
    }
    .products.license-upgrade-box > div.d-flex.flex-column > .table-title, .renewal .current-license-panel .table-title {
    margin-bottom: 1rem;
    }
    .renewal .current-license-panel {
        padding: 1.5rem .5rem;
    }
}
@media (max-width: 500px) {
    .container-current-infos {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }
}
@media (max-width: 400px) {
    .container-current-infos {
        flex-direction: column !important;
    }
    .container-current-infos div:nth-child(1) {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1300px) {
    .container-current-infos {
        width: 50%;
    }
}
@media (min-width: 1600px) {
    .container-current-infos {
        justify-content: flex-start !important;
        gap: 52px;
        width: 40%;
    }
}
@media (min-width: 1800px) {
    .container-current-infos {
        gap: 80px;
        width: 50%;
    }
}
@media (min-width: 2100px) {
    .container-current-infos {
        gap: 100px;
    }
}

.warning-unable {
    color: #E58038;
    font-weight: 600;
    text-decoration: underline;
}
.warning-unable:hover, .warning-unable:focus, .warning-unable:target {
    color: #ff9a52;
    text-decoration: underline;
}


/*privacy policy*/
#main .page-content h6 {
    margin-bottom: 1rem;
}

#cms ol li::marker {
    color: var(--text-dark);
    font-weight: 600;
}

#content > ol.list-privacy > li:nth-child(1) > p:nth-child(1),
#content > ol.list-privacy > li:nth-child(2) > p:nth-child(1),
#content > ol.list-privacy > li:nth-child(3) > p:nth-child(1) {
    margin-bottom: .2rem;
}


/*css per l'nimazione durante l'attesa di pagamento*/
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(218, 228, 217, 0.85);
    z-index: 99999;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loading-content {
    text-align: center;
}

.loading-content img {
    width: 280px;
    height: auto;
}

.loading-content p {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
}

#loading-overlay[style*="display:none"] {
    display: none !important;
}


/* pilot version */

.overlay-unavailable {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    background-color: rgba(217, 217 , 217 , 0.8);
    z-index: 2;
    width: 100%;
    height: 100%;
}

.product-miniature .thumbnail-container.prod-unavailable {
    background: #E0E0E0;
}

.overlay-unavailable p {
    position: relative;
    text-align: center;
    top: 100px;
    font-weight: 700;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    margin-bottom: .5rem;
}
.overlay-unavailable p:nth-child(2) {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: var(--font-body);
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.img-prod-unavailable{
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.prod-unavailable .thumbnail-top div.d-flex.align-items-center {
    padding: 40px 20px;
}

.miniature-prod-unavailable .product-title, .miniature-prod-unavailable .product-price-and-shipping {
    color: #666666;
}


.miniature-prod-unavailable .buttons-pricing button.btn_primary,
.miniature-prod-unavailable .buttons-pricing button.btn_primary:hover,
.miniature-prod-unavailable .buttons-pricing button.btn_primary:focus,
.miniature-prod-unavailable .buttons-pricing button.btn_primary:target {
    color: #494949;
    background-color: #B8B8B8;
    cursor: default;
    border: 4px solid #B8B8B8;
}

.miniature-prod-unavailable .buttons-pricing a.btn_secondary,
.miniature-prod-unavailable .buttons-pricing a.btn_secondary:hover,
.miniature-prod-unavailable .buttons-pricing a.btn_secondary:target,
.miniature-prod-unavailable .buttons-pricing a.btn_secondary:focus {
    border: 4px solid #666666;    
    color: #666666;
    cursor: default;
}
/*--- END CSS ---*/


