.cart_main {
    background: #f5f5f5e0;
    letter-spacing:0px;
    padding:0 0 60px 0!important;
}
.view-cart, .place-order-view,.placed {
    padding: 15px !important;
    margin-bottom:50px;
}
.p-details {
    padding: 0px !important;
}

/*cart*/
/*my cart*/
.cart .c-wrapper .items .input-group {
    width: 84%%;
}

.cart .c-wrapper .items .input-group-btn .btn {
    font-size: 12px !important;
    background: none;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    text-align: center;
    cursor: pointer;
    padding: 0px;
    padding-top: 1px;
}

.cart .c-wrapper .items input {
    padding: 5px 0px;
    max-width: 35px;
    margin: 0px 10px;
    text-align: center;
    height: 32px;
    /* float: left; */
    min-width: 30px;
}

.continue-btn {
    font-size: 1.5rem;
    background: #fff;
    color: #333;
    border: 1px solid #989797;
    padding: 10px 20px;
    border-radius: 0px;
    margin-right: 15px;
    margin-top: 20px !important;
    font-weight: 600;
}

    .continue-btn:focus {
        outline: none;
        text-decoration: none;
    }

    .continue-btn:hover {
        background: #fff;
        color: #333 !important;
        border: 1px solid #737272;
        text-decoration: none;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
/*my cart*/
.cart {
    color: #373a3c !important;
}

    .cart .c-wrapper {
        border: 1px solid #eee;
        box-shadow: 1px 1px 6px #eee;
    }

    .cart .c-title {
        font-size: 1.5rem!important;
        padding: 15px 10px 0px 15px;
        font-weight:bold;
    }

    .cart .checkout-address {
        padding: 10px 15px;
        font-size:1.2rem;
    }

        .cart .checkout-address p {
            font-size: 1.5rem !important;
            line-height: 28px;
            letter-spacing: 0px;
            color: #545454;
        }
        /*checkout*/
        .cart .checkout-address .address-box {
            padding: 15px;
            margin-bottom: 10px;
            margin-left: 13px;
            border: 1px dashed #eee;
            /*width: 31.2%;*/
        }

            .cart .checkout-address .address-box h6 {
                font-size: 1.5rem;
                text-transform: capitalize;
                margin-top: 0;
            }

            .cart .checkout-address .address-box ul {
                list-style: none;
                padding-left: 0px;
                margin-bottom: 10px;
            }

.deliver-form {
    display: inline-block;
}

.address-box ul li {
    word-break: break-all;
    line-height: 28px;
    font-size: 1.5rem;
    letter-spacing: 0px;
}

.cart .checkout-address .address-box .add-clr {
    border: 1px solid #7cb33c;
    border-radius: 0;
    color: #fff;
    background: #7cb33c;
    cursor: pointer;
    text-transform:none;
    letter-spacing:0px;
}

    .cart .checkout-address .address-box .add-clr:hover {
        box-shadow: 0px 2px 4px rgba(204, 204, 204, 0.56);
        text-decoration: none;
        background: #6da22e;
    }

.cart .checkout-address .address-box .edit-clr .fa {
    background: #f0ad4e;
    color: #fff;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 0;
    padding-top: 6px;
    cursor: pointer;
}

    .cart .checkout-address .address-box .edit-clr .fa:focus, .cart .checkout-address .address-box .edit-clr:focus {
        outline: none;
    }

    .cart .checkout-address .address-box .edit-clr .fa:hover {
        background: #e09b3a;
    }

.cart .checkout-address .address-box .remove-clr .fa {
    background: #F44336;
    color: #fff;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 0;
    padding-top: 6px;
    cursor: pointer;
}

    .cart .checkout-address .address-box .remove-clr .fa:hover {
        background: #e52b1d;
    }

.cart .c-wrapper .price-details {
    padding: 10px 15px;
    font-size: 1.5rem;
}

    .cart .c-wrapper .price-details span {
        display: block;
        padding-bottom: 5px;
        padding-top: 5px;

    }

.cart .total, .cart .total strong {
    font-size: 1.5rem !important;
    color: #d9831b;
}

.cart .c-wrapper .price-details .dashed {
    margin-top: 5px;
    border-top: 1px dashed #eee;
    margin-bottom: 5px;
}

.safe {
    font-size: 1.2rem;
    display: flex;
    padding-top: 10px;
    line-height: 20px;
    color: #888;
}

    .safe::before {
        content: "\f132";
        font-family: fontAwesome;
        padding-right: 5px;
    }

.checkout-address .form-control, .request-quote-form .form-control {
    border: 1px solid rgba(204, 204, 204, 0.5607843137254902) !important;
    box-shadow: none;
    margin-bottom: 20px;
    border-radius: 0px;
    font-size: 1.3rem;
    font-weight: 300;
}

.submit {
    background: #545454;
    color: #fff;
    border-radius: 24px;
    cursor: pointer;
    padding: 5px 30px;
    margin-top: 15px;
    font-size: 1.5rem;
}

    .submit:hover {
        background: #2e2e2e;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        color: #fff;
    }

    .submit:focus {
        outline: none;
    }

.cart .form-group {
    width: 100%;
    padding-top: 8px;
}

.new-address {
    color: #333;
}

    .new-address:hover, .new-address:focus {
        color: #000;
        text-decoration: none;
    }

.cart strong {
    font-weight: 600;
    font-size:1.5rem

}

.checkout-address .form-control::placeholder {
    color: #222 !important;
    font-size: 1.2rem
}



.purple-header {
    background: #1b1b1b;
}

.modal-footer {
    border-top: none;
}

#editModal .form-control {
    border: 1px solid rgb(204, 204, 204) !important;
    font-size: 1.2rem;
    font-weight: 300;
    color: #222;
    box-shadow: none;
    margin-bottom: 20px;
    border-radius: 0px;
    min-height: 40px;
}

