
body{font-family: "Outfit", sans-serif !important;}
.m30{margin-top: 30px; margin-bottom: 30px}
.m50{margin-top: 50px; margin-bottom: 50px}
.m80{margin-top: 80px; margin-bottom: 80px}
.m110{margin-top: 110px; margin-bottom: 110px}

a{text-decoration: none !important; }


.kargosayac {
    display: block;
    /* float: left; */
    width: 100%;
   background: none !important;
    color: #000000;
   padding-left: 0px !important; 
    padding-top: 10px;
    padding-bottom: 4px !important;
    margin-top: 0px;
    /* font-family: tahoma; */
    font-size: 14px;
    font-weight: 400;
}


/*SEARCH*/
.overlay{
	height: 100%;
	width: 100%;
}

#search-button-listener{margin-top: 3px}

.mk-search-trigger {
  position: relative;
  top: 50%;
  left: 45%;
}


/* Search Overlay */

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 0;
}
#mk-fullscreen-searchform:focus{
  outline: none;
  border: none;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
  font-size: 25px;
  position: relative;
  right: 15px;
  width: 25px;
  top: 30px;
  color: #fff;
  color: rgba(255, 255, 255, .2);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus{
  border: none;
  outline: none;
  color: #fff !important;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transform: rotate(180deg);
}

#mk-fullscreen-searchform {
  position: relative;
  verticle-align: middle;
}
.mk-fullscreen-search-input {
  width: 70%;
  background-color: transparent;
  -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  border: 0;
  text-align: center;
  font-size: 35px;
  padding: 20px;
  color: #fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
  width: 800px;
  background-color: transparent;
  -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  border: 0;
  text-align: center;
  font-size: 35px;
  padding: 20px;
  color: #fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus{
  border: none;
  outline: none;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 1;
}

.mk-fullscreen-search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .94);
  text-align: center;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.mk-fullscreen-search-overlay {
  z-index: 999;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
  color: #fff;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close {
  position: absolute;
  right: 50px;
  top: 70px;
       z-index: 999;
  font-size: 26px;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transform: rotate(0deg);
    color: #fff !important
}

.mk-fullscreen-close span{color: #fff !important;}
#mk-fullscreen-search-wrapper span{color: #fff !important;}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  ms-transform: scale(1);
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.mk-search-trigger {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}
/* Search Button */
#search-button {
  display: relative;
  vertical-align: middle;
  height: 50px;
  width: 40px;
  border: white solid 0.7px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  padding-right: 10px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#search-button i{
  color: white !important;
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 15px;
}

#search-button:hover,
.mk-fullscreen-close:hover {
  opacity: 0.6;
 
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
#mk-fullscreen-search-input:focus{
  box-shadow: 0px 3px 0px 0px rgba(255,255,255,0.54) !important;
}

/*SEARCH*/
.carousel-inner {

    border-radius: 10px;
}

 .sepetim{position: absolute;right: 60px; z-index:1000;margin-top: 3px;}

.slogan{margin-bottom:1px; font-size:34px; letter-spacing: -1px}
.sloganalt{font-size:18px;}

.infopic span{margin: 0px 9px 0px 0px;}
.info .title{margin: 0px; font-weight: 600}
.infobardetay .text{ font-size: 16px !important;}
.info .text{margin: 0px; font-size:16px; margin-top: 3px;}

