/*! Fataliiseeds STYLES v1.0.0 | Leximo <hi@leximo.cz> */

/*
 Bodies
 ***
*/


body {
  position: relative;
  font: 400 16px 'Mirai', Arial, Helvetica, sans-serif;
  color: #6C6F76;
  min-height: 1000px;
}
body.--menu {
  overflow: hidden;
}

/*
  links
  ***
*/

a {
  color: #3F8048;
}
a:hover {
  color:  #54ab60;
}

/*
  Forms
  ***
*/

input, select, textarea, button {
  font: 400 16px 'Mirai', Arial, Helvetica, sans-serif;
}

/*
  - js
  ***
*/

.--js .--js-hide {
  display: none;
}

/*
  - bold
  ***
*/

.--bold {
  font-weight: 700;
}

/*
  - align-center
  ***
*/

.--align-center {
  text-align: center;
}

/*
  icon
  ***
*/

.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

/*
  button
  ***
*/

.button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 28px 28px 0 12px;
  padding: 11px 20px 11px 20px;
  border-radius: 4px;
  line-height: 1.6;
  text-decoration: none;
  font-size: 15px;  
  font-weight: 500;
  color: #28292B;
  background-color: #C8CCC8;
  border: 0;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}
.button--margin-none {
  margin: 0;
}

/* hover */

.button:hover {
  background-color: #3F8048;
  color: #fff;
}
.button:hover > span {
  text-decoration: underline;
}

/*
  - color
  ---
*/

.button--color-yellow {
  background-color: #FDD711;
  color: #61382C;
}
.button--color-green {
  background-color: #3F8048;
  color: #fff;
}

/* hover */

.button--color-yellow:hover {
  background-color: #ffdf3d;
  color: #61382C;
}
.button--color-green:hover {
  background-color: #42a04e;
  color: #fff;
}

/*
  - size
  ---
*/

.button--size-small {
  padding: 4px 12px;
  font-size: 13px;
}
.button--size-large {
  padding: 11px 24px;
}
.button--size-huge {
  width: 100%;
  display: block;
  padding: 18px 32px;
  font-size: 17px;  
}

/*
  adjust icon
  ---
*/

.button .icon {
  position: absolute;
  left: 12px;
  top: 11px;
  fill: #fff;
}

/*
  SPAN
  ---
*/

.button span {
  display: inline-block;
  vertical-align: middle;
}

/*
  - icon
  ---
*/

.button--icon {
  padding-left: 44px;
}

/*
  slick-arrow
  ***
*/

.slick-arrow {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
  background: #fff;
  border: 1px solid #DCE2E4;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}

/* hover */

.slick-arrow:hover {
  background-color: #3F8048;
  border-color: #3F8048;
}

/* - disabled */

.slick-disabled {
  pointer-events: none;
  opacity: 0;
}

/*
  Arrow
  ---
*/

.slick-arrow:before, 
.slick-arrow:after {
  content: '';
  width: 8px;
  height: 2px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -1px;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  background-color: #3F8048;
  border-radius: 2px;
  outline: none;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}
.slick-arrow:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-arrow:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hover */

.slick-arrow:hover:before, 
.slick-arrow:hover:after {
  background-color: #fff;
}
/*
  prev, next
  ...
*/

.slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: scaleX(-1) translateY(-50%);
  -ms-transform: scaleX(-1) translateY(-50%);
  transform: scaleX(-1) translateY(-50%);
}
.slick-arrow.slick-next {
  right: 0;
}

/*
  slick-dots
  ***
*/

.slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  margin: 26px 0 0 0;
  display: block;
  padding: 0;
  list-style: none;
  text-align: center;
}

/*
  ITEM
  ---
*/

.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/*
  BUTTON
  ---
*/

.slick-dots li button {
  background: #F5F5F5;
  border: 0;
  width: 10px;
  height: 10px;
  font-size: 0;
  border-radius: 50%;
  display: block;
  outline: none;
  padding: 0;
}

/* - active */

.slick-dots li.slick-active button {
  background: #BDC0C6;
}

/*
  tooltip
  ***
*/

.tooltip {
  position: fixed;
  background: #28292B;
  color: white;
  padding: 6px;
  border-radius: 4px;
}


/*
  accordion
  ***
*/

.accordion {
  display: block;
  margin-bottom: 16px;
}
.accordion + .accordion {
  margin-top: -4px;
}

/*
  title
  ---
*/

.accordion__title {
  position: relative;
  padding: 10px 64px 10px 24px;
  background-color: #f4f3f2;
  border-radius: 4px;
  line-height: 1.8;
  font-weight: 600;
  font-size: 19px;
  color: #28292B;
  cursor: pointer;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}

/* - active */

.accordion.--active > .accordion__title {
  background-color: #F1F1F1;
  border-radius: 4px 4px 0 0;
  text-decoration: underline;
  color: #3F8048;
}

/*
  - size
  ...
*/

.accordion--size-small .accordion__title {
  padding: 9px 54px 10px 20px;
  font-size: 15px;
}

/*
  Icon
  ...
*/

.accordion__title:before, .accordion__title:after {
  content: '';
  width: 12px;
  height: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
  background-color: #28292B;
}
.accordion__title:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* - active */

.accordion.--active > .accordion__title:before {
  background-color: #28292B;
}
.accordion.--active > .accordion__title:after {
  opacity: 0;
}

/*
  content
  ---
*/

.accordion__content {
  padding: 24px 32px 12px 32px;
  border: 1px solid #F4F3F2;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

/*
  - size
  ...
*/

.accordion--size-small .accordion__content {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 90%;
}

/*
  input
  ***
*/

.input, 
.input-text {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 14px;
  background: #FAFAFA;
  border: 1px solid #DCE2E4;
  border-radius: 6px;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
  -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.06) inset;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.06) inset;
}

/* actions */

.input:focus, 
.input-text:focus {
  outline: 0;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.05);
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.05);
}

/*
  textarea
  ---
*/

textarea.input {
  line-height: 1.7;
}

/*
  select
  ---
*/

select.input {
  padding-right: 36px;
  background: #fff right 12px center no-repeat;
  background-image: url('../img/icons/arrow-down.svg');
}

/*
  checkbox, radio
  ---
*/

.input[type="checkbox"], 
.input[type="radio"] {
  content: '';
  width: 24px;
  height: 24px;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.input[type="checkbox"] {
  border-radius: 4px;
}
.input[type="radio"] {
  border-radius: 100%;
}

/*
  Decorations
  ...
*/

.input[type="checkbox"]:before, 
.input[type="radio"]:before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background: #54C563 url('../img/icons/white/check.svg') center center no-repeat;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}

/* active */

.input[type="checkbox"]:checked:before, 
.input[type="radio"]:checked:before {
  opacity: 1;
}

/*
  input-country
  ***
*/

.input-country {
  position: relative;
}

/*
  input
  ---
*/

.input-country .input {
  width: calc(50% - 12px);
}

/*
  Gaps
  ...
*/

.input-country .input:first-child {
  float: left;
}
.input-country .input:last-child {
  float: right;
}

/*
  field
  ***
*/

.field {
  margin-bottom: 24px;
}

/*
  contain-range
  ---
*/

.field--contain-range {
  margin-bottom: 24px;
}

/*
  field__label
  ---
*/

.field__label {
  display: block;
  margin-bottom: 6px;
  color: #4E5055;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
}

/*
  IN field--contain-checkbox
  ...
*/

.field--contain-checkbox .field__label {
  margin-left: 36px;
  text-transform: none;
  font-weight: 600;
  font-size: 105%;
  color: #333;
}

/*
  STRONG
  ...
*/

.field__label strong {
  color: #DF2A1F;
}

/*
  SMALL
  ...
*/

.field__label sup {
  width: 16px;
  display: inline-block;
  padding: 3px 4px 2px 3px;
  background-color: #AFA191;
  border-radius: 12px;
  text-align: center;
  font-size: 70%;
  color: #fff;
}

/*
  field__excerpt
  ---
*/

.field__excerpt {
  display: block;
  margin-top: 8px;
  line-height: 1.5;
  font-style: italic;
  font-size: 13px;
}

/*
  After field_label
  ...
*/

.field__label + .field__excerpt {
  margin: -5px 0 10px 0;
}

/*
  IN field--contain-checkbox
  ...
*/

.field--contain-checkbox .field__excerpt {
  margin: -5px 0 0 36px;
}

/*
  field__error
  ---
*/

.field__error {
  -webkit-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  display: block;
  margin-top: 6px;
  padding-left: 18px;
  background: url('../img/icons/red/error.svg') left 3px no-repeat;
  background-size: 14px 14px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
  color: #DF2A1F;
}

/*
  field--contain-checkboxes
  ---
*/

.field--contain-checkboxes {
  display: block;
  margin-right: -28px;
  font-size: 0;
}

/*
  adjust input
  ...
*/

.field--contain-checkboxes .input {
  position: absolute;
  left: 0;
  top: 0;
}

/*
  LABEL
  ...
*/

.field--contain-checkboxes label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 3px;
  padding: 0 16px 0 32px;
  line-height: 1.7;
  font-size: 15px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/*
  field-heatness
  ***
*/

#field-heatness .field--wrapper {
  white-space: nowrap;
}
#field-heatness .field--wrapper__inset {
  display: inline-block;
  position: relative;
  margin-right: 4px;
  font-size: 0;
}
#field-heatness .field--wrapper__inset input{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
}

