* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
body {
  font-size: 120%;
  font-family: 'Source Sans Pro', sans-serif;
  background: #f7ebe1;
  color: #333;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .messageBox {
  width: 500px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.7);
  padding: 17px 30px;
  color: #fff;
  animation-name: messageBoxSlide;
  animation-duration: 1s ;
}
body .messageBox .close {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #fff;
}
body input[type="text"] {
  width: 40%;
  padding: 5px 10px;
  display: inline-block;
}
body textarea {
  padding: 5px 10px;
}
body table {
  border: 1px solid black;
  border-collapse: collapse;
  margin: 20px 0;
}
body table tr th {
  text-align: left;
  padding: 7px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
body table tr td {
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 7px 20px;
}
body .form__row {
  margin-bottom: 15px;
}
body .form__row__widget textarea,
body .form__row__widget input {
  width: 100%;
}
body .form__row__widget textarea {
  height: 200px;
}
body .cartForm__column {
  width: 50%;
  float: left;
}
body .cartForm__column .cartForm__column__row {
  padding: 5px 10px;
  overflow: auto;
}
body .cartForm__column .cartForm__column__row::after {
  content: "";
  clear: both;
  display: table;
}
body .cartForm__column .cartForm__column__row .form__row__label {
  width: 25%;
  padding-right: 15px;
  display: inline-block;
  text-align: right;
}
body a {
  text-decoration: none;
  color: #000;
}
body h1 {
  text-transform: uppercase;
}
body .hidden {
  display: none;
}
body .button {
  border: 1px solid black;
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.1s all ease;
}
body .button:focus,
body .button:hover {
  background: rgba(0, 0, 0, 0.05);
}
body .button--green {
  background: green;
}
body .button--right {
  float: right;
}
body .eshopMessage {
  padding: 30px 0px;
  background: #fff3cd;
  border-bottom: 4px solid #ffeeba;
  color: #856404;
}
body .eshopMessage--close {
  display: none;
}
body .eshopMessage .container {
  position: relative;
  padding-right: 15px;
}
body .eshopMessage .close {
  position: absolute;
  right: 0;
  top: 0;
  color: #856404;
  cursor: pointer;
}
body .container {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  overflow: auto;
}
body .container::after {
  content: "";
  clear: both;
  display: table;
}
body .container .halfContainer {
  width: 50%;
  float: left;
}
body .container .halfContainer--review {
  padding: 110px 20px 10px 20px;
}
body .container .halfContainer:nth-child(odd) .halfContainer__inner {
  padding-left: 10px;
}
body .container .halfContainer:nth-child(even) .halfContainer__inner {
  padding-right: 10px;
}
body .container .mainLink {
  font-family: 'Comfortaa', cursive;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.3em;
  padding-top: 25px;
}
body .container .leftMenu {
  width: 25%;
  float: left;
}
body .container .leftMenu__menu {
  padding-left: 20px;
}
body .container .leftMenu__menu__item--selected {
  font-weight: bold;
}
body .container .pagination {
  display: block;
}
body .container .pagination__item {
  display: inline-block;
  border: 1px solid #000;
  border-right: 0;
  padding: 10px 10px;
}
body .container .pagination__item--disabled {
  background: red;
}
body .container .pagination__item--active {
  background: pink;
}
body .container .pagination__item:last-child {
  border-right: 1px solid #000;
}
body .container .productDetail {
  overflow: auto;
}
body .container .productDetail::after {
  content: "";
  clear: both;
  display: table;
}
body .container .productDetail__title {
  padding-bottom: 20px;
}
body .container .productDetail__image {
  float: left;
  width: 500px;
  position: relative;
}
body .container .productDetail__image__thumb {
  float: left;
  width: 25%;
}
body .container .productDetail__image .product__tags {
  left: 0;
  top: 20px;
}
body .container .productDetail__info {
  float: right;
  width: 500px;
}
body .container .productDetail__info--price {
  padding: 20px 0px;
  background: rgba(0, 0, 0, 0.1);
}
body .container .productDetail__info--price .row {
  padding: 14px 20px 5px 20px !important;
}
body .container .productDetail__info .row {
  overflow: auto;
  padding: 20px;
}
body .container .productDetail__info .row::after {
  content: "";
  clear: both;
  display: table;
}
body .container .productDetail__info .row--price {
  padding-top: 10px;
  padding-bottom: 0;
}
body .container .productDetail__info .add2CartAmount {
  width: 50px;
  padding: 10px 0px 10px 10px;
  text-align: center;
}
body .container .productDetail__info .addToCart {
  float: right;
  font-size: 1.2em;
  margin-top: 1px;
  margin-left: 3px;
  border: none;
  padding: 5px;
}
body .container .productDetail__info__label {
  float: left;
}
body .container .productDetail__info__value {
  float: right;
}
body .container .productDetail__info__value--bold {
  font-weight: bold;
}
body .container .productDetail__info__value--2x {
  font-size: 2em;
  margin-top: -19px;
}
body .container .productDetail__description {
  overflow: auto;
  margin-top: 20px;
}
body .container .productDetail__description::after {
  content: "";
  clear: both;
  display: table;
}
body .container .productDetail__description p {
  margin: 15px 0;
}
body header {
  position: relative;
  border-bottom: 1px solid #000;
  height: 69px;
  overflow: hidden;
}
body header a {
  display: inline-block;
  padding: 25px 20px;
}
body header .menu {
  float: left;
  position: absolute;
  height: 69px;
  overflow: hidden;
}
body header .userMenu {
  position: absolute;
  top: 0;
  right: 0;
  height: 69px;
  overflow: hidden;
}
body header .userMenu .count {
  font-size: 0.8em;
  line-height: 1.3em;
  background: rgba(0, 0, 0, 0.15);
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  position: relative;
  top: -14px;
  right: 11px;
}
body .content {
  padding: 50px 0;
  overflow: auto;
}
body .content::after {
  content: "";
  clear: both;
  display: table;
}
body .content--darker {
  background: rgba(0, 0, 0, 0.05);
}
body .content--verticalCenter p {
  text-align: left !important;
  padding: 10px 20px;
}
body .content.mainProducts .product {
  width: 25%;
}
body .content .product {
  width: 33%;
  overflow: hidden;
  float: left;
  padding: 10px 10px 18px 10px;
  position: relative;
}
body .content .product__tags {
  position: absolute;
  top: 20px;
}
body .content .product__tags__item {
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  margin-bottom: 5px;
}
body .content .product__imagelink {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
body .content .product__imagelink img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
  display: block;
}
body .content .product__imagelink:hover img {
  transform: scale(1.3);
}
body .content .product__title {
  font-size: 1.1em;
}
body .content .product img {
  max-width: 100%;
}
body .content .product.mainProduct {
  width: 50%;
}
body .content .product.mainProduct img {
  height: 580px;
}
body .content .product .basket {
  position: absolute;
  font-size: 1.3em;
  bottom: 5px;
  right: 5px;
}
body footer {
  background: rgba(0, 0, 0, 0.15);
  border-top: 1px solid #000;
  padding: 20px 0;
}
body footer .recaptchaBadge {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  margin-top: 20px;
}
body footer .recaptchaBadge .recaptchaBadge__logo {
  width: 25px;
  display: inline-block;
  vertical-align: bottom;
}
body footer .recaptchaBadge a {
  text-decoration: underline;
}
body .systemMessages__message {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  padding: 13px 20px;
}
body .systemMessages__message--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
body .systemMessages__message--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
body .systemMessages__message .content {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
body .form .row {
  overflow: auto;
}
body .form .row::after {
  content: "";
  clear: both;
  display: table;
}
body .form .row .row__half {
  width: 50%;
  float: left;
}
body .form .row .row__half label {
  width: 50%;
  display: inline-block;
}
body .textCenter {
  text-align: center;
}
body .cartTable {
  width: 100%;
  border-collapse: collapse;
}
body .cartTable th {
  text-align: left;
  padding: 10px 0;
}
body .cartTable__row__cell {
  border-top: 1px solid #000;
  padding: 10px 0;
  vertical-align: middle;
}
body .cartTable__row__cell--image {
  width: 50px;
}
body .cartTable__row__cell .fa-plus-circle,
body .cartTable__row__cell .fa-minus-circle {
  font-size: 0.8em;
  margin: 0 5px;
}
body .cartTable__row__cell .fa-plus-circle {
  color: green;
}
body .cartTable__row__cell .fa-minus-circle {
  color: red;
}
body .cartTable__row__cell .productImage {
  margin-right: 10px;
  display: inline;
}
body .cartTable__row--changed td {
  animation-name: changedBackgroundRow;
  animation-duration: 1s ;
}
.review {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  padding: 5px;
}
.review__name {
  font-weight: bold;
  font-size: 1.1em;
}
.grecaptcha-badge {
  display: none;
}
@keyframes changedBackgroundRow {
  from {
    background: rgba(0, 0, 0, 0.15);
  }
  to {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes messageBoxSlide {
  from {
    right: -510px;
  }
  to {
    right: 10px;
  }
}
