.hidden {
    display: none !important;
    visibility: hidden !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}

.card-body {
    padding: 4px 0 0 0 !important;
}

.swiper-wrapper {
    padding: 1rem !important;
}

.swiper-slide {
    width: 160px !important;
}

.card-slider {
    margin: -1rem !important;
}

.card-product .card-title {
    font-size: 14px;
}

.cSectionContent li:last-child {
    border-bottom: none !important;
}

.collapse-group {
    border-left: 3px solid #ffdd33;
}