#field-heatness .field__label {
  position: relative;
}

#field-heatness .field__label input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

#field-heatness .field__label span {
  display: block;
  font-size: 12px;
  margin-top: 6px;
  color: #3F8048;
  line-height: 1.5;
}

#field-heatness .field__label:hover span {
  text-decoration: underline;
}

#field-heatness .field__label input[type=radio]:checked + span {
  color: #C54A3D;
  text-decoration: underline;
}

/*
  field-size
  ***
*/

#field-size {
  white-space: nowrap;
}
#field-size .field__label {
  position: relative;
  display: inline-block;
  margin: 0;
}
#field-size .field__label input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
}
#field-size .field__label:hover span {
  background-color: #EFEFEF;
  color: #3F8048;
  text-decoration: underline;
}
#field-size .field__label span {
  display: block;
  background-color: #D9D9D9;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 16px;
  margin: 0;
  color: #28292B;  
  -webkit-transition: 150ms linear;  
  -o-transition: 150ms linear;  
  transition: 150ms linear;
}
#field-size .field__label:first-of-type span {
  border-radius: 6px 0 0 6px;
}
#field-size .field__label:last-of-type span {
  border-radius: 0 6px 6px 0;
}
#field-size .field__label input:checked + span {
  background-color: #3F8048;
  color: #fff;
}

/*
  field-orderby
  ***
*/

#field-orderby select {
  position: relative;
  border: 0;
  padding: 8px 30px 9px 16px;
  font-weight: 500;
  color: #AA302D;
  text-decoration: underline;
  background: #fff right 8px center no-repeat;
  background-image: url('../img/icons/red/arrow-down.svg');  
  border: 1px solid #DCE2E4;
  border-radius: 6px;
  outline: none;
}
#field-orderby select option {
  color: #28292B;
}
#field-color .field---wrapper {
  margin: 10px 12px 10px 0;
  max-width: 190px;
}

/*
  field-color
  ***
*/

#field-color input {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 8px 8px 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

#field-color input:checked:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-48%, -48%);
  -ms-transform: translate(-48%, -48%);
  transform: translate(-48%, -48%);
  background: url('../img/icons/white/tick-border.svg') center center no-repeat;
}


/*
  flash
  ***
*/

.flash {
  position: relative;
  margin-bottom: 16px;
  padding: 12px 40px 12px 24px;
  background-color: #3F77AB;
  border-radius: 6px;
  line-height: 1.6;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}

/*
  STRONG
  ---
*/

.flash strong {
  font-weight: 400;
}

/*
  SMALL
  ---
*/

.flash small {
  display: block;
  line-height: inherit;
}

/*
  - type
  ---
*/

.flash--type-success {
  background-color: #3F8048;
}
.flash--type-notice {
  background-color: #DB9747;
}
.flash--type-info {
  background-color: #4749db;
}
.flash--type-error {
  background-color: #AA302D;
}

/*
  - size
  ---
*/

.flash--size-small {
  padding: 10px 16px 10px 16px;
  font-size: 14px;
}

/*
  Adjust css-icon
  ---
*/

.flash .css-icon {
  position: absolute;
  right: 18px;
  top: 15px;
}

/*
  Adjust button
  ---
*/

.flash .button {
  position: absolute;
  right: 51px;
  top: 9px;
  margin: 0;
  padding: 4px 10px;
  background-color: #fff;
  font-size: 13px;
}

/* hover */

.flash .button:hover {
  color: #333;
}

/*
  status
  ***
*/

.status {
  display: inline-block;
  padding: 5px 8px 6px 8px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

/*
  - color
  ---
*/

.status--color-processing {
  background-color: #3a4aa7;
}
.status--color-completed {
  background-color: #3F8048;
}
.status--color-pending {
  background-color: #555555;
}
.status--color-failed {
  background-color: #c24242;
}
.status--color-cancelled {
  background-color: #555555;
}

/*
  table-list
  ***
*/

.table-list {
  display: block;
}

/*
  Adjust table
  ---
*/

.table-list .table {
  margin: 0;
}

/*
  table
  ---
*/

.table-list__table {
  min-width: 850px;
}

/*
  CELL
  ---
*/

.table-list__table td, 
.table-list__table td {
  vertical-align: middle;
}

/*
  THEAD
  ---
*/

.table-list__table thead {
  border-bottom: 2px solid #d7e0e2;
}

/*
  TFOOT
  ---
*/

.table-list__table tfoot {
  border-top: 2px solid #3F8048;
}

/*
  title
  ---
*/

.table-list__title {
  font-weight: 700;
}

/*
  price
  ---
*/

.table-list__price {
  font-size: 16px;
  color: #333;
}

/*
  image
  ---
*/

.table-list__image {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

/*
  IMG
  ...
*/

.table-list__image img {
  display: block;
  border-radius: 100%;
}

/*
  buttons
  ---
*/

.table-list__buttons {
  position: relative;
  margin-top: 26px;
  text-align: center;
  font-size: 0;
}

/*
  Adjust button
  ...
*/

.table-list__buttons .button {
  margin: 0 6px 0 6px;
}

/*
  more
  ---
*/

.table-list__more {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  font-weight: 700;
  color: #333;
}

/*
  action
  ---
*/

.table-list__action {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

/*
  SVG
  ...
*/

.table-list__action svg path {
  fill: #3F8048;
}

/* hover */

.table-list__action:hover svg path {
  fill: #54ab60;
}

/*
  form
  ***
*/

.form {
  display: block;
}

/*
  title
  ---
*/

.form__title {
  margin: 24px 0 20px 0;
}

/*
  excerpt
  ---
*/

.form__excerpt {
  margin: -16px 0 20px 0;
  font-style: italic;
}

/*
  button
  ---
*/

.form__button {
  margin: 16px 16px 0 0;
}

/*
  col
  ---
*/

.form__col {
  width: 45%;
  width: calc(50% - 16px);
}

/*
  - align
  ...
*/

.form__col--align-left {
  float: left;
}
.form__col--align-right {
  float: right;
}

/*
  section
  ---
*/

.form__section {
  display: block;
}

/*
  title
  ...
*/

.form__section__title {
  width: 100%;
  float: left;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: 600;
  font-size: 24px;
  color: #28292B;
}

/*
  SMALL
*/

.form__section__title small {
  display: block;
  margin-top: 4px;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: #6C6F76;
}

/*
  - checkout
  ---
*/

.form--checkout {
  display: block;
}

/*
  Adjust field
  ...
*/

/*

.form--checkout .field#billing_first_name_field, 
.form--checkout .field#billing_last_name_field, 
.form--checkout .field#shipping_first_name_field, 
.form--checkout .field#shipping_last_name_field, 
.form--checkout .field#billing_postcode_field, 
.form--checkout .field#billing_city_field, 
.form--checkout .field#billing_phone_field, 
.form--checkout .field#billing_email_field {
  width: 45%;
  width: calc(50% - 12px);
}
.form--checkout .field#billing_first_name_field, 
.form--checkout .field#shipping_first_name_field, 
.form--checkout .field#billing_postcode_field, 
.form--checkout .field#billing_phone_field {
  float: left;
}
.form--checkout .field#billing_last_name_field, 
.form--checkout .field#shipping_last_name_field, 
.form--checkout .field#billing_city_field, 
.form--checkout .field#billing_email_field {
  float: right;
}
.form--checkout .field#billing_country_field, 
.form--checkout .field#billing_state_field {
  clear: both;
}

*/

.form--checkout .field#billing_address_1_field, 
.form--checkout .field#shipping_address_1_field {
  margin-bottom: -1px;
}

/*
  Adjust input
*/

.form--checkout .field#billing_address_1_field .input, 
.form--checkout .field#shipping_address_1_field .input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form--checkout .field#billing_address_2_field .input, 
.form--checkout .field#shipping_address_2_field .input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*
  form-filter
  ***
*/

.form-filter {
  margin-bottom: 24px;
}
.form-filter__inset {
  display: table;
  width: 100%;
}

/*
  field
  ---
*/

.form-filter .field {
  display: table-cell;
  vertical-align: top;
  font-size: 0;
  padding: 0 6px;
}
.form-filter .field:first-child {
  padding-left: 0;
}
.form-filter .field:last-child {
  padding-right: 0;
}

/*
  button
  ---
*/

.form-filter__button {
  margin: 8px 12px 0 0;
}
.form-filter__button--reset {
  display: none;
}
.form-filter.--filtered .form-filter__button--reset {
  display: inline-block;
}
.--js .form-filter__button--submit {
  display: none;
}

/*
  trigger
  ---
*/

.form-filter__trigger {
  position: fixed;
  right: 150px;
  bottom: 20px;
  z-index: 210;
  display: none;
  padding: 11px 12px 7px 12px;
  background: #AA302D;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  -webkit-transition: background-color 150ms linear;
  -o-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
}

/* hover */

.form-filter__trigger:hover {
  background: #cc3e3c;
  color: #fff;
}
/*
  Adjust icon
  ...
*/

.form-filter__trigger .icon {
  position: relative;
  top: -3px;
  margin-right: 4px;
  fill: #fff;
}

/*
  title
  ---
*/

.form-filter__title {
  display: block;
  color: #28292B;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

/*
  reset
  ---
*/

.form-filter__reset {
  display: block;
  font-weight: 500;
  font-size: 12px;
  margin-top: 4px;
  line-height: 1.5;
}

/*
  field---wrapper
  ---
*/

.field---wrapper {
  margin-right: 12px;
  font-size: 0;
}

/*
  site-flashes
  ***
*/

.site-flashes {
  max-width: 1152px;
  position: relative;
  margin: -1px auto 0 auto;
}

/*
  Adjust flash
  ---
*/

.site-flashes .flash:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.site-flashes .flash:last-child {
  margin-bottom: 0;
}

/*
  gallery
  ***
*/

.gallery {
  margin: 24px -12px 24px -12px;
  font-size: 0;
  overflow: hidden;
}

/*
  + Titles
  ---
*/

.gallery + h2 {
  margin-top: 24px;
}

/*
  + Paragraph
  ---
*/

.gallery + p {
  position: relative;
  margin-top: -32px;
  text-align: center;
  font-style: italic;
  font-size: 16px;
}

/*
  structure
  ---
*/

.gallery > dl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
  padding: 0 12px;
  text-align: center;
}

/*
  - cols *
  ...
*/

.gallery--cols-1 > dl {
  width: 100%;
}
.gallery--cols-2 > dl {
  width: 50%;
}
.gallery--cols-3 > dl {
  width: 33.33%;
}
.gallery--cols-4 > dl {
  width: 25%;
}
.gallery--cols-5 > dl {
  width: 20%;
}
.gallery--cols-6 > dl {
  width: 16.66%;
}
.gallery--cols-7 > dl {
  width: 14.28%;
}
.gallery--cols-8 > dl {
  width: 12.5%;
}
.gallery--cols-9 > dl {
  width: 11.11%;
}

/*
  images
  ---
*/

.gallery a, .gallery a img {
  display: block;
  position: relative;
}
.gallery a img {
  width: 100%;
  max-height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
}

/*
  Overlay
  ...
*/

.gallery a:before, .detail-adv__image > a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(13, 27, 36, 0.7);
  border-radius: 4px;
  z-index: 10;
}

.gallery a:after, .detail-adv__image > a:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  background: url('../img/icons/white/gallery_hover.svg') top right no-repeat;
  background-size: contain;
  z-index: 20;
}

