/******************************************

	Polishop eCommerce HTML Template
	Template By Harnish Design
	www.harnishdesign.net

*******************************************/

html {
  overflow: -moz-scrollbars-vertical;
  margin: 0;
  padding: 0;
}
body {
  background: #f8f8fa url(../../../images/layouts/layout_1/27.png) left top
    repeat;
  color: #222;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.06em;
  margin: 0px;
  padding: 0px;
  line-height: 18px;
}

body,
td,
th,
input,
textarea,
select,
a {
  font-size: 12px;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
}
h1 {
  color: #222;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  text-rendering: optimizelegibility;
}
h2 {
  color: #222;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 3px 0px 5px 0px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-weight: normal;
}
h4 {
  color: #222;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 3px 0px 5px 0px;
  font-weight: bold;
}
p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 20px;
}
a,
a:visited,
a b {
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a img {
  border: none;
}
.clear {
  clear: both;
}
form {
  padding: 0;
  margin: 0;
  display: inline;
}
input[type="text"],
input[type="password"],
textarea {
  background: #fff;
  border: 1px solid #dddddd;
  padding: 5px 7px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 13px;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 218px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #bbb;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
select {
  background: #fff;
  border: 1px solid #dddddd;
  padding: 5px 2px;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
label {
  cursor: pointer;
}

/********** layout **********/

@font-face {
  font-family: "Rubik" !important;
  src: local("Rubik"), local("Rubik.ttf"),
    url("https://fonts.googleapis.com/css2?family=Rubik&display=swap");
  font-weight: normal;
}

/* CA009668 Remoção das classes margin-top e border-top */
.wrapper-box {
  min-height: 500px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.wrapper-wide {
  max-width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  border-top: 2px solid #555555;
}

.main-wrapper {
  max-width: 100%;
  padding: 0 0px;
}

#container {
  text-align: left;
  overflow: auto;
  margin: 0 auto;
}
#column-left {
  float: left;
  width: 220px;
  padding: 0px 15px 0 0px;
  border-right: 1px solid #eee;
}
#column-right {
  float: right;
  width: 220px;
  padding: 0px 0px 0 15px;
  border-left: 1px solid #eee;
}
#content {
  min-height: 400px;
  margin-bottom: 10px;
  padding: 0px 0px 0 0px;
}
#column-left + #column-right + #content,
#column-left + #content {
  margin-left: 250px;
}
#column-right + #content {
  margin-right: 250px;
}

/********** header **********/
#header {
  position: relative;
  padding: 0px;
}
#header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* CA009668 Remoção de tag border-bottom*/
#header .htop {
  width: 100%;
}
#header .htop:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#header .hsecond {
  position: relative;
  margin: 0 auto;
  min-height: 80px;
}
#header #logo {
  float: left;
  margin: 10px 10px 0px 0px;
}

/* CA9636 */
/* Esta area futuramente sera usado para algo */

/********** Language & Currency **********/
#language,
#currency {
  float: left;
  margin: 0 0px;
  cursor: default;
  color: #444;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
  z-index: 1015;
  line-height: 30px;
}
#language ul,
#currency ul {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  z-index: 1013;
  padding: 10px;
}
#language ul li,
#currency ul li {
  display: block;
  width: 120px;
  line-height: 18px;
  padding: 2px 0;
}
#language ul li a,
#currency ul li a {
  display: block;
}
#language ul li a b,
#currency ul li a b {
  cursor: default;
  display: block;
}
#language ul li a:hover,
#currency ul li a:hover {
  color: #d45c93;
}

#language span,
#currency span {
  position: relative;
  display: block;
  padding: 0 10px 0 10px;
  z-index: 1014;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#language span b,
#currency span b {
  background: url(../../../images/layouts/layout_1/bullet-d.png) right center
    no-repeat;
  padding: 0 12px 0 0px;
}

#language:hover span,
#currency:hover span {
  background: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#language:hover,
#currency:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
#language img {
  cursor: pointer;
  margin-right: 3px;
}
#currency:hover,
#language:hover {
  color: #d45c93;
}
#currency a b {
  color: #000;
  text-decoration: none;
}

/********** Top Links **********/
#header .links {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  /* text-align: right; */
  max-width: 600px;
  margin-left: auto;
  padding-top: 10px;
}

#row_icons > div {
  display: flex;
  justify-content: center;
}

#header .links a {
  color: #444;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  display: flex;
  align-items: center;
}

/* #header .links > a + a:before{display:inline-block; content: "|"; clear: both; height: 0; color:#444; font-size:11px; padding-left:12px; position:absolute; left:-15px;} */
#header .links a:hover {
  color: #d11f1f;
}
#header #welcome {
  color: #999999;
  float: left;
}

/********** Mini Cart  ***********/
#header #cart .finish_buy {
  float: right;
  height: 29px;
}
#header #cart .finish_buy a {
  margin-top: 5px;
  margin-left: 5px;
  background: #7ed320;
  height: 25px;
  display: inline-block;
  padding: 5px 5px 0 5px;
}
#header #cart .finish_buy a span {
  font-size: 15px;
  letter-spacing: -1px;
  color: #fff;
}
#header #cart {
  z-index: 15;
  width: 125px;
  /* cursor: pointer; */
}
#header #cart:hover {
  color: red;
}
#header #cart .heading {
  padding: 0 0px 0 0px;
  display: flex;
  justify-content: space-evenly;
  /* width: 110px; */
  /* float: right; */
}
#header #cart .heading h4 {
  background: #fe4746;
  width: 32px;
  height: 32px;
  float: left;
  margin: 4px 0px 0 0;
  padding: 0;
  z-index: 1012;
  position: relative;
}
#header #cart .heading a {
  /* margin-top: 5px; */
  text-decoration: none;
  font-size: 14px;
  /* height:26px; */
  color: #444;
  display: inline-block;
  /*background:#fff; */
  /*z-index:1012;*/
  /* position:relative; */
  /*padding:0 6px 0 2px;*/
  font-weight: bold;
}
#header #cart .heading a span {
  display: inline-block;
  margin-top: 10px;
}
#header #cart .content {
  clear: both;
  display: none;
  position: absolute;
  padding: 8px;
  min-height: 150px;
  z-index: 1011;
  background: #fff;
  width: 350px;
  right: 0;
  top: 35px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
#header #cart.active .heading {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
#header #cart.active .content {
  display: block;
}
.cart-total {
  display: flex;
  align-items: center;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
  border-bottom: 1px solid #eeeeee;
}
.mini-cart-info .image {
  width: 1px;
}
.mini-cart-info .image img {
  text-align: left;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info td.total {
  text-align: right;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-total td {
  color: #000;
  padding: 2px;
}
#header #cart .checkout {
  text-align: right;
  clear: both;
  line-height: normal;
  margin: 0;
}
#header #cart .empty {
  padding-top: 50px;
  text-align: center;
}

/********** Search Bar **********/
/*#header #search { position:absolute; top:25px; right:262px;}*/
#header .button-search {
  background: url("../../../images/layouts/layout_1/button-search.png") center
    center no-repeat;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  cursor: pointer;
  float: right;
}
#header #search input {
  background: #fff;
  padding: 0 10px;
  width: 340px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  color: #333;
  outline: none;
}

/*style 2*/
#header.style2 #search {
  right: 0;
  left: auto;
}
#header.style2 #logo {
  margin: 20px 0px 0 250px;
  width: 380px;
  text-align: center;
}
#header.style2 #cart {
  left: 0;
  right: auto;
}
#header.style2 #cart .content {
  left: 0;
  right: auto;
}

#header.style2 .htop {
  margin-bottom: 10px;
}

/*style 3*/
#header.style3 .htop {
  border: none;
  display: inline-block;
  float: right;
}
#header.style3 .hsecond {
  min-height: 146px;
}
#header.style3 #language,
#header.style3 #currency {
  position: absolute;
  right: 0px;
  top: 30px;
}
#header.style3 #language {
  right: 100px;
}
#header.style3 #language ul,
#header.style3 #currency ul {
  right: 0;
  left: auto;
}
#header.style3 #language span,
#header.style3 #currency span {
  padding: 0 7px;
}
#header.style3 #language:hover,
#header.style3 #currency:hover {
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.25);
}
#header.style3 #cart {
  top: 65px;
}
#header.style3 .links {
  z-index: 1;
  padding-right: 8px;
}
#header.style3 #logo {
  margin: 40px 10px 0 0;
}
#header.style3 #search {
  right: 0px;
  top: 112px;
}

/********** Menu **********/
#menu > span,
.m-menu {
  display: none;
}
/* CA009668 Ajuste de margin */
#menu {
  background: #222;
  margin: 15px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
}
#menu > ul > li.home {
  margin: 0 0 0 0px;
}
#menu > ul > li.home a {
  display: block;
  height: 35px !important;
  line-height: 35px !important;
  padding: 5px 5px 0 5px !important;
}
#menu > ul > li.home a span {
  background: url(../../../images/layouts/layout_1/home-icon.png) center center
    no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 2px;
  z-index: 0;
}

#menu > ul > li {
  position: static;
  float: left;
  padding: 0px;
  /*z-index: 1000!important;*/
}

#menu > ul > li > div {
  position: absolute;
  display: none;
  background: #fff;
  z-index: 1008;
  padding: 10px;
  border-top: 2px solid #fe4746;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  width: 97% !important;
}
#menu > ul > li:hover > div.custom_block {
  display: table;
}
#menu > ul > li:hover > div.custom_block ul {
  display: table-cell;
}

/* COMENTADO CA005761
#menu > ul > li > div > ul { display: table-cell; }
*/

#menu > ul > li.categories_hor > div {
  display: none;
  background: #fff;
  min-width: 895px;
  position: absolute;
  z-index: 1008;
  padding: 10px 10px 0px 10px;
  border-top: 2px solid #d45c93;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

#menu > ul > li.categories_hor > div > .column {
  position: relative;
  display: inline-block;
  width: 160px;
  margin: 0 15px 15px 0px;
}
#menu > ul > li > div > ul {
  position: relative;
  width: 100% !important;
}
#menu > ul > li.categories_hor > div > .column + .column,
#menu > ul > li > div > ul li + li {
}
#menu > ul > li.categories_hor > div > .column > a {
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
#menu > ul > li.categories_hor > div > .column a,
#menu > ul > li > div > ul li a {
  clear: both;
  padding: 4px 0;
  display: block;
  width: 33.3% !important;
  min-width: 33.3% !important;
  z-index: 1008;
}
#menu > ul > li > div > ul li a {
  font-size: 12px;
}
#menu > ul > li.categories_hor > div > .column:hover > a {
  color: #d45c93;
}
#menu > ul > li.categories_hor > div > .column > div {
  display: block;
}
#menu > ul > li.categories_hor > div > .column:hover div {
  display: table;
}
#menu > ul > li.categories_hor > div > .column > div ul {
  display: table;
  padding: 0;
}
#menu > ul > li.categories_hor > div > .column > div ul li + li {
}

#menu > ul > li ul + ul {
  padding-left: 20px;
}
#menu > ul > li ul > li > a {
  text-decoration: none;
  padding: 4px;
  display: block;
  min-width: 150px;
}
#menu > ul > li div > ul > li > a {
  color: #222;
}
#menu > ul > li div > ul > li > a {
  background: url("../image/marcadorCinza.png") right center no-repeat;
  width: 93% !important;
  /*background-color: red;*/
}

#menu > ul > li.categories > div {
  display: none;
  background: #fff;
  min-width: 160px;
  position: absolute;
  z-index: 1008;
  padding: 10px;
  border-top: 2px solid #d45c93;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

#menu > ul > li.categories > div > .column,
#menu > ul > li > div > ul {
  position: relative;
}
/*#menu > ul > li.categories > div > .column + .column, #menu > ul > li > div > ul li + li{border-top:1px solid #eee;}*/
#menu > ul > li > div > ul > li {
  display: block;
  border-bottom: 1px solid #eee;
  float: left !important;
  overflow: hidden;
  width: 33.3% !important;
  min-width: 33.3% !important;
}
#menu > ul > li > div > ul > li:first-child {
  border-top: 0px;
}
#menu > ul > li > div > ul > li > ul.montadoras > li > ul > li {
  border-top: 1px solid #eee;
}
#menu > ul > li > div > ul > li > ul.montadoras > li > ul > li:first-child {
  border-top: 0px;
}
#menu > ul > li.categories > div > .column a,
#menu > ul > li > div > ul li a {
  font-size: 13px;
  padding: 7px 0;
  display: block;
}
#menu > ul > li.categories > div > .column:hover > a {
  color: #d45c93;
}
#menu > ul > li.categories > div > .column > div {
  display: none;
  position: absolute;
  border-top: 2px solid #d45c93;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1010;
  left: 150px;
  top: 0;
  padding: 5px 10px;
}
#menu > ul > li.categories > div > .column:hover div {
  display: table;
}
#menu > ul > li.categories > div > .column:hover > div ul {
  display: table-cell;
}
#menu > ul > li.categories > div > .column:hover > div ul li + li {
  border-top: 1px solid #eee;
}
.custom_block p {
  line-height: 18px;
  margin: 0;
}

#menu > ul > li:hover > div {
  display: block;
}

