@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSans-Bold.woff2") format("woff2"), url("../fonts/PTSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSans-Regular.woff2") format("woff2"), url("../fonts/PTSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Streetscript";
  src: url("../fonts/Streetscript.woff2") format("woff2"), url("../fonts/Streetscript.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trajan";
  src: url("../fonts/Trajan.woff2") format("woff2"), url("../fonts/Trajan.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}

html, body {
  font-family: "PT Sans", Helvetica, Arial;
  font-size: 1rem;
  letter-spacing: 0.0125rem;
  line-height: 140%;
}
html.menu-open, body.menu-open {
  overflow: hidden;
}

body {
  padding: 0 !important;
  transition: 0.25s all ease-in-out;
}
body.open {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

main, .wrapper {
  min-height: 100vh;
  padding-bottom: 50px;
  padding-top: 170px;
  transition: 0.25s all ease-in-out;
}
main.search, .wrapper.search {
  padding-top: 225px;
}
@media (max-width: 1024px) {
  main, .wrapper {
    padding-top: 129px;
  }
  main#homepage, .wrapper#homepage {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  main, .wrapper {
    padding-top: 99px;
  }
}

img {
  width: 100%;
  max-width: 100%;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  color: #000000;
}

h1, h2, h4 {
  font-family: "PT Sans", Helvetica, Arial;
  line-height: 120%;
}

h1 {
  font-size: 1.875rem;
  letter-spacing: 0.0625rem;
  font-weight: normal;
  font-family: "PT Sans", Helvetica, Arial;
  line-height: 120%;
}

h2 {
  font-size: 1rem;
  letter-spacing: 0.0125rem;
}

h3 {
  font-family: "Streetscript", Helvetica, Arial;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: 0.0625rem;
  font-weight: normal;
}

h4 {
  font-size: 1.375rem;
  letter-spacing: 0.0625rem;
}

h5, h6 {
  font-size: 1rem;
  letter-spacing: 0.0125rem;
  font-weight: bold;
}

p {
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.0125rem;
}
@media (max-width: 767px) {
  p {
    font-size: 1rem;
  }
}

small, .small {
  font-size: 0.75rem;
}

ul {
  margin: 0;
}

a {
  color: #000000;
  transition: unset;
}
a:hover {
  color: #008169;
}

a:not([href]):not([tabindex]).btn {
  color: #FFFFFF;
}

.btn, button {
  font-family: "PT Sans", Helvetica, Arial;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  line-height: 100%;
  text-transform: uppercase;
  background-color: #008169;
  color: #FFFFFF;
  padding: 20px;
  border: none;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .btn, button {
    width: 100%;
  }
}
.btn.inverse, button.inverse {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.btn.inverse:hover, button.inverse:hover {
  color: #000000;
  background-color: #F1F1F1;
}
.btn.underline, button.underline {
  background-color: transparent;
  text-transform: none;
  padding: 0;
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.0125rem;
}
.btn.underline:hover, button.underline:hover {
  color: #000000;
  background-color: transparent;
}
.btn.is-default, button.is-default {
  background-color: #000000 !important;
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.btn:hover, button:hover {
  background-color: #006754;
  color: #FFFFFF;
}
.btn img, button img {
  width: auto;
}

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

.form-group {
  margin-bottom: 1.5rem;
}

select, textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

select {
  height: 35.5px;
}
@media (max-width: 767px) {
  select {
    height: 38px;
  }
}

input[type=text], input[type=email], input[type=password], input[type=number],
input.form-control,
textarea,
textarea.form-control,
select,
select.form-control {
  border-radius: 0 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: #FFFFFF;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  color: #000000;
  height: 100%;
  font-size: 0.875rem !important;
  letter-spacing: 0.0125rem;
  line-height: 120% !important;
  padding: 0.5rem !important;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=number]::placeholder,
input.form-control::placeholder,
textarea::placeholder,
textarea.form-control::placeholder,
select::placeholder,
select.form-control::placeholder {
  color: #000000 !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus,
input.form-control:focus,
textarea:focus,
textarea.form-control:focus,
select:focus,
select.form-control:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: #FFFFFF !important;
  color: #000000 !important;
}
@media (max-width: 767px) {
  input[type=text], input[type=email], input[type=password], input[type=number],
  input.form-control,
  textarea,
  textarea.form-control,
  select,
  select.form-control {
    font-size: 16px !important;
    line-height: 100% !important;
  }
}

label {
  font-size: 0.875rem !important;
  letter-spacing: 0.0125rem;
  line-height: 120% !important;
  color: #000000 !important;
}

.dropdown-item.active, .dropdown-item:active,
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #008169;
  color: #FFFFFF;
}

.card {
  border: 1px solid #C5C5C5;
  border-radius: 0;
}
.card .card-header {
  background-color: #F1F1F1;
  border-bottom: 1px solid #C5C5C5;
  padding: 15px;
}
.card .card-body {
  padding: 15px;
}

.text-primary {
  font-weight: bold;
  color: #008169 !important;
}

.text-info {
  color: #000000 !important;
}

.final-price {
  color: #000000;
}
.final-price span {
  margin-right: 2.5px;
}

.discounted-price {
  color: #000000;
  opacity: 0.5;
  font-weight: normal;
}
.discounted-price span {
  margin-right: 2.5px;
}

.alert {
  border-radius: 0 !important;
  font-size: 0.875rem;
  padding: 15px;
}

.modal-dialog {
  margin: 150px auto 100px;
  max-width: 700px;
  width: 90%;
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 50px auto;
  }
}
.modal-dialog .modal-content {
  border-radius: 0;
  border: 1px solid #000000;
}
.modal-dialog .modal-content .modal-header {
  padding: 0 !important;
  border-bottom: 1px solid #000000;
  color: #000000;
  border-radius: 0;
}
.modal-dialog .modal-content .modal-header h5, .modal-dialog .modal-content .modal-header h3 {
  margin: 0 !important;
  padding: 20px;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  font-family: "Streetscript", Helvetica, Arial;
}
@media (max-width: 767px) {
  .modal-dialog .modal-content .modal-header h5, .modal-dialog .modal-content .modal-header h3 {
    font-size: 1.25rem;
  }
}
.modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  -moz-transform: translate(40%, -40%);
  -o-transform: translate(40%, -40%);
  -ms-transform: translate(40%, -40%);
  -webkit-transform: translate(40%, -40%);
  transform: translate(40%, -40%);
  font-size: 1.5rem !important;
  margin: 0;
  font-weight: normal;
  opacity: 1;
  border: 1px solid #000000;
  padding: 0;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal-dialog .modal-content .modal-header .close {
    -moz-transform: translate(40%, -50%);
    -o-transform: translate(40%, -50%);
    -ms-transform: translate(40%, -50%);
    -webkit-transform: translate(40%, -50%);
    transform: translate(40%, -50%);
  }
}
.modal-dialog .modal-content .modal-body {
  padding: 20px !important;
}
.modal-dialog .modal-content .modal-body .card, .modal-dialog .modal-content .modal-body .card-header, .modal-dialog .modal-content .modal-body .card-body, .modal-dialog .modal-content .modal-body .card-footer {
  border-color: #000000;
}
.modal-dialog .modal-content .modal-body label {
  font-weight: bold;
}
.modal-dialog .modal-content .modal-body #shipping-container .card .card-header {
  font-size: 1rem;
  letter-spacing: 0.0125rem;
  font-weight: bold;
  background-color: #008169;
  color: #FFFFFF;
  border-radius: 0;
}
.modal-dialog .modal-content .modal-body #shipping-container .card .card-body {
  font-size: 0.875rem;
}
.modal-dialog .modal-content .modal-footer {
  border-top: 1px solid #000000;
  padding: 15px !important;
}
@media (max-width: 767px) {
  .modal-dialog .modal-content .modal-footer {
    flex-wrap: wrap;
  }
  .modal-dialog .modal-content .modal-footer .btn {
    width: 100%;
    margin: 0 0 5px;
  }
  .modal-dialog .modal-content .modal-footer .btn:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.modal-backdrop {
  background-color: #000000;
}
.modal-backdrop.show {
  opacity: 0.7;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 40px;
  background: #008169 !important;
  color: #FFFFFF !important;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem !important;
  transition: 0.25s all ease-in-out;
  z-index: 2;
}
.owl-carousel .owl-nav button.disabled {
  opacity: 0;
}
.owl-carousel .owl-nav button:before {
  display: none;
}
.owl-carousel .owl-nav button:hover {
  background-color: #006754 !important;
}
.owl-carousel .owl-nav button i {
  line-height: 50%;
  color: #FFFFFF;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.times-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
}
@media (max-width: 767px) {
  .times-icon {
    width: 15px;
    height: 15px;
  }
}
.times-icon:before, .times-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 2;
  background-color: #000000;
  transition: 0.25s all ease-in-out;
}
.times-icon:before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.times-icon:after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrows-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
}
@media (max-width: 767px) {
  .arrows-icon {
    width: 15px;
    height: 15px;
  }
}
.arrows-icon span {
  position: absolute;
  width: 100%;
}
.arrows-icon span:nth-child(1) {
  top: 6px;
}
.arrows-icon span:nth-child(2) {
  top: 10px;
}
.arrows-icon span:before, .arrows-icon span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% + 1px);
  height: 1px;
  z-index: 2;
  background-color: #000000;
  transition: 0.25s all ease-in-out;
}
.arrows-icon span:before {
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  left: 0;
}
.arrows-icon span:after {
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  right: 0;
}

i.custom {
  width: 17.5px;
  height: 17.5px;
  display: inline-block;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  i.custom {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  i.custom {
    width: 17.5px;
    height: 17.5px;
  }
}
i.custom.account {
  background-image: url("../images/icons/account.png");
}
i.custom.wishlist {
  background-image: url("../images/icons/wishlist.png");
}
i.custom.wishlist.green {
  background-image: url("../images/icons/wishlist-green.png");
}
i.custom.wishlist.green.fill {
  background-image: url("../images/icons/wishlist-green-fill.png");
}
i.custom.cart {
  background-image: url("../images/icons/cart.png");
}
i.arrow {
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-block;
}
i.arrow:before, i.arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% + 1px);
  height: 1px;
  z-index: 2;
  background-color: #000000;
  transition: 0.25s all ease-in-out;
}
i.arrow:before {
  -moz-transform: rotate(42.5deg);
  -o-transform: rotate(42.5deg);
  -ms-transform: rotate(42.5deg);
  -webkit-transform: rotate(42.5deg);
  transform: rotate(42.5deg);
  left: 0;
}
i.arrow:after {
  -moz-transform: rotate(-42.5deg);
  -o-transform: rotate(-42.5deg);
  -ms-transform: rotate(-42.5deg);
  -webkit-transform: rotate(-42.5deg);
  transform: rotate(-42.5deg);
  right: 0;
}

.animate {
  opacity: 0;
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: 0.5s all ease-in-out;
}
.animate.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.container {
  position: relative;
  max-width: 1680px;
  padding: 0 45px;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  .container .row {
    margin: 0 -7.5px;
  }
  .container .row div[class*=col-] {
    padding: 0 7.5px;
  }
}

ul.breadcrumb {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  ul.breadcrumb {
    padding: 25px 0 0;
  }
}
@media (max-width: 767px) {
  ul.breadcrumb {
    padding: 15px 0;
    font-size: 0.75rem;
  }
}
ul.breadcrumb li {
  padding: 0;
  padding-right: 7.5px;
}
ul.breadcrumb li:nth-last-child(1) {
  padding-right: 0;
}
ul.breadcrumb li.divider {
  padding: 0;
  padding-right: 7.5px;
}

.section {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 50px;
  }
}
.section.animate .section-header h3 .text {
  overflow: hidden;
}
.section.animate .section-header h3 .text:after {
  left: -100%;
  transition: 0.75s;
  transition-delay: 0.25s;
}
.section.animate.show .section-header h3 .text:after {
  left: 0;
}
.section .section-header {
  max-width: 700px;
  margin: 0 auto 30px;
  text-align: center;
}
.section .section-header h3 .icon {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  background-size: cover;
  background-position: center;
}
.section .section-header h3 .icon:before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background-image: url("../images/icons/greek-circle.png");
  background-position: center;
  background-size: cover;
  animation: circleRotate 10s infinite linear reverse;
}
.section .section-header h3 .text {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  line-height: 125%;
}
.section .section-header h3 .text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 13%;
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icons/line.png");
}

.banner {
  position: relative;
}
.banner .banner-image {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  height: 0;
  margin-bottom: 20px;
  background-color: #F1F1F1;
  overflow: hidden;
}
.banner .banner-image:hover a img, .banner .banner-image:hover a video {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.banner .banner-image a img, .banner .banner-image a video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transition: 0.2s all ease-in-out;
}
.banner .banner-content h4 {
  font-size: 1.875rem;
  letter-spacing: 0.0625rem;
  font-weight: normal;
  font-family: "PT Sans", Helvetica, Arial;
  line-height: 120%;
  text-align: center;
}

/* HOMEPAGE BANNER CAROUSEL */
.banner-container {
  position: relative;
  margin: 0 -15px;
}
@media (max-width: 1024px) {
  .banner-container .col-lg-8 {
    position: relative;
    height: 100%;
  }
  .banner-container .col-lg-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 40%;
    z-index: 3;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .banner-container .col-lg-4 {
    min-height: 35%;
  }
}
@media (max-width: 1024px) {
  .banner-container .col-lg-4 .banner-content {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .banner-container {
    position: relative;
    margin: 0 -7.5px;
  }
  .banner-container .col-lg-4 {
    height: 40%;
  }
  .banner-container .col-lg-4 .banner-content {
    left: 7.5px;
    width: calc(100% - 15px);
  }
}
.banner-container .banner-image, .banner-container .banner-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
.banner-container .banner-image .owl-stage-outer, .banner-container .banner-image .owl-stage, .banner-container .banner-image .owl-item, .banner-container .banner-image .item, .banner-container .banner-content .owl-stage-outer, .banner-container .banner-content .owl-stage, .banner-container .banner-content .owl-item, .banner-container .banner-content .item {
  height: 100%;
}
.banner-container .banner-image {
  margin-bottom: 0;
}
.banner-container .banner-image .item {
  position: relative;
  background-color: #F1F1F1;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.banner-container .banner-image .item img, .banner-container .banner-image .item video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner-container .banner-image .owl-dots {
  display: none;
}
.banner-container .banner-content {
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: #F1F1F1;
}
@media (max-width: 767px) {
  .banner-container .banner-content .owl-stage {
    display: flex;
    margin-left: 1.5px;
  }
  .banner-container .banner-content .owl-stage .item {
    height: 100% !important;
  }
}
.banner-container .banner-content .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 45px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .banner-container .banner-content .item {
    align-items: flex-start;
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .banner-container .banner-content .item {
    padding: 35px 25px 25px;
  }
}
@media (max-width: 767px) {
  .banner-container .banner-content .item h1 {
    font-size: 1.5rem;
  }
}
.banner-container .banner-content .item h3 {
  font-size: 1.875rem;
  letter-spacing: 0.0625rem;
  font-weight: normal;
  font-family: "PT Sans", Helvetica, Arial;
  line-height: 120%;
}
@media (max-width: 767px) {
  .banner-container .banner-content .item h3 {
    font-size: 1.5rem;
  }
}
.banner-container .banner-content .item .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -moz-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  -webkit-transform: scale(3);
  transform: scale(3);
  animation: gradientMove 5s ease-in-out infinite;
}
.banner-container .banner-content .item .banner-bg img, .banner-container .banner-content .item .banner-bg video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 50%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.banner-container .banner-content .item .banner-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.15;
  z-index: 2;
}
.banner-container .banner-content .item .banner-bg.two {
  -moz-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  -webkit-transform: scale(3);
  transform: scale(3);
  animation: gradientMoveTwo 10s ease-in-out infinite;
  z-index: 2;
  opacity: 0.25;
}
.banner-container .banner-content .item .banner-bg.two img, .banner-container .banner-content .item .banner-bg.two video {
  object-position: 50%;
  animation: imageMove 20s ease-in-out infinite;
}
.banner-container .banner-content .item .banner-title {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .banner-container .banner-content .item .banner-title {
    height: 100%;
    padding-bottom: 75px;
  }
}
.banner-container .banner-content .item .banner-title .btn {
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .banner-container .banner-content .item .banner-title .btn {
    margin-top: 10px;
  }
}
.banner-container .banner-content .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-container .banner-content .owl-dots button {
  color: #FFFFFF;
}
.banner-container .banner-content .owl-dots button:before {
  filter: brightness(0) invert(1);
}

