@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400&display=swap");

.foorefs {
  max-width: 140px;
  border: 1px solid #ededed;
  margin: 5px;
}

.product-wrapper {
  border: 1px solid #999;
  padding: 15px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .section-top-bar {
    display: none !important;
  }
}

@media (min-width: 991px) {

  .section-header .logo {
    margin-left: 25px;
  }

  .section-header .col-lg-2:last-child #navigation {
    margin-left: 25px;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 55px !important;
    background-color: var(--site-color) !important;
  }

  .section-top-bar #left-bar {
    display: flex;
  }

  .section-top-bar #right-bar {
    justify-content: right !important;
  }

  .section-top-bar #right-bar ul {
    margin: 0;
    padding: 0;
  }

  .section-top-bar #right-bar ul li {
    margin-left: 20px;
  }

  .section-top-bar .whatsapp-bar,
  .section-header .whatsapp-bar {
    display: none;
  }

  .section-header #navigation>ul>li a {
    font-weight: 400 !important;
  }

  .section-header #navigation>ul {
    margin-top: 6px;
  }

  .section-header .logo img {
    margin-top: 2px;
  }

  .section-top-bar #left-bar {
    display: flex;
  }

  .section-top-bar #right-bar {
    justify-content: right !important;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 17%;
    bottom: 5em !important;
    width: calc(100% - 200px) !important;
    max-width: 940px;
    text-align: left;
    padding-left: 15px;
  }

  .swiper-pagination-bullet {
    width: 55px !important;
    background-color: #fff !important;
    height: 5px;
    opacity: 1 !important;
    margin: 0 4px 0 0 !important;
  }

  .section-top-bar .whatsapp-bar {
    display: none;
  }

  #slider-1 .slider-contents {
    position: absolute;
    top: 30%;
    width: calc(100% - 200px);
    max-width: 940px;
    padding: 0 15px;
  }

  #slider-1 .slider-contents .weta-slider-tag {
    font-family: "Times New Roman", Times, serif;
    font-size: 70px !important;
    font-weight: 400 !important;
    line-height: 1.1;
  }

  #slider-1 .slider-contents .slider-description p {
    color: rgba(255, 255, 255, 0.6) !important;
    line-height: 1.4em !important;
    font-size: 18px !important;
    margin-top: 1.2em;
    padding-right: 55%;
  }

  #slider-1 .slider-contents .weta-slider-buttons a {
    display: inline-block;
    padding: 0.75rem 2rem 0.75rem 3rem;
    margin-bottom: 15px;
    line-height: 1.25em;
    color: white !important;
    border-radius: 7px;
    border: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    text-decoration: none;
  }

  #slider-1 .slider-contents .weta-slider-buttons a::before {
    content: "";
    position: absolute;
    left: 1.2rem;
    top: 54%;
    width: 22px;
    height: 2px;
    background-color: white;
    transform: translateY(-50%);
  }

  .header2 #main-menu .menu-dropdown-link {
    text-transform: uppercase;
  }

  .header2 .nav-link {
    text-transform: uppercase;
  }

  #header-social-media {
    display: none !important;
  }

  #slider-1 .slider-contents .weta-slider-buttons a:hover {
    background-color: #0f766e;
  }

  .section-header.fixed {
    position: static !important;
  }
}