.breadcrumb {
  color: #c2c2c2;
  margin-bottom: 10px;
  text-align: center;
}
.breadcrumb a {
  color: #999;
  font-size: 11px;
}
.breadcrumb a:hover {
  color: #d45c93;
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  color: #555555;
}
.success a {
  padding: 3px 5px;
  background: #bbdf8d;
  margin: 0px 3px;
}
.warning a {
  padding: 3px 5px;
  background: #f8acac;
  margin: 0px 3px;
}
.attention a {
  padding: 3px 5px;
  background: #f2dd8c;
  margin: 0px 3px;
}
.success {
  background: #eaf7d9 url("../image/success.png") 10px center no-repeat;
  border: 1px solid #bbdf8d;
}
.warning {
  background: #ffd1d1 url("../image/warning.png") 10px center no-repeat;
  border: 1px solid #f8acac;
}
.attention {
  background: #fff5cc url("../image/attention.png") 10px center no-repeat;
  border: 1px solid #f2dd8c;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.required {
  color: #ff0000;
  font-weight: bold;
}
.error {
  display: block;
  color: #ff0000;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  display: block;
}
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form tr td:first-child {
  width: 150px;
}
table.form > * > * > td {
  color: #333;
}
table.form td {
  padding: 8px 4px;
}
input.large-field,
select.large-field {
  width: 300px;
}
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 20px;
}
table.list td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
table.list thead td {
  background-color: #efefef;
  padding: 0px 5px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
table.list tbody td {
  vertical-align: top;
  padding: 0px 5px;
}
table.list .left {
  text-align: left;
  padding: 7px;
}
table.list .right {
  text-align: right;
  padding: 7px;
}
table.list .center {
  text-align: center;
  padding: 7px;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
}
table.radio td {
  padding: 5px;
  vertical-align: top;
}
table.radio td label {
  display: block;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #f8f6f6;
  cursor: pointer;
}

/*********** Pagination ***********/
.pagination {
  border-top: 1px solid #eeeeee;
  padding-top: 8px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.pagination .links {
  float: left;
}
.pagination .links a {
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 4px 10px;
  text-decoration: none;
  color: #777;
}
.pagination .links b {
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #d45c93;
  padding: 4px 10px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  background: #d45c93;
}
.pagination .links a:hover {
  color: #d45c93;
  border: 1px solid #ccc;
}
.pagination .results {
  float: right;
  padding-top: 3px;
}

/*********** Button ***********/

a.button,
input.button {
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background: #d45c93;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
a.button {
  display: inline-block;
  text-decoration: none;
  padding: 7px 12px;
}

input.button {
  margin: 0;
  padding: 7px 12px;
}
a.button:hover,
input.button:hover {
  background: #444;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.buttons {
  border-top: 1px solid #eeeeee;
  overflow: auto;
  padding: 15px 6px 0px 6px;
  margin-bottom: 20px;
}
.buttons .left {
  float: left;
  text-align: left;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.htabs {
  height: 30px;
  line-height: 16px;
  padding-left: 10px;
  border-bottom: 1px solid #ddd;
}
.htabs a {
  padding: 7px 15px 6px 15px;
  float: left;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #333;
  margin-right: 2px;
  display: none;
}
.htabs a.selected {
  padding-bottom: 7px;
  background: #ffffff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-weight: bold;
}
.tab-content {
  padding: 10px;
  margin-bottom: 20px;
  z-index: 2;
}
.tab-content ul {
  margin-left: 20px;
}

.product-tab {
  margin-bottom: 20px;
}
.product-tab .tabs {
  height: 30px;
  line-height: 16px;
  padding-left: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.product-tab .tabs li {
  float: left;
  list-style-type: none;
}
.product-tab .tabs li a {
  padding: 7px 15px 6px 15px;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #222;
  margin-right: 2px;
  opacity: 0.7;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.product-tab .tabs li.active a {
  opacity: 1;
  padding-bottom: 7px;
  background: #ffffff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.product-tab .deactive {
  display: none;
}
.addthis_default_style > a {
  padding: 0;
}

/*********** box ***********/
.box {
  margin-bottom: 20px;
}
.box .box-heading,
.welcome {
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.box .box-content {
  padding: 0px;
}

/*********** box products ***********/
.box-product {
  width: 100%;
}
.box-product > .flexslider ul li {
  vertical-align: top;
  background: #fff;
  text-align: center;
  width: 200px;
}
.box-product > .flexslider ul li .slide-inner {
  padding: 10px;
  position: relative;
  text-align: center;
  border: 1px solid #fff;
}
.box-product > .flexslider ul li .slide-inner:hover {
  border: 1px solid #ddd;
}
.box-product .image {
  display: block;
  margin-bottom: 5px;
}
.box-product .image a {
  display: block;
}
.box-product .image img {
  padding: 0px;
}
.box-product .name a {
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  padding: 0px;
  color: #333;
}
.box-product .name a:hover {
  text-decoration: underline;
}
.box-product .price {
  display: block;
  font-weight: bold;
  margin: 5px 0 10px 0;
  padding: 0 8px;
  color: #d45c93;
  font-size: 13px;
}
.box-product .price-old {
  color: #f00;
  text-decoration: line-through;
  font-weight: normal;
  margin-right: 5px;
  font-size: 12px;
}
.box-product .price-new {
  font-weight: bold;
}
.box-product .rating {
  display: block;
  margin-top: 5px;
}
.box-product > .flexslider ul li .cart input,
.box-product > .flexslider ul li .cart a {
  padding: 2px 3px;
  font-size: 11px;
  height: auto;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
}
.box-product > .flexslider ul li .rating img {
  width: auto;
  display: inline;
}

.box-product > .flexslider.style1 ul li .name a {
  margin: 0 0 10px 0;
}
.box-product > .flexslider.style1 ul li .name {
  text-align: left;
}
.box-product > .flexslider.style1 ul li .price {
  float: left;
  width: 95px;
  padding: 0;
  margin: 0;
  text-align: left;
}
.box-product > .flexslider.style1 ul li .rating {
  float: left;
}
.box-product > .flexslider.style1 ul li .rating {
  position: absolute;
  top: 0;
  right: 5px;
  padding: 0 3px;
  background: #eee;
  display: none;
}
.box-product > .flexslider.style1 ul li:hover .rating {
  display: block;
}

.box-product > .flexslider.style1 ul li .cart {
  float: right;
}
.box-product > .flexslider.style1 ul li .cart input,
.box-product > .flexslider.style1 ul li .cart a {
  font-size: 11px;
  text-indent: -9999px;
  background: #d45c93 url(../image/cart-icon.png) center center no-repeat;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.box-product > .flexslider.style1 ul li .cart input:hover,
.box-product > .flexslider.style1 ul li .cart a:hover {
  background-color: #444;
  border-radius: 50% 0%;
}
.box-product > .flexslider.style1 ul li .slide-inner {
  background: #f3f3f4;
  padding: 5px;
  margin: 0 5px;
  border: 0px none;
}
.box-product > .flexslider.style1 ul li .slide-inner:hover {
  border: 0px none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) inset;
}

/********** Comented for Right Part Start*******/
.box-product > .flexslider ul li {
  display: block;
}
.box-product > .flexslider ul li .slide-inner {
  padding: 0;
  padding: 10px;
}
#column-left .box-product > .flexslider ul li,
#column-right .box-product > .flexslider ul li {
  width: 220px;
}
#column-left .box-product .image,
#column-right .box-product .image {
  float: left;
  margin-right: 5px;
  margin-bottom: 0px;
}
#column-left .box-product .name,
#column-right .box-product .name {
  margin-bottom: 2px;
  text-align: left;
}
#column-left .box-product .name a,
#column-right .box-product .name a {
  padding: 0 0 0 0px;
  width: auto;
  font-size: 12px;
}
#column-left .box-product .price,
#column-right .box-product .price {
  float: left;
  padding: 0 10px 0 0;
  margin: 0px 0 2px 0;
  font-size: 12px;
}
#column-left .box-product .rating,
#column-right .box-product .rating {
  float: left;
  margin-top: 0px;
}
/********** Comented for Right Part End*******/

/*********** Category boxes ***********/
.box-category ul,
.list-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-category > ul > li,
.list-item > li {
  display: block;
  position: relative;
}
.box-category .down {
  top: 6px;
  right: 0;
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 16px;
  padding: 2px;
  background: transparent url(../image/plus.png) 0px 0px no-repeat;
  opacity: 0.6;
  -moz-opacity: 0.6;
}
.box-category .down:hover {
  opacity: 1;
  -moz-opacity: 1;
}
.box-category ul li a,
.list-item li a {
  padding: 5px 0px 5px 12px;
  color: #222;
  display: block;
  background: transparent url(../image/bullet-dark.png) 0px 11px no-repeat;
}
.box-category ul li.double a {
  display: inline-block;
  margin: 0;
}
.box-category ul li {
  position: relative;
}
.box-category > ul > li a.active + .down {
  background-position: 0px -16px;
}
.box-category > ul > li > a {
  color: #333;
  text-transform: uppercase;
}
.box-category > ul > li ul {
  display: none;
  padding-left: 10px;
  margin-bottom: 5px;
}
.box-category > ul > li a.active {
  font-weight: bold;
}
.box-category > ul > li > a.active {
  margin-bottom: 5px;
}
.box-category > ul > li a.active + ul {
  display: block;
}
.box-category a:hover,
.list-item a:hover {
  text-decoration: underline;
}

.box-category > ul > li ul li a:hover,
.list-item a:hover,
.box-category > ul > li > ul > li a.active {
}

.box-category > ul > li ul li {
  border-top: 1px solid #eee;
}
.box-category > ul > li ul li a {
  margin-right: 16px;
}
.box-category > ul > li ul li a:hover,
.list-item a:hover {
  margin-right: 16px;
}
.box-category > ul > li ul > li > a {
  text-decoration: none;
}
.submenu {
  display: none;
}

/*********** Filter ***********/
.box-filter > li > span {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  color: #444;
}
.box-filter > li > ul {
  margin-bottom: 15px;
}
.box-filter > li > ul li {
  margin-bottom: 5px;
}
.box-filter > li > ul li label {
  margin-left: 5px;
}
#button-filter {
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  font-size: 12px;
  height: auto;
  line-height: normal;
  padding: 5px 7px;
  text-transform: uppercase;
}

/*********** sitemap ***********/
.sitemap {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap > li {
  border-top: 1px solid #eee;
  display: block;
  position: relative;
}
.sitemap > li:first-child {
  border-top: 0;
}
.sitemap li a {
  padding: 5px 8px;
  display: block;
  font-weight: bold;
}
.sitemap li ul {
  margin-left: 30px;
}
.sitemap li ul li a {
  font-weight: normal;
}
.sitemap li a:hover {
  color: #d45c93;
}

/*********** content ***********/
#content .content {
  padding: 10px;
  overflow: auto;
  margin-bottom: 20px;
}
#content .content .left {
  float: left;
  width: 49%;
}
#content .content .right {
  float: right;
  width: 49%;
}

/*********** category ************/
.category-info {
  overflow: auto;
  margin-bottom: 20px;
}
.category-info .image {
  float: left;
  padding: 0px;
  margin-right: 15px;
}
.category-list {
  overflow: auto;
  margin-bottom: 20px;
}
.category-list ul {
  float: left;
  width: 23%;
  margin-right: 12px;
}

/*********** manufacturer ***********/
.manufacturer-list {
  overflow: auto;
  margin-bottom: 20px;
}
.manufacturer-heading {
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
}
.manufacturer-content {
  padding: 8px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

/*********** product ***********/
#cloud-zoom-big {
  background: #fff;
}
.product-filter {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #f9f9f9;
  padding: 6px 5px;
  overflow: auto;
  line-height: 27px;
}
.product-filter .display {
  margin-right: 15px;
  float: left;
  color: #333;
}
.product-filter .display a {
  font-weight: bold;
}
.product-filter .sort {
  float: right;
  color: #333;
}
.product-filter .limit {
  margin-left: 15px;
  float: right;
  color: #333;
}
.product-filter select {
  padding: 2px 2px;
}
.product-compare {
  padding-top: 6px;
  margin-bottom: 25px;
  font-weight: bold;
}
.product-compare a {
  text-decoration: none;
  font-weight: normal;
}

/*********** Product List ***********/
.product-list > div {
  overflow: auto;
  border: 1px solid #fff;
  padding: 10px;
}
.product-list > div:hover {
  border: 1px solid #ddd;
}
.product-list .right {
  float: right;
  margin-left: 15px;
}
.product-list .left .cart .button,
.product-list .left .cart .wishlist,
.product-list .left .cart .compare {
  float: left;
}

.product-list > div + div {
  border-top: 1px solid #ddd;
}
.product-list > div:hover + div {
  border-top: 1px solid #fff;
}
.product-list .image {
  float: left;
  margin-right: 10px;
}
.product-list .name {
  margin-bottom: 8px;
}
.product-list .name a {
  color: #555;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}
.product-list .name a:hover {
  color: #d45c93;
}
.product-list .description {
  line-height: 15px;
  margin-bottom: 5px;
  color: #4d4d4d;
}
.product-list .rating {
  color: #7b7b7b;
  margin-bottom: 5px;
}
.product-list .price {
  font-size: 14px;
  font-weight: bold;
  color: #d45c93;
  margin-bottom: 5px;
}
.product-list .price-old {
  color: #f00;
  text-decoration: line-through;
  font-weight: normal;
}
.product-list .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #bbbbbb;
}
.product-list .cart input {
  padding: 2px 3px;
  font-size: 10px;
  height: auto;
  line-height: normal;
  text-transform: uppercase;
}
.product-list .wishlist,
.product-list .compare {
  margin-left: 10px;
}
.product-list .wishlist a {
  color: #333333;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 16px;
  background: url("../image/plus.png") 0 1px no-repeat;
}
.product-list .compare a {
  color: #333333;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 16px;
  background: url("../image/plus.png") 0 1px no-repeat;
}
a.wishlist:hover {
  color: #d45c93;
}

