.section-header #navigation>ul>li:hover a::after {
  display: none;
}

@media(min-width:1100px) {

  .section-header #navigation>ul>li.dropdown:nth-child(2) {
    position: static !important;
  }

  .section-header li.dropdown #main-menu {
    background: #eef0f1 !important;
    border: 0 !important;
  }
}

.section-header .dropdown-menu li:hover a {
  color: #000 !important;
}

.section-header #navigation>ul>li:hover .dropdown-menu a {
  color: #555;
}

.section-header .col-lg-9 {
  width: 82%;
}

.section-header .col-lg-3 {
  width: 18%;
}

.section-top-bar #right-bar {
  display: none;
}

.section-top-bar {
  background-color: #0069b4;
  background-position: right center;
  background-image: url(https://adolin.com/bg-ust.jpg);
  height: 17px;
}

.sliderJs .weta-icerik-tag {
  font-weight: 400 !important;
  text-align: start;
  margin-bottom: 16%;
}

.sliderJs .btn-color {
  padding: 7px 34px;
  margin: -20px 0px 0px;
  border: 0px none;
  font-size: 19px;
  border-radius: 50px;
  background: #fff;
  color: #0a51a1 !important;
  font-weight: 500;
  line-height: 29px;
}

.sliderJs .weta-icerik-tag {
  margin-bottom: 35px;
}

.sliderJs .slider-contents {
  width: 100%;
}

.sliderJs .btn-color:hover {
  background: #fff !important;
}

.sliderJs .weta-slider-tag {
  margin-bottom: 40px !important;
}

#gallery-detail-section-1 .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#gallery-detail-section-1 img {
  width: auto;
  max-height: 110px;
}

#gallery-detail-section-1 h3 {
  font-weight: 700 !important;
  color: #000;
  font-size: 20px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

#gallery-detail-section-1 p {
  color: #555 !important;
  text-align: center;
}

#gallery-detail-section-1 h1 {
  text-align: center;
  color: #0a51a1;
  margin-bottom: 35px;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 400 !important;
}

#gallery-detail-section-4 .gallery-info {
  position: absolute;
  bottom: 0;
  left: 15%;
  top: 15px;
}

#gallery-detail-section-4 h3 {
  font-size: 29px;
  color: #000;
}

#gallery-detail-section-4 .img-description {
  margin-top: 30px;
}

#gallery-detail-section-4 .btn-color {
  padding: 7px 12px;
  font-size: 14px;
  background: #0a51a1;
  border: 0;
  transition: all .4s;
}

#gallery-detail-section-4 .btn-color:hover {
  background: #2a83e8 !important;
  transition: all .4s;
}

#gallery-detail-section-4 .swiper-pagination-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

#gallery-detail-section-4 .swiper-pagination-bullet-active {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  opacity: 1;
  border-color: transparent !important;
  background: #2a83e8 !important;
}

#gallery-detail-section-4 .swiper-pagination-bullet {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  opacity: .7;
  background: 0 0;
  z-index: 100;
  border: 2px solid #0951a3;
  border-radius: 50%;
}

#page-detail-section-1 img:nth-child(2) {
  max-height: 90px;
  width: auto;
}

#page-detail-section-1 img:nth-child(3) {
  max-height: 90px;
  width: auto;
  margin: 0px 40px;
}

#page-detail-section-1 img:nth-child(4) {
  max-height: 90px;
  width: auto;
}

#page-detail-section-1 h2 {
  margin-bottom: 15px;
  font-size: 28px !important;
  color: #333 !important;
}

#page-detail-section-1 h4 {
  margin-bottom: 15px;
  font-size: 20px !important;
  color: #000 !important;
}

#page-detail-section-1 p {
  font-size: 16px !important;
  color: #555 !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

#page-detail-section-1 img:nth-child(1) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  max-height: 260px;
  width: 90%;
}

#page-detail-section-1 .rexa-content {
  padding-right: 0% !important;
}

#gallery-detail-section-3 .img-wrapper:hover img {
  transition: all .4s;
  transform: scale(1.3);
}

#gallery-detail-section-3 .img-wrapper img {
  transition: all .4s;
}

#gallery-detail-section-3 .img-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

#gallery-detail-section-3 .img-wrapper a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

#gallery-detail-section-3 .img-wrapper:hover a::after {
  opacity: 1;
  visibility: visible;
  background-color: rgba(25, 25, 25, .5);
  transition: all .4s;
}

