ul.card_logos {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.card_visa, .card_mastercard, .card_amex, .card_discover, .card_diners, .card_jcb {
  display: inline-block;
  width: 50px;
  height: 30px;
  overflow: hidden;
  text-align: left;
  text-indent: -999px;
  background: url(sprite-cards.png) 0 0 no-repeat;
}

.card_mastercard {
  background-position: -55px 0;
}

.card_amex {
  background-position: -110px 0;
}

.card_discover {
  background-position: -165px 0;
}

.card_diners {
  background-position: -220px 0;
}

.card_jcb {
  background-position: -660px 0;
}

.is_visa li, .is_mastercard li, .is_amex li, .is_discover li, .is_diners li, .is_jcb li, .is_nothing li {
  opacity: 0.2;
}

.is_visa li.card_visa, .is_mastercard li.card_mastercard, .is_amex li.card_amex, .is_discover li.card_discover, .is_diners li.card_diners, .is_jcb li.card_jcb {
  opacity: 1;
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  cursor: pointer;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

span.twitter-typeahead {
  width: 100%;
}

.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px;
}

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}

.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}

.input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}

.tt-menu h3 {
  padding: 5px;
}

.bootstrap-dialog {
  /* dialog types */
  /**
     * Icon animation
     * Copied from font-awesome: http://fontawesome.io/
     **/
  /** End of icon animation **/
}

.bootstrap-dialog .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.bootstrap-dialog .bootstrap-dialog-title {
  color: #fff;
  display: inline-block;
  font-size: 16px;
}

.bootstrap-dialog .bootstrap-dialog-message {
  font-size: 14px;
}

.bootstrap-dialog .bootstrap-dialog-button-icon {
  margin-right: 3px;
}

.bootstrap-dialog .bootstrap-dialog-close-button {
  font-size: 20px;
  float: right;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.bootstrap-dialog .bootstrap-dialog-close-button:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

.bootstrap-dialog.type-default .modal-header {
  background-color: #ffffff;
}

.bootstrap-dialog.type-default .bootstrap-dialog-title {
  color: #333;
}

.bootstrap-dialog.type-info .modal-header {
  background-color: #5bc0de;
}

.bootstrap-dialog.type-primary .modal-header {
  background-color: #337ab7;
}

.bootstrap-dialog.type-success .modal-header {
  background-color: #5cb85c;
}

.bootstrap-dialog.type-warning .modal-header {
  background-color: #f0ad4e;
}

.bootstrap-dialog.type-danger .modal-header {
  background-color: #d9534f;
}

.bootstrap-dialog.size-large .bootstrap-dialog-title {
  font-size: 24px;
}

.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
  font-size: 30px;
}

.bootstrap-dialog.size-large .bootstrap-dialog-message {
  font-size: 18px;
}

.bootstrap-dialog .icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.filters .label {
  display: inline-block;
}
.filters .label .close {
  display: inline-block;
  float: none;
  margin-left: 1em;
}
.filters .sort span {
  color: #ccc;
}
.filters .sort span:before {
  display: inline-block;
}
.filters .sort :checked + span {
  color: #000;
}

#order-form p.note {
  margin: 0 0 20px;
  padding: 5px;
}
#order-form legend {
  margin-bottom: 0;
}
#order-form .meat-detail {
  margin-bottom: 20px;
}
#order-form #deliveryFrequency {
  font-weight: bold;
}

.card_visa, .card_mastercard, .card_amex, .card_discover, .card_diners, .card_jcb {
  background-image: url(images/sprite-cards.png);
}

small.has-error,
span.error {
  color: #a94442;
}

.input-group {
  width: 100%;
}

.button + .alert {
  margin-top: 20px;
}

.help-block {
  font-style: italic;
}
.input-group-range + .help-block, .form-group + .help-block {
  margin-top: -5px;
}
.help-block .btn {
  font-style: normal;
}

#other_traditional_types_well.well {
  padding-top: 5px;
  padding-bottom: 0;
}

.input-group-addon output {
  display: inline-block;
  width: 30px;
}

.input-group-range {
  margin-bottom: 15px;
}
.input-group-range input[type=range] {
  -webkit-appearance: none;
  margin: 0;
  display: inline-block;
}
.input-group-range input[type=range]:focus {
  outline: none;
}
.input-group-range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.input-group-range input[type=range].unlocked::-webkit-slider-runnable-track {
  background: #5bc0de;
}
.input-group-range input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  /*   box-shadow: none; */
  border: 1px solid #000000;
  /*   border: none; */
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
  /*   background: #fff url(https://cdn2.iconfinder.com/data/icons/windows-8-metro-style/512/cow.png) 0 0 no-repeat; */
  background-size: contain;
}
.input-group-range input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
.input-group-range input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.input-group-range input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
.input-group-range input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.input-group-range input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.input-group-range input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.input-group-range input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
.input-group-range input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
.input-group-range input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

@media (max-width: 991px) {
  .slick-prev, .slick-next {
    display: none !important;
  }

  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: none;
  }

  .page-id-2 h1.pagetitle {
    margin-top: 64px;
  }

  #chart-container {
    top: 60px;
    min-height: 20px;
    line-height: 20px;
  }

  .progress-panel {
    position: fixed;
    top: 70px !important;
    left: 0;
    right: 0;
    width: auto !important;
  }
  .progress-panel .panel-body {
    padding: 5px 15px;
  }
  .progress-panel #recommended_monthly_subscription_wrap {
    margin-bottom: 0;
  }
  .progress-panel #recommended_monthly_subscription_wrap label {
    display: inline;
  }
  .progress-panel #recommended_monthly_subscription_wrap label:after {
    content: ": ";
  }
  .progress-panel #recommended_monthly_subscription_wrap .input-group {
    display: inline;
    width: auto;
    font-style: italic;
  }
  .progress-panel #recommended_monthly_subscription_wrap .input-group .input-group-addon {
    display: inline;
    padding: 0;
    border: none;
    width: auto;
    background: transparent;
  }
  .progress-panel #recommended_monthly_subscription_wrap .input-group input[type=text],
