input.nosubmit {
    border: 1px solid #555;
    width: 100%;
    padding: 9px 4px 9px 40px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

.login-border{
    border: 3px solid #EC6724;
}

.img-prod-carrello{max-width: 75%;}

.gap-10{gap: 100px;}

/*video homepage*/
.contenitore{
    height:90vh;
    margin-top: -50px;
}

.container{
    height: 100vh;
    margin: 0px !important;
    padding: 0px !important;
}

.videofullscreen{
    position:absolute;
    overflow: hidden;
    width:100% !important;
    height:100% !important;
    object-fit: cover;
    z-index: -100;
}

.titolo{
    position: relative;
    color:#FFFFFF;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    padding:20px;
}

.boxed{
    margin-left: 60px;
    margin-right: 60px;
}

.dot{
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    background-color: #EC6724;
}

.img-background{
    background-image: url("/img/images/il-team-fem-nocciole.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    height: 600px;
}

.img-illustrazione-fem{
    height: 500px;
}

.section-margin-top{
    margin-top: 150px !important;
}

.section-margin-top-2{
    margin-top: 120px !important;
}

.section-margin-bottom{
    margin-bottom: 150px !important;
}

.brightness{
    filter: brightness(0.50);
}

.less-ml{
    margin-left: -80px;
    z-index: 999999;
    position: relative;
}

.less-mr{
    margin-right: -170px;
    z-index: 9999999999;
    position: relative;
}

.text-carrello-mobile{
    font-size: 20px;
}

.icon-special-arrow{
    rotate: 150deg;
}

.icon-arrow:hover{
    rotate: -45deg;
}

.img-prodotto{
    width: 80%;
}


.image-cover-copertina{
    width: 100%;
    height:100%;
    object-fit: cover;
}

.icon-shape{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-sm {
    width: 2rem;
    height: 2rem;
}

.accordion-item{
    border-top: 1px solid #515151 !important;
}

.accordion-button{
    font-family: 'DM Sans', sans-serif !important;
    font-weight: bold;
    text-transform: uppercase !important;
    font-size: 22px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 0px !important;
}

.accordion-body{
    font-family: 'DM Sans', sans-serif !important;
    font-size: 22px !important;
}

.accordion-button:not(.collapsed){
    background-color: #FFFFFF;
    border-color: #FFFFFF !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.breadcrumb-item{
    font-size: 20px;
}
.breadcrumb-item.active {
    color: #EC6724;
}
.border-left{
    border-right: 2px solid #123A60;
}

.line-height{
    line-height: 80px !important;
}

.input-edit{
    border: 1px solid #123A60;
    border-radius: unset;
}

.manina{
    cursor: pointer;
}

/*STEPPER*/

.stepper {
    position: relative;
    color: #123A60 !important;
    width: 100%;
    margin: 2rem 0;
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    justify-content: space-around;
    align-items: flex-start;
}
.stepper > .step {
    position: relative;
    counter-increment: step;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.stepper > .step > .step-description {
    font-size: 18px !important;
    text-transform: uppercase;
    margin-top: 0.5rem;
    overflow-wrap: break-word;
    hyphens: auto;
    text-align: center;
}

.stepper > .step.active > .step-description {
    font-weight: bold;
}

.stepper > .step.completed > .step-description {
    opacity: 0.45;
    font-weight: bold;
}


.padding-left{
    padding-left: 45px !important;
}

.margin-top{
    margin-top: 100px;
}

.div-contatti{
    border: solid 1px black;
    border-radius: unset;
}

/** Modificatore input[type=number] **/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.section-thankyou{
position: absolute;
top: 40%;
}

.ordini-section{
    height: 80vh;
}

.favourite{
    width: 35px;
}

/*.favourite:active{
    color: #EC6724 !important;
    background-color: #EC6724 !important;
}
*/
.accordion-item{
    border: none !important;
}

.accordion-button {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.illustrazione-mail{
    width: 50%;
}


/*search*/

.search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 50px;
    width: 50px;
    vertical-align: bottom;
}
.mglass {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.button {
    display: inline-block;
    margin: 4px 2px;
    background-color: #444;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button:hover {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
}

.searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
}

.search {
    position: absolute;
    left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
    background-color: white;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.search:focus {
    width: 363px; /* Bar width+1px */
    padding: 0 16px 0 0;
}

.expandright {
    left: auto;
    right: 49px; /* Button width-1px */
}

.expandright:focus {
    padding: 0 0 0 16px;
}

/*spaziatura procedimeto rocetta*/

.procedimento > p {
    padding: 5px !important;
}

.borderaccordion{
    border: 2px solid #123A60;
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
}