/***********************************************************
                                        Stores Page Styles Core
************************************************************/
body .btn.mapgetdirection {
    display: none;
}
#module-swstorespages-store .breadcrumb a {
    padding: 0;
}

#module-swstorespages-store #center_column {
    display: flex;
}

#module-swstorespages-store #left_column {
    display: none;
}

#module-swstorespages-store .store-left-col {
    padding-left: 0;
    order: 1;
}

#module-swstorespages-store .store-right-col  {
    margin-bottom: 25px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    order: 2;
}

#module-swstorespages-store .center_column.col-xs-12.col-sm-10 {
    width: 100%!important;
}

#module-swstorespages-store .storeslist {
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 7px 7px 13px 0 rgba(172, 172, 164, 0.22), -6px -6px 14px 0 rgba(255, 255, 255, 0.62);
    -moz-box-shadow: 7px 7px 13px 0 rgba(172, 172, 164, 0.22), -6px -6px 14px 0 rgba(255, 255, 255, 0.62);
    box-shadow: 7px 7px 13px 0 rgba(172, 172, 164, 0.22), -6px -6px 14px 0 rgba(255, 255, 255, 0.62);
    font-size: 0.97rem;
    margin-bottom: 25px;
    -webkit-box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.06), -6px -6px 14px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.06), -6px -6px 14px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.06), -6px -6px 14px 0 rgba(255, 255, 255, 0.2);
    overflow: hidden;
    background-color: white;
    -webkit-background-size: 200% 200%;
    -moz-background-size: 200%;
    background-size: 200%;
}

#module-swstorespages-store .store-left-col .title_block {
    font-size: 1.12rem;
    margin: 0;
    padding: 10px 15px;
    background-color: #0069b0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #ffffff;
}

#module-swstorespages-store .store-left-col .title_block a{
    color: #ffffff;
}

#module-swstorespages-store .store-left-col .block_content{
    width: 100%;
    border-top:0;
    padding: 4px;
}

#module-swstorespages-store .store-left-col .block_content  ul {
    padding:0 6px;
    padding-top: 10px;
}

#module-swstorespages-store .store-left-col .block_content  ul li {
    border-bottom:1px solid #efefef;
    padding-bottom:10px;
    margin-top:10px;
    padding-left: 6px;
}

#module-swstorespages-store .store-left-col .block_content  ul li:nth-last-child(1) {
    border-bottom:0;
    padding-bottom:0;
    margin-top: 10px;
}

#module-swstorespages-store .store-left-col .block_content ul li a {
    color: black;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
}

#module-swstorespages-store .store-left-col .block_content ul li a.active {
    font-weight: 600;
}

#module-swstorespages-store .content_scene_cat {
    color: #ffffff;
    line-height: 19px;
    margin: 0 0 26px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 7px 7px 13px 0 rgba(172, 172, 164, 0.22), -6px -6px 14px 0 rgba(255, 255, 255, 0.62);
    -moz-box-shadow: 7px 7px 13px 0 rgba(172, 172, 164, 0.22), -6px -6px 14px 0 rgba(255, 255, 255, 0.62);
    box-shadow: 7px 7px 13px 0 rgba(172, 172, 164, 0.22), -6px -6px 14px 0 rgba(255, 255, 255, 0.62);
    overflow: hidden;
    min-height: 200px;
}

#module-swstorespages-store .content_scene_cat .page-heading {
    position: absolute;
    top: 10px;
    left: -8px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-color: #025994;
    color: white;
    padding: 10px 16px;
    font-size: 1.56rem;
}

#module-swstorespages-store .content_scene_cat .page-heading span {
    display: block;
    width: 100%;
    text-transform: capitalize;
    font-size: 0.85rem;
    font-weight: 200;
}

