::-webkit-scrollbar{
    width:12px;
}

::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: #2ab2ff;
    background-color: #2ab2ff;
}
::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #2ab2ff;
    background-color: #2ab2ff;
}
::-webkit-scrollbar-track{
    border-width:0;
}
::-webkit-scrollbar-track:hover{
    border-left: solid 1px #2ab2ff;
    background-color: #2ab2ff;
}


.load-items {
    cursor: pointer;
}
textarea#mess {
    height: 70px;
}

#myProgress {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #ddd;
}

#myBar {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #2ab2ff;
}
.incart, .btn2 {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 24px;
    bottom: 20px;
    padding: 10px;
    color: #ffffff;
    background: #000;
    text-align: center;
}

span.load-items {
	position: relative;
    display: block;
    padding: 10px;
    background: #000;
    text-align: center;
    color: #fff;
}

.logos {
    text-align: center;
    display: block;
    margin: auto;
    padding: 15px;
    color: #fff;
	font-size: 31px;
}
.logos a {
    color: #2ab2ff;
}
.main_nav_container {
    width: 100%;
    background: #1e1e27;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.navbar_menu li a {
    display: block;
color: #ffffff;
}
.navbar {
  width: 1100px;
    height: 100px;
    float: none;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
}

.hamburger_container {

    position: absolute;
}
.hamburger_container i {
  font-size: 33px;
color: #ffffff;}

.hamburger_menu {

    background: #000;
}

.hamburger_close i {
    font-size: 24px;
color: #ffffff;}

.menu_item > a {

    color: #ffffff;
}



.header_search_form_container
{
	width: 100%;
	height: 50px;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
}
.header_search_form
{
	width: 100%;
	height: 100%;
}
.header_search_input
{
	display: block;
	position: relative;
	width: calc((100% - 50px) * 0.601);
	height: 100%;
	line-height: 50px;
	border: none !important;
	outline: none !important;
	padding-left: 26px;
	color: #7f7f7f;
	float: left;
}
.header_search_input::-webkit-input-placeholder
{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}
.header_search_input:-moz-placeholder /* older Firefox*/
{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}
.header_search_input::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
} 
.header_search_input:-ms-input-placeholder
{ 
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}
.header_search_input::input-placeholder
{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}
.custom_dropdown
{
	width: calc((100% - 50px) * 0.399);
	height: 50px;
	float: left;
	padding-left: 26px;
}
.custom_dropdown::before
{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 28px;
	background: #e5e5e5;
	content: '';
}
.custom_dropdown_list i
{
	display: inline-block;
	color: #a3a3a3;
	font-size: 10px;
	margin-left: 3px;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}
.custom_dropdown_placeholder
{
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: #a3a3a3;
	line-height: 48px;
	cursor: pointer;
}
.custom_dropdown_placeholder i
{
	
}
.custom_list
{
	text-align: left;
	position: absolute;
	padding: 0;
	top: 75px;
	left: -15px;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: all 0.2s ease;
}
.custom_list.active
{
	visibility: visible;
	opacity: 1;
	top: 50px;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.custom_list li
{
	height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	background: #FFFFFF;
}
.custom_list li a
{
	display: block;
	color: #a3a3a3;
	line-height: 35px;
	border-bottom: solid 1px #ededed;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.custom_list li a:hover
{
	color: #0e8ce4;
}
select
{
	display: inline;
	border: 0;
	width: auto;
	margin-left: 10px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-bottom: 2px solid #555;
	color: #7b00ff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
select:hover
{
	cursor: pointer;
}
select option
{
	border: 0;
	border-bottom: 1px solid #555;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.header_search_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
background: #000000;
	border: none;
	outline: none;
	cursor: pointer;
	
}



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%;
}




.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;
    left: 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;
}




