/* Genel Ayarlar */
html{ height:100%; }
body, html {
     font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    overflow-x: hidden;}
body{
    min-height:100%; padding:0; margin:0; position:relative;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}



/* Üst Bilgi */
.top-bar {

    background-color: #deffc6;
    padding: 10px 20px;
    font-size: 14px;
    color: #666;
}
.top-bar > div{
    display: flex;
    justify-content: space-between;
}

.top-bar a, .top-bar span {
    text-decoration: none;
    color: #333;
    font-size: 12px;

}
.top-bar .links a{display: inline-block; margin-left: 12px; }
.top-bar .links a::before{content: '-'; margin-right: 16px;}
.top-bar .links a:first-child::before{content: '';}
.top-bar span::after{content: '-'; margin-left: 23px;}
.top-bar span:last-child::after{content: '';}
.contact-info span {
    margin-right: 20px;
}

.container{
    margin: 0 auto;
    width: 1320px;
}
.konten{
    margin: 0 auto;
    width: 1290px;
}

/* Logo ve Arama Alanı */
header {
    align-items: center;
    background-color: #fff;
}
header > div{
    display: grid;
    grid-template-columns: 28.5% 38% 30.4%;
    grid-gap: 1em;
    grid-auto-rows: 1fr;
    height: 190px;
}

.logo img{
    width: 230px;
    position: relative;
    top: 36px;
}


header .search input {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}


header .header-icons a {
    margin-left: 20px;
    text-decoration: none;
    color: #333;
}
.header-icons{
    position: relative;
    margin-top: 67px;
    text-align: right;
}
.header-icons a{
    display: inline-block;
    color: #006224;
    text-align: center;
    font-size: 13px;
    position: relative;

}
.header-icons i{
    display: block;
    margin-bottom: 10px;
    color: #6fb639;
    font-size: 25px;
}
.usx{
    width: 80px;
    position: relative;
    top: 15px;
}
.usx .uyem{line-height: 15x;}
.say{
    position: absolute;
    top: -11px;
    right: 1px;
    background-color: #f39c12;
    padding: 2px 4px;
    border-radius: 3px;
    color: #fff;
}
.search form{
    position: relative;
    width: 450px;
   top: 68px;
}
.search input{width: 100%; }
.search button{
    background: #006223;
    width: 60px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    position: absolute;
    border: 0px;
    right: 10px;
    border-radius: 4px;
    top: 10px;}
/* Logo ve Arama Alanı */

@media only screen and (min-width: 920px) {
    .app-menu{
        display: none;
    }
    .mobilde{display: none;}.pcde{display: block;}
/* Menü */
nav {
    background-color: #006224;
    padding: 0px 20px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav > div > ul > li {
    display: inline-flex;
}

nav > div > ul > li > a {
    text-decoration: none;
    color: white;
    margin-left:-5px;
    font-size: 16px;
    border-right:1px solid #00511e;
    padding: 20px 13px;
}
nav > div > ul > li:first-child a{
     border-left:1px solid #00511e;
}
nav > div > ul > li > a:hover{
   
    background:#299751;
}
nav > div > ul{text-align:center;}

.menu-item-has-children{position: relative;}
.sub-menu{
    display: none;
    position: absolute;
    top: 58px;
    left: -5px;
    text-align: left;
    z-index:10;
    border: 1px solid #e6e6e6;
}
.sub-menu a{
    display: flex;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    width: 160px;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    color: #111;
}
.sub-menu a:hover{
    background-color: #efefef;
}
.menu-item-has-children:hover .sub-menu{display: block;}
/* Menü */
   }


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .clearfix { display: inline-block; }
  /* start commented backslash hack \*/
  * html .clearfix { height: 1%; }
  .clearfix { display: block; }
/*banner*/


/*yeni css*/
/* Kategori Butonları */
.categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

.cat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    color: #111;
}

