@charset "UTF-8";
@font-face {
  font-family: "montserratblack";
  src: url("../fonts/montserrat-black-webfont.woff2") format("woff2"), url("../fonts/montserrat-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratbold";
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratextrabold";
  src: url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("../fonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrathairline";
  src: url("../fonts/montserrat-hairline-webfont.woff2") format("woff2"), url("../fonts/montserrat-hairline-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratlight";
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratsemi_bold";
  src: url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratultra_light";
  src: url("../fonts/montserrat-ultralight-webfont.woff2") format("woff2"), url("../fonts/montserrat-ultralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*-----------------------------------------------------------------------------*/
/*--- Login ---*/
/*--- Registration ---*/
/*--- Header ---*/
/*--- Footer ---*/
/*--- Sablon Modal ---*/
/*--- Sablon használata ---*/
/*--- Rendelés ---*/
/*--- Kosár ---*/
/*--- Korábbi rendelések ---*/
/*--- Korábbi megtekintése ---*/
/*--- Rendelés összesítő ---*/
/*--- Adatok ellenőrzése ---*/
/*--- Szállítási adatok ---*/
/*--- Rendelés véglegesítése ---*/
/*--- Promo oldal ---*/
/*--- Profil oldal ---*/
/*--- Szállítási adatok ---*/
/*--- Media queries ---*/
* {
  font-family: montserrat;
  box-sizing: border-box;
}

body {
  min-width: 320px;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

img {
  max-width: 100%;
}

span > h4 {
  display: inline;
  margin-right: 20px;
}
a {
    color: #0099ff;
}
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

.container-100 {
  width: 100%;
}

.padding-top-row {
  padding: 5px 10px 0;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2;
}

.border-left {
  border-left: 1px solid #f2f2f2;
}

.border-right {
  border-right: 1px solid #f2f2f2;
}

.site-logo {
  display: block;
  padding: 20px 20px 10px 0;
  float: left;
}
.site-logo img {
  max-width: 120px;
}

.btn {
  outline: none;
  font-size: 12px;
  white-space: normal;
}
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover {
  color: #fff;
}
.btn:focus {
  color: #fff;
}

.green-btn {
  background-color: #009A44;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "montserratbold";
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
}
.green-btn:hover {
  background-color: #009A44;
  color: #fff;
}
.green-btn:focus {
  background-color: #009A44;
  color: #fff;
}
.green-btn:disabled {
  background: #888888 !important;
  cursor: not-allowed !important;
}

.gray-btn {
  background-color: #009A44;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "montserratbold";
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  background-color: #E70983;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "montserratbold";
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  background-color: #00005A;
}
.gray-btn:hover {
  background-color: #666;
  color: #fff;
  background-color: #00005A;
}
.gray-btn:focus {
  background-color: #666;
  color: #fff;
}
.gray-btn:disabled {
  background: #888888 !important;
  cursor: not-allowed !important;
}

.pink-btn {
  background-color: #F50082;
  color: #fff;
  font-weight: bold;
}
.pink-btn i {
  padding-right: 10px;
}
.pink-btn:hover {
  background-color: #00005A;
  color: #fff;
}
.pink-btn:focus {
  background-color: #00005A;
  color: #fff;
}

.details-btn {
  padding: 5px;
}
.details-btn i {
  font-size: 20px;
}

.add-to-cart {
  padding: 5px;
}
.add-to-cart i {
  font-size: 20px;
}

.magenta-btn {
  background-color: #F50082;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "montserratbold";
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
}
.magenta-btn:hover {
  background-color: #F50082;
  color: #fff;
}
.magenta-btn:focus {
  background-color: #F50082;
  color: #fff;
}

.red-btn {
  background-color: #F50082;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "montserratbold";
  display: inline-block;
  font-size: 12px;
}
.red-btn:hover {
  background-color: #d30375;
  color: #fff;
}

.blue-btn {
  background-color: #00005A;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "montserratbold";
  display: inline-block;
  font-size: 12px;
}
.blue-btn:hover {
  background-color: #00005A;
  color: #fff;
}

.blue-inverse-btn {
  background-color: #fff;
  color: #00005A;
  border: 2px solid #00005A;
  border-radius: 5px;
  padding: 8px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "montserratbold";
  display: inline-block;
  font-size: 12px;
}
.blue-inverse-btn:hover {
  background-color: #00005A;
}
.blue-inverse-btn:focus {
  background-color: #00005A;
}

.dark-blue-btn {
  background-color: #00005A;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "montserratbold";
  display: inline-block;
  font-size: 12px;
}
.dark-blue-btn:hover {
  background-color: #00005A;
  color: #fff;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul li a {
  display: block;
  color: #000;
  padding: 15px 0;
  padding-bottom: 0px;
  margin-right: 15px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 3px solid white;
  padding-top: 10px;
}
.main-menu ul li a:hover {
  text-decoration: none;
}
.main-menu ul li:last-of-type a {
  margin-right: 0;
}
.main-menu .gray-btn {
  background-color: transparent;
  padding: 0;
  color: #00005A;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  padding: 0;
}
.main-menu .gray-btn:hover {
  color: #F50082;
}
.main-menu .gray-btn:focus {
  color: #F50082;
}
.main-menu .active .gray-btn {
  color: #F50082;
}
.main-menu a#dokumentumtar {
  position: relative;
}

.include-rebate-menu ul li a {
  margin-right: 5px;
}

main {
  /*background-color: rgba(136,139,141,0.2);*/
  padding: 20px 0px 25px 0px;
}

#main-container {
  padding: 25px 0 75px;
}

.input-search {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ccebff;
  width: 100%;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}

.heading {
  background-color: #0099ff;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: montserratbold;
  padding: 8px 15px;
  margin: 20px 0 0;
  font-size: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.heading h3 {
  margin: 0;
}
.heading h4 {
  text-transform: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.col-half-offset {
  margin-left: 4.166666667%;
}

.active-step {
  color: #F50082;
  text-transform: uppercase;
}

.past-step {
  color: #00386b;
}

.table-responsive {
  border: none;
  margin: 0;
  overflow-x: auto;
}

.select_torse {
  font-size: 80%;
}
.select_torse:disabled {
  cursor: not-allowed;
}

.torse-select {
  font-size: 80%;
  background: url(/includes/images/dropdown-2.png) no-repeat;
  background-position: right 5px center;
  background-color: #fff;
}

.disabled {
  cursor: not-allowed !important;
}

.prettycheckbox {
  vertical-align: middle;
}
.prettycheckbox label {
  display: none;
}

#site-title-div {
  padding: 20px 0;
}
#site-title-div #first-head {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #00005a;
}
#site-title-div #second-head {
  font-size: 32px;
  margin-bottom: 5px;
}
#site-title-div #second-head b {
  color: #00005A;
  font-weight: normal;
}
#site-title-div #third-head {
  font-style: italic;
  font-size: 16px;
  color: #00005a;
}

.b2b-login-form label {
  margin: 0;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
}
.b2b-login-form .row {
  margin-bottom: 15px;
}
.b2b-login-form .btn {
  width: 100%;
}
.b2b-login-form .stay-signed label {
  padding: 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
.b2b-login-form .reminder {
  color: #00005A;
  font-weight: 700;
  color: #0099ff;
}
.b2b-login-form .registration-btn {
  margin-top: 10px;
  margin-bottom: 15px;
}

#registration h2 {
  margin-bottom: 45px;
}
#registration .row {
  margin-bottom: 15px;
}
#registration label {
  margin: 0;
  padding: 10px;
}
header {
  background-color: #fff;
}
header .desktop-menu {
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  color: #00005A;
}
header .desktop-menu .profile {
  display: inline-block;
}
header .desktop-menu .logout {
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
  margin-bottom: 8px;
}
header .desktop-menu-2 {
  color: #00005A;
}
header #desktop-menu-2 .fixed .margin-top-100 {
  margin-top: 45px;
}
header #desktop-menu-2.fixed {
  position: fixed;
  top: 0;
}
header .welcome {
  font-family: montserrat;
  font-size: 16px;
  padding: 7px;
}
header .profile {
  padding: 8px 10px;
  vertical-align: middle;
}
header .profile a {
  font-weight: bold;
  font-family: montserrat;
  font-size: 14px;
  color: #00005A;
  text-transform: uppercase;
}
header .bottom-row .menu {
  display: inline-block;
  vertical-align: top;
}
header .bottom-row .sizing {
  display: inline-block;
  vertical-align: top;
  float: right;
  font-size: 12px;
  padding: 8px 15px;
  border-left: 1px solid #f2f2f2;
  text-align: right;
}
header .bottom-row .sizing p {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
header .bottom-row .sizing span {
  width: 32px;
  height: 36px;
}
header .bottom-row .sizing .size-btn {
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 5px;
}
header .bottom-row .shopping-cart {
  padding: 0;
}
header .bottom-row .cart-border {
  display: table;
  margin: 5px 0;
  width: 100%;
  border-radius: 3px;
}
header .bottom-row .cart-border .inline {
  display: table-cell;
  vertical-align: middle;
}
header .bottom-row .cart-border .inline p {
  margin: 0;
}
header .bottom-row .cart-border .inline .cart-margin {
  padding: 0 12px;
  border-left: 3px solid #c8c8c8;
}
header .bottom-row .cart-border .inline:first-of-type .cart-margin {
  border-left: 0;
}
header .bottom-row .cart-border .shopping-cart {
  padding: 0;
}
header .bottom-row .cart-border .shopping-cart .shopping-cart-button {
  width: 100%;
}
header .bottom-row .cart-border .shop-results {
  font-size: 12px;
}
header #mobile-header .site-logo {
  padding-right: 0;
}
header #mobile-header .site-logo img {
  width: auto;
}
header #mobile-header .mobile-top-row .btn {
  width: 100%;
  white-space: normal;
}
header #mobile-header .mobile-top-row .mobile-menu-icon {
  color: #888888;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 5px;
  font-size: 28px;
  cursor: pointer;
  vertical-align: middle;
}
header #mobile-header .mobile-top-row .mobile-menu {
  position: relative;
}
header #mobile-header .mobile-top-row .mobile-menu .menu {
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  width: 250px;
}
header #mobile-header .mobile-top-row .mobile-menu .menu .main-menu ul li a {
  padding: 10px;
  margin: 0 15px 0 35px;
}
header #mobile-header .shopping-cart {
  width: 40px;
}
header #mobile-header .profile {
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
header #mobile-header .profile a {
  text-transform: none;
  display: block;
  font-size: 16px;
}
header #mobile-header .logout {
  padding: 5px 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
