* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  vertical-align: baseline;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header, nav, section, article, aside, footer, audio, video, time, canvas, command, datalist, details, embed, figcaption, figure, hgroup, keygen, meter, output, progress, source, img {
  display: block;
}
/* =========================== STYLE =============================== */
html {
  min-height: 100%;
  min-width: 100%;
  -ms-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
    color: #606060;
	background-color: #fff;
	font-family: "Proxima Nova",-apple-system,Roboto,Arial,sans-serif,sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: 600;
	color: #333;
	line-height: 1.2;
	margin: 5px auto;
}
h1 {
	font-size: 18px;
	margin: 5px auto;
}
h2 {
	font-size: 16px;
	margin-top: 5px;
}
h3 {
	font-size: 16px;
    margin-top: 5px;
}
h4 {
	font-size: 16px;
	margin-top: 10px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 16px;
}
p {
	font-weight: 400;
	color: #606060;
	margin-top: 10px;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #009cff;
	transition: all 0.25s linear;
}
a:hover {
	color: #009cff;
}
a:link, a:visited, a:active {
	text-decoration: none
}
strong {
    color: #111;
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0;
}


input[type=text], input[type=email], input[type=number], input[type=tel], textarea {
    background: #fff;
    width: 100%;
    padding: 7px 7px;
	 font-size: 20px;
    font-weight: 400;
    color: #2196F3;
    line-height: 16px;
	 letter-spacing: 1px;
    margin: 8px auto;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 8px;
    border: 1px solid #dfe1e5;
    transition: 0.6s;
    -webkit-appearance: none;
}

select {
padding: 10px;
    border: #e3e0e0 1px solid;
    border-radius: 25px;
    background-color: #FFF;
    color: #ccc;
    margin-top: 5px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

label {
display: block;
    float: left;
    margin: 1px 0px 0px 8px;
    width: auto;
    background: #fff !important;
    border: none !important;
    font-size: 14px !important;
}


hr {
    display: block;
    width: 90%;
    border: 1px dotted #ccc;
    margin: 5px auto;
}

/* ============== RESPONSIVE IMAGES ============= */
img, picture, video, embed, src {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
::-webkit-input-placeholder {
  color: #9da9b9;
  font-size: 12px;
}
::-moz-placeholder {
  color: #9da9b9;
  opacity: 1;
  font-size: 12px;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #9da9b9;
  font-size: 12px;
}
/* ie */
input:-moz-placeholder {
  color: #9da9b9;
  font-size: 12px;
}

/*input:-webkit-autofill {
    -webkit-text-fill-color: #2196F3 !important;
    -webkit-box-shadow: 0 0 0 30px white inset;
}*/

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid white;
  -webkit-text-fill-color: #2196F3 !important;
  -webkit-box-shadow: 0 0 0 30px white inset;
  transition: background-color 5000s ease-in-out 0s;
}


input:focus {
  border: 1px solid #596DF1 !important;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

select:focus {
    outline:none !important;
    outline-width: 2px !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}


input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}


hr.space {
  display: block;
  clear: both;
  width: 100%;
  margin: 3px auto;
  border: none;
}

input.input-error {
    border-bottom: 3px solid red !important;
}


focus {
  background: #fff;
  color: #404556;
  border-color: #daede2;
}

::-webkit-input-placeholder {
  color: #c8d8cf;
}  /* WebKit, Blink, Edge */
:-moz-placeholder {
  color: #c8d8cf;
}  /* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #c8d8cf;
}  /* Mozilla Firefox 19+ */
:-ms-input-placeholder {
  color: #c8d8cf;
}  /* Internet Explorer 10-11 */
::-ms-input-placeholder {
  color: #c8d8cf;
}  /* Microsoft Edge */




/* =================== HEADER =================== */
header {
	display:block;
	clear: both;
    width: 100%;
    margin: 0 auto;
	height: auto;
   overflow: hidden;
		border-bottom: 5px solid #00acd8;
}


/* =================== SECTION ================== */
section {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}


/* =================== ARTICLE =================== */
article {
	width: 75%;
	height: auto;
	float: right;
	overflow: hidden;
	margin: 0px auto;
}

.article {
	background: #fff;
	padding: 10px;
	border-radius: 8px;
}


/* ==================== ASIDE =================== */
aside {
    width: 25%;
    float: left;
    margin: 10px auto;
}
.aside {
    background: #E8E3E3;
}


/* ==================== TABLE =================== */
table {
  width: 100%;
  border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
  background: #e3e0e0;
}
th {
  background: #fff;
  color: #4a4a4a;
  font-weight: bold;
}
td, th {
  padding: 6px;
  border: 0px solid #666;
  text-align: left;
}




main {
display: block;
    clear: both;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
}




/* Estrutura do site
-------------------------------------------------------------------------------*/

.wrapper {
    display: block;
	width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0px;
	overflow: hidden;
}



#content {
	 display: block;
	 clear: both;
    margin: 10px auto;
    padding: 5px;
    max-width: 600px;
    height: auto;
    overflow: hidden;
}


.section {
    width: 100%;
	 display: inline-block;
    background: #fff;
    height: auto;
    overflow: hidden;
	border: 0px solid #f1f1f1;
    border-radius: 3px;
    margin: 5px auto;
	padding: 5px;
}


/* Top
-------------------------------------------------------------------------------*/
.header {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px;
}

.header-info {
    display: block;
    clear: both;
    width: 100%;
	height: 1px;
    background: #e3e0e0;
    color: #f1f1f1;
    text-align: center;
    font-size: 14px;
}

.header-info .currency {
    font-size: 12px;
    font-weight: 800;
    margin-right: 2px;
}


.header-topo {
display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    overflow: hidden;
}



.header-nav {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}





#top-left {
    display: inline-block;
    width: 50%;
    float: left;
}

#top-right {
    display: inline-block;
    width: 50%;
    float: right;
}


#logo {
background: #fff;
    width: 100%;
    margin: 0px 3px;
    max-width: 120px;
    float: left;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.logo-image {
	width: 90%;
    max-width: 85px;
    margin: 5px auto;
}


.nav-top {
    display: inline-block;
    width: 100%;
}

.nav-top ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 95%;
    text-decoration: none;
}

.nav-top ul li {
    display: inline-block;
    /*float: left;*/
}

.nav-top-primary li a {
display: block;
    text-decoration: none;
    color: #999;
    font-size: 12px;
    font-weight: 600;
    padding: 1px 3px;
    margin: 3px;
    border-bottom: 0px solid #ccc;
}


.nav-top-secondary li {
    background: #fff !important;
    margin: 1px;
    padding: 2px;
    border-radius: 50%;
}


.nav-top-info {
   display: inline-block;
   float: right;
   width: 30%;
   margin: 3px auto;
}




ul.nav-top-primary {
    display: inline;
}

ul.nav-top-secondary {
    display: inline !important;
}

ul.nav-top-secondary li {
    float: right !important;
    margin: 0px 5px;
}

ul.nav-top-secondary img {
	width: 95%;
    width: 125px !important;
}





