/* =====================================================
   Fonts
===================================================== */

@font-face {
  font-display: swap;
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/google-sans-v69-cyrillic_latin-regular.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/google-sans-v69-cyrillic_latin-500.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/google-sans-v69-cyrillic_latin-600.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/oswald-v57-cyrillic_latin-600.woff2") format("woff2");
}

/* =====================================================
   Base / typography
===================================================== */

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  width: 100%;
}

button:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

.fa {
  font-size: 14px;
}

h1 {
  font-size: 33px;
  font-weight: 600;
}

h2 {
  font-size: 27px;
  font-weight: 600;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #789931;
  transition: all 0.3s ease-out;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #5d7e28;
}

.mb-5 {
  margin-bottom: 60px;
}

/* =====================================================
   Bootstrap fixes / helpers
===================================================== */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

.dropdown-menu li > a:hover {
  text-decoration: none;
  background-image: none;
}

/* =====================================================
   Forms / inputs / checkboxes
===================================================== */

.form-control,
input.form-control,
select.form-control,
textarea.form-control {
  height: 46px;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #dfe6d3;
  border-radius: 10px;
  box-shadow: none !important;
  color: #222;
  font-size: 15px;
  line-height: 1.4;
  transition: border-color 0.25s ease, box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.form-control:focus,
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  border-color: #789931 !important;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(123, 152, 40, 0.16) !important;
  outline: none;
}

.form-control::placeholder,
input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #9a9a9a;
}

textarea.form-control {
  min-height: 110px;
  height: auto;
  resize: vertical;
}

select.form-control {
  height: 46px;
  line-height: 24px;
  padding: 10px 42px 10px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23222222' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 6px;
  cursor: pointer;
}

select.form-control::-ms-expand {
  display: none;
}

.simple-content input[type="text"],
.simple-content input[type="password"],
.simple-content input[type="email"],
.simple-content input[type="tel"],
.simple-content input[type="number"],
.simple-content input[type="date"],
.simple-content input[type="time"],
.simple-content select,
.simple-content textarea {
  width: 100%;
  height: 46px;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #dfe6d3 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: #222;
  font-size: 15px !important;
  line-height: 1.4;
  transition: border-color 0.25s ease, box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.simple-content textarea {
  min-height: 110px;
  height: auto;
  resize: vertical;
}

.simple-content select {
  padding: 10px 42px 10px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23222222' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 6px;
  cursor: pointer;
}

.simple-content input[type="text"]:focus,
.simple-content input[type="password"]:focus,
.simple-content input[type="email"]:focus,
.simple-content input[type="tel"]:focus,
.simple-content input[type="number"]:focus,
.simple-content input[type="date"]:focus,
.simple-content input[type="time"]:focus,
.simple-content select:focus,
.simple-content textarea:focus {
  border-color: #789931 !important;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(123, 152, 40, 0.16) !important;
  outline: none;
}

.control-label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.form-horizontal .control-label {
  padding-top: 12px;
}

.required .control-label:before {
  color: #d93333;
  font-weight: 700;
}

.form-group {
  margin-bottom: 18px;
}

.has-error .form-control,
.simple-content .has-error input,
.simple-content .has-error select,
.simple-content .has-error textarea {
  border-color: #d93333 !important;
  box-shadow: 0 0 0 3px rgba(217, 51, 51, 0.12) !important;
}

.text-danger {
  margin-top: 6px;
  color: #d93333;
  font-size: 13px;
  font-weight: 500;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
}

.input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-btn:first-child > .btn,
.input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-btn:last-child > .btn,
.input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon {
  min-height: 46px;
  padding: 10px 15px;
  background: #f5f7f0;
  border: 1px solid #dfe6d3;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: none;
}

.input-group-sm > .form-control,
.input-group-sm > select.form-control,
.input-group-sm > input.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 42px;
  min-height: 42px;
  padding: 9px 14px;
  font-size: 15px !important;
  line-height: 1.4;
  border-color: #dfe6d3;
  box-shadow: none;
}

.input-group-sm > select.form-control {
  padding: 9px 38px 9px 14px;
  background-position: right 14px center;
}

.input-group-sm > .input-group-addon {
  background: #f5f7f0;
  color: #000;
  font-weight: 600;
  border-radius: 10px 0 0 10px;
}

.input-group-sm > .form-control:last-child,
.input-group-sm > select.form-control:last-child {
  border-radius: 0 10px 10px 0 !important;
}

.input-group-sm > .form-control:first-child,
.input-group-sm > select.form-control:first-child {
  border-radius: 10px 0 0 10px !important;
}

/* =====================================================
   Checkbox / radio
===================================================== */

input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0 !important;
  padding: 0;
  background-color: #fff;
  border: 1px solid #dfe6d3;
  box-shadow: none;
  cursor: pointer;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  vertical-align: middle;
  flex: 0 0 20px;
  transition: all 0.25s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"] {
  border-radius: 6px;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="checkbox"]:hover,
input[type="radio"]:hover {
  border-color: #789931;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none;
  border-color: #789931;
  box-shadow: 0 0 0 3px rgba(123, 152, 40, 0.16);
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #789931;
  border-color: #789931;
}

input[type="checkbox"]:checked:before {
  content: "\f00c";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  transform: translate(-50%, -50%);
}

input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* Bootstrap checkbox/radio position reset */
.checkbox,
.radio {
  margin-top: 0;
  margin-bottom: 12px;
}

.checkbox label,
.radio label,
.checkbox-inline,
.radio-inline {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  min-height: 22px;
  padding-left: 0 !important;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  vertical-align: middle;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"],
.checkbox-inline input[type="checkbox"],
.radio-inline input[type="radio"] {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin: 0 !important;
  flex: 0 0 20px;
}

.checkbox input[type="checkbox"] + span,
.radio input[type="radio"] + span,
.checkbox-inline input[type="checkbox"] + span,
.radio-inline input[type="radio"] + span {
  display: inline-block;
}

.checkbox-inline,
.radio-inline {
  margin-right: 18px;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-left: 0;
}

.form-horizontal .checkbox,
.form-horizontal .radio,
.form-horizontal .checkbox-inline,
.form-horizontal .radio-inline {
  padding-top: 8px;
}

.has-error input[type="checkbox"],
.has-error input[type="radio"] {
  border-color: #d93333;
  box-shadow: 0 0 0 3px rgba(217, 51, 51, 0.12);
}

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

html[dir="rtl"] .checkbox input[type="checkbox"],
html[dir="rtl"] .checkbox-inline input[type="checkbox"],
html[dir="rtl"] .radio input[type="radio"],
html[dir="rtl"] .radio-inline input[type="radio"] {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
}

html[dir="rtl"] .input-group-btn:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

html[dir="rtl"] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

@media (max-width: 767px) {
  .form-control,
  input.form-control,
  select.form-control,
  textarea.form-control,
  .simple-content input[type="text"],
  .simple-content input[type="password"],
  .simple-content input[type="email"],
  .simple-content input[type="tel"],
  .simple-content input[type="number"],
  .simple-content input[type="date"],
  .simple-content input[type="time"],
  .simple-content select,
  .simple-content textarea {
    height: 44px;
    padding: 9px 14px;
    font-size: 14px !important;
    border-radius: 9px !important;
  }

  select.form-control,
  .simple-content select {
    height: 44px;
    padding: 9px 40px 9px 14px;
    background-position: right 14px center;
  }

  textarea.form-control,
  .simple-content textarea {
    min-height: 100px;
    height: auto;
  }

  .form-horizontal .control-label {
    padding-top: 0;
    margin-bottom: 6px;
  }

  .input-group-addon {
    min-height: 44px;
    padding: 9px 14px;
    font-size: 14px;
  }

  .input-group-sm > .form-control,
  .input-group-sm > select.form-control,
  .input-group-sm > input.form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .btn {
    height: 40px;
    min-height: 40px;
    padding: 8px 12px;
    font-size: 14px !important;
  }

  .input-group-sm > select.form-control {
    padding: 8px 36px 8px 12px;
    background-position: right 12px center;
  }

  input[type="checkbox"],
  input[type="radio"] {
    width: 19px;
    height: 19px;
    flex-basis: 19px;
  }

  input[type="radio"]:checked:before {
    width: 7px;
    height: 7px;
  }

  .checkbox label,
  .radio label,
  .checkbox-inline,
  .radio-inline {
    font-size: 14px;
  }

  .checkbox-inline + .checkbox-inline,
  .radio-inline + .radio-inline {
    margin-left: 0;
    margin-top: 10px;
  }

  .checkbox-inline,
  .radio-inline {
    display: inline-flex !important;
  }
}

/* =====================================================
   Top bar
===================================================== */

#top {
  background-color: #f5f5f5;
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
}

#top .container::before,
#top .container::after {
  display: none !important;
}

#top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top a,
#top a:focus {
  color: #000;
  transition: all 0.3s ease-out;
}

#top a:hover,
#top a:active {
  color: #789931;
}

.top-left-info {
  display: flex;
  align-items: center;
  gap: 30px;
}

.top-left-info i {
  color: #789931;
  margin-right: 5px;
  font-size: 18px;
  vertical-align: -2px;
}

.top-right-info {
  display: flex;
  align-items: center;
}

#top .top-right-info .btn-group,
#top .top-right-info .dropdown,
#form-language .btn-group,
#form-currency .btn-group {
  position: relative;
}

#top .btn-link {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 20px;
  transition: color 0.25s ease, background-color 0.25s ease;
}

#top .btn-link img {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  object-fit: cover;
  transition: none !important;
  transform: none !important;
}

#top .btn-link:hover,
#top .btn-link:focus,
#top .btn-group.open > .btn-link,
#top .dropdown.open > .btn-link {
  color: #789931;
  background: rgba(120, 153, 49, 0.08);
  text-decoration: none;
}

#top .dropdown-menu {
  display: block;
  min-width: 86px;
  padding: 8px;
  margin: 0;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.16);
  overflow: visible;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;

  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

#top .top-right-info .btn-group.open > .dropdown-menu,
#top .top-right-info .dropdown.open > .dropdown-menu,
#form-language .btn-group.open > .dropdown-menu,
#form-currency .btn-group.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

#top .dropdown-menu img {
  display: inline-block;
  width: 20px;
  height: 20px;
  object-fit: cover;
  vertical-align: middle;
  transition: none !important;
  transform: none !important;
}

#top .btn-group.open .dropdown-toggle {
  box-shadow: none !important;
}

#top .dropdown-menu li > a,
#top .dropdown-menu button {
  display: block;
  width: 100%;
  padding: 7px 10px;
  border: none;
  border-radius: 7px;
  background: transparent;
  background-image: none !important;
  color: #222;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

#top .dropdown-menu li > a:hover,
#top .dropdown-menu button:hover {
  color: #000;
  background: #f3f6ed !important;
  background-image: none !important;
}

@media (max-width: 767px) {
  #top a,
  #top a:focus {
    font-size: 13px;
  }
}

/* =====================================================
   Header / logo / search
===================================================== */

header {
  padding: 20px 0;
  background: #fff;
}

.header-main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: nowrap;
}

.header-logo {
  order: 1;
  flex: 0 0 240px;
  max-width: 240px;
  width: 100%;
}

#logo {
  display: flex;
  align-items: center;
}

#logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 58px;
}

.header-search-wrap {
  order: 2;
  flex: 1 1 auto;
  max-width: 650px;
  width: 100%;
}

#search {
  margin-bottom: 0;
  display: flex !important;
  width: 100% !important;
  max-width: 650px;
}

#search .input-lg {
  height: 44px;
  line-height: 20px;
  padding: 0 15px;
  border: none !important;
  background: #fff;
  box-shadow: none;
  flex-grow: 1;
  font-size: 15px;
  border-top: 2px solid #789931 !important;
  border-bottom: 2px solid #789931 !important;
  border-left: 2px solid #789931 !important;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  width: 100% !important;
}

#search .btn-lg {
  font-size: 14px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  padding: 0 35px;
  text-shadow: none;
  background: #789931;
  color: #fff;
  border: none;
  border-radius: 0;
  flex-shrink: 0;
  margin: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: background 0.2s;
  text-transform: uppercase;
}

#search .btn-lg:hover {
  background: #638725;
  color: #fff;
}

