/* ==========================================================================
   HTML5 display definitions (utilities.less)
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden], .d-none {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0;
  padding: 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling loyalty modal pdp
 */
.myloyalty{
border-radius: 62px;
border: solid 1px #eaeaea;
margin: 8px -1px;
margin-right: -20px;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}




/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.no-margin {
  margin: 0!important;
}
.no-padding {
  padding: 0!important;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  background: #ffffff;
}
::selection {
  background: #67009b;
  color: #ffffff;
}
::-moz-selection {
  background: #67009b;
  color: #ffffff;
}
/*Floats
 -------------------------*/
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
/*Toggling content
 -------------------------*/
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.pos-left {
  left: 0;
}
.pos-right {
  right: 0;
}
.pos-top {
  top: 0;
}
.pos-bottom {
  bottom: 0;
}
.bg-white-light {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-white-medium {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-white-strong {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-black-light {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.bg-black-medium {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.bg-black-strong {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
.text-width-30 {
  width: 30%;
}
.text-width-40 {
  width: 40%;
}
.text-width-50 {
  width: 50%;
}
.text-width-60 {
  width: 60%;
}
.text-width-70 {
  width: 70%;
}
.text-width-80 {
  width: 80%;
}
.text-width-80 {
  width: 80%;
}
.text-width-90 {
  width: 90%;
}
.text-width-100 {
  width: 100%;
}
strong,
b,
bold {
  font-weight: bold;
}
em,
i,
italic {
  font-style: italic;
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
/* ========================================================================
 Layout (layout.less)
------------------------------------------------------------------------------
320: Smartphone Portrait
481: Smartphone Landscape

961: IPad Landscape / Small Laptop ???
1025: Desktop and Laptop
1281: Wide Screen
 == ======================================================================== */
/*---------------------------------------------------------------*/
@media screen and (min-width: 1px) and (max-width: 320px) {
  header [class|="wrapper"],
  section [class|="wrapper"],
  footer [class|="wrapper"] {
    min-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
  header [class|="wrapper"],
  section [class|="wrapper"],
  footer [class|="wrapper"],
  aside[class|="wrapper"] {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  header [class|="wrapper"],
  section [class|="wrapper"],
  footer [class|="wrapper"],
  aside[class|="wrapper"] {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header [class|="wrapper"],
  section [class|="wrapper"],
  footer [class|="wrapper"],
  aside[class|="wrapper"] {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  header [class|="wrapper"],
  section [class|="wrapper"],
  footer [class|="wrapper"],
  aside [class|="wrapper"] {
    width: 952px;
    margin: 0 auto;
  }
}
/*------------------------Color----------------------------*/
/*---filed border color---
------------------------------*/
/*--
    border color for nav
--*/
/*-------------------------------------------------
    font family (font-iconfornt.less)
------------------------------------------------*/
@font-face {
  font-family: 'Telefonicai-bold';
  font-display: swap;
  src: url('../fonts/officinaserif-bold-webfont.eot');
  src: url('../fonts/officinaserif-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/officinaserif-bold-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/officinaserif-bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/officinaserif-bold-webfont.svg#ITCOfficinaSerifBold') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;

  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Telefonicai-normal';
  font-display: swap;
  src: url('../fonts/officinaserif-book-webfont.eot');
  src: url('../fonts/officinaserif-book-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/officinaserif-book-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/officinaserif-book-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/officinaserif-book-webfont.svg#ITCOfficinaSerifBookRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;

  /* IE9 Compat Modes */
  /* Legacy iOS */
}

@font-face {
	font-family: 'OfficinaSerifITCTT';
	src: url('../fonts/OfficinaSerif-Book.eot');
	src: url('../fonts/OfficinaSerif-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OfficinaSerif-Book.woff') format('woff'),
		url('../fonts/OfficinaSerif-Book.ttf') format('truetype'),
		url('../fonts/OfficinaSerif-Book.svg#OfficinaSerif-Book') format('svg');
}

@font-face {
	font-family: 'OfficinaSerifITCTTBold';
	font-display: swap;
	src: url('../fonts/officinaserif-bold-webfont.eot');
	src: url('../fonts/officinaserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/officinaserif-bold-webfont.woff') format('woff'),
		url('../fonts/officinaserif-bold-webfont.ttf') format('truetype'),
		url('../fonts/officinaserif-bold-webfont.svg#OfficinaSerif-Bold') format('svg');
}

/*
  Icon Font: fontcustom
*/
@font-face {
  font-family: "fontcustom";
  font-display: swap;
  src: url("../fonts/fontcustom_0e5dbab67ddf0a974eea0ef6e30fa5dd.eot");
  src: url("../fonts/fontcustom_0e5dbab67ddf0a974eea0ef6e30fa5dd.eot?#iefix") format("embedded-opentype"), url("../fonts/fontcustom_0e5dbab67ddf0a974eea0ef6e30fa5dd.woff") format("woff"), url("../fonts/fontcustom_0e5dbab67ddf0a974eea0ef6e30fa5dd.ttf") format("truetype"), url("../fonts/fontcustom_0e5dbab67ddf0a974eea0ef6e30fa5dd.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "fontcustom";
    src: url("../fonts/fontcustom_0e5dbab67ddf0a974eea0ef6e30fa5dd.svg#fontcustom") format("svg");
  }
}

/*
 Login Font Buttons: Threbuchet MS
*/
@font-face {
  font-family: 'Telefonicai-login';
  src: url("../fonts/Trebuchet-MS.ttf") format('truetype'),;
}
[data-icon]:before {
  content: attr(data-icon);
}
[data-icon]:before,
.icon-Bateria-01:before,
.icon-Bullet-02:before,
.icon-BulletChecked-01:before,
.icon-CadeadoCompraSegura-01:before,
.icon-Calculadora-01:before,
.icon-Camera-01:before,
.icon-CaminhaoEntrega-01:before,
.icon-CaminhaoEntrega-02-01:before,
.icon-Caracteristicasgerais:before,
.icon-CarrinhodeCompra-01:before,
.icon-Conectividade-01:before,
.icon-Dimensoes-01:before,
.icon-EstiloAparelho-01:before,
.icon-Faceboook-01:before,
.icon-FormaPagamento-01:before,
.icon-Frequencia-01:before,
.icon-FreteGratis-01:before,
.icon-GoogleMais-01:before,
.icon-Home:before,
.icon-Home_2-01:before,
.icon-Home_setas:before,
.icon-InfoLinha-01:before,
.icon-Lancamentos-01:before,
.icon-Lupa-01:before,
.icon-LupaMais-01:before,
.icon-MaisVendidos-01:before,
.icon-MapaBrasil-01:before,
.icon-Memoria-01:before,
.icon-Outros-01:before,
.icon-Pessoa-01:before,
.icon-PointLocaliza-01:before,
.icon-Portabilidade-01:before,
.icon-SinalMais-01:before,
.icon-SinalMenos-01:before,
.icon-SistemaOperacional-01:before,
.icon-SomeMusica-01:before,
.icon-Twitter-01:before,
.icon-filtro:before,
.icon-seta_BTN:before,
.icon-seta_dir:before,
.icon-seta_esq:before,
.icon-PLPCategory-01:before,
.icon-PLPCategory-02:before,
.icon-PLPCategory-03:before,
.icon-PLPCategory-04:before {
  display: inline-block;
  font-family: "fontcustom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.icon-Bateria-01:before {
  content: "\f100";
}
.icon-Bullet-02:before {
  content: "\f101";
}
.icon-BulletChecked-01:before {
  content: "\f102";
}
.icon-CadeadoCompraSegura-01:before {
  content: "\f103";
}
.icon-Calculadora-01:before {
  content: "\f104";
}
.icon-Camera-01:before {
  content: "\f105";
}
.icon-CaminhaoEntrega-01:before {
  content: "\f106";
}
.icon-CaminhaoEntrega-02-01:before {
  content: "\f107";
}
.icon-Caracteristicasgerais:before {
  content: "\f108";
}
.icon-CarrinhodeCompra-01:before {
  content: "\f109";
}
.icon-Conectividade-01:before {
  content: "\f10a";
}
.icon-Dimensoes-01:before {
  content: "\f10b";
}
.icon-EstiloAparelho-01:before {
  content: "\f10c";
}
.icon-Faceboook-01:before {
  content: "\f10d";
}
.icon-FormaPagamento-01:before {
  content: "\f10e";
}
.icon-Frequencia-01:before {
  content: "\f10f";
}
.icon-FreteGratis-01:before {
  content: "\f110";
}
.icon-GoogleMais-01:before {
  content: "\f111";
}
.icon-Home:before {
  content: "\f112";
}
.icon-Home_2-01:before {
  content: "\f113";
}
.icon-Home_setas:before {
  content: "\f114";
}
.icon-InfoLinha-01:before {
  content: "\f115";
}
.icon-Lancamentos-01:before,
.icon-PLPCategory-03:before,
.icon-PLPCategory-01:before {
  content: "\f116";
}
.icon-Lupa-01:before {
  content: "\f117";
}
.icon-LupaMais-01:before {
  content: "\f118";
}
.icon-MaisVendidos-01:before,
.icon-PLPCategory-02:before,
.icon-PLPCategory-04:before {
  content: "\f119";
}
.icon-MapaBrasil-01:before {
  content: "\f11a";
}
.icon-Memoria-01:before {
  content: "\f11b";
}
.icon-Outros-01:before {
  content: "\f11c";
}
.icon-Pessoa-01:before {
  content: "\f11d";
}
.icon-PointLocaliza-01:before {
  content: "\f11e";
}
.icon-Portabilidade-01:before {
  content: "\f11f";
}
.icon-SinalMais-01:before {
  content: "\f120";
}
.icon-SinalMenos-01:before {
  content: "\f121";
}
.icon-SistemaOperacional-01:before {
  content: "\f122";
}
.icon-SomeMusica-01:before {
  content: "\f123";
}
.icon-Twitter-01:before {
  content: "\f124";
}
.icon-filtro:before {
  content: "\f125";
}
.icon-seta_BTN:before {
  content: "\f126";
}
.icon-seta_dir:before {
  content: "\f127";
}
.icon-seta_esq:before {
  content: "\f128";
}
.icon-seta_BTN:before {
  font-size: 22px;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/icons_eot.eot');
  src: url('../fonts/icons_eot.eot?#iefix') format('embedded-opentype'), url('../fonts/icons_woff.woff') format('woff'), url('../fonts/icons_ttf.ttf') format('truetype'), url('../fonts/icons_svg.svg#icons_svg') format('svg');
}
/*
 Forms
 --------------------------------------------------*/
form {
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
label {
  color: #999999;
  padding: 0;
  margin: 0;
}
.form-group sup {
  top: 3px;
}
.form-group sup a {
  color: #999999;
  text-decoration: underline;
  font-size: 11px;
  margin-top: 4px;
}
/*
    input filed
----------------------------------------------------*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  font-family: 'Telefonicai-normal';
  border-radius: 5px!important;
  color: #444444;
  padding: 5px 16px;
  border: #e5e5e5 2px solid;
  background-color: #ffffff;
  display: block;
  vertical-align: middle;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 14px;
  font-weight: normal;
  height: 37px;
}
input[type="search"] {
  font-weight: bold;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="text"]:required:valid {
  /*border:#69bde4 1px solid!important;*/
}
button:focus,
button:active,
select:active,
select:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  outline: none!important;
}
textarea {
  resize: none;
  border: #e5e5e5 2px solid;
  border-radius: 4px;
}
/*-----------------------
    buttons
-------------------------------------------------*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px;
  font-size: 13px;
  line-height: 19px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  font-family: 'Telefonicai-bold';
  height: 40px;
}
.btn span:last-child {
  margin-top: 2px;
}
.btn strong {
  position: relative;
  background: red;
  display: block;
  width: 10px;
}
.btn strong span:first-child {
  position: absolute;
  top: -3px;
  left: 1px;
}
.btn:hover,
.btn:focus {
  /* filter: alpha(opacity=160);
     opacity: 0.6;*/
  outline: none;
  text-decoration: none;
}
.violet-btn {
  background: #67009b;
  color: #ffffff;
}
.violet-btn:hover {
  color: #ffffff;
  border: #ffffff solid 1px;
  background: #873d9c;
}
.violet-btn:active,
.violet-btn:focus {
  background: #642576;
  color: #ffffff;
}
/*Green*/
.green-btn {
  background: #8dc64d;
  color: #ffffff;
}
.green-btn:hover {
  background: #97d159;
  color: #ffffff;
}
.green-btn:active {
  background: #83b64f;
  color: #ffffff;
}
.green-btn:active {
  background: #83b64f;
  color: #ffffff;
}
.green-btn:focus {
  background: #83b64f;
  color: #ffffff;
}
/*orange*/
.orange-btn {
  background: #ff9900;
  color: #ffffff;
}
.orange-btn:hover {
  background: #feae57;
  color: #ffffff;
}
.orange-btn:active {
  background: #ef9026;
  color: #ffffff;
}
.orange-btn:focus {
  background: #ef9026;
  color: #ffffff;
}
/*---white--*/
.white-btn {
  background: #ffffff;
  border: #e0e0e0 1px solid;
  color: #5f5f5f;
}
.white-btn span:last-child {
  margin: 2px 0 0 5px;
}
.white-btn:hover {
  background: #e7e7e7;
  border: #c2c2c2 1px solid;
}
.white-btn:focus,
.white-btn:active {
  background: #e2e2e2;
}
/*---light green--*/
.light-green-btn {
  background: #99cc33;
}
.light-green-btn:active,
.light-green-btn:hover {
  background: #83b64f;
  color: #ffffff;
}
.light-green-btn:focus {
  background: #83b64f;
  color: #ffffff;
}
.blue-btn {
  background: #435b94;
}
.blue-btn:hover {
  color: #ffffff;
  background: #5f75ab;
}
.light-grey-btn {
  background: #DDDDDD;
  color: #474747;
}
/*media*/
@media screen and (min-width: 1px) and (max-width: 767px) {
  a.btn {
    width: 128px!important;
  }
  a.btn strong span:first-child {
    left: -3px;
  }
}
/*=======================================
        checkbox
=========================================*/
.checkbox-form input.check-box:empty {
  margin-left: -999px;
  display: none;
}
.checkbox-form input.check-box:empty + label {
  position: relative;
  width: 100%;
  font-weight: normal;
  font-family: 'Telefonicai-normal';
  text-indent: 18px;
  height: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  color: #5f5f5f;
}
.checkbox-form input.check-box:empty + label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 18px;
  margin-top: 2px;
  background: url("../images/checkbox-bg.gif") no-repeat 2px 0;
}
.checkbox-form input.check-box:empty + label:hover:before {
  background-position: 2px -15px;
}
/* toggle hover */
.checkbox-form input.check-box:hover:not(:checked) + label:before {
  text-indent: .9em;
  color: #fff;
}
.checkbox-form input.check-box:hover:not(:checked) + label {
  color: #5f5f5f;
}
/* toggle on */
.checkbox-form input.check-box:checked + label:before {
  background-position: 2px -31px;
}
.checkbox-form input.check-box:checked + label:hover:before {
  background-position: 2px -46px;
}
.checkbox-form input.check-box:checked + label {
  color: #535252;
}
/*========================
	hack for safari
	======================*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .radiobtn-form input.radio-box:empty ~ label {
    font-weight: normal!important;
  }
}
/*=======================================
        Radio-btn
=========================================*/
.radiobtn-form input.radio-box:empty {
  margin-left: -999px;
  display: none;
}
.radiobtn-form input.radio-box:empty + label {
  position: relative;
  width: 100%;
  font-weight: normal;
  font-family: 'Telefonicai-normal';
  text-indent: 33px;
  height: 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  color: #5f5f5f;
  padding-top: 1px;
}
.radiobtn-form input.radio-box:empty + label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 26px;
  margin-top: 0;
  background: url("../images/radio-bg.png") no-repeat 2px 0;
}

.modal .radiobtn-form input.radio-box:empty + label:before {

  height: 22px;
  width: 26px;
  margin-top: 5px;

}

.radiobtn-form input.radio-box:empty + label:hover:before {
  background-position: 2px -22px;
}
/* toggle hover */
.radiobtn-form input.radio-box:hover:not(:checked) + label:before {
  text-indent: .9em;
  color: #fff;
}
.radiobtn-form input.radio-box:hover:not(:checked) + label {
  color: #5f5f5f;
}
/* toggle on */
.radiobtn-form input.radio-box:checked + label:before {
  background-position: 2px -45px;
}
.radiobtn-form input.radio-box:checked + label:hover:before {
  background-position: 2px -68px;
}
.radiobtn-form input.radio-box:checked + label {
  color: #535252;
}
/*
*****************************************************
=====================================================
	This CSS is for the customized drop down
=====================================================
*****************************************************
*/
.bootstrap-select {
  border-radius: 4px;
  color: #c2c2c2!important;
  height: 40px;
  width: 100% !important;
}

.bootstrap-select li {
  border-bottom: #eee 1px solid;
  float: left;
  outline: none;
  padding: 10px 15px;
  padding: 0;
  text-align: left;
  width: 100%!important;
}
.bootstrap-select li:first-child {
  text-transform: uppercase;
  font-size: 12.5px;
  color: #5f5f5f;
  font-weight: bold;
  width: 50%;
  text-align: right;
}
.bootstrap-select li:last-child {
  border-bottom: none;
}
.bootstrap-select li a {
  outline: none;
  padding: 10px 15px;
  text-align: left;
  width: 100%!important;
}
.bootstrap-select span {
  color: #999999;
}
.bootstrap-select span.caret {
  color: #67009b;
}
.bootstrap-select.btn-group .dropdown-toggle {
  background: #fff!important;
  border: #e5e5e5  2px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 9px;
  -moz-appearance: none;
  appearance: none;
}
.bootstrap-select.btn-group .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 0;
  border: #EEEEEE 1px solid;
  margin-top: 0;
  box-shadow: none;
}
/*------------------
	media
	-------------------*/
@media screen and (min-width: 1px) and (max-width: 320px) {
  .bootstrap-select {
    width: 100%!important;
    color: #c2c2c2!important;
    background: #fafafa!important;
    line-height: 37px;
    color: #5f5f5f;
  }
  .bootstrap-select .dropdown-toggle {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  .bootstrap-select {
    width: 100%!important;
    background: #fafafa!important;
    line-height: 37px;
    color: #5f5f5f;
  }
  .bootstrap-select .dropdown-toggle {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/*-------------------------------------------------
    images (image.less)
------------------------------------------------------*/
.img-caption {
  margin-bottom: 24px;
  display: table;
}
.img-caption img {
  width: 100%;
}
.img-caption figcaption {
  text-align: left;
  display: table-caption;
  caption-side: bottom;
  margin-top: 12px;
}
.img-left {
  margin-left: 0;
  margin-right: auto;
}
.img-left .adaptive-image {
  text-align: left;
}
.img-center {
  margin-left: auto;
  margin-right: auto;
}
.img-center .adaptive-image {
  text-align: center;
}
.img-right {
  margin-left: auto;
  margin-right: 0;
}
.img-right .adaptive-image {
  text-align: right;
}
.img-float-left {
  float: left;
  margin-right: 24px;
}
.img-float-right {
  float: right;
  margin-left: 24px;
  text-align: right;
}
.img-width-full {
  width: 100%;
}
.img-width-large {
  width: 70%;
}
.img-width-medium {
  width: 50%;
}
.img-width-small {
  width: 33%;
}
/*-----------------------------------
    accordion
-----------------------------------*/
#accordion {
  margin: 0!important;
  padding: 0!important;
}
#accordion .panel-default > .panel-heading {
  background: #67009b;
  padding: 0 26px;
  border-radius: 9px;
}
#accordion .panel-default > .panel-heading .panel-title {
  line-height: 49px;
  height: 49px;
}
#accordion .panel-default > .panel-heading .panel-title a {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Telefonicai-normal';
  outline: none;
  display: block;
}
#accordion .panel-default > .panel-heading .panel-title a:hover,
#accordion .panel-default > .panel-heading .panel-title a:focus {
  text-decoration: none;
}
#accordion .panel-default > .panel-heading .panel-title a .glyphicon {
  top: 13px;
}
#accordion .panel-body {
  border: none!important;
}
#accordion.panel-group .panel {
  border-radius: 9px!important;
}
#accordion .table {
  margin: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #999999;
}
#accordion .table tr td {
  padding: 15px 10px;
  width: 50%;
  border-top: none;
  border-bottom: #e8e8e8 1px solid;
}
#accordion .table tr:last-child td {
  border: none;
}
#accordion .table tr:hover {
  background: #f2f2f2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  #accordion .panel-default > .panel-heading .panel-title a {
    font-size: 17px;
  }
}
/*==============================
			FAQ
=========================*/
.faq-content #accordion a span:first-child {
  padding: 8px 40px 6px 0;
  display: block;
}
.faq-content .faq-items ul li.active a div {
  border-bottom: #67009b 1px solid !important;
}
.faq-content .faq-items ul li:last-child div {
  border-bottom: none!important;
}
/*----
    ---*/
