.back-to-top{position: fixed;bottom: 40px;right: 40px;z-index: 9999;width: 40px;height: 40px;text-align: center;line-height: 40px;background: rgba(202,202,202,0.6);color: #fff;cursor: pointer;border: 0;border-radius: 4px;text-decoration: none;transition: opacity .2s ease-out;opacity: 0;visibility: hidden}.back-to-top:hover,.back-to-top:focus{background: #e9ebec;color: #fff;outline: none}.back-to-top.show{opacity: 1;visibility: visible}.back-to-top .custom-icon{display: inline-block;vertical-align: middle;width: 20px;height: 22px;background: url("../../../../../skins/customer/back_to_top/arrow-up.svg");background-size: contain;background-repeat: no-repeat}@media (max-width: 767px){.back-to-top,.back-to-top.show{display: none !important}}