/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

div ul li a {
  text-transform: uppercase;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.product-description
{
  line-height: 22px;
  font-size: 13px;
  padding: 9px;
}
.product-name
{
  font-size: 18px;
}
.video-btn
{
  cursor: pointer;
}
/*.btn-satinal*/
/*{*/
/*  position: absolute;*/
/*  bottom: 0px;*/
/*}*/
/*.product-description-container*/
/*{*/
/*  position: relative !important;*/
/*}*/
