body {
  font-family: "Oxygen", sans-serif;
  background-color: #EDEDED;
}
.dropdown-menu.show {
    top:38px;
}
.sb-container {
  position: relative;
}

.sb-navbar {
  background: #EDEDED;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
  z-index: 99;
}

.sb-navbar li {
  font-size: 16px;
  margin-right: 23px;
}

.sb-navbar .sb-logo {
  margin-right: 84px;
}

.sb-page-header {
  width: 100%;
  background-color: #FFD400;
  font-family: "Inter", sans-serif;
  margin-bottom: 71px;
}

.sb-page-header.header-small {
  height: 207px;
  margin-bottom: 70px;
}

.sb-page-header.header-big {
  height: 320px;
}

.header-small-container {
  position: relative;
  display: block;
  height: 100%;
}

.header-small-icon {
  position: absolute;
  top: calc(207px - 229px / 2);
  left: 0;
}

.header-small-icon svg path {
  stroke: #767676;
}

.product-category-title > a:hover {
  text-decoration: none;
}

.sb-header-small-text,
.sb-header-big-text {
  padding: 0;
  margin: 0;
  width: 100%;
  color: #5A5A5A;
}

.sb-header-small-text {
  margin: 120px 0 0 0;
  font-weight: 900;
  font-size: 75px;
}

.sb-header-big-text {
  margin: 124px 0 0 0;
  font-size: 60px;
  font-weight: 800;
}

.header-big {
  position: relative;
  overflow: hidden;
}

.header-big-container {
  display: block;
  height: 100%;
}

.header-big-left-icon,
.header-big-right-icon {
  position: absolute;
  top: 0;
}

.header-big-left-icon {
  left: -185.66px;
}

.header-big-right-icon {
  right: -110.16px;
}

.left-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 47px;
  color: #000000;
}

.right-text {
  font-size: 23px;
}

.right-text p {
  margin-bottom: 36px;
}

.product-items {
  margin-top: 60px;
}

.sb-footer {
  width: 100%;
  min-height: 360px;
  background-image: url('../img/footer_bg.jpg');
  position: relative;
  color: #fff;
}

.sb-footer::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
}

.sb-footer a {
  color: #fff;
}

.sb-footer-container {
  position: relative;
  padding: 72px 0;
}

.sb-footer-icon {
  position: absolute;
  width: 175px;
  height: 125px;
  top: -88px;
  left: -170px;
}

.sb-footer-social ul,
.follow-us-social ul {
  list-style: none;
  display: flex;
  gap: 9.41px;
  padding: 0;
  margin-top: 30px;
}

.sb-footer-social ul li,
.follow-us-social ul li {
  margin: 0;
}

.sb-footer-social ul li a,
.follow-us-social ul li a {
  display: block;
  width: 73px;
  height: 52px;
  z-index: 99;
}

.sb-footer-area {
  position: relative;
}

.sb-footer-area::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 0px;
  width: 19px;
  height: 24px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOSAyNCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZDQwMDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlBhdGhfMTMiIGRhdGEtbmFtZT0iUGF0aCAxMyIgY2xhc3M9ImNscy0xIiBkPSJNLjgxLjcxbDkuNzQsMTFMLjM5LDIzLjE4aDcuNTNsMTAuMTYtMTEuNDdMOC4zNC43MUguODFaIi8+Cjwvc3ZnPg==');
}

.sb-footer-area ul {
  padding: 0;
}

.sb-footer-area ul li {
  margin: 0;
  list-style: none;
}

.sb-follow-us-section {
  background: #242424;
  border: 5px solid #FFD400;
  border-radius: 55px;
  color: #fff;
  padding: 33px 100px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.follow-us-left-text {
  width: 100px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
}

.follow-us-right {
  margin-left: 70px;
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 33px;
  margin-top: 24px;
}

.catalog-items {
  margin-top: 52px;
  margin-bottom: 100px;
}

.catalog-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  min-height: 337px;
  position: relative;
}

.catalog-title {
  display: block;
  width: 310px;
}

.catalog-info-bottom {
  display: block;
  width: 310px;
  position: absolute;
  bottom: 0;
}

.catalog-item {
  margin-bottom: 90px;
}

.sb-button {
  color: #000;
  display: block;
  background: #FFD400;
  text-align: center;
  border: 2px solid #FFD400;
  box-shadow: 0px 3px 7.5px rgba(0, 0, 0, 0.360784);
  text-decoration: none;
  backdrop-filter: blur(25px);
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
}

