@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', Verdana, cursive;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Bebas Neue', Verdana, cursive;
}

p {
    font-family: 'Open Sans', Verdana, sans-serif;
}

body {
  font-family: 'Open Sans', Verdana, sans-serif;
}

#main_section_editor_container li {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

#main_section_editor_container p, #main_section_editor_container ul:not(.item-list-wrapper):not(.item-info-list) {
    margin-top: auto !important;
    margin-bottom: auto !important;
}



/* ---------------------- PILLS maybe? START ----------------------------------*/
.sliding-pill-menu {
  position: fixed;
  left: 20px;
  bottom: 20px;
  font-size: 14px;
  z-index: 10000;
  pointer-events: none;
}

.menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}

.menu-item {
  padding: 5px 0;
 transition: all .4s ease-in-out;
  pointer-events: all;
}

.menu-item-button,
.menu-toggle-button {
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  text-align: center;
  position: relative;
  bottom: 0;
  cursor: pointer;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: inherit;
  min-width: 180px;
  width: 180px;
  white-space: nowrap;
}

.menu-item-button:hover, .menu-item-button:active, .menu-item-button:link, .menu-item-button:visited,
.menu-toggle-button:hover,
.menu-toggle-button:active,
.menu-toggle-button:link,
.menu-toggle-button:visited {
  color: #fff;
}


.menu-item-icon,
.menu-toggle-icon {
  margin-right: 10px;
}



@keyframes slideUp {
    0% {
        bottom: -200px;
    };
    100% {
        bottom: 0;
    }
}

@keyframes slideLeft {
    0% {
        right: -200px;
    };
    100% {
        right: 0;
    }
}




 .footer {
  text-align: center;
  color: #FFF !important;
}

.footer span {
  color: #FFF !important;
}

.footer span a {
  color: #FFF !important;
}
  .footer .menu {
    list-style: none;
    padding: 10px;
    margin: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .footer .menu-horizontal li {
    display: inline-block;
    margin: 0 20px;
    text-align: left; }
    .footer .menu-horizontal li a {
      color: #FFFFFF;
      font-size: 1.2rem; }
      

.footer .logo-footer img {
  max-width: 20%;
  margin: 0 0 0 40%;


}

@media (max-width: 767px) {
  .footer {
    display: block;
    margin: 0;
    text-align: center; }
    .footer .menu-horizontal li {
      margin: 0;
      display: block;
      padding: 10px 0;
      text-align: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .footer .menu-horizontal li:last-child {
        border: none; }
    .footer .menu {
      padding: 0; } 
}

/* ---------------------- PILLS maybe? END ----------------------------------- */

.blgColorLink{
color: #565656 !important;
}










/****************************** STRAIGHT FROM ERS CUSTOM CODE ON EVERY PAGE **************************************/
.btn
{
   background-color:#b72426 !important;
   border-color:#1b498e !important
}
.features-btn
{
   background-color:#b72426 !important;
   border-color:#1b498e !important
}
.btn-8178681
{
    color:#fff !important;
}
.flex-row [class*="col-"] {
    margin-left: -0.3px;
    margin-right: -0.3px;
}
#return-to-top {
    bottom: 90px;
}
#return-to-top.visible {
    right: 25px;
}
.amz-header-container {
    position: relative;
    z-index: 10;
}