/*==================================
    Header(Header.less)
    ============================================*/
header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 800;
  top: 0;
  left: 0;
  /*================================================================
    Middle navigation
    ===========================================================================*/
  /*================================================================
    3rd navigation
    ===========================================================================*/
  /*================================================================
    media query
    ===========================================================================*/
  /*

    */
  /*1- 320*/
  /*1 -767*/
  /*321- 480*/
  /*===
    new version media
    ================*/
}
header .first-navbar {
  background: #67009b;
  height: 40px;
  color: #cacaca;
  border: none;
  border-radius: 0;
  min-height: 40px;
  margin: 0;
  font-family: Telefonicai-bold;
  overflow:hidden;
}
header .top-left-link {
  margin: 0;
}
header .top-left-link li {
  margin: 0 1px 0 0!important;
}
header .top-left-link li a {
  color: #cacaca !important;
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding: 0!important;
  margin-right: 8px;
  text-transform: uppercase;
  float: left;
  font-weight: normal;
}
header .top-left-link li a span {
  float: left;
  display: block;
  padding: 11px 10px 15px 10px;
  text-align: center;
}
header .top-left-link li a span strong {
  font-weight: normal;
}
header .top-left-link li a:hover,
header .top-left-link li a:focus {
  color: #67009b !important;
  background: #ffffff !important;
}
header .top-left-link li a:hover:before,
header .top-left-link li a:focus:before {
  display: block;
  width: 18px;
  content: '';
  border: #fff 3px solid;
  height: 48px;
  float: left;
  -webkit-border-bottom-right-radius: 111px;
  -moz-border-radius-bottomright: 111px;
  border-bottom-right-radius: 111px;
  border-left: none;
  border-top: none;
  position: absolute;
  left: -15px;
  bottom: -8px;
}
header .top-left-link li a:hover:after,
header .top-left-link li a:focus:after {
  display: block;
  width: 18px;
  content: '';
  border: #fff 3px solid;
  height: 48px;
  float: left;
  -webkit-border-bottom-left-radius: 11px;
  -moz-border-radius-bottomleft: 11px;
  border-bottom-left-radius: 111px;
  border-right: none;
  border-top: none;
  position: absolute;
  right: -15px;
  bottom: -8px;
}
header .top-left-link li a:hover span,
header .top-left-link li a.active span {
  color: #67009b !important;
  background: #ffffff !important;
}
header .top-left-link li a.active {
  color: #ffffff !important;
  background: #ffffff !important;
}
header .top-left-link li a.active:before {
  display: block;
  width: 18px;
  content: '';
  border: #fff 3px solid;
  height: 48px;
  float: left;
  -webkit-border-bottom-right-radius: 111px;
  -moz-border-radius-bottomright: 111px;
  border-bottom-right-radius: 111px;
  border-left: none;
  border-top: none;
  position: absolute;
  left: -15px;
  bottom: -8px;
}
header .top-left-link li a.active:after {
  display: block;
  width: 18px;
  content: '';
  border: #ffffff 3px solid;
  height: 48px;
  float: left;
  -webkit-border-bottom-left-radius: 11px;
  -moz-border-radius-bottomleft: 11px;
  border-bottom-left-radius: 111px;
  border-right: none;
  border-top: none;
  position: absolute;
  right: -15px;
  bottom: -8px;
}
header .top-right-link {
  list-style-type: none;
  padding: 3px 0;
  font-size: 12px;
}
header .top-right-link li {
  float: left;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #eaeaea;
}
header .top-right-link li span.icon-PointLocaliza-01 {
  font-size: 22px;
  margin-top: -10px;
}
header .top-right-link li:first-child {
  padding-top: 10px;
}
header .top-right-link li span {
  margin: -2px 6px 0 0;
  text-transform: uppercase;
}
header .top-right-link li a {
  border: #eaeaea 1px solid !important;
  padding: 5px;
  border-radius: 6px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #eaeaea;
  margin: 2px 0 0 5px;
  text-decoration: none;
  outline: none;
  float: left;
}
header .top-right-link li a span:first-child {
  font-size: 13px;
}
header .top-right-link li a:hover,
header .top-right-link li a:focus {
  border: #ffffff solid 1px;
  background: #873d9c;
}
header .top-right-link li a:active {
  background: #642576;
}
header .second-navbar {
  background: #ffffff !important;
  border: none;
  margin: 13px 0 0 0;
  color: #eaeaea;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-bottom: 6px;
}
header .second-navbar h1 a {
  margin: 0;
  padding: 0;
}
header .second-navbar h1.logo img {
  width: 114px;
}
header .second-navbar form {
  margin: 3px 0;
}
header .second-navbar input[type="text"] {
  height: 44px;
  border-bottom-right-radius: 4px!important;
  border-top-right-radius: 4px!important;
  width: 270px;
  font-size: 12px;
  font-weight: normal;
}
header .input-group-addon {
  background: none;
}
header .second-navbar form button {
  position: absolute;
  top: 10px;
  right: 5px;
  height: 25px;
  z-index: 900;
  background: #ffffff;
  border: none;
  color: #67009b;
  outline: none;
  font-size: 22px;
}
header .second-navbar ul li {
  font-size: 12px;
  color: #999999;
  border-right: #eaeaea 1px solid;
  padding: 18px 15px;
}
header .second-navbar ul li.login {
  padding: 18px 15px;
  font-weight: normal;
}
header .second-navbar ul li.login a {
  text-decoration: underline;
}
header .second-navbar ul li.login a:hover {
  text-decoration: none;
}
header .second-navbar ul li.login strong {
  text-transform: uppercase;
}
header .second-navbar ul li a {
  margin: 0 0 0 2px;
  padding: 0;
  outline: none;
  display: inline-block;
}
header .second-navbar ul li:last-child {
  border-right: none;
  padding-right: 0;
}
header .second-navbar ul li:last-child span:before {
  color: #67009b;
  font-size: 23px;
}
header .icon-bar-sm ul {
  list-style-type: none;
}
header .icon-bar-sm ul li {
  float: left;
  margin: 0;
  padding: 0 5px;
}
header .icon-bar-sm ul li button {
  margin: 0;
  border: none;
  font-size: 21px;
  padding: 10px;
  color: #c2c2c2;
}
header .icon-bar-sm ul li button:hover,
header .icon-bar-sm ul li button.active {
  color: #67009b;
  background: #dddddd !important;
}
header .icon-bar-sm ul li button.active .icon-bar {
  background: #67009b;
}
header .icon-bar-sm ul li button:hover .icon-bar {
  background: #67009b;
}
header .icon-bar-sm ul li button .icon-bar {
  height: 5px;
  border-radius: 2px;
}
header .icon-bar-sm ul li button:focus {
  /*background: !important;*/
}
header .third-navbar {
  background: #eaeaea !important;
  font-size: 18px;
  border-radius: 0;
  padding: 0;
  color: #67009b;
  border: none;
  padding-bottom: 6px;
  min-height: 14px!important;
  height: 10px;
  font-family: Telefonicai-normal;
}
header .third-navbar ul.list-new {
  padding: 0;
  margin: 0;
}
header .third-navbar ul.list-new li {
  padding: 13px 0;
}
header .third-navbar ul.list-new li .dropdown-menu {
  min-width: 200px;
}
header .third-navbar ul.list-new li a {
  padding: 0 33px;
  color: #67009b;
  border-right: #d4d4d4 1px solid!important;
}
header ul.list-new li:last-child a,
header ul.list-new li:last-child:hover a {
  border: none!important;
}
header ul.list-new li:hover,
header ul li.active
 {
   background: #d4d4d4!important;

}
header ul.list-new li a:focus{
	background:#c2c2c2;
}
header ul.list-new li:not(:last-child) {
  border-radius: 0!important;
}
header ul.list-new li a:hover {
  background: none!important;
  border-right: #d4d4d4 1px solid;
}
header .navbar-collapse.in {
  overflow-y: inherit!important;
}
header .third-navbar ul.list-new li.open {
  background: #c5c5c5;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
header .third-navbar ul.list-new li.open a {
  background: none;
}
header .third-navbar ul.list-new li a {
  background: none;
}
header .third-navbar ul.list-new li.open ul.dropdown-menu {
  -webkit-border-bottom-right-radius: 06px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 06px!important;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 06px;
  border-bottom-left-radius: 6px;
  background: #c5c5c5;
  border: none;
  box-shadow: none;
  font-family: Telefonicai-normal;
  font-size: 15px;
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  header .top-left-link li a span:nth-child(2) {
    padding: 10px 5px 15px 5px;
  }
  header .top-left-link li a:hover span:nth-child(2) {
    background: #ffffff;
    padding: 10px 5px 15px 5px;
  }
  header header .top-left-link {
    margin-right: 3px;
  }
}
/*maximum screen size after 768*/
@media screen and (min-width: 768px) and (max-width: 999px) {
  .third-navbar .list-new {
    width: 100%;
  }
  .third-navbar .list-new li {
    width: 15%;
  }
  .third-navbar .list-new .dropdown-menu {
    min-width: 100%;
  }
  .third-navbar .list-new .dropdown-menu li {
    width: 100%;
  }
  .third-navbar .list-new li.dropdown > a {
    padding: 0 0!important;
    text-align: center;
  }
}
/*===============mini 1 to 767px====================*/
@media screen and (min-width: 1px) and (max-width: 991px) {
  /*//raja//*/ /* Code for 2302 */
  header {
    /*menu*/
  }
  header .second-navbar .search-menu .input-group {
    width: 100%;
  }
  header .second-navbar h1.logo img {
    width: 105px!Important;
  }
  header .second-navbar .icon-bar-sm {
    position: absolute;
    right: 2px;
  }
  header .second-navbar .cart-menu,
  header .second-navbar .user-menu {
    background: #67009b !important;
    height: 100%!important;
    min-height: 100%!important;
    margin: 10px 0 0 -8px !important;
    width: 104%!important;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 10px;
  }
  header .second-navbar .cart-menu:before,
  header .second-navbar .user-menu:before {
    display: block;
    width: 100%;
    content: '';
    border: #ffffff 10px solid;
    height: 22px;
    -webkit-border-bottom-left-radius: 111px;
    -moz-border-radius-bottomright: 111px;
    border-bottom-left-radius: 111px;
    border-left: none;
    border-top: none;
    position: absolute;
    left: 0px;
    top: -2px;
    border-right: 0;
    z-index: 99;
  }
  header .second-navbar .cart-menu:after,
  header .second-navbar .user-menu:after {
    display: block;
    width: 100%;
    content: '';
    border: #ffffff 10px solid;
    height: 22px;
    -webkit-border-top-left-radius: 111px;
    -moz-border-radius-topleft: 111px;
    border-top-left-radius: 111px;
    border-left: none;
    border-bottom: none;
    position: absolute;
    left: -1px;
    bottom: -12px;
    border-right: 0;
    z-index: 99;
  }
  header .second-navbar .cart-menu .input-group,
  header .second-navbar .user-menu .input-group {
    width: 100%;
  }
  header .second-navbar .cart-menu .inner,
  header .second-navbar .user-menu .inner {
    font-size: 12px;
    padding: 10px;
  }
  header .third-navbar {
    background: #67009b !important;
    height: 100%!important;
    min-height: 100%!important;
    margin: 2px auto 8px auto!important;
    width: 100%!important;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
  }
  header .third-navbar:before {
    display: block;
    width: 100%;
    content: '';
    border: #ffffff 10px solid;
    height: 22px;
    -webkit-border-bottom-left-radius: 111px;
    -moz-border-radius-bottomright: 111px;
    border-bottom-left-radius: 111px;
    border-left: none;
    border-top: none;
    position: absolute;
    left: 0px;
    top: -12px;
    border-right: 0;
    z-index: 99;
  }
  header .third-navbar:after {
    display: block;
    width: 100%;
    content: '';
    border: #ffffff 10px solid;
    height: 22px;
    -webkit-border-top-left-radius: 111px;
    -moz-border-radius-topleft: 111px;
    border-top-left-radius: 111px;
    border-left: none;
    border-bottom: none;
    position: absolute;
    left: 0px;
    bottom: -12px;
    border-right: 0;
    z-index: 99;
  }
  header .third-navbar ul.list-new {
    margin: 16px 0 10px 0!important;
  }
  header .third-navbar ul.list-new li {
    border-bottom: #969696 1px solid!important;
    padding: 10px 0;
    font-weight: normal;
  }
  header .third-navbar ul.list-new li a {
    border-right: none!important;
    color: #ffffff;
    font-size: 14px;
  }
  header .third-navbar ul.list-new li a:hover {
    color: #67009b;
  }
  header .third-navbar ul.list-new li a span.caret {
    float: right;
    margin-top: 6px;
  }
  header .third-navbar ul.list-new li:last-child {
    border: none!important;
  }
  header .third-navbar ul.list-new li:hover {
    background: #f6f6f6;
  }
  header .third-navbar ul.list-new li:hover a {
    color: #67009b !important;
  }
  header .third-navbar ul.list-new li.open {
    background: none!important;
    color: #ffffff !important;
  }
  header .third-navbar ul.list-new li.open .dropdown-menu {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    background: #f6f6f6!important;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-bottom: none;
    border-radius: 0;
    margin-top: 16px;
  }
  header .third-navbar ul.list-new li.open .dropdown-menu li {
    /*raha*/
    padding: 7px 0;
  }
  header .third-navbar ul.list-new li.open .dropdown-menu li a {
    padding-left: 23px!important;
    color: #67009b !important;
  }
  header .third-navbar ul.list-new li.open:hover a {
    color: #ffffff !important;
  }
  /*==================
		search [for responsive]
	===================*/
  .search-menu {
    background: #fafafa;
    box-shadow: 0 5px 15px rgba(96, 94, 94, 0.5);
    border: 1px solid #d7d7d7;
    border-radius: 9px;
    padding: 15px;
    width: 98%;
    z-index: 999;
    margin: 10px 0 5px 1%;
    position: absolute;
    left: 0;
  }
  .search-menu:before {
    position: absolute;
    top: -7px;
    right: 166px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #d7d7d7;
    border-left: 7px solid transparent;
    border-bottom-color: #e7e7e7;
    content: '';
  }
  .search-menu:after {
    position: absolute;
    top: -6px;
    right: 167px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fafafa;
    border-left: 6px solid transparent;
    content: '';
  }
  .search-menu input[type="text"] {
    height: 74px;
    font-size: 12px;
    width: 100%!important;
    margin: 0 auto;
  }
  .search-menu form button.glyphicon-search {
    top: 15px;
  }
  /*====
		result
	==========*/
  .typeahead {
    background: #fafafa;
    box-shadow: none!important;
    border: none!important;
    padding: 10px!important;
    width: 100%;
    position: relative;
    top: 0!important;
    margin: 0!important;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  header {
    position: relative!important;
  }
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  section:first-of-type {
    margin-top: 6px !important;
  }
}
/*================================================================
    Body
    ===========================================================================*/
section h1 {
  padding: 0 0 7px 0;
  font-family: Telefonicai-normal;
  font-size: 27px;
  color: #67009b;
  border-bottom: #67009b 2px solid;
  margin-bottom: 21px;
  float: left;
  width: 100%;
  font-weight: normal;
}
section h1 span {
  float: left;
}
section h1 span:first-child {
  font-size: 41px;
  display: block;
  height: 26px;
  width: 45px;
  margin-top: -5px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  section h1 {
    font-weight: normal;
  }
}
/*-----
    media
    ---*/
@media screen and (min-width: 1px) and (max-width: 320px) {
  section {
    border-top: #eaeaea 3px solid;
    padding: 15px 0 0 0;
  }
  section h1 {
    font-size: 22px;
  }
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  section {
    border-top: #eaeaea 3px solid;
    padding: 15px 0 0 0;
  }
  section h1 {
    font-size: 22px;
  }
}
/**------
    new menu
    ------*/
.user-menu p {
  border-bottom: #969696 1px solid!important;
  margin: 0 -19px;
  padding: 9px 30px;
}
.user-menu p span {
  font-weight: bold;
}
.user-menu ul.new {
  margin: 0px -20px 0px -18px !important;
  padding: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  list-style-type: none;
}
.user-menu ul.new li {
  border-bottom: #969696 1px solid!important;
  padding: 0;
  font-weight: normal;
}
.user-menu ul.new li a {
  font-size: 14px;
  line-height: 15px;
  color: #ffffff !important;
  padding: 9px 30px;
  display: block;
  text-decoration: none;
}
.user-menu ul.new li a:hover {
  color: #67009b !important;
  background: #eaeaea;
}
.user-menu ul.new li:hover {
  color: #67009b !important;
}
.user-menu ul.new li:last-child {
  border: none !important;
}
@media screen and (min-width: 1px) and (max-width: 481px) {
  .first-navbar .top-right-link:nth-child(2) {
    width: 60%;
  }
  .first-navbar .top-right-link:nth-child(2) li:first-child {
    width: 35%;
  }
  .first-navbar .top-right-link:nth-child(2) li:nth-child(2) {
    width: 60%;
  }
  .first-navbar .top-right-link:nth-child(2) li:nth-child(2) a:hover {
    background: #873d9c;
    border: #ffffff solid 1px;
  }
  .first-navbar .top-right-link-first li:last-child a span:first-child {
    top: 0;
    left: 0;
    position: static;
  }
  .first-navbar .top-right-link-first li:last-child a span:nth-child(2) {
    margin: 0 3px 0 0;
  }
  .first-navbar .top-right-link-first li:first-child {
    width: 40%;
    line-height: 21px;
  }
  .first-navbar .top-right-link-first li:nth-child(3) {
    width: 60%;
    /*text-align:center;*/
  }
  .first-navbar .top-right-link-first li:nth-child(3) a {
    display: initial;
  }
  .first-navbar .top-right-link-first li:nth-child(3) a span:last-child {
    left: -6px;
    position: relative;
    top: -5px;
  }
  .first-navbar .top-left-link li.logo a span img {
    width: 61px;
  }
}
/*============================================
		search drop down
==============================================*/
header .second-navbar .typeahead {
  background: #fafafa;
  box-shadow: 0 5px 15px rgba(181, 179, 179, 0.5);
  border: 1px solid #d7d7d7;
  padding: 6px;
  width: 100%;
}
header .second-navbar .typeahead li {
  padding: 0!important;
  border: none!important;
  width: 100%;
  background: none!important;
}
header .second-navbar .typeahead li a {
  color: #67009b !important;
  padding: 10px!important;
  border-bottom: #cacaca 1px solid !important;
  width: 100%;
  font-size: 15px;
}
header .second-navbar .typeahead li a:hover {
  background: #eaeaea !important;
  border-bottom: #cacaca 1px solid;
  text-decoration: none;
}
header .second-navbar .typeahead li:hover {
  background: #ffffff !important;
  border: none!important;
}
header .second-navbar .typeahead li.active {
  border: none!important;
}
header .second-navbar .typeahead li.active > a,
header .second-navbar .typeahead li a:focus {
  color: #eaeaea !important;
  background-color: #999999 !important;
}
header .second-navbar .typeahead li:last-child a {
  border-bottom: none!important;
}
/*==================================================
    .thumbnail (.thumbnail.less)
    =================================================*/
.thumbnail {
  border: #eaeaea 2px solid;
  padding: 5px;
  width: 100%;
  padding-bottom: 15px;
  /*----
    media
    -----*/
}
.thumbnail .img-contain {
  min-height: 190px;
  display: table-cell;
  vertical-align: middle;
  height: 190px;
  text-align: center;
  width: 1%!important;
}
.thumbnail img {
  margin: 5px auto 12px auto;
  max-width: 150px;
  max-height: 160px;
}
.thumbnail .product-desc {
  height: 145px;
}
.thumbnail h2 {
  color: #67009b;
  font-family: 'Telefonicai-bold';
  font-size: 18px;
  margin: 0 auto 15px auto;
  text-align: left;
  padding: 0;
}
.thumbnail h3 {
  font-family: 'Telefonicai-normal';
  color: #999999;
  padding: 0;
  font-weight: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin: 10px auto 0 auto;
  text-align: left;
}
.thumbnail h3 span {
  color: #5f5f5f!important;
  font-size: 20px!important;
}
.thumbnail h3 strong {
  font-weight: normal;
  text-decoration: line-through;
}
.thumbnail .text-part {
  height: 100%;
  overflow: hidden;
}
.thumbnail h4 {
  font-size: 13px;
  color: #999999;
  padding: 0;
  margin: 0!important;
  text-align: left;
}
.thumbnail h5 {
  font-size: 18px;
  font-family: 'Telefonicai-bold';
  color: #ff9900;
  margin: 18px auto 19px auto;
  text-align: center;
}
.thumbnail h5.type2 {
  margin: 14px auto;
}
.thumbnail p {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #999999;
  font-size: 12px;
  margin: 10px auto;
  width: 100%;
  padding: 0;
  text-align: center;
}
.thumbnail P:last-child {
  margin: 15px auto 0px auto;
}
.thumbnail p.checkbox-form {
  width: 169px;
}
.thumbnail a.btn {
  width: 160px;
  margin: 0 auto;
}
.thumbnail a.btn strong span:last-child {
  margin: 1px 0 0 -2px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .thumbnail h2,
  .thumbnail h3,
  .thumbnail h4,
  .thumbnail p,
  .thumbnail h5 {
    text-align: left;
  }
  .thumbnail h2 {
    margin: 10px 0;
  }
}
.thumbnail .remove-product {
  color: #67009b;
  font-size: 15px;
}
.thumbnail:hover {
  border-color: #D4D1D1;
  background: #fafafa;
}
/*==================================================================
    Thumbnail for TABLET
    ===============================================================*/
.thumbnail-tab {
  /* height:360px; */
}
.thumbnail-tab img {
  max-width: 190px;
}
/*media 1-767*/
@media screen and (min-width: 1px) and (max-width: 480px) {
  .thumbnail img {
    max-width: 120px;
  }
}
/*===================================================================
    recomendados-thumbnail
====================================================================*/
.recomendados-thumbnail {
  background: #fafafa;
  height: 100%!important;
}
.recomendados-thumbnail .text-part {
  width: 63%;
  padding: 20px 0 10px 10px;
}
.recomendados-thumbnail p {
  margin: 0 auto;
  font-size: 11px;
}
.recomendados-thumbnail p,
.recomendados-thumbnail h2,
.recomendados-thumbnail h3,
.recomendados-thumbnail h4,
.recomendados-thumbnail h5 {
  text-align: left;
}
.recomendados-thumbnail p .btn {
  width: 160px;
}
.recomendados-thumbnail img {
  width: 80px;
  max-height: 160px!important;
}
.recomendados-thumbnail > .pull-left {
  padding: 11px 0px 11px 9px;
}
/*---
    media
    ---*/
@media screen and (min-width: 1px) and (max-width: 999px) {
  .recomendados-thumbnail > .pull-left {
    text-align: center;
  }
  .recomendados-thumbnail img {
   /*  width: 100%!Important;
    height: 100%!important; */
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .thumbnail {
    height: 100%!Important;
  }
  .product-desc {
    height: 160px!important;
  }
}
/*========================
	hack for safari
	======================*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .thumbnail h5.type2 {
    margin: 27px auto;
  }
  ::i-block-chrome,
  .thumbnail {
    /*height:440px;*/
  }
  ::i-block-chrome,
  .thumbnail-tab {
    height: 390px;
  }
  ::i-block-chrome,
  .product-desc {
    height: 150px!important;
  }
}
/*=======================
    light box (lightbox.less)
    =========================*/
.modal-content {
  padding: 20px;
  /*media query*/
}
.modal-content .input-group {
  width: 100%;
  margin-bottom: 20px;
}
.modal-content .input-group input[type="text"] {
  height: 40px;
  border-radius: 8px!important;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border-width: 2px;
}
.modal-content h3 {
  color: #67009b !important;
  font-size: 25px;
  margin-bottom: 20px;
}
.modal-content .btn-group {
  width: 100%!important;
  margin-bottom: 20px;
}
.modal-content .btn-group button {
  height: 40px;
  border-radius: 8px!important;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: #e5e5e5 2px solid !important;
  color: #c2c2c2;
}
.modal-content .btn-group button:hover {
  background: #ffffff;
}
.modal-content .btn-group button span.caret {
  font-size: 15px;
  color: #67009b;
}
.modal-content .btn-group .dropdown-menu {
  font-size: 15px;
}
.modal-content .btn-group .dropdown-menu li {
  padding: 5px;
}
.modal-content .violet-btn {
  border-radius: 4px;
  padding: 10px 20px;
}
.modal-content .violet-btn span:last-child {
  margin-top: 2px;
}


 /*AmdocsDialog - Modal*/
.AmdocsDialog.modal {

}

.AmdocsDialog.modal .modal-dialog {
	text-align: center;
}

.AmdocsDialog.modal .modal-dialog .modal-content {
	padding: 19px 62px!important;
	text-align: center;
}

.AmdocsDialog.modal .modal-header .close {
	background-image: none;
	position: relative;
	right: -28px;
}

.AmdocsDialog.modal .modal-dialog .modal-content h3 {
	width: 100%;
  	font-family: 'OfficinaSerifITCTTBold';
  	font-size: 23px;
  	letter-spacing: -0.2px;
  	text-align: center;
  	color: #520086!important;
  	padding: 19px 0 25px 0!important;
}

.AmdocsDialog.modal .modal-dialog .modal-body {
	padding: 0;
}

.AmdocsDialog.modal .modal-body p {
	margin: 20px 0 20px 0;
	width: 100%;
  	font-family: 'OfficinaSerifITCTT';
  	font-size: 18.6px;
  	line-height: 1.29;
  	color: #535353;
}

.AmdocsDialog.modal .modal-dialog .modal-content .modal-header button {
	font-family: Arial;
    font-size: 27px;
    font-weight: bold;
    background: none;
    color: #520086;
    position: relative;
    right: -48px;
    text-indent: inherit;
}

.AmdocsDialog.modal .modal-dialog .modal-content .violet-btn {
	width: 189px;
  	height: 53px;
	border-radius: 5px;
	background-color: #660098;
	font-family: 'OfficinaSerifITCTT';
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -0.5px;
	margin-top: 40px;
	color: #ffffff;
	padding: 12px 0;
}

.AmdocsDialog.modal .modal-dialog .modal-content .violet-btn span:last-child {
	font-size: inherit;
	position: relative;
    top: -5px;

}

.AmdocsDialog.modal .modal-dialog .modal-content .violet-btn .icon-seta_BTN:before {
	font-size: 30px;
}

.AmdocsDialog.modal .modal-dialog .modal-content .radiobtn-form input.radio-box:empty + label:before {
	top: 4px;
	height: 22px;
}

#myModalLinesNew.modal .modal-dialog .modal-content {
	padding: 19px 62px!important;
	text-align: center;
}

