.disabled {
  cursor: no-drop !important;
}
.input-error{
  color:#ea5455;
  list-style-type: none;
  font-size: 0.875rem;
}
.bdr-sec {
  border: 0px;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  border-color: #7367f0;
}
#file-upload-form label{
 overflow:hidden !important;
}

.bdr-sec::after {
  content: "\F105";
  font-family: "FontAwesome";
  font-size: 1.1rem;
  display: block;
  position: absolute;
  right: 25px;
  width: 10px;
  height: 10px;
  top: 10px;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out;
}


.switcher {
  display: inline-block;
  height: 40px;
  margin-top: 3px;
  padding: 4px;
  background: #fff;
  border-radius: 2px;
  width: 200px;
  border-radius: 5px;
  border: solid 1px #ddd;
  position: relative;
}

.switcher__input {
  display: none;
}

.switcher__label {
  float: left;
  width: 50%;
  font-size: 12px;
  line-height: 30px;
  color: #000;
  text-align: center;
  cursor: pointer;
  position: inherit;
  z-index: 10;
  transition: color 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
  will-change: transform;
}

.switcher__toggle {
  position: absolute;
  float: left;
  height: 39px;
  width: 50%;
  font-size: 12px;
  line-height: 30px;
  cursor: pointer;
  background-color: #7367f0;
  border-radius: 5px;
  left: 0px;
  top: 0px;
  transition: left 0.25s cubic-bezier(0.4, 0.0, 0.2, 1);
  will-change: transform;
}

.switcher__input:checked+.switcher__label {
  color: #fff;
}

.switcher__input--yang:checked~.switcher__toggle {
  left: 100px;
}


.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  margin: 8px 0px;
}

.hr-sect::before,
.hr-sect::after {
  content: "";
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.35);
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 8px;
}

.timepicker-error {
  color: red;
  font-size: 10px;
}
.f-100{
  font-weight: 100;
}
.f-200{
  font-weight: 200;
}
.f-300{
  font-weight: 300;
}
.f-400{
  font-weight: 400;
}
.f-500{
  font-weight: 500;
}
.f-600{
  font-weight: 600;
}
.f-700{
  font-weight: 700;
}

/* loader */
.loading {
  top: 50%;
  left: 50%;
}
.loading-css{
  height: 65px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
}
.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  margin-right: 3px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}
.loader-overlay{
  position: absolute;
  background: rgba(0,0,0,0.7);
  top: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  z-index: 9999;
}
.loader-overlay-for-body{
  position: fixed;
  background: rgba(0,0,0,0.7);
  top: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  z-index: 9999;
}
.loading-bar:nth-child(1) {
  background-color: #3498db;
  animation-delay: 0s;
}

.loading-bar:nth-child(2) {
  background-color: #c0392b;
  animation-delay: 0.09s;
}

.loading-bar:nth-child(3) {
  background-color: #f1c40f;
  animation-delay: .18s;
}

.loading-bar:nth-child(4) {
  background-color: #27ae60;
  animation-delay: .27s;
}