.sb-button:hover {
  color: #000;
  text-decoration: none;
  opacity: .7;
}

.top-text .right-text {
  width: 890px;
  font-weight: bold;
  padding-right: 54px;
  font-size: 21px;
  line-height: 1.3;
  max-width: 780px;
}

.news-items,
.product-category-items {
  width: 1400px;
  margin: 40px 0;
}

.product-category-items {
  display: flex;
  flex-wrap: wrap;
}

.news-item:hover .news-date::after {
  background-image: url(../img/title-arrow-black.png);
}

.news-item:hover a {
  text-decoration: none;
  color: #404040;
}

.sb-item {
  padding-right: 50px;
  margin: 30px 0;
}

.news-date {
  border-top: 1px solid #646464;
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #646464;
  padding-top: 10px;
  position: relative;
}

.news-date::after {
  content: '';
  position: absolute;
  right: 0;
  top: 58.91px;
  width: 64.57px;
  height: 46.36px;
  background-image: url('../img/title-arrow.png');
}

.sb-title > a {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  color: #000000;
  padding-right: 240px;
  display: block;
  margin: 20px 0 24px 0;
}

.product-category-item {
  margin-top: 50px;
  padding-right: 50px;
}

.product-category-item a {
  color: #404040;
}

.product-category-title {
  position: relative;
}

.product-category-title > a {
  border-top: 1px solid #646464;
  padding-top: 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-decoration: none;
}

.product-category-item:hover a {
  color: #FFD400;
}

.product-category-item:hover .product-category-title::after {
  background-image: url('../img/svg/title-arrow.svg');
}

.product-category-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25px;
  width: 64.57px;
  height: 46.36px;
  /*fill:#646464;*/
  background-image: url('../img/svg/title-arrow-black.svg');
}

.news-image > img {
  width: 633px;
  height: 331px;
}

.sb-pagination {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-bottom: 63px;
  padding-left: 270px;
}

.sb-pagination > a {
  display: block;
  min-width: 40px;
  height: 28px;
  text-align: center;
  color: #000;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

.sb-prev,
.sb-next {
  margin: 0 4px;
}

.sb-page-number {
  background-color: #FFD400;
}

.sb-pagination > a.active {
  color: #fff;
}

.product-item {
  display: block;
  position: relative;
}

.product-thumbnail {
  background-color: #fff;
  text-align: center;
}

.product-info {
  background-color: #FFD400;
  border-bottom: 12px solid #767676;
}

.product-info {
  color: #000;
  text-align: center;
}

.product-sup-title {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 40px;
}

.product-title {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}

.product-item:hover .product-thumbnail {
  height: 100%;
}

.product-item:hover .product-thumbnail img {
  width: 80%;
  height: 100%;
  object-fit: contain;
  opacity: .1;
}

.product-item:hover .product-title,
.product-item:hover .product-info {
  display: none;
}

.product-item:hover .product-overlay {
  display: flex;
  mix-blend-mode: multiply;
}

.product-overlay {
  position: absolute;
  left: 1.5rem;
  top: 0;
  width: calc(100% - 3rem);
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #FFD400;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;

  color: #000000;

  display: none;
}

.product-overlay > div {
  font-weight: 800;
}

.product-overlay svg {
  display: block;
}

.sb-home-top-image {
  width: 100%;
  height: 777px;
  display: block;
  position: relative;
}

.sb-home-top-image-item {
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: 777px;
}

.sb-home-top-image-text {
  padding-top: 456px;
  overflow: hidden;
  font-family: 'Inter';
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 130px;
  line-height: 157px;

  color: #FFFFFF;
}

.sb-home-gray-area {
  min-height: 292px;
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 33px;
  color: #FFFFFF;
  background-color: #2F2F2F;
  box-sizing: border-box;
  padding-top: 66px;
}

.home-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 11px 17px;
  padding: 33px 0;
}

