/*
Theme Name: H-Code Child
Theme URI: http://wpdemos.themezaa.com/h-code
Author: Themezaa
Author URI: http://www.themezaa.com
Description: Child theme for H-Code theme
License: Themeforest Split Licence
License URI: http://themeforest.net/licenses
Template: h-code
Version: 1.1
Text Domain: h-code-child
*/


h1, h2, h3, h4, h5 {
    color: #000000;
    font-weight: 300;
    letter-spacing: 5px;
}

.grey-box-custom {
  background-color: #f8f8f8;
  padding: 30px;
  margin-bottom: 30px;
}

/*****************************
  Header
******************************/

/* Logo */
.logo, .logo-light, .retina-logo, .retina-logo-light {
  /* width: 49px !important;
  max-height: 49px !important; */
  width: 60px !important;
  max-height: 60px !important;
  position: fixed;
  top: -16px;
  z-index: 999;
}

/* Mini header */

.top-header-area {
  background: rgba(255,255,255,0.8) !important;
  height: 34px;
  z-index: 9;
}

.sticky-mini-header .navbar {
    top: 34px !important;
    position: fixed;
}

header.sticky-mini-header .shrink-nav {
    top: 34px !important;
    position: fixed;
}

@media (max-width: 767px) {
  body header.mini-header-mobile .navbar.shrink-nav {
      top: 34px !important;
  }
}

@media (max-width: 767px) {
  body header.mini-header-mobile .navbar {
      top: 34px !important;
  }
}

.shopping-cart .subtitle{
  float: right;
  margin-left: 2px;
}

.shopping-cart .subtitle-mobile{
  display: none;
}

.cart-content {
  top: 90px;
}

.cart-content a{
  color: #ffffff;
}

.sticky-mini-header #text-2 {
  float: right;
  padding-right: 0px !important;
}

.sticky-mini-header #text-2 a{
  color: #777777;
}

.sticky-mini-header .top-cart, .sticky-mini-header #text-2 {
    padding: 0px 19px;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    color: #777777;
}

@media (max-width: 991px) {
  .top-cart .fa-shopping-cart {
      padding: 0px !important;
      margin-right: 2px !important;
  }
}

/* Navbar */
nav .container {
  height: 60px;
}

/* .navbar .container {
    width: 95%;
} */

.navbar .navbar-nav > li > a {
  font-weight: 300;
  color: #777777;
  border-bottom: 0px !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
  border-bottom: 0px !important;
  color: #000000 !important;
}

.nav-black.nav-light-transparent .navbar-nav li.current-menu-ancestor a, .nav-black.nav-light-transparent .navbar-nav li.current-menu-item a {
  border-bottom: 0px !important;
  color: #000000;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
  border-bottom: 0px !important;
}

/* Mobile Menu */
.navbar .mobile-accordion-menu {
    background: #ffffff !important;
    top: 61px !important;
}

.navbar .mobile-accordion-menu .navbar-nav > li > a {
    color: #000000 !important;
    font-weight: 300 !important;
}

.navbar-default .navbar-toggle {
    background-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000 !important;
}

/* @media (max-width: 1199px) {
  .nav > li {
      margin-right: 10px !important;
      margin-left: 10px !important;
  }
}

@media (min-width: 1199px) {
  .nav > li {
      margin-right: 19px !important;
      margin-left: 19px !important;
  }
} */

/* Social Icons */
.navbar .navbar-nav .social-icon-menu {
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .fa-user {
    color: grey !important;
    float: left !important;
  }
}

/*****************************
  Content
******************************/

/* Home Slider */
.slider-wrapper .vc-column-innner-wrapper {
  display: table;
  width: 100%;
}

.slider-content-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 3;
  position: relative;
  float: none;
}

.slider-content {
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding: 80px;
  outline: 1px solid #fff;
  outline-offset: 8px;
}

.slider-content img {
  width: 200px;
  height: auto;
  margin-bottom: 30px;
}

.grid-gallery figcaption h3 a, .grid-gallery figcaption h3 {
  letter-spacing: 2px;
}

/* Portfolio Grid */
.portfolio-filter {
  margin-bottom: 30px;
}
.portfolio-filter li a {
  font-family: 'Cutive Mono', monospace;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
}

.gutter .grid li {
  padding: 0 15px 30px;
}

.width-1 {
  width: 8.333333% !important;
}

.width-2 {
  width: 16.666666% !important;
}

.width-3 {
  width: 24.999% !important;
}

.width-4 {
  width: 33.333333% !important;
}

