label {
	font-size:13px;
	font-weight:700;
}

.tp-menu {
	background: #2c2d30;
	font-family: 'Roboto', sans-serif;
}

.tp-menu li a {
	padding: 20px 15px;
	float: left;
	font-weight: 400;
	font-size:17px;
	display: block;
	color:#FFFFFF;
}

.tp-menu li a i {
	font-size:25px;
	margin-bottom:5px;
	text-align: center;
	display: block;
}
.tp-menu li a:hover {
	background: #C30003;
}
/******************************************/
.border1 {
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
}
.mb0 {
	margin-bottom:0px;
}
.adv {
    padding: 10px;
    background-color: #fff;
    border: solid 1px #ededed;
    border-radius: 4px;
    margin-bottom: 10px;
}
/******************************************/
#news {
  margin: 0 0;
}
#news .content.custom2 {
  display: inline-block;
  width: 100%;
}
#news .content.custom2 h4 {
  float: left;
}
#news .content.custom2 a {
  float: right;
  margin: 8px;
}
#news section {
  padding: 20px 15px;
}
#news section .item a {
  display: block;
}
#news section .item a img {
  width: 100%;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#news section .item a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  padding: 15px 20px;
}
#news section .item a span b {
  display: block;
  font-size: 22px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
#news section .item a span u {
  text-decoration: none;
  font-weight: 300 !important;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: block;
}
#news section .item a:hover img {
  filter: blur(2px);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#news section .owl-pagination {
  display: inline-block;
  width: 100%;
  background: #111111;
}
#news section .owl-pagination > div {
  width: 5%;
  float: left;
  text-align: center;
  line-height: 38px;
  font-size: 24px;
  color: #fff;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#news section .owl-pagination > div.active,
#news section .owl-pagination > div:hover {
  background: #00AAC3;
}
#news section .col-md-3 > .row > div {
  margin-bottom: 25px;
}
#news section .col-md-3 > .row > div:last-child {
  margin: 0;
}
/******************************************/
.breadcrumb {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  text-align: center;
  top: 50%;
  width: 100%;
  height: 57px;
  transform: translateY(-50%);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 4px 14px rgba(0, 0, 0, 0.7);
  z-index: 1;
  background-color: #ddd;
  font-size: 14px;
}
.breadcrumb a {
  position: relative;
  display: flex;
  flex-grow: 1;
  text-decoration: none;
  margin: auto;
  height: 100%;
  padding-left: 38px;
  padding-right: 0;
  color: #666;
}
.breadcrumb a:first-child {
  padding-left: 15.2px;
}
.breadcrumb a:last-child {
  padding-right: 15.2px;
}
.breadcrumb a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 57px;
  height: 57px;
  top: 0;
  right: -28.14815px;
  background-color: #ddd;
  border-top-right-radius: 5px;
  transform: scale(0.707) rotate(45deg);
  box-shadow: 1px -1px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.breadcrumb a:last-child:after {
  content: none;
}
.breadcrumb__inner {
  display: flex;
  flex-direction: column;
  margin: auto;
  z-index: 2;
}
.breadcrumb__title {
  font-weight: bold;
}
.breadcrumb a.active, .breadcrumb a:hover {
  background: #996300;
  color: white;
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
  background: #996300;
  color: white;
}
@media all and (max-width: 1000px) {
  .breadcrumb {
    font-size: 12px;
  }
}
@media all and (max-width: 710px) {
  .breadcrumb__desc {
    display: none;
  }
  .breadcrumb {
    height: 38px;
  }
  .breadcrumb a {
    padding-left: 25.33333px;
  }
  .breadcrumb a:after {
    content: "";
    width: 38px;
    height: 38px;
    right: -19px;
    transform: scale(0.707) rotate(45deg);
  }
}
/******************************************/
/* ENTRY */
.entry-deal {
    padding: 10px;
    border: 1px solid #ededed;
}
.entry-deal h2 {
    font-size: 18px;
}
.entry-media {
    height: 250px;
    position: relative;
    display: block}
