body.ce-kit-1{color:#000000;font-family:"DM Sans", sans-serif;font-size:18px;}a, .elementor a{color:#000000;}a:hover, .elementor a:hover{color:#4E4E4E;font-family:"DM Sans", sans-serif;}body.ce-kit-1 .ce-display-small{font-family:"DM Sans", sans-serif;}.elementor-button.elementor-size-sm{border-radius:4px 4px 4px 4px;}.btn-primary, a.btn-primary{color:#FFFFFF;}.btn-primary{background-color:#000000;border-radius:5px 5px 5px 5px;}.elementor-view-stacked .elementor-icon{background-color:#000000;}.elementor-view-framed .elementor-icon, .elementor-view-default .elementor-icon{color:#000000;}body.ce-kit-1 label{color:#000000;}body.ce-kit-1 .form-control, body.ce-kit-1 .elementor-field-textual{color:#000000;background-color:#F2F4F6;border-style:solid;border-width:1px 1px 1px 1px;border-color:#F2F4F6;border-radius:4px 4px 4px 4px;padding:15px 15px 15px 15px;}body.ce-kit-1 .form-control:focus, body.ce-kit-1 .elementor-field-textual:focus{border-style:solid;border-width:1px 1px 1px 1px;border-color:#000000;}select.form-control:not([size]):not([multiple]){height:auto;}body.ce-kit-1 #wrapper{background-color:#FFFFFF;}body.ce-kit-1 .container{width:1600px;max-width:100%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}body.ce-kit-1 .breadcrumb li:not(#e), body.ce-kit-1 .ce-breadcrumb__item{font-family:"DM Sans", sans-serif;font-size:14px;font-weight:300;}body.ce-kit-1 .breadcrumb:not(#e), body.ce-kit-1 .ce-breadcrumb .elementor-row{text-align:left;justify-content:left;}body.ce-kit-1 header.page-header, body.ce-kit-1 header.page-header *, body.ce-kit-1 .ce-page-title *{color:#000000;font-family:"DM Sans", sans-serif;font-size:25px;font-weight:900;text-transform:uppercase;}/* Start custom CSS for page-settings */body{
    --free-shipping-height: 8px;
    --free-shipping-border-radius: 10px;
    --free-shipping-color: #727272;
    --free-shipping-bg: #ededed;
    --free-shipping-bg-1: #f44336;
    --free-shipping-bg-2: #ffc206;
    --free-shipping-bg-3: #69c69c;
    --free-shipping-bg-4: #69c69c;
    --free-shipping-min-height: 68px;
    background-color: white !important;
}

.elementor-7170101 .elementor-element.elementor-element-314b70c .ce-product-badge-new{
    background-color: #23a455 !important
}

/* Nascondi tutti i menu all\'inizio */
#menuBimbo, #menuUomo, #menuDonna {
    display: none;
}

.container-hexaweb{
    max-width: 1600px;
    margin: 0 auto;
}

.homeAttiva a{
    background-color: #fff !important;
    color: #000 !important;
}
.sfondoCarrello1{
    background: #f0e3e3 !important;
}
.sfondoCarrello2{
    background: #fff5e7 !important;
}
.sfondoCarrello3{
    background: #e3f0e5 !important;
}
#footer {
    padding-top: unset !important;
}

#wrapper .breadcrumb {
    margin: 15px !important;
}

span.price{
    color: #000;
}

main{
    overflow: hidden !important;
}

#submit-login{
    color: #fff;
    background-color: #24b9d7;
    border-color: transparent;
    background-color: #000;
    padding: 10px 35px !important;
    border-radius: 4px;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

#submit-login:hover {
    background-color: #222222;
}
.all-brands{
    padding: 20px;
}
.all-brands .letter-select li{
    float: left;
}

