@font-face {
  font-family: 'Arial MT Light';
  font-style: normal;
  font-weight: normal;
  src: local('Arial MT Light'), url('/fileadmin/templates/fonts/ARIALMTLIGHT.woff') format('woff');
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-family: Arial;
}

.container {
  padding: 0 15px !important;
}

#content {
  font-family: Arial;
}

div#content.wideContent {
  width: 100% !important;
}

.navbar {
  padding: 55px 0 3px;
  margin: 0 0 20px !important;
  border-bottom: 1px dotted #babcbc;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
}

#content .shop {
  position: relative;
  margin-bottom: 5px;
}

#content .shop.confirmation-list .cart-list img {
  background: #F6F5F5;
}

#content .shop.confirmation-list .cart-list table td:nth-child(2),
#content .shop.confirmation-list .cart-list table th:nth-child(2) {
  text-align: left;
}

#content .shop::after {
  display: none;
}

#content .shop .shopHeader,
#content .cartform .shopHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
  flex-wrap: wrap;
}

#content .shop .shopHeader h1,
#content .cartform .shopHeader h1 {
  flex: 0 0 75%;
  max-width: 75%;
  text-transform: capitalize;
}

#content .shop .search-box {
  margin-top: 20px;
}

#content .shop .shopHeader .shopSideContent,
#content .cartform .shopHeader .shopSideContent {
  flex: 0 0 25%;
  max-width: 25%;
}

#content .shop-twoCol .shop .shopHeader h1,
#content .cartform .shopHeader h1 {
  flex: 0 0 70%;
  max-width: 70%;
  line-height: 37px;
}

#content .shop-twoCol .shop .shopHeader .shopSideContent,
#content .cartform .shopHeader .shopSideContent {
  flex: 0 0 30%;
  max-width: 30%;
}

/* #content .shop p,
#content .cartform p {
  flex: 0 0 100%;
  max-width: 100%;
} */
.info-column {
  position: relative;
  max-height: 74px;
  overflow: hidden;
}
#content table td{
  position: relative;
}
#content .shop .shopHeader .shopSideContent,
#content .cartform .shopHeader .shopSideContent {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}

#content .shop .shopHeader .shopSideContent a.doctor-btn {
  flex: 0 0 100%;
  max-width: 100%;
  background: #F6F5F5;
  border-radius: 10px;
  color: #2C3334;
  font-weight: 400 !important;
  font-size: 16px;
  text-align: center;
  padding: 6px 15px;
  font-family: 'Arial MT Light';
  margin-bottom: 12px;
  transition: 0.5s all;
  position: absolute;
  bottom: -35px;
  width: 100%;
  right: 0px;

}

body.mac #content .shop .shopHeader .shopSideContent a.doctor-btn {
  padding: 8px 15px 4px;
}

body.mac #content .cartform tr.cart-doctor-tab td a {
  padding: 12px 20px 8px;
}

#content .shop .shopHeader .shopSideContent a.doctor-btn:hover {
  background: #0270B9;
  color: #FFFFFF;
}

#content .shop .shopHeader .shopSideContent .logoutButton a,
#content .cartform .shopHeader .shopSideContent .logoutButton a {
  background: #0270B9;
  color: #fff;
  font-weight: 500 !important;
  border-radius: 5px;
  padding: 6px 24px 7px 24px;
  margin-right: 20px;
  transition: 0.5s all;
}

#content .cart-added .btn-holder a.back-btn {
  transition: 0.5s all;
}

#content .shop .shopHeader .shopSideContent .logoutButton a:hover,
#content .cartform .shopHeader .shopSideContent .logoutButton a:hover,
#content .shop.cart-added .btn-holder a.back-btn:hover,
#content .shop form.login button:hover {
  background: #79b2e1;
}

.btn-holder .back-btn[type="submit"],
.btn-holder .back-btn[type="reset"] {
  transition: 0.5s all;
}

.btn-holder .back-btn[type="submit"]:hover,
.btn-holder .back-btn[type="reset"]:hover,
.doctor-forms form button[type="submit"]:hover,
#content .cartform tr.cart-doctor-tab td a:hover,
#content .confirmation-list tr.cart-doctor-tab .doc-name:hover,
.btn-holder a.noDoctor:hover {
  background: #0270B9 !important;
  color: #fff !important;
  transition: 0.5s all;
}

#content .cartform .cart-list table {
  margin: 10px 0 30px;
}

#content .confirmation-list tr.cart-doctor-tab:not(:first-child) td {
  padding-top: 40px !important;
}

#content .confirmation-list tr.quantity {
  cursor: auto;
}

#content .confirmation-list tr.quantity.quantity-active {
  background: #F6F5F5;
  color: #2c3334;
}

#content .shop .shopHeader .shopSideContent .logoutButton,
#content .cartform .shopHeader .shopSideContent .logoutButton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

#content .shop .shopHeader .shopSideContent a.cart-btn,
#content .cartform .shopHeader .shopSideContent a.cart-btn {
  position: relative;
  top: 0;
}

#content .shop h1 {
  text-transform: capitalize;
  margin-bottom: 16px;
}

#content .shop .sub-head,
#content .cartform .sub-head {
  font-size: 22px;
  line-height: 26px;
  color: #2C3334;
  font-family: 'Arial MT Light';
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#content .shop form.login {
  max-width: 100%;
  text-align: center;
  margin: 35px auto;
}

#content .shop form.login:after {
  display: none;
}

#content .shop form.login input,
#content .shop form.login button {
  width: 100%;
  margin-bottom: 15px;
}

#content .shop form.login button {
  border-radius: 10px;
  background: #0270B9;
  transition: 0.5s all;
  margin-top: 40px;
}

