.bold-overlay {
   position: fixed;
   z-index:9998;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.5);
 }
 .bold-modalwindow {
   position: fixed;
   top: 2.5%;
   z-index:9999;
   text-align: center;
   background:white;
 }

 .bold-modalwindow, .bold-modalwindow * {
   box-sizing: border-box;
 }

 h2.bold-modal-header{
   font-size: 25px;
   color: #000;
   margin: 0 0 10px 0;
   font-weight: bold;
   text-align: center;
   padding-top: 25px;
   text-transform: uppercase;
 }
@media screen and (max-width:600px){
  .bold-modal-body .grid-item{
    width:100%;
    padding: 0px 15px;
    float:left;
  }
}
@media screen and (max-width: 899px){
 .bold-modalwindow {
   width:100%;
   background:white;
   max-width: 100%;
   bottom: 0px;
   position: fixed;
   overflow-y: auto;
   max-height: 100%;
 }
 .bold-modal-body {
   width: 100%;
   max-height:100%;
   position:absolute;
 }
.bold-modal-body::after{
  content:"";
  display:block;
  clear:both;
}
.bold-modal-close.close-modal{
  right:10px !important;
}
 .bold-modal-body .grid-item{
   width:50%;
   padding: 0px 15px;
   float:left;
 }
 .bold-modalwindow .grid-4:nth-of-type(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 900px){
 .bold-modalwindow {
   left: 50%;
   margin-left: -450px;
   background:white;
   padding: 1% 2.5% 1% 3%;
 }
 .bold-modal-content {
   max-width: 900px;
 }
 .bold-modal-body .grid-item{
   
   
   width:25%;
   padding: 0px 15px;
   float:left;
   background:white;
 }
}
 .bold-modal-content {
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 9px;
   margin-top: 20px;
   font-size: 16px;
   text-align: center;
   line-height: 22px;
  /*  width: 90%; */
   word-wrap: break-word;
   background: #fff;
   /* padding:20px 30px; */
   /* border-radius:15px; */
   /* box-shadow:10px 10px 5px #333; */
 }
 a.bold-modal-close {/*
   position: absolute;
   right: 40px;
   top: 20px;
   display: block;
   padding: 10px;
   color: #000;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   font-family: 'Open Sans', sans-serif;
   font-size: 20px;*/
 }
 .bold-button{
   display: block;
   background: #e87000;
   padding: 5px 10px;
   text-align: center;
   text-transform: uppercase;
   color: #fff !important;
   width: 100%;
 }

 .bold-button:hover{
   background: #3d4247;
 }

@keyframes boldModalFadeIn{
 from { display:block; opacity:0.0; }
 to { display:block; opacity:1.0; }
}
@keyframes boldModalFadeOut{
 from { display:block; opacity:1.0; }
 to { display:none; opacity:0.0; }
}
.bold-modal-content::after {
    content:"";
    display:block;
    clear:both;
}

.bold-modal-close.close-modal{
  right:-10px;
  top:10px;
}
.bold-modal-body .product-image img{
  max-height:100%;
  padding-bottom: 6px;
  width: 100%;
}
.bold-modal-body, .bold-modal-body .grid-item{
   background:white;
 }

.bold-modalwindow a.product-title {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
}

.bold-modalwindow .price-box {
    margin-bottom: 15px;
}

.bold-modalwindow  h2.bold-modal-header {
  color: #c3a886;
  font-family: 'montserrat';
  margin-bottom: 5px;
  margin-top: 0;
  padding-top: 0;
}

.bold-modalwindow .bold-modalwindow h3 {
    font-size: 16px;
}

.bold-modalwindow input.btn.add-to-cart-btn {
  margin-top: 5px;
}

.bold-modalwindow h3 {
    margin-bottom: 20px;
    font-size: 16px;
}

.bold-modalwindow span.special-price {
    color: #c7298e !important;
}

@media screen and (min-width: 900px){
  .bold-modalwindow input.btn.add-to-cart-btn {
    margin-top: 5px;
  }
}
@media screen and (max-height: 850px) {
  .bold-modalwindow {
    height: 90vh;
    max-height: 100vh;
    overflow-y: scroll;
  }
}
