@charset "UTF-8";

html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

#cart-title01{
    font-weight: bold;
    font-size: 100% !important;
}

.header__search-input_down{
	display: none;
}

.container {
  flex: 1; 
}

footer {
  background-color: #000;
  color: #fff;
  padding: 20px;
}

.img-responsive {
  margin: 0 auto;
}

.Header--nav-input-top__dn {
  display: none;
  padding: 10px 15px;
  border-radius: 15px;
  border: 1px solid #151515;
  width: 100%;
}

.htag__title__h1 {
  font-size: 36px;
  font-weight: bold;
  display: block;
}
.htag__title__h2 {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.htag__title__h3 {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.section___title__HESL53,
.section___sub_text__HESL53 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.section__info-text__dwFw {
  margin-bottom: 5px;
}

.bold__text_DWgaj {
  font-weight: bold;
  color: #444;
}

.contact-head {
  color: #868686;
  margin-bottom: 15px;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: ff-good-web-pro;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  padding-top: 220px;
  min-height: 100vh;
  font-display: swap;
}

#slideshow0.slick-initialized .slick-slide
{
    display: block;
}

#slideshow0 .slider-item {
  visibility: hidden;
  opacity: 0; 
  transition: opacity 0.3s ease-in-out; 
}

#slideshow0 .slider-item:first-child {
  visibility: visible; 
  opacity: 1;
}

#slideshow0.slick-initialized .slider-item {
  visibility: visible;
  opacity: 1;
}

/* #slideshow0 .slider .slick-arrow.slick-prev,
#slideshow0 .slider .slick-arrow.slick-next {
  display: none;
} */

.clr {
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
}
svg {
  max-width: 100%;
}
div#back-top span {
  position: fixed;
  left: 2%;
  top: inherit;
  bottom: 20px;
  z-index: 10;
  font-size: 33px;
}
ul,
p {
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

h1,
h2 {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

svg {
  max-width: 100%;
  height: auto;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: #e05048;
}

.ab-none::before,
.ab-none::after {
  display: none;
}

.slider-row .slick-track {
  display: flex;
}
.slider-row .slick-slide > div {
  /* height: 100%; */
}
.slider-row .slick-list {
  margin-right: -15px;
  margin-left: -15px;
}
.slider-row .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
  height: inherit;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}

.flex-row {
  margin-right: -15px;
  margin-left: -15px;
}
.flex-row > div,
.flex-row > a {
  margin-right: 15px;
  margin-left: 15px;
}

ul.slick-dots {
  bottom: -40px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  background: #d2d2d2;
  border-radius: 50%;
  margin: 0 3px;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.slick-dots li button::before {
  display: none;
}

.slick-dots li.slick-active {
  background: #000;
}

a,
button {
  cursor: pointer;
}

a,
input,
button,
select,
textarea,
.slick-slide {
  outline: none !important;
  box-shadow: none !important;
}
.bt {
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  margin: 0;
  transition: 0.5s;
}
.btn-black {
  background: #151515;
  padding: 6px 25px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  border: 1px solid #151515;
}

.btn-primary,
#d_quickcheckout .btn-primary {
  background: #e05048 !important;
  border-radius: 0;
  padding: 9px 20px;
  color: #ffffff;
  border-color: #e05048 !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.btn-gold {
  background: linear-gradient(90deg, #c19159 0%, #fbba6f 100%);
  font-weight: 700;
  color: #ffffff;
  padding: 10px 25px 8px;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
}

label {
  font-size: 16px;
}

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: 16px;
  height: unset;
}

.pt-100px {
  padding-top: 100px;
}

.mb-0px {
  margin-bottom: 0px !important;
}
.mb-20px {
  margin-bottom: 20px !important;
}
.mb-30px {
  margin-bottom: 30px !important;
}
.mb-50px {
  margin-bottom: 50px !important;
}
.mb-60px {
  margin-bottom: 60px !important;
}
.mb-70px {
  margin-bottom: 70px !important;
}
.mb-100px {
  margin-bottom: 100px !important;
}

.mb-100px.slick-initialized.slick-slider.slick-dotted {
  margin-bottom: 100px !important;
}

.input-search {
    padding: 7px 15px 7px 40px;
    border-radius: 10px;
    width: 100%;
}

.slick-arrow {
  width: 35px;
  height: 35px;
  z-index: 1;
  opacity: 1;
}

.slick-arrow::before {
  display: none;
}

.slick-prev.slick-arrow {
  left: -50px;
}

.slick-next.slick-arrow {
  right: -50px;
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #151515;
  stroke-width: 5.5px;
  stroke-linecap: round;
}

.hamb6 .top {
  stroke-dasharray: 40 172;
}
.hamb6 .middle {
  stroke-dasharray: 40 111;
}
.hamb6 .bottom {
  stroke-dasharray: 40 172;
}
.active .hamb6 .top {
  stroke-dashoffset: -132px;
}
.active .hamb6 .middle {
  stroke-dashoffset: -71px;
}
.active .hamb6 .bottom {
  stroke-dashoffset: -132px;
}
.openMenu {
  display: none;
  width: 50px;
  height: 50px;
}

.map {
  height: 420px;
}

.map img,
.map iframe {
  width: 100%;
  height: 100%;
}

header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
header#header * {
  transition: 0.5s;
}