#content .shop form.login button.disabled {
  opacity: 0.25;
  pointer-events: none;
}

#content .shop form.login input {
  padding: 19px 50px 14px 23px;
  border: none;
  border-radius: 10px !important;
  background-color: #F6F5F5;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0px;
  font-family: 'Arial MT Light';
  font-size: 22px !important;
}

#content .shop form.login input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0px;
  font-family: 'Arial MT Light';

}

#content .shop form.login input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0px;
  font-family: 'Arial MT Light';

}

#content .shop form.login input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0px;
  font-family: 'Arial MT Light';

}

#content .shop form.login input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0px;
  font-family: 'Arial MT Light';

}

#content .shop form.login input#user {
  margin-bottom: 10px;
  position: relative;
}

#content .shop form.login .login-username {
  position: relative;
}

#content .shop form.login .login-username::after {
  content: '';
  background-image: url(/fileadmin/templates/images/login-user.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  opacity: 0.3;
}

#content .shop form.login input#pass {
  margin-bottom: 0px;
  position: relative;
}

#content .shop form.login .login-password {
  position: relative;
}

#content .shop form.login .login-password.hasValue::after,
#content .shop form.login .login-username.hasValue::after {
  opacity: 1;
}

#content .shop form.login .login-password::after {
  content: '';
  background-image: url(/fileadmin/templates/images/login-password.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  opacity: 0.3;
}

#content form textarea {
  border: none !important;
  border-radius: 10px !important;
  background: #F6F5F5 !important;
  padding: 15px 20px !important;
  font-size: 18px !important;
}

#content form.cartform textarea {
  color: #000 !important;
}

input,
textarea,
select {
  font: 100% 'Arial MT Light' !important;
  color: #909494 !important;
}

#content .shop input {
  color: #000 !important;
}

#content form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Arial MT Light';
  color: #909494;

}

#content form input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Arial MT Light';
  color: #909494;
}

#content form input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Arial MT Light';
  color: #909494;
}

#content form input:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Arial MT Light';
  color: #909494;
}

#content form button[type="submit"],
#content form button[type="reset"] {
  outline: none;
}

#content form button[type="submit"][type="reset"],
#content form button[type="reset"][type="reset"],
#content .btn-holder button.submit-btn {
  text-transform: none;
}

#content form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Arial MT Light';
  color: #909494;
  font-size: 18px;

}

#content form textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Arial MT Light';
  color: #909494;
  font-size: 18px;
}

#content form textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Arial MT Light';
  color: #909494;
  font-size: 18px;
}

#content form textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Arial MT Light';
  color: #909494;
  font-size: 18px;
}

#content .cart-list table tr.msg-us:not(.total) td:first-child {
  padding-left: 0px;
  padding-right: 0px;
}

#content .shop form.login input:-webkit-autofill {
  border: none;
  -webkit-text-fill-color: #2C3334;
  -webkit-box-shadow: none;
  background-color: #F6F5F5;

}

#content .shop form.login input::-webkit-input-placeholder {
  /* Edge */
  color: #909494;
}

#content .shop form.login input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909494;
}

#content .shop form.login input::placeholder {
  color: #909494;
}

a.cart-btn {
  position: absolute;
  right: 0;
  top: 13px;
}

#content .shop .shopHeader .shopSideContent a.cart-btn.cart-added:before {
  background: url(/fileadmin/templates/images/shopping-bag-fill.svg) no-repeat;
  background-size: contain;
}

a.cart-btn:before {
  content: "";
  background: url(/fileadmin/templates/images/sprite.svg) no-repeat;
  width: 30px;
  height: 35px;
  display: inline-block;
  background-size: contain;
}

/* .cartform a.cart-btn:before{
    background: url(/fileadmin/templates/images/shopping-bag-fill.svg) no-repeat;
    background-size: contain;
  } */

a.selected,
a.delete-btn {
  position: relative;
  top: 20px;
}

a.selected:before {
  content: "";
  background: url(/fileadmin/templates/images/shopping-bag-fill.svg) no-repeat;
  background-size: contain;
  width: 23px;
  height: 17px;
  display: inline-block;
}

.action-btns a.delete-btn {
  top: 0;
  display: inline-block;
}

.action-btns a.edit-btn {
  display: inline-block;
  cursor: pointer;
}

.action-btns a.edit-btn {
  position: relative;
  color: transparent;
  padding-right: 7px;
}

.action-btns a.edit-btn:hover {
  text-decoration: none;
  color: transparent !important;
}

.quantity .action-btns a.edit-btn:after {
  content: "";
  background: url(/fileadmin/templates/images/update.svg) no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: contain;
}

.quantity.cartrowDisable .action-btns a.edit-btn:after {
  background: url(/fileadmin/templates/images/edit.svg) no-repeat;
  background-size: contain;
}

.action-btns a.remove-btn {
  cursor: pointer;
  display: inline-block;
}

.action-btns a.remove-btn:after {
  content: "";
  background: url(/fileadmin/templates/images/delete.svg) no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: contain;
}

.action-btns a.delete-btn:after {
  content: "";
  background: url(/fileadmin/templates/images/delete.svg) no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: contain;
}

span.badge {
  font-weight: 400;
  color: #fff;
  background: #0070ba;
  border-radius: 50%;
  font-size: 12px;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  line-height: 20px;
  position: absolute;
  top: 23px;
  right: -6px;
  border: 1px solid #fff;
  justify-content: center;
}

.cart-added span.badge {
  padding: 3px;
}

.cart-added .shopHeader a.cart-btn:before {
  background: url(/fileadmin/templates/images/shopping-bag-fill.svg) no-repeat;
  background-size: contain;
}