#multidaybtn > tbody > tr > td > div {
    background-color: #5566aa !important;
    color: #ffffff !important;
    border: none !important;
}

  ol, ul {
    list-style-position: inside;
  }
  
  video {
    width: 100%    !important;
    height: auto   !important;
  }
  
  p {
    line-height: 1.5rem;
    font-size: 1.1rem;
  }
  
  p:last-child {
    margin-bottom: 0;
  }
  
  /*  ERS Resets */
  .col-sm-12[style*="padding-right"][style*="0px"] {
    padding: 0 15px !important;
  }
  
  div[style*="max-height"][style*="overflow:auto"] {
    overflow: visible !important;
  }
  
  .green_asterisk {
    color: #f5f9f8 !important;
  }
  
  *[autocolor="main"] {
    background-color: #f5f9f8 !important;
    opacity: 1 !important;
  }
  
  #item_container.ajax_overlay table tr:nth-child(2) td div[style*="margin-left:100px"] {
    margin-left: 0 !important;
  }
  
  .section-py {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .section-px {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .section-primary {
    background: #fff;
    color: #212529;
  }
  
  .section-primary a:hover {
    color: #fff;
  }
  
  .section-primary a:active {
    color: #222;
  }
  
  .section-primary a:link {
    color: #000;
  }
  
  .section-primary a:visited {
    color: #444;
  }
  
  .video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  
  .video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .footer {
    position: relative;
  }
  
  center.ers_footer {
    padding: 15px;
    color: #fff;
    background: #222;
    border: 1px solid white;
  }
  
  center.ers_footer br, .ers_footer > p {
    display: none !important;
  }
  
  .prm-copyright, .ers_footer > div[style*="center"] {
    display: inline;
    text-align: initial !important;
  }
  
  .prm-copyright span,
  .ers_footer span {
    color: #fff !important;
  }
  
  .copyright a,
  .ers_footer span font {
    color: #000 !important;
  }
  
  
  .button,
  .button_book,
  .button_add,
  .button_back,
  .header_change_button,
  .button_finalizeOrder,
  .btn#ers_continue_shopping,
  .btn#ers_translate_clear_order,
  .btn#ers_translate_checkout,
  #cart_container .btn-default {
    background: #0468ac !important;
    border-radius: 5px !important;
    border: none !important;
    padding: 7px 14px !important;
    font-size: 0.8rem !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-family: "Open Sans", verdana, arial, sans-serif !important;
    text-transform: capitalize !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) !important;
    box-shadow: none !important;
    margin: 2px !important;
    outline: none !important;
  }
  
  .button_back {
    padding: 7px 14px !important;
  }
  
  /* Add to calendar button */
  .button_book {
    width: 230px;
    max-width: 100%;
  }
  
  .book-now .button_book {
    width: 100%;
    max-width: 100%;
  }
  
  .btn#ers_continue_shopping,
  .btn#ers_translate_clear_order {
    margin: 15px 0 0 0;
    padding: 7px 14px;
  }
  
  .ers_button_silver {
    background: #e3e3e3 !important;
    border: 1px solid #AFAFAF !important;
    border-radius: 5px !important;
    color: #495057;
  }
  
  .ers_button_default,
  .ers_button_grey,
  .ers_button_silver {
    padding: 7px 14px;
    vertical-align: middle;
  }
  
  .calendar_div_dayofweek, .calendar_cell_dayofweek {
    background-color: #1b4983 !important;
    color: #fff !important;
    text-align: center !important;
  }
  
  .calendar_div {
    color: #f5f9f8 !important;
  }
  
  #calendar_container .button-nexto-text {
    color: #495057 !important;
  }
  
  .calendar_nextprev {
    color: #1b4983 !important;
  }
  
  #multidaybtn div[onclick*=multidaybtn] {
    background-color: #1b4983 !important;
    color: #fff !important;
    width: 100% !important;
    margin-bottom: 0 0 10px 0 !important;
    border-radius: 5px !important;
  }
  
  #multidaybtn div[onclick*=overnight] {
    background-color: #b5d3cb !important;
    color: #fff !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    border-radius: 5px !important;
  }
  
  /*
  * Default Variables from Bootstrap 3.3.6 /scss/_defaults.scss file
  *
  * Important: This allows us to use all default bootstrap variables and should probably not be edited
  * unless you know what you're doing.
  */
  /*
  * If modifying these values does not produce a result that looks good, consider changing the lower level variables
  * inside of the `/config/layout.scss` file
  */
  *[autocolor="main"] {
    background-color: #000 !important;
    color: #fff !important;
    opacity: 1 !important;
  }
  
  .suggested-addon-text {
    font-size: 1.2rem !important;
    line-height: 1.1em !important;
  }
  
  /* Begin: Checkout Forms */
  #store_form button,
  #store_form select,
  #store_form input[type="email"],
  #store_form input[type="text"],
  #store_form input[type="submit"],
  #store_form input[type="button"] {
    height: 45px;
  }
  
  #store_form button,
  #store_form select,
  #store_form textarea,
  #store_form input[type="text"],
  #store_form input[type="email"] {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #cccccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
    padding: 2px 15px;
    border-radius: 5px;
  }
  
  #store_form button,
  #store_form input[type="button"],
  #store_form input[type="submit"] {
    background: #1b4983;
    border: 1px solid #ccc;
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  }
  
  #store_form button,
  #store_form input[type="button"],
  #store_form input[type="submit"] {
    width: 100%;
  }
  
  #store_form textarea {
    padding: 10px 15px !important;
  }
  
  #store_form table[style*="left"][style*="8px"] {
    left: 0 !important;
  }
  
  #store_form select[id*="order_options_"], #store_form #other_billing_state {
    margin-top: 8px;
  }
  
  /* End: Checkout Forms */
  /* Begin: Payment Page */
  #payment_container td[bgcolor] {
    background-color: #cccccc;
    color: #777 !important;
  }
  
  /* End: Payment Page */
  @media (min-width: 400px) {
    .cart_table_container .cart_item_name {
      font-weight: 600;
    }
    .cart_table_container .cart_item_name, .cart_table_container .cart_item_details, .cart_table_container table[width*='100'] td:nth-child(2) font {
      font-size: 1.2rem !important;
      line-height: 1.1em !important;
    }
  }
  
  .logo {
    display: block;
    margin: 0 auto;
  }
  
  .logo img {
    width: 100%;
    max-width: 180px;
    max-height: 80px;
    margin: -5px 0 0 0;
  }
  

  #search_box {
    margin: 20px 0 !important;
    border-radius: 5px;
    border: none;
    padding-bottom: 0 !important;
  }
  
  #item_search_box {
    background: #f5f9f8;
    color: #fff !important;
    border-radius: 0 !important;
    font-weight: 600;
    box-shadow: -2px 0 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    cursor: pointer;
  }
  
  input#search_items {
    width: 100%;
    padding-left: 20px;
  }
  
  #search_box {
    overflow: hidden;
  }
  
  #search_box > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td {
    display: inline-block;
    width: 80%;
  }
  
  #search_box > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:nth-child(1) input[type=text] {
    width: 100%;
    border: none !important;
  }
  
  #search_box > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:nth-child(2) {
    display: inline-block;
    width: 20%;
    padding-left: 0 !important;
  }
  
  input#item_search_box {
    display: block;
    padding: 8px 18px;
    font-weight: 600;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  
  #search_box > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:nth-child(1) input[type=text],
  #item_search_box {
    height: 45px !important;
    font-size: 1em !important;
    line-height: 1.1em !important;
  }
  
  #item_search_box {
    border: none !important;
  }
  
  #search_box > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:nth-child(1) input[type=text] {
    width: 100%;
    border: 1px solid #cccccc !important;
  }
  
  #search_box > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) > table > tbody > tr {
    margin-bottom: 1px;
  }
  
  #search_box > table > tbody > tr,
  #search_box > table > tbody > tr > td,
  #search_box > table > tbody > tr > td > table,
  #search_box > table > tbody > tr > td > table > tbody,
  #search_box > table > tbody > tr > td > table > tbody > tr,
  #search_box > table > tbody > tr > td > table > tbody > tr > td:nth-child(2),
  #search_box > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) > table,
  #search_box > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) > table > tbody,
  #search_box > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) > table > tbody > tr {
    display: block;
  }
  
  .ers_store_table > tbody > tr > td[align=center]:not(:nth-child(2)),
  .ers_store_table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(2) > td:not(:nth-child(2)),
  .ers_category_table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(2) > td:not(:nth-child(2)),
  .ers_item_table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(2) > td:not(:nth-child(2)),
  #search_box > table > tbody > tr > td > table > tbody > tr > td:not(:nth-child(2)),
  #cart_container > table:nth-child(1) > tbody > tr:nth-child(2) > td:not(:nth-child(2)) {
    display: none;
  }
  
  #order_header_container > span {
    display: inline-block;
    color: #fff;
    background: #212529;
    padding: 8px;
    margin-top: 10px;
    width: 100%;
  }
  
  div#order_header_container {
    background: none !important;
    padding: 0;
    margin: 5px 5px 0 5px;
  }
  
  div#order_header_container + div {
    border: 1px solid #cccccc;
    margin: 0 5px 5px 5px;
  }
  
  #order_header_container input#item_search_box {
    width: 100%;
  }
  
  #order_header_container .header_search_box {
    display: block;
    width: 100%;
    position: static;
    margin: 0 !important;
  }
  
  #order_header_container > span {
    display: inline-block;
    width: 100%;
  }
  
  @media (max-width: 767px) {
    #search_box {
      margin: 20px 15px !important;
    }
    #search_box > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td,
    #search_box > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:nth-child(2) {
      width: 100%;
    }
    #search_box > table > tbody > tr > td > table > tbody > tr > td:nth-child(2) > table > tbody > tr > td:nth-child(2) {
      margin-top: 5px;
    }
  }
  
  /*
  * Default Variables from Bootstrap 3.3.6 /scss/_defaults.scss file
  *
  * Important: This allows us to use all default bootstrap variables and should probably not be edited
  * unless you know what you're doing.
  */
  /*
  * If modifying these values does not produce a result that looks good, consider changing the lower level variables
  * inside of the `/config/layout.scss` file
  */
  /* Social Media Styling */
  .social-media {
    margin: 10px auto;
    text-align: center;
  }
  
  .social-media a {
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    background: #0468ac;
    border-radius: 100%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff !important;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  
  /* End Social Media Styling */
  /*
  * Default Variables from Bootstrap 3.3.6 /scss/_defaults.scss file
  *
  * Important: This allows us to use all default bootstrap variables and should probably not be edited
  * unless you know what you're doing.
  */
  /*
  * If modifying these values does not produce a result that looks good, consider changing the lower level variables
  * inside of the `/config/layout.scss` file
  */
  .store {
    background: none !important;
  }
  
  .store > .container .row div.col-md-4,
  .store section div[id*='container_'] {
    margin: 5px;
    float: left;
    width: calc(33.333% - 10px);
    box-shadow: 0 0 10px 0 rgba(84, 84, 84, 0.35);
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .store > .container .row div.col-md-4,
    .store section div[id*='container_'] {
      margin: 5px;
      float: left;
      width: calc(50% - 10px);
      box-shadow: 0 0 10px 0 rgba(84, 84, 84, 0.35);
    }
  }
  
  @media (max-width: 767px) {
    .store > .container .row div.col-md-4,
    .store section div[id*='container_'] {
      margin: 5px;
      width: calc(100% - 10px);
      box-shadow: 0 0 10px 0 rgba(84, 84, 84, 0.35);
    }
  }
  
  .panel-default {
    box-shadow: none;
    border: none !important;
  }
  
  .panel-default > .panel-heading {
    background-color: transparent !important;
    border: none;
  }
  
  .panel-group .panel {
    margin-bottom: 0;
  }
  
  .panel-title {
    color: #0468ac!important;
    font-size: 1.2rem;
    font-weight: 600;
  }
  
  .panel-title a {
    font-size: 18px;
    color: #7b7b7b;
  }
  
  .panel-heading i {
    margin-top: -25px;
    color: #e2dfdf;
  }
  
  .panel-body {
    padding-bottom: 2.66rem;
  }