.header-top {
  padding: 13px 0;
  border-bottom: 1px solid #c9c9c9;
}

header#header.fixed .header-top {
  height: 0;
  overflow: hidden;
  padding: 0;
  border: none;
}

.header__search-input {
  max-width: 600px;
  min-width: 150px;
  width: 100%;
}

.header__search-block {
  position: relative;
  width: 100%;
}

.input-search {
  padding: 7px 15px 7px 40px;
  border-radius: 7px;
  width: 100%;
}

.header__search-block::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(https://www.xlmeubles.fr/catalog/view/theme/default/image/search.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 5;
}

.header__content-icons {
  display: flex;
  align-items: center;
}


.header__content-icons > *:not(:last-child) {
  padding-right: 7px;
  margin-right: 7px;
}

.header__search-input {
  max-width: 600px;
  min-width: 150px;
  width: 100%;
}

.header__search-block {
  position: relative;
  width: 100%;
}

.header__search-block::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(https://www.xlmeubles.fr/catalog/view/theme/default/image/search.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 5;
}

.input-search {
  padding: 7px 15px 7px 40px;
  border-radius: 7px;
  width: 100%;
}

.header__content-icons {
  display: flex;
  align-items: center;
}

.header__content-icons > *:not(:last-child) {
  padding-right: 7px;
  margin-right: 7px;
}

.header-linkicon {
  border-right: 1px solid #dddddd;
}

.last{
margin-top: 8px;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 40px;
  cursor: pointer;
}

.selected-option img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  object-fit: cover;
  padding: 5px;
}

.options-list {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  width: 150px; /* Базовая ширина */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: width 0.2s ease; /* Плавное изменение ширины */
}

.options-list.visible {
  display: block;
}

.option-item {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  cursor: pointer;
  gap: 10px;
  font-size: 14px;
  transition: 0.2s;
}

.option-item img {
  width: 20px;
  height: auto;
  border-radius: 3px;
  flex-shrink: 0;
}

.option-item span {
  flex-grow: 1;
  white-space: nowrap;
}

.option-item:hover {
  background: #f7f7f7;
}

/* Скрываем текст и уменьшаем ширину для маленьких экранов */
@media screen and (max-width: 1458px) {
  .options-list {
    width: 100%;; /* Уменьшаем ширину */
  }

  .option-item span {
      display: none; /* Скрываем текст */
  }

  .option-item img {
      width: 24px; /* Увеличиваем размер флага */
  }
}

ul.main-list {
display: flex;
flex-direction: column;
 /* flex-wrap: wrap; */
list-style: none;
padding: 0;
margin: 0;
}

.last {
  margin-top: 8px;
}

span#cart-total {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #999999;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
#cart {
  margin-bottom: 0px;
}
.header-cart_btn {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
}

.header-cart_btn img {
  /* margin-right: 10px; */
}

span#cart-total > span:last-child {
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #151515;
}

li.header-catalog > a {
  display: flex;
  align-items: center;
}

/**/

.list-child {
  border: 1px solid #e9e9e9;
  background: #fff;
  list-style: none;
  margin: 0;
  display: none;
  position: absolute;
  max-width: 335px;
  text-transform: none;
  top: 99%;
  width: 335px;
  padding: 20px;
  padding-right: 0;
  margin-left: -85px;
}
ul.list-child::before {
  position: absolute;
  content: "";
  width: 1252px;
  background: #f4f4f4;
  border: 1px solid #e9e9e9;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.list-child_item {
  position: relative; /* border-bottom:1px solid #E9E9E9; */
  display: flex;
  flex-wrap: wrap;
  align-items: center; /* border-left:6px solid transparent; */
  padding: 15px 15px;
  padding-right: 25px;
  color: #222;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0s !important;
}
.list-child_item img {
  width: 45px;
  margin-right: 15px;
}
.list-child_item span {
  width: calc(100% - 60px);
}
.list-child_item svg:last-child {
  position: absolute;
  right: 15px;
  opacity: 0;
}
.list-child li:last-child .list-child_item {
  border-bottom: none;
}
.list-child_item:hover {
  /* border-left:6px solid #1B19BA; */ /* text-decoration-line:underline; */
  color: #e05048;
}
.list-child_body {
  position: absolute;
  top: 1px;
  left: 100%;
  padding: 25px 45px;
  width: calc(100vw - 100%);
  max-height: 100%;
  max-width: 918px;
  box-sizing: border-box;
  border-radius: 4px;
  list-style: none; /* height:100%; */
  z-index: 10;
  background: #f4f4f4; /* border:1px solid #E9E9E9; */
  display: none;
  overflow-y: auto;
  column-count: 2; /* max-width:500px; */
  border-right: none;
  overflow-y: scroll;
  flex-wrap: wrap;
  color: #151515;
}
.list-child_body a:hover {
  text-decoration-line: underline;
  color: #1b19ba;
}
.list-child li:hover .list-child_body {
  display: block; /* display: flex; */
}
ul.list-child_body::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
ul.list-child_body::-webkit-scrollbar {
  width: 5px;
}
ul.list-child_body::-webkit-scrollbar-thumb {
  background-color: #0796eb;
}
.list-child_body li {
  margin-bottom: 25px;
}
ul.mainlist li:hover ul.list-child {
  /*display:block;*/
}
ul.list-child.active {
  display: block;
}
.list-child_item svg:first-child {
  margin-right: 20px;
}

