.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//www.kavuntohumu.com/wp-content/themes/hosteva/hosteva/plugins/owl-slider/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
} .owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline; margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50); opacity: 0.5;
}  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: 1;
text-decoration: none;
} .owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .owl-item.loading{
min-height: 150px;
background: url(//www.kavuntohumu.com/wp-content/themes/hosteva/hosteva/plugins/owl-slider/AjaxLoader.gif) no-repeat center center
}.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
} .owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
} .owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
} .owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}abbr[title]{border-bottom:1px dotted}h1{font-size:2em;margin:.67em 0}mark{color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{box-sizing:content-box}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}body,button,input,select,textarea{color:#404040;font-size:16px;font-size:12px;line-height:1.5}h1,h2,h3,h4,h5,h6{clear:both}p{margin-bottom:1.5em}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;font-size:15px;font-size:.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:15px;font-size:.9375rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{background:#fff}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{height:auto;max-width:100%}table{margin:0 0 1.5em;width:100%}button,input[type=button],input[type=reset],input[type=submit]{border:1px solid;border-color:#ccc #ccc #bbb;border-radius:3px;background:#e6e6e6;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),inset 0 15px 17px rgba(255,255,255,.5),inset 0 -5px 12px rgba(0,0,0,.05);color:rgba(0,0,0,.8);font-size:12px;font-size:.75rem;line-height:1;padding:.6em 1em .4em;text-shadow:0 1px 0 rgba(255,255,255,.8)}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{border-color:#ccc #bbb #aaa;box-shadow:inset 0 1px 0 rgba(255,255,255,.8),inset 0 15px 17px rgba(255,255,255,.8),inset 0 -5px 12px rgba(0,0,0,.02)}button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#aaa #bbb #bbb;box-shadow:inset 0 -1px 0 rgba(255,255,255,.5),inset 0 2px 5px rgba(0,0,0,.15)}input[type=email],input[type=password],input[type=search],input[type=text],input[type=url],textarea{color:#666;border:1px solid #ccc;border-radius:3px}input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{color:#111}input[type=email],input[type=password],input[type=search],input[type=text],input[type=url]{padding:3px}textarea{padding-left:3px;width:100%}a{color:#A23900}a:visited{color:purple}a:active,a:focus,a:hover{color:#191970}a:focus{outline:thin dotted}a:active,a:hover{outline:0}.main-navigation{clear:both;display:block;float:left;width:100%}.main-navigation ul{list-style:none;margin:0;padding-left:0}.main-navigation li{float:left;position:relative}.main-navigation a{display:block;text-decoration:none}.main-navigation ul ul{box-shadow:0 3px 3px rgba(0,0,0,.2);float:left;position:absolute;top:1.5em;left:-999em;z-index:99999}.main-navigation ul ul ul{left:-999em;top:0}.main-navigation ul ul a{width:200px}.main-navigation ul li:hover>ul{left:auto}.main-navigation ul ul li:hover>ul{left:100%}.menu-toggle{display:none}@media screen and (max-width:600px){.main-navigation.toggled .nav-menu,.menu-toggle{display:block}.main-navigation ul{display:none}}.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{margin:0 0 1.5em;overflow:hidden}.comment-navigation .nav-previous,.post-navigation .nav-previous,.posts-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-next,.post-navigation .nav-next,.posts-navigation .nav-next{float:right;text-align:right;width:50%}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.clear:after,.clear:before,.comment-content:after,.comment-content:before,.entry-content:after,.entry-content:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before{content:"";display:table}.clear:after,.comment-content:after,.entry-content:after,.site-content:after,.site-footer:after,.site-header:after{clear:both}.widget{margin:0 0 1.5em}.widget select{max-width:100%}.widget_search .search-submit{display:none}.sticky{display:block}.hentry{margin:0 0 1.5em}.byline,.updated:not(.published){display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:1.5em 0 0}.page-links{clear:both;margin:0 0 1.5em}.archive .format-aside .entry-title,.blog .format-aside .entry-title{display:none}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}
ul{padding:0;margin:0;}
.Tp {
background: none repeat scroll 0 0 #f9f9f9;
border-bottom: 1px solid #ebebeb;
}
.topmenu li {
float: left;
list-style-type: none;
position:relative;
}
.topmenu li > a {
color: #666;
display: inline-block;
font: 12px open sans;
padding: 6px 8px;
}
.topmenu li:hover .dropdown-menu {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: none repeat scroll 0 0 #f9f9f9;
border-color: -moz-use-text-color #ebebeb #ebebeb;
border-image: none;
border-style: none solid solid;
border-width: medium 1px 1px;
box-shadow: 0 0 0;
display: block;
padding: 1px;
position: absolute;
top: 27px;
transition: all 0.5s ease 0s;
}
.topmenu .dropdown-menu li a, .dropdown-menu li {
width: 100%;
}
.Lg {
background: none repeat scroll 0 0 #f1f1f1;
}
.Lg .container .row{
padding: 15px 0;
}
.logo img {
height: auto;
margin-top: 0;
position: relative;
top: 10px;
width: auto;
}
.logo > a {
display: block;
}
.seomenu li {
display: inline-block;
list-style-type: none;
padding: 22px 12px 0 0;
}
.aramakutusu input {
background: url(//www.kavuntohumu.com/wp-content/themes/hosteva/img/search.png) no-repeat scroll 98% center / 28px auto rgba(0, 0, 0, 0);
color: #333;
font: 13px open sans;
margin: 0;
padding: 10px;
width: 100%;
}
.aramakutusu fieldset {
background: none repeat scroll 0 0 #fff;
border: medium none;
border-radius: 2px;
margin: 0;
padding: 0;
}
.seomenu a {
color: #666;
font-size: 13px;
padding: 3px 4px;
text-decoration: none;
transition: all 0.4s ease 0s;
}
.seomenu a:hover {
border-bottom: 1px dashed #aeaeae;
color: #333;
transition: all 0.4s ease 0s;
}
.aramakutusu {
margin-top: 11px;
}
.sepet span.bos {
font: 12px open sans;
}
.asp .row {
padding: 0 !important;
}
.onkategori li {
border-bottom: 1px solid #dbdbdb;
list-style-type: none;
margin: 0 15px;
}
.onkategori > ul {
background: none repeat scroll 0 0 #f5f5f5;
}
.onkategori a {
display: block;
padding: 13px 9px;
text-decoration: none;
}
.onbaslik {
background: #a23900 none repeat scroll 0 0;
box-shadow: 0 0 4px rgba(116, 116, 116, 0.59);
color: #fff;
margin-bottom: 0;
margin-top: 0;
padding: 10px 19px;
}
.onkategori {
box-shadow: 0 0 4px rgba(116, 116, 116, 0.59);
position: relative;
z-index: 9999;
}
.onkategori i {
padding-right: 10px;
color: #666;
}
.onkategori a {
color: #333;
display: block;
font: 14px open sans;
padding: 8px 3px;
text-decoration: none;
}
.onkategori li:hover {
background: none repeat scroll 0 0 #fff;
margin: 0;
padding: 0 15px;
position: relative;
}
.menuarkaplan{
background-color: rgba(0, 0, 0, 0.17);
height: 100%;
left: 0;
opacity: 0.9;
position: fixed;
top: 0;
width: 100%;
transition: 0.5s;
z-index: 4000;
}
#karanlik{
transition: 0.5s;
}
.onul .sub-menu {
display: none;
}
.onkategori li:hover .sub-menu {
display: block;
}
.onul .sub-menu {
background: none repeat scroll 0 0 #fff;
box-shadow: 2px 2px 4px rgba(116, 116, 116, 0.59);
margin-left: 94%;
width: 525px;
position: absolute;
top: 0;
z-index: 111;
}
.sub-menu li > a {
color: #666;
font: 13px open sans;
margin-top: 11px;
text-align: center;
}
.sub-menu li:hover a {
color: #2980b9;
}
.onul .sub-menu li {
border: medium none;
float: left;
height: 148px;
margin: 0 !important;
padding: 0 !important;
width: 25%;
}
.onalan {
padding-top: 15px;
padding-bottom: 15px;
}
#urunslayt .item img{
display: block;
width: 100%;
height: auto;
}
.over {
height: 358px;
overflow: hidden;
}
.urunler {
padding: 0;
}
.sub-menu li a > img, .menu-image-hover-wrapper {
display: block;
padding: 0 !important;
width: 100%;
}
.basliklar {
margin-bottom: 20px;
margin-top: 30px;
padding-bottom: 0;
padding-left: 15px;
}
.basliklar > h3 {
border-bottom: 1px solid #e8e8e8;
font: bold 16px open sans;
padding-bottom: 7px;
}
.entry-content a {
color: #333;
font: 12px open sans;
}
.entry-content h2 {
line-height: 7px;
margin: 0;
}
.urunicerik {
box-shadow: 0 0 2px #c0c0c0;
height: 366px;
margin: 5px 5px 0;
padding: 15px 15px 0;
transition: all 0.2s ease 0s;
}
.urunliste > a strong {
color: #4B4B4B;
}
.fiyat {
background: none repeat scroll 0 0 #f4f4f4;
font: 13px open sans;
margin: 0 -11px;
padding: 10px;
}
.praycs {
color: #2980b9;
float: right;
font: bold 22px open sans;
margin-top: -6px;
}
.probaslik {
color: #666;
font: 15px/18px open sans;
margin: 10px 0;
min-height: 36px;
}
.urunliste > a {
text-decoration: none;
}
.urunliste:hover .probaslik {
color: #000;
}
.urunliste:hover .fiyat {
background: none repeat scroll 0 0 #e8e8e8;
}
.urunliste {
border: 1px solid #eaeaea;
display: inline-block;
margin: 6px;
padding: 8px 11px 0;
width: 23%;
position: relative;
}
.probaslik strong {
display: block;
}
.urunlerim {
padding: 0 0 0 10px;
}
.urunliste:hover .fiyat {
background: none repeat scroll 0 0 #e8e8e8;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
box-shadow: none;
float: left;
height: auto;
margin-bottom: 9px;
margin-right: 15px;
width: 72px;
}
.product_list_widget a {
color: #666;
font: 13px open sans !important;
text-decoration: none;
}
ins, mark {
background: none repeat scroll 0 0 #fff9c0;
font: bold 13px open sans;
text-decoration: none;
}
.product_list_widget > li:hover {
background: none repeat scroll 0 0 #f5f5f5;
transition: all 0.4s ease 0s;
}
.product_list_widget > li {
border-bottom: 1px solid #ebebeb;
margin-bottom: 0 !important;
padding: 10px 5px !important;
}
.basliklar > h3, h1.widget-title {
border-bottom: 1px solid #e8e8e8;
font: bold 16px open sans;
padding-bottom: 7px;
}
footer.container-fluidx {
background: #e8e8e8 none repeat scroll 0 0;
border-top: 1px solid #cbcbcb;
margin-top: 30px;
}
.widget li {
list-style-type: none;
}
.widget li > a {
color: #333;
display: block;
font: 12px open sans;
padding: 2px 1px;
transition: all 0.3s ease 0s;
}
.widget > h1 {
border-bottom: 1px dotted #c1c1c1;
color: #666;
margin: 0 0 10px;
padding: 0 0 6px;
}
.widget li:hover {
list-style-type: circle;
}
.widget li > a:hover {
padding-left: 7px;
transition: all 0.3s ease 0s;
}
.cakas h3 {
border-bottom: 1px dotted #c0c0c0;
color: #666;
font: bold 16px open sans;
margin: 0 0 20px;
padding: 0 0 5px;
}
.soci > li {
float: left;
list-style-type: none;
margin-right: 6px;
}
.soci img {
width: 30px;
}
.uygusoci img {
margin-bottom: 5px;
width: 136px;
}
.mgtop {
padding-top: 27px !important;
}
.altkisim {
border-top: 1px solid #d5d5d5;
padding-top: 9px;
}
.kredikart > img {
max-width: 396px;
}
.ekyazi {
color: #999;
}
.onsol {
margin-bottom: 20px;
}
.indirim > img {
position: absolute;
right: 0px;
top: 0px;
}
.puf {
color: #999;
font: 13px open sans;
left: -8px;
position: relative;
top: -3px;
}
.praycs > img {
margin-right: 2px;
margin-top: -3px;
width: 11px;
}
.puf img {
margin: -1px 2px 0 0;
width: 7px;
}
.tax-product_cat .products {
display: block;
}
.woocommerce span.onsale {
background-color: rgba(120, 164, 100, 0);
background-image: url(//www.kavuntohumu.com/wp-content/themes/hosteva/img/indirim.png);
background-repeat: no-repeat;
border-radius: 0;
color: #fff;
content: "" !important;
font-size: 0.857em;
font-weight: 700;
left: -0.5em;
line-height: 3.236;
margin: 0;
min-height: 3.236em;
min-width: 3.236em;
padding: 31px;
position: absolute;
text-align: center;
text-indent: -1009px;
top: -0.5em;
}
.sepet:hover {
background: none repeat scroll 0 0 #fff;
border-left: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
border-top: 1px solid #c0c0c0;
}
.sepet .widget_shopping_cart_content {
display: none;
}
.varmi .cart-contents {
background: none repeat scroll 0 0 #2980b9;
border-radius: 18px;
color: #fff;
float: right;
font: 12px verdana;
padding: 3px 7px;
position: absolute;
right: 12px;
top: 7px;
}
.sepet:hover .widget_shopping_cart_content {
background: none repeat scroll 0 0 #fff;
border-bottom: 1px solid #c0c0c0;
border-left: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
box-shadow: 0 4px 3px #c0c0c0;
display: block;
padding: 5px 7px;
position: absolute;
right: -1px;
top: 48px;
width: 298px;
z-index: 1111111;
}
.sepet:hover .varmi a {
color: #fff;
background: none repeat scroll 0 0 #2980b9;
display: inline-block;
float: right;
padding: 3px 7px;
text-decoration: none;
}
.sepet {
background: url(//www.kavuntohumu.com/wp-content/themes/hosteva/img/cart.png) no-repeat scroll 100% center / 42px auto rgba(0, 0, 0, 0);
position: relative;
}
.sepetimiz {
display: block;
font: 18px open sans;
margin-top: 14px;
padding: 4px 11px;
}
.remove {
height: 18px !important;
padding: 0 !important;
top: -1px !important;
width: 19px !important;
}
.sepet li {
list-style-type: none;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .home .sepet li img{
box-shadow: none;
float: left;
height: auto;
margin-bottom: 9px;
margin-right: 15px;
width: 72px;
}
.home .product_list_widget > li {
clear: both;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .home .sepet .buttons a {
background-color: #ebe9eb;
background-image: none;
border: 0 none;
border-radius: 3px;
box-shadow: none;
color: #515151;
cursor: pointer;
display: inline-block;
font-family: inherit;
font-size: 100%;
font-weight: 700;
left: auto;
line-height: 1;
margin: 0;
overflow: visible;
padding: 0.618em 1em;
position: relative;
text-decoration: none;
text-shadow: none;
white-space: nowrap;
}
.bome .sepet ul li:after, .bome .sepet ul li:before {
content: " ";
display: table;
}
.product .entry-content h2 {
display: block;
font: 27px/36px open sans;
padding: 0 0 10px;
}
.related .products li {
clear: none !important;
float: left;
height: 353px;
margin: 0 !important;
padding: 5px !important;
width: 24% !important;
}
.related.products {
background: #f5f5f5 none repeat scroll 0 0;
box-shadow: 0 0 2px #c0c0c0;
padding: 1px 15px;
}
.woocommerce ul.products li.product .onsale {
left: auto;
margin: -0.5em -0.5em 0 0;
right: 5px;
top: 6px;
}
.price > del {
color: #666 !important;
font: 13px open sans;
}
.price .amount {
font: 22px helvetica;
}
.price > del .amount {
color: #666 !important;
font: 13px helvetica !important;
}
.single_add_to_cart_button , .add_to_cart_button {
background: none repeat scroll 0 0 #27ae60 !important;
border-radius: 2px !important;
color: #fff !important;
transition: all 0.4s ease 0s;
}
.single_add_to_cart_button:hover , .add_to_cart_button:hover {
background: none repeat scroll 0 0 #14713b !important;
transition: all 0.4s ease 0s;
}
.products h3:hover {
color: #144278 !important;
}
.products h3 {
color: #2c2c2c !important;
font: 13px open sans !important;
}
#breadcrumbs, .woocommerce-breadcrumb {
background: none repeat scroll 0 0 #f5f5f5;
border-bottom: 1px dotted #c0c0c0;
border-radius: 2px;
color: #666 !important;
font: 11px open sans !important;
padding: 7px 8px !important;
}
#breadcrumbs a, .woocommerce-breadcrumb > a {
color: #2980b9!important;
}
.posted_in > a {
color: #2980B9;
}
.single .onsale {
display: none;
}
.tele {
font-family: helvetica;
font-weight: normal;
}
select.orderby {
padding: 6px 4px;
}
.widget .amount {
font-family: helvetica;
font-weight: normal;
}
.page .Lg .sepet {
display: none;
}
.woocommerce > h2 {
line-height: 46px;
}
.home .puf {
display: none;
}
.home.page .Lg .sepet {
display: block;
}
.cross-sells > h2 {
display: block;
font: 19px open sans;
padding: 21px 0;
}
.cross-sells .products li {
width: 30% !important;
}
.upsells .products li {
width: 19% !important;
}
.images > .thumbnails > a {
clear: none !important;
display: inline-block !important;
height: 80px;
margin: 0 !important;
padding: 0 !important;
width: 83.5px !important;
}
.images .thumbnails > a > img {
padding: 5px;
}
#maps iframe {
height: 400px;
margin-bottom: 10px;
width: 100%;
}
.praycs ins .amount {
float: right;
font: 20px Helvetica;
margin-top: 5px;
}
.praycs del .amount {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
color: #b70000;
float: left;
font: 12px helvetica;
margin-right: 6px;
margin-top: 11px;
text-decoration: line-through;
}
.notice-box {
background: none repeat scroll 0 0 #f1f1f1;
border: 1px solid #d7d7d7;
border-radius: 2px;
font: 13px open sans;
margin-left: 30px;
padding: 5px 20px;
text-align: center;
transition: all 0.4s ease 0s;
}
.notice-box i {
font-size: 89px;
margin-bottom: 17px;
}
.notice-box a {
color: #333;
text-decoration:none;
}
.notice-box > h3 {
font-size: 18px;
}
.notice-box p {
color: #666;
font: 15px open sans;
}
.notice-box:hover{
background: none repeat scroll 0 0 #2980b9;
transition: all 0.4s ease 0s;
}
.notice-box:hover i, .notice-box:hover p, .notice-box:hover h3{
color: #fff;
}
.ssbir > .row {
margin-left: -30px;
}
.ssiki > .row{
margin-right: -30px;
}
.panel-title > a {
color: inherit;
display: block;
padding: 8px 10px;
}
.panel-heading {
padding: 0 !important;
}
.panel-default {
border-radius: 0 !important;
margin-bottom: 9px;
}
.panel-default:hover a {
color: #2980b9;
}
.bs-example {
font: 14px open sans;
}
.single .entry-content {
font: 14px open sans;
}
.qwdqdq {
background: #a23900 none repeat scroll 0 0;
color: #fff !important;
}
.qwdqdq li a {
color: #fff;
font: 13px open sans;
padding: 10px !important;
}
.qwdqdq .widget-title {
border-bottom: 1px solid #FFEAC1;
color: #fff;
padding: 7px 10px;
}
.qwdqdq a:hover {
background: #ffeac1 none repeat scroll 0 0;
color: #000;
}
.product .entry-summary div {
font: 15px open sans;
}
.images > .thumbnails > a {
clear: none !important;
display: inline-block !important;
height: 80px;
margin: 0 !important;
padding: 0 !important;
width: 81px !important;
}
.images .thumbnails > a > img {
padding: 1px;
}
.summary > .woocommerce-product-rating {
display: none;
}
.olayabak {
font-size: 23px;
position: absolute;
right: 2px;
top: -6px;
}
h4.panel-title {
position: relative;
}
.falan {
background: #a23900 none repeat scroll 0 0;
}
.falan ul li a {
color: #fff;
padding: 11px 15px;
transition: all 0.4s ease 0s;
text-decoration:none;
}
.falan ul li a:hover {
background: #ffeac1 none repeat scroll 0 0;
color: #000;
transition: all 0.4s ease 0s;
}
.icon_zoom, .slide-ctrl {
display: none !important;
position: absolute !important;
top: -1e+10px !important;
}
.ad-gallery .ad-image-wrapper {
border: 0 solid !important;
}
.onemlifoto {
clear: both;
text-align: center;
}
.onemlifoto > a {
display: block;
margin: 0 0 20px;
}
.onemlifoto img {
vertical-align: middle;
}
.falan ul li a {
color: #fff;
font: bold 14px open sans;
padding: 11px 15px;
text-decoration: none;
transition: all 0.4s ease 0s;
}
.mavi:hover {
background: none repeat scroll 0 0 #2980b9 !important;
}
.mavi:hover a, .mavi:hover i{
color:#fff;
}
.kirmizi:hover {
background: none repeat scroll 0 0 #c0392b !important;
}
.kirmizi:hover a, .kirmizi:hover i{
color:#fff;
}
.turuncu:hover {
background: none repeat scroll 0 0 #f39c12 !important;
}
.turuncu:hover a, .turuncu:hover i{
color:#fff;
}
.yesil:hover {
background: none repeat scroll 0 0 #27ae60 !important;
}
.yesil:hover a, .yesil:hover i{
color:#fff;
}
.mor:hover {
background: none repeat scroll 0 0 #8e44ad !important;
}
.mor:hover a, .mor:hover i{
color:#fff;
}
.sari:hover {
background: none repeat scroll 0 0 #f1c40f !important;
}
.sari:hover a, .sari:hover i{
color:#fff;
}
.menu-image-hover-wrapper {
display: inline-block;
}
.onul ._mi {
margin-top: 1px !important;
}
.page-id-672  .wpcf7-form-control {
border: 1px solid #c0c0c0 !important;
border-radius: 1px !important;
padding: 7px 4px !important;
width: 32% !important;
}
.page-id-672  .wpcf7-form-control.wpcf7-submit {
background: none repeat scroll 0 0 #2980b9;
border: medium none !important;
box-shadow: 0 0 0;
color: #fff;
display: inline-block !important;
font: 15px open sans;
padding: 10px 1px !important;
}.bayraklar img {
margin-top: 17px;
width: 38px;
}#tab-description > ul {
margin-left: 15px;
}#tab-description li {
margin-bottom: 6px;
}
body.page {
font: 14px open sans;
}
.entry-content > ul {
margin: 0 0 0 13px !important;
padding: 0 !important;
}
.bilgi {
margin: 0;
padding: 0;
}
.bayraklar {
font-size: 18px;
position: relative;
text-align: left;
top: -1px;
}
.coupon .input-text {
padding: 9px 16px !important;
width: 180px !important;
}
.cart_totals > h2 {
border-bottom: 1px solid #e0e0e0;
display: block !important;
font: 22px open sans;
margin-bottom: 20px;
padding-bottom: 4px;
}
#shipping_method label {
left: 45px;
position: relative;
}
.warning {
background: #fcf8e3 none repeat scroll 0 0;
border: 1px solid #e7e7e7;
margin-left: 15px;
margin-right: 15px;
margin-top: 19px;
padding: 8px 7px;
}
.hosteva > img {
display: block;
max-width: 100px;
padding-top: 11px;
}
.gallery-item img {
border-radius: 5px;
max-height: 160px;
padding: 6px;
width: 100%;
}
.dropdown-menu {
background: #a23900 none repeat scroll 0 0 !important;
border: unset !important;
border-radius: 0 !important;
box-shadow: unset !important;
top: 95% !important;
z-index: 999999 !important;
}
.topmenu .dropdown-menu a {
padding: 8px 17px !important;
}
.related.products li a img {
height: 162px !important;
}
.related.products li {
height: unset !important;
margin-bottom: 25px !important;
}
.related a h3 {
min-height: 55px;
}
.Lg .row {
padding-top: 0 !important;
}
.topmenu li:hover {
background: #ffeac1 none repeat scroll 0 0;
}
.topmenu li:hover > a {
color: #333;
}
.quantity .input-text.qty.text {
border: 1px solid #c0c0c0;
border-radius: 1px;
font-size: 16px;
padding: 1px 3px !important;
width: 60px;
}
form.cart .single_add_to_cart_button {
border-radius: 1px !important;
padding: 8px 15px;
}
.product_meta .posted_in {
font-size: 11px;
}
.product_meta .posted_in > a {
color: #a23900;
}
.simple-image img {
border-radius: 0;
box-shadow: 0 0 1px 1px #c0c0c0;
}
.woocommerce-breadcrumb > a {
color: #a23900 !important;
}
.woocommerce-Price-currencySymbol {
font-family: arial;
font-weight: 300;
}
.woocommerce-Price-amount.amount {
color: #a23900;
}
#urunslayt .owl-pagination {
position: absolute;
right: 10px;
top: 5px;
}
#urunslayt .owl-page > span {
background: #ffeac1 none repeat scroll 0 0;
border-radius: 0;
height: 7px;
margin-right: 3px;
width: 20px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #a23900;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
background-color: #cf4b00;
}
form.checkout input, form.checkout select {
border: 1px solid #c0c0c0;
border-radius: 1px;
padding: 10px;
}
#customer_details {
float: left;
margin-right: 35px;
width: 50%;
}
#order_review {
float: left;
width: 47%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
width: 100%;
}
.checkout.woocommerce-checkout > h3 {
display: inline-block;
margin-bottom: 22px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
background: #f0f0f0 none repeat scroll 0 0;
clear: both;
float: unset;
padding: 10px;
width: 100%;
}
.col-2 #ship-to-different-address {
margin: 0;
}
.select2-choice {
padding: 10px !important;
width: 100% !important;
}
.woocommerce-billing-fields > p {
margin: 0 !important;
}
.woocommerce-page .price {
margin: 0;
}
.kilo {
padding: 10px 0;
}
a:focus{outline:unset!important;}
.sku_wrapper {
display: block;
}
.woocommerce-MyAccount-navigation-link a {
border-bottom: 1px dashed #c0c0c0;
color: #333;
display: block;
font-size: 14px;
padding: 7px 8px;
}
.woocommerce-MyAccount-navigation > ul {
list-style-type: none;
}
.post-edit-link {
display: none;
}
#urunslayt .owl-buttons {
display: none;
}
.container-fluidx .row > div {
padding: 18px;
}.wpcf7-form > p {
margin: 0;
}
.wpcf7-form-control.wpcf7-submit {
background: #a23900 none repeat scroll 0 0;
border: unset;
border-radius: 2px;
box-shadow: unset;
color: #fff;
display: block;
font-size: 14px;
padding: 10px 23px;
}
.woocommerce-shipping-calculator {
display: none;
}
.onbaslik i {
float: right;
}
#mobile-menu{
display:none;
}
.mm-toggle, .mobilek {
display: none;
}
.mm-toggle {
cursor: pointer;
}
.onsol {
position: relative;
z-index: 999999;
}#wpadminbar {
z-index: 999999;
}
.fiyatsor {
background: #A23900;
color: #fff!important;
padding: 5px 15px;
display: inline-block;
margin-bottom: 20px;
}
#mobile-menu li a {
display: block;
font-size: 15px;
}
#mobile-menu li:last-child {
display: none;
}
#mobile-menu ul li a {
text-align: left;
}
#mobile-menu {
height: 100% !important;
left: 0 !important;
overflow: auto !important;
position: fixed !important;
top: 0 !important;
}
.mobile-menu .expand {
padding-left: 20px !important;
}
#mobile-menu li .expand {
border-left: 1px dashed #c0c0c0;
height: 100%;
padding-left: 23px !important;
position: absolute;
right: 7px;
}
.mobile-menu .expand {
background-image: url(//www.kavuntohumu.com/wp-content/themes/hosteva/img/bottom.png);
background-position: 4px 8px;
background-repeat: no-repeat;
background-size: 20px auto;
}
#mobile-menu .dropdown-menu {
background: #eeeeee none repeat scroll 0 0 !important;
width: 100% !important;
z-index: 99999;
}
#mobile-menu .dropdown-menu a {
font-size: 13px;
padding: 8px 11px !important;
display: block;
}
@media screen and (max-width:1310px){
.urunliste {
margin: 5px;
}
.over {
height: 298px;
}
.probaslik {
font: 14px/18px open sans;
}
#customer_details {
margin-right: 26px;
}
}
@media screen and (max-width:1200px){
.kdv {
font-size: 12px;
}
.praycs {
font: bold 18px open sans;
margin-top: -2px;
}
}
@media screen and (max-width:990px){
.onul {
display: none;
}
.aktifet .onul {
display: block !important;
}
.onbaslik {
cursor: pointer;
}
.aktifetx i {
position: relative;
top: 4px;
transform: rotate(180deg);
}
.basliklar {
clear: both;
display: block;
margin-top: 20px;
overflow: auto;
}
.page-template-page-iletisim #primary {
padding: 0 20px;
}
form.checkout.woocommerce-checkout {
overflow: auto;
padding: 0px 30px;
}
#customer_details {
margin-right: 19px;
}
}
@media screen and (max-width:790px){
main#main {
padding: 0 10px;
}
}
@media screen and (max-width:767px){
.falan, .aramak, .cokaranan {
display: none;
}
.bayraklar {
font-size: 18px;
position: relative;
text-align: left;
top: 16px;
}
.mm-toggle {
background: #a23900 none repeat scroll 0 0;
color: #fff;
display: block;
padding: 12px 13px;
position: fixed;
right: 30px;
top: 17px;
z-index: 99999;
}
#mobile-menu .topmenu li {
float: unset;
border-bottom: 1px dashed #c0c0c0;
}
div#mobile-menu {
background: #fff none repeat scroll 0 0;
position: fixed;
z-index: 9999999;
}
.mmPushBody div#karanlikx {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 9999998;
}
.gallery-columns-5 .gallery-item {
max-width: 33%;
}
#customer_details {
margin-right: 12px;
width: 48%;
}
}
@media screen and (max-width:710px){
.bayraklar {
display: none;
}
.mobilek{display:block;}
.mobilek {
background: #A23900;
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
color: #fff;
padding: 8px 0;
z-index: 999999;
}
.mobilek p {
display: inline-block;
margin-right: 11px;
}
.mobilek a {
color: #fff;
}
.logo img {
width: 280px!important;
max-width: unset!important;
}
}
@media screen and (max-width:663px){
.urunliste {
margin: 0;
width: 32%;
}
.related .products li {
width: 50%!important;
}
#customer_details, #order_review {
width: 100%!important;
}
.col-2 {
display: none;
}
}
@media screen and (max-width:600px){
.urunliste {
margin: 0 15px 20px 0px;
width: 46%;
}
.urunliste .figure img {
width: 100%;
}
.slayrek {
display: none;
}
.buslayt {
width: 100%!important;
}
.gallery-columns-5 .gallery-item {
max-width: 49%;
}
.over {
height: auto;
}
.basliklar > h3 {
margin: 0;
padding: 0;
}
}
@media screen and (max-width:447px){
.urunliste {
margin: 0 0 20px;
width: 100%;
}
.logo img {
width: 250px!important;
}
.mm-toggle {
padding: 8px 10px;
}
}
@media screen and (max-width:410px){
.logo img {
width: 220px !important;
}
.mm-toggle {
font-size: 13px;
padding: 6px 7px;
}
}