body{
  position: relative;
  text-align: center;
  background: #f3f2f2;
  padding: 0; margin: 0;
  font-family: 'Raleway';
}

.previewContent{
  display: block;
  position: absolute;
  width: 1px; height: 1px;
  opacity: 0.2;
  overflow: hidden;
  left: -400px; top: -400px;
}



a{
  color: #63b8d5;
  text-decoration: underline;
}

a:hover{
  color: #2b7e9b;
}
.pageContainer{
  margin-top: 2.5%;
  display: inline-block;
  position: relative;
  width: 95%;
  max-width: 1000px;
  margin-bottom: 2.5%;
}


.footerLinks{
  display: inline-block;
  position: relative;
  max-width: 90%; font-size: .8em;
  margin: 25px 0 100px 0;
}



.leaderBoard{
    width: 100%;
    display: inline-block;
    max-width: 400px;
    padding: 30px 0 10px 0;
    background: rgba(0,0,0,0.1);
    border-radius: 10px;
    color: #333;
    transition: all 300ms;
    max-height: 500px;
    text-align: center;
}


.saleHeader{
  text-align: center;
    margin: 1em;
    font-weight: bold;
}


#topId{
  display: block;
  position: absolute;
  width: 0; height: 0; top: 0;
}

.ribbon{
  display: inline-block;
  position: relative;
  max-width: 400px;
  width: 80%;
  height: auto;
  padding: 5%;
  margin-top: 10px;
  margin-bottom: -40px;
  border: 0;
}

