.full-padding-space {
    padding-left: 5%;
    padding-right: 5%;
}

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: right;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    margin-top: 5%;
}

@media only screen and (min-width: 992px) {
    .footer-social {
        text-align: left;
    }
}

.margin-bottom-space {
    margin-bottom: 2%;
    /* padding-right: 5%; */
}

.checkout-shadow {
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
}

.shadow-div {
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    /* border-radius: 7px; */
}

.page-container {
    position: relative;
    min-height: 100vh;
}

.required {
    color: red;
}

@media only screen and (max-width: 455px) {
    .product-tbl tbody>tr>:nth-child(3) {
        /* display: none; */
    }
}

.admin-loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #4582ec;
    border-bottom: 16px solid #4582ec;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    z-index: 9999;
    animation: admin-spin 2s linear infinite;
    position: fixed;
    /* or absolute */
    top: 50%;
    left: 50%;
}

@keyframes admin-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 992px) {
    .dsk-multiple-toolkit {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .mb-multiple-toolkit {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .img-thumbnail {
        width:100px;
	height:100px;
    }
}