.header .header__top {
    background-color: aliceblue;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 25px 0;
}
.ps-product-list .ps-section__links li a.active {
    color: white;
}
.ps-page__right{
 display: none; 
}
.widget_footer{
  padding: 0 20px 20px 0;
}
.sub-menu>li>a:hover {
    color: rgb(2 133 110);
}
.header .header__extra:hover i {
    color: var(--header-text-accent-color);
}
.header .ps-block--user-header .ps-block__right a:hover {
    color: #02856e;
}
.footer-copyright{
  display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.ps-footer {
    padding-top: 70px;
    background: #f0f8ff;
}
.ps-logo img{
  max-height: 70px !important;
}
p {
    color: black;
    font-size: 16px;
    line-height: 1.6em;
}
.header .navigation .menu>.current-menu-item>a{
  color: #02856e;
  font-weight: 600;
}
#back2top i {
    color: white;
    font-size: 16px;
}
.ps-block--category {
    border: 1px solid #abcc4a;
    padding: 20px;
    border-radius: 5px;
}
.navigation {
    background-color: #f0f8ff;
}
.ps-form--quick-search {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    border: 1px solid #02856e;
    border-radius: 5px;
}
.header .header__extra span, .header .ps-form--quick-search button {
    background-color: #02856e;
    color: var(--header-button-text-color);
}
.ps-footer__links{
 display: none; 
}
.owl-carousel .ps-product {
    margin-bottom: 10px;
    border: 1px solid #02856e;
    margin-right: 8px;
    border-radius: 5px;
}
.ps-product-list .ps-section__header {
    align-items: center;
    background-color: #ABCC4A;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 16px 20px;
}
.ps-product-list .ps-section__links li a {
    color: var(--header-text-accent-color);
}
 
.ps-list--link li a {
    color: black;
    font-size: 16px;
}
#back2top {
    align-items: center;
    background-color: #02856e;
    border: 1px solid #ddd;
    border-radius: 4px;
    bottom: 30px;
    box-shadow: 0 0 3px 0 #02856e;
    height: 40px;
    justify-content: center;
    opacity: 0;
    position: fixed;
    right: 30px;
    transition: all .4s ease;
    visibility: hidden;
    width: 40px;
    z-index: 10000;
}
.ps-block--site-features {
        padding: 16px;
}
.header--mobile {
    background-color: aliceblue; 
}
.header--mobile.header--sticky .navigation--mobile{
   background-color: aliceblue; 
}
.ps-carousel--nav-inside .owl-dots .owl-dot {
    background-color: black; 
}
.ps-carousel--nav-inside .owl-dots .owl-dot.active{
  background: #abcc4a;
}
@media (min-width: 768px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 250px;
    }
  
}
@media (max-width: 474.99px) {
  .widget_footer .widget-title {
    font-size: 16px;
    margin-bottom: 10px;
}
  .ps-footer {
    padding-top: 40px;
}
  .ps-footer__widgets {
    padding-bottom: 10px;
}
  .widget_footer {
    padding: 0 20px 0px 0;
}
  .footer-copyright{
    flex-direction: column;
  }
  #homepage-1 .ps-top-categories {
    margin-bottom: 20px !important;
  }
  .ps-block--category {
    margin-bottom: 15px;
    padding: 20px;
}
  .ps-product-list .ps-section__header {
    align-items: center;
    background-color: #ABCC4A;
    padding: 9px 9px !important;
}
  #homepage-1 .ps-home-banner .ps-banner {
    min-height: 129px;
}
  .ps-collection {
        margin-bottom: 10px !important;
    }
  .ps-home-ads{
    margin: 10px 0 0 0 !important;
  }
  .ps-product-list{
    margin: 20px 0 40px 0 !important;
  }
}