.col-thin-right {
    padding-right: 10px;
}
.ads-details-wrapper.inner-box {
    padding-bottom: 0;
}
.page-content .inner-box {
    overflow: hidden;
    padding: 15px;
}.page-content .inner-box:hover {
    box-shadow: 0 4px 10px #908f8f;
}
.inner-box {
    border-style: solid;
    border-width: 1px;
    border-color: #e2e2e2;
    box-shadow: none;
}
.inner-box {
	background: #fafafa none repeat scroll 0 0;
    border-radius: 3px 3px;
    box-shadow: 0 1px 1px rgba(180,180,180,.5);
    margin-bottom: 0px;
    padding: 20px 15px;
}.ad-item h1, h2, h3, h4, h5, h6 {
    padding-bottom: 9px;
    font-size: 14px;
    color: #000;
}.ads-details-wrapper .info-row {
    border-top: solid 1px #ddd;
    margin-bottom: 15px;
    padding-top: 10px;
}
.info-row {
    display: block;
    clear: both;
    font-size: 12px;
    color: #9a9a9a;
}
.pricetag {
    top: -20px;
    right: -9px;
    padding: 5px;
}
.pricetag {
    background: #352f32;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 20px;
    min-width: 100px;
    position: absolute;
    text-align: center;
    z-index: 100;
}
.pricetag::before {
    border-top-color: #3d709c;
}
.pricetag:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    top: 100%;
    right: 0;
    border-top: 10px solid #d2a42d;
    border-right: 10px solid transparent;
}
.carousel {
    max-height: 380px;
    height: auto;
    border: 1px solid #dbdbdb;
}
.carousel {
    position: relative;
}
.product-slider #thumbcarousel {
    margin: 0px;
    padding: 0px;
}.product-slider #thumbcarousel .item {
    text-align: center;
}.carousel .item {
    max-height: 380px;
}.product-slider #thumbcarousel .item .thumb {
    border: 1px solid #cecece;
    width: 20%;
    margin: 0 1%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
	
}.product-slider #thumbcarousel .item img {
    max-width: 105px;
    height: 79px;
}.product-slider .carousel-control.right, .product-slider .carousel-control.left {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
	color: #369;
}
.product-slider #thumbcarousel .carousel-control {
    width: 7%;
}.ads-details .tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}.ads-details .nav-tabs>li {
    margin-bottom: -1px;
}
.ads-details .panel{
	background-color: #fff;
}.ads-details h1, .ads-details h2, .ads-details h3, .ads-details h4, .ads-details h5, .ads-details h6 {
    font-weight: 700;
    margin: 0;
    padding: 5px;
}#tab-details .checkbox-inline i {
    color: green;
}a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    text-decoration: none;
}
.iuydiv .uybx {
    color: #333;
    margin-bottom: 13px;
    position: relative;
    box-shadow: 0 1px 2px #a4a4a4;
}.iuydiv .uybx:hover {
    box-shadow: 0 4px 10px #908f8f;
}.iuydiv .uycnt {
    background: #fafafa;
    padding: 12px 14px;
}
.iuydiv .user-profile-photo {
    float: left;
    margin-right: 10px;
}.bilgi {
    border: solid 1px #dbdbdb;
    padding: 5px;
    margin-top: 10px;
}.hit {
    background-color: #fff;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

@media(max-width:767px){
	.carousel {
		border: none;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
		top: 30%;
	}
	.product-slider #thumbcarousel .item .thumb {
		width: 100%;
		max-width: 98px;
	}
	.product-slider #thumbcarousel .item img {
		max-width: 90px;
		height: 50px;
	}
	.ads-details-wrapper .col-md-4{
		padding: 0!important;
	}
	.ads-details-wrapper .ads-image{
		margin-bottom: 10px;
	}
}