.nav-left {
justify-content: flex-end;
}
.nav-right {
justify-content: flex-start;
}
.has-icon {
color: #000000;
}
.header-cart-link {
color: #000000
}
.header-main .nav > li > a {
line-height: 0px;
}
.header-wrapper:not(.stuck) .header-main .header-nav {
margin-top: 0px;
}
.buy-now-btn {
background-color: #ffc439;
}
.product-main {
padding: 10px 0;
}
.header-main .nav > li > a{
color: #000000;
}
.circle, .circle img {
border-radius: 20px !important;
}
.flex-basis {
flex-basis: 50%;
}
.commentlist li .meta {
display: none;
}
.commentlist li .avatar { display: none;}
@media (max-width: 768px){
.header-main .nav > li > a {
line-height: 50px;
}
.nav-left {
justify-content: flex-start;
}
.nav-right {
justify-content: flex-end;
}
.has-icon {
color: #000000;
}
.header-cart-link {
color: #000000
}
.buy-now-btn {
width: 600px;
border-radius: 10px;
background-color: #ffc439;
}
.nav>li.has-icon>a>i {
color:#000000;
}
.commentlist li .meta {
display: none;
}
.commentlist li .avatar { display: none;}
}
@media screen and (max-width: 849px){
.col {
padding-bottom: 0px;
}
#ppcp-messages {
display:none;
}
}