html {
  scroll-behavior: smooth;
}

@media (max-width: 480px) {
  html {
    font-size: 15px;
  }
}
body {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  font-family: Avenir Next LT Pro, sans-serif;
}
.input-container{
    display: flex;
    gap: 33px;
    flex-wrap: wrap;
    justify-content: center;
}


.citiesSearch{
    padding-left: 35px;
    font-size: 18px;
    height: 50px;
    border-radius: 50px;
    outline: none;
    border: 1px solid #FFF;
    border-right: 16px solid transparent;
    font-family: "Avenir Next LT Pro", "sans-serif";
    box-shadow: 0 0 10px lightgray;
    width: 306px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(144, 144, 144, 1);
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    z-index: 997;
    cursor: pointer;
}
.hide{
    display: none !important;
}
.filtersContainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.citiesSearch img{
    position: absolute;
    right: 10px;
    left: auto !important;
}
@keyframes fade-in-top {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.productContact{
    font-weight: 600;
    font-family: "Avenir Next LT Pro", "sans-serif";
    font-size: 18px;
    line-height: 24px;
    margin-left: 0;
}

.infoLineBreak{
    display: none;
}
.infoLineSeperator{

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



@media (max-width: 1023px) {
    .infoLineSeperator{
        display: none;
    }
    .infoLineBreak{
        display: block;
        border: 1px solid lightgray;
    }
    .productContact a{
        padding-left: 0!important;
        word-break: break-word;
    }
    .contactAndName{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 769px) {
    .productContact{
        margin-left: 15px;
    }
}
.productContact a{
    color: rgba(0, 155, 223, 1);
}
.citiesSearchDropDown{
    box-shadow: 0 0 10px lightgray;
    width: 306px;
    height: 532px;
    border: 1px solid #FFF;
    background: white;
    padding: 23px;
    position: absolute;
    top: 0;
    left: 0px;
    border-radius: 10px;
    z-index: 998;
    display: flex;
    flex-direction: column;
    animation: fade-in-top 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.citiesSearchDropDownHeader{
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    z-index: 998;
    cursor: pointer;
}
.citiesSearchDropDownHeader p{
    margin: 0;
    font-family: "Avenir Next LT Pro", "sans-serif";
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: rgba(37, 43, 66, 1);
}
.citiesSearchDropDownHeader img{
   position: relative;
    transform: rotate(180deg);
}
.citiesOptionContainer{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
}

.citiesOptionContainer input{
    height: 18px;
    width: 18px;
    accent-color: #009BDF;
}
.citiesOptionContainer label{
    margin: 0;
    font-family: "Avenir Next LT Pro", "sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(37, 43, 66, 1);
}
.noCitiesMsg{
    text-align: center;
    font-family: "Avenir Next LT Pro", "sans-serif";
    padding-right: 15px;
}
.citiesDropDownSearhInput{
    padding-left: 35px;
    font-size: 18px !important;
    height: 45px !important;
    border-radius: 50px !important;
    outline: none;
    border: 1px solid #FFF;
    box-shadow: 0 0 10px lightgray;
    width: 260px;
    font-weight: 400 !important;
    line-height: 22px !important;
    font-family: "Avenir Next LT Pro", "sans-serif" !important;
    color: rgba(144, 144, 144, 1);
}
.citiesDropDownSearchLabel img{
    top: 15px;
    left: 15px !important;
    right: auto;
    height: 16px;
    width: 16px;
    position: absolute;
}
.citiesDropDownSearchLabel{
    position: relative;
}
.citiesList{
    height: 400px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 31px;
    padding-left: 10px;
    margin-right: -10px;
}
.citiesList::-webkit-scrollbar {
    width: 7px;
}
.citiesList::-webkit-scrollbar-track {
    background: white;
}
.citiesList::-webkit-scrollbar-thumb {
    background: rgba(239, 239, 239, 1);
    width: 7px;
    height: 130px;
    border-radius: 30px;
}
.citiesSaveBtn{
    width: 260px;
    height: 45px;
    border-radius: 40px;
    background-color: #009BDF;
    font-family: "Avenir Next LT Pro", "sans-serif";
    color: white;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    cursor: pointer;
}

.searchInput{
    padding-left: 35px;
    font-size: 18px !important;
    height: 50px !important;
    border-radius: 50px !important;
    outline: none;
    border: 1px solid #FFF;
    box-shadow: 0 0 10px lightgray;
    width: 305px;
    font-weight: 400 !important;
    line-height: 22px !important;
    font-family: "Avenir Next LT Pro", "sans-serif" !important;
    color: rgba(144, 144, 144, 1);
}
.registerBtn {
  background-color: #009BDF;
  height: 50px;
  text-align: center;
  border-radius: 40px;
  width: 210px;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 3rem;
  text-decoration: none;
  cursor: pointer;
}

.registerBtn:hover {
  text-decoration: none;
  color: white;
}

.registerBtnMobile {
  background-color: #009BDF;
  height: 50px;
  text-align: center;
  border-radius: 40px;
  width: 210px;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  margin-top: 3rem;
}

.banner {
  width: 100%;
  padding: 1rem;
  position: relative;
  z-index: 2;
}

.banner img {
  width: 100%;
  height: auto;
}

.text-truncate {
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*hamb scss*/
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

@media (min-width: 1023px) {
  .col {
    display: none;
  }
}
.col:first-of-type {
  margin-left: 0;
}

/* CLEARFIX */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ALL */
.row .three {
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
}

.hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #35C4FA;
  display: block;
  margin: 8px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-child(1) {
  width: 30px;
  margin-left: 35px;
}

.hamburger {
  z-index: 9999;
  float: right;
  position: absolute;
  right: 20px;
  top: 15px;
}

@media (min-width: 1023px) {
  .hamburger {
    display: none;
  }
}
.hamburger:hover {
  cursor: pointer;
}

/* ONE */
#hamburger-1.is-active .line:nth-child(3) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  width: 50px;
  margin-left: 15px;
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(2) {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  -o-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}

.background-img {
  z-index: 1;
  margin-top: 3%;
  position: absolute;
  height: 70vh;
  width: 95vw;
  opacity: 0.3;
  background-image: url("../../assets/images/CatalogBg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 768px) {
  .background-img {
    display: none;
  }
  .settings .dropdown-link-wrapper {
    position: absolute;
    visibility: hidden;
    max-height: 0;
  }
}
.hamburger-container {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: white;
}

.translation-text {
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 1023px) {
  .translation-text {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.translation-text a {
  text-decoration: none;
  color: black;
}

.translation-text a:hover {
  color: #009BDF;
  text-decoration: none;
}

.small-nav {
  box-shadow: 0 4px 2px -2px lightgray;
  padding-bottom: 10px;
}

@media (min-width: 1023px) {
  .small-nav {
    display: none;
  }
}
.small-nav .en-logo {
  margin-top: 36px !important;
}

.small-nav .logo {
  margin-left: 50px;
  width: 170px;
  height: auto;
}

@media (max-width: 480px) {
  .small-nav .logo {
    margin-left: 20px;
  }
}
.small-nav ul {
  list-style: none;
  padding: 0;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: white;
  transition: 0.3s;
  display: none;
  -webkit-animation: scale-up-hor-right 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-hor-right 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.active-list {
  display: flex !important;
  right: 0% !important;
  transition: 0.3s !important;
}

@-webkit-keyframes scale-up-hor-right {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    transition: 0.3s;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
@keyframes scale-up-hor-right {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    transition: 0.3s;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
.nav {
  height: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 2px -2px lightgray;
  padding-left: 100px !important;
  padding-right: 100px !important;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: white;
  padding: 1rem;
}

@media (max-width: 1023px) {
  .nav {
    display: none !important;
  }
}
.nav img {
  z-index: 10;
  height: 80px;
  width: auto;
}

.nav div {
  z-index: 10;
  display: flex;
  align-items: center;
}

.nav div p {
  margin-right: 40px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.shop {
  max-width: 1700px;
  margin: auto;
}

.shop .shop-header {
  padding-right: 30px;
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .shop .shop-header {
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .shop .shop-header {
    padding-right: 0;
  }
}
.shop .shop-header .catalog-text {
  font-family: "Segoe Script", sans-serif;
  color: #009BDF;
  width: 400px;
}

@media (max-width: 768px) {
  .shop .shop-header .catalog-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .shop .shop-header .catalog-text {
    width: 100%;
    text-align: center;
  }
}
.shop .shop-header .en {
  width: 100%;
}

.shop .shop-header .input-container {
  position: relative;
  z-index: 998; /*nav 999*/
  /*when hovering an item:*/
  /*when navigating through the items using the arrow keys:*/
}

.shop .shop-header .input-container .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.shop .shop-header .input-container .autocomplete {
  position: relative;
  display: inline-block;
}

.shop .shop-header .input-container .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.shop .shop-header .input-container .autocomplete-items div p {
  pointer-events: none;
  font-size: 0.8rem;
  color: gray;
  margin-bottom: 0;
}

.shop .shop-header .input-container .autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.shop .shop-header .input-container .autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}


.shop .shop-header .input-container img {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  left: 10px;
}

@media (min-width: 1200px) {
  .shop .tabs-wrapper {
    max-width: 1700px !important;
  }
}
/*tabs*/
.copyright {
  font-size: 25px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  margin-top: 100px;
}

/* Tabs Start */
.ease {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.tabs {
  background: #fff;
  position: relative;
  margin-bottom: 50px;
}

.tabs > input,
.tabs > label {
  width: 50%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
}

.tabs > input {
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: 99;
}

.tabs > label {
  color: #56585B;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  overflow: hidden;
}

.tabs > label i,
.tabs > label {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tabs > input:hover + label {
  background: rgba(211, 211, 211, 0.18);
  /*background: lightgray;*/
}

.tabs > input:checked + label {
  background: #fff;
}

.tabs > input:checked + label,
.tabs > input:hover + label {
  color: black;
  font-weight: 700;
}

#tab-1, #tab-1 + label {
  display: none;
  left: 0;
}

#tab-2, #tab-2 + label {
  display: none;
  left: 50%;
}

#tab-3, #tab-3 + label {
  left: 40%;
}

#tab-4, #tab-4 + label {
  left: 60%;
}

#tab-5, #tab-5 + label {
  left: 80%;
}

.tab-content {
  width: 100%;
  min-height: 340px;
}

.tab-content section {
  width: 100%;
  display: none;
}

.tab-content section h1 {
  margin-top: 15px;
  font-size: 100px;
  font-weight: 100;
  text-align: center;
}

#tab-1:checked ~ .tab-content #tab-item-1 {
  display: flex;
  margin-top: 50px;
}

@media (max-width: 768px) {
  #tab-1:checked ~ .tab-content #tab-item-1 {
    flex-direction: column;
    margin-top: 10px;
  }
}
#tab-1:checked ~ .tab-content #tab-item-1 .sidebar-dropdown {
  background: #252B42;
  font-family: "Avenir Next LT Pro", "sans-serif";
  width: 30%;
  height: 50%;
  color: white;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 20px;
  z-index: 10; /*because of background-div*/
}

@media (max-width: 992px) {
  #tab-1:checked ~ .tab-content #tab-item-1 .sidebar-dropdown {
    width: 50%;
    padding-left: 13px;
  }
}
@media (max-width: 768px) {
  #tab-1:checked ~ .tab-content #tab-item-1 .sidebar-dropdown {
    width: 100%;
  }
}
#tab-1:checked ~ .tab-content #tab-item-1 .sidebar-dropdown h5 {
  color: #009BDF;
  text-transform: uppercase;
  margin-top: 30px;
  word-break: break-word;
}

#tab-1:checked ~ .tab-content #tab-item-1 .sidebar-dropdown .sidebar-list > :first-child h5 {
  margin-top: 10px;
}

#tab-1:checked ~ .tab-content #tab-item-1 .sidebar-dropdown .sidebar-list {
  padding: 0;
  list-style: none;
  line-height: 32px;
}

#tab-1:checked ~ .tab-content #tab-item-1 .sidebar-dropdown .sidebar-list .sub-menu {
  cursor: pointer;
}

