body {
  font-family: "Open Sans", sans-serif;
  font-size: medium;
  padding: 0;
  margin: 0; }
  body.no-scroll {
    overflow: hidden; }

h1 {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", serif;
  font-weight: 600;
  background: linear-gradient(-90deg, #F40EA8, #ED4557, #AE5DB1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

h2 {
  font-family: "Open Sans", serif;
  font-weight: 600;
  background: linear-gradient(-90deg, #F40EA8, #ED4557, #AE5DB1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

h3 {
  font-family: "Open Sans", serif; }

.btn-primary {
  background-color: #ED4557;
  border-color: #e9172d; }
  .btn-primary:hover {
    background-color: #e9172d;
    border-color: #df162b; }
  .btn-primary:active {
    background-color: #ba1224 !important;
    border-color: #b11122 !important; }

.btn-success {
  background-color: #AE5DB1;
  border-color: #914794; }
  .btn-success:hover {
    background-color: #914794;
    border-color: #8a448d; }
  .btn-success:active {
    background-color: #6f3771 !important;
    border-color: #69336b !important; }

.cc-textfield-container {
  display: block;
  position: relative; }
  .cc-textfield-container .mandatory {
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin: -12px 0 0 5px;
    color: white;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 50%;
    left: 0; }

.cc-textfield {
  border: 1px solid #AE5DB1;
  background: white;
  color: #F40EA8;
  padding: 8px 15px; }
  .cc-textfield::placeholder {
    color: #ED4557; }
  .cc-textfield:active {
    background-color: rgba(128, 128, 128, 0.1); }
  .cc-textfield.not-input {
    border-radius: 10px; }

.cc-radio, .cc-checkbox {
  display: inline-block;
  color: #ED4557;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  padding: 5px 5px 5px 50px;
  border-radius: 10px;
  text-align: left; }
  .cc-radio:hover, .cc-checkbox:hover {
    background-color: rgba(128, 128, 128, 0.1); }
  .cc-radio.as-block, .cc-checkbox.as-block {
    display: block; }
  .cc-radio input[type=radio], .cc-radio input[type=checkbox], .cc-checkbox input[type=radio], .cc-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .cc-radio input[type=radio]:checked ~ .tick .inner, .cc-radio input[type=checkbox]:checked ~ .tick .inner, .cc-checkbox input[type=radio]:checked ~ .tick .inner, .cc-checkbox input[type=checkbox]:checked ~ .tick .inner {
      opacity: 1; }
  .cc-radio .tick, .cc-checkbox .tick {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: 10px;
    margin-top: -12px;
    border: 1px solid #AE5DB1;
    border-radius: 50%;
    padding: 2px; }
    .cc-radio .tick .inner, .cc-checkbox .tick .inner {
      width: 18px;
      height: 18px;
      background: #AE5DB1;
      opacity: 0;
      display: block;
      border-radius: 50%;
      transition: opacity 100ms; }
    .cc-radio .tick.active .inner, .cc-checkbox .tick.active .inner {
      display: block; }

.cc-switch {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 10px 10px 10px 68px;
  position: relative; }
  .cc-switch.as-block {
    display: block; }
  .cc-switch:hover {
    background: rgba(0, 0, 0, 0.05); }
  .cc-switch input[type=checkbox] {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0; }
    .cc-switch input[type=checkbox]:checked ~ .toggle {
      background-color: #E5C8CB; }
      .cc-switch input[type=checkbox]:checked ~ .toggle .inner {
        margin-left: 24px;
        opacity: 1; }
  .cc-switch .toggle {
    display: inline-block;
    width: 48px;
    height: 24px;
    border: 1px solid #AE5DB1;
    padding: 2px;
    border-radius: 12px;
    transition: background-color 200ms ease;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    margin-left: 10px; }
    .cc-switch .toggle .inner {
      width: 18px;
      height: 18px;
      background: #AE5DB1;
      border-radius: 50%;
      position: absolute;
      transition: margin 200ms;
      opacity: 0.4; }

#top-heading {
  background: linear-gradient(-90deg, #F40EA8, #ED4557, #AE5DB1);
  height: 220px;
  position: relative; }
  #top-heading .logo {
    width: 200px;
    height: 200px;
    background: url("../img/logo_white.svg") center no-repeat;
    background-size: 200px;
    position: absolute;
    margin-top: 10px;
    left: 50%;
    margin-left: -100px; }
  #top-heading #top-navigation {
    width: 100%;
    color: white;
    font-weight: 800;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    display: none;
    font-size: xx-large;
    line-height: 1.1em; }
    #top-heading #top-navigation a {
      color: white;
      text-decoration: none; }
      #top-heading #top-navigation a:hover {
        color: black; }
  #top-heading #top-menu {
    width: 100%;
    bottom: 0;
    position: absolute;
    display: block;
    text-align: center;
    margin-bottom: 5px; }
    #top-heading #top-menu .menu-icon {
      width: 40px;
      height: 40px;
      border: 1px solid white;
      padding: 13px 10px;
      border-radius: 5px;
      display: inline-block;
      cursor: pointer; }
      #top-heading #top-menu .menu-icon .line {
        width: 100%;
        height: 1px;
        background: white;
        margin-bottom: 5px; }
  @media (min-width: 576px) {
    #top-heading #top-menu {
      display: none; }
    #top-heading #top-navigation {
      display: inline-block; } }

#top-hover-menu {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: xx-large;
  text-align: center;
  font-weight: 800;
  padding-top: 30px; }
  #top-hover-menu a {
    color: white;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px; }
    #top-hover-menu a:hover {
      color: rgba(255, 255, 255, 0.9); }
  #top-hover-menu .close {
    width: 30px;
    height: 30px;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    margin: 10px;
    padding: 13px 3px;
    top: 0;
    left: 0; }
    #top-hover-menu .close .line {
      height: 1px;
      width: 100%;
      display: block;
      background: white; }
      #top-hover-menu .close .line.cross1 {
        transform: rotate(45deg); }
      #top-hover-menu .close .line.cross2 {
        transform: rotate(135deg); }

