/* Add custom CSS styles below */ 


.product-more-info .product-more-info__inner,
.product-single {
  background-color: white !important;
}

.product-single .product-single__info {
  padding-left: 30px;
  padding-bottom: 30px
}
*/

.product-more-info .product-more-info__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.store-footer__inner .container > div:nth-child(3) {
  text-align: center;
}

.advanced-slider__caption__inner__content__text {
  font-size: 30px;
}


@media (max-width: 767px) {
 .product-single .product-single__info {
    padding-right: 30px;
  }
  .advanced-slider__caption__inner__content__text {
    font-size: 16px;
  }
}

.product-single .s-product-options-wrapper select {
  pointer-events: none
}

.product-card .product-card__normal-cart .s-button-wrap .s-button-element {
  color: #fff !important;
  background-color: var(--color-primary) !important;
}
.product-card .product-card__normal-cart .s-button-wrap .s-button-element i{
  color: #fff !important;
}

@media (max-width: 768px) {
    .navbar-brand img {
        max-width: 180px;
    }
}
.selia-theme.dark .product-card {
    background: black !important;
    color: #fff !important;
}
.selia-theme.dark .product-single
{
  background-color: #0E0F0F !important;
      color: #fff !important;

}
.selia-theme.dark .product-more-info__inner {
    background: #0E0F0F!important;
    color: #fff !important;
}

.selia-theme.dark .content.content--single-page {
    color: #fff !important;
}
@media (max-width: 767px) {
    .product-more-info .more-tab-container {
        padding-right: 15px;
        padding-left: 15px;}}