.coverSection{
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: url(https://d36syl5mhjs16o.cloudfront.net/2025/classicCover2.jpg?r=1);
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 2px;
  box-shadow: 1px 1px 12px 2px rgba(111,111,111,0.8), inset 1px 1px 2px 0px rgba(255,255,255,0.65);
  opacity: 1;
  margin-top: 0;
  transition: opacity 300ms, marginTop 300ms;
}

.coverSectionSmall{
  display: inline-block;
  position: relative;
  width: 50%;
  padding-top: 50%;
  margin-bottom: 25px;
  background: url(https://d36syl5mhjs16o.cloudfront.net/2025/classicCover2.jpg?r=1);
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 2px;
  box-shadow: 1px 1px 12px 2px rgba(111,111,111,0.8), inset 1px 1px 2px 0px rgba(255,255,255,0.65);
  opacity: 1;
  transition: opacity 300ms;
}

#coverTop{
  display: block;
  position: relative;
  width: 100%;
  margin: 0; padding: 0;
  text-align: center;
}

.coverSectionCapture{
  display: inline-block;
  position: relative;
  width: 50%;
  padding-top: 50%;
  background: url(https://d36syl5mhjs16o.cloudfront.net/2025/classicCover2.jpg?r=1);
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 2px;
  box-shadow: 0;
  opacity: 1;
  margin-top: 0 !important;
  transition: opacity 300ms, marginTop 300ms;
}

.coverSectionDesign{

  margin-top: 60px;
}

.fixCover{
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}

.fixLogo{
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
}

.coverDesigner{
  display: block;
  position: relative;
  width: 100%;
  padding: 5px 0;
  background-color: #fff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 2px;
  box-shadow: 1px 1px 12px 2px rgba(111,111,111,0.8), inset 1px 1px 2px 0px rgba(255,255,255,0.65);
  margin-top: 45px;
}

.nopacity{
  opacity: 1 !important;
}
.nopacity2{
  opacity: 0 !important;
  transform: translateX(-100px);
}

.printPromoBox{
  display: inline-block;
  width: 40%; padding: 2%; margin: 2%;
  vertical-align: middle;
  font-size: .9em;
}

.printPromoBox img{
  width: 100%; height: auto;
}

.promoSection{
  margin: 2%;
}

.designerText{
  display: block;
  position: relative;
  width: 95%;
  padding: 2.5%;
  font-size: .9em;
  color: #333;
  letter-spacing: 1.3px;
}
.designerTextLong{
  display: block;
  position: relative;
  width: 95%;
  padding: 2.5%;
  font-size: .9em;
  color: #333;
  letter-spacing: 1.3px;
  text-align: justify;
  line-height: 25px;
}


.designButton{
  display: block;
  position: relative;
  width: 90%;
  padding: 20px 5%;
  font-size: 1.25em;
  cursor: pointer;
}

.designButton .fa{
  margin-right: 10px;
}


.arrow-up {
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #efefef;
  display: block;
  position: absolute;
  left: 0; bottom: 100%;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;

  border-top: 13px solid #efefef;
  display: block;
  position: absolute;
  left: 0; top: 100%;
}

.arrowSelectedUp{
  border-bottom: 10px solid #6ed0f9 !important;
}

.arrowSelectedDown{
  border-top: 10px solid #6ed0f9 !important;
}

.arrowHolder{
  padding-top: 5% !important;
  color: #333;
  width: 5% !important;
  display: inline-block;
  position: relative;
  margin: 3px;
  cursor: pointer;
  transition: border 200ms;
  vertical-align: middle;
}


.designerSection {
    display: inline-block;
    position: relative;
    width: 40%;
    max-height: 900px;
    margin: 1%;
    vertical-align: middle;
    transition: all 300ms;
    opacity: 1;
    overflow: hidden;
}

.entriesSection {
    display: inline-block;
    position: relative;
    width: 45%;
    max-height: 900px;
    margin: 1%;
    vertical-align: top;
    transition: all 300ms;
    opacity: 1;
    overflow: hidden;
}

.designerSectionThanks {
    display: inline-block;
    position: relative;
    width: 95%;
    max-height: 900px;
    margin: 2% 0;
    vertical-align: middle;
    transition: all 300ms;
    opacity: 1;
    overflow: hidden;
}


.designerSectionEmail{
  padding: 1%;
  width: 90%;
}

.designerInputText{
  background: #fff !important;
}

.designerSectionHidden{

  max-height: 0 !important;
  padding: 0 !important; margin: 0 !important;
  opacity: 0; position: absolute;
}

.designerThumb{
  display: inline-block;
  position: relative;
  width: 19%; padding-top: 19%;
  margin: 3px;
  cursor: pointer;
  border: 4px solid #fff;
  transition: border 200ms;
  vertical-align: middle;
}

.designerThumb:hover{
  border: 4px solid #666;
}

.designerThumbSelected{
  border: 4px solid #6ed0f9 !important;
}


.designerLogoThumb{
  background: #efefef !important;
  padding-top: 0 !important;
  color: #333;
  width: 16% !important;
  text-decoration: none !important;
}



.designerLogoThumb div{
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 2.2;
}


.logoNumber{
  font-size: 1.25em;
  font-weight: bolder;
}

.thumb1{
  background: url();
}

.logo{
  display: block;
  position: absolute;
  width: 100%;
  left: 0%;
  height: 25%;
  top: 10%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: opacity 170ms, transform 300ms, top 250ms;
}



.logoBottom{
  top: 70% !important;
}



.calendarSection{

    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius: 2px;
    box-shadow: 1px 1px 12px 2px rgba(111,111,111,0.8), inset 1px 1px 2px 0px rgba(255,255,255,0.65);
    margin-top: 45px;

}

.calendarSectionCapture{

    display: inline-block;
    position: relative;
    width: 50%;
    padding-top: 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius: 2px;
    box-shadow: 0;
    margin-top: 0;

}

.lastPage{
  background: url(https://d36syl5mhjs16o.cloudfront.net/phil.camera/2021/images/about.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
    padding-top: 67% !important;
}

.calendarLayer{
  display: block;
  position: absolute;
  width: 100%; height: 100%;
  left: 0; top: 0;
  transition: opacity 500ms linear;
}

.calendarLayer1{
  background: url(https://d36syl5mhjs16o.cloudfront.net/phil.camera/2021/calendarParts/CalendarParts_0.jpg);
  background-size: 100% 100%;
  opacity: 1;
  z-index: 2;
}
.calendarLayer2{
  background: url(https://d36syl5mhjs16o.cloudfront.net/phil.camera/2021/CalendarParts_1.jpg);
  background-size: 100% 100%;
  opacity: 0;
  z-index: 3;
}
.calendarLayer3{
  background: url(https://d36syl5mhjs16o.cloudfront.net/phil.camera/2021/CalendarParts_2.jpg);
  background-size: 100% 100%;
  opacity: 0;
  z-index: 4;
}
.calendarLayer4{
  background: url(https://d36syl5mhjs16o.cloudfront.net/2025/octoberPreview.jpg);
  background-size: 100% 100%;
  opacity: 1;
  z-index: 5;
}

.reviews div{
  margin: 10px;
}

.reviewSig{
  font-size: .9em;
  text-align: left;
}

.reviewMain{
  text-align: justify;
  font-size: .9em;
}

.reviewTitle{
  text-align: left;
  font-size: .9em;
  font-weight: bold;
  font-style: italic;
}

.trunc{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* truncate to 4 lines */
  -webkit-line-clamp: 3;
}

.unTrunc .trunc{
  overflow: visible;
  display: block;
  -webkit-line-clamp: 45555;
}

.readMore{
  display: none;
  position: relative;
  text-decoration: underline;
  color: #00b2ac;
  font-size: .9em;
  cursor: pointer;
}

.truncStyle .readMore{
  display: block !important;
}

.unTrunc .readMore{
  display: none !important;
}

.unTrunc .readLess{
  display: block !important;
}

.readLess{
  display: none;
  position: relative;
  text-decoration: underline;
  color: #00b2ac;
  font-size: .9em;
  cursor: pointer;
}

.simpleHidden{
  display: none;
}


.thankYouSlider{

display: block;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding-top: 1%; padding-bottom: 1%;
padding-left: 1%; padding-right: 1%;
background: #87b588;
color: #fff;
text-align: center;
overflow: hidden;
transition: max-height 200ms, padding-top 200ms, padding-bottom 200ms, left 200ms;
z-index:99999999;
}


.thankYouHidden{
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  left: -1000px;
}

.thankYouMessage{
  display: inline-block;
  position: relative;
  width: 80%;
  padding: 1em;
  border: 1px solid #fff;
  max-width: 400px;
  vertical-align: middle;
}

.fakeLink{
  text-decoration: underline;
  cursor:pointer;
}

.vAlignFixer{
  display: inline-block;
  position: relative;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}

.isVis{
  opacity: 1 !important;
}

.infoTitle{
  font-weight: bold;
  padding: 10px 0 17px 0;
}

.infoSection{
  display: block;
  position: relative;
  width: 80%;
  background: #fff;
  left: 10%;
  margin-left: -25px;
  padding: 25px;
  margin-top: 45px;
  text-align: justify;
  font-size: .9em !important;
  letter-spacing: 1.3px;
  font-weight: 100;
  color: #333;
  font-size: 1em;
  box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.35), 1px 1px 2px 0px rgba(255,255,255,0.65);
  border-radius: 20px;
}

.centered{
  text-align: center !important;
}



.ssk-group{
  text-align: center;
  margin-top: 10px;
}

.infoSectionHidden{
  height: 0px;
  padding: 0;
  display: block;
  overflow: hidden;
}

.infoHeader{
  font-weight: 900;
  margin: 20px 0;

}

.infoSection ul{
  text-align: left;
}

.infoSection li{
  margin: 20px 0;
}

.infoSection div{
  line-height: 25px;
}

.monthlyData{
  display: block;
  position: relative;
  width: 100%;
  max-width: 465px;
  height: auto;
  margin: 20px 0;
}

.dailyData{
  display: block;
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-bottom: 50px;
}

.preOrderButton{
  display: inline-block;
  position: relative;
  padding: 25px 15px;
  background: #00b2ac;
  color: #fff;
  margin: 35px;
  cursor: pointer;
  backface-visibility: hidden;
  transition: all 350ms;
  font-weight: 200;
}

.preOrderButton:hover{
  background: #10c1bb;
  font-weight: 400;
  color: #374256;
}

.preOrderHeader{
  display: inline-block;
  position: relative;
  padding: 25px 15px;
  color: #333;
  margin: 15px 0px;
  font-weight: 900;
  font-size: 1.4em;
  max-width: 800px;
}

.preOrderText{
  margin: 0 15px 50px 15px;
  text-align: justify;
  font-size: .9em;

}

.calendarOptions{
  display: block;
  position: relative;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 300ms;
}

.optionTopLevel{
  display: block;
  position: relative;
  padding: 1em 0;
  color: #111;
  margin: 5px 15px;
  backface-visibility: hidden;
  border: 1px solid #efefef;
  transition: all 350ms;
  font-weight: 200;
}



.optionTopLevelBottom{
  margin-bottom: 0;
}


.option{
  display: block;
  position: relative;
  padding: 25px 25px;
  background: #00b2ac;
  color: #fff;
  margin: 5px 15px;
  cursor: pointer;
  backface-visibility: hidden;
  transition: all 350ms;
  font-weight: 200;
  text-decoration: none !important;
}


.showOption{
  max-height: 1000px;
}

.option:hover{
  background: #10c1bb;
  font-weight: 400;
  color: #374256;
}


.notReady{
  font-size: .8em;
}

.thumbnailSection{
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 2% 0;
  margin-top: 45px;
  box-shadow: 1px 1px 12px 2px rgba(111,111,111,0.8), inset 1px 1px 2px 0px rgba(255,255,255,0.65);
}

.thumbNail{
  display: inline-block;
  position: relative;
  width: 30%; padding-top: 30%;
  margin: 1%;
  overflow: hidden;
  cursor: pointer;
}

.thumbUp{
  box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,.2) !important;
}

.thumbShadow{
  display: block;
  position: absolute;
  width: 100%; height: 100%;
  left: 0; top: 0;
  transition: box-shadow 300ms;
  box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
  z-index: 3;
}

.thumbSlider{
  display: block;
  position: absolute;
  width: 100%; height: 200%;
  top: 0; left: 0;
  transition: transform 450ms ease-out;

}

.sliderUp{
  transform: translateY(-50%);
}

.t1{
  background: url(https://d36syl5mhjs16o.cloudfront.net/2025/months/1.webp);
  background-size: 100% auto;
  background-position: top;
}
.t2{
  background: url(https://d36syl5mhjs16o.cloudfront.net/2025/months/2.webp);
  background-size: 100% auto;
  background-position: bottom;
}
.t3{
  background: url(https://d36syl5mhjs16o.cloudfront.net/2025/months/3.webp);
  background-size: 100% auto;
  background-position: top;
}
.t4{
  background: url(https://d36syl5mhjs16o.cloudfront.net/2025/months/4.webp);
  background-size: 100% auto;
  background-position: top;
}
.t5{
  background: url(https://d36syl5mhjs16o.cloudfront.net/2025/months/5.webp);
  background-size: 100% auto;
  background-position: top;
}

.t6{
  background: url(https://d36syl5mhjs16o.cloudfront.net/2025/months/6.webp);
  background-size: 100% auto;
  background-position: top;
}

.t7{
  background: url(https://d36syl5mhjs16o.cloudfront.net/2025/months/7.webp);
  background-size: 100% auto;
  background-position: top;
}

.t8{
  background: url(https://d36syl5mhjs16o.cloudfront.net/2025/months/8.webp);
  background-size: 100% auto;
  background-position: top;
}

.t9{
  background: url(https://d36syl5mhjs16o.cloudfront.net/2025/months/9.webp);
  background-size: 100% auto;
  background-position: top;
}

.t10{
  background: url(https://d36syl5mhjs16o.cloudfront.net/2025/months/10.webp);
  background-size: 100% auto;
  background-position: top;
}

.t11{
  background: url(https://d36syl5mhjs16o.cloudfront.net/2025/months/11.webp);
  background-size: 100% auto;
  background-position: top;
}

.t12{
  background: url(https://d36syl5mhjs16o.cloudfront.net/2025/months/12.webp);
  background-size: 100% auto;
  background-position: top;
}

.emailFormHolder{
  display: block;
  position: relative;
  width: 100%;
  padding: 30px 0;
  text-align: center;
}

.emailForm{
  width: 100%;
  display: inline-block;
  max-width: 400px;
  padding: 30px 0 10px 0;
  background: rgba(0,0,0,0.1);
  border-radius: 10px;
  color: #333;
  transition: all 300ms;
  max-height: 500px;
  text-align: center;
}


.designerEmailFormHolder{
  display: block;
  position: relative;
  width: 100%;
  padding: ;
  text-align: center;
}
.designerEmailForm{
  width: 100%;
  display: inline-block;
  max-width: 400px;
  padding: 30px 0 10px 0;
  background: rgba(0,0,0,0.1);
  border-radius: 10px;
  color: #333;
  transition: all 300ms;
  max-height: 500px;
  text-align: center;
}

.emailFormHidden{
  max-height: 1px !important;
  overflow: hidden;
  opacity: 0;
  padding: 0 !important;
}

.emailFormText{
  display: inline-block;
  position: relative;
  font-size: 1em;
  margin-bottom: 20px;
  line-height: normal;
  letter-spacing: 1.5px;
  padding: 0 20px;
  text-align: justify;
}

.entriesFormText{
  display: inline-block;
  position: relative;
  font-size: 1em;
  margin-bottom: 20px;
  line-height: 25px;
  letter-spacing: 1.5px;
  padding: 0 20px;
  text-align: center;
}

.entriesFormText img{
  margin: 15px;

}

.inputText {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    border: 0;
    max-width: 262px;
    width: 80%;
    background: #fff;
    color: #111;
}

.textLink{
  color: #29caef !important;
}

.g-recaptcha {
    display: inline-block !important;
}


.submitButton {
    display: inline-block;
    position: relative;
    margin: 20px;
    padding: 20px;
    font-size: 1.01em;
    border-radius: 10px;
    border: 0;
    background: #fff;
    color: #111;
    cursor: pointer;
}

.submitButton {
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
}

.disabledButton {
    background: #efefef !important;
    color: #333 !important;
}





.cartButton{
    display: block;
    position: fixed;
    width: 46px;
    height: 40px;
    right: 40px;
    top: 20px;
    z-index: 101;
    font-size: .8em;
    transition: transform 600ms cubic-bezier(0.250, 0.250, 0.000, 1.245), color 300ms linear, opacity 600ms linear;
    transform: translateX(-10px);
    text-align: center;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.3));
  }

  .cartButton:hover{
    color: #53b8ad;
  }


  .cartButtonVisible{
    color: #fff;
    transform: translateX(-10px);
  }

  .cartCount{
    display: block;
    position: absolute;
    width: 30px; height: 20px;
    color: #000; font-size: 12px;
    left: 10px; top: 7px;
    z-index: 2;
  }

.checkoutButton{
  display: inline-block;
  width: 90%;
}

  .vMiddleFixer {
      display: inline-block;
      vertical-align: middle;
      width: 1px;
      height: 100%;
  }

  .vMiddle {
      display: inline-block;
      vertical-align: middle;
  }

  .newMenuButtonIconHolder {
      position: relative;
      font-size: 40px;
      width: 30px;
      height: 20px;
  }


.fa, .fas {
    font-weight: 900;
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}





.salesModal {
    z-index: 102 !important;
}

.modalBg {
    display: block;
    position: fixed;
    width: 100%;
    min-height: 100%;
    overflow-y: scroll;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: rgba(0,0,0,0.81);
    z-index: 9;
    transition: left 500ms, opacity 500ms;
}

.salesStuff {
    display: block;
    position: relative;
    width: 100%;
    min-height: 100%;
    margin-top: 0;
}


.clickCatcher {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.salesContent {
    display: inline-block;
    position: relative;
    margin-bottom: 50px !important;
    text-align: center;
    max-width: 650px !important;
    font-size: .9em;
    color: #efefef;
    line-height: 36px;
}

.productCategoryHolder {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-bottom: 50px;
    background: #e0dfd7;
    padding-bottom: 25px;
}

.productCategory {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 600px;
    padding: 10px 0;
    background: #e0dfd7;
    color: #333;
    font-size: 1.25em;
    font-weight: bold;
}

.cartFooter {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    background: #e0dfd7;
    color: #333;
    transition: all 300ms;
    padding: 10px 0;
}

.payButton{
  width: 90%; height: auto;
  max-width: 300px;
  cursor: pointer;
  transition: all 100ms;
}

.thankYou{
  font-size: .9em;
  display: inline-block;
  position: relative;
  width: 100%; text-align: center;
  max-width: 600px;
  background: #111;
  color: #fff;
  transition: all 300ms;
}



.payButtonHidden{
  opacity: 0;
  width: 0; height: 0;
  padding: 0;
  position: absolute;
  display: block;
}

.cartPreview{
  display: block;
  position: relative;
  max-height: 200px;
  max-width: 100%;
  width: auto;
  margin-bottom: 10px;

}

.removeFromCart{
  color: #999;
  font-size: 1em;
  cursor: pointer;
  transition: all 200ms, opacity 800ms;
  text-align: center;
  padding: 10px;
  display: block;
  position: absolute;
  right: 10px; bottom: 13px;
  height: 10px;
  overflow: hidden;
  opacity: 1;
  line-height: normal;
}

.plusMinusButtons{
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  width: 10px; text-align: center;
  border-radius: 3px;
  background: rgba(0,0,0,0.02);
  color: #777;
  margin-left: 15px;
  line-height: normal;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: bold;
}


.plusMinusButtons:hover{
    background: rgba(255,255,255,0.5);
}


.hiddenCartItem {
    height: 0px !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

.closeModalButton {
    display: block;
    position: fixed;
    width: 30px;
    height: 15px;
    right: 15px;
    top: 15px;
    padding: 7px 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}


.modalHidden {
    left: -110% !important;
    opacity: 0;
}



.aProduct2{
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 540px;
  margin-bottom: 5px;
  background: #fbfbfb;
  color: #333;
  transition: all 300ms;
  box-shadow: 0 0 1px #000 inset;
  max-height: 1000px;
  overflow: hidden;
}

.aProduct2:hover{
  background: #37a09cfa;
  color: #fff;
}

.aProduct{
  display: inline-block;
  position: relative;
  width: 100%; text-align: center;
  max-width: 540px;
  margin-bottom: 20px;
  padding: 20px;
  background: #efefef;
  color: #333;
  transition: all 300ms;
  box-shadow: 0 0 1px #000 inset;
  max-height: 1000px;
}

.aProduct:hover{
  background: #326e68;
}

.aProductOpen{
  background: #efefef !important;
}

.aProductOpen2{
  background: #fbfbfb !important;
  color: #555 !important;
  padding-top: 0px;
  padding-bottom: 20px;
}

.aProductTop{
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 10px;
  cursor: pointer;
}

.aProductTop2{
  display: inline-block;
  width: 96%;
  position: relative;
  padding-top: 10px;
  padding: 2%;
  cursor: pointer;
}




.noCursor{
  cursor: default !important;
}

.aProductLeft{
  float: left;
  padding-left: 10px;
  width: 65%;
  text-align: left;
}
.aProductRight{
  float: right;
  padding-right: 10px;
  width: 28%;
  text-align: right;
}

.aProductRightWider{
  width: 100% !important;
}

.shippingOption{
  font-size: .9em !important;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  width: 100%;
  background: #fff;
  line-height: 22px;
  margin: 4px 0;
  color: #222;
  cursor: pointer;
}

.shippingOption:hover{
  background: #bababa;
}



.shippingDetails{
  font-size: .8em !important;
}

.selectedShipping{
  background: #5d9e5a !important;
  color: #fff !important;
}

.hiddenCartItem{
  height: 0px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hiddenCartItemMax{
  max-height: 1px !important;
}

.shippingMessage{
  font-size: .9em !important;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  width: 90%;
  max-height: 500px;
  line-height: 22px;
  margin: 4px 0;
  overflow: hidden;
  transition: all 300ms;
}

.hideOverflows {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    overflow: hidden !important;
}

.logoTitle{
  font-size: .8em;
}

#newMenuButton{
    /*transform: translateX(0px) !important;*/
    height: 7% !important;
}


.newMenuButtonLine {
    filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.3));
}


@media (max-width: 1000px) {


  .printPromoBox{

    width: 90% !important;
  }


  #newMenuButton {
      width: 60px !important;
      height: 10% !important;
    }


  .logoTitle{
    font-size: .8em;
  }

  .cartButton{
      right: 10px;
      top: 5px;
    }

  .designerSection{
    width: 95%;
    margin: 1%;
  }

  .entriesSection{
    width: 95%;
    margin: 1%;
  }

  .designerSectionThanks{
    width: 90%;
  }

.designerTextLong{

    text-align: left;

}

  .thumbNail{

    width: 45% !important; padding-top: 45% !important;

  }

  .infoSection{
    font-size: .92em !important;
    text-align: left !important;
  }

  .g-recaptcha{
    transform: scale(0.765);
    transform-origin: 0 0;
  }

  .emailFormText{
    text-align: left;
  }



    .filterBox{
      width: 35% !important;
      padding-top: 35% !important;

    }

    .filterTitle{
      font-size: .6em !important;
    }

    .thumbButton{
      font-size: 15px !important;
    }

    .productCategory{
      font-size: .95em !important;

    }

    .salesPreview{
      max-width: 60% !important;
    }

    .aProduct{
      padding: 0;
    }

    .aProduct2{
      padding: 0;
    }


    .option{
      padding: 10px !important;
    }



 }


/* Modifiers that MUST be applied below this point: */
 .sharing{
   font-size: 1.4em !important;
   text-align: center !important;
 }
