@charset "UTF-8";
/*
padr├úo: #151515
vermelho: #DF0101
azul: #0174DF
laranja: #FF8000
verde:
marrom: rgb(119, 69, 28)

//0e8ce4 - #89D000 - tomato - 315A6F - rgb(119, 69, 28)
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900");
.plano button {
  -webkit-border-radius: 15px;
  border-radius: 15px; }

/*********************************
Body and some general stuff
*********************************/
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

html {
  scroll-behavior: smooth; }

/*
.sticky {
    position: sticky;
    bottom: 50px;
}*/
.sticky {
  position: fixed;
  top: 0;
  margin-bottom: 60px; }

body {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #FFFFFF;
  color: #000; }

div {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul {
  list-style: none;
  margin-bottom: 0px; }

p {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  color: #828282;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

p a {
  display: inline;
  position: relative;
  color: inherit;
  border-bottom: solid 1px #ffa07f;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

a, a:hover, a:visited, a:active, a:link {
  text-decoration: none;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

p a:active {
  position: relative;
  color: #CCC; }

p a:hover {
  color: #CCC;
  background: #ffa07f; }

p a:hover::after {
  opacity: 0.2; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

.form-control {
  color: #db5246; }

section {
  display: block;
  position: relative;
  box-sizing: border-box; }

.clear {
  clear: both; }

.clearfix::before, .clearfix::after {
  content: "";
  display: table; }

.clearfix::after {
  clear: both; }

.clearfix {
  zoom: 1; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }

.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.fill_height {
  height: 100%; }

.super_container {
  width: 100%;
  overflow: hidden; }

.prlx_parent {
  overflow: hidden; }

.prlx {
  height: 130% !important; }

.nopadding {
  padding: 0px !important; }

.button {
  display: inline-block;
  background: #FF8000;
  border-radius: 5px;
  height: 48px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.button a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  color: #FFFFFF;
  padding-left: 35px;
  padding-right: 35px; }

.button:hover {
  opacity: 0.8; }

.btn-detail {
  background-color: #000;
  color: #fff; }

a.btn-detail,
a.btn-detail:hover {
  color: #fff; }

.parallax-window {
  min-height: 400px;
  background: transparent; }

.link a {
  color: #000;
  border: 0;
  padding: 0; }

.link a:hover {
  background-color: transparent; }

#banner {
  max-width: 100%; }

.escondido {
  display: none; }

.label:empty {
  display: none; }

.label {
  border-radius: 5px;
  padding: 3px;
  color: #fff;
  font-weight: 200; }

.label-success {
  border: 1px solid #5cb85c;
  color: #fff;
  background-color: #5cb85c; }

.label-info {
  background-color: #5bc0de; }

.label-warning {
  border: 1px solid #f0ad4e;
  color: #f0ad4e; }

.label-danger {
  border: 1px solid #d9534f;
  color: #d9534f; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.imagem img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

/*********************************
3. Header
*********************************/
.header {
  position: relative;
  width: 100%;
  z-index: 10; }

/*********************************
3.1 Top Bar
*********************************/
.top_bar {
  width: 100%;
  height: 56px;
  background: #fafafa;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  z-index: 2; }

.header.scrolled .top_bar {
  display: none; }

.top_bar_contact {
  display: inline-block; }

.top_bar_contact_item {
  font-size: 16px;
  font-weight: 300;
  line-height: 56px;
  margin-right: 40px;
  color: #000; }

.top_bar_contact_item:not(:first-child) {
  margin-right: 0px; }

.top_bar_contact_item a {
  font-size: 16px;
  font-weight: 300;
  line-height: 56px;
  color: #000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.top_bar_contact_item a:hover {
  color: #FF8000; }

.top_bar_contact_item:last-child {
  margin-right: 0px; }

.top_bar_icon {
  display: inline-block;
  margin-right: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px); }

.top_bar_menu {
  display: inline-block; }

.top_bar_dropdown li {
  padding-left: 13px;
  padding-right: 13px; }

.standard_dropdown li {
  display: inline-block;
  position: relative;
  height: 56px; }

.standard_dropdown li li {
  display: block;
  width: 100%; }

.standard_dropdown li li a {
  display: block;
  width: 100%;
  border-bottom: solid 1px #f2f2f2;
  font-size: 16px; }

.standard_dropdown li:last-child a {
  border-bottom: none; }

.standard_dropdown li.hassubs > a i {
  display: inline-block;
  margin-left: 5px; }

.standard_dropdown li a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 56px;
  white-space: nowrap;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.standard_dropdown li a:hover {
  color: #FF8000; }

.standard_dropdown li a i {
  display: none;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  font-size: 12px; }

.standard_dropdown li ul {
  display: block;
  position: absolute;
  top: 120%;
  left: 0;
  width: auto;
  visibility: hidden;
  opacity: 0;
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  -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;
  z-index: 1; }

.standard_dropdown li:hover > ul {
  top: 100%;
  visibility: visible;
  opacity: 1; }

.standard_dropdown ul ul {
  left: 100%;
  top: 0 !important; }

.top_bar_user {
  display: inline-block;
  margin-left: 35px; }

.user_icon {
  display: inline-block;
  margin-right: 7px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  width: 15px; }

.user_icon img {
  width: 100%; }

.top_bar_user div {
  display: inline-block; }

.top_bar_user div:nth-child(2) {
  margin-right: 21px; }

.top_bar_user div:nth-child(2)::after {
  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%);
  right: -13px;
  width: 1px;
  height: 17px;
  background: rgba(0, 0, 0, 0.1);
  content: ''; }

.top_bar_user a {
  font-size: 16px;
  font-weight: 300;
  line-height: 56px;
  color: #000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.top_bar_user a:hover {
  color: #FF8000; }

/*********************************
3.2 Header Main
*********************************/
.header_main {
  z-index: 1; }

.header.scrolled .header_main {
  display: none; }

.header_main_item {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.logo_container {
  height: 175px; }

.logo {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.logo img {
  max-width: 100%; }

.logo a {
  font-size: 36px;
  font-weight: 500;
  color: #FF8000; }

.header_search {
  height: 175px; }

.header_search_content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.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);
  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 {
  font-size: 16px !important;
  font-weight: 300;
  line-height: 50px;
  color: #a3a3a3 !important; }

.header_search_input::-moz-placeholder {
  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_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: #FF8000; }

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: #FF8000;
  border: none;
  outline: none;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.wishlist_cart {
  height: 175px; }

.wishlist {
  margin-right: 50px; }

.wishlist_icon img {
  width: 100%; }

.wishlist_content {
  margin-left: 14px; }

.wishlist_text a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.wishlist_text a:hover {
  color: #FF8000; }

.wishlist_count {
  margin-top: -2px;
  color: #a3a3a3;
  font-size: 14px; }

.cart {
  margin-right: 15px; }

.cart_count {
  position: absolute;
  bottom: -1px;
  right: -14px;
  width: 23px;
  height: 23px;
  background: #FF8000;
  border-radius: 50%;
  text-align: center; }

.cart_count span {
  display: block;
  line-height: 23px;
  font-size: 12px;
  color: #FFFFFF;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px); }

.cart_icon img {
  width: 100%; }

.cart_content {
  margin-left: 28px; }

.cart_text a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.cart_text a:hover {
  color: #FF8000; }

.cart_price {
  font-size: 14px;
  color: #a3a3a3;
  margin-top: -2px; }

/*********************************
3.3 Main Navigation
*********************************/
.main_nav {
  width: 100%;
  border-top: solid 1px #f2f2f2;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  background: #FFFFFF; }

.header.scrolled .main_nav {
  top: 0;
  left: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.main_nav_content {
  width: 100%;
  height: 60px; }

.cat_menu_container {
  width: 293px;
  height: 100%;
  background-color: #FF8000;
  padding-left: 35px;
  cursor: pointer;
  z-index: 1; }

.cat_menu_title {
  height: 100%; }

.cat_burger {
  width: 18px;
  height: 14px; }

.cat_burger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFFFFF; }

.cat_burger span:nth-child(2) {
  top: 6px; }

.cat_burger span:nth-child(3) {
  top: 12px; }

.cat_menu_text {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-left: 20px; }

.cat_menu_container ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  min-width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  -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; }

.cat_menu_container > ul {
  padding-top: 13px; }

/*
.cat_menu_container:hover .cat_menu
{
	visibility: visible;
	opacity: 1;
}
*/
.cat_menu_container:hover .desktop_menu {
  visibility: visible;
  opacity: 1; }

.desktop_menu {
  visibility: hidden; }

.not_desktop_menu {
  visibility: hidden; }

.cat_menu li {
  display: block;
  position: relative;
  height: 46px;
  border-bottom: solid 1px #f2f2f2;
  padding-left: 35px;
  padding-right: 30px;
  white-space: nowrap; }

.cat_menu li.hassubs > a i {
  display: block; }

.cat_menu li a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 46px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.cat_menu li a:hover {
  color: #FF8000; }

.cat_menu li a i {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 12px; }

.cat_menu li ul {
  display: block;
  position: absolute;
  top: 35px;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1); }

.cat_menu li:hover > ul {
  top: 0;
  visibility: visible;
  opacity: 1; }

.main_nav_dropdown li {
  margin-right: 35px; }

.main_nav_dropdown li:last-child {
  margin-right: 0px; }

.main_nav_dropdown li a {
  font-size: 18px;
  font-weight: 400;
  color: #a19a9a;
  line-height: 60px; }

.main_nav_dropdown li li {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0px; }

.menu_trigger_container {
  display: none;
  width: auto;
  height: 100%;
  background-color: #FF8000;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer; }

.menu_trigger {
  height: 100%; }

.menu_burger_inner {
  display: inline-block; }

.menu_trigger_text {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-right: 16px; }

/*********************************
3.4 Page Menu
*********************************/
.page_menu {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.page_menu_content {
  height: 0px;
  background: #FF8000;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden; }

.page_menu_search {
  display: none;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px; }

.page_menu_search_input {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: none;
  outline: none;
  padding-left: 25px; }

.page_menu_nav {
  padding-top: 15px; }

.page_menu_item {
  display: block;
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  vertical-align: middle;
  color: #FFF;
  cursor: pointer; }

.page_menu_item:hover {
  color: #CCC; }

.page_menu_item > a {
  display: block;
  color: #FFFFFF;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.page_menu_item > a:hover {
  color: #CCC; }

.page_menu_item a i {
  display: none;
  margin-left: 8px; }

.page_menu_item.has-children > a > i {
  display: inline-block; }

.page_menu_selection {
  margin: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  z-index: 1; }

.page_menu_selection li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px; }

.page_menu_selection li a {
  display: block;
  color: #FFFFFF;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 14px;
  text-transform: uppercase;
  -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; }

.page_menu_selection li a:hover {
  color: #CCC; }

.page_menu_selection li:last-child a {
  border-bottom: none; }

.menu_contact_item {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  line-height: 56px;
  margin-right: 40px;
  color: #FFFFFF; }

.menu_contact_item:not(:first-child) {
  margin-right: 0px; }

.menu_contact_item a {
  font-size: 12px;
  font-weight: 300;
  line-height: 56px;
  color: #FFFFFF;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.menu_contact_item a:hover {
  color: #8a8a8a; }

.menu_contact_item:last-child {
  margin-right: 0px; }

.menu_contact_icon {
  display: inline-block;
  margin-right: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px); }

/*********************************
4. Home
*********************************/
.home {
  width: 100%;
  height: 200px;
  padding: 10px;
  background: transparent; }

.home_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.home_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF8000;
  background: linear-gradient(#FFFFFF, #ffcc99);
  opacity: 0.9; }

.home_content {
  width: 100%;
  height: 100%; }

/* Login */
.main_login {
  display: flex; }

.inicial {
  background: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 20px; }

/*********************************
5. Shop
*********************************/
.shop {
  background: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 50px; }

.shop_content {
  width: 100%; }

.shop_bar {
  border-bottom: solid 1px #dadada;
  padding-bottom: 14px;
  z-index: 1; }

.shop_product_count {
  font-size: 14px;
  font-weight: 500;
  float: left; }

.shop_product_count span {
  color: #0e8ce4; }

.shop_sorting {
  float: right; }

.shop_sorting span {
  display: inline-block;
  font-weight: 500; }

.shop_sorting > ul {
  display: inline-block;
  position: relative;
  margin-left: 6px; }

.shop_sorting ul li {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer; }

.shop_sorting ul li:hover {
  color: rgba(0, 0, 0, 0.8); }

.shop_sorting ul li i {
  display: inline-block;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 4px;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px); }

.shop_sorting ul li ul {
  display: block;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  text-align: right;
  background: #FFFFFF;
  width: auto;
  padding-top: 15px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.shop_sorting ul li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1; }

.shop_sorting ul li ul li {
  white-space: nowrap;
  padding-right: 13px;
  padding-left: 20px;
  margin-bottom: 5px;
  border-bottom: solid 1px #f2f2f2;
  padding-top: 5px;
  padding-bottom: 9px; }

.shop_sorting ul li ul li:last-child {
  border-bottom: none; }

/*********************************
5.1 Shop Products
*********************************/
.product_grid {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: left;
  flex-flow: row wrap; }

.product_grid_border {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3px;
  height: 100%;
  background: #FFFFFF;
  z-index: 1; }

.product_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  justify-content: center;
  width: 20%;
  background: #FFFFFF;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  padding-left: 5px;
  flex-direction: column;
  justify-content: flex-start; }

.product_border {
  display: block;
  position: absolute;
  top: 52px;
  right: 1px;
  width: 1px;
  height: calc(100% - 71px);
  background: #e5e5e5; }

.product_image {
  width: 100%;
  height: 150px;
  vertical-align: top; }

.product_image img {
  display: block;
  position: relative;
  max-width: 100%; }

.product_content {
  width: 100%;
  line-height: 15px;
  justify-content: flex-start; }

.product_price {
  font-size: 24px;
  font-weight: 400;
  margin-top: 15px;
  height: 50px; }

/*
.product_price
{
	width: 100%; 
	height: 40px;
	font-size: 16px;
	font-weight: 500;
	background-color: yellow;
	//margin: 0; padding: 0; vertical-align: top;
}
*/
.product_item.discount {
  color: #df3b3b; }

/*
.product_price span
{
	position: relative;
	font-size: 12px;
	font-weight: 400;
	//color: rgba(0,0,0,0.6);
	color:$principal-escura;
	margin-left: 10px;
}
*/
.product_nao_disponivel {
  padding: 2px;
  background-color: red;
  color: #FFF; }

/*
.product_price span::after
{
	display: block;
	position: absolute;
	top: 6px;
	left: -2px;
	width: calc(100% + 4px);
	height: 1px;
	background: #8d8d8d;
	content: '';
}
*/
.product_desc_price {
  font-weight: 400;
  color: #000; }

.product_desc_plots {
  color: green; }

.product_desc_oldprice {
  text-decoration: line-through; }

.product_name {
  height: 60px;
  padding-left: 5px;
  padding-right: 5px; }

.product_name div {
  width: 100%; }

.product_name a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.product_name a:hover {
  color: #FF8000; }

.product_fav {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  margin-left: 30px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.product_fav:hover {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); }

.product_fav i {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #cccccc;
  line-height: 36px;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.product_fav.active i {
  color: red; }

.product_item:hover .product_fav {
  visibility: visible;
  opacity: 1; }

.product_marks {
  display: block;
  position: absolute;
  top: 33px;
  left: 24px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.product_mark {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  font-size: 12px; }

.product_new {
  display: none;
  background: #0e8ce4;
  visibility: hidden;
  opacity: 0; }

.product_discount {
  display: none;
  background: #df3b3b;
  visibility: hidden;
  opacity: 0; }

.product_item.is_new .product_new,
.product_item.discount .product_discount {
  display: inline-block;
  visibility: visible;
  opacity: 1; }

/* Checkout breadcrumb */
.cf:before, .cf:after {
  content: ' ';
  display: table; }
.cf:after {
  clear: both; }

.breadcrumbs {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  left: -25px;
  width: 103%;
  display: block; }

.breadcrumbs ul {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.breadcrumbs li {
  float: left;
  min-width: 15%; }

.breadcrumbs a {
  position: relative;
  display: block;
  padding: 20px;
  padding-right: 0 !important;
  /* important overrides media queries */
  font-size: 13px;
  text-align: center;
  color: #aaa;
  background-color: #fff; }

.breadcrumbs a.active {
  color: #000;
  font-weight: bold;
  background-color: #fafafa; }

.breadcrumbs a span:first-child {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 2px;
  margin-right: 5px;
  border: 1px solid #aaa;
  border-radius: 50%;
  background-color: #fff; }

.breadcrumbs a.active span:first-child {
  color: #fff;
  border-color: #000;
  background-color: #000; }

.breadcrumbs a:before,
.breadcrumbs a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 16px solid transparent; }

.breadcrumbs a:before {
  margin-left: 1px;
  border-left-color: #d5d5d5; }

.breadcrumbs a:after {
  border-left-color: #fff; }

.breadcrumbs a.active:after {
  border-left-color: #fafafa; }

.breadcrumbs li:last-child a:before,
.breadcrumbs li:last-child a:after {
  display: none; }

@media (max-width: 1200px) {
  .breadcrumbs a {
    padding: 15px; }

  .breadcrumbs a:before,
  .breadcrumbs a:after {
    border-top-width: 26px;
    border-bottom-width: 26px;
    border-left-width: 13px; }

  /*.breadcrumbs li a span:last-child {*/
  .breadcrumbs li a span.some {
    display: none; } }
@media (max-width: 620px) {
  .breadcrumbs a {
    padding: 10px;
    font-size: 12px; }

  .breadcrumbs a:before,
  .breadcrumbs a:after {
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 11px; } }
@media (max-width: 520px) {
  .breadcrumbs a {
    padding: 5px; }

  .breadcrumbs a:before,
  .breadcrumbs a:after {
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 8px; }

  .breadcrumbs li {
    width: auto;
    overflow: hidden; }

  .breadcrumbs li a span:first-child {
    display: block;
    margin: 0 auto; } }
/* Checkout */
.checaute .dados-preencher {
  display: none; }

.checaute select,
.checaute input {
  /*border-radius: 0;*/ }

.checaute fieldset {
  padding: 10px 30px;
  border: 1px solid #eee; }

.checaute .kind-of-person .required {
  position: relative;
  display: inline-block;
  padding: 3px 15px;
  background: #eee; }

.radioOptionCadastro {
  padding-bottom: 50px; }

.radioOptionPreencher {
  padding-bottom: 50px; }

.checaute .kind-of-person .required:after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #eee;
  top: 0px;
  right: -13px; }

.checaute header h1 {
  margin-bottom: 10px;
  border-bottom: 2px solid #909090;
  text-transform: uppercase; }

.checaute .section_title {
  /*text-transform: uppercase;*/
  font-size: 1.2em; }

.checaute .alter-label {
  display: block;
  width: 100%;
  font-weight: bold;
  padding: 0 15px;
  margin-bottom: 5px; }

.checaute .btn-register {
  width: 100%;
  margin-top: 15px; }

.shipping-method img {
  max-width: 100%; }

/*********************************
5.2 Shop Page Navigation
*********************************/
.shop_page_nav {
  width: 100%;
  margin: 0 auto;
  height: 50px;
  margin-top: 50px; }

.page_prev,
.page_next {
  width: 50px;
  height: 100%;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  cursor: pointer; }

.page_prev i,
.page_next i {
  font-size: 12px;
  color: #e5e5e5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.page_prev:hover i,
.page_next:hover i {
  color: #636363; }

.page_nav {
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px; }

.page_nav li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-right: solid 1px #e5e5e5;
  cursor: pointer; }

.page_nav li a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 10px; }

.page_nav li.active {
  background-color: #cc6600; }

.page_nav li.active a {
  color: #FFF; }

.page_nav li:hover a {
  color: #ffcc99; }

.page_nav li:last-child {
  border-right: none; }

/*********************************
6. Shop Sidebar
*********************************/
.shop_sidebar {
  width: 100%;
  /*
  -webkit-transform: translateX(-37px);
  -moz-transform: translateX(-37px);
  -ms-transform: translateX(-37px);
  -o-transform: translateX(-37px);
  transform: translateX(-37px);
  */ }

.sidebar_title {
  font-size: 18px;
  font-weight: 500; }

.sidebar_categories {
  margin-top: 37px; }

.sidebar_categories li {
  margin-bottom: 7px; }

.sidebar_categories li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.sidebar_categories li a:hover {
  color: #FF8000; }

.filter_by_section {
  margin-top: 45px; }

.filter_price {
  margin-top: 28px; }

.slider_range {
  max-width: 195px; }

.filter_price p {
  display: inline-block;
  font-size: 12px;
  font-weight: 500 !important;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0px; }

.sidebar_subtitle {
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px; }

.filter_price p input {
  font-size: 12px;
  font-weight: 500 !important;
  color: rgba(0, 0, 0, 0.5); }

.amount {
  margin-top: 18px; }

.color_subtitle {
  margin-top: 27px; }

.colors_list {
  margin-top: 14px; }

.color {
  display: inline-block;
  margin-right: 6px; }

.color a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.brands_subtitle {
  margin-top: 27px; }

.brands_list {
  margin-top: 12px; }

.brand {
  margin-bottom: 7px; }

.brand a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.brand a:hover {
  color: #FF8000; }

/*********************************
5. Single Product
*********************************/
.single_product {
  padding-top: 30px;
  padding-bottom: 50px; }

.image_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 165px;
  border: solid 1px #e8e8e8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  cursor: pointer;
  padding: 15px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow: hidden; }

.image_list li:last-child {
  margin-bottom: 0; }

.image_list li:hover {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); }

.image_list li img {
  max-width: 100%; }

.image_selected {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% + 15px);
  height: 525px;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
  border: solid 1px #e8e8e8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 15px; }

.image_selected img {
  max-width: 100%; }

.thumbs_product {
  max-height: 530px;
  overflow-y: auto; }

.product_description {
  padding-left: 50px; }

.product_category {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5); }

.product_name {
  font-size: 30px;
  font-weight: 500;
  margin-top: 11px; }

.product_rating {
  margin-top: 7px; }

.product_rating i {
  margin-right: 4px; }

.product_rating i::before {
  font-size: 13px; }

.product_text {
  margin-top: 27px; }

.product_text p:last-child {
  margin-bottom: 0px; }

.order_info {
  margin-top: 53px; }

.product_quantity {
  width: 155px;
  height: 50px;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 10px;
  float: left;
  position: relative;
  left: 15px;
  margin-right: 30px; }

.buy_buttom {
  display: inline;
  width: 150px;
  height: 50px;
  overflow: hidden;
  float: left; }

.product_quantity span {
  display: block;
  height: 50px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  float: left; }

.product_quantity input {
  display: block;
  width: 30px;
  height: 50px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  padding-left: 9px;
  line-height: 50px;
  float: left; }

.quantity_buttons {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 29px;
  border-left: solid 1px #e5e5e5; }

.quantity_inc,
.quantity_dec {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 50%;
  cursor: pointer; }

.quantity_control i {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none; }

.quantity_control:active {
  border: solid 1px rgba(14, 140, 228, 0.2); }

.quantity_inc {
  padding-bottom: 2px;
  justify-content: flex-end;
  border-top-right-radius: 5px; }

.quantity_dec {
  padding-top: 2px;
  justify-content: flex-start;
  border-bottom-right-radius: 5px; }

.frete_input {
  width: 100%;
  max-width: 250px;
  height: 50px;
  background: #FFFFFF;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  padding-left: 25px;
  font-size: 16px;
  outline: none;
  color: #FF8000; }

.frete_input:focus {
  border: solid 1px #ffcc99; }

.frete_input::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3); }

.frete_input:-moz-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3); }

.frete_input::-moz-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3); }

.frete_input:-ms-input-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3); }

.frete_input::input-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3); }

.frete_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  background: #FF8000;
  color: #FFFFFF;
  line-height: 50px;
  font-size: 18px;
  border: none;
  outline: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer; }

.frete_button:hover {
  opacity: 0.8; }

.botoes {
  line-height: 15px;
  position: relative;
  left: -15px;
  padding-top: 20px; }

.parc_button {
  background: #f9f9f9;
  height: 25px;
  color: #000;
  padding: 0;
  padding: 3px 5px 3px 5px;
  line-height: 50px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer; }

.color_mark_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 48px;
  float: right; }

.color_mark {
  width: 20px;
  height: 20px;
  background: #999999;
  border-radius: 50%; }

.button_container {
  margin-top: 43px; }

.cart_button {
  display: inline-block;
  border: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
  cursor: pointer; }

.cart_button:focus {
  outline: none; }

.button_parc {
  display: inline-block;
  border: none;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  background: #f1f1f1;
  color: #000;
  border-radius: 5px;
  height: 38px;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.button_parc:hover {
  opacity: 0.8; }

.product_fav {
  left: -25px;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.product_fav:hover {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); }

.product_fav i {
  line-height: 36px;
  color: #cccccc; }

.product_fav.active i {
  color: #df3b3b; }

.atributos_input {
  width: 100%;
  max-width: 250px;
  height: 30px;
  background: #FFFFFF;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 16px;
  outline: none;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  left: -10px; }

/* descricoes do produto */
.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li > a {
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
  color: #555555; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000;
  background-color: #f0f0f0;
  border: 1px solid #dddddd; }

/*********************************
7. Recently Viewed
*********************************/
.viewed {
  padding-top: 51px;
  padding-bottom: 60px;
  background: #eff6fa; }

.viewed_title_container {
  border-bottom: solid 1px #dadada; }

.viewed_title {
  margin-bottom: 14px; }

.viewed_nav_container {
  position: absolute;
  right: -5px;
  bottom: 14px; }

.viewed_nav {
  display: inline-block;
  cursor: pointer; }

.viewed_nav i {
  color: #dadada;
  font-size: 18px;
  padding: 5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.viewed_nav:hover i {
  color: #606264; }

.viewed_prev {
  margin-right: 15px; }

.viewed_slider_container {
  padding-top: 50px; }

.viewed_item {
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px; }

.viewed_image {
  width: 115px;
  height: 115px; }

.viewed_image img {
  display: block;
  max-width: 100%; }

.viewed_content {
  width: 100%;
  margin-top: 25px; }

.viewed_price {
  font-size: 16px;
  color: #000000;
  font-weight: 500; }

.viewed_item.discount .viewed_price {
  color: #df3b3b; }

.viewed_price span {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 8px; }

.viewed_price span::after {
  display: block;
  position: absolute;
  top: 6px;
  left: -2px;
  width: calc(100% + 4px);
  height: 1px;
  background: #8d8d8d;
  content: ''; }

.viewed_name {
  margin-top: 3px; }

.viewed_name a {
  font-size: 14px;
  color: #000000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.viewed_name a:hover {
  color: #0e8ce4; }

.item_marks {
  position: absolute;
  top: 18px;
  left: 18px; }

.item_mark {
  display: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 500;
  line-height: 36px;
  text-align: center; }

.item_discount {
  background: #df3b3b;
  margin-right: 5px; }

.item_new {
  background: #0e8ce4; }

.viewed_item.discount .item_discount {
  display: inline-block; }

.viewed_item.is_new .item_new {
  display: inline-block; }

/*********************************
8. Brands
*********************************/
.brands {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px; }

.brands_slider_container {
  height: 130px;
  border: solid 1px #e8e8e8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  padding-left: 97px;
  padding-right: 97px; }

.brands_slider {
  height: 100%; }

.brands_item {
  height: 100%; }

.brands_item img {
  max-width: 100%; }

.brands_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer; }

.brands_nav i {
  color: #e5e5e5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.brands_nav:hover i {
  color: #676767; }

.brands_prev {
  left: 40px; }

.brands_next {
  right: 40px; }

/* Textos */
.padrao {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #FFFFFF; }

.padrao_form {
  padding-top: 30px;
  padding-bottom: 40px; }
  .padrao_form h1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px; }
  .padrao_form img {
    max-width: 100%; }

.padrao_error {
  border: 1px solid red;
  color: red;
  padding: 5px;
  margin-bottom: 20px;
  font-weight: bold; }

.padrao_success {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 37px;
  background-color: green;
  color: #fff;
  padding: 5px; }

/*********************************
5. Blog
*********************************/
.blog {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #FFFFFF; }

.blog_header {
  width: 100%;
  height: 400px;
  background: transparent; }

.blog_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.blog_content {
  width: 100%;
  height: 100%; }

.blog_menu {
  overflow: hidden; }

.blog_menu li {
  display: block;
  position: relative;
  width: auto;
  height: 46px;
  border-bottom: solid 1px #f2f2f2;
  white-space: nowrap; }

.blog_menu li a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 46px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.blog_menu li a:hover {
  color: #FF8000; }

.blog_menu li a i {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 12px; }

.blog_menu li ul {
  display: block;
  position: absolute;
  top: 35px;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1); }

.blog_menu li:hover > ul {
  top: 0;
  visibility: visible;
  opacity: 1; }

.blog_posts {
  width: 100%;
  flex-wrap: wrap; }

.blog_post {
  width: calc((100% - 60px) / 3);
  height: 310px;
  margin-bottom: 60px;
  margin-right: 20px;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.blog_post:hover {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 1; }

.blog_image {
  width: 100%;
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.blog_text {
  padding: 15px;
  font-size: 16px;
  font-weight: 400; }

.blog_text a {
  color: #FF8000;
  font-weight: 500;
  font-size: 18px; }

.blog_button {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 48px;
  background: #FF8000;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.blog_button:hover {
  background: #cc6600; }

.blog_post:hover .blog_button {
  visibility: visible;
  opacity: 1; }

.blog_button a {
  display: block;
  color: #FFFFFF;
  line-height: 48px;
  font-size: 18px; }

/*********************************
5. Blog single post
*********************************/
.single_post h1 {
  font-size: 30px;
  font-weight: 500; }

.single_post_text {
  margin-top: 33px; }

.single_post_text p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2; }

.single_post_text p:not(:first-of-type) {
  margin-top: 42px; }

.single_post_quote {
  margin-top: 43px;
  border: solid 1px #e8e8e8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 35px;
  padding-bottom: 40px; }

.post_date {
  color: #ccc;
  font-size: 14px; }

.quote_text {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 28px;
  line-height: 1.875; }

.quote_name {
  font-size: 16px;
  font-weight: 500;
  margin-top: 23px; }

/*********************************
4. Contact
*********************************/
.contact_info {
  width: 100%;
  padding-top: 30px; }

.contact_info_item {
  width: calc((100% - 60px) / 3);
  height: 100px;
  border: solid 1px #e8e8e8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  padding-left: 32px;
  padding-right: 15px; }

.contact_info_image {
  width: 35px;
  height: 35px;
  text-align: center; }

.contact_info_image img {
  max-width: 100%; }

.contact_info_content {
  padding-left: 17px; }

.contact_info_title {
  font-weight: 500; }

.contact_info_text {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5); }

/*********************************
4.1 Contact Form
*********************************/
.contact_form {
  padding-top: 30px;
  padding-bottom: 40px; }

.contact_form_title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 37px; }

.contact_error {
  border: 1px solid #d9534f;
  color: #d9534f;
  padding: 5px;
  font-weight: bold; }

.contact_success {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 37px;
  background-color: green;
  color: #fff;
  padding: 5px; }

.contact_form_inputs {
  margin-bottom: 30px; }

.input_field {
  width: calc((100% - 60px) / 3);
  height: 50px;
  padding-left: 25px;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  outline: none;
  color: #000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.input_field:focus,
.text_field:focus {
  border-color: #b2b2b2; }

.input_field:hover,
.text_field:hover {
  border-color: #b2b2b2; }

.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3); }

.input_field:-moz-placeholder,
.text_field:-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3); }

.input_field::-moz-placeholder,
.text_field::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3); }

.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3); }

.input_field::input-placeholder,
.text_field::input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3); }

.text_field {
  width: 100%;
  height: 160px;
  padding-left: 25px;
  padding-top: 15px;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  color: #000;
  outline: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.contact_submit_button {
  padding-left: 35px;
  padding-right: 35px;
  color: #FFFFFF;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 24px; }

.panel {
  width: 100%;
  height: 50px;
  background: #fafafa;
  margin-top: 120px; }

/* Input generico */
.input_padrao {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  outline: none;
  color: #000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.input_padrao:focus {
  border-color: #b2b2b2; }

.input_padrao:hover {
  border-color: #b2b2b2; }

.input_padrao::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3); }

.input_padrao:-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3); }

.input_padrao::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3); }

.input_padrao:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3); }

.input_padrao::input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3); }

/* Cadastro */
.legal-person {
  display: none; }

.kind-of-person .required {
  position: relative;
  display: inline-block;
  padding: 3px 15px;
  background: #eee; }

.kind-of-person .required:after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #eee;
  top: 0px;
  right: -13px; }

.kind-of-person .required {
  position: relative;
  display: inline-block;
  padding: 3px 15px;
  background: #eee; }

.radioOptionCadastro {
  padding-bottom: 50px; }

.radioOptionPreencher {
  padding-bottom: 50px; }

/*********************************
9. Newsletter
*********************************/
.newsletter {
  width: 100%;
  background: #fafafa;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); }

.newsletter_container {
  width: 100%; }

.newsletter_title_container {
  width: 40%;
  padding-left: 95px; }

.newsletter_icon {
  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;
  color: #FF8000; }

.newsletter_title {
  font-size: 18px;
  color: #000; }

.newsletter_text p:last-child {
  margin-bottom: 0; }

.newsletter_icon img {
  max-width: 100%; }

.newsletter_content {
  width: 60%; }

.newsletter_form {
  position: relative;
  width: 569px;
  float: left; }

.newsletter_input {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  padding-left: 25px;
  font-size: 16px;
  outline: none;
  color: #FF8000; }

.newsletter_input:focus {
  border: solid 1px #ffcc99; }

.newsletter_input::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3); }

.newsletter_input:-moz-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3); }

.newsletter_input::-moz-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3); }

.newsletter_input:-ms-input-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3); }

.newsletter_input::input-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3); }

.newsletter_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 153px;
  height: 50px;
  background: #FF8000;
  color: #FFFFFF;
  line-height: 50px;
  font-size: 18px;
  border: none;
  outline: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer; }

.newsletter_button:hover {
  opacity: 0.8; }

.newsletter_unsubscribe_link {
  float: right;
  text-align: right;
  height: 50px; }

.newsletter_unsubscribe_link a {
  font-size: 10px;
  color: #FF8000;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 50px; }

.newsletter_unsubscribe_link a:hover {
  color: #cc6600; }

/*********************************
10. Footer
*********************************/
.footer {
  padding-top: 52px;
  padding-bottom: 40px; }

.footer .logo_container {
  height: auto;
  margin-bottom: 18px;
  margin-top: -10px; }

.footer .logo {
  top: auto;
  	/*
  	-webkit-transform: transform: none;
      -moz-transform: transform: none;
      -ms-transform: transform: none;
      -o-transform: transform: none;
      */
  transform: none; }

.footer .logo a {
  color: #FF8000; }

.footer_title {
  font-size: 14px;
  font-weight: 500;
  color: #000; }

.footer_phone {
  font-size: 18px;
  font-weight: 500;
  color: #FF8000;
  margin-top: 13px; }

.footer_contact_text {
  margin-top: 10px; }

.footer_contact_text p {
  margin-bottom: 0px; }

.footer_social {
  margin-top: 27px; }

.footer_social ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fafafa;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  margin-right: 16px;
  text-align: center; }

.footer_social ul li i {
  color: #000;
  line-height: 30px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.footer_social ul li:hover i {
  color: #FF8000; }

.footer_subtitle {
  font-size: 12px;
  color: #000; }

.footer_column {
  margin-bottom: 25px; }

.footer_column ul {
  margin-top: 7px; }

.footer_list li {
  margin-bottom: 6px; }

.footer_list li a {
  font-size: 12px;
  font-weight: 400;
  color: #a19a9a;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.footer_list li a:hover {
  color: #FF8000; }

.footer_list_2 {
  margin-top: 42px !important; }

.copyright {
  width: 100%;
  background: #fafafa; }

.copyright_container {
  width: 100%;
  min-height: 56px;
  padding: 10px; }

.copyright_content {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center; }

.copyright_content span {
  font-weight: 500; }

.logos {
  text-align: center; }

.logos_list li {
  display: inline-block;
  margin-right: 16px; }

.logos_list li:last-child {
  margin-right: 0px; }

.parcelamento {
  margin-top: 27px; }

.parcelamento ul li {
  display: inline-block;
  background: #fafafa;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  margin-right: 16px;
  text-align: center; }

.parcelamento ul li i {
  color: #000;
  line-height: 30px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.parcelamento ul li:hover i {
  color: #FF8000; }

/* CSS Document */
/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 539px
11. 480px

******************************/
/************
1. 1600px
************/
@media only screen and (max-width: 1600px) {
  .input_select {
    position: relative;
    left: -10px; } }
/************
2. 1440px
************/
/************
3. 1280px
************/
@media only screen and (max-width: 1280px) {
  .blog_post {
    width: calc((100% - 50px) / 2); } }
/************
4. 1199px
************/
@media only screen and (max-width: 1199px) {
  .cat_menu_container {
    width: 211px;
    padding-left: 25px; }

  .main_nav_dropdown li {
    margin-right: 30px; }

  .main_nav_dropdown li a {
    font-size: 16px; }

  .char_item {
    padding-left: 25px; }

  .image_list li {
    height: 130px; }

  .image_selected {
    height: 420px; }

  .thumbs_product {
    max-height: 420px; }

  .button_container {
    margin-top: 38px; }

  .newsletter_form {
    width: 456px; } }
/************
5. 1024px
************/
@media only screen and (max-width: 1024px) {
  .home {
    height: 150px; } }
/************
6. 991px
************/
@media only screen and (max-width: 991px) {
  .top_bar {
    /*display: none;*/ }

  .header_search {
    height: 50px; }

  .custom_dropdown {
    text-align: left; }

  .main_nav {
    margin-top: 10px;
    margin-bottom: 10px; }

  .main_nav_menu {
    display: none; }

  .logo_container,
  .wishlist_cart {
    height: 125px; }

  .main_nav_content {
    background: #FF8000; }

  .menu_trigger_container {
    display: block; }

  .top_bar {
    height: 40px; }

  .top_bar_menu {
    height: 40px;
    top: -20%;
    margin-right: 20px; }

  .top_bar_contact_item {
    font-size: 12px;
    margin-right: 20px;
    line-height: 40px; }

  .top_bar_contact_item a {
    font-size: 12px;
    line-height: 40px; }

  .top_bar_icon {
    margin-right: 4px; }

  .top_bar_icon img {
    width: 70%; }

  .top_bar_menu a {
    font-size: 12px;
    line-height: 40px; }

  .top_bar_user {
    font-size: 12px; }

  .top_bar_user a {
    font-size: 12px;
    font-weight: 200;
    line-height: 40px; }

  .user_icon {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    width: 12px; }

  .cat_menu_container ul {
    visibility: hidden;
    opacity: 0; }

  .char_col:not(:last-child):not(:nth-child(3)) {
    margin-bottom: 30px; }

  .char_item {
    padding-left: 36px; }

  .blog_header {
    height: 200px; }

  .blog_post {
    width: 100%; }

  .product_description {
    margin-top: 60px; }

  .shop_sidebar {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  .shop_content {
    margin-top: 60px; }

  .product_item {
    width: 25%; }

  .product_description {
    padding-left: 0px; }

  .image_selected {
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  .image_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px; }

  .image_list li {
    width: calc(33.33333333% - 10px);
    height: 220px;
    margin-bottom: 0px; }

  .image_list li:not(:last-child) {
    margin-right: 15px; }

  .thumbs_product {
    max-height: 200px;
    overflow-y: visible; }

  .contact_info_item {
    width: 100%;
    margin-bottom: 30px; }

  .contact_info_item:last-child {
    margin-bottom: 0px; }

  .newsletter_title_container {
    width: 100%; }

  .newsletter_content {
    width: 100%;
    margin-top: 30px; }

  .newsletter_form {
    width: calc(100% - 114px); }

  .footer_col:not(:last-child) {
    margin-bottom: 40px; } }
/************
7. 959px
************/
@media only screen and (max-width: 959px) {
  .box {
    margin-bottom: 25px; }

  .single_post {
    padding-bottom: 30px; }

  .home {
    height: 100px; } }
/************
8. 880px
************/
/************
9. 767px
************/
@media only screen and (max-width: 767px) {
  .top_bar {
    display: none; }

  .header_search {
    margin-bottom: 5px; }

  .page_menu_search {
    display: block; }

  .main_nav {
    margin-top: 0px; }

  .cat_menu_container:hover .not_desktop_menu {
    visibility: visible;
    opacity: 1; }

  .banner_product_image {
    opacity: 0.5;
    width: 60vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

  .banner_product_image img {
    width: 100%; }

  .shop_sidebar {
    display: none; }

  .char_col:nth-child(3) {
    margin-bottom: 30px; }

  .char_item {
    padding-left: 36px; }

  .product_item {
    width: 33.33333333%; }

  .image_list li {
    height: 160px; }

  .input_field {
    margin-bottom: 30px;
    width: 100%; }

  .input_field:last-child {
    margin-bottom: 0px; }

  /* CARRINHO */
  table#carrinho tbody td .form-control {
    width: 20%;
    display: inline !important; }

  /*.img_prod { display:none; background-color:#0CC; }*/
  .bt_alterar {
    display: block; }

  .acoes .btn {
    width: 25%;
    margin: 1.5em 0; }

  .acoes .btn-info {
    float: left; }

  .acoes .btn-danger {
    float: right; }

  table#carrinho thead {
    display: none; }

  /*table#carrinho tbody td { display: block; padding: .6rem; min-width:320px;}*/
  table#carrinho tbody td {
    display: block;
    min-width: 200px; }

  /*table#carrinho tbody tr td:first-child { background: #333; color: #fff; }*/
  table#carrinho tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 8rem; }

  .box-footer .pull-left {
    width: 100%;
    margin-bottom: 5px; }

  .box-footer .pull-right {
    width: 100%;
    margin-bottom: 5px;
    line-height: 40px; }

  .box-footer .btn {
    width: 100%; }

  .expande .btn {
    width: 100%; }

  /* -------------------- */
  .esconde {
    display: none; }

  .escondido {
    display: block; } }
/************
10. 575px
************/
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px; }

  p {
    font-size: 13px; }

  .logo img {
    max-width: 200%; }

  .logo_container, .wishlist_cart {
    height: 110px; }

  .logo a {
    font-size: 24px; }

  .cat_menu_container {
    width: auto;
    padding-right: 15px; }

  .cat_menu_text {
    font-size: 13px;
    margin-left: 12px; }

  .cat_burger {
    width: 16px;
    height: 12px; }

  .cat_burger span:nth-child(2) {
    top: 5px; }

  .cat_burger span:nth-child(3) {
    top: 10px; }

  .menu_trigger_text {
    font-size: 13px;
    margin-right: 10px; }

  .wishlist {
    margin-right: 23px; }

  .wishlist_content {
    margin-left: 6px; }

  .wishlist_text {
    display: none; }

  .cart_text {
    display: none; }

  .wishlist_text a,
  .cart_text a {
    font-size: 14px; }

  .wishlist_count,
  .cart_price {
    font-size: 12px; }

  .cart {
    margin-right: 25px; }

  .cart_content {
    margin-left: 18px; }

  .cart_count {
    width: 21px;
    height: 21px; }

  .cart_count span {
    line-height: 21px; }

  .top_bar_user {
    margin-left: 0px; }

  .main_nav {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0px; }

  .main_nav_content {
    height: 35px; }

  .cat_menu_container {
    padding-left: 15px; }

  .menu_trigger_container {
    padding-right: 15px; }

  .cat_menu li {
    height: 36px;
    padding-left: 15px;
    padding-right: 15px; }

  .cat_menu li a {
    font-size: 13px;
    line-height: 36px; }

  .cat_menu li ul {
    left: 50%;
    z-index: 10; }

  .page_menu_item > a {
    font-size: 12px; }

  .page_menu_selection li a {
    font-size: 12px; }

  .banner_product_image {
    right: 15px; }

  .button a {
    font-size: 12px;
    line-height: 32px;
    padding-left: 25px;
    padding-right: 25px; }

  .rating_r i::before {
    font-size: 14px; }

  .padrao_form h1 {
    font-size: 24px; }

  .contact_form_title {
    font-size: 24px; }

  .input_field {
    height: 40px;
    line-height: 40px;
    margin-bottom: 24px; }

  .input_field::-webkit-input-placeholder,
  .text_field::-webkit-input-placeholder {
    font-size: 13px; }

  .input_field:-moz-placeholder,
  .text_field:-moz-placeholder {
    font-size: 13px; }

  .input_field::-moz-placeholder,
  .text_field::-moz-placeholder {
    font-size: 13px; }

  .input_field:-ms-input-placeholder,
  .text_field:-ms-input-placeholder {
    font-size: 13px; }

  .input_field::input-placeholder,
  .text_field::input-placeholder {
    font-size: 13px; }

  .contact_submit_button {
    font-size: 13px;
    padding-left: 25px;
    padding-right: 25px; }

  .shop_product_count,
  .shop_sorting {
    float: none; }

  .shop_sorting {
    margin-top: 7px; }

  .shop_page_nav {
    height: 40px; }

  .page_prev, .page_next {
    width: 30px; }

  .page_nav li {
    width: 30px;
    height: 40px; }

  .image_selected {
    height: calc(100vw - 30px); }

  .image_list li {
    height: calc((100vw - 30px) / 3 - 15px); }

  .product_name {
    font-size: 24px; }

  .product_item {
    width: 50%; }

  .blog_header {
    height: 150px; }

  .blog_text {
    font-size: 16px; }

  .single_post_quote {
    padding-left: 40px;
    padding-right: 40px; }

  .newsletter_form {
    float: none;
    width: 100%; }

  .newsletter_title_container {
    padding-left: 0px;
    text-align: center; }

  .newsletter_unsubscribe_link {
    float: none;
    text-align: center;
    margin-top: 10px;
    height: auto; }

  .newsletter_unsubscribe_link a {
    line-height: 1; }

  .newsletter_title {
    font-size: 16px; }

  .newsletter_icon {
    position: relative;
    width: 40px;
    top: auto;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    left: 50%;
    margin-bottom: 20px; }

  .newsletter_button {
    position: relative;
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 113px;
    height: 40px;
    background: #FF8000;
    color: #FFFFFF;
    line-height: 40px;
    font-size: 12px;
    border: none;
    outline: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    margin-top: 20px; }

  .newsletter_input {
    font-size: 13px;
    padding-left: 15px;
    height: 40px;
    line-height: 40px; }

  .newsletter_input::-webkit-input-placeholder {
    font-size: 13px; }

  .newsletter_input:-moz-placeholder {
    font-size: 13px; }

  .newsletter_input::-moz-placeholder {
    font-size: 13px; }

  .newsletter_input:-ms-input-placeholder {
    font-size: 13px; }

  .newsletter_input::input-placeholder {
    font-size: 13px; }

  .copyright_container {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px; }

  .logos {
    margin-top: 30px; } }
/************
11. 480px
************/
@media only screen and (max-width: 480px) {
  .single_post h1 {
    font-size: 24px; }

  .single_post_text p {
    font-size: 14px; } }
/************
12. 400px
************/
@media only screen and (max-width: 400px) {
  .product_item {
    width: 100%; } }
.select-style {
  padding: 4px 8px;
  margin: 0;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  overflow: hidden;
  color: #000;
  background-color: #fff;
  background: #fff;
  position: relative;
  margin-bottom: 10px; }

.select-style select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.select-style select:focus {
  outline: none; }

.container-xubs {
  width: 97%;
  margin: 0 auto; }

.container-full {
  width: 99%;
  margin: 0 auto; }

.box {
  background: #fff;
  margin: 0 0 30px;
  border: solid 1px #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }

.box .box-header {
  background: #f7f7f7;
  margin: -20px -20px 20px;
  padding: 20px;
  border-bottom: solid 1px #eeeeee; }

.box .box-header:before,
.box .box-header:after {
  content: " ";
  display: table; }

.box .box-header:after {
  clear: both; }

.box .box-footer {
  background: #f7f7f7;
  margin: 30px -20px -20px;
  padding: 20px;
  border-top: solid 1px #eeeeee; }

.box .box-footer:before,
.box .box-footer:after {
  content: " ";
  display: table; }

.box .box-footer:after {
  clear: both; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

/* buttons  */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none; }

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #FF8000;
  border-color: #FF8000; }

.btn-primary:hover {
  color: #fff;
  background-color: #cc6600;
  border-color: #cc6600; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

/*# sourceMappingURL=estilo.css.map */
