.checkbox input[type="checkbox"],
.checkbox input[type="radio"], .advanced-checkbox input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@font-face {
  font-family: Helvetica;
  font-style: normal;
  src: url(../fonts/Helvetica.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Helvetica;
  font-style: normal;
  src: url(../fonts/Helvetica-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Helvetica;
  font-style: normal;
  src: url(../fonts/Helvetica400.ttf);
  font-weight: 400;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: inherit;
}

.show-el {
  display: block;
}

.hide-el {
  display: none;
}

html,
body {
  overflow-x: hidden;
}

/* Do not change this class preferences and name*/
.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mw-780 {
  max-width: 780px;
}

.base-container {
  max-width: calc(100vw - 80px * 2);
  margin: 0 auto;
  width: 100%;
}

.table-responsive-lg,
.table-responsive-md,
.table-responsive-sm,
.table-responsive {
  scrollbar-color: #1dafed transparent;
  scrollbar-width: thin;
  max-width: 100vw;
}

.table-responsive-lg::-webkit-scrollbar-track,
.table-responsive-md::-webkit-scrollbar-track,
.table-responsive-sm::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 30px;
}

.table-responsive-lg::-webkit-scrollbar-thumb,
.table-responsive-md::-webkit-scrollbar-thumb,
.table-responsive-sm::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #1dafed;
  border-radius: 30px;
  height: 5px;
}

.table-responsive-lg::-webkit-scrollbar,
.table-responsive-md::-webkit-scrollbar,
.table-responsive-sm::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
  height: 5px;
  background-color: #e2e2e2;
}

/* Do not change this class preferences and name*/
html,
body {
  font-family: Helvetica, sans-serif;
}

input:focus,
textarea:focus,
button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/************************************ Navbar Start ************************************/
.header {
  background: #fff;
  -webkit-box-shadow: 0px 4px 5px rgba(190, 190, 190, 0.25);
          box-shadow: 0px 4px 5px rgba(190, 190, 190, 0.25);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 4;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.header.static {
  position: relative !important;
}

.header .main-nav {
  margin-top: 2px;
  position: relative;
}

.header .main-nav.hidden {
  display: none !important;
}

.header .main-nav .nav-item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 60px;
  padding-top: 5px;
}

.header .main-nav .nav-item:hover .nav-link {
  color: #1dafed;
}

.header .main-nav .nav-item:hover .nav-dropdown {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.header .main-nav .nav-item:hover .nav-dropdown-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header .main-nav .nav-item .nav-link {
  color: #454545;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header .main-nav .nav-item .nav-dropdown {
  position: absolute;
  top: 100%;
  height: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-width: 690px;
  background-color: #fff;
  min-height: 354px;
  -webkit-box-shadow: 2px 2px 4px rgba(190, 190, 190, 0.25);
          box-shadow: 2px 2px 4px rgba(190, 190, 190, 0.25);
}

.header .main-nav .nav-item .nav-dropdown.on-certificates .nav-dropdown-menu {
  height: 475px;
}

.header .main-nav .nav-item .nav-dropdown.on-certificates .nav-dropdown-menu-vertical-wrapper {
  height: 475px;
}

.header .main-nav .nav-item .nav-dropdown.on-media .nav-dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header .main-nav .nav-item .nav-dropdown.on-sustainability .nav-dropdown-menu {
  min-height: 340px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header .main-nav .nav-item .nav-dropdown-menu {
  background: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translatey(100px);
          transform: translatey(100px);
  padding: 20px 0;
  position: relative;
  width: 287px;
  height: 382px;
  -webkit-box-shadow: 2px 0px 4px rgba(190, 190, 190, 0.25);
          box-shadow: 2px 0px 4px rgba(190, 190, 190, 0.25);
}

.header .main-nav .nav-item .nav-dropdown-menu-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px;
  color: #454545;
}

.header .main-nav .nav-item .nav-dropdown-menu-items li {
  padding: 8px 20px;
}

.header .main-nav .nav-item .nav-dropdown-menu-items li:hover .nav-dropdown-menu-items-link {
  color: #1dafed;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header .main-nav .nav-item .nav-dropdown-menu-items li:hover .right-arrow svg path {
  fill: #1dafed;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header .main-nav .nav-item .nav-dropdown-menu-items li:hover:hover .nav-dropdown-menu-vertical {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.header .main-nav .nav-item .nav-dropdown-menu-items li:hover:hover .nav-dropdown-menu-vertical-wrapper {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.header .main-nav .nav-item .nav-dropdown-menu-items li .nav-dropdown-menu-items-link {
  color: #454545;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .main-nav .nav-item .nav-dropdown-menu-vertical {
  position: absolute;
  right: -420px;
  top: 0;
  bottom: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 2;
}

.header .main-nav .nav-item .nav-dropdown-menu-vertical-wrapper {
  width: 421px;
  min-height: 334px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 58px 0 20px 20px;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header .main-nav .nav-item .nav-dropdown-menu-vertical-wrapper a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #454545;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 8px 0;
}

.header .main-nav .nav-item .nav-dropdown-menu-vertical-wrapper a:hover {
  color: #1dafed;
}

.header .main-nav .nav-item .nav-dropdown-menu-vertical-wrapper .dropdown-menu-list {
  margin: 0;
}

.header .main-nav .nav-item .nav-dropdown-menu-vertical-wrapper .dropdown-menu-list li {
  padding: 5px 20px;
}

.header .main-nav .nav-item .nav-dropdown-menu-vertical-wrapper .dropdown-menu-list li a {
  color: #454545;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header .main-nav .nav-item .nav-dropdown-menu-vertical-wrapper .dropdown-menu-list li a:hover {
  color: #1dafed;
}

.header .navbar-brand img {
  vertical-align: auto;
}

.header .navbar-top {
  -webkit-box-shadow: 0px 4px 5px rgba(190, 190, 190, 0.25);
          box-shadow: 0px 4px 5px rgba(190, 190, 190, 0.25);
}

.header .navbar-top .nav-item {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0;
  margin-left: 5px;
}

.header .navbar-top .nav-item .nav-link {
  padding: 15px 30px;
}

.header .navbar-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .user-auth {
  margin-left: 150px;
}

.header .user-dropdown-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #323232;
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  background: transparent url("../../assets/svgs/user.svg") no-repeat 98% 50%;
  background-size: 12px;
  padding-right: 20px;
}