.all-brands .letter-select a{
    padding: 11px;
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.all-brands .box-letter .box-title {
    width: 100%;
    display: block;
    background: #000000;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color:#fff;
    border-radius:4px;
}

.all-brands .box-letter .letter-content{
    line-height: 32px;
    padding-left: 10px;
}

.all-brands .box-letter p {
    margin-bottom: 0;
    float: left;
    width: fit-content;
    font-weight: 900;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 4px;
    margin: 5px;
    border: 2px solid #ffffff;
    text-align: center;
}
.all-brands .box-letter p a{
     display: flex;
    flex-direction: column;
    align-items: center;
    height:126px;
    justify-content: center;
}
.all-brands .box-letter p:hover {
    border: 2px solid #000000;
}

.brands-by-letter{
    clear: both;
}

.box-letter.clearfix{
    margin-bottom:20px;
}
.logoListaBrand{
    max-width: 150px;
    max-height: 60px;
    display: block;
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height:30px;
  overflow-x: hidden;
  font-size:30px;
  line-height:30px;
  font-weight:900;
  z-index: 3;
 
 
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
   animation-play-state: running;
}
.marquee:hover .track{
    animation-play-state: paused !important;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.marquee2 {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height:30px;
  overflow-x: hidden;
  font-size:30px;
  line-height:30px;
  font-weight:900;
  z-index: 3;
 
 
}

.track2 {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee2 32s linear infinite;
   animation-play-state: running;
}
.marquee2:hover .track2{
    animation-play-state: paused !important;
}
@keyframes marquee2 {
  from { transform: translateX(-50%); }
  to { transform: translateX(50%); }
}



/* START: Spedizione gratuita */
     .haloCalculatorShipping{
        position: relative;
        margin: 0 0 12px 0;
        min-height: var(--free-shipping-min-height);
            padding: 22px 10px 0px 10px;
        background: #f2f4f6;
        border-radius: 5px;
    }

    .haloCalculatorShipping .progress{
        position: relative;
        margin: 0;
        font-size: 0;
        letter-spacing: 0;
        background: transparent;
    }

    .haloCalculatorShipping .progress.progress-hidden{
        display: none;
    }

    .haloCalculatorShipping .progress .progress_shipping{
        height: var(--free-shipping-height);
        background-color: #00000014;
        border-radius: var(--free-shipping-border-radius);
        border: 0;
    }

    .haloCalculatorShipping .progress .progress-meter{
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        font-size: calc(var(--font-body-size) - 1px);
        font-weight: var(--font-weight-normal);
        letter-spacing: 0;
        line-height: calc(var(--free-shipping-height) + 1px);
        color: var(--color-white);
        transition: width .3s ease;
    }

    .haloCalculatorShipping .progress.progress-free .progress_shipping{
        border-color: var(--free-shipping-bg-4);
    }

    .haloCalculatorShipping .progress.progress-30 .progress_shipping{
        border-color: var(--free-shipping-bg-1);
    }

    .haloCalculatorShipping .progress.progress-60 .progress_shipping{
        border-color: var(--free-shipping-bg-2);
    }

    .haloCalculatorShipping .progress.progress-100 .progress_shipping{
        border-color: var(--free_shipping_color3);
    }

    .haloCalculatorShipping .progress.progress-free .progress-meter{
        background-color: var(--free-shipping-bg-4);
    }

    .haloCalculatorShipping .progress.progress-30 .progress-meter{
        background-color: var(--free-shipping-bg-1);
    }

    .haloCalculatorShipping .progress.progress-60 .progress-meter{
        background-color: var(--free-shipping-bg-2);
    }

    .haloCalculatorShipping .progress.progress-100 .progress-meter{
        background-color: var(--free-shipping-bg-3);
    }

    .haloCalculatorShipping .message{
        font-size: 12px;
        font-weight:700;
        letter-spacing: 0;
        line-height: var(--body-line-height);
        color: var(--free-shipping-color);
        transition: color var(--duration-default) ease-in-out; 
        margin-bottom:10px;
    font-size: 12px;
    text-align: center;
    line-height: 13px;
    color: #000;
    text-transform:uppercase;
    }
    
    .haloCalculatorShipping .progress.progress-free + .message {
        color: var(--free-shipping-bg-4);
    }

    .haloCalculatorShipping .message .text{
        text-transform: capitalize;
    }
    
    /*.haloCalculatorShipping .progress .progress-meter{
        text-align: center;
        animation: 2s linear 0s infinite progress-bar-stripes;
        background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-size: 40px 40px;
        transition: .9s linear;
        transition-property: width,background-color;
        border-radius: var(--free-shipping-border-radius);
    }*/

  .haloCalculatorShipping .progress .progress-meter,
    .cart-sidebar-show .haloCalculatorShipping .progress .progress-meter {
        text-align: center;
        animation: 2s linear 0s infinite progress-bar-stripes;
        background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-size: 40px 40px;
        transition: .9s linear;
        transition-property: width,background-color;
        border-radius: var(--free-shipping-border-radius);
    }
        
    .elementor-cart__main .halo-sidebar-wrapper {
        padding-top: 13px;
    }

    .progress-truck-wrapper {
        position: absolute;
        right: 0;
        bottom: -2px;
    }

    .progress-truck-wrapper .icon-shipping-truck {
        --truck-color: var(--free-shipping-bg);

        width: calc(var(--free-shipping-height) * 3);
        height: calc(var(--free-shipping-height) * 3);
        stroke: white;
        transition: fill var(--duration-default) ease-in-out;
    }

    .haloCalculatorShipping .progress.progress-free .progress-meter .progress-truck-wrapper .icon-shipping-truck {
        fill: var(--free-shipping-bg-4);
        color: var(--free-shipping-bg-4);
    }

    .haloCalculatorShipping .progress.progress-30 .progress-meter .progress-truck-wrapper .icon-shipping-truck{
        fill: var(--free-shipping-bg-1);
        color: var(--free-shipping-bg-1);
    }

    .haloCalculatorShipping .progress.progress-60 .progress-meter .progress-truck-wrapper .icon-shipping-truck{
        fill: var(--free-shipping-bg-2);
        color: var(--free-shipping-bg-2);
    }

    .haloCalculatorShipping .progress.progress-100 .progress-meter .progress-truck-wrapper .icon-shipping-truck {
        fill: var(--free-shipping-bg-3);
        color: var(--free-shipping-bg-3);
    }

    .haloCalculatorShipping .progress-truck-wrapper .icon-shipping-truck .wheel{ 
        fill: white !important;
    }
/* END: Spedizioen gratuita */

.block-promo .promo-input+button{
    border-color: #000;
}

/* START CHECKOUT PERSONALIZZATO */
.elementor-cart__container .elementor-cart__main {
    width:450px !important;}
    
body#checkout main header{
    display:none;
}

body#checkout em{
    display:none;
}

