/*-- storedetail  --*/
.page-main ,.breadcrumbs{
    max-width: 1280px !important;
}
.breadcrumbs a, .breadcrumbs a:hover {
    font-size: 12px;
    color: #575756 !important;
}
.breadcrumbs .item:not(:last-child):after {
    vertical-align: inherit;
    color: #575756;
}
.breadcrumbs .items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0px 0;
    color: #13294b;
    font-size: 12px;
}
.page-title{
	line-height: 42px;
    font-size: 36px;
    color: #13294b;
    margin-bottom: 5rem;
    width: 100%;
    border-bottom: 1px solid #13294b;
    padding: 2rem 0;
}
.right-section-store #map{
	height:400px;
	width:100%;
}
.max-width-section {
    display: flex;
    flex-wrap: wrap;
}
.left-section-store.storeleftcal {
    flex: 0 0 28%;
    margin-right: 2%;
}
.right-section-store {
    flex: 0 0 70%;
}
.back-link-store a,.back-link-store {
    color: #13294b;
    text-transform: uppercase;
    font-family: 'Mulish-Bold';
}
.back-link-store a:before {
    content: "\e90c";
    font-family: 'icomoon';
    font-size: 12px;
    margin-right: 5px;
    font-weight: 900;
}
.info h2 {
    font-size: 20px;
    color: #575756;
    font-family: 'Mulish-Bold';
}
.add-info ul {
    list-style-type: none;
    padding: 0;
}
.add-info li a:before {
    content: "\e942";
    font-family: 'icomoon';
    font-size: 18px;
    color: #575756;
    display: inline-block;
    margin-right: 15px;
}
button.green-btn.calculateroute {
    background: #13294b;
    color: #fff;
    padding: 10px 0px;
    border: 1px solid #13294b;
    max-width: 260px;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Mulish-Bold';
}
button.green-btn.calculateroute:hover {
    background: #fff;
    color: #13294b;
}
.calculateroutenew {
    color: #9c9b9b;
}
.back-link-store {
    padding-bottom: 10px;
}
.calculateroutenew .input-box {
    padding: 10px 20px 10px 0;
}
.calculateroutenew .input-box input {
    height: 49px;
    background: #FAFAFA;
    border: 0px;
    border-radius: 0px;
    box-shadow: none !important;
}
.add-info li img {
    width: 17px;
    height: 24px;
}
.add-info li {
    display: flex;
}
.add-info li span {
    padding-left: 15px;
    display: block;
    font-family: 'Mulish-Bold';
    text-transform: uppercase;
}
.directionlistclass{
    height:220px;
    overflow-x: hidden;
    overflow-y: scroll;
}
@media(max-width: 1024px){
    .right-section-store {
        flex: 0 0 100%;
        margin-top: 30px;
    }
    .left-section-store.storeleftcal {
        flex: 0 0 100%;
        margin-right:0px;
    }
    button.green-btn.calculateroute {
        width: 100%;
    }
    .page-title {
        margin-bottom: 3rem;
    }   
}
@media(max-width: 767px){
    button.green-btn.calculateroute{
        max-width: 100%;
    }
    .page-title{
        font-size: 24px;
    }
}