/*********** Grid-List Icon ***********/
.product-filter .display b {
  float: left;
  margin-right: 10px;
}
.grid-icon {
  background: url(../image/list-icon.png) left top no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  float: left;
  margin-right: 8px;
  margin-top: 5px;
}
.list-icon {
  background: url(../image/list-icon.png) left -45px no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  float: left;
  margin-right: 8px;
  margin-top: 5px;
}
.grid1-icon {
  background: url(../image/list-icon.png) left -23px no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  float: left;
  margin-right: 8px;
  margin-top: 5px;
}
.list1-icon {
  background: url(../image/list-icon.png) left -68px no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  float: left;
  margin-right: 8px;
  margin-top: 5px;
}

/*********** Product Grid ***********/

.product-grid {
  width: 100%;
}
.product-grid > div {
  min-width: 130px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  vertical-align: top;
  background: #fff;
  text-align: center;
  padding: 10px;
  border: 1px solid #fff;
}
.product-grid > div:hover {
  border: 1px solid #ddd;
}
.product-grid .image {
  display: block;
  margin-bottom: 5px;
}
.box-product .image a {
  display: block;
}
.product-grid .image img {
  padding: 0px;
}
.product-grid .name a {
  width: 152px;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  padding: 0px;
  color: #333;
}
.product-grid .name a:hover {
  text-decoration: underline;
}
.product-grid .description {
  display: none;
}
.product-grid .rating {
  display: block;
  margin-top: 5px;
}
.product-grid .price {
  display: block;
  font-weight: bold;
  margin: 5px 0 10px 0;
  padding: 0 8px;
  color: #d45c93;
  font-size: 13px;
}
.product-grid .price-old {
  color: #f00;
  text-decoration: line-through;
  font-weight: normal;
  margin-right: 5px;
  font-size: 12px;
}
.product-grid .price-new {
  font-weight: bold;
}
.product-grid .price .price-tax {
  display: none;
}
.product-grid .cart input {
  padding: 2px 3px;
  font-size: 11px;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  height: auto;
  line-height: normal;
  text-transform: uppercase;
}
.product-grid .wishlist,
.product-grid .compare {
  margin-bottom: 3px;
}
.product-grid .wishlist a {
  color: #666;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 16px;
  background: url("../image/plus.png") 0 0 no-repeat;
}
.product-grid .compare a {
  color: #666;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 16px;
  background: url("../image/plus.png") 0 0 no-repeat;
}
.product-grid .wishlist a:hover,
.product-grid .compare a:hover,
.product-list .wishlist a:hover,
.product-list .compare a:hover {
  color: #d45c93;
}

.product-grid.style1 .name a {
  margin: 0 0 10px 0;
}
.product-grid.style1 .name {
  text-align: left;
}
.product-grid.style1 .price {
  float: left;
  width: 95px;
  padding: 0;
  margin: 0;
  text-align: left;
}
.product-grid.style1 .rating {
  position: absolute;
  top: 0;
  right: 5px;
  padding: 0 3px;
  background: #eee;
  display: none;
}
.product-grid.style1 > div:hover .rating {
  display: block;
}
.product-grid.style1 .cart {
  float: right;
}
.product-grid.style1 .cart input {
  font-size: 11px;
  padding: 0 5px;
  text-indent: -9999px;
  background: #d45c93 url(../image/cart-icon.png) center 2px no-repeat;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.product-grid.style1 .cart input:hover {
  background-color: #444;
  border-radius: 50% 0%;
}
.product-grid.style1 > div {
  background: #f3f3f4;
  padding: 5px;
  margin: 0 5px 10px 5px;
  border: 0px none;
}
.product-grid.style1 > div:hover {
  border: 0px none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) inset;
}
.product-grid.style1 .wishlist,
.product-grid.style1 .compare {
  position: absolute;
  display: none;
  width: 100%;
  bottom: -20px;
  left: 0;
  background: #eee;
  padding: 0 0 2px 0;
  z-index: 1;
}
.product-grid.style1 .compare {
  bottom: -37px;
  padding: 0 0 4px 0;
}
.product-grid.style1 > div:hover .wishlist,
.product-grid.style1 > div:hover .compare {
  display: block;
}
.product-grid.style1 .wishlist a {
  margin: 0;
}

/*********** Product ***********/
.product-info {
  overflow: auto;
  margin-bottom: 20px;
}
.product-info > .left {
  float: left;
  margin-right: 15px;
}
.product-info > .left + .right {
  margin-left: 370px;
}
.product-info .image {
  float: left;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}
.product-info .image_inside {
  margin: 0px;
  position: relative;
  z-index: 20;
  padding: 0;
}
.product-info .image .zoom_btn {
  position: absolute;
  bottom: 6px;
  right: 0px;
  width: auto;
  height: 11px;
  z-index: 21;
}
.product-info #zoom-image .zoom_bttn {
  font-size: 10px;
  line-height: 11px;
  color: #ababab;
  text-transform: uppercase;
  background: #fff url("../image/zoom-plus.png") 2px 2px no-repeat;
  padding: 1px 1px 1px 16px;
}
.product-info #zoom-image {
  color: #ababab;
}
.product-info .image-additional {
  width: 355px;
  margin-left: -7px;
  clear: both;
  overflow: hidden;
}
.product-info .image-additional img {
  width: 64px;
  display: block;
}
.product-info .image-additional a {
  float: left;
  display: block;
  margin-left: 7px;
  margin-bottom: 10px;
}
.image-additional a:active {
  outline: 0;
}
.product-info .description {
  border-bottom: 1px solid #eee;
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #4d4d4d;
  font-size: 13px;
}
.product-info .description span {
  font-weight: bold;
}
.product-info .description a {
  color: #4d4d4d;
  text-decoration: none;
  font-size: 13px;
}
.product-info .price {
  overflow: auto;
  padding: 0px 5px 10px 5px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #d45c93;
}
.product-info .price-old {
  color: #f00;
  text-decoration: line-through;
  font-weight: normal;
}
.product-info .price-new {
}
.product-info .price-tag {
  background: #d45c93 url(../image/price-tag.png) left top no-repeat;
  display: inline-block;
  height: 48px;
  padding: 0 18px 0 32px;
  border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  line-height: 48px;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
}
.product-info .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info .price .reward {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info .price .discount {
  font-weight: normal;
  font-size: 12px;
  color: #4d4d4d;
}
.product-info .options {
  padding: 0px 5px 10px 5px;
  margin-bottom: 10px;
  color: #333;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  border: 1px solid #cccccc;
  cursor: pointer;
}
.product-info .cart {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 15px 5px 10px 5px;
  margin-bottom: 20px;
  color: #4d4d4d;
  overflow: auto;
}
.product-info .cart div {
  vertical-align: middle;
}
.product-info .cart div > span {
  padding-top: 7px;
  display: block;
  color: #999;
}
.product-info .cart div .qty {
  margin-right: 15px;
  float: left;
  padding: 5px 0px;
}
.product-info .cart div .wishlist {
  padding-left: 15px;
  background: url("../image/plus.png") 0px 1px no-repeat;
  font-size: 11px;
  margin-top: 15px;
  display: inline-block;
}
.product-info .cart div .wishlist + .wishlist {
  margin-left: 10px;
}
.product-info .cart #button-cart {
  text-transform: uppercase;
  padding: 10px 12px;
}

.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  color: #999;
  clear: both;
}
.product-info .review {
  color: #4d4d4d;
  margin-bottom: 10px;
}
.product-info .review a:hover {
  color: #d45c93;
}
.product-info .review > div {
  padding: 8px;
  background: #f4f3f3;
  line-height: 20px;
  overflow: auto;
}
.product-info .review > div > span {
  color: #38b0e3;
}
.product-info .review .share {
  overflow: auto;
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.review-list {
  padding: 10px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.review-list .text {
  clear: both;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 20px;
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  background: #f7f7f7;
  text-align: left;
}
.attribute tr td:first-child {
  color: #333;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.attribute td {
  padding: 7px;
  color: #4d4d4d;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.compare-info {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dddddd;
  margin-bottom: 20px;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  background: #f7f7f7;
  text-align: left;
}
.compare-info tr td:first-child {
  color: #333;
  font-weight: bold;
  text-align: right;
}
.compare-info td {
  padding: 7px;
  width: 20%;
  text-align: center;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.compare-info td + td {
  border-left: 1px solid #dddddd;
}
.compare-info thead td {
  padding: 10px 7px;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info .price-old {
  font-weight: bold;
  color: #f00;
  text-decoration: line-through;
  font-weight: normal;
}
.compare-info .price-new {
  font-weight: normal;
}

.qty strong {
  margin-right: 10px;
}
.qty a {
  background: url("../image/plus.png") no-repeat left top;
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  border: 1px solid #fefefe;
  top: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.qty a.mines {
  background-position: left bottom;
}
.qty a:hover {
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*********** Login ***********/
.login-content {
  margin-bottom: 20px;
  overflow: auto;
}
.login-content .left {
  float: left;
  width: 48%;
}
.login-content .right {
  float: right;
  width: 48%;
}
.login-content .right b {
  margin-bottom: 3px;
  display: inline-block;
}
.login-content .right a {
  margin-top: 12px;
  display: inline-block;
}
.login-content .left .content,
.login-content .right .content {
  min-height: 190px;
}

/*********** cart ***********/
.cart-info table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
}
.cart-info td {
  padding: 7px;
}
.cart-info thead td {
  color: #000;
  padding: 10px 7px;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border-bottom: 1px solid #dddddd;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left;
}
.cart-info thead .price,
.cart-info thead .total {
  text-align: right;
}
.cart-info tbody td {
  border-bottom: 1px solid #dddddd;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
  text-align: left;
}
.cart-info tbody .quantity input[type="image"],
.cart-info tbody .quantity img {
  position: relative;
  top: 4px;
  cursor: pointer;
}
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
}
.cart-info tbody span.stock {
  color: #f00;
  font-weight: bold;
}
.cart-module > div {
  display: none;
}
.cart-total {
  overflow: auto;
  padding-top: 8px;
  /* margin-bottom: 15px; */
  /* vertical-align: text-bottom; */
}
.cart-total:hover {
  color: red;
}
.cart-total table {
  float: right;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}

/************** Accordion ************/
.accordion-heading {
  background: #f8f8f8;
  border: 1px solid #dbdee1;
  padding: 10px 8px;
  font-weight: bold;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-bottom: 15px;
}
.accordion-content {
  padding: 0px 0px 15px 0px;
  display: none;
  overflow: auto;
  line-height: 18px;
}

/*********** checkout ***********/
.checkout {
  margin-bottom: 20px;
}
.checkout-heading {
  border-bottom: 1px solid #dbdee1;
  padding: 15px 0;
  font-weight: normal;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}
.checkout-heading {
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  margin-top: 20px;
  display: none;
  overflow: auto;
}
.checkout-content .left {
  float: left;
  width: 48%;
}
.checkout-content .right {
  float: right;
  width: 48%;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product thead td {
  padding: 10px 7px;
  color: #000;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border-bottom: 1px solid #dddddd;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product tfoot td {
  text-align: right;
  border-right: 1px solid #dddddd;
}
.contact-info {
  overflow: auto;
}
.contact-info .left {
  float: left;
  width: 48%;
}
.contact-info .right {
  float: left;
  width: 48%;
}
.sitemap-info {
  overflow: auto;
  margin-bottom: 40px;
}
.sitemap-info .left {
  float: left;
  width: 48%;
}
.sitemap-info .right {
  float: left;
  width: 48%;
}

/************** Back To Top *************/
.back-to-top {
  display: none;
  z-index: -9999;
}
.back-to-top a {
  position: fixed;
  bottom: 60px;
  right: 55px;
  background: #ff0000 url(../../../images/layouts/layout_1/back-to-top.png) left
    top no-repeat;
  /*background:rgba(250, 250, 250, 0.5)url(../../../images/layouts/layout_1/back-to-top.png) left top no-repeat;*/
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  /*display:block;*/
}
.back-to-top a:hover {
  background: #ff0000 url(../../../images/layouts/layout_1/back-to-top.png) left -35px
    no-repeat;
}

/************************* Footer ***********************/
#footer .part3 {
  width: 320px;
  float: left;
}
#footer .part3 + .part3 {
  margin-left: 17px;
}

#footer .social-part {
  padding: 0px 0px 30px 0;
  margin: 0;
}
#footer .social-part:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/******** Footer Links *******/
#footer {
  clear: both;
  overflow: auto;
  background: #222;
  color: #999;
  margin: 10px 0 0 0;
}
#footer .fpart-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
}
#footer a {
  color: #999;
}
#footer a:hover {
  color: #fff;
}

#footer h3 {
  color: #bbbbbb;
  font-size: 14px;
  margin: 0px 0 10px 0;
  padding: 0px 0px 7px 0px;
  border-bottom: 1px dotted #444;
  text-transform: uppercase;
  font-weight: normal;
}
#footer .column {
  float: left;
  position: relative;
}
#footer .column {
  margin-right: 15px;
}
#footer .column ul {
  width: 185px;
  padding: 0px;
}
#footer .column ul li {
  list-style-type: none;
}
#footer .column a {
  text-decoration: none;
  display: block;
  padding: 5px 0px;
  line-height: 18px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer .column a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer .custom_column p {
  line-height: 18px;
  margin: 0;
}

