﻿/* ----     CONTENT/BODY      ------------------------------------------------------------------------------------------------------------------------------ */

.standard a {
    text-decoration: none;
    outline: none;
}

.d-flex-center{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.row {
    width: 100%;
    margin: 0;
}

#site_wrapper {
    overflow: hidden;
}

.standard div[itemprop=articleBody] hero, .standard div[itemprop=articleBody] section {
    overflow: hidden;
}

[id] {
    scroll-margin-top: 4rem;
}

.unobserved {
    position: relative;
    --transition-time: 0.6s;
    will-change: transform, opacity;
}

    /* Fade */
    .unobserved.fade {
        opacity: 0;
        transition: all var(--transition-time) ease-out;
    }
    /* Fade Up (dal basso) */
    .unobserved.fade-up {
        opacity: 0;
        transform: translateY(50px);
        transition: all var(--transition-time) ease-out;
    }
    /* Fade Left (da sinistra) */
    .unobserved.fade-left {
        opacity: 0;
        transform: translateX(-100px);
        transition: all var(--transition-time) ease-out;
    }
    /* Fade Right (da destra) */
    .unobserved.fade-right {
        opacity: 0;
        transform: translateX(100px);
        transition: all var(--transition-time) ease-out;
    }

    /* Fade Down (dall'alto) */
    .unobserved.fade-down {
        opacity: 0;
        transform: translateY(-50px);
        transition: all var(--transition-time) ease-out;
    }

    /* Small Fade Left (da sinistra) */
    .unobserved.small-fade-left {
        opacity: 0;
        transform: translateX(-50px);
        transition: all var(--transition-time) ease-out;
    }

    /* Zoom In (ingrandimento) */
    .unobserved.zoom-in {
        opacity: 0;
        transform: scale(0.8);
        transition: all var(--transition-time, 0.5s) cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

.observed {
    opacity: 1 !important;
    transform: translate(0, 0) scale(1) !important;
}

.standard {
    --color-1: #f98c06; /*arancione*/
    --color-2: #1d283a; /*blu scuro*/
    --color-3: #0f1729; /*blu scurissimo*/
    --color-4: #f8fafc; /*bianco*/
    --color-5: #fffc; /*bianco più scuro*/
    --color-6: #97a3b5; /*bianco scurissimo*/
    --color-7: #3c83f6; /*blu chiaro*/
    --color-8: #3c83f61a; /*blu chiaro trasparente*/
    --color-9: #ffb96429; /*arancione trasparente*/
    --color-10: #1fad53; /*verde*/
    --color-11: #0f172933; /*blu super opaco*/
    --color-12: #f03f03; /*rosso YouTube*/
    --color-13: #ff9d28;
    --color-14: #4589f7;

    --highlight: var(--color-1);
    --radius-1: 16px;
    --radius-2: 5px;
    --radius-3: 10px;
    --gap: 1rem;
}

    .standard .bg-1 {
        background-color: var(--color-1);
    }

    .standard .bg-2 {
        background-color: var(--color-2);
        color: var(--color-4);
    }

    .standard .bg-3 {
        background-color: var(--color-3);
        color: var(--color-4);
    }

    .standard .bg-4 {
        background-color: var(--color-4);
        color: #000000;
    }

    .standard .bg-5 {
        background-color: var(--color-5);
        color: #000000;
    }

    .standard .bg-6 {
        background-color: var(--color-6);
    }

    .standard .bg-7 {
        background-color: var(--color-7);
    }

    .standard .bg-8 {
        background-color: var(--color-8);
    }

    .standard .bg-9 {
        background-color: var(--color-9);
    }

    .standard .bg-10 {
        background-color: var(--color-10);
    }

    .standard .bg-11 {
        background-color: var(--color-11);
    }
    .standard .bg-12 {
        background-color: var(--color-12);
    }
    .standard .bg-13 {
        background-color: var(--color-13);
    }
    .standard .bg-14 {
        background-color: var(--color-14);
    }

    .standard .border-1 {
        border: 1px solid var(--color-1) !important;
    }
    .standard .border-color-1 {
        border-color: var(--color-1) !important;
    }
    .standard .border-2 {
        border: 1px solid var(--color-2) !important;
    }
    .standard .border-color-2 {
        border-color: var(--color-2) !important;
    }
    .standard .border-3 {
        border: 1px solid var(--color-3) !important;
    }
    .standard .border-color-3 {
        border-color: var(--color-3) !important;
    }
    .standard .border-4 {
        border: 1px solid var(--color-4) !important;
    }
    .standard .border-color-4 {
        border-color: var(--color-4) !important;
    }
    .standard .border-5 {
        border: 1px solid var(--color-5) !important;
    }
    .standard .border-color-5 {
        border-color: var(--color-5) !important;
    }
    .standard .border-6 {
        border: 1px solid var(--color-6) !important;
    }
    .standard .border-color-6 {
        border-color: var(--color-6) !important;
    }
    .standard .border-7 {
        border: 1px solid var(--color-7) !important;
    }
    .standard .border-color-7 {
        border-color: var(--color-7) !important;
    }
    .standard .border-8 {
        border: 1px solid var(--color-8) !important;
    }
    .standard .border-color-8 {
        border-color: var(--color-8) !important;
    }
    .standard .border-9 {
        border: 1px solid var(--color-9) !important;
    }
    .standard .border-color-9 {
        border-color: var(--color-9) !important;
    }
    .standard .border-10 {
        border: 1px solid var(--color-10) !important;
    }
    .standard .border-color-10 {
        border-color: var(--color-10) !important;
    }
    .standard .border-11 {
        border: 1px solid var(--color-11) !important;
    }
    .standard .border-color-11 {
        border-color: var(--color-11) !important;
    }
    .standard .border-12 {
        border: 1px solid var(--color-12) !important;
    }
    .standard .border-color-12 {
        border-color: var(--color-12) !important;
    }
    .standard .border-13 {
        border: 1px solid var(--color-13) !important;
    }
    .standard .border-color-13 {
        border-color: var(--color-13) !important;
    }
    .standard .border-14 {
        border: 1px solid var(--color-14) !important;
    }
    .standard .border-color-14 {
        border-color: var(--color-14) !important;
    }

    .standard .bgg-1 {
        background: linear-gradient(135deg, var(--color-3), var(--color-2));
        color: var(--color-4);
    }

    .standard .color-1 {
        color: var(--color-1);
        --color-used: var(--color-1);
    }

    .standard .color-2 {
        color: var(--color-2);
        --color-used: var(--color-2);
    }

    .standard .color-3 {
        color: var(--color-3);
        --color-used: var(--color-3);
    }

    .standard .color-4 {
        color: var(--color-4);
        --color-used: var(--color-4);
    }

    .standard .color-5 {
        color: var(--color-5);
        --color-used: var(--color-5);
    }

    .standard .color-6 {
        color: var(--color-6);
        --color-used: var(--color-6);
    }

    .standard .color-7 {
        color: var(--color-7);
        --color-used: var(--color-7);
    }

    .standard .color-8 {
        color: var(--color-8);
        --color-used: var(--color-8);
    }

    .standard .color-9 {
        color: var(--color-9);
        --color-used: var(--color-9);
    }

    .standard .color-10 {
        color: var(--color-10);
        --color-used: var(--color-10);
    }
    
    .standard .color-11 {
        color: var(--color-11);
        --color-used: var(--color-11);
    }

    .standard .color-12 {
        color: var(--color-12);
        --color-used: var(--color-12);
    }
    
    .standard .color-13 {
        color: var(--color-13);
        --color-used: var(--color-13);
    }
    
    .standard .color-14 {
        color: var(--color-14);
        --color-used: var(--color-14);
    }

.standard hero, .standard .hero {
    display: block;
    --bg-image: url('https://protrack.studio/images/Sfondo_ProTRACK_Tramonto.jpg');
    background: linear-gradient(90deg, var(--color-3) 50%, transparent), var(--bg-image);
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .standard hero, .standard .hero {
        display: block;
        background: linear-gradient( 168deg, transparent -90%, var(--color-3) 45%, transparent 150%), var(--bg-image);
        background-size: cover;
        background-position: center center;
    }
}

.standard hero > .container, .standard .hero > .container {
    min-height: 450px;
}

.standard hero h1, .standard .hero h1 {
    color: var(--color-4);
}

.standard hero p, .standard .hero p {
    color: var(--color-5);
}

.standard .colored {
    color: var(--highlight);
}

.standard .cage {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 1200px;
    max-width: 95%;
    padding: 2.5rem;
}

@media screen and (max-width: 992px) {
    .standard .cage {
        padding: 3rem 1rem;
    }
}

.standard h1, .standard h2 {
    line-height: 1;
    font-weight: 700;
}

.standard h3 {
    font-weight: 700;
}

.standard h4 {
    margin-bottom: 0;
}

.standard p, .standard .p {
    line-height: 1.35;
    margin-bottom: 0;
    font-size: 18px;
}

@media screen and (min-width: 992px) {
    .standard h1, .standard h2 {
        font-size: 55px;
    }

    .standard h3 {
        font-size: 40px;
    }

    .standard p, .standard .p {
        font-size: 19px;
    }
}

@media screen and (min-width: 1200px) {
    .standard h1, .standard h2 {
        font-size: 68px;
    }

    .standard h3 {
        font-size: 45px;
    }

    .standard p, .standard .p {
        font-size: 20px;
    }
}

.standard img {
    border-radius: var(--radius-1);
    max-height: 450px;
    object-fit: contain;
    max-width: 100%;
}

.standard strong {
    font-weight: 600;
    width: fit-content;
}

.standard .fw-300{
    font-weight: 300;
}
.standard .fw-400{
    font-weight: 400;
}
.standard .fw-500{
    font-weight: 500;
}
.standard .fw-600{
    font-weight: 600;
}
.standard .fw-700{
    font-weight: 700;
}

.standard .box {
    padding: 1.5rem;
    border-radius: var(--radius-1);
    border: 1px solid #ffffff21;
    position: relative;
    margin: 0;
    --border-color: #e1e7ef;
}

    .standard .box:not([class*='bg-']) {
        background-color: #ffffff0d;
    }

    .standard .box:not([class*='col-']), .row {
        width: 100%;
    }

    .standard .box img {
        width: 100%;
        height: 270px !important;
        object-fit: cover;
        object-position: top;
    }

    .standard iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: var(--radius-1);
    }

    .standard .box p {
        font-size: inherit !important;
    }

