﻿/*======================================
   Start Shopping Cart CSS
========================================*/
.table.shopping-summery {
    background: #fff;
}

.shopping-cart {
    background: #f6f6f6;
    padding: 50px 0;
}

.shopping-summery thead .main-hading {
    padding: 0px 50px;
}

.shopping-summery thead {
    background: #2eca7f;
    color: #fff;
}

    .shopping-summery thead tr th {
        border: none;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }

.shopping-summery tbody tr {
    border-bottom: 1px solid #2eca7f;
    margin-top: 20px;
}

    .shopping-summery tbody tr img {
        border-radius: 0;
        width: 80px;
        height: 80px;
    }

    .shopping-summery tbody tr:last-child {
        border: none;
    }

.shopping-summery tbody .product-name a {
    font-weight: 600;
    color: #282828;
    font-weight: 600;
    font-size: 17px;
}

.shopping-cart .table p {
    font-size: 14px;
    color: #666;
}

.shopping-summery tbody .product-name a:hover {
    color: #2eca7f;
}

.shopping-summery tbody .product img {
    max-width: 70px;
    border-radius: 100%;
    max-height: 65px;
    border: 1px solid #e6e6e6;
    padding: 4px;
}

.shopping-summery tbody .product:hover img {
    border-color: #2eca7f;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.shopping-cart .border {
}

.shopping-cart .table .remove-icon {
    font-size: 16px;
}

.shopping-cart .table td {
    vertical-align: middle;
    border-top: 1px solid #eee;
    padding: 30px;
}

.shopping-summery tbody .price {
    text-align: center;
}

    .shopping-summery tbody .price span {
    }

.shopping-cart tbody .qty .input-group {
    width: 175px;
    display: inline-block;
}

.shopping-cart .qty .button {
    display: inline-block;
    position: absolute;
    top: 0;
}

    .shopping-cart .qty .button.minus {
        left: 0;
        border-radius: 0;
        overflow: hidden;
    }

    .shopping-cart .qty .button.plus {
        right: 0;
        border-radius: 0;
        overflow: hidden;
    }

    .shopping-cart .qty .button .btn {
        padding: 0;
        width: 44px;
        height: 47px;
        line-height: 50px;
        border-radius: 0px;
        background: transparent;
        color: #282828;
        border: none;
        font-size: 12px;
    }

        .shopping-cart .qty .button .btn:hover {
            color: #2eca7f;
        }

.shopping-cart .qty .input-number {
    border: 1px solid #eceded;
    width: 100%;
    text-align: center;
    height: 47px;
    border-radius: 0;
    overflow: hidden;
    padding: 0px 45px;
}

.shopping-summery tbody .total-amount {
    text-align: center;
}

    .shopping-summery tbody .total-amount span {
    }

.shopping-summery tbody .action {
    text-align: center;
}

    .shopping-summery tbody .action a:hover {
        color: #2eca7f;
    }

