.ul-reset {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadescalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes fadescalein {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes fadescalein {
  0% {
    opacity: 0;
    -o-transform: scale(0);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes fadescalein {
  0% {
    opacity: 0;
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#spinner,
#spinner2,
#spinner3 {
  position: relative;
  width: 32px;
  height: 40px;
  margin: 0 auto 20px;
}
#spinner .blockG,
#spinner2 .blockG,
#spinner3 .blockG {
  position: absolute;
  background-color: #FFFFFF;
  width: 5px;
  height: 12px;
  -moz-border-radius: 5px 5px 0 0;
  -moz-transform: scale(0.4);
  -moz-animation-name: fadeG;
  -moz-animation-duration: 1.28s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-transform: scale(0.4);
  -webkit-animation-name: fadeG;
  -webkit-animation-duration: 1.28s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 5px 5px 0 0;
  -ms-transform: scale(0.4);
  -ms-animation-name: fadeG;
  -ms-animation-duration: 1.28s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 5px 5px 0 0;
  -o-transform: scale(0.4);
  -o-animation-name: fadeG;
  -o-animation-duration: 1.28s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 5px 5px 0 0;
  transform: scale(0.4);
  animation-name: fadeG;
  animation-duration: 1.28s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
#spinner #rotateG_01,
#spinner2 #rotateG_01,
#spinner3 #rotateG_01 {
  left: 0;
  top: 15px;
  -moz-animation-delay: 0.4800000000000001s;
  -moz-transform: rotate(-90deg);
  -webkit-animation-delay: 0.4800000000000001s;
  -webkit-transform: rotate(-90deg);
  -ms-animation-delay: 0.4800000000000001s;
  -ms-transform: rotate(-90deg);
  -o-animation-delay: 0.4800000000000001s;
  -o-transform: rotate(-90deg);
  animation-delay: 0.4800000000000001s;
  transform: rotate(-90deg);
}
#spinner #rotateG_02,
#spinner2 #rotateG_02,
#spinner3 #rotateG_02 {
  left: 4px;
  top: 5px;
  -moz-animation-delay: 0.64s;
  -moz-transform: rotate(-45deg);
  -webkit-animation-delay: 0.64s;
  -webkit-transform: rotate(-45deg);
  -ms-animation-delay: 0.64s;
  -ms-transform: rotate(-45deg);
  -o-animation-delay: 0.64s;
  -o-transform: rotate(-45deg);
  animation-delay: 0.64s;
  transform: rotate(-45deg);
}
#spinner #rotateG_03,
#spinner2 #rotateG_03,
#spinner3 #rotateG_03 {
  left: 13px;
  top: 2px;
  -moz-animation-delay: 0.8s;
  -moz-transform: rotate(0deg);
  -webkit-animation-delay: 0.8s;
  -webkit-transform: rotate(0deg);
  -ms-animation-delay: 0.8s;
  -ms-transform: rotate(0deg);
  -o-animation-delay: 0.8s;
  -o-transform: rotate(0deg);
  animation-delay: 0.8s;
  transform: rotate(0deg);
}
#spinner #rotateG_04,
#spinner2 #rotateG_04,
#spinner3 #rotateG_04 {
  right: 4px;
  top: 5px;
  -moz-animation-delay: 0.9600000000000002s;
  -moz-transform: rotate(45deg);
  -webkit-animation-delay: 0.9600000000000002s;
  -webkit-transform: rotate(45deg);
  -ms-animation-delay: 0.9600000000000002s;
  -ms-transform: rotate(45deg);
  -o-animation-delay: 0.9600000000000002s;
  -o-transform: rotate(45deg);
  animation-delay: 0.9600000000000002s;
  transform: rotate(45deg);
}
#spinner #rotateG_05,
#spinner2 #rotateG_05,
#spinner3 #rotateG_05 {
  right: 0;
  top: 15px;
  -moz-animation-delay: 1.12s;
  -moz-transform: rotate(90deg);
  -webkit-animation-delay: 1.12s;
  -webkit-transform: rotate(90deg);
  -ms-animation-delay: 1.12s;
  -ms-transform: rotate(90deg);
  -o-animation-delay: 1.12s;
  -o-transform: rotate(90deg);
  animation-delay: 1.12s;
  transform: rotate(90deg);
}
#spinner #rotateG_06,
#spinner2 #rotateG_06,
#spinner3 #rotateG_06 {
  right: 4px;
  bottom: 4px;
  -moz-animation-delay: 1.28s;
  -moz-transform: rotate(135deg);
  -webkit-animation-delay: 1.28s;
  -webkit-transform: rotate(135deg);
  -ms-animation-delay: 1.28s;
  -ms-transform: rotate(135deg);
  -o-animation-delay: 1.28s;
  -o-transform: rotate(135deg);
  animation-delay: 1.28s;
  transform: rotate(135deg);
}
#spinner #rotateG_07,
#spinner2 #rotateG_07,
#spinner3 #rotateG_07 {
  bottom: 0;
  left: 13px;
  -moz-animation-delay: 1.44s;
  -moz-transform: rotate(180deg);
  -webkit-animation-delay: 1.44s;
  -webkit-transform: rotate(180deg);
  -ms-animation-delay: 1.44s;
  -ms-transform: rotate(180deg);
  -o-animation-delay: 1.44s;
  -o-transform: rotate(180deg);
  animation-delay: 1.44s;
  transform: rotate(180deg);
}
#spinner #rotateG_08,
#spinner2 #rotateG_08,
#spinner3 #rotateG_08 {
  left: 4px;
  bottom: 4px;
  -moz-animation-delay: 1.6s;
  -moz-transform: rotate(-135deg);
  -webkit-animation-delay: 1.6s;
  -webkit-transform: rotate(-135deg);
  -ms-animation-delay: 1.6s;
  -ms-transform: rotate(-135deg);
  -o-animation-delay: 1.6s;
  -o-transform: rotate(-135deg);
  animation-delay: 1.6s;
  transform: rotate(-135deg);
}
@-moz-keyframes fadeG {
  0% {
    background-color: #57a1ab;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes fadeG {
  0% {
    background-color: #57a1ab;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes fadeG {
  0% {
    background-color: #57a1ab;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes fadeG {
  0% {
    background-color: #57a1ab;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes fadeG {
  0% {
    background-color: #57a1ab;
  }
  100% {
    background-color: #ffffff;
  }
}
body {
  background-color: #ffffff;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e9eef1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9eef1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e9eef1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e9eef1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e9eef1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e9eef1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@bg1", endColorstr="@bg2", GradientType=0);
  background-repeat: repeat;
  color: #2b5152;
  font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
  font-size: 13px;
}
body a,
body a:hover,
body a:focus {
  color: #2b5152;
}
body h1 {
  font-size: 26px;
  line-height: 30px;
}
body h2 {
  font-size: 20px;
}
body h3 {
  font-size: 16px;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: 'Bitter', serif;
  color: #345568;
}
body textarea,
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body .uneditable-input {
  border: 1px solid #cccccc !important;
  border-radius: 0;
  box-shadow: none;
  color: #2b5152;
  font-size: 13px;
  font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
}
body input[type="radio"],
body input[type="checkbox"] {
  margin: 0;
}
body .button {
  background-color: #57a1ab;
  color: #2b5152;
  border-width: 0;
  font-size: 13px;
  font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
  padding: 5px 15px;
  vertical-align: top;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color;
  -ms-transition: background-color;
  -o-transition: background-color;
  -webkit-transition: background-color;
  transition: background-color;
}
body .button:hover {
  background-color: #345568;
}
body .mobile-only,
body .no-display {
  display: none !important;
}
body .nobr {
  white-space: nowrap;
}
body .clear:after {
  content: "";
  display: block;
  clear: both;
}
body .table {
  display: table;
}
body .table .tr {
  display: table-row;
}
body .table .tr .th {
  display: table-cell;
}
body .table .tr .td {
  display: table-cell;
}
body .breadcrumbs > ul {
  padding: 10px 0;
  margin: 0;
}
body .breadcrumbs > ul li {
  display: inline-block;
}
body ul.messages {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body ul.messages ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body .success-msg,
body .notice-msg,
body .error-msg {
  text-align: center;
  padding: 20px 0;
  border: 1px solid #57a1ab;
  margin: 20px 0;
}
body ul.form-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body ul.form-list label {
  font-size: 12px;
}
body ul.form-list input[type="text"],
body ul.form-list input[type="password"],
body ul.form-list input[type="datetime"],
body ul.form-list input[type="datetime-local"],
body ul.form-list input[type="date"],
body ul.form-list input[type="month"],
body ul.form-list input[type="time"],
body ul.form-list input[type="week"],
body ul.form-list input[type="number"],
body ul.form-list input[type="email"],
body ul.form-list input[type="url"],
body ul.form-list input[type="search"],
body ul.form-list input[type="tel"],
body ul.form-list input[type="color"] {
  height: 32px;
  padding: 0 5px;
  margin-bottom: 5px;
}
body .rating-box {
  float: left;
  width: 70px;
  display: block;
  margin-top: 2px;
  background: url(../images/bkg_rating.gif) 0 0 repeat-x;
}
body .rating-box .rating {
  height: 13px;
  background: url(../images/bkg_rating.gif) 0 100% repeat-x;
  max-width: 70px;
}
body .rating-links {
  float: right;
  margin: 0;
}
body .main-row {
  overflow: hidden;
}
body .col-main {
  padding-bottom: 60px;
  position: relative;
}
body .chosen-container-single.chosen-with-drop .chosen-single {
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
}
body .chosen-container-single .chosen-single {
  border-color: #cccccc;
  color: #2b5152;
}
body .chosen-container-single .chosen-single div b:before {
  content: "\f078";
  font-family: 'FontAwesome';
  position: absolute;
  margin-left: 0px;
  margin-top: 4px;
  color: #57a1ab;
  width: 14px;
  height: 12px;
}
body .chosen-container-single .chosen-drop {
  font-size: 13px;
  color: #2b5152;
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  border-top: 0px solid transparent;
}
body .chosen-container-single .chosen-drop .chosen-results li {
  padding: 5px 6px 5px 6px;
}
body .chosen-container-single .chosen-drop .chosen-results li.highlighted {
  background-color: #57a1ab;
  color: #2b5152;
}
body .icon-phone:before {
  content: "\f095";
}
body .icon-wishlist:before {
  content: "\f02d";
}
body .contact {
  position: absolute;
  right: 0;
  top: 140px;
}
@media screen and (max-width: 860px) {
  body .contact {
    display: none;
  }
}
body .contact ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body .contact li {
  background-color: #57a1ab;
  padding: 12px;
  margin-bottom: 1px;
  border-radius: 0;
  line-height: 20px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color;
  -ms-transition: background-color;
  -o-transition: background-color;
  -webkit-transition: background-color;
  transition: background-color;
}
body .contact li:hover,
body .contact li.open {
  background-color: #345568;
}
body .contact li:hover .callback,
body .contact li.open .callback {
  margin-left: -300px;
  width: 284px;
}
body .contact li:hover a,
body .contact li.open a,
body .contact li:hover .callback-tag,
body .contact li.open .callback-tag {
  background-color: #57a1ab;
  color: #345568;
  text-decoration: none;
}
body .contact li .callback {
  overflow: hidden;
  position: absolute;
  background-color: #345568;
  width: 0px;
  margin-left: -16px;
  margin-top: -36px;
  height: 52px;
  z-index: 1001;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
}
body .contact li .callback .pad {
  padding: 5px 10px;
  width: 300px;
}
body .contact li .callback .pad span {
  color: #9bbbcd;
  display: block;
  font-size: 10px;
  line-height: 10px;
  white-space: nowrap;
  margin-bottom: 2px;
}
body .contact li .callback .pad .input-row:after {
  content: "";
  display: block;
  clear: both;
}
body .contact li .callback .pad .input-row form {
  margin: 0;
}
body .contact li .callback .pad .input-row input {
  float: left;
  background-color: #57a1ab;
  border: 1px solid #57a1ab !important;
  box-shadow: none !important;
  color: #345568;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
  width: 203px;
  height: 30px;
  border-bottom-left-radius: 0;
}
body .contact li .callback .pad .input-row input::-webkit-input-placeholder {
  color: #345568;
}
body .contact li .callback .pad .input-row input:-moz-input-placeholder {
  color: #345568;
}
body .contact li .callback .pad .input-row input::-moz-input-placeholder {
  color: #345568;
}
body .contact li .callback .pad .input-row input:-ms-input-placeholder {
  color: #345568;
}
body .contact li .callback .pad .input-row button {
  float: left;
  background-color: #9bbbcd;
  color: #345568;
  font-size: 18px;
  border-bottom-right-radius: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
}
body .contact li .callback .pad .input-row button:hover {
  background-color: #57a1ab;
  color: #9bbbcd;
}
body .contact li a,
body .contact li .callback-tag {
  display: block;
  background-color: #345568;
  color: #57a1ab;
  border-radius: 50%;
  font-size: 18px;
  padding: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
}
body #contactForm textarea,
body #contactForm input {
  width: 97%;
  width: calc(100% - 14px);
}
body .overlay {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  -o-animation-name: fadein;
  animation-name: fadein;
}
body .overlay .lightbox {
  background-color: #ffffff;
  border: 1px solid #57a1ab;
  width: 350px;
  margin: auto;
  margin-top: 300px;
  padding: 40px;
  text-align: center;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadescalein;
  -moz-animation-name: fadescalein;
  -o-animation-name: fadescalein;
  animation-name: fadescalein;
}
body .overlay .lightbox button {
  display: block;
  margin: 30px auto 0;
  border-width: 0;
  background-color: #57a1ab;
  font-size: 13px;
  font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
  color: #2b5152;
  text-shadow: none;
  padding: 5px 25px;
}
body .overlay .lightbox .button-row {
  margin: 30px 0 0 0;
}
body .overlay .lightbox .button-row button {
  display: inline-block;
  min-width: 152px;
  margin: 0 10px;
  border-width: 0;
  background-color: #57a1ab;
  font-size: 13px;
  font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
  color: #2b5152;
  text-shadow: none;
  padding: 5px 25px;
}
body .overlay .lightbox .spinner {
  display: block;
  background-image: url('../images/ajax-loader.gif');
  width: 32px;
  height: 32px;
  margin: 0 auto 15px;
}
body #lightbox {
  z-index: 1000;
}
body #overlay {
  z-index: 1000;
}
body #wrapper {
  padding: 0 20px;
  border-left: 0 solid #f3f3f3;
  border-right: 0 solid #f3f3f3;
  border-bottom: 1px solid #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
}
#header .usp {
  margin-top: 55px !important;
}
@media (max-width: 979px) {
  #header .usp {
    display: none !important;
  }
}
#header .logo {
  margin: 0 0 14px 10px;
  max-width: 100% !important;
}
#header .mobile-logo .logo {
  margin: 10px 0 14px 0;
}
#header .right {
  float: right;
}
#header .toplinks {
  padding: 0 4px;
  background-color: #f3f3f3;
  border: 1px solid #cccccc;
  border-top-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#header .toplinks ul.links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#header .toplinks ul.links li {
  display: inline-block;
  padding: 10px 0;
}
#header .toplinks ul.links li.first:hover .login,
#header .toplinks ul.links li.first.open .login {
  display: block;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  -o-animation-name: fadein;
  animation-name: fadein;
}
#header .toplinks ul.links li.last {
  display: none;
}
#header .toplinks ul.links li a {
  color: #2b5152;
  padding: 5px 4px 5px 22px;
  margin-right: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
  position: relative;
}
#header .toplinks ul.links li a:hover {
  color: #57a1ab;
  text-decoration: none;
}
#header .toplinks ul.links li a:before {
  font-family: 'FontAwesome';
  position: absolute;
  left: 6px;
}
#header .toplinks ul.links li a[href$="customer/account/"]:before {
  content: "\f007";
}
#header .toplinks ul.links li a[href$="customer/account/login/"]:before {
  content: "\f090";
}
#header .toplinks ul.links li a[href$="customer/account/logout/"]:before {
  content: "\f08b";
}
#header .toplinks ul.links li a[href$="wishlist/"]:before {
  content: "\f02d";
}
#header .toplinks ul.links li a[href$="checkout/cart/"]:before {
  content: "\f07a";
}
#header .toplinks ul.links li a[href$="checkout/cart/"] {
  display: none;
}
#header .toplinks ul.links li a[href$="checkout/"] {
  display: none;
}
#header .login {
  display: none;
  position: absolute;
  z-index: 10000;
  background-color: #ffffff;
  padding: 20px;
  width: 242px;
  margin: 10px 0 0 -5px;
  border-radius: 0;
  right: 15px;
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
}
#header .login .block-login form {
  margin: 0;
}
#header .login .block-login label {
  font-size: 13px;
  line-height: 13px;
}
#header .login .block-login input {
  width: 188px;
  height: 30px;
}
#header .login .block-login input#mini-user {
  margin-bottom: 15px;
}
#header .login .block-login .f-left {
  padding-left: 0px;
  font-size: 10px;
}
#header .login .block-login .actions {
  margin-top: 0px;
}
#header .usp {
  margin: 10px 0 0;
}
#header .usp li {
  display: inline-block;
  padding-left: 20px;
  margin-right: 23px;
}
#header .usp li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  margin-left: -16px;
  margin-top: 1px;
  width: 14px;
  height: 12px;
}
#header #search-mini {
  float: left;
  position: relative;
}
#header #search-mini .button {
  padding: 7px 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  vertical-align: middle;
}
#header #search-mini .button i {
  font-size: 22px;
}
#header #search-mini input {
  padding: 9px 6px;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  background-color: #f3f3f3;
  width: 100% !important;
}
#header #search-mini #search_autocomplete {
  background-color: #f3f3f3;
  position: absolute;
  z-index: 1010;
  border: 1px solid #cccccc;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#header #search-mini #search_autocomplete ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