.header .user-dropdown .dropdown-menu {
  left: -60px !important;
  -webkit-box-shadow: 0 0 20px rgba(190, 190, 190, 0.25);
          box-shadow: 0 0 20px rgba(190, 190, 190, 0.25);
  border: none;
  padding: 0;
}

.header .user-dropdown .dropdown-item {
  padding: 0.6rem 1.5rem;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header .user-dropdown .dropdown-item:hover, .header .user-dropdown .dropdown-item.active {
  background-color: rgba(29, 175, 237, 0.04);
  color: #1dafed;
}

.header .login {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #323232;
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header .login:hover {
  color: #1dafed;
}

.header .navbar {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  padding-right: 0;
  /* Hamburger button added */
  /* Hamburger button added */
}

.header .navbar .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  padding: 8px 0 8px 10px;
  background-color: transparent;
  border: none;
  position: relative;
  min-width: 35px;
  min-height: 30px;
}

.header .navbar .hamburger.rotate {
  margin-top: -5px;
}

.header .navbar .hamburger.rotate div:first-child {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 50%;
  position: absolute;
}

.header .navbar .hamburger.rotate div:last-child {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 50%;
  position: absolute;
}

.header .navbar .hamburger div {
  background-color: #323232;
  width: 100%;
  height: 2px;
  width: 25px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header .navbar .hamburger div:first-child {
  margin-bottom: 5px;
}

.header .navbar .nav-search {
  margin-top: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .navbar .nav-search.hidden {
  display: none;
}

.header .navbar .nav-search-cover {
  border: 1px solid #454545;
  width: 100%;
  max-width: 746px;
}

.header .navbar .nav-search-cover form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .navbar .nav-search-cover form label {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.header .navbar .nav-search-cover form input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  text-align: center;
  background-color: transparent;
}

.header .navbar .nav-search-cover form input[type="text"]::-webkit-input-placeholder {
  color: #454545;
}

.header .navbar .nav-search-cover form input[type="text"]:-ms-input-placeholder {
  color: #454545;
}

.header .navbar .nav-search-cover form input[type="text"]::-ms-input-placeholder {
  color: #454545;
}

.header .navbar .nav-search-cover form input[type="text"]::placeholder {
  color: #454545;
}

.header .navbar .nav-search-cover form input[type="text"]:focus::-webkit-input-placeholder {
  color: #a1a1a1;
}

.header .navbar .nav-search-cover form input[type="text"]:focus:-ms-input-placeholder {
  color: #a1a1a1;
}

.header .navbar .nav-search-cover form input[type="text"]:focus::-ms-input-placeholder {
  color: #a1a1a1;
}

.header .navbar .nav-search-cover form input[type="text"]:focus::placeholder {
  color: #a1a1a1;
}

.header .navbar .nav-search-cover form .btn-close-search {
  padding: 0 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header .navbar .search-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  /* Sonradan elave edilib */
  /* Sonradan elave edilib */
}

.header .navbar .search-lang #search-btn-form.hide {
  display: none;
}

.header .navbar .search-lang .btn-search {
  color: #454545;
  margin-top: -5px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  margin-right: 15px;
}

.header .navbar .search-lang .btn-search.hidden {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: -999;
}

.header .navbar .search-lang .dropdown-language.show_ {
  display: inline-block;
  margin-top: -5px !important;
}

.header .navbar .search-lang .dropdown-language .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 40px;
  padding-left: 0;
  padding-right: 0;
}

.header .navbar .search-lang .dropdown-language .dropdown-menu {
  background-color: #fff;
  border: none;
  min-width: 40px;
  max-width: 40px;
  border-radius: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(190, 190, 190, 0.25);
          box-shadow: 0px 4px 4px rgba(190, 190, 190, 0.25);
}

.header .navbar .search-lang .dropdown-language .dropdown-menu .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #454545;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header .navbar .search-lang .dropdown-language .dropdown-menu .dropdown-item.active {
  font-weight: 700;
  background-color: transparent;
}

.header .navbar .search-lang .dropdown-language .dropdown-menu .dropdown-item:hover {
  font-weight: 700;
  background-color: transparent;
}

.header .navbar .search-lang .dropdown-language .dropdown-menu .dropdown-item:not(:last-child) {
  margin-bottom: 10px;
}

/************************************ Navbar Start ************************************/
.banner {
  width: 100%;
  height: 40vw;
  background: url(../../assets/images/EM9Mu_uLUj4.png) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 7.8vw;
}

.banner .banner-wrapper {
  position: absolute;
  bottom: 6.5vw;
  left: 70px;
}

.banner .banner-wrapper h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 92px;
  color: #fff;
}

#introduction {
  width: 100%;
  min-height: 480px;
}

#introduction .swiper-container .swiper-slide {
  position: relative;
  height: 480px;
}

#introduction .swiper-container .swiper-slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#introduction .swiper-container .swiper-slide-item-info {
  max-width: calc(100vw - 187px * 2);
  width: 100%;
  margin: 100px auto 0;
}

#introduction .swiper-container .swiper-slide-item-info h2 {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 69px;
  max-width: 803px;
  margin-bottom: 50px;
}

#introduction .swiper-container .swiper-slide-item-info .btn-more {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 13px 83px;
  color: #fff;
  border: 2px solid;
  border-radius: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#introduction .swiper-container .swiper-slide-item-info .btn-more:hover {
  background-color: #323232;
  border: 2px solid #323232;
}

#introduction .swiper-container .swiper-slide-item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 430px;
  z-index: -1;
}

#introduction .swiper-container .swiper-pagination {
  height: 50px;
  background-color: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#introduction .swiper-container .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #f5f1ec;
  width: 10px;
  height: 10px;
}

#introduction .swiper-container .swiper-pagination-bullet-active {
  background-color: #f5f1ec;
}

.cards-section {
  margin: 120px 0 80px 0;
}

.cards-section-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(350px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 20px;
}

.cards-section-wrapper .news-card {
  background-color: #f5f1ec;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.cards-section-wrapper .news-card:hover {
  -webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.3);
          box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.3);
}

.cards-section-wrapper .news-card-img {
  padding: 0;
}

