/*
Theme Name: Avada Child
Description: Child theme for the Avada theme
Author: Damack
Template: Avada
*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}

/* Rutar Icons */
.icon-ittim1:before {
  content: "\e901";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.icon-ittim2:before {
  content: "\e903";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.icon-ittim3:before {
  content: "\e905";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.icon-ittim4:before {
  content: "\e907";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
/* Rutar Icons */

/* Global */
.post-content p a {
	color: #005caa !important;
}
/* End Global */

/* Header */
.home .fusion-header-wrapper {
  position: relative;
}
.show-only-mobile {
	display: none;
}
.show-only-desktop {
	display: block;
}
.hc-offcanvas-nav {
	display: none;
}
/* Sticky header height fix */
header.fusion-header-wrapper.fusion-is-sticky nav.fusion-main-menu li {
	margin: 0 !important;
}
header.fusion-header-wrapper.fusion-is-sticky nav.fusion-main-menu li a {
	/*height: 34px !important;
	line-height: 34px !important;*/
}
header.fusion-header-wrapper.fusion-is-sticky .fusion-header {
	height: auto !important;
}

body.single-standorte #main, body.post-type-archive-standorte #main {
  padding-top: 0px !important;
}
.fusion-header {
  padding-left: 0px;
  padding-right: 0px;
  transition: none !important;
}
.fusion-header-wrapper {
  background-color: white;
}
.fusion-secondary-header {
	border-bottom-color: #fff !important;
}
.home .fusion-secondary-header {
  background-color: rgb(255,255,255);
  border-bottom: 0px solid;
}
.home .fusion-header-v3 .fusion-header {
  border-bottom-color: rgb(255,255,255,0) !important;
}
.home .fusion-secondary-header > .fusion-row, .home .fusion-header-v3 .fusion-header > .fusion-row {
  background-color: #ffffff;
  padding: 0 30px;
} 
.top-header-left {
  display: inline;
  float: left;
  margin-right: 15px;  
}
.top-header-right {
  display: inline;
  float: right;
  margin-left: 15px;
}
.fusion-logo {
  position: relative;
  width: auto;
}
.fusion-header .fusion-logo-link {
  /*display: inline-block;
  position: absolute;  
  margin: 5px 0 0 0;*/
  display: block;
  /*margin: -14px 0 0 0;*/
  margin: 5px 0 0 0;
  width: 300px;
}
.fusion-header .fusion-sticky-shadow .fusion-logo-link {
  position: relative;
  margin: -66px 0 0 0;
  width: 100%;
}
.ittim-search {
  position: relative;
  display: inline;
  float: right;
  height: 56px;
  width: 300px;
  margin: 10px 0 0 15px;
}
.ittim-search .search-input {
  float: left;
  width: 80%;
  border: 0px solid;
  box-shadow: none;
  -webkit-appearance: none;
}
.ittim-search .search-submit {
  float: right;
  width: 19%;
  margin: 0;
  padding: 0;
  border: 0px;
  line-height: 29px;
  background-color: white;	
  cursor: pointer;
  display: inline-block;
}
.ittim-search input[type=submit] {
  background: #005caa !important;	
}
#ittim-search-results {
  display: none;
  z-index: 1000;
  position: absolute;
  top: 41px;
  left: 0;
  border: 1px solid #d2d2d2;
  background-color: white;
  width: 100%;
  padding: 10px;
  max-height: 600px;
  overflow-y: auto;  
}
#ittim-search-results ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ittim-search-results ul > li.search-title {
	text-transform: uppercase;
  padding: 10px 0;
  font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
}
#ittim-search-results ul > li {
  font-size: 14px;
}
#ittim-search-results li.product-search {
  margin: 0 0 10px 0;
}
#ittim-search-results li.product-search a {
  display: table-row;
}

#ittim-search-results li.product-search a .product-search-image {
  width: 80px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
#ittim-search-results li.product-search a .product-search-image img {
  max-width: none;
  height: 100%;
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  margin: auto;
}
#ittim-search-results li.product-search a .product-search-title {
  width: 120px;
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
}
#ittim-search-results li.product-search a .product-search-price {
  width: 50px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
#clear-top-search {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #200000;
  color: white;
  border-radius: 16px;
  font-weight: bold;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;  
  cursor: pointer;
}
#popular-items {
  display: inline;
  float: right;
  margin: 10px 0 0 15px;
  height: 42px;
  width: 60px; 
  position: relative; 
  background: #005caa url(images/icon_checklist.png);
  background-size: 54%;
  background-position: 0px center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#popular-items i {
  color: white;
  position: absolute;
  top: 15px;
  left: 5px;
  font-size: 30px;
}
#popular-items span {
  color: white;
  position: absolute;
  top: 3px;
  font-size: 24px;
  right: 2px;
}
#popular-items-mobile {
  display: inline;
  float: right;
  margin: 0;
  height: 40px;
  width: 50px; 
  position: relative; 
  background: #005caa url(images/icon_checklist.png);
  background-size: 54%;
  background-position: 0px center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#popular-items-mobile i {
  color: white;
  position: absolute;
  top: 15px;
  left: 5px;
  font-size: 30px;
}
#popular-items-mobile span {
  color: white;
  position: absolute;
  top: 5px;
  font-size: 20px;
  right: 2px;
}
/* End Header */

/* Mega menu */
.fusion-main-menu {
  display: none;
  visibility: hidden;
}
.ittim-main-menu {
    float: right;
    z-index: 200;
    overflow: hidden;
}
.ittim-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ittim-main-menu > ul > li {
    padding-right: 45px;
}
.ittim-main-menu > ul > li:last-child {
	padding-right: 0px;
}
.ittim-main-menu > ul > li:hover > div {
  display: block !important;
  cursor: default;
}
.ittim-main-menu li {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.ittim-main-menu > ul > li > a {
  color: #005caa;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  font-style: normal;
  height: 84px !important;
  line-height: 84px !important;
  -webkit-font-smoothing: subpixel-antialiased;
}
.ittim-main-menu > ul > li.current-menu-item > a {
  color: #e30613;
}
.ittim-main-menu > ul > li:hover > a {
  color: #e30613;
}
.menu-item-megamenu {
  display: none; 
  width: 100%; 
  height: auto;
  opacity: 0.97;
  background-color: #005caa;
  position: absolute;
  top: 150px; 
  left: 0px;
}
.section-menu-container {
	padding: 10px 20px 0 20px;
}
.section-menu {
  width: 18%;
  float: left;
  padding: 0 10px 10px 0;
  margin: 0 2% 0 0;
  height: 200px;
}
.section-menu-image {
  text-align: center;
}
.section-menu-title {

}
.section-menu-title a h4 {
  text-align: left;
  margin: 10px 0;
  font-size: 18px;
  line-height: 28px;
  color: white;
}
.section-menu-title a:hover h4 {
	text-decoration: underline;
}
.section-menu-subcategory {

}
.section-menu-subcategory ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.section-menu-subcategory ul li {
  width: 100%;
}
.section-menu-subcategory ul li.section-menu-subcategory-all {
  margin-top: 5px;	
}
.section-menu-subcategory ul li.section-menu-subcategory-all a {
  font-weight: bold;	
}
.section-menu-subcategory ul li a {
  color: white;
  font-size: 14px;
}
.section-menu-subcategory ul li a:hover {
  text-decoration: underline;
}
/* End Mega Menu */

/* Mobile menu */
.ittim-mobile-menu {
    padding-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
}
.ittim-mobile-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #dadada;
}
.ittim-mobile-menu ul li {
  position: relative;
  font-size: 12px;
  line-height: normal;
}
.ittim-mobile-menu ul li a {
  padding-left: 30px;
  color: #333333;
  line-height: 35px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #dadada;
  height: 35px; 
  display: block;
}
/* End Mobile Menu */

