body {
	margin-top: 0px;
	font-size: 1rem; 
}

 
.needassistance{
    font-family: Oswald, Helvetica, Sans-serif;
    color: #9F1D2A;
    font-size: 15px;
    font-weight: bold;	
	margin-top: 20px;
}

.needassistance h3{
	color: #9F1D2A;
	font-weight: bold;	
}

.bouncebtn {
  -webkit-animation: bounce .4s infinite alternate;
  -moz-animation: bounce .4s infinite alternate;
  animation: bounce .4s infinite alternate;
}
@-webkit-keyframes bounce {
  to { -webkit-transform: scale(1.2); }
}
@-moz-keyframes bounce {
  to { -moz-transform: scale(1.2); }
}
@keyframes bounce {
  to { transform: scale(1.2); }
}

/* all */
::-webkit-input-placeholder { font-size: 13px; }
::-moz-placeholder { font-size: 13px; } /* firefox 19+ */
:-ms-input-placeholder { font-size: 13px; } /* ie */
input:-moz-placeholder { font-size: 13px; }

#modal-external .modal-lg {
    max-width: 890px !important; 
}

.modal-full {
    min-width: 90%;
	height: 98vh;
    margin: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;	
	
}

.order-card-custom-height {
	height: 50vh;
	 
	overflow-y: scroll;
}

.navbar .nav-item {
	font-family: verdana;
	font-size: 1.0rem;
}

.navbarshadow {
	box-shadow: 2px 2px 5px #9F1D2A;
	background: #fff; 
	z-index: 1;
} 

.nav-pills .nav-link {
  border-radius: 0.25rem; 
  color: #9F1D2A;}
  
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #9F1D2A; }
 

.dropdown-item:hover {
   background-color: #333333;
}			

.menu-large {
  position: static !important;
}	 
  
.megamenu {
  padding: 20px 20px;
  width: 100%;
  background-color: #333333; 
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #FFFFFF;
  white-space: normal;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; 
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #FFFFFF;
  font-size: 18px;
}  
  
@media (max-width: 768px) {

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 15px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
	
  .megamenu {
	margin-left: 0;
	margin-right: 0;
	max-height: 400px;
	overflow: scroll;	
  }
  .megamenu > li {
	margin-bottom: 30px;
  }
  .megamenu > li:last-child {
	margin-bottom: 0;
  }
  .megamenu.dropdown-header {
	padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
	color: #FFFFFF;
  }
}  
 

#body_wrapper {
	width: 100%;
	min-height: 720px;
	margin-top: 120px;
}

#siteAlert {
	min-height: 60px;
}

#account-menu {
	min-height: 600px;
}

.background-white {
	background: #fff; 
}

.background-red {
	background: #9F1D2A; 
}


.color-red {
	color: #9F1D2A; 
}
.font-main {
  color: #A20222; 
}

.btn-search {
  background-color: #4188ff;
  color: #fff; 
}

#search-loading {
	width: 100%;
	height: auto;
	padding-top: 100px;
    padding-bottom: 100px;
}


.sk-circle {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  position: relative;


}


.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;

}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color:#dfe3ee;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.bg-p2h {
 background: url("../images/background.png");
}
.bg-modalCustom {
	background-color: rgba(255,255,255,.7);
	
}