@keyframes gradientMove {
  0% {
    -moz-transform: scale(3);
    -o-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  25% {
    -moz-transform: scale(4);
    -o-transform: scale(4);
    -ms-transform: scale(4);
    -webkit-transform: scale(4);
    transform: scale(4);
  }
  50% {
    -moz-transform: scale(7);
    -o-transform: scale(7);
    -ms-transform: scale(7);
    -webkit-transform: scale(7);
    transform: scale(7);
  }
  75% {
    -moz-transform: scale(4);
    -o-transform: scale(4);
    -ms-transform: scale(4);
    -webkit-transform: scale(4);
    transform: scale(4);
  }
  100% {
    -moz-transform: scale(3);
    -o-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes gradientMoveTwo {
  0% {
    -moz-transform: scale(3);
    -o-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  50% {
    -moz-transform: scale(8);
    -o-transform: scale(8);
    -ms-transform: scale(8);
    -webkit-transform: scale(8);
    transform: scale(8);
  }
  100% {
    -moz-transform: scale(3);
    -o-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes imageMove {
  0% {
    -moz-transform: rotate(0) translate(0, 0);
    -o-transform: rotate(0) translate(0, 0);
    -ms-transform: rotate(0) translate(0, 0);
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  25% {
    -moz-transform: rotate(90deg) translate(25%, 50%);
    -o-transform: rotate(90deg) translate(25%, 50%);
    -ms-transform: rotate(90deg) translate(25%, 50%);
    -webkit-transform: rotate(90deg) translate(25%, 50%);
    transform: rotate(90deg) translate(25%, 50%);
  }
  40% {
    -moz-transform: rotate(120deg) translate(0, 100%);
    -o-transform: rotate(120deg) translate(0, 100%);
    -ms-transform: rotate(120deg) translate(0, 100%);
    -webkit-transform: rotate(120deg) translate(0, 100%);
    transform: rotate(120deg) translate(0, 100%);
  }
  50% {
    -moz-transform: rotate(210deg) translate(-25%, 50%);
    -o-transform: rotate(210deg) translate(-25%, 50%);
    -ms-transform: rotate(210deg) translate(-25%, 50%);
    -webkit-transform: rotate(210deg) translate(-25%, 50%);
    transform: rotate(210deg) translate(-25%, 50%);
  }
  75% {
    -moz-transform: rotate(270deg) translate(0, -50%);
    -o-transform: rotate(270deg) translate(0, -50%);
    -ms-transform: rotate(270deg) translate(0, -50%);
    -webkit-transform: rotate(270deg) translate(0, -50%);
    transform: rotate(270deg) translate(0, -50%);
  }
  100% {
    -moz-transform: rotate(360deg) translate(0, 0);
    -o-transform: rotate(360deg) translate(0, 0);
    -ms-transform: rotate(360deg) translate(0, 0);
    -webkit-transform: rotate(360deg) translate(0, 0);
    transform: rotate(360deg) translate(0, 0);
  }
}
.product-carousel .owl-carousel .product-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 0;
}
.product-carousel .owl-carousel .product-item .product-item-info {
  padding-bottom: 0;
}

.owl-carousel .owl-dots button {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 0;
  border-radius: 50%;
  margin: 0 5px;
  padding-bottom: 1.5px !important;
}
.owl-carousel .owl-dots button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/icons/circle.png");
  background-size: cover;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s all ease-in-out;
}
.owl-carousel .owl-dots button.active:before {
  opacity: 1;
  animation: circleRotate 5s infinite linear;
}

@keyframes circleRotate {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .customer-service {
    margin: 0 !important;
    padding: 50px 0;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
  }
  .customer-service .owl-stage-outer {
    overflow: visible;
  }
  .customer-service .owl-dots {
    margin-top: 30px;
    text-align: center;
  }
}
.customer-service .service-item .service-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
}
.customer-service .service-item .service-icon video {
  width: 100%;
}
.customer-service .service-item .service-content {
  text-align: center;
}
.customer-service .service-item .service-content p {
  font-size: 0.875rem;
  margin-bottom: 30px;
}

.newsletter-container {
  text-align: center;
  font-size: 0.875rem;
}
.newsletter-container h3 {
  font-size: 1.875rem;
  letter-spacing: 0.0625rem;
  font-weight: normal;
  font-family: "PT Sans", Helvetica, Arial;
  line-height: 120%;
  margin-bottom: 15px;
}
.newsletter-container .form-group {
  position: relative;
}
.newsletter-container .form-group.newsletter-privacy-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-container .form-group.newsletter-privacy-group input {
  margin-right: 8px;
}
.newsletter-container .form-group.newsletter-privacy-group label {
  margin-bottom: 0;
}
.newsletter-container .form-group .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  padding-right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  background-color: transparent;
  font-size: 1.5rem;
  width: auto;
}
.newsletter-container .form-group .btn .submit-icon {
  width: 18px;
  height: 16px;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/submit.png");
}

#customer-service {
  padding: 50px 0 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #customer-service {
    padding: 25px 0 50px;
  }
}

#countries-overlay .modal-header h3 {
  margin: 0 !important;
  padding: 20px;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #countries-overlay .modal-header h3 {
    font-size: 1.25rem;
  }
}
#countries-overlay .modal-body h5 strong {
  margin-top: 5px;
  display: block;
}
#countries-overlay .modal-body p {
  font-size: 1rem;
  margin-bottom: 0;
}
#countries-overlay .modal-body #countries-select {
  margin-top: 10px;
}
#countries-overlay .modal-body #countries-select .card-header {
  background-color: #008169;
  border-radius: 0;
}
#countries-overlay .modal-body #countries-select .card-header h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0;
}
#countries-overlay .modal-body #countries-select .card-header h4 a {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  #countries-overlay .modal-body #countries-select .card-body {
    moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.bootstrap-select {
  border: none !important;
}
.bootstrap-select button {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  color: #000000;
  font-size: 0.875rem !important;
  letter-spacing: 0.0125rem;
  line-height: 120% !important;
  padding: 0.5rem !important;
  height: 35.5px !important;
  background-color: #FFFFFF !important;
}
@media (max-width: 767px) {
  .bootstrap-select button {
    height: 38px !important;
  }
}
.bootstrap-select button.dropdown-toggle:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.bootstrap-select button:after {
  margin-left: -0.25rem !important;
}

/*
 * HEADER
 */
#header-ticker {
  position: relative;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #C5C5C5;
  background-image: url("../images/ticker.jpg");
  background-position: 0 50%;
  background-size: contain;
  animation: tickerScroll 20s infinite linear;
  z-index: 999;
}
@media (max-width: 1024px) {
  #header-ticker {
    position: fixed;
    top: 0;
  }
}

@keyframes tickerScroll {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -1622px 50%;
  }
}
#promo-ticker {
  position: relative;
  width: 100%;
  height: 45px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #C5C5C5;
  z-index: 999;
}
@media (max-width: 767px) {
  #promo-ticker {
    position: fixed;
    top: 0;
    height: 30px;
  }
}
#promo-ticker .carousel-inner {
  height: 100%;
  display: flex;
  align-items: center;
}
#promo-ticker .carousel-inner .carousel-item {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 767px) {
  #promo-ticker .carousel-inner .carousel-item {
    font-size: 0.85rem;
  }
}
#promo-ticker .carousel-inner .carousel-item a {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 150s linear infinite;
}
#promo-ticker .carousel-inner .carousel-item a span {
  margin-right: 10vw;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#promo-ticker .carousel-inner .carousel-item i {
  color: #ff6d2b;
  display: inline-block;
  margin: 0 2.5px;
}

header {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  font-size: 1rem;
  z-index: 999;
}
header.ticker {
  top: 45px;
}
@media (max-width: 767px) {
  header.ticker {
    top: 30px;
  }
}
@media (max-width: 1024px) {
  header {
    position: fixed;
    width: 100vw;
    top: 30px;
  }
}
@media (max-width: 1024px) {
  header {
    font-size: 0.875rem;
    border-bottom: 1px solid #C5C5C5;
  }
}
header.fixed {
  position: fixed;
  top: 0;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 72px;
  display: flex;
  flex-wrap: wrap;
}
header.fixed > .container {
  display: flex;
  flex-wrap: wrap;
}
header.fixed.transition {
  transition: 0.25s all ease-in-out;
}
header.fixed.show {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
header.fixed #header-left-menu {
  display: none;
}
header.fixed #header-logo {
  position: absolute;
  left: 45px;
  top: 36px;
  max-width: 100px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 1024px) {
  header.fixed #header-logo {
    left: 30px;
  }
}
header.fixed #header-right-menu {
  top: 36px;
  z-index: 3;
}
header.fixed #header-right-menu > div .header-account-label,
header.fixed #header-right-menu > div .header-wishlist-label,
header.fixed #header-right-menu > div .header-basket-label {
  display: none;
}
header.fixed #header-right-menu > div i.account, header.fixed #header-right-menu > div i.wishlist, header.fixed #header-right-menu > div i.cart {
  display: inline-block;
}
header.fixed #header-right-menu > div .count {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 17.5px;
  height: 17.5px;
  -moz-transform: translate(50%, 35%);
  -o-transform: translate(50%, 35%);
  -ms-transform: translate(50%, 35%);
  -webkit-transform: translate(50%, 35%);
  transform: translate(50%, 35%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  background-color: #008169;
  border-radius: 50%;
  color: #FFFFFF;
}
header.fixed .header-search-bar {
  position: relative;
  order: 2;
  overflow: inherit;
}
header.fixed .header-search-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 125%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFFFFF;
  z-index: -1;
}
header.fixed #header-main-menu {
  order: 1;
  position: relative;
  z-index: 2;
  flex: 0 0 100%;
  max-width: 100%;
}
header.review {
  border-bottom: 1px solid #C5C5C5;
}
@media (max-width: 1024px) {
  header.review {
    border: none;
  }
}
@media (max-width: 1024px) {
  header.review {
    border-bottom: 1px solid #C5C5C5;
  }
}
header #header-left-menu {
  position: absolute;
  left: 45px;
  top: 50px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.875rem;
  display: flex;
  align-items: baseline;
  z-index: 2;
}
@media (max-width: 1365px) {
  header #header-left-menu {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  header #header-left-menu {
    left: 35px;
  }
}
@media (max-width: 767px) {
  header #header-left-menu {
    top: 35px;
    left: 15px;
  }
}
header #header-left-menu > div {
  padding-right: 25px;
}
header #header-left-menu > div:nth-last-child(1) {
  padding-right: 0;
}
header #header-left-menu .header-shipping-zone {
  padding-right: 10px;
}
header #header-left-menu .header-language i {
  margin-bottom: 2.5px;
  margin-left: 5px;
}
header #header-left-menu .header-language:hover i:before {
  -moz-transform: rotate(-42.5deg);
  -o-transform: rotate(-42.5deg);
  -ms-transform: rotate(-42.5deg);
  -webkit-transform: rotate(-42.5deg);
  transform: rotate(-42.5deg);
  left: 0;
}
header #header-left-menu .header-language:hover i:after {
  -moz-transform: rotate(42.5deg);
  -o-transform: rotate(42.5deg);
  -ms-transform: rotate(42.5deg);
  -webkit-transform: rotate(42.5deg);
  transform: rotate(42.5deg);
  right: 0;
}
header #header-left-menu .dropdown .dropdown-menu {
  top: 100%;
  left: 0;
  right: auto;
  border-radius: 0 !important;
  font-size: 0.875rem;
  border-color: #C5C5C5;
  background-color: #FFFFFF;
  width: fit-content;
}
header #header-left-menu .dropdown .dropdown-menu a {
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #C5C5C5;
}
header #header-left-menu .dropdown .dropdown-menu a:nth-last-child(1) {
  border-bottom: none;
}
header #header-left-menu #menu-mobile-icon {
  position: relative;
  left: -8px;
  width: 40px;
  height: 40px;
  display: none;
}
@media (max-width: 1024px) {
  header #header-left-menu #menu-mobile-icon {
    display: block;
  }
}
header #header-left-menu #menu-mobile-icon span {
  position: absolute;
  top: 50%;
  left: 8px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 1px;
  background-color: #000000;
  transition: 0.25s all ease-in-out;
}
header #header-left-menu #menu-mobile-icon span:nth-child(1) {
  top: 12px;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
header #header-left-menu #menu-mobile-icon span:nth-child(3) {
  bottom: 12px;
  top: auto;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