@media (max-width: 767px) {
  header {
    padding: 10px 0;
  }

  header .container {
    position: relative;
  }

  .header-main-row {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    position: relative;
    min-height: 54px;
  }

  .header-logo {
    order: 1;
    width: 150px;
    max-width: 150px;
    flex: 0 0 150px;
    margin: 0 auto;
    text-align: center;
  }

  #logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #logo img {
    width: auto;
    max-width: 150px;
    max-height: 44px;
    margin: 0 auto;
  }

  .header-search-wrap {
    order: 3;
    flex: 0 0 100vw;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 15px;
    padding: 8px 15px;
    background: #789931;
    box-sizing: border-box;
  }

  #search {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
  }

  #search .input-lg {
    height: 40px;
    font-size: 14px;
    padding: 0 12px;
    border-top: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
  }

  #search .btn-lg {
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    font-size: 13px;
    background: #f5f7f0;
    color: #000;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  #search .btn-lg:hover {
    background: #eef3df !important;
    border-color: #cfdcbb !important;
    color: #111 !important;
    outline: none !important;
  }
}

@media (max-width: 420px) {
  .header-logo {
    width: 130px;
    max-width: 130px;
    flex-basis: 130px;
  }

  #logo img {
    max-width: 130px;
    max-height: 40px;
  }

  #search .btn-lg {
    padding: 0 12px;
  }
}

/* =====================================================
   Header icons / account / cart badge
===================================================== */

.header-icons {
  order: 3;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-icons > a,
.header-icons .account-link__toggle,
.cart-link #cart > .cart-icon-button,
#cart > .cart-icon-button {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  line-height: 1;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.header-icons > a:hover,
.header-icons > a:focus,
.header-icons .account-link__toggle:hover,
.header-icons .account-link__toggle:focus,
.header-icons .account-link.open .account-link__toggle {
  color: #739b32;
  text-decoration: none;
  background: transparent;
  box-shadow: none;
}

.header-icon-svg,
.cart-bag-svg {
  width: 25px;
  height: 25px;
  display: block;
  flex: 0 0 auto;
  fill: #000;
  transition: fill 0.3s ease-out;
}

.header-icon-svg:hover,
#cart > .cart-icon-button:hover .cart-bag-svg {
  fill: #789931;
}

.cart-link #cart,
#cart {
  margin: 0;
}

.cart-link #cart > .cart-icon-button,
#cart > .cart-icon-button {
  position: relative;
}

.cart-bag-wrap {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.cart-bag-svg {
  width: 25px;
  height: 25px;
  transform: translateY(1px);
}

.cart-count-badge {
  position: absolute;
  top: -5px;
  right: -6px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 50px;
  background: #fbd500;
  color: #000;
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  z-index: 2;
}

.cart-icon-button .caret,
.header-icons .account-link .caret {
  display: none;
}

.header-icons .account-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-icons .account-link__toggle {
  font-size: 20px;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.header-icons .account-link.open > a,
.header-icons .account-link.open > a:hover,
.header-icons .account-link.open > a:focus {
  background: transparent;
  box-shadow: none;
}

.header-icons .account-link .dropdown-menu {
  display: block;
  min-width: auto;
  padding: 8px;
  margin: 0;
  top: calc(100% + 10px);
  left: 50%;
  right: auto;
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.16);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(8px);
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.header-icons .account-link.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.header-icons .account-link .dropdown-menu li > a {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border-radius: 7px;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  background-image: none !important;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.header-icons .account-link .dropdown-menu li > a:hover,
.header-icons .account-link .dropdown-menu li > a:focus {
  color: #000;
  background: #f3f6ed !important;
  background-image: none !important;
  text-decoration: none;
}

.cart-link #cart {
  margin: 0;
}

.cart-link #cart > .btn,
.cart-link #cart > button {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .header-icons {
    order: 2;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 5;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }

  .header-icons a {
    font-size: 20px;
    gap: 0;
  }

  .header-icons .account-link a span {
    display: none;
  }

  .wishlist-link {
    display: none;
  }

  .cart-link #cart {
    margin: 0;
  }

  .cart-link #cart > button,
  .cart-link #cart > .btn {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    color: #333 !important;
    font-size: 20px;
    line-height: 1;
  }

  .cart-link #cart > button:hover,
  .cart-link #cart > .btn:hover {
    color: #739b32 !important;
  }
}

@media (max-width: 420px) {
  .header-icons {
    gap: 8px;
  }

  .header-icons a {
    font-size: 18px;
  }
}

/* =====================================================
   Main navigation / desktop menu
===================================================== */

.main-navigation-bar {
  background-color: #739b32;
  padding: 0;
}

.navigation-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-catalog {
  background: #fff;
  color: #000;
  border: none;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 25px;
  border-radius: 6px 6px 0 0;
  text-transform: uppercase;
}

.main-menu .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}

.main-menu .menu-list a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 0;
  display: inline-block;
}

.main-menu .menu-list a.active {
  color: #ffd200;
}

.btn-callback {
  background-color: #ffd200;
  color: #000;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  transition: background 0.2s;
}

.btn-callback:hover {
  background-color: #e5bd00;
}

.btn-callback i {
  margin-right: 5px;
}

#menu.custom-header-menu-desktop .dropdown-submenu {
  position: relative;
}

#menu.custom-header-menu-desktop .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

#menu.custom-header-menu-desktop .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

#menu.custom-header-menu-desktop .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.container-menu {
  background: #789931;
  margin-bottom: 30px;
}

.container-menu .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.navbar {
  min-height: auto;
  margin-bottom: 0;
  padding: 8px 0;
  border: 0;
}

#menu .nav > li {
  position: relative;
}

#menu .nav > li > a {
  color: #fff;
  padding: 12px 0;
  font-size: 18px;
  border-radius: 6px;
  transition: all 0.3s ease-out;
  margin-right: 45px;
  position: relative;
}

#menu .nav > li > a:hover,
#menu .nav > li > a:active,
#menu .nav > li > a:focus,
#menu .nav > li.open > a {
  color: #fbd500;
  background: none;
}

#menu .nav > li:first-child > a {
  background-color: #fff;
  color: #000;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 6px;
}

#menu .nav > li:first-child > a:hover,
#menu .nav > li:first-child.open > a {
  background-color: #fbd500;
  color: #000;
}

#menu .nav > li:first-child > a .caret {
  display: none;
}

#menu .nav > li:first-child > a::before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 8px;
  font-weight: normal;
  display: inline-block;
}

#menu .dropdown-menu {
  border: none;
  border-radius: 12px;
  padding: 12px 0;
  margin-top: 0;
  min-width: 240px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

#menu .dropdown-inner {
  display: table;
  width: 100%;
}

#menu .dropdown-inner ul {
  display: table-cell;
  padding: 0;
  margin: 0;
}

#menu .dropdown-inner a {
  min-width: 180px;
  display: block;
  padding: 9px 22px;
  clear: both;
  line-height: 1.4;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease;
}

#menu .dropdown-inner a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 4px;
  height: 0;
  background: #fbd500;
  border-radius: 10px;
  transform: translateY(-50%);
  transition: height 0.25s ease;
}

#menu .dropdown-inner li a:hover {
  color: #000;
  background: #f7f7f7;
  padding-left: 28px;
}

#menu .dropdown-inner li a:hover::before {
  height: 18px;
}

#menu .see-all {
  display: block;
  margin-top: 8px;
  border-top: 1px solid #eee;
  padding: 10px 22px;
  border-radius: 0 0 12px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background: #fafafa;
  text-decoration: none;
  transition: all 0.25s ease;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #000;
  background: #fbd500;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: #fbd500;
  background-image: none;
  border: none;
  border-radius: 6px;
  transition: all 0.25s ease;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #000;
  background-color: #fff;
}

@media (min-width: 768px) {
  #menu .nav > li.dropdown {
    position: relative;
  }

  #menu .nav > li.dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 260px;
    height: 14px;
    background: transparent;
    display: none;
    z-index: 1000;
  }

  #menu .nav > li.dropdown:hover::after,
  #menu .nav > li.dropdown.open::after,
  #menu .nav > li.dropdown:focus-within::after {
    display: block;
  }

  #menu .dropdown-menu {
    top: calc(100% + 12px);
    margin-top: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(0.98);
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }

  #menu .dropdown:hover > .dropdown-menu,
  #menu .dropdown.open > .dropdown-menu,
  #menu .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  #menu .dropdown-inner li {
    opacity: 0;
    transform: translateY(6px);
    transition: all 0.25s ease;
  }

  #menu .dropdown:hover .dropdown-inner li,
  #menu .dropdown.open .dropdown-inner li,
  #menu .dropdown:focus-within .dropdown-inner li {
    opacity: 1;
    transform: translateY(0);
  }

  #menu .dropdown:hover .dropdown-inner li:nth-child(1) {
    transition-delay: 0.03s;
  }

  #menu .dropdown:hover .dropdown-inner li:nth-child(2) {
    transition-delay: 0.06s;
  }

  #menu .dropdown:hover .dropdown-inner li:nth-child(3) {
    transition-delay: 0.09s;
  }

  #menu .dropdown:hover .dropdown-inner li:nth-child(4) {
    transition-delay: 0.12s;
  }

  #menu .dropdown:hover .dropdown-inner li:nth-child(5) {
    transition-delay: 0.15s;
  }

  #menu .dropdown:hover .dropdown-inner li:nth-child(6) {
    transition-delay: 0.18s;
  }

  #menu .dropdown:hover .dropdown-inner li:nth-child(7) {
    transition-delay: 0.21s;
  }

  #menu .dropdown:hover .dropdown-inner li:nth-child(8) {
    transition-delay: 0.24s;
  }

  #menu .dropdown-menu {
    overflow: visible;
  }

  #menu .dropdown-inner,
  #menu .dropdown-inner ul,
  #menu .dropdown-inner li {
    overflow: visible;
  }

  #menu.custom-header-menu-desktop .dropdown-submenu {
    position: relative;
  }

  #menu.custom-header-menu-desktop .dropdown-submenu > .dropdown-menu {
    top: -12px;
    left: calc(100% + 10px);
    margin-top: 0;
    margin-left: 0;
    display: block;
    min-width: 230px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(10px) scale(0.98);

    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }

  #menu.custom-header-menu-desktop .dropdown-submenu:hover > .dropdown-menu,
  #menu.custom-header-menu-desktop
    .dropdown-submenu:focus-within
    > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0) scale(1);
  }

  #menu.custom-header-menu-desktop .dropdown-submenu > .dropdown-menu::before {
    display: none;
  }

  #menu.custom-header-menu-desktop .dropdown-submenu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 12px;
    height: 100%;
    background: transparent;
    display: none;
    z-index: 1001;
  }

  #menu.custom-header-menu-desktop .dropdown-submenu:hover::after,
  #menu.custom-header-menu-desktop .dropdown-submenu:focus-within::after {
    display: block;
  }

  #menu .dropdown-inner a {
    margin: 2px 8px;
    border-radius: 8px;
    box-sizing: border-box;
    background-image: none !important;
  }

  #menu .dropdown-inner li a:hover {
    color: #000;
    background: #f7f7f7 !important;
    background-image: none !important;
    border-radius: 8px;
    padding-left: 28px;
  }

  #menu .see-all {
    margin: 8px 8px 0;
    border-radius: 8px;
    background-image: none !important;
  }

  #menu .see-all:hover,
  #menu .see-all:focus {
    border-radius: 8px;
    background: #fbd500 !important;
    background-image: none !important;
  }
}

@media (max-width: 1199px) {
#menu .nav > li > a {
    font-size: 16px;
    margin-right: 21px;
}
}

@media (max-width: 991px) {
#menu .nav > li:first-child > a {
    padding: 12px 15px;
	font-size: 16px;
}
#menu .nav > li > a {
    font-size: 15px;
    margin-right: 15px;
}
.custom-header-menu-desktop .cheapering {
    padding: 9px 15px 10px;
}
}

@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }

  #menu .nav > li > a {
    margin-right: 0;
    border-radius: 0;
    font-size: 16px;
    padding: 12px 15px;
  }

  #menu .nav > li:first-child > a {
    border-radius: 4px;
  }

  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0;
    padding: 6px 0 10px;
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }

  #menu div.dropdown-menu::before {
    display: none;
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner ul {
    display: block;
    width: 100%;
  }

  #menu .dropdown-inner a {
    width: 100%;
    min-width: 0;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
  }

  #menu .dropdown-inner a::before {
    display: none;
  }

  #menu .dropdown-inner li a:hover,
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    color: #fbd500;
    background: rgba(0, 0, 0, 0.15);
    padding-left: 24px;
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 20px;
  }

  #menu .see-all:hover,
  #menu .see-all:focus {
    color: #000;
    background: #fbd500;
  }
}

/* =====================================================
   Mobile menu
===================================================== */

body.custom-mobile-menu-open {
  overflow: hidden;
}

