footer .c_nav{
    display: none;
	z-index: 9992;
	position: absolute;
}

.btn-primary {
    color: #fff;
    background-color: #d55853;
    border-color: #d55853;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #be3c37;
    border-color: #be3c37;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(190, 60, 55, 0.5);
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(190, 60, 55, 0.5);
}

.btn-primary:hover {
    color: #fff;
    background-color: #be3c37;
    border-color: #be3c37;
}

form[name="form_auth"] label {
    position: relative;
    top: auto;
    left: auto;
}

.bx-authform {
    padding-top: 50px;
}

.sale-personal-section-index {
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-item-label-text span {
    font-family: "ProximaNovaBold";
    font-size: 18px;
    color: #fff;
    text-align: center;
    height: 30px;
    padding: 2px 20px 0;
    line-height: 25px;
}

.product-item-label-text .newproduct {
    background: #333333;
}

.product-item-label-text .saleleader {
    background: #e30613
}

.product-item-label-text .specialoffer {
    background: #619749;
}

.product_item .bottom_absolute_block .price .product-item-price-current {
    color: #be3c37;
    font-family: "ProximaNovaBold";
    font-size: 24px;
    margin-bottom: 4px;
}


.pagination_block .pagination span {
    text-decoration: none;
    color: #be3c37;
    width: 45px;
    height: 45px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 0 !important;
    border: 0;
    margin-right: 5px;
}

.pagination_block .pagination a span {
    margin-right: 0px;
}

.pagination > li > span:hover, .pagination > li > span:focus {
    z-index: 2;
    color: #be3c37;
    background-color: #fff;
    border: none;
}

form[name="bx_popup_form"] label {
    position: relative;
    top: auto;
    left: auto;
    pointer-events: auto;
}


.bx-filter-select-container {
    border-radius: 0;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    position: relative;
}

.bx-filter-select-block {
    padding: 7px 20px 7px 15px;
}

.bx-filter-select-block .arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.bx-filter-select-block .arrow b {
    border-color: #B2B2B2 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    height: 0;
    left: inherit;
    right: 15px;
    position: absolute;
    top: 50%;
    bottom: 0;
    margin: auto;
    width: 0;
}

.bx-filter-select-block.active .arrow b {
    border-color: transparent transparent #B2B2B2 transparent;
    border-width: 0 5px 5px 5px;
}


.bx-filter-input-container input {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    outline: 0;
}

.bx-ui-slider-track-container {
    padding-top: 35px;
    padding-bottom: 25px;
}

.bx-ui-slider-track {
    position: relative;
    height: 7px;
    background: #e7e7e7;
}

.bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}

.popup-window.popup-window-content-white.popup-window-with-titlebar.bx-red {
    max-height: 330px;
}

.card-list {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 75px;
    text-align: center;
}

.bx-filter-param-label.disabled {
    display: none;
}

.sertifikaty_items .item {
    max-height: unset;
}
.relatedHeader {
	    position: relative;
    padding: 11px 0 11px 27px;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "ProximaNovaBlack";
}
.relatedHeader:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: #e30613;
    left: 0;
    top: 0;
}
.product-item-image-slider-slide-container.slide{width:100%; display:inline-block}
.product-item-image-slider-slide-container.slide .product-item-image-slide.item.active{width:100%; display:inline-block; position:absolute; top:0; left:0;background-size: contain;    height: 100%;}
.product-item-image-slider-slide-container.slide .product-item-image-original:first-of-type{width:100%; display:inline-block; position:absolute; top:0; left:0;background-size: contain;    height: 100%;}


.main_menu_container.open .main_menu .dropdown {
    top: 0;
}

.am-sell_out{
	background: #FFA500;
    font-family: "ProximaNovaBold";
    font-size: 18px;
    color: #fff;
    text-align: center;
    height: 30px;
    padding: 2px 20px 0;
    line-height: 25px;
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    vertical-align: middle;
    transition: all 250ms ease;
    position: absolute;
    z-index: 1;
}


.text-success {
    margin-top: 1rem;
    font-size: 2em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .text-success {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .text-success {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 425px) {
    .text-success {
        margin-top: 0rem;
        font-size: 1.55em;
    }
}

