/*
Theme Name: UX Shop Child
Theme URI: https://themes.develoved.com/uxshop/
Template: ux-shop
Author: Develoved
Author URI: https://themes.develoved.com
Description: A premium WooCommerce theme designed and develoved from the ground up with the sole purpose of helping you create an astonishing, beautiful and super user friendly website that will boost your products sales.
Version: 1.5.1.1505930982
Updated: 2018-01-03
*/

#main-content .form-cart-wrapper .share-button {
	background-color: #01b7d7 !important;
}

/* Hides the share button, but only if on a product with amazon.ca button added */
.form-cart-wrapper .share-button.withcabtn {
	display: none !important;
}

.form-cart-wrapper .amazoncont {
	background-color: #FF9900;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.form-cart-wrapper .amazoncont.ca {
	background-color: #DC6E26;
}

.form-cart-wrapper .amazoncont a {
	color: #ffffff;
}

.form-cart-wrapper .share-button {
	display: none;
}

.woocommerce .single-meta-wrapper.vc_hidden {
	display:none;
}

.woocommerce div.product .single-product-main {
	margin-bottom:0px !important;
}

body.home h1 p {
	line-height:inherit;
}

.woocommerce .product .single-product-main {
	margin-bottom:0px;
}

@media screen and (min-width:768px) and (max-width: 1024px) {
	.vc_row-o-equal-height .vc_col-sm-6 .wpb_single_image.hidemedium {
		display:none;
	}
	/* Custom styling til equal heights i to kolonner */
}

@media screen and (min-width:380px) and (max-width: 1024px) {
	/* Custom styling til equal heights i to kolonner */
	.vc_row-o-equal-height .vc_col-sm-6 h2.vc_custom_heading{
		font-size:24px !important;
		line-height:24px !important;
	}
	.vc_row-o-equal-height .vc_col-sm-6 h2.vc_custom_heading br {
		display:none;
	}
}

@media screen and (max-width: 768px) {
	body.home h1.vc_custom_heading.we {
		font-size: 100px !important;
		line-height: 110px !important;
	}
}

.vc_row-o-equal-height .vc_col-sm-6 .wpb_single_image .wpb_content_element {

}
/*
Heading styling
*/
.vc_row-o-equal-height .vc_col-sm-6 h2.vc_custom_heading{
	padding-top:0px !important;
	margin-top:0px !important;
}

/* Custom styling til equal heights i to kolonner */
.vc_row-o-equal-height .vc_col-sm-6 .vc_column-inner {
	padding-top:0px !important;
}

/* Adds style to the Register option in My Account */
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--register-support::before {
	content:'\f373'
}