fieldset {
  max-width: 630px;
  margin: 50px auto;
}
label {
  width: 30%;
  display: block;
  clear: left;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  font-size: 1.3125em;
  line-height: 36px;
}
textarea {
  width: 70%;
  float: left;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
  width: 70%;
  float: left;
}
select {
  width: 70%;
  float: left;
}
.cp-form-field .parsley-equalto,
.cp-form-field .parsley-required,
.cp-form-field .parsley-type,
.cp-form-field .parsley-custom-error-message {
  margin-left: 30%;
}
.cp-form-title select {
  width: 100%;
}
.cp-form-title input[type="text"] {
  width: 100%;
}
.cp-form-title-wrap {
  width: 70%;
  float: left;
}
.cp-form-title-wrap input {
  width: 100%;
}
.cp-logo {
  max-width: 100%;
  float: left;
  height: 87px;
  position: relative;
  z-index: 1;
}
.cp-main-nav-list {
  margin: 0;
}
.cp-main-nav-list a,
.cp-main-nav-list .cp-main-nav-link {
  padding: 0;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
}
.cp-main-nav-list a:hover,
.cp-main-nav-list .cp-main-nav-link:hover {
  text-decoration: underline;
  background-color: transparent;
}
.cp-main-nav-list h3 {
  font-size: 1em;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  margin: 0;
  line-height: 24px;
}
.cp-main-nav-list .cp-main-nav-link {
  font-size: 0.875em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 32px 15px 31px;
  height: 87px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 98px;
}
.cp-main-nav-list .cp-main-nav-link:hover {
  text-decoration: none;
}
.cp-main-nav-list .cp-main-nav-link span {
  position: relative;
}
.cp-main-nav-list .cp-main-nav-link.open .cp-sub-nav {
  display: none;
}
.cp-main-nav-list {
  display: table;
  width: 100%;
}
.cp-main-nav-item {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #e1cfc0;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cp-main-nav-item:hover {
  background-color: #ecdfd5;
}
.cp-main-nav-item:hover .cp-sub-nav {
  display: block;
}
.cp-main-nav-item.hovering .cp-sub-nav {
  opacity: 1;
  display: block;
}
.cp-main-nav-item.hovering span:after {
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.cp-main-nav-item.hoveroff .cp-sub-nav {
  opacity: 0;
}
.cp-main-nav-item.locked {
  background-color: #ecdfd5;
}
.cp-main-nav-item.locked .cp-sub-nav {
  opacity: 1;
  display: block;
}
.cp-main-nav-item:first-child {
  border-left: 1px solid #e1cfc0;
}
.has-children .cp-main-nav-link:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  border: 6px solid transparent;
  border-top-color: #ecdfd5;
  z-index: 3;
  margin-left: -6px;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  -ms-transition: opacity 0.2s, -ms-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}