.progress-panel #recommended_monthly_subscription_wrap .input-group output {
    display: inline;
    width: 15%;
    /* won't actually go to inline, so we set a narrower width */
    float: none;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
  .progress-panel #recommended_monthly_subscription_wrap + div {
    display: none;
  }
}
.slide-container {
  position: relative;
}

.slide {
  height: 40px;
}
.slide .ui-slider-handle {
  height: 50px;
  top: -5px;
  width: 1em;
}
@media (max-width: 991px) {
  .slide .ui-slider-handle {
    width: 2em;
  }
}
.slide .ui-slider-handle:focus {
  outline: none;
  border: 1px solid #fbcb09;
  background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
  font-weight: 700;
  color: #c77405;
}
.slide .slide-back {
  position: absolute;
  height: 100%;
  text-align: right;
  color: #ffffff;
  line-height: 40px;
  text-shadow: 1px 1px 0px #000000, 0 0 3px #000000;
  overflow: hidden;
  font-size: 0.8em;
  direction: rtl;
  text-indent: 1em;
}
@media (max-width: 991px) {
  .slide .slide-back {
    text-indent: 2em;
  }
}
.slide .slide-back .range-value {
  display: none;
  margin-left: 0.5em;
  text-indent: 0;
  direction: ltr;
}
@media (max-width: 991px) {
  .slide .slide-back .range-value {
    display: none;
  }
}

button i {
  margin-left: 5px;
}

.sorter .form-inline label {
  display: inline-block;
}

.your-boxes[class*=block-grid-], .box-listing[class*=block-grid-] {
  display: flex;
  flex-wrap: wrap;
}
.your-boxes .box-out-of-stock, .box-listing .box-out-of-stock {
  opacity: 0.5;
}
.your-boxes label, .box-listing label {
  display: block;
  font-weight: inherit;
}
.your-boxes .form-group label, .box-listing .form-group label {
  display: inline-block;
}
.your-boxes .label-text, .box-listing .label-text {
  display: block;
  font-weight: normal;
}
.your-boxes input[type=radio],
.your-boxes input[type=checkbox],
.your-boxes input[type=hidden], .box-listing input[type=radio],
.box-listing input[type=checkbox],
.box-listing input[type=hidden] {
  display: none;
}
.your-boxes input[type=radio] ~ .box,
.your-boxes input[type=checkbox] ~ .box,
.your-boxes input[type=hidden] ~ .box, .box-listing input[type=radio] ~ .box,
.box-listing input[type=checkbox] ~ .box,
.box-listing input[type=hidden] ~ .box {
  transition: opacity 0.5s ease-in;
  opacity: 0;
  position: absolute;
  left: -9999em;
}
.your-boxes input[type=radio]:checked ~ .box, .your-boxes input[type=radio][type=hidden] ~ .box,
.your-boxes input[type=checkbox]:checked ~ .box,
.your-boxes input[type=checkbox][type=hidden] ~ .box,
.your-boxes input[type=hidden]:checked ~ .box,
.your-boxes input[type=hidden][type=hidden] ~ .box, .box-listing input[type=radio]:checked ~ .box, .box-listing input[type=radio][type=hidden] ~ .box,
.box-listing input[type=checkbox]:checked ~ .box,
.box-listing input[type=checkbox][type=hidden] ~ .box,
.box-listing input[type=hidden]:checked ~ .box,
.box-listing input[type=hidden][type=hidden] ~ .box {
  opacity: 1;
  position: relative;
  left: 0;
}
.your-boxes input[type=radio]:checked ~ .label-text, .your-boxes input[type=radio][type=hidden] ~ .label-text,
.your-boxes input[type=checkbox]:checked ~ .label-text,
.your-boxes input[type=checkbox][type=hidden] ~ .label-text,
.your-boxes input[type=hidden]:checked ~ .label-text,
.your-boxes input[type=hidden][type=hidden] ~ .label-text, .box-listing input[type=radio]:checked ~ .label-text, .box-listing input[type=radio][type=hidden] ~ .label-text,
.box-listing input[type=checkbox]:checked ~ .label-text,
.box-listing input[type=checkbox][type=hidden] ~ .label-text,
.box-listing input[type=hidden]:checked ~ .label-text,
.box-listing input[type=hidden][type=hidden] ~ .label-text {
  display: none;
}
.next-delivery-deliverables .your-boxes input[type=radio] ~ .box,
.next-delivery-deliverables .your-boxes input[type=checkbox] ~ .box, .next-delivery-deliverables .box-listing input[type=radio] ~ .box,
.next-delivery-deliverables .box-listing input[type=checkbox] ~ .box {
  opacity: 1;
  position: relative;
  left: 0;
}
.next-delivery-deliverables .your-boxes input[type=radio] ~ .label-text,
.next-delivery-deliverables .your-boxes input[type=checkbox] ~ .label-text, .next-delivery-deliverables .box-listing input[type=radio] ~ .label-text,
.next-delivery-deliverables .box-listing input[type=checkbox] ~ .label-text {
  display: none;
}
.your-boxes .btn-default, .box-listing .btn-default {
  opacity: 0.7;
}
.your-boxes .btn-default:hover, .box-listing .btn-default:hover {
  opacity: 0.9;
}