footer.footers2 {
    margin-top: 0px;
    background-size: cover;
    background-position: 100% 100%;
    color: #333;
}

footer.footers2 .footers2-wrap {
    padding-top: 0rem;
}
    footer.footers2 .footers2-wrap .footers2-top {
        margin-left: -10px;
        margin-right: -10px;
    }
footer.footers2 .footers2-wrap .footers2-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #ededed;
    padding-bottom: 1rem;
}
.footers2-top-item-content h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 10px;
}
footer.footers2 .footers2-wrap .footers2-top .footers2-top-one {
    width: 24%;
}
footer.footers2 .footers2-wrap .footers2-top .footers2-top-two {
    width: 30%;
}
    footer.footers2 .footers2-wrap .footers2-top .footers2-top-two {
        padding: 10px;
    }
footer.footers2 .footers2-wrap .footers2-top .footers2-top-three {
    width: 23%;
}
    footer.footers2 .footers2-wrap .footers2-top .footers2-top-three {
        padding-left: 10px;
        padding-right: 10px;
    }
footer.footers2 .footers2-wrap .footers2-top .footers2-top-four {
    width: 17%;
}
    footer.footers2 .footers2-wrap .footers2-top .footers2-top-four {
        padding-left: 10px;
        padding-right: 10px;
    }
footer.footers2 .footers2-wrap .footers2-top .footers2-top-five {
    width: 27.5%;
}
    footer.footers2 .footers2-wrap .footers2-top .footers2-top-five {
        padding: 10px;
    }
footer.footers2 .footers2-wrap .footers2-top .footers2-top-one a {
    display: block;
    margin-bottom: 15px;
    max-width: 74%;
}
footer.footers2 .footers2-wrap .footers2-top .footers2-top-one p {
    max-width: 85%;
    opacity: 0.8;
    font-size: 14px;
    margin: 0;
}
footer.footers2 .footers2-wrap .footers2-top h4 {
    font-weight: bold;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
footer.footers2 .footers2-wrap .footers2-top h4 i {
    opacity: .8;
    font-size: .9rem;
    display: none;
    transition: all 0.2s;
}
footer.footers2 .footers2-wrap .footers2-top .footers2-top-two p {
    /* opacity: 0.8; */
    margin: 0;
}
footer.footers2 .footers2-wrap .footers2-top h4 {
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #333;
    text-transform: uppercase;
    font-size: 18px;
}
footer.footers2 .footers2-wrap .footers2-top ul li a {
    color: #333;
    display: inline-block;
    padding-bottom: 10px;
    transition: all .4s ease;
}
.shop-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin-top: 15px;
    gap: 15px;
}
.shop-social li a img {
    max-height: 30px;
}
footer.footers2 .footers2-wrap .footers2-bot {
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
footer.footers2 .footers2-wrap .footers2-bot p a {
    color: #fcc419;
}
.shop-payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.footers2-top-item.footers2-top-four iframe {
    width: 100%;
    height: 200px;
}
.footers2-top-item.footers2-top-six {
    width: 18%;
    padding: 10px 10px;
}
.footers2-top-item.footers2-top-five iframe {
    width: 100%;
}
.footers2-bot h4 {
    color: #333;
    font-size: 17px;
}

@media(max-width:990px) {
    .home-newletter .home-newletter-wrap .home-newletter-wrap-left {
        width: 100%;
    }
    
    .home-newletter .home-newletter-wrap .home-newletter-wrap-right {
        display: none;
    }
    
    .home-newletter .home-newletter-wrap .home-newletter-wrap-left h2 {
        font-size: 35px;
    }
    
    .home-newletter .home-newletter-wrap {
        padding-top: 0px;
    }
    
    .home-newletter .home-newletter-wrap .home-newletter-wrap-left form button {
        font-size: 14px;
    }

}

@media(max-width:765px){
    footer.footers2 .footers2-wrap .footers2-top {
        padding-bottom: 2rem;
    }
    
    .footers2-top-item.footers2-top-six{
        width: 100%;
    }
    footer.footers2 .footers2-wrap .footers2-top .footers2-top-one {
        width: 100%;
        padding: 10px;
    }
    
    footer.footers2 .footers2-wrap .footers2-top .footers2-top-two {
        width: 100%;
    }
    
    footer.footers2 .footers2-wrap .footers2-top .footers2-top-three {
        width: 100%;
    }
    
    footer.footers2 .footers2-wrap .footers2-top .footers2-top-four {
        width: 100%;
    }
    
    footer.footers2 .footers2-wrap .footers2-top .footers2-top-five {
        width: 100%;
    }
}