.arrows{
	background: #ccc;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 25px;
  margin: 20px auto;
  z-index: auto;
  cursor: default;
}
.arrows:before,
.arrows:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}
/* -------------------------------------------------------- diamond */
.arrow-p:after,
.arrow-p:before {
  border-width: 12px 0 12px 12px;
}
.arrow-p:before {
  border-radius: 10px;
  border-color: transparent #ccc;
  left: -2px;
}
.arrow-p:after {
  border-color: transparent #ccc;
  right: -12px;
}





.titles {
background-color: #333;
    color: transparent;
    font-weight: 900 !important;
    text-shadow: 2px 2px 3px rgb(255 255 255 / 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    display: block;
    clear: both;
    margin: 0px auto;
    margin-bottom: 5px;
    font-size: 20px;
    text-align: center;
    -ms-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -moz-border-radius: 5px 5px 5px 5px;
}
.sub-titles {
background-color: #333;
    color: transparent;
    font-weight: 900 !important;
    text-shadow: 2px 2px 3px rgb(255 255 255 / 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    display: block;
    clear: both;
    margin: 10px auto;
    font-size: 20px;
    text-align: center;
    -ms-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -moz-border-radius: 5px 5px 5px 5px;
}


.faq {
    display: block;
    clear: both;
    width: 100%;
    margin: 10px auto;
    padding: 0px;
}
.faq li {
 padding: 10px 5px;
 margin: 5px auto;
 border: 1px solid #f1f1f1;
 border-radius: 5px;
 list-style-type: none;
}

.faq li.q {
  background: #fff;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  color: #00acd8;
}

.faq li.a {
  display: none;
  font-size: 12px;
  color:#606060;
}

.faq li .arrow-down {
  display: inline-block;
  float: left;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00acd8;
  border-radius: 5px;
}



/* Lists
-------------------------------------------------------------------------------*/
.lists {
    padding: 0px;
    margin: 10px auto;
    text-align: center;
    border: none;
}

.lists .list {
height: auto !important;
    width: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: auto !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.lists .list li {
	display: block;
	width: 100%;
    max-width: 600px;
    background: #fff;
    padding: 5px 0px;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
    font-size: 13px;
	margin: 8px auto;
}
.lists .list li img {
    display: block;
    max-height: 65px;
    border-radius: 5px;
    padding: 3px;
}
.lists .list li div {
    display: inline-block;
    vertical-align: middle;
}
.lists .list li .title {
display: block;
    padding: 0 5px;
    width: 100%;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}
.lists .list li .info {
    padding: 0px;
    max-width: 150px;
	color: #606060;
}
.lists .list li .action {
    margin-left: auto;
}

.price-rrp {
    display: inline-block;
    text-decoration: line-through !important;
    font-size: 14px;
}




.hint {
position: relative;
margin: 3px auto;
border-radius: 5px;
background: #fff;
width: 300px;
max-width: 90%;
text-align: center;
}

.hide {
		display: none !important;
	}

.show {
		display: block !important;
}

.warning {
    border-radius: 8px;
    margin: 10px auto;
    padding: 3px;
    text-align: center;
    background: #FF5722;
}


/* Summary
-------------------------------------------------------------------------------*/
.summary {
    padding: 0px;
    margin: 10px auto;
    text-align: center;
    border: none;
}

.summary .summarys {
width: 100%;
    max-width: 600px;
    background: #fff;
    border-radius: 8px;
    border: 0px solid #e3e0e0;
    padding: 5px;
    margin: 5px auto;
}

.summary .summarys li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px;
	font-size: 13px;
	border-radius: 8px;
}

.summary .summarys li .title {
    max-width: 100px;
    font-size: 16px;
}
.summary .summarys li .info {
    padding: 0 5px;
    max-width: 150px;
	 color: #606060;
    font-weight: 500;
}
.summary .summarys li .action {
    margin-left: auto;
}




/* Informations
-------------------------------------------------------------------------------*/
.information {
padding: 0px;
    margin: 10px auto;
    text-align: center;
    border: none;
}

.information i {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 25px;
    height: 25px;
	margin-left: 8px;
    line-height: 25px;
    background: #FFC107;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.information .informations {
height: auto !important;
    width: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: auto !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.information .informations li {
margin: 10px auto;
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    border: 0px solid #e3e0e0;
	font-size: 13px;
}
.information .informations li img {
    display: block;
    height: 80px;
}
.information .informations li span {
    display: block;
}
.information .informations li .title {
    padding: 0 5px;
    max-width: 100px;
	 color: #4a4a4a;
    font-weight: 600;
}
.information .informations li .info {
    padding: 0 5px;
    max-width: 150px;
	 color: #606060;
    font-weight: 500;
}
.information .informations li .action {
    margin-left: auto;
}


/* List numbers
-------------------------------------------------------------------------------*/


.list-numbers {
width: 100%;
    margin: 5px auto;
    background: #fff;
    border-radius: 8px;
    padding: 3px;
    border: 1px solid #f1f1f1;
}
.list-numbers ol {
    width: 95%;
    counter-reset: my-awesome-counter;
    list-style: none;
    margin-left: 25px;
}
.list-numbers ol li {
    display: block;
    clear: both;
    margin: 15px;
    counter-increment: my-awesome-counter;
    position: relative;
	font-size: 12px;
}
.list-numbers ol li::before {
content: counter(my-awesome-counter);
    color: #666;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: -6px;
    left: -30px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #f1f1f1;
}





/* Informations
-------------------------------------------------------------------------------*/
.list-status ul {
padding: 0px;
    margin: 10px auto;
    text-align: center;
    border: none;
}

.list-status i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -13px;
    border-radius: 50%;
    border: 3px solid #e3e0e0;
    background: #2196f3;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    padding: 15px;
}
.list-status li {
clear: both;
    position: relative;
    margin: 10px auto;
    min-height: 60px;
    max-width: 600px;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #e3e0e0;
    font-size: 13px;
}
.list-status li img {
    display: block;
    height: 80px;
}
.list-status li span {
    display: block;
}
.list-status li .title {
    padding: 0 5px;
    max-width: 100px;
	 color: #4a4a4a;
    font-weight: 600;
}
.list-status li .info {
    padding: 0 5px;
    max-width: 150px;
	 color: #606060;
    font-weight: 500;
}
.list-status li .action {
    margin-left: auto;
}



/* Informations
-------------------------------------------------------------------------------*/
.lists-status ul {
padding: 0px;
    margin: 10px auto;
    text-align: center;
    border: none;
}

.lists-status li {
clear: both;
    position: relative;
    margin: 10px auto;
    min-height: 60px;
    max-width: 600px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 8px;
    border: 0px solid #e3e0e0;
    font-size: 13px;
}
.lists-status li img {
    display: block;
    height: 80px;
}
.lists-status li span {
    display: block;
}
.lists-status li .title {
    padding: 0 5px;
    max-width: 100px;
	font-size: 16px;
	 color: #4a4a4a;
    font-weight: 600;
}
.lists-status li .info {
    padding: 0 5px;
    max-width: 150px;
	 color: #606060;
    font-weight: 500;
}
.lists-status li .action {
    margin-left: auto;
}




.lists-status i{
	background: #2196f3;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -13px;
    margin-right: 20px;
    color: #fff;
  font-size: 16px;
  padding: 6px 5px 6px 10px;
  text-transform: uppercase;
  cursor: default;
}
.lists-status i:before,
.lists-status i:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}
/* -------------------------------------------------------- diamond */
.lists-status i:after,
.lists-status i:before {
  border-width: 15px 0px 15px 15px;
}
.lists-status i:before {
  border-radius: 10px;
  border-color: transparent #2196f3;
  left: -3px;
}
.lists-status i:after {
  border-color: transparent #2196f3;
  right: -15px;
}


	
.bg-white {
    background: #fff !important;
}

.bg-lightgray {
    background: #f1f1f1 !important;
}
	
	
.bt-shadow {
		box-shadow: 0 3px 2px #00000029 !important;
}









/* Products
-------------------------------------------------------------------------------*/
.products {
background: #fff;
    margin: 5px;
    padding: 8px;
    text-align: center;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1)!important;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}