/* .shop.cart-added .shopHeader a.cart-btn .badge{
    display: block;
  }
  .shop .shopHeader a.cart-btn .badge{
    display: none;
  } */
#content .cart-list table td,
#content .cart-list table th {
  background: transparent;
  border: 0;
  font-size: 14px;
  line-height: 18px;
}

#content .cart-list table td {
  padding-top: 22px;
  padding-bottom: 22px;
}

#content .cart-list table td .packungseinheit span {
  font-size: 13px;
  padding-top: 3px;
  display: block;
  /* text-align: center; */
  max-width: 120px;
}

#content .cart-list table tr:not(.total) td .limit-value {
  /* word-break: break-all; */
  word-break: initial;
}

#content .cart-list table tr:not(.total) td,
#content .cart-list table th {
  /* border-bottom: 1px solid #0070ba; */
}

#content .cart-list table {
  /*border-collapse: separate;*/
}

#content .cart-list table th {
  font-size: 15px;
  padding-bottom: 2px;
}

#content .cart-list table th:first-child {
  padding-left: 20px;
}

#content .cart-list table td:first-child,
#content .cart-list table th:first-child {
  /* width: 10%; */
  width: 9%;
}

#content .cart-list table td:nth-child(2),
#content .cart-list table th:nth-child(2) {
  width: 13%;
  text-align: center;
}

#content .cart-list table td:nth-child(3),
#content .cart-list table th:nth-child(3) {
  width: 45%;
}

#content .cart-list table td:nth-child(4),
#content .cart-list table th:nth-child(4) {
  /* width: 10%; */
  width: 14%;
}

#content .cart-list table td:nth-child(5),
#content .cart-list table th:nth-child(5) {
  width: 15%;
}

#content .cart-list table td:last-child,
#content .cart-list table th:last-child {
  /* width: 10%; */
  width: 9%;
}

#content ul.quantity {
  list-style: none;
}

#content .quantity ul li:before {
  display: none;
}

#content ul.quantity li {
  float: left;
  padding: 0;
  display: inline-block;
}

#content ul.quantity li.action-btns {
  position: relative;
}

#content ul.quantity li:first-child {
  padding-right: 10px;
}

#content tr.quantity {
  background: #F6F5F5;
  margin-bottom: 30px;
  /* border-radius: 10px 0px 0px 10px; */
  cursor: pointer;
  transition: 0.5s all;
}

#content tr.quantity input {
  color: #2c3334 !important;
  min-height: 40px;
}

#content .cartform tr.cartrowDisable input {
  min-height: inherit;
}

#content .shop tr.quantity:hover {
  background: #0270B9;
  color: #fff;
}

#content .cartform tr.quantity .action-btns a.selected:before {
  display: none;
}

#content .cartform tr.quantity .action-btns a.selected~span.cart-btn-add {
  display: none;
}

body.mac #content .cartform tr.quantity .action-btns a.selected~span.cart-btn-add {
  display: none;
}

#content .shop tr.quantity:hover .action-btns a.cart-btn:before {
  background: url(/fileadmin/templates/images/shopping-bag-white.svg) no-repeat;
  background-size: contain;
}

#content .shop tr.quantity:hover .action-btns a.selected:before {
  background: url(/fileadmin/templates/images/shopping-bag-fill-white.svg) no-repeat;
  background-size: contain;
}

#content .shop tr.quantity:hover .action-btns a.selected~span.cart-btn-add {
  background: #fff;
  border: 1px solid #0270b9;
  color: #0270b9;
}

/* #content tr.quantity.price_val-empty .cart-btn-add{
  display: none !important;
} */
#content tr.quantity .action-btns a.selected {
  top: 0;
}

#content tr.quantity .action-btns a.cart-btn:before,
#content tr.quantity .action-btns a.selected:before {
  width: 20px;
  height: 24px;
}

#content tr.quantity.quantity-active .action-btns a.cart-btn:before,
#content tr.quantity.quantity-active .action-btns a.selected:before {
  background: url(/fileadmin/templates/images/shopping-bag-white.svg) no-repeat;
  background-size: contain;
}

#content tr.quantity.quantity-active.price_val-empty .action-btns a.cart-btn:before,
#content tr.quantity.quantity-active.price_val-empty .action-btns a.selected:before {
  background: url(/fileadmin/templates/images/shopping-bag-fill-white.svg) no-repeat;
  background-size: contain;
}

#content tr.quantity.price_val-empty .action-btns span.cart-btn-add,
#content tr.quantity.quantity-active.price_val-empty .action-btns span.cart-btn-add {
  min-width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: 16px;
  pointer-events: none;
}

#content tr.quantity .action-btns a.selected~span.cart-btn-add {
  min-width: 15px;
  height: 15px;
  border-radius: 10rem !important;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: 16px;
  pointer-events: none;
  background: #0270b9;
  border: 1px solid #fff;
}

/* #content tr.quantity .action-btns a.selected ~ span.cart-btn-add::before{
  content: "1";
  background: transparent;
  font-size: 9px;
  top: -2px;
  left: 4px;
  color: #fff;
  position: absolute;
} */
#content tr.quantity .action-btns a.selected~span.cart-btn-add {
  font-size: 9px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-indent: 1px;
  transition: 0.5s all;
  text-align: center;

}

.hide-scrol {
  overflow-x: hidden !important;
}

table.noCartContent-table,
table.noCartContent-table+table {
  min-width: 100% !important;
  overflow: auto;
}

table.noCartContent-table+table,
table.noCartContent-table tbody tr:not(:first-child) {
  display: none;
}

.noCartContent-table tr.noCartContent {
  text-align: center;
  width: 100%;
}

