 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}


body {
	font-family: 'Tahoma', sans-serif;
	font-size:14px;
	color:#555555;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#fa6f1c;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Tahoma', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}


p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

/* Kartlar arasındaki boşluğu azalt */
.car-info-block {
	margin-bottom: 10px !important;
}

.col-md-3 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.content-container{
	padding-left:80px;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

/*** 

====================================================================
	Btn Style One
====================================================================

 ***/

.btn-style-one{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	background:none;
	color:#ffffff !important;
	border:2px solid #FFC000;
	font-size:14px;
	font-weight:800;
	border-radius:50px;
	background-color:#FFC000;
}

.btn-style-one:hover{
	background-color:#FF8C00;
	color:#ffffff !important;
	border-color:#FF8C00;
}

/* Call düğmesi hover efekti */
.btn-style-one[style*="background-color:#000000"]:hover {
	background-color:#666666 !important;
	border-color:#666666 !important;
}

/* WhatsApp düğmesi hover efekti */
.btn-style-one[style*="background-color:#25D366"]:hover {
	background-color:#128C7E !important;
	border-color:#128C7E !important;
}


.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#ff8201;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.ex-bold-font{
	font-weight:800;	
}

.heavy-font{
	font-weight:900;
}

.bg-lightgrey{
	background-color:#f7f7f7 !important;	
}

.no-bg{
	background:none !important;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.GIF);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}


.sidebar-page-container{
	position:relative;
}

.sidebar-page-container .content-side{
	margin-bottom:30px;	
}

.sidebar-page-container .cars-info-section{
	position:relative;
}

.cars-info-section .items-sorting{
	position:relative; 
	margin-bottom:50px;
	padding: 10px 20px 0px;
    background-color: #f8f8f8;
}

.cars-info-section .items-sorting .results-column h4{
	font-size:14px;
	font-weight:600;
	color:#232323;
	line-height:24px;
	padding:10px 0px;
}

.cars-info-section .items-sorting .form-group{
	margin-bottom:10px;
	max-width: 232px;
    width: 100%;
    float: right;
}

.cars-info-section .items-sorting select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:9px 15px 9px;
	height:44px;
	font-size:14px;
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/select-arrow.png) right center no-repeat;
	color:#999999;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.cars-info-section .items-sorting select option{
	text-indent:15px;	
}

.cars-info-section .items-sorting select:focus{
	border-color:#fa6f1c;	
}

.cars-info-section .items-sorting .right-column .viewed-box{
	position:relative;
	float:right;
	margin-left:5px;
	margin-bottom:10px;
}

.cars-info-section .items-sorting .right-column .viewed-box a{
	position:relative;
	width:45px;
	height:42px;
    line-height: 40px;
    font-size: 18px;
	color:#cccccc;
	margin-left:7px;
	text-align:center;
	display:inline-block;
	border:1px solid #cccccc;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.cars-info-section .items-sorting .right-column .viewed-box a:hover,
.cars-info-section .items-sorting .right-column .viewed-box a.active{
	color:#ff8201;
	border-color:#ff8201;
}

.car-info-block{
	position:relative;
	margin-bottom:20px;
}

.car-info-block .inner-box{
	position:relative;
	overflow:hidden;
	border:2px solid #cccccc;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(234,234,234,1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(234,234,234,1);
	box-shadow: 0px 0px 8px 0px rgba(234,234,234,1);
}

.car-info-block .inner-box .image{
	position:relative;
	overflow:hidden;
}

.car-info-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;		
}

.car-info-block .inner-box .lower-box{
	position:relative;
	padding:10px 0px;
	border-top:0px;
}

.car-info-block .inner-box .lower-box h3{
	position:relative;
	line-height:1em;
	padding-bottom:22px;
	color:#ffffff;
	font-size:36px;
}

.car-info-block .inner-box .lower-box h3 a{
	color:#232323;
	font-size:32px;
	font-weight:700;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.car-info-block .inner-box .lower-box h3 a:hover{
	color:#ff8201;
}

.car-info-block .inner-box .lower-box .more-info{
	position:relative;
}

.car-info-block .inner-box .lower-box ul{
	position:relative;
}

.car-info-block .inner-box .lower-box ul li{
	position:relative;
	color:#777777;
	font-size:14px;
	margin-bottom:8px;
}

.car-info-block .inner-box .lower-box ul li:last-child{
	margin-bottom:0px;
}

.car-info-block .inner-box .lower-box ul li span{
	color:#232323;
}

.car-info-block .inner-box .lower-box .more-info .price-day{
	position:absolute;
	right:0px;
	top:50%;
	font-size:32px;
	color:#ff8201;
	font-weight:700;
	line-height:1em;
	margin-top:-19px;
}

.car-info-block .inner-box .lower-box .more-info .price-day span{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:400;
}

.car-info-block .inner-box:hover .image img{
	-webkit-transform: rotate(4deg) scale(1.1);
    -ms-transform: rotate(4deg) scale(1.1);
	-o-transform: rotate(4deg) scale(1.1);
	-moz-transform: rotate(4deg) scale(1.1);
    transform: rotate(4deg) scale(1.1);
}




.text-uppercase{
	text-transform:uppercase;	
}

.eskifiyat{

	-webkit-text-decoration-line:line-through;
	text-decoration:line-through;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 35px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
}
.yenifiyat{


    color: #ff0000;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 45px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
}
.red
{
color:#FF0000;
}
.sec-title{
	position:relative;
	margin-bottom:30px;
}

.sec-title .inner-title-box{
	position:relative;
}

.sec-title .inner-title-box h2{
	font-size:32px;
	font-weight:800;
	color:#000000;
	text-transform:uppercase;
	line-height:1.4em;
}

.sec-title .inner-title-box h2 span{
	color:#cccccc;
}

.sec-title .rotate-title{
	position:absolute;
	left:-60px;
	top:0px;
	line-height:1em;
	color:#CCCCCC;
	font-size:24px;
	padding-right:10px;
	font-weight:900;
	-moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sec-title .rotate-title:before{
	position:absolute;
	content:'';
	left:100%;
	top:50%;
	width:1px;
	height:40px;
	background-color:#ff8201;
	-moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