/* actions */

.gallery a:hover:before, .detail-adv__image > a:hover:before, .gallery a:hover:after, .detail-adv__image > a:hover:after {
  display: block;
}

/*
  css-icon
  ***
*/

.css-icon {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

/*
  Decorations
  ---
*/

.css-icon:before, 
.css-icon:after {
  content: '';
  position: absolute;
  background-color: #28292B;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}

/*
  - color
  ...
*/

.css-icon--color-white:before, 
.css-icon--color-white:after {
  background-color: #fff;
}

/*
  - close
  ---
*/

.css-icon--close:before, 
.css-icon--close:after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.css-icon--close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.css-icon--close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
  - back
  ---
*/

.css-icon--back {
  width: 8px;
}
.css-icon--back:before, 
.css-icon--back:after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  margin-top: -1px;
  border-radius: 2px;
}
.css-icon--back:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.css-icon--back:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);  
}

/*
  site-message
  ***
*/

.site-message {
  text-align: center;
}
.site-message.--empty-cart {
  margin-top: -60px;
}

/*
  Adjust button
  ---
*/

.site-message .button {
  margin: 32px 12px 0 12px;
}

/*
  icon
  ---
*/

.site-message__icon {
  margin-bottom: 24px;
}

/*
  title
  ---
*/

.site-message__title {
  margin: 0;
  line-height: 1.25;
  font-size: 20px;
}

/*
  BOLD
  ...
*/

.site-message__title b {
  font-size: 36px;
  color: #333;
}

/*
  link
  ---
*/

.site-message__link {
  display: table;
  margin: 32px auto 0 auto;
  font-weight: 700;
  color: #333;
}

/*
  SMALL
  ...
*/

.site-message__link small {
  display: block;
  line-height: 1.6;
  margin-top: 4px;
  font-weight: 400;
  color: #8d8d8d;
}

/*
  site-breads
  ***
*/

.site-breads {
  /* NOPE */
}
.site-breads.--border {
  border-bottom: 1px #DCE2E4 solid;
}
.site-breads__inset {
  position: relative;
  max-width: 1152px;
  margin: 0 auto;
  padding: 13px 0 13px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  color: #71797D;
}

/* PARAGRAPH */

.site-breads p {
  margin-bottom: 0;
  line-height: 1.5;
}

/* LINKS */

.site-breads a {
  color: #71797D;
}
.site-breads a:hover {
  color: #878E92;
  text-decoration: underline;
}

/* ICONS */

.site-breads__homepage {
  display: inline-block;
  width: 13px;
  height: 14px;
  margin-bottom: -1px;
  background: url('../img/icons/grey/homepage.svg') center center no-repeat;
}
.site-breads__separator {
  display: inline-block;
  width: 4px;
  height: 6px;
  margin: 0 12px 1px;
  background: url('../img/icons/grey/arrow-right.svg') center center no-repeat;
}

/*
  site-head
  ***
*/

.site-head {
  background-color: #FFFAFA;
  border-top: 4px #AA302D solid;
  border-bottom: 1px dashed #E1D6D6;
  width: 100%;
  padding-bottom: 30px;
}
.site-head__inset {
  max-width: 1152px;
  margin: 0 auto;
  padding-top: 42px;
}

/*
  adjust burger
  ---
*/

.site-head .burger {
  position: fixed;
  right: 12px;
  top: 6px;
  z-index: 110;
  display: none;
}

/*
  Adjust nav-look
  ---
*/

.site-head .nav-look {
  position: relative;
  z-index: 40;
  float: right;
  margin: 0 36px 0 0;
}

/*
  logo
  ---
*/

.site-head__logo {
  position: relative;
  float: left;
  margin: 0 40px 0 0;
  line-height: 1;
  max-width: 290px;
}

/*
  site-head__info
  ***
*/

.site-head__info {
  margin-top: 40px;
}

/*
  site-navs
  ***
*/

.site-navs {
  float: left;
}

/*
  nav
  ---
*/

.site-head__nav {
  max-width: 1152px;
  margin: 0 auto;
  float: left;
  font-size: 0;
}

/*
  LINK
  ...
*/

.site-head__nav > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #28292B;
  text-decoration: none;
  padding-right: 25px;
  margin-right: 14px;
}
.site-head__nav > a:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E0BA0E;
}
.site-head__nav > a:last-of-type:after {
  content: none;
}

/* actions */

.site-head__nav > a:hover {
  color: #AA302D;
  text-decoration: underline;
}

/*
  nav__mobile
  ---
*/

.site-head__nav__mobile {
  position: fixed;
  left: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  display: none;
  overflow-y: auto;
  margin: 0 !important;
  background: #61382B;
  z-index: 99;
}

/* - active */

.site-head__nav__mobile.--active {
  display: block;
}


/*
  LIST
  ...
*/

.site-head__nav__mobile ul {
  margin: 0;
  list-style: none;
}

/*
  ITEM
  ...
*/

.site-head__nav__mobile li {
  margin: 0;
  line-height: 1;
  position: relative;
}

/*
  LINKS
  ...
*/

