.info_policy {
    position: relative;
    padding: 30px 0;
    text-align: center;
}
.info_policy span.name-icon {
    vertical-align: top;
    margin-right: 10px;
    width: 25%;
}
.info_policy .name-icon:hover img{
    transform: rotateY(360deg);
}
.info_policy .name-icon img{
    transform: rotateY(0deg);
    transition: all ease 0.5s;
}
.info_policy .description {
    vertical-align: top;
    text-align: left;
    padding: 5px 0;
    width: 65%;
}
.info_policy .description p:nth-child(1) {
    font-size: 15px;
    color: #e60f1e;
    text-transform: uppercase;
    font-weight: bold;
}
.info_policy .description p {
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    line-height: 18px;
}
.aboutDescription > h1{
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #e33387
}
.imgMapStores{
    height: 195px;
    overflow: hidden;
}
.aboutDescription > h1:hover, .listStore>h2:hover{
    color: #e60f1e;
}
.aboutDescription .mapC{
    line-height: 25px;
}
.lstLct>h4{
    color: #e33387 !important;
    font-weight: bold;
}
.lstLct>h4 b{
    display: block;
    text-align: center;
}
.blockLocation{
    background: #fef2f7 !important;
    margin-top: 25px;
}
.lstLct, .imgMap{
    margin: 3% 0 0 0;
}
.blockListLct{
    border-left: 1px solid #929292 !important;
}
ul{
    padding: 0;
}
ul li{
    list-style: none;
}
.blockTitle li p{
    margin-top: 15px;
}
.blockTitle span{
    text-transform: uppercase;
    color: #e60f1e;
    font-weight: bold;
    vertical-align: middle;
    font-size: 18px;
}
.blockTitle > div{
    padding: 5px 0;
}
.blockNew{
    margin: 10px 0 0 0;
}
.blockNew > ul li b{
   display: block;
}
.blockNew > ul li p{
    margin-top: 15px;
}
.locationTitle h3{
    font-size: 20px;
    font-weight: bold;
}
.listStore>h2{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #e8358b;
    text-decoration: underline;
    font-weight: bold;
}
.listStore ul li{
    text-align: center;
}
.listStore ul li span{
    padding: 10px 0 25px 0;
    font-size: 16px;
    height: 55px;
    display: block;
    color: #000;
    margin: 5px 0;
    text-transform: uppercase;
}
.storeWrp{
    clear: both;
    margin-bottom: 20px;
}
.listImage .owl-pagination{
    margin: 10px 0 0 0;
    position: relative;
}
.blockBrand .container{
    border-top: 1px solid #eee;
}
.listImage.owl-theme .owl-controls .owl-page span{
    border: 1px solid #aba9a9;
    background: #aba9a9;
}
.listImage.owl-theme .owl-controls .owl-page.active span{
    border: 1px solid #333;
    background: #333;
}
.blockNewStores{
    padding: 20px 0;
    clear: both;
}
/*.listStore > a {*/
    /*width: 30px;*/
    /*height: 55px;*/
    /*font-size: 50px;*/
    /*line-height: 40px;*/
    /*text-align: center;*/
    /*cursor: pointer;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*transition: all 0.4s ease-in-out 0s;*/
    /*-moz-transition: all 0.4s ease-in-out 0s;*/
    /*-o-transition: all 0.4s ease-in-out 0s;*/
    /*-webkit-transition: all 0.4s ease-in-out 0s;*/
    /*-ms-transition: all 0.4s ease-in-out 0s;*/
    /*font-family: -webkit-body;*/
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
    /*visibility: hidden;*/
/*}*/
/*.listStore > a:hover{*/
    /*color: #fff;*/
    /*background: #333;*/
/*}*/
/*.listStore:hover > a{*/
    /*opacity: 1;*/
    /*filter: alpha(opacity=100);*/
    /*visibility: visible;*/
/*}*/
/*.listStore > a.slidePrev{*/
    /*right: -40px;*/
/*}*/
/*.listStore > a.slideNext{*/
    /*left: -40px;*/
/*}*/
/*.listStore:hover > a.slideNext{*/
    /*left: 5px;*/
/*}*/
/*.listStore:hover > a.slidePrev{*/
    /*right: 5px;*/
/*}*/