@media (max-width: 480px) {
  #tab-1:checked ~ .tab-content #tab-item-1 .sidebar-dropdown .sidebar-list .sub-menu {
    margin-bottom: 0px;
  }
}
#tab-1:checked ~ .tab-content #tab-item-1 .sidebar-dropdown .sidebar-list .category-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#tab-1:checked ~ .tab-content #tab-item-1 .sidebar-dropdown .sidebar-list .category-div img {
  margin-right: 20px;
  margin-bottom: -25px;
}

#tab-1:checked ~ .tab-content #tab-item-1 .sidebar-dropdown .sidebar-list > :first-child img {
  margin-right: 20px;
  margin-bottom: 0px;
}

#tab-1:checked ~ .tab-content #tab-item-1 .sidebar-dropdown .sidebar-list .sub-menu .dropdown-link-wrapper {
  position: absolute;
  visibility: hidden;
  max-height: 0;
  display: flex;
  justify-content: space-between;
}

#tab-1:checked ~ .tab-content #tab-item-1 .sidebar-dropdown .sidebar-list .sub-menu .dropdown-link-wrapper img {
  margin-right: 20px;
}

#tab-1:checked ~ .tab-content #tab-item-1 .sidebar-dropdown .sidebar-list .settings a {
  text-decoration: none;
  color: white;
  font-weight: 400;
  font-size: 1.2rem;
  word-break: break-word;
}