.standard a.box, .standard a.box .arrow{
    text-decoration: none !important;
    transition: 0.3s;
}
.standard a.box:hover {
    box-shadow: 0 3px 3px var(--color-11);
}
        .standard a.box:not(:hover) .arrow {
            position: relative;
            left: -0.5rem;
        }

.standard .grid {
    gap: var(--gap);
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .standard .grid .col-3 {
        width: calc(25% - var(--gap));
    }

    .standard .grid .col-4 {
        width: calc(33.33333333% - var(--gap));
    }

    .standard .grid .col-6 {
        width: calc(50% - var(--gap));
    }

    .standard .grid .col-12 {
        width: calc(100% - var(--gap));
    }
}

@media (min-width: 768px) {
    .standard .grid .col-md-3 {
        width: calc(25% - var(--gap));
    }

    .standard .grid .col-md-4 {
        width: calc(33.33333333% - var(--gap));
    }

    .standard .grid .col-md-6 {
        width: calc(50% - var(--gap));
    }
}

@media (min-width: 992px) {
    .standard .grid .col-lg-3 {
        width: calc(25% - var(--gap));
    }

    .standard .grid .col-lg-4 {
        width: calc(33.33333333% - var(--gap));
    }

    .standard .grid .col-lg-6 {
        width: calc(50% - var(--gap));
    }
    .standard .grid .col-lg-12 {
        width: calc(100% - var(--gap));
    }
}