#paragraph-section-1 p,
#paragraph-section-2 p {
  font-size: 16px !important;
  color: #555 !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

#paragraph-section-1 .paragraph-title h3 {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 24px !important;
  color: #333 !important;
}

#paragraph-section-1 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#paragraph-section-3 .paragraph-content {
  display: flex;
  align-items: center;
  background-color: #e8e8e8;
  padding: 7px 15px;
}

#paragraph-section-3 .paragraph-title {
  background-color: #4384c6;
  width: 100%;
  display: flex;
  padding: 2px;
  justify-content: center;
  align-items: center;
}

#paragraph-section-3 .paragraph-title h3 {
  color: #fff;
  font-size: 32px;
  margin: 0;
}

#paragraph-section-3 p {
  margin: 0 5px;
}

#paragraph-section-3 span {
  margin: 0 5px;
}

#html-section-1 {
  padding: 35px 312px;
}

#html-section-1 .btn-color {
  width: 250px;
  height: 250px;
  background-color: #0069b4;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font-size: 20px;
  border-radius: 0;
}

#html-section-1 .btn-color:hover {
  background-color: #0069b4 !important;
}

#paragraph-section-2 h3 {
  margin-bottom: 15px;
  font-size: 24px !important;
  color: #333 !important;
}


#paragraph-section-2 span {
  font-size: 16px;
  color: #555;
  font-weight: 400;
  line-height: 150%;
}

.htmlSection i {
  display: none;
}

.htmlSection .row {
  display: flex;
  flex-direction: row-reverse;
}

.htmlSection .col-sm-3 {
  padding: 50px 0;
  background: #fff;
  box-shadow: 0 5px 15px -11px;
  height: 20%;
  width: 25%;
}

.htmlSection .col-sm-9 {
  background: #f5f5f5;
  box-shadow: 0 10px 16px -19px;
  padding: 100px 20px;
  position: relative;
}

.htmlSection .col-sm-9 img.imgvery {
  max-height: 30px;
  position: absolute;
  right: 40px;
  top: 20px;
}

.htmlSection .col-sm-3 h2 {
  background: #0a51a1;
  padding: 10px 15px;
  color: #fff;
  font-size: 24px;
}

.htmlSection .col-sm-9 h2 {
  background: #fff;
  padding: 10px 15px;
  color: #333;
  font-size: 24px;
}

.htmlSection .col-sm-3 li {
  color: #000;
  padding: 5px 15px;
  font-weight: 400;
  font-size: 15px;
  transition: .5s;
}

.htmlSection .col-sm-3 li:hover {
  background: #f5f5f5;
  transition: .5s;
}

.htmlSection .col-sm-3 ul {
  padding: 0;
}

.htmlSection .col-sm-3 li a {
  margin-left: 30px;
  color: #000 !important;
}

.htmlSection .col-sm-9 li:first-child {
  border-top: 1px solid #ccc;
  padding-top: 12px;
  list-style-type: none;
  margin-top: 7px;
  border-bottom: 1px solid #ccc;
}

.htmlSection .col-sm-9 li {
  list-style-type: none;
  margin-top: 7px;
  padding: 4px 0 12px 0;
  border-bottom: 1px solid #ccc;
}

.htmlSection .col-sm-9 .pdfler {
  margin-left: 15px;
  margin-top: 40px;
  padding: 0;
}

.htmlSection .col-sm-9 li a {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  transition: all .4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.htmlSection .col-sm-9 li a img {
  max-width: 40px;
  max-height: 40px;
}

.htmlSection .col-sm-9 li a:hover {
  text-decoration: underline;
  color: #074e8c;
  transition: all .4s;
}

.htmlSection,
#html-section-7 {
  padding-top: 0;
}

#blog-section-2 .blog-date {
  display: none;
}

#blog-section-2 h3 {
  font-size: 20px;
  margin-bottom: 15px;
  transition: all .4s;
}

#blog-section-2 .blog-title {
  width: 77%;
  margin: 0;
}

#blog-section-2 .blog-content-wrapper {
  padding: 13px 8px 1px 8px !important;
  background: #fff;
}

#blog-section-2 .btn-color {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  background: transparent;
  border: 0;
  color: #074e8c !important;
  padding: 0;
  transtion: all .4s;
}