.width-5 {
  width: 41.666666% !important;
}

.width-6 {
  width: 49.999% !important;
}

.width-7 {
  width: 58.333333% !important;
}

.width-8 {
  width: 66.666666% !important;
}

.width-9 {
  width: 74.999% !important;
}

.width-10 {
  width: 83.333333% !important;
}

.width-11 {
  width: 91.666666% !important;
}

.width-12 {
  width: 100% !important;
}

.grid figcaption {
  top: 50%;
}

.grid-gallery figcaption h3 a, .grid-gallery figcaption h3 {
  color: #000000;
}

.grid figure:hover .gallery-img {
    background-color: #ffffff;
}

.grid figure:hover img {
  cursor: pointer !important;
}

/* Product Grid */
.products-grid .vc_grid .vc_gitem-zone {
  background-size: contain;
  transition: all 0.3s ease;
}

.products-grid .vc_is-hover .vc_gitem-zone-a {
  transform: scale(1.1);
}

.products-grid .vc_grid-filter-item span {
  font-family: 'Cutive Mono', monospace;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  margin: 15px 32px;
  padding: 0;
  text-transform: uppercase;
}

.products-grid .vc_grid-filter>.vc_grid-filter-item {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.products-grid .vc_grid-filter {
  margin-bottom: 50px;
}

.products-grid .vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,
.products-grid .vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item:hover {
  background-color: transparent;
}

.products-grid .vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active span,
.products-grid .vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item:hover span {
  border-bottom: 1px solid;
  color: #000000 !important;
  padding-bottom: 5px;
}

.products-grid .vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item,
.products-grid .vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item,
.products-grid .vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item {
  border: 0px;
}

.products-grid .vc_gitem-animate-blurOut .vc_gitem-zone-b,
.products-grid .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b,
.products-grid .vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.products-grid .vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.products-grid .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
  transition: all 0.3s ease;
}

.products-grid .vc_grid .vc_gitem-link {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.products-grid .vc_grid-item-mini {
  overflow: hidden;
}


/* Page title */
.content-top-margin.page-title-section {
    margin-top: 0px;
}

.content-top-margin-big {
    margin-top: 0px;
}

@media (max-width: 767px) {
  .content-top-margin-big {
      margin-top: 99px !important;
  }
}

.page-title.no-effect, .page-title.bg-gray {
    padding: 150px 0;
    background-position: 50% 50% !important;
}

.page-title-section .container {
  display: table;
  height: 100%;
}

.page-title-section .parallax-fix .row {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
}

.page-title-section .wow {
  background-color: #ffffff;
  width: fit-content;
  float: none;
  margin: 0 auto;
  padding: 80px;
  outline: 1px solid #fff;
  outline-offset: 8px;
  text-align: center;
}

@media (max-width: 767px) {
  .page-title-section .wow {
    padding: 60px;
  }
}

@media (max-width: 490px) {
  .page-title-section .wow {
    padding: 40px;
  }
}

.page-title-section .wow .white-text{
  color: #000000;
}

.page-title-section .bg-black {
  background: transparent;
}

.page-title h1 {
  font-size: 36px !important;
  letter-spacing: 5px;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 490px) {
  .page-title h1 {
    font-size: 26px !important;
  }
}

.page-title span {
    letter-spacing: 5px;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    max-width: 800px;
    display: block;
}

/* Single Product */

.woocommerce .page-title span {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    text-transform: none;
    margin-top: 10px;
    max-width: 800px;
    display:block;
}

.woocommerce .nav-tabs-light {
    height: 70px;
    display: none;
}

.woocommerce .product-title-wrapper, .woocommerce .short-description, .woocommerce .product-details-social {
  padding: 30px !important;
  background-color: #f8f8f8;
  margin-bottom: 30px;
}

.woocommerce .product-name-details {
    font-size: 20px;
    font-weight: 300 !important;
    font-family: 'Cutive Mono', monospace;
}

.woocommerce .product-title-wrapper .separator-line {
  display: none;
}

.woocommerce .border-top  {
  display: none;
}

.woocommerce .short-description {
  color: #000000;
}

.woocommerce .product-details-social .black-text {
  display: none;
}

.woocommerce .wide-separator-line:first-child {
  height:0;
  margin:0px !important;
}

.woocommerce .product-deails-tab {
  background-color: #f8f8f8;
  margin-top: 10px;
  padding: 25px 15px;
  margin-bottom: 60px;
  margin-left: 15px;
  margin-right: 15px;
  width: 64%;
}

@media screen and (max-width: 991px) {
  .woocommerce .product-deails-tab {
    width: 100%;
  }
}

.woocommerce .single-product-wrapper .price {
  padding: 30px 30px 5px!important;
  background-color: #f8f8f8;
  margin: 0px;
}

.woocommerce .single-product-wrapper .legal-price-info {
  padding: 0px 30px !important;
  background-color: #f8f8f8;
}

.woocommerce .single-product-wrapper .cart-detail {
  padding: 30px !important;
  background-color: #f8f8f8;
  margin: -10px 0px 30px;
}

.woocommerce .single-product-wrapper .cart-detail .quantity {
  margin-bottom: 15px;
}

.woocommerce .single-product-wrapper .cart-detail button {
  font-size: 10px;
  padding: 10px 15px;
}


/* Cart */

.woocommerce-cart .border-top {
    display: inline-block;
}

.woocommerce-cart .order-tax th, .woocommerce-cart .order-tax td{
  text-align: right;
  padding-right: 0;
}

.woocommerce-cart .highlight-button-black-background {
    font-size: 12px;
    padding: 13px 20px;
}


/* Checkout */
.woocommerce-checkout #billing_title, .woocommerce-checkout #shipping_title {
  display: block;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  white-space: nowrap;
  color: #626262;
  text-decoration: none;
  background-clip: padding-box;
  user-select: none;
  background-color: #fff;
  font-weight: 400;
  border: 1px solid #dfdfdf;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 0 20px;
  max-width: 100%;
  padding: 8px 15px;
  resize: none;
  width: 100%;
  height: 41px;
}

