﻿/*================================================
Shop Area CSS
=================================================*/
.woocommerce-topbar {
    margin-bottom: 40px;
}

    .woocommerce-topbar .woocommerce-result-count h3 {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 700;
    }

    .woocommerce-topbar .woocommerce-result-count p {
        margin-bottom: 0;
        margin-top: 5px;
        font-size: 14px;
    }

    .woocommerce-topbar .woocommerce-topbar-ordering {
        text-align: right;
    }

        .woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
            background-color: #ffffff;
            color: #666666;
            border-radius: 0;
            border: none;
            -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
            box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
            float: unset;
            height: unset;
            line-height: initial;
            padding: 18px 35px 18px 20px;
            font-size: 15px;
        }

            .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
                background-color: #ffffff;
                -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
                box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
                border-radius: 0;
                margin-top: 0;
                width: 100%;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    padding-left: 20px;
                    padding-right: 20px;
                }

                    .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
                        background-color: #ff5d24 !important;
                        color: #ffffff;
                    }

                    .woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
                        background-color: transparent;
                    }

            .woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
                right: 20px;
            }

.single-product-box {
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.08);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.08);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .single-product-box .product-image {
        position: relative;
    }

        .single-product-box .product-image .sale-btn {
            position: absolute;
            left: 15px;
            top: 15px;
            font-size: 14px;
            font-weight: 500;
            display: inline-block;
            background-color: #ff5d24;
            color: #ffffff;
            padding: 4px 20px;
        }

    .single-product-box .product-content {
        padding: 25px;
    }

        .single-product-box .product-content h3 {
            margin-bottom: 0;
            font-size: 20px;
            font-weight: 700;
        }

        .single-product-box .product-content .rating {
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .single-product-box .product-content .rating i {
                font-size: 14px;
                color: #fd5d24;
            }

        .single-product-box .product-content .price {
            display: block;
            color: #666666;
        }

        .single-product-box .product-content .btn {
            margin-top: 15px;
        }

        .single-product-box .product-content .btn-secondary {
            background-color: #ffffff;
        }

            .single-product-box .product-content .btn-secondary:hover, .single-product-box .product-content .btn-secondary:focus {
                background-color: #ff5d24;
            }

    .single-product-box:hover .btn-secondary {
        background-color: #ff5d24;
        color: #ffffff;
    }

/*================================================
Product Details Area CSS
=================================================*/
.product-details-desc h3 {
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 700;
}

.product-details-desc p {
    margin-bottom: 0;
}

.product-details-desc .price {
    margin-bottom: 15px;
}

    .product-details-desc .price span {
        color: #666666;
    }

        .product-details-desc .price span.old-price {
            text-decoration: line-through;
            color: #c1bdbd;
        }

.product-details-desc .product-review {
    margin-bottom: 15px;
}

    .product-details-desc .product-review .rating {
        display: inline-block;
        padding-right: 5px;
        font-size: 14px;
    }

        .product-details-desc .product-review .rating i {
            color: #ffba0a;
        }

    .product-details-desc .product-review .rating-count {
        display: inline-block;
        color: #323232;
        border-bottom: 1px solid #323232;
        line-height: initial;
    }

        .product-details-desc .product-review .rating-count:hover {
            color: #ff5d24;
            border-color: #ff5d24;
        }

.product-details-desc .product-add-to-cart {
    margin-top: 20px;
}

    .product-details-desc .product-add-to-cart .input-counter {
        max-width: 130px;
        min-width: 130px;
        margin-right: 10px;
        text-align: center;
        display: inline-block;
        position: relative;
    }

        .product-details-desc .product-add-to-cart .input-counter span {
            position: absolute;
            top: 0;
            background-color: transparent;
            cursor: pointer;
            color: #d0d0d0;
            width: 40px;
            height: 100%;
            line-height: 48px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

            .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
                left: 0;
            }

            .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
                right: 0;
            }

            .product-details-desc .product-add-to-cart .input-counter span:hover {
                color: #ff5d24;
            }

        .product-details-desc .product-add-to-cart .input-counter input {
            height: 45px;
            color: #323232;
            outline: 0;
            display: block;
            border: none;
            background-color: #f8f8f8;
            text-align: center;
            width: 100%;
            font-size: 17px;
            font-weight: 600;
        }

            .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
                color: #323232;
            }

            .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
                color: #323232;
            }

            .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
                color: #323232;
            }

            .product-details-desc .product-add-to-cart .input-counter input::placeholder {
                color: #323232;
            }

    .product-details-desc .product-add-to-cart .btn {
        height: 45px;
        top: -2px;
        position: relative;
    }

        .product-details-desc .product-add-to-cart .btn i {
            margin-right: 2px;
        }