#myModalLinesNew.modal .modal-dialog .modal-content .violet-btn {
	width: 189px;
  	height: 53px;
	border-radius: 5px;
	background-color: #660098;
	font-family: 'OfficinaSerifITCTT';
	font-size: 21px;
	margin-top: 40px;
	font-weight: normal;
	letter-spacing: -0.5px;
	color: #ffffff;
	padding: 12px 0;
}

#myModalLinesNew.modal .modal-dialog .modal-content .modal-header button {
	font-family: Arial;
    font-size: 27px;
    font-weight: bold;
    background: none;
    color: #520086;
    position: relative;
    right: -48px;
    text-indent: inherit;
}

#myModalLinesNew.modal .modal-dialog .modal-content .violet-btn span:last-child {
	font-size: inherit;
	position: relative;
    top: -5px;

}

#myModalLinesNew.modal .modal-dialog .modal-content .violet-btn .icon-seta_BTN:before {
	font-size: 30px;
}

#myModalLinesNew.modal .modal-dialog .modal-content h3 {
	width: 309px;
	font-family: 'OfficinaSerifITCTTBold';
	font-size: 23px;
	letter-spacing: -0.2px;
	text-align: center;
	color: #520086!important;
	padding: 19px 0 25px 0!important;
	margin: 0 auto;
}

