
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


.woocommerce table.cart img{

  width: 50px;

}
.lazy-loaded {
  height: auto !important;
}
.img-responsive {
  object-fit: cover;
  height: 260px;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  opacity: 1!important;
}
.woocommerce ul.products li.product{

  text-align: center;

  transition: 0.5s;

  position: relative;

  background: #fff;

  padding: 40px 35px 40px 35px !important;

}

.woocommerce ul.products li.product:hover {

  -webkit-transform: translateY(-10px);

  transform: translateY(-10px);

  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);

}
p.return-to-shop{
  display: none;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
  background: #e5e5e566;
  border: 1px solid #e5e5e5;
  line-height: 50px!important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 0px;
  padding: 0 10px;
  font-size: 16px;
  color: #555;
  height: 50px;
}
.woocommerce ul.products li.product a img{

  width: 250px;

  border-radius: 50%;

  position: relative;

  border-radius: 100%;

  margin: 0 auto 12px;

  border: 10px solid rgba(0, 0, 0, 0.05);

}

.woocommerce-loop-product__title{

  font-size: 22px!important;

}

.woocommerce-shipping-destination{

  display: none;

}

.shipping-calculator-button{

  display: none;

}

.woocommerce ul.products li.product .button {

  background: #408858;

  color: #fff;

  border-color: #408858;

  font-weight: 700;

  position: relative;

  text-transform: uppercase;

  padding: 16px 33px;

  border-radius: 35px;

  font-size: 14px;

  letter-spacing: .5px;

  font-family: "Poppins", sans-serif;

  border: 2px solid transparent;

  -webkit-transform: translateY(0px);

  transform: translateY(0px);

  transition: all 0.3s ease-in-out;

}

.woocommerce ul.products li.product .button:hover {

  background: #FECC3E !important;

  color: #534a21;

  border-color: #FECC3E !important;

  margin-bottom: -30px;

}

.woocommerce-message {

  border-top-color: #408858!important;

}

.woocommerce-message::before {

  color: #408858!important;

}

a.checkout-button{

  background: #408858!important;

  color: #fff!important;

  border-color: #408858!important;

}

a.checkout-button:hover{

  background: #FECC3E!important;

  color: #534a21!important;

  border-color: #FECC3E!important;

}

.coupon{

  display: none;

}

.woocommerce-checkout #payment div.payment_box{

  background-color: #fff!important;

}

.woocommerce-checkout #payment div.payment_box::before {

  border: 1em solid #fff!important;

  border-right-color: transparent!important;

  border-left-color: transparent!important;

  border-top-color: transparent!important;

}

.woocommerce button.button.alt{

  background: #408858!important;

  color: #fff!important;

  border-color: #408858!important;

}

.woocommerce button.button.alt:hover{

  background: #FECC3E!important;

  color: #534a21!important;

  border-color: #FECC3E!important;

}





.banka p{

  text-align: center;

  font-family: "Rubik", sans-serif;

  font-weight: 500;

  line-height: 1.2;

  margin-bottom: .5rem;

  color: #263b5e;

  font-size: 24px;

}











span.woocommerce-Price-amount{

  padding-bottom: 17px;

  padding-top: 13px;

  font-family: "Rubik", sans-serif;

  font-weight: 500;

  line-height: 1.2;

  margin-bottom: .5rem;

}



.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {

  background: #e5e5e566;

  border: 1px solid #e5e5e5;

  line-height: 50px!important;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 0px;

  padding: 0 10px;

  font-size: 16px;

  color: #555;

}

.woocommerce-input-wrapper{

  width: 100%;

}



