.b2b-header-container {
  background-color: #f3f5fa;
}
@media (min-width: 1320px) {
  .b2b-menu-container .container--wide {
    width: 1330px !important;
    max-width: 1330px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 auto;
  }
  .header-menu-row {
    margin-top: 5px;
  }
}
.header-menu-row {
  display: inline-flex;
  width: 100%;
  justify-content: space-around;
  padding: 10px 0;
}
.welcome-b2b {
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}
.welcome-b2b-name {
  font-weight: bold;
}
.b2b-menu-item {
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}
.b2b-menu-item-img {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
}
.b2b-menu-item-text {
  background-color: #004383;
  color: #fff;
  padding: 2px 10px;
  border-radius: 15px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.header-menu-col {
  display: flex;
  align-items: flex-end;
}
.b2b-contact-image {
  position: relative;
}
.b2b-contact-header-texts {
  position: absolute;
  top: 45%;
  left: 50px;
  color: #fff;
  display: block;
}
.b2b-contact-header-title {
  font-size: 30px;
  line-height: 34px;
  max-width: 50px;
}
.b2b-contact-header-description {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
.b2b-contact-image img {
  width: 100%;
  height: auto;
}
.b2b-contact-form-container {
  width: 100%;
  background-color: #95caec;
}
.b2b-contact-form-title {
  font-size: 24px;
  line-height: 28px;
  color: #004383;
  padding: 50px 0 20px 50px;
}
.b2b-contact-form-description {
  padding: 0 50px 20px;
  max-width: 690px;
  font-size: 14px;
  line-height: 18px;
}
.b2b-contact-form-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.b2b-contact-form-row {
  display: inline-flex;
  width: 100%;
  justify-content: space-around;
  padding: 10px;
}
.b2b-contact-form-col.contact-col-left {
  width: 40%;
  padding-right: 30px;
}

.b2b-contact-form-col.contact-col-right {
  width: 60%;
}
.b2b-contact-form-col-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.b2b-contact-form-input input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  outline: 0;
  border: 0;
  color: #004383;
}
.b2b-contact-form-input input::placeholder {
  color: #004383;
  font-weight: bold;
}
.b2b-contact-comments {
  width: 100%;
  height: 237px;
  padding: 10px;
  margin-bottom: 20px;
  outline: 0;
  border: 0;
  color: #004383;
  resize: none;
}
.b2b-contact-form-comments-buttons {
  width: 100%;
  display: inline-flex;
  align-items: center;
  margin: 20px auto;
  margin-left: 50%;
}
.b2b-contact-form-comments-cancel {
  width: calc(50% - 10px);
  background-color: #d9d9d9;
  padding: 10px;
  margin-right: 10px;
  text-align: center;
  color: #004383;
  font-weight: bold;
  cursor: pointer;
}
.b2b-contact-form-comments-send {
  width: calc(50% - 10px);
  background-color: #004383;
  padding: 10px;
  border-radius:0px;
  margin-left: 10px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}
.error-block {
margin-top:-10px;
color:red;
}
.error-block-comments {
color:red;
margin-top:-10px;
}
#subject{
margin-bottom: 25px;
}
#subject .dd-select{
background-color:white !important;
}
#subject .dd-selected{
color: #004383; !important;
}
#subject .dd-option{
color: #004383; !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
#subject .dd-select {
        margin-left: 0%;
    }
}
.b2b-contact-form-dropdown-text {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  outline: 0;
  border: 0;
  background-color: #fff;
  font-weight: bold;
  color: #004383;
  cursor: pointer;
}
.b2b-contact-form-dropdown-options {
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: 40px;
  box-shadow: 0 0px 3px #adacac;
  width: 100%;
}

.b2b-contact-form-dropdown {
  position: relative;
}