#myModalLinesNew.modal .modal-dialog .modal-body {
	padding: 0;
}

#myModalLinesNew.modal .modal-body p {
	padding: 0 0 20px 0;
	width: 418px;
	font-family: 'OfficinaSerifITCTT';
	font-size: 18.6px;
	line-height: 1.29;
	color: #535353;
	margin: 0 auto;
}

#myModalLinesNew .modal-dialog {
	text-align: center;
}

#myModalLinesNew #lines-content-new {
	padding: 0;
	margin: 5px auto;
	display: inline-block;
	width: 150px;
	overflow: hidden;
}

#myModalLinesNew #lines-content-new li {
	line-height: 24px;
	font-family: 'OfficinaSerifITCTTBook';
	font-size: 18.6px;
	text-align: center;
	color: #535353;
	margin: 0 0 11px 0!important;
	display: block;
	clear: both;
	width: 150px;
}

#myModalLinesNew #lines-content-new li label {
	padding-top: 2px;
}

#myModalLinesNew #lines-content-new li input.radio-box:empty + label {
	height: 26px;
}

#myModalLinesNew #lines-content-new .radiobtn-form input.radio-box:empty + label:before {
	top: 4px;
	height: 22px;
}

.modal-revit-content .AmdocsDialogAttention {
	display:none;
}


