
.hero_single.version_2 .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
}

.hero_single.version_2 {
  height: 700px;
}

.hero_single.version_2 .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.65);
}
.hero_single.version_2 .wrapper h3 {
  font-size: 42px;
  font-size: 2.625rem;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .hero_single.version_2 .wrapper h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .hero_single.version_2 .wrapper h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.hero_single.version_2 .wrapper p {
  font-weight: 400;
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 21px;
  font-size: 1.3125rem;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}
.hero_single.version_2 .wrapper p strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .hero_single.version_2 .wrapper p {
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.QtyDecIncButtons {
    display: flex;
    margin: 7PX 0 0 0;
}

.QtyDecIncButtons label {
    font-weight: 500;
    line-height: 36px;
    padding-right: 15px;
    padding-left: 10px;
    display: block;
    color: #727b82;
}

.QtyDecIncButtons input[type=text] {
    outline: 0;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    width: 40px;
    height: 36px !important;
    color: #333;
    line-height: 36px;
    margin: 0 !important;
    padding: 5px !important;
    border: none;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
    border: none !important;
}

.QtyDecIncButtons input[type=button] {
    width: 36px;
    height: 36px;
    line-height: 25px;
    font-size: 28px;
    font-size: 1.75rem;
    padding-right: 10px;
    padding-left: 4px;
    background-color: #f2f2f2;
    -webkit-text-stroke: 1px #f2f2f2;
    color: #333;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    border: none;
    font-family: 'ElegantIcons';
}


.search_box {
 background-color: #fff;
 background-color: rgba(255, 255, 255, 1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-top: 15px;
  padding-top:15px;
  padding-bottom:15px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

input[type='submit'] {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  outline: none;
  width: 100%;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #225460;
  margin-right: -1px;
  z-index: 9999;
}

@media (max-width: 991px) {
 input[type='submit'] {
    margin: 20px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    z-index: 9999;
  }
}

input[type='submit']:hover {
  background-color: #FFC107;
  color: #222;
  z-index: 9999;
}


.QtyTotalCount {
    background-color: #66676b;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: 0;
    left: 2px;
    height: 18px;
    width: 18px;
}

.nice-select.wide {
    width: 50%;
    z-index:999999999 !important;
}

.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */

.tt-hint {
    width: 396px;
    /*padding: 8px 12px;8?
    /*font-size: 24px;*/
    line-height: 30px;
    /*border: 2px solid #ccc;
    border-radius: 8px;*/
    outline: none;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 422px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
            box-shadow: 0 5px 10px rgba(0,0,0,.2);
    z-index: 30  !important;
    position: absolute;
    cursor: pointer;
}

@media (max-width: 991px) {
    .tt-hint { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
        width: 90%;
    }
    .tt-menu { 
        width: 100%;
    }
}

.tt-hint:hover {
    text-decoration: none;
    outline: 0;
    background-color: #f5f5f5;
    color: #262626;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.twitter-typeahead
{
    position:static !important;
    display: block !important;
}