.home-category {
  width: 691px;
  height: 340px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-category::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.home-category:hover::before {
  background-color: unset;
}

.home-category-title {
  position: absolute;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #FFD400;
  bottom: 26px;
  left: 46px;
  display: block;
  width: 610px;
  background-image: url('../img/svg/home-category-arrow.svg');
  background-repeat: no-repeat;
  background-position: right center;
}

.home-category:hover .home-category-title {
  filter: brightness(9)
}

.sb-home-top-image {
  overflow: hidden;
}

.sb-home-top-image-icon-area {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.sb-home-top-image-icon-container {
  position: relative;
}

.sb-home-top-image-icon svg {
  position: absolute;
  right: -410px;
  bottom: -350px;
}

.sb-home-products-area {
  min-height: 834px;
  background-color: #2F2F2F;
  background-image: url('../img/home-products-bg.png');
  background-size: cover;
  background-position: center center;
}

.sb-home-products-container {
  display: flex;
}

.home-products-title {
  top: 2126px;
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 75px;
  color: #FFFFFF;
  width: 300px;
  margin-top: 205px;
}

.home-products-description {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  color: #FFFFFF;
  width: 390px;
  margin-top: 50px;
}

.home-all-products-button {
  background-color: transparent;
  border: 2px solid #FFD400;
  box-sizing: border-box;
  height: 51px;
  line-height: 51px;
  margin-top: 44px;
  color: #fff;
}

.home-products {
  display: flex;
  gap: 30px;
  margin-top: 51px;
  margin-left: 20px;
  /*width: auto;*/
}

.home-product {
  width: 419px;
  min-height: 669px;
  background-color: #fff;
  box-sizing: border-box;
  zoom: .9;
}

.home-product-thumbnail {
  padding: 96px 41px 39px 41px;
}

.home-product-info {
  background-color: #FFD400;
  padding-bottom: 1px;
}

.home-product-sup-title,
.home-product-title {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #000000;
}

.home-product-sup-title {
  margin-top: 8px;
}

.home-product-title {
  font-size: clamp(30px, 2vw, 20px);
}

/* iPhone 5/SE */
@media only screen and (max-width: 320px) {
  .home-product-title {
    font-size: clamp(15px, 2vw, 10px); /* Küçük ekranlar için daha uygun bir font boyutu */
  }
}

/* iPhone 6/7/8 */
@media only screen and (max-width: 375px) {
  .home-product-title {
    font-size: clamp(20px, 2vw, 12px); /* Orta ekranlar için font boyutu */
  }
}

/* iPhone Plus */
@media only screen and (max-width: 414px) {
  .home-product-title {
    font-size: clamp(25px, 2vw, 15px); /* Daha büyük ekranlar için uygun font boyutu */
  }
}

.home-product-button {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  height: 51px;
  line-height: 51px;
  box-sizing: border-box;
  border: 2px solid #000000;
  margin: 22px 19px;
}

.single-news-container {
  margin: 56px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sb-single-news {
  margin-top: 176px;
}

.single-news-date {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #646464;
  margin-top: 18px;
}

.single-news-info {
  width: 350px;
}

.single-news-gallery {
  display: flex;
  gap: 16px;
  margin-bottom: 80px;
  /*justify-content: space-evenly;*/
  max-width: 100%;
  flex-wrap: wrap;
}

.sb-footer-container {
  padding: 40px;
}

.dropdown-item {
    font-size: 16px;
    font-weight: 300;
    min-width: 178px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: unset;
    font-weight: 500;
}

.sb-navbar ul .lang .dropdown-menu,
.sb-navbar ul .lang .dropdown-item  {
    min-width: 60px;
    width: 60px;
}

.dropdown-item:hover {
  color: #000
}

.sb-navbar .nav-item.lang {
  margin-left: auto;
}

.sb-navbar .navbar-nav {
  width: 100%;
}

.sb-home-top-image .owl-controls {
  position: absolute !important;
}

.owl-theme .owl-controls {
  display: none;
}

.sb-navbar .nav-link.active {
  border-bottom: 2px solid #FFD400;
}



.sb-search-button {
  background-color: #FFD400;
  border-radius: 0;
}

.sb-search-button:hover,
.sb-search-button:active {
  background-color: #FFD400 !important;
  opacity: .6;
}


.sb-search-page-button {
  width: 162px;
  height: 36px;
  background-color: #D8112E;
  border-radius: 0;
  color: #fff;
  margin: 0 auto;
}

.white-button {
  background-color: #fff !important;
  color: #000;
}

.white-button:hover {
  color: #000 !important;
  opacity: .7;
}

.sb-search-page-special-products {
  width: 1200px;
  margin: 57px auto;
  height: 336px;
  text-align: center;
  background-color: #D8112E;
  line-height: 60px;
  color: #fff;
  font-size: 46px;
  padding: 80px;
}

.sb-search-page-special-products strong {
  display: block;
  font-weight: 700;
}

.sb-search-page-special-products .special-products-button-content {
  margin-top: 20px;
}


.product-details-specs {
  display: flex;
  border: 1px solid #8E8E8E;
  padding: 6px;
  box-sizing: border-box;
  margin-bottom: 43px;
}

.product-details-titles {
  background-color: #000000;
  color: #fff;
  font-weight: 600;
  padding: 12px 9px 5px 9px;
  box-sizing: border-box;
  width: 206px;
  font-size: 16px;
}

.product-details-contents {
  box-sizing: border-box;
  padding: 12px 9px 5px 9px;
  width: 355px;
}

.product-details-titles > div,
.product-details-contents > div {
  line-height: 1.3;
  position: relative;
  height: 22px;
}

.product-details-contents > div {
  padding-top: 3px;
}

.product-details-titles > div::after {
  /*content: ':';*/
  position: absolute;
  right: 0;
  top: 0;
}

.product-details-offer-button {
  width: 100%;
  margin: 18px 0;
}

.product-details-tabs .tab-content pre {
  overflow: initial;
  white-space: break-spaces;
  font-family: "Oxygen", sans-serif;
  font-weight: bold;
}

.details-button {
  border: 2px solid #000;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 500px;
  width: 50%;
  position: relative;
}

.details-button:hover {
  border: 2px solid #FFD400;
  box-sizing: border-box;
}

.details-button:hover::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #FFD400;
}

.details-button-text {
  width: 200px;
  text-align: left;
}

.details-buttons {
  display: flex;
  justify-content: stretch;
  gap: 10px;
  padding: 10px 20px;
}






.offer-button {
  box-shadow: none;
}




.sb-product-details {
  background-color: #fff;
  z-index: 1 !important;
  position: relative;
}


.product-details-container {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
  margin-bottom: 40px;
}

#product-details-thumbnail-carousel .carousel-indicators button:not(:last-child) {
  margin-left: 0;
  border-right: 5px solid transparent;
}

.product-details-tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: transparent;
  /*font-weight: 500;*/
  color: #FFD400;
  border-bottom: 3px solid #FFD400;
  border-radius: 0;
  padding-bottom: 7px;
  font-weight: bold;
}