.site-head__nav__mobile a {
  position: relative;
  display: block;
  padding: 10px 4%;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  line-height: 1.6;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

/* - active */

.site-head__nav__mobile a.--active {
  font-weight: 600;
  color: #E77774;
}
/*
  Icon
  ...
*/

.site-head__nav__mobile i {
  width: 42px;
  position: absolute;
  right: 0;
  top: -1px;
  bottom: -1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.site-head__nav__mobile i:before, .site-head__nav__mobile i:after {
  content: '';
  width: 16px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -8px;
  background-color: #fff;
}
.site-head__nav__mobile i:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*
  Next level
  ...
*/

.site-head__nav__mobile ul ul {
  display: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.site-head__nav__mobile ul ul a {
  color: rgba(255, 255, 255, 0.7);
}

/* - active */

.site-head__nav__mobile li.--active > .site-head__drop__list {
  display: block;
}

/* - active */

.site-head__nav__mobile li.--active > a > i:after {
  display: none;
}

/*
  LINK
  ...
*/

.site-head__nav > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #28292B;
  text-decoration: none;
  padding-right: 25px;
  margin-right: 14px;
}
.site-head__nav > a:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E0BA0E;
}
.site-head__nav > a:last-of-type:after {
  content: none;
}

/* actions */

.site-head__nav > a:hover {
  color: #AA302D;
  text-decoration: underline;
}

/*
  site-head__account
  ***
*/

.site-head__account {
  width: 242px;
  font-size: 0;
  float: right;
  text-align: center;
}

/*
  link
  ---
*/

.site-head__account__link {
  position: relative;
  display: inline-block;
  color: #28292B;
  text-decoration: none;
  vertical-align: top;
  margin: 0 6px;
  padding-right: 18px;
  font-size: 16px;
  font-weight: 500;
}
.site-head__account__link__inset {
  max-width: 100px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* hover */

.site-head__account__link:hover {
  color: #AA302D;
}

/*
  Dot
  ...
*/

.site-head__account__link:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  border-radius: 50%;
  background-color: #E0BA0E;
}

/*
  Gaps
*/

.site-head__account__link:last-child:after {
  display: none;
}

/*
  nav-drop
  ***
*/

.nav-drop {
  width: 180px;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 100%;
  margin-left: -90px;
  padding-top: 16px;
  text-align: center;
}
.nav-drop__inset {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #d7e0e2;
  border-radius: 6px;
  font-size: 14px;
}

/*
  Arrow
  ---
*/

.nav-drop__inset:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -5px 0 0 -4px;
  background-color: inherit;
  border: inherit;
  border-right: none;
  border-bottom: none;
  border-radius: 3px 0 0 0;
}

/*
  LINK
  ---
*/

.nav-drop a {
  display: block;
  padding: 2px 12px;
  line-height: 1.6;
  font-weight: 500;
  color: #28292B;
}

/* hover */

.nav-drop a:hover {
  color: #AA302D;
}

/* - active */

.nav-drop a.--active {
  font-weight: 700;
  color: #AA302D;
}

/*
  Gaps
  ...
*/

.nav-drop a:first-child {
  padding-top: 12px;
}
.nav-drop a:last-child {
  padding-bottom: 16px;
}

/*
  -- holder
  ---
*/

.nav-drop---holder {
  position: relative;
}

/*
  Adjust nav-drop
  ...
*/