.cards-section-wrapper .news-card-img img {
  width: 100%;
  height: 516px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards-section-wrapper .news-card-date {
  margin-bottom: 0;
}

.cards-section-wrapper .news-card-body {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cards-section-wrapper .news-card-body-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #454545;
}

.cards-section-wrapper .news-card-body-info {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #454545;
}

.cards-section-wrapper .news-card-body .btn-more {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1dafed;
}

.footer {
  background-color: #323232;
  color: #f5f1ec;
}

.footer-wrapper {
  padding: 100px 0 30px 0;
  width: 100%;
}

.footer-wrapper .footer-links-title {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: inherit;
  margin-bottom: 25px;
}

.footer-wrapper .footer-links-item a {
  padding: 5px 0;
  display: block;
  color: inherit;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer-wrapper .footer-links-item a:hover {
  color: #1dafed;
}

.footer .copyright {
  text-align: center;
  color: #1dafed;
  margin-top: 100px;
}

/* Home End */
/* Product Catalog Start */
.main-breadcrumb {
  margin: 20px auto 120px;
  width: 100%;
  max-width: calc(100vw - 70px * 2);
  /* Burada Breadcrumb-da deyisiklik oldu */
  /* Burada Breadcrumb-da deyisiklik oldu */
}

.main-breadcrumb .breadcrumb-item::after {
  content: "|";
  color: #454545;
}

.main-breadcrumb .breadcrumb-item:last-child::after {
  content: "";
  display: none;
}

.main-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.main-breadcrumb .breadcrumb {
  background-color: transparent;
}

.main-breadcrumb .breadcrumb-item {
  color: #a1a1a1;
  /* Burada Breadcrumb-da deyisiklik oldu */
  padding-left: 0;
  margin-right: 0.5rem;
  /* Burada Breadcrumb-da deyisiklik oldu */
}

.main-breadcrumb .breadcrumb-item.active {
  color: #454545;
  pointer-events: none;
}

.main-breadcrumb .breadcrumb-item a {
  color: inherit;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: capitalize;
}

.main-breadcrumb .breadcrumb-item a:hover {
  color: #1dafed;
}

.catalog-header {
  width: 100%;
}

/* Global title and info style */
.title_g {
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  color: #393939;
}

.title_g-md {
  font-size: 30px;
  line-height: 34px;
}

.info_g {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  text-align: right;
  color: #323232;
  margin-top: 30px;
  max-width: 357px;
}

/* Global title and info style */
.product-catalog {
  margin-top: 160px;
}

.product-catalog-wrapper {
  /* Burada deyisiklik edildi*/
  /* Burada deyisiklik edildi*/
}

.product-catalog-wrapper #sticky-form {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product-catalog-wrapper #sticky-form.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  left: 80px;
  margin-bottom: 150px;
}

.product-catalog-wrapper #catalog-form .form-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #323232;
  border-radius: 0;
  text-align: center;
  text-shadow: none;
}

.product-catalog-wrapper #catalog-form .form-input::-webkit-input-placeholder {
  color: #323232;
}

.product-catalog-wrapper #catalog-form .form-input:-ms-input-placeholder {
  color: #323232;
}

.product-catalog-wrapper #catalog-form .form-input::-ms-input-placeholder {
  color: #323232;
}

.product-catalog-wrapper #catalog-form .form-input::placeholder {
  color: #323232;
}

.product-catalog-wrapper #catalog-form .form-input:focus::-webkit-input-placeholder {
  color: #a1a1a1;
}

.product-catalog-wrapper #catalog-form .form-input:focus:-ms-input-placeholder {
  color: #a1a1a1;
}

.product-catalog-wrapper #catalog-form .form-input:focus::-ms-input-placeholder {
  color: #a1a1a1;
}

.product-catalog-wrapper #catalog-form .form-input:focus::placeholder {
  color: #a1a1a1;
}

.product-catalog-wrapper #catalog-form .form-divider {
  width: 100%;
  height: 1px;
  background-color: #454545;
  margin: 28px 0;
}

.product-catalog-wrapper .filter-wrapper {
  height: 24px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow-y: hidden;
}

.product-catalog-wrapper .filter-wrapper::-webkit-scrollbar {
  display: none;
}

.product-catalog-wrapper .filter-wrapper.show {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.product-catalog-wrapper .filter-wrapper.show .filter-results {
  opacity: 1;
}

.product-catalog-wrapper .filter-wrapper-btn {
  background-color: #fff;
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-catalog-wrapper .filter-wrapper-btn:focus {
  outline: none;
}

.product-catalog-wrapper .filter-wrapper-btn img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product-catalog-wrapper .filter-wrapper-btn img.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-catalog-wrapper .filter-wrapper .filter-results {
  margin-top: 12px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product-catalog-wrapper .filter-wrapper .filter-results-list-item {
  color: #323232;
}

.product-catalog-wrapper .filter-wrapper .filter-results-list-item .dropdown-btn {
  text-decoration: none;
  color: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 5px 0 5px 5px;
  max-width: 250px;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.product-catalog-wrapper .filter-wrapper .filter-results-list-item .dropdown-btn span {
  margin-left: 10px;
}

.product-catalog-wrapper .filter-wrapper .filter-results-list-item .dropdown-btn img {
  margin-left: auto;
}

.product-catalog-wrapper .filter-wrapper .filter-results-list-item .dropdown-btn.active {
  color: #bbb5ae;
  /* Cursor was changed */
  cursor: default;
  /* Cursor was changed */
}

.product-catalog-wrapper .filter-wrapper .filter-results-list-item .dropdown-btn.active:hover {
  color: #bbb5ae;
}

.product-catalog-wrapper .filter-wrapper .filter-results-list-item .dropdown-btn:hover {
  color: #1dafed;
}

.product-catalog .results #number-of-results {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
  color: #323232;
}

.product-catalog .results #product-pagination {
  margin: 0 0 80px 210px;
}

/* Common Table */
.socar-title {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 69px;
  color: #1dafed;
  margin-top: 50px;
}

.socar-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  color: #323232;
}

.socar-table {
  margin: 16px 0 30px 0;
  overflow-x: scroll;
}

.socar-table thead {
  text-align: center;
  background-color: #1dafed;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.socar-table thead tr {
  height: 80px;
}

.socar-table thead th {
  vertical-align: middle;
  width: 191px;
  border: 1px solid #fff;
  border-left: 0;
  padding: 0 28px;
  min-width: 180px;
}

.socar-table thead th:last-child {
  border-right: 0;
}

.socar-table tbody td {
  border: 1px solid #454545;
  vertical-align: middle;
  text-align: center;
  color: #3f3f3f;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.socar-table tbody td.text-blue {
  color: #1dafed;
}

.socar-table tbody td a {
  text-decoration: none;
  color: inherit;
}

.socar-table tbody tr {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 56px;
}

.socar-table tbody tr:hover {
  background-color: #1dafed;
}

.socar-table tbody tr:hover td {
  color: #fff;
  border: 1px solid;
}

.socar-table tbody tr:hover td a {
  text-decoration: none;
  color: inherit;
}

/* Common Table */
/* Product Catalog End */
/* Pagination STart */
.pagination {
  background-color: #fff;
}

.pagination .page-item,
.pagination .page-link {
  border: none;
  background-color: #fff;
}

.pagination .page-item:hover,
.pagination .page-link:hover {
  background-color: #fff;
}

.pagination .page-link {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #bbb5ae;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pagination .page-link:hover {
  color: #323232;
}

.pagination .page-link[aria-disabled="true"] svg path {
  fill: #bbb5ae;
  pointer-events: none;
}

.pagination .page-link[aria-disabled="false"] svg path {
  fill: #323232;
  pointer-events: all;
}

.pagination .dottes:hover a {
  color: #bbb5ae;
}

.pagination .page-item.active .page-link {
  background: #fff;
  color: #323232;
}

/* Pagination End */
/* News Page Start */
.news-section {
  margin-top: 150px;
}

.news-section .news-cards {
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-column-width: 350px;
          column-width: 350px;
  margin-bottom: 50px;
}

.news-section .news-card {
  padding: 50px;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.news-section .news-card a {
  color: #323232;
  text-decoration: none;
}

.news-section .news-card:hover {
  background-color: #f5f1ec;
  -webkit-box-shadow: 0 20px 50px -20px rgba(12, 5, 62, 0.15);
          box-shadow: 0 20px 50px -20px rgba(12, 5, 62, 0.15);
}

.news-section .news-card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #000;
  color: inherit;
}

.news-section .news-card-date {
  margin-bottom: 0;
}

.news-section .news-pagination {
  margin-bottom: 80px;
}

/* News Page End */
/* News Detail Start */
.news-detail {
  margin: 80px 0;
}

.news-detail-text {
  max-width: calc(100vw - 188px * 2);
  width: 100%;
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #323232;
}

.news-detail-img {
  margin: 30px 0;
  height: 480px;
}

.news-detail-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 480px;
}

