.message-box {
    display: grid;
    border: 1px solid;
    text-transform: uppercase;
    font-size: 16px;
    /* font-family: Raleway, 'Helvetica Neue', Verdana, Arial, sans-serif; */
    padding: 50px 0;
	font-weight:bold;
}
.back-to-top{
    display:none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 10px;
    border-radius: 30px;
}
@media(min-width:320px) and (max-width:480px) {
    .back-to-top{
      bottom: 10px;  
    }
}
@media(min-width:480px) and (max-width:786px) {
    .back-to-top{
        bottom: 10px;  
    }
}
/* ORIGINAL CSS */
/*
.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%;
}
*/

/* NOIS CSS */
.vss-more-products {
	display: grid !important;
	cursor: pointer;
	font-size: 15px;
	color: black;
	position: relative;
	padding: 20px 0 15px;
	text-align: center;
	font-weight: bold;
	border: 0px solid #626060;
	margin: 50px auto;
	text-transform: uppercase;
	background: #fff000;
    border-radius: 50px;
    max-width: 92%;
    box-shadow: 1px 5px 5px #bbb;
}
.vss-more-products .vss-down-icon {
	background: url("../../img/front/arrow-down.png") no-repeat -26px -596px;
	width: 20px;
	height: 14px;
	margin: 10px auto 0;
	filter: brightness(0);
}