.list-child_item:hover svg:first-child path {
  fill: #e05048;
}
.menuclose.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000057;
  z-index: 10;
}

/**/

.logo img {
  width: 220px;
}

ul.breadcrumb {
  display: none;
}

.slider ul.slick-dots {
  bottom: 40px;
}

img.slider-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slider-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background: rgb(0 0 0 / 22%); - затемнение баннеров */
  transform: matrix(-1, 0, 0, 1, 0, 0); 
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

ul.mainlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  justify-content: space-evenly;
  padding: 0;
  margin: 0;
}

span.forkeydon {
  font-size: 16px;
  line-height: 1.3;
  height: unset;
}

#d_ajax_search_results a.result-link.sort-item.row.col-sm-12 {
  width: 100%;
  float: none !important;
  font-size: 16px;
  color: #000;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div#d_ajax_search_results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding-bottom: 20px;
  margin-top: 0;
}
a.all_results {
  width: 100%;
  display: block;
  text-align: center;
}

span.where-find {
  /*display: none;*/
}
div#result_block > p.pull-right.block-text.text-left {
  display: none;
}

.header-contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-svg {
  display: flex;
  align-items: center;
  margin-left: 25px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #151515;
}
a.header-email {
  display: block;
  color: #151515;
}
.header-svg svg {
  margin-right: 8px;
}
/* .header-linkicon {
  padding-right: 15px;
  border-right: 1px solid #dddddd;
  margin-right: 15px;
} */
.header-account:hover ul.header-account_list {
  display: block;
}
ul.header-account_list {
  list-style: none;
  margin: 0;
  position: absolute;
  background: #fff;
  z-index: 2;
  box-shadow: 0 4px 24px 3px #0000003b;
  border-radius: 3px;
  padding: 5px 10px;
  display: none;

  min-width: 155px;
}
.header-account {
  position: relative;
}

.header-right {
  gap: 10px;
  display: flex;
  align-items: center;
}
.header-right > *:not(:last-child) {
  border-right: 1px solid #dddddd;
  padding-right: 10px;
}

div#cart {
  margin-bottom: 0;
}

a#wishlist-total {
  height: 100%;
}

a.header-search {
  height: 100%;
}

.header-account > a {
  height: 100%;
  display: block;
}

nav#mainnav {
  flex-grow: 1;
}

a.toggleMenu {
  width: 50px;
  height: 50px;
  margin-left: -1.2rem;
}

.slider-item {
  /* height: 500px; */
  position: relative;
}

.slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 900px;
  padding-left: 160px;
  transform: translate(0, -50%);
  z-index: 1;
  color: #fff;
  visibility: hidden;
}

.slider-head {
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.slider-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #c2c2c2;
  margin-bottom: 35px;
}

.slider-link {
  width: 125px;
  height: 125px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #151515;
  opacity: 0.5;
}

.slider-link span {
  margin-bottom: 10px;
}

.slider-wrap {
  position: relative;
  margin-bottom: 45px;
}

.slider-dots ul.slick-dots {
  position: relative;
  bottom: unset;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}

.slider-dots_wrap {
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: -50px;
  width: 100%;
  left: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #151515;
}
.slider-dots_wrap {
  display: none;
}

.slider-dots {
  margin: 0 45px;
}

.slider-dots .slick-dots li {
  width: 50px;
  height: 2px;
  border-radius: 0;
  flex-grow: 1;
  margin: 0;
}
.slider .slick-arrow.slick-prev {
  /* left: 20px; */
  display: none !important;
}

.slider .slick-arrow.slick-next {
  /* right: 20px; */
  display: none !important;
}

