/*
* author: Ants Creation (Pvt) Ltd
* email: info@ants.lk
* web: www.ants.lk
* description: footer styles
*/

/* footer */

.footer .subscribe p{
    font-size: 13px !important;
}

.footer .subscribe .email{
    border-radius: 5px;
    vertical-align: middle;
    /* display: inline; */
    height: auto;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid white;
}

.footer .subscribe .subscribe-btn{
    background-color: white;
    border-radius: 5px;
    display: block;
    left: auto;
    right: 15px;
}

.footer .subscribe .subscribe-btn i{
    font-size: 17px;
}

.footer .footer-bottom-box{
    padding: 70px 0 30px 0;
    background-color: #332F2C;
}
.footer .footer-bottom-box .footer-logo p{
    color: var(--white);
    font-size: 11px;
}

.footer .footer-bottom-box .footer-text{
    color: white;
    font-size: 14px;
}
.footer .footer-bottom-box h4{
    color: white;
    font-size: 18px;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.footer .footer-bottom-box p{
    color: white;
    font-size: 14px;
}

.footer .footer-bottom-box ul{
    padding-left: 0;
    list-style: none;
}
.footer .footer-bottom-box ul.colunm2{
    column-count: 2;
}
.footer .footer-bottom-box ul li.inline{
    display: flex;
}
.footer .footer-bottom-box ul li span{
    color: var(--theme2);
}
.footer .footer-bottom-box ul li a{
    color: white;
    font-size: 15px;
    padding-bottom: 15px;
    display: block;
}

.footer .footer-bottom-box ul li a:hover{
    color: var(--theme4);
}

.footer .footer-bottom-box .call-nav{
    margin-left: 0;
}
.footer .footer-bottom-box .call-nav .call-out{
    display: flex;
    align-items: center;
}
.footer .footer-bottom-box .call-nav .call-out i{
    font-size: 2.6em;
    margin-right: 0.2em;
    color: var(--theme1);
}
.footer .footer-bottom-box .call-nav .call-out .call-text h6{
    font-size: 12px;
    margin-bottom: 0;
    color: white;
}
.footer .footer-bottom-box .call-nav .call-out .call-text a{
    color: var(--white);
    font-size: 20px;
    font-family: 'Roboto-Black';
}


.footer .footer-bottom-box .social h6{
    color: var(--white);
    font-size: 14px;
}
.footer .footer-bottom-box .social ul{
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer .footer-bottom-box .social ul li{
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    color: var(--white);
}

.footer .footer-bottom-box .social ul li a{
    color: var(--theme1);
    font-size: 1.25rem;
}

.footer .footer-bottom-box .social ul li a:hover i{
    color:var(--theme4);
}

.footer .footer-bottom-box .footer-email{
    color:white;
    margin-top: 10px;
    font-size: 16px;
    display: block;
}

.footer .footer-bottom-box .shipping-methods ul{
    margin-bottom: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.footer .footer-bottom-box .shipping-methods .shipping-method{
    color: var(--white);
}

.footer .footer-bottom-box .shipping-methods .shipping-method img{
    margin-right: 5px;
}

.footer-copyright{
    border-top: 1px solid #AAAAAA;
    background-color: #332F2C;
}
.footer-copyright .copyrights-bar{
    padding: 15px 0;
    text-align: center;
}
.footer-copyright .copyrights-bar .copyright{
    color: white;
    margin-left: 0;
    margin-right: auto;
    font-size: 0.9rem;
}
.footer-copyright .copyrights-bar .copyright span a{
    color: white;
}

.copyright a{
    color: var(--theme1);
}

.bottom-to-top{
    width: 30px;
    height: 30px;
    background-color: var(--theme2);
    color: white;
    position: fixed;
    border: 1px solid white;
    right: 2%;
    bottom: 8%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.review-action{
    width: 0;
    position: fixed;
    z-index: 1015;
    top: 50%;
    display: flex;
    justify-content: center;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    right: 0;
    transform: rotate(90deg) translate(50%, 50%);
}

.review-action .review-action__outer{
    padding: 10px 20px 15px 20px;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    width: auto;
    white-space: nowrap;
    margin: 0 8px 0px 8px;
    background-color: var(--theme1);
    color: white;
}

.review-items{
    page-break-inside: avoid;
    break-inside: avoid;
    column-count: 3;
    column-gap: 10px;
}

.review-items .review-items--item{
    margin-bottom: 10px;
    position: relative;
    break-inside: avoid;
    width: 100%;
    will-change: transform;
}

.review-items .review-items--item .says-outer{
    margin-inline: 0;
}


@media only screen and (max-width: 1199px) {
    .footer .footer-top .subscribe-note{
        padding: 15px 0 15px 0;
    }
    .footer .footer-top .subscribe{
        padding: 15px 0 15px 0;
    }
    .footer-copyright{
        padding-bottom: 61px;
    }
    .footer .footer-top {
        margin-bottom: -50px;
    }
}
@media only screen and (max-width: 1130px) {
    .footer .footer-top .subscribe .email{
        width: 300px;
    }
}
@media only screen and (max-width: 991px) {
    /* .footer .footer-top .subscribe .email{
        width: 200px;
    }
    .footer .footer-bottom-box .social ul{
        margin-bottom: 1rem;
    } */

    /* .footer .footer-bottom-box .row .col-12:first-child,
    .footer .footer-bottom-box .row .col-12:nth-child(2),
    .footer .footer-bottom-box .row .col-12:nth-child(3),
    .footer .footer-bottom-box .row .col-12:nth-child(4)
    {
        margin-bottom: 20px;
    } */

    .bottom-to-top{
        width: 35px;
        height: 35px;
        font-size: 1rem;
        bottom: 14%;
    }
}
@media only screen and (max-width: 767px) {
    .footer .footer-top .subscribe-note{
        padding: 15px 0 0 0;
    }
    .footer .footer-top .subscribe .email{
        width: 400px;
    }

    .footer-bottom-box .footer-logo{
        margin-bottom: 25px;
    }

    .review-action .review-action__outer{
        padding: 10px 18px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    .footer .footer-top .subscribe .email{
        width: 250px;
    }
    .home-tips-row .tips-col .quick-tip-inner {
        border-right-color: transparent;
    }

    .footer-copyright .copyrights-bar{
        display: block;
        text-align: center;
        padding: 15px 10px;
    }
}
@media only screen and (max-width: 450px) {
    .footer .footer-top .subscribe .email{
        width: 200px;
    }
    .footer .footer-top .subscribe button{
        padding: 0.6rem 0.4rem;
    }
}
