#category-list .col-md-3 {
  margin-bottom: 25px;
}

.section-top-bar ul li a {
  color: #fff;
  font-size: 16px !important;
}
.category-wrapper,
#product-list .product-wrapper {
  border: 1px solid #ccc;
  padding: 20px 0px;
  transition: all .4s;
}

.category-img,
#product-list .product-image .rgw {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-img img,
#product-list .product-image img {
  height: 100%;
  object-fit: cover;
}

.product-list .weta-icerik-tag {
  font-size: 16px !important;
  text-align: center;
}

#category-list .product-title .btn {
  font-size: 12px !important;
}

.learn-more {
  display: none;
}

#category-list .product-title {
  margin-top: 15px;
}

.productList .rg-wrapper {
  margin-bottom: 1.5rem !important;
}

@media(min-width:768px) {
  .section-header .col-lg-3 {
    width: 25%;
  }

  .section-header .col-lg-9 {
    width: 75%;
    height: 75px;
  }

  .section-header #navigation>ul>li a,
  .nav-right .select-language .lang-menu>ul>li>a {
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  .section-header #navigation>ul>li,
  .lang-menu>ul>li {
    padding: 0px 15px;
  }

  #slide-items-2 img,
  #slide-items-5 img,
  #slide-items-7 img {
    object-position: top;
  }

  .pageSliderContent .sliderJs .swiper-slide::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 50%) !important;
    opacity: 1 !important;
  }

  .slider-contents {
    bottom: 17%;
  }

  .slider-contents p {
    font-size: 18px !important;
  }

  .pageSliderContent {
    max-height: 85vh;
  }

  .logo img {
    max-height: 90px !important;
    z-index: 999;
    padding: 0;
    margin: 0;
    width: auto;
    position: relative;
    top: -15px;
  }

  .section-header.fixed .logo img {
    top: 0px;
  }

  .section-header #navigation>ul>li.dropdown .dropdown-trigger {
    right: 0px !important;
  }
}

.weta-slider-buttons .btn {
  border-radius: 0px !important;
  min-width: 145px;
}

.weta-slider-buttons .btn:nth-child(2) {
  background-color: var(--site-hover-color);
  border-color: var(--site-hover-color);
}

.weta-slider-buttons .btn:nth-child(2):hover {
  background-color: transparent;
  border-color: var(--site-hover-color);
}

.weta-slider-buttons .btn:nth-child(1):hover {
  background-color: transparent;
  border-color: var(--site-color);
}

.gallery-section-2 .img-wrapper,
.gallery-section-3 .img-wrapper,
.gallery-section-4 .img-wrapper {
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}

.gallery-section-2 .img-title,
.gallery-section-3 .img-title,
.gallery-section-4 .img-title {
  position: absolute;
  bottom: 35px;
  background: #fff;
  padding: 15px 30px;
  box-shadow: 0 0 10px -5px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.gallery-section-2 .img-title .weta-icerik-tag,
.gallery-section-3 .img-title .weta-icerik-tag,
.gallery-section-4 .img-title .weta-icerik-tag {
  font-size: 13px;
  margin-bottom: 0px !important;
}

.gallery-section .gallery-wrapper {
  margin-bottom: 20px;
}

.gallery-section .gallery-wrapper .weta-icerik-tag {
  text-align: center !important;
}

.gallery-section-3 {
  padding-top: 0px !important;
}

.footer-description li {
  padding: 5px 0px;
  position: relative;
  transition: all .4s;
}

.footer-description li:hover {
  transform: translateX(5px);
}

.footer-description li:nth-child(1) {
  padding-top: 0px !important;
}

.gallery-section-6 .col-md-3 {
  opacity: 1;
  transform: translateZ(0);
  border: 1px solid #ccc;
  margin-bottom: 0px;
}

.gallery-section-6 .col-md-3 .gallery-img {
  padding: 15px;
}

.sliderJs .swiper-button-next,
.sliderJs .swiper-button-prev {
  top: 70%;
  border: none;
}

.sliderJs .swiper-button-next:hover,
.sliderJs .swiper-button-prev:hover {
  opacity: 1 !important;
}

.pageSliderContent .swiper-button-next::after,
.pageSliderContent .swiper-button-prev::after {
  color: #fff !important;
  font-size: 30px !important;
}

.swiper-pagination-bullet {
  border: 1px solid #fff !important;
  width: 30px;
}

.pageSliderContent .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

@media(min-width:768px) {
  .dropdown-menu {
    background-color: var(--site-header-color);
  }

  .section-header #navigation>ul>li:hover a,
  .nav-right .select-language .lang-menu>ul>li:hover>a {
    color: var(--site-header-title-color) !important;
  }

  .section-header #navigation>ul>li,
  .section-header .lang-menu>ul>li {
    height: 40px;
    line-height: 40px;
  }

  .section-header li.dropdown #main-menu,
  .section-header li.dropdown #custom,
  .section-header li.dropdown #member-info {
    left: 0;
    padding: 0px !important;
  }

  .section-header li.dropdown:hover #main-menu,
  .section-header li.dropdown:hover #custom,
  .section-header li.dropdown:hover #member-info {
    top: 40px;
  }

  .section-header.fixed li.dropdown:hover #main-menu {
    top: 55px;
  }

  .section-header .dropdown-menu li:hover {
    transform: none;
  }

  .section-header #navigation>ul>li.dropdown .dropdown-trigger {
    color: #fff !important;
  }

  #category-list .col-md-3,
  #product-list .col-md-3 {
    width: 33.3% !important;
  }

  .section-header #navigation>ul>li.active a {
    color: var(--site-header-title-color) !important;
  }
}

