#modalMap .modal-title {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (min-width: 768px) {
    #modalMap .modal-header .close {
        margin-top: -23px;
        font-size: 60px !important;
        height: 50px;
        width: 40px;
        position: relative;
        right: -8px;
        outline: none;
    }
}

.f-banner .f-banner-item {
    position: relative;
    margin-bottom: 20px;
}

.f-banner .f-banner-item:before,
.f-banner .f-banner-item:after {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.f-banner .f-banner-item:before {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.f-banner .f-banner-item:after {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.f-banner .f-banner-item:hover:before,
.f-banner .f-banner-item:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.f-banner .f-banner-item a {
    display: block;
}

.f-banner .f-banner-item a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    color: #fff;
    padding: 5px 20px;
}

.f-collection {
    background: #f5f5f5;
    text-align: center;
}

@media (max-width: 767px) {
    .f-collection h1 {
        background-color: #000;
        color: #fff;
    }
}

.f-collection h1 {
    font-size: 25px;
    font-weight: 700;
    padding: 20px 0;
}

.f-collection-des {
    overflow: hidden;
    position: relative;
}

.f-collection-des-gradient {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    display: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0), white);
}

.f-collection-more {
    display: none;
    background-color: transparent;
    font-weight: bold;
}

/*------------------------Page-----------------------*/
.about-us {
    width: 725px;
    margin: 0 auto;
    background: #f1f0f5;
    clear: both;
}

@media (max-width: 767px) {
    .about-us {
        width: 100%;
    }
}

.about-us .title h1 {
    padding: 30px 0;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .about-us .title h1 {
        padding: 20px 0;
        font-size: 18px;
    }
}

.about-us .page-content {
    padding: 60px 0 20px;
    max-width: 455px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .about-us .page-content {
        padding: 30px 15px 15px;
    }
}

.inventory-store h2 {
    font-size: 18px;
    margin-bottom: 0;
}

.inventory-store span.icon i.active:before {
    content: "\e12c";
}

.inventory-store.visible-xs h2 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.inventory-store i {
    font-size: 22px;
}

.inventory-store span.icon {
    display: block;
    text-align: center;
}

.inventory-store span.icon.up {
    display: none;
}

.inventory-store {
    cursor: pointer;
    clear: both;
    text-align: center;
    padding-top: 20px;
}

.inventory-store span.numberStore {
    font-weight: bold;
}

#stock-box-mobile,
#stock-box-desktop {
    display: none;
    height: initial !important;
    overflow-y: auto !important;
    margin-bottom: 0 !important;
    padding: 5px 0 0 !important;
}

#stock-box-mobile.active,
#stock-box-desktop.active {
    display: block !important;
}

div#stock-box-mobile,
#stock-box-desktop {
    text-align: left;
}

#stock-box-mobile .street:hover,
.info-store span.address:hover,
#stock-box-desktop .street:hover {
    color: #999;
}

#stock-box div .dist img,
#stock-box-mobile div .dist img,
#stock-box-desktop div .dist img,
#stock-box-desktop div .dist img {
    width: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}

#stock-box .street,
#stock-box-mobile .street,
#stock-box-desktop .street {
    font-weight: normal;
    float: left;
    width: 100%;
    padding-left: 20px;
}

#stock-box .stock,
#stock-box-mobile .stock,
#stock-box-desktop .stock {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}

#stock-box div .dist,
#stock-box-mobile div .dis,
#stock-box-desktop div .dis {
    float: left;
    width: 100%;
    font-weight: bold;
}

#modalMap .modal-body iframe {
    width: 100%;
}

#buy-now {
    display: none;
}

.wrapper-collection-2 .content-product-list {
    padding: 0 15px;
}

.wrapper-collection-2 .content-product-list .pro-loop {
    padding: 0;
}

.swiper-container {
    overflow: initial !important;
}

.swiper-container .swiper-button-next {
    right: -22.5px;
    top: 40% !important;
}

.swiper-container .swiper-button-next:after {
    color: #000;
    font-size: 25px;
}

.swiper-container .swiper-button-prev {
    left: -22.5px;
    top: 40% !important;
}

.swiper-container .swiper-button-prev:after {
    color: #000;
    font-size: 25px;
}

.heading-title h2 {
    font-size: 37px;
    line-height: 1.6;
    margin: 0;
    font-weight: bold;
}

@media (max-width: 767px) {
    .heading-title h2 {
        font-size: 20px;
    }
}

footer {
    background: #000;
    margin-top: 30px;
}

footer .footer-block {
    padding: 25px 0 0 0;
}

footer .footer-block .footer-address {
    margin: 0;
}

footer .footer-block .footer-address .adress-item {
    /*float: left;*/
    margin-right: 0;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}

footer .footer-block .footer-address .adress-item:last-child {
    margin: 0;
}

footer .footer-block .footer-address .adress-item h4 {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
}

footer .footer-block .footer-address .adress-item ul li {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    cursor: pointer;
}

footer .footer-block .footer-address .adress-item ul li i {
    margin-right: 5px;
    width: 12px;
}

footer .footer-block .footer-address .adress-item ul li a {
    color: #000;
}

footer .footer-socials {
    width: 40%;
    display: inline-block;
    padding-left: 40px;
}

