.custom-overlay{
  background-color: rgba(10, 10, 10, 0.45);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1002;
  top: 0px;
  bottom: 0px;
  display: none;
}

.flex-property{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}
/* purhcase form custom css*/


#purchasePop .rise img {
  margin-top: 0px;
  /*height: 100%;*/
  /*width: 100%;*/
}

.share-socLinks .gButton{
  margin: 0px !important;
}

#purchasePop{
  max-height: 790px;
  overflow-y: scroll;
  height: auto;
  width: 600px;
  padding-bottom: 0px;
  padding: 0px 10px;
  -webkit-overflow-scrolling: touch;
}

#purchasePop .share-socLinks{
  margin: 0px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
}
.share-socLinks .socShare{
  margin: 0px;
}
.purchase-img-f {
  overflow: hidden;
  margin: 0px;
  width: 100%;
  margin: auto;
}
.socShare img{
  height: auto !important;
}

.purchase-form-f{
  margin-top: 10px;
  /*overflow: hidden;*/
  height: 50px;
}
.purchase-form-f .row .columns {
  padding: 0px;
}

.purchase-form-f .row .columns:nth-child(1) {
  text-align: center;
}
.purchase-form-f .row .columns:nth-child(1) table tbody {
  border: none !important;
}
.purchase-form-f .row .columns:nth-child(2) {
  text-align: right;
}
.purchase-form-f .row .columns:nth-child(2) input{
  max-width: 180px;
  width: 100%;
}

.purchase-header {}

.title-f .closer {
  height: 45px;
  position: absolute;
  top: -9px;
  width: 0px;
  right: 9px;
}

.title-f .closer .close-button {
  top: 6px;
  right: -21px;
  font-size: 38px;
  margin: 0px;
}

#purchasePop .title-f {
  margin: 10px auto 0px;
  font-size: 1.6rem;
  position: relative;
  overflow: hidden;
}

.title-img {
  width: 140px;
  margin-right: 0px;
  margin-top: -5px;
}

.purchase-subtitle-align {
  text-align: left;
  font-size: 19px;
  max-width: 450px;
  margin: 6px auto 0px;
  line-height: 20px;
  margin-bottom: 7px;
}

/* shirt form */
.shirt-header-f{

}

.header-img{
  margin-right: 25px;
}
.header-create{
  height: 65px;
  margin-right: 25px;
}


.contact-arrow{
  height: 35px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 20px 10px;
}

.shirt-header-f .close-button{
  color: black;
  right: 1rem;
  top: 2.2rem;
  font-size: 26px;
}
.subheader-shirt-f{
  padding: 0px 10px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.subheader-shirt-f .vmid{
  font-size: 22px;
  align-items: center;
}
.subheader-shirt-f .vmid .fleft {
  width: 65px;
  margin-right: 10px;
  height: 40px;
  margin-top: -5px;
}

.create-form{
  margin-left: 80px;
  margin-right: 96px;
}

.create-form label{
  font-size: 20px;
  margin-bottom: 30px;
}
.create-form label input{
  margin-bottom: 15px;
  height: 50px;
}

.create-form .send{
  margin-right: -65px;
  margin-top: 5px;
  width: 130px;
}
.create-form .alert-success{
  text-align: center;
}
.create-form p, #shirtReq1 p, #contact1 p{
  margin: 0px;
}
.success-msg{
  text-align: center;
  position: absolute;
  left: 150px;
  bottom: 42px;
  font-size: 19px;
}
#shirtReq1{
  height: 670px;
}
.small-input{
  width: 270px;
}

.contact-msg{
  text-align: center;
  position: absolute;
  left: 150px;
  bottom: 25px;
  font-size: 19px;
}
.create-form label input.grey-highlight{
  background-color: #707070 !important;
}
.create-form label textarea.grey-highlight{
  background-color: #707070 !important;
}

#contacttName:focus, #contacttEmail:focus{
  background-color: #121226 !important;
}
.contact-img{
  height: 47px;
  margin-top: 8px;
}
.middle-header{
  margin: 0px;
  justify-content: space-between;
  margin-right: 30px !important;
  font-size: 23px !important;
}



