﻿                             :root {
  --site-main-font: BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
         
.service-img img {
    width: 100%;
    height: 240px;
}
a:focus, a:hover {
    color: #34495e;
    text-decoration: none;
}
  
  
.brand-logo img {
    filter: none !important;
    -webkit-filter: blue;
    filter: gray;
    -webkit-transition: all .6s ease;
}    
  
  .sidebar-toggle {
    position: fixed;
    width: 54px;
    height: 50px;
    transition: all .2s ease-in-out 0s;
    border: #dcdcda solid 1px;
    border-left-width: 4px;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}
.price-box {
   
    color: #c0070c;
    font: 400 0/1 var(--site-main-font);
    font-size: 0;
    margin-bottom: 1.5rem;
    margin-top: 7px;
    text-align: right;
    padding-right: 7px;
}


.old-price {
    color: #686464;
    font-size: 1.4rem;
    text-decoration: line-through;
}
.banner.banner-cat {
    display: flex;
    align-items: center;
    height: 216px;
    border-radius: 5px;
    border-style: solid;
    border-color: #c4c4c4;
    border-width: 1px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #edefec;
}


      
  div:not(.grid-product)>.product-image-container {
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    display: block;
    margin-bottom: 0.4rem;
    position: relative;
    transition: all .3s;
}
  
  .price-box {
    color: #2b2b2d;
    font: 400 0/1 var(--site-main-font);
    font-size: 0;
    margin-bottom: 1.5rem;
}
 
 
 .add-cart {
    font-family: var(--site-main-font);
    font-weight: 400;
    min-width: 102px;
    padding: .85rem .5rem;
    text-transform: uppercase;
    z-index: 2;
}


.product-title {
   
    font: 13px;
    font-family: var(--site-main-font); 
    letter-spacing: normal;
    margin-bottom: .7rem;
    height: 35px;
    height: 34px;
    font-weight: 400;
    display: block;
    display: -webkit-box;
    text-align: left;
    margin: 4px 0 0 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    color:#7c7a7a;
    overflow: hidden;
    padding-left: 4px;
    line-height: 1.35em;
}


.toolbox {
    display: flex;
    flex-direction: row;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 0;
    background-color: white;
    padding: 5px;
    margin-bottom: 2rem;
}
    
.div-kenar{
       
      
border-width: 1px;
    border-style: solid;
    border-color: #8ca7bd8c;
    border-radius: 5px;
    box-shadow: 0 0 1px 0px rgba(104, 105, 102, 0.78);  
}
.sidebar-shop .widget {
    padding: 2.5rem 2rem 2.1rem;
    border: 1px solid #efefef;
    border-bottom: 0;
    background-color: white;
    margin: 0;
}


 
.header-search .header-search-wrapper {
    align-items: stretch;
    overflow: visible;
    border: 1px solid #d9e0e8;
    border-radius: 20px;
    position: relative;
    width: 100%;
    min-width: 250px;
    background-color: #dbdfe8;
} 
 
 
                                         
@media screen and (max-width: 991px){
.header-middle {
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
}

.header-search {
    margin-left: 7px;
    padding-right: 11px;
}

.header-search .header-search-wrapper {
    position: absolute;
    min-width: 260px;
    left: -125px;
   
}



.header-search .header-search-wrapper {
        margin-top: 2.3rem;
    position: absolute;
    min-width: 513px;
    left: -258px;
   
    
  
}



.header-search .header-search-wrapper {
    margin-top: 1.3rem;
    align-items: stretch;
    border-radius: 11px;
    position: absolute;
    width: 99%;
    min-width: 462px;
    z-index: 9999;
    left: -229px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 1px rgba(0,0,0,.075);
}


.header-search .header-search-wrapper::before {
    content: &#39;&#39;;
    display: block;
    position: absolute;
    left: 84%;
    top: -22px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom-color: #dbe0e2;
}

}







 


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    align-items: center;
    align-content: center;
    float: center;
    text-align: center;
    height: auto;
}

  
.product{
    background-color: white;
  
    padding-bottom: 5px;
    border-radius: 5px;
    padding: 2px;

}



