/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.01111111
*/
.has-shadow>.col>.col-inner{
    height: 100%;
}
.absolute-footer{
    padding-bottom: 70px;
}
/*breadcrumb*/
.breadcrumb-ctn{
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: -25px;
    font-size: 13px;
}
.page .breadcrumb-ctn,
.shop-page-title .breadcrumb-ctn{
    margin-top: 5px;
}
.breadcrumb_last{
    font-weight: normal;
}
#breadcrumbs > span,
#breadcrumbs > span > span{
    vertical-align: middle;
}
/*end breadcrumb*/
/*hotline-footer*/
.hotline-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    z-index: 99;
    background: #2196f3!important;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 8px 0px;
}
.hotline-footer .item {
    background-color: hsla(0,0%,100%,.2);
    padding: 0px 10px;
    margin: 0px 5px;
    border-radius: 5px;
    border-left: 1px solid hsla(0,0%,100%,.38);
}
.hotline-footer .item1 {
    height: 100%;
    color: white;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
.hotline-footer .item2 {
    height: 100%;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    border-left: 1px solid hsla(0,0%,100%,.38);
}
.hotline-footer .item3 {
    height: 100%;
    color: white;
    text-align: center;
    border-left: 1px solid hsla(0,0%,100%,.38);
    justify-content: center;
    display: flex;
    align-items: center;
}
.hotline-footer .item4 {
    height: 100%;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    border-left: 1px solid hsla(0,0%,100%,.38);
}
.hotline-footer a {
    color: #fff;
}
.hotline-footer img {
    width: 20px;
    margin-right: 8px;
}
.hotline-footer-mobile {
    display: none;
}
@media (max-width: 549px){
    .hotline-footer {
        display: none;
    }
    .hotline-footer-mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;
        background: #2196f3!important;
        justify-content: center;
        align-items: center;
        display: flex;
        padding: 5px 0px;
        text-align: center;
        font-size: 12px;
    }
    .hotline-footer-mobile .item {
        padding: 0px 10px;
    }
    .hotline-footer-mobile .item1 {
        color: white;
        text-align: center;
    }
    .hotline-footer-mobile .item2 {
        color: white;
        text-align: center;
        border-left: 1px solid hsla(0,0%,100%,.38);
    }
    .hotline-footer-mobile .item3 {
        color: white;
        text-align: center;
        border-left: 1px solid hsla(0,0%,100%,.38);
    }
    .hotline-footer-mobile .item4 {
        color: white;
        text-align: center;
        border-left: 1px solid hsla(0,0%,100%,.38);
    }
    .hotline-footer-mobile a {
        color: #fff;
        padding-top: 4px;
        text-align: center;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        display: inline-flex;
        font-size: 0.9rem;
    }
    .hotline-footer-mobile img {
        width: 20px;
    }
}
/*end hotline-footer*/
/*footer*/
.footer-wrapper, .footer-wrapper a{
    color: #ffffff;
}
.footer-wrapper a:hover{
    text-decoration: underline;
}
.footer-wrapper h3{
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}
.footer-2{
    background-color: #2196f3 !important;
}
.absolute-footer{
    color: #ffffff !important;
}
.social-icons > span{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    display: block;
    font-size: 19.2px;
}
/*end footer*/