#tab-1:checked ~ .tab-content #tab-item-1 .sidebar-dropdown .sidebar-list ul {
  list-style: none;
  line-height: 32px;
}

#tab-1:checked ~ .tab-content #tab-item-1 .not-found {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

#tab-1:checked ~ .tab-content #tab-item-1 .not-found h3 {
  margin-bottom: 50px;
}

#tab-1:checked ~ .tab-content #tab-item-1 .not-found img {
  width: 80%;
  max-width: 600px;
}

@media (max-width: 480px) {
  #tab-1:checked ~ .tab-content #tab-item-1 .not-found img {
    width: 250px;
    height: auto;
  }
}
#tab-1:checked ~ .tab-content #tab-item-1 .products {
  width: 100%;
  z-index: 10; /*also because bg-div*/
}

#tab-1:checked ~ .tab-content #tab-item-1 .products .header {
  /*display: flex;*/
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 768px) {
  #tab-1:checked ~ .tab-content #tab-item-1 .products .header {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  #tab-1:checked ~ .tab-content #tab-item-1 .products .header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #tab-1:checked ~ .tab-content #tab-item-1 .products .header h5 {
    font-size: 22px;
  }
}
#tab-1:checked ~ .tab-content #tab-item-1 .products .header h5 {
  margin-left: 15px;
  font-weight: 600;
  padding-bottom: 30px;
  word-break: break-word;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #tab-1:checked ~ .tab-content #tab-item-1 .products .header h5 {
    margin-left: 0px;
  }
    #tab-1:checked ~ .tab-content #tab-item-1 .products .social {

        margin-left: 0px !important;
    }
}
#tab-1:checked ~ .tab-content #tab-item-1 .products .social {
  display: none;
  margin-bottom: 15px;
    margin-left: 15px;
}