#editModal .modal-title {
    font-size: 18px;
    color: #fff;
}

#editModal .modal-header .close {
    padding: 15px;
    /*position: absolute;*/
    right: -5px;
    top: -10px;
    color: #fff;
    opacity: 1;
}

#editModal .modal-body {
    padding: 0px 15px 0px;
}



#editModal .form-control::placeholder {
    color: #222 !important;
    font-size: 13px;
}

#editModal .form-group {
    margin-top: 1rem;
    margin-bottom: 0px;
}

#editModal textarea.form-control {
    margin-bottom: 10px;
}

.black-btn {
    background: #545454;
    color: #fff;
    border-radius: 25px;
    font-size: 1.5rem;
    padding: 5px 15px;
}

    .black-btn:hover {
        background: #2e2e2e;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        color: #fff;
    }

.green-btn {
    background: #1ebe92;
    color: #fff;
    border-radius: 25px;
    font-size: 1.5rem;
    padding: 5px 15px;
}

.green-btn:hover {
    background: #0da47a;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
}

#editModal .black-btn {
    margin-right: 5px;
}

#deleteConformation .modal-title {
    font-size: 1.5rem;
    color: #fff;
}

#deleteConformation .modal-header .close {
    padding: 15px;
    /*position: absolute;*/
    right: -5px;
    top: -10px;
    color: #fff!important;
}

#deleteConformation .modal-body {
    padding-bottom: 0px;
}

#deleteConformation .black-btn {
    margin-right: 5px;
}

#deleteConformation .modal-footer {
    padding-top: 0px;
}
#deleteConformation p{
    font-size:1.5rem;
}
/*checkout*/
/*order-summary*/
.cart .c-wrapper .items {
    border-bottom: 1px solid #eee;
    padding: 15px;
}
    .cart .c-wrapper .items .p-title {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 18px;
        color: #333;
        text-decoration: none;
        text-transform: capitalize;
    }

    .cart .c-wrapper .items .stock-info {
        color: #3ca617;
        font-size: 1.5rem;
        line-height: 35px;
    }

    .cart .c-wrapper .items .move, .cart .c-wrapper .items .remove {
        font-size: 1.5rem;
        padding-right: 15px;
        color: #333;
        line-height: 35px;
    }

.cart .c-wrapper .items .move .fa, .cart .c-wrapper .items .remove .fa {
    margin-right: 5px;
}

.c-spn-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    display: block;
    font-weight:400;
}

.cart .c-wrapper .static-holder {
    background: rgba(238, 238, 238, 0.59);
    padding: 15px;
}

.cart .c-wrapper .static-holder .continue-btn {
    display: inline-block;
}

.purchaser-mail-info {
    font-size: 1.5rem;
    vertical-align: -webkit-baseline-middle;
}

.place-ordr-btn {
    font-size: 1.5rem;
    background: #545454;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 0px;
    letter-spacing: 0px;
    text-transform: none;
    background: #2e2e2e;
    text-decoration: none;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    border: 1px solid #989797;
    font-weight: 400;
    margin-right: 15px;
    margin-top: 20px !important;
}

    .place-ordr-btn:focus {
        outline: none !important;
    }

    .place-ordr-btn:hover {
        background: #2e2e2e;
        color: #fff;
        text-decoration: none;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        outline: none;
        border: 1px solid #989797;

    }
.cod-main-container {
    background: #f5f5f5e0;
    padding: 0 0 60px 0 !important;
}
.cod-breadcrumbs {
    float: left;
    width: 100%;
}
.payu {
    width: 150px;
    cursor: pointer;
    height: 50px;
    background: url(../img/payu.html);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 13px 10px;
    display: block;
}

.paypal {
    width: 150px;
    cursor: pointer;
    height: 50px;
    background: url(../img/paypal.html);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 13px 10px;
    display: block;
}

.ccavenue {
    width: 150px;
    cursor: pointer;
    height: 50px;
    background: url(../img/cc-avenue.html);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 13px 10px;
    display: block;
}

.payment-options .buttons {
    padding: 15px;
    display: block;
}

.payment-options {
    display: none;
    padding-bottom:15px;
}

.payment-options .buttons .btn {
    margin-right: 10px;
}

.payment-options .buttons .btn:focus {
    outline: none;
}

.payment-options .buttons .btn:hover {
    box-shadow: 0px 0px 2px #00000038;
}

#continue:focus {
    outline: none;
}

#continue[disabled] {
    display: none;
}
/*order-summary*/
/*order conformation*/
.confirmed {
    display: block;
    margin: auto;
    float: none;
}

.confirmed .c-title {
    text-align: center;
    font-size: 1.4rem;
    padding-top: 0px;
}

.confirmed p {
    text-align: center !important;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 11px;
    color: #545454;
}

.confirmed .shipped-icon {
    margin: auto;
    display: block;
}

.confirmed .info {
}

.confirmed .info hr {
    margin-top: 15px;
}

.p-0 {
    padding: 0px !important;
}

.m-0 {
    margin: 0px !important;
}


.p-2 {
    padding: 1.5rem 1.5rem !important;
}

.fearures .grey p {
    padding-top: 10px !important;
}

.fearures .card {
    border: 1px solid rgba(0,0,0,.125);
}

.fearures .card p {
    padding-top: 0px;
}

.confirmed .info .card {
    border-radius: 0px;
    min-height: 205px;
    border: 1px solid rgba(0,0,0,.125);
}

.confirmed .info .c-title {
    font-size: 1rem;
    padding: 15px 10px 0px 15px;
    text-align: left;

}

.confirmed .info ul {
    list-style: none;
    padding-left: 15px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-right: 15px;
}

    .confirmed .info ul li {
        font-size: 1.5rem;
        line-height: 27px;
    }