.standard .bg-4 .box, .standard .bg-5 .box {
    border-color: var(--border-color);
}

.standard .box .hr-top {
    border-top: 1px solid var(--border-color);
    padding-top: 1rem;
    margin-top: auto;
}

.standard .label {
    border-radius: var(--radius-2);
    width: fit-content;
    padding: 0.3rem 0.8rem;
    font-weight: 600;
    font-size: 14px;
    margin-right: 0.7rem;
    margin-bottom: 0.7rem;
    text-decoration: none;
}

.standard .p2 {
    font-size: 16px;
}

.standard .box, .standard .p3 {
    font-size: 14px;
}

.standard .p4 {
    font-size: 12px;
}

.standard .circle {
    padding: 0;
    border-radius: 100%;
    --size: 40px;
    width: var(--size);
    height: var(--size);
}

    .standard .circle:not([class*='bg-']) {
        background-color: #3c83f61a;
    }

.standard .box .circle.step {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -150%);
    z-index: 3;
}

.standard hr.step {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translate(-50%, -150%);
    margin: 0;
    border: 0;
    height: 2px;
    width: 100%;
    z-index: 2;
    --color-used-hr: var(--color-1);
}

.standard .box hr.step[class*=" color-"] {
    --color-used-hr: var(--color-used);
}
.standard .box hr.step {
    background: var(--color-used-hr);
    width: calc(100% + var(--gap));
}

.standard .box:first-child hr.step {
    background: linear-gradient(90deg, transparent 50%, var(--color-used-hr) 50%);
}

.standard .box:last-child hr.step {
    background: linear-gradient(90deg, var(--color-used-hr) 50%, transparent 50%);
}

.standard .radius-1, .standard section .dropdown {
    border-radius: var(--radius-1);
}

.standard .radius-2 {
    border-radius: var(--radius-2);
}

.standard .radius-3 {
    border-radius: var(--radius-3);
}

.fw-300 {
    font-weight: 300 !important;
}

.standard .google {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92a5.06 5.06 0 01-2.2 3.32v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.1z' fill='%234285F4'/%3E%3Cpath d='M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z' fill='%2334A853'/%3E%3Cpath d='M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z' fill='%23FBBC05'/%3E%3Cpath d='M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z' fill='%23EA4335'/%3E%3C/svg%3E");
}

.standard .check-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .standard .check-list li {
        display: flex;
        align-items: center;
        margin-bottom: 0.5rem;
    }

        .standard .check-list li::before {
            content: "";
            display: inline-block;
            --icon-size: 30px;
            width: var(--icon-size);
            height: var(--icon-size);
            margin-right: 0.5rem;
            border-radius: 50%;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%233c83f6' stroke-width='1.5' fill='none' /%3E%3Cpath d='M8 12.5l3 3 5-6' stroke='%233c83f6' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
            background-size: 24px;
            background-position: center;
            background-repeat: no-repeat;
            flex-shrink: 0;
        }

    .standard .check-list.icon-color-1 li::before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23f98c06' stroke-width='1.5' fill='none' /%3E%3Cpath d='M8 12.5l3 3 5-6' stroke='%23f98c06' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    }

    .standard .cta {
        border-radius: var(--radius-3);
        padding: 0.7rem;
        font-weight: 700;
        font-size: 18px;
        text-decoration: none !important;
        cursor: pointer;
    }

        .standard .cta:not([class*='col-']) {
            width: fit-content;
        }

.standard h3 {
    font-weight: 700;
    font-size: 40px;
}

.standard input, .standard textarea, .standard select {
    background-color: var(--color-2);
    color: var(--color-4);
    border-radius: var(--radius-3);
    margin: 0;
    padding: 0.8rem 1rem;
    border: 1px solid #ffffff59;
    outline-color: var(--color-7);
}

.standard select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-position: right 1rem center;
    background-size: 20px;
}

    .standard textarea {
        resize: none;
        height: 130px;
    }

    .standard input:focus-visible, .standard textarea:focus-visible , .standard select:focus-visible {
        outline: none !important;
        /*border: 2px solid var(--color-7);*/
    }

.standard a .cta-icon {
    position: relative;
    transition: 0.3s;
}
.standard a:hover .cta-icon {
    left: 10px;
}