header #mobile-header .logout i {
  font-size: 20px;
}
header #mobile-header .logout a {
  color: #F50082;
  display: block;
  font-size: 16px;
}
header #mobile-header #site-title-div #second-head {
  font-size: 20px;
}
header .logout a i {
  padding-left: 10px;
  font-size: 16px;
}
header .login-header {
  background-color: #fff;
  margin: 0 auto;
}
header .login-header #site-title-div {
  border-left: 1px solid #f2f2f2;
}

#mobile-header {
  color: #00005A;
}

span#decfont {
  background: url("../images/decfont.png") no-repeat top 50% right 8px #009A44;
  padding-right: 15px;
}
span#decfont:hover {
  background: url("../images/decfont.png") no-repeat top 50% right 8px #3f9339;
}

span#incfont {
  background: url("../images/incfont.png") no-repeat top 50% right 5px #009A44;
  padding-right: 15px;
}
span#incfont:hover {
  background: url("../images/incfont.png") no-repeat top 50% right 5px #3f9339;
}

footer {
  padding: 50px 0;
}
footer #footer-menu {
  width: 100%;
  text-align: center;
}
footer #footer-menu .footer-item {
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-family: montserrat;
}
footer #footer-menu .footer-item:first-of-type {
  padding-left: 0;
}
footer #footer-menu .footer-item:last-of-type {
  padding-right: 0;
}
footer #footer-menu .blue-point {
  color: #00005A;
  font-size: 20px;
}
footer .copyright {
  text-align: center;
  padding-top: 20px;
}
footer .copyright p {
  margin-top: 25px;
  font-size: 12px;
}
footer .copyright p a {
  color: #00005A;
}

#sablon {
  width: 1170px;
}
#sablon .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#sablon .modal-header {
  background-color: #00adee;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: montserratbold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#sablon .modal-body {
  padding: 0;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#sablon .modal-body .default-table {
  width: 100%;
}
#sablon .modal-body thead th {
  text-transform: uppercase;
  text-align: center;
  font-family: montserratbold;
  padding: 20px;
  font-size: 12px;
  border: 1px solid #f2f2f2;
}
#sablon .modal-body tbody tr td {
  padding: 20px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #f2f2f2;
  text-transform: uppercase;
}
#sablon .modal-body tbody tr td:first-child {
  font-family: montserratbold;
}
#sablon .modal-body tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
#sablon .modal-body tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
#sablon .modal-footer {
  padding: 15px 15px;
  background-color: white;
  border-top: none;
}