@media (max-width: 768px) {

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center !important;
  }

  #slider-1 .slider-contents .weta-slider-tag {
    font-size: 28px !important;
  }

  .pageSliderContent .sliderJs,
  .pageSliderContent .sliderJs .swiper-wrapper,
  .pageSliderContent .sliderJs .swiper-slide {
    max-height: 50vh !important;
    height: 50vh !important;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  #slider-1 .slider-contents {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 200px);
    max-width: 940px;
    padding: 0 15px;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    left: 50% !important;
    bottom: 5em !important;
    width: calc(100% - 200px) !important;
    max-width: 940px !important;
    text-align: left !important;
    padding-left: 15px;
  }

  .section-header .col-lg-2:last-child {
    position: relative;
    display: block !important;
    float: right;
  }

  .section-header .col-lg-2:last-child #navigation {
    margin-left: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  #languages {
    display: inline-block;
  }

  #languages form {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 16px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(5px) !important;
    margin: 0 !important;
  }

  #languages form:hover {
    background: rgba(255, 255, 255, 0.2) !important;
  }

  #languages .fa-globe {
    font-size: 14px !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #languages .nav-link {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }

  #languages .dropdown-trigger {
    font-size: 12px !important;
    transition: transform 0.3s ease !important;
    margin: 0 !important;
  }

  #languages.show .dropdown-trigger {
    transform: rotate(180deg) !important;
  }

  #languages .dropdown-menu {
    position: absolute !important;
    top: 120% !important;
    right: 0 !important;
    min-width: 120px !important;
    background: white !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px) !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
    border: none !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    z-index: 9999 !important;
  }

  #languages .dropdown-menu.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    display: block !important;
  }

  #languages .menu-dropdown-link {
    display: flex !important;
    align-items: center !important;
    padding: 12px 16px !important;
    color: #333 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    background: transparent !important;
    margin: 0 !important;
  }

  #languages .menu-dropdown-link:hover {
    background: rgba(var(--site-color-rgb), 0.1) !important;
    color: var(--site-color) !important;
  }

  #languages {
    display: inline-block;
  }

  #languages .fa-globe {
    position: relative;
    top: 2px;
    margin-right: 5px;
  }

  #languages .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }

  #languages .dropdown-trigger {
    position: relative;
    top: 1px;
  }

  #languageForm {
    display: flex;
    align-items: baseline;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px !important;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-top: 10px;
    left: 0;
    width: 100%;
  }
}


@media (min-width: 1150px) and (max-width: 1400px) {
  #languageForm {
    display: flex;
    align-items: baseline !important;
  }
}

.languages-dropdown {
  position: relative;
  display: inline-block;
}

.languages-dropdown .current-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.languages-dropdown .current-lang:hover {
  background: rgba(255, 255, 255, 0.2);
}

.languages-dropdown .current-lang i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.languages-dropdown.active .current-lang i {
  transform: rotate(180deg);
}

.languages-dropdown .lang-options {
  position: absolute;
  top: 120%;
  right: 0;
  min-width: 120px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  overflow: hidden;
}

.languages-dropdown.active .lang-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.languages-dropdown .lang-options a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 14px;
}

.languages-dropdown .lang-options a:hover {
  background: rgba(var(--site-color-rgb), 0.1);
  color: var(--site-color);
}

.languages-dropdown .lang-options a.active {
  background: var(--site-color);
  color: white;
}

.languages-dropdown .lang-options a img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}

.support-widget__button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #4477ff !important;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 12px 24px;
  cursor: pointer !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 99999;
  box-shadow: 0 2px 12px rgba(68, 119, 255, 0.3);
}