#header #search-mini #search_autocomplete ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
#header #search-mini #search_autocomplete ul li:hover {
  background-color: #57a1ab;
  color: #2b5152;
}
#header #search-mini #search_autocomplete ul li.last {
  border-bottom: 0px;
}
#header #search-mini #search_autocomplete .amount {
  display: inline-block;
  width: 20px;
  text-align: right;
  margin-right: 5px;
  float: right;
}
#header .trustedshops {
  background-image: url('../images/trustedshops.png');
  width: 36px;
  height: 36px;
  float: left;
  margin: 16px 0 0 20px;
}
#header .ssl {
  background-image: url('../images/ssl.png');
  width: 36px;
  height: 37px;
  float: left;
  margin: 16px 15px 0 5px;
}
#header .hotline-info {
  background-image: url('../images/hotline.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-left: 10px;
  padding-top: 16px;
  padding-right: 70px;
  height: 77px;
  float: left;
}
#header .hotline-info .hotline {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
#header .hotline-info .hotline a {
  color: #57a1ab;
}
#header .hotline-info .hotline a:hover {
  text-decoration: none;
}
#header .hotline-info .hotline-text {
  font-size: 12px;
}
#header .cart {
  float: right !important;
  width: auto !important;
  margin-top: 45px;
  position: relative;
}
#header .cart:hover .cart-content {
  display: block;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  -o-animation-name: fadein;
  animation-name: fadein;
}
#header .cart .dogtag {
  text-align: right;
  padding: 10px 20px;
}
#header .cart .dogtag a.link {
  color: #2b5152;
  float: left;
  margin-right: 15px;
  width: 100px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
  padding: 10px 0 10px 15px !important;
}
#header .cart .dogtag a:hover {
  color: #57a1ab;
  text-decoration: none;
}
#header .cart .dogtag a i {
  float: left;
  font-size: 40px;
  color: #345568;
}
#header .cart .cart-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  color: #549ace;
  width: 250px;
  right: 0;
  top: 47px;
  border: 1px solid #57a1ab;
  padding: 20px;
  border-radius: 0;
  z-index: 1001;
}
#header .cart .cart-content a {
  color: #549ace;
}
#header .cart .cart-content h4 {
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
}
#header .cart .cart-content .description {
  font-size: 12px;
  display: inline-block;
}
#header .cart .cart-content .items {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-bottom: 20px;
}
#header .cart .cart-content .items .item {
  margin-bottom: 15px;
}
#header .cart .cart-content .items .item:after {
  content: "";
  display: block;
  clear: both;
}
#header .cart .cart-content .items .item .product-image,
#header .cart .cart-content .items .item .product-details {
  float: left;
}
#header .cart .cart-content .items .item .product-details {
  width: 152px;
  padding: 0 10px;
}
#header .cart .cart-content .items .item .product-details p.product-name {
  margin: 0;
}
#header .cart .cart-content .items .item .btn-remove {
  float: right;
}
#header .cart .cart-content .items .item .btn-remove:after {
  content: "\f00d";
  font-family: 'FontAwesome';
  position: absolute;
  margin-left: 0px;
  margin-top: -17px;
  width: 14px;
  height: 12px;
}
#header .cart .cart-content .order {
  text-align: center;
}
#header .cart .cart-content .order a {
  background-color: #ffa912;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color;
  -ms-transition: background-color;
  -o-transition: background-color;
  -webkit-transition: background-color;
  transition: background-color;
}
#header .cart .cart-content .order a:hover {
  background-color: #ffb22c;
  text-decoration: none;
}
#header .btn-navbar {
  text-align: center;
  background-color: #57a1ab;
  color: #2b5152;
  margin: 0;
  padding: 15px 0;
  font-size: 25px;
  cursor: pointer;
}
#header .btn-navbar i {
  margin-left: 10px;
}
#header #nav {
  background-color: #57a1ab;
  color: #2b5152;
  border-radius: 0;
  border-bottom: 0 solid #345568;
  z-index: 1000;
  position: relative;
  text-align: left !important;
  border-left: 1px solid #ccc;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#header #nav > li {
  display: inline-block;
  background-color: #57a1ab;
  height: 50px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
}
#header #nav > li.level-top.last {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  #header #nav > li {
    display: block;
    text-align: center !important;
  }
}
#header #nav > li.active .ani {
  height: 0;
  width: 100%;
  display: block;
  background-color: #57a1ab;
  margin: auto;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  -moz-transition: width;
  -ms-transition: width;
  -o-transition: width;
  -webkit-transition: width;
  transition: width;
}
#header #nav > li.active a {
  color: white;
  background: #ffa912 !important;
}
#header #nav > li.active a:hover {
  color: white !important;
  opacity: 0.85;
}
#header #nav > li.over a {
  color: #ffa912 !important;
}
#header #nav > li:hover ul.level0,
#header #nav > li.open ul.level0 {
  display: block;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  -o-animation-name: fadein;
  animation-name: fadein;
}
#header #nav > li > a {
  display: block;
  text-decoration: none;
  padding: 13px 30px;
  font-family: 'Bitter', serif;
  font-size: 17px;
  color: #2b5152;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}
#header #nav > li .ani {
  height: 0;
  width: 0%;
  display: block;
  background-color: #57a1ab;
  margin: auto;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  -moz-transition: width;
  -ms-transition: width;
  -o-transition: width;
  -webkit-transition: width;
  transition: width;
}
#header #nav > li ul.level0 {
  display: none;
  position: absolute;
  border: 1px solid #57a1ab;
  background-color: #ffffff;
  padding: 10px 0;
  border-radius: 0;
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
}
#header #nav > li ul.level0 li {
  font-size: 16px;
}
#header #nav > li ul.level0 li a {
  color: #549ace;
  text-decoration: none;
  font-family: 'Bitter', serif;
  display: block;
  padding: 5px 30px;
}
#header #nav > li ul.level0 li:hover {
  background-color: #549ace;
}
#header #nav > li ul.level0 li:hover a {
  color: #ffffff;
}
#wrapper > .usp {
  background-color: #57a1ab;
  color: #2b5152;
  margin: 0;
  font-family: 'Bitter', serif;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}
