html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

* {
    letter-spacing: 0;
}

/** {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */

.custom-theme-body .page-main,
.custom-theme-body .navigation,
.custom-theme-body .breadcrumbs,
.custom-theme-body .top-container,
.custom-theme-body .header.content,
.custom-theme-body .footer.content,
.custom-theme-body .block.category.event,
.custom-theme-body .page-wrapper>.widget,
.custom-theme-body .page-wrapper>.page-bottom {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/*Messages*/
.page.messages {
    max-width: 1320px;
    margin: auto;
}

.message {
    max-width: 542px;
    min-height: 40px;
    border-radius: 4px;
    color: #202020 !important;
    font-family: "Styrene A";
    line-height: 20px !important;
    font-size: 14px !important;
}

.message.success {
    background: #E5FCF7 0% 0% no-repeat padding-box;
    border-left: 8px solid #00D6A6;
}

.message.error {
    background: #FFE9EA 0% 0% no-repeat padding-box;
    border-left: 8px solid #ED1C23;
}

.message.notice {
    background: #E7F8FF 0% 0% no-repeat padding-box;
    border-left: 8px solid #32C7FF;
}

.message.warning {
    background: #FFF1D9 0% 0% no-repeat padding-box;
    border-left: 8px solid #FFBF00;
}

.message>*:first-child:before {
    content: '' !important;
    width: 20px !important;
    height: 20px;
    border-radius: 10px;
    left: 1% !important;
    top: 60% !important;
}


.message.success>*:first-child:before {
    background: #00D6A6;
}

.message.error>*:first-child:before {
    background: #ED1C23;
}

.message.notice>*:first-child:before {
    background: #32C7FF;
}

.message.warning>*:first-child:before {
    background: #FFBF00;
}

.message>*:first-child:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #202020;
    border-radius: 6.5px;
    position: absolute;
    right: 2%;
    top: 35%;
}

.page-layout-1column .column.main {
    padding-bottom: 0;
}

.page-header .header.panel {
    max-width: 1320px;
    height: 100px;
}

.item.link.compare {
    display: none !important;
}

/* INTERCOM */
.footer.content {
    position: relative;
}

#intercom {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 99999;
}

#intercom::after {
    content: ')';
    color: #ff7261;
    font-size: 24px;
    font-weight: 900;
    transform: rotate(90deg);
    position: absolute;
    z-index: 9999999999999;
    top: 30%;
    right: 40%;
}

#intercom img {
    max-width: 60px;
    max-height: 60px;
    cursor: pointer;
}

/*Top links*/
.header.links li {
    line-height: 70px;
}

.header.links li:not(.user-link-menu) {
    margin-top: 15px !important;
}

.header.links li.authorization-link:not(.user-link-menu) {
    margin-left: 15px;
    float: right;
}

.header.links li:not(.user-link-menu) a {
    border: 2px solid #32c7ff;
    background-color: #32c7ff;
    font-size: 18px;
    font-weight: bolder;
    /*padding: 15px 35px;*/
    border-radius: 35px;
    color: #FFFFFF;
    font-family: "Styrene A";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px !important;
    text-align: center;
    padding-top: 9px;
}

.header.links li:not(.user-link-menu):first-child a {
    width: 96px;
    height: 48px;
    display: block;
    font-size: 14px;
}

.header.links li:not(.user-link-menu):last-child a {
    width: 159px;
    height: 48px;
    display: block;
}

.header.links li:not(.user-link-menu) a:hover {
    background-color: #32c7ff3b;
    color: #32c7ff;
    text-decoration: none;
}

.header.links li.authorization-link:not(.user-link-menu) a {
    background-color: #32c7ff3b;
    color: #32c7ff;
}

.header.links li.authorization-link:not(.user-link-menu) a:hover {
    background-color: #32c7ff;
    color: #FFFFFF;
    text-decoration: none;
}

.nav-top-links {
    list-style: none;
    float: right;
    display: inline-flex;
}

.nav-top-link {
    line-height: 70px;
    padding: 5px;
    margin-right: 30px;
}

.nav-top-link a {
    text-decoration: none;
    color: #202020;
    font-family: "Styrene A";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}

.nav-top-link a:hover {
    text-decoration: none;
    color: #ff7261;
}

.user-icons {
    display: inline-block;
    line-height: 80px;
    margin-right: 20px;
    float: right;
}

.user-icons i {
    font-size: 24px;
    position: relative;
}

.user-icons .action.icon-basket {
    font-size: 32px;
    position: relative;
}

.user-icons .icon-basket .count.empty {
    display: none;
}

.user-icons .icon-bell .count,
.user-icons .icon-basket .count {
    position: absolute;
    background-color: #FF7261;
    min-width: 5px;
    min-height: 5px;
    border-radius: 50%;
    padding: 4px;
    border: 2px solid #fff;
    top: 5px;
    right: 0;
}

.user-icons .icon-basket .count {
    top: 11px;
    right: 5px;
}

.user-icons .icon-bell {
    font-size: 24px;
    position: relative;
    cursor: pointer;
}

.user-icons .icon-bell .count {
    right: 5px;

}

.custom-theme-body .header.panel .header.links li:not(.user-link-menu) a {
    line-height: 80px;
}

#responsiveMenu {
    display: none;
}

/*Dropdown Menu*/

.hasdropdown {
    position: relative;
}

.hasdropdown:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #FF7261;
    border-bottom: none;
    top: 5px;
    right: -15px;
}

.hasdropdown.active:after {
    border-top: none;
    border-bottom: 8px solid #FF7261;
}

.c-dropdown-menu {
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 5;
    font-weight: bold;
    display: none;

}

.c-dropdown-menu:after {
    content: '';
    position: absolute;
    background-color: #00000091;
    width: 100%;
    height: 0;
    box-shadow: 0px 50vh 0 50vh #00000091;
}

.c-dropdown-menu .row {
    max-width: 1320px;
    margin: auto;
}

.c-dropdown-menu p {
    width: 60%;
    line-height: 30px;
}

.c-dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.c-dropdown-menu ul li {
    line-height: 25px;
    font-size: 18px;
}

.c-dropdown-menu ul li:hover {
    color: #ff7261;
    cursor: pointer;
}

.c-dropdown-menu h5 a {
    font-size: 20px;
    color: #ff7261;
    font-weight: 500;
    padding-top: 50px;
}

.c-dropdown-menu img {
    max-width: 88px;
    max-height: 88px;
}

/*Middle header*/

.middle_header {
    padding-bottom: 15%;
}

.middle_header h2 {
    padding-top: 100px;
    color: #202020;
    font-family: "Styrene A";
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    /*line-height: 1.25;*/
    text-align: center;
}

.middle_header button {
    color: #FF7261;
    font-family: "Styrene B";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}

i.icon-play-circled {
    font-size: 35px;
    color: #FF7261;
}

.top-footer i.icon-play-circled {
    position: absolute;
    /*right: 50%;
    bottom: 50%;*/
}