.select2-container--default .select2-selection--single {

  background-color: #fff;

  border: 1px solid #e5e5e5;

  border-radius: 0;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {

  background: #e5e5e566;

  line-height: 50px!important;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 0px;

  padding: 0 10px;

  font-size: 16px;

  color: #555;

}

.select2-container .select2-selection--single {

  height: 50px!important;

  border: 1px solid #e5e5e5!important;

  border-radius: 0px!important;

}

.woocommerce form .form-row textarea {

  height: 200px!important;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {

  outline: none!important;

}

.woocommerce form .form-row label {

  font-weight: 500;

  font-family: "Rubik", sans-serif;

}



.select2-container--default .select2-selection--single .select2-selection__arrow b {

  margin-top: 10px!important;

}







.owl-stage-outer {



	height: 550px;



}



.cta-content span {



  text-decoration-color: #FECC3E !important;



}



.btn-main {



  background: #FECC3E;



  color: #534a21;



  border-color: #FECC3E;



}



.banner .banner-content h1 {



  font-size: 75px;



  margin: 25px 0px 30px;



  font-weight: 600;



  letter-spacing: -2px;



  line-height: 1.1;



  font-family: "Rubik", sans-serif;



  color: #76370e;



}



.hakkimizdabanner:before {



  position: absolute;



  content: "";



  background: #5fc04d7d !important;



  left: 0px;



  top: 0px;



  width: 100%;



  height: 100%;



  opacity: .9;



}



.urunbanner:before {



  position: absolute;



  content: "";



  background: #3219007d !important;



  left: 0px;



  top: 0px;



  width: 100%;



  height: 100%;



  opacity: .9;



}



.blogbanner:before {



  position: absolute;



  content: "";



  background: #5fc04d7d !important;



  left: 0px;



  top: 0px;



  width: 100%;



  height: 100%;



  opacity: .9;



}



.iletisimbanner:before {



  position: absolute;



  content: "";



  background: #284b2173 !important;



  left: 0px;



  top: 0px;



  width: 100%;



  height: 100%;



  opacity: .9;



}



.zoom img{



  transition: transform .4s; /* Animation */



  width: 100%;



  padding-bottom: 20px;



}







.zoom img:hover {



  transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */



}



.banner .banner-content span.subheading {



  text-transform: uppercase;



  font-size: 16px;



  letter-spacing: 2px;



  color: #408858;



  position: relative;



  padding-left: 60px;



  font-weight: 600;



}



.carousel-control-next-icon {



  background-image: url(https://organikcevizcim.com/img/right.svg);



}



.carousel-control-prev-icon {



  background-image: url(https://organikcevizcim.com/img/left.svg);



}



.btn-main2:hover {



  background: #FECC3E !important;



  color: #534a21;



  border-color: #FECC3E !important;



}



.navbar-nav .nav-link:hover {



  color: #FECC3E;



}



.post-title a:hover {



  color: #FECC3E;



}



.yorumbaslik {



  margin-top: -16%;



}



.review.owl-carousel .owl-nav {



  position: absolute;



  left: 0px;



  left: -53%;



  bottom: 37%;



}



.review {



  height: 500px;



}



.yorum {



  padding: 0px;



  margin-bottom: 0px;



}



.menu_fixed .header-contact-icon {



  background: #FECC3E;



  color: #fff;



}



#Kapsul{



	display: table;



	height: 800px;



	position: initial;



	overflow: hidden;



}



#IcerikAlani{







	top: 90%;






	vertical-align: middle;



}



#alan{



	position: initial;



	top: -100%;



}



#alan h2 {



	color: #fff;



}



#alan p {



	font-size: 15px;



	color: #fff;



}



.boyut {



  margin-left: -36px;



  margin-top: 26px;



}



.boyut img {



  width: 300px;



}







.urun-ic {



	width: 200px !important;



	height: 200px !important;



}



input[type="number"] {



  -webkit-appearance: textfield;



  -moz-appearance: textfield;



  appearance: textfield;



}



input[type=number]::-webkit-inner-spin-button, 



input[type=number]::-webkit-outer-spin-button { 



  -webkit-appearance: none;



}



.number-input {



  margin: 41px 0 0 0;



}



.number-input button {



  -webkit-appearance: none;



  background-color: transparent;



  border: none;



  align-items: center;



  justify-content: center;



  cursor: pointer;



  margin: 0;



  position: relative;



}



.number-input button:before,



.number-input button:after {



  display: inline-block;



  position: absolute;



  content: '';



  height: 2px;



  transform: translate(-50%, -50%);



}



.number-input button.plus:after {



  transform: translate(-50%, -50%) rotate(90deg);



}



.number-input input[type=number] {



  text-align: center;



}











.md-number-input.number-input {



  border: 2px solid #ddd;



  width: 11.8rem;



}



.md-number-input.number-input button {



  outline: none;



  width: 3rem;



  height: 2rem;



  padding-top: .8rem;



}



.md-number-input.number-input button.minus {



  padding-left: 8px;



}



.md-number-input.number-input button.plus {



  padding-left: 2px;



}



.md-number-input.number-input button:before,



.md-number-input.number-input button:after {



  width: 11px;



  background-color: #212121;



}



.md-number-input.number-input input[type=number] {



  max-width: 5rem;



  padding: .5rem;



  border: solid #ddd;



  border-width: 0 2px;



  font-size: 22px;



  height: 3rem;



  outline: none;



  font-family: "Rubik", sans-serif;



}



@media not all and (min-resolution:.001dpcm)