.header-search .form-control, .header-search select {
    height: 38px;
     font: 400 1.3rem/1.5 var(--site-main-font);
    background-color: #fafafa;
    margin: 0;
}


.header-search .btn {
    flex: 0 0 50px;
    max-width: 50px;
    min-width: 0;
    height: 38px;
    color: #3385d8;
    background-color: #fafafa;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    border: 0;
    border-left: 0px solid #fff;
    padding: 0 3px 0 0;
    margin: 0;
    cursor: pointer;
    border-radius: 0 20px 20px 0;
}





.home-slide, .home-slider-container {
    position: relative;
    width: 100%;
    height: 402px;
    background-color: #ccc;
}



/*
#master_page_content{
     background-color: #F4F4F4;   
    
    
}
*/
.product-single-details {
    margin-top: 0.4rem;
}

#product_content{
  background-color: #fefefe;
    padding: 10px;
    border-radius: 5px;  
}


.product-single-details .old-price {
    font-size: 2.0rem;
    font-weight: 600;
}

.product-single-details .product-price {
    font-size: 2.5rem;
}


.product-single-details .product-title {
    margin-bottom: 1.1rem;
    color: #21293c;
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: -.01em;
}


.labels{
    
    
    width: 62px;
	margin-left: 10px;
	height: 45px;
	text-align: left;
	font-size: 12px;
	border: 1px solid #3eae41;
	border-radius: 3px;
	color: #3eae41;
	line-height: 12px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 6px;
	float: left;
	margin-right: 5px;
}

.ana-container{
    border-radius: 5px;
    border-style: solid;
    border-color: #f8f8f8;
    padding: 17px;
    background-color: white;
}         
         
.logo img {
    display: block;
    max-width: 86%;
    height: auto;
}      
         
         
 .menu_ozel_ekleme{
	 
	border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-color: #d4d5d9d6;
    border-right-width: 0px;
    font-family: var(--site-main-font); 
    font-size: 23px !important;
    background-color: #f8f8f8;
	 
	 
 }   
 
 


.menu>li>a {
    font-weight: 700;
    background-color: transparent;
    color: #333333;
    padding: 1rem 0.2rem;
    letter-spacing: .01rem;
    font-family: sans-serif;
    font-size: 13px;
}	
	
	.header {
    border-top: 0.3rem solid #f8f8f8;
	}
	
	
#master_page_content {
    background-color: #ededed75;
}


#navigation > ul > li > a {
   padding: 14px 30px;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 1px solid #bf500b;
    border-right: 0px solid #ffffff;
    margin-right: -1px;
}

#navigation {
    font-family: var(--site-main-font);
    background: #ea600a;
    border-radius: 5px;
    
    
}
   
.navigation {
    z-index: 9;
    position: relative;
    background: #00000000;
}


 
.scheduled-service > .btn-default {
    background-color: #ffffff;
    color: #353938;
    border: #353938 1px solid;
}


.scheduled-service .btn:after {

    color: #353938;
    
}



 
.section-title-col {
    margin-bottom: 60px;
    margin-top: 60px;
}
 
  
 .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 9px;
    height: 9px;
    margin: 0px 0px 10px 10px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0px;
    background: #3c4767;
} 
  


  
#navigation ul ul li a {
    border-bottom: 1px solid #939495c4;
    padding: 15px 15px;
    width: 220px;
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    background: #7b8182;
    text-transform: uppercase;
}  


#navigation ul ul li:hover > a, #navigation ul ul li a:hover {
    color: #3e5364;
    background-color:#0096dc;
}
  

 
  
body {
    background-color: #fff;
    color: #4a505e;

}  
  
  
 .header-search .form-control {
    flex: 1 1 auto;
    width: 100%;
    margin: 0;
    padding: 4px 22px;
    border: 0;
    border-radius: 20px 0 0 20px;
    color: #8d8d8d;
    line-height: 20px;
    box-shadow: none;
} 
  
  
   
                                     