//shoping page styles//
$primary-text-color: #ee8000;
$error-text-color: #D10024;
.woocommerce {
    .shop-container {
        &.sf_product_display {
            .shop-header {
                .shop-title {
                    h1 {
                        font-weight: 500;
                    }
                }
            }
        }
        padding:50px 0;
        @include breakpoint(md) {
            padding-bottom: 30px;
        }
        @include breakpoint(sm) {
            padding: 30px 0;
        }
        .shop-header {
            .shop-title {
                text-align: center;
                padding-bottom: 10px;
                @include breakpoint(md) {
                    padding-bottom: 0px;
                }
                @include breakpoint(sm) {
                    padding-bottom: 0px;
                }
                h1 {
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    font-weight: 300;
                    color: #666666;
                    font-size: 30px;
                    @include breakpoint(xs) {
                        font-size: 24px;
                    }
                }
            }
        }
        .woocommerce-shop {
            margin-top: 50px;
            &.sf-no-products {
                margin-top: 0;
                p {
                    font-size: 14px;
                    color: #666666;
                    line-height: normal;
                    padding-bottom: 10px !important;
                    background-color: transparent;
                }
                a.button {
                    width: 200px;
                    margin: 3px 0;
                    padding: 15px;
                    font-size: 12px;
                    vertical-align: middle;
                    text-align: center;
                    text-decoration: none;
                    border: none;
                    cursor: pointer;
                    font-family: inherit;
                    border-radius: 2px;
                    background-color: #ee7f00;
                    color: #ffffff;
                    border-color: #cc5d00;
                    font-weight: 400;
                    @include breakpoint(sm) {
                        width: 100%;
                    }
                    @include breakpoint(xs) {
                        width: 100%;
                        font-size: 16px;
                    }
                }
            }
            @include breakpoint(md) {
                margin-top: 50px;
            }
            @include breakpoint(sm) {
                margin-top: 30px;
            }
        }
        ul {
            &.products {
                margin: 0;
                li {
                    list-style-type: none;
                    display: inline-block;
                    border: 1px solid #e1e1e1;
                    border-style: solid;
                    border-width: 1px;
                    border-radius: 2px;
                    margin-bottom: 20px !important;
                    @include breakpoint(sm) {
                        width: 32.9%;
                        float: none;
                        &:nth-child(2n) {
                            float: none;
                        }
                    }
                    @include breakpoint(su) {
                        width: 49% !important;
                    }
                    @include breakpoint(ss) {
                        width: 100% !important;
                    }
                    a {
                        .sf-subcategory-title {
                            img {
                                margin-bottom: 0;
                                padding: 20px;
                                @include transition(0.3s);
                                &:hover {
                                    -webkit-transform: scale(0.9);
                                    -moz-transform: scale(0.9);
                                    -ms-transform: scale(0.9);
                                    transform: scale(0.9);
                                    transform: scale(0.9);
                                    opacity: .6;
                                    @include transition(0.3s);
                                }
                            }
                        }
                        h2 {
                            text-align: center;
                            border-top: 1px solid #e1e1e1;
                            border-bottom: 0;
                            font-size: 20px !important;
                            font-weight: 300;
                            padding: 15px 15px 15px !important;
                            color: #666666;
                            @include breakpoint(xs) {
                                font-size: 18px !important;
                            }
                            mark {
                                display: none;
                            }
                        }
                        &:hover {
                            h2 {
                                color: #ee7f00;
                            }
                        }
                    }
                }
            }
        }
        &.sf_product_display {
            .woocommerce-shop {
                width: 73%;
                float: left;
                margin-top: 0 !important;
                border-right: 1px solid #e1e1e1;
                @include breakpoint(xs) {
                    border: 0;
                    width: 100%;
                }
                .woocommerce-result-count {
                    color: #666666;
                    font-size: 14px;
                    color: #666666;
                    font-size: 12px;
                    margin-bottom: 0;
                    position: relative;
                    top: 25px;
                }
                ul {
                    &.products {
                        margin: 0;
                        margin-bottom: 50px;
                        margin-top: 50px;
                        li {
                            list-style-type: none;
                            /*float: left;*/
                            float: none;
                            margin: 0 0.8% 2.992em 0;
                            padding: 0;
                            position: relative;
                            width: 30%;
                            margin-left: 0;
                            clear: none;
                            float: none;
                            &:nth-child(2n) {
                                @include breakpoint(xs) {
                                    float: right;
                                }
                            }
                            @include breakpoint(sm) {
                                width: 48%;
                            }
                            @include breakpoint(xs) {
                                float: none;
                                margin: 0;
                            }
                            &:hover {
                                a.button {
                                    opacity: 1;
                                    color: #ee7f00 !important;
                                }
                            }
                            .sf-loop_add_to_cart {
                                border-top: 1px solid #e1e1e1;
                                a {
                                    &.button {
                                        width: auto;
                                        margin-left: 20px;
                                        border: 0;
                                        @include breakpoint(ms) {
                                            margin-left: 6px;
                                        }
                                        &.loading {
                                            padding-right: 2.618em !important;
                                            &:after {
                                                top: 13px;
                                            }
                                        }
                                    }
                                    &.sf-centercart {
                                        width: 100%;
                                        margin-left: 0;
                                        display: inline-block;
                                    }
                                    &.added_to_cart {
                                        border-top: 0;
                                        width: auto;
                                        float: right;
                                        margin-right: 20px;
                                        @include breakpoint(ms) {
                                            margin-right: 6px;
                                        }
                                    }
                                }
                            }
                            a {
                                h2 {
                                    font-size: 14px !important;
                                    color: #666666;
                                    line-height: 1.3em;
                                    font-weight: normal;
                                    margin: 0;
                                    padding: 10px 0px 0px 10px !important;
                                    text-align: left;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    width: 100%;
                                    white-space: nowrap;
                                }
                                span {
                                    &.onsale {
                                        min-width: 40px;
                                        padding: 6px;
                                        min-height: 40px;
                                        line-height: 2.536;
                                        font-size: 12px;
                                        font-weight: 500;
                                    }
                                }
                                .sf-star-rating {
                                    width: 100%;
                                    margin: 0 auto;
                                    /*text-align: center;*/
                                    padding-left: 10px;
                                    height: 100%;
                                    min-height: 22px;
                                    @include transition(0.5s);
                                    .star-rating {
                                        width: auto;
                                        text-align: center;
                                        display: inline-block;
                                        margin: 0 auto;
                                        &:before {
                                            float: none;
                                            position: relative;
                                        }
                                        span {
                                            &:before {
                                                color: #ee7f00;
                                            }
                                        }
                                    }
                                }
                                span {
                                    &.price {
                                        display: block;
                                        text-decoration: none;
                                        font-size: 15px;
                                        line-height: normal;
                                        font-weight: 600;
                                        color: #ee7f00;
                                        padding: 0px 0px 4px 10px !important;
                                        text-align: left;
                                        .woocommerce-Price-amount,
                                        .woocommerce-Price-currencySymbol {
                                            font-weight: 600;
                                        }
                                        del {
                                            display: inline-block;
                                            margin-right: 10px;
                                            vertical-align: middle;
                                        }
                                        ins {
                                            display: inline-block;
                                            vertical-align: middle;
                                        }
                                    }
                                }
                                &.button {
                                    font-size: 100%;
                                    margin: 0;
                                    line-height: 1;
                                    cursor: pointer;
                                    position: relative;
                                    text-decoration: none;
                                    overflow: visible;
                                    padding: 13px 0;
                                    font-size: 11px;
                                    color: #666666 !important;
                                    opacity: 0.3;
                                    font-weight: 700;
                                    border-radius: 0px;
                                    left: auto;
                                    background-color: #fff;
                                    border: 0;
                                    white-space: nowrap;
                                    display: inline-block;
                                    background-image: none;
                                    box-shadow: none;
                                    text-shadow: none;
                                    width: 100%;
                                    text-align: center;
                                    border-top: 1px solid #e1e1e1;
                                }
                                &:hover {
                                    h2 {
                                        color: #ee7f00;
                                    }
                                    .sf-star-rating {
                                        opacity: 1;
                                        @include transition(0.5s);
                                    }
                                }
                                &.added_to_cart {
                                    margin: 0;
                                    line-height: 1;
                                    cursor: pointer;
                                    position: relative;
                                    text-decoration: none;
                                    overflow: visible;
                                    padding: 13px 0;
                                    font-size: 11px;
                                    font-weight: 700;
                                    border-radius: 0px;
                                    left: auto;
                                    background-color: #fff;
                                    border: 0;
                                    width: 100%;
                                    text-align: center;
                                    border-top: 1px solid #e1e1e1;
                                    opacity: 1;
                                    letter-spacing: 0.7px;
                                    color: #ee7f00;
                                }
                                img {
                                    margin-bottom: 0;
                                    @include transition(0.3s);
                                    padding: 20px;
                                    &:hover {
                                        -webkit-transform: scale(0.9);
                                        -moz-transform: scale(0.9);
                                        -ms-transform: scale(0.9);
                                        transform: scale(0.9);
                                        transform: scale(0.9);
                                        opacity: .6;
                                        @include transition(0.3s);
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .sidebar {
                color: #8d8d8d;
                padding: 50px 0;
                width: 21%;
                float: right;
                @include breakpoint(sm) {
                    width: auto;
                }
                @include breakpoint(xs) {
                    display: none;
                }
                h3 {
                    font-weight: 600;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    font-size: 15px;
                    color: #666666;
                }
                .widget {
                    clear: both;
                    position: relative;
                    padding: 30px 0 30px 0;
                    float: none;
                    &:nth-child(1) {
                        padding-top: 0;
                        padding-bottom: 30px;
                    }
                    .tagcloud {
                        a {
                            font-size: 17px !important;
                            display: block;
                            width: 100%;
                            padding: 0 0 0 9px;
                            color: #8d8d8d;
                            &:hover {
                                color: #ee7f00;
                                text-decoration: underline;
                            }
                        }
                    }
                    .product-categories {
                        list-style: none;
                        li {
                            a {
                                color: #8d8d8d;
                                padding: 0 0 0 9px;
                                font-size: 17px;
                                font-style: normal;
                                &:hover {
                                    color: #ee7f00;
                                    text-decoration: underline;
                                }
                            }
                        }
                    }
                    .price_slider_wrapper {
                        .ui-widget-content {
                            background: #e1e1e1;
                            margin: 0px 10px 10px 0px;
                            height: 5px;
                            position: relative;
                            text-align: left;
                            border-radius: 24px;
                            .ui-slider-range {
                                position: absolute;
                                z-index: 1;
                                font-size: .7em;
                                display: block;
                                background-position: 0 0;
                                &.ui-widget-header {
                                    &.ui-corner-all {
                                        background-color: #fba60d !important;
                                        border-radius: 24px;
                                    }
                                }
                            }
                            .ui-slider-handle {
                                background-color: #ddd;
                                color: #666;
                                position: absolute;
                                z-index: 2;
                                width: 11px;
                                height: 11px;
                                top: -3px;
                                margin-left: -5px;
                                /*cursor: ew-resize;*/
                                cursor: pointer;
                            }
                        }
                        .price_slider_amount {
                            overflow: hidden;
                            line-height: 35px;
                            padding: 4px 0 0 0;
                            @include breakpoint(sm) {
                                font-size: 12px;
                            }
                            .button {
                                min-width: 64px;
                                padding: 10px;
                                background-color: #ee7f00;
                                color: #ffffff;
                                border-color: #cc5d00;
                                font-size: 12px;
                                font-weight: 400;
                            }
                        }
                    }
                }
            }
        }
    }
    .sf-main-cart-page {
        .sf-woocommerce-cart-form {
            padding: 50px 0;
            border-right: 1px solid #e1e1e1;
            width: 73%;
            display: inline-block;
            @include breakpoint(md) {
                width: 70%;
            }
            @include breakpoint(sm) {
                width: 64%;
            }
            @include breakpoint(xs) {
                width: 100%;
                border: 0;
            }
            .woocommerce-cart-form {
                margin-right: 50px;
                @include breakpoint(md) {
                    margin-right: 40px;
                }
                @include breakpoint(sm) {
                    margin-right: 20px;
                }
                @include breakpoint(xs) {
                    margin-right: 0px;
                }
            }
            table {
                &.shop_table {
                    border-color: #e1e1e1;
                    font-size: 13px;
                    border-radius: 0;
                    border: 0;
                    color: #666666;
                    th {
                        font-size: 12px;
                        font-weight: bold;
                        line-height: 18px;
                        padding: 9px 12px;
                        letter-spacing: 1.5px;
                        text-transform: uppercase;
                        border: 1px solid #e1e1e1;
                        border-left: none;
                        border-bottom: none;
                    }
                    td {
                        padding: 6px 12px;
                        vertical-align: middle;
                        font-size: 13px;
                        padding: 9px 12px;
                        border-style: solid;
                        border-width: 1px;
                        border-left: none;
                        border-top: none;
                        border-color: #e1e1e1;
                        &.product-quantity {
                            text-align: center;
                            @include breakpoint(md) {
                                padding: 0;
                            }
                            @include breakpoint(sm) {
                                padding: 9px 12px;
                            }
                        }
                        @include breakpoint(sm) {
                            border-left: 1px solid #e1e1e1;
                        }
                        a {
                            color: #ee7f00;
                            &:hover {
                                text-decoration: underline;
                            }
                        }
                        .quantity {
                            text-align: center;
                            @include breakpoint(md) {
                                width: 130px;
                            }
                            input {
                                &.minus,
                                &.plus {
                                    background: transparent;
                                    border: 1px solid #e1e1e1;
                                    /*font-size: 20px;*/
                                    width: 32px;
                                    max-height: 25px;
                                    min-height: 25px;
                                    vertical-align: middle;
                                    display: inline-block;
                                    text-align: center;
                                    -webkit-text-align: center;
                                    -webkit-appearance: none;
                                    color: #ee7f00;
                                    @include breakpoint(md) {
                                        width: 32px;
                                    }
                                    @include breakpoint(xs) {
                                        width: 40px;
                                    }
                                }
                            }
                            input[type="text"] {
                                width: 32px;
                                text-align: center;
                                border: 1px solid #e1e1e1;
                                /*font-size: 17px;*/
                                max-height: 25px;
                                min-height: 25px;
                                vertical-align: middle;
                                display: inline-block;
                                text-align: center;
                                -webkit-text-align: center;
                                -webkit-appearance: none;
                                color: #949494;
                                pointer-events: none;
                                @include breakpoint(md) {
                                    width: 40px;
                                }
                                @include breakpoint(xs) {
                                    width: 40px;
                                }
                            }
                            input[type=number]::-webkit-inner-spin-button,
                            input[type=number]::-webkit-outer-spin-button {
                                -webkit-appearance: "Always Show Up/Down Arrows";
                                opacity: 1;
                            }
                            @include breakpoint(sm) {
                                text-align: right;
                                width: 100%;
                            }
                        }
                        dl {
                            dt {
                                font-weight: bold;
                                display: inline;
                                margin: 0 4px 0 0;
                                padding: 0;
                            }
                            dd {
                                p {
                                    font-size: 13px;
                                    line-height: normal;
                                    margin: 0 12px 0 0;
                                    font-weight: bold;
                                }
                            }
                        }
                        &.actions {
                            @include breakpoint(sm) {
                                border-top: 1px solid #e1e1e1;
                            }
                            .coupon {
                                width: 410px;
                                float: left;
                                @include breakpoint(sm) {
                                    width: 100%;
                                }
                                .input-text {
                                    width: 200px;
                                    float: left;
                                    margin: 3px 3px 3px 0;
                                    font: 12px/1.7em "Helvetica Neue", Helvetica, Arial, sans-serif;
                                    line-height: 17px;
                                    padding: 11px;
                                    border-radius: 2px;
                                    @include breakpoint(sm) {
                                        width: 48%;
                                    }
                                }
                                .button {
                                    @include breakpoint(sm) {
                                        width: 48%;
                                    }
                                }
                            }
                            .button {
                                width: 200px;
                                margin: 3px 0;
                                padding: 15px;
                                font-size: 12px;
                                vertical-align: middle;
                                text-align: center;
                                text-decoration: none;
                                border: none;
                                cursor: pointer;
                                font-family: inherit;
                                border-radius: 2px;
                                background-color: #ee7f00;
                                color: #ffffff;
                                border-color: #cc5d00;
                                font-weight: 400;
                                @include transition(0.3s);
                                &:hover {
                                    background-color: #cc5d00;
                                    @include transition(0.3s);
                                }
                                @include breakpoint(sm) {
                                    width: 100%;
                                }
                                @include breakpoint(xs) {
                                    width: 100%;
                                    font-size: 16px;
                                }
                            }
                        }
                    }
                    tr {
                        &:first-child {
                            th,
                            td {
                                border-top-style: solid;
                                border-top-width: 1px;
                                @include breakpoint(sm) {
                                    border-top-style: none;
                                }
                            }
                        }
                        th,
                        td {
                            &:first-child {
                                border-left-style: solid;
                                border-left-width: 1px;
                                border-color: #e1e1e1;
                            }
                        }
                        .product-remove {
                            a.remove {
                                color: #ee7f00 !important;
                                display: block;
                                height: 25px;
                                width: 25px;
                                border-radius: 100px;
                                border-style: solid;
                                border-width: 1px;
                                text-indent: 6.5px;
                                font-size: 20px;
                                font-weight: 700;
                                line-height: normal;
                                text-align: justify;
                                border-color: #e1e1e1;
                                &:hover {
                                    color: #ffffff !important;
                                    text-decoration: none !important;
                                    background-color: #ee7f00 !important;
                                    border-color: transparent;
                                    /*                                    border: 0;*/
                                }
                            }
                        }
                        &.woocommerce-cart-form__cart-item {
                            @include breakpoint(sm) {
                                margin-bottom: 30px;
                                td {
                                    &:first-child {
                                        border-top: 1px solid #e1e1e1;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .cart-collaterals {
                .cart_totals {
                    float: left;
                    @include breakpoint(sm) {
                        width: 70%;
                    }
                    @include breakpoint(xs) {
                        width: 100%;
                    }
                    h2 {
                        text-transform: uppercase;
                        letter-spacing: 1px;
                        color: #666666;
                        font-size: 14px;
                        text-align: left;
                        float: none;
                        font-weight: 500;
                    }
                    table {
                        border: 1px solid #e1e1e1;
                        tbody {
                            tr {
                                th {
                                    border-bottom: 1px solid #e1e1e1;
                                    border-right: 0;
                                    border-left: 0;
                                    border-top: 0;
                                    padding: 6px 24px;
                                }
                                &.order-total {
                                    th,
                                    td {
                                        border-bottom: 0;
                                        border-right: 0;
                                    }
                                }
                                td {
                                    border-top: 0;
                                    border-left: 1px solid #e1e1e1;
                                    padding: 6px 24px;
                                    border-right: 0;
                                    @include breakpoint(sm) {
                                        border-left: 0;
                                        border-right: 0;
                                        display: inline-block;
                                        width: 100%;
                                    }
                                    @include breakpoint(xs) {
                                        padding: 9px 12px;
                                    }
                                    @include breakpoint(ss) {
                                        padding-right: 9px;
                                        padding-left: 9px;
                                    }
                                    p {
                                        font-size: 13px;
                                        margin: 0;
                                        color: #8d8d8d;
                                        line-height: 19px;
                                        @include breakpoint(sm) {
                                            text-align: right;
                                        }
                                    }
                                    .shipping-calculator-form {
                                        .form-row {
                                            padding: 3px 0;
                                            margin: 0 0 10px !important;
                                            input {
                                                &.input-text {
                                                    height: 28px;
                                                    border: 1px solid #e1e1e1;
                                                    padding: 0 8px;
                                                }
                                            }
                                        }
                                        .select2-selection--single {
                                            border: 1px solid #aaa;
                                            border-radius: 2px;
                                            border-color: #e1e1e1;
                                            background-color: #ffffff;
                                            color: #8d8d8d;
                                            border-bottom-left-radius: 0;
                                            border-bottom-right-radius: 0;
                                        }
                                        .select2-selection__rendered {
                                            color: #8d8d8d;
                                            line-height: 28px;
                                        }
                                    }
                                    .button {
                                        background-color: #ee7f00;
                                        color: #ffffff;
                                        border-color: #cc5d00;
                                        min-width: 110px;
                                        padding: 15px;
                                        line-height: 1em;
                                        margin: 4px 2px 0 0;
                                        float: left;
                                        font-size: 12px;
                                        width: auto;
                                        vertical-align: middle;
                                        text-align: center;
                                        text-decoration: none;
                                        border: none;
                                        cursor: pointer;
                                        font-family: inherit;
                                        border-radius: 2px;
                                        font-weight: 400;
                                        position: relative;
                                        z-index: 1;
                                        @include transition(0.3s);
                                        &:hover {
                                            background-color: #cc5d00;
                                            color: #fff;
                                            @include transition(0.3s);
                                        }
                                        @include breakpoint(sm) {
                                            margin-bottom: 10px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                    .wc-proceed-to-checkout {
                        padding: 0;
                        @include breakpoint(xs) {
                            margin-top: 16px;
                        }
                        a {
                            &.button {
                                &.alt {
                                    width: 193px;
                                    display: block;
                                    /*font-size: 0.92em;*/
                                    background-color: #ee7f00;
                                    color: #ffffff;
                                    border-color: #cc5d00;
                                    min-width: 110px;
                                    padding: 15px;
                                    line-height: 1em;
                                    margin: 4px 2px 0 0;
                                    float: left;
                                    font-size: 12px;
                                    vertical-align: middle;
                                    text-align: center;
                                    text-decoration: none;
                                    border: none;
                                    cursor: pointer;
                                    font-family: inherit;
                                    border-radius: 2px;
                                    font-weight: 400;
                                    @include transition(0.3s);
                                    &:hover {
                                        background-color: #cc5d00;
                                        @include transition(0.3s);
                                    }
                                    @include breakpoint(xs) {
                                        width: 100%;
                                        font-size: 16px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        .sf-woocommerce-cart-sidebar {
            width: 22%;
            display: inline-block;
            margin-left: 50px;
            vertical-align: top;
            @include breakpoint(md) {
                margin-left: 40px;
                width: 23%;
            }
            @include breakpoint(sm) {
                margin-left: 20px;
                width: 30%;
            }
            @include breakpoint(xs) {
                display: none;
            }
            .sidebar {
                color: #8d8d8d;
                padding: 50px 0;
                @include breakpoint(sm) {
                    width: auto;
                }
                @include breakpoint(xs) {
                    display: none;
                }
                h3 {
                    font-weight: 600;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    font-size: 15px;
                    color: #666666;
                }
                .widget {
                    clear: both;
                    position: relative;
                    padding: 30px 0 30px 0;
                    float: none;
                    &:nth-child(1) {
                        padding-top: 0;
                        padding-bottom: 30px;
                    }
                    .product-categories {
                        list-style: none;
                        li {
                            a {
                                color: #8d8d8d;
                                padding: 0 0 0 9px;
                                font-size: 17px;
                                font-style: normal;
                                &:hover {
                                    color: #ee7f00;
                                    text-decoration: underline;
                                }
                            }
                        }
                    }
                    .tagcloud {
                        a {
                            font-size: 17px !important;
                            display: block;
                            width: 100%;
                            padding: 0 0 0 9px;
                            color: #8d8d8d;
                            &:hover {
                                color: #ee7f00;
                                text-decoration: underline;
                            }
                        }
                    }
                }
            }
        }
    }
    .sf-woocommerce-checkout-main {
        .sf-woocommerce-checkout-form {
            width: 73%;
            float: left;
            margin-top: 0 !important;
            border-right: 1px solid #e1e1e1;
            padding-right: 50px;
            padding-top: 50px;
            padding-bottom: 50px;
            @include breakpoint(sm) {
                width: 71%;
            }
            @include breakpoint(xs) {
                width: 100%;
                padding-right: 0;
                border-right: 0;
            }
            input[type='text'],
            input[type='input'],
            input[type='password'],
            input[type='email'],
            input[type='number'],
            input[type='url'],
            input[type='tel'],
            input[type='search'],
            textarea,
            select {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                box-shadow: none;
                width: 100%;
                padding: 8px 6px;
                margin: 0;
                outline: 0;
                font-size: 12px;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                line-height: 18px;
                border: 1px solid #e1e1e1;
                background-color: #ffffff;
                color: #8d8d8d;
            }
            input[type="checkbox"] {
                width: 20px;
                height: 20px;
            }
            .col-2 {
                .woocommerce-shipping-fields {
                    /*                    &.rental-ship-fields{
                                            margin-top:36px;
                                            @include breakpoint(sm){
                                                margin-top: 0px;
                                            }
                                        }*/
                    h3 {
                        margin-bottom: 5px;
                        label {
                            margin-top: 0;
                            @include breakpoint(sm) {
                                margin-left: 29px;
                            }
                            input[type="checkbox"] {
                                margin-top: 3px;
                                margin-left: -26px;
                                cursor: pointer;
                            }
                        }
                    }
                }
            }
            .col-1 {
                .woocommerce-form__label-for-checkbox {
                    .input-checkbox {
                        margin-top: 1px;
                    }
                    span {
                        font-size: 13px;
                        display: inline-block;
                        margin-left: 26px;
                    }
                }
            }
            textarea {
                height: 14em;
                display: block;
            }
            label {
                font-weight: bold;
                font-size: 13px;
                max-width: 100%;
                margin-bottom: 5px;
            }
            h3,
            .woocommerce-form__label span {
                color: #666666;
                font-size: 24px;
                font-weight: 500;
            }
            .select2-container {
                .select2-selection--single {
                    color: #8d8d8d;
                    display: block;
                    padding: 0 0 0 8px;
                    overflow: hidden;
                    position: relative;
                    border: 1px solid #e1e1e1;
                    text-decoration: none;
                    border-radius: 3px;
                    background-clip: padding-box;
                    user-select: none;
                    background-color: #fff;
                    font-size: 13px;
                    box-shadow: none;
                    border-radius: 0px;
                    line-height: 36px;
                    height: 37px;
                    background-image: none;
                    .select2-selection__rendered {
                        line-height: 37px;
                        padding-left: 0;
                    }
                    .select2-selection__arrow {
                        height: 32px;
                    }
                }
            }
            .woocommerce-checkout-review-order {
                table {
                    &.shop_table {
                        border-color: #e1e1e1;
                        font-size: 13px;
                        border-radius: 0;
                        border: 0;
                        color: #666666;
                        th {
                            font-size: 12px;
                            font-weight: bold;
                            line-height: 18px;
                            padding: 9px 12px;
                            letter-spacing: 1.5px;
                            text-transform: uppercase;
                            border: 1px solid #e1e1e1;
                            border-left: none;
                            border-bottom: none;
                        }
                        td {
                            padding: 6px 12px;
                            vertical-align: middle;
                            font-size: 13px;
                            padding: 9px 12px;
                            border-style: solid;
                            border-width: 1px;
                            border-left: none;
                            border-top: none;
                            border-color: #e1e1e1;
                            @include breakpoint(sm) {
                                border-left: 0px solid #e1e1e1;
                            }
                            a {
                                color: #ee7f00;
                                &:hover {
                                    text-decoration: underline;
                                }
                            }
                        }
                        thead,
                        tbody {
                            tr {
                                th {
                                    &:first-child {
                                        width: 200px;
                                    }
                                }
                            }
                        }
                        tfoot {
                            .cart-subtotal {
                                th,
                                td {
                                    border-top: none !important;
                                }
                                th {
                                    border-bottom: 1px solid #e1e1e1;
                                }
                            }
                            .order-total {
                                th {
                                    border-top: none;
                                    border-bottom: 1px solid #e1e1e1;
                                }
                            }
                            tr {
                                &.shipping {
                                    td {
                                        p {
                                            font-size: 13px;
                                        }
                                    }
                                }
                            }
                        }
                        tr {
                            &:first-child {
                                th,
                                td {
                                    border-top-style: solid;
                                    border-top-width: 1px;
                                    @include breakpoint(sm) {
                                        border-top: 1px solid #e1e1e1;
                                        border-left: 0;
                                    }
                                }
                            }
                            th,
                            td {
                                &:first-child {
                                    border-left-style: solid;
                                    border-left-width: 1px;
                                    border-color: #e1e1e1;
                                }
                            }
                        }
                    }
                }
                .woocommerce-checkout-payment {
                    border-radius: 5px !important;
                    border: 1px solid #e1e1e1;
                    background-color: #ffffff !important;
                    ul {
                        &.payment_methods {
                            overflow: hidden;
                            zoom: 1;
                            text-align: left;
                            padding: 1em;
                            margin: 0;
                            list-style: none outside;
                            li {
                                border: 1px solid #e1e1e1;
                                padding: 1em;
                                label {
                                    img {
                                        max-height: 100% !important;
                                    }
                                    a {
                                        float: none !important;
                                        color: #ee7f00;
                                        font-size: 13px !important;
                                        font-weight: 700;
                                        margin-left: 10px;
                                    }
                                }
                                .payment_method_paypal {
                                    background-color: transparent !important;
                                    margin: 0px !important;
                                    padding: 0px !important;
                                    &:before {
                                        display: none !important;
                                    }
                                    p {
                                        font-size: 13px !important;
                                    }
                                }
                            }
                        }
                    }
                    .place-order {
                        #place_order {
                            float: none !important;
                            &:disabled {
                                cursor: not-allowed;
                            }
                            @include breakpoint(sm) {
                                margin-bottom: 0 !important;
                            }
                        }
                        .button {
                            min-width: 110px;
                            padding: 15px;
                            line-height: 1em;
                            margin: 4px 2px 0 0;
                            float: left;
                            font-size: 12px;
                            width: auto;
                            vertical-align: middle;
                            text-align: center;
                            text-decoration: none;
                            border: none;
                            cursor: pointer;
                            font-family: inherit;
                            border-radius: 2px;
                            background-color: #ee7f00;
                            color: #ffffff;
                            border-color: #cc5d00;
                            font-weight: 400;
                            @include transition(0.3s);
                            position: relative;
                            z-index: 6;
                            &:hover {
                                background-color: #cc5d00;
                                @include transition(0.3s);
                            }
                        }
                    }
                }
            }
            .woocommerce-info {
                border: 1px solid #e1e1e1;
                background-color: #fff;
                font-size: 14px;
                font-weight: 400;
                color: #666666;
                padding: 19px;
                margin-bottom: 20px;
                &:before {
                    display: none;
                }
                a {
                    color: #ee7f00;
                    &:hover {
                        text-decoration: underline;
                    }
                }
            }
            .woocommerce-NoticeGroup {
                .woocommerce-error {
                    margin: 20px 0 !important;
                    li {
                        padding-bottom: 3px;
                        &:last-child {
                            padding-bottom: 0;
                        }
                    }
                }
            }
        }
        .woocommerce-form-login {
            margin: 0px 0 20px;
            p {
                font-size: 14px;
                ;
                color: #666666;
                line-height: unset;
                display: inline-block;
                .button {
                    min-width: 110px;
                    padding: 15px;
                    line-height: 1em;
                    margin: 4px 2px 0 0;
                    float: left;
                    font-size: 12px;
                    width: auto;
                    vertical-align: middle;
                    text-align: center;
                    text-decoration: none;
                    border: none;
                    cursor: pointer;
                    font-family: inherit;
                    border-radius: 2px;
                    background-color: #ee7f00;
                    color: #ffffff;
                    border-color: #cc5d00;
                    font-weight: 400;
                }
                .woocommerce-form__label {
                    margin-left: 10px;
                }
                .woocommerce-form__input {
                    width: auto;
                    display: inline-block;
                    vertical-align: middle;
                }
                span {
                    font-size: 13px !important;
                    display: inline-block;
                    vertical-align: sub;
                }
                &.form-row {
                    @include breakpoint(sm) {
                        width: 100% !important;
                    }
                }
            }
            .lost_password {
                width: 134px;
                display: inline-block;
                top: 20px;
                right: 108px;
                position: relative;
                color: #ee7f00;
                font-size: 13px;
                @include breakpoint(sm) {
                    // top: 0;
                    // right: 0;
                    // left: 2px;
                    top: -30px;
                    left: 125px;
                }
            }
        }
        .sf-woocommerce-cart-sidebar {
            width: 22%;
            display: inline-block;
            margin-left: 50px;
            vertical-align: top;
            @include breakpoint(md) {
                margin-left: 40px;
                width: 21%;
            }
            @include breakpoint(sm) {
                margin-left: 20px;
                width: 26%;
            }
            .sidebar {
                color: #8d8d8d;
                padding: 50px 0;
                @include breakpoint(sm) {
                    width: auto;
                }
                @include breakpoint(xs) {
                    display: none;
                }
                h3 {
                    font-weight: 600;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    font-size: 15px;
                    color: #666666;
                }
                .widget {
                    clear: both;
                    position: relative;
                    padding: 30px 0 30px 0;
                    float: none;
                    &:nth-child(1) {
                        padding-top: 0;
                        padding-bottom: 30px;
                    }
                    .product-categories {
                        list-style: none;
                        li {
                            a {
                                color: #8d8d8d;
                                padding: 0 0 0 9px;
                                font-size: 17px;
                                font-style: normal;
                                &:hover {
                                    color: #ee7f00;
                                    text-decoration: underline;
                                }
                            }
                        }
                    }
                    .tagcloud {
                        a {
                            font-size: 17px !important;
                            display: block;
                            width: 100%;
                            padding: 0 0 0 9px;
                            color: #8d8d8d;
                            &:hover {
                                color: #ee7f00;
                                text-decoration: underline;
                            }
                        }
                    }
                }
            }
        }
    } //login-page
    .sf-woocommerce-main-form-login {
        margin: 0 auto;
        width: 50%;
        @include breakpoint(sm) {
            width: 60%;
        }
        @include breakpoint(xs) {
            width: 100%;
        }
        .sf-woocommerce-form-login {
            /*padding: 50px 0;*/
            padding: 56px 0 50px;
            /*            padding: 50px 0;
                        width: 75%;
                        border-right: 1px solid #e1e1e1;
                        padding-right: 50px;
                        display: inline-block;*/
            @include breakpoint(sm) {
                /*                width: 68%;
                                padding-right: 26px;*/
                width: 100%;
                padding-right: 0;
            }
            @include breakpoint(xs) {
                width: 100%;
                border: 0;
                padding-right: 0;
                padding: 30px 0;
            }
            h2 {
                text-transform: uppercase;
                letter-spacing: 1px;
                color: #666666;
                font-weight: 500;
                font-size: 30px;
                @include breakpoint(xs) {
                    font-size: 24px;
                }
            }
            form {
                p {
                    a {
                        font-size: 13px;
                        padding: 3px;
                    }
                }
                .woocommerce-form__input-checkbox {
                    position: relative;
                    /*top: 2px;*/
                    margin: 0;
                    display: inline-block;
                    vertical-align: middle;
                }
                .woocommerce-form__label-for-checkbox {
                    position: relative;
                    top: 2px;
                    margin-left: 10px;
                    span {
                        display: inline-block;
                        vertical-align: middle;
                    }
                    @include breakpoint(xs) {
                        display: block !important;
                        margin-left: 0;
                    }
                }
                &.login,
                &.register {
                    margin: 0;
                    min-height: 294px;
                    input[type='text'],
                    input[type='input'],
                    input[type='password'],
                    input[type='email'],
                    input[type='number'],
                    input[type='url'],
                    input[type='tel'],
                    input[type='search'],
                    textarea,
                    select {
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        box-shadow: none;
                        width: 100%;
                        padding: 8px 6px;
                        margin: 0;
                        outline: 0;
                        font-size: 12px;
                        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                        line-height: 18px;
                        border: 1px solid #e1e1e1;
                        background-color: #ffffff;
                        color: #8d8d8d;
                    }
                    .button {
                        float: none;
                        background-color: #ee7f00;
                        color: #ffffff;
                        border-color: #cc5d00;
                        margin: 0;
                        min-width: 130px;
                        padding: 15px;
                        line-height: 1em;
                        font-size: 12px;
                        width: auto;
                        text-align: center;
                        border: none;
                        cursor: pointer;
                        font-family: inherit;
                        border-radius: 2px;
                        font-weight: 400;
                        &:hover {
                            background-color: #cc5d00;
                        }
                    }
                    label {
                        font-weight: bold;
                        letter-spacing: 0;
                        text-transform: none;
                        padding-top: 8px;
                        line-height: 1.5em;
                        margin-bottom: 6px;
                        font-size: 13px;
                        color: #666666;
                        text-align: left;
                    }
                }
            }
            .u-columns {
                .u-column1,
                .u-column2 {
                    h2 {
                        text-transform: uppercase;
                        letter-spacing: 1px;
                        color: #666666;
                        font-weight: 500;
                        font-size: 30px;
                        @include breakpoint(xs) {
                            font-size: 24px;
                        }
                    }
                    form {
                        .woocommerce-form__input-checkbox {
                            position: relative;
                            top: 2px;
                        }
                        .woocommerce-form__label-for-checkbox {
                            position: relative;
                            top: 2px;
                            margin-left: 10px;
                            @include breakpoint(xs) {
                                display: block !important;
                                margin-left: 0;
                            }
                        }
                        &.login,
                        &.register {
                            margin: 0;
                            min-height: 294px;
                            input[type='text'],
                            input[type='input'],
                            input[type='password'],
                            input[type='email'],
                            input[type='number'],
                            input[type='url'],
                            input[type='tel'],
                            input[type='search'],
                            textarea,
                            select {
                                -webkit-box-sizing: border-box;
                                -moz-box-sizing: border-box;
                                box-sizing: border-box;
                                box-shadow: none;
                                width: 100%;
                                padding: 8px 6px;
                                margin: 0;
                                outline: 0;
                                font-size: 12px;
                                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                                line-height: 18px;
                                border: 1px solid #e1e1e1;
                                background-color: #ffffff;
                                color: #8d8d8d;
                            }
                            .button {
                                float: none;
                                background-color: #ee7f00;
                                color: #ffffff;
                                border-color: #cc5d00;
                                margin: 0;
                                min-width: 130px;
                                padding: 15px;
                                line-height: 1em;
                                font-size: 12px;
                                width: auto;
                                text-align: center;
                                border: none;
                                cursor: pointer;
                                font-family: inherit;
                                border-radius: 2px;
                                font-weight: 400;
                                &:hover {
                                    background-color: #cc5d00;
                                }
                            }
                            label {
                                font-weight: bold;
                                letter-spacing: 0;
                                text-transform: none;
                                padding-top: 8px;
                                line-height: 1.5em;
                                margin-bottom: 6px;
                                font-size: 13px;
                                color: #666666;
                                text-align: left;
                            }
                        }
                    }
                }
                .u-column1 {
                    @include breakpoint(sm) {
                        margin-bottom: 30px;
                    }
                    p {
                        a {
                            font-size: 13px;
                            padding: 3px;
                        }
                    }
                }
                .u-column2 {
                    .register {
                        background: transparent;
                        display: block;
                        p {
                            text-align: left;
                        }
                    }
                }
            }
        }
        .sf-woocommerce-cart-sidebar {
            width: 18%;
            @include breakpoint(sm) {
                width: 28%;
            }
        }
    } //dashboard
    .sf-woocommerce-MyAccount-container {
        .sf-woocommerce-MyAccount-section {
            overflow: hidden;
            overflow: hidden;
            width: 80%;
            padding: 50px 0;
            float: left;
            border-right: 1px solid #e1e1e1;
            @include breakpoint(xs) {
                width: 100%;
                border-right: 0;
            }
            .woocommerce-MyAccount-content {
                padding-right: 20px;
                padding-left: 20px;
                width: 80%;
                @include breakpoint(xs) {
                    padding-left: 0 !important;
                    padding-right: 0 !important;
                    width: 100%;
                }
                @include breakpoint(sm) {
                    padding-right: 20px;
                    padding-left: 20px;
                    float: right;
                }
                .woocommerce-pagination {
                    &.woocommerce-pagination--without-numbers {
                        @include breakpoint(sm) {
                            text-align: center;
                        }
                    }
                }
                .woocommerce-order-details {
                    .shop_table {
                        tbody {
                            tr {
                                td {
                                    padding: 6px 12px;
                                    &.woocommerce-table__product-name {
                                        &.product-name {
                                            @include breakpoint(sm) {
                                                display: table-cell;
                                                text-align: left;
                                            }
                                        }
                                    }
                                    &.woocommerce-table__product-total {
                                        &.product-total {
                                            @include breakpoint(sm) {
                                                display: table-cell;
                                                text-align: left;
                                                border-left: 1px solid #e1e1e1;
                                            }
                                        }
                                    }
                                }
                                td,
                                span {
                                    font-size: 14px;
                                }
                            }
                        }
                        tfoot {
                            tr {
                                td {
                                    border-left: 1px solid #e1e1e1;
                                }
                                td,
                                span {
                                    font-size: 14px;
                                }
                            }
                        }
                    }
                }
                .woocommerce-customer-details {
                    @include breakpoint(sm) {
                        .woocommerce-column {
                            &.woocommerce-column--2 {
                                margin-top: 2em;
                            }
                        }
                    }
                    address {
                        font-size: 14px;
                        border-right: 1px solid #e1e1e1;
                        line-height: 24px;
                        .woocommerce-customer-details--email {
                            color: #ee7f00;
                        }
                    }
                }
                table {
                    border: 1px solid #e1e1e1;
                    thead {
                        tr {
                            th {
                                border-left: 1px solid #e1e1e1;
                                padding-top: 15px;
                                padding-bottom: 15px;
                                text-align: center;
                                span {
                                    font-weight: 700;
                                    color: #666666;
                                }
                                &:first-child {
                                    border-left: 0;
                                }
                            }
                        }
                    }
                    tbody {
                        tr {
                            td {
                                &:first-child {
                                    border-left: 0;
                                }
                            }
                            th {
                                border-bottom: 1px solid #e1e1e1;
                                border-right: 0;
                                border-left: 0;
                                border-top: 0;
                                padding: 6px 24px;
                                padding-top: 15px;
                                padding-bottom: 15px;
                                text-align: center;
                            }
                            td {
                                border-left: 1px solid #e1e1e1;
                                border-right: 0;
                                padding-top: 15px;
                                padding-bottom: 15px;
                                &.woocommerce-orders-table__cell-order-actions {
                                    text-align: center;
                                }
                                /*text-align: center;*/
                                @include breakpoint(sm) {
                                    border-left: 0;
                                    border-right: 0;
                                    display: inline-block;
                                    width: 100%;
                                }
                                .button {
                                    &:hover {
                                        background-color: #ee7f00;
                                        color: #ffffff;
                                        border-color: #cc5d00;
                                    }
                                }
                                p {
                                    font-size: 13px;
                                    margin: 0;
                                    color: #8d8d8d;
                                    line-height: 19px;
                                    @include breakpoint(sm) {
                                        text-align: left;
                                    }
                                }
                            }
                        }
                    }
                }
                .woocommerce-order-details,
                .woocommerce-customer-details {
                    h2,
                    .woocommerce-column__title {
                        color: #666666;
                        font-size: 24px;
                        font-weight: 500;
                    }
                }
                .woocommerce-message,
                .woocommerce-info {
                    border-color: #8BAF5B !important;
                    background-color: #E0F1B5 !important;
                    color: #4F5F39 !important;
                    padding: 24px 0px 24px 48px !important;
                    width: 100% !important;
                    text-align: center;
                    @include breakpoint(sm) {
                        padding: 10px 10px 10px 10px !important;
                    }
                    a {
                        float: none !important;
                        margin-right: 30px;
                        @include breakpoint(sm) {
                            /*                            margin-right: 0;
                                                        float: right !important;*/
                            margin-right: 0;
                            float: none !important;
                            display: block;
                            margin: 0 auto;
                            margin-bottom: 4px;
                            margin-top: 4px;
                        }
                    }
                }
                .woocommerce-address-fields__field-wrapper {
                    margin-bottom: 26px;
                    overflow: hidden;
                }
            }
        }
        .sf-woocommerce-cart-sidebar {
            margin-left: 0;
            /*padding-left: 50px;*/
            padding: 50px 0px 50px 20px;
            width: auto;
            text-align: center;
            @include breakpoint(md) {
                width: 16%;
                padding: 50px 0px 50px 20px;
            }
            @include breakpoint(sm) {
                padding-left: 24px;
                width: 20%;
            }
            @include breakpoint(xs) {
                width: 100%;
                padding-top: 0;
                padding-left: 0;
            }
            .sidebar-pdf-sec {
                .instructions-title {
                    display: flex;
                    align-items: center;
                    -webkit-align-items: center;
                    -moz-align-items: center;
                    /*                    -webkit-justify-content: center;
                                        -moz-justify-content: center;
                                        justify-content: center;*/
                    -webkit-justify-content: flex-start;
                    -moz-justify-content: flex-start;
                    justify-content: flex-start;
                    margin-bottom: 10px;
                    @include breakpoint(md) {
                        -webkit-align-items: baseline;
                        -moz-align-items: baseline;
                        align-items: baseline;
                    }
                    @include breakpoint(sm) {
                        margin-bottom: 0;
                    }
                    @include breakpoint(xs) {
                        margin-bottom: 10px;
                        -webkit-justify-content: center;
                        -moz-justify-content: center;
                        justify-content: center;
                    }
                    .fa {
                        height: 29px;
                        margin-right: 6px;
                        font-size: 17px;
                        @include breakpoint(md) {
                            font-size: 17px;
                            height: 30px;
                        }
                    }
                    h3 {
                        font-size: 16px;
                        font-weight: 400;
                        @include breakpoint(md) {
                            font-size: 16px;
                            text-align: left;
                        }
                        @include breakpoint(sm) {
                            font-size: 14px;
                        }
                        @include breakpoint(xs) {
                            font-size: 18px;
                        }
                    }
                }
                .pdf-icon {
                    figure {
                        a {
                            font-size: 16px;
                            font-weight: 500;
                            margin-left: 12px;
                            @include breakpoint(md) {
                                font-size: 17px;
                            }
                            &:hover {
                                color: $primary-text-color;
                            }
                        }
                        img {
                            max-width: 100%;
                            height: auto;
                            width: 100px;
                            @include breakpoint(md) {
                                width: 80px;
                            }
                        }
                        figcaption {}
                    }
                }
            }
        }
    }
    .woocommerce-MyAccount-navigation {
        float: left;
        border: 1px solid #e1e1e1;
        margin-right: 0px;
        width: 20% !important;
        @include breakpoint(xs) {
            width: 78% !important;
            margin: 0 auto !important;
            float: none !important;
            margin-bottom: 30px !important;
        }
        ul {
            list-style: none;
            li {
                list-style-type: none;
                list-style-position: outside;
                margin: 0;
                padding: 0;
                &.woocommerce-MyAccount-navigation-link--downloads {
                    display: none;
                }
                a {
                    padding: 10px;
                    text-align: center;
                    border-bottom: 1px solid #e1e1e1;
                    display: block;
                    /*min-width: 200px;*/
                    color: #ee7f00;
                    font-size: 14px;
                    @include transition(0.3s);
                    &:hover {
                        background-color: #ee7f00;
                        color: #fff;
                        @include transition(0.3s);
                    }
                }
                &:last-child {
                    a {
                        border-bottom: 0;
                    }
                }
                &.woocommerce-MyAccount-navigation-link {
                    &.is-active {
                        height: auto;
                        a {
                            color: #8d8d8d;
                            font-weight: bold;
                            &:hover {
                                background-color: #ee7f00;
                                color: #fff;
                                @include breakpoint(0.3s);
                            }
                        }
                    }
                }
                &.woocommerce-MyAccount-navigation-link--safe-subscription-payment-page {
                    display: none;
                }
                &.woocommerce-MyAccount-navigation-link--safe-subscription-details {
                    display: none;
                }
            }
        }
    }
    .woocommerce-MyAccount-content {
        p,
        a {
            font-size: 14px;
            color: #666666;
            font-weight: 400;
            a {
                color: #ee7f00;
            }
        } //address
        .u-columns {
            .u-column1 {
                @include breakpoint(sm) {
                    margin-bottom: 30px;
                }
            }
            .u-column1,
            .u-column2 {
                border: 1px solid #e1e1e1;
                padding: 12px;
                width: 49%;
                @include breakpoint(sm) {
                    width: 100%;
                }
                border-radius: 3px;
                .title {
                    h3 {
                        color: #666666;
                        font-size: 24px;
                        font-weight: 500;
                    }
                    a {
                        color: #ee7f00;
                    }
                }
                address {
                    color: #8d8d8d;
                    font-size: 14px;
                    line-height: 24px;
                }
            }
        } //acount details
        input[type='text'],
        input[type='input'],
        input[type='password'],
        input[type='email'],
        input[type='number'],
        input[type='url'],
        input[type='tel'],
        input[type='search'],
        textarea,
        select {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            box-shadow: none;
            width: 100%;
            padding: 8px 6px;
            margin: 0;
            outline: 0;
            font-size: 12px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            line-height: 18px;
            border: 1px solid #e1e1e1;
            background-color: #ffffff;
            color: #8d8d8d;
        }
        .button,
        .disabled {
            float: none;
            background-color: #ee7f00;
            color: #ffffff !important;
            border-color: #cc5d00;
            margin: 0;
            min-width: 130px;
            padding: 15px !important;
            line-height: 1em;
            font-size: 16px;
            width: auto;
            text-align: center;
            border: none;
            cursor: pointer;
            font-family: inherit;
            border-radius: 2px;
            font-weight: 400;
            text-transform: capitalize;
            @include transition(0.3s);
            &:hover {
                background-color: #cc5d00;
                @include transition(0.3s);
            }
            &.pay,
            &.cancel,
            &.view {
                margin-bottom: 0px;
                display: block;
                margin: 0 auto;
                @include breakpoint(sm) {
                    margin: 4px auto !important;
                    display: inline-block;
                }
            }
            &.view {
                margin: 4px 0;
            }
            @include breakpoint(sm) {
                width: 73%;
                padding: 12px !important;
                font-size: 16px;
            }
            @include breakpoint(xs) {
                width: 73%;
                padding: 12px !important;
                font-size: 16px;
            }
        }
        td {
            .button,
            .disabled {
                min-width: 50px;
            }
        }
        label {
            font-weight: bold;
            letter-spacing: 0;
            text-transform: none;
            padding-top: 8px;
            line-height: 1.5em;
            margin-bottom: 6px;
            font-size: 13px;
            color: #666666;
            text-align: left;
        }
        .select2-container {
            .select2-selection--single {
                color: #8d8d8d;
                display: block;
                padding: 0 0 0 8px;
                overflow: hidden;
                position: relative;
                border: 1px solid #e1e1e1;
                text-decoration: none;
                border-radius: 3px;
                background-clip: padding-box;
                user-select: none;
                background-color: #fff;
                font-size: 13px;
                box-shadow: none;
                border-radius: 0px;
                line-height: 36px;
                height: 37px;
                background-image: none;
                .select2-selection__rendered {
                    line-height: 37px;
                    padding-left: 0;
                }
                .select2-selection__arrow {
                    height: 32px;
                }
            }
        }
        fieldset {
            p {
                &:last-child {
                    display: block;
                }
            }
            margin-bottom:20px;
            legend {
                display: block;
                font-weight: normal;
                font-size: 17px;
                color: #333333;
            }
        }
    } //reset password//
    .woocommerce-ResetPassword {
        padding: 50px 0;
        color: #666666;
        p {
            font-size: 14px;
        }
        input[type='text'],
        input[type='input'],
        input[type='password'],
        input[type='email'],
        input[type='number'],
        input[type='url'],
        input[type='tel'],
        input[type='search'],
        textarea,
        select {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            box-shadow: none;
            width: 100%;
            padding: 8px 6px;
            margin: 0;
            outline: 0;
            font-size: 12px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            line-height: 18px;
            border: 1px solid #e1e1e1;
            background-color: #ffffff;
            color: #8d8d8d;
        }
        label {
            font-weight: bold;
            letter-spacing: 0;
            text-transform: none;
            padding-top: 8px;
            line-height: 1.5em;
            margin-bottom: 6px;
        }
        .button {
            float: none;
            background-color: #ee7f00;
            color: #ffffff;
            border-color: #cc5d00;
            margin: 0;
            min-width: 130px;
            padding: 15px;
            line-height: 1em;
            font-size: 12px;
            width: auto;
            text-align: center;
            border: none;
            cursor: pointer;
            font-family: inherit;
            border-radius: 2px;
            font-weight: 400;
            display: block;
            &:hover {
                background-color: #ee7f00;
                color: #ffffff;
            }
        }
    }
    .woocommerce-order {
        padding: 50px 0;
        p {
            font-size: 14px;
            margin-bottom: 20px;
        }
        .woocommerce-customer-details {
            margin-bottom: 0 !important;
            @include breakpoint(sm) {
                margin-bottom: 0 !important;
            }
        }
        .woocommerce-order-overview {
            margin-bottom: 30px;
            @include breakpoint(xs) {
                margin-bottom: 10px;
            }
            li {
                font-size: 14px;
                @include breakpoint(sm) {
                    font-size: 12px;
                }
                @include breakpoint(xs) {
                    font-size: 10px;
                }
                strong {
                    font-size: 14px;
                    @include breakpoint(sm) {
                        font-size: 12px;
                    }
                    @include breakpoint(xs) {
                        font-size: 10px;
                    }
                }
                span {
                    font-weight: bold;
                }
                @include breakpoint(sm) {
                    margin-right: 14px;
                    padding-right: 14px;
                }
                @include breakpoint(xs) {
                    margin-right: 8px;
                    padding-right: 8px;
                    margin-bottom: 16px;
                }
                @include breakpoint(ss) {
                    margin-right: 3px;
                    padding-right: 3px;
                    margin-bottom: 12px;
                }
            }
        }
        .woocommerce-order-details__title,
        .woocommerce-column__title {
            color: #666666;
            font-size: 24px;
            font-weight: 500;
            @include breakpoint(xs) {
                font-size: 20px;
            }
        }
        .woocommerce-column--2 {
            &.woocommerce-column--shipping-address {
                address {
                    margin-bottom: 0 !important;
                }
            }
        }
        address {
            font-size: 14px;
            line-height: 24px;
            @include breakpoint(sm) {
                margin-bottom: 26px !important;
                &:last-child {}
            }
        }
        .woocommerce-table--order-details {
            &.order_details {
                tr {
                    th {
                        font-size: 14px;
                        &:first-child {
                            border-right: 1px solid #e1e1e1;
                        }
                    }
                    td {
                        font-size: 14px;
                        &:first-child {
                            border-right: 1px solid #e1e1e1;
                        }
                        a {
                            &:hover {
                                color: $primary-text-color;
                            }
                        }
                    }
                }
            }
        }
    }
    .woocommerce-breadcrumb {
        font-size: 12px;
        margin: 0;
        position: relative;
        top: 20px;
    }
}

.select2-dropdown {
    border: 1px solid #e1e1e1 !important;
    border-radius: 2px !important;
    border-top: 0 !important;
    .select2-search__field {
        border: 1px solid #e1e1e1 !important;
        font-size: 12px;
    }
    .select2-results {
        .select2-results__options {
            max-height: 400px !important;
            font-size: 13px;
            color: #8d8d8d;
        }
    }
}

.single-product {
    .single-product-container {
        padding-top: 50px;
        .product {
            .images {
                text-align: center;
                width: 33% !important;
                float: left;
                margin-right: 0px;
                overflow: hidden;
                @include breakpoint(sm) {
                    display: inline-block;
                    vertical-align: text-top;
                    margin-right: 31px;
                }
                @include breakpoint(xs) {
                    margin: 0;
                    width: 100% !important;
                }
                .slider {
                    &.slick-slider {
                        .slick-list {
                            .slick-track {
                                .zoom {
                                    &.slick-slide {
                                        overflow: hidden;
                                        border: 1px solid #e1e1e1;
                                        width: 100%;
                                        display: block;
                                        height: 375px;
                                        @include breakpoint(sm) {
                                            height: 250px;
                                        }
                                        @include breakpoint(xs) {
                                            height: 342px;
                                        }
                                        .wpis-popup {
                                            &.fa-camera {
                                                &:hover {
                                                    text-decoration: none;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
                .slider {
                    &.wpis-slider-nav {
                        margin-top: 20px;
                        li {
                            border: 1px solid #e1e1e1;
                            margin: 0px 7px 0px 0px;
                            /*height: 90px;*/
                            /*                            @include breakpoint(sm){
                                                            height: 53px;
                                                        }
                                                        @include breakpoint(xs){
                                                            height: 89px;
                                                        }
                                                        @include breakpoint(ss){
                                                            height: 66px;
                                                        }*/
                        }
                    }
                }
            }
        }
        .summary {
            &.entry-summary {
                width: 62% !important;
                @include breakpoint(sm) {
                    display: inline-block;
                    vertical-align: text-top;
                }
                @include breakpoint(xs) {
                    width: 100% !important;
                }
                .woocommerce-product-rating {
                    @include breakpoint(sm) {
                        margin-bottom: 5px;
                    }
                    @include breakpoint(xs) {
                        margin-bottom: 0px;
                    }
                }
                h1.product_title {
                    color: #666666;
                    font-weight: 500;
                    line-height: 1.1;
                    margin-top: 20px;
                    font-size: 36px;
                    margin-bottom: 10px;
                    @include breakpoint(sm) {
                        font-size: 26px;
                    }
                    @include breakpoint(xs) {
                        font-size: 24px;
                    }
                }
                p.price {
                    color: #666666;
                    margin-bottom: 0;
                    span {
                        display: inline;
                        text-decoration: none;
                        font-size: 15px;
                        line-height: 24px;
                        font-weight: 600;
                        color: #ee7f00;
                        vertical-align: bottom;
                        @include breakpoint(sm) {
                            font-size: 20px;
                        }
                        @include breakpoint(xs) {
                            font-size: 20px;
                        }
                    }
                }
                .woocommerce-product-details__short-description {
                    p {
                        font-family: Cambria;
                        color: #666666;
                        font-size: 14px;
                        line-height: 20px;
                    }
                }
                .variations_form {
                    margin-bottom: 0px;
                    border-radius: 2px;
                    padding: 25px 0px;
                    position: relative;
                    overflow: visible;
                    border: 1px solid #e1e1e1;
                    .variations {
                        margin: 0 0;
                        border: none;
                        background: transparent;
                        font-size: 12px;
                        width: 100%;
                        text-align: center;
                        tbody {
                            tr {
                                td {
                                    &.label {
                                        width: 40%;
                                        display: inline-block;
                                        vertical-align: text-top;
                                    }
                                    &.value {
                                        width: 50%;
                                        display: inline-block;
                                        vertical-align: text-top;
                                    }
                                    @include breakpoint(ss) {
                                        display: inline-block;
                                    }
                                    label {
                                        color: #ee7f00;
                                        font-size: 16px !important;
                                    }
                                    &:nth-child(2) {
                                        text-align: left;
                                    }
                                    .tawcvs-swatches {
                                        padding: 0;
                                        .swatch {
                                            border-radius: 0;
                                            width: 60px;
                                            height: 60px;
                                            border: 2px solid #888888 !important;
                                            padding: 0 !important;
                                            @include breakpoint(md) {
                                                margin-right: 8px;
                                                margin-bottom: 6px;
                                            }
                                            @include breakpoint(xs) {
                                                margin-right: 8px;
                                                margin-bottom: 6px;
                                            }
                                            &.swatch-color {
                                                &.selected {
                                                    &:before {
                                                        top: 18px;
                                                        left: 25px;
                                                        width: 7px;
                                                        height: 15px;
                                                        border-color: $primary-text-color !important;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                    .reset_variations {
                                        color: rgb(102, 102, 102);
                                        font-size: 13px;
                                        font-weight: 400;
                                    }
                                }
                            }
                        }
                    }
                    .single_variation_wrap {
                        .woocommerce-variation {
                            p {
                                color: #666666;
                                font-size: 14px;
                                font-weight: 500;
                                text-align: center;
                            }
                        }
                    }
                    .woocommerce-variation-add-to-cart {
                        overflow: hidden;
                        text-align: center;
                        .quantity {
                            float: none;
                            margin-bottom: 16px;
                        }
                        .single_add_to_cart_button {
                            float: none;
                            background-color: #ee7f00;
                            color: #ffffff;
                            border-color: #cc5d00;
                            margin: 0;
                            min-width: 130px;
                            padding: 15px;
                            line-height: 1em;
                            font-size: 12px;
                            width: auto;
                            text-align: center;
                            border: none;
                            cursor: pointer;
                            font-family: inherit;
                            border-radius: 2px;
                            font-weight: 400;
                            @include transition(0.3s);
                            &:hover {
                                background-color: #cc5d00;
                                @include transition(0.3s);
                            }
                            &:after {
                                top: 1.218em;
                                right: 1.6em;
                            }
                            @include breakpoint(xs) {
                                font-size: 16px;
                                width: 94%;
                            }
                        }
                    }
                }
                .cart {
                    .quantity {
                        float: none;
                        margin-bottom: 16px;
                        input {
                            &.minus,
                            &.plus {
                                background: transparent;
                                border: 1px solid #e1e1e1;
                                /*font-size: 20px;*/
                                width: 25px;
                                height: 25px;
                                vertical-align: middle;
                                display: inline-block;
                                text-align: center;
                                -webkit-text-align: center;
                                -webkit-appearance: none;
                                color: #ee7f00;
                                /*line-height: 25px;*/
                                ::-webkit-input-placeholder {
                                    text-align: center;
                                }
                                @include breakpoint(md) {
                                    /*width: 6%;*/
                                }
                                @include breakpoint(sm) {
                                    width: 40px;
                                }
                                @include breakpoint(xs) {
                                    width: 40px;
                                }
                                @include breakpoint(ss) {
                                    /*width: 10%;*/
                                }
                            }
                        }
                        input[type="text"] {
                            width: 50px;
                            height: 25px;
                            vertical-align: middle;
                            /*display: inline-block;*/
                            text-align: center;
                            border: 1px solid #e1e1e1;
                            -webkit-appearance: none;
                            color: #949494;
                            pointer-events: none;
                        }
                        .screen-reader-text {
                            /*                                position: relative!important;
                                                            overflow: visible;
                                                            width: 65px;*/
                            @include breakpoint(xs) {
                                /*width: 16%;*/
                            }
                        }
                    }
                    .single_add_to_cart_button {
                        float: none;
                        background-color: #ee7f00;
                        color: #ffffff;
                        border-color: #cc5d00;
                        margin: 0;
                        min-width: 130px;
                        padding: 15px;
                        line-height: 1em;
                        font-size: 12px;
                        width: auto;
                        text-align: center;
                        border: none;
                        cursor: pointer;
                        font-family: inherit;
                        border-radius: 2px;
                        font-weight: 400;
                        @include breakpoint(xs) {
                            width: 100%;
                            font-size: 16px;
                        }
                    }
                }
            }
        }
        .sf_product_data_tabs {
            clear: both;
            overflow: hidden;
            width: 100%;
            .sidebar {
                display: inline-block;
                width: 27%;
                vertical-align: top;
                @include breakpoint(xs) {
                    display: none;
                }
                .widget {
                    clear: both;
                    position: relative;
                    padding: 30px 0 30px 0;
                    float: none;
                    .product-categories {
                        list-style: none;
                        li {
                            a {
                                color: #8d8d8d;
                                padding: 0 0 0 9px;
                                font-size: 17px;
                                font-style: normal;
                                @include breakpoint(sm) {
                                    font-size: 15px;
                                }
                                &:hover {
                                    color: #ee7f00;
                                    /*text-decoration: underline;*/
                                }
                            }
                        }
                    }
                    &:nth-child(1) {
                        padding-top: 0;
                        padding-bottom: 30px;
                    }
                    .tagcloud {
                        a {
                            font-size: 17px !important;
                            display: block;
                            width: 100%;
                            padding: 0 0 0 9px;
                            color: #8d8d8d;
                            &:hover {
                                color: #ee7f00;
                                text-decoration: underline;
                            }
                        }
                    }
                }
                h3 {
                    font-weight: 600;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    font-size: 15px;
                    color: #666666;
                }
            }
        }
        .woocommerce-tabs {
            display: inline-block;
            width: 62%;
            float: right;
            vertical-align: top;
            border: 1px solid #e1e1e1;
            margin-bottom: 50px;
            @include breakpoint(xs) {
                width: 100%;
            }
            ul {
                &.tabs {
                    padding: 0 !important;
                    &.wc-tabs {
                        li {
                            background-color: #fff;
                            border-left: 1px solid #e1e1e1;
                            border-right: 1px solid #e1e1e1;
                            border-top: 0;
                            border-bottom: 0;
                            border-radius: 0;
                            padding: 0;
                            .active {
                                border-bottom: 1px solid #e1e1e1;
                            }
                            &:before,
                            &:after {
                                border: 0;
                                position: relative;
                            }
                            a {
                                cursor: pointer;
                                margin: 0 -1px 0 0;
                                z-index: 2;
                                padding: 9px 20px 10px 20px;
                                position: relative;
                                font-size: 12px;
                                font-weight: 700;
                                color: #8d8d8d;
                                -webkit-touch-callout: none;
                                -webkit-user-select: none;
                                -khtml-user-select: none;
                                -moz-user-select: none;
                                -ms-user-select: none;
                                user-select: none;
                                @include breakpoint(xs) {
                                    padding: 9px 25px 10px 26px;
                                }
                                @include breakpoint(ma) {
                                    padding: 9px 19px 10px 19px;
                                }
                                @include breakpoint(me) {
                                    padding: 9px 19px 10px 14px;
                                }
                                @include breakpoint(ss) {
                                    padding: 9px 10px 10px 10px;
                                }
                            }
                        }
                    }
                }
            }
            .panel {
                padding: 15px !important;
                border-bottom-left-radius: 3px;
                border-bottom-right-radius: 3px;
                overflow: hidden;
                margin: 0 !important;
                h2 {
                    font-size: 16px;
                    font-weight: 500;
                    color: #666666;
                }
                p,
                h3,
                h2 {
                    color: #666666;
                    font-weight: 400;
                    font-size: 14px;
                    strong {
                        color: #ee7f00;
                        font-weight: 700;
                        font-size: 14px;
                    }
                }
                ul,
                ol {
                    padding-left: 20px;
                    margin-bottom: 10px;
                    li {
                        color: #666666;
                        font-size: 14px;
                        .comment_container {
                            .comment-text {
                                @include breakpoint(ss) {
                                    padding: 1em 0.5em 0 !important;
                                }
                                .sf-star-rating {
                                    .star-rating {
                                        @include breakpoint(xs) {
                                            top: 4px;
                                        }
                                        @include breakpoint(ss) {
                                            font-size: 0.8em;
                                            width: 5.2em;
                                            font-family: star;
                                            top: 6px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .shop_attributes {
                border: 0;
                font-size: 13px;
                tbody {
                    tr {
                        border: 0;
                        th {
                            border: 0;
                            width: 100px;
                            letter-spacing: 1.5px;
                            font-weight: bold;
                            padding: 8px;
                            border: none;
                            margin: 0;
                            line-height: 1.5em;
                            text-transform: uppercase;
                        }
                        td {
                            border: 0;
                            background: transparent;
                            font-style: italic;
                            padding: 8px;
                            border: none;
                            margin: 0;
                            line-height: 1.5em;
                            color: #8d8d8d;
                            p {
                                color: #8d8d8d;
                                font-size: 13px;
                            }
                        }
                        &:nth-child(even) {
                            th {
                                background: transparent;
                                color: #8d8d8d;
                            }
                        }
                    }
                }
            }
            #reviews {
                &.woocommerce-Reviews {
                    color: #666666;
                    h2 {
                        font: 10px/17px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
                        font-weight: bold;
                        text-transform: uppercase;
                        letter-spacing: 1.5px;
                    }
                    p {
                        font-size: 14px;
                    }
                    #review_form_wrapper {
                        #review_form {
                            .comment-respond {
                                #reply-title {
                                    display: none;
                                }
                                #commentform label {
                                    font-size: 11px;
                                    font-weight: bold;
                                    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
                                        /* IE10+ CSS styles go here */
                                        display:inline-block;
                                        vertical-align: middle;
                                    }
                                }
                                .comment-form {
                                    p {
                                        padding: 2px;
                                    }
                                    label {
                                        font-weight: bold;
                                        letter-spacing: 0;
                                        text-transform: none;
                                        padding-top: 8px;
                                        line-height: 1.5em;
                                        margin-bottom: 6px;
                                    }
                                    .comment-notes {
                                        display: none;
                                    }
                                    .comment-form-rating {
                                        label {
                                            position: relative;
                                            left: auto;
                                            display: block;
                                            font-size: 11px;
                                            top: auto;
                                        }
                                    }
                                }
                            }
                            #respond {
                                textarea {
                                    overflow: hidden;
                                    height: 124px;
                                    margin-bottom: 6px;
                                    font-size: 12px;
                                }
                                input,
                                textarea {
                                    border: 1px solid #e1e1e1;
                                    padding: 4px 6px;
                                    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
                                        /* IE10+ CSS styles go here */
                                        display:inline-block;
                                        vertical-align: text-top;
                                    }
                                }
                                .comment-form-author,
                                .comment-form-email {
                                    margin-bottom: 20px;
                                    input {
                                        width: 220px;
                                        font-size: 12px;
                                    }
                                }
                                .form-submit {
                                    input[type="submit"] {
                                        background-color: #ee7f00;
                                        color: #ffffff;
                                        border-color: #cc5d00;
                                        padding: 9px 22px;
                                        cursor: pointer;
                                        border: none;
                                        -webkit-appearance: none;
                                        border-radius: 0px;
                                        font-weight: 400;
                                    }
                                }
                                .required {
                                    color: #ee7f00;
                                }
                            }
                        }
                    }
                }
            }
        }
        .related {
            &.products {
                /*margin:30px 0;*/
                margin: 0px 0 30px;
                h2 {
                    font-size: 18px;
                    color: #444444;
                    font-weight: 500;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    width: 100%;
                    white-space: nowrap;
                }
            }
        }
        ul.products {
            margin: 0;
            li {
                display: inline-block;
                border: 1px solid #e1e1e1;
                border-style: solid;
                border-width: 1px;
                border-radius: 2px;
                width: 24.25%;
                margin-right: 11.4px !important;
                @include breakpoint(lg) {
                    margin-right: 11.4px !important;
                }
                @include breakpoint(md) {
                    margin-right: 9px !important;
                }
                @include breakpoint(sm) {
                    width: 32.9% !important;
                    margin-right: 0 !important;
                    float: none;
                    margin-bottom: 15px;
                    &:nth-child(2n) {
                        float: none !important;
                    }
                }
                @include breakpoint(xs) {
                    width: 100% !important;
                }
                @include breakpoint(ss) {
                    width: 100% !important;
                }
                &:hover {
                    a.button {
                        opacity: 1;
                        color: #ee7f00 !important
                    }
                }
                &.last {
                    margin-right: 0 !important;
                }
                .sf-loop_add_to_cart {
                    border-top: 1px solid #e1e1e1;
                    a {
                        &.button {
                            width: auto;
                            margin-left: 20px;
                            border: 0;
                            &.loading {
                                padding-right: 2.618em !important;
                                &:after {
                                    top: 13px;
                                }
                            }
                        }
                        &.sf-centercart {
                            width: 100%;
                            margin-left: 0;
                            display: inline-block;
                        }
                        &.added_to_cart {
                            border-top: 0;
                            width: auto;
                            float: right;
                            margin-right: 20px;
                        }
                    }
                }
                a {
                    h2 {
                        font-size: 14px !important;
                        color: #666666;
                        line-height: 1.3em;
                        font-weight: normal;
                        margin: 0;
                        padding: 10px 0px 0px 10px !important;
                        text-align: left;
                    }
                    span {
                        &.onsale {
                            min-width: 40px;
                            padding: 6px;
                            min-height: 40px;
                            line-height: 2.536;
                            font-size: 12px;
                            font-weight: 500;
                        }
                    }
                    .sf-star-rating {
                        width: 100%;
                        margin: 0 auto;
                        padding-left: 10px;
                        min-height: 22px;
                        height: 100%;
                        /*text-align: center;*/
                        /*opacity:0;*/
                        @include transition(0.5s);
                        .star-rating {
                            width: auto;
                            text-align: center;
                            display: inline-block;
                            margin: 0 auto;
                            &:before {
                                float: none;
                                position: relative;
                            }
                            span {
                                &:before {
                                    color: #ee7f00;
                                }
                            }
                        }
                    }
                    span {
                        &.price {
                            display: block;
                            text-decoration: none;
                            font-size: 15px;
                            line-height: normal;
                            font-weight: 600;
                            color: #ee7f00;
                            padding: 0px 0px 4px 10px !important;
                            text-align: left;
                            .woocommerce-Price-amount,
                            .woocommerce-Price-currencySymbol {
                                font-weight: 600;
                            }
                            del {
                                display: inline-block;
                                margin-right: 10px;
                                vertical-align: middle;
                            }
                            ins {
                                display: inline-block;
                                vertical-align: middle;
                            }
                        }
                    }
                    &.button {
                        font-size: 100%;
                        margin: 0;
                        line-height: 1;
                        cursor: pointer;
                        position: relative;
                        text-decoration: none;
                        overflow: visible;
                        padding: 13px 0;
                        font-size: 11px;
                        color: #666666 !important;
                        opacity: 0.3;
                        font-weight: 700;
                        border-radius: 0px;
                        left: auto;
                        background-color: #fff;
                        border: 0;
                        white-space: nowrap;
                        display: inline-block;
                        background-image: none;
                        box-shadow: none;
                        text-shadow: none;
                        width: 100%;
                        text-align: center;
                        border-top: 1px solid #e1e1e1;
                    }
                    &:hover {
                        h2 {
                            color: #ee7f00;
                        }
                        .sf-star-rating {
                            /*opacity: 1;*/
                            @include transition(0.5s);
                        }
                    }
                    &.added_to_cart {
                        margin: 0;
                        line-height: 1;
                        cursor: pointer;
                        position: relative;
                        text-decoration: none;
                        overflow: visible;
                        padding: 13px 0;
                        font-size: 11px;
                        font-weight: 700;
                        border-radius: 0px;
                        left: auto;
                        background-color: #fff;
                        border: 0;
                        width: 100%;
                        text-align: center;
                        border-top: 1px solid #e1e1e1;
                        opacity: 1;
                        letter-spacing: 0.7px;
                        color: #ee7f00;
                    }
                    img {
                        margin-bottom: 0;
                        padding: 20px;
                        @include transition(0.3s);
                        &:hover {
                            -webkit-transform: scale(0.9);
                            -moz-transform: scale(0.9);
                            -ms-transform: scale(0.9);
                            transform: scale(0.9);
                            transform: scale(0.9);
                            opacity: .6;
                            @include transition(0.3s);
                        }
                    }
                }
            }
        }
        .woocommerce-message {
            // border-top-color: #8fae1b;
            // border: 0;
            // border-color: #8BAF5B;
            // background-color: #E0F1B5;
            // color: #4F5F39;
            // padding: 26px 0px 26px 58px;
            // border-radius: 2px;
            // font-size: 14px;
            display: inline-block;
            width: 100%;
            @include breakpoint(xs) {
                padding: 16px 16px 16px 20px !important;
            }
            @include breakpoint(ss) {
                font-size: 12px;
            }
            &:before {
                top: 25px;
                left: 2.5em;
            }
            a {
                &.button {
                    text-decoration: none;
                    width: 20%;
                    min-width: 90px;
                    float: right;
                    color: #fff;
                    position: absolute;
                    right: 22px;
                    top: 50%;
                    margin-top: -21px;
                    text-align: center;
                    background: rgba(0, 0, 0, 0.2);
                    border-radius: 2px;
                    padding: 15px;
                    line-height: 1em;
                    font-size: 12px;
                    vertical-align: middle;
                    border: none;
                    cursor: pointer;
                    font-family: inherit;
                    &:hover {
                        background: rgba(0, 0, 0, 0.5);
                    }
                    @include breakpoint(xs) {
                        position: relative;
                        margin-top: 0;
                        right: 0;
                    }
                }
            }
        }
    }
    h2.rounded {
        display: none;
    }
}

//common shop styles //
.sf-woocommerce-cart-sidebar {
    width: 22%;
    display: inline-block;
    margin-left: 50px;
    vertical-align: top;
    @include breakpoint(md) {
        margin-left: 40px;
        width: 30%;
    }
    @include breakpoint(sm) {
        margin-left: 20px;
    }
    .sidebar {
        color: #8d8d8d;
        padding: 50px 0;
        @include breakpoint(sm) {
            width: auto;
        }
        @include breakpoint(xs) {
            display: none;
        }
        h3 {
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 15px;
            color: #666666;
        }
        .widget {
            clear: both;
            position: relative;
            padding: 30px 0 30px 0;
            float: none;
            &:nth-child(1) {
                padding-top: 0;
                padding-bottom: 30px;
            }
            .product-categories {
                list-style: none;
                li {
                    a {
                        color: #8d8d8d;
                        padding: 0 0 0 9px;
                        font-size: 17px;
                        font-style: normal;
                        &:hover {
                            color: #ee7f00;
                            text-decoration: underline;
                        }
                    }
                }
            }
            .tagcloud {
                a {
                    font-size: 17px !important;
                    display: block;
                    width: 100%;
                    padding: 0 0 0 9px;
                    color: #8d8d8d;
                    &:hover {
                        color: #ee7f00;
                        text-decoration: underline;
                    }
                }
            }
        }
    }
}

//error//
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    &:before {
        display: none !important;
    }
}

.woocommerce-message {
    // border-top-color: #8fae1b;
    // border: 0;
    // border-color: #8BAF5B !important;
    // background-color: #E0F1B5 !important;
    // color: #4F5F39 !important;
    // padding: 24px 0px 24px 48px !important;
    border-radius: 2px;
    // font-size: 14px;
    display: inline-block;
    width: 100% !important;
    margin-bottom: 26px !important;
    @include breakpoint(xs) {
        padding: 16px 0px 16px 20px !important;
        margin-bottom: 10px !important;
    }
    a {
        color: #ee7f00;
    }
}

.woocommerce-error {
    // border: 0;
    // padding: 24px 0px 24px 48px !important;
    // border-radius: 2px;
    // font-size: 14px;
    display: inline-block;
    width: 100%;
    // color: #D8000C !important;
    // background-color: #FFD2D2 !important;
    width: 100% !important;
    // line-height: 14px;
    li {
        a {
            &.wc-forward {
                &.button {
                    display: inline-block;
                    float: none;
                    vertical-align: middle;
                    background: rgb(223, 117, 20);
                    color: aliceblue;
                    margin-right: 14px;
                }
            }
        }
    }
}

.woocommerce-products-header {
    display: none;
}

.star-rating {
    span {
        &:before {
            color: #ee7f00;
        }
    }
}

.woocommerce-product-rating {
    .woocommerce-review-link {
        position: relative;
        top: 0px;
        font-weight: 400;
        font-size: 11px;
        color: #8d8d8d;
    }
}

.woocommerce {
    span {
        &.onsale {
            min-width: 40px;
            padding: 6px;
            min-height: 40px;
            line-height: 2.536;
            font-size: 12px;
            font-weight: 500;
        }
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: "Always Show Up/Down Arrows";
    opacity: 1;
}

a {
    color: $primary-text-color;
    text-decoration: none;
    &:hover {
        text-decoration: underline;
    }
}

.sf-empty-cart {
    padding: 50px 0;
    @include breakpoint(xs) {
        padding: 35px 0;
    }
    p {
        font-size: 16px;
        color: #666666;
        font-weight: 400;
        width: 100%;
        overflow: hidden;
        text-align: left;
    }
    p {
        a {
            &.button {
                float: none;
                background-color: #ee7f00;
                color: #ffffff;
                border-color: #cc5d00;
                margin: 0;
                min-width: 130px;
                padding: 15px;
                line-height: 1em;
                font-size: 12px;
                width: auto;
                text-align: center;
                border: none;
                cursor: pointer;
                font-family: inherit;
                border-radius: 2px;
                font-weight: 400;
                @include transition(0.3s);
                &:hover {
                    background-color: #cc5d00;
                    color: #ffffff;
                    @include transition(0.3s);
                }
                @include breakpoint(xs) {
                    width: 100%;
                    font-size: 16px;
                }
            }
        }
    }
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block;
    font-size: 14px;
    line-height: normal;
    color: #666666;
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 500;
    padding: 3px 0em;
    font-size: 14px;
}

.woocommerce {
    nav {
        &.woocommerce-pagination {
            clear: both;
        }
    }
}

.woocommerce-variation-price {
    text-align: center;
    padding: 2px 0 8px;
    .price {
        font-size: 16px !important;
    }
}

.woocommerce-info {
    font-size: 14px !important;
    color: #666666 !important;
    padding: 10px 0 !important;
    background: transparent !important;
}

.stock {
    &.out-of-stock {
        color: #666666 !important;
        font-size: 14px !important;
        font-weight: 500
    }
}

//search styles for shop//
.widget_search {
    &.dgwt_wcas_ajax_search {
        .dgwt-wcas-search-wrapp {
            width: 100%;
            min-width: 190px;
            font-size: 14px;
            max-width: 100%;
            @include breakpoint(sm) {
                min-width: 178px;
            }
            .dgwt-wcas-sf-wrapp {
                width: 100%;
                width: 239px;
                display: inline-block;
                @include breakpoint(md) {
                    width: 100%;
                    display: inline-block;
                }
                @include breakpoint(sm) {
                    width: 100%;
                }
                input[type="search"] {
                    &.dgwt-wcas-search-input {
                        padding: 10px 26px 10px 40px;
                        @include breakpoint(md) {
                            padding: 10px 26px 10px 40px;
                        }
                        @include breakpoint(sm) {
                            padding: 4px 29px 4px 34px;
                            /*width: 179px;*/
                            font-size: 11px;
                        }
                    }
                }
                .dgwt-wcas-search-input::-ms-clear {
                    display: none;
                }
            }
        }
    }
}

.dgwt-wcas-close {
    background-size: auto 12px !important;
}

.dgwt-wcas-no-submit {
    .dgwt-wcas-ico-loupe {
        max-height: 18px !important;
        @include breakpoint(sm) {
            max-height: 14px !important;
        }
        @media all and (-ms-high-contrast: none),
        (-ms-high-contrast: active) {
            width: 10%;
        }
    }
}

.dgwt-wcas-suggestion {
    &.dgwt-wcas-nores {
        pointer-events: none;
    }
}

.dgwt-wcas-st>span {
    font-size: 12px;
}

//adding cancel button styles//
.woocommerce-address-fields,
.woocommerce-EditAccountForm {
    p {
        &:last-child {
            display: inline-block;
            vertical-align: middle;
        }
    }
}

p {
    &.sf_address_cancel {
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        padding-left: 3px;
    }
    &#shipping_postcode_field {
        display: block;
    }
}

.pending_payment_order {
    padding: 50px 0;
    #order_review_heading {
        color: #666666;
        font-size: 24px;
        font-weight: 500;
    }
    #order_review {
        table {
            &.shop_table {
                border-color: #e1e1e1;
                font-size: 13px;
                border-radius: 0;
                border: 0;
                color: #666666;
                th {
                    font-size: 12px;
                    font-weight: bold;
                    line-height: 18px;
                    padding: 9px 12px;
                    letter-spacing: 1.5px;
                    text-transform: uppercase;
                    border: 1px solid #e1e1e1;
                    border-left: none;
                    border-bottom: none;
                }
                td {
                    padding: 6px 12px;
                    vertical-align: middle;
                    font-size: 13px;
                    padding: 9px 12px;
                    border-style: solid;
                    border-width: 1px;
                    border-left: none;
                    /*border-top: none;*/
                    border-bottom: 0;
                    border-color: #e1e1e1;
                    @include breakpoint(sm) {
                        border-left: 0px solid #e1e1e1;
                    }
                    a {
                        color: #ee7f00;
                        &:hover {
                            text-decoration: underline;
                        }
                    }
                }
                thead,
                tbody {
                    tr {
                        th {
                            &:first-child {
                                width: 200px;
                            }
                        }
                    }
                }
                tfoot {
                    .cart-subtotal {
                        th,
                        td {
                            border-top: none !important;
                        }
                        th {
                            border-bottom: 1px solid #e1e1e1;
                        }
                    }
                    .order-total {
                        th {
                            border-top: none;
                            border-bottom: 1px solid #e1e1e1;
                        }
                    }
                    tr {
                        &.shipping {
                            td {
                                p {
                                    font-size: 13px;
                                }
                            }
                        }
                        &:last-child {
                            th,
                            td {
                                border-bottom: 1px solid #e1e1e1;
                            }
                        }
                    }
                }
                tr {
                    &:first-child {
                        th,
                        td {
                            border-top-style: solid;
                            border-top-width: 1px;
                            border-bottom: 0;
                            @include breakpoint(sm) {
                                border-top: 1px solid #e1e1e1;
                                border-left: 0;
                            }
                        }
                    }
                    th,
                    td {
                        &:first-child {
                            border-left-style: solid;
                            border-left-width: 1px;
                            border-color: #e1e1e1;
                        }
                    }
                }
            }
        }
        #payment {
            border-radius: 5px !important;
            border: 1px solid #e1e1e1;
            background-color: #ffffff !important;
            ul {
                &.payment_methods {
                    overflow: hidden;
                    zoom: 1;
                    text-align: left;
                    padding: 1em;
                    margin: 0;
                    list-style: none outside;
                    li {
                        border: 1px solid #e1e1e1;
                        padding: 1em;
                        label {
                            img {
                                max-height: 100% !important;
                            }
                            a {
                                float: none !important;
                                color: #ee7f00;
                                font-size: 13px !important;
                                font-weight: 700;
                                margin-left: 10px;
                            }
                        }
                        .payment_method_paypal {
                            background-color: transparent !important;
                            margin: 0px !important;
                            padding: 0px !important;
                            &:before {
                                display: none !important;
                            }
                            p {
                                font-size: 13px !important;
                            }
                        }
                    }
                }
            }
            .form-row {
                #place_order {
                    float: none !important;
                }
                .button {
                    min-width: 110px;
                    padding: 15px;
                    line-height: 1em;
                    margin: 4px 2px 0 0;
                    float: left;
                    font-size: 12px;
                    width: auto;
                    vertical-align: middle;
                    text-align: center;
                    text-decoration: none;
                    border: none;
                    cursor: pointer;
                    font-family: inherit;
                    border-radius: 2px;
                    background-color: #ee7f00;
                    color: #ffffff;
                    border-color: #cc5d00;
                    font-weight: 400;
                }
            }
        }
    }
}

/*dashboard safe new styles*/

.safe_table {
    .entry-title {
        h3 {
            font-size: 24px;
            color: #3B4449;
            margin-left: 7px;
            font-weight: 700;
        }
    }
    .facility-safe-table {
        @include breakpoint(ss) {
            width: 100%;
            overflow: auto;
        }
    }
    table {
        border: none !important;
        @include breakpoint(md) {
            display: block;
            overflow-x: scroll;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
        }
        @include breakpoint(sm) {
            display: block;
            overflow-x: scroll;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
        }
        &.borderless td p {
            font-size: 14px !important;
            color: #59646A !important;
            text-align: left !important;
        }
        &.borderless td,
        &.borderless th {
            border: none !important;
            font-size: 14px;
            color: #59646A;
            text-align: left !important;
            a {
                color: #1E93EA;
                font-size: 12px;
                font-weight: 500;
            }
            @include breakpoint(sm) {
                display: table-cell !important;
            }
        }
        &.borderless td {
            &.first,
            &.second {
                color: #3B4449;
                font-weight: 700;
            }
        }
        thead {
            border-bottom: 2px solid #ECEDF0;
            th {
                width: 150px;
            }
        }
        .woocommerce-button {
            &#sd_acitve_student_safe {
                background: transparent;
                padding: 0 !important;
                width: 100%;
                font-weight: 500;
                font-size: 12px;
                color: #59B630 !important;
                text-align: left !important;
                &:hover,
                &:focus {
                    background: transparent !important;
                    outline: none;
                }
            }
            &.sd_decode_customer_safe {
                color: #0052CC !important;
                background: transparent;
                padding: 0 !important;
                width: 100%;
                font-weight: 500;
                font-size: 14px;
                text-align: left !important;
                &:hover,
                &:focus {
                    background: transparent !important;
                    outline: none;
                }
            }
            &.subscribe-link {
                color: #ee8001 !important;
                padding: 0;
                background: transparent;
                padding: 0 !important;
                width: 100%;
                font-weight: 500;
                font-size: 15px;
                text-align: left !important;
                &:hover,
                &:focus {
                    background: transparent !important;
                    outline: none;
                }
            }
            &.cancel_safe_subscription {
                background-color: transparent;
                color: $primary-text-color !important;
                padding: 0 !important;
                width: 100%;
                font-size: 14px;
                text-align: left !important;
                &:hover,
                &:focus {
                    background-color: transparent !important;
                    outline: none;
                }
            }
        }
        .min_width_100 {
            min-width: 100px !important;
        }
        .min_width_200 {
            min-width: 200px !important;
        }
        .max_width_70 {
            max-width: 70px !important;
        }
        .width_180 {
            button {
                width: 180px !important;
            }
        }
        .width_65 {
            width: 65px !important
        }
        .width_120 {
            button {
                width: 120px !important;
            }
        }
        .flex-view {
            button {
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
        &.safes {
            thead {
                th {
                    &:nth-child(3) {
                        opacity: 1;
                    }
                }
            }
            tbody {
                tr {
                    td {
                        &:last-child {
                            .acitve_safe {
                                color: #0052CC !important;
                            }
                        }
                    }
                }
            }
        }
        &.safes_details,
        &.card_details {
            thead {
                th {
                    &:nth-child(3) {
                        opacity: 1;
                    }
                }
            }
        }
    }
    .separator {
        border-color: #ECEDF0;
        border-width: 2px;
        margin-top: 0px;
        margin-bottom: 38px;
    }
}

.safes_modal_box {
    .modal {
        position: fixed;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        z-index: 999999;
        .modal-dialog {
            display: flex;
            align-items: center;
            height: 100%;
            justify-content: center;
            margin: 0 auto;
        }
        .modal-header {
            border: none;
        }
        .close {
            font-size: 26px;
            opacity: 1;
        }
        &.add-card-model {
            .modal-content {
                min-width: 500px;
                @include breakpoint(xs) {
                    width: 90%;
                    margin: 0 auto;
                    min-width: 300px;
                }
            }
        }
        &.payment-modal {
            .modal-content {
                min-width: 400px;
                @include breakpoint(xs) {
                    width: 90%;
                    margin: 0 auto;
                }
            }
        }
    }
    .entry-title {
        margin-bottom: 20px;
        h3 {
            font-size: 24px;
            color: #3B4449;
            margin-left: 7px;
            font-weight: 700;
            text-align: center;
        }
    }
    .form-field {
        margin-bottom: 30px;
    }
    .form-btn {
        text-align: right;
        margin-bottom: 20px;
        .button {
            @include breakpoint(sm) {
                width: auto !important;
            }
            @include breakpoint(sm) {
                width: auto !important;
            }
            @include breakpoint(xs) {
                width: 100% !important;
            }
            &:hover {
                background-color: #cc5d00;
            }
        }
    }
    .safe-active-form-sec,
    .customer_safe_decode_form {
        .error,
        #serialnumbererr,
        #opencodeerr {
            /*visibility: hidden;*/
            margin: 0;
            color: #ff4242;
            font-size: 12px;
        }
        .success {
            font-weight: 500;
            font-size: 18px;
            color: $primary-text-color !important;
            margin-top: 14px;
            text-align: center;
        }
    }
    .add-card-model {
        .modal-content {
            border-radius: 0px;
            .modal-header {
                border-bottom: 1px solid rgba(0, 0, 0, 0.4);
                .modal-title {
                    font-weight: 500;
                    color: rgba(0, 0, 0, 0.6);
                }
            }
            .modal-body {
                label {
                    font-weight: 500;
                    font-size: 12px;
                    &.error {
                        color: #ff4242;
                    }
                }
                input,
                select {
                    background-color: #f9f9f9;
                    color: #000;
                    padding: 10px 15px;
                    font-size: 14px;
                }
                .db-error {
                    color: #ff4242;
                }
                .db-success {
                    color: $primary-text-color;
                    font-size: 18px;
                }
            }
        }
    }
    /*    .safe-second-sec{
            position: absolute;
            right: -100px;
            opacity: 0;
            display: inline-block;
            transition: right 1s;
        }*/
    .success_msg {
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px;
        letter-spacing: 0.6px;
        font-weight: 700;
        color: #59B630 !important;
    }
    .error-decode {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 9px;
        margin: 0;
        color: #ff4242 !important;
        font-size: 16px !important;
    }
    .customer_safe_decode_form {
        position: relative;
    }
}

.woocommerce-page {
    .nav-bar-top {
        display: none;
    }
}

// .woocommerce-lost-password {
//     .woocommerce-ResetPassword {
//         &.lost_reset_password {
//             border: 1px solid #d3ced2;
//             padding: 20px;
//             text-align: left;
//             border-radius: 5px;
//             color: #666666;
//             width: 50%;
//             margin: 50px auto;
//             @include breakpoint(sm) {
//                 width: 70%;
//             }
//             @include breakpoint(xs) {
//                 width: 100%;
//             }
//             p {
//                 &:first-child {
//                     font-weight: 500 !important;
//                 }
//             }
//             .form-row {
//                 padding: 3px;
//                 margin: 0 0 6px;
//                 font-weight: bold;
//                 letter-spacing: 0;
//                 text-transform: none;
//                 padding-top: 8px;
//                 line-height: 1.5em;
//                 margin-bottom: 6px;
//                 font-size: 13px;
//                 color: #666666;
//                 text-align: left;
//                 width: 100% !important;
//                 .woocommerce-Button {
//                     &.disabled {
//                         padding: 15px !important;
//                         opacity: 0.8 !important;
//                         color: #000 !important;
//                         font-weight: bold !important;
//                         font-size: 12px !important;
//                     }
//                     &.button {
//                         &:disabled[disabled] {
//                             padding: 15px !important;
//                             opacity: 0.8 !important;
//                             /*color: #000 !important;*/
//                             font-weight: bold !important;
//                             font-size: 12px !important;
//                             &:hover,
//                             &:focus,
//                             &:visited,
//                             &:active {
//                                 background-color: #cc5d00;
//                                 color: #fff;
//                                 font-weight: normal !important;
//                             }
//                         }
//                     }
//                 }
//             }
//             .form-row-first,
//             .form-row-last {
//                 float: none !important;
//                 label {
//                     font-weight: bold;
//                     letter-spacing: 0;
//                     text-transform: none;
//                     padding-top: 8px;
//                     line-height: 1.5em;
//                     margin-bottom: 6px;
//                     font-size: 13px;
//                     color: #666666;
//                     text-align: left;
//                 }
//             }
//         }
//         .woocommerce input.button:disabled[disabled] {
//             padding: 15px !important;
//             opacity: 0.8 !important;
//             color: #000 !important;
//             font-weight: bold !important;
//             font-size: 12px !important;
//         }
//     }
// }

.woocommerce-page.modal-open .modal {
    overflow: hidden !important;
}

body.woocommerce-page.modal-open {
    padding-right: 0 !important;
}

.dashboard-active-safe {
    color: #59B630 !important;
    font-weight: 500 !important;
}

.woocommerce-additional-fields {
    &.rental-ship-fields {
        margin-top: 36px;
        @include breakpoint(sm) {
            margin-top: 0;
        }
    }
}

.residence-title {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
    padding: 2px;
    margin-bottom: 0;
    color: #666666;
}

.check_uncheck {
    display: inline-block !important;
    vertical-align: middle !important;
    position: relative !important;
    @include breakpoint(sm) {
        vertical-align: sub !important;
    }
}

.terms_serve {
    display: inline-block;
    line-height: 1.2;
    font-size: 14px !important;
    vertical-align: middle;
    @include breakpoint(sm) {
        vertical-align: top;
        width: 100%;
        line-height: 20px;
    }
}

.wc-terms-and-conditions {
    float: none !important;
    .checkbox {
        @include breakpoint(sm) {
            display: flex !important;
        }
    }
}

.service_note {
    font-size: 14px;
    line-height: normal;
}

.safes.card_details {
    @include breakpoint(md) {
        display: block;
        white-space: nowrap;
        overflow: auto;
        margin-bottom: 5px;
    }
}

// for warring and success popovers
.transparent-btn {
    display: inline-flex;
    border: 0;
    background-color: transparent;
    font-weight: 600;
    opacity: 0.7;
    padding: 0px;
    &:focus {
        border: 0;
        outline: none;
    }
    &:hover {
        opacity: 1;
    }
    &.warning-info {
        color: $error-text-color;
        img {
            vertical-align: middle;
            margin-left: 5px;
            width: 18px;
            height: 18px;
        }
    }
    &.success-info {
        color: #59B630;
        padding-left: 0px;
        img {
            margin-left: 5px;
            width: 18px;
            height: 18px;
            vertical-align: middle;
        }
    }
    &.cancel-info {
        color: #ff4242;
        padding-left: 0px;
        font-weight: 400;
        img {
            margin-left: 5px;
            vertical-align: middle;
            width: 18px;
            height: 18px;
        }
    }
    &.card-info {
        color: #0052CC;
        padding-left: 0px;
        font-weight: 400;
        img {
            margin-left: 10px;
            color: #59646A;
            font-size: 20px;
            font-weight: 400;
            width: 18px;
            height: 18px;
            vertical-align: middle;
        }
    }
}

.popover {
    border-width: 1px;
    border-style: solid;
    max-width: 240px;
    .popover-content {
        padding: 15px 12px;
        color: #59646A;
        span {
            display: block;
            font-size: 13px;
        }
        .submit-btn {
            margin-top: 8px;
        }
    }
}

.submit-btn {
    width: 100%;
    margin: 15px 0 0px;
    color: #ffffff;
    border-color: $primary-text-color;
    background-image: linear-gradient($primary-text-color, $primary-text-color, $primary-text-color);
    background-image: -webkit-linear-gradient($primary-text-color, $primary-text-color, $primary-text-color);
    background-image: -moz-linear-gradient($primary-text-color, $primary-text-color, $primary-text-color);
    background-image: -o-linear-gradient($primary-text-color, $primary-text-color, $primary-text-color);
    &:hover {
        color: #ffffff;
        text-decoration: underline;
        background-image: linear-gradient($primary-text-color, $primary-text-color, $primary-text-color);
        background-image: -webkit-linear-gradient($primary-text-color, $primary-text-color, $primary-text-color);
        background-image: -moz-linear-gradient($primary-text-color, $primary-text-color, $primary-text-color);
        background-image: -o-linear-gradient($primary-text-color, $primary-text-color, $primary-text-color);
    }
    &:focus {
        border-color: $primary-text-color;
        background-image: linear-gradient($primary-text-color, $primary-text-color, $primary-text-color);
        background-image: -webkit-linear-gradient($primary-text-color, $primary-text-color, $primary-text-color);
        background-image: -moz-linear-gradient($primary-text-color, $primary-text-color, $primary-text-color);
        background-image: -o-linear-gradient($primary-text-color, $primary-text-color, $primary-text-color);
    }
    td & {
        margin-top: 0px;
    }
}

.warning-info+.popover {
    border-color: $error-text-color;
    background-color: #F9F5F5;
    .popover-content {
        .arrow {
            background-color: #F9F5F5 !important;
            border-color: $error-text-color !important;
        }
        .popover-text {
            margin-top: 2px;
            margin-bottom: 5px;
        }
        .popover-subc-msg span {
            color: $error-text-color;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 13px;
            margin-bottom: 10px;
        }
    }
}

.success-info+.popover {
    border-color: #59B630;
    .popover-content {
        .arrow {
            border-color: #59B630 !important;
        }
    }
}

.cancel-info+.popover {
    border-color: #59646A;
    .popover-content {
        .arrow {
            border-color: #59646A !important;
        }
    }
}

.card-info+.popover {
    border-color: #0052CC;
    .popover-content {
        .arrow {
            border-color: #0052CC !important;
        }
    }
}

#cancel-success {
    color: #59B630;
    margin-bottom: 0px;
}

#cancel-error {
    color: $error-text-color;
    margin-bottom: 0px;
}

.safe-breadcrum {
    margin-bottom: 15px;
    ol.list {
        list-style: none;
        li {
            display: inline-block;
            a {
                font-size: 24px;
                color: #3B4449;
                font-weight: 700;
                @include breakpoint(md) {
                    font-size: 16px;
                }
                @include breakpoint(ss) {
                    font-size: 12px;
                }
            }
            a[href^="/"],
            a[href^=".."] {
                &:hover {
                    cursor: pointer;
                }
            }
            a[href="#"] {
                &:hover {
                    cursor: default;
                }
            }
            color: #000000;
            &:first-child {
                &:before {
                    content: '';
                    padding: 0px;
                }
            }
            &:before {
                font: normal normal normal 14px/1 FontAwesome;
                content: '\f105';
                font-size: 30px;
                color: #3B4449;
                font-weight: 500;
                padding: 0px 10px;
                @include breakpoint(md) {
                    font-size: 16px;
                }
                @include breakpoint(ss) {
                    font-size: 12px;
                }
            }
        }
    }
}

.btn-shadow {
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
}

.btn-border {
    border: none;
    border-radius: 3px;
}

.disclaimer-text {
    color: #bbb !important;
}

.safe-deatls {
    max-width: 200px;
    p {
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #000 !important;
        margin-bottom: 10px !important;
    }
}

.text-ellipsis {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#cacel-suscription-form {
    .btn.submit-btn {
        width: 50px;
        margin-top: 0;
        margin-left: 10px;
    }
} // card details  css
.card-deatils {
    h5 {
        text-transform: uppercase;
        color: #000000;
        font-weight: 500;
        font-size: 16px;
    }
}

.woocommerce-page #payment .terms.wc-terms-and-conditions.card-terms {
    padding: 0px;
    label {
        display: flex;
        align-items: center;
        @include breakpoint(sm) {
            align-items: flex-start;
        }
        input {
            min-width: 20px;
            @include breakpoint(sm) {
                margin: 1px 8px 0 0;
            }
        }
    }
}

.card-form-area {
    padding-left: 25px;
    @include breakpoint(sm) {
        padding-left: 0;
    }
    th,
    td {
        @include breakpoint(xs) {
            font-size: 12px;
        }
    }
    #addnewCard {
        color: $primary-text-color;
        @include breakpoint(xs) {
            margin-bottom: 12px;
        }
        &:hover {
            color: $primary-text-color;
        }
    }
    p {
        &.db-error {
            color: $error-text-color;
        }
        &.db-success {
            color: $primary-text-color;
        }
    }
    #add-from-area {
        overflow: hidden;
        form {
            .form-group {
                .form-control {
                    border-radius: 0;
                    color: #000;
                    font-size: 13px;
                }
                label {
                    font-weight: 500;
                    color: rgba(0, 0, 0, 0.85);
                }
                select {
                    width: 100%;
                    border: 1px solid #e1e1e1;
                }
                .submit-btn {
                    border-radius: 0px;
                    margin: 0px;
                    text-transform: capitalize;
                    &:focus,
                    &:active {
                        outline: none;
                        color: #ffffff;
                    }
                }
                .error {
                    font-size: 11px;
                    color: $error-text-color;
                }
            }
        }
    }
}

#no-safes {
    color: $primary-text-color;
}

#card-fields {
    height: 0px;
    width: 0px;
    overflow: hidden;
}

.modal-body {
    #recurring_billing_card_form {
        .form-group {
            margin-bottom: 0px;
            label {
                &.error {
                    margin-bottom: 0px;
                }
            }
        }
    }
}

.required {
    color: #ff4242;
    font-weight: 700;
    border: 0;
}

#cancel-modal {
    .modal-header {
        h4 {
            font-weight: 500;
            font-size: 18px;
            color: #3B4449;
            text-align: center;
        }
        border-bottom: 1px solid #e5e5e5;
        background-color: #ECEFF1;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    .modal-footer {
        padding: 10px;
        .submit-btn {
            margin-top: 0px;
        }
    }
}

.cursor-notallowed {
    cursor: not-allowed !important;
}

.safes_modal_box {
    .modal {
        .modal-content {
            @include breakpoint(xs) {
                min-width: 350px;
                width: 50%;
            }
            @include breakpoint(ss) {
                min-width: 290px;
            }
        }
    }
    #payment-modal {
        padding-right: 0 !important;
        #add-card-message {
            margin-bottom: 20px;
        }
        .payment_modal_btn {
            &.button {
                width: auto;
            }
        }
    }
}

#payment-success-modal {
    #subscribe-payment-success {
        .button {
            width: auto;
        }
    }
}

#c_safeSerailNumber {
    opacity: 1;
    color: #4d4d4d;
}