:root {
    --main-col: #01d063;
    --alt-col: #ff8a12;
    --proj-light: #f2f7ff;
    --proj-dark: #393e4a;
    --proj-darkest: #202229;
    --proj-red: #ff3a3a;
    --proj-shadow: #393e4a29;
}

body{
  color: var(--proj-dark);
}

.rounded-full{
  border-radius: 9999px !important;
}

.rounded{
  border-radius: 10px !important;
}

.border-main{
  border-color: var(--proj-dark) !important;
}

.border-color{
  border-color: var(--main-col) !important;
}

.btn{
  line-height: 1.4;
  height: 40px;
  padding: 0.375rem 0.5rem;
  border-radius: 10px;
  white-space: nowrap;
}

a.btn i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown-toggle{
  padding-right: 20px !important;
}

.dropdown-toggle::after{
  border: none;
  content: "\eb11";
  font: normal normal normal 1em/1 'lineicons';
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
}

button.btn i {
  vertical-align: middle;
}

.lni{
  font-size: 1.2rem;
}

.bg-main{
  background: var(--main-col) !important;
}

.shadow-main{
  box-shadow: 0 1px 4px var(--proj-shadow) !important;
}

.bg-alt{
  background: var(--alt-col) !important;
}

.bg-light{
  background: var(--proj-light) !important;
}

.bg-dark{
  background: var(--proj-dark) !important;
}

.bg-danger{
  background-color: var(--proj-red) !important;
}

.text-dark{
  color: var(--proj-dark) !important;
}

.text-light{
  color: var(--proj-light) !important;
}

.text-main{
  color: var(--main-col) !important;
}

.grecaptcha-badge{
  display: none !important;
}

section.about-section,
section.featured-products {
  min-height: 65vh;
}

.basket-container{
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100vh;
  z-index: 1000;
}

.container-toggle:not(.toggled){
  display: none !important;
}

@media (max-width:576px){
  .basket-container{
    width: 100vw;
  }
}

.basket-container::before{
  position: fixed;
  top: 0;
  content: '';
  left: 0;
  background: var(--proj-dark);
  opacity: 0.5;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.qty-btn span{
  height: 22px;
  width: 22px;
  background: var(--main-col);
  color: #fff;
  font-size: 1.0rem;
  padding: 0;
  margin: 3px;
}

.card-close-btn{
  position: absolute;
  top: 10px;
  right: 20px;
}

h1{
  font-weight: 600 !important;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Poppins', sans-serif !important;
  color: var(--proj-dark);
}

.font-main{
  font-family: 'Poppins', sans-serif !important;
}

.btn{
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500;
}

.active>.page-link, .page-link.active{
  background-color: var(--main-col);
  border-color: var(--main-col);
}

.page-link{
  color: var(--proj-dark);
}
.pagination{
  justify-content: center;
}
.pagination .lni{
  font-size: 1rem;
}

.basket {
  width: 100%;
  max-height: 70%;
  overflow-y: scroll;
}

.empty-basket i{
  font-size: 4rem !important;
}

.basket .card-item:not(:last-child)::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 29px;
  height: 2px;
  width: 86%;
  background: var(--proj-dark);
  opacity: 0.1;
}

.banner-slider{
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  background: var(--proj-darkest);
}

.banner-slider *{
  color: var(--proj-light) !important;
}

.banner-slider.slick-initialized{
    max-height: 50vh;
}

.basket-respo {
  width: 420px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: rgb(231, 231, 231);
  position: absolute;
  top: 43px;
  right: 0;
  border: 1px solid rgb(211, 210, 210);
  transition: all 0.4s ease-in-out !important;
  padding-bottom: 2px;
  z-index: 9999;
  transition: opacity 0.3s ease-in-out;
}

.label-qty {
  text-align: center !important;
}

.cart-container-left {
  width: 60px;
  height: auto;
}

.cart-container-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-up h4 {
  font-weight: normal;
  color: #212529;
}

.product-price span {
  /*display: inline-block;*/
  font-weight: normal;
  color: #212529;
  text-align: start !important;
}

.gallery-block{
  cursor: pointer;
}

.fancybox-button--thumbs{
  display: none;
}

.fancybox-navigation .fancybox-button{
  background: transparent;
}

.fancybox-button{
  background: var(--proj-darkest);
  color: var(--proj-light);
}

.fancybox-navigation .fancybox-button div{
  border-radius: 9999px;
  background: var(--proj-darkest);
  color: var(--main-col);
}

.product-price {
  text-align: start;
}