header #header-left-menu #menu-mobile-icon.transition span:nth-child(1) {
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header #header-left-menu #menu-mobile-icon.transition span:nth-child(2) {
  opacity: 0;
}
header #header-left-menu #menu-mobile-icon.transition span:nth-child(3) {
  bottom: 50%;
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
header #header-left-menu #menu-mobile-icon.transition.open span:nth-child(1) {
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
header #header-left-menu #menu-mobile-icon.transition.open span:nth-child(3) {
  -moz-transform: translateY(50%) rotate(-45deg);
  -o-transform: translateY(50%) rotate(-45deg);
  -ms-transform: translateY(50%) rotate(-45deg);
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}
header #header-logo {
  margin: 0 auto;
  width: 50%;
  max-width: 150px;
  padding: 25px 0;
  z-index: 1;
}
@media (max-width: 767px) {
  header #header-logo {
    max-width: 120px;
    padding: 15px 0;
  }
}
header #header-right-menu {
  position: absolute;
  right: 45px;
  top: 50px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.875rem;
  display: flex;
  align-items: baseline;
  z-index: 2;
}
@media (max-width: 1024px) {
  header #header-right-menu {
    right: 30px;
  }
}
@media (max-width: 767px) {
  header #header-right-menu {
    top: 35px;
    right: 15px;
  }
}
header #header-right-menu > div {
  padding: 25px 0;
  padding-left: 25px;
}
@media (max-width: 1024px) {
  header #header-right-menu > div {
    padding: 17.5px 0;
    padding-left: 17.5px;
    line-height: 0;
  }
  header #header-right-menu > div > a {
    position: relative;
    line-height: 0;
  }
}
header #header-right-menu > div:nth-child(1) {
  padding-left: 0;
}
header #header-right-menu > div.header-search {
  font-size: 1.125rem;
}
header #header-right-menu > div.header-search .header-search-trigger {
  position: relative;
}
header #header-right-menu > div.header-search .header-search-trigger:hover {
  color: #000000;
}
header #header-right-menu > div.header-search .header-search-trigger .times-icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
header #header-right-menu > div.header-search .header-search-trigger.search .times-icon {
  opacity: 1;
}
header #header-right-menu > div.header-search .header-search-trigger.search .fa-search {
  opacity: 0;
}
header #header-right-menu > div.header-account .dropdown-menu li:hover > a {
  background-color: #008169;
  color: #FFFFFF;
}
header #header-right-menu > div #header-wishlist {
  min-width: 350px;
}
header #header-right-menu > div #header-wishlist .wishlist-item {
  padding: 25px 15px;
  border-bottom: 1px solid #C5C5C5;
}
header #header-right-menu > div #header-wishlist .wishlist-item:nth-last-child(1) {
  border-bottom: none;
}
header #header-right-menu > div #header-wishlist .wishlist-item .header-item-description br {
  display: none;
}
header #header-right-menu > div #header-wishlist .wishlist-item .header-item-description a {
  display: block;
}
header #header-right-menu > div #header-wishlist .wishlist-item .header-item-description > a strong {
  font-size: 1rem;
}
header #header-right-menu > div #header-wishlist .wishlist-item .header-item-description > a:hover {
  color: #000000 !important;
}
@media (max-width: 1024px) {
  header #header-right-menu > div.header-basket .header-basket {
    position: fixed;
    top: -52px;
    right: -30px;
    width: 100vw;
    height: 100vh;
    background-color: #FFFFFF;
    z-index: 999;
    transition: 0.5s all ease-in-out;
    -moz-transform: translatex(100%);
    -o-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -webkit-transform: translatex(100%);
    transform: translatex(100%);
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  header #header-right-menu > div.header-basket .header-basket {
    top: -38px;
    right: -15px;
  }
}
@media (max-width: 1024px) {
  header #header-right-menu > div.header-basket .header-basket.show {
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    -ms-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  header #header-right-menu > div.header-basket .header-basket .basket-container {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid #C5C5C5;
  }
  header #header-right-menu > div.header-basket .header-basket .basket-container .header-basket-mobile {
    position: relative;
    padding: 25px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #C5C5C5;
  }
  header #header-right-menu > div.header-basket .header-basket .basket-container .header-basket-mobile .arrows-icon {
    position: absolute;
    top: 32.5px;
    left: 15px;
    -moz-transform: rotate(90deg) translateX(-50%);
    -o-transform: rotate(90deg) translateX(-50%);
    -ms-transform: rotate(90deg) translateX(-50%);
    -webkit-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  header #header-right-menu > div.header-basket .header-basket .basket-container .header-basket-mobile .arrows-icon {
    display: none;
  }
}
@media (max-width: 1024px) {
  header #header-right-menu > div.header-basket .header-basket .basket-container .header-basket-mobile h4 {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.0125rem;
    font-weight: bold;
    margin: 0;
  }
  header #header-right-menu > div.header-basket .header-basket .basket-container #header-basket {
    max-height: calc(100% - 121px);
    overflow-y: auto;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  header #header-right-menu > div.header-basket .header-basket .basket-container #header-basket {
    min-width: initial;
  }
}
@media (max-width: 1024px) {
  header #header-right-menu > div.header-basket .header-basket .basket-container #header-basket .alert {
    padding: 50px 25px !important;
  }
  header #header-right-menu > div.header-basket .header-basket .basket-container #header-basket .header-item:nth-last-child(1) {
    border-bottom: 1px solid #C5C5C5;
  }
  header #header-right-menu > div.header-basket .header-basket .basket-container #header-basket-footer {
    margin-top: auto;
    border-top: 1px solid #C5C5C5;
  }
}
header #header-right-menu > div.header-basket .header-basket #header-basket {
  min-width: 400px;
}
header #header-right-menu > div.header-basket .header-basket #header-basket .alert {
  margin: 0 !important;
  padding: 0.5rem !important;
}
header #header-right-menu > div.header-basket .header-basket #header-basket .header-item {
  width: 100%;
  float: none;
  padding: 25px;
}
header #header-right-menu > div.header-basket .header-basket #header-basket .header-item:nth-last-child(1) {
  padding-bottom: 25px;
}
header #header-right-menu > div.header-basket .header-basket #header-basket-footer {
  display: flex;
  align-items: center;
  border-top: 1px solid #C5C5C5;
  padding: 0 !important;
}
header #header-right-menu > div.header-basket .header-basket #header-basket-footer .header-basket-subtotal {
  padding: 0;
  font-size: 1rem;
  padding: 0.5rem !important;
}
@media (max-width: 1024px) {
  header #header-right-menu > div.header-basket .header-basket #header-basket-footer .header-basket-subtotal {
    padding: 25px 15px !important;
  }
}
header #header-right-menu > div .menu-basket, header #header-right-menu > div .menu-wishlist {
  margin: 0;
}
header #header-right-menu > div .alert {
  background-color: #FFFFFF;
  border: none;
  color: #000000;
  border-color: #C5C5C5;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  header #header-right-menu .header-account-label,
  header #header-right-menu .header-wishlist-label,
  header #header-right-menu .header-basket-label {
    display: none;
  }
}
header #header-right-menu i.account, header #header-right-menu i.wishlist, header #header-right-menu i.cart {
  display: none;
}
@media (max-width: 1024px) {
  header #header-right-menu i.account, header #header-right-menu i.wishlist, header #header-right-menu i.cart {
    display: inline-block;
  }
}
header #header-right-menu .count.mobile {
  display: none;
}
@media (max-width: 1024px) {
  header #header-right-menu .count {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 17.5px;
    height: 17.5px;
    -moz-transform: translate(35%, 35%);
    -o-transform: translate(35%, 35%);
    -ms-transform: translate(35%, 35%);
    -webkit-transform: translate(35%, 35%);
    transform: translate(35%, 35%);
    z-index: 2;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    background-color: #008169;
    border-radius: 50%;
    color: #FFFFFF;
  }
  header #header-right-menu .count.mobile {
    display: flex;
  }
}
@media (max-width: 1024px) {
  header #header-right-menu .count {
    bottom: 0;
  }
}
header #header-right-menu .dropdown .dropdown-menu {
  top: calc(100% - 20px);
  left: auto;
  right: 0;
  border-radius: 0 !important;
  font-size: 0.875rem;
  border-color: #C5C5C5;
  background-color: #FFFFFF;
  width: fit-content;
}
header #header-right-menu .dropdown .dropdown-menu li {
  border-bottom: 1px solid #C5C5C5;
}
header #header-right-menu .dropdown .dropdown-menu li:nth-last-child(1) {
  border-bottom: none;
}
header #header-right-menu .alert {
  padding: 0.25rem !important;
  margin: 0.25rem !important;
}
header #header-main-menu {
  width: 100%;
  padding: 0;
}
@media (max-width: 1024px) {
  header #header-main-menu {
    position: fixed;
    top: 129px;
    height: calc(100vh - 129px);
    height: calc(var(--vh, 1vh) * 100 - 129px);
    left: 0;
    background-color: #FFFFFF;
    padding-bottom: 7px;
    z-index: 999;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  header #header-main-menu {
    top: 99px;
    height: calc(100vh - 99px);
    height: calc(var(--vh, 1vh) * 100 - 99px);
  }
}
@media (max-width: 1024px) {
  header #header-main-menu.open {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  header #header-main-menu:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 10px;
    background-image: url("../images/pattern.png");
    background-position: center;
    background-size: auto 100%;
    z-index: 99;
  }
  header #header-main-menu .container {
    padding: 0;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  header #header-main-menu .container {
    transition: 0.25s all ease-in-out;
  }
  header #header-main-menu .container.scrollable {
    overflow-y: auto;
    height: 100%;
    overflow-x: hidden;
  }
}
header #header-main-menu .menu-items, header #header-main-menu .menu-user {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
header #header-main-menu .menu-items > .menu-item, header #header-main-menu .menu-user > .menu-item {
  position: static;
  padding: 25px 20px;
}
@media (max-width: 1365px) {
  header #header-main-menu .menu-items > .menu-item, header #header-main-menu .menu-user > .menu-item {
    padding: 25px 10px;
  }
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items > .menu-item, header #header-main-menu .menu-user > .menu-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    border-bottom: 1px solid #C5C5C5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  header #header-main-menu .menu-items > .menu-item a, header #header-main-menu .menu-user > .menu-item a {
    padding: 20px 15px;
    font-size: 1rem;
  }
}
header #header-main-menu .menu-items > .menu-item > a, header #header-main-menu .menu-user > .menu-item > a {
  position: relative;
  z-index: 1;
}
header #header-main-menu .menu-items > .menu-item > a:hover, header #header-main-menu .menu-user > .menu-item > a:hover {
  color: #000000;
}
@media (min-width: 1025px) {
  header #header-main-menu .menu-items > .menu-item > a .arrows-icon, header #header-main-menu .menu-user > .menu-item > a .arrows-icon {
    display: none;
  }
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items > .menu-item > a, header #header-main-menu .menu-user > .menu-item > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header #header-main-menu .menu-items > .menu-item > a .arrows-icon, header #header-main-menu .menu-user > .menu-item > a .arrows-icon {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: 0.25s all ease-in-out;
  }
  header #header-main-menu .menu-items > .menu-item > a .arrows-icon span:before, header #header-main-menu .menu-user > .menu-item > a .arrows-icon span:before {
    -moz-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  header #header-main-menu .menu-items > .menu-item > a .arrows-icon span:after, header #header-main-menu .menu-user > .menu-item > a .arrows-icon span:after {
    -moz-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  header #header-main-menu .menu-items > .menu-item > a.collapsed .arrows-icon span:before, header #header-main-menu .menu-user > .menu-item > a.collapsed .arrows-icon span:before {
    -moz-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  header #header-main-menu .menu-items > .menu-item > a.collapsed .arrows-icon span:after, header #header-main-menu .menu-user > .menu-item > a.collapsed .arrows-icon span:after {
    -moz-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
}
header #header-main-menu .menu-items > .menu-item > a:before, header #header-main-menu .menu-items > .menu-item > a:after, header #header-main-menu .menu-user > .menu-item > a:before, header #header-main-menu .menu-user > .menu-item > a:after {
  content: "";
  position: absolute;
  display: block;
  visibility: hidden;
}
header #header-main-menu .menu-items > .menu-item > a:before, header #header-main-menu .menu-user > .menu-item > a:before {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #000000;
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transition: 0.25s all ease-in-out;
  opacity: 0;
  z-index: -2;
}
header #header-main-menu .menu-items > .menu-item > a:after, header #header-main-menu .menu-user > .menu-item > a:after {
  top: 0;
  height: 100%;
  left: -6px;
  width: calc(100% + 12px);
  background-color: #FFFFFF;
  border: none;
  margin: 0;
  vertical-align: 0;
  transition: 0.25s all ease-in-out;
  z-index: -1;
}
@media (min-width: 1025px) {
  header #header-main-menu .menu-items > .menu-item:hover > a:before, header #header-main-menu .menu-items > .menu-item:hover > a:after, header #header-main-menu .menu-user > .menu-item:hover > a:before, header #header-main-menu .menu-user > .menu-item:hover > a:after {
    visibility: visible;
  }
  header #header-main-menu .menu-items > .menu-item:hover > a:before, header #header-main-menu .menu-user > .menu-item:hover > a:before {
    opacity: 1;
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  header #header-main-menu .menu-items > .menu-item:hover .subvoice, header #header-main-menu .menu-user > .menu-item:hover .subvoice {
    display: flex;
    visibility: visible;
  }
}
@media (min-width: 1025px) {
  header #header-main-menu .menu-items .subvoice, header #header-main-menu .menu-user .subvoice {
    position: absolute;
    top: 72px;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 72px);
    border-radius: 0;
    border: none;
    padding: 15px 50px;
    z-index: 1;
    display: none;
    justify-content: center;
    visibility: hidden;
  }
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .subvoice, header #header-main-menu .menu-user .subvoice {
    width: 100%;
  }
  header #header-main-menu .menu-items .subvoice li:nth-last-child(2) .subsubvoice, header #header-main-menu .menu-user .subvoice li:nth-last-child(2) .subsubvoice {
    border-bottom: 1px solid #C5C5C5;
  }
  header #header-main-menu .menu-items .subvoice li:nth-last-child(2) .subsubvoice:nth-last-child(1), header #header-main-menu .menu-user .subvoice li:nth-last-child(2) .subsubvoice:nth-last-child(1) {
    border-bottom: none;
  }
}
header #header-main-menu .menu-items .subvoice:after, header #header-main-menu .menu-user .subvoice:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -2;
}
@media (max-width: 767px) {
  header #header-main-menu .menu-items .subvoice:after, header #header-main-menu .menu-user .subvoice:after {
    display: none;
  }
}
header #header-main-menu .menu-items .subvoice:before, header #header-main-menu .menu-user .subvoice:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 7px;
  background-image: url("../images/pattern.png");
  background-position: center;
  background-size: auto 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .subvoice:before, header #header-main-menu .menu-user .subvoice:before {
    display: none;
  }
}
header #header-main-menu .menu-items .subvoice.dropdown-menu li a, header #header-main-menu .menu-user .subvoice.dropdown-menu li a {
  padding: 0;
  display: initial;
}
header #header-main-menu .menu-items .subvoice.dropdown-menu li:hover a, header #header-main-menu .menu-user .subvoice.dropdown-menu li:hover a {
  background-color: transparent;
}
header #header-main-menu .menu-items .subvoice .dropdown-item:active, header #header-main-menu .menu-items .subvoice .dropdown-item .active, header #header-main-menu .menu-user .subvoice .dropdown-item:active, header #header-main-menu .menu-user .subvoice .dropdown-item .active {
  background-color: #FFFFFF;
  color: #000000;
}
header #header-main-menu .menu-items .subvoice .back-voice, header #header-main-menu .menu-user .subvoice .back-voice {
  position: sticky;
  positon: -webkit-sticky;
  top: 0;
  z-index: 2;
  background-color: #FFFFFF;
  text-align: center;
  padding: 25px 15px;
}
header #header-main-menu .menu-items .subvoice .back-voice h4, header #header-main-menu .menu-user .subvoice .back-voice h4 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.0125rem;
  font-weight: bold;
  margin: 0;
}
header #header-main-menu .menu-items .subvoice .back-voice .arrows-icon, header #header-main-menu .menu-user .subvoice .back-voice .arrows-icon {
  position: absolute;
  top: 24.5px;
  left: 15px;
  -moz-transform: rotate(90deg) translateX(-50%);
  -o-transform: rotate(90deg) translateX(-50%);
  -ms-transform: rotate(90deg) translateX(-50%);
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
}
@media (min-width: 1025px) {
  header #header-main-menu .menu-items .subvoice .back-voice .arrows-icon, header #header-main-menu .menu-user .subvoice .back-voice .arrows-icon {
    display: none;
  }
}
header #header-main-menu .menu-items .subvoice h5, header #header-main-menu .menu-items .subvoice .view-all, header #header-main-menu .menu-user .subvoice h5, header #header-main-menu .menu-user .subvoice .view-all {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .subvoice h5, header #header-main-menu .menu-items .subvoice .view-all, header #header-main-menu .menu-user .subvoice h5, header #header-main-menu .menu-user .subvoice .view-all {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .subvoice h5, header #header-main-menu .menu-items .subvoice .view-all, header #header-main-menu .menu-user .subvoice h5, header #header-main-menu .menu-user .subvoice .view-all {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #C5C5C5;
    font-size: 0.875rem;
  }
  header #header-main-menu .menu-items .subvoice h5.mobile, header #header-main-menu .menu-items .subvoice .view-all.mobile, header #header-main-menu .menu-user .subvoice h5.mobile, header #header-main-menu .menu-user .subvoice .view-all.mobile {
    border-top: 1px solid #C5C5C5;
  }
}
header #header-main-menu .menu-items .subvoice h5 a, header #header-main-menu .menu-items .subvoice .view-all a, header #header-main-menu .menu-user .subvoice h5 a, header #header-main-menu .menu-user .subvoice .view-all a {
  font-weight: inherit;
  font-size: inherit;
  color: #000000 !important;
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .subvoice h5 a, header #header-main-menu .menu-items .subvoice .view-all a, header #header-main-menu .menu-user .subvoice h5 a, header #header-main-menu .menu-user .subvoice .view-all a {
    padding: 20px 30px;
    font-size: 1rem;
    display: block;
  }
}
header #header-main-menu .menu-items .subvoice .view-all, header #header-main-menu .menu-user .subvoice .view-all {
  font-weight: normal;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .subvoice .view-all, header #header-main-menu .menu-user .subvoice .view-all {
    border-top: 1px solid #C5C5C5;
  }
}
@media (max-width: 767px) {
  header #header-main-menu .menu-items .subvoice .view-all, header #header-main-menu .menu-user .subvoice .view-all {
    font-size: 0.875rem;
  }
}
header #header-main-menu .menu-items .subvoice > li, header #header-main-menu .menu-user .subvoice > li {
  padding-right: 25px;
  width: 16.6666666667%;
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .subvoice > li, header #header-main-menu .menu-user .subvoice > li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #C5C5C5;
  }
  header #header-main-menu .menu-items .subvoice > li:nth-last-child(1), header #header-main-menu .menu-user .subvoice > li:nth-last-child(1) {
    border-bottom: none;
  }
  header #header-main-menu .menu-items .subvoice > li a, header #header-main-menu .menu-user .subvoice > li a {
    padding: 20px 30px;
  }
  header #header-main-menu .menu-items .subvoice > li a:hover, header #header-main-menu .menu-user .subvoice > li a:hover {
    color: #FFFFFF !important;
    background-color: #008169 !important;
  }
}
header #header-main-menu .menu-items .subvoice > li.menu-banner, header #header-main-menu .menu-user .subvoice > li.menu-banner {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 15px;
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .subvoice > li.menu-banner, header #header-main-menu .menu-user .subvoice > li.menu-banner {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-bottom: none;
    padding: 0;
  }
}
header #header-main-menu .menu-items .subvoice > li.menu-banner > div.banner-image, header #header-main-menu .menu-user .subvoice > li.menu-banner > div.banner-image {
  margin: 0;
  padding: 0;
  flex: 0 0 60%;
  max-width: 60%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .subvoice > li.menu-banner > div.banner-image, header #header-main-menu .menu-user .subvoice > li.menu-banner > div.banner-image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