/* News Detail End */
/* Agriculture Start */
.socar-section {
  margin-top: 160px;
  margin-bottom: 80px;
}

.socar-section .socar-cards {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(480px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
  grid-gap: 20px;
}

.socar-section .socar-cards .socar-card {
  background-color: #f5f1ec;
}

.socar-section .socar-cards .socar-card-img {
  height: 357px;
}

.socar-section .socar-cards .socar-card-img img {
  width: 100%;
  height: 357px;
  -o-object-fit: cover;
     object-fit: cover;
}

.socar-section .socar-cards .socar-card-body {
  padding: 50px 108px 50px 50px;
}

.socar-section .socar-cards .socar-card-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.socar-section .socar-cards .socar-card-info {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #323232;
  margin-top: 20px;
}

.socar-section .socar-cards .socar-card-btn {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #1dafed;
  text-decoration: none;
  padding: 5px 10px 5px 0;
}

/* Agriculture End */
/* GreenHouse Start */
.greenhouse-section {
  margin: 50px auto 80px;
}

.greenhouse-section .greenhouse-img {
  margin: 50px 0;
}

.greenhouse-section .greenhouse-img img {
  width: 100%;
  height: 361px;
  -o-object-fit: cover;
     object-fit: cover;
}

.greenhouse-section .greenhouse-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #323232;
  padding-right: 50px;
}

.greenhouse-section .greenhouse-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 127px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #323232;
}

.greenhouse-section .greenhouse-pdf:hover {
  color: #1dafed;
}

.greenhouse-section .greenhouse-pdf img {
  width: 60.82px;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
}

.greenhouse-section .greenhouse-pdf p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: inherit;
  margin-top: 20px;
  text-align: center;
}

/* GreenHouse End */
/* Compounds Start */
.compounds-section {
  margin: 50px auto 80px;
  width: 100%;
}

.compounds-section .compounds-text {
  padding: 0 210px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #323232;
}

.compounds-section .compounds-img {
  margin: 50px 0;
}

.compounds-section .compounds-img img {
  width: 100%;
  height: 361px;
}

.compounds-section .compound-pdfs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

.compounds-section .compound-pdfs-item {
  width: 250px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #454545;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.compounds-section .compound-pdfs-item:hover {
  color: #1dafed;
}

.compounds-section .compound-pdfs-item:first-child {
  margin-right: 80px;
}

.compounds-section .compound-pdfs-item p {
  margin-top: 20px;
}

/* Compounds End */
/* Stand-Up Pouch Start */
.pouch-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(480px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
  grid-gap: 20px;
  margin-top: 120px;
}

.pouch-cards-item {
  background-color: #f5f1ec;
  padding: 50px 200px 50px 50px;
}

.pouch-cards-item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 20px;
}

.pouch-cards-item-info {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #323232;
}

.pouch-cards-item .btn-more {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #1dafed;
  padding: 8px 20px 8px 0;
  display: inline-block;
  text-decoration: none;
}

/* Stand-Up Pouch End */
/* Recyclable Mono Start */
.pouch-type-section {
  margin: 50px 0;
}

.pouch-type-section .recycle-wrapper {
  max-width: calc(100vw - 168px * 2);
  width: 100%;
  margin: 0 auto;
}

.pouch-type-section .recycle-wrapper-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #323232;
  margin: 20px 0 50px 0;
}

.pouch-type-section .recycle-wrapper-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}

.pouch-type-section .recycle-wrapper-about {
  margin-top: 120px;
  padding: 0 250px 0 0;
}

.pouch-type-section .recycle-wrapper-about a {
  color: #1dafed;
}

.pouch-type-section .recycle-wrapper-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #454545;
}

.pouch-type-section .recycle-wrapper-pdf:hover {
  color: #1dafed;
}

.pouch-type-section .recycle-wrapper-pdf img {
  width: 60.82px;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pouch-type-section .recycle-wrapper-pdf p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: 20px;
  text-align: center;
  max-width: 250px;
  color: inherit;
}