.product-details-desc .buy-checkbox-btn {
    margin-top: 20px;
}

    .product-details-desc .buy-checkbox-btn input {
        display: none;
    }

    .product-details-desc .buy-checkbox-btn .cbx {
        margin: auto;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

        .product-details-desc .buy-checkbox-btn .cbx span {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

            .product-details-desc .buy-checkbox-btn .cbx span:first-child {
                position: relative;
                width: 18px;
                height: 18px;
                border-radius: 3px;
                -webkit-transform: scale(1);
                transform: scale(1);
                vertical-align: middle;
                border: 1px solid #ebebeb;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

                .product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
                    position: absolute;
                    top: 3px;
                    left: 2px;
                    fill: none;
                    stroke: #ffffff;
                    stroke-width: 2;
                    stroke-linecap: round;
                    stroke-linejoin: round;
                    stroke-dasharray: 16px;
                    stroke-dashoffset: 16px;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                    -webkit-transition-delay: 0.1s;
                    transition-delay: 0.1s;
                    -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
                    content: "";
                    width: 100%;
                    height: 100%;
                    background: #323232;
                    display: block;
                    -webkit-transform: scale(0);
                    transform: scale(0);
                    opacity: 1;
                    border-radius: 50%;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

            .product-details-desc .buy-checkbox-btn .cbx span:last-child {
                padding-left: 4px;
                color: #666666;
            }

        .product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
            border-color: #323232;
        }

    .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
        background: #323232;
        border-color: #323232;
        -webkit-animation: wave 0.4s ease;
        animation: wave 0.4s ease;
    }

        .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
            stroke-dashoffset: 0;
        }

        .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
            -webkit-transform: scale(3.5);
            transform: scale(3.5);
            opacity: 0;
            -webkit-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

    .product-details-desc .buy-checkbox-btn .item:not(:first-child) {
        margin-top: 15px;
    }

    .product-details-desc .buy-checkbox-btn .btn {
        display: block;
    }

.product-details-desc .custom-payment-options {
    margin-top: 20px;
}

    .product-details-desc .custom-payment-options span {
        display: block;
        color: #666666;
        margin-bottom: 8px;
    }

    .product-details-desc .custom-payment-options .payment-methods a {
        display: inline-block;
    }

        .product-details-desc .custom-payment-options .payment-methods a img {
            width: 40px;
        }

.tab .tabs_item {
    display: none;
}

    .tab .tabs_item:first-child {
        display: block;
    }

