body, a, * {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  border: solid 1px silver;
  background: aliceblue;
  margin: 12px auto;
}
.wrapper .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 25%;
  min-height: 120px;
}
.wrapper .header .like-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.wrapper .header .like-container .itemL {
  float: left;
  width: 50%;
  height: 100%;
  min-height: 30px;
  text-align: left;
  padding: 0;
}
.wrapper .header .like-container .itemL .search-form {
  display: block;
  width: 228px;
  margin: 3px auto auto 3px;
  padding-bottom: 2px !important;
  padding-left: 2px !important;
  background-color: lightslategray;
  opacity: 0.6;
}
.wrapper .header .like-container .itemL .search-form .search-field {
  margin: 0;
  margin-top: 2px !important;
  height: 26px;
}
.wrapper .header .like-container .itemL .search-form .button_submit {
  margin: auto;
  padding: 0;
  background: url("../images/search24.png") no-repeat;
  color: white;
  cursor: pointer;
  border: none;
  width: 24px;
  height: 24px;
}
.wrapper .header .like-container .itemL .search-form:hover {
  opacity: 1;
}
.wrapper .header .like-container .itemC {
  float: none;
  width: 100%;
  height: 100%;
  min-height: 90px;
  text-align: center;
  vertical-align: middle;
  background-color: white;
}
.wrapper .header .like-container .itemR {
  float: right;
  width: 50%;
  height: 100%;
  min-height: 30px;
  text-align: right;
  color: #1D4A64;
  margin-right: 12px;
  vertical-align: middle;
  opacity: 0.6;
}
.wrapper .header .like-container .itemR .basket-btn {
  position: relative;
  margin: 6px 0 0 0;
  padding: 0;
  background: url("../images/basket32.png") no-repeat;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: none;
  opacity: 0.6;
}
.wrapper .header .like-container .itemR .basket-body {
  display: none;
  visibility: hidden;
  opacity: 0.6;
}
.wrapper .header .like-container .itemR .basket-body .basket-list {
  opacity: 0.6;
}
.wrapper .header .like-container .itemR .basket-body .basket-list li {
  list-style: none;
}
.wrapper .header .like-container .itemR .basket-body .basket-list:hover {
  opacity: 1;
}
.wrapper .header .like-container .itemR .basket-body .basket-footer {
  display: none;
  visibility: hidden;
  width: 380px !important;
  height: 200px !important;
  border: solid 1px silver;
  opacity: 0.6;
}
.wrapper .header .like-container .itemR .basket-body .basket-footer:hover {
  opacity: 1;
}
.wrapper .header .like-container .itemR .basket-body:hover {
  opacity: 1;
}
.wrapper .header .like-container .itemR:hover {
  opacity: 1;
}
.wrapper .menu {
  width: 100%;
  height: 10%;
  min-height: 32px;
}
.wrapper .menu .menu-table {
  width: 100%;
  height: 100%;
}
.wrapper .menu .menu-table tr .menu-item {
  width: 33%;
  height: 100%;
  padding: 6px;
  min-height: 32px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: gray;
  font-size: 14px;
  letter-spacing: 1.3px;
  background-color: white;
}
.wrapper .menu .menu-table tr .menu-item a {
  text-decoration: none;
  color: gray;
}
.wrapper .menu .menu-table tr .menu-item a:hover {
  color: navy;
}
.wrapper .menu .menu-table tr .selected {
  height: 100%;
  min-height: 32px;
  background-color: #f5efe9;
}
.wrapper .container, .wrapper .container-store, .wrapper .container-contact, .wrapper .container-policy {
  width: 100%;
  height: 50%;
  min-height: 472px;
  background-image: url("../images/intro.jpg");
  background-size: 1200px 700px;
  background-position-x: center;
  background-repeat: no-repeat;
}
.wrapper .container .central-message, .wrapper .container-store .central-message, .wrapper .container-contact .central-message, .wrapper .container-policy .central-message {
  position: absolute;
  top: 260px;
  left: 50%;
  color: white;
  margin-left: -320px;
  width: 640px;
  height: 240px;
  background-color: #1c6290;
  text-align: center;
  opacity: 0.6;
}
.wrapper .container .central-message h2, .wrapper .container-store .central-message h2, .wrapper .container-contact .central-message h2, .wrapper .container-policy .central-message h2 {
  margin: 32px;
  background: transparent;
  opacity: 1;
}
.wrapper .container .central-message p, .wrapper .container-store .central-message p, .wrapper .container-contact .central-message p, .wrapper .container-policy .central-message p {
  margin: 24px;
  background: transparent;
  opacity: 1;
}
.wrapper .container .central-message p a, .wrapper .container-store .central-message p a, .wrapper .container-contact .central-message p a, .wrapper .container-policy .central-message p a {
  color: white;
  background-color: red;
  padding: 6px;
  text-decoration: none;
  opacity: 1 !important;
}
.wrapper .container .central-message:hover, .wrapper .container-store .central-message:hover, .wrapper .container-contact .central-message:hover, .wrapper .container-policy .central-message:hover {
  opacity: 1;
}
.wrapper .container-store {
  height: 50%;
  min-height: 460px;
  background-image: none;
  background-color: white;
}
.wrapper .container-store .container-store-inner {
  width: 1171px;
  height: 256px;
}
.wrapper .container-store .container-store-inner .product-desc {
  display: flex;
  flex-direction: column;
  margin-left: 12px !important;
  margin-right: 12px !important;
  width: 100%;
  height: 420px;
}
.wrapper .container-store .container-store-inner .product-desc div .right-side {
  display: block;
  float: right;
  border: solid 1px silver;
  background-color: #fafafa;
  color: #1D4A64;
  height: 100%;
  max-height: 420px !important;
  overflow-y: scroll;
  text-align: center;
  width: 50% !important;
  min-width: 500px !important;
  padding: 6px;
}
.wrapper .container-store .container-store-inner .product-desc div .right-side p {
  white-space: normal;
}
.wrapper .container-store .container-store-inner .product-desc div .right-side .product-properties {
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  max-width: 550px !important;
}
.wrapper .container-store .container-store-inner .product-desc div .right-side .product-properties tr td {
  padding: 6px;
  max-width: 500px !important;
  text-align: left;
}
.wrapper .container-store .container-store-inner .product-desc div .right-side .product-properties tr td b {
  font-weight: bold;
  font-size: 16px !important;
}
.wrapper .container-store .container-store-inner .product-desc div .right-side .product-properties tr td:nth-child(2) {
  text-align: right;
}
.wrapper .container-store .container-store-inner .product-desc div .right-side .product-properties tr:hover {
  background-color: #fff;
}
.wrapper .container-store .container-store-inner .product-desc div .left-side {
  float: left;
  height: 100%;
  max-height: 420px !important;
  text-align: center;
  width: 45% !important;
  min-width: 450px !important;
  padding: 6px;
  background-image: url("../images/arthro-premium2.jpg");
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: 400px;
  vertical-align: bottom;
}
.wrapper .container-store .container-store-listing {
  margin: 12px;
  padding: 12px;
}
.wrapper .container-store .container-store-listing .listing-section {
  display: block;
}
.wrapper .container-store .container-store-listing .listing-section .listing-header {
  float: right;
}
.wrapper .container-store .container-store-listing .listing-section .listing-header .listing-title {
  display: block;
  margin-left: 24px;
  color: gray;
}
.wrapper .container-store .container-store-listing .listing-section .listing-header .productslist-filters .productlist-form .fieldset-productlist {
  margin: 12px;
  padding: 12px;
  width: 340px;
  border: solid 1px #efefef;
}
.wrapper .container-store .container-store-listing .listing-section .listing-header .productslist-filters .productlist-form .fieldset-productlist .productslist-legend {
  color: gray;
  font-weight: bold;
}
.wrapper .container-store .container-store-listing .listing-section .listing-header .productslist-filters .productlist-form .fieldset-productlist .productslist-form-body .productslist-form-group {
  display: inline-flex;
}
.wrapper .container-store .container-store-listing .listing-section .listing-header .productslist-filters .productlist-form .fieldset-productlist .productslist-form-body .productslist-form-group .productslist-label {
  color: gray;
}
.wrapper .container-store .container-store-listing .listing-section .listing-header .productslist-filters .productlist-form .fieldset-productlist .productslist-form-body .productslist-form-group .productslist-input {
  width: 300px;
  border: solid 1px silver;
}
.wrapper .container-store .container-store-listing .listing-section .listing-header .productslist-filters .productlist-form .fieldset-productlist .productslist-form-body .productslist-form-group .productslist-button {
  margin: auto;
  padding: 0;
  background: url("../images/search24.png") no-repeat;
  color: gray;
  cursor: pointer;
  border: none;
  width: 24px;
  height: 24px;
}
.wrapper .container-store .container-store-listing .listing-section .listing-header .listing-order {
  margin: 24px;
  color: gray;
}
.wrapper .container-store .container-store-listing .listing-section .listing-body {
  float: left;
}
.wrapper .container-store .container-store-listing .listing-section .listing-body .productslist-columns-three {
  list-style: none;
}
.wrapper .container-store .container-store-listing .listing-section .listing-body .productslist-columns-three .product-item {
  width: 340px;
  text-align: center;
}
.wrapper .container-store .container-store-listing .listing-section .listing-body .productslist-columns-three .product-item .product-item-article .product-item-image .image-link .productslist-image {
  width: 320px;
}
.wrapper .container-store .container-store-listing .listing-section .listing-body .productslist-columns-three .product-item .product-item-details .product-item-title .title-link {
  text-decoration: none;
  color: darkgoldenrod;
}
.wrapper .container-store .container-store-listing .listing-section .listing-body .productslist-columns-three .product-item .product-item-details .product-item-title .title-link:hover {
  color: navy;
}
.wrapper .container-store .container-store-listing .listing-section .listing-body .productslist-columns-three .product-item .product-item-details .product-item-price {
  text-align: center;
}
.wrapper .container-contact {
  background: none;
  display: block;
  font-size: small;
}
.wrapper .container-contact .address {
  float: left;
  color: gray;
  width: 33%;
  min-width: 320px;
  padding: 12px 12px 12px 32px;
}
.wrapper .container-contact .address p a {
  color: gray;
  text-decoration: none;
}
.wrapper .container-contact .address p a:hover {
  color: navy;
  text-decoration: underline;
}
.wrapper .container-contact .contact-email-form-block {
  width: 60%;
  min-width: 600px;
  color: gray;
  float: right;
}
.wrapper .container-contact .contact-email-form-block .contact-form {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: flex-start;
  border-top: solid 1px #d6d2ce;
  border-left: solid 1px #d6d2ce;
  border-right: solid 1px #d1c9c0;
  border-bottom: solid 1px #d1c9c0;
  background-color: #f5efe9;
  margin: 6px;
  border-radius: 6px;
  border-bottom-width: 2px;
  padding: 12px;
}
.wrapper .container-contact .contact-email-form-block .contact-form .your-mail, .wrapper .container-contact .contact-email-form-block .contact-form .your-message {
  margin: 6px;
  border: solid 1px silver;
}
.wrapper .container-contact .contact-email-form-block .contact-form label {
  margin: 6px;
}
.wrapper .container-contact .contact-email-form-block .contact-form .send-mail {
  background-color: #1D4A64;
  width: 170px;
  height: 28px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: medium;
  padding: 8px;
  vertical-align: bottom;
  margin: 12px auto 12px auto;
}
.wrapper .container-contact .contact-email-form-block .contact-form .send-mail:hover {
  text-decoration: underline;
}
.wrapper .container-contact .contact-email-form-block p {
  padding: 0 0 0 32px;
  margin: 6px;
}
.wrapper .container-policy {
  width: 94%;
  background: none;
  color: gray;
  padding: 6px 24px 12px 24px;
  white-space: break-spaces;
}
.wrapper .container-policy p {
  margin: 0;
  padding: 0;
}
.wrapper .container2, .wrapper .container2-store, .wrapper .container2-contact {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: flex-start;
  width: 100%;
  height: 15%;
  min-height: 200px;
  background-color: #1c6290;
}
.wrapper .container2 .soon, .wrapper .container2-store .soon, .wrapper .container2-contact .soon {
  display: block;
  width: 50%;
  height: 40px;
  padding: 4px;
  margin-top: 75px;
  margin-left: 50px;
  font-size: xx-large;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #444;
}
.wrapper .container2 .contact, .wrapper .container2-store .contact, .wrapper .container2-contact .contact {
  position: sticky;
  display: block;
  padding: 6px;
  width: 50%;
  height: 40px;
  margin-top: 84px;
  margin-right: 80px;
  text-align: right;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #444;
}
.wrapper .container2 .contact a, .wrapper .container2-store .contact a, .wrapper .container2-contact .contact a {
  text-decoration: none;
  color: white;
}
.wrapper .container2 .contact a:hover, .wrapper .container2-store .contact a:hover, .wrapper .container2-contact .contact a:hover {
  color: aqua;
}
.wrapper .container2-store {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: lightsteelblue;
}
.wrapper .container2-store .download-btn-pdf, .wrapper .container2-store .add-to-basket-btn {
  width: 240px;
  height: 28px;
  margin: 12px;
  background-color: #1D4A64;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 12px;
}
.wrapper .container2-store .add-to-basket-btn {
  background-color: #1c6290;
}
.wrapper .container2-contact {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: flex-start;
  background-color: aliceblue;
  padding-left: 32px;
}
.wrapper .container2-contact h5 {
  color: gray;
}
.wrapper .container2-contact p a {
  text-decoration: none;
  color: gray;
}
.wrapper .container2-contact p a:hover {
  text-decoration: underline;
  color: navy;
}
.wrapper .footer {
  width: 100%;
  height: 15%;
  min-height: 64px;
  background-color: #1D4A64;
}
.wrapper .footer .social {
  padding-left: 12px;
}
.wrapper .footer .social .fa {
  margin: 6px;
  float: left;
  color: white !important;
}
.wrapper .footer .copyright {
  margin: 6px;
  color: white !important;
  float: right;
  font-size: small;
}
.wrapper .sub-footer {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: flex-start;
  width: 100%;
  height: 15%;
}
.wrapper .sub-footer .privacy-policy, .wrapper .sub-footer .terms-and-conditions {
  display: block;
  width: 50%;
  float: left;
  margin: 6px;
  text-decoration: none;
  font-size: small;
  color: gray;
}
.wrapper .sub-footer .privacy-policy {
  text-align: right;
  padding-right: 32px;
}
.wrapper .sub-footer .privacy-policy:hover, .wrapper .sub-footer .terms-and-conditions:hover {
  color: navy;
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
