/* HEADER NAV TWEAKS */
header.app-header a.href-disabled {
	cursor: default !important;
}
header.app-header a.href-disabled:hover {
	background: #fff !important;
}
header.app-header a.href-disabled.separator {
	padding-left: 3px !important;
	padding-right: 3px !important;
}
@media(max-width: 1023px) {

	header.app-header li.separator-item {
		display: none;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	
	header.app-header li.separator-item {
		display: none;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {

  	header.app-header li.separator-item {
		display: none;
	}
}

/* HEADER LOGO */
.app-header-fixed a.navbar-brand > img {
	max-height: 50px !important;
	max-width: 100% !important;
	width: auto !important;
}

/* FOLDED HEADER LOGO */
.app-header-fixed.app-aside-folded a.navbar-brand > img {
	max-width: 58% !important;
	width: auto !important;
    margin-left: -4px;
}

/* LOGIN LOGO */
.logo-center {
	text-align: center;
}
.logo-login-custom {
	margin-left: -15px;
}

/* FORM TWEAKS */
form.form-inline .full-width-textarea {
	display: block; 
	margin: 10px 0px;
}
form.form-inline .full-width-textarea > textarea {
	width: 100%;
	min-height: 80px;
}
form .full-width-textarea.settings-textarea > textarea {

	min-height: 160px;
}

/* WRAPPER TWEAK */
.wrapper-md.panel-body-custom {
	background: #fff !important;
}

/* FORM LINES TWEAK - PANEL BODY */
.wrapper-md.panel-body-custom .panel-body {
	padding: 0;
}
.wrapper-md.panel-body-custom .panel-body > .form-group, .wrapper-md.panel-body-custom .panel-body > form > .form-group {
	padding: 5px 15px;
}
.wrapper-md.panel-body-custom .panel-body > .line.pull-in, .wrapper-md.panel-body-custom .panel-body > form > .line.pull-in {
	margin-left: 0;
}
.wrapper-md.panel-body-custom .panel-body > .form-group:first-child, .wrapper-md.panel-body-custom .panel-body > form > .form-group:first-child {
	padding-top: 15px;
}

.panel-body.panel-body-custom {
	padding: 0;
}
.panel-body.panel-body-custom > .form-group, .panel-body.panel-body-custom > form > .form-group {
	padding: 5px 15px;
}
.panel-body.panel-body-custom > .line.pull-in, .panel-body.panel-body-custom > form > .line.pull-in {
	margin-left: 0;
}
.panel-body.panel-body-custom > .form-group:first-child {
	padding-top: 15px;
}
.panel-body.panel-body-custom > form > .form-group:first-child {
	padding-top: 15px;
}

/* TABLE TWEAKS */
table.table-striped td {
	vertical-align: middle !important;
}
#sortable > table tbody td > i.fa-sort {
	display: block;
    padding: 10px;
    cursor: pointer;
}

/* PHOTOS */
form .photo-col {
    min-height: 375px;
    max-height: 375px;
    clear: right;
}
form .photo-col img {
	max-height: 112px !important;
}


/* CUSTOM NAV PILLS */
.nav.nav-pills > li {
	margin-right: 8px;
}
.nav.nav-pills > li > a {
	background: #eee;
}
.nav.nav-pills > li > a:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.nav.nav-pills > li.active > a {
	color: #ffffff !important;
    background-color: #23b7e5;
    border-color: #23b7e5;
}
.nav.nav-pills > li.active > a:hover {
	color: #ffffff !important;
    background-color: #19a9d5;
    border-color: #189ec8;
}

/* FLASH MESSAGES */
.flash.panel-error {
	border-color: #ebccd1;
}
.flash.panel-error > .panel-heading {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.flash .panel-heading {
	padding: 15px 20px;
}

/* AJAX SPINNER */
#ajax-spinner {display: none; position: fixed;left: 50%;top: 50%;margin: -15px 0 0 -15px;background: url('../images/spinner.gif') no-repeat 50% 50%;padding: 15px;font-size: 0;z-index: 1000;}

/* NETTE GENERATED FORM */
.nette-generated-form form table td {
	padding: 15px;
}

/* AUTOSUGGEST - ORDER PRODUCTS */
#search-products-autosuggest {
	position: absolute;
	width: 500px;
	z-index: 9999;
}
#search-products-autosuggest ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #23b7e5;
	border-top: none;
}
#search-products-autosuggest ul li {
	list-style-type: none;
	padding: 12px 8px;
	background: #f5f5f5;
	border-bottom: 1px solid #23b7e5;
}
#search-products-autosuggest ul li a {
	float: right;
	position: relative;
	top: -4px;
}
#search-products-autosuggest ul li:first-child {
	text-transform: uppercase;
	padding: 15px 12px;
	background: #e5e5e5;
}
#search-products-autosuggest ul li:last-child {
	border-bottom: none;
}
/* homepage-carousel */
.homepage-carousel {
    position: relative;
    background-color: #fff;
  }
  .homepage-carousel .owl-stage {
    display: flex;
  }
  .homepage-carousel .item {
    position: relative;
    height: 100%;
    max-height: 500px;
    height: 500px;
  }
  @media (max-width: 993px) {
    .homepage-carousel .item {
      height: 400px;
    }
  }
  @media (max-width: 576px) {
    .homepage-carousel .item {
      height: 350px;
    }
  }
  @media screen and (max-width: 400px) {
    .homepage-carousel .item {
      height: 300px;
    }
  }
  .homepage-carousel .item .slider-item-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .homepage-carousel .item .slider-item {
    padding: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  @media (max-width: 1200px) {
    .homepage-carousel .item .slider-item {
      padding: 35px;
    }
  }
  @media (max-width: 993px) {
    .homepage-carousel .item .slider-item {
      justify-content: center;
    }
  }
  @media (max-width: 576px) {
    .homepage-carousel .item .slider-item {
      padding: 25px;
    }
  }
  @media screen and (max-width: 400px) {
    .homepage-carousel .item .slider-item {
      padding: 17px;
    }
  }
  .homepage-carousel .item .slider-item .slider-item-box {
    display: flex;
  }
  .homepage-carousel .item .slider-item .slider-item-box .slider-item-text {
    width: 430px;
  }
  .homepage-carousel .item .slider-item .slider-item-box .slider-item-text h1 {
    /* font-size: 67px;
    line-height: 67px; */
    padding-bottom: 10px;
    font-weight: 400;
    display: inline-block;
    padding: 10px;
  }
  @media (max-width: 993px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text h1 {
      font-size: 35px;
      line-height: 35px;
    }
  }
  @media (max-width: 576px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text h1 {
      font-size: 24px;
      line-height: 24px;
    }
  }
  .homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 500;
    padding: 0 10px;
    display: inline-block;
  }
  @media (max-width: 993px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
      font-size: 18px;
    }
  }
  @media (max-width: 768px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
      font-size: 16px;
    }
  }
  @media (max-width: 576px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical;
    }
  }
  @media screen and (max-width: 400px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
      font-size: 14px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
    }
  }
  .homepage-carousel .item .slider-item .slider-item-box .slider-item-text h1, .homepage-carousel .item .slider-item .slider-item-box .slider-item-text h2, .homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  }
  .homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle {
    display: block;
    margin-bottom: 10px;
  }
  @media (max-width: 576px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle {
      margin-bottom: 5px;
    }
  }
  .homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle p {
    font-size: 146px;
    line-height: 146px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 10px;
  }
  @media (max-width: 1600px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle p {
      font-size: 100px;
      line-height: 100px;
    }
  }
  @media (max-width: 993px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle p {
      font-size: 50px;
      line-height: 50px;
    }
  }
  @media (max-width: 576px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle p {
      font-size: 30px;
      line-height: 30px;
    }
  }
  .homepage-carousel .item .slider-item .slider-item-box .text-center-width {
    width: 70%;
  }
  @media (max-width: 993px) {
    .homepage-carousel .item .slider-item .slider-item-box .text-center-width {
      width: 100%;
    }
  }
  .homepage-carousel .item .slider-item .carousel-btn {
    margin-top: 30px;
    display: flex;
    padding: 0 10px;
  }
  @media (max-width: 768px) {
    .homepage-carousel .item .slider-item .carousel-btn {
      margin-top: 10px;
    }
  }
  .homepage-carousel .item .slider-item .carousel-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 15px 25px;
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding-right: 65px;
    transition: all ease-in 0.1s;
    position: relative;
  }
  @media (max-width: 576px) {
    .homepage-carousel .item .slider-item .carousel-btn a {
      background-size: 20px;
      background-position: right 10px center;
      padding: 6px 10px;
      padding-right: 50px;
      font-size: 14px;
    }
  }
  .homepage-carousel .item .slider-item .carousel-btn a svg {
    position: absolute;
    right: 25px;
    bottom: 50%;
    transform: translateY(50%);
    width: 30px;
  }
  @media (max-width: 576px) {
    .homepage-carousel .item .slider-item .carousel-btn a svg {
      width: 25px;
      right: 15px;
    }
  }
  .homepage-carousel .item .slider-item .btn-color-green a {
    background-color: #93bb07;
    border: 2px solid #93bb07;
  }
  .homepage-carousel .item .slider-item .btn-color-red a {
    background-color: #ec383e;
    border: 2px solid #ec383e;
  }

  .carousel-size {
    transform: scale(0.5);
  }

  @media (max-width: 1475px) {
    .carousel-size {
        transform: scale(0.4);
      }
  }

  @media (max-width: 1230px) {
    .carousel-size {
        transform: scale(0.35);
      }
  }

  @media (max-width: 1199px) {
    .carousel-size {
        transform: scale(0.7);
      }
  }

  @media (max-width: 767px) {
    .carousel-size {
        transform: scale(1);
      }
  }
.carousel-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}
@media (max-width: 1199px) {
    .carousel-center {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .carousel-center {
        display: block;
        height: 530px;
    }
}
@media (max-width: 767px) {
    .carousel-center {
        height: 430px;
    }
}
@media (max-width: 576px) {
    .carousel-center {
        height: 380px;
    }
}
@media (max-width: 400px) {
    .carousel-center {
        height: 330px;
    }
}