.quantity_div {
  position: relative;
}
.form-group .quantity_div {
  /* display:inline-block; */ /* vertical-align:middle; */
  margin-bottom: 20px;
}
.quantity_input {
  text-align: center;
  width: 35px;
  border: none;
  margin: 0 10px;
}
.plus,
.minus {
  display: inline-block;
  vertical-align: top;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 0;
  line-height: 0;
  /* identical to box height, or 143% */
  text-align: center;
  color: #222222;
  position: relative;
  width: 14px;
  height: 14px;
  padding: 0px;
}
.minus::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background: #4b4b4b;
}
.plus::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background: #4b4b4b;
}

.plus::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
  background: #4b4b4b;
}
.plus:hover,
.minus:hover {
  /* background:#e5e5e5; */
}
.stock_warning {
  position: absolute;
  z-index: 999;
  left: -49px;
  bottom: 35px;
  width: 180px !important;
  padding: 10px !important;
  background: #fefefe;
  background: linear-gradient(to bottom, #fefefe 0%, #f0f0f0 100%);
  box-shadow: 1px 1px 10px #ccc;
  line-height: 15px;
  border: solid 1px #ddd;
  border-radius: 10px;
  display: block;
  color: #f00 !important;
  font-size: 12px;
}

.quantity_div {
  border: 1px solid #cfcfcf;
  margin: 0;
  padding: 7px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #222222;
  max-width: 105px;
  display: none;
}

.alert.alert-success {
  background: #4fc95d;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 110;
  padding: 20px;
  font-size: 18px;
  color: #fff;
  padding-right: 50px;
}

.alert.alert-success button.close {
  opacity: 1;
  color: #fff;
  font-size: 35px;
  position: absolute;
  top: 0;
  right: 9px;
}
div#login_view {
  display: none;
}
#d_quickcheckout .well-sm {
  padding: 0;
  background: none;
  border: none;
  margin: 0;
  box-shadow: none;
  min-height: unset;
}

#d_quickcheckout .well-sm p {
  margin: 0;
}

div#payment_view h2 {
  margin: 0;
}

div#payment_view p {
  margin: 0;
}
#d_quickcheckout a {
  color: #151515;
}
#d_quickcheckout .panel-title .text {
  font-size: 20px;
}
div#shipping_method_list .title {
  font-size: 16px;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: normal;
  color: #151515;
}
#d_quickcheckout .text {
  font-size: 14px;
  line-height: 1.3;
}

div#shipping_method_list .title::before {
  opacity: 0;
}
input#button-confirm {
  display: none;
}
td.qc-quantity input {
  height: 30px !important;
  max-width: 110px !important;
}

.toptitle > img {
  opacity: 0.4;
}

.toptitle {
  margin-bottom: 15px;
}
.title {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b6b6b6;
  margin-bottom: 55px;
}

.title.title-right {
  text-align: right;
}
.product-thumb_file .product-thumb_title {
  height: auto;
}

.product-thumb_file .button-group {
  bottom: -20px;
}
.product-thumb_desc {
  display: none;
}
.product-thumb .image img {
  width: 100%;
}
.product-thumb {
  width: calc(25% - 30px);
  margin-bottom: 30px;
  border: none;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: 0.5s;
  overflow: visible;
  background: #fff;
}
.product-thumb::after {
  position: absolute;
  bottom: -89px;
  left: 0;
  width: 100%;
  height: 20px;
  background: white;
  content: "";
  z-index: 20;
  opacity: 0;
}

.product-thumb:hover::after {
  opacity: 1;
}
.product-thumb-3 {
  width: calc(33.33% - 30px);
}
.button-group {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -2;
  opacity: 0;
  transition: 0.5s;
  bottom: -70px;
  /*padding: 0 20px;*/
  background: #fff;
}

.product-thumb:hover .button-group {
  opacity: 1;
  z-index: 2;
}

.product-thumb::before {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border: 1px solid #dedede;
  content: "";
  opacity: 0;
  transition: 0.5s;
  border-bottom: none;
  height: 100%;
  z-index: -2;
}
.product-thumb .image a:hover {
  opacity: 1;
}
.product-thumb:hover::before {
  opacity: 1;
}

.button-group::before {
  left: -20px;
  right: -20px;
  bottom: -20px;
  position: absolute;
  content: "";
  width: calc(100% + 40px);
  border: 1px solid #dedede;
  top: -20px;
  border-top: none;
  opacity: 0;
  transition: 0.5s;
  z-index: -2;
}

.product-thumb:hover .button-group::before {
  opacity: 1;
}
.product-thumb .caption {
  padding: 0;
  min-height: unset;
  flex-grow: 1;
}

.wishlist-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.product-thumb .image {
  margin-bottom: 20px;
}

.product-thumb_category {
  font-weight: 400;
  font-size: 12px;
  line-height: 122.01%;
  color: #666666;
  margin-bottom: 10px;
}