.products-details-tab {
    margin-top: 50px;
}

    .products-details-tab .tabs {
        list-style-type: none;
        margin-bottom: -1px;
        padding-left: 0;
    }

        .products-details-tab .tabs li {
            display: inline-block;
            line-height: initial;
            margin-right: 5px;
        }

            .products-details-tab .tabs li a {
                display: inline-block;
                position: relative;
                text-transform: uppercase;
                color: #666666;
                border: 1px dashed #eeeeee;
                padding-top: 15px;
                padding-bottom: 15px;
                padding-right: 30px;
                padding-left: 48px;
                font-weight: 700;
                font-size: 14px;
            }

                .products-details-tab .tabs li a .dot {
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    left: 30px;
                    width: 12px;
                    height: 12px;
                    border: 1px solid #666666;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                    .products-details-tab .tabs li a .dot::before {
                        position: absolute;
                        top: 0;
                        content: '';
                        left: 0;
                        right: 0;
                        bottom: 0;
                        background: #666666;
                        margin: 1px;
                        -webkit-transition: 0.5s;
                        transition: 0.5s;
                    }

                .products-details-tab .tabs li a:hover, .products-details-tab .tabs li a:focus {
                    color: #ffffff;
                    background-color: #ff5d24;
                    border-color: #ff5d24;
                }

                    .products-details-tab .tabs li a:hover .dot, .products-details-tab .tabs li a:focus .dot {
                        border-color: #ffffff;
                    }

                        .products-details-tab .tabs li a:hover .dot::before, .products-details-tab .tabs li a:focus .dot::before {
                            background: #ffffff;
                        }

            .products-details-tab .tabs li.current a {
                color: #ffffff;
                background-color: #ff5d24;
                border-color: #ff5d24;
            }

                .products-details-tab .tabs li.current a .dot {
                    border-color: #ffffff;
                }

                    .products-details-tab .tabs li.current a .dot::before {
                        background: #ffffff;
                    }

            .products-details-tab .tabs li:last-child {
                margin-right: 0;
            }

    .products-details-tab .tab_content {
        border: 1px dashed #eeeeee;
        padding: 30px;
    }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
            margin-bottom: 20px;
        }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
                margin-bottom: 0;
            }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
            text-align: left;
        }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
                border: 1px solid #eeeeee;
                border-bottom: none;
                padding: 10px 15px;
                color: #666666;
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
                    border-bottom: 1px solid #eeeeee;
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
                    display: inline-block;
                    width: 30%;
                    font-weight: 600;
                    color: #323232;
                }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
            margin-bottom: 15px;
            font-size: 20px;
            font-weight: 700;
        }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
            position: relative;
        }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
                display: inline-block;
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
                    color: #ffba0a;
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
                    color: #ebebeb;
                    font-size: 14px;
                }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
                margin-bottom: 0;
                display: inline-block;
                padding-left: 5px;
            }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
            margin-top: 35px;
        }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
                margin-top: 30px;
                position: relative;
                padding-right: 200px;
                border-top: 1px dashed #eeeeee;
                padding-top: 30px;
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
                    color: #ffba0a;
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
                    font-size: 14px;
                    color: #ebebeb;
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
                    font-size: 17px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
                    margin-bottom: 10px;
                    font-size: 13px;
                    display: block;
                }

                    .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
                        font-weight: 600;
                    }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
                    margin-bottom: 0;
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
                    position: absolute;
                    right: 0;
                    color: #666666;
                    top: 40px;
                    text-decoration: underline;
                }

                    .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
                        color: #ff5d24;
                    }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
            margin-top: 30px;
        }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
                margin-bottom: 20px;
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
                    font-size: 14px;
                    font-weight: 500;
                    color: #666666;
                    text-transform: uppercase;
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
                    padding-top: 15px;
                }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn {
                margin-top: 0;
            }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating {
                margin-bottom: 1rem;
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating p {
                    margin-bottom: 5px;
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-source {
                    width: 0;
                    height: 0;
                    margin-top: 5px;
                    visibility: hidden;
                }

                    .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-source svg {
                        width: 1.5rem;
                        height: 1.5rem;
                        padding: 0 0.15rem;
                    }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: reverse;
                    -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    width: 105px;
                }

                    .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating label {
                        cursor: pointer;
                        margin-bottom: 0;
                    }

                        .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating label .star {
                            color: transparent;
                            -webkit-transition: color 0.2s ease-in-out;
                            transition: color 0.2s ease-in-out;
                        }

                        .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating label:hover ~ label .star, .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating svg.star:hover, .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating input[name="star"]:focus ~ label .star, .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating input[name="star"]:checked ~ label .star {
                            color: #f2b01e;
                        }

                    .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating svg {
                        width: 1.5rem;
                        height: 1.5rem;
                        padding: 0 0.15rem;
                    }

                    .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating input[name="star"] {
                        display: inline-block;
                        width: 0;
                        opacity: 0;
                        margin-left: -2px;
                    }

                        .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating input[name="star"]:checked + label {
                            -webkit-animation: scaleup 1s;
                            animation: scaleup 1s;
                        }

                            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .review-rating .star-rating input[name="star"]:checked + label .star {
                                -webkit-animation: starred 0.5s;
                                animation: starred 0.5s;
                            }

.related-products-area {
    margin-top: 50px;
}

    .related-products-area .section-title {
        margin-bottom: 30px;
    }

    .related-products-area .single-product-box {
        margin-bottom: 0;
        margin-top: 30px;
    }

/*================================================
Cart CSS
=================================================*/
.cart-table table {
    margin-bottom: 0;
}

    .cart-table table thead tr th {
        border-bottom-width: 0px;
        vertical-align: middle;
        padding: 0 0 15px;
        text-transform: uppercase;
        border: none;
        font-weight: 700;
    }

    .cart-table table tbody tr td {
        vertical-align: middle;
        color: #666666;
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        border-color: #eaedff;
        border-left: none;
        border-right: none;
    }

        .cart-table table tbody tr td.product-thumbnail a {
            display: block;
        }

            .cart-table table tbody tr td.product-thumbnail a img {
                width: 80px;
            }

        .cart-table table tbody tr td.product-name a {
            color: #666666;
            font-weight: 600;
            display: inline-block;
        }

            .cart-table table tbody tr td.product-name a:hover {
                color: #ff5d24;
            }

        .cart-table table tbody tr td.product-price span {
            font-weight: 500;
        }

        .cart-table table tbody tr td.product-subtotal .remove {
            color: red;
            float: right;
            position: relative;
            top: -1px;
        }

        .cart-table table tbody tr td.product-quantity .input-counter {
            max-width: 130px;
            min-width: 130px;
            text-align: center;
            display: inline-block;
            position: relative;
        }

            .cart-table table tbody tr td.product-quantity .input-counter span {
                position: absolute;
                top: 0;
                background-color: transparent;
                cursor: pointer;
                color: #d0d0d0;
                width: 40px;
                height: 100%;
                line-height: 48px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

                .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
                    left: 0;
                }

                .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
                    right: 0;
                }

                .cart-table table tbody tr td.product-quantity .input-counter span:hover {
                    color: #ff5d24;
                }

            .cart-table table tbody tr td.product-quantity .input-counter input {
                height: 45px;
                color: #323232;
                outline: 0;
                display: block;
                border: none;
                background-color: #f8f8f8;
                text-align: center;
                width: 100%;
                font-size: 17px;
                font-weight: 600;
            }

                .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
                    color: #323232;
                }

                .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
                    color: #323232;
                }

                .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
                    color: #323232;
                }

                .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
                    color: #323232;
                }

        .cart-table table tbody tr td.product-subtotal {
            overflow: hidden;
        }

            .cart-table table tbody tr td.product-subtotal span {
                font-weight: 500;
            }