#tab-1:checked ~ .tab-content #tab-item-1 .products .social div {
  display: flex;
  margin-top: -4px;
}

#tab-1:checked ~ .tab-content #tab-item-1 .products .social span {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  #tab-1:checked ~ .tab-content #tab-item-1 .products .social {
    flex-direction: column;
    margin-right: 25px;
  }
  #tab-1:checked ~ .tab-content #tab-item-1 .products .social span {
    margin-left: 30px;
  }
}
#tab-1:checked ~ .tab-content #tab-item-1 .products .social a {
  margin-left: 20px;
}

@media (max-width: 480px) {
  #tab-1:checked ~ .tab-content #tab-item-1 .products .social a {
    margin-left: 25px;
  }
}
#tab-1:checked ~ .tab-content #tab-item-1 .products .social a img {
  width: 32px;
  height: 32px;
}

#tab-1:checked ~ .tab-content #tab-item-1 .products .one-product .row {
  scroll-margin-top: 200px;
}

#tab-1:checked ~ .tab-content #tab-item-1 .products .one-product {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  #tab-1:checked ~ .tab-content #tab-item-1 .products .one-product {
    max-width: 1300px;
    padding-right: 0;
  }
  #tab-1:checked ~ .tab-content #tab-item-1 .products .header {
    max-width: 1300px;
  }
}
@media (max-width: 992px) {
  #tab-1:checked ~ .tab-content #tab-item-1 .products .one-product .row {
    justify-content: center;
  }
  #tab-1:checked ~ .tab-content #tab-item-1 .products .one-product {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  #tab-1:checked ~ .tab-content #tab-item-1 .products .one-product .row {
    justify-content: center;
  }
}
#tab-1:checked ~ .tab-content #tab-item-1 .products .one-product .row .product-name {
  background: #252B42;
  color: white;
  min-height: 85px;
  height: fit-content;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tab-1:checked ~ .tab-content #tab-item-1 .products .one-product .row .product-name p {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