/******** Contact Details *******/
#footer .contact {
  margin-left: 15px;
  float: left;
}
#footer .contact ul {
  width: 260px;
}
#footer .contact ul li {
  font-size: 12px;
  list-style-type: none;
  padding: 0 0 0 36px;
  min-height: 30px;
  line-height: 18px;
  margin-bottom: 7px;
}
#footer .contact_icon ul li {
  background: url(../../../images/layouts/layout_1/contact-icon.png) left top
    no-repeat;
  background-position: -30px 0px;
}

#footer .contact ul li.address {
  background-position: 0px 7px;
}
#footer .contact ul li.mobile {
  background-position: 0px -48px;
  line-height: 25px;
}
#footer .contact ul li.email {
  background-position: 0px -99px;
  line-height: 28px;
}
#footer .contact ul li.fax {
  background-position: 0px -153px;
  line-height: 25px;
}
/*#footer .contact ul li a{-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}*/
#footer .contact ul li a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/******** Payments Types *******/
#footer .payments_types {
  float: left;
  padding: 8px 0 0 0;
}
#footer .payments_types img {
  display: inline-block;
  margin: 0px 3px 3px 3px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer .payments_types img:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/******** Social Icon *******/
#footer .social {
  float: right;
  margin: 0;
  text-align: right;
  padding: 8px 0 0 0;
}
#footer .social a {
  display: inline-block;
  margin: 0px 0 0px 5px;
  border-radius: 50%;
}
#footer .social a img {
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer .social a img:hover {
  border-radius: 50% 0%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/******** Powered *******/
#footer #powered {
  line-height: 20px;
  padding: 10px 0;
  font-size: 11px;
  border-top: 1px dotted #444444;
  margin-top: 15px;
}
#footer #powered a {
  font-size: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
#footer #powered a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#footer.style-2 .powered_text {
  text-align: right;
}

#footer .powered_text {
  text-align: center;
}
#footer .powered_text p {
  line-height: 18px;
  margin: 0;
}

#footer .box2 {
  width: 490px;
  float: left;
}
#footer .box2 + .box2 {
  margin-left: 20px;
}

#footer .box5 {
  width: 235px;
  float: left;
}
#footer .box5 + .box5 {
  margin-left: 15px;
}

#footer.style-2 .column {
  float: none;
}
#footer.style-2 .custom_column p {
  line-height: 18px;
  margin: 0;
}
#footer.style-2 .column + .column {
}
#footer.style-2 .column ul {
  width: auto;
}

#footer.style-2 .social-part {
  padding: 0px 0 10px 0;
}
#footer.style-2 #powered {
  padding: 15px 0;
  margin: 0;
}

#footer.style-2 .contact {
  float: none;
  margin: 15px 0 0 0;
  border-top: 1px dotted #444444;
}
#footer.style-2 .contact ul {
  width: auto;
  padding: 15px 0;
}
#footer.style-2 .contact ul li {
  width: 21%;
  display: table-cell;
  vertical-align: middle;
  height: 36px;
  margin: 15px 0px 15px 4px;
}
#footer.style-2 .contact ul li.mobile {
  background-position: 0 -44px;
  font-size: 15px;
}
#footer.style-2 .contact ul li.fax {
  background-position: 0 -148px;
  font-size: 15px;
}
#footer.style-2 .contact ul li.email {
  background-position: 0 -96px;
}
#footer.style-2 .contact h3 {
  display: none;
}

#footer.style-2 .fpart_column ul li {
  float: left;
  list-style-type: none;
}
#footer.style-2 .fpart_column ul li a {
  padding-right: 12px;
}

#footer .box3 {
  width: 300px;
  float: left;
}
#footer .box3 + .box3 {
  margin-left: 20px;
}
#footer .box3_1 {
  width: 380px;
  float: left;
}

#footer.style-3 .custom_column {
  float: none;
  margin: 0 0 25px 0;
}
#footer.style-3 .custom_column p {
  margin: 0;
}
#footer.style-3 .column {
  min-height: 155px;
  margin-right: 20px;
}
#footer.style-3 .column + .column {
  margin-left: 0px;
}
#footer.style-3 .contact h3 {
  display: none;
}
#footer.style-3 .contact {
  float: none;
  margin: 15px 0 0 0;
  border-top: 1px dotted #444444;
}
#footer.style-3 .contact ul {
  width: auto;
  padding: 15px 0;
}
#footer.style-3 .contact ul li {
  width: 21%;
  display: table-cell;
  vertical-align: middle;
  height: 36px;
  margin: 15px 0px 15px 4px;
}
#footer.style-3 .contact ul li.mobile {
  background-position: 0 -44px;
  font-size: 15px;
}
#footer.style-3 .contact ul li.fax {
  background-position: 0 -148px;
  font-size: 15px;
}
#footer.style-3 .contact ul li.email {
  background-position: 0 -96px;
}

#footer.style-3 .column a {
  padding: 3px 0;
}
#footer.style-3 #powered {
  padding: 15px 0;
  margin: 0;
}

/*********** banner ***********/
/*.banner div { text-align: center; width:100%; }*/
/*.banner div img { margin-bottom: 20px; }*/

/*********** Extra ***********/
.w30 {
  width: 30px !important;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .wrapper-box {
    width: auto;
    margin: 10px;
  }
  .box-product > div,
  .product-grid > div {
    margin-right: 2px;
  }
  /* CA009668 Remoção de padding 10px para mobile*/
  .main-wrapper {
    margin: 0px 0px 0 0px;
    padding: 0 0px;
  }
  #header #search {
    right: 300px;
  }
  #footer .column ul {
    width: 155px;
  }

  .product-info .cart div {
    float: none;
    margin-bottom: 10px;
  }
  #footer.style-2 .box5 {
    width: 225px;
  }
  #footer.style-2 #footer .box2 {
    width: 460px;
  }
  #footer .box3_1 {
    width: 350px;
  }
  #footer .box3 {
    width: 288px;
  }

  #back-top {
    display: none !important;
  }

  /* CA 4645 */
  /* INICIO */
  #header .hsecond {
    /*background-color:yellow !important;*/
  }
  #header .hsecond {
    min-height: 10px !important;
  }
  #header #logo {
    float: left !important;
    margin: 5px 5px 0px 0px !important;
  }

  #header #logo img {
    width: 40% !important;
    margin-top: 0px !important;
  }

  #header #search {
    position: absolute !important;
    top: 1.8vh !important;
    left: 22.5vw !important;
    cursor: pointer !important;
  }

  #header .button-search {
    background: url(../../../images/layouts/layout_1/button-search.png) center
      center no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    left: 420px;
    cursor: pointer;
    float: left;
  }

  /*CA9655*/
  /*INICIO*/

  @media screen and (min-width: 1025px) {
    #search {
      clear: both;
      position: absolute !important;
      top: 40px !important;
      left: 500px !important;
      cursor: pointer !important;
    }
  }

  /*CA9655*/
  /*FIM*/

  .fixoNoTopo {
    clear: both;
    z-index: 199;
    position: fixed;
    top: 0px;
    background-color: white;
    width: 95.7%;
    border: 2px solid #c0c0c0;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    margin: 0 auto;
  }

  .fixoNoTopo #header .hsecond {
    /*background-color:yellow !important;*/
  }
  .fixoNoTopo #header .hsecond {
    min-height: 10px !important;
    padding-right: 1vw;
  }
  .fixoNoTopo #header #logo {
    float: left !important;
    margin: 3px 3px 3px 3px !important;
  }

  .fixoNoTopo #header #logo img {
    width: 40% !important;
    margin-top: 0px !important;
  }

  .fixoNoTopo #header #search {
    position: absolute !important;
    top: 1.8vh !important;
    left: 22.5vw !important;
    cursor: pointer !important;
  }

  .fixoNoTopo #header .button-search {
    background: url(../../../images/layouts/layout_1/button-search.png) center
      center no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    left: 420px;
    cursor: pointer;
    float: left;
  }
  .fixoNoTopo #pesquisaProdutos {
    width: 430px !important;
    height: 32px !important;
  }

  #header #cart .heading {
  }

  /* FINAL */
  /* CA 4645 */
}

