/*.blogTitle{
	line-height:16px;
	font-size:14px;
	color:#6c6c6c;
	font-style:italic;
	padding-top:4px;
	padding-bottom:4px;
}
.blogText{
	line-height:17px;
	font-size:13px;
	color:#6c6c6c;
}
.blogListTitle{
	font-size:20px;
    line-height:30px;
}
.blogListDate{
	color:#6c6c6c;
}
@media screen and (max-width: 768px) {
	.blogTitle{
		line-height:30px;
		font-size:18px;
		padding-top:6px;
		padding-bottom:6px;
	}
	.blogText{
		line-height:20px;
		font-size:14px;
	}
}
*/
#blog *, .blogMenu *, .blogDetail * {
    font-family: 'Montserrat', sans-serif;
}
#blog .btn-big {
    float: none;
    display: inline-block;
    font-weight: 800;
    border-radius: 10px;
}
.blogMenu a.btn-smoked {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.blogMenu li:first-child a {
	border-top-left-radius:25px;
	border-bottom-left-radius:50px

}
.blogMenu li:last-child a{	
	border-top-right-radius:25px;
	border-bottom-right-radius:50px
}

.blogMenu li a {
    border-radius: 3px;
	margin-top: 25px;
	border: 1px solid #e30613!important;
	background-color: #ffffff;
	color: #000;
	font-weight: 500;    
}

.blogYazi {
    margin-left: 50px;
}

.blogMenu a.btn-smoked:hover {
    background: #e30613;
    color: #fff;
}
#blog .block-title {
    font-size: 32px;
    color: #232524;
    margin-top: 25px;
    line-height: normal;
    font-weight: 600;
}
.borderFive {
    /*border:5px solid #f7941d;*/
}
.borderFive img {
    border-radius: 4px;
}
.borderFive img:hover {
    box-shadow: 4px 6px 6px rgb(0 0 0 / 30%);
    opacity: 92%;
    transition: 0.3s;
}
#blog .btn-custom-pink {
    background: #e30613;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 450;
    border-radius: 3px;
    border: 1px solid transparent;
}
.btn-small:not(.btn-default):hover {
    color: #e30613;
    background-color: #fff !important;
    border: 1px solid !important;
    box-shadow: none;
}
.blog-title {
    font-size: 32px;
	text-align: center;
	text-transform: capitalize;
	margin-top: 0;
	font-weight: 600;
	color: #000000;
	margin-bottom: 0;
	margin-left: -25px;
	margin-right: -25px;
	text-overflow: ellipsis;
	overflow-x: clip;
	white-space: nowrap
}
.blogDetail .blog-title {
    margin: 30px 0;
    text-overflow: unset;
    white-space: initial;
}
.productDetails {
    padding: 0!important;
    margin: 0!important;
    border: none!important;
    background-color: #f9f9f9;
}
.productDetails:hover {
    cursor: pointer;
}
.productDetails:hover img {
    opacity: 75%;
    transition: .5s;
}
.blogImg:after {
    /*content:"";
	width:335px;
	height:112px;
	border-right: 5px solid #f07e07;
	position:absolute;
	display:block;
	top: -5px;
	right: 5px;
	border-top: 5px solid #f07e07;*/
}
.blogImg:before {
    /*	content:"";
	width:335px;
	height:112px;
	border-left: 5px solid #f07e07;
	position:absolute;
	display:block;
	bottom: 19px;
	left: 5px;
	border-bottom: 5px solid #f07e07;*/
}
.blogMobil .blogImg:before {
    content: "";
    width: 115px;
    height: 75px;
    bottom: 19px;
    left: 11px;
}
.blogMobil .blogImg:after {
    content: "";
    width: 115px;
    height: 75px;
    bottom: 19px;
    right: 11px;
}
.blogDetail .text-description, .blogDetail p {
    font-size: 18px;
    line-height: normal;
    color: #232524;
    font-weight: 600;
}
#blog .text-description , #blog p {
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    padding-bottom: 0;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#blog .text-description {
    margin-top: 10px;
}
.blogTitle {
    line-height: 1.1!important;
    font-size: 16px!important;
    color: #545454;
    text-align: left;
    padding: 0 5px;
    word-break: break-word;
}
.blogImg img {
    border-radius: 0 20%;
}
#blog p.blogIcerik {
    font-size: 14px;
    color: #757575;
    font-family: "hinted-subset-AvenirNextLTPro-Regular";
    font-weight: 400;
    max-height: 170px;
    overflow: hidden;
    min-height: 170px;
    margin-bottom: 10px;
}
.heightBg .blogTitle {
    padding-left: 10px;
    text-transform: uppercase;
    color: #4a4a4a;
    font-size: 18px;
    width: 97%;
}
.blogText {
    line-height: 17px;
    font-size: 13px;
    color: #6c6c6c;
}
.blogListTitle {
    font-size: 20px;
    line-height: 30px;
}
.blogListDate {
    font-size: 16px;
    color: #232524;
    font-weight: 600;
    line-height: 23px;
}
#slideBlog img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 4px solid #e30613;
    position: relative;
    top: -10px !important;
}
@media screen and (max-width: 768px) {
    .blogTitle {
        line-height:30px;
        font-size: 18px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .blogText {
        line-height: 20px;
        font-size: 14px;
    }
}