header #header-main-menu .menu-items .subvoice > li.menu-banner > div.banner-image a, header #header-main-menu .menu-user .subvoice > li.menu-banner > div.banner-image a {
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .subvoice > li.menu-banner > div.banner-image a, header #header-main-menu .menu-user .subvoice > li.menu-banner > div.banner-image a {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  header #header-main-menu .menu-items .subvoice > li.menu-banner > div.banner-image a, header #header-main-menu .menu-user .subvoice > li.menu-banner > div.banner-image a {
    width: 100%;
  }
}
header #header-main-menu .menu-items .subvoice > li.menu-banner > div.banner-image a img, header #header-main-menu .menu-user .subvoice > li.menu-banner > div.banner-image a img {
  position: relative;
  height: auto;
  transition: 0.15s all ease-in-out;
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .subvoice > li.menu-banner > div.banner-image a img, header #header-main-menu .menu-user .subvoice > li.menu-banner > div.banner-image a img {
    top: 0;
    left: 0;
  }
}
header #header-main-menu .menu-items .subvoice > li.menu-banner > div.banner-content, header #header-main-menu .menu-user .subvoice > li.menu-banner > div.banner-content {
  text-align: center;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .subvoice > li.menu-banner > div.banner-content, header #header-main-menu .menu-user .subvoice > li.menu-banner > div.banner-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 15px;
    order: 1;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  header #header-main-menu .menu-items .subvoice > li.menu-banner > div.banner-content, header #header-main-menu .menu-user .subvoice > li.menu-banner > div.banner-content {
    text-align: left;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  header #header-main-menu .menu-items .subvoice > li.menu-banner > div.banner-content h4, header #header-main-menu .menu-user .subvoice > li.menu-banner > div.banner-content h4 {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .subvoice > li.menu-banner > div.banner-content h4 a, header #header-main-menu .menu-user .subvoice > li.menu-banner > div.banner-content h4 a {
    padding: 0;
  }
  header #header-main-menu .menu-items .subvoice > li.menu-banner > div.banner-content p, header #header-main-menu .menu-user .subvoice > li.menu-banner > div.banner-content p {
    margin-bottom: 0;
  }
}
header #header-main-menu .menu-items .subvoice .subsubvoice, header #header-main-menu .menu-user .subvoice .subsubvoice {
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .subvoice .subsubvoice, header #header-main-menu .menu-user .subvoice .subsubvoice {
    padding: 0;
  }
}
header #header-main-menu .menu-items .subvoice .subsubvoice li, header #header-main-menu .menu-user .subvoice .subsubvoice li {
  padding: 5px 0;
  font-weight: 400;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .subvoice .subsubvoice li, header #header-main-menu .menu-user .subvoice .subsubvoice li {
    font-size: 0.875rem;
    padding: 0;
    border-bottom: 1px solid #C5C5C5;
  }
  header #header-main-menu .menu-items .subvoice .subsubvoice li:nth-last-child(1), header #header-main-menu .menu-user .subvoice .subsubvoice li:nth-last-child(1) {
    border-bottom: none;
  }
  header #header-main-menu .menu-items .subvoice .subsubvoice li a, header #header-main-menu .menu-user .subvoice .subsubvoice li a {
    padding: 20px 30px;
    display: block;
  }
}
@media (min-width: 1025px) {
  header #header-main-menu .menu-items .menu-item #brands-dropdown, header #header-main-menu .menu-user .menu-item #brands-dropdown {
    display: block;
  }
  header #header-main-menu .menu-items .menu-item #brands-dropdown > ul, header #header-main-menu .menu-user .menu-item #brands-dropdown > ul {
    width: 100%;
    display: block;
    column-width: 175px;
    column-rule: 1px double #F1F1F1;
    max-width: 900px;
    margin: 0 auto;
  }
  header #header-main-menu .menu-items .menu-item #brands-dropdown > ul > li, header #header-main-menu .menu-user .menu-item #brands-dropdown > ul > li {
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0 25px;
  }
  header #header-main-menu .menu-items .menu-item #brands-dropdown > ul > li h5, header #header-main-menu .menu-user .menu-item #brands-dropdown > ul > li h5 {
    padding: 0;
  }
  header #header-main-menu .menu-items .menu-item #brands-dropdown > ul > li h5:hover, header #header-main-menu .menu-user .menu-item #brands-dropdown > ul > li h5:hover {
    background-color: transparent !important;
    color: #000000 !important;
  }
  header #header-main-menu .menu-items .menu-item #brands-dropdown > ul > li .subsubvoice li:not(.not-lowercase), header #header-main-menu .menu-user .menu-item #brands-dropdown > ul > li .subsubvoice li:not(.not-lowercase) {
    text-transform: lowercase;
  }
  header #header-main-menu .menu-items .menu-item #brands-dropdown > ul > li .subsubvoice li:not(.not-lowercase)::first-letter, header #header-main-menu .menu-user .menu-item #brands-dropdown > ul > li .subsubvoice li:not(.not-lowercase)::first-letter {
    text-transform: uppercase;
  }
  header #header-main-menu .menu-items .menu-item #brands-dropdown .view-all-brands, header #header-main-menu .menu-user .menu-item #brands-dropdown .view-all-brands {
    padding: 25px 0 15px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .menu-item #brands-dropdown, header #header-main-menu .menu-user .menu-item #brands-dropdown {
    width: 100%;
  }
  header #header-main-menu .menu-items .menu-item #brands-dropdown .back-voice, header #header-main-menu .menu-user .menu-item #brands-dropdown .back-voice {
    border-bottom: 1px solid #C5C5C5;
  }
  header #header-main-menu .menu-items .menu-item #brands-dropdown > ul > li, header #header-main-menu .menu-user .menu-item #brands-dropdown > ul > li {
    border-bottom: 1px solid #C5C5C5;
  }
  header #header-main-menu .menu-items .menu-item #brands-dropdown > ul > li:nth-child(1), header #header-main-menu .menu-user .menu-item #brands-dropdown > ul > li:nth-child(1) {
    border-top: 1px solid #C5C5C5;
  }
  header #header-main-menu .menu-items .menu-item #brands-dropdown > ul > li:nth-last-child(1), header #header-main-menu .menu-user .menu-item #brands-dropdown > ul > li:nth-last-child(1) {
    border-bottom: none;
  }
  header #header-main-menu .menu-items .menu-item #brands-dropdown > ul > li h5, header #header-main-menu .menu-user .menu-item #brands-dropdown > ul > li h5 {
    padding: 20px 15px !important;
  }
  header #header-main-menu .menu-items .menu-item #brands-dropdown .view-all-brands, header #header-main-menu .menu-user .menu-item #brands-dropdown .view-all-brands {
    margin-bottom: 10px;
  }
  header #header-main-menu .menu-items .menu-item #brands-dropdown .view-all-brands .btn, header #header-main-menu .menu-user .menu-item #brands-dropdown .view-all-brands .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header #header-main-menu .menu-items .menu-item #brands-dropdown .view-all-brands, header #header-main-menu .menu-user .menu-item #brands-dropdown .view-all-brands {
    margin-bottom: 0;
  }
}
header #header-main-menu .menu-zone {
  width: 100%;
  background-color: #FFFFFF;
}
header #header-main-menu .menu-zone a {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px 15px;
  border-bottom: 1px solid #C5C5C5;
  display: flex;
  align-items: center;
}
header #header-main-menu .menu-zone a i {
  margin: 0 5px 0 10px;
}
header #header-main-menu .menu-user {
  background-color: #F1F1F1;
}
header #header-main-menu .menu-user .menu-item i {
  font-size: 1.125rem;
}
header #header-main-menu .menu-user .menu-item .submit-icon {
  width: 18px;
  height: 16px;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/submit.png");
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .search {
    padding: 20px 15px;
  }
}
header #header-main-menu .menu-items .search input {
  padding: 0 !important;
  border: none !important;
}
@media (max-width: 1024px) {
  header #header-main-menu .menu-items .search input {
    flex: 1 1 0;
  }
}
header #header-main-menu .menu-items .search input::placeholder {
  font-size: 0.875rem;
}
header #header-main-menu .menu-items .search i {
  font-size: 1.125rem;
}
header #header-main-menu.subvoice-view .container {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow-y: initial;
}
.header-search-bar {
  position: relative;
  height: 0;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: 0.25s all ease-in-out;
}
.header-search-bar input {
  width: 100%;
  height: 40px;
  padding: 0 !important;
  opacity: 0;
  padding: 0 25px !important;
  transition: 0.25s all ease-in-out;
}
.header-search-bar i, .header-search-bar .free-search-btn {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  transition: 0.25s all ease-in-out;
}
.header-search-bar i {
  left: 2.5px;
}
.header-search-bar .free-search-btn {
  right: 2.5px;
}
.header-search-bar .free-search-btn .submit-icon {
  display: block;
  width: 18px;
  height: 16px;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/submit.png");
}
.header-search-bar.show input, .header-search-bar.show i, .header-search-bar.show .free-search-btn {
  transition-delay: 0.25s;
  opacity: 1;
}

.modal-basket #modal-basket, .modal-basket #modal-wishlist, .modal-wishlist #modal-basket, .modal-wishlist #modal-wishlist {
  margin: 0 -20px;
}
.modal-basket #modal-basket .header-item, .modal-basket #modal-wishlist .header-item, .modal-wishlist #modal-basket .header-item, .modal-wishlist #modal-wishlist .header-item {
  width: 100%;
  float: none;
  padding: 25px 50px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 1024px) {
  .modal-basket #modal-basket .header-item, .modal-basket #modal-wishlist .header-item, .modal-wishlist #modal-basket .header-item, .modal-wishlist #modal-wishlist .header-item {
    padding: 25px;
  }
}
.modal-basket #modal-basket .header-item:nth-child(1), .modal-basket #modal-wishlist .header-item:nth-child(1), .modal-wishlist #modal-basket .header-item:nth-child(1), .modal-wishlist #modal-wishlist .header-item:nth-child(1) {
  padding-top: 0;
}
.modal-basket #modal-basket .header-item:nth-last-child(1), .modal-basket #modal-wishlist .header-item:nth-last-child(1), .modal-wishlist #modal-basket .header-item:nth-last-child(1), .modal-wishlist #modal-wishlist .header-item:nth-last-child(1) {
  padding-bottom: 25px;
}
.modal-basket .free-shipping, .modal-wishlist .free-shipping {
  width: calc(100% + 40px);
  margin: 0 -20px;
  border-bottom: 1px solid #000000;
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
  background: #008169;
}
@media (max-width: 767px) {
  .modal-basket .free-shipping, .modal-wishlist .free-shipping {
    font-size: 0.85rem;
  }
}
.modal-basket .spacer, .modal-wishlist .spacer {
  display: none;
}
.modal-basket > h5, .modal-wishlist > h5 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 15px;
  font-size: 1rem;
}
.modal-basket > h5 br, .modal-wishlist > h5 br {
  display: none;
}

@font-face {
  font-family: "Arial Black";
  src: url("../fonts/Arial-Black.woff2") format("woff2"), url("../fonts/Arial-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Mdm.woff2") format("woff2"), url("../fonts/Arial-Mdm.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*
 * NEWSLETTER MODAL
 */
.modal-dialog.newsletter-modal .modal-header, .modal-dialog#promo-banner .modal-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.modal-dialog.newsletter-modal .modal-header .close, .modal-dialog#promo-banner .modal-header .close {
  font-size: 1.5rem !important;
  margin: 0;
  margin-left: auto;
}
.modal-dialog.newsletter-modal .modal-body, .modal-dialog#promo-banner .modal-body {
  padding: 50px 25px !important;
}
@media (max-width: 767px) {
  .modal-dialog.newsletter-modal .modal-body, .modal-dialog#promo-banner .modal-body {
    padding: 35px 20px !important;
  }
}
.modal-dialog.newsletter-modal .modal-body h3, .modal-dialog#promo-banner .modal-body h3 {
  font-size: 1.875rem;
  letter-spacing: 0.0625rem;
  font-weight: 400;
  font-family: "PT Sans", Helvetica, Arial;
  line-height: 120%;
  margin-bottom: 15px;
}
.modal-dialog#promo-banner {
  max-width: 600px;
  margin-top: 100px !important;
}
.modal-dialog#promo-banner .modal-body {
  padding: 0 !important;
}
.modal-dialog#promo-banner .promo-container {
  max-width: 100%;
}
.modal-dialog#promo-banner .promo-container img {
  width: 100%;
}

/*
 * FOOTER
 */