.homebaslik{  margin: 30px 0px;font-weight: 600; font-size: 18px}
.haberbaslik{font-size:23px; line-height: 35px; font-weight: 400; color: #7c8a7d;text-transform: uppercase}
.haberbaslik a{color: #7c8a7d;}
.haberozet, .card-body p{color: #8c8c8c;}

.homeurunler{margin: 50px 0px 5px 0px}
.homeurunler h3{padding: 5px 0px; font-weight: 600; font-size: 18px; text-transform: uppercase;color: #9d5492;}

.yorumlarbaslik{font-size:24px; font-weight: 600}

.nav-link{font-size:15px !important; font-weight: 500; color: #333 !important}

.dikeyyazi{position: absolute;right: 20px; bottom: 70px; text-align-last: start; font-size: 28px; color: white; font-weight: 700; 
-ms-transform: rotate(270deg); 
-moz-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
transform: rotate(270deg);}

.ortabanner{max-height: 100%; margin-bottom: 15px; position: relative}
.ortabanner img{height: 100%}
.loginbar {width:100%; clear: both}
.loginbar ul{margin: 0; list-style: none; padding: 5px}
.loginbar ul li{float: left; margin-right: 6px}
.loginbar ul li a{font-size: 12px; color:#000; text-decoration: none}

.topbar{padding: 15px; background-color: black; color:#fff; text-align: center; font-size: 29px}



/*YORUMLAR*/
.testimonial-carousel {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
        }

        .testimonial-slide {
            text-align: center;
            padding: 20px;
        }

        .testimonial-slide img {
            border-radius: 50%;
            width: 100px;
            height: 100px;
            margin-bottom: 20px;
        }

        .testimonial-carousel .carousel-control-prev,
       .testimonial-carousel  .carousel-control-next {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.5);
        }

        .testimonial-carousel .carousel-control-prev-icon,
        .testimonial-carousel .carousel-control-next-icon {
            color: #fff;
        }
/*YORUMLAR*/


.videoslider {
    width: 100%;
    height: 100% !important;
    position: relative;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
   
}
.videoslider-block {
    width: 100%;
    height: 80%;
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
    top: 0;
    left: 0;
}

.videosliderbaslik{width: 100%; font-size: 111px; line-height: 99px; font-weight: bold; letter-spacing: 0px; color:#fff}
.videoslideraltbaslik{width: 100%; font-size: 40px; line-height: 44px; color:#fff}
.videoslideraltaltbaslik2{width: 100%; font-size: 15px; line-height: 24px; letter-spacing: 0.9em; color:#fff}

#video{width: 100%}

.homeproducts{
    float: left;
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin:0 0 40px !important
}

.homeproducts .bold {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.homeproducts .bold:after{
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background: #d7d7d7;
    z-index:0
}

.homeproducts .bold .satir {
    display: inline-block;
    vertical-align: top;
    padding: 0 5vw !important;
    background: #fff;
    line-height: 45px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}




.product-grid{
    text-align: left;
    position: relative;
    padding-left: 5px;


}
.product-grid .product-image{
    overflow: hidden;
    position: relative;
    z-index: 1;
width: 100%;
display: block;
background-position: center center;
background-repeat: no-repeat;
display: inline-block;
vertical-align: middle;
background-size: cover;
}


.product-image img {
        width: 100%;
        transition: 0.5s all ease-in-out;
        display: block;
    }
      
    .product-image:hover img {
        transform: scale(1.5);
    }

@media screen and (max-width: 990px){
    .product-grid .product-image{background-position: center center;
background-repeat: no-repeat;
display: inline-block;
vertical-align: middle;
background-size: cover;}
}

.mask-primary_5 {
    background-color:rgb(0 0 0 / 67%) !important;
}

.mask {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}


.product-grid .product-image a.image{display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
    display: block;
}
.product-grid .product-discount-label{
    color: #fff;
    background: #A5BA8D;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    padding: 0 20px;
    position: absolute;
    top: 10px;
    left: 0;
}
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    right: -50px;
    transition: all .5s ease 0s;
}
.product-grid:hover .product-links{ right: 10px; }
.product-grid .product-links li a{
    color: #333;
    background: transparent;
    font-size: 17px;
    line-height: 38px;
    width: 38px;
    height: 38px;
    border: 1px solid #333;
    border-bottom: none;
    display: block;
    transition: all 0.3s;
}
.product-grid .product-links li:last-child a{ border-bottom: 1px solid #333; }
.product-grid .product-links li a:hover{
    color: #fff;
    background: #333;
}
.product-grid .add-to-cart{
    background: #A5BA8D;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    padding: 10px 26px;
    position: absolute;
    left: 0;
    bottom: -60px;
    transition: all 0.3s ease 0s;
}
.product-grid:hover .add-to-cart{ bottom: 0; }
.product-grid .add-to-cart:hover{ text-shadow: 4px 4px rgba(0,0,0,0.2); }
.product-grid .product-content{
    padding: 20px 5px;

}
.product-grid .title{
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
 margin:5px ;
    text-align: left;
    letter-spacing: 0.2px;

    
}
.product-grid .title a{
    color: #000;
    transition: all 0.3s ease 0s;
    text-decoration:none !important;
    font-weight: 300;
    letter-spacing: 0.3px;
}
.product-grid .title a:hover{ color: #a5ba8d; }
.product-grid .price{
    color: #0d0d0d;
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    padding: 0px 7px
}
.product-grid .price span{
    color: #888;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
}
@media screen and (max-width: 990px){
    .product-grid{ margin-bottom: 30px; }
}

/*DETAY*/

.xnav-tabs li{width:100%; border:none !important;border-bottom: 1px solid #ebebeb; border-radius: none !important}


.product-image {
      
            object-fit: cover;
        background-position-x: center;
        }
        .thumbnail {
            width: 80px;
            height: 80px;
            object-fit: cover;
            cursor: pointer;
            opacity: 0.6;
            transition: opacity 0.3s ease;
        }
        .thumbnail:hover, .thumbnail.active {
            opacity: 1;
        }

.detayurunresim{position: relative}
.tab-pane{padding: 7px; border-right: 1px solid #ebebeb; border-left: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb}
.detayurunbaslik{font-size:19px; font-weight: 600; letter-spacing: -0.4px;}
.detayurunaciklama{font-size:14px; font-weight: 500; letter-spacing: -0.4px;}
.detaybilgi{background: #fff; position: relative}
.sku{font-size:14px; color: crimson !important}
.onecikanozellikler{font-size:14px;}
.onecikanozellikler ul{margin: 0; padding: 0;}
.onecikanozellikler h5{font-weight: 600;font-size: 20px; letter-spacing: -0.4px;}
.onecikanozellikler ul li {list-style:circle; margin-bottom: 12px; font-size: 13px; line-height: 16px;}

.sepetbtn{border-radius: 100px !important; width: 48% !important; margin-right:5px; float:left; padding:7px 20px !important; background-color: #000 !important;font-size:19px !important;border:none !important; }
.hemenalbtn{border-radius: 100px !important;width: 47% !important; float:left;  padding:7px 20px !important; font-size:19px !important;background-color: #666 !important; border:none !important;}
.detayfiyat{color:#000 !important; font-size: 29px !important; font-weight: 600 !important;}
/*DETAY*/



.discount-badge {
    font-size: 14px;
    font-weight: 600;
    display: table-cell;
    width: 45px;
    height: 30px;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #ddd;
    color: #cb0a0a;
    margin-right: 18px;
    margin-top: 0px;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    position: absolute;
    right:0;
    z-index: 99
}

.ikonlars .ikonlar {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    z-index: 10;
}

.ikonlars span {
    display: inline-block;
    padding: .35em .5em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
    background-color: rgb(29 154 33 / 78%);
    color: #fff;
    margin-bottom: 2.5px;
    line-height: 9px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ikonlars  span.ikonlar-style-1 {
    background-color: #cb0a0a;
}

.ikonlars .ikonlar span.ikonlar-style-2 {
    background-color: rgb(0 173 117 / 82%);
}

.ikonlars .ikonlar span.ikonlar-style-3 {
    background-color: rgb(10 112 216 / 71%);
}

.ikonlars .ikonlar span.ikonlar-style-4 {
    background-color: #ea4c62;
}


.ftco-section {
  padding: 12em 0; }
  .ftco-section h2 {
    margin-bottom: 0; }
footer {
  padding: 10px; 
margin-bottom: 10px}

.footeralt{background: #fff;}
.footeraltlink a{color:#666; padding-top:7px; font-size:13px; text-decoration: none; margin-right:8px;}

.footerlink{margin-bottom:2px}

.footer-03 {

    color:#000;
background: #fff;
  font-size: 14px; 
}
  .footer-03 a { text-decoration: none;
    color: #000; }
  .footer-03 .footer-heading {
   font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
      color: #444;
}
  .footer-03 .copyright {
    color: rgba(0, 0, 0, 0.4); }
  .footer-03 .list-unstyled li a {
    color: #777; 
font-size:15px;
line-height: 25px;
font-weight: 300;
color: #000000}
  .footer-03 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0; }
    .footer-03 .subscribe-form .form-group input {
      background: rgba(0, 0, 0, 0.05) !important;
      border: none !important;
      outline: none !important;
      color: rgba(0, 0, 0, 0.3) !important;
      font-size: 16px;
      border-radius: 0; }
      .footer-03 .subscribe-form .form-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-03 .subscribe-form .form-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-03 .subscribe-form .form-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-03 .subscribe-form .form-group input:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-03 .subscribe-form .form-group input:focus {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .footer-03 .subscribe-form .form-group .submit {
      color: #fff !important;
      display: block;
      width: 130px;
      height: 52px;
      font-size: 16px;
      background: #585858 !important;
      border: none;
      border-radius: 0; }
      .footer-03 .subscribe-form .form-group .submit:hover, .footer-03 .subscribe-form .form-group .submit:focus {
        text-decoration: none !important;
        outline: none !important; }
  .footer-03 .subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8); }
  .footer-03 .ftco-footer-social li a {
    color: #585858; }

