/* section:first */
section:first-of-type {
      background-color: #fff; 
   /*margin-top: 0 !important;*/
}
body{
background-color: rgb(255 255 255) !important;
}
.banner--fixed img{
    border-radius: 21px !important;
        width: auto !important;
        margin: auto !important;
}
/*
section:first-of-type.s-block{
 margin-top: 0 !important;
}
*/
.topnav-is-dark .top-navbar{
background-color: #233479 !important;
color:#fff !important;
}
/* Add custom CSS styles below */
.bmZSoU {
  display: none !important;
}

.s-slider-block__title-left a, .s-block__display-all{
  color: #000 !important;
}

.s-product-card-promotion-title {
  background: #000 !important;
  color: #fff !important;
}

.s-button-primary-outline {
  color: #414042 !important;
}
.s-search-input::placeholder{
color: #fff !important;
    opacity: 0.6 !important;
}
.s-button-primary-outline:hover {
  background-color: #414042 !important;
  color: #fff !important;
}
.sicon-quote-open:before {
  color: #000 !important;
}

.main-menu li.root-level>a {
  color: #000 !important;
}

.s-login-modal-link {
  color: #000 !important;
}
.s-product-card-content-subtitle, .text-gray-400 {
  color: #535353 !important;
}
.opacity-75 {
  opacity: 1 !important;
}
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    z-index: 9999;
}
/*add to cart button color*/
.s-button-element:not(:disabled):not([loading]) {
    background: #4eb26c !important;
    color: #fff !important;
}
.s-product-card-promotion-title {
    background: #16ace0 !important;
}
/*cut off tringle in the right top side*/
.full-banner-entry::after, .full-banner-entry::before{
display:none;
}
/*chache the color of bercumb text*/

.text-primary {
    color: #414042;
    color: #02020294;
}

/*remove whatsapp button*/
button#whatsapp-button {
    display: none;
}
/*title*/
.s-slider-block__title h2 {
    padding-bottom: 13px;
}
.s-slider-block__title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(100% - 8rem);
}
.s-slider-block__title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #4db06c;
    bottom: 0;
    left: left: calc(100% - 8rem);
}
/*features__item*/
.s-block--features__item .feature-icon i{
    color: #ffffff !important;
}
/*slider-with-bg*/
.has-overlay:after{
background-color: rgb(0 0 0 / 0%) !important;
}
.s-block--slider-with-bg .slider-bg:before{
background-color: #233479 !important;
}

.banner-entry h3, .banner-entry p{
opacity: 1 !important;
}
.banner-entry h3.text-with-border{
border-style: none !important;
}
.banner-entry{
background-color: rgb(88 88 88) !important;
}
.banner-entry .lazy__bg.loaded {
    opacity: 0.7 !important;
}
.s-block--features__item .feature-icon{
background-color: #233479 !important;
}
/*promotion-title*/

@keyframes shrinkGrow {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
}

.s-advertisement-content-main a {
  display: inline-block;
  animation: shrinkGrow 1s ease-in-out infinite;
}
/*
.banner-entry .lazy__bg.loaded {
    opacity: 0.7 !important;
    background-size: cover !important;
}

.s-product-card-fit-height .s-product-card-image {
    height: 20rem;
    max-height: 19rem;
}
.s-product-card-entry {
   
    height: 513px;
    }
    */
/*footer*/
.store-footer__inner{
    content: "";
    background-image: url(https://wpriverthemes.com/aveit/wp-content/themes/aveit/img/shape/42.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-size: 100%;
    background-position: left top;
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: #233479;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 15px;
}
.footer-is-light .store-footer {
    color: #fff;
    background-color: #233479;
    position: relative;
   
  
}
.copyright-text p{
    color: #ffffff !important;
}
.s-block--slider-with-bg{
    background-color: rgb(249 250 251) !important;
}
.s-block.s-block--fixed-banner.wide-placeholder {
  margin-top: 0;
}
.s-block.s-block--fixed-banner.wide-placeholder .container {
  width: 100%;
  max-width: 100%;
}
.banner--fixed img{
    width: 100% !important;
}