#tab-1:checked ~ .tab-content #tab-item-1 .products .one-product .row .one {
  margin-top: 10px;
}

@media (max-width: 768px) {
  #tab-1:checked ~ .tab-content #tab-item-1 .products .one-product .row .one {
    margin: auto;
  }
  #tab-1:checked ~ .tab-content #tab-item-1 .products .one-product {
    padding-right: 15px;
  }
}
#tab-1:checked ~ .tab-content #tab-item-1 .products .one-product .row {
  margin: auto;
}

#tab-1:checked ~ .tab-content #tab-item-1 .products .one-product .row div {
  margin-bottom: 15px;
}

#tab-1:checked ~ .tab-content #tab-item-1 .products .one-product .row .not-found img {
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  #tab-1:checked ~ .tab-content #tab-item-1 .products .one-product .row .not-found img {
    width: 90%;
  }
}
#tab-1:checked ~ .tab-content #tab-item-1 .products .one-product .row div img {
  min-height: 250px;
  min-width: 250px;
  width: 250px;
  height: 250px;
  object-fit: cover;
}

/*start of tab-2*/
#tab-2:checked ~ .tab-content #tab-item-2 {
  display: flex;
  margin-top: 50px;
}

@media (max-width: 768px) {
  #tab-2:checked ~ .tab-content #tab-item-2 {
    flex-direction: column;
    margin-top: 10px;
  }
}
#tab-2:checked ~ .tab-content #tab-item-2 .sidebar-dropdown {
  background: #252B42;
  font-family: "Avenir Next LT Pro", "sans-serif";
  width: 30%;
  height: 50%;
  color: white;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 20px;
  z-index: 10; /*because of background-div*/
}

@media (max-width: 992px) {
  #tab-2:checked ~ .tab-content #tab-item-2 .sidebar-dropdown {
    width: 50%;
    padding-left: 13px;
  }
}
@media (max-width: 768px) {
  #tab-2:checked ~ .tab-content #tab-item-2 .sidebar-dropdown {
    width: 100%;
  }
}
#tab-2:checked ~ .tab-content #tab-item-2 .sidebar-dropdown h5 {
  color: #009BDF;
  text-transform: uppercase;
  margin-top: 30px;
  word-break: break-word;
}

#tab-2:checked ~ .tab-content #tab-item-2 .sidebar-dropdown .sidebar-list > :first-child h5 {
  margin-top: 10px;
}

@media (max-width: 768px) {
  #tab-2:checked ~ .tab-content #tab-item-2 .sidebar-dropdown .sidebar-list > :first-child h5 {
    margin-top: 10px;
  }
}
#tab-2:checked ~ .tab-content #tab-item-2 .sidebar-dropdown .sidebar-list {
  padding: 0;
  list-style: none;
  line-height: 32px;
}

#tab-2:checked ~ .tab-content #tab-item-2 .sidebar-dropdown .sidebar-list .sub-menu {
  cursor: pointer;
}

#tab-2:checked ~ .tab-content #tab-item-2 .sidebar-dropdown .sidebar-list .category-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#tab-2:checked ~ .tab-content #tab-item-2 .sidebar-dropdown .sidebar-list .category-div img {
  margin-right: 20px;
  margin-bottom: -25px;
}