.common-heading {
  padding-top: 24px;
  padding-bottom: 24px; }
  .common-heading h1 {
    font-size: 2.8em; }
  .common-heading .filter-box {
    width: 100%;
    background-color: #E7E7E7;
    border-radius: 360px;
    margin-bottom: 60px; }
    .common-heading .filter-box input {
      width: 100%;
      background: none;
      text-align: center;
      font-size: large;
      border: none;
      padding-top: 10px;
      padding-bottom: 10px; }
      .common-heading .filter-box input::placeholder {
        color: #333;
        font-weight: 600; }

#hero-area {
  width: 100%;
  text-align: center;
  padding: 60px 0;
  display: block; }
  #hero-area h1 {
    padding: 0;
    margin: 0;
    text-align: center;
    display: block; }
  #hero-area h2 {
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
    display: block; }

#product-area .product-item {
  padding: 5px;
  text-align: center;
  padding-bottom: 10px; }
  #product-area .product-item .product-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    display: inline-block;
    background-color: rgba(128, 128, 128, 0.5);
    margin-top: 15px; }
  #product-area .product-item .product-title-container {
    height: 6.4em;
    display: flex;
    flex-direction: column; }
    #product-area .product-item .product-title-container .product-title {
      max-height: 3.2em;
      display: block;
      font-size: 1.6em;
      margin-top: 10px;
      font-weight: 600; }
    #product-area .product-item .product-title-container .product-description {
      display: block;
      margin-top: 5px;
      max-height: 2.4em; }
    #product-area .product-item .product-title-container .space {
      flex: 1 1; }
  #product-area .product-item .product-price {
    font-size: 2.1em;
    margin-top: 10px; }
    #product-area .product-item .product-price small {
      font-size: medium;
      display: block;
      margin-top: -0.6em; }
  #product-area .product-item .product-quantity {
    display: block;
    margin-top: 10px; }
    #product-area .product-item .product-quantity strong {
      width: 100%;
      display: block;
      text-transform: uppercase;
      font-size: 0.8em;
      margin-bottom: 5px; }
    #product-area .product-item .product-quantity .item {
      width: 3em;
      display: inline-block;
      cursor: pointer;
      padding: 10px;
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.6);
      margin-right: 10px; }
      #product-area .product-item .product-quantity .item:last-child {
        margin-right: 0; }
      #product-area .product-item .product-quantity .item:hover {
        background-color: rgba(255, 255, 255, 0.8); }

