/* Font-start */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Font-end */

/*snackbar*/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}


 .dataTables_scrollBody thead tr[role="row"]{
     visibility: collapse !important;
 }


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.owl-carousel .owl-prev::before {
    content: '\f060' !important;
}
.owl-carousel .owl-prev::before {
    content: '\f061' !important;
}



/* 220519 start */
.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    color: #000 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: #000 !important;
}
.btngap a{
    margin-right: 20px;
}
/* 220519 end */

/* 060619-start */
.status-but{
    display: block;
    margin: 5px auto;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}
.status-but.New{
    background-color:#F38514;
}
.status-but.Processing{
    background-color:#347AB7;
}
.status-but.Dispatched{
    background-color:#f2c215;
}
.status-but.Delivered{
    background-color:#008d4c;
}
.status-but.Not{
    background-color:#000;
}
.status-but.Cancelled{
    background-color:#D73925;
}
table.table>tbody>tr>td{
    padding:2px 5px;
    /*font-size: 12px;*/
}
table.table>thead>tr>th {
    padding:2px 5px;
    font-size:12px;
    color:#337ab7;
    font-weight:600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sp-table-parent{
    height: 750px;
    overflow-y: auto;
}
.sp-table tbody td:last-child, .sp-table-one tbody td:nth-child(3){
    white-space: normal;
}
/* 060619-end */

/* 110719-start */
.modal#viewModal .modal-body{
    height:480px;
}
.modal#viewModal .modal-body .box-body{
    padding: 0;
}
.modal#viewModal .modal-body .box-body #modal_data .table-responsive table#page_table.table{
    margin: 0 auto;
}
.modal#viewModal .modal-body .box-body #modal_data .table-responsive table#page_table.table>tbody>tr>td:last-child{
    white-space: normal;
}
.modal#viewModal .modal-body .box-body #modal_data .table-responsive table#page_table.table>tbody>tr>th{
    width:15% !important;
}
.modal#viewModal .modal-body .box-body #modal_data .table-responsive table#page_table.table>tbody>tr>td{
    width: auto !important;
    white-space: normal !important;
}
#product_table_wrapper .dataTables_scrollHeadInner, #product_table_wrapper table#product_table.product_table-new-css{
    width: 100% !important;
    white-space: normal !important;
}
table.product_table-new-css.table>thead>tr>th, table.product_table-new-css.table>tbody>tr>td{
    width: 110px !important;
    max-width:110px !important;
    white-space: normal !important;
}
table.product_table-new-css.table>thead>tr>th .form-control, table.product_table-new-css.table>tbody>tr>td .form-control{
    width:100% !important;
    max-width:100% !important;
    padding: 2px 0;
    font-size: 12px;
}
table.product_table-new-css.table>thead>tr>th:nth-child(6), table.product_table-new-css.table>tbody>tr>td:nth-child(6){
    width:230px !important;
    max-width:230px !important;
}
table.product_table-new-css.table>thead>tr>th:last-child, table.product_table-new-css.table>tbody>tr>td:last-child{
    width:75px !important;
    max-width:75px !important;
}
#viewModal.modal.viewModal-new-css .modal-dialog{
    width:80%;
}
#viewModal.modal.viewModal-new-css .modal-dialog .modal-content.modal-lg{
    width:100%;
}
/* 110719-end */

/* 160719-start */
.heading-modal-160719{
    margin: 0 0 10px !important;
}
.label-row-css .form-control.select2-hidden-accessible{
    position: relative;
    width: 100%;
}
.label-row-css .select2.select2-container{
    width: 100% !important;
}
.label-row-css .select2.select2-container .select2-selection__rendered{
    height:50px;
    overflow-y: auto;
}
/* 160719-end */

/* 250719-start */
.upload-radio-list{
    width: 100%;
    overflow: hidden;
}
.upload-radio-list input[type="radio"], .upload-radio-list label{
    display: block;
    max-width:unset;
    width: auto;
    float: left;
    margin: 0 15px 10px 0;
}
.upload-radio-list input[type="radio"]{
    margin: 5px 5px 10px 0;
}
/* 250719-end */

/* 111220-start */
.acco-theme .card-header .mb-0{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ff2d38;
    padding: 5px 10px;
    margin: 0;
    border-radius: 5px 5px 0 0;
}
/*.sub-heading, */.acco-theme .card-header .mb-0 button{
    font: 700 17px/1.1 'Montserrat', sans-serif;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
}
.checkout-cart-sec .sub-heading, .order-summary-table .sub-heading, .pro-info .sub-heading{
    color:#282828;
}
.acco-theme .card-header .mb-0 button{
    width: 100%;
    display: block;
    text-decoration: none !important;
}
.acco-theme .card-header .mb-0 button:focus{
    outline: none;
    border:none;
    box-shadow: none;
    -webkit-appearance: none;
}
.acco-theme .card-body{
    width: 100%;
    display: block;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin: 0;
}
.acco-theme .card{
    margin: 0 auto 30px;
}



