/**
 * Star rating
 */
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.3em;
    font-family: 'star';
    font-weight: 400;
}

.star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.product-details-content .seller-rating-right li::before {
    display: none;
}

.product-details-content .seller-rating-right li {
    padding: 5px 0;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #fc6274;
}

.star-rating span,
.star-rating {
    font-size: 12px;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: .25;
}

p.stars a:hover~a:before {
    content: "\53";
    color: #404040;
    opacity: .25;
}

p.stars:hover a:before {
    content: "\53";
    color: background: #fc6274;
    background: -webkit-linear-gradient(to right, #fc6274, #ff9945);
    background: linear-gradient(to right, #fc6274, #ff9945);
    ;
    opacity: 1;
}

p.stars.selected a.active:before {
    content: "\53";
    color: background: #fc6274;
    background: -webkit-linear-gradient(to right, #fc6274, #ff9945);
    background: linear-gradient(to right, #fc6274, #ff9945);
    ;
    opacity: 1;
}

p.stars.selected a.active~a:before {
    content: "\53";
    color: #404040;
    opacity: .25;
}

p.stars.selected a:not(.active):before {
    content: "\53";
    color: background: #fc6274;
    background: -webkit-linear-gradient(to right, #fc6274, #ff9945);
    background: linear-gradient(to right, #fc6274, #ff9945);
    ;
    opacity: 1;
}


.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
    padding: 1em 1.618em;
    margin-bottom: 2.618em;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: .618em solid rgba(0, 0, 0, .15);
    padding: 15px;
    background: background: #fc6274;
    background: -webkit-linear-gradient(to right, #fc6274, #ff9945);
    background: linear-gradient(to right, #fc6274, #ff9945);
    ;
    color: #fff;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-noreviews a,
p.no-comments a {
    font-weight: bold;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 0;
    border-radius: 0;
}

.single-product .breadcrumb-area {
    display: none !important;
}

/**
 * Cart
 */
table.cart th,
table.cart td {
    border: none;
    padding: 20px;
}

table.cart tbody tr:last-child,
table.cart tbody tr:first-child {
    border-top: 1px solid #ccc;
}

table.cart .product-thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
    max-width: 100px;
    margin: auto;
    height: 92px;
    width: auto;
    border: 1px solid #ddd;
    padding: 4px;
}

table.cart .product-remove a {
    padding: 1px 13px;
    border-radius: 50px;
    background: red;
    font-size: 24px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

table.cart .product-name a {
    font-size: 22px;
    color: #7a7a7a;
}

table.cart .product-subtotal span,
table.cart .product-price span {
    font-weight: bold;
    font-size: 22px;
}

table.cart .quantity input {
    height: 40px;
    width: 70px;
    padding: 15px;
    border: 1px solid #ddd;
}

table.cart .actions {
    text-align: right;
    font-size: 1em;
    padding-top: 5.714em;
}

table.cart .coupon {
    font-size: 1em;
    float: left;
    text-align: left;
    display: flex;
}

table.cart .coupon label[for=coupon_code] {
    display: none;
}

table.cart .coupon .input-text {
    border: 1px solid #ddd;
    border-right: 0;
    padding: 14px 20px;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


table.cart .coupon .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -4px;
    position: relative;
    white-space: pre;
    font-weight: 700;
    color: #fff;
    background: background: #fc6274;
    background: -webkit-linear-gradient(to right, #fc6274, #ff9945);
    background: linear-gradient(to right, #fc6274, #ff9945);
    ;
    border: none;
    padding: 0 20px;
    margin-right: 20px;
}

body .cart-collaterals {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 5em;
}

body .cart-collaterals .cart_totals,
body .cart-collaterals .cross-sells {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

.cart_totals table th,
.cart_totals table td {
    padding: 15px;
}

.wc-proceed-to-checkout {
    margin-top: 20px;
    display: inline-block;
}

.wc-proceed-to-checkout a:hover {
    color: #fff
}

.cart_totals h2 {
    margin-bottom: 30px;
}


/**
 * Checkout
 */

form.woocommerce-checkout {
    overflow: hidden;
}

form.woocommerce-checkout .col2-set,
form.woocommerce-checkout .order-review-wrapper,
form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    position: relative;
    width: 100%;
    min-height: 1px;
    flex: 0 0 100%;
    max-width: 100%;
}

form.woocommerce-checkout .col2-set {
    margin: 0;
    position: relative;
    float: left;
    min-height: 1px;
}

form.woocommerce-checkout #order_review_heading {
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 30px;
}

form.woocommerce-checkout .woocommerce-checkout-review-order {
    position: relative;
    float: left;
    min-height: 1px;
    width: 100%;
    background-color: #fbfbfb;
    padding: 25px;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    position: unset;
}

.form-row {
    width: 100%;
}

.form-row .radio,
.form-row .radio input {
    margin-right: 10px;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.form-row.form-row-first {
    padding-right: 15px;
    clear: left;
}

.form-row.form-row-last {
    padding-left: 15px;
}


.woocommerce-checkout .form-row {
    position: relative;
    float: left;
    min-height: 1px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px
}

.select2-container .select2-selection.select2-selection--single,
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection.select2-selection--single {
    height: 54px;
    border: 1px solid #dfdfdf;
    background: #fbfbfb;
    padding: 14px 15px;
}

.select2-container .select2-selection .select2-selection__arrow,
.woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection .select2-selection__arrow {
    top: 0;
    right: 10px;
    height: 54px;
}

.woocommerce th {
    color: #7a7a7a;
}

.woocommerce th,
.woocommerce td {
    border: none;
    padding: 0;
}

.woocommerce tbody>tr,
.woocommerce tfoot>tr,
.woocommerce thead>tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding: .75rem 0;
}

.woocommerce-checkout-review-order-table thead tr {
    border-top: 0;
}

.woocommerce-order-overview {
    padding-left: 18px;
    margin-bottom: 30px;
}

.woocommerce-order-overview li {
    list-style: disc;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
    width: 100%;
}

#customer_login {
    display: flex;
}

#customer_login .u-columns .u-columns .col-1,
#customer_login .u-columns .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    position: unset;
    padding-right: 15px;
    padding-left: 15px;
}


/**
 * MyAccount
 */
.woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    border-top: 1px solid #eceeef;
    padding-left: 0;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid #eceeef;
    position: relative;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: 700;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: .857em 0;
    display: block;
    color: #333e48;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f3fd";
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
}

.woocommerce-MyAccount-navigation ul li a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1.618;
    margin-left: .53em;
    width: 1.387em;
    text-align: right;
    float: right;
    opacity: .25;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291";
}

.woocommerce-MyAccount-navigation ul li a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1.618;
    margin-left: .53em;
    width: 1.387em;
    text-align: right;
    float: right;
    opacity: .25;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f1c6";
}

.woocommerce-MyAccount-navigation ul li a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1.618;
    margin-left: .53em;
    width: 1.387em;
    text-align: right;
    float: right;
    opacity: .25;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015";
}

.woocommerce-MyAccount-navigation ul li a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1.618;
    margin-left: .53em;
    width: 1.387em;
    text-align: right;
    float: right;
    opacity: .25;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007";
}

.woocommerce-MyAccount-navigation ul li a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1.618;
    margin-left: .53em;
    width: 1.387em;
    text-align: right;
    float: right;
    opacity: .25;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f2f5";
}

.woocommerce-MyAccount-navigation ul li a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1.618;
    margin-left: .53em;
    width: 1.387em;
    text-align: right;
    float: right;
    opacity: .25;
}