.link {
    color: #8e2ce6;
}

    .link:hover {
        color: #7115c4;
        text-decoration: none;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

.no-radius {
    border-radius: 0px !important;
}

.track-message {
    padding: 15px;
}

.gps {
    background-image: url(../img/gps.html);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.order-item-deails {
    border: 1px solid rgba(0,0,0,.125);
}

    .order-item-deails .c-title {
        font-size: 1rem;
        padding: 15px 10px 0px 15px;
        text-align: left;
    }

    .order-item-deails .items {
        border-bottom: 1px solid #eee;
        padding: 10px 15px;
    }

        .order-item-deails .items:last-child {
            border-bottom: none;
        }

        .order-item-deails .items .p-title {
            font-size: 1.5rem;
            font-weight: 500;
            line-height: 18px;
            color: #333;
            text-decoration: none;
        }

        .order-item-deails .items .stock-info {
            color: #3ca617;
            font-size: 1.2rem;
            line-height: 35px;
        }

.grey {
    background: #dfdfdf;
}

    .grey p {
        color: #333;
        padding: 10px;
    }

    .grey a {
        color: #333;
        text-decoration: none;
    }

    .grey .card p {
        text-align: center;
    }

.br-0 {
    border-right: 0px !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.d-block {
    display: block !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
/*order conformation*/
/*cart*/
/*cart*/
.cart .checkout-address .address-box {
    padding: 15px 17px;
}

.cart .c-wrapper {
    margin-bottom: 20px;

}

.safe {
    padding-top: 0px;
}
/*summary*/
.summary {
}

    .summary .items {
    }

        .summary .items img {
            width: 100%;
            margin: 5px 0px 15px;
        }

        .summary .items .c-spn-title {
            display: initial;
            padding-right: 10px;
        }

/*.place-ordr-btn {
    margin-top: 15px;
}*/

.payment-options .buttons .btn {
    margin: auto;
    float: left;
    background: #fff;
    width: 150px;
    padding: 0px;
    border: 1px solid #ccc;
    margin-right: 15px;
    margin-bottom: 3px;
    border-radius: 0;
}

/*.payu, .paypal, .ccavenue {
        background-size: 47%;
        background-position: 67px 9px;
    }*/

ul.dropdown-cart {
    left: 0 !important;
    top: 35px !important;
}

.zoomContainer {
    display: none;
}

.cod-btn {
    width: 150px;
    cursor: pointer;
    height: 50px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
}
/*summary*/
/*cart*/

/*profile*/
/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 0px;
    margin-left: 0px;
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
    /*float: left;*/
    width: 100%;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #333;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #f5f5f5;
                background-image: #5A55A3;
                color: #222;
            }


div.bhoechie-tab-content {
    background-color: #ffffff;
    padding-top: 15px;
    padding-left:10px;
    float: left;
    width: 100%;
    box-shadow: 0px 0px 4px #ccc;
    min-height: 500px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

/*.shadow {
    box-shadow: 0px 0px 4px #ccc;
}*/
.change-assword-bread-crumbs {
    background: #f5f5f5;
}
    .change-assword-bread-crumbs .bread-crumbs {
        padding: 15px 0;
    }
.change-assword-sec {
    background: #f5f5f5;
    padding-bottom: 60px;
}
.accnt-sidebar .list-group h5 {
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    color: #333;
    font-size: 1.5rem;
    line-height: 28px;
}
span.alert-red.my-ords {
    padding: 0px 15px;
}
.accnt-sidebar .list-group .list-group-item {
    border: none;
    border-bottom: 1px solid #eee !important;
    padding: 0px;
}

.bhoechie-tab-content h4 {
    font-size: 2rem!important;
    line-height: 20px;
}
.shadow {
    box-shadow: 1px 2px 9px 1px rgba(0,0,0,.1) !important;
}
.small-content {
    font-size: 1.1rem;
}

.bhoechie-tab {
    min-height: 500px;
    margin-left: 0;
    padding: 0px 15px;
}

.bhoechie-tab-content h3 {
    font-size: 1.5rem !important;
    padding-bottom: 10px;
}

.bhoechie-tab-content .form-control:disabled, .form-control[readonly] {
    background: #fff;
    opacity: .7;
    font-size: 1.3rem;
    cursor: not-allowed;
}
.bhoechie-tab-content .resets {
    font-size: 1.5rem;
}
.bhoechie-tab-content .fa {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #333;
    text-align: center;
    font-size: 11px;
    padding-top: 4px;
    background: rgba(158, 158, 158, 0.18823529411764706);
    margin-left: 15px;
    vertical-align: middle;
}

    .bhoechie-tab-content .fa:hover {
        background: #ccc;
    }

.t-btn {
    display: none;
    font-size: 14px;
    background: #fff;
    border: none;
    cursor: pointer;
}

.bhoechie-tab-content .form-control {
    color: #222 !important;
    font-size: 13px;
   
}

    .bhoechie-tab-content .form-control::placeholder {
        color: #222 !important;
        font-size: 13px;
    }

.bhoechie-tab-content .password {
    display: none;
}

.bhoechie-tab-content .order-box {
    border: 1px solid #ebe9e9;
}

.orderPanel .accordion-toggle:after {
    content: "\f078";
    color: grey;
    font-size: 11px;
    position: absolute;
    margin-top: 2px;
    right: 40px;
    font-family: FontAwesome;
}

.bhoechie-tab-content .order-box ul li {
    font-size: 1.5rem;
    line-height: 28px;
}

.bhoechie-tab-content .order-box .table thead th {
    font-weight: 500;
    font-size: 14px;
}

.bhoechie-tab-content .order-box .table td, .bhoechie-tab-content .order-box .table th {
    border: 1px solid #eceeef;
    font-size: 1.5rem;
}

.bhoechie-tab-content .order-box .table-hover tbody tr:hover {
    background-color: transparent;
}

.bhoechie-tab-content .order-box .invoice {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
}

    .bhoechie-tab-content .order-box .invoice strong {
        font-weight: 500;
    }

.bhoechie-tab-content .order-box .head {
    background: #fff;
    padding: 10px;
}
    .bhoechie-tab-content .order-box .head a {
        font-size: 1.5rem!important;
    }
    .bhoechie-tab-content .order-box .body {
    padding: 20px;
}

.bhoechie-tab-content .order-box h5 {
    font-size: 14px;
    padding-top: 10px;
}

.bhoechie-tab-content .order-box p {
    font-size: 1.5rem;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 0;
}

.bhoechie-tab-content .order-box h3 {
    font-size: 14px;
    padding-top: 15px;
    background: #f5f5f5;
    width: 100%;
    margin-bottom: 0;
    padding-left: 13px;
    margin-top: 5px;
}

.bhoechie-tab-content .order-box ul {
    border: 1px solid #eceeef;
    min-height: 135px;
    list-style: none;
    padding: 15px;
}

.order-date {
    font-size: 12px;
    padding-top: 2px;
}

.bhoechie-tab-content .form-group {
    width: 100%;
    margin: 15px;
}

.bhoechie-tab-content .new {
    padding-left: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
  
}
.bhoechie-tab-content .orderPanel .invoice .black-bg {
    color: #fff;
    background: #222;
    cursor: pointer;
    border-radius: 25px;
    width: 100px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    padding: .8rem 1rem;
    font-size: 1rem;
}
.address {
    margin: 15px 0px 10px;
    border: 1px solid #eee;
    padding: 10px 15px;
}

    .address h6 {
        font-size: 1.5rem;
        text-transform: capitalize;
    }

    .address p {
        font-size: 1.5rem !important;
    }


.bhoechie-tab-content .dropdown-toggle::after {
    display: none;
}
header.header.header-style2 #navPanel a.dropdown-toggle {
    font-size: 11px !important;
    height: auto !important;
    padding-bottom: 0;
    padding: 0px 0px;
    padding-right: 2px;
    margin-top: 5px;
    font-weight: 500;
}


.bhoechie-tab-content .address .dropdown-toggle {
    background-image: url(../../../ThemeStoreV2/Content/img/more.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 50%;
    width: 25px;
    height: 25px;
    padding: 0.5rem;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 25px;
    position: absolute;
    top: 5px;
    right: 0px;
    background-position: 6px;
}

.bhoechie-tab-content .dropdown-item {
    font-size: 13px;
    padding: 0.1rem .5rem;
    display: block;
}

.bhoechie-tab-content .reset {
    font-size: 13px;
}

.checkout-address .c-title {
    width: 78%;
    display: inline-block;
}
/*profile*/

.p-1 {
    padding: 1rem 1rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.p-2 {
    padding: 1.5rem 1.5rem !important;
}



.wrap-sticky {
    height: 85px !important;
}

#btnAddtoCart {
    height: 36px;
    margin-left: 5px;
    padding: 8px 30px 7px;
    background: #333;
    color: #fff;
    /*height: 41px;
    padding-top: 10px;
    margin-left: 5px;
    padding: 8px 30px 7px;
    background: #333;
    color: #fff;*/
}

#btnBuyNow {
    padding: 8px 30px 7px;
}

.input-group-btn .fa {
    color: #333;
}

.product_detail form {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

#CartSubmit .btn_default {
    padding: 9px 30px 7px;
    background: #333;
    color: #fff;
    margin-left: 5px;
}

.c-wrapper hr {
    margin-top: 15px;
    margin-bottom: 0px;
}

.modal-header .close {
    color: #212529;
    opacity: 1;
}

    .modal-header .close:focus {
        outline: none !important;
    }

.modal-body {
    padding: 10px 15px;
}

.modal-dialog form {
    width: 100% !important;
}

.modal .modal-footer {
    padding-right: 15px !important;
    padding-bottom: 10px;
}

.modal-dialog {
    max-width: 500px;
    top:25%;
}
#careerModals .modal-dialog {
    top: 0!important;
}
#careerModals input{
    width:100%!important;
}
.checkout-address .continue-btn {
    float: right;
    margin-top: 10px;
}

button:focus {
    outline: none !important;
}

a:focus {
    outline: none !important;
}

#navPanel a.dropdown-toggle {
    line-height: 23px !important;
}