@media(max-width:768px) {
  .category-listing {
    display: none !important;
  }

  .page-breadcrumb .relative-title .page-name span {
    font-size: 12px !important;
    top: -34px !important;
  }

  .section-header #navigation>ul {
    margin-top: 50px;
  }

  #category-list .col-md-3,
  #product-list .col-md-3 {
    width: 50% !important;
  }

  .category-img img,
  #product-list .product-image img {
    object-fit: contain !important;
  }

  .section-header #navigation>ul>li a {
    color: #000 !important;
  }

  .menu-click.open span {
    background-color: #000 !important;
  }
}

.search-click {
  color: #fff !important;
}

.footer-pages {
  max-height: 550px;
  overflow: scroll;
}

.footer-pages::-webkit-scrollbar,
.product-category-buttons {
  display: none;
}

@media(min-width:768px) {
  .section-header.fixed {
    display: none !important;
  }
}

#left-bar #header-social-media {
  display: none !important;
}

#click_whatsapp {
  width: 60px !important;
  height: 60px !important;
  background-color: #48c735 !important;
  right: 20px !important;
  bottom: 20px !important;
  font-size: 34px !important;
}

.fixed-phone.fixed-bottom {
  width: 60px !important;
  height: 60px !important;
  left: 20px !important;
  bottom: 20px !important;
  font-size: 28px !important;
}

@media(min-width:768px) {
  .search-type-1.search-wrap .search-cell {
    top: 4%;
  }

  .search-type-1.search-wrap .search-cell .nav-search {
    width: 1100px;
  }

  .search-type-1.search-wrap {
    background-color: transparent !important;
  }
}

.category-wrapper .btn {
  display: none !important;
}

.product-wrapper .product-title,
.category-wrapper .product-title {
  color: #fff;
  padding: 5px;
  font-weight: 400;
  background: #636363;
}

.category-wrapper,
.product-wrapper {
  padding-bottom: 0px !important;
}

.product-list .weta-icerik-tag {
  font-weight: 400 !important;
  text-align: left !important;
  color: #fff !important;
  font-size: 14px !important;
}

#product-list .col-md-3 .product-wrapper .product-title {
  padding: 5px 10px;
}

#right_end-bar {
  display: none !important;
}

.socialList-3 {
  width: 70%;
  display: flex;
  justify-content: end;
}

.section-top-bar ul {
  height: 84%;
}

.one-3 {
  padding: 0 10px;
  margin-left: 10px;
  height: 33px;
  line-height: 33px;
}

.one-3 i {
  margin-right: 5px !important;
}

#left-bar {
  width: 50%;
}

.section-header .search-click-1 {
  padding: 0px !important;
}

#allteklifPopup label.custom-label {
  transform: none !important;
  opacity: 1 !important;
  z-index: 9;
}

#allteklifPopup #phonenumber label {
  display: none !important;
}

.productDetail .teklifButton {
  display: none !important;
}

.one-3 button {
  background-color: transparent;
  border: none !important;
  color: #fff !important;
}