#kosar .modal {
  z-index: 10000;
}
#kosar .order-table {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
}
#kosar .order-table tr.product-otc {
  background-color: #d1f4cf;
}
#kosar .order-table th {
  background-color: #00005A;
  text-transform: uppercase;
  font-size: 11px;
  color: #ccebff;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 3px 10px;
}
#kosar .order-table td {
  text-align: center;
  font-family: montserratlight;
  font-size: 14px;
  border-bottom: 2px solid #f2f5ff;
  background-color: #fff;
}
#kosar .order-table td .btn {
  width: 100%;
}
#kosar .order-table td .quantity-input {
  width: 45%;
  display: inline-block;
  vertical-align: bottom;
  padding: 8px;
}
#kosar .order-table td .cart-elem-remove {
  padding: 5px 8px;
  margin-top: 5px;
}
#kosar .order-table td .quantity-arrows {
  display: inline-block;
  width: 20%;
}
#kosar .order-table td .quantity-arrows .green-btn {
  padding: 0;
  margin: 0;
  display: block;
}
#kosar .order-table td .quantity-arrows .green-btn:first-child {
  margin-bottom: 3px;
}
#kosar .order-table td .torse-select {
  background: url(/includes/images/arrow-down.png) no-repeat;
  background-position: right 5px center;
  background-color: #fff;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
  padding: 10px;
}
#kosar .order-table .torse-td {
  padding: 3px;
}
#kosar .order-table .btns {
  text-align: right;
}
#kosar .price_input {
  width: 100%;
  font-size: 22px;
  font-family: montserratbold;
  text-align: right;
  border: none;
  background-color: transparent;
}
#kosar .submit-cart {
  font-size: 14px;
}
#kosar #total_price {
  color: #0099ff;
}

#rendeles .modal {
  z-index: 10000;
}
#rendeles h3 {
  margin-bottom: 25px;
}
#rendeles .dropdown select {
  background: url("/includes/images/dropdown.png") no-repeat;
  background-position: right 13px center;
  background-color: #fff;
}
#rendeles .products {
  margin-top: 25px;
}
#rendeles .products .product-list .vertical-navigation-bar-first-level {
  list-style: none;
}
#rendeles .products .product-list .vertical-navigation-bar-first-level .sap-category-first-level {
  color: #000;
  font-family: montserratlight;
  font-size: 14px;
  margin-top: 20px;
  padding-right: 30px;
  background-position: right 10px center;
}
#rendeles .products .product-list .vertical-navigation-bar-first-level a:first-child .sap-category-first-level {
  margin-top: 0;
}
#rendeles .products .product-list .vertical-navigation-bar-second-level {
  list-style: none;
  padding: 0;
  display: none;
}
#rendeles .products .product-list .vertical-navigation-bar-second-level a {
  color: #000;
}
#rendeles .products .product-list .vertical-navigation-bar-second-level a li {
  background: url("/includes/images/arrow-right.png") no-repeat;
  background-position: right 10px center;
  background-color: #fff;
  -webkit-background-size: auto 15px;
  background-size: auto 15px;
  padding: 10px 25px 10px 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
#rendeles .products .product-list .vertical-navigation-bar-second-level a:last-of-type li {
  margin-bottom: 0;
}
#rendeles .products .product-list .vertical-navigation-bar-second-level .active li {
  background-color: #CCC;
}
#rendeles .products .product-list .hr {
  position: relative;
  height: 20px;
}
#rendeles .products .product-list .hr hr {
  position: absolute;
  width: 100%;
  border-top: 2px solid #e4e4e4;
  margin: 10px 0;
}
#rendeles .products .product-list .hr hr:first-child {
  z-index: 9;
  width: 50%;
}
#rendeles .products .product-list .hr-1 hr:first-child {
  border-top: 2px solid #009A44;
}
#rendeles .products .product-list .hr-2 hr:first-child {
  border-top: 2px solid #a95aa7;
}
#rendeles .products .product-list .hr-3 hr:first-child {
  border-top: 2px solid #003e7d;
}
#rendeles .products .product-list .hr-4 hr:first-child {
  border-top: 2px solid #F50082;
}
#rendeles .products .product-list .hr-5 hr:first-child {
  border-top: 2px solid #ff9933;
}
#rendeles .order-table {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#rendeles .order-table th {
  background-color: #00005A;
  text-transform: uppercase;
  font-size: 11px;
  color: #ccebff;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 5px 3px;
}
#rendeles .order-table th a.sort-link {
  color: #ccebff;
}
#rendeles .order-table .product-name {
  cursor: pointer;
  font-weight: bold;
}
#rendeles .order-table tr {
  background: #fff;
}
#rendeles .order-table tr td:first-child img {
  width: 100%;
  height: auto;
}
#rendeles .order-table tr.product-otc {
  background-color: #edf2ff;
}
#rendeles .order-table td {
  text-align: center;
  border-bottom: 2px solid #ccebff;
  font-family: montserratlight;
  font-size: 10px;
}
#rendeles .order-table td .btn {
  width: 100%;
  font-size: 12px;
}
#rendeles .order-table td .green-btn {
  margin-bottom: 10px;
}
#rendeles .order-table td .quantity-input {
  width: 60%;
  display: inline-block;
  vertical-align: bottom;
  padding: 12px;
}
#rendeles .order-table td .quantity-arrows {
  display: inline-block;
  width: 20%;
}
#rendeles .order-table td .quantity-arrows .green-btn {
  padding: 0;
  margin: 0;
  display: block;
}
#rendeles .order-table td .quantity-arrows .green-btn:first-child {
  margin-bottom: 5px;
}
#rendeles .order-table td .torse-select {
  background: url(/includes/images/arrow-down.png) no-repeat;
  background-position: right 5px center;
  background-color: #fff;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
  padding: 12px 5px;
}
#rendeles .order-table .torse-td {
  padding: 3px;
}

#use_template {
  width: 1170px;
}
#use_template .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#use_template .modal-header {
  background-color: #0099ff;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: montserratbold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#use_template .modal-body {
  padding: 0;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#use_template .modal-body .default-table {
  width: 100%;
}
#use_template .modal-body thead th {
  text-transform: uppercase;
  text-align: center;
  font-family: montserratbold;
  padding: 20px;
  font-size: 12px;
  border: 1px solid #f2f2f2;
}
#use_template .modal-body tbody tr td {
  padding: 20px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #f2f2f2;
  text-transform: uppercase;
}
#use_template .modal-body tbody tr td:first-child {
  font-family: montserratbold;
}
#use_template .modal-body tbody tr td .template_torse-select {
  background: url("/includes/images/dropdown.png") no-repeat;
  background-position: right 13px center;
  background-color: #fff;
}
#use_template .modal-body tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
#use_template .modal-body tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
#use_template .modal-footer {
  padding: 15px 15px;
  background-color: white;
  border-top: none;
}