@media screen and (max-width: 800px) {
  body {
    -webkit-text-size-adjust: auto;
  }
  #header {
    min-height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
  }

  #header.style3 #logo,
  #header #logo {
    float: none;
    margin: 0;
    padding: 20px 0px;
  }
  #header.style3 .hsecond {
    min-height: auto;
  }
  #header.style3 #language,
  #header.style3 #currency {
    top: 0;
    position: relative;
  }
  #header.style3 .htop {
    display: block;
    float: none;
  }
  #header.style3 #language {
    right: auto;
  }
  #header.style3 #language ul,
  #header.style3 #currency ul {
    left: 0;
    right: auto;
  }
  #header.style3 #language ul li,
  #header.style3 #currency ul li,
  #header #language ul li,
  #header #currency ul li {
    text-align: left;
  }

  #header.style3 #search {
    top: auto;
    display: inline-block;
  }
  #header.style3 #cart {
    top: auto;
    float: left;
    position: relative;
  }
  #header.style3 #cart .content,
  #header #cart .content {
    left: 0;
  }

  #header #search {
    position: relative;
    right: auto;
    float: right;
    top: auto;
  }
  #header #cart {
    /*position:relative; */
    top: auto;
    display: inline-block;
    float: left;
  }

  #header.style2 #logo {
    width: auto;
    margin: 0;
  }
  #header.style2 .htop {
    margin-bottom: 0;
  }
  #header.style3 .links {
    padding-right: 0px;
  }

  #footer,
  #header {
    width: auto !important;
  }
  #container {
    width: auto !important;
  }

  .home,
  .banner,
  .back-to-top a,
  #column-right,
  #column-left {
    display: none !important;
  }
  #header #welcome {
    width: 100%;
    float: none;
  }
  h1,
  .welcome {
    text-align: center;
  }
  .login-content .left,
  .login-content .right,
  .checkout-content .left,
  .checkout-content .right {
    width: auto !important;
    float: none;
  }
  .login-content .left .content,
  .login-content .right .content {
    min-height: inherit;
  }
  input[type="text"],
  input[type="password"],
  textarea {
    width: 95%;
  }

  .breadcrumb a {
    font-size: 11px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .m-menu {
    display: block;
  }
  #menu {
    padding: 0;
    height: auto;
    text-align: center;
  }
  #menu ul {
    padding: 0;
  }
  #menu > span {
    text-transform: uppercase;
    font-size: 16px;
    padding: 0px 15px 0px 8px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background: url(../../../images/layouts/layout_1/mplus.png) no-repeat right
      17px;
  }
  #menu > ul > li {
    float: none;
    padding: 0px;
    display: none;
  }
  #menu > ul > li.categories {
    display: block;
  }
  #menu > ul > li.categories > a {
    display: none;
  }
  #menu > ul > li.categories > div > .column > a {
    color: #333 !important;
  }
  #menu > ul > li.categories > div {
    display: block;
    position: relative;
  }

  #menu > ul > li.categories > div > .column > div {
    display: none;
    position: relative;
    left: auto;
  }
  #menu > ul > li.categories > div > .column:hover div {
    display: block;
  }
  #menu > ul > li.categories > div > .column:hover > div ul {
    display: block;
  }
  #menu > ul > li.categories > div > .column > div ul li + li {
    border-top: 1px solid #eee;
  }

  #menu > ul {
    display: none;
    text-align: left;
    background: #fff !important;
    position: relative;
    z-index: 9;
  }
  #menu > ul > li > div {
    display: block;
  }
  #menu > ul > li.categories > div > .column > a {
    font-weight: bold;
  }
  #menu > ul > li.categories > div > .column > div {
    display: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin-left: 20px;
  }
  #menu > ul > li.categories > div > .column:hover div {
    display: none;
  }
  span.more {
    color: #c2c2c2;
    display: block;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    background: url(../../../images/layouts/layout_1/mplus.png) no-repeat left -50px;
  }
  span.more.plus {
    background-position: 0 -80px;
  }

  .product-info .cart div .qty {
    float: none;
    margin-bottom: 15px;
    padding: 0;
  }
  .product-info .cart div .wishlist {
    margin: 0;
  }

  .buttons .left,
  .buttons .right,
  .buttons .center {
    float: none;
    text-align: center;
    margin: 10px 0;
  }

  #footer {
    padding: 0 !important;
  }
  #footer .fpart-inner {
    padding: 10px 10px 0;
  }
  #footer .column {
    float: none;
    width: auto;
    margin: 0 !important;
    display: inline;
  }
  #footer h3 {
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0px;
    border-top: 1px dotted #444444;
    border-bottom: none;
    height: 32px;
    line-height: 32px;
  }
  #footer .custom_column h3 {
    border: none;
  }
  #footer h3 + h3 {
    border-top: 1px dotted #444444;
  }
  #footer h3.active {
    background-color: #444;
  }
  #footer .column a {
    font-size: 14px;
    padding: 3px 0;
    line-height: 25px;
    height: 25px;
    background: none;
  }
  #footer .column:hover ul {
    display: none;
  }
  #footer .column ul {
    display: none;
    position: relative;
    bottom: 0px;
    width: auto;
    padding: 10px 0;
  }
  #footer .column ul li {
    text-align: center;
  }
  #footer .info {
    width: auto;
    display: inline;
    float: none;
  }
  #footer .info h3 {
    padding: 5px 0;
  }
  #footer .about-text {
    display: none;
    text-align: center;
    padding: 0 10px;
  }
  #footer-top-outside {
    display: none;
  }
  #footer .contact {
    float: none;
    margin: 0;
  }
  #footer .contact ul {
    width: auto;
    display: none;
    padding: 10px 0;
  }
  #footer .contact ul li.address {
    background-position: 0px 0px;
  }
  #footer #powered {
    margin-top: 0px;
  }

  #footer .payments_types {
    float: none;
    padding: 0 0 10px 0;
  }
  #footer .part3 {
    width: auto;
    float: none;
  }
  #footer .part3 + .part3 {
    margin: 0;
  }
  #footer .social {
    float: none;
    text-align: center;
    padding: 12px 0 0;
  }

  .social_wrap {
    display: none !important;
  }
  #powered {
    text-align: center;
    width: 100%;
    line-height: normal;
    padding-top: 10px;
    height: auto !important;
  }
  #powered .fl {
    float: none;
  }
  .payments_types {
    float: none;
    margin: 10px 0 0px 0;
  }
  .payments_types img {
    margin-bottom: 10px;
  }

  #footer .box5,
  #footer .box2 {
    float: none;
    width: auto;
  }
  #footer .box5 + .box5,
  #footer .box2 + .box2 {
    margin: 0;
  }
  #footer.style-2 .box5 {
    width: auto;
  }

  #footer.style-2 .fpart_column ul li {
    float: none;
    display: inline-block;
  }
  #footer.style-2 .powered_text {
    text-align: center;
    margin-top: 10px;
  }
  #footer.style-2 .contact h3 {
    display: block;
  }
  #footer.style-2 .contact,
  #footer.style-3 .contact {
    float: none;
    margin: 0;
    border: none;
  }
  #footer.style-2 .contact ul,
  #footer.style-3 .contact ul {
    display: none;
    padding: 15px 0;
  }
  #footer.style-2 .contact ul li,
  #footer.style-3 .contact ul li {
    display: block;
    width: auto;
    margin: 0;
    line-height: 34px;
  }
  #footer.style-2 .payments_types {
    padding: 0;
  }
  #footer.style-2 #powered {
    padding: 10px 0;
  }
  #footer.style-2 .custom-column-content {
    padding: 0 0 15px 0;
  }

  #twitter_footer,
  #facebook {
    display: none;
  }

  #footer .box3_1 {
    float: none;
    width: auto;
  }
  #footer.style-3 .custom_column {
    margin: 0 0 15px 0;
  }
  #footer.style-3 .contact h3 {
    display: block;
  }
  #footer .contact ul li.address {
    background-position: 0 7px;
  }

  #column-right + #content {
    margin-right: 0 !important;
  }
  #column-left + #content {
    margin-left: 0 !important;
  }
  #column-left + #column-right + #content,
  #column-left + #content {
    margin-left: 0 !important;
  }
  .product-list .left {
    width: auto;
    float: none;
  }

  .social {
    float: none;
    margin: 10px;
    text-align: center;
    clear: both;
  }
  .social h3 {
    display: none !important;
  }
  #footer .column a {
    font-size: 13px;
  }
  .jcarousel-skin-opencart {
    display: none !important;
  }
  .product-info > .left {
    float: none;
    text-align: center;
    margin-right: 0px;
  }
  .product-info > .left + .right {
    margin-left: auto;
    text-align: center;
  }
  .product-info .image {
    float: none;
  }
  .mousetrap {
    width: 99%;
  }
  .product-info .image-additional {
    width: auto;
    margin-bottom: 10px;
    max-width: none;
  }
  .product-info .image-additional a {
    display: inline-block;
    float: none;
  }
  .product-info .cart div {
    margin-bottom: 15px;
    float: none;
  }
  .product-grid {
    text-align: center;
  }
  .cart-info thead .price,
  .cart-info tbody .price {
    display: none;
  }
  .sitemap-info .left,
  .sitemap-info .right,
  #content .content .left,
  #content .content .right {
    float: none;
    width: auto;
  }
  .cart-info thead .model,
  .cart-info tbody .model {
    display: none;
  }
  .product-filter .sort select {
    width: auto;
  }

  .pagination {
    text-align: center;
    margin-bottom: 0;
  }
  .pagination .links {
    float: none;
  }
  .pagination .results {
    float: none;
    margin-top: 5px;
  }
  .box .box-heading span {
    padding: 0 30px;
  }

  /* CA 4645 */
  /* INICIO */

  /*#header {
    text-align: center;
}*/

  header.style3 #logo,
  #header #logo {
    float: none;
    margin: 0;
    padding: 5px 0px;
  }

  /*##############*/
  #header .hsecond {
    /*background-color:yellow !important;*/
  }

  #header .hsecond {
    min-height: 10px !important;
  }
  #header #logo {
    float: left !important;
    margin: 2px 2px 2px 2px !important;
  }

  #header #logo img {
    width: 40% !important;
    margin-top: 0px !important;
  }

  #header #search {
    float: left;
    position: relative !important;
    top: 0vh !important;
    left: 1vw !important;
    cursor: pointer !important;
  }

  #header .button-search {
    background: url(../../../images/layouts/layout_1/button-search.png) center
      center no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    left: 390px;
    cursor: pointer;
    float: left;
  }

  #header .links {
    margin: 0 !important;
  }

  #pesquisaProdutos {
    width: 400px !important;
    height: 32px !important;
  }

  .fixoNoTopo {
    clear: both;
    z-index: 199;
    position: fixed;
    top: 0px;
    left: 8px;
    background-color: white;
    width: 97%;
    border: 2px solid #c0c0c0;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    margin: 0 auto;
  }

  .fixoNoTopo #header .hsecond {
    /*background-color:yellow !important;*/
  }
  .fixoNoTopo #header .hsecond {
    min-height: 10px !important;
    padding-right: 1vw;
  }
  .fixoNoTopo #header #logo {
    float: left !important;
    margin: 3px 3px 3px 3px !important;
  }

  .fixoNoTopo #header #logo img {
    width: 40% !important;
    margin-top: 0px !important;
  }

  .fixoNoTopo #header #search {
    position: absolute !important;
    top: 1.8vh !important;
    left: 22.5vw !important;
    cursor: pointer !important;
  }

  .fixoNoTopo #header .button-search {
    background: url(../../../images/layouts/layout_1/button-search.png) center
      center no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    left: 390px;
    cursor: pointer;
    float: left;
  }
  .fixoNoTopo #pesquisaProdutos {
    width: 400px !important;
    height: 32px !important;
  }

  #header #cart .heading {
    padding: 0 0px 0 0px;
    width: 110px;
    float: left;
  }

  .iconText {
    display: none !important;
  }

  .cart-total {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  #language,
  #currency {
    float: none;
    display: inline-block;
  }
  #header .links {
    display: inline-block;
    float: none;
  }
  #header .htop {
    border-bottom: none;
  }
}

@media screen and (max-width: 480px) {
  .wrapper-box {
    margin: 0;
  }
  .product-info .image a img {
    width: 100%;
  }

  #header.style3 #search,
  #header.style2 #search,
  #header #search {
    display: block;
    float: none;
    top: auto;
  }
  /*#header #search input{width: 93%!important;}*/

  #header.style3 #cart,
  #header.style2 #cart,
  #header #cart {
    float: none;
    margin-top: 0px;
  }
  #header.style3 #cart .content,
  #header.style2 #cart .content,
  #header #cart .content {
    left: -95px;
  }
  #header .links {
    margin-right: 0px;
  }
  #header .links a#wishlist-total {
    display: none;
  }

  .user-about {
    display: none;
  }

  #row-icons .col-xs-1 {
    display: none;
  }

  .iconText {
    display: none !important;
  }

  .cart-total {
    display: none !important;
  }

  .product-tab .tabs {
    padding-left: 0px;
  }
  .product-tab .tabs li a {
    padding: 7px 8px 6px;
    font-size: 12px;
  }

  .product-filter .display,
  .product-filter .limit,
  .product-filter .sort {
    width: auto;
    float: none;
    margin: 0;
    clear: both;
  }
  .product-filter .limit {
    margin: 5px 0;
  }
  .product-filter select {
    width: auto;
  }

  .flex-control-nav,
  .flex-direction-nav li a.prev:hover {
    display: none !important;
  }

  .contact ul li {
    float: none;
    width: auto;
  }
  .category-list ul {
    float: none;
    width: auto;
    margin-right: 0px;
  }
  .product-info .review > div {
    overflow: inherit;
  }
  select {
    width: 99%;
  }

  .cart-info thead .image,
  .cart-info tbody .image {
    display: none;
  }
  .product-list .image {
    float: none;
  }
  .product-list .left {
    text-align: center;
  }
  .product-list .left .cart .button,
  .product-list .left .cart .wishlist,
  .product-list .left .cart .compare {
    float: none;
  }

  /* CA 4645 */
  /* INICIO */
  #header {
    text-align: left;
  }

  /*##############*/
  #header .hsecond {
    /*background-color:#00ff00 !important;*/
  }

  #header .hsecond {
    min-height: 10px !important;
  }
  #header #logo {
    float: left !important;
    margin: 2px 2px 2px 2px !important;
  }

  #header #logo img {
    width: 40% !important;
    margin-top: 0px !important;
  }

  #header #search {
    float: left;
    position: relative !important;
    top: 0vh !important;
    left: 1vw !important;
    cursor: pointer !important;
  }

  #header .button-search {
    background: url(../../../images/layouts/layout_1/button-search.png) center
      center no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    left: 230px;
    cursor: pointer;
    float: left;
  }
  #pesquisaProdutos {
    width: 240px !important;
    height: 32px !important;
  }

  .fixoNoTopo {
    clear: both;
    z-index: 199;
    position: fixed;
    top: 0px;
    left: 2.8vw;
    background-color: white;
    width: 94%;
    border: 2px solid #c0c0c0;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    margin: 0 auto;
    /*background-color:aqua !important;*/
  }

  .fixoNoTopo #header .hsecond {
    /*background-color:yellow !important;*/
  }
  .fixoNoTopo #header .hsecond {
    min-height: 10px !important;
    padding-right: 1vw;
  }
  .fixoNoTopo #header #logo {
    float: left !important;
    margin: 3px 3px 3px 3px !important;
  }

  .fixoNoTopo #header #logo img {
    width: 40% !important;
    margin-top: 0px !important;
  }

  .fixoNoTopo #header #search {
    position: absolute !important;
    top: 1.8vh !important;
    left: 22.5vw !important;
    cursor: pointer !important;
  }

  .fixoNoTopo #header .button-search {
    background: url(../../../images/layouts/layout_1/button-search.png) center
      center no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    left: 230px;
    cursor: pointer;
    float: left;
  }
  .fixoNoTopo #pesquisaProdutos {
    width: 240px !important;
    height: 32px !important;
  }

  #header #cart .heading {
    padding: 0 0px 0 0px;
    width: 110px;
    float: left;
  }
  /* CA 4645 */
  /* FINAL */
}

@media screen and (max-width: 320px) {
  .main-wrapper {
    padding: 0 5px;
  }
  #header .links {
    line-height: 20px;
  }
  #header .links a {
    font-size: 11px;
    padding: 0 7px;
  }
  #language,
  #currency {
    font-size: 11px;
  }

  #header #cart .content,
  #header.style2 #cart .content,
  #header.style3 #cart .content {
    width: 250px;
    left: -45px;
  }

  .product-info {
    overflow: hidden !important;
  }
  .htabs a {
    font-size: 11px;
    padding: 7px 5px 6px 5px;
  }
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.dropdown ul li ul {
  padding: 10px !important;
}
.dropdown ul li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ece6e8;
  border-top: 3px solid #b3261f;
  top: 0;
  left: 100%;
  margin: -10px 0 0 0px;
  padding: 0 0 0 0px;
  z-index: 15;
  min-height: 100%;
}
.dropdown ul li ul li a {
  font-size: 13px;
  padding: 7px 0;
}
.dropdown ul li ul li {
  border-top: 1px solid #eee !important;
}
.dropdown ul li ul li:first-child {
  border-top: 0px !important;
}
.dropdown ul li:hover div ul {
  display: block;
}
/*.banner {
    position: relative;
    height: 350px;
    margin: 0 0 15px 0;
}*/
.unslider {
  height: 350px;
  overflow: hidden !important;
}

.banner .unslider-nav {
  position: relative;
  top: -43px;
}
.products {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.products .product,
.ofertasRelampago .product {
  border: 1px solid #ddd;
  background-color: white;
  padding: 5px;
  width: 184px;
  float: left;
  margin: 0px 0px 10px 9px;
  position: relative;
  transition: 0.2s;
  margin: 0px 0px 15px 15px;
}

.products .product {
  height: 239px;
}

.ofertasRelampago .product {
  height: 430px !important;
  /* margin-top: 85px !important; */
  width: 260px !important;
}

.ofertasRelampago .product:hover {
  transform: scale(1) !important;
}

.products .product:hover {
  transform: scale(1.3);
  z-index: 20;
  border: 1px solid #9d9d9d;
  box-shadow: 0px 0px 15px 7px #000000a3;
}

.products .product .small_version,
.ofertasRelampago .product .small_version {
  position: relative;
  transition: 0.2s;
}

.products .product .small_version .offer {
  position: absolute;
  display: inline;
  z-index: 3;
  padding-top: 68px;
  width: 70px;
  height: 72px;
  left: 120px;
  top: -6px;
  font-size: 14px;
  text-align: right;
  background: url("../../../images/lapela_promocao.png");
  background-size: 70px 72px;
  background-repeat: no-repeat;
}

.sugested-products
  .sugested-products-section
  .sugested-products-section-content
  .sugested-product
  .offer {
  position: absolute;
  display: inline;
  z-index: 3;
  padding-top: 68px;
  width: 70px;
  height: 72px;
  font-size: 14px;
  text-align: right;
  top: 0;
  right: 0;
  background: url("../../../images/lapela_promocao.png");
  background-size: 70px 72px;
  background-repeat: no-repeat;
}

.products .product .small_version .image,
.ofertasRelampago .product .small_version .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 182px;
  height: 130px;
  overflow: hidden;
  text-align: center;
}