.products img {
    max-height: 300px;
}
.products h1 {
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 10px 0;
}
.products .name {
    font-size: 26px;
    font-weight: normal;
    margin: 5px 0;
}
.products .brand {
    display: block;
    margin: 5px 0;
}
.products .volume {
    display: block;
    margin: 5px 0;
}
.products .desc {
    font-size: 14px;
    line-height: 1.3;
    margin: 5px auto;
}
.products .price {
    display: block;
    font-size: 26px;
    font-weight: 600;
	 margin: 10px 0;
}
.products .rrp {
	display: block;
	color: #BBBBBB;
	text-decoration: line-through;
	font-size: 22px;
	margin: 5px 0;
}



/* Product
-------------------------------------------------------------------------------*/

.product {
background-color: #fff;
    margin: 5px auto;
    margin-bottom: 5px;
    padding: 0px;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}


.product .header {
background: #fff;
    width: 100%;
    text-align: left;
}	

.product .ratings {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}


.product .ratings .ratings-num, .ratings-stars {
    letter-spacing: 2px;
    font-size: 12px;
    color: gold!important;
    text-align: left;
    display: inline-block;
}



.product .ratings .ratings-num, .ratings-total {
    letter-spacing: 2px;
    font-size: 12px;
    color: #999;
    text-align: left;
    display: inline-block;
}	



.product h1 {
    font-size: 24px !important;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: left;
    text-transform: none;
    font-weight: 600 !important;
}
.product h2 {
    font-size: 14px;
    font-weight: 600 !important;
    margin: 0;
    padding: 5px 0 5px 0;
    text-align: left;
}

.product .name {
    font-size: 26px;
    font-weight: normal;
    margin: 3px 0;
	text-align: left;
}
.product .sub-name {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #606060 !important;
    margin: 5px 0 !important;
    text-align: left !important;
    text-transform: none!important;
}
.product .brand {
    display: block;
    padding: 5px 0;
}
.product .volume {
    display: block;
    padding: 5px 0;
}

.product .prices {
    display: inline-flex;
}

.product .desc {
    font-size: 14px;
    line-height: 1.3;
    margin: 5px auto;
}
.product .set {
    font-size: 12px;
    font-weight: 900;
    color: #111;
    margin: 0px 10px;
}
.product .arrow-right {
    padding: 10px;
    margin: 0px 5px;
    border: none !important;	
	background-color: #fff;
    background-image: url(https://dnhlabs.com/assets/imagens/icon-share-black.png);
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: center;
}

.product .price {
  display: inline-block;
  text-decoration: line-through;
  font-size: 22px;
  color: #999;
}

.product .currency {
    font-size: 12px;
    font-weight: 800;
    margin-right: 2px;
}
.product .promotion {
display: inline-block;
    font-size: 20px!important;
	color: #333 !important;
	font-weight: 600;
}
.product .rrp {
	display: inline-block;
	color: #BBBBBB;
	text-decoration: line-through;
	font-size: 22px;
	margin: 5px 0;
}
.product .info {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin: 0px auto;
    padding: 0px;
}
.product .sales {
    display: inline-block;
    text-align: left;
    color: #999;
    font-weight: normal;
    font-size: 12px;
	margin: 5px auto;
}
.product .freight {
    font-size: 18px;
	 color: orangered;
    margin: 5px auto;
}
.product .freight span {
	font-weight: normal;
}



.product-details {
	text-align: left;
   padding: 10px;
}

.product-details ul {
	display: inline-block;
	width: 100%;
}

.product-details ul>li {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
	font-size: 12px;
}





.product-imgs .product-img-large {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.product-small-imgs {
clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-left: 3px;
}

.product-small-imgs img {
  display: inline-block;
  width: 65px;
    height: 65px;
    border: 1px solid #E4E3E3;
    border-radius: 5px;
    cursor: pointer;
}

.product-small-imgs img.selected {
  border: 1px solid #009cff;
  border-radius: 5px;
}


.product-small-imgs .more-imgs {
    display: none;
    font-size: 10px;
    margin: 2px auto;
    text-align: center;
    color: #f50c5b;
}



.product-imgs {
    position: relative;
}


.product-info {
width: 98%;
    margin: 0px auto;
    font-size: 14px;
    background: #fff;
    border-radius: 6px;
    padding: 5px;
	box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 5%);
}

.product-info .left {
display: inline;
    float: left;
    width: 40%;
    font-weight: 500;
    padding: 0px;
    font-size: 12px;
    overflow: hidden;
}

.product-info .right {
display: inline;
    float: right;
    width: 55%;
    text-align: left;
    padding: 0px;
	font-size: 12px;
}
.product-info .right img {
  display: inline-block;
	float: left;
	margin-right: 2px;
}

.product-info ul {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  list-style: none;
}

.product-info li {
    overflow: hidden;
    margin: 5px auto;
    padding: 0px;
    height: auto;
}
.product-info .red {
  display: inline-block;
  font-size: 14px;
  color: #f50c5b;
}
.product-info p {
 margin: 0px;
 padding: 0px;

}


.product-logo-secure {
    margin: 5px auto !important;
    width: 65%;
    max-width: 150px;
}







.qty-box {
    display: inline-block;
    width: 100px;
    height: 60px;
    border: 2px solid #ccc;
}
.qty-input-btn {
    background: #fff;
    cursor: pointer;
    height: 30px;
    font-size: 20px;
    font-weight: 900;
    color: #2196F3;
    width: 30px;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #ededed;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,0.06);
}
.qty {
width: 40px;
text-align: center;
background: transparent;
font-size: 16px;
font-weight: 800;
color: #333;
}
.qty-count {
	display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    max-width: 100px;
    border-radius: 100px;
    margin: 0px;
}


#icon-cart {
    position: relative;
    width: 30px;
    max-width: 35px;
    float: right;
    display: inline-block;
    text-align: center;
    margin: 5px;
    padding: 2px;
    font-size: 16px;
    cursor: pointer;
}