.product-title-text {
  color: #212529;
  text-align: start;
}


.label-qty-text {
  color: #212529;
}

.card-button {
  display: flex;
  justify-content: end;
  padding-right: 10px;
  align-items: center;
  padding-top: 15px;
}

.checkout-button {
  color: white !important;
  margin-bottom: 10px !important;
  outline: none !important;
}

.card-item{
  position: relative;
}

.card-close-btn i {
  /* background-color: #181717!important; */
  padding: 7px;
  /* font-size: 13px; */
  display: inline-block;
  cursor: pointer;
}


/* .cart-up{
  display: flex;
  justify-content: space-between;
} */

.footer-slide {
  background-color: #EFEFEF !important;
}

/* productttttttt */

.breadcrumb-item+.breadcrumb-item::before {
  content: ">"
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .1rem 0rem !important;
  margin-bottom: 0rem;
  list-style: none;
  background-color: #ffffff;
  border-radius: .25rem
}

.single_product {
  padding-top: 66px;
  padding-bottom: 140px;
  background-color: #e5e5e5;
  margin-top: 0px;
  padding: 17px
}

.product_name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0px
}

.product_name h2 {
  font-weight: 600;
  font-size: 1.5rem;
}

.badge {
  display: inline-block;
  padding: 0.50em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem
}

.product-rating {
  margin-top: 10px
}

.rating-review {
  color: #5b5b5b
}

.product_price {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  margin-top: 9px;
  clear: left
}

.product_discount {
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  margin-top: 9px;
  clear: left;
  margin-left: 10px;
  color: red
}

.category_price span {
  color: #666;
}

.pr_colors span {
  color: #000;
}

.pr_colors .pr_col_na {
  color: #666 !important;
}

.pr_colors span {
  color: blue;
}



.singleline {
  margin-top: 1rem;
  margin-bottom: .40rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.category_name {
  display: inline-block
}

.category_name h4 {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
}

.product_options {
  margin-bottom: 10px
}

.product_description {
  padding-left: 0px
}

.product_quantity {
  width: 104px;
  height: 47px;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
  overflow: hidden;
  padding-left: 8px;
  padding-top: -4px;
  padding-bottom: 44px;
  float: left;
  margin-right: 22px;
  margin-bottom: 11px
}

.order_info {
  margin-top: 18px
}

.shop-button {
  height: 44px
}

.product_fav i {
  line-height: 44px;
  color: #cccccc
}

.product_fav {
  display: inline-block;
  width: 52px;
  height: 46px;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 11%;
  text-align: center;
  cursor: pointer;
  margin-left: 3px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease
}

.br-dashed {
  border-radius: 5px;
  border: 1px dashed #dddddd;
  margin-top: 6px
}

.pr-info {
  margin-top: 2px;
  padding-left: 2px;
  margin-left: -14px;
  padding-left: 0px
}

.break-all {
  color: #5e5e5e
}

.image_selected {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% + 15px);
  height: 525px;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
  /* border: solid 1px #e8e8e8; */
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 15px
}



.empty_basket_message {
  color: #fff;
  /* padding: 7px; */
  text-align: center;
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  margin-left: 20px !important;

}


.empty-cart-message {
  background-color: white;
  padding: 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}


.menu-respo {
  display: none;
}


.menu-item {
  margin-right: 10px;
}


.image_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 165px;
  border: solid 1px #e8e8e8;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 15px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow: hidden
}

@media (max-width: 390px) {
  .product_fav {
    display: none
  }
}

.bbb_combo {
  width: 100%;
  margin-right: 7%;
  padding-top: 21px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 24px;
  border-radius: 5px;
  margin-top: 0px;
  text-align: -webkit-center
}

.bbb_combo_image {
  width: 170px;
  height: 170px;
  margin-bottom: 15px
}

.fs-10 {
  font-size: 10px
}

.step {
  background: #167af6;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 6.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 3.6em;
  margin-right: 5px;
  text-align: center;
  width: 3.6em;
  margin-top: 116px
}

.row-underline {
  content: "";
  display: block;
  border-bottom: 2px solid #3798db;
  margin: 0px 0px;
  margin-bottom: 20px;
  margin-top: 15px
}

.deal-text {
  margin-left: -10px;
  font-size: 25px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700
}

.padding-0 {
  padding-left: 0;
  padding-right: 0
}

.padding-2 {
  margin-right: 2px;
  margin-left: 2px
}

.vertical-line {
  display: inline-block;
  border-left: 3px solid #167af6;
  margin: 0 10px;
  height: 364px;
  margin-top: 4px
}