.ofertasRelampago .product:hover {
  transform: scale(1);
  z-index: 20;
  border: 1px solid #9d9d9d;
  box-shadow: 0px 0px 15px 7px #000000a3;
}

.products .product .small_version .image img,
.ofertasRelampago .product .small_version .image img {
  width: auto;
  max-width: 185px;
  height: 130px;
}

.products .product .small_version .price_offer,
.ofertasRelampago .product .small_version .price_offer {
  background-image: url("../../../images/gradient_white.png");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 100% 100%;
  width: 182px;
  text-align: right;
  font-weight: bold;
  font-size: 120%;
  color: #d1453e;
  position: absolute;
  display: inline;
  top: 115px;
}

.products .product .small_version .price,
.ofertasRelampago .product .small_version .price {
  background-image: url("../../../images/gradient_white.png");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 100% 100%;
  width: 182px;
  text-align: right;
  font-weight: bold;
  font-size: 120%;
  color: #d1453e;
  position: absolute;
  display: inline;
  top: 130px;
}

@media screen and (max-width: 800px) {
  .products .product .small_version .price,
  .ofertasRelampago .product .small_version .price,
  .products .product .small_version .price_offer,
  .ofertasRelampago .product .small_version .price_offer {
    background-image: unset;
    top: 114px;
    left: -25px;
  }

  .products .product .small_version .price_offer,
  .ofertasRelampago .product .small_version .price_offer {
    top: 95px;
  }

  .products .product .small_version .offer,
  .ofertasRelampago .product .small_version .offer {
    left: 1px;
    top: -2px;
  }

  .products .product .small_version .offer,
  .ofertasRelampago .product .small_version .offer {
    margin: -5px 0 0 93px;
    padding-top: 70px !important;
  }
}

.products .product .small_version .oldprice,
.ofertasRelampago .product .small_version .oldprice {
  font-size: 80%;
  color: #5e5e5e;
  text-decoration: line-through;
}

.products .product .small_version .code,
.ofertasRelampago .product .small_version .code {
  background: #fafafa;
  font-size: 80%;
  overflow: hidden;
}

.products .product .small_version .description,
.ofertasRelampago .product .small_version .description {
  height: 73px;
  font-size: 80%;
  overflow: hidden;
}

.products .product .small_version .status,
.ofertasRelampago .product .small_version .status {
}

/* Bigger Version*/
.products .product:hover .bigger_version {
  display: block;
  z-index: 4;
}
.products .product .bigger_version {
  display: none;
  position: absolute;
  margin: -278px 0 0 -29px;
  width: 243px;
  height: 315px;
  -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.75);
  z-index: 4;
}
.products .product .bigger_version .panel {
  height: 100%;
}
.products .product .bigger_version .panel .panel-body {
  padding: 6px !important;
}
.products .product .bigger_version .offer {
  position: absolute;
  background: url("../../../images/lapela_promocao.png");
  background-size: 100px 103px;
  background-repeat: no-repeat;
  margin: -8px 0 0 138px;
  width: 100px;
  height: 103px;
}
.products .product .bigger_version .image {
  /*background: url('../../../images/imagem-nao-disponivel.jpg');*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 230px;
  height: 171px;
  overflow: hidden;
  text-align: center;
}
.products .product .bigger_version .image img {
  width: auto;
  max-width: 235px;
  height: 171px;
}
.products .product .bigger_version .image .price,
.products .product .bigger_version .image .price_offer {
  background-image: url("../../../images/gradient_white.png");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  width: 225px;
  text-align: right;
  margin: 153px 0 0 0px;
  padding: 0 5px 0 0;
  font-weight: bold;
  font-size: 120%;
  color: #d1453e;
}
.products .product .bigger_version .image .price_offer {
  margin: 134px 0 0 0px;
}
.products .product .bigger_version .image .oldprice {
  font-size: 80%;
  color: #5e5e5e;
  text-decoration: line-through;
}
.products .product .bigger_version .code {
  background: #fafafa;
  font-size: 90%;
  overflow: hidden;
}
.products .product .bigger_version .description {
  height: 93px;
  font-size: 90%;
  overflow: hidden;
}
.products .product .bigger_version .status {
}

/* CA009636 */
/* Responsividade em Atendimento, Minha Conta, Cadastre-se e Item(s) no menu */

@media (max-width: 768px) {
  .cart-total,
  .cadastre-se,
  .minhaconta,
  .atendimento {
    visibility: hidden;
  }
  #header .links {
    position: relative;
    line-height: 30px;
    margin-right: -10px;
    width: 100%;
  }
  #row_icons {
    display: flex;
    justify-content: space-between !important;
  }
}

#row_icons {
  display: flex;
  justify-content: flex-end;
}

.atendimento_form {
  max-height: 500px;
  -webkit-box-sizing: border-box;
  position: absolute;
  z-index: 15;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  line-height: 20px;
  width: 332px;
  top: 43px;
}
.atendimento_form input {
  width: 100%;
}

.login_form .panel {
  margin-bottom: 0;
}

.login_form {
  -webkit-box-sizing: border-box;
  position: absolute;
  z-index: 15;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  line-height: 20px;
  width: 332px;
  right: 25px;
  top: 43px;
}
.login_form input {
  width: 100%;
}
.login_form a.forgot-password {
  float: left;
  border: 0px;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  color: #ffffff !important;
  font-size: 90%;
  background: #ff4747;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  font-weight: bold;
}
.login_form a.forgot-password:hover {
  background: #ff6b6b;
  text-decoration: none;
}
.login_form a.register {
  float: right;
  border: 0px;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  color: #ffffff !important;
  font-size: 90%;
  background: #f5a302;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  font-weight: bold;
}
.login_form a.register:hover {
  background: #f7b336;
  text-decoration: none;
}
.login_form button[type="submit"] {
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  color: #ffffff !important;
  background: #7ed320;
  text-decoration: none;
  font-weight: bold;
}
.login_form button[type="submit"]:hover {
  background: #92db3f;
}

#cart-panel {
  position: relative;
  width: fit-content;
  z-index: 20;
}

#finalizar-compra-btn:hover {
  color: #444 !important;
}

#search .main_search form fieldset div span.input-group-btn {
  width: auto !important;
}

/*CA009655 INICIO*/

#search .main_search {
  margin: 0px 0 0px 0;
}

/*CA009655 FIM*/

#search .main_search .results {
  display: none;
  z-index: 1011;
  background: #fff;
  position: absolute;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
input.loading {
  background: url("../../../images/loading.gif");
  background-size: 20px 20px;
  background-position: right center;
  background-repeat: no-repeat;
}
#search .main_search .results ul {
  margin-bottom: 0 !important;
  padding: 0;
  list-style-type: none;
}
#search .main_search .results ul li.see_more {
  margin-top: 8px;
}
#search .main_search .results ul li.see_more .see_more_content {
  padding: 5px;
}
#search .main_search .results ul li.see_more .see_more_content:hover {
  background: #ececec;
}
#search .main_search .results ul li.product {
  padding: 5px;
  margin-top: 5px;
}
#search .main_search .results ul li.product:first-child {
  margin-top: 0px;
}

#search .main_search .results ul li.product:hover {
  background: #ececec;
}
#search .main_search .results ul li.product .image {
  background: #fff;
  width: 50px;
  height: 50px;
  float: left;
}
#search .main_search .results ul li.product .info {
  text-align: left;
  /*height: 50px;*/
  width: 100%;
  float: left;
  margin-left: 5px;
}

#search .main_search .results ul li.product a {
  display: flex;
  /* border-bottom: 1px solid #dddddd; */
  padding: 5px;
}

#search .main_search .results ul li.product .info .description {
  overflow: hidden;
  font-style: italic;
  /*height: 26px;*/
}
#search .main_search .results ul li.product .info .description span.highlight,
#search .main_search .results ul li.product .info .description span.HIGHLIGHT {
  font-weight: bold;
  text-decoration: underline;
}
#search .main_search .results ul li.product .info .price {
  font-weight: bold;
  font-size: 120%;
  color: #d1453e;
}
#search .main_search .results ul li.product .info .price .oldprice {
  font-size: 80%;
  color: #337ab7;
  text-decoration: line-through;
}

/* Tela Produto */
.product_unique {
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 8px;
}
.product_unique .offer {
  position: absolute;
  background: url("../../../images/lapela_promocao.png");
  background-size: 140px 144px;
  background-repeat: no-repeat;
  margin: -2px 0 0 362px;
  width: 140px;
  height: 144px;
  z-index: 3;
}
.product_unique .photos {
  width: 500px;
  min-height: 380px;
  overflow: hidden;
  float: left;
  position: relative;
  text-align: center;
}
.product_unique .photos img {
  width: auto;
  max-width: 480px;
  height: 350px;
  object-fit: contain;
}
.product_unique .info {
  color: #000;
  min-width: 472px;
  width: 55vw;
  float: left;
  margin: 0 0 0 5px;
}
.product_unique .info .description {
  /*height: 122px;*/
}
.product_unique .info .description .title {
  float: left;
  width: 383px;
  height: 100%;
  font-size: 140%;
}
.product_unique .info .description .title .line {
  font-size: 100%;
  font-weight: normal;
  margin-top: 10px;
  /*overflow: hidden;*/
  width: 100%;
}
.product_unique .info .description .title .full_title {
  line-height: 23px;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 600;
}

