.fixed-description
  {
    position: absolute;
    z-index: 12 !important;
  }

#description-body
    {
    width: 100% !important;
    background: inherit;
    }
.login-page
{
  background:red;
}
.bag_color
{
    background-color: rgb(174, 243, 11) !important;
    color:#000000 !important
}
.text-greenx
{
    color: rgb(174, 243, 11) !important;
}
.xquantityupdater
{
    background-color: rgb(174, 243, 11) !important;
}
@media (max-width:876px)
 {

     .hide_on_mobile{display: none;}
}
@media (min-width:876px)
 {
  .hide_on_computer{display: none;}
 }



  /* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .slider {
    position: absolute;
    border: 1px solid white;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(204, 204, 204, 0);
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .more
  {
  border-radius: 3px;
  }

  input:checked + .slider {
    background-color: #00f800;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

  .option_wrapper{
    float: left;
    font-family: 'Lato', sans-serif;
    height: auto;
    width: 100%;
    border-radius: 5px;
    padding: 0px 15px;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
  }
  .option_wrapper .option{
    background: #fff;
    height: 100%;
    width: 12em;
    display: inline-block;
    align-items: center;
    margin: 10px 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
  }

  .option_wrapper input[type="radio"]{
    display: none;
  }


  .buttons {
    float: left;
    font-family: 'Lato', sans-serif;
    height: auto;
    width: 100%;
    border-radius: 5px;
    padding: 0px 15px;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
  }

  .buttons input {
    appearance: none;
    cursor: pointer;
    border-radius: 2px;
    padding: 5px 10px;
    color: #000000;
    font-size: 15px;
    font-family: sans-serif;
    transition: all 0.1s;


    background: #fff;
    height: 100%;
    width: 12em;
    display: inline-block;
    align-items: center;
    margin: 10px 10px;
    border-radius: 5px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
  }

  .buttons input:checked {
    background: #47c926;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0px #808080;
  }

  .buttons input::before {
    content: attr(label);
    text-align: center;
  }

.custom-file-upload {
    display: inline-block;
    cursor: pointer;
}

.displayer
{
    position: absolute;
    font-size: 3em;
    font-weight: 600;
    color: rgb(255, 0, 0);
    top: 2px;
    right: 15px;

}
.cursorhand
{
  cursor: pointer;
}