.product-thumb_title {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #151515;
  margin-bottom: 10px;
  height: 40px;
  overflow: hidden;
}

.product-thumb .price {
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  color: #151515;
  margin-bottom: 20px;
}

.product-thumb .price-old {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: line-through;
  color: #999999;
  margin-right: 10px;
  margin-left: 0;
}

.btn-black.product-thumb_btn {
  width: 100%;
  margin-bottom: 15px;
}

.product-thumb_link {
  font-weight: 700;
  text-decoration-line: underline;
  color: #444444;
  text-align: center;
  display: block;
}
.categoryKsl-img {
  position: relative;
  margin-bottom: 30px;
  display: block;
}

.categoryKsl-link {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.categoryKsl-img img {
  width: 100%;
}
.categoryKsl-name {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #151515;
  display: block;
  margin-bottom: 3px;
}

.categoryKsl-text {
  color: #636363;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.gallery-item {
  width: calc(50% - 20px);
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.gallery-item img {
  height: 100%;
  width: 100%;
}

.gallery-item:first-child {
  width: calc(100% - 20px);
}

.gallery-wrap {
  position: relative;
}

.gallery-title_wrap {
  position: absolute;
  font-weight: 350;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #151515;
  background: #fff;
  z-index: 2;
  width: 50%;
  top: 50%;
  transform: translate(0, -50%);
  padding: 90px 80px;
}

.gallery-item:nth-child(2) {
  padding-top: 85px;
}

.gallery-title {
  position: relative;
  padding-bottom: 30px;
}

.gallery-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background: #151515;
  content: "";
}

.feat-item {
  background: #ffffff;
  /* border: 1px solid #E4E4E4; */
  /* padding: 30px 55px; */
  height: 100%;
  padding: 0px;
}

.feat-img {
  /* height: 100px; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* margin-bottom: 25px; */
  justify-content: center;
}
.feat-img img {
  max-height: 150px;
}
.feat-name {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 121% */
  color: #151515;
  padding-top: 15px;
  margin-bottom: 15px;
}

.feat-name::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 25px;
  height: 4px;
  background: #e05048;
}

.feat-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #888888;
}

.toptitle.blogpage-toptitle {
  margin-bottom: 50px;
}
.flex .news-item {
  width: calc(33.33% - 30px);
  margin-bottom: 70px;
}

.news-img {
  position: relative;
  margin-bottom: 30px;
}

.news-img img {
  width: 100%;
}

.news-arrow {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.news-name {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #151515;
  display: block;
}

.news-date {
  color: #636363;
  margin-bottom: 3px;
}

.about-img {
  width: 43%;
}

.about-item {
  width: 49%;
}

.about-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 60px;
  color: #151515;
  margin-bottom: 10px;
}

.about-reverse {
  flex-direction: row-reverse;
}

.title.infopage-title {
  display: none;
}

.contact-wrap {
  position: relative;
  margin-top: 40px;
}

.contact-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.contact {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: #ffffff;
  border: 1px solid #cfcfcf;
  padding: 15px 20px;
  right: 75px;
  width: calc(100% - 80px);
  max-width: 320px;
}

.contact-head {
  color: #868686;
  margin-bottom: 15px;
}

.contact p {
  margin-bottom: 5px;
}
.faq-wrap {
  display: flex;
  flex-wrap: wrap;
}

.faqmenu {
  width: 290px;
  margin-right: 30px;
}

.faqbtn {
  width: 100%;
  border: 1px solid #151515;
  border-radius: 6px;
  padding: 25px;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  color: #151515;
  margin-bottom: 10px;
  text-align: left;
}

.faqbox {
  width: calc(100% - 320px);
}

.faq {
  display: none;
}

.faq.active {
  display: block;
}

.faqbtn.active {
  border: 1px solid #e05048;
  color: #e05048;
}

.faq-head {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #151515;
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #d4d4d4;
  padding-left: 40px;
  cursor: pointer;
}
.faq-content {
  display: none;
  background: #f3f3f3;
  border-radius: 6px;
  padding: 30px;
  color: #151515;
  margin-bottom: 30px;
}

.faq-head svg {
  position: absolute;
  left: 0;
  top: 32px;
  transition: 0.5s;
}
.toptitle.faq-toptitle {
  margin-bottom: 90px;
  position: relative;
}
.contact.faq-contact {
  background: #fff;
  z-index: 2;
  left: unset;
  right: 0;
  transform: none;
  top: -30px;
  position: absolute;
}
.about-title.faq-title {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.faq-item.active {
  border-bottom: 1px solid #d4d4d4;
}

.faq-head.active svg {
  transform: rotate(180deg);
}

.faq-head.active {
  border-color: transparent;
}

.title-before {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #151515;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.title-before::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 57px;
  height: 2px;
  background: #151515;
}

.refine-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #151515;
  text-align: center;
}

