html {
    overflow-y: auto;
}
body {
    display: none;
}
#initialPrice, #currency, #emailUrl, #email_subject, #admin_email, #colorA, #colorB, #intro_enabled,#save_to_cart {
    display: none;
}
.container {
    text-align: center;
}
h1 {
    font-size: 58px;
}
.btn-primary:hover, a:hover {
    opacity: 0.7;
}
.btn-primary:active, a:active {
    opacity: 0.5;
}
.has-error, .gfield_error .form-group .form-control {
    color: #e74c3c;
    border-color: #e74c3c;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-switch span.switch-left {
    background-color: #AAA;
}
.has-switch > div.switch-on label {
    background-color: #bdc3c7;
}

.has-switch span.switch-left  {
    color: #FFF;
}
.has-switch .switch-off.has-error  span.switch-right {
    color: #e74c3c !important;
}
.form-control {
    color: #999;
}
#wpe_close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
}
#mainPanel {
    min-height: 500px;
    position: relative;
    display: none;
    -webkit-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
}
#mainPanel .genSlide {
    display: none;
    min-height: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#mainPanel .genSlide h2.stepTitle {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-top: -29px;
}

#mainPanel .genSlide h2.positioned {
    top: 80px !important;
}
#mainPanel .genSlide .genContent {
    text-align: center;
    padding-top: 128px;
    opacity: 0;
}
#mainPanel .genSlide .genContent .col-md-2 {
    margin: 0 auto;
    display: inline-block;
    float: none;
}
#mainPanel .genSlide .genContent div.selectable {    
    display: inline-block;
    position: relative;
    cursor: pointer;
}
#mainPanel .genSlide .itemBloc {
    display: inline-block;
    margin: 38px;
}
#mainPanel .genSlide .genContent div.selectable span.icon_select {
    position: absolute;
    bottom: 0px;
    right: -10px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}
#mainPanel .genSlide .genContent div.selectable span.icon_quantity {
    border-radius: 15px;
    width: 30px;
    height: 30px;
    color: #FFF;
    font-size: 14px;
    display: none;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: -10px;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#mainPanel .genSlide .genContent div.selectable.checked span.icon_quantity {
}
#mainPanel .genSlide .genContent div.selectable.checked span.icon_quantity:hover {
    opacity: 0.7;
}
#mainPanel .genSlide .genContent div.selectable .img {
    max-width: 64px;
    max-height: 64px;
}
#mainPanel .genSlide .genContent div.selectable.checked span.icon_select {
    color: #1abc9c;
}

#mainPanel .genSlide div.selectable .img {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    vertical-align: middle;
}
#mainPanel .genSlide div.selectable.checked .img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);	
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");

}
.genPrice {
    width: 90%;
    margin: 0 auto;
    margin-top: 58px;
    margin-bottom: 58px;
    position: relative;
    display: none;
}

.genPrice .progress {
    height: 28px;
}
.genPrice .progress .progress-bar-price {
    display: inline-block;
    width: 78px;
    position: absolute;
    border-radius: 39px;
    height: 78px;
    top: -24px;
    left: 0%;
    line-height: 78px;
    text-align: center;
    font-weight: bold;
    color: white;
    margin-left: -24px;
    background-color: #1abc9c;
    z-index: 999;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#mainPanel .btn-next {
    position: relative;
    display: none;    
}
#mainPanel .genSlide:nth-child(1) .btn-next {
    margin-bottom: 28px;
}
#mainPanel #btnOrder {
    margin-bottom: 28px;
}
#mainPanel .genArrows {
    position: absolute;
    top: 240px;
    font-size: 76px;
    width: 100%;
    text-align: right;
    z-index: 99;
    display: none;
}
.genContentSlide {
    display: none;
}
.genContentSlide.active {
    display: block;
}
#mainPanel #finalPrice {
    margin-top: 15px;
    color: #008080;
}
#mainPanel input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),#mainPanel textarea,#mainPanel select,#mainPanel .select-block{
    padding: 4px;
    width: 480px;
    margin: 0 auto;
    text-align: center;
}
#mainPanel input[type="file"]{
     padding-top: 7px !important;
}
.gfield_list_cell {
    width: 465px;
}
#mainPanel .gfield_list_cell input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),#mainPanel .gfield_list_celltextarea,#mainPanel .gfield_list_cell select{ 
    width: 437px ;
}
#mainPanel textarea  {
    height: 80px;
}

#orderMessageCheck {

}
#finalText {
    display: none;
    margin-top: 180px;
}
#errorMsg {
    display: none;
}
.linkPrevious {
    color: #bdc3c7;
    display: block;
    margin-top: 8px;
    font-size: 14px;
    padding-bottom: 28px;
}
#modal_quantity input {
    width: 100px;
    display: inline-block;
    margin-right: 4px;
}
.quantityBtns {
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -30px;
    display: none;
}
.quantityBtns a {
    display: inline-block;
    width: 24px;
    line-height: 24px;
    height: 24px;
    background-color: #1abc9c;
    color: white;
    border-radius: 12px;
    text-decoration: none;
    margin: 2px;
    font-weight: bold;
}
.quantityBtns a:hover{
    color: white;

}
#finalSlide input.toggle, #finalSlide textarea.toggle {
    display: none;
}
#finalSlide ul {
    padding-left: 0px;
    margin-left: 0px;
}
#finalSlide .validation_error,#finalSlide #gforms_confirmation_message,.gfield_description {
    display: none;
}
#finalSlide .btn:not(#btnOrder) {
    display: inline-block;
    margin: 0 auto;    
    margin-bottom: 28px; 
}
.gform_ajax_spinner {
    display: none;
}
table.gfield_list{
    margin: 0 auto;
}
.ginput_quantity_label {
    display: inline-block;
    margin-left: 14px;
}
#finalSlide .estimation_project {
    display: none;
}
@media (min-width: 768px) {
    h1 {
        font-size: 42px;
    }
}
@media (max-width: 768px) {    
    #mainPanel .genSlide h2 {
        font-size: 38px;
    }
}
@media (max-width: 480px) {
    h1 {
        font-size: 38px;
    }
    #wpe_close_btn {
        margin-top: 1px;
        margin-right: 7px;
    }
    #mainPanel {
        min-height: auto;
    }
    #mainPanel .genSlide h2 {
        font-size: 28px;
    }
    #mainPanel .genSlide .genContent {
        margin-top: 8px;	
    }
    #mainPanel input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),#mainPanel textarea,#mainPanel select,#mainPanel .select-block {
        width: 100%;
    }
}

