.theme-switch {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 50px
}

.theme-switch input {
    display: none
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 400ms
}

.slider::before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 16px;
    left: 4px;
    position: absolute;
    transition: 400ms;
    width: 16px
}

input:checked+.slider {
    background-color: #66bb6a
}

input:checked+.slider::before {
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

.slider.round::before {
    border-radius: 50%
}

.table td > a:not(.btn),
.table th > a:not(.btn),
.pagination .page-link,
a.link-color,
.breadcrumb-item a
{
    color: #001f3f;
}

.swal2-confirm.swal2-styled,
.pagination .page-item.active .page-link {
    background-color: #001f3f ;
    border-color: #001f3f;
}

.swal2-confirm.swal2-styled:hover,
.pagination .page-item.active .page-link:hover,
.swal2-confirm.swal2-styled:active,
.pagination .page-item.active .page-link:active,
.swal2-confirm.swal2-styled:focus,
.pagination .page-item.active .page-link:focus {
    background-color: #001f3f ;
    border-color: #001f3f ;
}

.btn-primary {
    color: #fff;
    background-color: #001f3f;
    border-color: #001f3f;
    transition: all 0.2s ease-in-out;
}

.btn-primary:hover {
    color: #fff;
    background-color: rgba(26, 53, 82, 0.9);
    border-color: #001f3f;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #001f3f;
    border-color: #001f3f;
    /*box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);*/
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #001f3f;
    border-color: #001f3f;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #001f3f;
    border-color: #001f3f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

#productGallery,
#actionGallery {
    display: flex;
    padding: 0;
    margin: 0;
}

#productGallery:not(.lSSlide),
#actionGallery:not(.lSSlide) {
    height: 425px;
}

#productGallery:not(.lSSlide) a:nth-child(n + 2),
#actionGallery:not(.lSSlide) a:nth-child(n + 2) {
    display: none;
}

#productGallery a,
#actionGallery a {
    display: block;
    width: 100%;
    height: 100%;
}

#productGallery img,
#actionGallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.lSPager.lSGallery {
    display: flex;
}

.lSPager.lSGallery li {
    transition: border-radius 0.2s linear;
}

.lSPager.lSGallery a,
.lSPager.lSGallery img {
    display: block;
    height: 100% !important;
    object-fit: cover;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
}

select.form-control-sm~.select2-container--default {
    font-size: 14px;
}

.select2-results__option {
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: rgba(0,0,0,.075);
    color: #212529;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--selected:hover {
    background-color: #001f3f !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px;
}

.text-sm .select2-container--default .select2-selection--single .select2-selection__arrow, select.form-control-sm~.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    transition: all 0.2s linear;
}

.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: scale(-1);
}

.ekko-lightbox-nav-overlay a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../libs/lightslider/img/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
}
.ekko-lightbox-nav-overlay a:nth-child(1) {
    left: 10px;
}

.ekko-lightbox-nav-overlay a:nth-child(2) {
    background-position: -32px 0;
    right: 10px;
}

.ekko-lightbox-nav-overlay a span {
    display: none;
}

.card-body input[type="number"] {
    text-align: center;
    padding-left: 24px;
    box-sizing: border-box;
}

.table td {
    vertical-align: middle;
}

.table td a:not(.btn) {
    display: block;
    height: 100%;
}

.table td a img {
    display: inline-block;
    height: 50px;
    object-fit: cover;
}