.standard p a, .standard .p a {
    color: inherit !important;
    text-decoration: none;
    transition: 0.3s;
}

    .standard p a:hover, .standard .p a:hover {
        color: var(--color-7) !important;
        text-decoration: underline;
    }

.standard ul.list-style-none {
    list-style: none;
    padding: 0;
}

    .standard ul.list-style-none li {
        margin-bottom: 0.2rem;
    }

.standard strong {
    display: inline-block;
}

.standard footer hr {
    border-bottom: 1px solid var(--color-6);
    border-top: 0;
    margin: 1.8rem 0;
    width: 100%;
    opacity: 0.5;
}

.logos-slider {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
}

    /* Effetto sfumato ai lati (opzionale, per dare profondità) */
    .logos-slider:before,
    .logos-slider:after {
        position: absolute;
        top: 0;
        width: 250px;
        height: 100%;
        content: "";
        z-index: 2;
    }

    .logos-slider:before {
        left: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    }

    .logos-slider:after {
        right: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    }

/* Il binario che si muove */
.logos-slide {
    display: flex; /* Allinea i loghi all'interno della slide */
    flex-shrink: 0; /* IMPEDISCE alle slide di rimpicciolirsi */
}

    .logos-slide img {
        height: 40px !important;
        margin: 0 1rem;
        /*filter: grayscale(100%);*/
        opacity: 0.8;
        flex-shrink: 0;
    }

/* L'animazione del movimento */
@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


@media (min-width: 767px) {
    .logos-slider:not(.animation-none) .logos-slide {
        animation: 30s slide infinite linear;
    }

    .logos-slider.animation-none .logos-slide {
        margin: auto;
    }
}

@media (max-width: 766px) {
    .logos-slider .logos-slide {
        animation: 30s slide infinite linear;
    }

    .logos-slide img {
        opacity: 1;
    }

    .logos-slider:before,
    .logos-slider:after {
        width: 50px;
    }
}

.mt-6 {
    margin-top: 5rem !important;
}

.standard h4, .standard h5, .standard h6 {
    margin-bottom: 0;
}

smart-search-container {
    position: relative;
}

.smart-search-container .smart-search input {
    padding-left: 50px;
    width: 100%;
}

.smart-search-container .smart-search svg {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    pointer-events: none;
}

.smart-search-container .smart-search-results {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: start;
    border-radius: var(--radius-2);
    margin-top: 0.5rem;
    padding: 0.7rem;
    position: absolute;
    width: 100%;
    z-index: 9;
    max-height: 218px;
    width: 459px;
    max-width: 90%;
    overflow-y: auto;
}

    .smart-search-container .smart-search-results a {
        padding: 0.4rem 1rem;
        text-decoration: none;
        color: inherit !important;
        font-weight: 600;
        width: 100%;
        text-align: start;
        border-radius: var(--radius-2);
        display: flex;
        flex-wrap: wrap;
    }

        .smart-search-container .smart-search-results a svg:last-child, .smart-search-container .smart-search-results a i:last-child {
            margin-left: auto;
            margin-right: 0;
        }

        .smart-search-container .smart-search-results a svg:first-child, .smart-search-container .smart-search-results a i:first-child {
            margin-right: 1rem;
            margin-left: 0;
        }

        .smart-search-container .smart-search-results a:hover {
            background-color: var(--color-8);
        }




/* ----     HEADER      ------------------------------------------------------------------------------------------------------------------------------ */

#content {
    padding-top: 0px !important;
}

.standard .custom {
    display: contents;
}

.standard a {
    cursor: pointer;
    outline: none;
}

.standard.standard-mobile-menu-opened {
    overflow: hidden !important;
}

.standard #mobileToggledMenu {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    padding: 5rem 3rem;
    animation: fadeUp 1 0.45s ease-out;
}

@keyframes fadeUp {
    0% {
        transform: translateY(100vh);
    }

    100% {
        transform: translateY(0vh);
    }
}

.standard:not(.standard-mobile-menu-opened) #mobileToggledMenu {
    display: none;
}

.standard #mobileToggledMenu ul {
    flex-direction: column;
    font-size: 26px;
}

.standard header #toggleMobileMenu {
    transition: 0.3s;
}

    .standard header #toggleMobileMenu i {
        /*transform: scale(1.8);*/
        font-size: 35px;
    }

.standard.standard-mobile-menu-opened header #toggleMobileMenu i:before {
    content: "\f00d";
}

.standard.standard-mobile-menu-opened .app-header a:not(#toggleMobileMenu) {
    opacity: 0;
    pointer-events: none;
}

.standard #appHeader.app-header a:hover {
    color: var(--color-4) !important;
}

