._is-cms.lp-elements-to-top {
	padding: 10px 0;
}

.lp-elements-to-top-arrow svg {
    width: 16px;
    height: 8px;
}

.lp-elements-to-top-arrow {
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 32px;
    right: 16px;
    top: auto;
    z-index: 1110;
    transform: rotate(-90deg) ;
}

.lp-elements-to-top-arrow {
	background: transparent;
	border: none;
	padding: 0;
}

.lp-elements-to-top-arrow * {
	max-height: 100%;
	max-width:100%;
}

.lp-elements-to-top-arrow._show {
	display: flex;
}

@media all and (max-width: 599px) {
	.lp-elements-to-top-arrow {
		bottom: 32px;
	}
}

._reverse .lp-elements-to-top-arrow {
    right: auto;
    left: 16px;
}

.lp-elements-to-top-arrow ._slider-arrows {
    transform: rotate(90deg);
    min-height: 24px;
    min-width: 24px;
}

.lp-elements-to-top-arrow ._slider-arrows-inner {
    background: var(--primary-color-l-5);
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

@media (min-width:600px) {
    .lp-elements-to-top-arrow {
    	
        right: 32px;
        width: 44px;
        height: 44px;
    }
 
    ._reverse .lp-elements-to-top-arrow {
        right: auto;
        left: 32px;
    }
}

@media (min-width:1200px) {
    .lp-elements-to-top-arrow { 
        width: 50px;
        height: 50px;
    }
}

._is-cms .lp-elements-to-top-arrow {
	display: flex;
    position: static;
    margin: 20px 20px 20px auto;
}

._reverse._is-cms .lp-elements-to-top-arrow {
    position: static;
    margin: 20px;
}