@charset "UTF-8";

@font-face {
  font-family: "Montserrat";
  src: url('/images/css/fonts/Montserrat-Regular.ttf');
  font-display:block;
  font-weight:400;
}
@font-face {
  font-family: "Montserrat";
  src: url('/images/css/fonts/Montserrat-Italic.ttf');
  font-weight:400;
  font-display:block;
  font-style:italic;
}
@font-face {
  font-family: "Montserrat";
  font-display:block;
  src: url('/images/css/fonts/Montserrat-Bold.ttf');
  font-weight:700;
}
@font-face {
  font-family: "Montserrat";
  font-display:block;
  src: url('/images/css/fonts/Montserrat-Bold.ttf');
  font-weight:700;
}
@font-face {
  font-family: "Oswald";
  font-display:block;
  src: url('/images/css/fonts/Oswald.ttf');
}
@font-face {
  font-family: "Source Sans Pro";
  font-display:block;
  src: url('/images/css/fonts/SourceSansPro-Regular.ttf');
}
@font-face {
  font-family: "Source Sans Pro";
  font-display:block;
  font-weight:bold;
  src: url('/images/css/fonts/SourceSansPro-Bold.ttf');
}
.PropRow{
	display:flex;
	align-items: center;
	justify-content: center;
}
.PropRow div{
	width: 50%;
}


/*	TEMA - 22	*/
.main-slide {
  position: relative; }
  .main-slide:before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none; }
  .main-slide img {
    width: 100%; }
  .main-slide .main-slide-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    z-index: 1; }
    .main-slide .main-slide-content .slider-baslik {
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 4vw; }
    .main-slide .main-slide-content .slider-altbaslik {
      color: #fff;
      font-size: 1vw; }
    .main-slide .main-slide-content .slider-button {
      border: 0.1vw solid #fff;
      overflow: hidden;
      display: inline-block;
      position: relative;
      margin: 1.5vw auto;
      transition: all 0.2s ease; }
      .main-slide .main-slide-content .slider-button:before {
        content: '';
        display: inline-block;
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: #c09551;
        transition: all 0.2s ease;
        pointer-events: none; }
      .main-slide .main-slide-content .slider-button:hover {
        border-color: #c09551; }
        .main-slide .main-slide-content .slider-button:hover:before {
          left: 0; }
      .main-slide .main-slide-content .slider-button a {
        padding: 0.7vw 2vw;
        display: inline-block;
        position: relative;
        font-family: "Oswald", sans-serif;
        letter-spacing: 0.1vw;
        color: #fff;
        font-size: 1vw;
        font-weight: 600;
        text-transform: uppercase;
        z-index: 1; }

.home-block {
  position: relative;
  width: 100%;
  float: left; }

.home-button {
  background: #c33040;
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin: 30px auto; }
  .home-button:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c09551;
    transition: all 0.2s ease;
    pointer-events: none; }
  .home-button:hover:before {
    left: 0; }
  .home-button a {
    padding: 15px 40px;
    display: inline-block;
    position: relative;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1.5px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    z-index: 1; }

.home-button-2 {
  border: 1px solid #fff;
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin: 30px auto;
  transition: all 0.2s ease; }
  .home-button-2:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c09551;
    transition: all 0.2s ease;
    pointer-events: none; }
  .home-button-2:hover {
    border-color: #c09551; }
    .home-button-2:hover:before {
      left: 0; }
  .home-button-2 a {
    padding: 15px 40px;
    display: inline-block;
    position: relative;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1.5px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    z-index: 1; }

.home-vitrin-button {
  background: #c33040;
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin: 30px auto; }
  .home-vitrin-button:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c09551;
    transition: all 0.2s ease;
    pointer-events: none; }
  .home-vitrin-button:hover:before {
    left: 0; }
  .home-vitrin-button a {
    padding: 1.2vw 3.5vw;
    display: inline-block;
    position: relative;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 0.9vw;
    z-index: 1; }

.home-slider-light .slick-dots {
  bottom: 0; }
  .home-slider-light .slick-dots li {
    margin: 0; }
    .home-slider-light .slick-dots li button {
      padding: 0;
      width: 14px;
      height: 14px; }
      .home-slider-light .slick-dots li button:before {
        opacity: 0.8;
        content: "\f111";
        font-family: "Font Awesome 5 Free";
        color: #f3f6f9;
        font-size: 13px;
        font-weight: 900; }
    .home-slider-light .slick-dots li.slick-active button:before {
      font-weight: 400; }
    .home-slider-light .slick-dots li:hover button:before {
      font-weight: 400; }

.home-slider-dark .slick-dots {
  bottom: -25px; }
  .home-slider-dark .slick-dots li {
    margin: 0; }
    .home-slider-dark .slick-dots li button {
      padding: 0;
      width: 14px;
      height: 14px; }
      .home-slider-dark .slick-dots li button:before {
        opacity: 0.8;
        content: "\f111";
        font-family: "Font Awesome 5 Free";
        color: #01151d;
        font-size: 13px;
        font-weight: 900; }
    .home-slider-dark .slick-dots li.slick-active button:before {
      font-weight: 400; }
    .home-slider-dark .slick-dots li:hover button:before {
      font-weight: 400; }

.home-spots {
  display: flex;
  flex-flow: row wrap; }
  .home-spots .home-spot {
    display: flex;
    width: 20%;
    float: left;
    padding: 35px 15px;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eee;
    text-align: center; }
    .home-spots .home-spot:last-of-type {
      border-right: none; }
    .home-spots .home-spot .home-spot-image img {
      width: 50px; }
    .home-spots .home-spot .home-spot-title {
      margin: 10px 0; }
      .home-spots .home-spot .home-spot-title span, .home-spots .home-spot .home-spot-title p, .home-spots .home-spot .home-spot-title a {
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 22px; }
      .home-spots .home-spot .home-spot-title:after {
        content: '';
        background: url("../files/spoticons/wave.png");
        display: block;
        margin: 8px auto;
        width: 40px;
        opacity: 0.6;
        height: 10px;
        background-size: contain;
        background-repeat: no-repeat; }
    .home-spots .home-spot .home-spot-desc {
      max-width: 200px; }

.home-title-white {
  text-align: center;
  margin-top: 20px;
  }
  .home-title-white:after {
    content: '';
    background: url("../files/spoticons/wave_white.png");
    display: block;
    margin: 1vw auto;
    width: 40px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat; }
  .home-title-white span, .home-title-white p, .home-title-white a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 2.3vw;
    font-weight: 600; }

.home-title-dark {
  text-align: center; }
  .home-title-dark:after {
    content: '';
    background: url("../files/spoticons/wave_blue.png");
    display: block;
    margin: 1vw auto;
    width: 40px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat; }
  .home-title-dark span, .home-title-dark p, .home-title-dark a {
    font-family: "Montserrat", sans-serif;
    color: #065b7e;
    font-size: 2.3vw;
    font-weight: 600; }

.home-banner .home-banner-image img {
  width: 100%; }

.home-banner.home-banner-dark .home-banner-image {
  position: relative; }
  .home-banner.home-banner-dark .home-banner-image:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(4, 56, 77, 0.6); }