/* Modal Favorites */
.modal-favorites {
  height: 100%;
}
.modal-favorites .modal-body {
	height: calc(100% - 135px);
    overflow-y: auto;
}
.modal-backdrop {
  background-color: #002e55 !important;
}
.modal-lg {
  width: calc(80% - 20px) !important;
  overflow-y: unset !important;
}
.modal-favorites .modal-dialog {
  height: calc(100% - 120px) !important;
  max-height: calc(100% - 120px) !important;
}
.modal-favorites .modal-content {
	height: 100%;
}
.modal-favorites .modal-header {
  border-bottom: 4px solid #b2cee5;
}
.modal-favorites .modal-header-left {
  float: left;
}
.modal-favorites .modal-header-right {
  float: right;
  margin: 0 20px 0 0;
}
.modal-favorites .modal-title {
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.modal-favorites-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.modal-favorites-list li {
  float: left;
  width: 25%; 
  padding: 0 10px;
  margin: 0 0 20px 0;
}
.modal-favorites-list-image {
  margin: 0 0 10px 0;
  width: 100%;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
  overflow: hidden;
}
.modal-favorites-list-price {
  margin: 0 0 10px 0;
}
.modal-favorites-list-price-left {
  float: left;
}
.modal-favorites-list-price-right {
  float: right;
}
.modal-favorites-list-price .price-info {
	position: relative;
}
.modal-favorites-list-price .price-before {
  font-size: 18px;
  display: inline-block;
  margin: 0 20px 0 0;
}
.modal-favorites-list-price .price-before:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  right: 0;
  border-top: 2px solid #e30613;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.modal-favorites-list-price .price-now {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}
.modal-favorites-list-price span {
  font-weight: normal;
}
.modal-favorites-list-title {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #e8e5e5;
}
.modal-favorites-list-description {
  height: 150px;
  overflow-y: auto;
}
.modal-favorites-list-share .addtoany_list a {
	vertical-align: baseline;
}
#form-reservation {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  background-color: #b2cee5;
  padding: 10px;
  border: 1px solid #005caa;
}
/* End Modal Favorites */

/* Top Menu */
.top-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
.top-menu li {
  display: inline-block;
}
.top-menu li a {
  font-size: 16px;
  padding: 16px 8px;
  text-transform: uppercase;
  transition: background-color .25s ease-out,color .25s ease-out;  
  color: #005caa;
  display: block;
}
.top-menu li a:hover {
  background-color: #005caa;
  color: #fff;
  text-decoration: none;
}
.language-menu, .language-submenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
.language-menu li:hover .language-submenu {
  display: block;
}
.language-menu li {
  display: inline-block;
}
.language-menu li a {
  font-size: 16px;
  padding: 16px 8px 12px;
  transition: background-color .25s ease-out,color .25s ease-out;  
  color: #005caa;
  display: block;
}
.language-menu li a:hover {
	text-decoration: underline;
}
.language-menu li a.selected-lang {
  border-bottom: 4px solid #b2cee5;
}
.language-menu li a img {
	margin: 5px 0 0 0;	
}
.language-submenu {
  display: none;
  position: absolute;
  top: 56px;
  left: 0;  
  z-index: 1000;
  background-color: white;
  border: 1px solid #e8e5e5;
  padding: 5px;
  min-width: 150px;
}
.language-submenu li a {
  font-size: 14px;
  padding: 2px;
  color: #200000;
  display: block;  
}
.language-submenu li a img {
  margin: 5px 10px 0 0;
}
.fusion-main-menu > ul > li > a {
  height: 84px !important;
  line-height: 84px !important;
}
/* End Top Menu */
/* Home */
.slider-button {
  border-width: 1px;
  border-color: #005caa;
  background: rgba(255,255,255,0);
  padding: 17px 40px;
  line-height: 21px;
  font-size: 18px;
  min-width: 15.625rem;
}
.home-block-01 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;  
}
.home-block-01-text {
  font-size: 1.125rem;
  color: white;
  padding: 0 100px;
}
.home-block-01-button {
  margin-top: 20px;
  margin-bottom: 15px;
}
.home-block-02 .fusion-button-wrapper {
  display: block;
  text-align: center;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 50%;
}
.home-block-02 .fusion-imageframe,
.home-block-02 .fusion-imageframe img {
	width: 100%;
}
.home-block-01-storitve-first {
  font-weight: 600;
  line-height: 1.5;
  font-size: 24px;
  margin: 30px 0 0 0;
}
.home-block-01-storitve {
  font-weight: 600;
  line-height: 1.5;
  font-size: 24px;
  margin: 40px 0;
}
.container-services-right {
  margin-top: 100px !important;
}
.home-page-title-h1 h1 {
  font-size: 60px !important;
  font-weight: 300 !important;
  line-height: 70px !important;
  margin-bottom: 50px !important;
}
.home-page-title-h1-service h1 {
  font-size: 60px !important;
  font-weight: 300 !important;
  line-height: 70px !important;
  margin-bottom: 40px !important;
}
.home-page-title-h3 h3 {
  font-size: 30px !important;
  line-height: 42px !important;
  margin-bottom: 25px !important;	
}
.services-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.services-list li {
  float: left;
  width: 25%;
  padding: 0 20px;
  text-align: center;
}
.services-list li.first {
  padding: 0 40px 0 0;
}
.services-list li.last {
  padding: 0 0 0 40px;
}
.services-list li .services-list-image {

}
.services-list li .services-list-title {
  font-weight: 600;
  line-height: 1.5;
  font-size: 24px;
  margin: 40px 0; 
}
/* End Home */

/* Global */
.text-line-through {
    text-decoration: line-through;
}
.wpcf7-form textarea,
input[type="email"],
input[type="text"],
.wpcf7-form .wpcf7-select {
	color: #202020 !important;
}
/* End Global */

/* Avada */
.button-xlarge {
  min-width: 15.625rem;
}
.fusion-column-wrapper .title-heading-left {
	/*margin: 0 0 50px 0 !important;*/
}
.fusion-title-size-one, h1 {
	margin: 0 0 15px 0 !important;
}
.fusion-title-size-one, h2 {
	margin: 0 0 15px 0 !important;
}
blockquote {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 15px;
    background: #f5f5f5;
    border-left: 4px solid #005caa;
    font: 13px/20px "Open Sans";
    color: #444;
    font-style: italic;
}
/* End Avada */

/* IT-TIM */
/* Blocks */
.ittim-block {
	height: 40vh;
}
.ittim-block-4 {
  position: relative;
  float: left;  
  width: 25%;
  height: 100%;
	background-size: cover;
  background-position: center center;  
}
.ittim-block-highlight-hover-container {
  transition: opacity,.5s ease-in 0s;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: rgba(227,6,19,.7);
  text-align: center;
}
.ittim-block-highlight-hover-container:hover {
	opacity: 1;
}
.ittim-block-highlight-hover-content {
  display: inline-block;
  padding: 15px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  color: #fff;
}
.ittim-block-highlight-hover-content h3 {
  color: white !important;
}
.ittim-block-highlight-hover-content .price-before {
  font-size: 24px;
  opacity: 0.5;
}
.ittim-block-highlight-hover-content .price-before .line-through {
  text-decoration: line-through;
}
.ittim-block-highlight-hover-content .price-now {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  margin: 40px 0;
}
.ittim-block-highlight-hover-content:hover .price-info {
	position: relative;
}
.ittim-block-highlight-hover-content span {
  font-weight: normal;
}
/* End Blocks */