#contact1{
  height: 670px;
}
.contact-form label input {
    margin-bottom: 0px;
}
.contact-form textarea {
    height: 200px;
}
.contact-form label {
    font-size: 20px;
    /* margin-bottom: 15px; */
}
.contact-form .send{
  margin-right: -65px;
  margin-top: 0px;
  width: 135px;
}


/* about */

.aboutHead {
  text-align: right;
  padding: 0px;
  justify-content: flex-end;
  padding-right: 30px;
  margin-bottom: 40px;
}

.aboutHead img{
  margin-top: 0px;
  height: 55px;
  margin-right: 20px;
}

.aboutHead .close-button{
  color: #181e33;
  right: 1rem;
  top: 33px;
  font-size: 26px;
}
.about-wrapper{
  background-image: url(/img/aboutback.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 280px;
  padding: 55px 25px;
  margin-bottom: 115px !important;
  background-position-x: -8px;
}
#aboutPop{
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

.about-wrapper p{
  margin: 10px 15px;
  line-height: 1.2em;
}

.about-wrapper p:first-child{
  margin-top: 0;
}

@media only screen and (max-height: 760px){
 #purchasePop, #contact1, #shirtReq1{
  top: 0px !important;
  max-height: inherit !important;
  height: 100vh;
  padding-bottom: 5%;
  width:  100%;
  left:  0px !important;
 }
}
@media only screen
  and (min-width: 768px)
  and (max-width: 1024px)
  and (height: 650px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
    .cutL, .cutR{
      min-height: 488px;
    }
    #purchasePop, #contact1, #shirtReq1{
     top: 0px !important;
     max-height: inherit !important;
     height: 100vh;
     padding-bottom: 10px;
    }
    #purchasePop{
       padding-bottom: 50px;
    }
    #purchasePop .title-f{
      font-size: 1.5rem;
    }
    .share-img{
      margin-right: -20px !important;
    }
    .purchase-img{
      margin-right: -20px;
    }
}


@media only screen
  and (min-width: 480px)
  and (max-width: 1024px)
  and (orientation: landscape)
  and (max-height: 500px)
  and (-webkit-min-device-pixel-ratio: 1) {
    .purchase-header .title-img{
      margin-right: 15px !important;
    }
    .title-f .closer .close-button{
      right: -20px !important;
    }
    .board-image {
      overflow: hidden;
    }
    .cutL, .cutR{
      min-height: 488px;
    }
    .contact-msg, .success-msg{
      bottom: -10px;
    }
    .err-msg, #reqMsg{
      margin: 0px;
      position: relative;
    }
    .board-image img{
      max-width: 140%;
      margin-left: -20%;
    }
    .grecaptcha-badge{
      bottom: 50% !important;
    }
    .create-form .send, .contact-form .send{
      margin-bottom: 20px;
    }
    #purchasePop{
      padding-bottom: 8%;
      overflow: scroll;
       -webkit-overflow-scrolling: touch;
    }
    .contact-form, .create-form{
      padding-bottom: 90px;
    }
}
@media only screen
  and (min-width: 640px)
  and (max-width: 800px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
    .board-image img{
      max-width: 140%;
      margin-left: -20%;
    }
    #shirtRequest{
      display: none;
    }
    .title-bar{
      display: none !important;
    }
    .top-bar-left.landscape-list{
      margin: auto;
      width: 100%;
    }
    .top-bar ul li a {
      color: #fff;
      padding: 0px !important;
      margin: 10px !important;
    }
    .menuShell {
      max-width: 100% ! important;
      margin: 0 auto ! important;
      text-align: center;
  }
  .show-shirt-tablet{
    display: block !important;
  }
  .top-bar ul {
    background: #121325;
    text-align: center;
    margin: auto;
    justify-content: center;
    display: flex;
    width: 90%;
  }
}

