  
  /*.cw-header-info {
    background-color: #ffffff;
  }
  .cw-header-business h3 {
    font-size: 1em;
    padding: 0.3em 0.5em;
    margin-bottom: 0;
  }
  .cw-header-business p {
    font-size: 0.9em;
    padding: 0.2em 0.5em;
    line-height: 1.4em;
    margin-bottom: 0;
  }

  .cw-header-info .cw-header-business a {
    color: var(--color-theme-secondary);
    font-weight: 700;
  }

  .cw-header-info .cw-header-business a:hover {
    color: var(--color-theme-primary);
  }*/


  .header .header-info-logo-img img {
    width: 180px
}

.header .header-info-logo-img {
    padding: .5rem;
    background: rgba(255,255,255,.4);
    border-radius: 50%
}

.header-container {
/*     overflow: hidden; */
    background: url(https://apihoard.webit.com/api/v1/Image/D6993F454D28AE24BC01009DDD6DF94F/D6993F454D28AE24BC01009DDD6DF94F.jpg?size=1920x1440) left top;
    background-size: cover;
  background-attachment: fixed;
}

.header .navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: .925rem
}

.header .nav-link-cart::after,.header .navbar .nav-link::before {
    border-width: 1px
}

.cw-header-contact {
    padding: .8rem 0 .9rem
}

.cw-phone {
    font-weight: 700
}

@media(min-width: 992px) {
    .header .header-info-logo-img {
        position:fixed;
        z-index: 2000;
        top: 0;
        left: 5px
    }

    .header .navbar.bg-primary {
        box-shadow: 2px 2px 6px rgb(0 0 0/0.25)
    }

    nav.navbar .container {
        max-width: none
    }

    .header.has-cart .collapse.justify-content-center,.header .navbar-collapse.justify-content-center {
        justify-content: flex-end!important
    }

    .header .navbar-nav:not(.navbar-cart) {
        max-width: calc(100% - 180px);
        justify-content: center
    }

    .header .navbar.cw-scrolled {
        top: 0
    }

    .header .header-info-logo-img.cw-shrink {
        width: 54px;
        padding: 5px;
        background: #fff
    }

    .cw-phone {
        font-size: 1.5rem
    }
}

/*-- Subpages --*/

section:not(.page-home) .title {
	text-align: center;
}


.page-home .list {
    padding: 0
}

.list-img-wrap {
    border: 0
}

.list-img-content:after {
    content: "";
    opacity: 1;
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 2px 4px 12px 12px rgba(118, 245, 78, 1);
    transform: rotate(-90deg);
    transition: all 1s, transform 1s;
    border: 1px solid var(--color-theme-highlight)
}

.list .col-md-6:nth-of-type(odd) .list-img-content:after {
    left: 4px;
    top: 4px;
}

.list-img-content:hover:after {
    right: -4px;
    bottom: -4px;
    transform: rotate(0deg);
}

.list .col-md-6:nth-of-type(odd) .list-img-content:hover:after {
    left: -4px;
    top: -4px;
}
