/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#checkout #wrapper{
	background: none;
}
#checkout .form-control {
    background: #ebebeb !important;
    color: #acaaa6;
    border: none;
    padding: 0.5rem 1rem;
    transition: all 0.05s ease-in-out;
}
#checkout .form-control:focus {
    background-color: white !important;
    outline: none;
    box-shadow: inset 0px 0px 0px 2px #ffd304;
}
.select2-container--default .select2-selection--single {
    background-color: none;
    border: 0; 
    border-radius: 0;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    background: #ebebeb !important;
    color: #acaaa6;
    border: none;
    padding: 0.5rem 1rem;
    transition: all 0.05s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    background-color: white !important;
    outline: none;
    box-shadow: inset 0px 0px 0px 2px #ffd304;
}
.custom-select2:after{display:none;}

#checkout .page-title{
	display: none;
}
#checkout section.checkout-step {
    border: 0 !important;
    padding: 0;
}
#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}
#checkout section.checkout-step .step-title:hover {
    color: #ffd304;
}
#checkout .form_id_gender{
	display: none;
}
#checkout .continue{
	background: #cec988;
    color: #3d3b26;    
    border: none 1px;
    border-radius: 30px;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
    width: auto;
    float: right;
}
	
#checkout .continue:hover{
	background: #0661db;
    color: #ffffff;
}
#checkout #js-checkout-summary{
	background: #fff;
}
#checkout #payment-confirmation .btn{
    color: #3d3b26; 
    border: none 1px;
    border-radius: 30px;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
}


#order-confirmation #registration-form{
    display: none;
}