/*custom */
/* blog */
.fc-blogpost-relatedproducts {
	width: 100%;
	justify-content: center;
	display: flex;
}

.fc-blogpost-showcase {
	width: 75%;
}

@media (max-width: 992px) {
  .fc-blogpost-showcase {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .fc-blogpost-showcase {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


.fc-blogpost-showcasetitle {
	width: 100%;
	padding-left: .5rem;
  margin-top: 3em;
  margin-bottom: .5em;
}

.fc-blogpost-showcasetitle h2{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .5px;
}

.BlogProductImage {
  max-width:100%;
  width:100%;
}
.gui-blog-article img, .gui-blog-article iframe {
  max-width:100%;
}
.gui-blog-article footer {
  margin-top:20px;
}
.productDiv {
  margin:1.6%;
}
h3.brand {
  width:100%;
}
h2.product-title {
  font-weight:500;
}
/*checkout gift popup*/
.giftOverlay {
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 99999;
}
.fa.closePopup {
  position:absolute;
  display:block;
  cursor:pointer;
  top:15px;
  font-size:1.2em;
  right:15px;
}
.giftPopup {
      padding: 20px 50px;
  position:relative;
  width: fit-content;
  max-height:80%;
  top:10%;
  background:#fff;
/*   left:30%; */
  overflow:auto;
  margin: 0 auto;
}
.giftPopup .productInfo {
	vertical-align:middle;
  display:inline-block;
/*   height:100%; */
  width:45%;
  margin-left:20px;
  
}
.giftPopup h3 {
 	font-size:1.2em;
}
.giftPopup .giftProduct {
  height:85%;
  margin-top:20px;
  padding: 0em .5em;
  margin: 0 auto;
}
.giftPopup img {
  max-height:100%;
  max-width:45%;
  vertical-align:top;
}
.giftPopup select {
   -moz-appearance:none;
}
#openGiftPopup {
  margin-bottom:10px;
}
.noscroll {
  overflow:hidden;
  position: relative;
  height: 100%;
}
.productAdded {
  margin-top:10px;
  color: #00a369;
  padding:5px;
}
.productError {
  margin-top:10px;
  color: red;
  padding:5px;
}
@media only screen and (max-width: 992px) {
  .giftPopup {
    width: fit-content;
/*     left:15%; */
  }
}
@media only screen and (max-width: 768px) {
  .fc-giftincart-products-wrapper {
 display: flex;
    flex-wrap: wrap;
 justify-content: center;
}
  
  #fc-header-sm {
    z-index:99;
  }
  .giftPopup img {
    max-width:100%;
    max-height:50%;
    display:block;
    margin:0 auto;
  }
  .giftPopup .productInfo {
    width:100%;
    max-height:50%;
    margin-left:0;
    height:auto;
    max-width:100%;
    margin-top:10px;
    text-align:center;
  }
  .giftPopup h2 {
    margin:15px 10px;
    text-align: center;
  }
  .giftPopup .productInfo h3 {
    font-size:1.8em;
  }
  .giftPopup {
    width:100%;
    height:100%;
    max-height:100%;
    z-index:1000000;
    left:0;
    top:0;
  }
  .giftPopup .giftProduct {
/*     height:auto; */
    margin-bottom:20px;
    margin: 0 auto;
  }
  .giftPopup .fa.closePopup {
    font-size:1.6em;
  }
  .productError {
    font-size:1.5em;
  }
  #openGiftPopup {
    margin-top:10px;
  }
      .giftOverlay {
   padding: 1em; 
  }
}
.fc-giftincart-products-wrapper {
 display: flex;
 justify-content: center;
}