.open > .dropdown-menu {
    display: block !important;
}

#navPanel .dropdown-menu a {
    padding-top: 0px !important;
    font-size: 13px;
    color: #212529;
}

.p-slider {
    margin-top: 30px;
}

.left-cat-nav {
}

    .left-cat-nav .main-cat {
        font-weight: 600 !important;
        border: 1px solid #cccccc3b !important;
        margin-bottom: -1px;
        padding-left: 15px !important;
    }

    .left-cat-nav .panel {
        box-shadow: none;
        margin-bottom: 0px;
    }

    .left-cat-nav .sub-cat-child {
        font-size: 13px !important;
        color: #666 !important;
        padding-left: 15px !important;
        border: 1px solid #cccccc3b !important;
        font-weight: 500 !important;
    }

        .left-cat-nav .sub-cat-child.down::after {
            content: "\f106";
            font-family: FontAwesome;
            right: 15px;
            position: absolute;
        }

        .left-cat-nav .sub-cat-child::after {
            content: "\f107";
            font-family: FontAwesome;
            right: 15px;
            position: absolute;
        }

    .left-cat-nav .main-cat.down::after {
        content: "\f106";
        font-family: FontAwesome;
        right: 15px;
        position: absolute;
    }

    .left-cat-nav .main-cat::after {
        content: "\f107";
        font-family: FontAwesome;
        right: 15px;
        position: absolute;
    }
    /*.left-cat-nav #MainMenu {
        border: 1px solid #eee;
    }*/

    .left-cat-nav a:hover, .left-cat-nav a:focus {
        background: #fff;
    }

    .left-cat-nav .list-group-item {
        border: none;
        padding-left: 5px;
        font-weight: 500;
    }

    .left-cat-nav .sub-cat {
        font-weight: 500;
        border: 1px solid #cccccc3b !important;
        margin-bottom: -1px;
        padding-left: 15px !important;
    }

        .left-cat-nav .sub-cat.down::after {
            content: "\f106";
            font-family: FontAwesome;
            right: 15px;
            position: absolute;
        }

        .left-cat-nav .sub-cat::after {
            content: "\f107";
            font-family: FontAwesome;
            right: 15px;
            position: absolute;
        }

    .left-cat-nav .list-group-submenu a {
        font-weight: 400;
        font-size: 12px;
        padding-left: 15px;
        color: #9a9696;
    }