.first-level-down {
  background: url("/includes/images/arrow-down.png") no-repeat;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
}

.first-level-up {
  background: url("/includes/images/arrow-up.png") no-repeat;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
}

#vertical-navigation-bar-second-level-1 a li {
  color: #009A44;
}

#vertical-navigation-bar-second-level-2 a li {
  color: #a95aa7;
}

#vertical-navigation-bar-second-level-3 a li {
  color: #003e7d;
}

#vertical-navigation-bar-second-level-4 a li {
  color: #F50082;
}

#vertical-navigation-bar-second-level-5 a li {
  color: #ff9933;
}

.popup-outer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup-outer .popup-product {
  position: absolute;
  width: 780px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #fff;
  position: relative;
}
.popup-outer .popup-product .left {
  background-color: #0099ff;
  color: #fff;
  text-align: center;
  position: relative;
}
.popup-outer .popup-product .left .glyphicon {
  position: absolute;
  top: -18px;
  right: -6px;
  color: red;
  background-color: #fff;
  border-radius: 50%;
  padding: 7px;
  font-size: 22px;
  cursor: pointer;
}
.popup-outer .popup-product .left .inner {
  padding: 15px 0;
}
.popup-outer .popup-product .left .inner .main-slider .slide img {
  width: auto;
  max-width: 250px;
  margin: 0 auto;
  height: auto;
  max-height: 250px;
}
.popup-outer .popup-product .left .inner .small-slider .slide {
  cursor: pointer;
  width: 75px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.popup-outer .popup-product .left .desc {
  overflow-y: scroll;
  max-height: 150px;
}
.popup-outer .popup-product .right {
  position: relative;
}
.popup-outer .popup-product .right .inner {
  padding: 15px 0;
}
.popup-outer .popup-product .right .glyphicon {
  position: absolute;
  top: -18px;
  right: -18px;
  color: red;
  background-color: #fff;
  border-radius: 50%;
  padding: 7px;
  font-size: 22px;
  cursor: pointer;
}
.popup-outer .popup-product .right h3 {
  margin-top: 0;
  margin-bottom: 25px;
}
.popup-outer .popup-product .right .desc-row {
  margin-bottom: 15px;
}
.popup-outer .popup-product .btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 25%;
}

.bx-wrapper {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.bx-wrapper .bx-viewport {
  box-shadow: none;
  background: transparent;
  border: none;
  margin-bottom: 15px;
  left: 0;
}
.bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  color: #fff;
  font-size: 35px;
}
.bx-wrapper .bx-controls-direction .bx-prev {
  left: -32px;
}
.bx-wrapper .bx-controls-direction .bx-next {
  right: -32px;
}
.bx-wrapper .bx-prev {
  left: 0;
}
.bx-wrapper .bx-next {
  right: 0;
}

.product-img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  position: relative;
}

.product-img-hover {
  width: 400px;
  height: 400px;
  border: 2px solid black;
  background-color: #fff;
  z-index: 2000;
  position: absolute;
  display: none;
}
.product-img-hover img {
  width: 100%;
  z-index: 5000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.summary-label {
  font-family: montserratlight;
  text-transform: uppercase;
  color: #00005A;
  font-size: 12px;
  font-weight: bold;
}

.steps {
  margin-bottom: 45px;
}
.steps .labels {
  font-family: montserratbold;
  font-size: 12px;
  font-weight: bold;
  color: #b8b9bb;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.steps .dots {
  position: relative;
}
.steps .dots img {
  position: relative;
  z-index: 99;
}
.steps .dots .past-this {
  position: absolute;
  width: 45%;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: 0;
  border-top: 6px solid #00386b;
  width: 135%;
}
.steps .dots .this {
  position: absolute;
  width: 45%;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: 0;
  border-top: 6px solid #00386b;
}
.steps .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.steps .line hr {
  margin: 0;
  border-top: 6px solid #fff;
}

#korabbi .order-table {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#korabbi .order-table th {
  background-color: #fff;
  text-transform: uppercase;
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 10px;
  width: calc(100%/9);
}
#korabbi .order-table td {
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 10px;
  width: calc(100%/9);
  font-family: montserratlight;
  font-size: 14px;
}
#korabbi .order-table td .btn {
  width: 100%;
}

#prev-order .heading {
  margin-top: 35px;
}
#prev-order .order-table {
  width: 100%;
}
#prev-order .order-table th {
  background-color: #fff;
  text-transform: uppercase;
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 10px;
  width: calc(100%/8);
}
#prev-order .order-table td {
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 10px;
  width: calc(100%/8);
}

#summary .order-table {
  width: 100%;
}
#summary .order-table th {
  background-color: #fff;
  text-transform: uppercase;
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 5px 10px;
  width: calc(100%/8);
}
#summary .order-table td {
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 5px 10px;
  width: calc(100%/8);
}
#summary .btn {
  margin-top: 25px;
}

#checkuser .order-table {
  width: 100%;
  margin-bottom: 45px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#checkuser .order-table th {
  background-color: #fff;
  text-transform: uppercase;
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 5px 10px;
}
#checkuser .order-table td {
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 5px 10px;
}
#checkuser label {
  width: 200px;
}
#checkuser .tena-phone {
  font-size: 20px;
  margin-top: 25px;
}
#checkuser .tena-mail {
  font-size: 20px;
  color: #0099ff;
}
#checkuser .btn {
  margin-top: 45px;
}
#checkuser h3 {
  color: #0099ff;
  font-size: 14px;
  font-weight: bold;
}

#shipto .order-table {
  width: 100%;
  margin-bottom: 25px;
}
#shipto .order-table td {
  border: 1px solid #e4e4e4;
  padding: 5px 15px;
  width: 50%;
}
#shipto .order-table .comment {
  vertical-align: top;
}
#shipto label {
  line-height: 40px;
  font-weight: bold;
}
#shipto textarea {
  width: 100%;
  resize: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccebff;
  outline-color: #ccebff;
}
#shipto input {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccebff;
  height: 40px;
}
#shipto select {
  background: url("/includes/images/arrow-down.png") no-repeat;
  background-position: right 13px center;
  background-color: #fff;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccebff;
  width: 100%;
  height: 40px;
}
#shipto .contact {
  margin-bottom: 25px;
}
#shipto p label {
  text-transform: uppercase;
}
#shipto #shiptodate {
  line-height: 40px;
}
#shipto #wholesaler {
  line-height: 40px;
}

