* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: var(--primaryFont);
}

html {
/*     scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch; */
}

/*PROVE*/

.companyinfo {
    margin-bottom: 30px;
    background: #f9f9ff;
    padding: 30px;
    border-radius: 15px;
}

.companyinfo .companylogo {
    width: 100px;
    background: #fff;
    display: inline-block;
    margin-bottom: 10px;
    float: left;
    margin-right: 15px;
}

.companyinfo .companylogo img {
    display: block;
    border-radius: 15px;
    width: 100%;
}

.job-header .contentbox {
    padding: 35px;
}

.job-header .contentbox h3 i, .jobdetail h3 i, .companyinfo h3 i {
    color: var(--prymaryBlue);
    margin-right: 5px;
    font-size: 20px;
}

.jobButtons {
    padding: 20px 25px;
}

.jobButtons a.btn-b{
    line-height: 60px;
}

.text-decoration-none {
    text-decoration: none;
}

.searchList {
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}

.searchList > li {
    background: #fcfdff;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid #eee;
    padding: 22px 18px;
    margin-bottom: 15px;
}

.fulltime {
    background: #6ACA00;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 4px 6px;
    border-radius: 3px;
}

.partTime {
    background: #f8a60c;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 4px 6px;
    border-radius: 3px;
}

.text-color-333{
    color: #333333;
}


.margin-r-0 {
    margin-right: 0;
}

/*prove*/
/* FONT */

h1, .h1 {
    font-size: var(--size1);
    font-weight: 500;
    color: var(--PrimaryBlue);
}

h2, .h2 {
    font-size: var(--sizeH2);
    color: var(--PrimaryBlue);
    font-weight: 400;
}

h1, h2, .h1, .h2 {
    text-transform: uppercase;
}

h3, .h3 {
    font-weight: 400;
    font-size: var(--size3);
    text-transform: uppercase;
    color: var(--PrimaryBlue);
}

h4, .h4 {
    color: var(--pColor);
    font-weight: 500;
    text-transform: uppercase;
}

p {
    color: var(--pColor);
    font-size: var(--sizeP3);
    column-gap: var(--gapP);
    line-height: var(--lineHeightP3);
    font-weight: 300;
}

a {
    font-weight: 300;
    text-decoration: none;
}
a:not(.btn-b):not(.btn-w):not(.social-a):hover {
    text-decoration: underline !important;
    text-underline-offset: 7px !important;
    text-decoration-color: var(--red) !important;
    text-decoration-thickness: 3px !important;
}

div.ec-proceed-to-checkout .wc-proceed-to-checkout > a.checkout-button .button .alt .ec-forward:hover {
    text-decoration: none!important;
}

