
/* test details */
/* Clear floats after the columns for subject details price */
.subj_price_container:after {
    content: "";
    display: table;
    clear: both;
}

.subj_details {
    padding: 20px;
    background-color: #eaf5f0;
    /*height: 300px;  only for demonstration, should be removed */
}
/* Create two columns/boxes that floats next to each other*/
.subj_price {
    background:  #ebfaf3;
    padding: 20px;
}
.alig_to_center{
  text-align:center;
}
/* end of test details */
.margin_bot5{
margin-bottom: 50px
}
/* login  */
.login_container:after {
  content: "";
  display: table;
  clear: both;
}


.login_details {
    padding: 20px;
     /* background-image: linear-gradient(to bottom, #FFB88C, #DE6262); */
      /* background-image: linear-gradient(to bottom, #eafaf6, #d5f6ec); */
    /*height: 300px;  only for demonstration, should be removed */
}
.center_align_order{
  border:1px solid #0c2e8a;
   border-radius: 2px;
   box-shadow: 3px 3px #888888;
   padding-left: 30px;
   padding-right: 30px;
   margin: 0 auto;
   float: none;
   width: 311px;
}
/* Create two columns/boxes that floats next to each other*/
.login_image {
    float: left;

    /* background-image: linear-gradient(to bottom, #FFB88C, #DE6262); */
    background-image: linear-gradient(to bottom, #eafaf6, #d5f6ec);
    padding: 20px;
}
/* end of login */

.modal {
text-align: center;
padding: 0!important;
}

.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}

.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}
#mobileshow {
display:none;
}
@media screen and (max-width: 500px) {
#mobileshow {
display:block; }
}
@media screen and (max-width: 600px) {
#hide_from_mobile_view {
  visibility: hidden;
  clear: both;
  float: left;
  margin: 10px auto 5px 20px;
  width: 28%;
  display: none;
}
}

@media screen and (max-width : 1920px){
  .div-only-mobile{
  visibility:hidden;
  }
}
@media screen and (max-width : 906px){
 .desk{
  visibility:hidden;
    display: none;
  }
 .div-only-mobile{
  visibility:visible;
    display: block;
  }
}


/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.message {
  position: fixed;
  z-index: 888;
  height: 2em;
  width: 100%;
  overflow: show;
  margin: auto;
  padding-top: 2em;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  background:"#098078";
  width: 528px;
  height: 184px;
}
.loader-header{
  color: rgba(225, 237, 240, 100);
  background: #098078;
  width: 528px;
  height: 163px;
  padding-top: 99px;
  margin: 0 auto;
  z-index: 999;
  font-size: 15px;
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  /* border: 111px solid red; */
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;

  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(225, 237, 240, 100) 1.5em 0 0 0, rgba(225, 237, 240, 100) 1.1em 1.1em 0 0, rgba(225, 237, 240, 100) 0 1.5em 0 0, rgba(225, 237, 240, 100) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(rgba(0, 0, 0, 0.5)) 1.5em 0 0 0, rgba(rgba(0, 0, 0, 0.5)) 1.1em 1.1em 0 0, rgba(rgba(0, 0, 0, 0.5)) 0 1.5em 0 0, rgba(rgba(0, 0, 0, 0.5)) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  /* -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; */
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* end of absolute loader */


/* Shop by menu Page */
.menuSlider {
    height: 100vh;
    background-color: #f0f0f0;
    max-width: 300px;
    min-width: 265px;
    /* border-right: 1px solid #000; */
    position: absolute;
    left: -100%;
    transition: 0.5s;
    top: 0;
    z-index: 999;
}

.menuSlider.active {
    left: 0px;
    transition: 0.5s;
}

.overlay {
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    display: none;
}

.overlay.active {
    display: block;
}

.userProfile {
    background: #38459e;
    padding: 20px 10px 10px;
    color: #fff;
}

.userProfile img {
    max-width: 55px;
    border-radius: 50%;
}

.userProfile .userName,
.userProfile small {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.userProfile .userName {
  font-size: 15px;
font-weight: 500;
line-height: 15px;
padding: 16px 0 4px;
}


.menuItemsList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menuItemsList li {
    display: block;
}

.menuItemsList li a {
    display: block;
    color: #333333;
    padding: 10px;
    text-transform: capitalize;
    position: relative;
}
.menuItemsList li a::after{
    content: '\f105';
    font-family: fontAwesome;
    position: absolute;
    right:10px;
}
.menuItemsList li a:hover {
    text-decoration: none;
    background: #d5dae3;
}

/* end of menu */

.lblCartCount{
  font-size: 12px;
  background: #13a956;
  color: #fff;
  padding: 1px 6px 2px 6px;
  border-radius: 50%;
  vertical-align: top;
}


.small, small {
    font-size: 68%;
    font-weight: 400;
}
.center_align_div{
  border:1px solid #0c2e8a;
   padding: 30px;
   margin: 0 auto;
   float: none;
   width: 311px;
}