#placeorder .order-table {
  width: 100%;
  margin-bottom: 20px;
}
#placeorder .order-table th {
  background-color: #00005A;
  text-transform: uppercase;
  font-size: 11px;
  color: #ccebff;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 5px 10px;
  width: calc(100%/8);
}
#placeorder .order-table td {
  text-align: center;
  padding: 5px 10px;
  width: calc(100%/8);
  background: #fff;
}
#placeorder .btn {
  margin-top: 25px;
}

#b2bpromo .order-table {
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#b2bpromo .order-table .product-name {
  cursor: pointer;
  font-weight: bold;
}
#b2bpromo .order-table tr {
  background: #fff;
}
#b2bpromo .order-table tr td:first-of-type img {
  width: 100%;
  height: auto;
}
#b2bpromo .order-table tr.product-otc {
  background-color: #edf2ff;
}
#b2bpromo .order-table th {
  background-color: #00005A;
  text-transform: uppercase;
  font-size: 11px;
  color: #ccebff;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 3px;
}
#b2bpromo .order-table td {
  text-align: center;
  padding: 3px;
  border-bottom: 2px solid #ccebff;
  font-family: montserratlight;
  font-size: 11px;
}
#b2bpromo .order-table td .btn {
  width: 100%;
}
#b2bpromo .order-table td .green-btn {
  margin-bottom: 10px;
}
#b2bpromo .order-table td .quantity-input {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  padding: 12px;
}
#b2bpromo .order-table td .quantity-input:disabled {
  cursor: not-allowed;
}
#b2bpromo .order-table td .quantity-arrows {
  display: inline-block;
  width: 20%;
}
#b2bpromo .order-table td .quantity-arrows .green-btn {
  padding: 0;
  margin: 0;
  display: block;
}
#b2bpromo .order-table td .quantity-arrows .green-btn:first-child {
  margin-bottom: 5px;
}
#b2bpromo .order-table td select {
  background: url(/includes/images/arrow-down.png) no-repeat;
  background-position: right 5px center;
  background-color: #fff;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
  padding: 12px 5px;
}
#b2bpromo .order-table .torse-td {
  padding: 3px;
}
#b2bpromo .white-box {
  margin-top: 30px;
  margin-bottom: 45px;
}

.promotion-content .order-table td.wholesaler {
  text-align: left !important;
}
.promotion-content .order-table td.wholesaler select {
  width: auto;
  margin-bottom: 15px;
}
.promotion-content .toggle-content {
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
}

#wholesaler-select {
  font-size: 16px;
  width: 25%;
  border: 2px solid #ccebff;
}

#profile .default-table {
  width: 100%;
  margin-bottom: 45px;
}
#profile .default-table th {
  background-color: #fff;
  text-transform: uppercase;
  border: 1px solid #e4e4e4;
  padding: 10px;
  text-align: center;
  width: calc(100%/5);
}
#profile .default-table td {
  border: 1px solid #e4e4e4;
  padding: 10px;
  text-align: center;
  width: calc(100%/5);
}
#profile .tena-phone {
  font-size: 24px;
  margin-top: 25px;
}
#profile .tena-mail {
  font-size: 24px;
  color: #0099ff;
}
#profile .infos-table {
  margin: 25px 0;
  border-bottom: 1px solid #e4e4e4;
}
#profile .infos-table .row {
  margin: 0;
}
#profile .infos-table .row .cell {
  padding: 10px 0;
}
#profile .infos-table .row .cell:last-of-type {
  border-right: 0;
}
#profile .infos-table .row .cell label {
  margin: 0;
}
#profile .new-pass {
  margin-bottom: 25px;
}
#profile .new-pass label {
  margin: 0;
  padding: 10px 0;
}
#profile .new-pass .btn {
  width: 100%;
}
#profile .contact-row {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 25px;
}

#add-ship-to .row {
  margin-top: 15px;
}
#add-ship-to .row input[type=checkbox] {
  margin: 10px 0;
}
#add-ship-to .row label {
  margin: 0;
  padding: 10px 0;
}

.form-error {
  color: red;
}

.flash-msg.info {
  color: #fff;
  font-weight: bold;
  background-color: #009A44;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.flash-msg.error {
  color: #fff;
  font-weight: bold;
  background-color: red;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.input-disabled {
  background: none;
  border: none;
  text-align: center;
}

.input-disabled-select {
  background: none;
  border: none;
  padding-left: 35px;
}

#wait {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.ui-dialog-titlebar {
  background-color: #0099ff;
}

.ui-dialog-titlebar-close {
  display: none;
}

.price-whitespace {
  white-space: nowrap !important;
  text-align: right !important;
  padding-right: 5px;
}

.wholesaler-select {
  background: url(/includes/images/dropdown-2.png) no-repeat;
  width: 18px;
  height: 30px;
  background-position: right 5px center;
  background-color: #fff;
  padding: 12px 5px;
}

.error-torse {
  background: #FF0000;
  color: #fff;
}

.popup-torse-error {
  position: absolute;
  background: red;
  border-radius: 5px;
  padding: 5px;
  color: white;
  width: 10%;
  margin-left: 85px;
}

.wholesaler-select-cart {
  background: url(/includes/images/arrow-down.png) no-repeat;
  background-position: right 5px center;
  background-color: #fff;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
  padding: 12px 5px;
}

.breadcrumbs {
  font-size: 12px;
}

#sticky-menuinheader {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  border-top: 1px solid #f2f2f2;
  color: #F50082;
  font-weight: bold;
}
#sticky-menuinheader > div:first-of-type {
  display: table;
  width: 100%;
}

#promo_spec_text_sticky {
  padding: 5px 0 0;
}

#sticky-menu {
  display: block;
  width: 100%;
  color: #F50082;
  font-weight: bold;
}
#sticky-menu > div:first-of-type {
  display: table;
  width: 100%;
}

.product.groupbuttons {
  padding-right: 15px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.product.groupbuttons:last-of-type {
  padding-right: 0;
}
.product.groupbuttons .btn {
  width: 100%;
  padding: 5px 10px;
}

#scrollToTop {
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  z-index: 999;
  bottom: 40px;
  right: 40px;
  display: none;
}
#scrollToTop:hover {
  text-decoration: none;
}
#scrollToTop span {
  font-size: 40px;
  cursor: pointer;
  color: white;
  opacity: 0.6;
  filter: alpha(opacity=80);
  border-radius: 50%;
  border: 1px solid white;
  padding: 5px;
  background-color: #009A44;
  padding-right: 8px;
}

tr.shipto-text {
  width: 200%;
  float: left;
  color: red;
}

div#forwholesaler-code-input {
  float: right;
}

div#forwholesaler-code-inputerror {
  height: 25px;
  display: block;
  margin-top: 10px;
}

div.errordiv .form-error {
  display: inline-block;
  width: 100%;
  padding: 5px 0px;
  width: 100%;
}