.h2-sm {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

/* .p-big {
    font-size: var(--sizeP3);
    font-weight: 300;
} */

.p-banner {
    font-size: var(--sizeP2);
    font-weight: 700;
}

.p-hg {
    font-size: var(--sizeP1);
    color: var(--PrimaryBlue);
    font-weight: 300;
    font-family: var(--BwModelicaLight);
    line-height: var(--lineHeightP1);
    text-transform: uppercase;
}

.p-sm {
    font-size: var(--sizeP4);
    /* font-weight: 500; */
}

/* /FONT */

.bold {
    font-weight: 700;
}

.text-white {
    color: var(--white);
}

.text_shadow-w {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.text_shadow-b {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.text-left {
    text-align: left;
}

.signature {
    font-weight: 500;
}

/* MARGIN */
.ml1d {
    margin-left: 1dvw;
}

.mr-60 {
    margin-right: 60px;
}

.mr-100 {
    margin-right: var(--mr100);
}

.mb-3 {
    margin-bottom: 5dvw;
}

.mb-30 {
    margin-bottom: var(--marginB30);
}

.mb-40 {
    margin-bottom: var(--marginB40);

}

.mb-45 {
    margin-bottom: var(--marginB45);
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: var(--marginB80);
}

.mtb5 {
    margin-top: 1dvw;
    margin-bottom: 3dvw;
}

.mt-120 {
    margin-top: var(--marginT120);
}

.mt-150 {
    margin-top: var(--marginT150);
}

.ml-60 {
    margin-left: var(--marginL60);
}

.ml20 {
    margin-left: 20%;
}

/* /MARGIN */
/* PADDING */
.pd15 {
    padding: var(--padding15);
}

.pd40 {
    padding: var(--padding40);
}

.pd180 {
    padding: var(--padding180);
}

.pb-100 {
    padding-bottom: var(--paddingB100);
}

.pb-150 {
    padding-bottom: var(--paddingB150);
}

.pt-100 {
    padding-top: var(--paddingT100);
}

.pt-150 {
    padding-top: var(--paddingT150);
}

/* /PADDING */

/* width */

.w-80 {
    width: 80%;
}

.w-100 {
    width: 100%;
}

/* ZINDEX */
.z-index10 {
    z-index: 10;
}

/* POSITION */
.absolute {
    position: absolute;
}

/* CONTAINER */
.cont-60 {
    width: var(--cont60);
}

.cont-50 {
    width: var(--cont50);
}

.col-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.aSelfStart {
    align-self: flex-start;
}

/* /CONTAINER */

/* POSITION */

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.top10 {
    top: 10%;
}

.top25 {
    top: 25%;
}

/* CHIPS */
.cont-chips {
    width: 100%;
    padding: 2dvw;
    position: absolute;
    top: 0%;
    left: 0%;
}

span.chips {
    width: 10dvw;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 30px;
    border-radius: 20px;
    font-size: 0.6dvw;
}

/* /CHIPS */
/* DISCOUNT */

.discount-on {
    text-decoration-line: line-through;
}

ins {
    text-decoration: none;
}
/* /DISCOUNT */
/* DISCOUNT */

.discount-on {
    text-decoration-line: line-through;
}

ins {
    text-decoration: none;
}
/* /DISCOUNT */
/* COUNTDOWN */

.cont-countdown{
    position: absolute;
    top: 0px;
    right:0;
    left: 0;
    display: flex;
    justify-content: end;
}

.cont-countdown > .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: end;
    backdrop-filter: brightness(0.8);
}

.cont-countdown > .woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-text-before, .woo-sctr-shortcode-countdown-style-2 .woo-sctr-shortcode-countdown-text-before {
    color: white;
}

.cont-countdown > .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-1 {
    color: #fff;
}

@media (max-width: 764px){
    .cont-countdown{
        position: absolute;
        bottom:0px; 
        right:0;
        left: 0;
        top: inherit;
        height:130px;
    }

    .cont-countdown > .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: end;
        backdrop-filter: brightness(0.5);
        width: 100%;

    }

    .cont-countdown > .woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-text-before, .woo-sctr-shortcode-countdown-style-2 .woo-sctr-shortcode-countdown-text-before {
        color: white;
    }
    
    .cont-countdown > .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-1 {
        color: #fff;
    }
}
/* /COUNTDOWN */

.btn-white {
    color: var(--secondaryColor);
}

.cont-CTA {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 2dvw;
}

.cont-split {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.btn-nost {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 2dvw;
}

.btn-nost-b {
    color: #002255;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 2dvw;
}

.cont-CTA > a {
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--sizeA);

}

.btn-st-w {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 25px;
    padding: 0.8dvw 1.2dvw;
    text-decoration: none;
    text-transform: uppercase;
    font-size: var(--sizeA);

}

.btn-st-b {
    color: #002255;
    border: 2px solid #002255;
    background-color: transparent;
    border-radius: 50%;
    padding: 0.8dvw 1.2dvw;
    text-decoration: none;
    text-transform: uppercase;
    font-size: var(--sizeA);
}

/*BUTTON PULSE*/
.b-buy-fix {
    position: fixed;
    bottom: 50%;
    right: 10px;
    transform: translateY(50%);
    z-index: 1000;
}

.btn-pulse {
    color: #fff;
    min-width: 100px;
    font-size: var(--sizeApx);
    text-transform: uppercase;
    padding: 14px 30px;
    font-weight: 500;
    border-radius: 45px;
    transition: all 0.1s ease 0s;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
}

.btn-pulse:hover {
    background-color: #002255!important;
}

.pulse {
    animation: pulse 3s infinite;
}

@keyframes pulse {
    from {
      background-color: #002255;
    }
    50% {
      background-color: #f00;
    }
    to {
        background-color: #002255;
      }
}

/*FINE BUTTON PULSE*/


.major {
    margin-left: 10px;
}

.bgcr {
    -webkit-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.3);
}

.new {
    background-color: rgba(0, 0, 0, 0.3);
}

