@font-face {
  font-family: "Verdana";
  src: url("../fonts/verdana.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Verdana-bold";
  src: url("../fonts/verdana-bold.ttf") format("truetype");
  font-weight: 600;
}

body{
	padding: 0 !important;
	overflow-x: hidden;
}

p {
  font-size: 14px;
}

.bold {
  font-weight: 600;
}

.regular {
  font-weight: 300;
}

.light {
  font-weight: 200;
}

.font-xxl {
  font-size: calc(32px + 16 * ((100vw - 320px) / 880));
}

.font-xl {
  font-size: calc(28px + 12 * ((100vw - 320px) / 880));
}

.font-lg {
  font-size: calc(24px + 12 * ((100vw - 320px) / 880));
}

.font-md {
  font-size: calc(20px + 10 * ((100vw - 320px) / 880));
}

.font-sm {
  font-size: calc(18px + 6 * ((100vw - 320px) / 880));
}

.font-xs {
  font-size: calc(14px + 4 * ((100vw - 320px) / 880));
}

.font-xxs {
  font-size: calc(14px + 2 * ((100vw - 320px) / 880));
}

.form-control {
  border: 1px solid #898989;
  font-family: "Verdana";
  line-height: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}

.form-control:focus {
  border-color: #b72026;
}

.form-control::-webkit-input-placeholder {
  color: #a5a5a5;
  font-size: 14px;
  font-family: "Verdana";
}

.form-control::-moz-placeholder {
  color: #a5a5a5;
  font-size: 14px;
  font-family: "Verdana";
}

.form-control:-ms-input-placeholder {
  color: #a5a5a5;
  font-size: 14px;
  font-family: "Verdana";
}

.form-control:-moz-placeholder {
  color: #a5a5a5;
  font-size: 14px;
  font-family: "Verdana";
}

.form-group.with-checkbox {
  align-items: baseline;
  display: flex;
}

.form-group.with-checkbox input[type="checkbox"] {
  margin-right: 10px;
}

.form-group {
  margin-bottom: 1em;
}

.form-group.with-checkbox label {
  font-size: 12px;
  cursor: pointer;
  color: #333;
}
label {
  font-family: Verdana;
  color: #666766;
  font-size: 12px;
  font-weight: 700 !important;
  line-height: 16px;
  text-transform: uppercase;
}
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn {
  font-family: Verdana;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  border-radius: 5px;
}

.btn-primary {
  background: rgb(255, 30, 35);
  background: linear-gradient(
    90deg,
    rgba(255, 30, 35, 1) 0%,
    rgba(160, 10, 15, 1) 100%
  );
  padding: 1.25rem 2rem 1rem 2rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: rgb(255, 30, 35);
  background: linear-gradient(
    90deg,
    rgba(255, 30, 35, 1) 0%,
    rgba(160, 10, 15, 1) 100%
  );
}

.btn-small {
  padding-top: 0.9rem;
  padding-bottom: 0.65rem;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  font-size: 14px !important;
}

.btn:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

a.btn-secondary {
  color: #fff !important;
}

* {
  outline: none !important;
}

html {
  font-size: calc(12px + 4 * ((100vw - 320px) / 880));
}

.text-underline {
  text-decoration: underline;
}

body {
  background: none !important;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #333;
  font-family: Verdana;
}
h1 {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 22px;
  font-weight: 700;
}
.left-right-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.page-content {
  overflow: hidden;
}

.p-relative {
  position: relative;
}

.white-bg {
  background: #fff;
}

.gray {
  color: #909090;
  font-size: 13px;
}

.primary {
  color: #b72026;
}

.secondary {
  color: #38475a;
}

.secondary-bg {
  background: #38475a;
}

.white {
  color: #fff;
}

.vatera {
  color: #f15d25;
}

.border-radius-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.arrow-block {
  border-top: 35px solid #666666;
  margin-top: 20px;
  position: relative;
}

.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle,
.btn-secondary {
  background: rgb(255, 30, 35);
  background: linear-gradient(
    90deg,
    rgba(255, 30, 35, 1) 0%,
    rgba(160, 10, 15, 1) 100%
  );
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.modal .modal-dialog {
  max-width: 800px;
}

.modal .modal-dialog .modal-content {
  border-radius: 0;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  border: none;
}

.modal .modal-dialog .modal-content .modal-body .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.modal .modal-dialog .modal-content .modal-body .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  background: #666766;
  color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

footer a {
  color: #fff;
}
footer a:hover {
  color: #e82629;
}

.navbar .navbar-collapse .nav-item .nav-link {
  color: #000;
  font-size: calc(14px + 4 * ((100vw - 320px) / 880));
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-bottom: 0.25rem;
}

.social #___plusone_0 {
  margin-left: 7px !important;
  margin-right: 7px !important;
  margin-top: 2px !important;
  margin-bottom: -2px !important;
}

.social .twitter-share-button {
  margin-top: -8px;
}

.social .fb-like,
.social .fb-like span,
.social .fb-like span iframe {
  width: 190px !important;
}

.top-image-2020-spring {
  width: 100%;
  padding-bottom: 10px;
}

h1.secondary-bg {
  padding: 1.5rem 15px 1.25rem 15px;
  margin: 0 -15px;
  line-height: 1;
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  bottom: 0;
  background-size: cover;
}

.gradient-bg {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ededed),
    to(#fff)
  );
  background: linear-gradient(#ededed, #fff);
  overflow: hidden;
}

ul {
  color: #38475a;
}

ul li {
  margin-bottom: 2rem;
  line-height: 1.75;
  position: relative;
}

.play {
  cursor: pointer;
}

.play .fa {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  line-height: 95px;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.play:hover .fa {
  background: rgba(0, 0, 0, 0.5);
}

.table-responsive {
  background: #fff;
  margin-top: 25px;
}

.table {
  background: #fff;
  border-bottom: 0.75rem solid #fff;
  margin-bottom: 0;
}

.table tr th {
  border: none;
  color: #fff;
  font-size: calc(15px + 5 * ((100vw - 320px) / 880));
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  vertical-align: middle;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #666666;
}

.table tr td {
  border: none;
  font-family: "Open Sans", sans-serif;
  line-height: 1.75;
  padding-bottom: 40px;
  border-bottom: 1px solid #62636285;
  padding-top: 21px;
}
.table-responsive tr:nth-child(4) td {
  border: none;
}
.table tr td b {
  font-weight: bold;
}

.search {
  padding-bottom: 1rem;
}

.scrollbar {
  padding: 0;
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #38475a;
}

iframe[name="google_conversion_frame"] {
  display: none !important;
}

#search #automatakereso_result h1 {
  font-size: calc(18px + 6 * ((100vw - 320px) / 880));
  font-family: "DIN Next LT Pro Heavy";
}

#search #automatakereso_result h4 {
  font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  font-family: "Verdana";
  line-height: 1;
}

