@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Bold.woff2") format("woff2"), url("../fonts/Aileron-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Light.woff2") format("woff2"), url("../fonts/Aileron-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Regular.woff2") format("woff2"), url("../fonts/Aileron-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-SemiBold.woff2") format("woff2"), url("../fonts/Aileron-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Heavy.woff2") format("woff2"), url("../fonts/Aileron-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Bold.woff2") format("woff2"), url("../fonts/Outfit-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Light.woff2") format("woff2"), url("../fonts/Outfit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.woff2") format("woff2"), url("../fonts/Outfit-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Medium.woff2") format("woff2"), url("../fonts/Outfit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-SemiBold.woff2") format("woff2"), url("../fonts/Outfit-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BasementGrotesque";
  src: url("../fonts/BasementGrotesque-Bold.woff2") format("woff2"), url("../fonts/BasementGrotesque-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BasementGrotesque";
  src: url("../fonts/BasementGrotesque-Medium.woff2") format("woff2"), url("../fonts/BasementGrotesque-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BasementGrotesque";
  src: url("../fonts/BasementGrotesque-Regular.woff2") format("woff2"), url("../fonts/BasementGrotesque-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  font-family: "BasementGrotesque";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #292929;
  background-color: #EBEBEB;
  position: relative;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #89191C;
}

::-webkit-scrollbar-thumb:hover {
  background: #7b1619;
}

.page-width {
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 80%;
  }
}

@media only screen and (max-width: 900px) {
  .page-width {
    max-width: 90%;
  }
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

ul {
  list-style: none;
}

.home-main img,
.article-image img,
.image img,
.service-image img,
.album img,
.contact-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

p {
  font-family: "Aileron";
  font-size: 18px;
  font-weight: 400;
  color: #292929;
}

@media screen and (max-width: 1399px) {
  p {
    font-size: 16px;
  }
}

.text p {
  margin-top: 20px;
}
.center-text ul,
.center-text p {
  text-align: center;
}


.bold-text p {
  font-weight: 700;
}

.tw-text p {
  font-size: 20px;
}

@media screen and (max-width: 1399px) {
  .tw-text p {
    font-size: 18px;
  }
}

/* .template-text p:first-child {
  font-weight: 700;
} */

h1 {
  font-size: 42px;
  font-weight: bold;
  color: #292929;
  text-align: center;
}

@media screen and (max-width: 1399px) {
  h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 36px;
  font-weight: bold;
  color: #292929;
  text-align: center;
}

@media screen and (max-width: 1399px) {
  h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 26px;
  font-weight: bold;
  color: #89191C;
}

@media screen and (max-width: 575px) {
  h3 {
    font-size: 22px;
  }
}

.page-content {
  background-color: #fff;
  box-shadow: 10px 3px 20px rgba(0, 0, 0, 0.16);
  margin-top: -130px;
  margin-bottom: -50px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1399px) {
  .page-content {
    margin-top: -100px;
  }
}

@media screen and (max-width: 575px) {
  .page-content {
    margin-top: 0;
  }
}

@media screen and (max-width: 575px) {
  .page-content.page-width {
    max-width: 100%;
  }
}

.padding-tb {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 575px) {
  .padding-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding-lr {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 1399px) {
  .padding-lr {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 575px) {
  .padding-lr {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 300px) {
  .padding-lr {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page-grid {
  display: grid;
  gap: 50px;
}

@media screen and (max-width: 575px) {
  .page-grid {
    gap: 35px;
  }
}

.overlay, .page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}

.page-overlay {
  opacity: 0.45;
  z-index: 11;
  display: none;
  cursor: pointer;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.red-link {
  color: #89191C;
  font-family: "Aileron";
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.red-link img {
  width: 11px;
  margin-right: 5px;
}

.check-text li {
  margin-bottom: 10px;
}

.check-text p {
  font-size: 16px;
  background-image: url("../images/check.png");
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  padding-left: 35px;
}

.check-text li:last-child {
  margin-bottom: 0;
}

.page-general .text h2,
.questions-text h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #89191C;
  text-align: left;
}
.page-general .text h3,
.questions-text h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #89191C;
  text-align: left;
}
.page-general .text h4,
.questions-text h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #89191C;
  text-align: left;
}
.page-general .text h5,
.questions-text h5 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #89191C;
  text-align: left;
}

@media screen and (max-width: 575px) {
  .questions-text h2 {
    font-size: 22px;
  }
}

.questions-text h2:first-child {
  margin-top: 0;
}

.questions-text span {
  font-weight: bold;
  font-family: "Aileron";
}

.questions-text span+p {
  margin-top: 0;
}

.questions-text ul {
  margin: 30px 0;
  list-style: disc;
  margin-left: 20px;
  padding-left: 20px;
}

.page-head {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
}

.page-head .overlay {
  opacity: 0.45;
}

@media screen and (max-width: 1199px) {
  .page-head {
    height: 200px;
    margin-top: 75px;
  }
}

@media screen and (max-width: 575px) {
  .page-head {
    height: 0;
  }
}

.red-btn {
  color: #fff;
  background-color: #89191C;
  border: 1px solid #707070;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 30px;
}

@media screen and (max-width: 1399px) {
  .red-btn {
    font-size: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .red-btn {
    font-size: 20px;
  }
}

@media screen and (max-width: 300px) {
  .red-btn {
    font-size: 18px;
    padding: 10px 20px;
  }
}

.successful-shopping {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-top: 100px; */
}
.successful-shopping.txt-info {
  height: 38vh;
  padding-top: 0;
}

.successful-shopping.txt-info img {
  margin-bottom: 30px;
}

.successful-shopping a {
  color: #89191C !important;
}

.successful-shopping img {
  width: 225px;
  margin-bottom: 70px;
}

.successful-shopping span, .successful-shopping h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.successful-shopping p {
  font-size: 16px;
  margin-top: 25px;
}

@media screen and (max-width: 1399px) {
  /* .successful-shopping {
    padding-top: 30px;
  } */

  .successful-shopping img {
    width: 180px;
    margin-bottom: 50px;
  }

  .successful-shopping span, .successful-shopping h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 575px) {
  .successful-shopping img {
    width: 120px;
  }

  .successful-shopping span, .successful-shopping h1 {
    font-size: 25px;
  }
}

.red {
  color: #89191C;
}

.template-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.template-gallery a {
  height: 320px;
}

.template-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.5s;
}

@media screen and (max-width: 1399px) {
  .template-gallery a {
    height: 250px;
  }
}

@media screen and (max-width: 1199px) {
  .template-gallery {
    grid-template-columns: 1fr 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 575px) {
  .template-gallery {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
}

.template-gallery a:hover img {
  opacity: 0.8;
}

.download-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-links a:first-child {
  margin-right: 50px;
}

.download-links a {
  min-height: 50px;
  display: flex;
  align-items: center;
  font-family: "Aileron";
  font-size: 18px;
  color: #292929;
  font-weight: 600;
  transition: all 0.5s;
}

.download-links .download, .download-links .attach {
  padding-left: 50px;
  position: relative;
  background-position: left center;
  background-size: auto 40px;
  background-repeat: no-repeat;
}

.download-links .download {
  background-image: url("../images/file.png");
}

.download-links .attach {
  background-image: url("../images/attach-file.png");
}

.download-links a:hover {
  color: #89191C;
}

@media screen and (max-width: 1199px) {
  .download-links {
    flex-direction: column;
  }

  .download-links a:first-child {
    margin-right: 0;
  }
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination {
  display: flex;
  align-items: center;
}

.pagination .pagination-prev img {
  transform: rotate(90deg) translateX(2px);
}

.pagination .pagination-next img {
  transform: rotate(270deg) translateX(-2px);
}

.pagination a {
  margin: 0 5px;
}

.pagination span {
  padding: 10px 15px;
  font-size: 16px;
  font-family: "Aileron";
  color: #292929;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}

.pagination .pagination-next, .pagination .pagination-prev {
  box-shadow: none;
  background: transparent;
}

.pagination .active span {
  background-color: #89191C;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .pagination span {
    font-size: 14px;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 300px) {
  .pagination a {
    margin: 0 3px;
  }
}

.no-scroll {
  overflow-y: hidden;
}

.no-scroll2 {
  overflow-y: hidden;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.translateY0 {
  transform: translateY(0%) !important;
}

.translate-filter {
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  z-index: 15;
}

.translate-filter img {
  transform: rotate(180deg);
}

header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 20px 0;
  transition: all 0.5s;
}

header .page-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  header {
    position: fixed;
    padding: 0;
    height: 75px;
    background-color: #89191C;
  }

  header .page-width {
    height: 80px;
  }
}

.header-logo img {
  width: 200px;
}

@media screen and (max-width: 1199px) {
  .header-logo .logo1 {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .header-logo .logo2 {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .header-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 15;
  }

  .header-logo img {
    width: 120px;
  }
}

.head .head1, .head .nav {
  display: flex;
  align-items: center;
  justify-content: end;
}

.head .head1 li, .head .head1 li a, .head .nav li, .head .nav li a {
  font-family: "Aileron";
  color: #fff;
  text-transform: uppercase;
}

.head .head1 li {
  margin-left: 20px;
}

.head .head1 li a {
  font-size: 16px;
  text-transform: none;
}

.head .head1 li.language a {
  font-size: 18px;
}
.head .head1 li.language a.active {
  opacity: 0.5;
}

.head .head1 .user-and-shop {
  display: flex;
  align-items: center;
}

.head .head1 .user-and-shop .header-icon {
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  /* width: 30px; */
  height: 30px;
  display: flex;
  align-items: center;
  /* margin-left: 20px; */
}

/* .head .head1 .user-and-shop div:first-child {
  background-image: url("../images/user.png");
  background-size: 22px 22px;
}

.head .head1 .user-and-shop div:nth-child(2) {
  background-image: url("../images/shopping-cart.png");
  background-size: 27px 27px;
  margin-left: 10px;
} */

@media screen and (max-width: 1199px) {
  /* .head .head1 .user-and-shop div:first-child {
    background-image: url("../images/user-red.png");
  }

  .head .head1 .user-and-shop div:nth-child(2) {
    background-image: url("../images/shopping-cart-red.png");
  } */

  .head .head1 .user-and-shop div {
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
  }
}

.head .nav {
  margin-top: 10px;
  position: relative;
  align-items: start;
  width: max-content;
}

.head .nav li {
  padding: 10px;
  border-top: 8px solid transparent;
  transition: all 0.5s;
  position: relative;
}

.head .nav li details {
  position: relative;
  padding-bottom: 20px;
}

.head .nav li details summary {
  list-style: none;
}

.head .nav li details .dropdown {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 5px;
}

.head .nav li details .dropdown li {
  border-top: none;
  width: -moz-max-content;
  width: max-content;
}

.head .nav li details .dropdown li a {
  color: #000;
  font-size: 16px;
}

@media screen and (max-width: 1199px) {
  .head .nav li details {
    width: 170px;
    padding-bottom: 0;
  }

  .head .nav li details summary {
    background-image: url("../images/down-chevron.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
  }

  .head .nav li details .dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
    transform: none;
    background: transparent;
  }

  .head .nav li details .dropdown li {
    display: flex;
    justify-content: center;
    padding: 5px;
  }

  .head .nav li details .dropdown li a {
    font-size: 16px;
    font-weight: 400 !important;
    text-decoration: none !important;
    text-align: center;
    width: 100%;
    color: #89191C;
  }
}

.head .nav li a {
  font-size: 22px;
  font-weight: 400;
}

.head .nav li:hover, .head .nav li.active-page {
  border-top: 8px solid #fff;
}

.head .nav::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 200%;
  height: 2px;
  content: "";
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  .head {
    position: fixed;
    top: 0;
    left: 0;
    height: calc(100vh - 75px);
    overflow-y: scroll;
    padding: 20px 0;
    width: 100%;
    margin-top: 75px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: all 0.5s;
  }

  .head .head1, .head .nav {
    flex-direction: column;
  }

  .head .nav {
    order: 1;
    align-items: center;
    width: 100%;
  }

  .head .nav li {
    border-top: none;
  }

  .head .nav li a {
    font-family: "BasementGrotesque";
    font-weight: 600;
    color: #89191C;
  }

  .head .nav li:hover, .head .nav li.active-page {
    border-top: none;
  }

  .head .nav li.active-page a {
    font-weight: bold;
    text-decoration: underline;
  }

  .head .nav::before {
    display: none;
  }

  .head .head1 {
    order: 2;
    margin-top: 50px;
  }

  .head .head1 li {
    margin-left: 0;
    padding: 10px;
  }

  .head .head1 li a {
    color: #89191C;
  }

  .head .head1 li:first-child {
    padding-bottom: 0;
  }

  .head .head1 .user-and-shop img:nth-child(2) {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .red-header {
    background-color: #89191C;
    padding: 20px 0;
  }

  .red-header .logo2 {
    display: inline !important;
  }

  .red-header .logo1 {
    display: none !important;
  }

  /* .red-header .header-logo img {
    width: 150px;
  }

  .red-header .head .nav {
    margin-top: 0;
  }

  .red-header .head .nav li details {
    padding-bottom: 10px;
  }

  .red-header .head .nav li details .dropdown {
    top: 35px;
  } */
}

.hamburger {
  padding: 15px 15px;
  padding-right: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

@media screen and (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

footer .overlay {
  opacity: 0.4;
}

footer .foot1, footer .foot2 {
  position: relative;
  z-index: 2;
}

footer .foot1 {
  padding-top: 100px;
  padding-bottom: 70px;
}

footer .foot1 .page-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .foot1 .foot-left ul {
  width: -moz-fit-content;
  width: fit-content;
}

footer .foot1 .foot-left ul li {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

footer .foot1 .foot-left ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.5s;
  text-transform: uppercase;
}

footer .foot1 .foot-left ul li a:hover {
  opacity: 0.25;
}

footer .foot1 .foot-left ul li:last-child {
  border-bottom: none;
}

footer .foot1 .foot-left .credit-cards {
  display: grid;
  grid-template-columns: 110px 110px 110px;
  margin-top: 20px;
}

footer .foot1 .foot-left .credit-cards img {
  width: 88px;
}

footer .foot1 .foot-left .credit-cards .visa {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 10px 10px 5px;
  border-radius: 5px;
  border: 1px solid #0057a0;
  box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.16);
}

footer .foot1 .foot-left .credit-cards .visa img {
  width: 60px;
}

footer .foot1 .foot-social {
  display: flex;
  align-items: center;
}

footer .foot1 .foot-social svg {
  margin-right: 30px;
  width: 34px;
  height: 34px;
}

footer .foot1 .foot-social svg g {
  fill: #fff;
  transition: all 0.5s;
}

footer .foot1 .foot-social svg:hover g {
  fill: #89191C;
}

footer .foot1 .foot-social a:last-child svg {
  margin-right: 0;
  width: 47px;
  height: 47px;
}

footer .foot1 .foot-right {
  display: flex;
  flex-direction: column;
  align-items: end;
}

footer .foot1 .foot-right .footer-logo img {
  width: 227px;
}

footer .foot1 .foot-right a {
  color: #fff;
  display: flex;
  justify-content: end;
  font-family: "Aileron";
  font-size: 20px;
  margin-top: 15px;
  padding-right: 40px;
  position: relative;
}

footer .foot1 .foot-right a img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1199px) {
  footer .foot1 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  footer .foot1 .page-width {
    flex-direction: column-reverse;
  }

  footer .foot1 .foot-right {
    align-items: center;
  }

  footer .foot1 .foot-social {
    margin: 50px 0;
  }

  footer .foot1 .foot-social svg {
    width: 45px;
    height: 45px;
  }

  footer .foot1 .foot-social a:last-child svg {
    width: 57px;
    height: 57px;
  }

  footer .foot1 .foot-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .foot1 .foot-left ul li {
    display: flex;
    justify-content: center;
  }

  footer .foot1 .foot-left .credit-cards {
    justify-items: center;
  }
}

@media screen and (max-width: 575px) {
  footer .foot1 .foot-left li a {
    font-size: 18px !important;
  }

  footer .foot1 .foot-left .credit-cards {
    grid-template-columns: 90px 90px 90px;
  }

  footer .foot1 .foot-left .credit-cards div, footer .foot1 .foot-left .credit-cards img {
    scale: 0.8;
  }

  footer .foot1 .foot-right a {
    font-size: 18px !important;
  }

  footer .foot1 .foot-right .footer-logo img {
    scale: 0.8 !important;
    width: 340px !important;
  }
}

@media screen and (max-width: 360px) {
  footer .foot1 .foot-right a {
    padding-right: 0;
    text-align: center;
  }

  footer .foot1 .foot-right a img {
    display: none;
  }
}

footer .foot2 {
  padding: 10px;
  border-top: 1px solid #fff;
}

footer .foot2 p, footer .foot2 a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Aileron";
  text-align: center;
}

@media screen and (max-width: 1399px) {
  footer .foot2 p, footer .foot2 a {
    font-size: 15px;
  }
}

.home-main {
  position: relative;
  height: 900px;
}

@media screen and (max-width: 1399px) {
  .home-main {
    height: 600px;
  }
}

@media screen and (max-width: 575px) {
  .home-main {
    height: 400px;
    margin-top: 75px;
  }
}

.home-main .mainSwiper {
  z-index: 0;
  height: 100%;
}

.home-main .headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 0 20px;
  width: 100%;
  max-width: 1130px;
}

.home-main .headline h1, .home-main .headline p {
  color: #fff;
  text-align: center;
}

.home-main .headline h1 {
  font-family: "Outfit";
  font-size: 80px;
  font-weight: 600;
  text-shadow: 5px 10px 5px rgba(0, 0, 0, 0.16);
}

.home-main .headline p {
  font-family: "Aileron";
  font-size: 30px;
  font-weight: 400;
  text-shadow: 5px 5px 3.5px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1399px) {
  .home-main .headline {
    max-width: 900px;
  }

  .home-main .headline h1 {
    font-size: 60px;
  }

  .home-main .headline p {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .home-main .headline {
    transform: translate(-50%, -50%);
  }

  .home-main .headline h1 {
    font-size: 50px;
  }

  .home-main .headline p {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .home-main .headline h1 {
    font-size: 40px;
  }

  .home-main .headline p {
    font-size: 18px;
  }
}

@media screen and (max-width: 300px) {
  .home-main .headline h1 {
    font-size: 35px;
  }

  .home-main .headline p {
    font-size: 16px;
  }
}

.articles {
  gap: 40px;
}

.articles .article .article-image {
  position: relative;
  margin-bottom: 20px;
  height: 300px;
}

.articles .article .article-image .overlay {
  background-color: #fff;
  opacity: 0;
  transition: all 0.5s;
}

.articles .article .article-image .dis {
  position: absolute;
  bottom: 35px;
  width: 100%;
  background-color: #89191C;
  color: #fff;
  z-index: 2;
  font-size: 20px;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  font-family: "Montserrat";
  display: none;
}

.articles .article p {
  text-align: center;
  font-family: "BasementGrotesque";
}

.articles .article .prod-title {
  font-size: 22px;
  font-weight: 500;
}

.articles .article .price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.articles .article .price p, .articles .article .price span {
  color: #6B6B6B;
  font-size: 16px;
  font-weight: 600;
}

.articles .article .price span {
  color: #B91A1F;
}

.articles .article:hover .article-image .overlay {
  opacity: 0.71;
}

.articles .article.discount .article-image .dis {
  display: block;
}

.articles .article.discount .price p {
  text-decoration: line-through;
  margin-right: 5px;
}

@media screen and (max-width: 1500px) {
  .articles {
    gap: 20px;
  }
}

@media screen and (max-width: 1399px) {
  .articles {
    gap: 10px;
  }

  .articles .prod-title {
    font-size: 18px !important;
  }

  .articles .article-image {
    height: 250px !important;
  }
}

@media screen and (max-width: 1199px) {
  .articles {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}

@media screen and (max-width: 991px) {
  .articles {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .articles {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 575px) {
  .articles .prod-title {
    font-size: 20px !important;
  }

  .articles .price p, .articles .price span {
    font-size: 14px !important;
  }
}

.categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 20px;
}

.categories .ctg {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
  padding-bottom: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 991px) {
  .categories .ctg.border {
    border-bottom: 1px solid #ABABAB;
  }
}


.categories .ctg p {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.categories .ctg:hover p {
  text-decoration: underline;
}

.categories .ctg img {
  width: 85px;
  margin-bottom: 20px;
}

.categories .ctg p {
  font-size: 18px;
  font-weight: 500;
  font-family: "BasementGrotesque";
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
}

.categories hr {
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 1px solid #ABABAB;
}

@media screen and (max-width: 1399px) {
  .categories {
    max-width: 720px;
  }

  .categories .ctg {
    width: 120px;
  }

  .categories .ctg img {
    width: 65px;
  }

  .categories .ctg p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .categories hr {
    display: none;
  }

  .categories .ctg {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .categories .ctg {
    width: 100px;
  }
}

.middle-bg {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home-about {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 80px;
}

.home-about .about-text h2 {
  text-align: start;
}

.home-about .about-text .text {
  width: 100%;
  max-width: 360px;
  height: 325px;
  overflow-y: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #ffffff 100%);
}

.home-about .about-text .text p {
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 1399px) {
  .home-about {
    gap: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .home-about {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 575px) {
  .home-about {
    grid-template-columns: 1fr;
  }

  .home-about .about-text .text {
    max-width: unset;
  }

  .home-about .about-text .red-link {
    margin-top: 20px;
  }
}

.home-about-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.home-about-2 .about-left {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.home-about-2 .check-text {
  margin: 30px 0;
}

.home-about-2 .check-text p {
  font-family: "BasementGrotesque";
  font-size: 24px;
  font-weight: 600;
  background-size: 30px;
  padding-left: 45px;
}

@media screen and (max-width: 1399px) {
  .home-about-2 {
    grid-template-columns: 60% 40%;
  }

  .home-about-2 .check-text p {
    font-size: 20px;
    background-size: 25px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .home-about-2 .check-text p {
    font-size: 16px;
    background-size: 20px;
    padding-left: 35px;
  }
}

@media screen and (max-width: 575px) {
  .home-about-2 {
    grid-template-columns: 1fr;
  }

  .home-about-2 .about-left {
    order: 1;
  }
}

.brands {
  background-color: #89191C;
  padding-bottom: 70px;
  padding-top: 120px;
}

@media screen and (max-width: 1199px) {
  .brands {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.brands .brandsSwiper {
  position: relative;
}

.brands .brandsSwiper .brand-next img {
  transform: rotate(270deg);
}

.brands .brandsSwiper .brand-prev img {
  transform: rotate(90deg);
}

.brands .brandsSwiper .brand-next, .brands .brandsSwiper .brand-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.brands .brandsSwiper .brand-next {
  right: 0;
}

.brands .brandsSwiper .brand-prev {
  left: 0;
}

.brands .brandsSwiper .swiper-wrapper, .brands .brandsSwiper .swiper-slide {
  display: flex;
  align-items: center;
}

.brands .brandsSwiper .swiper-slide {
  justify-content: center;
}
.brands .brandsSwiper .swiper-slide img {
  /* width: 100%;
  height: 100%; */
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
  max-height: 70px;
}
@media screen and (max-width: 1600px) {
  .brands .brandsSwiper .swiper-slide img {
    scale: 0.8;
  }
}

.about-table table tr {
  display: grid;
  grid-template-columns: 50% 50%;
}

.about-table table tr td img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about-table table tr td p {
  padding-right: 50px;
  text-align: end;
}

.about-table table tr td p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .about-table table tr {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-table table tr td p {
    padding-right: 0;
    text-align: start;
  }

  .about-table table tr td:first-child {
    order: 2;
  }

  .about-table table tr td:nth-child(2) {
    order: 1;
  }
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.about-grid a {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  height: 350px;
  display: none;
}

.about-grid a:first-child, .about-grid a:nth-child(2), .about-grid a:nth-child(3), .about-grid a:nth-child(4) {
  display: block;
}

.about-grid a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about-grid a .overlay {
  opacity: 0.46;
}

.about-grid a span {
  font-size: 70px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (max-width: 1399px) {
  .about-grid a {
    height: 270px;
  }

  .about-grid a span {
    font-size: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .about-grid a {
    height: 210px;
  }

  .about-grid a span {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .about-grid {
    gap: 20px;
  }
}

@media screen and (max-width: 575px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-grid a span {
    font-size: 30px;
  }

  .about-grid a:nth-child(2), .about-grid a:nth-child(3) {
    display: none;
  }
}

.bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-wrapper div {
  width: 60%;
}

.bottom-wrapper div span {
  font-size: 34px;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .bottom-wrapper div span {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .bottom-wrapper {
    flex-direction: column;
    align-items: start;
  }

  .bottom-wrapper div {
    margin-bottom: 30px;
    width: 100%;
  }

  .bottom-wrapper div span, .bottom-wrapper div p {
    text-align: center;
    display: block;
  }

  .bottom-wrapper .red-btn {
    margin: 0 auto;
  }
}

.services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.services p {
  font-family: "BasementGrotesque", sans-serif;
  font-size: 16px;
  /* text-align: center; */
}

.services .service {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.09);
  max-height: 480px;
  overflow-y: hidden;
  transition: all 0.5s;
  position: relative;
}

.services .service-image {
  position: relative;
  height: 280px;
}

.services .service-image .overlay {
  background: linear-gradient(180deg, #000000 0%, rgba(84, 84, 84, 0) 100%);
  opacity: 0.66;
  transform: rotate(180deg);
}

.services .service-image p {
  color: #fff;
  position: absolute;
  bottom: 15px;
  z-index: 2;
  font-weight: 500;
  width: 100%;
  padding: 0 10px;
}

.services .service-info {
  background-color: #fff;
  padding: 20px;
}

.services .service-info ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 10px;
}

.services .service-info ul li {
  margin-top: 5px;
}

.services .service-info ul li p {
  text-align: start;
}
.services .more {
  /* position: absolute; */
  /* bottom: 0;
  left: 0;
  right: 0; */
  /* background-color: #fff; */
  color: #89191C;
  text-align: center;
  /* padding: 10px; */
  cursor: pointer;
  /* margin-left: auto; */
  margin-left: 0;
  margin-right: auto;
  margin-top: 15px;
  display: flex;
  /* justify-content: center; */
}
@media screen and (min-width: 992px) {
  .services .more {
    /* position: absolute; */
    /* bottom: 0;
    left: 0;
    right: 0; */
    /* background-color: #fff; */
    color: #89191C;
    text-align: center;
    /* padding: 10px; */
    cursor: pointer;
    /* margin-left: auto; */
    margin-left: 0;
    margin-right: auto;
    margin-top: 15px;
    display: flex;
    /* justify-content: center; */
  }
}

/* .services .service:hover {
  overflow-y: visible;
} */

/* .services .service:hover .more {
  display: none;
} */

@media screen and (max-width: 1199px) {
  .services .service-image {
    height: 210px;
  }
}

@media screen and (max-width: 991px) {
  .services {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .services .service {
    max-height: unset;
    overflow-y: auto;
  }

  .services .service-info {
    max-height: unset;
    overflow-y: unset;
    height: -moz-fit-content;
    height: fit-content;
  }

  /* .services .service-info .more {
    display: none;
  } */
}

.service-tooltip {
  max-height: unset;
  overflow-y: unset;
  height: -moz-fit-content;
  height: fit-content;
}

.contact {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 50px;
}

.contact .contact-info {
  padding: 50px;
  background-color: #EBEBEB;
}

.contact .contact-info p, .contact .contact-info a {
  text-align: end;
  font-size: 20px;
}

.contact .contact-info div {
  margin-top: 25px;
}

.contact .contact-info a {
  display: flex;
  align-items: center;
  justify-content: end;
  font-family: "Aileron";
  font-weight: bold;
  color: #292929;
  margin-top: 15px;
}

.contact .contact-info a img {
  margin-left: 10px;
  width: 22px;
}

@media screen and (max-width: 1399px) {
  .contact .contact-info {
    padding: 50px 25px;
  }

  .contact .contact-info p, .contact .contact-info a {
    font-size: 16px;
  }

  .contact .contact-info a {
    margin-top: 10px;
  }

  .contact .contact-info a img {
    width: 19px;
  }
}

@media screen and (max-width: 1199px) {
  .contact {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  .contact {
    grid-template-columns: 1fr;
  }

  .contact .contact-info p, .contact .contact-info a {
    text-align: center;
  }

  .contact .contact-info a {
    justify-content: center;
  }
  .contact .contact-info div,
  .contact .contact-info p {
    text-align: center !important;
  }
}

@media screen and (max-width: 575px) {
  .contact .contact-info {
    padding: 50px 30px;
 
  }
 
  .contact .contact-info a:first-of-type {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 410px) {
  .contact .contact-info {
    padding: 50px 30px;
  }

  .contact .contact-info a img {
    display: none;
  }
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.gallery .album {
  position: relative;
  height: 300px;
}

.gallery .album .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.64;
  transition: ease-in-out 1s;
}

.gallery .album .album-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.gallery .album .album-info p {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.gallery .album .album-info .img-num {
  margin-left: 50px;
  display: flex;
  align-items: center;
}

.gallery .album .album-info .img-num p {
  font-weight: 900;
}

.gallery .album .album-info .img-num svg {
  width: 22px;
  height: 25px;
  margin-left: 8px;
}

.gallery .album .album-info .img-num svg g {
  fill: #fff;
  transition: all 1s;
}

@media screen and (max-width: 1399px) {
  .gallery {
    gap: 30px;
  }

  .gallery .album {
    height: 200px;
  }

  .gallery .album .album-info {
    padding: 20px;
  }

  .gallery .album .album-info p {
    font-size: 18px;
  }

  .gallery .album .album-info .img-num svg {
    width: 20px;
    height: 23px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery .album {
    height: 250px;
  }
}

.gallery .album:hover .overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  opacity: 0.93;
}

.gallery .album:hover .album-info p, .gallery .album:hover .album-info .img-num p {
  color: #03090A;
}

.gallery .album:hover .album-info .img-num svg g {
  fill: #03090A;
}

.reference-grid, .reference-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

@media screen and (max-width: 1199px) {
  .reference-grid, .reference-grid-2 {
    gap: 25px;
  }
}

@media screen and (max-width: 991px) {
  .reference-grid, .reference-grid-2 {
    grid-template-columns: 1fr;
  }
}

.reference-grid-2 {
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.reference-grid-2 .reference-container p {
  text-align: center;
}

@media screen and (max-width: 1399px) {
  .reference-grid-2 {
    max-width: 600px;
  }
}

.reference-container {
  position: relative;
  padding: 70px;
  padding-top: 100px;
  margin-bottom: 50px;
}

.reference-container p, .reference-container span {
  font-family: "BasementGrotesque";
  font-size: 16px;
  color: #292929;
}

@media screen and (max-width: 400px) {
  .reference-container p, .reference-container span {
    font-size: 14px;
  }
}

.reference-container span {
  font-weight: bold;
}

.reference-container span.year {
  font-size: 24px;
  position: absolute;
  left: 70px;
  top: 20px;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .reference-container {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 575px) {
  .reference-container {
    padding: 25px;
    padding-top: 100px;
  }

  .reference-container span.year {
    left: 40px;
  }
}

.reference-container::before {
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  content: "";
  border: 1px solid #292929;
}

@media screen and (max-width: 575px) {
  .reference-container::before {
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
  }
}

.reference-container::after {
  position: absolute;
  width: 150px;
  height: 5px;
  top: 27px;
  left: 32px;
  content: "";
  z-index: 1;
}

@media screen and (max-width: 575px) {
  .reference-container::after {
    top: 12px;
    left: 17px;
  }
}


.grey-container {
  background-color: #EBEBEB;
}

.grey-container::after {
  background-color: #EBEBEB;
}

.white-container {
  box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.16);
}

.white-container::after {
  background-color: #fff;
}

.registration-and-login {
  position: fixed;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  width: 100%;
  max-width: 760px;
  background-color: #fff;
}

@media screen and (max-width: 1399px) {
  .registration-and-login {
    max-width: 550px;
  }
}

@media screen and (max-width: 575px) {
  .registration-and-login {
    top: 0;
    bottom: 0;
    left: 0;
    transform: none;
  }
}

.registration-and-login .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px;
  z-index: 2;
  cursor: pointer;
}

.registration-and-login .close-popup img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 575px) {
  .registration-and-login .close-popup {
    top: 10px;
    right: 10px;
  }

  .registration-and-login .close-popup img {
    width: 20px;
    height: 20px;
  }
}

.registration-and-login .login-logo {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.registration-and-login .login-logo img {
  width: 231px;
}

@media screen and (max-width: 575px) {
  .registration-and-login .login-logo {
    padding: 20px;
  }

  .registration-and-login .login-logo img {
    width: 150px;
  }
}

.registration-and-login .login-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #EBEBEB;
  padding: 30px 100px 50px;
  height: 100%;
  /* max-height: 70vh; */
  max-height: calc(100vh - 15px);
  overflow-y: auto;
}

@media screen and (max-width: 1399px) {
  .registration-and-login .login-info {
    padding: 30px 50px 50px;
  }
}

@media screen and (max-width: 575px) {
  .registration-and-login .login-info {
    padding: 30px 20px 50px;
    max-height: calc(100vh - 100px);
  }
}

.registration-and-login .login-info p {
  font-size: 16px;
}

.registration-and-login .login-info p:first-child {
  font-size: 28px;
  font-weight: bold;
  font-family: "BasementGrotesque";
  color: #89191C;
}

.registration-and-login .login-info .red {
  cursor: pointer;
}

.registration-and-login .login-info form {
  width: 100%;
  display: grid;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.registration-and-login .login-info form p {
  text-align: center;
}

.registration-and-login .login-info form input {
  width: 100%;
  height: 40px;
  background-color: #fff;
  padding: 15px;
  color: #292929;
  border: none;
  outline: none;
}
.registration-and-login .login-info form textarea {
  width: 100%;
  height: 120px;
  background-color: #fff;
  padding: 15px;
  color: #292929;
  border: none;
  outline: none;
}

.registration-and-login .login-info form textarea::-moz-placeholder,
.registration-and-login .login-info form input::-moz-placeholder {
  font-family: "Aileron";
  font-size: 16px;
}
.registration-and-login .login-info form textarea, .registration-and-login .login-info form textarea::placeholder,
.registration-and-login .login-info form input, .registration-and-login .login-info form input::placeholder {
  font-family: "Aileron";
  font-size: 16px;
}
.registration-and-login .login-info form textarea::-moz-placeholder,
.registration-and-login .login-info form input::-moz-placeholder {
  color: #7E7E7E;
}
.registration-and-login .login-info form textarea::placeholder,
.registration-and-login .login-info form input::placeholder {
  color: #7E7E7E;
}

.registration-and-login .login-info form .login-btn {
  font-family: "BasementGrotesque";
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background-color: #89191C;
  border: none;
  padding: 10px 0;
}

.registration-and-login .login-info form .user-type {
  display: flex;
  align-items: center;
}

.registration-and-login .login-info form .user-type .form-control:first-child {
  margin-right: 30px;
}

.form-control {
  font-family: "Aileron";
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  display: grid;
  grid-template-columns: 15px auto;
  gap: 10px;
  cursor: pointer;
}

input[type=radio], input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: transparent !important;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #89191C !important;
  width: 15px !important;
  height: 15px !important;
  border: 1px solid #292929 !important;
  padding: 0 !important;
  transform: translateY(2px);
  display: grid;
  place-content: center;
  cursor: pointer;
}

input[type=radio]::before, input[type=checkbox]::before {
  content: "";
  width: 15px;
  height: 15px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #89191C;
}

input[type=radio]:checked::before, input[type=checkbox]:checked::before {
  transform: scale(1);
}

.login, .registration {
  display: none;
}

#legal-entity {
  /* display: none; */
  gap: 15px;
}

.shopping-cart {
  position: fixed;
  z-index: 12;
  top: 80px;
  right: calc(50% - 725px);
  background-color: #fff;
  padding: 30px 60px;
  width: 100%;
  max-width: 830px;
  display: none;
  gap: 30px;
}

@media only screen and (max-width: 1600px) {
  .shopping-cart {
    right: 10%;
  }
}

@media only screen and (max-width: 900px) {
  .shopping-cart {
    right: 5%;
    left: 5%;
    max-width: unset;
    width: auto;
  }
}

@media screen and (max-width: 575px) {
  .shopping-cart {
    padding: 30px 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: scroll;
  }
}

.shopping-cart .shop-top,
.shopping-cart .shop-bottom {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 575px) {

  .shopping-cart .shop-top,
  .shopping-cart .shop-bottom {
    flex-direction: column;
  }
}

.shopping-cart .shop-top {
  justify-content: space-between;
}

.shopping-cart .shop-top p {
  font-family: "BasementGrotesque";
}

.shopping-cart .shop-top p:first-child {
  font-size: 22px;
  font-weight: bold;
}

.shopping-cart .shop-bottom {
  justify-content: end;
}

.shopping-cart .shop-bottom p {
  font-weight: bold;
  color: #89191C;
}

.shopping-cart .shop-bottom a {
  font-size: 17px;
  padding: 10px 30px;
  margin-left: 30px;
}

@media screen and (max-width: 575px) {
  .shopping-cart .shop-bottom a {
    margin-left: 0;
    margin-top: 15px;
  }
}

.shop-article {
  background-color: #fff;
  box-shadow: 10px 3px 25px rgba(0, 0, 0, 0.16);
  padding: 20px;
  display: grid;
  grid-template-columns: 30% 70%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .shop-article {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.shop-article .delete-article {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.shop-article .delete-article img {
  width: 12px;
}

.shop-article .shop-article-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-article .shop-article-image img {
  width: 166px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.shop-article .shop-article-info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 30px;
}

@media only screen and (max-width: 900px) {
  .shop-article .shop-article-info {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .shop-article .shop-article-info {
    padding: 0;
  }
}

.shop-article .shop-article-info .article-brand {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.shop-article .shop-article-info .article-brand p {
  color: #959595;
  font-size: 12px;
  margin-right: 10px;
}

.shop-article .shop-article-info .article-brand img {
  width: 100%;
  max-width: 55px;
}

.shop-article .shop-article-info .article-name {
  font-size: 16px;
  color: #89191C;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.shop-article .shop-article-info .quantity-and-price {
  display: flex;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
  margin-top: auto;
}

.shop-article .shop-article-info .quantity-and-price p {
  font-size: 15px;
  margin-right: 10px;
}

.shop-article .shop-article-info .quantity-and-price .quantity {
  background-color: #EBEBEB;
  padding: 0 5px;
}

.shop-article .shop-article-info .quantity-and-price .quantity span {
  font-weight: 900;
  font-size: 14px;
  padding: 5px;
}

.shop-article .shop-article-info .quantity-and-price .quantity span:first-child, .shop-article .shop-article-info .quantity-and-price .quantity span:nth-child(3) {
  cursor: pointer;
}

.shop-article .shop-article-info .quantity-and-price .price {
  margin-left: auto;
}

.shop-article .shop-article-info .quantity-and-price .price span {
  font-family: "Aileron";
  font-size: 17px;
  font-weight: bold;
}

.shop-article .shop-article-info .quantity-and-price .price .new-price {
  color: #89191C;
}

.shop-article .shop-article-info .quantity-and-price .price .old-price {
  color: #959595;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  padding-left: 10px;
}

@media only screen and (max-width: 400px) {
  .shop-article .shop-article-info .quantity-and-price {
    flex-direction: column;
    align-items: start;
  }

  .shop-article .shop-article-info .quantity-and-price .price {
    margin-left: 0;
  }

  .shop-article .shop-article-info .quantity-and-price .quantity {
    margin: 15px 0;
  }
}

.number-of-articles {
  font-family: "BasementGrotesque";
}

.shop-articles-2 {
  display: grid;
  gap: 30px;
  width: 100%;
  /* max-width: 1000px; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

@media screen and (min-width: 1400px) {
  .shop-articles-2 .shop-article .delete-article img {
    width: 18px;
  }

  .shop-articles-2 .shop-article .shop-article-image img {
    width: 250px;
  }

  .shop-articles-2 .shop-article .shop-article-info {
    padding: 20px;
  }

  .shop-articles-2 .shop-article .shop-article-info .article-brand p {
    font-size: 16px;
  }

  .shop-articles-2 .shop-article .shop-article-info .article-brand img {
    max-width: 85px;
  }

  .shop-articles-2 .shop-article .shop-article-info .article-name {
    font-size: 24px;
  }

  .shop-articles-2 .shop-article .shop-article-info .quantity-and-price p, .shop-articles-2 .shop-article .shop-article-info .quantity-and-price .quantity span {
    font-size: 20px;
  }

  .shop-articles-2 .shop-article .shop-article-info .price span {
    font-size: 28px;
  }
}

@media screen and (max-width: 1399px) {
  .shop-articles-2 {
    max-width: 800px;
  }
}

.shop-articles-2.shop-bottom {
  width: auto;
  max-width: unset;
  gap: 15px;
}

.shop-articles-2.shop-bottom p {
  font-size: 28px;
  font-weight: bold;
  color: #89191C;
  text-align: right;
}

.shop-articles-2.shop-bottom .red-btn {
  font-size: 22px;
  padding: 10px 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 1399px) {
  .shop-articles-2.shop-bottom p {
    font-size: 24px;
  }

  .shop-articles-2.shop-bottom .red-btn {
    font-size: 18px;
  }
}

.cart-and-info {
  display: grid;
  /* grid-template-columns: 45% 55%; */
  grid-template-columns: 50% 50%;
}

@media screen and (max-width: 1399px) {
  .cart-and-info {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 1199px) {
  .cart-and-info {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.cart-and-info h2, .cart-and-info h1 {
  margin-bottom: 50px;
}

.cart-and-info .cart, .cart-and-info .info .info2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cart-and-info .cart {
  /* max-width: 400px; */
  padding-right: 50px;
}

@media screen and (max-width: 1199px) {
  .cart-and-info .cart {
    /* max-width: 600px; */
    padding-right: 0;
  }
}

.cart-and-info .cart .shop-article {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .cart-and-info .cart .shop-article {
    gap: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .cart-and-info .cart .shop-article .shop-article-info {
    padding: 10px;
    padding-right: 30px;
  }
}

/* .cart-and-info .cart .shop-article .shop-article-info .quantity-and-price p:first-child, .cart-and-info .cart .shop-article .shop-article-info .quantity-and-price .quantity {
  display: none;
} */

.cart-and-info .cart .shop-article .shop-article-info .quantity-and-price .price {
  margin-left: 0;
}

.cart-and-info .cart .cart-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-and-info .cart .cart-bottom a, .cart-and-info .cart .cart-bottom p {
  font-family: "Aileron";
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .cart-and-info .cart .cart-bottom a, .cart-and-info .cart .cart-bottom p {
    font-size: 18px;
  }
}

.cart-and-info .cart .cart-bottom a {
  color: #292929;
  transition: all 0.5s;
}

.cart-and-info .cart .cart-bottom a:hover, .cart-and-info .cart .cart-bottom p {
  color: #89191C;
}

.cart-and-info .info {
  border-left: 2px solid #EBEBEB;
}

@media screen and (max-width: 1199px) {
  .cart-and-info .info {
    border-top: 2px solid #EBEBEB;
    border-left: none;
    padding-top: 50px;
  }
}

.cart-and-info .info span.red {
  cursor: pointer;
}

.cart-and-info .info .info2 {
  /* max-width: 480px; */
  padding-left: 50px;
}

@media screen and (max-width: 1399px) {
  .cart-and-info .info .info2 {
    /* max-width: 400px; */
    padding-left: 0;
  }
}

.cart-and-info .info .info2 .checkout-form {
  display: grid;
  margin-top: 20px;
}

.cart-and-info .info .info2 .checkout-form input, .cart-and-info .info .info2 .checkout-form textarea {
  /* margin-top: 40px; */
  margin-top: 15px;
  width: 100%;
  height: 50px;
  background-color: #EBEBEB;
  border: none;
  outline: none;
  padding: 15px;
  color: #292929;
}

@media screen and (max-width: 575px) {
  .cart-and-info .info .info2 .checkout-form input, .cart-and-info .info .info2 .checkout-form textarea {
    margin-top: 15px;
  }
}

.cart-and-info .info .info2 .checkout-form input:-webkit-autofill,
.cart-and-info .info .info2 .checkout-form input:-webkit-autofill:hover,
.cart-and-info .info .info2 .checkout-form input:-webkit-autofill:focus,
.cart-and-info .info .info2 .checkout-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #EBEBEB inset !important;
}

.cart-and-info .info .info2 .checkout-form textarea {
  height: 120px;
  resize: none;
}

/* .cart-and-info .info .info2 .checkout-form input:first-child {
  margin-top: 0;
} */

.cart-and-info .info .info2 .checkout-form input::-moz-placeholder, .cart-and-info .info .info2 .checkout-form textarea::-moz-placeholder {
  color: #7E7E7E;
}

.cart-and-info .info .info2 .checkout-form input::placeholder, .cart-and-info .info .info2 .checkout-form textarea::placeholder {
  color: #7E7E7E;
}

.cart-and-info .info .info2 .checkout-form input::-moz-placeholder, .cart-and-info .info .info2 .checkout-form textarea::-moz-placeholder {
  font-family: "Aileron";
  font-size: 16px;
}

.cart-and-info .info .info2 .checkout-form input, .cart-and-info .info .info2 .checkout-form input::placeholder, .cart-and-info .info .info2 .checkout-form textarea, .cart-and-info .info .info2 .checkout-form textarea::placeholder {
  font-family: "Aileron";
  font-size: 16px;
}

.cart-and-info .info .info2 .checkout-form .radio-btns, .cart-and-info .info .info2 .checkout-form .radio-btns .radios {
  display: flex;
  align-items: center;
}

.cart-and-info .info .info2 .checkout-form .radio-btns {
  padding: 10px 0;
  border-bottom: 2px solid #EBEBEB;
}

.cart-and-info .info .info2 .checkout-form .radio-btns p, .cart-and-info .info .info2 .checkout-form .radio-btns label {
  font-size: 16px;
}

@media screen and (max-width: 575px) {
  .cart-and-info .info .info2 .checkout-form .radio-btns {
    flex-direction: column;
    align-items: start;
  }

  .cart-and-info .info .info2 .checkout-form .radio-btns p {
    margin-bottom: 10px;
  }
}

.cart-and-info .info .info2 .checkout-form .radios {
  margin-left: auto;
}

.cart-and-info .info .info2 .checkout-form .radios .form-control {
  gap: 5px;
}

.cart-and-info .info .info2 .checkout-form .radios .form-control+.form-control {
  margin-left: 20px;
}

@media screen and (max-width: 575px) {
  .cart-and-info .info .info2 .checkout-form .radios {
    margin-left: 0;
    flex-direction: column;
    align-items: start !important;
  }

  .cart-and-info .info .info2 .checkout-form .radios .form-control+.form-control {
    margin-left: 0;
    margin-top: 10px;
  }
}

.cart-and-info .info .info2 .checkout-form .terms-check {
  margin-top: 10px;
}

.cart-and-info .info .info2 .checkout-form .red-btn {
  font-size: 22px;
  padding: 5px 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 50px;
}

.products-page {
  display: grid;
  grid-template-columns: 300px 1fr;
  padding-top: 40px;
}

@media screen and (max-width: 1399px) {
  .products-page {
    grid-template-columns: 240px 1fr;
  }
}

@media screen and (max-width: 1199px) {
  .products-page {
    grid-template-columns: 220px 1fr;
  }
}

.products-page .categories-and-filters p {
  font-size: 22px;
  font-weight: bold;
  color: #89191C;
  margin-bottom: 30px;
}

.products-page .categories-and-filters .product-categories, .products-page .categories-and-filters .product-filters {
  padding-bottom: 30px;
  margin-right: 50px;
}

.products-page .categories-and-filters .product-categories details, .products-page .categories-and-filters .product-filters details {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.products-page .categories-and-filters .product-categories {
  border-bottom: 1px solid #CBCBCB;
}

.products-page .categories-and-filters .product-categories details {
  margin-bottom: 10px;
}

.products-page .categories-and-filters .product-categories details summary, .products-page .categories-and-filters .product-categories details ul li a {
  font-family: "Aileron";
  font-size: 16px;
  font-weight: 400;
  color: #959595;
}

.products-page .categories-and-filters .product-categories details summary {
  list-style: none;
  background: transparent url("../images/down-chevron-light-grey.png") no-repeat;
  background-size: 15px 14px;
  background-position: right center;
}

.products-page .categories-and-filters .product-categories details ul {
  padding-left: 20px;
  margin: 10px 0;
}

.products-page .categories-and-filters .product-categories details ul li {
  margin-bottom: 5px;
}

.products-page .categories-and-filters .product-categories details ul li a.active-category {
  color: #292929;
  font-weight: 900;
}

.products-page .categories-and-filters .product-categories details ul li:last-child {
  margin-bottom: 0;
}

.products-page .categories-and-filters .product-categories details[open] summary {
  color: #292929;
  font-weight: 900;
  background: transparent url("../images/down-chevron-dark-grey.png") no-repeat;
  background-size: 15px 14px;
  background-position: right center;
}

.products-page .categories-and-filters .product-filters {
  padding-top: 30px;
}

.products-page .categories-and-filters .product-filters details {
  margin-bottom: 30px;
}

.products-page .categories-and-filters .product-filters details summary {
  font-family: "Aileron";
  font-size: 22px;
  font-weight: bold;
  color: #292929;
  list-style: none;
  background: transparent url("../images/down-chevron-light-red.png") no-repeat;
  background-size: 15px 14px;
  background-position: right center;
}

.products-page .categories-and-filters .product-filters details ul {
  margin: 20px 0;
}

.products-page .categories-and-filters .product-filters details ul li {
  margin-bottom: 5px;
}

.products-page .categories-and-filters .product-filters details ul li .form-control {
  grid-template-columns: 10px auto;
}

.products-page .categories-and-filters .product-filters details ul li .form-control input[type=radio], .products-page .categories-and-filters .product-filters details ul li .form-control input[type=checkbox] {
  width: 10px !important;
  height: 10px !important;
  transform: translateY(5px);
}

.products-page .categories-and-filters .product-filters details ul li .form-control input[type=radio]::before, .products-page .categories-and-filters .product-filters details ul li .form-control input[type=checkbox]::before {
  width: 10px !important;
  height: 10px !important;
}

.products-page .categories-and-filters .product-filters details[open] summary {
  background: transparent url("../images/down-chevron-light-red2.png") no-repeat;
  background-size: 15px 14px;
  background-position: right center;
}

.products-page .products-set {
  border-left: 1px solid #CBCBCB;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .products-page {
    grid-template-columns: 1fr;
    position: relative;
    padding-top: 25px;
  }

  .products-page .link-chain {
    position: absolute;
    top: -20px;
  }

  .products-page .categories-and-filters {
    position: fixed;
    top: 115px;
    left: 0;
    width: 100%;
    height: calc(100vh - 115px);
    background-color: #fff;
    z-index: 15;
    overflow-y: scroll;
    padding: 30px 20px;
    transform: translateY(100%);
    transition: all 0.5s;
  }

  .products-page .categories-and-filters .product-categories, .products-page .categories-and-filters .product-filters {
    margin-right: 0;
  }

  .products-page .categories-and-filters .product-categories .red-btn-small, .products-page .categories-and-filters .product-filters .red-btn-small {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  .products-page .categories-and-filters .product-filters {
    padding-bottom: 0;
  }

  .products-page .products-set {
    border-left: none;
    border-top: 1px solid #CBCBCB;
    padding-left: 0;
    padding-top: 25px;
  }
}

.red-btn-small {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background-color: #89191C;
  padding: 7px 25px;
  cursor: pointer;
  font-family: "BasementGrotesque", sans-serif;
  border: none;
}

.products-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .products-top {
    flex-direction: column;
  }
}

.products-top .sort, .products-top .sort .view {
  display: flex;
  align-items: center;
}

.products-top .sort .view {
  margin-left: 15px;
}

.products-top .sort .view svg {
  cursor: pointer;
}

.products-top .sort .view svg polygon {
  fill: #89191C;
}

.products-top .sort .view svg+svg {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .products-top .sort .view {
    display: none;
  }
}

.products-top .sort p {
  font-size: 16px;
  display: inline;
  width: -moz-max-content;
  width: max-content;
}

.neg-mt {
  margin-top: -40px;
  margin-left: -40px;
}

@media screen and (max-width: 767px) {
  .neg-mt {
    margin-top: 0;
    margin-left: 0;
  }
}

.link-chain {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 30px;
}

@media screen and (max-width: 575px) {
  .link-chain {
    padding-right: 0;
  }
}

.link-chain li {
  padding-left: 15px;
  margin-left: 5px;
  position: relative;
}

.link-chain li::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 3px;
}

.link-chain li::before, .link-chain li span {
  font-family: "Aileron";
  font-size: 16px;
  font-weight: 400;
  color: #959595;
}

@media screen and (max-width: 575px) {
  .link-chain li::before, .link-chain li span {
    font-size: 14px;
  }
}

.link-chain li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.link-chain li:first-child::before {
  display: none;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: "Aileron";
  width: -moz-fit-content;
  width: fit-content;
}

.custom-select select {
  /* display: none; */
  /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
  font-weight: bold;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: url("../images/down-chevron-dark-grey.png");
  top: 4px;
  right: -10px;
  width: 12px;
  height: 5px;
  transform: scale(0.8);
}

/* Point the arrow upwards when the select box is open (active): */
/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #292929;
  font-size: 16px;
  padding: 0 5px;
  cursor: pointer;
  border: none;
  outline: none;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  box-shadow: 5px 5px 7.5px rgba(0, 0, 0, 0.16);
  top: 100%;
  left: 0;
  z-index: 99;
  padding: 10px 5px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.products-top.second {
  margin-top: 25px;
  align-items: center;
}

.products-top.second p {
  font-size: 22px;
  font-weight: bold;
}

.products-search {
  position: relative;
  width: 100%;
  /* max-width: 150px; */
  max-width: 215px;
  height: 30px;
  border: 1px solid #959595;
}

/* .products-search img { */
.products-search .search-btn {
  position: absolute;
  /* left: 10px; */
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
}

.products-search input {
  width: 100%;
  height: 100%;
  padding: 10px;
  /* padding-left: 35px; */
  padding-right: 35px;
  border: none;
  outline: none;
  font-family: "Aileron";
  font-size: 16px;
  color: #292929;
}

@media screen and (max-width: 575px) {
  .products-search {
    margin-top: 25px;
    max-width: 200px;
  }
}

.products-grid {
  display: grid;
  gap: 30px;
  margin: 50px auto;
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 575px) {
  .products-grid {
    margin-top: 25px;
  }
}

.product {
  display: grid;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  transition: all 0.5s;
}

.product .product-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.product .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-height: 160px;
}

.product .product-info {
  display: flex;
  flex-direction: column;
}

.product .product-info .serial-number p {
  color: #959595;
  font-size: 10px;
}

.product .product-info .product-name p {
  font-family: "BasementGrotesque";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.product .product-info .product-text p {
  font-size: 12px;
  color: #6A6A6A;
  font-weight: 700;
  margin-bottom: 25px;
}

.product .product-info .product-bottom, .product .product-info .product-bottom div {
  display: flex;
  align-items: center;
}

.product .product-info .product-bottom {
  justify-content: space-between;
  margin-top: auto;
}

.product .product-info .product-bottom img {
  cursor: pointer;
  width: 16px;
}

.product .product-info .product-bottom .red-btn-small {
  font-size: 12px;
  padding: 3px 10px;
  margin-left: 15px;
}

.add {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  padding: 5px 10px !important;
  display: none;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
}

.add p {
  font-family: "Montserrat";
  font-weight: bold;
  text-align: center;
}

.price span {
  font-family: "Aileron";
  font-size: 17px;
  font-weight: bold;
}

.price .new-price {
  color: #89191C;
}

.price .old-price {
  color: #959595;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  padding-left: 10px;
}

.product:hover {
  scale: 1.1;
}

.discount .add {
  display: block !important;
  background-color: #89191C;
}

.discount .add p {
  color: #fff;
  font-size: 10px;
}

.new .add {
  display: block !important;
  background-color: #fff;
}

.new .add p {
  color: #89191C;
  font-size: 12px;
}

.list-view {
  max-width: 800px;
}

.list-view .product {
  grid-template-columns: 30% 70%;
}

.list-view .product .product-info {
  padding: 20px 30px;
}

@media screen and (max-width: 1399px) {
  .list-view .product .product-info {
    padding: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .list-view .product {
    grid-template-columns: 40% 60%;
  }
}

.grid-view {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-view .no-results {
  grid-column: span 3;
}

.grid-view .product {
  grid-template-columns: 1fr;
}

.grid-view .product .product-image img {
  max-height: 200px;
  padding: 20px;
}

@media screen and (max-width: 1399px) {
  .grid-view .product .product-image img {
    max-height: 160px;
  }
}

.grid-view .product .product-info {
  padding: 20px;
}

.grid-view .product .product-info .product-text {
  display: none;
}

.grid-view .product .product-info .product-bottom .red-btn-small {
  display: none;
}

@media screen and (max-width: 1299px) {
  .grid-view {
    grid-template-columns: 1fr 1fr;
  }
  .grid-view .no-results {
    grid-column: span 2;
  }
  
}

@media screen and (max-width: 991px) {
  .grid-view {
    grid-template-columns: 1fr;
  }
  .grid-view .no-results {
    grid-column: span 1;
  }
}

@media screen and (max-width: 767px) {
  .grid-view {
    grid-template-columns: 1fr 1fr;
  }
  .grid-view .no-results {
    grid-column: span 2;
  }
}

@media screen and (max-width: 575px) {
  .grid-view {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
  .grid-view .no-results {
    grid-column: span 1;
  }
}

.active-view {
  opacity: 0.5;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: 130px;
}

@media screen and (max-width: 575px) {
  .brand-logo {
    display: none;
  }
}

.brand-logo-small {
  display: none !important;
}

@media screen and (max-width: 575px) {
  .brand-logo-small {
    display: block !important;
  }

  .brand-logo-small img {
    width: 90px;
  }
}

.products-top.details {
  align-items: center;
}

@media screen and (max-width: 575px) {
  .products-top.details {
    align-items: start;
  }
}

.subtitle p {
  font-size: 28px;
  font-weight: bold;
}

.specifications ul {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.specifications ul li {
  padding: 10px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.specifications ul li p {
  font-size: 16px;
}

@media screen and (max-width: 1399px) {
  .specifications ul li p {
    font-size: 14px;
  }
}

.specifications ul li:nth-child(4n+1), .specifications ul li:nth-child(4n+2) {
  background-color: #EBEBEB;
}

@media screen and (max-width: 1199px) {
  .specifications ul {
    grid-template-columns: 1fr;
  }

  .specifications ul li:nth-child(4n+1), .specifications ul li:nth-child(4n+2) {
    background-color: #fff;
  }

  .specifications ul li:nth-child(2n+1) {
    background-color: #EBEBEB;
  }
}

@media screen and (max-width: 575px) {
  .specifications ul li {
    gap: 20px;
    padding: 10px 5px;
  }
}

.similar-products {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1299px) {
  .similar-products {
    grid-template-columns: 1fr 1fr;
    max-width: 600px;
  }
}

@media screen and (max-width: 575px) {
  .similar-products {
    grid-template-columns: 1fr;
    max-width: 260px;
  }
}

.files ul {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.files ul li a {
  font-family: "Aileron";
  font-size: 16px;
  font-weight: 600;
  color: #292929;
  padding-left: 30px;
  background-image: url("../images/paper-clip.png");
  background-position: left center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.files ul li a:hover {
  color: #89191C;
}

@media screen and (max-width: 991px) {
  .files ul {
    grid-template-columns: 1fr;
  }
}

.product-details-grid {
  display: grid;
  grid-template-columns: 40% 1fr;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

@media screen and (max-width: 1199px) {
  .product-details-grid {
    grid-template-columns: 1fr;
  }

  .product-details-grid .details-text {
    order: 3;
    margin-top: 50px;
  }
}

.product-details-grid .details-images {
  grid-row: span 2;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 330px 1fr;
  /* height: 540px; */
  row-gap: 30px;
  overflow-y: hidden;
}



@media screen and (max-width: 1199px) {
  .product-details-grid .details-images {
    order: 2;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-details-grid .details-images a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.product-details-grid .details-images a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-height: 160px;
}

.product-details-grid .details-images a:first-child {
  grid-column: span 2;
}

.product-details-grid .details-images a:first-child img {
  max-height: 330px;
}

.product-details-grid .details-images .add {
  padding: 10px 0;
}

.product-details-grid .details-images .add p {
  font-size: 14px !important;
}

.product-details-grid .details-images .more-images {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.product-details-grid .details-images .more-images .overlay {
  opacity: 0.48;
}

.product-details-grid .details-images .more-images span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}

.details-info {
  display: flex;
  flex-direction: column;
}

.details-info .serial-number p {
  color: #959595;
}

.details-info .product-name {
  margin-bottom: auto;
}

.details-info .product-name h1, .details-info .product-name p {
  font-family: "BasementGrotesque";
  font-size: 36px;
  font-weight: bold;
  color: #89191C;
  text-align: left;
}

@media screen and (max-width: 575px) {
  .details-info .product-name h1, .details-info .product-name p {
    font-size: 24px;
  }
}

.details-info .purchase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-bottom: 1px solid #ABABAB; */
  padding-bottom: 20px;
  /* margin: 20px 0; */
  margin-bottom: 20px;
  margin-top: 20px;
}

.pro-desc {
  border-top: 1px solid #ABABAB;
  padding-top: 20px;
  padding-bottom: 20px;
}

.details-info .purchase .purchase-part {
  display: flex;
  align-items: center;
}

/* .details-info .purchase .purchase-part+.purchase-part {
  margin-top: 20px;
} */

.details-info .purchase .price span {
  font-size: 28px;
}

.details-info .purchase .quantity {
  margin-right: 30px;
}

.details-info .purchase .quantity span {
  font-family: "Aileron";
  font-size: 28px;
  font-weight: 900;
  color: #292929;
  padding: 0 5px;
  cursor: pointer;
}

.details-info .purchase .quantity span:nth-child(2) {
  font-weight: 400;
}

.details-info .purchase a {
  display: flex;
  align-items: center;
}

.details-info .purchase a img {
  width: 30px;
}

.details-info .purchase .red-btn-small {
  font-size: 20px;
  /* margin-left: 40px; */
  position: relative;
}

/* .details-info .purchase .red-btn-small::before {
  content: "";
  background-image: url("../images/shopping-cart-grey.png");
  background-repeat: no-repeat;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
} */

@media screen and (max-width: 767px) {
  .details-info .purchase .red-btn-small {
    margin-left: 0;
  }

  .details-info .purchase .red-btn-small::before {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .details-info .purchase .price span, .details-info .purchase .quantity span {
    font-size: 24px;
  }

  .details-info .purchase .red-btn-small {
    font-size: 16px;
  }

  .details-info .purchase a img {
    width: 24px;
  }
}

@media screen and (max-width: 575px) {
  .details-info .purchase {
    flex-direction: column;
  }

  .details-info .purchase .price, .details-info .purchase .quantity, .details-info .purchase a {
    margin-right: 0;
  }

  .details-info .purchase .price {
    margin-right: 0;
  }

  .details-info .purchase .purchase-part {
    width: 100%;
    justify-content: space-between;
  }
}

/* .details-info .product-text {
  height: 60px;
  overflow-y: hidden;
  position: relative;
} */

.details-info .product-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 20px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
}

@media screen and (max-width: 575px) {
  .details-info .product-text::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
  }
}

.details-info .product-text p {
  font-size: 16px;
}

.details-info .product-text span {
  font-family: "Aileron";
  color: #89191C;
  font-weight: 600;
  position: absolute;
  right: 40px;
  bottom: 3px;
  z-index: 2;
  cursor: pointer;
}

.details-info .check-text {
  /* margin: 50px 0; */
  margin-top: 20px;
}

.share {
  padding-top: 20px;
  border-top: 1px solid #ABABAB;
}

.share a {
  display: flex;
  align-items: center;
  font-family: "Aileron";
  font-size: 16px;
  color: #292929;
  font-weight: 600;
}

.share a svg {
  width: 17px;
  height: 17px;
  margin-left: 5px;
}

.share a svg g {
  fill: #292929;
}

.more-details {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 50px 70px;
  z-index: 12;
  display: none;
  width: 100%;
  max-width: 800px;
}

.more-details .product-name {
  margin-bottom: 50px;
}

.more-details .close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  padding: 10px;
}

.more-details .close img {
  width: 16px;
}

@media screen and (max-width: 1399px) {
  .more-details {
    top: 75px;
    bottom: 50px;
    transform: translate(-50%, 0);
    overflow-y: scroll;
    padding: 50px;
  }
}

@media screen and (max-width: 991px) {
  .more-details {
    bottom: 0;
  }

  .more-details .close {
    top: 30px;
    right: 30px;
  }
}

@media screen and (max-width: 575px) {
  .more-details {
    padding: 50px 20px;
  }

  .more-details .close {
    top: 15px;
    right: 15px;
  }
}

.filters-btn {
  display: none;
  align-items: center;
  justify-content: space-between;
  background-color: #89191C;
  height: 40px;
  padding: 0 25px;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .filters-btn {
    display: flex;
  }
}

.filters-btn img {
  height: 30%;
}

.filters-btn p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

/*# sourceMappingURL=main.css.map */

.colored-div {
  position: relative;
  padding: 70px;
  padding-top: 100px;
  margin-bottom: 50px;
}

.red-container {
  background-color: #89191C;
}

.red p, .red span {
  color: #fff;
}

.red::before {
  border: 1px solid #fff;
}

.red::after{
  background-color: #89191C;
}

.white p, .white span {
  color: black;
}

.white::before {
border: 1px solid #292929;
}

.white::after{
  background-color: #fff;
}

.grey::after{
  background-color: #EBEBEB;
}



/* .colored-div::after {
  background-color: #89191C;
} */

.red {
  background-color: #89191C;
}

.grey {
  background-color: #EBEBEB;
}

.white {
  background-color: white;
  box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.16);
}







.products-top .sort .view input {
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
}

.add.new {
  display: block !important;
  background-color: #fff;
  left: 0;
  right: auto;
}
.add.new p {
  color: #89191C;
  font-size: 12px;
}
.add.discount {
  display: block !important;
  background-color: #89191C;
}
.add.discount p {
  color: #fff;
  font-size: 10px;
}
.list-view .product .product-image img {
  padding: 20px;
}
.product-categories ul li a {
  font-family: "Aileron";
  font-size: 16px;
  font-weight: 400;
  color: #959595;
  margin-bottom: 10px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.product-categories ul li a:hover {
  color: #292929 !important;
  font-weight: 900 !important;
}
.product-categories ul li a.active {
  color: #292929 !important;
  font-weight: 900 !important;
}
.products-top .sort .view label {
  margin-left: 15px;
}

.scroll-menu-cart {
  /* height: 318px; */
  height: 350px;
  overflow-y: auto;
}
.shop-article {
  margin-bottom: 20px;
}

@media screen and (max-width: 1399px) {
  .scroll-menu-cart {
    height: 170px;
  }
}



#tempAlert {
	width: auto;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	display: none;
	background: #89191C;
	padding: 25px;
  line-height: 1.5;
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
  -webkit-box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
}

#tempAlert span {
  font-size: 16px;
  color: #58585A;
  font-weight: bold;
  color: white !important;
}



@media screen and (min-width: 1200px) {
  .header-product-search .products-search {
    border: 1px solid white;
  }
  .header-product-search .products-search input {
    color: white !important;
    background-color: transparent;
  }
  .header-product-search .products-search input::placeholder {
    color: white !important;
  }
}
.header-product-search .products-search .search-btn img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}









.products-search-page .products-page {
  grid-template-columns: 1fr;
  padding-top: 0;
}
.products-search-page .page-grid {
  gap: 0;
}
.products-search-page .products-found {
  text-align: center;
}
.products-search-page .products-page .products-set {
  border-left: none;
  padding-left: 0;
}

.products-page .categories-and-filters .product-categories details summary a {
  width: max-content;
  margin-bottom: 0;
}

.quantity {
  display: flex;
  align-items: center;
}

.quantity input {
  width: 55px;
  height: 30px;
  /* background-color: #EBEBEB; */
  background-color: white;
  border: none;
  outline: none;
  text-align: center;
  /* font-weight: 900;
  font-size: 14px;
  cursor: pointer; */

  font-family: "Aileron";
  font-size: 28px;
  font-weight: 400;
  color: #292929;
  padding: 0 5px;
  cursor: pointer;
}
.quantity input.amount-plus,
.quantity input.amount-minus {
  width: 30px;
  font-size: 28px;
  font-weight: 900;
}

.shopping-cart .quantity input {
  width: 35px;
  font-size: 18px !important;
}

.shopping-cart .quantity input.amount-plus,
.shopping-cart .quantity input.amount-minus {
  width: 25px;
}
.shop-articles-2 .quantity input {
  width: 35px;
  font-size: 18px !important;
}

.shop-articles-2 .quantity input.amount-plus,
.shop-articles-2 .quantity input.amount-minus {
  width: 25px;
}
.shop-article .quantity input {
  width: 35px;
  font-size: 18px !important;
}

.shop-article .quantity input.amount-plus,
.shop-article .quantity input.amount-minus {
  width: 25px;
}


.quantity input[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.shop-article .shop-article-info .quantity-and-price .quantity {
  background-color: transparent;
}

.checkout-amount-wrapper {
  display: flex;
  align-items: center;
}
.shop-article .shop-article-info .quantity-and-price {
  justify-content: space-between;
}

.cart-and-info .info .info2 .checkout-form .radio-btns {
  display: flex;
  justify-content: space-between;
}
.cart-and-info .info .info2 .checkout-form .radio-btns .shop-links {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.cart-and-info .info .info2 .checkout-form .radio-btns .shop-links label {
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

.cart-and-info .info .info2 .checkout-form .radio-btns .shop-links input {
  margin-top: 0;
  margin-left: 5px;
}

.cart-and-info .info .info2 .checkout-form .radio-btns p {
  font-size: 18px;
}
.cart-and-info .info .info2 .checkout-form .terms-check input,
.cart-and-info .info .info2 .checkout-form .radios .form-control input {
  margin-top: 0;
}

.grid-view.featured {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 1199px) {
  .grid-view.featured {
      grid-template-columns: 1fr 1fr;
      gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .grid-view.featured {
      grid-template-columns: 1fr;
      gap: 30px;
      /* max-width: 400px; */
      margin-left: auto;
      margin-right: auto;
  }
}

.checkout-user {
  cursor: pointer;
  font-weight: 900;
}

.checkout-user-txt {
  margin-bottom: 10px;
}
.submit-order-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.cart-and-info .info .info2 .checkout-form .terms-check a {
  color: #89191C;
}


.specifications table {
  margin-top: 30px;
  border: none !important;
}
.specifications tr td {
  height: auto !important;
  padding: 10px 20px;
  border: none !important;
}
.specifications tr:nth-child(2n+1) {
  background-color: #EBEBEB;
}
@media screen and (max-width: 575px) {
  .specifications table {
    display: flex;
    width: 100% !important;
  }
  .specifications tr {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    height: auto !important;
  }
  .specifications tr td {
    width: 100% !important;
    height: auto !important;
  }
  .specifications tr td:first-child {
    font-weight: 900;
  }
}

.add-cart-wrapper {
  display: flex;
  align-items: center;
}
.add-cart-wrapper p {
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .add-cart-wrapper {
    margin-right: auto;
    margin-left: 0;
    flex-direction: column;
    margin-top: 20px;
  }
  .add-cart-wrapper p {
    margin-bottom: 20px;
  }
}

.registration-and-login .login-info p span,
.registration-and-login .login-info form p span {
  color: #89191C;
  cursor: pointer;
}

.page-general ul {
  list-style: inside;
  margin-bottom: 15px;
  padding-left: 20px;
}
.page-general .text p {
  margin-bottom: 15px;
  margin-top: 0;
}


p.delivery-cost-txt {
  font-family: "Aileron", sans-serif !important;
  font-size: 14px !important; 
  font-weight: 400 !important;
  color: #292929 !important;
}

.cart-and-info .cart .cart-bottom a {
  width: 30%;
}

.price-and-delivery {
  width: 70%;
}

.price-and-delivery p:first-child {
  margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
  .page-general h1 {
    font-size: 22px;
  }
  .details-info .purchase .purchase-part {
    align-items: flex-start;
  }
  .details-info .purchase .purchase-part .quantity {
    margin-bottom: 20px;
  }
  .cart-and-info .info .info2 .checkout-form .radio-btns .shop-links {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .head .head1 .user-and-shop.mobile-icons {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .head .head1 .user-and-shop.desktop-icons {
    display: none;
  }
  .head .head1 .user-and-shop.mobile-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
  }
  .head .head1 .user-and-shop.mobile-icons a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .head .head1 .user-and-shop.mobile-icons .header-icon {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
  }
  .head .head1 .user-and-shop.mobile-icons img:nth-child(2) {
    margin-left: 5px;
  }
  .head .head1 .user-and-shop.mobile-icons div {
    height: auto;
    width: auto;
  }
}


















.cookies-wrapper {
  width: 100%;
  background-color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 50;
  display: block;
  transition: opacity 0.5s ease;
}
.cookies-wrapper .cookies {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
}
@media screen and (max-width: 991px) {
  .cookies-wrapper .cookies {
    flex-direction: column;
  }
}
.cookies-wrapper .cookies p {
  width: 100%;
  max-width: 720px;
  margin-right: 20px;
}
.cookies-wrapper .cookies .btn {
  background-color: #89191C;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 35px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  border: none;
}
@media screen and (max-width: 991px) {
  .cookies-wrapper .cookies .btn {
    margin-top: 20px;
  }
}

.cookies-wrapper.hidden {
  opacity: 0;
}

.loader-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
}

.loader-order {
  display: block;
  /* border: 4px solid rgba(0, 0, 0, 0.3); */
  border: 4px solid rgba(255, 255, 255, 0.3);
  /* border-top: 4px solid #2E3091; */
  border-top: 4px solid white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin-right: 1rem;
}
.loader-order.hidden {
  display: none;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}














































.my-info-wrapper {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .my-info-wrapper {
    flex-direction: column;
  }
}
.my-info-wrapper .basic-form {
  flex: 40%;
}
@media screen and (max-width: 1199px) {
  .my-info-wrapper .basic-form {
    width: 100%;
    max-width: 600px;
  }
}
.my-info-wrapper .other-info-form {
  flex: 60%;
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .my-info-wrapper .other-info-form {
    margin-left: 0;
    margin-top: 40px;
  }
}
.my-info-wrapper .basic-form,
.my-info-wrapper .other-info-form {
  padding: 20px;
  border: 1px solid rgba(137, 25, 28, 0.3);
  background-color: white;
  position: relative;
}
.my-info-wrapper .basic-form h3,
.my-info-wrapper .other-info-form h3 {
  color: #89191C;
  font-size: 25px;
  font-weight: 500;
}
.my-info-wrapper .basic-form label,
.my-info-wrapper .other-info-form label {
  font-size: 16px;
  font-weight: 300;
  color: black;
  margin-top: 15px;
  display: block;
}
.my-info-wrapper .other-info-form input {
  width: 100%;
  padding: 10px 10px;
  /* border: none; */
  /* border-bottom: 1px solid rgba(112, 112, 112, 0.2); */
  border: 1px solid rgba(112, 112, 112, 0.2);
  font-size: 16px;
  color: #292929;
  margin-top: 10px;
  outline: none;
}
.my-info-wrapper .basic-form input {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  font-size: 16px;
  color: #292929;
  margin-top: 10px;
  outline: none;
}
.my-info-wrapper .basic-form .btn,
.my-info-wrapper .other-info-form .btn {
  background-color: #89191C;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  grid-column: span 2;
  align-items: center;
  margin-top: 20px;
}
.my-info-wrapper .other-info-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 575px) {
  .my-info-wrapper .other-info-form form {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .my-info-wrapper .other-info-form form .btn {
    grid-column: span 1;
  }
}

.my-orders {
  padding-top: 30px;
}
.my-orders .order {
  width: 100%;
  border: 1px solid rgba(137, 25, 28, 0.4);
  position: relative;
}
.my-orders .order .close {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #89191C;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
}
.my-orders .order table {
  width: 100%;
  border-collapse: collapse;
}
.my-orders .order table tr {
  background-color: white;
  border-collapse: collapse;
  display: table-row;
}
.my-orders .order table tr:first-child {
  background-color: white !important;
}
.my-orders .order table tr .first-column p {
  font-size: 16px;
  color: black;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  text-align: start;
}
@media screen and (max-width: 991px) {
  .my-orders .order table tr .first-column p {
    margin-left: 0;
    display: flex;
  }
}
.my-orders .order table tr .first-column p span {
  font-weight: 400;
  margin-left: 10px;
}
.my-orders .order table tr td {
  padding: 5px 10px 5px 10px;
  border-right: 1px solid rgba(137, 25, 28, 0.4);
}
@media screen and (max-width: 991px) {
  .my-orders .order table tr td {
    display: flex;
    border-right: none;
    width: 100% !important;
  }
}
.my-orders .order table tr td:nth-child(even) {
  padding: 0;
}
.my-orders .order table tr td .name {
  color: #89191C;
}
.my-orders .order table tr td p {
  color: black;
  text-align: center;
}
.my-orders .order table tr .last-column {
  color: #89191C;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .my-orders .order table table {
    border-top: 1px solid rgba(137, 25, 28, 0.4);
    border-bottom: 1px solid rgba(137, 25, 28, 0.4);
  }
}
.my-orders .order table table tr {
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .my-orders .order table table tr {
    border-right: none;
    border-bottom: 1px solid rgba(137, 25, 28, 0.4);
  }
  .my-orders .order table table tr:last-child {
    border-bottom: none;
  }
}
.my-orders .order table table tr td {
  border: none;
  border-right: 1px solid rgba(137, 25, 28, 0.4);
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .my-orders .order table table tr td {
    border-right: none;
  }
}
.my-orders .order table table tr td:last-child {
  border-right: none;
}
.my-orders .order table table tr td:nth-child(even) {
  padding: 5px 10px 5px 10px;
}



.d-none {
  display: none;
}
.reset-field-wrapper {
  position: relative;
  margin-top: 10px;
}

.reset-field-wrapper .show-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}
.reset-field-wrapper .show-btn svg {
  height: 18px;
  width: 18px;
  cursor: pointer;
}

.page-content.page-content-reset-pass {
  background-color: #fff;
  margin-bottom: -50px;
  position: relative;
  z-index: 3;
  border: none;
  box-shadow: none;
  margin-top: 10px;
}


.modal-message .modal-body-message .poslato {
  color: #4F8A10;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.modal-message .modal-body-message .nije-poslato {
  color: #FF0000;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
 margin-bottom: 0;
}

.modal-message .modal-body-message .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

.modal-message {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99999;
}

.modal-body-message {
  background: white;
  position: relative;
  padding: 2rem;
  margin: 0 15px;
}



.flag-img {
  background-image: url(../images/flags/flags@2x.png);
  width: 20px;
  margin-top: 0 !important;
  margin-left: 5px;
  margin-right: 5px;
}
.me-flag {
  height: 10px;
  background-position: -3182px 0;
  background-size: 5652px 15px;
}
.al-flag {
  height: 15px;
  background-position: -132px 0;
  background-size: 5652px 15px;
}
.bih-flag {
  height: 10px;
  background-position: -374px 0;
  background-size: 5652px 15px;
}
.tr-flag {
  height: 14px;
  background-position: -5065px 0;
  background-size: 5652px 15px;
}
.en-flag {
  height: 10px;
  background-position: -1775px 0;
  height: 10px;
  background-position: -1775px 0;
  background-size: 5652px 15px;
}