.h2 {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.h2 span {
    position: relative;
    display: inline-block;
}
.h2 span::before {
    content: '';
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #be272e;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e9b7b9;
}

.h2 span a, .h2 span a:hover {
    color: #000;
    text-decoration: none;
}
.ah-readcrumbs-list li .i {
    margin: 0px 7px;
}
.ah-readcrumbs-list li span.i{
	font: normal normal normal 14px/1 FontAwesome;
}
.az-paraths ul,.az-paraths ol{
    margin-left: 20px;
}

.cookieAcceptBar {
    display: none;
    position: fixed;
    left:0;
    right: 0;
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    z-index: 999;
    bottom: 0;
}

.cookieAcceptBar a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.button-accept-cookie {
    font-size: 11px;
    display: block;
    cursor: pointer;
    border: none;
    background-color: #2387c0;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 10px auto 0px auto;
}

.auth__btn {
    padding: 10px;
    font-weight: 700;
    font-size: 15px;
    color: #ea0303;
}

#bx-soa-delivery .bx-soa-section-title-count:before {
    display: none;
}

#bx-soa-delivery {
    border: 1px solid #e8e9eb;
}

#bx-soa-delivery .bx-soa-section-title-count:after {
    color: #b3b4b8;
}

#bx-soa-delivery .bx-soa-section-title-count {
    background: #f2f5f7;
    border-color: #b3b4b8;
}

#bx-soa-delivery .bx-soa-section-content .alert-warning {
    display: none;
}

@media only screen and (min-width: 992px){
	.h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.h2 span::before {
		height: 4px;
	}
}
@media only screen and (min-width: 480px){
	.h2 {
		font-size: 16px;
	}
}