#search.search {
  height: 700px;
}

#search .col-sm-3 {
  padding-right: 0;
}

#search .col-sm-3 .col-sm-12:nth-child(2) {
  padding-right: 0;
  padding-bottom: 15px;
}

#search .col-sm-9 {
  padding-right: 15px;
}

#search input[type="text"] {
  max-width: 100%;
}

#search .map div#mapControl {
  z-index: 1;
  border-bottom: none;
  background: none;
  color: #b72026;
  padding: 5px 0;
  margin-bottom: 0;
  margin-right: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2px;
  font-weight: 700;
}

#search .map div#mapControl .btn-default {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 2px;
}

#search .map div#mapControl form {
  display: inline-block;
}

#search .map div#mapControl .btn-default,
#search .map div#mapControl .btn-default:focus {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #b72026;
  padding: 10px 36px;
  font-size: 12px;
  font-weight: 600;
  height: 24px;
  color: #b72026;
}

#search .map div#mapControl .btn-default.active:hover,
#search .map div#mapControl .btn-default:hover {
  background-color: #b72026;
  color: #fff;
}

#search .map div#mapControl .btn-default.active,
#search .map div#mapControl .btn-default.active:focus,
#search .map div#mapControl .btn-default:active,
#search .map div#mapControl .btn-default:active:focus {
  background-color: #b72026;
  color: #fff;
  border-color: #b72026;
}

#search .map .effect {
  background-color: #62bba5;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  width: 100%;
  height: 668px;
  position: absolute;
  z-index: 1;
}