@keyframes loading {
  0% {
      transform: scale(1);
  }
  20% {
      transform: scale(1, 2.2);
  }
  40% {
      transform: scale(1);
  }
}
/*Start Subscription Box*/
.subscription-box .plan-button {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  line-height: 30px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  background: #7c69a3;
  border-radius: 3px;
  background-image: linear-gradient(#2bc5da, #786aff);
  margin-top: 30px;
}

/*End Subscription Box*/

.main-menu .navbar-header
{
  height: auto;
}
.modern-nav-toggle .icon-disc
{
  color: #107faf !important;
}
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i
{
  color: #107faf;
}
.breadcrumb a
{
color: #ff591f;
}
.breadcrumb
{
  font-weight: 500;
  color: #31383a;
}
#main-menu-navigation .collapse-toggle-icon
{
  color: #ff591f;
}
body.vertical-layout.vertical-menu-modern .toggle-icon
{
  color: #ff591f !important;
}
.order-status-hold
{
  background-color: rgba(244,189,14,0.15) !important;
    color: #f4bd0e !important;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 500;
    font-family: macho, sans-serif;
}
.order-status-Delivered
{
  background-color: rgba(30,224,172,0.15) !important;
  color: #1ee0ac !important;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 500;
  font-family: macho, sans-serif;
}
.order-status-processing
{
  background-color: rgba(25,132,173,0.15) !important;
  color: #107faf !important;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 500;
  font-family: macho, sans-serif;
}
.order-status-Shipped
{
  background-color: rgba(49,56,58,0.15) !important;
  color: #31383a !important;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 500;
  font-family: macho, sans-serif;
}
.order-status-hold i
{
  margin-right: 5px;
}
.tables-customize thead th
{
  color: #31383a;
  font-size: 13px !important;
  font-family: macho, sans-serif;
}
.tables-customize tbody td
{
  color: #31383a;
  font-size: 14px !important;
  font-family: macho, sans-serif;
}

.tables-customize .order-id
{
  color: #ff591f;
  font-weight: 500;
}

.tables-customize .order-highlight{
    color: #fff;
    background-color: #ff591f;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px;
}


.tables-customize .item-purchased
{
  color: #ff591f;
  font-weight: 500;
}
.custom-dropdown-list button
{
  background: transparent !important;
  color: #31383a !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 2px !important;
}
.custom-dropdown-list .dropdown-toggle::after
{
  display: none;
}
.custom-dropdown-list .dropdown i
{
color: #31383a;
}
div.dataTables_wrapper div.dataTables_info
{
  font-family: macho, sans-serif;
}
.pagination
{
  font-family: macho, sans-serif;
}
.custom-dropdown-list i
{
  color: #31383a;
  color: #31383a;
  font-size: 16px;
}
.custom-dropdown-list .dropdown-menu .dropdown-item
{
  color: #31383a !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link
{
  background-color:#107faf !important;
}
.table-customized-topbar .dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select
{
  background-position: calc(100% - 2px) 5px, calc(100% - 20px) 13px, 100% 0 !important;
  padding: 0px 5px 5px 5px !important;
  height: auto !important;
  width: 50px !important;
  font-size: 14px;
}
.table-customized-topbar .dataTables_wrapper .dataTables_filter label, .dataTables_wrapper .dataTables_length label
{
  font-family: macho, sans-serif;
}
.footer a
{
color: #ff591f !important;
}
.pagination .page-item.active .page-link
{
  background-color: #31383a !important;
}
.customizer .customizer-toggle
{
  background: #107faf !important;
}
h1, h2, h3, h4, h5, h6, p, a
{
  font-family: macho, sans-serif;
}
.order-num
{
  font-size: 18px;
  font-weight: 600;
  color: #31383a;
}
.order-num span
{
  color: #ff591f;
}
.order-details h4
{
  color: #31383a;
  font-size: 15px;
  font-weight: 600;
}
.order-details p
{
  color: #31383a;
  font-size: 15px;
}
.Delivery-address h3
{
  font-size: 16px;
  font-weight: 600;
}
.Delivery-address p
{
  color: #31383a;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.5;
}
.Delivery-address
{
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 13px 15px;
}
.Delivery-address i
{
  color: #ff591f;
}
.headings
{
  font-size: 18px;
  font-weight: 600;
  color: #31383a;
}
.order-detail-product-img
{
  width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 6px;
    display: inline-block;
    background: #ebebeb;
    padding: 4px 4px;
    cursor: pointer;
}
.order-detail-product-img img
{
  width: 100%;
  height: 100%;
}
.order-total
{
  font-weight: 600;
}
.download-btn
{
  background-color: #107faf;
    color: #fff !important;
    font-family: macho, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    margin: auto;
    margin-top: 20px;
}
.row-set
{
  width: 100%;
  margin: auto;
}
.product-name-img h4
{
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
}
.instock
{
  background-color: rgba(30,224,172,0.15) !important;
  color: #1ee0ac !important;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  font-family: macho, sans-serif;
}

.outstock
{
  background-color: rgba(224,30,30,0.15) !important;
  color: #ff0000 !important;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 500;
  font-family: macho, sans-serif;
}
.catagory-detail
{
  background-color: rgb(73 72 72 / 15%) !important;
    color: #31383a !important;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    font-family: macho, sans-serif;
    width: 96px;
}

/*-------carousel-----*/
.outer { margin:0 auto; max-width:800px;}
#big .item { background: #e7e7e7; padding: 5px 5px; margin:2px; color: #FFF; border-radius: 5px; text-align: center; }
#thumbs .item { background: #C9C9C9; height:auto; line-height:70px; padding: 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer; }
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item { background:#FF5722; }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:#333; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }
/*------end carousel----*/
.product-detail-information h2
{
  font-size: 24px;
  font-weight: 600;
  color: #31383a;
}
.product-detail-information h4
{
  font-size: 22px;
  color: #107faf;
  font-weight: 600;
}
.product-detail-information span
{
  color: #9d9d9d;
  margin-left: 7px;
  text-decoration: line-through;
}
.product-detail-information .percent
{
  text-decoration: none;
  margin-left: 18px;
  color: #f00;
}
.product-detail-information h3
{
  font-size: 18px;
  font-weight: 500;
  color: #31383a;
  margin: 15px 0
}
.avail-sizes button
{
  border: 1px solid #ccc;
  padding: 0;
  width: 50px;
  height: 42px;
  margin-right: 5px;
  border-radius: 3px !important;
  font-family: macho, sans-serif;
  font-size: 13px;
}
.avail-sizes button:hover
{
  background-color:#ff591f;
  color:#fff;
}
.product-detail-information p
{
  color: #31383a;
  font-size: 15px;
}
.avial-colors button
{
  border:none !important;
  padding: 0;
  margin-right: 10px;
  border-radius: 3px !important;
  font-family: macho, sans-serif;
  font-size: 13px;
  padding: 0px;
}
.avial-colors .red
{
  background-color: red;
    width: 30px;
    height:30px;
    border-radius: 100%;
}
.avial-colors .green
{
  background-color: #137801;
    width: 30px;
    height:30px;
    border-radius: 100%;
}

.avial-colors .yellow
{
  background-color: #e1ef00;
    width: 30px;
    height:30px;
    border-radius: 100%;
}
.avial-colors .add-more
{
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #ccc !important;
}
.stock-qty
{
  background-color: #31383a!important;
    color: #fff !important;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    font-family: macho, sans-serif;
    width: 67px;
    font-family: 'feather';
}
.form-control:focus
{
  border-color: #107faf !important;
}
#addProduct label
{
color: #31383a !important;
}
.add-product-section label
{
  font-family: macho, sans-serif;
  color: #31383a !important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
input, select, textarea, button, label
{
  font-family: macho, sans-serif !important;
}
::placeholder
{
  color: #31383a !important;
  text-transform: capitalize !important;
}
.create-product-btn
{
  background-color: #107faf !important;
  color: #fff !important;
  border: 2px solid #107faf !important;
  height: 35px;
  padding: 8px 26px !important;
}
.cancel-del-btn
{
  border:2px solid #107faf;
  background-color: #fff;
  color: #107faf !important;
  height: 35px;
  padding: 8px 26px;
  margin-left: 15px;
}
.cancel-del-btn i
{
  margin-right: 5px;
}
.create-product-btn i
{
  margin-right: 5px;
}
.main-big-heading
{
  color: #31383a;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}
.selct-color-div
{
  border-radius: 4px;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}
.select2-container--classic.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single
{
  border-color: #107faf !important;
}
.add-color-btn
{
  background: #ff591f;
  color: #fff !important;
  width: 100%;
}
.table
{
  font-family: macho, sans-serif;
}
/*----collapse-----*/


#change-color .card {
  margin-bottom: 0px;
  border: 0;
  overflow: inherit;
}

#change-color .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#change-color .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #ff0000;
  color: #fff;
  padding: 12px;
  width: 100%;
  font-family: macho, sans-serif;
}
#change-color .card .card-header .btn-header-link i
{
  position: absolute;
  right: 6px;
}

#change-color .card .card-header .btn-header-link.collapsed {
  background: #ff0000;
  color: #fff;
}


#change-color .card .collapsing {
  background: rgb(255 0 0 / 3%);
  line-height: 30px;
}

#change-color .card .collapse {
  border: 0;
}

