.news-detail-hashtags {
  display: inline;
}
.search-tags-cloud {
  color: #880a8a;
  padding-right: 1.5em;
}
.bx-basket .row {
	margin-left: 0;
	margin-right: 0;
	display: inherit;
}
.bx-basket .col {
	padding-left: 0;
	padding-right: 0;
}
.page-title {
    text-transform: uppercase;
    font-size: 3.2em;
    font-weight: 900;
    letter-spacing: 6px;
    line-height: 1;
    text-align: center;
    margin-bottom: 55px;
    margin-top: 90px;
}
#basket-root {
    margin-top: 250px;
    margin-bottom: 90px;
}
.bx-sbb-empty-cart-container {
    margin: 170px 0 110px;
}
.basket-items-list-item-container-expend .basket-items-list-item-removed-container {background-color: transparent;}
.basket-btn-checkout {background-color: #000;padding: 10px 15px;font: 600 16px Arial;color:#bbb;}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus {
    background-color: #000;
    color: #fff;
    border-color: transparent;
    box-shadow: none;
    outline: none;
}
.btn-primary:hover {
    background-color: #c40e24;
    color: #fff;
}
.btn-primary.disabled,
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    border-color: transparent;
    background-color: #ccc;
    color: #fff;    
}
.basket-coupon-block-field-description {
    font-size: 16px;
    margin-bottom: 5px;
}
.page-title_cart {
    margin-top: 0;
}
.delivery-page-content ul li ,.delivery-page-content ol li{
    font-size: 2.5em;
    line-height: 1.4;
}
.page-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
	margin-left: 30px;
}
.delivery-page-content  a.button:hover
{
	color:white;
}
.delivery-page-content .button {
    font-size: 1em;
}
.btn-link.product-item-detail-buy-button {
	float:left;
}
@media (max-width: 1023px) {
    .btn-link.product-item-detail-buy-button {
    	float:none;
    }
}




button {
    outline: none;
    border:none;
}
.is-bold {
    font-weight: bold;
}
/*SERVICE PICKER STYLES*/
.service-picker {
    padding-top: 20px;
    padding-bottom: 60px;
}
.select-css {
  display: block;
  font-size: 20px;
  color: #000;
  line-height: 62px;
  height: 62px;
  padding: 0 1.875em;
  width: 100%;
  margin: 0;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(../img/select-arrow.svg) no-repeat right 1.6em top 50%;
  background-size: 7px 5px;
  outline: none;
  border: 1px solid #eee;
}
.select-css::-ms-expand {
  display: none;
}
.select-css option {
  font-weight:normal;
}
.select-css:disabled, .select-css[aria-disabled=true] {
  color: graytext;
}
.select-css:disabled:hover, .select-css[aria-disabled=true] {
  border-color: #aaa;
}
.select-css:focus::-ms-value {
  color: black; 
  background: transparent;
}
.delivery-page-content .button_2 {
  font-size: 1.5em;
  display: inline-block;
}
.service-form {
    max-width: 600px;
    margin-bottom: 40px;
}
.service-picker-btn {
    height: 62px;
    font-size: 1.8em !important
}

.service-points {
    display: none;
    padding-bottom: 40px;
}
.service-point__title {
    font-weight: bold;
}
.service-point {
    font-size: 8px;
    flex: 1 0 25%;
    padding: 0 15px;
    min-width: 220px;
    margin-bottom: 15px;
}
.service-points__title {
    margin-bottom: 30px;
}
.service-points-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.service-point__info {
    position: relative;
    padding-left: 25px;
    margin-top: 10px
}
.service-point__info_hours {
	display: none;
}
.service-point__info:first-of-type {
    margin-top: 15px
}
.service-point__info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.service-point__info_address:before {
    background-image: url(../img/icon-marker.svg);
    width: 14px;
    height: 17px;
    background-size: 14px 17px;
}
.service-point__info_phone:before {
    background-image: url(../img/icon-phone.svg);
    width: 13px;
    height: 17px;
    left: 2px;
    background-size: 13px 17px;
}
.service-point__info_hours:before {
    background-image: url(../img/icon-clock.svg);
    width: 17px;
    height: 16px;
    background-size: 16px 16px;
}

@media screen and (max-width: 1023px) {
    .select-wrapper {
        margin-bottom: 20px;
    }
}
/*SERVICE PICKER STYLES*/