.shopping-cart .total-amount {
    margin-top: 50px;
}

    .shopping-cart .total-amount .left {
    }

        .shopping-cart .total-amount .left .coupon {
        }

            .shopping-cart .total-amount .left .coupon form {
            }

                .shopping-cart .total-amount .left .coupon form input {
                    width: 220px;
                    display: inline-block;
                    height: 48px;
                    color: #333;
                    padding: 0px 20px;
                    border: none;
                    box-shadow: 0px 0px 5px #0000000a;
                }

                .shopping-cart .total-amount .left .coupon form .btn {
                    display: inline-block;
                    height: 48px;
                    border: navajowhite;
                    margin-left: 4px;
                    background: transparent;
                    color: #333;
                    background: #fff;
                    box-shadow: 0px 0px 5px #00000012;
                }

                    .shopping-cart .total-amount .left .coupon form .btn:hover {
                        background: #fff;
                        color: #2eca7f;
                    }

        .shopping-cart .total-amount .left label {
            font-size: 22px;
            font-weight: 500;
            color: #333;
        }

        .shopping-cart .total-amount .left .checkbox {
            text-align: left;
            margin: 0;
            margin-top: 20px;
        }

            .shopping-cart .total-amount .left .checkbox label {
                font-size: 15px;
                font-weight: 400;
                color: #333;
                position: relative;
                padding-left: 30px;
            }

                .shopping-cart .total-amount .left .checkbox label:hover {
                    cursor: pointer;
                }

                .shopping-cart .total-amount .left .checkbox label input {
                    display: none;
                }

                .shopping-cart .total-amount .left .checkbox label::before {
                    position: absolute;
                    content: "";
                    left: 0;
                    top: 4px;
                    width: 16px;
                    height: 16px;
                    border: 1px solid #555555;
                    border-radius: 0px;
                }

                .shopping-cart .total-amount .left .checkbox label::after {
                    position: absolute;
                    content: "\f00c";
                    font-family: "Fontawesome";
                    left: 0;
                    top: 0;
                    width: 22px;
                    height: 22px;
                    line-height: 24px;
                    left: 3px;
                    top: 0px;
                    opacity: 0;
                    visibility: hidden;
                    transform: scale(0);
                    -webkit-transition: all 0.4s ease;
                    -moz-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                    display: block;
                    font-size: 11px;
                }

                .shopping-cart .total-amount .left .checkbox label.checked::after {
                    opacity: 1;
                    visibility: visible;
                    transform: scale(1);
                }

    .shopping-cart .total-amount .right {
        padding-left: 100px;
    }

        .shopping-cart .total-amount .right ul {
        }

            .shopping-cart .total-amount .right ul li {
                font-size: 15px;
                font-weight: 400;
                color: #333;
                margin-bottom: 12px;
            }

                .shopping-cart .total-amount .right ul li.last {
                    padding-top: 12px;
                    border-top: 1px solid #c8c8c8;
                    color: #333;
                    font-size: 15px;
                    font-weight: 400;
                }

                .shopping-cart .total-amount .right ul li span {
                    display: inline-block;
                    float: right;
                }

        .shopping-cart .total-amount .right .button5 .btn {
            text-align: center;
            border-radius: 0;
            width: 100%;
            margin-top: 10px;
            height: 46px;
            line-height: 18px;
            font-size: 13px;
            color: #fff;
        }
/*======================================
   End Shopping Cart CSS
========================================*/