#basket-container {
  width: 100%;
  height: auto;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #AE5DB1;
  z-index: 997; }
  #basket-container .basket-items {
    width: 100%;
    height: 100px;
    display: flex;
    position: relative;
    flex-direction: row; }
    #basket-container .basket-items .products {
      flex: 1 1; }
      #basket-container .basket-items .products .item, #basket-container .basket-items .products .more {
        display: inline-block;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        margin-top: 10px;
        background-size: cover;
        background-position: center;
        background-color: #E7E7E7;
        position: relative;
        cursor: default;
        margin-left: 10px; }
        #basket-container .basket-items .products .item:first-child, #basket-container .basket-items .products .more:first-child {
          margin-left: 0; }
        #basket-container .basket-items .products .item .quantity, #basket-container .basket-items .products .more .quantity {
          width: 3em;
          border-radius: 4px;
          background: rgba(255, 255, 255, 0.6);
          font-size: medium;
          text-align: center;
          position: absolute;
          left: 50%;
          bottom: 0;
          margin-left: -1.5em;
          cursor: pointer; }
        #basket-container .basket-items .products .item .remove, #basket-container .basket-items .products .more .remove {
          width: 1.8em;
          height: 1.8em;
          border-radius: 50%;
          background-color: #CC0000;
          color: white;
          text-align: center;
          font-size: small;
          position: absolute;
          left: 0;
          top: 0;
          display: none;
          cursor: pointer; }
        #basket-container .basket-items .products .item:hover .remove, #basket-container .basket-items .products .more:hover .remove {
          display: block; }
      #basket-container .basket-items .products .more {
        padding: 15px 0;
        font-size: medium;
        overflow: hidden;
        text-align: center;
        color: black;
        text-decoration: none;
        cursor: pointer; }
    #basket-container .basket-items .total {
      font-size: x-large;
      color: white;
      padding: 0 10px;
      text-align: center; }
      #basket-container .basket-items .total strong {
        font-size: large;
        display: block; }
  #basket-container .checkout-button {
    width: 270px;
    height: 55px;
    border-radius: 100px;
    background: #ED4557;
    color: white;
    position: absolute;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    top: 0;
    margin-top: -42.3076923077px;
    left: 50%;
    margin-left: -135px;
    line-height: 55px;
    font-size: 2em;
    text-align: center;
    font-weight: 600; }

#footer {
  width: 100%;
  height: 180px;
  background: #E7E7E7; }

.cc-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  overflow: auto; }
  .cc-modal .cc-modal-blocker {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 998; }
  .cc-modal .cc-modal-dialog {
    width: 400px;
    max-width: 100%;
    background: white;
    border-radius: 10px;
    position: relative;
    display: block;
    z-index: 999; }
    .cc-modal .cc-modal-dialog .cc-modal-icon {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      border: 2px solid white;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      background-size: cover;
      background-color: #EFEFEF;
      left: 50%;
      margin-left: -45px;
      top: 0;
      position: absolute;
      margin-top: -45px; }
    .cc-modal .cc-modal-dialog .cc-modal-header {
      width: 100%;
      min-height: 40px;
      display: block;
      border-bottom: 1px solid rgba(128, 128, 128, 0.1);
      padding: 10px; }
      .cc-modal .cc-modal-dialog .cc-modal-header.for-icon {
        height: 55px; }
    .cc-modal .cc-modal-dialog .cc-modal-body {
      width: 100%;
      display: block;
      padding: 10px; }
    .cc-modal .cc-modal-dialog .cc-modal-error {
      background: #CC0000;
      color: white;
      font-weight: bold;
      display: block;
      text-align: center;
      padding: 10px; }
    .cc-modal .cc-modal-dialog .cc-modal-footer {
      width: 100%;
      height: auto;
      display: block;
      padding: 10px;
      border-top: 1px solid rgba(128, 128, 128, 0.1); }
      .cc-modal .cc-modal-dialog .cc-modal-footer.centered {
        text-align: center; }
      .cc-modal .cc-modal-dialog .cc-modal-footer.split {
        display: flex; }
      .cc-modal .cc-modal-dialog .cc-modal-footer .split-area {
        flex: 1 1; }
        .cc-modal .cc-modal-dialog .cc-modal-footer .split-area.righted {
          text-align: right; }

.basket-product-dialog .product-title {
  display: block;
  padding: 10px;
  text-align: center; }