#search .map #googleMap {
  width: 100%;
  height: 285px !important;
}

.message-notify {
  border: 2px solid red;
  width: auto;
  display: inline-block;
  padding: 30px 35px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 5px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100000;
  background: #fff;
}

#search .map .maplist {
  padding: 0 30px;
  display: none;
}

#search .map .maplist h1 {
  font-size: calc(22px + 10 * ((100vw - 320px) / 850));
  margin-top: 0;
}

#search .map .maplist p:last-child {
  background: none;
}

#search #googleMapModal .modal-dialog {
  max-width: 600px;
  width: 100%;
  max-height: 600px;
  height: 100%;
}

#search #googleMapModal .modal-dialog button.close {
  color: #fff;
  margin-top: 0;
  margin-right: 0;
}

#search #googleMapModal .modal-content {
  background-color: #62bba5;
  border: none;
  border-radius: 0;
}

#search #googleMapModal .modal-header {
  padding: 15px;
  border-bottom: 1px solid #5c7f76;
  background: #5c7f76;
}

#search #googleMapModal h2 {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #fff;
}

#search #googleMapModal p {
  color: #fff;
}
#alist {
  padding-left: 0px;
}
#maincontent {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: -10px 10px 40px rgb(0 0 0 / 15%);
  padding: 20px 50px 50px 50px;
  position: relative;
  transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.35s cubic-bezier(0.45, 0.26, 0, 1);
  z-index: 2;
}
select[name="sellerPersonType"] {
  max-height: 38px;
  font-size: 12px;
}

@media screen and (min-width: 1170px) {
  .btn-primary.btn-sm,
  .btn-primary.btn-sm.active:focus,
  .btn-primary.btn-sm:active,
  .btn-primary.btn-sm:active:focus,
  .btn-primary.btn-sm:focus {
    font-size: 16px;
  }

  #search .map .maplist h1 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .font-xxl {
    font-size: 48px;
  }

  .font-xl {
    font-size: 40px;
  }

  .font-lg {
    font-size: 36px;
  }

  .font-md {
    font-size: 30px;
  }

  .font-sm {
    font-size: 24px;
  }

  .font-xs {
    font-size: 18px;
  }

  .font-xxs {
    font-size: 16px;
  }

  .btn {
    font-size: 15px;
  }

  html {
    font-size: 16px;
  }

  .navbar .navbar-collapse .nav-item .nav-link {
    font-size: 18px;
  }

  .table tr th {
    font-size: 14px;
  }

  #search #automatakereso_result h1 {
    font-size: 24px;
  }

  #search #automatakereso_result h4 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  #search h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1200px) {
  h1 {
    line-height: 48px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .left-right-padding {
    margin-left: -5px;
    margin-right: -5px;
  }

  .logo {
    display: block;
    margin: 1rem auto 2rem auto;
  }

  .top-image {
    width: 70%;
  }

  .image {
    height: 0;
    padding-top: 100%;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 767px) {
  #search.search {
    height: auto;
  }

  body {
    padding-top: 0;
  }

  .btn-primary.btn-sm,
  .btn-primary.btn-sm.active:focus,
  .btn-primary.btn-sm:active,
  .btn-primary.btn-sm:active:focus,
  .btn-primary.btn-sm:focus {
    padding: 17px 10px;
  }

  #search .map {
    padding: 20px 5px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 474px) {
  #search .map div#mapControl .btn-default,
  #search .map div#mapControl .btn-default:focus {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 400px) {
  h1 {
    line-height: 30px;
  }
}

@media screen and (max-width: 378px) {
  #search .map div#mapControl .btn-default,
  #search .map div#mapControl .btn-default:focus {
    padding: 10px;
  }
}