.custom-mobile-menu-bar {
  display: none !important;
}

.custom-mobile-menu-open-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 0;
  border-radius: 4px;
  background: #739b32;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.custom-mobile-menu-open-button i {
  margin-right: 0;
}

.custom-mobile-menu-open-button:focus,
.custom-mobile-menu-close:focus,
.custom-mobile-submenu-toggle:focus {
  outline: 0;
}

.custom-mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.custom-mobile-menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 86%;
  max-width: 360px;
  height: 100vh;
  background: #ffffff;
  transform: translateX(-105%);
  transition: transform 0.25s ease;
  box-shadow: 3px 0 18px rgba(0, 0, 0, 0.2);
}

body.custom-mobile-menu-open .custom-mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

body.custom-mobile-menu-open .custom-mobile-menu-panel {
  transform: translateX(0);
}

.custom-mobile-menu-header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px 16px;
  border-bottom: 1px solid #eeeeee;
}

.custom-mobile-menu-logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  margin-right: 15px;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.custom-mobile-menu-logo:hover,
.custom-mobile-menu-logo:focus {
  color: #222222;
  text-decoration: none;
}

.custom-mobile-menu-logo img {
  display: block;
  max-width: 180px;
  max-height: 46px;
  width: auto;
  height: auto;
}

.custom-mobile-menu-close {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f3f3f3;
  color: #333333;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.custom-mobile-menu-body {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.custom-mobile-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-mobile-menu-item {
  border-bottom: 1px solid #eeeeee;
}

.custom-mobile-menu-row {
  display: flex;
  align-items: stretch;
  min-height: 48px;
}

.custom-mobile-menu-row > a {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 13px 16px;
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
  word-break: break-word;
}

.custom-mobile-menu-row > a:hover,
.custom-mobile-menu-row > a:focus {
  color: #222222;
  background: #f7f7f7;
  text-decoration: none;
}

.custom-mobile-submenu-toggle {
  flex: 0 0 48px;
  width: 48px;
  border: 0;
  border-left: 1px solid #eeeeee;
  background: #ffffff;
  color: #333333;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
}

.custom-mobile-submenu-toggle:after {
  content: "+";
}

.custom-mobile-submenu-toggle.is-open:after {
  content: "−";
}

.custom-mobile-submenu {
  display: none;
  background: #fafafa;
}

.custom-mobile-submenu.is-open {
  display: block;
}

.custom-mobile-level-2 .custom-mobile-menu-row > a {
  padding-left: 28px;
}

.custom-mobile-level-3 .custom-mobile-menu-row > a {
  padding-left: 42px;
}

.custom-mobile-level-4 .custom-mobile-menu-row > a {
  padding-left: 56px;
}

.custom-mobile-menu-footer {
  flex: 0 0 auto;
  padding: 14px 16px;
  border-top: 1px solid #eeeeee;
  background: #fafafa;
}

.custom-mobile-menu-contact {
  display: flex;
  align-items: center;
  padding: 6px 0;
  color: #000;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none;
  word-break: break-word;
}

.custom-mobile-menu-contact i {
  flex: 0 0 auto;
  margin-right: 9px;
  color: #789931;
  font-size: 16px;
}

.custom-mobile-menu-contact:hover,
.custom-mobile-menu-contact:focus {
  color: #222222;
  text-decoration: none;
}

@media (max-width: 767px) {
  .custom-mobile-menu-bar {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
  }

  .custom-mobile-menu-open-button {
    width: 42px;
    min-height: 42px;
    height: 42px;
    padding: 0;
    border-radius: 6px;
    background: #f5f5f5;
    color: #739b32;
    font-size: 20px;
  }

  .custom-mobile-menu-open-button span {
    display: none;
  }

  .custom-mobile-menu-panel {
    display: flex !important;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .custom-mobile-menu-open-button {
    width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 18px;
  }
}

/* =====================================================
   Cart dropdown
===================================================== */

#cart {
  margin-bottom: 10px;
}

#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

#cart.open > .btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

#cart.open > .btn:hover {
  color: #444;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

#cart .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden;
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

html[dir="rtl"] #cart .dropdown-menu {
  left: 0;
  right: auto;
}

@media (max-width: 767px) {
  .cart-link #cart-total i,
  .cart-link #cart .fa {
    font-size: 20px;
  }
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }

  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}

/* =====================================================
   Content / breadcrumbs / alerts
===================================================== */

#content {
  min-height: 600px;
}

#product-category #content,
#product-product #tab-description,
#information-information #content {
  font-size: 13px;
}

.alert {
  position: relative;
  margin: 0 0 22px;
  padding: 13px 48px 13px 52px;
  border: 1px solid #e7eadf;
  border-radius: 14px;
  background: #fff;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
}

.alert > .fa {
  display: none;
}

.alert::before {
  content: "\f05a";
  font-family: FontAwesome;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8faf3;
  color: #789931;
  font-size: 14px;
  line-height: 1;
}

.alert a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.alert a:hover,
.alert a:focus {
  color: #5d7e28;
  text-decoration: none;
}

.alert-success {
  border-color: #dfe6d3;
  background: #f8faf3;
  color: #3f5f18;
}

.alert-success::before {
  content: "\f00c";
  background: #789931;
  color: #fff;
}

.alert-danger {
  border-color: rgba(217, 75, 61, 0.25);
  background: #fff6f5;
  color: #9f2f25;
}

.alert-danger::before {
  content: "\f00d";
  background: #d94b3d;
  color: #fff;
}

.alert-warning {
  border-color: #efe2b8;
  background: #fffaf0;
  color: #7a5a13;
}

.alert-warning::before {
  content: "\f071";
  background: #d9a935;
  color: #fff;
}

.alert-info {
  border-color: #dfe6d3;
  background: #f8faf3;
  color: #435327;
}

.alert-info::before {
  content: "\f129";
  background: #789931;
  color: #fff;
}

.alert.alert-dismissible,
.alert-dismissible {
  padding-right: 52px;
}

.alert .close {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  float: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: inherit;
  text-shadow: none;
  opacity: 0.45;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

.alert .close:hover,
.alert .close:focus {
  opacity: 1;
  background: rgba(0, 0, 0, 0.06);
  color: inherit;
  outline: none;
}

@media (max-width: 767px) {
  .alert {
    margin-bottom: 16px;
    padding: 12px 44px 12px 48px;
    border-radius: 12px;
    font-size: 14px;
  }

  .alert::before {
    left: 14px;
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .alert .close {
    right: 10px;
  }
}

.breadcrumb {
  margin: 0 0 10px;
  padding: 0 0 12px;
  background: transparent;
  border: 0;
  border-radius: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #777;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: none;
}

.breadcrumb > li {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  max-width: 100%;
  white-space: nowrap;
}

.breadcrumb > li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 2px 0;
  color: #666;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb > li:first-child a::before {
  display: none !important;
  content: none !important;
}

.breadcrumb > li a:hover,
.breadcrumb > li a:focus {
  color: #789931;
  text-decoration: none;
  outline: none;
}

.breadcrumb > li + li:before {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 10px;
  color: #a6b382;
  font-size: 12px;
  font-weight: normal;
}

html[dir="rtl"] .breadcrumb > li + li:before {
  content: "\f104";
}

.breadcrumb > li:last-child,
.breadcrumb > li:last-child a {
  color: #000;
  font-weight: 600;
}

.breadcrumb > li:after,
html[dir="rtl"] .breadcrumb > li::after {
  display: none !important;
}

@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 18px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    font-size: 13px;
  }

  .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .breadcrumb > li {
    flex: 0 0 auto;
  }

  .breadcrumb > li a {
    min-height: 26px;
  }

  .breadcrumb > li + li:before {
    padding: 0 8px;
    font-size: 11px;
  }
}

.pagination {
  margin: 0;
}

.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 768px) {
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* =====================================================
   Buttons
===================================================== */

.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border-radius: 4px;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}

.btn-group > .btn-xs {
  font-size: 9px;
}

.btn-group > .btn-sm {
  font-size: 10.2px;
}

.btn-group > .btn-lg {
  font-size: 15px;
}