.searchResults, .searchResults-top {
    position: absolute;
    top: 90%;
    left: 5px;
    right: 5px;
    z-index: 99999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.searchResults.show, .searchResults-top.show {
    background-color: #C2C2BF;
}
.searchResults.show:before, .searchResults-top.show:before {
    bottom: 100%;
    left: 35px;
    border: solid transparent;
    content: "";
    z-index: 1;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #C2C2BF;
    border-width: 15px;
    margin-left: -15px;
}
.searchResults ul, .searchResults-top ul {
    margin: 2px 0px 0px;
    color: #32373c;
    font-size: 11pt;
    max-height: 60vh;
    overflow-y: auto;
    list-style: none;
    padding: 0;
}
.searchResults ul li.result, .searchResults-top ul li.result {
    border-bottom: 1px solid #32373c;
    padding: 15px;
    margin: 0px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: list-item;
    text-align: -webkit-match-parent;
}
.searchResults ul li.result p, .searchResults-top ul li.result p {
    margin: 0px 0px 5px;
    font-size: 11pt;
    color: #32373c;
    position: relative;
}

.searchResults ul li.result .info, .searchResults-top ul li.result info {
    display: webkit-flex;
    display: flex;
    flex-wrap: wrap;
    font-size: 9pt;
    margin: 0px;
}

.searchResults ul li.result:hover, .searchResults-top ul li.result:hover {
    background-color: #e1e1e1;
}

.searchResults ul li.result li, .searchResults-top ul li.result li {
    width: 49%;
    justify-content: space-between;
}
/* 111220-end */

/* 240221-start */
.btn-big-3{
    display: flex;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    color: #fff !important;
    cursor: pointer !important;
    align-items: center;
    justify-items: center;
    justify-content: center;
    line-height: 1.1;
    font-size: 18px;
}
.btn-big-3.btn-warning {
    background-color: #f9b70d;
    border-color: #f9b70d;
}
.btn-big-3.btn-warning:hover{
    background-color: #e4a70a;
    border-color: #e4a70a;
}
.btn-big-3.btn-theme:hover{
    background-color: #dc121c;
}
/* 240221-end */

/* 260221-end */
.searchResults.show, .searchResults-top.show{
    background-color: #fff;
    border: 1px solid #ddd;
}
.searchResults.show:before, .searchResults-top.show:before {
    border-bottom-color: #ddd;
}
.searchResults .resultsList .info, .searchResults-top .resultsList-top .info{
    display:flex;
    padding: 5px;
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-align: left;
}
/*.searchResults:hover, .resultsList:hover, .resultsList .info:hover{*/
    /*background-color: #fbfbfb !important;*/
/*}*/
.searchResults #resultsList .info li, .searchResults-top #resultsList .info li{
    display: block;
    width: auto;
    min-width:200px;;
    padding:5px 25px 5px 0;
}
.searchResults #resultsList p, .searchResults-top #resultsList p{
    text-align: left;
    color: #ff2d38;
    font-weight: 600;
}
.searchResults #resultsList .info.info-heading, .searchResults-top #resultsList .info.info-heading{
    color: #ff2d38;
}
/* 260221-end */


/* 100521-start */
.disable{
    pointer-events: none;
    color: #ccc !important;
}
/* 100521-end */


/* 200721-start */
/*.searchResults-top {*/
     /*left: -15%;*/
 /*}*/
/*.searchResults-top.show:before{*/
    /*left:15%;*/
/*}*/







.searchResults-top.show{
    width: 90vw;
    max-width: 900px;
    padding: 0;
    margin: 0;
}
.searchResults-top ul li.result{
    padding: 5px 0;
}
.searchResults-top .resultsList-top ul.info{
    display: block;
    max-width:100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.searchResults-top .resultsList-top ul.info > li{
    float: left;
    width:12%;
    padding: 0 5px;
    margin: 0 auto;
    text-align: left;
    border-right: 1px solid #ccc;
}
.searchResults-top .resultsList-top ul.info > li > p{
    padding-top: 8px;
}
.searchResults-top .resultsList-top ul.info > li:first-child{
    width:22%;
}
.searchResults-top .resultsList-top ul.info > li:nth-child(3){
    width:30%;
}
.searchResults-top .resultsList-top ul.info > li:last-child{
    border-right:none;
}
.searchResults-top .resultsList-top ul.info > li > .btn{
    margin: 0 auto;
    display: block;
}
/* 200721-end */

/* 210721-start */
#top-search-modal .modal-lg{
    width: 93vw;
    max-width: 915px;
}
/* 210721-end */
/* 060921-start */
#checkout-page .searchResults #resultsList .info li, #checkout-page .searchResults-top #resultsList .info li{
    width: 25%;
}
/* 060921-end */





