.refine-img {
  margin-bottom: 25px;
}

.refine-img img {
  height: 170px;
  width: 100%;
}

.refine-slider .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}

.refine-slider .slick-list.draggable {
  margin-right: -10px;
  margin-left: -10px;
}

.catmenu-box {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.catmenu-head {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #151515;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.catmenu-head svg {
  display: none;
}

a.catmenu-link {
  color: #151515;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

a.catmenu-child_item {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #151515;
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
}
a.catmenu-child_item span {
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  background: #f1f1f1;
  left: 0;
  top: 0;
  transition: 0.5s;
}
a.catmenu-child_item.active span,
a.catmenu-child_item:hover span {
  background: #d64e48;
  border-color: #d64e48;
}
.catmenu-link_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
a.catmenu-link.active,
a.catmenu-link:hover {
  color: #e05048;
}
.catmenu-link_wrap.active svg path,
.catmenu-link_wrap:hover svg path {
  stroke: #d64e48;
}
.catmenu-link_svg {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

.catmenu-child {
  display: none;
  margin: 25px 0;
  padding-left: 20px;
}
.catmenu-item.active .catmenu-child {
  display: block;
}

.catmenu-link_svg svg {
  transition: 0.5s;
}

.catmenu-link_wrap.active .catmenu-link_svg svg {
  transform: rotate(90deg);
}

a.catmenu-child_item.active {
  color: #e05048;
}
label.input-sort_label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #151515;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

label.input-sort_label svg {
  margin-right: 8px;
}
select#input-sort {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #e05048;
  border: none;
  padding: 0;
  margin-bottom: 8px;
}

.form-group_sort {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 35px;
}

.partners-title {
  font-size: 20px;
  font-weight: bold;
  color: #151515;
  margin-bottom: 20px;
}

.partner-slider {
  margin-bottom: 50px;
}
.partner-slider .item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
}

.partner-slider .slick-slide {
  margin: 0 5px;
}

.rdf-header {
  display: none !important;
}

.dream-filter .rdf-group .rdf-label {
  background: #e05048;
}

.dream-filter .checkbox input[type="checkbox"],
.dream-filter .checkbox-inline input[type="checkbox"],
.dream-filter .radio input[type="radio"],
.dream-filter .radio-inline input[type="radio"] {
  width: 16px;
  height: 16px;
  margin-left: -25px;
}
.dream-filter .irs-from,
.dream-filter .irs-to,
.dream-filter .irs-single {
  background: #e05048;
}

.dream-filter .irs-from:after,
.dream-filter .irs-to:after,
.dream-filter .irs-single:after {
  border-top-color: #e05048;
}

.dream-filter .irs-bar,
.dream-filter .irs-bar-edge {
  background: #e05048;
  height: 5px;
  top: 28px;
}

.dream-filter .irs-line {
  height: 5px;
  top: 28px;
}

.dream-filter .irs-handle {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #e05048;
  top: 23px;
  border-color: #e05048;
}
.dream-filter .checkbox label,
.dream-filter .radio label {
  padding-left: 25px;
}
span.input-flag {
  border: 1px solid #e5e5e5 !important;
  width: 18px !important;
  height: 18px !important;
  display: block;
  position: absolute !important;
  margin-left: -25px !important;
  margin-top: 2px !important;
  border-radius: 3px !important;
}

.dream-filter .checkbox input {
  opacity: 0;
  z-index: 10;
}

.dream-filter .checkbox input:checked ~ span.input-flag {
  background: url(/image/catalog/check.svg) no-repeat center center;
  border-color: #e05048 !important;
}

.dream-filter {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 40px;
}

.dream-filter .panel-heading {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #151515;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

.dream-filter .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.dream-filter .panel-title svg path {
  fill: #8c9497;
  width: 14px;
}

.dream-filter .panel-title svg {
  width: 10px;
}
.dream-filter .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}

.dream-filter.filter-vertical .rdf-group {
  padding: 10px 0;
}

/**/

.thumbimg {
  display: flex;
  flex-wrap: wrap;
}

.thumbimg-item {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #efefefd9;
  text-align: center;
}
.product-page_img .xd_stickers_wrapper {
  top: 20px !important;
  left: 20px !important;
}

.product-page_img {
  width: 68%;
  position: relative;
}

.product-page_right {
  width: 32%;
}

.product-page_top {
  display: flex;
  flex-wrap: wrap;
}

.product-page_title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  /* or 125% */
  color: #151515;
  max-width: 290px;
}
span.product-page_price_old {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: #999999;
  margin-top: 5px;
  display: block;
}

.productpage-title_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 30px;
}
.product-page_price {
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  /* identical to box height, or 91% */
  color: #151515;
  width: 100px;
  margin-bottom: 20px;
}
.form-group_head {
  font-weight: 700;
  color: #151515;
  margin-bottom: 5px;
}
label.control-label {
  font-weight: 700;
  color: #151515;
  margin-bottom: 5px;
}

