
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* Navbar */
.nav{
    list-style-type: none;

}

.navbar{
    border: 0 !important;
    border-radius: 0 !important;
}

.navbar-default{
    overflow-x: visible;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 600;
    top: 0;
    font-family: 'Montserrat', sans-serif;
    transition: background-color 200ms linear;
}
.navbar-default.scrolled {
  transition: background-color 200ms linear;
  background-color: #694A3B;

}
  /* Links inside the navbar */
.nav-bar .nav-items {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 12px 16px;
    text-decoration: none;
    height: 100%;
}
.product-login{
    color: #613828;
    font-weight:500;
}
.product-partner{
    border: 2px solid #613828;
    background-color: white;
    color: #613828;
    padding: 1px 28px;
    font-size: 16px;
    cursor: pointer;
    font-weight:600;
    white-space: nowrap;
    width: 208px;
}
.product-advocate{
    border: 2px solid #613828;
    background-color: #613828;
    color: white;
    padding: 1px 28px;
    font-size: 16px;
    cursor: pointer;
    font-weight:600;
    width: 208px;
    white-space: nowrap;
}
.navbar-nav{
    float: right;
}
.nav-bar .nav-items-right{
    float: right !important;
}

.beyoung-logo{
    margin-left: 60px;
    padding-right: 30px !important;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

#jennifer > a{
    font-size:36px;
    font-family:'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #988c88ff;
}

#prod-ad{
    padding-left: 0 !important;
}

#start-shopping{
    margin-top: 20px;
    font-weight: 700;
    font-size: 22px;
}
#start-shopping a{
    color: #ffff;
    text-transform: uppercase;
    padding: 4px;
}

#cart{
    margin: 14px 76px 14px 20px;
}

  /* Change background on mouse-over */
  /* .nav-bar a:hover {
    background: #ddd;
    color: black;
  } */

  /* body{
      margin-top: 75px !important;
  }  */

/* Buttons */
.btn-sm{
    padding: 4px;
    border-radius: 4px;
    line-height: 1em;
}

.btn-green{
    background-color: #94d600ff;
}

.navbar-toggle{
    margin-top: 20px !important;
}

#back{
    top: 53px !important;
}
#about.active{
    top: 30px !important;
}
#works.active{
    top: 30px !important;
}
#blog.active{
    top: 30px!important
}
#contact.active{
    top: 30px!important
}

.arrow{
    height:20px; 
    width:20px; 
    margin-left:10px;
	filter: invert(100%);
}

.account-list-desktop{
    margin-left: -90px;
    background-color: white;
    border: 2px solid #613828;
    padding: 10px;
}
.logoimage-mobile{
    display:none;
}
.logoimage{
    display:block;
}
@media only screen and (max-width: 1400px) {
    .logoimage{
        margin-left: 0px !important;
    }
}
@media only screen and (max-width: 990px) {
    .account-list-desktop{
        margin-left: -130px;
        background-color: white;
        border: 2px solid #613828;
        padding: 10px;
    }
}

@media only screen and (max-width: 568px) {

}

@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 1250px) {
    .beyoung-logo{
        margin-left: 0px !important;
    }

    .navbar-default .navbar-nav li a {
        font-size: 16px;
    }
}
@media only screen and (min-width: 769px) {
    .account-list{
        display: none !important;
    }
}

@media only screen and (min-width: 750px) and (max-width: 992px){
    .navbar-default .navbar-nav li a {
        font-size: 10px;
    }
}

@media (min-width: 992px){
    .navbar-default .navbar-nav li a {
        /* font-size: 12px; */
    }
}

@media only screen and (max-width: 767px) {
    .logoimage-mobile{
        display:block;
        margin: auto;
    }
    .logoimage{
        display:none;
    }
    .account-list-desktop{
        margin-left: 0px;
    }
    .arrow{
        float:right; height:20px; width:20px; margin-left: 0px;
        filter: invert(0%);
    }
    .navbar-nav{
        float: none;
    }
    .navbar{
        margin-top: 0px;
        position: relative;
        margin-bottom: 0px;
    }
    .container{
        /* margin-top:100px; */
        /* position: relative; */
    }
    .logoimage{
        margin-left:0px !important;
    }
    .itemnav{
        color: Black !important;
    }
    .collapsing{
        background-color:white;
    }
    .in{
        background-color:white;
        overflow-x: auto !important;
    }
    .navbar-toggle{
        background-color: white;
        float: left;
        margin-left: 10px;
    }
    #bs-example-navbar-collapse-1 > ul.nav{
        margin-right: 20px !important;
    }
}

@media only screen and (max-width: 1024px) {
    #jennifer{
        display:none;
    }
    #prod-ad{
        display:none;
    }
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1400px) {
}



ul.dropdown-cart{
    min-width:250px;
}
ul.dropdown-cart li .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}
ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left{
    float:left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:left;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right button{
    margin-top:14px;
}

.full{
    padding-top: 40px;
    padding-bottom: 80px;
}

.box.active .header-title p {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.action-hint{
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.text-60{
    font-size: 60px;
}

.big-text{
    font-size: 29px;
}

.p-26{
    font-size: 26px;
}

.p-14{
    font-size: 14px;
}

.mt-10{
    margin-top: 10px;
}

.mt-15{
    margin-top: 15px;
}

.mt-30{
    margin-top: 30px;
}

.mt-45{
    margin-top: 45px;
}

.mt-60{
    margin-top: 60px;
}

.mt-75{
    margin-top: 75px;
}

.mb-75{
    margin-bottom: 75px;
}

.to-blue{
    font-size: inherit;
    font-family: inherit;
    color: #7996AD;
  }
  .p-45{
    padding: 45px;
  }
  
  .no-margin{
    margin: 0px;
  }
.no-lp{
    padding-left: 0px;
}
.up-arrow{
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
/*
     FILE ARCHIVED ON 00:20:10 Jun 25, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:26:37 Oct 03, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.064
  exclusion.robots: 0.065
  exclusion.robots.policy: 0.043
  esindex: 0.018
  cdx.remote: 26.178
  LoadShardBlock: 279.194 (3)
  PetaboxLoader3.datanode: 337.196 (5)
  PetaboxLoader3.resolve: 279.353 (2)
  load_resource: 379.371
  loaddict: 95.473
*/