@import url(../fonts/fonts.css);
.btn-blue {
    background: #2a4169;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.model-style.trash-confirm a {
    margin-bottom: 30px;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
    background: #1d2f4e;
    box-shadow: 0px 3px 0px #0a111d;
    transition: 0.3s;
}

.model-style.trash-confirm a:hover {
    background: #555;
    box-shadow: none;
    transform: translate(0px, 3px);
    transition: 0.3s;
}

.view-btn {
    color: #fff;
    font-family: 'Roboto-Bold';
    background: #2a4169;
    border-radius: 0;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 30px;
    letter-spacing: 1px;
    margin-top: 30px;
}

.view-btn:hover {
    color: #fff;
    background: #999;
}

.green-btn {
    color: #fff;
    background: #0061E0;
    font-size: 16px;
    font-family: 'Roboto-Bold';
    border-radius: 0;
    margin-top: 15px;
}

.purple-btn {
    background: #2a4169;
    border-radius: 0;
    color: #fff;
}

.bid-sec .btn {
    border-radius: 0;
    margin-top: 15px;
    margin-right: 8px;
}

.bid-sec .btn:hover {
    color: #fff;
    background: #999;
}

.green-btn:hover {
    color: #fff;
    background: #999;
}

.bid-sec .green-btn {
    padding: 8px 30px;
}

.cart-link {
    position: relative;
}

.cart-link i {
    font-size: 35px;
}

.cart-link a:hover {
    border-color: transparent !important;
}

.cart-link a.nav-link {
    padding: 0 5px !important;
}

.cart-link a span {
    background: #0061E0;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: -4px;
    right: -7px;
    border-radius: 50%;
    line-height: 5px;
}


/*
 * Row with equal height columns
 * --------------------------------------------------
 */

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/*
 * Styles copied from the Grid example to make grid rows & columns visible.
 */

.container {
    padding-right: 15px;
    padding-left: 15px;
}

h4 {
    margin-top: 25px;
}

.row .row {
    margin-top: 0px;
    margin-bottom: 0;
}


/*
 * Callout styles copied from Bootstrap's main docs.
 */


/* Common styles for all types */

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border-left: 3px solid #eee;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    background-color: #fff;
    border-radius: 3px;
}


/* Variations */

.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

h1,
h2,
h3,
h4 {
    font-family: 'Vista Slab OT';
}

body {
    padding: 0;
    font-family: 'Roboto-Regular';
}

header.Header {
    background: #fff;
    border-bottom: 3px solid #0061E0;
    padding: 10px 0;
}

.Header .navbar-nav li a {
    color: #808284;
    font-size: 16px;
    border-bottom: 2px solid;
    border-color: transparent;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-Md', Arial, sans-serif;
}

.Header .navbar-nav li a:hover {
    color: #0061E0;
    border-bottom: 2px solid #0061E0;
}

.Header-loginForm {
    text-align: right;
    float: right;
    margin: 5px 0 22px;
}

.navigation .navbar-nav {
    clear: both;
}

.Header-loginForm form input {
    border-radius: 0;
    height: 35px;
    margin-left: 5px;
    font-size: 14px;
    border: 1px solid #acacac;
}

.Header-loginForm form [type="submit"] {
    background: #0061E0;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
}

.Header-loginForm form [type="submit"]:hover {
    background: #888;
}

.nav-logo {
    float: left;
}

.ImageBanner {
    position: relative;
}