#blog-section-2 .btn-color:hover {
  background: transparent !important;
  color: #2a83e8 !important;
  transtion: all .4s;
}

#blog-section-2 h3:hover {
  color: #2a83e8 !important;
  transition: all .4s;
  cursor: pointer;
}

#blog-section-2 .col-md-12 {
  display: none;
}

#blog-section-2 .custom-col:hover img {
  transform: scale(1.1, 1.1);
  transition: all .4s;
}

#blog-section-2 .blog-image {
  overflow: hidden;
  position: relative;
}

#blog-section-2 .custom-col img {
  transition: all .4s;
}


#contactForm-1 .rexa-content,
#contactForm-2 .rexa-content {
  background: #fff;
  border: 1px solid #efefef;
  padding: 30px;
  width: 40%;
  height: 20%;
}

#contactForm-1 .rexa-content h2,
#contactForm-2 .rexa-content h2 {
  text-align: center;
  font-size: 24px;
  color: #000;
}

#contactForm-1 .contact-oge,
#contactForm-2 .contact-oge {
  width: 100%;
}

#contactForm-1 .contact-form,
#contactForm-2 .contact-form {
  background: #fff;
  border: 1px solid #efefef;
  padding: 30px;
  margin-left: 8%;
}

#contactForm-1 .form-control,
#contactForm-2 .form-control {
  border: 1px solid #d3d3d3;
}

#contactForm-1 .custom-label,
#contactForm-2 .custom-label {
  font-size: 15px;
  color: #d3d3d3;
  padding: 0px 10px;
  font-weight: 400 !important;
  z-index: 0;
}

#contactForm-1 .btn-color,
#contactForm-2 .btn-color {
  padding: 12px 34px;
  background-color: #0a51a1;
  border: 0;
}

#contactForm-1 .btn-color:hover,
#contactForm-2 .btn-color:hover {
  background-color: #2a83e8 !important;
}

#html-section-3 {
  padding: 0;
  padding-top: 50px;
}

#html-section-3 iframe {
  width: 100%;
}


#product-section-1 .learn-more {
  padding: 0px 18px 0px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#product-section-1 .product-wrapper {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  transform: translateY(0px);
  transition: all .4s;
}

#product-section-1 .btn-color {
  background: #0a51a1;
  border: 0;
  padding: 6px 17px;
}

#product-section-1 .btn-color:hover {
  background: #2a83e8 !important;
}

#product-section-1 .product-wrapper:hover {
  webkit-box-shadow: 2px 10px 25px 0 rgba(0, 0, 0, .15);
  box-shadow: 2px 10px 25px 0 rgba(0, 0, 0, .15);
  transform: translateY(-5px);
  transition: all .4s;
}

#product-detail-1 h1 {
  font-size: 30px;
}

#document-list {
  flex-direction: row;
}

#document-list li {
  background: #0a51a1;
  font-size: 14px !important;
  border: 0;
  margin: 10px 5px;
  border-radius: 4px;
  height: 40px;
  line-height: 40px !important;
  transition: all .4s;
}

#document-list li a {
  color: #fff;
}

#document-list li:hover {
  background: #2a83e8;
  transition: all .4s;
}

#dokumanTab .nav-link.active {
  color: #333;
}

#alternative-product h3 {
  font-size: 24px;
  color: #000;
}

#alternative-product h5 {
  color: #555;
  font-weight: 400 !important;
}

#product-documents {
  display: none !important;
}

#product-section-1 h1 {
  font-size: 26px;
}

#product-section-1 a {
  margin: 0;
}

#product-section-1 .row {
  margin-bottom: 20px;
}


#product-section-3 h1 {
  font-size: 26px;
}

#product-section-4 h1 {
  font-size: 26px;
}

#product-list .product-title {
  padding: 15px 10px !important;
  min-height: 83px;
}

#footer-col:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-description {
  margin: 0;
}

.footer-description h3 {
  font-size: 16px !important;
  color: #fff;
  display: flex;
  position: relative;
  top: -20px;
}

.footer .footer-pages li {
  padding: 4px 0px;
}

#footer-col h4 {
  margin-bottom: 20px;
}

.footer .footer-info-list {
  margin: 0;
}

.footer .col-md-3:nth-child(3) i {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
  border-radius: 50%;
  margin-right: 8px;
}

.footer .col-md-3:nth-child(4) i::before {
  font-size: 16px;
}

.footer i::before {
  font-size: 13px;
}