@media screen and (min-width: 1px) and (max-width: 481px) {
  .modal-content h3 {
    margin-bottom: 0;
    font-size: 18px;
  }
}
/*======================================
		mini cart
========================================*/
#myCart {
  color: #67009b;
  line-height: 20px;
  text-align: left;
  display: none;
  float: left;
  width: 100%;
  width: 300px;
  position: absolute;
  right: 0;
  top: 47px;
  z-index: 999999;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#myCart li {
  padding: 0 4px;
}
#myCart a {
  display: block;
  color: #999999 !important;
}
#myCart .modal-content .modal-body .row:last-child p a {
  color: #67009b !important;
  text-decoration: none;
}
.mini-cart .modal-content {
  background: #fafafa;
  box-shadow: 0 5px 15px rgba(181, 179, 179, 0.5);
  border: 1px solid #d7d7d7;
  padding: 0;
}
.mini-cart .modal-content .modal-header {
  border-radius: 5px 5px 0 0;
  background: #e5e5e5;
  padding: 10px;
}
.mini-cart .modal-content .modal-header h3 {
  color: #606060!important;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
}
.mini-cart .modal-content .modal-header h3 strong {
  color: #67009b;
}
.mini-cart .modal-content .modal-body {
  padding: 7px 15px;
}
.mini-cart .modal-content .modal-body .row {
  border-bottom: #e1e1e1 1px solid;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.mini-cart .modal-content .modal-body .row:last-child {
  border: none;
}
.mini-cart .modal-content .modal-body .row:last-child p {
  padding-top: 10px;
  margin: -10px 0;
}
.mini-cart .modal-content .modal-body .row:last-child p a {
  color: #67009b !important;
  text-decoration: none;
  font-size: 12px;
}
.mini-cart .modal-content .modal-body .row:last-child p a:hover {
  text-decoration: underline;
}
.mini-cart .modal-content .modal-body img {
  width: 50px;
}
.mini-cart .modal-content .modal-footer {
  padding: 0;
}
.mini-cart .modal-content .modal-footer .part1 {
  background: #e5e5e5;
  padding: 23px 17px;
}
.mini-cart .modal-content .modal-footer .part1 h5 {
  color: #67009b;
  font-weight: bold;
  font-size: 22px;
  margin: 0;
}
.mini-cart .modal-content .modal-footer .part1 p {
  font-size: 12px;
}
.mini-cart .modal-content .modal-footer .part1 p span {
  color: #67009b;
}
.mini-cart .modal-content .modal-footer .part1 .btn span:before {
  color: #ffffff !important;
}
.mini-cart .modal-content .modal-footer .part2 {
  padding: 20px 17px;
}
.mini-cart .modal-content .modal-footer .part2 h4 {
  color: #989898;
}
.mini-cart .modal-content .modal-footer .part2 h5 {
  color: #67009b;
  font-weight: bold;
  font-size: 22px;
  margin: 0;
}
.mini-cart .modal-content .alterar {
  font-size: 10px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.mini-cart .modal-content .alterar a {
  text-decoration: underline;
}
.mini-cart .modal-content .alterar a:hover {
  text-decoration: none;
}
.mini-cart .modal-content h4 {
  color: #5f5f5f;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.mini-cart .modal-content p {
  font-weight: normal;
  font-size: 13px;
}
.mini-cart .modal-content p.price {
  font-weight: bold;
  color: #67009b;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0 0 0;
  text-align: right;
  width: 100%;
}
.mini-cart .modal-content p.price span {
  color: #999999;
  display: block;
}
.mini-cart .modal-content p.text {
  padding-top: 10px;
}
.mini-cart .arrow:before {
  position: absolute;
  top: -7px;
  right: 19px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d7d7d7;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.mini-cart .arrow:after {
  position: absolute;
  top: -6px;
  right: 20px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #e9e9e9;
  border-left: 6px solid transparent;
  content: '';
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  #myCart {
    z-index: 999;
    width: 95%;
    right: 11px;
    top: 50px;
  }
  #myCart .arrow:after {
    right: 57px;
  }
  #myCart .arrow:before {
    right: 56px;
  }
}
/*==================================================
        lightbox for check box
===================================================*/
#myModalTroca p {
  color: #333333;
  font-size: 15px;
  margin-bottom: 30px;
}
#myModalTroca p span {
  color: #67009b;
}
.identificamos-panel .voice-panel {
  padding: 5px 10px 10px 10px!Important;
}
.identificamos-panel .voice-panel label {
  font-size: 15px!important;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .identificamos-panel .voice-panel ul li {
    margin-bottom: 10px!important;
  }
}
/*================================
	main account [menu drop down lightbox.less]
	==============================*/
