.cta-product {
  padding-top: 50px;
  padding-bottom: 50px;
}
body:not(.home) .site-main p a{
  color: #e58e7e;
}
body:not(.home) .site-main p a:hover {
  color:#599ee0;
  text-decoration: underline;
}
.lamp-relative .lamp {
  position: absolute;
  z-index: -1;
}

.lamp-relative {
  position: relative;
}
body:not(.home) .site-header{
    position: sticky;
    top: 0;
    background: transparent;
}
body.blog .site-header {
    position: fixed;
}
.home .site-header {
    position: fixed;
    top: 0;
    background: transparent;
}
.home .site-content {
    clear: both;
}


@media screen and (max-width: 991px){
  .lamp-relative .lamp {
    display: none !important;
  }
  .productGallery .container {
      max-width: 100%;
  }
  .prodGallery .inner-Gallery img {
      height: auto;
  }
}

@media screen and (min-width:768px ){
  .inner-blog div[class*="col-"]:last-child {
      padding-right: 15px;
  }
}

/*grid-gallery*/
.grid-gallery {
  margin-bottom: 60px;
}
.grid__inner h3 {
  color: #1861A7;
  font-size: 22px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.gallery-default a:hover{
  text-decoration: none;
}
.grid-title {
  margin-bottom: 20px;
  font-weight: 700;
  color: #585B5F;
}
.gallery-default div[class*="col-"]{
  margin-bottom: 30px;
}
.gallery-default figure{
  margin-top: 0;
}
@media screen and (max-width:768px ){
  .grid-gallery {
    margin-bottom: 30px;
  }
  .grid__inner h3 {
    padding-left: 0;
    padding-right: 0;
  }
}
.productGallery-grid{
  background: #f1f0ec;
  padding-top: 40px;
}
.gallery-title h2{
  margin-bottom: 40px;
}
.productGallery-grid h4.description{
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  transform: translateX(100%);
  transition: all .8s ease-in-out;
}
.popup-modal.active {
  display: block;
  transform: translateX(0);
}

.popup-modal-dialog {
  width: 100%;
  margin-left: auto;
  background: #fff;
  padding: 78px;
  max-width: 900px;
  min-height: 100%;
  
}
.popup-size {
  color: #1861A7;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Overpass';
  font-weight: 700;
}
.popup-modal-header {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 30px; 
  border-bottom: 1px solid #ebebeb;
}
.popup-modal .modal-title{
  font-size: 59px;
  line-height: 1em;
}
.popup-description {
  color: #1861A7;
  font-size: 16px;
  margin-top: 40px;
}
.popup-close {
  position: absolute;
  right: -36px;
  top: -36px;
  z-index: 999;
}
body.fixedPopup{
  overflow: hidden;

}
body.fixedPopup::before{
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(56, 56, 56,.60);
  z-index: 999999;
}
.inner-gallery-img {
    position: relative;
}
.inner-gallery-img::before {
    content: "View";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(34, 106, 201,.88);
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Overpass';
    font-weight: 700;
    line-height: 1.3;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.prodGallery-grid .inner-Gallery:hover .inner-gallery-img::before {
  opacity: 1;
}
@media screen and (max-width: 991px){
  .popup-modal-dialog {
    padding: 20px;
    width: calc(100% - 50px);
  }
  .popup-close {
    right: 0;
    top: 0;
  }

  .popup-modal-dialog {
    width: 98%;
    margin: 4px auto;
  }

}
@media screen and (max-width: 767px){
  .popup-modal .modal-title {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .popup-modal .popup-description {
    color: #1861A7;
    font-size: 16px;
    margin-top: 20px;
}

   .popup-modal .modal-title {
    font-size: 22px !important;
    padding-right: 25px;
  }

}
 .popup-modal .modal-title {
    font-size: 35px;
}
 .gallery-nav .popup-img {
    margin-top: 0;
}

 .cta-product .cta-prod .btn-light img {
    position: relative;
    top: -1px;
}
.popup-modal-header .btn-primary span {
    position: relative;
    top: 2px;
}

.site-footer {
  margin-top: -28px;
}

.top-breadcrumbs .arrow-wh {
    position: relative;
    top: -1px;
}

.gallery-items.hide {
    display: none;
}

.gallery-items .slick-slide {
  padding: 5px;
}

.gallery-items .slick-slide img {
  border: 1px solid #ccc;
  object-fit: cover;
  height: 90px;
}

.gallery-nav .popup-img {
  padding: 5px;
  margin-bottom: 0px;
}

.gallery-nav .popup-img img {
  border: 1px solid #ccc; 
}

.gallery-nav .slick-slide {
    padding: 5px;
}

.gallery-nav .slick-slide img{
  border:1px solid #ccc;
}

.gallery-nav .slick-next:before, 
.gallery-nav .slick-prev:before {
  color: #1861a6;
}

.popup-modal .popup-description {
  padding-right: 10px;
}

.popup-modal-content .gallery-items .slick-prev,
.popup-modal-content .gallery-items .slick-next {
    opacity: 0;
}

.popup-modal-content .gallery-items .slick-dots {
    bottom: -36px;
}

.popup-modal-content .gallery-items {
    margin-top: 14px;
}
.disable-popup .inner-gallery-img::before {
    display: none;
}

div#foobar_message_10407 {
    display: none !important;
}

html.foobar-push-transition {
    margin-top: 0 !important;
}

body {
    margin-top: -46px;
}

.home div#foobar_message_10407 {
    display: block !important;
}


.fbr-item-inner {
    padding-top: 0;
    padding-bottom: 0;
}

.foobar-message {
    height: 60px !important;
}

.fbr-item-message .fbr-message {
    display: block;
    padding: 0.2em 10px;
    max-width: 100%;
    font-size: 16px;
}

.home .site-header {
    position: fixed;
	top: 0px;
}

body.home .home-banner-inner {
    padding-top: 40px;
}

.home.logged-in .site-header {
    position: fixed;
    top: 93px;
}

@media screen and (max-width:991px){
  .gallery-nav .slick-next {
      right: -17px;
  }

  .gallery-nav .slick-prev {
      left: -17px;
  }
}


@media screen and (max-width:767px){
	
.fbr-item-message .fbr-message {
    font-size: 14px;
}	
	
  main .productGallery-grid {
    padding-bottom: 10px;
  }
  main .products-information {
    padding-top: 0;
  }
  .gallery-items .slick-slide img {
    height: 120px;
 }
}

@media screen and (max-width:600px){
#foobar_message_10407 {
    position: fixed !important;
}
	
.fbr-item-message .fbr-message {
    font-size: 12px;
    line-height: 18px !important;
}
}

@media screen and (max-width:580px){
  .popup-modal-content .gallery-items .slick-slide img {
      height: 90px;
   }
}

@media screen and (max-width:480px){
body.home .home-banner-inner {
    padding-top: 180px;
}
}

@media screen and (max-width:420px){
  .popup-modal-content .gallery-items .slick-slide img {
      height: 60px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px){
  .popup-modal-content a.btnurl.btn.btn-primary {
      position: relative;
      left: -16px;
  }

  .productGallery .prodGallery {
    padding-left: 15px;
    padding-right: 15px;
  }

  .productGallery .prodGallery button.slick-prev.slick-arrow {
      left: -8px;
  }

  .productGallery .prodGallery button.slick-next.slick-arrow {
      right: -15px;
  }
}