.b2b-contact-form-dropdown-option-item {
  padding: 5px 0;
  cursor: pointer;
}
.b2b-contact-form-dropdown .b2b-contact-form-dropdown-options {
  display: none;
}
.b2b-contact-form-dropdown.opened .b2b-contact-form-dropdown-options {
  display: block;
}
.b2b-contact-form-dropdown:before {
  top: 40%;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  background: url(https://www.germanos.gr/assets/resources/germanos/images/theme/Union%205.svg)
    no-repeat center center;
}
.b2b-contact-form-dropdown.opened:before {
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.desktop_view {
  display: block;
}
.mobile_view {
  display: none;
}
.b2b-orders-image {
  position: relative;
}
.b2b-orders-header-texts {
  position: absolute;
  top: 35%;
  left: 50px;
  color: #fff;
  display: block;
  width: 200px;
  text-align: center;
}
.b2b-orders-header-title {
  font-size: 30px;
  line-height: 34px;
  /* max-width: 50px; */
  /* width: 200px; */
  /* word-wrap: break-word; */
  width: min-intrinsic;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: table-caption;
  display: -ms-grid;
  -ms-grid-columns: min-content;
}
.b2b-orders-header-description {
  font-size: 14px;
  line-height: 18px;
}
.b2b-orders-image img {
  width: 100%;
  height: auto;
}
.b2b-orders-container {
  width: 100%;
}

.b2b-orders-title {
  font-size: 20px;
  line-height: 24px;
  color: #004383;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  padding: 15px 0;
}
.order-col-1 {
  width: 11.7%;
}
.order-col-2 {
  width: 14%;
}
.order-row {
  display: inline-flex;
  width: 100%;
  align-items: center;
  /* margin: 20px auto; */
}
.order-col.order-col-header {
  font-size: 14px;
  color: #004383;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
.order-col.order-col-item {
  padding: 10px 0;
  text-align: center;
}

.order-text.order-bold {
  font-weight: bold;
}

.order-green {
  display: inline-block;
  font-size: 12px;
  background-color: #008334;
  color: #fff;
  padding: 5px 10px;
}

.order-row.orders-row-item:nth-child(odd) {
  background-color: #f5fbfe;
}
.order-row.orders-row-item:nth-child(even) {
  background-color: #fff;
}
.order-row.orders-row-header {
  margin: 20px auto 0;
}
.b2b-orders-header-title span {
  display: block;
}
.order-col-left-mobile {
  display: none;
}
.order-green,
.order-orange,
.order-red {
  min-width: 110px;
}
.order-orange {
  display: inline-block;
  font-size: 12px;
  background-color: #fbae42;
  color: #fff;
  padding: 5px 10px;
}
.order-red {
  display: inline-block;
  font-size: 12px;
  background-color: red;
  color: #fff;
  padding: 5px 10px;
}

.custom-table__cell.header-logo.hide-desktop.b2b-mobile-logo a {
  width: 110px;
}

@media only screen and (max-width: 992px) {
  .order-row.orders-row-header {
    display: none;
  }
  .order-row {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .order-col.order-col-item.order-col-1,
  .order-col.order-col-item.order-col-2 {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
  }
  .order-col-left-mobile {
    display: block;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  .header-menu-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .b2b-menu-wrapper .container--wide {
    padding: 0;
  }
  .header-menu-col.header-menu-middle-col {
    padding-top: 20px;
  }
  .header-menu-col.header-menu-last-col {
    padding-top: 5px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .header-menu-col.header-menu-first-col {
    display: none;
  }
  .welcome-b2b {
    display: inline-flex;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .welcome-b2b-text {
    padding-right: 5px;
  }
  .b2b-contact-form-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .b2b-contact-form-col.contact-col-left,
  .b2b-contact-form-col.contact-col-right {
    width: 100%;
    padding-right: 0;
  }
  .b2b-contact-form-title,
  .b2b-contact-form-description {
    padding: 10px;
  }
  .b2b-contact-form-comments-buttons {
    flex-wrap: wrap;
    margin-left: 0%;
  }
  .b2b-contact-form-comments-cancel,
  .b2b-contact-form-comments-send {
    width: 100%;
    margin: 0 auto;
  }
  .b2b-contact-form-comments-cancel {
    display: none;
  }
  .desktop_view {
    display: none;
  }
  .mobile_view {
    display: block;
  }
  .b2b-contact-header-title {
    font-size: 20px;
    line-height: 24px;
    max-width: 200px;
  }
  .b2b-contact-header-texts {
    left: 10px;
  }
  .b2b-orders-header-texts {
    top: 20%;
  }
  .b2b-orders-header-title {
    font-size: 12px;
    line-height: 14px;
  }
  .b2b-contact-form-container .b2b-contact-form-choices {
  	margin-top: 10px;
  	margin-bottom: 25px;
  	text-align: left;
  	margin-left: 10px;
  }
  .b2b-contact-form-choices-1 {
  	margin-bottom: 10px;
  }
  .b2b-contact-form-choices-2 {
  	margin-bottom: 10px;
  }
}

.b2b-contact-form-container .b2b-contact-form-choices .b2b-contact-form-choices-1,
.b2b-contact-form-container .b2b-contact-form-choices .b2b-contact-form-choices-2,
.b2b-contact-form-container .b2b-contact-form-choices .b2b-contact-form-choices-3 {
	height: 58px;
	border-radius: 39.5px;
	background: #004383;
	display: inline-block;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: 400;
	font-size: 15px;
	line-height: 17.25px;
	letter-spacing: 0%;
	text-align: center;
	align-content: center;
	margin-right: 8px;
}

.b2b-contact-form-container .b2b-contact-form-choices .b2b-contact-form-choices-1{
	width: 244.25px;
}

.b2b-contact-form-container .b2b-contact-form-choices .b2b-contact-form-choices-2 {
	width: 147.5px;
}

.b2b-contact-form-container .b2b-contact-form-choices .b2b-contact-form-choices-3 {
	width: 165px;
}

.b2b-contact-form-container .b2b-contact-form-choices .contact_info,
.b2b-contact-form-container .b2b-contact-form-choices .contact_service, .b2b-contact-form-container
.b2b-contact-form-choices .contact_return {
	margin-right: 15px;
}

.b2b-contact-form-container .b2b-contact-form-choices {
	margin-top: 30px;
    margin-left: 50px;
    margin-bottom: 50px;
    text-align: left;
}


/* The following code is to style the filter dropdowns in b2bOrderHistory */
  .b2b-orders-container #stateDropDown,
  .b2b-orders-container #paymentDropDown,
  .b2b-orders-container #dateDropDown {
    background: white;
    color: #004383;
    font-size: 16px;
    border-radius: 8px;
    display: block;
    text-align: left;
    margin-bottom: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.175); }
  .b2b-orders-container .filter-item ul.dropdown-menu {
    left: 20px;
    width: calc( 100% - 40px);
    top: 45px;
    z-index: 20;
    border-radius: 10px;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175); }
    .b2b-orders-container .filter-item ul.dropdown-menu li a {
      color: #707070; }
      .b2b-orders-container .filter-item ul.dropdown-menu li a:hover {
        color: #95BAE7; }
      .b2b-orders-container .filter-item ul.dropdown-menu li a:hover::after {
        content: "\2714";
        float: right; }
  .b2b-orders-container #stateDropDown #stateDropDown-message,
  .b2b-orders-container #paymentDropDown #paymentDropDown-message,
  .b2b-orders-container #dateDropDown #dateDropDown-message{
    padding: 10px 0 10px 15px;
    display: inline-block;
    white-space: normal;
    max-width: 80%; }
    @media (min-width: 768px) {
      .b2b-orders-container #stateDropDown #stateDropDown-message,
      .b2b-orders-container #paymentDropDown #paymentDropDown-message,
      .b2b-orders-container #dateDropDown #dateDropDown-message{
        padding: 10px 20px 10px 15px; } }
  .b2b-orders-container #stateDropDown .caret,
  .b2b-orders-container #paymentDropDown .caret,
  .b2b-orders-container #dateDropDown .caret {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    }
    @media (max-width: 768px) {
       .daterangepicker .calendar.left {
         width: auto;
       }
    }
/* END */