/***************************************************Product Page*************************************************/
.item-page-heading{
  font-family: KronaOne-Regular;
  font-size:24px;
  margin-bottom: 16px;
}
.item-section{
  margin-top: 155px;
}
.odd-row{
  background-color: #dcdcdc;
}
.even-row{
  background-color: #f5f5f5;
}
.shadow-text{
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.odd-row, .even-row{
  padding: 10px 10px;
  -webkit-box-shadow: 2px 5px 16px 0px #0B325E, -4px -5px 4px -1px rgba(163,163,163,0.03);
  box-shadow: 2px 5px 16px 0px #0B325E, -4px -5px 4px -1px rgba(163,163,163,0.03);
  border-radius: 5px;
  border: 1px solid #686868;
  margin-bottom: 20px;
}
.item-image{
  margin-bottom: 10px;
}
.item-details{
  font-family: Futura-Light-BT;
  font-size: 20px;
  padding: 0px 10px;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.item-detail-normal-text{
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.item-heading{
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
/*******************************************************************Modals*************************************************************/
.modal.modal-fullscreen .modal-dialog {
  width:100vw;
  height:100vh;
  margin:0;
  padding:0;
  max-width:none;
}
.modal.modal-fullscreen .modal-content {
  height:auto;
  height:100vh;
  border-radius:0;
  border:none;
}
.modal.modal-fullscreen .modal-body {
  overflow-y:auto;
}
.modal-header .close {
    padding: 0.5rem 0.5rem;
    margin: -1rem 0.5rem -1rem auto;
    color: #255105;
}
/***********************************************************Media Quries************************************************************/
@media only screen and (min-width: 280px) and (max-width: 319px){
  .item-section {
    margin-top: 190px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px){
  .item-section {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 867px){
  .item-section {
    margin-top: 156px;
  }
}
@media only screen and (min-width: 1900px){}
