#back-to-top {
    position: fixed;
    right: 37px;
    bottom: 37px;
    display: inline-block;
    height: 57px;
    width: 57px;
    border-radius: 100%;
    background-color: #A1AB96;
    -webkit-box-shadow: 0px 3px 6px 0px #00000029;
    -moz-box-shadow: 0px 3px 6px 0px #00000029;
    box-shadow: 0px 3px 6px 0px #00000029;
    background-image: url('/wp-content/themes/Vitalwomen/assets/images/arrow-up.svg');
    background-size: 24px;
    background-position: 50% 45%;
    background-repeat: no-repeat;
    cursor: pointer;
	z-index: 1000;
}