@font-face {
  font-family: "Onest";
  src: url("/catalog/view/theme/default/fonts/onest_r.ttf") format("woff2"),
    url("/catalog/view/theme/default/fonts/onest_r.ttf") format("woff");
}

@font-face {
  font-family: "Onest";
  font-weight: bold;
  src: url("/catalog/view/theme/default/fonts/onest_b.ttf") format("woff2"),
    url("/catalog/view/theme/default/fonts/onest_b.ttf") format("woff");
}


.onest-<uniquifier> {
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

:root {
  --color-orange: #ffa728;
  --color-red: #e66c6e;
  --color-green: #a7d6bb;
  --color-blue: #1c4961;
}

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body, button, input, select, textarea {
  font-family: "Century Gothic", CenturyGothic, sans-serif;
}

h1 {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
}

.rotate-180 {
  transform: rotate(180deg);
}

#bf-btn-show {
  display: none;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.option-quantity-table tbody tr td {
  font-size: 14px;
}

.text_warning {
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
  color: #e66c6e;
}

.text {
  margin-bottom: 5px;
  color: #777;
  padding: 0 15px;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  display: block;
}

.show-more {
  width: 150px;
  color: #777;
  position: relative;
  font-size: 14px;
  padding-top: 5px;
  height: 20px;
  text-align: center;
  background: #f1f1f1;
  cursor: pointer;
}

.show-more:hover {
  color: #1779dd;
}

.option-quantity-form-group .panel {
  height: 100%;
  overflow: hidden;
}

#product .form-group .panel {
  max-height: 215px;
  overflow: hidden;
}

#cart_open {
  border: 0;
  background: transparent;
  color: #006dff;
  cursor: pointer;
  font-size: 17px;
}

.list-unstyled li {
  margin-bottom: 10px;
}

.rev_popup {
  background: white;
  width: 750px;
  flex-direction: column;
  display: flex;
  margin: 3.75rem auto;
}

.tovar_col_review h2 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.review_button {
  width: 200px;
  height: 30px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  background: #729ef9;
  color: #fff;
}

#product-product .fa-stack {
  width: auto;
}

.us-module-rating-star-is {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(/image/star.svg) no-repeat !important;
}

.us-module-rating-star {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(/image/star-grey.svg) no-repeat;
}

.us-module-rating-stars {
  margin-left: 10px;
  display: flex;
}

.rev {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mbo {
  margin-bottom: 0 !important;
}

.mb100 {
  margin-bottom: 100px;
}

.us-module-rating-star {
  width: 14px;
  height: 12px;
  margin-right: 0;
  margin-bottom: 0;
  cursor: pointer;
}



.d-none {
  display: none !important;
}

.review_width {
  width: 100%;
}

.tovar_col_review {
  display: flex;
  flex-direction: column;
  width: 42%;
  padding: 20px;
}

.rev_columns {
  display: flex;
}

.review_col {
  width: 45%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.closecart_rev {
  font-size: 19px;
  color: #fff;
  cursor: pointer;
}

.head_popup h2 {
  color: #fff;
}

.head_popup {
  background-color: #729ef9;
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
}

.photo_col_review img {
  width: 100%;
}

#review_popup {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  z-index: 654654645645654645;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.catcard {
  display: flex;
  width: 320px;
  flex-direction: column;
  align-items: center;
}

.namecat {
  margin-top: 15px;
}

.namecat a {
  color: var(--B, #000);
  text-align: center;
  font-family: "Onest";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 0 0 15px;
  border-bottom: 1px solid #006dff;
}

.w100 {
  margin: 0 auto;
  width: 1300px;
  flex-wrap: wrap;
}

.cat_col {
  margin-bottom: 50px;
}

#calculation {
  margin: 0px 0 25px 0;
}

.checkbox {
  margin: 10px 0;
}

.checkbox label {
  padding-left: 20px;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}

.btn-danger {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.w70 {
  width: 70px;
}

.clearfix tbody {
  display: flex;
  flex-direction: column;
}

.item-name a {
  color: #000;
  transition: 0.3s;
}

.tooltip {
  display: none !important;
}

.close {
  border: 0;
  background: transparent;
  cursor: pointer;
}

#alert {
  right: 0px;
  width: max-content;
  z-index: 9999;
  position: fixed;
}

.alert {
  width: auto;
  background: #d1e7dd;
  border-radius: 7px;
  color: #0f5132;
  z-index: 4323;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.alert a {
  color: #006dff;
}

button {
  cursor: pointer;
}

.btn-close {
  width: 15px;
  height: 15px;
  border: 0;
  opacity: 0.5;
  padding: 2px;
  cursor: pointer;
  margin-left: 5px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
}

.btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btns a:hover {
  color: #006dff;
  background: #fff;
  transition: 0.3s;
}

.has-sub ul li {
  background: #fff;
}

.has-sub ul li:nth-child(2n) {
  background: #e3e3e3;
}

#cart_mobile {
  cursor: pointer;
  background: transparent;
  border: 0;
}

.dflexw {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

.dflexw form {
  width: 100%;
}

#cart_mobile span {
  position: absolute;
  color: #fff;
  background: #006dff;
  padding: 3px 8px;
  margin-left: 22px;
  margin-top: -6px;
  border-radius: 21px;
}

.bf-non-scrollable {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.bf-btn-show {
  display: none !important;
}

/* #cart1 {
  cursor: pointer;
  background: transparent;
  border: 0;
}
#cart1 span {
  position: absolute;
  color: #fff;
  background: #006dff;
  padding: 3px 8px;
  margin-left: 22px;
  margin-top: -6px;
  border-radius: 21px;
} */
.btns button {
  display: flex;
  cursor: pointer;
  border: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 8px;
  background: #006dff;
  height: 35px;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
}

.btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 8px;
  background: #006dff;
  height: 35px;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
}

.btns a:nth-last-child(1):hover {
  background: #fff;
  transition: 0.3s;
  color: #006dff;
}

.btns a:nth-last-child(1) {
  background: #006dff;
}

.gesamt strong {
  margin-right: 5px;
}

.cart_table {
  margin-bottom: 15px;
}

.item-name a:hover {
  color: #006dff;
  transition: 0.3s;
}

.breadcrumb ul {
  display: flex;
  width: 100%;
  align-items: center;
}

.breadcrumb ul li a {
  color: #909090;
  font-size: 14px;
}

.breadcrumb ul li a:hover {
  color: #006dff;
  transition: 0.3s;
}

.breadcrumb ul li {
  margin-right: 5px;
}

.breadcrumb ul li:nth-last-child(1) {
  font-weight: 600;
}

.breadcrumb ul li:not(:nth-last-child(1))::after {
  content: "/";
  margin-left: 5px;
  opacity: 0.5;
}

.breadcrumb {
  display: flex;
  width: 1440px;
  margin: 0 auto 40px;
  padding: 10px 0;
  border-bottom: 2px solid #006dff;
  background-color: #fff;
}

.clearfix tbody tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clearfix tbody tr td:nth-child(1) {
  color: #abb0be;
}

.clearfix tbody tr td {
  color: #006dff;
}

#product-search {
  width: 1110px;
  margin: 0 auto;
}

#button-search {
  margin-top: 60px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  width: 136px;
  height: 38px;
  background: #006dff;
  border-radius: 8px;
}

.mauto {
  margin: 0 auto !important;
}

.pull-left {
  margin-bottom: 0;
}