.mainAccount {
  position: relative;
  /*==============================
			mobile
================================*/
}
.mainAccount .modal-content-account {
  display: none;
}
.mainAccount #mainAccount {
  color: #67009b !important;
  z-index: 9999;
}
.mainAccount .modal-backdrop {
  background: #fff;
}
.mainAccount .modal-dialog {
  margin: 0 auto!important;
  width: 299px;
}
.mainAccount .modal-content-account {
  top: 42px;
  width: 199px;
  right: 78px;
  background: #fafafa;
  box-shadow: 0 5px 15px rgba(181, 179, 179, 0.5);
  border: 1px solid #d7d7d7;
  border-radius: 9px;
  position: absolute;
  z-index: 9999;
  padding: 0;
}
.mainAccount .modal-content-account .modal-body {
  padding: 0px;
}
.mainAccount .modal-content-account ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.mainAccount .modal-content-account ul li {
  padding: 0;
  border: none;
  width: 100%;
}
.mainAccount .modal-content-account ul li a {
  color: #eaeaea;
  padding: 10px;
  border-bottom: #cacaca 1px solid;
  width: 100%;
  margin: 0;
}
.mainAccount .modal-content-account ul li a:hover {
  background: #eaeaea;
  border-bottom: #cacaca 1px solid;
  text-decoration: none;
}
.mainAccount .modal-content-account ul li:nth-child(5) a {
  border: none;
  border-radius: 0 0 9px 9px;
}
.mainAccount .modal-content-account ul li:nth-child(2) a {
  border-radius: 9px 9px 0 0;
}
.mainAccount .modal-content-account .arrow:after {
  border-bottom: 6px solid #FAFAFA;
}
.mainAccount .arrow:before {
  position: absolute;
  top: -7px;
  right: 19px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d7d7d7;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.mainAccount .arrow:after {
  position: absolute;
  top: -6px;
  right: 20px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #E5E5E5;
  border-left: 6px solid transparent;
  content: '';
}
@media screen and (min-width: 1px) and (max-width: 991px) {
  .mainAccount .modal-content-account {
    top: 51px;
    right: 3px;
    width: 98%;
    box-shadow: 0 5px 15px rgba(96, 94, 94, 0.5);
  }
  .mainAccount .modal-content-account .arrow:before {
    right: 113px;
  }
  .mainAccount .modal-content-account .arrow:after {
    right: 114px;
    border-bottom: 6px solid #EAEAEA;
  }
  .mainAccount .modal-content-account ul li:first-child {
    padding: 10px;
    border-bottom: #cacaca 1px solid;
    border-radius: 9px 9px 0 0;
    color: #67009b;
    background: #eaeaea;
  }
  .mainAccount .modal-content-account ul li:nth-child(2) a,
  .mainAccount .modal-content-account ul li:nth-child(5) a {
    border-radius: 0!Important;
  }
  .mainAccount .modal-content-account ul li:last-child a {
    border-top: #cacaca 1px solid;
    border-bottom: none!important;
    border-radius: 0 0 9px 9px;
    font-size: 16px;
    text-align: center;
    color: #ffffff !important;
    background: #67009b;
  }
  .mainAccount .white_overlay {
    display: none;
    position: absolute;
    top: 120%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
  }
}
/*===================================
        .pagination.less
=====================================*/
.pagination li {
  float: left;
}
.pagination li a {
  width: 31px;
  height: 28px;
  display: block;
  border-radius: 4px;
  border: #c6c6c6 2px solid;
  background: #e5e5e5;
  text-align: center;
  margin-right: 4px!important;
  color: #999999;
  line-height: 21px;
}
.pagination li a span {
  padding: 0;
  margin: 1px 0 0 0;
}
.pagination li a span:hover {
  padding: 0;
  margin: 1px 0 0 0;
}
.pagination li a:hover,
.pagination li a.active {
  background: #bebebe;
  text-decoration: none;
  border: #e5e5e5 2px solid;
  color: #ffffff;
}
.pagination li a:active {
  background: #dedede;
  text-decoration: none;
  border: #e5e5e5 2px solid;
  color: #ffffff;
}
.pagination li a span:hover {
  background: none!Important;
  padding: 0;
  margin: 0;
}
.pagination li:first-child {
  font-size: 18px;
}
.pagination li:last-child {
  font-size: 18px;
}
.pagination li:first-child a,
.pagination li:last-child a {
  background: #67009b;
  border: #67009b 2px solid;
  color: #ffffff;
  line-height: 9px;
}
.pagination li:first-child a:hover,
.pagination li:last-child a:hover {
  background: #873d9c;
  border: #873d9c 2px solid;
  color: #ffffff;
}
.pagination li:first-child a:active,
.pagination li:last-child a:active {
  background: #652474;
  border: #652474 2px solid;
  color: #ffffff;
}
/*=======================================================
    footer (footer'less)
    ============================================================*/
footer {
  /*--------------------------
    second-navbar
    ----------------------------*/
  /*==============================================
    footer logo
    ==================================================*/
  /*===============================================
    4th nav
    ==========================================*/
}
footer nav.first-navbar {
  background: #ffffff;
  border: none;
  border-top: #e8e8e8 1px solid;
  border-bottom: #e8e8e8 1px solid;
  padding: 10px 0;
  border-radius: 0;
  margin-bottom: 20px;
}
footer nav.first-navbar ul {
  width: 88%;
  margin: 0 auto;
  list-style-type: none;
}
footer nav.first-navbar ul li {
  width: 25%;
  line-height: 14px;
  border-left: #e8e8e8 1px solid;
  padding: 1%;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #999999;
  font-size: 14px;
  float: left;
}
footer nav.first-navbar ul li span {
  float: left;
  display: block;
}
footer nav.first-navbar ul li span:last-child {
  width: 76%;
  margin: 0 0 0 10px;
  padding: 0;
}
footer nav.first-navbar ul li span:first-child {
  font-size: 24px;
}
footer nav.first-navbar ul li:last-child {
  border-right: #e8e8e8 1px solid;
}
footer nav.first-navbar ul li:nth-child(3) {
  width: 20%;
}
@media (max-width: 767px) {
  footer .first-navbar ul {
    width: 100%!important;
    padding-left: 0!important;
  }
  footer .first-navbar ul li {
    padding: 1% 0!important;
    width: 25%!important;
    height: 52px;
  }
  footer .first-navbar ul li:first-child {
    border: none!important;
  }
  footer .first-navbar ul li:last-child {
    border-right: none!important;
  }
  footer .first-navbar ul li span {
    font-size: 12px;
  }
  footer .first-navbar ul li span span {
    margin: 0!important;
  }
}
footer nav.second-navbar {
  background: #67009b;
  padding: 20px 0;
  border: none;
  border-radius: 0;
  margin: 20px 0 0 0;
}
footer nav.second-navbar h4 a {
  font-family: 'Telefonicai-normal';
  font-size: 20px;
  color: #ffffff;
}
footer nav.second-navbar h4 a:active,
footer nav.second-navbar h4 a:focus {
  outline: none;
}
footer nav.second-navbar h4 a span:first-child {
  margin-right: -2px;
  font-size: 22px;
}
footer nav.second-navbar ul {
  list-style-type: none;
  margin: 0 0 0 21px;
  padding: 0;
}
footer nav.second-navbar ul li {
  margin-bottom: 7px;
}
footer nav.second-navbar ul li a {
  color: #ffffff;
  font-size: 13px;
}
footer nav.second-navbar nav {
  margin-bottom: 10px;
}
footer nav.second-navbar p {
  color: #ffffff;
  font-size: 17px;
}
footer nav.logo-navbar {
  background: #fafafa;
  border: none;
  border-bottom: #67009b 4px solid;
  padding: 8px 0;
  border-top: #67009b 4px solid;
  border-radius: 0;
  margin-bottom: 20px;
}
footer nav.logo-navbar .logo-row {
  width: 90%;
}
footer nav.logo-navbar .logo-row p {
  color: #999999;
  font-size: 13px;
  font-weight: bold;
}
footer nav.logo-navbar .logo-row .logo-boder {
  border-left: #cacaca 1px solid;
}
@media (max-width: 767px) {
  footer nav.logo-navbar .logo-boder {
    border-top: #cacaca 1px solid;
    boder-left: none!important;
    padding-top: 10px;
    margin-top: 8px;
  }
  footer nav.logo-navbar .logo-row {
    width: 100%!important;
  }
}
footer nav.fourth-navbar {
  background: #ffffff;
  border: none;
  padding: 8px 0;
  border-radius: 0;
  margin: 0;
  color: #999999;
}
footer nav.fourth-navbar ul {
  list-style-type: none;
  margin: 0 auto;
}
footer nav.fourth-navbar ul li {
  margin: 0 20px 0 0;
  float: left;
}
footer nav.fourth-navbar ul li a {
  color: #999999;
  font-size: 11px;
}
@media (max-width: 767px) {
  footer nav.fourth-navbar ul {
    padding: 0;
  }
  footer nav.fourth-navbar ul li {
    width: 100%;
    padding: 8px 0 18px 15px;
    border-bottom: #cfcfcf 1px solid;
  }
  footer nav.fourth-navbar ul li a {
    font-size: 14px !important;
  }
  footer nav.fourth-navbar p {
    font-size: 14px !important;
    line-height: 18px!important;
    padding: 0 18px;
  }
}
footer nav.fourth-navbar p {
  font-size: 9px;
  color: #999999;
  margin-top: 30px;
  line-height: 12px;
  margin-bottom: 20px;
  text-align: justify;
}
/*================================================
    step wizard (stepwizad.less)
    =============================================*/
aside {
  /*=================================
        media query (1-767)
        ===============================*/
}
aside ul {
  margin-bottom: 40px;
  margin-top: 20px;
  list-style-type: none;
  width: 100%;
  padding: 0;
}
aside ul li {
  float: left;
  text-align: center;
  width: 20%;
  position: relative;
}
aside ul li button {
  padding: 3px 0 4px 0;
  border: 3px #ccc solid;
  height: 31px;
  width: 31px;
  font-size: 15px;
  pointer-events: none;
  line-height: 11px;
  border-radius: 100%;
  background: #ffffff;
  color: #999999;
  position: relative;
}
aside ul li p {
  font-size: 19px;
  color: #999999;
  margin-top: 10px;
}
aside ul li strong {
  color: #999999;
  position: absolute;
  top: 14px;
  left: 50%;
  text-indent: -9999px;
  background: #eaeaea;
  width: 100%;
  height: 2px;
  z-index: -9;
}
aside ul li.done {
  color: #99cc33;
}
aside ul li.done p {
  color: #99cc33;
}
aside ul li.done strong {
  background: #99cc33;
}
aside ul li.done button {
  border-color: #99cc33;
  color: #99cc33;
  pointer-events: auto;
}
aside ul li.orange {
  color: #ff9900;
}
aside ul li.orange p {
  color: #ff9900;
}
aside ul li.orange strong {
  background: #ff9900;
}
aside ul li.orange button {
  border-color: #ff9900;
  color: #ff9900;
}
aside ul li.orange button span {
  border-color: #ff9900;
}
aside ul li.active {
  color: #99cc33;
}
aside ul li.active p {
  color: #8dc64d;
  font-weight: bold;
}
aside ul li.active strong {
  background: #eaeaea;
}
aside ul li.active button {
  border-color: #99cc33;
  color: #99cc33;
}
aside ul li.active button:before {
  content: '\f127';
  font-family: 'fontcustom';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: -22px;
  top: -2px;
  font-size: 29px;
}
aside ul li:first-child.active button:before {
  content: '';
}
aside ul.type4 li {
  width: 25%;
  position: relative;
}
aside ul.type3 li {
  width: 33%;
  position: relative;
}
aside ul.type6 li {
  position: relative;
  width: 16%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  aside ul {
    margin: 0;
  }
  aside ul li:not(.active) p {
    display: auto;
  }
  aside ul li p {
    font-size: 12px;
  }
}
/*================
			 meus-pedidos
====================*/
.pedido {
  /*=================================
        media query (1-767)
        ===============================*/
}
.pedido aside {
  border: #eaeaea 2px solid;
  padding: 30px 15px 10px 0;
  border-radius: 9px;
}
.pedido aside ul {
  margin-bottom: 0;
  margin-top: 40px;
  padding-bottom: 0px;
}
.pedido aside li {
  padding-bottom: 13px;
  height: 100px;
  position: relative;
}
.pedido aside li p {
  font-size: 12px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.pedido aside li p.top {
  top: -8px;
  margin-left: 5px;
}
.pedido aside li p.down {
  color: #999999;
  bottom: 15px;
  left: 5px;
}
.pedido aside li button {
  top: 37px;
  padding: 0px 0 5px 0;
  height: 26px;
  width: 26px;
}
.pedido aside li button span {
  height: 11px;
  width: 11px;
  font-size: 1px;
  line-height: 11px;
  border-radius: 100%;
  background: #ccc;
  border: #ccc 6px solid;
  position: relative;
  top: 0px;
}
.pedido aside li strong {
  position: absolute;
  top: 50px;
}
.pedido aside .done button span {
  border-color: #99cc33;
}
.pedido aside .active {
  background: url(../images/pyramid-icon.gif) no-repeat;
  background-position: 50% 100%;
}
.pedido aside .active p.top {
  color: #67009b;
  margin-left: 5px;
}
.pedido aside .active button {
  border-color: #67009b;
}
.pedido aside .active button span {
  border-color: #67009b;
  top: 0px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .pedido ul {
    margin-top: 22px!important;
  }
  .pedido ul li p.top {
    margin-top: 0px;
    margin-left: 5px;
  }
  .pedido aside .active p.top {
      margin-left: 0px;
  }
}
/*================================
    home page(home.less)
=============================*/
/********************************************
==========================================
	plans-panel css starts for home page
==========================================
*********************************************/
.plan-promo {
  border: #eaeaea 2px solid;
  padding: 25px 15px 25px 0;
  border-radius: 9px;
  margin-left: 10px;
  margin-top: 6px;
}
.plan-promo h2 {
  font-family: 'Telefonicai-bold';
  font-size: 21px;
  color: #67009b;
  padding: 0;
  margin: 0;
}
.plan-promo .text-panel {
  height: 62px;
}
.plan-promo h3 {
  font-size: 13px;
  color: #999999;
}
.plan-promo h4 {
  color: #666;
  font-size: 17px;
}
.plan-promo h4 span {
  font-size: 13px;
}
.plan-promo:hover {
  border-color: #d4d4d4;
}
.first-child {
  padding-left: 20px;
  margin-left: 0;
}
/*******************************************************
========================================================
	popular-products-panel css starts for home page
========================================================
*******************************************************/
.popular-products {
  background: #f8f8f8;
  padding: 20px 0;
  margin-bottom: 0px;
}
.popular-products h2.heading {
  width: 100%;
  border-top: 1px #cdcdcd solid !important;
  text-align: center;
}
.popular-products h2.heading span {
  color: #67009b;
  font-family: 'Telefonicai-normal';
  font-size: 28px;
  position: relative;
  top: -17px;
  background: #f8f8f8;
}

/*******************************************************
========================================================
	lastvisited-products-panel css starts for home page
========================================================
*******************************************************/
.lastvisited-products {
  background: #f8f8f8;
  padding: 20px 0;
}
.lastvisited-products h2.heading {
  width: 100%;
  border-top: 1px #cdcdcd solid !important;
  text-align: center;
}
.lastvisited-products h2.heading span {
  color: #67009b;
  font-family: 'Telefonicai-normal';
  font-size: 28px;
  position: relative;
  top: -17px;
  background: #f8f8f8;
}

/*******************************************************
========================================================
	best-conditions-panel css starts for home page
========================================================
*******************************************************/
.best-conditions-panel {
  border: #eaeaea 2px solid;
  clear: both;
  border-radius: 9px;
  margin: 0 0 5px 0;
}
.best-conditions-panel .heading {
  text-align: center;
}
.best-conditions-panel .heading h2 {
  width: 100%;
  margin: 0;
}
.best-conditions-panel .heading h2 span {
  color: #67009b;
  font-family: 'Telefonicai-normal';
  font-size: 28px;
  position: relative;
  top: -18px;
  background: #ffffff;
}
.best-conditions-panel .body-content {
  padding: 0px 20px 10px 20px;
}
.best-conditions-panel .body-content .condition {
  background: #67009b;
  border-radius: 13px;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 9px 0;
  text-align: center;
}
.best-conditions-panel .body-content .condition .icon {
  font-size: 38px;
}
.best-conditions-panel .body-content .condition span {
  display: inline-block;
}
.best-conditions-panel .body-content .condition div {
  display: inline-block;
}
.best-conditions-panel .body-content .condition div p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
/*******************************************************
========================================================
	recommendation-panel css starts for home page
========================================================
*******************************************************/
.recommendatior-products {
  padding: 20px 0;
}
.recommendatior-products h2.heading {
  width: 100%;
  border-top: 1px #cdcdcd solid !important;
  text-align: center;
}
.recommendatior-products h2.heading span {
  color: #67009b;
  font-family: 'Telefonicai-normal';
  font-size: 28px;
  position: relative;
  top: -17px;
  background: #ffffff;
}
/*========================
	hack for safari
	======================*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .popular-products-panel .thumbnail,
  .recommendation-panel .thumbnail {
    height: 450px!important;
  }
}
/*===================
    media query
    =======*/
@media screen and (min-width: 1px) and (max-width: 767px) {
  .best-conditions-panel .body-content .condition div p {
    font-size: 11px;
  }
  .best-conditions-panel .body-content .condition .icon {
    font-size: 24px;
  }
  .best-conditions-panel .body-content .condition > div {
      min-width: 122px;
  }

  .best-conditions-panel .body-content .condition span {
      display: block;
  }
  section:nth-of-type(2),
  section:nth-of-type(3) {
    border: none;
    padding-top: 10px;
  }
  /*plan promo*/
  .plan-promo .btn {
    background: #8dc64d;
    color: #ffffff;
  }
}
/*===================
        ( MINI )small header
    =======================*/
.small-header {
  /*logo*/
  /*----first UL----*/
  /*==================
    media query small header
    1- 767
    =====================*/
  /*--------------

	---------------*/
}
.small-header .top-left-link li.logo a span {
  padding: 1px 9px 2px 9px;
}
.small-header .top-left-link li.logo a span img {
  width: 99px;
}
.small-header .top-right-link-first {
  margin: 2px -23px 2px 2px;
  list-style-type: none;
  padding: 0;
  font-size: 12px;
}
.small-header .top-right-link-first li {
  border-right: #222022 1px solid;
  padding: 0 17px!important;
  float: left;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  color: #eaeaea;
}
.small-header .top-right-link-first li span {
  text-transform: uppercase;
}
.small-header .top-right-link-first li a {
  text-decoration: underline;
  font-size: 11px;
  color: #eaeaea !important;
  border: none!important;
  padding: 0;
  border-radius: 0;
  float: none;
  text-transform: capitalize;
}
.small-header .top-right-link-first li a:hover {
  color: #ffffff;
  text-decoration: none;
  background: none;
}
.small-header .top-right-link-first li:last-child {
  cursor: pointer;
}
.small-header .top-right-link-first li:last-child span {
  font-size: 20px;
  margin-top: 0;
}
.small-header .top-right-link-first li:last-child i {
  font-style: normal;
  padding: 0 0 0 7px;
}
.small-header .top-right-link-first .icon-Pessoa-01 {
  font-size: 20px;
}
.small-header section:first-of-type {
  margin-top: 66px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .small-header {
    /*logo*/
    /*----------------------------
		mini cart [media(responsive)]
	----------------------------*/
  }
  .small-header .top-right-link li a {
    padding: 5px;
  }
  .small-header section:first-of-type {
    /*margin-top:62px!important;  		*/
    border: none;
  }
  .small-header .top-right-link-first {
    margin: 0px -5px;
  }
  .small-header .top-right-link-first li:last-child,
  .small-header .top-right-link-first li:nth-child(2) {
    padding: 2px 5px!Important;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #eaeaea;
    margin: 0 0 0 5px;
    position: relative;
    cursor: pointer;
    width: auto!important;
    line-height: 33px!important;
  }
  .small-header .top-right-link-first li:nth-child(2) {
    padding-top: 1px!important;
    margin-left: 2px;
    margin-right: -2px;
  }
  .small-header .top-right-link-first li:last-child a span:first-child {
    /*left:3px;*/
  }
  .small-header .top-right-link {
    margin-right: 0;
  }
  .small-header .top-right-link a {
    /*border:@f-01 1px solid!important;*/
    /*color:@f-01;*/
  }
  .small-header .top-left-link li.logo a {
    background: none!important;
  }
  .small-header .top-left-link li.logo a:after,
  .small-header .top-left-link li.logo a:before {
    display: none;
  }
  .small-header .top-left-link li.logo a span {
    padding: 9px;
    background: url(../images/vivo-white-logo.gif) no-repeat 0 0 !important;
    display: block;
    width: 78px;
    height: 46px;
    background-size: 100%!important;
  }
  .small-header .top-left-link li.logo a span img {
    width: 61px;
  }
  .small-header .white_overlay {
    display: none;
    position: absolute;
    top: 120%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
  }
  .small-header #myCart {
    right: 12px!important;
    width: 94%;
  }
  .small-header #myCart .arrow:after {
    right: 50.6%;
  }
  .small-header #myCart .arrow:before {
    right: 50.5%;
  }
  .small-header #myCart .arrow:after {
    border-bottom: 6px solid #E5E5E5;
  }
  .small-header .modal-content-account {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 95%;
    right: 12px;
  }
  .small-header .modal-content-account .modal-body {
    padding: 0px;
  }
  .small-header .modal-content-account ul li a {
    display: block;
    color: #999999;
  }
  .small-header .modal-content-account ul:nth-child(5) a {
    border: none;
    border-radius: 0 0 9px 9px;
  }
  .small-header .modal-content-account ul:nth-child(2) a {
    border-radius: 9px 9px 0 0;
  }
  .small-header .modal-content-account .arrow:after {
    border-bottom: 6px solid #E5E5E5;
    right: 62% !important;
  }
  .small-header .modal-content-account .arrow:before {
    right: 61.5% !important;
  }
}
.small-header #myCart {
  right: 283px;
}
/*======================
	product details.less
========================*/
.pd-Caracteristicas {
  width: 100%;
  /*level one*/
  /*2nd level*/
  /*---images--*/
  /*----9th level---*/
}
.pd-Caracteristicas .dvlevel_one {
  padding: 30px;
  padding-bottom: 50px;
}
.pd-Caracteristicas .dvlevel_one .text {
  padding-top: 120px;
}
.pd-Caracteristicas .dvlevel_one .text h1 {
  color: #67009b;
  font-size: 44px;
  font-family: 'Telefonicai-bold';
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pd-Caracteristicas .dvlevel_one .text h2 {
  color: #5f5f5f;
  font-size: 26px;
  font-family: 'Telefonicai-bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pd-Caracteristicas .dvlevel_one .text p {
  color: #999999;
  font-size: 16px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pd-Caracteristicas .dvlevel_one .image {
  text-align: center;
}
.pd-Caracteristicas .dvlevel_two {
  background: #ebebeb;
  padding: 40px 0 0 0!important;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.pd-Caracteristicas .dvlevel_two .text {
  padding: 120px 40px 40px 40px;
  text-align: right;
}
.pd-Caracteristicas .dvimages {
  width: 100%;
  float: left;
  padding: 0;
}
.pd-Caracteristicas .dvvideo {
  background: #ebebeb;
  float: left;
  width: 100%;
}
.pd-Caracteristicas .dvvideo .text {
  padding-top: 52px;
}
.pd-Caracteristicas .dvlevel9 {
  padding-bottom: 0;
  float: left;
  width: 100%;
}
.pd-Caracteristicas .dvlevel9 .text {
  padding-top: 40px;
}
.pd-Caracteristicas .dvlevel9 .row-1 {
  border-bottom: #c2c2c2 1px solid;
  margin-bottom: 30px;
  text-align: right;
  width: 360px;
  float: right;
}
/*----
    pack3
    -----*/
/*=================================
    product compare(product-compare.less)
    ===============================*/
.product-compare {
  float: left;
  width: 100%;
  padding: 0px 0 0px 0;
  border: #eaeaea solid 2px;
  border-radius: 7px;
  margin-bottom: 20px;
  /*--1st row--*/
  /*===============
        first cols
        ==============*/
  /*---accodation--*/
}
.product-compare .thumbnail {
  border: none;
  border-radius: 0;
  height: 410px;
}
.product-compare .thumbnail .remove-product {
  font-size: 18px;
  color: #999999;
}
.product-compare .thumbnail:hover {
  background: none;
}
.product-compare .col-lg-3:nth-child(odd) .thumbnail {
  background: #f5f2f2;
}
.product-compare .first-col {
  padding: 60px 24px 0 23px;
}
.product-compare .first-col h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #67009b;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-compare .first-col p {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #8f8f8f;
  margin-bottom: 10px;
  text-align: left!important;
}
.product-compare .first-col p button {
  display: none;
}
.product-compare .panel {
  border: none;
  border-radius: 0!important;
  margin-top: -14px;
}
.product-compare #accordion .panel-default > .panel-heading {
  border-radius: 0;
}
.product-compare #accordion .panel-body {
  padding: 0;
}
.product-compare #accordion .panel-body .row .col-lg-3 .table-compare tr:hover {
  background: none;
}
.product-compare #accordion .panel-body .row .col-lg-3:not(:first-child) .table-compare {
  font-weight: normal !important;
}
.product-compare #accordion .panel-body .row .col-lg-3:nth-child(odd) .table-compare {
  background: #f5f2f2;
}
.product-compare #accordion .panel-body .row .col-lg-3:nth-child(odd) .table-compare tr:hover {
  background: none;
}
.product-compare #accordion.panel-group .panel {
  border-radius: 0!Important;
}
/*----------------------------------------
 	Product-compare-bar
--------------------------------------*/
.compare-bar {
  position: fixed;
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  background: #f8f8f8;
  z-index: 999;
  display: none;
  height: 158px;
  border-bottom: #ffffff 1px solid;
  -webkit-box-shadow: -4px 35px 33px -14px rgba(188, 188, 188, 0.67);
  -moz-box-shadow: -4px 35px 33px -14px rgba(188, 188, 188, 0.67);
  box-shadow: -4px 35px 33px -14px rgba(188, 188, 188, 0.67);
  /* media*/
}
.compare-bar .left-panel {
  padding: 42px;
  background: #d4d4d4;
  min-height: 157px;
}
.compare-bar h2 {
  font-family: 'Telefonicai-bold';
  font-size: 22px;
  color: #5f5f5f;
  margin: 0;
}
.compare-bar .small-thumbnail {
  padding: 9px 10px 20px 0;
  border-right: #eaeaea 1px solid;
  height: 157px;
}
.compare-bar .small-thumbnail .active-product {
  display: none;
}
.compare-bar .small-thumbnail .no-product {
  margin: 20px 0 0 20px;
}
.compare-bar .small-thumbnail .no-product span {
  font-size: 62px;
  color: #999999;
}
.compare-bar .small-thumbnail .closeI {
  width: 100%;
  float: left;
  font-size: 15px;
}
.compare-bar .small-thumbnail .closeI a {
  color: #67009b !important;
}
.compare-bar .small-thumbnail .closeI .cancel {
  float: right;
  color: #999999 !important;
  font-size: 11px;
  text-decoration: underline;
}
.compare-bar .small-thumbnail .closeI .cancel:hover {
  text-decoration: none;
}
.compare-bar .small-thumbnail .btn {
  width: 100%;
  margin-top: 30px;
}
.compare-bar .small-thumbnail .image-panel {
  float: left;
  width: 53px;
  height: 100px;
}
.compare-bar .small-thumbnail .image-panel img {
  max-width: 50px;
  max-height: 80px;
}
.compare-bar .small-thumbnail .text-part {
  float: left;
  width: 78px;
  padding: 0;
}
.compare-bar .small-thumbnail .text-part h3 {
  margin: 0;
  padding: 10px 5px;
  color: #67009b;
  font-size: 18px;
  font-family: 'Telefonicai-bold';
  overflow: hidden;
  text-overflow: ellipsis;
  width: 73px;
}
@media screen and (min-width: 767px) and (max-width: 940px) {
  .compare-bar h2 {
    padding: 30px;
  }
  .compare-bar .small-thumbnail .image-panel {
    width: 100%;
    height: 70px;
    text-align: center;
  }
  .compare-bar .small-thumbnail .text-part {
    width: 100%;
  }
  .compare-bar .small-thumbnail .text-part h3 {
    font-size: 18px;
    width: 100%;
  }
}
/*========================
	hack for safari
	======================*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  body[title=product-compare] .compare-bar .text-part h4 {
    font-weight: normal!important;
  }
}
/*----------------------------------------
 	Product-compare-bar in compare page
--------------------------------------*/
.compare-page-bar {
  position: fixed;
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  background: #f8f8f8;
  z-index: 999;
  display: none;
  height: 158px;
  border-bottom: #ffffff 1px solid;
  -webkit-box-shadow: -4px 35px 33px -14px rgba(188, 188, 188, 0.67);
  -moz-box-shadow: -4px 35px 33px -14px rgba(188, 188, 188, 0.67);
  box-shadow: -4px 35px 33px -14px rgba(188, 188, 188, 0.67);
  /* media*/
}
.compare-page-bar .left-panel {
  padding: 21px 10px;
  background: #67009b;
  min-height: 157px;
}
.compare-page-bar .left-panel p a.btn {
  width: 85%;
  margin: 0 0 0 14px;
}
.compare-page-bar h2 {
  font-family: 'Telefonicai-bold';
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 20px 0;
  padding: 0 32px;
}
.compare-page-bar .small-thumbnail {
  padding: 9px 10px 20px 0;
  border-right: #eaeaea 1px solid;
  height: 157px;
}
.compare-page-bar .small-thumbnail .no-product {
  margin: 20px 0 0 20px;
  display: none;
}
.compare-page-bar .small-thumbnail .no-product span {
  font-size: 62px;
  color: #999999;
}
.compare-page-bar .small-thumbnail .closeI {
  width: 100%;
  float: left;
  font-size: 15px;
}
.compare-page-bar .small-thumbnail .closeI a {
  color: #67009b !important;
}
.compare-page-bar .small-thumbnail .closeI .cancel {
  float: right;
  color: #999999 !important;
  font-size: 11px;
  text-decoration: underline;
}
.compare-page-bar .small-thumbnail .closeI .cancel:hover {
  text-decoration: none;
}
.compare-page-bar .small-thumbnail .btn {
  width: 100%;
  margin-top: 30px;
}
.compare-page-bar .small-thumbnail .image-panel {
  float: left;
  width: 53px;
  height: 100px;
}
.compare-page-bar .small-thumbnail .image-panel img {
  max-width: 50px;
  max-height: 80px;
}
.compare-page-bar .small-thumbnail .text-part {
  float: left;
  padding: 0;
  display: block;
  width: 150px;
  height: 100%;
}
.compare-page-bar .small-thumbnail .text-part h3 {
  color: #67009b;
  font-size: 18px;
  font-family: 'Telefonicai-bold';
  overflow: hidden;
  text-overflow: ellipsis;
  width: 73px;
  width: 100%;
  margin: 0px 0 5px 0;
  padding: 0;
}
.compare-page-bar .small-thumbnail .text-part h4 {
  width: 100%;
  font-family: 'Telefonicai-normal';
  color: #999999;
  padding: 0;
  font-weight: normal;
  font-weight: bold;
  font-size: 14px;
  margin: 5px 0;
}
.compare-page-bar .small-thumbnail .text-part h4 span {
  color: #5f5f5f!important;
  font-size: 14px!important;
}
.compare-page-bar .small-thumbnail .text-part h4 strong {
  font-weight: normal;
  text-decoration: line-through;
}
.compare-page-bar .small-thumbnail .text-part h5 {
  font-size: 13px;
  color: #999999;
  padding: 0;
  margin: 0!important;
  text-align: left;
  padding: 0px 0 4px 0;
}
.compare-page-bar .small-thumbnail .text-part p {
  margin: 0;
}
.compare-page-bar .small-thumbnail .text-part p a {
  margin: 0;
}
.compare-page-bar .active-product {
  display: block;
}
@media screen and (min-width: 767px) and (max-width: 940px) {
  .compare-page-bar h2 {
    padding: 30px;
  }
  .compare-page-bar .small-thumbnail .image-panel {
    width: 100%;
    height: 70px;
    text-align: center;
  }
  .compare-page-bar .small-thumbnail .text-part {
    width: 100%;
  }
  .compare-page-bar .small-thumbnail .text-part h3 {
    font-size: 18px;
    width: 100%;
  }
}
/*===========================
    meus-pedidos.less
==============================*/
.meus-pedidos {
  /*=================================
        media query (1-767)
        ===============================*/
  /*================================
	my-cart-content
==================================*/
  /*=================================
	total-amount
=====================================*/
  /*====================
	payment confirmation
==============================*/
  /*===========================================
	detail-portability-content [first row]
===============================================*/
}
.meus-pedidos .pedido {
  margin-bottom: 20px;
}
.meus-pedidos .pedido h3 {
  font-family: 'Telefonicai-bold';
  font-size: 28px;
  color: #67009b;
}
.meus-pedidos .bottomBox {
  background: #f9f9f9;
  border: #eaeaea 2px solid;
  border-radius: 9px;
  width: 90%;
  margin: -1px auto 10px auto;
  padding: 10px;
  font-weight: bold;
  color: #999999;
}
.meus-pedidos .avise-a-vivo {
  background: #f9f9f9;
  border: #eaeaea 2px solid;
  border-radius: 9px;
  width: 100%;
  margin: 20px auto 10px auto;
  padding: 10px;
  font-weight: bold;
  color: #999999;
  float: left;
  font-size: 13px;
}
.meus-pedidos .avise-a-vivo:first-child {
  display: table-cell;
  vertical-align: middle;
}
.meus-pedidos .avise-a-vivo:last-child .btn {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .meus-pedidos .avise-a-vivo:last-child .btn {
    margin: 20px auto;
    padding: 5% 14%;
    font-size: 16px;
  }
  .meus-pedidos .price-content {
    text-align: left!important;
  }
  .meus-pedidos .total-amount .btn-first {
    width: 100%!important;
    margin-bottom: 10px;
  }
  .meus-pedidos .total-amount .btn-sec {
    width: 100% !important;
  }
  .meus-pedidos .total-amount h3 {
    font-size: 30px!important;
  }
  .meus-pedidos .pedido h3 {
    background: #e9e9e9;
    padding: 10px;
    margin-bottom: 0;
    border: #eaeaea 2px solid;
    border-radius: 9px;
    border-radius: 9px 9px 0px 0px;
    -moz-border-radius: 9px 9px 0px 0px;
    -webkit-border-radius: 9px 9px 0px 0px;
  }
  .meus-pedidos .pedido aside {
    border-radius: 0px 0px 9px 9px;
    -moz-border-radius: 0px 0px 9px 9px;
    -webkit-border-radius: 0px 0px 9px 9px;
  }
  .meus-pedidos div.payment-confirmation .left-panel,
  .meus-pedidos div.payment-confirmation .left-panel-info {
    border-left: none!important;
  }
  .meus-pedidos .detail-portability-content h3 {
    padding: 12px 10px;
  }
  .meus-pedidos .detail-portability-content .content-one .main-row .row-content {
    border: none!important;
  }
  .meus-pedidos .detail-portability-content .content-one {
    border-radius: 0 0 9px 9px;
  }
  .meus-pedidos .detail-portability-content .content-one .main-row .row-content .row-mob:last-child {
    border-bottom: none!important;
  }
  .meus-pedidos .detail-portability-content .bar {
    border-left: none!important;
  }
  .meus-pedidos .content-one .main-row .row-content:last-child .row-bar .status-col {
    color: #fff!important;
  }
  .meus-pedidos div.payment-confirmation .cancel-complete {
    margin-bottom: 20px;
  }
  .meus-pedidos div.payment-confirmation .cancel-complete .col-lg-6 {
    margin-bottom: 10px;
  }
  .meus-pedidos div.payment-confirmation .cancel-complete .btn {
    width: 100%!important;
    text-align: center;
  }
}
.meus-pedidos .my-cart-content .price-content {
  line-height: auto;
  line-height: 24px!important;
  text-align: right;
}
.meus-pedidos .my-cart-content .my-cart-body {
  border: #eaeaea 2px solid !important;
  background: #ffffff;
  margin-top: 20px;
}
.meus-pedidos .my-cart-content .my-cart-body .heading {
  background: #e9e9e9!Important;
  border-radius: 5px;
}
.meus-pedidos .my-cart-content .my-cart-body .heading h3 {
  font-family: 'Telefonicai-bold';
  color: #67009b;
  font-size: 20px;
}
.meus-pedidos .my-cart-content .my-cart-body .body-content .no-bdr {
  border-bottom: none!important;
}
.meus-pedidos .icon-InfoLinha-01 {
  font-size: 40px;
  color: #999999;
}
.meus-pedidos .total-amount {
  margin: 10px 0px;
}
.meus-pedidos .total-amount .btn-first {
  background: #67009b;
  border-radius: 7px;
  color: #ffffff;
  padding: 6px 10px;
  margin: 5px 10px 5px 0;
  float: left;
  width: 49%;
}
.meus-pedidos .total-amount .btn-first h2 {
  font-size: 16px;
  font-weight: bold;
  float: left;
  padding-top: 10px;
}
.meus-pedidos .total-amount .btn-first h3 {
  font-family: 'Telefonicai-bold';
  font-size: 39px;
  font-weight: bold;
  float: right;
}
.meus-pedidos .total-amount .btn-sec {
  background: #fafafa;
  border: #eaeaea 2px solid;
  border-radius: 7px;
  margin: 5px 0;
  float: right;
  width: 49%;
  padding: 4px 10px;
}
.meus-pedidos .total-amount .btn-sec h2 {
  font-size: 16px;
  font-weight: bold;
  float: left;
  padding-top: 10px;
  color: #999999;
}
.meus-pedidos .total-amount .btn-sec h3 {
  font-family: 'Telefonicai-bold';
  font-size: 39px;
  font-weight: bold;
  float: right;
  color: #67009b;
}
.meus-pedidos div.payment-confirmation div.confirmation-sub-panel {
  border: #eaeaea 2px solid !important;
}
.meus-pedidos div.payment-confirmation .heading {
  border-radius: 7px;
}
.meus-pedidos .detail-portability-content .content-one {
  border: #eaeaea 2px solid !important;
}
.meus-pedidos .detail-portability-content .content-one .heading {
  border-radius: 7px 6px 0 0;
}
.meus-pedidos .detail-portability-content .content-one .main-row .row-content .row-bar {
  border-bottom: 0!important;
}
.meus-pedidos .detail-portability-content .content-one .nobg {
  background: none!important;
  color: #999999 !important;
}
.meus-pedidos .detail-portability-content .content-one .leftBrd {
  border-left: 1px #cacaca solid;
  line-height: 22px;
}
.meus-pedidos .detail-portability-content .content-one .leftBrd .icon-CaminhaoEntrega-01 {
  font-size: 44px;
  color: #8dc64d;
}
.meus-pedidos div.payment-confirmation .cancel-complete {
  margin: 20px 0;
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .third-navbar .list-new li.dropdown > a {
    padding: 0 20px!important;
    text-align:left;
  }
}

  ul.accnew-navbar-nav-container ul.acc-navbar-nav {
    display: none;
  }

  @media screen and (min-width: 1px) and (max-width: 767px) {

  header .first-navbar {
    overflow: inherit;
  }

  ul.accnew-navbar-nav-container {
    position: relative;
    z-index: 1000;
  }

  ul.accnew-navbar-nav-container li {position: relative;float: left;}

  ul.accnew-navbar-nav-container li a.acc-active{
  }

  ul.accnew-navbar-nav-container li:first-child + li a.active{
    background: #e6e6e6!important;
    font-size: 14px;
    color: #737373!important;
    line-height: 40px;
    text-align: center;
    padding: 0;
    width: 75px;
    font-family: 'Telefonicai-normal';
  }

  ul.accnew-navbar-nav-container li:first-child + li a.active + ul.acc-navbar-nav {
  	display: block!important;
  }

  ul.accnew-navbar-nav-container li:first-child + li a + ul.acc-navbar-nav {
  	display: none!important;
  }

  ul.accnew-navbar-nav-container li:first-child + li a.active:before{
    display: none;
  }
  ul.accnew-navbar-nav-container li:first-child + li a.active:after{
    display: none;
  }

  ul.accnew-navbar-nav-container li:first-child + li a.active span {
    padding: 0;
    width: 100%;
    background: inherit!important;
    color: inherit!important;
  }

  ul.accnew-navbar-nav-container ul.acc-navbar-nav {

  position: absolute;

  left: 0px;

  top: 40px;

  background: #e6e6e6;

  margin: 0;

  display: none!important;

  padding: 0;

  width: 140px;

  height: auto;

  z-index: 999999;
  }

  ul.accnew-navbar-nav-container a.accnew-navbar-link.active ul.acc-navbar-nav{
    display: block!important;
  }

  ul.accnew-navbar-nav-container ul.acc-navbar-nav li{

  float: none;

  display: inline-block;

  width: 100%;

  line-height: 32px;

  position: relative;
  }

  ul.accnew-navbar-nav-container ul.acc-navbar-nav li:first-child:after {

  border-top: 1px solid #b7b7b7;

  content: "";

  position: absolute;

  display:block;

  width: 124px;

  bottom: -2px;

  left: 8px;
  }

  ul.accnew-navbar-nav-container ul.acc-navbar-nav li a{

  width: 100%;

  margin: 0;

  font-size: 14px;

  color: #737373!important;
  font-family: 'Telefonicai-normal';
  }

  ul.accnew-navbar-nav-container ul.acc-navbar-nav li a span{
  padding: 0 0 0 15px;
  }

}