.standard .dropdown {
    --icon-font-size: 14px;
}

    .standard .dropdown .dropdown-body {
        display: none !important;
        padding: 0 1rem;
    }

    .standard .dropdown.opened .dropdown-body {
        display: block !important;
    }

        .standard .dropdown.opened span.highlighted {
            background-color: var(--color-9);
            border-radius: var(--radius-2);
            padding: 0rem 0.1rem;
        }

    .standard .dropdown .dropdown-head:after {
        font-family: "Font Awesome 6 Pro";
        content: "\f078";
        margin-left: 0.2rem;
        font-size: var(--icon-font-size);
        position: relative;
        top: -1px;
    }
    .standard .dropdown.untoggleable .dropdown-head:after {
        visibility: hidden;
    }


        .standard .dropdown.opened .dropdown-head:after {
            font-family: "Font Awesome 6 Pro";
            content: "\f077";
            margin-left: 0.2rem;
            font-size: var(--icon-font-size);
        }

    .standard .dropdown.position-relative.opened .dropdown-body {
        position: absolute;
        width: 200px;
        background-color: var(--color-4);
        display: flex;
        flex-direction: column;
        text-align: start;
        padding: 0.6rem;
        border-radius: var(--radius-3);
        box-shadow: 0px 0px 3px var(--color-6);
        top: 2rem;
    }

        .standard .dropdown.position-relative.opened .dropdown-body > a {
            padding: 0.4rem 0.6rem;
            border-radius: var(--radius-3);
            width: 100%;
            display: block;
        }

            .standard .dropdown.position-relative.opened .dropdown-body > a:hover {
                background-color: var(--color-8);
            }


.standard.standard-mobile-menu-opened .dropdown .dropdown-head:after {
    margin-left: 0.5rem !important;
    --icon-font-size: 17px !important;
}

.standard section .dropdown, .standard .shadowed, .smart-search-container .smart-search-results {
    box-shadow: 0 0 3px var(--color-11);
}

    .standard section .dropdown{
        padding: 0;
        overflow: hidden;
        user-select: none;
    }
        .standard section .dropdown .dropdown-head {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            padding: 1rem;
        }
        .standard section .dropdown:not(.untoggleable) .dropdown-head {
            cursor: pointer;
        }
        .standard section .dropdown .dropdown-body {
            padding: 1rem;
            padding-top: 0;
        }

        .standard section .dropdown.with-icon .dropdown-head .col-auto {
            margin-right: 1rem;
        }

        @media screen and (min-width: 768px) {
            .standard section .dropdown.with-icon .dropdown-body {
                padding-left: calc(1rem + 40px + 1rem);
            }
        }

    .standard header.header-lg {
        position: sticky;
        top: 0px;
        z-index: 9999990;
        width: 100%;
        box-shadow: 0 0px 4px var(--color-6);
    }

    .standard header.header-lg ul li {
        margin-bottom: 0;
    }

.standard header .cage {
    padding: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    color: #48566a;
}

.standard header ul {
    font-weight: 600;
}

.standard header .p a {
    outline: none !important;
}

    .standard header .p a:hover {
        color: #000000 !important;
        text-decoration: none !important;
    }

.standard .app-header {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 99999999;
    --gap: 0.8rem;
    padding: 0.8rem 0;
    box-shadow: 0 0px 4px var(--color-6);
}

    .standard .app-header tr {
        vertical-align: bottom;
    }

        .standard .app-header tr td, .standard .app-header .grid > a {
            --n-elements: 5;
            width: calc(calc(100% / var(--n-elements)) - var(--gap));
        }

            .standard .app-header tr td a, .standard .app-header .grid > a {
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                padding: 0 0.2rem;
                font-size: 14px;
                height: 100%;
                font-weight: 600;
            }

                .standard .app-header tr td a:focus, .standard .app-header > a:focus {
                    color: inherit !important;
                }

                .standard .app-header tr td a svg, .standard .app-header tr td a i, .standard .app-header .grid > a svg, .standard .app-header .grid > a i {
                    font-size: 21px;
                    margin-bottom: 0.2rem;
                    color: inherit !important;
                }

.standard.standard-mobile-menu-opened .app-header {
    box-shadow: none;
}

.standard table {
    border-radius: var(--radius-3);
    overflow: hidden;
}

    .standard table td, .standard table th {
        padding: 0.2rem 0.8rem;
    }

    .standard table tr:first-child > * {
        padding-top: 0.5rem;
    }

    .standard table tr:last-child > * {
        padding-bottom: 0.5rem;
    }

    .standard table tr:nth-child(2n+1):not([class*='bg-']) {
        background-color: var(--color-8);
    }

.standard .box .label {
    letter-spacing: 1px;
}

.standard .border-w-1 {
    border-width: 2px !important;
}

.standard .border-w-2 {
    border-width: 4px !important;
}

.standard .border-w-3 {
    border-width: 7px !important;
}

.standard .radius-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.standard .radius-top-1 {
    border-top-left-radius: var(--radius-3) !important;
    border-top-right-radius: var(--radius-3) !important;
}

.standard .radius-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.standard .border-left-0 {
    border-left: 0 !important;
}

.standard .border-right-0 {
    border-right: 0 !important;
}

.standard .border-bottom-0 {
    border-bottom: 0 !important;
}

.standard .border-top-0 {
    border-top: 0 !important;
}

.standard .label.position-absolute {
    --anchor: 10px;
    top: var(--anchor);
    left: var(--anchor);
}

.standard .shadowed-1 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.standard .shadowed-2 {
    box-shadow: 0 0 50px var(--color-7);
}

.standard .fw-500 {
    font-weight: 500 !important;
}

.standard .fw-600 {
    font-weight: 600 !important;
}

.standard .fw-700 {
    font-weight: 700 !important;
}

.standard .fw-800 {
    font-weight: 800 !important;
}

.standard .fw-900 {
    font-weight: 900 !important;
}



/* ----     FOOTER      ------------------------------------------------------------------------------------------------------------------------------ */

.standard footer img {
    max-height: 100px;
}

@media screen and (max-width:767px) {
    .standard footer {
        margin-bottom: 78px;
    }
}