@media(min-width:1000px) and (max-width:1400px) {
  .section-top-bar #left-bar {
    width: 30% !important;
  }

  .section-top-bar #right-bar {
    width: 70% !important;
  }

  .section-header #navigation>ul>li,
  .lang-menu>ul>li {
    padding: 0px 10px !important;
  }

  .section-header #navigation>ul>li a,
  .nav-right .select-language .lang-menu>ul>li>a {
    font-size: 11px !important;
  }
}

.section-top-bar ul li {
  margin-right: 0px !important;
}

.section-top-bar #left-bar {
  width: 20%;
}

.section-top-bar #right-bar {
  width: 80%;
}

.subscribeCover {
  background: #757575;
  padding: 0 0;
  position: relative;
}

.subscribeIcon {
  float: left;
  background: #fff;
  color: #00aeef;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 55px;
  font-size: 17px;
  position: relative;
  top: 10px;
}

.subscribeText {
  float: left;
  line-height: 67px;
  border-left: 1px solid #fff;
  margin-left: 15px;
  padding-left: 15px;
}

.subscribeText p {
  color: #fff;
  font-size: 15px;
}

.subscribeCover .flex .form-control {
  background: 0 0;
  border: 1px solid #fff;
  color: #ffff !important;
  font-size: 14px;
  position: relative;
  top: 14px;
  padding-right: 35px;
}

.subscribeCover .form-control {
  height: 42px;
}

.subscribeCover .alertBtn {
  background: 0 0;
  border: 0;
  color: #fff;
  position: absolute;
  right: 25px;
  top: 22px;
}

.subscribeCover {
  background: #757575;
  padding: 0 0;
  position: relative;
  height: 83px;
}

.subscribeIcon {
  float: left;
  background: #fff;
  color: #00aeef;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 55px;
  font-size: 23px;
  position: relative;
  top: 10px;
}

.subscribeText {
  float: left;
  border-left: 1px solid #fff;
  margin-left: 15px;
  padding-left: 15px;
}

.subscribeText p {
  color: #fff !important;
  font-size: 15px !important;
  line-height: 67px !important;
}

.subscribeCover .flex .form-control {
  background: 0 0;
  border: 1px solid #fff;
  color: #ffff !important;
  font-size: 14px;
  position: relative;
  top: 14px;
  padding-right: 35px;
}

.subscribeCover .flex {
  position: relative;
}

.subscribeCover .form-control {
  height: 42px;
}

.subscribeCover .btn-ebulten {
  background: 0 0;
  border: 0;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 7px;
  font-size: 30px;
}

.page-breadcrumb:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 180px;
  background: #000000c4;
}

.page-breadcrumb {
  height: 180px;
}

.page-breadcrumb .container {
  height: 100%;
  position: relative;
}

.page-breadcrumb .title-holder {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.page-breadcrumb .relative-title {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  position: relative;
}

.page-breadcrumb .relative-title .page-name {
  display: block;
}

.page-breadcrumb .relative-title .page-name span {
  text-align: left;
  color: #fff;
  font-weight: 700 !important;
  font-size: 42px;
  position: relative;
  top: 30px;
}

.page-breadcrumb .relative-title .page-list {
  position: absolute;
  bottom: 5px;
}

.page-breadcrumb .relative-title .page-list .arrow-breadcrumb {
  padding: 0px 10px;
  color: #fff !important;
}

.page-breadcrumb .relative-title .page-list a {
  color: #fff;
}

.page-breadcrumb {
  margin-top: 0px !important;
}

.section-top-bar #left-bar .btn,
.section-top-bar #left-bar .search-click-1 {
  display: none !important;
}

.page-breadcrumb {
  background-image: url(/images/title-page.jpg);
}

.category-section-wrapper .category-list-content .item a {
  font-size: 14px !important;
  font-weight: 400 !important;
}

@media(min-width:1000px) and (max-width:1500px) {
  .product-list .weta-icerik-tag {
    font-size: 12px !important;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1180px !important;
  }

  .category-section-wrapper .category-list-content {
    width: 23% !important;
  }

  .category-section-wrapper .product-list {
    padding-left: 2% !important;
  }
}

.subscribeCover .flex .form-control::placeholder {
  color: #fff !important;
}

#product-list .col-md-3,
.categoryList .col-md-3 {
  opacity: 1 !important;
  transform: none !important;
}

.category-section-wrapper {
  margin-top: 10px;
}