#change-color .card .collapse.show {
  background: rgb(255 0 0 / 3%);
  line-height: 30px;
  color: #222;
}
/*----end collapse---*/
.qty-add-box
{
  box-shadow: none !important;
  width: 100px;
  display: inline-block;
  height: 30px;
  text-align: center;
}

.toggle-switches .custom-control-input:checked ~ .custom-control-label::before
{
  border-color: #107faf !important;
  background-color: #107faf !important;
}
.dress-sizes-table th
{
color: #31383a;
width: 33.3%;
font-size:14px;
padding: 3px 10px;
border: 1px solid #Ccc;
border-bottom: 1px solid #Ccc;
background-color: #f1ebeb;
}
.dress-sizes-table td
{
color: #31383a;
font-size: 14px;
padding: 3px 10px;
border: 1px solid #Ccc;
}
.dress-sizes-table
{
  margin-bottom: 20px;
}
.action-edit .delete-row
{
  font-size: 19px;
  margin-right: 5px;
  cursor: pointer;
}
.action-edit .edit-row
{
  font-size: 19px;
  cursor: pointer;
}
.heading-mains
{
  font-size: 18px;
  font-weight: 500;
  color: #31383a;
}
.lables
{
  font-family: macho, sans-serif;
  color: #31383a !important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.cross-btn-header
{
  position: absolute;
  top: -8px;
  right: -5px;
  background: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
  box-shadow: 0px 0px 9px #ccc;
  color: red;
}
.add-business-page label
{
  font-family: macho, sans-serif;
  color: #31383a !important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.images-business-profile
{
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: inline-block;
  border-radius: 10px
}
.uploaded-images-business
{
  text-align: center;
}
.images-business-profile img
{
  width: 100%;
  height: 100%;
}
.view-business-information h3
{
  font-family: macho, sans-serif;
    font-size: 15px;
    font-weight: 400 !important;
    color: #31383a;
    margin-bottom: 0px;
}
.view-business-information label
{
  font-family: macho, sans-serif !important;
  font-size: 15px;
  font-weight: 600;
}
.add-more-product
{
  background: #ff591f;
    padding: 0;
    width: 35px;
    height: 35px;
    color: #fff !important;
}
.color-choose-business
{
  background-color: red;
    height: 15px;
    width: 15px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
}
.accepted
{
  color: red;
}
.rejected
{
  color: green;
}
.change-dis-type
{
  color: #fff;
  background: #31383a !important;
  padding: 10px;
  font-size: 12px;
}
.modal .modal-header .close span
{
  color: #ff591f !important;
}

.custom-control-input:checked ~ .custom-control-label::before
{
  border-color: #107faf !important;
  background-color: #107faf !important;
}
.pending
{
  color: #ff591f;
}
.completed
{
  color: #1ee0ac;
}
.canceled
{
  color: red;
}
.Refunded
{
  color: #107faf;
}
.date-select-start-to-end .form-group
{
  display: flex;
}
.date-select-start-to-end label
{
  margin-top: 6px;
  margin-right: 8px;
  margin-bottom: 0;
  font-weight: 600;
}
.dropdown-item.active, .dropdown-item:active
{
  background-color: #ff591f !important;
}
.change-status select
{
  padding: 5px 0px !important;
  width: 100px;
  border: none;
  box-shadow: none !important;
}
.change-status
{
  width: 100px;
  display: inline-block;
}
.change-status select option:checked {
  color: #ff9500;
}
.update-price-tier i
{
  cursor: pointer;
}
.action-edit i
{
  cursor: pointer; 
}
.select-status-transaction
{
  margin-bottom: 0;
  width: 180px;
  display: inline-block;
}
.modal-all-settings .modal-header
{
background-color: #107faf;
}
.modal-all-settings .modal-header h4
{
  color: #fff !important;
}
.modal-all-settings .updated-data
{
  background: #107faf;
  color: #fff;
  padding: 10px 16px;
  margin-top: 6px;
}
.modal-all-settings .add-more-fields
{
  background-color: #ff591f;
  color: #fff;
  padding: 10px 28px;
  margin-bottom: 5px;
}
.dropzone {
  background: white;
  border-radius: 5px;
  border: 2px dashed rgb(0, 135, 247);
  border-image: none;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}


input[type="file"] {
  display: none;
}

.dropdown-notification .dropdown-item.active, .dropdown-item:active
{
background: none !important;
}
.product-weight select
{
  border: 1px solid #d9d9d9;
  width: 58px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #5f5f5f;
  outline: none !important;
}
.notification-img
{
  border: 2px dotted #ccc;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.notification-img img
{
  /* width:100%; */
}
.setting-tabs .nav.nav-tabs .nav-item .nav-link.active
{
  background-color: #ff5a20 !important;
  color: #fff !important;
}
.setting-tabs .nav.nav-tabs .nav-item
{
  width: 16.3%;
    text-align: center;
    margin: 0 2px;
}
.setting-tabs .nav.nav-tabs .nav-item .nav-link.active:after
{
display: none;
}
.setting-tabs .nav.nav-tabs .nav-item .nav-link
{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.setting-tabs .nav.nav-tabs .nav-item .nav-link
{
  background-color: #e1e1e1;
  color: #000;
}
.tax-radio-btn .custom-control-label::before, .tax-radio-btn .custom-control-label::after
{
  top: 0.20rem;
}
.subscription-buy-now {
  background-color: #107faf;
  color: #fff;
  border: 0px solid;
  padding: 8px 40px;
  border-radius: 8px;
  min-width: 140px;
}
.active-btn {
  background-color: #0bc500;
  font-weight: 600;
}
.subscription-logo{
  width: 130px;
}
.subscription-amount{
    font-size: 42px;
    font-weight: 600;
}
.subscription-amount span{
  font-size: 16px;
  font-weight: 400;
}
.subscription-item-list{
  list-style: none;
}
.subscription-item-list li {
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px dashed #ffffff66;
}
.subscription-item {
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px #ff591f;
  background: #ff591f;
  color: white;
}
.subscribe-heading{
  font-weight: 600;
}
.form-control {
  padding: 0.1rem 0.7rem !important;
}
.subscription-heading {
  border: 1px dashed white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0px 0px 16px 0px #ffffffba;
}
.subscription-footer{
    background: white;
    border: 1px solid;
    margin-bottom: -1rem;
    border-radius: 0px 0px 8px 8px;
}
.fw-600{
  font-weight: 600;
}
.subscribtion-table td, .subscribtion-table th{
  padding: 14px 0px;
}
.subscribtion-table tr {
  border-bottom: 1px dashed #ececec;
}
.subscribtion-table tr:last-child {
  border-bottom: 0px dashed #ececec;
}
.subscribtion-table tr ul{
  list-style: none;
}
.subscribtion-table tr ul li{
  padding: 4px 0px;
}
.subscription-form .fa-edit{
    color: #ff591f;
    font-size: 24px;
}
@media only screen and (min-width: 1200px) 
{
 .header-navbar-shadow, .header-navbar
  {
    display: none !important;
  }
  .content-wrapper
  {
   margin-top: 0px !important;
  }
}
@media only screen and (max-width: 992px) 
{
  .logout-text
  {
    margin-top: 19px !important;
  }
}
