.row.leaven-search-response {
    display: flex;
    flex-flow: wrap;
}
.leaven-search-response.row .row {
    width: 100%;
}
.leaven-search-response.leaven-filter-loader:before {
    content: "\f110";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 35%;
    left: 50%;
    font-size: 90px;
    color: #2e50bf;
    margin: -50px 0 0 -25px;
}
.theme-product-item .fusion-nav-next {
  left : auto !important;
}
.leaven-search-response.leaven-filter-loader {
    position: relative;
}
.leaven-search-response.leaven-filter-loader .theme-product-item {
    opacity: 0.4;
}
.leaven-search-response.leaven-filter-loader:before {
  animation: spin 2s linear infinite;
}
.leaven-search-response.row {
  margin-left: 0px;
  margin-right: 0px;
}
body .theme-custom-titlebar .all-business-slide ul li a.active-leaven-filter,
body .theme-custom-titlebar .all-categories-slide ul li a.active-leaven-filter,
body .theme-custom-titlebar .all-business-slide ul li a:hover {
    color: #34b8eb !important;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

form.add-product-form {
background:rgb(0 0 0 / 78%);
    padding: 30px 20px;
    border-radius: 10px;
    margin: 0 auto;
    width: 95%;
    position: relative;
}
form.add-product-form .form-group .form-control {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    margin: 0;
}
form.add-product-form .form-group label {
    margin: 20px 0 5px 0;
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
}
form.add-product-form button.btn.btn-default {
    background: #2e50bf;
    color: #ffffff;
    border: none;
    padding: 16px 45px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 0 0;
    border-radius: 4px;
    cursor: pointer;
}
form.add-product-form button.btn.btn-default:hover {
opacity: 0.9;
}
form.add-product-form h2.main-head {
    color: #ffffff;
    font-size: 30px !important;
    border-left: 5px solid #2e50bf;
    padding: 0 0 0 20px;
    margin: 15px 0;
}


form.add-product-form .form-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 75%);
    z-index: 10;
    border-radius: 10px;
}
form.add-product-form .form-loader i {
    position: absolute;
    top: 44%;
    left: 46%;
    transform: translate(-50%, -50%);
    color: #2e50bf;
    font-size: 100px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
 animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
form.add-product-form .form-group ul.uploaded-gllery {
    padding: 0;
    margin: 5px -5px 0 -5px;
    display: flex;
    list-style: none;
}
form.add-product-form .form-group ul.uploaded-gllery li {
    margin: 5px;
}
form.add-product-form .form-group ul.uploaded-gllery li img {
    border-radius: 4px;
}

form.add-product-form .form-group ul.uploaded-gllery li {
    max-width: calc(100% / 4);
}
form.add-product-form .form-group ul.uploaded-gllery {
    flex-flow: wrap;
}
form.add-product-form .form-group ul.uploaded-gllery li {
    position: relative;
}
form.add-product-form .form-group ul.uploaded-gllery li i {
    color: #FFFFFF;
    background: #F44336;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 6px;
    top: 5px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

form.add-product-form .product-ajax-response {
    background: #4CAF50;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    color: #020602;
    font-weight: 600;
    margin: 15px 0 0 0;
    font-size: 14px;
}

form.add-product-form .form-group ul.uploaded-gllery li {
    height: 115px;
}
form.add-product-form .form-group ul.uploaded-gllery li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* product details page  */
.theme-logo {
  text-align: center;
}
.theme-logo img {
  max-width: 100%;
}
.theme-category-items-container h3 {
    text-align: center;
    margin: 20px 0;
    font-weight: normal;
}
.theme-custom-titlebar {
  margin:20px 0;
    background: url(../images/title-bg.png);
}
.theme-custom-titlebar ul {
    padding: 35px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.theme-custom-titlebar ul li a {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}
.theme-product-item img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
.theme-product-item h2 small {
    display: block;
    margin: 10px 0 0 0;
    color: #ff1b1b;
    font-weight: 500;
}
.theme-product-item h2 {
    text-align: center;
    font-size: 22px;
    margin: 10px 0;
}
.theme-product-item h2 a {
    color: #000000;
    font-weight: bold;
}
.theme-product-item {
    display: block;
    margin: 15px 0;
}
.popular-categories-items {
    background: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 50px;
    margin-top: 50px;
}
.popular-categories-items .theme-product-item {
    background: #ffffff;
    padding: 0 0 15px 0;
    border-radius: 5px;
    overflow: hidden;
}
.popular-categories-items .theme-product-item h2 {
    font-size: 18px;
    margin: 20px 0 10px 0;
}
.subscribe-form-container {
    background: #f7efec;
    padding-top: 50px;
    padding-bottom: 50px;
}
.subscribe-form-container form input {
    width: 100%;
    border: none;
    padding: 17px 20px;
    line-height: normal;
    border-radius: 50px;
}
.subscribe-form-container form button {
    height: 55px;
    border: none;
    background: #ff7d1b;
    color: #ffffff;
    font-weight: bold;
    padding: 0 20px;
    width: 100%;
    border-radius: 50px;
}
.subscribe-form-container h3 {
    margin: 0 0 25px 0;
    font-size: 22px;
}
.small-img-frame {
  border-radius: 4px;
  overflow: hidden;
  margin: 15px 0 0 0;
}
.small-img-frame img {
  max-width: 100%;
  width: auto;
}
.single-page-wrapper ol.breadcrumb {
    background: none;
    padding: 0;
    margin: 30px 0 0 0;
    list-style: none;
display: flex;
flex-flow: wrap;
}
.single-page-wrapper ol.breadcrumb li {
    margin: 0 15px 0 0;
}
.single-page-wrapper h2 {
    font-size: 60px;
    margin: 20px 0;
    color: #000000;
}
.single-page-wrapper label {
    font-size: 14px;
}
.single-page-wrapper label i {
    color: #ff7d1b;
}
.single-page-wrapper h4 {
    margin: 15px 0;
    font-size: 20px;
}
.single-page-wrapper p {
    font-size: 14px;
}
.single-page-wrapper {
  padding-top: 50px;
}
.single-page-wrapper ol.breadcrumb li, .single-page-wrapper ol.breadcrumb li a {
    color: #313131;
    font-size: 12px;
}
.theme-widgets-area {
    padding-top: 50px;
    padding-bottom: 50px;
}
.theme-widgets-area h3 {
    font-weight: 700;
    color: #bc4b20;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 15px 0;
}
.theme-widgets-area h4 {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 1.2;
}
.theme-widgets-area ul {
    padding: 0 20px 0 0;
    margin: 0;
    list-style: none;
}
.theme-widgets-area ul li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
}
.theme-widgets-area ul li .product-img img {
    max-width: 100%;
}
.theme-widgets-area ul li .product-img {
    min-width: 100px;
    max-width: 100px;
}
.theme-widgets-area ul li h5 {
    font-size: 18px;
    font-weight: 400;
}
.theme-widgets-area ul li  label {
    font-size: 14px;
    color: #bc4b20;
}
.theme-widgets-area ul li h5 {
    margin: 0;
}
.theme-widgets-area ol {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
}
.theme-widgets-area ol li {
    margin: 0 20px 0 0;
}
.theme-widgets-area ol li a {
    color: #000000;
}
.theme-product-item.overlay-layout {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.theme-product-item.overlay-layout h2 {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 78%);
    padding: 20px;
    font-weight: 400;
    font-size: 20px;
}
.theme-product-item.overlay-layout h2 a {
    font-weight: inherit;
}
.theme-product-item.overlay-layout h2 small {
    font-size: 14px;
    margin: 3px 0 0 0;
    color: #565656;
}
@media all and (max-width:991px){
.subscribe-form-container form button {
  margin: 15px 0 0 0;
}
}
.visit-business{
      margin-bottom: 30px;
}
.visit-business h1 a {
  color: #EB3457;
}
.visit-business h1 a:hover {
  color: #B43D65;
}
@media all and (max-width:767px){
  .fusion-carousel .fusion-carousel-item{
    margin-left:0px !important;
    width: auto !important;
  }
  .theme-category-items-container h3 {
    font-size: 18px;
  }
  .theme-custom-titlebar ul li a {
    font-size: 14px;
}
}


/* Dashboard */
.dashboard-wrapper {
  display: flex;
  flex-flow: wrap;
}
.dashboard-wrapper .dashboard-header {
  width: 280px;
  border-top: 5px solid var(--PaletteOrange);
  min-height: 100vh;
  padding: 15px 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  position: relative;
}
.dashboard-wrapper .dashboard-section {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.dashboard-wrapper .dashboard-header .brand-logo {
    text-align: center;
    padding: 0 20px;
}
.dashboard-wrapper .dashboard-header .brand-logo img {
    max-width: 100%;
}
.dashboard-wrapper .dashboard-header ul {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
}
.dashboard-wrapper .dashboard-header ul li,.dashboard-wrapper .dashboard-header ul li a {
    display: block;
}
.dashboard-wrapper .dashboard-header ul li a {
    padding: 10px 25px;
    font-size: 14px;
    color: #5a5a5a;
    transition: all 0.3s ease 0s;
}
.dashboard-wrapper .dashboard-header ul li {
    border-bottom: 1px solid whitesmoke;
}
.dashboard-wrapper .dashboard-header ul li a i {
    color: var(--PaletteOrange);
    margin: 0 10px 0 0;
}
.dashboard-wrapper .dashboard-header ul li:hover a {
  background: var(--PaletteOrange);
  color: var(--PaletteWhite);
  text-decoration: none;
}
.dashboard-wrapper .dashboard-header ul li:hover a i {
  color: inherit;
}
.dashboard-wrapper .dashboard-section table.table {
    background: #ffffff;
    margin: 0;
}
.dashboard-wrapper .dashboard-section table.table thead {
    background: #2e50bf;
    color: #ffffff;
}
.dashboard-wrapper .dashboard-section table.table thead tr td {
    padding: 15px 25px;
    border-color: #f6f6f6;
    font-weight: bold;
    font-size: 16px;
}
.dashboard-wrapper .dashboard-section h1 {
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 15px 0;
}
.dashboard-wrapper .dashboard-section table.table .list-product-title {
    display: flex;
    align-items: center;
}
.dashboard-wrapper .dashboard-section table.table .list-product-title i {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 15px 0 0;
}
.dashboard-wrapper .dashboard-section table.table .list-product-title i img {
    width: 100%;
    height: 100%;
}
.dashboard-wrapper .dashboard-section table.table .list-product-title h3 {
    margin: 0;
    font-size: 14px;
    color: #e1a03d;
    line-height: normal;
}
.dashboard-wrapper .dashboard-section table.table .list-product-title h3 a {
    color: inherit;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td {
    font-size: 14px;
    vertical-align: middle;
}
.dashboard-wrapper .dashboard-section table.table thead tr td {
  vertical-align: middle;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td p.published {
    color: #50d055;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td p.published i {
    width: 20px;
    height: 20px;
    background: #50d055;
    color: #ffffff;
    border-radius: 100%;
    line-height: 20px;
    font-size: 9px;
    vertical-align: middle;
    margin: 0 3px 0 0;
}
.mobile-burger-menu {
  display: none;
}
.update-profile-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
}
.update-profile-box button.btn.btn-primary {
    background: #e1a03d;
    border-color: #e1a03d;
    font-weight: bold;
    padding: 13px 40px;
}
.update-profile-box .form-control {
    border-color: #efefef;
    padding: 11px 15px;
    font-size: 18px;
}
.profile-head-section .profile-content-box .btn {
    margin: 15px 0 0 0;
}
.profile-head-section {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding: 40px;
    margin: 15px -45px 40px -45px;
    background: rgb(245 245 245 / 25%);
}
.profile-head-section .profile-img-view {
    min-width: 150px;
    height: 150px;
    max-width: 150px;
    overflow: hidden;
    border-radius: 100%;
    background: #27303f;
    position: relative;
}
.profile-head-section .profile-img-view:before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 65px;
    pointer-events: none;
}
.profile-head-section .profile-img-view img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.profile-head-section .profile-content-box {
    padding: 0 35px;
}
.profile-head-section .btn {
    font-size: 12px;
}

.dashboard-wrapper .dashboard-section table.table tbody tr td .btn-group .dropdown-toggle:after {
    display: none;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td .btn-group .dropdown-toggle {
    background: #656565;
    border: none;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td .btn-group .dropdown-menu {
  right: 0;
  left: auto !important;
  background: #fbfbfb;
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td .btn-group .dropdown-menu a {
    font-size: 14px;
    padding: 10px 15px;
    border-bottom: 1px solid #f1f1f1;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td .btn-group .dropdown-menu a:last-child {
  border: none;
}
@media all and (max-width:1130px) {
.dashboard-wrapper .dashboard-header {
  width: 200px;
}
.dashboard-wrapper .dashboard-section {
    width: calc(100% - 200px);
    padding: 25px;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td p i {
  display: block;
  margin: 0 0 5px 0 !important;
}
}
@media all and (max-width:991px) {
.dashboard-wrapper .dashboard-header button.mobile-burger-menu {
    position: absolute;
    right: -35px;
    border: none;
    background: #e1a03d;
    color: #ffffff;
    width: 35px;
    height: 35px;
    top: 15px;
    outline: 0;
    cursor: pointer;
}
.dashboard-wrapper .dashboard-header {
    position: fixed;
    z-index: 100;
    background: #ffffff;
    left: -200px;
    top: 0;
    transition: all 0.3s ease 0s;
}
body.open-menu .dashboard-wrapper .dashboard-header {
  left: 0;
}
.mobile-burger-menu {
  display: block;
}
.dashboard-wrapper .dashboard-section {
    width: 100%;
    padding: 70px 20px 20px 20px;
}

}

@media all and (max-width:800px) {
.dashboard-wrapper .dashboard-section table.table thead {
  display: none;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td {
  display: block;
  margin: 0 0 -1px 0;
}
.dashboard-wrapper .dashboard-section table.table tbody tr {
    width: calc(100% / 2 - 20px);
    display: inline-block;
    margin: 10px;
    background: #ffffff;
}
.dashboard-wrapper .dashboard-section table.table {
  background: none;
  border: none;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td:before {
  content: attr(label-data);
      display: block;
      font-weight: bold;
      padding: 5px 10px;
      background: #FF7D1B;
      color: #ffffff;
      text-align: center;
      margin: 0 0 10px 0;
      border-radius: 3px;
}
}
@media all and (max-width:650px) {
  .dashboard-wrapper .dashboard-section table.table tbody tr {
      width: 100%;
      margin: 10px 0;
  }
  .profile-head-section .profile-img-view {
    min-width: 90px;
    height: 90px;
    max-width: 90px;
}
.profile-head-section .profile-img-view:before {
  font-size: 35px;
}
.profile-head-section .profile-content-box {
    padding-right: 0;
    padding-left: 15px;
}
.profile-head-section {
    padding: 25px;
}
.dashboard-wrapper .dashboard-section h1 {
  font-size: 22px;
}
}







.dashboard-wrapper .dashboard-section table.table tbody tr td .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.dashboard-wrapper .dashboard-section table.table tbody tr td .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.dashboard-wrapper .dashboard-section table.table tbody tr td .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td input:checked + .slider {
  background-color: #ef6904;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.dashboard-wrapper .dashboard-section table.table tbody tr td .slider.round {
  border-radius: 34px;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td .slider.round:before {
  border-radius: 50%;
}

main#main {
    position: initial !important;
}

.dashboard-wrapper .dashboard-section table.table tbody tr td ul.leaven-products-action {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td ul.leaven-products-action li a {
    margin: 0 5px;
    font-weight: bold;
    color: #8BC34A;
    cursor:pointer;
}
.dashboard-wrapper .dashboard-section table.table tbody tr td ul.leaven-products-action li .detele-leaven-product {
    color: #F44336;
}

div#deleteModal .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}
div#deleteModal .modal-dialog .modal-content {
    background: #252931;
    border: none;
}
div#deleteModal .modal-dialog .modal-content .modal-header {
    border: none;
    text-align: center;
    padding: 30px 0 0 0;
}
div#deleteModal .modal-dialog .modal-content .modal-header h4 {
    font-size: 40px;
    color: #2e50bf;
}
div#deleteModal .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 0;
}
div#deleteModal .modal-dialog .modal-content .modal-body p {
    margin: 0;
    color: #ffffff;
}
div#deleteModal .modal-dialog .modal-content .modal-footer {
    border: none;
    text-align: center;
    padding: 0 0 35px 0;
}
div#deleteModal .modal-dialog .modal-content .modal-footer button {
    padding: 10px 45px;
    margin: 0 3px;
    border: none;
    font-size: 18px;
    border-radius: 50px;
    background: #2f51c0;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    display: inline-flex;
    align-items: center;
}
div#deleteModal .modal-dialog .modal-content .modal-footer button.leaven-confirm-delete {
    background: #dc4848;
}
div#deleteModal .modal-dialog .modal-content .modal-header button.close {
    color: #dc4848;
    opacity: 1;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 35px;
    transition: all 0.3s ease 0s;
}
div#deleteModal .modal-dialog .modal-content .modal-footer button:hover,
div#deleteModal .modal-dialog .modal-content .modal-header button.close:hover {
  opacity:0.8;
}
body .modal-backdrop.in {
    opacity: .9;
}
div#deleteModal .modal-dialog .modal-content .modal-footer button .del-loader {
    font-size: 18px;
    margin: 0  0 0 10px;
}
div#deleteModal .modal-dialog .modal-content .modal-footer .del-response-msg {
    background: #4caf50;
    margin: 25px 0 -35px 0;
    padding: 9px 0;
    line-height: normal;
}
div#deleteModal .modal-dialog .modal-content .modal-footer .del-response-msg p {
    margin: 0;
}