@media screen and (max-width: 320px) {
  .font-xxl {
    font-size: 32px;
  }

  .font-xl {
    font-size: 28px;
  }

  .font-lg {
    font-size: 24px;
  }

  .font-md {
    font-size: 20px;
  }

  .font-sm {
    font-size: 18px;
  }

  .font-xs {
    font-size: 14px;
  }

  .font-xxs {
    font-size: 14px;
  }

  .btn {
    font-size: 11px;
  }

  html {
    font-size: 12px;
  }

  .navbar .navbar-collapse .nav-item .nav-link {
    font-size: 14px;
  }

  .table tr th {
    font-size: 15px;
  }

  #search #automatakereso_result h1 {
    font-size: 18px;
  }

  #search #automatakereso_result h4 {
    font-size: 14px;
  }

  .btn-primary.btn-sm,
  .btn-primary.btn-sm.active:focus,
  .btn-primary.btn-sm:active,
  .btn-primary.btn-sm:active:focus,
  .btn-primary.btn-sm:focus {
    font-size: 12px;
  }

  #search h1 {
    font-size: 20px;
  }

  #search .map .maplist h1 {
    font-size: 22px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .btn-primary.btn-sm,
  .btn-primary.btn-sm.active:focus,
  .btn-primary.btn-sm:active,
  .btn-primary.btn-sm:active:focus,
  .btn-primary.btn-sm:focus {
    padding: 17px 20px;
  }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  img[src*=".svg"] {
    width: 100%;
  }
}

.form-control.error {
  border-color: #dc3545;
}

.form-control.error:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#mainform_error,
.form-control.error ~ .error-block {
  display: block;
  color: #dc3545;
}

#fpheader {
  background-color: #fff;
  font-size: 12px;
  font-family: Arial, Tahoma, Verdana;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(180, 180, 180, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(180, 180, 180, 0.75);
  box-shadow: 0px 3px 5px 0px rgba(180, 180, 180, 0.75);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#fpheader * {
  box-sizing: content-box;
}

div.vaterafutar-base-contain {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

div.vaterafutar-base-contain > div#base-top-block {
  width: auto;
  height: 50px;
  text-align: left;
  position: relative;
}

div.vaterafutar-base-contain > div#base-top-block > div#base-top-logo {
  display: block;
  float: left;
  padding-left: 5px;
  padding-top: 7px;
}

#base-top-logo img {
  width: 190px;
  height: auto;
}

div.vaterafutar-base-contain > div#base-top-block > div#base-top-search {
  display: block;
  float: right;
  margin-right: 5px;
  margin-top: 8px;
  width: 30%;
  max-width: 240px;
}

div.vaterafutar-base-contain > div#base-top-block > div#base-top-forum {
  display: block;
  float: right;
  width: 80px;
  height: 50px;
  font-size: 12px;
  line-height: 20px;
}

#base-top-forum a,
#base-top-pricetable a,
.logout-content a {
  color: #777;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 10px;
  margin: 0 auto;
  display: block;
}

.logout-content a {
  padding: 15px 10px 15px 2px;
}

.logout-content ul {
  margin: 0;
  padding: 0;
}

.logout-content li {
  list-style: none;
}

.logout-content li:before {
  display: none;
}

.user-name-container {
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#base-top-forum a:hover,
#base-top-pricetable a:hover,
.logout-content a:hover {
  color: #333;
  background-color: transparent;
  text-decoration: none;
}

div.vaterafutar-base-contain > div#base-top-block > div#base-top-pricetable {
  display: block;
  float: right;
  width: 100px;
  height: 50px;
  font-size: 12px;
  line-height: 20px;
}

div#base-top-pricetable.active a,
div#base-top-pricetable.active a:hover {
  color: #555;
  background-color: #e7e7e7;
  padding: 15px 10px;
  background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dbdbdb),
    to(#e2e2e2)
  );
  background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

div.vaterafutar-base-contain > div#base-top-block > div#base-top-vateralogin,
div.vaterafutar-base-contain > div#base-top-block > div#base-top-vateralogout {
  display: block;
  float: right;
  height: 50px;
  line-height: 20px;
}

#login-frame {
  position: absolute;
  width: 370px;
  height: 240px;
  background: white;
  z-index: 1000;
  top: 50px;
  right: 4px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid white;
  border-radius: 4px;
}

.loginframe {
  border: none;
  width: 100%;
  height: 100%;
}

#base-top-vateralogin .dropdown {
  display: block;
  max-width: 140px;
  text-align: right;
  font-size: 12px;
  color: #777;
  font-weight: bold;
  padding: 15px 5px;
}