.top-footer i.icon-play-circled:before {
    background: #ffffff;
    width: 60px;
    font-size: 75px;
    height: 39px;
    line-height: 50px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
}

.middle_header button:hover {
    color: #FF7261;
}

/*Bottom header*/

.header_cards {
    background-color: #e7f8ff;
    justify-content: space-around;
    padding-bottom: 220px;
    position: relative;
}

.header-cards-wrapper {
    max-width: 1320px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.header_cards .col-lg-2 {
    flex: 0 0 22%;
    max-width: 23%;
}

.header_cards .card {
    padding: 30px;
    margin-top: -3%;
    border-radius: 5px;
    box-shadow: 0 0 20px #21212152;
}

.header_cards .card h2 {
    color: #202020;
    font-family: "Styrene A";
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.header_cards .card img {
    width: auto;
    height: 72px;
    margin: 0 auto 10px;
}

.header_cards .card h2 span,
.header_cards .card a {
    color: #ff7261;
    text-decoration: none;
}

.header_cards .card a {
    font-weight: 500;
}

.header_cards .card a {
    color: #FF7261;
    font-family: "Styrene B";
    font-size: 14px;
    font-weight: 500;
}

.header_cards .card p {
    color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    width: 75%;
    margin: 10px auto;
}

.header_cards form {
    justify-content: center;
    width: 100%;
    max-width: 1320px;
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    margin: auto;
}

.header_cards form label {
    top: -60px;
    color: #202020;
    font-family: "Styrene A";
    font-size: 20px;
    font-weight: 500;
    padding-left: 15px;
    position: absolute;
}


.select ul {
    position: absolute;
    width: 100%;
    top: -25px;
    background-color: #fff;
    z-index: 1;
    border-radius: 35px !important;
    border: 1px solid #BABABA;
    padding: 0;

}

.arrow {
    position: absolute;
    right: 0;
    z-index: 2;
    bottom: -19px;
    cursor: pointer;
}

i.icon-down-circle:before,
i.icon-up-circle:before {
    position: relative;
    float: right;
    margin-top: 1.7%;
    color: #FFADA3;
    font-size: 35px;
}

.select ul.required-option {
    border: 2px solid #ff7261;
    transition: 0.2s linear;
}

.select ul li.option {
    height: 40px;
    padding: 0 10px;
    color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    width: 90%;
    cursor: default;
    line-height: 24px;
    z-index: 1;
    padding: 5px;
    display: none;
    list-style: none;
    margin: auto;
}


.select ul li.option:not(:first-child):hover {
    background-color: #c5c5c545;
    cursor: pointer;
}

.select ul li:first-child {
    height: 50px;
    /*display: block;*/
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    white-space: nowrap;
}

.select ul#selezionaAreaDiCompetenza li:first-child, .select ul#selezionaAreadInteresse li:first-child {
    display: block;
}

.select ul li.first {
    display: block;
}

.select-active {
    padding-bottom: 15px !important;
}

.select-active li:first-child {
    border-bottom: 1px solid #BABABA;
    padding-bottom: 50px !important;
}

#selezionaAreaDiCompetenza span {
    content: '';
    position: absolute;
}

.header_cards form .input-group {
    width: 30%;
    margin: 0 15px;
}

/* Progress design */

.progress_section {
    padding-top: 100px;
    text-align: center;
}

.progress_section .row {
    max-width: 1320px;
    margin: auto;
    position: relative;
}

/*.progress_section .dotted-line:before{
    content: '';
    position: absolute;
    width: 75%;
    border-top: 4px dotted #32C7FF;
    margin: auto;
    left: 12%;
    top: 39%;
    z-index: -1;
}
*/
.progress_section .dotted-line {
    background-image: linear-gradient(to right, #32C7FF 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 2px;
    background-repeat: repeat-x;
    float: left;
    padding: 40px 10px;
    position: absolute;
    margin: auto;
    left: 12%;
    top: 39%;
    z-index: -1;
    width: 75%;
}




.progress_section img {
    width: 148px;
    height: 148px;
}

.progress_section h2 {
    color: #202020;
    font-family: "Styrene A";
    font-size: 32px;
    font-weight: 500;
    line-height: 40px
}

.progress_section h4 {
    color: #202020;
    font-family: "Styrene A";
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}


.progress_section h4 span {
    color: #ff7261;
}

.progress_section div:nth-child(3)>h4::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 132px;
    background-color: #ffe3df;
    left: 35%;
    bottom: 2px;
    z-index: -1;
}

/* Bottom Progress */

.li-p {
    color: #202020;
    font-family: "Styrene A";
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    margin-top: 5%;
}

.progress_bottom {
    padding-top: 100px;
}

.progress_bottom .custom-button {
    margin: unset;
}

.cms-logged-in-home-page .progress_bottom {
    margin-bottom: 100px;
}

.progress_bottom .row {
    max-width: 1320px;
    width: 100%;
    margin: auto;
    padding: 0 50px;
}

.progress_bottom h2 {
    color: #202020;
    font-family: "Styrene A";
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 30px;
    line-height: 24px;
}

.progress_bottom .card-btn {
    padding: 20px;
    box-shadow: 0 4px 12px 0 rgba(0, 28, 76, 0.08);
    border: 1px solid #BABABA;
    border-radius: 4px;
    max-width: 400px;
    width: 100%;
    height: 80px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #202020;
    font-family: "Styrene A";
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.progress_bottom .card-btn img {
    width: 64px;
    height: 64px;
    max-height: 64px;
}

.progress_bottom .card-btn:hover {
    text-decoration: none;
    box-shadow: 0 4px 12px 0 rgba(0, 28, 76, 0.36);
}

.progress_bottom .card-btn:hover .card-btn:before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: red;
    position: absolute;
}

.cms-container .col-body li .card-btn:after,
.progress_bottom .card-btn:after {
    content: '>';
    position: absolute;
    right: 5%;
    font-size: 20px;
}


/*Top footer*/

.page-footer {
    background-color: #f3f3f3;
}

.top-footer {
    background-color: #E7F8FF;
    /* padding: 50px 100px; */
    padding: 10px;
}

.top-footer>div.row {
    max-width: 1320px;
    margin: auto;
}


.top-footer .col-lg-6 p {
    color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    width: 65%;
}

.top-footer .col-lg-6 p:first-child {
    color: #202020;
    font-family: "Styrene A";
    font-size: 32px;
    font-weight: 500;
}

.top-footer .col-lg-6:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-footer .col-lg-6:nth-child(2) img {
    /* float: right; */
}



/*Footer*/
.custom-footer {
    padding: 40px 0;
}

.custom-footer>.row {
    width: 100%;
    max-width: 1320px;
    position: relative;
    margin: auto;
}