.sold-out {
    background-color: rgba(255, 0, 0, 0.532);
}

.desc-blak {
    color: rgba(0, 0, 0, 0.547) !important;
}

.bg-blue {
    background-color: var(--PrimaryBlue);
}


ul.tick {
    position: relative;
    list-style-type: none;
    color: var(--pColor);
    font-size: var(--sizeP3);
    line-height: var(--lineHeightP3);
    font-weight: 300;
}


ul.tick li:before {
    content: '✓';
    color: var(--prymaryBlue); 
    list-style-type: none;
    font-size: var(--sizeP3);
    position: absolute;
    left: 0;
   }

.text_justify {
    text-align: justify;
}

#nav {
    position: fixed;
    /*height: 60px;*/
    width: 100%;
    z-index: 9999;
    top: 0;
    /*
    height: 60px;
    background-color: #ffffff3f;
    backdrop-filter: opacity(10%);
    */
    padding: 12px 0;
    transition: all 0.2s linear;
}


#nav a {
    width: 100%;
    height: 100%;
}
/* FOOTER COMMODORIANI */

.footer-cover-commodoriani {
    max-width: 200px;
}
/* FINE FOOTER COMMODORIANI */

/* CARD*/
.disable-card {
    opacity: 0.6;
}

.card-header {
    background-color: transparent;
}
/*FINE CARD*/

/* ANIMATION */

.title-entry2 {
    opacity: 0;
}

.title-entry3 {
    opacity: 0;
}

.title-entry4 {
    opacity: 0;
}
/* .parent-prodImage {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    
    .prodImage1 { 
        grid-area: 1 / 1 / 4 / 2;
        aspect-ratio: 1/1;
     }
    .prodImage2 { 
        grid-area: 1 / 2 / 4 / 3; 
        aspect-ratio: 1/1;
    }
    .prodImage3 { 
        grid-area: 4 / 1 / 6 / 3; 
        aspect-ratio: 16/9;
    }

    .prodImage1>img,.prodImage2>img {
        width: 100%;
    } 
    
    .prodImage3>img {
        width: 100%;
    } */

    .prodImage1 { 
        aspect-ratio: 1/1;
     }
    .prodImage2 { 
        aspect-ratio: 1/1;
    }
    .prodImage3 { 
        aspect-ratio: 16/9;
    }

    .prodImage1>img,.prodImage2>img,.prodImage3>img  {
        width: 100%;
    } 
    

    .parent-3img-line {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        }
        
        .img-line1 { 
            grid-area: 1 / 1 / 2 / 2;
            aspect-ratio: 16/9;
            overflow-y: hidden;
        }
        .img-line2 { 
            grid-area: 1 / 2 / 2 / 3;
            aspect-ratio: 16/9;
            overflow-y: hidden;
        }
        .img-line3 { 
            grid-area: 1 / 3 / 2 / 4;
            aspect-ratio: 16/9;
            overflow-y: hidden;
        }


/*SHOP*/
.product_paragraph {
    font-weight: 500;
}

/*VIDEO PRODOTTO*/
.container-video-product {
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-items: center;
    top: 140px;
}

.video-prodotto {
    width: 100%;
}


/*RADIO*/
.ratio-21-6 {
    aspect-ratio: 21 / 6;
}

.banner-product {
    background-position: bottom;
    background-size: cover;
    aspect-ratio: 21/7;
}

@media (max-width: 1799px){

    /*VIDEO PRODOTTO*/
 .container-video-product {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-items: center;
    top: 100px;
  }
}

@media (max-width: 1599px){

    /*VIDEO PRODOTTO*/
 .container-video-product {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-items: center;
    top: 100px;
  }
}

@media (max-width: 1399px){

    /*VIDEO PRODOTTO*/
 .container-video-product {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-items: center;
    top: 100px;
  }
}

@media (min-width: 1200px){
    #nav.sticky {
        background-color: #fff;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
        box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
        transition: all 0.2s linear;
        height: 60px;
    }
    #nav.sticky .logo {
        height: 36px;
        transition: all 0.2s linear;
    }
    #nav .logo {
        height: 60px;
        transition: all 0.2s linear;
    }
}
@media (max-width: 1199px){
    #nav {
        background-color: #fff;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
        box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
        transition: all 0.2s linear;
        height: 60px;
    }
    #nav .logo {
        height: 36px;
        transition: all 0.2s linear;
    }

    /*VIDEO PRODOTTO*/
    .container-video-product {
        width: 100%;
        height: 500px;
        overflow: hidden;
        position: absolute;
        display: flex;
        align-items: center;
        justify-items: center;
        top: 100px;
    }
}



