/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */



/* Stock indicator on product page: icon color
-------------------------------------------------------------- */

/*
.availability-only .ic { color: green; }
*/



/* Product counter in the mini cart drop-down
-------------------------------------------------------------- */

/*
.header .skip-link .count {
	background-color: deepskyblue;
}
*/

.price-box .price
{
	color: #333333;
}

.rmaframe
{
  border: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 20002;
  min-height: 700px;
}

.rmaclosebtn
{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 20003;
    cursor: pointer;
}


.rmaclosebtndiv
{
    position: absolute;
    top: -17px;
    right: 0;
    z-index: 20003;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    padding: 0 2px 0 2px;
    margin-right: 25%;
}

.rmaframecont
{
  position: absolute;
  z-index: 20000;
  right: 0;
  left: 0;
  top: 20px;
  margin: auto;
  width: 1000px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 5px #ccc;
  max-height: 95%;

}

.rmacont
{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19999;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: scroll;
}
