
.input-group-text, .form-control {
    border-radius: 0;
}

.product-image {
    height: 300px;
    width: auto;
    object-fit: contain;
}

.additional-product-image {
    height: 150px;
    width: auto;
    object-fit: contain;
}

.banner-list {
    width: 200px;
    height: 100px;
    object-fit: contain;
}


.card {
    border-radius: 0px;
}

.card-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.hide {
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

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

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}


.attributes_form {
    margin-bottom: 4px;
}

.attributes_form input[type='text'], input[type='number'] {
    width: 150px;
}

/*delete modal*/
.delete-modal .modal-confirm {
    color: #636363;
    width: 400px;
    margin: 30px auto;
}

.delete-modal .modal-confirm .modal-content {
    padding: 20px;
    border-radius: 0px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.delete-modal .modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.delete-modal .modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

.delete-modal .modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}

.delete-modal .modal-confirm .modal-body {
    color: #999;
}

.delete-modal .modal-confirm .modal-footer {
    border: none;
    text-align: center;
    /*border-radius: 5px;*/
    font-size: 13px;
    padding: 10px 15px 25px;
    display: inline-block;
}

.delete-modal .modal-confirm .modal-footer a {
    color: #999;
}

.delete-modal .modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}

.delete-modal .modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    /*display: inline-block;*/
    margin-top: 13px;
}

.delete-modal .modal-confirm .btn {
    border-radius: 0px;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 0px;
    margin: 0 5px;
    outline: none !important;
}

/*end delete modal style*/

input:checked + .slider {
    background-color: #2196f3
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

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

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


audio {
    display: none;
}

notify {
    /*display:none;*/
    position: fixed;
    bottom: 20px !important;
    left: 15px !important;
    z-index: 99999 !important;
    background-color: rgba(23, 162, 184, 0.8) !important;
    padding: 10px;
    line-height: 18px;
    width: 220px;
    text-align: justify;
}

.notify p {
    font-size: 1rem !important;
    color: #ffffff !important;
}

.page-item.active .page-link {
    background-color: #17A2B8 !important;
    border-color: #17A2B8 !important;
}

.not-found img {
    width: 170px !important;
    height: auto !important;
    opacity: 0.5 !important;
}

.circle {
    height: 25px !important;
    width: 25px !important;
    border-radius: 50% !important;
    display: inline-block !important;
    background: red !important;
}

.badge{
    font-weight: 300 !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }

    .login-box {
        width: 0 !important;
        margin: 0 !important
    }

    .login-box h1 {
        text-align: center !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}