.pouch-type-section .recycle-wrapper .advantages {
  color: #323232;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.pouch-type-section .recycle-wrapper .advantages li {
  color: inherit;
}

/* Recyclable Mono End */
/* Medical Start */
.medical-section {
  margin: 50px 0 80px 0;
}

.medical-section .medical-wrapper-text {
  padding: 0 200px;
  color: #323232;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.medical-section .medical-wrapper-img {
  height: 361px;
  margin: 50px 0 80px 0;
}

.medical-section .medical-wrapper-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 361px;
}

.medical-section .medical-wrapper-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.medical-section .medical-wrapper-contact-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.medical-section .medical-wrapper-contact-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #323232;
  max-width: 481px;
  text-align: center;
  margin-bottom: 50px;
}

.medical-section .medical-wrapper-contact .btn-send-email {
  width: 454px;
  padding: 12px 20px;
  border: 2px solid;
  color: #1dafed;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.medical-section .medical-wrapper-contact .btn-send-email:hover {
  background-color: #1dafed;
  color: #fff;
  border: 2px solid #1dafed;
}

.medical-section .medical-wrapper-pdfs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 100px;
  margin-top: 120px;
}

.medical-section .medical-wrapper-pdfs-item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #323232;
}

.medical-section .medical-wrapper-pdfs-item:hover {
  color: #1dafed;
}

.medical-section .medical-wrapper-pdfs-item img {
  width: 60.82px;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
}

.medical-section .medical-wrapper-pdfs-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #454545;
  margin-top: 20px;
  text-align: center;
  max-width: 250px;
  color: inherit;
}

/* Medical End */
/* artificial-grass Start */
.artificial-grass {
  margin: 50px 0 80px 0;
}

.artificial-grass .img {
  margin-bottom: 50px;
  height: 361px;
}

.artificial-grass .img img {
  width: 100%;
  height: 361px;
}

.artificial-grass-wrapper {
  padding: 0 80px;
  color: #323232;
}

.artificial-grass-wrapper p {
  color: inherit;
}

.artificial-grass-wrapper .direct-link {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1dafed;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.artificial-grass-wrapper-info {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #323232;
}

.artificial-grass-wrapper-info * {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}

.artificial-grass-wrapper-info-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-left: 40px;
}

.artificial-grass-wrapper-info-pdf p {
  margin-top: 30px;
  max-width: 120px;
  text-align: center;
}

.artificial-grass-wrapper-info-pdf:hover {
  color: #1dafed;
  text-decoration: none;
}

.artificial-grass-wrapper-info-video {
  padding: 0 20px;
  position: relative;
}

.artificial-grass-wrapper-info-video img {
  width: 100%;
  height: 463px;
}

.artificial-grass-wrapper-info-video .play-btn {
  border: none;
  background-color: transparent;
  width: 48px !important;
  height: 48px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.artificial-grass-wrapper-info-video .play-btn img {
  width: 100%;
  height: 100%;
}

.artificial-grass-table-container {
  margin-top: 120px;
}

.artificial-grass-table-container .artificial-grass-table.table-bordered tr,
.artificial-grass-table-container .artificial-grass-table.table-bordered th,
.artificial-grass-table-container .artificial-grass-table.table-bordered td {
  border: 1px solid #454545;
}

.artificial-grass-table-container .artificial-grass-table .table-head th {
  border: 1px solid #fff;
  background-color: #1dafed;
  height: 80px;
  vertical-align: middle;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.artificial-grass-table-container .artificial-grass-table .table-head th:first-child {
  padding-left: 60px;
}

.artificial-grass-table-container .artificial-grass-table .table-head th:nth-child(2), .artificial-grass-table-container .artificial-grass-table .table-head th:last-child {
  text-align: center;
}

.artificial-grass-table-container .artificial-grass-table .head-secondary th {
  height: 96px;
  vertical-align: top;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: center;
  min-width: 200px;
}

.artificial-grass-table-container .artificial-grass-table tr td:not(:first-child) {
  text-align: center;
  color: #1dafed;
}

.artificial-grass-table-container .artificial-grass-table tr td:first-child {
  padding: 0 20px 0 50px;
  vertical-align: middle;
}

.artificial-grass-table-container .artificial-grass-table tr td a {
  text-decoration: none;
  color: inherit;
}

.artificial-grass-table-container .artificial-grass-table tbody tr:hover {
  background-color: #1dafed;
  border: 1px solid #fff;
}

.artificial-grass-table-container .artificial-grass-table tbody tr:hover td {
  color: #fff;
}

.artificial-grass-table-container .artificial-grass-table tbody tr:hover td a {
  text-decoration: none;
  color: inherit;
}

.artificial-grass-table-container .artificial-grass-table tbody tr:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.artificial-grass-table-title {
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 69px;
  color: #1dafed;
  max-width: 650px;
  margin-bottom: 50px;
}

/* artificial-grass End */
/* Injection Food Packaging Start */
.food-packaging {
  margin: 50px 0 80px 0;
}

.food-packaging span.text-blue {
  color: #1dafed;
}

.food-packaging-img {
  margin-bottom: 50px;
}

.food-packaging-img img {
  width: 100%;
  height: 361px;
}

.food-packaging-wrapper {
  padding: 0 80px;
  color: #323232;
}

.food-packaging-wrapper * {
  color: inherit;
}

.food-packaging-wrapper .title {
  color: #1dafed;
  font-size: 34px;
  margin-top: 30px;
}

.food-packaging-wrapper .subtitle {
  text-transform: uppercase;
}

.food-packaging-wrapper-info-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-left: 80px;
}

.food-packaging-wrapper-info-pdf p {
  margin-top: 30px;
  max-width: 200px;
  text-align: center;
}

.food-packaging-wrapper-info-pdf:hover {
  color: #1dafed;
  text-decoration: none;
}

/* Injection Food Packaging End */
/* Rotational Molding Start */
.rotational-section {
  margin: 120px 0 80px 0;
}

.rotational-section * {
  color: #323232;
}

.rotational-section .subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #323232;
  text-transform: uppercase;
}

.rotational-section .subtitle span {
  color: #1dafed;
}

.rotational-section .subtitle-sm {
  color: #323232;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* Rotational Molding End */
/* Food Certificates Start */
.food-certificates {
  margin: 150px 0 80px 0;
}

.food-certificates-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.food-certificates-pdfs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 150px;
}