.btn-default {
  color: #333 !important;
  background: #f5f7f0 !important;
  border: 1px solid #dfe6d3 !important;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 6px;
  font-weight: 600;
  padding: 10px 25px;
  box-shadow: none;
  transition: all 0.25s ease;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
  background: #eef3df !important;
  border-color: #cfdcbb !important;
  color: #111 !important;
  outline: none !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #789931 !important;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  border-radius: 6px;
  font-weight: 600;
  padding: 10px 25px;
  box-shadow: none;
  transition: all 0.25s ease;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #5d7e28 !important;
  border-color: #5d7e28 !important;
  color: #fff !important;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

/* =====================================================
   Product card / listing
===================================================== */

.product-thumb {
  height: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 30px;
  padding: 24px 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.product-thumb .image {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.product-thumb__actions {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateX(55px);
  opacity: 0;
  transition: all 0.25s ease;
}

.product-thumb:hover .product-thumb__actions {
  transform: translateX(0);
  opacity: 1;
}

.product-thumb__actions button {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #bdbdbd;
  box-shadow: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.product-thumb__actions button:hover {
  background: transparent;
  color: #769c32;
  cursor: pointer;
}

.product-thumb__actions button .fa {
  font-size: 23px;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a:hover {
  opacity: 1;
}

.product-thumb .image img {
  display: block;
  max-width: 100%;
  height: 220px;
  object-fit: contain;
  margin: 0 auto;
}

.product-thumb .caption {
  padding: 0;
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.product-thumb h4 {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  color: #000;
}

.product-thumb h4 a {
  color: #000;
  text-decoration: none;
}

.product-thumb h4 a:hover {
  color: #6f942c;
}

.product-thumb .caption > p:not(.price) {
  display: none;
}

.product-thumb .rating {
  margin: 0 0 10px;
  padding-bottom: 0;
  line-height: 1;
}

.rating .fa-stack {
  width: 11px;
  height: 15px;
  line-height: 15px;
  font-size: 8px;
}

.rating .fa-star,
.rating .fa-star-o {
  font-size: 14px;
}

.rating .fa-star {
  color: #f5bd2f;
}

.rating .fa-star-o {
  color: #f5bd2f;
}

.rating .fa-star + .fa-star-o {
  color: #f5bd2f;
}

.product-thumb .price {
  margin: 0 0 12px;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

.product-thumb .price-new {
  color: #f84147;
  font-weight: 600;
}

.product-thumb .price-old {
  color: #000;
  text-decoration: line-through;
  margin-left: 8px;
  font-size: 14px;
}

.product-thumb .price-tax {
  display: none;
}

.product-thumb .button-group {
  border-top: none;
  background: transparent;
  overflow: visible;
  margin-top: auto;
}

.product-thumb .button-group button:first-child {
  width: 100%;
  float: none;
  display: block;
  border: none;
  border-radius: 4px;
  background: #769c32;
  color: #fff;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button:first-child:hover {
  background: #638725;
  color: #fff;
  cursor: pointer;
}

.product-thumb .button-group button:first-child .fa {
  display: none;
}

.product-thumb .button-group button:first-child span {
  display: inline !important;
}

.product-list .product-thumb {
  flex-direction: row;
  gap: 24px;
}

.product-list .product-thumb .image {
  width: 240px;
  flex: 0 0 240px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.product-list .product-thumb .caption {
  margin-left: 0;
}

.product-list .product-thumb .button-group {
  width: 180px;
  flex: 0 0 180px;
  align-self: flex-end;
}

.popular-products-swiper .product-thumb {
  height: 100%;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .product-thumb {
    padding: 18px 16px;
    margin-bottom: 20px;
  }

  .product-thumb .image img {
    height: 120px;
  }

  .product-thumb h4 {
    font-size: 14px;
  }

  .product-thumb .price {
    font-size: 17px;
  }

  .product-list .product-thumb {
    flex-direction: column;
    gap: 0;
  }

  .product-list .product-thumb .image,
  .product-list .product-thumb .button-group {
    width: 100%;
    flex: none;
  }

  .product-list .product-thumb .image {
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
  }

  .product-thumb__actions {
    display: none;
  }

  .product-thumb .button-group button:first-child {
    height: 32px;
    line-height: 32px;
  }
}

/* =====================================================
   Product images / thumbnails
===================================================== */

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails > li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

.image-additional {
  max-width: 78px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

/* =====================================================
   Layout / columns / RTL fixes
===================================================== */

#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

html[dir="rtl"] .container .row:first-child .col-sm-4,
html[dir="rtl"] .container .row:first-child .col-sm-5 {
  float: right;
}

@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}

@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  html[dir="rtl"] .navbar-nav {
    float: right;
    margin: 0;
  }

  html[dir="rtl"] .navbar-nav > li {
    float: right;
  }
}

/* =====================================================
   Slider / carousel
===================================================== */

.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: "";
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: "";
  font-family: FontAwesome;
}

.swiper-viewport {
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  margin: 0 0 55px !important;
}

.swiper-viewport img {
  border-radius: 6px !important;
}

.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background: #d2d2d2 !important;
}

.swiper-pagination-bullet-active {
  background: #789931 !important;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 3px !important;
}

/* =====================================================
   Home features / manufacturers
===================================================== */

.features-section {
  background-color: #ffffff;
  margin-bottom: 70px;
}

.features-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.feat-item img {
  width: 70px;
  height: auto;
  margin-right: 15px;
  -ms-flex-item-align: center;
  align-self: center;
  flex-shrink: 0;
  display: block;
}

.feat-item div {
  font-size: 18px;
}

.manufacturer-card {
  display: block;
  text-align: center;
  padding: 20px 15px;
  margin-bottom: 30px;
  background: #f5f5f5;
  border-radius: 6px;
  color: #000;
  text-decoration: none;
}

.manufacturer-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  margin-bottom: 15px;
}

.manufacturer-card__image img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}

.manufacturer-card__name {
  display: block;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease-out;
}

.manufacturer-card:hover .manufacturer-card__name {
  color: #789931;
}

@media (max-width: 1260px) {
  .feat-item div {
    font-size: 15px;
  }

  .feat-item img {
    width: 55px;
  }
}

/* =====================================================
   Popular categories
===================================================== */

.popular-categories__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.popular-categories__title {
  margin: 0;
  font-size: 27px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
}

.popular-categories__controls {
  display: flex;
  align-items: center;
  gap: 16px;
}

.popular-categories__button {
  width: 36px;
  height: 36px;
  background: #f5f5f5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.25s;
  user-select: none;
}

.popular-categories__button:hover {
  background-color: #e5e5e5;
}

.popular-categories__button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.popular-categories__button--prev::after {
  transform: rotate(-45deg);
  margin-left: 3px;
}

.popular-categories__button--next::after {
  transform: rotate(135deg);
  margin-right: 3px;
}

.popular-categories .swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.popular-categories-swiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
}

.popular-categories-swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.popular-categories__slide {
  flex-shrink: 0;
  height: auto;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.popular-category-card {
  display: block;
  width: 100%;
  min-height: 183px;
  text-align: center;
  padding: 22px 15px 20px;
  margin-bottom: 0;
  background: #f5f5f5;
  border-radius: 6px;
  color: #000;
  text-decoration: none !important;
  transition: transform 0.25s, background-color 0.25s;
  box-sizing: border-box;
}

.popular-category-card:hover,
.popular-category-card:focus {
  color: #000;
  text-decoration: none !important;
  transform: translateY(-4px);
}

.popular-category-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px;
  margin-bottom: 18px;
}

.popular-category-card__image img {
  max-width: 86px !important;
  width: auto !important;
  height: auto !important;
  max-height: 76px !important;
  object-fit: contain;
  display: block;
}

.popular-category-card__name {
  display: block;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  color: #000;
  transition: all 0.3s ease-out;
}

.popular-category-card:hover .popular-category-card__name,
.popular-category-card:focus .popular-category-card__name {
  color: #789931;
}

@media (max-width: 576px) {
  .popular-categories {
    padding: 0 0 40px;
  }

  .popular-categories__header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    row-gap: 16px;
    column-gap: 12px;
    margin-bottom: 24px;
  }

  .popular-categories__title {
    grid-column: 1 / -1;
    font-size: 22px;
  }

  .popular-categories__controls {
    grid-column: 2;
    justify-self: end;
  }

  .popular-category-card {
    min-height: 165px;
    padding: 18px 12px;
  }

  .popular-category-card__image {
    height: 74px;
    margin-bottom: 14px;
  }

  .popular-category-card__image img {
    max-width: 72px !important;
    max-height: 64px !important;
  }

  .popular-category-card__name {
    font-size: 14px;
  }
}

/* =====================================================
   Popular products
===================================================== */

.popular-products {
  padding: 90px 0 0;
}

.popular-products .container {
  overflow: hidden;
}

.popular-products-swiper {
  overflow: hidden;
  width: 100%;
}

.popular-products-swiper .swiper-wrapper {
  align-items: stretch;
}

.popular-products-swiper .swiper-slide {
  height: auto;
}

@media (max-width: 576px) {
  .popular-products {
    padding: 10px 0 0;
  }
}

/* =====================================================
   Category Refine
===================================================== */

.category-refine {
  margin: 0 0 35px;
}

.category-refine__title {
  margin: 0 0 20px;
}

.category-refine__row {
  display: flex;
  flex-wrap: wrap;
}

.category-refine__col {
  margin-bottom: 20px;
}

.category-refine__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f5f5f5;
  border-radius: 6px;
  color: #000;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.25s ease;
}

.category-refine__item:hover,
.category-refine__item:focus {
  color: #789931;
  text-decoration: none;
  transform: translateY(-2px);
}

.category-refine__image {
  display: block;
  width: 100%;
  height: 55px;
  padding: 10px;
  text-align: center;
}

.category-refine__image img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.category-refine__name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 12px 7px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 767px) {
  .category-refine__name {
    font-size: 13px;
  }
}

/* =====================================================
   Aside account
===================================================== */

.well {
  border-radius: 10px;
  border: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.aside-account {
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #e7eadf;
  border-radius: 14px;
  overflow: hidden;
}

.aside-account__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  background: linear-gradient(135deg, #789931 0%, #8dad31 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.aside-account__head i {
  font-size: 18px;
}

.aside-account.list-group .list-group-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 0;
  border-bottom: 1px solid #eef1e8;
  background: #fff;
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}

.aside-account.list-group .list-group-item:last-child {
  border-bottom: none;
}

.aside-account.list-group .list-group-item i {
  width: 18px;
  min-width: 18px;
  text-align: center;
  font-size: 16px;
  color: #789931;
  transition: all 0.25s ease;
}

.aside-account.list-group .list-group-item span {
  display: block;
  line-height: 1.35;
}

.aside-account.list-group .list-group-item:hover,
.aside-account.list-group .list-group-item:focus {
  background: #f7faef;
  color: #000;
  padding-left: 24px;
  text-decoration: none;
}

.aside-account.list-group .list-group-item:hover i,
.aside-account.list-group .list-group-item:focus i {
  color: #5f7c16;
}

.aside-account.list-group .list-group-item.is-active {
  background: #f3f8e7;
  color: #000;
  font-weight: 600;
  box-shadow: inset 3px 0 0 #789931;
}

.aside-account.list-group .list-group-item.is-active i {
  color: #5f7c16;
}

@media (max-width: 767px) {
  .aside-account {
    border-radius: 12px;
  }

  .aside-account__head {
    padding: 14px 16px;
    font-size: 16px;
  }

  .aside-account.list-group .list-group-item {
    padding: 13px 16px;
    font-size: 14px;
  }

  .aside-account.list-group .list-group-item:hover,
  .aside-account.list-group .list-group-item:focus {
    padding-left: 20px;
  }
}

/* =====================================================
   Account/account
===================================================== */

#account-account #content {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

#account-account #content h2 {
  margin: 0 0 16px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

#account-account #content h2:not(:first-child) {
  margin-top: 28px;
}

#account-account #content ul.list-unstyled {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 10px;
  padding: 0;
}

#account-account #content ul.list-unstyled li {
  margin: 0;
  padding: 0;
}

#account-account #content h2 + ul.list-unstyled {
  width: 100%;
  padding: 18px;
  background: #fff;
  border: 1px solid #e7eadf;
  border-radius: 16px;
  box-sizing: border-box;
}

#account-account #content ul.list-unstyled li a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 14px 42px 14px 46px;
  background: #fff;
  border: 1px solid #e7eadf;
  border-radius: 12px;
  color: #222;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: all 0.25s ease;
}

#account-account #content ul.list-unstyled li a:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  color: #789931;
  font-family: "FontAwesome";
  font-size: 17px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  transition: all 0.25s ease;
}

#account-account #content ul.list-unstyled li a:after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -7px;
  color: #9aaa6d;
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: normal;
  line-height: 14px;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.25s ease;
}

#account-account #content ul.list-unstyled li a:hover,
#account-account #content ul.list-unstyled li a:focus {
  background: #f7faef;
  border-color: #d6e1bd;
  color: #000;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(123, 152, 40, 0.12);
}

#account-account #content ul.list-unstyled li a:hover:before,
#account-account #content ul.list-unstyled li a:focus:before {
  color: #5f7c16;
}

#account-account #content ul.list-unstyled li a:hover:after,
#account-account #content ul.list-unstyled li a:focus:after {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 991px) {
  #account-account #content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 25px;
  }

  #account-account #content ul.list-unstyled {
    grid-template-columns: 1fr;
  }

  #account-account #content h2 + ul.list-unstyled {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #account-account #content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #account-account #content h2 {
    font-size: 22px;
    line-height: 1.25;
  }

  #account-account #content h2:not(:first-child) {
    margin-top: 22px;
  }

  #account-account #content h2 + ul.list-unstyled {
    padding: 14px;
    border-radius: 14px;
  }

  #account-account #content ul.list-unstyled li a {
    min-height: 50px;
    padding: 13px 38px 13px 42px;
    border-radius: 10px;
    font-size: 14px;
  }

  #account-account #content ul.list-unstyled li a:before {
    left: 16px;
  }

  #account-account #content ul.list-unstyled li a:after {
    right: 15px;
  }
}

/* =====================================================
   Account/address
===================================================== */

#account-address #content {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

#account-address #content h2 {
  margin: 0 0 18px;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}

#account-address #content .table-responsive {
  margin-bottom: 28px;
  border: 0 !important;
  overflow: visible;
}

#account-address #content table.table,
#account-address #content table.table-bordered,
#account-address #content table.table-hover {
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #e7eadf !important;
  border-radius: 16px;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden;
}

#account-address #content table.table > tbody > tr > td,
#account-address #content table.table-bordered > tbody > tr > td,
#account-address #content table.table-hover > tbody > tr > td {
  padding: 18px 20px;
  border: 0 !important;
  background: #fff;
  color: #222;
  font-size: 15px;
  line-height: 1.45;
  vertical-align: middle;
}

#account-address #content table.table > tbody > tr > td:first-child {
  font-weight: 600;
}

#account-address #content table.table > tbody > tr > td:first-child:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  color: #789931;
  font-family: "FontAwesome";
  font-size: 17px;
  font-weight: normal;
}

#account-address #content table.table > tbody > tr > td:last-child {
  width: 260px;
  text-align: right;
  white-space: nowrap;
  border-left: 1px solid #e7eadf !important;
}

#account-address #content table.table-hover > tbody > tr:hover > td,
#account-address #content table.table-hover > tbody > tr:hover > th {
  background-color: #fff !important;
}

#account-address #content table td:last-child .btn + .btn {
  margin-left: 8px;
}

#account-address #content .btn-info,
#account-address #content .btn-danger {
  min-height: 30px;
  padding: 6px 16px;
  border: 0;
  border-radius: 9px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  box-shadow: none;
  transition: all 0.25s ease;
}
#account-address #content .btn-info {
  background: #789931;
}

#account-address #content .btn-info:hover,
#account-address #content .btn-info:focus {
  background: #5f7c16;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(123, 152, 40, 0.22);
}

#account-address #content .btn-danger {
  background: #d94b3d;
}

#account-address #content .btn-danger:hover,
#account-address #content .btn-danger:focus {
  background: #bd382c;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(217, 75, 61, 0.22);
}

#account-address #content .buttons:before,
#account-address #content .buttons:after {
  display: none !important;
  content: none !important;
}

#account-address #content .buttons {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: 28px;
}

#account-address #content .buttons .pull-left,
#account-address #content .buttons .pull-right {
  float: none !important;
  display: flex;
}

#account-address #content .buttons .pull-left {
  justify-content: flex-start;
}

#account-address #content .buttons .pull-right {
  justify-content: flex-end;
  margin-left: auto;
}

#account-address #content .buttons .btn {
  min-width: 150px;
  text-align: center;
}