#module-swstorespages-store .content_scene_cat .content_scene_cat_bg .cat_desc.cat-overlay {
    background: rgba(2, 89, 148, 0.5) !important;
    color: white !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
}
#module-swstorespages-store .content_scene_cat .content_scene_cat_bg .cat_desc {
    background: none !important;
    padding: 99px 65px 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: white;
}

#module-swstorespages-store .store-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

#module-swstorespages-store .block_informations {
    width:31.1%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 7px 7px 13px 0 rgba(172, 172, 164, 0.22), -6px -6px 14px 0 rgba(255, 255, 255, 0.62);
    -moz-box-shadow: 7px 7px 13px 0 rgba(172, 172, 164, 0.22), -6px -6px 14px 0 rgba(255, 255, 255, 0.62);
    box-shadow: 7px 7px 13px 0 rgba(172, 172, 164, 0.22), -6px -6px 14px 0 rgba(255, 255, 255, 0.62);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    margin-right: 2%;
    padding: 4px;
    background: #ffffff;
    color: #262524;
    border: 1px solid #e5e5e5;
    text-align: center;
}

#module-swstorespages-store .block_informations h3 {
    font-size: 1.12rem;
    margin: 0;
    padding: 10px 15px;
    background-color: #0069b0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #ffffff;
    width: 100%;
    position: relative;
}

#module-swstorespages-store .block_informations .block_content {
    padding:9px;
    display: flex;
    flex-direction: column;
}

#module-swstorespages-store .img_store_informations {

    text-align: center;
    margin-bottom: 15px;
}

.block_informations .block_content p {
    font-size: 0.75rem;
}
#module-swstorespages-store .block_informations p img {
    max-width:100%;
    height:auto;
}

#module-swstorespages-store .block_informations h6 {
    font-size: 0.75rem;
    font-weight: 800;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}

#module-swstorespages-store .block_informations .store-content-contact {
    margin: 12px 0;
}

#module-swstorespages-store .block_informations .block_content .line1,
#module-swstorespages-store .block_informations .block_content .line2 {
    margin-bottom: 4px;
    width: 42%;
    float: left;
}

#module-swstorespages-store .block_informations .block_content .line1 {
    text-align: right;
    padding-right: 4%;
    width: 50%;
}

#module-swstorespages-store .block_informations .block_content .line2 {
    text-align: left;
    padding-left: 4%;
    width: 50%;
}

.telnumber {
    margin-bottom: 0;
}

#module-swstorespages-store .carte {
    width:66.9%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 7px 7px 13px 0 rgba(172, 172, 164, 0.22), -6px -6px 14px 0 rgba(255, 255, 255, 0.62);
    -moz-box-shadow: 7px 7px 13px 0 rgba(172, 172, 164, 0.22), -6px -6px 14px 0 rgba(255, 255, 255, 0.62);
    box-shadow: 7px 7px 13px 0 rgba(172, 172, 164, 0.22), -6px -6px 14px 0 rgba(255, 255, 255, 0.62);
    overflow: hidden;
}

#module-swstorespages-store .carte iframe {
    width:100%;
    margin:0 !important;
    height:555px;
    display:block;
}

@media (max-width: 680px) {
    #module-swstorespages-store .store-content {
        flex-direction: column;
    }

    #module-swstorespages-store .block_informations {
        margin-bottom: 15px;
    }

    #module-swstorespages-store .block_informations,
    #module-swstorespages-store .carte {
        width: 100%;
    }
}

@media (max-width: 768px) {

    #module-swstorespages-store #center_column {
        flex-direction: column;
    }

    #module-swstorespages-store .store-left-col {
        order: 2;
    }

    #module-swstorespages-store .store-right-col  {
        order: 1;
    }

    #module-swstorespages-store .store-left-col  {
        padding-right: 0;
    }

    #module-swstorespages-store .storeslist {
        padding-bottom: 15px;
    }

    #module-swstorespages-store .store-left-col .block_content ul li {
        width: 50%;
        float: left;
    }
}

.returnto-stores a {
  width: 230px;
}