.cart-buttons {
    margin-top: 30px;
}

.cart-totals {
    background: #ffffff;
    padding: 40px;
    max-width: 620px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-left: auto;
    margin-top: 50px;
}

    .cart-totals h3 {
        margin-bottom: 25px;
        font-size: 20px;
        font-weight: 700;
    }

    .cart-totals ul {
        padding: 0;
        margin: 0 0 25px;
        list-style-type: none;
    }

        .cart-totals ul li {
            border: 1px solid #eaedff;
            padding: 10px 15px;
            color: #323232;
            overflow: hidden;
            font-weight: 700;
        }

            .cart-totals ul li:first-child {
                border-bottom: none;
            }

            .cart-totals ul li:last-child {
                border-top: none;
            }

            .cart-totals ul li span {
                float: right;
                color: #666666;
                font-weight: normal;
            }

/*================================================
Checkout CSS
=================================================*/
.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #ff5d24;
    position: relative;
}

    .user-actions::before {
        content: '';
        position: absolute;
        right: 0;
        bottom: -35px;
        width: 100%;
        height: 1px;
        background: #eeeeee;
    }

    .user-actions i {
        color: #ff5d24;
        margin-right: 2px;
    }

    .user-actions span {
        display: inline-block;
        font-weight: 500;
        color: #ff5d24;
    }

        .user-actions span a {
            display: inline-block;
            color: #323232;
            font-size: 14px;
        }

            .user-actions span a:hover, .user-actions span a:focus {
                color: #ff5d24;
            }

.checkout-area .title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
}