#gallery-detail-section-8 .gallery-img {
  object-fit: contain !important;
  overflow: hidden;
}

#gallery-detail-section-8 .gallery-img:hover {
  border-color: #f6800d !important;
  transition: 0.3s ease all;
}

#gallery-detail-section-8 .custom-col {
  width: 11.1% !important;
}

.gallery-section-8 .img-title .weta-icerik-tag {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #000 !important;
  position: relative;
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  background: transparent !important;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 1 !important;
  background: transparent !important;
}

#gallery-detail-section-8,
#gallery-detail-section-9,
#gallery-detail-section-12 {
  padding: 0 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff !important;
}

@media (min-width: 1400px) {

  #gallery-detail-section-8 .container,
  #gallery-detail-section-9 .container,
  #gallery-detail-section-12 .container,
  #gallery-detail-section-10 .container,
  #gallery-detail-section-11 .container {
    max-width: 1445px !important;
  }
}

#gallery-detail-section-12 .custom-col {
  display: flex;
  width: 25%;
  margin-bottom: 25px;
}

#gallery-detail-section-12 .img-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border-radius: 5px;
}

#gallery-detail-section-12 .gallery-img {
  width: 80px;
  min-width: 80px;
  margin-right: 20px;
  text-align: center;
}

#gallery-detail-section-12 .gallery-info {
  flex: 1;
  padding-left: 10px;
}

#gallery-detail-section-12 .img-title {
  position: static;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

#gallery-detail-section-12 .img-title .weta-icerik-tag {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000 !important;
}

#gallery-detail-section-12 .img-description p {
  margin-bottom: 0;
  font-size: 13px !important;
  line-height: 1.5;
}

#gallery-detail-section-10 .row {
  display: grid;
  position: relative;
}

#gallery-detail-section-10 .custom-col {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
  float: none;
  clear: none;
}

#gallery-detail-section-10 .img-wrapper {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  border: none;
}

#gallery-detail-section-10 .gallery-img {
  height: 250px;
  overflow: hidden;
  position: relative;
}

#gallery-detail-section-10 .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

#gallery-detail-section-10 .gallery-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  z-index: 2;
}

#gallery-detail-section-10 .img-title {
  position: static;
  background: transparent;
  padding: 0;
  box-shadow: none;
  margin-bottom: 10px;
}

#gallery-detail-section-10 .img-title .weta-icerik-tag {
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  margin: 0;
  text-transform: none;
  text-align: center;
}

#gallery-detail-section-10 .img-description p {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

#gallery-detail-section-10 .img-wrapper:hover .gallery-img img {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  #gallery-detail-section-10 .row {
    display: block;
  }
}

.footer .footer-pages li {
  padding: 5px;
  border-bottom: 1px solid #fff;
  border: #ffffff;
}

@media (max-width: 768px) {
  #gallery-detail-section-8 .custom-col {
    width: 33.3% !important;
  }

  #gallery-detail-section-12 .custom-col {
    width: 100% !important;
  }
}

.section-header .phoneMenu {
  display: none !important;
}

#header-search input {
  background: #fff !important;
  width: 47em !important;
  border-radius: 4px;
  line-height: 40px;
  margin-top: 33px !important;
  padding-right: 40px;
  border: 1px solid #f6800d;
  border-radius: 20px !important;
  padding: 2px !important;
}

.section-header #navigation>ul {
  justify-content: start !important;
}

.section-header .logo-container {
  margin-top: 37px !important;
}

.section-header .search .hs-input-icon,
.section-header .submit-search {
  top: 67% !important;
  left: 94%;
  background-color: #f6800d;
  padding: 23px;
}

.section-header .search span {
  bottom: 18px;
  position: relative;
  right: 8px;
}

@media(max-width:768px) {
  #header-search input {
    width: 100% !important;
  }

  .logo {
    width: 160px;
  }

  .section-header {
    height: 140px !important;
  }

  .section-header .search-inner #Query::placeholder {
    font-size: 5px !important;
  }
}

@media(min-width:1000px) {
  .gallery-section-11 img {
    padding: 0px 30px;
  }

  .product-breadcrumb a {
    font-size: 9px !important;
  }
}

