/*
This needs to be on CDN
*/
@import url(../font-awesome/3.2.1/css/font-awesome.css);
.link {
  cursor: pointer !important;
}
.no-margin {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.fixed-top {
  position: fixed;
  top: 2px;
}
.btn-group {
  margin: 0 5px 5px 0;
}
.btn-group > .btn.extra {
  border-radius: 7px;
  text-transform: none;
}
.btn-group > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* enable absolute positioning */
.inner-addon {
  position: relative;
}
/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
}
/* align icon */
.left-addon .fa {
  left: 0px;
}
.right-addon .fa {
  right: 0px;
}
/* add padding  */
.left-addon input {
  padding-left: 30px;
}
.right-addon input {
  padding-right: 30px;
}
.fadeIn {
  animation-duration: 2s;
  animation-name: fadeIn;
  -moz-animation-duration: 2s;
  -moz-animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: fadeIn;
}
.fadeOut {
  animation-duration: 2s;
  animation-name: fadeOut;
  -moz-animation-duration: 2s;
  -moz-animation-name: fadeOut;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: fadeOut;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}
@keyframes fadeOut {
  from {
    opacity: 100;
  }
  to {
    opacity: 0;
  }
}
.itemwrap img:nth-child(2) {
  margin-left: 10px;
}
.itemwrap img {
  padding-bottom: 3px;
}
.promotion-icon {
  display: inline-block;
  max-width: 50px;
  margin-right: 5px;
}
.invisible {
  visibility: hidden;
}
.loading {
  background: url(../img/ajax-loader.gif) no-repeat;
  width: 35px;
  height: 35px;
  margin: 5px 0 0 12px;
}
.loading.in-group {
  margin: -1px 0 0 6px;
}
.basketin .min_value {
  font-size: 1.3rem;
  text-align: center;
  color: #5f5f5f;
  padding-top: 22px;
  clear: both;
}
.modal {
  overflow-y: scroll;
}
.modal-open .modal {
  overflow-y: scroll;
}
.popover {
  max-width: 100%;
}
.order-history .main-table {
  border: 1px solid #c4c4c4;
  overflow: hidden;
  margin-bottom: 10px;
}
.order-history .main-table .thead {
  font-weight: 300;
  border-bottom: 1px solid #c4c4c4;
  font-size: 14px;
}
.order-history .main-table .thead > div {
  padding: 7px 20px!important;
}
.order-history .main-table .rowaccountu > div {
  padding: 7px 20px!important;
}
.order-history .rowaccountu {
  font-size: 13px;
}
.order-history .rowaccountu:nth-child(odd) {
  background: #fff;
}
.order-history .rowaccountu:nth-child(even) {
  background: #f5f5f5;
}
.order-history .groupeditembtn a {
  display: block;
  clear: both;
  margin-bottom: 0px;
}
.order-history .pagination > a > span {
  position: relative;
  float: left;
  border: 1px solid #ddd;
  margin-left: -1px;
  padding: 6px 10px;
}
.history-modal .pagination > .active > a,
.history-modal .pagination > .active > span,
.history-modal .pagination > .active > a:hover,
.history-modal .pagination > .active > span:hover,
.history-modal .pagination > .active > a:focus,
.history-modal .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.history-modal .modal-content {
  border: none;
}
.history-modal .extra-items {
  font-size: 0.8em;
  color: 3C3C3C;
}
.history-modal .panel {
  margin-bottom: 0px;
  border: none;
  border-radius: 2px;
  /* Table Styles */
}
.history-modal .panel .modal-footer {
  color: #fff;
  text-align: left;
}
.history-modal .panel .modal-footer h5 {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.3em;
}
.history-modal .panel .modal-footer p {
  font-weight: 100;
}
.history-modal .panel .modal-footer span {
  font-weight: 300;
}
.history-modal .panel .modal-title {
  font-weight: 100;
}
.history-modal .panel .modal-title span {
  font-weight: 300;
  font-size: 1.2em;
}
.history-modal .panel button.close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
  font-size: 25px;
}
.history-modal .panel button.close:hover {
  color: #fff;
}
.history-modal .panel caption {
  font-size: 1.5em;
}
.history-modal .panel th.title-left,
.history-modal .panel td.title-left {
  text-align: left;
  padding: 10px 30px;
}
.history-modal .panel th.title-center,
.history-modal .panel td.title-center {
  text-align: center;
  padding: 10px 30px;
}
.history-modal .panel th.title-right,
.history-modal .panel td.title-right {
  text-align: right;
  padding: 10px 30px;
}
.history-modal .panel .modal-button {
  text-align: center;
  margin-bottom: 10px;
}
.order-table {
  border: 1px solid #C0C0C0;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
  margin-bottom: 30px;
}
.order-table th {
  background: #464646;
  color: #fff;
}
.table-head {
  background: #464646;
  color: #fff;
}
/*
This needs to be on CDN
*/
.link {
  cursor: pointer !important;
}
.no-margin {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.fixed-top {
  position: fixed;
  top: 2px;
}
.btn-group {
  margin: 0 5px 5px 0;
}
.btn-group > .btn.extra {
  border-radius: 7px;
  text-transform: none;
}
.btn-group > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* enable absolute positioning */
.inner-addon {
  position: relative;
}
/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
}
/* align icon */
.left-addon .fa {
  left: 0px;
}
.right-addon .fa {
  right: 0px;
}
/* add padding  */
.left-addon input {
  padding-left: 30px;
}
.right-addon input {
  padding-right: 30px;
}
.fadeIn {
  animation-duration: 2s;
  animation-name: fadeIn;
  -moz-animation-duration: 2s;
  -moz-animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: fadeIn;
}
.fadeOut {
  animation-duration: 2s;
  animation-name: fadeOut;
  -moz-animation-duration: 2s;
  -moz-animation-name: fadeOut;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: fadeOut;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}
