#background {
    /* background-image: url( 'http://localhost/projects/solo/storefront/assets/img/motiffstack.png' ); */
    background-image: url( 'http://localhost/projects/solo/storefront/assets/img/banner1.jpg' );
    background-repeat: repeat-y;
    background-position: center center;
    background-size: cover;
    height: 400px;
}

#background5 {
    /* background-image: url( 'http://localhost/projects/solo/storefront/assets/img/motiffstack.png' ); */
    background-image: url( 'http://localhost/projects/solo/storefront/assets/img/banner1.jpg' );
    background-repeat: repeat-y;
    background-position: center center;
    background-size: cover;
    height: 400px;
}

#motiff {
    background-image: url( 'https://shop.bealiv.com/assets/img/motif.png' );    
    background-repeat: repeat-x;
    background-position: center center;    
    height: 120px;
    width: 100%;
    overflow: hidden;
}

.selectcapacity {
    cursor: pointer;
}

.selected {
    background-color: #EEE;
}


.sizelabel {
    width: 90%;
    font-size: 1rem;
}
  
.card-input-element+.card {
    height: calc(36px + 2*1rem);
    color: var(--primary);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 4px;
  }
  
  .card-input-element+.card:hover {
    cursor: pointer;
  }
  
  .card-input-element:checked+.card {
    border: 2px solid var(--primary);
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
  }
  
  .card-input-element:checked+.card::after {
    /* content: '\e5ca'; */
    color: #AFB8EA;
    /* font-family: 'Material Icons'; */
    font-size: 24px;
    -webkit-animation-name: fadeInCheckbox;
    animation-name: fadeInCheckbox;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  @-webkit-keyframes fadeInCheckbox {
    from {
      opacity: 0;
      -webkit-transform: rotateZ(-20deg);
    }
    to {
      opacity: 1;
      -webkit-transform: rotateZ(0deg);
    }
  }
  
  @keyframes fadeInCheckbox {
    from {
      opacity: 0;
      transform: rotateZ(-20deg);
    }
    to {
      opacity: 1;
      transform: rotateZ(0deg);
    }
  }

/* label > input[type="radio"] {
    display: none;
} */

/* label > input[type="radio"] + *::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.3rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: gray;
}   */

/* label > input[type="radio"]:checked + *::before {
    background: radial-gradient(teal 0%, teal 40%, transparent 50%, transparent);
    border-color: teal;
}

label > input[type="radio"]:checked + * {
    color: teal;
} */

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #7B1FA2;
}

.custom-control-input:checked~.custom-control-label.red::before {
  background-color: red;
}

.custom-control-input:checked~.custom-control-label.green::before {
  background-color:#008000;
}

.custom-control-input:checked~.custom-control-label.black::before {
  background-color:#000;;
}

.custom-control-input:checked~.custom-control-label.blue::before {
  background-color: #0000FF;
}

.custom-control-input:checked~.custom-control-label.grey::before {
  background-color: #808080;
}

.custom-control-input:checked~.custom-control-label.silver::before {
  background-color: #C0C0C0;
}

.custom-control-input:checked~.custom-control-label.rose-gold::before {
  background-color: #B76E79;
}

.custom-control-input:checked~.custom-control-label.gold::before {
  background-color: #FFD700;
}

.custom-control-input:checked~.custom-control-label.white::before {
  background-color: #CCC;
}


#shopcatstoggle {
  display: none;
}

#catmobileleftspacer {
  display: none;
}

#display_header {
  visibility: visible;  
}


#display_mobile_header {
  display: none;
}

#text {
  visibility: hidden;
}

#texttwo {
  visibility: hidden;
}
  
  #overlay {
    display: none;
  }

  #overlayfilter {
    display: none;
  }

@media (max-width: 576px) { 

  #refer{
    display: none;
  }

  

  .smaller {
    font-size: 1.65rem;
    font-weight: bold;
  }

  #shopcats {
    display: none;
  }

  #shopfilters {
    display: none;
  }

  #catleftspacer {
    display: none;
  }

  #filterleftspacer {
    display: none;
  }

  #catmobileleftspacer {
    display: block;
  }

  #shopcatstoggle {
    display: block;
  }

  #display_header {
    display: none;
  }

  #display_mobile_header {
    display: block;
  }

 
  #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.95);
    z-index: 2;
    cursor: pointer;
  }

  #overlayfilter {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.95);
    z-index: 2;
    cursor: pointer;
  }
  
  #closeout{
    position: absolute;
    top: 5%;
    left: 90%;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    text-align: right;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }

  #text{
    position: absolute;
    top: 10%;
    left: 40%;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }

  #texttwo{
    position: relative;
    top: 10%;
    left: 40%;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }

  .textoptions {
    top: 10%;
    left: 10%;
    position: relative;
    font-weight: bold;
    color: #000;
  }
  

}