/* new css*/
.gallery-detail-section .breadcrumbs ul {
     display: flex;
 }
 .gallery-detail .suggested-pairings .swiper-button-next {
     bottom: 0;
     top: 200% !important;
 }
 .gallery-detail .suggested-pairings .swiper-container {
     height: 430px !important;
 }
 .nav-row .topnav>ul>li .megamenu .row, .nav-row .topnav>ul>li .sub-menu .row {
     padding: 20px 120px 20px !important;
  
 }
 .contributors-wrp {
   display: flex;
   flex-direction: row;
   gap: 150px;
   justify-content: center;
      margin-bottom:30px;
 }
 .contributors-box .credits {
   display: unset;
 }
 .gallery-detail-section .credits li {
      margin-bottom:10px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 40px;
 }
 .gallery-detail-section .credits li .title {
     /*text-align:end;*/
     flex: 1;
 }
 .gallery-detail-section .credits span.title:before {
     position: absolute;
     content: "";
     background-color: #b9c6d7;
     height: 15px;
     width: 2px;
     left: unset;
     right: -20px !important;
 }
 
 @media(max-width:992px){
      .contributors-wrp{
             flex-direction: column;
           margin:auto;
           gap:30px;
      }
      .contributors-box .credits{
           margin: 0px !important;
   padding: 0px;
      }
 }
 
 li.has-megamenu.open div.megamenu {
     width: auto !important;
 }
 
 li.has-megamenu.open div.megamenu .row {
     width: 110% !important;
     display: grid;
     grid-template-columns: 1fr 1fr;
 }
 div#cus-first-menu {
     max-width: 100% !important;
 }
 div#cus-second-menu {
     max-width: 100% !important;
 }

 /* Blog Content */


 .single .blog-section .post .thumb img {
      opacity: 1 !important;
 }
 .detail-content .flex-class a{
      width: 95px!important;
     height: 105px!important;
 }
 .flex-class{
      flex-direction: column;
 }
 .custom-size{
        width: 115px !important;
     height: 115px !important;
 }
 .prod-images{
     position: absolute;
     left: -100px;
      top: 35px;
 }
 .position-class{
      position: relative;
 }
 @media only screen and (max-width: 600px) {
      .prod-images{
          padding-top: 12px;
          position: absolute;
          left: -13px;
          z-index: 1;
          top: 15px;
     }
 }
 
 
 .buttons {
   margin: 5px 0;
 }
 button {
   font-size: 23px;
   display: inline;
   padding: 3px 6px;
   border: none;
   background: transparent;
   border-radius: 5px;
   outline: none;
 }
 button:hover {
   border: none;
   cursor: pointer;
 }
 #carouselWrapper {
   position: relative;
   overflow: hidden;
 }
 #carousel {
   position: absolute;
   visibility: hidden;
 }
 .prod-carousel-prev{
        position: absolute;
     top: -37px;
     left: -3px;
 }
 .prod-carousel-next{
        position: absolute;
     bottom: -28px;
     left: 0;
 }
 
 /* images responsive issues */
 
 #productPosts .thumb {
      background-color: #fff;
 }
 #productPosts .thumb img, .suggested-pairings .swiper-slide img, .detail-content .main-thumb img {
      object-fit: contain !important;
 }
 .team-members .photo img {
      object-position: center top;  
 }
 
 
 .gallery-detail .suggested-pairings h2{
      font-size: 16px!important;
 }
 .gallery-detail .suggested-pairings .swiper-button-prev {
     top: 72px;
 }
 
 .gallery-detail .suggested-pairings .swiper-button-next {
     bottom: 0;
      top: 166%;
 }
 
 .gallery-detail .suggested-pairings .swiper-slide {
     width: 100px!important;
     height: 129px!important;
 }
 
 .gallery-detail .suggested-pairings .swiper-container {
     margin-top: 42px;
 }
 .gallery-detail .suggested-pairings .swiper-container {
     height: 330px;
 }
 .credits li .person {
      min-width: 130px !important;
      max-width:unset;
      flex:2;
      margin-bottom:0px !important;
	 overflow: unset !important;
  text-overflow: unset !important;
  white-space: wrap !important;
 }

.contributors-wrp .contributors-box {
  flex: none;
}

 
 a.popmake-93298{
           display: inline-flex;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: center;
     justify-content: center;
     font-size: 16px;
     line-height: 22px;
     letter-spacing: 1px;
     text-transform: uppercase;
     color: #fff;
     background: #333;
     padding: 12px;
     width: 100%;
 }
 
 .locations-detail .location-detail-cnt .location-detail-content .representative .photo img{
      object-position:top;
 }

 .pum-theme-89551, .pum-theme-default-theme {
    background-color: rgba( 0, 0, 0, 0.6 );
}
	.pum-theme-89551 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	right: 8px !important;
    color: #000000 !important;
    font-size: 34px !important;
    border: none !important;
    box-shadow: none !important; 
    background-color: transparent !important;
	}
	#order_review > a:nth-child(3), #clickBtn {
	display:none;
} 
	.transferbtn{
		text-align: center;
	}
#login_form input[type=email], #login_form input[type=password] {
   display: block;
   width: 100%;
   height: 60px;
   padding: 0 5px;
   border: 1px solid #c8c8c8;
   background: transparent;
   font-family: Avenir Regular;
   font-size: 14px;
   color: #53565a;
   letter-spacing: 0;
   line-height: 24px;
   border-radius: 0;
}
#login_form .btn {
	 width: 100%;
	 cursor:pointer;
	 position: relative;
}
a.transferbtn {
	display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: #333;
  padding: 12px;
  width: 100%;
}
a.popmake-93298 .pum-trigger {
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #333;
    padding: 12px;
    width: 100%;
}
#login_form #error-msg {
	text-align: center;
  background-color: green;
  color: #fff;
  padding: 8px;
  margin-bottom: 20px;
}
.mc-button, .mc-button:hover {
	margin-top: 90px;
  text-align: center;
	color:#fff;
	position: relative;
}
img#loading_spinner {
    position: absolute;
    right: 20px;
	  display:none;
}
img#loading_spinner2 {
	position: absolute;
  right: 5px;
	bottom: 6px;
	display:none;
}
.sgpb-popup-close-button-4#sgpb-close-button {
  font-size: 30px;
	height: fit-content !important;
	top: 5px;
}
#sgpb-popup-dialog-main-div {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
div#login_form {
	margin-top: 30px;
}
.popmake-93298:first-of-type, .transferbtn:first-of-type {
    display: none !important;
}


