/* 
 Theme Name:     Before Sales
 Author:         Before Sales
 Author URI:     https://beforesales.nl/
 Template:       Divi
 Version:        V1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.0.3
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


.numbers input[type=number]{
	    border: 1px solid rgb(187, 187, 187);
}

.numbers input[type=number]:focus{
	 border: 1px solid #000;
}

input:disabled {
    cursor: default !important;
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3)) !important;
    color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170)) !important;
    border-color: rgba(118, 118, 118, 0.3) !important;
}

input[type=checkbox] {
  -moz-appearance:initial;
}

.gchoice:last-child
{
	position: relative;
}

.gchoice:last-child::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}