footer .footer-socials h4 {
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

footer .footer-socials ul {
    display: inline-block;
    margin: 0;
}

footer .footer-socials ul li {
    float: left;
    padding: 0 15px;
    line-height: 1;
}

footer .footer-socials ul li a {
    display: block;
    font-size: 24px;
    color: #000;
}

footer .footer-socials ul li a.fb:hover {
    color: #3a5998;
}

footer .footer-socials ul li a.in:hover {
    color: #8a3ab9;
}

footer .footer-newsletter {
    padding: 0px 0;
}

footer .footer-newsletter h4 {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

footer .footer-newsletter .sub {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin: 4px 0 15px;
}

footer .footer-newsletter .link a {
    display: inline-block;
    max-width: 215px;
    width: 100%;
    line-height: 45px;
    background: #fff;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
}

footer .footer-newsletter .link a:hover {
    background: #fff;
}

footer .copyright {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
footer .toogle-mobile .toggle-content{
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    footer .toogle-mobile .title-toggle {
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        text-align: left !important;
        position: relative;
        line-height: 1.4;
        margin: 0;
    }

    footer .toogle-mobile .title-toggle:before {
        position: absolute;
        content: "\e136";
        font-size: 32px;
        font-family: 'Phosphor';
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    footer .toogle-mobile .title-toggle.active:before {
        content: '\e13c';
    }

    footer .toogle-mobile .toggle-content {
        display: none;
    }

    footer .toogle-mobile .footer-address {
        padding: 0;
    }

    footer .toogle-mobile .footer-address .city {
        padding-top: 5px;
        padding-bottom: 0;
        margin-bottom: 10px;
        margin-top: 5px;
        font-size: 18px;
    }

    footer .toogle-mobile .footer-address .adress-item {
        width: 100%;
        margin-bottom: 10px;
    }

    footer .toogle-mobile .footer-address .adress-item h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    footer .toogle-mobile .footer-address .adress-item ul li {
        margin-bottom: 5px;
    }

    footer .toogle-mobile .footer-address:first-child {
        padding-top: 0;
    }

    footer .toogle-mobile .footer-address:first-child .city {
        border: 0;
    }
}

footer .footer-socials ul li .title-menux {
    font-size: 14px;
    padding: 5px 0;
}

footer .footer-socials .xx-menu {
    float: left;
}

footer .footer-socials .xx-menu li {
    display: block;
    float: none;
    text-align: left;
}

footer .footer-socials h4.xxx-kls {
    text-align: left !important;
    margin-left: 20px;
}

.bct {
    width: 150px;
    display: block;
    margin: 10px auto;
}

footer .footer-socials h4 {
    margin-left: 15px;
}

@media (max-width: 767px) {
    footer .footer-socials h4.xxx-kls {
        text-align: left;
        margin-left: 20px;
    }

    .footer-socials ul {
        margin-left: 5px;
    }

    footer .footer-socials h4 {
        margin-left: 0px !important;
    }

    footer .footer-socials .xx-menu {
        margin-bottom: 20px;
    }

    footer .footer-socials h4 {
        text-align: left;
    }

    .bct {
        width: 150px;
        display: block;
        margin: 0;
        clear: both;
        margin-left: 10px;
    }

    footer .footer-socials ul {
        display: inline-block;
        margin: 0;
        float: left;
        margin-bottom: 20px;
        margin-left: 0px;
    }
}

.footer-newsletter {
    text-align: left;
}

footer .footer-newsletter .link.text-center {
    display: inline;
}

@media screen and (max-width: 767px) {
    footer .footer-newsletter {
        padding: 0px 0;
        margin-bottom: 20px;
    }

    .footer-newsletter .container h4 {
        margin-left: 0px;
    }

    .footer-socials.text-center .info-bct {
        padding: 0px 15px;
    }

    .fix-footer-mobile .footer-newsletter,
    .footer-newsletter .container h4,
    footer .footer-socials h4 {
        text-align: center !important;
    }

    footer .footer-socials ul {
        float: initial;
    }
}

.footer-socials.text-center .info-bct {
    margin-top: 15px;
    text-align: left;
}

.footer-socials.text-center p {
    color: #000;
    font-size: 13px;
}

a.ico-social-ft {
    width: 45px;
}


.newstore h2.city {
    padding-top: 30px;
    border-top: 1px solid #d0d0d0;
    margin-top: 20px;
}

footer {
    background-color: #000 !important;
}

.ladi-box {
    background-color: #d0d0d0 !important;
}

.city,
footer .footer-block .footer-address .adress-item h4,
footer .footer-block .footer-address .adress-item ul li,
footer .footer-block .footer-address .adress-item ul li i,
footer .footer-block .footer-address .adress-item ul li a,
footer .footer-socials h4,
footer .footer-socials ul li a {
    color: #fff;
}

@media (max-width: 767px) {
    footer .footer-socials .row {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
    }

    footer .footer-socials .row .col-md-8.col-xs-12.col-sm-6.fix-footer-mobile {
        order: 2;
        border-top: 1px solid #FFF;
        padding-top: 30px;
    }

    footer .footer-socials .row .col-md-4.col-xs-12.col-sm-6.fix-footer-mobile {
        order: 1;
        border-top: 0;
        padding-top: 0;
        padding-bottom: 10px;
    }
}