@media (max-width: 991px) {
  #account-address #content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  #account-address #content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #account-address #content h2 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  #account-address #content .table-responsive {
    margin-bottom: 24px;
    border: 0 !important;
    overflow: visible;
  }

  #account-address #content table.table,
  #account-address #content table.table-bordered,
  #account-address #content table.table-hover,
  #account-address #content table.table tbody,
  #account-address #content table.table tr,
  #account-address #content table.table td {
    display: block;
    width: 100%;
  }

  #account-address #content table.table,
  #account-address #content table.table-bordered,
  #account-address #content table.table-hover {
    border-radius: 14px;
  }

  #account-address #content table.table > tbody > tr {
    padding: 14px;
  }

  #account-address #content table.table > tbody > tr > td {
    padding: 0 !important;
    border: 0 !important;
  }

  #account-address #content table.table > tbody > tr > td:first-child {
    margin-bottom: 14px;
    padding: 14px 16px !important;
    background: #f8faf3;
    border: 1px solid #e7eadf !important;
    border-radius: 12px;
    font-size: 15px;
  }

  #account-address #content table.table > tbody > tr > td:last-child {
    width: 100%;
    text-align: left;
    white-space: normal;
    border-left: 0 !important;
    display: flex;
    gap: 10px;
  }

  #account-address #content table td:last-child .btn {
    flex: 1 1 auto;
    margin: 0 !important;
  }

  #account-address #content table td:last-child .btn + .btn {
    margin-left: 0 !important;
  }

  #account-address #content .btn-info,
  #account-address #content .btn-danger {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 14px;
    text-align: center;
  }

  #account-address #content .buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 24px;
  }

  #account-address #content .buttons .pull-left,
  #account-address #content .buttons .pull-right {
    width: 100%;
    justify-content: stretch;
    margin-left: 0;
  }

  #account-address #content .buttons .btn {
    width: 100%;
    min-width: 0;
  }
}

/* =====================================================
   Footer
===================================================== */

footer.site-footer {
  margin-top: 30px;
  padding: 55px 0 0;
  background: #78982b;
  color: #fff;
  border: none;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover {
  color: #ffd200;
  text-decoration: none;
}

.site-footer__top {
  padding-bottom: 15px;
}

.site-footer__logo {
  display: inline-block;
  margin-bottom: 22px;
}

.site-footer__logo img {
  max-width: 130px;
  height: auto;
  display: block;
}

.site-footer__text {
  max-width: 250px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.site-footer__title {
  margin: 12px 0 22px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffd200;
  text-transform: uppercase;
}

.site-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__menu li {
  margin-bottom: 11px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

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

.site-footer__menu a:hover {
  color: #ffd200;
}

.site-footer__contacts {
  margin-bottom: 26px;
}

.site-footer__schedule {
	line-height: 30px;
}

.site-footer__callback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 223px;
  min-height: 43px;
  padding: 10px 22px;
  background: #ffd200;
  border-radius: 6px;
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
  transition: 0.2s ease;
}

.site-footer__callback i {
  font-size: 22px;
}

.site-footer__callback:hover {
  background: #ffc400;
  color: #000 !important;
}

.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}

.site-footer__social {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.site-footer__social:hover {
  transform: translateY(-2px);
}

.site-footer__bottom {
  min-height: 72px;
  border-top: 1px solid #ffd200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
}

.site-footer__copy {
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

.site-footer__dev {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff !important;
  font-size: 22px;
  line-height: 0.78;
  font-weight: 800;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  footer.site-footer {
    padding-top: 35px;
    text-align: center;
  }

  .site-footer__brand,
  .site-footer__text {
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer__title {
    margin-top: 28px;
    margin-bottom: 15px;
  }

  .site-footer__socials {
    justify-content: center;
    padding-bottom: 0;
  }

  .site-footer__bottom {
    padding: 20px 0;
    flex-direction: column;
    gap: 18px;
  }

  .site-footer__dev {
    align-items: center;
  }
}

/* =====================================================
   Account/wishlist
===================================================== */

#account-wishlist #content {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

#account-wishlist #content h2,
#account-wishlist #content h1 {
  margin: 0 0 18px;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}

.wishlist-modern {
  width: 100%;
  margin-bottom: 28px;
  background: #fff;
  border: 1px solid #e7eadf;
  border-radius: 16px;
  overflow: hidden;
}

.wishlist-modern__head,
.wishlist-modern__item {
  display: grid;
  grid-template-columns: 120px minmax(220px, 2fr) minmax(110px, 1fr) minmax(
      110px,
      1fr
    ) minmax(130px, 1fr) 150px;
  align-items: center;
}

.wishlist-modern__head {
  background: #f8faf3;
  border-bottom: 1px solid #e7eadf;
}

.wishlist-modern__col {
  padding: 15px 16px;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.wishlist-modern__col-image,
.wishlist-modern__col-action {
  text-align: center;
}

.wishlist-modern__col-price,
.wishlist-modern__col-stock {
  text-align: right;
}

.wishlist-modern__item {
  border-bottom: 1px solid #eef1e8;
  transition: background-color 0.25s ease;
}

.wishlist-modern__item:last-child {
  border-bottom: 0;
}

.wishlist-modern__item:hover {
  background: #fbfdf7;
}

.wishlist-modern__cell {
  padding: 16px;
  color: #222;
  font-size: 15px;
  line-height: 1.45;
}

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

.wishlist-modern__image img {
  max-width: 70px;
  height: auto;
  border-radius: 10px;
}

.wishlist-modern__stock,
.wishlist-modern__price {
  text-align: right;
}

.wishlist-modern__price .price {
  font-weight: 600;
}

.wishlist-modern__price s {
  display: block;
  margin-top: 2px;
  color: #999;
  font-size: 13px;
}

.wishlist-modern__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.wishlist-modern__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 40px;
  min-height: 40px;
  padding: 0 !important;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.wishlist-modern__actions .btn-primary {
  font-size: 0 !important;
}

.wishlist-modern__actions .btn-primary i {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1;
}

.wishlist-modern__actions .btn-danger {
  background: #d94b3d;
  border-color: #d94b3d;
  color: #fff !important;
}

.wishlist-modern__actions .btn-danger:hover,
.wishlist-modern__actions .btn-danger:focus {
  background: #bd382c !important;
  border-color: #bd382c !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(217, 75, 61, 0.22);
}

@media (max-width: 1199px) {
  .wishlist-modern__head,
  .wishlist-modern__item {
    grid-template-columns: 100px minmax(180px, 2fr) 100px 100px 120px 130px;
  }
}

@media (max-width: 991px) {
  #account-wishlist #content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 25px;
  }

  .wishlist-modern__head {
    display: none;
  }

  .wishlist-modern {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
  }

  .wishlist-modern__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wishlist-modern__item {
    display: block;
    padding: 14px;
    background: #fff;
    border: 1px solid #e7eadf;
    border-radius: 14px;
  }

  .wishlist-modern__item:hover {
    background: #fff;
  }

  .wishlist-modern__cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid #eef1e8;
    font-size: 14px;
    text-align: right;
  }

  .wishlist-modern__cell:before {
    content: attr(data-label);
    flex: 0 0 110px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
  }

  .wishlist-modern__image {
    justify-content: center;
    padding-top: 4px;
  }

  .wishlist-modern__image:before {
    display: none;
  }

  .wishlist-modern__image img {
    max-width: 90px;
  }

  .wishlist-modern__name {
    align-items: flex-start;
  }

  .wishlist-modern__name a {
    max-width: calc(100% - 120px);
    text-align: right;
  }

  .wishlist-modern__stock,
  .wishlist-modern__price {
    text-align: right;
  }

  .wishlist-modern__actions {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    border-bottom: 0;
  }

  .wishlist-modern__actions:before {
    align-self: center;
    flex: 0 0 110px;
  }

  .wishlist-modern__actions .btn {
    flex: 0 0 42px !important;
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px;
    min-height: 42px;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  #account-wishlist #content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #account-wishlist #content h2,
  #account-wishlist #content h1 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .wishlist-modern__body {
    gap: 14px;
  }

  .wishlist-modern__item {
    padding: 14px;
    border-radius: 14px;
  }

  .wishlist-modern__cell {
    gap: 12px;
  }

  .wishlist-modern__cell:before {
    flex-basis: 105px;
  }

  .wishlist-modern__name a {
    max-width: calc(100% - 115px);
  }

  .wishlist-modern__actions:before {
    flex-basis: 105px;
  }

  .wishlist-modern__actions .btn {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
  }
}

/* =====================================================
   Account/order
===================================================== */

#account-order #content {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

#account-order #content h1,
#account-order #content h2 {
  margin: 0 0 18px;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}

#account-order #content h3 {
  margin: 28px 0 16px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.order-list-modern,
.order-products-modern,
.order-history-modern {
  width: 100%;
  margin-bottom: 28px;
  background: #fff;
  border: 1px solid #e7eadf;
  border-radius: 16px;
  overflow: hidden;
}

.order-list-modern__head,
.order-list-modern__item {
  display: grid;
  grid-template-columns: 100px 100px minmax(150px, 1.3fr) 90px minmax(
      120px,
      1fr
    ) 120px 130px 70px;
  align-items: center;
}

.order-products-modern__head,
.order-products-modern__item {
  display: grid;
  grid-template-columns: 100px minmax(220px, 2fr) minmax(110px, 1fr) 90px 110px 110px 110px;
  align-items: center;
}

.order-history-modern__head,
.order-history-modern__item {
  display: grid;
  grid-template-columns: 160px 180px minmax(220px, 1fr);
  align-items: center;
}

.order-list-modern__head,
.order-products-modern__head,
.order-history-modern__head {
  background: #f8faf3;
  border-bottom: 1px solid #e7eadf;
}

.order-list-modern__col,
.order-list-modern__head > div,
.order-products-modern__head > div,
.order-history-modern__head > div {
  padding: 15px 14px;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.order-history-modern__head > div {
  padding-left: 18px;
  padding-right: 18px;
}

.order-list-modern__col-image,
.order-list-modern__col-action,
.order-products-modern__head > div:first-child,
.order-products-modern__head > div:last-child {
  text-align: center;
}

.order-list-modern__col-id,
.order-list-modern__col-products,
.order-list-modern__col-total,
.order-products-modern__head > div:nth-child(4),
.order-products-modern__head > div:nth-child(5),
.order-products-modern__head > div:nth-child(6) {
  text-align: right;
}

.order-list-modern__item,
.order-products-modern__item,
.order-history-modern__item {
  border-bottom: 1px solid #eef1e8;
  transition: background-color 0.25s ease;
}

.order-list-modern__item:last-child,
.order-products-modern__item:last-child,
.order-history-modern__item:last-child {
  border-bottom: 0;
}

.order-list-modern__item:hover,
.order-products-modern__item:hover,
.order-history-modern__item:hover {
  background: #fbfdf7;
}

.order-list-modern__cell,
.order-products-modern__cell,
.order-history-modern__cell {
  padding: 16px 14px;
  color: #222;
  font-size: 15px;
  line-height: 1.45;
}

.order-history-modern__cell {
  padding-left: 18px;
  padding-right: 18px;
}

.order-list-modern__image,
.order-products-modern__image {
  text-align: center;
}

.order-list-modern__image img,
.order-products-modern__image img {
  display: block;
  max-width: 70px;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
}

.order-list-modern__id,
.order-list-modern__products,
.order-list-modern__total,
.order-products-modern__qty,
.order-products-modern__price,
.order-products-modern__total {
  text-align: right;
  font-weight: 600;
}

.order-list-modern__status,
.order-history-modern__status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  background: #f5f7f0;
  border: 1px solid #dfe6d3;
  border-radius: 999px;
  color: #5f7c16;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.order-products-modern__name small {
  display: block;
  margin-top: 4px;
  color: #777;
  font-size: 13px;
  line-height: 1.35;
}

.order-list-modern__actions,
.order-products-modern__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.order-list-modern__actions .btn,
.order-products-modern__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 40px;
  min-height: 40px;
  padding: 0 !important;
  border-radius: 9px;
  font-size: 14px;
  line-height: 1;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.order-list-modern__actions .btn-info {
  background: #789931;
  border-color: #789931;
  color: #fff !important;
}

.order-list-modern__actions .btn-info:hover,
.order-list-modern__actions .btn-info:focus {
  background: #5f7c16 !important;
  border-color: #5f7c16 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(123, 152, 40, 0.22);
}

.order-products-modern__actions .btn-primary {
  font-size: 0 !important;
}

.order-products-modern__actions .btn-primary i {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1;
}

.order-products-modern__actions .btn-danger {
  background: #d94b3d;
  border-color: #d94b3d;
  color: #fff !important;
}

.order-products-modern__actions .btn-danger:hover,
.order-products-modern__actions .btn-danger:focus {
  background: #bd382c !important;
  border-color: #bd382c !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(217, 75, 61, 0.22);
}

.order-products-modern__totals {
  padding: 16px 18px;
  background: #f8faf3;
  border-top: 1px solid #e7eadf;
}

.order-products-modern__total-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  padding: 6px 0;
  color: #222;
  font-size: 15px;
}

