.dataTab.active li{
	color: #fff;
	background-color: #8BA4D4;
	border: 1px solid #8BA4D4;
}

ul {margin:0px!important;}
ul:not([id*="bx_"]) > li:before{
    position: absolute;
}
.deliv .item {
    display: none;
}
.deliv .item.active {
      display: block;
    }
.pay_tab li {
	position: relative;
    display: inline-block;
    padding: 0 40px 0 40px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 45px;
    color: #333333;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #dadada;
    letter-spacing: 1px;
    background: none;
    transition: all 0.3s;
    cursor: pointer;
    background-repeat: no-repeat;
	background-position: 20px 5px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.pay_tab li:hover {
	color: #fff;
    background-color: #8BA4D4;
    border: 1px solid #8BA4D4;
}
/*
.pay_tab .location {
	background-image: url('https://www.breeethretail.ru/about/payment_and_delivery/img/location.png');

}
.pay_tab .location:hover {
	background-image: url('https://www.breeethretail.ru/about/payment_and_delivery/img/location_white.png');
}
.pay_tab .package {
	background-image: url('https://www.breeethretail.ru/about/payment_and_delivery/img/package.png');

}
.pay_tab .package:hover {
	background-image: url('https://www.breeethretail.ru/about/payment_and_delivery/img/package_white.png');
}
.pay_tab .outline {
	background-image: url('https://www.breeethretail.ru/about/payment_and_delivery/img/outline.png');

}
.pay_tab .outline:hover {
	background-image: url('https://www.breeethretail.ru/about/payment_and_delivery/img/outline_white.png');
}
*/
a:focus {
	outline: none;
}
.item ul {
	list-style: inherit;
    color: #F47A20;
    padding: inherit;
    margin-bottom: 60px;
}
.item ul p {
	color: black;
    margin-left: 0;
}
.banner {
	margin-top: 10px;
    margin-bottom: 20px;
    background-color: #f3f4f6;
    
    background-repeat: no-repeat;
    background-position: center right;
}
.banner img {
	float: left;
    margin: 35px 35px 0;
}
.banner p {
	margin: 0;
    padding: 50px 0;
    font-size: 16px;
	padding-left: 130px;
}
/*
.outline_banner {
	background-image: url('/about/payment_and_delivery/img/outline_banner_b.png');
}
.package_banner {
	background-image: url('/about/payment_and_delivery/img/package_banner_b.png');
}
.location_banner {
	background-image: url('/about/payment_and_delivery/img/location_banner_b.png');
}
*/
.delivery_comp {
	margin: 20px 0 60px;
}
.delivery_comp img {
    margin-right: 30px;
    max-height: 30px;
}
.contact-details {
	overflow: hidden;
}
.contact-details div.title2 {
    font-size: 30px;
    margin-bottom: 50px;
}
.contact-details .item2 {
    margin-bottom: 50px;
    float: left;
    width: 33%;
}
.contact-details .item2 img {
    margin-bottom: 5px;
}
.contact-details .item2 p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}
.contact-details .item2 p.time {
    font-size: 12px;
}
.contact-line {
    margin: 0 0 75px 0;
    width: 100%;
    height: 2px;
    background-color: #dedeea;
}
.contact-details .item2 a {
    display: inline-block;
    margin-right: 5px;
    color: #333;
}
.contact-details .item2 span {
    font-size: 12px;
}
@media only screen and (max-width: 668px) {
	.banner {
		background-image: none;
	}
	.banner img {
		margin: 15px 20px 0;
	}
	.banner p {
		padding: 15px 20px;
	}
	.delivery_comp img {
		max-height: 25px;
		margin-bottom: 20px;
	}
	.contact-details div.title2 {
    	margin-bottom: 20px;
	}
	.contact-details .item2 {
	    float: none;
	    margin-bottom: 20px;
	    width: 100%;
    }
    .contact-line {
    	margin: 30px 0;
	}
	.pay_tab li {
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 361px) {
	.pay_tab li {
		font-size: 10px;
		line-height: 40px;
	}
}