.food-certificates-pdf {
  width: 25vw;
  margin: 0 40px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #323232;
}

.food-certificates-pdf p {
  margin-top: 30px;
  max-width: 200px;
  text-align: center;
}

.food-certificates-pdf:hover {
  color: #1dafed;
  text-decoration: none;
}

.food-certificates-footer {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #323232;
}

.food-certificates-footer a {
  color: #1dafed;
}

/* Food Certificates End */
/* plastic waste start */
.plastic-waste {
  margin: 50px 0 80px 0;
}

.plastic-waste-info {
  padding: 0 80px;
  color: #323232;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.plastic-waste-img {
  margin: 80px 0;
}

.plastic-waste-img img {
  width: 100%;
  height: 361px;
}

/* Responsive Navbar */
@media screen and (min-width: 770px) {
  .responsive-navbar {
    display: none !important;
  }
}

.responsive-navbar {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background-color: #fff;
  display: none;
}

.responsive-navbar-wrapper {
  width: 90%;
  -webkit-box-shadow: 4px 0px 4px rgba(190, 190, 190, 0.25);
          box-shadow: 4px 0px 4px rgba(190, 190, 190, 0.25);
  height: 100%;
  padding: 50px 0 50px 20px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.responsive-navbar-wrapper::-webkit-scrollbar {
  display: none;
}

.responsive-navbar-sidebar {
  width: 100%;
  -webkit-box-shadow: -4px 0px 4px rgba(190, 190, 190, 0.25);
          box-shadow: -4px 0px 4px rgba(190, 190, 190, 0.25);
  height: 100%;
  padding: 50px 0 50px 20px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-left: 40px;
  display: none;
}

.responsive-navbar-sidebar .responsive-navbar-list-item {
  padding-left: 20px;
  font-weight: 700;
}

.responsive-navbar-sidebar .responsive-navbar-list-item .list-group-item {
  font-weight: 400;
}

.responsive-navbar-sidebar .responsive-navbar-list-item .list-group-item a {
  font-weight: inherit;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}

.responsive-navbar-sidebar .responsive-navbar-list-item:first-child {
  padding-left: 0;
}

.responsive-navbar-sidebar .responsive-navbar-list-item:first-child .btn-navbar {
  font-weight: 400;
}

.responsive-navbar-sidebar .responsive-navbar-list-item:nth-child(2) {
  margin-top: 30px;
}

.responsive-navbar-sidebar .responsive-navbar-list-item a {
  font-weight: 700;
  max-width: 400px;
}

.responsive-navbar-sidebar .responsive-navbar-list-item .btn-navbar {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #1dafed;
  max-width: 400px;
}

.responsive-navbar-sidebar .responsive-navbar-list-item .btn-navbar img {
  margin-right: 15px;
}

.responsive-navbar-sidebar::-webkit-scrollbar {
  display: none;
}

.responsive-navbar-list-title {
  color: #454545;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.responsive-navbar-list-title.mb-50 {
  margin-bottom: 50px;
}

.responsive-navbar-list {
  margin-bottom: 50px;
}

.responsive-navbar-list:last-child {
  margin-bottom: 50px;
}

.responsive-navbar-list-item {
  padding: 0;
}

.responsive-navbar-list-item a {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: none;
  background-color: #fff;
  padding: 8px 10px 8px 0;
  color: #454545;
  transition: all 0.2s linear;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  display: block;
}

.responsive-navbar-list-item a:hover {
  color: #1dafed;
}

.responsive-navbar-list-item .btn-navbar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  background-color: #fff;
  padding: 8px 10px 8px 0;
  color: #454545;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.responsive-navbar-list-item .btn-navbar:hover {
  color: #1dafed;
}

.responsive-navbar-list-item .btn-navbar:hover svg path {
  fill: #1dafed;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* product details start */
.product-details {
  margin: 120px 0;
}

.product-details-title {
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 69px;
  color: #1dafed;
}

.product-details-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
  color: #323232;
  margin-bottom: 40px;
}

.product-details-table .table {
  min-width: 600px;
}

.product-details-table .table td {
  border: 1px solid;
  color: #000;
  padding: 10px 30px;
}

.product-details-table .table td a {
  color: inherit;
  text-decoration: none;
}

.product-details-pdf-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #1dafed;
  text-decoration: underline;
  margin-top: 50px;
  display: inline-block;
}

.product-details-pdf-link:hover {
  color: #454545;
}

.product-details-pdf-link p {
  margin-top: 30px;
}

.product-details-pdf-link * {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* product details end */
/* about end */
.about {
  margin: 120px 0 80px 0;
}

.about .project-chart {
  position: relative;
  width: 400px;
}

.about .project-chart .absolute-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #bbb5ae;
}

.about .project-chart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about .project-chart-info {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about .project-chart-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about .project-chart-info-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #323232;
  margin-bottom: 0;
}

.about .project-chart-info-text {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #bbb5ae;
  margin-top: 10px;
  max-width: 320px;
}

.about .project-chart-info-left .divider {
  background-color: #1dafed;
}

.about .project-chart-info-right .divider {
  background-color: #bbb5ae;
}

.about .project-chart-info .divider {
  height: 1px;
  width: 80%;
  min-width: 150px;
}

.about .bar-chart {
  width: 80%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.about .bar-chart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-title {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 69px;
  color: #323232;
  margin-bottom: 20px;
}

.about-info {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #323232;
}

.about-video-player {
  margin: 120px 0;
  width: 100%;
  height: 480px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-video-player-cover {
  height: 100%;
  width: 100%;
}

.about-video-player-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  outline: none;
  background-color: transparent;
}

.about-title-lg {
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 69px;
  text-align: center;
  color: #323232;
  max-width: 626px;
  margin: 0 auto 80px;
}

.about-title-md {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #737373;
  margin: 0 auto 60px;
  max-width: 224px;
}

.about-info-section {
  padding: 0 100px;
  margin-top: 120px;
}

.about-info-section p {
  color: #323232;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

/* about end */
/* quotes start */
.quotes-link {
  margin-top: 30px;
  display: inline-block;
  color: #323232;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none !important;
}

.quotes-link:hover {
  color: #1dafed;
}

/* quotes end */
/* contact start */
.contact {
  margin: 80px 0;
}

.contact .error-msg {
  margin: 10px 0 0 10px;
  font-size: 12px;
  line-height: normal;
  color: #fd0202;
}

.contact-details:not(.contact-details:last-child) {
  margin-bottom: 50px;
}

.contact-details-title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  color: #323232;
  margin-bottom: 20px;
}

.contact-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #323232;
}