#content .quantity.deleted-rec {
  background: rgba(246, 245, 245, 0.6);
}

#content .quantity.deleted-rec td:not(:last-child) {
  opacity: 0.6;
}

#content .quantity.deleted-rec .action-btns a.delete-btn:after {
  background: url(/fileadmin/templates/images/add.svg) no-repeat;
  background-size: contain;
}

#content .cartform table {
  table-layout: auto;
}

#content .cartform tr.cart-doctor-tab td:first-child {
  width: 100%;
  text-align: left !important;
}

#content .cartform tr.cart-doctor-tab td a {
  background: #F6F5F5;
  padding: 10px 20px;
  border-radius: 10px;
  color: #2C3334;
  font-family: 'Arial MT Light';
  font-size: 16px;
  text-align: left;
  transition: 0.5s all;
}

#content .cartform .quantity.deleted-rec a.cart-btn {
  opacity: 1;
  display: inline-block;
  pointer-events: all;
  padding-right: 7px;
}

#content .cartform .quantity.deleted-rec a.edit-btn {
  opacity: 0.25;
  display: inline-block;
  pointer-events: none;
}

#content .cartform tr.quantity.deleted-rec a.cart-btn:before,
#content .cartform tr.quantity.price_val-empty.deleted-rec a.cart-btn:before {
  background: url(/fileadmin/templates/images/add.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

#content .cartform tr.quantity.deleted-rec a.cart-btn~.cart-btn-add,
#content .cartform tr.quantity.price_val-empty.deleted-rec a.cart-btn~.cart-btn-add {
  display: none;
}

#content tr.quantity.price_val-empty .action-btns span.cart-btn-add {
  background: #0270b9;
  border: 1px solid #fff;
}

#content tr.quantity.price_val-empty.deleted-rec .action-btns span.cart-btn-add {
  display: none;
}

#content tr.quantity.quantity-active.price_val-empty .action-btns span.cart-btn-add {
  background: #fff;
  border: 1px solid #0270b9;
}

#content tr.quantity.quantity-active.price_val-empty .action-btns span.cart-btn-add:after,
#content tr.quantity.price_val-empty .action-btns span.cart-btn-add:after {
  content: "";
  width: 1px;
  height: 7px;
  position: absolute;
  top: 3px;
  left: 6px;
}

#content tr.quantity.quantity-active.price_val-empty .action-btns span.cart-btn-add:after {
  background: #0270b9;
}

#content tr.quantity.price_val-empty .action-btns span.cart-btn-add:after {
  background: #fff;
}

#content tr.quantity.quantity-active.price_val-empty .action-btns a.selected~span.cart-btn-add:after,
#content tr.quantity.price_val-empty .action-btns a.selected~span.cart-btn-add:after,
#content .cartform tr.quantity .action-btns span.cart-btn-add {
  display: none;
}

#content tr.quantity.quantity-active.price_val-empty .action-btns span.cart-btn-add::before,
#content tr.quantity.price_val-empty .action-btns span.cart-btn-add::before {
  content: "";
  width: 7px;
  height: 1px;
  position: absolute;
  top: 6px;
  left: 3px;
}

#content tr.quantity.quantity-active.price_val-empty .action-btns span.cart-btn-add::before {
  background: #0270b9;
}

#content tr.quantity.price_val-empty .action-btns span.cart-btn-add::before {
  background: #fff;
}

/* #content tr.quantity.quantity-active.price_val-empty .action-btns a.selected ~ span.cart-btn-add::before,
#content tr.quantity.price_val-empty .action-btns a.selected ~ span.cart-btn-add::before{
  content: "1";
  background: transparent;
  font-size: 9px;
  top: -2px;
  left: 3px;
}
#content tr.quantity.quantity-active.price_val-empty .action-btns a.selected ~ span.cart-btn-add::before {
  color: #0270b9;
} */
#content tr.quantity.quantity-active.price_val-empty .action-btns a.selected~span.cart-btn-add {
  color: #0270b9;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#content tr.quantity.price_val-empty .action-btns a.selected~span.cart-btn-add::before {
  color: #ffffff;
  display: none;
}

.mfp-figure {
  position: relative;
}

.mfp-figure button.mfp-close {
  background: url(/fileadmin/templates/images/close.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0 !important;
  width: auto !important;
  top: 10px !important;
  color: transparent !important;
  opacity: 1 !important;
}

#content tr.quantity.price_val-empty .action-btns a.cart-btn:before,
#content tr.quantity.price_val-empty .action-btns a.selected:before {
  background: url(/fileadmin/templates/images/shopping-bag-fill.svg) no-repeat;
  background-size: contain;
}

#content tr.quantity.quantity-active,
#content tr.quantity.quantity-active td {
  background: #0270B9;
  color: #fff;
  transition: 0.5s all;
}

#content tr.quantity ul {
  padding: 0;
}

.shop .category-list .category-list-active,
.shop .category-list li:active {
  border: 2px solid #0270B9 !important;
  transition: 0.5s all;
}

.shop .category-list .category-list-active span,
.shop .category-list li:active span {
  background: #0270B9 !important;
  color: #fff !important;
  transition: 0.5s all;
}

.shop .category-list li:hover {
  border: 2px solid #0270B9 !important;
}

.shop .category-list li:hover span {
  background: #0270B9 !important;
  color: #fff !important;
}

.shop .username-box {
  background: #9EA2A2;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  padding: 11px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.field input {
  max-width: 46px;
  text-align: center;
  font-size: 15px;
  padding: 4px 7px !important;
  background: #fff !important;
}

.quantity .field {
  position: relative;
  /* padding-right: 20px; */
  padding-right: 5px;
  display: flex;
  align-items: center;
}

