﻿
.cart-summary {
    border: 1px solid #E1E8EE;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 38px;
    padding: 10px;
}
.summary-item {
    justify-content: center;
    display: inline-block;
    margin: auto;
}

.cart-page-footer {
    justify-content: center;
    align-items: center;
    margin: 38px;
    padding: 1px;
}

#step-2 > div > div > div.address-body > div:nth-child(1) > div > label {
    outline: none;
    border: none;
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 13px;
    line-height: 27px;
    color: #555555;
    cursor: pointer;
    text-transform: capitalize;
}



.shopping-cart {
    width: 95%;
    height: auto;
    margin: 30px auto;
    background: #FFFFFF;
    /*box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.10);
    border-radius: 6px;*/
    /*border: 1px solid #DDD;*/
    flex-direction: column;
}

.title {
    /* height: 60px; */
    /* border-bottom: 1px solid #E1E8EE; */
    /* padding: 20px 30px; */
    margin-left: 60px;
    color: #5E6977;
    font-size: 18px;
    font-weight: 400;
}

.cart-item {
    /* padding: 20px 30px; */
    height: 125px;
    /* display: inline-block; */
    /* border-top: 1px solid #E1E8EE; */
    /* border-bottom: 1px solid #E1E8EE; */
    /* width: 250px; */
    border: 1px solid #E1E8EE;
    margin: 10px;
}

.cart-item-border {
    border-bottom: 1px solid;
    border-top: 1px solid;
}


.buttons {
    float: right;
}
.buttons > img {
    display: inline-block;
    width: 30px;
    height: auto;
}
.delete-btn,
.like-btn {
    display: inline-block;
    Cursor: pointer;
}

.delete-btn {
    width: 18px;
    height: 17px;
    background: url(~/Images/remove-icon.png) no-repeat center;
}

.like-btn {
    position: absolute;
    top: 9px;
    left: 15px;
    background-image: url('~/Images/wish.png');
    width: 60px;
    height: 60px;
    background-size: 2900%;
    background-repeat: no-repeat;
}

.is-active {
    animation-name: animate;
    animation-duration: .8s;
    animation-iteration-count: 1;
    animation-timing-function: steps(28);
    animation-fill-mode: forwards;
}

@keyframes animate {
    0% {
        background-position: left;
    }

    50% {
        background-position: right;
    }

    100% {
        background-position: right;
    }
}
.image {
    /*width: 100%;*/
    max-height: 100%;
    width: 120px;
    margin-right: 35px;
}
.image > img {
    width: auto;
    max-height: 100%;
}
.description {
    padding-top: 10px;
    margin-right: 60px;
    width: 100%;
}
.product-size {
    padding-top: 10px;
    margin-right: 60px;
    
    font-weight: 300;
    margin-top: 8px;
    color: #86939E;
}

    .description span {
        display: block;
        font-size: 14px;
        color: #43484D;
        font-weight: 400;
    }

        .description span:first-child {
            margin-bottom: 5px;
        }

        .description span:last-child {
            font-weight: 300;
            margin-top: 8px;
            color: #86939E;
        }
.quantity {
    padding-top: 20px;
    margin-right: 60px;
    width: 105px;
    margin: auto;
}

    .quantity input {
        -webkit-appearance: none;
        border: none;
        text-align: center;
        width: 32px;
        font-size: 16px;
        color: #43484D;
        font-weight: 300;
    }

.cart-item-btn {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.minus-btn img {
    vertical-align: middle;
}

.plus-btn img {
    vertical-align: middle;
}

button:focus,
input:focus {
    outline: 0;
}

.cart-unit-price {
    width: 83px;
    padding-top: 27px;
    text-align: center;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
    margin: auto;
}

.cart-total-price {
    margin-right: 35px;
}

.cart-total-price-lbl {
    margin-right: 70px;
}


/*bootstrap step css*/

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-square {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 0px;
}

.btn-next {
    width: fit-content;
    height: 40px;
}
.btn-prev {
    width: fit-content;
    height: 40px;
}

.paypal-button {
    width: fit-content;
    height: 40px;
}
#shipping-address > div > div > select:disabled {
    background-color: rgb(235, 235, 228);
}
#billing-address > div > h2, #shipping-address > div > h2 {
    margin: 15px 30px 15px 0px;
}

/*#shipping-address {
    opacity: 0.4;
}*/

.address-element {
    width: 90%;
    margin: 8px;
    padding: 7px;
}