.p-rating {
  color: green
}

.combo-pricing-item {
  display: flex;
  flex-direction: column
}

.boxo-pricing-items {
  display: inline-flex
}

.combo-plus {
  margin-left: 10px;
  margin-right: 18px;
  margin-top: 10px
}

.add-both-cart-button {
  margin-left: 36px
}

.items_text {
  color: #b0b0b0
}

.combo_item_price {
  font-size: 18px
}

.p_specification {
  font-weight: 500;
  margin-left: 22px
}

.mt-10 {
  margin-top: 10px
}




/*
.single_product {
  padding-top: 16px;
  padding-bottom: 140px
} */

.image_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 165px;
  border: solid 1px #e8e8e8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  cursor: pointer;
  padding: 15px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow: hidden
}

.image_list li:last-child {
  margin-bottom: 0
}

.image_list li:hover {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3)
}

.image_list li img {
  max-width: 100%;
  object-fit: contain !important;
}

.image_selected {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% + 15px);
  height: 525px;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
  /* border: solid 1px #e8e8e8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  padding: 15px
}

.image_selected img {
  max-width: 100%
}

.product_category {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5)
}

.product_rating {
  margin-top: 7px
}

.product_rating i {
  margin-right: 4px
}

.product_rating i::before {
  font-size: 13px
}

.product_text {
  margin-top: 27px
}

.product_text p:last-child {
  margin-bottom: 0px
}

.order_info {
  margin-top: 16px
}

.product_quantity {
  width: 182px;
  height: 50px;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 25px;
  float: left;
  margin-right: 30px
}

.product_quantity span {
  display: block;
  height: 50px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  float: left
}

.product_quantity input {
  display: block;
  width: 30px;
  height: 50px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  padding-left: 9px;
  line-height: 50px;
  float: left
}

.quantity_buttons {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 29px;
  border-left: solid 1px #e5e5e5
}

.quantity_inc,
.quantity_dec {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 50%;
  cursor: pointer
}

.quantity_control i {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none
}

.quantity_control:active {
  border: solid 1px rgba(14, 140, 228, 0.2)
}

.quantity_inc {
  padding-bottom: 2px;
  justify-content: flex-end;
  border-top-right-radius: 5px
}

.quantity_dec {
  padding-top: 2px;
  justify-content: flex-start;
  border-bottom-right-radius: 5px
}

.color_img {
  display: flex;
  flex-wrap: wrap;
}

.color_img li {
  list-style-type: none;
  position: relative;
  margin-right: 15px;
  width: 80px;
  height: 80px;
}

.color_img li a {
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.color_img li img {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .image_list {
    padding-left: 0;
  }

  .image_list li {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
  }

  .image_list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 999;
  }
}

@media (max-width: 510px) {
  .image_list li {
    margin-right: 5px;
  }

  .image_selected {
    height: 150px;
  }
}

@media (max-width: 407px) {


  .image_list li {
    padding: 5px;
  }

}

.btn-close-item {
  color: #212529 !important;
}



.desc-respo {
  display: none;
}

.image_list {
  /* overflow: auto; */
  height: 40rem;
}

.image_list::-webkit-scrollbar {
  width: 5px;

}

.image_list::-webkit-scrollbar-track {
  background: #f1f1f1;

}

.image_list::-webkit-scrollbar-thumb {
  background: #888;

}

.image_list::-webkit-scrollbar-thumb:hover {
  background: #555;

}

.min-w-unset{
  min-width: unset!important;
}

.splide__slide img {
  width: 150px;
  height: 150px;
}

.splide {
  display: none;
}



.order-det {
  padding-top: 90px;
}


.card-img-cnt img {
  object-fit: contain;
}




/* normaly product style */

.card {
  border: none !important;
}

#carusel {
  display: none;
}

.order-left-img {
  order: 1 !important;
}

.product-cont {
  padding-top: 4rem;
}

#order-w {
  width: 40%;
}

.order-left-img::-webkit-scrollbar {
  width: 3px;
}

.order-left-img::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.order-left-img::-webkit-scrollbar-thumb {
  background: #888;
}

.order-left-img::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.mobile {
  display: none;
}

.slick-dots li{
  width: 40px;
}

.slick-dots li button{
  width: 100%;
}

.slick-dots li button:before {
  content: '';
  width: 100%;
  height: 5px;
  background: var(--proj-dark);
}

.slick-dots li.slick-active{
  width: 50px;
}

.slick-dots li.slick-active button:before{
  background: var(--main-col);
}