.material-control-description {
    margin-left: 18px;
    vertical-align: middle;
    font-weight: 500;
    color: #666;
    font-size: 13px;
    text-transform: capitalize;
}

.custom-control.material-checkbox {
    --color: #26a69a;
    padding-left: 15px;
    border: 1px solid #cccccc3b !important;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 1px;
    border-top: none !important;
    margin-bottom: -1px;
    min-height:0px;
}

    .custom-control.material-checkbox .material-control-input {
        display: none;
    }

.custom-controls-stacked .custom-control {
    float: left;
    clear: none;
    padding-right: 30px;
}

.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
    border-color: var(--color);
    -webkit-transform: rotateZ(45deg) translate(1px, -5px);
    transform: rotateZ(45deg) translate(1px, -5px);
    width: 6px;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
}

.custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 12px;
    height: 12px;
    border: 1px solid #aaa;
    transition: 0.3s;
}

.list-group .list-group-control .custom-control .custom-control-indicator,
.list-group .list-group-control .custom-control .material-control-indicator {
    top: 1rem;
    left: 1.25rem;
}






.ubislider-image-container img {
    cursor: pointer;
}

.bhoechie-tab-content .dropdown-menu {
    min-width: 60px;
    color: #333;
    top: 10px;
    left: -30px;
}

#UserAddressDetails p {
    text-align: left;
    word-break: break-all;
}

#pagers {
    background: #fff;
    color: #333;
    border: 1px solid #666;
}

.top-brands {
    margin-top: 15px;
}

    .top-brands .owl-carousel {
        height: 150px;
    }

.search_btn i:hover {
    color: #ff4157 !important;
}

.login-widget-ui .btn-info {
    height: 40px;
    padding-top: 9px;
}

.intl-tel-input .selected-flag .iti-flag {
    top: 8px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 9px;
    position: relative;
    left: 3px;
    top: -4px;
}

.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff;
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9;
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
}

.custom-control {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    cursor: pointer;
}

.custom-checkbox .custom-control-indicator {
    border-radius: .25rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}



.modal .modal-header {
    /*background: #212020;*/
    color: #212529;
}

/*.login-widget-ui #modalLoginForm {
    padding-top: 15px;
}*/

/*.login-widget-ui #modalRegistration .btn-info {
    margin-bottom: 7px;
}*/

.alert-red .fa {
    background: #e95c52;
    color: #fff;
    font-size: 15px;
    border: none;
    height: 30px;
    width: 30px;
    padding-top: 8px;
    margin-left: 0;
}

.alert-red p {
    display: inline-block;
    margin-left: 7px;
    font-size: 15px;
}

#Products-List .cbp {
    min-height: 100px;
}

.no-data .fa {
    font-size: 40px;
    margin-bottom: 15px;
    color: #ff4157;
}

.no-data h4 {
    padding-bottom: 5px;
}


/*cart*/

   

    #navCart .badge {
        position: absolute;
        top: -13px;
        left: 5px;
        background-color: #ff4157;
    }

.intsmojo-btn {
    width: 150px;
    cursor: pointer;
    height: 50px;
    background: url(../../../../Content/img/in-sta.png) !important;
    background-repeat: no-repeat !important;
    background-size: 73% !important;
    background-position: 19px 10px !important;
    border: 1px solid #ccc;
}

.product_detail #CartSubmit .btn_default {
    margin-left: 0px;
}

.product_detail .price {

    font-size: 25px;
}

#emp_about .continue-btn {
    max-width: 180px;
}

.empty-cart {
    text-align: center;
}
    .empty-cart span {
        font-size: 1.5rem;
        font-weight: 500;
    }
        .empty-cart a {
        border: 1px solid #ccc;
        width: 200px;
        border-radius: 0px;
        padding: 10px;
        margin-top: 35px;
        margin-bottom: 45px;
        font-size: 1.5rem;
        font-weight:500;
    }

.confirmed hr {
    margin-bottom: 0px !important;
}

.confirmed .col-lg-10 {
    padding-bottom: 0px !important;
}

.confirmed .card {
    border: 1px solid rgba(0,0,0,.125);
}

/*.login-widget-ui .btn-magic {
    padding: 7px 9px !important;
    width: auto !important;
    margin-left: -10px;
}*/

.no-dom-cart {
    padding-top: 10.35% !important;
}

.red {
    background-color: #ff4157 !important;
    border-color: #ff4157 !important;
    color: #fff !important;
}

.removed-alert {
    background: rgba(255, 235, 59, 0.21176470588235294);
    width: 100%;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
}

@media screen and (min-width:1440px) and (max-width:1440px) {
    #OrderplacedSummary .static-holder .continue-btn {
        margin-left: 0px !important;
    }
}

.btn .loading-icon {
    font-size: 13px !important;
}

.login-widget-ui .btn-info {
    padding-top: 12px;
}

.p-filter {
    text-transform: capitalize;
    padding-left: 11px;
    margin: 20px 0px;
}

    .p-filter .main-attr {
        float: left;
        margin: 2px;
        min-width: 20%;
        line-height: 25px;
    }

    .p-filter .attr-value.active {
        border: 2px solid #ff4157;
        color: #ff4157;
    }

    .p-filter .attr-value {
        float: left;
        margin: 0px 3px;
        cursor: pointer;
        border: 2px solid #b1aeae;
        padding: 3px 10px;
        font-size: 14px;
        border-radius: 5px;
    }