@keyframes fadeOut {
  from {
    opacity: 100;
  }
  to {
    opacity: 0;
  }
}
.itemwrap img:nth-child(2) {
  margin-left: 10px;
}
.itemwrap img {
  padding-bottom: 3px;
}
.promotion-icon {
  display: inline-block;
  max-width: 50px;
  margin-right: 5px;
}
.invisible {
  visibility: hidden;
}
.loading {
  background: url(../img/ajax-loader.gif) no-repeat;
  width: 35px;
  height: 35px;
  margin: 5px 0 0 12px;
}
.loading.in-group {
  margin: -1px 0 0 6px;
}
.basketin .min_value {
  font-size: 1.3rem;
  text-align: center;
  color: #5f5f5f;
  padding-top: 22px;
  clear: both;
}
.modal {
  overflow-y: scroll;
}
.modal-open .modal {
  overflow-y: scroll;
}
.popover {
  max-width: 100%;
}
.star-rating {
  font-size: 1.5em;
}
.star {
  color: #F3E432;
  text-shadow: -0.5 -0.5 0 #AB9A3B, 0.5 -0.5 0 #AB9A3B, -0.5 0.5 0 #AB9A3B, 0.5 0.5 0 #AB9A3B;
  -webkit-text-fill-color: #F3E432;
  -webkit-text-stroke-color: #AB9A3B;
  -webkit-text-stroke-width: 1.00px;
}
.star-empty {
  color: #FFF;
  text-shadow: -0.5 -0.5 0 #AB9A3B, 0.5 -0.5 0 #AB9A3B, -0.5 0.5 0 #AB9A3B, 0.5 0.5 0 #AB9A3B;
  -webkit-text-fill-color: #FFF;
  -webkit-text-stroke-color: #AB9A3B;
  -webkit-text-stroke-width: 1.00px;
}
.half-star {
  color: #F3E432;
  margin-left: -1.2em;
  margin-right: 0.42em;
}
fieldset,
label {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 1.5em;
  margin: 10px;
}
/****** Style Star Rating Widget *****/
.rating {
  border: none;
  font-size: 1.35em;
}
.rating > input {
  display: none;
}
.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating > .half:before {
  content: "\f089";
  position: absolute;
}
.rating > label {
  color: #FFF;
  text-shadow: -0.5 -0.5 0 #AB9A3B, 0.5 -0.5 0 #AB9A3B, -0.5 0.5 0 #AB9A3B, 0.5 0.5 0 #AB9A3B;
  -webkit-text-fill-color: #FFF;
  -webkit-text-stroke-color: #AB9A3B;
  -webkit-text-stroke-width: 1.00px;
  float: right;
}
/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #F3E432;
  -webkit-text-fill-color: #F3E432;
}
/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #fff8a7;
  -webkit-text-fill-color: #fff8a7;
}
.review-list .review {
  position: relative;
  background-color: #F7EFDB;
  padding-bottom: 2em;
}
.review-list .review h3 {
  color: #9A080C;
  font-size: 1.2em;
  margin-top: 25px;
  margin-bottom: 20px;
}
hr.title {
  border-top: 15px solid #D8D8D8;
  width: 60%;
}
hr.text {
  border-top: 10px solid #D8D8D8;
  width: 80%;
  margin-top: 5px;
  margin-bottom: 5px;
}
hr.small {
  margin-top: 20px;
  margin-bottom: 0px;
  border-top: 5px solid #D8D8D8;
  width: 30%;
}
.zigzag:after {
  background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0);
  background-position: left-bottom;
  background-repeat: repeat-x;
  background-size: 25px 25px;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 25px;
}
.featured-review-placeholder {
  position: relative;
  padding: 8px 20px 60px 20px;
  background: #ECECEC;
  margin-bottom: 20px;
}
.featured-review-placeholder span {
  color: #B6B6B6;
  font-size: 1.2em;
}
.review-placeholder {
  position: relative;
  padding: 30px 20px 60px 20px;
  background: #ECECEC;
  margin-bottom: 20px;
  text-align: center;
}
.review-placeholder span {
  color: #B6B6B6;
  font-size: 1.2em;
}
.outer-div {
  position: relative;
  float: right;
  right: 50%;
}
.control-group {
  position: relative;
  right: -50%;
  margin: auto;
}
#response {
  padding-bottom: 2em;
}
.add-review {
  background-color: #ECECEC;
  padding-bottom: 2em;
}
#infscr-loading {
  position: absolute;
  width: 100%;
  bottom: -2em;
  padding: 2em;
  color: #9A080C;
}
ul.pager {
  display: none;
}
textarea.form-control {
  max-width: 100%;
}


@media (max-width: 768px) {
  .lhsmenusearch {
    margin-top:50px !important;
  }
}

/*# sourceMappingURL=style.css.map */

.custom-banner .alert-info{
    background: #f35f36;
    border: none;
    border-radius: 0;
    color: #fff;
  }

.custom-banner .alert.alert-info .close {
    color: #fff;
    opacity: 1;
    margin-top: -5px;
}

.cardsList {
  list-style: none;
}
.cardsList li {
  font-size: 18px;
  line-height:20px;
  padding: 10px;
}
.cardsList li i.fa {
  font-size: 1.5em;
  vertical-align: middle;
}