#wrapper > .usp li {
  display: inline-block;
  padding: 12px 0 12px 20px;
  width: 29%;
  text-align: center;
  font-size: 16px;
}
#wrapper > .usp li span:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 20px;
  position: relative;
  margin-right: 5px;
  top: 2px;
}
#footer {
  text-align: center;
  background-color: #345568;
  color: #2b5152;
  text-align: left;
  padding: 70px 0 0px;
  font-weight: 300;
}
#footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#footer .headline {
  font-size: 16px;
  color: #2b5152;
  font-family: 'Bitter', serif;
  margin-bottom: 25px;
  display: block;
  font-weight: 300;
  font-size: 18px;
}
#footer ul li {
  padding: 2px 10px;
}
#footer a {
  color: #2b5152;
  font-weight: 300;
}
#footer .block-newsletter h4 {
  margin: 0 0 30px;
}
#footer .block-newsletter #newsletter-validate-detail {
  margin: 0 0 25px 10px;
}
#footer .block-newsletter #newsletter-validate-detail:after {
  content: "";
  display: block;
  clear: both;
}
#footer .block-newsletter #newsletter-validate-detail input {
  background-color: #57a1ab;
  box-shadow: none;
  border-radius: 0;
  border: 0px solid #000 !important;
  color: #345568;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
  height: 40px;
  width: 150px;
  width: calc(100% - 41px);
  float: right;
}
#footer .block-newsletter #newsletter-validate-detail input::-webkit-input-placeholder {
  color: #345568;
}
#footer .block-newsletter #newsletter-validate-detail input:-moz-input-placeholder {
  color: #345568;
}
#footer .block-newsletter #newsletter-validate-detail input::-moz-input-placeholder {
  color: #345568;
}
#footer .block-newsletter #newsletter-validate-detail input:-ms-input-placeholder {
  color: #345568;
}
#footer .block-newsletter #newsletter-validate-detail button {
  background-color: #9bbbcd;
  color: #345568;
  font-size: 29px;
  padding: 5px 10px;
  line-height: 20px;
  vertical-align: top;
  float: right;
}
#footer .block-newsletter #newsletter-validate-detail button:hover {
  background-color: #57a1ab;
  color: #9bbbcd;
}
#footer .social {
  margin-left: 10px;
}
#footer .social:after {
  content: "";
  display: block;
  clear: both;
}
#footer .social li {
  float: left;
  padding: 0;
}
#footer .social li.fb a:after {
  content: "\f09a";
  font-size: 30px;
  left: 18px;
  top: 5px;
}
#footer .social li.tw a:after {
  content: "\f099";
  font-size: 20px;
  left: 9px;
  top: 8px;
}
#footer .social li.pi a:after {
  content: "\f231";
  font-size: 28px;
  left: 9px;
  top: 3px;
}
#footer .social li.gp a:after {
  content: "\f0d5";
  font-size: 25px;
  left: 6px;
  top: 9px;
}
#footer .social li.yt a:after {
  content: "\f167";
  font-size: 28px;
  left: 7px;
  top: 4px;
}
#footer .social li a {
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 2px;
  background-color: #57a1ab;
  position: relative;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color;
  -ms-transition: background-color;
  -o-transition: background-color;
  -webkit-transition: background-color;
  transition: background-color;
}
#footer .social li a:hover {
  background-color: #9bbbcd;
  text-decoration: none;
}
#footer .social li a:after {
  position: absolute;
  font-family: 'FontAwesome';
  color: #345568;
}
#footer address {
  font-size: 11px;
  line-height: 15px;
  margin-left: 10px;
  font-style: normal;
  padding-bottom: 20px;
}
#content .sidebar > .border {
  padding-bottom: 500em;
  margin-bottom: -500em;
}
@media screen and (min-width: 992px) {
  #content .sidebar > .border {
    border-right: 1px solid #cccccc;
  }
}
#content .sidebar #leftnav {
  border-bottom: 1px solid #cccccc;
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 10px 20px 10px 0;
}
#content .sidebar #leftnav li.level-top {
  margin: 5px 0;
}
#content .sidebar #leftnav li.level-top > a {
  font-family: 'Bitter', serif;
  font-size: 17px;
  color: #345568;
}
#content .sidebar #leftnav li.active > a {
  color: #57a1ab;
}
#content .sidebar #leftnav li.active ul.level0 {
  display: block;
}
#content .sidebar #leftnav ul.level0 {
  margin-left: 10px;
  list-style-type: none;
  padding: 0;
  display: none;
}
#content .sidebar #leftnav ul.level0 li {
  margin-top: 3px;
}
#content .sidebar .block {
  padding: 20px 20px;
}
#content .sidebar .block .headline {
  font-weight: normal;
  font-size: 17px;
  color: #345568;
}
#content .sidebar .block #newsletter {
  border-radius: 0;
  margin: 0;
  width: 166px;
  height: 28px;
  text-align: center;
  font-size: 12px;
  background-color: #fbfbfb;
}
#content .ajax-loader {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  -o-animation-name: fadein;
  animation-name: fadein;
}
#content .ajax-loader #spinner {
  margin-top: 30%;
}
#content .ajax-loader #spinner2 {
  margin-top: 60%;
}
#content .ajax-loader #spinner3 {
  margin-top: 90%;
}
#content .easycatalogimg li.col-md-3 {
  padding: 0;
}
#content .easycatalogimg .category-thumb {
  border: 1px solid #cccccc;
  margin: 0px 10px 20px 0;
  padding: 10px;
  min-height: 206px;
  position: relative;
}
#content .easycatalogimg .category-thumb:hover .dim {
  opacity: 1;
}
#content .easycatalogimg .category-thumb .dim {
  display: none;
  text-align: center;
  position: absolute;
  font-size: 15px;
  left: 0;
  pointer-events: none;
  z-index: 1000;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(87, 161, 171, 0.3);
  font-family: 'Bitter', serif;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
}
#content .easycatalogimg .category-thumb .dim span {
  position: relative;
  top: 106px;
  background-color: rgba(52, 85, 104, 0.8);
  padding: 5px 10px;
  color: #2b5152;
}
#content .easycatalogimg .category-thumb .dim a {
  display: block;
  width: 100%;
  height: 100%;
}
#content .easycatalogimg .category-thumb h5 {
  margin: 0;
  text-align: center;
  font-size: 15px;
}
#content .easycatalogimg .category-thumb a:hover {
  text-decoration: none;
}
#content .easycatalogimg .category-thumb a.product-image {
  width: 100%;
  display: block;
}
#content .category-image {
  margin-bottom: 20px;
}
#content .cat-layered-nav {
  border: 1px solid #cccccc;
  padding: 20px;
  margin-bottom: 20px;
}
#content .cat-layered-nav h4 {
  margin: 0 0 10px;
}
#content .cat-layered-nav .content h5 {
  margin-bottom: 2px;
}
#content .cat-layered-nav .content select {
  width: 100%;
}
#content .cat-layered-nav .content .chosen-container {
  margin-bottom: 0;
}
#content .cat-layered-nav .content .chosen-container .chosen-single,
#content .cat-layered-nav .content .chosen-container .chosen-drop {
  font-size: 12px;
}
#content .cat-layered-nav .currently {
  margin-top: 10px;
  float: left;
}
#content .cat-layered-nav .currently li {
  display: inline-block;
}
#content .cat-layered-nav .currently a {
  border: 1px solid #ddd;
  padding: 2px 7px 3px 5px;
  font-size: 11px;
}
#content .cat-layered-nav .currently a:hover {
  text-decoration: none;
}
#content .cat-layered-nav .currently a:hover:after {
  color: #57a1ab;
}
#content .cat-layered-nav .currently a:after {
  content: "\f00d";
  font-family: 'FontAwesome';
  color: #2b5152;
  font-size: 10px;
  margin-left: 6px;
  margin-top: 2px;
  width: 14px;
  height: 12px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -moz-transition: color;
  -ms-transition: color;
  -o-transition: color;
  -webkit-transition: color;
  transition: color;
}
#content .cat-layered-nav .actions {
  float: left;
  font-size: 11px;
  margin: 13px 0 0 8px;
}
#content .category-products {
  padding-right: 15px;
}
#content .category-products .toolbar .sorter {
  margin: 0 5px 15px 0;
}
#content .category-products .toolbar .sorter:after {
  content: "";
  display: block;
  clear: both;
}
#content .category-products .toolbar .sorter .view-mode {
  float: left;
  margin: 10px 0 0;
}
#content .category-products .toolbar .sorter .view-mode .grid:before {
  content: "\f00a";
  font-family: 'FontAwesome';
  font-size: 18px;
  font-weight: normal;
}
#content .category-products .toolbar .sorter .view-mode .list:before {
  content: "\f00b";
  font-family: 'FontAwesome';
  font-size: 18px;
  font-weight: normal;
}
#content .category-products .toolbar .sorter .view-mode a {
  color: #345568;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -moz-transition: color;
  -ms-transition: color;
  -o-transition: color;
  -webkit-transition: color;
  transition: color;
  width: 25px;
  height: 25px;
  display: inline-block;
}
#content .category-products .toolbar .sorter .view-mode a:hover,
#content .category-products .toolbar .sorter .view-mode strong {
  text-decoration: none;
  color: #9bbbcd;
}
#content .category-products .toolbar .sorter .sort-by {
  float: right;
}
#content .category-products .toolbar .sorter .sort-by label {
  float: left;
  margin: 8px;
  font-size: 12px;
}
#content .category-products .toolbar .sorter .sort-by select,
#content .category-products .toolbar .sorter .sort-by .chosen-container {
  float: left;
  width: 110px;
}
#content .category-products .toolbar .sorter .sort-by a.order {
  display: block;
  float: left;
  margin: 5px;
  color: #57a1ab;
}
#content .category-products .toolbar .sorter .sort-by a.order:hover {
  color: #345568;
  text-decoration: none;
}
#content .category-products .toolbar .sorter .sort-by a.order i {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -moz-transition: color;
  -ms-transition: color;
  -o-transition: color;
  -webkit-transition: color;
  transition: color;
}
#content .category-products .toolbar .sorter .limiter {
  float: right;
  min-width: 140px;
}
#content .category-products .toolbar .sorter .limiter select {
  width: 50px;
  float: left;
}
#content .category-products .toolbar .sorter .limiter label {
  float: left;
  margin: 8px;
  font-size: 12px;
}
#content .category-products .toolbar .sorter .chosen-single,
#content .category-products .toolbar .sorter .chosen-drop {
  font-size: 12px;
}
#content .category-products .products-grid {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#content .category-products .products-grid .item {
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}
#content .category-products .products-grid .item:hover {
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  border-bottom: 5px solid #57a1ab;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
}
#content .category-products .products-grid .item:after {
  content: "";
  display: block;
  clear: both;
}
#content .category-products .products-grid .item .product {
  padding: 10px 0;
  position: relative;
}
#content .category-products .products-grid .item .product:hover .dim {
  opacity: 1;
}
#content .category-products .products-grid .item .product .dim {
  display: none;
  text-align: center;
  position: absolute;
  font-size: 18px;
  left: -15px;
  pointer-events: none;
  z-index: 1000;
  right: -15px;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(87, 161, 171, 0.3);
  font-family: 'Bitter', serif;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
}
#content .category-products .products-grid .item .product .dim span {
  position: relative;
  top: 127px;
  background-color: rgba(52, 85, 104, 0.8);
  padding: 5px 10px;
  color: #2b5152;
}
#content .category-products .products-grid .item .product a {
  display: block;
  width: 100%;
  height: 100%;
}
#content .category-products .products-grid .item .product .product-image {
  position: relative;
}
#content .category-products .products-grid .item .product .product-image img {
  max-width: 100%;
  height: auto;
}
#content .category-products .products-grid .item .product .product-image .new {
  position: absolute;
  left: 0;
  background-color: rgba(52, 85, 104, 0.8);
  color: #2b5152;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 999;
}
#content .category-products .products-grid .item .product .product-image .sale {
  position: absolute;
  right: 0;
  background-color: rgba(255, 169, 18, 0.8);
  color: #ffffff;
  font-family: 'Bitter', serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 999;
}
#content .category-products .products-grid .item .product .head-row:after {
  content: "";
  display: block;
  clear: both;
}
#content .category-products .products-grid .item .product .head-row .product-name {
  font-size: 17px;
  float: left;
  min-width: 115px;
  margin-bottom: 5px;
}
#content .category-products .products-grid .item .product .head-row .ratings {
  margin-bottom: 10px;
  float: left;
}
#content .category-products .products-grid .item .product .head-row .ratings .amount {
  display: none;
}
#content .category-products .products-grid .item .product .actions {
  border-bottom: 1px solid #57a1ab;
  margin-bottom: 0;
  padding-bottom: 8px;
}
#content .category-products .products-grid .item .product .actions:after {
  content: "";
  display: block;
  clear: both;
}
#content .category-products .products-grid .item .product .actions .price-box {
  float: right;
  font-size: 18px;
  margin-top: 12px;
  line-height: 10px;
}
#content .category-products .products-grid .item .product .actions .price-box:after {
  content: "";
  display: block;
  clear: both;
}
#content .category-products .products-grid .item .product .actions .price-box .price-from,
#content .category-products .products-grid .item .product .actions .price-box .price-to {
  display: inline-block;
}
#content .category-products .products-grid .item .product .actions .price-box .price-to:before {
  content: "-";
}
#content .category-products .products-grid .item .product .actions .price-box .price-label {
  display: none;
}
#content .category-products .products-grid .item .product .actions .price-box .old-price {
  text-decoration: line-through;
  color: #57a1ab;
  float: left;
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 13px;
}
#content .category-products .products-grid .item .product .actions .price-box .special-price {
  color: #ffa912;
  float: left;
  margin-bottom: 0;
}
#content .category-products .products-grid .item .product .actions .tax-details {
  font-size: 10px;
  line-height: 7px;
}
#content .category-products .products-grid .item .product .actions .tax-details a {
  display: block;
}
#content .category-products .products-grid .item .product .actions .delivery-time {
  display: none;
}
#content .category-products .products-grid .item .product .add-to:after {
  content: "";
  display: block;
  clear: both;
}
#content .category-products .products-grid .item .product .add-to a {
  color: #57a1ab;
  font-size: 11px;
}
#content .category-products .products-grid .item .product .add-to .add-to-wishlist {
  float: left;
}
#content .category-products .products-grid .item .product .add-to .compare {
  float: right;
}
#content .category-products .products-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#content .category-products .products-list .item {
  margin-bottom: 20px;
  border: 1px solid #ffffff;
}
#content .category-products .products-list .item:hover {
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
}
#content .category-products .products-list .item .product {
  padding: 10px;
}
#content .category-products .products-list .item .product:after {
  content: "";
  display: block;
  clear: both;
}
#content .category-products .products-list .item .product .product-image {
  position: relative;
}
#content .category-products .products-list .item .product .product-image .new {
  position: absolute;
  left: 0;
  background-color: rgba(52, 85, 104, 0.8);
  color: #2b5152;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 999;
}
#content .category-products .products-list .item .product .product-image .sale {
  position: absolute;
  right: 0;
  background-color: rgba(255, 169, 18, 0.8);
  color: #ffffff;
  font-family: 'Bitter', serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 999;
}
#content .category-products .products-list .item .product .heading {
  margin-bottom: 15px;
}
#content .category-products .products-list .item .product .heading:after {
  content: "";
  display: block;
  clear: both;
}
#content .category-products .products-list .item .product .heading .product-name {
  font-size: 20px;
  margin: 0;
  line-height: 25px;
  float: left;
  white-space: normal;
}
#content .category-products .products-list .item .product .heading .rating-box {
  margin: 6px 0 0 5px;
  float: left;
}
#content .category-products .products-list .item .product .heading .price-box {
  float: right;
  font-size: 20px;
}
#content .category-products .products-list .item .product .heading .price-box .price-label {
  display: none;
}
#content .category-products .products-list .item .product .heading .price-box .old-price {
  color: #57a1ab;
  text-decoration: line-through;
  float: left;
  margin: 0;
  font-size: 15px;
  margin-right: 5px;
}
#content .category-products .products-list .item .product .heading .price-box .special-price {
  color: #ffa912;
  float: left;
  margin: 0;
}
#content .category-products .products-list .item .product .heading .tax-details {
  display: block;
  clear: both;
  float: right;
  font-size: 10px;
  margin-top: -7px;
}
#content .category-products .products-list .item .product .heading .delivery-time {
  display: none;
}
#content .category-products .products-list .item .product .desc {
  min-height: 100px;
}
#content .category-products .products-list .item .product .desc .link-learn {
  font-style: italic;
  margin-left: 5px;
  color: #57a1ab;
}
#content .category-products .products-list .add-to-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: right;
  border-top: 1px solid #57a1ab;
  margin-top: 10px;
  padding-top: 3px;
}
#content .category-products .products-list .add-to-links a {
  color: #57a1ab;
}
#content .category-products .products-list .add-to-links li {
  display: inline-block;
  margin-left: 30px;
}
#content .category-products .toolbar-bottom .pager {
  margin: 20px 0px 20px 0;
}
#content .category-products .toolbar-bottom .pager:after {
  content: "";
  display: block;
  clear: both;
}
#content .category-products .toolbar-bottom .pager .amount {
  float: left;
  margin: 5px 0;
}
#content .category-products .toolbar-bottom .pager .pages {
  float: right;
}
#content .category-products .toolbar-bottom .pager .pages strong {
  display: none;
}
#content .category-products .toolbar-bottom .pager .pages ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#content .category-products .toolbar-bottom .pager .pages ol li {
  display: inline-block;
}
#content .category-products .toolbar-bottom .pager li > a,
#content .category-products .toolbar-bottom .pager li > span {
  border: 0px solid #ddd;
  padding: 5px 8px;
  border-radius: 0 !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
}
#content .category-products .toolbar-bottom .pager li > a:hover,
#content .category-products .toolbar-bottom .pager li > span:hover,
#content .category-products .toolbar-bottom .pager li > a.current,
#content .category-products .toolbar-bottom .pager li > span.current {
  background-color: #57a1ab !important;
  color: #2b5152;
}
#content .category-products .toolbar-bottom .pager li > a.current:hover,
#content .category-products .toolbar-bottom .pager li > span.current:hover {
  background-color: inherit !important;
  color: inherit !important;
}
#content .category-description {
  margin-top: 50px;
}
#content .product-view .product-img-box .product-image {
  position: relative;
  border: 1px solid #cccccc;
  text-align: center;
}
#content .product-view .product-img-box .product-image .new {
  position: absolute;
  left: 0;
  background-color: rgba(52, 85, 104, 0.8);
  color: #2b5152;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 999;
  padding: 10px 15px;
  font-size: 15px;
}
#content .product-view .product-img-box .product-image .sale {
  position: absolute;
  right: 0;
  background-color: rgba(255, 169, 18, 0.8);
  color: #ffffff;
  font-family: 'Bitter', serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 999;
  padding: 8px 15px;
  right: -1px;
}
#content .product-view .product-img-box .product-image #cloud-zoom-big {
  border: 1px solid #cccccc !important;
}
#content .product-view .product-img-box .product-image #image {
  max-width: 100%;
  height: auto;
}
#content .product-view .product-img-box .img-box.lb-zoom .more-views {
  display: inline-block;
}
#content .product-view .product-img-box .img-box.lb-zoom .more-views:after {
  content: "";
  display: block;
  clear: both;
}
#content .product-view .product-img-box .img-box.lb-zoom .more-views a.arrow {
  float: left;
  padding: 37px 5px 0;
}
#content .product-view .product-img-box .img-box.lb-zoom .more-views a.arrow.up:before {
  content: "\f104";
}
#content .product-view .product-img-box .img-box.lb-zoom .more-views a.arrow.down:before {
  content: "\f105";
}
#content .product-view .product-img-box .img-box.lb-zoom .more-views ul#more-views {
  float: left;
  border-width: 0;
  padding: 10px;
}
#content .product-view .product-img-box .img-box.lb-zoom .more-views ul#more-views li {
  margin-bottom: 0;
}
#content .product-view .product-img-box .more-views {
  display: block;
  border: 1px solid #cccccc;
  margin: 10px 0 30px;
}
#content .product-view .product-img-box .more-views ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#content .product-view .product-img-box .more-views ul li {
  display: inline-block;
}
#content .product-view .product-shop {
  margin-bottom: 20px;
}
#content .product-view .product-shop .product-name {
  border-bottom: 1px solid #57a1ab;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#content .product-view .product-shop .product-name:after {
  content: "";
  display: block;
  clear: both;
}
#content .product-view .product-shop .product-name h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
}
#content .product-view .product-shop .product-name .no-rating {
  float: right;
  margin-top: 12px;
}
#content .product-view .product-shop .articleno {
  margin-bottom: 20px;
}
#content .product-view .product-shop .short-description {
  margin-bottom: 20px;
}
#content .product-view .product-shop > .availability,
#content .product-view .product-shop > .delivery-time {
  display: none;
}
#content .product-view .product-shop .price-box {
  font-size: 25px;
  margin-bottom: 5px;
  text-align: right;
}
#content .product-view .product-shop .price-box > p {
  display: inline-block;
  margin: 0;
}
#content .product-view .product-shop .price-box .price-label {
  display: none;
}
#content .product-view .product-shop .price-box .special-price .price {
  color: #ffa912;
}
#content .product-view .product-shop .price-box .old-price .price {
  text-decoration: line-through;
  color: #57a1ab;
  font-size: 16px;
  margin-left: 20px;
}
#content .product-view .product-shop .price-box .regular-price {
  color: #345568;
}
#content .product-view .product-shop .tax-details {
  font-size: 11px;
  display: block;
  text-align: right;
  margin-bottom: 15px;
}
#content .product-view .product-shop .tax-details .shipping-cost-details {
  display: block;
}
#content .product-view .product-shop .product-options {
  border-bottom: 1px solid #f3f3f3;
  margin: 10px 0;
}
#content .product-view .product-shop .product-options p.required {
  display: none;
}
#content .product-view .product-shop .product-options dl {
  margin: 0;
}
#content .product-view .product-shop .product-options dl:after {
  content: "";
  display: block;
  clear: both;
}
#content .product-view .product-shop .product-options dl dt,
#content .product-view .product-shop .product-options dl dd {
  float: left;
  border-top: 1px solid #f3f3f3;
  padding: 5px 0;
}
#content .product-view .product-shop .product-options dl dt {
  clear: left;
}
#content .product-view .product-shop .product-options dl dt {
  width: 140px;
}
#content .product-view .product-shop .product-options dl dd {
  margin-left: 0;
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  width: -ms-calc(100% - 140px);
  width: -o-calc(100% - 140px);
  width: calc(100% - 140px);
}
#content .product-view .product-shop .product-options dl dd div.input-box {
  display: inline-block;
  width: 280px;
  margin-right: 10px;
}
#content .product-view .product-shop .product-options dl dd div.input-box ul.options-list li {
  margin-bottom: 4px;
}
#content .product-view .product-shop .product-options dl dd div.input-box span.price-notice {
  font-weight: bold;
}
#content .product-view .product-shop .product-options dl dd input.qty {
  max-width: 50px;
}
#content .product-view .product-shop .product-options dl dd ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#content .product-view .product-shop .product-options dl label {
  margin-top: 5px;
}
#content .product-view .product-shop .product-options dl select {
  width: inherit;
}
#content .product-view .product-shop .product-options .chosen-single {
  font-size: 12px;
}
#content .product-view .product-shop .price-box-bundle .price-to:before {
  content: "-";
}
#content .product-view .product-shop .price-as-configured span.price-label {
  display: inline;
  font-size: 14px;
}
#content .product-view .add-to-box .cart-row {
  background-color: #f3f3f3;
}
#content .product-view .add-to-box .cart-row:after {
  content: "";
  display: block;
  clear: both;
}
#content .product-view .add-to-box .cart-row .data {
  float: left;
  padding: 10px 25px;
}
#content .product-view .add-to-box .cart-row .data .availability {
  display: inline;
  margin-right: 15px;
  font-size: 15px;
  padding-right: 15px;
  border-right: 1px solid #ccc;
}
#content .product-view .add-to-box .cart-row .data .availability.in-stock span {
  color: #5fa545;
}
#content .product-view .add-to-box .cart-row .data .availability.out-of-stock span {
  color: #db3f40;
}
#content .product-view .add-to-box .cart-row .data .delivery-time {
  font-size: 15px;
  display: inline;
}
#content .product-view .add-to-box .cart-row .add-to-cart {
  float: right;
}
#content .product-view .add-to-box .cart-row .add-to-cart:after {
  content: "";
  display: block;
  clear: both;
}
#content .product-view .add-to-box .cart-row .add-to-cart label {
  float: right;
  margin-top: 20px;
  font-size: 15px;
}
#content .product-view .add-to-box .cart-row .add-to-cart #qty {
  float: right;
  width: 75px;
  font-size: 15px;
  padding: 9px 0;
  text-align: center;
  display: block;
  border-radius: 0;
  margin: 10px 20px 10px 10px;
}
#content .product-view .add-to-box .cart-row .add-to-cart .btn-cart {
  float: right;
  background-color: #ffa912;
  color: #ffffff;
  padding: 19px 20px;
  font-size: 15px;
  display: block;
  border-radius: 0;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color;
  -ms-transition: background-color;
  -o-transition: background-color;
  -webkit-transition: background-color;
  transition: background-color;
}
#content .product-view .add-to-box .cart-row .add-to-cart .btn-cart:hover {
  background-color: #ffb22c;
}
#content .product-view .add-to-box .link-row {
  border-top: 1px solid #57a1ab;
  margin-top: 20px;
  padding-top: 5px;
}
#content .product-view .add-to-box .link-row:after {
  content: "";
  display: block;
  clear: both;
}
#content .product-view .add-to-box .link-row .add-to-links {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#content .product-view .add-to-box .link-row .add-to-links li {
  display: inline-block;
}
#content .product-view .add-to-box .link-row .add-to-links a {
  color: #57a1ab;
  margin-left: 30px;
}
#content .product-view .add-to-box .link-row .add-to-links .separator {
  display: none;
}
#content .product-view .add-to-box .link-row .share {
  float: right;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-right: 10px;
}
#content .product-view .add-to-box .link-row .share li {
  display: inline-block;
  position: relative;
  background-color: #57a1ab;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color;
  -ms-transition: background-color;
  -o-transition: background-color;
  -webkit-transition: background-color;
  transition: background-color;
}
#content .product-view .add-to-box .link-row .share li:hover {
  background-color: #345568;
}
#content .product-view .add-to-box .link-row .share li.fb:before {
  content: "\f09a";
  font-size: 14px;
  margin-left: 8px;
  margin-top: 0px;
  position: absolute;
  font-family: 'FontAwesome';
  color: #2b5152;
}
#content .product-view .add-to-box .link-row .share li.tw:before {
  content: "\f099";
  font-size: 9px;
  margin-left: 4px;
  margin-top: 3px;
  position: absolute;
  font-family: 'FontAwesome';
  color: #2b5152;
}
#content .product-view .add-to-box .link-row .share li.pi:before {
  content: "\f231";
  font-size: 9px;
  top: 3px;
  left: 5px;
  position: absolute;
  font-family: 'FontAwesome';
  color: #2b5152;
}
#content .product-view .add-to-box .link-row .share li .obscure {
  height: 16px;
  width: 16px;
  overflow: hidden;
  opacity: 0;
}
#content .product-view .product-collateral .more-views {
  border: 1px solid #cccccc;
  margin-top: 10px;
}
#content .product-view .product-collateral .more-views:after {
  content: "";
  display: block;
  clear: both;
}
#content .product-view .product-collateral .more-views li {
  float: left;
}
#content .product-view .product-collateral .teaser {
  border: 1px solid #cccccc;
  padding: 5px;
}
#content .product-view .product-collateral .teaser .border {
  background-color: #f3f3f3;
}
#content .product-view .product-collateral .teaser .content {
  padding: 20px 0 20px 90px;
  position: relative;
}
#content .product-view .product-collateral .teaser .content:before {
  content: "\f0d1";
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 50px;
  left: 22px;
  top: 7px;
}
#content .product-view .product-collateral .teaser .content .headline {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
}
#content .product-view .product-collateral .teaser .content .subline {
  font-size: 14px;
}
#content .product-view .product-collateral .box-collateral {
  margin-bottom: 20px;
}
#content .product-view .product-collateral .tabs {
  border-bottom: 4px solid #cccccc;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#content .product-view .product-collateral .tabs li {
  background-color: #f3f3f3;
  border-width: 0;
  float: none;
  display: inline-block;
}
#content .product-view .product-collateral .tabs li.active a,
#content .product-view .product-collateral .tabs li a:hover {
  background-color: #57a1ab;
  font-weight: normal;
  color: #2b5152;
}
#content .product-view .product-collateral .tabs li a {
  padding: 20px 40px;
  font-size: 15px;
  color: inherit;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color;
  -ms-transition: background-color;
  -o-transition: background-color;
  -webkit-transition: background-color;
  transition: background-color;
}
#content .product-view .product-collateral .box-collateral > .description {
  margin: 35px 0 25px;
}
#content .product-view .product-collateral .box-collateral #product-attribute-specs-table {
  text-align: left;
  width: 400px;
}
#content .product-view .product-collateral .box-collateral #product-attribute-specs-table tr:nth-child(odd) {
  background-color: #f3f3f3;
}
#content .product-view .product-collateral .box-collateral #product-attribute-specs-table th {
  font-weight: normal;
  padding: 3px 15px;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents h2,