.deal-entry {
    padding: 0 0 0;
    float: left;
    width: 100%;
    background-color: #FFF;
    zoom: 1;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 2px 3px -1px rgba(151, 171, 187, 0.7);
    transition: all .3s;
}
 .deal-entry:hover {
    box-shadow: 0px 1px 10px -1px rgba(151, 171, 187, 0.7);
}
.deal-entry .image {
    margin: 0;
    max-width: 100%;
    display: block;
    position: relative;
}
.deal-entry .bought {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    color: #FFFFFF;
    padding: 2px 15px;
    font-size: 13px;
}
.deal-entry .title {
    padding: 20px 15px 20px 15px;
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFF;
    overflow: hidden;
}
.deal-entry.green .offer-discount,.deal-entry.green .bought {
    background-color: #77C84E;
}
.deal-entry.green .title {
    border-left: 5px solid #77C84E;
}
.deal-entry.orange .title {
    border-left: 5px solid #dc4a29;
}
.deal-entry.orange .offer-discount,.deal-entry.orange .bought {
    background-color: #dc4a29;
}
.deal-entry.orange .title {
    border-left: 5px solid #dc4a29;
}
.deal-entry.blue .offer-discount,.deal-entry.blue .bought {
    background-color: #5677fc;
}
.deal-entry.blue .title {
    border-left: 5px solid #5677fc;
}
.deal-entry .title a {
    color: #272630;
    text-decoration: none;
}
.deal-entry .title a:hover {
    color: #dc4a29;
}
.deal-entry .prices {
    padding: 0 0 10px 0;
    margin: 0;
    display: block;
}
.deal-entry .procent {
    padding: 0;
    margin: 0;
    font-size: 29px;
    line-height: 30px;
    float: left;
    color: #ff5722;
    font-weight: 500;
}
.deal-entry.green .procent {
    color: #77C84E;
}
.deal-entry.orange .procent {
    color: #FF0623;
}
.deal-entry.blue .procent {
    color: #5677fc;
}
.discount-red {
    background: #dc4a29;
}
.discount-green {
    background: #77C84E;
}
.discount-blue {
    background: #5677fc;
}
.deal-entry .price {
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    float: right;
}
.deal-entry .price b {
    color: #333;
    font-size: 32px;
    font-size: 29px;
}
.deal-entry .old-price {
    padding: 0 8px 0 0;
    margin: 0;
    color: #B4B4B4;
    line-height: 30px;
    text-align: right;
    float: right;
}
.deal-entry .old-price span {
    font-size: 14px;
    text-decoration: line-through;
}
@media (max-width: 990px) {
    .deal-entry .old-price span {
    font-size: 11px;
}
}
.deal-entry .info {
    padding: 8px 0 0;
    margin: 0 8px;
    border-top: 1px solid #E6E7E7;
    font-size: 12px;
}
.deal-entry.deal-sm .info_bar ul li: last-child {
    width: 50%;
}
.deal-entry.deal-sm .info_bar .info_link .btn {
    padding: 5px 8px;
    width: 75px;
}
.deal-entry.result-entry .info_bar {
    font-size: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.deal-entry .info_bar {
    border-top: 1px solid #ededed;
    font-size: 12px;
    padding: 10px 5px;
    background: #f7f8fa;
}
.deal-entry .info_bar ul {
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: flex-start;
    display: flex;
}
.deal-entry .info_bar ul li {
    text-align: center;
    word-wrap: break-word;
}
.deal-entry .info_bar b {
    padding-right: 5px}
.deal-entry .info_bar .person {
    padding: 5px 8px 0 5px;
    border-right: 1px dashed #ededed;
}
.deal-entry .info_bar .info_link {
    text-align: center;
}
.deal-entry .info_bar .info_link .btn {
    font-size: 14px;
    text-transform: capitalize;
}
.deal-entry .info_bar .time {
    padding: 5px 8px 0 5px;
}
.deal-entry .info_bar i {
    padding-right: 6px}
.product-page-meta {
    padding: 30px;
}
.entry-content {
    padding: 10px 15px 10px;
    overflow: hidden;
}
.offer-discount {
    position: absolute;
    top: -9px;
    z-index: 2;
    min-height: 55px;
    min-width: 55px;
    left: -9px;
    border: 1px DASHED #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    color: #fff!important;
    line-height: 24px;
    text-transform: uppercase;
    padding: 15px 0 0 0;
    box-shadow: 0 1px 3px 0 rgba(160, 158, 169, 0), 0 1px 2px 0 rgba(140, 139, 152, 0.13);
}
.ribbon {
  width: 48%;
  height: 188px;
  position: relative;
  float: left;
  margin-bottom: 30px;
  background-size: cover;
  text-transform: uppercase;
  color: white;
}
.ribbon:nth-child(even) {
  margin-right: 4%;
}
@media (max-width: 500px) {
  .ribbon {
    width: 100%;
  }
  .ribbon:nth-child(even) {
    margin-right: 0%;
  }
}
.ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 10px;
}
.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 53px solid transparent;
  border-right: 53px solid transparent;
  border-top: 10px solid #F8463F;
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #dc4a29;
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
}
.ribbon1 span:before, .ribbon1 span:after {
  position: absolute;
  content: "";
}
.ribbon1 span:before {
 height: 6px;
 width: 6px;
 left: -6px;
 top: 0;
 background: #dc4a29;
}
.ribbon1 span:after {
 height: 6px;
 width: 8px;
 left: -8px;
 top: 0;
 border-radius: 8px 8px 0 0;
 background: #C02031;
}
.ribbon2 {
 width: 60px;
 padding: 10px 0;
 position: absolute;
 top: -6px;
 left: 25px;
 text-align: center;
 border-top-left-radius: 3px;
 background: #dc4a29;
}
.ribbon2:before {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid #8D5A20;
 border-right: 6px solid transparent;
}
.ribbon2:before, .ribbon2:after {
  content: "";
  position: absolute;
}
.ribbon2:after {
  height: 0;
  width: 0;
  bottom: -29.5px;
  left: 0;
  border-left: 30px solid #F47530;
  border-right: 30px solid #F47530;
  border-bottom: 30px solid transparent;
}
.ribbon3 {
  width: 150px;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  color:#FFFFFF;
  font-weight:bold;
  position: absolute;
  left: -8px;
  top: 20px;
  background: #dc4a29;
}
.ribbon3:before, .ribbon3:after {
  content: "";
  position: absolute;
}
.ribbon3:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}
.ribbon3:after {
  height: 0;
  width: 0;
  right: -14.5px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #dc4a29;
}
.ribbon4 {
  position: absolute;
  top: 15px;
  padding: 8px 10px;
  background: #00B3ED;
  box-shadow: -1px 2px 3px rgba(0,0,0,.3);
}
.ribbon4:before, .ribbon4:after {
  content: "";
  position: absolute;
}
.ribbon4:before {
  width: 7px;
  height: 100%;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.ribbon4:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  background: lightblue;
  border-radius: 5px 0 0 5px;
 }