{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {



  .number-input.md-number-input.safari_only button:before, 



  .number-input.md-number-input.safari_only button:after {



    margin-top: -.6rem;



  }



}



}



.urun-buton {



 margin-top: 38px;



}



.tab {



  overflow: hidden;



  border-bottom: 0px solid #ccc;



}







/* Style the buttons inside the tab */



.tab button {



  background-color: inherit;



  float: left;



  border: none;



  outline: none;



  cursor: pointer;



  padding: 14px 16px;



  transition: 0.3s;



  font-size: 17px;



}







/* Change background color of buttons on hover */



.tab button:hover {



  background-color: #ddd;



}







/* Create an active/current tablink class */



.tab button.active {



  background-color: #408858;



  color: #fff;



  border-bottom: 3px solid #F08100;



}















/* Style the buttons inside the tab */



.tab a {



  background-color: inherit!important;



  float: left!important;



  border: none!important;



  outline: none!important;



  cursor: pointer!important;



  padding: 14px 16px!important;



  transition: 0.3s!important;



  font-size: 17px!important;



}







/* Change background color of buttons on hover */



.tab a:hover {



  background-color: #ddd!important;



}







/* Create an active/current tablink class */



.tab a.active {



  background-color: #408858!important;



  color: #fff!important;



  border-bottom: 3px solid #F08100!important;



}































































/* Style the tab content */



.tabcontent {



  display: none;



  padding: 30px 12px 15px;



  border: 0px solid #ccc;



  border-top: none;



  background: #f1f1f1;



}



.woocommerce .quantity .qty {

  border-top: 2px solid #ddd;

  border-bottom: 2px solid #ddd;

  border-left: 0px solid #ddd;

  width: 80px!important;

  height: 47px;

  line-height: 40px;

  margin-top: -10px;

  padding: 0;

  background: #fff;

  border: 2px solid #ddd;

  font-family: "Rubik", sans-serif;

  font-size: 18px;

  outline: none;

}





.woocommerce div.product form.cart div.quantity{

  margin: 10px 4px 0 0!important;

}

input.plus{

  width: 50px;

  height: 47px;

  line-height: 40px;

  margin: -5px;

  padding: 0;

  background: #fff;

  border: 2px solid #ddd;

  font-family: "Rubik", sans-serif;

  font-size: 18px;

  outline: none;

  border-left: 1px solid #ddd;

}

input.minus{

  width: 50px;

  height: 47px;

  line-height: 40px;

  margin: -5px;

  padding: 0;

  background: #fff;

  border: 2px solid #ddd;

  font-family: "Rubik", sans-serif;

  font-size: 18px;

  outline: none;

  border-right: 0px;

}

fieldset.active {



  display: block !important



}







fieldset {



  display: none



}







.pic0 {



  width: 100%;



  height: auto;



  display: block;



}







.product-pic {



  padding-left: auto;



  padding-right: auto;



  width: 100%



}







.thumbnails {



  position: absolute;



  margin-left: -69px;



}







.fit-image {



  width: 100%;



  object-fit: cover



}







.tb {



  width: 62px;



  height: 93px;



  border: 1px solid grey;



  margin: 2px;



  opacity: 0.4;



  cursor: pointer



}







.tb-active {



  opacity: 1



}







.thumbnail-img {



  width: 60px;



  height: 92px



}



.pcgoster {



  display: block;



}



.mobilgoster {



  display: none;



}



.menu_fixed img{



  width: 139px !important;



  margin-top: -51px;



}



.woocommerce ul.products li.product .price {

  color: #263b63!important;

  font-size: 16px!important;

}



.service .service-img span {



  position: absolute;



  right: 20px;



  width: 50px;



  height: 50px;



  background: #FECC3E;



  text-align: center;



  border-radius: 100%;



  padding-top: 10px;



  font-size: 18px;



  color: #fff;



  z-index: 2;



}



.fa-star:before {



  content: "\f005";



  color: #FECC3E;



}



.fixed-btm-top {



  position: fixed;



  bottom: 16px;



  right: 16px;



}






@media screen and (max-width: 768px) {

  .quantity {

    text-align: center;

    float: none!important;

  }
  .cta .cta-content {
    padding: 30px;
    height: 212px !important;
  }
  .cta .cta-content h2 {
    font-size: 47px;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: -3px;
    line-height: 32px;
  }
  button.mbtn{

    margin: 0 auto;

    display: block;

  }

}







@media screen and (max-width: 768px) {
  .banner-content h1 {
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 21px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .banner-content p {
    text-align: center;
  }
  .banner-btn {
    margin: 0 auto;
    display: block;
    width: 61%;
    text-align: center;
  }
  #alan {
    margin-top: -75px;
  }
  .navbar img {
    width: 100px !important;
    margin-bottom: 0px !important;
}
}