/* ----   ICONOGRAPHY    ------------------------------------------------------------------------------------------------------------------------------ */
.icon.quick-start {
    --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z'%3E%3C/path%3E%3Cpath d='m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z'%3E%3C/path%3E%3Cpath d='M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0'%3E%3C/path%3E%3Cpath d='M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5'%3E%3C/path%3E%3C/svg%3E")
}
.icon.technical-specs {
    --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'%3E%3C/path%3E%3Cpolyline points='14 2 14 8 20 8'%3E%3C/polyline%3E%3Cline x1='16' y1='13' x2='8' y2='13'%3E%3C/line%3E%3Cline x1='16' y1='17' x2='8' y2='17'%3E%3C/line%3E%3Cpolyline points='10 9 9 9 8 9'%3E%3C/polyline%3E%3C/svg%3E")
}
.icon.configuration-tutorial {
    --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
}
.icon.software-integration {
    --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 13v8'%3E%3C/path%3E%3Cpath d='M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242'%3E%3C/path%3E%3Cpath d='m8 17 4-4 4 4'%3E%3C/path%3E%3C/svg%3E")
}
.icon.common-problems {
    --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'%3E%3C/path%3E%3C/svg%3E")
}
.icon.faq {
    --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.9 20A9 9 0 1 0 4 16.1L2 22Z'%3E%3C/path%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'%3E%3C/path%3E%3Cpath d='M12 17h.01'%3E%3C/path%3E%3C/svg%3E")
}
.icon.star {
    --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%3E%3C/svg%3E");
    background-color: #f9c20a;
}
.icon.remove {
    --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18m-2 0v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6m3 0V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2m-6 5v6m4-6v6'%3E%3C/path%3E%3C/svg%3E");
}
.icon.add {
    --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
}
.icon.discount {
    --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z'%3E%3C/path%3E%3Cline x1='7' y1='7' x2='7.01' y2='7'%3E%3C/line%3E%3C/svg%3E");
}
.icon.course {
    --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z'%3E%3C/path%3E%3Cpath d='M22 10v6'%3E%3C/path%3E%3Cpath d='M6 12.5V16a6 3 0 0 0 12 0v-3.5'%3E%3C/path%3E%3C/svg%3E");
}

.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-mask-image: var(--icon-url);
    mask-image: var(--icon-url);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
}

.hover-highlight:hover {
    --hover-color: var(--highlight);
    color: var(--hover-color);
    cursor: pointer;
}
.hover-7:hover {
    --hover-color: var(--color-7);
    color: var(--hover-color);
    cursor: pointer;
}
    .hover-highlight:hover i.icon, .hover-7:hover i.icon,
    i.icon.hover-highlight:hover, i.icon.hover-7:hover{
        background-color: var(--hover-color);
    }

/* ----     STRIPE CART      ------------------------------------------------------------------------------------------------------------------------------ */
.shopping-cart-menu-voice {
    position: relative;
    color: #ffffff;
    padding: 0.2rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    width: fit-content;
}

    .shopping-cart-menu-voice span {
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-25%, 17%);
        font-size: 10px;
        background-color: #e94167;
        color: #ffffff;
        border: 2px solid #ffffff;
        --cart-num-size: 17px;
        width: var(--cart-num-size);
        height: var(--cart-num-size);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .shopping-cart-menu-voice i {
        font-size: 26px;
    }

.shopping-cart-sidebar-container {
    background-color: #0000005c;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999999;
}

.shopping-cart-sidebar {
    box-shadow: 0 0 12px #0000003b;
    background-color: #f5f8fa;
    color: #000000;
    flex: 0 0 auto;
    --width: 400px;
    width: var(--width);
    max-width: 100%;
    height: 100%;
    order: 1;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    animation: shoppingCartIn 1 0.3s;
    --header-height: calc(45px + 1rem);
    --body-height: 35px;
    --footer-height: calc(250px + 1.5rem);
    --highlight-color: #ee335b;
    padding: 1rem 0.5rem;
}

@keyframes shoppingCartIn {
    0% {
        position: relative;
        left: var(--width);
    }

    100% {
        position: relative;
        left: 0;
    }
}

.shopping-cart-sidebar .cart-header {
    font-size: 28px;
    font-weight: 700;
    height: var(--header-height);
    padding: 0.5rem 0.7rem 0.5rem 1.5rem;
}

    .shopping-cart-sidebar .cart-header i {
        cursor: pointer;
        color: #adadadf0;
        font-size: 30px;
        padding: 0.3rem;
    }

        .shopping-cart-sidebar .cart-header i:hover {
            color: var(--highlight-color);
        }

.shopping-cart-sidebar .cart-footer {
    height: var(--footer-height);
    padding: 0.5rem 1.5rem;
}

    .shopping-cart-sidebar .cart-footer #stripeCartCheckoutBtn, .shopping-cart-sidebar .cart-footer .cart-btn-2 {
        height: fit-content;
        padding: 0.7rem 1.2rem;
        font-weight: 500;
        transition: 0.4s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer !important;
        background-color: var(--color-10) !important;
        color: var(--color-4) !important;
        border-radius: 6px;
        font-size: 22px;
        user-select: none;
        border: 2px solid transparent;
    }

    .shopping-cart-sidebar .cart-footer .cart-btn-2 {
        background-color: transparent !important;
        color: var(--color-7) !important;
        border: 2px solid var(--color-7);
    }

        .shopping-cart-sidebar .cart-footer #stripeCartCheckoutBtn:hover:enabled, .shopping-cart-sidebar .cart-footer .cart-btn-2:hover:enabled {
            background-color: var(--color-7) !important;
            color: var(--color-4) !important;
            border-color: transparent !important;
        }

    .shopping-cart-sidebar .cart-footer .cart-btn:disabled {
        opacity: 0.3;
    }