.dropdown .login-button {
  display: inline-block;
  cursor: pointer;
}

.dropdown .login-button:hover {
  color: #333;
  background-color: transparent;
}

#bgg {
  display: inline;
  height: 0px;
}

div#base-top-search form {
  padding: 0px;
  margin-left: 10px;
}

div#base-top-search form input {
  padding: 0px;
  margin: 0px;
  height: 30px;
  color: #666666;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  border: none;
  background: none;
  vertical-align: top;
}

div#base-top-search form input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

div#base-top-search input.base-search-input {
  display: inline-block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  max-width: 175px;
  padding-left: 6px;
  float: left;
}

div#base-top-search .base-search-button {
  box-sizing: border-box;
  background-color: #f15d22;
  padding: 0 6px;
  color: #fff;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  width: 34px;
  height: 36px;
  border-radius: 0 4px 4px 0;
}
div#base-top-search input.base-search-input:focus::-webkit-input-placeholder {
  opacity: 0;
}

div#base-top-search input.base-search-input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
}

div#base-top-search input.base-search-input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}

div#base-top-search input.base-search-input:focus:-ms-input-placeholder {
  opacity: 0;
}
#selectedMachine caption {
  caption-side: top;
}
#googleMapModal caption {
  caption-side: top;
}
.pupcol {
  padding: 15px 30px;
}

.terminaltitle {
  display: none;
  font-size: 18px;
}
div.terminal-promo {
  border-style: solid;
  border-color: #b81618;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 25px;
}
div.terminal-selector-promo {
  font-size: 16px;
  font-weight: bold;
}
div.terminal-selector-overload {
  padding: 5px 5px 10px;
  font-size: 14px;
  border: 1px solid #fff3cd;
  border-radius: 5px;
  background-color: #fff3cd;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
div.terminal-selector-overload.large-font {
  font-size: 16px;
}
span.small-capital {
  font-size: 16px;
  font-variant: all-petite-caps;
}
.dropdown #sameDayList {
  height: 400px;
  overflow-y: scroll;
  left: 0;
  padding-top: 0;
  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.48);
}
.dropdown #sameDayList .searchWrapper {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 200;
}
.dropdown #sameDayList h5 {
  margin-top: 10px;
  padding: 10px;
  background: #eaeaea;
}
.dropdown #sameDayList .list-item {
  padding: 5px 0px 0px 12px;
  cursor: pointer;
  margin-bottom: 0px !important;
}
.dropdown #sameDayList .list-item.overloaded {
  background: #fff3cd;
}
.dropdown #sameDayList .list-item.specialPeriod {
  background-color: #b81618;
  color: #fff;
}
.dropdown #sameDayList .list-item.overLoadedTerminal {
  background-color: #fff3cd;
  color: #856404;
}
.dropdown #sameDayList .list-item:hover {
  background: #0773ba;
  color: #fff;
}
.dropdown #dropdownMenuLink {
  background: #38475a;
  border-color: #38475a;
}

