/*
Theme Name: Susteen
Description: WordPress & WooCommerce Webdesign
Author: Jaap de Wit
Template: flatsome
Version: 1.0
*/

.sus-img-border .img .img-inner {
	border-radius:20px;
}

input[type=email], input[type=date], input[type=search], input[type=number], input[type=text], input[type=tel], input[type=url], input[type=password], textarea, select {
    border: 1px solid #609a21;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	box-shadow: unset!important;
}