#content .product-view .product-collateral #product_tabs_review_tabbed_contents h3,
#content .product-view .product-collateral #product_tabs_review_tabbed_contents h4,
#content .product-view .product-collateral #product_tabs_review_tabbed_contents th {
  font-weight: normal;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #review-form {
  margin-bottom: 30px;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #review-form .rating-wrapper {
  display: none;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #review-form .rating-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #review-form .rating-wrapper label {
  float: left;
  margin-right: 5px;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #review-form .rating-wrapper .rating-box {
  float: left;
  cursor: pointer;
  margin-bottom: 12px;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #review-form label {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 2px;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #review-form input[type="text"],
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #review-form textarea {
  width: 400px;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #reviews-up,
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #reviews-down {
  text-align: center;
  font-size: 25px;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #reviews-up a,
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #reviews-down a {
  color: #9bbbcd;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -moz-transition: color;
  -ms-transition: color;
  -o-transition: color;
  -webkit-transition: color;
  transition: color;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #reviews-up a:hover,
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #reviews-down a:hover {
  color: #345568;
  text-decoration: none;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #product-reviews {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #product-reviews li {
  border: 1px solid #cccccc;
  padding: 15px;
  margin: 15px 0;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #product-reviews li.shown {
  border-top: 1px solid #cccccc;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #product-reviews li.shown ~ .shown {
  border-top: 1px solid #ffffff;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #product-reviews li strong {
  font-weight: normal;
  font-style: italic;
  color: #2b5152;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #product-reviews li .ratings-list {
  margin: 5px 0;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #product-reviews li .ratings-list td {
  padding: 2px 10px 2px 0;
}
#content .product-view .product-collateral #product_tabs_review_tabbed_contents #product-reviews li p {
  margin-bottom: 0;
}
#content .product-view .product-collateral .block-viewed {
  margin: 70px 0 60px;
}
#content .product-view .product-collateral .block-viewed .block-title span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  border-bottom: 4px solid #cccccc;
  color: #57a1ab;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#content .product-view .product-collateral .block-viewed #recently-viewed-items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#content .product-view .product-collateral .block-viewed #recently-viewed-items .product {
  max-width: 200px;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: 5px solid transparent;
}
#content .product-view .product-collateral .block-viewed #recently-viewed-items .product:hover {
  border-bottom: 5px solid #57a1ab !important;
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
}
#content .product-view .product-collateral .block-viewed #recently-viewed-items .product .product-image {
  display: block;
  text-decoration: none;
  padding: 10px;
  position: relative;
}
#content .product-view .product-collateral .block-viewed #recently-viewed-items .product .product-image .new {
  position: absolute;
  left: 0;
  background-color: rgba(52, 85, 104, 0.8);
  color: #2b5152;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 999;
  left: 10px;
}
#content .product-view .product-collateral .block-viewed #recently-viewed-items .product .product-image .sale {
  position: absolute;
  right: 0;
  background-color: rgba(255, 169, 18, 0.8);
  color: #ffffff;
  font-family: 'Bitter', serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 999;
  right: -2px;
}
#content .product-view .product-collateral .block-viewed #recently-viewed-items .product .product-name {
  font-size: 14px;
  margin-top: 10px;
}
#content .product-view .product-collateral .block-viewed #recently-viewed-items .product .ratings .rating-box {
  float: none;
  margin: 0 auto 5px;
}
#content .product-view .product-collateral .block-viewed #recently-viewed-items .product .ratings .amount {
  display: none;
}
#content .product-view .product-collateral .block-viewed #recently-viewed-items .product .price-box {
  font-size: 14px;
  line-height: 15px;
}
#content .product-view .product-collateral .block-viewed #recently-viewed-items .product .price-box .price-label {
  display: none;
}
#content .product-view .product-collateral .block-viewed #recently-viewed-items .product .price-box .old-price {
  margin: 0;
  text-decoration: line-through;
  font-size: 10px;
  color: #345568;
}
#content .product-view .product-collateral .block-viewed #recently-viewed-items .product .price-box .special-price {
  margin: 0;
  color: #ffa912;
}
#content .product-view .product-collateral .block-viewed #recently-viewed-items .product .price-box .regular-price {
  color: #345568;
}
#content .product-view .product-collateral .block-viewed #recently-viewed-items .product .tax-details {
  font-size: 9px;
}
#content .product-view .box-up-sell h2 {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  border-bottom: 4px solid #f3f3f3;
  color: #57a1ab;
  padding-bottom: 15px;
}
#content .product-view .box-up-sell #upsell-product-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#content .product-view .box-up-sell #upsell-product-list .product {
  max-width: 200px;
  margin: auto;
  text-align: center;
  padding-top: 10px;
  border: 1px solid transparent;
  border-bottom: 5px solid transparent;
}
#content .product-view .box-up-sell #upsell-product-list .product:hover {
  border-bottom: 5px solid #57a1ab !important;
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
}
#content .product-view .box-up-sell #upsell-product-list .product .product-image {
  position: relative;
}
#content .product-view .box-up-sell #upsell-product-list .product .product-image .new {
  position: absolute;
  left: 0;
  background-color: rgba(52, 85, 104, 0.8);
  color: #2b5152;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 999;
}
#content .product-view .box-up-sell #upsell-product-list .product .product-image .sale {
  position: absolute;
  right: 0;
  background-color: rgba(255, 169, 18, 0.8);
  color: #ffffff;
  font-family: 'Bitter', serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 999;
}
#content .product-view .box-up-sell #upsell-product-list .product h3 {
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
}
#content .product-view .box-up-sell #upsell-product-list .product .ratings .rating-box {
  float: none;
  margin: 0 auto 5px;
}
#content .product-view .box-up-sell #upsell-product-list .product .ratings .amount {
  display: none;
}
#content .product-view .box-up-sell #upsell-product-list .product .price-box {
  font-size: 14px;
  line-height: 15px;
}
#content .product-view .box-up-sell #upsell-product-list .product .price-box .price-label {
  display: none;
}
#content .product-view .box-up-sell #upsell-product-list .product .price-box .old-price {
  margin: 0;
  text-decoration: line-through;
  font-size: 10px;
  color: #345568;
}
#content .product-view .box-up-sell #upsell-product-list .product .price-box .special-price {
  margin: 0;
  color: #ffa912;
}
#content .product-view .box-up-sell #upsell-product-list .product .price-box .regular-price {
  color: #345568;
}
#content .product-view .box-up-sell #upsell-product-list .product .tax-details {
  font-size: 9px;
}
#content .cart {
  padding: 20px 0;
}
#content .cart div.table-additional {
  margin-top: 10px;
}
#content .cart div.discount {
  margin-top: 20px;
}
#content .cart div.discount h2 {
  display: none;
}
#content .cart div.discount .discount-form .buttons-set {
  margin-top: 10px;
}
#content .cart div.discount .discount-form input {
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  color: #2b5152;
  font-size: 12px;
  font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
  padding: 4px 6px;
  margin-top: 5px;
}
#content .cart .totals {
  text-align: right;
}
#content .cart .totals #shopping-cart-totals-table {
  width: 100%;
  text-align: left;
}
#content .cart .totals #shopping-cart-totals-table tr.summary-total {
  display: none;
}
#content .cart .totals #shopping-cart-totals-table tr.summary-details {
  display: table-row !important;
}
#content .cart .totals #shopping-cart-totals-table tr td {
  border-top: 1px solid #cccccc;
  padding: 10px 0;
}
#content .cart .totals ul.checkout-types {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#content .cart .btn-checkout {
  background-color: #ffa912;
  color: #ffffff;
  padding: 15px 25px;
  margin-top: 15px;
}
#content .cart .btn-checkout:hover {
  background-color: #ffb22c;
}
#content .cart .crosssell {
  margin-top: 40px;
}
#content .cart .crosssell .product {
  text-align: center;
  border: 1px solid transparent;
  border-bottom: 5px solid transparent;
  padding-top: 10px;
}
#content .cart .crosssell .product:hover {
  border-bottom: 5px solid #57a1ab !important;
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
}
#content .cart .crosssell .product .product-image {
  position: relative;
}
#content .cart .crosssell .product .product-image .new {
  position: absolute;
  left: 0;
  background-color: rgba(52, 85, 104, 0.8);
  color: #2b5152;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 999;
}
#content .cart .crosssell .product .product-image .sale {
  position: absolute;
  right: 0;
  background-color: rgba(255, 169, 18, 0.8);
  color: #ffffff;
  font-family: 'Bitter', serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 999;
}
#content .cart .crosssell .product .description .product-name {
  margin: 10px 0 5px;
  font-size: 14px;
}
#content .cart .crosssell .product .description .ratings .rating-box {
  float: none;
  margin: 0 auto 5px;
}
#content .cart .crosssell .product .description .ratings .amount {
  display: none;
}
#content .cart .crosssell .product .description .price-box .price-label {
  display: none;
}
#content .cart .crosssell .product .description .price-box .old-price {
  margin: 0;
  text-decoration: line-through;
  font-size: 10px;
  color: #345568;
}
#content .cart .crosssell .product .description .price-box .special-price {
  margin: 0;
  color: #ffa912;
}
#content .cart .crosssell .product .description .price-box .regular-price {
  color: #345568;
}
#content .cart .crosssell .product .description .tax-details {
  font-size: 8px;
}
#shopping-cart-table,
#checkout-review-table {
  margin-top: 0;
  width: 100%;
}
#shopping-cart-table .tr:nth-child(odd),
#checkout-review-table .tr:nth-child(odd),
#shopping-cart-table tr.even,
#checkout-review-table tr.even {
  background-color: #f3f3f3;
}
#shopping-cart-table h2,
#checkout-review-table h2,
#shopping-cart-table h3,
#checkout-review-table h3 {
  margin: 0px 0px 10px;
}
#shopping-cart-table .td,
#checkout-review-table .td,
#shopping-cart-table .th,
#checkout-review-table .th,
#shopping-cart-table .tr,
#checkout-review-table .tr {
  vertical-align: top;
  border-bottom: 1px solid #cccccc;
}
#shopping-cart-table th,
#checkout-review-table th,
#shopping-cart-table .th,
#checkout-review-table .th {
  font-weight: bold;
  font-size: 14px;
  background: #f3f3f3;
  padding: 2px 5px 2px 0;
}
#shopping-cart-table .td,
#checkout-review-table .td,
#shopping-cart-table td,
#checkout-review-table td {
  padding: 5px 0;
  font-weight: normal;
}
#shopping-cart-table .td.center,
#checkout-review-table .td.center,
#shopping-cart-table td.center,
#checkout-review-table td.center {
  text-align: center;
}
#shopping-cart-table .td .link-wishlist,
#checkout-review-table .td .link-wishlist,
#shopping-cart-table td .link-wishlist,
#checkout-review-table td .link-wishlist {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -moz-transition: color;
  -ms-transition: color;
  -o-transition: color;
  -webkit-transition: color;
  transition: color;
}
#shopping-cart-table .td .link-wishlist:hover,
#checkout-review-table .td .link-wishlist:hover,
#shopping-cart-table td .link-wishlist:hover,
#checkout-review-table td .link-wishlist:hover {
  text-decoration: none;
  color: #57a1ab;
}
#shopping-cart-table .td.image,
#checkout-review-table .td.image,
#shopping-cart-table td.image,
#checkout-review-table td.image {
  width: 90px;
}
#shopping-cart-table .td.name,
#checkout-review-table .td.name,
#shopping-cart-table td.name,
#checkout-review-table td.name {
  width: 50%;
}
#shopping-cart-table .product-image,
#checkout-review-table .product-image,
#shopping-cart-table .product-details,
#checkout-review-table .product-details {
  display: table-cell;
  vertical-align: top;
}
#shopping-cart-table .product-image,
#checkout-review-table .product-image {
  padding: 0px 10px 0px 5px;
}
#shopping-cart-table .qty,
#checkout-review-table .qty {
  width: 40px;
  border: 1px solid #cccccc;
  color: #2b5152;
  font-size: 13px;
  font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
  text-align: center;
}
#shopping-cart-table .product-name,
#checkout-review-table .product-name {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
  color: #2b5152;
}
#shopping-cart-table .btn-edit,
#checkout-review-table .btn-edit {
  width: 20px;
  display: block;
}
#shopping-cart-table .btn-edit:hover,
#checkout-review-table .btn-edit:hover {
  color: #57a1ab;
  text-decoration: none;
}
#shopping-cart-table .btn-edit:after,
#checkout-review-table .btn-edit:after {
  content: "\f044";
  font-family: 'FontAwesome';
  position: absolute;
  margin-top: 3px;
  width: 14px;
  height: 12px;
}
#shopping-cart-table .btn-remove,
#checkout-review-table .btn-remove {
  display: block;
  padding: 5px;
}
#shopping-cart-table .btn-remove:hover,
#checkout-review-table .btn-remove:hover {
  color: #57a1ab;
  text-decoration: none;
}
#shopping-cart-table .btn-remove:after,
#checkout-review-table .btn-remove:after {
  content: "\f00d";
  font-family: 'FontAwesome';
  position: absolute;
  margin-left: -10px;
  margin-top: 3px;
  width: 14px;
  height: 12px;
}
#shopping-cart-table .item-options,
#checkout-review-table .item-options {
  margin: 5px 0 15px;
}
#shopping-cart-table .item-options dd,
#checkout-review-table .item-options dd,
#shopping-cart-table .item-options dt,
#checkout-review-table .item-options dt {
  display: inline-block;
  margin-right: 2px;
  margin-left: 0;
  vertical-align: top;
}
#shopping-cart-table .item-options dd.truncated,
#checkout-review-table .item-options dd.truncated,
#shopping-cart-table .item-options dt.truncated,
#checkout-review-table .item-options dt.truncated {
  cursor: pointer;
}
#shopping-cart-table .item-msg.error,
#checkout-review-table .item-msg.error {
  color: #ff5255;
}
#shopping-cart-table .checkbox + label,
#checkout-review-table .checkbox + label {
  display: inline;
}
#shopping-cart-table .price,
#checkout-review-table .price {
  font-weight: normal;
}
#shopping-cart-table .truncated_full_value,
#checkout-review-table .truncated_full_value {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 10px 15px;
  z-index: 1000;
  max-width: 500px;
}
#shopping-cart-table .truncated_full_value dt,
#checkout-review-table .truncated_full_value dt {
  font-weight: bold;
}
#content .checkout {
  padding: 20px 0;
}
#content .checkout ol.opc {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 1px solid #cccccc;
}
#content .checkout ol.opc.guest li.section#opc-login div.step-title {
  left: 0;
}
#content .checkout ol.opc.guest li.section#opc-billing div.step-title {
  left: 16.6666%;
}
#content .checkout ol.opc.guest li.section#opc-shipping div.step-title {
  left: 33.3333%;
}
#content .checkout ol.opc.guest li.section#opc-shipping_method div.step-title {
  left: 50%;
}
#content .checkout ol.opc.guest li.section#opc-payment div.step-title {
  left: 66.6666%;
}
#content .checkout ol.opc.guest li.section#opc-review div.step-title {
  left: 83.3333%;
}
#content .checkout ol.opc.guest li.section div.step-title {
  width: 16.6666%;
}
#content .checkout ol.opc.loggedin li.section#opc-billing div.step-title {
  left: 0;
}
#content .checkout ol.opc.loggedin li.section#opc-shipping div.step-title {
  left: 20%;
}
#content .checkout ol.opc.loggedin li.section#opc-shipping_method div.step-title {
  left: 40%;
}
#content .checkout ol.opc.loggedin li.section#opc-payment div.step-title {
  left: 60%;
}
#content .checkout ol.opc.loggedin li.section#opc-review div.step-title {
  left: 80%;
}
#content .checkout ol.opc.loggedin li.section div.step-title {
  width: 20%;
}
#content .checkout ol.opc li.section.active div.step-title {
  background-color: #57a1ab;
}
#content .checkout ol.opc li.section.active div.step-title span.number {
  background-color: #2b5152;
  color: #57a1ab;
}
#content .checkout ol.opc li.section.active div.step-title h2 {
  color: #2b5152;
}
#content .checkout ol.opc li.section.active div.step {
  display: block;
}
#content .checkout ol.opc li.section:last-child div.step-title {
  border-right-width: 0;
}
#content .checkout ol.opc li.section div.step-title {
  position: absolute;
  height: 100px;
  top: 0;
  padding-top: 23px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 767px) {
  #content .checkout ol.opc li.section div.step-title {
    height: 80px;
  }
}
#content .checkout ol.opc li.section div.step-title span.number {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #57a1ab;
  border-radius: 50%;
  text-align: center;
  color: #2b5152;
  font-size: 18px;
  line-height: 30px;
  margin: auto;
}
#content .checkout ol.opc li.section div.step-title a {
  display: none;
}
#content .checkout ol.opc li.section div.step-title h2 {
  font-size: 12px;
  font-weight: normal;
  font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
  color: #57a1ab;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  #content .checkout ol.opc li.section div.step-title h2 {
    display: none;
  }
}
#content .checkout ol.opc li.section div.step {
  display: none;
  padding: 115px 25px 15px;
}
#content .checkout ol.opc li.section div.step div.col2-set:after {
  content: "";
  display: block;
  clear: both;
}
#content .checkout ol.opc li.section div.step div.col2-set div.col-1,
#content .checkout ol.opc li.section div.step div.col2-set div.col-2 {
  float: left;
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: -ms-calc(50% - 20px);
  width: -o-calc(50% - 20px);
  width: calc(50% - 20px);
}
#content .checkout ol.opc li.section div.step div.col2-set div.col-1 {
  margin-right: 20px;
}
#content .checkout ol.opc li.section div.step div.buttons-set {
  opacity: 1 !important;
}
#content .checkout ol.opc li.section div.step div.buttons-set button.btn-next {
  float: right;
  background-color: #ffa912;
  color: #ffffff;
}
#content .checkout ol.opc li.section div.step div.buttons-set button.btn-next:hover {
  background-color: #f89e00;
}
#content .checkout ol.opc li.section div.step div.buttons-set span.please-wait {
  position: fixed;
  z-index: 99;
  top: 40%;
  left: 50%;
  margin: -80px 0 0 -126px;
  font-size: 12px;
  background: #ffffff;
  padding: 30px;
  white-space: nowrap;
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadescalein;
  -moz-animation-name: fadescalein;
  -o-animation-name: fadescalein;
  animation-name: fadescalein;
}
#content .checkout ol.opc li.section div.step div.chosen-container {
  min-width: 260px;
}
#content .checkout ol.opc li.section div.step input[type*="text"],
#content .checkout ol.opc li.section div.step input[type*="password"],
#content .checkout ol.opc li.section div.step input[type*="number"],
#content .checkout ol.opc li.section div.step input[type*="email"] {
  height: 32px;
  padding: 0 5px;
}
#content .checkout ol.opc li.section div.step ul.form-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#content .checkout ol.opc li.section div.step ul.form-list label {
  font-size: 12px;
}
#content .checkout ol.opc li.section div.step ul.form-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#content .checkout ol.opc li.section div.step ul.form-list li.fields {
  margin-bottom: 15px;
}
#content .checkout ol.opc li.section div.step ul.form-list li.fields:after {
  content: "";
  display: block;
  clear: both;
}
#content .checkout ol.opc li.section div.step ul.form-list li.fields div.field {
  float: left;
  width: calc(50% - 10px);
}
#content .checkout ol.opc li.section div.step ul.form-list li.fields div.field:first-child {
  margin-right: 20px;
}
#content .checkout ol.opc li.section div.step ul.form-list li.fields div.field input {
  width: 100%;
  margin-bottom: 0;
  height: 32px;
  padding: 0 5px;
}
#content .checkout ol.opc li.section div.step ul.form-list li.fields div.field select {
  width: 100%;
}
#content .checkout ol.opc li.section div.step ul.form-list li.fields div.field .chosen-container {
  margin-bottom: 0px;
  width: 100% !important;
}
#content .checkout ol.opc li.section div.step ul.form-list li.fields div.field .chosen-container .chosen-drop .chosen-search {
  display: block;
}
#content .checkout ol.opc li.section div.step ul.form-list li.fields div.field .chosen-container .chosen-drop .chosen-search input {
  box-shadow: none !important;
  width: 100%;
}
#content .checkout ol.opc li.section div.step ul.form-list li.fields div.field .chosen-container .chosen-drop .chosen-results {
  max-height: 200px;
}
#content .checkout ol.opc li.section div.step ul.form-list .validation-advice {
  font-size: 9px;
  line-height: 9px;
  color: #f00;
}
#content .checkout ol.opc li.section div.step input[type*='radio'],
#content .checkout ol.opc li.section div.step input[type*='checkbox'] {
  margin: 0 5px 0 0;
}
#content .checkout ol.opc li.section div.step input[type*='radio'] + label,
#content .checkout ol.opc li.section div.step input[type*='checkbox'] + label,
#content .checkout ol.opc li.section div.step input[type*='radio'] + label,
#content .checkout ol.opc li.section div.step input[type*='checkbox'] + label {
  display: inline-block;
}
#content .checkout ol.opc li.section div.step dl.sp-methods dd {
  margin: 0;
}
#content .checkout ol.opc li.section div.step ol.checkout-agreements {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#content .checkout ol.opc li.section div.step div#checkout-review-table-wrapper {
  border-width: 0;
}
#content .checkout ol.opc li.section div.step div#checkout-review-table-wrapper table#checkout-review-table tbody tr.even {
  background-color: #f3f3f3;
}
#content .checkout ol.opc li.section div.step div#checkout-review-table-wrapper table#checkout-review-table tbody tr.odd {
  background-color: inherit;
}
#content .checkout ol.opc li.section div.step div#checkout-review-table-wrapper table#checkout-review-table tbody tr td {
  border-bottom: 1px solid #cccccc;
}
#content .checkout ol.opc li.section div.step div#checkout-review-table-wrapper table#checkout-review-table tbody tr td.a-center {
  text-align: center;
}
#content .checkout ol.opc li.section div.step div#checkout-review-table-wrapper table#checkout-review-table tbody tr td dl.item-options {
  margin: 5px 0 5px;
}
#content .checkout ol.opc li.section div.step div#checkout-review-table-wrapper table#checkout-review-table tfoot tr {
  background-color: #ffffff !important;
}
#content .checkout ol.opc li.section div.step div#checkout-review-table-wrapper table#checkout-review-table tfoot tr.summary-total {
  display: none;
}
#content .checkout ol.opc li.section div.step div#checkout-review-table-wrapper table#checkout-review-table tfoot tr.summary-details {
  display: table-row !important;
}
#content .checkout ol.opc li.section div.step div#checkout-review-table-wrapper table#checkout-review-table tfoot tr td.a-center {
  text-align: center;
}
#content .checkout ol.opc li.section div.step div#checkout-review-submit {
  border-width: 0;
  text-align: right;
  background-color: #ffffff;
}
#content .checkout ol.opc li.section div.step div#checkout-review-submit button {
  background-color: #ffa912;
  color: #ffffff;
  padding: 12px 25px;
}
#content .checkout ol.opc li.section div.step div#checkout-review-submit button:hover {
  background-color: #f89e00;
}
#content #checkout-progress-wrapper {
  margin-top: 65px;
}
#content #checkout-progress-wrapper div.block {
  border-width: 0;
}
#content #checkout-progress-wrapper div.block div.block-content > dl {
  margin: 0;
}
#content #checkout-progress-wrapper dt {
  display: none;
}
#content #checkout-progress-wrapper dd.complete {
  border: 1px solid #cccccc;
  padding: 15px 20px;
  font-size: 12px;
  margin-bottom: 20px;
  width: 100%;
  margin-left: 0;
}
#content #checkout-progress-wrapper dd.complete .changelink > a {
  font-size: 9px;
}
#content #checkout-progress-wrapper dd.complete address,
#content #checkout-progress-wrapper dd.complete .content {
  font-size: 11px;
  line-height: 17px;
  margin-bottom: 0;
  padding: 5px 0;
}
#content .opc-success {
  padding: 60px 0;
  text-align: center;
}
#content .opc-success a {
  color: #57a1ab;
  display: inline-block;
}
#content .opc-success p.print > a {
  color: #57a1ab;
  display: inline-block;
  padding-left: 20px;
}
#content .opc-success p.print > a:before {
  content: "\f02f" !important;
  font-family: 'FontAwesome';
  position: absolute;
  margin-left: -16px;
  margin-top: 3px;
  width: 14px;
  height: 12px;
}
#content .my-account {
  padding-top: 20px;
}
#content .my-account .box-account {
  margin-top: 35px;
}
#content .my-account #my_recent_reviews {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#content .my-account #my_recent_reviews .item:after {
  content: "";
  display: block;
  clear: both;
}
#content .my-account #my_recent_reviews .item .number {
  float: left;
  margin: 12px 15px 0 0;
  display: block;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 10px;
  text-align: center;
}
#content .my-account #my_recent_reviews .item .details {
  float: left;
}
#content .my-account #my_recent_reviews .item .details:after {
  content: "";
  display: block;
  clear: both;
}
#content .my-account #my_recent_reviews .item .details .product-name {
  float: left;
  min-width: 230px;
  font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-size: 13px;
}
#content .my-account #my_recent_reviews .item .details .ratings {
  float: right;
  margin-top: 10px;
}
#content .my-account #my_recent_reviews .item .details .ratings strong {
  font-weight: normal;
}
#content .my-account #my_recent_reviews .item .details .ratings .rating-box {
  display: inline-block;
  float: none;
}
#content .my-account #my-orders-table {
  width: 100%;
}
#content .my-account #my-orders-table tbody.odd {
  background-color: #f3f3f3;
}
#content .my-account #my-orders-table td,
#content .my-account #my-orders-table th {
  text-align: left;
  padding: 8px;
}
#content .my-account #my-orders-table td .item-options,
#content .my-account #my-orders-table th .item-options {
  margin-left: 10px;
}
#content .my-account #my-orders-table tr.odd {
  background-color: #f3f3f3;
}
#content .my-account #my-orders-table a {
  padding: 4px 12px;
}
#content .my-account #my-orders-table a:hover {
  color: #57a1ab;
  text-decoration: none;
}
#content .my-account #my-reviews-table {
  margin-bottom: 20px;
  width: 100%;
}
#content .my-account #my-reviews-table tr.odd td {
  background-color: #f3f3f3;
}
#content .my-account #my-reviews-table tr td {
  padding: 5px 10px;
}
#content .my-account #my-reviews-table tr td h2.product-name {
  font-size: 14px;
}
#content .my-account #wishlist-table {
  margin-bottom: 10px;
  width: 100%;
}
#content .my-account #wishlist-table tr.odd {
  background-color: #f3f3f3;
}
#content .my-account #wishlist-table tr td.last {
  vertical-align: top;
}
#content .my-account #wishlist-table tr td .product-image {
  padding: 15px;
}
#content .my-account #wishlist-table tr td .cart-cell {
  text-align: center;
  padding: 10px 0;
}
#content .my-account #wishlist-table tr td .cart-cell > p {
  display: none;
}
#content .my-account #wishlist-table tr td .cart-cell .price-box .price-label {
  display: none;
}
#content .my-account #wishlist-table tr td .cart-cell .price-box .old-price {
  text-decoration: line-through;
  font-size: 13px;
  color: #57a1ab;
  margin: 0;
}
#content .my-account #wishlist-table tr td .cart-cell .price-box .special-price {
  font-size: 18px;
  color: #ffa912;
}
#content .my-account #wishlist-table tr td .cart-cell .price-box .regular-price {
  font-size: 18px;
}
#content .my-account #wishlist-table tr td .cart-cell .tax-details {
  font-size: 9px;
}
#content .my-account #wishlist-table tr td .cart-cell .add-to-cart-alt:after {
  content: "";
  display: block;
  clear: both;
}
#content .my-account #wishlist-table tr td .cart-cell .add-to-cart-alt .qty {
  width: 30px;
}
#content .my-account #wishlist-table tr td .cart-cell .add-to-cart-alt .btn-cart {
  background-color: #ffa912;
  color: #ffffff;
  width: 150px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color;
  -ms-transition: background-color;
  -o-transition: background-color;
  -webkit-transition: background-color;
  transition: background-color;
}
#content .my-account #wishlist-table tr td .cart-cell .add-to-cart-alt .btn-cart:hover {
  background-color: #ffb22c;
}
#content .my-account #wishlist-table tr td .btn-remove {
  display: block;
  min-width: 40px;
}
#content .my-account #wishlist-table tr td .btn-remove:hover:after {
  color: #345568;
}
#content .my-account #wishlist-table tr td .btn-remove:after {
  content: "\f00d";
  font-family: 'FontAwesome';
  position: absolute;
  margin-left: 9px;
  font-size: 20px;
  margin-top: 14px;
  color: #57a1ab;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -moz-transition: color;
  -ms-transition: color;
  -o-transition: color;
  -webkit-transition: color;
  transition: color;
}
#content .my-account #wishlist-table textarea {
  width: 50%;
  margin-top: 10px;
}
#content .my-account .col2-set:after {
  content: "";
  display: block;
  clear: both;
}
#content .my-account .col2-set .col-1,
#content .my-account .col2-set .col-2 {
  float: left;
  width: 50%;
}
#content .my-account label {
  font-size: 13px;
}
#content .my-account input[type*='radio'],
#content .my-account input[type*='checkbox'] {
  margin: 0 5px 0 0;
}
#content .my-account input[type*='radio'] + label,
#content .my-account input[type*='checkbox'] + label,
#content .my-account input[type*='radio'] + label,
#content .my-account input[type*='checkbox'] + label {
  display: inline-block;
}
#content .my-account div.buttons-set {
  margin-top: 20px;
}
#content .my-account div.buttons-set .back-link {
  display: inline-block;
  color: #57a1ab;
  margin-left: 10px;
}
#content .my-account div.buttons-set .back-link:first-child {
  margin-left: 0;
}
#content .my-account .fields {
  margin-bottom: 15px;
}
#content .my-account .fields:after {
  content: "";
  display: block;
  clear: both;
}
#content .my-account .fields .field {
  float: left;
  width: 45%;
}
#content .my-account .fields .field:first-child {
  margin-right: 6%;
}
#content .my-account .fields .field input {
  width: 100%;
  width: calc(100% - 12px);
  margin-bottom: 0;
}
#content .my-account .fields .field select {
  width: 100%;
}
#content .my-account p.required {
  font-size: 11px;
}
#content .my-account .pager:after {
  content: "";
  display: block;
  clear: both;
}
#content .my-account .pager p.amount {
  float: left;
  margin: 10px 0 0;
}
#content .my-account .pager .limiter {
  float: right;
}
#content .my-account .pager .limiter select {
  width: 50px;
}
#content .my-account .pager .limiter label {
  display: inline-block;
}
#content .my-account .pager .limiter .chosen-single {
  text-align: left;
}
#content .sidebar .block {
  border-bottom: 1px solid #cccccc;
  padding: 20px 20px 20px 0 !important;
}
#content .sidebar .block.block-account {
  font-size: 14px;
  padding-top: 30px;
}
#content .sidebar .block.block-account ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#content .sidebar .block.block-account li {
  line-height: 26px;
}
#content .sidebar .block.block-account li strong {
  font-weight: normal;
  color: #57a1ab;
}
#content .sidebar .block.block-account li a[href*="oauth/customer_token"] {
  display: none !important;
}
#content .sidebar .block.block-account li a[href*="downloadable/customer/products"] {
  display: none !important;
}
#content .sidebar .block.block-account li a[href*="tag/customer"] {
  display: none !important;
}
#content .sidebar .block.block-account li a[href*="sales/recurring_profile"] {
  display: none !important;
}
#content .sidebar .block.block-account li a[href*="sales/billing_agreement"] {
  display: none !important;
}
#content .sidebar .block.block-cart .mini-products-list li .product-name {
  margin: 0;
}
#content .sidebar .block.block-cart .subtotal {
  margin-top: 15px;
}
#content .sidebar .block.block-cart .subtotal .label {
  color: #2b5152;
  padding: 0;
  margin-right: 5px;
}
#content .sidebar .block.block-reorder .actions a {
  display: none;
}
#content .sidebar .block.block-reorder ol#cart-sidebar-reorder {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#content .sidebar .block.block-reorder ol#cart-sidebar-reorder li.item {
  margin-bottom: 5px;
}
#content .sidebar .block.block-reorder ol#cart-sidebar-reorder li.item p.product-name {
  display: inline-block;
  margin: 0;
}
#content .sidebar .block.block-compare ol#compare-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#content .sidebar .block.block-compare ol#compare-items .item {
  margin-bottom: 5px;
}
#content .sidebar .block.block-compare ol#compare-items .item:after {
  content: "";
  display: block;
  clear: both;
}
#content .sidebar .block.block-compare ol#compare-items .item .product-name {
  float: left;
  margin: 0;
}
#content .sidebar .block.block-compare ol#compare-items .item .btn-remove {
  float: left;
}
#content .sidebar .block.block-compare ol#compare-items .item .btn-remove:hover:after {
  color: #345568;
}
#content .sidebar .block.block-compare ol#compare-items .item .btn-remove:after {
  content: "\f00d";
  font-family: 'FontAwesome';
  position: absolute;
  margin-left: 9px;
  font-size: 12px;
  margin-top: 1px;
  color: #57a1ab;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -moz-transition: color;
  -ms-transition: color;
  -o-transition: color;
  -webkit-transition: color;
  transition: color;
}
#content .sidebar .block .block-title {
  margin-bottom: 10px;
  font-family: 'Bitter', serif;
  color: #345568;
  font-size: 16px;
}
#content .account-login .col2-set:after {
  content: "";
  display: block;
  clear: both;
}
#content .account-login .col2-set .col-1,
#content .account-login .col2-set .col-2 {
  float: left;
  width: 50%;
}
#content .account-login .col2-set .col-1 .content,
#content .account-login .col2-set .col-2 .content {
  padding: 0 20px 0 0;
}
#content .account-create #form-validate .fieldset {
  display: block;
  float: left;
  width: 50%;
}
#content .account-create #form-validate .fieldset input[type*='radio'],
#content .account-create #form-validate .fieldset input[type*='checkbox'] {
  margin: 0 5px 0 0;
}
#content .account-create #form-validate .fieldset input[type*='radio'] + label,
#content .account-create #form-validate .fieldset input[type*='checkbox'] + label,
#content .account-create #form-validate .fieldset input[type*='radio'] + label,
#content .account-create #form-validate .fieldset input[type*='checkbox'] + label {
  display: inline-block;
}
#content .account-create #form-validate .buttons-set {
  margin-top: 20px;
}
.product-compare {
  background-color: #ffffff;
  margin: 0 20px;
  padding: 20px;
}
.product-compare .link-print {
  display: block;
  padding-left: 15px;
}
.product-compare .link-print:before {
  content: "\f02f";
  font-family: 'FontAwesome';
  position: absolute;
  margin-left: -15px;
  margin-top: 3px;
  width: 14px;
  height: 12px;
}
.product-compare #product_comparison tr.product-shop-row td {
  vertical-align: top;
}
.product-compare #product_comparison tr.product-shop-row td .product-image {
  display: block;
  text-align: center;
}
.product-compare #product_comparison tr th {
  text-align: right;
  border-right: 1px solid #cccccc;
  padding: 0 20px 10px 20px;
}
.product-compare #product_comparison tr td {
  border-right: 1px solid #cccccc;
  padding: 0 20px 10px 20px;
}
.product-compare #product_comparison tr td.last {
  border-right: 1px solid transparent;
}
.product-compare #product_comparison tr td.cart {
  text-align: center;
}
.product-compare #product_comparison tr td .price-box .price-label {
  display: none;
}
.product-compare #product_comparison tr td .price-box .old-price {
  text-decoration: line-through;
  color: #57a1ab;
  font-size: 13px;
  margin: 0;
  text-align: right;
}
.product-compare #product_comparison tr td .price-box .special-price {
  color: #ffa912;
  margin: 0;
  font-size: 15px;
  text-align: right;
}
.product-compare #product_comparison tr td .price-box .regular-price {
  color: #57a1ab;
  display: block;
  font-size: 15px;
  text-align: right;
}
.product-compare #product_comparison tr td .tax-details {
  font-size: 10px;
  display: block;
  text-align: right;
}
.product-compare #product_comparison tr td .tax-details a {
  display: block;
}
.product-compare #product_comparison tr td .btn-cart {
  color: #ffffff;
  background-color: #ffa912;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color;
  -ms-transition: background-color;
  -o-transition: background-color;
  -webkit-transition: background-color;
  transition: background-color;
}
.product-compare #product_comparison tr td .btn-cart:hover {
  background-color: #ffb22c;
}
.product-compare #product_comparison tr td .link-wishlist {
  color: #57a1ab;
}
#content .home .stage {
  margin-top: 1px;
}
#content .home .stage:after {
  content: "";
  display: block;
  clear: both;
}
#content .home .stage .colleft {
  float: left;
  width: 843px;
  height: 347px;
  background-size: contain;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#content .home .stage .colleft a {
  display: block;
  height: 100%;
  width: 100%;
  font-family: 'Bitter', serif;
  color: #2b5152;
  font-size: 35px;
  text-transform: uppercase;
  padding: 64px 0 0 104px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color;
  -ms-transition: background-color;
  -o-transition: background-color;
  -webkit-transition: background-color;
  transition: background-color;
}
#content .home .stage .colleft a:hover {
  background-color: rgba(87, 161, 171, 0.3);
}
#content .home .stage .colright {
  float: right;
  text-align: right;
  max-width: 286px;
}
#content .home .stage .colright div {
  margin-top: 1px;
  width: 284px;
  height: 173px;
  background-size: contain;
  border-bottom-right-radius: 0;
}
#content .home .stage .colright div:first-child {
  margin-top: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#content .home .stage .colright div a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: 'Bitter', serif;
  color: #2b5152;
  font-size: 25px;
  padding-top: 76px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color;
  -ms-transition: background-color;
  -o-transition: background-color;
  -webkit-transition: background-color;
  transition: background-color;
}
#content .home .stage .colright div a:hover {
  background-color: rgba(87, 161, 171, 0.3);
}
#content .home .products {
  margin-top: 25px;
}
#content .home .products .tabs {
  padding: 0;
  border-bottom: 4px solid #f3f3f3;
}
#content .home .products .tabs li {
  display: inline-block;
  list-style-type: none;
}
#content .home .products .tabs li:hover a,
#content .home .products .tabs li.active a {
  background-color: #345568;
  color: #2b5152;
  text-decoration: none;
}
#content .home .products .tabs li a {
  display: block;
  background-color: #f3f3f3;
  padding: 15px 50px;
  color: #345568;
  font-family: 'Bitter', serif;
  font-size: 18px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
}
#content .home .products .tab-content {
  padding: 0;
  margin-top: 20px;
}
#content .home .products .tab-content li {
  list-style-type: none;
  position: relative;
}
#content .home .products .tab-content li:after {
  content: "";
  display: block;
  clear: both;
}
#content .home .products .tab-content li .product {
  text-align: center;
  border: 1px solid transparent;
  border-bottom: 5px solid transparent;
  padding-top: 10px;
}
#content .home .products .tab-content li .product:hover {
  border-bottom: 5px solid #57a1ab !important;
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
}
#content .home .products .tab-content li .product .product-image {
  position: relative;
}
#content .home .products .tab-content li .product .product-image .new {
  position: absolute;
  left: 0;
  background-color: rgba(52, 85, 104, 0.8);
  color: #2b5152;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 999;
}
#content .home .products .tab-content li .product .product-image .sale {
  position: absolute;
  right: 0;
  background-color: rgba(255, 169, 18, 0.8);
  color: #ffffff;
  font-family: 'Bitter', serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 999;
}
#content .home .products .tab-content li .product .description .product-name {
  margin: 10px 0 5px;
  font-size: 14px;
}
#content .home .products .tab-content li .product .description .ratings .rating-box {
  float: none;
  margin: 0 auto 5px;
}
#content .home .products .tab-content li .product .description .ratings .amount {
  display: none;
}
#content .home .products .tab-content li .product .description .price-box .price-label {
  display: none;
}
#content .home .products .tab-content li .product .description .price-box .old-price {
  margin: 0;
  text-decoration: line-through;
  font-size: 10px;
  color: #345568;
}
#content .home .products .tab-content li .product .description .price-box .special-price {
  margin: 0;
  color: #ffa912;
}
#content .home .products .tab-content li .product .description .price-box .regular-price {
  color: #345568;
}
#content .home .products .tab-content li .product .description .tax-details {
  font-size: 8px;
}
#content .home .products .tab-content li a.viewall {
  display: block;
  color: #2b5152;
  background-color: #57a1ab;
  float: right;
  padding: 5px 30px;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
}
#content .home .products .tab-content li a.viewall:hover {
  background-color: #345568;
  color: #2b5152;
  text-decoration: none;
}
#content .home .trio {
  text-align: center;
  margin-top: 60px;
}
#content .home .trio h3 {
  display: block;
  border-bottom: 4px solid #57a1ab;
  padding-bottom: 15px;
}
#content .home .trio img {
  max-width: 100%;
  height: auto;
}
#content .home .text {
  margin: 60px 0 20px;
}
#content .home .text h3 {
  margin-bottom: 25px;
}
/* Carto Design */
.ratings-table {
  margin-bottom: 10px;
}
.ratings-table tr th {
  text-align: left;
  font-weight: normal;
  padding-right: 5px;
}
#customer-reviews h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
#customer-reviews h3 {
  margin-top: 0;
  color: #ffa912;
}
#customer-reviews #product-review-table {
  margin-bottom: 15px;
}
#customer-reviews #product-review-table th {
  font-weight: normal;
  padding-right: 5px;
  padding-bottom: 5px;
  text-align: left;
}
#customer-reviews .form-list li {
  margin-bottom: 10px;
}
#customer-reviews .form-list li .input-box {
  margin-top: 5px;
}
#customer-reviews .form-list label {
  font-weight: bold;
}
#customer-reviews #review_field {
  width: 100%;
  height: 150px;
}
#customer-reviews dl {
  padding: 15px;
  border: 1px solid #ccc;
}
#customer-reviews dl dt {
  margin-bottom: 10px;
}
#customer-reviews dl dt a {
  font-weight: bold;
  pointer-events: none;
}
#customer-reviews dl dd {
  margin: 0;
}
#customer-reviews .pager {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.cd-additional-text ul {
  display: none;
}
.ts-siegel {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 979px) {
  .ts-siegel {
    display: none !important;
  }
}
ul.advantages {
  list-style: none;
  text-align: left;
  color: #57a1ab;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 979px) {
  ul.advantages {
    display: none !important;
  }
}
ul.advantages .icon-ok:before {
  color: #ffa912;
  margin-right: 5px;
}
.footer-links-checkout {
  display: none;
}
.checkout-onepage-index header .nav-container,
.checkout-onepage-index header #search-mini {
  display: none;
}
.checkout-onepage-index footer .social,
.checkout-onepage-index footer .cms-content {
  display: none;
}
.checkout-onepage-index footer .footer-links-checkout {
  display: block !important;
}
@media (min-width: 992px) {
  .checkout-onepage-index .bankpayment_info td,
  .checkout-onepage-index .bankpayment_info_int td {
    display: block;
  }
  .checkout-onepage-index .bankpayment_info td.bankcol2,
  .checkout-onepage-index .bankpayment_info_int td.bankcol2 {
    margin-bottom: 8px;
    font-weight: 700;
  }
}
/*.one-page-checkout-norisc (@height; @paddingRight; @paddingLeft; @loggedAddPadding; @amazonAddPadding; @stepTitleLogin; @stepTitleBilling; @stepTitleShipping; @stepTitleShippingMethod; @stepTitlePayment; @stepTitleReview; @changezIndex; @stylePleaseWait;) */
/* 
To use this function, create an image with two icons (same size)
Add size of one icon to the function and how many stars it will give
call the file rating-icon
______________
|            | 1px distance to the edge
|   Normal   |
|            |
|            |
|____________|
|____________| 5px distance between the icons 
|            |
|   Hover    |
|            |
|            |
|____________|

*/
a:active,
a:focus,
input {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}
.messages .error-msg {
  background-color: rgba(255, 0, 0, 0.1);
  color: darkred;
  border-color: darkred;
}
.messages .success-msg {
  background-color: rgba(0, 255, 0, 0.1);
  color: green;
  border-color: green;
}
.validation-advice {
  padding: 5px 0;
}
.contact {
  z-index: 10;
}
.popup {
  display: none;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
  width: 600px;
  top: 20%;
  padding: 10px 20px;
  text-align: left;
  border: solid 1px #2b5152;
  left: -moz-calc(50% - 300px);
  left: -ms-calc(50% - 300px);
  left: -o-calc(50% - 300px);
  left: -webkit-calc(50% - 300px);
  left: calc(50% - 300px);
}
.popup.visible {
  display: block;
}
.popup:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.link-compare {
  display: none !important;
}
#header .usp {
  padding: 0;
  text-align: center;
}
#header .usp li {
  margin-right: 2px;
}
#header .usp li:before {
  background-image: url(../images/icons.png);
  background-position: -1px 0;
  color: transparent;
  width: 18px;
  height: 15px;
}
#header .usp li:first-child:before {
  content: "\f0d1";
  background-image: none;
  color: #000;
}
#header .usp li:last-child:before {
  background-image: url(../images/icons.png);
  background-position: -23px 0;
  color: transparent;
}
#header .logo {
  max-width: 360px;
}
#header #nav {
  background-color: transparent;
  text-align: center;
}
#header #nav > li {
  background-color: transparent;
}
#header #nav > li.active,
#header #nav > li:hover {
  background-color: transparent;
}
#header #nav > li .level-top.over {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}
#header #nav > li .level0 {
  padding: 0px !important;
  min-width: 200px;
}
#header #nav > li .level0 li {
  list-style: none;
  padding: 0px !important;
}
#header #nav > li .level0 li a {
  text-align: left;
  background-color: #f3f3f3;
  color: #345568 !important;
}
#header #nav > li .level0 li a:hover {
  background-color: #57a1ab;
  color: white !important;
}
#header #nav li:last-child a {
  border: none;
}
#header #search-mini {
  width: 100%;
}
#header #search-mini input {
  width: 90%;
  text-align: left;
}
#header #search-mini button.button {
  position: absolute;
  right: 0px;
}
#header:after {
  content: '';
  height: 4px;
  background-image: url('../images/shadow.png');
  display: block;
  width: 100%;
}
#header .cart {
  float: none;
  width: 100%;
}
#header .cart .dogtag {
  padding: 5px;
}
#header .cart .dogtag a i {
  font-size: 30px;
  position: absolute;
  text-align: left;
  top: 10px;
  left: 0px;
}
#header .cart .dogtag a.link {
  float: none;
  width: -moz-calc(100% - 20px);
  width: -ms-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  text-align: left;
  padding: 10px;
  margin: 0 0 0 40px !important;
  border-left: solid 1px #ccc;
}
#header .login {
  background-color: white;
}
#footer {
  background-color: white;
  border-top: solid 1px #ddd;
}
#footer .widget-payment,
#footer .widget-shipping {
  margin-bottom: 40px;
  display: block;
}
#footer .widget-payment ul li,
#footer .widget-shipping ul li {
  padding: 0px;
  margin-right: 20px;
}
#footer .widget-title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
  margin: 0 0 15px;
}
.cms-home .welcome {
  font: 18px 'Bitter', serif;
  color: #2b5152;
  text-align: center;
}
.cms-home .welcome p {
  max-width: 730px;
  margin: auto;
}
.cms-home .welcome {
  padding: 40px 40px 0 40px;
  background-color: #EAEFF2;
}
.cms-home .configurator-container {
  padding: 40px;
  background-color: #EAEFF2;
}
.cms-home .configurator-container > div {
  background-color: white;
  padding: 40px 5px;
}
.cms-home .configurator-container div.commitment {
  display: none;
}
.cms-home .commitment .commitment_konfig {
  background-color: #ffa912;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cms-home .commitment .commitment_konfig a {
  display: block;
  color: white;
  padding: 20px;
  position: relative;
  height: 60px;
}
.cms-home .commitment .commitment_konfig a:before {
  content: '\f0a9';
  font-family: fontAwesome;
  margin-right: 10px;
}
.cms-home .commitment .commitment_konfig a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  border: 30px solid transparent;
  border-left-color: #ffa912;
}
.cms-home .commitment .commitment_konfig a:hover {
  text-decoration: none;
}
.cms-home .commitment .commitment_konfig a:hover:after {
  border-left-color: #ffb22c;
}
.cms-home .commitment .commitment_konfig:hover {
  background-color: #ffb22c;
}
.cms-home .link-orange {
  background-color: #ffa912;
  padding: 10px;
  display: inline-block;
  color: white;
}
.cms-home .link-orange:before {
  content: '\f0a9';
  font-family: fontAwesome;
  margin-right: 10px;
}
.cms-home .link-orange:hover {
  text-decoration: none;
  background-color: #ffb22c;
}
.cms-home .container-white > div {
  padding: 40px 10px;
  background-color: white;
  margin: 20px 0;
}
.container-white .title {
  font: bold 22px/24px 'Bitter', serif;
  color: #2b5152;
  margin-bottom: 20px;
  border-bottom: solid 1px #2b5152;
}
.container-white .title span {
  background-color: white;
}
#footer .container-white > div {
  padding: 0 10px 40px;
  margin: 0 0 20px;
}
#footer .container-white > div.about.box ul.icons {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#footer .container-white > div.about.box ul.icons a {
  display: block;
  font-size: 13px;
}
#footer .container-white > div.about.box ul.icons a:before {
  font-size: 22px;
  font-family: FontAwesome;
  width: 32px;
  text-align: center;
  display: inline-block;
}
#footer .container-white > div.about.box ul.icons a.icn-clock:before {
  content: "\f017";
}
#footer .container-white > div.about.box ul.icons a.icn-return:before {
  content: "\f021";
}
#footer .container-white > div.about.box ul.icons a.icn-phone:before {
  content: "\f095";
}
#footer .container-white > div.about.box ul.icons a.icn-mail:before {
  content: "\f0e0";
}
#footer .container-white > div.about.box ul.icons a.icn-faq:before {
  content: "\f128";
}
#footer .container-white > div.about.box ul.icons a.icn-info:before {
  content: "\f12a";
}
#footer .container-white > div.about.box ul.icons a.icn-shipping:before {
  content: "\f0d1";
}
#footer .container-white > div.about.box ul.icons a.icn-money:before {
  content: "\f0d6";
}
#footer .container-white > div ul {
  list-style-type: disc;
  padding-left: 35px;
  margin: 10px 0;
}
body {
  border-top: solid 4px #ffa912;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e9eef1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9eef1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e9eef1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e9eef1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e9eef1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e9eef1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9eef1',GradientType=0 );
}
body.configurator ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.configurator .page-title .title {
  font: bold 22px/24px 'Bitter', serif;
  padding-bottom: 17px;
  overflow: hidden;
  margin: 0;
}
body.configurator .page-title .title span {
  padding-right: 15px;
  height: auto;
  position: relative;
  float: left;
  white-space: nowrap;
}
body.configurator .page-title .title span:after {
  border-bottom: 1px solid #95a8a8;
  content: '';
  width: 1000px;
  margin-left: 10px;
  margin-bottom: 1px;
  display: inline-block;
  white-space: nowrap;
}
body.configurator .breadcrumbs {
  display: none;
}
body span.cart-price {
  display: block;
}
body #shopping-cart-table .product-image,
body #checkout-review-table .product-image {
  min-width: 80px;
}
body span.paypal-or {
  display: none;
}
body p.paypal-logo {
  margin: 0;
}
body select {
  border-radius: 0;
  height: 32px;
  background-color: #fff;
  border-color: #ccc;
}
body .qty {
  height: 32px;
  margin-bottom: 10px;
}
body .qty input {
  text-align: center;
}
body a.btn-remove2 {
  font-size: 0;
}
body a.btn-remove2:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 16px;
}
body #checkout-review-table td.a-right {
  text-align: right;
}
body #checkout-review-table td.last {
  text-align: right;
}
body #checkout-shipping-method-load .sp-methods {
  position: relative;
  line-height: 40px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 270px;
}
body #checkout-shipping-method-load .sp-methods:hover {
  border-color: #57a1ab;
}
body #checkout-shipping-method-load .sp-methods input[type="checkbox"],
body #checkout-shipping-method-load .sp-methods input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
body #checkout-shipping-method-load .sp-methods input:checked + label:before,
body #checkout-shipping-method-load .sp-methods label:hover:before {
  background-color: #57a1ab;
}
body #checkout-shipping-method-load .sp-methods input:checked + label:after,
body #checkout-shipping-method-load .sp-methods label:hover:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 14px;
  color: #fff;
}
body #checkout-shipping-method-load .sp-methods label {
  padding-left: 50px;
  display: block;
  cursor: pointer;
}
body #checkout-shipping-method-load .sp-methods label:before {
  content: "";
  position: absolute;
  width: 40px;
  top: -1px;
  bottom: -1px;
  left: -1px;
  background-color: #eee;
}
body #checkout-shipping-method-load .sp-methods label a.shipping-popup-link {
  float: right;
  margin-right: 10px;
}
body #checkout-shipping-method-load .sp-methods label a.shipping-popup-link:before {
  font-size: 20px;
}
body #checkout-shipping-method-load .sp-methods label a.shipping-popup-link span {
  display: none;
}
body #checkout-shipping-method-load .sp-methods dt {
  display: none;
}
body #checkout-shipping-method-load .sp-methods ul {
  padding-left: 0;
  list-style-type: none;
}
body #checkout-shipping-method-load .sp-methods b {
  padding-left: 50px;
}
body #checkout-shipping-method-load .sp-methods label {
  width: 100%;
  padding-right: 15px;
}
body #checkout-shipping-method-load .sp-methods label a.shipping-popup-link {
  margin-right: 0 !important;
  position: absolute;
  right: 5px;
  top: 0;
  text-decoration: none;
}
body #checkout-shipping-method-load .sp-methods label .price {
  display: block;
}
body #checkout-shipping-method-load .sp-methods label:before {
  background-color: #57a1ab;
}
body #checkout-shipping-method-load .sp-methods label:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 14px;
  color: #fff;
}
body #checkout-payment-method-load.sp-methods {
  position: relative;
  line-height: 40px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-width: 0;
}
body #checkout-payment-method-load.sp-methods:hover {
  border-color: #57a1ab;
}
body #checkout-payment-method-load.sp-methods input[type="checkbox"],
body #checkout-payment-method-load.sp-methods input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
body #checkout-payment-method-load.sp-methods input:checked + label:before,
body #checkout-payment-method-load.sp-methods label:hover:before {
  background-color: #57a1ab;
}
body #checkout-payment-method-load.sp-methods input:checked + label:after,
body #checkout-payment-method-load.sp-methods label:hover:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 14px;
  color: #fff;
}
body #checkout-payment-method-load.sp-methods label {
  padding-left: 50px;
  display: block;
  cursor: pointer;
}
body #checkout-payment-method-load.sp-methods label:before {
  content: "";
  position: absolute;
  width: 40px;
  top: -1px;
  bottom: -1px;
  left: -1px;
  background-color: #eee;
}
body #checkout-payment-method-load.sp-methods label a.shipping-popup-link {
  float: right;
  margin-right: 10px;
}
body #checkout-payment-method-load.sp-methods label a.shipping-popup-link:before {
  font-size: 20px;
}
body #checkout-payment-method-load.sp-methods label a.shipping-popup-link span {
  display: none;
}
body #checkout-payment-method-load.sp-methods dt {
  border: 1px solid #ccc;
  max-width: 280px;
  margin-bottom: 10px !important;
}
body #checkout-payment-method-load.sp-methods dt a {
  display: none;
}
body #checkout-payment-method-load.sp-methods dt label {
  display: block !important;
}
body #checkout-payment-method-load.sp-methods ul#payment_form_bankpayment,
body #checkout-payment-method-load.sp-methods ul#payment_form_paypal_express,
body #checkout-payment-method-load.sp-methods ul#payment_form_giroconnect_creditcard {
  list-style-type: none;
  border: 1px solid #ccc;
  margin: 10px 0 30px !important;
  padding: 10px 20px !important;
}
body #checkout-payment-method-load.sp-methods label {
  position: relative;
}
body #checkout-payment-method-load.sp-methods label:before {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
body #checkout-payment-method-load.sp-methods label[for="p_method_paypal_express"]:hover:after,
body #checkout-payment-method-load.sp-methods label[for="p_method_giroconnect_creditcard"]:hover:after,
body #checkout-payment-method-load.sp-methods label[for="p_method_bankpayment"]:hover:after {
  color: #fff;
}
body #checkout-payment-method-load.sp-methods label[for="p_method_paypal_express"]:after,
body #checkout-payment-method-load.sp-methods label[for="p_method_giroconnect_creditcard"]:after,
body #checkout-payment-method-load.sp-methods label[for="p_method_bankpayment"]:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 14px;
  color: #ccc;
}
body #checkout-payment-method-load.sp-methods fieldset {
  line-height: 22px;
}
body #checkout-payment-method-load.sp-methods fieldset label {
  padding-left: 0;
  display: inline;
  cursor: default;
}
body #checkout-payment-method-load.sp-methods fieldset label:before {
  display: none;
}
body .button {
  color: white;
}
body #wrapper {
  border: none;
  position: relative;
}
body #wrapper > .usp {
  display: none;
}
body #wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  background-image: url('../images/separator.png');
  position: absolute;
  bottom: -7px;
  background-position: center;
  background-repeat: no-repeat;
}
body img {
  max-width: 100%;
  height: auto;
}
body .checkout-types ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
}
body .checkout-types ul li {
  padding: 5px 0;
}
body .checkout-types ul a {
  text-decoration: underline;
}
body .ship {
  padding-top: 10px;
}
body .shipping-popup-link:before {
  content: "\f05a";
  font-family: FontAwesome;
  margin-right: 5px;
  text-decoration: none;
}
body .shipping-popup-link span {
  text-decoration: underline;
}
body #content .category-products .toolbar .sorter .limiter label {
  margin-top: 0;
}
body form#discount-coupon-form {
  display: none;
}
body #content .checkout ol.opc label.required em {
  display: inline !important;
}
body #content .checkout ol.opc .name-prefix {
  margin-bottom: 10px;
}
body #content .checkout ol.opc .name-firstname {
  clear: left;
  margin-right: 20px;
}
body #content .checkout ol.opc #remember-me-box:after {
  content: "";
  display: block;
  clear: both;
}
body #content .checkout ol.opc #remember-me-box div.input-box {
  float: left;
}
body #content .checkout ol.opc #remember-me-box a {
  display: none;
}
body #content .checkout ol.opc ul#payment_form_payone_creditcard {
  list-style-type: none;
  border: 1px solid #ccc;
  margin: 10px 0 0!important;
  padding: 10px 20px!important;
}
body #content .checkout ol.opc ul#payment_form_payone_creditcard li {
  margin: 8px 0;
}
body #content .checkout ol.opc ul#payment_form_payone_creditcard li div.input-box:after {
  content: "";
  clear: both;
  display: block;
}
body #content .checkout ol.opc ul#payment_form_payone_creditcard li div.input-box label {
  width: 175px;
  float: left;
  line-height: 32px;
}
body #content .checkout ol.opc ul#payment_form_payone_creditcard li div.input-box br.clear {
  display: none;
}
body #content .checkout ol.opc ul#payment_form_payone_creditcard li div.input-box input,
body #content .checkout ol.opc ul#payment_form_payone_creditcard li div.input-box select {
  float: left;
  width: 200px;
}
body #content .checkout ol.opc ul#payment_form_payone_creditcard li div.input-box div.v-fix {
  float: left;
}
body #content .checkout ol.opc ul#payment_form_payone_creditcard li div.input-box a {
  line-height: 32px;
}
body #content .checkout ol.opc div.checkout-agreements {
  margin-top: 0 !important;
}
body #content .checkout ol.opc div.checkout-agreements h4 {
  margin: 0 0 5px;
}
body #content .checkout ol.opc div.checkout-agreements textarea {
  width: 100% !important;
  padding: 10px !important;
  height: 80px;
  resize: none;
}
body #content .checkout ol.opc ol.checkout-agreements li:first-child p.agree2 {
  margin-top: 5px;
}
body #content .checkout ol.opc li.section div.step div.buttons-set span.please-wait {
  background-color: #fff;
}
body #content .checkout ol.opc li.section div.step div#checkout-review-table-wrapper table#checkout-review-table tfoot tr.last td.last .price {
  font-weight: bold;
}
body div#checkout-review-load > div.buttons-set {
  display: none;
}
body .contact ul {
  position: fixed;
  right: 0px;
}
body .contact ul li .callback {
  height: inherit;
  padding-bottom: 5px;
  margin-top: -61px;
}
body .contact ul li .callback .pad span {
  color: white;
  padding: 10px 0;
}
body .contact ul li .callback .pad .input-row input {
  text-align: left;
  background-color: white;
  border: none;
  padding: 0 10px;
}
.category-products .products-grid .item {
  margin-bottom: 50px !important;
}
.category-products .products-grid .item .product .product-type {
  display: block;
  color: #ffa300;
  position: absolute;
  margin-top: -30px;
}
.category-products .products-grid .item .product .product-name {
  min-height: 50px;
}
.category-products .products-grid .item .product .short-description {
  max-height: 40px;
  overflow: hidden;
}
.category-products .products-grid .item .product .actions {
  padding: 20px 0;
}
.category-products .products-grid .item .product .actions .price-box {
  line-height: inherit !important;
}
.category-products .products-grid .item:hover {
  transition: none !important;
  margin-bottom: -50px !important;
  background-color: white;
  z-index: 100;
}
.category-products .products-grid .item:hover .short-description {
  max-height: inherit;
  height: 110px;
  overflow: hidden;
}
.category-products .toolbar .sort-by {
  display: none;
}
.catalog-category-view .configurator_shortcut a,
.product-configurator-link a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  display: block;
  background: url(../images/catalog/product/list/bg_BTN_konfigurator_breit_sprite.png) top center no-repeat transparent;
  height: 102px;
}
.catalog-category-view .configurator_shortcut a:hover,
.product-configurator-link a:hover {
  background: url(../images/catalog/product/list/bg_BTN_konfigurator_breit_sprite.png) bottom center no-repeat transparent;
  text-decoration: none;
}
.catalog-category-view .configurator_shortcut a span,
.product-configurator-link a span {
  display: block;
  padding: 42px 0 0 100px;
}
.product-configurator-link span.title {
  font-style: italic;
  display: block;
  margin-bottom: -16px;
}
.product-configurator-link a {
  background-size: contain;
  height: 84px;
}
.product-configurator-link a:hover {
  background: url(../images/catalog/product/list/bg_BTN_konfigurator_breit_sprite.png) top center no-repeat transparent;
  background-size: contain;
  background-position-y: center;
}
.product-configurator-link a span {
  padding-top: 33px;
}
.conf-content #conf-shopping-cart-table {
  float: none !important;
}
.conf-content #conf-shopping-cart-table td.product {
  position: relative;
}
.conf-content #conf-shopping-cart-table td.first.image img {
  max-width: none;
}
.conf-content #conf-shopping-cart-table td.qty {
  height: auto;
}
.conf-content #conf-shopping-cart-table h2.product-name {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 5px 0;
}
.conf-content #conf-shopping-cart-table p.delivery-time {
  margin: 0;
}
.conf-content #conf-shopping-cart-table p.sku {
  margin: 0 0 3px;
}
.conf-content #conf-shopping-cart-table #real-short-description {
  font-size: 11px;
}
.conf-content #conf-shopping-cart-table .short-description {
  margin: 0 0 15px;
  font-size: 11px;
  overflow: hidden;
  position: relative;
}
.conf-content #conf-shopping-cart-table .short-description > p {
  display: none;
}
.conf-content #conf-shopping-cart-table .short-description.expanded a.read-more {
  display: none;
}
.conf-content #conf-shopping-cart-table .short-description.expanded a.read-less {
  display: block;
}
.conf-content #conf-shopping-cart-table .short-description p:first-child {
  margin-top: 0;
}
.conf-content #conf-shopping-cart-table .short-description a {
  background-color: #f7f9fa;
  text-decoration: underline;
}
.conf-content #conf-shopping-cart-table .short-description a.read-less {
  display: none;
}
#content .product-view .product-shop > div > p.availability {
  display: none;
}
#content .product-view .product-shop #product-options-wrapper {
  border-bottom: none;
}
#content .product-view .product-shop #product-options-wrapper dl dt,
#content .product-view .product-shop #product-options-wrapper dl dd {
  padding: 20px;
}
#content .product-view .product-shop .add-to-box .cart-row .data {
  float: none;
}
#content .product-view .product-shop .add-to-box .cart-row .add-to-cart {
  padding: 10px 25px;
  float: none;
  border-top: 1px solid #fff;
}
#content .product-view .product-shop .add-to-box .cart-row .add-to-cart .btn-cart,
#content .product-view .product-shop .add-to-box .cart-row .add-to-cart #qty,
#content .product-view .product-shop .add-to-box .cart-row .add-to-cart label,
#content .product-view .product-shop .add-to-box .cart-row .add-to-cart .paypal-logo {
  float: left;
}
#content .product-view .product-shop .add-to-box .cart-row .add-to-cart .btn-cart {
  margin-right: 10px;
}
#content .product-view .product-shop .add-to-box .cart-row .add-to-cart .btn-cart span span:before {
  content: '\f218';
  font-family: 'fontAwesome';
  margin-right: 10px;
}
#content .tabs-container #additional_tabbed {
  color: white;
}
#content .tabs-container #product_tabs_description_tabbed_contents div.std {
  padding: 15px 0;
}
#content .tabs-container #product_tabs_additional_tabbed_contents {
  padding: 20px 0;
}
#content .tabs-container #product_tabs_additional_tabbed_contents #product-attribute-specs-table {
  width: inherit;
}
#content .tabs-container #product_tabs_additional_tabbed_contents #product-attribute-specs-table tr th,
#content .tabs-container #product_tabs_additional_tabbed_contents #product-attribute-specs-table tr td {
  padding: 10px 20px;
}
#content .tabs-container #product_tabs_additional_tabbed_contents #product-attribute-specs-table tr th:after {
  content: '-';
  float: right;
  margin-left: 40px;
}
#content .tabs-container #product_tabs_additional_tabbed_contents #product-attribute-specs-table tr.odd {
  background-color: rgba(255, 255, 255, 0.8);
}
#content .box-up-sell {
  margin: 40px 0 20px 0;
}
#content .box-up-sell #upsell-product-list {
  margin-top: 20px;
  text-align: center;
  padding: 0px;
}
#content .box-up-sell #upsell-product-list .product {
  list-style: none;
}
#is_b2b {
  margin-bottom: 10px;
}
#checkout-step-login div.col-1 ul.form-list {
  margin-bottom: 15px;
}
#checkout-step-login div.col-1 ul.form-list li {
  margin-bottom: 10px;
}
#checkout-step-login div.col-2 h4 {
  margin-top: 0;
}
#checkout-step-login div.col-2 div.buttons-set {
  padding-top: 10px;
}
#checkout-step-login div.col-2 p.required {
  float: right;
}
body.paypal-express-review div.agreement-content {
  display: none;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 40px;
  overflow: scroll;
  border: 3px solid #ddd;
  padding: 10px;
  z-index: 1000;
}
body.paypal-express-review div.agreement-content:after {
  content: "\f00d";
  font-family: FontAwesome;
  position: fixed;
  top: 50px;
  right: 50px;
  color: #ddd;
}
body.paypal-express-review div.agreement-content.shown {
  display: block;
}
body.paypal-express-review p.agree {
  margin: 0;
}
body.paypal-express-review p.agree label:after {
  content: "\f05a";
  font-family: FontAwesome;
  margin-left: 5px;
}
body.paypal-express-review h3 a,
body.paypal-express-review h2 a {
  font-size: 12px;
  font-weight: normal;
  font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
}
body.paypal-express-review ol.checkout-agreements {
  list-style-type: none;
  margin: 15px 0;
  padding: 10px 10px 5px;
  background-color: #fff;
}
body.paypal-express-review ol.checkout-agreements li {
  padding-bottom: 5px;
}
body.paypal-express-review ol.checkout-agreements li input {
  margin-right: 5px;
}
body.paypal-express-review table {
  width: 100%;
}
body.paypal-express-review table th {
  background-color: #f3f3f3;
}
body.paypal-express-review table tr:nth-child(even) {
  background-color: #f3f3f3;
}
body.paypal-express-review table th,
body.paypal-express-review table td {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
}
body.paypal-express-review table th.a-center,
body.paypal-express-review table td.a-center {
  text-align: center;
}
body.paypal-express-review table tfoot tr {
  background-color: transparent;
}
body.paypal-express-review table tfoot tr:nth-child(even) {
  background-color: transparent;
}
body.paypal-express-review table tfoot tr td.a-right {
  text-align: right;
}
body.paypal-express-review table tfoot tr td.a-right.last {
  text-align: center;
}
body.paypal-express-review button.btn-checkout {
  background-color: #ffa912;
  color: #fff;
  padding: 15px 25px;
  margin-top: 15px;
}
body.paypal-express-review button.btn-checkout:hover {
  background-color: #ffb22c;
}
body.paypal-express-review div.buttons-set {
  text-align: right;
}
@media (max-width: 1200px) {
  .product-configurator-link span.title {
    margin-bottom: 0;
  }
  .product-configurator-link a {
    height: 68px;
  }
  .product-configurator-link a span {
    padding: 25px 0 0 46px;
  }
}
@media (max-width: 990px) {
  .product-configurator-link span.title {
    margin-bottom: 0;
  }
  .product-configurator-link a {
    height: 95px;
    color: #ffa912;
    background-position-y: center;
  }
  .product-configurator-link a span {
    padding: 0;
  }
}
@media (min-width: 980px) {
  #header #nav > li .level-top {
    border-right: solid 1px #ccc;
  }
  .cms-home .configurator-container div.commitment {
    display: block;
  }
  .breadcrumbs {
    float: none;
  }
}
@media (max-width: 979px) {
  #header:after {
    display: none;
  }
  #header .toplinks ul.links li {
    padding: 5px 0;
  }
  #header .toplinks ul.links li a {
    font-size: 13px;
  }
  #header .toplinks ul.links li a:before {
    left: 10px;
    top: 6px;
  }
  #header .btn-navbar {
    padding: 9px 0;
    font-size: 17px;
    float: left;
    width: 42px;
    color: #fff;
    margin-right: 5px;
  }
  #header .btn-navbar i.icon-chevron-down {
    margin-left: 0;
  }
  #header .btn-navbar i.icon-chevron-down:before {
    content: "\f0c9";
  }
  #header #search-mini {
    float: left;
    margin: 0;
    width: -moz-calc(100% - 47px);
    width: -ms-calc(100% - 47px);
    width: -o-calc(100% - 47px);
    width: -webkit-calc(100% - 47px);
    width: calc(100% - 47px);
  }
  #header #search-mini input {
    font-size: 14px;
    padding: 10px 6px;
  }
  #header #nav {
    border: solid 1px #ccc;
  }
  #header #nav > li {
    text-align: left;
  }
  #header .cart {
    display: none;
  }
  #header #search-mini input {
    width: -moz-calc(100% - 45px);
    width: -ms-calc(100% - 45px);
    width: -o-calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
  }
  #header #search-mini button.button {
    width: 45px;
    position: static;
  }
  .cms-home .commitment.mobile-only {
    margin-top: 10px;
  }
  .cms-home .commitment.mobile-only .commitment_konfig {
    display: block;
    margin-right: 30px;
    margin-bottom: 15px;
  }
  .cms-home .commitment.mobile-only .commitment_konfig a {
    padding: 17px;
    font-size: 18px;
    padding-right: 0;
  }
  #footer .widget-payment {
    margin-top: 30px;
  }
  body #wrapper:after {
    display: none;
  }
  #content .product-view .product-img-box .img-box.lb-zoom .more-views a.arrow {
    display: none !important;
  }
  #content .product-view .product-img-box .img-box.lb-zoom .more-views ul#more-views li {
    display: inline-block !important;
  }
  #content .product-view .product-shop .product-options dl dd div.input-box {
    width: 100%;
  }
  #content .product-view .product-shop .add-to-box .cart-row .add-to-cart {
    text-align: center;
  }
  #content .product-view .product-shop .add-to-box .cart-row .add-to-cart input#qty {
    float: none;
    display: inline-block;
  }
  #content .product-view .product-shop .add-to-box .cart-row .add-to-cart .btn-cart {
    float: none;
    margin-right: 0;
    display: inline-block;
  }
  #content .product-view .product-shop .add-to-box .cart-row .data {
    text-align: center;
  }
  #content .cart #shopping-cart-table .td:nth-child(4) {
    display: none;
  }
  #content .cart #shopping-cart-table .td .additional-info {
    display: none;
  }
  #content .cart #shopping-cart-table .td .product-name {
    font-size: 14px;
  }
  #content .cart .crosssell {
    display: none;
  }
  #content .checkout ol.opc li.section div.step div.col2-set div.col-1,
  #content .checkout ol.opc li.section div.step div.col2-set div.col-2 {
    width: 100%;
    margin: 0;
    float: none;
  }
  #checkout-step-payment fieldset {
    min-width: auto;
    max-width: 100%;
  }
  #checkout-review-table .additional-info {
    display: none;
  }
  #checkout-step-review {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: #fff;
    margin: 0 -10px;
  }
  body.customer-account-create .sidebar {
    display: none;
  }
  body.customer-account-create #content .account-create #form-validate .fieldset {
    width: 100%;
    float: none;
  }
  .block.tipp {
    display: none;
  }
  body.configurator ul.conf-statusbar {
    background-image: none;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  body.configurator ul.conf-statusbar li {
    float: none;
    width: 100%;
    background-color: #eee;
    padding-bottom: 15px;
    display: none;
  }
  body.configurator ul.conf-statusbar li.active {
    background-image: none;
    background-color: #777;
    display: block;
    padding: 5px 0;
  }
  body.configurator ul.conf-statusbar li.active p.step {
    line-height: 48px;
  }
  body.configurator ul.conf-statusbar li:after {
    content: "";
    display: block;
    clear: both;
  }
  body.configurator ul.conf-statusbar li .step {
    margin-bottom: 0;
  }
  body.configurator .page-title .title {
    background-color: #777;
    text-align: center;
    color: #fff;
    padding-bottom: 8px;
  }
  body.configurator .page-title .title span {
    float: none;
  }
  body.configurator .page-title .title span:after {
    display: none;
  }
  body.configurator div.conf-content ul.grid {
    width: 100%;
  }
  body.configurator div.conf-content ul.grid li.item {
    width: 50%;
  }
  body.configurator div.conf-content .conf-info {
    position: static;
    width: 100%;
  }
  body.configurator div.conf-content .conf-info .box-outer {
    position: static;
  }
  body.configurator div.conf-content .box-bg-tl,
  body.configurator div.conf-content .box-bg-tm,
  body.configurator div.conf-content .box-bg-tr,
  body.configurator div.conf-content .box-bg-mr,
  body.configurator div.conf-content .box-bg-br,
  body.configurator div.conf-content .box-bg-bm,
  body.configurator div.conf-content .box-bg-bl,
  body.configurator div.conf-content .box-bg-ml-b,
  body.configurator div.conf-content .box-bg-ml-arrow,
  body.configurator div.conf-content .box-bg-ml-t {
    display: none;
  }
  body.configurator div.conf-content .box-content {
    width: 100%;
    border: 1px solid #ccc;
  }
  body.configurator div.conf-content .conf-sealing-profile-select {
    width: 100%;
    margin-left: -10px;
  }
  body.configurator div.conf-content #conf-product-list {
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: 1000;
    position: relative;
    left: 0 !important;
  }
  body.configurator div.conf-content #conf-product-list .box-outer {
    position: static;
  }
  body.configurator div.conf-content #conf-product-list .box-content {
    height: auto;
  }
  body.configurator div.conf-content #conf-product-list li.item a {
    font-size: 13px;
  }
  body.configurator div.conf-content div.conf-product-detail {
    display: none !important;
  }
  body.configurator div.conf-content #conf-shopping-cart-table {
    float: none;
    width: 100%;
  }
  body.configurator div.conf-content #conf-shopping-cart-table thead {
    display: none;
  }
  body.configurator div.conf-content #conf-shopping-cart-table tr {
    display: block;
    margin-bottom: 50px;
    height: auto;
  }
  body.configurator div.conf-content #conf-shopping-cart-table td {
    display: block;
    width: 100%;
  }
  body.configurator div.conf-content #conf-shopping-cart-table td h2 {
    font-size: 14px;
  }
  body.configurator div.conf-content #conf-shopping-cart-table td p.sku {
    font-size: 12px;
  }
  body.configurator div.conf-content #conf-shopping-cart-table td a.btn-remove2 {
    font-size: 12px;
  }
  body.configurator form#cart-form fieldset {
    min-width: inherit;
    max-width: 100%;
  }
  body.configurator .conf-sealing-profile-select > div {
    background-repeat: no-repeat !important;
  }
}
@media (max-width: 700px) {
  .catalog-category-view .configurator_shortcut a {
    background-image: none;
    background-color: #ffa912;
    height: 58px;
  }
  .catalog-category-view .configurator_shortcut a:hover {
    background-image: none;
    background-color: #ffb22c;
  }
  .catalog-category-view .configurator_shortcut a span {
    padding: 19px 0;
    text-align: center;
  }
  .teaser-self-assembly div.yt-video {
    margin-left: -22px;
  }
  .cms-home #content .title span {
    font-size: 19px;
  }
  body.paypal-express-review div.agreement-content {
    margin: 10px;
  }
  body.paypal-express-review div.agreement-content:after {
    top: 20px;
    right: 20px;
  }
  body.paypal-express-review table {
    font-size: 12px;
  }
  body.paypal-express-review table thead {
    display: none;
  }
  body.paypal-express-review table h3 {
    font-size: 13px;
    margin: 3px 0;
  }
  .popup {
    width: auto;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
  }
}
/* cookie styling */
#v-cookielaw.v-yellow-alert {
  background: #eaeff2;
  border-color: #ffa912 !important;
}
#v-cookielaw.v-bar .v-message {
  color: #60a6b1;
}
#v-cookielaw.v-bar .v-actions {
  width: auto;
}
#content #cart-form #conf-shopping-cart-table .tax-details {
  font-size: 11px;
  display: block;
  text-align: right;
  margin-bottom: 15px;
}
#content .checkout ol.opc li.section div.step ul.form-list .ordercomment-label {
  display: block;
  margin: 20px 0 10px;
  font-size: 18px;
}
#ordercomment-comment {
  width: 100%;
}
/* Carto Design */
div.zoom-lens.inside {
  margin: auto !important;
}
@media only screen and (max-width: 980px) {
  .checkout-cart-index #shopping-cart-table .td {
    padding: 5px;
  }
  .checkout-cart-index #shopping-cart-table .btn-remove,
  .checkout-cart-index #checkout-review-table .btn-remove {
    padding: 0;
  }
  .checkout-cart-index .hidden-mobile {
    display: none !important;
  }
  .checkout-cart-index .table-additional .btn-update {
    padding: 0;
  }
  .checkout-cart-index .table-additional .continue-shopping {
    width: 100%;
    margin: 10px 0;
    padding: 0;
  }
}
@media (max-width: 980px) {
  #checkout-review-table thead {
    display: none;
  }
}
img.float-left {
  float: left;
  margin-right: 15px;
}
@media (max-width: 500px) {
  img.float-left {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 980px) {
  .mobile-menu .menu-icon-wrap .btn-navbar-canvas {
    display: block !important;
    margin-right: 0;
  }
  .mobile-menu .bag-icon-wrap,
  .mobile-menu .menu-icon-wrap {
    display: inline-block;
  }
  .toplinks {
    display: block;
  }
  #content {
    margin-top: 20px;
  }
  .widget-content li.payment-paypal,
  .widget-content li.payment-invoice,
  .widget-content li.payment-visa,
  .widget-content li.payment-master-card {
    margin: 0 0 15px 0 !important;
  }
}
.widget-payment .payment-visa {
  background-position: -175px -60px;
}
.widget-payment .payment-invoice {
  background-position: -5px -60px;
}
.widget-payment .payment-invoice .title {
  left: 15px;
}
#footer address {
  margin-left: 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  #footer address {
    margin-top: 30px;
  }
}
#footer .social {
  margin-left: 0;
}
#footer .social li a {
  background: none;
}
#footer .social li a:after {
  top: 0;
}
#footer .social li.yt {
  margin: 0;
}
#off-canvas-left .main-nav-wrapper {
  border-right: solid 1px #ccc;
}
.cd-close {
  position: absolute;
  right: 15px;
}
.cd-close i.btn-remove:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
}
@media only screen and (min-width: 980px) {
  #search_mini_form {
    display: block;
  }
}
@media only screen and (max-width: 979px) {
  .cd-logo-col {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #header .usp {
    text-align: left;
  }
}
li#remember-me-box {
  margin-bottom: 10px;
}
