.message-box {
    display: grid;
    border: 1px solid;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Gotham Rounded Book';
    padding: 5px;
}
.back-to-top{
    display:none;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 86%;
    border-radius: 30px;
}
@media(min-width:320px) and (max-width:480px) {
    .back-to-top{
      top: 80%;  
    }
}
@media(min-width:480px) and (max-width:786px) {
    .back-to-top{
      top: 80%;  
    }
}

.vss-more-products {
    display: grid !important;
    cursor: pointer;
    margin: 10px 5px;
    font-size: 20px;
    color: #999;
    position: relative;
    padding: 17px;
    border: 0;
    text-align: center;
    background-color: #f7f5ee;
}
.vss-more-products .vss-down-icon {
    background: url("../../img/front/arrow-down.png") no-repeat -26px -596px;
    width: 20px;
    height: 14px;
    position: absolute;
    opacity: .5;
    left: 49%;
}