@media (max-width: 768px) {
  .search-type-1.search-wrap .search-cell .nav-search .submit-search {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 20px !important;
    margin-top: 33px !important;
    right: 0 !important;
    left: auto !important;
    border-radius: 20px !important;
    background-color: #f6800d !important;
    color: #fff !important;
  }

  #headerStyle-4 {
    display: flex !important;
    width: 33.3% !important;
    order: 1;
  }

  .section-header .col-lg-2 {
    width: 33.3% !important;
    order: 2;
    padding: 0px !important;
  }

  #free-shipping-container {
    margin: 0px !important;
    justify-content: end !important;
    margin-top: 20px !important;
  }

  .free-shipping-text {
    display: none !important;
  }

  .full-width {
    display: block;
  }

  .section-header .navbar-weta {
    justify-content: left !important;
  }

  #free-shipping {
    padding: 0px !important;
  }

  .menu-click {
    margin-top: 20px;
  }

  .menu-click span {
    background-color: #f6800d !important;
  }

  #navigation li.search {
    display: none !important;
  }

  .gallery-section-11 .swiper-slide {
    width: 16.6% !important;
    margin: 0px !important;
  }

  .gallerySwiper-11 {
    padding: 0px !important;
  }

  #gallery-detail-section-12 .gallery-img {
    width: 50px !important;
    min-width: 50px !important;
    margin-right: 10px !important;
  }

  .gallerySwiper-11 .swiper-wrapper {
    transform: none !important;
  }
}

@media(min-width:991px) {
  #header-search input {
    margin-top: 65px !important;
  }

  .section-header .search .hs-input-icon,
  .section-header .submit-search {
    top: 74% !important;
  }

  .section-header {
    height: 105px !important;
  }

  #headerStyle-4 {
    width: 100%;
    order: 99;
    background: #fff;
    position: absolute;
    bottom: -85px;
    height: 85px;
    left: 0;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / .1);
  }

  #headerStyle-4 .navbar-weta {
    max-width: 1320px;
    margin: 0px auto;
  }

  .section-header {
    z-index: 999;
  }

  .section-header #headerStyle-4 li {
    border-radius: 20px;
    overflow: hidden;
    width: 20% !important;
  }

  .section-header #headerStyle-4 #navigation>ul>li a {
    text-align: center;
  }

  .section-header #headerStyle-4 #navigation>ul>li:hover a {
    color: #fff !important;
  }

  .body-content {
    padding-top: 85px !important;
  }

  #page-1 .body-content {
    padding-top: 130px !important;
  }

  .section-header #headerStyle-4 li:hover {
    background: #f6800d !important;
  }
}

@media(max-width:768px) {
  .mfp-zoom-out-cur {
    overflow: hidden;
  }

  .section-header {
    z-index: 99 !important;
  }

  .search-type-1 {
    z-index: 999 !important;
  }

  .productContent table,
  .productContent .Left,
  .productContent .Right {
    width: 100% !important;
  }

  .gallery-section-9 .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 19px !important;
  }

  .blogs .swiper-pagination {
    position: static !important;
  }
  .section-top-bar{
    display: flex;
  }
  .section-top-bar #right_end-bar,
  .section-top-bar #left-bar{
    display: none !important;
  }
  .section-top-bar #right-bar,
  .section-top-bar ul{
    width: 100%;
  }
  .section-top-bar ul li{
    min-width: 100px !important;
    margin: 0px !important;
    text-align: center !important;
  }
  .section-top-bar ul li a {
    font-size: 10px !important;
  }
  .section-top-bar ul{
    justify-content: space-between;
  }
}

#footer-col address {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

#footer-col address::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  display: inline-block;
  margin-top: 4px;
}

#gallery-detail-section-5,
#gallery-detail-section-6 {
  display: none !important
}

#gallery-detail-section-2 .img-title {
  display: none !important;
}

#gallery-detail-section-1 .custom-col {
  width: 100% !important;
}

#gallery-detail-section-8 .gallery-img {
  border: 2px solid #000;
  border-radius: 50%;
}

#product-41 .productImage {
  height: 300px !important;
}