#nav nav > ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

#nav nav > ul li {
    margin: 10px;
}

#nav nav > ul li a {
    text-decoration: none;
    color: var(--PrimaryBlue);
    text-transform: uppercase;
    font-size: var(--sizeP4);
}


#nav nav > ul * {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#nav nav > ul li {
    display: inline-block;
    list-style: outside none none;
    
    overflow: hidden;
}
@media (min-width: 1300px){
    #nav nav > ul li {
        margin: 0 1.5em;
    }
}
@media (max-width: 1299px){
    #nav nav > ul li {
        margin: 0 1em;
    }
}

#nav nav > ul a {
    padding: 0.3em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0;
    text-decoration: none;
}

#nav nav > ul a:before,
#nav nav > ul a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#nav nav > ul a:before {
    bottom: 100%;
    display: block;
    height: 3px;
    width: 100%;
    content: "";
    background-color: #ff0000;
}

#nav nav > ul a:after {
    padding: 0.3em 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: attr(data-hover);
    white-space: nowrap;
}

#nav nav > ul li:hover a,
#nav nav > ul .current-menu-item a {
    transform: translateY(100%);
}

#nav nav > ul li:hover a span,
#nav nav > ul .current-menu-item a span {
    opacity: 0;
}


.text-nowrap {
    white-space: nowrap;
}

.slide-in-left {
    -webkit-animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* PAGINATION */
.cont-pagination {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px 0px;
}

.prev.page-numbers {
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--PrimaryBlue);
    background-color: #fff;
}

a.page-numbers {
    color: var(--PrimaryBlue);
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin: 10px 2px;
    text-decoration: none!important;
    border-bottom: none;
    text-align: center;
}

.page-numbers:hover {
    background-color: var(--PrimaryBlue);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    color: #fff;
}

a.page-numbers:hover {
    text-decoration: none!important;
}

.page-numbers.current {
    text-align: center;
    padding: 10px 15px;
    background-color: var(--PrimaryBlue);
    color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);

}
/* FINE PAGINATION */

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 500px) {


section.banner > div.row > div > h2.banner-title {
    font-size: 40px!important;
}
}