.basket-product-dialog .product-quantity-input-container {
  width: 100%;
  display: flex;
  flex-direction: row; }
  .basket-product-dialog .product-quantity-input-container .input-field {
    flex: 1 1; }
    .basket-product-dialog .product-quantity-input-container .input-field i {
      cursor: pointer; }
    .basket-product-dialog .product-quantity-input-container .input-field input {
      text-align: center; }
    .basket-product-dialog .product-quantity-input-container .input-field.input-minus {
      font-size: large;
      text-align: right;
      padding-right: 10px;
      padding-top: 5px; }
      .basket-product-dialog .product-quantity-input-container .input-field.input-minus:hover {
        color: #CC0000; }
    .basket-product-dialog .product-quantity-input-container .input-field.input-plus {
      font-size: large;
      text-align: left;
      padding-left: 10px;
      padding-top: 5px; }
      .basket-product-dialog .product-quantity-input-container .input-field.input-plus:hover {
        color: #00CC00; }

.login-form {
  border: 1px solid #AE5DB1;
  border-radius: 10px;
  margin: 20px 0; }
  .login-form .login-title {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: large;
    padding: 10px; }
  .login-form .input-field {
    display: block;
    margin-top: 10px;
    padding: 0 10px; }
    .login-form .input-field label {
      font-weight: bold;
      margin-bottom: 5px; }
    .login-form .input-field input {
      margin: 0; }
  .login-form .form-error {
    display: block;
    background: #CC0000;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-top: 10px; }
  .login-form .submit-field {
    display: block;
    text-align: center;
    padding: 10px; }

#checkout .heading {
  padding: 20px 0px; }
#checkout .row-section {
  margin-top: 20px; }
#checkout .contact .form-field {
  width: 100%;
  display: block;
  margin-top: 10px; }
  #checkout .contact .form-field .cc-textfield-container {
    width: 100%;
    display: block; }
    #checkout .contact .form-field .cc-textfield-container .cc-textfield {
      width: 100%; }
#checkout .times #checkout-delivery-date {
  margin-top: 10px; }
  #checkout .times #checkout-delivery-date .picker-switch {
    padding: 10px; }
  #checkout .times #checkout-delivery-date .day {
    padding: 10px; }
    #checkout .times #checkout-delivery-date .day.active {
      background: #F40EA8; }
    #checkout .times #checkout-delivery-date .day.today::before {
      border-bottom-color: #AA136E; }
  #checkout .times #checkout-delivery-date .month.active, #checkout .times #checkout-delivery-date .year.active {
    background: #F40EA8; }
#checkout .times .timeframe {
  margin-top: 10px;
  text-align: center;
  display: flex;
  flex-direction: column; }
  #checkout .times .timeframe strong {
    padding: 10px;
    display: block; }
  #checkout .times .timeframe .space {
    flex: 1 1; }
  #checkout .times .timeframe .cc-radio {
    width: 100%; }
  #checkout .times .timeframe .explain {
    font-size: small;
    font-style: italic; }
#checkout .products {
  display: block;
  text-align: center; }
  #checkout .products .item, #checkout .products .total-item {
    display: flex;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    color: #ED4557; }
    #checkout .products .item .image-container, #checkout .products .total-item .image-container {
      width: 100px;
      height: 100px;
      display: flex;
      flex-direction: column; }
      #checkout .products .item .image-container .image, #checkout .products .total-item .image-container .image {
        width: 100px;
        height: 100px;
        background-size: cover;
        background-position: center;
        border-radius: 50%;
        border: 2px solid #EFEFEF; }
    #checkout .products .item .info-area, #checkout .products .total-item .info-area {
      flex: 1 1;
      margin-left: 10px;
      font-size: x-large;
      display: flex;
      flex-direction: column;
      text-align: left;
      padding: 5px 20px; }
      #checkout .products .item .info-area .space, #checkout .products .total-item .info-area .space {
        flex: 1 1; }
      #checkout .products .item .info-area.total-area, #checkout .products .total-item .info-area.total-area {
        text-align: right; }
    #checkout .products .item .quantity-container, #checkout .products .total-item .quantity-container {
      display: flex;
      flex-direction: column; }
      #checkout .products .item .quantity-container .quantity, #checkout .products .total-item .quantity-container .quantity {
        width: 3em;
        border: 1px solid #AA136E;
        border-radius: 5px;
        font-size: large;
        color: #AA136E;
        padding: 10px; }
    #checkout .products .item .price, #checkout .products .total-item .price {
      width: 3em;
      font-size: x-large;
      display: flex;
      flex-direction: column;
      margin-left: 20px;
      align-items: center; }
      #checkout .products .item .price .space, #checkout .products .total-item .price .space {
        flex: 1 1; }
  #checkout .products .dividing-line {
    width: 100%;
    height: 2px;
    display: block;
    background: linear-gradient(-90deg, #F40EA8, #ED4557, #AE5DB1); }
#checkout .addresses {
  display: block; }
  #checkout .addresses .item {
    display: flex;
    border-bottom: 1px solid rgba(128, 128, 128, 0.1);
    padding: 10px; }
    #checkout .addresses .item .info-area {
      flex: 1 1;
      font-size: medium; }
    #checkout .addresses .item .action-area {
      margin-right: 20px;
      text-align: center; }
      #checkout .addresses .item .action-area .btn {
        margin-bottom: 10px; }
