/* @media (min-width: 768px)
.d-md-block {
    display: none!important;
} */
.btn-style-orange {
    background: #eb4e0f;
    color: #ffffff;
}

.btn-style-red {
    background: #ff0000;
    color: #ffffff;
}

.btn-style-green {
    background: #00B5B8;
    color: #ffffff;
}
body{
    color: #404E67;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-group-item-action:hover, .list-group-item-action:focus{
    /*color:#fff;*/
}

.search {
    margin-bottom: 30px;
}

.search input[type="search"] {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
}

div#DataTables_Table_0_wrapper>.row:first-child {
    display: none;
}

form.dogovor-form p:before {
    content: "\2713 "!important;
    position: absolute;
    left: 22px;
    top: 3px;
    z-index: 20;
    color: #eb4e0f!important;
	font-weight: normal;
    font-size: 14px;
}

form.dogovor-form p:after {
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background: #e6dfdf;
    vertical-align: sub;
    padding-bottom: 3px;
    position: relative;
    margin-right: 10px;
    float: left;
	margin-top: 5px
}

form.dogovor-form input{
	display: none;
}
form.dogovor-form label{
	font-weight: bold;
    font-size: 15px;
	margin-bottom: 5px;
}

.choosen label {
    color: #08989a;

}

.search {
    margin-top: 10px;
}

.table-all{
	color: #eb4e0f;
    font-weight: bold;
	display: none;
}

.button-block {
    text-align: center;
    /* display: none; */
    justify-content: center;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: center;
    width: 100%;
    padding: 15px 0px;
    position: fixed;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 0px 15px 1px #ccc;
  flex-direction: column;
  display: none;
}



.button-block i {
    margin-right: 5px;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    display: none;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
    display: none;
}

img.no-image {
    width: 50px;
    height: auto;
}

td.with-img {
    text-align: center;
}

.minus label{
    color: crimson;
}

input[type="text"] {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
}

.filter.col-lg-4.col-sm-12 {
    padding: 0;
}

td.quantity {
    width: 10%;
}

.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}

.row.filterblock {
    margin: 0px 15px;
}

p.filter-row {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
}

button.btn.btn-style-orange.mr-1.edit.button-none{
    display: none;
}

button.btn.btn-style-orange.mr-1.cart-send.button-none{
    display: none;
}

.filter-button input{
	display: none;
}

.filter {
    position: relative;
}

/* .filter-button:before {
    content: "\2713 "!important;
    position: absolute;
    left: 7px;
    top: 3px;
    z-index: 20;
    color: #eb4e0f!important;
	font-weight: normal;
    font-size: 14px;
}

.filter-button:after {
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background: #e6dfdf;
    vertical-align: sub;
    padding-bottom: 3px;
    position: relative;
    margin-right: 10px;
    float: left;
	margin-top: 5px
} */

.filter-button {
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 15px;
}

.btn-style-white {
    background: transparent;
    padding: 5px 20px 5px 15px!important;
    color: #fff;
    border: 1px solid #fff!important;
}


input[type=checkbox], input[type=radio] {display: none;}

input[type=checkbox] + label:before {
 content: "\2713";
    color: transparent;
    display: inline-block;
    border: 1px solid #000;
    font-size: 15px;
    line-height: 13px;
    margin: 0px 5px 0 0;
    height: 15px;
    width: 15px;
    text-align: center;
    vertical-align: middle;
    transition: color ease .3s;
}

input[type=checkbox]:checked + label:before {
    color: #000;
}

input[type=radio] + label:before {
    content: "\2713";
    color: transparent;
    display: inline-block;
    border: 1px solid #000;
    font-size: 15px;
    line-height: 13px;
    margin: -3px 5px 0 0;
    height: 15px;
    width: 15px;
    text-align: center;
    vertical-align: middle;
    transition: color ease .3s;
}
input[type=radio]:checked + label:before {
    font-size: 15px;
color: #000;
}

.pl-no input[type=radio] + label:before {
    content: "\292B"!important;
	font-weight: bold;

}

#inputPrice{
	    max-width: 300px;
}


.filter-button label {
    display: inline-block;
    margin-bottom: 0!important;
}

div.dataTables_wrapper>.row:first-child {
      display: none;
}

.refresh-td {
    position: relative;
    width: 120px;
    height: auto;
	margin: 0 auto;
}

.refresh-td-с {
    position: relative;
    width: 140px;
    height: auto;
	margin: 0 auto;
}

input.refr {
    width: 70px;
    margin-right: 10px;
	text-align: center;

}

.refresh-td-с input.btn.btn-style-orange.reload-button {
   width: 32px;
   height: 32px;
   position: relative;
   bottom: 2px;

}