@media (max-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px !important;
  }

  .support-widget__button:hover {
    background-color: #3366ee;
    transform: translateY(-2px);
  }

  .support-widget__button-text {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .support-widget__modal {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 100000;
    width: 340px;
    max-width: 95vw;
  }

  .support-widget__modal-content {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }

  .support-widget__header {
    background-color: #4477ff;
    color: white;
    padding: 20px 0;
    text-align: center;
    border-radius: 20px 20px 0 0;
    margin: 0 0 12px 0;
    width: 100%;
  }

  .support-widget__header h3 {
    color: white;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
  }

  .support-widget__profile-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    gap: -10px;
    position: relative;
  }

  .support-widget__profile-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: white;
    margin: 0 -8px;
    object-fit: contain;
  }

  .support-widget__profile-image:first-child {
    z-index: 2;
    position: relative;
  }

  .support-widget__profile-image:last-child {
    z-index: 1;
    position: relative;
  }

  .support-widget__title {
    color: white;
    font-size: 20px;
    margin: 10px 0 5px;
    padding: 0;
  }

  .support-widget__subtitle {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px !important;
    margin: 10px 0 0 0;
    padding: 0 20px;
    line-height: 1.4 !important;
  }

  .support-widget__form {
    background-color: white;
  }

  .support-widget__form-group {
    margin-bottom: 15px;
    padding: 0 20px;
  }

  .support-widget__label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
  }

  .support-widget__input,
  .support-widget__textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
    transition: all 0.2s ease;
    outline: none;
  }

  .support-widget__input:focus,
  .support-widget__textarea:focus {
    border-color: #4477ff;
    box-shadow: 0 0 0 2px rgba(68, 119, 255, 0.1);
    outline: none;
  }

  .support-widget__input:hover,
  .support-widget__textarea:hover {
    border-color: #4477ff;
  }

  .support-widget__textarea {
    height: 100px;
    resize: none;
  }

  .support-widget__submit {
    width: calc(100% - 40px);
    background-color: #4477ff;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0 20px 20px 20px;
  }

  .support-widget__close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
  }

  .emoji-picker {
    display: none;
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    padding: 12px;
    width: 240px;
    z-index: 1000;
  }

  .support-widget__icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .support-widget__icon-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
    opacity: 0.6;
    transition: opacity 0.3s;
  }

  .support-widget__icon-button:hover {
    opacity: 1;
  }

  .emoji-picker {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    padding: 12px;
    margin-bottom: 8px;
    width: 240px;
    z-index: 1000;
  }

  .emoji-picker--visible {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .emoji-picker__button {
    background: none;
    border: none;
    font-size: 24px;
    padding: 8px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
  }

  .emoji-picker__button:hover {
    background: #f0f2f5;
    transform: scale(1.1);
  }

  .support-widget__icons {
    display: flex;
    gap: 12px;
    margin-top: 12px;
    padding: 8px;
    border-radius: 8px;
    position: relative;
  }

  .support-widget__icon-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 6px;
    opacity: 0.7;
    transition: all 0.2s ease;
    border-radius: 4px;
  }

  .support-widget__icon-button:hover {
    opacity: 1;
    background: rgba(68, 119, 255, 0.1);
  }

  .support-widget__icon-button--file {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #e1e5ee;
    padding: 6px 12px;
    border-radius: 4px;
    opacity: 1;
  }

  .support-widget__icon-button--file:hover {
    background: #d1d5e5;
  }

  .support-widget__modal--visible {
    display: block;
  }

  .support-widget__powered-by {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
  }

  .support-widget__modal:hover .support-widget__powered-by {
    opacity: 1;
  }

  .swiper-pagination-bullet {
    width: 55px !important;
    background-color: #fff !important;
    height: 5px;
    opacity: 1 !important;
    margin: 0 4px 0 0 !important;
    border: 1px solid #fff !important;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 55px !important;
  }
}

@media (min-width: 1150px) {
  .section-top-bar .container-fluid {
    padding: 0px 0px !important;
  }
}

@media (max-width: 991px) {
  #slider-1 .slider-contents .weta-slider-tag {
    font-family: "Times New Roman", Times, serif;
    font-weight: 400 !important;
    line-height: 1.1;
  }

  .section-header #headerStyle-2 {
    width: 75% !important;
  }

  #slider-1 .slider-contents .slider-description p {
    color: rgba(255, 255, 255, 0.6) !important;
    line-height: 1.4em !important;
    font-size: 14px !important;
    margin-top: 1.2em;
  }

  #slider-1 .slider-contents .weta-slider-buttons a {
    display: inline-block;
    padding: 0.75rem 2rem 0.75rem 3rem;
    margin-bottom: 15px;
    line-height: 1.25em;
    color: white !important;
    border-radius: 7px;
    border: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    text-decoration: none;
  }

  #slider-1 .slider-contents .weta-slider-buttons a::before {
    content: "";
    position: absolute;
    left: 1.2rem;
    top: 50%;
    width: 22px;
    height: 2px;
    background-color: white;
    transform: translateY(-50%);
  }

}

