:root{
  --color-primary:#CF83B5 !important;
}



body ul.footer-list--social-links li a {
  background-color: #FFF5FD !important;
}
.product-block {
  border-radius: 16px;
  border: 3px solid #f0dfbf;
}
.banner--fixed {
    background-color: #FFF5FD !important;
}
@media only screen and (max-width: 767px){
.home-block:not(.home-block--bg):not(.home-block--main-slider) {
    padding: 15px 0;
}
}

body {
  background-color: #FFF5FD;
}


#mainnav {
  background-color: #FFF5FD !important;
}
.sicon-menu::before {
  color: #CF83B5!important;
}
.header-btn__icon {
  color: #CF83B5 !important;
  border-color: #CF83B5!important;
}
.s-user-menu-trigger {
  background-color: transparent !important;
}
.s-cart-summary-total {
  color: #CF83B5 !important;
}
.s-cart-summary-count {
  background-color:#CF83B5;
  color: #fff;
}
.sub-menu * {
  color: #000;
}
.nav-desktop--horizontal li a {
  color: #CF83B5!important;
}
.nav-desktop--horizontal li a:hover {
  color: #CF83B5!important;
  opacity: 0.8;
}
.sub-menu {
  color: #333;
}



@media (max-width: 1024px) {
  .mm-spn--open {
    background-color: #fff !important;
  }
  .mm-spn--open li,
  .mm-spn--open li a {
    color: #CF83B5!important;
  }
  .mm-spn--open li:hover,
  .mm-spn--open li a:hover {
    color: #CF83B5!important;
    opacity:0.8;
  }

  #mobile-menu::after {
    background-color: #CF83B5!important;
    color: #fff !important;
  }
}

.header-block--nav-wrapper{
     background-color: #FFF5FD !important;
}



/* Banners */
.home-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.index .home-block--fixed-banner  img {
  background-color: transparent !important;
  border-radius: 0;
}
.home-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}


.home-block--bg {
  background:transparent !important;
}

/*title*/

.title--primary *{
  color:#CF83B5 !important;
}

/*=================*/
.product-block {
  border-color:#E7CCDA !important;
}


/*==========*/
/* Features Items */
.store-feature__icon:before {
    overflow: auto;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    bottom: 0;
    left: 0;
   background-color: unset !important; 
    opacity: .1;
    pointer-events: none;
}
.s-block--features .s-block--features__item .feature-icon i {
  color: #8C8F90!important;
  font-size: 100px;
}

.store-feature__icon i {
    opacity: .85;
    color: #8C8F90!important;
    font-size: 100px;
}

.store-feature  .title--primary{

color: #8C8F90!important;
}


.store-feature__icon {
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: auto;
    height: auto;
    background: transparent;
    position: relative;
    font-size: var(--font-xxxlg);
    color: var(--color-primary);
    border-radius: 0;
    overflow: auto;
    margin: 0 auto 15px;
}
/*=============*/
footer {
  border:0 ;
  background-image: url('https://i.postimg.cc/cJYkGLJt/Group-1597883481.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:12rem;
}


/******/
#brands{
  display:none !important;
}