#checkout .address-form .input-field {
  margin-top: 10px; }
  #checkout .address-form .input-field label {
    font-weight: bold;
    margin-bottom: 5px; }
#checkout .address-form .buttons {
  text-align: center;
  margin-top: 10px; }
#checkout .actions {
  text-align: center;
  padding: 10px; }
#checkout .payment {
  display: block; }
  #checkout .payment .form-field {
    margin-top: 10px; }
    #checkout .payment .form-field label input[type=radio] {
      margin-right: 10px; }
  #checkout .payment #payment-card-form .cc-textfield {
    padding: 12px 12px 12px 30px; }
  #checkout .payment .payment-card-details {
    display: flex;
    margin-top: 10px; }
    #checkout .payment .payment-card-details .payment-card-date {
      width: 5em; }
    #checkout .payment .payment-card-details .payment-card-cvc {
      width: 7em; }
    #checkout .payment .payment-card-details .spacer {
      flex: 1 1; }
    #checkout .payment .payment-card-details .divider {
      padding: 5px 10px 0 10px; }
#checkout .totals {
  border: 1px solid #AE5DB1;
  padding: 10px;
  color: #ED4557;
  font-size: x-large;
  border-radius: 10px;
  margin-top: 10px; }
  #checkout .totals .item {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
    padding: 0 15px; }
    #checkout .totals .item .title {
      flex: 1 1;
      text-align: left; }
    #checkout .totals .item .price {
      text-align: right; }
    #checkout .totals .item.with-topline {
      border-top: 2px dotted #AE5DB1;
      padding-top: 10px; }
#checkout .submit-area {
  padding: 30px 0; }

#order-view {
  padding-top: 30px;
  padding-bottom: 30px; }
  #order-view .address .line {
    display: block;
    margin-top: 5px; }
  #order-view .generic-row {
    margin-top: 20px; }
  #order-view .actions {
    text-align: center; }
    #order-view .actions .generic-row {
      margin-top: 5px; }

#account {
  padding-top: 30px;
  padding-bottom: 30px; }
  #account .generic-row {
    margin-top: 20px; }
  #account .form-input {
    display: block; }
    #account .form-input label {
      font-size: small;
      font-weight: bold;
      margin: 10px 5px 0 5px; }
    #account .form-input .cc-textfield {
      margin-top: 0; }
  #account .form-message {
    padding: 10px;
    text-align: center;
    font-style: italic; }
  #account .buttons {
    margin-top: 10px;
    text-align: center; }
  #account .orders .heading {
    font-weight: bold; }
    #account .orders .heading:hover {
      background: transparent !important; }
  #account .orders .item {
    display: flex;
    padding: 10px;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid rgba(128, 128, 128, 0.5); }
    #account .orders .item:hover {
      background: rgba(0, 0, 0, 0.05); }
    #account .orders .item label {
      width: 100%;
      display: block; }
    #account .orders .item .order-id {
      flex: 1 1; }
    #account .orders .item .order-date {
      flex: 1 1;
      text-align: center; }
    #account .orders .item .order-price {
      flex: 1 1;
      font-weight: bold;
      text-align: right; }
  #account .addresses {
    width: 100%;
    display: block; }
    #account .addresses .item {
      display: flex;
      margin-top: 10px; }
      #account .addresses .item .actions {
        width: auto; }
      #account .addresses .item .info-area {
        flex: 1 1;
        padding: 0 0 0 10px; }
  #account .empty-message {
    display: block;
    text-align: center;
    font-style: italic;
    padding: 10px; }

/*# sourceMappingURL=default.css.map */
