
.footer {
	background: #eee;
	/*padding: 30px;*/
    background: unset;
}
.footer p {
	color: black;
}
.footer .box-interested a {
	color: black;
	text-decoration: underline;
	font-weight: unset;
}
.footer-social ul {
	list-style: none;
    padding: 0;
    margin-top: 15px;
}
.footer-social ul li {
	display: inline-block;
    text-align: left;
    margin-right: 20px;
}
.footer-social i {
	font-size: 25px;
}
.footer-mobile {
	display: none;
}
.footer .box-menu {
	text-align: right;
}
.footer .box-menu a {
	color: black;
	font-weight: unset;
	font-size: 18px;
}
.footer .box-interested h2 {
	font-size: 27px;
}
.wrapper footer {
    margin: 0;
    padding: 0;
}
.copyright {
	background: #63676a;
    padding: 15px 0px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.box-grid-col {
	display: grid;
    grid-template-columns: 1fr 1fr;
}
.body-option-signin,
.footer-vendor-mobile,
.footer-icon-mobile .footer-icon-visa,
.footer-icon-mobile .footer-icon-card,
.footer-icon-mobile .footer-icon-paypal {
	display: none;
}

@media all and (max-width: 991px) {

}

@media all and (max-width: 768px) {
	.footer .box-menu {
		text-align: left;
		padding-top: 15px;
	}
}

@media all and (max-width: 480px) {
	.footer-icon-web,
	.footer-bottom-sell,
	.footer-bottom-infor,
	.footer-bottom-about,
	.footer-licensor-mobile {
		display: none;
	}
	.footer-icon-mobile,
	.footer-vendor-mobile {
		display: block;
	}
	.footer-bottom {
		padding-bottom: 60px;
	}
	.footer-mobile {
		display: flex;
	    height: 55px;
	    background: #eee;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    position: fixed;
	    z-index: 9999;
	}
	.footer-mobile .item {
		width: -webkit-calc(100%/6);
	    float: left;
	    margin: auto;
		text-align: center;
		padding: 5px 0;
	}
	.footer-mobile .item i {
		color: gray;
		font-size: 20px;
		position: relative;
	}
	.footer-mobile .show-number {
		position: absolute;
	    z-index: 9;
	    left: 15px;
    	top: -5px;
	    background: red;
	    color: white;
	    border-radius: 10px;
	    font-size: 12px;
	    width: 15px;
	    height: 15px;
	    font-weight: bold;
	    display: flex;
    	justify-content: center;
    	align-items: center;
	}
	.footer-mobile .item p {
		color: gray;
		font-size: 12px;
		line-height: 12px;
		margin-bottom: 0;
        text-align: center;
	}
	.footer-image-right ul li {
	    width: 10%;
	}
	.footer-icon-mobile .social i {
		font-size: 30px;
	}
	.footer-icon-mobile .footer-icon-visa,
	.footer-icon-mobile .footer-icon-card,
	.footer-icon-mobile .footer-icon-paypal {
		display: block;
		width: 15% !important;
	}
	.body-option-signin {
	    display: none;
	    background: #000;
	    position: fixed;
	    left: 0;
	    top: 0;
	    bottom: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 9999;
	    overflow: auto;
	    background-color: rgba(0,0,0,0.6);
	}
	.body-option-signin .box-content {
	    width: 80%;
	    text-align: center;
	    padding: 20px 0;
	    font-size: 20px;
	    background: white;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	}
	.body-option-signin .close_off {
		position: absolute;
	    right: -7px;
	    top: -12px;
	    background: lightgrey;
	    height: 25px;
	    width: 25px;
	    border-radius: 50%;
	    font-size: 18px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.body-option-signin a {
	    color: black;
	}
	.body-option-signin .button {
	    width: 100%;
	    display: inline-block;
	    margin-bottom: 10px;
	}
	.body-option-signin button {
	    border: none;
	    font-size: 18px;
	    width: 140px;
	    height: 40px;
	    line-height: 40px;
	}
	.body-option-signin h3 {
	    margin-top: 0;
	}
	.body-option-signin .customer {
		background: #A2D6B3 ;
	}
	.body-option-signin .vendor {
		background: #F8A698;
	}
	.body-option-signin .affiliate {
		background: #85D0CD;
	}
	.copyright {
		margin-bottom: 55px;
		font-size: unset;
	}
	.footer .box-interested h2 {
		font-size: 22px;
	}
	.footer .box-menu a {
		font-size: 16px;
	}
	.footer {
		padding: 0 0 50px 0;
	}
}