#icon-cart span {
    position: absolute;
    float: right;
    top: -5px;
    right: 0px;
    display: inline;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    background: #666;
    border-radius: 50%;
    padding: 0px 0px;
    width: 15px;
    height: 18px;
    /* line-height: 30px; */
}


#f-register label {
	position: absolute !important;
	top: 0px !important;
}

#f-register .field {
	position: relative;
	display: inline-block;
}


#f-payments {
    padding: 0px;
    width: 100%;
    border-radius: 4px;
    text-align: left;
}

#f-payments .field-row {
	margin-top: 8px;
    display: inline-flex;
    clear: both;
    width: 100%;
}

#f-payments label {
position: absolute;
    display: block;
    float: left;
    margin: -4px 0px 0px 8px;
    width: auto;
    background: #fff !important;
    border: none !important;
    font-size: 14px !important;
}

#f-payments .labelImg {
	margin-top: -14px !important;
}
	
#f-payments input {
	padding: 10px;
	border-radius: 4px;
	background-color: #FFF;
	width: 100%;
	margin-top: 5px !important;
	margin-bottom: 15px !important;
	box-sizing:border-box;
}

#f-payments select {
padding: 10px;
    border: #e3e0e0 1px solid;
    border-radius: 8px;
    background-color: #FFF;
	color: #666;
	font-weight: 500;
    margin-bottom: 8px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}
	
#f-payments .selected{
  color: #2196F3;
}
	
#f-payments select option { 
	color: #ccc; 
	}
#f-payments select option:first-child {
  color: #2196F3;
}
	
select#expiryMonth {
	height: 40px;
	margin-right: 10px;
	display: inline-block;
    width: 75px;
}

select#expiryYear {
	height: 40px;
	margin-right: 10px;
	display: inline-block;
    width: 75px;
}

#f-payments .cvv {

}
	


	
.info-yellow {
	border: 1px solid #f1f1f1;
    background-color: #fff;
    color: #666;
	font-size: 12px;
    text-decoration: none;
    margin: 5px auto;
    padding: 2px;
    display: block;
    clear: both;
    border-radius: 3px;
    border-left: 3px solid #ffd700;
    width: 95%;
    max-width: 300px;
    text-align: center;
}	
	

.info-red {
    border: 1px solid #f1f1f1;
    background-color: #fff;
    color: #666;
	font-size: 12px;
    text-decoration: none;
    margin: 5px auto;
    padding: 2px;
    display: block;
    clear: both;
    border-radius: 3px;
    border-left: 3px solid #ff4749;
    width: 95%;
    max-width: 300px;
    text-align: center;
}


.info-blue {
    border: 1px solid #f1f1f1;
    background-color: #fff;
    color: #666;
	font-size: 12px;
    text-decoration: none;
    margin: 5px auto;
    padding: 2px;
    display: block;
    clear: both;
    border-radius: 3px;
    border-left: 3px solid #2196f3;
    width: 95%;
    max-width: 300px;
    text-align: center;	
}



#tabs-order {
    width: 100%;
    height: 100%;
    padding: 0px 2px;
    margin: 3px auto;
    overflow: hidden;
}
#tabs-order a {
   cursor:pointer;
}

#tabs-order li {
float: left;
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    outline: none;
    padding: 0px;
}

#tabs-order li a {
display: block;
    text-align: center;
    background: rgba(255,255,255,1);
    font-size: 12px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #00acd8;
    padding: 3px;
    color: #00acd8 !important;
    text-decoration: none;
}

#tabs-order li a.inactive {
    text-align: center;
    color: #00acd8 !important;
    background: #fff;
    outline: none;
}

#tabs-order li a.active {
    text-align: center;
    color: #333 !important;
    background: #fff;
    outline: none;
}

#tabs-order li a:hover, #tabs-order li a.inactive:hover {
color: #2196f3;
outline:none;
}

#tab-order {
 width: 100%;
 max-width: 600px;
 margim: 0px auto;
}

.tab-order-container {
    clear:both;           
    width:100%; 
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    margin: 5px auto;
}
.tab-order-options {
clear: both;
    width: 98%;
    border-radius: 3px;
    margin: 5px auto;
}



.title-seta {
    clear: both;
    position: relative;
    margin: 3px 0px 8px 0px;
    min-height: 40px;
    max-width: 600px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 8px;
    border: 0px solid #e3e0e0;
    font-size: 13px;
}

.title-seta i {
    background: #666;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -13px;
    margin-right: 20px;
    color: #fff;
    font-size: 16px;
    padding: 6px 5px 6px 10px;
    text-transform: uppercase;
    cursor: default;
}

.title-seta i:before {
    border-radius: 10px;
    border-color: transparent #2196f3;
    left: -3px;
}

.title-seta i:after, .title-seta i:before {
    border-width: 15px 0px 15px 15px;
}

.title-seta i:before, .title-seta i:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0;
}

.title-seta i:after {
    border-color: transparent #2196f3;
    right: -15px;
}

.title-seta i:after, .title-seta i:before {
    border-width: 15px 0px 15px 15px;
}

.title-seta i:before, .title-seta i:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0;
}
	
.bg-black {
    background: #333 !important;
    color: #f1f1f1 !important;
}



#checkout {
    margin: 0px auto 10px;
    font-size: 16px;
    text-align: center;
    max-width: 600px;
    height: auto;
    padding: 5px;
    border-radius: 8px;
}
#checkout .field {
  display: block;
  width: 100%;
  margin-top: 0px;
}
#checkout fieldset {
  display: block;
  width: 100%;
  margin: 0px auto;
  padding: 3px;
}
#checkout .submit {
    background-color: #fff;
    width: 90%;
    border: 2px solid #2196f3;
    color: #2196f3 !important;
    cursor: pointer;
    font-size: 18px;
    line-height: 0 !important;
    margin: 10px auto;
    padding: 25px 10px 25px 10px;
    border-radius: 25px;
}
.submit:hover {
  background-color: #68b12f;
}



.payinfo {
	display: block;
	clear: both;
	width: 95%;
	margin: 15px auto;
	background: #f1f1f1;
    border-radius: 8px;
    padding: 5px;
    overflow: hidden;
}

.payinfo h3 {
font-size: 14px;
    margin: 5px auto;
    text-align: center;
}

.payinfos {
    clear: both;
    width: 90% !important;
    height: auto;
    min-height: 80px;
    float: none;
    margin: 5px auto;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    padding: 3px;
    overflow: hidden;
}

.payinfos li {
    font-size: 12px;
    margin: 2px;
    padding: 0px;
}



/* Pages
-------------------------------------------------------------------------------*/


#uf-city {
    position: relative;
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 2px 5px;
    top: -6px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e3e0e0;
    font-size: 12px;
    overflow: hidden;
    text-align: left;
}

#uf-city span {
    display: block;
    color: #2196F3 !important;
    margin: 0px;
    padding: 0px;
    line-height: 15px;
}


#cep {
  font-size: 18px !important;
  text-align: center;
}


#cart {
  margin: 5px auto;
  padding: 0px;
  font-size: 16px;
  max-width: 600px;
  height: auto;
  overflow: hidden;
}