.contact-details-wrapper-link {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.contact-details-wrapper-link:hover {
  color: #1dafed;
}

.contact-details-wrapper-link_bold {
  font-weight: 700;
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-right: 10px;
}

.contact-details-wrapper p {
  margin-bottom: 0;
  margin-right: 10px;
}

.contact-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #323232;
}

.contact-form {
  margin-top: 30px;
  color: #323232;
}

.form-group-wrapper:not(:last-child) {
  margin-bottom: 30px;
}

.form-label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: inherit;
  padding-left: 12px;
}

.form-input {
  border: 2px solid #454545;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 12px;
  color: #323232;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-shadow: none;
  background-color: transparent;
}

.form-input::-webkit-input-placeholder {
  color: #bbb5ae;
  font-size: inherit;
}

.form-input:-ms-input-placeholder {
  color: #bbb5ae;
  font-size: inherit;
}

.form-input::-ms-input-placeholder {
  color: #bbb5ae;
  font-size: inherit;
}

.form-input::placeholder {
  color: #bbb5ae;
  font-size: inherit;
}

.form-textarea {
  resize: none;
}

.submit-btn {
  padding: 12px 20px;
  border-radius: 0;
  border: 2px solid #1dafed;
  color: #fff;
  background-color: #1dafed;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
}

.submit-btn:hover {
  color: #1dafed;
  background-color: #fff;
}

/* contact end */
/* career start */
.career {
  margin: 120px 0;
}

.career-info {
  padding: 0 100px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #323232;
  margin-bottom: 120px;
}

.career-tabs {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 80px;
  border: 2px solid #1dafed;
}

.career-tabs_link {
  display: inline-block;
  padding: 12px 30px;
  text-decoration: none !important;
  color: #323232;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.career-tabs_link.active, .career-tabs_link:hover {
  background-color: #1dafed;
  color: #fff;
}

.career-content-title {
  font-style: normal;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #323232;
}

.career-table {
  margin-top: 50px;
  overflow: scroll;
}

.career-table .table {
  min-width: 1200px;
  max-width: 100%;
}

.career-table .table th {
  text-align: center;
  vertical-align: middle;
  color: #737373;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  padding: 18px;
}

.career-table .table td,
.career-table .table th {
  border: 2px solid #323232;
}

.career-table .table td {
  padding: 30px;
}

.career-table .table td a {
  text-decoration: none;
  color: inherit;
}

.career-banner {
  width: 100%;
  position: relative;
  margin: 120px 0;
}

.career-banner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.career-banner-img {
  max-height: 480px;
  width: 100% !important;
  min-height: 200px;
}

.career-banner-content {
  position: absolute;
  top: 50%;
  left: 180px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.career-banner-content .btn {
  padding: 12px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: 2px solid #fff;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.career-banner-content .btn:hover {
  background-color: #fff;
  color: #323232;
}

.career-banner-title {
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 69px;
  color: #f5f1ec;
}

.career-cards {
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-column-width: 350px;
          column-width: 350px;
  margin-top: 80px;
}

.career-cards .career-card {
  padding: 50px;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.career-cards .career-card a {
  color: #323232;
  text-decoration: none;
}

.career-cards .career-card:hover {
  background-color: #f5f1ec;
  -webkit-box-shadow: 0 20px 50px -20px rgba(12, 5, 62, 0.15);
          box-shadow: 0 20px 50px -20px rgba(12, 5, 62, 0.15);
}

.career-cards .career-card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #000;
  color: inherit;
}

.career-cards .career-card-date {
  margin-bottom: 0;
  color: #bbb5ae;
}

.career .discover-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #323232;
}

/* career end */
/* product details contact us */
.contact-card {
  padding: 50px 45px;
  background-color: #f5f1ec;
  color: #323232;
  margin-left: 8vw;
}

.contact-card__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
  color: inherit;
}

.contact-card__btn {
  width: 100%;
  padding: 12px 20px;
  background-color: #1dafed;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 50px;
  text-decoration: none !important;
}

.contact-card__info li {
  margin-bottom: 5px;
  font-size: 13px;
  color: inherit;
}

.contact-modal__title {
  text-align: center;
  color: #1dafed;
  font-size: 42px;
  font-weight: 700;
}

.contact-modal__warning {
  font-size: 13px;
  font-weight: 400;
  color: #323232;
  text-align: center;
}

.contact-modal .modal-dialog {
  max-width: 1200px;
}

.contact-modal .modal-body {
  padding: 20px 30px;
  border-radius: 0;
  max-width: 700px;
  margin: 0 auto;
}

.contact-modal .modal-header {
  padding: 0;
  border-bottom: 0;
  height: 1px;
}

.contact-modal .close-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  border: none;
  background-color: transparent;
  padding: 12px;
  cursor: pointer;
  z-index: 1;
}

.contact-modal .contact-form {
  margin-top: 70px;
}

.contact-modal .contact-form__submit {
  background-color: #323232;
  color: #f5f1ec;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 0;
  border: none;
}

.form-select {
  width: 100%;
}

.select2-container {
  width: 100% !important;
}

.select2-selection {
  border: 2px solid #323232 !important;
  border-radius: 0 !important;
  width: 100%;
  display: block;
  background: transparent url("../../assets/images/down-arrow.png") no-repeat 98% 50% !important;
}

.select2-selection--single {
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}

.select2-selection__rendered {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 16px !important;
}

.select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  background-color: #323232 !important;
}

.select2-container--default .select2-results__option {
  padding: 12px;
  font-size: 14px;
  line-height: normal !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #323232 !important;
  color: #f5f1ec !important;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option:hover {
  color: #1dafed !important;
}

/* product details contact us */
/* Base checkbox */
.checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkbox {
  margin: 0 16px 16px 0;
  cursor: pointer;
  padding: 0 4px;
}

.checkbox input[type="checkbox"]:checked + label::before,
.checkbox input[type="radio"]:checked + label::before {
  opacity: 1;
}

.checkbox label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.checkbox label:hover::before {
  opacity: 0.3;
}

.checkbox label::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid #323232;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkbox label::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent url("../../assets/svgs/checkmark-gray.svg") no-repeat center center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.checkbox span {
  color: #323232;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-left: 36px;
  display: inline-block;
}