.woocommerce-checkout .order-tax th, .woocommerce-checkout .order-tax td {
  text-align: right;
  padding-right: 0px;
  border-bottom: 1px solid #eee;
  color: #000;
  font-size: 12px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .woocommerce-checkout .order-tax th {
    display: none;
  }
}

.woocommerce-checkout .order-tax td span {
  font-weight: bold;
}

.woocommerce-checkout .wc-terms-and-conditions {
  margin-bottom: 30px;
}

.woocommerce-checkout #place_order {
  border: 4px solid #000;
  background-color: #000;
  font-size: 12px;
  padding: 13px 20px;
  color: #fff;
  font-weight: 700;
  float: right;
  text-transform: uppercase;
}

.woocommerce-checkout #place_order:hover {
  border: 4px solid #000;
  background-color: #fff;
  color: #000;
}

.woocommerce-checkout-payment .payment_methods li label {
    margin: 0;
    display: inline;
}

.woocommerce-checkout-payment .payment_methods li label img{
  float: right;
}

.woocommerce-checkout-payment .payment_methods {
    margin-top: 30px;
}

.woocommerce-checkout-payment .payment_methods li {
    margin: 0px 0 25px 0;
}

/* .woocommerce-checkout-review-order-table .wc-gzd-product-name-right {
  padding: 40px 0px;
} */


/* My Account */

.woocommerce-MyAccount-navigation, #customer_login {
    margin-top: 120px;
}

@media (max-width: 991px) {
  .woocommerce-MyAccount-navigation li a {
    border: 0;
    background-color: #f7f7f7;
    width: 100%;
    padding: 10px 15px;
  }

  .woocommerce-MyAccount-navigation li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }

  .woocommerce-MyAccount-navigation i {
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    margin: 3px 8px 0 0;
    float: left;
    width: 18px;
  }

  .woocommerce-MyAccount-navigation li.is-active a {
    background-color: #fff;
    padding: 8px 15px;
    margin: 0;
  }

  .woocommerce-MyAccount-navigation {
    border: 1px solid #e5e5e5;
  }
}

/*****************************
  Footer
******************************/

footer {
background-color: transparent !important;
}
footer .footer-bottom {
background-color: #f8f8f8;
}
footer ul.list-inline li a {
color: #626262 !important;
}

/** Ergänzungen Helmuth Lammer: */

.payment-container-footer::before, .payment-container-footer::after{
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}

.payment-container-footer {
	font-size: 11px;
	border-top: 1px solid #a4a4a4;
	padding-top: 15px;
	position: relative;
    top: 95px;
}

@media (max-width: 768px){
	.payment-container-footer{
		top: 55px;
		
		text-align:center;
	}
}

.payment-container-footer h3{
	font-size: 11px;
}

.payment-container-footer .col-lg-6{
	text-align: center;
}

.payment-container-footer img{
    max-width: 100%;
    height: 20px;
    width: auto;
    margin: 5px;
}