#login {
  margin: 10px auto;
  padding: 5px;
  max-width: 600px;
  height: auto;
  border-radius: 2px;
  box-shadow: none;
  border: 0px solid #ebebeb;
  overflow: hidden;
}


#register {
  margin: 0px auto;
  padding: 0px;
  max-width: 600px;
  height: auto;
  border-radius: 3px;
  box-shadow: none;
  border: 0px solid #ebebeb;
  overflow: hidden;
}


#contact {
  margin: 10px auto;
  padding: 5px;
  max-width: 600px;
  height: auto;
  border-radius: 3px;
  box-shadow: none;
  border: 0px solid #ebebeb;
  overflow: hidden;
}


/* Captcha
-------------------------------------------------------------------------------*/
#captcha {
  display: inline-block;
  clear: both;
  overflow: hidden;
}
#captcha .captcha-input {
    padding-left: 85px !important;
	 background-color: #fff !important;
}

#captcha .captcha-refresh {
	 position: absolute;
    right: 10px;
    top: 20px;
    font-size: 22px;
    color: #2196F3;
    font-weight: 900;
}



.banners {
    clear: both;
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 25px auto;
}


/* Box
-------------------------------------------------------------------------------*/
.box {
  display: inline-block;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  height: auto;
  border-radius: 8px;
  border: 1px solid #e3e0e0;
  background-color: #fff !important;
  overflow: hidden;
}


.cube {
    font-weight: bold;
    width: 35px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    text-align: center;
    border: 1px solid #e3e0e0;
}

.refresh-order {
    display: inline-block;
    background: #ff5722;
    color: #fff;
    line-height: 15px;
    padding: 2px 8px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 25px;
    font-family: inherit;
}

/* Buttons
-------------------------------------------------------------------------------*/

.buttons {
    display: inline-block;
    margin: 5px auto;
    width: 100%;
    text-align: center;
}


.btn-primary {
	width: 95%;
    max-width: 300px;
    min-height: 50px;
    line-height: 26px;	
	background-color: #256EFF;
}
	
.btn-secundary {
	width: 95%;
    max-width: 300px;
    min-height: 50px;
    line-height: 26px;	
	background-color: orange;
}

.btn {
	display: inline-block;
	color: white;
	text-align: center;
	border: none;
	border-radius: 5px;
	letter-spacing: .1em;
	padding: 13px 20px;
	text-decoration: none;
}