.product-details-tabs .nav-link {
  color: #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-weight: 600;
  min-width: 200px;
  text-align: left;
}

.product-details-tabs .tab-content {
  background-color: #FFFFFF;
  padding: 13px;
}

.product-details-thumbnail .carousel-indicators [data-bs-target]:last-child {
  margin-right: 0;
}

.product-details-thumbnail .carousel-indicators [data-bs-target] {
  width: 100px;
  height: 100px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

#product-details-thumbnail-carousel {
  width: 500px;
  display: flex;
  flex-direction: column-reverse;
  margin: 0 0;
}

#product-details-thumbnail-carousel .carousel-indicators {
  position: relative;
  margin: 0;
}

#product-details-thumbnail-carousel .carousel-indicators button {
  width: auto;
}

#product-details-thumbnail-carousel .carousel-inner {
  background-color: #fff;
  padding: 20px 0;
}

#product-details-thumbnail-carousel img {
  background-color: #fff;
}

#product-details-thumbnail-carousel .carousel-item > img {
  height: 350px;
  object-fit: contain;
}

.product-details-content {
  margin: 65px 40px;
}

.product-details-content .product-details-name {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}

.product-details-content .product-details-category {
  font-size: 20px;
  margin: 10px 0;
  font-weight: bold;
  color: #FFD400;
}

.product-details-colors {
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
  gap: 36px 10px;
}

.product-details-colors button {
  border: none;
  width: 70px;
  height: 42px;
  margin-right: 10px;
  transform-origin: center;
  transition: ease-in-out transform 100ms, ease-in-out box-shadow 100ms;
  position: relative;
}

.product-details-colors button span {
  position: absolute;
  top: 50px;
  font-size: 14px;
  display: block;
  text-align: center;
  width: 100%;
  left: 0;
}

.product-details-colors button::after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.product-details-colors button:hover::after,
button.active-color::after {
  border-bottom: 3px solid #FFD400;
  bottom: -7px;
}








.sb-search-page-contact-container {
  width: 1320px;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 1.3;
}