.has-children .cp-main-nav-link:hover:after {
  display: block;
}
.has-children .cp-main-nav-link.hovering:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.has-children .cp-main-nav-link.hoveroff:after {
  opacity: 0;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.has-children .cp-main-nav-link span {
  position: relative;
  display: block;
}
.has-children .cp-main-nav-link span:after {
  content: '\e60d';
  top: 13px;
  left: 50%;
  margin-left: -8px;
  right: auto;
  font-family: 'icomoon';
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
  transition: transform 0.2s;
  right: auto;
}
.has-children .cp-main-nav-link .menu-item-arrow {
  display: none;
}
.has-children:hover .cp-main-nav-link:after {
  display: block;
}
.has-children.hovering .cp-main-nav-link:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.has-children.hoveroff .cp-main-nav-link:after {
  opacity: 0;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.cp-main-nav-list .cp-sub-nav {
  position: absolute;
  z-index: 4;
  margin-top: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cp-main-nav-list .cp-sub-nav a {
  font-weight: inherit;
}
.cp-main-nav-list .cp-sub-nav ul {
  padding: 0;
}
.cp-main-nav-list .cp-mega-menu {
  left: 0;
  right: 0;
  background-color: #faf6f3;
  text-align: left;
  padding: 40px 15px;
  border-bottom: 1px solid #fff;
  box-shadow: 0px 15px 0px 0px #ddc8b7;
}
.cp-main-nav-list .cp-mega-menu ul a {
  padding-left: 0;
  padding-right: 0;
}
.cp-mega-menu-inner {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.cp-mega-menu-inner:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  height: 100%;
  border-left: 1px solid #e1cfc0;
}
.cp-mega-menu-inner:first-child:before {
  content: none;
}
.cp-mega-menu-inner h3 {
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 24px;
  font-size: 1em;
}
.cp-mega-menu-inner li {
  margin-bottom: 8px;
}
.cp-personal {
  position: relative;
}
.cp-personal .cp-main-nav-item {
  background-color: #dfcbbb;
  border-color: #f1e8e1;
}
.cp-personal .cp-main-nav-item:first-child {
  border-left: none;
}
.cp-personal .cp-main-nav-item:hover {
  background-color: #d8c0ac;
}
.cp-personal .cp-main-nav-item .cp-main-nav-link {
  padding-top: 41px;
  padding-left: 0;
  padding-right: 0;
}
.cp-personal .cp-main-nav-item .cp-main-nav-link:after {
  border-top-color: #d8c0ac;
}
.cp-personal .cp-main-nav-item .cp-sub-nav {
  right: 0;
  min-width: 240px;
}
.cp-main-nav-register .cp-main-nav-link span:before {
  content: '\e619';
  font-family: 'icomoon';
  display: block;
  font-size: 19px;
  margin-bottom: 2px;
  line-height: 24px;
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -20px;
}
.cp-main-nav-login .cp-main-nav-link span:before {
  content: '\e618';
  font-family: 'icomoon';
  display: block;
  font-size: 19px;
  margin-bottom: 2px;
  line-height: 24px;
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -20px;
}
.cp-main-nav-login input[type=submit] {
  float: none;
}
.cp-main-nav-basket .cp-main-nav-link span:before {
  content: '\e600';
  font-family: 'icomoon';
  display: block;
  font-size: 24px;
  margin-bottom: 2px;
  line-height: 24px;
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -18px;
}
.cp-main-nav-account .cp-main-nav-link span:before {
  content: '\e603';
  font-family: 'icomoon';
  display: block;
  font-size: 24px;
  margin-bottom: 2px;
  line-height: 24px;
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -10px;
}
.cp-basket,
.cp-login,
.cp-account {
  padding: 21px 19px;
  border: 1px solid #e1cfc0;
  border-top-width: 0;
  background-color: #faf6f3;
}
.cp-basket input[type=submit],
.cp-login input[type=submit],
.cp-account input[type=submit] {
  margin: 20px auto;
  display: block;
}
.cp-basket,
.cp-account {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #faf6f3;
}
.cp-basket ul,
.cp-account ul {
  margin: 0 -10px;
}
.cp-basket li,
.cp-account li {
  border-top: 1px solid #e1cfc0;
  padding: 10px 0;
}
.cp-basket li:first-child,
.cp-account li:first-child {
  border-top: none;
}
.cp-basket a,
.cp-account a {
  padding: 12px 10px;
  position: relative;
}
.cp-basket a:hover,
.cp-account a:hover {
  text-decoration: none;
  background-color: #f3ece5;
}
.cp-basket a:after,
.cp-account a:after {
  content: '\e60f';
  position: absolute;
  right: 10px;
  top: 12px;
  font-family: 'icomoon';
}
.cp-account a {
  padding: 1px 10px 0;
}
.cp-account a:after {
  top: 1px;
}
.no-js .cp-main-nav-item:hover .cp-sub-nav {
  opacity: 1;
}
body {
  background-color: #f5f4f4;
}
body .cp-sticky-footer {
  background-color: transparent;
}
.cp-main-nav-list {
  display: table;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  position: static;
  padding: 0;
  color: #013c3d;
}
.cp-main-nav-list a,
.cp-main-nav-list .cp-main-nav-link {
  color: #013c3d;
}
.cp-main-nav .menu-button {
  display: none;
}
.cp-main-nav-list h3,
.cp-main-nav-list a {
  line-height: 24px;
}
.menu-open .cp-sticky-footer {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.menu-open .cp-main-nav-list {
  display: table;
}
.cp-main-wrap .cp-search {
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  width: 420px;
}
.cp-main-wrap .cp-search-btn-wrap {
  background-color: #013c3d;
}
.cp-main-wrap .cp-search-btn-wrap:hover {
  background-color: #346364;
}
.cp-side-nav {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -21px;
  margin-bottom: 0;
}
.cp-main-content {
  padding: 0 7.326581027667984%;
  margin-top: 30px;
}
.cp-main-wrap {
  position: relative;
  float: left;
  width: 100%;
}
.cp-main-wrap:before {
  content: '';
  position: absolute;
  left: -15px;
  top: -155px;
  background-color: #fff;
  width: 25%;
  bottom: 1px;
  padding: 0 15px;
  border-left: 1px solid #e1cfc0;
  border-right: 1px solid #e1cfc0;
}
.cp-main-wrap:after {
  content: '';
  position: absolute;
  display: block;
  width: 25%;
  bottom: 1px;
  padding: 0 15px;
  height: 200px;
  background-image: url("../../img/design/Artemission-logo.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 195px;
  margin-left: -15px;
  margin-bottom: 30px;
}
.cp-search {
  width: 420px;
  margin: 0 auto 24px;
}
.cp-search input[type=text] {
  height: 44px;
  font-size: 18px;
}
.cp-search-btn-wrap {
  width: 44px;
}
.cp-search-btn-wrap input[type=submit] {
  height: 44px;
  width: 44px;
}
.cp-search-btn-wrap:before {
  top: 11px;
  left: 10px;
}
.cp-mosaic-tile a:hover span {
  opacity: 1;
}
.cp-news-teaser a {
  padding-left: 0px;
  text-align: center;
}
.cp-news-teaser a:before {
  left: 56px;
  top: 22px;
}
.cp-news-teaser a:after {
  left: 71px;
  top: 51px;
}
.cp-item-view-left {
  margin-right: -15px;
}
.cp-item-view-right {
  margin-left: 15px;
}
.cp-item-view .cp-item-view-preview:before {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  transition: opacity 0.6s;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.8);
  z-index: 3;
}
.cp-item-view .cp-item-view-preview img {
  -webkit-transition: max-width 0.6s;
  -moz-transition: max-width 0.6s;
  -ms-transition: max-width 0.6s;
  transition: max-width 0.6s;
  z-index: 3;
}
.item-reducing .cp-item-view-preview:before,
.item-enlarged .cp-item-view-preview:before {
  right: 0;
}
.item-reducing .cp-item-view-preview img,
.item-enlarged .cp-item-view-preview img {
  width: auto !important;
  height: auto !important;
}
.item-enlarged .cp-item-view-preview img {
  max-width: 150%;
  z-index: 4;
}
.item-enlarged .cp-item-view-preview:before {
  opacity: 1;
}
.zoomContainer {
  z-index: 3;
}
.cp-teaser a {
  padding-bottom: 12px;
}
.cp-teaser-basket-list .cp-teaser {
  margin-bottom: 0;
}
.cp-teaser .cp-btn {
  display: block;
  opacity: 0;
  position: absolute;
  top: 320px;
  left: 50%;
  margin-left: -65px;
  display: block;
  z-index: 1;
  -webkit-transition: opacity 0.2s 0.1s, background-color 0.2s;
  -moz-transition: opacity 0.2s 0.1s, background-color 0.2s;
  transition: opacity 0.2s 0.1s, background-color 0.2s;
  box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.6);
}
.cp-teaser-price.cp-lined {
  padding: 0 40px;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}
.cp-teaser-price span {
  display: inline;
}
.cp-teaser-content {
  padding: 20px 40px;
}
.col-xs-6 >.cp-teaser .cp-btn {
  top: 200px;
}
.cp-breadcrumb {
  margin-top: -48px;
}
.cp-featured-quote {
  padding: 0 32px;
}
html,
body,
form {
  height: 100%;
}
.cp-sticky-footer {
  min-height: 100%;
  margin-bottom: -210px;
}
.cp-sticky-footer:after {
  content: '';
  display: block;
  height: 209px;
}
.cp-main-content,
.cp-side-nav {
  padding-bottom: 90px;
}
.cp-footer {
  text-align: left;
  height: 195px;
}
.cp-footer-right {
  float: right;
  width: 418px;
  margin: 0 -15px;
  position: relative;
}
.cp-footer-right:before {
  content: '';
  position: absolute;
  left: 0;
  top: 25%;
  border-left: 1px solid #e1cfc0;
  height: 50%;
}
.cp-footer .cp-email {
  background-color: #dfcbbb;
  position: relative;
  margin: 0 -15px;
}
.cp-footer .cp-copyright,
.cp-footer .cp-links {
  float: right;
  margin: 0;
  padding: 7px 0;
}
.cp-footer .cp-links li {
  float: right;
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}
.cp-footer .cp-links li:before {
  content: '|';
  position: absolute;
  right: -2px;
}
.cp-pagination {
  font-size: 1.125em;
  margin: 64px 0 0;
}
.cp-pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cp-pagination a {
  text-decoration: none;
  padding: 0 7px;
  margin: 0 8px;
  font-weight: normal;
}
.cp-pagination a:hover {
  background-color: rgba(1,60,61,0.1);
}
.cp-pagination li {
  display: inline-block;
  margin-bottom: 12px;
}
.cp-pagination .active {
  font-weight: 600;
}
.cp-pagination span {
  position: absolute;
  left: -9999em;
}
.cp-pagination-prev a,
.cp-pagination-next a {
  position: relative;
}
.cp-pagination-prev a:after,
.cp-pagination-next a:after {
  content: '\e60c';
  font-family: 'icomoon';
  line-height: 0;
  top: 14px;
  font-size: 35px;
  position: absolute;
}
.cp-pagination-prev a {
  padding-right: 30px;
  margin-right: 10px;
}
.cp-pagination-prev a:after {
  left: 0;
}
.cp-pagination-next a {
  padding-left: 30px;
  margin-left: 10px;
}
.cp-pagination-next a:after {
  right: 0;
  content: '\e60f';
}
