body {
  font-family: "Inter", serif;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

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

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

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

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

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

#topbannerslider .swiper-slide {
  padding: 15px 0;
  display: flex;
  justify-content: center;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 0;
}

header .header-search-input {
  border: 1px solid rgba(34, 34, 34, 0.3);
  border-radius: 5px;
  background-color: #fff;
  padding: 12px;
  width: 35vw;
}

header .header-search-input:focus {
  outline: none;
}

header .header-search-button {
  border: 1px solid #d80707;
  background-color: #d80707;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
}

header .header-right .icons {
  border-left: 1px solid rgba(74, 85, 104, 0.5);
  padding: 5px 15px;
}

.header-bottom {
  display: flex;
  gap: 60px;
  align-items: center;
}

.header-bottom .tum-kategoriler {
  background-color: #0F957B;
  border-radius: 5px;
  color: #fff;
  border: none;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 600;
  text-wrap: nowrap;
  line-height: 1.2;
}

.header-bottom .header-bottom-items {
  display: flex;
  justify-content: space-between;
}

.header-bottom .header-bottom-items .header-items {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.main-banner {
  width: 100%;
}

.main-banner img {
  width: 100%;
}

.main-title {
  color: #222;
  font-size: 28px;
  font-weight: 700;
  border-bottom: 2px solid #FF4F4F;
  padding-bottom: 15px;
  width: fit-content;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.main-card {
  border: 1px solid #EEE;
}

.main-card .main-card-body {
  padding: 12px;
  border-top: 1px solid #EEE;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main-card .main-card-body .name {
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  color: #444;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-card .main-card-body .category {
  color: #848484;
  font-size: 12px;
  font-weight: 300;
}

.main-card .main-card-body .old-price {
  color: #444;
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
}

.main-card .main-card-body .discount {
  color: #F21E10;
  font-size: 14px;
  font-weight: 300;
}

.main-card .main-card-body .discount b {
  font-weight: 600;
}

.main-card .main-card-body .price {
  color: #444;
  font-size: 18px;
  font-weight: 600;
}

.main-card .main-card-body .add-cart {
  color: #4A5568;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  background-color: #F8F8F8;
  border-radius: 50px;
  width: 100%;
  border: none;
  padding: 10px;
}

.main-card .main-card-body .cart-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  color: #0DA487;
}

.main-card:hover .add-cart {
  background-color: #FF4F4F;
  color: #fff;
}

.marka-card {
  border: 1px solid #DDD;
  border-radius: 5px;
  background-color: #fff;
}

footer {
  border-top: 1px solid #0DA487;
  background: rgba(13, 164, 135, 0.08);
  padding: 60px 0 30px 0;
}

footer .footer-social {
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(34, 34, 34, .75);
}

footer .footer-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

footer .footer-text {
  color: #222;
  font-size: 16px;
  font-weight: 400;
}

footer .footer-title-two {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

footer .footer-items {
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

footer .footer-title {
  color: #222;
  font-size: 18px;
  font-weight: 600;
}

.footer-menuler a {
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

/* SAYFA ÜSTLERİ BREADCUMB */
.breadcumb {
  white-space: nowrap;
}

.breadcumb .items {
  color: #292929;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.BreadCrumb {
  white-space: nowrap;
  color: #444;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb-menubar li a::after {
  content: " » ";
  margin-left: 10px;
}

.breadcrumb-menubar li:nth-last-child(-n + 2) a::after {
  content: "" !important;
}

.breadcrumb-menubar li a {
  text-wrap: nowrap;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  flex-wrap: nowrap;
}

.kategori-urunler .page-title .BreadCrumb {
  /* display: none; */
  font-size: 18px;
  font-weight: 500 !important;

}

.kategori-urunler .BreadCrumb {
  margin-bottom: 0 !important;
}



#myCarousel {
  max-width: 100%;
  margin: 0 auto;
  order: 2;
}

#myCarousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-container {
  width: 100%;
  display: grid;
  grid-template-columns: 106px minmax(0px, 1fr);
}

@media (max-width: 720px) {
  #myCarousel {
    order: 0;
  }

  .img-container {
    grid-template-columns: minmax(0px, 1fr);
  }
}

.product-detail-page {
  padding: 30px;
  border: 1px solid #DDD;
  border-radius: 5px;
}

.product-detail-page .product-name {
  color: #303030;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}

.product-detail-page .yorum-sayisi {
  color: #303030;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.product-detail-page .brand-name {
  color: #303030;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

.product-detail-page .new-price {
  color: #FF624C;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.product-detail-page .old-price {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: line-through;
  opacity: .5;
}

.urunSecimTable {
  border: none;
}

ul.urunSecim li {
  border: 1px solid rgba(48, 48, 48, .3);
  border-radius: 10px;
  padding: 10px 35px;
}

ul.urunSecim li.selected {
  border-color: rgba(255, 98, 76, .5);
  color: rgba(255, 98, 76, 1);
}

.quantity {
  border-radius: 50px;
  border: 1px solid #FF4F4F;
  padding: 5px;
}

.quantity .quantity-button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F4F4F4;
  border: none;
  font-size: 20px;
}

.quantity .quantity-input {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  background-color: transparent;
}

.quantity .quantity-input:focus {
  outline: none;
}

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

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

.sepete-ekle-detay {
  background-color: #FF4F4F;
  border-radius: 50px;
  color: #FFF;
  font-size: 16px;
  height: 100%;
  font-weight: 500;
  line-height: 1.4;
  padding: 15px;
  width: 100%;
  border: none;
}

.product-grid-two {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.category-sidebar {
  border: 2px solid #EEE;
  border-radius: 5px;
}

.category-sidebar .kategoriler {
  padding: 10px 15px;
  border-bottom: 2px solid #EEE;
  margin-bottom: 0;
}

.category-sidebar .kategoriler a {
  font-size: 14px;
  color: #000;
}

.category-sidebar .kategoriler label {
  font-size: 14px;
  color: #000;
}

.category-sidebar .filitreBaslik {
  margin-bottom: 10px;
}

.category-sidebar .kategoriler:last-child {
  border-bottom: none;
}

.category-sidebar .box .title-div {
  padding: 10px 15px;
  border-bottom: 2px solid #EEE;
  padding-bottom: 15px;
}

.category-sidebar ul {
  padding-left: 0;
}

.category-sidebar .box .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.sayfaIcleri {
  margin-top: 20px;
}

.anasBaslik {
  margin-bottom: 20px;
}

.detay-fav-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  min-width: 45px;
  border: 1px solid #000;
}

@media(max-width:990px) {
  .product-detail-page {
    padding: 10px;

  }

  .f-carousel__track img {
    object-fit: contain;
  }

  .product-detail-page .new-price {
    font-size: 26px;
  }

  .main-card .main-card-body .cart-icon {
    display: none;
  }

  .main-card .main-card-body .add-cart {
    font-size: 14px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* HEADER START  */

.header-bottom {
  padding: 5px 0;
  background-color: #fff;
}

.header-bottom .header-bottom-items {
  color: #000;
  font-family: Inter;
  font-size: 15.125px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header-categories-list {
  width: 100%;
  overflow-x: auto;
  padding: 15px 0;
}

.header-categories-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.header-categories-list::-webkit-scrollbar {
  width: 100%;
  height: 4px;
  background-color: transparent;
}

.header-categories-list::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #fff;
}

.header-bottom .header-bottom-items:last-child {
  border: none;
}

.header-bottom .menu-dropdown {
  background-color: #d80707;
  padding: 5px 10px;
  border-radius: 5px;
}

.header-bottom .menu-dropdown .tum-kategori {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-wrap: nowrap;
}

.header-bottom .menu-dropdown .button-bars {
  border: none;
  background-color: transparent;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.header-bottom .menu-dropdown .button-bars i {
  font-size: 18px;
}

.header-bottom .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.hover-category:hover+.categories {
  visibility: visible;
  opacity: 1;
}

.categories:hover {
  visibility: visible;
  opacity: 1;
}

.categories {
  z-index: 9999;
  width: 100%;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 12px;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}

.categories .categories-wrapper {
  position: relative;
}

.categories .left {
  width: 250px;
  border-radius: 0px 0px 0px 5px;
  background: #fff;
  padding: 0;
}

.categories .left .submenu-items {
  color: #282d35;
  font-size: 14px;
  font-weight: 500;
}

.categories .left .submenu-button {
  border: none;
  background-color: transparent;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0 10px 10px;
}

.categories .left .submenu-button .fa-chevron-right {
  font-size: 14px;
}

.categories .left .submenu-button:hover {
  color: #0F957B;
  background-color: #eef2f8;
}

.categories .left .left-box {
  border-bottom: 1px solid rgba(40, 45, 53, 0.1);
}

.categories .left .left-box:last-child {
  border: none;
}

.categories .left .left-box:hover>.right {
  visibility: visible;
  opacity: 1;
}

.categories .right {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 250px);
  border-radius: 0px 0px 5px 0px;
  background: #eef2f8;
  visibility: hidden;
  height: 100%;
  padding: 20px;
  opacity: 0;
  min-height: 350px;
}

.categories .right .submenu-right-items {
  color: #393e46;
  font-size: 14px;
  font-weight: 400;
}

.header-categories-list {
  display: flex;
  justify-content: space-between;
}

.header-categories-list a:first-child {
  margin-left: 1.4rem;
}

.hover-category:hover+.categories {
  visibility: visible;
  opacity: 1;
}

.header-dropdown-menu-link {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  width: fit-content;
}

/* HEADER END  */


/* ÜRÜN DETAY GALERİ KISMI  */
.img-sec {
  width: 100%;
  display: flex;
  align-items: center;
}

.img-sec .swiper.p-thumbs {
  width: 120px;
  height: 480px;
}

.img-sec .swiper.p-thumbs .swiper-slide {
  border: 1px solid rgb(255 255 255 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  cursor: pointer;
  transition: 0.4s;
}

.img-sec .swiper.p-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #e1251b82;
}

.img-sec .swiper.p-thumbs .swiper-slide img {
  width: 100%;
  object-fit: contain;
}

.img-sec .swiper.p-main {
  width: 100%;
  height: 100%;
}

.img-sec .swiper.p-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0 !important;
}

.img-sec .swiper.p-main .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.img-sec .swiper.p-main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-sec .left-swiper .navs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.img-sec .left-swiper .navs .nav-item {
  cursor: pointer;
  fill: none;
  stroke: red;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}

.img-sec .left-swiper .navs .nav-item.swiper-button-disabled {
  opacity: 0.2;
  cursor: unset !important;
}

.img-sec .left-swiper .navs .nav-item svg {
  width: 24px;
  height: 13px;
}

.img-sec .left-swiper {
  position: relative;

}

@media only screen and (max-width: 767px) {

  .img-sec .swiper.p-thumbs {
    width: 340px;
    height: 110px;
  }

  .img-sec .left-swiper {
    margin-top: 35px;

  }
}

@media only screen and (max-width: 991px) {
  .img-sec {
    flex-direction: column-reverse;
  }

  .img-sec .left-swiper .navs .nav-item.next {
    transform: rotate(-90deg);
  }

  .img-sec .left-swiper .navs {
    flex-direction: row;
  }

  .img-sec .left-swiper .navs .nav-item.prev {
    transform: rotate(-90deg);
  }


  .img-sec .swiper.p-thumbs {
    width: 340px;
    height: 110px;
  }

  .img-sec .left-swiper {
    margin-top: 10px;
    padding: 0;
  }

}

/* ÜRÜN DETAY GALERİ KISMI  */

.page-inner-content .topresults {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.searchResultFilter li {
  margin-bottom: 20px !important;
}

.searchResultFilter li a {
  color: #000;
  font-size: 14px;
}

.searchResultFilter {
  padding-left: 0 !important;
}

.detayblok .page-title {
  font-size: 30px;
  margin-bottom: 30px;
}

.kategori-listeleri .page-title
{
  font-size: 20px !important;
  margin-bottom: 20px;
}
.kategori-listeleri .page-title .BreadCrumb
{
  font-size: 20px;
  font-weight: 600 !important;
}
/* .kategori-listeleri .page-title .BreadCrumb:first-child{
  display: none !important;
} */
.mobile-top-header
{
  display: none;
}
@media(max-width:990px) {

  .header-bottom.mobile {
    background-color: #262626;
    padding: 15px 0;
  }

  .bars-button {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
  }

  .mobile-kategori-offcanvas .offcanvas-title {
    color: #444;
    font-size: 17px;
    font-weight: 600;
  }

  .mobile-kategori-offcanvas .offcanvas-body {
    padding: 0 1rem !important;
  }

  .mobile-kategori-offcanvas .menu-list-item .menu-link {
    color: #444;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgba(222, 227, 235, 1);
    padding: 10px 0;
  }
  .header-bottom.mobile .mobile-menu-alt-link
  {
    font-size: 14px;
    color: #000;
  }
  header 
  {
    display: none;
  }
  .mobile-top-header
  {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
  

  
.form-search-input{
  width: 100%;
  box-shadow: none;
  outline: none;
  border: 1px solid rgba(34, 34, 34, 1);
  padding: 10px 20px 10px 40px;
  border-radius: 10px;

}
.form-search-input::placeholder{
  font-style: normal !important;
}
.form-search-input:focus{
  box-shadow: none !important;
  backdrop-filter: none;
  border: 1px solid rgba(34, 34, 34, 1) !important;
  outline: none !important;
}
.form-search-input.active{
  border-radius: 10px 10px 0 0 !important;

}
.search-input-area .search-icon{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.search-response{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 100px;
  z-index: 99;
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
  display: none;
  border: 1px solid rgb(34, 34, 34);
  overflow: auto;
  max-height: 300px;
}
.search-response.active{
  display: block;
  border-top: 0 !important;
}
.result-item{
  padding: 10px 5px;
  border-bottom: 1px solid #8e8e8e;
  display: flex;
  gap: 10px;
}
.result-item:last-child{
  border-bottom: 0 !important;
}

.result-item .product-name{
  font-size: 16px;
  text-overflow: ellipsis;
}
.result-item .product-cat{
  font-size: 14px;
  color: rgba(0, 0, 0, .6) !important;
}
}
.tumunu-gor-main
{
  font-size: 16px;
    color: #000;
    font-weight: 600;
}
.main-card .image-box 
{
  position: relative;
}

.detail-tabs .tabs-items {
  padding: 20px 70px;
  border: none;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 400;
}

.detail-tabs .tabs-items.active {
  color: #000;
  font-weight: 500;
  border-bottom: 2px solid #000;
}

.etikets .etiket {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 990px) {
  .detail-tabs .tabs-items {
    padding: 10px 20px;
    font-size: 15px;
  }

  .detail-tabs .tabs-items.active {
    font-weight: 500;
  }
  ul.urunSecim li
  {
    padding:8px 20px;
    font-size: 14px;
  }
}


/* WHATSAPP CARD  */
.whatsapp_tabela .wrap .icon
{
  width: auto;
}
.whatsapp_tabela .wrap
{
  min-width: 360px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.whatsapp_tabela .wrap .icon i.fa
{
  font-size: 40px;
}
.whatsapp_tabela .wrap .right p.title
{
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.whatsapp_tabela .wrap .right p.number
{
  font-size: 24px;
  color: #000;
}
.whatsapp_tabela .wrap .right p.slogan
{
  color: #000;
}
@media(max-width:990px)
{
  .whatsapp_tabela .wrap .right
  {
    width: 100%;
  }
  .whatsapp_tabela .wrap
  {
    width: 100%;
    min-width: 100% !important;
  }
}
/* WHATSAPP CARD  */


.tum-kategori-box {
  border: 1px solid #cacaca;
  background-color: #fff;
  border-radius: 5px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  margin-bottom: 25px;
  overflow: hidden;
}

.tum-kategori-box .top {
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
  background: #B6D8FF;
  color: #000;
}

.tum-kategori-box .top a {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.tum-kategori-box .body a {
  font-size: 15px;
  font-weight: 400;
  color: #444;
  line-height: 29px;
}

.tum-kategori-box .body-div {
  padding: 10px;
  height: 210px;
  max-height: 210px;
  overflow: auto;
}

.tum-kategori-box .body-div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.tum-kategori-box .body-div::-webkit-scrollbar {
  width: 3px;
  height: 100%;
  background-color: transparent;
}

.tum-kategori-box .body-div::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #000;
}

.features-container {
    /* max-width: 1200px; */
    margin-bottom:50px;
    /* padding: 20px; */
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-box {
    background: white;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

p {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 15px;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .features-container {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        padding: 15px;
    }

    .feature-box {
        padding: 20px;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
    }

    h3 {
        font-size: 1.2rem;
    }

    p {
        font-size: 0.9rem;
    }
} 
.feature-box p
{
	font-size: 0.90rem;
}
header .logo img 
{
  min-width: 120px;
}



.yeni #tel-birakin .number{
  display: none !important;
}

.yeni .whatsapp_tabela {
  margin-top: 0 !important;
  width: 100%;
}
.yeni .whatsapp_tabela .wrap {
  border: 1px solid #e5e5e5 !important;
  padding: 15px 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
  border-radius: 5px !important;
  width: 100% !important;
}
.yeni .whatsapp_tabela .wrap:hover {
  border-color: var(--green) !important;
}
.whatsapp_tabela .wrap .right {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}
.yeni .whatsapp_tabela .wrap .right {
  text-transform: uppercase !important;
  color: #fff ;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.yeni  p.title {
  text-transform: uppercase !important;
  color: #fff ;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.yeni .whatsapp_tabela .wrap .right p.number {
  font-size: 25px !important;
  font-weight: 600 !important;
  color: #5f5f5f !important;
  margin: 0 !important;
  display: none;
}
.yeni .whatsapp_tabela .wrap .right p.slogan {
  color: #5f5f5f !important;
  font-weight: 400 !important;
  margin: 0 !important;
  font-size: 8px !important;
  display: none;
}
.yeni .whatsapp_tabela .wrap .icon{
  height: 20px;
}
.yeni .whatsapp_tabela .wrap .icon i.fa {
  font-size: 20px !important;
}
.yeni .whatsapp_tabela .wrap .icon {
  width: auto !important;
}
.yeni .whatsapp_tabela a .wrap {
    background-color: #44C46F !important;
    color: #FFF !important;
}

