/*.ds-btn.ds-btn-arrow{
    font-family: var(--main-font-family);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 14px;
    position: relative;
    color:var(--marrone);
}
.ds-btn.ds-btn-arrow:after{
    content:'';
    height: 56px;
    width: 25px;
    background-image:url(../img/freccia-bottone.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top:0;
    right: 14px;
    transition: all .6s ease;
}*/

.ds-btn{
    background-color: transparent;
}
/* Bottoni con freccia */
.ds-btn.ds-btn-arrow{
    font-family: var(--main-font-family);
    font-size: var(--btn-font-size);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: var(--btn-letter-spacing);
    line-height: var(--btn-line-height);
    min-height: 50px;
    padding-right: 25px;
    position: relative;
    color: var(--marrone);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding:20px 30px 20px 25px ;
/*    border-radius: 6px;*/
    border:1px solid var(--marrone);
/*    border:none;*/
    text-align: left;
    height: auto;
}
.ds-btn.ds-btn-arrow:after{
    content: '';
    height: 50px;
    height: 100%;
    width: 25px;
    background-image: url(../img/freccia-bottone.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 25px;
    transition: all .6s ease;
}
.ds-btn.ds-btn-arrow:hover:after, .ds-btn.ds-btn-arrow:focus:after{
    right: 10px;
}
.ds-btn.ds-btn-arrow.w-100{
    width: 100%;
}
.ds-btn.ds-btn-arrow.btn-transparent{
    background-color: transparent;
    border:none;
    padding-left: 0;
}

.ds-btn.ds-btn-arrow.brown-filled{
    background-color: var(--marrone);
    color: #fff;
}
.ds-btn.ds-btn-arrow.brown-filled:after{
    background-image: url(../img/freccia-bottone-white.svg);
    height: 100%;
}
.ds-btn.ds-btn-arrow.brown-filled:hover,
.ds-btn.ds-btn-arrow.brown-filled:focus{
    background-color: var(--marrone);
    color: #fff;
/*    border:none;*/
}
.ds-btn.ds-btn-arrow span{
    display: inline-block;
    padding-right: 30px;
    font-size: var(--btn-font-size);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: var(--btn-letter-spacing);
    line-height: var(--btn-line-height);
    font-family: var(--main-font-family);
}
/*.ds-btn.ds-btn-arrow:hover:after, .ds-btn.ds-btn-arrow:focus:after{
    right: 0;
}*/
.ds-btn.white,
.ds-btn.ds-btn-arrow.white{
    color: #fff;
}
.ds-btn.ds-btn-arrow.white:after{
    background-image:url(../img/freccia-bottone-white.svg);
}
.ds-btn.white-filled:hover {
/*    border: 1px solid #ffffff;*/
    background: #ffffff;
    color: var(--marrone);
/*    border:none;*/
}
.elemento-card .ds-btn.ds-btn-arrow{
    padding-left: 0;
    border:none;
}
.ds-btn.ds-btn-icon{
    padding-right: 0;
}
.ds-btn.ds-btn-icon span{
    display: inline-block;
    font-size: var(--btn-font-size);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: var(--btn-letter-spacing);
    line-height: var(--btn-line-height);
    font-family: var(--main-font-family);
}


.brown-btn{
/*    border-radius: 50px;*/
    background-color: var(--marrone);
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 25px;
    padding-right: 25px;
}
.brown-btn:hover, .brown-btn:focus{
    background-color: #fff;
}
.brown-btn:hover svg path, .brown-btn:focus svg path{
    fill:var(--marrone)!important;
}
.btn-wrapper{
    margin-bottom:20px;
}
.brown-btn span{
    display: inline-block;
/*    padding-left: 10px;*/
}


/*CAVIT BTN - quelli con la C a sinistra del testo e la freccia*/
.cavit-btn, .carousel-component .carousel-swiper .swiper-slide .overlay-div .overlay-div-content .ds-btn{
    font-family: var(--main-font-family);
    font-size: var(--btn-font-size);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: var(--btn-letter-spacing);
    line-height: var(--btn-line-height);
    height: 49px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    color:var(--marrone);
}
.cavit-btn:before{
    content:'';
    height: 50px;
    width: 58px;
    width: 56px;
    background-image:url(../img/icona-bottone.svg);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
}
.cavit-btn:after{
    content:'';
    height: 50px;
    width: 25px;
    background-image:url(../img/freccia-bottone.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top:0;
    right: 14px;
    transition: all .6s ease;
}
.cavit-btn span{
    display: inline-block;
    padding-right: 25px;
}
.cavit-btn:hover:after, .cavit-btn:focus:after{
    right: 0;
}
.ds-component.text-component .text-block .text-area .ds-btn {
    margin-top: 35px;
    margin-top: 15px;
    margin-top: 0;
}
.button-wrapper .cavit-btn{
/*    margin-top:15px;*/
}
@media (min-width:992px){
    .button-wrapper .cavit-btn {
/*        margin-top: 35px;*/
    }
}
.cavit-btn.white{
    color:#fff;
}
.cavit-btn.white:before{
    background-image:url(../img/icona-bottone-white.svg);
}
.cavit-btn.white:after{
    background-image:url(../img/freccia-bottone-white.svg);
}


/*questo pezzo va reso specifico per i bottoni grandi*/
/*.ds-btn-arrow.ds-btn .title{*/
.ds-btn.white-filled-big .title,
.ds-btn.brown-filled-big .title{    
    display: block;
    /*font-size: var(--titolo28);
    line-height: var(--titolo28-line-height);*/
    font-size: 16px;
    line-height: 24px;
    font-family: var(--title-font-family);
    text-transform: uppercase;
    transition: all .6s ease;
/*    margin-bottom: 5px;*/
}
/*.ds-btn-arrow.ds-btn .subtitle{*/
.ds-btn.white-filled-big .subtitle,
.ds-btn.brown-filled-big .subtitle{
    font-weight: 500;
}


/*CAVIT BTN bottone bianco pieno GRANDE*/
.ds-btn.white-filled-big{
    padding-right: 50px;
    padding-left: 30px;
    height: auto;
    padding-top:30px;
    padding-bottom: 30px;
    text-transform: none;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--main-text-color);
    border:none;
    text-align:left;
    background-color: #ffffff;
}
@media (max-width:767px){
    .ds-btn.white-filled-big{
        font-size: 16px;
    }
}
.ds-btn.white-filled-big:hover, .ds-btn.white-filled-big:focus{
    background-color: var(--marrone);
    border-color: var(--marrone);
    color: #fff;
    text-decoration: none;
}
.ds-btn.white-filled-big:before{
    content:none;
}
.ds-btn.white-filled-big:after{
    right: 30px;
    height: 100%;
    width: 20px;
    display: inline-block;
/*    content:none;*/
}
.ds-btn.white-filled-big:hover:after, .ds-btn.white-filled-big:focus:after{
    right: 15px;
    background-image:url(../img/freccia-bottone-white.svg);
/*    content:none;*/
}
.ds-btn.white-filled-big .title{
    color: var(--marrone);
}
.ds-btn.white-filled-big:hover .title, .ds-btn.white-filled-big:focus .title{
    color: #fff;
}
@media screen and (max-width: 992px){
    .ds-btn .ds-icon{
        left: auto;
    }
}
/*.wp-block-column .button-wrapper{
    height: 100%;
}*/
.wp-block-column .button-wrapper a.white-filled-big,
.wp-block-column .button-wrapper a.brown-filled-big,
.row div[class*='col-'] a.white-filled-big, .row div[class^='col-'] a.white-filled-big,
.row div[class*='col-'] a.brownfilled-big, .row div[class^='col-'] a.brownfilled-big,
.row div[class*='col-'] .lightbox-button, .row div[class^='col-'] .lightbox-button{
    height: 100%;
}

/*bottone marrone pieno*/
.ds-btn.brown-filled,
.ds-btn.brown-filled-big{
    border-color: var(--marrone);
    background-color: var(--marrone);
    color: #ffffff;
    text-align:left;
    border: 1px solid var(--marrone);
}
.ds-btn.brown-filled-big{
    padding-right: 50px;
    padding-left: 30px;
    height: auto;
    padding-top:40px;
    padding-bottom: 40px;
    text-transform: none;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
    border-color: var(--marrone);
    background-color: var(--marrone);
    color: #fff;
    border:none;
}
.ds-btn.brown-filled:hover, .ds-btn.brown-filled:focus,
.ds-btn.brown-filled-big:hover, .ds-btn.brown-filled-big:focus{
    background-color: #fff;
    border-color: #fff;
    color: var(--marrone);
    text-decoration: none;
}
.ds-btn.brown-filled-big:before,
.ds-btn.brown-filled-big:before{
    content:none;
}
.ds-btn.brown-filled-big:after,
.ds-btn.brown-filled-big:after{
    right: 30px;
    height: 100%;
    width: 20px;
    display: inline-block;
    background-image:url(../img/freccia-bottone-white.svg);
}
.ds-btn.brown-filled-big:after{
    content: none;
}
.ds-btn.white-filled-big:focus:after{
    right: 15px;
    background-image:url(../img/freccia-bottone.svg);
}
.ds-btn.brown-filled-big:hover:after{
    right: 15px;
    background-image:url(../img/freccia-bottone-white.svg);
}
.ds-btn.brown-filled-big:hover:after, .ds-btn.white-filled-big:focus:after{
    content: none;
}
.ds-btn.brown-filled span{
    color:#fff;
}
/*.ds-btn.ds-btn-arrow .ds-icon{
    right: 40px;
}
.ds-btn.ds-btn-arrow:hover .ds-icon, .ds-btn.ds-btn-arrow:focus .ds-icon{
    right: 20px;
}*/

.ds-btn.full-width{
    width: 100%;
    justify-content: flex-start;
}


/*Bottone Shop*/
.shop-btn{
    padding:8px 0;
    display: inline-block;
    background-color: transparent;
    color: var(--marrone);
    border:none;
    border-radius: 50px;
    font-weight: bold;
    font-size: var(--btn-font-size);
    text-transform: uppercase;
    letter-spacing: var(--btn-letter-spacing);
    padding-left: 45px;
    padding-right: 25px;
    text-decoration: none;
    position: relative;
    height: auto;
    min-height: 50px;
}
.shop-btn:hover, .shop-btn:focus{
    background-color: var(--marrone);
    color: #ffffff;
}
.shop-btn .icon{
    position: relative;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px;
    transition: 0.4s
}
.shop-btn:hover .icon, .shop-btn:focus .icon{
    left: 15px;
}
.shop-btn .testo{
    margin-left: 10px;
}
.shop-btn svg{
    width: 40px;
    height: 40px;
    padding:10px;
    z-index: 1;
    position: relative;
}
.shop-btn .icon:before{
    content:'';
    width: 40px;
    height: 40px;
    background-color: var(--marrone);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}
.shop-btn svg path{
    fill: #ffffff;
}
.btn-wrapper{
    margin:20px 0;
}

/* bottoni con icona laterale */
.icon-btn{
    padding:8px 0;
    display: inline-block;
    background-color: transparent;
    color: var(--marrone);
    border:none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 45px;
    padding-right: 25px;
    text-decoration: none;
    position: relative;
    height: auto;
    min-height: 40px;
}
/*.icon-btn:hover, .icon-btn:focus{
    background-color: #fff;
}*/
.icon-btn svg{
    width: 40px;
    height: 40px;
    padding:10px;
    z-index: 1;
    position: relative;
    margin:0;
}
.icon-btn .icon{
    position: relative;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 2px;
    transition: 0.4s
}
.icon-btn:hover .icon, .icon-btn:focus .icon{
    left: 15px;
}
.icon-btn .testo{
    margin-left: 10px;
}
.ds-btn.no-border{
    border:none;
    padding-left: 0;
}