
.magazinMainButoon{
    height: 100px;
    padding-left: 0%;
}

.magazinPageTitle{
    background: none;
    border: none;
    box-shadow: none;
    width: 100%;
    min-height: 42px;
    border-radius: 2px;
    background-color: #f8f8f8;
    font-size: 16px;
    text-align: center;
    color: #58585a;
    font-weight: 600;
    height: 100px;
    margin-bottom: 10px;
}

.keywordBox{
    min-height: 28px;
    object-fit: contain;
    background-color: #f35719;
    border: solid 1px #f35719;
    font-size: 14px;
    /*font-weight: 600;*/
    text-align: center;
    color: #ffffff;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}	
.extraPadding{
    padding-left: 30px!important;
    padding-right: 30px!important;
}

.productCard__product__image img{
    transition: 0.3s;
}

.productCard__product__image:hover img{
    transform: scale(1.05);
}

.magazine_content{
    padding: 5px;
}
.magazine_content_image{
    height: 200px;
}
.magazine_content_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.magazine_content_title{
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #4a4a4a;
    height: 55px;
    line-height: 1;
    margin-top: 5px;
}
.productCard__product__title{
    text-align: center;
}
.chapters{
    padding: 10px;
}
.modalInput{
    float: none!important;
}

table{
    width: 100%;
}
tr{
    border-bottom: 1px solid #c8c8c8;
}
td{
    border-right: 1px solid #c8c8c8;
    background-color: transparent!important;
    padding: 10px;
}
tr td{
    text-align: left!important;
}



@media screen and (max-width: 968px) {

    .article__body__title
    {
        font-size: 18px!important;
        /*float: left;*/
        padding-top: 20px;
    }
    .article__body__short{
        padding-top: 12px;
        float: left;
        margin-top: 10px;
    }
}

.selectedProductBorder{
	border: 1px solid #f35719;
}

@media screen and (max-width: 770px) {
    .comment__element__footer {
		margin-top: 70px;
	}
}