.product_unique .info .description .title .full_title h1 {
  line-height: 23px;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.product_unique .info .description .line_photo {
  float: right;
  width: 82px;
  height: 82px;
  margin-top: 20px;
}
.product_unique .info .description .additional_description {
  margin-top: 10px;
  font-size: 110%;
  min-height: 100px;
}
.product_unique .info .description .code {
  margin-bottom: 6px;
}
.product_unique .info .description .full_description {
  font-size: 150%;
}
.product_unique .info .add_to_cart {
  /*height: 231px;*/
  margin-top: 10px;
}
input.form-control {
  -webkit-box-sizing: border-box;
}
.product_unique .info .add_to_cart .block .navbar-form {
  padding: 0px 0px !important;
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}
.product_unique .info .add_to_cart .block {
  /*float: right;*/
}
.product_unique .info .add_to_cart .block .wg_product_quantity,
button {
  float: left;
}
.product_unique
  .info
  .add_to_cart
  form[name="add_product_to_cart"]
  button[type="submit"] {
  background: #0df501;
}
.product_unique .info .hide_price {
  width: 43px;
  float: right;
  text-align: right;
}
.product_unique .info .price {
  /*float: right;
    width: 200px;
    font-weight: bold;
    text-align: right;
    font-size: 240%;
    color: #ff5030;*/

  width: 300px;
  font-weight: bold;
  font-size: 200%;
  margin-top: 10px;
}
.product_unique .info .price .oldprice {
  /*height:33px;
    text-align: right;
    font-size: 80%;
    color: #337ab7;
    text-decoration: line-through;
    line-height: 50px;
    margin-bottom: 10px;*/

  height: 33px;
  font-size: 70%;
  color: #babfc3;
  text-decoration: line-through;
  line-height: 20px;
  margin-bottom: 0px;
  font-weight: normal;
  font-style: italic;
}
.product_unique .info .make_login_see_price {
  cursor: pointer;
  text-align: right;
  font-size: 40%;
  margin-top: 28px;
  color: #337ab7;
}
/*.product_unique .info .price .oldprice {
    height:33px;
    text-align: right;
    font-size: 80%;
    color: #337ab7;
    text-decoration: line-through;
    line-height: 50px;
}*/
.product_unique div.alert_when_available {
  padding: 7px 0px;
  margin-bottom: 14px;
}
.product_unique div.alert_when_available form {
  width: 472px;
  display: block !important;
}
.product_unique div.alert_when_available form input {
  float: right;
  margin-left: 5px;
}
.product_unique div.alert_when_available button {
  border: 0px;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  color: #ffffff;
  font-size: 12px;
  background: #e59442;
  padding: 9px 15px 9px 15px;
  text-decoration: none;
  font-weight: bold;
  float: right;
  margin-top: 14px;
}
.product_unique div.alert_when_available button span.highlight {
  font-size: 23px;
}
.product_unique div.alert_when_available button:hover {
  background: #e8a25c;
  text-decoration: none;
}
.product_unique .info .block.back {
  margin-top: 10px;
  float: right;
}
/* fim / Tela Produto */

@media screen and (max-width: 800px) {
  .login_form {
    margin: 0px 0 0 -125px;
  }
}

/* Widgets */
.wg_product_quantity {
  height: 52px;
}
.wg_product_quantity .form-group {
  margin-bottom: 0 !important;
  float: left;
}
.wg_product_quantity .control {
  width: 33px;
  height: 33px;
  float: left;
  margin-left: 3px;
}
.wg_product_quantity .max_limit {
  font-size: 80%;
  color: red;
}
.wg_product_quantity .control a {
  /*position: absolute;*/
  width: 33px;
  height: 33px;
}
.wg_product_quantity .control a.up {
  font-size: 27px;
  margin: 0 0 0 1px;
}
.wg_product_quantity .control a.down {
  font-size: 27px;
  margin: 0px 0 0 0;
}
.wg_product_quantity input[name="amount[]"] {
  width: 50px;
}
/* fim / Widgets */

/* Cart */
.cart {
  font-size: 100%;
}
.cart td {
  border-bottom: 1px solid #ececec;
}
.cart thead {
  background: #fe4746;
  color: #fff;
}
.cart .clear_cart,
.cart .keep_buying {
  vertical-align: middle;
}
.cart td.clear_cart {
  text-align: right;
}
.cart a.clear_cart {
  float: left;
  border: 0px;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  color: #ffffff;
  font-size: 90%;
  background: #ff4747;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  font-weight: bold;
}
.cart a.clear_cart:hover {
  background: #ff6b6b;
  text-decoration: none;
}
.cart td.keep_buying {
  border-left: 1px solid #ececec;
  text-align: right;
}
.cart a.keep_buying {
  float: right;
  border: 0px;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  color: #ffffff;
  font-size: 90%;
  background: #ff691e;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  font-weight: bold;
}
.cart a.keep_buying:hover {
  background: #ff935d;
  text-decoration: none;
}
.cart a.make_login_see_price {
  float: right;
  border: 0px;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  color: #ffffff;
  font-size: 90%;
  background: #7ed320;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  font-weight: bold;
}
.cart a.make_login_see_price:hover {
  background: #92db3f;
  text-decoration: none;
}
.cart td.coupon input,
.cart td.freight input,
.cart td.address input {
  width: 100%;
}
.cart td.coupon .coupon_invalid {
  font-size: 80%;
  color: red;
}
.cart td .error {
  font-size: 80%;
  color: red;
}
.cart td.title {
  border-right: 1px solid #ececec;
  font-weight: bold;
  text-align: right;
  line-height: 31px;
}
.cart td.total {
  font-weight: bold;
  text-align: left;
  font-size: 150%;
  color: #00cc00;
}
.cart td.total div.coupon_discount {
  font-weight: bold;
  text-align: left;
  font-size: 70%;
  color: #b3261f;
}
.cart td.status {
  font-weight: bold;
  text-align: left;
  font-size: 150%;
  color: #9f2b1e;
}
.cart td.finish_buy {
  border-left: 1px solid #ececec;
  text-align: right;
}
.cart td.finish_buy .loading {
  display: none;
  height: 20px;
  width: 20px;
  background: url("../../../images/loading.gif");
  background-size: 20px 20px;
  background-position: right center;
  background-repeat: no-repeat;
}
.cart td.finish_buy button {
  float: right;
  border: 0px;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  color: #ffffff;
  font-size: 90%;
  background: #00cc00;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  font-weight: bold;
}

.cart td.finish_buy button:hover {
  background: #00ff00;
  text-decoration: none;
}
.cart a {
  text-decoration: underline;
  color: #b3261f;
}
.cart a:hover {
  text-decoration: none;
}
.cart td.column-product {
  border-right: 1px solid #ececec;
}
.cart td.column-product .image-container {
  width: 185px;
  height: 132px;
  float: left;
}
.cart td.column-product a {
  text-decoration: none;
  color: #000;
}
.cart td.column-product .offer {
  position: absolute;
  background: url("../images/lapela_promocao.png");
  background-size: 70px 72px;
  background-repeat: no-repeat;
  margin: -1px 0 0 118px;
  width: 70px;
  height: 72px;
}
.cart td.column-product .product-image {
  width: 185px;
  height: 132px;
  float: left;
}
.cart td.column-product .product-image img {
  width: 185px;
  height: 132px;
}
.cart td.column-product .product-info {
  width: 335px;
  float: left;
  margin-left: 10px;
}
.cart td.column-product .product-info .info {
  padding: 1.6vw 0 0px 0;
}
.cart td.column-product .product-info .topinfo {
}
.cart td.column-product .product-info .title {
  font-weight: bold;
}
.cart td.column-product .product-info .size {
  font-weight: normal;
  font-size: 80%;
}
.cart td.column-product .product-info .code {
  margin-top: 58px;
}
.cart td.column-product .product-info .ref {
  float: left;
  font-size: 80%;
}
.cart td.product-amount {
  border-right: 1px solid #ececec;
}
.cart td.product-amount .remove {
  margin-bottom: 20px;
}
.cart td.product-amount .remove a {
  background: #ff4747;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
}
.cart td.product-amount .remove a:hover {
  text-decoration: none;
}
.cart td.product-amount .wg_product_quantity {
  padding: 50px 0 35px 10px;
}
.cart td.product-price-unitary {
  border-right: 1px solid #ececec;
}
.cart td.product-price-unitary .product-price-unitary-container {
  padding: 60px 0;
}
.cart td.product-amount a {
  color: #fff;
  text-decoration: none;
}
.cart td.product-price {
  font-size: 20px;
}
.cart td.product-price .product-price-container {
  padding: 60px 0;
}
.cart td.product-price div.coupon_discount {
  font-weight: bold;
  text-align: left;
  font-size: 90%;
  color: #b3261f;
}
.cart td.product-price .make_login_see_price {
  font-size: 60%;
}
.cart td.product-price .oldprice,
.cart td.product-price-unitary .oldprice {
  text-decoration: line-through;
  font-size: 80%;
}
.cart td.product-price .price,
.cart td.product-price-unitary .price {
  font-weight: bold;
  color: #ff5030;
}
.cart input,
select {
  -webkit-box-sizing: border-box;
}
/* fim / Cart */

/* Orders */
.orders {
}

@media only screen and (max-width: 1040px) {
  .orders .order {
    height: 105px;
  }
}

.orders .order {
  height: 70px;
  margin-bottom: 10px;
  font-size: 12px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  width: 100% !important;
}

.block.action {
  width: 40% !important;
}

.orders .order .block {
  padding-top: 0px;
  height: 100%;
  float: left;
  margin-left: 0px;
  width: 30%;
}
.orders .order .block .info_pedido_item:first-child {
  border-right: 1px solid #000;
}
.orders .order .block .info_pedido_item {
  text-align: center;
  width: 150px;
  padding-top: 0px;
  float: left;
}
.orders .order .block .info_pedido_item .title {
  margin-top: 0px;
  font-weight: bold;
  font-size: 90%;
}
.orders .order .block .info_pedido_item .value {
}
.orders .order .block .info_pedido_item .value .label {
  font-size: 105%;
}
.orders .order .block .status_item:first-child {
  margin-left: 12px;
  border-right: 1px solid #000;
}
.orders .order .block .status_item {
  margin-top: 3px;
  text-align: center;
  width: 160px;
  padding-top: 0px;
  float: left;
}
.orders .order .block .status_item .title {
  font-weight: bold;
  color: #000;
}

.orders .order .block .status_nota {
  margin-top: 3px;
  text-align: center;
  width: 125px;
  padding-top: 0px;
  float: left;
}

.orders .order .block .status_nota .title {
  font-weight: bold;
  color: #000;
}

.orders .order .block .total_pedido {
  text-align: center;
  padding-top: 3px;
  margin: 0 auto;
  width: 20%;
  float: left;
}
.orders .order .block .abrir_pedido {
  text-align: center;
  padding-top: 3px;
  margin: 0 auto;
  width: 10%;
  float: left;
}
.orders .order .block .total_pedido .title {
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .orders .order {
    height: 140px;
  }
  .orders .order .block {
    width: 100%;
  }
  .orders .order .block .info_pedido_item {
    width: 180px;
  }
  .orders .order .block .info_pedido_item:first-child {
    margin-left: 0px;
  }
  .orders .order .block .status_item {
    width: 180px;
  }
  .orders .order .block .status_item:first-child {
    margin-left: 0px;
  }
  .orders .order .block .total_pedido {
    width: 133px;
  }
}
/* fim / Orders */

@media screen and (max-width: 800px) {
  .login_form {
    margin: 0px 0 0 -125px;
  }
  #search .main_search .results ul li.product .info {
    font-size: 80%;
    width: 308px;
  }
  .products {
    margin-left: -4px;
  }
  .products .product {
    width: 158px;
    margin: 0px 0px 5px 5px;
  }
  .products .product .small_version .offer {
    margin: -5px 0 0 93px;
  }
  .products .product .small_version .image {
    width: 156px;
    height: 113px;
  }
  .products .product .small_version .image img {
    width: 156px;
    height: 113px;
  }
  .products .product .small_version .description {
    height: 83px;
  }
  .products .product .small_version .image .price,
  .products .product .small_version .image .price_offer {
    width: 151px;
    margin: 93px 0 0 0px;
  }
  .products .product .small_version .image .price_offer {
    margin: 74px 0 0 0px;
  }
  .product_unique .offer {
    margin: -10px 0 0 192px;
  }
  .product_unique .photos {
    width: 320px;
    min-height: 330px;
    overflow: hidden;
    float: left;
    position: relative;
  }
  .product_unique .photos img {
    width: 320px;
  }
  .product_unique .info {
    width: 320px;
    margin: 0 0 0 0px;
  }
  .cart td.column-product .product-image {
    width: 120px;
    height: 86px;
    float: left;
  }
  .cart td.column-product .product-image img {
    width: 120px;
    height: 86px;
  }
  .cart td.column-product .product-info {
    width: 120px;
    float: left;
  }
  .cart td.finish_buy button {
    padding: 5px 10px 5px 10px;
  }
}

.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.form-horizontal .form-group {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.user-about {
}
.user-about-more {
  line-height: 23px;
  display: none;
  padding: 15px;
  margin: 0 0 0 -11px;
  color: #fff;
  background: #222;
  position: absolute;
  z-index: 2;
  width: 300px;
  border-radius: 5px;
}
.user-about:hover > div.user-about-more {
  display: block;
}

.alerts {
}
.messages {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  text-align: center;
}
div.lock_system {
  display: none;
  position: fixed;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background: #fff;
}

nav#menu ul.montadoras {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ece6e8;
  border-top: 3px solid #b3261f;
  top: 0;
  left: 100%;
  margin: -10px 0 0 0px;
  padding: 0 0 0 0px;
  z-index: 15;
}
nav#menu ul.montadoras ul {
  margin: 0;
  padding: 0;
}
nav#menu ul.montadoras > li {
  float: left;
}
nav#menu ul.montadoras {
  padding: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

nav#menu > ul > li:hover > div > ul > li:hover > ul.montadoras {
  display: block;
}
nav#menu > ul > li:hover > div > ul > li:hover,
nav#menu > ul > li:hover > div > ul > li:hover > a,
nav#menu
  > ul
  > li:hover
  > div
  > ul
  > li:hover
  > ul.montadoras
  li
  > ul
  > li:hover
  > a {
  color: #d45c93;
}
nav#menu.m-menu > ul > li > div > div.column > div > ul > li {
  font-size: 13px;
  padding: 7px 0;
  display: block;
}
nav#menu.m-menu > ul > li > div > div.column > div > ul > li > span.more {
  position: absolute;
  right: 0;
  top: auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  margin-top: -31px;
}
nav#menu.m-menu .montadoras-m-menu {
  margin: 0 0 0 30px;
}

.filter {
  padding: 0 0 2px 0;
  margin: 0 0 15px 0;
  text-align: right;
}

.colunaLogos {
  /*margin-top: -15px;*/
  float: right;
  /*background-color: red;*/
  width: 100%;
  text-align: center;
  border-top: 1px dotted #444444;
  /*margin-top: 5px;*/
  margin-bottom: 5px;
}

.col-lg-6 {
  /*background-color: red !important;*/
  margin-left: 2vw !important;
}

