@media screen and (min-width:1000px){
    .grid-col-2{
        display: grid;
        grid-template-columns: 1.5fr 1fr;
    }
    .two-items{
        grid-template-columns:0.5fr 1.5fr ;
    }

    .three-items{
        grid-template-columns:3fr 1.5fr 1.5fr;
    }
    .four-items{
        vertical-align: middle;
        grid-template-columns:1fr 3fr 0.25fr 0.25fr;
    }
    .cart-container{
        display: grid;
        grid-auto-rows: max-content;
    }
    .grid-row-5{
        display: grid;
        grid-template-columns: 2fr 0.6fr;
        margin-top: 30px;
        padding-top: 30px;

    }
    .grid-row-2{
        display: grid;
        grid-template-rows: 1.5rem 1fr;
    }

    .right{
        text-align: right!important;
    }
    .order-desc {
        display:grid;
        grid-template-columns: 1.3fr 1.4fr;
        border-top: 1px solid #b1afaf;
        margin-top: 30px;
        padding-top:30px
    }
    .promo {
        justify-items: left !important;
        align-items: center;
    }

    .grid-col-3{
        justify-items: right;
        align-items: center;
    }
    .grid-col-5{
        display:grid;
        grid-template-columns: auto auto  auto 1fr auto;
        gap:1rem;
        align-items: center;
    }
    
    .total-container-grid {
        display:grid;
        grid-template-columns: 1.3fr 1.4fr;
        align-items: end;
    }
}
#promo-price {
    justify-self: right !important;
    align-items: center;
}
@media screen and (max-width: 1000px) {
    .shopping-carts-container {
        margin: 60px auto 120px auto !important;
    }
    .information-container {
        margin-top: 60px !important;
    }
    .grid-col-3{
        grid-template-columns: 0.6fr 0.65fr 0fr !important;
    }
    .grid-col-4{
        grid-template-columns: 0.6fr 0.65fr 0fr !important;
    }
    body{
        padding-top: 100px;
    }
    .cart-container{
        max-width: 280px;
        margin: 0px auto;
        display: grid;
        grid-auto-rows: max-content;
    }
    .grid-row-5{
        display: grid;
        margin-top: 30px;
        padding-top: 30px;
        grid-template-rows: 1fr 1fr;

    }
    .two-items{
        grid-template-columns:0.5fr 1.5fr;
    }

    .three-items{
        grid-template-columns:0.5fr 0.5fr 1fr;
    }
    .four-items{
        grid-template-columns:0.5fr 0.5fr 0.5fr 1fr;
    }
    .grid-row-2{
        display: grid;
    }
    h6{
        color: hsla(0,0%,10%,.9);
        font-size: 0.93rem;
    }
    span{
        font-size: 0.93rem !important;
    }
    .grid-col-3{
        justify-items: left;
        align-items: center;
    }
    .price-span {
        color: #64d18a;
        justify-self: right;
    }
    h4{
        font-size: 0.93rem !important;
    }
    .title{
        font-size: 0.93rem !important;
        text-align: right;
    }

    .right{
        text-align: left!important;
    }
    .order-desc {
        display:grid;
        border-top: 1px solid #b1afaf;
        margin-top: 30px;
        padding-top:30px
    }
    .total-container-grid {
        display:grid;
    }
}
.title {
    color:#0c0c0c;
    margin-bottom: 0px;
    line-height: 32px;
    text-align: right;
}
.price-span {
    font-size:1.533em;
    font-weight: 700;
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif
}
html, body  {
    overflow-x: hidden;
    padding-bottom: 0px;
    line-height: normal;
    -webkit-overflow-scrolling: touch;
}

th, td    {
    font-size: 12px;
    margin-bottom: 0px;
}

td, th  {
    text-align: left;
}

h5, h6  {
    font-family: 'Roboto', serif;
}
.nav-tabs > li   {
    border: solid 0.8px grey;
    width: 25%;
}

body {
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}

h2 {
    font-size: 1.333em;
    font-weight: 700
}

h1 {
    text-align: center;
}