.price-box #percentOff {
    color: #3ca617;
    padding-left: 15px;
    font-weight: 600;
}

._custom-text {
    text-align: center;
    font-size: 16px;
}

._rose {
    float: none !important;
    background-color: #ff4157 !important;
    border-color: #ff4157 !important;
    color: #fff !important;
    box-shadow: none;
    width: 125px;
    border-radius: 25px;
    margin-bottom: 80px;
}

.rev_slider .button_moema {
    background-color: #ff4157;
    border: 1px solid #ff4157;
    color: #fff;
}

._card {
    border: 1px solid #ccc;
    padding: 25px;
    margin-bottom: 15px;
}

    ._card img {
        margin: auto;
    }

    ._card h4 {
        padding: 25px;
    }

    ._card .button_moema {
        margin-bottom: 0px;
    }

    ._card:hover {
        box-shadow: 1px 1px 5px #00000029;
    }

._custom-form {
    border: 1px solid #ccc;
    box-shadow: none;
    max-width: 480px;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
    padding: 35px;
    text-align: center;
}

    ._custom-form h2 {
        text-align: center;
        font-size: 21px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    ._custom-form .btn {
        float: none !important;
        background-color: #ff4157 !important;
        border-color: #ff4157 !important;
        color: #fff !important;
        box-shadow: none;
        width: 100%;
        border-radius: 0px;
    }

        ._custom-form .btn:hover, ._rose:hover {
            -webkit-transition: background-color .1s .3s,color .1s .3s;
            -o-transition: background-color .1s .3s,color .1s .3s;
            -moz-transition: background-color .1s .3s,color .1s .3s;
            transition: background-color .1s .3s,color .1s .3s;
            color: #fff;
            background-color: #ff4157;
            -webkit-animation: anim-moema-1 .3s forwards;
            -moz-animation: anim-moema-1 .3s forwards;
            -o-animation: anim-moema-1 .3s forwards;
            animation: anim-moema-1 .3s forwards;
        }

    ._custom-form p {
        padding-bottom: 15px;
    }

    ._custom-form .form-control {
        margin-bottom: 20px;
    }

#best_sellers {
    padding-bottom: 30px;
}

.product-price .price {
    font-size: 13px;
    color: #da0e26;
}

.product-price .price-strike {
    font-size: 11px;
    color: #807373;
}

.product_detail .price-box {
    padding-bottom: 15px;
}

.related-boxes {
    padding-bottom: 30px;
}

.bread-crumbs ul {
    padding: 10px 0px;
}

.bread-crumbs li {
    display: inline-block;
}

.checkout form {
    padding: 30px;
    min-height: 205px;
    margin: auto;
    max-width: 450px;
    width: 100%;
    margin-top: 35px;
    border: 1px solid #ccc;
    margin-bottom: 35px;
}
.checkout .input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
}
    .checkout .input-group .input-group-addon {
        padding: .7rem .75rem;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;
        color: #55595c;
        text-align: center;
        background-color: #eceeef;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: .25rem;
        width: 1%;
        white-space: nowrap;
        vertical-align: middle;
        display: table-cell;
        font-weight: 400;
        font-size: 14px;
    }
.checkout form .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
}
.resend-otp {
    float: right;
    padding: 10px 0 0;
    font-size: 13px;
}
.resend-otp-success {
    font-size: 12px;
    color: green;
    margin-top: 12px;
    display: block;
}
.checkout form label {
    margin-bottom: 15px !important;
    font-size: 1.5rem;
    font-weight: 500 !important;
}

.checkout form .continue-btn {
    margin-right: 0;
    width: 100%;
    margin-top: 10px;
    background-color: #255fb4;
    border: 1px solid #255fb4;
    color: #fff;
}

        .checkout form .continue-btn:hover {
            -webkit-transition: background-color .1s .3s,color .1s .3s;
            -o-transition: background-color .1s .3s,color .1s .3s;
            -moz-transition: background-color .1s .3s,color .1s .3s;
            transition: background-color .1s .3s,color .1s .3s;
            color: #fff !important;
            background-color: #255fb4;
            -webkit-animation: anim-moema-1 .3s forwards;
            -moz-animation: anim-moema-1 .3s forwards;
            -o-animation: anim-moema-1 .3s forwards;
            animation: anim-moema-1 .3s forwards;
        }

.generate-invoice-btn {
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    background: #5cb85c;
    text-align: center;
    border-radius: 0px;
    position: absolute;
    right: 30px;
    margin-top: -8px;
}

    .generate-invoice-btn:hover, .generate-invoice-btn:focus {
        color: #fff;
        text-decoration: none;
        background: #48a548;
    }

.alert-msg {
    color: rgb(255, 255, 255);
    font-size: 12px;
    display: block;
    font-weight: 400;
    position: absolute;
    background: #333;
    padding: 5px;
    right: 30px;
    top: 46px;
}

    .alert-msg::before {
        content: "\f0d8";
        font-family: FontAwesome;
        margin-top: -17px;
        position: absolute;
        color: #393939;
        font-size: 17px;
        right: 6px;
    }

.generate-invoice-btn .fa {
    font-size: 10px;
    color: #fff;
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px 0px 0px 3px;
    vertical-align: initial;
}

.gal-album {
    border: 2px solid #cccccc7a;
    text-align: center;
    margin-bottom: 30px;
}

    .gal-album:hover {
        box-shadow: 0px 4px 6px #0000000d;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .gal-album .image-wrap {
        height: 250px;
        overflow: hidden;
    }

    .gal-album .g-title {
        border-top: 1px dashed #ccc;
        padding: 10px;
    }