.contact-list-icon {
  background-color: #FFD400;
  text-align: center;
  width: 30px;
  height: 25px;
  display: inline-block;
  margin-right: 14px;
}

.contact-list h4 {
  font-weight: 400;
  text-indent: 48px;
  margin-bottom: 8px;

  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #646464;
}

.contact-list {
  font-size: 16px;
}

.contact-list ul li {
  font-weight: 500;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;

  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.contact-map {
  background-color: #fff;
}

.contact-content {
  display: flex;
  margin-top: 50px;
  min-height: 736px;
  align-items: flex-end;
  justify-content: space-between;
  width: 1400px;
  margin-bottom: 306px;
}

.contact-form {
  padding: 20px 57px 0 57px;
  background-color: #fff;
  width: 684px;
}

.contact-form h3 {
  font-weight: 700;
  font-size: 25px;
  margin: 40px 10px;
}

.contact-form input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  padding: 0;
  margin-bottom: 30px;
  background-color: #fff;
  margin-left: 10px;

  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 43px;

  color: #ACACAC;
}

.contact-form button {
  margin: 70px 10px 49px 10px;
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  width: 100%;
  height: 45px;
  box-shadow: none;
}

.contact-form input:focus {
  border-bottom: 1px solid #2B2B2B;

}

.contact-map {
  padding-top: 47px;
  width: 684px;
}

.contact-map .map {
  padding: 26px 22px 24px 22px;
}




.sb-product-details-container {
  max-width: 1400px;
  margin-bottom: 199px;
}


.sb-search-title {
  margin: 130px 0 0 0;
  font-size: 80px;
}


.sb-search-header {
  margin-bottom: 210px !important;
}






















.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: #000;
}




.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  background-color: #FFD400;
  border-radius: 0;
  color: #000;
}

.irs--sharp .irs-handle>i:first-child {
  display: none;
}

.irs--sharp .irs-handle {
  width: 40px;
  height: 22px;
  background-color: #FFD400;
}

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  border-top-color: #FFD400;
}

.irs--sharp .irs-line {
  border-radius: 0;
  height: 8px;
  background-color: #000;
}

.irs--sharp .irs-bar {
  height: 8px;
  background-color: #000;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  background-color: #FFD400;
}

.irs--sharp .irs-grid-pol {
  background-color: #000;
  top: 6px;
}

.irs--sharp .irs-grid-text {
  top: 21px;
}

.search-input {
  background-color: #fff;
  min-height: 175px;
  margin-bottom: 10px;
  padding: 0 46px;
}

.search-input > h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin: 10px 0 20px 0;
  padding-top: 12px;
  line-height: 1.6;
  border-bottom: 1px solid #000;
}

.sb-search-page-search {
  margin-bottom: 50px;
}

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

.search-bottom {
  height: 41px;
  padding-top: 20px
}

.sb-search-page-sub-page-upper {
  padding-bottom: 44px;
}

.sb-search-categories {
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
}

.search-categories-page {
  background-color: #F2F2F2;
}

.search-categories-page > h4,
.sb-search-page-search-results > h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 36px 0 6px 0;
}

.sb-search-page-search-results .sb-search-page-products {
  margin: 30px auto 70px auto;
}

.sb-search-page-search-results .sb-search-page-special-products {
  font-size: 35px;
  margin-top: 18px;
  margin-bottom: 80px;
  height: 290px;
  padding: 50px;
}

.sb-search-page-search-results .sb-search-page-special-products strong {
  display: inline;
}

.sb-search-categories .sb-search-page-category {
  display: flex;
  width: 377px;
  flex-direction: column;
  cursor: pointer;
  padding: 24px 25px;
}

.sb-search-categories .category-image img {
  width: 326px;
  height: 272px;
}

.sb-search-categories .category-info {
  margin: 0;
}

.sb-search-categories .category-title {
  font-size: 35px;
  margin-top: 10px;
}























@media (min-width: 992px) {
  .navbar .nav-item:hover .dropdown-menu {
      display: block;
  }
}