@media(min-width:1200px) {
  #gallery-detail-section-10 .custom-col {
    margin-left: 67%;
    width: 33%;
  }

  #gallery-detail-section-10 .custom-col:nth-child(1),
  #gallery-detail-section-10 .custom-col:nth-child(2) {
    width: 67%;
    height: 385px;
    position: absolute;
    margin: 0px;
  }

  #gallery-detail-section-10 .custom-col:nth-child(1) {
    top: 0;
    left: 0;
  }

  #gallery-detail-section-10 .custom-col:nth-child(2) {
    bottom: 30px;
    left: 0;
  }

  #gallery-detail-section-10 .custom-col:nth-child(1) a,
  #gallery-detail-section-10 .custom-col:nth-child(2) a {
    display: block;
    height: 100%;
  }

  #gallery-detail-section-10 .custom-col:nth-child(1) a .gallery-img,
  #gallery-detail-section-10 .custom-col:nth-child(2) a .gallery-img,
  #gallery-detail-section-10 .custom-col:nth-child(1) a .gallery-img img,
  #gallery-detail-section-10 .custom-col:nth-child(2) a .gallery-img img {
    height: 100%;
  }
}

.rexa {
  display: none;
}

.free-shipping-text a {
  color: #fff !important;
}
@media(max-width:768px) {
  .section-header {
    height: 140px;
    align-items: flex-start;
    position: sticky;
    top: 0;
  }

  .section-header.fixed {
    height: 130px !important;
    line-height: 35px !important;
    animation: none !important;
  }
  .productContent table * {
    font-size: 13px !important;
  }

  .search-type-1.search-wrap {
    display: flex !important;
    background-color: transparent !important;
    height: 10% !important;
    top: 100px !important;
    justify-content: center;
  }
  .search-type-1.search-wrap .search-cell{
    top: 0% !important;
  }
  #header-search input{
    height: 40px !important;
    line-height: 40px !important;
    margin-top: 18px !important;
  }
  .section-header .logo-container{
    margin-top: 17px !important;
  }


  #header-search input {
    font-size: 14px !important;
  }

  #search-close {
    display: none !important;
  }
  .search-type-1.search-wrap .search-cell .nav-search .submit-search {
    height: 40px !important;
    margin-top: 18px !important;
    line-height: 50px !important;
    font-size: 20px !important;
  }

  .search-type-1.search-wrap .search-inner {
    width: 90%;
  }

  #navigation {
    padding-top: 140px !important;
  }

  .product-list .weta-icerik-tag {
    min-height: 40px;
    display: flex;
    align-items: center;
  }

  .subscribeCover {
    height: 170px;
    display: flex;
    align-items: center;
  }

  .subscribeCover .flex {
    display: flex;
    flex-wrap: wrap;
  }

  .subscribeText {
    width: calc(100% - 100px);
    line-height: normal !important;
  }

  .subscribeText p {
    line-height: normal !important;
  }

  .subscribeIcon {
    top: 0px !important;
  }
  .fixed-phone.fixed-bottom{
    width: 40px !important;
    height: 40px !important;
    left: 10px !important;
    font-size: 20px !important;
  }
  #click_whatsapp{
    width: 40px !important;
    height: 40px !important;
    right: 10px !important;
    font-size: 20px !important;
  }

  .product-page.fixed .section-header,
  .product-page.fixed .search-type-1.search-wrap{
    display: none !important;
  }
  body.fixed .search-type-1.search-wrap{
    top: 60px !important;
  }
  #gallery-detail-section-8 .custom-col{
    opacity: 1 !important;
    transform: none !important;
  }
  #gallery-detail-section-8 .gallery-img{
    width: 90px !important;
    height: 90px !important;
  }
  .productSwiper .productImage{
    height: 200px;
  }
  .productSwiper .productImage img{
    object-fit: contain;
  }
  .page-breadcrumb{
    height: 110px;
  }
  .page-breadcrumb::before{
    height: 100%;
  }
  .page-breadcrumb .relative-title .page-list{
    bottom: 5px;
    line-height: 20px;
  }
  .product-breadcrumb a, .product-breadcrumb span, .page-breadcrumb a, .page-breadcrumb span{
    font-size: 7.5px !important;
  }
  #product-list .product-image,
  .category-img{
    height: 105px;
  }
  #product-list .product-image a,
  #product-list .product-image a .rgw{
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #product-list .product-image img{
    object-fit: contain;
  }
  .category-list-content{
    display: none !important;
  }
  .pageDetailContent{
    padding: 15px 0px !important;
  }
}
#product-list .col-md-3 .product-wrapper .product-title .weta-icerik-tag:nth-child(2){
  display: none !important;
}

.aos-init{
  opacity: 1 !important;
  transform: none !important;
}
.subscribeCover{
  display: none !important;
}