.order-products-modern__total-row span {
  font-weight: 700;
}

.order-products-modern__total-row strong {
  min-width: 110px;
  text-align: right;
  font-weight: 700;
}

.order-history-modern__empty {
  padding: 18px;
  color: #666;
  font-size: 15px;
  text-align: center;
}

#account-order #content .order-info-table {
  width: 100%;
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #e7eadf !important;
  border-radius: 16px;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden;
}

#account-order #content .order-info-table > thead > tr > td,
#account-order #content .order-info-table > thead > tr > th {
  padding: 15px 18px;
  background: #f8faf3;
  border: 0 !important;
  border-bottom: 1px solid #e7eadf !important;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

#account-order #content .order-info-table > tbody > tr > td {
  padding: 16px 18px;
  border: 0 !important;
  border-bottom: 1px solid #eef1e8 !important;
  color: #222;
  font-size: 15px;
  line-height: 1.55;
  vertical-align: top;
}

#account-order #content .order-info-table > tbody > tr:last-child > td {
  border-bottom: 0 !important;
}

#account-order #content .order-info-table b {
  color: #000;
  font-weight: 700;
}

#account-order #content .pagination {
  margin-top: 0;
  margin-bottom: 18px;
}

#account-order #content .row .text-right {
  color: #666;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .order-list-modern__head,
  .order-list-modern__item {
    grid-template-columns: 90px 90px minmax(130px, 1.2fr) 80px minmax(
        110px,
        1fr
      ) 110px 120px 60px;
  }

  .order-products-modern__head,
  .order-products-modern__item {
    grid-template-columns: 90px minmax(180px, 2fr) 100px 80px 100px 100px 100px;
  }
}

@media (max-width: 991px) {
  #account-order #content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 25px;
  }

  .order-list-modern__head,
  .order-products-modern__head,
  .order-history-modern__head {
    display: none;
  }

  .order-list-modern,
  .order-products-modern,
  .order-history-modern {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
  }

  .order-list-modern__body,
  .order-products-modern__body,
  .order-history-modern__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .order-list-modern__item,
  .order-products-modern__item,
  .order-history-modern__item {
    display: block;
    padding: 14px;
    background: #fff;
    border: 1px solid #e7eadf;
    border-radius: 14px;
  }

  .order-list-modern__item:hover,
  .order-products-modern__item:hover,
  .order-history-modern__item:hover {
    background: #fff;
  }

  .order-list-modern__cell,
  .order-products-modern__cell,
  .order-history-modern__cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid #eef1e8;
    font-size: 14px;
    text-align: right;
  }

  .order-list-modern__cell:before,
  .order-products-modern__cell:before,
  .order-history-modern__cell:before {
    content: attr(data-label);
    flex: 0 0 110px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
  }

  .order-list-modern__image,
  .order-products-modern__image {
    justify-content: center;
    padding-top: 4px;
  }

  .order-list-modern__image:before,
  .order-products-modern__image:before {
    display: none;
  }

  .order-list-modern__image img,
  .order-products-modern__image img {
    max-width: 90px;
  }

  .order-list-modern__id,
  .order-list-modern__products,
  .order-list-modern__total,
  .order-products-modern__qty,
  .order-products-modern__price,
  .order-products-modern__total {
    text-align: right;
  }

  .order-products-modern__name,
  .order-history-modern__cell {
    align-items: flex-start;
  }

  .order-products-modern__name a,
  .order-products-modern__name > div {
    max-width: calc(100% - 120px);
    text-align: right;
  }

  .order-list-modern__status-cell {
    align-items: center;
  }

  .order-history-modern__cell:last-child {
    border-bottom: 0;
  }

  .order-list-modern__actions,
  .order-products-modern__actions {
    display: grid;
    justify-content: end;
    align-items: center;
    column-gap: 8px;
    border-bottom: 0;
  }

  .order-list-modern__actions {
    grid-template-columns: 110px 42px;
  }

  .order-products-modern__actions {
    grid-template-columns: 110px 42px 42px;
  }

  .order-list-modern__actions:before,
  .order-products-modern__actions:before {
    content: attr(data-label);
    grid-column: 1;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
  }

  .order-list-modern__actions .btn,
  .order-products-modern__actions .btn {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px;
    min-height: 42px;
    margin: 0 !important;
    padding: 0 !important;
  }

  .order-list-modern__actions .btn:nth-of-type(1),
  .order-products-modern__actions .btn:nth-of-type(1) {
    grid-column: 2;
  }

  .order-products-modern__actions .btn:nth-of-type(2) {
    grid-column: 3;
  }

  .order-products-modern__totals {
    margin-top: 16px;
    background: #fff;
    border: 1px solid #e7eadf;
    border-radius: 14px;
  }

  .order-products-modern__total-row {
    justify-content: space-between;
    gap: 16px;
  }

  #account-order #content .order-info-table {
    border-radius: 14px;
  }

  #account-order #content .order-info-table > thead > tr > td,
  #account-order #content .order-info-table > thead > tr > th {
    padding: 14px 16px;
    font-size: 14px;
  }

  #account-order #content .order-info-table > tbody > tr > td {
    padding: 14px 16px;
    font-size: 14px;
  }

  #account-order #content .row .text-left,
  #account-order #content .row .text-right {
    text-align: left;
  }
}

@media (max-width: 767px) {
  #account-order #content h1,
  #account-order #content h2 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  #account-order #content h3 {
    margin-top: 24px;
    font-size: 20px;
  }

  .order-list-modern__body,
  .order-products-modern__body,
  .order-history-modern__body {
    gap: 14px;
  }

  .order-list-modern__item,
  .order-products-modern__item,
  .order-history-modern__item {
    padding: 14px;
    border-radius: 14px;
  }

  .order-list-modern__cell,
  .order-products-modern__cell,
  .order-history-modern__cell {
    gap: 12px;
  }

  .order-list-modern__cell:before,
  .order-products-modern__cell:before,
  .order-history-modern__cell:before {
    flex-basis: 105px;
  }

  .order-list-modern__actions {
    grid-template-columns: 105px 42px;
  }

  .order-products-modern__actions {
    grid-template-columns: 105px 42px 42px;
  }

  .order-products-modern__total-row {
    font-size: 14px;
  }

  .order-products-modern__total-row strong {
    min-width: 95px;
  }

  #account-order #content .order-info-table,
  #account-order #content .order-info-table thead,
  #account-order #content .order-info-table tbody,
  #account-order #content .order-info-table tr,
  #account-order #content .order-info-table th,
  #account-order #content .order-info-table td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  #account-order #content .order-info-table > thead > tr > td,
  #account-order #content .order-info-table > thead > tr > th {
    width: 100% !important;
    display: block;
    background: #f8faf3;
    border-bottom: 1px solid #e7eadf !important;
  }

  #account-order #content .order-info-table > tbody > tr > td {
    width: 100% !important;
    border-bottom: 1px solid #eef1e8 !important;
  }

  #account-order #content .order-info-table > tbody > tr > td:last-child {
    border-bottom: 0 !important;
  }
}

/* =====================================================
   Contact page
===================================================== */

#information-contact.contact-modern-page {
  padding-bottom: 60px;
}

#information-contact .contact-modern-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  padding: 34px 36px;
  border: 1px solid #e7eadf;
  border-radius: 18px;
  background: radial-gradient(
      circle at top right,
      rgba(120, 153, 49, 0.16),
      transparent 34%
    ),
    linear-gradient(135deg, #f8faf3 0%, #ffffff 100%);
}

#information-contact .contact-modern-hero h1 {
  margin: 0;
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.22;
}

#information-contact .contact-modern-hero p {
  margin: 10px 0 0;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}

#information-contact .contact-modern-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 24px;
  align-items: start;
}

#information-contact .contact-modern-grid__info {
  min-width: 0;
}

#information-contact .contact-card,
#information-contact .contact-form-modern {
  border: 1px solid #e7eadf;
  border-radius: 16px;
  background: #fff;
}

#information-contact .contact-card {
  padding: 24px;
  margin-bottom: 24px;
}

#information-contact .contact-card__heading,
#information-contact .contact-form-modern__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

#information-contact .contact-card__icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #f8faf3;
  border: 1px solid #dfe6d3;
  color: #789931;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

#information-contact .contact-card__heading h2,
#information-contact .contact-form-modern__head h2 {
  margin: 0;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

#information-contact .contact-card__heading p {
  margin: 4px 0 0;
  color: #666;
  font-size: 14px;
}

#information-contact .contact-store {
  display: block;
}

#information-contact .contact-info-item {
  display: flex;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid #edf0e7;
}

#information-contact .contact-info-item:first-child {
  padding-top: 0;
}

#information-contact .contact-info-item:last-child {
  border-bottom: 0;
}

#information-contact .contact-info-item__icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #f8faf3;
  color: #789931;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

#information-contact .contact-info-item__body {
  min-width: 0;
  color: #000;
  font-size: 15px;
  line-height: 1.55;
}

#information-contact .contact-info-item__body strong {
  display: block;
  margin-bottom: 3px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

#information-contact .contact-info-item__body address {
  margin: 0;
  color: #000;
  line-height: 1.55;
}

#information-contact .contact-info-item__body a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

#information-contact .contact-info-item__body a:hover {
  color: #789931;
}

#information-contact .contact-map-action {
  margin-top: 18px;
}

#information-contact .contact-map-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #789931;
  border-radius: 12px;
  background: #789931;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    transform 0.2s ease;
}

#information-contact .contact-map-btn:hover,
#information-contact .contact-map-btn:focus {
  background: #5d7e28;
  border-color: #5d7e28;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

#information-contact .contact-locations {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#information-contact .contact-location-item {
  overflow: hidden;
  border: 1px solid #e7eadf;
  border-radius: 14px;
  background: #f8faf3;
}

#information-contact .contact-location-item__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 16px 18px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

#information-contact .contact-location-item__toggle:hover,
#information-contact .contact-location-item__toggle:focus {
  color: #789931;
  text-decoration: none;
  background: #fff;
}

#information-contact .contact-location-item__toggle .fa {
  color: #789931;
  transition: transform 0.2s ease;
}

#information-contact .contact-location-item__toggle:not(.collapsed) .fa {
  transform: rotate(180deg);
}

#information-contact .contact-location-item__body {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  padding: 18px;
  border-top: 1px solid #e7eadf;
  background: #fff;
}

#information-contact .contact-location-item__image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

#information-contact .contact-form-modern {
  position: sticky;
  top: 20px;
  padding: 24px;
}

#information-contact .contact-form-modern .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 18px;
}

#information-contact .contact-form-modern .control-label {
  display: block;
  margin-bottom: 8px;
  padding-top: 0;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

#information-contact .contact-form-modern textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

#information-contact .contact-form-modern .text-danger {
  margin-top: 7px;
  color: #d94b3d;
  font-size: 13px;
  line-height: 1.4;
}

#information-contact .contact-form-modern__captcha {
  margin-bottom: 18px;
}

#information-contact .contact-form-modern__actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
}

@media (max-width: 1199px) {
  #information-contact .contact-modern-grid {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  #information-contact .contact-store {
    grid-template-columns: 150px minmax(0, 1fr);
  }
}

@media (max-width: 991px) {
  #information-contact .contact-modern-grid {
    grid-template-columns: 1fr;
  }

  #information-contact .contact-form-modern {
    position: static;
  }
}

@media (max-width: 767px) {
  #information-contact.contact-modern-page {
    padding-bottom: 40px;
  }

  #information-contact .contact-modern-hero {
    padding: 24px 20px;
    border-radius: 16px;
    margin-bottom: 20px;
  }

  #information-contact .contact-modern-hero h1 {
    font-size: 26px;
  }

  #information-contact .contact-modern-hero p {
    font-size: 14px;
  }

  #information-contact .contact-card,
  #information-contact .contact-form-modern {
    padding: 18px;
    border-radius: 14px;
  }

  #information-contact .contact-card__heading,
  #information-contact .contact-form-modern__head {
    gap: 12px;
    margin-bottom: 18px;
  }

  #information-contact .contact-card__icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 18px;
  }

  #information-contact .contact-card__heading h2,
  #information-contact .contact-form-modern__head h2 {
    font-size: 20px;
  }

  #information-contact .contact-store,
  #information-contact .contact-location-item__body {
    grid-template-columns: 1fr;
  }

  #information-contact .contact-info-item {
    gap: 11px;
    padding: 13px 0;
  }

  #information-contact .contact-info-item__body {
    font-size: 14px;
  }

  #information-contact .contact-map-btn {
    width: 100%;
  }

  #information-contact .contact-form-modern__actions {
    justify-content: stretch;
  }

  #information-contact .contact-form-modern__actions .btn {
    width: 100%;
  }
}

