
body {
    overflow-x: hidden;
    background-color: #ffffff;
    min-height: 100vh;
    scroll-behavior: smooth;
}
ul {
    list-style-type: none !important;
}
a {
    text-decoration: none !important;
    color: inherit !important;
}

.header-first-section {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 16px 0px 50px 0px;
    border-radius: 0% 0% 35% 35%;
    margin: 0 0 25px;
}

.login-button {
    color: var(--config_color_1) !important;
    border: 3px solid var(--config_color_1);
}

.footer-icon {
    padding: 0.5rem;
    background-color: rgba(255, 106, 0, 0.46);
}

.first-csmodule-icon {
    background-color: rgba(255, 106, 0, 0.46);
}

.first-csmodule-p {
    background-color: #FAFAFB;
    color: #A1A7B9 !important;
    font-size: 14px;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}


.media-aparat img {
    width:20px;
    height:20px;
}


.content-product-theme .product-card {
    height: 380px;
    min-height: 380px;
}

.mySwiper-brand {
    overflow:hidden;
}
.mySwiper-brand2 {
    overflow:hidden;
}

.brand-theme {
    margin: 5rem 0 10rem;
}

.title-brand-theme p {
    
    font-size: 20px;
    font-weight: 700;
    color: black;
    text-align: center;
    margin-bottom: 50px;
}

.brand-theme .content-brand {

width: max-content;
}

.brand-theme .mySwiper-brand .swiper-slide img{
    width:150px;
    min-width:150px;
    height: 150px;
    min-height: 150px;
    border-radius: 10px;
}

.brand-theme .mySwiper-brand2 .swiper-slide img {
     width:150px;
    min-width:150px;
    height: 150px;
    min-height: 150px;
    border-radius: 10px;
}


.brand-theme .col-md-12 {
    text-align:center;
}

.so-option-container {
    display: flex !important;
    justify-content: space-between;
}

.brand-content {
    margin:10px 0;
}

.description-brand {
    font-size: 16px;
    margin: 4rem 0;
    text-align: justify;
    color: black;
}

.brand-theme .mySwiper-brand .swiper-slide .content-brand p {
margin: 12px;
}


.brand-theme .mySwiper-brand2 .swiper-slide .content-brand p {
margin: 12px;
}


@media screen and (max-width:575px) {
    
   .swiper-slide {
        height: auto !important;
    }
    
    .title-brand-theme p {
    font-size: 18px;
    margin-bottom: 0;
}
.description-brand {
    margin: 2rem 0;
}    

    
}    