.hs_pager .pager {
    float: right;
}

    .hs_pager .pager li a {
        padding: 6px 12px;
        border: 1px solid #ddd;
        border-radius: 0px;
        color: #333;
        margin-left: -5px;
    }

    .hs_pager .pager li.tg-active a {
        background: #ff4157;
        color: #fff;
        border: 1px solid #ff4157;
    }

.prtfl-glry {
    margin-bottom: 30px;
    height: 300px;
    overflow: hidden;
}

/*._wApp {
    margin-bottom: 0;
    box-shadow: none;
    position: fixed;
    right: 15px;
    bottom: 40px;
}*/

.home-blog-img {
    max-height: 372px;
    overflow: hidden;
    width: 100%;
    display: block;
    margin-left: -10px;
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) {
   
    /*cart*/
    header.default {
        height: 55px;
    }

    .cart .c-wrapper .items .input-group {
        width: 80% !important;
    }

    .static-holder form {
        width: 55%;
        float: right;
    }

    .cart strong {
        font-size: 13px;
    }

    #OrderplacedSummary .static-holder .continue-btn {
        margin-left: 0px !important;
    }

    #CartSubmit .btn_default {
        padding: 5px 30px 4px !important;
    }

    .prof-ico img {
        width: 36px;
    }

    .material-control-description {
        font-size: 10px !important;
        padding-top: 5px;
    }

    #navPanel {
        padding-top: 0px !important;
    }

    nav.navbar.bootsnav.no-full .navbar-collapse {
        padding-bottom: 20px;
    }
    /*cart*/
   
}
@media screen and (max-width:767px) {
    .modal-open .modal {
        z-index:1000002;
    }
  
    .modal-dialog {
        display: flex;
        align-items: center;
        min-height: calc(100% - 1rem);
        top:unset!important;
    }
    .for-mob-pop .modal-dialog {
        display: block!important;
    }
    .cartview {
        margin-top: 200px!important;
    }
        /*cart*/
        .crumbs {
        margin-top: 20px;
    }

    .cart .c-wrapper .items .input-group {
        width: 77% !important;
    }

    .cart .c-wrapper .static-holder .continue-btn {
        padding: 10px 17px !important;
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 15px;
        text-align: center;
        max-width: 100% !important;
    }

    .place-ordr-btn {
        width: 100%;
        margin: auto;
        margin-top: 15px;
    }

    .cart .c-wrapper .items {
        font-size: 13px;
    }

        .cart .c-wrapper .items .p-title {
            display: block;
            padding-top: 28px;
            font-weight: 600;

        }
        .cart .c-wrapper .items br{
            display:none;
        }
        .cart .c-wrapper .items .stock-info {
            display: block;
            padding: 5px 0;
        }
        .cart .c-wrapper .items .move, .cart .c-wrapper .items .remove {
            padding-right: 0px !important;
            float: right;
            color: red;
        }
    .c-spn-title {
        margin-top: 17px;
        font-weight: 600;
        font-size: 14px;
    }
    body.home.hijaaaab .cart_main .cart .c-wrapper .price-details {
        float: left;
        width: 100%;
    }

    body.home.hijaaaab .cart_main .cart .c-wrapper .price-details form {
        float: left;
        width: 100%;
    }

    body.home.hijaaaab .cart_main .cart .c-wrapper .price-details form input {
        width: 100% !important;
        float: left;
    }

    body.home.hijaaaab .cart_main .cart .c-wrapper .price-details form button.apply-coup-btn {
        float: left;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    body.home.hijaaaab .cart_main .placed .cart div#paymentSummary span.safe {
        width: 100%;
        float: left;
        padding-bottom: 15px;
    }

    body.home.hijaaaab .cart_main .d-address .cart div#paymentSummary span.safe {
        width: 100%;
        float: left;
        padding-bottom: 15px;
    }

    body.home.hijaaaab .cart_main .d-address .cart .payment-options span.buttons {
        float: left;
        width: 100%;
    }

    body.home.hijaaaab .cart_main .placed .cart .payment-options span.buttons {
        float: left;
        width: 100%;
    }

        body.home.hijaaaab .cart_main .placed .cart .payment-options span.buttons form button.btn.cod-btn {
            width: 115px !important;
            padding: 0;
            margin: 0;
        }

        body.home.hijaaaab .cart_main .placed .cart .payment-options span.buttons form {
            float: left;
            margin-right: 15px;
        }
    .safe {
        padding-top: 0px;
        float: left;
        width: 100%;
        padding: 10px 10px;
    }
    /*cart*/
}

@media only screen and (min-device-width :1280px) and (max-device-width :1280px) {
    .cart .c-wrapper .items .input-group {
        width: 74% !important;
    }

    .cart .c-wrapper .static-holder .continue-btn {
        margin-left: 0px !important;
        padding: 10px 15px;
        margin-right: 5px;
    }

    #OrderplacedSummary .static-holder .continue-btn {
        margin-left: -25px !important;
    }

    .ubislider-image-container.left {
        height: 370px !important;
    }

    #CartSubmit .btn_default {
        padding: 5px 30px 4px !important;
    }
}

@media only screen and (min-device-width :2560px) and (max-device-width :2560px) {
    .cart .c-wrapper .items .input-group {
        width: 33% !important;
    }

    .static-holder form {
        width: 60%;
        float: right;
    }

    #OrderplacedSummary .static-holder .continue-btn {
        margin-left: 240px !important;
    }
}
@media (min-width: 1200px) {
    .cart_main .container {
        width: 1366px;
    }
    .cart .c-wrapper .items input {
        max-width: 40px;
    }
}

.apply-coup-btn {
    font-size: 14px;
    background: #545454;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 4px 23px;
    border-radius: 0px;
}
.cart_main .form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1.5rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

@media (max-width:768px){
    body.home.hijaaaab .cart .checkout-address .address-box {
        width: 100%;
        margin: 0;
        border: none;
    }
    .cart .checkout-address .address-box .add-clr {
        padding: 3px;
    }
}

