/* #shop{
    background: url("../img/techline-bg.png") center no-repeat;
    z-index: 100;
} */
.custom-checkbox-div {
    display: flex;
}

.custom-checkbox {
    background-color: #ffff !important;
}

.custom-checkbox:checked {
    background-color: #4991a6 !important;
}

.custom-checkbox-label{
    color: #ffff;
    margin-left: 10px;
    margin-top: 8px;
}
.custom-checkbox-label a {
    color: #ffff;
    text-decoration: underline;
    font-weight: 600;
}

.page-link {
    color: #4491ac;
}

.page-item .active {
    background: #4491ac;
}

.pagination>.active>a {
    color: white;
    background-color: #4991a6 !Important;
    border: solid 1px #4991a6 !Important;
}

.pagination>.active>a:hover {
    background-color: #4991a6 !Important;
    border: solid 1px #4991a6;
}

.common-btn-blue {
    background-color: #53abc4;
    color: #fff;
    border: none;
}

.common-btn-blue:hover {
    background-color: #4991a6;
    color: #fff;
    border: none;
}

.order-received {
    background-color: #b00808;
    color: #fff;
    border: none;
    height: 40px;

    border-radius: 5px;
    outline: none;
}

.order-received:hover {
    background-color: #880808;
}

.order-status {
    border: solid;
    border-width: 2px;
    border-color: #b00808;
    background-color: #fff;
    color: #b00808;
    height: 40px;

    border-radius: 5px;
}

.request-cancel {
    border: solid;
    border-width: 2px;
    border-color: #b00808;
    background-color: #fff;
    color: #b00808;
    height: 40px;

    border-radius: 5px;
}

.request-cancel:hover {
    /* box-shadow: #880808; */
    box-shadow: 1px 8px 8px rgba(0, 0, 0, 0.05),
        -1px -1px 8px rgba(0, 0, 0, 0.05);
}