#myCart .modal-content .modal-body .remove-link {
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
 }

 #myCart .modal-content .modal-body .remove-link a {
	display: block;
	color: #999999 !important;
	text-decoration: underline;
 }

 #myCart .modal-content .modal-body .remove-link {
	margin: 0;
 }

 .disablecancelorder {
	display:none;
}

.loginpagehide {
	display:none;
}

input#cpf,
input#cepCode,
input#fullname,
input#rg,
input#issuingbody,
#registrationform span.filter-option.pull-left,
input#dob,
input#mothersname,
input#contactphone,
input#phonemessages,
input#mobile,
#registrationform span.filter-option.pull-left,
input#addressselect,
input#paragraph,
input#complement,
input#neighborhood,
input#cityauto1,
textarea#pointofreference,
input#email,
input#confirmemail,
input#password,
input#confirmpassword,
#billingaddressapanelone #residential input#checkoutBilligTelefono,
input#nameOnCard,
input#issueNumberr,
#sopPaymentDetailsForm span.filter-option.pull-left,
input#searchHeader,
input#completename,
input#organissuer,
#updatePersonForm .select-content span.filter-option.pull-left,
input#currentPassword,
input#newPassword,
input#checkNewPassword,
input#confirmEmail,
#addnewbillingaddressform span.filter-option.pull-left,
input#voucherCode,
input#j_username,
input#j_password,
input#cpfValidation {
	color: #666 !important;
}
input#cityauto {
  color: #c2c2c2;
}

@media screen and (max-width: 991px) and (min-width: 1px){
a.entrar-mobile {
	padding: 10px;
	border-bottom: none!important;
	border-radius: 9px 9px 0px 0px;
	font-size: 16px;
	text-align: center;
	background: #67009b;
}
}

li.enter-mobile {
	background: #67009b !important;
	color: #ffffff !important;
}

li.enter-mobile a.entrar-mobile {
	color: #ffffff !important;
	padding:7px !important;
}
@media screen and (max-width: 480px) and (min-width: 1px) {
a#only-ship-removal{right: 22px!important;}
}

/*
@media screen and (min-width: 768px) {
a#only-ship-removal{right: 28px!important;}
} 
*/

.navbar.third-navbar.navbar-collapse.generic-menu.collapse {
    margin-bottom: 0;
}

.loader-loja .modal-body.text-center{
    padding-top: 167px;
}

.login-btn {
  height: 14px;
  font-family: 'Trebuchet MS' !important;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #660099 !important;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
 .d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