/* =====================================================
   Filter
===================================================== */

@media (min-width: 992px) {
  .eleven-price-filter {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .eleven-price-filter.panel-default {
    border: 0;
  }

  .eleven-price-filter .panel-heading {
    color: #fff;
    background-color: #769c32;
    border-color: #769c32;
    border-bottom: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .eleven-price-filter > .panel-body {
    padding: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
  }

  .eleven-price-filter .panel-footer {
    border-radius: 0 0 6px 6px;
  }
}

.eleven-filter-accordion .panel-default {
  border-bottom: 0;
}

.eleven-filter-group-toggle:after {
  color: #000000 !important;
}

.eleven-filter-badge {
  background: #789931 !important;
}

.eleven-price-filter .panel-heading {
  font-weight: 500;
}

.eleven-filter-accordion .panel-title {
  color: #000;
}

@media (max-width: 991px) {
  .eleven-price-filter-open {
    width: auto !important;
  }
  .eleven-price-filter-drawer-header {
    display: flex;
    font-size: 16px;
  }
}

/* =====================================================
   Account Login
===================================================== */

#account-login #content {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

#account-login #content > .row {
  display: flex;
  flex-wrap: wrap;
}

#account-login #content > .row > [class*="col-"] {
  display: flex;
}

#account-login #content .well {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  margin-bottom: 0;
  padding: 28px;
  background: #fff;
  border: 1px solid #e7eadf;
  border-radius: 16px;
  box-shadow: none;
}

#account-login #content .well h2 {
  margin: 0 0 10px;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}

#account-login #content .well p {
  margin-bottom: 14px;
  color: #222;
  font-size: 15px;
  line-height: 1.5;
}

#account-login #content .well p strong {
  color: #000;
  font-weight: 700;
}

#account-login #content .well form {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

#account-login #content .form-group {
  margin-bottom: 18px;
}

#account-login #content .control-label {
  display: block;
  margin-bottom: 7px;
  padding-top: 0;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

#account-login #content .form-control {
  width: 100%;
  height: 46px;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #dfe6d3 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: #222;
  font-size: 15px !important;
  line-height: 1.4;
}

#account-login #content .form-control:focus {
  background-color: #fff;
  border-color: #789931 !important;
  box-shadow: 0 0 0 3px rgba(123, 152, 40, 0.16) !important;
  outline: none;
}

#account-login #content input:-webkit-autofill,
#account-login #content input:-webkit-autofill:hover,
#account-login #content input:-webkit-autofill:focus,
#account-login #content input:-webkit-autofill:active {
  -webkit-text-fill-color: #222 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  border-color: #dfe6d3 !important;
  caret-color: #222;
  transition: background-color 9999s ease-out;
}

#account-login #content form a {
  display: inline-block;
  margin: -8px 0 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

#account-login #content form a:hover,
#account-login #content form a:focus {
  color: #5f7c16;
  text-decoration: none;
}

#account-login #content .well > .btn,
#account-login #content .well form > .btn,
#account-login #content .well form > input.btn {
  align-self: flex-start;
  margin-top: auto;
}

@media (max-width: 991px) {
  #account-login #content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 25px;
  }

  #account-login #content > .row {
    display: block;
  }

  #account-login #content > .row > [class*="col-"] {
    display: block;
    width: 100%;
    margin-bottom: 18px;
  }

  #account-login #content .well {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  #account-login #content .well {
    padding: 20px;
    border-radius: 14px;
  }

  #account-login #content .well h2 {
    font-size: 22px;
  }

  #account-login #content .well p {
    font-size: 14px;
  }

  #account-login #content .form-control {
    height: 44px;
    padding: 9px 14px;
    font-size: 14px !important;
    border-radius: 9px !important;
  }

  #account-login #content .well > .btn,
  #account-login #content .well form > .btn,
  #account-login #content .well form > input.btn {
    width: 100%;
    text-align: center;
  }
}

/* =====================================================
   Category modul
===================================================== */

#category-modul .category-modul-heading,
#category-modul .category-modul-heading:hover,
#category-modul .category-modul-heading:active,
#category-modul .category-modul-heading:focus {
  display: block;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 10px 15px !important;
  color: #fff !important;
  background-color: #769c32 !important;
  border: 1px solid #769c32 !important;
  border-radius: 6px 6px 0 0 !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  text-shadow: none !important;
  position: static !important;
  transform: none !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
}

#category-modul.list-group a:not(.category-modul-heading) {
  display: block;
  box-sizing: border-box;
  padding: 14px 6px 0;
  border: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #000;
  background: none;
  font-weight: 500;
  text-shadow: none;
  transition: color 0.3s ease-out;
}

#category-modul.list-group a:not(.category-modul-heading):last-child {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
}

#category-modul.list-group a:not(.category-modul-heading).active,
#category-modul.list-group a:not(.category-modul-heading).active:hover,
#category-modul.list-group a:not(.category-modul-heading):hover {
  padding: 14px 6px 0;
  color: #78982b;
  background: none;
  font-weight: 500;
  text-shadow: none;
  transform: none;
}

#category-modul.list-group a:not(.category-modul-heading):last-child {
  padding-bottom: 16px;
}

/* =====================================================
   Related Products
===================================================== */

.related-products-title {
  margin-bottom: 50px;
  font-size: 27px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
}

@media (max-width: 576px) {
  .related-products-title {
    font-size: 22px;
  }
}

/* =====================================================
   Product Single
===================================================== */

#product .btn-primary {
  width: auto;
}

#product #input-quantity {
  max-width: 140px;
}

.autocalc-product-price {
  color: #789931;
}

.autocalc-product-special {
  color: #f84147;
  display: block;
  margin-top: -16px;
}

.autocalc-product-price-old .autocalc-product-price {
  text-decoration: line-through;
  color: #000;
}

#product-product .nav-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 35px 0 0;
  padding: 8px;
  background: #f8faf3;
  border: 1px solid #e7eadf;
  border-radius: 6px 6px 0 0;
}

#product-product .nav-tabs:before,
#product-product .nav-tabs:after {
  display: none;
  content: none;
}

#product-product .nav-tabs > li {
  float: none;
  margin: 0;
}

#product-product .nav-tabs > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0;
  padding: 11px 20px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
}

#product-product .nav-tabs > li > a:hover,
#product-product .nav-tabs > li > a:focus {
  background: #eef3df;
  border-color: #dfe6d3;
  color: #5f7c16;
  text-decoration: none;
}

#product-product .nav-tabs > li.active > a,
#product-product .nav-tabs > li.active > a:hover,
#product-product .nav-tabs > li.active > a:focus {
  background: #789931;
  border-color: #789931;
  color: #fff;
  cursor: default;
}

#product-product .tab-content {
  padding: 26px;
  background: #fff;
  border: 1px solid #e7eadf;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  color: #000;
  font-size: 15px;
  line-height: 1.65;
}

#product-product .tab-content p:last-child {
  margin-bottom: 0;
}

#product-product .table > thead:first-child > tr:first-child > th {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

#product-product .table-bordered > tbody > tr > td {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

#product-product .table-bordered {
  border: 0;
}

@media (max-width: 767px) {
  .analogs-table,
  .analogs-table thead,
  .analogs-table tbody,
  .analogs-table th,
  .analogs-table td,
  .analogs-table tr {
    display: block;
    width: 100% !important;
  }

  .analogs-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .analogs-table tr {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    background: #fff;
  }

  .analogs-table tr:last-child {
    border-bottom: 0;
  }

  .analogs-table td {
    border: none !important;
    padding: 6px 0 !important;
    text-align: left !important;
  }

  .analogs-table td.text-center {
    text-align: center !important;
  }

  #product-product .table-bordered > tbody > tr > td {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  #product-product .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 25px;
    padding: 7px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 6px 6px 0 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  #product-product .nav-tabs::-webkit-scrollbar {
    display: none;
  }

  #product-product .nav-tabs > li {
    flex: 0 0 auto;
  }

  #product-product .nav-tabs > li > a {
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 6px;
  }

  #product-product .tab-content {
    padding: 18px;
    border-radius: 0 0 6px 6px;
  }

  #product-product .tab-content .table-responsive {
    margin-bottom: 0;
    border: 0;
  }
}

/* ==================================================
   PRODUCT COMPARE
================================================== */

#product-compare #content h1 {
  margin: 0 0 20px;
}

#product-compare table.table .btn-danger {
  background: none;
  padding: 0;
  border: 0;
  color: #f84147;
  font-weight: 500;
  text-shadow: none;
  box-shadow: none;
}

#product-compare table.table .btn-danger:hover,
#product-compare table.table .btn-danger:active,
#product-compare table.table .btn-danger:focus {
  background: none;
  padding: 0;
  border: 0;
  color: #f84147;
  text-shadow: none;
  box-shadow: none;
}

#product-compare .compare-table-box {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 28px;

  background: #fff;
  border: 1px solid #e7eadf;
  border-radius: 16px;
  box-shadow: none;

  overflow: hidden;
}

#product-compare .compare-table-scroll {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative;

  overflow-x: auto !important;
  overflow-y: hidden !important;

  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
  overscroll-behavior-x: contain;
}

#product-compare .compare-table-scroll > table.table {
  display: table !important;
  width: 100% !important;
  min-width: 900px !important;
  max-width: none !important;
  margin: 0 !important;
  background: #fff;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0;
  table-layout: fixed;
  box-shadow: none !important;
}

#product-compare table.table > thead > tr > td,
#product-compare table.table > thead > tr > th {
  padding: 14px 18px;
  background: #fff;
  border: 0 !important;
  border-right: 1px solid #eef1e8 !important;
  border-bottom: 1px solid #e7eadf !important;
  color: #222;
  font-size: 16px;
  line-height: 1.35;
  text-align: left;
  vertical-align: middle;
}

#product-compare table.table > thead > tr > td:last-child,
#product-compare table.table > thead > tr > th:last-child {
  border-right: 0 !important;
}

#product-compare table.table > tbody > tr > td {
  min-width: 220px;
  padding: 16px 18px;

  background: #fff;

  border: 0 !important;
  border-right: 1px solid #eef1e8 !important;
  border-bottom: 1px solid #eef1e8 !important;

  color: #222;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: middle;

  overflow-wrap: anywhere;
  word-break: normal;
}

#product-compare table.table > tbody > tr > td:last-child {
  border-right: 0 !important;
}

#product-compare table.table > tbody:last-of-type > tr:last-child > td {
  border-bottom: 0 !important;
}

#product-compare table.table > tbody > tr > td:first-child:not([colspan]),
#product-compare table.table > thead > tr > td:first-child:not([colspan]),
#product-compare table.table > thead > tr > th:first-child:not([colspan]) {
  position: -webkit-sticky !important;
  position: sticky !important;
  left: 0 !important;
  z-index: 5;
  width: 175px;
  min-width: 175px;
  max-width: 175px;
  background: #f8faf3 !important;
  color: #222;
  font-weight: 700;
  border-right: 1px solid #dfe6d3 !important;
}

#product-compare table.table > thead > tr > td:first-child:not([colspan]),
#product-compare table.table > thead > tr > th:first-child:not([colspan]) {
  z-index: 7;
}

#product-compare table.table > thead > tr > td[colspan],
#product-compare table.table > thead > tr > th[colspan],
#product-compare table.table > tbody > tr > td[colspan] {
  position: static !important;
  left: auto !important;
  z-index: auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 14px 18px;
  background: #f8faf3 !important;
  border: 0 !important;
  border-bottom: 1px solid #e7eadf !important;
  box-shadow: none !important;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

#product-compare table.table > thead > tr > td[colspan] strong,
#product-compare table.table > thead > tr > th[colspan] strong,
#product-compare table.table > tbody > tr > td[colspan] strong {
  color: inherit;
  font-weight: 700;
}

#product-compare table.table > tbody:first-of-type > tr:first-child > td {
  background: #f8faf3;
  color: #111;
  font-weight: 700;
}

#product-compare
  table.table
  > tbody:first-of-type
  > tr:first-child
  > td:first-child {
  background: #f3f7e9 !important;
}