#tab-2:checked ~ .tab-content #tab-item-2 .sidebar-dropdown .sidebar-list > :first-child img {
  margin-right: 20px;
  margin-bottom: 0px;
}

#tab-2:checked ~ .tab-content #tab-item-2 .sidebar-dropdown .sidebar-list .sub-menu .dropdown-link-wrapper {
  position: absolute;
  visibility: hidden;
  max-height: 0;
  display: flex;
  justify-content: space-between;
}

#tab-2:checked ~ .tab-content #tab-item-2 .sidebar-dropdown .sidebar-list .sub-menu .dropdown-link-wrapper img {
  margin-right: 20px;
}

#tab-2:checked ~ .tab-content #tab-item-2 .sidebar-dropdown .sidebar-list .settings a {
  text-decoration: none;
  color: white;
  font-weight: 400;
  font-size: 1.2rem;
  word-break: break-word;
}

#tab-2:checked ~ .tab-content #tab-item-2 .sidebar-dropdown .sidebar-list ul {
  list-style: none;
  line-height: 32px;
}

#tab-2:checked ~ .tab-content #tab-item-2 .not-found {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

#tab-2:checked ~ .tab-content #tab-item-2 .not-found h3 {
  margin-bottom: 50px;
}

#tab-2:checked ~ .tab-content #tab-item-2 .not-found img {
  width: 80%;
  max-width: 600px;
}

@media (max-width: 480px) {
  #tab-2:checked ~ .tab-content #tab-item-2 .not-found img {
    width: 250px;
    height: auto;
  }
}
#tab-2:checked ~ .tab-content #tab-item-2 .services {
  width: 100%;
  z-index: 10; /*also because bg-div*/
}

#tab-2:checked ~ .tab-content #tab-item-2 .services .one-product {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  #tab-2:checked ~ .tab-content #tab-item-2 .services .one-product {
    max-width: 1300px;
    padding-right: 0;
  }
  #tab-2:checked ~ .tab-content #tab-item-2 .services .header {
    max-width: 1300px;
  }
}
#tab-2:checked ~ .tab-content #tab-item-2 .services .row {
  scroll-margin-top: 200px;
}

#tab-2:checked ~ .tab-content #tab-item-2 .services .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 768px) {
  #tab-2:checked ~ .tab-content #tab-item-2 .services .header {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  #tab-2:checked ~ .tab-content #tab-item-2 .services .header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #tab-2:checked ~ .tab-content #tab-item-2 .services .header h5 {
    font-size: 22px;
  }
}
#tab-2:checked ~ .tab-content #tab-item-2 .services .header h5 {
  margin-left: 15px;
  font-weight: 600;
  padding-bottom: 30px;
  word-break: break-word;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #tab-2:checked ~ .tab-content #tab-item-2 .services .header h5 {
    margin-left: 0px;
  }
}
#tab-2:checked ~ .tab-content #tab-item-2 .services .social {
  display: none;
  margin-bottom: 15px;
}

#tab-2:checked ~ .tab-content #tab-item-2 .services .social div {
  display: flex;
  margin-top: -4px;
}

#tab-2:checked ~ .tab-content #tab-item-2 .services .social span {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  #tab-2:checked ~ .tab-content #tab-item-2 .services .social {
    margin-right: 25px;
    flex-direction: column;
  }
  #tab-2:checked ~ .tab-content #tab-item-2 .services .social span {
    margin-left: 30px;
  }
}
#tab-2:checked ~ .tab-content #tab-item-2 .services .social a {
  margin-left: 20px;
}

@media (max-width: 480px) {
  #tab-2:checked ~ .tab-content #tab-item-2 .services .social a {
    margin-left: 25px;
  }
}
#tab-2:checked ~ .tab-content #tab-item-2 .services .social a img {
  width: 32px;
  height: 32px;
}

@media (max-width: 992px) {
  #tab-2:checked ~ .tab-content #tab-item-2 .services .one-product {
    padding-right: 0;
  }
  #tab-2:checked ~ .tab-content #tab-item-2 .services .one-product .row {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  #tab-2:checked ~ .tab-content #tab-item-2 .services .one-product .row {
    justify-content: center;
  }
}
#tab-2:checked ~ .tab-content #tab-item-2 .services .one-product .row .product-name {
  background: #252B42;
  color: white;
  min-height: 85px;
  height: fit-content;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tab-2:checked ~ .tab-content #tab-item-2 .services .one-product .row .product-name p {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