textarea[name=comment_ship_to] {
  position: relative;
}

.comment_counter {
  position: relative;
}
.comment_counter .counter {
  border: none;
  color: #0099ff;
  padding: 2px;
  font-weight: bold;
}

#countdown {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #F50082;
}

.quantity-limit {
  font-size: 12px;
}
.quantity-limit label {
  margin-bottom: 0;
}

.toggle-btn {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  vertical-align: middle;
  color: #333333;
}
.toggle-btn:hover {
  background-color: #00005A;
  color: #fff;
}
.toggle-btn:focus {
  background-color: #00005A;
  color: #fff;
}
.toggle-btn i {
  font-size: 20px;
  vertical-align: middle;
  padding-left: 5px;
}
.toggle-btn .toggle-down {
  display: block;
}
.toggle-btn .toggle-up {
  display: none;
}

.more-btn {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  vertical-align: middle;
  color: #333333;
}
.more-btn:hover {
  background-color: #00005A;
  color: #fff;
}
.more-btn:focus {
  background-color: #00005A;
  color: #fff;
}
.more-btn i {
  font-size: 20px;
  vertical-align: middle;
  padding-left: 5px;
  padding-bottom: 6px;
}

.toggle-content {
  display: none;
}

#main-list .toggle-box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 30px;
  position: relative;
}
#main-list .toggle-box .box-icon {
  position: absolute;
}
#main-list h2 {
  margin-top: 0;
  font-size: 20px;
}

.toggle-box.toggled .toggle-content {
  display: block;
}
.toggle-box.toggled .toggle-btn .toggle-down {
  display: none;
}
.toggle-box.toggled .toggle-btn .toggle-up {
  display: block;
}

.toggle-box .toggle-head h3 {
  color: #00005A;
  font-size: 24px;
  margin-top: 0;
  padding-right: 15px;
}
.toggle-box .box-date {
  color: #000;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}

.promotion-select {
  background-color: #fff;
  margin-bottom: 15px;
}
.promotion-select h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.promotion-select .go-to-order {
  text-align: right;
}
.promotion-select .go-to-order .btn {
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
}
.promotion-select .promo-deadlines {
  margin-bottom: 10px;
  font-weight: 500;
  color: #F50082;
  font-size: 20px;
  min-height: 30px;
}

.promo-deadlines span {
  display: inline-block;
}

.inactive-button {
  background-color: #CCC;
  color: #FFF;
  cursor: not-allowed;
}

.input-group-btn {
  width: 20%;
}

.btn.fileinput-remove {
  margin-top: 0 !important;
}

.btn.btn-file {
  margin-top: 0 !important;
}

.swal2-container {
  z-index: 10000 !important;
}

.swal-wide {
  width: 700px !important;
  margin-top: 50px !important;
  padding: 50px;
}
.swal-wide #questionnaire-form {
  padding: 20px 15px 0 15px;
}
.swal-wide .description {
  font-size: 20px;
  margin-bottom: 25px;
  color: #00386b;
}
.swal-wide .title {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}
.swal-wide .answers {
  text-align: left !important;
  margin-bottom: 10px;
}
.swal-wide .answer {
  display: inline-block;
  margin-right: 10px !important;
  font-size: 14px;
  width: 100%;
}
.swal-wide .answer label {
  font-weight: normal;
}
.swal-wide .custom-swal-input-no-margin {
  width: auto !important;
  height: auto !important;
}
.swal-wide .swal2-actions button {
  font-size: 14px !important;
  border-radius: 3px !important;
}
.swal-wide .swal2-actions button:focus {
  box-shadow: unset;
}
.swal-wide .swal2-validation-message {
  font-size: 22px !important;
}
.swal-wide .list-items {
  margin-top: 26px;
  font-size: 16px !important;
  text-align: left;
}

.disabled-btn {
  cursor: pointer;
  background-color: #666;
  color: #fff;
}
.disabled-btn:hover {
  background-color: #666;
  color: #fff;
}
.disabled-btn:focus {
  background-color: #666;
  color: #fff;
}

a.sort-link {
  color: #333;
}
a.sort-link:after {
  content: " ▼▲";
}

a.current-sort-link.desc:after {
  content: " ▼";
}

a.current-sort-link.asc:after {
  content: " ▲";
}

.ui-dialog {
  z-index: 9998 !important;
}
.ui-dialog .ui-dialog-buttonpane .blue-btn {
  margin: 0 !important;
}

#template-modal {
  margin-top: 130px;
}

.select-with-arrow {
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  appearance: menulist !important;
}

.info-static-box {
  background-color: #fff;
  margin-bottom: 15px;
}

#documentbox-count {
  position: absolute;
  top: 8px;
  right: -5px;
  height: 15px;
  min-width: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #F50082;
  color: #fff;
  text-align: center;
  font-size: 10px;
}

#document-boxes {
  padding-left: 0;
  list-style-type: none;
}
#document-boxes .document-box {
  padding-top: 30px;
  position: relative;
}
#document-boxes .document-box .box-inner {
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 20px 30px 10px;
  border: 4px solid #fff;
  position: relative;
}
#document-boxes .document-box .unviewed-flag {
  position: absolute;
  background-color: #F50082;
  padding: 3px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  top: 10px;
  right: 40px;
  height: 24px;
}
#document-boxes .box-inner h2 {
  color: #00005A;
  margin-bottom: 5px;
  margin-top: 0;
}
#document-boxes .box-inner .box-meta .valid-from {
  font-weight: bold;
}
#document-boxes .box-inner .box-meta .box-category {
  color: #0099ff;
  font-weight: bold;
  border: 2px solid #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
  margin: 0 3px;
}
#document-boxes .box-inner .lead {
  font-size: 13px;
  margin-top: 5px;
}
#document-boxes .document-box.unviewed-box .box-inner {
  border: 4px solid #F50082;
}

.box-files label {
  line-height: 37px;
  margin-top: 10px;
  margin-bottom: 0;
  vertical-align: middle;
}
.box-files a {
  margin-top: 10px;
  margin-left: 10px;
  text-transform: none;
}
.box-files a:hover {
  background-color: #F50082;
}

.box-icon {
  background-color: #009A44;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
}

.box-icon.fa-newspaper {
  background-color: #0099ff;
}

.box-icon.fa-percent {
  background-color: #F50082;
}

.ordering-promotional-btn {
  margin: 10px 0;
}

#sum-all-promo span {
  display: block;
  margin: 10px 0;
}

#promotion-list .promotion-content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 30px;
}

.white-box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 30px;
  background-color: #fff;
}