footer {
  background-color: #F1F1F1;
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0 0;
    background-color: #FFFFFF;
  }
}
footer #footer-logo {
  margin: 0 auto;
  padding-bottom: 100px;
  width: 50%;
  max-width: 150px;
}
@media (max-width: 767px) {
  footer #footer-logo {
    padding-bottom: 30px;
  }
}
footer #footer-logo img {
  width: 100%;
  height: auto;
  margin: 0;
}
footer .footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
footer .footer-social li {
  padding: 0 10px;
  font-size: 1rem;
}
footer li {
  font-size: 1rem;
  letter-spacing: 0.0125rem;
}
@media (max-width: 767px) {
  footer .footer-main-menu {
    border-bottom: 1px solid #C5C5C5;
    margin: 0 -15px !important;
    width: calc(100% + 30px);
  }
}
footer .footer-main-menu .footer-menu {
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  footer .footer-main-menu .footer-menu {
    padding: 0 !important;
  }
}
footer .footer-main-menu .footer-menu h5 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  footer .footer-main-menu .footer-menu h5 {
    margin: 0;
    padding: 20px 15px;
    background-color: #F1F1F1;
    border-top: 1px solid #C5C5C5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 0.875rem;
  }
  footer .footer-main-menu .footer-menu h5 .arrows-icon {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: 0.25s all ease-in-out;
  }
  footer .footer-main-menu .footer-menu h5 .arrows-icon span:before {
    -moz-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  footer .footer-main-menu .footer-menu h5 .arrows-icon span:after {
    -moz-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  footer .footer-main-menu .footer-menu h5.collapsed .arrows-icon span:before {
    -moz-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  footer .footer-main-menu .footer-menu h5.collapsed .arrows-icon span:after {
    -moz-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
}
footer .footer-main-menu .footer-menu .footer-menu-list {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  footer .footer-main-menu .footer-menu .footer-menu-list {
    margin-bottom: 0;
  }
}
footer .footer-main-menu .footer-menu .footer-menu-list:nth-last-child(1) {
  margin-bottom: 0;
}
footer .footer-main-menu .footer-menu .footer-menu-list li {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer .footer-main-menu .footer-menu .footer-menu-list li {
    margin: 0;
    border-top: 1px solid #C5C5C5;
  }
  footer .footer-main-menu .footer-menu .footer-menu-list li a {
    padding: 15px;
    display: block;
  }
}
footer .footer-main-menu .footer-menu .footer-menu-list li:nth-last-child(1) {
  margin-bottom: 0;
}
footer .footer-main-menu .footer-menu .footer-menu-list#footer-store .fa-map-marker-alt {
  margin-right: 10px;
}
footer .footer-main-menu .footer-menu .footer-menu-list#footer-language .dropdown {
  padding-bottom: 2.5px;
}
footer .footer-main-menu .footer-menu .footer-menu-list#footer-language .dropdown i {
  font-size: 1.125rem;
  margin-left: 3px;
}
footer .footer-main-menu .footer-menu .footer-menu-list#footer-language .dropdown .dropdown-menu {
  top: 100%;
  left: 0;
  right: auto;
  font-size: 0.875rem;
  letter-spacing: 0.0125rem;
  border-radius: 0 !important;
  border-color: #C5C5C5;
  background-color: #FFFFFF;
  width: fit-content;
}
footer .footer-main-menu .footer-menu .footer-menu-list#footer-language .dropdown .dropdown-menu a {
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #C5C5C5;
}
footer .footer-main-menu .footer-menu .footer-menu-list#footer-language .dropdown .dropdown-menu a:nth-last-child(1) {
  border-bottom: none;
}
footer .footer-main-menu .footer-menu .footer-menu-list#footer-language .country-panel-toggler i {
  margin-left: 5px;
}
footer .copyright-row {
  align-items: center;
}
footer .col-md-6 {
  padding-top: 25px;
  padding-bottom: 25px;
}
footer .col-md-6 p {
  margin-bottom: 0;
}
footer .col-md-6 p b {
  margin-right: 20px;
}
footer .col-md-6 p span {
  padding: 0 15px;
  font-size: 1.25rem;
}
footer .col-md-6.footer-partner {
  text-align: right;
}
footer .col-md-6.footer-partner img {
  height: auto;
  width: 200px;
}
@media (max-width: 1200px) {
  footer .col-md-6.footer-partner img {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  footer .col-md-6.footer-partner img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  footer .col-md-6.footer-partner {
    width: 100%;
    padding: 50px 25px !important;
    border-bottom: 1px solid #C5C5C5;
    text-align: center;
  }
  footer .col-md-6.footer-partner .small {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .col-md-6.footer-partner .small b, footer .col-md-6.footer-partner .small span {
    display: none;
  }
  footer .col-md-6.footer-partner .small img {
    width: 100%;
    height: intrinsic;
    object-fit: contain;
    margin-bottom: 30px;
  }
  footer .col-md-6.footer-partner .small img:nth-child(2) {
    margin-bottom: 0;
  }
}
footer .col-md-6.footer-copyright b {
  font-weight: normal;
}
footer .col-md-6.footer-copyright b.brownie {
  display: block;
  margin-top: 5px;
}
footer .col-md-6.footer-copyright b.brownie img {
  height: 1.125rem;
}
@media (max-width: 767px) {
  footer .col-md-6.footer-copyright {
    padding: 25px 25px 15px !important;
    text-align: center;
  }
  footer .col-md-6.footer-copyright .small b {
    display: block;
    margin: 0 0 10px;
  }
  footer .col-md-6.footer-copyright .small span {
    display: none;
  }
}

/*
 * HOMEPAGE
 */
#homepage h4 {
  font-size: 1.875rem;
  letter-spacing: 0.0625rem;
  font-weight: normal;
  font-family: "PT Sans", Helvetica, Arial;
  line-height: 120%;
}
@media (max-width: 1024px) {
  #homepage #homepage-main-banner {
    position: relative;
    height: auto;
    margin: 0 -7.5px;
  }
  #homepage #homepage-main-banner .col-lg-8 {
    padding: 0;
  }
  #homepage #homepage-main-banner .col-lg-4 {
    position: relative;
    height: 100%;
    padding: 0;
    margin-top: 15px;
  }
  #homepage #homepage-main-banner .col-lg-4 .banner-content {
    left: 0;
    width: 100%;
  }
  #homepage #homepage-main-banner .banner-image, #homepage #homepage-main-banner .banner-content {
    height: auto;
  }
  #homepage #homepage-main-banner .banner-image .owl-stage-outer, #homepage #homepage-main-banner .banner-image .owl-stage, #homepage #homepage-main-banner .banner-image .owl-item, #homepage #homepage-main-banner .banner-image .item, #homepage #homepage-main-banner .banner-content .owl-stage-outer, #homepage #homepage-main-banner .banner-content .owl-stage, #homepage #homepage-main-banner .banner-content .owl-item, #homepage #homepage-main-banner .banner-content .item {
    height: auto;
  }
  #homepage #homepage-main-banner .banner-image .item {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
  }
  #homepage #homepage-main-banner .banner-image .item img, #homepage #homepage-main-banner .banner-image .item video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #homepage #homepage-main-banner .banner-content {
    position: relative;
  }
}
@media (max-width: 767px) {
  #homepage #homepage-main-banner {
    margin: 0;
  }
}
#homepage #homepage-look .homepage-look-header h3 .icon {
  background-image: url("../images/icons/eye-new.gif");
}
#homepage #homepage-look .homepage-look-header h3 .text {
  padding-right: 10px;
}
#homepage #homepage-look .homepage-look-header h3 .text:after {
  bottom: 10px;
  width: 100%;
}
#homepage #homepage-look .homepage-look-header h4 {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  #homepage #homepage-look .homepage-look-body {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  #homepage #homepage-look .homepage-look-body .owl-stage-outer .owl-stage {
    padding-left: 0 !important;
  }
  #homepage #homepage-look .homepage-look-body div[class*=col-] {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  #homepage #homepage-look .homepage-look-body div[class*=col-] {
    padding: 0 10px;
  }
}
#homepage #homepage-trends .homepage-trends-header h3 .icon {
  background-image: url("../images/icons/trend-new.gif");
}
#homepage #homepage-trends .homepage-trends-header h3 .text {
  padding-right: 10px;
}
#homepage #homepage-trends .homepage-trends-header h3 .text:after {
  bottom: 15px;
}
@media (max-width: 767px) {
  #homepage #homepage-trends .homepage-trends-body #homepage-trends-carousel .owl-item.active .product-item .product-item-container {
    color: #008169 !important;
  }
  #homepage #homepage-trends .homepage-trends-body #homepage-trends-carousel .owl-item.active .product-item .product-item-container h5, #homepage #homepage-trends .homepage-trends-body #homepage-trends-carousel .owl-item.active .product-item .product-item-container a, #homepage #homepage-trends .homepage-trends-body #homepage-trends-carousel .owl-item.active .product-item .product-item-container .final-price, #homepage #homepage-trends .homepage-trends-body #homepage-trends-carousel .owl-item.active .product-item .product-item-container .discounted-price {
    color: #008169 !important;
  }
  #homepage #homepage-trends .homepage-trends-body #homepage-trends-carousel .owl-item.active .product-item .product-item-container .product-item-raffle a {
    color: #FFFFFF !important;
  }
  #homepage #homepage-trends .homepage-trends-body #homepage-trends-carousel .owl-item.active .product-item .product-item-container .product-item-image .product-item-wishlist, #homepage #homepage-trends .homepage-trends-body #homepage-trends-carousel .owl-item.active .product-item .product-item-container .product-item-image .product-item-sizes {
    display: block;
  }
}
#homepage #homepage-trends .homepage-trends-body #homepage-trends-carousel .owl-item .product-item .product-item-info .product-item-title {
  flex: 0 0 65%;
  max-width: 65%;
}
#homepage #homepage-trends .homepage-trends-body #homepage-trends-carousel .owl-item .product-item .product-item-info .product-item-price {
  flex: 0 0 35%;
  max-width: 35%;
  text-align: right;
}
#homepage #homepage-trends .homepage-trends-body #homepage-trends-carousel .owl-nav button.owl-prev {
  left: 25px;
}
#homepage #homepage-trends .homepage-trends-body #homepage-trends-carousel .owl-nav button.owl-next {
  right: 25px;
}
#homepage #homepage-release .homepage-release-header h3 .icon {
  background-image: url("../images/icons/laurel-new.gif");
}
#homepage #homepage-release .homepage-release-header h3 .text {
  padding-right: 10px;
}
#homepage #homepage-release .homepage-release-header h3 .text:after {
  bottom: 20px;
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
}
@media (max-width: 1024px) {
  #homepage #homepage-release .homepage-release-body .banner-container {
    position: relative;
    height: auto;
    margin: 0 -7.5px;
  }
  #homepage #homepage-release .homepage-release-body .banner-container .col-lg-4 {
    position: relative;
    height: 100%;
  }
  #homepage #homepage-release .homepage-release-body .banner-container .col-lg-4 .banner-content {
    left: 0;
    width: 100%;
  }
  #homepage #homepage-release .homepage-release-body .banner-container .banner-image, #homepage #homepage-release .homepage-release-body .banner-container .banner-content {
    height: auto;
  }
  #homepage #homepage-release .homepage-release-body .banner-container .banner-image .owl-stage-outer, #homepage #homepage-release .homepage-release-body .banner-container .banner-image .owl-stage, #homepage #homepage-release .homepage-release-body .banner-container .banner-image .owl-item, #homepage #homepage-release .homepage-release-body .banner-container .banner-image .item, #homepage #homepage-release .homepage-release-body .banner-container .banner-content .owl-stage-outer, #homepage #homepage-release .homepage-release-body .banner-container .banner-content .owl-stage, #homepage #homepage-release .homepage-release-body .banner-container .banner-content .owl-item, #homepage #homepage-release .homepage-release-body .banner-container .banner-content .item {
    height: auto;
  }
  #homepage #homepage-release .homepage-release-body .banner-container .banner-image .item {
    position: relative;
    padding-bottom: 125%;
    overflow: hidden;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #homepage #homepage-release .homepage-release-body .banner-container .banner-image .item {
    padding-bottom: 100%;
  }
}
@media (max-width: 1024px) {
  #homepage #homepage-release .homepage-release-body .banner-container .banner-image .item img, #homepage #homepage-release .homepage-release-body .banner-container .banner-image .item video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #homepage #homepage-release .homepage-release-body .banner-container .banner-content {
    position: relative;
  }
  #homepage #homepage-release .homepage-release-body .banner-container .col-lg-4:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #FFFFFF;
    z-index: 2;
  }
}
#homepage #homepage-release .homepage-release-body .homepage-release-next {
  padding-top: 50px;
}
@media (max-width: 767px) {
  #homepage #homepage-release .homepage-release-body .homepage-release-next {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #homepage #homepage-release .homepage-release-body .homepage-release-next .next-release-item {
    padding-top: 40px;
  }
}
#homepage #homepage-release .homepage-release-body .homepage-release-next .next-release-item .next-release-item-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 20px;
  background-color: #F1F1F1;
}
#homepage #homepage-release .homepage-release-body .homepage-release-next .next-release-item .next-release-item-image a img, #homepage #homepage-release .homepage-release-body .homepage-release-next .next-release-item .next-release-item-image a video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
#homepage #homepage-release .homepage-release-body .homepage-release-next .next-release-item .next-release-item-info {
  text-align: center;
}
#homepage #homepage-release .homepage-release-body .homepage-release-next .next-release-item .next-release-item-info h4 {
  font-size: 1.875rem;
  letter-spacing: 0.0625rem;
  font-weight: normal;
  font-family: "PT Sans", Helvetica, Arial;
  line-height: 120%;
}
@media (max-width: 767px) {
  #homepage #homepage-release .homepage-release-body .homepage-release-next .next-release-item .next-release-item-info h4 {
    font-size: 1.5rem;
  }
}
#homepage #homepage-release .homepage-release-body .homepage-release-next .next-release-item .next-release-item-info p {
  margin-bottom: 25px;
  line-height: 175%;
}
#homepage #homepage-release .homepage-release-body .homepage-release-next .next-release-item .next-release-item-info .item-countdown {
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  font-weight: bold;
  font-size: 1rem;
}
#homepage #homepage-release .homepage-release-body .homepage-release-next .next-release-item .next-release-item-info .item-countdown .counter-container {
  display: flex;
  align-items: center;
}
#homepage #homepage-release .homepage-release-body .homepage-release-next .next-release-item .next-release-item-info .item-countdown .counter-container .space {
  margin: 0 5px;
}
#homepage #homepage-release .homepage-release-body .homepage-release-next .next-release-item .next-release-item-info .btn {
  margin-top: 25px;
  min-width: 200px;
}
#homepage #homepage-reading-room .homepage-reading-room-header h3 .icon {
  background-image: url("../images/icons/book-new.gif");
}
#homepage #homepage-reading-room .homepage-reading-room-header h3 .text {
  padding-right: 5px;
}
#homepage #homepage-reading-room .homepage-reading-room-header h3 .text:after {
  bottom: 20px;
}
#homepage #homepage-reading-room .homepage-reading-room-body .product-item {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1024px) {
  #homepage #homepage-reading-room .homepage-reading-room-body .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#homepage #homepage-reading-room .homepage-reading-room-body .product-item .product-item-image {
  padding-bottom: 133%;
}
@media (max-width: 767px) {
  #homepage #homepage-reading-room .homepage-reading-room-body .product-item .product-item-info .product-item-title {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 767px) {
  #homepage #homepage-reading-room .homepage-reading-room-body .product-item .product-item-info .product-item-price {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.25rem;
    text-align: left;
  }
}
#homepage #homepage-newsletter {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #homepage #homepage-newsletter {
    padding-bottom: 0;
  }
}
#homepage #homepage-newsletter .homepage-newsletter-header {
  margin-bottom: 0;
}

/*
 * CATALOGUE
 */
#catalogue .catalogue-header {
  padding: 35px 0 25px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #catalogue .catalogue-header {
    padding: 0 0 15px;
  }
}
#catalogue .catalogue-header .catalogue-title {
  width: 50%;
}
@media (max-width: 1024px) {
  #catalogue .catalogue-header .catalogue-title {
    width: 100%;
  }
}
#catalogue .catalogue-header .catalogue-title h1 {
  margin-top: 0;
}
#catalogue .catalogue-header .catalogue-title p {
  margin-bottom: 0;
}
#catalogue .catalogue-header .catalogue-cat {
  width: 100%;
  padding-top: 15px;
}
@media (max-width: 767px) {
  #catalogue .catalogue-header .catalogue-cat {
    padding-top: 5px;
    width: calc(100% + 30px);
    margin: 0 -15px;
    overflow-x: auto;
  }
}
#catalogue .catalogue-header .catalogue-cat ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  #catalogue .catalogue-header .catalogue-cat ul {
    flex-wrap: nowrap;
    width: fit-content;
  }
}
#catalogue .catalogue-header .catalogue-cat ul li {
  padding: 0 5px 10px;
}
@media (max-width: 767px) {
  #catalogue .catalogue-header .catalogue-cat ul li {
    width: max-content;
  }
}
#catalogue .catalogue-header .catalogue-cat ul li:nth-child(1) {
  padding-left: 0;
}
@media (max-width: 767px) {
  #catalogue .catalogue-header .catalogue-cat ul li:nth-child(1) {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  #catalogue .catalogue-header .catalogue-cat ul li:nth-last-child(1) {
    padding-right: 15px;
  }
}
#catalogue .catalogue-header .catalogue-cat ul li a {
  display: block;
  border: 1px solid #C5C5C5;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  #catalogue .catalogue-header .catalogue-cat ul li a {
    padding: 5px 10px;
    font-size: 0.9rem;
  }
}
#catalogue .catalogue-header .catalogue-cat ul li a:hover {
  border-color: #008169;
}
#catalogue .catalogue-filter-mobile-menu {
  width: calc(100% + 30px);
  margin: 0 -15px 15px;
  border: 1px solid #C5C5C5;
  border-left: none;
  border-right: none;
  position: sticky;
  top: 97px;
  z-index: 99;
  background-color: #FFFFFF;
}
#catalogue .catalogue-filter-mobile-menu h5 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 20px;
}
#catalogue .catalogue-filters {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background-color: #FFFFFF;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto;
    transition: 0.5s all ease-in-out;
  }
  #catalogue .catalogue-filters.open {
    z-index: 9999;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
