ul.sidebar_categories {
    text-transform: uppercase;
}
li.grid_sorting_button {
    text-transform: uppercase;
    cursor: pointer;

}
li.grid_sorting_button.active {
    color: #f10404;
}


.dropdown-menu a {
    display: block;
    text-transform: uppercase;
} 
span.error {
    display: block;
    width: 100%;
    color: #FFFFFF;
    background: #f00;
    margin: 10px;
}
div#form-inf img {
    max-width: 90%;
}

i.product_cart_button { color: #357297; }


.btns.btns-info.back-ring-button.fixo {
    top: 0;
    right: 0;
}

button#submitButton {
    cursor: pointer;
}


form#formorder {
    width: 99%;
    text-align: center;
    color: #ffffff;
}

#formorder input[type="radio"] {
	display: block;
    width: 100%;
    height: 26px!important;
    padding: 6px 6px!important;
    margin-bottom: 10px!important;
    font-size: 15px!important;
    line-height: 20px!important;
}
#formorder label { color: #5d999c;
    text-align: left;
    text-transform: uppercase;
}
#formorder button#sp_qc_submit {
   color: #fff;
    background: #73b96f;
    cursor: pointer;
    border-radius: 16%;
}
.btns.btns-info.back-ring-button {
cursor: pointer;
background: #253e76;
    padding: 8px 6px;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    margin: auto;
    display: block;
    max-width: 150px;
    text-align: center;
    z-index: 888;
	    border: 1px solid #fff;
}
.btns.btns-info.back-ring-button:hover {
    color: #ffffff;
  background: #87c3ff;
}

.fixo {
    position: fixed!important;

}



   
video {
    display: block;
    max-width: 100%;
}


div#messenger {
    font-size: 14px;
    color: #D70000;
	text-align: center;
    padding: 6px;
}


#overlay {
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    width: 100%;
    height: 100% !important;
    z-index: 999;
    overflow: auto;
}

.wrapper-modal-back-ring {
   position: fixed;
    right: 0;
 
    top: 0;
    width: 400px;
    z-index: 99999999;
    max-width: 95%;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #6facdc;
    padding: 23px;
    max-height: 95%;
    overflow-y: auto;
}

div#form-blok .close-ring-button {
    position: absolute;
    right: 1px;
    top: 6px;
}

div#form-blok {
    max-width: 450px;
    display: block;
    margin: auto;
}




