.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    padding: 0 20px;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .breadcrumb {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .breadcrumb {
    padding: 20px 0;
  }
}
.breadcrumb ul {
  display: flex;
}
@media (max-width: 1199px) {
  .breadcrumb ul {
    flex-wrap: wrap;
  }
}
.breadcrumb ul li {
  margin-right: 10px;
}
.breadcrumb ul li a {
  display: block;
  font-size: 12px;
  color: #8A8A8A;
  padding-right: 20px;
  transition: all 0.2s ease-in-out;
  position: Relative;
}
.breadcrumb ul li a::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNLTQuMTA4ODdlLTA4IDcuMDZMMy4wOTA0MiA0TC0zLjA4NjAyZS0wNyAwLjk0TDAuOTUxNDE3IC00LjE1ODc4ZS0wOEw1IDRMMC45NTE0MTcgOEwtNC4xMDg4N2UtMDggNy4wNloiIGZpbGw9IiNEM0QzRDMiLz4KPC9zdmc+Cg==);
  width: 12px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  top: 2px;
  height: 12px;
}
.breadcrumb ul li a.active {
  font-weight: 700;
  color: #221e1d;
}
.breadcrumb ul li a:hover {
  color: #221e1d;
  transition: all 0.2s ease-in-out;
}
.breadcrumb ul li:last-child a {
  padding-right: 0;
}
.breadcrumb ul li:last-child a::after {
  display: none;
}
.product-detail__cover {
  position: Relative;
}
.product-detail__cover .container {
  position: Relative;
}
@media (max-width: 1199px) {
  .product-detail__cover .container {
    padding: 0;
  }
}
.product-detail__cover img {
  display: block;
  width: 100%;
  height: auto;
}
.product-detail__shortinfo {
  border-top: 5px solid #f7ab36;
  background: rgba(47, 42, 40, 0.8);
  backdrop-filter: blur(20px);
  width:100%;
}
@media (min-width: 1200px) {
  .product-detail__shortinfo {
    display:flex;
    align-items:center;
    justify-content:center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .product-detail__shortinfo {
    position: Relative;
    text-align:center;
  }
}
@media (min-width: 768px) {
  .product-detail__shortinfo {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .product-detail__shortinfo {
    padding: 20px;
  }
}
.product-detail__shortinfo .title {
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .product-detail__shortinfo .title {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .product-detail__shortinfo .title {
    font-size: 20px;
  }
}
.product-detail__shortinfo .title span {
  color: #f7ab36;
}
.product-detail__shortinfo .long {
  color: #ffffff;
  padding: 0;
}
@media (min-width:1200px) {
  .product-detail__shortinfo .product-detail__shortinfo-col:nth-child(1) {
      white-space: nowrap;
      text-align:Center;
  }
  .product-detail__shortinfo .product-detail__shortinfo-col:nth-child(2) {
    padding-left:20px;
  }
}
@media (max-width:1199px) {
  .product-detail__shortinfo .product-detail__shortinfo-col:nth-child(2) {
    margin-top:10px;
  }
}
.product-detail__shortinfo .description {
  margin:0;
  padding:0;
  line-height:20px;
  font-size:13px;
  color:rgba(255,255,255,0.8);
}
@media (min-width: 1200px) {
  .product-detail__shortinfo .long {
    font-size: 20px;
    margin: 5px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .product-detail__shortinfo .long {
    font-size: 14px;
    margin: 5px 0 0 0;
  }
}







@media (min-width: 768px) {
  .product-detail__row {
    display: flex;
  }
}
@media (min-width: 768px) {
  .product-detail__col {
    width: 40%;
  }
}
.product-detail__photo {
  background: #F4F4F4;
  margin: 0;
  position: Relative;
}
@media (min-width: 768px) {
  .product-detail__photo {
    padding: 40px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .product-detail__photo {
    padding: 40px 0 20px 0;
  }
}
.product-detail__photo .photo {
  background: url("../img/webp/stoneshadow.webp") no-repeat bottom left;
  padding-bottom: 30px;
  text-align: center;
}
.product-detail__photo .photo img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .product-detail__photo .photo img {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .product-detail__photo .photo img {
    max-width: 70%;
  }
}
.product-detail__slider .swiper-button-next::after,
.product-detail__slider .swiper-button-prev::after {
  color: #f7ab36;
}
@media (min-width: 768px) {
  .product-detail__infos {
    width: 60%;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .product-detail__infos {
    margin-top: 20px;
  }
}
.product-detail__infos .product-title {
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .product-detail__infos .product-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .product-detail__infos .product-title {
    font-size: 18px;
  }
}
.product-detail__infos .product-title span {
  background: #f7ab36;
  color: #ffffff;
  padding: 10px 15px;
  display: inline-block;
}
.product-detail__infos .special {
  margin: 30px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #EAEAEA;
}
.product-detail__infos .special li {
  border-right: 1px dashed #EAEAEA;
  border-top: 1px dashed #EAEAEA;
  text-align: center;
  width: 25%;
  /* @media (max-width:767px) {
                    &:nth-child(even) {
                        border-right:0;
                    }
                    border-top:1px dashed #EAEAEA;
                    &:nth-child(1),
                    &:nth-child(2) {
                        border-top:none;
                    }
                }  */
}
@media (min-width: 768px) {
  .product-detail__infos .special li {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .product-detail__infos .special li {
    padding: 10px 5px;
  }
}
.product-detail__infos .special li:nth-child(4n+0) {
  border-right: 0;
}
.product-detail__infos .special li:nth-child(1),
.product-detail__infos .special li:nth-child(2),
.product-detail__infos .special li:nth-child(3),
.product-detail__infos .special li:nth-child(4) {
  border-top: none;
}
.product-detail__infos .special li .value {
  margin: 10px 0 5px 0;
}
@media (min-width: 768px) {
  .product-detail__infos .special li .value {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-detail__infos .special li .value {
    font-size: 12px;
  }
}
.product-detail__infos .special li .subvalue {
  color: #8A8A8A;
}
@media (min-width: 768px) {
  .product-detail__infos .special li .subvalue {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .product-detail__infos .special li .subvalue {
    font-size: 11px;
  }
}
.product-detail__infos .description {
  margin: 30px 0 0 0;
  padding: 0;
}
.product-detail__infos .description .title {
  font-weight: 700;
  font-size: 16px;
}
.product-detail__infos .description__list {
  margin: 0;
  padding: 0;
}
.product-detail__infos .description__list li {
  margin-top: 13px;
  font-size: 14px;
}
.product-detail__colors {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .product-detail__colors li {
    width: 18%;
    margin-right: 2.5%;
    margin-top: 30px;
  }
  .product-detail__colors li:nth-child(1),
  .product-detail__colors li:nth-child(2),
  .product-detail__colors li:nth-child(3),
  .product-detail__colors li:nth-child(4),
  .product-detail__colors li:nth-child(5) {
    margin-top: 0;
  }
  .product-detail__colors li:nth-child(5n+0) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .product-detail__colors li {
    width: 48%;
    margin-right: 4%;
    margin-top: 20px;
  }
  .product-detail__colors li:nth-child(1),
  .product-detail__colors li:nth-child(2) {
    margin-top: 0;
  }
  .product-detail__colors li:nth-child(even) {
    margin-right: 0;
  }
}
.product-detail__colors li a {
  display: block;
}
.product-detail__colors li a img {
  display: block;
  width: 100%;
  transition: all 0.2s ease-in-out;
  /*height: 150px;*/
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
  object-fit: contain;
}
.product-detail__colors li a:hover img {
  transform: Scale(1.1);
  transition: all 0.2s ease-in-out;
}
.product-detail__colors li a .title {
  display: block;
  margin-top: 5px;
  font-weight: 700;
  color: #221e1d;
}
@media (max-width: 767px) {
  .product-detail__colors li a .title {
    font-size: 12px;
  }
}
.product-detail__colors li a .title span {
  display: inline-block;
  padding: 5px;
  color: #ffffff;
  background: #f5a936;
}
.product-detail__tags {
  margin-top: 30px;
}
.product-detail__tags .title {
  font-weight: 700;
}
.product-detail__tags ul {
  display: flex;
  flex-wrap: wrap;
}
.product-detail__tags ul li {
  margin-right: 10px;
  margin-top: 10px;
}
.product-detail__tags ul li a {
  color: #8A8A8A;
  background: #F4F4F4;
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 10px 15px;
}
.product-detail__tags ul li a:hover {
  background: #f7ab36;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.product-detail__colors li a .tooltips {
  position:absolute;
  top:0px;
  z-index:10;
  border-top: 3px solid #f7ab36;
  color:#fff;
  text-align:Center;
  width:90%;
  left:0;
  transition:all .2s ease-in-out;
  right:0;
  opacity:0;
  margin:auto;
  font-size:12px;
  padding:10px;
  background: rgba(47, 42, 40, 0.8);
  backdrop-filter: blur(20px);
}
.product-detail__colors li a:hover .tooltips {
  opacity:1;
  top:10px;
  transition:all .2s ease-in-out;
}
.product-detail__gallery {
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-detail__gallery .title {
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-detail__gallery ul {
    column-count: 5;
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .product-detail__gallery ul {
    column-count: 2;
    column-gap: 20px;
  }
}
.product-detail__gallery ul li {
  margin-bottom: 20px;
}
.product-detail__gallery ul li a {
  display: block;
}
.product-detail__gallery ul li a img {
  transition: all 0.2s ease-in-out;
  display: block;
  max-width: 100%;
}
.product-detail__gallery ul li a img:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
}
.contact__top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 5px solid #f7ab36;
  background: rgba(47, 42, 40, 0.8);
  backdrop-filter: blur(20px);
}
@media (min-width: 1200px) {
  .contact__top {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .contact__top {
    position: Relative;
  }
}
.contact__top .page-title {
  font-weight: 700;
  text-align: Center;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .contact__top .page-title {
    font-size: 32px;
    padding: 30px 10px;
  }
}
@media (max-width: 1199px) {
  .contact__top .page-title {
    font-size: 20px;
    padding: 20px 20px;
  }
}
.contact__top .page-title span {
  color: #f7ab36;
}
.contact__top .long {
  color: #ffffff;
  padding: 0;
}
@media (min-width: 1200px) {
  .contact__top .long {
    font-size: 20px;
    margin: 15px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .contact__top .long {
    font-size: 14px;
    margin: 5px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .contact__top-col:nth-child(1) {
    width: 20%;
  }
  .contact__top-col:nth-child(2) {
    width: 80%;
  }
}
@media (max-width: 1023px) {
  .contact__top-col:nth-child(1) {
    width: 100%;
  }
  .contact__top-col:nth-child(2) {
    width: 100%;
  }
}
.contact__tab-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
}
.contact__tab-items li {
  position: relative;
  width: 25%;
  cursor: pointer;
  text-align: Center;
}
.contact__tab-items li::after {
  width: 0%;
  top: 50%;
  left: 50%;
  position: absolute;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  height: 0%;
  content: "";
  border: 1px dashed rgba(255, 255, 255, 0.15);
}
.contact__tab-items li:hover::after,
.contact__tab-items li.active::after {
  transition: all 0.2s ease-in-out;
  opacity: 1;
  width: 90%;
  height: 90%;
}
.contact__tab-items li a {
  display: block;
}
@media (min-width: 768px) {
  .contact__tab-items li {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .contact__tab-items li {
    padding: 15px 0;
  }
}
.contact__tab-items li .title {
  font-weight: 500;
  color: #ffffff;
  display: block;
}
@media (min-width: 768px) {
  .contact__tab-items li .title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .contact__tab-items li .title {
    font-size: 12px;
  }
}
.contact__tab-items li .icon {
  display: block;
}
@media (min-width: 768px) {
  .contact__tab-items li .icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact__tab-items li .icon {
    margin-bottom: 5px;
  }
  .contact__tab-items li .icon svg {
    width: 22px;
  }
  .contact__tab-items li .icon svg path {
    fill: #f7ab36;
  }
}
.contact__tab-items li .icon svg path {
  fill: #f7ab36;
}
.contact__tab-items li:nth-child(1) {
  background: #221D1B;
}
.contact__tab-items li:nth-child(2) {
  background: #2C2523;
}
.contact__tab-items li:nth-child(3) {
  background: #372F2C;
}
.contact__tab-items li:nth-child(4) {
  background: #463C39;
}
.contact__tab-content {
  display: none;
}
.contact__tab-content.active {
  display: block;
}
.contact__tab-content#mesaj-atin {
  background: #221D1B;
}
.contact__tab-content#bizi-arayin {
  background: #2C2523;
}
.contact__tab-content#bize-yazin {
  background: #372F2C;
}
.contact__tab-content#yol-tarifi-alin {
  background: #463C39;
}
@media (max-width: 1199px) {
  .contact__container {
    padding: 0 !important;
  }
}
.contact-dashed {
  position: Relative;
  display: block;
  border: 1px dashed #5C534F;
  text-align: Center;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .contact-dashed {
    font-size: 40px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .contact-dashed {
    font-size: 17px;
    padding: 30px;
  }
}
.contact-dashed .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px dashed #5C534F;
  border-radius: 100%;
  right: -20px;
  transition: all 0.2s ease-in-out;
  top: -20px;
  background: #221D1B;
}
@media (min-width: 768px) {
  .contact-dashed .icon {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .contact-dashed .icon {
    line-height: 53px;
  }
}
.contact-dashed .subtitle {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 5px;
}
.contact-dashed:hover {
  background: #f7ab36;
  transition: all 0.2s ease-in-out;
  color: #221e1d;
}
.contact-dashed:hover .icon {
  background: #f7ab36 !important;
  transition: all 0.2s ease-in-out;
}
.mesaj-atin {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .mesaj-atin {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .mesaj-atin {
    padding: 30px 20px;
  }
}
.mesaj-atin .col:nth-child(1) img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .mesaj-atin .col:nth-child(2) {
    margin-left: 40px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .mesaj-atin .col:nth-child(2) {
    margin-top: 30px;
    width: 200px;
  }
}
.bizi-arayin {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .bizi-arayin {
    padding: 150px 0;
  }
}
@media (max-width: 767px) {
  .bizi-arayin {
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .bizi-arayin .col:nth-child(2) {
    margin-left: 40px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .bizi-arayin .col:nth-child(2) {
    width: 250px;
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .bizi-arayin .col:nth-child(1) {
    width: 310px;
  }
}
@media (max-width: 767px) {
  .bizi-arayin .col:nth-child(1) {
    width: 100%;
  }
}
.bizi-arayin .phone-item {
  display: flex;
  align-items: center;
  background: #403734;
  color: #ffffff;
  margin-top: 40px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .bizi-arayin .phone-item {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .bizi-arayin .phone-item {
    padding: 13px 0;
  }
}
.bizi-arayin .phone-item .icon {
  width: 20%;
  text-align: center;
}
.bizi-arayin .phone-item .value {
  position: relative;
  width: 80%;
}
@media (min-width: 768px) {
  .bizi-arayin .phone-item .value {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .bizi-arayin .phone-item .value {
    font-size: 16px;
  }
}
.bizi-arayin .phone-item .value .subtitle {
  position: absolute;
  background: #554A47;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  padding: 5px 15px;
  top: -37px;
}
.bizi-arayin .phone-item:first-child {
  margin-top: 0;
}
.bizi-arayin .phone-item svg path {
  transition: all 0.2s ease-in-out;
}
.bizi-arayin .phone-item:hover {
  transition: all 0.2s ease-in-out;
  background: #f7ab36;
}
.bizi-arayin .phone-item:hover .subtitle {
  transition: all 0.2s ease-in-out;
  background: #FF8A00;
}
.bizi-arayin .phone-item:hover svg path {
  fill: #221e1d;
  transition: all 0.2s ease-in-out;
}
.bizi-arayin .contact-dashed .icon {
  background: #2C2523;
}
@media (min-width: 768px) {
  .bizi-arayin .contact-dashed .icon {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .bizi-arayin .contact-dashed .icon {
    line-height: 56px;
  }
}
.bize-yazin {
  display: flex;
  flex-wrap: wrap;
  background: #372F2C;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .bize-yazin {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .bize-yazin {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .bize-yazin .col:nth-child(1) {
    width: 65%;
  }
  .bize-yazin .col:nth-child(2) {
    width: 35%;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .bize-yazin .col:nth-child(1) {
    width: 100%;
  }
  .bize-yazin .col:nth-child(2) {
    width: 250px;
    margin-top: 30px;
  }
}
.bize-yazin .form-item {
  margin-bottom: 25px;
}
.bize-yazin .form-item:last-child {
  margin-bottom: 0;
}
.bize-yazin .form-item.submit {
  text-align: right;
}
.bize-yazin .contact-dashed .icon {
  background: #372F2C;
}
@media (min-width: 768px) {
  .bize-yazin .contact-dashed .icon {
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .bize-yazin .contact-dashed .icon {
    line-height: 56px;
  }
}
.form-control {
  background: #463D39;
  color: #ffffff;
  padding: 0 50px 0 25px;
  display: block;
  width: 100%;
  height: 66px;
  outline: none;
  transition: all 0.2s ease-in-out;
  border: 1px solid #463d39 !important;
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: right 25px center;
}
.form-control:focus {
  border-color: #f7ab36 !important;
  transition: all 0.2s ease-in-out;
}
.form-control.name {
  background-image: url("../img/icon1.svg");
}
.form-control.email {
  background-image: url("../img/icon2.svg");
}
.form-control.message {
  background-image: url("../img/icon3.svg");
  background-position: top 25px right 25px;
}
textarea.form-control {
  height: 310px;
  padding: 25px 50px 25px 25px;
  resize: none;
}
.security-code {
  display: flex;
  height: 66px;
  align-items: center;
  padding: 0 15px;
  background: #463d39 url("../img/icon4.svg") no-repeat right 25px center;
}
.security-code .sc-col:nth-child(1) {
  width: 10%;
}
.security-code .sc-col:nth-child(1) img {
  display: block;
  width: 100%;
}
.security-code .sc-col:nth-child(2) {
  width: 90%;
  padding-left: 15px;
}
.security-code .sc-col:nth-child(2) input {
  display: block;
  width: 100%;
  height: 66px;
  background: transparent;
  outline: none;
  font-size: 15px;
  color: #ffffff;
  padding: 0 50px 0 10px;
}
.sc-button {
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 50px;
  color: #ffffff;
  font-size: 15px;
  width: 140px;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  background: #f7ab36;
  transition: all 0.2s ease-in-out;
  padding: 0 20px;
}
.sc-button svg {
  margin-left: 10px;
}
.sc-button svg path {
  transition: all 0.2s ease-in-out;
}
.sc-button:hover {
  transition: all 0.2s ease-in-out;
  background: #221e1d;
  color: #f7ab36;
}
.sc-button:hover svg path {
  transition: all 0.2s ease-in-out;
  fill: #f7ab36;
}
.yol-tarifi {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .yol-tarifi {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .yol-tarifi {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .yol-tarifi .cols:nth-child(1) {
    width: 50%;
    padding-right: 20px;
  }
  .yol-tarifi .cols:nth-child(2) {
    width: 50%;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .yol-tarifi .cols:nth-child(1) {
    width: 100%;
  }
  .yol-tarifi .cols:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
}
.yol-tarifi .corporate {
  width: 100%;
}
.yol-tarifi .corporate img {
  display: block;
  width: 100%;
}
.yol-tarifi .corporate__button {
  margin-top: 40px;
}
.yol-tarifi .corporate__button a {
  border: none;
  display: flex;
  align-items: center;
  width: 210px;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  height: 50px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  background: #f7ab36;
  transition: all 0.2s ease-in-out;
  padding: 0 20px;
}
.yol-tarifi .corporate__button a svg {
  margin-left: 10px;
}
.yol-tarifi .corporate__button a svg path {
  transition: all 0.2s ease-in-out;
}
.yol-tarifi .corporate__button a:hover {
  transition: all 0.2s ease-in-out;
  background: #221e1d;
  color: #f7ab36;
}
.yol-tarifi .corporate__button a:hover svg path {
  transition: all 0.2s ease-in-out;
  fill: #f7ab36;
}
.yol-tarifi .maps iframe {
  width: 100%;
  border: none;
}
@media (min-width: 768px) {
  .yol-tarifi .maps iframe {
    height: 427px;
  }
}
@media (max-width: 767px) {
  .yol-tarifi .maps iframe {
    height: 400px;
  }
}
.category__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .category__col:nth-child(1) {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .category__col:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .category__col:nth-child(2) {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .category__col:nth-child(2) {
    width: 100%;
    margin-top: 30px;
  }
}
.category__col:nth-child(2) .description {
  color: #ffffff;
  line-height: 24px;
  font-size: 15px;
  font-weight: 300;
}
.pageCategory {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .pageCategory__col:nth-child(1) {
    width: 20%;
  }
  .pageCategory__col:nth-child(2) {
    width: 80%;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .pageCategory__col:nth-child(1) {
    width: 100%;
    order: 2;
  }
  .pageCategory__col:nth-child(2) {
    width: 100%;
    order: 1;
  }
}
.pageCategory__nav {
  background: #F4F4F4;
  /* @media (max-width:767px) {
            margin-bottom:20px;
        } */
}
.pageCategory__nav .title {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  /* @media (max-width:767px) {
                position:Relative;
                background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS40NCAwLjVMNC41IDMuNTkwNDJMNy41NiAwLjVMOC41IDEuNDUxNDJMNC41IDUuNUwwLjUgMS40NTE0MkwxLjQ0IDAuNVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
                background-position:right 20px center;
                background-repeat:no-repeat;
            } */
}
.pageCategory__nav ul {
  display: block;
  /* @media (min-width:768px) {
                display:block;
            }
            @media (max-width:767px) {
                display:none;
            } */
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.pageCategory__nav ul li a {
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  color: #221e1d;
  transition: all 0.2s ease-in-out;
}
.pageCategory__nav ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.pageCategory__nav ul li a.active {
  background: #f7ab36;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.pageCategory__list {
  display: flex;
  flex-wrap: wrap;
}
.pageCategory__list .item {
  border-right: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .pageCategory__list .item {
    width: 33.3333%;
  }
  .pageCategory__list .item:nth-child(3n+0) {
    border-right: 0;
  }
  .pageCategory__list .item:nth-child(1),
  .pageCategory__list .item:nth-child(2),
  .pageCategory__list .item:nth-child(3) {
    border-top: 0;
  }
}
@media (max-width: 767px) {
  .pageCategory__list .item {
    width: 50%;
  }
  .pageCategory__list .item:nth-child(even) {
    border-right: 0;
  }
  .pageCategory__list .item:nth-child(1),
  .pageCategory__list .item:nth-child(2) {
    border-top: 0;
  }
}
.pageCategory__list .item:hover {
  transition: all 0.2s ease-in-out;
  background: #f1f1f1;
}
.pageCategory__list .item .img {
  padding: 20px;
  display: block;
  position: Relative;
}
.pageCategory__list .item .img img {
  position: relative;
  max-width: 100%;
  display: block;
  z-index: 2;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pageCategory__list .item .img img {
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width:1199px) {
  .pageCategory__list .item .img img {
    height: inherit;
    width:100%;
  }
}
@media (max-width: 767px) {
  .pageCategory__list .item .img img {
    height: 130px;
  }
}
.pageCategory__list .item .img::after {
  width: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  background: url("../img/webp/stoneshadow2.webp") no-repeat left bottom;
  height: 260px;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .pageCategory__list .item .img::after {
    display: none;
  }
}
.pageCategory__list .item .img .title {
  display: block;
  color: #221e1d;
  text-align: Center;
  font-weight: 700;
  margin-top: 10px;
}
.pagination {
  margin: 30px 0;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.pagination ul li {
  margin-right: 10px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li a {
  display: block;
  border: 2px solid #F4F4F4;
  height: 40px;
  width: 40px;
  text-align: Center;
  line-height: 36px;
  font-weight: 400;
  color: #221e1d;
  transition: all 0.2s ease-in-out;
}
.pagination ul li a:hover {
  background: #e6e6e6;
  transition: all 0.2s ease-in-out;
}
.pagination ul li a.active {
  background: #f7ab36;
  color: #ffffff;
  border-color: #f7ab36;
}



@media (min-width: 768px) {
    .pageCategory__col2{
      width: 100%;
      padding-left: 30px;
    }

  }
  @media (max-width: 767px) {
    .pageCategory__col2 {
      width: 100%;
      order: 1;
    }

  }

  .pageCategory__list .item2 {
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    transition: all 0.2s ease-in-out;
  }
  @media (min-width: 768px) {
    .pageCategory__list .item2 {
      width: 20%;
    }
    .pageCategory__list .item2:nth-child(5n+0) {
      border-right: 0;
    }
    .pageCategory__list .item2:nth-child(1),
    .pageCategory__list .item2:nth-child(2),
    .pageCategory__list .item2:nth-child(3),
    .pageCategory__list .item2:nth-child(4),
    .pageCategory__list .item2:nth-child(5) {
      border-top: 0;
    }

    #texture-cat{
              background-color: #f7ab36;
              width: 30%;
              padding: 5px;
              color: white;
              margin-bottom: 10px;
           }
  }
  @media (max-width: 767px) {
    .pageCategory__list .item2 {
      width: 50%;
    }
    .pageCategory__list .item2:nth-child(even) {
      border-right: 0;
    }
    .pageCategory__list .item2:nth-child(1),
    .pageCategory__list .item2:nth-child(2) {
      border-top: 0;
    }
  }
  .pageCategory__list .item2:hover {
    transition: all 0.2s ease-in-out;
    background: #f1f1f1;
  }
  .pageCategory__list .item2 .img {
    padding: 20px;
    display: block;
    position: Relative;
  }
  .pageCategory__list .item2 .img img {
    position: relative;
    max-width: 100%;
    display: block;
    z-index: 2;
    margin: 0 auto;
  }
  #texture-cat{
              background-color: #f7ab36;
              width: 60%;
              padding: 5px;
              color: white;
              margin-bottom: 10px;
           }
  @media (min-width: 768px) {
    .pageCategory__list .item2 .img img {
      height: 240px;
    }
  }
  @media (min-width: 768px) and (max-width:1199px) {
    .pageCategory__list .item2 .img img {
      height: inherit;
      width:100%;
    }
  }
  @media (max-width: 767px) {
    .pageCategory__list .item2 .img img {
      height: 130px;
    }
  }
  .pageCategory__list .item2 .img::after {
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    background: url("../img/webp/stoneshadow2.webp") no-repeat left bottom;
    height: 260px;
    top: 0;
    left: 0;
  }
  @media (max-width: 767px) {
    .pageCategory__list .item2 .img::after {
      display: none;
    }
  }
  .pageCategory__list .item2 .img .title {
    display: block;
    color: #221e1d;
    text-align: Center;
    font-weight: 700;
    margin-top: 10px;
  }