.ImageBanner:before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    background: -moz-linear-gradient(top, rgba(85, 85, 85, 0.35) 0%, rgba(85, 85, 85, 0.27) 22%, rgba(85, 85, 85, 0) 99%, rgba(85, 85, 85, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(85, 85, 85, 0.35) 0%, rgba(85, 85, 85, 0.27) 22%, rgba(85, 85, 85, 0) 99%, rgba(85, 85, 85, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(85, 85, 85, 0.35) 0%, rgba(85, 85, 85, 0.27) 22%, rgba(85, 85, 85, 0) 99%, rgba(85, 85, 85, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#59555555', endColorstr='#00555555', GradientType=0);
    /* IE6-9 */
    width: 100%;
    height: 15%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.banner-text h1 {
    margin-top: 70px;
    color: #666565;
    font-family: 'Optima-Bold';
    font-size: 43px;
}

.home-about-text {
    background: #548226;
    padding: 40px 0;
    text-align: center;
}

.home-about-text p {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-family: 'Roboto-Regular';
}

.vendor-section {
    padding: 55px 0;
    text-align: center;
}

.vendor-section h2 {
    font-size: 45px;
    color: #808284;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}

.vendor-section .home-links h3 {
    font-size: 23px;
    text-decoration: none;
    color: #333333;
    margin: 20px 0 0;
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
}

.vendor-section .home-links h4 {
    color: #212529;
    font-family: 'Roboto-Bold';
    margin: 15px 0 0;
    text-transform: capitalize;
    font-size: 20px;
}

.vendor-section .home-links a:hover {
    text-decoration: none;
}

.vendor-section .home-links:hover h3 {
    color: #808284;
}

.people-group img {
    width: 100%;
}

.ContactForm {
    background: #C84F09;
    padding: 50px 0;
}

.contact-head {
    text-align: center;
}

.contact-head h4 {
    color: #fff;
    font-size: 45px;
    font-family: 'Roboto-Medium';
}

.contact-head p {
    color: #fff;
    font-size: 18px;
}

.Footer-form label {
    margin: 20px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.Footer-form [type=submit] {
    background: #2a4169;
    border-radius: 0;
    color: #fff;
    padding: 9px 32px;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 25px;
}

.Footer-form [type=text] {
    height: 45px;
    border: 0;
}

.Footer-form [type=text]:focus {
    background: #d7d7d7;
    transition: all 0.5s;
}

footer.footer {
    background: #222;
    padding: 40px 0;
}

.footer-content p {
    color: #a3a3a3;
    font-size: 15px;
}

.FtImg {
    margin-bottom: 20px;
}

.footer-content h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
    font-family: 'Roboto-Medium';
}

.F-links ul {
    padding: 0;
}

.F-links ul li a {
    color: #969696;
    font-size: 16px;
}

.Fcopy-area p,
.Fcopy-area a {
    font-size: 14px;
    color: #b7b7b7;
}

.Fcopy-area {
    width: 100%;
    padding: 18px 0px 0;
    color: #fff;
    background: #111;
    float: left;
    margin-top: 35px;
}

.main-heading {
    background: #d10000;
    padding: 20px 0px;
}

.main-heading h1 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: 'Raleway Medium';
}

.registration-section {
    padding: 50px 0;
}

.form-style label {
    font-size: 15px;
    color: #545454;
    margin: 15px 0 2px;
    font-family: 'Vista Slab OT';
}

.form-style label span {
    color: #bb2810;
}

.form-style input,
.form-style select,
.form-style textarea {
    background: #f5f3f3;
    border: #bababa solid 1px;
    border-radius: 0;
    box-shadow: 0px 2px 20px #d4d1d1 inset;
}

.form-style [type="button"],
.form-style [type="submit"] {
    margin-top: 20px;
    background: #0061E0;
    color: #fff;
    border: 0;
    cursor: pointer;
    box-shadow: none;
}

.sub-heading {
    font-size: 34px;
    color: #1a3bab;
    margin: 30px 0 20px;
    font-family: 'Vista Slab OT';
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.select-style select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-bg.png) no-repeat right #f5f3f3;
    box-shadow: none;
}

.border-line {
    height: 1px;
    width: 100%;
    background: #666;
    margin: 30px 0 10px;
}

.signature-field [type="text"] {
    border: 0;
    background: none;
    border-bottom: #bababa solid 1px;
    border-radius: 0;
    box-shadow: none;
}

.Dashboard-sec {
    padding: 50px 0;
}

.dashboard-haeding {
    font-size: 40px;
    color: #808284;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 30px;
}

.ProSearchSec {
    margin-top: 20px;
}

.sub-btn {
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
}

.req-head {
    padding: 10px 0px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    text-transform: uppercase;
    background: #d10000;
    font-size: 35px;
}

.request-sec {
    margin-top: 0;
}

.Req-Box {
    border: 1px solid #0061E0;
    border-top: 0;
    padding: 0;
    margin-top: 40px;
    /* box-sizing: border-box; */
    border-right: 10px solid #fff;
}

.Req-Box:nth-child(even) {
    border-right: 1px solid #0061E0;
    border-left: 10px solid #fff;
}

.Req-Box>div {
    padding: 0 15px 15px;
}

.Request-sec .Req-Box:nth-child(odd):before,
.Request-sec .Req-Box:nth-child(even):before {
    content: "";
    border-left: 1px solid #0061E0;
    position: absolute;
    right: -10px;
    top: 1px;
    width: 10px;
    height: 100%;
    background: #fff;
}

.Request-sec .Req-Box:nth-child(even):before {
    border-left: 0;
    border-right: 1px solid #0061E0;
    left: -10px;
    right: auto;
}

.Req-Box h3 {
    color: #fff;
    margin: 0 -15px;
    font-size: 22px;
    background: #0061E0;
    text-align: center;
    padding: 15px 0px;
}

.Req-Box table {
    margin: 20px 0px 30px;
}

.Req-Box table tr td {
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid #a3a3a3;
}

.Req-Box table tr td span {
    color: #304b7a;
}

.bid-text p {
    margin: 0 0 5px;
    font-size: 18px;
    color: #222222;
}

.time {
    color: #2b50cd;
    font-size: 18px;
    font-family: 'Roboto-Bold';
}

.bid-price {
    color: #fff;
    padding: 2px 5px;
    background: #d10000;
}

.bid-field {
    margin-top: 10px;
}

.bid-field input {
    border-radius: 3px;
    border: 1px solid #a3a3a3;
    width: 120px;
    font-size: 15px;
    color: #444;
    padding-left: 7px;
    height: 35px;
}

.staus p {
    color: #fff;
    margin: 0;
}

.staus {
    padding: 5px 10px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    box-shadow: 2px 2px 1px #444;
}

.won-St {
    background: #9e0b0f;
}

.lost-St {
    background: #888;
}

.won-box {
    position: relative;
}

.won-box:after {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -19px;
    left: -15px;
    content: "";
    background: url(../images/won-sign.png) no-repeat;
    background-size: contain;
}

.login-info p {
    color: #2c4878;
    font-family: 'Roboto-Medium';
}

.login-links {
    float: left;
    margin-top: 50px;
}

.login-links a {
    font-size: 13px;
    color: #1a3bab;
    font-weight: bold;
    font-family: 'Raleway Medium';
    text-decoration: underline;
}

.login-links a:hover {
    color: #444;
}

.login-links p {
    line-height: 20px;
}

.btn:hover {
    color: #fff;
    background: #888;
}

.custom-pagination {
    margin-top: 50px;
}

.custom-pagination ul li {
    color: #444;
    font-weight: bold;
    border: 1px solid #a29d9d;
    border-left: 0;
    display: block;
}

.custom-pagination ul li:first-child {
    border-left: 1px solid #a29d9d;
}

.custom-pagination ul li a,
.custom-pagination ul li span {
    display: block;
    padding: 2px 10px;
    color: #444;
}

.custom-pagination ul li span:hover,
.custom-pagination ul li a:hover {
    background: #0061E0;
    color: #fff;
    text-decoration: none;
}

.custom-pagination ul li.active span {
    background: #0061E0;
    color: #fff;
}

.custom-pagination .pagination-sm .page-item:last-child .page-link {
    background: #0061E0;
    color: #fff;
    font-weight: normal;
    border-radius: 0;
    border-color: #a29d9d;
}

.custom-pagination .pagination-sm .page-item:first-child .page-link {
    border-radius: 0;
    border-color: #a29d9d;
    font-weight: normal;
}

.model-style {
    background: #ebebeb;
    border: 0;
}

.model-style .MD-icon:before {
    margin: 20px auto 0;
    content: "\f058";
    font-family: FontAwesome;
    z-index: 8888;
    color: #41ad49;
    font-size: 50px;
    background-size: contain;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
}

.model-style h3 {
    color: #41ad49;
    font-family: 'Roboto-Bold';
    font-size: 40px;
    margin-top: 70px;
}

.model-style p {
    color: #444;
    font-size: 18px;
}

.model-style a {
    margin-bottom: 30px;
    padding: 8px 40px;
    font-size: 23px;
    background: #41ad49;
}

.model-style.danger-popup .MD-icon:before {
    content: "\f057";
    color: #b92224;
}

.model-style.danger-popup h3 {
    color: #b92224;
}

.model-style.danger-popup a {
    background: #b92224;
}

.green-bg {
    background: #0061E0;
}

.ProThumb img {
    width: 100%;
    display: block;
}

.pro-name h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    color: #3d3d3d;
}

.pro-number p {
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
    color: #3d3d3d;
}

button.accordion {
    color: #0061E0;
    font-family: 'Vista Slab OT';
    background-color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    cursor: pointer;
    padding: 2px 0;
    width: 100%;
    position: relative;
    border: none;
    text-align: left;
    outline: none;
    font-size: 22px;
    transition: 0.4s;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}

.content-pro {
    padding: 0px 0;
}

.pro-field {
    padding-left: 10px;
}

.pro-field p {
    background: #f3f3f3;
    color: #635d5d;
    padding: 5px 10px;
    margin: 5px 0 10px;
    width: 100%;
    border-radius: 0px;
}

.pro-field p {
    /* margin:0; */
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.contact-info h3 {
    font-size: 30px;
    color: #545454;
}

.contact-info .pro-DT {
    padding: 7px 0px 6px 70px;
    background: #efefef;
    position: relative;
    margin-top: 5px;
}

.contact-info .pro-DT p {
    margin: 0;
    color: #635d5d;
    font-size: 16px;
}

.contact-info .pro-DT i {
    position: absolute;
    background: #0061E0;
    content: "";
    left: 0;
    top: 0;
    height: 37px;
    width: 50px;
}

.contact-info .pro-DT i.phone-icon {
    position: absolute;
    background: url(../images/email-icon.png) no-repeat center #0061E0;
}

.contact-info .pro-DT i.email-icon {
    position: absolute;
    background: url(../images/cell-icon.png) no-repeat center #0061E0;
}

.contact-info {
    margin-bottom: 15px;
    /* border-bottom: 1px solid #888; */
    padding-bottom: 0;
}

sub-menu {
    width: 100%;
    padding: 10px 0;
    background: #888;
}

.sub-menu ul li {
    display: inline-block;
}

.sub-menu ul li>a {
    font-size: 13px;
    color: #2c4878;
    text-transform: uppercase;
    padding: 0px 10px;
    border-right: 1px solid #fff;
    /*font-family: 'Vista Slab OT';*/
    font-family: 'HelveticaNeueLTStd-Md', Arial, sans-serif;
}

.sub-menu ul li a:hover {
    color: #444;
    text-decoration: none;
}

.sub-menu ul li a:last-child {
    border: 0;
}

.sub-menu ul li>a:after {
    display: none;
}

.pro-field strong {
    display: block;
    margin: 5px 0 -5px 0px;
    font-size: 15px;
    color: #444;
}

.content-pro .pro-title {
    font-size: 17px;
    color: #444;
}

.content-pro .pro-detail {
    font-size: 16px;
    color: #888;
}


/* Mzf Css start */

.btnDisabled {
    pointer-events: none !important;
}

.progress {
    margin: 1px 0 0 0;
}

.myprogress {
    width: 0;
}

.progress-msg {
    font-weight: bold;
    color: red;
}


/* Mzf Css end */


/* 404 page */

#fof {
    display: block;
    width: 100%;
    margin: 50px 0;
    line-height: 1.6em;
    text-align: center;
}

#fof .hgroup h1 {
    font-size: 90px;
}

#fof .hgroup h1 span {
    display: inline-block;
    margin-left: 5px;
    padding: 2px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
}