.shopping-cart-sidebar .cart-body {
    overflow-y: auto;
    height: calc(100% - var(--header-height) - var(--footer-height));
    padding: 0 0.3rem;
}

    .shopping-cart-sidebar .cart-body .cart-product {
        height: fit-content;
        padding: 0.8rem 1rem;
        width: 100%;
        border-top: 1px solid #adadadf0;
    }

        .shopping-cart-sidebar .cart-body .cart-product:hover {
            background-color: #edf2f5;
        }

    .shopping-cart-sidebar .cart-body .empty-cart {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #414040;
        pointer-events: none;
    }

    .shopping-cart-sidebar .cart-body .cart-product .product-name {
        font-size: 18px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: start;
        color: #46485d;
        font-weight: 500;
        line-height: 1.2;
    }

    .shopping-cart-sidebar .cart-body .cart-product .product-image {
        padding: 0;
        margin: 0 0.8rem 0 0;
        border-radius: 8px;
        --img-size: 50px;
        width: var(--img-size);
        height: var(--img-size);
        object-fit: cover;
    }

    .shopping-cart-sidebar .cart-body .cart-product .product-price {
        margin: 0.2rem 0 0;
        font-weight: 600;
        color: #000000;
        font-size: 17px;
    }

    .shopping-cart-sidebar .cart-body .cart-product .product-actions {
        margin: 0;
        color: #686b8c;
        font-weight: 600;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

        .shopping-cart-sidebar .cart-body .cart-product .product-actions i {
            cursor: pointer;
            transition: 0.3s;
            margin: auto 0.5rem;
            font-size: 18px;
        }

            .shopping-cart-sidebar .cart-body .cart-product .product-actions i.remove:hover {
                color: var(--highlight-color);
            }

.shopping-cart-sidebar .cart-footer .cart-subtotal {
    line-height: 1.15;
    font-size: 16px;
    color: #46485d;
    font-weight: 500;
    height: fit-content;
}

.shopping-cart-sidebar .cart-footer .cart-total {
    line-height: 1.15;
    color: #000000;
    font-weight: 600;
    font-size: 23px;
    border-top: 1px solid #adadadf0;
    padding-top: .5rem;
    height: fit-content;
}

.cart-success {
    font-size: 22px;
    color: #069506 !important;
    font-weight: 600;
    background-color: #e8fff1 !important;
}

    .cart-success > .container {
        color: inherit !important;
        font-size: inherit !important;
    }

    .cart-success i {
        color: #069506;
        font-size: 50px;
        margin-right: 1rem;
        animation: cartSuccessIcon 1 1.5s;
    }

@keyframes cartSuccessIcon {
    0%,20% {
        transform: rotate(0deg) scale(0);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

#dj-megamenu129offcanvas ul .shopping-cart-menu-voice {
    padding: 0.2rem 1rem;
}

    #dj-megamenu129offcanvas ul .shopping-cart-menu-voice > div:first-child {
        color: #444444;
        font-size: 19px;
        font-weight: 500;
        margin: 0;
    }

    #dj-megamenu129offcanvas ul .shopping-cart-menu-voice i {
        font-size: 26px;
    }

    #dj-megamenu129offcanvas ul .shopping-cart-menu-voice span {
        transform: translate(-38%, -20%);
        font-size: 12px;
        --cart-num-size: 18px;
    }

@media screen and (max-width: 767px) {
    .shopping-cart-sidebar {
        --width: 100%;
    }
}

#shoppingCartChooseCheckout {
    background-color: var(--color-2);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999999;
}

    #shoppingCartChooseCheckout .choose-checkout {
        background-color: #101827c4;
        padding-top: 0;
        border-radius: 7px;
        font-size: 23px;
        overflow: hidden;
        box-shadow: 0 0 5px #0000000f;
    }

        #shoppingCartChooseCheckout .choose-checkout button {
            width: auto;
            min-width: 100px;
            border: 0;
            padding: 0.6rem 1rem;
            border-radius: 7px;
            margin: 0.5rem 0;
            background-color: var(--color-7);
            color: var(--color-4);
            font-weight: 600;
            transition: 0.3s;
        }

            #shoppingCartChooseCheckout .choose-checkout button:hover, #shoppingCartChooseCheckout .choose-checkout button:focus-within {
                box-shadow: inset 0 0 80px #0000003d;
            }

        #shoppingCartChooseCheckout .choose-checkout .choose-checkout-title {
            font-size: 28px;
            font-weight: 300;
            letter-spacing: 0.5px;
        }

        #shoppingCartChooseCheckout .choose-checkout i.fa-xmark {
            opacity: 0.8;
            cursor: pointer;
            transition: 0.3s;
            color: var(--color-4);
        }

            #shoppingCartChooseCheckout .choose-checkout i.fa-xmark:hover {
                opacity: 1;
            }