.Empty-carts-container{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding: 100px calc(var(--bs-gutter-x) * .5) 60px;
    display: grid;
    width: 100%;
    max-width: 1320px;
    margin: 0px auto 100px auto;
}
.submit-btn, .promo-submit-btn{
    margin-top: 12px;
    height: calc(1.5em + 0.75rem + 2px);
    width: 100%;
    display: inline-block;
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-weight: 500;
    font-size: 14px;
    transition: background-color .2s ease-out;
}
.grid-col-2{
    display: grid;
}
.grid-row{
    display: grid;
}
.information-container{
    margin: 0 auto;
    max-width: 292px;
}

.spinner-cover{
    position: fixed;
    background: white;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}
.hidden{
    display: none !important;
}

select {
    width: 100%;
    padding: 0.5rem;
    line-height: 21px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%);
    border: 1px solid #e6e6e6;
    font-size: 0.93rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    appearance: none;

}
.wrap:after{
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 11px;
    padding: 12px 8px;
    position: absolute;
    right: 0;
    top: 0;
}

select:focus {
    box-shadow:  0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02),0 0 0 3px hsla(210, 96%, 45%, 25%), 0 1px 1px 0 rgba(0, 0, 0, 0.08) !important;
    padding: 0.5rem;
    outline: 0;
}

label{
    margin-bottom: 0.25rem;
    font-size: 0.93rem;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.checkbox {
    height: 1.2em;
    width: 1.2em;
    border-radius: 16px;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%);
    margin-right: 0.5rem;
}
.grid-col-3{
    display: grid;
    grid-template-columns: 0.6fr 0.65fr 0.15fr;
    text-align: right;
}

#payment-status-container {
    width: 100%;
    margin-top: 11px;
    margin-bottom: 11px;
    height: 100px;
    display: block;
}

#payment-status-container.is-failure {
    font-size: 12px;
    line-height: 14px;
}

.invalid-feedback {
    font-size: 0.775em;
}
.shipping-input, .billing-input {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.5rem;
    line-height: 21px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%);
    border: 1px solid #e6e6e6;
    font-size: 0.93rem;
    font-weight: 400;
}
.shopping-carts-container input::placeholder {
    font-size: 0.93rem;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    /*opacity: 0.7;*/
}
.shopping-carts-container input:focus {
    box-shadow:  0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02),0 0 0 3px hsla(210, 96%, 45%, 25%), 0 1px 1px 0 rgba(0, 0, 0, 0.08) !important;
    padding: 0.5rem;
    outline: 0;
}
.modal-backdrop
{
    opacity:0.5 !important;
}
.button {
    cursor: pointer;
    font-weight: 500;
    left: 3px;
    line-height: inherit;
    position: relative;
    text-decoration: none;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
}

.button--small {
    padding: 10px 20px;
    font-size: 0.875rem;
}

.button--green {
    outline: none;
    background-color: #64d18a;
    border-color: #64d18a;
    color: white;
    transition: all 200ms ease;
}

.button--green:hover {
    background-color: #8bdda8;
    color: white;
}
.form-control {
    height: calc(1.5em + 0.75rem + 2px);
    width: 100%;
    padding: 0.5rem;
    line-height: 21px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%);
    border: 1px solid #e6e6e6;
    font-size: 0.93rem;
    font-weight: 400;
}
.form-control::placeholder {
    font-size: 0.93rem;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    /*opacity: 0.7;*/
}
.braintree-hosted-fields-focused {
    box-shadow:  0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02),0 0 0 3px hsla(210, 96%, 45%, 25%), 0 1px 1px 0 rgba(0, 0, 0, 0.08) !important;
    padding: 0.5rem;
    outline: 0;
}

.braintree-hosted-fields-focused.is-invalid {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
#card-image {
    justify-self: right;
    width: 44px;
    height: 28px;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/346994/card_sprite.png);
    background-size: 86px 458px;
    border-radius: 4px;
    background-position: -100px 0;
    background-repeat: no-repeat;
    &.visa {
        background-position: 0 -398px;
    }
    &.master-card {
        background-position: 0 -281px;
    }
    &.american-express {
        background-position: 0 -370px;
    }
    &.discover {
        background-position: 0 -163px;
    }
    &.maestro {
        background-position: 0 -251px;
    }
    &.jcb {
        background-position: 0 -221px;
    }
    &.diners-club {
        background-position: 0 -133px;
    }
}
input[type="number"]:not([step="any"])::-webkit-inner-spin-button,
input[type="number"]:not([step="any"])::-webkit-outer-spin-button {
    opacity: 1;
}