/* Page Section */
.section-container {

}
.section-category {
  width: 25%;
  float: left;
  padding: 0 15px 0 0;
}
.section-category-image {
  text-align: center;
}
.section-category-title {

}
.section-category-title a h4 {
    text-align: center;
    margin: 20px 0;
    font-size: 20px;
    line-height: 28px;
}
.section-category-title a:hover h4 {
  color: #005caa;
  text-decoration: underline;
}
.section-category-subcategory {

}
.section-category-subcategory ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 30px;
}
.section-category-subcategory ul li {
  position: relative;
}
.section-category-subcategory ul li a {
  padding: 0 0 0 20px;
}
.section-category-subcategory ul li a:hover {
  text-decoration: underline;
}
.section-category-subcategory ul li a:before {
  position: absolute;
  margin: 0;
  opacity: 1;
  content: "\003e";
  color: #005caa;
  font-weight: 700;  
  left: 0px;
}

/* End Page Section */

/* Ajax-loader */
.loader {
  background: url('images/ajax_loader.gif');
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
}
.search-loader {
  background: url('images/ajax_loader.gif');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
/* End Ajax-loader */

/* Category */
#sidebar-left {
  width: 25%;
  float: left;
  padding: 0 15px 0 0;	
}
.side-filter {

}
.side-filter h5, .category-header h5 {
  line-height: 1.4;
  margin: 0 0 15px 0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.side-filter-block {

}
.side-filter-block-title {
  font-size: 18px;
  font-weight: 600;
  color: #005caa;
  border-bottom: 1px solid #e8e5e5;
  margin: 20px 0 10px 0;
  padding: 0 0 5px 0;
}
.side-filter-block-items {
  margin: 0px 0 10px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e8e5e5;
}
.side-filter-block-items-title {
  padding: 5px 0 10px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
}
.side-filter-block-items-content {
  position: relative;
}
.side-filter-block-items-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-filter-block-items-content ul li {
  margin: 0 0 0 20px;
}
.side-filter-block-items-content ul li:first-child {
	margin-top: 3px;
}
.side-filter-block-items-content ul li a {
  font-size: 14px;	
  text-transform: capitalize;
  cursor: pointer;
}
.side-filter-block-items-content ul li a.active {
  font-weight: 700;	
}
.side-filter-block-items-content ul li a.active:after {
  /*content: "x";*/
  float: right;
  margin-right: 10px;
  color: #e30613;
  border: 1px solid #e30613;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 18px;
  font-size: 10px;
}
.side-filter-block-items-content ul li input {
  float: left;
  width: 30%;
  height: 28px;
  margin: 0 2% 0 0;
  text-align: right;
}
.side-filter-block-items-content ul li input.searchinput {
  float: left;
  width: 66%;
  height: 28px;
  margin: 0 2% 0 0;
  text-align: left;
}
.side-filter-block-items-content ul li span {
  float: left;
  margin: 0 2% 0 0;
  font-weight: 700;
}
.filter-remove-sid,
.filter-remove-pid,
.filter-remove-gid,
.filter-remove-cid,
.filter-remove-bid {
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
  height: 20px;
  color: #e30613;
  border: 1px solid #e30613;
  text-align: center;
  line-height: 16px;
  border-radius: 20px;
  text-transform: unset !important;
  font-weight: bold;
  cursor: pointer;
}
.filter-remove-sid:hover,
.filter-remove-pid:hover,
.filter-remove-gid:hover,
.filter-remove-cid:hover,
.filter-remove-bid:hover {
  color: #200000;
  border: 1px solid #200000;
}
#priceFilterSet, 
#priceFilterSet1,
#searchFilterSet {
    float: right;
    margin-right: 10px;
    color: #005caa;
    font-weight: 700;
}
#priceFilterSet > i, 
#priceFilterSet1 > i,
#searchFilterSet > i {
  background-color: #005caa;
  border-color: #005caa;
  padding: 4px;
  margin: 4px 0 0 0;
  font-size: 10px;
}
#priceFilterRemove, #searchFilterRemove {
  float: right;
  margin: 4px 10px 0 0;
  font-weight: 700;
  color: #e30613;
  border: 1px solid #e30613;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 18px; 
  font-size: 10px;
  box-sizing: content-box;
}
#content-right {
  width: 75%;
  float: right;	
}
.category-description {

}
.category-longdescription {
	max-width: 100%;
}
.category-description-header h1 {
  font-size: 60px;
  font-weight: 300;
}
.category-description-content {
  margin: 25px 0 40px;
}
.products-header {
  margin: 0 0 5px 0;
  padding: 0 0 10px 0;  
  border-bottom: 1px solid #e8e5e5;
}
.products-header-left {
  width: 50%;
  float: left;
}
.products-header-right {
  width: 50%;
  float: right;
  text-align: right;
}
.products-header-right select {
  height: 21px;
  font-size: 14px;
  line-height: 1;
  color: #200;
  border-color: #e8e5e5;
}
.products-sorting {
  margin: 0 0 20px 0;
}
.products-sorting-left {
  width: 50%;
  float: left;
}
.products-sorting-left ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.products-sorting-left ul li {
  float: left;
  margin: 0 5px 0 0;
  color: #e8e5e5;  
}
.products-sorting-left ul li:hover {
  cursor: pointer;
}
.products-sorting-left ul li.active {
  color: #200;
}
.products-sorting-right {
  width: 50%;
  float: right;
  text-align: right;
}
.products-sorting-right select {
  height: 21px;
  font-size: 14px;
  line-height: 1;
  color: #200;
  border-color: #e8e5e5;
}
.products-list {

}
.products-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Grid View */
.products-list.view-grid > ul > li {
  float: left;
  width: 33.33333%;
  padding: 0 7px;
  margin: 0 0 21px 0; 
}
.products-list.view-grid > ul > li:nth-child(3n+1) {
  padding: 0 14px 0 0;
}
.products-list.view-grid > ul > li:nth-child(3n+0) {
  padding: 0 0 0 14px;
}
.products-list.view-grid.show-grid-4 > ul > li {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin: 0 0 20px 0; 
}
.products-list.view-grid.show-grid-4 > ul > li:nth-child(4n+1) {
  padding: 0 20px 0 0;
}
.products-list.view-grid.show-grid-4 > ul > li:nth-child(4n+0) {
  padding: 0 0 0 20px;
}

body.home .products-list.view-grid > ul > li {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin: 0 0 20px 0;   
}
.products-list.view-grid > ul > li > .product-cat {
  background-color: white;
  box-shadow: 1px 1px 1px 1px #e8e5e5;
  transition: all .2s ease-in-out;
}
.products-list.view-grid > ul > li > .product-cat:hover {
  transform: scale(1.05);
  z-index: 11;
  position: relative;
}
.products-list.view-grid > ul > li .product-image {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 244px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;  
}
.products-list.view-grid > ul > li .product-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.products-list.view-grid .show-only-in-grid-view {
	display: block;
}
.products-list.view-list .show-only-in-grid-view, .products-list.view-grid .show-only-in-list-view {
	display: none;
}
.products-list.view-grid .product-body {
	width: 100%;
}
.products-list > ul > li .product-info {
	padding: 10px;
}
.products-list > ul > li .product-info-title {
	min-height: 24px;
}
.products-list > ul > li .product-info-title a {
	font-weight: 600;
}
.products-list > ul > li .product-info .price-info {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  color: #0a0a0a;
}
.products-list > ul > li .product-info .price-info.price-now {
  font-size: 20px;
  font-weight: 700;
  min-height: 34px;
}
.product-info .price-info.price-before span, .product-info .price-info.price-now span {
    font-weight: 400;
    font-size: 90%;
}
.price-info.price-before small {
  font-size: 10px;
  vertical-align: top;
}
.price-info.price-now small {
  font-size: 14px;
  vertical-align: top;
}
.products-list > ul > li .product-info .price-info.price-before:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  right: 0;
  border-top: 2px solid #e30613;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
/* End Grid View */

