html{ height:100%; }
body{
    min-height:100%; padding:0; margin:0; position:relative;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 14px;
}#e00927
body::-webkit-scrollbar {
    width: 10px;
  }
  #e00927
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  body::-webkit-scrollbar-thumb {
    background-color: #e00927;
    outline: 1px solid #e00927;
  }
.lazy{background-image: none !important;}
header ul{list-style: none; padding-left: 0px;}
header a{text-decoration: none;}
.top{
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #e6e6e6;
    background:#e00927;
    line-height: 18px;
}
.konten{
    margin: 0 auto;
    width: 1288px;
}
.sol{float: left;}.sag{float: right;}
.sosyal{position: relative;right: -10px;}
.sosyal li{display: inline;}
.top .sol{font-size: 13px;}
.top a{color: #fff;}
.sosyal a{padding: 10px; color: #fff; font-size: 16px;}
.top-men{position: relative; left: -10px;}
.top-men li{display: inline;}
.top-men a{padding:0px 12px; border-right: 1px solid #e6e6e6;}

/*header mid*/
.mid{
    height: 115px;
    border-bottom: 1px solid #e6e6e6;
}
.logo{
    float: left;
    width: 25%;
}.logo img{width: 227px; position: relative; top: 33px;}
.arama{
    float: left;
    width: 50%;
}
.arama form{
    position: relative;
    top: 32px;
}
.arama input{
    padding: 15px 20px;
    border: 0px;
    background-color: #f6f6f6;
    border-radius: 20px;
    color: #000;
    width: 85%;
    font-size: 15px;
}
.arama input::placeholder {
    color: #3f3f3f;
    opacity: 1; 
  }
  
  .arama input:-ms-input-placeholder { 
    color: #000;
  }
  
  .arama input::-ms-input-placeholder {
    color: #000;
  }
.arama button{
    position: relative;
    left: -70px;
    float: right;
    top: -1px;
    padding: 15px 28px;
    border: 0px;
    background-color:#292929;
    color: #fff;
    font-size: 20px;
    border-radius: 20px;
}
.profside{
    float: right;
    width: 25%;
}
.proful{float: right; position: relative; right: -15px; top: 32px;}
.proful li:first-child a{border-left: 0px;}
.proful li{display: contents;}
.proful a{padding: 8px 15px; padding-left: 17px; border-left: 1px solid #e6e6e6; color: #000;}
.proful a i{font-size: 18px;}
.fa-map-marker{padding-right: 4px;}
.user-main{position: relative;}
.user-sub{
    position: absolute;
    top: 26px;
    z-index: 10;
    display: none;
    right: 37px;
    font-size: 12px;
}
.user-sub li{display: flex;}
.user-sub a{
    padding: 8px;
    width: 53px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #e00927;
    color: #fff;
}
.user-sub a:hover{
    background-color: #e0e0e0;
    color: #000;
}
.sepet{position: relative;}
.sepet span{position: absolute;background-color: #e00927; color: #fff; border-radius: 4px; font-size: 12px; padding: 3px 5px; text-align: center; top:-17px; right: 3px;}

.bottom{
    height: 70px;
}
.kategori{float: left; position: relative; top: 0px; width: 18%;}
.kategori .menu-item-has-children{
 display: inline-block;
 position: relative;
}
.kategori .menu-item-has-children > a{
    padding: 11px 20px;
    border-radius: 40px;
    background-color: #e00927;
    line-height: 25px;
    color: #fff;
    width: 200px;
    position: relative;
    top: -1px;
    display: inline-block;
}
.kategori i{padding-right: 13px; font-size: 20px; position: relative; top: 1px;}
.kategori .fa-angle-down{float: right;position: relative;right: -10px;}

.kategori .sub-menu{
    display: none;
    position: absolute;
    top: 47px;
    z-index: 6;
    left: 0px;
}
.show{display: block !important;}
.kategori .sub-menu a{
    padding: 15px;
    display: block;
    line-height: 23px;
    width: 207px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #3f3f3f;
}
.kategori .sub-menu a:hover{
    background-color: #e6e6e6;
}
.kategori .sub-menu a::before{
    content: "\f02d";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
}
.kategori .sub-menu li:first-child a{border-radius: 10px 10px 0px 0px;}
.kategori .sub-menu li:last-child a{border-radius: 0px 0px 10px 10px;}


@media only screen and (min-width: 1150px) {
.mobile-menu{display: none;}
#main-nav{position: relative; left: 40px; top: 0px; float: left; width: 68%;}
#main-nav  > ul > li {display: inline;}
#main-nav  > ul > li a{display: inline-flex; color: #000; font-size: 16px; font-weight: 600; padding: 15px 32px;}
#main-nav  > ul > li a:hover{color: #e00927;}

.menu-item-has-children{position: relative;}
.sub-menu{
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 3;
    display: none;
}
.sub-menu a{
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    width: 180px;
    padding: 15px !important;
    line-height: 25px;
    font-size: 14px !important;
    font-weight: normal !important;
}
.menu-item-has-children:hover .sub-menu{
    display: block;
}
.head-tel{
    position: relative;
    top: 17px;
}
.head-sol{
    float: left;
}
.head-sag{
    float: right;
}
.head-sol .fa{
    font-size: 20px;
    width: 40px;
    height: 40px;
    background-color: #e00927;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 40px;
}
.tele{
    font-size: 16px;
    color: #e00927;
    line-height: 40px;
    font-weight: 600;
}
.tele a{color: #e00927;}
}
/*header mid*/
.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*/
.splide__list{height: auto !important;}
.splide__slide img {
    width: 100%;
    height: auto;
  }
/*banner*/

/*dizi*/
.dizi > div > div > .wp-block-column{
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: 30px;
}
.dizi p{line-height: 24px;}
.dizi .wp-block-column ul{list-style: none; padding-left: 0px; position: relative; left: -10px;}
.dizi .wp-block-column li{margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #e6e6e6; line-height: 20px; font-size: 13px;}
.dizi .wp-block-column a{text-decoration: none; color: #000;}
.dizi .wp-element-button{background-color:#e00927; color: #fff !important; margin-top: -20px; font-size: 13px;}
.price del bdi{
  
    color: #e00927;
   
}
.price ins{
  color: #149125 !important;
  text-decoration: none;
}
/*dizi*/

/*band*/
.band{
    margin: 60px 0px;
}
.band-wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.3em;
    grid-auto-rows: 2.3fr;
}
.band-wrap a{color:#111; text-decoration:none;}
.band-wrap > div{
    border: 1px solid #e6e6e6;
    padding: 15px 20px;
    padding-bottom: 17px;
    border-radius: 15px;
}
.band-wrap .sol{float: left; width: 20%;} .band-wrap .sag{float: right; width: 75%; position: relative; top: 8px; margin-left: 10px;}
.band .fa{font-size: 45px; color: #e00927;}
.band-wrap span{
    color: #000;
    font-size: 16px;
    display: block;
}
.band-wrap {color: #757575;}
/*band*/

.yuksek{
    width: 100%;
    height: 200px;
}
.dizi .wp-block-column ul{
    min-height:320px !important;
}



/*front*/
main{min-height:600px;}
main p, main li{line-height: 23px;}
.front{
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #e00927;
    margin-top: -19px;
    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: #e00927d9;
}
#breadcrumbs{
    position: relative;
    top: 30px;
    display: inline-block;
    background-color: #11111185;
    padding: 10px;
    border-radius: 15px;
    z-index: 2;
    color: #efefef;
}
#breadcrumbs a{color: #fff; 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;
    object-fit: cover;
}
.cat-wrap h2 a{text-decoration: none; color: #000;}
.pos-img img{
    width: 400px;
}
.wpcf7-form input, .wpcf7-form textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #e6e6e6;
}
.wpcf7-submit{
    background-color: #e00927 !important;
    color: #fff;
    border: 1px solid #e00927 !important;
    width: 80px !important;
}
main ul{
    padding-left: 0px;
    list-style: none;
}main li{margin-bottom: 10px;}
.woocommerce span.onsale{background-color: #e00927 !important;}
.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;
}
.billing_tcvergi_field{clear:both;}
.product .related{margin-top: 140px; clear: both;}
.woocommerce div.product form.cart .button{
    background-color: #e00927 !important;
}
.woocommerce .quantity .qty{
    padding: 7px;
}
.wp-block-image img, .wp-block-image.has-custom-border img{border: 1px solid #e6e6e6; border-radius: 10px;}
.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;
}
#e-kitap{
    position: absolute;
    left: 52px;
    top: 0px;
    background: #fff;
    width: 40px;
    z-index: 2;
    border: 4px solid #e6e6e6;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    font-size: 1.6em !important;
}
.woocommerce ul.products li.product .button{background-color: #e00927; color: #fff !important;}
.woocommerce ul.products li.product .price{font-size: .95em !important;}
#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: #e00927 !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: #111;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
    background-color: #e00927 !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: #e00927 !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;}
.woocommerce-tabs{margin-top:30px;}
.description_tab, .woocommerce-Tabs-panel h2{display:none !important;}
/*front*/

.teklif{
    margin-top: 110px;
    position: relative;
      /* The image used */
  background-image: url("../img/teklif-bg.jpg");
  /* Set a specific height */
  min-height: 647px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  padding: 100px 0px;
  padding-bottom: 110px;
}

.t-bg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    text-align: center;
    height: 75.6%;
    padding: 100px 0px;
    padding-bottom: 110px;
}
.t-bg input, .t-bg textarea{
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 15px;
    color: #fff;
}
.t-bg label{
    display: block;
    margin-top: 20px;
}
.form-yan{
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.p-form{
    color: #fff;
    margin: 0 auto;
    width: 600px;
}
.t-title{
    color: #e00927;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.wpcf7-spinner{
    display: block !important;
    margin: 0 auto !important;
}
.wpcf7-submit{cursor: pointer;}

.p-form img{
    width: 90px;
}
.sol-form input{
   border-radius: 10px 0px 0px 10px !important;
}
.sag-form input{
    border-radius: 0px 10px 10px 0px !important;
 }

.popup{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 23px 15px;
    background: #e00927;
    color: #fff;
    z-index: 10;
    text-align: center;
}

.indrm{margin-top: 100px;}

/*footer*/
body::after{ content:''; display:block; height:300px; }

footer{ 
  position:absolute; 
  background-color: #111;
  padding: 60px 0px 80px 0px;
  bottom:0; 
  width:100%; 
  height:300px; 
}
.foot-wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3em;
    grid-auto-rows: 3fr;
}
footer img{
    width: 50%;
	margin-top:20px;
}
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: #fff;
    margin-top: 30px;
    border-bottom: 2px dashed #e00927;
    padding-bottom: 13px;
}
.copy{
    width: 100%;
    background-color: #222;
    color: #fff;
    text-align: center;
    padding: 14px 28px;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
/*footer*/


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

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

.yaziyo{
position: fixed;
    bottom: 165px;
    right: 63px;
    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:35px;
	bottom:195px;
	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: 1350px) {
   .konten{
    width: 90%;
   }
   .logo{width: 15%;}
   .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;}
  }

  
@media only screen and (max-width: 1150px) {
    .logo{
        width: auto;
        float: none;
		width:100px;
		margin:0 auto;
    }
    .logo img{
        width: 100px;
        top: 11px;
    }
    .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;}
    #image-carousel{margin-top: 82px !important;}
    .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: 6px 14px;
        font-weight: 600;
        color: #e00927;
    }
    .sub-menu{display: none;}
    .sub-menu a{background-color: #e6e6e6 !important; border-bottom: 1px solid #c9c9c9;}

    /*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;}

/*front*/
.front{
    margin-top: 82px;
}
#breadcrumbs{
    top: 16px;
}
.cat-wrap{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1em;
    grid-auto-rows: 1fr;
}
.pos-img img{
    width: 100%;
}
.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: 88px;
            right: 23px;
            width: 34px;
            height: 34px;
            border-radius: 34px;
            }
            .randevu-al{
                bottom: 84px;
                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: 150px;
                right: 18px;  
            }
            .aramas a{
                width: 34px;
                animation:none;
                height: 34px;
                border-radius: 34px;
            }
            
            .yaziyo{
             bottom: 126px;
            right: 73px;
        
            }
            
            .whatsapp-wrap{
                width: 96%;
                right: auto;
                bottom:177px;
                left: 2%;
            }
            
        /*whatsapp widget*/
	
	.dizi .wp-block-heading {min-height:50px;}
   }

   @media only screen and (max-width: 720px) {
   .p-form{
    width: 100%;
    }
    .form-yan{width: 100%; float: none;}
    .form-yan input{border-radius: 10px !important;}
    .teklif{
        min-height: 820px;
    }
    .t-bg{
        height: 80%;
    }
}


@media only screen and (max-width: 720px) {
	.dizi .wp-block-column ul{min-height:auto !important;}
    .top-men a{font-size: 10px;}
    .woocommerce .woocommerce-ordering{margin-bottom: 30px; float: left;}
.dizi .wp-block-heading {min-height:auto;}
}

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

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

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

    }
}