@media (max-width: 1150px) {
  .section-header .logo-container {
    position: relative;
    z-index: 99999999;
  }

  #navigation {
    padding-top: 120px !important;
  }

  .section-header .col-lg-2 {
    width: 25% !important;
  }

  #navigation {
    z-index: -1 !important;
  }

  .pageSliderContent {
    overflow: hidden !important;
  }

  .sliderJs {
    overflow: hidden !important;
  }

  #slider-1 .slider-contents {
    overflow: hidden !important;
  }

  #navigation {
    z-index: -1 !important;
  }
}

@media (max-width: 1150px) {
  #navigation {
    z-index: -1 !important;
  }
}

.section-header .navbar #main-menu,
.section-header .header2 #main-menu {
  border-radius: 4px !important;
}


@media(min-width:1200px) {

  .section-header .container-fluid,
  .section-top-bar .container-fluid {
    max-width: 1320px;
    padding: 0px 5px;
  }

  .section-header .col-lg-2 {
    width: 20%;
  }

  .section-header .col-lg-8 {
    width: 59.8% !important;
  }
}

.page-breadcrumb {
  height: 350px;
}

.page-breadcrumb .relative-title .page-name {
  display: none;
}

.page-breadcrumb .relative-title .page-name span {
  top: 80px;
}

.page-breadcrumb .relative-title .page-list {
  bottom: 25px;
}

#yanForm {
  display: none !important;
}

.productList .row .col-md-5 {
  order: 2;
  width: 75%;
}

.productList .row .col-md-7 {
  order: 1;
  width: 25%;
}

.product-section-wrapper {
  padding-left: 25%;
}

.product-category-buttons .btn {
  width: 70%;
}

.section-top-bar #left-bar .btn {
  display: none !important;
}


@media(min-width:768px) {

  .section-header li.dropdown:hover #main-menu,
  .section-header li.dropdown:hover #custom,
  .section-header li.dropdown:hover #member-info {
    top: 100%;
  }

  .section-header li#multi-dropdown #multi-menu {
    border: none !important;
    left: 94%;
    padding: 15px 10px !important;
  }

  .section-header li#multi-dropdown:hover #multi-menu {
    left: 94% !important;
  }

  .section-header .categoryBig-Menu {
    padding: 15px 20px !important;
  }
}

.section-header li#multi-dropdown #multi-menu .dropdown-trigger {
  display: none !important;
}

.page-breadcrumb .page-list {
  display: none !important;
}

.section-top-bar #right_end-bar {
  display: none !important;
}

.section-top-bar #right-bar,
.section-top-bar #left-bar {
  width: 50% !important;
}

.section-header .col-lg-9 {
  justify-content: left;
  position: relative;
}

.section-header #navigation>ul>.search-click-1 {
  position: absolute;
  right: 0;
}

.section-header #navigation>ul>#languages {
  position: absolute;
  right: 80px;
}

.section-top-bar #left-bar .search-click-1 {
  display: none !important;
}

.productDetail .productSwiper,
.productDetail .product-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #999;
  border-radius: 20px;
  overflow: hidden;
}

#gallery-detail-section-5 .img-wrapper {
  padding: 0px 50px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 10px;
}

#gallery-detail-section-5 .img-wrapper a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}


#gallery-detail-section-5 .img-wrapper .gallery-img {
  width: 25%;
}

#gallery-detail-section-5 .img-wrapper .gallery-info {
  width: 70%;
}

.page-breadcrumb {
  position: relative;
}

.page-breadcrumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  opacity: .0;
  width: 100%;
  height: 100%;
}

.page-breadcrumb .container {
  position: relative;
  z-index: 2;
}

.gallery-section-1 .img-wrapper {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 15px;
}

.gallery-section-1 .img-wrapper:hover,
#gallery-detail-section-5 .img-wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.gallery-section-1 .img-title .weta-icerik-tag {
  color: #333 !important;
  text-align: center !important;
}

#alternative-product .swiper-pagination {
  display: none;
}

.product-list .product-content-wrapper .weta-icerik-tag,
.productTitle .weta-icerik-tag,
.productTitle h5 {
  color: #000 !important;
}