@media only screen and (max-width: 480px){
  .success-msg {
    left: 0px;
    bottom: 5px;
    right: 0px;
  }
  .err-msg, #reqMsg {
    margin: 0px;
    position: relative;
  }
  .contact-msg{
    left: 0px;
    bottom: 0px;
    right: 0px;
  }
}
.board-image{
  margin-bottom: 90px;
  margin-top: 30px;
  overflow:  hidden;
  text-align: center;
  position: relative;
}

.board-image > img {
  max-width: 700px;
}

.board-image > .middle {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

.board-image > .middle .send {
  font-family: DeliciousSmallCaps;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  padding: 8px 16px;
  border-radius: 2px;
  height: 52px;
  display: inline-flex;
  align-items: center;
}

.closer a, .closer span{
  margin-left: 20px;
}
@media only screen
  and (max-width: 560px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
  #purchasePop, #contact1, #shirtReq1 {
      top: 0px !important;
      max-height: inherit !important;
      height: 100vh;
      padding-bottom: 40px;
      width: 99% !important;
      margin: auto;
      left: 3px !important;
  }
  #purchasePop .title-f{
    font-size: 1.8rem !important;
  }
  .title-f .closer .close-button {
    right: -24px !important;
  }
  #arrow {
    height: 40px;
    margin: 2.5rem -1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1105px){
  .howPanel h4{
    height: 65px;
    justify-content: center;
    align-items: center;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
  }
}

@media only screen
and (min-width : 320px)
and (max-width : 568px)
and (orientation : landscape) {
  .purchase-header .title-img {
      margin-right: 35px !important;
  }

}
@media only screen
and (min-width : 320px)
and (max-width : 768px)
and (orientation : landscape) {

  #giftCodeForm {
      min-height: 70vh !important;
      height: 70vh;
  }
}


 /*and (-webkit-min-device-pixel-ratio: 1)*/
/*@media only screen and (max-width: 768px){
 .landscape-list{
   position: relative;
   overflow: hidden;
   float: none;
 }
 .landscape-list .menu > li{
   width: 100% !important;
   display: block !important;
 }
 .landscape-list .menuShell.hide-for-small-only{
   display: none;
 }
 .landscape-list .show-for-small-only {
   display: block !important;
 }
}*/
/*@media only screen and (max-width: 768px) and (orientation: landscape){
  .board-image {
    margin-bottom: 90px;
    margin-top: 30px;
    width: 140%;
    margin-left: -20%;
    overflow: hidden;
    display:  block;
  }
  .landscape-list{
    position: relative;
    overflow: hidden;
    float: none;
  }
  .landscape-list .menu > li{
    width: 100% !important;
    display: block !important;
  }
  .landscape-list .menuShell.hide-for-small-only{
    display: none;
  }
  .landscape-list .show-for-small-only {
    display: block !important;
  }
  .top-bar{
    display: none;
  }
  #shirtRequest{
    display: none !important;
  }
}*/

@media only screen and (max-width: 480px) and (orientation: portrait)
{
  #contactForm, .create-form {
    display: inline-block;
    width: 100%;
  }
}

#aboutPop {
  overflow-y: auto !important;
}

.gift-code-class{

}
#giftCodeForm{
  min-height: 680px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#giftCodeForm1{
  padding: 10px 0px;
}
#giftCodeForm1 h4{
  margin-bottom: 0px !important;
  font-weight: 600;
  font-size: 16px;
}
#giftCodeForm1 #giftCodeName,#giftCodeForm1 #giftCodeEmail{
  margin-bottom: 30px !important;
}
#giftCodeForm1 .contact-arrow1{
  margin: 22px 10px;
}
#giftCodeForm1 #purchasePop .title-f{
  margin-right: 0px;
}
.submit-send-gift{
  width: 145px !important;
  float: right;
  margin-right: 0;
  margin-top: 0px;
  height: 41px;
  padding: 0px;
  margin-bottom: 30px;
}
#closeGift{
  margin-left: 20px;
}
#closeGift img{
  width: 20px;
}