#fof .hgroup h1 span strong {
    display: inline-block;
    padding: 15px 20px 20px;
    line-height: normal;
    border: 1px solid #CCCCCC;
    font-weight: normal;
    color: #0061E0;
}

#fof .hgroup h2 {
    font-size: 60px;
    color: #0061E0;
}

#fof .hgroup {
    text-transform: uppercase;
}

#fof p {
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 16px;
    color: #888;
}

#fof .hgroup h2 span {
    display: block;
    font-size: 30px;
}

.dropdown-menu {
    margin: 0;
    border-radius: 0;
}

.dropdown-item:focus,
a.dropdown-item:hover {
    color: #fff !important;
    background-color: #0061E0;
}

.dropdown-menu .dropdown-item {
    font-size: 15px;
}

.cart-section {
    margin-top: 50px;
}

.cart-section .cart-table tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05);
}

.cart-table tr td,
.cart-table tr th {
    border: 0;
    text-align: center;
    max-width: 150px;
}

.border-top {
    border-top: 1px solid #ccc;
}

.cart-table tr th:last-child {
    min-width: 130px;
}

.cart-section .cart-table thead tr {
    background: #606c88;
    background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%);
    background: -webkit-linear-gradient(top, #606c88 0%, #3f4c6b 100%);
    background: linear-gradient(to bottom, #606c88 0%, #3f4c6b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b', GradientType=0);
}

.cart-section .cart-table thead tr th {
    color: #fff;
    font-family: 'Vista Slab OT';
    font-size: 16px;
    padding: 20px .75rem;
    vertical-align: middle;
    line-height: 17px;
}

.cart-section .Rq-table thead tr th {
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-size: 15px;
    padding: 20px .25rem;
}

.cart-section .Rq-table tbody tr td {
    font-size: 15px;
}

.Rq-table .qty-field {
    width: 60px;
}

.Rq-table .sub-btn {
    padding: 7px 7px;
    font-size: 14px;
    margin: 0;
    font-family: 'Roboto-Regular';
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.product-edit-btn {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.product-edit-btn li a {
    display: block;
    font-size: 18px;
    padding: 4px;
    color: #444;
    text-align: center;
    float: left;
    border-radius: 5px;
}

.product-edit-btn li+li a {
    margin-left: 8px;
}

.product-edit-btn li a:hover {
    text-decoration: none;
    color: #000;
}

.marginT-20 {
    margin-top: 20px;
}

.pro-image {
    border: 2px solid #ccc;
    padding: 10px;
    text-align: center;
}

.ProSale_Details h3 {
    font-size: 32px;
    color: #545454;
    margin-bottom: 0;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    display: inline-block;
}

.ProSale_Details ul {
    padding: 0;
    margin-top: 15px;
    list-style: none;
}

.ProSale_Details ul li strong {
    color: #333;
}

.ProSale_Details ul li {
    width: 46%;
    line-height: 32px;
    font-size: 17px;
    color: #555;
    display: inline-block;
}

.pro-price a.btn {
    font-size: 20px;
    font-family: 'Roboto-Medium';
    border-radius: 0;
    margin-bottom: 20px;
    margin-top: 5px;
    background: #2c4878;
    text-transform: uppercase;
}

.pro-price p strong {
    font-size: 17px;
    color: #333;
}

.pro-price p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 19px;
    color: #555;
}

.second-sec {
    border-top: 2px solid #ccc;
    padding-top: 15px;
}

.pro-price a.btn:hover {
    background: #888;
}

.fileWrapper {
    position: relative;
    overflow: hidden;
    padding: 0;
}

input[type=text].fileInputText {
    float: left;
    border: 1px solid #bababa;
    margin: 0;
    padding: 0 0px 0 110px;
    width: 100%;
}

input[type=button].fileInputButton {
    float: right;
    border: solid 1px #ccc;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
}

.product-card,
.product-card .card-img-top {
    border-radius: 0;
}

.product-card .card-title {
    margin-top: 0;
}

.product-card .card-title {
    background: #0061E0;
    display: block;
    padding: 10px 20px;
    color: #fff;
    margin: -20px;
    margin-bottom: 5px;
}

.product-card ul li {
    list-style: none;
    width: 50%;
    float: left;
    color: #555;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}

.product-card i {
    display: inline-block;
    margin-right: 5px;
}

.product-card:hover {
    border: 1px solid #0061E0;
}

.prodftrd_image img {
    max-height: 200px;
}

.remove-btn {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #1a3bab;
    cursor: pointer;
}

.remove-btn:hover {
    color: #444;
}

.cart-table.add-cart-tb tr td {
    max-width: inherit;
}

.cart-table.add-cart-tb tr th:last-child {
    min-width: auto;
}

.qty-field {
    width: 100px;
    padding-left: 5px;
    box-sizing: border-box;
    color: #666;
    font-size: 15px;
}

.cart-table tfoot tr td {
    border: 0;
    color: #444;
}

.cart-table tfoot tr td strong {
    border-bottom: 1px solid #666;
}

.table-bordered {
    border: 1px solid #ccc;
}

.order-cap p {
    margin: 8px 0 0 0;
    font-size: 18px;
    font-family: 'Roboto-Medium';
    color: #555;
}

.order-cap p span {
    color: #1a3bab;
}


/*RazaSyling*/

.form-control,
.form-select {
    border: 0;
    border-radius: 0;
}

.theme-blue-bg {
    background: #0061E0;
}

.theme-red-bg {
    background: #d10000;
}

.theme-blue-color {
    color: #0061E0;
}

.theme-red-color {
    color: #d10000;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
}

.nav-tabs._custom {
    border-color: #0061E0;
}

.nav-tabs._custom .nav-link {
    border-bottom-color: transparent;
}

.nav-tabs._custom .nav-link.active {
    color: #0061E0 !important;
    border-color: #0061E0;
    border-bottom-color: transparent;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.cursor-pointer {
    cursor: pointer;
}

.font-18 {
    font-size: 18px;
}

.genericResultsList.w-100>ul {
    width: 100%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus~.custom-file-control::before {
    border-color: #80bdff;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.form-style .custom-file-label {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 84px;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 2;
    color: #fff;
    content: "Browse";
    background-color: #8bca4b;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

.text-green {
    color: #8cc74e;
}

.bg-green {
    background: #0061E0;
}

.bg-green:hover,
.bg-green:focus {
    background: #888 !important;
}

.btn.thmSm {
    font-size: 11px !important;
    padding: 5px 7px !important;
}

.btn.thmGreen,
.btn.thmGray {
    background: #0061E0;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    padding: 5px 10px;
}

.btn.thmGray,
.btn.thmGreen:hover {
    background: #888;
}

.btn.thmGray:hover {
    background: #9a9898;
}

.dropdown._basic.hovering .dropdown-menu .btn:hover,
.dropdown._basic.hovering .dropdown-menu .btn:focus {
    background: #f3f3f3 !important;
    cursor: pointer;
    color: #000 !important;
    box-shadow: none;
}

.ProSearchSec.th2 {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 15px;
    border: dashed 1px #f2f2f2;
}

.ProSearchSec.th2 .form-control {
    border: dashed 1px #aaadaf;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 10px;
}

.ProSearchSec.th2 input.btn {
    margin: 0;
    font-size: 14px;
}

.SearchSelector {
    background: #fff;
    padding: 10px 10px 10px;
    margin-bottom: 20px;
}

.SearchSelector h4 {
    margin: 10px 0px 10px 0;
}

.SearchSelector .btn {
    position: relative;
    margin: 10px 20px 10px 0;
    border: dashed 1px #8cc94b;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    cursor: pointer;
    /*	min-width: 172px;*/
}

.SearchSelector .btn:last-child {
    margin-right: 0;
}

.SearchSelector .btn:hover {
    background: #fff;
    color: #000;
}

.SearchSelector .btn i.fa {
    font-size: 23px;
    position: absolute;
    right: -12px;
    line-height: 0.7;
    color: #8cc94b;
    background: #fff;
    border-radius: 4px;
}

.SearchSelector .btn.active i.fa {
    right: -14px;
}

.SearchSelector .btn.active input+i.fa:before {
    content: "\f046";
    color: #f46821;
}

.SearchSelector .btn.active {
    border: dashed 1px #f46821;
    background: #f3f3f3;
}

.SearchSelector .btn input {
    opacity: 0;
    margin: 0;
    cursor: pointer;
}

.form_error {
    color: red;
    font-size: 12px;
    padding: 5px 11px;
}

.form-group.styled {
    margin-bottom: 0px;
}

.form-group.styled label {
    font-size: 17px;
    color: #404040;
    font-family: HelveticaNeueLTStd-Md;
    font-weight: 500;
}

.form-group.styled .form-control-plaintext {
    color: #8e8e8e;
    font-size: 16px;
    font-family: 'HelveticaNeueLTStd-Lt';
}

#wholesaler-listing .fxd-one {
    min-width: 350px !important;
    width: 350px !important;
}

#wholesaler-listing .tableActionsList li+li:before {
    height: 12px;
    border-left: 1px solid #212529;
}

.space-dustbin._updated {}

.space-dustbin._updated .check-delete-action {
    background: #f2f2f2;
    padding: 3px 10px;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle;
}

.space-dustbin._updated .check-delete-action>* {
    display: inline-block;
    padding: 3px 1px;
    margin: 0;
    line-height: initial;
    vertical-align: middle;
    float: none;
}

.space-dustbin._updated .check-delete-action .form-check {
    top: 2px;
    margin-right: 3px;
    padding-right: 7px;
}

.space-dustbin._updated .check-delete-action .form-check:after {
    content: "";
    border-right: 1px solid #868989;
    height: 85%;
    position: absolute;
    top: 4%;
    right: 0;
}

.space-dustbin._updated .check-delete-action .dustbin-del {
    position: relative;
}

.products-count-badge {
    background: #f2f2f2;
    padding: 6px 15px 5px 12px;
    display: inline-block;
    border-radius: 2px;
    text-transform: capitalize;
    vertical-align: middle;
}

.products-count-badge span {
    border: 1px solid #d4d1d1;
    padding: 3px 10px;
    border-radius: 50%;
    margin-right: 3px;
    font-weight: bold;
    border-top: 0;
    border-bottom: 0;
}

.table tr td.quantityFormCell .fa {
    text-align: center;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    position: relative;
    top: -1px;
    height: 30px;
    padding: 0;
}

.table tr td.quantityFormCell .save-input-data {
    width: auto;
    background: #0061E0;
    color: #fff;
    border: 1px solid #0061E0;
    margin: 0 0px 0 1px;
    font-family: 'Roboto-Regular', arial;
    padding: 0 4px;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 11px;
}

.quantityFormCell .fa:before {
    line-height: 30px;
    vertical-align: middle;
}

.table tr td.quantityFormCell .save-input-data:before {
    display: none;
}

form.reportsInlineActionForm .thmGreen {
    font-size: 14px;
    height: 30px;
    border-radius: 0 3px 3px 0;
}

form.reportsInlineActionForm select.form-control {
    font-size: 14px;
    background: none;
    padding: 0 5px;
    height: 30px !important;
    border-radius: 4px 0px 0px 4px;
}

form.reportsInlineActionForm {
    background: #f5f5f5;
    display: inline-block;
    padding: 3px;
    border-radius: 4px;
    border: 1px solid #e6dfdf;
}

.inactive {
    opacity: 0.6;
    filter: gray;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

img.inactive {
    opacity: 0.6;
    filter: gray;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.IconInput {
    position: relative;
}

.IconInput .fa {
    position: absolute;
    right: 10px;
    top: 10px;
}

.IconInput .fa:after {
    content: "";
    left: -9px;
    top: 0;
    border-right: 1px solid #212529;
    height: 120%;
    width: 1px;
    position: absolute;
}

.modifyPharmacySubTbl tr th,
.modifyPharmacySubTbl tr td {
    min-width: 100px;
    padding: 5px;
}

.modifyPharmacySubTbl .tableTxtarea {
    width: 100%;
    resize: none;
    overflow: hidden;
}

._updated.datatablewidht_add .form-inline input,
._updated.datatablewidht_add .form-inline select {
    width: auto;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 400px;
    margin-bottom: 10px;
}

._updated.datatablewidht_add .form-inline select {
    min-width: 150px;
}

._updated.datatablewidht_add .form-inline .btn {
    margin-left: 10px;
}

.bannerModal {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
}

.bannerModal.show {
    display: -ms-flexbox !important;
    display: flex !important;
}

.bannerModal .modal-dialog {
    max-width: 690px;
}

.bannerModal .modal-content {
    border: 0;
}

.bannerModal .close {
    position: absolute;
    right: -15px;
    color: #fff;
    top: -15px;
    font-size: 30px;
    opacity: 0.7;
    background: #0061E0;
    height: 30px;
    width: 30px;
}

.bannerModal .close:hover {
    opacity: 1;
}

.bannerModal .modal-content img {
    width: 100%;
}


/*Banner Upload Form*/

.bannerForm input[type=checkbox] {
    height: 15px;
    width: 15px
}

.uploadedImage .inner {
    position: relative;
    display: inline-block;
}

.uploadedImage .img-thumbnail {
    max-width: 300px
}

.uploadedImage .delete-image {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    background-color: rgba(255, 0, 0, 0.5);
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.uploadedImage:hover .delete-image {
    background-color: rgba(255, 0, 0, 1);
}

.uploadedImage .delete-image i {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.new-carttable._lending {
    min-height: 500px;
}

.new-carttable._lending .dropdown-menu .table {
    width: auto;
    border: 0;
    min-width: 400px;
}

.new-carttable._lending .dropdown-menu {
    max-height: 300px;
    overflow: auto;
    border-radius: 6px;
}

.new-carttable._lending .dropdown-menu .table tr td,
.new-carttable._lending .dropdown-menu .table tr th {
    padding: 3px 10px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.new-carttable._lending .dropdown-menu .table tr th {
    max-width: 100px;
    background: #53607d;
}

.form-control.intable {
    padding: 3px 5px;
    font-size: 12px;
}

.form-control.intable:not(textarea) {
    height: 24px !important;
}

.pagination-style ul {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.wishListNotificationDashboard {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -moz-transform: translate3d(0, 15%, 0);
        -o-transform: translate3d(0, 15%, 0);
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0);
    }
    to {
        opacity: 1;
        -web-moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeInUp {
    from {
        opacity: 0;
        -moz-transform: translate3d(0, 15%, 0);
        -o-transform: translate3d(0, 15%, 0);
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0);
    }
    to {
        opacity: 1;
        -web-moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes fadeInUp {
    from {
        opacity: 0;
        -moz-transform: translate3d(0, 15%, 0);
        -o-transform: translate3d(0, 15%, 0);
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0);
    }
    to {
        opacity: 1;
        -web-moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -moz-transform: translate3d(0, 15%, 0);
        -o-transform: translate3d(0, 15%, 0);
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0);
    }
    to {
        opacity: 1;
        -web-moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.loginUserName {
    position: relative;
}

.loginUserName a {
    text-align: left;
    display: block;
    font-size: 12px;
    color: #0061E0;
    text-decoration: underline !important;
    margin: 0px 0 0 18px;
    bottom: -19px;
    position: absolute;
}

@media (max-width: 991px) {
    .SearchSelector,
    .SearchSelector .text-right {
        text-align: center !important;
    }
    .SearchSelector .btn,
    .SearchSelector .btn:last-child {
        margin: 5px 10px 5px 0;
    }
}

@media (min-width: 767px) {
    ._updated.datatablewidht_add .form-inline label {
        width: 15%;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    ._updated.datatablewidht_add .form-inline {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    ._updated.datatablewidht_add .form-inline input,
    ._updated.datatablewidht_add .form-inline select {
        width: 100%;
        margin-right: 0;
    }
    .loginUserName a {
        bottom: -13px;
    }
}

@media (max-width: 576px) {
    .SearchSelector h4 {
        font-size: 16px;
    }
    body .comp_searchForm {
        bottom: 5px;
    }
    body .comp_searchForm *,
    body .comp_searchForm input {
        font-size: 13px;
        max-height: 28px;
        margin-bottom: 5px;
    }
    .loginUserName {
        width: 99%;
    }
    .loginUserName a {
        position: relative;
        text-align: right;
        bottom: 7px;
    }
    a.forget-pws {
        line-height: 43px;
    }
}


/*RazaSyling*/

@media (min-width: 992px) {
    header.masthead>.overlay {
        padding: 10rem 0;
    }
}

@media (max-width: 992px) {
    .banner-text h1 {
        margin-top: 20px;
        font-size: 35px;
    }
    .vendor-section h2 {
        font-size: 35px;
    }
    .vendor-section .home-links h3 {
        font-size: 20px;
    }
    .main-heading {
        padding: 10px 0px;
    }
    .main-heading h1 {
        font-size: 35px;
    }
}

@media(min-width: 767px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        margin-top: 10px;
        border-radius: 0;
    }
    .Header .dropdown:hover .dropdown-menu {
        display: block;
    }
    /*.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}*/
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .login-info ul {
        padding: 0;
    }
    .modalMiddle {
        top: 50%;
        -webkit-transform: translateY(-50%) !important;
        -moz-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        -o-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }
}

@media(max-width: 767px) {
    .Request-sec .Req-Box:before {
        display: none;
    }
    .Req-Box,
    .Req-Box:nth-child(even) {
        border: 1px solid #0061E0;
    }
    .main-heading {
        padding: 10px 0;
    }
    .main-heading h1 {
        font-size: 28px;
    }
    .banner-text h1 {
        margin-top: 20px;
        font-size: 30px;
        text-align: center;
    }
    .nav-logo {
        width: 100%;
    }
    .Header .navbar-toggler {
        background: #fff;
        border-radius: 5px;
        color: #0061E0;
        float: right;
        font-size: 20px;
        margin: 35px 10px 0 0;
        border: 1px solid #0061E0;
    }
    header.Header {
        padding: 0;
    }
    .Header-loginForm form input {
        margin-bottom: 10px;
    }
    .navbar-brand img {
        width: 180px;
    }
    .vendor-section h2 {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .home-links {
        margin-top: 30px;
    }
    .vendor-section .home-links h3 {
        margin: 5px 0 0;
    }
    .ContactForm {
        padding: 0;
    }
    .contact-head h4 {
        font-size: 35px;
    }
    .contact-head p {
        font-size: 15px;
    }
    .Fcopy-area p {
        float: none !important;
        text-align: center;
        margin: 0;
    }
    .Fcopy-area {
        width: 100%;
        padding: 10px 0px;
    }
    .home-about-text p {
        font-size: 15px;
    }
    .vendor-section {
        padding: 30px 0;
    }
    .Header-loginForm {
        margin-bottom: 0;
        float: none;
    }
    .Header .navbar-nav li a {
        font-size: 17px;
        font-family: 'Roboto-Regular';
        padding: 4px 0 4px 10px;
        border-bottom: 1px solid #ccc;
    }
    .Header .navbar-nav li:last-child a {
        border: none;
    }
    .login-info {
        text-align: center !important;
    }
    .sub-menu ul {
        padding: 0;
    }
    .sub-menu ul li>a {
        font-size: 14px;
    }
    .Dashboard-sec {
        padding: 25px 0;
    }
    .dashboard-haeding {
        font-size: 30px;
        margin-bottom: 0;
    }
    .form-style input,
    .form-style select,
    .form-style textarea {
        margin-bottom: 10px;
    }
    .form-style [type="button"],
    .form-style [type="submit"] {
        margin-top: 10px;
    }
    .req-head {
        margin-top: 0;
    }
    .req-head {
        font-size: 25px;
    }
    .view-btn {
        font-size: 16px;
    }
    .ProThumb {
        width: 200px;
        margin: 0 auto;
    }
    .pro-image {
        width: 250px;
        margin: 0 auto 20px;
    }
    .ProSale_Details h3 {
        display: block;
        text-align: center;
    }
    .pro-price a {
        text-align: center;
    }
}

.modifiedTbl {}

.modifiedTbl.cart-section .Rq-table td,
.modifiedTbl.cart-section .Rq-table th {
    min-width: 86px;
    padding: 10px 5px 5px;
    font-size: 12px;
}

.modifiedTbl.cart-section .Rq-table thead tr th {
    padding: 10px 5px;
    text-transform: uppercase;
}

.modifiedTbl .cart-table {
    position: relative;
    border: 1px dashed #e6e5e5;
    overflow-x: auto;
    font-size: 18px;
    border-radius: 5px;
    padding-bottom: 10px;
}

.modifiedTbl table .btn {
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px 5px 2px;
    border-radius: 2px;
}

.modifiedTbl table {
    border: 0;
}

.modifiedTbl table thead {
    margin: 0 10px;
}

.modifiedTbl table thead {
    margin: 0 10px;
}

.modifiedTbl table thead th {
    padding: 10px 5px;
    text-transform: uppercase;
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
    background-color: #000!important;
    opacity: 1 !important;
}

.blocked-item {
    position: relative;
    display: block;
}

.blocked-item img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    opacity: 0.7;
}

.down-btn {
    float: right;
    margin-bottom: 20px;
}

.sub-heading-sec {
    background: #548226;
    /* background: linear-gradient(90deg, rgba(139, 202, 75, 1) 0%, rgba(0, 212, 255, 1) 100%); */
    padding: 30px 0;
}

.big-heading {
    text-align: center;
}

.big-heading h3 {
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 5px #555;
}

.mng-circle {
    margin: 0 !important;
    top: -10px !important;
    left: -5px !important;
}

#checkall {
    margin: 0 6px 0 22px;
}

.th-trash i {
    font-size: 20px !important;
}

.th-trash {
    min-width: 85px;
}

.th-trash .fa {
    font-size: 23px;
    color: white;
}

span.pos-dollor {
    position: relative;
    top: -32px;
    left: 10px;
    color: #4e5d79;
}

.ourinputdollor input {
    padding-left: 22px;
}

@media (max-width: 767px) {
    span.pos-dollor {
        top: -40px;
    }
}

@media (min-width: 1215px) {
    .datatablewidht_add .wishlist-input {
        width: auto;
    }
}


/*.modifiedTbl table tbody .fxd {
	display: none;
	}



.modifiedTbl .fixed-column {
	right: 0;
	top: 0px;
	background: #ffffff;
	position: absolute;
	display: inline-block;
	width: auto;
	border-right: 0;
	}*/