/* 
Theme Name: StipBike
Theme URI: http://themeva.com
Author: themeva
Version: 1.0
Template: DynamiX
Description: DynamiX Wordpress Child Theme
Author URI: http://themeva.com
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, translation-ready, buddypress
*/

@import url("../DynamiX/style.css");

/* taal wisselaar in header */
#header .headerpanel-widgets {
	position: absolute;
	margin: 0 auto;
	text-align: right;
	top:0;
	right:0;
}

/* aanpassing afreken formulier WooCommerce */
.checkout-message {
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	float: right;
	overflow:hidden;
	height: 30px;
	width: 200px;
	color: #9C6291;
	text-align: right;
	}

.woocommerce-cart .cart-collaterals .cart_totals table {
	border-collapse: separate;
	margin: 0 0 6px;
	padding: 0;
	width: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}

div.place-order .button {
  background-color: #F6A024 !important;
  border-color: #F6A024 !important;
}
/* gerelateerde producten onder omschrijving */
.related.products {
	clear: both;
}

/* mega menu aanpassingen */
/* headerkleur zonder verloop - rand aanpassen ed... */
.tab-wrap {
  display: none;
}

#custom-layer1 {
  background: #FC9400;
}
.ubermenu-search-submit {
	background: transparent !important;
}
.ubermenu-skin-black-white-2 {
  box-shadow: 0px 0px 0 0 rgba(255, 255, 255, 0.1) inset;
}
.ubermenu-responsive-toggle{
  clear:both;
}
.ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-column{
    float:left;
}
/* logo marges */
#header-logo {
  float: left;
  margin-top: 2%;
  margin-bottom: 2%;
  position: relative;
  width: auto;
  z-index: 1;
}

/* hoofdmenu smaller maken */
#nv-tabs a {
  background: url("images/blank.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 0 7px 14px;
  position: relative;
  text-decoration: none;
  z-index: 100;
}
/* product overzicht pagina */
.woocommerce ul.products li.product h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 1em;
	min-height: 80px;
}
li.product .price {
	min-height: 40px;
}
@media only screen and (max-width: 768px) {
/* verberg op mobiel standaard Dynamix menu-button */
.toppaneltrigger.mobile, .mobilemenu-init {
	display: none !important;
}	
}

.yith_magnifier_zoom_magnifier {
	background-color: #fff;
}