body#checkout #footer{
    padding: unset;
}
body#checkout #footer div div section:nth-child(-n+2){
    display: none;
}

body#checkout .nav-link {
    padding: 10px 20px;
    border-radius: 5px;
    color: #000;
    border: 2px solid #000;
    transition: all linear .2s;
}

body#checkout .nav-link.active{
    background: black;
    color: #fff;
    border: 2px solid #000;
}

body#checkout .btn-primary{
    background-color: #000 !important;
    border-radius:5px;
}
body#checkout .btn-primary:hover{
    background-color: #23a455 !important;
}

body#checkout #wrapper{
    padding:0;
}

body#checkout #content{
    margin:0 !important;
}


.checkoutGuaglioneiDX {
    background: #e8fbee;
    border-left: 1px solid #adf7c4;
    padding: 20px;
}

.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 2px #f2f4f6 solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .9285714286em .7857142857em;
    word-break: normal;
    line-height: inherit
}

.form-control {
    border: 2px #f2f4f6 solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .9285714286em .7857142857em;
    word-break: normal;
    line-height: inherit
}

.input-group .form-control:focus,form-control:focus {
    outline: none;
    border-color: #256395!important
}

#checkout-header #wrappper {
    padding-top: unset!important
}

#checkout-header #wrappper #inner-wrapper {
    max-width: 100%!important
}

.rigaCheckout {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end
}

.rigaCheckout:nth-child(2).col-lg-6 {
    padding: 30px;
    min-height: 100vh
}

.rigaCheckout .col-lg-6:first-child h1:first-child {
    font-size: 20px!important;
    text-transform: uppercase!important;
    font-weight: bolder!important
}