.ribbon5 {
  display: block;
  width: calc(100% + 20px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  background: #EDBA19;
  position: relative;
  top: 20px;
}
.ribbon5:before, .ribbon5:after {
  content: "";
  position: absolute;
}
.ribbon5:before {
  height: 0;
  width: 0;
  bottom: -10px;
  left: 0;
  border-top: 10px solid #cd8d11;
  border-left: 10px solid transparent;
}
.ribbon5:after {
  height: 0;
  width: 0;
  right: 0;
  bottom: -10px;
  border-top: 10px solid #cd8d11;
  border-right: 10px solid transparent;
}

.ribbon6 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px dashed;
  box-shadow:0 0 0 3px #57DD43,  0px 21px 5px -18px rgba(0,0,0,0.6);
  background: #57DD43;
  text-align: center;
}

/* DEAL ATTRIBUTES */
.valueInfo {
}
.valueInfo div {
    border-right: 1px solid rgb(237, 237, 237);
    display: inline-block;
    font-size: 12px;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    width: 32%;
    padding: 5px 0px;
}
.valueInfo div {
    border-right: 1px solid rgb(237, 237, 237);
    display: inline-block;
    font-size: 12px;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0px;
}
.valueInfo div p {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.valueInfo div p.text {
    color: inherit;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
}
.valueInfo div {
    display: inline-block;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0px;
}
.valueInfo div.save {
    border-right: 0px;
}
.shadow {
    box-shadow: 0px 2px 3px -1px rgba(151, 171, 187, 0.7)
}
/******************************************/
.top-right li{display: inline-block; text-transform: capitalize;}
.top-right > li > a { 
	border-right: 1px solid rgba(0,0,0,0.1);
    color: #333333;
    padding: 0 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
	}
.text-right{text-align: right;}
/******************************************/
.line-title {
	width:200px;
	padding:3px;
	border-bottom:3px solid #42AC00;
}
.line-title-blue {
	width:200px;
	padding:3px;
	border-bottom:3px solid #048a8b;
}
.line-title i {
	margin-top:3px;
}
.line-title-blue i {
	margin-top:3px;
}

/*************** Classified *****************/
.search_input{padding:5px;border:1px solid #CCCCCC;}
.select_input{float:left;width:20%;padding:5px;margin:0 5px;}
.selp{padding:4px;margin:0 5px;border:1px solid #CCCCCC;}
.selp:focus{border:1px solid blue;}
.selpb{padding:4px;margin:2px;width:48%;border:1px solid #CCCCCC;}
.selpb:focus{border:1px solid red;}
.selpbs{padding:4px;margin:2px;width:46%;border:1px solid #CCCCCC;}
.selpbs:focus{border:1px solid red;}
dt {
	display:block;
	float:left;
	font-size:12px;
	width:170px;
}
dd {
	display:block;
	margin-left:200px;
	width:200px;
}
.desc_table {
	clear:both;padding:1%;
} 
.desc_table label {
	float:left;
	margin-right:10px;
	width:15%;
}
.desc_table select {
	padding:4px;
	margin:0 5px;
	border:1px solid #CCCCCC;
}
.desc_table select:focus {
	border:1px solid red;
}
.checkbox_fields_list{background:#F8F8F8;border:1px solid #DDDDDD;margin-bottom:10px; padding:5px; margin-right:10px;}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery{ width:100%; float:left; margin-top:30px;}
.gallery ul{ margin:0; padding:0; list-style-type:none;}
.gallery ul li{ padding:7px; border:2px solid #ccc; float:left; margin:10px 7px; background:none; width:auto; height:auto;}
.gallery img{ width:250px;}
.none{ display:none;}
.upload_div{ margin-bottom:50px;}
.uploading{ margin-top:15px;}
/*****************************************************/
.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 25px;
}

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #444;
	border: 2px solid #555555;
}
/**********************************************************/
.sideyatay {
    width: 100%;
    height: 90px;
    overflow: hidden;
	background:#d6403b;
}
.sideYatayEczaneResim {
    width: 90px;
    height: 90px;
	float:left;
    background: url(../img/ecz.png) no-repeat center center #b23531;
}
.sideYatay24hResim {
    width: 90px;
    height: 90px;
	float:left;
    background: url(../img/24h.png) no-repeat center center #5a493a;
}
.sideYataySag {
    width: 100%;
	text-align:center;
	line-height: normal;
	position: relative;
	margin: 0;
	top: 45%;
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
}
.sideYataySag a {
	font-size: 13px;
    color: #fff;
    padding: 5px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.sideYataySag a:hover{
	text-decoration:none;
}
/***********************************************************/
.rek-resimleri {
  width: 100%;
  height: auto;
  margin-bottom:5px;
}