/*
Theme Name: Sneleenwebshop - Wijn
Theme URI: https://www.sneleenwebshop.nl/
Template: oceanwp
Author: Clickdreams B.V.
Author URI: https://www.clickdreams.nl
Description: Custom theme for sneleenwebshop.nl
Version: 3.3.5.1663770796
Updated: 2022-09-21 16:33:16

*/

/* .woocommerce .related.products h2 {
	font-family: Great Vibes;
    font-weight: 400;
    letter-spacing: 3.6px;
    text-transform: capitalize;
} */
/* .owp-floating-bar.show{
    top: 30px !important;
} */
.owp-floating-bar .product_price {
	 float: left;
    padding-top: 8px;
}
a, a:hover, a:active, a:focus-visible, a:focus, *:hover, *:active, *:focus-visible {
   outline: none !important;   
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
}
.oceanwp-off-canvas-close{
	background: white!important;
}

.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button):hover,.page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):hover {
  text-decoration: none !important;
}
/* Begin woolentor cart responsive on mobile */
@media (max-width: 767px) {
	.woolentor-cart-product{
		padding:0!important;
		border-bottom: 1px solid #F2F2F2!important;
		border-radius: 0px!important;
	}
	
	.woocommerce .woolentor-cart-list .cart .product-thumbnail {
		max-width: 300px!important;
	}
	
 	.shop_table.cart tr.cart_item div.product-thumbnail img {
		width: 100%!important;
		max-width: 400px!important;
	}
	
	.woocommerce .woolentor-cart-list .cart .product-thumbnail {
		margin:0 auto!important;
	}
	.shop_table.cart tr.cart_item .product-name {
		font-size: 18px!important;
		font-weight: 600!important;
		margin-top: 10px!important;
	}
	.woolentor-cart-product-actions{
		display:none!important;
	}
	.woolentor-cart-list .woolentor-cart-product-content{
		gap: 10px!important;
	}
	.woolentor-product-price {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.woolentor-cart-product-content{
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	.woolentor-product-quantity-label{
		display:none!important;
	}
}
/* End woolentor cart responsive on mobile */

.tinv-header{
	display:none!important;
}
.related h2{
	font-size: 24px!important;
}

@media (max-width: 400px) {
.related h2{
	font-size: 20px!important;
}
}