#catalogue .catalogue-filters:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #C5C5C5;
  z-index: 1;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters:after {
    display: none;
  }
}
#catalogue .catalogue-filters .catalogue-filters-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-container {
    display: block;
    overflow-y: auto;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding-bottom: 54px;
  }
}
#catalogue .catalogue-filters .catalogue-filters-container #catalogue-filters-clearer {
  margin-left: auto;
  font-size: 0.875rem;
  text-decoration: underline;
}
#catalogue .catalogue-filters .catalogue-filters-body {
  position: relative;
  margin-top: -1px;
}
#catalogue .catalogue-filters .catalogue-filters-body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #C5C5C5;
  z-index: 1;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-body:after {
    display: none;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab {
  margin: 0;
  margin-right: 25px;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab {
    flex: 0 0 100%;
    width: 100%;
    margin-right: 0;
  }
  #catalogue .catalogue-filters .catalogue-filters-tab.back-filter {
    background-color: #FFFFFF;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5;
  }
  #catalogue .catalogue-filters .catalogue-filters-tab.back-filter .catalogue-filters-tab-header .catalogue-filters-voices-title {
    padding: 25px 15px;
  }
  #catalogue .catalogue-filters .catalogue-filters-tab.back-filter .catalogue-filters-tab-header .catalogue-filters-voices-title:hover {
    color: #000000;
  }
  #catalogue .catalogue-filters .catalogue-filters-tab.back-filter .catalogue-filters-tab-header .catalogue-filters-voices-title .header-right {
    display: flex;
  }
  #catalogue .catalogue-filters .catalogue-filters-tab.back-filter .catalogue-filters-tab-header .catalogue-filters-voices-title .header-right #catalogue-filters-clearer {
    margin-right: 25px;
    text-decoration: underline;
    font-weight: normal;
  }
  #catalogue .catalogue-filters .catalogue-filters-tab.back-filter .catalogue-filters-tab-header .catalogue-filters-voices-title .header-right a {
    padding: 0;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab:nth-last-child(1) {
  padding-right: 0;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-tab-header {
    padding: 0;
    border: none;
    border-bottom: 1px solid #C5C5C5;
  }
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-tab-header a {
    display: block;
    padding: 20px 15px;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-tab-header .catalogue-filters-voices-title {
  border-bottom: none;
  position: relative;
  z-index: 2;
  border: 1px solid #C5C5C5;
  border-bottom: none;
  background-color: #FFFFFF;
  height: 100%;
  display: block;
  padding: 10px 15px;
  transition: 0.25s all ease-in-out;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-tab-header .catalogue-filters-voices-title {
    padding: 20px 15px;
    border: none;
    transition: unset;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-tab-header .catalogue-filters-voices-title h5 {
  font-weight: normal;
  margin-bottom: 0;
  display: flex;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-tab-header .catalogue-filters-voices-title h5 {
    font-weight: bold;
    justify-content: space-between;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-tab-header .catalogue-filters-voices-title h5 .arrows-icon {
  margin-left: 10px;
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-tab-header .catalogue-filters-voices-title h5 .arrows-icon span:before {
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-tab-header .catalogue-filters-voices-title h5 .arrows-icon span:after {
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-tab-header .catalogue-filters-voices-title:hover h5 .arrows-icon span:before, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-tab-header .catalogue-filters-voices-title:hover h5 .arrows-icon span:after {
  background-color: #008169;
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-tab-header .catalogue-filters-voices-title.collapsed {
  height: 100%;
  z-index: 0;
  border-bottom: 1px solid #C5C5C5;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-tab-header .catalogue-filters-voices-title.collapsed {
    border: none;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-tab-header .catalogue-filters-voices-title.collapsed h5 .arrows-icon span:before {
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-tab-header .catalogue-filters-voices-title.collapsed h5 .arrows-icon span:after {
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices {
  max-height: unset !important;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices:before, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #C5C5C5;
    z-index: 2;
  }
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices:before {
    top: 0;
  }
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices:after {
    bottom: 0;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in {
    width: calc(100% + 1px);
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 0;
  width: 100%;
  margin: 0 -2.5px;
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul:nth-child(1) {
  padding-top: 20px;
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul:nth-last-child(1) {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul {
    padding: 0;
    margin: 0;
  }
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul:nth-child(1) {
    padding-top: 0;
  }
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul:nth-last-child(1) {
    padding-bottom: 0;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li {
  margin: 0;
  padding: 0 2.5px 5px !important;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 !important;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label {
  padding: 0;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label {
    width: 100%;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label a {
  min-width: 75px;
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #C5C5C5;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label a {
    display: block;
    width: 100%;
    padding: 20px 15px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #C5C5C5;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label a:hover {
  border: 1px solid #008169;
  color: #008169 !important;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label a:hover {
    border: none;
    border-bottom: 1px solid #C5C5C5;
    color: #000000 !important;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label.disabled {
  pointer-events: none;
  color: #dee2e6 !important;
  border: 1px solid #dee2e6 !important;
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label.checked a {
  font-weight: bold;
  border: 1px solid #008169;
  color: #FFFFFF !important;
  background-color: #008169;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label.checked a {
    border: none;
    border-bottom: 1px solid #C5C5C5;
    background-color: #008169;
    color: #FFFFFF;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label.no-link {
  min-width: 75px;
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #C5C5C5;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label.no-link {
    display: block;
    width: 100%;
    padding: 20px 15px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #C5C5C5;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label.no-link:hover {
  border: 1px solid #008169;
  color: #008169 !important;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label.no-link:hover {
    border: none;
    border-bottom: 1px solid #C5C5C5;
    color: #000000 !important;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label.no-link.disabled {
  pointer-events: none;
  color: #dee2e6 !important;
  border: 1px solid #dee2e6 !important;
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label.no-link.checked {
  font-weight: bold;
  border: 1px solid #008169;
  color: #FFFFFF !important;
  background-color: #008169;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label.no-link.checked {
    border: none;
    border-bottom: 1px solid #C5C5C5;
    background-color: #008169;
    color: #FFFFFF;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices .catalogue-filters-voices-in ul li label.no-link.checked i {
  display: none;
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices#catalogue-filter-prices .catalogue-filters-voices-in ul li label, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-attributes .catalogue-filters-voices-in ul li label, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-features .catalogue-filters-voices-in ul li label {
  min-width: 75px;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #C5C5C5;
  text-align: center;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices#catalogue-filter-prices .catalogue-filters-voices-in ul li label, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-attributes .catalogue-filters-voices-in ul li label, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-features .catalogue-filters-voices-in ul li label {
    width: 100%;
    text-align: left;
    padding: 20px 15px;
    border: none;
    border-bottom: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices#catalogue-filter-prices .catalogue-filters-voices-in ul li label:hover, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-attributes .catalogue-filters-voices-in ul li label:hover, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-features .catalogue-filters-voices-in ul li label:hover {
  border: 1px solid #008169;
  color: #008169 !important;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices#catalogue-filter-prices .catalogue-filters-voices-in ul li label:hover, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-attributes .catalogue-filters-voices-in ul li label:hover, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-features .catalogue-filters-voices-in ul li label:hover {
    border: none;
    border-bottom: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    color: #000000 !important;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices#catalogue-filter-prices .catalogue-filters-voices-in ul li label.checked, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-attributes .catalogue-filters-voices-in ul li label.checked, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-features .catalogue-filters-voices-in ul li label.checked {
  font-weight: bold;
  border: 1px solid #008169;
  color: #FFFFFF !important;
  background-color: #008169;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices#catalogue-filter-prices .catalogue-filters-voices-in ul li label.checked, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-attributes .catalogue-filters-voices-in ul li label.checked, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-features .catalogue-filters-voices-in ul li label.checked {
    border: none;
    border-bottom: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    background-color: #008169;
    color: #FFFFFF;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices#catalogue-filter-prices .catalogue-filters-voices-in ul li label.checked i, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-attributes .catalogue-filters-voices-in ul li label.checked i, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-features .catalogue-filters-voices-in ul li label.checked i {
  display: none;
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices#catalogue-filter-prices, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-features {
  position: relative;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices#catalogue-filter-prices .catalogue-filters-voices-in ul li, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-features .catalogue-filters-voices-in ul li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-attributes .catalogue-filters-voices-in ul {
    margin: -1px 0 0;
  }
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-attributes .catalogue-filters-voices-in ul li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-filter-attributes .catalogue-filters-voices-in ul li label {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    border-bottom: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    text-align: center;
  }
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.collapse, #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.collapsing {
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  margin: -1px 0 0;
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-order .catalogue-filters-voices-in {
  width: 100%;
  overflow: hidden;
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-order .catalogue-filters-voices-in ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  width: 100%;
  margin: 0 -2.5px;
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-order .catalogue-filters-voices-in ul li {
  margin: 0;
  padding: 0 2.5px 5px;
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-order .catalogue-filters-voices-in ul li label {
  min-width: 75px;
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #C5C5C5;
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-order .catalogue-filters-voices-in ul li label:hover {
  border: 1px solid #008169;
  color: #008169 !important;
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-order .catalogue-filters-voices-in ul li label.checked {
  font-weight: bold;
  border: 1px solid #008169;
  color: #FFFFFF !important;
  background-color: #008169;
}
#catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-order .catalogue-filters-voices-in ul li label.checked i {
  display: none;
}
@media (max-width: 767px) {
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-order .catalogue-filters-voices-in label {
    padding: 20px 15px;
    width: 100%;
    border-bottom: 1px solid #C5C5C5;
  }
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-order .catalogue-filters-voices-in label.checked {
    font-weight: bold;
    background-color: #008169;
    color: #FFFFFF !important;
  }
  #catalogue .catalogue-filters .catalogue-filters-tab .catalogue-filters-voices.catalogue-order .catalogue-filters-voices-in label.checked i {
    display: none;
  }
}
#catalogue .catalogue-filters .filter-apply {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#catalogue .catalogue-body #items-list {
  margin-top: 0;
}
#catalogue[data-alias=release] .catalogue-body .product-item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
@media (max-width: 1024px) {
  #catalogue[data-alias=release] .catalogue-body .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  #catalogue[data-alias=release] .catalogue-body .product-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#catalogue[data-alias=release] .catalogue-body .product-item .item-countdown {
  font-size: 1.5rem;
  padding: 25px;
}
#catalogue[data-alias=release] .catalogue-body .product-item .item-countdown .time-description {
  font-size: 0.75rem;
}

#pagination ul li {
  color: #008169;
  background-color: transparent;
  width: 35px;
  height: 35px;
  font-size: 0.875rem;
  border: 1px solid #008169;
  margin: 0 2.5px 7.5px;
}
#pagination ul li:hover {
  background-color: #008169;
}
#pagination ul li:hover a {
  color: #FFFFFF;
}
#pagination ul li.active {
  background-color: #008169;
  border: none;
}
#pagination ul li.active a {
  color: #FFFFFF;
}
#pagination ul li.active:hover {
  background-color: #006754;
}
#pagination ul li a {
  width: 100%;
  height: 100%;
  color: #008169;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pagination ul li i {
  font-weight: 300;
}

/*
 * CATALOGUE PRODUCT
 */
.product-item {
  padding-bottom: 30px;
}
.product-item .product-item-container:hover {
  color: #008169 !important;
}
.product-item .product-item-container:hover h5, .product-item .product-item-container:hover a, .product-item .product-item-container:hover .final-price, .product-item .product-item-container:hover .discounted-price {
  color: #008169 !important;
}
.product-item .product-item-container:hover .product-item-image .product-item-wishlist, .product-item .product-item-container:hover .product-item-image .product-item-sizes {
  display: block;
}
.product-item .product-item-container:hover .product-item-image .product-item-hot {
  color: #008169;
}
@media (max-width: 767px) {
  .product-item .product-item-container:hover .product-item-image .product-item-sizes {
    display: none;
  }
}
.product-item .product-item-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  background-color: #FFFFFF;
  font-size: 0.75rem;
  overflow: hidden;
}
.product-item .product-item-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  z-index: 3;
}
.product-item .product-item-image .product-item-link img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
}
.product-item .product-item-image .product-sale-badge {
  position: absolute;
  top: 10px;
  left: 12.5px;
  z-index: 3;
  font-size: 1.35rem;
  line-height: 0;
  color: #ff6d2b;
}
@media (max-width: 767px) {
  .product-item .product-item-image .product-sale-badge {
    display: block;
    right: 5px;
    top: 10px;
    font-size: 0.9rem;
  }
}
.product-item .product-item-image .product-sale-badge.carousel {
  top: 20px;
  left: 20px;
}
@media (max-width: 767px) {
  .product-item .product-item-image .product-sale-badge.carousel {
    right: 5px;
    top: 10px;
  }
}
.product-item .product-item-image .product-item-hot {
  position: absolute;
  top: 17.5px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 3;
  background-color: transparent;
  color: #000000;
  font-weight: bold;
}
.product-item .product-item-image .product-item-percent {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 3;
  width: 60px;
  height: 40px;
  background-color: #008169;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.95rem;
  color: #FFFFFF;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .product-item .product-item-image .product-item-percent {
    top: 10px;
    font-size: 0.75rem;
    width: 50px;
    height: 35px;
  }
}
.product-item .product-item-image .product-item-percent strong {
  display: inline-block;
  margin-left: 1px;
  font-size: 75%;
}
.product-item .product-item-image .product-item-wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: none;
}
@media (max-width: 767px) {
  .product-item .product-item-image .product-item-wishlist {
    display: block;
    right: 5px;
    top: 10px;
  }
}
.product-item .product-item-image .product-item-wishlist a {
  color: #008169;
}
.product-item .product-item-image .product-item-wishlist a.wishlist-adder {
  position: relative;
}
.product-item .product-item-image .product-item-wishlist a.wishlist-adder .fa-star {
  position: relative;
  top: 0;
  right: 0;
  width: 17.5px;
  height: 20px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .product-item .product-item-image .product-item-wishlist a.wishlist-adder .fa-star {
    font-size: 0.9rem;
  }
}
.product-item .product-item-image .product-item-wishlist a.wishlist-adder .fa-star.fas {
  display: none;
}
.product-item .product-item-image .product-item-wishlist a.wishlist-adder.added .fa-star.fas {
  display: block;
}
.product-item .product-item-image .product-item-wishlist a.wishlist-adder.added .fa-star.fal {
  display: none;
}
.product-item .product-item-image .product-item-out {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}
.product-item .product-item-image .product-item-sizes {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  display: none;
  padding: 0 0 15px;
}
.product-item .product-item-image .product-item-sizes .product-item-size-list {
  display: flex;
  flex-wrap: wrap;
}
.product-item .product-item-image .product-item-sizes .product-item-size-list .product-item-attribute {
  font-size: 0.9rem;
  padding: 15px 15px 0;
  line-height: 100%;
  color: #008169;
}
.product-item .product-item-image .item-countdown {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex: 0 0 100%;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 100%;
  padding: 15px;
}
@media (max-width: 767px) {
  .product-item .product-item-image .item-countdown {
    font-size: 0.9rem;
    color: #008169;
  }
}
.product-item .product-item-image .item-countdown .counter-space {
  padding: 0 5px;
}
.product-item .product-item-image .item-countdown .time {
  width: 50px;
}
.product-item .product-item-image .item-countdown .time .counter-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.product-item .product-item-image .item-countdown .time .counter-container .time-description {
  width: 100%;
  font-size: 0.65rem;
  line-height: 100%;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .product-item .product-item-image .item-countdown .time .counter-container .time-description {
    font-size: 0.5rem;
  }
}
.product-item .product-item-info {
  font-size: 1rem;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-item .product-item-info {
    padding: 10px 0 20px;
  }
}
.product-item .product-item-info .product-item-title {
  flex: 0 0 65%;
  max-width: 65%;
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
}
.product-item .product-item-info .product-item-title h5 {
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .product-item .product-item-info .product-item-title {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.25rem;
  }
  .product-item .product-item-info .product-item-title h5 {
    margin-bottom: 0;
    font-size: 0.85rem;
  }
  .product-item .product-item-info .product-item-title span {
    display: none;
  }
}
.product-item .product-item-info .product-item-price {
  flex: 0 0 35%;
  max-width: 35%;
  font-weight: bold;
  text-align: right;
}
@media (max-width: 767px) {
  .product-item .product-item-info .product-item-price {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
  }
}
.product-item .product-item-info .product-item-price .discounted-price {
  margin-left: 2.5px;
}
.product-item .product-item-info .product-item-code {
  display: none;
}
@media (max-width: 767px) {
  .product-item .product-item-info .product-item-code {
    display: block;
    font-size: 0.85rem;
    margin-bottom: 0;
  }
}
.product-item .product-item-info .product-item-raffle {
  margin-top: 10px;
  width: 100%;
}
.product-item .product-item-info .product-item-raffle a {
  width: 100%;
  color: #FFFFFF !important;
}
.product-item .product-item-info .product-item-attributes {
  flex: 0 0 100%;
  max-width: 100%;
}

/*
 * PRODUCT PAGE
 */
@media (max-width: 767px) {
  #product-page {
    overflow-x: hidden;
  }
}
#product-page .breadcrumb {
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  #product-page .breadcrumb {
    padding-bottom: 15px;
  }
}
#product-page #product #product-images {
  position: relative;
  display: flex;
  height: 100%;
}
@media (max-width: 767px) {
  #product-page #product #product-images {
    display: none;
  }
}
#product-page #product #product-images .product-images-thumbnails {
  position: sticky;
  -webkit-position: sticky;
  top: 72px;
  height: 100%;
  flex: 0 0 75px;
  max-width: 75px;
}
#product-page #product #product-images .product-images-thumbnails .product-thumbnail {
  position: relative;
  width: 100%;
  height: 75px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
}
#product-page #product #product-images .product-images-thumbnails .product-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  z-index: 3;
}
#product-page #product #product-images .product-images-thumbnails .product-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
#product-page #product #product-images .product-images-thumbnails .product-thumbnail:nth-last-child(1) {
  margin-bottom: 0;
}
#product-page #product #product-images .product-images-container {
  flex: 0 0 calc(100% - 75px);
  max-width: calc(100% - 75px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
}
#product-page #product #product-images .product-images-container .product-image {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0 10px 10px;
}
#product-page #product #product-images .product-images-container .product-image:nth-last-child(1) {
  padding: 0 0 0 10px;
}
#product-page #product #product-images .product-images-container .product-image > div {
  position: relative;
  z-index: 1;
  height: 0;
  padding-bottom: 100%;
  background-color: #FFFFFF;
}
#product-page #product #product-images .product-images-container .product-image > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  z-index: 3;
}
#product-page #product #product-images .product-images-container .product-image > div a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
}
#product-page #product #product-images .product-images-container .product-image > div img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
#product-page #product #product-info {
  position: sticky;
  position: -webkit-sticky;
  top: 72px;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  padding: 50px 15px 50px 25px;
}
@media (max-width: 767px) {
  #product-page #product #product-info {
    position: relative;
    top: 0;
    max-width: 100%;
    padding: 0 7.5px 80px;
  }
}
#product-page #product #product-info .product-title {
  margin-bottom: 10px;
}
#product-page #product #product-info .product-title h1 {
  margin-bottom: 0;
  font-weight: bold;
}
#product-page #product #product-info .product-price {
  font-size: 1.5rem;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #product-page #product #product-info .product-price {
    font-size: 1.25rem;
  }
}
#product-page #product #product-info .product-price .sell-price, #product-page #product #product-info .product-price .final-price {
  color: #008169;
}
#product-page #product #product-info .product-price .discounted-price {
  color: #666666;
}
#product-page #product #product-info .product-price .discounted-price {
  font-size: 0.75rem;
  margin-left: 2.5px;
}
#product-page #product #product-info .product-price .tax {
  font-size: 0.75rem;
  margin-left: 7.5px;
}
#product-page #product #product-info .product-price .free-shipping {
  font-size: 0.75rem;
  line-height: 150%;
  text-align: left;
  margin: 15px 0 0;
  color: #008169;
  display: inline-block;
}
@media (max-width: 767px) {
  #product-page #product #product-info .product-price .free-shipping {
    width: 100%;
    margin: 10px 0 0;
  }
}
#product-page #product #product-info .btn {
  width: 100%;
  margin-bottom: 15px;
}
#product-page #product #product-info .item-countdown {
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 0 0 100%;
  font-weight: bold;
  font-size: 1rem;
  background-color: #008169;
  color: #FFFFFF;
  padding: 15px;
  margin-bottom: 15px;
}
#product-page #product #product-info .item-countdown .counter-container {
  display: flex;
  align-items: center;
}
#product-page #product #product-info .item-countdown .counter-container .space {
  margin: 0 5px;
}
#product-page #product #product-info .item-raffle-container {
  margin-top: 15px;
}
#product-page #product #product-info .item-raffle-container .product-attributes {
  margin-bottom: 15px;
}
#product-page #product #product-info .item-raffle-container .raffle-address {
  margin-bottom: 15px;
}
#product-page #product #product-info .item-raffle-container .raffle-address h4 {
  font-size: 1rem;
  letter-spacing: 0.0125rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#product-page #product #product-info .item-raffle-container .raffle-address #review-addresses > select {
  margin-bottom: 0 !important;
  border: 1px solid #C5C5C5 !important;
  padding: 15px !important;
  height: calc(2.5rem + 10px);
}
#product-page #product #product-info .item-raffle-container .raffle-address #review-addresses .review-address {
  margin: -1px 0 0;
  border: 1px solid #C5C5C5;
  padding: 15px !important;
}
#product-page #product #product-info .item-raffle-container .raffle-address #review-addresses .review-address select {
  height: 2.5rem;
}
#product-page #product #product-info .item-raffle-container .raffle-address #review-addresses .review-address .form-group {
  margin-bottom: 15px;
}
#product-page #product #product-info .item-raffle-container .raffle-address #raffle-shipping-charge {
  width: 100%;
  margin: 15px 0 0 !important;
}
#product-page #product #product-info .item-raffle-container .form-check {
  margin-bottom: 15px;
}
#product-page #product #product-info .item-raffle-container h3 {
  text-align: left;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "PT Sans", Helvetica, Arial;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #product-page #product #product-info .item-raffle-container h3 {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
