.full-footer {
    min-height: 100px;
    background: #1FBBC6;
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footermap,
.footertop {
    float: left;
    width: 100%;
}

.contact-map {
    position: relative;
    display: block;
}

.contact-info {
    padding: 30px 30px 20px;
    position: absolute;
    top: 90px;
    right: 15%;
    background-color: #3ab54a;
    font-family: Arial;
}

.contact-info>* {
    max-width: 350px;
}

.shop-name {
    margin-bottom: 20px;
}

.shop-name h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
}

.shop-name span {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.shop-name .icon {
    float: left;
    height: 45px;
    width: 35px;
    background: url(//hstatic.net/581/1000123581/1000171890/icon_shop.png?v=237) no-repeat 0px 0px/35px;
    margin-right: 9px;
    margin-top: 5px;
}

.contact-icon {
    display: inline-block;
    height: 34px;
    width: 34px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    margin-right: 10px;
}

.contact-icon>i {
    color: #fff;
    font-size: 14px;
    line-height: 34px;
}

.ft-address,
.ft-email,
.ft-phone {
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
}

.ft-list {
    align-items: center;
    display: flex;
}


/*footer-top*/

.wrap-flowus {
    display: flex;
    align-items: end;
}

.wrap-flowus>span {
    font-weight: bold;
    font-size: 19px;
    margin-right: 10px;
}

.social-block a {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    margin: 0px;
    transition: 0.3s all ease 0s;
    border-radius: 2px;
    background: #ebebeb;
}

.social-block a .fa {
    margin: 0px;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}

.social-block .fb {
    background: #3c599f;
}

.social-block .yt {
    background: #cb2027;
}

.social-block .tt {
    background: #5eaade;
}

.social-block .itg {
    background: #dd4c39;
}

.ft-list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.ft-list-menu>li {
    display: inline-block;
    border-right: 1px solid #ddd;
    font-size: 15px;
    padding: 0 14px;
}

.ft-list-menu>li:last-child {
    padding: 0;
    padding-left: 14px;
    border-right: unset;
}

.ft-list-menu>li>.sub-menu {
    display: none;
}


/*footer*/

.full-footer {
    color: #fff;
    background: #333;
}

.footer-box>h3 {
    font-size: 18px;
    font-weight: bolder;
}

ul.menu-footer {
    padding: 0;
    list-style: none;
}

ul.menu-footer li {
    background: url('./images/icon_list.png') no-repeat left center;
    padding-left: 16px;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
}

ul.menu-footer li:hover {
    margin-left: 15px;
}

ul.menu-footer li:hover a {
    color: #3ab54a;
    text-decoration: underline;
}

.full-footer-bottom {
    background: #666;
    padding: 10px 0;
}

.left-footer-bottom {
    width: 40%;
    text-align: left;
    display: inline-block;
    color: #fff;
}

.mid-footer-bottom {
    display: inline-block;
    text-align: center;
    width: 19%;
}

.right-footer-bottom {
    display: inline-block;
    width: 40%;
    text-align: right;
}

*/ a.design-by {
    color: #fff;
    text-decoration: none;
}

a.design-by:hover {
    text-decoration: underline;
}

#show-sft,
#hide-sft {
    float: right;
    font-size: 14px;
    margin: 0;
    text-align: right;
    cursor: pointer;
}

#show-sft,
.active-sft #hide-sft {
    display: inline-block;
}

#hide-sft,
.active-sft #show-sft {
    display: none;
}

.notify-ajax-success {
    position: fixed;
    top: 100px;
    right: 10px;
    max-width: 200px;
    width: 100%;
    z-index: 999;
}

.messenger-item {
    border: 2px solid #49a010;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
}

.messenger {
    display: flex;
}

.messenger .image-mess {
    max-width: 70px;
}

.viewcartlink {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    border-bottom: 2px solid #49a010;
}

.text-mess>span {
    display: block;
}

.inner-footer-bottom>* {
    vertical-align: middle;
}

.link_bct img {
    max-width: 120px;
    display: inline-block;
}

.footer-bottom.mid-footer-bottom>* {
    vertical-align: middle;
    display: inline-block;
}

a.design-by {
    color: #fff;
}

.footertop {
    border-top: 2px solid #50cd88;
    padding: 8px 0;
}

@media only screen and (max-width: 1024px) {
    .ft-list {
        display: none;
    }
}

@media only screen and (max-width: 990px) {
    .mid-footer-bottom,
    .right-footer-bottom,
    .left-footer-bottom {
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .footer-bottom {
        width: 100%;
        text-align: center;
    }
    .footer-box h3 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .so-maps .contact-info {
        right: 0;
        top: 0;
        transform: translate(0);
        width: 100%;
        position: relative;
    }
}

@media only screen and (max-width: 600px) {
    .footer-box {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .contact-info {
        padding: 20px;
    }
}