.quantity .field button {
  border: 0;
  padding: 0;
  width: 16px;
  height: 13px;
  background: #0070ba;
  color: #fff;
  font-size: 17px;
  line-height: 13px;
  border-radius: 3px;
}

.quantity .field button {
  position: absolute;
  left: 50px;
}

.quantity .field input {
  border: none !important;
  border-radius: 6px !important;
  max-width: 120px !important;
  text-align: center;
  font-size: 15px;
  font-family: 'Arial' !important;
  font-weight: 700 !important;
}

.quantity .field button.add {
  top: 0;
}

.quantity .field button.minus {
  bottom: 0;
}

#content .cart-list table th,
#content .cart-list table td {
  vertical-align: middle;
}

#content .cart-list table td ul li {
  padding: 0 0 0px 0px;
}

#content .cart-list table td ul li.action-btns {
  display: inline-block;
}

/* #content .quantity .action-btns {
    float: right;
  } */

#content .quantity .action-btns .cart-btn {
  /* -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); */
  position: relative;
  top: 0px;
  opacity: 0.25;
  pointer-events: none;
}

#content .quantity.price_val-empty .action-btns .cart-btn {
  opacity: 1;
  pointer-events: all;
}

#content .quantity label {
  font-weight: bold;
  font-size: 13px;
  float: none;
  width: 100%;
}

#content .cart-list table tr:not(.total) td:first-child {
  text-align: left;
  border-radius: 12px 0px 0px 12px;
  padding-left: 20px;
}

#content .cart-list table tr:not(.total) td:last-child {
  text-align: center;
  border-radius: 0px 12px 12px 0px;
}

#content .cart-list table tr.total td {
  font-weight: bold;
  font-size: 22px;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

/* #content .cart-list table tr.total td:last-child {
  text-align: right;
} */

#content .cart-list table tr.total td:first-child {
  padding-left: 20px;
  padding-right: 20px;
}

#content .cart-list table tr.total td:not(:first-child) {
  padding: 7px 12px 6px;
}

#content .cartform .btn-holder {
  margin-top: 12px;
}

#content .cartform .cart-list table {
  margin-bottom: 0px;
}

#content .cartform .cart-list table tr.msg-us td:first-child {
  padding-top: 0px;
}

#content .cartform .cart-list table:last-child {
  margin-top: 0px;
}

#content .cartform .quantity.cartrowDisable .field input {
  text-align: left !important;
  background: transparent !important;
  pointer-events: none;
  height: auto !important;
  padding: 2px 2px 2px 0 !important;
}

#content .cartform .quantity.cartrowDisable {
  cursor: auto;
}

#content .cartform .quantity.cartrowDisable.deleted-rec {
  transition: none;
}

#content .cartform tr.cart-doctor-tab,
#content .confirmation-list tr.cart-doctor-tab {

  text-align: center;
  transition: 0.5s all;
  color: #2E3536;
  font-weight: 500 !important;
  vertical-align: middle;
}

#content .confirmation-list tr.cart-doctor-tab .doc-name {
  background: #F6F5F5;
  padding: 10px 20px;
  border-radius: 10px;
  color: #2C3334;
  font-family: 'Arial MT Light';
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  transition: 0.5s all;
  max-width: 200px;
}

#content .cartform tr.cart-doctor-tab td,
#content .confirmation-list tr.cart-doctor-tab td {
  padding: 10px 6px !important;
  border-radius: 10px !important;
  vertical-align: middle;
  text-align: center !important;
}

#content .cartform tr.cart-doctor-tab:not(:first-child) td {
  padding: 40px 6px 10px 6px !important;
}

#content .cartform .cart-list table td:first-child {
  width: 20px;
}

#content .cartform .cart-list table td:nth-child(2) {
  width: 50px;
}

#content .cartform .cart-list table td:nth-child(3) {
  width: 500px;
}

#content .cartform .cart-list table td:nth-child(4) {
  width: 50px;
}

#content .cartform .cart-list table td:nth-child(5) {
  width: 50px;
}

#content .cartform .cart-list table td:last-child {
  width: 50px;
}

#content .confirmation-list .cart-list table td:first-child {
  width: 20px;
}

#content .confirmation-list .cart-list table td:nth-child(2) {
  width: 50px;
}

#content .confirmation-list .cart-list table td:nth-child(3) {
  width: 400px;
}

#content .confirmation-list .cart-list table td:nth-child(4) {
  width: 50px;
}

#content .confirmation-list .cart-list table td:nth-child(5) {
  width: 50px;
}

#content .confirmation-list .cart-list table td:last-child {
  width: 50px;
}

/* #content .cartform tr.cart-doctor-tab td:first-child{
  background: #F6F5F5;
  padding: 10px 0px;
  border-radius: 10px;
} */
#content .cartform .cart-list tr.cart-doctor-tab.hiddenTable {
  display: none;
}

#content .cartform .cart-list tr.copyRowTable {
  display: none;
}

#content .shop .back-btn {
  text-transform: initial !important;
}

#content ul.quantity li.disabled {
  opacity: 0.5;
  pointer-events: none;
}

#content .btn-holder button {
  min-width: 280px;
  margin-right: 0;
}

#content .shop .btn-holder a.back-btn {
  opacity: 0.25;
  pointer-events: none;
  color: #fff;
}

#content .shop.cart-added .btn-holder a.back-btn {
  opacity: 1;
  pointer-events: all;
}

#content .btn-holder button.submit-btn {
  padding: 17px 50px;
  cursor: pointer;
  border-radius: 10px;
  background: #0270B9;
  color: #fff;
  min-width: 240px;
  margin: 0;
  transition: 0.5s all;
}

