
/********************************************/
/*Share Buttons*/
/********************************************/

/*Base*/

.share-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.share-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.share-wrap::before {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.share-wrap a{
    padding: 4px;
    float: left;
    line-height: 16px;
}
.share-wrap a span{
    width: 48px!important;
    height: 48px!important;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    line-height: 32px;
    padding: 0;
    pointer-events: none;
}
.share-wrap a span svg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 2px;
    width: auto;
    height: auto;
}

.share-wrap svg{
    width: 32px!important;
    height: 32px!important;
    margin: 5px auto!important;
    display: none;
}

.share-wrap #svg-share-other {
    width: 20px!important;
    height: 32px!important;
}

.share-wrap svg path{
    fill: white;
}

.is-safari .share-wrap #svg-share-ios{
    display: block !important;
}
:not(.is-safari) .share-wrap #svg-share-android {
    display: block !important;
}


/*Custom Share*/
.share-wrap {
    bottom: 160px;
    height: 55px;
    width: 55px;
    border-radius: 55px;
    background-color: #151720;
    box-shadow: inset 0 0 0 5px #ffffff;
}

.share-wrap.btn-left-side {
    left: 0px;
}

.share-wrap.btn-right-side{
    right: 0px;
}

.share-wrap {
    z-index: 10;
    box-shadow: inset 0 0 0 5px #ffffff, rgba(248,184,23,0.5) 0px 0px 16px 2px;
}
.no-touch-device .share-wrap:hover{
    box-shadow: inset 0 0 0 5px #ffffff, rgba(248,184,23,0.9) 0px 0px 20px 2px !important; 
    opacity: 0.9 !important;
}
/* .no-touch-device .share-wrap:hover svg path.svg-path-lines  {
    fill: var(--color-primary) !important;
} */


/********************************************/
/*Scroll to Top Button*/
/********************************************/

/*Base*/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::before {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*Custom*/  
.progress-wrap {
    bottom: 80px;
    height: 55px;
    width: 55px;
    border-radius: 55px;
    background-color: #151720;
    box-shadow: inset 0 0 0 5px #ffffff;
}

.progress-wrap.btn-left-side {
    left: 0px;
}

.progress-wrap.btn-right-side {
    right: 0px;
}

.progress-wrap::before {
    width: 55px;
    height: 55px;
    color: #ffffff;
    font-size: 20px;
    line-height: 55px;
}
.no-touch-device .progress-wrap:hover{
    box-shadow: inset 0 0 0 5px #ffffff, rgba(248,184,23,0.9) 0px 0px 20px 2px !important; 
    opacity: 0.9 !important;
}

.progress-wrap svg.progress-circle path {
    stroke: #f8b817;
    stroke-width: 8px;
}

.progress-wrap {
    z-index: 10;
    box-shadow: inset 0 0 0 5px #ffffff, rgba(248,184,23,0.5) 0px 0px 16px 2px;
}


/*Bottom channel-whatsapp 1*/
.channel-whatsapp, .channel-whatsapp-2{
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.channel-whatsapp img, .channel-whatsapp-2 img{
    width: 55px;
    height: 55px;
}

.channel-whatsapp, .channel-whatsapp-2 {
    bottom: 160px;
    height: 55px;
    width: 55px;
    border-radius: 55px;
    background-color: #151720;
    box-shadow: inset 0 0 0 5px #ffffff;
}
.channel-whatsapp.active-progress, .channel-whatsapp-2.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.channel-whatsapp.btn-left-side, .channel-whatsapp-2.btn-left-side {
    left: 0px;
}

.channel-whatsapp.btn-right-side, .channel-whatsapp-2.btn-right-side{
    right: 0px;
}
.channel-whatsapp, .channel-whatsapp-2 {
    z-index: 10;
    
}

.no-touch-device .channel-whatsapp:hover,.no-touch-device .channel-whatsapp-2:hover {
    opacity: 0.9 !important;
}


@media only screen and (max-width: 1919px) {
    .channel-whatsapp-2{
        bottom: 340px !important;
        margin: 7px !important;
    }
    .channel-whatsapp{
        bottom: 260px !important;
        margin: 7px !important;
    }
    .share-wrap{
        bottom: 180px !important;
        margin: 7px !important;
    }
    .progress-wrap{
        bottom: 100px !important;
        margin: 7px !important;
    }


  
}

@media only screen and (min-width: 1199px) {
    :not(.is-safari) .share-wrap #svg-share-android {
        display: none !important;
    }
    :not(.is-safari) .share-wrap #svg-share-other {
        display: block !important;
    }
    

}


@media screen and (min-width: 1920px) {
    .channel-whatsapp-2{
        bottom: 360px !important;
        margin: 20px !important;
    }
    .channel-whatsapp{
        bottom: 280px !important;
        margin: 20px !important;
    }
    .share-wrap{
        bottom: 200px !important;
        margin: 20px !important;
    }
    .progress-wrap{
        bottom: 120px !important;
        margin: 20px !important;
    }

 
}