﻿/*
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #F87DA9;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        */

.widget.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
}

    .widget.woocommerce ul.product_list_widget li:first-child {
        padding-top: 0;
    }

.widget_shopping_cart .widget_shopping_cart_content .cart_list li:nth-of-type(2n+1) {
    background-color: #ffffff;
}

.widget.woocommerce ul.product_list_widget li {
    padding: 10px 10px 10px 47px;
    margin: 0;
    list-style: none;
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list li {
    position: relative;
    padding: 20px !important;
    border-bottom: 1px solid #ededed;
}

widget.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 15px;
    width: 32px;
    max-height: 42px;
    height: 42px;
    box-shadow: none;
    border-radius: 4px;
    object-fit: cover;
    margin-top: 5px;
}

.widget.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
}

    .widget.woocommerce ul.product_list_widget li {
        padding: 10px 10px 10px 47px;
        margin: 0;
        list-style: none;
    }

        .widget.woocommerce ul.product_list_widget li:last-child {
            padding-bottom: 0;
        }

        .widget.woocommerce ul.product_list_widget li:first-child {
            padding-top: 0;
        }

        .widget.woocommerce ul.product_list_widget li::before {
            content: none;
        }

        .widget.woocommerce ul.product_list_widget li::after {
            content: "";
            display: table;
            clear: both;
        }

        .widget.woocommerce ul.product_list_widget li a {
            display: block;
            color: #414551;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.5;
            margin-left: -47px;
            margin-bottom: 5px;
        }

            .widget.woocommerce ul.product_list_widget li a:hover {
                color: #e8500e;
            }

        .widget.woocommerce ul.product_list_widget li .amount {
            font-weight: 600;
            color: #000000;
        }

        .widget.woocommerce ul.product_list_widget li .quantity > .amount {
            position: static;
            display: inline;
            font-size: 14px;
            margin-left: 0;
        }

        .widget.woocommerce ul.product_list_widget li del {
            line-height: 1.1;
        }

            .widget.woocommerce ul.product_list_widget li del .amount {
                color: #bebac2;
                text-decoration: line-through;
                position: static;
                display: inline-block;
                width: auto;
                vertical-align: bottom;
                font-weight: 400;
            }

            .widget.woocommerce ul.product_list_widget li del + ins .amount {
                position: static;
                display: inline-block;
                width: auto;
                vertical-align: bottom;
                margin-left: 15px;
            }

        .widget.woocommerce ul.product_list_widget li .star-rating,
        .widget.woocommerce ul.product_list_widget li .reviewer {
            position: relative;
            display: block;
        }

        .widget.woocommerce ul.product_list_widget li ins {
            background-color: transparent;
            line-height: 1;
        }

        .widget.woocommerce ul.product_list_widget li img {
            float: left;
            margin-right: 15px;
            width: 32px;
            max-height: 42px;
            height: 42px;
            box-shadow: none;
            border-radius: 4px;
            object-fit: cover;
            margin-top: 5px;
        }

        .widget.woocommerce ul.product_list_widget li dl {
            margin: 5px 0;
            padding-left: 1em;
            border-left: 2px solid rgba(0, 0, 0, 0.1);
        }

            .widget.woocommerce ul.product_list_widget li dl::after {
                content: "";
                display: table;
                clear: both;
            }

            .widget.woocommerce ul.product_list_widget li dl dt,
            .widget.woocommerce ul.product_list_widget li dl dd {
                display: inline-block;
                float: left;
                margin-bottom: 1em;
            }

            .widget.woocommerce ul.product_list_widget li dl dt {
                font-weight: 700;
                padding: 0 0 .25em 0;
                margin: 0 4px 0 0;
                clear: left;
            }

            .widget.woocommerce ul.product_list_widget li dl dd {
                padding: 0 0 .25em 0;
                margin-bottom: 0;
            }

                .widget.woocommerce ul.product_list_widget li dl dd p:last-child {
                    margin-bottom: 0;
                }

        .widget.woocommerce ul.product_list_widget li .star-rating {
            float: none;
        }