.depoimentos-container {
    width: 100%;
    text-align: center;
    font-family: "Rubik", sans-serif !important;
    letter-spacing: 0.06em !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.depoimento {
  width: 303px;
  background: url(../../../images/layouts/layout_1/imagemDepoimento.png) left;
  float: left;
  height: 350px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  color: #222222;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}

.depoimento h1 {
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  color: #57799c;
  font-weight: bold;
  font-size: 20px;
}

.depoimento hr {
  border: 0;
  border-top: 2px solid #474747;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

.tituloDepoimento {
  width: 100%;
  float: left;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  color: #57799c;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
}

.tituloDepoimento h1 {
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  color: #57799c;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
}

.tituloDepoimento hr {
  border: 0;
  border-top: 5px solid #e0e1e5;
  width: 30%;
  margin: 0 auto;
  margin-bottom: 2vh;
}

/*CHAT ONLINE*/
.chatOnLine {
  /*background-color: red;*/
  /*padding-top: 30px;
    padding-left: 30px;
    margin: 1px solid green;
    width: 177px;
    float: left;*/
  /*width: 32px;*/
  position: fixed;
  right: 5px;
  bottom: 0px;
  padding: 5px 0;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  z-index: 9;
}

.chatOnLine img {
  width: 140px;
  height: auto;
}

.unslider-arrow {
  z-index: 0 !important;
}

.sobreNos {
  float: left;
  width: 100%;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  color: #57799c;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.sobreNos h1 {
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  color: #57799c;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0px;
}

.sobreNos hr {
  border: 0;
  border-top: 5px solid #e0e1e5;
  width: 30%;
  margin: 0 auto;
  margin-bottom: 2vh;
}

.sobreNos p {
  text-align: center;
  width: 80%;
  font-weight: normal;
  justify-content: center;
}

.wattsapp {
  float: right;
}

.wattsapp img {
  width: 28px;
  height: 28px;
}

/*CARROSEL DAS MARCAS*/
/*INICIO*/
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  font-size: 20px;
  color: #273e8c;
  text-align: center;
  text-shadow: none;
  max-height: 80px;
}
div.col-sm-2 > a > img {
  display: block;
  margin: 0 auto !important;
}

.carousel-control.left {
  background-image: none;
  /*left: -70px;*/
  left: -30px;
  margin-top: -30px;
}
.carousel-control.right {
  left: auto;
  /*right: -69px;*/
  background-image: none;
  right: -15px;
  margin-top: -30px;
}

.carousel-control {
  padding-top: 1.25%;
  width: 5%;
}

.carousel-control:hover {
  color: #efe310 !important;
}
.carousel-control:focus {
  color: #273e8c !important;
}

.row {
  /*background-color: greenyellow !important;*/
  margin-right: 0px !important;
  margin-left: 0px !important;
  height: 32px;
}
/*FINAL*/
/*CARROSEL DAS MARCAS*/

/*PRECO DETALHE PRODUTO*/
/*INICIO*/
.precoProduto {
  float: left;
  /*background-color: red*/
  width: 475px;
  min-height: 90px;
  border-top: 1.5px solid #f5f5f5;
  border-bottom: 1.5px solid #f5f5f5;
  margin-bottom: 10px;
}
/*FINAL*/
/*PRECO DETALHE PRODUTO*/

/*MARCAS DETALHE PRODUTO*/
/*INICIO*/
.prodMarca {
  margin-top: 10px !important;
  float: left;
  /*background-color: greenyellow;*/
}

.prodMarca span {
  font-weight: bold;
}
/*FINAL*/
/*MARCAS DETALHE PRODUTO*/

/*NOVOS DETALHES PRODUTO*/
/*INICIO*/
.additional_description {
  /*background-color: #00ff00;*/
  /*margin-top: 50px;*/
  margin-bottom: 20px;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 10px;
  text-align: justify;
  font-size: 13px;
}

.additional_description span {
  /*background-color: #00ff00;*/
  margin-top: 15px !important;
  font-size: 20px;
}
.additional_description .conteudoDescricao {
  margin-top: 10px;
}
/*FINAL*/
/*NOVOS DETALHES PRODUTO*/

/*INICIO*/
/*CALCULO PARCIAL DE FRETE TELA DE PRODUTOS*/
.informarCep {
  margin-top: 15px;
  /*background-color: #ECECEC;*/
  /*font-weight: bold;*/
  /*width: 51%;*/
  border-radius: 5px;
  text-align: center;
  min-height: 20px;
  vertical-align: middle;
  float: right;
  /*padding-left: 10px;*/
}

#calCep {
  /*background-color: greenyellow;*/
  width: 70px;
  height: 10px;
  /*margin-right: 10px;*/
}

.resuladoCep {
  margin-top: 5px;
  /*background-color: #CCCCCC;*/
  color: black;
  width: 70%;
  /*border-radius: 5px;*/
  text-align: right;
  min-height: 15px;
  float: right;
  padding-left: 10px;
  /*padding-top: 5px;*/
  padding-right: 10px;
  padding-bottom: 10px;
  border: 1px solid #cccccc;
}

.resuladoCep img {
  width: 100px;
}

.resuladoCepCarrinho {
  margin-top: 5px;
  /*background-color: #CCCCCC;*/
  color: black;
  width: 99%;
  /*border-radius: 5px;*/
  text-align: right;
  min-height: 15px;
  float: right;
  /*padding-left: 10px;*/
  /*padding-top: 5px;*/
  padding-right: 10px;
  /*padding-bottom: 10px;*/
  border: 1px solid #ddd;
}

.resuladoCepCarrinho img {
  width: 100px;
  margin-left: 10px;
}

.resuladoCepCarrinho .seleciona_frete {
  clear: both;
  width: 15px !important;
  margin-left: 5px;
  margin-top: 0px;
  /*background-color: red;*/
}

.tituloCep {
  color: red;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}

.tituloCepDois {
  /*color: #0070e4;*/
  font-weight: bold;
  float: left;
  padding-top: 10px;
}

.cepTexto {
  color: #555555;
  font-weight: bold;
  /*background-color: red;*/
}
/*FINAL*/
/*CALCULO PARCIAL DE FRETE TELA DE PRODUTOS*/

/*INICIO*/
/*FIXAR LOGIN E LOGOUT*/
#header .linksFixo {
  position: fixed;
  z-index: 100;
  left: 25vw;
  float: right;
  /*margin-left: 2vw;*/
  margin-top: 2.5vw;
  background-color: #d8d8d8;
  font-weight: bold;
  border-radius: 0.5vw;
  color: white;
}

#header .linksFixo a {
  display: inline-block;
  padding: 0px 10px;
  color: #444;
  text-decoration: none;
  font-size: 12px;
  position: relative;
}
#header .linksFixo > a + a:before {
  display: inline-block;
  content: "|";
  clear: both;
  height: 0;
  color: #444;
  font-size: 11px;
  padding-left: 12px;
  position: absolute;
  left: -15px;
}
#header .linksFixo a:hover {
  color: #a29a99;
}

@media screen and (min-width: 1368px) {
  #header .linksFixo {
    left: 72vw;
    /*background-color: greenyellow;*/
  }
}

@media screen and (min-width: 1600px) {
  #header .linksFixo {
    left: 69vw;
    /*background-color: red;*/
  }
}

@media screen and (max-width: 1024px) {
  #header .linksFixo {
    /*float: right;*/
    top: 65px;
    left: 70vw;
    border-radius: 3px;
    font-size: 8px;
    /*background-color: #0070e4;*/
  }

  #header #search input {
    margin-left: 20px;
  }
}

@media screen and (max-width: 800px) {
  #header .linksFixo {
    float: right;
    top: 8vh;
    margin-right: 2vw;
    /*left: 415px;*/
    border-radius: 3px;
    font-size: 5px;
    /*background-color: yellow;*/
  }
}

@media screen and (max-width: 600px) {
  #header .linksFixo {
    /*float: right;*/
    top: 135px;
    left: 35%;
    border-radius: 3px;
    font-size: 8px;
    /*background-color: red;*/
  }
}

@media screen and (max-width: 480px) {
  #header .linksFixo {
    /*float: right;*/
    top: 41px;
    border-radius: 3px;
    left: 190px;
    /*background-color: greenyellow;*/
  }

  .login_form {
    margin: 0px 0 0 15px;
  }
}
/*FINAL*/
/*FIXAR LOGIN E LOGOUT*/

/* LINHA DA LISTA DE DUPLICATAS */
/* INICIO */
.orders .order .block .status_duplicata {
  margin-top: 3px;
  text-align: center;
  width: 110px;
  padding-top: 0px;
  float: left;
}

.orders .order .block .status_duplicata .title {
  font-weight: bold;
  color: #000;
}

.orders .order .block .info_duplicata_item:first-child {
  margin-left: 12px;
  border-right: 1px solid #000;
}
.orders .order .block .info_duplicata_item {
  margin-top: 3px;
  text-align: center;
  width: 150px;
  padding-top: 0px;
  float: left;
}
.orders .order .block .info_duplicata_item .title {
  margin-top: 0px;
  font-weight: bold;
  font-size: 90%;
}
.orders .order .block .info_duplicata_item .value {
}
.orders .order .block .info_duplicata_item .value .label {
  font-size: 105%;
}

.orders .order .block .info_duplicata_item {
  width: 110px;
}
.orders .order .block .info_duplicata_item:first-child {
  margin-left: 0px;
}
/* LINHA DA LISTA DE DUPLICATAS */
/* FINAL */

/*INICIAL*/
.vitrine h3 {
  clear: both;
  font-family: "Rubik", sans-serif !important;
  letter-spacing: 0.06em !important;
  color: #57799c;
  font-weight: bold;
  margin-top: 1vw;
  font-size: 1.8vw;
  margin-bottom: -1vw;
}

.vitrine hr {
  border-top: 1px solid #57799c;
}

.divVitrine {
  float: left;
  /*background-color: red;*/
  width: 40vw;
}
.imagemVitrine {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.linkVitrine {
  width: 14vw;
  height: 3vh;
  background-color: #337ab7;
  color: white;
  float: left;
  text-align: center;
  font-weight: bold;
  padding-top: 1vh;
  margin-bottom: 1.6vh;
  font-size: 0.8vw;
  border-radius: 0.5vw;
  text-decoration: none;
}
.linkVitrine:hover {
  color: #efefef;
}
/*FINAL*/

/*INICIAL*/
/*ESCONDER CATEGORIA*/
.verTodasCategorias {
  color: #273e8c;
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
  height: 20px;
  float: left;
  cursor: pointer;
  width: 100%;
}

.verMenosCategorias {
  color: #333333;
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
  height: 20px;
  float: left;
  cursor: pointer;
  width: 100%;
  display: none;
}
/*FINAL*/
/*ESCONDER CATEGORIA*/

/*CA005877*/
/*INICIAL*/
.colunaSelosPersonalizados {
  width: 100%;
  height: 100px;
  text-align: right;
  vertical-align: middle !important;
}

.colunaSelosPersonalizados img {
  float: right;
  height: 60px;
  width: auto;
  margin-top: 20px;
  margin-right: 10px;
}

/* .colunaSelosPersonalizados div{
    float:right;
    height:35px;
    width:auto;
    margin-top: 40px;
    font-weight: bold;
    margin-right: 10px;
} */
/*FINAL*/
/*CA005877*/

/*CA005877*/
/*INICIAL*/
.colunaSelosPersonalizados {
  width: 100%;
  height: 100px;
  text-align: right;
  vertical-align: middle !important;
}

.colunaSelosPersonalizados img {
  float: right;
  height: 60px;
  width: auto;
  margin-top: 20px;
  margin-right: 10px;
}

/* .colunaSelosPersonalizados div{
    float:right;
    height:35px;
    width:auto;
    margin-top: 40px;
    font-weight: bold;
    margin-right: 10px;
} */
/*FINAL*/
/*CA005877*/

/*INICIO*/
/*CA006299*/
.btn-warning {
  background-color: #4747478f !important;
  border: 1px solid white !important;
}

/*********** banner ***********/
.banner div {
  text-align: center;
  width: 100%;
  height: auto;
}
.banner div img {
  margin-bottom: 0px;
}
.banner img {
  width: 100%;
  height: auto;
}

.banner {
  position: relative;
  /*height: 350px;*/
  margin: 0 0 -17px 0;
  overflow: hidden;
}

@media all {
  .banner .unslider-arrow {
    margin-top: -62vh;
    margin-right: -1vw;
    margin-left: -1vw;
  }
}

@media screen and (max-width: 2048px) {
  .banner .unslider-arrow {
    margin-top: -55vh;
    margin-right: -1vw;
    margin-left: -1vw;
  }
  /*.btn-warning{
        background-color: red !important;
        border: 1px solid white !important;
    } */
}

@media screen and (max-width: 1842px) {
  .banner .unslider-arrow {
    margin-top: -45vh;
    margin-right: -1vw;
    margin-left: -1vw;
  }
  /*.btn-warning{
        background-color: greenyellow !important;
        border: 1px solid white !important;
    }*/
}

@media screen and (max-width: 1636px) {
  .banner .unslider-arrow {
    margin-top: -35vh;
    margin-right: -1vw;
    margin-left: -1vw;
  }
  /*.btn-warning{
        background-color: #0070e4 !important;
        border: 1px solid white !important;
    }*/
}
@media screen and (max-width: 1330px) {
  .banner .unslider-arrow {
    margin-top: -32vh;
    margin-right: -1vw;
    margin-left: -1vw;
  }
  /*.btn-warning{
        background-color: #d45c93 !important;
        border: 1px solid white !important;
    }*/
}
@media screen and (max-width: 1024px) {
  .banner .unslider-arrow {
    margin-top: -25vh;
    margin-right: -1vw;
    margin-left: -1vw;
  }
  /*.btn-warning{
        background-color: yellow !important;
        border: 1px solid white !important;
    }*/
}
/*FINAL*/
/*CA006299*/
/* New Products Cards */
.products-container {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  /* background-color: #adadad; */
  margin-bottom: 50px;
  justify-content: center;
}

@media screen and (max-width: 1500px) {
  .product-container {
    margin-right: 10px;
  }
}
.product-container {
  height: 420px;
  display: flex;
  justify-content: center;
  padding: 15px;
  /* background: #e5e5e5; */
}

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 235px;
  padding: 15px;
  align-items: center;
  transition: 200ms ease;
  cursor: pointer;
  position:relative;
  height: 400px;
  background: #ffffff;
}

.product-card:hover {
  transform: scale(1.02);
  transition: 200ms ease;
}

#product-image {
  width: 100% !important;
  height: 130px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

#product-image-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

div#product-code {
  width: 100%;
}

div#product-pricing {
  width: 100%;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: bold;
  min-height: 36px;
}

div#sale-period {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: green;
  min-height: 20px;
}

div#product-description {
  max-height: 14%;
  min-height: 14%;
  width: 100%;
  font-size: 14px;
  overflow: hidden;
  line-break: anywhere;
}

div#product-status {
  width: 100%;
  margin-top: 10px;
}

div#product-actions {
  width: 89%;
  position:absolute;
  bottom: 15px;
}

button.product-button {
  border-radius: 4px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #ffffff;
  font-weight: bold;
  border: none;
  width: 100%;
  margin-top: 10px;
  transition: 200ms ease;
}

button.product-button:hover {
  transition: 200ms ease;
}

button.product-unavailable-button {
  background: #e59442;
  box-shadow: 0 0 4px #e59442;
}
button.product-unavailable-button:hover {
  background: #cb833a;
  box-shadow: 0 0 9px #cb833a;
}

.products-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.product-card-offer-label {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 0;
}

.offer-image {
  width: 75px;
  height: 75px;
  overflow: hidden;
}

.offer-image img{
  width: 100%;
  height: 100%;
}
/* /New Products Cards */