.billing-details .form-group {
    margin-bottom: 20px;
}

    .billing-details .form-group label {
        display: block;
        color: #666666;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 500;
    }

        .billing-details .form-group label .required {
            color: red;
        }

    .billing-details .form-group .nice-select {
        float: unset;
        line-height: 45px;
        color: #666666;
        padding-top: 0;
        padding-bottom: 0;
    }

        .billing-details .form-group .nice-select .list {
            background-color: #ffffff;
            -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
            box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
            border-radius: 0;
            margin-top: 0;
            width: 100%;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .billing-details .form-group .nice-select .list .option {
                -webkit-transition: 0.5s;
                transition: 0.5s;
                padding-left: 20px;
                padding-right: 20px;
            }

                .billing-details .form-group .nice-select .list .option:hover {
                    background-color: #ff5d24 !important;
                    color: #ffffff;
                }

                .billing-details .form-group .nice-select .list .option.selected {
                    background-color: transparent;
                }

        .billing-details .form-group .nice-select:after {
            right: 20px;
        }

    .billing-details .form-group textarea {
        padding-top: 13px;
    }

.billing-details .form-check {
    margin-bottom: 20px;
}

    .billing-details .form-check .form-check-label {
        color: #666666;
    }

    .billing-details .form-check label {
        position: relative;
        top: 1px;
        font-size: 14px;
        font-weight: 500;
    }

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.order-details .order-table table {
    margin-bottom: 0;
}

    .order-details .order-table table thead tr th {
        border-bottom-width: 0;
        vertical-align: middle;
        border-color: #eaedff;
        padding-left: 20px;
        padding-top: 15px;
        padding-right: 20px;
        padding-bottom: 15px;
        font-weight: 700;
    }

    .order-details .order-table table tbody tr td {
        vertical-align: middle;
        color: #666666;
        border-color: #eaedff;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .order-details .order-table table tbody tr td.product-name a {
            color: #666666;
            display: inline-block;
            font-weight: 500;
        }

            .order-details .order-table table tbody tr td.product-name a:hover {
                color: #ff5d24;
            }

        .order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
            color: #323232;
            font-weight: 600;
        }

        .order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
            font-weight: 600;
        }

.order-details .payment-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px;
}

    .order-details .payment-box .payment-method p {
        font-size: 14px;
    }

        .order-details .payment-box .payment-method p [type="radio"]:checked, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
            display: none;
        }

            .order-details .payment-box .payment-method p [type="radio"]:checked + label, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
                padding-left: 27px;
                cursor: pointer;
                display: block;
                font-weight: 600;
                color: #323232;
                position: relative;
                margin-bottom: 8px;
            }

                .order-details .payment-box .payment-method p [type="radio"]:checked + label::before, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 3px;
                    width: 18px;
                    height: 18px;
                    border: 1px solid #dddddd;
                    border-radius: 50%;
                    background: #ffffff;
                }

                .order-details .payment-box .payment-method p [type="radio"]:checked + label::after, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
                    content: '';
                    width: 12px;
                    height: 12px;
                    background: #ff5d24;
                    position: absolute;
                    top: 6px;
                    left: 3px;
                    border-radius: 50%;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transform: scale(0);
                    transform: scale(0);
                }

                .order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
                    opacity: 1;
                    visibility: visible;
                    -webkit-transform: scale(1);
                    transform: scale(1);
                }

    .order-details .payment-box .btn.order-btn {
        display: block;
        margin-top: 25px;
    }

.shopindexPrice{
display: block;
margin-bottom: 10px;
}


.reply-btn {
    border: none;
    background: none;
    color: #029397;
    cursor: pointer;
    margin-top: 5px auto;
    font-size: 14px;
    margin-right: 30px;
    text-decoration: underline;
}

.replies {

    margin-right: 20px !important; /* فاصله از پدر */
    padding-right: 15px !important;
    border-right: 2px solid #ccc; /* خط عمودی */
    width:100%;
    padding:40px 0 10px 0;
}


.comments-evaluation-positive-negative {
    margin:10px 0 ;
}
.comments-evaluation-negative span {
    color: red;
    font-size: 14px
}
.comments-evaluation-positive span {
    color: green;
    font-size: 14px
}

.message-light{color:forestgreen ;
               font:12px !important;
               margin:10px;
}
.message-fail {
    color: red;
}
.returnToprdList {
    margin: 20px;
    font-size: 20px;
    color: #a6a39c;
}

.middle {
    display: block;
    margin: 0 auto;
}