.shop p {
  font-size: 14px;
}

.shop ul.doctors-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.shop ul.doctors-list li {
  position: relative;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0px 10px !important;
  margin-bottom: 20px;
}

.shop ul.doctors-list li a {
  transition: 0.5s all;
}

.shop ul.doctors-list li a:hover {
  background: #0270B9;
  color: #fff !important;
}

.shop ul.doctors-list li.doctors-list-active a {
  background: #0270B9;
  color: #fff !important;
  transition: 0.5s all;
}

#content .confirmation-list .cart-list table tr:not(.total) td:last-child {
  text-align: left;
  border-radius: 0px 12px 12px 0px;
}

.shop ul.doctors-list li a {
  background: #F6F5F5;
  display: block;
  padding: 14px 0px;
  border-radius: 10px;
  text-align: center;
  transition: 0.5s all;
  color: #2E3536 !important;
  font-weight: 500 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop ul.doctors-list li::before {
  display: none;
}

.cart-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

#content .shop .search-form {
  padding-bottom: 0;
}

#content .shop .search-form:after {
  display: none;
}

#content .shop .search-form input[type='search'] {
  padding: 9px 20px;
  border: none;
  border-radius: 10px !important;
  background: #F6F5F5;
}

#content .shop .search-form {
  background: #fff;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  border-color: #F6F5F5;
  box-shadow: none;
  border: none;
  margin-bottom: 20px;
}

ul.category-list li:before {
  display: none;
}

#content ul.category-list li {
  padding: 0;
  border: 2px solid #F6F5F5;
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 200px;
  flex: 0 0 206px;
  margin: 0px 7px 15px;
  text-align: center;
  min-height: 160px;
  transition: 0.5s all;
}

ul.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px !important;
  margin-right: -7px !important;
}

#content ul.category-list li span {
  background: #F6F5F5;
  color: #2C3334;
  font-weight: bold;
  width: 100%;
  display: block;
  font-size: 12px;
  position: absolute;
  padding: 10px 0;
  bottom: 0;
  transition: 0.5s all;
  border-radius: 0 0 5px 5px;
}

#content ul.category-list li .img-wrap {
  position: relative;
  min-height: 124px;
  max-width: 150px;
  max-height: 96px;
  margin: auto;
}

#content ul.category-list li .img-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cart-list {
  overflow-x: auto;
}

#content .cart-list table {
  min-width: 600px;
  border-spacing: 0px 10px;
  border-collapse: initial;
  margin: 22px 0 30px;
}

#content .confirmation-list .cart-list table {
  table-layout: auto;
}

.quantity input.error,
input.single.error,
select.doctor.error {
  border: red 1px solid !important;
}

select.doctor {
  max-width: 140px;
  text-align: center;
  font-size: 15px;
  padding: 4px 7px !important;
  background: #fff !important;
  margin-top: 5px;
}

li.selectbox {
  clear: both;
}

#content .shop .search-form input[type='submit'] {
  margin: 0px;
  padding: 0px;
  background: url(/fileadmin/templates/images/search.svg) no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.gray {
  opacity: 0.5;
}


a.loading:before {
  content: "";
  background: url(../images/loader.gif) no-repeat 10px 25px;
  width: 31px;
  height: 36px;
  display: inline-block;
}

.cart-list img {
  /* width: 100px; */
  width: 82px;
  height: 60px;
  object-fit: contain;
  background: #fff;
  display: flex;
  align-items: center;

}

.btn-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-holder .back-btn,
.btn-holder .submit-btn {
  padding: 13px 17px;
  cursor: pointer;
  border-radius: 10px;
  background: #0e67a1;
  color: #fff;
  min-width: 200px;
  text-align: center;
}

.btn-holder .back-btn:hover {
  color: #fff !important;
}

.btn-holder .back-btn[type="submit"],
.btn-holder .back-btn[type="reset"] {
  background: #F6F5F5 !important;
  color: #2C3334 !important;
  padding: 17px 15px !important;
  border-radius: 10px !important;
}

.doctor-forms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.doctor-forms .btn-holder {
  width: 100%;
}

.doctor-forms form.shop {
  flex: 0 0 auto;
  max-width: initial;
  padding-right: 0 !important;
}

.doctor-forms form button[type="submit"] {
  background: #F6F5F5 !important;
  color: #2C3334 !important;
  padding: 17px 15px !important;
  border-radius: 10px !important;
  margin-right: 0 !important;
  transition: 0.5s all;
}

.btn-holder a.noDoctor {
  background: #F6F5F5 !important;
  color: #2C3334 !important;
  padding: 17px 15px !important;
  border-radius: 10px !important;
  margin-right: 0 !important;
  transition: 0.5s all;
  font-weight: 500 !important;
  padding: 14px 47px !important;
  /* text-transform: capitalize !important; */
  display: block;
}

.doctor-forms form:nth-child(2) button[type="submit"] {
  font-weight: 500 !important;
  padding: 17px 47px !important;
  text-transform: capitalize !important;
}

.doctor-forms form .btn-holder button[type="submit"] {
  padding: 17px 47px !important;
}

#content .doctor-forms form:after {
  display: none;
}

.shop-twoCol {
  display: flex;
  flex-wrap: wrap;
}

#content .shop-twoCol .shop {
  flex: 0 0 65.76%;
  max-width: 65.76%;
  padding-right: 15px;
}

.shop-twoCol aside#sidebar {
  flex: 0 0 34.24%;
  max-width: 34.24%;
  padding-left: 15px;
}

.cart-form-tr-hide {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
}

#content .cartform:after,
#content .shop:after {
  display: none;
}