#loadPopupTexts,
#loadPopup{
  position: absolute;
  left: -30000px;
  right: 0px;
  top: 0px;
  z-index: 1500;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background-color: rgba(10, 10, 10, 0.45);
}
/*.load-popup-menu{*/
  /*display: none !important;*/
/*}*/

#loadPopupTexts.flex-property {
  display: block;
  position: relative;
  left: 0;
  z-index: 11;
  background: none;
  align-items: flex-start;
  background-color: transparent;
  height: auto;
  margin-bottom: 40px;
}

#loadPopup.flex-property {
  position: fixed;
  left: 0;
}
.flex-property{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex !important;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
 }
#hideTexts,
#hideLoadPopup{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1500;
  width: 20px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}
.load-popup-content{
  transition: opacity 1s ease;
  position: relative;
  width: 700px;
  margin: auto;
  justify-content: center;
  align-items: center;
  height: 460px;
  opacity: 0;
}
.edit-notes-popup {

}

.load-popup-notes-content {
  background: white;
  width: 80%;
  position: relative;
  height: auto;
  text-align: center;
  display: flex;
  flex-flow: column;
}

.edit-notes-popup-title {
  align-self: center;
  text-align: left;
  font-family: 'DeliciousHeavy', 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;

}
.edit-notes-popup-title .title-text {
  display: inline-block;

  margin-bottom: 10px;
}

.edit-notes-popup-title .title-description {
  margin-left: 20px;
}

.edit-notes-popup-title .title-text::after {
  display: block;
  content: " ";
  width: 85%;
  margin: auto;
  border-bottom: 12px solid #333;
}
.load-popup-notes-content .images {
  display: flex;
  margin-top: 10px;
  flex-flow: row;
}
.load-popup-notes-content .images img {
  border: none;
}

.edit-notes-popup .title {
  position: relative;
}

.edit-notes-popup.shop-item .title span{
  display: inline-block;
  background: url("/img/shop/title-background.png") center center no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 24px;
  padding: 10px 30px;
  font-family: 'TextFont', 'Montserrat', sans-serif;
}

.edit-notes-popup.shop-item {
  width: 100%;
}

@media all and (max-width: 460px) {
  .load-popup-notes-content {
    padding: 20px;
    width: 100%;
  }


  .load-popup-notes-content .images {
    flex-flow: column;
  }

  .edit-notes-popup {
    margin: 0 0 20px;
  }

  .load-popup-notes-content .images img {
    margin-top: -20px;
  }
}

.load-popup-notes-content.set-opacity,
.load-popup-content.set-opacity{
  opacity: 1;
}
.popup-image{
  height: 100%;
  width: 100%;
}
.popup-image img{
  width: 100%;
  object-fit: cover;
}
.popupText1{
  position: absolute;
  top: auto;
  bottom: 90px;
  width: 440px;
  left: 10px;
}
.popupText2{
  position: absolute;
  top: -10px;
  right: 125px;
  width: 140px;
}
@media only screen and (max-width: 991px){
  .popupText1{

  }
  .popupText2{

  }
}
@media only screen and (max-width: 768px){
  .popupText1{width: 360px;}
  .popupText2{right: 105px;width: 110px;top: 0px;}
  .load-popup-content{
    height: 380px;
    width: 570px;
  }
}
@media only screen and (max-width: 600px){
  .popupText1{width: 300px;bottom: 65px;}
  .popupText2{width: 100px;right: 85px;}
  .load-popup-content{
    height: 330px;
    width: 480px;
  }
}
@media only screen and (max-width: 480px){
  .popupText1{width:  260px;bottom: 55px;}
  .popupText2{width:  75px;right: 70px;}
  .load-popup-content{
    height: 280px;
    width: 400px;
  }
}
@media only screen and (max-width: 410px){
  .popupText1{width: 210px;bottom: 45px;}
  .popupText2{width: 65px;right: 55px;}
  .load-popup-content{
    height: 230px;
    width: 320px;
  }
}
@media only screen and (max-width: 320px){
  .popupText1{

  }
  .popupText2{

  }
  .load-popup-content{
    height: 380px;
    width: 570px;
  }
}