@media (max-width: 767px) {
  .dropdown #sameDayList {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .dropdown #sameDayList {
    width: 600px;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

a.pricerise {
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
p.pricerise {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
  border: solid 2px #b72026;
  background-color: #b72026;
  border-radius: 3px;
  color: white;
  width: 147px;
  font-weight: 700;
}
.red {
  color: #b72026;
}
div.login-encourage {
  font-size: 20px;
  font-weight: bold;
  color: #b72026;
  text-align: center;
  background-color: #fff;
  margin-bottom: 10px;
  border-top: 3px solid #38475a;
}

#selectmachine {
  margin-bottom: 15px;
}
#selectedMachine {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
#selectedMachine span {
  display: block;
  font-weight: 600;
}
.sm-name {
  font-weight: bold;
}
.terminaltitle {
  font-size: 20px;
}
#selectedMachine .content {
  margin-top: 10px;
  margin-bottom: 15px;
}
.sellerCompanyTaxNumber {
  display: none;
}
.iban {
  display: none;
}
.ibanHelper {
  font-size: 0.7em;
  margin-top: 5px;
  display: block;
  padding: 5px;
  background: #dedede;
  border-radius: 1px;
}
.error-block {
  font-size: 0.8em;
  margin-top: 2px;
  display: block;
  color: red;
}
.easy-autocomplete {
  width: 100% !important;
}
.easy-autocomplete input {
  max-height: 37px;
}
.consent label {
  font-size: 12px;
  cursor: pointer;
  color: #333;
  display: inline-block;
  font-weight: 200;
}
#cities {
  display: block;
}
select.form-control:not([size]):not([multiple]) {
  height: inherit;
}
#pricetable {
  margin-top: 15px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.load_product {
  border: 1px solid #ccc !important;
  border-radius: 5px;
  margin-top: 2px;
  background-color: #f15d22 !important;
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  width: 50% !important;
  font-size: 15px !important;
}
.load_product:hover {
  background-color: #666766 !important;
}
.headerline-container,
#red-banner {
  font-family: Arial, Tahoma, Verdana;
}
.tooltip-sd {
  -webkit-appearance: button;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #e82629 !important;
}
.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #e82629;
}
.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 2px dotted #0773ba;
}
.tooltip.show {
  opacity: 1;
}
#submitform {
  padding-top: 0.9rem;
  padding-bottom: 0.65rem;
}
#packageIns {
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
input[name="sellerCounty"] {
  display: none;
}
.disabled {
  pointer-events: none;
  background-color: #e9ecef;
}
#infobox {
  padding: 0;
  padding-left: 15px;
}
#infobox li {
  margin-bottom: 12px;
  font-size: 14px;
}

#infobox li::before {
  content: "•";
  color: #0773ba;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#posFiltered {
  display: none;
  font-size: 14px;
}
#posFiltered::before {
  content: "!";
  color: red;
  font-weight: 700;
  position: relative;
  font-size: 21px;
  top: 3px;
  padding-right: 5px;
}
.listName {
  display: none;
}
input[name="sellerWantsInvoice"] {
  margin-top: -8px;
  margin-right: 10px;
}
input[name="samedayterms"] {
  position: relative;
  top: 2px;
}

.headerimage {
  background: url("../img/headerimage.jpg") 0 0 no-repeat;
  height: 427px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
  background-size: cover;
}
.headerimage.headerimage_for_price_melting_campaign {
  background: url("../img/easybox_melting_header.jpg") 0 0 no-repeat;
  position: relative;
}
.headerimage .content {
  width: 960px;
  margin: 0 auto;
  padding-top: 40px;
  position: absolute;
  left: 280px;
}
.headerimage .content #logo {
  background: #fff;
  width: 300px;
  height: 159px;
  padding: 28px;
}
.headerimage::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

#logo span {
  display: block;
  color: #7695ab;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 19px;
}
#infobox_top {
  min-height: 630px;
  margin-top: 45px;
  background: url(../img/headerinfo_left.jpg) 0 50px no-repeat;
}
#infobox_top .content {
  padding-left: 340px;
}
#infobox_top h2 {
  color: #e51515;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}
#infobox_top a {
  display: inline-block;
  padding: 10px 23px 10px 23px;
  background: #e51515;
  width: fit-content;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 25px;
  cursor: pointer;
  text-decoration: none;
}
#infobox_top .headertext {
  height: 50px;
  display: block;
  background: #666666;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  padding-left: 25px;
  padding-top: 15px;
}
.headerinfo_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  padding: 0;
}
.headerinfo_list li {
  min-height: 75px;
  padding-left: 85px;
  padding-top: 17px;
  width: 45%;
  font-size: 14px;
  line-height: 1.5em;
  background-position-y: center !important;
  background-size: 74px !important;
}
.headerinfo_list li:nth-child(1) {
  background: url("../img/headerinfo_list_1.png") 0 0 no-repeat;
}
.headerinfo_list li:nth-child(2) {
  background: url("../img/headerinfo_list_2.png") 0 0 no-repeat;
}
.headerinfo_list li:nth-child(3) {
  background: url("../img/headerinfo_list_3.png") 0 0 no-repeat;
}
.headerinfo_list li:nth-child(4) {
  background: url("../img/headerinfo_list_4.png") 0 0 no-repeat;
}
.headerinfo_list li:nth-child(5) {
  background: url("../img/headerinfo_list_5.png") 0 0 no-repeat;
}
.headerinfo_list li:nth-child(6) {
	background: url("../img/headerinfo_list_6.png") 0 0 no-repeat;
  }