@media screen and (max-width: 360px) {

  #alan {
    margin-top: 0px;
  }

  .pic0 {



    width: 100%;



    height: auto;



  }



  .pcgoster {



    display: none;



  }



  .mobilgoster {



    display: block;



  }


  .woocommerce ul.products[class*=columns-] li.product {
    width: 100% !important;
  }




  .cta .cta-content {



    background: #fff;



    padding: 50px;



    position: relative;



    border-left: 10px solid #408858;



    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);



    margin-bottom: -101px;



    border-radius: 8px;



    width: 109%;



    margin-left: -15px;



  }



  .cta {



    background: url(https://organikcevizcim.com/img/banner.jpg) center center;



    background-size: cover;



    background-repeat: no-repeat;



    padding: 0px 0px 0px;



    position: relative;



    margin-bottom: 0px;



    height: 212px;



  }



  .owl-stage-outer {



    height: 450px;



  }



  .clients-carousel {



    padding: 50px 0px 0px;



  }



  .section-heading {



    margin-bottom: 0px;



    text-align: center;



    position: relative;



  }



  .section-heading h2 {



    font-size: 34px;



    text-align: center;



  }



  .section-heading {



    margin-bottom: 0px;



    text-align: center;



    position: relative;



    text-align: center !important;



  }



  .review .review-item {



    padding: 40px 0px 30px 0px;



    background: #F1F6FA;



    text-align: center;



    border-radius: 20px;



  }



  .review-item {



    height: 450px !important;



  }



  .mobil-yukseklik {



    padding-bottom: 90px !important;



  }



  .secenek {



    text-align: left;



  }



  .mobilsosyal-facebook {



    width: 16%;



  }



  .mobilsosyal-instagram {



    width: 50%;



  }



  .mobilsosyal-instagram img {



    margin-left: 0% !important;



  }



  .boyut img {



    margin: 0 auto;



    display: block;



    width: 200px;



  }



  .boyut {



    margin-top: 0px;



    margin-left: 0px;



  }



  .urunyukseklik {



    margin-top: 70px;



  }



  .thumbnail-img {



    width: 60px;



    height: auto;



  }



  .tb {



    width: 62px;



    height: auto;



    border: 1px solid grey;



    margin: 2px;



    opacity: 0.4;



    cursor: pointer;



  }



  .owl-theme .owl-dots {



    display: block;



  }



  .navbar img{



    width: 100px !important;



    margin-bottom: 0px !important;



  }



  .menu_fixed img {



    width: 100px !important;



    margin-top: 0px !important;



  }



  .site-navigation {



    padding: 0px 10px !important;



  }



  .banner-img {



    padding: 106px 0px 0px;



  }



  .banner-img img {



    width: 72% !important;



    margin: 0 auto;



    display: block;



  }



  #IcerikAlani {



    position: absolute;



    top: -12%;



    display: table-cell;



    vertical-align: middle;



  }



  .subheading {



    display: none;



  }



  .service-item {



    text-align: center;



    transition: 0.5s;



    position: relative;



    background: #fff;



    padding: 0px 35px 4px 35px !important;



  }



  .btn {



    font-weight: 700;



    position: relative;



    text-transform: uppercase;



    padding: 15px 33px;



    border-radius: 35px;



    font-size: 14px;



    letter-spacing: .5px;



    font-family: "Poppins", sans-serif;



    border: 2px solid transparent;



    -webkit-transform: translateY(0px);



    transform: translateY(0px);



    transition: all 0.3s ease-in-out;



  }



  .service-item .btn {



    margin-bottom: -13px;



  }



  .banner-content h1 {



    text-align: center;



    margin: 0 auto;



    display: block;



    line-height: 21px;



    padding-bottom: 20px;



    padding-top: 33px;



  }



  .banner-content p {



    text-align: center;



  }



  .banner-btn {



    margin: 0 auto;



    display: block;



    width: 61%;



    text-align: center;



  }



  .about-img:after {



    display: none;



  }



  .about-img {



    position: relative;



    margin-right: 0px;



    margin-top: 30px;



  }



  .about-info h2 {



    font-size: 33px !important;



  }



  .footer-btm-menu a {



    text-transform: uppercase;



    color: #333;



    font-size: 13px;



    padding-left: 12px;



  }



  .fixed-btm-top {



    position: fixed;



    bottom: 16px;



    right: 16px;



  }



  .quantity {

    text-align: center;

    float: none!important;

  }



}