body.mac #content tr.quantity.quantity-active.price_val-empty .action-btns a.selected~span.cart-btn-add {
  display: block;
  line-height: 14px;
  text-indent: 1px;
}

body.mac #content tr.quantity .action-btns a.selected~span.cart-btn-add {
  display: block;
  line-height: 14px;
  text-indent: 0px;
}

body.mac #content .shop form.login input {
  padding: 19px 50px 14px 23px;
}

#content form.cartform button[type="submit"]:hover,
#content form.cartform button[type="reset"]:hover {
  background: #79b2e1;
}

#content .cart-list table tr.cartform-table-title[data-doctorid="0"] th {
  padding-top: 0px;
}

@media(max-width: 1100px) {
  .container.wide {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1025px) {
  #content .cart-list table tr.total td:not(:first-child) {
    padding: 5px 9px 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .info-div {
    margin-right: 7px;
}
  #content ul.category-list li {
    flex: 0 0 calc(33% - 14px);
    max-width: calc(33% - 14px);
  }


  #content .shop-twoCol .shop .shopHeader h1,
  #content .cartform .shopHeader h1 {
    line-height: 28px;
  }

  #content .shop .shopHeader .shopSideContent .logoutButton a,
  #content .cartform .shopHeader .shopSideContent .logoutButton a {
    padding: 3px 24px 4px 24px;
  }

  #content .shop .shopHeader .shopSideContent a.cart-btn,
  #content .cartform .shopHeader .shopSideContent a.cart-btn {
    top: 0;
  }

  a.cart-btn:before {
    height: 27px;
  }
}

@media only screen and (max-width: 991px) {
  #content ul.category-list li {
    flex: 0 0 calc(50% - 14px);
    max-width: calc(50% - 14px);
  }

  #content .cart-list table td:nth-child(3) {
    word-break: break-all;
  }

  #content .shop .btn-holder button {
    min-width: 200px;
  }

  .doctor-forms {
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
  }

  .doctor-forms form.shop {
    padding-right: 0 !important;
    padding-bottom: 0px !important;
  }

}

@media only screen and (max-width: 1024px) and (min-width:768px) {
  .cart-btn span.badge {
    top: 14px;
    right: 1px;
  }
}
#content .shop .cart-list table {
  margin: 10px 0 30px;
}
.shopHeader .btn-holder {
  margin-top: 5px;
}
/*---------max-width: 991px-----------*/
@media only screen and (max-width: 991px) and (min-width:768px) {
  #content .cartform .cart-list table td ul li.action-btns {
    display: flex;
}
#content .cart-list table tr:not(.total) td .limit-value {
  word-break: initial;
}
  /* #content .cartform .cart-list table td:last-child {
    width: 80px;
  } */
  #content .cart-list table td:nth-child(3), #content .cart-list table th:nth-child(3) {
    width: 35%;
}
  #content .cart-list table {
    min-width: initial;
  }

  #content .cart-list table td:first-child,
  #content .cart-list table th:first-child {
    width: 12%;
  }

  #content .cart-list table td:nth-child(2),
  #content .cart-list table th:nth-child(2) {
    width: 13%;
    text-align: center;
  }

  .action-btns a.edit-btn,
  #content .cartform .quantity.deleted-rec a.cart-btn {
    padding-right: 5px;
  }
}

.action-btns a.delete-btn,
  .action-btns a.remove-btn {
    padding-right: 5px;
  }

@media only screen and (max-width: 767px) {
  #content {
    margin-top: 40px;
  }

  #content .shop h1 {
    margin-bottom: 30px;
  }

  #content .shop form.login {
    margin-top: 50px;
  }

  #content form button[type="submit"],
  #content form button[type="reset"] {
    padding: 15px 12px !important;
  }

  #content .shop form.login .login-password {
    margin-bottom: 15px;
  }

  #content .shop form.login .login-username {
    margin-bottom: 15px;
  }

  #content .shop .shopHeader,
  #content .cartform .shopHeader {
    display: block;
  }

  #content .shop .shopHeader .shopSideContent .logoutButton a,
  #content .cartform .shopHeader .shopSideContent .logoutButton a {
    padding: 9px 24px 9px 24px;
  }

  #content .shop .shopHeader .shopSideContent a.cart-btn,
  #content .cartform .shopHeader .shopSideContent a.cart-btn {
    top: 2px;
  }

  a.cart-btn:before {
    height: 35px;
  }

  content .shop .shopHeader .shopSideContent,
  #content .cartform .shopHeader .shopSideContent {
    justify-content: space-between;
    width: 100%;
  }

  #content .shop .shopHeader,
  #content .cartform .shopHeader {
    display: block;
  }

  #content .shop .shopHeader .shopSideContent,
  #content .cartform .shopHeader .shopSideContent {
    justify-content: space-between;
  }

  #content .shop .shopHeader,
  #content .cartform .shopHeader {
    display: block;
  }

  #content .shop .shopHeader .shopSideContent,
  #content .cartform .shopHeader .shopSideContent {
    justify-content: space-between;
  }

  #content .cartform .btn-holder {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  #content .cartform .btn-holder .back-btn,
  #content .cartform .btn-holder .submit-btn {
    margin: 0 10px 10px;
  }

  #content .shop .shopHeader .shopSideContent,
  #content .cartform .shopHeader .shopSideContent {
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    margin-bottom: 30px;
  }

  #content .shop .sub-head,
  #content .cartform .sub-head {
    font-size: 20px;
    line-height: 26px;

  }

  #content .shop-twoCol .shop {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }

  .shop-twoCol aside#sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }

  #content .shop-twoCol .shop .shopHeader h1,
  #content .cartform .shopHeader h1 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #content .shop-twoCol .shop .shopHeader .shopSideContent,
  #content .cartform .shopHeader .shopSideContent {
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    margin-bottom: 30px;
  }

  #content .shop .shopHeader .shopSideContent .logoutButton,
  #content .cartform .shopHeader .shopSideContent .logoutButton {
    margin-bottom: 0px;
  }

  #content .shop .search-form input[type='search'] {
    padding: 15px 20px;
  }

  .btn-holder .back-btn,
  .btn-holder .submit-btn {
    margin: auto;
  }

  #content tr.quantity.price_val-empty .action-btns span.cart-btn-add,
  #content tr.quantity.quantity-active.price_val-empty .action-btns span.cart-btn-add,
  #content tr.quantity .action-btns a.selected~span.cart-btn-add {
    min-width: 14px;
    height: 14px;
    padding: 0 1px;
  }

  #content .confirmation-list .cart-list table td:nth-child(4) {
    width: 140px;
  }

  #content .confirmation-list .cart-list table td:last-child {
    width: 140px;
  }

  #content .cart-list table tr.total td:not(:first-child) {
    padding: 5px 9px 7px;
  }

  #content .cart-list table {
    min-width: 1200px;
    width: 100%;
  }

  #content .shop form.login input {
    padding: 10px 50px 10px 23px;
    font-size: 20px;
  }

  #content .shop form.login input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 20px;
    line-height: 24px;

  }

  #content .shop form.login input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 20px;
    line-height: 24px;

  }

  #content .shop form.login input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 20px;
    line-height: 24px;
  }

  #content .shop form.login input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 20px;
    line-height: 24px;

  }

  #content .shop .search-form input[type='submit'] {
    margin-top: 8px;
    margin-right: 10px;
  }


  .shop ul.doctors-list li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #content .shop .shopHeader .shopSideContent a.doctor-btn {
    padding: 10px 15px;
    margin-top: 20px;
  }

  body.mac #content .shop .shopHeader .shopSideContent a.doctor-btn {
    padding: 12px 15px 8px;
  }

  body.mac #content tr.quantity.quantity-active.price_val-empty .action-btns a.selected~span.cart-btn-add {
    line-height: 11px;
  }

  #content tr.quantity.quantity-active.price_val-empty .action-btns a.selected~span.cart-btn-add {
    line-height: 13px;
    text-indent: 0;
  }
}