.size_s {
  background: url("../img/size_s.png") 20px center no-repeat;
}
.size_m {
  background: url("../img/size_m.png") 20px center no-repeat;
}
.size_l {
  background: url("../img/size_l.png") 20px center no-repeat;
}

input[name="buyerCounty"] {
  display: none;
}
.buyerAddress {
  display: none;
}

.buyer .deliveryType {
  display: none;
}
.deliveryTypeLabel {
  display: block !important;
}
#sellerDeliveryType0, #buyerDeliveryType0{
    position: relative;
    display: inline-block;
    margin-left: 38px;
}
#sellerDeliveryType1, #buyerDeliveryType1{
    position: relative;
    display: inline-block;
    margin-left: 58px;
}
#sellerDeliveryType0:before, #buyerDeliveryType0:before{
    background-image: url("../img/icon_locker.svg");
}
#sellerDeliveryType1:before, #buyerDeliveryType1:before{
    background-image: url("../img/icon_home.svg");
}
#sellerDeliveryType0:before, #sellerDeliveryType1:before,
#buyerDeliveryType0:before, #buyerDeliveryType1:before
{
	content: "";
    display: inline-block;
    position: absolute;
    left: -40px;
    top: -11px;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
}
.seller .deliveryType, .buyer .deliveryType{
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

#infobox_maintenance
{
    color: red;
    margin-top: 45px;
    font-size: 1.1em;
}

.hide {
  display: none !important;
}

.v2#pricetable tr th{
	background-color: #F2F2F2;
	color: #384354;
}
.table-header{
	text-align: center;
    width: 100%;
    background-color: #666666;
    padding: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

table.hd tbody tr:nth-child(1) th{
	padding-bottom: 0px;
}


table.hd tbody tr:nth-child(1) td,
table.hd tbody tr:nth-child(2) td
{
	border: none;
	background-color: #F2F2F2;
}
table.hd tr td{
	border-color: #f1f1f1;
	padding: 0.75rem;
}
.easybox-packing-instructions-btn{
  background: #E51515;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  color: white;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
}

.easybox-packing-instructions-btn:hover{
  color: white;
  text-decoration: none;
}

@media (max-width: 986px) {
  .size_m,
  .size_s,
  .size_l {
    background-size: 16%;
    background-position-x: 2px !important;
  }
}

@media (max-width: 960px) {
  .headerimage .content {
    width: 100%;
  }
  #infobox_top {
    background: url(../img/headerinfo_left.jpg) -70px 50px no-repeat;
  }
  #infobox_top .content {
    padding-left: 265px;
  }
}
@media (max-width: 860px) {
  div.vaterafutar-base-contain {
    width: 100% !important;
  }
}
@media (min-width: 640px) and (max-width: 747px) {
  div#base-top-search input.base-search-input {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #infobox_top {
    background: none;
  }
  #infobox_top .content {
    padding-left: 20px;
  }
}
@media (max-width: 747px) {
  #base-top-search {
    display: none !important;
  }
}
@media (max-width: 540px) {
	.size_m, .size_s, .size_l {
		background: none;
	}
  .headerinfo_list li {
    padding-left: 77px;
    width: 45%;
    background-size: 73px !important;
  }
  .form-group.with-checkbox {
    display: block !important;
  }
  input[name="sellerWantsInvoice"] {
    margin-top: inherit;
  }
  #base-top-logo img {
    width: 115px !important;
    margin-top: 8px !important;
  }
  .headerimage {
    background-position-x: -432px;
    background-position-y: -37px;
    background-size: 1400px;
    height: 260px;
  }
  .headerimage .content #logo{
	width: 270px;
    height: 130px;
  }
  .headerimage .content{
	padding-top: 12px;
  }
  #base-top-search {
    display: none !important;
  }
  .vaterafutar-base-contain .container {
    padding: 0 !important;
  }
  #maincontent {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .table tr th {
    font-size: 1em;
  }
  .form-group.with-checkbox {
    align-items: center;
  }

  #infobox_top {
    background: none;
  }
  #infobox_top .content {
    padding-left: 20px;
  }
}