.cat-item img {
    height: 51px;

}
.cat-img{
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 200px;
    display: flex;
    justify-content: center; /* Yatay ortalama */
    align-items: center; 
    text-align: center;
    background-color: #006224;
    border:3px solid #6fb639;
}
.cat-item:hover .cat-img{
    background-color: #6fb639;
    border:3px solid #006224;
}

.tinv-header h2{
    display:none;
}
.cat-item span {
    font-size: 15px;
    color: #111;
    line-height: 19px;
    display: inline-block;
    margin-top: 15px;
    width: 90px;
}
/* Kategori Butonları */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .clearfix { display: inline-block; }
  /* start commented backslash hack \*/
  * html .clearfix { height: 1%; }
  .clearfix { display: block; }

  /*slider*/
/*banner*/
.slideh{margin-top:20px;}

#image-carousel{min-height: 20vh;}
.x-slider {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.x-slides {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.x-slide {
    min-width: 100%;
    height: 100%;
}

.x-slide img {
    width: 100%;
    height: auto;

    object-fit: cover;
}
.wc-block-components-product-button__button{color:#fff !important;}
.woocommerce p.stars a{color:#ffb300; font-size:20px; margin-top:10px;}
.woocommerce .star-rating span::before{color:#ffb300; }
.woocommerce .star-rating{font-size:1.2em;}
#commentform .form-submit input{color:#fff !important;; background-color:#f39c12 !important;}
.woocommerce-review-link{
    text-decoration: none;
    color: #f39c12;
    position: relative;
    top: 2px;
}
.arrows {
    position: absolute;
    width: 100%;
    top: 50%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 2;
}

.prev, .next {
cursor: pointer;
    font-size: 1rem;
    color: white;
    padding: 8px 15px;
    background: rgb(0 0 0 / 12%);
    border-radius: 50%;
    user-select: none;
}

.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .slider {
    display: flex;
    transition: transform 0.5s ease;
  }

  .slide {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
  }

  .slide img {
    width: 100%;
    border:1px solid #e6e6e6;
    height: auto;
    border-radius:20px;
  }

  .slider-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
  }

  .slider-control {
    cursor: pointer;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    outline: none;
    transition: background-color 0.3s ease;
  }

  .slider-control:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }
  /*slider*/


  /*bant*/
  .banx{
    background-color: #006224;
    width: 100%;
    padding: 7px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    margin-top: 17px;
    line-height: 25px;
    color: #fff;
  }
  .banx p{font-weight: bold;}
 /*bant*/

.d-wrap{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1em;
        grid-auto-rows: 1fr;
        margin-top:20px;
}

.d-wrap img{width:100%; border-radius:15px;}
.h-blog{margin-top:60px;}
.h-blog h2:after{
    content: '';
    display: block;
    width: 280px;
    margin-top: 10px;
    height: 2px;
    background-color: #ffcc00;
}
 /*yazi*/
.y-wrap{
    display: grid;
    grid-template-columns: 60% 40%;
    grid-gap: 1em;
    grid-auto-rows: 1fr;
}
.yazi img{
    width: 100%;
}
.yazi{
    margin: 50px 0px;
}
.yazi p{
    line-height: 27px;
    font-size: 16px;
}
.yazi h1{
    font-size: 30px;
    color: #006224;
}
.yazi h1::after{
    content: '';
    width: 150px;
    height: 3px;
    margin-top: 10px;
    background-color: #f39c12;
    display: block;
}
.butt{
    text-decoration: none;
    color: #fff;
    background-color: #006224;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 5px;
    display: inline-block;
}
.butt:hover{
    background-color: #f39c12;
}
 /*yazi*/
/*yeni css*/


.cwginstock-panel-primary{width:270px !important;}
.cwgstock_name, .cwgstock_email, .cwgstock_button{width:205px !important;}
.product_meta{margin-top:25px;}
.cwgstock_button{
	    position: relative;
    left: -29px;
    width: 205px !important;
	border: 0px;
    padding: 10px !important;
    background: #337ab7;
}
.wwbp_calculation_section tr{margin-bottom:15px !important;}
.wwbp_button{
    background: #006224;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    padding: 5px 8px;
    border:1px solid #006224;
}
.wwbp_calculation_section{margin:0px;}

.single .wwbp_calculation_section{margin:10px 0px !important;}
.weight .qty{
    padding:5px;
   
    border:1px solid #e6e6e6;
}

.ajax_add_to_cart{display:inline-block !important;}
.band-wrap {color: #757575;}
/*band*/
.sku_wrapper{display:none;}
.woocommerce-variation-price{margin-bottom:20px;}
.woocommerce div.product form.cart .variations{
	width:275px !important;
}
.woocommerce div.product form.cart .variations label{margin-left:-6px;}
.woocommerce div.product form.cart .variations select{
	padding: 6px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    margin-left: 3px;
	margin-bottom:8px;
}
.woocommerce .quantity .qty{
	border-radius: 10px;
    border: 1px solid #e6e6e6;
}
.woocommerce div.product form.cart .reset_variations {
    color: #006224;
}
.yuksek{
    width: 100%;
    height: 200px;
}
.parallax{
    position: relative;
    margin: 120px 0px;
    margin-bottom: 130px;
    background: url(../img/parallax.webp) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 580px;
  padding: 60px 0px;
}
.paral-bg{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #6f9e00c9; /*#6f9e00c9*/
}
.p-wrap{position: relative; z-index: 2;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-gap: 12em;
    grid-auto-rows: 12fr;
}
.p-title{
    font-size: 29px;
    color: #fff;
    margin-top: 5px;
}
.p-title::after{
    content: '';
    display: block;
    width: 240px;
    height: 2px;
    background-color: #ffcc00;
    margin-top: 12px;
}
.p-con p{
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}
.p-logo img{
    width: 400px;
    position: relative;
    top: 128px;
}

.home-urun h2{margin-bottom: 25px;}
.home-urun h2:first-child:after, .home-urun .wp-block-heading::after{
    content: '';
    display: block;
    width: 280px;
    margin-top: 10px;
    height: 2px;
    background-color: #ffcc00;
}

.attribute-name{
    font-size: 12px;
    color: #afafaf;
}
/*front*/
main p, main li{line-height: 23px;}
.front{
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #006224;
    clear: both;
      /* The image used */
  background-image: url("../img/front.jpg");
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}
.front-bg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #ffffffc4;
    border-bottom:1px solid #e6e6e6;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    width:27% !important;
    background-color:#fff !important;
}
.woocommerce-MyAccount-navigation a{color:#111 !important;}

/* Tablo genel stili */
.tinvwl-table-manage-list {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  margin-top:-38px;
  margin: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Tablo başlığı stili */
.tinvwl-table-manage-list th {
  background-color: #f59b13;
  color: white;
  text-align: left;
  padding: 12px 15px;
  border-bottom: 2px solid #f59b13;
  font-weight: bold;
}

/* Tablo satır stili */
.tinvwl-table-manage-list td {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

/* Alternatif arka plan rengi */
.tinvwl-table-manage-list tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Hover efekti */
.tinvwl-table-manage-list tr:hover {
  background-color: #f1f1f1;
}

#tinvwl_product_actions, button[name="tinvwl-action-product_apply"], button[name="tinvwl-action-product_selected"]{display:none !important;}
.woocommerce div.product .product_title{
    font-size:24px;
    color:#006224;
}
.tinvwl_add_to_wishlist_button{
    background-color:#f39c12;
    color:#fff;
    padding:5px 10px;
    border-radius:11px;
    font-size:13px;
}
button[name="tinvwl-add-to-cart"]{background-color: #6fb639 !important;}
#breadcrumbs{
    position: relative;
    top: 30px;
    display: inline-block;
    background-color: #f8f8f8d4;
    padding: 10px;
    border-radius: 15px;
    z-index: 2;
    color: #006224;
    border-bottom:1px solid #e6e6e6;
}
#breadcrumbs a{color: #111; text-decoration: none;}
.cat-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3em;
    grid-auto-rows: 3fr;
}
.cat-wrap article img{
    width: 100%;
    height: 220px;
    border-radius:15px;
    object-fit: cover;
}
.wc-block-grid__product-title{font-size:15px !important; color:#111 !important;} .wc-block-grid__product-link{text-decoration:none !important;}


.wc-block-grid__product-price .woocommerce-Price-amount {font-size:15px !important; }
.wp-block-button__link{font-size:12px !important;background:#006224 !important; }

.cat-wrap h2 a{text-decoration: none; color: #000;}
.pos-img img{
    width: 400px;
        float: left;
    padding-right: 22px;
}
.wpcf7-form input, .wpcf7-form textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #e6e6e6;
}
.wpcf7-submit{
    background-color: #006224;
    color: #fff;
    border: 1px solid #006224 !important;
    width: 80px !important;
}
main ul{
    padding-left: 15px;
    
}main li{margin-bottom: 10px;}

.woocommerce-loop-product__title{color: #000 !important;}
.woocommerce ul.products li.product a img{border-radius: 15px; border: 1px solid #e6e6e6;}
.woocommerce .woocommerce-ordering{margin-bottom: 30px;}
.woocommerce .woocommerce-ordering select{
    padding: 6px;
    border: 1px solid #e6e6e6;
}
.woocommerce ul.products li.product .onsale{
    font-size: 10px;
    padding: 7px;
    background-color: #ffcc00 !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color:#006224;
}
main .summary p{
    line-height:normal;
}

.woocommerce div.product .stock{
    color:#006224;
}
.product_meta .posted_in a{
background: #efefef;
    color: #006224;
    padding: 5px;
    font-size: 13px;
    text-decoration: none;
    border-radius: 5px;
}
.product_meta .posted{
    font-size: 13px;
}
article.post p a, article.post li a{color:#006224;}
.product .related{margin-top: 140px; clear: both;}
.woocommerce div.product form.cart .button{
       background-color: #006224;
    color: #fff !important;
    border-radius: 11px !important;
    font-size: 12px;
    padding: 10px 15px;
    font-weight: normal;
}
.woocommerce div.product form.cart .button:hover{
    background-color: #fcc207 !important;
    color:#000 !important;
}
.woocommerce .quantity .qty{
    padding: 7px;
}
.wp-block-image img, .wp-block-image.has-custom-border img{border: 1px solid #e6e6e6; border-radius: 10px; transition: 0.5s;}

.home .wp-block-image img:hover{padding: 15px; }
.dizi .wp-element-button:hover{background-color: #111;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{width: 25% !important;}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: 72% !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    font-size: 1.6em !important;
}
.woocommerce ul.products li.product .button{
    background-color: #006224;
    color: #fff !important;
    border-radius: 11px !important;
    font-size: 12px;
    padding: 10px 15px;
    font-weight: normal;
}
.woocommerce ul.products li.product .button:hover{
    background-color: #fcc207;
    color:#000 !important;
}
.woocommerce ul.products li.product .price{font-size: .95em !important; color:#006224;}
#customer_details input, #customer_details textarea, #customer_details select, #coupon_code{
    padding: 10px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    background-color: #006224 !important;
    color: #fff !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{padding: 10px; box-sizing: border-box; border: 1px solid #e6e6e6;}
.woocommerce-MyAccount-navigation-link a{
    display: flex;
    padding: 8px 0px;
    margin: 8px 0px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
}
.woocommerce-MyAccount-navigation-link--downloads{display: none !important;}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{background-color: #006224 !important;}
.sers{
    display: grid;
    grid-template-columns: repeat(5, 1fr) !important;
    grid-gap: 3em;
    grid-auto-rows: 3fr;
}
.sers img{
    height: 320px !important;
    border: 1px solid #e6e6e6;
}
.sers h2{font-size: 16px !important;}

.add_to_cart_button::before{
    content: "+";
    margin-right: 4px;
    font-weight: 600;
}
/*front*/

.aram{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100vh;
	background:rgba(0, 0, 0, 0.8);
	z-index:9999999999;
}
.ara-wrap{
	margin:0 auto;
	margin-top:14%;
	width:320px;
}
.aram input{
	float:left;
	width:88%;
	box-sizing:border-box;
	padding:10px;
}
.aram button{
		float:left;
	cursor:pointer;
	width:12%;
	color:#fff;
	background:#006224;
	border:0px;
	box-sizing:border-box;
	padding:12px;
}

.goster{
	display:block;
}
.soon{    border-top:1px solid #e6e6e6; margin-top:40px;}
.s-wrap{
   
    display: grid;
    grid-template-columns: 70% 30%;
    grid-gap: 1em;
    grid-auto-rows: 1fr;

}
.s-wrap img{width:355px; float:right; position:relative; top:30px;}
.s-wrap > div:first-child{font-size: 25px;
    color: #006224;
    position: relative;
    top: 43px;}
/*footer*/
body::after{ content:''; display:block; height:580px; }

footer{ 
  position:absolute; 
  background-color:  #111;
  padding: 60px 0px 80px 0px;
  bottom:0; 
  width:100%; 
  height:380px; 
}
.foot-wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3em;
    grid-auto-rows: 3fr;
}
footer img{
    width: 60%;
    margin-bottom: 10px;
}
footer ul{padding-left: 0px; list-style: none;}
footer li{
    line-height: 22px;
    color: #fff;
    margin-bottom: 14px;
}
footer a{text-decoration: none; color: #fff;}
.f-title{
    font-size: 20px;
    color: #6fb639;
    margin-top: 30px;
  
    padding-bottom: 13px;
}
.f-title:after{
    content:'';
    width:180px;
    position:relative;
    top:15px;
    height:2px;
    background:#f39c12;
    display:block;
}
.copy{
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 14px 0px;
    line-height: 22px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
/*footer*/


/*whatsapp widget*/
.whtsp-ac{
    position: fixed;
    bottom: 115px;
    right: 20px;
    padding: 10px;
    border-radius: 100%;
    padding: 15px 15px;
    padding-top: 12px;
    line-height: 23px;
    text-align: center;
    font-size: 32px;
    background: #64b900;
    color: #fff;
    z-index: 999;
    cursor: pointer;
}

.whtsp-ac svg{
	width: 30px;
    height: 30px;
    fill: #fff;
}

.yaziyo{
position: fixed;
    bottom: 160px;
    right: 67px;
    background: #c1c1c1;
    padding: 2px 12px;
    border-radius: 17px 17px 0px;
    z-index: 999;
    padding-top: 0px;
}
.sil{display:none !important;}
.goster{display:block !important;}
div#wave {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
div#wave .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 3px;
  background: #303131;
  animation: wave 1.3s linear infinite;
}
div#wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}
div#wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}

@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-5px);
  }
}

.whatsapp-wrap{
	background-image:url("https://cosylifeconsulting.com/wp-content/uploads/2022/05/whtsp-bg.jpg") !important;
	background-repeat: no-repeat;
	background-size:cover !important;
	position:fixed;
	right:44px;
	bottom:148px;
	width:350px;
	height:250px;
	background:#fff;
	border-radius:15px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(7,94,84,1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(7,94,84,1);
    box-shadow: 0px 0px 24px 0px rgba(7,94,84,1);
	z-index: 99999999;
}
.whatsapp-tepe{
	background: #075E54;
    color: #fff;
    padding: 10px;
    height: 51px;
    border-radius: 13px 13px 0px 0px;
-webkit-box-shadow: 0px 11px 19px -14px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 11px 19px -14px rgba(0,0,0,0.75);
box-shadow: 0px 11px 19px -14px rgba(0,0,0,0.75);
}

.w-profil{float:left;}

.w-profil img{width: 50px;
    border-radius: 50px;}
.w-isim{
	position: relative;
    left: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    top: 6px;
}
.w-isim span{
	display: block;
    font-size: 14px;
    font-weight: normal;
}
.w-chat{
	width: 90%;
    float: left;
    padding: 20px;
    margin-top: 2px;
}

.w-chat li{
	float:right; 
font-size: 14px;
    background: #DCF8C6;
 
    width: fit-content;
	position:relative;
	color:#222;
    
	border-radius: 12px 0px 12px 12px;
    margin-bottom: 11px;
    -webkit-box-shadow: 0px 0px 14px -7px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 14px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px -7px rgb(0 0 0 / 75%);
}
.w-chat li:hover{
	background:#c5f79e;
}

.w-chat li{display:block;}

.w-chat li a{padding:10px; display:block; text-decoration: none; color: #222;}

.w-chat li:first-child{float:left; background:#fff; cursor:normal; border-radius: 0px 12px 12px 12px; cursor:pointer;}



.w-chat li:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 13px 0px 0;
    border-color: #DCF8C6 transparent transparent transparent;
    position: absolute;
    right: -13px;
    top: 0px;
}


.w-chat li:first-child:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 13px 13px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -13px;
    top: 0px;
}

.whatsapp-vuct svg{width: 20px;
    width: 20px;
    height: 20px;
    fill: #128C7E;
    float: right;
    bottom: 20px;
    position: absolute;
    right: 15px;
    cursor: pointer;
}
/*whatsapp widget*/

@media only screen and (max-width: 1370px) {
   .konten{
    width: 90%;
   }

   .profside{width: 25%;}
   .kategori .menu-item-has-children > a{width: 158px;}
   #main-nav{width: 55%;}
   #main-nav  > ul > li a{padding: 13px 20px;}
   .head-tel{float: right;}
   .head-sol{margin-right: 5px;}
   #navi li a{font-size:12px;}
  }
  
  @media only screen and (max-width: 1366px) {
   .container{
    width: 95%;
   }
  }

  @media only screen and (max-width: 1100px) {
    .container{
     width: 95%;
    }
    .search form{width: 100%;}
   }



   @media only screen and (max-width: 920px) {
    .app-menu{
        display:none;
        
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1em;
        grid-auto-rows: 1fr;
        width: 100%;
        position: fixed;
        bottom: 0px;
        border-top: 1px solid #e6e6e6;
        background-color: #ddffc4;
        left: 0px;
        z-index: 5;
        text-align: center;
    }
    .app{
        display:grid;
    }
    .altmis{margin-top:60px;}
    .app-menu a{
        padding: 15px 10px;
        position: relative;
        font-size: 13px;
        text-decoration: none;
        color: #000;
    }
    .app-menu i{display: block; font-size: 21px !important; margin-bottom: 4px; color: #006224;}

    .app-menu a:nth-child(2) i{
        font-size: 18px !important;
        margin-top: 3px;
    }
    .app-menu a:nth-child(3) i{
        font-size: 18px !important;
        margin-top: 3px;
    }
    .app-menu a b{
        position: absolute;
        top: 13%;
        right: 31%;
        background-color: #f39c12;
        color: #fff;
        padding: 2px 4px;
        border-radius: 3px;
        font-size: 12px;
    }
   
    .container{
        width: 90%;
       }
    .mobilde{display: block;}.pcde{display: none;}
    /*menu*/
    .top-bar{padding: 20px 0px; background-color: #fff; padding-top: 28px;}
    .usx{width: auto; top: auto;}
    .top-bar .links a::before{content: ''; margin-right: 10px;}
    .links i{font-size: 20px; color: #111;}
    .say{top: 14px; right: 12px; color: #fff !important;}
    .say::after{margin-left: 0px !important; }
    .navi-ac{position: relative; top: 0px;}
    .navi-ac span::after{content: '';}
    .navi-ac span{display: block; width: 25px;height: 2px; background-color: #111;}
    .navi-ac span:nth-child(2){margin-top: 5px;}.navi-ac span:nth-child(3){margin-top: 5px;}
    .navi-ac > div{font-size: 10px; margin-top: 2px;}
    header > div{display: block; margin-top: -60px !important;}
    header .search{position:relative; top:-12px;}
    .logo{width: 139px; margin: 0 auto;}
    .logo img{width: 139px;}
     .menum{
        display: none;
        position: absolute;
        top: 0px;
        width: 100%;
        background-color: #fff;
        z-index: 3;
     }
     .menum > div:first-child{background-color:#6fb639;}
     .menum > div{
        padding: 15px; text-align: right;
     }
     .menum ul{list-style: none; padding-left: 0px;}
     .woocommerce-MyAccount-navigation-link a{color:#111 !important;}
  .menum > div > ul{margin:0px;}
     
     .menum a{display: flex;   margin-left:auto; text-decoration: none; padding: 15px; color: #111; background-color: #fff;border-bottom: 1px solid #e6e6e6;} .menum > ul {width: 100% !important;}
     .fa-close{
        color: #fff;
        font-size: 26px !important;
     }
     .sub-menu{display: none;}
     .sub-menu a{background-color: #e6e6e6;}
     .menu-item-has-children{
        position: relative;
     }
     .downup{
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 25px;
        padding: 5px 17px;

     }
     .mob-img{
        width: 32px;
    float: left;
    position: relative;
    top: -5px;
     }
     .mob-t{color: #fff; float: left; position: relative;left: 10px; top: 4px;}
     .show{
        display: block !important;
     }
     .hide{display: none !important;}
     /*menu*/
     .itemler{
        width: 100%;
        box-sizing: border-box;
        overflow-x: scroll;
     }
     .categories{
        width: 1430px;
        padding: 10px;
     }
     .cat-item span{font-size: 14px;}
     .y-wrap{
        display: block;
     }
     .return-to-shop{margin-bottom:30px !important;}
     .y-wrap img{
        margin-top: 20px;
     }
     .woocommerce-account .woocommerce-MyAccount-navigation{
    width:100% !important;
}

.d-wrap{
   
        grid-template-columns: repeat(2, 1fr);

}
   }

.navi-ac{display: none !important;}
@media only screen and (max-width: 1220px) {
    .h-tepe{grid-template-columns: 30% 70%}
    .h-sag ul{padding-left: 0px; position:relative; top:2px;}
    .duz-menu{display: none;}
   
   
    #navi{display: none;}
    #navi a{
        color: #333;
        display: flex;
        padding: 15px;
        border-bottom: 1px solid #e6e6e6;
    }
    #navi > ul{
        padding-left: 0px;
        margin: 0px;
    }
    #navi > ul > .menu-item-has-children > .sub-menu{
        display: none;
    }
    #navi > ul > li:last-child a{
        border: 0px;
    }
    .navi-ac{display: inline-block !important;}
    .sp-sepet span{
        right: 14px;
    }
  
    .h-sag li:nth-child(4)::after{content: '' !important; margin-left: 0px;}
    .mid{height: 70px; text-align: center;}
    .arama, .profside{float: none;}
    .arama{width: 280px; margin: 0 auto;}
    .arama form{top: 0px; margin-top: 55px;}
    .arama input{width: 80%; padding: 10px 20px;}.arama button{width: 20%; left: 0px; padding: 10px;}
    .bottom{
        height: auto;
    }
    .mobile-menu{
        display: block;
        position: absolute;
        cursor: pointer;
        font-size: 25px;
        top: 69px;
        right: 20px;
    }
    #main-nav{
        width: 100%;
    position: absolute;
    top: 236px;
    display: none;
    z-index: 3;
    left: 0px;
    }
    #main-nav a{
        padding: 10px;
        background-color: #fff;
        display: flex;
        border-top: 1px solid #e6e6e6;
        color: #000;
    }
    .arama{position: relative;top: 9px;}
    .profside{position: relative; top: -5px;}
    #main-nav  > ul > li:last-child a{border-bottom: 1px solid #e6e6e6;}
    .profside{width: auto; float: none;}
   .head-tel{display: none;}
   .proful {
    float: none;
    position: relative;
    right: auto;
    top: 41px;
    margin: 0 auto;
    width: 274px;
    }
    .sepet span{right: 24px; top: -15px;}
    
    .kategori{display: none;}
    .arama input{border-radius: 20px 0px 0px 20px;}
    .arama button{border-radius: 0px 20px 20px 0px; padding: 8px;}
    .menu-item-has-children{position: relative;}
    .downup{
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 26px;
        padding: 9px 17px;
        font-weight: 600;
        color: #006224;
    }
    .sub-menu{display: none; padding-left: 0px;}
    .sub-menu a{background-color: #f3f3f3 !important; border-bottom: 1px solid #c9c9c9; padding-left: 10px !important;}
    .show{
        display: block !important;
    }
    /*band*/
.band{
    margin: 25px 0px;
}
.band-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
    grid-auto-rows: 1fr;
    font-size: 12px;
}
.band-wrap > div{padding: 12px; padding-bottom: 20px;}
.band-wrap .sag, .band-wrap .sol{width: auto !important; float: none !important; text-align: center;}
.band-wrap .fa{font-size: 30px;}
.band-wrap span{font-size: 14px;}
/*band*/

.dizi .wp-block-column ul{ left: 0px;}
.yuksek{height: 100px;}

.parallax{height: auto;}
.p-wrap{
 display: block;
}
.p-con{
    margin-top: 65px;
}

/*front*/

#breadcrumbs{
    top: 16px;
}
.cat-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 1em;
    grid-auto-rows: 1fr;
}
	.home .cat-wrap { grid-template-columns: repeat(1, 1fr) !important;}
.pos-img img{
    width: 100%;
        float: none;
    padding-right: 0px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{width: auto !important;}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: auto !important;
}
/*front*/

/*footer*/
body::after{height: auto;}
footer{
    position: relative;
    height: auto;
    padding-top: 20px;
}
.foot-wrap{
    display: block;
}
.foot-wrap > div{
    margin-top: 50px;
}
/*footer*/
        /*whatsapp widget*/
        .whtsp-ac{
         bottom: 170px;
        right: 25px;
            width: 34px;
            height: 34px;
            border-radius: 34px;
            }
            .randevu-al{
                bottom: 164px;
                right: 18px; 
            }
            .randevu-al a{
                width: 34px;
                height: 34px;
                border-radius: 100%;
                text-decoration: none;
                padding: 13px 14px;
                padding-top: 12px;
                line-height: 13px;
                text-align: center;
                font-size: 9px;
            }
            .randevu-al a span {
                position: relative;
                top: 2px;
            }
            .aramas{
                bottom: 230px;
                right: 18px;  
            }
            .aramas a{
                width: 34px;
                animation:none;
                height: 34px;
                border-radius: 34px;
            }
            
            .yaziyo{
           bottom: 215px;
        right: 72px;
        
            }
            
            .whatsapp-wrap{
                width: 96%;
                right: auto;
                bottom:223px;
                left: 2%;
            }
            
        /*whatsapp widget*/
   }

 
@media only screen and (max-width: 720px) {
    .front{margin-top:15px;}
.h-tepe{padding:0px;}
#image-carousel{min-height: 670px;}
    .top-men a{font-size: 10px;}
    .woocommerce .woocommerce-ordering{margin-bottom: 30px; float: left;}
    .p-logo img{width:100%; top:20px;}
      .slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
	.ara-wrap{
		margin-top:52%;
		width:90%;
	}
	.product-name .tinvwl-mobile{display:none !important;}

.s-wrap{
   
    display: block;


}
.s-wrap img{width:100%; padding-bottom:20px; float:none; position:relative; top:0px;}
.s-wrap > div:first-child{font-size: 19px;
    color: #006224;
    padding:20px 0px;
    position: relative;
    top: 0px;}
}

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

    .top-men a{font-size: 8px;}

    .sosyal a{padding: 4px;}
    .proful {
        display: flow-root;

    }
}