html {
margin: 0;
padding: 0;
width: 100%;
overflow-x: hidden;
}
body {
color: #000;
line-height: 1.5;
font-family: 'Mulish', sans-serif;
font-size: 1rem;
font-weight: 400;
margin: 0;
overflow: hidden;
}
header#sp-header {
animation: spFadeIn 0.5s;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
padding: 15px 10px;
width: 100%;
}
#sp-header .logo .logo-image, #sp-header .logo .logo-image-phone {
height: 55px;
}
ul.menu-parent {
display: inline-block;
list-style: none;
margin: 0;
padding: 0;
}
.sp-column {
text-align: right;
}
@media (max-width: 825.98px) {
.sp-column {
padding: 0 35px 0 0;
}
}
li.menu-item {
display: inline-block;
}
.menu-parent a {
color: #000;
display: inline-block;
font-size: 1rem;
line-height: 80px;
margin: 0;
padding: 0 0 0 15px;
text-decoration:none;
}
@media (max-width: 1399.98px) {
.menu-parent a{
font-size: 0.875rem !important;
}
}
@media (max-width: 767.98px) {
.logo {
text-align: center;
display: block;
margin: 0 auto;
}
.logo img {
margin: 0 0 15px;
}
.sp-column {
text-align: center;
}
.menu-parent a {
line-height: 1;
}
}
.btn-primary {
background-color: #00cc00;
border-color: #00cc00;
color: #fff !important;
line-height: 24px!important;
padding: 6.3px 24px !important;
margin: 0 15px!important;
}
.mainContent {
overflow: hidden;
margin: 0;
padding: 0;
border-bottom: 25px solid #000;
}
.mainContent.success {
margin: 50px 0;
}
/*
paystack iframe
*/
.mainContent iframe#shopStack{
overflow: auto;
background-color:transparent;
width:100%;
border:0;
}
body :not(iframe) .navbar--fadeIn {
display: none!important;
}

#footerArea {
text-align: center;
background: #000;
color: #fff;
font-size: 14px;
padding: 30px 0;
margin:0;
}
#footerArea ul.menu {
display: inline-block;
list-style: none;
padding: 0;
margin: 0 -10px;
}
#footerArea ul.menu li {
display: inline-block;
margin: 0 10px;
padding: 0rem;
}
#footerArea ul.menu li a {
display: block;
}
#footerArea a {
color: #A2A2A2;
text-decoration: none;
}
#footerArea a:hover {
text-decoration: underline;
}