.search-product-main form.search-product-form {
    background: #fbfbfb;
    border: 1px solid whitesmoke;
    margin: 0;
    padding: 25px;
    border-radius: 5px;
}
.search-product-main form.search-product-form h2 {
    margin: 0 0 15px 0 !important;
    font-size: 22px !important;
    border-left: 4px solid #2e50bf;
    padding: 5px 0 5px 20px;
}
.search-product-main form.search-product-form .form-group label {
    margin: 20px 0 5px 0;
    display: block;
}
.search-product-main form.search-product-form .form-group input, .search-product-main form.search-product-form .form-group select {
    width: 100%;
    padding: 15px;
    height: auto;
    border-color: #f1f1f1;
    font-size: 14px;
}
.search-product-main form.search-product-form button.btn {
    margin: 20px 0 0 0;
    background: #2e50bf;
    color: #ffffff;
    border: none;
    font-size: 20px;
    padding: 12px 40px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.search-product-main form.search-product-form button.btn:hover {
    background: #ff7d1b;
}


 .fusion-alert-content a:hover,.single-page-wrapper ol.breadcrumb li a:hover, .theme-product-item h2 a:hover, .dashboard-wrapper .dashboard-section table.table .list-product-title h3 a:hover{
  color: #2e50bf !important;
}

@media all and (min-width:801px) {
.search-product-form{
  padding-right: 0px !important;
  padding-left: 31px !important;
}
}

body form.add-product-form .form-group .form-control {
    color: #000000;
}
form.add-product-form .product-ajax-response .fusion-alert {
    border: none;
    padding: 0;
    text-align: left;
    margin: 0;
}
form.add-product-form .product-ajax-response .fusion-alert .fusion-alert-content-wrapper * {
    color: #ffffff;
    font-size: 14px;
    font-weight: n;
}
form.add-product-form .product-ajax-response .fusion-alert button.close {
    background: #ffffff;
    border-radius: 100%;
    margin: 2px 0 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
form.add-product-form button.btn.btn-default {
cursor:pointer;
}
form.add-product-form .product-ajax-response .fusion-alert .fusion-alert-content-wrapper {
    padding: 0 55px 0 30px;
}
form.add-product-form .product-ajax-response .fusion-alert .fusion-alert-content-wrapper span.alert-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
body form.add-product-form button.btn.btn-default {
    float: right;
    margin: 25px 0;
}
form.add-product-form .product-ajax-response {
    clear: both;

}
/* CSS */
.dashboard-wrapper section.dashboard-section .container {
    width: 100%;
}
.dashboard-wrapper section.dashboard-section .container .row {
    margin: 0;
}
.dashboard-wrapper section.dashboard-section .container a.fusion-button {
    min-width: auto;
}
main#main .container {
  width: 100%;
  max-width: 1240px !important;
  padding-left: 0;
  padding-right: 0;
}
body .theme-product-item img {
    width: 100%;
}
.theme-product-item h2 {
    margin: 15px 0 0 0 !important;
}
.theme-custom-titlebar ul li a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 0 0 25px;
}
body .theme-custom-titlebar {
  margin-bottom: 50px;
}
.theme-custom-titlebar ul li a:hover{
    color: #ca49ff;
}
.theme-custom-titlebar ul li a:before,
.theme-custom-titlebar ul li a:after {
    color: #34b8eb;
}
/* .archive main#main > .fusion-row {
    max-width: inherit;
} */
.archive main#main > .fusion-row .container {
    max-width: 1170px ;
}
.container.theme-category-items-container .search-product-main form.search-product-form.row {
    margin-bottom: 50px !important;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
    display: none;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    border: 1px solid #e0dede;
    margin: 0 25px;
    padding: 30px;
    border-radius: 3px;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews img {
    width: auto;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist {
    margin: 0;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist .comment_container {
    display: flex;
    align-items: flex-start;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2.woocommerce-Reviews-title {
    margin: 0 0 25px 0 !important;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist .comment_container .comment-text {
    border: 1px solid;
    padding: 20px;
    margin: 0 0 0 20px;
    border-radius: 3px;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist .comment_container .comment-text .star-rating {
    display: none;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form-rating p.stars.selected span {
    display: flex;
    margin: 0 -4px;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form-rating p.stars.selected span a {
    flex: 1;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: .5em .5em .5em .75em;
    background: rgba(0,0,0,.025);
    margin-right: 10px;
    border-radius: 4px;
    font-weight: 700;
    line-height: normal;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form-rating p.stars.selected span a:last-child {
    margin: 0;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form-rating p.stars.selected span a:after {
    font-family: icomoon;
    content: "\f005";
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: .5em;
    border-radius: 1em;
    color: #999;
    text-align: right;
    font-weight: 400;
    transform: translateY(-50%);
    letter-spacing: 3px;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form-rating p.stars.selected span a.star-2:after {
    content: "\f005\f005";
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form-rating p.stars.selected span a.star-3:after {
  content: "\f005\f005\f005";
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form-rating p.stars.selected span a.star-4:after {
    content: "\f005\f005\f005\f005";
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form-rating p.stars.selected span a.star-5:after {
    content: "\f005\f005\f005\f005\f005";
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .leaven-product-response .fusion-alert {
    margin: 20px 0 0 0;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form-rating p.stars.selected span a:hover {
    background: rgba(0,0,0,.075);
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form-rating p.stars.selected span a.active {
      background: rgba(0,0,0,.075);
}

.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p.form-submit .fusion-button {
    background: #2e50bf;
    color: #ffffff;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p.form-submit .fusion-button i {
  -webkit-animation: spin 2s linear infinite; /* Safari */
 animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media all and (max-width:1130px){
  .dashboard-wrapper section.dashboard-section {
      width: 100%;
  }
}
@media all and (max-width:991px){
  .dashboard-wrapper section.dashboard-section .container a.fusion-button {
      margin: 0 0 10px 0;
      float: left;
  }
}
@media all and (max-width:800px) {
  .fusion-recent-posts ul.slides li img, .fusion-recent-posts ul.slides li a {
      width: 100%;
  }
  article.post.fusion-column {
      padding: 30px;
  }
  .dashboard-wrapper section.dashboard-section .container {
    padding: 0;
}
.theme-custom-titlebar,
.popular-categories-items {
    width: 100%;
}
#wrapper main#main {
    padding: 0 20px;
}
}
@media all and (max-width:667px) {
  .fusion-title.fusion-sep-none .title-heading-left {
      text-align: center;
  }
  .dashboard-wrapper section.dashboard-section .container a.fusion-button {
    margin: 0 auto;
    float: none;
    width: 225px;
    display: block;
}
body .fusion-title.fusion-sep-none .title-heading-left {
    text-align: center !important;
}
body .theme-custom-titlebar {
    padding: 0;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form-rating p.stars.selected span a {
  color: transparent;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form-rating p.stars.selected span a {
    margin-right: 2px;
    border-radius: 3px;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form-rating p.stars.selected span a:after {
    letter-spacing: 1px;
    text-align: center;
    left: 0;
    right: 0;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist .comment_container .comment-text .description p,
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p.comment-notes {
    font-size: 12px;
}
.leaven-product-reviews .fusion-woo-tabs-tb .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    padding: 15px;
    margin: 0 5px;
}
}
body.single-leaven_product .fusion-carousel .fusion-carousel-nav .fusion-nav-next,
body.single-leaven_product .fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
	background-color: #2e50bf;
}
body.single-leaven_product .fusion-carousel .fusion-carousel-nav .fusion-nav-next:hover,
body.single-leaven_product .fusion-carousel .fusion-carousel-nav .fusion-nav-prev:hover {
	background-color: #ff7d1b;
}
body.single-leaven_product .fusion-carousel .fusion-carousel-nav .fusion-nav-next:before,
body.single-leaven_product .fusion-carousel .fusion-carousel-nav .fusion-nav-prev:before {
    line-height: 50px;
    font-size: 30px;
}
body.single-leaven_product .fusion-carousel .fusion-carousel-nav .fusion-nav-next,
body.single-leaven_product .fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
    width: 50px;
    height: 50px;
    margin-top: calc((100px)/ -2);
}
body.single-leaven_product .fusion-carousel .fusion-carousel-wrapper {
	padding-top: 0px;
}
span.leavel-gallery-info {
  font-size: 0.9em;
  color: #e1dcdc;
  font-style: italic;
}
h2.leaven-business-name {
  color: #2e50bf;
}
.all-categories-slide ul,
.all-business-slide ul {
  justify-content: space-evenly !important;
}
.search-product-form .fusion-search-field.search-field{
  display: flex !important;
}

.search-product-form .fa-search{
  color: #fff;
  padding-right: 10px;
   cursor: pointer;
   padding-top: 10px;
}
.remove-search-icon{
  cursor: pointer;
}
/* latest code */
body .theme-custom-titlebar {
    margin-bottom: 50px;
    margin-left: -100%;
    margin-right: -100%;
}
body .theme-custom-titlebar .container .search-product-main-sec {
    max-width: 350px;
    width: 100%;
    float: left;
    margin: 26px 0 0 0;
}
body .theme-custom-titlebar .container ul {
    width: calc(100% - 350px);
    margin: 0;
    justify-content: flex-end;
}
body .theme-custom-titlebar .container ul li a {
    font-size: 14px;

}
body .theme-custom-titlebar .container ul li {
    margin: 0 0 0 15px;
}
body .theme-custom-titlebar .container .search-product-main-sec form input, .search-product-main-sec form button {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 54%);
    border-radius: 0;
    padding: 0;
    color: #ffffff;
}
body .theme-custom-titlebar .container .all-categories-slide ul, body .theme-custom-titlebar .container .all-business-slide ul {
    width: 100%;
}

@media all and (max-width:1280px) {
body .theme-custom-titlebar {
    margin-left: 0;
    margin-right: 0;
}
}

@media all and (max-width:800px) {
body .theme-custom-titlebar .container .search-product-main-sec {
    max-width: 100%;
    margin: 10px 0 0 0;
}
body .theme-custom-titlebar .container ul {
    width: 100%;
    justify-content: space-between;
}
body .theme-custom-titlebar .container ul li {
    margin: 0;
}
.theme-custom-titlebar ul {
    padding: 20px 0 !important;
}
body .theme-custom-titlebar .container .search-product-main-sec form.search-product-form.row {
    margin: 0;
}
body .theme-custom-titlebar .container .all-categories-slide ul, body .theme-custom-titlebar .container .all-business-slide ul {
    width: 100%;
    justify-content: center;
}
}

@media all and (max-width:667px) {
.theme-custom-titlebar ul li a {
    font-size: 12px;
}
.theme-custom-titlebar ul {
    padding: 20px;
}
.row.leaven-search-response {
    padding: 0 20px;
}
.all-categories-slide ul,
.all-categories-slide ul, body .theme-custom-titlebar .all-business-slide ul {
    padding: 0 15px !important;
    padding-bottom:  10px !important;
}
.all-categories-slide ul li,
body .theme-custom-titlebar .all-business-slide ul li {
    margin-left: 15px !important;
    margin-top: 0 !important;
}
.all-categories-slide ul li a,
body .theme-custom-titlebar .all-business-slide ul li a {
    font-size: 14px !important;
}
}
body .theme-custom-titlebar .all-business-slide ul li a:after,
body .theme-custom-titlebar .all-categories-slide ul li a:after {
    display: none;
}
body .theme-custom-titlebar .all-business-slide ul li a,
body .theme-custom-titlebar .all-categories-slide ul li a {
    font-weight: normal;
    font-size: 16px;
}
body .theme-custom-titlebar .all-business-slide ul li,
body .theme-custom-titlebar .all-categories-slide ul li {
    margin: 5px 10px;
}
body .theme-custom-titlebar .all-business-slide ul,
body .theme-custom-titlebar .all-categories-slide ul {
    padding: 0 0 25px 0;
}
.theme-custom-titlebar ul li a:after,
.theme-custom-titlebar ul li a:after {
    transition: all 0.3s ease 0s;
        transform: rotate(0deg);
    display: inline-block;
}
.theme-custom-titlebar ul li a.all-business-down.business-arrow:after,
.theme-custom-titlebar ul li a.cat-slide-down.cat-arrow:after {
    transform: rotate(90deg);
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.container-fluid.theme-custom-titlebar{
   /* background: #2E50BF; */ */
  background-position: left top;
background-repeat: repeat;
background-color: rgb(13, 36, 76);
min-height: 0px;
background-image: url('data:image/webp;base64,UklGRk4AAABXRUJQVlA4TEIAAAAvOAAOEA8w//M//6MR8FAUSVJzZJ4IiDKQhQQKcxjL8R3Rf7EJQdk8Ao2qIQyTGwpqsrD9UFSTyChe1kTdZmH7mAA=');

}
.container-fluid.theme-custom-titlebar a{
  color: white;
}
.theme-custom-titlebar ul li a:after {
    top: 1px;
    position: relative;
}
@media all and (max-width:800px) {
body .theme-custom-titlebar {
    margin-left: -20px;
    margin-right: -20px;
    width: -webkit-fill-available;
        padding-left: 15px !important;
    padding-right: 15px !important;
}
body .search-product-main form.search-product-form button.btn {
    margin: 15px 0 0 0;
}
}
.buy-now-btn{
  background: #EB3457;
color: #ffffff;
padding: 10px 35px;
font-weight: bold;
display: inline-block;
text-decoration: none;
}
.buy-now-btn:hover{
  background: #B43D65;
  color: #ffffff !important;
}
body .search-product-main form.search-product-form button.btn {
    margin: 48px 0 0 0;
}
.search-product-main form.search-product-form button.btn{
  background: #ff7d1b !important;
}
body .search-product-main form.search-product-form button.btn:hover{
  opacity: 0.9 !important;
}
body.single #wrapper main#main div#content .container.related-listing-products .fusion-title {
    padding: 0 15px;
}

body.single #wrapper main#main div#content .container.related-listing-products .row {
    margin: 0 -25px;
}
body.single #wrapper main#main div#content .container.related-listing-products .fusion-title {
    padding: 0 15px;
}
.container-fluid.theme-custom-titlebar .cat-slide-down.cat-arrow,
.container-fluid.theme-custom-titlebar .all-business-down.business-arrow {
  color: #34b8eb;
}
@media (max-width: 667px) {
  body.single-leaven_product #wrapper main#main {
      padding: 0 15px;
  }
}