.cart_table tbody tr td:nth-last-child(2) {
  display: none;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.nav_menu_head ul a {
  color: #333333;
}

.nav_menu_head ul a:hover {
  color: #006dff;
  transition: 0.3s;
}

.nav_menu_head ul {
  display: flex;
  width: 550px;
  justify-content: space-evenly;
}

/* .header img {
  height: 44px;
} */

.mobile img {
  height: 30px;
}

.mobile {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header_bottom {
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 60px;
}

.accordion {
  width: 100%;
  max-width: 360px;
  margin-left: 20px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #333333;
}

.accordion li.open i {
  color: #333333;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
   * Submenu
   -----------------------------*/

.submenu {
  display: none;
  font-size: 14px;
  margin-top: 15px;
  position: absolute;
  background-color: white;
  z-index: 1;
  padding: 5px;
  border: 1px solid rgb(187, 187, 187);
  border-top: none;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 5px 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.search {
  width: 300px;
  justify-content: space-evenly;
}


.link a {
  font-weight: bold;
  color: #000;
}

.link:hover {
  color: #006dff;
  transition: 0.3s;
}

.link a:hover {
  color: #006dff;
  transition: 0.3s;
}

.accordion1 {
  width: max-content;
  margin-left: 20px;
  background: #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion1 .link1 {
  cursor: pointer;
  display: block;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion1 li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion1 li i.fa-chevron-down1 {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion1 li.open1 .link1 {
  color: #333333;
}

.accordion1 li.open1 i {
  color: #333333;
}

.accordion1 li.open1 i.fa-chevron-down1 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
   * Submenu
   -----------------------------*/

.submenu1 {
  display: none;
  border-radius: 5px;
  font-size: 14px;
  z-index: 99999;
  width: 272px;
  background: #fff;
  position: absolute;
  margin-top: 15px;
}

.submenu1 a {
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 12px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu1 a:hover {
  border-radius: 5px;
  color: #e3e3e3;
}

.link1 a {
  font-size: 18px;
  font-weight: 400;
  font-family: "Onest";
  padding: 10px 87px;
  color: #ffffff;
}

.link1 {
  margin: 0;
  padding: 10px 2px;
  border: 1px solid rgba(128, 128, 128, 0.5);
  border-radius: 8px;
}

.accordion2 {
  margin-left: 20px;
  background: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion2 .link2 {
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion2 .link2:hover {
  color: #006dff;
  transition: 0.3s;
}

.accordion2 li:last-child .link2 {
  border-bottom: 0;
}

.accordion2 li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion2 li i.fa-chevron-down2 {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion2 li.open .link2 {
  color: #333333;
}

.accordion2 li.open i {
  color: #333333;
}

.accordion2 li.open i.fa-chevron-down2 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
   * Submenu
   -----------------------------*/
.submenu2::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

.submenu2::-webkit-scrollbar-thumb {
  height: 40px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #729ef9;
}

.submenu2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#popup_open {
  background: rgba(0, 0, 0, 0.5);
  width: 99.8%;
  height: 320%;
  display: none;
  top: 0;
  z-index: 43242342365;
  position: fixed;
  left: 0;
  margin: 0 auto;
}

#changedWithOuter {
  width: auto !important;
}

.javascript {
  display: none !important;
}

.submenu2 {
  display: none;
  height: 255px;
  overflow-y: auto;
  font-size: 14px;
  background: #fff;
  z-index: 9999;
  position: absolute;
  margin-top: 15px;
  border-radius: 5px;
}

#tab-review {
  margin-top: 70px;
}

.help-block {
  display: none;
}

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

.wmax {
  width: max-content !important;
}

#review {
  padding: 30px 0;
}

.review_form {
  width: 40%;
}

.submenu2 a {
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 12px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu2 a:hover {
  background: #e3e3e3;
  color: #fff;
}

.link2 button {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.link2 button:hover {
  color: #006dff;
  transition: 0.3s;
}

.blog-menu {
  color: #fff;
  font-size: 18px;
}

.menu_nav {
  display: flex;
  align-items: center;
  width: 500px;
  justify-content: space-evenly;
}

.menu_nav a:hover {
  color: #006dff;
  transition: 0.3s;
}

.wrapper {
  display: none;
}

#slick-slide00 h2,
#slick-slide00 h1 {
  /* display: none; */
}

#slick-slide01 h2,
#slick-slide01 h1 {
  display: none;
}

.slider_1 img {
  width: 100%;
}

.slider_1>div {
  width: 100%;
  position: absolute;
  padding: 220px 0 0 300px;
}

.slider_1>div h2 {
  color: var(--white-main, #FFF);
  font-family: "Onest";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media screen and (max-width: 1500px) {
  .slider_1>div {
    padding-left: 60px;
  }
}

@media screen and (max-width: 900px) {
  .slider_1>div {
    padding-top: 200px;
  }

  .slider_1>div h2 {
    font-size: 44px;
  }
}

@media screen and (max-width: 768px) {
  .slider_1>div {
    padding-top: 120px;
    padding-left: 20px;
  }

  .slider_1>div h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 600px) {
  .slider_1>div h2 {
    font-size: 24px;
  }
}

.main {
  width: 100%;
}

.main:first-child {
  opacity: 0.99;
}

.text p {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}

.text h4 {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.text {
  margin-left: 10px;
}

.block_mini {
  width: 307px;
  max-width: 308px;
  height: 167px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 16px;
  padding: 48px 20px;
  border-radius: 8px;
  background: var(--blue-bg, #F2F4FB);
}

.block_mini img {
  width: 54px;
  height: 54px;
  aspect-ratio: 1/1;
}

.block_mini .text {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}

.block_mini .text h4 {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.block_mini .text p {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 700px) {
  .block_mini img {
    width: 42px;
    height: 42px;
  }

  .block_mini .text h4 {
    font-size: 14px;
  }

  .block_mini .text p {
    font-size: 14px;
  }
}

.d-flex {
  display: flex;
}

.blocks {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px auto 100px;
}

@media (max-width: 1398px) {
  .blocks {
    justify-content: center;
  }
}

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

.btn-primary:hover {
  background-color: var(--blue-active, #2E478D);
}

.btn-primary {
//  background: transparent;
  color: #fff;
  background-color: var(--blue-main, #006dff);
  border: 0;
  cursor: pointer;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dflexw p {
  margin: 10px 0;
}

.dflexw h2 {
  margin: 20px 0;
}

.input-group-btn {
  margin-left: 10px;
}

.faicon {
  cursor: pointer;
  font-size: 14px;
  border: 0;
}

.table-responsive {
  /* width: 1110px; */
  margin: 0 auto;
}

.input-group-table {
  display: flex;
  align-items: center;
}

.table-bordered {
  width: 100%;
}

table {
  border-collapse: collapse;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

.container-xxl {
  width: 100%;
  max-width: 1400px;
}

.slider_logo {
  margin: 0 auto 60px;
}

.logo img {
  margin-left: 15px;
}

.categories {
  color: #000;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 40px;
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
}

.column-left {
  max-width: 350px;
  display: flex;
  overflow: hidden;
}

.subcategories {
  display: flex;
  flex-direction: column;
}

.block_one h4 {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #006dff;
}

.block_one li {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding: 7px 0;
  color: #333333;
}

.block_one {
  display: flex;
  width: 336px;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #D6D6D6;
  padding: 20px 30px;
}

.see {
  padding-top: 5px;
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #006dff;
}

.see:hover {
  color: #006dff;
  transition: 0.3s;
}

.categories_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.filter {
  display: flex;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto;
}

.dfle {
  max-width: 1440px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 0 40px;
}

.dfle .block_one {
  width: 307px;
}

.form-control option {
  margin: 5px 0;
}

#input-search {
  width: 470px;
}

.buttonca {
  display: block;
  padding: 10px;
  background-color: #006dff;
  color: #fff;
}

.catbutton {
  display: flex !important;
  justify-content: space-between !important;
  width: 500px !important;
  padding: 14px !important;
  height: 52px !important;
  align-items: center !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 8px;
  font-size: 18px !important;
  font-weight: 400;
  color: #333;
}

/* .active {
    background: #006dff;
    border-bottom: 2px 2px 0px 0px;
  } */
.button1 {
  padding: 12px 24px;
  margin-right: 18px;
  cursor: pointer;
  color: #333;
  background: none;
  text-transform: uppercase;
  border: 0;
  outline: none;
  border-radius: 0;
  position: relative;
}

.button:last-child {
  margin-right: 0;
}

.button:active {
  bottom: -1px;
}

.anime {
  transform: scale(0);
  display: none !important;
}

.hide {
  animation-name: hide;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  0% {
    visibility: visible;
    height: 200px;
  }

  100% {
    visibility: hidden;
    width: 0;
    height: 0;
    max-width: 0;
    font-size: 0;
    margin: 0;
  }
}

.dflex {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.input-group-sm {
  margin-right: 15px;
}

#product-category {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

#product-category>div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#product-category .ocf-header {
  display: none;
}

#product-category .ocf-filter-body .ocf-filter-header {
  margin-bottom: 0;
}

#product-category .ocf-filter-body .ocf-filter-name {
  color: var(--txt-main, #000);
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

#product-category .ocf-filter-body .ocf-value-list .ocf-input-group.ocf-slider-input-group {
  display: flex;
  gap: 1px;
}

#product-category .ocf-filter-body .ocf-value-list .ocf-input-group.ocf-slider-input-group input.ocf-form-control {
  width: 100%;
  height: 48px;
  padding: 15px 12px;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid var(--border, #D6D6D6);
  background: var(--white-main, #FFF);
}

#product-category .ocf-filter-body .ocf-value-list .ocf-input-group.ocf-slider-input-group .ocf-input-group-addon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border, #D6D6D6);
  color: var(--txt-secondary, #515151);
  text-align: center;
  font-family: "Onest";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  background: var(--white-main, #FFF);
}

#product-category .ocf-filter-body .ocf-value-list .ocf-input-group.ocf-slider-input-group .ocf-input-group-addon:last-child {
  display: none;
}

#product-category .ocf-filter-body .ocf-value-list .ocf-value-name {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#product-category .ocf-filter-body .ocf-value-list .ocf-value-append .ocf-value-count {
  border-radius: 100px;
  background: var(--secondary-bg, #F5F5F5);
  color: var(--txt-main, #000);
  text-align: right;
  font-family: "Onest";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.5px;
}

#product-category .ocf-filter-body .ocf-value-list .ocf-value-list-body .ocf-value.ocf-checkbox {
  margin-bottom: 16px;
}

#product-category .ocf-filter-body .ocf-value-list .ocf-value-list-body .ocf-value.ocf-checkbox .ocf-value-input {
  width: 18px;
  height: 18px;
  /* border: 1px solid #D6D6D6; */
}

#product-category .ocf-filter {
  margin-bottom: 0;
  padding: 16px 20px 30px 0;
  border-bottom: 1px solid var(--border, #D6D6D6);
}

.filters_cat {
  display: flex;
  justify-content: center;
}

#product-category .filters_cat {
  gap: 30px;
}



.dflexw .product-layout .card {
  width: 300px;
  height: auto;
  padding: 16px;
  margin: 0;
}

.dflexw .product-layout .card .image {
  width: 275px;
  height: 275px;
}

.dflexw .product-layout .card .image a {
  width: 100%;
  height: 100%;
  display: flex;
}

.dflexw .product-layout .card .image a img {
  width: 100%;
  height: auto;
}

.dflexw .product-layout .card h4 {
  margin: 16px 0;
}

.dflexw .product-layout .card h4 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dflexw .product-layout .card h4 a:hover {
  text-decoration: none;
}

.dflexw .product-layout .card .stock {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dflexw .product-layout .card .stock .in_stock {
  display: flex;
  padding: 4px 10px;
  border-radius: 4px;
  background: #EDF8EA;
  color: var(--secondary-insock, #39C85F);
  font-family: "Onest";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dflexw .product-layout .card .stock .in_stock>div {
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url(/image/check_round.svg) no-repeat;
}

.dflexw .product-layout .card .stock .pre_order {
  color: var(--secondary-outofstock-error, #C8393B);
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #39C85F;
  font-family: "Onest";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #F8EAEA;
}

.dflexw .product-layout .card .stock .pre_order>div {
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url(/image/preorder.svg) no-repeat;
}

.dflexw .product-layout .card .stock .rating {
  display: flex;
  gap: 4px;
  margin-left: 20px;
}

.dflexw .product-layout .card .stock .rating .star_blue {
  width: 16px;
  height: 16px;
  background: url(/image/star_blue.svg) no-repeat;
}

.dflexw .product-layout .card .bottom {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.dflexw .product-layout .card .bottom .price {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dflexw .product-layout .card .bottom .price .price_special {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dflexw .product-layout .card .bottom .price .price_special .price_old {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  text-decoration: line-through;
}

.dflexw .product-layout .card .bottom .price .price_special .price_save {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 4px;
  border-radius: 4px;
  background: var(--secondary-discount, #FFF055);
}

.dflexw .product-layout .card .bottom .button-group:hover {
  background: var(--blue-active, #2E478D);
}

.dflexw .product-layout .card .bottom .button-group {
  display: flex;
  width: 72px;
  height: 48px;
  border-radius: 4.8px;
  background: var(--blue-main, #006dff);
}

.dflexw .product-layout .card .bottom .button-group a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dflexw .product-layout .card .bottom .button-group a img {
  width: 26px;
  height: auto;
}

.sort {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  margin-bottom: 30px;
}

.sort .form-group {
  display: flex;
  width: 100%;
  align-items: first baseline;
  margin: 0;
  border: 1px solid #F2F4FB;
  border-radius: 4px;
  padding: 12px 10px;
}

.sort .form-group > label {
  display: none;
}

.sort .form-group > select {
  margin: 0;
  padding: 0;
}

.sort .form-control {
  width: 100%;
}

#input-sort {
  cursor: pointer;
}

#input-sort:hover {
  color: #006dff;
  transition: 0.3s;
}

#input-limit {
  cursor: pointer;
}

#input-limit:hover {
  color: #006dff;
  transition: 0.3s;
}

.list-categories {
  display: flex;
  margin-bottom: 15px;
  flex-direction: column;
}

.list-categories a {
  color: #333;
  margin: 5px 0;
  background: #eee;
  padding: 7px 15px;
  border-radius: 5px;
}

.list-categories .active {
  font-weight: 700;
}

.col_one_rev {
  display: flex;
  flex-direction: column;
  width: 250px;
  align-items: center;
}

.row_rev {
  display: flex;
  align-items: center;
}

.date {
  margin: 10px 0;
}

.card p {
  font-family: "Onest";
  font-style: normal;
  text-align: center;
  margin: 40px 0 10px 0;
  font-size: 18px;
  width: 262px;
}

.card h5 {
  font-family: "Onest";
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #909090;
}

.zweimal {
  overflow: hidden;
}

#contact {
  background: #f9f9f9;
  padding: 25px;
  width: 480px;
  margin: 0 auto;
}

#contact h3 {
  color: #f96;
  display: block;
  font-size: 30px;
  font-weight: 400;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 95%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #006dff;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #6394f8;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.card {
  transition: 0.3s;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 282px;
  height: 100%;
  padding: 25px 10px;
  margin-bottom: 40px;
  background: #ffffff;
  border: 1px solid rgba(144, 144, 144, 0.25);
  border-radius: 8px;
}

.price-old {
  font-size: 16px !important;
  color: #909090 !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  text-decoration: line-through;
  opacity: 0.5;
}

.card h3 {
  font-family: "Onest";
  font-style: normal;
  margin: 5px 0 10px 0;
  font-weight: 700;
  font-size: 24px;
}

#simplecheckout_cart {
  width: 1110px;
  margin: 0 auto;
}

.simplecheckout-cart-total {
  border: 0 !important;
}

.namecart {
  text-align: center;
}

.card a {
  color: #000;
}

.name img {
  margin-left: 5px;
}

.name {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 262px;
  transition: 0.3s;
  color: #000;
  cursor: pointer;
  height: 40px;
  background: #ffffff;
  border: 1px solid #006dff;
  box-shadow: 0px 2px 5px rgba(37, 65, 91, 0.1);
  border-radius: 8px;
}

.padd {
  width: 60px;
}

.name:hover {
  background-color: #006dff;
  color: #fff;
}

.buttonBuy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 262px;
  transition: 0.3s;
  color: #000;
  cursor: pointer;
  height: 40px;
  background: #ffffff;
  border: 1px solid #006dff;
  box-shadow: 0px 2px 5px rgba(37, 65, 91, 0.1);
  border-radius: 8px;
}

.buttonBuy:hover {
  background-color: #006dff;
  color: #fff;
}

.form h3 {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #444444;
}

.footer_subscribe {
  background: var(--secondary-bg, #F5F5F5);
  padding: 60px 0;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.footer_subscribe .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer_subscribe .form_text {
  max-width: 450px;
  width: 100%;
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer_subscribe .form_text h3 {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 0;
}

.footer_subscribe form {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  width: 100%;
}

.footer_subscribe form input {
  border-radius: 4px;
  background: var(--white-main, #FFF);
  padding: 16px 15px;
  align-items: center;
  font-family: "Onest";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_subscribe form input::placeholder {
  color: var(--txt-secondary-light, #808080);
  text-align: center;
  font-family: "Onest";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_subscribe form input[type="text"] {
  max-width: 204px;
  width: 100%;
}

.footer_subscribe form input[type="email"] {
  max-width: 308px;
  width: 100%;
}

.footer_subscribe form input:last-child {
  max-width: 308px;
  width: 100%;
}

.footer_subscribe form button {
  border-radius: 4px;
  border: 1px solid var(--blue-main, #006dff);
  background: var(--blue-main, #006dff);
  display: flex;
  max-width: 200px;
  justify-content: center;
  align-items: center;
  color: var(--white-main, #FFF);
  text-align: center;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--white-main, #FFF);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  width: 200px;
  height: 49px;
  padding: 0 10px;
}

.footer_subscribe form button:hover {
  background: var(--blue-hover, #2E478D);
}

@media (max-width: 1000px) {
  .footer_subscribe .form_text {
    /* max-width: 300px; */
  }

  .footer_subscribe form {
    width: 100%;
    flex-direction: column;
  }

  .footer_subscribe form input:first-child,
  .footer_subscribe form input:last-child {
    max-width: 100%;
  }

  .footer_subscribe form input[type="email"] {
    max-width: 100%;
  }

  .footer_subscribe form button {
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .footer_subscribe .container {
    flex-direction: column;
    gap: 16px;
  }

  .footer_subscribe .form_text {
    max-width: 100%;
  }

  .footer_subscribe form input[type="email"] {
    width: 100%;
    max-width: 100%;
  }

  .footer_subscribe form button {
    width: 100%;
  }
}

.form {
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
}

.form_text {
  display: flex;
  align-items: center;
}

.form_text h3 {
  margin-left: 10px;
}

input {
  outline: none;
  border: 0;
}

#fname {
  width: 230px;
  height: 50px;
  padding: 0 15px;
  background: #ffffff;
  outline: none;
  border-bottom: 2px solid #006dff !important;
  box-shadow: 0px 4px 8px rgba(50, 114, 209, 0.25);
  border-radius: 8px;
}

input:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

#lname {
  width: 360px;
  padding: 0px 15px;
  height: 50px;
  margin: 0px 30px;
  background: #ffffff;
  border-bottom: 2px solid #006dff;
  box-shadow: 0px 4px 8px rgba(50, 114, 209, 0.25);
  border-radius: 8px;
}

#submit {
  width: 230px;
  height: 50px;
  background: #006dff;
  border-radius: 8px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #006dff;
}

#submit:hover {
  background: #006dff;
  border: 1px solid #006dff;
  transition: 0.3s;
}

.footer {
  /* height: 320px; */
  padding: 110px 0;
  background: #333333;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.footer ul a li:hover {
  color: #006dff;
  transition: 0.3s;
}

.footer .social a img {
  transition: transform 0.3s ease;
}

.footer .social a img:hover {
  transform: scale(1.4);
}

.logo-white {
  padding-bottom: 40px;
  border-bottom: 1px solid #006dff;
}

.social {
  width: 230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.col-1 p {
  color: #fff;
  padding: 45px 0;
}

.col-1 h3 {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  margin-bottom: 45px;
  font-size: 24px;
  color: #fff;
  padding-bottom: 50px;
  border-bottom: 1px solid #006dff;
}

.col-1 li {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 16px;
  color: #fff;
}

.time_text a:hover {
  color: #006dff !important;
  transition: 0.3s;
}

.time {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 230px;
  color: #fff;
}

.time img {
  margin-right: 15px;
}

.time_text a {
  color: #fff;
}

.colum-left {
  width: 282px;
}

.cards {
  max-width: 1110px;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#product-category .cards {
  justify-content: space-between;
}

.colums {
  justify-content: space-around;
  margin: 0 auto;
  display: flex;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 40px 0 100px;
  justify-content: center;
}

.pagination ul {
  display: flex;
  width: 358px;
  justify-content: space-evenly;
}

.pagination li {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid var(--border, #D6D6D6);
  background: var(--white-main, #FFF);
  cursor: pointer;
}

.pagination li.active,
.pagination li:hover {
  border-radius: 4px;
  border: 1px solid var(--blue-main, #006dff);
  background: var(--blue-bg, #F2F4FB);
}

.pagination li a,
.pagination li span {
  color: var(--txt-main, #000);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sale {
  margin: 15px;
  position: absolute;
}

/* Chrome, Safari, Edge */
.photo_cart::-webkit-scrollbar {
  width: 2px;   /* вертикальный скролл */
}

.photo_cart::-webkit-scrollbar-thumb {
  background-color: #729ef9;
  border-radius: 2px;
}

.photo_cart::-webkit-scrollbar-track {
  background-color: #D6D6D6; /* без фона */
}

/* Firefox */
.photo_cart {
  scrollbar-width: thin;          /* тонкий скролл */
  scrollbar-color: #729ef9 #D6D6D6; /* цвет ползунка и трека */
}

.photo_cart {
  max-height: 589px;
  overflow: auto;
  display: flex;
  gap: 20px;
}

.photo_cart a {
  border-radius: 4px;
  border: 1px solid var(--blue-main, #006dff);
  padding: 4px;
}

.product_cart {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.form-group {
  margin: 10px 0;
}

#product .form-group {
  margin: 0;
}

.info_decs {
  width: 675px;
}

.form-control {
  margin: 10px 0;
  display: block;
  width: 80%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.control-label {
  margin-bottom: 15px;
}

.radiolab {
  margin: 10px 0px;
}

.text-danger {
  margin-top: 5px;
}

#magic-popup {
  min-height: 60px !important;
}

.optid img {
  display: none;
}

.radio_option {
  margin-top: 10px;
  display: flex;
}

.close_button {
  font-size: 18px;
  font-weight: 700;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.cart_header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px;
}

.selected {
  background: #729ef9;
  color: #fff;
}

.radiolab label {
  padding: 5px 10px;
  color: #333;
  font-size: 17px;
  font-weight: 400;
  padding: 5px 10px;
  border-bottom: 1px solid #729ef9;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.col-r {
  margin-left: 35px;
}

.main_photo {
  width: 620px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-photos {
  position: sticky;
  top: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rec img {
  width: 21px;
  margin-right: 10px;
}

.rec p {
  font-size: 14px;
}

.rec {
  align-items: center;
  display: flex;
  margin-bottom: 12px;
}

.recomentations {
  margin-top: 10px;
  width: 700px;
}

.product_cart {
  display: flex;
  flex-wrap: wrap;
}

.one-col span {
  color: #909090;
}

.one-col a {
  color: #006dff;
}

.one-col p {
  margin: 10px 0;
  color: #909090;
}

.nalicie {
  color: #31cf70 !important;
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}

.out_stock {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #dc3545;
}

.out_stock::marker {
  content: none;
}

.nalicie::marker {
  content: none;
}

.info h5 {
  margin-top: 30px;
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-decoration-line: line-through;
  color: #909090;
}

.h2 {
  font-size: 36px;
}

.text-cartt h5 {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}

.text-cartt p {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  color: #333333;
}

.cartt {
  transition: 0.3s;
  display: flex;
  padding: 0 15px;
  margin-bottom: 10px;
  width: 270px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  align-items: center;
}

.text-cartt {
  margin-left: 10px;
}

.product__desciption ul {
  list-style-type: disc;
  margin-left: 15px;
  margin-top: 15px;
  font-size: 14px;
  color: rgb(137, 137, 137);
}

.bootstrap-datetimepicker-widget {
  display: none;
}

.one-col {
  display: flex;
  width: 640px;
  justify-content: space-between;
}

.ones p {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  color: #909090;
  font-size: 18px;
}

#product {
  margin-bottom: 5px;
  width: 100%
}

.sec-col {
  margin-top: 0px;
  width: 700px;
}

.checkoutcart {
  width: 1110px;
  margin: 0 auto;
  margin-top: 40px;
}

#custom-control {
  width: 1110px;
  margin: 0 auto;
  margin-top: 40px;
}

#custom-login {
  margin-bottom: 40px;
}

.ones {
  display: flex;
  margin-bottom: 20px;
}

.counter {
  display: flex;
  /* margin-left: 35px; */
  /* width: 80px; */
}

.buttonCountPlus {
  cursor: pointer;
  font-family: "Onest";
  background: none;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  border-radius: 0px 8px 8px 0px;
  border: 1px solid var(--border, #D6D6D6);
  background: var(--white-main, #FFF);
  display: flex;
  width: 34px;
  height: 44px;
  justify-content: center;
  align-items: center;
}

.option-quantity-input {
  padding: 6px 0px !important;
  margin: 5px 0 !important;
}

#input-quantity {
  margin: 0;
  display: flex;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--txt-main, #000);
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  border-top: 1px solid var(--border, #D6D6D6);
  border-bottom: 1px solid var(--border, #D6D6D6);
  background: var(--white-main, #FFF);
}

.buttonCountMinus {
  border-radius: 8px 0px 0px 8px;
  border: 1px solid var(--border, #D6D6D6);
  background: var(--white-main, #FFF);
  cursor: pointer;
  font-family: "Onest";
  background: none;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  width: 34px;
  height: 44px;
  justify-content: center;
  align-items: center;
}

.buttonCountPlus:hover,
.buttonCountMinus:hover {
  border: 1px solid var(--blue-main, #006dff);
  background: var(--blue-bg, #F2F4FB);
}

.sec-col {
  display: flex;
  justify-content: start;
}

.buttons {
  margin: 5px 0;
  display: flex;
}

.button1 {
  margin-right: 20px;
}

.dfcart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#button-custom-order {
  width: 260px;
  margin-top: 50px;
  cursor: pointer;
  border: 0;
  height: 50px;
  display: flex;
  color: #fff;
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  background: #006dff;
  border-radius: 8px;
}

#button-cart {
  width: 260px;
  cursor: pointer;
  border: 0;
  height: 50px;
  display: flex;
  color: #fff;
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  background: #006dff;
  border-radius: 8px;
  border: 1px solid #fff;
}

#button-cart:hover {
  border: 1px solid #006dff;
  transition: 0.3s;
}

.button1 button {
  border: 0;
  width: 260px;
  height: 50px;
  display: flex;
  color: #fff;
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  background: #006dff;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #fff;
}

.button1 button:hover {
  border: 1px solid #006dff;
  transition: 0.3s;
}

.button1 a {
  width: 260px;
  height: 50px;
  display: flex;
  color: #fff;
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  background: #006dff;
  border-radius: 8px;
}

.total {
  width: 325px;
}

.cont {
  display: none;
}

@media (min-width: 1400px) {
  .product__category_filter {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .qc .qc-col-sm-8 {
    width: 57%;
  }

  .qc .qc-row {
    margin: 0;
  }
}

.fa-chevron-down::before {
  content: "-";
}

.fa-chevron-up::before {
  content: "+";
}

.fa-times::before {
  content: "x";
}

.pull-left {
  margin-bottom: 15px;
}

.popover-body {
  display: none;
}

#d_social_login {
  display: none;
}

.modal-dialog {
  width: 650px;
  opacity: 1;
  top: 90px;
  margin: 0 auto;
  position: relative;
}

.close {
  display: none;
}

#preorder-box {
  display: block;
  padding-left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  position: fixed;
  height: 100vh;
  z-index: 9999;
  width: 100%;
  padding-right: 0;
}

#preorder-box .modal-dialog {
  background-color: white;
  width: 400px;
  border-radius: 10px;
  padding: 20px;
  margin-top: 80px;
}

#preorder-box .image {
  display: none;
}

#button-preorder::after {
  content: "Сообщить о наличии";
  margin-left: 5px;
}

.button-preorder-default::after {
  content: "Сообщить о наличии";
  margin-left: 5px;
}

.button-preorder-default {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 262px;
  transition: 0.3s;
  color: #000;
  cursor: pointer;
  height: 40px;
  background: #ffffff;
  border: 1px solid #006dff;
  box-shadow: 0px 2px 5px rgba(37, 65, 91, 0.1);
  border-radius: 8px;
}

#preorder-box .modal-footer button {
  border: 0;
  width: 260px;
  height: 50px;
  display: flex;
  color: #fff;
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  background: #006dff;
  border-radius: 8px;
}

.modal-product {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-product-content {
  display: block;
  margin: 50px auto;
  max-width: 90%;
  max-height: 80%;
}

.modal-product-close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

#modal-product-caption {
  margin: 15px auto;
  text-align: center;
  color: white;
  font-size: 18px;
}

.modal-product-prev,
.modal-product-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  user-select: none;
  z-index: 1001;
}

.modal-product-prev {
  left: 10px;
}

.modal-product-next {
  right: 10px;
}

.modal-product-prev:hover,
.modal-product-next:hover {
  color: #ccc;
}


#preorder-box .form-control {
  border: 1px solid #000 !important;
}

#preorder-box .form-control {
  width: 95% !important;
}

#login_popup {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  display: none;
  top: 150px;
  margin: 0 auto;
  width: 100%;
}

.ve-input[type="text"] {
  width: 85%;
}

.input-group-btn {
  margin-left: 0;
}

#button-coupon {
  background: #fff;
  padding: 7px;
  border: 1px solid;
  border-radius: 6px;
}

#button-voucher {
  background: #fff;
  padding: 7px;
  border: 1px solid;
  border-radius: 6px;
}

.btn-default.orderbtn {
  background: #7EA1FF;
}

.btn-default.orderbtn:hover {
  background: var(--blue-active, #2E478D);
  transition: 0.3s;
}

.orderbtn {
  margin-right: 15px;
  width: 260px;
  height: 50px;
  display: flex;
  color: #fff;
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.button1 img {
  margin-right: 10px;
}

hr {
  color: #909090;
  opacity: 0.25;
}

.oneinfo {
  display: flex;
  padding: 7px 0;
  justify-content: space-between;
}

.info_decs {
  margin-top: 30px;
}

.oneinfo span {
  color: #909090;
}

.descri {
  margin-top: 15px;
  font-weight: 700;
  font-size: 14px;
}

.descrip {
  width: 560px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.img-full {
  width: 1110px;
  margin: 60px auto;
}

.img-full img {
  width: 1110px;
}

.about-text {
  width: 1110px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.about-text h1 {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 24px;
}

.buttons__product_table button {
  font-family: "Onest";
  font-style: normal;
  border: 0;
  font-weight: 700;
  font-size: 12px;
  color: #000000;
  background: none;
  padding: 20px 10px;
  cursor: pointer;
}

.buttons__product_table button:disabled {
  border: 0;
  border-bottom: 2px solid #909090;
}

.buttons__product_table li a {
  font-family: "Onest";
  font-style: normal;
  border: 0;
  font-weight: 700;
  font-size: 12px;
  color: #000000;
  background: none;
  padding: 20px 10px;
}

.buttons__product_table li a:hover {
  color: #006dff;
  transition: 0.3s;
  border: 0;
  border-bottom: 2px solid #909090;
}

.buttons__product_table li.active a {
  border: 0;
  border-bottom: 2px solid #909090;
}

.wrap {
  flex-wrap: wrap;
}


.mb40 {
  margin-bottom: 40px;
}

#jqueryChangeText:disabled {
  border: 0;
  border-bottom: 2px solid #909090;
}

#common-home {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#changedWith {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  width: 1110px;
  margin: 0 auto;
  display: block;
  font-size: 18px;
}

#changedWithOuter {
  width: 1110px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.buttons_col {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.product__category_filter {
  width: 1368px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}

.haupt {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  padding: 60px 40px 30px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.blue {
  color: #006dff !important;
}

/*
.text-desc {
  width: 1110px;
  margin: 40px auto;
}
*/

.brand a {
  color: #000;
  margin-top: 15px;
}

.brand {
  margin-right: 10px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.div_wrap {
  width: 1110px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.accordions .accordion-item {
  border-bottom: 1px solid;
}

.accordions .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #006dff;
}

.accordions button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #006dff;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordions button:hover,
.accordions button:focus {
  cursor: pointer;
  color: #006dff;
}

.accordions button:hover::after,
.accordions button:focus::after {
  cursor: pointer;
  color: #006dff;
  border: 1px solid;
}

.accordions button .accordion-title {
  padding: 1em 1.5em 1em 0;
  color: #000;
}

.accordions button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordions button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordions button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordions button[aria-expanded="true"] {
  color: #006dff;
}

.accordions button[aria-expanded="true"] .icon::after {
  width: 0;
}

fieldset {
  border: 0;
}

.accordions button[aria-expanded="true"]+.accordion-content {
  opacity: 1;
  max-height: 17em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordions .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordions .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.accordions {
  width: 620px;
}

.container_table {
  width: 1110px;
  margin: 0px auto;
}

.container_table h2 {
  margin-bottom: 60px;
}

.accordion-content th {
  padding: 10px;
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #e3e3e3;

  color: #333333;
}

.accordion-content td {
  padding: 10px;
  border: 1px solid #e3e3e3;
}

.accordion-content table {
  margin: 10px 0;
}

ul::marker {
  margin-left: 15px;
}

.lighter-text {
  color: #abb0be;
}

.main-color-text {
  color: #6394f8;
}

nav {
  padding: 20px 0 40px 0;
  background: #f8f8f8;
  font-size: 16px;
}

nav .navbar-left {
  float: left;
}

nav .navbar-right {
  float: right;
}

nav ul li a {
  color: #777;
  text-decoration: none;
}

nav ul li a:hover {
  color: black;
}

.closecart_rev {
  border: 0;
  background: transparent;
}

.closecart {
  border: 0;
  cursor: pointer;
  background: transparent;
}

.block_blog a img {
  width: 100%;
  height: auto;
  border-radius: 60px;
}

.block_blog p {
  text-align: center;
}

.badge {
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

#popup_open li {
  width: 500px;
  margin: 0 auto;
  margin-top: 450px;
  background: white;
  padding: 20px;
}

.shopping-cart {
  margin: 150px auto;
  z-index: 2147483647;
  border: 1px solid;
  background: white;
  width: 450px;
  border-radius: 3px;
}

#product-manufacturer {
  width: 1110px;
  margin: 0 auto;
}

.products_cart tbody::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.products_cart tbody tr {
  margin-right: 20px;
}

.products_cart tbody::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.products_cart tbody {
  overflow: auto;
  max-height: 246px;
}

.shopping-cart li {
  max-width: 810px;
  max-height: 90vh;
  margin: 0 auto;
  margin-top: 20px;
  background: white;
  padding: 0px;
  border-radius: 16px;
}

.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right;
}

.shopping-cart .shopping-cart-items {
  padding-top: 20px;
}

.slider .slick-dots {
  bottom: 50px !important;
}

.shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
}

.slider_logo .slick-dots li button:before {
  color: #e3e3e3;
}

.slider_logo .slick-dots {
  bottom: -34px;
}

.shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
}

.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 16px;
}

.shopping-cart .shopping-cart-items .item-price {
  color: #6394f8;
  margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity {
  color: #abb0be;
}

.poisk {
  display: flex;
  width: 235px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.button {
  background: #6394f8;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
}

.cart-order {
  background: rgba(0, 0, 0, 0.5);
  width: 99.8%;
  height: 100vh;
  display: none;
  top: 0;
  z-index: 43242342365;
  position: absolute;
  left: 0;
  margin: 0 auto;
}

.col_blog {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}

.block_blog a {
  color: #000;
  margin-bottom: 10px;
}

.block_blog {
  width: 490px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
}

.block_blog:hover {
  transform: scale(1.1);
  overflow: hidden;
}

.empty {
  width: 1110px;
  margin: 0 auto;
}

.button:hover {
  background: #729ef9;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix tbody tr:nth-child(2n) {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.clearfix {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

nav {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.slider_mobile {
  display: none;
}

.logo_site {
  width: 305px;
  display: flex;
  justify-content: flex-end;
}

.languages_menu {
  display: flex;
}

.open .submenu5 {
  display: block;
}

.submenu5 {
  display: none;
}

.language_drop {
  border: 0;
  cursor: pointer;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language_drop:hover {
  color: #006dff;
  transition: 0.3s;
}

.language_drop img {
  width: 16px;
  height: 11px;
  margin-right: 2px;
}

.language-select {
  border: 0;
  font-size: 16px;
  cursor: pointer;
  background: transparent;
}

.language-select img {
  display: none;
}

.language-select:hover {
  color: #006dff;
  transition: 0.3s;
  text-decoration: underline;
}

.mapkyiv {
  width: 100%;
  height: 100vh;
}

.map_card {
  padding: 35px 50px;
  width: 462px;
  height: 510px;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(50, 114, 209, 0.25);
  border-radius: 8px;
}

.childcat {
  margin-top: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.childcat li {
  display: none;
}

.childcat li:nth-child(1) {
  display: block;
}

.childcat li:nth-child(2) {
  display: block;
}

.childcat li:nth-child(3) {
  display: block;
}

.childcat li:nth-child(4) {
  display: block;
}

.childcat li:nth-child(5) {
  display: block;
}

.childcat li a {
  color: #000;
  font-family: "Onest";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: 0.3s;
}

.childcat li a:hover {
  color: #729ef9;
  transition: 0.3s;
}

.map_card h1 {
  margin-bottom: 35px;
}

.alert-success-cart {
  width: 1110px;
  margin: 0 auto;
  margin-top: 15px;
}

.column_reserve {
  background-image: url(../img/mapkyiv.png);
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 120px;
}

.time1 span {
  color: #fff;
}

.time1 img {
  margin-right: 20px;
}

.time1 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 230px;
}

.time_text1 a {
  color: #fff;
}

.time_call1 {
  padding: 35px 0px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.time_call1 h3 {
  margin-bottom: 35px;
}

.social1 {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter_column {
  width: 280px !important;
  height: auto;
  margin-bottom: 15px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
}

.filer_desc {
  padding: 6px 8px;
  display: flex;
  justify-content: space-between;
}

.filer_name {
  padding: 9px 15px;
  background: #f7f7f7;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
}

.col_left span input {
  width: 75px;
  height: 30px;
  margin-left: 5px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.col_right span input {
  width: 75px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

#checkbox {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: #ffffff;
  border: 1px solid rgba(128, 128, 128, 0.5);
  border-radius: 4px;
}

.catcard a {
  display: flex;
}

.catcard img {
  width: 100px;
  height: 100px;
}

#checkbox::after {
  width: 8px;
  height: 8px;
}

.bf-attr-group-header {
  display: none;
}

.d_center {
  display: flex;
  align-items: center;
}

.anzahl {
  margin-right: 18px;
}

.window {
  width: 760px;
  background: #f7f7f7;
}

.complete_order {
  display: flex;
  padding: 60px 0;
  justify-content: center;
}

.window_desc {
  padding: 64px 30px;
}

.window_name {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  border-bottom: 0.5px solid #909090;
  padding: 23px 111px;
}

.d-center {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.d-center a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  width: 390px;
  height: 50px;
  background: #006dff;
  border-radius: 8px;
}

.dflex-center {
  display: none;
}

.m-menu__toggle svg {
  stroke: #515151;
}

.wrapper .navigation {
  height: 50px;
  padding: 0 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /* fade in checked menu */
}

.navigation .m-menu__checkbox {
  display: none;
}

.navigation label.m-menu__toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.navigation .m-menu {
  position: absolute;
  top: 0;
  height: 100vh;
  left: 0;
  max-width: 450px;
  width: calc(100vw - 30px);
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}

.navigation .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}

.navigation .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}

.navigation .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.navigation .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}

.navigation .m-menu ul {
  height: 100%;
  overflow-y: auto;
}

.navigation .m-menu ul li #form-language {
  text-align: left;
  padding: 0 15px;
}

.navigation .m-menu ul li a,
.navigation .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0 15px;
  line-height: 47px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

.navigation .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}

.navigation .m-menu ul li .-invisible {
  border-bottom: 0;
}

.navigation .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.navigation .m-menu__checkbox:checked~.m-menu__overlay {
  display: block;
}

.navigation .m-menu__checkbox:checked~.m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.navigation .m-menu ul li label.a-label__chevron {
  padding: 0 30px;
}

.accordion3 {
  margin-left: 20px;
  background: none;
  height: 52px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion3 .link3 {
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion3 li:last-child .link3 {
  border-bottom: 0;
}

.accordion3 li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion3 li i.fa-chevron-down3 {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion3 li.open .link3 {
  color: #333333;
}

.accordion3 li.open i {
  color: #333333;
}

.accordion3 li.open i.fa-chevron-down3 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/

.submenu3 {
  display: none;
  border: 1px solid #e3e3e3;
  width: 500px;
  height: 471px;
  overflow: auto;
  font-size: 14px;
  background: #fff;
  z-index: 9999;
  position: absolute;
  margin-top: 15px;
  border-radius: 5px;
}

.submenu3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.submenu3::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.cartt:hover {
  transform: scale(1.1);
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 1px #888888;
}

.card:hover {
  transform: scale(1.1);
  overflow: hidden;
  box-shadow: 1px #888888;
}

.submenu3::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #006dff;
}

.submenu3 a {
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 12px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* .submenu3 a:hover {
  background: #e3e3e3;
  color: #FFF;
} */
.submenu3 li ul {
  margin-left: 20px;
  margin-top: 10px;
}

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

.text_search {
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  width: 650px;
  height: 50px;
  padding: 0px 15px;
}

.search {
  width: 1240px;
  margin: 0 auto;
}

.submenu3 li ul li ul li a {
  padding-bottom: 10px !important;
  padding-left: 15px !important;
  padding-top: 0;
  transition: 0.3s;
  padding-bottom: 0;
}

.submenu3 li ul li ul li {
  border-left: 1px solid #e3e3e3;
}

.submenu3 li ul li ul li a:hover {
  color: #006dff;
}

.submenu3 li ul li a:hover {
  color: #006dff;
}

.submenu3 li ul li ul li:nth-last-child(1) {
  border-bottom-left-radius: 25px;
}

.submenu3 li ul li a {
  padding-bottom: 10px !important;
}

.link3 a {
  display: flex;
  justify-content: space-between;
  width: 500px;
  padding: 14px;
  align-items: center;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
}

.search_btn {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  width: 136px;
  height: 38px;
  background: #006dff;
  border-radius: 8px;
}

.search_result {
  width: 1240px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-around;
}

.col_second {
  margin-top: 25px;
  margin-bottom: 40px;
}

.fa-minus:before {
  content: "-";
  font-size: 18px;
  font-weight: 700;
}

.fa-plus:before {
  content: "+";
  font-size: 18px;
  font-weight: 700;
}

.total {
  width: 150px !important;
}

.simplecheckout-cart-total span.inputs input[type="text"] {
  width: 100px !important;
}

#simplecheckout_cart .form-control {
  min-width: 0;
  width: 45px;
  border: 0;
  text-align: center;
}

.simplecheckout-cart td.pricecart {
  width: 95px !important;
  text-align: right;
  white-space: nowrap;
  display: table-cell !important;
  font: inherit !important;
}

.btn_plus {
  background: #f6f6f6;
  border-color: #f6f6f6;
  color: #afafaf;
  padding: 2px 8px;
}

.btn_minus {
  background: #f6f6f6;
  border-color: #f6f6f6;
  color: #afafaf;
  padding: 2px 8px;
}

.radio label {
  margin-bottom: 10px;
}

.simplecheckout {
  width: 1110px;
  padding: 30px;
  margin: 0 auto;
}

.input_radio {
  margin-bottom: 12px;
}

#cssmenu {
  margin: 0;
}

.bf-attr-block {
  margin: 15px 0;
}

.slick-slide img {
  margin: 0 auto;
}

.box {
  border: 0 !important;
}

.slider_logo .slick-track {
  width: 100% !important;
}

.product_cart {}

.product_cart .photo_cart {
  padding-bottom: 20px;
  max-width: 645px;
  width: 100%;
}

.product_cart .product_info h2.title {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product_cart .product_info .rating_and_stock {
  display: flex;
  gap: 40px;
  margin: 24px 0 32px;
}

.product_cart .product_info .rating_and_stock .rating {
  color: var(--txt-main, #000);
  text-align: center;
  font-family: "Onest";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.product_cart .product_info .rating_and_stock .rating>span:last-child {
  margin-left: 10px;
}

.product_cart .product_info .rating_and_stock .stock .pre_order {
  color: var(--secondary-outofstock-error, #C8393B);
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #39C85F;
  font-family: "Onest";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #F8EAEA;
}

.product_cart .product_info .rating_and_stock .stock .pre_order>div {
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url(/image/preorder.svg) no-repeat;
}

.product_cart .product_info .rating_and_stock .stock .in_stock {
  display: flex;
  padding: 4px 10px;
  border-radius: 4px;
  background: #EDF8EA;
  color: var(--secondary-insock, #39C85F);
  font-family: "Onest";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_cart .product_info .rating_and_stock .stock .in_stock>div {
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url(/image/check_round.svg) no-repeat;
}

.product_cart .buttons {
  margin: 16px 0 40px;
  gap: 16px;
}

.product_cart .buttons .button1 {
  padding: 0;
  margin-right: 0;
}

.mb100 {
  margin-bottom: 100px;
}

.product_cart .buttons .button1 #button-cart,
.product_cart .buttons .button1 button {
  gap: 8px;
  width: 100%;
  height: 44px;
  padding: 16px 32px;
  border-radius: 8px;
  border: 1px solid var(--blue-main, #006dff);
  background: var(--blue-main, #006dff);
  color: var(--white-main, #FFF);
  text-align: center;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--white-main, #FFF);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_cart .buttons .button1 #buypopup_open {
  background: transparent;
  color: var(--txt-main, #000);
  text-align: center;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_cart .buttons .button1 #buypopup_open:hover,
.product_cart .buttons .button1 #button-cart:hover {
  background: var(--blue-active, #2E478D);
  color: var(--white-main, #FFF);
  -webkit-text-stroke-color: var(--txt-main, #FFF);
}

.product_cart #product .form-group {
  margin: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product_cart .radio_option {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
}

.product_cart .radio_option {
  gap: 10px;
}

.product_cart .control-label {
  color: var(--txt-main, #000);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #000;
  font-family: "Onest";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0px;
}

.product_cart .radiolab {
  margin: 0;
}

.product_cart .radiolab label.selected {
  background: none;
}

.product_cart .radiolab label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.product_cart .radiolab label img {
  height: 80px;
  border-radius: 4px;
  border: 1px solid var(--border, #D6D6D6);
}

.product_cart .radiolab label.selected img {
  border-radius: 4px;
  border: 1px solid var(--blue-main, #006dff);
}

.product_cart .radio_option .radiolab .radio-label {
  padding: 16px;
  border-radius: 2px;
  border: 1px solid var(--border, #D6D6D6);
  background: var(--white-main, #FFF);
  cursor: pointer;
  color: var(--txt-main, #000);
  text-align: center;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_cart .radio_option .radiolab .radio-label:hover,
.product_cart .radio_option .radiolab .radio-label.selected {
  border: 1px solid var(--blue-main, #006dff);
  background: var(--blue-bg, #F2F4FB);
}

.product_cart .priced_quantity {
  display: flex;
  gap: 30px;
  align-items: flex-end;
}

.product_cart .priced_block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product_cart .price_special {
  display: flex;
  gap: 8px;
}

.product_cart .price_old {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  white-space: nowrap;
}

.product_cart .price_save {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  background: var(--secondary-discount, #FFF055);
  padding: 2px 6px;
  white-space: nowrap;
}

.product_cart .price {
  color: var(--txt-main, #000);
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_cart .service_details .service_details__delivery {
  border-top: 1px solid var(--border, #D6D6D6);
  border-bottom: 1px solid var(--border, #D6D6D6);
  padding: 16px 0;
}

.product_cart .service_details details {
  color: var(--txt-secondary, #515151);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.product_cart .service_details summary {
  color: var(--txt-main, #000);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  list-style: none;
  position: relative;
  cursor: pointer;
}

.product_cart .service_details summary::-webkit-details-marker,
.product_cart .service_details summary::marker {
  display: none;
}

.product_cart .service_details summary::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 4px;
  width: 8px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="17" viewBox="0 0 10 17" fill="none"><path d="M1 0.5L9 8.5L1 16.5" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: contain;
}

.product_cart .service_details details[open]>summary::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.product_cart .service_details .service_details__delivery details .delivery {
  display: flex;
  gap: 15px;
  color: var(--txt-secondary, #515151);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 20px 0;
}

.product_cart .service_details .service_details__delivery details .delivery span {
  color: var(--txt-main, #000);
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.product_cart .service_details .service_details__delivery details .details {
  display: flex;
  gap: 10px;
  padding-bottom: 24px;
}

.product_cart .service_details .service_details__delivery details .details .nova {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.product_cart .service_details .service_details__delivery details .details .nova .branch {
  color: var(--txt-secondary, #515151);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  gap: 15px;
}

.product_cart .service_details .service_details__delivery details .details .nova .branch span {
  color: var(--txt-main, #000);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.product_cart .service_details .service_details__delivery details .details .nova .courier {
  color: var(--txt-secondary, #515151);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  gap: 15px;
}

.product_cart .service_details .service_details__delivery details .details .nova .courier span {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.product_cart .service_details .service_details__payment {
  padding: 16px 0;
}

.product_cart .service_details .service_details__payment .payment_row {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.product_cart .service_details .service_details__payment .payment_row:last-child {
  margin-bottom: 24px;
}

.product_cart .service_details .service_details__warranty {
  padding: 16px 0;
  border-top: 1px solid var(--border, #D6D6D6);
  border-bottom: 1px solid var(--border, #D6D6D6);
}

.product_cart .service_details .service_details__warranty div {
  margin: 20px 0 24px;
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_cart__row {
  display: flex;
  width: 100%;
  gap: 30px;
  margin-bottom: 60px;
}

.product_cart__row.top {
  margin-top: 30px;
}

.product_cart__col {
  width: 50%;
  max-width: 700px;
  padding: 0 10px;
}

.product_cart__col .info a {
  text-decoration: none;
}

.product_cart__col .info a:hover {
  text-decoration: underline;
}

.product_cart__col .customer_reviews {
  margin: 20px 0;
}

.product_cart__col .customer_reviews .customer_reviews__title {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
}

.product_cart__col .customer_reviews .customer_reviews__title #open_modal_review {
  color: white;
  font-size: 12px;
  border-radius: 8px;
  background-color: #006dff;
  padding: 12px 28px;
}

.product_cart__col .customer_reviews .customer_reviews__title #open_modal_review:hover {
  background-color: var(--blue-active, #2E478D);
}

.product_cart__col .customer_reviews .moda_customer__overlay {
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.product_cart__col .customer_reviews .moda_customer__reviews {
  max-width: 600px;
  background-color: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin: 3.75rem auto;
}

.product_cart__col .customer_reviews .moda_customer__reviews .title button {
  background-color: #fff;
  border: none;
  color: #000;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.product_cart__col .customer_reviews .moda_customer__reviews .title button:hover {
  background-color: #fff;
  color: #006dff;
}

.product_cart__col .customer_reviews .moda_customer__reviews .title {
  display: flex;
  justify-content: space-between;
  padding: 24px 20px;
}

.product_cart__col .customer_reviews .moda_customer__reviews .modal_product__detail {
  border-top: 1px solid #D6D6D6;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.product_cart__col .customer_reviews .moda_customer__reviews .modal_product__detail {
  padding: 12px 20px;
}

.product_cart__col .customer_reviews .moda_customer__reviews .modal_product__detail .rating {}

.product_cart__col .customer_reviews .moda_customer__reviews .modal_product__detail .rating .rating_container {
  display: flex;
  gap: 17px;
}

.product_cart__col .customer_reviews .moda_customer__reviews .modal_product__detail .rating .rating_container label {
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
}

.product_cart__col .customer_reviews .moda_customer__reviews .modal_product__detail .rating .rating_container label::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 4px;
  width: 35px;
  height: 35px;
  background: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.499 29.9894L8.83067 34.7546C7.37817 35.5537 5.68067 34.2647 5.95775 32.5732L7.6115 22.4829L0.599836 15.338C-0.575581 14.1423 0.074836 12.0542 1.6965 11.8093L11.3886 10.3336L15.7228 1.15607C15.875 0.812072 16.124 0.519702 16.4393 0.314476C16.7546 0.109249 17.1228 0 17.499 0C17.8752 0 18.2434 0.109249 18.5587 0.314476C18.874 0.519702 19.123 0.812072 19.2753 1.15607L23.6094 10.3336L33.3015 11.8064C34.9261 12.0542 35.5765 14.1394 34.3982 15.3351L27.3865 22.4829L29.0403 32.5732C29.3173 34.2647 27.6198 35.5566 26.1673 34.7576L17.499 29.9894Z" fill="%23DEDEDE"/></svg>') no-repeat center;
  background-size: contain;
}

.product_cart__col .customer_reviews .moda_customer__reviews .modal_product__detail .rating .rating_container label.active_star::after {
  background: url('data:image/svg+xml;utf8,<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.499 29.9894L8.83067 34.7546C7.37817 35.5537 5.68067 34.2647 5.95775 32.5732L7.6115 22.4829L0.599836 15.338C-0.575581 14.1423 0.074836 12.0542 1.6965 11.8093L11.3886 10.3336L15.7228 1.15607C15.875 0.812072 16.124 0.519702 16.4393 0.314476C16.7546 0.109249 17.1228 0 17.499 0C17.8752 0 18.2434 0.109249 18.5587 0.314476C18.874 0.519702 19.123 0.812072 19.2753 1.15607L23.6094 10.3336L33.3015 11.8064C34.9261 12.0542 35.5765 14.1394 34.3982 15.3351L27.3865 22.4829L29.0403 32.5732C29.3173 34.2647 27.6198 35.5566 26.1673 34.7576L17.499 29.9894Z" fill="%23FFA500"/></svg>') no-repeat center;
}

.product_cart__col .customer_reviews .moda_customer__reviews .modal_product__detail .detail_product {
  display: flex;
  align-items: center;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  padding: 4px;
  width: 265px;
}

.product_cart__col .customer_reviews .moda_customer__reviews .modal_product__detail .detail_product img {
  width: 80px;
  height: 80px;
}

.product_cart__col .customer_reviews .moda_customer__reviews .message {
  padding: 12px 20px;
}

.product_cart__col .customer_reviews .moda_customer__reviews .message textarea {
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  padding: 16px;
  width: 100%;
  height: 150px;
}

.product_cart__col .customer_reviews .moda_customer__reviews .message input {
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  padding: 16px 15px;
  width: 100%;
}

.product_cart__col .customer_reviews .moda_customer__reviews .message .error_reviev,
.product_cart__col .customer_reviews .moda_customer__reviews .message .error_name,
.product_cart__col .customer_reviews .moda_customer__reviews .message .error_email {
  font-size: 12px;
  color: #C8393B;
  display: none;
}

.product_cart__col .customer_reviews .moda_customer__reviews .message .full_name {
  display: flex;
  gap: 6px;
}

.product_cart__col .customer_reviews .moda_customer__reviews .message .full_name .customer_name,
.product_cart__col .customer_reviews .moda_customer__reviews .message .full_name .customer_email {
  width: 100%;
}

.product_cart__col .customer_reviews .moda_customer__reviews .send_message {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}


.product_cart__col #review {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product_cart__col #review .pagination li a {
  border-radius: 4px;
  width: 36px;
  height: 36px;
  border: 1px solid #D6D6D6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}

.product_cart__col #review .pagination li a:hover {
  border: 1px solid #006dff;
}

.product_cart__col #review .pagination li.active span {
  color: #AAAAAA;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  border: 1px solid #006dff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.product_cart__col .review_row {
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product_cart__col .review_head {
  display: flex;
  justify-content: space-between;
}

.product_cart__col .review_left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product_cart__col .review_author {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.product_cart__col .review_right {
  font-size: 12px;
  color: #000000
}

.product_cart__col .review_text {
  color: #000000;
  font-size: 12px;
}

.product_cart__col .product_title {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.product_cart__col .product_attribute .product_attribute__row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid var(--border, #D6D6D6);
  padding: 10px 0;
}

.product_cart__col .product_attribute .product_attribute__row .product_attribute__col {
  width: 50%;
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_attribute__row:nth-child(even) {
    background-color: #f9f9f9;
}

.product_cart__col .product_chart .product_chart__table .product_chart__table-head {
  display: flex;
  width: 100%;
  border-bottom: 3px solid var(--border, #D6D6D6);
  padding: 10px 0;
}

.product_cart__col .product_chart .product_chart__table .product_chart__table-head .product_chart__table-head--col {
  width: 50%;
  color: var(--txt-main, #000);
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_cart__col .product_chart .product_chart__table .product_chart__table-body .product_chart__table-body--row {
  padding: 13px 0;
  border-bottom: 1px solid var(--border, #D6D6D6);
  display: flex;
}

.product_chart__table-body--row:nth-child(even) {
    background-color: #f9f9f9;
}

.product_cart__col .product_chart .product_chart__table .product_chart__table-body .product_chart__table-body--col {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 50%;
}

.dnone {
  display: none !important;
}

.slider_logomob {
  display: none;
}

.menu a {
  color: #fff;
  font-weight: 500;
  margin-left: 30px;
  padding: 5px 15px;
  border-radius: 15px;
  transition: 0.3s;
}

.menu a:hover {
  color: #006dff;
  background: #fff;
  transition: 0.3s;
}

#vertical-menu {
  display: inline-block;
  background-color: white;
  box-sizing: border-box;
}

.main-menu {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.main-menu li {
  border-bottom: 1px solid #f5f5f5;
  /* position:relative; */
  height: 50px;
  /* box-shadow:0 -1px 0 0 #444, 0 -2px 0 0 #222; */
}

.main-menu li:last-child {
  border-bottom: 0;
}

.main-menu>li>a>i {
  color: #333333;
  width: 2em;
  height: 100%;
  text-align: left;
}

.main-menu>li:first-child,
.submenu-1>li:first-child,
.submenu-2>li:first-child,
.submenu-3>li:first-child {
  box-shadow: none;
}

.main-menu>li:first-child>a,
.submenu-1>li:first-child>a,
.submenu-2>li:first-child>a,
.submenu-3>li:first-child>a {
  /* border-top-left-radius:5px;
    border-top-right-radius:5px; */
}

.main-menu>li:last-child>a,
.submenu-1>li:last-child>a,
.submenu-2>li:last-child>a,
.submenu-3>li:last-child>a {
  /* border-bottom-left-radius:5px;
    border-bottom-right-radius:5px; */
  border-radius: 0 0 0 15px;
}

.main-menu>li>a,
.submenu-1>li>a,
.submenu-2>li>a,
.submenu-3>li>a {
  color: #333333;
  background: #fff;
  display: block;
  padding: 0 1em;
}

.submenu-1,
.submenu-2,
.submenu-3 {
  position: absolute;
  white-space: nowrap;
  min-width: 318px;
  border-radius: 0px 20px 20px 0;
  display: none;
  /* overflow: auto; */
  z-index: 999999999;
  background: #fff;
  height: 100%;
}

.submenu-1 li {
  border-bottom: 0 !important;
}

.contain-submenu>a::after {
  content: " \f054";
  font-size: 10px;
  margin-right: 15px;
  color: #000;
  padding-left: 1em;
  position: absolute;
  right: 0;
  font-family: "FontAwesome";
}

/* revealing submenus */
.main-menu>li:hover .submenu-1,
.submenu-1>li:hover .submenu-2,
.submenu-2>li:hover .submenu-3 {
  top: 0;
  display: block;
  left: 100%;
  transition: 0.3s;
}

#vertical-menu {
  width: 280px;
  box-shadow: 0px 4px 16px 0px #00000014;
  border: 1px solid #D6D6D6;
  padding: 15px 0 15px 15px;
  position: relative;
  margin-right: -108px;
  z-index: 99999999999;
  border-radius: 5px 0px 0px 5px !important;
}

.catalog_products_main {
  position: absolute !important;
  top: 45px;
  background-color: white;
  margin-left: 15px !important;
}

.show {
  display: block !important;
}

.scroll_tabs {
  width: 1280px;
  margin: 0 auto;
}

.scroll_tabs a {
  padding: 10px 0 !important;
}

.scroll {
  position: fixed !important;
  top: 65px;
  z-index: 999999;
  margin-left: -40px !important;
}

.w-auto {
  width: auto !important;
}

.catalog_scroll {
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
}

.catalog_scroll img {
  margin-right: 10px;
}

.catalog_scroll p {
  font-size: 14px;
  color: #333;
}

.top_scroll {
  width: 1280px;
  padding: 20px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header_scroll {
  display: none;
  top: 0;
  width: 100%;
  position: fixed;
  background: white;
  z-index: 999;
}

.main-menu>li:hover>a {
  color: #006dff;
  transition: 0.3s;
}

.submenu-1 li:hover>a {
  color: #006dff;
  transition: 0.3s;
}

.submenu-2 li:hover>a {
  color: #006dff;
}

.submenu-3 li:hover>a {
  color: #006dff;
}

.main-menu li {
  display: flex;
  align-items: center;
}

/* New Design */

#common-home .dfle .block_one {
  height: auto;
}

#common-home .dfle .block_one .catcard {
  width: 100%;
}

#common-home .dfle .block_one .childcat ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#common-home .dfle .block_one .childcat li {
  padding: 0;
}

#common-home .dfle .block_one .childcat .see {
  color: var(--blue-main, #006dff);
  font-family: "Onest";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  padding: 0;
  margin-top: 15px;
}

#common-home .dfle .block_one .childcat .see:hover {
  color: #006dff75;
}

#common-home h3.haupt {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#common-home .productPropetries {
  padding: 60px 40px 30px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

#common-home .productPropetries h3.haupt {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}

#common-home .productPropetries .productPropetries__container_pc {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}

#common-home .productPropetries .productPropetries__container_mobi {
  display: none;
  padding: 12px;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid var(--border-light, #EFEFEF);
}

#common-home .productPropetries .productPropetries__container_mobi img {
  width: 44px;
  height: 44px;
}

#common-home .productPropetries .productPropetries__container_pc .productPropetries__item {
  width: 307px;
  height: 105px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--border, #D6D6D6);
  display: flex;
  gap: 12px;
  transition: 0.3s;
}

#common-home .productPropetries .productPropetries__container_pc .productPropetries__item:hover {
  transform: scale(1.1);
  overflow: hidden;
  text-decoration: none;
}

#common-home .productPropetries .productPropetries__container_pc .productPropetries__item .productPropetries__item_left img {
  width: 44px;
  height: 44px;
}

#common-home .productPropetries .productPropetries__container_pc .productPropetries__item .productPropetries__item_right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#common-home .productPropetries .productPropetries__container_pc .productPropetries__item .productPropetries__item_right .productPropetries__item_top {
  color: var(--txt-main, #000);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#common-home .productPropetries .productPropetries__container_pc .productPropetries__item .productPropetries__item_right .productPropetries__item_bottom {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1400px) {
  #common-home .productPropetries .productPropetries__container_pc {
    justify-content: center;
  }
}

@media screen and (max-width: 723px) {
  #common-home .productPropetries .productPropetries__container_pc {
    display: none;
  }

  #common-home .productPropetries .productPropetries__container_mobi {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
  }
}

#common-home .blog {
  margin: 100px auto;
  max-width: 1440px;
  width: 100%;
  padding: 0 40px;
}

#common-home .blog h3.categories {
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
}

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

header .container .logo {
  width: 173px;
  height: 40px;
  margin-right: 40px;
  display: flex;
}

/* SBIT WF
header .container .logo img {
  width: 100%;
  height: auto; 
  margin-left: 0;
}
*/
header .container .header_content {
  display: flex;
  gap: 20px;
}

header .container .catalog:hover {
  background: var(--blue-active, #2E478D);
}

header .container .catalog {
  width: 155px;
  height: 40px;
  border-radius: 4px;
  border: 1.333px solid var(--blue-main, #006dff);
  background: var(--blue-main, #006dff);
  color: #FFF;
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header .container .catalog .catalog_menu {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

#catalog__menu_arrow {
  transition: 0.3ms;
}

header .container .search,
.wrapper .navigation .navigation_right .search {
  display: flex;
  width: 189px;
  height: 40px;
  padding: 4px 4px 4px 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  background: #FFF;
}

header .container .search input,
.wrapper .navigation .navigation_right .search input {
  width: 100%;
}

header .container .search button,
.wrapper .navigation .navigation_right .search button {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--blue-main, #006dff);
  opacity: 1;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}

header .container .search button:hover,
.wrapper .navigation .navigation_right .search button:hover {
  background: var(--blue-active, #2E478D);
}

header .container .search button img,
.wrapper .navigation .navigation_right .search button img {
  width: 100%;
  height: 100%;
}

header .container .menu {
  display: flex;
  align-items: center;
}

header .container .menu li,
header .container .menu a {
  color: #000;
  font-family: "Onest";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  transition: 0.3s;
}

header .container .menu li:hover {
  text-decoration: underline;
  color: #006dff;
}

header .container .menu ul {
  display: flex;
  gap: 20px;
  align-items: center;
}

header .container .phone {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}

header .container .phone .link,
header .container .phone .link a,
header .container .phone .submenu a {
  color: #000;
  text-align: center;
  font-family: "Onest";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  transition: 0.3s;
}

header .container .phone .link a:hover,
header .container .phone .submenu a:hover {
  color: #006dff;
  text-decoration: underline;
  background: transparent;
}

header .container .lang {
  display: inline-flex;
  padding: 4px 6px;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid #D6D6D6;
}

header .container .lang .active-language {
  text-decoration: underline;
}

header .container .lang form {
  display: flex;
  gap: 8px;
}

header .container .lang form span {
  padding: 4px;
}

header .container .basket #cart1 {
  display: flex;
  padding: 10px 19.5px;
  gap: 8px;
  align-items: center;
  border: none;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px;
  border: 3px solid var(--blue-main, #006dff);
}

header .container .basket #cart1:hover {
  background-color: var(--blue-active, #2E478D);
  border-color: var(--blue-active, #2E478D);
}

header .container .basket #cart1:hover{
  color: #fff;
}

header .container .basket #cart1:hover svg path{
  fill: #fff;
}

header .container .basket #cart-total {
  width: 12px;
  height: 12px;
  display: inline-flex;
  padding: 1px 1.5px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--blue-main, #006dff);
  color: #FFF;
  font-family: "Onest";
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 5px;
  left: 35px;
}

.breadcrumb {
  width: 100%;
  margin: 20px 0;
  padding: 0;
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 16px;
}

.breadcrumb li a {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li.last a {
  color: var(--txt-main, #000);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#information-information .blog__list {
  width: 100%;
}

#information-information .blog__list h1 {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 30px 0;
}

#information-information .blog__list .blog__list_container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 100px;
}

#information-information .blog__list .blog__list_container .blog_card {
  max-width: 420px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: var(--white-main, #FFF);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  transition: 0.3s;
}

#information-information .blog__list .blog__list_container .blog_card:hover {
  transform: scale(1.1);
  text-decoration: none;
}

#information-information .blog__list .blog__list_container .blog_card img {
  width: 100%;
  height: 330px;
  border-radius: 8px 8px 0 0;
}

#information-information .blog__list .blog__list_container .blog_card .blog_cart__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  height: -webkit-fill-available;
  justify-content: space-between;
}

#information-information .blog__list .blog__list_container .blog_card .blog_cart__content h4 {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#information-information .blog__list .blog__list_container .blog_card .blog_cart__content p {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#information-information .blog__list .blog__list_container .blog_card .blog_cart__content button:hover {
  background: var(--blue-active, #2E478D);
}

#information-information .blog__list .blog__list_container .blog_card .blog_cart__content button {
  color: var(--white-main, #FFF);
  text-align: center;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--white-main, #FFF);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  border: 1px solid var(--blue-main, #006dff);
  background: var(--blue-main, #006dff);
  padding: 10px 40px;
  width: fit-content;
}

#information-information h1.haupt,
#information-information h1 {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  width: auto;
  margin: 0 0 80px;
}

#information-information .blog_post__container {
  max-width: 873px;
  width: 100%;
  margin: 0 auto 100px;
}

#information-information .blog_post__container .blog_post__box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 100px;
}

#information-information .blog_post__container .blog_post__box h2 {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

#information-information .blog_post__container .blog_post__box p {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

#information-information .blog_post__container .blog_post__box ul {
  list-style-type: disc;
  margin-left: 20px;
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

#information-information .blog_post__container .blog_post__pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0;
  margin: 0 0 20px;
}

#information-information .blog_post__container .blog_post__pagination h3 {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#information-information .blog_post__container .blog_post__pagination a {
  color: var(--txt-main, #000);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

#information-information .blog_post__container .blog_post__pagination a:hover {
  text-decoration: underline;
}

#information-information .blog_post__container .blog_post__list {
  display: flex;
  gap: 30px;
}

#information-information .blog_post__container .blog_post__list .blog_card {
  max-width: 420px;
  width: 100%;
  padding-bottom: 24px;
  border-radius: 8px;
  background: var(--white-main, #FFF);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  overflow: hidden;
  transition: 0.3s;
}

#information-information .blog_post__container .blog_post__list .blog_card:hover {
  transform: scale(1.1);
}

#information-information .blog_post__container .blog_post__list .blog_card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

#information-information .blog_post__container .blog_post__list .blog_card a img {
  width: max-content;
  height: 330px;
}

#information-information .blog_post__container .blog_post__list .blog_card .blog_cart__content {
  text-decoration: none;
  padding: 0px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#information-information .blog_post__container .blog_post__list .blog_card .blog_cart__content h4 {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#information-information .blog_post__container .blog_post__list .blog_card .blog_cart__content p {
  color: var(--txt-main, #000);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#information-information .blog_post__container .blog_post__list .blog_card .blog_cart__content button {
  color: var(--white-main, #FFF);
  text-align: center;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--white-main, #FFF);
  font-family: "Onest";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 40px;
  border-radius: 8px;
  border: 1px solid var(--blue-main, #006dff);
  background: var(--blue-main, #006dff);
  width: fit-content;
  cursor: pointer;
}

#information-information .blog_post__container .blog_post__list .blog_card .blog_cart__content button:hover {
  border-color: var(--blue-active, #2E478D);
  background-color: var(--blue-active, #2E478D);
}

.has-error {
    border: 1px solid #a94442;
    border-radius: 5px;
    padding: 10px;
    background-color: #f2dede;
}
.text-danger {
    margin-top: 5px;
    font-weight: bold;
}

.wrapper .navigation {
  height: 100%;
  justify-content: space-between;
  padding: 10px 20px;
}

.navigation_right {
  display: flex;
  gap: 14px;
}

.navigation .logomob {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
}

.navigation .logomob img {
  width: 100%;
}

.header .container {
max-width: 1440px;
width: 100%;
margin: 20px auto;
padding: 0 20px;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: space-between;
}

#description-mobile{
  display: none;
}

#description-desktop{
  display: block;
}

#rating-thumb-mobile {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .header {
    //display: none;
  }

  .header .container {
    flex-direction: column;
  }

  .navigation #header-cart {
    margin-left: 20px;
    //display: none;
  }

  #product-category .cards {
    justify-content: start;
  }

  #information-information .blog__list .blog__list_container {
    justify-content: center;
  }
}

@media screen and (max-width: 1200px) {
  .wrapper {
    display: block;
  }

  .footer_subscribe {
    padding: 30px 0;
  }
  .header .container .logo {
    display: none;
  }

 header .container .header_content .search{
    display: none;
  }
  
  header .container .header_content .basket {
    display: none;
  }

  #menuopen {
    display: none;
  }
  
  .product_cart__row {
    flex-direction: column;
    align-items: center;
  }

  .product_cart__col {
    width: 100%;
  }

  .product_info{
    padding-top: 20px;
  }

  .sec-col {
    justify-content: center;
  }
}

@media screen and (max-width: 1079px) {
  #product-category .cards {
    justify-content: center;
  }
}

@media screen and (max-width: 1060px) {
  .dfle {
    justify-content: center;
  }
  .slider_1>div {
    padding: 70px 0 0 100px;
  }
}

@media screen and (max-width: 800px) {
  .slider_logo {
    display: none;
  }
  .slider_logomob {
    display: block;
  }
  .footer_subscribe .container {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }

  #menuopen {
    display: block;
  }

  header.header .container{
    display: none;
  }
  
  .shopping-cart {
    border: 0;
    border-radius: 0;
  }

  .shopping-cart li {
    display: block;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    margin-top: 0;
    border-radius: 0px;
    padding: 0px;

  }

  .modal-dialog {
    position: relative;
    width: auto;
  }
}

@media only screen and (max-width: 650px) {
  #common-home h3.haupt {
    text-align: left;
    margin: 0;
    font-size: 20px;
  }

  #common-home .productPropetries {
    padding: 60px 40px 0;
  }

  #common-home h3.categories {
    padding: 0;
    margin: 60px 40px 30px;
  }

  #common-home .blocks .block_mini {
    padding: 24px 20px;
    height: auto;
  }

  #common-home .dfle .block_one {
    height: auto;
  }

  #information-information h1.haupt,
  #information-information h1 {
    font-size: 20px;
    margin: 0 0 40px;
  }

  #product-category {
    padding: 0 20px;
  }

  #information-information .blog_post__container .blog_post__box {
    gap: 16px;
    margin-bottom: 60px;
  }

  #information-information .blog_post__container .blog_post__box h2 {
    font-size: 16px;
  }

  #information-information .blog_post__container .blog_post__box p {
    font-size: 14px;
  }

  #information-information .blog_post__container .blog_post__box ul {
    font-size: 14px;
  }

  #information-information .blog_post__container .blog_post__pagination h3 {
    font-size: 20px;
  }

  #information-information .blog_post__container .blog_post__pagination a {
    font-size: 12px;
  }

  #information-information .blog_post__container .blog_post__list {
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  #information-information .blog_post__container .blog_post__list .blog_card a {
    gap: 16px;
  }

  #information-information .blog_post__container .blog_post__list .blog_card .blog_cart__content {
    gap: 16px;
  }

  #information-information .blog_post__container .blog_post__list .blog_card .blog_cart__content h4 {
    font-size: 16px;
  }

  #information-information .blog_post__container .blog_post__list .blog_card .blog_cart__content p {
    font-size: 12px;
  }

  #information-information .blog_post__container .blog_post__list .blog_card .blog_cart__content button {
    width: 100%;
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .navigation_right {
    gap: 0;
  }

  .slider_logomob {
    display: block;
  }

  .slider_logo {
    display: none;
  }

  .slider_logomob .slick-dots {
    bottom: -25px;
  }

  .product_cart {
    padding: 0 10px;
  }

  .slick-arrow {
    display: none !important;
  }

  .mobile_men {
    display: block;
  }

  .dflex-center {
    display: block;
  }

  .sort {
    gap: 6px;
  }
  
  .form-control {
    margin: 0;
  }

  .header_bottom {
    display: none;
  }

  .dfle {
    align-items: center;
  }

  .d-flex {
    flex-direction: column;
    justify-content: center;
  }

  .bf-check-position {
    width: 270px !important;
  }

  .simplecheckout {
    width: auto;
  }

  #simplecheckout_cart {
    width: auto;
  }

  #accordion3 {
    margin-left: 0;
    width: 300px;
  }

  #bf-btn-show {
    border: 0;
    padding: 10px;
    width: 281px;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    background: var(--blue-main, #006dff);
    display: none;
    justify-content: center;
  }

  .link3 a {
    width: 300px;
  }

  .text_search {
    width: 300px;
    margin-bottom: 20px;
  }

  .search {
    margin-left: 15px;
  }

  .submenu3 {
    width: 340px;
    margin-left: 20px;
    margin-top: 0;
  }

  .empty {
    width: 100%;
    padding-left: 15px;
  }

  .search_result {
    width: 100%;
  }

  .products_cart tbody {
    height: 192px;
  }

  .col_first {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .info_decs {
    width: 95%;
  }

  .dflexw {
    width: 100%;
    justify-content: center;
    padding: 0 20px 30px;
  }

  .text {
    width: 199px;
    margin-left: 0;
  }

  .cart_head {
    width: 355px;
  }

  #contact {
    width: 335px;
  }

  .slider_mobile {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px;
  }

  .slick-slide {
    min-height: auto !important;
  }

  .logobrand {
    display: flex !important;
    justify-content: center;
  }

  #product-search {
    width: 95%;
    padding: 0 10px;
  }

  .dfle {
    flex-direction: column;
    width: auto;
  }

  .footer_subscribe .form_text h3 {
    font-size: 20px;
  }
  .footer_subscribe form button {
    height: 52px;
  }

  .accordions button[aria-expanded="true"]+.accordion-content {
    max-height: 19em;
  }

  .rev_popup {
    width: 326px;
    margin: 2rem auto;
  }

  .photo_col_review {
    width: 130px;
    margin: 10px 0;
  }

  .rev_columns {
    flex-direction: column;
  }

  #review_popup {
    padding: 0 15px;
    width: auto;
  }

  .tovar_col_review {
    width: auto;
    padding-bottom: 0 !important;
    align-items: center;
  }

  .card li {
    list-style: none;
  }

  .review_col {
    width: auto;
  }

  .accordions {
    width: 100%;
  }

  .container_table {
    width: 95%;
    padding: 0 10px;
  }

  .catbutton {
    width: 395px !important;
  }

  #input-search {
    width: 360px;
  }

  .panel-default {
    overflow: hidden;
    padding: 1px;
    margin: 20px 0;
    border-radius: 5px;
    max-width: 870px;
  }

  .show-more {
    padding: 0;
  }

  #common-home .blog {
    margin: 60px auto 0px;
  }

  .block_blog a img {
    width: 100%;
    border-radius: 15px;
  }

  .col_blog {
    margin-bottom: 0;
  }

  .navigation {
    justify-content: space-between;
  }

  .navigation a img {
    width: 100%;
  }

  .alert-success-cart {
    width: auto;
    font-size: 10px;
    padding: 0 10px;
  }

  .blocks {
    width: auto;
    gap: 16px;
    margin: 20px 0px 40px;
  }

  .block_blog {
    width: 100%;
    margin-bottom: 0px;
    align-items: center;
  }

  .col_blog {
    align-items: center;
    width: auto;
    flex-direction: column;
  }

  .slider_one h1 {
    color: #fff;
    font-family: "Onest";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    margin-top: 142px;
    text-align: center;
  }

  .navigation {
    display: flex;
    position: relative;
  }

  .navigation label.m-menu__toggle {
    right: 10px;
  }

  .table-responsive {
    overflow-x: auto;
    width: 100%;
  }

  .logomob {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 124px;
  }

  #product-manufacturer {
    width: 95%;
    padding: 0 10px;
    margin: 0 auto;
  }

  #popup_open {
    left: 0;
    width: 100%;
  }

  #popup_open li {
    display: block;
    width: 350px;
    margin-top: 450px;
  }

  .cart-order {
    height: 300vh;
  }

  .div_wrap {
    width: 95%;
    padding: 0 10px;
  }

  nav {
    margin: 0;
  }

  .categories {
    margin-top: 0 !important;
    //padding-top: 60px !important;
  }

  .product-text {
    padding: 0 10px;
  }

  .one-col {
    display: flex;
    padding: 0 10px;
    width: 95%;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }

  .col-photos {
    flex-direction: column-reverse;
  }

  .column-left {
    display: flex;
    justify-content: center;
  }

  .bf-layout-id-34 .bf-btn-show {
    background: #006dff !important;
  }

  .sec-col {
    width: 100%;
  }

  .main_photo img {
    width: 370px;
  }

  .buttons {
    flex-direction: column;
    align-items: center;
  }

  .photo_cart {
    overflow-x: auto !important;
  }

  .product-text {
    display: none;
  }

  .col-r {
    margin-left: 0;
  }

  .recomentations {
    width: 95%;
    display: none;
    padding: 0 10px;
  }

  .photo_cart {
    overflow: hidden;
  }

  .main_photo {
    width: 100%;
    height: 100%;
  }

  .product_cart {
    width: auto;
    flex-direction: column;
  }

  .slider_one h2 {
    color: #006dff;
    font-family: "Onest";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
  }

  .photo_cart {
    flex-direction: row;
  }

  .slider_one {
    padding: 0 15px;
    margin-top: 20px;
    background-repeat: round;
    background-image: url(../img/imgslider.png);
    height: 650px !important;
  }

  .main {
    width: 100%;
  }

  .about-text {
    width: 100%;
  }

  .img-full {
    width: 100%;
  }

  .img-full img {
    width: 100%;
  }

  .about-text h1 {
    width: 380px;
    font-size: 19px;
    padding: 0px 10px;
  }

  .about-text p {
    width: 380px;
    padding: 0px 10px;
  }

  #changedWithOuter {
    width: 95% !important;
    padding: 0 10px;
  }

  .haupt {
    width: 100%;
    text-align: center;
    margin: 60px 0 20px;
  }

  #changedWith {
    width: 95% !important;
    display: block;
    padding: 0 10px;
    margin-bottom: 60px;
  }

  .filter {
    overflow-x: auto;
    justify-content: start;
  }

  .categories {
    width: auto;
    padding: 0px 25px;
  }

  .form {
    flex-direction: column;
    height: 255px;
  }

  .simplecheckout-cart {
    width: 170%;
  }

  #lname {
    margin: 15px 0;
  }

  #fname {
    width: auto;
  }

  .form_mail {
    display: flex;
    flex-direction: column;
  }

  #cart-total img {
    display: none;
  }

  .footer {
    /* height: 1370px; */
    flex-direction: column;
    padding: 130px 20px;
  }

  .col-1 h3 {
    padding-bottom: 15px;
  }

  .col-1 {
    margin-bottom: 35px;
  }

  .two-col {
    margin-bottom: 40px;
  }

  .filters_cat {
    flex-direction: column;
  }

  .cards {
    width: 100%;
  }

  .categories {
    font-size: 20px;
  }

  #product-category .breadcrumb {
    padding: 0;
    margin: 20px 0;
  }

  .m-menu ul li a {
    padding: 0 !important;
  }

  .namecat a {
    font-size: 14px;
  }

  .catcard img {
    width: 125px;
  }

  .card .image img {
    width: 250px;
  }

  .card {
    width: 320px;
    height: auto !important;
  }

  .see {
    text-align: center;
    width: 100%;
    display: block;
  }

  .slider_logo .slick-dots li button:before {
    color: #e3e3e3;
  }

  .slider_logo .slick-dots {
    bottom: -22px !important;
  }

  .slider_logo {
    width: auto;
  }

  .logobrand {
    width: auto !important;
  }

  .slider .slick-dots {
    bottom: 22px !important;
    width: 90% !important;
  }

  .mobile {
    display: block;
  }

  .column_reserve {
    padding-right: 0;
    justify-content: center;
  }

  .map_card {
    width: 300px;
    padding-left: 25px !important;
  }

  #information-information .blog__list h1 {
    font-size: 20px;
    margin: 0 0 16px;
  }

  #information-information .blog__list .blog__list_container .blog_card img {
    height: auto;
  }

  #information-information .blog__list .blog__list_container .blog_card .blog_cart__content {
    padding: 16px;
    gap: 16px;
  }

  #information-information .blog__list .blog__list_container .blog_card .blog_cart__content h4 {
    font-size: 16px;
  }

  #information-information .blog__list .blog__list_container .blog_card .blog_cart__content p {
    font-size: 12px;
  }

  #information-information .blog__list .blog__list_container .blog_card .blog_cart__content button {
    font-size: 12px;
    width: 100%;
  }

  .button1{
    width: 95%;
    padding: 0 10px;
  }

  .product_cart .priced_quantity {
    justify-content: space-between;
  }

  .modal_product__detail {
    flex-direction: column;
    align-items: center;
  }

  .product_cart__col .customer_reviews .moda_customer__reviews .message .full_name {
    flex-direction: column;
    align-items: center;
  }

  #description-mobile{
    display: block;
  }

  #description-desktop{
    display: none;
  }

  #rating-desktop{
    display: none;
  }
  #rating-thumb-mobile{
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 450px) {
  .slider_1>div {
    padding: 30px 0 0 20px;
    width: 130px;
  }
}

@media only screen and (max-width: 400px) {
  .product_cart__col .customer_reviews .moda_customer__reviews {
    margin-top: 20px;
  }
  .wrapper .navigation {
    flex-direction: column;
    gap: 12px;
  }
  .wrapper .navigation .navigation_right {
    width: 100%;
  }
  .wrapper .navigation .navigation_right .search {
    width: 100%;
  }
  .slider_one h1 {
    font-size: 41px;
  }
  .col-1 {
    width: 100%;
  }
}