#product-compare table.table > tbody > tr:hover > td {
  background: #fbfdf7;
}

#product-compare
  table.table
  > tbody
  > tr:hover
  > td:first-child:not([colspan]) {
  background: #f3f7e9 !important;
}

#product-compare table.table img {
  display: block;
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 140px;
  margin: 0 auto;
  padding: 8px;
  background: #fff;
  border: 1px solid #e7eadf;
  border-radius: 10px;
}

#product-compare table.table a:not(.btn) {
  color: #7b9828;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s ease;
}

#product-compare table.table a:not(.btn):hover,
#product-compare table.table a:not(.btn):focus {
  color: #5f7c16;
  text-decoration: none;
}

#product-compare table.table .price,
#product-compare table.table td:nth-child(n + 2) strong {
  font-weight: 700;
}

#product-compare table.table .price-new,
#product-compare table.table .price-new strong {
  color: #7b9828;
  font-weight: 700;
}

#product-compare table.table .price-old,
#product-compare table.table s {
  font-size: 13px;
  font-weight: 400;
}

#product-compare table.table .rating {
  white-space: normal;
}

#product-compare table.table .rating .fa-stack {
  width: 1.15em;
  height: 1.15em;
  line-height: 1.15em;
}

#product-compare table.table .rating .fa-star,
#product-compare table.table .rating .fa-star-o {
  color: #f2c200;
}

#product-compare
  table.table
  > tbody:last-of-type
  > tr:last-child
  > td:not(:first-child) {
  text-align: center;
  white-space: normal;
}

#product-compare table.table .btn-block {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  width: auto !important;
  max-width: 100%;

  margin: 4px 2px !important;

  vertical-align: middle;
  white-space: nowrap;
}

#product-compare .compare-table-scroll::-webkit-scrollbar {
  height: 8px;
}

#product-compare .compare-table-scroll::-webkit-scrollbar-track {
  background: #f2f4ed;
}

#product-compare .compare-table-scroll::-webkit-scrollbar-thumb {
  background: #b4c58b;
  border-radius: 999px;
}

#product-compare .compare-table-scroll::-webkit-scrollbar-thumb:hover {
  background: #7b9828;
}

@media (min-width: 992px) {
  #product-compare .compare-table-scroll > table.table {
    width: 100% !important;
    min-width: 900px !important;
    max-width: none !important;
  }

  #product-compare
    table.table
    > tbody:last-of-type
    > tr:last-child
    > td:not(:first-child) {
    text-align: center;
    white-space: nowrap;
  }

  #product-compare table.table .btn-block {
    display: inline-flex !important;
    width: auto !important;
    margin: 3px !important;
  }
}

@media (max-width: 991px) {
  #product-compare #content {
    min-width: 0;
    margin-top: 25px;

    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  #product-compare .compare-table-scroll > table.table {
    width: 840px !important;
    min-width: 840px !important;
    max-width: none !important;

    table-layout: fixed;
  }

  #product-compare table.table > tbody > tr > td {
    min-width: 210px;
    padding: 14px 16px;

    font-size: 14px;
  }

  #product-compare table.table > tbody > tr > td:first-child:not([colspan]),
  #product-compare table.table > thead > tr > td:first-child:not([colspan]),
  #product-compare table.table > thead > tr > th:first-child:not([colspan]) {
    width: 165px;
    min-width: 165px;
    max-width: 165px;
  }
}

@media (max-width: 767px) {
  #product-compare {
    width: 100%;
    max-width: 100%;
  }

  #product-compare .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  #product-compare #content {
    float: none;
    width: 100%;
    min-width: 0;

    margin-top: 20px;

    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  #product-compare #content h1 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.3;
  }

  #product-compare .compare-table-box {
    display: block;

    width: 100%;
    max-width: 100%;

    margin-right: 0;
    margin-left: 0;

    border-radius: 14px;
  }

  #product-compare .compare-table-scroll {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x pan-y;
  }

  #product-compare .compare-table-scroll > table.table {
    display: table !important;

    width: 450px !important;
    min-width: 450px !important;
    max-width: none !important;

    margin: 0 !important;

    table-layout: fixed;
  }

  #product-compare table.table > thead > tr > td,
  #product-compare table.table > thead > tr > th {
    padding: 13px 14px;
    font-size: 15px;
  }

  #product-compare table.table > tbody > tr > td {
    width: 215px;
    min-width: 215px;
    max-width: 215px;

    padding: 13px 14px;

    font-size: 14px;
    line-height: 1.45;
  }

  #product-compare table.table > tbody > tr > td:first-child:not([colspan]),
  #product-compare table.table > thead > tr > td:first-child:not([colspan]),
  #product-compare table.table > thead > tr > th:first-child:not([colspan]) {
    width: 105px;
    min-width: 105px;
    max-width: 105px;

    padding-right: 10px;
    padding-left: 10px;

    font-size: 12px;
    line-height: 1.35;

    vertical-align: middle;
    overflow-wrap: break-word;
  }

  #product-compare table.table > thead > tr > td[colspan],
  #product-compare table.table > thead > tr > th[colspan],
  #product-compare table.table > tbody > tr > td[colspan] {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 13px 14px;
    font-size: 15px;
  }

  #product-compare table.table img {
    max-width: 90px;
    max-height: 110px;
    padding: 6px;
  }

  #product-compare table.table .rating .fa-stack {
    width: 1em;
    height: 1em;
    line-height: 1em;
  }

  #product-compare table.table .btn-block {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100%;
    margin: 4px 2px !important;
    font-size: 12px;
    white-space: nowrap;
  }
}

/* =====================================================
   Modal
===================================================== */

.custom-header-menu-desktop .cheapering,
.site-footer .cheapering,
#custom-mobile-menu-panel .cheapering {
  background: #fbd500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 6px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 9px 20px 10px;
}

.custom-header-menu-desktop .cheapering svg,
.site-footer .cheapering svg,
#custom-mobile-menu-panel .cheapering svg {
  display: block;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
}

.custom-header-menu-desktop .cheapering:hover,
.site-footer .cheapering:hover {
  background: #fff;
  color: #000;
}

#custom-mobile-menu-panel .cheapering {
    background: #789931;
    color: #fff;
	margin-top: 20px;
}

#custom-mobile-menu-panel .cheapering:hover {
    background: #638725;
    color: #fff;
}

.divshadow {
    border-radius: 18px !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22) !important;
    padding: 25px !important;
}

.option-div h3 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
}

.option-div h4 {
    font-size: 16px !important;
    color: #000 !important;
	font-weight: 400 !important;
	margin-bottom: 20px;
}

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

.button-cheaper .btn-white {
	display: none;
}

.button-cheaper .btn-primary {
    padding: 0 45px;
    line-height: 44px;
}	

.forming_quick .input-group .input-group-addon {
    border-radius: 10px 0px 0px 10px;
}

.forming_quick .input-group span + .form-control {
    border-radius: 0 10px 10px 0 !important;
}

/* =====================================================
   Fixed Help
===================================================== */

.fixed-help-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;

  display: flex;
  align-items: center;
  gap: 9px;

  padding: 5px 5px 5px 14px;

  background: #ffffff;
  border: 1px solid #e7eadf;
  border-radius: 50px;
  box-shadow:
    0 8px 24px rgba(40, 50, 20, 0.14),
    0 2px 6px rgba(40, 50, 20, 0.08);

  color: #222222;
  text-decoration: none !important;

  transform: translateY(0);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.fixed-help-btn__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  line-height: 1.1;
  white-space: nowrap;
}

.fixed-help-btn__title {
  margin-bottom: 2px;

  color: #222222;
  font-size: 12px;
  font-weight: 700;
}

.fixed-help-btn__subtitle {
  color: #7b9828;
  font-size: 10px;
  font-weight: 600;
}

.fixed-help-btn__icon {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8faf3;
  border: 2px solid #7b9828;
  border-radius: 50%;
  overflow: visible;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

.fixed-help-btn__icon img {
  width: 100%;
  height: 100%;

  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.fixed-help-btn__status {
  position: absolute;
  right: -1px;
  bottom: 2px;

  width: 10px;
  height: 10px;

  background: #7b9828;
  border: 2px solid #ffffff;
  border-radius: 50%;

  box-shadow: 0 0 0 0 rgba(123, 152, 40, 0.4);
  animation: fixed-help-pulse 2.2s infinite;
}

.fixed-help-btn:hover,
.fixed-help-btn:focus {
  color: #222222;
  border-color: #cdd8b6;
  box-shadow:
    0 11px 30px rgba(95, 124, 22, 0.2),
    0 3px 8px rgba(40, 50, 20, 0.1);

  transform: translateY(-3px);
  outline: none;
}

.fixed-help-btn:hover .fixed-help-btn__icon,
.fixed-help-btn:focus .fixed-help-btn__icon {
  background: #eef4df;
  transform: rotate(-4deg) scale(1.05);
}

.fixed-help-btn:active {
  transform: translateY(-1px) scale(0.98);
}

@keyframes fixed-help-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(123, 152, 40, 0.4);
  }

  65% {
    box-shadow: 0 0 0 7px rgba(123, 152, 40, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(123, 152, 40, 0);
  }
}

@media (max-width: 767px) {
  .fixed-help-btn {
    right: 12px;
    bottom: 12px;

    gap: 7px;
    padding: 4px 4px 4px 11px;
  }

  .fixed-help-btn__icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .fixed-help-btn__title {
    font-size: 11px;
  }

  .fixed-help-btn__subtitle {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fixed-help-btn,
  .fixed-help-btn__icon {
    transition: none;
  }

  .fixed-help-btn__status {
    animation: none;
  }
}

/* =========================================================
PRODUCT LIGHTBOX
========================================================= */

#product-product .product-gallery-modern {
  position: relative;
}

#product-product .product-gallery-modern__main {
  position: relative;
}

#product-product .product-gallery-modern__main > .thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#product-product .product-gallery-modern__main > .thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: transform 0.35s ease;
}

#product-product .product-gallery-modern__main > .thumbnail:hover img {
  transform: scale(1.025);
}

#product-product .product-gallery-modern__zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e7eadf;
  border-radius: 50%;
  color: #7b9828;
  font-size: 16px;
  pointer-events: none;
  transition:
    color 0.25s ease,
    background-color 0.25s ease;
}

#product-product
.product-gallery-modern__main
> .thumbnail:hover
.product-gallery-modern__zoom {
  background-color: #e7eadf;
}

.glightbox-container .gslide-image img {
  border-radius: 12px;
}

.thumbnail {
    border-radius: 6px;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #789931;
}

/* =========================================================
Pagination
========================================================= */

.pagination {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 20px 0;
  padding: 0;
  border-radius: 0;
}

.pagination:before,
.pagination:after {
  display: none !important;
  content: none !important;
}

.pagination > li {
  display: block !important;
  margin: 0;
  padding: 0;
}

.pagination > li > a,
.pagination > li > span {
  float: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin: 0 !important;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #dfe6d3 !important;
  border-radius: 9px !important;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition: all 0.25s ease;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
  z-index: 2;
  background: #f8faf3;
  border-color: #7b9828 !important;
  color: #5f7c16;
  text-decoration: none;
  outline: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  background: #7b9828;
  border-color: #7b9828 !important;
  color: #fff;
  cursor: default;
}

.pagination > .disabled > a,
.pagination > .disabled > span,
.pagination > .disabled > a:hover,
.pagination > .disabled > span:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > span:focus {
  background: #f5f7f0;
  border-color: #e7eadf !important;
  color: #aaa;
  cursor: not-allowed;
}

#account-order .order-list-modern + .row {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
}

#account-order .order-list-modern + .row .text-right {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .pagination {
    justify-content: center;
    gap: 5px;
    margin: 18px 0 14px;
  }

  .pagination > li > a,
  .pagination > li > span {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 8px !important;
    font-size: 14px;
  }

  #account-order .order-list-modern + .row {
    display: block;
    margin-bottom: 20px;
  }

  #account-order .order-list-modern + .row .text-left,
  #account-order .order-list-modern + .row .text-right {
    width: 100%;
    text-align: center !important;
  }

  #account-order .order-list-modern + .row .text-right {
    margin-top: 6px;
  }
}

/* =========================================================
Captcha
========================================================= */

.captcha-module37 legend, .captcha-module36 legend, .contact-form-modern__captcha legend, .contact-form-modern__captcha .control-label {
	display: none !important;
}

.captcha-module37 .col-sm-12, .captcha-module36 .col-sm-12 {
    padding: 0;	
}






