/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/
@font-face {
    font-family: DoPagoFont;
    src: url(/font/DoPagoFont.otf);
}
@font-face {
    font-family: DoPagoFont2;
    src: url(/font/DoPagoFont2.ttf);
}


/*******************TWEETTER FEED**********************/
.ctf-out-of-tweets{
    display: none!important;
}
.ctf-tweets .ctf-item.ctf-author-dopagoit {
    border-bottom: 1px solid #ffffff42!important;
}
#ctf .ctf-tweet-actions a.ctf-reply, #ctf .ctf-tweet-actions a.ctf-retweet, #ctf .ctf-tweet-actions a.ctf-like {
    color: rgb(255 255 255);
}


.fas.fa-phone-alt{
    transform: scaleX(-1);
}
#page{
    /* overflow-y: auto; */
}
.dopago-font {
    font-family: DoPagoFont;
}
.dopago-font-2, .dopago-font-2 span,.dopago-font-2 h1, .dopago-font-2 h2, .dopago-font-2 h3{
    font-family: DoPagoFont2;
}
.poppins-font{
    font-family: Poppins, sans-serif;
}

.my-offcanvas-account p{
    color: #fff;
}
:root{
    
    --debug: none;
}


a {
    color: #6893be;
    text-decoration: none;
}
.bootscore-footer a{
    color: #ffffff;
    text-decoration: none;
}
.nav-link{
    color: #e4f6ff;
}
.quantity{
    color:#ffffff;
}

.text-color-op{
    color:#ffffff8c;
}

.nascondi-debug{
    display: var(--debug);
}
.woocommerce-grouped-product-list.group_table{
    display: var(--debug);
}
.numero-crediti-da-lista{
    width: 120px;
    background-color: #0f0d1d;
    border-radius: 0px;
    border-color: #3a3846;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    color: #8c8b92;
}

#nav-main{
    top: 50px;
}
.site-content.container{
    padding-top: 110px!important;
}
.h5.offcanvas-title{
    color: #93929a;
}
.navbar-superiore.navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
}
.offcanvas.offcanvas-end{
    padding: 1rem;
}
.offcanvas{
    background-color: #0f0d1d!important;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #0a3051;
}
.navbar-toggler {
    border: unset;
}

.btn-outline-primary
{
    color: #092d4b;
    border-radius: 0px;
    outline: 3px solid white;
    outline-offset: 2px;
    background: white;
    border-color: #ffffff;
    transition: all 0.3s;
    min-width: 120px;
}
.btn-outline-primary:hover
{
    color: #092d4b;
    background-color: #fff;
    border-color: #fff;
    outline-offset: 4px;
}

.woocommerce-mini-cart__buttons.buttons a:not(.mostra-bottone){
    display: none!important;
}
.alert, .must-log-in, .woocommerce-error, .woocommerce-info, .woocommerce-noreviews, .woocommerce-message, .wc-stripe-error {
    font-size: 14px;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
    color: black!important;
    filter: none!important;
}

.offcanvas .navbar-nav li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.offcanvas .navbar-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-checkout .navbar, .woocommerce-cart .navbar, .woocommerce-account .navbar, .home .navbar, .single-product .navbar, .page .navbar{
    background-color: #092d4b;
}

.woocommerce-MyAccount-navigation .list-group-item {
    position: relative!important;
    padding: 9px!important;
    color: #ffffff;
    text-decoration: none;
    background-color: #fff0;
    border: 1px #ffffff solid;
    border-bottom: 1px #ffff solid!important;
}
#main .woocommerce-MyAccount-navigation .list-group-item {
    position: relative;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: #fff0;
    border-bottom: 1px #dee2e6 solid!important;
    border: 1px #dee2e6 solid;
}

/*main*/
/*modifica il css di .woocommerce-MyAccount-navigation quando non è in main*/

.cont-tasti-azione-nav{
    overflow: visible;
}
.badge{
    left: 18px!important;
    top: 34px!important;
}
.btn-close{
    filter: invert(1)!important;
    opacity: 1;
}
.barra-di-ricerca-header{
    /* background-color: antiquewhite;
    height: 125px;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.04);
    padding: 80px 100px 56px 100px;
    display: inline-table;
    width: 100%;
    position: relative; */
    background-color: #faebd7;
    border-radius: 100px;
    box-shadow: 0 0 81px 0 rgba(0,0,0,.04);
    padding: 35px;
    display: inline-table;
    width: 100%;
    max-width: 500px;
    position: relative;
}
.btn-outline-light {
    --bs-btn-border-color: #f8f9fa00!important;
}
.popover-body{
    font-size: 12px!important;
    color: #080808!important;
    font-weight: 300!important;
}
#titolo-barra-ricerca-crediti{
   /*  position: absolute;
    font-size: 55px;
    top: -176px;
    font-weight: 900;
    margin-left: -60px; */

    /* position: absolute;
    font-size: 55px;
    top: -46px;
    font-weight: 900; */
    position: absolute;
    font-size: 29px;
    top: -27px;
    font-weight: 900;
    margin-left: -40px;
    width: max-content;
}
#barra-ricerca-crediti{
    max-width: 374px;
    width: 100%;
    border-radius: 0px;
    height: 44px;
    font-size: 16px;
    color: #092d4b;
    border: 6px double #fffaff;
    background-color: #fffaff;
}
#barra-ricerca-crediti::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #092d4b;
    opacity: 1; /* Firefox */
}