.footer p,
.footer p a {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#product-list img {
  padding: 25px;
}

#product-list .learn-more {
  padding: 0px 18px 0px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#product-list .product-wrapper {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  transform: translateY(0px);
  transition: all .4s;
  height: 100%;
  padding-bottom: 25px;
}

#product-list .btn-color {
  background: #0a51a1;
  border: 0;
  padding: 0px 10px !important;
}

#product-list .btn-color span {
  font-size: 14px;
}

#product-list .btn-color:hover {
  background: #2a83e8 !important;
}

#product-list .product-wrapper:hover {
  webkit-box-shadow: 2px 10px 25px 0 rgba(0, 0, 0, .15);
  box-shadow: 2px 10px 25px 0 rgba(0, 0, 0, .15);
  transform: translateY(-5px);
  transition: all .4s;
}

#product-list .product-list .product-wrapper .weta-icerik-tag {
  font-size: 16px !important;
  text-align: center;
}


.blog-date {
  display: none;
}

#blog-section-4 .swiper-slide {
  transition: all .4s;
}

#blog-section-4 .blog-title h3 {
  font-size: 16px;
  position: absolute;
}

#blog-section-4 .btn-color {
  position: absolute;
  bottom: -26px;
  width: 100%;
  left: 0;
  background-color: #181821;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff !important;
  border: 0;
  border-radius: 0;
  opacity: 0;
  transition: all .4s;
}

#blog-section-4 .btn-color:hover {
  background-color: #2a83e8 !important;
  transition: all .4s;
}

#blog-section-4 .blog-title {
  margin-top: 36px;
}

#blog-section-4 .swiper-slide:hover .btn-color {
  transition: all .4s;
  opacity: 1;
  bottom: 7px;
}

#blog-section-4 .swiper-button-next {
  display: none;
}

#blog-section-4 .swiper-button-prev {
  display: none;
}

#blog-section-4 .swiper-pagination {
  display: none;
}

#blog-section-4 .rg-wrapper h3 {
  font-size: 24px;
}

.pageDetailContent.blogs .btn-color {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  background: transparent;
  border: 0;
  color: #074e8c !important;
  padding: 0;
  transition: all .4s;
}

.product-group {
  margin-bottom: 10px;
}

.product-group-title {
  background-color: #fbfbfb;
  color: #333;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 500;
}

.product-group-title .toggle-icon {
  transition: transform 0.3s ease;
}

.product-group-title.collapsed .toggle-icon {
  transform: rotate(-90deg);
  color: #a1a1a1;
}

.product-group-content {
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  background: #f8f8f8 !important;
}

.product-group-content.collapsed {
  max-height: 0;
  border: none;
}

.product-group-content .item {
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
}

.product-group-content .item:last-child {
  border-bottom: none;
}

.category-listing.collapsible {
  margin-bottom: 20px;
}

#page-detail-section-1 .rgw {
  flex-direction: row;
  flex-wrap: wrap;
}

.pageDetailContent.blogs {
  display: none;
}
#alternative-product{
display: block;
}

.blogDetail .col-md-4 {
  width: 100%;
}

.blogDetail .col-md-8 {
  width: 100%;
}

.blogDetail .row {
  position: relative;
  padding: 13px 8px 1px 8px !important;
  width: 100%;
}

.blogDetail,
#page-16 .body-content,
#page-24 .body-content,
#blog-section-2 {
  background-color: #f9fbfc;
}

.blogDetail .blogTitle {
  margin-top: 20px;
  height: 40px;
}

.blogDetail h1,
.blogDetail h2 {
  font-size: 24px;
  color: #000;
  font-weight: 700 !important;
}

.blogDetail p {
  margin-bottom: 30px;
  font-size: 18px !important;
  line-height: 32px !important;
  color: #555 !important;
}

.blogDetail strong {
  color: #000;
}

.htmlSection i {
  display: none;
}

.htmlSection .row {
  display: flex;
  flex-direction: row-reverse;
}

#page-13 #main-category-section:nth-child(2) {
  display: none !important;
}

.htmlSection .col-sm-9 p {
  font-size: 16px !important;
  color: #555 !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

#page-14 .body-content,
#page-31 .body-content,
#page-33 .body-content,
#page-35 .body-content,
#page-37 .body-content,
#page-39 .body-content,
#page-41 .body-content {
  background: #ebebeb;
}