/*======================================
   Start Checkout Form CSS
========================================*/
.shop.checkout {
    padding: 0;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
}

    .shop.checkout .checkout-form {
        margin-top: 30px;
    }

        .shop.checkout .checkout-form h2 {
            font-size: 25px;
            color: #333;
            font-weight: 700;
            line-height: 27px;
        }

        .shop.checkout .checkout-form p {
            font-size: 16px;
            color: #333;
            font-weight: 400;
            margin-top: 12px;
            margin-bottom: 30px;
        }

    .shop.checkout .form {
    }

        .shop.checkout .form .form-group {
            margin-bottom: 25px;
        }

            .shop.checkout .form .form-group label {
                color: #333;
                position: relative;
            }

                .shop.checkout .form .form-group label span {
                    color: #ff2c18;
                    display: inline-block;
                    position: absolute;
                    right: -12px;
                    top: 4px;
                    font-size: 16px;
                }

            .shop.checkout .form .form-group input {
                width: 100%;
                height: 45px;
                line-height: 50px;
                padding: 0 20px;
                border-radius: 3px;
                border-radius: 0px;
                color: #333 !important;
                border: none;
                background: #F6F7FB;
            }

                .shop.checkout .form .form-group input:hover {
                }

    .shop.checkout .nice-select {
        width: 100%;
        height: 45px;
        line-height: 50px;
        margin-bottom: 25px;
        background: #F6F7FB;
        border-radius: 0px;
        border: none;
    }

        .shop.checkout .nice-select .list {
            width: 100%;
            height: 300px;
            overflow: scroll;
        }

            .shop.checkout .nice-select .list li {
            }

                .shop.checkout .nice-select .list li.option {
                    color: #333;
                }

                    .shop.checkout .nice-select .list li.option:hover {
                        background: #F6F7FB;
                        color: #333;
                    }

    .shop.checkout .form .address input {
        margin-bottom: 15px;
    }

        .shop.checkout .form .address input:last-child {
            margin: 0;
        }

    .shop.checkout .form .create-account {
        margin: 0;
    }

        .shop.checkout .form .create-account input {
            width: auto;
            display: inline-block;
            height: auto;
            border-radius: 100%;
            margin-right: 3px;
        }

        .shop.checkout .form .create-account label {
            display: inline-block;
            margin: 0;
        }

    .shop.checkout .order-details {
        margin-top: 30px;
        background: #fff;
        padding: 15px 0 30px 0;
        border: 1px solid #eee;
    }

    .shop.checkout .single-widget {
        margin-bottom: 30px;
    }

        .shop.checkout .single-widget:last-child {
            margin: 0;
        }

        .shop.checkout .single-widget h2 {
            position: relative;
            font-size: 15px;
            font-weight: 600;
            padding: 10px 30px;
            line-height: 24px;
            text-transform: uppercase;
            color: #333;
            padding-bottom: 5px;
        }

            .shop.checkout .single-widget h2:before {
                position: absolute;
                content: "";
                left: 30px;
                bottom: 0;
                height: 2px;
                width: 50px;
                background: #2eca7f;
            }

        .shop.checkout .single-widget .content ul {
            margin-top: 30px;
        }

            .shop.checkout .single-widget .content ul li {
                display: block;
                padding: 0px 30px;
                font-size: 15px;
                font-weight: 400;
                color: #333;
                margin-bottom: 12px;
            }

                .shop.checkout .single-widget .content ul li span {
                    display: inline-block;
                    float: right;
                }

                .shop.checkout .single-widget .content ul li.last {
                    padding-top: 12px;
                    border-top: 1px solid #ebebeb;
                    display: block;
                    font-size: 15px;
                    font-weight: 400;
                    color: #333;
                }

        .shop.checkout .single-widget .checkbox {
            text-align: left;
            margin: 0;
            padding: 0px 30px;
            margin-top: 30px;
        }

            .shop.checkout .single-widget .checkbox label {
                color: #555555;
                position: relative;
                font-size: 14px;
                padding-left: 20px;
                margin-top: -5px;
                font-weight: 400;
                display: block;
                margin-bottom: 15px;
            }

                .shop.checkout .single-widget .checkbox label:last-child {
                    margin-bottom: 0;
                }

                .shop.checkout .single-widget .checkbox label:hover {
                    cursor: pointer;
                }

                .shop.checkout .single-widget .checkbox label input {
                    display: none;
                }

                .shop.checkout .single-widget .checkbox label::before {
                    position: absolute;
                    content: "";
                    left: 0;
                    top: 7px;
                    width: 12px;
                    height: 12px;
                    line-height: 16px;
                    border: 1px solid #666;
                    border-radius: 100%;
                }

                .shop.checkout .single-widget .checkbox label::after {
                    position: absolute;
                    content: "";
                    left: 0;
                    top: 7px;
                    width: 12px;
                    height: 12px;
                    line-height: 16px;
                    border-radius: 100%;
                    display: block;
                    background: #666;
                    transform: scale(0);
                    -webkit-transition: all 0.4s ease;
                    -moz-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                }

                .shop.checkout .single-widget .checkbox label.checked::after {
                    opacity: 1;
                    visibility: visible;
                    transform: scale(1);
                }

        .shop.checkout .single-widget.payement {
            padding: 0px 38px;
            text-align: center;
            margin-top: 30px;
        }

        .shop.checkout .single-widget.get-button {
            text-align: center;
            padding: 0px 35px;
        }

            .shop.checkout .single-widget.get-button .btn {
                height: 46px;
                width: 100%;
                line-height: 19px;
                text-align: center;
                border-radius: 0;
                text-transform: uppercase;
                color: #fff;
            }
/*======================================
   End Checkout Form CSS
========================================*/