.footer-links {
    position: absolute;
    right: 0;
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.footer.content {
    margin-left: 0;
    max-width: 100%;
}

.footer-links div.col-lg-4 {
    display: inline-flex;
    padding-right: 0;
    padding-left: 10px;
}

.footer-links h3 {
    color: #202020;
    font-family: "Styrene B";
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: 24px;
}

.custom-footer ul li,
.custom-footer ul li a {
    list-style: none;
    color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.custom-footer ul li a:hover {
    color: #FF7261;
    text-decoration: none;
}

.address img {
    padding-left: 40px;
    padding-bottom: 20px;
}

.custom-footer ul.address-details li:last-child a {
    color: #FF7261;
}

.custom-footer .social-buttons {
    margin-left: 35px;
    margin-top: 40px;
    display: flex;
    font-size: 20px;
}

.custom-footer .social-buttons a {
    color: #202020;
    font-size: 24px;
    line-height: 24px;
}

.custom-footer .social-buttons a:hover {
    text-decoration: none;
    color: #ff7261;
}

/* Copyright */

.footer.content {
    border: none;
}

.footer .copyright {
    width: 100%;
    max-width: 1320px;
    margin: auto !important;
    color: #636363;
    font-family: "Styrene B";
    font-size: 14px;
    line-height: 20px;
}


/*Testimonials*/

.testimonials {
    padding: 50px 0;
    max-width: 1320px;
    margin: auto;
}

/*.testimonials .col-12.owl-carousel{
    margin-right: 0;
    margin-left: auto;
    padding-left: 300px;
}
*/
.testimonials div.owl-stage-outer {
    margin-left: 300px;
}

.testimonials .owl-stage {
    margin-left: -300px
}

.testimonials .owl-item:not(.center) .testimonial {
    opacity: .5;
}


.testimonial {
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 25px;
    border: 1px solid #BABABA;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(0, 28, 76, 0.08);
    max-width: 620px;
    max-height: 250px;
}

.testimonial blockquote {
    color: #202020;
    font-family: "Styrene A";
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 32px;
    filter: brightness(0);
}

.testimonial .row {
    padding-top: 20px;
}

.testimonial .col-10 {
    padding-left: 0;
    margin-left: -20px;
}

/*
.testimonial .row .col-lg-9{
    display: flex;
    justify-content: center;
    flex-flow: column;
}*/

.testimonial .row .col-2 {
    padding-left: 0;
}

.testimonial h5 {
    color: #202020;
    font-family: "Styrene A";
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.testimonial p {
    color: #636363;
    font-family: "Styrene B";
    font-size: 14px;
    line-height: 20px;
}

.testimonial img {
    max-width: 64px;
    width: 64px !important;
    max-height: 64px;
}

.testimonials .owl-dots {
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
}

.testimonials .owl-dot span {
    width: 48px;
    height: 2px;
    margin: 5px 7px;
    border-radius: 1px;
    background-color: #FF7261;
    display: block;

}

.testimonials .owl-dot:not(.active) span {
    background-color: #FFE3DF;
}

/*Dashboard*/

.dashboard {
    max-width: 1320px;
    margin: auto;
}

.dashboard .page-title {
    padding: 20px 0;
    margin-top: 20px;
    color: #202020;
    font-family: "Styrene A";
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}

.dashboard-cards {
    justify-content: space-between;
}

.dashboard-card {
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 20px;
    max-width: 49%;
}

.dashboard-cards .card-title {
    padding: 20px 0;
    color: #202020;
    font-family: "Styrene A";
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.dashboard-cards .number-info {
    color: #202020;
    font-family: "Styrene A";
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
}

.dashboard-cards .number-info p {
    margin-top: 20px;
}

.number-info sub {
    bottom: 0;
    font-size: 24px;
}

.dashboard-cards p.info {
    color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    line-height: 24px;
}

.dashboard-cards .progress {
    height: 24px;
    position: relative;
    overflow: visible;
    border-radius: 0 4px 4px 0;
    background-color: #E5E5E5;
}

.dashboard-cards .credit-progress span {
    position: absolute;
    height: 100%;
    border-right: 5px solid #fff;
}

.dashboard-cards .credit-progress.c1 span {
    /* width: 70%; */
    background-color: #FF7261;
    border-radius: 4px 0 0 4px;
}

.dashboard-cards .credit-progress.c1>sub,
.dashboard-cards .credit-progress.c2>sub {
    position: absolute;
    bottom: -20px;
    color: #636363;
    font-family: "Styrene B";
    font-size: 12px;
    line-height: 20px;
    text-align: right;
}

.dashboard-cards .credit-progress.c1>sub:nth-child(3),
.dashboard-cards .credit-progress.c2>sub:nth-child(3) {
    right: 0;
}

.dashboard-cards .credit-progress.c2 span {
    width: 40%;
    background-color: #32C7FF;
}

.dashboard-cards .actions {
    margin-top: 60px;
    color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    line-height: 24px;
}

.dashboard-cards .actions a {
    color: #FF7261;
    font-family: "Styrene B";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.dashboard-cards .action-link {
    color: #ff7261;
    font-weight: bold;
    font-size: 15px;
}

.dashboard-cards .action-link:hover {
    text-decoration: none;
}

.full-width-card {
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 20px;
    margin-top: 5%;
}

.full-width-card-header {
    width: 100%;
    min-width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.full-width-card-header .card-title {
    float: left;
    display: contents;
}

.full-width-card-header .action-link {
    float: right;
    color: #FF7261;
    font-family: "Styrene B";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.full-width-card .chart-legend ul {
    list-style: none;
    padding-left: 25px;
}

.full-width-card .bar-chart {
    width: 100%;
    height: 30px;
    /*overflow: hidden;*/
    /*border-radius: 10px;*/
    border-radius: 4px;
    margin: 20px 0;
    /* background: #cecece; */
    background: #E5E5E5;
    display: inline-flex;
}

.full-width-card .bar-chart div {
    height: 100%;
    position: relative;
}

.full-width-card .bar-chart div:first-child {
    /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.full-width-card .bar-chart div:last-child {
    /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.full-width-card .bar-chart div .c-tooltip {
    top: -50px;
    position: absolute;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10px 20px;
    width: fit-content;
    background-color: #5050509e;
    display: none;
}

.full-width-card .bar-chart div .c-tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #5050509e;
    position: absolute;
    bottom: -10px;
}


/*.full-width-card .bar-chart div:nth-child(2) {
    border-left: 2px solid #fff;
}*/

.full-width-card .bar-chart div {
    border-left: none;
    border-right: none;
}

.full-width-card .bar-chart div + div {
    border-left: 2px solid #fff;
}

/*.full-width-card .bar-chart div + div {
    border-right: 2px solid #fff;
}*/

.full-width-card .chart-legend li {
    display: inline;
    margin-right: 50px;
    position: relative;
    color: #000000;
    font-family: "Styrene B";
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}


.full-width-card .chart-legend .chart-color {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FF7261;
    margin-left: -25px;
    display: inline-block;
}

.full-width-card .chart-legend li.active .chart-color {
    width: 25px;
    height: 25px;
}

.full-width-card .chart-legend li:nth-child(1) .chart-color {
    background-color: #FFBF00;
}

.full-width-card .chart-legend li:nth-child(2) .chart-color {
    background-color: #00D6A6;
}


.cms-logged-in-home-page .block-search input {
    box-shadow: 0 4px 12px 0 rgba(0, 28, 76, 0.08);
}

/* Popular products */

.custom-theme-body .suggested-container,
.checkout-onepage-success .suggested-container {
    background-color: #E7F8FF;
    margin-top: -75px;
}

.custom-theme-body .popular-products,
.checkout-onepage-success .popular-products {
    max-width: 1320px;
    margin: auto;
    margin-top: 50px;
    padding: 50px 10px;
}

.custom-theme-body .popular-products h3,
.checkout-onepage-success .popular-products h3 {
    color: #202020;
    font-family: "Styrene A";
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.custom-theme-body .popular-products .products,
.checkout-onepage-success .popular-products .products {
    justify-content: space-between;
}

.custom-theme-body:not(.catalogsearch-result-index):not(.agency-agency-result) .products .product,
.checkout-onepage-success:not(.catalogsearch-result-index):not(.agency-agency-result) .products .product {
    border: 1px solid #cecece;
    border-radius: 5px;
    /*max-width: 32%;*/
    padding: 0;
}

.custom-theme-body .suggested .col-lg-4,
.checkout-onepage-success .suggested .col-lg-4 {
    margin: 10px 0;
}

.custom-theme-body .suggested .product,
.checkout-onepage-success .suggested .product {
    background-color: #fff;
}

.custom-theme-body .product .product-header,
.checkout-onepage-success .product .product-header,
.custom-theme-body .product .product-body,
.checkout-onepage-success .product .product-body,
.custom-theme-body .product .product-footer,
.checkout-onepage-success .product .product-footer {
    padding: 20px;
}

.footer.content {
    padding-top: 0;
    margin-top: 0;
    padding-left: 50px !important;
}

.custom-theme-body .products .product-header,
.checkout-onepage-success .products .product-header {
    min-width: 100%;
    border-bottom: 1px solid #cecece;
}

.custom-theme-body .product .product-info,
.checkout-onepage-success .product .product-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
}

.custom-theme-body .product .product-image img,
.checkout-onepage-success .product .product-image img {
    max-width: 64px;
    max-height: 64px;
}

.custom-theme-body .product-info span,
.checkout-onepage-success .product-info span  {
    color: #202020;
    font-family: "Styrene A";
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.custom-theme-body .product-info .product-title,
.checkout-onepage-success .product-info .product-title {
    color: #202020;
    font-family: "Styrene A";
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.custom-theme-body .product-header .short-description,
.checkout-onepage-success .product-header .short-description {
    margin-top: 10px;
    color: #202020;
    font-family: "Styrene A";
    font-size: 16px;
    line-height: 24px;
    max-width: 337px;
}

.custom-theme-body .suggested .product-header .short-description,
.checkout-onepage-success .suggested .product-header .short-description {
    font-family: "Styrene B";
}

.custom-theme-body .product-body span,
.checkout-onepage-success .product-body span {
    color: #202020;
    font-family: "Styrene A";
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}

.custom-theme-body .product-body ul,
.checkout-onepage-success .product-body ul {
    padding: 0;
    list-style: none;
}

.custom-theme-body .popular-products .product-body ul li,
.checkout-onepage-success .popular-products .product-body ul li {
    color: #202020;
    font-family: "Styrene A";
    font-size: 16px;
    line-height: 24px;
}


.custom-theme-body .suggested .product-body ul li,
.checkout-onepage-success .suggested .product-body ul li {
    color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    line-height: 24px;
}

.custom-theme-body .product-body ul li::before,
.checkout-onepage-success .product-body ul li::before {
    content: '';
    background: #ff7261;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.custom-theme-body .suggested .product-body ul li::before,
.checkout-onepage-success .suggested .product-body ul li::before {
    background-color: #202020;
}

.custom-theme-body .product .product-actions,
.checkout-onepage-success .product .product-actions  {
    text-align: center;
    margin: 25px 0;
}

.custom-theme-body .product-action-link,
.checkout-onepage-success .product-action-link {
    color: #fff !important;
    background: #32C7FF;
    padding: 15px 60px;
    border-radius: 30px;
    font-family: "Styrene A";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.custom-theme-body .product-action-link:hover,
.checkout-onepage-success .product-action-link:hover {
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #32c7ff;
    color: #32c7ff !important;
    background-color: #32c7ff3b;
}

/*User links*/

.user-links {
    display: inline-flex;
    float: right;
    justify-content: center;
    margin-top: 1%;
    position: relative;
    margin-left: 15px;
}

.user-links-dropdown {
    position: absolute;
    top: 80px;
    z-index: 10;
    right: 0;
    display: none;
    height: 309px;
    width: 309px;
    border: 1px solid #BABABA;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(0, 28, 76, 0.08);
}

.user-links-dropdown .user-info {
    height: 80px;
    width: 307px;
    justify-content: space-between;
}

.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after,
.notifications-cart:after,
.notifications-cart:before,
.user-links-dropdown:after,
.user-links-dropdown:before {
    content: '';
    width: 0;
    height: 0;
    z-index: unset;
    border: none;
    border-color: unset;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #fff;
    position: absolute;
    bottom: -10px;
    top: -15px;
    right: 10px;
}

.minicart-wrapper .block-minicart:before,
.notifications-cart:before,
.user-links-dropdown:before {
    border-bottom: 18px solid #cecece;
    top: -18px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    right: 7.9px;
}

.user-initials {
    background-color: #00D6A6;
    border-radius: 24px;
    margin-top: 25%;
    cursor: pointer;
    min-height: 48px;
    min-width: 48px;
    color: #FFFFFF;
    font-family: "Styrene A";
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-links .user-info .user-initials {
    margin-top: -5%;
}

.user-info h4 {
    color: #202020;
    font-family: "Styrene A";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.user-info p {
    color: #000000;
    font-family: "Styrene B";
    font-size: 14px;
    line-height: 20px;
}

.user-links-dropdown li.user-link-menu {
    padding-bottom: 0;
}

.user-links-dropdown .user-link-menu a {
    color: #202020;
    font-family: "Styrene A";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}


.user-links-dropdown ul {
    list-style: none;
    padding: 10px 20px;
    border-top: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
}

.header.links li.user-link-menu {
    line-height: normal;
    padding: 5px;
    margin-bottom: 3px;
}

.user-links a {
    font-size: 15px;
    color: #000;
}

.user-links-dropdown .user-info {
    padding: 20px;
}

.icon-basket:before {
    content: url('../images/cart.svg');
}

.user-links-dropdown .sign-out {
    padding: 10px 20px;
}

.user-links-dropdown .sign-out {
    height: 52px;
    width: 307px;
}

.user-links-dropdown p {
    font-size: 15px;
}

.user-links-dropdown .sign-out a {
    font-size: 18px;
    color: #202020;
    font-family: "Styrene A";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 5px;
}

.user-links-dropdown a:hover {
    text-decoration: none;
    color: #ff7261;
}

/*User Search*/

.user_search {
    text-align: center;
}

.user_search h4 {
    color: #202020;
    font-family: "Styrene A";
    font-size: 43px;
    font-weight: 500;
    line-height: 46px;
}

.user_search p {
    color: #202020;
    font-family: "Styrene A";
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    max-width: 865px;
    margin: auto;
    margin-top: 20px;
}

.user_search .block-search {
    margin-top: 50px;
    display: inline-grid;
    float: unset;
    width: 60%;
}

/* Autocomplete search*/

.custom-theme-body #search_autocomplete {
    border: 1px solid #BABABA;
    border-top: none;
    border-radius: 0 0 28px 28px;
    background-color: #FFFFFF;
    padding: 20px;
    padding-top: 0;
}

.custom-theme-body #search_autocomplete ul {
    border-top: 1px solid #BABABA;
    padding-top: 20px;
}

.block-search input {
    border: 1px solid #BABABA;
    /*border-bottom:  none;*/
    border-radius: 28px;
    background-color: #FFFFFF;
    height: 52px;
    padding: 0 20px;
    /*width: 622px;*/
}

.block-search input {
    color: #202020;
    font-family: "Styrene B";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px
}

.block-search input::placeholder {
    color: #BABABA;
    font-family: "Styrene B";
    font-size: 18px;
    line-height: 24px;
}

.catalog-category-view .block-search .action.search,
.page-layout-1column .block-search .action.search {
    right: 5px;
    top: -52px;
}

.block-search input:focus,
.block-search input:active {
    outline: none;
    box-shadow: none;
}

.custom-theme-body #search_autocomplete span.amount {
    display: none;
}

.custom-theme-body #search_autocomplete input[type="text"] {
    color: #BABABA;
    font-family: "Styrene B";
    font-size: 18px;
}

.custom-theme-body .searchsuite-autocomplete ul li {
    border: none;
}

.cms-page-view .block-search .action.search:before,
.catalog-category-view .block-search .action.search:before,
.custom-theme-body .block-search .action.search:before {
    content: url('../images/lente.svg');
    padding: 9.5px 10px;
    color: #fff;
    border-radius: 50%;
    background-color: #FF7261;
    font-weight: bolder;
    margin-top: 10px;
}

.custom-theme-body .block-search .loading .action.search:before {
    opacity: 0 !important;
}

.block-search.custom-top-search .loading .action.search:before {
    opacity: 0 !important;
}

.block.block-search.custom-top-search {
    z-index: 5;
    position: relative;
}

body .block-search .loading .action.search {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 4px solid #1BD6A6;
    border-bottom: 4px solid transparent;
    top: 20px;
    -webkit-animation: spin .5s linear infinite;
    -moz-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.custom-top-search.block-search .action.search:before {
    padding: 9px 10px;
    margin-top: 11px;
    /*padding-top: 10px;*/
}

.block-search .action.search[disabled] {
    opacity: 1;
}

.block-search .control {
    position: relative;
    padding-bottom: 0;
    margin-top: 10px;
}

.logo {
    margin-top: 15px;
}

.logo img {
    width: 134px;
    height: 48px;
}

/* Custom Top Search*/
.custom-top-search {
    display: inline-block;
    float: unset;
    /*width: 450px;*/
    margin-left: 50px;
}

.custom-top-search.block-search input {
    height: 52px;
    border-radius: 24px;
}

/* MageWorx AutoComplete*/

.searchsuite-autocomplete {
    margin-top: 0;
    left: unset;
    width: 100%;
    /*position: relative;*/
    border-radius: 0 0 28px 28px;
    padding: 10px;
}

#categories .qs-option-categoryName {
    text-align: left;
    padding: 5px 30px;
    width: fit-content;
    background: #f3f3f3;
    margin: 20px;
    border: 2px solid #f3f3f3;
    border-radius: 4px;
    color: #636363;
    font-family: "Styrene A";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
}

#product .qs-option-title a {
    color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;

}

#product .qs-option-shortdescription {
    color: #636363;
    font-family: "Styrene B";
    font-size: 14px;
    line-height: 20px;
}

/*Login*/

.fieldset>.field:not(.choice)>.label {
    text-align: left;
}

.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar,
.login-container .fieldset:after {
    margin-left: 0;
}

.actions-toolbar .secondary {
    float: unset;
    margin-left: 10px;
}

/*Brand slider*/


.brand-slider {
    background-color: #FFF1D9;
    padding: 30px;
    margin-top: 10%;
    padding-top: 0;
}

.brand-slider>div {
    max-width: 1320px;
    width: 100%;
    margin: auto;
}

.brand-slider .owl-carousel .item {
    text-align: center;
}

.brand-slider .owl-carousel .item a,
.brand-slider .owl-carousel .item img {
    display: inline-block !important;
    vertical-align: middle;
}

.brand-slider .owl-carousel .item a {
    min-height: 50px;
    height: 60px;
    max-height: 100px;
    white-space: nowrap;
}

.brand-slider .owl-carousel .item a:hover {
    text-decoration: none;
}

.brand-slider .owl-carousel .item a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.brand-slider .owl-carousel .item img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}


.brand-slider h4 {
    text-align: center;
    width: 100%;
    padding: 20px;
    color: #202020;
    font-family: "Styrene A";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}


/* Layered Navigation */

.filter-options .select-active li:first-child {
    padding-bottom: 35px !important;
}

.category-tabs ul {
    padding: 0;
}

.category-tabs ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    margin-top: 10px;
}

.category-tabs ul li a {
    padding: 10px;
    border-radius: 4px;
    background: #f3f3f3;
    padding: 10px 30px;
    color: #636363;
    font-family: "Styrene A";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.category-tabs ul li a.active {
    color: #fff;
    background: #202020;
}

.category-tabs ul li a:hover {
    text-decoration: none;
}

/* Search result page*/

.catalogsearch-result-index .page-main {
    max-width: 1320px;
    padding-left: 0;
    padding-right: 0;
}

#result-product-list {
    display: inline-block;
    width: 100%;
    max-width: 1280px;
    margin-top: 80px;
}

.catalogsearch-result-index .empty-results .col-lg-6 img {
    max-width: 510px;
    max-height: 246px;
    float: right;
}

.catalogsearch-result-index .empty-results {
    color: #202020;
    letter-spacing: 0;
    line-height: 24px;
    font-size: 16px;
    font-family: "Styrene B";

}

.catalogsearch-result-index .empty-results h2 {
    font-family: "Styrene A";
    font-size: 20px;
    font-weight: 500;
}

.filter-current .filter-label,
.product-item .tocart,
.product-item .price-box {
    display: none;
}

/*Grouped Product view*/
.page-product-grouped .product-info-main,
.page-product-grouped .product-info-main .product-reviews-summary .reviews-actions,
.page-product-grouped .product-info-main .box-tocart .actions {
    display: none;
}

.page-product-grouped .page-main {
    max-width: 1320px;
}

.agency-view {
    margin: 80px 0;
    color: #202020;
    font-family: "Styrene A";
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
}

.agency-view .header {
    margin-bottom: 65px;
}

.agency-view .col-3 {
    padding: 0;
}

.agency-view .category-title {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.agency-view .agency-title {
    line-height: 40px;
}

.agency-view .top-wrapper span {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.agency-view .bottom-info {
    font-size: 20px;
    line-height: 24px;
    padding: 5px;
}

.agency-view-banner {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    background-color: #E7F8FF;
    padding: 50px 0;
}

.agency-view-banner-content {
    text-align: center;
}

.agency-view-banner-content p {
    color: #202020;
    font-family: "Styrene A";
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 25px;
}

.agency-view-banner-content a {
    font-family: "Styrene A";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 25px;
}

/*Search box in list view */

.catalogsearch-result-index .page-main .block-search {
    float: none;
    width: auto;
    max-width: 1310px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.catalogsearch-result-index .page-main .block-search .field.search {
    max-width: 100%;
}

.catalogsearch-result-index .products {
    margin-top: 0;
    padding: 0 5px;
}

.catalogsearch-result-index .products-list .product-item-info,
.catalogsearch-result-index .products-list .product-item-details {
    display: table;
    width: 100%;
}

.custom-theme-body.catalogsearch-result-index .page-main .block-search input {
    border: none;
    border-bottom: 1px solid #32C7FF;
    border-radius: 0;
    color: #202020;
    font-family: "Styrene A";
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
    padding-bottom: 20px;
    padding-left: 0;
}

.custom-theme-body.catalogsearch-result-index .page-main .block-search .action.search {
    top: -20px;
}

/* Simple products on search list view */
.catalogsearch-result-index .product-items li .product-image-container {
    max-width: 120px;
}

.catalogsearch-result-index .products-list .product-item-photo {
    vertical-align: middle;
}

.catalogsearch-result-index .product-items li .product-image-photo {
    max-height: 115px;
    max-width: 120px;
}

.catalogsearch-result-index .product-items li:not(.grouped) .product-item-name a {
    color: #202020;
    font-family: "Styrene A";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 32px;
}

.catalogsearch-result-index .product-item-description.row {
    margin: unset;
}

.catalogsearch-result-index .product-item-description .short-description {
    padding-left: 0;
}

.catalogsearch-result-index .product-item-description .long-description {
    margin-top: -2.5%;
    margin-left: 5%;
}

.catalogsearch-result-index .product-items li .product-item-description {
    color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.catalogsearch-result-index .product-items li .product-item-description strong {
    font-weight: inherit;
}

.catalogsearch-result-index .product-items li .product-item-description .long-description p {
    font-family: "Styrene A";
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.catalogsearch-result-index .product-items li .product-item-description li {
    letter-spacing: 0;
}

.catalogsearch-result-index .product-items li .product-item-inner {
    position: relative;
}

/*.catalogsearch-result-index .product-items li .product-item-description a{
    position: absolute;
    right: 0;
    top: 10%;
    color: #FFFFFF;
    font-family: "Styrene A";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    max-width: 200px;
    width: 100%;
}*/


.catalogsearch-result-index .product-items li.product,
.agency-agency-result .product-items li.product,
.agency-agency-result .products.wrapper .card {
    border: 1px solid #BABABA;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(0, 28, 76, 0.08);
    margin-bottom: 20px;
    padding: 35px;
    display: block;
    /*max-height: 206px;*/
    max-width: 1282px;
}

.grouped .product-item-name {
    margin-bottom: 25px;
}

.long-description ul {
    padding-left: 20px;
}

.catalogsearch-result-index .product-item-description ul li {
    list-style: disc;
}

.grouped .product-item-name a {
    color: #202020;
    font-family: "Styrene A";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
}

.grouped .product-item-name.style-product-name {
    color: #202020;
    font-family: "Styrene A";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
}

.grouped .product-item-name a.product-item-link-underline {
    text-decoration: underline;
}

.grouped .top-wrapper {
    color: #636363;
    font-family: "Styrene A";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: uppercase;
}

.grouped .bottom-info {
    color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.grouped .custom-attributes .col-3 {
    padding-left: 0;
}

.product-list-action {
    text-align: center;
    padding: 20px;
}

.blue-button {
    color: #FFFFFF !important;
    font-family: "Styrene A";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    border-radius: 24px;
    background-color: #32C7FF;
    border: 2px solid #32c7ff;
    padding: 10px;
}

.blue-button:hover,
.blue-button:focus {
    background: #32c7ff3b !important;
    border: 2px solid #32c7ff;
    color: #32c7ff !important;
    text-decoration: none;
}

.block.filter .filter-options {
    display: flex;
}

.filter-options .filter-options-content {
    position: relative;
    /*width: 25%;*/
    width: 100%;
    max-width: 272px;
    margin-right: 14px;
}

.filter-options-content i.icon-down-circle:before,
.filter-options-content i.icon-up-circle:before {
    font-size: 32px;
}

.block.filter {
    margin-top: 30px;
    margin-left: 15px;
    margin-bottom: 0;
}

.block.filter p {
    height: 24px;
    width: 228px;
    color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.filter-options-content ol {
    width: 100%;
    background-color: #fff;
    border: 1px solid #BABABA;
    border-radius: 24px;
    height: 50px;
    z-index: 1;
    padding: 0;
    position: absolute;
    min-height: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.filter-options-content ol.select-active {
    height: auto;
}

.filter-options-content .arrow i.icon-down-circle:before,
.filter-options-content .arrow i.icon-up-circle:before {
    font-size: 32px;
}

.filter-options-content .arrow {
    bottom: unset;
    top: 7px;
}

.filter-options-content ol li {
    height: 24px;
    line-height: 24px;
    color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    width: 90%;
    cursor: default;
    z-index: 1;
    display: none;
    list-style: none;
}

.filter-options .filter-options-content .item {
    margin: 5px 0;
}


.filter-options .filter-options-content .item.first {
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
}

.filter-options .filter-options-content .select-active .item:first-child {
    margin-top: 12px;
}

.filter-options-content ol li a {
    line-height: 24px;
    color: #202020;
    font: inherit;
    display: block;
    padding: 5px 0;
}

.filter-options .filter-options-content .item:not(.first) a:hover {
    background-color: #c5c5c545;
    text-decoration: none;
}

.filter-options-content ol li:first-child {
    display: list-item;
    margin-left: 10px;
}

/* Grouped products options*/
.catalog-product-view #grouped-product-options {
    display: none;
}

/*Contact Agent*/
.full-width-container .block.contact-agent.newsletter {
    margin: auto;
}

.contact-agent-page #contactagent-form .fieldset {
    margin-bottom: 0;
}

.contact-wrapper #contact-form .blue-button,
.contact-agent-page #contactagent-form .blue-button {
    padding: 10px 50px;
}

.contact-index-index form .field,
.contactagent-index-index form .field {
    margin-bottom: 25px;
}

.contact-index-index form .field.terms label,
.contactagent-index-index form .field.terms label {
    /*left: -20px;*/
    left: 0;
}

.contact-index-index form .field.terms input,
.contactagent-index-index form .field.terms input {
    height: 0 !important;
    width: 0;
}

.contactagent-index-index form .field.terms a {
    color: #202020;
    text-decoration: underline;
}

.contact-index-index form .field.required>.label:first-child:after,
.contactagent-index-index form .field.required>.label:first-child:after {
    content: '*';
    position: absolute;
    color: #FF7261;
    font-size: 14px;
}

.contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: auto;
    width: auto;
    float: none;
}

.contactagent-index-index label span,
.contact-index-index #contact-form label span {
    color: #000000;
    font-family: "Styrene B";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
}

.contact-index-index form .fieldset {
    margin-bottom: 0;
}

.contact-index-index form .fieldset .field.terms label span,
.contactagent-index-index form .field.terms label span {
    color: #202020;
    font-weight: 400;
    line-height: 18px;
}

.contact-index-index .contact-container .row {
    margin-left: -15px;
    margin-right: -15px;
}

.contact-index-index #contact-form input,
.contact-index-index #contact-form textarea,
.contactagent-index-index #contactagent-form input {
    /*height: 50px;
    max-width: 292px;*/
    border: 1px solid #BABABA;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}


.contact-index-index #contact-form input:not(#terms) {
    height: 50px;
}

.contactagent-index-index #contactagent-form input {
    height: 50px;
    /* max-width: 292px; */
}

.contact-index-index input:placeholder,
.contactagent-index-index input:placeholder {
    color: #BABABA;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 2px solid #636363;
    border-radius: 2px;
    transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #32C7FF;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:before {
    border: none;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.styled-checkbox.minus:checked+label:after {
    width: 10px;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    left: 5px;
}

.contact-form-static-block p,
.contact-agent-static-block p {
    color: #202020;
    font-family: "Styrene A";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 32px;
}

.contact-form-static-block ul li,
.contact-container .field.note.no-label,
.contact-agent-static-block ul li {
    color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.contact-index-index .contact-page-title {
    margin-bottom: 40px;
}

.contactagent-index-index .select .first {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0px;
}

.contactagent-index-index .select-active li:first-child {
    padding-bottom: 0px !important;
}

.contactagent-index-index .select i.icon-down-circle:before,
.contactagent-index-index i.icon-up-circle:before {
    margin-top: -1px;
    font-size: 32px;
    margin-right: 11px;
}

.contactagent-index-index .select .first label {
    /*margin-bottom: 5px;
    margin-top: 5px;*/
    margin-right: 10px;
    border-radius: 4px;
    background-color: #32C7FF;
    line-height: 16px;
    display: flex;
    align-items: center;
    padding-right: 25px;
    position: relative;
    max-height: 28px;
}

.contactagent-index-index .select .first input,
.contactagent-index-index .select .first label:before {
    display: none;
}

.contactagent-index-index .select .first label:after {
    content: '+';
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    position: absolute;
    box-shadow: none;
    -webkit-transform: none;
    transform: rotate(45deg);
    background: transparent;
    height: auto;
    width: auto;
    padding: 5px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
}

.contactagent-index-index .field.soluzioni .control {
    min-height: 35px;
}

.contactagent-index-index .select .first label span {
    font-family: "Styrene B";
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 5px;
}

.contactagent-index-index .select ul {
    position: static;
    width: 100%;
    max-width: 620px;
    top: 25px;
    border-radius: 24px !important;
}

.contactagent-index-index ul.select-active {
    position: absolute;
}

.contactagent-index-index .select ul li {
    width: 100%;
    max-width: 588px;
}

.contactagent-index-index .select .arrow {
    top: 31px;
    right: 20px;
}

.contactagent-index-index #contactagent-form .select input {
    height: auto;
}

.contactagent-index-index .select .option {
    height: fit-content;
    min-height: 40px;
}

.contactagent-index-index .select .selected {
    background-color: red;
}

.contactagent-index-index .select .parent {
    background-color: #F3F3F3;
    width: 100%;
    max-width: 620px;
}

.contactagent-index-index .select .parent label {
    color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.contactagent-index-index .contact-agent-page .contact-agent-title h1 {
    padding: 0 15px;
}

.mage-errors {
    color: #e02b27;
    font-size: 1.2rem;
    margin-top: 7px;
    display: block;
}

/* Mini cart*/
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
    position: relative;
}

.minicart-wrapper .block-minicart {
    position: absolute;
    width: 360px;
    height: auto;
    display: none;
    box-shadow: 0px 4px 12px #001C4C14;
    border: 1px solid #BABABA;
    border-radius: 4px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 15px;
    right: -5px;
    z-index: 999;
    top: -10px;
}

.minicart-items-wrapper {
    border: none;
}

.minicart-items .product-item-name {
    display: inline;
}

.minicart-items .product-item-name,
.minicart-items .product-item-name a,
.block-minicart .subtotal {
    color: #202020;
    font-family: "Styrene B";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    display: block;
}

.minicart-items .product-item-details {
    padding: 0;
    position: relative;
}

.minicart-items .product.options {
    line-height: normal;
}

.minicart-wrapper .product .actions > .secondary {
    position: absolute;
    top: -20px;
    right: 0;
    line-height: normal;
}

.block-minicart .block-content .subtotal {
    padding-top: 20px;
}

.minicart-wrapper .block-minicart .actions .secondary .action.delete {
    color: #FF7261;
}

.minicart-wrapper .block-minicart .actions .secondary .action.delete:hover {
    color: #F95744;
}

.minicart-wrapper .block-minicart .actions .secondary .action.delete:before {
    content: '\e616';
    font-size: 24px;
    line-height: 24px;
    color: #FF7261;
}

.minicart-wrapper .block-minicart .actions .secondary .action.delete:hover:before {
    color: #F95744;
}

.block-minicart .subtotal {
    text-align: left;
}

.block-minicart .block-content>.actions .custom-button {
    max-width: unset;
}

.block-minicart .col-lg-3.product-item-pricing {
    align-self: center;
}

.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
    margin: 0;
    display: inline;
}

.minicart-wrapper .block-minicart .subtotal .amount.price-container {
    display: inline;
    float: right;
}

.minicart-wrapper .block-minicart .actions .secondary a {
    color: #FF7261;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.minicart-items .product-item:first-child {
    padding-top: 20px;
}

.block-minicart .minicart-items-wrapper {
    margin: 0 -15px;
    padding: 10px;
    padding-top: 0;
    scroll-behavior: smooth;
}

.block-minicart .minicart-items-wrapper::-webkit-scrollbar {
    width: 6px;
}
 
.block-minicart .minicart-items-wrapper::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #ddd;
}

/*Order History*/

.custom-theme-body .order-count span {
    color: #202020;
    font-family: "Styrene A";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
}

.sales-order-history .products li.product {
    border: 1px solid #BABABA;
}


.sales-order-history .products .product {
    margin-bottom: 25px;
}

.sales-order-history .product-order-actions {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    border-top: 1px solid #E5E5E5;
}

.sales-order-history .product-order-actions .custom-button {
    margin: unset;
}

/*Page Success*/

.checkout-onepage-success .sidebar-main .table:not(.cart):not(.totals) > thead > tr > th {
    border-bottom: none;
    color: #202020;
    font-family: "Styrene A";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 32px;
    padding-top: 0;
}

.checkout-onepage-success .sidebar-main .sidebar-order-totals .product-item-name {
    color: #202020;
    font-family: "Styrene A";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
}

.checkout-onepage-success .sidebar-main .price-including-tax .price,
.checkout-onepage-success .sidebar-main .price-excluding-tax .price,
.checkout-onepage-success .sidebar-main .sidebar-order-totals .price {
    color: #202020;
    font-family: "Styrene B";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: right;
    white-space: nowrap;
}
.checkout-onepage-success .sidebar-main .sidebar-order-totals tfoot .mark {
    color: #202020;
    font-family: "Styrene A";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
}
.checkout-onepage-success .sidebar-main .table:not(.cart):not(.totals) tfoot .mark {
    text-align: left;
}

.checkout-onepage-success .sidebar-main .mark {
    background-color: #FFFFFF;
}

.checkout-onepage-success .sidebar-main .sidebar-order-totals,
.checkout-onepage-success .sidebar-main .credit-block {
    border: 1px solid #BABABA;
    padding: 25px 35px;
}

.checkout-onepage-success .sidebar-main {
    padding-left: 0;
}

.checkout-onepage-success .sidebar-main .table:not(.cart):not(.totals) tfoot > tr:first-child th, 
.checkout-onepage-success .sidebar-main .table:not(.cart):not(.totals) tfoot > tr:first-child td {
    border-top: 0;
}
.checkout-onepage-success .sidebar-main .table:not(.cart):not(.totals) tfoot > tr:first-child th,
.checkout-onepage-success .sidebar-main .table:not(.cart):not(.totals) tfoot > tr:first-child td {
    padding: 12px 0;
    vertical-align: middle;
}

.checkout-onepage-success .sidebar-main .sidebar-order-totals .table th,
.checkout-onepage-success .sidebar-main  .credit-block .table th,
.checkout-onepage-success .sidebar-main .sidebar-order-totals .table td,
.checkout-onepage-success .sidebar-main  .credit-block .table td {
    padding: 12px 0;
}
.checkout-onepage-success .sidebar-main .sidebar-grand-total,
.checkout-onepage-success .sidebar-main .remaining-credit {
    padding: 25px 35px;
    border: 1px solid #BABABA;
    border-top: 0;
}
.checkout-onepage-success .sidebar-main .sidebar-grand-total .amount,
.checkout-onepage-success .sidebar-main .remaining .amount {
    text-align: right;
    padding: 0;
    vertical-align: middle;
}
.checkout-onepage-success .sidebar-main .sidebar-grand-total .mark {
    padding: 0;
    vertical-align: middle;
}
.checkout-onepage-success .sidebar-main .sidebar-grand-total .mark strong,
.checkout-onepage-success .sidebar-main .sidebar-grand-total .amount strong span,
.checkout-onepage-success .sidebar-main .remaining-credit .mark strong,
.checkout-onepage-success .sidebar-main .remaining-credit .amount strong span {
    color: #202020;
    font-family: "Styrene A";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
}
.checkout-onepage-success .checkout-success .success-title {
    color: #202020;
    font-family: "Styrene A";
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 32px;
}
.checkout-onepage-success .table-order-items .subtotal, .table-order-items .amount {
    text-align: right;
}

#tick-mark {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #00D6A6;
    border-radius: 50%;
    position: absolute;
    top: 8px;
}

#tick-mark::before {
    position: absolute;
    left: 7px;
    top: 47%;
    height: 17%;
    width: 4px;
    background-color: #FFFFFF;
    content: "";
    transform: translateX(10px) rotate(-45deg);
}

#tick-mark::after {
    position: absolute;
    left: 12px;
    bottom: 15px;
    height: 4px;
    width: 40%;
    background-color: #FFFFFF;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}
.checkout-onepage-success .checkout-success .order-success-message {
    position: relative;
}
.checkout-onepage-success .checkout-success .order-success-message .success-message {
    color: #202020;
    font-family: "Styrene B";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 32px;
    width: calc(100% - 72px);
    margin-left: auto;
}
.checkout-onepage-success .checkout-success .card-title {
  color: #202020;
  font-family: "Styrene A";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 48px;
  margin-bottom: 24px;
}
.checkout-onepage-success .checkout-success {
    padding-right: 40px;
    margin-top: 40px;
}
.checkout-onepage-success .checkout-success .dashboard-card {
    max-width: unset;
    border: 0;
    border-radius: 4px;
    background-color: #FFF1D9;
    position: relative;
}
.checkout-onepage-success .checkout-success .dashboard-card .credit-sum {
    color: #202020;
    font-family: "Styrene A";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
}
.checkout-onepage-success .checkout-success .dashboard-card .number-info .info {
    color: #202020;
    font-family: "Styrene B";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}
.checkout-onepage-success .checkout-success .dashboard-card .action-link {
    border-radius: 24px;
    background-color: #FF7261;
    padding: 11px 15px;
    position: absolute;
    right: 32px;
    top: 29%;
    color: #FFFFFF;
    font-family: "Styrene A";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}
.checkout-onepage-success .checkout-success .dashboard-card .action-link:hover {
    text-decoration: none;
}
.checkout-onepage-success .custom-button.primary.rounded-btn.blue {
    margin: auto;
}
.checkout-onepage-success .sidebar-main .sidebar-order-link .order-history-link {
    color: #FF7261;
    font-family: "Styrene B";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}
.checkout-onepage-success .sidebar-main .sidebar-order-link {
    text-align: center;
    margin-top: 32px;
}

.checkout-onepage-success .sidebar-main .mark,
.checkout-onepage-success .sidebar-main .amount {
  color: #202020;
  font-family: "Styrene A";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
}
.checkout-onepage-success .page-wrapper .sidebar-main .amount {
    font-family: "Styrene B";
}
.checkout-onepage-success .top-title {
    width: 247px;
    height: 100%;
    color: #202020;
    font-family: "Styrene A";
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
}
.checkout-onepage-success .sidebar-main .sidebar-order-totals {
    margin-top: 112px;
}

.checkout-onepage-success .panel.header .action.nav-toggle {
    display: none;
}
.user-initials img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}