/* footer styling starts here */
ul li {
    list-style: none;
}

.endSection {
    background-color: #FAFAFA;
}

.footer {
    padding-top: 50px;
}

.iconDescription {
    padding-left: 20px;
}

.footerIconsAndDescriptionSection p {
    margin: 0px !important;
}

.footwearType li a {
    text-decoration: none;
    color: #B5B5B5;
    text-transform: uppercase;
}
.footwearType li a:hover{
    color:#FF9C00;
}
.footerSectionHeading {
    font-family: Lato;
    font-size: 24px;
    font-weight: semibold;
    color: #080D47;
}

.footerSectionHeading li a,
.iconDescriptionFont,
.footerLogoSection p {
    font-family: Lato;
    font-size: 14px;
    color: #B5B5B5;
}

.footerUnderline {
    background-color: #0D213C;
    height: 1px;
    margin-bottom: 20px;
}

.footerLogoSection img {
	width: auto;
    max-width:200px;
    height: 100px;
    object-fit:contain;
}
.footerLogoSection p {
    padding-top: 15px;
}

.endSection ul {
    padding-left: 0px !important;
}

.iconDescriptionFontChange {
    font-family: Lato;
    font-size: 13px;
    color: #B5B5B5;
}

.footerIconsSectionOne,
.footerIconsSectionTwo,
.footerIconsSectionThree {
    padding-bottom: 10px;
    ;
}

.footerProductsSection ul li {
    padding-bottom: 5px;
}

.shopNowButton {
    margin-top: 30px;
    width: 135px;
    height: 45px;
    background-color: #FF9C00;
}

.shopNowButton a {
	color: #fff;
	text-transform: uppercase;
	font-family: lato;
	font-size: 13px;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shopNowButton a:hover {
    color: white;
    text-decoration: none;
}

.copyright {
    font-family: lato;
    font-size: 14px;
    color: #707070;
}

.followUsSection img {
    height: 20px;
}
.policiesSection{
    padding-bottom:30px;
    width:60%;
    margin:auto;
}
.policiesSection a{
    font-family: Lato;
    font-size:16px;
    color:#B5B5B5;
}
.socialMediaIcons i{
    font-size:30px;
    color:#727272;
}
.socialMediaIcons i:hover{
    color:#FF9C00;
}
.policiesSection  a:hover{
    color:#FF9C00;  
}
.social_icons{
    gap: 15px;
}