.rigaCheckout .col-lg-6 .card {
    border: transparent !important;
    background: transparent !important;
    max-width: 700px;
    position: sticky;
    top: 30px
}
body#checkout a:hover {
    color: #000000;
}
.block-promo .cart-voucher-area {
    background: unset
}

hr {
    border-top: 1px solid rgb(194 223 247)
}

.btnVoucher {
    border-radius: .5rem;
    font-size: 16px;
    background: #256395;
    color: #fff;
    margin-left: 5px;
    font-weight: 600;
    transition: all linear .3s
}

.btnVoucher:hover {
    background: #10283b
}

.inputVoucher {
    background: #fff
}

.inputVoucher:active,.inputVoucher:focus {
    background: #fff!important
}

.rigaCheckout .col-lg-6 section div form div .form-group .col-lg-8 input {
    border: 3px #efefef solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .9285714286em .7857142857em;
    word-break: normal;
    line-height: inherit;
    background: #fff;
    transition: unset
}

.rigaCheckout .col-lg-6:first-child {
    max-width: 700px
}

body#checkout section.checkout-step {
    border: unset;
    padding-top: 40px;
}

body#checkout .container-hexaweb {
    max-width: unset !important;
}


body#checkout #cart-summary-product-list .media-left {
    max-width: unset;
    image-rendering: pixelated;
    border-radius: 10px
}

.cart-summary-product div a img {
    border-radius: 10px
}

.product-price {
    color: #000000;
    font-weight: 700;
}

#subcategories{
    display:none;
}
#product-list-header{
    display: none;
}
/* END CHECKOUT PERSONALIZZATO */


@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}


@media (max-width:767px){
    .elementor-cart__container .elementor-cart__main {
    width:initial !important;}
    
    .rigaCheckout {
    display: block;
}

.rigaCheckout .col-lg-6 .card{
    padding: 20px;
}
}


.snow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 120%;
    height: 100%;
    pointer-events: none;
    animation: snow-direction cubic-bezier(.445,0,.55,1) 4s both alternate infinite
}

@keyframes snow-direction {
    from {
        transform: translateX(-10%)
    }

    to {
        transform: translateX(10%)
    }
}

.snow:before,.snow:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    filter: blur(1px);
    animation: snow 10s linear infinite;
    box-shadow: -5vw 10vh #fff,30vw 5vh #fff,55vw 5vh #fff,75vw 10vh #fff,105vw 15vh #fff,-10vw 30vh #fff,40vw 25vh #fff,60vw 20vh #fff,90vw 25vh #fff,20vw 40vh #fff,5vw 45vh #fff,65vw 45vh #fff,105vw 40vh #fff,50vw 50vh #fff,30vw 50vh #fff,10vw 55vh #fff,20vw 60vh #fff,40vw 65vh #fff,60vw 60vh #fff,80vw 65vh #fff,5vw 70vh #fff,30vw 75vh #fff,55vw 85vh #fff,75vw 80vh #fff,105vw 75vh #fff,20vw 90vh #fff,-5vw 95vh #fff,65vw 95vh #fff,100vw 90vh #fff,-5vw 110vh #fff,30vw 105vh #fff,55vw 105vh #fff,75vw 110vh #fff,105vw 115vh #fff,-10vw 130vh #fff,40vw 125vh #fff,60vw 120vh #fff,90vw 125vh #fff,20vw 140vh #fff,5vw 145vh #fff,65vw 145vh #fff,105vw 140vh #fff,50vw 150vh #fff,30vw 150vh #fff,10vw 155vh #fff,20vw 160vh #fff,40vw 165vh #fff,60vw 160vh #fff,80vw 165vh #fff,5vw 170vh #fff,30vw 175vh #fff,55vw 185vh #fff,75vw 180vh #fff,105vw 175vh #fff,20vw 190vh #fff,-5vw 195vh #fff,65vw 195vh #fff,100vw 190vh #fff
}

.snow:after {
    left: 50px;
    top: 60px;
    animation-duration: 6s;
    width: 8px;
    height: 8px;
    opacity: .7;
    filter: blur(3px)
}

@keyframes snow {
    from {
        transform: rotate(10deg) translateY(-100vh)
    }

    to {
        transform: rotate(10deg) translateY(0)
    }
}/* End custom CSS */