/* Login/Register */
.auth-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 1fr;
      grid-template-columns: 30% 1fr;
  width: 100%;
  min-height: 100vh;
}

.auth-wrapper .welcome-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  height: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  width: 30%;
  position: fixed;
  min-width: 300px;
  border-bottom-right-radius: 60px;
  background-color: white;
}

.auth-wrapper .welcome-section::after {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}

.auth-wrapper .welcome-section:before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 60px;
}

.auth-wrapper .welcome-section:before {
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 50px 50px 0 0 #fff;
          box-shadow: 50px 50px 0 0 #fff;
}

.auth-wrapper .welcome-section .welcome-title {
  position: absolute;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}

.auth-wrapper .form-section {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  padding: 30px;
  border-top-left-radius: 60px;
  background-color: white;
  position: relative;
}

.auth-wrapper .form-section .resend-link {
  font-size: 11px;
  color: #696969;
  margin-top: 16px;
}

.auth-wrapper .form-section .resend-link a {
  color: #1dafed;
  text-decoration: none;
}

.auth-wrapper .form-section .redirect-btn {
  text-decoration: none !important;
  color: #323232;
  padding: 8px;
}

.auth-wrapper .form-section .form-logo {
  text-align: center;
}

.auth-wrapper .form-section .form-logo img {
  width: 176px;
}

.auth-wrapper .form-section .form-wrapper {
  margin: 45px 60px;
  background-color: #f5f1ec;
  -webkit-box-shadow: 0px 4px 7px rgba(149, 149, 149, 0.25);
          box-shadow: 0px 4px 7px rgba(149, 149, 149, 0.25);
}

.auth-wrapper .form-section .form-tabs {
  padding: 15px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.auth-wrapper .form-section .form-tab {
  font-size: 20px;
  font-weight: 700;
  color: #323232;
}

.auth-wrapper .form-section .form-tab.active a, .auth-wrapper .form-section .form-tab:hover a {
  border-bottom: 2px solid #1dafed;
}

.auth-wrapper .form-section .form-tab a {
  display: block;
  height: 100%;
  color: inherit;
  position: relative;
  padding: 15px 20px 20px 20px;
  border-bottom: 2px solid transparent;
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.auth-wrapper .form-section .form-tab:first-child {
  margin-right: 120px;
}

.auth-wrapper .form-section .form-input::-webkit-input-placeholder {
  color: #323232;
  opacity: 1;
}

.auth-wrapper .form-section .form-input:-ms-input-placeholder {
  color: #323232;
  opacity: 1;
}

.auth-wrapper .form-section .form-input::-ms-input-placeholder {
  color: #323232;
  opacity: 1;
}

.auth-wrapper .form-section .form-input::placeholder {
  color: #323232;
  opacity: 1;
}

.auth-wrapper .form-section .form-input:focus {
  background-color: transparent;
}

.auth-wrapper .form-section .form-tab-content {
  padding: 50px 9.5vw;
  -webkit-box-shadow: 0px 0px 6px rgba(149, 149, 149, 0.25);
          box-shadow: 0px 0px 6px rgba(149, 149, 149, 0.25);
  min-height: 300px;
}

.auth-wrapper .form-section .form-group-wrapper {
  margin-bottom: 14px;
}

.auth-wrapper .form-section .auth-btn {
  width: 100%;
  background-color: #1dafed;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: block;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none !important;
}

.auth-wrapper .form-section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 60px;
}

.auth-wrapper .form-section-footer p {
  margin-bottom: 0;
}

.auth-wrapper .form-section-footer a {
  color: #323232;
}

.auth-wrapper .form-section .social-media-links a {
  margin-right: 20px;
  text-decoration: none !important;
  display: inline-block;
  padding: 0 4px;
}

.auth-wrapper .form-section .forgot-pass {
  color: #323232;
  text-decoration: none;
  padding: 4px 8px;
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.auth-wrapper .form-section .forgot-pass:hover {
  color: #1dafed;
}

.form-section .checkbox a,
.filter-wrapper .checkbox a {
  color: #1dafed;
  text-decoration: none;
}

.form-section .checkbox label::after,
.filter-wrapper .checkbox label::after {
  border: 1px solid #323232;
  width: 16px;
  height: 16px;
}

.form-section .checkbox label::before,
.filter-wrapper .checkbox label::before {
  background-size: 50%;
  left: 0;
  width: 16px;
  height: 16px;
}

/* Forgot Password */
.forgot-pass-wrapper {
  padding: 60px 6.5vw;
}

.forgot-pass-wrapper .forgot-pass-form {
  margin-top: 45px;
}

.forgot-pass-wrapper .forgot-pass-form .auth-btn {
  margin-top: 40px;
}

.advanced-checkbox {
  margin-bottom: 10px;
}

.advanced-checkbox label {
  background-color: transparent;
  border: 1px solid #c9c9c9;
  padding: 32px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.advanced-checkbox label:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.advanced-checkbox input:checked + label {
  background-color: #fff;
}

.advanced-checkbox input:checked + label .checkmark {
  opacity: 1;
  visibility: visible;
}

.advanced-checkbox-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.advanced-checkbox-text p {
  margin-bottom: 7px;
  padding-left: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #000;
}

.advanced-checkbox-text small {
  font-size: 12px;
  color: #696969;
}

.advanced-checkbox .mail-icon {
  margin-right: 40px;
  background-color: #f3fcff;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.advanced-checkbox .checkmark {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.form-wrapper-title,
.form-wrapper-subtitle {
  text-align: center;
}

.form-wrapper-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #323232;
}

.form-wrapper-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #696969;
}

.verification-wrapper {
  padding: 100px 13vw;
}

.verification-wrapper .verification-numbers {
  margin: 70px 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  padding: 0 60px;
}

.verification-wrapper .verification-number {
  font-size: 20px;
  font-weight: 700;
  padding: 8px;
  width: 58px;
  height: 74px;
  text-align: center;
  background-color: transparent;
  color: #000;
  border: 1px solid #c9c9c9;
  outline: none;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(121, 0, 132, 0.08));
          filter: drop-shadow(0px 3px 10px rgba(121, 0, 132, 0.08));
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.verification-wrapper .verification-number:focus {
  background-color: #f3fcff;
}
/*# sourceMappingURL=main.css.map */