/* Brands */
.section-brand {

}
.section-brand .section-brand-title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  font-size: 24px;
}
.section-brand ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-brand ul li {
  width: 20%;
  padding: 10px;
  box-shadow: 1px 1px 1px 1px #ccc;
  display: inline-block;
  margin: 0 1% 20px 0;  
}
.section-brand ul li .section-brand-item-image {
  height: 100px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-brand ul li .section-brand-item-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
/* End Brands */

/* Carousel Slider */
.products-carousel {
	
}
.products-carousel ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.products-carousel .product-cat {
  background-color: white;
  box-shadow: 1px 1px 1px 1px #e8e5e5;
  transition: all .2s ease-in-out;	
}
.products-carousel .product-cat:hover {
  transform: scale(1.05);
  z-index: 11;
  position: relative;
}
.products-carousel .product-cat .product-image {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 244px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;  
}
.products-carousel .product-cat .product-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.products-carousel .product-cat .product-body {
    width: 100%;
}
.products-carousel .product-cat .product-info {
    padding: 10px;
}
.products-carousel .product-cat .show-only-in-grid-view {
	display: block;
}
.products-carousel .product-cat .product-info .price-info {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 0 10px 0;
    font-size: 14px;
    color: #0a0a0a;
}
.products-carousel .product-cat .product-info .price-info.price-before:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    right: 0;
    border-top: 2px solid #e30613;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.products-carousel .product-cat .product-info .price-info.price-now {
    font-size: 20px;
    font-weight: 700;
}
.products-carousel .product-cat .product-info-title a {
    font-weight: 600;
}
.products-carousel .product-cat .show-only-in-list-view {
	display: none;
}
.products-carousel .product-cat .product-actions a span {
	display: none;
}
.slick-slide {
  padding: 10px;
}
.slick-slider {
  margin: 0;
}
.slick-prev, .slick-next {
  background-color: #005caa;	
  width: 30px;
  height: 30px;
}
.slick-next {
  right: -30px;
}
.slick-prev {
  left: -30px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: #005caa;
}
.services-carousel-title {
	text-align: center;
}
.brands-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.brands-list .section-brand-item-image {
	height: 100px;
    width: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 40px;
}
.brands-list .section-brand-item-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
/* End Carousel Slider */