@media only screen and (max-width: 1700px) {
  .container {
    max-width: unset;
    min-width: unset;
  }

  .home-products {
    overflow-y: hidden;
    overflow-y: auto;
  }

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

@media only screen and (max-width: 1400px) {
  .news-items, .product-category-items {
    width: 100%;
  }

  .sb-search-categories {
    width: 100%;
  }

  .sb-title > a {
    padding-right: 60px;
  }

  .sb-search-page-special-products {
    width: 100%;
    height: auto;
  }

  #product-details-thumbnail-carousel .carousel-indicators {
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
  }

  #product-details-thumbnail-carousel .carousel-inner {
    width: 90%;
  }

  #product-details-thumbnail-carousel {
    width: 100%;
  }

  .product-details-container {
    flex-direction: column;
  }

  .product-category-items {
    justify-content: center;
  }

  .top-text .right-text {
    width: 100%;
    max-width: unset;
  }

  .sb-pagination {
    padding-left: 0;
    flex-wrap: wrap;
  }

  .catalog-image img {
    width: 100%;
  }

  .home-products {
    width: 100%;;
  }

  .contact-content {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
    margin-top: 200px;
  }

  .contact-content > div {
    width: 100%;
  }

  .map iframe {
    width: 100%;
  }

  .sb-search-page-search-results .sb-search-page-special-products {
    height: unset;
  }
}

@media only screen and (max-width: 1200px) {
  .catalog-info {
    min-height: unset;
  }

  .sb-home-gray-area {
    padding: 30px;
    box-sizing: border-box;
  }

  .sb-home-products-container {
    display: flex;
    flex-direction: column;
  }

  .home-products {
    margin-left: 0;
    zoom: .5;
  }

  .home-products-title {
    margin-top: 40px;
  }
}

.single-news-featured-image > img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .sb-page-header.header-big {
    height: 174px;
  }

  .single-news-gallery {
    margin-bottom: 50px;
  }

  .single-news-container {
    grid-template-columns: 1fr;
  }

  .single-news-featured-image > img {
    width: 100%;
    height: auto;
  }

  .header-big-left-icon {
    transform: scale(.4, .55) translate(-60px, 0);
    transform-origin: top;
  }

  .header-big-right-icon {
    transform: scale(.4, .55) translate(230px, 0);
    transform-origin: top;
    right: -110.16px;
  }

  .sb-header-big-text {
    font-size: 40px;
    margin: 0 auto;
    font-weight: 800;
    text-align: center;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 173px;
  }

  .sb-header-small-text {
    font-size: 40px;
    display: block;
    font-weight: 900;
    text-align: left;
    width: 100%;
    height: 173px;
    margin: 168px 0 0 0;
    padding-left: 143px;
  }

  .header-small-icon {
    transform: scale(.4) translate(-200px, 0);
  }

  .follow-us-left-text {
    width: 100%;
  }

  .sb-home-top-image-text {
    font-size: 60px;
  }

  .home-categories {
    zoom: .5;
  }

  .follow-us-right {
    margin: 0;
  }

  .sb-follow-us-section {
    padding: 40px;
  }

  .follow-us-social  {
    zoom: .5;
    display: flex;
    flex-wrap: wrap;
  }

  .single-news-gallery {
    flex-wrap: wrap;
    justify-content: center;
  }

  .news-image > img {
    width: 100%;
    height: unset;
  }

  .sb-navbar .nav-item.lang {
      margin-left: unset;
  }
}

@media only screen and (max-width: 620px) {
  .home-products-title {
    zoom: .5;
  }

  .home-products-description {
    width: 100%;
  }

  .sb-footer-social {
    zoom: .6;
  }

  .single-news-gallery-image img {
    width: 100%;
  }

  .single-news-info {
    width: 100%;
  }

  .product-category-image img {
    width: 100%;
  }



  .product-category-item {
    padding-right: 0;
  }
}

@media only screen and (max-width: 390px) {
  .sb-header-small-text {
    font-size: 20px;
  }

  .header-small-icon {
    transform: scale(.2) translate(-600px, 0);
  }

  .sb-header-small-text {
    padding-left: 70px;
    padding-top: 20px;
  }
}


.sb-home-top-image-icon {
    display: none;
}

.product-thumbnail > img {
    object-fit: contain;
    max-height: 277px;
    max-width:380px;
}

.sb-home-top-image+.sb-home-gray-area {

}


.sb-home-top-image+.sb-home-gray-area .gray-area-text {
    position: relative;
    padding-right: 220px;
}



