@font-face {
  font-family: "fc_iconic_non-commerciallight";
  src: url("../fonts/fciconicnon-commercial-light-webfont.woff2")
      format("woff2"),
    url("../fonts/fciconicnon-commercial-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.body{
  height: 100%
}

.footer-font-color {
  color: white;
  font-size: 12px;
  font-family: "fc_iconic_non-commerciallight";
}

.catalog-header {
  color: white;
}

div.catalog-header {
  padding: 7px;
}


.catalog-header-row{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.catalog-header-btn{
  border: 0px;
  background-color: #e2106d;
  color: white;
}

.catalog-font {
  color: black;
  font-size: 12px;
  font-family: "fc_iconic_non-commerciallight";
  text-align: center;
  align-items: center;
}

.flex-container {
  display: flex;
  background-color: DodgerBlue;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-container > div {
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  font-size: 30px;
}

.catalog-section {
  background-color: #ff0071;
  margin-top: 1px;
  display: flex;
  /* flex-flow: row wrap; */
  justify-content: center;
  flex-direction: column;

}

.catalog-section-sub {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 10px;
}

.catalog-section-card {
  margin: 10px;
  display: flex;
  padding-top: 6px;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.catalog-img{
  width: 150px;
  height: auto;
}

.section-header {
  color: black;
  font-size: 16px;
  font-family: "fc_iconic_non-commerciallight";
  margin: 0;
  margin-left: 20px;
  padding-top: 10px;
}

.all-product-section {
  background-color: #fbe2ed;
  margin-top: 1px;
}

.seperator-line {
  background-color: #ff0071;
  color: #ff0071;
  height: 2px;
}

.all-product-list {
  margin-top: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.product-card {
  width: 190px;
  height: 282px;
  margin: 7px;
  padding-bottom: 15px;
}

.product-card-title-hieght{
  height: 36px;
}

.product-card-title {
  text-align: left;
  color: black;
  font-size: 12px;
  font-family: "fc_iconic_non-commerciallight";
  margin: 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* height: 36px; */
}

.product-card-price-after-discount {
  text-align: left;
  /* color: rgb(201, 125, 12); */
  color: #ff0071;
  font-size: 14px;
  font-family: "fc_iconic_non-commerciallight";
  margin: 0 10px;
}

.product-card-price-total {
  text-align: left;
  color: rgb(146, 146, 146);
  font-size: 10px;
  font-family: "fc_iconic_non-commerciallight";
  margin: 0 10px;
}

.load-more {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.load-more-button {
  text-align: center;
  align-items: center;
  width: 200px;
  height: 30px;
  border: 2px solid #e2106d;
   background-color: transparent;
   text-align: center;
    color: #e2106d;
    font-size: 12px;
    font-family: "fc_iconic_non-commerciallight";
    /* padding: 10px; */
}

.load-more-text {
  text-align: center;
  color: #e2106d;
  font-size: 12px;
  font-family: "fc_iconic_non-commerciallight";
  padding: 10px;
}

.home-not-found-product{
  text-align: center;
  color: #e2106d;
  font-size: 12px;
  font-family: "fc_iconic_non-commerciallight";
}

.image-logo{
  width: 200px;
}

.home-search{
  /* color: #e2106d; */
  font-size: 16px;
  /* padding: 0px 10px; */
  font-family: "fc_iconic_non-commerciallight";
  /* border: 4px solid blue !important; */
  background-color: transparent;
  overflow: hidden;
}

.search-section{
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: nowrap;
  
}

.results-wrapper {
  margin: 1rem 1rem 1rem 0;
  padding: 0.5rem;
  border: 1px solid #e2106d;
}

.result-span {
  text-align: left;
  /* border-bottom: 10px solid rgba(255, 0, 0, 0.1); */
  display: block;
  padding: 0rem 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  /* color: #e2106d; */
}

/* .search .wrapper:first-child svg {
  border: 4px solid blue !important;
} */

/* .search .wrapper:first-child input {
  border: 4px solid red !important;
} */

.search .wrapper:first-child {
  /* border: 4px solid orange; */
  overflow: hidden;
  /* border-bottom: 5px solid #e2106d; */
}

.nav-menu-collap{
  display: flex;
  flex-direction: row;
}

.catalog-section-sub .react-multi-carousel-item{
  /* background-color: aqua; */
  width: 180px !important; 
}

.catalog-section-sub .react-multi-carousel-list{
  justify-content: center;
}

.catalog-section-sub .react-multiple-carousel__arrow--right {
  right: calc(1px) !important;; 
}


.catalog-section-sub .react-multiple-carousel__arrow--left {
  left: calc(1px) !important;; 
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1800px) {


  .catalog-section-sub .react-multi-carousel-list{
    justify-content: start;
  }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) {
  div.catalog-header {
    display: none;
  }
  .nav-menu-collap{
    display: flex;
    flex-direction: row;
  }

  .catalog-section-sub .react-multi-carousel-item{
    /* background-color: aqua; */
    width: 120px !important; 
  }
  
  .catalog-section-sub .react-multi-carousel-list{
    justify-content: center;
  }
  
  .catalog-section-sub .react-multiple-carousel__arrow--right {
    right: calc(1px) !important;; 
  }

  .catalog-section-sub .react-multiple-carousel__arrow--left {
    left: calc(1px) !important;; 
  }

    
  .catalog-img{
    width: 100px;
    height: auto;
  }

  .catalog-font {
    color: black;
    font-size: 11px;
    font-family: "fc_iconic_non-commerciallight";
    text-align: center;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .catalog-section-card {
    margin: 6px 0px;
    width: auto;
    padding: 4px 4px;
  }

  
  .catalog-section-sub {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }

}

@media screen and (max-width: 600px) {
  div.catalog-header {
    display: none;
  }

  
  .search .wrapper:first-child {
    /* border: 4px solid orange; */
    overflow: hidden;
    /* border-bottom: 2px solid #e2106d; */
  }

  .home-search{
    /* color: #e2106d; */
    font-size: 12px;
    font-family: "fc_iconic_non-commerciallight";
    border: 0px;
    background-color: transparent;
  }

  .image-logo{
    width: 130px;
  }

  .catalog-font {
    color: black;
    font-size: 8px;
    font-family: "fc_iconic_non-commerciallight";
    text-align: center;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .catalog-section-card {
    margin: 3px;
    width: auto;
  }

  .card-slider{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }

  .catalog-section-sub {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }

  .section-header {
    color: black;
    font-size: 8px;
    font-family: "fc_iconic_non-commerciallight";
    margin: 0;
    margin-left: 12px;
    padding-top: 5px;
  }

  .all-product-list {
    margin-top: 5px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    flex-wrap: wrap;
    align-content: stretch;
  }

  .product-card {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    flex-wrap: wrap;
    align-content: stretch;
    width: 93px;
    height: auto;
    margin: 1px;
    padding-bottom: 10px;
  }

  .product-card-title-hieght{
    height: 30px;
  }

  .product-card-title {
    text-align: left;
    color: black;
    font-size: 9px;
    font-family: "fc_iconic_non-commerciallight";
    margin: 0 10px;
    /* height: 36px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .product-card-price-after-discount {
    text-align: left;
    color: #ff0071;
    font-size: 10px;
    font-family: "fc_iconic_non-commerciallight";
    margin: 0 10px;
  }

  .product-card-price-total {
    text-align: left;
    color: rgb(146, 146, 146);
    font-size: 8px;
    font-family: "fc_iconic_non-commerciallight";
    margin: 0 10px;
  }

  .load-more {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  .load-more-button {
    text-align: center;
    align-items: center;
    width: 200px;
    height: 30px;
    border: 2px solid #e2106d;
    background-color: transparent;
    text-align: center;
    color: #e2106d;
    font-size: 8px;
    font-family: "fc_iconic_non-commerciallight";
    padding: 10px;
  }

  .nav-menu-collap{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .catalog-section-sub .react-multi-carousel-item{
    /* background-color: aqua; */
    width: 90px !important; 
  }
  
  .catalog-section-sub .react-multi-carousel-list{
    justify-content: space-between;
  }
  
  .catalog-section-sub .react-multiple-carousel__arrow--right {
    right: calc(1px) !important;; 
  }

  .catalog-section-sub .react-multiple-carousel__arrow--left {
    left: calc(1px) !important;; 
  }

    
  .catalog-img{
    width: 75px;
    height: auto;
  }

}

/* .scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  
  .flex {
    display: flex;
    flex-wrap: nowrap;
  }
  
  .logo {
    flex: 0 0 120px;
  }
  
  .nav-item {
    flex: 0 0 auto;
  }
  
  .example-three .logo {
    display: block;
    border: none;
  }
  
  header {
    background: #281a41;
  }
  
  .example-one-header, .example-two-header {
    border-radius: 3px;
  }
  
  .example-three-header {
    border-radius: 3px 3px 0 0;
  }
  
  .example-three nav {
    background: #727c87;
    border-radius: 0 0 3px 3px;
  }
  
  .logo {
    text-align: center;
    font-weight: 700;
    color: #727c87;
    border-right: 1px solid rgba(114, 124, 135, 0.4);
    padding: 13px 24px 12px;
  }
  
  .logo, .nav-item {
    padding: 13px 16px 12px;
  }
  .logo:not(:last-child), .nav-item:not(:last-child) {
    border-right: 1px solid rgba(114, 124, 135, 0.2);
  }
  
  * {
    box-sizing: border-box;
  }

  
  .logo, .nav-item {
    font-size: 14px;
  }
  
  .title {
    margin: 24px 0 6px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #999;
  }
  
  ::-webkit-scrollbar {
    width: 12px;
  }
  
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #76daff;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
  } */