.slick-dots{
  bottom: -24px !important;
}

.slider-nav2 img {
  margin-bottom: 20px !important;
}

/* YENI DEYISIKLIKLER */

.slide-top {
  height: 200px !important;
  overflow: hidden !important;
}

.btn-outline {
  outline: none !important;
}

.btn-radius {
  border-radius: 0 !important;
}


.cart-item-up {
  display: flex;
  justify-content: space-between;
}

.cart-item-img {
  width: 130px;
  height: 100px;
}

.cart-item-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.number-qty {
  width: 50px;
}

.nav-container-logo h2{
  color: #56ae6c;
}

.order-left-img {
  order: 1 !important;
  margin-top: -61px;
}

.order-det {
  padding-top: 45px;
}

/* Pop up */
.pop-up-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.435);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}


.popup-container-for {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.435);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.pop-up .close {
  display: flex;
  justify-content: right;
}

.pop-up-for .close-for {
  display: flex;
  justify-content: right;
}

.pop-up .close i {
  cursor: pointer;
  margin: 0 !important;
}

.pop-up-for .close-for i {
  cursor: pointer;
  margin: 0 !important;
}
.pop-up {
  background: var(--proj-light);
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 500px;
  z-index: 5;
}

.pop-up .pop-up-content .pop-up-title {
  font-size: 30px !important;
  font-weight: bold;
  margin: 0 !important;
  text-align: center;
}

.pop-up .pop-up-content .pop-up-text {
  font-size: 20px !important;
  margin: 0 !important;
  text-align: center;
}

@media screen and (max-width: 550px) {
  .pop-up {
    width: 450px;
  }
}

@media screen and (max-width: 500px) {
  .pop-up {
    width: 400px;
  }

  .pop-up-content {
    padding: 2rem 9px !important;
  }
}

@media screen and (max-width: 450px) {
  .pop-up {
    width: 400px;
  }
}

@media screen and (max-width: 420px) {
  .pop-up {
    width: 350px;
  }
}

@media screen and (max-width: 370px) {
  .pop-up {
    width: 300px;
  }
}

@media screen and (max-width: 300px) {
  .pop-up {
    width: 250px;
  }
}












.slider-text {
  font-size: 25px;
  color: #59ab6e !important
}


.top-slider-img {
  display: flex;
  justify-content: space-around;
  align-items: center;
  justify-content: center;
}


.top-slider-img {
  width: 100%;
}

.slide-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}


.slider-text-container {
  width: 600px;
  position: absolute;
  display: flex;
  left: 100px;
  flex-direction: column;
  justify-content: end;
  color: white;
}


.footer-slide-nav-btn {
  color: #59ab6e !important;
  font-size: 2.8em !important;
}


.number-qty {
  text-align: center;
  height: 28px;
  border: 0;
  box-sizing: border-box;
}

.quantity-form {
  border: 1px solid var(--main-col);
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 9999px;
}

textarea:focus,
input:focus {
  outline: none;
}





.slide-footer-nav-btn {
  color: #59ab6e !important;
  font-size: 2.8em !important;
}

.slide-footer-toggle {
  background-color: #59ab6e !important;
}




/* teze slider */


.pro-up {
  overflow: hidden;
  height: auto;
}


.pro-up {
  overflow: hidden;
}


.a-img {
  position: absolute;
  left: 8rem;
  top: -2rem;
}

#slde {
  margin-top: -14rem;
  margin-left: 0.5rem;
}

.slick-dots {
  display: block;
  margin: 0;
}




.desc-head {
  margin-top: 2rem;
}


.form-pro {}

#order-w {
  width: 50%;
}

.product-slider-nav .slick-current img{
  border: 2px solid var(--main-col) !important;
}

.sl-he {
  height: 100px;
}

.product-detail-card>div {
  display: flex;
  flex-direction: column;
}

/* .product-desc{
  column-count: 3;
}

@media (max-width: 576px){
  .product-desc{
    column-count: 2;
  }
} */

.product-desc ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-slider .slick-slide {
  box-sizing: border-box;
  padding: 10px;
}

.main-product-item{
  height: 100%;
}

.socials-main-div{
    display: flex;
    justify-content: space-between;
    width: 220px;
}

.socials-main-div > div{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid var(--proj-dark);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all 0.3s ease;
}


.socials-main-div > div:hover{
    background-color: var(--main-col);
    border-color: var(--main-col);
    color: #fff!important;
}


.footer-info-links ul li{
    list-style-type: none;
    margin-bottom: 5px;
}

