/*body {
	background: url(https://s3.invisionapp-cdn.com/storage.invisionapp.com/screens/files/284154575.png?x-amz-meta-iv=5&response-cache-control=max-age%3D2419200&x-amz-meta-ck=5e0025221aad8a50b665dbb0101f686f&AWSAccessKeyId=AKIAJFUMDU3L6GTLUDYA&Expires=1535760000&Signature=ZIjnpPUiSjskAlg6TtB67jv1%2BHM%3D)no-repeat 0 0;
    background-size: 780px auto;
    opacity: .6;
}*/
header {
  background: #FDFAF6;
  margin: 0 auto;
  width: calc(100% - 156px);
  z-index: 10000; }
  header nav,
  header menu {
    margin: 0;
    padding: 0;
    text-align: center; }
    header nav li,
    header menu li {
      display: inline-block;
      padding-left: calc(23% / 7);
      padding-right: calc(23% / 7);
      padding-bottom: 16px;
      padding-top: 14px;
      vertical-align: middle; }
      header nav li:first-child,
      header menu li:first-child {
        padding-left: 0; }
      header nav li:last-child,
      header menu li:last-child {
        padding-right: 0; }
      header nav li a,
      header menu li a {
        color: #414040;
        display: block;
        font-family: 'Futura-Boo';
        font-size: 13px;
        letter-spacing: 0.37px;
        line-height: 20px; }
        header nav li a:hover,
        header menu li a:hover {
          color: #C28890; }
      header nav li.logo img,
      header menu li.logo img {
        width: 204px; }
      header nav li.search-btn, header nav li.cart-btn,
      header menu li.search-btn,
      header menu li.cart-btn {
        cursor: pointer; }
        header nav li.search-btn img, header nav li.cart-btn img,
        header menu li.search-btn img,
        header menu li.cart-btn img {
          height: auto;
          width: 14px; }
        header nav li.search-btn span, header nav li.cart-btn span,
        header menu li.search-btn span,
        header menu li.cart-btn span {
          color: #414040;
          font-family: "courier-std",monospace;
          font-size: 11px;
          letter-spacing: 0.04px;
          line-height: 16px;
          margin-left: 2px; }
      header nav li:hover .submenu,
      header menu li:hover .submenu {
        transition: opacity 400ms ease 0s;
        opacity: 1;
        z-index: 10000; }

.submenu {
  transition: opacity 400ms ease 1s, z-index 400ms ease 1s;
  background: #F5F5F5;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 76px;
  width: 100%;
  z-index: -1;
  opacity: 0; }
  .submenu li {
    transition: border-color 400ms ease;
    border-bottom: 1px solid #D8D8D8;
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 0;
    text-transform: uppercase; }
    .submenu li a {
      color: #414040;
      display: block;
      line-height: 40px; }
      .submenu li a.sale {
        color: #C3888F; }
        .submenu li a.sale:hover {
          color: #C3888F; }
      .submenu li a:hover {
        color: #414040; }
    .submenu li:hover {
      border-bottom: 1px solid #C28890; }
      .submenu li:hover .subcategories {
        visibility: visible; }
        .submenu li:hover .subcategories .container {
          opacity: 1; }

.subcategories {
  background: #F5F5F5;
  left: 0;
  padding-bottom: 28px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 22px;
  position: absolute;
  top: 41px;
  visibility: hidden;
  width: 100%;
  z-index: 10000; }
  .subcategories .container {
    transition: opacity 400ms ease-in;
    opacity: 0; }
  .subcategories .col-md-3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .subcategories li {
    border-bottom: 0;
    display: block;
    line-height: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    text-transform: none; }
    .subcategories li a {
      color: #8C8B89;
      line-height: 30px; }
    .subcategories li:hover {
      border-bottom: 0; }
  .subcategories img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 180px; }

.mobile-menu {
  display: none;
  height: 100%;
  overflow-x: unset;
  overflow-y: unset;
  position: fixed;
  top: 0;
  padding-top: 80px;
  width: 100%;
  z-index: 1000; }
  .mobile-menu .box {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    padding-top: 80px;
    top: 0;
    width: 100%;
    z-index: 10; }
    .mobile-menu .box .background-color {
      height: 100%;
      border-top: 1px solid #e8e6e2;
      padding-bottom: 35px;
      background: #FDFAF6; }
  .mobile-menu ul {
    position: relative;
    margin: 0;
    padding: 0; }
  .mobile-menu li {
    border-bottom: 1px solid #e8e6e2;
    cursor: pointer;
    display: block;
    padding-bottom: 34px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 34px;
    position: relative; }
    .mobile-menu li i {
      background-image: url(/assets/closet/plus-black-icon.png);
      background-position: 0 0;
      background-size: 11px auto;
      display: block;
      height: 10px;
      position: absolute;
      right: 30px;
      top: 40px;
      width: 11px; }
    .mobile-menu li.active {
      padding-bottom: 20px; }
      .mobile-menu li.active i {
        background-image: url(/assets/closet/less-black-icon.png); }
    .mobile-menu li.for_sale a {
      color: #C28890; }
    .mobile-menu li.for_sale i {
      background-image: url(/assets/closet/plus-icon.png); }
    .mobile-menu li.for_sale.active i {
      background-image: url(/assets/closet/less-icon.png); }
  .mobile-menu li a {
    color: #414040; }
  .mobile-menu li ul {
    display: none;
    padding-top: 20px; }
  .mobile-menu li ul li {
    border-bottom: 0;
    cursor: pointer;
    line-height: 50px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0; }
    .mobile-menu li ul li a {
      color: #8C8B89; }
  .mobile-menu p {
    color: #9B9A9A;
    margin-top: 35px;
    text-align: center; }

.search {
  display: none;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  z-index: 100000;
  width: 100%; }
  .search .background {
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    z-index: 1; }
  .search .box {
    background: #c28890;
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10; }
    .search .box input {
      -webkit-appearance: none;
      background: #c28890 url(/assets/closet/search-white-icon.png);
      background-repeat: no-repeat;
      background-size: 14px auto;
      background-position: 0 1px;
      border: 0;
      color: #fff;
      font-family: 'Futura-Boo';
      font-size: 15px;
      height: 20px;
      letter-spacing: 0.64px;
      line-height: 20px;
      margin: 30px 0 0;
      outline: none;
      padding: 0 0 0 30px;
      width: 100%; }
      .search .box input::-webkit-input-placeholder {
        color: #fff; }
      .search .box input::-moz-placeholder {
        color: #fff; }
      .search .box input:-ms-input-placeholder {
        color: #fff; }
      .search .box input:-moz-placeholder {
        color: #fff; }
    .search .box input:-webkit-autofill,
    .search .box input:-webkit-autofill:hover,
    .search .box input:-webkit-autofill:focus,
    .search .box input:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px #c28890 inset !important;
      color: white !important; }
    .search .box input:-webkit-autofill {
      -webkit-text-fill-color: white !important; }

.newsletter {
  display: none;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 10000; }
  .newsletter .box {
    background: #C28890;
    height: 210px;
    position: relative;
    width: 380px; }
    .newsletter .box .close-btn {
      background: url("/assets/closet/close-icon.png") no-repeat 0 0;
      background-repeat: no-repeat;
      background-size: 12px auto;
      cursor: pointer;
      filter: brightness(0) invert(1);
      height: 11px;
      position: absolute;
      right: 20px;
      top: 20px;
      width: 12px;
      z-index: 10; }
    .newsletter .box h6,
    .newsletter .box p {
      color: #fff; }
    .newsletter .box h6 {
      text-transform: uppercase; }
    .newsletter .box p {
      margin-bottom: 21px;
      margin-top: 22px; }
    .newsletter .box button {
      background: transparent;
      border: 1px solid #fff;
      -webkit-border-radius: 0 2px 2px 0;
      -moz-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-family: 'Futura-Boo';
      font-size: 12px;
      height: 35px;
      letter-spacing: 0.34px;
      line-height: 35px;
      margin: 0;
      outline: none;
      padding: 0;
      text-align: center;
      vertical-align: middle;
      width: 60px; }
      .newsletter .box button:hover {
        background: #fff;
        color: #C28890; }
    .newsletter .box input {
      -webkit-box-shadow: 0 0 0px 1000px #C28890 inset;
      -webkit-appearance: none;
      background: transparent;
      border: 1px solid #fff;
      border-right: 0;
      -webkit-border-radius: 2px 0 0 2px;
      -moz-border-radius: 2px 0 0 2px;
      border-radius: 2px 0 0 2px;
      color: #fff;
      display: inline-block;
      font-family: "courier-std",monospace;
      font-size: 13px;
      height: 35px;
      letter-spacing: 0.04px;
      line-height: 35px;
      margin: 0;
      outline: none;
      padding: 0 15px 0;
      vertical-align: middle;
      width: calc(100% - 60px); }
      .newsletter .box input::-webkit-input-placeholder {
        color: #fff; }
      .newsletter .box input::-moz-placeholder {
        color: #fff; }
      .newsletter .box input:-ms-input-placeholder {
        color: #fff; }
      .newsletter .box input:-moz-placeholder {
        color: #fff; }

.addtocart {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10229; }
  .addtocart .box {
    background: #F5F5F5;
    bottom: 0;
    height: 450px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 455px;
    z-index: 10; }
    .addtocart .box .close-btn {
      background: url("/assets/closet/close-icon.png") no-repeat 0 0;
      background-repeat: no-repeat;
      background-size: 12px auto;
      cursor: pointer;
      height: 11px;
      position: absolute;
      right: 30px;
      top: 30px;
      width: 12px;
      z-index: 10; }
    .addtocart .box h6 {
      margin-bottom: 45px;
      text-align: center; }
    .addtocart .box .item {
      margin-bottom: 31px; }
      .addtocart .box .item img {
        height: auto;
        width: 100%; }
      .addtocart .box .item p.size {
        margin-bottom: 1px;
        margin-top: 12px; }
      .addtocart .box .item p.price {
        margin-bottom: 12px; }
    .addtocart .box .pink-btn,
    .addtocart .box .outline-btn {
      width: 100%; }
    .addtocart .box .pink-btn {
      margin-bottom: 19px; }
  .addtocart .background {
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0; }

.confirmaccount {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .confirmaccount .box {
    background: #F5F5F5;
    bottom: 0;
    height: 220px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 455px; }
    .confirmaccount .box h6 {
      text-transform: uppercase; }
    .confirmaccount .box p {
      margin-bottom: 28px;
      margin-top: 25px; }
    .confirmaccount .box .close-btn {
      background: url("/assets/closet/close-icon.png") no-repeat 0 0;
      background-repeat: no-repeat;
      background-size: 12px auto;
      cursor: pointer;
      height: 11px;
      position: absolute;
      right: 25px;
      top: 30px;
      width: 12px;
      z-index: 10; }
    .confirmaccount .box .pink-btn {
      width: 213px; }

.sizeguide-popup {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .sizeguide-popup .box {
    background: #fff;
    bottom: 0;
    height: 410px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 780px;
    z-index: 1; }
    .sizeguide-popup .box .close-btn {
      background: url("/assets/closet/close-icon.png") no-repeat 0 0;
      background-repeat: no-repeat;
      background-size: 12px auto;
      cursor: pointer;
      height: 11px;
      position: absolute;
      right: 30px;
      top: 30px;
      width: 12px;
      z-index: 10; }
    .sizeguide-popup .box img {
      height: auto;
      width: 100%; }
  .sizeguide-popup .background {
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0; }

.signup-popup,
.login-popup {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .signup-popup .box,
  .login-popup .box {
    background: #F5F5F5;
    bottom: 0;
    height: 460px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 535px; }
    .signup-popup .box .close-btn,
    .login-popup .box .close-btn {
      background: url("/assets/closet/close-icon.png") no-repeat 0 0;
      background-repeat: no-repeat;
      background-size: 12px auto;
      cursor: pointer;
      height: 11px;
      position: absolute;
      right: 25px;
      top: 30px;
      width: 12px;
      z-index: 10; }
    .signup-popup .box h6,
    .login-popup .box h6 {
      margin-bottom: 15px; }
    .signup-popup .box h6,
    .signup-popup .box p,
    .login-popup .box h6,
    .login-popup .box p {
      text-align: center; }
      .signup-popup .box h6 a,
      .signup-popup .box p a,
      .login-popup .box h6 a,
      .login-popup .box p a {
        border-bottom: 1px solid #414040;
        color: #414040; }
    .signup-popup .box p:nth-of-type(1),
    .login-popup .box p:nth-of-type(1) {
      margin-bottom: 14px; }
    .signup-popup .box .checkbox,
    .login-popup .box .checkbox {
      border: 1px solid #414040;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      display: inline-block;
      height: 10px;
      margin-right: 15px;
      margin-bottom: 0;
      margin-top: 0;
      min-height: auto;
      vertical-align: middle;
      width: 10px; }
      .signup-popup .box .checkbox input[type="checkbox"],
      .login-popup .box .checkbox input[type="checkbox"] {
        float: left;
        height: 10px;
        margin: 0;
        position: relative;
        visibility: hidden;
        width: 10px; }
      .signup-popup .box .checkbox label,
      .login-popup .box .checkbox label {
        cursor: pointer;
        height: 10px;
        left: 0;
        margin: 0;
        min-height: auto;
        padding-left: 0;
        position: absolute;
        top: 0;
        width: 10px; }
        .signup-popup .box .checkbox label::after,
        .login-popup .box .checkbox label::after {
          background: #414040;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          content: '';
          height: 4px;
          left: 2px;
          opacity: 0;
          position: absolute;
          top: 2px;
          width: 4px; }
      .signup-popup .box .checkbox input[type="checkbox"]:checked + label::after,
      .login-popup .box .checkbox input[type="checkbox"]:checked + label::after {
        opacity: 1; }
    .signup-popup .box label,
    .login-popup .box label {
      display: block;
      font-weight: normal;
      margin-bottom: 4px; }
    .signup-popup .box input,
    .login-popup .box input {
      -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
      -webkit-appearance: none;
      background: transparent;
      border: 1px solid #666363;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      color: #414040;
      display: block;
      font-family: "courier-std",monospace;
      font-weight: 500;
      font-size: 13px;
      height: 30px;
      letter-spacing: 0.04px;
      line-height: 30px;
      margin: 0 0 15px;
      outline: none;
      padding: 0 10px 0;
      width: 100%; }
    .signup-popup .box .col-md-6 a,
    .login-popup .box .col-md-6 a {
      border-bottom: 1px solid #494545; }
    .signup-popup .box .pink-btn,
    .login-popup .box .pink-btn {
      display: block;
      margin-bottom: 20px;
      margin-top: 25px;
      width: 100%; }

.calendar {
  /*.ui-widget-content .ui-state-active {
  	background: #C28890;
  }*/
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .calendar .box {
    background: #FDFAF6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: 0;
    box-shadow: 0 2px 4px 0 rgba(157, 154, 152, 0.39);
    height: 595px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 376px;
    z-index: 10; }
    .calendar .box .head {
      background: #C28890;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      height: 50px;
      margin-bottom: 37px;
      position: relative;
      text-align: center; }
      .calendar .box .head h6 {
        color: #fff;
        padding-bottom: 15px;
        padding-top: 15px; }
      .calendar .box .head .close-btn {
        background: url("/assets/closet/close-icon.png") no-repeat 0 0;
        background-repeat: no-repeat;
        background-size: 12px auto;
        cursor: pointer;
        filter: brightness(0) invert(1);
        height: 11px;
        position: absolute;
        right: 35px;
        top: 20px;
        width: 12px;
        z-index: 10; }
    .calendar .box p {
      color: #B6B6B6;
      margin: 10px auto 0;
      text-align: center;
      width: 294px; }
    .calendar .box button {
      display: block;
      margin: 10px auto;
      width: 294px; }
    .calendar .box .col-md-12 .date-start,
    .calendar .box .col-md-12 .date-end {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      display: inline-block;
      height: 20px;
      margin-bottom: 20px;
      margin-right: 15px;
      vertical-align: middle;
      width: 20px; }
    .calendar .box .col-md-12 .date-start {
      background: #C28890; }
    .calendar .box .col-md-12 .date-end {
      background: #8F646A; }
    .calendar .box .col-md-12 span {
      display: inline-block;
      line-height: 20px;
      margin-bottom: 20px;
      vertical-align: middle; }
    .calendar .box .calendar-content {
      height: 295px;
      margin-bottom: 13px;
      position: relative;
      width: 100%; }
      .calendar .box .calendar-content .fc-unthemed td.fc-today {
        background: transparent; }
      .calendar .box .calendar-content .fc-state-highlight {
        background: #f00; }
      .calendar .box .calendar-content .fc .fc-button-group > :first-child {
        margin-right: 15px; }
      .calendar .box .calendar-content .fc .fc-button-group > * {
        background-color: transparent;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 16px auto;
        border: none;
        border-radius: 0;
        height: 16px;
        margin: 0;
        outline: none;
        padding: 0;
        text-shadow: none;
        box-shadow: none;
        width: 16px; }
      .calendar .box .calendar-content .fc .fc-prev-button {
        background-image: url(/assets/closet/left-btn.png); }
      .calendar .box .calendar-content .fc .fc-next-button {
        background-image: url(/assets/closet/right-btn.png); }
      .calendar .box .calendar-content .fc button .fc-icon {
        top: auto;
        margin: 0; }
        .calendar .box .calendar-content .fc button .fc-icon:after {
          top: auto; }
      .calendar .box .calendar-content .fc-icon-left-single-arrow:after,
      .calendar .box .calendar-content .fc-icon-right-single-arrow:after {
        content: ''; }
      .calendar .box .calendar-content .fc-unthemed .fc-content, .calendar .box .calendar-content .fc-unthemed .fc-divider, .calendar .box .calendar-content .fc-unthemed .fc-list-heading td, .calendar .box .calendar-content .fc-unthemed .fc-list-view, .calendar .box .calendar-content .fc-unthemed .fc-popover, .calendar .box .calendar-content .fc-unthemed .fc-row, .calendar .box .calendar-content .fc-unthemed tbody, .calendar .box .calendar-content .fc-unthemed td, .calendar .box .calendar-content .fc-unthemed th, .calendar .box .calendar-content .fc-unthemed thead {
        border: 0;
        text-align: center; }
      .calendar .box .calendar-content .fc-day-header {
        color: #414040;
        font-family: 'Futura-Boo';
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0.24px;
        line-height: 55px;
        text-transform: uppercase; }
      .calendar .box .calendar-content .fc-toolbar h2 {
        color: #414040;
        font-family: 'Futura-Boo';
        font-size: 12px;
        letter-spacing: 0.54px;
        line-height: 20px;
        text-transform: capitalize; }
      .calendar .box .calendar-content .fc-toolbar.fc-header-toolbar {
        padding-bottom: 14px;
        border-bottom: 1px solid #9D9A98;
        margin-bottom: 0; }
      .calendar .box .calendar-content .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        color: #414040;
        float: none;
        font-family: 'Futura-Boo';
        font-size: 10px;
        letter-spacing: 0.2px;
        line-height: 30px;
        padding: 0;
        text-align: center; }
      .calendar .box .calendar-content .fc-body .fc-row {
        min-height: 30px; }
  .calendar .background {
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    z-index: 1; }

.modal-backdrop {
  background: transparent; }

.terms-popup .modal-dialog {
  width: 780px; }
.terms-popup .modal-content {
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  padding-bottom: 50px;
  padding-top: 36px; }
  .terms-popup .modal-content .close-btn {
    background: url(/assets/closet/close-icon.png) no-repeat 0 0;
    background-repeat: no-repeat;
    background-size: 12px auto;
    cursor: pointer;
    height: 11px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 12px;
    z-index: 10; }
  .terms-popup .modal-content .modal-body {
    padding: 0; }
    .terms-popup .modal-content .modal-body h5 {
      margin-bottom: 31px;
      text-align: center; }
    .terms-popup .modal-content .modal-body h6 {
      border-bottom: 1px solid #494545;
      margin-bottom: 24px;
      padding-bottom: 13px; }
    .terms-popup .modal-content .modal-body p {
      margin-bottom: 32px; }
    .terms-popup .modal-content .modal-body span a {
      border-bottom: 1px solid #494545;
      color: #414040; }
    .terms-popup .modal-content .modal-body .checkbox {
      border: 1px solid #414040;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      display: inline-block;
      height: 10px;
      margin-right: 15px;
      margin-bottom: 0;
      margin-top: 0;
      min-height: auto;
      vertical-align: middle;
      width: 10px; }
      .terms-popup .modal-content .modal-body .checkbox input[type="checkbox"] {
        float: left;
        height: 10px;
        margin: 0;
        position: relative;
        visibility: hidden;
        width: 10px; }
      .terms-popup .modal-content .modal-body .checkbox label {
        cursor: pointer;
        height: 10px;
        left: 0;
        margin: 0;
        min-height: auto;
        padding-left: 0;
        position: absolute;
        top: 0;
        width: 10px; }
        .terms-popup .modal-content .modal-body .checkbox label::after {
          background: #414040;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          content: '';
          height: 4px;
          left: 2px;
          opacity: 0;
          position: absolute;
          top: 2px;
          width: 4px; }
      .terms-popup .modal-content .modal-body .checkbox input[type="checkbox"]:checked + label::after {
        opacity: 1; }

.cart {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }
  .cart .background {
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 5; }
  .cart .box {
    background: #fdfaf6;
    height: 100%;
    overflow-x: hidden;
    padding-bottom: 78px;
    padding-top: 74px;
    position: absolute;
    right: 0;
    top: 0;
    width: 620px;
    z-index: 10; }
    .cart .box .center-container {
      display: block;
      float: none;
      margin: 0 auto; }
    .cart .box .close-btn {
      background: url(/assets/closet/left-btn.png);
      background-repeat: no-repeat;
      background-size: 26px auto;
      cursor: pointer;
      height: 26px;
      width: 26px; }
    .cart .box p.g-28-sm {
      text-align: center; }
      .cart .box p.g-28-sm span {
        font-size: 20px; }
    .cart .box .empty {
      text-align: center; }
      .cart .box .empty img {
        height: auto;
        width: 90px; }
      .cart .box .empty p.c-13-m {
        margin-bottom: 31px;
        margin-top: 33px; }
      .cart .box .empty .pink-btn {
        width: 190px; }
    .cart .box .items {
      border-bottom: 1px solid #494545;
      border-top: 1px solid #494545;
      margin-top: 19px;
      min-height: 301px;
      padding-bottom: 47px;
      padding-top: 29px; }
      .cart .box .items .item {
        border-bottom: 1px solid #d9d6d2;
        margin-bottom: 30px;
        padding-bottom: 30px; }
        .cart .box .items .item:last-child {
          border-bottom: 0;
          padding-bottom: 0px; }
        .cart .box .items .item .col-md-3 img {
          width: 100%; }
        .cart .box .items .item .col-md-9 p.f-12-m {
          margin-bottom: 9px; }
        .cart .box .items .item .col-md-9 p.c-11-m {
          margin-bottom: 1px; }
          .cart .box .items .item .col-md-9 p.c-11-m.price {
            margin-bottom: 12px; }
        .cart .box .items .item .col-md-9 a.f-12-m {
          border-bottom: 1px solid #8C8B89; }
        .cart .box .items .item .col-md-9 .col-md-3 {
          text-align: right; }
        .cart .box .items .item .delete-btn {
          background-image: url(/assets/closet/close-icon.png);
          background-repeat: no-repeat;
          background-size: 10px auto;
          cursor: pointer;
          display: inline-block;
          height: 9px;
          width: 10px; }
    .cart .box .checkout {
      padding-top: 21px; }
      .cart .box .checkout .discount p {
        color: #C28890; }
      .cart .box .checkout p {
        margin-bottom: 20px; }
      .cart .box .checkout .col-md-6:nth-child(2) {
        text-align: right; }
      .cart .box .checkout input {
        -webkit-box-shadow: 0 0 0px 1000px #fdfaf6 inset;
        -webkit-appearance: none;
        background: transparent;
        border: 1px solid #414040;
        -webkit-border-radius: 2px 0 0 2px;
        -moz-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px;
        color: #787878;
        display: inline-block;
        font-family: "courier-std",monospace;
        font-size: 12px;
        font-weight: 500;
        height: 35px;
        letter-spacing: 0.04px;
        line-height: 35px;
        margin: 0;
        outline: none;
        padding: 0 15px 0;
        vertical-align: top;
        width: -webkit-calc(100% - 96px);
        width: -moz-calc(100% - 96px);
        width: calc(100% - 96px); }
        .cart .box .checkout input::-webkit-input-placeholder {
          color: #787878; }
        .cart .box .checkout input::-moz-placeholder {
          color: #787878; }
        .cart .box .checkout input:-ms-input-placeholder {
          /* IE 10+ */
          color: #787878; }
        .cart .box .checkout input:-moz-placeholder {
          /* Firefox 18- */
          color: #787878; }
      .cart .box .checkout button[type=submit] {
        background: transparent;
        border: 1px solid #414040;
        border-left: none;
        -webkit-border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
        color: #414040;
        display: inline-block;
        font-family: 'Futura-Boo';
        font-size: 12px;
        height: 35px;
        letter-spacing: 0.34px;
        line-height: 35px;
        margin: 0;
        outline: none;
        padding: 0;
        text-align: center;
        vertical-align: top;
        width: 96px; }
      .cart .box .checkout .division {
        margin-bottom: 21px;
        margin-top: 23px;
        background: #494545;
        height: 1px;
        width: 100%; }
      .cart .box .checkout .pink-btn {
        margin-top: 10px;
        width: 100%; }

@media (max-width: 991px) {
  /*body {
  	background: url(https://s3.invisionapp-cdn.com/storage.invisionapp.com/screens/files/295543982.png?x-amz-meta-iv=3&response-cache-control=max-age%3D2419200&x-amz-meta-ck=668ce67a739785bf4c143d4ea6318f0d&AWSAccessKeyId=AKIAJFUMDU3L6GTLUDYA&Expires=1538352000&Signature=qOyRFPf1Oi5b13vEGiSqNr5vkio%3D)no-repeat 0 0;
  	background-size: 768px auto;
  	opacity: .6;
  }*/
  .header-push {
    height: 80px; }

  header {
    padding-bottom: 20px;
    padding-top: 24px;
    position: fixed;
    width: 100%;
    z-index: 10000; }
    header li {
      display: inline-block;
      padding-top: 5px;
      vertical-align: middle; }
      header li.logo {
        padding-top: 0; }
        header li.logo img {
          width: 158px; }
      header li.menu-btn {
        cursor: pointer;
        height: 15px;
        margin-right: 22px;
        margin-top: 8px;
        position: relative;
        padding-top: 0px;
        width: 20px; }
        header li.menu-btn span {
          background: #3B3B3B;
          display: block;
          height: 1px;
          left: 0;
          opacity: 1;
          position: absolute;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transform-origin: left center;
          -moz-transform-origin: left center;
          -o-transform-origin: left center;
          transform-origin: left center;
          width: 100%; }
          header li.menu-btn span:nth-of-type(1) {
            top: 0px; }
          header li.menu-btn span:nth-of-type(2) {
            top: 7px; }
          header li.menu-btn span:nth-of-type(3) {
            top: 14px; }
        header li.menu-btn.open span:nth-child(1) {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 0px;
          left: 0px; }
        header li.menu-btn.open span:nth-child(2) {
          width: 0%;
          opacity: 0; }
        header li.menu-btn.open span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 14px;
          left: 0px; }
      header li.search-btn, header li.cart-btn {
        cursor: pointer; }
        header li.search-btn img, header li.cart-btn img {
          height: auto;
          width: 14px; }
        header li.search-btn span, header li.cart-btn span {
          color: #414040;
          font-family: "courier-std",monospace;
          font-size: 11px;
          letter-spacing: 0.04px;
          line-height: 16px;
          margin-left: 2px; }

  .sizeguide .box {
    height: 388px;
    width: 738px; }

  .cart .box {
    padding-bottom: 43px;
    padding-top: 44px;
    width: 450px; }
    .cart .box .empty p.c-13-m {
      margin-bottom: 34px;
      margin-top: 20px; }
    .cart .box .empty .pink-btn {
      width: 226px; }
    .cart .box .items {
      margin-top: 22px;
      min-height: 600px;
      padding-bottom: 40px;
      padding-top: 20px; }
      .cart .box .items .item {
        margin-bottom: 30px; }
        .cart .box .items .item .delete-btn {
          margin-bottom: 24px; }
        .cart .box .items .item .col-md-9 p.f-12-m {
          margin-bottom: 13px; }
        .cart .box .items .item .col-md-9 p.c-11-m {
          margin-bottom: 5px; }
          .cart .box .items .item .col-md-9 p.c-11-m.price {
            margin-bottom: 13px; }
          .cart .box .items .item .col-md-9 p.c-11-m.date {
            margin-bottom: 12px; }
    .cart .box .checkout {
      padding-top: 24px; }
      .cart .box .checkout input {
        width: -webkit-calc(100% - 98px);
        width: -moz-calc(100% - 98px);
        width: calc(100% - 98px); }
      .cart .box .checkout button[type=submit] {
        width: 98px; }
      .cart .box .checkout .division {
        margin-bottom: 26px;
        margin-top: 24px; }
      .cart .box .checkout .pink-btn {
        margin-top: 5px; }

  .terms-popup .modal-dialog {
    margin: 150px auto;
    width: 708px; }

  .mobile-menu .background-color {
    padding-bottom: 25px;
    height: auto !important;
    min-height: calc(100vh - 80px); } }
@media (max-width: 767px) {
  /*body {
  	background: url(https://s3.invisionapp-cdn.com/storage.invisionapp.com/screens/files/295535412.png?x-amz-meta-iv=5&response-cache-control=max-age%3D2419200&x-amz-meta-ck=d0417116ae2608b87cba58f144c9a133&AWSAccessKeyId=AKIAJFUMDU3L6GTLUDYA&Expires=1538352000&Signature=GUvYHq2lDC3tOI1y3LucVVxnKQI%3D)no-repeat 0 0;
  	background-size: 320px auto;
  	opacity: .6;
  }*/
  .header-push {
    height: 50px; }

  header {
    padding-bottom: 12px;
    padding-top: 14px; }
    header li {
      padding-top: 0; }
      header li a {
        line-height: 20px; }
      header li.logo img {
        width: 106px; }
      header li.menu-btn {
        margin-top: 0px;
        margin-right: 20px; }
    header .col-xs-3.col-sm-2:not(.text-right) {
      padding-right: 0; }

  .mobile-menu {
    padding-top: 50px; }
    .mobile-menu .box {
      padding-top: 50px; }
      .mobile-menu .box .background-color {
        padding-bottom: 25px;
        height: auto;
        min-height: calc(100vh - 80px); }
    .mobile-menu ul {
      font-size: 12px; }
    .mobile-menu ul li {
      padding-bottom: 14px;
      padding-top: 14px; }
      .mobile-menu ul li i {
        right: 15px;
        top: 20px; }
    .mobile-menu p {
      margin-top: 25px; }
    .mobile-menu li ul {
      padding-bottom: 0;
      padding-top: 18px; }
      .mobile-menu li ul li + li {
        padding: 8px 0px; }
    .mobile-menu li ul li {
      line-height: 20px; }

  .sizeguide-popup .box, .login-popup .box, .signup-popup .box {
    width: calc(100% - 30px); }

  .newsletter {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0; }
    .newsletter .box {
      bottom: 0;
      height: 220px;
      left: 0;
      margin: auto;
      text-align: center;
      position: absolute;
      right: 0;
      top: 0;
      width: calc(100% - 30px);
      max-width: 420px; }
      .newsletter .box .col-xs-12 {
        padding-left: 30px;
        padding-right: 30px; }

  .addtocart .box {
    height: 400px;
    width: calc(100% - 30px);
    max-width: 420px; }

  .confirmaccount .box {
    height: 220px;
    width: 320px; }

  .sizeguide .box {
    height: 156px;
    width: 320px; }

  .cart .box {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 39px;
    width: 100%; }
    .cart .box .empty .pink-btn {
      width: 100%; }
    .cart .box .items {
      margin-top: 11px;
      min-height: 222px;
      padding-bottom: 0;
      padding-top: 29px; }
      .cart .box .items .item {
        margin-bottom: 25px; }
        .cart .box .items .item .delete-btn {
          position: absolute;
          top: -80px;
          right: 15px; }
        .cart .box .items .item .col-md-9 p.f-12-m {
          margin-bottom: 6px; }
        .cart .box .items .item .col-md-9 p.c-11-m {
          margin-bottom: 0; }
          .cart .box .items .item .col-md-9 p.c-11-m.price, .cart .box .items .item .col-md-9 p.c-11-m.date {
            margin-bottom: 19px; }
        .cart .box .items .item .col-md-9 .col-md-3 {
          text-align: left; }
    .cart .box .checkout {
      padding-top: 14px; }
      .cart .box .checkout p {
        margin-bottom: 10px; }
      .cart .box .checkout input {
        width: -webkit-calc(100% - 76px);
        width: -moz-calc(100% - 76px);
        width: calc(100% - 76px); }
      .cart .box .checkout button[type="submit"] {
        width: 76px; }
      .cart .box .checkout .division {
        margin-bottom: 15px;
        margin-top: 25px; }
      .cart .box .checkout .pink-btn {
        margin-top: 35px; }

  .calendar {
    z-index: 1000000; }
    .calendar .box {
      width: calc(100% - 30px);
      height: 530px;
      max-width: 420px; }
      .calendar .box .head {
        margin-bottom: 15px; }
        .calendar .box .head h6 {
          text-align: left;
          padding-left: 10px; }
        .calendar .box .head .close-btn {
          right: 30px; }
      .calendar .box .calendar-content {
        height: 312px;
        margin-bottom: 0; }
        .calendar .box .calendar-content .fc-day-header {
          line-height: 40px; }
        .calendar .box .calendar-content .fc-toolbar.fc-header-toolbar {
          padding-bottom: 7px; }
      .calendar .box .col-md-12 .date-start,
      .calendar .box .col-md-12 .date-end,
      .calendar .box .col-md-12 span {
        margin-bottom: 10px; }
      .calendar .box p {
        margin: 0 auto;
        width: 90%; }

  .terms-popup .modal-dialog {
    margin: 80px auto;
    width: 290px; } }
@media (max-width: 1024px) {
  header nav li,
  header menu li {
    padding-left: calc(21% / 7);
    padding-right: calc(21% / 7); } }
@media (max-width: 1080px) {
  header nav li,
  header menu li {
    padding-left: calc(23% / 7);
    padding-right: calc(23% / 7); } }
@media (max-width: 1110px) {
  header nav li,
  header menu li {
    padding-left: calc(20% / 7);
    padding-right: calc(20% / 7); } }
@media (min-width: 1200px) {
  header nav li,
  header menu li {
    padding-left: calc(26% / 7);
    padding-right: calc(26% / 7); } }