#html-section-8,
#html-section-9,
#html-section-10,
#html-section-11,
#html-section-12 {
  position: relative;
  top: -50px;
}

.category-section-wrapper .category-list-content .item:hover {
  background: #e5e5e5 !important;
  transition: all .4s;
}

.category-section-wrapper .category-list-content .item.active {
  background-color: #c1c1c1 !important;
}

@media(min-width:1300px) {
  .container {
    max-width: 1095px !important;
  }
}

.renk_list li.active {
  background-color: #0a51a1;
}

.renk_list li.active a {
  color: #fff !important;
}

.renk_list li.active:hover a {
  color: #000 !important;
}

.contact-form h2 {
  text-align: center;
  font-size: 24px;
  color: #000;
}

.sliderJs .swiper-button-next {
  opacity: 1 !important;
  border: none !important;
}

.sliderJs .swiper-button-next::after {
  color: #ffffff !important;
  font-size: 70px !important;
}

.sliderJs .swiper-button-prev {
  opacity: 1 !important;
  border: none !important;
}

.sliderJs .swiper-button-prev::after {
  color: #ffffff !important;
  font-size: 70px !important;
}

.categoryList .nav-link.active {
  background: #0151a1 !important;
}

.section-header .categoryBig-Menu .categoryMenuContent .nav-link {
  font-weight: 400 !important;
}

.section-header .categoryBig-Menu .categoryMenuContent .menuTitle {
  letter-spacing: 0px !important;
  font-weight: bold !important;
  font-size: 17px !important;
}

@media(min-width:768px) {
  #product-list .col-md-3 {
    width: 33.3% !important;
  }
}

.product-description {
  height: 47px;
  overflow-y: scroll;
  width: 80%;
  margin: 0px auto;
  padding-right: 10px;
}

.product-description * {
  line-height: 12px !important;
  font-size: 10px !important;
  text-align: center;
}

.product-pdfs {
  padding: 10px 0px;
  text-align: center;
}

.product-pdfs .btn {
  font-size: 13px !important;
}

.product-wrapper .learn-more,
.category-wrapper .learn-more {
  display: none !important;
}

.product-description::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.product-description::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.44, #7a99d9), color-stop(.72, #497dbd), color-stop(.86, #1c3a94));
}

.category-wrapper {
  position: relative;
}

.category-wrapper .product-content-wrapper {
  position: absolute;
  bottom: 0;
  background-color: #eff9ff;
  opacity: 0.9;
  width: 90%;
  padding: 10px;
}

.category-wrapper .product-content-wrapper .weta-icerik-tag {
  font-size: 18px !important;
}

.category-wrapper .product-content-wrapper p {
  font-size: 11px !important;
  margin: 0px !important;
}

@media(min-width:1200px) {
  .productDetail .container-fluid {
    max-width: 70% !important;
  }
}

.breadcrumpProductUl li a {
  font-size: 13px;
}

.crossSell {
  padding: 20px;
  top: 0;
}

.fa-solid.fa-file-pdf {
  font-weight: 300 !important;
}

@media(max-width:768px){
  .section-header #navigation .navbar{
    max-height: 100vh !important;
    overflow: scroll;
    width: 100%;
    display: block !important;
  }
  .section-header #navigation .navbar::-webkit-scrollbar{
    display: none;
  }
  .section-header #languages .dropdown-menu{
    visibility: visible;
    opacity: 1;
    top: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  #languageForm span.fa-solid.fa-globe,.section-header #languages .dropdown-trigger,
  .section-header #languages #main-menu li a::before{
    display: none !important;
  }
  .section-header #languages .nav-link,
  .section-header #languages .menu-dropdown-link{
    min-width: 80px;
    background-color: var(--site-color);
    text-align: center;
    color: #fff !important;
    padding: 5px 0px !important;
    border-radius: 10px;
    border: 1px solid var(--site-color);
    font-size: 14px !important;
    line-height: normal !important;
  }
  .section-header #languages .menu-dropdown-link{
    background-color: transparent !important;
    color: var(--site-color) !important;
    margin-left: 10px;
  }
  #contactForm-1 .rexa-content,
  #contactForm-2 .rexa-content,
  #contactForm-1 .contact-form, 
  #contactForm-2 .contact-form{
    width: 100% !important;
    margin: 0px !important;
    margin-bottom: 20px !important;
  }
  .containerPlus .table-responsive::before{
    content: 'Tablonun devamını görmek için yana kaydırınız.';
    font-size: 14px;
    font-weight: 600;
  }
  #html-section-26 div.main{
	width: 100% !important;
  }
}
.product-content-wrapper .weta-icerik-tag{
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.crossSell h4{
  font-size: 20px !important;
}

@media(min-width:768px){
  .productDetail .col-md-3{
    width: 30% !important;
  }
  .productDetail .col-md-9{
    width: 70% !important;
  }
  #product-list .rgw{
    height: 250px;
    text-align: center;
  }
  #product-list .rgw img{
    height: 100%;
    object-fit: contain;
  }
  .section-header #navigation>ul>li, .lang-menu>ul>li{
    padding: 0px 15px !important;
  }
}
.productContent .left-sidebar.yokol{
  display: none !important;
}
.satislar td,
.satislar th{
  font-size: 11px !important;
}
.sehirilce {
    background: #0a51a1;
    color: #fff;
    font-size: 16px !important;
    padding: 15px 10px;
}
.form2 {
    background: #143963 !important;
    color: #fff !important;
    font-size: 12px !important;
    border: 0 !important;
    margin-top: 15px;
}