.footer-info-links ul{
    padding-left: 0!important;
}

.footer-info-links ul li a{
    text-decoration: none;
}

.footer-section{
    background-color: var(--proj-darkest);
    color: var(--proj-light);
}

.footer-section *{
  color: var(--proj-light);
}

.footer-up{
    display: flex;
    justify-content: center;
}

.footer-up-icon{
    display: flex;
    align-items: center;
}

.footer-up-icon  i{
    font-size: 20px;
}

.socials-main-div {
    padding: 1rem 0;
}

.footer-icon-div{
    cursor: pointer;

}

.footer-icon-div a{
    line-height: 1rem;
}

.socials-main-div > div:hover a{
    color: #fff!important;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.video-iframe-div {
    width: 400px;
    overflow: hidden;
    height: 300px;

}

.video-iframe {
    width: 100%;
    height: 100%;
}


.window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.435);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.window-up .window-close {
    display: flex;
    justify-content: right;
}

.window-up .window-close i {
    cursor: pointer;
    margin: 0 !important;
}
.window-up {
    padding: 1rem;
    background: var(--proj-light);
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 500px;
    z-index: 5;
}


.window-up .pop-up-content-window, .window .order-form {
    padding: 0rem 2rem;
}

.window-up .pop-up-content-window .pop-up-title-window {
    font-size: 30px !important;
    font-weight: bold;
    margin: 0 !important;
    text-align: center;
}

.window-up .pop-up-content-window .pop-up-text-window {
    font-size: 20px !important;
    margin: 0 !important;
    text-align: center;
}



@media screen and (max-width: 550px) {
    .window-up {
        width: 450px;
    }
}

@media screen and (max-width: 500px) {
    .window-up {
        width: 400px;
    }
}

@media screen and (max-width: 450px) {
    .window-up {
        width: 400px;
    }
}

@media screen and (max-width: 420px) {
    .window-up {
        width: 350px;
    }
}

@media screen and (max-width: 370px) {
    .window-up {
        width: 300px;
    }
}

@media screen and (max-width: 300px) {
    .window-up {
        width: 250px;
    }
}

.product-slider-container .video-container ul{
   opacity: 0!important;
}

.number-input-for{
    text-align: center;
    width: 100%;
    padding: 0.5rem !important;
    box-shadow: 0 1px 4px var(--proj-shadow) !important;
    margin-bottom: 9px;
    outline: none !important;
    background: white;
    border: none;
    border-radius: 10px;
}

.product-section{
    position: relative;
}

#discount_price{
    background: #f52424;
    padding: 4px 13px 4px 13px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 11px;
    color: #000;
}

@media (max-width:769px) {
    #discount_price {
        background: #f52424;
        padding: 3px 10px 3px 10px;
        font-size: 17px;
        font-weight: bold;
        border-radius: 11px;
        color: #000;
    }
}

.counter{
    border: 2px solid var(--proj-red);
    /* background: linear-gradient(124deg, rgba(132, 167, 167, 1) 78%, rgba(135, 169, 170, 1) 78%, rgba(108, 193, 191, 1) 96%); */
}

.counts{
  padding: 0 6px;
}

.p-cnt{
  color: var(--proj-dark);
  font-size: 1rem;
}

#countdown{
    color: var(--proj-dark);
    font-size: 18px;
    display: flex;
    justify-content: center;
    font-weight: 300 !important;
}

.product-mn{
    position: relative;
}

.count-back h2 span{
    display:inline-block;
    font-size:12px!important;
    font-weight: 400;
}

.counts{
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;
    font-size:1.4rem;
}

#phone_num{
    padding: 0.210rem 0.75rem;
}

button:focus {
    outline: none !important;
}

.btn-lang-switch{
  border: none;
  border-radius: 1000px;
}

.btn-lang-switch:focus{
  border: none;
}

.lang_switcher{
  background-color: var(--proj-dark);
  backdrop-filter: blur(20px);
}

.lang_switcher a{
  background: transparent !important;
}

.lang_switcher img{
  transition: transform 0.3s ease;
}

.lang_switcher a:hover img{
  transform: scale(1.4);
}

.play-buttoned{
  position: relative;
}

.play-buttoned img{
  filter: blur(1px);
  -webkit-filter: blue(1px);
}

.play-buttoned:after{
  content: '\f144';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  position:absolute;
  color: #ffffffd1;
  font-family: "Font Awesome 6 Free";
  font-size: 70px;
  font-weight: 900;
}

.product-slider-nav .play-buttoned:after{
  font-size: 40px;
}