#nav{
  	background-color:#D7CDBC;
}
#nav:hover{
  	background-color:#FFF;
}

  #gift-guide{
    /*
    background-color: #e6e7d9;
    */
    overflow-x: hidden;
    max-width: 100vw;
    padding-bottom: 40px;
    /*
    background-image: linear-gradient(180deg, #E6E0D4 0%, #E6E3D6 12%, #E6E3D6 100%);
    */
    background-color: #D7CDBC;

    
  }
  #gift-guide-content{
    max-width: 1060px; 
    /* max-width: 1220px; */
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
    /*
    padding-top: 60px;
    */

    
  }
  #gift-guide-content-content{
    overflow: visible;
  }
  .gift-guide-section{
    float: none;
  }
  .gift-guide-text{
    background-color: #F3EBDF;
  }
  .gift-guide-text-content{
    padding-left: 15px;
    padding-right: 15px;
  }
  .gift-guide-text h2{
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 900;     
    text-transform: lowercase;
    font-size: 43px;
    line-height: 41px;
    color: #333333;
    letter-spacing: 0;
  }
  .gift-guide-text p{
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 500;    
    font-size: 17.6px;
    color: #4A4A4A;
    letter-spacing: 0.31px;
    line-height: 27.34px;
    margin-bottom: 20px;
    max-width: 369px;
    margin-left: auto;
    margin-right: auto;
  }
  .gift-guide-text a{
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 900;     
    border-color: #333333;
    font-size: 15px;
    color: #333333;
    letter-spacing: 1px;
    display: block;
    margin-left: auto;
    margin-right: auto;    
    padding: 5px 30px;
    width: 120px;
  }
  .gift-guide-text a:hover{
    color: #333333;
    border-color: #333333;
    opacity: 0.7;
  }

  #gift-guide-banner{
      line-height: 0px;
    /*
      padding-bottom: 60px;
    */
  }
  #gift-guide-banner-heading h1{
    color: #333333;
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 900;       
    position: relative;
    top: 0px;
    font-size: 70px;
    letter-spacing: 0;
    line-height: 66px;
    text-transform: lowercase;
    font-size: 5vw;
    line-height: 4.75vw;
  }
  #gift-guide-banner-heading{
    /*
    width: 50%;
    */
    width: 48%;
    margin-right: 3%;
    /*
    min-width: 700px;
    */
    right: 0px;
    position: absolute;
    display: block;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;	
    /*
    padding-top: 30px;
    */
    margin-top: -30px;
  }
  #gift-guide-banner p{
    padding-top: 20px;
    max-width: 65%;
    margin: 0 auto;
   	font-family: sofia-pro, sans-serif;
	font-weight: 400;     
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 33px;
  }
  #gift-guide-banner-mobile-text{
    display: none;
  }

  .desktop-linebreak{
      display: block;
      width: 0px;
      clear: both;
  }
  .mobile-linebreak{
      display: inline;
      width: auto;
      clear: none;
  }


  #gg-footer{
    /*
    margin-top: 66px;
    */
    margin-top: 20px;
    background-color: #fff;
    padding-bottom: 66px;
    overflow: auto;
    clear: both;
  }
  #gg-footer #collection{
    max-width: 1120px;
  }

  #gg-footer h4{
    margin: 60px auto 35px auto;
    text-align: center;
    
    /*
    font-family:'nimbus_sans_lbold';
    */
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 800;     
    font-size: 40px;
    letter-spacing: 0;
    line-height: 30px;

	color: #333333;

  }
  #gg-footer h4 img{
      width: 227px;
  }

  #gg-footer #collection .collection-products .product{
      width: 25%;
  }
  #gg-footer #collection .product .details{
      padding-left: 10px;
      padding-right: 10px;
      height: auto;
  }
  #gg-footer #collection .product .details .title{
      display: block !important;
  }
  #gg-footer #collection .product .image{
    padding-left: 10px;
    padding-right: 10px;
  }
  #gg-footer #collection .product_loop_price{
    color: #999;
  }
  .gift-guide-insta{
   	font-family: sofia-pro, sans-serif;
	font-weight: 500;     
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 31px;
    position: absolute;
  }
  .gift-guide-section-right .gift-guide-insta{
      bottom:15px;
      right:15px;
      text-align: right;
  }
  .gift-guide-section-left .gift-guide-insta{
      bottom:15px;
      left:15px;
      text-align: left;
  }

  @media (max-width: 977px) {
    #gift-guide-banner-heading p{
      font-size: 16px;
      line-height: 28px;
          max-width: 63%;
    }
	.gift-guide-section-right .gift-guide-insta,.gift-guide-section-left .gift-guide-insta{
        font-size: 14px;
      	bottom: 5px;

    }
  }
  @media (max-width: 950px) {
    #gift-guide-25off{
      display: none;
    }
    #gift-guide-25off-mobile{
      display: block;
      position: absolute;
      width: 85px;
      right: 15px;
      bottom: 15px;  
    }
    .gift-guide-text h2{
      font-size: 32.08px;
      line-height: 29.16px;
    }
    .gift-guide-text p{
      font-size: 16px;
      letter-spacing: 0.28px;
      line-height: 24px;
    }
    .gift-guide-text a{
      font-size: 13.5px;
      letter-spacing: 0.9px;
      padding: 0px 23px;
      border-width: 1px;
    }
  }

  @media (max-width: 815px) and (min-width: 641px) {
    #gift-guide-banner-heading {
      width: 75%;
      margin-right: 0px;
    }
    #gift-guide-banner-heading h1{
      font-size: 52px;
      line-height: 50px;
    }
    #gift-guide-banner img{
      margin-left: -24%;
    }
    #gift-guide-banner{
      margin-top: 20px;
      margin-bottom: 20px;
    }

    #gift-guide-content{
      padding-left: 40px;
      padding-right: 40px;
    }

  }
  @media (max-width: 640px) {
    #gift-guide{
      padding-top: 0px;
      /*
      background-image: linear-gradient(180deg, #E5E1D5 0%, #E7E4D7 18%, #E9E5D8 100%);
      */
    }
    .desktop-linebreak{
        display: inline;
        width: auto;
        clear: none;
    }
    .mobile-linebreak{
        display: block;
        width: 0px;
        clear: both;
    }
    #gifts-under-100 p{
    	max-width: 190px;
    }
    
    #gifts-for-new-dads p{
      max-width: 220px;
    }
    
    #gifts-from-daughters p{
      max-width: 282px;
    }
    #gift-guide-content{
      /*
      padding-left: 20px;
      padding-right: 20px;
      */
      padding-left: 0px;
      padding-right: 0px;
    }
    #gift-guide-banner-heading{
      width: 100%;
      transform: none;
      top: auto;
      padding-top: 0px;
      margin-right: 0px;
    }
    #gift-guide-banner-heading h1{
      padding-top: 13vw;      
      font-size: 13.3vw;
      line-height: 13.4vw;
      /*
      max-width: 300px;
      */
      margin: 0 auto;
      max-width: 80vw;
    }
    #gift-guide-banner{
      /*
      padding-bottom: 40px;
      */
      padding-bottom: 0px;
    }
    #gift-guide-banner p{
      padding-top: 0px;
      font-size: 16px;
      line-height: 28px;
    }
    #gift-guide-banner-heading p{
      display: none;
      font-family: sofia-pro, sans-serif;
      font-weight: 500;     
    }
    #gift-guide-banner-mobile-text{
      display: block;
      padding-top: 20px !important;
    }

    .gift-guide-text-content{
      padding: 50px 20px;
    }
    #infinite-fruit{
      width: 82vw;
      margin-top: -19vw;
      right: -15vw;
    }
    #infinite-sun {
      left: auto;
      bottom: auto;
      position: absolute;
      top: -22%;
      right: -38%;
    }
    #gg-footer{
      margin-top: 30px;
      padding-bottom: 40px;
    }
    #gg-footer h4{
      margin-top: 40px;
      margin-bottom: 20px;
    }
    #gg-footer h4 img{
    }
    #gg-footer #collection .collection-products{
      display: block;
    }
    #gg-footer #collection .collection-products .product{
      width: 50%;
      margin-bottom: 15px;
    }
    #gg-footer #collection .product .details{
    }
    #gg-footer #collection .product .details .title{
    }
    #gg-footer #collection .product .image{
    }
    #gg-footer #collection .product_loop_title{
      font-size: 13px;
    }

	.gift-guide-section-right .gift-guide-insta,.gift-guide-section-left .gift-guide-insta{
    	left: 0px;
      	right: 0px;
        text-align: center;
    }
    
  }

  @media (min-width: 641px) {
    .gift-guide-cover{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .gift-guide-visible .gift-guide-image a{
          display: block;
          overflow: hidden;
          height: 46.7vw;
          max-height: 510px;
    }
  }


/*
@media (min-width: 641px) {
  .nav-transparent .main_content{padding-top: 48px;}
  .nav-transparent #search-container{ top: 148px !important;}
  .nav-transparent #nav:not(:hover):not(.scrolling) .nav-announce{color: #333 ;}
  .nav-transparent #nav:not(:hover):not(.scrolling) .nav-announce a{color: #333 ;}
  .nav-transparent #nav:not(:hover):not(.scrolling){background-color: transparent;}
  .nav-transparent #nav:not(:hover):not(.scrolling) .nav-link a, .nav-transparent #nav:not(:hover):not(.scrolling) .nav-bag-count{ color: #333; }
  .nav-transparent #nav:not(:hover):not(.scrolling) .nav-link .dropdown a{color: #333333 ; }
  .nav-transparent #nav:not(:hover):not(.scrolling) #nav-logo img, .nav-transparent #nav:not(:hover):not(.scrolling) #nav-search img,.nav-transparent #nav:not(:hover):not(.scrolling) #nav-account img,.nav-transparent #nav:not(:hover):not(.scrolling) #nav-bag img{ filter:none; }
  .nav-transparent #nav:not(:hover):not(.scrolling) #mobile-button{filter:none);}
}
@media (max-width: 640px) {
  .nav-transparent .main_content{padding-top: 98px;}
  .nav-transparent #nav:not(.scrolling){background-color: transparent;}
  .nav-transparent #nav:not(.scrolling) .nav-link a, .nav-transparent #nav:not(.scrolling) .nav-bag-count{ color: #333 ; }
  .nav-transparent #nav:not(.scrolling) .nav-link .dropdown a{color: #333333 ; }
  .nav-transparent #nav:not(.scrolling) #nav-logo img,.nav-transparent #nav:not(.scrolling) #nav-search img,.nav-transparent #nav:not(.scrolling) #nav-account img,.nav-transparent #nav:not(.scrolling) #nav-bag img{ filter: none; }
  .nav-transparent #nav:not(.scrolling) #mobile-button{filter:none;}
}
*/