#product div[id^="input-option"] {
  display: flex;
  flex-wrap: wrap;
}

div[id^="input-option"] .radio {
  margin: 0;
  position: relative;
  margin-right: 16px;
  margin-bottom: 20px;
}

div[id^="input-option"] .radio label {
  padding: 0;
}

div[id^="input-option"] .radio input[type="radio"] {
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

.radio-name {
  display: none;
}

div[id^="input-option"] .radio-img {
  border: 5px solid #cbcbcb5c;
  display: block;
  width: 70px;
  height: 70px;
}

div[id^="input-option"] input:checked ~ .radio-img {
  border: 5px solid #e05048;
}

.radio-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 122.01%;
  color: #444444;
  margin-bottom: 15px;
}

.attr-head {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #151515;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
.attrs {
  margin-bottom: 50px;
}
.attr-item {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #888888;
  margin-bottom: 18px;
}

.attr-item > div:first-child {
  width: 145px;
  margin-right: 20px;
}

.attr-item > div:last-child {
  color: #444444;
}
.btn-red.thumb-more {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  border-radius: 5px;
  padding: 12px 55px;
  display: table;
  margin: 0 auto 70px;
}
.tab-content > .tab-pane {
  /*display: block;*/
}
.tab-content {
  max-width: 820px;
}
.tab-pane_head.active svg {
  transform: rotate(180deg);
}
.tab-pane_head {
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #bbbbbb;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: #151515;
}

.tab-pane_content {
  margin: 30px 0;
  display: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  color: #666666;
}

.tab-pane_head svg {
  position: absolute;
  right: 0;
  top: 23px;
  transition: 0.5s;
}

.tab-content_title {
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 30px;
  max-width: 820px;
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: #151515;
}
.tab-content_title_span span:first-child {
  display: block;
}

.tab-content_title_span.active span:first-child {
  display: none;
}

.tab-content_title_span.active span:last-child {
  display: block;
}
label.control-label[for="input-quantity"] {
  display: none;
}

.input-group.number-spinner {
  display: none;
}
.btn-red {
  background: #e05048;
  padding: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}

button#button-cart {
  max-width: 245px;
  width: 100%;
  margin-right: 20px;
}
.form-group_quantity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btn-black.thumb-more {
  padding: 10px 25px;
  width: 100%;
  max-width: 245px;
  margin-right: auto;
  margin-left: auto;
  display: table;
  margin-bottom: 40px;
}

.productpage-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  /* or 130% */
  color: #444444;
  margin-bottom: 60px;
  max-width: 825px;
}

.tab-content_title_span {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  /* identical to box height, or 130% */
  text-decoration-line: underline;
  color: #e05048;
}

.tab-content_title_span span {
  display: none;
  cursor: pointer;
}

.title-border {
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
  /* identical to box height, or 250% */
  color: #151515;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 50px;
}
.attrs-id-8 {
  display: none;
}

/**/

.accio-item {
  width: calc(33.33% - 30px);
  margin-bottom: 30px;
  position: relative;
}

.accio-img img {
  width: 100%;
}
.accio-img img {
  width: 100%;
}
.accio-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  z-index: 2;
}
.accio-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    #000000 0%,
    rgba(0, 0, 0, 0.934215) 31.43%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.6;
  transform: rotate(-180deg);
}

.accio-name {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
  color: #fff;
}
.accio-name:hover {
  color: #fff;
  text-decoration: underline;
}
.accio-text {
  color: #d3d3d3;
  margin-bottom: 20px;
}

.accio-stickers {
  position: absolute;
  right: 25px;
  top: 25px;
  display: flex;
  flex-direction: column;
}

.accio-sticker {
  background: #ff0000;
  border-radius: 10px;
  padding: 1px 20px 0 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}
.categoryWall-item.categoryWall-item-320 {
  display: none;
}
.categoryWall-item {
  width: 20%;
  border: 1px solid #dcdcdc;
  padding: 25px;
}

a.categoryWall-image {
  margin-bottom: 15px;
}

.categoryWall-item a {
  display: block;
}

a.categoryWall-name {
  font-weight: 700;

  /* identical to box height, or 112% */
  color: #151515;
  margin-bottom: 15px;
}