#product-page #product #product-info .item-raffle-container p {
  font-size: 1rem !important;
}
#product-page #product #product-info .item-raffle-container h4 {
  font-size: 1rem;
  letter-spacing: 0.0125rem;
  font-weight: bold;
}
#product-page #product #product-info .item-raffle-container .form-row {
  margin: 0 0 15px;
}
#product-page #product #product-info .item-raffle-container .form-row label, #product-page #product #product-info .item-raffle-container .form-row p {
  font-size: 1rem !important;
  margin-bottom: 10px !important;
  line-height: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  #product-page #product #product-info .item-raffle-container .form-row label, #product-page #product #product-info .item-raffle-container .form-row p {
    padding: 0 10px !important;
  }
}
#product-page #product #product-info .item-raffle-container .form-row p {
  font-weight: bold;
}
#product-page #product #product-info .item-raffle-container.be-open {
  margin: 25px 0;
}
#product-page #product #product-info .item-raffle-container.be-open h3 {
  margin-bottom: 10px;
}
#product-page #product #product-info #product-item-carousel {
  width: calc(100% + 50px);
  margin: 0 -25px;
}
@media (max-width: 767px) {
  #product-page #product #product-info #product-item-carousel {
    margin: 0 -22.5px 25px;
    width: calc(100% + 45px);
  }
}
#product-page #product #product-info #product-item-carousel .product-image {
  padding: 0 15px;
}
@media (max-width: 767px) {
  #product-page #product #product-info #product-item-carousel .product-image {
    padding: 0 22.5px;
  }
}
#product-page #product #product-info #product-item-carousel .product-image .item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}
#product-page #product #product-info #product-item-carousel .product-image .item img {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  object-fit: cover;
}
#product-page #product #product-info #product-item-carousel .product-image .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  z-index: 3;
}
#product-page #product #product-info .product-attributes {
  margin-bottom: 10px;
}
#product-page #product #product-info .product-attributes .product-attributes-body {
  margin: 0;
}
#product-page #product #product-info .product-attributes .product-attributes-body .form-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
#product-page #product #product-info .product-attributes .product-attributes-body .form-group .dropdown-toggle {
  width: 100%;
  padding: 15px;
  border: 1px solid #000000;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: bold;
}
#product-page #product #product-info .product-attributes .product-attributes-body .form-group .dropdown-toggle:hover {
  color: #000000;
}
#product-page #product #product-info .product-attributes .product-attributes-body .form-group .dropdown-toggle .product-size-guide {
  font-size: 0.75rem;
  text-decoration: underline;
  font-weight: 400;
}
#product-page #product #product-info .product-attributes .product-attributes-body .form-group .dropdown-menu {
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 5px 0px;
  border-radius: 0px;
  border: 1px solid #000000;
  top: calc(100% - 1px) !important;
  -moz-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  z-index: 5;
}
#product-page #product #product-info .product-attributes .product-attributes-body .form-group .dropdown-menu.show {
  display: flex;
}
#product-page #product #product-info .product-attributes .product-attributes-body .form-group .attribute-toggler {
  width: 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  height: auto;
  background-color: transparent;
  margin: 0;
  padding: 0 5px 10px;
}
#product-page #product #product-info .product-attributes .product-attributes-body .form-group .attribute-toggler span {
  display: block;
  border: 1px solid #C5C5C5;
  padding: 15px;
  font-size: 0.875rem;
  color: #000000;
}
#product-page #product #product-info .product-attributes .product-attributes-body .form-group .attribute-toggler span:hover {
  color: #008169;
  border: 1px solid #008169;
}
#product-page #product #product-info .product-attributes .product-attributes-body .form-group .attribute-toggler.selected span {
  border: 1px solid #008169;
  background-color: #008169;
  color: #FFFFFF !important;
  font-weight: bold;
}
#product-page #product #product-info .product-attributes .product-attributes-body .form-group .attribute-toggler.disabled span {
  opacity: 0.25;
}
#product-page #product #product-info .product-cart-add .btn, #product-page #product #product-info .product-wishlist .btn {
  width: 100%;
}
#product-page #product #product-info .product-cart-add .btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #product-page #product #product-info .product-cart-add .btn {
    margin-bottom: 0;
  }
}
#product-page #product #product-info .product-cart-add .btn i {
  margin-right: 2.5px;
  top: -1px;
  position: relative;
}
@media (max-width: 767px) {
  #product-page #product #product-info .product-cart-add {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    z-index: 99;
    transition: 0.25s all ease-in-out;
  }
  #product-page #product #product-info .product-cart-add.hide {
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
#product-page #product #product-info .product-wishlist {
  margin-bottom: 10px;
}
#product-page #product #product-info .product-wishlist a .added {
  display: none;
  color: #008169;
}
#product-page #product #product-info .product-wishlist a.added .add {
  display: none;
}
#product-page #product #product-info .product-wishlist a.added .added {
  display: block;
}
#product-page #product #product-info .product-wishlist i {
  margin-right: 2.5px;
  top: -1px;
  position: relative;
}
#product-page #product #product-info .product-details {
  margin-bottom: 25px;
}
#product-page #product #product-info .product-details p {
  margin-bottom: 5px;
}
#product-page #product #product-info .product-details p b {
  font-size: 1rem;
  margin-right: 10px;
}
#product-page #product #product-info .product-description li {
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.0125rem;
}
@media (max-width: 767px) {
  #product-page #product #product-info .product-description li {
    font-size: 1rem;
  }
}
#product-page #product #product-info .product-description video {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#product-page #product #product-info #giftcard-amount-slider-handle {
  background-color: #c1272d;
}
#product-page #product-customer-service {
  padding-top: 150px;
}
@media (max-width: 767px) {
  #product-page #product-customer-service {
    padding-top: 0;
  }
}
#product-page #product-related .product-related-header h3 .icon {
  background-image: url("../images/icons/trend.png");
}
#product-page #product-related .product-related-header h3 .text {
  padding-right: 10px;
  padding-bottom: 10px;
}
#product-page #product-related .product-related-header h3 .text:after {
  bottom: -10px;
}

#size-guide {
  padding: 0 !important;
}
#size-guide table {
  width: calc(100% + 2px);
  margin: -1px -1px 0;
}
#size-guide table tr td {
  border: 1px solid #000000;
  padding: 10px;
  font-size: 0.9rem;
}
#size-guide table tr:nth-child(2n) {
  background-color: #F1F1F1;
}

.fancybox-container .fancybox-button--zoom, .fancybox-container .fancybox-button--play, .fancybox-container .fancybox-button--thumbs {
  display: none !important;
}
.fancybox-container .fancybox-button {
  background-color: transparent;
  border: none !important;
}
.fancybox-container .fancybox-button svg {
  color: #000000;
}
.fancybox-container .fancybox-button[disabled] {
  opacity: 0 !important;
}
.fancybox-container .fancybox-content {
  position: relative;
}
.fancybox-container .fancybox-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  z-index: 3;
}
.fancybox-container .fancybox-bg {
  background-color: rgba(255, 255, 255, 0.9);
}
.fancybox-container.fancybox-is-open {
  opacity: 1;
}

/*
 * REVIEWPAGE
 */
#review .review {
  border-bottom: 1px solid #C5C5C5;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 1024px) {
  #review .review {
    border-top: none !important;
  }
}
#review .review .container {
  max-width: 1440px !important;
  padding: 0 45px !important;
}
@media (max-width: 1024px) {
  #review .review .container {
    max-width: 800px !important;
  }
}
@media (max-width: 767px) {
  #review .review .container {
    padding: 0 15px !important;
  }
  #review .review .container .row {
    margin: 0;
  }
}
#review .review .container .card {
  margin: 0 0 25px;
  border-radius: 0;
  border: none;
}
#review .review .container .card .card-header {
  border-radius: 0;
  border: 1px solid #C5C5C5;
  background-color: #FFFFFF !important;
  padding: 20px !important;
}
#review .review .container .card .card-body {
  border-radius: 0;
  border: 1px solid #C5C5C5;
  border-top: none;
  padding: 25px;
}
#review .review .container .card.paypal-container .card-body {
  border-top: 1px solid #C5C5C5;
}
#review .review h1, #review .review h3, #review .review h4 {
  font-family: "Streetscript", Helvetica, Arial;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: 0.0625rem;
  font-weight: normal;
  font-size: 1.875rem !important;
  margin-bottom: 25px !important;
}
#review .review .alert {
  font-size: 0.875rem;
  letter-spacing: 0.0125rem;
}
#review .review #review-action {
  padding: 75px 75px 150px;
  padding-left: 0;
}
@media (max-width: 1024px) {
  #review .review #review-action {
    padding: 25px 0 50px;
  }
}
#review .review #review-action #guest-checkout {
  margin-bottom: 25px;
}
#review .review #review-action #guest-checkout .login-btn {
  margin: 0;
}
@media (max-width: 767px) {
  #review .review #review-action #guest-checkout .login-btn {
    width: 100%;
  }
}
#review .review #review-action #guest-checkout .card-header label {
  font-size: 1rem !important;
}
#review .review #review-action #guest-checkout .card-body .privacy-form-group {
  margin-bottom: 0;
}
#review .review #review-action #review-third-step #review-addresses {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #review .review #review-action #review-third-step #review-addresses {
    margin-bottom: 30px;
  }
}
#review .review #review-action #review-third-step #review-addresses select {
  height: 35.5px;
}
@media (max-width: 767px) {
  #review .review #review-action #review-third-step #review-addresses select {
    height: 38px;
  }
}
#review .review #review-action #review-third-step #review-addresses #billing-address {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #C5C5C5 !important;
  padding: 15px 20px 20px !important;
  font-size: 1rem !important;
  height: calc(3.5rem + 10px);
}
#review .review #review-action #review-third-step #review-addresses .review-address {
  border: 1px solid #C5C5C5;
  padding: 25px;
}
@media (max-width: 767px) {
  #review .review #review-action #review-third-step #review-addresses .review-address {
    padding: 25px 25px 50px;
  }
}
#review .review #review-action #review-third-step #review-addresses .review-address .country-panel-toggler {
  padding-bottom: 0 !important;
}
#review .review #review-action #review-third-step #review-addresses .review-address .form-row > div .alert {
  margin-top: 1.5rem !important;
}
#review .review #review-action #review-third-step #review-addresses .review-address .form-group {
  margin-bottom: 1.5rem;
}
#review .review #review-action #review-third-step #review-addresses #billing-details-panel {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #review .review #review-action #review-third-step #review-addresses #billing-details-panel {
    margin-bottom: 30px;
  }
}
#review .review #review-action #review-third-step #review-addresses #billing-details-panel .form-check-input {
  margin-top: 0.15rem;
}
#review .review #review-action #review-third-step #review-addresses #shipment-panel {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #review .review #review-action #review-third-step #review-addresses #shipment-panel {
    margin-top: 30px;
  }
}
#review .review #review-action .review-container > div {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #review .review #review-action .review-container > div {
    margin-bottom: 30px;
  }
}
#review .review #review-action .review-container .shipper-container #shipper-container {
  border: 1px solid #C5C5C5;
}
#review .review #review-action .review-container .shipper-container #shipper-container #shipper label img {
  max-height: 25px;
}
#review .review #review-action .review-container .shipper-container #shipper-container #shipper label span.d-inline-block img {
  max-height: 15px;
}
#review .review #review-action .review-container .payment-container #payment-methods-container {
  border: 1px solid #C5C5C5;
}
#review .review #review-action .review-container .payment-container #payment-methods-container #payment-methods {
  margin-bottom: 0;
}
#review .review #review-action .review-container .payment-container #payment-methods-container #payment-methods .payment-method:nth-last-child(1) label {
  margin-bottom: 0;
}
#review .review #review-action .review-container .payment-container #payment-methods-container #payment-methods .payment-method label img {
  max-height: 25px;
}
#review .review #review-action .review-container .payment-container #payment-methods-container #payment-methods .payment-method label span.d-inline-block img {
  max-height: 15px;
}
#review .review #review-action .review-container label img {
  width: auto;
}
#review .review #review-action .review-notes {
  margin-bottom: 0;
}
#review .review #review-action .review-notes textarea {
  height: 35px !important;
  transition: 0.25s all ease-in-out;
}
@media (max-width: 767px) {
  #review .review #review-action .review-notes textarea {
    height: 55px !important;
    line-height: 125% !important;
  }
}
#review .review #review-action .review-notes textarea:focus {
  height: 150px !important;
}
#review .review #review-info {
  border-left: 1px solid #C5C5C5;
}
@media (max-width: 1024px) {
  #review .review #review-info {
    border-left: none;
    background-color: transparent;
    min-height: auto;
  }
}
#review .review #review-info #review-info-sticky {
  top: 0;
  padding: 75px;
  padding-right: 0;
}
@media (max-width: 1024px) {
  #review .review #review-info #review-info-sticky {
    padding: 0 0 50px;
    position: static;
  }
}
#review .review #review-first-step .review-items .basket-table {
  padding: 25px 0 !important;
}
@media (max-width: 767px) {
  #review .review #review-first-step .review-items .basket-table {
    padding: 0 !important;
    border: 1px solid #C5C5C5 !important;
  }
}
#review .review #review-first-step .review-items .basket-table .basket-item:nth-last-child(1) {
  border-bottom: none;
}
@media (max-width: 767px) {
  #review .review #review-first-step .review-items .basket-table .basket-item {
    padding: 15px !important;
    border-bottom: 1px solid #C5C5C5;
  }
}
@media (max-width: 1024px) {
  #review .review #review-first-step .review-items .basket-table .basket-item .form-row {
    padding: 15px;
  }
}
#review .review #review-second-step #review-coupon #coupon-control-add .btn {
  position: absolute;
  right: 10px;
  top: 50%;
  padding: 0;
  background: transparent;
  border: none;
  color: black;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: 0;
  font-weight: bold;
  background-color: transparent !important;
  border: none !important;
  width: auto;
}
@media (max-width: 767px) {
  #review .review #review-fourth-step {
    padding: 0 !important;
  }
}
#review .review #review-fourth-step .review-resume td {
  font-size: 0.875rem;
  padding: 10px;
}
#review .review #review-fourth-step .review-resume td h3 {
  font-family: "PT Sans", Helvetica, Arial;
  font-weight: bold;
  letter-spacing: 0.0125rem;
  font-size: 1.25rem !important;
  margin-bottom: 0 !important;
}
#review .review #review-fourth-step #checkout-btn {
  width: 100%;
  padding: 20px;
}
#review .form-control {
  border: 1px solid #000000;
  border-radius: 0;
}

.basket-table {
  border: none !important;
}
.basket-table .basket-row > * {
  margin: 0;
}