.input-group-crediti-lista{
    max-width: 160px;
    border: 1px solid #0a3051;
    border-radius: 5px;
    background-color: #0a3051;
}
.input-group-crediti-lista span{
    border: unset;
    background-color: #0a3051!important;
}
.input-group-crediti-lista button{
    border: unset;
    background-color: #0a3051!important;
}
.cont-risparmio{
    background-color: #0a3051;
    width: fit-content;
    padding: 0px 7px;
    border-radius: 5px;
}
.cont-form-vendi-crediti .form-control{
    border: 2px solid;
    color: #092d4b;
    border-radius: 0px;
    outline: 2px solid #0a3051;
    background: white;
    border-color: #ffffff;
    transition: all 0.3s;
}


.cont-testo-form-vend-crediti .fl-module-content.fl-node-content{
    border-left: 2px solid #092d4b;
    padding-left: 20px;
}

.btn-dopago-bianco{
    color: #092d4b;
    border-radius: 0px;
    outline: 5px double #0a3051;
    outline-offset: 2px;
    background: white;
    border-color: #ffffff;
    transition: all 0.3s;
    min-width: 120px;
    margin-left: 0.5rem;
}
.btn-dopago-bianco:hover{
    color: #092d4b;
    border-radius: 0px;
    outline: 5px double #0a3051;
    outline-offset: 2px;
    background: white;
    border-color: #ffffff;
    transition: all 0.3s;
    min-width: 120px;
    margin-left: 0.5rem;
}

#barra-ricerca-crediti:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #092d4b;
}

#barra-ricerca-crediti::-ms-input-placeholder { /* Microsoft Edge */
color: #092d4b;
}

.numero-crediti-da-lista:focus{
    color: #0f0d1d!important;
    font-weight: 600;
}

.btn-vendi{
    color: #092d4b;
    border-radius: 0;
    background: #fff;
    border-color: #fff;
    font-weight: 500;
}

#tasto-ricerca{
    max-width: 374px;
    width: 100%;
    border-radius: 0px;
    height: 44px;
    font-size: 1.2rem;
    color: #092d4b;
    border: 0px double #c4e9fc;
    background-color: #fffaff;
    font-weight: 600;
}


#nav-main{
    border-top: 1px solid #ffffff45;
    border-bottom: 1px solid #ffffff45;
    padding: 0;
}

.container-nav-main{
    border-left: 1px solid #ffffff45;
    border-right: 1px solid #ffffff45;
}

#div-logo-nav-main{
    height: 82px;
    position: relative;
    display: flex;
}

#logo-nav-header{
    height: 100%;
    padding: 12px 12px 12px 0px;
    object-position: left;
    object-fit: contain;
}

.btn-close{
    filter: contrast(0);
}

.btn-outline-light {
    --bs-btn-color: #f8f9fabf;
    --bs-btn-border-color: #f8f9fabf;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fabf;
    --bs-btn-hover-border-color: #f8f9fabf;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fabf;
    --bs-btn-active-border-color: #f8f9fabf;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fabf;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fabf;
    --bs-gradient: none;
}
.footer-offcancanvs-crediti{
    background-color: #faebd700;
    width: 100%;
    height: 66px;
    position: absolute;
    bottom: 0px;
    box-shadow: #060606 0 0 70px 0px;
    border: 1px #3a3846 solid;
}

.btn-primary, .woocommerce .card a.button, .woocommerce div.product form.cart button.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, #place_order {
    --bs-btn-color: #c5c3cd;
    --bs-btn-bg: #0d0b16;
    --bs-btn-border-color: #3a3846;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d0b16;
    --bs-btn-hover-border-color: #3a3846;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d0b16;
    --bs-btn-active-border-color: #3a3846;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d0b16;
    --bs-btn-disabled-border-color: #3a3846;
    border-radius: 0px;
}
.card-title{
    color: #fff;
}
.cart-footer .shipping-text{
    display:none;
}
.cart-footer .btn-outline-primary{
    display:none!important;
}
.woocommerce-info{
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 3rem;
    background-color: #b5e6ff;
    border-color: #a6e0fd;
}

/*REGOLE CSS PER il MOBILE*/

