/* Add custom CSS styles below */ 
.concept-main-content .s-add-product-button-main salla-button .s-button-btn{
  background: var(--color-primary) !important;
  color: #fff !important;
  border: 1px solid var(--color-primary)!important;
  border-radius: 0 !important;
  transition: none !important;
}

.concept-main-content .s-add-product-button-main salla-button .s-button-btn:hover {
  background: var(--color-primary) !important;
  color: #fff !important;
  border-color: var(--color-primary) !important;
  
}

.concept-main-content .s-add-product-button-main .s-add-product-button-mini-checkout {
	  background: #4883C7 !important; 
  border-color: #4883C7!important;
   --salla-fast-checkout-button-border-radius: 0px !important;
}

.s-add-product-button-mini-checkout-content{
	  color: #fff !important;
}
.concept-wrapper-taps .s-tabs-active {
    border-color: transparent !important;
    border-bottom: 2px solid #000 !important;
    border-radius: 0 !important;
}

.concept-wrapper-taps .s-tabs-header-item:not(.s-tabs-active) {
    border-color: transparent !important;
}

.concept-wrapper-taps .s-tabs-content-wrapper {
    border-top: 1px solid #ccc;
}