.basket-item {
  border-bottom: 1px solid #C5C5C5;
}
@media (max-width: 767px) {
  .basket-item {
    padding: 0 0 20px;
  }
}
.basket-item:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}
.basket-item .form-row .form-row {
  padding: 0 !important;
}
.basket-item .basket-item-image {
  padding-right: 10px;
}
.basket-item .basket-item-description {
  width: 100%;
  flex: 0 0 100% !important;
  padding-left: 10px;
}
.basket-item .basket-item-description h6, .basket-item .basket-item-description p {
  font-weight: normal;
  font-size: 0.75rem !important;
  margin-bottom: 0 !important;
}
.basket-item .basket-item-description h5 {
  font-size: 1rem;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .basket-item .basket-item-description h5 {
    font-size: 0.875rem;
  }
}
.basket-item .basket-item-description p.wishlist-choose {
  width: 100%;
  max-width: 300px;
}
.basket-item .basket-item-description p.wishlist-choose a {
  text-decoration: underline;
  font-weight: bold;
}
.basket-item .basket-item-description .basket-item-description-footer {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.basket-item .basket-item-description .basket-item-description-footer p {
  font-size: 0.875rem !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .basket-item .basket-item-description .basket-item-description-footer p {
    width: 100%;
  }
}
.basket-item .basket-item-description .basket-item-description-footer p a {
  font-weight: bold;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .basket-item .basket-item-description .basket-item-description-footer p a {
    display: block;
    margin-bottom: 5px;
  }
  .basket-item .basket-item-description .basket-item-description-footer p a:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.basket-item .basket-item-description .basket-item-description-footer p a:nth-last-child(1) {
  margin-right: 0;
}
.basket-item .basket-item-description .basket-item-description-footer .header-item-quantity {
  font-size: 0.875rem;
  letter-spacing: 0.0125rem;
  display: flex;
  align-items: center;
}
.basket-item .basket-item-description .basket-item-description-footer .header-item-quantity a:hover {
  color: #000000;
}
@media (max-width: 767px) {
  .basket-item .basket-item-description .basket-item-description-footer .header-item-quantity {
    font-size: 0.75rem;
  }
}
.basket-item .basket-item-description .basket-item-description-footer .header-item-quantity i {
  padding: 4.5px 6px;
  border: 1px solid #000000;
}
.basket-item .basket-item-description .basket-item-description-footer .header-item-quantity strong {
  margin: 0 10px;
  font-weight: normal;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .basket-item .basket-item-description .basket-item-description-footer .header-item-quantity strong {
    font-size: 0.875rem;
    letter-spacing: 0.0125rem;
  }
}
.basket-item .basket-item-prices {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .basket-item .basket-item-prices {
    width: 100%;
    padding: 0;
    margin-top: 10px;
    text-align: left !important;
  }
}
.basket-item .basket-item-prices strong {
  font-size: 1rem !important;
  flex: 0 0 auto !important;
}
@media (max-width: 767px) {
  .basket-item .basket-item-prices strong {
    font-size: 0.875rem !important;
  }
}
.basket-item .basket-item-prices strong span {
  font-size: 1.125rem !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .basket-item .basket-item-prices strong span {
    font-size: 1rem !important;
  }
}
.basket-item .basket-item-prices strong.discounted-price {
  margin-left: 5px;
  font-size: 0.875rem !important;
}
.basket-item .basket-item-prices strong.discounted-price span {
  font-size: 0.875rem !important;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 1rem;
}
.card-footer h5 {
  margin-bottom: 0;
  font-size: 0.875rem;
  letter-spacing: 0.0125rem;
}
.card-footer h5.final-price {
  font-size: 1.125rem !important;
}

/* DEFAULT PAGE */
.page .container {
  position: relative;
  max-width: 800px;
}
.page .container .post-title {
  text-align: left;
  margin: 50px 0 25px;
}
.page .container .post-title h1 {
  font-weight: bold;
  font-family: "Streetscript", Helvetica, Arial;
}
@media (max-width: 767px) {
  .page .container .post-title {
    margin: 25px 0;
  }
}
.page .container .post-body {
  text-align: left;
}
.page .container .post-body .iubenda_legal_document h1 {
  display: none;
}
.page .container .post-body h2 {
  font-size: 1.75rem;
  font-weight: bold;
}
.page .container .post-body h3 {
  font-family: "PT Sans", Helvetica, Arial;
  font-size: 1.5rem;
  font-weight: bold;
}
.page .container .post-body h4 {
  font-size: 1.25rem;
  font-weight: bold;
}
.page .container .post-body li {
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.0125rem;
}
.page .container .post-body .contacts-form {
  text-align: center;
  max-width: 650px;
  margin: 25px auto 0;
}
.page .container .post-body .contacts-form label {
  text-align: right;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .page .container .post-body .contacts-form label {
    text-align: left;
    padding: 10px;
  }
}
.page .container .post-body .form-group input, .page .container .post-body .form-group textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000000;
}
.page .container .post-body .form-group input::placeholder, .page .container .post-body .form-group textarea::placeholder {
  color: #000000;
}
.page .container .post-body .form-group a {
  margin-top: 10px;
  font-weight: bold;
}
.page .container .post-body .contacts-form-privacy-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .container .post-body .contacts-form-privacy-group input {
  margin-right: 5px;
}
.page .container .post-body .contacts-form-privacy-group label {
  margin-bottom: 0;
  font-size: 0.75rem;
}
.page .container .post-body .contacts-form-privacy-group label strong {
  font-weight: 400;
}
.page .container .post-body .contacts-form-privacy-group label a {
  font-weight: bold;
}
.page .container .post-body .btn {
  min-width: 200px;
}
.page.shipping .shipping-page-container {
  margin-bottom: 25px;
}
.page.shipping .shipping-page-container h4 {
  text-transform: uppercase;
}
.page.shipping .shipping-page-container label {
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.0125rem;
  font-weight: bold;
}
.page.shipping .shipping-page-container #shipping-container, .page.shipping .shipping-page-container .form-group {
  max-width: 600px;
}
.page.shipping .shipping-page-container .card .card-header {
  border-radius: 0;
  background-color: #008169;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .page.shipping .customer-service-element {
    margin: 0 !important;
  }
  .page.shipping .customer-service-element .owl-stage-outer {
    overflow: visible;
  }
  .page.shipping .customer-service-element .owl-dots {
    margin-top: 30px;
    text-align: center;
  }
}
.page.shipping .customer-service-element .service-item .service-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  background-position: center;
  background-size: cover;
}
.page.shipping .customer-service-element .service-item .service-icon.shipment {
  background-image: url("../images/icons/shipment.png");
}
.page.shipping .customer-service-element .service-item .service-content {
  text-align: center;
}
.page.shipping .customer-service-element .service-item .service-content p {
  font-size: 0.875rem;
  margin-bottom: 30px;
}
.page.welcome {
  padding: 0;
}
.page.welcome .post-title {
  max-width: 200px;
  margin: 0 auto 50px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .page.welcome .post-title {
    padding-top: 50px;
    margin: 0 auto 25px;
  }
}
.page.welcome .post-body {
  text-align: center;
}
.page.welcome .post-body .card {
  max-width: 600px;
  margin: 50px auto;
}
.page.welcome .post-body .card .card-header {
  background-color: #FFFFFF;
}
.page.welcome .post-body .card .card-header h3 {
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
}
.page.welcome .post-body .card .card-body {
  padding: 50px 25px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.page.welcome .post-body .card .card-body p {
  font-size: 1rem;
  margin: 0 auto 25px;
}
.page.welcome .post-body .card .card-body #passwordRemindControl {
  margin-bottom: 0;
}
.page.welcome .post-body .card .card-body #passwordRemindControl input {
  width: 100%;
  margin: 0 auto;
}
.page.welcome .post-body .card .card-body #passwordRemindContainer > a {
  display: none;
}
.page.welcome .post-body .card .card-body #passwordRemindContainer button {
  margin-top: 15px;
  width: 100%;
}

.manufacturers-wrapper .container {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .manufacturers-wrapper .container {
    margin-top: 25px;
  }
}
.manufacturers-wrapper .container .manufacturers-list {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .manufacturers-wrapper .container .manufacturers-list {
    margin-bottom: 25px;
  }
}
.manufacturers-wrapper .container .manufacturers-list h2 {
  font-family: "Streetscript", Helvetica, Arial;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: 0.0625rem;
  font-weight: normal;
}
.manufacturers-wrapper .container .manufacturers-list ul li {
  padding: 5px 0;
}
.manufacturers-wrapper .container .manufacturers-list ul li:not(.not-lowercase) {
  text-transform: lowercase;
}
.manufacturers-wrapper .container .manufacturers-list ul li:not(.not-lowercase)::first-letter {
  text-transform: uppercase;
}

.articles .container {
  max-width: 1680px;
}
.articles .container .articles-header {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .articles .container .articles-header {
    padding: 25px 0;
  }
}
.articles .container .articles-header h1 {
  position: relative;
  display: inline-block;
  font-family: "Streetscript", Helvetica, Arial;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: 0.0625rem;
  font-weight: normal;
  font-size: 2.5rem;
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  line-height: 125%;
}
.articles .container .articles-header h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 13%;
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icons/line.png");
}
.articles .container .articles-body .articles-article {
  margin-bottom: 30px;
}
.articles .container .articles-body .articles-article:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .articles .container .articles-body .articles-article.banner-container {
    position: relative;
    height: auto;
    margin: 0 -7.5px 30px;
  }
  .articles .container .articles-body .articles-article.banner-container .col-lg-4 {
    position: relative;
    height: 100%;
  }
  .articles .container .articles-body .articles-article.banner-container .col-lg-4 .banner-content {
    left: 0;
    width: 100%;
  }
  .articles .container .articles-body .articles-article.banner-container .banner-image, .articles .container .articles-body .articles-article.banner-container .banner-content {
    height: auto;
  }
  .articles .container .articles-body .articles-article.banner-container .banner-image .item, .articles .container .articles-body .articles-article.banner-container .banner-content .item {
    height: auto;
  }
  .articles .container .articles-body .articles-article.banner-container .banner-image {
    margin-bottom: 10px;
  }
  .articles .container .articles-body .articles-article.banner-container .banner-image .item {
    position: relative;
    padding-bottom: unset;
    overflow: hidden;
  }
  .articles .container .articles-body .articles-article.banner-container .banner-image .item img, .articles .container .articles-body .articles-article.banner-container .banner-image .item video {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  .articles .container .articles-body .articles-article.banner-container .banner-content {
    position: relative;
  }
  .articles .container .articles-body .articles-article.banner-container .banner-content .item {
    padding: 50px;
  }
  .articles .container .articles-body .articles-article.banner-container .banner-content .item .banner-title {
    padding: 0;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .articles .container .articles-body .articles-article.banner-container .banner-content .item {
    padding: 25px;
  }
}

.article .container {
  max-width: 1200px;
}
.article .container .article-title {
  padding: 50px 0 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .article .container .article-title {
    padding: 25px 0 0;
  }
  .article .container .article-title h1 {
    font-size: 1.5rem;
  }
}
.article .container .article-cover {
  padding: 15px;
}
@media (max-width: 767px) {
  .article .container .article-cover {
    padding: 15px 0 7.5px;
    margin: 0 -15px;
  }
}
.article .container .article-cover .post-content {
  margin: 0;
}
.article .container .article-body .post-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .article .container .article-body .post-text {
    margin: 0 -7.5px;
  }
}
.article .container .article-body h1, .article .container .article-body h2, .article .container .article-body h3, .article .container .article-body h4, .article .container .article-body h5, .article .container .article-body p {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
}
.article .container .article-body p {
  font-size: 1rem;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .article .container .article-body p {
    padding: 15px 22.5px;
  }
}
.article .container .article-body .post-content {
  padding: 15px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .article .container .article-body .post-content {
    padding: 7.5px 7.5px;
  }
}
.article .container .article-body .post-content.post-video {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
.article .container .article-body .post-content.post-content-landscape {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.article .container .article-body .post-content.post-content-portrait {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
.article .container .article-body .imagemap-spot .imagemap-spot-in {
  padding: 0;
  width: 25px;
  height: 25px;
  background-color: #008169;
  border: 1px solid #FFFFFF;
}
.article .container .article-body .imagemap-spot .imagemap-spot-in i {
  display: none;
}
.article .container .article-body .imagemap-spot:hover .imagemap-spot-in {
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
.article .container .article-body .imagemap-spot-content {
  display: flex;
  align-items: center;
  background-color: transparent;
  width: fit-content;
  min-width: initial;
  left: calc(150% - 50px);
  padding-left: 65px;
  padding-top: 35px;
  top: 77%;
}
@media (max-width: 1024px) {
  .article .container .article-body .imagemap-spot-content {
    display: none;
  }
}
.article .container .article-body .imagemap-spot-content:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 25px;
  width: 40px;
  height: 1px;
  background-color: #FFFFFF;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}
.article .container .article-body .imagemap-spot-content .imagemap-spot-content-in h5, .article .container .article-body .imagemap-spot-content .imagemap-spot-content-in h6 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
  padding: 0;
  margin-bottom: 2.5px;
}
.article .container .article-body .imagemap-spot-content .imagemap-spot-content-in h5 a, .article .container .article-body .imagemap-spot-content .imagemap-spot-content-in h6 a {
  color: #FFFFFF;
}
.article .container .article-body .imagemap-spot-content .imagemap-spot-content-in .imagemap-spot-content-price {
  display: block;
  font-size: 1rem;
  line-height: 125%;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.article .container .article-body .imagemap-spot-content .imagemap-spot-content-in .imagemap-spot-content-price span {
  color: #FFFFFF;
  font-weight: 400;
}
.article .container .article-body .imagemap-spot-content .imagemap-spot-content-in .imagemap-spot-content-price span.discounted-price {
  font-size: 75%;
}
.article .container .article-body .imagemap-spot-content .imagemap-spot-content-in .imagemap-spot-link {
  font-size: 0.85rem;
  font-weight: 400;
  color: #FFFFFF !important;
  line-height: 125%;
  padding: 0 !important;
  display: block;
}

/*
 * LOGIN
 */
.login-container {
  width: 100%;
  max-width: 800px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .login-container {
    padding-top: 50px;
  }
}
.login-container .nav-pills {
  position: relative;
  z-index: 2;
  top: 2px;
  display: flex !important;
  border: none;
}
.login-container .nav-pills .nav-item {
  flex: 0 0 50%;
  max-width: 50%;
}
.login-container .nav-pills .nav-item .nav-link {
  position: relative;
  font-family: "Streetscript", Helvetica, Arial;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: 0.0625rem;
  font-weight: normal;
  margin-bottom: 0;
  padding: 30px 30px 20px;
  border-radius: 0;
  background-color: #F1F1F1;
  border: 1px solid #C5C5C5;
  cursor: pointer;
}
@media (max-width: 767px) {
  .login-container .nav-pills .nav-item .nav-link {
    font-size: 1.125rem;
    padding: 20px 20px 15px;
  }
}
.login-container .nav-pills .nav-item .nav-link.active {
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: none;
}
.login-container .nav-pills .nav-item .nav-link.active.login-link {
  border-right: none;
}
.login-container .nav-pills .nav-item .nav-link.active.register-link {
  border-left: none;
}
.login-container .tab-content .card {
  border-radius: 0;
  border-color: #C5C5C5;
}
.login-container .tab-content .card .card-body {
  padding: 100px 25px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .login-container .tab-content .card .card-body {
    padding: 50px 25px;
  }
}
.login-container .tab-content .card .card-body .form-group {
  position: relative;
}
.login-container .tab-content .card .card-body #registerPrivacy {
  margin: 5px 0 20px;
}
.login-container .tab-content .card .card-body #registerPrivacy .form-group {
  margin-bottom: 0;
}
.login-container .tab-content .card .card-body .btn {
  width: 100%;
}

.reset-container {
  margin: 25px 0;
}
.reset-container .card-link {
  font-size: 1rem;
  letter-spacing: 0.0125rem;
  font-weight: bold;
  font-weight: normal;
  color: #666666;
}

/*
 * ACCOUNT
 */
.account .container {
  position: relative;
  max-width: 900px;
}
.account .account-sidebar-menu {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .account .account-sidebar-menu {
    flex-wrap: wrap;
    padding: 10px 0;
    margin-bottom: 25px;
  }
}
.account .account-sidebar-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #008169;
  z-index: 1;
  pointer-events: none;
}
.account .account-sidebar-menu li {
  position: relative;
  z-index: 2;
  padding: 0;
  font-size: 0.875rem;
  letter-spacing: 0.0125rem;
}
.account .account-sidebar-menu li a {
  color: #FFFFFF;
  display: block;
  padding: 15px 25px;
}
@media (max-width: 767px) {
  .account .account-sidebar-menu li a {
    padding: 5px 20px;
  }
}
.account .account-sidebar-menu li:hover {
  background-color: #006754;
}
@media (max-width: 767px) {
  .account .account-sidebar-menu li:hover {
    background-color: #008169;
  }
}
.account .account-sidebar-menu li.active {
  font-weight: bold;
}
.account .account-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.account .account-header h1 {
  font-family: "Streetscript", Helvetica, Arial;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: 0.0625rem;
  font-weight: normal;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .account .account-header {
    flex-wrap: wrap;
  }
  .account .account-header .add-address-container {
    width: 100%;
    margin-bottom: 0;
    margin-top: 25px;
  }
}
.account .account-header.thank-you-page {
  display: block;
  margin: 100px 0;
  text-align: center;
}
.account .account-header.thank-you-page img {
  margin: 0 auto 25px;
  max-width: 100px;
}
.account .account-header.thank-you-page h2 {
  font-size: 1.25rem;
  font-weight: bold;
}
.account .account-header.thank-you-page p {
  font-size: 1rem;
}
.account .account-body {
  font-size: 0.875rem;
  letter-spacing: 0.0125rem;
}
.account .account-body .card {
  margin: 25px auto;
}
.account .account-body p {
  font-size: 0.875rem;
  letter-spacing: 0.0125rem;
}
.account .account-body #account-privacy label {
  margin-bottom: 20px;
}
.account .account-body #address-book-container .address {
  margin: 25px 0;
}
@media (max-width: 767px) {
  .account .account-body #address-book-container .address .float-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
  }
}
.account .account-body table tr {
  background-color: #FFFFFF;
  border-left: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
}
.account .account-body table tr td, .account .account-body table tr th {
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
}
.account .account-body .checkout-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .account .account-body .checkout-row .float-left {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}
.account .account-body .card-header {
  background-color: #FFFFFF;
}
.account .account-body .card-header h4 {
  margin: 0;
  font-weight: bold;
}
.account .account-body .card-header .mt-md-1 {
  margin: 0 !important;
}
.account .account-body .card-footer {
  flex-wrap: wrap;
}
.account .account-body .card-footer .row {
  width: 100%;
  margin-bottom: 10px;
}
.account .account-body .card-footer .row h3 {
  font-family: "PT Sans", Helvetica, Arial;
  font-weight: bold;
  font-size: 1.5rem;
}
.account .account-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .account .account-footer {
    justify-content: center;
  }
}
.account .account-footer .account-deactivate {
  padding-top: 0;
  font-size: 0.875rem;
  letter-spacing: 0.0125rem;
}
@media (max-width: 767px) {
  .account .account-footer .account-deactivate {
    padding-top: 15px;
  }
}
.account.return .account-header {
  margin-bottom: 10px;
}
.account.return #returns-form > h4 {
  margin-bottom: 25px;
}
.account.return #returns-form #return-refund-summary {
  align-items: center;
}
.account.return #returns-form #return-refund-summary h4 {
  font-size: 1rem;
  margin-bottom: 0;
}
.account.return #returns-form #return-refund-summary h3 {
  font-size: 1.875rem;
  letter-spacing: 0.0625rem;
  font-weight: normal;
  font-family: "PT Sans", Helvetica, Arial;
  line-height: 120%;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}
.account.return #returns-form textarea {
  height: 35px !important;
  transition: 0.25s all ease-in-out;
}
@media (max-width: 767px) {
  .account.return #returns-form textarea {
    height: 55px !important;
    line-height: 125% !important;
  }
}
.account.return #returns-form textarea:focus {
  height: 150px !important;
}
.account.return #returns-form .footer-return > div {
  margin-top: 10px;
}