@media (max-width:992px){
    #sezione-2 .fl-row-content-wrap {
        background-image: linear-gradient(90deg, #0f0d1d 100%, #ffffff 100%);
    }
    .container-nav-main {
        border-left: unset;
        border-right: unset;
    }
    #contenuto-modale-crediti{
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
        max-height: calc(100vh - 260px);
        overflow-y: auto;
        width: 100%;
    }
    #contenuto-modale-crediti .container{
        padding-left: 0;
        padding-right: 0;
    }
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: #fff0;
    background-clip: border-box;
    border-top: 0px solid rgb(255 255 255 / 18%);
    border-bottom: 1px solid rgb(255 255 255 / 18%);
    border-right: 0px solid rgb(255 255 255 / 0%);
    border-left: 0px solid rgb(255 255 255 / 0%);
    border-radius: 0px;
}
.card-anno{
    background: rgb(2,0,36);
    background: -moz-linear-gradient(169deg, rgba(2,0,36,0.03265056022408963) 66%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(169deg, rgba(2,0,36,0.03265056022408963) 66%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(2,0,36,0.03265056022408963) 16%, rgb(255 255 255 / 2%) 100%);
}

.list-group-item {
    position: relative;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: #fff0;
    /* border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); */
    border-bottom: 1px #ffffff29 solid!important;
}

/***********************ANIMAZIONI*****************************/

/****************/
.hover-step .hide-step{
    transition: all 300ms;
    transform: none;
    opacity: 0;
    transform: none;
}
.hover-step:hover .hide-step{
    opacity: 1;
    transform: translateY(-50px) translateZ(0px);
}
.hover-step h3{
    transition: all 300ms;
    transform: none;
}
.hover-step:hover h3{
    transform: scale(0.5) translateZ(0px);
}
.hover-step p{
    transition: all 300ms;
    transform: none;
}
.hover-step:hover p{
    transform: translateY(-50px) translateZ(0px);
}





/*********************************************************/
.overlay-trasp .fl-row-content-wrap::after{
    content: '';
    background-color: #00000012;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
}
.ombra-sezione-1 .fl-row-content-wrap{
    box-shadow: #0000006e 0px 0px 170px 0px;
    /* box-shadow: #0000001f 0px 0px 0px 100px; */
}

#primary.content-area{
    overflow-x: hidden;
}
.colonna-sinistra-sez-1{
    z-index: 1;
    position: relative;
}
.circle{
    position: absolute;
    border-radius: 50%;
    background: white;
    animation: ripple 15s infinite;
    box-shadow: 0px 0px 1px 0px #508fb9;
  }
  
  .small{
    width: 400px;
    height: 400px;
    right: -200px;
    bottom: -200px;
  }
  
  .medium{
    width: 800px;
    height: 800px;
    right: -400px;
    bottom: -400px;
  }
  
  .large{
    width: 800px;
    height: 800px;
    right: -400px;
    bottom: -400px;
  }
  
  .xlarge{
    width: 1200px;
    height: 1200px;
    right: -600px;
    bottom: -600px;
  }
  
  .xxlarge{
    width: 1600px;
    height: 1600px;
    right: -800px;
    bottom: -800px;
  }

  /*REGOLE MOBILE*/
    @media (max-width: 768px) {
        .small{
            width: 200px;
            height: 200px;
            right: -100px;
            bottom: -100px;
          }
          
          .medium{
            width: 400px;
            height: 400px;
            right: -200px;
            bottom: -200px;
          }
          
          .large{
            width: 400px;
            height: 400px;
            right: -200px;
            bottom: -200px;
          }
          
          .xlarge{
            width: 600px;
            height: 600px;
            right: -300px;
            bottom: -300px;
          }
          
          .xxlarge{
            width: 800px;
            height: 800px;
            right: -400px;
            bottom: -400px;
          }

        .hover-step.hovered .hide-step{
            opacity: 1;
            transform: translateY(-50px) translateZ(0px);
        }
        .hover-step.hovered h3{
            transform: scale(0.5) translateZ(0px);
        }
        .hover-step.hovered p{
            transform: translateY(-50px) translateZ(0px);
        }

    }
  
  .shade1{
    opacity: 0.2;
  }
  .shade2{
    opacity: 0.5;
  }
  
  .shade3{
    opacity: 0.7;
  }
  
  .shade4{
    opacity: 0.8;
  }
  
  .shade5{
    opacity: 0.9;
  }
  
  @keyframes ripple{
    0%{
      transform: scale(0.8);
    }
    
    50%{
      transform: scale(1.2);
    }
    
    100%{
      transform: scale(0.8);
    }
  }
/********************************************************/






.slide-top-an{
    animation: slideTop 1s ease 0s 1 normal forwards;
}
@keyframes slideTop {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/*******************************************************/
/************************ICONE ANIMATE************************/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
    }
    @keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
    }
    @keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}
@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.fifth-text {
    position: absolute;
    left: 5%;
    bottom: 25%;
    opacity: 0;
    animation-name: bottomFadeOut;
    animation-delay: 10s;
    animation-duration: 9s;
}
@keyframes bottomFadeOut {
    0% {
        position: absolute;
        bottom: -5rem;
        opacity: 0;
    }
    75% {
        position: absolute;
        bottom: 25%;
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.bootscore-footer{
    background-color: #0a3051!important; 
}
.bootscore-info{
    background-color: #0f0d1d!important;
    color: #fff!important;
}