.button-size
{
  width: 50px;
  height: 50px;
}

.rmv-product-button-size
{
  width: 25px;
  height: 25px;
}

.rst-button-v-dim
{
  height: 20px;
  width:4px;
}

.rmv-product-button-v-dim
{
  height: 10px;
  width:2px;
}

.rst-button-h-dim
{
  width: 20px;
  height:4px;
}

.rmv-product-button-h-dim
{
  width: 10px;
  height:2px;
}

.rst-button-size
{
  width: 40px;
  height: 40px;
}


.cross
{
	transform-origin: 50% 50%;
	opacity: 0.6;
  border-radius: 50%;
}


.cross:before, .cross:after
{
 	  position: absolute;
  	left: 50%;
  	content: ' ';
  	height: 50px;
  	width: 4px;
    margin-left: -1px;
  	
}

.cross:before
{
  transform: rotate(45deg);
  border: 2px solid rgba(41, 49, 57, 0.7);
}
.cross:after
{
  transform: rotate(-45deg);
  border: 2px solid rgb(186, 122, 76);
}

.cross:hover, .arrow:hover
{
  	opacity: 1;
}

.left-arrow
{
  border-bottom: 4px solid white;
  border-right: 4px solid white;
}


.right-arrow
{
  border-top: 4px solid white;
  border-left: 4px solid white;
}


.arrow 
{
  transform-origin: 50% 50%;
  border-radius: 4px;
  width: 15px;
  height: 15px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.sliding-button
{
  width: 100px;
  height: 100px;
  transition: 0.4s ease;
}

.cart-icon-size
{
  width: 55px;
  height: 75px;
}

.back-button-cart-size
{
  width: 55px;
}