.field-container {
    margin: .5rem;
    background-color: var(--color-4);
    color: var(--color-2);
    box-shadow: 0 0 5px #00000014;
    border-radius: 4px;
    padding: 0;
}

    .field-container input, .field-container select {
        background-color: transparent;
        border: 0;
        outline: 0;
        box-shadow: none;
        padding: .7rem .5rem;
        width: calc(100% - 40px);
        margin: 0 !important;
        color: inherit;
    }

        .field-container input[type=radio] {
            width: fit-content;
            margin: 0.5rem !important;
        }

    .field-container label {
        width: unset !important;
    }

    .field-container select {
        margin-right: .5rem !important;
    }

    .field-container i {
        opacity: .5;
        width: 40px;
        padding: 0;
        height: 40px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

.cursor-pointer {
    cursor: pointer;
}

#stripeCartFormCheckoutBtn[disabled] {
    opacity: 0.5;
    box-shadow: none !important;
}

@media (min-width: 992px) {
    #shoppingCartChooseCheckout .col-lg-11 {
        width: calc(41.66666667% + 41.66666667% + 1rem);
    }
}

@media screen and (max-width:991px) {
    .shopping-cart-menu-voice i {
        font-size: 33px;
    }
    .shopping-cart-menu-voice span {
        font-size: 17px;
        --cart-num-size: 23px;
        transform: translate(-30%, -29%);
    }

    #bigCartIcon.shopping-cart-menu-voice i {
        font-size: 24px;
    }
    #bigCartIcon.shopping-cart-menu-voice span {
        font-size: 12px;
        --cart-num-size: 17px;
        transform: translate(-26%, 21%);
    }
}


/* --- CUSTOM CHECKOUT ------------------------------------------------------------------------------- */

.fw-500 {
    font-weight: 500 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

#paymentForm .iti, .paymentForm .iti {
    width: 100%;
}

#paymentForm .iti__flag-container, .paymentForm .iti__flag-container {
    padding: 0;
}

#paymentForm .iti__selected-flag, .paymentForm .iti__selected-flag {
    border-radius: var(--radius-2);
}

#paymentForm #telefono, .paymentForm #telefono {
    margin-left: 6.5rem;
}

.radius-0 {
    border-radius: 0 !important;
}

.radius-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.radius-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#paymentForm select, #card-element, #paymentForm .bg-form-input,
.paymentForm select, #card-element, .paymentForm .bg-form-input {
    box-shadow: 0 0 2px #00000061;
    padding: 0.7rem 1rem;
    border-radius: var(--radius-3);
}

#paypal-button-container {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 2px #00000061;
    border-radius: var(--radius-3);
}

#paymentForm .bg-form-input, .paymentForm .bg-form-input {
    background-color: var(--color-4);
    color: #000000;
    position: relative;
}

#paymentForm, #cartSummary {
    width: 500px;
    max-width: 100%;
    margin: 1rem 2.5rem;
}

.scrollable-lg::-webkit-scrollbar {
    width: 6px; /* Larghezza della barra verticale */
    height: 6px; /* Altezza della barra orizzontale */
}

.scrollable-lg::-webkit-scrollbar-track {
    background: transparent; /* Rende la traccia invisibile */
}

.scrollable-lg::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2); /* Colore semitrasparente */
    border-radius: 10px; /* Bordi arrotondati */
}

    .scrollable-lg::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.4); /* Si scurisce al passaggio del mouse */
    }

.scrollable-lg {
    scrollbar-width: thin; /* Barra sottile */
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent; /* Colore barra e traccia */
}

@media screen and (min-width: 768px) {
    .scrollable-lg {
        overflow-y: auto;
        height: 100%;
    }

    .order-lg {
        order: unset !important;
    }
}

@media screen and (max-width: 767px) {
    #paymentForm, #cartSummary {
        margin: auto;
    }

    #checkout {
        overflow: auto;
    }
}

#submitCheckout {
    padding: 1rem;
    font-weight: 600;
    font-size: 20px;
}

#card-element {
    padding: 1rem 1.5rem 1rem 1rem;
}

.standard *:disabled {
    opacity: 0.6;
    cursor: context-menu !important;
}

#paymentForm .optional:after, #paymentForm .choice:after,
.paymentForm .optional:after, .paymentForm .choice:after {
    content: "Facoltativo";
    display: block;
    border: 1px solid #0f172954;
    border-radius: var(--radius-2);
    color: #000000cf;
    padding: 0.2rem 0.5rem;
    font-size: 15px;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
}

#paymentForm .choice:after,
.paymentForm .choice:after {
    content: "A scelta";
}

.color-inherit {
    color: inherit !important;
}

.radius-0 {
    border-radius: 0 !important;
}




/* OTHER CONTENTS */

.tab-btn {
    transition: 0s !important;
}

.cta-tab.active {
    background-color: var(--color-3);
    color: var(--color-4);
}

    .cta-tab.active h5 {
        font-weight: 700;
    }

div.box.tab-btn.active {
    border: 2px solid var(--color-1);
}

.cta-tab.unactive {
    background-color: var(--color-5);
    color: var(--color-3);
}

section.bg-3 .cta-tab.unactive {
    background-color: var(--color-3);
    color: var(--color-4);
}

section.bg-3 .cta-tab.active {
    background-color: var(--color-5);
    color: var(--color-3);
}

.grid[class*='bg-'] .cta-tab.unactive {
    background-color: transparent;
    color: inherit;
}

.step-number {
    font-size: 24px;
    user-select: none;
}

.step-hr {
    border-bottom: 3px solid var(--color-6);
    opacity: 1;
    width: 20px;
}