.white-box-without-top-radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#ordersubmit h3 {
  color: #0099ff;
  font-size: 14px;
  font-weight: bold;
}
#ordersubmit #sum-all {
  color: #0099ff;
  font-size: 16px;
  font-weight: bold;
}
#ordersubmit #no-promo-price-total {
  color: #0099ff;
  font-size: 16px;
  font-weight: bold;
}
#ordersubmit #no-promo-all {
  color: #0099ff;
  font-size: 16px;
  font-weight: bold;
}
#ordersubmit #promo-all {
  color: #0099ff;
  font-size: 16px;
  font-weight: bold;
}
#ordersubmit #discount-all {
  color: #F50082;
  font-size: 16px;
  font-weight: bold;
}

.buttons {
  margin-top: 10px;
}

.cart-buttons input {
  margin-left: 20px;
  margin-top: 10px;
}
.cart-buttons button {
  margin-left: 20px;
  margin-top: 10px;
}

.cart-sum-row {
  margin-top: 20px;
}

#discount-total-price {
  color: #F50082;
}

#sum-otc {
  color: #000;
}

.login-box .box-inner {
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 20px 30px 10px;
  border: 4px solid #fff;
  position: relative;
  margin-bottom: 20px;
}

.box-icon.fa-unlock {
  background-color: #F50082;
}

.box-icon.fa-user-plus {
  background-color: #00005A;
}

.login_form h3 {
  color: #00005A;
  margin-top: 0;
  font-size: 24px;
}
.login_form a {
  vertical-align: middle;
}
.login_form .box-inner > .row {
  margin-bottom: 0;
}

.fav-button {
  font-size: 12px;
  color: #f50082;
  cursor: pointer;
}

#recommended-products .product {
  padding: 20px 10px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
#recommended-products .product .product-name {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#recommended-products .product .sku-nmbr {
  font-size: 11px;
}
#recommended-products .popup-add-cart-btn {
  margin-top: 10px;
  width: 100%;
  text-transform: uppercase;
}
#recommended-products .popup-add-cart .quantity-input {
  width: 40px;
}
#recommended-products .popup-add-cart .quantity-arrows {
  display: inline-block;
  width: 20px;
  position: relative;
}
#recommended-products .popup-add-cart .quantity-arrows .green-btn {
  position: absolute;
  padding: 5px;
  left: 0;
}
#recommended-products .popup-add-cart .qty-add {
  top: -20px;
}
#recommended-products .popup-add-cart .qty-remove {
  bottom: -15px;
}
#recommended-products .popup-add-cart .torse-select {
  width: 80px;
  padding: 12px 5px;
}

.template-btn {
  position: absolute;
  top: 0px;
  right: 15px;
}

#question_complete_wrapper .panel-body {
  position: relative;
}
#question_complete_wrapper .panel-body > div:first-of-type {
  max-width: 50%;
  float: left;
  width: 50%;
}
#question_complete_wrapper .panel-body .explanation-section {
  width: 40%;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  background-color: #e2e8ff;
  float: right;
  border: 2px solid #F50082;
}
#question_complete_wrapper .panel-primary {
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#question_complete_wrapper .panel-heading {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background-color: #00005A;
}
#question_complete_wrapper .pink-btn i {
  padding-right: 0;
}

#progress-bar {
  margin: 30px 0;
  height: 20px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

#progress-text {
  position: absolute;
  z-index: 100;
  color: #00005A;
  left: 50%;
}

#progress-pink {
  width: 0%;
  height: 20px;
  background-color: #F50082;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}

.reminder-icon {
  color: #00005A;
  outline: none;
}
.reminder-icon:hover {
  color: #0099ff;
  border-color: #fff;
}
.reminder-icon:focus {
  color: #0099ff;
  border-color: #fff;
}

@media (max-width: 767px) {
  .site-logo img {
    width: 95% !important;
  }
}
@media (min-width: 992px) {
  .main-menu ul li {
    display: inline-block;
  }
  .main-menu .gray-btn {
    padding: 10px 5px 0;
    margin-bottom: 10px;
  }
  .main-menu .gray-btn:hover {
    color: #F50082;
    border-bottom: 2px solid #00005A;
  }
  .main-menu .gray-btn:focus {
    color: #F50082;
    border-bottom: 2px solid #00005A;
  }
  .main-menu .active .gray-btn {
    color: #F50082;
    border-bottom: 2px solid #00005A;
  }
}
@media (max-width: 1024px) {
  #sablon {
    width: 100%;
    margin: 50px 0;
  }

  #profile td .edit-btn {
    width: 100%;
  }
  #profile td .edit-btn button {
    width: 100%;
  }
  #profile td .edit-btn:first-child {
    margin-bottom: 10px;
    display: block;
  }

  header .bottom-row .sizing {
    display: none;
  }
}
@media (max-width: 768px) {
  .search-fields .input-search {
    margin-bottom: 10px;
  }
  .search-fields .btn {
    margin-bottom: 10px;
  }

  footer {
    padding: 85px 0;
  }
  footer #footer-menu .footer-item {
    padding: 5px;
  }

  .main-menu ul li a {
    font-size: 12px;
    margin-right: 15px;
  }

  header .welcome {
    font-size: 12px;
    margin-top: 2px;
  }
  header .profile {
    padding: 8px 0;
  }
  header .profile a {
    font-size: 12px;
  }

  .popup-outer .popup-product {
    width: 630px;
  }
}
@media (max-width: 480px) {
  footer #footer-menu .blue-point {
    display: none;
  }
  footer #footer-menu .footer-item {
    display: block;
  }
  footer #footer-menu .footer-item:first-of-type {
    padding-left: 10px;
  }
  footer #footer-menu .footer-item:last-of-type {
    padding-right: 10px;
  }

  .go-to-order .btn {
    width: 100%;
    margin-top: 15px;
  }

  #prev-order .red-btn {
    width: 100%;
  }

  #summary .buttons .btn {
    width: 100%;
  }

  #checkuser .buttons .btn {
    width: 100%;
    margin-top: 20px;
  }

  #shipto .buttons .btn {
    width: 100%;
    margin-top: 20px;
  }

  .new-pass div {
    margin-bottom: 15px;
  }

  .steps .labels {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .popup-outer {
    overflow-y: scroll;
  }
  .popup-outer .popup-product {
    width: 90%;
    top: 75%;
    height: auto;
  }

  .product-img-hover {
    width: 250px !important;
    height: 250px !important;
  }

  #wholesaler-select {
    width: 100%;
  }

  .product.groupbuttons {
    display: block !important;
    padding-right: 0 !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  ul.ui-autocomplete {
    max-width: 235px !important;
  }

  div.login_form {
    min-height: 350px;
  }
}
.hover-plan-b {
  position: relative;
}

