salla-add-product-button .sicon-add:before {
    content: "\e901";
}

.store-header {
  margin: 10px !important;
  }
.store-header .inner{
   border: 1px solid #69b3ed;
   background-color: #fff !important;
   border-radius: 15px !important;
}
#mainnav .header-container {
   background-color: #fff !important;
   border-radius: 15px !important;
}
.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px !important;
}

.s-block--fixed-banner .container img {
  border-radius: 0 !important;
}
.app-inner .s-block--photos-slider img{
    width: 70% !important;
    margin: auto !important;
}

.s-block {
  background-color: transparent !important;
}
.s-block--fixed-banner:nth-of-type(7) {
  background-color: rgb(12 30 62) !important;
  padding-left: 40px;
}


.s-block--logos-slider .swiper-slide a{
      border: 1px solid #69b3ed !important;
}

.s-slider-block__title {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
}


footer {
  background-color: rgb(12 30 62) !important;
}

footer .logo-light {
  background-color: #fff !important;
  padding: 10px;
  border-radius: 10px;
}
footer * {
  color: #fff !important;
}

/* custom sections */
#cus-secs {
  width: 100%;
  padding-top: 60px;
}
#cus-secs #secs-wrapper {
  width: 100%;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0px, 250px));
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1024px) {
#cus-secs #secs-wrapper {
    grid-template-columns: repeat(3 , minmax(0px, 150px));
  }
}
#cus-secs #secs-wrapper #sec-link {
  transition: .3s;
}
#cus-secs #secs-wrapper #sec-link:hover {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
#cus-secs {
  padding-top: 20px;
}
}
/* end custom sections */
.wheel {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    transition: transform 3s ease-out;
    background: conic-gradient(#b84444 0deg 60deg, #ff9800 60deg 120deg, #f44336 120deg 180deg, #2196f3 180deg 240deg, #4caf50 240deg 300deg, #9c27b0 300deg 360deg);
    display: flex
;
    align-items: center;
    justify-content: center;
}