.refresh-td input.btn.btn-style-orange.reload-button {
   padding: 10px 15px 10px 35px!important;
}

.heading-elements {
    display: none;
}

i.fa.fa-refresh {
   position: absolute;
    color: #fff;
    top: 9px;
    display: block;
    left: 104px;
    z-index: 50;
}

i.fa.fa-trash {
    position: absolute;
    color: #fff;
    top: 13px;
    display: block;
    left: 20px;
}

table.dataTable {
    border-spacing: 0px;
    text-align: center;
}

.ats-switch span.switch-left {
    color: #fff;
    background: #eb4e0f!important;
}

table.dataTable.compact tbody td {
      vertical-align: middle;
}

p.cart-header {
    font-weight: 600;
    font-size: 17px;
    padding-left: 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

button.button-remove {
    background: transparent;
    border: none;
    color: #eb4e0f;
    font-size: 18px;
}

button.button-edit {
    background: transparent;
    border: none;
    color: #222;
    font-size: 18px;
}

button.button-done {
    background: transparent;
    border: none;
    color: green;
    font-size: 18px;
}

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

.cart-footer {
    text-align: right;
    width: 100%;
    font-size: 17px;
    padding-right: 15px;
    margin-top: 25px;
}

.cart-footer span{
	font-weight: 600;
}

.content-none{
	display: none;
}

html body .content-cart {
    padding: 0;
    position: relative;
    transition: 300ms ease all;
    backface-visibility: hidden;
    min-height: calc(100% - 155px)!important;
	overflow: hidden;
}

.content-none .cart-header {
    margin-top: 25px;
}


.table th, .table td {
    padding: 0.25rem 15px!important;
    vertical-align: middle!important;
}
#tableOrder td:nth-child(2), #tableOrder td:nth-child(4), #tableOrder td:nth-child(6), #tableOrder td:nth-child(7) {
    width: 1%;
}
#tableOrder td:nth-child(1) {
    width: 400px;
}

.choosen.pl-no label, .minus.pl-yes label  {
    color: #222;
}

p.pay-head {
    margin: 0;
    font-size: 16px;
}

.cart-order {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.cart-order.head.text-center {
    color: #eb4e0f;

}

.userinfo-form .item input, .userdelivery-form .item input  {
    border: none;
    padding: 1.25rem 1.25rem;
    width: 100%;
}
.userinfo-form .item, .userdelivery-form .item {
    display: flex;
    align-items: center;
    height: 57px;
    padding: 1.25rem 1.25rem;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding: 1.25rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #E4E7ED;
}

.card-body.editFormButton {
    display: none;
}

.error-hide{
    display: none;
    padding: 0px 3.5rem 10px;
}

.list-group.category li.active>a {
    z-index: 2;
    color: #fff;
    background-color: #00B5B8;
    border-color: #00B5B8;
}

.visible{
    display: table-row;
}

.hide{
    display:none;
}

.filter-block select {
    margin-top: 10px;
margin-right: 10px;
}
select {

    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    width: auto;
}

.auth.mb-4 {
  margin-bottom: 1.5rem!important;
}
.auth.mt-4, .auth.my-4 {
    margin-top: 1.5rem!important;
}
.auth.mb-2, .auth.my-2 {
    margin-bottom: .5rem!important;
}
h2.auth {
    font-size: 2rem;
}
.auth.lead {
    font-weight: 300;
}
.auth.pb-3, .auth.py-3 {
    padding-bottom: 1rem!important;
}
input.auth::-webkit-input-placeholder {
    color: #495057!important; 
}
input.auth[type="text"] {
    padding: 8px 0;
}
.auth.mr-2, .auth.mx-2 {
    margin-right: .5rem!important;
}
.auth.mt-2, .auth.my-2 {
    margin-top: .5rem!important;
}
.auth.btn-gray {
    padding: .375rem .75rem;
}
.dropdown-notification {
    opacity: 0;
}
.drop-ship {
    display: flex;
}
.drop-amount {
    margin-left: 0;
    padding-left: 0;
}
.drop-header {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}
.drop-payer label {
    margin-right: 25px;
}
.drop-return label {
    margin-right: 25px;
}
.drop-ship.hide {
    display: none;
}
.cart-count {
    position: absolute;
    top: -7px;
    display: block;
    left: 16px;
    color: red;
    font-weight: 700;
}
.nav-item i.ft-shopping-cart {
    position: relative;
    margin-right: 10px;
}
.text-information {
    padding: 0 40px;
}
#information-page .card {
    padding-bottom: 40px;
}