/* 
Theme Name: Steenkamp Inc
Description: This is a child theme of Hello Elementor for Steenkamp Inc, created by Candlelight Websites
Author: Candlelight Websites
Author URI: https://lightyourway.co.za
Template: hello-elementor
Version: 1.0.1
Text Domain: steenkampinc
*/


/*** Button Hover Fix ***/
.elementor-kit-5 button:hover, .elementor-kit-5 button:focus, .elementor-kit-5 input[type="button"]:hover, .elementor-kit-5 input[type="button"]:focus, .elementor-kit-5 input[type="submit"]:hover, .elementor-kit-5 input[type="submit"]:focus, .elementor-kit-5 .elementor-button:hover, .elementor-kit-5 .elementor-button:focus {
	font-weight: 600;
}
#header-transition {
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}
#header-transition.scrolled {
	background-color: #FFFFFFE3;
}
body.woocommerce-cart table.cart th.product-name  {
	display: table-cell !important;
}
@media(min-width:1025px) {
	#header-transition.scrolled img {
	  transition: width 1s ease;
	}
	#header-transition.scrolled img {
		width: 184px;
	}
}
form .elementor-message {
	text-align: center;
    padding: 20px;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
form .elementor-message.elementor-message-success {
	border-radius: 1px;
	border: 0;
}
.woocommerce-notices-wrapper .woocommerce-message, 
form .elementor-message.elementor-message-success {background: #3cff8036;color: #00772c;}
.woocommerce-notices-wrapper .woocommerce-message:before {color: #00772c;}
.woocommerce-notices-wrapper .woocommerce-info {background: #7ab5ff42;color: #003577;}
.woocommerce-notices-wrapper .woocommerce-info:before {color: #003577;}
.woocommerce-notices-wrapper .woocommerce-error {background: #ffca7a42;color: #775200;}
.woocommerce-notices-wrapper .woocommerce-error:before {color: #775200;}