.sb-home-top-image+.sb-home-gray-area .gray-area-text::before {
    content: '';
    position: absolute;
    right: -260px;
    top: -250px;
    width: 525px;
    height: 377px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTI1IiBoZWlnaHQ9IjM3NyIgdmlld0JveD0iMCAwIDUyNSAzNzciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIzNS4xMjIgMC4zOTc0NjFMMzk4LjQzIDE4NC43ODFMMjI4LjE4MiAzNzcuMDAxSDM1NC40ODZMNTI0Ljc0NCAxODQuNzgxTDM2MS40MjcgMC4zOTc0NjFIMjM1LjEyMloiIGZpbGw9IiNGRkQ0MDAiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNy4yMDY1IDAuMzk3NDYxTDE3MC41MTQgMTg0Ljc4MUwwLjI1NTczNyAzNzcuMDAxSDEyNi41NkwyOTYuNzk4IDE4NC43ODFMMTMzLjUwMSAwLjM5NzQ2MUg3LjIwNjVaIiBmaWxsPSIjRkZENDAwIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L3N2Zz4=");
}

.sb-home-top-image-icon {
    display: none;
}



.sb-home-top-image+.sb-home-gray-area .gray-area-text {
    position: relative;
    padding-right: 220px;
}



.sb-home-top-image+.sb-home-gray-area .gray-area-text::before {
    content: '';
    position: absolute;
    right: -260px;
    top: -250px;
    width: 525px;
    height: 377px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTI1IiBoZWlnaHQ9IjM3NyIgdmlld0JveD0iMCAwIDUyNSAzNzciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIzNS4xMjIgMC4zOTc0NjFMMzk4LjQzIDE4NC43ODFMMjI4LjE4MiAzNzcuMDAxSDM1NC40ODZMNTI0Ljc0NCAxODQuNzgxTDM2MS40MjcgMC4zOTc0NjFIMjM1LjEyMloiIGZpbGw9IiNGRkQ0MDAiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNy4yMDY1IDAuMzk3NDYxTDE3MC41MTQgMTg0Ljc4MUwwLjI1NTczNyAzNzcuMDAxSDEyNi41NkwyOTYuNzk4IDE4NC43ODFMMTMzLjUwMSAwLjM5NzQ2MUg3LjIwNjVaIiBmaWxsPSIjRkZENDAwIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L3N2Zz4=");
}





@media only screen and (max-width: 1857px) {
    .sb-home-top-image+.sb-home-gray-area .gray-area-text {
        padding-right: 300px;
    }

    .sb-home-top-image+.sb-home-gray-area .gray-area-text::before {
        content: '';
        position: absolute;
        right: -120px;
        top: -253px;
        width: 525px;
        height: 377px;
        transform: scale(.5, .5);
    }

}



@media only screen and (max-width: 1200px) {
    .sb-home-top-image+.sb-home-gray-area .gray-area-text {
        padding-right: 0;
    }

    .sb-home-top-image+.sb-home-gray-area .gray-area-text::before {
        display: none;
    }

}

.product-thumbnail {
    height: 300px;
}


.product-items>a {
    text-decoration: none;
}


.home-product-thumbnail img {
    height: 350px !important;
    width: 333px !important;
    object-fit: contain !important;

}

a.product-item {
    text-decoration: none;
    height: 418px;
}

.product-thumbnail img {
    height: 230px;
    max-width: 85%;
    object-fit: contain;
}

.home-product-thumbnail img {
    height: 350px;
    width: 333px;
    object-fit: contain;
}

a.product-item {
    text-decoration: none;
    height: 418px;
}

.product-thumbnail img {
    height: 230px;
    max-width: 85%;
    object-fit: contain;
}

@media (min-width: 700px) {
    .product-category-item.product-category-item {
        padding-right: 0 !important;
    }
}

.carousel-indicators button img {
    object-fit: cover;
    max-height: 100%;
    object-position:center;
}

@media (max-width: 700px) {
    .product-category-image img {
    	width: 100% !important;
    }
}

@media (max-width: 700px) {
    .product-category-image img {
    	width: 100% !important;
    }

    .sb-page-header.header-small {
	    height: 137px;
	}

	    .sb-header-small-text {
        height: 103px;
        margin: 98px 0 0 0;
    }

    .header-small-icon {
    top: calc(207px - 229px / 2 - 70px);
}

.product-details-specs, .product-details-titles {
        font-size:0.5rem;
    }
}

@media (max-width: 700px) {
    #product-details-thumbnail-carousel .carousel-indicators {
        flex-wrap:nowrap;}
}
