﻿
.btn-h {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.footer-payment > .ccard, .paypal {
    height: 20px;
}

.ccard {
    padding: 0 3px;
}

.link-text-strik {

}
.btn-dis {
    border: 1px solid darkgrey !important;    
    outline: none !important;
    box-shadow: none !important;
}
.btnSel {
    padding: 1px;
    background-color: white;
    border: 2px solid black;
}

/* detailsview image icons */

.img-icon-container {
    max-width: 200px;
    overflow: hidden;
}

.img-icon {
    padding: 2px;
    height: 56px;
    width: 52px;
}

.btn-out {
    border-radius: 50% !important;
    outline-offset: 2px;
    box-shadow: 5px 5px 4px rgb(128, 128, 128, 0.4);
}
 
.btnNSel {
    padding: 2px;
    background-color: white;
    border: 1px solid black;
}

.card-shadow {
    box-shadow: 3px 3px 4px rgba(128, 128, 128, 0.3);
}

.shadow-down {
    box-shadow:  0px 5px 4px rgba(128, 128, 128, 0.3);
}

.shadow-up {
    box-shadow: 0px 5px 4px rgba(128, 128, 128, 0.3) inset;
}

.show-b {
    border: 1px solid red;
    display: inline-block;
}

.cart-item {
    padding: 5px 8px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}

.sum-line {
    background-color: white;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 1px 0;
    margin: 8px 0;
}


.cards {
    padding: 10px 0;
}

.display-box {
    padding: 50px 20px;
    box-sizing: border-box;
    margin: 100px auto;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    background: #fdfdfd;
    width: 50%;
}


.d-red {
    border: 1px solid red;
}

.d-green {
    border: 1px solid forestgreen;
}


/* spinner */

.spinner-box {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

.spinner {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 5px auto;
}

    .spinner div {
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        height: 100%;
        border: 8px solid transparent;
        border-top-color: #ff0000;
        border-radius: 50%;
        animation: spinnerOne 1.2s linear infinite;
    }

        .spinner div:nth-child(2) {
            border: 8px solid transparent;
            border-bottom-color: #f14444;
            animation: spinnerTwo 1.2s linear infinite;
        }

@keyframes spinnerOne {
    0% {
        transform: rotate(0deg);
        border-width: 10px;
    }

    50% {
        transform: rotate(180deg);
        border-width: 1px;
    }

    100% {
        transform: rotate(360deg);
        border-width: 10px;
    }
}

@keyframes spinnerTwo {
    0% {
        transform: rotate(0deg);
        border-width: 1px;
    }

    50% {
        transform: rotate(180deg);
        border-width: 10px;
    }

    100% {
        transform: rotate(360deg);
        border-width: 1px;
    }
}

/*Spinner*/

/*
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);}

    , 0 6px 20px 0 rgba(0, 0, 0, 0.19)

*/
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}
*/
/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}
*/