.widget_shopping_cart {
    padding: 0 0 20px !important;
}

    .widget_shopping_cart .widget-title {
        margin: 0 !important;
        background-color: transparent !important;
        padding: 20px;
        position: relative;
        border-bottom: 1px solid #ededed;
    }

        .widget_shopping_cart .widget-title h3 {
            font-size: 14px !important;
            color: #414551 !important;
            font-weight: 600 !important;
            margin: 0 !important;
        }

    .widget_shopping_cart .widget_shopping_cart_content .woocommerce-error {
        margin: 20px;
    }
    /*.widget_shopping_cart .widget_shopping_cart_content .woocommerce-error ~ .buttons {
      opacity: 0.5;
      pointer-events: none;
    }*/
    .widget_shopping_cart .widget_shopping_cart_content.updating {
        opacity: 0.5;
        pointer-events: none;
    }

    .widget_shopping_cart .widget_shopping_cart_content .total {
        padding: 23px 20px 0;
        margin: 0;
        text-transform: uppercase;
        text-align: center;
    }

        .widget_shopping_cart .widget_shopping_cart_content .total strong {
            display: block;
            font-size: 12px;
            font-weight: 600;
            color: #414551;
        }

        .widget_shopping_cart .widget_shopping_cart_content .total .amount {
            display: block;
            font-size: 30px;
            font-weight: 700;
            color: #414551;
            padding: 5px 0 15px;
        }

    .widget_shopping_cart .widget_shopping_cart_content .cart_list li {
        position: relative;
        padding: 20px !important;
        border-bottom: 1px solid #ededed;
    }

        .widget_shopping_cart .widget_shopping_cart_content .cart_list li a:not(.remove) {
            margin: 0 30px 0 0 !important;
            font-weight: 600 !important;
        }

            .widget_shopping_cart .widget_shopping_cart_content .cart_list li a:not(.remove) img {
                display: none;
            }

        .widget_shopping_cart .widget_shopping_cart_content .cart_list li:nth-of-type(odd) {
            background-color: #ffffff;
        }

        .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove {
            position: absolute;
            right: 20px;
            top: 23px;
            color: #e8500e;
            font-size: 0;
            margin: 0;
            z-index: 1;
            font-weight: 400;
            line-height: 1;
        }

            .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove::before {
                content: "\f1f8";
                font-family: FontAwesome;
                font-size: 16px;
            }

        .widget_shopping_cart .widget_shopping_cart_content .cart_list li dl {
            padding: 0 !important;
            border: none !important;
            float: left;
            white-space: nowrap;
            font-size: 12px;
            text-transform: uppercase;
            margin: 10px 0 0 !important;
            color: #414551;
            font-weight: 400 !important;
        }

            .widget_shopping_cart .widget_shopping_cart_content .cart_list li dl dt {
                float: none !important;
                font-weight: 400 !important;
                color: #414551;
            }

            .widget_shopping_cart .widget_shopping_cart_content .cart_list li dl dd {
                float: none !important;
                color: #414551;
                font-weight: 400 !important;
            }

                .widget_shopping_cart .widget_shopping_cart_content .cart_list li dl dd p {
                    margin: 0 !important;
                }

            .widget_shopping_cart .widget_shopping_cart_content .cart_list li dl .variation-SoldBy {
                display: none;
            }

        .widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity {
            float: right;
            color: #414551;
            font-size: 12px;
            font-weight: 400;
            margin-top: 7px;
        }

            .widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity .amount {
                color: #414551;
                font-weight: 400;
            }

    .widget_shopping_cart .widget_shopping_cart_content .buttons {
        margin: 0;
        padding: 0 20px;
    }

        .widget_shopping_cart .widget_shopping_cart_content .buttons .button {
            display: block;
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

            .widget_shopping_cart .widget_shopping_cart_content .buttons .button:not(.checkout) {
                display: none;
            }

    .widget_shopping_cart .widget_shopping_cart_content::after {
        content: "";
        display: table;
        clear: both;
    }