@media (min-width: 860px) {
    .address-body {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .shipping-address {
        /*display: inline-table;
    width: 45%;
    margin-top: 20px;*/
        width: 50%;
        justify-content: center;
        display: inline-block;
        margin: auto;
    }

    .header-details {
        display: block;
        margin: auto;
    }
}

@media (max-width: 770px) {

}

.name{
    width: 43%;
}

.city-name{
    width: 50%;
}

.zip-code {
    width: 36%;
    height: 40px;
}

.nav-buttons {
    width: 100%;
}



*, *:before, *:after {
    box-sizing: border-box;
}

/*body {
    font: 14px/22px "Lato", Arial, sans-serif;
    background: #6394F8;
}*/

.lighter-text {
    color: #abb0be;
}

.main-color-text {
    color: #6394F8;
}

nav {
    padding: 20px 0 40px 0;
    background: #f8f8f8;
    font-size: 16px;
}

    nav .navbar-left {
        float: left;
    }

    nav .navbar-right {
        float: right;
    }

    nav ul li {
        display: inline;
        padding-left: 20px;
    }

        nav ul li a {
            color: #777777;
            text-decoration: none;
        }

            nav ul li a:hover {
                color: black;
            }

.container {
    margin: auto;
    width: 80%;
}

.badge {
    background-color: #6394f8;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.shopping-cart-drop-down {
    /* margin: 20px 0; */
    /* float: right; */
    right: 88px;
    top: 140px;
    background: white;
    width: 320px;
    position: absolute;
    /* border-radius: 3px; */
    padding: 15px;
    border: 1px solid black;
    z-index: 100;
}

@media (max-width: 1366px) {
    .shopping-cart-drop-down {
        right: 1px;
    }
}
@media (min-width: 770px) {
    .shopping-cart-drop-down {
        display: none;
    }
}
    shopping-cart-drop-down .shopping-cart-header {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 15px;
    }

body > div.header-top > div > div.shopping-cart-drop-down > div.shopping-cart-total {
    float: right;
    margin: 5px 0px;
}

    shopping-cart-drop-down .shopping-cart-items {
        padding-top: 20px;
    }

        shopping-cart-drop-down .shopping-cart-items li {
            margin-bottom: 18px;
        }

        div.shopping-cart-drop-down > ul > li > img {
            float: left;
            margin-right: 12px;
        }

        div.shopping-cart-drop-down > ul > li > span.item-name {
            display: block;
            padding-top: 10px;
            font-size: 16px;
        }

        body > div.header-top > div > div.shopping-cart-drop-down > ul > li > span.item-price {
            color: #6394F8;
            margin-right: 8px;
        }

body > div.header-top > div > div.shopping-cart-drop-down > ul > li > span.item-quantity {
    color: #ABB0BE;
}

.shopping-cart-drop-down:after {
    bottom: 100%;
    left: 38%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.button {
    background: #6394F8;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 15px 0;
}

    .button:hover {
        background: #729ef9;
    }

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 860px) {

    #cart-menu-btn {
        padding: 3px;
        float: right;
        margin-right: 100px;
        border-radius: 0;
    }
}
@media (max-width: 860px) {

    #cart-menu-btn {
        margin-right: 0px;
    }
}
@media (max-width: 770px) {
    #cart-menu-btn {
        display: none;
    }

    .container {
        width: 100%;
    }
}
#cart-menu-btn .p1[data-count]:after {
    text-decoration: none;
    position: absolute;
    right: 20%;
    top: 0%;
    content: attr(data-count);
    font-size: 40%;
    padding: 3px;
    border-radius: 0;
    line-height: 1em;
    color: white;
    background: #729ef9;
    text-align: center;
    min-width: 1.7em;
}

.shopping-cart-drop-down > a {
    margin-top: 45px;
}

.fa-shopping-cart:before{
    font-size: 22px;
}

#cart-menu-btn > span.fa-stack {
    line-height: 1em;
    height: inherit;
}

#cart-menu-btn > span > i {
    padding: 0px 10px;

}

.btn-add-cart-list {
    float: left;
    width: 100%;
    padding: 0.5% 0;
    text-align: center;
    color: #fff;
    background-color: #BBE0F3;
    border: 2px solid #BBE0F3;
    border-radius: 0px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.btn-add-cart-list:hover {
    color: #fff;
    background-color: white;
    border-radius: 0px;
    text-decoration: none;
}

a.btn-add-cart-list > i {
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}

a.btn-add-cart-list > span {
    vertical-align: middle;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.btn-add-cart-list:hover > span, .btn-add-cart-list:hover > i {
    color: #BBE0F3;
}

div.shopping-cart-drop-down > ul > li > img {
    /*max-width: 25%*/
    width: 80px;
    height: auto
}

table.table tfoot {
    margin: 40px;
}
table.table tfoot td {
    background: 0 0;
    border-bottom: none;
    white-space: nowrap;
    text-align: right;
    padding: 10px 20px;
    font-size: 1.2em;
    border-top: 1px solid #aaa
}

table.table tfoot tr:first-child td {
    border-top: none
}

table.table tfoot tr:last-child td {
    color: #3989c6;
    font-size: 1.0em;
    border-top: 1px solid #3989c6
}

table.table tfoot tr td:first-child {
    border: none
}

button.btn-success.btn-lg.pull-right.submit-payment-btn {
    border: 0;
    border-radius: 0;
    background-color: #048bf2;
}
button.btn-success.btn-lg.pull-right.submit-payment-btn:hover {
    background-color: #283B82;
}


.discount-form-container {
    float: left;
    margin-left: 38px;
    width: 100%;
}

#step-1 > div > div > div.discount-form-container > div {
    vertical-align: middle;
}




/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



#shipping-options-container > p {
    font-weight: 600;
}

#step-2 > div > div > div:nth-child(2) > div > button {
    font-size: 15px;
}