.svg-icon_primary-fill {
  fill: #030303; }

.svg-icon_secondary-fill {
  fill: #7f8c8d; }

.svg-icon_text-fill {
  fill: #434343; }

.svg-icon_back-fill {
  fill: #FFFFFF; }

.svg-icon_nav-foreground-fill {
  fill: #6cbc2c; }

.text-foreground {
  color: #434343; }
  .text-foreground:hover {
    color: rgba(67, 67, 67, 0.8) !important; }

.text-primary {
  color: #030303; }
  .text-primary:hover {
    color: rgba(3, 3, 3, 0.8) !important; }

.text-secondary {
  color: #7f8c8d !important; }
  .text-secondary:hover {
    color: rgba(127, 140, 141, 0.8) !important; }

.border-left {
  border-left: 1px solid rgba(67, 67, 67, 0.2); }

.border-top {
  border-top: 1px solid rgba(67, 67, 67, 0.2); }

.border-right {
  border-right: 1px solid rgba(67, 67, 67, 0.2); }

.border-bottom {
  border-bottom: 1px solid rgba(67, 67, 67, 0.2); }

.placeholder-container {
  background-color: rgba(67, 67, 67, 0.05); }

.placeholder-icon {
  fill: rgba(67, 67, 67, 0.07); }

.placeholder-color {
  background-color: rgba(3, 3, 3, 0.14); }

.placeholder-border {
  outline: 1px solid rgba(3, 3, 3, 0.14);
  border: 3px solid rgba(255, 255, 255, 0.75); }

.spinner-square {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 10px auto 50px auto;
  animation: spinner-square 1s ease infinite; }

@keyframes spinner-square {
  0%, 100% {
    box-shadow: -13px 20px 0 rgba(67, 67, 67, 0.07), 13px 20px 0 rgba(67, 67, 67, 0.15), 13px 46px 0 rgba(67, 67, 67, 0.15), -13px 46px 0 rgba(67, 67, 67, 0.15); }
  25% {
    box-shadow: -13px 20px 0 rgba(67, 67, 67, 0.15), 13px 20px 0 rgba(67, 67, 67, 0.07), 13px 46px 0 rgba(67, 67, 67, 0.15), -13px 46px 0 rgba(67, 67, 67, 0.15); }
  50% {
    box-shadow: -13px 20px 0 rgba(67, 67, 67, 0.15), 13px 20px 0 rgba(67, 67, 67, 0.15), 13px 46px 0 rgba(67, 67, 67, 0.07), -13px 46px 0 rgba(67, 67, 67, 0.15); }
  75% {
    box-shadow: -13px 20px 0 rgba(67, 67, 67, 0.15), 13px 20px 0 rgba(67, 67, 67, 0.15), 13px 46px 0 rgba(67, 67, 67, 0.15), -13px 46px 0 rgba(67, 67, 67, 0.07); } }
h1 small, .h4 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  color: #434343; }

.btn-floating {
  position: absolute;
  top: 5px;
  right: 5px;
  height: auto;
  padding: 5px;
  border: 0;
  z-index: 100;
  font-size: 28px;
  color: #030303; }
  .btn-floating:hover, .btn-floating:focus {
    opacity: 0.8;
    color: #030303; }
  .btn-floating.fixed-bottom {
    position: fixed;
    top: auto;
    bottom: 20px;
    right: 20px; }

.btn-whatsapp {
  padding: 5px 7px;
  color: white;
  background-color: #4dc247;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 50%; }
  .btn-whatsapp svg {
    width: 35px;
    height: 35px;
    fill: white;
    vertical-align: sub; }

/* FIX HEADER WITH AFFIX */
.affix {
  top: 0; }

/* MODIFY BREAKPOINT COLLAPSE NAVBAR */
@media (max-width: 990px) {
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px; }

  .collapse.in {
    display: block !important; } }
* {
  -webkit-font-smoothing: antialiased; }

.navbar-fixed-top, .navbar-fixed-bottom {
  position: absolute; }

.navbar-toggle {
  float: left;
  margin-left: 15px; }

.navbar-header .searchbox {
  margin-right: 15px; }

/* BODY */
body {
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  color: #434343;
  background-color: #FFFFFF; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

input {
  outline: 0; }

#ls_cart_widget {
  float: left; }

/* CUSTOMIZE NAVBAR */
.navbar-wrapper {
  background-color: #030303; }

.navbar {
  border: none; }

.navbar-bg {
  background-color: black; }

.navbar-inverse .navbar-nav > li > a {
  color: #6cbc2c; }

.navbar-inverse .navbar-nav > li > a:hover {
  color: #505050; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: dimgray;
  background-color: transparent; }

.navbar-inverse .navbar-nav .glyphicon-stop {
  color: #6cbc2c;
  padding: 20px 0 0 0px;
  font-size: 9px; }

.navbar-inverse {
  background-color: #030303; }

.nav a:hover {
  -moz-transition: all 1s ease-in;
  -webkit-transition: 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

/* CUSTOMIZE SUPERFISH */
.sf-menu ul li {
  background: black; }

.sf-menu ul ul li {
  background: black; }

.sf-menud li:hover,
.sf-menud li.sfHover {
  background: #030303; }

.sf-menu a {
  color: #6cbc2c; }

.sf-menu a:hover {
  color: #9c9c9c; }

.sf-menu a span {
  color: #030303; }

.sf-menu > ul {
  background-color: #101010; }

/* CUSTOMIZE HEADER */
.header-logo .followus span {
  color: #6cbc2c; }

.header-logo {
  height: 90px; }
  .header-logo .lang a:hover {
    opacity: 0.8; }
  .header-logo .lang .active {
    opacity: 0.4; }
  .header-logo .followus {
    border-bottom: solid 1px #6cbc2c; }
  @media (max-width: 480px) {
    .header-logo .followus {
      padding-right: 32px; } }
  .header-logo .followus a {
    width: 30px;
    height: 30px;
    color: #6cbc2c;
    background-color: black;
    font-size: 20px;
    line-height: 25px; }
  .header-logo .followus a:hover {
    background-color: black;
    color: #6cbc2c; }

.login-home a {
  float: left;
  padding: 10px 10px 5px 5px;
  text-align: center;
  color: #6cbc2c;
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  list-style-type: none;
  margin: 3px 0 0 0px; }
.login-home a:last-child {
  border: none; }
.login-home a {
  color: #6cbc2c;
  text-decoration: none;
  font-weight: 400; }
.login-home a:hover {
  color: #549322; }
.login-home li span {
  float: left;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px; }
.login-home .icon-cart {
  float: left;
  width: 191px;
  padding: 10px 0 0 26px;
  margin-left: 0px;
  background-repeat: no-repeat;
  background-position: 3px 11px;
  border: none; }
.login-home .quantity {
  float: left;
  padding: 2px 5px;
  margin: 7px 10px 0px 10px;
  color: #6cbc2c;
  background-color: black;
  text-align: center; }
.login-home .price {
  color: #6cbc2c;
  padding: 10px 0 10px 10px;
  font-size: 19px;
  line-height: 22px; }

/* BANNER */
.bannerhome {
  margin-bottom: 15px;
  overflow: hidden; }
  .bannerhome img {
    width: 100%;
    height: auto; }

.textbanner-text {
  background-color: rgba(67, 67, 67, 0.1);
  color: #434343;
  border-bottom: 4px solid #434343; }

.textbanner-image {
  background-color: rgba(67, 67, 67, 0.05); }

/* PASSWORD PAGE */
.password-page .password-container.password-icon .password-svg {
  fill: #030303; }

/* CUSTOMIZE TITLES */
.titles {
  background-color: rgba(67, 67, 67, 0.1);
  border-bottom: solid 3px #030303;
  color: #434343;
  font-size: 26px;
  font-weight: 300;
  padding: 10px 10px 10px 0;
  margin: 0 0 15px 0;
  font-family: "Open Sans",sans-serif; }
  .titles span {
    border-bottom: solid 5px #030303;
    padding: 0 20px 10px 20px; }

.titles2 {
  background-color: rgba(67, 67, 67, 0.1);
  border-bottom: solid 3px #030303;
  color: #434343;
  float: left;
  width: 100%;
  padding: 10px 10px 0px 0;
  margin-bottom: 20px;
  margin-top: 20px; }
  .titles2 h2 {
    border-bottom: solid 5px #030303;
    opacity: 0.5;
    padding: 0 20px 10px 20px; }

/* CUSTOMIZE PRODUCTS */
.products h3 a {
  color: #434343; }
.products h3 a:hover {
  text-decoration: none;
  color: #767676; }
.products .price {
  color: #767676;
  background-color: rgba(67, 67, 67, 0.1);
  font-size: 14px;
  font-weight: 700; }
  .products .price .product-item_promo-price {
    color: #767676;
    opacity: 0.5;
    text-align: center;
    text-decoration: line-through;
    margin: 0 4px 0 0; }
.products .single-product-item:hover {
  outline: 2px solid #f6f6f6;
  border: solid 0px white; }
.products .single-product-item {
  background-color: rgba(67, 67, 67, 0.1); }

.offer2 {
  background-color: #030303;
  color: #6cbc2c; }

.out-of-stock {
  background-color: #363636;
  color: #6cbc2c; }

.free-shipping {
  background-color: black;
  color: #6cbc2c; }

select.sort-by {
  color: black; }

#cloud-zoom-big {
  background-color: #FFFFFF; }

#price_display {
  color: black;
  font-weight: 400; }

.single-product-item .price #price_display {
  color: black; }

/* CUSTOMIZE PAGINATION */
.pagination > .active > a {
  color: #6cbc2c; }

.pagination > .active > a {
  background-color: #363636;
  border: none; }

.pagination > li a {
  background-color: #030303;
  color: #6cbc2c; }

.pagination > li a:hover {
  background-color: #9a9a9a;
  color: #6cbc2c; }

.pagination > li > a {
  color: #6cbc2c;
  background-color: #030303; }

.pagination > li > a {
  border: none; }

/* TWITTER 100% */
iframe[id^='twitter-widget-'] {
  margin: 0 0 0px 0; }

#twitter-widget-0 {
  width: 100%; }

#likeboxplugin {
  width: 100% !important;
  /*height:500px;*/
  border: none;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: -50px; }

.password-footer form input {
  font-size: 12px;
  width: 100%;
  padding: 10px;
  border: solid 1px gainsboro;
  margin: 0 0 5px;
  background-color: #f8fcf4;
  color: darkgrey; }

.password-footer form .send {
  font-size: 16px;
  width: 100%;
  float: left;
  border: none;
  background-color: black;
  color: #6cbc2c; }

.password-footer form .send:hover {
  background-color: black; }

/* CUSTOMIZE FOOTER */
.footer {
  /* COPY */
  /* FOOTER 1*/
  /* FOOTER 2 */ }
  .footer .copy {
    padding: 12px 0 10px 0;
    background-color: #050505;
    color: #6cbc2c; }
    .footer .copy .copyleft {
      font-size: 11px;
      text-transform: uppercase; }
    .footer .copy .copyright {
      text-align: right;
      font-size: 11px;
      color: #6cbc2c; }
  .footer .footer1 {
    background-color: #1f1f1f;
    color: #6cbc2c;
    padding: 20px 0 10px 0; }
    .footer .footer1 h3 {
      font-size: 16px;
      padding: 0px 0 10px 0;
      text-transform: uppercase; }
    .footer .footer1 .followus span {
      font-style: italic;
      display: block;
      float: left;
      padding: 12px 10px 10px 10px; }
    .footer .footer1 .followus a {
      width: 32px;
      height: 32px;
      float: left;
      margin: 0 0 0 10px;
      font-size: 18px;
      color: #6cbc2c;
      text-align: center;
      background-color: #030303;
      padding: 5px 0 0 0; }
    .footer .footer1 .followus a:hover {
      background-color: black;
      color: #6cbc2c; }
    .footer .footer1 .newsletter input {
      font-size: 12px;
      width: 100%;
      padding: 10px;
      border: solid 1px gainsboro;
      margin: 0 0 5px;
      background-color: #f8fcf4;
      color: darkgrey; }
    .footer .footer1 .newsletter .send {
      font-size: 16px;
      width: 30%;
      float: left;
      border: none;
      background-color: #7f8c8d;
      border: 2px solid #667273;
      color: #6cbc2c; }
    .footer .footer1 .newsletter .send:hover {
      background-color: #aab3b3; }
  .footer .footer2 {
    background-color: #1f1f1f;
    color: #6cbc2c;
    padding-bottom: 31px;
    padding-top: 10px; }
    .footer .footer2 h3 {
      text-transform: uppercase;
      font-size: 16px;
      padding: 0 0 10px 0; }
    .footer .footer2 .menu ul {
      padding: 0;
      margin: 0; }
    .footer .footer2 .menu li {
      list-style: none;
      width: 100%;
      padding: 0;
      margin: 0; }
    .footer .footer2 .menu li a {
      color: #6cbc2c;
      font-size: 12px;
      text-decoration: none; }
    .footer .footer2 .menu li a:hover {
      color: #0d1705; }
    .footer .footer2 .contactanos p {
      font-size: 12px;
      padding: 0;
      margin: 0; }
    .footer .footer2 .contactanos a {
      color: #6cbc2c;
      text-decoration: none; }
    .footer .footer2 .contactanos a:hover {
      color: #0d1705; }

/* PRODUCT DETAIL */
.shipping-calculator .calculatorButton, .secondary-button, .address-btn a {
  background-color: black;
  color: #6cbc2c;
  text-align: center;
  border: 2px solid black;
  border-radius: 0; }

.shipping-calculator .calculatorButton:hover, .secondary-button:hover, .address-btn a {
  background-color: black;
  color: #6cbc2c; }

.addbutton, .ajax-cart_finish-buy-btn {
  padding: 10px 15px 10px 15px;
  margin: 27px 0 0 0;
  display: block;
  color: #6cbc2c;
  background-color: #7f8c8d;
  width: 100%;
  border: 2px solid #667273; }

.addbutton:hover {
  opacity: 0.8; }

.btn-secondary {
  padding: 10px 15px;
  background-color: black;
  color: #6cbc2c;
  text-align: center;
  border: 2px solid black;
  border-radius: 0; }

.btn-default {
  background-color: transparent;
  color: #434343;
  border: 1px solid #434343;
  border-radius: 0; }
  .btn-default:hover, .btn-default:focus {
    background-color: transparent;
    opacity: 0.5; }

.btn-link {
  color: #434343; }
  .btn-link-small {
    font-size: 14px; }

.btn-link:hover {
  opacity: 0.8;
  color: #434343; }

.prod_detail {
  padding-bottom: 61px; }
  .prod_detail .price {
    font-size: 51px;
    font-weight: 400;
    color: #7f8c8d; }
    .prod_detail .price span {
      color: #434343;
      font-size: 28px; }
  .prod_detail .combos {
    padding: 10px 0 20px 0;
    margin: 10px 0 10px 0;
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9; }
    .prod_detail .combos label {
      font-size: 11px;
      color: #b4b4b4;
      margin-top: 10px;
      display: block;
      text-transform: uppercase; }
  .prod_detail .addtocart {
    padding: 0 0 20px 0;
    margin: 0px 0 10px 0;
    float: left;
    width: 100%;
    border-bottom: solid 1px #d9d9d9; }
    .prod_detail .addtocart .juros {
      padding: 0 0 21px 0; }
  @media (max-width: 320px) {
    .prod_detail .addbutton {
      width: 100%;
      font-size: 14px; }
    .prod_detail .shareLinks {
      padding: 41px 0 0 0; } }
  .prod_detail .addbutton:hover {
    text-decoration: none;
    opacity: 0.8; }
  .prod_detail .shareLinks div {
    float: left;
    margin: 0 0 0 10px; }
  .prod_detail .shareLinks .twitter {
    width: 70px; }
  .prod_detail .shareLinks .facebook {
    width: 106px; }
  .prod_detail .shareLinks .facebook iframe {
    z-index: 5; }
  .prod_detail .shareLinks .google {
    width: 61px; }
  .prod_detail .shareLinks {
    margin: 31px 0 0 0; }

/* Insta variations */
.insta-variations_btn {
  border: 2px solid rgba(67, 67, 67, 0.6); }

.insta-variations_btn.selected {
  border: 2px solid #030303; }

.insta-variations_btn-custom {
  color: #434343; }

.insta-variations_btn.selected .insta-variations_btn-custom {
  color: #030303; }

/* CUSTOMIZE BREADCRUMB */
#breadcrumb {
  padding: 0 0 10px 0;
  color: #b4b4b4;
  font-size: 11px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize; }
  #breadcrumb a {
    color: #7b7b7b; }
  #breadcrumb a:hover {
    color: #434343;
    text-decoration: none; }

/* CUSTOMIZE PAGE */
.page_detail {
  padding-bottom: 20px; }
  .page_detail ol, .page_detail ul {
    padding: 0 0 0 21px; }

/* DISABLE NAV FIXED 480 */
@media (max-width: 760px) {
  .navbar-wrapper .container .navbar-fixed-top {
    position: relative; }

  .banner {
    margin-top: 0; }

  .navbar {
    margin: 0; }

  .navbar .navbar-bg .navbar-header {
    margin: 0; }

  .navbar .navbar-bg .navbar-collapse {
    margin: 0; }

  .header-logo .followus a {
    margin-left: 0; }

  .followus span {
    display: none; }

  .header-logo .followus {
    padding-right: 0; }

  .header-logo .followus a {
    margin-right: 5px; }

  .header-logo .followus span {
    display: none; }

  .titles {
    font-size: 16px; }

  .header-logo .followus {
    padding-bottom: 5px;
    float: right;
    padding-right: 6px; }

  .header-logo .login-home li:last-child {
    border-right: solid 1px #767676; }

  .titles2 {
    font-size: 16px; } }
/* FILTERS & CATEGORIES */
a.category-back {
  color: #030303; }

a.category-back i {
  font-size: 12px;
  margin-right: 10px; }

#categories-column a {
  color: #434343; }

/* CUSTOMIZE CART */
.cart-table-header {
  color: #7d7d7d;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  border-bottom: solid 1px #b6b6b6; }

.cart-table-row {
  border-bottom: solid 1px #b6b6b6; }

.cart-image {
  padding: 1px;
  border: solid 1px #b6b6b6; }

.cart-quantity-input {
  border: solid 1px #a3a3a3; }

/* Ajax Cart */
.ajax-cart_titles {
  border-top: 1px solid rgba(3, 3, 3, 0.2);
  border-bottom: 1px solid rgba(3, 3, 3, 0.2); }

.ajax-cart-item {
  border-bottom: 1px solid rgba(3, 3, 3, 0.2);
  background: rgba(150, 150, 150, 0.06); }

.ajax-cart-item:last-child {
  border-top: none;
  border-bottom: 2px solid rgba(3, 3, 3, 0.2); }

.ajax-cart-shipping {
  border-top: 1px solid rgba(3, 3, 3, 0.2);
  border-bottom: 1px solid rgba(3, 3, 3, 0.2); }

/* CUSTOMIZE SEARCH BOX */
.searchbox {
  float: right;
  position: relative;
  margin-top: 6px; }
  .searchbox input {
    font-size: 12px;
    padding: 0 30px 0 10px;
    height: 25px;
    outline: 0;
    border: none; }
  .searchbox .submit-button {
    width: 26px;
    height: 25px;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 0;
    border: none;
    background-color: #030303;
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial,  sans-serif;
    color: #6cbc2c;
    font-size: 12px !important; }
  .searchbox .submit-button:hover {
    opacity: 0.8; }

/* CUSTOMIZE SEARCH RESULT */
.search-result .no-result {
  background-color: #dbdbdb;
  padding: 30px;
  text-align: center;
  color: #434343;
  text-transform: uppercase;
  margin: 0 0 31px 0; }
.search-result a {
  color: #6cbc2c; }

/* CUSTOMIZE 404 */
.page404 .content {
  background-color: #434343;
  color: #6cbc2c;
  padding: 121px 0 101px 0;
  text-align: center;
  margin: 0 0 31px 0;
  border-bottom: solid 5px #030303; }
  .page404 .content h1, .page404 .content p {
    text-transform: uppercase; }

/* CUSTOMIZE CONTACT */
.pagecontact .form {
  padding: 0 0 51px 0; }
  .pagecontact .form label {
    display: block;
    font-size: 14px;
    color: #7b7b7b;
    padding: 12px 0 3px 0; }
  .pagecontact .form input {
    width: 90%;
    border: solid 1px #7b7b7b;
    padding: 10px; }
  .pagecontact .form .inputarea {
    width: 90%;
    border: solid 1px #7b7b7b;
    padding: 10px; }
  .pagecontact .form .optional {
    font-size: 11px; }
  .pagecontact .form .submit_button {
    clear: both;
    margin: 10px 0 31px 0;
    font-size: 16px;
    width: 40%;
    float: right;
    border: none;
    background-color: #7f8c8d;
    color: #6cbc2c;
    float: left;
    border: 2px solid #667273; }
  .pagecontact .form .submit_button:hover {
    opacity: 0.8; }
  .pagecontact .form .winnie-pooh {
    display: none; }
  .pagecontact .form .contact-ok, .pagecontact .form .contact-error {
    padding: 20px;
    width: 80%;
    color: #434343;
    background-color: #d9d9d9; }

.contact-info a {
  color: #434343; }

/* QUERIES FOR HEADER */
@media (max-width: 759px) {
  .carouselprods {
    height: 241px;
    padding-bottom: 61px; }

  .sf-menu > li {
    float: none; } }
@media only screen and (min-width: 321px) {
  .carouselprods {
    height: 341px; } }
@media only screen and (min-width: 391px) {
  .carouselprods {
    height: 441px; } }
@media only screen and (min-width: 480px) {
  .carouselprods {
    height: 541px; } }
@media (min-width: 992px) {
  .prod_detail, .page_detail, .search-result, .page404, .pagecontact {
    padding-top: 25px; } }
@media (max-width: 481px) {
  .padtop480 {
    padding-top: 79px; } }
/* PRODUCTS CAROUSEL PHOTOS */
#wrapper-carousel {
  position: absolute;
  width: 90%;
  top: 50px; }

#carousel-wrapper {
  padding-bottom: 10px;
  position: relative; }

#carousel, #thumbs {
  overflow: hidden; }

#carousel-wrapper .caroufredsel_wrapper {
  /*border-radius: 10px;
  box-shadow: 0 0 5px #899;*/ }

#carousel span, #carousel img,
#thumbs a, #thumbs img {
  display: block;
  float: left; }

#carousel span, #carousel a,
#thumbs span, #thumbs a {
  position: relative; }

#carousel img,
#thumbs img {
  border: none;
  border: solid 2px #eaeaea;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

#carousel img.glare,
#thumbs img.glare {
  width: 102%;
  height: auto; }

#carousel span {
  width: 554px; }

#thumbs-wrapper {
  padding: 20px 40px;
  position: relative; }

#thumbs a {
  /*border: 2px solid #899;*/
  width: 150px;
  margin: 0 10px;
  overflow: hidden;
  /*border-radius: 10px;*/
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -ms-transition: border-color .5s;
  transition: border-color .5s; }

#thumbs a:hover, #thumbs a.selected {
  border-color: #566; }

#wrapper img#shadow {
  width: 100%;
  position: absolute;
  bottom: 0; }

#prev, #next {
  display: block;
  width: 19px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%; }

#prev {
  background-position: 0 0;
  left: 10px;
  z-index: 999; }

#next {
  background-position: -19px 0;
  right: 10px;
  z-index: 999; }

#prev:hover {
  background-position: 0 -20px; }

#next:hover {
  background-position: -19px -20px; }

#prev.disabled, #next.disabled {
  display: none !important; }

.infinite-scroll-loading {
  background: url("//d26lpennugtm8s.cloudfront.net/assets/themes/tech/static/images/loading.gif?1319625683") no-repeat center;
  display: block;
  height: 80px;
  width: inherit;
  overflow: hidden; }

.loadMoreContainer .button.secondary,
.btn-see-all-prods {
  background-color: black;
  border: 2px solid black; }

.loadMoreContainer .button.secondary:hover
.btn-see-all-prods:hover {
  background-color: black; }

.logo-text {
  color: #6cbc2c; }

.logo-text:hover {
  color: #6cbc2c; }

.banner-services {
  background-color: rgba(67, 67, 67, 0.6); }

.banner-services .banner-service-item {
  color: white; }

.banner-service_svg-icon {
  fill: white; }

.banner-services-footer, .banner-services-footer .banner-services {
  background-color: #525252; }

.banner-services-footer .banner-services .banner-service-item {
  color: #6cbc2c; }

.banner-service-link {
  color: #FFFFFF; }
  .banner-service-link:hover {
    color: #FFFFFF;
    opacity: 0.8; }

/* HOME CATEGORIES ROW START */
.desktop-horizontal-categories_title {
  font-size: 20px;
  font-family: "Open Sans",sans-serif; }

.mobile-horizontal-categories_link {
  color: #FFFFFF;
  background: #7f8c8d;
  font-family: "Open Sans",sans-serif; }

.mobile-horizontal-categories_link:hover,
.mobile-horizontal-categories_link:active,
.mobile-horizontal-categories_link:focus {
  opacity: 0.6;
  color: #FFFFFF;
  text-decoration: none; }

/* HOME CATEGORIES ROW END */
.es-carousel ul li a {
  border-color: #8e8e8e !important; }

.es-carousel ul li.selected a {
  border-color: #434343 !important; }

.sf-menu li.active > a {
  color: dimgray; }

.form-horizontal .send {
  background-color: #7f8c8d;
  border: 2px solid #667273; }

.form-horizontal .send:hover {
  opacity: 0.8; }

.user-product-description ul li a, .user-product-description ol li a {
  color: #434343; }

.product-details-overlay a {
  color: #6cbc2c; }

.product-details-overlay {
  background-color: darkgray;
  opacity: 0.9; }

.imagecolContent {
  border: 1px solid rgba(67, 67, 67, 0.2); }

.imagecol .img-thumbnail {
  border-left: none;
  border-top: none;
  border-bottom: none; }

.mTS_horizontal ul.mTSContainer > li {
  border-right: 1px solid #f6f6f6; }

.mTSWrapper {
  border: 1px solid rgba(67, 67, 67, 0.2); }

.mTSButton {
  background-color: #c3c3c3 !important; }

.mTSButtonIconContainer {
  color: #6cbc2c !important; }

.table > thead > tr > th {
  border-bottom: 1px solid #c3c3c3; }

.single-product-container .max_installments {
  border-bottom: 1px solid #c3c3c3;
  text-align: center; }

body,
.font-body {
  font-size: 14px; }

.font-medium {
  font-size: 16px; }

.font-small {
  font-size: 12px; }

.font-small-extra {
  font-size: 10px; }

.price-compare {
  text-decoration: line-through;
  opacity: 0.8; }

.box-container, .list-readonly .list-unstyled {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid rgba(67, 67, 67, 0.5); }

.line-container {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgba(67, 67, 67, 0.2); }

.link-module {
  border-bottom: 1px solid rgba(67, 67, 67, 0.2); }
  .link-module:active, .link-module:focus, .link-module:hover {
    outline: 0;
    box-shadow: none; }

.link-module + .link-module {
  border-top: 0; }

.link-module-icon,
.link-module-icon-right {
  fill: #434343; }

.divider {
  float: left;
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px solid rgba(3, 3, 3, 0.2); }

.modal-header {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1); }

.modal-body,
.modal-right {
  background: #FFFFFF;
  color: #434343; }

.modal-header {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(67, 67, 67, 0.1); }
  .modal-header .nav-tabs-container {
    border-bottom: 0; }

.modal-body {
  float: left;
  width: 100%; }

.modal-footer {
  background: #FFFFFF;
  color: #434343;
  border-top: 1px solid rgba(67, 67, 67, 0.1);
  box-shadow: none; }

.nav-tabs-container {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1); }

.nav-tabs-links {
  border-bottom: 0;
  color: #434343; }

.nav-tabs .tab-link,
.nav-tabs .tab-check-link-text {
  color: #434343; }
.nav-tabs .tab.active .tab-link {
  color: #030303;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #030303; }
.nav-tabs .tab-link {
  background-color: transparent; }
  .nav-tabs .tab-link:hover, .nav-tabs .tab-link:focus {
    background-color: transparent !important;
    border: 0; }
.nav-tabs .tab-check.active .tab-check-link,
.nav-tabs .tab-check.active .tab-check-link:focus {
  outline: 2px solid #030303; }
.nav-tabs .tab-check-link-text {
  outline: 1px solid rgba(67, 67, 67, 0.3); }
.nav-tabs .tab-check-icon {
  color: #030303; }
  .nav-tabs .tab-check-icon .fa-inverse {
    color: #FFFFFF; }

.table-striped > tbody > tr:nth-child(odd) {
  background-color: transparent; }
  .table-striped > tbody > tr:nth-child(odd) > th,
  .table-striped > tbody > tr:nth-child(odd) > td {
    background-color: rgba(67, 67, 67, 0.03); }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 0; }
.table > tbody > tr {
  border-top: 1px solid rgba(67, 67, 67, 0.2); }

.radio-button-content {
  border: 2px solid rgba(67, 67, 67, 0.5); }
.radio-button input[type="radio"]:checked + .radio-button-content {
  outline: 2px solid #7f8c8d;
  outline-offset: -2px;
  box-shadow: inset 7px 0px 1px #7f8c8d;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .radio-button input[type="radio"]:checked + .radio-button-content .unchecked {
    border: 2px solid #7f8c8d; }
    .radio-button input[type="radio"]:checked + .radio-button-content .unchecked:after {
      background: #7f8c8d; }
  .radio-button input[type="radio"]:checked + .radio-button-content .checked {
    background-color: #7f8c8d; }
.radio-button input[type="radio"]:checked .shipping-price {
  color: #7f8c8d; }
.radio-button input[type="radio"] + .radio-button-content .unchecked {
  border: 2px solid rgba(67, 67, 67, 0.5); }
.radio-button input[type="radio"] + .radio-button-content .checked {
  background-color: rgba(67, 67, 67, 0.5); }

.list-readonly .list-unstyled {
  margin-bottom: 0; }

.alert,
.notification {
  background: #FFFFFF; }
  .alert-primary,
  .notification-primary {
    border-color: #030303;
    color: #030303;
    background-color: rgba(3, 3, 3, 0.08); }
    .alert-primary:before,
    .notification-primary:before {
      color: #030303; }
  .alert-danger, .alert-error,
  .notification-danger,
  .notification-error {
    border-color: #cc4845;
    color: #cc4845;
    background-color: rgba(204, 72, 69, 0.05); }
    .alert-danger:before, .alert-error:before,
    .notification-danger:before,
    .notification-error:before {
      content: "\f12a";
      color: #cc4845; }
    .alert-danger-contrast, .alert-error-contrast,
    .notification-danger-contrast,
    .notification-error-contrast {
      border-color: #cc4845;
      color: #edbebd; }
      .alert-danger-contrast:before, .alert-error-contrast:before,
      .notification-danger-contrast:before,
      .notification-error-contrast:before {
        color: #edbebd; }
  .alert-warning,
  .notification-warning {
    border-color: #fdb333;
    color: #cc8710;
    background-color: rgba(204, 135, 16, 0.05); }
    .alert-warning:before,
    .notification-warning:before {
      content: "\f071";
      color: #cc8710; }
    .alert-warning-contrast,
    .notification-warning-contrast {
      border-color: #fdb333;
      color: #f5ca80; }
      .alert-warning-contrast:before,
      .notification-warning-contrast:before {
        color: #f5ca80; }
  .alert-info,
  .notification-info {
    border-color: #3d9ccc;
    color: #3d9ccc;
    background-color: rgba(61, 156, 204, 0.05); }
    .alert-info:before,
    .notification-info:before {
      content: "\f129";
      color: #3d9ccc; }
    .alert-info-contrast,
    .notification-info-contrast {
      border-color: #3d9ccc;
      color: #b6daec; }
      .alert-info-contrast:before,
      .notification-info-contrast:before {
        color: #b6daec; }
  .alert-success,
  .notification-success {
    border-color: #3caf65;
    color: #3caf65;
    background-color: rgba(60, 175, 101, 0.05); }
    .alert-success:before,
    .notification-success:before {
      content: "\f00c";
      color: #3caf65; }
    .alert-success-contrast,
    .notification-success-contrast {
      border-color: #3caf65;
      color: #a4e0b9; }
      .alert-success-contrast:before,
      .notification-success-contrast:before {
        color: #a4e0b9; }

.instafeed-link {
  border: 5px solid rgba(67, 67, 67, 0.1); }

.instafeed-info-item {
  background-color: #525252;
  color: #FFFFFF; }

.fb-page-img-container {
  background-color: #030303; }

.player-container .btn-primary {
  background: #434343;
  color: #FFFFFF; }
  .player-container .btn-primary:hover {
    background: #434343;
    color: #FFFFFF;
    opacity: 0.6; }

.mobile-vars_btn {
  border: 1px solid rgba(67, 67, 67, 0.2);
  border-radius: 0;
  background: #FFFFFF; }

.mobile-vars_btn-icon {
  color: #030303; }

.related-title {
  border-bottom: solid 3px darkgray; }

@media (max-width: 767px) {
  .pagecontact .form .submit_button {
    width: 100%; }

  /* Installments details */
  .product-detail_installments-module {
    border-top: 1px solid rgba(67, 67, 67, 0.1);
    border-bottom: 1px solid rgba(67, 67, 67, 0.1); }

  .footer .footer1 .newsletter .send {
    width: 100%; } }
.descriptioncolContent .installments strong {
  color: black; }

.max_installments strong {
  color: black; }

#orderBoxMobile.dos .wrapper .row .fa {
  background-color: #030303; }

#orderBoxMobile .wrapper .checkout-link {
  background-color: #7f8c8d;
  border: 2px solid #667273;
  color: #6cbc2c; }

#orderBoxMobile .wrapper .checkout-link:hover {
  background-color: #aab3b3; }

.social-title h3 {
  color: #434343;
  border-bottom: 1px solid rgba(67, 67, 67, 0.4);
  text-decoration: none; }

.social-title a,
.social-title a:hover {
  color: #434343;
  text-decoration: none; }

#newsletter-popup input {
  font-size: 12px;
  width: 100%;
  padding: 10px;
  border: solid 1px gainsboro;
  margin: 0 0 5px;
  background-color: #f8fcf4;
  color: darkgrey; }
#newsletter-popup .send {
  font-size: 16px;
  width: 30%;
  float: left;
  border: none;
  background-color: #7f8c8d;
  border: 2px solid #667273;
  color: #6cbc2c;
  width: 100%; }
#newsletter-popup .send:hover {
  background-color: #aab3b3; }

#newsModal .modal-content {
  background-color: #FFFFFF; }

#newsModal .newsletter-popup-logo-container {
  background-color: #030303; }

#newsModal .img.logo.news .no-logo-news {
  color: #030303; }

#newsModal button.close {
  color: #6cbc2c; }

.no-logo-news a {
  color: #6cbc2c; }

/**** Sidebarhome****/
.sidebar-home {
  background-color: rgba(67, 67, 67, 0.1); }

.sidebar-home a {
  color: #434343; }

#categories-column.sidebar-home h4 {
  background-color: rgba(67, 67, 67, 0.1); }

#categories-column.sidebar-home #show-more-cats i.fa {
  background-color: black;
  border: none;
  color: #6cbc2c; }

/* new copyright */
.powered-by-logo svg {
  fill: #6cbc2c; }

/* Mobile Filters */
.mobile-filters {
  position: relative;
  top: 0px;
  right: 0px;
  margin: 0 15px;
  font-weight: bold; }

.mobile-filters_svg-icon {
  width: 28px;
  height: 28px;
  padding: 5px;
  margin: 0px 6px 0px 0px;
  background: #030303; }

.mobile-filters.dropdown-selected > .mobile-filters_svg-icon {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg); }

#filters-column .color-filter, #filters-column .size-filter, #filters-column .other-filter {
  border: 1px solid rgba(67, 67, 67, 0.2); }

#filters-column .color-filter:hover, #filters-column .size-filter:hover, #filters-column .other-filter:hover {
  border-color: rgba(67, 67, 67, 0.6); }

#show-filters:hover, #show-filters:hover i {
  color: inherit; }

/* Search suggestions */
.search-suggest,
.search-suggest_list {
  background-color: #FFFFFF; }

a.search-suggest_link,
i.search-suggest_icon {
  color: rgba(67, 67, 67, 0.8); }

.search-suggest_product-name strong {
  color: #434343; }

a.search-suggest_link:hover,
a.search-sugget_link:focus {
  color: rgba(67, 67, 67, 0.6);
  background-color: #f7f7f7; }

.search-suggest_all-results-link {
  background-color: #f7f7f7; }

.search-suggest_price {
  color: black;
  font-weight: bold; }

@media (max-width: 767px) {
  #filters-container {
    background: rgba(67, 67, 67, 0.05);
    padding: 15px 0; }

  #toggle-filters {
    margin: 0 15px; }

  #show-filters {
    display: block;
    text-align: left;
    color: #434343; }

  .sidebar-container {
    width: 100% !important; }

  .product-detail-quantity-container {
    border-top: 1px solid rgba(67, 67, 67, 0.2);
    border-bottom: 1px solid rgba(67, 67, 67, 0.2); }

  .spinner {
    border: 1px solid rgba(67, 67, 67, 0.2); } }
@media (min-width: 768px) {
  #show-filters {
    display: none; }

  #toggle-filters {
    display: block !important; } }
@media (max-width: 767px) {
  .btn-module {
    color: #434343;
    border: 1px solid rgba(67, 67, 67, 0.2);
    border-radius: 0;
    background: #FFFFFF; }
    .btn-module:hover
    .btn-module:focus {
      color: #434343; }
    .btn-module-icon {
      fill: #030303; }

  .link-module {
    border-top: 1px solid rgba(67, 67, 67, 0.2); }

  .modal-xs {
    background-color: #FFFFFF; }
    .modal-xs-body {
      background-color: rgba(67, 67, 67, 0.015); }
    .modal-xs.sheet-bottom {
      background-color: transparent; }
    .modal-xs .sheet-bottom-body {
      background-color: #FFFFFF; }
    .modal-xs-header {
      color: #434343; }
      .modal-xs-header.sheet-bottom-header {
        background-color: #fcfcfc; }
        .modal-xs-header.sheet-bottom-header:active {
          background-color: #fafafa;
          color: #434343; }
      .modal-xs-header:active {
        background-color: #030303;
        color: #FFFFFF; }
        .modal-xs-header:active-icon {
          color: #FFFFFF;
          fill: #FFFFFF; }
    .modal-xs.inverse {
      background-color: #434343; }
      .modal-xs.inverse .modal-xs-header {
        color: #FFFFFF; }
      .modal-xs.inverse .modal-xs-header-icon {
        color: #FFFFFF;
        fill: #FFFFFF; }
    .modal-xs-footer {
      border: 0; }

  .modal-xs-list-item {
    color: #434343;
    border-bottom: 1px solid rgba(67, 67, 67, 0.25); }
    .modal-xs-list-item.darker {
      background-color: rgba(67, 67, 67, 0.02); }
    .modal-xs-list-item .modal-xs-list-icon {
      fill: #030303; }
    .modal-xs-list-item:active {
      background-color: #030303;
      color: #FFFFFF; }
      .modal-xs-list-item:active .modal-xs-list-icon {
        color: #FFFFFF;
        fill: #FFFFFF; }
    .modal-xs-list-item.selected {
      color: #FFFFFF;
      border-right: 0;
      border-left: 0;
      border-bottom: 0;
      background: #030303; }
      .modal-xs-list-item.selected .modal-xs-radio-icon {
        background: #FFFFFF; }
        .modal-xs-list-item.selected .modal-xs-radio-icon i {
          visibility: visible;
          color: #030303; }
    .modal-xs-list-item .modal-xs-radio-icon {
      background: rgba(3, 3, 3, 0.4);
      color: #030303; }
    .modal-xs-list-item.inverse {
      color: rgba(255, 255, 255, 0.8);
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
      .modal-xs-list-item.inverse .modal-xs-list-icon {
        fill: #FFFFFF; }

  /**** MOBILE NAVIGATION ****/
  .mobile-nav {
    background-color: #030303;
    border-bottom: 1px solid #6cbc2c; }

  #header,
  #header-slim {
    border-bottom: 0; }

  /*Mobile Tab Nav*/
  i.mobile-nav_tab-icon {
    color: #6cbc2c; }

  .mobile-nav_tab-text,
  .mobile-nav_search-btn-icon,
  .mobile-nav_page-title {
    color: #6cbc2c; }

  .mobile-nav_tab-selected .mobile-nav_tab-icon,
  .mobile-nav_tab-selected .mobile-nav_tab-text {
    color: dimgray; }

  .mobile-nav_tab-cart-amount {
    color: #6cbc2c;
    background-color: black; }

  /*Mobile search*/
  input.mobile-nav_search-input {
    background-color: #FFFFFF; }

  /* Mobile Categories Links */
  .mobile-nav_main-categories-close-btn {
    color: #434343;
    border: 1px solid rgba(67, 67, 67, 0.3); }

  .mobile-right-panel {
    background-color: white; }

  .mobile-right-panel_header,
  .mobile-right-panel_arrow-right,
  .mobile-right-panel_arrow-left {
    color: #030303; }

  .hamburger-panel-link:hover {
    background: #FFFFFF;
    color: #030303; }
  .hamburger-panel-arrow i {
    background: rgba(131, 131, 131, 0.4);
    color: white; }
  .hamburger-panel-arrow.selected i {
    background: #030303; }
  .hamburger-panel-first-row, .hamburger-panel-accordion {
    background: rgba(131, 131, 131, 0.4);
    color: white; }

  /*Mobile search*/
  input.mobile-nav_search-input,
  .mobile-nav_search-row {
    background-color: #FFFFFF; }

  .mobile-nav_search-delete-btn {
    color: #434343; }

  .backdrop.search-backdrop {
    background-color: rgba(255, 255, 255, 0.9); }

  /**** MOBILE NAVIGATION END ****/
  /* Mobile Zoom */
  .mobile-zoom_panel {
    background: #FFFFFF; }

  .mobile-zoom_btn {
    color: #030303; }

  /* Sliders */
  .bx-default-pager a {
    background: #434343; }

  .bx-default-pager a.active {
    background: #030303; }

  /* Mobile Paginator */
  .mobile-pagination {
    background: #f6f6f6; }

  .mobile-pagination_input,
  .pagination > .active > a {
    color: #434343; }

  .mobile-pagination_arrow-link-icon {
    color: #030303; }

  .pagination > li > a,
  .pagination > li > span,
  .pagination > .active > a,
  .pagination > .active > a:hover,
  .pagination > li a:hover {
    background-color: transparent;
    border: 0; } }

/*# sourceMappingURL=main-color.css.map */