@media (max-width:480px){
    body.home.hijaaaab .white-wrapper {
        padding: 0px 0px !important;
    }
    body.home.hijaaaab .place-order-view .white-wrapper {
        padding: 15px 0 !important;
    }
}
#navPanel a.dropdown-toggle {
    color: #fff !important;
    font-size: 13px;
    cursor: pointer;
    vertical-align: unset !important;
    white-space: unset;
    display: inherit;
    overflow: unset;
    text-overflow: unset;
    line-height: inherit !important;
    font-weight: inherit;
    height: inherit;
    min-width: unset;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    max-width: 210px;
}
#navPanel .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}
#navPanel .mob-hide {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 140px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -5px;
    line-height: 18px;
}
/*#region override login widget css */

.login-widget-modal .login-widget-ui .right-wrap .ui-form .error-pass {
    padding-top: 10px !important;
    font-size: 10px !important;
}

.login-widget-modal .login-widget-ui .ui-form .resend-btn {
    width: 120px !important;
}
.login-widget-ui .input-group-addon {
    border-right: none !important;
    padding: .7rem .85rem !important;
    margin-bottom: 0;
    font-weight: 400;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
}
/*#endregion */
.no-item-found {
    text-align: center;
    padding: 80px 25px 100px;
}
    .no-item-found h5 {
        padding-top: 20px;
    }
    .no-item-found p {
        padding-bottom: 20px;
    }
    .no-item-found .black-btn {
        padding: 15px 20px;
    }

.black-btn {
    background: #545454;
    color: #fff;
    border-radius: 0;
    border-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a:hover{
    text-decoration:none;

}

.portfolio-search {
    width:100%;
}
.portfolio-search .search{
    display:inline-block;
}
@media only screen and (max-width:767px) {
    .portfolio-search .search {
        display: none;
    }
}

    footer .icon-text a, .bottom-section p a {
        color: #FFF;
        text-decoration: none;
    }

    .add-addrs {
        color: #333;
        text-decoration: none;
    }


    .checkout-address .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        color: black;
    }

._wApp {
    position: fixed;
    z-index: 10;
    left: 15px;
    bottom: 15px;
}
._wApp img{
    width:65px;
}

@media only screen and (max-width: 768px)
{
    ._wApp {
        left :2px;
        bottom: 0px !important;
    }
        ._wApp img {
        width: 60px !important;
    }
}
#navPanel a.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    background: transparent;
    height: auto;
    border-radius: unset;
}


#navPanel .dropdown-toggle::before {
    display:none;
}
@media only screen and (max-width: 768px) {
    .pswd-form-wrapper h1, .pswd-form-wrapper form {
        width: inherit !important;
    }
}
.login-widget-modal .modal-dialog {
    top:25%;
}
header .count-wrap {
    position: relative;
}
    header .count-wrap .count {
        position: absolute;
        top: -10px;
        right: -5px;
        background: #2f2f2f;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        color: #fff;
        font-size: 10px;
        text-align: center;
        line-height: 17px;
    }
.register-block .input-group #Password , .register-block .s-up-otp > .form-control {
    flex: auto !important;
}
header .btn-outline-success {
    align-items: center;
    justify-content: center;
    display: flex;
}
section.section-one.cartview {
    margin-top: 160px;
}
#navPanel img{
    width:20px;
}
.cartview p{
    font-size:1.5rem;
}
.bhoechie-tab-menu .user_name{
    font-size:1.5rem;
}
.chargeinfo .invoice-sub-total {
    float: right;
}
.chargeinfo .invoice-sub-total, .chargeinfo .invoice-total {
    font-size: 1.5rem;
}



.login-widget-modal .login-widget-ui {
    font-family: HelveticaNeue !important
}

.login-widget-modal .head-text {
    font-size: 1.5rem !important;
}
    .login-widget-modal .login-widget-ui .ui-left-text p {
    font-size: 1.5rem!important;
    font-family: HelveticaNeue!important
}
.login-widget-ui .newuser, .login-widget-modal .login-widget-ui .ui-form .resend-btn, .login-widget-modal .login-widget-ui .ui-form .sign-switch,
.login-widget-modal .login-widget-ui .ui-form .custom-control-wrap .custom-control-description,
.login-widget-modal .login-widget-ui .ui-form .terms,
.register-block .op label, .validation-summary-errors li, .login-widget-modal .login-widget-ui .ui-form .otp-var .otp-msg, .login-widget-ui .back-to-signin,
.ui-form #checkPhone, .ui-form #checkEmail {
    font-size: 1.2rem !important;
}
.login-widget-ui input, .request-quote-form label, .cart .c-wrapper .items .remark {
    font-size: 1.5rem;
    font-weight: 300;
}
.pswd-form-wrapper h1 {
    font-size: 1.5rem!important;
}
.btn{
    border-radius: 0;
}
.black-btn-smnt {
    font-size: 18px !important;
    margin-top: 20px;
    height: 50px;
    padding: 10px;
    border-radius: 0;
    font-weight: 500;
}
@media (width: 568px) and (height: 320px){
    .login-widget-modal {
        max-height: 100% !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 823px) and (orientation: landscape) {
    .login-widget-modal {
        top: 0px !important;
        overflow: scroll !important;
        z-index: 9999999999 !important;
        max-height: 100% !important;
    }

        .login-widget-modal .modal-dialog {
            top: 0% !important;
            min-height: auto !important;
        }
        .login-widget-modal .xs-on {
            display: block;
        }
        .login-widget-modal .xs-none {
            display: none;
        }
        .login-widget-modal .login-widget-ui .ui-left-text .fa {
            text-align: center !important;
            display: inline-block !important;
            color: #4caf50 !important;
            font-size: 41px !important;
            margin-bottom: 0px !important;
            float: left !important;
            margin-right: 10px !important;
            margin-top: -9px !important;
        }
}