@media(min-width:1000px) {
  /* #category-list .col-md-3 {
    width: 33.3% !important;
  } */

  .product-list .product-content-wrapper .weta-icerik-tag {
    font-size: 17px !important;
    text-align: center !important;
  }

  .product-list .learn-more {
    text-align: center;
    margin-top: 10px;
  }

  .productDetail .col-md-5 {
    width: 33.3% !important;
  }

  .productDetail .col-md-7 {
    width: 66.6% !important;
  }
}

.section-header .categoryBig-Menu .categoryMenuContent .menuList {
  display: none !important;
}

#gallery-detail-section-7 .gallery-img {
  border: 1px solid #fbfbfb;
  width: max-content;
  border-radius: 5px;
  overflow: hidden;
}

#gallery-detail-section-7 .gallery-img img {
  height: 65px;
  width: auto;
}

#gallery-detail-section-7 .img-description {
  min-height: 150px;
  max-height: 150px;
  overflow: scroll;
  padding-right: 10px;
}

#gallery-detail-section-7 .img-description::-webkit-scrollbar {
  display: none;
}

#gallery-detail-section-7 .img-wrapper {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 30px 20px;
  border-radius: 10px;
}

#gallery-detail-section-7 .img-description p {
  font-size: 12px !important;
}

#gallery-detail-section-7 .img-title .weta-icerik-tag {
  font-size: 20px;
  font-weight: 600 !important;
}

.category-content {
  position: relative;
}

.category-content .weta-icerik-tag {
  position: absolute;
  left: 30%;
  top: 30px;
  font-size: 45px !important;
  color: black;
}

.section-header .categoryBig-Menu .categoryMenuContent .menuTitle:hover {
  color: #3366ee !important;
}

.widget-list .accordion-item,
.widget-list .accordion-item .accordion-button::after {
  display: none !important;
}

.widget-list .accordion-item.active-bar,
.widget-list .accordion-item.active-bar .accordion-collapse {
  display: block !important;
}

.widget-list .panel-heading:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
  background: #d6d6d6a1 !important;
}

div#alt-items {
  padding-left: 15px !important;
}

#product-list .category-content {
  display: none !important;
}

#category-4 #product-list .category-content,
#category-32 #product-list .category-content,
#category-34 #product-list .category-content,
#category-40 #product-list .category-content {
  display: block !important;
}

#product-section-15 .product-section-wrapper,
#product-section-16 .product-section-wrapper {
  padding-left: 0px !important;
}

#product-section-15 .row .col-md-5,
#product-section-16 .row .col-md-5 {
  width: 100%;
}

.section-header .categoryBig-Menu {
  width: 250px;
}

.productAccordions {
  display: none !important;
}

.gallery-wrapper .weta-icerik-tag,
#product-section-16 .rg-wrapper .weta-icerik-tag {
  text-align: center !important;
}

.gallery-section .gallery-info .weta-icerik-tag {
  font-weight: 700 !important;
}

.logo img {
  max-height: 150px !important;
  border-radius: 0px !important;
  position: relative;
}

@media(max-width:768px) {
  .section-header .col-lg-9 {
    justify-content: end;
    position: unset;
  }

  #gallery-detail-section-1 .custom-col,
  #gallery-detail-section-5 .custom-col {
    width: 100% !important;
  }

  #gallery-detail-section-5 .img-wrapper {
    padding: 0px 15px !important;
  }

  #gallery-detail-section-5 .img-wrapper a {
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
  }

  #gallery-detail-section-5 .img-wrapper .gallery-img,
  #gallery-detail-section-5 .img-wrapper .gallery-info {
    width: 100% !important;
  }

  .logo img {
    right: 0px;
  }

  .footer .footer-info-list,
  .footer-description {
    margin: 0px;
  }

  footer #footer-col {
    margin-bottom: 25px;
  }

  footer .footer-img img {
    max-height: 60px;
    position: relative;
    bottom: 10px;
    right: 2px;
  }

  .page-breadcrumb {
    height: 80px !important;
  }

  #page-detail-section-7,
  #page-detail-section-9,
  #page-detail-section-11 {
    margin: 0px !important;
  }

  .product-list .weta-icerik-tag {
    font-size: 15px !important;
  }

  #product-list .col-md-3 {
    width: 50% !important;
  }

  .category-content .weta-icerik-tag {
    position: relative;
    top: 0;
    left: 0;
    font-size: 25px !important;
  }

  .category-description img {
    max-height: 75px;
  }

  .category-description p {
    font-size: 13px !important;
  }

  .section-header #navigation>ul li {
    padding: 10px 0px !important;
  }

  .section-header .categoryBig-Menu .categoryMenuContent .menuTitle {
    font-weight: 400;
    height: 35px;
    line-height: 35px;
  }

  #page-6 .page-breadcrumb,
  #page-23 .page-breadcrumb {
    background-position: right;
  }
}