@media (max-width: 768px) {

    h1 {
        font-size: 45px!important;
    }

    h1, h2 {
        font-weight: 400;
        text-transform: uppercase;
    }

    section.banner > div.row > div > h2.banner-title {
        font-size: 65px!important;
    }

    h3 {
        font-weight: 400;
        text-transform: uppercase;
    }

    h4 {
        font-weight: 400;
        text-transform: uppercase;
    }

    p {
        color: var(--pColor);
        font-size: var(--sizeP);
    }

    a {
        font-weight: 300;
    }

    .bold {
        font-weight: 500;
    }

    .pd15 {
        padding: 15px;
    }

    .ml1d {
        margin-left: 1dvw;
    }

    .mb-3 {
        margin-bottom: 5dvw;
    }

    .mtb5 {
        margin-top: 1dvw;
        margin-bottom: 3dvw;
    }

    .col-center {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .cont-chips {
        width: 100%;
        padding: 2dvw;
        position: absolute;
        top: 0%;
        left: 0%;
    }

    span.chips {
        width: 10dvw;
        color: #fff;
        text-transform: uppercase;
        padding: 5px 30px;
        border-radius: 20px;
        font-size: var(--sizeChips);
    }

    .cont-CTA {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 2dvw;
    }

    .cont-split {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .btn-nost {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        margin-left: 2dvw;
        font-size: var(--sizeA);
    }

    .btn-nost-b {
        color: #002255;
        text-decoration: none;
        text-transform: uppercase;
        margin-left: 2dvw;
        font-size: var(--sizeA);

    }

    .cont-CTA > a {
        margin: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: var(--sizeA);

    }

    .btn-st-w {
        color: #fff;
        border: 2px solid #fff;
        background-color: transparent;
        border-radius: 25px;
        padding: 3.2dvw 4.8dvw;
        text-decoration: none;
        text-transform: uppercase;
        font-size: var(--sizeA);

    }

    .btn-st-b {
        color: #002255;
        border: 2px solid #002255;
        background-color: transparent;
        border-radius: 25px;
        padding: 3.2dvw 4.8dvw;
        text-decoration: none;
        text-transform: uppercase;
        font-size: var(--sizeA);
    }

    .major {
        margin-left: 10px;
    }

    .bgcr {
        -webkit-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.3);
    }

    .new {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .sold-out {
        background-color: rgba(255, 0, 0, 0.532);
    }

    .desc-blak {
        color: rgba(0, 0, 0, 0.547) !important;
    }

    .parent-prodImage {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: repeat(3, 1fr);
            grid-column-gap: 15px;
            grid-row-gap: 15px;
        }
        
        .prodImage1 { grid-area: 1 / 1 / 2 / 2; }
        .prodImage2 { grid-area: 2 / 1 / 3 / 2; }
        .prodImage3 { grid-area: 3 / 1 / 4 / 2; }

        .parent-3img-line {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: repeat(3, 1fr);
            grid-column-gap: 15px;
            grid-row-gap: 15px;
            }
            
            .img-line1 { 
                grid-area: 1 / 1 / 2 / 2;
                aspect-ratio: 16/9;
                overflow-y: hidden;
            }
            .img-line2 { 
                grid-area: 2 / 1 / 3 / 2;
                aspect-ratio: 16/9;
                overflow-y: hidden;
            }
            .img-line3 { 
                grid-area: 3 / 1 / 4 / 2;
                aspect-ratio: 16/9;
                overflow-y: hidden;
            }

            #products .prod-1 p, #products .prod-2 p {
                display: none;
            }
            
}

@media (min-width: 769px) and (max-width: 980px) and (orientation: portrait) {

    h1, h2 {
        font-weight: 400;
        text-transform: uppercase;
    }

    h3 {
        font-weight: 300;
        text-transform: uppercase;
    }

    h4 {
        font-weight: 400;
        text-transform: uppercase;
    }

    p {
        color: var(--pColor);
        font-size: var(--sizeP);
    }

    a {
        font-weight: 300;
    }

    .bold {
        font-weight: 500;
    }

    .pd15 {
        padding: 15px;
    }

    .ml1d {
        margin-left: 1dvw;
    }

    .mb-3 {
        margin-bottom: 5dvw;
    }

    .mtb5 {
        margin-top: 1dvw;
        margin-bottom: 3dvw;
    }

    .col-center {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .cont-chips {
        width: 100%;
        padding: 2dvw;
        position: absolute;
        top: 0%;
        left: 0%;
    }

    span.chips {
        width: 10dvw;
        color: #fff;
        text-transform: uppercase;
        padding: 5px 30px;
        border-radius: 20px;
        font-size: var(--sizeChips);
    }

    .cont-CTA {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 2dvw;
    }

    .cont-split {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .btn-nost {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        margin-left: 2dvw;
        font-size: var(--sizeA);
    }

    .btn-nost-b {
        color: #002255;
        text-decoration: none;
        text-transform: uppercase;
        margin-left: 2dvw;
        font-size: var(--sizeA);

    }

    .cont-CTA > a {
        margin: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: var(--sizeA);

    }

    .btn-st-w {
        color: #fff;
        border: 2px solid #fff;
        background-color: transparent;
        border-radius: 45px;
        padding: 3.2dvw 4.8dvw;
        text-decoration: none;
        text-transform: uppercase;
        font-size: var(--sizeA);

    }

    .btn-st-b {
        color: #002255;
        border: 2px solid #002255;
        background-color: transparent;
        border-radius: 45px;
        padding: 3.2dvw 4.8dvw;
        text-decoration: none;
        text-transform: uppercase;
        font-size: var(--sizeA);
    }

    .major {
        margin-left: 10px;
    }

    .bgcr {
        -webkit-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.3);
    }

    .new {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .sold-out {
        background-color: rgba(255, 0, 0, 0.532);
    }

    .desc-blak {
        color: rgba(0, 0, 0, 0.547) !important;
    }

}


.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

/**
 * utils
 */

.rotate-345 {
    transform: rotate(-15deg);
}

.opacity-10 {
    opacity: 0.1 !important;
}

.bg-c-gray-light {
    background-color: rgb(240, 241, 245);
}

.vh-50 {
    height: 50vh !important;
}

.vh-75 {
    height: 75vh !important;
}

@media (min-width: 768px) {
    .vh-md-100 {
        height: 100vh !important;
    }
}

@media (min-width: 992px) {
    .vh-lg-100 {
        height: 100vh !important;
    }
}

.text-light-blue {
    color: #a0a0ff;
}

.text-primary {
    color: var(--PrimaryBlue) !important;
}

.w-150px {
    width: 150px;
}

.h-100px {
    height: 100px;
}

.h-150px {
    height: 150px;
}

.btn-steelblue {
    background-color: #9aa8bb;
    color: white;
}

.btn-steelblue:hover {
    background-color: #6f839a;
    color: white;
}


.btn-b {
    color: #002255;
    /*height: 68px;*/
    min-width: 100px;
    font-size: var(--sizeApx);
    text-transform: uppercase;
    padding: 14px 30px;
    font-weight: 500;
    border: 2px solid #002255;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 45px;
    transition: all 0.1s ease 0s;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
}

.btn-b:hover {
    /*
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.1);
    transform: translateY(-7px);
    */
    color: #fff;
    background-color: #002255;
    border: 2px solid #002255;
    transition: all 0.1s ease 0s;
}
.btn-crb,
.btn-crb:hover {
    color:#002255 !important;
    background-color: transparent !important;
    border: none !important;
    transition: all 0.1s ease 0s;
}
.btn-crb:hover > i {
    margin-left: 10px;
    transition: all 0.1s ease 0s;
}

.btn-w {
    color: #fff;
    height: 68px;
    min-width: 100px;
    font-size: var(--sizeApx);
    text-transform: uppercase;
    padding: 14px 30px;
    font-weight: 500;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 45px;
    transition: all 0.1s ease 0s;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
}

.btn-w:hover {
    /*
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.1);
    transform: translateY(-7px);
    */
    color: #fff;
    background-color: #002255;
    border: 2px solid #002255;
    transition: all 0.1s ease 0s;
}
.btn-crw,
.btn-crw:hover {
    background-color: transparent !important;
    border: none !important;
    transition: all 0.1s ease 0s;
}
.btn-crw:hover > i {
    margin-left: 10px;
    transition: all 0.1s ease 0s;
}

.btn-link {
    padding: 0;
    border: none;
    text-decoration: none;
}

.btn-link:hover {
    box-shadow: none;
    transform: none;
}


/**
 * tabs
 */
.tabs {
    display: flex;
    flex-wrap: wrap;
}

.tabs label {
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    background: white;
    font-weight: bold;
    transition: background ease 0.2s;
}

.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: rgb(240, 241, 245);
}

.tabs .tab .title {
    display: block;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.tabs .tab p {
    font-size: var(--sizePpx);
}

.tabs input[type=radio] {
    display: none;
}

.tabs input[type=radio]:checked + label {
    background: rgb(240, 241, 245);
}

.tabs input[type=radio]:checked + label + .tab {
    display: block;
}


@media (max-width: 45em) {
    .tabs .tab,
    .tabs label {
        order: initial;
    }

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}

/**
 * banner
 */

.banner {
    padding: 200px 20px;
    background-color: red;
    background: linear-gradient(to bottom left, rgb(178, 65, 32), rgb(178, 65, 32) 10%, black);
}

.banner h2 {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 50px;
    color: white;
}

/**
 * header hero
 */
.bg-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 50vh;
    width: 100%;
    background: rgb(206, 208, 222);
    background: -moz-linear-gradient(180deg, rgba(206, 208, 222, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(206, 208, 222, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(206, 208, 222, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ced0de", endColorstr="#ffffff", GradientType=1);
    z-index: -1;
}


/* @media (max-width: 1200px) {
    h2 {
        font-size: 3rem;
        line-height: 3rem;
    }
} */

@media (min-width: 1200px) {
    .w-xl-50 {
        width: 50% !important;
    }
}

/**
* bs hck
 */
.container-fluid {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}

h1 {
    font-size: 100px; /* Regola la dimensione del font per xl */
    line-height: normal !important;
    word-wrap: break-word;
}

@media (min-width: 1400px) {
    h1 {
        font-size: 150px; /* Regola la dimensione del font per xl */
        line-height: normal !important;
    }
}

/* Dimensione xxl (extra-extra-large) */
@media (min-width: 1800px) {
    h1 {
        font-size: 200px; /* Regola la dimensione del font per xxl */
        line-height: normal !important;
    }
}