/* Search Filter Tree View */
.search-filter-tree {

}
.search-filter-tree li {
	position: relative;
}
ul.search-filter-tree > li ul {
	display: none;
}
.search-filter-tree li.has-children span {
  position: absolute;
  left: -20px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  top: 7px;
}
.search-filter-tree li.has-children .filter-show-children {
  background: url(images/icon_plus.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.search-filter-tree li.has-children .filter-hide-children {
  background: url('images/icon_minus.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;  
}
/* End Search Filter Tree View */

/* Test Avada Grid */
/*.products-list-a .fusion-one-third, .products-list-a .fusion-one-fourth {
	padding: 0 10px;
}
.products-list-a .fusion-column-first {
	padding: 0 20px 0 0;
}
.products-list-a .fusion-column-last {
	padding: 0 0 0 20px;
}
.products-list-a .product-cat {
  box-shadow: 1px 1px 1px 1px #ccc;
}
.products-list-a .product-image {
	position: relative;
}
.products-list-a .product-info {
	padding: 10px;
}
.products-list-a .product-info .price-info {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 10px 0;
  font-size: 14px;
}
.products-list-a .product-info .price-info.price-now {
  font-size: 20px;
  font-weight: 700;
}
.product-info .price-info.price-before span, .product-info .price-info.price-now span {
    font-weight: 400;
    font-size: 90%;
}
.price-info small {
    font-size: 60%;
    vertical-align: top;
}
.products-list-a .product-info .price-info.price-before:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  right: 0;
  border-top: 2px solid #e30613;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}*/
/* End Test Avada Grid */
.product-actions {
  padding: 5px 10px;
  border-top: 1px solid #e8e5e5; 
}
.product-actions a {
  display: inline-block;
  cursor: pointer;
}
.product-actions a > i {
  padding: 5px;
}
.product-actions a:hover > i {
  background: #005caa;
  border-color: #005caa;
}
.product-actions a.btn-favorites-cat > i {
  background: #005caa;
  border-color: #005caa;  
}
.product-actions a.remove-favorites-cat > i {
  background: #12ba5d;
  border-color: #12ba5d;  
}
.products-list.view-grid .product-actions a span {
  display: none;  
}
.single-product-share {
  text-align: right;
  margin: 30px 0 0 0;
}
.single-product-share > .product-actions {
  padding: 0;
  border-top: 0px solid #e8e5e5;
}
.single-product-share > .product-actions a {
  line-height: 30px;
  margin: 0 0 0 20px;
}
.description-link {
	color: #005caa;
    font-weight: 500;
    border-bottom: 1px solid #005caa;	
}
/* End grid View */

/* List View */
.products-list.view-list > ul > li {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #e8e5e5;  
}
.products-list.view-list .product-image {
  width: 25%;
  float: left;
  height: 220px;
  overflow: hidden;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.products-list.view-list .product-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.products-list.view-list > ul > li .product-image a img {
    max-width: none;
    height: auto;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    margin: auto;
}
.products-list.view-list .product-body {
  float: left;
  width: 50%;
  padding: 0 20px 0 30px;
  border-right: 1px solid #e8e5e5;
}
.products-list.view-list > ul > li .product-info {
	padding: 0;
}
.products-list.view-list .product-text {

}
.single-product-content-description-more {
  text-align: right;
}
.single-product-content-description-more a {
  color: #005caa;
  font-weight: 600;
}
.single-product-content-description-more a:after {
  position: relative;
  margin: 0 10px;
  opacity: 1;
  content: "\003e";
  color: #005caa;
}
.products-list.view-list .product-footer {
  float: left;
  width: 25%;
  padding: 0 0 0 20px;
}
.products-list.view-list .product-footer-price {
  text-align: right;
}
.products-list.view-list > ul > li .price-info {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 10px 0;
  font-size: 14px;
}
.products-list.view-list > ul > li .price-info.price-before {
  font-size: 18px;
  font-weight: 300;
}
.products-list.view-list > ul > li .price-info.price-now {
  font-size: 24px;
  font-weight: 700;
}
.products-list.view-list .price-info.price-before span, .product-info .price-info.price-now span {
    font-weight: 400;
    font-size: 90%;
}
.products-list.view-list > ul > li .price-info.price-before:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  right: 0;
  border-top: 2px solid #e30613;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.products-list.view-list .product-actions {
  border-top: 0px solid #e8e5e5;
  padding: 10px;
  text-align: center;
}
.products-list.view-list .btn-favorites-cat {
  padding: 13px 29px;
  background: #005caa;
  border: 1px solid #005caa;  
  color: white;
  padding: 6px 0;
  width: 100%;
  margin: 0 0 30px 0;  
}
.products-list.view-list .remove-favorites-cat {
  padding: 13px 29px;
  background: #12ba5d;
  border: 1px solid #12ba5d;  
  color: white;
  padding: 6px 0;
  width: 100%;
  margin: 0 0 30px 0;  
}
.products-list.view-list .btn-favorites-cat i, .products-list.view-list .remove-favorites-cat i {
  display: none;
}
/* End List View */

/* Products Footer */
.products-footer-pagination {
  margin: 20px 0 10px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e8e5e5;
}
/* End Products Footer */

/* Pagination */
.products-pagination {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-pagination li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.products-pagination li a {
  display: block;
  padding: 5px 10px;
  border-radius: 0;
  color: #005caa;
  cursor: pointer;
}
.products-pagination li a:hover {
  background: #e8e5e5;
}
.products-pagination li.active a {
  color: white;
  background: #005caa;
}
.products-pagination li.products-pagination-prev {
  text-align: left;
  float: left;
  cursor: pointer;
}
.products-pagination li.products-pagination-next {
  text-align: right;
  float: right;
  cursor: pointer;
}
/* End Pagination */

/* End Category */

/* 404 */
body.error404 .addtoany_content {
	display: none;
}
/* End 404 */

/* Description */
.caption-bg-text {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 10px;
  background-color: rgba(50, 50, 50, 0.8);
  color: white;
  font-size: 12px;
}
.fusion-column-wrapper .caption-bg-text h1,
.fusion-column-wrapper .caption-bg-text h2,
.fusion-column-wrapper .caption-bg-text h3,
.fusion-column-wrapper .caption-bg-text h4,
.fusion-column-wrapper .caption-bg-text h5,
.fusion-column-wrapper .caption-bg-text h6
{
	color: white;
}
.caption-bg-text p:last-child {
	margin-bottom: 0px;
}
.single-descriptions .entry-title.fusion-post-title {
	display: none;
}
/* End Description */

/* Footer */
.footer-block-first {
  margin-top: 80px;
  box-shadow: 0px -5px 5px 0px #005caa;
}
.footer-social-block .fusion-text {
  height: 300px;
  overflow: auto;
}
.ittim-footer p {
  margin-block-start: 0px;
  margin-block-end: 0px;
}
.side-menu-sidebar, .side-menu-footer, .side-menu-sidebar-single {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.side-menu-footer > li > a {
  color: white;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 25px 0;
  display: block !important;
  text-transform: uppercase;
}
.footer-menu-blog .side-menu-footer > li > a {
  margin: 25px 0;
}
.side-menu-footer li > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.side-menu-footer li > ul > li {

}
.side-menu-footer li > ul > li a {
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.side-menu-footer li a:hover, .side-menu-sidebar li a:hover {
	text-decoration: underline;
}
.side-menu-sidebar > li > a {
  color: white;
  font-size: 24px;
  margin: 0 0 25px 0;
  display: block !important;
}
.side-menu-sidebar li > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.side-menu-sidebar li > ul > li {
  padding: 15px 20px !important;
  border-bottom: 1px solid #e8e5e5;
}
.side-menu-sidebar-single li {
  padding: 15px 20px 15px 0 !important;
  border-bottom: 1px solid #e8e5e5;
}
.side-menu-sidebar li > ul > li a, .side-menu-sidebar-single li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.side-menu-sidebar li > ul > li.active-item a, .side-menu-sidebar-single li.active-item a {
  font-weight: 600;
}
.social-icons-container {
	padding: 50px 0 0 0;
}
.fusion-social-links .boxed-icons .fusion-social-networks-wrapper .fusion-social-network-icon {
	width: 48px !important;
}
.fusion-social-links .fusion-social-networks.boxed-icons a {
	padding: 12px !important;
}
.fusion-social-links .fusion-social-networks a {
	font-size: 22px !important;
}
/* End Footer */

/* Single Page */
.presentation-video {
	padding: 250px 0 !important;
}
.carrier-separator {
  margin: 30px 0 0 0;
}
.carrier-separator h2 {
  margin: 20px 0 !important;
}
.carrier-container {

}
.carrier-list {

}
.flipbook-container {
	
}
.pp_pic_holder {
	z-index: 10020 !important;
}
.pp_overlay {
  z-index: 10010 !important;
}
/* End Single Page */

/* Forms */
.ittim-contact-form {
  margin: 50px 0 0 0;
}
.ittim-contact-form-one-full {
  margin: 0 0 20px 0;
}
.ittim-contact-form-one-half {
  float: left;
  width: 48%;
  margin: 0 2% 20px 0;
}
.ittim-contact-form-one-half-last {
  float: right;
  width: 48%;
  margin: 0 0 20px 2%;
}
.ittim-contact-form-one-third-first {
  float: left;
  width: 32%;
  margin: 0 1% 20px 0;
}
.ittim-contact-form-one-third {
  float: left;
  width: 31%;
  margin: 0 1% 20px;
}
.ittim-contact-form-one-third-last {
  float: left;
  width: 33%;
  margin: 0 0 20px 1%;
}
.ittim-contact-form-submit {
  text-align: right;
  margin: 20px 0;
}
.ittim-contact-form select {
  color: #200000 !important;
}
/* End Forms */

/* Single Product */
.single-product {
  padding: 0 0 20px 0;
  margin: 0 0 80px 0;
  border-bottom: 1px solid #200000;  
}
.single-product-content {
  padding: 0 0 0 30px;
  margin-bottom: 0px !important;
}
.single-product-image {

}
#product-main-image {
  height: 400px;
  overflow: hidden;
  position: relative;
}
#product-main-image a img {
    height: 100%;
    width: auto;
    max-width: none;
    /*position: absolute;*/
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#product-main-image a img.img-width {
    height: auto;
    width: 100%;
    max-width: 100%;	
}
.single-product-image-thumbs {
	margin: 10px 0;
}
.single-product-image-thumbs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.single-product-image-thumbs ul li {
  float: left;
  margin: 0 10px 10px 0;
}
.single-product-image-thumbs ul li:hover {
	cursor: pointer;
}
.single-product-image-thumbs ul li img {
  height: 80px; 
  width: auto;
}
.single-product-content-title {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #e8e5e5;
}
.single-product-content-brand {
  margin: 20px 0 0 0;
}
.single-product-content-brand img {
  height: auto;
  width: 170px;
}
.single-product-content-brand img.img-brand-high {
  height: 70px;
  width: auto;
}
.single-product-content-price {
  padding: 0 0 20px;
  border-bottom: 1px solid #e8e5e5;
  margin: 0 0 20px 0;  
}
.single-product-content-price .price-info {
	position: relative;
}
.single-product-content-price .price-before {
  font-size: 18px;
  display: inline-block;
  margin: 0 20px 0 0;
}
.single-product-content-price .price-before:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  right: 0;
  border-top: 2px solid #e30613;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.single-product-content-price .price-now {
  color: #e30613;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}
.single-product-content-price span {
  font-weight: normal;
}
.single-product-content-price .price-info.price-before small {
  color: #200000;
}
.single-product-content-price .price-info.price-now small {
  color: #e30613;
}
.single-product-content-description {
  margin: 0 0 30px 0;
}
.single-product-content-code {
  margin: 0 0 30px 0;
  font-size: 14px;
}
.single-product-content-code span {
  font-weight: bold;
  margin: 0 5px 0 0;
}
.remove-favorites {
  font-size: 24px;
  color: #005caa;
  cursor: pointer; 
}
#btn-reservation {
  background: #12ba5d !important;
  border-color: #12ba5d !important;
  display: none !important;
  visibility: hidden;
}
#btn-reservation .fusion-button-text {
  color: white !important;
}
#btn-reservation .fusion-button-text:hover {
  color: #200000 !important;	
}
#btn-reservation.btn-reservation-active {
  border: 3px solid red !important;
}
.btn-favorites, 
.btn-favorites-single,
.btn-kitchen {
  background: #005caa !important;
  border-color: #005caa !important;	
}
.btn-kitchen span {
  color: #ffffff !important;	
}
.btn-kitchen:hover {
  background: white !important;
  border-color: #005caa !important;
}
.btn-kitchen:hover span {
  color: #005caa !important;	
}
.remove-favorites-single {
  background: #12ba5d !important;
  border-color: #12ba5d !important;
  color: white; 
}
.btn-favorites:hover, 
.btn-favorites-single:hover {
  background: white !important;
  border-color: #005caa !important;	
}
.remove-favorites-single:hover {
  background: white !important;
  border-color: #12ba5d !important;	
}
.btn-favorites i, 
.btn-favorites .fusion-button-text,
.btn-favorites-single i, 
.btn-favorites-single .fusion-button-text,
.remove-favorites-single i, 
.remove-favorites-single .fusion-button-text{
  color: white !important;	
}
.btn-favorites:hover i, 
.btn-favorites:hover .fusion-button-text,
.btn-favorites-single:hover i, 
.btn-favorites-single:hover .fusion-button-text {
  color: #005caa !important;	
}
.remove-favorites-single:hover i, 
.remove-favorites-single:hover .fusion-button-text {
  color: #12ba5d !important;	
}
.single-product-similar {
  border-top: 1px solid #200;
}
.single-product-services {
  border-top: 1px solid #e8e5e5;
}
.product-share {
  display: inline-block;
}
.product-share .addtoany_shortcode {
  display: inline-block;
  height: 30px;
}
.product-share .addtoany_list a, .widget .addtoany_list a {
  padding: 0;
}
.addtoany_list {
	line-height: 12px !important;
}
.product-footer .product-share .addtoany_list a {
  vertical-align: baseline;
}
.product-share .addtoany_list a img {
  height: 28px;
}
.wholesale-price {
  padding: 10px 15px !important;
}
/* End Single Product */