/*  /-----768px--------/ */

@media only screen and (max-width: 480px) {
  .shop ul.doctors-list li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #content ul.category-list li {
    margin: 0 auto 25px auto;
  }

  #content .shop .btn-holder button,
  #content .shop .btn-holder button.submit-btn {
    float: none;
    margin: 10px auto;
  }

  #content .shop .btn-holder {
    text-align: center;
    justify-content: center;
  }

  #content .shop .btn-holder button {
    margin-bottom: 20px;
  }
}

a.delete-btn.loading {
  background: none;

  margin-top: -20px;
  margin-left: -35px;
}



/*****************************/
@keyframes validationinput {
  10% {
    border: solid 1px red;
    color: red;
  }

  100% {
    border: 1px solid #cfd0d0;
    color: #2c3334;
  }
}

@keyframes validationlabel {
  10% {
    color: red;
  }

  100% {
    color: #2c3334;
  }
}

.maxvalidation .limit-value {
  animation-name: validationlabel;
  animation-duration: 3s;
  animation-fill-mode: both;
}

.maxvalidation input {

  animation-name: validationinput;
  animation-duration: 3s;
  animation-fill-mode: both;
}

a.cart-btn,
a.selected,
a.delete-btn {
  cursor: pointer;
}


img.deg180 {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

img.deg90 {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

img.deg270 {
  transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}

/* tooltipster styles */
.tooltip.tooltipstered {
  cursor: pointer;
}


.tooltipster-sidetip .tooltipster-content {
  color: #000;
  padding: 10px 12px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{
  right: 0px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 4px;
}
.info-column {
  position: relative;
  padding-right: 10px;
}

.info-div {
  position: relative;
  left: -24px;
  top: 64px;
  margin-left: 0px;
  background: transparent;
  width: 20px;
  height: 20px;
}
#content .info-column p{
  margin-bottom: 0px;
}
.tooltipster-fade.tooltipster-show {
  margin-top: -3px;
}
.cartform .cartrowDisable .info-div{
  top: 43px;
}
.cartform .info-div {
  bottom: 17px;
}
.info-div:after {
  display: inline-block;
  content: "";
  background: url('/fileadmin/templates/images/info-icon-blue.svg') no-repeat;
  object-fit: cover;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  margin-top: -3px;
}

#content .shop tr.quantity:hover .info-div:after {
  background: url('/fileadmin/templates/images/info-icon-white.svg') no-repeat;
  background-size: 20px 20px;
}

.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 100%;
}
/* .tooltipster-base.tooltipster-sidetip{
  max-width: 450px !important;
} */
#content tr.quantity.quantity-active .info-div.tooltip::after {
  background: url(/fileadmin/templates/images/info-icon-white.svg) no-repeat;
  background-size: 20px 20px;
}

/*IE11 styles */
@media all and (-ms-high-contrast:none) {

  #content .cartform .cart-list table td:nth-child(3) {
    max-width: 500px;
  }

  #content .cart-list table tr:not(.total) td:last-child {
    padding: 7px 7px 6px;

  }

}

@media only screen and (max-width: 1024px){
  .info-div {
    left: -17px;
  }
  .cartform .info-div {
    bottom: 19px;
  }
}

/* upgrdae */
.sub-head p {
  font-size: 22px;
  line-height: 26px;
  color: #2C3334;
  font-family: 'Arial MT Light';
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}