.bt {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    border: 0 none;
	 margin: 10px auto;
    padding: 13px 6px;
    border-radius: 25px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
.bt-block {
    display: block;
    width: 90%;
}

.bt-inline {
    display: inline-block;
    width: 90%;
}

.bt-transparent {
    background-color: transparent;
    color: #39acdf;
    border: solid 1px #39acdf;
    font-weight: bold;
}

.bt-blue {
    background-color: #fff;
    color: #2196F3 !important;
    border: 2px solid #2196F3 !important;
    outline: none;
}

.bt-green {
    background-color: #0bd692;
    color: #fff !important;
    border: 2px solid #0bd692 !important;
    outline: none;
}

.bt-gray{
    background-color: #fff;
	 color: #ccc !important;
    border: 2px solid #ccc !important;
    outline: none;
}

.bt-neon {
    background-color: #fff;
    color: #2196f3 !important;
    border: 2px solid #2196f3 !important;
    outline: none;
}

.bt-orange {
    background-color: #fff;
    color: #ff5722 !important;
    border: 2px solid #ff5722 !important;
    outline: none;
}

.bt-red {
    background-color: #fff;
    color: #f50c5b !important;
    border: 2px solid #f50c5b !important;
    outline: none;
}



.bt-p {
    display: inline-block;
    width: 95%;
	max-width: 300px;
    font-size: 12px;
	font-weight: 500;
    line-height: 12px;
    border: 0 none;
    margin: 0 auto;
    padding: 5px 6px;
    border-radius: 8px;
    font-family: inherit;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.bt-m {
    display: block;
    width: 95%;
	max-width: 300px;
    font-size: 15px;
	font-weight: 600;
    line-height: 15px;
    border: 0 none;
    margin: 5px auto;
    padding: 10px 15px;
    border-radius: 6px;
    font-family: inherit;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.bt-g {
display: block;
    width: 95%;
	max-width: 300px;
    font-size: 18px;
	font-weight: 600;
    line-height: 20px;
    border: 0 none;
    margin: 0 auto;
    padding: 15px;
    border-radius: 6px;
    font-family: inherit;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.bt-previous {
    display: inline-block;
    background-color: #e7e7e7;
    color: black;
    font-size: 18px;
    padding: 8px 10px;
    border-radius: 25px;
    margin: 4px 2px;
    cursor: pointer;
}

.bt-previous a {
  text-decoration: none;
  display: inline-block;
}

.bt-next {
    display: inline-block;
    background-color: #e7e7e7;
    color: black;
    font-size: 18px;
    padding: 8px 10px;
    border-radius: 25px;
    margin: 4px 2px;
    cursor: pointer;
}
.bt-next a {
  text-decoration: none;
  display: inline-block;
}


.bt-send-blue {
    display: block;
    background-color: #fff;
    width: 95%;
	max-width: 300px;
    color: #00acd8 !important;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    border: 3px solid #00acd8;
    line-height: 0 !important;
    margin: 15px auto;
    padding: 25px 10px 25px 10px;
    border-radius: 8px;
    vertical-align: middle;
}


.bt-send {
    display: block;
    background-color: #0bd692;
    width: 95%;
	max-width: 300px;
    color: #fff !important;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    border: 3px solid #0bd692;
    line-height: 0 !important;
    margin: 15px auto;
    padding: 25px 10px 25px 10px;
    border-radius: 8px;
    vertical-align: middle;
}



.bt-pay {
    display: block;
    background-color: #fff;
    width: 90%;
    color: #0bd692 !important;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    border: 3px solid #0bd692;
    line-height: 0 !important;
    margin: 15px auto;
    padding: 25px 10px 25px 10px;
    border-radius: 8px;
    vertical-align: middle;
}


.bt-gsecure {
		border-radius: 25px !important;
		border: 2px solid #2196f3 !important;
}
.bt-free {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    border: 0 none;
    margin: 0px 5px;
    padding: 2px 8px;
    border-radius: 25px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.btn-gray {
    display: inline-block;
    background-color: #fff;
    width: 90%;
    border: 2px solid #9e9e9e;
    color: #9e9e9e !important;
    cursor: pointer;
    font-size: 18px;
    line-height: 0 !important;
    margin: 2px auto;
    padding: 25px 10px 25px 10px;
    border-radius: 25px;
    vertical-align: middle;
}



/* Bacgrounds
-------------------------------------------------------------------------------*/

.bg-red {
	background-color: #f50c5b !important;
	color: #fff !important;
}

.bg-blue {
	background-color: #2196F3 !important;
	color: #fff !important;
}

.bg-orange {
    background-color: #ff5722 !important;
	color: #fff !important;
}

.bg-green {
	background-color: #0bd692 !important;
	color: #fff !important;
}

.bg-gray{
    background-color: #eeeeee !important;
}

.bg-graydark{
    background-color: #999 !important;
	color: #fff !important;
}

.bg-neon{
    background-color: #2196f3 !important;
	color: #fff !important;
}






/* Options
-------------------------------------------------------------------------------*/

.input-error {
    border-bottom: 3px solid red !important;
}



.success {
	display: block;
	clear: both;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    color: #606060;
    text-decoration: none;
    margin: 10px auto;
    padding: 2px;
    border-radius: 3px;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 3px solid #0bd692;
    border-right: 3px solid #0bd692;
    width: 95%;
    max-width: 320px;
    text-align: center;
    font-size: 12px;
}	
.success h3 {
	text-align: center;
    font-size: 12px;
	font-weight: 600
}
.success p {
    color: #606060;
    margin: 0px auto;
	margin-bottom: 3px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
	
	
.alert {
	display: block;
	clear: both;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    color: #606060;
    text-decoration: none;
    margin: 10px auto;
    padding: 2px;
    border-radius: 3px;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 3px solid #ffd700;
    border-right: 3px solid #ffd700;
    width: 95%;
    max-width: 320px;
    text-align: center;
    font-size: 12px;
}
.alert h3 {
	text-align: center;
    font-size: 12px;
	font-weight: 600;
}
.alert p {
    color: #606060;
    margin: 0px auto;
	margin-bottom: 3px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
	
.error {
    display: block;
	clear: both;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    color: #606060;
    text-decoration: none;
    margin: 10px auto;
    padding: 2px;
    border-radius: 3px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 3px solid #ff4749;
    border-right: 3px solid #ff4749;
    width: 95%;
    max-width: 320px;
    text-align: center;
    font-size: 12px;
}
.error h3 {
	text-align: center;
    font-size: 12px;
    font-weight: 600;
}
.error p {
    color: #606060;
    margin: 0px auto;
	margin-bottom: 3px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.notice {
	display: block;
	clear: both;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    color: #606060;
    text-decoration: none;
    margin: 10px auto;
    padding: 2px;
    border-radius: 3px;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 3px solid #2196f3;
    border-right: 3px solid #2196f3;
    width: 95%;
    max-width: 320px;
    text-align: center;
    font-size: 12px;
}
.notice h3 {
	text-align: center;
    font-size: 12px;
    font-weight: 600;
}
.notice p {
    color: #606060;
    margin: 0px auto;
	margin-bottom: 3px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}


.border-red {
  border: 1px solid #FF0000;
  border-radius: 2px;
}

.required {
  background: #e3e0e0;
  border: 2px solid #FF0000;
}

.hidden {
  display: none !important;
}

.transparente {
  opacity: 0.2;
  filter: alpha(opacity=20); /* For IE8 and earlier */
}



.font-p {
    font-size: 12px !important;
}


.font-pp {
	font-size: 10px !important;
}

.font-m {
    font-size: 16px !important;
}

.fts-10 {
  font-size: 10px !important;
}

.fts-12 {
  font-size: 12px !important;
}

.fts-14 {
  font-size: 14px !important;
}

.fts-16 {
  font-size: 16px !important;
}

.fts-18 {
  font-size: 18px !important;
}

.fts-20 {
  font-size: 20px !important;
}

.fts-22 {
  font-size: 22px !important;
}

.fts-24 {
  font-size: 24px !important;
}

.fts-26 {
  font-size: 26px !important;
}

.ftw-600 {
  font-weight: 600 !important;
}

.ftw-800 {
  font-weight: 800 !important;
}


.ftc-green {
    color: #2196f3!important;
}

.ftc-red {
    color: #f50c5b !important;
}


.ftc-white {
    color: #fff !important;
}

.relative {
    position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed
}

.line {
    border-top: 1px dotted #e3e0e0;
    width: 95%;
    margin: 10px auto;
}

.flex {
	display: inline-flex !important;
}

/* result: retorno de ajax */
#result {
    clear: both;
    overflow: hidden;
    margin: 5px auto;
}



.share {
display: block;
    clear: both;
    margin: 0px auto;
    padding: 5px 0px 0px 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.share a {
    display: inline-block;
    margin: 0 3px;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 5px;
    overflow: hidden;
}

.share a:hover {
    background-color: #e3e0e0;
    color: #fff
}

.share span {
    display: inline-block;
    margin: 0 3px;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 5px;
    overflow: hidden;
}


/* Icons
-------------------------------------------------------------------------------*/
.icon-share-seta {
    background-color: #fff;
    background-image: url("https://dnhlabs.com/assets/imagens/icon-share-black-circle.png");
	 background-repeat: no-repeat;
	 background-size: 21px 21px;
	 background-position: center;
	 border: 1px solid #e3e0e0;
}

.icon-fbk {
    background-color: #e3e0e0;
    background-image: url("https://dnhlabs.com/assets/imagens/icon-facebook-white.png");
	 background-repeat: no-repeat;
	 background-size: 21px 21px;
	 background-position: center;
	 border: 1px solid #e3e0e0;
}
.icon-twi {
    background-color: #e3e0e0;
    background-image: url("https://dnhlabs.com/assets/imagens/icon-twitter-white.png");
	 background-repeat: no-repeat;
	 background-size: 21px 21px;
	 background-position: center;
	 border: 1px solid #e3e0e0;
}
.icon-pin {
    background-color: #e3e0e0;
    background-image: url("https://dnhlabs.com/assets/imagens/icon-pinterest-white.png");
	 background-repeat: no-repeat;
	 background-size: 21px 21px;
	 background-position: center;
	 border: 1px solid #e3e0e0;
}
.icon-wha {
    background-color: #e3e0e0;
    background-image: url("https://dnhlabs.com/assets/imagens/icon-twitter-black.png");
	 background-repeat: no-repeat;
	 background-size: 21px 21px;
	 background-position: center;
	 border: 1px solid #e3e0e0;
}



.icon-twitter {
    background-color: #fff;
    background-image: url(https://dnhlabs.com/assets/imagens/icon-tw.png);
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: center;
    border: 1px solid #55acee
}

.icon-facebook {
    background-color: #fff;
    background-image: url(https://dnhlabs.com/assets/imagens/icon-fb.png);
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: center;
    border: 1px solid #4c82e2
}

.icon-whatsapp {
    background-color: #fff;
    background-image: url(https://dnhlabs.com/assets/imagens/icon-wt.png);
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: center;
    border: 1px solid #25D366
}


.icon-pix {
    width: 100% !important;
    background-image: url(https://dnhlabs.com/assets/imagens/icon-pix.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-attachment: inherit;
    background-size: 55px;
    text-align: left;
    font-weight: 700;
    padding: 10px 75px 10px 10px !important;
}

.icon-pix-p {
    width: 100%!important;
    background-image: url(https://dnhlabs.com/assets/imagens/icon-pix.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-attachment: inherit;
    background-size: 35px;
    text-align: left;
    font-weight: 700;
    padding: 5px 35px 3px 5px!important;
}

.icon-boletos {
    width: 100% !important;
    background-image: url(https://dnhlabs.com/assets/imagens/icon-boletos.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-attachment: inherit;
    background-size: 55px;
    text-align: left;
    font-weight: 700;
    padding: 10px 75px 10px 10px !important;
}

.icon-boletos-p {
    width: 100%!important;
    background-image: url(https://dnhlabs.com/assets/imagens/icon-boletos.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-attachment: inherit;
    background-size: 35px;
    text-align: left;
    font-weight: 700;
    padding: 5px 35px 3px 5px!important;
}

.icon-cards {
    width: 100% !important;
    background-image: url(https://dnhlabs.com/assets/imagens/icon-cards.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-attachment: inherit;
    background-size: 55px;
    text-align: left;
    font-weight: 700;
    padding: 10px 75px 10px 10px !important;
}

.icon-cards-p {
    width: 100%!important;
    background-image: url(https://dnhlabs.com/assets/imagens/icon-cards.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-attachment: inherit;
    background-size: 35px;
    text-align: left;
    font-weight: 700;
    padding: 5px 35px 3px 5px!important;
}

.icon-pay-now {
    width: 95% !important;
    background-image: url(https://dnhlabs.com/assets/imagens/icon-pay-now.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-attachment: inherit;
    background-size: 50px;
}

.icon-security {
    background-image: url(https://dnhlabs.com/assets/imagens/icon-3.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-attachment: inherit;
    background-size: 28px 28px;
}


.icon-heart-black {
    background-image: url(https://dnhlabs.com/assets/imagens/icon-heart-black.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-attachment: inherit;
    background-size: 16px 16px;
}





#confiable {
    display: block;
    width: 100%;
    height: auto;
    margin: 15px auto;
    text-align: center;
}

#confiable h3 {
    width: 100%;
    display: block;
    margin: 2px auto;
	color: #fff;
}

#confiable p {
    color: #f1f1f1;
}

.confiable {
clear: both;
    width: 30% !important;
    height: auto;
    min-height: 100px;
    float: none !important;
    display: inline-block;
    margin: 5px auto;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    padding: 3px;
    overflow: hidden;
}

.confiable h4 {
    width: 100%;
    margin: 2px auto;
    text-align: center;
	color: #666 !important;
}

.confiable p {
    width: 100%;
	color: #606060 !important;
}




/* Footer
-------------------------------------------------------------------------------*/
footer {
clear: both;
    display: block;
    width: 100%;
	background: #00acd8;
	margin: 0px auto;
    margin-top: 10px;
    padding: 20px 0;
	color: #f1f1f1;
}

#footer {
	background: #fff;
	width: 100%;
    max-width: 1280px;
	margin: 0px auto;
	padding: 0px;
    overflow: hidden;
}

.footer {
    clear: both;
    display: block;
	width: 100%;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
	color: #f1f1f1;
    height: auto;
    overflow: hidden;
}

footer h5, h6 {
	color: #fff;
}


footer a {
color: #fff;
    display: block;
    padding: 2px 4px;
    margin: 0 auto;
    text-align: center;
}


footer a:visited{
color: #f1f1f1;
    display: block;
    padding: 2px 4px;
    margin: 0 auto;
    text-align: center;
}

footer ul {
display: block;
    clear: both;
    width: 100%;
    height: auto;
    text-align: center;
}

footer ul li {
display: inline-block;
    text-decoration: none;
    list-style: none;
    padding: 10px 0 10px 0;
}

footer ul li a {
font-size: 16px;
    color:  #fff;
    text-decoration: none;
}

.footer-nav {
    width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
}



.footer-legal {
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-rendering: optimizeLegibility;
    height: auto;
    overflow: hidden;
}

.footer-legal p {
    font-size: 12px;
    color: #f1f1f1;
}


.footer-disclaimer {
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-rendering: optimizeLegibility;
    height: auto;
    overflow: hidden;
}

.footer-disclaimer p {
    font-size: 12px;
    color: #f1f1f1;
}


.footer-copyright {
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-rendering: optimizeLegibility;
    height: auto;
    overflow: hidden;
}


.footer-copyright p {
    font-size: 12px;
    color: #f1f1f1;
}


.sub-footer {
    clear: both;
    display: block;
    margin: 10px auto;
    padding: 5px;
	color: #f1f1f1;
    text-align: center;
    height: auto;
    background: #fff;
    overflow: hidden;
}


.sub-footer ul {
    width: 100%;
    text-decoration: none;
    list-style: none;
    padding: 10px 0 10px 0;
}

.sub-footer ul li {
	 display: inline-block;
    float: left;
    width: 49%;
    height: auto
}




/* Colunas
-------------------------------------------------------------------------------*/
.col-25 {
	width: 25%;
	float: left;
}
.col-33 {
	width: 33.33%;
	float: left;
}
.col-50 {
	width: 50%;
	float: left;
}
.col-66 {
	width: 66%;
	float: left;
}
.col-75 {
	width: 75%;
	float: left;
}
.col-100 {
	width: 100%;
	float: left;
}


/* Options
-------------------------------------------------------------------------------*/
.center {
	text-align: center;
	margin: 0 auto;
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
}


/* Padding
-------------------------------------------------------------------------------*/
.padding-5 {
   padding: 5px 0px 5px 0px;
}
.padding-10 {
   padding: 10px 0px 10px 0px;
}
.padding-20 {
    padding: 250px 0px 20px 0px;
}
.padding-25 {
    padding: 25px 0px 25px 0px;
}
.padding-50 {
    padding: 50px 0px 50px 0px;
}

/* Spacing
-------------------------------------------------------------------------------*/
.spacing-5 {
    display: inline;
    width: 1px;
    height: auto;
    margin-left: 5px;
}
.spacing-10 {
    display: inline;
    width: 1px;
    height: auto;
    margin-left: 10px;
}
.spacing-15 {
    display: inline;
    width: 1px;
    height: auto;
    margin-left: 15px;
}
.spacing-20 {
    display: inline;
    width: 1px;
    height: auto;
    margin-left: 20px;
}

/* Colunas
-------------------------------------------------------------------------------*/
.coll-100 { display: block;  width: 100%; }
.coll-90 { display: inline-block; width: 88%; }
.coll-80 { display: inline-block; width: 78%; }
.coll-70 { display: inline-block; width: 68%; }
.coll-60 { display: inline-block; width: 58%; }
.coll-50 { display: inline-block; width: 48%; }
.coll-40 { display: inline-block; width: 38%; }
.coll-35 { display: inline-block; width: 34%; }
.coll-30 { display: inline-block; width: 28%; }
.coll-25 { display: inline-block; width: 20%; }
.coll-20 { display: inline-block; width: 18%; }
.coll-15 { display: inline-block; width: 13%; }
.coll-10 { display: inline-block; width: 8%; }
.coll-5 { display: inline-block; width: 3%; }


@media only screen and (max-width: 767px) {


/* Colunas
-------------------------------------------------------------------------------*/
.col-16,  .col-25,  .col-33,  .col-66,  .col-50,  .col-75 {
	display: block;
	width: 100%;
	float: none;
}

/* Site
-------------------------------------------------------------------------------*/

html {
	min-height: 100%;
	min-width: 100%;
	-ms-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    line-height: 1.2;
    text-align: center;
    margin: 5px auto;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	font-weight: 400;
	color: #606060;
	margin-top: 10px;
}


input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'] {
	 background: #fff;
	 margin: 10px 0;
    padding: 7px 7px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #2196F3 !important;
    line-height: 16px !important;
	letter-spacing: 1px;
	 webkit-appearance: none;
    -webkit-border-radius: 4px !important;
    border-radius: 8px !important;
    width: 100% !important;
    outline: 0 !important;
    border: 1px solid #dfe1e5;
    box-sizing: border-box !important;
}

input.input-error {
    border-bottom: 3px solid red !important;
}


label {
display: block;
    float: left;
    margin: 1px 0px 0px 8px;
    width: auto;
    background: #fff !important;
    border: none !important;
    font-size: 14px !important;
}
	
main {
display: block;
    clear: both;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
}	
	

main .featured {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

header {
    display : block;
    width : 100%;
	 height: auto;
    margin : 0 auto;
	 text-align: center;
    overflow: hidden;
}

section {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

article {
    display: block;
    width: 100%;
    margin: 0px auto;
}

aside {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}


/* Site
-------------------------------------------------------------------------------*/

.wrapper {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}


#content {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto;
}


.section {
    width: 100%;
	 display: inline-block;
    background: #fff;
    height: auto;
    overflow: hidden;
	border: 0px solid #f1f1f1;
    border-radius: 3px;
    margin: 5px auto;
	margin-bottom: 5px;
	padding: 5px;
}

.section h4, h5 {
text-align: left;
    font-size: 16px !important;
    margin: 0px 0px 10px 0px;
    color: #606060;
    font-weight: 600 !important;
}	
	


/* Top
-------------------------------------------------------------------------------*/
.header {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.nav {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}


#logo {
  width: 100%;
  max-width: 120px;
  float: left;
}


.nav-top {
    display: inline-block;
    width: 100%;
}

	
.nav-top-primary {
    display: inline-block;
    width: 100%;
}	
	
.nav-top-primary ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 95%;
    text-decoration: none;
}

.nav-top-primary ul li {
    display: inline-block;
    float: left;
}

.nav-top-primary li a {
display: block;
    text-decoration: none;
    color: #999;
    font-size: 12px;
    font-weight: 600;
    padding: 1px 3px;
    margin: 3px;
    border-bottom: 0px solid #ccc;
}


.nav-top-info {
   display: inline-block;
   float: right;
   width: 30%;
   margin: 3px auto;
}

	
	
.nav-top-secondary li {
    background: #fff !important;
    margin: 1px;
    padding: 2px;
    border-radius: 50%;
}



/* Pages
-------------------------------------------------------------------------------*/



#cart {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    box-shadow: none !important;
    border: 0px solid #fff;
    overflow: hidden;
}


#login {
    margin: 0px auto;
    padding: 5px;
    max-width: 600px;
    height: auto;
    border-radius: 0px;
    box-shadow: none !important;
    border: 0px solid #ebebeb;
    overflow: hidden;
}


#register {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    box-shadow: none !important;
    border: 0px solid #ebebeb;
    overflow: hidden;
}


#contact {
    margin: 0px auto;
    padding: 5px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    box-shadow: none !important;
    border: 0px solid #ebebeb;
    overflow: hidden;
}



/* Captcha
-------------------------------------------------------------------------------*/
#captcha {
  display: inline-block;
  clear: both;
  overflow: hidden;
}
#captcha .captcha-input {
    padding-left: 85px !important;
	 background-color: #fff !important;
}

#captcha .captcha-refresh {
	 position: absolute;
    right: 10px;
    top: 20px;
    font-size: 22px;
    color: #2196F3;
    font-weight: 900;
}


/* Box
-------------------------------------------------------------------------------*/
.box {
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: #fff !important;
  overflow: hidden;
}
	
.product {
    background-color: #fff;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}
	
	
.product h1 {
    font-size: 16px !important;
    margin: 0 auto;
    text-align: left;
    text-transform: none;
    font-weight: 600 !important;
}
.product h2 {
    font-size: 12px;
    font-weight: 600 !important;
    margin: 0;
    padding: 5px 0 5px 0;
    text-align: left;
}
	
.products img {
    max-height: 200px;
}
	
.product .promotion {
display: inline-block;
    font-size: 18px!important;
	color: #333 !important;
	font-weight: 600;
}


	
	
#confiable {
    display: block;
    width: 100%;
    height: auto;
    margin: 15px auto;
	padding: 5px;
    text-align: center;
}

#confiable h3 {
    width: 100%;
    display: block;
    margin: 2px auto;
	color: #fff;
}

#confiable p {
    color: #f1f1f1;
}

.confiable {
    clear: both;
    width: 100% !important;
    height: auto;
    min-height: 100px;
    float: none;
    display: inline-block;
    margin: 5px auto;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    padding: 3px;
    overflow: hidden;
}

.confiable h4 {
    width: 100%;
    margin: 2px auto;
    text-align: center;
	color: #666 !important;
}	
	
.confiable p {
    text-align: center;
	color: #606060 !important;
}		
	
	
	
/* Footer
-------------------------------------------------------------------------------*/
footer {
clear: both;
    display: block;
    width: 100%;
	background: #00acd8;
	margin: 0px auto;
    margin-top: 10px;
    padding: 20px 0;
	color: #f1f1f1;
}
	
.footer {
    clear: both;
    display: block;
	width: 100%;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
	color: #f1f1f1;
    height: auto;
    overflow: hidden;
}
	
footer h5, h6 {
	color: #fff;
}

footer ul {
    display: block;
    width: 100%;
    height: auto;
	 margin: 0 auto;
    padding: 0px;
}

footer ul li {
    width: 100%;
    text-decoration: none;
    list-style: none;
    padding: 5px;
}

footer ul li a {
    font-size: 14px;
    color:  #fff;
    text-decoration: none;
}

footer ul li span {
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    padding: 15px 0 15px 0
}

.footer-nav {
    width: 100%;
    display: block;
    clear: both;
    margin: 0px auto
}

.footer-legal {
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-rendering: optimizeLegibility;
    height: auto;
    overflow: hidden;
}

.footer-legal p {
    font-size: 10px;
    color: #f1f1f1;
}


.footer-disclaimer {
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-rendering: optimizeLegibility;
    height: auto;
    overflow: hidden;
}

.footer-disclaimer p {
    font-size: 10px;
    color: #666;
}


.footer-copyright {
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-rendering: optimizeLegibility;
    height: auto;
    overflow: hidden;
}


.footer-copyright p {
    font-size: 10px;
    color: #f1f1f1;
}

.sub-footer {
    clear: both;
    display: block;
    margin: 10px auto;
    padding: 5px;
	color: #f1f1f1;
    text-align: center;
    height: auto;
    background: #fff;
    overflow: hidden;
}


.sub-footer ul {
    width: 100%;
    text-decoration: none;
    list-style: none;
    padding: 10px 0 10px 0;
}

.sub-footer ul li {
	 display: block;
    width: 100%;
    height: auto
}



}