/* Single Product Similair */
.single-product-similair-container,
.single-product-similair-container-slider {
  padding: 0 0 80px 0;
  border-bottom: 1px solid #e8e5e5;
}
.single-product-similair-container ul,
.single-product-similair-container-slider ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single-product-similair-container ul li {
  float: left;
  width: 25%;
  padding: 0 10px 0 0;
}
.single-product-similair-container ul li:last-child {
  padding: 0  0 0 10px;
}
.single-product-similair-container-title h4 {
  margin: 0;
  height: 40px;
}
.single-product-similair {
  box-shadow: 1px 1px 1px 1px #e8e5e5;
  padding: 5px;
}
.single-product-similair-image {
  float: left;
  width: 45%;
  position: relative;
  height: 100px;
  overflow: hidden;  
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-product-similair-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.single-product-similair-image img {
  max-width: none;
  height: 100%;
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  margin: auto;
}
.single-product-similair-content {
  float: right;
  width: 55%;
  height: 120px;
  padding: 0 0 0 10px;
}
.single-product-similair-content-title h4 {
  margin: 0 0 20px 0;
}
.single-product-similair-content-price {
  margin: 0 0 5px 0;  
}
.single-product-similair-content-price .price-info {
	position: relative;
}
.single-product-similair-content-price .price-before {
  font-size: 12px;
  display: inline-block;
  margin: 0 20px 0 0;
}
.single-product-similair-content-price .price-before:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  right: 0;
  border-top: 2px solid #e30613;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.single-product-similair-content-price .price-now {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}
.single-product-similair-content-price span {
  font-weight: normal;
}
.btn-favorites-similair {
	padding: 5px 10px !important;
}
/* End Single Product Similair */

/* Single Service */
.single-service-left {
  float: left;
  width: 50%;
  margin: 0 5% 0 0;
}
.single-service-right {
  float: left;
  width: 45%;
}
.service-top-image {
	padding: 250px 0 !important;
}
/* End Single Service */

/* Single Location */
.single-location-left {
  float: left;
  width: 25%;
  margin: 0 2% 0 0;
}
.single-location-right {
  float: left;
  width: 73%;
}
/* End Single Location */

/* Breadcrumb */
.breadcrumb-container {
  margin: 0 0 40px 0 !important;
}
ul.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.breadcrumb li {
  float: left;
  font-size: 14px;
  color: #a9a3a3;
  cursor: default;
}
ul.breadcrumb li:not(:last-child):after {
  position: relative;
  margin: 0 10px;
  opacity: 1;
  content:"\003e";	
}
ul.breadcrumb li a {
  color: #a9a3a3;
  text-decoration: none;
}
/* End Breadcrumb */

/* Map */
.map-container {
  position: relative;
}
.map-divider {
  height: 50px;
}
#map {
  width: 100%;
  max-height: 41.25rem;
  min-height: 400px;
  height: calc(100vh - 300px);
}
body.single-standorte #map {
  min-height: 400px;
  height: 400px;
}
ul.map-footer {
  margin: 0;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;	
  list-style-type: none;
}
body.single-standorte ul.map-footer {
  display: none;
}
ul.map-footer li {
  width: 20%;
  padding: 0;
  margin-top: 10px;
  font-size: 30px;
  float: left;
  display: inline-block;
  text-align: center;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;  
}
ul.map-footer li a {
  transition: all .25s ease-out;
  display: block;
  color: #fff;
  background-color: rgba(0,92,170,.8);
  padding: 15px 0;
  cursor: pointer;
}
ul.map-footer li.active-location {
  border-top: 10px solid #005caa;
  margin-top: 0;  
}
ul.map-footer li.active-location:not(.without-bg) a {
    background-color: transparent;
    opacity: 0;
}
.marker-content {

}
.marker-content-left {
  float: left;
  width: 65%;
}
.marker-content-title {
  font-size: 30px !important;
  font-weight: 300 !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.1 !important;
}
.marker-content-body {
  font-size: 16px;
}
.marker-content-body-time,
.marker-content-body-address {
  margin: 0 0 10px 0;
}
.marker-content-body-time > div,
.marker-content-body-address > div {
  margin: 0 0 5px 0;
}
.marker-content-body-time span {
  margin: 0 0 0 10px;
}
.marker-content-right {
  float: right;
  width: 35%;
}
.marker-content-right-link {
  margin: 10px 0 20px;
}
.btn-maps-link {
  width: 100% !important;
  background: #ffffff !important;
  border-color: #005caa !important;	
}
.btn-maps-link:hover {
  background: #005caa !important;	
}
.btn-maps-link i, 
.btn-maps-link .fusion-button-text {
  color: #005caa !important;	
}
.btn-maps-link:hover i, 
.btn-maps-link:hover .fusion-button-text {
  color: #ffffff !important;	
}
/* End Map */

/* Jobs */
.jobs-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jobs-list > li {
	border-top: 1px solid #e8e5e5;
}
.jobs-list-title {
  position: relative;
  font-size: 24px;
  padding: 20px 0;
}
.jobs-list-title:hover {
  cursor: pointer;
  color: #005caa;
}
.jobs-list-title > i {
  position: absolute;
  right: 20px;
  top: 20px;
}
.jobs-list-content {
  display: none;
  margin: 10px 0 0 0;
}
.jobs-list li.active-job > .jobs-list-content {
  display: block;
}
/* End Jobs */

/* Flyers */
.flyers-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.flyers-list li {
  width: 30%;
  margin: 0 1% 0 0;
  float: left;	
  /*box-shadow: 1px 1px 1px 1px #ccc;*/
  padding: 5px;  
}
.flyer-left {
  width: 50%;
  float: left;	
}
.flyer-right {
  float: right;
  width: 50%;
  text-align: center;
  padding: 40px 0 0 0;
}
.flyer-right-see {
	margin: 0 0 15px 0;
}
/* End Flyers */

/* Standorte */
.fusion-blog-layout-grid1.fusion-blog-layout-grid-3 .post {
  width: 33.33333333%;
  display: block;
  float: left;
  padding: 20px;
  margin-bottom: 0px;
}
.fusion-blog-layout-grid1.fusion-blog-layout-grid-3 .post .fusion-post-wrapper {
	box-shadow: 1px 1px 1px 1px #e8e5e5;
}
.fusion-blog-layout-grid1 .flexslider {
	margin: 0;
}
.fusion-blog-layout-grid1 .fusion-post-content-container {
	padding: 10px;
}
.map-content-header {
  margin: 0 0 30px 0;
  height: 60px;
  position: relative;
  text-align: center;
}
.map-content-header-left {
  margin: 0 0 30px 0;
  height: 60px;
  text-align: left;
}
.map-content-header-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.map-content-header-restaurant {
  font-size: 14px;
  font-weight: 700; 	
  color: #005caa;
  position: relative;
  padding: 0 0 0 40px;
}
.map-content-header-restaurant span {
  background: url('images/marker-rot-restaurant.png');
  position: absolute;
  right: 10px;
  top: -25px;
  width: 28px;
  height: 36px;
  background-size: cover;
}
.map-content-header-left .map-content-header-restaurant span {
  background: url('images/marker-rot-restaurant.png');
  position: absolute;
  left: 0px;
  top: -5px;
  width: 28px;
  height: 36px;
  background-size: cover;
}
.map-content-body {
  height: 260px;
}
.map-content-body p {
  margin: 0 0 5px 0;
  line-height: 20px;
}
.map-content-body-address, .map-content-body-opentime {
  margin: 0 0 20px 0;
}
.map-content-footer-link {
  text-align: right;	
}
.flexslider .slides img {
  width: auto !important;
  margin: 0 auto;
}