.home-banner-1 .home-banner-text {
  position: absolute;
  right: 15vw;
  height: 100%;
  display: flex;
  max-width: 35%;
  align-items: center; }
  .home-banner-1 .home-banner-text .home-banner-text-wrapper {
    background: #087eaf;
    padding: 4vw 2.5vw;
    text-align: center; }
    .home-banner-1 .home-banner-text .home-banner-text-wrapper .banner-desc span, .home-banner-1 .home-banner-text .home-banner-text-wrapper .banner-desc p, .home-banner-1 .home-banner-text .home-banner-text-wrapper .banner-desc a {
      font-style: italic;
      font-size: 1.4vw;
      line-height: 1.8vw;
      font-family: "Montserrat", sans-serif;
      color: #fff; }
    .home-banner-1 .home-banner-text .home-banner-text-wrapper .home-button-2 a {
      font-size: 16px; }

.home-banner-2 .home-banner-text {
  position: absolute;
  left: 20vw;
  height: 100%;
  display: flex;
  width: 30%;
  align-items: center; }
  .home-banner-2 .home-banner-text .home-banner-text-wrapper {
    width: 100%;
    text-align: center; }
    .home-banner-2 .home-banner-text .home-banner-text-wrapper .home-banner-offers {
      width: 100%;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center;
      padding: 25px 0; }
      .home-banner-2 .home-banner-text .home-banner-text-wrapper .home-banner-offers .home-offer {
        max-width: 140px;
        padding: 0; }
        .home-banner-2 .home-banner-text .home-banner-text-wrapper .home-banner-offers .home-offer .offer-icon {
          width: 100%;
          position: relative;
          background: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%; }
          .home-banner-2 .home-banner-text .home-banner-text-wrapper .home-banner-offers .home-offer .offer-icon i, .home-banner-2 .home-banner-text .home-banner-text-wrapper .home-banner-offers .home-offer .offer-icon a {
            font-size: 50px;
            color: #087eaf;
            transition: color 0.3s ease; }
          .home-banner-2 .home-banner-text .home-banner-text-wrapper .home-banner-offers .home-offer .offer-icon:before {
            content: '';
            padding-top: 100%;
            display: inline-block; }
          .home-banner-2 .home-banner-text .home-banner-text-wrapper .home-banner-offers .home-offer .offer-icon:hover i, .home-banner-2 .home-banner-text .home-banner-text-wrapper .home-banner-offers .home-offer .offer-icon:hover a {
            color: #c33040; }
        .home-banner-2 .home-banner-text .home-banner-text-wrapper .home-banner-offers .home-offer .offer-title {
          margin-top: 20px;
          font-size: 13px;
          font-weight: 600;
          font-family: "Oswald", sans-serif;
          color: #087eaf;
          letter-spacing: 1px; }
          .home-banner-2 .home-banner-text .home-banner-text-wrapper .home-banner-offers .home-offer .offer-title a {
            letter-spacing: 1px;
            font-weight: 600;
            font-family: "Oswald", sans-serif;
            color: #087eaf;
            transition: color 0.2s ease; }
            .home-banner-2 .home-banner-text .home-banner-text-wrapper .home-banner-offers .home-offer .offer-title a:hover {
              color: #c33040; }

.home-comments .home-banner-text {
  position: relative;
  background-image: url("/images/files/banner/comment-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center; }
  .home-comments .home-banner-text .home-banner-text-wrapper {
	background: rgba(0, 0, 0, 0.7);
    width: 100%;
	height: auto;
	}
    .home-comments .home-banner-text .home-banner-text-wrapper .home-comments-slider {
      padding: 0 0 120px 0; }
      .home-comments .home-banner-text .home-banner-text-wrapper .home-comments-slider .home-comment {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        padding: 20px 15px; }
        .home-comments .home-banner-text .home-banner-text-wrapper .home-comments-slider .home-comment .comment-top {
          font-size: 35px;
          margin-bottom: 20px; }
		  .home-comments .home-banner-text .home-banner-text-wrapper .home-comments-slider .home-comment .comment-top:before {
			content:'\f10e';
			font-family: "FontAwesome";}
        .home-comments .home-banner-text .home-banner-text-wrapper .home-comments-slider .home-comment .comment-text {
          margin-bottom: 20px; }
          .home-comments .home-banner-text .home-banner-text-wrapper .home-comments-slider .home-comment .comment-text p {
            font-family: "Montserrat", sans-serif;
            font-style: italic;
            font-size: 20px; }
        .home-comments .home-banner-text .home-banner-text-wrapper .home-comments-slider .home-comment .comment-image {
          width: 120px;
          height: 120px;
          border-radius: 50%;
          overflow: hidden;
          margin-bottom: 15px; }
          .home-comments .home-banner-text .home-banner-text-wrapper .home-comments-slider .home-comment .comment-image img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .home-comments .home-banner-text .home-banner-text-wrapper .home-comments-slider .home-comment .comment-name {
          font-family: "Oswald", sans-serif;
          letter-spacing: 1.5px;
          font-weight: 600; }

.home-contact .home-banner-text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center; }
  .home-contact .home-banner-text .home-banner-text-wrapper .home-contact-title {
    text-align: center; }
    .home-contact .home-banner-text .home-banner-text-wrapper .home-contact-title span {
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-size: 4vw;
      font-weight: 600; }
  .home-contact .home-banner-text .home-contact-desc {
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    text-align: center; }
  .home-contact .home-banner-text .home-contact-button {
    text-align: center; }

.home-vitrin {
  padding: 100px 0;
  background: url("/images/files/banner/vitrin-banner.jpg");
  background-size: cover;
  background-position: center; }
  .home-vitrin:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(4, 56, 77, 0.6); }
  .home-vitrin .home-title-white {
    margin-bottom: 30px;
    position: relative; }
    .home-vitrin .home-title-white span {
      font-size: 2.6vw; }

.home-numbers {
  background: #087eaf; }
  .home-numbers .home-number {
    padding: 40px 0; }
    .home-numbers .home-number .home-title-white span {
      font-size: 45px; }
    .home-numbers .home-number .home-title-desc {
      text-align: center; }
      .home-numbers .home-number .home-title-desc span {
        font-family: "Oswald", sans-serif;
        color: #fff;
        font-size: 13px;
        letter-spacing: 2.5px;
        font-weight: 600; }

.home-categories {
  padding: 40px 0;
  background: #e7edf4; }
  .home-categories .home-category-slider .home-category {
    position: relative;
    border: 3px solid transparent; }
    .home-categories .home-category-slider .home-category img {
      width: 100%; }
    .home-categories .home-category-slider .home-category .home-category-title {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s ease;
      pointer-events: none; }
      .home-categories .home-category-slider .home-category .home-category-title span, .home-categories .home-category-slider .home-category .home-category-title p, .home-categories .home-category-slider .home-category .home-category-title a {
        max-width: 65%;
        color: #fff;
        letter-spacing: 1px;
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        margin-bottom: 0; }
    .home-categories .home-category-slider .home-category:hover .home-category-title {
      background: rgba(8, 126, 175, 0.6); }

.home-instagram {
  padding: 100px 0; }
  .home-instagram .instagram-slider .instagram-item {
    position: relative;
    padding: 50px 0; }
    .home-instagram .instagram-slider .instagram-item .instagram-image {
      position: relative; }
      .home-instagram .instagram-slider .instagram-item .instagram-image img {
        width: 100%; }
      .home-instagram .instagram-slider .instagram-item .instagram-image .instagram-button {
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        text-align: center; }
        .home-instagram .instagram-slider .instagram-item .instagram-image .instagram-button a {
          display: inline-block;
          padding: 15px 45px;
          color: #fff;
          font-family: "Oswald", sans-serif;
          font-weight: 600;
          background: #c33040;
          transition: background 0.2s ease; }
          .home-instagram .instagram-slider .instagram-item .instagram-image .instagram-button a:hover {
            background: #c09551; }
    .home-instagram .instagram-slider .instagram-item .instagram-info {
      padding-left: 40px; }
      .home-instagram .instagram-slider .instagram-item .instagram-info .info-head {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #eee;
        padding: 25px 0; }
        .home-instagram .instagram-slider .instagram-item .instagram-info .info-head .account-image {
          width: 60px;
          height: 60px;
          border-radius: 50%;
          overflow: hidden; }
          .home-instagram .instagram-slider .instagram-item .instagram-info .info-head .account-image img {
            width: 100%; }
        .home-instagram .instagram-slider .instagram-item .instagram-info .info-head .account-name {
          font-weight: 600;
          padding-left: 10px; }
          .home-instagram .instagram-slider .instagram-item .instagram-info .info-head .account-name a {
            color: #000; }

.home-blog {
  padding: 100px 0; }
  .home-blog .blog-slider {
    padding: 30px 0; }

@media all and (max-width: 992px) {
	.main-slide .main-slide-content .slider-button a{
		font-size:13px;
		padding:5px 8px;
	}
	.kabin-box-yazi{
		border-left:16px solid #fff !important;
	}
  .home-vitrin-button a {
    padding: 20px 45px;
    font-size: 17px; }
  .home-spots .home-spot {
    width: 50%; }
    .home-spots .home-spot:last-of-type {
      width: 100%; }
  .home-banner-1 .home-banner-text {
    right: 0;
    top: 0;
    max-width: 100%;
    width: 100%; }
    .home-banner-1 .home-banner-text .home-banner-text-wrapper {
      width: 100%; }
  .home-title-white a, .home-title-white p, .home-title-white span {
    font-size: 25px !important; }
  .home-title-dark a, .home-title-dark p, .home-title-dark span {
    font-size: 25px; }
  .home-banner-1 .home-banner-image {
    display: none; }
  .home-banner-1 .home-banner-text {
    position: relative; }
    .home-banner-1 .home-banner-text .home-banner-text-wrapper .banner-desc p, .home-banner-1 .home-banner-text .home-banner-text-wrapper .banner-desc a {
      line-height: normal;
      font-size: 18px; }
  .home-banner-2 .home-banner-image {
    display: none; }
  .home-banner-2 .home-banner-text {
    left: 0;
    width: 100%;
    position: relative;
    background: lightblue;
    padding: 50px 0; }
    .home-banner-2 .home-banner-text .home-banner-text-wrapper .home-banner-offers {
      flex-flow: column wrap; }
      .home-banner-2 .home-banner-text .home-banner-text-wrapper .home-banner-offers .home-offer {
        margin-bottom: 20px;
        max-width: 90px; }
        .home-banner-2 .home-banner-text .home-banner-text-wrapper .home-banner-offers .home-offer .offer-icon a, .home-banner-2 .home-banner-text .home-banner-text-wrapper .home-banner-offers .home-offer .offer-icon i {
          font-size: 35px; }
  .home-comments .home-banner-image {
    position: absolute !important;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
    .home-comments .home-banner-image:before {
      display: none; }
    .home-comments .home-banner-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .home-comments .home-banner-text {
    position: relative; }
    .home-comments .home-banner-text .home-banner-text-wrapper .home-comments-slider .home-comment .comment-text p {
      font-size: 16px; }
  .home-contact .home-banner-image {
    position: absolute !important;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
    .home-contact .home-banner-image:before {
      display: none; }
    .home-contact .home-banner-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .home-contact .home-banner-text {
    padding: 50px 15px;
    position: relative; }
    .home-contact .home-banner-text .home-banner-text-wrapper .home-contact-title span {
      font-size: 25px; } }

footer {
  background: #fff;
  float: left;
  width: 100%;
  padding-top: 100px; }

#footer {
  float: left;
  width: 100%; }

.footer-block-wrapper {
  width: 100%;
  float: left;
  padding-bottom: 150px; }

.footer-subscribe {
  text-align: center;
  padding-bottom: 100px; }
  .footer-subscribe .subscribe-title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.3vw;
    font-weight: 600;
    color: #04384d;
    line-height: 1; }
  .footer-subscribe .subscribe-desc {
    color: #04384d;
    font-size: 15px; }
  .footer-subscribe .subscribe-button {
    max-width: 770px;
    width: 100%;
    padding: 30px 0;
    display: inline-block; }
    .footer-subscribe .subscribe-button input {
      width: 70%;
      height: 50px;
      background: #e7edf4;
      float: left;
      border: none;
      padding-left: 20px; }
    .footer-subscribe .subscribe-button button {
      width: 30%;
      height: 50px;
      background: #c33040;
      color: #fff;
      float: left;
      border: none;
      position: relative;
      overflow: hidden; }
      .footer-subscribe .subscribe-button button span {
        position: relative;
        text-transform: uppercase;
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        letter-spacing: 1px; }
      .footer-subscribe .subscribe-button button:before {
        content: '';
        background: #c09551;
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        transition: left 0.2s ease; }
      .footer-subscribe .subscribe-button button:hover:before {
        left: 0; }

.footer-block {
  text-align: center; }
  .footer-block .footer-baslik {
    font-size: 25px;
    color: #04384d;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }
  .footer-block .footer-menu ul {
    list-style: none; }
    .footer-block .footer-menu ul li {
      margin-bottom: 3px; }
      .footer-block .footer-menu ul li a {
        color: #04384d;
        font-size: 17px;
        transition: color 0.2s ease; }
        .footer-block .footer-menu ul li a:hover {
          color: #c33040; }

.footer-bottom {
  float: left;
  width: 100%;
  background: #087eaf;
  padding: 30px 0; }

@media only screen and (min-width: 992px) {
  .footer-block-wrapper {
    display: flex;
    flex-flow: row wrap; }
  .footer-block {
    border-right: 2px solid #eee; }
    .footer-block:last-of-type {
      border-right: none; } }

@media only screen and (max-width: 992px) {
  .footer-block {
    margin-bottom: 30px; }
  .footer-subscribe .subscribe-title {
    font-size: 25px; }
  .footer-subscribe .subscribe-button {
    padding: 30px 10px; }
    .footer-subscribe .subscribe-button input {
      width: 100%;
      text-align: center;
      padding: 0; }
    .footer-subscribe .subscribe-button button {
      width: 100%; }
  .footer-bottom-block {
    text-align: center !important;
    margin-bottom: 15px; }
    .footer-bottom-block p {
      margin-bottom: 0; } }

/*--------------------------------HEADER-TOP-BAR----------------------------------*/
.header-top-bar {
  height: 35px;
  background: #087eaf; }

.top-slogan {
  text-align: center;
  background: #fafafa;
  padding: 10px 0px;
  font-size: 12px; }
  .top-slogan img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important; }

.header-top-bar .header-top-bar-wrapper {
  width: 95%;
  margin: auto;
  height: 100%; }

.header-top-bar .top-bar-div {
  display: flex;
  float: left;
  align-items: center;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  height: 100%; }
  .header-top-bar .top-bar-div:after {
    content: '';
    height: 20px;
    width: 2px;
    background: #bae9fc;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5;
    bottom: 0;
    margin: auto; }
  .header-top-bar .top-bar-div:last-of-type:after {
    display: none; }
  .header-top-bar .top-bar-div .top-bar-icon {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 5px; }
    .header-top-bar .top-bar-div .top-bar-icon a, .header-top-bar .top-bar-div .top-bar-icon i {
      line-height: 20px;
      font-size: 13px;
      color: #087eaf; }
  .header-top-bar .top-bar-div .top-bar-text {
    float: left;
    height: 25px;
    text-align: center;
    float: left; }
    .header-top-bar .top-bar-div .top-bar-text a, .header-top-bar .top-bar-div .top-bar-text span {
      line-height: 25px;
      color: #fff; }

.top-inner {
  height: 40px !important; }

/*topbar sol*/
.header-sol-social {
  height: 100%;
  float: left;
  padding-left: 1%;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.header-social-link {
  float: left;
  color: #5f5f5f;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 40px;
  height: 100%;
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  transition: all 0.5s ease; }
  .header-social-link i {
    line-height: 40px; }
  .header-social-link:hover {
    color: #333; }

/*topbar sag*/
.top-bar-pages {
  float: right;
  height: 100%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.10196);
  border-left: 1px solid rgba(255, 255, 255, 0.10196); }
  .top-bar-pages .header-statik-link {
    color: #000;
    line-height: 40px;
    padding-left: 10px;
    font-size: 13px; }
  .top-bar-pages .header-statik-link.header-statik-blog {
    color: #fff;
    display: inline-block;
    background: #087eaf;
    padding-right: 10px;
    margin-left: 10px;
    letter-spacing: 0.5px;
    font-weight: 600; }

.top-bar-hesap-button {
  font-family: "Source Sans Pro", sans-serif;
  float: right;
  color: #000;
  width: 100%;
  height: 100%;
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all 0.3s ease-in-out; }
  .top-bar-hesap-button i {
    width: 20%;
    font-size: 19px;
    position: relative;
    text-align: center; }
  .top-bar-hesap-button .top-bar-hesap-down {
    font-size: 20px; }
  .top-bar-hesap-button .top-bar-hesap-yazi {
    margin: 0;
    padding: 0px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px; }
    .top-bar-hesap-button .top-bar-hesap-yazi span {
      color: #000;
      font-size: 12px;
      display: block;
      font-weight: 400; }

.top-bayi-buton {
  font-family: "Source Sans Pro", sans-serif;
  display: inline-block;
  float: right;
  color: #292828;
  width: 50%;
  height: 100%;
  font-size: 12px;
  text-transform: capitalize !important;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out; }

#callbayi:checked ~ .login-menu {
  visibility: visible;
  top: 100%;
  z-index: 11;
  opacity: 1;
  transition: all 0.5s ease; }
  #callbayi:checked ~ .login-menu ul li {
    display: block; }

.login-menu {
  width: 150%;
  visibility: hidden;
  height: auto;
  background: #fff;
  margin: auto;
  top: 50%;
  right: 0px;
  opacity: 0;
  position: absolute;
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  transition: all 0.5s ease; }
  .login-menu ul {
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0px;
    display: inline-block; }
    .login-menu ul li {
      width: 100%;
      display: none;
      height: 50px;
      transition: all 0.3s ease; }
      .login-menu ul li:hover {
        background: #c33040;
        color: #fff; }
        .login-menu ul li:hover a, .login-menu ul li:hover i {
          color: #fff; }
  .login-menu li a {
    font-family: "Source Sans Pro", sans-serif;
    color: #000;
    font-size: 11px;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    font-weight: 600;
    transition: all 0.3s ease; }
  .login-menu li i {
    color: #000;
    font-size: 16px;
    line-height: 50px;
    float: left;
    margin-right: 8px; }

@media all and (max-width: 1500px) {
  .login-menu {
    width: 100%; } }

@media all and (max-width: 992px) {
  .top-bar-content {
    display: none;
    margin-bottom: 50px; }
  .top-slogan {
    display: none; } }

/*Header Bar*/
.header-content {
  width: 100%;
  height: auto;
  min-height: 50px;
  display: inline-block;
  background: #fff;
  position: relative;
  float: left;
  transition: all 0.5s ease-in-out; }

.header-align {
  width: 95%;
  margin: auto;
  height: 115px;
  z-index: 1;
  transition: all 0.5s ease; }
  .header-align input[type=checkbox] {
    display: none; }

.header-logo {
  width: auto;
  padding: 0 1%;
  width: 20%;
  height: 100%;
  float: left;
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
  z-index: 3; }
  .header-logo a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative; }
  .header-logo img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0; }

.header-menu {
  width: calc(80% - 100px);
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 0px;
  height: 100%;
  float: left;
  z-index: 2; 
  }

.header-arama-content {
  width: 100%;
  height: 55px;
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 0px;
  margin: 0px;
  transition: all 0.5s ease; }
  .header-arama-content form {
    width: 100%;
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fbfbfb;
    float: right;
    display: flex;
    justify-content: space-around;
    align-items: center; }
  .header-arama-content button {
    background: #087eaf;
    outline: none;
    border: none;
    display: block;
    width: 50px;
    height: 102%;
    position: relative;
    float: right;
    color: #fff;
    font-size: 23px;
    transition: all 0.3s ease-in-out; }
    .header-arama-content button:hover {
      background: #c33040;
      color: #fff; }
    .header-arama-content button:active .mm-control {
      display: block; }

.header-sag-arama {
  width: 100px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .header-sag-arama p {
    margin-bottom: 0px;
    margin-left: 7px; }
    .header-sag-arama p span {
      color: #282828;
      padding-bottom: 3px;
      font-size: 12px;
      display: block;
      font-weight: 400; }
  .header-sag-arama i {
    font-size: 19px; }

.header-sag {
  height: 100%;
  position: relative;
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 3; }
  .header-sag ul.login-ul {
    list-style: none;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px;
    margin-bottom: 0px; }
    .header-sag ul.login-ul li {
      display: block;
      position: relative;
      float: left;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%;
      cursor: pointer; }
      .header-sag ul.login-ul li:hover {
        cursor: pointer; }
      .header-sag ul.login-ul li i {
        font-size: 22px;
        width: 100%;
        text-align: center; }

.header-sag-hesap {
  width: 40%;
  max-width: 130px;
  height: 100%;
  font-size: 18px;
  position: relative;
  padding: 0px 1%; }
  .header-sag-hesap:hover .login-menu {
    visibility: visible;
    top: 100%;
    z-index: 11;
    opacity: 1;
    transition: all 0.5s ease; }
    .header-sag-hesap:hover .login-menu ul li {
      display: block; }

.full-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 8;
  display: none; }

@media all and (max-width: 992px) {
  .header-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    z-index: 5;
    background: #fff; }
  .header-align {
    height: 50px; }
  .header-logo {
    margin: 0 auto;
    border: 0px;
    float: none;
    width: 40%;
    max-width: inherit; }
    .header-logo a {
      width: 100%;
      text-align: center;
      display: block; }
    .header-logo img {
      margin: auto;
      float: none;
      right: 0;
      left: 0;
      width: 30%;
      min-width: 170px;
      max-width: inherit; }
  .header-arama, .header-arama-content, .header-sag {
    display: none; }
  .header-menu {
    z-index: 4;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 40px; } }

@media all and (max-width: 530px) {
  .header-logo img {
    width: 100%;
    min-width: inherit; } }

/*Header Kategori*/
.kategori-mm {
  background: transparent;
  height: 100%;
  position: relative;
  padding: 0px;
  float: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  z-index: 7; }
  .kategori-mm input[type=checkbox] {
    display: none; }

.affix {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: inherit;
  min-height: inherit !important;
  height: auto !important;
  z-index: 9999 !important;
  padding: 0px !important;
  background: #fff !important;
  -webkit-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17); }

.kategori-mm-inner {
  margin: auto;
  width:100% !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
  background: transparent;
  padding: 0px; }

.button {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  display: none;
  height: 100%;
  width: 33.33%;
  float: left;
  cursor: pointer;
  margin-bottom: 0px; }
  .button i {
    font-size: 22px;
    color: #151440;
    padding: 0;
    position: relative;
    width: initial;
    height: initial;
    top: inherit;
    left: inherit;
    background: transparent; }

.sepet-icon {
  background: #c33040;
  margin-right: .5%; }

.sepet-li {
  position: absolute;
  content: "0";
  top: 23%;
  margin: auto;
  left: 15%;
  background: #c33040;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 10px;
  text-align: center;
  z-index: 0;
  color: #fff;
  line-height: 15px;
  font-style: normal; }

.search-icon {
  height: 40px;
  background: transparent; }
  .search-icon i {
    font-size: 25px;
    color: #101010; }

.header-mm-arama {
  width: 100%;
  z-index: 3;
  height: auto;
  min-height: 50px;
  display: none;
  background: #fff;
  margin: auto;
  top: 100%;
  left: 0;
  position: absolute;
  border-top: 1px solid #ccc; }
  .header-mm-arama form {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;
    position: relative;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header-mm-arama form input {
      display: block;
      width: 100%;
      padding-left: 15px;
      font-size: 14px;
      box-shadow: none;
      outline: none;
      background: #fff;
      border: 0px;
      line-height: 1.42857143;
      color: #555;
      font-size: 12px;
      border: none;
      float: left;
      color: #666;
      position: relative; }

*:focus {
  outline: none !important;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none; }

.header-mm-arama1 form input::focus {
  outline: none;
  box-shadow: none;
  border: none; }

.header-mm-arama1 button {
  background: transparent;
  outline: none;
  float: right;
  border: none;
  display: block;
  padding-right: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px; }

.header-mm-arama1 {
  width: 100%;
  display: none;
  height: auto;
  min-height: 50px;
  background: #fff;
  margin: auto;
  top: 100%;
  left: 0;
  position: absolute;
  border-top: 1px solid whitesmoke;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.06); }
  .header-mm-arama1 form {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;
    position: relative;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header-mm-arama1 form input {
      display: block;
      width: 100%;
      padding-left: 15px;
      font-size: 14px;
      box-shadow: none;
      outline: none;
      background: #fff;
      border: 0px;
      line-height: 1.42857143;
      color: #555;
      font-size: 12px;
      border: none;
      float: left;
      color: #666;
      position: relative; }

*:focus {
  outline: none !important;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none; }

.header-mm-arama1 form input::focus {
  outline: none;
  box-shadow: none;
  border: none; }

.header-mm-arama1 button {
  background: transparent;
  outline: none;
  float: right;
  border: none;
  display: block;
  padding-right: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px; }

.mm-control {
  display: block;
  height: 100%;
  width: 60%;
  font-size: 13px;
  box-shadow: none;
  outline: none;
  background: transparent;
  line-height: 1.42857143;
  color: #555;
  border: none;
  float: left;
  color: #666;
  position: relative; }
  .mm-control::placeholder {
    color: #8a8a8a !important;
    opacity: 1 !important;
    /* Firefox */
    font-size: 12px !important;
    font-weight: 400 !important; }
  .mm-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8a8a8a !important;
    font-size: 12px !important;
    font-weight: 400 !important; }
  .mm-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8a8a8a !important;
    font-size: 12px !important;
    font-weight: 400 !important; }

*:focus {
  outline: none !important; }

.header-input {
  width: 100%;
  color: #403c3c;
  font-size: 13px;
  border-radius: 0px !important;
  border: 0px !important;
  font-family: "Source Sans Pro", sans-serif .header-input; }
  .header-input ::placeholder {
    letter-spacing: 0px;
    color: #ccc; }
  .header-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    letter-spacing: 0px;
    color: #ccc; }
  .header-input::-ms-input-placeholder {
    /* Microsoft Edge */
    letter-spacing: 0px;
    color: #ccc; }

.mm-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important; }

@media all and (max-width: 992px) {
  .button i {
    font-size: 18px; }
  .search-icon i {
    font-size: 21px; }
  #divAjaxAramaSonuc1 {
    width: 100%;
    position: absolute;
    top: 100%;
    margin: auto;
    width: 100%;
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    z-index: 999; }
  .header-mm-arama1 {
    flex-flow: column wrap; }
  #call3:checked ~ .header-mm-arama1 {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center; } }

@media all and (max-width: 580px) {
  .arama-urun-adi a {
    font-size: 12px; } }

.cubuk {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: auto;
  display: none;
  z-index: 9999;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  width: 28px; }

#bir {
  top: 35%; }

#iki {
  top: 50%; }

#uc {
  top: 63%; }

#call1:checked ~ .button #bir {
  top: 50%;
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg); }

#call1:checked ~ .button #iki {
  opacity: 0; }

#call1:checked ~ .cubuk {
  background: #000; }

#call1:checked ~ .button #uc {
  top: 50%;
  -webkit-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  -o-transform: rotate(-405deg);
  transform: rotate(-405deg); }

@media all and (max-width: 1600px) {
  .kategori-mm-inner, .inner-align {
    width: 90%; } }

@media all and (max-width: 1500px) {
	.kategori-mm-menu .ana-menu > li{
		padding:0 15px 0 0 !important;
	}
}

@media all and (max-width: 1300px) {
  .kategori-mm-inner, .inner-align {
    width: 95%; } }

@media all and (max-width: 992px) {
  .header-top-bar {
    display: none; }
  .kategori-mm {
    padding: 0px;
    background: #fff;
    width: 25px;
    height: 50px;
    border: 0px;
    box-shadow: none; }
  .kategori-mm-inner {
    background: transparent;
    width: 100%;
    height: 50px; }
  .inner-align {
    width: 100%; }
  .cubuk {
    background-color: #737373;
    display: block;
    width: 20px; }
  #bir {
    top: 40%; }
  #iki {
    top: 50%; }
  #uc {
    top: 60%; }
  .button {
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 3; }
  .sepet-icon {
    right: 2%;
    background: transparent; }
    .sepet-icon i {
      color: #737373; }
  .search-icon {
    right: 0;
    color: #c33040; }
  .menu-button {
    width: 100%; }
  .button1 {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    z-index: 999;
    height: 30px;
    width: 30px;
    float: right;
    cursor: pointer;
    margin-right: 0px;
    margin-top: 2px;
    margin-bottom: 0px; }
  .mobil-menu-sol-icon {
    float: left; }
  .button1 .cubuk {
    background: #737373; }
  #call1:checked ~ .kategori-mm-menu .button1 #bir {
    top: 50%;
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  #call1:checked ~ .kategori-mm-menu .button1 #iki {
    opacity: 0; }
  #call1:checked ~ .kategori-mm-menu .button1 #uc {
    top: 50%;
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  .menu-kapat1 {
    width: 0vw;
    height: 100vh;
    position: fixed;
    z-index: 0;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999; }
  #call1:checked ~ .menu-kapat1 {
    width: 100vw;
    background: rgba(0, 0, 0, 0.5); } }

/*--------------------------------KATEGORI MENUUU-MEMET----------------------------------*/
.kategori-mm-menu {
  width: 100%;
  margin: auto;
  height: 100%;
  position: relative;
  padding: 0px 0px;
  text-align: center; }

.mm-menu-img {
  line-height: 0px !important; }

.kategori-mm-menu ul {
  list-style: none;
  width: 100%;
  display: inline-block;
  padding-left: 0%;
  margin: 0;
  height: 100%;
  position: relative; }
  .kategori-mm-menu ul li {
    width: auto;
    padding: 0 7px;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    align-items: center; }

#header-mm-img {
  max-height: 250px; }

.kategori-mm-menu ul li img.menu-icon {
  width: 40px; }

.kategori-mm-menu ul li a {
  color: #1b1b1b;
  width: 100%;
  font-style: normal;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.643;
  letter-spacing: 0;
  text-align: left;
  padding-left: 0px !important; }

.menu-tum-urun-link {
  display: none !important; }

.menu-kategori-icon-link {
  width: auto !important;
  padding-left: 0px !important;
  padding-right: 7px; }
  .menu-kategori-icon-link img {
    width: auto !important;
    max-width: 25px; }

.menu-kategori-icon1 {
  width: auto !important;
  max-width: 27px;
  max-height: 35px;
  padding-right: 5px; }

.menu-kategori-icon2 {
  width: auto !important;
  display: block;
  margin: auto;
  max-height: 75px;
  padding-right: 5px; }

.mm-menu-a-none img {
  width: 80%;
  display: block;
  margin: auto; }

.kategori-mm-menu ul li a span {
  font-size: 16px;
  color: #999;
  font-weight: 300;
  display: block; }

.kategori-mm-menu ul li label {
  display: none; }

.kategori-mm-menu ul li ul {
  width: 100%;
  padding-top: 1%;
  height: auto;
  min-height: 200px;
  position: absolute;
  top: 70%;
  left: -0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease,opacity 0.4s ease;
  z-index: -1; }

.menu-level-2 {
  padding: 10px 5% !important;
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18); }

.kategori-mm-menu ul ul li {
  display: none;
  float: left;
  width: 15%;
  max-width: 250px;
  text-align: center;
  height: inherit !important; }
  .kategori-mm-menu ul ul li a {
    font-weight: 600;
    color: #333; }
  .kategori-mm-menu ul ul li a.buyuk-icon-link {
    line-height: 1;
    text-align: center; }

.kategori-mm-menu ul li.menu-level-2-li {
  width: 16.666%; }
  .kategori-mm-menu ul li.menu-level-2-li a.img-link {
    font-weight: 600; }
  .kategori-mm-menu ul li.menu-level-2-li img {
    max-width: 100%;
    display: block; }

.kategori-mm-menu ul li:hover > ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 9; }
  .kategori-mm-menu ul li:hover > ul li {
    display: block; }

.kategori-mm-menu ul ul ul {
  width: 100%;
  left: 0%;
  position: relative;
  float: left;
  height: auto;
  display: inline-block;
  display: block;
  top: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .kategori-mm-menu ul ul ul li {
    display: block;
    float: inherit;
    width: 100%;
    text-align: left; }
    .kategori-mm-menu ul ul ul li a {
      line-height: 35px;
      margin-bottom: 0px;
      font-weight: 300;
      color: #777;
      transition: all 0.2s ease-in-out; }

.kategori-mm-menu ul ul li a:hover {
  padding-left: 30px; }

.menu-hiza {
  font-size: 14px;
  color: #232323;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 0px 4%;
  display: block;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative; }
  .menu-hiza:hover {
    color: #000; }
    .menu-hiza:hover i {
      color: #232323; }
  .menu-hiza p {
    margin: 0;
    padding: 0px 5px;
    min-width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px; }
  .menu-hiza span {
    color: #fff;
    font-size: 10px;
    display: block;
    padding-bottom: 0px;
    font-weight: 600;
    margin-right: 0px !important; }

.mobil-menu-top, .menu-login {
  display: none; }

.menu-social {
  width: 0%;
  position: fixed;
  bottom: 0;
  margin-top: 10px;
  visibility: hidden;
  transition: all 0.5s ease; }

#divAjaxAramaSonuc {
  position: absolute;
  top: 100%;
  margin: auto;
  width: 100%;
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
  z-index: 999; }

.arama-urun-row {
  background: #fff;
  border-radius: 0px !important;
  padding: 5px 0 !important;
  min-height: 65px;
  display: flex;
  align-items: center; }
  .arama-urun-row:hover, .arama-urun-row:nth-child(2n+2):hover {
    background: #dadada; }

.arama-urun-adi {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .arama-urun-adi a {
    color: #444;
    font-size: 14px; }

.arama-urun-resmi {
  width: 15%;
  padding: 0px; }
  .arama-urun-resmi img {
    width: 90%;
    margin: 0 auto;
    padding: 0px;
    max-width: 100px; }

.arama-tum-sonuclar {
  text-align: center;
  display: block;
  width: 100%; }
  .arama-tum-sonuclar a {
    text-align: center;
    display: block;
    padding: 20px 0px;
    background: #c33040;
    color: #FFF; }

@media all and (max-width: 1300px) {
	
  #divAjaxAramaSonuc {
    position: absolute;
    top: 100%;
    left: 0%;
    margin: auto;
    width: 100%;
    z-index: 999; } }

@media all and (max-width: 1200px) {
  #urun-detay-sag-banner {
    border: 2px solid #efefef;
    border-radius: 3px;
    height: auto;
    padding: 20px 15px; }
  .border-banner {
    padding: 5px 0px !important;
    border: 0px !important; }
  #anasayfa-urunleri {
    width: 95%;
    min-width: inherit; }
  .kategori-mm-menu ul li a {
    font-size: 11px; }
  .kategori-mm-menu ul ul li a {
    font-size: 12px; } }

.menu-kategori {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.ana-menu > li {
  padding: 0 15px !important; }
  .ana-menu > li > a {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #0aa1e0 !important;
    letter-spacing: 2px !important; }
    .ana-menu > li > a:hover {
      color: #c33040 !important; }

.menu-kategori-spot {
  display: none; }

@media all and (min-width: 992px) {
	.drop-2{
		position:relative;
	}
	.menu-level-2-static{
		min-width:200px;
		min-height:inherit !important;
	}
	.kategori-mm-menu .menu-level-2-static li.menu-level-2-li{
		width:100%;
	}
	.kategori-mm-menu .menu-level-2-static li.menu-level-2-li a{
		font-size:14px; 
	}
  .menu-level-2-static .menu-level-2-li {
    padding: 5px 7px!important; 
	border-bottom:1px solid #0aa1e0;
	transition:background 0.2s ease;
	}
	.menu-level-2-static .menu-level-2-li:hover{
		background:#0aa1e0;
		border-color:#0aa1e0;
	}
	.menu-level-2-static .menu-level-2-li:hover a{
		color:#fff !important;
	}
	.menu-level-2-static .menu-level-2-li:last-of-type{
		border-bottom:none;
	}
  .header-content {
    min-height: 115px; } }

@media all and (max-width: 992px) {
  .header-mm-arama {
    display: none !important; }
  .menu-kategori {
    float: left;
    width: 100%; }
  .menu-kategori-spot {
    display: none !important; }
  .arama-urun-row {
    padding: 10px 0 !important; }
  .sepet-fixed-container {
    width: auto;
    max-width: 50px; }
  .slider-sol-img {
    margin-right: 0px;
    margin-top: 10px;
    order: 2; }
  .inner-align {
    width: 95%;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    margin: auto; }
  .container {
    width: 100%; }
  .top-bar-wp-buton {
    font-size: 11px; }
  .top-bar-social ul li a i {
    font-size: 12px;
    margin: 0px;
    padding: 0px; }
  .menu-kapat {
    width: 0vw;
    height: 100vh;
    position: fixed;
    z-index: 0;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999; }
  .mobil-menu-top {
    display: block; }
    .mobil-menu-top img {
      width: 135px; }
  .menu-level-2 {
    min-width: 100% !important;
    padding: 0px !important; }
    .menu-level-2 li {
      min-width: 100% !important;
      padding: 0px !important; }
  .menu-level-3 {
    padding: 0px !important; }
    .menu-level-3 li {
      min-width: 100% !important;
      padding: 0px !important; }
  .img-link {
    height: 75px !important; }
    .img-link .img-link-img {
      margin-right: 10px; }
  .kategori-mm-menu ul li a {
    width: 75%;
    float: left;
    font-size: 13px;
    height: 35px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .mm-menu-full {
    width: 100% !important; }
  .mm-menu-a-none {
    display: none !important; }
  .kategori-mm-menu ul li label {
    display: block;
    font-size: 15px;
    color: #444;
    float: right;
    width: 25%;
    background: #ececec;
    height: 35px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    position: relative;
    margin-bottom: 0px; }
  .menu-kategori-icon1 {
    max-width: 27px; }
  .kategori-mm-menu {
    width: 0px;
    margin: 0;
    padding: 0px;
    height: 100%;
    position: fixed;
    left: -50%;
    top: 0;
    float: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s ease;
    overflow-x: hidden;
    background: #fff;
    z-index: 999999; }
    .kategori-mm-menu ul li img {
      float: left;
      width: 100px; }
    .kategori-mm-menu ul li img.menu-kategori-icon2 {
      max-width: 27px;
      float: left;
      margin: 0; }
    .kategori-mm-menu ul li label::before {
      font-size: 25px;
      color: #999;
      font-weight: 300;
      cursor: pointer;
      right: 0%;
      left: 0;
      text-align: center;
      content: "\f3d0";
      font-family: Ionicons;
      position: absolute;
      transition: all 0.2s ease; }
    .kategori-mm-menu ul ul li label::before {
      font-size: 20px;
      color: #999;
      font-weight: 300;
      cursor: pointer;
      right: 0%;
      bottom: 12%;
      left: 0;
      text-align: center;
      content: "\f3d0";
      font-family: Ionicons;
      position: absolute;
      transition: all 0.2s ease; }
    .kategori-mm-menu ul.ana-menu input[type=checkbox]:checked ~ label {
      background: #087eaf; }
    .kategori-mm-menu ul.ana-menu input[type=checkbox]:checked ~ label::before {
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Safari 3-8 */
      color: #fff; }
    .kategori-mm-menu ul ul li {
      display: inline;
      float: left;
      border-bottom: 0px;
      border-right: 0px;
      width: 100%;
      min-height: 35px;
      max-width: inherit; }
    .kategori-mm-menu ul ul ul li a:hover {
      padding: 0px; }
    .kategori-mm-menu ul li ul {
      width: 98%;
      position: relative;
      min-height: 0px;
      height: 0px;
      right: -100%;
      opacity: 0;
      left: inherit;
      z-index: 0;
      padding: 0;
      overflow: hidden;
      transition: all 0.5s ease;
      margin: auto;
      visibility: hidden;
      float: right;
      background: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .kategori-mm-menu ul li:hover {
      cursor: pointer; }
      .kategori-mm-menu ul li:hover > ul {
        top: inherit;
        visibility: inherit;
        opacity: inherit;
        z-index: inherit; }
  .user-menu-mobil {
    width: 0px;
    margin: 0;
    height: 100%;
    position: fixed;
    right: inherit;
    right: -50%;
    top: 0;
    float: none;
    overflow: hidden;
    transition: 0.5s ease;
    background: #fff;
    z-index: 999; }
  .mobil-menu-top {
    width: 100%;
    height: 35px;
    background: #fff;
    border-bottom: 1px solid #f7f7f7; }
    .mobil-menu-top p {
      text-align: center;
      font-size: 17px;
      line-height: 31px;
      margin-bottom: 0px;
      font-family: "Source Sans Pro", sans-serif; }
  .menu-login {
    padding: 0px 3%;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #f7f7f7; }
    .menu-login a:first-child {
      border-right: 1px solid #f7f7f7;
      background: #087eaf;
      color: #fff; }
  .menu-login-button {
    width: 50%;
    font-family: "Source Sans Pro", sans-serif;
    padding: 10px 0px;
    float: left;
    color: #087eaf;
    text-align: center; }
  #call1:checked ~ .kategori-mm-menu .menu-social {
    position: fixed;
    bottom: 0;
    margin-top: 10px;
    width: 60%;
    visibility: visible;
    background: #fff;
    padding-top: 5px;
    z-index: 1;
    border-top: 1px solid #f7f7f7;
    transition: all 0.5s ease; }
  .menu-social p {
    font-family: "Source Sans Pro", sans-serif;
    float: left;
    padding: 4px 0px;
    font-weight: 900;
    margin-bottom: 0px;
    padding-right: 10px; }
  .menu-telephone {
    font-size: 15px !important;
    font-family: "Source Sans Pro", sans-serif; }
    .menu-telephone i {
      font-size: 20px;
      margin-right: 10px; }
  .menu-social a {
    text-align: center;
    color: #585454;
    padding: 4px 8px;
    font-size: 16px;
    float: left;
    display: block; }
  .top-sol {
    justify-content: flex-end; }
  .ana-menu {
    overflow-y: auto;
    padding-bottom: 75px; }
  .kategori-mm-menu ul {
    list-style: none;
    width: 100%;
    margin: 0;
    height: auto;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease; }
  .kategori-mm-menu .ana-menu {
    margin: auto; }
  .kategori-mm-menu ul li {
    display: inline-block;
    float: none;
    max-width: inherit;
    min-height: 40px;
    width: 95% !important;
    float: right;
    padding-right: 2%;
    height: auto; }
  #call1:checked ~ .kategori-mm-menu {
    width: 60%;
    height: 100%;
    left: 0;
	margin: 0;
    z-index: 999999;
    transition: all 0.5s ease; }
  #call1:checked ~ .ana-menu {
    list-style: none;
    width: 95%;
    height: 100%;
    background: #fff;
    display: block;
    margin: auto; }
  #call2:checked ~ .menu-kapat {
    width: 100vw;
    background: rgba(0, 0, 0, 0.5); }
  #call2:checked ~ .user-menu-mobil {
    width: 60%;
    padding: 0px;
    height: 100%;
    right: 0%;
    z-index: 99999;
    transition: all 0.5s ease; }
  input[type=checkbox]:checked ~ ul {
    list-style: none;
    height: auto;
    display: inline-block;
    margin: auto;
    top: 0;
    left: inherit;
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 5;
    right: 0;
    transition: all 0.5s ease;
    padding: 10px 0px !important; }
  .uyeol-icon-mm::after {
    position: absolute;
    content: "+";
    top: -2px;
    right: -0%;
    font-weight: 900;
    margin: auto;
    font-size: 15px; } }
@media  screen and (max-width: 500px) {
  #call1:checked ~ .kategori-mm-menu {
	  left: 0!important;
    width: 100%!important;
	height: 100%!important;
	z-index: 99999;}
    #call1:checked ~ .kategori-mm-menu .menu-social {
      width: 100%!;
      z-index: 99999; } }

#back-top {
  display: inline-block;
  background-color: #222020;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
  line-height: 38px;
  font-size: 20px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%; }
  #back-top:hover {
    cursor: pointer;
    background-color: #000; }
  #back-top:active {
    background-color: #000; }
  #back-top.show {
    opacity: 1;
    visibility: visible; }

.home-sag-alt {
  width: 40px;
  height: auto;
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 1000; }

.sag-alt-wp {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222020;
  color: #00e676;
  line-height: 39px;
  font-size: 19px;
  border-radius: 50%;
  transition: all 0.5s ease; }
  .sag-alt-wp.asagi {
    border-radius: 0px;
    transition: all 0.5s ease;
    line-height: 33px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%; }
  .sag-alt-wp:hover, .sag-alt-wp:focus {
    color: #fff;
    background: #000; }

a {
  text-decoration: none !important; }

/*Giriş ve Üye Ol*/
.login-form-giris {
  background: #091f40;
  color: #fff; }
  .login-form-giris:hover {
    background: #415c7f;
    color: #fff; }

/*Bayi Newmem*/
#bayi_basvuru tr td {
  padding: 10px 0px; }

#bayi_basvuru .bayi-adres input {
  margin: 10px 0px; }

/*Form Elementleri*/
.modal-content {
  border-radius: 0px; }

.modal {
  z-index: 999950 !important; }

select option:disabled {
  color: #eee;
  font-weight: bold; }

textarea:focus, input:focus {
  outline: none !important; }

.btn {
  border-radius: 0px !important; }

.btntm-default {
  background: #eee;
  color: #919191;
  border: 1px solid #eee; }

.btntm-success {
  background: #6aac3b;
  border: 1px solid #6aac3b;
  line-height: 40px;
  padding: 0 20px;
  color: #fff; }
  .btntm-success:hover {
    background: #fff;
    color: #6aac3b; }

.btntm-danger {
  background: #ca3e39;
  border: 1px solid #ca3e39;
  line-height: 40px;
  padding: 0 20px;
  color: #fff; }

.btntm-danger1 {
  background: #d0504c;
  border: 1px solid #d0504c;
  line-height: 40px;
  padding: 0 20px;
  color: #fff; }
  .btntm-danger1:hover {
    background: #fff;
    color: #e26e6a; }

.btntm-danger:hover {
  background: #fff;
  color: #ca3e39; }

.btn1 {
  height: 34px;
  line-height: 34px;
  background: #353535;
  border: 1px solid #353535; }
  .btn1:hover {
    color: #353535; }

/*Sepet Popup*/
.sepete-eklendi-popup {
  background: #091f40;
  padding: 7px 20px;
  color: #FFF; }

.popup-urun-kazancin {
  background: #e5e5e5;
  text-align: center;
  padding: 4px 22px;
  font-weight: 700;
  color: #FE3B3B; }

.sepete-eklendi-row {
  padding: 10px 0;
  border: 1px solid #DDD;
  margin-bottom: 10px;
  display: flex;
  align-items: center; }

.sepete-eklendi-urunresmi img {
  width: 80px;
  border: 1px solid #eee;
  margin: 0 auto; }

.sepete-eklendi-urunadi {
  font-size: 14px;
  text-align: left; }

/*Loader*/
.loading-gif {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.55);
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; }

/*Breadcrumb*/
.bread-bg {
  padding: 0.8rem 0rem;
  background-color: #f5f5f5;
  margin-bottom: 15px !important;
  border-radius: 0px !important;
  border-bottom: 1px solid #f5f5f5; }

#genel-bread {
  font-size: 15px;
  padding: 0px; }
  #genel-bread .container {
    min-height: 40px;
    width: 100%;
    height: auto;
    padding: 0px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap; }
    #genel-bread .container::before, #genel-bread .container::after {
      display: none; }
  #genel-bread > .container > div {
    float: left;
    font-weight: 600;
    white-space: nowrap;
    padding-right: 15px; }
  #genel-bread ol {
    background: 0 0;
    margin: 0;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    white-space: normal;
    padding: 5px 10px;
    border-radius: 0px !important; }
    #genel-bread ol li a, #genel-bread ol li span {
      color: #888;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 300; }
    #genel-bread ol li:last-of-type a, #genel-bread ol li:last-of-type span {
      color: #333;
      font-weight: 600; }

.breadcrumb > li + li:before {
  content: "\f101";
  padding: 0 5px;
  color: #888;
  font-family: "FontAwesome";
  font-weight: 300; }

#genel-bread ol li a span {
  font-family: "Source Sans Pro", sans-serif; }

@media all and (max-width: 1100px) {
  .breadcrumb > li {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    position: relative; }
    .breadcrumb > li > span {
      max-width: 100%; } }

@media all and (max-width: 992px) {
  .bread-bg .inner-align {
    height: auto !important;
    display: inline-block; } }

@media all and (max-width: 480px) {
  #genel-bread ol {
    white-space: normal; } }

/*Markalar */
#marka-sayfasi {
  text-align: center;
  height: auto;
  min-height: 200px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  border: 5px solid transparent; }
  #marka-sayfasi a {
    border: 1px solid #DDD;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-weight: 600;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
    #marka-sayfasi a:hover {
      color: #000; }

@media all and (max-width: 480px) {
  #marka-sayfasi {
    min-height: 100px; } }

/* Hiza */
#anasayfa-slider-container {
  width: 100%;
  margin-top: 10px;
  height: auto;
  height: auto;
  display: inline-block;
  position: relative; }

.inner-align {
  width: 75%;
  margin: auto;
  float: none;
  max-width: 1200px;
  transition: all 0.5s ease; }

.ana-sayfa-urunleri-slide .slick-list {
  width: 100%; }

.ana-sayfa-urunleri-slide .slick-track {
  float: left; }

.ana-sayfa-urunleri-slide {
  float: right;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  padding: 0; }

#anasayfa-urunleri {
  width: 75%;
  min-width: 1185px;
  padding: 0px;
  margin: auto;
  margin-top: 5vh;
  margin-bottom: 5vh; }

.page-inner {
  padding: 0px;
  float: none;
  margin: auto;
  height: auto; }

.pd0 {
  padding: 0 !important; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.container-fluid {
  width: 100%; }

.left_col, .mid_col, .right_col {
  background-color: transparent !important; }

@media all and (max-width: 992px) {
  body {
    margin-top: 51px !important; } }

@media all and (max-width: 1600px) {
  .inner-align, #anasayfa-urunleri {
    width: 90%; } }

@media all and (max-width: 1500px) {
	.kategori-mm-menu ul li.menu-level-2-li{
		width:33.33%;
	}
  .inner-align, #anasayfa-urunleri {
    width: 95%; } }

@media all and (max-width: 1300px) {
  .inner-align {
    width: 95%; }
  #anasayfa-urunleri {
    width: 95%;
    min-width: inherit; } }

@media all and (max-width: 992px) {
  .ana-sayfa-urunleri-slide {
    padding: 0px; } }

@media all and (max-width: 530px) {
  .container, .container-fluid {
    padding: 0px; }
  .inner-align {
    width: 98%;
    padding: 0; }
    .inner-align p span {
      font-size: 11px; } }

/*Statik Sayfalar*/
.statik-sayfa-baslik {
  padding: 10px 0;
  margin: 10px 0 5px; }
  .statik-sayfa-baslik h1 {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 600; }

.statik-sayfa-detay {
  padding: 0;
  margin-bottom: 50px;
  line-height: 25px; }

.iletisim-row {
  padding: 10px 0;
  display: inline-block;
  width: 100%; }
.iletisim-block{
	font-size:17px;
	padding:10px 0;
	color:#054966;
	font-family: "Montserrat", sans-serif;
}
.iletisim-block a{
	color:#054966;
	font-family: "Montserrat", sans-serif;
}
/*Kabin Modulu*/
.kabin-box {
	margin-bottom: 30px; }
.kabin-box-img {
	
}
.kabin-box-inner{
	display:flex;
	flex-wrap:wrap;
}
.kabin-box-img img{
	width:100%;
}
.kabin-box-yazi{
	padding:30px 15px;
	display:flex;
	flex-flow:column wrap;
	justify-content:center;
	align-items:flex-start;
	background:#e7edf4;
	border: 16px solid #fff;
    border-left: 0;
	position:relative;
}
.kabin-baslik{}
.kabin-baslik a{
	color:#04384d;
	font-size:20px;
	font-weight:600;
	font-family: "Montserrat", sans-serif;
}
.kabin-tarih{
	color:#087eaf;
	font-weight:600;
}
.kabin-arrow{
	position:absolute;
	right:0;
	bottom:0;
	background:#087eaf;
	color:#fff;
	transition:background 0.3s ease;
}
.kabin-arrow:hover{
	background:#04384d;
}
.kabin-arrow a{
	display:inline-block;
	padding:10px 15px;
	color:#fff;
}
/*Blog Modulu*/
.blog-box {
  margin-bottom: 30px; }
  .blog-box .blog-box-inner .blog-box-img {
    position: relative; }
    .blog-box .blog-box-inner .blog-box-img img {
      width: 100%; }
    .blog-box .blog-box-inner .blog-box-img:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      background: rgba(10, 161, 224, 0.6);
      pointer-events: none;
      transition: opacity 0.5s ease;
      opacity: 0; }
    .blog-box .blog-box-inner .blog-box-img:hover:before {
      opacity: 1; }
  .blog-box .blog-box-inner .blog-box-yazi {
    background: #e7edf4;
    padding: 30px;
    min-height: 200px;
    text-align: center; }
    .blog-box .blog-box-inner .blog-box-yazi .blog-baslik a {
      color: #054966;
      font-size: 23px;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      transition: color 0.3s ease; }
      .blog-box .blog-box-inner .blog-box-yazi .blog-baslik a:hover {
        color: #c09551; }
    .blog-box .blog-box-inner .blog-box-yazi .blog-baslik:after {
      content: '';
      background: url("../files/spoticons/wave_blue.png");
      display: block;
      margin: 1vw auto;
      width: 40px;
      height: 10px;
      background-size: contain;
      background-repeat: no-repeat; }
    .blog-box .blog-box-inner .blog-box-yazi .blog-tarih {
      color: #087eaf; }

.bloglar-button {
  text-align: center; }
  .bloglar-button a {
    background: #c33040;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 35px; }

/*blog detay*/
.blog-detay:first-line {
  display: block; }

.blog-detay-img {
  max-width: 100%; }

@media all and (max-width: 700px) {
  .blog-box {
    width: 100%; }
  .blog-box-img {
    height: inherit;
    max-height: 200px; }
  .blog-box-yazi {
    min-height: inherit; } }

/*--------------------------------KATEGORI-SOL-FİLTRE-TASARIM----------------------------------*/
.filtre-gorunum {
  text-align: right; }

.stok-filtre-item-ara button {
  color: #fff;
  background: #087eaf !important;
  font-family: "Source Sans Pro", sans-serif; }
  .stok-filtre-item-ara button:hover {
    color: #fff; }

.stok-filtre-temizle a {
  color: #FFF;
  background: #087eaf !important;
  font-family: "Source Sans Pro", sans-serif; }

#secili-sayfa {
  background: #c33040;
  border-radius: 0px !important;
  color: #FFF; }

#v3-loader {
  background: #ffffff4f; }

#v3-loader-filter {
  background: #ffffff91; }

#filtre-baslik {
  font-weight: 600;
  color: #000; }

.marka-filtre-item label::before, .grup-filtre-item label::before, .varyant-filtre-item label::before {
  border: 2px solid #bfbfbf; }

#secimidaralt_v3 .marka-filtre-item input[type="checkbox"]:checked + label::before, #secimidaralt_v3 .grup-filtre-item input[type="checkbox"]:checked + label::before, #secimidaralt_v3 .varyant-filtre-item input[type="checkbox"]:checked + label::before {
  background: #087eaf !important;
  color: #fff;
  border: 2px solid #087eaf !important; }

#secimidaralt_v3 .marka-filtre-item input[type="checkbox"]:checked + label, #secimidaralt_v3 .grup-filtre-item input[type="checkbox"]:checked + label, #secimidaralt_v3 .varyant-filtre-item input[type="checkbox"]:checked + label {
  color: #087eaf; }

.marka-filtre-item label, .grup-filtre-item label, .varyant-filtre-item label, .kategori-filtre-item label {
  font-family: "Source Sans Pro", sans-serif;
  color: #000; }

.grup-baslik, .varyant-baslik, .kategori-baslik, .marka-baslik, .stok-baslik {
  font-family: "Source Sans Pro", sans-serif; }

#cat_rw_03 {
  border: 1px solid #eee; }

#formfilterV23 {
  border: 1px solid #eee;
  padding: 20px 20px;
  height: auto;
  display: inline-block;
  width: 90%; }

.secim_baslik {
  font-weight: 600;
  font-size: 15px;
  display: block;
  width: 100%;
  padding-bottom: 15px; }

.secim_icerik {
  height: auto;
  display: block;
  width: 100%;
  padding: 0px 0px 20px 0px; }

.secim_icerik1 {
  padding: 0px 10px;
  width: 48%;
  min-height: 45px;
  line-height: 45px;
  background: #F0F0F0;
  float: left;
  margin-right: 2%;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center; }

.secim_icerik1on {
  padding: 0px 10px;
  width: 48%;
  min-height: 45px;
  line-height: 45px;
  background: #c33040;
  float: left;
  margin-right: 2%;
  margin-bottom: 5px;
  border: 1px solid #c33040;
  cursor: pointer;
  color: #fff;
  text-align: center; }

.secim_icerik2 {
  padding: 0px 10px;
  min-width: 75px;
  width: 100%;
  display: block;
  min-height: 45px;
  line-height: 45px;
  background: #F0F0F0;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #DDD;
  cursor: pointer;
  text-align: center; }

.secim_icerik2on {
  padding: 0px 10px;
  min-width: 75px;
  width: 100%;
  display: block;
  min-height: 45px;
  line-height: 45px;
  background: #c33040;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #c33040;
  cursor: pointer;
  color: #fff;
  text-align: center; }

.kategori-filter-input {
  border: 1px solid #ccc;
  width: 45%;
  font-weight: 400;
  margin: 5px 0px 15px 0px;
  height: 39px;
  text-align: center;
  outline: none;
  float: left;
  font-size: 13px;
  margin-right: 5px; }

.kategori-filter-button {
  height: 40px;
  width: 94%;
  border: none;
  outline: none;
  letter-spacing: 2px;
  background: #c33040;
  color: #FFF;
  font-size: 14px; }

.stok-filtre-item {
  width: 50%;
  float: left; }

.stok-filtre-item-ara {
  clear: both;
  padding-top: 10px; }

#v3-loader {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff4f;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center; }

#v3-loader-filter {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff91;
  display: flex;
  align-items: center;
  justify-content: center; }

#secimidaralt_v3 {
  position: relative;
  height: auto;
  display: inline-block;
  margin-bottom: 150px; }

.sirala-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap; }

.sirala-div select {
  height: 42px; }

.sirala-div-margin {
  padding: 0px;
  padding-right: 15px; }

.cat-gorunum-box {
  background: #fbfbfb;
  padding: 5px;
  border: 1px solid #eee;
  display: inline-block;
  cursor: pointer; }
  .cat-gorunum-box:hover {
    background: #efefef; }

.pagination > li > a, .pagination > li > span {
  border: 0px; }

.varyant-baslik {
  padding-left: 0px !important; }

.form-control {
  border: 1px solid #eee;
  box-shadow: none;
  outline: none;
  border-radius: 0px !important; }
  .form-control:focus {
    box-shadow: none;
    border: 1px solid #c33040; }

#katalogGorunumu {
  margin-top: 25px; }

/*Filtre Responsive*/
@media all and (max-width: 992px) {
  #cat_rw_05 {
    padding: 0px; }
  .cat-filtre {
    font-family: "Source Sans Pro", sans-serif;
    background: #087eaf !important; }
  .cat-menu-top p {
    font-family: "Source Sans Pro", sans-serif; } }

/*UYE OL TASARIM*/
.newmem-content {
  padding: 0px;
  border: 1px solid #eee;
  margin: 30px auto 40px;
  float: none; }
  .newmem-content .container-fluid {
    padding: 15px 0px 25px;
    margin: 0 auto;
    background-color: #FFF; }
  .newmem-content input[type=checkbox] {
    display: inline-block !important; }

.newmem-baslik {
  font-size: 25px;
  margin: 0px;
  letter-spacing: -0.5px;
  text-align: center;
  background: #087eaf;
  color: #fff;
  padding: 15px 0px; }

.newmem-content .newmem-row {
  margin: 7px 0px;
  padding: 0px 15px; }
  .newmem-content .newmem-row input {
    margin-top: 5px; }

label {
  font-weight: normal; }

.oc_member_singup_sozlesme_text.parmak strong {
  cursor: pointer; }

/*Kategori Banner*/
.cat-banner img {
  width: 100%; }

.cat-banner .slick-next {
  right: 0; }

.cat-banner .slick-prev {
  left: 0; }

.cat-banner .slick-dots {
  bottom: 0%; }
  .cat-banner .slick-dots li {
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17); }
    .cat-banner .slick-dots li:hover {
      border-bottom: 20px solid #c33040; }
    .cat-banner .slick-dots li button {
      background: #fff;
      padding: 0px;
      margin: 0px; }
    .cat-banner .slick-dots li.slick-active {
      border-bottom: 4px solid #c33040; }
      .cat-banner .slick-dots li.slick-active button {
        background: #fff; }
    .cat-banner .slick-dots li button::before {
      display: none; }

@media all and (max-width: 992px) {
  .cat-banner.slick-dotted.slick-slider {
    margin-bottom: 10px; }
  .cat-banner .slick-arrow:hover {
    background: #c33040; }
  .cat-banner .slick-arrow:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    opacity: 1;
    padding: 3px;
    bottom: 33%; }
  .cat-banner .slick-next:before {
    left: 29%; }
  .cat-banner .slick-prev:before {
    right: 26%; }
  .cat-banner .slick-prev:hover:before, .cat-banner .slick-prev:focus:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    opacity: 1; }
  .cat-banner .slick-next:hover:before, .cat-banner .slick-next:focus:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    opacity: 1; }
  .cat-banner .slick-dots li {
    width: 5px;
    height: 5px; }
    .cat-banner .slick-dots li button {
      width: 5px;
      height: 5px;
      border-radius: 50%; }
    .cat-banner .slick-dots li.slick-active {
      border: none;
      width: 7px;
      height: 7px; }
      .cat-banner .slick-dots li.slick-active button {
        width: 7px;
        height: 7px; } }

/*Karsılastirma*/
.karsilastirma-inner {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 50px;
  justify-content: flex-start;
  align-items: flex-start; }

.urun-karsilastirma-baslik {
  font-size: 18px;
  letter-spacing: 0px;
  padding: 10px;
  width: 100%;
  display: block;
  font-weight: 600;
  color: #091f40; }

.urun-karsilastirma-box {
  position: relative;
  height: auto;
  display: inline-block;
  border-radius: 0px;
  background: #fff;
  padding: 15px;
  padding-bottom: 0px;
  float: left;
  min-width: 300px; }

.urun-karsilastirma-img {
  text-align: center;
  background: #eee;
  padding: 10px;
  border-radius: 3px;
  width: 100%; }
  .urun-karsilastirma-img a {
    border-radius: 5px;
    border: 2px solid #e3e3e3;
    padding: 5px 25px;
    background: #fff;
    display: inline-block;
    width: 100%; }
  .urun-karsilastirma-img img {
    max-width: 100%; }

.urun-detay-butonlar {
  width: 100%;
  height: 40px;
  position: relative; }
  .urun-detay-butonlar form {
    width: 50%;
    height: 100%;
    float: left; }
  .urun-detay-butonlar .list-cikar-mm {
    width: 100% !important;
    height: 100%;
    float: left;
    border: 1px solid #091f40;
    text-align: center;
    background: #c33040;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 0px !important; }
  .urun-detay-butonlar .spt-ekle-mm {
    width: 50% !important;
    height: 100%;
    float: left;
    border: 1px solid #087eaf;
    text-align: center;
    background: #087eaf;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 0px !important; }

.urun-karsilastirma-aciklama {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 10px;
  min-height: 100px; }

.urun-karsilastirma-ozellikler {
  padding: 15px;
  display: inline-block;
  width: 100%; }
  .urun-karsilastirma-ozellikler:nth-child(odd), .urun-karsilastirma-ozellikler:nth-child(even) {
    background: #eee; }

@media all and (max-width: 992px) {
  .urun-karsilastirma-aciklama {
    font-size: 13px; } }

/* --------------------------------- KATALOG GORUNUM ---------------------*/
.urun-kutusu {
  outline: 0 !important;
  padding: 0px;
  margin-bottom: 10px;
  transition: all 0.5s ease;
  border: 5px solid transparent; }

.urun-box-genel-href {
  border: 1px solid #f1f1f1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0; }

#sureli-indirim .urun-kutusu .kutu-urun-border {
  border-radius: 3px; }
  @media screen and (min-width: 992px) {
    #sureli-indirim .urun-kutusu .kutu-urun-border {
      border: 3px solid #c33040; } }

#sureli-indirim .urun-kutusu:hover .kutu-urun-border {
  border-color: transparent; }

.urun-kutusu .kutu-urun-border {
  position: relative;
  border: 1px solid #ddd;
  display: inline-block;
  background: #fff;
  width: 100%;
  transition: all 0.2s ease-in-out; }

.urun-kutusu:hover {
  z-index: 2; }

.indirim-tag {
  position: absolute;
  left: 10px;
  top: 10px;
  background: rgba(8, 126, 175, 0.9);
  color: #fff;
  z-index: 1;
  padding: 5px 15px;
  border-radius: 2px; }
.indirim-kutusu .kutu-urun-border{
	position:relative;
}
.indirim-sag {
	position:absolute;
	right:0;
	color:#fff;
	padding:10px 15px;
	font-weight:600;
	font-size:20px;
	background:#c09551;
	z-index:2;
	top:0;
}
.urun-kutusu .kutu-urun-resmi {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  border-bottom: 1px solid #eee; }
  .urun-kutusu .kutu-urun-resmi:before {
    content: '';
    padding-top: 60%;
    display: inline-block; }
  .urun-kutusu .kutu-urun-resmi > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute; }
    .urun-kutusu .kutu-urun-resmi > a img {
      height: 100%;
      object-fit: cover;
      width: 100%; }

.kutu-urun-detay-mm {
  position: relative;
  padding: 0;
  margin-top: 5px;
  background: transparent;
  height: auto;
  display: inline-block;
  z-index: 2; }

.kutu-urun-detay-mm h2 {
  margin: 0px; }
  .kutu-urun-detay-mm h2 a {
    font-size: 15px;
    line-height: 1em;
    padding: 6px 0 6px;
    color: #000;
    z-index: 5;
    text-align: center;
    display: block; }

.urun-fiyat {
  margin-top: 5px;
  text-align: center; }
  .urun-fiyat a {
    color: #c33040; }
  .urun-fiyat:after {
    content: '';
    background: url("../files/spoticons/wave.png");
    display: block;
    margin: 15px auto 0 auto;
    opacity: 0.3;
    width: 40px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat; }

#eski-fiyat {
  font-size: 15px;
  font-weight: 400;
  min-height: 30px;
  display: block;
  line-height: 30px;
  padding-left: 15px;
  float: right;
  color: #808080;
  text-decoration: line-through; }

#vitrinler {
  min-height: 450px;
  position: relative;
  transition: all 0.5s ease-in-out; }

@media screen and (min-width: 992px) {
  .slick-track .urun-kutusu {
    margin-bottom: 100px; } }

.ajax-loader {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .ajax-loader:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    border: 8px solid #c33040;
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: loader-spin 1s infinite linear; }

@keyframes loader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.urun-kutusu .kutu-urun-detay-mm h2 a {
  font-family: "Montserrat", sans-serif;
  color: #04384d;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  margin: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  height: 55px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  .urun-kutusu .kutu-urun-detay-mm h2 a:hover {
    color: #c09551; }

.urun-kutusu .prod-box-location {
  display:none;
  width: 100%;
  float: left;
  text-align: center;
  border-bottom: 1px solid #ddd;
  height: 50px;
  line-height: 50px; }
  .urun-kutusu .prod-box-location i {
    color: #c33040;
    padding-right: 5px; }

.urun-kutusu .prod-box-buttons {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px; }
  .urun-kutusu .prod-box-buttons .prod-box-button {
    padding: 0 10px;
	font-size:16px;
	}
    .urun-kutusu .prod-box-buttons .prod-box-button i {
      padding-right: 5px;
      color: #c09551; }

.trend-urunler-slide .urun-kutusu {
  border: 5px solid transparent; }
  .trend-urunler-slide .urun-kutusu .kutu-urun-border {
    border: none; }

@media all and (min-width: 992px) {
  .urun-kutusu {
    width: 33%; }
    .urun-kutusu.liste-gorunum {
      width: 100%; } }

@media all and (max-width: 992px) {
  .urun-kutusu {
    margin-bottom: 10px; }
  .katalog-detay {
    padding-top: 0px; }
  .urun-sag-indirim {
    font-size: 14px;
    padding: 5px 14px; }
  .urun-kutusu .kutu-urun-resmi {
    min-height: inherit; }
  .kutu-urun-detay-mm {
    padding-bottom: 0px; } }

@media all and (max-width: 600px) {
  .urun-kutusu .kutu-urun-detay-mm h2 a {
    font-size: 13px;
    height: 35px; }
  .urun-fiyat {
    font-size: 16px; }
  #eski-fiyat {
    font-size: 12px;
    font-weight: 600;
    min-height: 19px;
    width: 100%;
    padding: 0;
    text-align: center; } }

/* --------------------------------- LİSTE GORUNUM ---------------------*/
.kutu-link {
  display: inline-block; }

.urun-kutusu .kutu-liste-border {
  border: 1px solid #eee;
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.urun-liste-resmi {
  border-bottom: 0px !important; }

.urun-liste-fiyat {
  text-align: center;
  padding-top: 15px; }
  .urun-liste-fiyat a {
    color: #c33040; }
  .urun-liste-fiyat #eski-fiyat {
    min-height: inherit; }

.urun-liste-hover {
  padding: 15px;
  border: none; }

.urun-liste-loc {
  width: 100%;
  float: left;
  text-align: center;
  height: 50px;
  line-height: 50px; }
  .urun-liste-loc i {
    color: #c33040;
    padding-right: 5px; }

.urun-liste-detay {
  padding: 30px 0; }
  .urun-liste-detay h2 {
    margin: 0; }
    .urun-liste-detay h2 a {
      color: #04384d;
      font-size: 20px;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      transition: color 0.2s ease; }
      .urun-liste-detay h2 a:hover {
        color: #c09551; }

.urun-liste-buton {
  display: inline-block;
  padding: 10px 10px;
  outline: none;
  border: 0;
  color: #505050;
  text-align: center;
  margin: 0;
  width: 100%;
  border-radius: 4px;
  font-size: 25px;
  cursor: pointer; }
  .urun-liste-buton:hover {
    color: #c33040; }

.urun-liste-buton-sepet {
  background: #087eaf;
  color: #fff; }
  .urun-liste-buton-sepet:hover {
    color: #fff; }

.urun-liste-ozellikler {
  padding-top: 15px; }
  .urun-liste-ozellikler ul {
    list-style: none; }
    .urun-liste-ozellikler ul li {
      opacity: 0.6; }

/* VITRIN */
.vitrin-urun {
  margin-bottom: 20px;
  padding: 0; }
  .vitrin-urun .vitrin-resim {
    padding: 4px;
    border: 1px solid #ebebeb; }
    .vitrin-urun .vitrin-resim a {
      display: block; }
    .vitrin-urun .vitrin-resim img {
      border: 1px solid #ebebeb;
      width: 100%; }
  .vitrin-urun .vitrin-detay h2 a {
    color: #333;
    font-size: 14px;
    transition: color 0.2s ease;
    height: 33px;
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    .vitrin-urun .vitrin-detay h2 a:hover {
      color: #087eaf; }
  .vitrin-urun .vitrin-detay .vitrin-fiyat {
    color: #333; }
    .vitrin-urun .vitrin-detay .vitrin-fiyat span {
      font-size: 20px;
      font-weight: 600; }
    .vitrin-urun .vitrin-detay .vitrin-fiyat s {
      padding-left: 10px;
      font-size: 14px;
      opacity: 0.6; }

@media all and (max-width: 1200px) {
  .urun-liste-fiyat, .urun-liste-detay h2 {
    text-align: center; } }

@media all and (max-width: 1200px) {
  .urun-liste-detay h2 {
    font-size: 13px; }
  .urun-liste-buton {
    padding: 5px 10px;
    font-size: 20px; }
  .urun-liste-buton-stok span {
    font-size: 12px; }
    .urun-liste-buton-stok span i {
      font-size: 15px; } }

* {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 0; }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* E BULTEN MODAL*/
#e-bulten-modal {
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  margin: 0 auto; }
  #e-bulten-modal .modal-header, #e-bulten-modal button.close {
    padding: 0 15px;
    border: 0px; }
  #e-bulten-modal .modal-content {
    padding: 25px 0px;
    overflow: hidden; }
    #e-bulten-modal .modal-content::before {
      content: "\f422";
      font-family: "Ionicons";
      font-size: 115px;
      color: #d0d0d0;
      position: absolute;
      left: -15px;
      top: -45px;
      transform: rotate(-45deg); }

.modal-ebulten-baslik {
  display: block !important;
  text-align: center;
  margin-bottom: 20px; }

.modal-ebulten-p {
  color: #7d7878;
  font-size: 13px;
  margin-bottom: 13px; }

.nothanks {
  cursor: pointer;
  margin-top: 10px; }
/*----------------------INSTAGRAM-------------------*/
			.instagram-layout {
  width: 100%;
  padding: 20px; }

.instagram-link {
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }
  .instagram-link a {
    color: #3d4246;
    display: inline-block;
    margin: auto;
    padding: 10px 25px;
    box-shadow: 1px 1px 1px #eee;
    background: #fff;
    transition: all 0.3s ease; }
    .instagram-link a:hover {
      color: #fff;
      background: #ed2b6e; }

.instagram-connect {
  width: 100%;
  display: inline-block;
  background: #f2f2f2; }
			
			.instagram-item {
  background: #fff;
  box-sizing: border-box;
  border: 5px solid #f2f2f2;
  padding: 10px; }

.instagram-item-wrapper {
  width: 105%;
  
  position: relative;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  background: #fff; }
  .instagram-item-wrapper .ins-image {
    position: relative;
    width: 100%; }
    .instagram-item-wrapper .ins-image:before {
      content: '';
      padding-top: 120%;
      display: inline-block; }
    .instagram-item-wrapper .ins-image img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover; }
  .instagram-item-wrapper .ins-date {
    opacity: 0.7;
    display: none;
    margin: 10px 0; }
  .instagram-item-wrapper .ins-caption {
    display: -webkit-box;
    height: 43px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -mox-box-orient: vertical;
    color: #3d4246;
    font-size: 15px; }

.instagram-item-wrapper a {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block; }

.ins-elements {
  display: flex;
  justify-content: flex-start;
  z-index: 2;
  transition: all 0.2s ease-in-out;
  margin-top: 10px; }

.ins-elements i {
  padding-right: 5px; }

.ins-comments {
  padding-left: 10px;
  }


.urun-kategori-baslik-bg{
    width: 100%;
    height: auto;    
	text-align:center;
    padding-left: 4px;
    margin-bottom:10px;
}
.urun-kategori-baslik{
	font-family: 'Roboto', sans-serif;
    height: 50px;
    padding:10px 20px;
    line-height: 45px;
    vertical-align: bottom;
    position: relative;
    display: inline-block;
	float:none;
    width: auto;
    font-size: 40px;
    color: #000;
    letter-spacing: 0px;
	font-weight:300;
}

.PropRow{
    display: flex;
    flex-direction: row;
    border: 1px solid #054966;
}
.PropName{
    width: 50%;
    padding: 10px;
}
.PropProperty{
    width: 50%;
    padding: 10px;
	border-left: 1px solid #054966;
}



			/*----------------------INSTAGRAM-------------------*/	
.urun-detay-rezervasyon-form {
	float: left;
	width: 100%;
	display: block;
	padding: 0!important;
}
.urun-detay-rezervasyon-form > form {
	float: left;
	width: 100%;
}
.urun-detay-rezervasyon-form label {
	float: left;
	width: 100%;
	font-weight: 600;
}
.urun-detay-rezervasyon-form input {
	float: left;
	width: 100%;
}
.urun-detay-rezervasyon-form .iti {
	float: left;
	width: 100%;
}
.rezervasyon-preview {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.rezervasyon-preview .row > div {
	margin: 0;
	padding: 0;
}
.genel-bilgiler-fiyat table p {
	margin: 0;
}