a.categoryWall-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* or 129% */
  color: #151515;
  margin-bottom: 10px;
}
a.categoryWall-all_link {
  color: #e05048;
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

/**/

.list-group.list-group_account > a {
  background: #962d42;
  color: #fff;
  padding: 15px;
}
ul.list-unstyled.account-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.account-list li:hover {
  background: #e05048;
}
.account-list li:hover a {
  color: #fff;
}
ul.list-unstyled.account-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
ul.list-unstyled.account-list li {
  padding: 15px;
  border: 1px solid #2c2c2c;
  width: 210px;
  min-height: 126px;
  margin-right: 1rem;
  text-align: center;
  margin-bottom: 20px;
}
.account-img {
  margin-bottom: 12px;
}
.well {
  width: calc(50% - 30px);
}

/**/

.footer-address {
  /* margin-bottom: 10px; */
}
a.footer-phone svg {
  margin-right: 6px;
  margin-bottom: -3px;
}
.footer-all_link {
  text-decoration: underline;
}

a.footer-phone {
  /* font-size: 17px; */
  /* color: #fff; */
  /* font-weight: bold; */
  /* display: block; */
  /* margin-bottom:25px; */
}

footer#footer {
  background: #151515;
  margin: 0;
  padding: 0;
  color: #fff;
  border: none;
}

.footer-top {
    display: grid;
    grid-template-columns: 0.8fr 2.3fr 0.8fr 1fr 0.8fr;
    gap: 2rem;
    padding: 40px 0;
    text-align: left;
}

.footer-item.footer-item1 {
  /* max-width: 300px; */
}
.footer-head {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-menu {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #cfcfcf;
}

.footer-menu.footer-menu_cat {
  column-count: 3;
}

.footer-item.footer-item2 {
  max-width: 450px;
}

.footer-menu a {
  display: block;
  /* margin-bottom: 10px; */
}

a.social-link {
  display: block;
  width: 30px;
  height: 30px;
}

.footer-social {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
.footer-item {
  margin-bottom: 20px;
  text-align: left;
}
.footer-img {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
.footer-address > * {
  color: #ccc;
}

.footer-bottom {
  border-top: 1px solid #3e3e3e;
  padding: 20px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

.xd_stickers {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  border-radius: 4px;
  padding: 2px 8px;
  margin-right: 10px;
}

.xd_stickers_wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}

.bloggallery-images a {
  width: calc(25% - 30px);
  margin-bottom: 30px;
  display: block;
}

.bloggallery-images a img {
  width: 100%;
  height: 300px;
}

.about-img {
  position: relative;
}

.contact.about-contact {
  position: relative;
  top: unset;
  left: unset;
  transform: none;
  border: none;
  padding: 0;
}
.about-item.about-item_contact {
  border-right: 1px solid #cfcfcf;
  padding-right: 30px;
  margin-right: 30px;
  max-width: 545px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-text {
  font-size: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.footer-bottom {
  text-align: center;
  justify-content: center;
}

ul.pagination {
  margin-bottom: 50px;
}
.infopage-text td {
  border: 1px solid #c1c1c1;
  padding: 10px;
  font-size: 14px;
}

.infopage-text table {
  margin-bottom: 30px;
  max-width: 100% !important;
}

.footer-img img {
  margin-right: 5%;
  margin-bottom: 5%;
  border-radius: 5px;
  width: 50px;
}
.slider-link2 {
  opacity: 0.8;
}

.slider-link2:hover {
  opacity: 1;
}
.nav-tabs > li > a {
  color: #fff;
  background: #151515;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: #e05048;
  color: #fff;
}
button#button-frage {
  max-width: 245px;
  width: 100%;
  margin-right: 20px;
  background: #000;
  margin-top: 10px;
}

.contact-mob {
  display: none;
}

element.style {
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#carousel0 .owl-wrapper-outer {
  border: 0;
  box-shadow: none;
}
.information-information-16 .nav-tabs li {
  width: 20%;
  box-sizing: border-box;
}
.information-information-16 .nav-tabs li img {
  width: 100%;
  height: auto;
}
.information-information-16 .tab-content {
  max-width: none;
}

.navigation-section {
  padding: 2.5rem 0;
}
.navigation-block-picture > a > img {
  width: 175px;
}
.title {
 color: #000000;
 font-size: 24px;
 font-weight: bold;
 margin: 3.5rem 0;
}

.section-title {
 color: #000000;
 font-size: 18px;
 font-weight: bold;
 margin-top: 20px;
 margin-bottom: 10px;
 margin-left: 20px;
}

.paragraph {
 margin: 10px 0;
}

.paragraph-list {
 margin: 10px 0 10px 20px;
}

.paragraph-list-item {
 margin-bottom: 5px;
}

.paragraph-contact-info {
 font-weight: bold;
}

@media (max-width: 480px) {
  .contact-mob {
    display: block;
  }
  #carousel0.owl-carousel .owl-item {
    width: 150px !important;
  }
  #carousel0 .owl-controls {
    display: none !important;
  }
}
@media screen and (max-width: 412px) {
  .navigation-section {
      padding: 3.5rem 0;
      margin-top: -4rem;
  }
  .paragraph-list {
      margin: 10px 0 10px -4px;
  }
 }