.hover-cart {
  z-index: 1000;
  position: fixed;
  background: white;
  border-radius: 5px;
  width: 260px;
  padding: 15px;
}
@media (min-width: 768px) {
  .hover-cart {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.37);
  }
}
@media (max-width: 768px) {
  .hover-cart {
    right: 15px;
  }
}
@media (max-width: 400px) {
  .hover-cart {
    position: relative;
    width: 100%;
    right: auto;
    margin-bottom: 15px;
  }
}
.hover-cart .close-hover-cart {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  color: #00005A;
}
.hover-cart .hover-cart-title {
  text-transform: uppercase;
  color: #F50082;
  font-weight: bold;
  margin-bottom: 25px;
}
.hover-cart .hover-cart-wrap {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-height: 550px) {
  .hover-cart .hover-cart-wrap {
    max-height: 50vh;
  }
}
@media (min-height: 700px) {
  .hover-cart .hover-cart-wrap {
    max-height: 55vh;
  }
}
@media (min-height: 870px) {
  .hover-cart .hover-cart-wrap {
    max-height: 67vh;
  }
}
.hover-cart .hover-cart-wrap .hover-cart-wrap-item {
  margin-bottom: 15px;
}
.hover-cart .hover-cart-wrap .hover-cart-wrap-item .hover-product-title, .hover-cart .hover-cart-wrap .hover-cart-wrap-item .quantity-number {
  color: #8996a5;
}
.hover-cart .hover-cart-wrap .hover-cart-wrap-item .quantity-number {
  padding-left: 5px;
  padding-right: 5px;
}
.hover-cart .hover-cart-wrap .hover-cart-wrap-item .quantity-plus {
  padding-top: 2px;
  display: inline-block;
}
.hover-cart .hover-cart-wrap .hover-cart-wrap-item .hover-cart-remove {
  color: #263387;
  cursor: pointer;
  font-weight: bold;
}
.hover-cart .hover-cart-wrap .hover-cart-wrap-item .quantity-changer {
  color: #F50082;
  cursor: pointer;
  font-size: 20px;
}
.hover-cart .hover-cart-wrap .hover-cart-wrap-item .hover-product-quantity {
  display: flex;
  align-items: center;
}
.hover-cart .hover-cart-wrap .hover-cart-wrap-item .hover-product-quantity > div:first-child {
  display: flex;
  align-items: center;
}
.hover-cart .hover-cart-wrap .hover-cart-wrap-item .quantity-changer-disabled {
  color: transparent;
  cursor: not-allowed;
}
.hover-cart .hover-cart-wrap .hover-cart-wrap-item .price-value {
  color: #263387;
}
.hover-cart .hover-cart-button {
  font-weight: bold;
}
.hover-cart .hover-cart-button .hover-cart-total {
  color: #263387;
  text-align: right;
  padding-right: 15px;
}
.hover-cart .hover-cart-button .order-button {
  padding: 15px 5px;
  color: white;
  background: #F50082;
  display: block;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
}

.align-items-center {
  align-items: center;
}

.d-flex {
  display: flex;
}

.p-0 {
  padding: 0;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mb-3 {
  margin-bottom: 15px;
}

.product-table .heading:first-child {
  margin-top: 0 !important;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: rgba(136,139,141,0.2);
}

footer {
  margin-top: auto;
  background-color: white;
}

.table-responsive {
  background-color: white;
}

.template-btn {
  position: relative;
  top: auto;
  right: auto;
}

.search-btn {
  float: none !important;
}

.text-right {
  text-align: right;
}

#recommended-products h3 {
  margin-top: 0;
}

#hover-place-order {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #00005A;
  left: 0;
  padding: 15px 0px;
}
#hover-place-order p {
  display: inline-block;
  font-weight: bold;
  color: white;
}
#hover-place-order .btn {
  float: none !important;
  margin-left: 30px;
  background-color: grey;
  cursor: not-allowed;
}
#hover-place-order .btn.active {
  background-color: #009A44;
  cursor: pointer;
}

#b2bpromo .white-box {
  margin-top: 0;
}

@media (min-width: 1000px) {
  .product-table-container {
    max-width: 80%;
    margin: 0;
    margin-left: 20%;
  }

  .hover-cart {
    right: -15px !important;
  }
}
.search-bar .keypress-search-criteria.input-search {
  width: 90px;
}
.search-bar .keypress-search-criteria-longer.input-search {
  width: 100px;
}

.mr-2 {
  margin-right: 15px;
}

@media (min-width: 1500px) {
  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-none {
    display: none !important;
  }
}
.p-0 {
  padding: 0 !important;
}

.open-hover-cart {
  margin-right: 15px;
  float: left;
}

button[name=search] {
  min-width: 37px;
  min-height: 37px;
}

.cart-button-parent {
  margin-top: 3px;
}
.cart-button-parent .info_span {
  float: left;
}

.info_span {
  font-size: 20px;
  height: 10px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 20px;
  background: #00005A;
  color: white;
  width: 37px;
  border: none;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  min-height: 37px;
}

a.green-btn, button[type=button] {
  max-height: 37px;
}

button[type=button] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mr-3 {
  margin-right: 15px;
}

.mobile-search {
  display: inline-block !important;
  width: 85% !important;
  margin-right: 10px;
}
.mobile-search .info_span {
  margin-right: 0;
}

.mr-0 {
  margin-right: 0;
}

@media (min-width: 767px) and (max-width: 998px) {
  .product-list-desktop-wrap .hover-cart:not(.d-none) {
    margin-top: 140px !important;
  }
}
.hovering-bar {
  position: fixed;
  background: white;
  z-index: 1;
  left: 0;
}
.hovering-bar button[name=template] {
  display: flex !important;
}

@media (min-width: 768px) {
  .product-list-desktop {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.37);
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .cart-button-parent .open-hover-cart {
    margin-right: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .product-list-desktop-wrap .product-list-desktop {
    top: 154px !important;
  }
}
@media (min-width: 998px) and (max-width: 1200px) {
  .product-list-desktop-wrap .product-list-desktop {
    top: 154px !important;
  }
}
@media (min-width: 768px) and (max-width: 998px) {
  .product-list-desktop-wrap .product-list-desktop {
    top: 142px !important;
  }
}
@media (min-width: 768px) and (max-width: 1250px) {
  #search-bar-row .col-sm-6 {
    width: 100% !important;
  }
  #search-bar-row .d-xl-none {
    display: flex !important;
  }
  #search-bar-row .d-xl-flex {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .cart-button-parent .open-hover-cart {
    font-size: 11px;
    height: 37px;
  }
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .cart-button-parent {
    display: none !important;
  }
}

/*# sourceMappingURL=default.css.map */
