/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: Greenlight / UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


#main .wc-block-grid .wc-block-grid__product{
	margin-left: 0px;
}

/* header styles */
#header .tagline{
	color: #eeee22;
}
#header .header-bottom .nav .menu{
	padding: 5px 10px 0px;
	background-color: #114892;
}
#header .header-bottom .nav .menu > li{
	display: inline-block;
	list-style: none;
	padding: 0;
	position: relative;
	margin: 0 7px;
	border-top: none;
	padding-left: 10px;
	padding-right: 10px;
}
#header .header-bottom .nav .menu > li a{
	color: #A2A2A2;
}

#header .header-bottom .nav .menu > li.has-child.active ul.sub-menu,
#header .header-bottom .nav .menu > li.has-child:hover ul.sub-menu,
#header .header-bottom .nav .menu > li.has-child ul.sub-menu:hover{
    position: absolute;
	min-width: 150px;
	display: block !important;
    top: 35px;
    background-color: #EDEDED;
	color: #000000;
    padding: 5px 8px;
    border: none;
}
#header .header-bottom .nav .menu > li.has-child.active ul.sub-menu a,
#header .header-bottom .nav .menu > li.has-child:hover ul.sub-menu a,
#header .header-bottom .nav .menu > li.has-child ul.sub-menu:hover a{
	color: #000000;
}

/* uitvergroten vlag huidige taal */
.wpml-ls-menu-item .wpml-ls-flag{
	height: 12px;
}
.wpml-ls-current-language .wpml-ls-flag{
	width: 21px;
	height: 14px;
	margin-top: -1px;
}
	
/* product detail */

.nav-tabs > li.active > a {
    border-top-color: #114892;
}

/* my account dashboard link tooltips */

.woocommerce-MyAccount-content .filter-form{
	margin-top: 20px;
}


ul.dashboard-links > li div.link-description {
	position: relative;
}

ul.dashboard-links > li div.link-description .description-text { /* The tooltip */
	display: none;
	z-index: 1;
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	width: 100%;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: 5px;
	top: 100%;
	margin-top: 8px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}

#filter-form ul.dashboard-links > li div.link-description .description-text {
	pointer-events: none;
}

ul.dashboard-links > li:hover div.link-description .description-text {
	display:block;
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
}

ul.dashboard-links > li div.link-description .description-text:before { /* The pointer of the tooltip */
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	right:24px;
	top:-12px;
}

ul.dashboard-links > li div.link-description .description-text:after{ /* Prevents the tooltip from being hidden */
	width:100%;
	height:10px;
	content:'';
	position: absolute;
	top:-10px;
	left:0;
}

ul.dashboard-links > li:hover div.link-description .description-text a {
	display: inline;
	border: initial;
	padding: initial;
	margin: initial;
	color: #ff8080;
}

/* aanpassingen checkout */

.wc-proceed-to-checkout, .return-to-shop{
	text-align: left;
}
@media only screen and (min-width: 48em) {
.return-to-shop{
	width: 41.66667%;
	padding-left: 36px;
	box-sizing: border-box;
	float: right;
}
/* disable monospace font for code elements */
}
code{
	font-family: inherit;
	border: none;
	padding: 0px;
	font-size: inherit;
}
/* meer ruimte voor middenkolom bij product */
@media only screen and (min-width: 48em) {
	#product-sidebar{
		width: 10%;
		max-width: 10%;
		flex-basis: 10%;
	}
}
/* gelijk trekken button groottes order en subscribe */
#main .product-info form button.button{
	font-size: 1em;
	background-color: #114892;
}	
/* CSS animation */

@-webkit-keyframes fadeIn {
	0% { 
	    opacity:0; 
	    transform: scale(0.6);
	}
	100% {
	    opacity:100%;
	    transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}

/* wishlist buttons */
.product-small .wishlist-cart-form .quantity {
	display: none;
}
.product-small .wishlist-cart-form a.wl-add-but {
	background-color: transparent;
	color: transparent;
	border: 0px none;
	overflow: hidden;
	width: 20px;
	height: 20px;
	background-image: url('assets/img/add-to-wishlist-icon.png');
	background-size: 80%;
	background-repeat: no-repeat;
    margin-top: 0.88rem;	
}
.product-small .wishlist-cart-form a.wl-add-but:hover {
	box-shadow: none;
	opacity: 0.9;
}
#main .product-small .wishlist-cart-form .wl-button-wrap {
	padding: 0px;
	width: auto;
}
.product-small .wishlist-cart-form .wl-already-in {
	display: none;
}
.product-small .wishlist-cart-form .wl-already-in + a.wl-add-but {
	opacity: 0.5;
}

#wl-wrapper .wl-table.shop_table_responsive td.product-quantity{
    text-align: center;
}
#wl-wrapper .wl-table.shop_table_responsive td.product-quantity .quantity input {
    text-align: center;
    line-height: 1.3;
    height: 17px;
}
#wl-wrapper .wl-table.shop_table_responsive .button.alt{
	background-color: var(--primary-color);
}
/* compenseer voor flatsome instructie die zorgt dat wishlists naast elkaar gaan staan /*/
.wl-list-pop dd{
	display: block;
}
#main #wl-wrapper .wl-table .check-column{
	padding-left: 0px !important;
	padding: 10px;
	text-align: right;
}
#wl-wrapper .wl-table .check-column input{
	margin: 0px !important;
}
#wl-wrapper .wl-actions-table select{
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: bolder;
}
#wl-wrapper .button{
	margin-bottom: 0px;	
}
#wl-wrapper .wl-table.shop_table_responsive td.product-name{
	text-align: left;
}
#wl-wrapper .wl-table.shop_table_responsive td:last-child{
	text-align: right !important;
	padding-right: 0px;
}
#wl-wrapper .wl-table.shop_table_responsive td:last-child input{
	text-align: right !important;
	margin-right: 1em;
}
#wl-wrapper .wl-search-form input.find-input{
	margin-bottom: 0px;
}
.post-type-archive-product .woocommerce-message .success-color .button{
	display: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.cart-item.has-icon{
		display: none;
	}
	.mfp-container .mfp-content{
		vertical-align: top;
		background: #114892;
		padding: 10px;
		box-sizing: border-box;
	}
	.mfp-container .mfp-content a{
		color: white;
		font-size: 15px !important;
		text-align: left;
		padding: 0px 8px !important;
		text-transform: none;
	}	
	div.product-search.floating div.product-search-results-content{
		display: none !important;
	}
	#main-menu .html.custom.html_topbar_right{
		padding: 0px;
	}
	#main-menu .menu-productmenu-container, 
	#main-menu .menu-productmenu-nl-container{
		width: 100%;
	}
	#main-menu .menu-productmenu-container .menu-item,
	#main-menu .menu-productmenu-nl-container .menu-item{
		position: relative;
		margin-bottom: 0px;
	}
	#main-menu .menu-productmenu-container .menu-item a,
	#main-menu .menu-productmenu-nl-container .menu-item a{
		color: #FFFFFF;
		text-transform: none;
	}
	#main-menu .menu-productmenu-container .menu-item .toggle,
	#main-menu .menu-productmenu-nl-container .menu-item .toggle{
		top: -5px;
		right: 0px;
		color: #FFFFFF;
		opacity: 1;
	}		
	/* geen diamond nr in besteloverzicht op mobiel */
	#main .woocommerce-orders-table__header-product-diamd-no,
	#main .woocommerce-orders-table__cell-product-diamd-no{
		display: none;
	}
	 .woocommerce-orders-table th, .woocommerce-orders-table td{
		 padding: .25em;
		font-size: .8em
	 }  

}