.product-page.category-32 .product-breadcrumb {
  background-image: url(/images/karbur-elmas-frezeler--.jpg) !important;
}

.product-page.category-34 .product-breadcrumb {
  background-image: url(/images/karbur-elmas-uclar.jpg) !important;
}

.product-page.category-4 .product-breadcrumb {
  background-image: url(/images/olcum-cihazlari.jpg) !important;
}

.product-page.category-40 .product-breadcrumb {
  background-image: url(/images/tutucular-test.jpg) !important;
}

.product-breadcrumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#document-list li a {
  display: flex;
  align-items: center;
}

.widget-list .content-catalog,
.widget-list .search-content {
  margin-top: 20px;
}

.widget-list .content-catalog .btn {
  min-width: auto;
  width: 100%;
  display: flex;
  background-color: #fff;
  color: #333 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  align-items: center;
  border-radius: 20px !important;
}

.widget-list .content-catalog .btn img {
  max-height: 80px;
  margin-right: 15px;
  padding: 10px;
}

#category-search {
  display: flex;
  position: relative;
}

#category-search button {
  background-color: var(--site-color);
  border: none;
  color: #fff;
  min-width: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#category-search .form-control {
  padding-right: 20px;
  font-size: 14px !important;
}

.search-type-1.search-wrap {
  top: 110px;
}

.product-pdfs {
  display: none !important;
}

.product-thumbs .productImage {
  height: 75px;
}

.product-thumbs .productImage img {
  height: 100%;
}

.productDetail .swiper-wrapper {
  align-items: center;
}

.productDetail table * {
  color: #333 !important;
  font-weight: 500 !important;
}

.productDetail h1 table *,
.productDetail h2 table *,
.productDetail h3 table *,
.productDetail h4 table *,
.productDetail h5 table *,
.productDetail h6 table * {
  font-size: 15px !important;
}

.productDetail table tr {
  padding: 10px;
  border: 1px solid #ddd;
}

.productContent table {
  width: 100% !important;
}

@media(max-width:768px) {
  #slider-1 .slider-contents .weta-slider-buttons a {
    font-size: 14px !important;
    min-width: 170px !important;
    background-color: #fff !important;
    color: var(--site-color) !important;
  }

  #slider-1 .slider-contents .weta-slider-buttons a::before {
    background-color: var(--site-color) !important;
  }

  .sliderJs .swiper-slide .container,
  .pageSliderContent .swiper-slide .slider-contents {
    position: relative !important;
  }

  .sliderJs .swiper-slide .container {
    background-color: var(--site-color);
    padding: 30px 0px !important;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #fff !important;
    background-color: var(--site-color) !important;
  }
  .learn-more .btn {
    min-width: 100px !important;
  }

  .product-wrapper {
    padding: 5px !important;
  }

  .product-wrapper .productImage {
    height: 150px;
  }

  .product-wrapper .productImage img {
    height: 100%;
  }

  .productTitle h5 {
    font-size: 15px !important;
  }

  .product-thumbs .productImage {
    height: 55px;
  }
  .product-content-wrapper,
  .learn-more {
    padding: 0px 5px;
  }
  .widget.categories .weta-icerik-tag{
    display: none;
  }
}

.productDetail .col-md-7 .productTitle .weta-icerik-tag{
  color: var(--site-color) !important;
  font-weight: 600 !important;
}