.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;
}

/* language changer button */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
  }

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

  input:checked + .slider {
    background-color: #2196F3;
  }

  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%;
  }
/* end language changer button */



.langholder
{
    color: #00f8f8;
    position: absolute;
    bottom: 0;
    left: 5em;
    width: 2em;
    margin:10px 50px auto auto;
    z-index: 1001;
}


.make-order
{
    background-color: #f81100;
    color: yellow;
}

.modelname input
{

    text-transform: capitalize;
}
.text-color-skyblue
{
    color: #00f8f8;
}

.text-skyblue
{
    color: #00f8f8;
}

.text-color-lightgreen
{
    color: #00f815;
}
.text-color-highlighting
{
    color: #f81100;
}
.small-text
{
    color: #00f800;
    font-size: small;
}

/* modal */
.anywere,
.anywere-home {
  background: #0E1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}
.anywere.show,
.anywere-home.show {
  visibility: visible;
  pointer-events: visible;
}
.anywere.bgshow,
.anywere-home.bgshow {
  background: #0E1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 60;
}


/* design the popup */


.rts-newsletter-popup {
    position: fixed;
    top: 20%;
    left: 50%;
    max-width: 605px;
    width: 90%;
    border-radius: 6px;
    background: #fff;
    z-index: 99;
    visibility: hidden;
    transform: translateX(-50%) scale(70%);
    opacity: 0;
    transition: all 300ms;
    animation: pop 300ms;
  }
  .rts-newsletter-popup.popup {
    visibility: visible;
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  .rts-newsletter-popup .newsletter-inner {
    padding: 75px 50px;
  }
  .rts-newsletter-popup .newsletter-inner .newsletter-heading {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .rts-newsletter-popup .newsletter-inner p {
    margin-bottom: 30px;
  }
  .rts-newsletter-popup .newsletter-inner .input-div {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .rts-newsletter-popup .newsletter-inner input {
    padding: 20px 25px;
    width: 100%;
    padding-right: 90px;
  }
  .rts-newsletter-popup .newsletter-inner .input-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #f0f0f0;
    height: 100%;
  }
  .rts-newsletter-popup .newsletter-inner .subscribe-btn {
    padding: 20px 0;
    width: 100%;
    border-radius: 6px;
    background: yellow;
    color: #000000;
    font-size: 18px;
  }
  .rts-newsletter-popup .newsletter-inner .subscribe-btn:hover {
    background: blue;
  }
  .rts-newsletter-popup .newsletter-close-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    right: -50px;
    cursor: pointer;
  }
  .rts-newsletter-popup .newsletter-close-btn:hover i {
    color: red;
  }
  .rts-newsletter-popup .newsletter-close-btn i {
    color: #040404;
    font-size: 18px;
  }
  @media (max-width: 768px) {
    .rts-newsletter-popup .newsletter-close-btn {
      top: -60px;
      right: -10px;
    }
    .rts-newsletter-popup .newsletter-inner {
      padding: 40px 20px;
    }
    .rts-newsletter-popup .newsletter-inner .newsletter-heading {
      font-size: 23px;
    }
    .rts-newsletter-popup .newsletter-inner input {
      padding: 15px 20px;
    }
  }


/* end modal */



/* Validate one image */


#preview-container {
    display: none;
    text-align: center;
    margin-top: 15px;
}

#preview {
    max-width: 100%;
    max-height: 300px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
/* end validate image */