/**
 * Dokan
 */

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
    background: background: #fc6274;
    background: -webkit-linear-gradient(to right, #fc6274, #ff9945);
    background: linear-gradient(to right, #fc6274, #ff9945);
     !important;
}

.dokan-single-store .profile-frame {
    padding: 0px;
    position: relative;
    background-size: cover;
    background-color: #eee;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info {
    padding: 0 60px !important;
}

.woocommerce-form-login__rememberme {
    width: 100%;
}

.reviewlist li::before {
    display: none;
}

.seller-rating-right .text {
    float: right;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
    margin-top: 7px !important;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info li {
    padding-bottom: 0 !important;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
    background: background: #fc6274;
    background: -webkit-linear-gradient(to right, #fc6274, #ff9945);
    background: linear-gradient(to right, #fc6274, #ff9945);
    ;
    padding: 11px 45px;
    box-shadow: none;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background: background: #fc6274;
    background: -webkit-linear-gradient(to right, #fc6274, #ff9945);
    background: linear-gradient(to right, #fc6274, #ff9945);
    border-radius: 6px;
    position: absolute;
    z-index: 2;
    width: 8px;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    box-sizing: border-box;
    margin-top: -.25em;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    background: background: #fc6274;
    background: -webkit-linear-gradient(to right, #fc6274, #ff9945);
    background: linear-gradient(to right, #fc6274, #ff9945);
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
}

.dokan-form-control {
    padding: 14px 15px !important;
    border: 1px solid #dfdfdf !important;
    border-radius: 6px !important;
    background: #fbfbfb !important;
}

.seller-form .dokan-btn {
    margin-top: 10px;
}

@media (min-width: 992px) {
    form.woocommerce-checkout .col2-set {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    form.woocommerce-checkout .woocommerce-checkout-review-order {
        flex: 0 0 40%;
        max-width: 40%;
        margin-left: 1.6666666667%;
    }
}

@media (min-width: 768px) {
    body .cart-collaterals .cart_totals {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        margin-left: 58.3333333333%;
    }




    .form-row-first,
    .form-row-last {
        width: 50%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 25%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%;
    }

}


@media (max-width: 768px) {
    .woocommerce-cart-form {
        overflow: scroll;
    }

    #customer_login {
        display: block;
    }

    #customer_login .u-columns .u-columns .col-1,
    #customer_login .u-columns .col-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}