#tab-2:checked ~ .tab-content #tab-item-2 .services .one-product .row .one {
  margin-top: 10px;
}

#tab-2:checked ~ .tab-content #tab-item-2 .services .one-product .row {
  margin: auto;
}

@media (max-width: 768px) {
  #tab-2:checked ~ .tab-content #tab-item-2 .services .one-product {
    padding-right: 15px;
  }
  #tab-2:checked ~ .tab-content #tab-item-2 .services .one-product .row .one {
    margin: auto;
  }
}
#tab-2:checked ~ .tab-content #tab-item-2 .services .one-product .row div {
  margin-bottom: 15px;
}

#tab-2:checked ~ .tab-content #tab-item-2 .services .one-product .row .not-found img {
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  #tab-2:checked ~ .tab-content #tab-item-2 .services .one-product .row .not-found img {
    width: 90%;
  }
}
#tab-2:checked ~ .tab-content #tab-item-2 .services .one-product .row div img {
  min-height: 250px;
  min-width: 250px;
  width: 250px;
  height: 250px;
  object-fit: cover;
}

/*#tab-2:checked ~ .tab-content #tab-item-2 {*/
/*display: block;*/
/*}*/
/*end of tab -2*/
.effect-3 .line {
  background: #3498DB;
  width: 50%;
  height: 4px;
  position: absolute;
  top: 56px;
}

.effect-3 .line2 {
  background: lightgray;
  width: 50%;
  height: 4px;
  position: absolute;
  top: 56px;
}

#tab-1:checked ~ .line2 {
  left: 50%;
}

#tab-2:checked ~ .line {
  left: 0;
}

#tab-1:checked ~ .line {
  left: 0;
}

#tab-2:checked ~ .line {
  left: 50%;
}

/* effect-4 */
.effect-4 span i {
  font-size: 18px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
  transform: translateX(-50%);
}

.effect-4 span span {
  position: relative;
  top: 10px;
}

.effect-4 > input:checked + span i,
.effect-4 > input:hover + span i {
  top: 20%;
  opacity: 1;
}

/* effect-5 */
.effect-5 > input:checked + span i,
.effect-5 > input:hover + span i {
  font-size: 25px;
}

/*sidebar*/
.settings ul {
  position: absolute;
  visibility: hidden;
    display: none;
  max-height: 0;
}

.ulOpen {
  position: static !important;
  visibility: visible !important;
    display: block !important;
  max-height: none !important;
  transition: 1s !important;
}

.arrow-up {
  transform: rotate(180deg);
  transition: 0.5s;
}

/*FOOTER START*/
footer {
  width: 100%;
  min-height: 70vh;
  display: flex !important;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  padding-top: 7rem;
  background-image: url("../../assets/images/landingPage/Mask group.png");
  background-size: 100vw 100%;
  background-repeat: no-repeat;
}

.footerFbLink {
  cursor: pointer;
}

@media (max-width: 1300px) and (min-height: 1000px) {
  footer {
    min-height: 30vh;
  }
}
@media (max-width: 820px) {
  footer {
    background-size: cover;
  }
}
.footer-text {
  font-size: 1rem;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
  font-family: "Avenir Next LT Pro", "sans-serif";
  max-width: 40rem;
}

.footer-text p a {
  color: black;
  text-decoration: none;
}

@media (max-width: 768px) {
  .footer-text {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1025px) {
  footer span a {
    font-size: 12px;
  }
}
.footer-text-title {
  font-family: "Segoe Script", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: rgb(0, 155, 223);
  text-align: center;
}

.social-icons {
  display: flex;
  gap: 2rem;
}

@media (max-width: 480px) {
  footer {
    padding-top: 0;
    min-height: auto;
  }
  .footer-text-title {
    font-size: 2.5rem;
  }
}
/*FOOTER END*/
/*# sourceMappingURL=katalog.css.map */
/*# sourceMappingURL=katalog.css.map */

/*# sourceMappingURL=katalog.css.map */