.widget-list #alt-items{
  display: none !important;
}

#categoryTab-18 .nav-item:nth-last-child(1),
#category-1-tab-pane .custom-col:nth-last-child(1){
  display: none !important;
}
.blogDetail .card-body img{
  max-height: 550px !important;
}
.blogDetail .g-5 .col-lg-8, 
.blogDetail .g-5 .col-lg-4 {
    margin-top: 0px !important;
}
#html-section-26,
#html-section-27{
	padding: 20px 0px !important;
}
#html-section-26 input,
#html-section-27 input{
	padding: 9px;
}
#myTabContent .category-description img{
	display: none !important;
}

#alternative-product .productImage{
  height: 220px;
}
#gallery-detail-section-10 a.lightbox{
  height: 200px;
  display: block;
}
#gallery-detail-section-10 a.lightbox img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#gallery-detail-section-10 .gallery-wrapper .weta-icerik-tag{
  text-align: center !important;
  font-weight: bold !important;
}
#page-detail-section-3 .rexa-content{
  width: 90%;
  margin: 0px auto;
  margin-top: 35px;
}

@media(max-width:768px){
  .sliderJs .swiper-button-prev::after,
  .sliderJs .swiper-button-next::after{
    font-size: 25px !important;
  }
  .weta-slider-tag{
    font-size: 20px !important;
  }
  .sliderJs .btn-color{
    font-size: 12px !important;
    padding: 7px 24px !important;
    line-height: 19px !important;
  }
  #gallery-detail-section-1 #image-gallery .custom-col{
    width: 100% !important;
  }
  .categoryList .nav-link{
        font-size: 13px !important;
    margin: 0px;
    width: 100% !important;
  }
  .categoryList .nav-tabs{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }
  .categoryList .nav-tabs li{
    width: 49% !important;
    margin-bottom: 20px !important;
  }
  #gallery-detail-section-4 h3{
    font-size: 10px !important;
  }
  #gallery-detail-section-4 .btn-color{
    font-size: 8px !important;
  }
  #gallery-detail-section-4 .swiper-button-prev,
  #gallery-detail-section-4 .swiper-button-next{
    display: none !important;
  }
  #gallery-detail-section-4 .gallery-info{
    left: 15px !important;
  }
  #footer-col:nth-child(1){
    align-items: flex-start;
  }
  #alternative-product .productImage{
    height: 120px;
  }
  #alternative-product img{
    object-fit: contain !important;
  }
  #alternative-product h5{
    font-size: 12px !important;
  }
  #page-detail-section-3 .rexa-content{
    width: 100%;
  }
}
#product-list .category-wrapper .rgw{
    height: 150px;
}
#product-list .category-wrapper .rgw img{
    padding: 0px;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.category-content-wrapper{
    padding: 10px;
    background-color: #f1faff;
}
.category-content-wrapper .category-description img{
    display: none !important;
}
.category-content-wrapper .category-description p{
    font-size: 13px !important;
    margin-bottom: 0px;
}
.product-list .category-title .weta-icerik-tag{
    font-weight: 600 !important;
    font-size: 16px !important;
}
.category-content-wrapper .category-description br{
    display: none !important;
}

.section-top-bar *{
    display: none !important;
}