.nav-drop---holder .nav-drop {
  pointer-events: none;
  opacity: 0;
  /* -webkit-transform: translateY(-10%); 
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);*/
  -webkit-transition: opacity 150ms linear, -webkit-transform 150ms ease-in-out;
  transition: opacity 150ms linear, -webkit-transform 150ms ease-in-out;
  -o-transition: opacity 150ms linear, transform 150ms ease-in-out;
  transition: opacity 150ms linear, transform 150ms ease-in-out;
  transition: opacity 150ms linear, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

/* hover */

.nav-drop---holder:hover .nav-drop {
  pointer-events: all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*
  nav-look
  ***
*/

.nav-look {
  position: relative;
}

/*
  title
  ---
*/

.nav-look__title {
  margin: 0;
  font-weight: 500;
  border: 1px #3F8048 dashed;
  border-radius: 25px;
  padding: 15px 48px 14px 24px;
  font-size: 15px;
  color: #AA302D;
}

/*
  Icon
  ...
*/

.nav-look__title:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  height: 6px;
  width: 11px;
  background: url('../img/icons/red/arrow-down.svg') center center no-repeat;
}

/*
  nav-sub
  ***
*/

.nav-sub {
  background-color: #FAFAFA;
  border: 1px #DCE2E4 solid;
  border-top: none;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

/*
  tpl-home
  ---
*/

.tpl-home .nav-sub {
  border-top: 1px solid #DCE2E4;
  border-radius: 6px;
}

/*
  ITALIC
  ---
*/

.nav-sub i {
  width: 54px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

/*
  Icon
  ...
*/

.nav-sub i:before, 
.nav-sub i:after {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -5px;
  background-color: #28292B;
}
.nav-sub i:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.nav-sub i:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*
  LINK
  ---
*/

.nav-sub a {
  position: relative;
  display: block;
  line-height: 1.6;
  text-decoration: none;
  font-size: 16px;
  color: #28292B;
}

/* hover */

.nav-sub a:hover {
  color: #AA302D;
}

/*
  list
  ---
*/

.nav-sub__list {
  margin: 0;
  padding: 8px 0;
  list-style: none;
}
.nav-sub__list > li {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.nav-sub__list > li > a {
  padding: 8px 24px;
}

/*
  - mobile
  ...
*/

.nav-sub__list > li.--mobile {
  display: none;
  font-weight: 500;
}

/*
  - separate
  ...
*/

.nav-sub__list > li.--separate {
  margin: 8px 0;
  border-top: 1px solid #DCE2E4;
  border-bottom: 1px solid #DCE2E4;
}
.nav-sub__list > li:last-child.--separate {
  border-bottom: none;
  margin-bottom: 0;
}
.nav-sub__list > li.--last {
  border-bottom: none;
  margin-bottom: 0;
}
.nav-sub__list > li.--separate > a {
  padding-top: 12px;
  padding-bottom: 12px;
}

/*
  Next SAME
*/

.nav-sub__list > li.--separate + li.--separate {
  margin-top: -9px;
}

/*
  Gaps
*/

.nav-sub__list > li.--separate:first-child {
  margin-top: 0;
  border-top: none;
}

/*
  - badge
  ...
*/

.nav-sub__list > li.--badge {
  display: block;
}
.nav-sub__list > li.--badge > a {
  text-decoration: underline;
  font-weight: 700;
  font-size: 18px;
  color: #3F8048;
}

/*
  Icon
*/

.nav-sub__list > li.--badge > a:after {
  content: '';
  width: 54px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url('../img/icons/green/promoted.svg') center center no-repeat;
}


/* - active */

.nav-sub__list > li.--active > a {
  font-weight: 700;
  color: #AA302D;
}
.nav-sub__list > li.--active > a > i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
  2nd level
  ---
*/

.nav-sub__list > li > ul {
  position: relative;
  margin: 0 0 -1px 0;
  display: none;
  padding: 12px 0;
  background-color: #fff;
  border-top: 1px solid #DCE2E4;
  border-bottom: 1px solid #DCE2E4;
  list-style: none;
}
.nav-sub__list > li > ul > li {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.nav-sub__list > li > ul > li > a {
  padding: 4px 24px;
}

/* - active */

.nav-sub__list > li.--active > ul {
  display: block;
}

/* - active */

.nav-sub__list > li > ul > li.--active > a {
  font-weight: 700;
  color: #AA302D;
}
.nav-sub__list > li > ul > li.--active > a > i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
  3th level
  ---
*/

.nav-sub__list > li > ul > li > ul {
  position: relative;
  margin: -6px 0 0 0;
  display: none;
  padding: 12px 0;
  list-style: none;
}
.nav-sub__list > li > ul > li > ul > li {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.nav-sub__list > li > ul > li > ul > li > a {
  padding: 2px 24px 2px 46px;
  font-size: 14px;
}

/* - active */

.nav-sub__list > li > ul > li.--active > ul {
  display: block;
}

/* - active */

.nav-sub__list > li > ul > li > ul > li.--active > a {
  font-weight: 700;
  color: #AA302D;
}

/*
  Icon
  ...
*/

.nav-sub__list > li > ul > li > ul > li > a:before, 
.nav-sub__list > li > ul > li > ul > li > a:after {
  content: '';
  position: absolute;
}
.nav-sub__list > li > ul > li > ul > li > a:before {
  width: 10px;
  left: 25px;
  top: -13px;
  bottom: 50%;
  border-left: 1px solid #DCE2E4;
  border-bottom: 1px solid #DCE2E4;
}
.nav-sub__list > li > ul > li > ul > li > a:after {
  width: 4px;
  height: 4px;
  left: 32px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
  border-right: 1px solid #DCE2E4;
  border-top: 1px solid #DCE2E4;
}

/*
  Gaps
*/

.nav-sub__list > li > ul > li > ul > li:first-child > a:before {
  top: 46%;
}

/*
  - search
  ---
*/

.form-search {
  position: relative;
  float: left;
  width: 330px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #E2D5D5 solid;
  border-radius: 4px;
}

/*
  adjust input
  ...
*/

.form-search .input {
  padding: 15px 72px 15px 26px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
}

/*
  button
  ...
*/

.form-search__button {
  background-color: #AA302D;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  border-radius: 4px;
  font-size: 0;
}

/* adjust button */

.form-search__button .icon svg path {
  fill: #fff;
}

/*
  button
  ...
*/

.site-head__button {
  background-color: #AA302D;
  padding: 10px;
  border: none;
  border-radius: 4px;
  font-size: 0;
  float: right;
  margin-top: 12px;
  display: none;
}

/* adjust button */

.site-head__button .icon svg path {
  fill: #fff;
}

/*
  cart-nav
  ***
*/

.nav-cart {
  display: block;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  overflow-x: auto;
}

/*
  cart-nav__list
  ---
*/

.nav-cart__list {
  position: relative;
  display: table;
  width: 100%;
  text-align: center;
  background: #FFFAFA;
  border-radius: 6px;
  border: 1px dashed #E1D6D6;
  min-width: 500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
  cart-nav__item
  ---
*/

.nav-cart__item {
  display: table-cell;
  padding: 12px;
  width: 25%;
  font-size: 0;
}

/*
  Number
  ---
*/

.nav-cart b {
  width: 31px;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 0;
  border-radius: 50%;
  border: 1px dashed #E1D6D6;
  text-align: center;
  color: #AA302D;
  font-size: 14px;
  font-weight: 700;
}

/* - active */

.nav-cart__item.--active b {
  background: #C67877;
  border: 1px solid #C67877;
  color: #fff;
}

/*
  cart-nav__desc
  ---
*/

.nav-cart__item small {
  position: relative;
  display: inline-block;
  top: 5px;
  margin-left: 12px;
  color: #28292B;
  font-size: 16px;
  font-weight: 500;
}

/* - active */

.nav-cart__item.--active small {
  color: #AA302D;
}

/* hover */

a.nav-cart__item.--active:hover small {
  text-decoration: underline;
}

/* - current */

.nav-cart__item.--current small {
  text-decoration: underline;
}

/*
  nav-pagination
  ***
*/

.nav-pagination {
  position: relative;
  position: relative;
  text-align: center;
  font-size: 0;
}

/*
  prev
  ---
*/

.nav-pagination__prev {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

/*
  next
  ---
*/

.nav-pagination__next {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}


/*
  num
  ---
*/

.nav-pagination__num {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 6px;
  padding: 10px 14px 10px 14px;
  border: 1px solid #eee;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #28292B;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}

/* hover */

.nav-pagination__num:hover {
  border-color: #3F8048;
  color: #28292B;
}

/* - active */

.nav-pagination__num.--active {
  background-color: #3F8048;
  border-color: #3F8048;
  color: #fff;
}

/*
  more
  ---
*/

.nav-pagination__more {
  display: table;
  margin: 16px auto 0 auto;
  font-size: 16px;
  font-weight: 500;
}

/*
  head-cart
  ***
*/

.head-cart {
  float: right;
  font-size: 0;
  display: table;
  text-decoration: none;
}

/*
  icon
  ---
*/

.head-cart__icon {
  padding: 11px 12px 8px 15px;
  background: #3F8048;
  display: table-cell;
  border: 1px #3F8048 solid;
  border-radius: 4px 0 0 4px;
  fill: #fff;
}

/* hover */

.head-cart:hover .head-cart__icon {
  background-color: #AA302D;
  border-color: #AA302D;
}

/*
  adjust icon
  ---
*/

.head-cart__icon .icon svg path {
  fill: #fff;
}
.head-cart__icon .icon span {
  position: absolute;
  bottom: 3px;
  right: 7px;
  font-size: 11px;
  color: #fff;
  font-style: normal;
}

/*
  info
  ---
*/

.head-cart__info {
  display: table-cell;
  padding: 16px 20px;
  font-size: 16px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px #3F8048 dashed;
  border-left: none;
  border-radius: 0 4px 4px 0;
  color: #28292B;
  width: 150px;
}

/*
  amount
  ...
*/

.head-cart__amount {
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
}
.head-cart__amount:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E6EAEC;
}

/*
  total
  ...
*/

.head-cart__total {
  color: #28292B;
  font-weight: 700;
  font-size: 16px;
}

/*
  SPAN
  ...
*/

.head-cart__total > span {
  color: #AA302D;
  font-weight: 400;
  display: inline-block;
  margin-left: 6px;
}

/*
  site-wrap
  ***
*/

.site-wrap {
  max-width: 1152px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 4%;
}
.tpl-home .site-wrap {  
  padding-top: 42px;
}

/*
  site-sidebar
  ***
*/

.site-sidebar {
  position: relative;
  float: left;
  width: 264px;
  margin-bottom: 70px;
  overflow: hidden;
}

.site-sidebar hr {
  margin: 32px 0;
}

/*
  Adjust roll
  ---
*/

.site-sidebar .roll {
  margin-top: 32px;
}

/*
  Adjust roll
  ---
*/

.site-sidebar .form-newsletter {
  margin-top: 32px;
}

/*
  Adjust roll
  ---
*/

.site-sidebar .item---list {
  margin-top: 32px;
}

/*
  roll
  ***
*/

.roll, .roll img {
  display: block;
}

.tpl-cart .--empty-cart .roll img {
  margin: 16px auto 0;
}

/*
  form-newsletter
  ***
*/

.form-roll {
  display: block;
}

/*
  title
  ---
*/

.form-roll__title {
  margin: 0 0 4px 0;
  text-align: center;
}

/*
  image
  ---
*/

.form-roll input[type="image"] {
  display: block;
  margin: 0 auto;
}

/*
  form-newsletter
  ***
*/

.form-newsletter {
  display: block;
}

/*
  title
  ---
*/

.form-newsletter__title {
  margin: 0 0 16px 0;
  text-align: center;
}

/*
  form
  ---
*/

.form-newsletter__form {
  position: relative;
  display: block;
}

/*
  Adjust button
  ...
*/

.form-newsletter__form .button {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*
  Adjust input
  ...
*/

.form-newsletter__form .input {
  padding-right: 90px;
}

/*
  Adjust field
  ...
*/

.form-newsletter__form .field {
  margin: 0;
}

/*
  label
*/

.form-newsletter__form .field__label {
  position: absolute;
  left: -10000px;
}

/*
  Adjust flash
  ...
*/

.form-newsletter__form .flash {
  display: none;
}

/*
  Excerpt
  ---
*/

.form-newsletter__excerpt {
  font-size: 12px;
  margin-top: 12px;
}


/*
  site-main
  ***
*/

.site-main {
  position: relative;
  width: 70%;
  width: calc(100% - 294px);
  float: right;
  min-height: 30vh;
  margin-bottom: 62px;
  padding-top: 28px;
}
.tpl-home .site-main {
  padding-top: 0;
  margin-bottom: 0;
}
.site-main--small {
  position: relative;
  padding-bottom: 80px;
  min-height: 30vh;
  float: none;
}
.tpl-cart .site-main--small, .tpl-completed .site-main--small {
  padding-bottom: 120px;
}
.site-main--large {
  position: relative;
  max-width: 1152px;
  margin: 0 auto;
  padding: 60px 0 80px;
  min-height: 30vh;
  float: none;
}
.site-main--plain {
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
  min-height: 30vh;
  max-width: 860px;
  margin: 0 auto;
}

/*
  site-main__content
  ---
*/
.site-main__content {
  margin-bottom: 20px;
}

/*
  site-main__breakline
  ---
*/
.site-main__breakline {
  margin: 32px 0;
}
.site-main__breakline:first-child {
  display: none;
}

/*
  site-puzzle
  ***
*/

.site-puzzle {
  margin-bottom: 30px;
}

/*
  site-puzzle--item
  ***
*/

.item-puzzle {
  margin-bottom: 16px;
  border: 1px #DCE2E4 solid;
  border-radius: 8px;
}

/*
  size-puzzle__title
  ---
*/

.size-puzzle__title {
  margin: 0 16px 12px;
}

/*
  size-puzzle__link
  ---
*/

.size-puzzle__link {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 16px 20px;
}

/*
  item-puzzle__img
  ---
*/

.item-puzzle__img---wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: block;
}
.item-puzzle__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-puzzle__title {
  margin: 6px 0 4px;
  font-size: 16px;
  padding: 0 10px;
}
.item-puzzle__title a {
  color: #640908;
  text-decoration: none;
}

/*
  item-puzzle__info
  ---
*/

.item-puzzle__info {
  display: table;
  width: 100%;
  padding: 8px 10px;
  box-sizing: border-box;
}
.item-puzzle__info__cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

/*
  item-puzzle__price
  ...
*/

.item-puzzle__price {
  font-weight: 500;
}

/*
  item-puzzle__heatness
  ...
*/

.item-puzzle__heatness {
  padding: 0 8px;
}

/*
  add
  ...
*/

.item-puzzle__add {
  display: table-cell;
  width: 50%;
  padding: 6px 0;
  text-align: right;
  text-decoration: none;
}
.item-puzzle__add > span {  
  font-size: 16px;
  font-weight: 700;
}

/* adjust icon */

.item-puzzle__add .icon {
  margin: -12px 5px -3px 0;
}
.item-puzzle__add .icon svg path {
  fill: #3F8048;
}
.item-product:hover .item-puzzle__add .icon svg path  {
  fill: #fff;
}

/*
  site-hero
  ***
*/

.site-hero {
  margin-bottom: 40px;
}
.site-hero__title {
  margin: 0 16px 12px;
}
.site-hero__title span {
  color: #f00;
  font-weight: 700;
}

/*
  hero-variety
  ***
*/

.hero-variety {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  display: block;
  max-height: 380px;
  z-index: 10;
  background: #333 center center no-repeat;
  background-size: cover;
  border-radius: 6px;
  text-decoration: none;
}

/*
  product-badge
  ---
*/

.--product-badge {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 26px;
  right: -55px;
  padding: 12px 72px;
  background-color: #FDD711;
  color: #61382B;
  font-weight: 700;
  font-size: 18px;
}


/*
  hero-info
  ---
*/

.hero-variety__info {
  padding: 195px 32px 32px 32px;
  background: rgba(0, 0, 0, 0.1);
}
.hero-variety__info .icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* adjust icon */
.hero-variety__info .icon svg path {
  fill: #fff;
}

/*
  excerpt
  ---
*/

.hero-variety__excerpt {
  margin: 12px 0 0 0;
  font-style: italic;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

/*
  title
  ---
*/

.hero-variety__title {
  margin: 10px 0 0 0;
  font-weight: 700;
  line-height: 1.2;
  font-size: 32px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

/* actions */

.hero-variety:hover .hero-variety__title {
  text-decoration: underline;
  color: #fff;
}

/*
  hero-carousel
  ***
*/

.grid__col--carousel {
  margin-top: 40px;
}
.hero-carousel---wrapper {
  position: relative;
}
.hero-carousel {
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  z-index: 10;
  background: #333 center center no-repeat;
  background-size: cover;
  border-radius: 6px;
}
.hero-carousel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(13,27,36,0.8) 95%, rgba(13,27,36,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(80%, rgba(255,255,255,0)), color-stop(95%, rgba(13,27,36,0.8)), to(rgba(13,27,36,1)));
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(13,27,36,0.8) 95%, rgba(13,27,36,1) 100%);
}
.--background-only.hero-carousel:before {
  content: none;
}

/*
/*
  hero-button
  ---
*/

.hero-carousel__button {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  z-index: 1;
}

/*
  hero-title
  ---
*/

.hero-carousel__title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 60px 32px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  font-style: italic;
  line-height: 1.3;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

/*
  info
  ---
*/

.hero-carousel__info {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  max-width: calc(100% - 32px);
}

/*
  site-decoration
  ***
*/

.site-decoration {
  position: absolute;
  overflow: hidden;
  z-index: -1;
}

/*
  adjust positions
  ---
*/

.pos-1 {
  top: 70px;
  right: -100px;
  width: 177px;
  height: 201px;
  background: url('../img/site-decoration-1.png') center center no-repeat;
}
.pos-2 {
  top: -72px;
  left: -130px;
  width: 199px;
  height: 133px;
  background: url('../img/site-decoration-2.png') center center no-repeat;
}
.pos-3 {
  bottom: -80px;
  left: -78px;
  width: 158px;
  height: 165px;
  background: url('../img/site-decoration-3.png') center center no-repeat;
}

/*
  product-slider
  ***
*/

.product-slider {
  position: relative;
  padding-bottom: 120px;
}

/*
  Adjust slick
  ---
*/

.product-slider .slick-slide {
  margin: 0 16px;
}
.product-slider .slick-list {
  margin: 0 -16px;
}
.site-main--plain .slick-slide img {
  margin: 0 auto;
}

/*
  Adjust slick-arrow
  ---
*/

.product-slider .slick-arrow {
  position: absolute;
  bottom: 0;
}
.product-slider .slick-arrow.slick-prev {
  left: 0;
}
.product-slider .slick-arrow.slick-next {
  right: 0;
}

/*
  head
  ---
*/

.product-slider__head {
  position: relative;
  margin-bottom: 18px;
}

/*
  text
  ---
*/

.product-slider__text {
  display: inline-block;
  max-width: calc(100% - 200px);
}

/*
  title
  ...
*/

.product-slider__title {
  color: #28292B;
  margin-bottom: 6px;
  text-decoration: underline;
}

/*
  excerpt
  ...
*/

.product-slider__excerpt {
  color: #28292B;
  font-style: italic;
  margin-bottom: 0;
}

/*
  link
  ...
*/

.product-slider__link {
  position: absolute;
  right: 0;
  bottom: 3px;
  text-decoration: none;
  font-weight: 700;
}
.product-slider__link > span {
  text-decoration: underline;
}

/* adjust icon */

.product-slider__link .icon {
  margin-top: -4px;
}
.product-slider__link .icon svg path {
  fill: #3F8048;
}
.product-slider__link:hover .icon svg path {
  fill: #54ab60;
}


/*
  slider
  ***
*/

.product-slider__products {
  /* NOPE */
}

.product-slider__products .slick-arrow {
  top: 100%;
  margin-top: 42px;
}
.product-slider__products .prevArrow {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.product-slider__products .nextArrow {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/*
  item-visited
  ***
*/

.item-visited__inset {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 15px 24px 15px 92px;
  background-color: #fff;
  border: 1px #E7EBEC solid;
  border-radius: 6px 4px 4px 6px;
  text-decoration: none;
  color: #28292B;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}

/* actions */

.item-visited__inset:hover {
  background-color: #3F8048;
  border-color: #3F8048;
  color: #fff;
}

/*
  image
  ---
*/

.item-visited__image {
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  width: 68px;
  background: center center no-repeat;
  background-size: 150% auto;
  border-radius: 4px 0 0 4px;
  -webkit-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}

/* actions */

.item-visited__inset:hover .item-visited__image {
  width: 58px;
  left: 10px;
  top: 10px;
  bottom: 10px;
  border-radius: 160px;
}

/*
  IMG
  ...
*/

.item-visited__image img {
  display: block;
  opacity: 0;
}

/*
  title
  ---
*/

.item-visited__title {
  color: #3F8048;
  text-decoration: underline;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* actions */

.item-visited__inset:hover .item-visited__title {
  color: inherit;
}

/*
  price
  ---
*/

.item-visited__price {
  margin: 6px 0 0 0;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
}

/*
  item-review
  ***
*/

.item-review__inset {
  position: relative;
  padding-left: 64px;
  font: 16px Georgia, 'Times new Roman', serif;
}

/*
  Quote
  ---
*/

.item-review__inset:after {
  content: '\201F';
  position: absolute;
  left: 8px;
  top: -16px;
  font-size: 84px;
  color: #3F8048;
  
}

/*
  excerpt
  ---
*/

.item-review__excerpt {
  margin: 0;
  font-size: 18px;
}

/*
  name
  ---
*/

.item-review__name {
  quotes: none;
  display: block;
  margin-top: 12px;
  font-style: italic;
  color: #333;
}

/*
  item-box
  ***
*/

.item-box__inset {
  position: relative;
  display: block;
  padding: 32px 24px 20px 24px;
  background-color: #f3f7f8;
  border: 1px solid #DCE2E4;
  border-radius: 6px;
  font-size: 16px;
}

/*
  - align
  ---
*/

.item-box--align-center .item-box__inset {
  text-align: center;
}

/*
  title
  ---
*/

.item-box__title {
  position: absolute;
  left: -1px;
  top: -1px;
  margin: 0;
  padding: 4px 8px 5px 8px;
  background-color: #333;
  border-radius: 5px 0 6px 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}

/*
  - align
  ---
*/

.item-box--align-center .item-box__title {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 6px 6px;
}

/*
  excerpt
  ---
*/

.item-box__excerpt {
  margin: 6px 0 0 0;
}

/*
  list
  ---
*/

.item-box__list {
  margin: 10px 0 0 0;
  list-style: none;
}

/*
  ITEM
  ...
*/

.item-box__list li {
  margin: 0 0 6px 0;
}

/*
  Gaps
  ...
*/

.item-box__list li:last-child {
  margin-bottom: 0;
}

/*
  BOLD
  ...
*/

.item-box__list b {
  width: 120px;
  display: inline-block;
  color: #333;
}

/*
  item-product
  ***
*/

.item-product__inset {
  position: relative;
  font-size: 0;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}

/* actions */

.item-product__inset__inset:hover {
  -webkit-filter: drop-shadow(4px 4px 32px rgba(0,0,0, 0.1));
  filter: drop-shadow(4px 4px 32px rgba(0,0,0, 0.1));
}

/*
  LINKS
  ---
*/

.item-product__image {
  height: 200px;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: -1px;
  border-radius: 6px 6px 0 0;
  height: 200px;
  overflow: hidden;
  border-right: 1px #DCE2E4 solid;
  border-left: 1px #DCE2E4 solid;
  border-top: 1px #DCE2E4 solid;
}

/*
  SPAN
  ---
*/

.item-product__image span {
  position: absolute;
  left: -50%;
  top: -50%;
  right: -50%;
  bottom: -50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
/*
  IMG
  ---
*/

.item-product__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 0;
}

/*
  header
  ---
*/

.item-product__header {
  position: relative;
  margin-bottom: 16px;
  padding-right: 24px;
}

.item-product__header > a{
  text-decoration: none;
}

/*
  text
  ---
*/

.item-product__text {
  padding: 18px 28px;
  border-right: 1px #DCE2E4 solid;
  border-left: 1px #DCE2E4 solid;
  background: #fff;
}

/*
  title
  ...
*/

.item-product__title {
  overflow: hidden;
  color: #3F8048;
  font-size: 18px;
  margin: 0 0 6px;
  text-decoration: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}


/* actions */

.item-product__title:hover {
  color: #54ab60;
}

/*
  category
  ...
*/

.item-product__category {
  display: block;
  margin-top: 6px;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

/*
  size
  ...
*/

.item-product__size {
  position: absolute;
  right: -7px;
  bottom: 0;
}

/*
  excerpt
  ...
*/

.item-product__excerpt {
  overflow: hidden;
  max-height: 72px;
  font-size: 13px;
  margin-bottom: 18px;
}
.site-main--plain .item-product__excerpt {
  max-height: none;
}

/*
  prices
  ...
*/

.item-product__price {
  font-size: 20px;
  font-weight: 700;
  color: #28292B;
}
.--old-price {
  color: #A5A7A9;
  margin-right: 6px;
  position: relative;
}
.--old-price:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background-color: #A5A7A9;
  border: 1px #fff solid;
}

/*
  buttons
  ---
*/

.item-product__buttons {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #FAFAFA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #DCE2E4 solid;
  border-radius: 0 0 6px 6px;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}

/* actions */

.item-product:hover .item-product__buttons {
  background-color: #3F8048;
}

/*
  link
  ...
*/

.item-product__link {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding: 20px 0 20px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #28292B;
}
.site-main--plain .item-product__link {
  width: 100%;
  padding-right: 24px;
  text-align: center;
}

/* actions */

.item-product:hover .item-product__link, .item-product:hover .item-product__add > span {
  color: #fff;
}

/*
  add
  ...
*/

.item-product__add {
  display: table-cell;
  width: 60%;
  padding: 20px 18px 20px 0;
  text-align: right;
}
.item-product__add > span {  
  font-size: 16px;
  font-weight: 700;  
  text-decoration: underline;
}

/* adjust icon */

.item-product__add .icon {
  margin: -12px 12px 0 0;
}
.item-product__add .icon svg path {
  fill: #3F8048;
}
.item-product:hover .item-product__add .icon svg path  {
  fill: #fff;
}

/*
  site-foot
  ***
*/

.site-foot {
  background-color: #0D1B24;
}
.site-foot__inset {
  max-width: 1152px;
  margin: 0 auto;
}.site-foot__info {
  padding: 28px 0;
  border-bottom: 1px #1E2E38 solid;
}

/*
  shipping
  ---
*/

.site-foot__shipping {
  float: left;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  margin-bottom: 0;
}
.site-foot__shipping > span {
  margin-right: 10px;
  vertical-align: middle;
}

/*
  methods
  ---
*/

.site-foot__methods {
  float: right;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  margin-bottom: 0;
}
.site-foot__methods > span {
  margin-right: 18px;
  vertical-align: middle;
}

/*
  adjust icon
  ...
*/

.site-foot__methods .icon {  
  margin-left: 6px;
}
.site-foot__methods .icon svg path {
  fill: #58B0E9;
}

/*
  navs
  ***
*/

.site-foot__navs {
  border-bottom: 1px #1E2E38 solid;
}
.site-foot__nav {
  padding: 40px 0 50px;
}

/*
  title
  ---
*/

.site-foot__title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}

/*
  LINKS
  ---
*/

.site-foot__nav a {
  margin-bottom: 14px;
  color: #fff;
  display: block;
  line-height: 1.3;
}
.site-foot__nav a:last-of-type {
  margin-bottom: 0;
}

/* actions */ 

.site-foot__nav a:hover {
  color: #58B0E9;
}

/*
  socials
  ***
*/

.site-foot__socials {
  /* NOPE */
}
.site-foot__nav.site-foot__socials {
  padding-bottom: 20px;
}

/*
  title
  ---
*/

.site-foot__socials .site-foot__title {
  margin-bottom: 12px;
}

/*
  LINKS
  ---
*/

.site-foot__nav.site-foot__socials a  {
  margin: 20px 0;
  font-size: 0;
}
.site-foot__socials a > span {
  font-size: 14px;
  text-decoration: underline;
  margin-left: 6px;
}

/*
  adjust icon
  ...
*/

.site-foot__socials .icon {
  margin-top: -7px;
}
.footer__instagram svg path {
  fill: #BF35B9;
}
.footer__facebook svg path {
  fill: #5E7FC7;
}
.footer__twitter svg path {
  fill: #1D9BF0;
}
.footer__discord svg path {
  fill: #8A9CFE;
}
.footer__whatsapp svg path {
  fill: #25D366;
}

/*
  copyright
  ***
*/

.site-foot__copyright {
  padding: 12px 0;
}
.site-foot__copyright__inset {  
  position: relative;
}

/*
  PARAGRAPH
  ---
*/

.site-foot__copyright p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
}

/*
  LINK
  ---
*/

.site-foot__copyright a {
  color: #fff;
}

/* actions */

.site-foot__copyright a:hover {
  color: #58B0E9;
}

/*
  adjust button
  ---
*/

.site-foot__copyright__button {
  margin: 0 0 0 10px;
  font-style: normal;
}
.site-foot__copyright .site-foot__copyright__button:hover {
  color: #61382C;
}


/*
  product-archive
  ***
*/

.product-archive {
  /* NOPE */
}

/*
  product-archive__head
  ---
*/

.product-archive__head {
  overflow: hidden;
  margin-bottom: 24px;
}

/*
  product-archive__image
  ---
*/

.product-archive__image {
  float: left;
  margin-right: 20px;
  max-width: 360px;
  height: auto;
}

/*
  product-archive__title
  ---
*/

.product-archive__title {
  margin-top: 0;
}

/*
  item---list
  ***
*/

.item---list__inset {
  margin: 0 -16px -32px -16px;
  font-size: 0;
}

/*
  + item---list
  ---
*/

.item---list + .item---list {
  margin-top: 48px;
}

/*
  - gaps
  ---
*/

.item---list--gaps-small .item---list__inset {
  margin: 0 -8px -16px -8px;
}

/*
  Adjust nav-pagination
  ---
*/

.item---list .nav-pagination {
  margin-top: 42px;
}

/*
  item
  ---
*/

.item---list__item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 32px;
}
.item---list__item__inset {
  margin: 0 16px;
}

/*
  - gaps
  ---
*/

.item---list--gaps-small .item---list__item {
  margin-bottom: 16px;
}
.item---list--gaps-small .item---list__item__inset {
  margin: 0 8px;
}


/*
  - cols
  ...
*/

.item---list--cols-1 .item---list__item {
  width: 100%;
}
.item---list--cols-2 .item---list__item {
  width: 50%;
}
.item---list--cols-3 .item---list__item {
  width: 33.33%;
}
.item---list--cols-4 .item---list__item {
  width: 25%;
}
.item---list--cols-5 .item---list__item {
  width: 20%;
}
.item---list--cols-6 .item---list__item {
  width: 16.66%;
}
.item---list--cols-7 .item---list__item {
  width: 14.28%;
}
.item---list--cols-8 .item---list__item {
  width: 12.5%;
}

/*
  title
  ---
*/

.item---list__title {
  margin: 0 0 16px 0;
  text-align: center;
}

/*
  detail-account
  ***
*/

.detail-account {
  display: block;
}

/*
  title
  ---
*/

.detail-account__title {
  margin: 0;
}

/*
  excerpt
  ---
*/

.detail-account__excerpt {
  margin: 12px 0 0 0;
}

/*
  content
  ---
*/

.detail-account__content {
  margin-top: 32px;
}

/*
  detail-product
  ***
*/

.detail-product {
  /* NOPE */
}

/*
  detail-product__promo
  ***
*/

.detail-product__promo {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
  margin-left: -23px;
  padding-left: 23px;
}

/*
  detail-product__gallery
  ---
*/

.detail-product__gallery {
  position: relative;
  float: left;
  width: calc(100% - 348px);
}
.site-main--plain .detail-product__gallery {
  float: none;
  width: 100%;
}

/*
  detail-product__gallery__image
  ...
*/

.detail-product__gallery__image {
  position: relative;
  overflow: hidden;
  text-align: center;
}

/*
 detail-product__gallery__slider
  ...
*/

.detail-product__gallery__slider {
  margin-bottom: 24px;
}
.detail-product__gallery__slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}

/* LINK */

.detail-product__gallery a {
  display: block;
}

.detail-product__gallery__image > a {
  margin-bottom: 20px;
  max-height: 620px;
  overflow: hidden;
  background: center center no-repeat;
  background-size: contain;
}
.detail-product__gallery__image > a img {
  display: block;
  opacity: 0;
}

/* SPAN */

.detail-product__stock {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #fff;
  background-color: #54C563;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 24px;
  border-radius: 100px;
}
.detail-product__stock.--disabled {
  background-color: #C05841;
}

/* adjust slick */

.detail-product__gallery .slick-list {
  margin: 0 -12px;
}
.detail-product__gallery .slick-slide {
  margin: 0 12px;
}
.detail-product__gallery .slick-arrow circle {
  stroke: #fff;
}
.detail-product__gallery .slick-arrow:hover circle {
  stroke: #3F8048;
}

/*
  detail-product__promo__content
  ---
*/

.detail-product__promo__content {
  position: relative;
  float: right;
  width: 296px;
  overflow: hidden;
  z-index: 1;
}

/*
  detail-product__title
  ---
*/

.detail-product__title {
  font-size: 32px;
  margin-bottom: 4px;
  margin-top: 8px !important;
}
.site-main--plain .detail-product__title {
  font-size: 40px;
  display: block;
}

/*
  detail-product__excerpt
  ---
*/

.detail-product__excerpt {
  /* TODO */
}
.site-main--plain .detail-product__excerpt {
  font-size: 20px;
  padding-left: 6px;
}

/*
  detail-product__category
  ---
*/

.detail-product__category {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
}

/*
  detail-product__*
  ---
*/

.detail-product__share, .detail-product__share, .detail-product__price, .detail-product__cart {  
  margin-top: 28px;
}

/*
  detail-product__params
  ---
*/

.detail-product__params {
  width: 100%;
  font-size: 16px;
  margin: 16px 0 0 0;
}
.detail-product__params + div {
  padding-top: 28px;
  border-top: 1px #DCE2E4 solid;
}

/*
  detail-product__params table
  ...
*/

.detail-product__params td {
  border: none;
  padding: 4px 16px;
  font-weight: 500;
  vertical-align: middle;
}
.detail-product__params td:first-child {
  text-align: right;
  font-weight: 700;
  color: #28292B;
  width: 40%;
}
.site-main--plain .detail-product__params td:first-child {
  width: 75px;
}

.detail-product__params td > span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 4px 0 0;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/*
  detail-product__share
  ---
*/

.detail-product__share {
  display: inline-block;
  font-size: 0;
  width: 100%;
}

/*
  LINKS
  ...
*/

.detail-product__share a {
  display: inline-block;
  margin-right: 8px;
}

/*
  SPAN
  ...
*/

.detail-product__share span {
  position: relative;
  top: 5px;
  font-size: 12px;
  font-weight: 500;
}

/*
  detail-product__price
  ---
*/

.detail-product__price {
  font-weight: 500;
  font-size: 15px;
}

/*
  PARAGRAPH
  ...
*/

.detail-product__price p {
  color: #28292B;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}

/*
  SMALL
  ...
*/

.detail-product__price small {
  font-size: 12px;
  font-style: italic;
}

/*
  categories
  ---
*/

.detail-product__categories {
  padding: 12px 0;
  border-top: 1px #DCE2E4 dashed;
  border-bottom: 1px #DCE2E4 dashed;
  font-size: 12px;
  margin: 24px 0;
}
.detail-product__categories a {
  text-decoration: none;
}
.detail-product__categories a:hover {
  text-decoration: underline;
}
.detail-product__text + .detail-product__categories {
  margin-top: 0;
  border-top: none;
}

/*
  text
  ---
*/

.detail-product__text {
  padding: 12px 0;
  border-top: 1px #DCE2E4 dashed;
  border-bottom: 1px #DCE2E4 dashed;
  font-size: 10px;
  font-weight: 600;
  margin: 24px 0 0;
}

/*
  detail-order
  ***
*/

.detail-order {
  display: block;
}

/*
  Adjust item---list
  ---
*/

.detail-order .item---list--contain-products {
  margin-top: 54px;
}

/*
  content
  ---
*/

.detail-order__content {
  margin-top: 54px;
}

/*
  foot
  ---
*/

.detail-order__foot {
  margin-top: 54px;
}

/*
  Adjust button
  ...
*/

.detail-order__foot .button {
  float: right;
  margin: 0;
}

/*
  back
  ...
*/

.detail-order__foot__back {
  position: relative;
  float: left;
  margin-top: 12px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #333;
}

/*
  Adjust css-icon
*/

.detail-order__foot__back .css-icon {
  top: -3px;
  margin-right: 4px;
}

/*
  SPAN
*/

.detail-order__foot__back span {
  text-decoration: underline;
}

/*
  form-cart
  ***
*/

.form-cart {
  display: block;
}

/*
  button
  ---
*/

.form-cart .button {
  top: -1px;
  margin: 0 0 0 6px;
  border-radius: 24px;
}

/*
  detail-product__crosssell
  ***
*/

.detail-product__crosssell {
  margin-bottom: 32px;
}

/*
  detail-product__content
  ---
*/

.detail-product__content {
  margin-bottom: 32px;
}

/*
  detail-product__crosssell__slider
  ---
*/

.detail-product__crosssell__slider {
  /* NOPE */
}

/*
  adjust slick
  ...
*/

.detail-product__crosssell__slider .slick-slide {
  margin: 0 12px;
}
.detail-product__crosssell__slider .slick-arrow.slick-prev {
  left: -8px;
}
.detail-product__crosssell__slider .slick-arrow.slick-next {
  right: -10px;
}

/*
  tabs
  ***
*/

.tabs {
  /* NOPE */
}
.detail-product__tabs .tabs__nav {
  margin-bottom: 28px;
}

/*
  tabs__nav
  ---
*/

.tabs__nav {
  margin: 0;
  border-bottom: 1px solid #DCE2E4;
  line-height: 1;
  font-size: 0;
}

/*
  LINKS
  ...
*/

.nav-tabs a {
  position: relative;
  bottom: -1px;
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid transparent;
  line-height: 1.7;
  text-decoration: none;
  font-size: 15px;
  color: #6C6F76;
  font-weight: 500;
  border-radius: 6px 6px 0 0;
}
.nav-tabs a.--active {
  color: #28292B;
  border-color: #DCE2E4;
  border-bottom-color: #fff;
}


/*
  sign-detail
  ***
*/

.sign-detail {
  max-width: 320px;
  margin: 0 auto;
  padding: 80px 32px 0;
}

.sign-detail__header {
  text-align: center;
}

.sign-detail__content {
  padding: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #E1D6D6;
  margin-bottom: 32px;
}

.sign-detail__content .flash {
  padding-right: 34px;
}


/*
  form-sign
  ***
*/

.form-sign {
  text-align: left;
}
.form-sign .button {
  margin: 0;
}

/*
  sign-detail__actions
  ---
*/

.sign-detail__actions {
  font-weight: 700;
  margin-top: 24px;
  text-align: center;
}

.sign-detail__actions .link {
  margin: 0 6px;
  font-weight: 500;
  font-size: 15px;
}

/*
  nav-account
  ***
*/

.nav-account {
  position: relative;
  padding: 0 12px;
  border: 1px dashed #DCE2E4;
  background-color: #FAFAFA;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 0;
  margin-bottom: 32px;
}

/*
  item
  ---
*/

.nav-account__item {
  position: relative;
  display: inline-block;
  padding: 24px 20px 26px;
  text-decoration: none;
  font-size: 16px;
  color: #28292B;
  font-weight: 500;
}

/* actions */

.nav-account__item:hover {
  color: #AA302D;
  text-decoration: underline;
}


/* active */

.nav-account__item.--active, .site-head__account__nav a.--active {
  text-decoration: underline;
  color: #AA302D;
  font-weight: 700;
}

/*
  logout
  ---
*/

.nav-account__logout {
  position: absolute;
  right: 26px;
  top: 24px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #AA302D;
}
.nav-account__logout span {
  text-decoration: underline;
}

/* hover */

.nav-account__logout:hover {
  color: #AA302D;
}

/*
  adjust icon
  ...
*/

.nav-account__logout .icon {
  top: -3px;
  margin-right: 3px;
}
.nav-account__logout .icon path {
  fill: #AA302D;
}

/*
  fav
  ---
*/

.product-wishlist {
  position: absolute !important;
  top: 70px;
  left: 20px;
  padding: 9px;
  height: auto !important;
  background: #DCE2E4 !important;
  border-radius: 24px;
  text-decoration: none;
  font-size: 0;
}
.item-product .product-wishlist {
  top: 10px;
  left: 10px;
}

/*
  adjust icon
  ...
*/

.product-wishlist .icon path {
  fill: #C54A3D;
}

/* active */

.product-wishlist.--active .icon path {
  fill: #3F8048;
}

/*
  SPAN
  ...
*/

.product-wishlist span {
  position: relative;
  display: none;
  vertical-align: middle;
  margin: 0 8px 0 6px;
  text-decoration: underline;
  font-size: 13px;
  color: #28292b;
}

/* hover */

.product-wishlist:hover span:nth-child(2) {
  display: inline;
}
.product-wishlist:hover span:nth-child(3) {
  display: none;
}

/* active */

.product-wishlist.--active:hover span:nth-child(2) {
  display: none;
}
.product-wishlist.--active:hover span:nth-child(3) {
  display: inline;
}

/*
  detail-beginner
  ***
*/

.detail-beginner {
  /* NOPE */
}

.detail-beginner .detail-post__excerpt {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.detail-beginner p {
  margin-bottom: 16px;
}

.detail-beginner .button {
  margin: 0;
  display: block;
  text-align: center;
}

.detail-beginner .--bold {
  font-size: 16px;
}

.detail-beginner .grid__col > a {
  padding: 12px;
  border-radius: 8px;
  border: 1px #DCE2E4 solid;
  display: block;
}

/*
  grecaptcha-badge
  ***
*/
.grecaptcha-badge { 
  visibility: hidden; 
}