/* API */
.object-item {
  margin: 20px 0;
  padding: 10px;
  background-color: #ccc;
}
/* end API */

/* Cookies */
#moove_gdpr_cookie_modal, 
#moove_gdpr_cookie_info_bar, 
.gdpr_cookie_settings_shortcode_content {
	font-family: "Open Sans" !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, 
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
	font-size: 13px !important;
}
/* End Cookies */

/* Media Queries */
@media only screen and (max-width: 1200px) {
  .fusion-header-wrapper {
  	position: relative !important;
  }	  
  .products-list > ul > li .product-info-title {
	height: 48px;
  }
}
@media only screen and (max-width: 1000px) {
  .product-info-title {
    font-weight: 400;
    font-size: 14px; 
    line-height: 1.1;
  }
  .ittim-block-highlight-hover-content .price-before {
  	font-size: 20px;
  }
  .ittim-block-highlight-hover-content .price-now {
  	font-size: 30px;
    margin: 30px 0;
  }
  .home-block-01-storitve {
    font-size: 20px;
  }
  .single-product-similair-container ul li {
  	width: 50%;
    margin: 0 0 20px 0;
  }
  .single-product-similair-container ul > li:nth-child(2n+1) {
  	padding: 0 10px 0 0;
  }
  .single-product-similair-container ul > li:nth-child(2n+0) {
  	padding: 0 0 0 10px;
  }   
  .ittim-footer .home-block-01 {
  	padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.home .products-list.view-grid > ul > li {
  	width: 33%;
  }
  .products-list.view-grid > ul > li {
  	width: 50%;
  }
  .products-list.view-grid > ul > li:nth-child(3n+1) {
  	padding: unset;
  }
  .products-list.view-grid > ul > li:nth-child(3n+0) {
  	padding: unset;
  }
  .products-list.view-grid > ul > li:nth-child(2n+1) {
  	padding: 0 10px 0 0;
  }
  .products-list.view-grid > ul > li:nth-child(2n+0) {
  	padding: 0 0 0 10px;
  }  
  .single-product-image-thumbs ul li {
  	margin: 0 5px 5px 0;
  }
  .ittim-block-4 {
  	height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ccc;
  }
  .services-list li {
  	width: 50%;
  }
  .services-list li .services-list-title {
    line-height: 1.2;
    font-size: 14px;
    margin: 20px 0;  	
  }
  
  /* Mobile Header */
  .mobile-header-menu, 
  .mobile-header-logo,
  .mobile-header-actions,
  .mobile-header-search,
  .mobile-header-lang,
  .mobile-header-popular {
  	display: inline-block;
  }
  .mobile-header-logo {
  	max-width: 35%;
  }
  .mobile-header-lang,
  .mobile-header-popular {
  	margin: 0 10px 0 0;
  }
  .mobile-header-actions {
  	float: right;
  }
  .mobile-header-lang .language-menu li {
  	float: left;
    display: block;
  }
  .mobile-header-lang .language-menu li a {
  	padding: 6px;
  }
 
  .mobile-header-search {
  	text-align: center;
  }  
  .mobile-header-search span {
    float: left;
	background: #005caa;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    width: 40px;
    text-indent: 0;
    cursor: pointer;
    font-family: icomoon;
    font-weight: 400;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s; 
  }
  
  /* Slider */
  .slick-next {
    right: 7px;
    top: -15px;
  }
  .slick-prev {
    left: 10px;
    top: -15px;
  }  
  .fusion-fullwidth .home-block-02 {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  /* Top search */
  #mobile-search-container {
  	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 10000;
    margin: 0 0 10px 0;
  }
  
  #ittim-search-results-mobile {
    display: none;
    z-index: 1000;
    position: absolute;
    top: 41px;
    left: 0;
    border: 1px solid #d2d2d2;
    background-color: white;
    width: 100%;
    padding: 10px;
    max-height: 600px;
    overflow-y: auto;  
  }
  #ittim-search-results-mobile ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
  }
  #ittim-search-results-mobile ul > li.search-title {
      text-transform: uppercase;
    padding: 10px 0;
    font-size: 14px;
      font-weight: 600;
      line-height: 1.1;
  }
  #ittim-search-results-mobile ul > li {
    font-size: 14px;
  }
  #ittim-search-results-mobile li.product-search {
    margin: 0 0 10px 0;
  }
  #ittim-search-results-mobile li.product-search a {
    display: table-row;
  }

  #ittim-search-results-mobile li.product-search a .product-search-image {
    width: 80px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
  }
  #ittim-search-results-mobile li.product-search a .product-search-image img {
    max-width: none;
    height: 100%;
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    margin: auto;
  }
  #ittim-search-results-mobile li.product-search a .product-search-title {
    width: 120px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
  }
  #ittim-search-results-mobile li.product-search a .product-search-price {
    width: 50px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
  }  
}
@media only screen and (max-width: 900px) {
  body.home .products-list.view-grid > ul > li {
  	width: 50%;
    padding: 0;
  }
  body.home .products-list.view-grid > ul > li:nth-child(2n+1) {
  	padding: 0 10px 0 0;
  }
  body.home .products-list.view-grid > ul > li:nth-child(2n+0) {
  	padding: 0 0 0 10px;
  }  
}
@media only screen and (max-width: 800px) {
  /* Global */
  .fusion-body .fusion-layout-column.fusion_builder_column_1_3.home-block-01-food2,
  .fusion-body .fusion-layout-column.fusion_builder_column_1_3.home-block-01-food3 {
     width: 50% !important;
  }
  .ittim-main-menu {
  	display: none;
    visibility: hidden;
  }
  .show-only-mobile {
      display: block;
  } 
  .show-only-desktop {
      display: none !important;
  }  
  .button-xlarge {
  	padding: 5px 15px !important;
    min-width: auto !important;
  }
  .breadcrumb-container {
  	margin: 0 !important;
  }
  .map-divider {
  	height: 20px;
  }
  /* End Global */
  
  /* Header */
  .home .fusion-secondary-header > .fusion-row, 
  .home .fusion-header-v3 .fusion-header > .fusion-row,
  .fusion-header-v3 .fusion-header > .fusion-row {
  	padding: 0px;
  }
  .fusion-header {
  	padding-left: 15px !important;
  	padding-right: 15px !important;
  }
  #main {
    padding-top: 15px !important;
    padding-left: 15px !important;
  	padding-right: 15px !important;
  }
  .top-header-left {
  	display: none !important;
  }
  .fusion-main-menu > ul > li {
    padding-right: 20px !important;
  }
  .ittim-search {
  	width: 100%;
    margin: 10px 0 0 0;
  }  
  .fusion-logo {
  	width: 150px;
  }  
  .fusion-mobile-menu-icons a {
  	margin: 0 !important;
    padding: 10px;
    background-color: #005caa;
  }  
  .fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-header {
  	padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .top-header-right {
  	margin-left: 0px !important;
  }
  .fusion-header .fusion-logo-link {
  	position: relative;
    margin: 0 0 -6px 0;
  }  
  /* End Header */
  
  /* Popular */
  #popular-items {
    width: 50px;
  	height: 56px;
    margin: 10px 0 0 5px;
  }
  #popular-items span {
  	top: 10px;
    font-size: 20px;
  }
  /* End Popular */
  
  /* Home */
  .home-block-01 {
  	padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .home-page-title-h1 h1 {
  	font-size: 24px !important;
    margin-bottom: 0px !important;
    line-height: 30px !important;
  }
  .ittim-block {
  	height: auto;
  }
  .ittim-block-4 {
  	width: 50%;
    display: inline-block;
  }
  .home-block-01-text {
  	padding: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .ittim-block-highlight-hover-content {
  	top: 60%;
  }
  .home-block-01-button {
  	margin-top: 0;
    margin-bottom: 0;
  }  
  .home-page-title-h1-service h1 {
  	font-size: 30px !important;
    line-height: 40px !important;
    margin-bottom: 0px !important;
  }      
  /* End Home */
  
  /* Category */
  #sidebar-left {
  	width: 100%;
    padding: 0;
  }
  #content-right {
  	width: 100%;
  }
  .side-filter {
	position: relative;
  }
  .side-filter-header {
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #005caa;    
  }  
  .side-filter h5 {
    display: inline-block;
    margin: 0;
    line-height: 28px;
  }
  #menu-filter {
    display: inline-block;
    float: right;
    padding: 2px 5px;
    background-color: #005caa;
  }
  #menu-filter a {
    color: white;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer;
  }
  #menu-filter a > i {
  	font-size: 14px;
  }
  .side-filter-block {
  	position: absolute;
    display: none;
    top: 41px;
    left: 0;
    background-color: #e3f2ff;
    z-index: 1000;
    width: 100%;
    border: 2px solid #005caa;
    padding: 0 5px;
  }
  .products-list.view-grid > ul > li {
  	width: 50%;
    padding: 0 5px 0 0;
  }
  .products-list > ul > li .product-info {
  	padding: 5px;
  }
  .products-list > ul > li .product-info .price-info {
  	margin: 0 5px 0 0;
    padding: 0 0 5px 0;
    font-size: 10px;
  }
  .products-list > ul > li .product-info .price-info.price-now {
  	font-size: 16px;
  }
  .product-actions a > i {
  	padding: 2px;
  }
  .products-list.view-grid > ul > li .product-image {
    height: 150px;
  }
  .products-list > ul > li .product-info-title a {
  	font-size: 16px;
  }
  .product-actions {
  	padding: 5px;
  }
  .product-actions a.btn-favorites-cat > i, .product-actions a.remove-favorites-cat > i {
  	margin-right: 5px;
  }
  .product-info-title {
    height: 30px;
    overflow: hidden;
  }  
  .products-footer-pagination {
  	margin: 0px 0 10px;
  }
  .products-pagination li a {
  	padding: 5px;
  }  
  .products-pagination li.products-pagination-next, .products-pagination li.products-pagination-prev {
    display: none;
  }
  #product-main-image-mobile {
    height: 250px;
    overflow: hidden;
  }
  #myimage-mobile {
	left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: auto;
    max-width: none;  	
  }
  #myimage-mobile.img-width {
    height: auto;
    width: 100%;
    max-width: 100%;  	
  }  
  .products-sorting-right > span {
  	display: none;
  }
  .product-share .addtoany_list a img {
    height: 22px;
  }  
  .category-description-header h1 {
  	font-size: 40px;
    text-align: center;
  }
  .category-description-content {
  	display: none;
  }
  /* End Category */
  
  /* Slider */
  .products-carousel .product-cat .product-image {
  	height: 150px;
  }
  /* Slider */
  
  /* Locations */
  .fusion-blog-layout-grid1.fusion-blog-layout-grid-3 .post {
  	width: 100%;
  }
  /* End Locations */
  
  /* Single Product */
  .single-product {
  	margin: 0 0 40px 0;
  }
  .single-product-share {
  	text-align: left;
    margin: 20px 0 0 0;
  }
  .single-product-share > .product-actions a {
  	margin: 0 10px 0 0;
  }
  .single-product-similair-container-title {
  	margin: 0 0 15px 0;
  }
  .single-product-services-container {
  	display: none;
  }
  .single-product-content {
    padding: 0;
  }
  .single-product-content-title {
	margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: unset;  	
  }
  .post {
  	margin-bottom: 25px;
  }
  .page-template #content {
    margin-top: 10px;
  	margin-bottom: 10px;
  }
  .single-product-image-thumbs ul li img {
  	height: 57px;
  }
  .single-product-content-brand img {
  	height: 50px;
  }
  /* End Single Product */
  
  /* Single Service */
  .single-service-left {
    float: left;
    width: 100%;
    margin: 0;
  }
  .single-service-right {
    float: left;
    width: 100%;
  }  
  /* End Single Service */
  
  /* Single Location */
  .single-location-left {
    float: left;
    width: 100%;
    margin: 0;
  }
  .single-location-right {
    float: left;
    width: 100%;
  }
  /* End Single Location */
  
  /* Footer */
  ul.map-footer {
    position: relative;
    left: 0;
    padding: 0;
  }
  ul.map-footer li {
  	width: 50%;
    float: left;
  }  
  .marker-content-title {
  	font-size: 18px !important;
  }
  .marker-content-body {
  	font-size: 12px;
  }
  .btn-maps-link {
    padding: 5px 10px !important;
    line-height: 1.1 !important;
  }
  .btn-maps-link span {
    font-size: 12px !important;
  }  
  .footer-social-block {
  	margin: 0 0 25px 0 !important;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #e8e5e5;
    text-align: center;
  }
  .footer-social-block .fusion-text {
    height: auto;	
    margin: 0 0 20px 0;
  }
  .footer-social-block .home-block-01-button {
    margin: 20px 0 0 0;
  }  
  .ittim-footer p {
    text-align: justify !important;
  }
  .fusion-body .fusion-layout-column.footer-menu-links-container {
  	width: 50% !important;
  }
  .footer-menu-links-container .side-menu-footer {
  	margin: 0 0 20px 0;
  }
  .footer-menu-links-container .side-menu-footer > li > a {
  	font-size: 16px;
    	margin: 0 0 10px 0;
  }
  .footer-menu-links-container .footer-menu-blog .side-menu-footer > li > a {
  	font-size: 16px;
    	margin: 20px 0 10px 0;
  }
  .footer-menu-links-container .side-menu-footer li > ul > li a {
  	font-size: 13px;
    line-height: 1.1;
  }
  .wholesale-price p {
  	font-size: 10px;
  }
  /* End Footer */
  
  /* Modal */
  .modal-lg {
    width: calc(100% - 20px) !important;
  }
  .modal-body {
  	padding: 10px;
  }
  .modal-favorites-list li {
    width: 50%;
  }
  .modal-favorites-list-description {
    font-size: 12px;
  	height: 100px;
  }
  /* End Modal */
  
  /* Brands */
  .section-brand ul li {
    width: 48%;
  }
  /* End Brands */
  
  /* Flyers */
  .flyers-list li {
  	width: 100%;
  }
  /* End Flyers */
  
/* Sidebar */
  .has-sidebar #content {
  	margin-top: 30px !important;
  }
  .fusion-sidebar-left.sidebar .widget {
  	margin-bottom: 0px;
  }
  .side-menu-sidebar > li > a {
  	margin: 0 0 10px 0;
  }
  .side-menu-sidebar li > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .side-menu-sidebar li > ul > li,
  .side-menu-sidebar-single li {
    padding: 0px 5px !important;
    display: inline-block !important;
    border: 1px solid #e8e5e5;
    margin: 0 5px 5px 0 !important;
  }
  .side-menu-sidebar li > ul > li a,
  .side-menu-sidebar-single li a {
    font-size: 12px;
    line-height: 1;
  }
  .side-menu-sidebar li > ul > li.active-item,
  .side-menu-sidebar-single li.active-item {
    border-color: black;
  }   
  .side-menu-sidebar li > ul > li.active-item a,
  .side-menu-sidebar-single li.active-item a {
    font-weight: 600;
  }  
  /* End Sidebar */ 
  
  /* Service */
  .service-top-image {
      padding: 60px 0 !important;
  }
  .ittim-contact-form {
      margin: 20px 0 0 0;
  }  
}

