@charset "UTF-8";
/*
 * Title:   Delphinus - Creative Multi-Purpose eCommerce HTML5
 * Author:  http://themeforest.net/user/Kite-Themes
 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Table of contents]

1. Base Styles
  1.1. Common styles
  1.2. Helper CSS
2. Page loader
3. Typography
 3.1 Typography common styles
 3.2 Blockquote
4. Forms fields
5. Buttons
6. Sections styles
7. Search
8. Header
9. Footer
10. Shortcodes
  10.1 Heading Section
  10.2 Hightlight
  10.3 Dropcap
  10.4 Lists
  10.5 Alert
  10.6 Tabs
  10.7 Accordion
  10.8 Tooltip
  10.9 Socials
  10.10 Newsletter
  10.11 banner
  10.12 Category banner
  10.13 Flip box
  10.14 Feature icon
  10.15 Single Image
  10.16 Client
  10.17 About
  10.18 collection
  10.19 Box colored
  10.20 Testimonials
  10.21 Product countdown
  10.22 Callout
11. Widgets
12. Blog posts
13. Single Post
  13.1 Single Post Common styles
  13.2 Author Info
  13.3 Comments Area
  13.4 Comment Form
14. Pagination
15. Shop
  15.1 Shop Common styles
  15.2 Products category
  15.3 Product Detail
  15.3.1 Banco Promerica message
  15.4 Checkout page
  15.5 My Cart page
  15.6 Compare page
  15.6 Compare page
  15.7 My Account page
  15.8 QuickView
16. Slideshow and owl carousel
  16.1 Rev slider
  16.2 Owl Carousel
17. Popup Newletter
18. Back to Top
19. Main content
  19.1 About page
  19.2 Contact page
  19.3 404 page
20. Intro



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
------------------------------------------------------------- */
/* -------------------------------------------------------------
 * Title:   SCSS VARIABLES
 * Author:  http://themeforest.net/user/Kite-Themes
------------------------------------------------------------- */
/* ==============================
   1. Common styles
   ============================== */
/*
 * 1.1 Common styles
 */
::-moz-selection {
  color: #fff;
  background: #000000; }

::selection {
  color: #fff;
  background: #000000; }

html, body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

iframe {
  border: none; }

a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
a:focus, a:active {
  -webkit-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  -o-outline: none;
  outline: none; }

img:not([draggable]), embed, object, video {
  max-width: 100%;
  height: auto; }

p {
  margin-bottom: 30px; }

.appear-animate .wow {
  visibility: hidden; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > [class^="col-"], .no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

.breadcrumb {
  margin: 0 0 35px;
  padding: 0;
  background: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .breadcrumb a {
    color: #999999; }

.page-header {
  border: none;
  margin: 0;
  padding: 0; }
  .page-header h1 {
    margin: 0;
    font-size: 18px; }
  .page-header .breadcrumb {
    margin: 0; }

/*
 * 1.2. Helper CSS
 */
.kt-table {
  display: table;
  width: 100%;
  height: 100%; }
  .kt-table .kt-col {
    display: table-cell;
    vertical-align: middle; }

.round {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.circle {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

.square {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.kt-column-bg {
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.letter-spacing {
  letter-spacing: 0.2em; }

.text-nomal {
  text-transform: none; }

.white {
  color: #fff !important; }

.black {
  color: #111 !important; }

.gray {
  color: #999999 !important; }

.bg-gray {
  background: #f6f6f6; }

.bg-lightgreen {
  background: #c7db9c; }

.bg-wheat {
  background: #f4dc86; }

.bg-sky {
  background: #a7c8eb; }

.bg-coral {
  background: #ed8b5c; }

.bg-aquamarine {
  background: #bce5d3; }

.bg-purple {
  background: #d1aece; }

.bg-gradient-gray {
  position: relative; }
  .bg-gradient-gray:before {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    background: #f6f6f6;
    top: 0;
    left: 0; }

/* ==============================
   2. Page loader
   ============================== */
.pace {
  /*background: #FFFFFF;*/
  background: transparent;
  height: 100%;
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  z-index: 999999;
  text-align: center;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-pointer-events: none;
  -khtml-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .pace.pace-inactive {
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }

.pace-activity {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  .pace-activity:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .pace-activity .page-loading-wrapper {
    display: inline-block; }

.page-loading-wrapper {
  display: none;
  vertical-align: middle;
  padding: 0 15px;
  width: 99%; }
  .page-loading-wrapper .progress-bar-loading {
    width: 110px;
    margin: 0 auto;
    height: 105px;
    float: none;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    background: #fff;
    max-width: 100%;
    position: relative; }
    .page-loading-wrapper .progress-bar-loading .progress-bar-inner {
      position: absolute;
      left: 0;
      top: 0;
      width: 110px;
      overflow: hidden; }
      .page-loading-wrapper .progress-bar-loading .progress-bar-inner.back-loading path {
        fill: #eeeeee; }
      .page-loading-wrapper .progress-bar-loading .progress-bar-inner.front-loading {
        width: 1%;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -khtml-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .page-loading-wrapper .progress-bar-loading .progress-bar-inner.front-loading path {
          fill: #000000; }
    .page-loading-wrapper .progress-bar-loading .progress-bar-number {
      font-family: "Roboto Slab", serif;
      color: #000000;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.075em;
      line-height: 1;
      padding-left: 30px;
      text-align: center; }
    .page-loading-wrapper .progress-bar-loading svg {
      width: 110px; }
      .page-loading-wrapper .progress-bar-loading svg path {
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-miterlimit: 10; }

/* ==============================
   3. Typography
   ============================== */
/*
 * 3.1 Typography common styles
 */
body {
  font-family: "Karla", arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  min-width: 320px; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  margin: 0 0 20px;
  /*font-family: "Roboto Slab", serif;*/
  font-family: "Karla", arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000; }

body h1, body h2, body h3 {
  letter-spacing: 0.2em;
  display: block!important;
}

body h3.hidden,
body h2.hidden,
body h1.hidden  {
  display: block!important;
}



a {
  color: #000000; }
  a:hover, a:focus {
    color: #333333;
    text-decoration: none; }

.font-light {
  font-weight: 300; }

.font-black {
  font-weight: 900; }

/*
 * 3.2 Blockquote
 */
blockquote {
  background: #f6f6f6;
  padding: 90px 45px 35px;
  margin-bottom: 30px;
  border: none;
  position: relative;
  font-size: 14px;
  color: #999999; }
  blockquote:before {
    background: #000000;
    color: #ffffff;
    content: "“";
    font-size: 36px;
    height: 32px;
    left: 45px;
    line-height: 55px;
    padding-left: 2px;
    position: absolute;
    top: 35px;
    width: 28px;
    text-align: left; }
  blockquote .blockquote-reverse {
    padding: 90px 45px 35px; }
    blockquote .blockquote-reverse:before {
      left: auto;
      right: 45px;
      content: "”"; }
  blockquote p {
    margin-bottom: 15px; }
  blockquote *:last-child {
    margin-bottom: 0; }

/* ==============================
   4. Forms fields
   ============================== */
input[type=email],
input[type=password],
input[type=phone],
input[type=tel],
input[type=text],
input[type=number],
textarea {
  border: 2px solid #ebebeb;
  color: #333333;
  padding: 6px 12px;
  height: 40px;
  background: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: 100%; }
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=phone]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  textarea:focus {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-color: #999999;
    outline: 0;
    color: #333333; }

textarea {
  height: auto; }

input[type=email].input-bg,
input[type=password].input-bg,
input[type=phone].input-bg,
input[type=tel].input-bg,
input[type=text].input-bg,
textarea.input-bg {
  background: #f6f6f6;
  border: 1px solid #f0f0f0;
  font-size: 12px;
  letter-spacing: 0.075em; }

select {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
  border: 1px solid #f0f0f0;
  background: #f6f6f6;
  cursor: pointer;
  color: #333333; }
  select:focus {
    outline: 0; }

select:not([multiple]) {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #f6f6f6 url(../../images/selectbox-arrow.png) no-repeat right center; }

.form-control {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
  .form-control :focus {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }

.select-icon {
  display: inline-block;
  position: relative; }
  .select-icon:after {
    content: "";
    display: block;
    pointer-events: none;
    right: 5px;
    z-index: 1;
    font-family: FontAwesome;
    content: "";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 12px; }
  .select-icon select {
    border: none;
    font-size: 14px;
    background: none;
    padding: 0 25px 0 0;
    height: auto; }

/* ==============================
   5. Buttons
   ============================== */
.btn {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 2px solid transparent;
  display: inline-block;
  line-height: 1.42857;
  padding: 8px 26px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
  /* Button size */
  /* Button shapes */
  /* Button icon */
  /* Button style */ }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none; }
  .btn.active, .btn:active {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .btn.btn-xs {
    padding: 6px 10px;
    font-size: 8px; }
  .btn.btn-sm {
    padding: 8px 20px;
    font-size: 10px; }
  .btn.btn-lg {
    padding: 10px 60px;
    font-size: 18px; }
  .btn.btn-xlg {
    padding: 12px 65px;
    font-size: 20px; }
  .btn.btn-round {
    border-radius: 3px; }
  .btn.btn-circle {
    border-radius: 30px; }
  .btn.button-icon-left {
    margin-right: 5px; }
  .btn.button-icon-right {
    margin-left: 5px; }
  .btn.btn-default {
    background: #000000;
    color: #FFFFFF;
    border-color: #000000; }
  .btn.btn-animation span {
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    -khtml-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    display: block;
    position: relative; }
    .btn.btn-animation span i {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      -webkit-transition: all .3s ease-in-out 0s;
      -khtml-transition: all .3s ease-in-out 0s;
      -moz-transition: all .3s ease-in-out 0s;
      -ms-transition: all .3s ease-in-out 0s;
      -o-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s;
      -webkit-transform: translate(30px, -50%);
      -khtml-transform: translate(30px, -50%);
      -moz-transform: translate(30px, -50%);
      -ms-transform: translate(30px, -50%);
      -o-transform: translate(30px, -50%);
      transform: translate(30px, -50%);
      position: absolute;
      right: 0;
      top: 50%; }
  .btn.btn-animation:hover span {
    -webkit-transform: translateX(-10px);
    -khtml-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
    .btn.btn-animation:hover span i {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
  .btn.btn-gray {
    background: #f6f6f6;
    color: #666666;
    border-color: #f6f6f6; }
    .btn.btn-gray:hover {
      background: #000000;
      color: #FFFFFF;
      border-color: #000000; }
  .btn.btn-light {
    border-color: #FFFFFF;
    background: #FFFFFF;
    color: #000000; }
    .btn.btn-light:hover {
      background: #000000;
      color: #FFFFFF;
      border-color: #000000; }
  .btn.btn-dark-b {
    background: none;
    color: #000000;
    border-color: #000000; }
  .btn.btn-light-b {
    border: 2px solid #FFFFFF;
    background: none;
    font-family: "Karla", arial, sans-serif;
    font-weight: normal;
    color: #FFFFFF; }
    .btn.btn-light-b:hover {
      background: #FFFFFF;
      color: #000000; }
  .btn.btn-medium {
    background: #f6f6f6;
    border: 1px solid #f0f0f0;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.2em; }
    .btn.btn-medium:hover {
      background: #000000;
      border-color: #000000;
      color: #fff; }
  .btn.btn-addtocart {
    background: #ffffff;
    color: #000000;
    width: 100%;
    height: 48px;
    font-size: 14px;
    border-color: #ffffff;
    padding: 0 45px;
    line-height: 44px; }
    .btn.btn-addtocart:hover {
      background: #000000;
      color: #FFFFFF;
      border-color: #000000; }
  .btn.btn-addtocart-b {
    background: none;
    color: #000000;
    height: 48px;
    font-size: 14px;
    border-color: #000000;
    padding: 0 45px;
    line-height: 44px; }
    .btn.btn-addtocart-b:hover {
      background: #000000;
      color: #FFFFFF;
      border-color: #000000; }
  .btn.btn-default:hover, .btn.btn-dark-b:hover {
    background: #000000;
    color: #FFFFFF;
    border-color: #000000; }

.rev-btn {
  padding: 15px 46px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  background: none;
  font-size: 14px;
  line-height: 14px;
  font-family: "Karla", arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.18em; }

/* ==============================
   6. Sections styles
   ============================== */
.page-section {
  display: block;
  position: relative;
  padding: 10px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .page-section .page-section-inner {
    position: relative;
    z-index: 1; }
  .page-section.small-section {
    padding: 85px 0; }
  .page-section.bg-scroll {
    background-attachment: scroll !important; }
  .page-section.bg-dark-alfa-40:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }

.page-small-width {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 15px;
  float: none;
}

/* ==============================
   7. Search
   ============================== */
.searchform {
  margin: 0 auto;
  position: relative; }
  .searchform input[type=text] {
    background: transparent;
    width: 100%;
    padding: 5px 40px 5px 10px; }
  .searchform button {
    background: none;
    border: none;
    height: 26px;
    padding: 0;
    right: 5px;
    width: 26px;
    line-height: 26px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }
    .searchform button i {
      line-height: 26px; }

#search-fullwidth {
  background: #ffffff;
  margin: 0 auto;
  max-width: 1170px;
  padding: 70px 200px;
  position: relative; }
  #search-fullwidth button.mfp-close {
    color: #000000;
    font-size: 0;
    right: 15px;
    top: 15px; }
    #search-fullwidth button.mfp-close:before {
      font-size: 18px;
      font-family: FontAwesome;
      content: "";
      font-style: normal;
      font-weight: normal;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%; }
  #search-fullwidth .searchform input[type=text],
  #search-fullwidth #search-block-form input[type=text] {
    border: none;
    border-bottom: 2px solid #ebebeb;
    padding: 10px 0;
    height: auto;
    font-size: 14px;
    letter-spacing: 0.075em; }
  #search-fullwidth .searchform button {
    font-size: 14px; }

/* ==============================
   8. Header
   ============================== */
.branding h1 {
  margin: 0;
  font-size: 24px; }
.branding img {
  height: 50px; }
.topbar .branding {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1; }
  .topbar .branding h1 {
    line-height: 57px; }

.topbar {
  height: 57px;
  border-bottom: 1px solid #f6f6f6;
  text-align: center;
  position: relative;
  z-index: 30;
}
  .topbar .topbar-left {
    text-align: left;
  height: 39px;}
    .topbar .topbar-left li:first-child .top-navigation-submenu {
      left: 9px; }
  .topbar .topbar-right {
    text-align: right; }
    .topbar .topbar-right .top-navigation {
      float: right; }
      .topbar .topbar-right .top-navigation .top-navigation-submenu {
        left: auto;
        right: 0; }
      .topbar .topbar-right .top-navigation li:last-child .top-navigation-submenu {
        right: 9px; }

.top-navigation {
  margin: 0;
  padding: 0;
  list-style: none; }
  .top-navigation > li {
    display: inline-block;
    border-left: 1px solid #f6f6f6;
    position: relative;
    float: left;
    text-transform: uppercase;
    color: #999999;
    font-weight: bold;
    font-size: 14px;
  }
  li.language-switcher{
      display: none;
  }
    .top-navigation > li:last-child {
      border-right: 1px solid #f6f6f6; }
    .top-navigation > li.wishlist-item > a > span,
	.top-navigation > li.wishlist-item .view-content > a > span {
      background: #f6f6f6;
      color: #000000;
      font-size: 14px;
      margin-left: 13px;
      padding: 3px 12px; }
    .top-navigation > li.shopping-bag-item a > span {
      padding: 2px 9px;
      border: 2px solid #000000;
      color: #000000;
      font-size: 14px;
      margin-left: 15px; }
    .top-navigation > li.language-switcher li, .top-navigation > li.currency-switcher li {
      border-bottom: 1px solid #f6f6f6; }
      .top-navigation > li.language-switcher li:last-child, .top-navigation > li.currency-switcher li:last-child {
        border: none; }
      .top-navigation > li.language-switcher li a, .top-navigation > li.currency-switcher li a {
        display: block;
        padding: 12px 35px 11px 20px;
        color: #999999; }
        .top-navigation > li.language-switcher li a:hover, .top-navigation > li.currency-switcher li a:hover {
          color: #000000; }
    .top-navigation > li.language-switcher .top-navigation-submenu, .top-navigation > li.currency-switcher .top-navigation-submenu {
      width: 200px; }
    .top-navigation > li.myaccount-item .top-navigation-submenu {
      width: 508px; }
      .top-navigation > li.myaccount-item .top-navigation-submenu .myaccount-form,
      .top-navigation > li.myaccount-item .top-navigation-submenu .myaccount-create {
        padding: 30px 27px; }
      .top-navigation > li.myaccount-item .top-navigation-submenu .myaccount-form {
        border-bottom: 1px solid #f6f6f6; }
        .top-navigation > li.myaccount-item .top-navigation-submenu .myaccount-form p {
          margin-bottom: 20px; }
          .top-navigation > li.myaccount-item .top-navigation-submenu .myaccount-form p :last-child {
            margin: 0; }
        .top-navigation > li.myaccount-item .top-navigation-submenu .myaccount-form label {
          color: #999999;
          font-size: 14px;
          font-weight: normal; }
          .top-navigation > li.myaccount-item .top-navigation-submenu .myaccount-form label.inline {
            margin-left: 34px;
            color: #666666; }
            .top-navigation > li.myaccount-item .top-navigation-submenu .myaccount-form label.inline input {
              margin-right: 13px; }
        .top-navigation > li.myaccount-item .top-navigation-submenu .myaccount-form a.forget-password {
          float: right;
          color: #999999;
          margin-top: 4px; }
          .top-navigation > li.myaccount-item .top-navigation-submenu .myaccount-form a.forget-password:hover {
            color: #000000; }
      .top-navigation > li.myaccount-item .top-navigation-submenu .myaccount-create {
        line-height: 36px; }
    .top-navigation > li > a,
	.top-navigation li.wishlist-item .view-content > a {
      text-transform: uppercase;
      color: #999999;
      letter-spacing: 0.08em;
      font-weight: bold;
      font-size: 14px;
      line-height: 57px;
      padding: 0 35px;
      display: inline-block; }
      .top-navigation > li > a:hover,
	  .top-navigation li.wishlist-item .view-content > a:hover {
        color: #000000; }
    .top-navigation > li .top-navigation-submenu {
      background: #FFFFFF;
      position: absolute;
      left: 0;
      top: 57px;
      width: 340px;
      text-align: left;
      -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
      -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
      -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
      -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
      border-top: 1px solid #f6f6f6;
      margin: 0;
      padding: 0;
      list-style: none;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      -webkit-transform: translate(0, 40px);
      -khtml-transform: translate(0, 40px);
      -moz-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
      -o-transform: translate(0, 40px);
      transform: translate(0, 40px);
      -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
      -khtml-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
      visibility: hidden; }
      .top-navigation > li .top-navigation-submenu h3.submenu-heading {
        text-align: center;
        font-size: 14px;
        color: #000000;
        line-height: 53px;
        border-bottom: 1px solid #f6f6f6;
        margin: 0;
        letter-spacing: 0.02em; }
    .top-navigation > li:hover .top-navigation-submenu {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -khtml-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      visibility: visible; }
.shopping-bag .cart_block_no_products {
  margin: 0;
  padding: 18px;
  text-align: center; }
.shopping-bag .bag-products .bag-product {
  padding: 18px;
  border-bottom: 1px solid #F6f6f6;
  position: relative; }
  .shopping-bag .bag-products .bag-product:before, .shopping-bag .bag-products .bag-product:after {
    content: " ";
    display: table; }
  .shopping-bag .bag-products .bag-product:after {
    clear: both; }
  .shopping-bag .bag-products .bag-product figure {
    float: left;
    position: relative;
    z-index: 1; }
    .shopping-bag .bag-products .bag-product figure img {
      height: auto;
      max-width: 90px; }
  .shopping-bag .bag-products .bag-product .bag-product-details {
    padding-left: 105px;
    position: relative; }
    .shopping-bag .bag-products .bag-product .bag-product-details .bag-product-title {
      font-size: 14px;
      text-transform: none;
      margin: 0 0 10px;
      padding-right: 10px; }
      .shopping-bag .bag-products .bag-product .bag-product-details .bag-product-title:hover {
        text-decoration: underline; }
    .shopping-bag .bag-products .bag-product .bag-product-details > div {
      color: #999999;
      line-height: 25px;
      font-size: 13px; }
  .shopping-bag .bag-products .bag-product .remove {
    color: #000000;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 18px; }
    .shopping-bag .bag-products .bag-product .remove:before {
      font-family: FontAwesome;
      content: "";
      font-style: normal;
      font-weight: normal; }
    .shopping-bag .bag-products .bag-product .remove:hover {
      color: red; }
.shopping-bag .bag-buttons {
  padding: 30px 65px; }
  .shopping-bag .bag-buttons a {
    margin-bottom: 30px; }
    .shopping-bag .bag-buttons a:last-child {
      margin-bottom: 0; }

.mobile-tool {
  position: absolute;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  display: none; }
  .mobile-tool a {
    display: block;
    float: right;
    line-height: 1;
    margin-left: 15px; }
    .mobile-tool a:last-child {
      margin: 0; }
    .mobile-tool a.mobile-tool-cart {
      font-size: 26px;
      position: relative;
      margin-top: 2px; }
      .mobile-tool a.mobile-tool-cart span {
        font-size: 12px;
        position: absolute;
        right: 0;
        top: -6px; }

#hamburger-icon {
  padding: 10px; }
  #hamburger-icon .hamburger-icon-inner {
    width: 20px;
    height: 12px;
    position: relative;
    display: block; }
  #hamburger-icon .line {
    display: block;
    background: #000000;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    #hamburger-icon .line.line-1 {
      top: 0; }
    #hamburger-icon .line.line-2 {
      top: 50%; }
    #hamburger-icon .line.line-3 {
      top: 100%; }
  #hamburger-icon.active .line-1 {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
    -khtml-transform: translateY(6px) translateX(0) rotate(45deg);
    -moz-transform: translateY(6px) translateX(0) rotate(45deg);
    -ms-transform: translateY(6px) translateX(0) rotate(45deg);
    -o-transform: translateY(6px) translateX(0) rotate(45deg);
    transform: translateY(6px) translateX(0) rotate(45deg); }
  #hamburger-icon.active .line-2 {
    top: 100%;
    -webkit-transform: translateY(6px);
    -khtml-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px); }
  #hamburger-icon.active .line-3 {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
    -khtml-transform: translateY(-6px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-6px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(0) rotate(-45deg);
    -o-transform: translateY(-6px) translateX(0) rotate(-45deg);
    transform: translateY(-6px) translateX(0) rotate(-45deg); }

.navbar-container {
  position: relative;
  width: 100%;
  background: #FFFFFF; }
  .navbar-container.is-sticky {
    position: fixed;
    top: 0;
    left: 0; }
    .navbar-container.is-sticky .navbar-container-inner {
      height: 60px;
      line-height: 60px;
      -webkit-transition: all .5s ease-in-out 0s;
      -khtml-transition: all .5s ease-in-out 0s;
      -moz-transition: all .5s ease-in-out 0s;
      -ms-transition: all .5s ease-in-out 0s;
      -o-transition: all .5s ease-in-out 0s;
      transition: all .5s ease-in-out 0s; }
    .navbar-container.is-sticky .branding h1 {
      line-height: 60px;
      -webkit-transition: all .5s ease-in-out 0s;
      -khtml-transition: all .5s ease-in-out 0s;
      -moz-transition: all .5s ease-in-out 0s;
      -ms-transition: all .5s ease-in-out 0s;
      -o-transition: all .5s ease-in-out 0s;
      transition: all .5s ease-in-out 0s; }
  .navbar-container .navbar-container-inner {
    position: relative;
    height: 102px;
    line-height: 102px; }
  .navbar-container .branding {
    float: left; }
    .navbar-container .branding h1 {
      line-height: 102px; }
  .navbar-container #nav {
    float: right; }
    .navbar-container #nav > ul {
      margin: 0;
      padding: 0;
      list-style: none;
      float: right; }
      .navbar-container #nav > ul#main-nav-tool {
        margin-left: 66px; }
        .navbar-container #nav > ul#main-nav-tool li {
          display: inline-block;
          margin-left: 30px; }
          .navbar-container #nav > ul#main-nav-tool li:first-child {
            margin-left: 0; }
    .navbar-container #nav #main-navigation {
      margin: 0;
      padding: 0;
      list-style: none; }
      .navbar-container #nav #main-navigation li.active > a {
        color: #000; }
      .navbar-container #nav #main-navigation > li {
        display: inline-block;
        position: relative;
        margin-left: 20px; }
        .navbar-container #nav #main-navigation > li.kt-megamenu-item {
          position: static; }
        .navbar-container #nav #main-navigation > li:first-child {
          margin-left: 0; }
          .navbar-container #nav #main-navigation > li:first-child > a {
            padding-left: 0; }
        .navbar-container #nav #main-navigation > li:last-child > a {
          padding-right: 0; }

        .navbar-container #nav #main-navigation > li > span,
        .navbar-container #nav #main-navigation > li > a {
          text-transform: uppercase;
          padding: 0;
          color: #999999;
          letter-spacing: 0.04em;
          font-weight: bold; }
          .navbar-container #nav #main-navigation > li > span:hover,
          .navbar-container #nav #main-navigation > li > a:hover {
            color: #000000; }
        .navbar-container #nav #main-navigation > li.active > a {
          color: #000000; }
        .navbar-container #nav #main-navigation > li ul.sub-menu-dropdown,
        .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper {
          border-top: 1px solid #f6f6f6;
          background: #FFFFFF;
          position: absolute;
          top: 100%;
          left: 0;
          visibility: hidden;
          line-height: normal;
          width: 308px;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          -webkit-opacity: 0;
          -khtml-opacity: 0;
          -moz-opacity: 0;
          -ms-opacity: 0;
          -o-opacity: 0;
          opacity: 0;
          -webkit-transform: translate(0, 40px);
          -khtml-transform: translate(0, 40px);
          -moz-transform: translate(0, 40px);
          -ms-transform: translate(0, 40px);
          -o-transform: translate(0, 40px);
          transform: translate(0, 40px);
          -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
          -khtml-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
          -moz-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
          -ms-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
          -o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
          -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
          -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
          -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
          -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
          -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
          text-align: left; }
        .navbar-container #nav #main-navigation > li ul.sub-menu-dropdown {
          list-style: none;
          padding: 0;
          margin: 0; }
          .navbar-container #nav #main-navigation > li ul.sub-menu-dropdown li {
            border-bottom: 1px solid #f6f6f6; }
            .navbar-container #nav #main-navigation > li ul.sub-menu-dropdown li a {
              padding: 24px;
              display: block;
              color: #999999;
              font-size: 16px; }
              .navbar-container #nav #main-navigation > li ul.sub-menu-dropdown li a:hover {
                color: #000000; }
            .navbar-container #nav #main-navigation > li ul.sub-menu-dropdown li ul.sub-menu-dropdown {
              left: 100%;
              top: -1px; }
          .navbar-container #nav #main-navigation > li ul.sub-menu-dropdown.right-overflow {
            right: 0;
            left: auto;
            top: 100%; }
        .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper {
          width: 100%; }
          .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper > ul {
            display: table;
            list-style: none;
            margin: 0;
            padding: 0;
            table-layout: fixed;
            width: 100%; }
            .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper > ul > li {
              border-right: 1px solid #f6f6f6;
              display: table-cell;
              float: none;
              vertical-align: top; }
              .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper > ul > li:last-child {
                border: none; }
              .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper > ul > li > a,
              .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper > ul > li > span {
                color: #000000;
                font-size: 18px;
                display: block;
                padding: 40px 28px 24px;
                border-bottom: 1px solid #f6f6f6; }
              .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper > ul > li > ul {
                list-style: none;
                padding: 0;
                margin: 0; }
                .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper > ul > li > ul > li {
                  display: block;
                  border-bottom: 1px solid #f6f6f6; }
                  .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper > ul > li > ul > li :last-child {
                    border-bottom: none; }
                  .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper > ul > li > ul > li > a,
                  .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper > ul > li > ul > li > span {
                    padding: 30px 26px 22px;
                    display: block;
                    color: #999999;
                    font-size: 16px; }
                    .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper > ul > li > ul > li > a:hover,
                    .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper > ul > li > ul > li > span:hover {
                      color: #000000; }
          .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper.megamenu-columns-4 > ul > li {
            width: 25%; }
          .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper.megamenu-columns-3 > ul > li {
            width: 33.33%; }
          .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper.megamenu-columns-2 > ul > li {
            width: 50%; }
          .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper.megamenu-position-left-menubar {
            right: auto;
            left: 0; }
          .navbar-container #nav #main-navigation > li .kt-megamenu-wrapper.megamenu-position-right-menubar {
            right: 0;
            left: auto; }
        .navbar-container #nav #main-navigation > li.megamenu-width-50 .kt-megamenu-wrapper {
          width: 50%; }
        .navbar-container #nav #main-navigation > li.megamenu-width-75 .kt-megamenu-wrapper {
          width: 75%; }
        .navbar-container #nav #main-navigation > li.megamenu-width-80 .kt-megamenu-wrapper {
          width: 80%; }
        .navbar-container #nav #main-navigation > li.megamenu-width-90 .kt-megamenu-wrapper {
          width: 90%; }
      .navbar-container #nav #main-navigation li:hover > ul.sub-menu-dropdown,
      .navbar-container #nav #main-navigation li:hover .kt-megamenu-wrapper {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -khtml-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        visibility: visible; }
      .navbar-container #nav #main-navigation li ul.sub-menu-dropdown li > ul.sub-menu-dropdown.right-overflow {
        right: 100%;
        left: auto; }

.main-nav-mobile {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  max-height: 400px;
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: none; }
  .main-nav-mobile li {
    position: relative; }
  .main-nav-mobile > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .main-nav-mobile > ul > li {
      position: relative;
      -webkit-transform: translateX(-30px);
      -khtml-transform: translateX(-30px);
      -moz-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      -o-transform: translateX(-30px);
      transform: translateX(-30px);
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0; }
      .main-nav-mobile > ul > li:nth-child(1) {
        -webkit-transition: all 0.3s ease-out 0.1s;
        -khtml-transition: all 0.3s ease-out 0.1s;
        -moz-transition: all 0.3s ease-out 0.1s;
        -ms-transition: all 0.3s ease-out 0.1s;
        -o-transition: all 0.3s ease-out 0.1s;
        transition: all 0.3s ease-out 0.1s; }
      .main-nav-mobile > ul > li:nth-child(2) {
        -webkit-transition: all 0.3s ease-out 0.2s;
        -khtml-transition: all 0.3s ease-out 0.2s;
        -moz-transition: all 0.3s ease-out 0.2s;
        -ms-transition: all 0.3s ease-out 0.2s;
        -o-transition: all 0.3s ease-out 0.2s;
        transition: all 0.3s ease-out 0.2s; }
      .main-nav-mobile > ul > li:nth-child(3) {
        -webkit-transition: all 0.3s ease-out 0.3s;
        -khtml-transition: all 0.3s ease-out 0.3s;
        -moz-transition: all 0.3s ease-out 0.3s;
        -ms-transition: all 0.3s ease-out 0.3s;
        -o-transition: all 0.3s ease-out 0.3s;
        transition: all 0.3s ease-out 0.3s; }
      .main-nav-mobile > ul > li:nth-child(4) {
        -webkit-transition: all 0.3s ease-out 0.4s;
        -khtml-transition: all 0.3s ease-out 0.4s;
        -moz-transition: all 0.3s ease-out 0.4s;
        -ms-transition: all 0.3s ease-out 0.4s;
        -o-transition: all 0.3s ease-out 0.4s;
        transition: all 0.3s ease-out 0.4s; }
      .main-nav-mobile > ul > li:nth-child(5) {
        -webkit-transition: all 0.3s ease-out 0.5s;
        -khtml-transition: all 0.3s ease-out 0.5s;
        -moz-transition: all 0.3s ease-out 0.5s;
        -ms-transition: all 0.3s ease-out 0.5s;
        -o-transition: all 0.3s ease-out 0.5s;
        transition: all 0.3s ease-out 0.5s; }
      .main-nav-mobile > ul > li:nth-child(6) {
        -webkit-transition: all 0.3s ease-out 0.6s;
        -khtml-transition: all 0.3s ease-out 0.6s;
        -moz-transition: all 0.3s ease-out 0.6s;
        -ms-transition: all 0.3s ease-out 0.6s;
        -o-transition: all 0.3s ease-out 0.6s;
        transition: all 0.3s ease-out 0.6s; }
      .main-nav-mobile > ul > li:nth-child(7) {
        -webkit-transition: all 0.3s ease-out 0.7s;
        -khtml-transition: all 0.3s ease-out 0.7s;
        -moz-transition: all 0.3s ease-out 0.7s;
        -ms-transition: all 0.3s ease-out 0.7s;
        -o-transition: all 0.3s ease-out 0.7s;
        transition: all 0.3s ease-out 0.7s; }
      .main-nav-mobile > ul > li:nth-child(8) {
        -webkit-transition: all 0.3s ease-out 0.8s;
        -khtml-transition: all 0.3s ease-out 0.8s;
        -moz-transition: all 0.3s ease-out 0.8s;
        -ms-transition: all 0.3s ease-out 0.8s;
        -o-transition: all 0.3s ease-out 0.8s;
        transition: all 0.3s ease-out 0.8s; }
      .main-nav-mobile > ul > li:nth-child(9) {
        -webkit-transition: all 0.3s ease-out 0.9s;
        -khtml-transition: all 0.3s ease-out 0.9s;
        -moz-transition: all 0.3s ease-out 0.9s;
        -ms-transition: all 0.3s ease-out 0.9s;
        -o-transition: all 0.3s ease-out 0.9s;
        transition: all 0.3s ease-out 0.9s; }
      .main-nav-mobile > ul > li:nth-child(10) {
        -webkit-transition: all 0.3s ease-out 1s;
        -khtml-transition: all 0.3s ease-out 1s;
        -moz-transition: all 0.3s ease-out 1s;
        -ms-transition: all 0.3s ease-out 1s;
        -o-transition: all 0.3s ease-out 1s;
        transition: all 0.3s ease-out 1s; }
      .main-nav-mobile > ul > li > a {
        border-bottom: 1px solid #ebebeb;
        color: #999999;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.075em;
        display: block;
        padding: 10px 60px 10px 15px;
        position: relative;
        font-size: 13px; }
        .main-nav-mobile > ul > li > a:hover {
          color: #000000; }
      .main-nav-mobile > ul > li a > .open-submenu {
        cursor: pointer;
        height: 100%;
        line-height: 50px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 40px; }
        .main-nav-mobile > ul > li a > .open-submenu:after {
          font-size: 15px;
          font-family: FontAwesome;
          content: "";
          font-style: normal;
          font-weight: normal; }
      .main-nav-mobile > ul > li ul.sub-menu-dropdown,
      .main-nav-mobile > ul > li div.kt-megamenu-wrapper {
        border-bottom: 1px solid #ebebeb;
        /*display: none; */}
      .main-nav-mobile > ul > li ul.sub-menu-dropdown,
      .main-nav-mobile > ul > li ul.sub-menu-megamenu {
        margin: 0;
        padding: 0;
        list-style: none; }
        .main-nav-mobile > ul > li ul.sub-menu-dropdown li a,
        .main-nav-mobile > ul > li ul.sub-menu-megamenu li a {
          padding: 0 10px 0 25px;
          font-size: 13px;
          display: block; }
      .main-nav-mobile > ul > li ul.sub-menu-dropdown {
        padding: 0 0;
        border-bottom: 0;
      }


  .main-nav-mobile li > span.nolink {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    display: block;
    padding: 7px 60px 7px 15px;
    color: #999999;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.075em;
  }

  .main-nav-mobile li > span:hover {
    color: #000;
  }

  .main-nav-mobile li > ul li {
    border-bottom: 1px solid #ebebeb;
    padding: 7px 60px 7px 15px;
  }

        .main-nav-mobile > ul > li ul.sub-menu-dropdown ul.sub-menu-dropdown {
          border: medium none;
          margin-left: 20px;
          padding: 0; }
      .main-nav-mobile > ul > li div.kt-megamenu-wrapper {
        padding: 10px 0; }
        .main-nav-mobile > ul > li div.kt-megamenu-wrapper > ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          .main-nav-mobile > ul > li div.kt-megamenu-wrapper > ul > li {
            margin-bottom: 10px; }
            .main-nav-mobile > ul > li div.kt-megamenu-wrapper > ul > li > a,
            .main-nav-mobile > ul > li div.kt-megamenu-wrapper > ul > li > span {
              display: block;
              font-size: 15px;
              color: #000000;
              padding: 3px 10px 3px 25px;
              text-transform: uppercase; }
      .main-nav-mobile > ul > li .searchform {
        margin: 10px; }
        .main-nav-mobile > ul > li .searchform input[type="text"] {
          border-width: 1px; }
      .main-nav-mobile > ul > li.active-menu-item > a > .open-submenu:after {
        content: '\f106'; }



body.opened-nav-animate {
  height: 100%;
  overflow: hidden !important;
  position: fixed;
  width: 100%; }
  body.opened-nav-animate .main-nav-mobile {
    display: block; }
  body.opened-nav-animate.opened-nav .main-nav-mobile > ul li {
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }

#header {
  position: relative;
  z-index: 100;
}

#header.header-full-center .navbar-container {
  padding: 0 77px;
}

#header.header-full-center .navbar-container .branding {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding-left: 18px;
}

#header.header-full-center .navbar-container .main-navigation-outer {
  position: relative;
}

#header.header-full-center #nav {
  /*float: none;*/
  float: right;
  /*left: 0;
  padding-right: 18px;
  position: absolute;
  top: 0;
  z-index: 10;*/
}

    #header.header-full-center #nav > ul#main-nav-tool {
      position: absolute;
      right: 0;
      top: 0;
	  z-index: 5; }
    #header.header-full-center #nav #main-navigation {
      float: none;
      text-align: right;
      padding-right: 40px; }
  #header.navigation-right .mobile-tool {
    left: 0;
    right: auto; }
    #header.navigation-right .mobile-tool a {
      float: left;
      margin-right: 0;
      margin-left: 15px; }
      #header.navigation-right .mobile-tool a:first-child {
        margin-left: 0; }
  #header.navigation-right #nav {
    float: left; }
  #header.navigation-right .branding {
    float: right; }
  #header.navigation-center .navbar-container .branding {
    display: none; }
    #header.navigation-center .navbar-container .branding a {
      position: relative;
      z-index: 10; }
  #header.navigation-center .mobile-tool {
    width: 100%; }
    #header.navigation-center .mobile-tool a#hamburger-icon {
      float: left;
      margin: 0; }
    #header.navigation-center .mobile-tool .mobile-tool-cart {
      margin-right: 10px; }
  #header.header-shadow .navbar-container {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); }

/* ==============================
   9. Footer
   ============================== */
#footer-top {
  background: #f6f6f6;
  padding: 85px 0 60px; }

#footer-area {
  padding: 80px 0 30px;
  position: relative; }
  #footer-area .footer-area-inner {
    padding: 82px 80px 40px; }
  #footer-area .footer-area-right {
    /*background: url("http://placehold.it/640x640") no-repeat center center;*/
    background-size: cover;
    padding: 80px 85px;
    color: #FFFFFF; }
    #footer-area .footer-area-right .widget-title {
      color: #FFFFFF; }
  #footer-area .widget-container {
    margin-bottom: 30px;
    border: none;
    /*padding: 0;*/ }
    #footer-area .widget-container .widget-title {
      text-transform: uppercase;
      margin: 0 0 35px;
      letter-spacing: 0.2em; }

#footer-bottom {
  padding: 25px 0;
  background: #f6f6f6; }
  #footer-bottom .widget-container {
    margin: 0;
    padding: 0; }
    #footer-bottom .widget-container .widget-title {
      margin: 8px 0;
      text-transform: uppercase; }
  #footer-bottom .social-nav {
    margin-top: 8px; }

#footer-copyright {
  padding: 35px 0;
  text-align: center; }
  #footer-copyright .container .social-nav,
  #footer-copyright .container .footer-copyright {
    margin-bottom: 15px; }
  #footer-copyright .container .footer-copyright {
    font-size: 14px; }
  #footer-copyright .container > *:last-child {
    margin-bottom: 0; }

/* ==============================
   10. Shortcodes
   ============================== */
/*
 * 10.1 Heading Section
 */
.kt-heading-wrapper {
  text-align: center;
  margin-bottom: 50px; }
  .kt-heading-wrapper .kt-heading-divider {
    width: 60px;
    margin: 0 auto;
    display: none;
  }
    .kt-heading-wrapper .kt-heading-divider path {
      fill: #999999; }
  .kt-heading-wrapper .kt-heading-title {
    line-height: 30px;
    margin: 24px 0 10px; }
  .kt-heading-wrapper .kt-heading-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3em; }
    .kt-heading-wrapper .kt-heading-subtitle a {
      color: #999999; }
      .kt-heading-wrapper .kt-heading-subtitle a:hover {
        color: #000000; }

/*
 * 10.2 Hightlight
 */
.hightlight {
  color: #ffffff;
  padding: 0 4px;
  border-radius: 3px; }
  .hightlight.hightlight1 {
    background: #c7db9c; }
  .hightlight.hightlight2 {
    background: #ed8b5c; }
  .hightlight.hightlight3 {
    background: #f4dc86; }
  .hightlight.hightlight4 {
    background: #bce5d3; }

/*
 * 10.3 Dropcap
 */
.kt_dropcap {
  float: left;
  display: block;
  margin-right: 10px;
  font-weight: bold;
  text-align: center; }
  .kt_dropcap.dropcap-sm {
    font-size: 72px;
    line-height: 72px;
    height: 72px; }
    .kt_dropcap.dropcap-sm.dropcap-bg {
      font-size: 30px;
      line-height: 40px;
      height: 40px; }
      .kt_dropcap.dropcap-sm.dropcap-bg.dropcap-circle {
        width: 40px; }
  .kt_dropcap.dropcap-md {
    font-size: 100px;
    line-height: 100px;
    height: 100px; }
    .kt_dropcap.dropcap-md.dropcap-bg {
      font-size: 48px;
      line-height: 65px;
      height: 65px; }
      .kt_dropcap.dropcap-md.dropcap-bg.dropcap-circle {
        width: 65px; }
  .kt_dropcap.dropcap-gray {
    color: #bce5d3; }
  .kt_dropcap.dropcap-black {
    color: #000000; }
  .kt_dropcap.dropcap-orange {
    color: #ed8b5c; }
  .kt_dropcap.dropcap-bg {
    padding: 0 10px;
    margin-top: 10px; }
    .kt_dropcap.dropcap-bg.dropcap-circle {
      border-radius: 100%; }
    .kt_dropcap.dropcap-bg.dropcap-gray {
      background: #bce5d3;
      color: #fff; }
    .kt_dropcap.dropcap-bg.dropcap-black {
      background: #000000;
      color: #fff; }
    .kt_dropcap.dropcap-bg.dropcap-orange {
      background: #ed8b5c;
      color: #fff; }

/*
 * 10.4 Lists
 */
ul.style-list, .style-list ul {
  padding: 0;
  margin: 0 0 30px;
  list-style: none; }
  ul.style-list li, .style-list li {
    padding-left: 52px;
    margin-bottom: 20px;
    position: relative;
    line-height: 30px; }
    ul.style-list li:after, .style-list li:after {
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0;
      top: 0;
      text-align: center; }
  ul.style-list.style1, .style-list.style1 {
    counter-reset: my-badass-counter; }
    ul.style-list.style1 li:after, .style-list.style1 li:after {
      content: counter(my-badass-counter,decimal);
      counter-increment: my-badass-counter;
      border-radius: 100%;
      border: 1px solid #d8d8d8;
      font-size: 14px;
      color: #000;
      line-height: 28px; }
  ul.style-list.style2 li:after, .style-list.style2 li:after {
    border-radius: 100%;
    background: #ed8b5c;
    color: #fff;
    font-size: 10px;
    line-height: 28px;
    font-family: FontAwesome;
    content: "";
    font-style: normal;
    font-weight: normal; }
  ul.style-list.style3 li:after, .style-list.style3 li:after {
    border-radius: 100%;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    font-family: FontAwesome;
    content: "";
    font-style: normal;
    font-weight: normal; }

/*
 * 10.5 Alert
 */
.alert {
  padding: 40px 40px 40px 100px;
  border: 1px solid #dce2ed;
  border-radius: 0;
  position: relative;
  line-height: 24px;
  margin-bottom: 30px; }
  .alert .alert_title {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin: 0 0 5px;
    text-transform: none; }
  .alert button.close {
    position: absolute;
    top: 18px;
    right: 18px;
    margin: 0;
    text-shadow: none;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    font-weight: normal;
    font-size: 18px; }
  .alert:after {
    font-family: FontAwesome;
    content: "";
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    font-size: 36px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    color: #9fadbd; }
  .alert.alert-info:after {
    content: "\f05a";
    color: #f95b46; }
  .alert.alert-success:after {
    content: "\f058";
    color: #84be20; }
  .alert.alert-warning:after {
    content: "\f071";
    color: #e7ad24; }
  .alert.alert-danger:after {
    content: "\f05a";
    color: #f56048; }
  .alert.alert-normal {
    color: #7a8692; }
    .alert.alert-normal .alert_title, .alert.alert-normal button.close {
      color: #7a8692; }
  .alert.alert-info {
    color: #c86353; }
    .alert.alert-info .alert_title, .alert.alert-info button.close {
      color: #c86353; }
  .alert.alert-success {
    color: #84be20; }
    .alert.alert-success .alert_title, .alert.alert-success button.close {
      color: #84be20; }
  .alert.alert-warning {
    color: #d99e12; }
    .alert.alert-warning .alert_title, .alert.alert-warning button.close {
      color: #d99e12; }
  .alert.alert-danger {
    color: #eff2f5; }
    .alert.alert-danger .alert_title, .alert.alert-danger button.close {
      color: #eff2f5; }
  .alert.style1.alert-normal {
    background: #ececec; }
  .alert.style1.alert-info {
    background: #f9b5aa; }
  .alert.style1.alert-success {
    background: #e7f6cd; }
  .alert.style1.alert-warning {
    background: #faf4d4; }
  .alert.style1.alert-danger {
    background: #252932; }
  .alert.style2 {
    background: none !important; }
    .alert.style2.alert-danger {
      color: #818d9a; }
      .alert.style2.alert-danger .alert_title {
        color: #6c7884; }
      .alert.style2.alert-danger button.close {
        color: #f56048; }

/*
 * 10.6 Tabs
 */
.kt-tab-container {
  margin-bottom: 30px; }
  .kt-tab-container .tabs {
    padding: 0;
    list-style: none;
    margin: 0 0 30px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
    .kt-tab-container .tabs li {
      float: left;
      margin-right: 15px; }
      .kt-tab-container .tabs li a {
        display: inline-block;
        padding: 22px 30px;
        line-height: normal;
        font-size: 14px;
        color: #999;
        font-weight: bold;
        text-transform: uppercase; }
      .kt-tab-container .tabs li.ui-tabs-active a {
        color: #000; }
  .kt-tab-container .kt-tab-content {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 30px; }
    .kt-tab-container .kt-tab-content p {
      margin: 0; }

/*
 * 10.7 Accordion
 */
.kt-accordion {
  margin: 0 0 30px; }
  .kt-accordion .kt-accortion-title {
    padding: 20px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Karla", arial, sans-serif;
    letter-spacing: 0;
    margin: 0 0 20px;
    cursor: pointer;
    position: relative; }
    .kt-accordion .kt-accortion-title .ui-accordion-header-icon {
      position: absolute;
      width: 10px;
      height: 10px;
      right: 30px;
      top: 50%;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      display: block; }
      .kt-accordion .kt-accortion-title .ui-accordion-header-icon:after {
        font-family: FontAwesome;
        content: "";
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -khtml-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        font-weight: normal; }
    .kt-accordion .kt-accortion-title.ui-accordion-header-active .ui-accordion-header-icon:after {
      content: "\f068"; }
  .kt-accordion.style1 .kt-accortion-title {
    background: #f6f6f6; }
    .kt-accordion.style1 .kt-accortion-title.ui-accordion-header-active {
      background: #000;
      color: #fff; }
  .kt-accordion.style2 .kt-accortion-title {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef; }
    .kt-accordion.style2 .kt-accortion-title.ui-accordion-header-active {
      color: #333946; }
  .kt-accordion.style3 .kt-accortion-title {
    background: #f6f6f6; }
    .kt-accordion.style3 .kt-accortion-title.ui-accordion-header-active {
      background-color: #a7c8eb;
      background-image: -webkit-gradient(linear, left top, right top, from(#a7c8eb), to(#bce5d3));
      background-image: -webkit-linear-gradient(left, #a7c8eb, #bce5d3);
      background-image: -moz-linear-gradient(left, #a7c8eb, #bce5d3);
      background-image: -ms-linear-gradient(left, #a7c8eb, #bce5d3);
      background-image: -o-linear-gradient(left, #a7c8eb, #bce5d3);
      background-image: linear-gradient(left, #a7c8eb, #bce5d3);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a7c8eb', endColorStr='#bce5d3', gradientType='1');
      color: #fff; }
  .kt-accordion.style4 .kt-accortion-title {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
  .kt-accordion .kt-accordion-content {
    padding: 10px 30px 30px; }

/*
 * 10.8 Tooltip
 */
.tooltip {
  opacity: 1;
  font-size: 14px;
  font-family: "Karla", arial, sans-serif; }
  .tooltip .tooltip-inner {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 10px 15px; }
  .tooltip.top {
    margin-top: -10px; }
    .tooltip.top .tooltip-arrow {
      border-width: 10px 10px 0;
      bottom: -5px;
      left: 50%;
      margin-left: -7px; }

/*
 * 10.9 Socials
 */
.social-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
  .social-nav li {
    display: inline-block;
    padding: 0 22px;
    font-size: 14px; }
    .social-nav li a {
      -webkit-transform: translatey(0);
      -khtml-transform: translatey(0);
      -moz-transform: translatey(0);
      -ms-transform: translatey(0);
      -o-transform: translatey(0);
      transform: translatey(0);
      -webkit-transition: all 0.2s ease 0s;
      -khtml-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -ms-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      display: inline-block; }
    .social-nav li:hover a {
      -webkit-transform: translatey(-6px);
      -khtml-transform: translatey(-6px);
      -moz-transform: translatey(-6px);
      -ms-transform: translatey(-6px);
      -o-transform: translatey(-6px);
      transform: translatey(-6px); }
    .social-nav li:first-child {
      padding-left: 0; }
    .social-nav li:last-child {
      padding-right: 0; }

/*
 * 10.10 Newsletter
 */
.newsletters-form {
  margin: 0 auto;
  position: relative; }
  .newsletters-form > div {
    position: relative;
  }
  .newsletters-form input[type=email] {
    background: transparent;
    width: 100%;
    height: 44px;
    padding: 5px 40px 10px 10px;
    font-size: 14px;
    border-color: #dddddd; }
  .newsletters-form button,
  .newsletters-form .form-submit {
    background: none;
    border: none;
	  text-indent: -9999px;
    height: 36px;
    padding: 0;
    right: 0;
    width: 44px;
    font-size: 18px;
    position: absolute;
    bottom: 2px;
    right: 2px;
    margin-top: 0; }
  .newsletters-form input.form-submit:hover,
  .newsletters-form input.form-submit:focus,
  .newsletters-form input.form-submit {
		background: no-repeat center center url('../../images/subscription-button.jpg');
  }
    .newsletters-form button i {
      line-height: 44px; }
  .newsletters-form input[type=email],
  .newsletters-form button {
    color: #666666; }
  .newsletters-form.style2 input[type=email] {
    border: none;
    border-bottom: 2px solid #000000;
    height: auto;
    padding-left: 0;
    padding-top: 0; }
  .newsletters-form.style2 button {
    text-align: right; }
  .newsletters-form.style2 input[type=email],
  .newsletters-form.style2 button {
    color: #000000; }

.newsletters-outer {
  margin-bottom: 30px; }
  .newsletters-outer .newsletters-before {
    margin-bottom: 35px; }
  .newsletters-outer .newsletters-title {
    color: #c7db9c;
    letter-spacing: 0.2em; }
  .newsletters-outer .newsletters-form input[type="email"],
  .newsletters-outer .newsletters-form button {
    color: #000000; }

.newsletters-wrapper {
  border: 2px solid #dddddd;
  padding: 55px 33px;
  margin-bottom: 30px;
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
  min-height: 353px;
  width: auto; }
  .newsletters-wrapper h3 {
    font-size: 18px;
    margin: 0 0 40px; }
  .newsletters-wrapper .newsletters-before {
    margin-bottom: 35px;
    color: #666666; }

/*
 * 10.11 banner
 */
.banner {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px; }
  .banner.banner-dark:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .banner:hover.banner-dark:after {
    background: rgba(0, 0, 0, 0.6); }
  .banner img {
    width: 100%; }
  .banner .banner-content {
    width: 100%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 10;
    padding: 30px 60px; }
    .banner .banner-content > *:last-child {
      margin-bottom: 0; }
  .banner .banner-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15; }
  .banner.position-bottom .banner-content {
    bottom: 0;
    left: 0;
    top: auto;
    -webkit-transform: translate(0px, 0px);
    -khtml-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  .banner.position-bottom .btn {
    padding-left: 50px;
    padding-right: 50px; }
  .banner.banner-left {
    text-align: left; }
  .banner.banner-right {
    text-align: right; }

/*
 * 10.12 Category banner
 */
.category-banner {
  position: relative;
  text-align: center;
  overflow: hidden; }
  .category-banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5; }
  .category-banner img {
    width: 100%; }
  .category-banner .category-banner-content {
    width: 100%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 10; }
    .category-banner .category-banner-content > *:last-child {
      margin-bottom: 0; }
    .category-banner .category-banner-content h1 {
      margin-bottom: 35px; }
    .category-banner .category-banner-content ul {
      margin: 0;
      list-style: none;
      padding: 0;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -khtml-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .category-banner .category-banner-content ul li {
        font-size: 14px;
        line-height: 36px; }
        .category-banner .category-banner-content ul li a {
          color: #cdcdcd; }
          .category-banner .category-banner-content ul li a:hover {
            color: #FFFFFF; }
  .category-banner:hover ul {
    margin: 0 0 35px;
    max-height: 600px; }

/*
 * 10.13 Flip box
 */
.flip-box {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background: #ffffff none repeat scroll 0 0;
  border-color: #ffffff;
  color: #000000;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 30px; }
  .flip-box .flip-box-before,
  .flip-box .flip-box-after {
    -webkit-transition: all 0.2s ease-out 0s;
    -khtml-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
  .flip-box .flip-box-before {
    font-weight: bold;
    letter-spacing: 0.2em;
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    padding: 44px 40px;
    line-height: 38px;
    text-transform: uppercase;
    -webkit-transform: translate(0px, 0px);
    -khtml-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  .flip-box .flip-box-after {
    font-size: 16px;
    color: #999999;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: translate(0px, -100%);
    -khtml-transform: translate(0px, -100%);
    -moz-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    -o-transform: translate(0px, -100%);
    transform: translate(0px, -100%); }
  .flip-box:hover .flip-box-before {
    -webkit-transform: translate(0, 100%);
    -khtml-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  .flip-box:hover .flip-box-after {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }

/*
 * 10.14 Feature icon
 */
.feature-icon {
  margin: 0 0 30px;
  padding: 30px;
  position: relative;
  text-align: center; }
  .feature-icon .features-box-icon,
  .feature-icon .features-box-title {
    color: #FFFFFF; }
    .feature-icon .features-box-icon a,
    .feature-icon .features-box-title a {
      color: #FFFFFF; }
  .feature-icon .features-box-icon {
    font-size: 48px;
    margin-bottom: 25px; }
  .feature-icon .features-box-title {
    font-size: 14px;
    letter-spacing: 0.2em;
    margin: 0; }

/*
 * 10.15 Single Image
 */
.single-image {
  margin: 0 0 30px;
  overflow: hidden; }
  .single-image img {
    -webkit-transition: all 1s ease-in-out 0s;
    -khtml-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .single-image:hover img {
    -webkit-transform: scale(1.2);
    -khtml-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .single-image.no-effect:hover img {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

/*
 * 10.16 Client
 */
.client-item img {
  margin: 0 auto; }

/*
 * 10.17 About
 */
.about-wrapper {
  padding: 58px 43px 30px;
  color: #FFFFFF;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center 550px;
  margin: 0 15px 30px;
  width: auto !important;
  }
  .about-wrapper .about-title {
    color: #FFFFFF;
    margin: 0 0 30px;
    letter-spacing: 0.2em; }

/*
 * 10.18 collection
 */
.collection-wrapper {
  position: relative;
  overflow: hidden; }
  .collection-wrapper .left-collection {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%; }
  .collection-wrapper .right-collection {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 41.6667%; }
  .collection-wrapper .front-collection {
    margin-top: 225px;
    margin-bottom: 80px;
    position: relative; }
    .collection-wrapper .front-collection .collection-image {
      text-align: center; }
      .collection-wrapper .front-collection .collection-image img {
        margin: 0 auto; }
  .collection-wrapper .collection-content {
    width: 33.3333%; }
    .collection-wrapper .collection-content .collection-desc {
      margin-bottom: 5px; }

/*
 * 10.19 Box colored
 */
.box-colored {
  margin-bottom: 30px;
  color: #FFFFFF;
  text-align: center; }
  .box-colored .box-colored-image {
    margin: 0 0 30px;
    overflow: hidden; }
    .box-colored .box-colored-image img {
      -webkit-transition: all 1s ease-in-out 0s;
      -khtml-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -ms-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s;
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  .box-colored:hover img {
    -webkit-transform: scale(1.2);
    -khtml-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .box-colored .box-colored-title {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin: 0 0 30px; }
    .box-colored .box-colored-title a {
      padding: 55px 20px;
      color: #FFFFFF;
      display: block; }
  .box-colored :last-child {
    margin-bottom: 0; }

/*
 * 10.20 Testimonials
 */
.testimonial-posts.light {
  color: #FFFFFF; }
  .testimonial-posts.light .testimonial-author {
    color: #FFFFFF; }
  .testimonial-posts.light .owl-pagination .owl-page {
    background: #FFFFFF; }
    .testimonial-posts.light .owl-pagination .owl-page:hover, .testimonial-posts.light .owl-pagination .owl-page.active {
      background: #e5e5e5; }

.testimonial-item {
  text-align: center; }
  .testimonial-item .testimonial-content {
    font-family: "Crete Round", serif;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto 35px;
    max-width: 865px;
    font-style: italic; }
  .testimonial-item .testimonial-author {
    margin-bottom: 10px;
    letter-spacing: 0.075em; }

/*
 * 10.21 Product countdown
 */
.product-countdown {
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px; }
  .product-countdown .countdown-wrap {
    width: 60px;
    height: 60px;
    border: 2px solid #f6f6f6;
    text-align: center;
    float: left;
    margin-right: 30px; }
    .product-countdown .countdown-wrap:last-child {
      margin-right: 0; }
    .product-countdown .countdown-wrap .title {
      font-size: 14px;
      color: #999;
      line-height: normal; }
    .product-countdown .countdown-wrap .value-time {
      font-size: 18px;
      font-weight: 700;
      color: #000;
      margin: 10px 0 2px;
      line-height: normal; }

/*
 * 10.22 Callout
 */
.callout-content {
  font-family: "Crete Round", serif;
  font-style: italic;
  padding-right: 40px;
  /*width: 70%;*/ }

/* ==============================
   11. Widgets
   ============================== */
.widget-container {
  margin-bottom: 40px;
  border-bottom: 2px solid #f6f6f6;
  padding-bottom: 5px;
  font-size: 16px; }
  .widget-container:last-child {
    border: none; }
  .widget-container .widget-title {
    font-size: 18px;
    margin: 0 0 30px;
    text-transform: capitalize;
    letter-spacing: 0.075em; }

    .side-bar .widget-container .widget-title {
      font-size: 17px;
    }


  .widget-container.widget_nav_menu ul, .widget-container.widget_categories ul, .widget-container.widget_product_categories ul, .widget-container.widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .widget-container.widget_nav_menu ul li, .widget-container.widget_categories ul li, .widget-container.widget_product_categories ul li, .widget-container.widget_recent_entries ul li {
      padding-bottom: 6px; }
      .widget-container.widget_nav_menu ul li.nav-copyright, .widget-container.widget_categories ul li.nav-copyright, .widget-container.widget_product_categories ul li.nav-copyright, .widget-container.widget_recent_entries ul li.nav-copyright {
        color: #999999;
        font-weight: 300; }
      .widget-container.widget_nav_menu ul li a, .widget-container.widget_categories ul li a, .widget-container.widget_product_categories ul li a, .widget-container.widget_recent_entries ul li a {
        color: #666666; }
        .widget-container.widget_nav_menu ul li a:hover, .widget-container.widget_categories ul li a:hover, .widget-container.widget_product_categories ul li a:hover, .widget-container.widget_recent_entries ul li a:hover {
          color: #000000; }
      .widget-container.widget_nav_menu ul li .count, .widget-container.widget_categories ul li .count, .widget-container.widget_product_categories ul li .count, .widget-container.widget_recent_entries ul li .count {
        padding-left: 17px;
        font-size: 12px;
        color: #cacaca; }
  .widget-container.widget_tag_cloud a {
    font-size: 14px !important;
    line-height: normal !important;
    display: inline-block;
    margin: 0 20px 20px 0;
    color: #666; }
    .widget-container.widget_tag_cloud a:hover {
      color: #000000; }
  .widget-container.widget_price_filter .ui-slider {
    position: relative;
    background: #f6f6f6;
    margin-bottom: 40px;
    height: 2px;
    margin-left: 4px; }
    .widget-container.widget_price_filter .ui-slider .ui-slider-range {
      background: #000000;
      height: 100%;
      position: absolute; }
    .widget-container.widget_price_filter .ui-slider .ui-slider-handle {
      height: 14px;
      width: 4px;
      background: #000000;
      position: absolute;
      top: -6px;
      cursor: ew-resize;
      margin-left: -4px; }
  .widget-container.widget-hover-content .widget-hover-element {
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .widget-container.widget-hover-content:hover .widget-hover-element {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }

/* ==============================
   12. Blog posts
   ============================== */
.blog-posts .blog-post {
  margin-bottom: 25px; }
  .blog-posts .blog-post .blog-post-thumbnail {
    margin-bottom: 33px;
    display: block;
    overflow: hidden; }
    .blog-posts .blog-post .blog-post-thumbnail img {
      -webkit-transition: all 1s ease-in-out 0s;
      -khtml-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -ms-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s;
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .blog-posts .blog-post .blog-post-thumbnail:hover img {
      -webkit-transform: scale(1.2);
      -khtml-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
  .blog-posts .blog-post .blog-post-title {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0; }
  .blog-posts .blog-post .blog-post-meta {
    margin-bottom: 20px;
    color: #999999; }
    .blog-posts .blog-post .blog-post-meta > span:after {
      content: '/';
      padding-left: 4px; }
    .blog-posts .blog-post .blog-post-meta > span:last-child:after {
      content: ''; }
    .blog-posts .blog-post .blog-post-meta a {
      color: #999999; }
      .blog-posts .blog-post .blog-post-meta a:hover {
        color: #000000; }

/* ==============================
   13. Single Post
   ============================== */
/*
 * 13.1 Single Post Common styles
 */
.single-post .entry-thumb {
  margin-bottom: 60px; }
.single-post .entry-meta-data {
  margin-bottom: 30px;
  font-size: 14px;
  color: #999; }
  .single-post .entry-meta-data > span:after {
    content: "/";
    margin: 0 5px; }
  .single-post .entry-meta-data > span:last-child:after {
    display: none; }
  .single-post .entry-meta-data a {
    color: #000; }
.single-post .share-it {
  margin: 65px 0 95px; }
  .single-post .share-it .social_icons {
    padding: 0;
    margin: 0;
    list-style: none; }
    .single-post .share-it .social_icons li {
      display: inline-block;
      margin-right: 30px; }
      .single-post .share-it .social_icons li:last-child {
        margin-right: 0; }
      .single-post .share-it .social_icons li a {
        display: inline-block;
        padding: 17px 40px;
        border: 2px solid #e3e3e3;
        font-size: 14px;
        color: #999;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        line-height: normal; }
        .single-post .share-it .social_icons li a:hover {
          color: #000;
          border-color: #000; }
        .single-post .share-it .social_icons li a i {
          display: none; }
.single-post .single-bottom-title {
  margin-bottom: 30px;
  letter-spacing: 0.2em; }

/*
 * 13.2 Author Info
 */
.author-info {
  background: #f6f6f6;
  margin-bottom: 85px;
  padding: 25px 25px 15px; }
  .author-info .author-avatar {
    float: left;
    max-width: 70px; }
  .author-info .author-description {
    padding-left: 93px; }
  .author-info .author-title {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0;
    color: #000000;
    text-transform: none;
    letter-spacing: 0.075em; }
    .author-info .author-title a {
      color: #000000; }
      .author-info .author-title a:hover {
        color: #000000; }
  .author-info .author-bio {
    margin-bottom: 0; }
  .author-info .author-socials {
    margin: 0;
    padding: 0;
    list-style: none; }
    .author-info .author-socials li {
      display: inline-block;
      margin-right: 40px; }
    .author-info .author-socials a {
      color: #999999; }
      .author-info .author-socials a:hover {
        color: #000000; }

/*
 * 13.3 Comments Area
 */
.comments-area {
  margin-bottom: 55px; }
  .comments-area .comment-list {
    list-style: none;
    margin: 0 0 85px;
    padding: 0; }
  .comments-area .children {
    list-style: outside none none;
    margin: 0;
    padding-left: 25px;
    position: relative; }
    .comments-area .children:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 1px;
      background: #e1e1e1; }
    .comments-area .children > li {
      position: relative; }
      .comments-area .children > li:before {
        background: #e1e1e1;
        content: "";
        height: 1px;
        left: -25px;
        position: absolute;
        top: 25px;
        width: 12px; }

.comment-item {
  padding: 25px;
  background: none;
  margin-bottom: 30px;
  min-height: 120px; }
  .comment-item .comment-avatar {
    float: left;
    margin-right: 20px;
    max-width: 70px; }
  .comment-item .comment-body {
    padding-left: 90px;
    position: relative; }
    .comment-item .comment-body .comment-meta {
      margin: 0 0 12px;
      line-height: 15px; }
      .comment-item .comment-body .comment-meta .comment-author {
        color: #000000;
        font-size: 14px;
        font-weight: 700;
        text-transform: none;
        display: inline-block;
        padding: 0;
        margin: 0 10px 0 0;
        line-height: 15px; }
      .comment-item .comment-body .comment-meta .comment-metadata {
        color: #999999;
        font-size: 12px;
        font-weight: bold;
        display: inline-block; }
    .comment-item .comment-body .comment-content p:last-child {
      margin: 0; }
    .comment-item .comment-body .reply {
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.075em;
      line-height: 15px;
      position: absolute;
      right: 0;
      top: 0; }
      .comment-item .comment-body .reply a {
        color: #4ad1e5; }

/*
 * 13.4 Comment Form
 */
.comment-respond {
  margin-bottom: 30px; }
  .comment-respond .comment-form textarea,
  .comment-respond .comment-form input[type=text] {
    border: none;
    border-bottom: 2px solid #ebebeb;
    padding: 10px 0;
    height: auto; }
    .comment-respond .comment-form textarea:focus,
    .comment-respond .comment-form input[type=text]:focus {
      border-color: #999999;
      color: #333333; }
  .comment-respond .comment-form textarea {
    height: 55px;
    width: 100% !important; }
  .comment-respond .comment-form .form-submit {
    padding-top: 15px; }

/* ==============================
   14. Pagination
   ============================== */
.pagination {
  text-align: center;
  display: block;
  margin: 0;
  padding-top: 35px;
  border-top: 2px solid #f6f6f6; }
  .pagination .page-numbers {
    border: 2px solid transparent;
    color: #666666;
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    margin: 0 2px;
    padding: 0;
    width: 40px;
    height: 40px; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
      font-size: 18px; }
      .pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
        border-color: transparent;
        color: #000000; }
    .pagination .page-numbers.next {
      float: right;
      text-align: right; }
    .pagination .page-numbers.prev {
      float: left;
      text-align: left; }
  .pagination a.page-numbers:hover,
  .pagination .page-numbers.current {
    border-color: #f0f0f0; }

/* ==============================
   15. Shop
   ============================== */
/*
 * 15.1 Shop Common styles
 */
.star-rating {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 12px;
  letter-spacing: 5px;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  margin-left: 19px;
  margin-top: 10px;
}
  /*.star-rating:before {
    color: #c6c6c6;
    content: "\f006\f006\f006\f006\f006"; }*/
  .star-rating span {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    top: 0; }
    /*.star-rating span:before {
      content: "\f006\f006\f006\f006\f006";
      left: 0;
      position: absolute;
      top: 0;
      color: #6fd9e9;
      text-indent: 0; }*/

.stars a {
  font-family: FontAwesome;
  font-size: 12px;
  letter-spacing: 5px;
  display: inline-block;
  outline: 0 none;
  position: relative;
  color: #c6c6c6; }
  .stars a:after {
    content: "\f006"; }
  .stars a.active {
    color: #6fd9e9; }

.products-tools {
  border-bottom: 2px solid #f6f6f6;
  margin-bottom: 50px;
  padding-bottom: 15px; }
  .products-tools .products-sortby {
    float: left; }
    .products-tools .products-sortby .select-icon {
      margin-right: 65px; }
      .products-tools .products-sortby .select-icon:last-child {
        margin-right: 0; }
  .products-tools .grid-list,
  .products-tools .result-count {
    float: right; }
  .products-tools .grid-list {
    margin: 0 28px 0 0;
    padding: 0;
    list-style: none; }
    .products-tools .grid-list li {
      display: inline-block; }
      .products-tools .grid-list li ~ li {
        margin-left: 18px; }
      .products-tools .grid-list li a {
        font-size: 14px;
        color: #666; }
        .products-tools .grid-list li a.active {
          color: #000; }

/*
 * 15.2 Products category
 */
.products .product {
  margin-bottom: 50px;
  text-align: center; }
  .products .product .product-inner {
    position: relative;
    border: 1px solid #F1F2F4;
    border-radius: 9px;
  }
  .products .product .product-thumbnail {
    display: block; }

  .product:hover .product-thumbnail:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  /*.view-product.view-id-product .product:hover .product-thumbnail:before{
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
   }

  .view-product.view-id-product .products .product .product-thumbnail:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -khtml-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    border-radius: 5px;
  }*/
  
  .products .product .product-content {
    margin-bottom: 34px;
    position: relative;
    overflow: hidden;
    text-align: center; }
    .products .product .product-content .product-over-add,
    .products .product .product-content .product-over-tool {
      -webkit-transition: all 0.4s ease 0s;
      -khtml-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      position: absolute;
      -webkit-transform: translateX(-50%);
      -khtml-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      width: 212px;
      z-index: 5; }
    .products .product .product-content .product-over-tool {
      top: -55px; }
      .products .product .product-content .product-over-tool > a {
        background: #ffffff;
        color: #999999;
        font-size: 14px;
        display: inline-block;
        float: left;
        height: 48px;
        line-height: 48px;
        margin: 0 1px 0 0;
        width: 70px; }
        .products .product .product-content .product-over-tool > a:hover {
          background: #000000;
          color: #FFFFFF; }
        .products .product .product-content .product-over-tool > a:last-child {
          margin-right: 0; }
    .products .product .product-content .product-over-add {
      bottom: -55px; }
    .products .product .product-content .product-over-sale {
      position: absolute;
      right: 16px;
      top: 16px; }
      .products .product .product-content .product-over-sale span {
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        margin-bottom: 10px;
        color: #FFFFFF;
        background: #ed8b5c;
        line-height: 22px;
        display: block;
        min-width: 50px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        position: relative; }
        .products .product .product-content .product-over-sale span:before {
          content: '';
          width: 6px;
          height: 6px;
          background: #ed8b5c;
          -webkit-transform: rotate(-45deg) translateX(-50%);
          -khtml-transform: rotate(-45deg) translateX(-50%);
          -moz-transform: rotate(-45deg) translateX(-50%);
          -ms-transform: rotate(-45deg) translateX(-50%);
          -o-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
          position: absolute;
          left: 50%;
          bottom: -1px; }
        .products .product .product-content .product-over-sale span.onsale {
          background: #6fd9e9; }
          .products .product .product-content .product-over-sale span.onsale:before {
            background: #6fd9e9; }
        .products .product .product-content .product-over-sale span.onnew {
          background: #8ec78e; }
          .products .product .product-content .product-over-sale span.onnew:before {
            background: #8ec78e; }
    .products .product .product-content .product-thumbnail {
      display: block; }

      .page-node-43 .products .product .product-content .product-thumbnail {
        height: auto!important;
      }

      .products .product .product-content .product-thumbnail img {
        -webkit-transition: all 0.4s ease-in-out;
        -khtml-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        .products .product .product-content .product-thumbnail img.first-img {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -webkit-opacity: 1;
          -khtml-opacity: 1;
          -moz-opacity: 1;
          -ms-opacity: 1;
          -o-opacity: 1;
          opacity: 1; }
        .products .product .product-content .product-thumbnail img.second-img {
          position: absolute;
          top: 0;
          left: 0;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          -webkit-opacity: 0;
          -khtml-opacity: 0;
          -moz-opacity: 0;
          -ms-opacity: 0;
          -o-opacity: 0;
          opacity: 0; }
  .products .product .product-title {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: none;
    letter-spacing: 0.12em; }
  .products .product .product-price {
    color: #999999;
    font-size: 30px;
  }

  .products .product:hover .product-over-tool {
    top: 10px; }
  .products .product:hover .product-over-add {
    bottom: 10px; }

.products .product:hover .product-thumbnail img.first-img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5; }

.products .product:hover .product-thumbnail{
  background: #000;
}
/*.products .product:hover .product-thumbnail img.second-img {
    z-index: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }*/
.products .owl-kttheme .product {
  margin-bottom: 0; }
.products.products-multi-masonry .product {
  margin-bottom: 30px;
  position: relative;
}
  .products.products-multi-masonry .product.grid-sizer {
    margin: 0;
    min-height: 0; }
  .products.products-multi-masonry .product .product-content {
    margin-bottom: 0; }
  .products.products-multi-masonry .product .product-details {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 100%; }
    .products.products-multi-masonry .product .product-details .product-title,
    .products.products-multi-masonry .product .product-details .product-price {
      -webkit-transition: all 0.4s ease 0s;
      -khtml-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      -khtml-transform: translate3d(0, 30px, 0);
      -moz-transform: translate3d(0, 30px, 0);
      -ms-transform: translate3d(0, 30px, 0);
      -o-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
      color: #FFFFFF; }


    .products.products-multi-masonry .product .product-details .product-title a {
      color: #FFFFFF; }
  .view-display-id-product_slider_electronics .product .product-thumbnail:after,     
  .view-display-id-product_slider_2 .product .product-thumbnail:after,   
  .view-display-id-taxonomy_product .product .product-thumbnail:after,
  .products.products-multi-masonry .product .product-thumbnail:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -khtml-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    border-radius: 5px;
  }

  .products.products-multi-masonry .product:hover .product-details .product-title,
  .products.products-multi-masonry .product:hover .product-details .product-price {
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }

  .products.products-multi-masonry .product:hover .product-details .product-price {
    -webkit-transition-delay: .3s;
    -khtml-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }

  .view-display-id-product_slider_electronics .product:hover .product-thumbnail:after,
  .view-display-id-product_slider_2 .product:hover .product-thumbnail:after,
  .view-display-id-taxonomy_product .product:hover .product-thumbnail:after,
  .products.products-multi-masonry .product:hover .product-thumbnail:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
.products.products-multi-masonry .no-gutters .product {
  margin-bottom: 0; }
.products.products-multi-masonry.masonry-botom .product .product-details {
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 25px;
  top: auto;
  bottom: 25px;
  text-align: left;
  width: auto; }
.products.products-gallery .product .product-content {
  margin-bottom: 40px; }
.products.products-gallery .product .product-inner {
  background: #FFFFFF;
  padding: 0 0 20px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); }
.products.products-gallery .product .product-title {
  letter-spacing: 0; }
.products .product-description, .products .produt-tool-list {
  display: none; }
.products.lists .product {
  padding: 40px 15px;
  margin: 0;
  border-bottom: 1px solid #f6f6f6;
  width: 100%;
  text-align: left; }
  .products.lists .product:first-child {
    padding-top: 0; }
  .products.lists .product:last-child {
    border-bottom: none; }
  .products.lists .product .product-description, .products.lists .product .produt-tool-list {
    display: block; }
  .products.lists .product .product-attribute {
    margin-left: 330px; }
  .products.lists .product .product-content {
    float: left;
    max-width: 270px;
    margin-bottom: 0;
    margin-right: 60px; }
    .products.lists .product .product-content .product-over-tool, .products.lists .product .product-content .product-over-add {
      display: none; }
  .products.lists .product h3.product-title {
    margin-top: 20px; }
  .products.lists .product .produt-tool-list {
    margin-top: 10px; }
    .products.lists .product .produt-tool-list .quantity, .products.lists .product .produt-tool-list .product-over-add {
      float: left;
      margin-right: 30px;
      margin-top: 12px; }
    .products.lists .product .produt-tool-list .quantity input {
      height: 48px;
      width: 60px;
      text-align: center; }
      .products.lists .product .produt-tool-list .quantity input:focus {
        border-color: #000; }
    .products.lists .product .produt-tool-list .product-over-tool {
      float: left;
      margin-top: 12px; }
      .products.lists .product .produt-tool-list .product-over-tool > a {
        display: inline-block;
        width: 60px;
        height: 48px;
        border: 2px solid #e3e3e3;
        text-align: center;
        color: #999; }
        .products.lists .product .produt-tool-list .product-over-tool > a:hover {
          color: #000000;
          border-color: #000000; }
        .products.lists .product .produt-tool-list .product-over-tool > a:last-child {
          margin-left: 26px; }
        .products.lists .product .produt-tool-list .product-over-tool > a i {
          line-height: 44px; }

.product-content .cd-item-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }
  .product-content .cd-item-wrapper li {
    position: absolute;
    top: 0;
    left: 17%;
    height: 100%;
    width: 66%;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -khtml-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity;
    -webkit-transform: translateX(200%) scale(0.5);
    -khtml-transform: translateX(200%) scale(0.5);
    -moz-transform: translateX(200%) scale(0.5);
    -ms-transform: translateX(200%) scale(0.5);
    -o-transform: translateX(200%) scale(0.5);
    transform: translateX(200%) scale(0.5);
    -webkit-transition: transform 0.4s, opacity 0.4s;
    -khtml-transition: transform 0.4s, opacity 0.4s;
    -moz-transition: transform 0.4s, opacity 0.4s;
    -ms-transition: transform 0.4s, opacity 0.4s;
    -o-transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s; }
    .product-content .cd-item-wrapper li.selected {
      position: relative;
      opacity: 1;
      -webkit-transform: translateX(0) scale(1);
      -khtml-transform: translateX(0) scale(1);
      -moz-transform: translateX(0) scale(1);
      -ms-transform: translateX(0) scale(1);
      -o-transform: translateX(0) scale(1);
      transform: translateX(0) scale(1); }
    .product-content .cd-item-wrapper li.move-right {
      -webkit-transform: translateX(70%) scale(0.5);
      -khtml-transform: translateX(70%) scale(0.5);
      -moz-transform: translateX(70%) scale(0.5);
      -ms-transform: translateX(70%) scale(0.5);
      -o-transform: translateX(70%) scale(0.5);
      transform: translateX(70%) scale(0.5);
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0; }
    .product-content .cd-item-wrapper li.move-left {
      -webkit-transform: translateX(-70%) scale(0.5);
      -khtml-transform: translateX(-70%) scale(0.5);
      -moz-transform: translateX(-70%) scale(0.5);
      -ms-transform: translateX(-70%) scale(0.5);
      -o-transform: translateX(-70%) scale(0.5);
      transform: translateX(-70%) scale(0.5);
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0; }
    .product-content .cd-item-wrapper li.hide-left {
      -webkit-transform: translateX(-140%) scale(0.5);
      -khtml-transform: translateX(-140%) scale(0.5);
      -moz-transform: translateX(-140%) scale(0.5);
      -ms-transform: translateX(-140%) scale(0.5);
      -o-transform: translateX(-140%) scale(0.5);
      transform: translateX(-140%) scale(0.5); }
    .product-content .cd-item-wrapper li img {
      display: block;
      width: 100%; }
.product-content:hover li.move-right, .product-content:hover li.move-left {
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  opacity: 0.3; }
.product-content:hover li.hover.move-right, .product-content:hover li.hover.move-left {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.cd-dots {
  bottom: 0;
  left: 50%;
  position: absolute;
  right: auto;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  padding: 0; }
  .cd-dots li {
    display: inline-block;
    float: left;
    margin: 0 5px; }
    .cd-dots li a {
      display: block;
      height: 7px;
      width: 7px;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #9688a0;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      -webkit-transition: border-color 0.2s, background-color 0.2s;
      -khtml-transition: border-color 0.2s, background-color 0.2s;
      -moz-transition: border-color 0.2s, background-color 0.2s;
      -ms-transition: border-color 0.2s, background-color 0.2s;
      -o-transition: border-color 0.2s, background-color 0.2s;
      transition: border-color 0.2s, background-color 0.2s; }
    .cd-dots li.selected a {
      background: #2f2933 none repeat scroll 0 0;
      border-color: #2f2933; }

.product-list-widget .product-widget {
  padding-bottom: 30px; }
.product-list-widget .product-title {
  font-size: 16px;
  margin: 0 0 7px;
  text-transform: none;
  letter-spacing: 0.075em; }

/*
 * 15.3 Product Detail
 */
.product-main .product-detail-thumbarea {
  margin-bottom: 30px; }
  .product-main .product-detail-thumbarea .single-product-main-images {
    margin-bottom: 30px;
    position: relative; }
    .product-main .product-detail-thumbarea .single-product-main-images .owl-controls {
      bottom: 8px;
      margin: 0;
      position: absolute;
      right: 9px; }
      .product-main .product-detail-thumbarea .single-product-main-images .owl-controls .owl-buttons > div {
        width: 52px;
        height: 45px;
        padding: 0;
        text-align: center;
        /* background: #fff; */
        background-color: rgba(255,255, 255, 0.2);
        -webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
        -khtml-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
        -moz-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
        -ms-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
        -o-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
        box-shadow: 1px 0 3px rgba(0,0,0,0.1);
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
      }

    .product-main .product-detail-thumbarea .single-product-main-images .owl-controls .owl-buttons > div:hover {
      background-color: rgba(255,255, 255, 9);
      transition: .5s;
    }

    .product-main .product-detail-thumbarea .single-product-main-images .owl-controls .owl-buttons > div:hover .fa-chevron-left:before,
    .product-main .product-detail-thumbarea .single-product-main-images .owl-controls .owl-buttons > div:hover .fa-chevron-right:before {
      color: #999;
      transition: .5s;
    }

    .fa-chevron-right:before,
    .fa-chevron-left:before {
      color: #000;
    }

        .product-main .product-detail-thumbarea .single-product-main-images .owl-controls .owl-buttons > div i {
          font-size: 14px;
          color: #999;
          line-height: 48px; }
.product-main.style1 .single-product-main-thumbnails {
  width: auto;
  margin-right: -15px;
  margin-left: -15px; }
  .product-main.style1 .single-product-main-thumbnails .owl-item {
    padding: 0 15px; }
.product-main.style2 .single-product-main-images {
  margin-bottom: 0; }
.product-main.style2 .product-detail-wrap {
  padding: 100px 0 80px;
  max-width: 570px; }
.product-main.style2 .product-detail-thumbarea {
  margin: 0; }
.product-main.style3 .product-detail-thumbarea {
  margin-bottom: 0;
  padding: 30px;
  background: #ededed; }
.product-main.style3 .single-product-main-thumbnails {
  width: auto;
  margin-right: -10px;
  margin-left: -10px; }
  .product-main.style3 .single-product-main-thumbnails .owl-item {
    padding: 0 10px; }
.product-main.style3 .product-detail-wrap {
  padding: 90px 0;
  max-width: 570px; }
.product-main .breadcrumb {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 16px; }
.product-main .breadcrumb > .active {
  display: none;
}
.product-main .product-title {
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f6f6f6;
  margin: 0 0 8px;
}

/** Formulario para solicitar informacion del producto **/
.product-main .product-detail-thumbarea .form-data-lead {
  margin-top: 3em;
}

.product-main .product-detail-thumbarea .form-data-lead .form-data-lead-title {
  font-family: "Karla", arial, sans-serif;
  font-size: 21px;
  font-weight: normal;
  text-transform: capitalize;
}

/****/

h2.price-promocion {
  margin: 0 0 6px;
}

.price.no-price {
  text-decoration: line-through;
}

.product-main .wrapper-price {
  white-space: nowrap;
  margin-bottom: 25px;
}
.product-main .product-price-wrap {
  display: inline-block;
  margin-bottom: 20px;
}
  .product-main .product-price-wrap h3.price {
    float: left;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    /*display: none!important;*/
  }
  .product-main .product-price-wrap h3.no-price {
    font-size: 24px;
    font-weight: normal;
  }
  .product-main .product-price-wrap .review-summary {
    /*float: left;
    margin: 3px 0 0 50px;*/
  }
  .product-main .product-price-wrap .reviews-text {
    display: inline-block;
    font-size: 14px;
    padding-left: 48px; }
.product-main form.cart {
  margin-bottom: 45px; }
  .product-main form.cart .quantity {
    float: left;
    width: 60px;
    margin-right: 30px; }
    .product-main form.cart .quantity input {
      height: 48px;
      text-align: center; }
      .product-main form.cart .quantity input:focus {
        border-color: #000000; }
  .product-main .cart button {
    float: left;
    width: auto; }
  .product-main .cart .cart-tool {
    float: left; }
    .product-main .cart .cart-tool .add_to_wishlist,
    .product-main .cart .cart-tool .add_to_compare {
      float: left;
      margin-left: 30px;
      width: 60px;
      height: 48px;
      text-align: center;
      border: 2px solid #e3e3e3;
      color: #999;
      font-size: 14px;
      line-height: 44px; }
      .product-main .cart .cart-tool .add_to_wishlist:hover,
      .product-main .cart .cart-tool .add_to_compare:hover {
        border: 2px solid #000000;
        color: #000000; }
.product-main .product-short p {
  margin-bottom: 10px; }

.product-main .product_meta {
  padding-bottom: 15px;
  border-bottom: 2px solid #f6f6f6;
  margin-bottom: 15px;
}
  .product-main .product_meta > span {
    display: block; }
    .product-main .product_meta > span a {
      color: #666; }
      .product-main .product_meta > span a:hover {
        color: #000000; }
.product-main .product-shareit .social_icons {
  margin: 0 -11px;
  padding: 0;
  list-style: none; }
  .product-main .product-shareit .social_icons li {
    float: left;
    width: 33.33%;
    line-height: normal;
    padding: 0 11px; }
    .product-main .product-shareit .social_icons li a {
      color: #999;
      letter-spacing: 0.15em;
      padding: 15px 40px;
      border: 2px solid #e3e3e3;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      display: block; }
      .product-main .product-shareit .social_icons li a:hover, .product-main .product-shareit .social_icons li a:focus {
        color: #000;
        border-color: #000; }
      .product-main .product-shareit .social_icons li a i {
        display: none; }

.easyzoom-flyout img {
  max-width: none !important;
  width: auto !important; }

.woocommerce-tabs .nav {
  padding-bottom: 30px;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 50px; }
  .woocommerce-tabs .nav li {
    float: left;
    margin-right: 140px; }
    .woocommerce-tabs .nav li:last-child {
      margin-right: 0; }
    .woocommerce-tabs .nav li a {
      padding: 0;
      line-height: normal;
      font-size: 14px;
      font-family: "Roboto Slab", serif;
      color: #999;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      font-weight: bold; }
      .woocommerce-tabs .nav li a:hover, .woocommerce-tabs .nav li a:focus {
        background: none; }
    .woocommerce-tabs .nav li.active a {
      color: #000; }
.woocommerce-tabs .shop_attributes {
  width: 50%; }
  .woocommerce-tabs .shop_attributes tr td, .woocommerce-tabs .shop_attributes tr th {
    padding: 15px 0;
    font-weight: normal;
    line-height: normal;
    border-bottom: 1px dashed #e3e3e3; }
.woocommerce-tabs .comments-area .comments-title {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.075em;
  color: #666;
  font-family: "Karla", arial, sans-serif;
  text-transform: none;
  margin-bottom: 55px; }
.woocommerce-tabs .comments-area .comment-list {
  margin: 0; }
.comment-item {
  padding: 0;
  min-height: 0;
  margin-bottom: 40px; }
  .comment-item .comment-avatar {
    max-width: 45px !important;
    border-radius: 100%;
    overflow: hidden; }
  .comment-item .comment-content {
    margin-left: 65px; }
    .comment-item .comment-content .comment-meta {
      margin-bottom: 15px;
      line-height: normal; }
      .comment-item .comment-content .comment-meta .author_name {
        margin: 0 30px 0 0;
        display: inline-block;
        font-size: 16px;
        font-family: "Karla", arial, sans-serif;
        text-transform: none; }
      .comment-item .comment-content .comment-meta .comment-date {
        margin-right: 25px;
        display: inline-block; }
    .comment-item .comment-content p {
      margin: 0; }

#review_form .comment-reply-title {
  font-family: "Karla", arial, sans-serif;
  font-size: 14px;
  color: #666;
  text-transform: none;
  letter-spacing: 0.075em; }
#review_form .comment-form-rating {
  display: inline-block;
  margin-right: 36px; }
  #review_form .comment-form-rating #rating {
    display: none; }
  #review_form .comment-form-rating .stars {
    width: 210px;
    border: 2px solid #e3e3e3;
    text-align: center;
    line-height: 47px;
    margin: 0; }
#review_form .form-submit {
  display: inline-block;
  margin: 0;
  padding: 0; }

/**
 * 15.3.1 Banco Promerica message
 */
.promerica-message {
  background-color: #0f703a;
  color: #78c15d;
  font-size: 0.83em;
  line-height: 1.12;
  margin-bottom: 1em;
  min-height: 60px;
  padding: 5px 10px;
}
.promerica-message .promerica-logo {
  float: left;
  margin-right: 15px;
}
.promerica-message p {
  margin-bottom: 0 !important;
}

/*
 * 15.4 Checkout page
 */
.title-checkout {
  letter-spacing: 0.2em;
  padding: 10px 0;
  border: 1px solid #f0f0f0;
  margin: 0;
  text-align: center; }

.checkout-wrap {
  padding: 20px;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  margin-bottom: 30px; }

form.checkout .form-group {
  margin-bottom: 20px; }
  form.checkout .form-group label, form.checkout .form-group p {
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px; }
  form.checkout .form-group label {
    letter-spacing: 0.05em;
    display: block; }
    form.checkout .form-group label abbr {
      color: #ff0000;
      text-decoration: none;
      border: none; }
form.checkout .woocommerce-shipping-fields label {
  font-weight: normal;
  font-size: 14px;
  display: block; }
form.checkout input[type="checkbox"] {
  vertical-align: middle;
  margin: 0 10px 0 0; }
form.checkout p {
  margin-bottom: 15px; }
form.checkout .title-order {
  padding: 12px;
  text-align: center;
  background: #f6f6f6;
  letter-spacing: 0.2em;
  margin: 0; }
form.checkout .coupon_wrap {
  margin-bottom: 7px; }
  form.checkout .coupon_wrap p {
    font-weight: bold; }
  form.checkout .coupon_wrap .coupon-form {
    padding-right: 227px;
    position: relative; }
    form.checkout .coupon_wrap .coupon-form input {
      width: 100%;
      padding: 12px;
      line-height: normal;
      height: auto;
      font-weight: bold; }
    form.checkout .coupon_wrap .coupon-form input.submit {
      position: absolute;
      right: 0;
      top: 0;
      width: 207px;
      letter-spacing: 0.2em;
      height: 100%; }

#order_review .shop_table {
  width: 100%;
  margin-bottom: 30px; }
  #order_review .shop_table tbody, #order_review .shop_table tfoot {
    border-bottom: 2px solid #000; }
  #order_review .shop_table th, #order_review .shop_table td {
    padding: 25px 0;
    color: #666;
    border-bottom: 1px solid #f6f6f6;
    font-size: 14px;
    letter-spacing: 0.075em; }
  #order_review .shop_table tfoot .order-total td {
    color: #000; }

#payment {
  margin-bottom: 10px; }
  #payment .payment_methods {
    padding: 0;
    margin: 0;
    list-style: none; }
    #payment .payment_methods li {
      margin: 0 0 30px; }
      #payment .payment_methods li .payment_box {
        background: #f6f6f6;
        padding: 15px;
        position: relative;
        font-size: 14px;
        line-height: 24px;
        display: none; }
        #payment .payment_methods li .payment_box:after {
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 8px solid #f6f6f6;
          top: -8px;
          content: "";
          height: 0;
          position: absolute;
          left: 30px;
          width: 0; }
        #payment .payment_methods li .payment_box p {
          margin: 0; }
      #payment .payment_methods li label {
        margin: 0 0 20px;
        font-size: 14px;
        color: #666;
        letter-spacing: 0.075em;
        line-height: normal; }
        #payment .payment_methods li label .input-radio {
          margin: 0 10px 0 0;
          position: static; }
  #payment .place-order {
    text-align: center; }

/*
 * 15.5 My Cart page
 */
.table-cart-form {
  margin-bottom: 45px; }

table.cart {
  width: 100%;
  text-align: center; }
  table.cart thead th {
    border: 1px solid #f0f0f0;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    font-family: "Roboto Slab", serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: normal;
    color: #000; }
  table.cart td {
    padding: 14px;
    border: 1px solid #f0f0f0;
    font-size: 14px; }
    table.cart td.product-name a {
      letter-spacing: 0.075em;
      font-family: "Roboto Slab", serif;
      font-weight: bold; }
      table.cart td.product-name a:hover {
        text-decoration: underline; }
    table.cart td.product-thumbnail img {
      max-width: 100px;
      margin: 0 auto; }
    table.cart td .qty {
      width: 60px;
      margin: 0 auto;
      text-align: center; }
    table.cart td.actions {
      padding: 31px 31px 21px; }
      table.cart td.actions button {
        margin: 0 15px 10px;
        color: #010101; }
        table.cart td.actions button:hover, table.cart td.actions button:focus {
          background: #000;
          color: #fff; }

.cart-collaterals h5 {
  padding: 12px 0;
  border: 1px solid #f0f0f0;
  text-align: center;
  margin: 0;
  letter-spacing: 0.2em; }
.cart-collaterals .cart-collaterals-inner {
  padding: 22px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0; }
  .cart-collaterals .cart-collaterals-inner p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px; }
.cart-collaterals .cart_totals table {
  width: 100%; }
  .cart-collaterals .cart_totals table tr.order-total td {
    color: #000; }
  .cart-collaterals .cart_totals table tr th, .cart-collaterals .cart_totals table tr td {
    padding: 15px 0;
    line-height: normal;
    font-size: 14px;
    color: #666;
    font-weight: bold; }
.cart-collaterals .cart_totals .cart-collaterals-inner {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px; }
.cart-collaterals .button-checkout {
  text-align: center;
  border: 1px solid #f0f0f0;
  border-top: none;
  padding: 20px; }
.cart-collaterals .coupon-form input {
  margin-bottom: 20px; }
.cart-collaterals .shipping_calculator select {
  font-size: 12px;
  letter-spacing: 0.075em; }
.cart-collaterals .shipping_calculator .row {
  margin-left: -10px;
  margin-right: -10px; }
  .cart-collaterals .shipping_calculator .row > div {
    padding-right: 10px;
    padding-left: 10px; }
.cart-collaterals .shipping_calculator button {
  padding: 9px 0;
  text-align: center;
  width: 100%;
  letter-spacing: 0.18em; }

/*
 * 15.6 Compare page
 */
table.compare tr td {
  padding: 28px 22px;
  border: 1px solid #eee; }
  table.compare tr td.compare-title {
    padding: 28px 20px;
    background: #fafafa;
    font-size: 14px;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #222;
    min-width: 160px; }
  table.compare tr td.product-thumbnail {
    font-size: 14px;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #000; }
    table.compare tr td.product-thumbnail a:hover {
      text-decoration: underline; }
    table.compare tr td.product-thumbnail img {
      margin-right: 24px;
      max-width: 100px; }
  table.compare tr td.actions {
    min-width: 326px; }
  table.compare tr td .amount {
    font-size: 14px; }
  table.compare tr td .instock {
    color: #6fd9e9;
    font-weight: normal; }
  table.compare tr td .outstock {
    color: #8ec78e;
    font-weight: normal; }
  table.compare tr td .qty {
    max-width: 60px;
    text-align: center; }
  table.compare tr td .add_to_wishlist {
    width: 60px;
    height: 48px;
    border: 2px solid #e3e3e3;
    text-align: center;
    display: inline-block;
    vertical-align: middle; }
    table.compare tr td .add_to_wishlist i {
      color: #999;
      line-height: 44px; }
    table.compare tr td .add_to_wishlist:hover {
      border-color: #000; }
      table.compare tr td .add_to_wishlist:hover i {
        color: #000; }
  table.compare tr td .add_to_cart_button {
    float: left;
    margin-right: 17px; }

/*
 * 15.7 My Account page
 */
#customer_login h5 {
  border: 1px solid #f0f0f0;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 10px 0;
  text-align: center; }
#customer_login form {
  padding: 20px;
  border: 1px solid #f0f0f0;
  border-top: none;
  margin-bottom: 30px; }
  #customer_login form label {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
    letter-spacing: 0.075em;
    display: block; }
    #customer_login form label.inline {
      display: inline-block;
      margin-left: 10px; }
    #customer_login form label .required {
      color: #ff0000; }
  #customer_login form .form-row {
    margin-bottom: 20px; }
  #customer_login form .lost_password {
    margin: 0; }

/*
 * 15.8 QuickView
 */
.themedev-product-popup {
  margin: 0 auto;
  max-width: 600px;
  position: relative;
  overflow: hidden; }
  .themedev-product-popup .close-quickview {
    font-size: 18px;
    line-height: 1.4;
    position: absolute;
    right: 30px;
    top: 35px; }
    .themedev-product-popup .close-quickview.mobile-version {
      display: none;
      height: 30px;
      line-height: 30px;
      right: 0;
      text-align: center;
      top: 0;
      width: 30px; }
  .themedev-product-popup .product-main {
    background: #FFF; }
    .themedev-product-popup .product-main .product-detail-images {
      padding: 30px;
      max-width: 600px; }
    .themedev-product-popup .product-main .product-detail-thumbarea {
      margin: 0;
      padding: 0; }
    .themedev-product-popup .product-main .product-details-info {
      position: absolute;
      padding: 35px 30px 30px;
      visibility: hidden;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      -webkit-transform: translate3d(-40px, 0, 0);
      -khtml-transform: translate3d(-40px, 0, 0);
      -moz-transform: translate3d(-40px, 0, 0);
      -ms-transform: translate3d(-40px, 0, 0);
      -o-transform: translate3d(-40px, 0, 0);
      transform: translate3d(-40px, 0, 0); }
  .themedev-product-popup.animate-width {
    max-width: 1200px; }
  .themedev-product-popup.add-content {
    max-width: 1200px; }
    .themedev-product-popup.add-content .product-detail-images {
      width: 50%;
      float: left; }
    .themedev-product-popup.add-content .product-details-info {
      position: relative;
      visibility: visible;
      opacity: 1;
      float: left;
      width: 50%;
      -webkit-transform: translate3d(0, 0, 0);
      -khtml-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

/* ==============================
   16. Slideshow and owl carousel
   ============================== */
/*
 * 16.1 Rev slider
 */
.rev_slider .product-attr {
  text-align: center; }
  .rev_slider .product-attr h4 {
    font-size: 16px;
    text-transform: none;
    margin: 0 0 10px; }
.rev_slider .tp-loader.spinner0 {
  background-color: #FFFFFF; }
.rev_slider .metis {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); }
  .rev_slider .metis.tparrows:before {
    font-size: 15px;
    line-height: 34px;
    color: #999999; }
  .rev_slider .metis.tparrows.tp-leftarrow:before {
    font-family: FontAwesome;
    content: "";
    font-style: normal;
    font-weight: normal; }
  .rev_slider .metis.tparrows.tp-rightarrow:before {
    font-family: FontAwesome;
    content: "";
    font-style: normal;
    font-weight: normal; }
.rev_slider .ares .tp-bullet {
  width: 7px;
  height: 7px;
  background: #d7d7d7; }
  .rev_slider .ares .tp-bullet:hover, .rev_slider .ares .tp-bullet.selected {
    background: #000000; }
.rev_slider .site-nav {
  width: 46px;
  background: none;
  border: 2px solid #fff; }
  .rev_slider .site-nav:hover:before {
    -webkit-transform: scale(1.2);
    -khtml-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .rev_slider .site-nav:before {
    font-family: "icomoon";
    font-size: 18px;
    line-height: 36px;
    -webkit-transition: all 0.4s ease;
    -khtml-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .rev_slider .site-nav.tp-rightarrow:before {
    content: "\ebf9"; }
  .rev_slider .site-nav.tp-leftarrow:before {
    content: "\ea26"; }
.rev_slider .site-pagination .tp-bullet {
  width: 7px;
  height: 7px;
  background: #999999;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  .rev_slider .site-pagination .tp-bullet:hover, .rev_slider .site-pagination .tp-bullet.selected {
    background: #ffffff; }

/*
 * 16.2 Owl Carousel
 */
.owl-carousel-kt {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
  position: relative;
  cursor: url(../../images/drag.png) 16 9, ew-resize !important; }
  .owl-carousel-kt.no-gutters {
    margin-left: 0;
    margin-right: 0; }
    .owl-carousel-kt.no-gutters .kt-owl-carousel .owl-item {
      padding-left: 0;
      padding-right: 0; }
  .owl-carousel-kt.big-width .owl-carousel-kt-inner {
    max-width: 1550px;
    margin: 0 auto; }
  .owl-carousel-kt .kt-owl-carousel .owl-item {
    padding-left: 15px;
    padding-right: 15px; }
  .owl-carousel-kt.navigation-center .owl-buttons > div, .owl-carousel-kt.navigation-center-inner .owl-buttons > div {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 30px;
    color: #000000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
  .owl-carousel-kt.navigation-center .owl-buttons > div.owl-prev {
    left: -105px; }
  .owl-carousel-kt.navigation-center .owl-buttons > div.owl-next {
    right: -105px; }
  .owl-carousel-kt.navigation-center-inner .owl-buttons > div {
    color: #FFFFFF; }
    .owl-carousel-kt.navigation-center-inner .owl-buttons > div.owl-prev {
      left: 20px; }
    .owl-carousel-kt.navigation-center-inner .owl-buttons > div.owl-next {
      right: 20px; }
  .owl-carousel-kt .owl-buttons {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 9;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    .owl-carousel-kt .owl-buttons > div {
      cursor: pointer; }
  .owl-carousel-kt:hover .owl-buttons {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .owl-carousel-kt.visiable-navigation .owl-buttons {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .owl-carousel-kt.navigation-square-light .owl-buttons div {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    background: #FFFFFF;
    color: #999999;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 50px; }
  .owl-carousel-kt.navigation-square-light.navigation-center-inner .owl-buttons > div.owl-prev {
    left: 35px; }
  .owl-carousel-kt.navigation-square-light.navigation-center-inner .owl-buttons > div.owl-next {
    right: 35px; }
  .owl-carousel-kt .owl-pagination {
    text-align: center;
    margin: 40px 0 0; }
    .owl-carousel-kt .owl-pagination .owl-page {
      background: #d7d7d7;
      cursor: pointer;
      height: 8px;
      display: inline-block;
      width: 8px;
      margin: 0 7px;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .owl-carousel-kt .owl-pagination .owl-page:hover, .owl-carousel-kt .owl-pagination .owl-page.active {
        background: #000000; }
  .owl-carousel-kt.pagination-before .owl-pagination {
    margin: 0 0 40px; }

/* ==============================
   17. Popup Newletter
   ============================== */
#popup-wrap {
  max-width: 900px;
  background: #fff;
  margin: 0 auto;
  position: relative; }
  #popup-wrap .mfp-close {
    left: 100%;
    background: #fff;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
    #popup-wrap .mfp-close:active {
      top: 0; }
  #popup-wrap .wrapper-newletter-popup {
    padding: 50px 55px 35px 405px;
    text-align: center; }
    #popup-wrap .wrapper-newletter-popup .newsletters-form {
      margin-top: 50px; }
    #popup-wrap .wrapper-newletter-popup .bg-popup {
      width: 350px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url(http://placehold.it/640x640) no-repeat center center;
      background-size: cover; }

/* ==============================
   18. Back to Top
   ============================== */
#back-to-top {
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  color: #000000; }
  #back-to-top i {
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: all 0.4s ease;
    -khtml-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  #back-to-top:hover i {
    -webkit-transform: scale(1.5);
    -khtml-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }

/* ==============================
   19. Main content
   ============================== */
/*
 * 19.1 About page
 */
.about-left {
  margin-left: 30px;
  margin-bottom: 30px; }

/*
 * 19.2 Contact page
 */
.contact-details {
  background: #f6f6f6;
  padding: 65px 35px;
  margin-bottom: 30px;
  color: #999999; }
  .contact-details p {
    line-height: 36px;
    margin-bottom: 40px; }
  .contact-details .social-nav li a {
    color: #999999; }
    .contact-details .social-nav li a:hover {
      color: #000000; }

.contactform {
  margin-bottom: 30px; }
  .contactform h4 {
    margin-bottom: 30px; }
  .contactform input[type="text"],
  .contactform input[type="email"],
  .contactform textarea {
    padding: 15px 0;
    line-height: normal;
    border: none;
    border-bottom: 2px solid #e3e3e3;
    height: auto; }
    .contactform input[type="text"]:focus,
    .contactform textarea:focus {
      border-color: #999999; }
  .contactform textarea {
    width: 100% !important; }

.form-control {
    color: #333333;
}
/*
 * 19.3 404 page
 */
.wrapper-404 {
  background: #f6f6f6;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

#error404 {
  text-align: center;
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 0 20px;
  z-index: 2; }
  #error404 h1 {
    font-family: "Vollkorn", serif;
    font-size: 200px;
    font-style: italic;
    line-height: 200px;
    margin-bottom: 25px;
    letter-spacing: 0;
    font-weight: 400; }
  #error404 h4 {
    font-size: 16px;
    font-family: "Karla", arial, sans-serif;
    color: #999;
    text-transform: none;
    margin-bottom: 30px;
    font-weight: 400; }
  #error404 p a {
    color: #74cdd7; }
    #error404 p a i {
      font-size: 20px;
      vertical-align: middle;
      margin-left: 15px; }

/*# sourceMappingURL=style.css.map */

/* Nuevo CSS */

/*** Agregado por Cotom(fido) ***/


.logos_eflipy_homen .awe-item {
    min-height: 60px;
    margin-bottom: 25px;
}



.page-section.bg-gray .tab-pane .row,
.product-main {
	color: #1a1a1a;
}

.product-main h1.product-title {
    font-size: 21px;
    font-weight: normal;
    text-transform: capitalize;
}

.product-main .product-short ul.detalls-products {
	padding-left: 20px;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
}

.product-main .product-short ul.detalls-products li {
	list-style: disc;
	font-size: 15px;
}
/* Tabs  */

.page-section.bg-gray .tab-pane .row {
	display: inline-block;
	margin-bottom: 25px;
}

.page-section.bg-gray .background_wrapper {
    overflow: hidden;
    margin-bottom: 69px;
}

.page-section.bg-gray .background_wrapper .back_images{
	padding: 0;
	position: relative;
}

.page-section.bg-gray .background_wrapper .descripcion {
    position: absolute;
    top: 31px;
}

.page-section.bg-gray .background_wrapper .box_box {
	background: #DA3B01;
    padding: 15px;
    width: 41%;
    color: #fff;
}

.page-section.bg-gray .background_wrapper .descripcion-profesional .box_box {
	background: #11255E;
}

.page-section.bg-gray .background_wrapper .descripcion_estudiantes .box_box  {
	background: #1A1A1A;
}

.page-section.bg-gray .background_wrapper .descripcion_personal .box_box,
.page-section.bg-gray .background_wrapper .descripcion_empresas .box_box  {
	background: #002050;
}

.page-section.bg-gray .background_wrapper .descripcion_hogar_empresas .box_box  {
	background: #00188F;
}

.page-section.bg-gray .background_wrapper .box_box h2 {
    color: #fff;
    font-weight: normal;
    font-size: 21px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.page-section.bg-gray .background_wrapper .box_box p {
    line-height: 21px;
    font-size: 15px;
}

.page-section.bg-gray .box-wrapper .row h2 {
	font-size: 26px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 34px;
    text-align: left;
    margin-bottom: 7px;
}

.page-section.bg-gray .box-wrapper .box-box.row iframe {
  width: 100%;
}

.page-section.bg-gray .box-wrapper .row p {
	text-align: left;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
}

.page-section.bg-gray .box-box p img,
.page-section.bg-gray .box-wrapper .row p img {
  height: auto !important;
}

.page-section.bg-gray .grid-table h2  {
	font-weight: normal;
    font-size: 23px;
    text-transform: capitalize;
}

.page-section.bg-gray .grid-table .background-grey {
	background-color: #eee;
}

.page-section.bg-gray .grid-table .grid-row {
	padding: 10px;
    overflow: hidden;
    margin-bottom: 5px;
}

.page-section.bg-gray .grid-table .grid-row .grid-unit {
	float: left;
    width: 19%;
}

.page-section.bg-gray .grid-table .grid-row .grid-unit h2 {
	font-size: 13px;
    font-weight: normal;
    text-transform: capitalize;
}

.page-section.bg-gray .grid-table .grid-row .colspan-5 {
	float: right;
    width: 80%;
}

.page-section.bg-gray .grid-table .grid-row .colspan-5 p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0;
}


/*------------- Nuevo -----------------*/
.role-webmaster,
.role-reseller-administrator,
.role-officers,
.role-reseller {

}

.todos_costos {
   text-align: center;
  margin-bottom: 10px;
}


.role-reseller-administrator .costo_officers,
.role-reseller-administrator #commerce-checkout-coupon-ajax-wrapper,
.role-reseller .costo_officers,
.role-officers .costo_reseller,
#commerce-checkout-coupon-ajax-wrapper label[for="edit-commerce-coupon-coupon-code"],
.role-officers #commerce-checkout-coupon-ajax-wrapper,
.role-reseller #commerce-checkout-coupon-ajax-wrapper,
.page-admin-commerce-orders.role-officers .entity-commerce-order .field-name-commerce-customer-billing,
.role-officers .view-id-coupons table tr td.views-field-usage a {
  display: none;
}

.role-officers .field-name-commerce-customer-address .addressfield-container-inline.locality-block.country-GT,
.role-officers .field-name-commerce-customer-address .street-block {
  display: none;
}

.role-webmaster .label_in_stock,
.role-officers .label_in_stock,
.role-reseller-administrator .label_in_stock,
.role-reseller .label_in_stock {
  width: auto;
}

body .fa-angle-right:before,
body .fa-angle-left:before {
    font-size: 61px;
}

body .owl-carousel-kt.navigation-center .owl-buttons > div,
body .owl-carousel-kt.navigation-center-inner .owl-buttons > div {
  top: 35%;
}

.role-webmaster .panel-2col .panel-col-first,
.role-reseller-administrator .panel-2col .panel-col-first,
.role-officers .panel-2col .panel-col-first,
.reseller .panel-2col .panel-col-first,
.role-reseller .panel-2col .panel-col-first {
    width: 75%;
}

.role-webmaster .panel-2col .panel-col-last,
.role-reseller-administrator .panel-2col .panel-col-last,
.role-officers .panel-2col .panel-col-last,
.reseller .panel-2col .panel-col-last,
.role-reseller .panel-2col .panel-col-last {
	width: 25%;
}

/*.role-reseller-administrator #header.header-full-center #nav #main-navigation,
.role-officers #header.header-full-center #nav #main-navigation,
.role-reseller #header.header-full-center #nav #main-navigation {
	text-align: right;
  padding-right: 15px;
}*/

/*.role-reseller .header-shadow #main-nav-tool,
.role-officers .header-shadow #main-nav-tool,
.role-officers .header-shadow #main-nav-tool,*/
/**
.role-officers .awe-section-wrapper .awe-section-33-0 .owl-wrapper-outer .owl-item .product-price,
.role-officers .header-shadow .topbar .currency-switcher,
.role-officers .header-shadow .topbar .shopping-bag-item,
.role-officers #header.header-full-center .main-navigation-outer ul li:nth-child(1),
.role-officers #header.header-full-center .main-navigation-outer ul li:nth-child(2),
**/


.role-reseller-administrator .awe-section-wrapper .awe-section-33-0 .owl-wrapper-outer .owl-item .product-price,
.role-reseller-administrator .header-shadow .topbar .currency-switcher,
.role-reseller-administrator .header-shadow .topbar .shopping-bag-item,
.role-reseller-administrator #header.header-full-center .main-navigation-outer ul li:nth-child(1),
.role-reseller-administrator #header.header-full-center .main-navigation-outer ul li:nth-child(2),
.reseller .awe-section-wrapper .awe-section-33-0 .owl-wrapper-outer .owl-item .product-price,
.reseller .header-shadow .topbar .currency-switcher,
.reseller .header-shadow .topbar .shopping-bag-item,
.role-reseller .awe-section-wrapper .awe-section-33-0 .owl-wrapper-outer .owl-item .product-price,
.role-reseller .header-shadow .topbar .currency-switcher,
.role-reseller .header-shadow .topbar .shopping-bag-item {
	display: none!important;
}

#header.header-full-center .is-sticky {
	padding-top: 0;
}


.page-distribuidor.role-reseller-administrator .panel-col-first .pane-pt-reseller-tabla-producto,
.page-distribuidor.role-webmaster .panel-col-first .pane-pt-reseller-tabla-producto,
.page-distribuidor.role-officers .panel-col-first .pane-pt-reseller-tabla-producto,
.page-distribuidor.reseller .panel-col-first .pane-pt-reseller-tabla-producto,
.page-distribuidor.role-reseller .panel-col-first .pane-pt-reseller-tabla-producto,
.page-distribuidor.role-reseller-administrator .panel-col-first .pane-pt-reseller-puntos-acumulados,
.page-distribuidor.role-webmaster .panel-col-first .pane-pt-reseller-puntos-acumulados,
.page-distribuidor.role-officers .panel-col-first .pane-pt-reseller-puntos-acumulados,
.page-distribuidor.reseller .panel-col-first .pane-pt-reseller-puntos-acumulados,
.page-distribuidor.role-reseller .panel-col-first .pane-pt-reseller-puntos-acumulados,
.page-distribuidor.role-reseller-administrator .panel-col-first .pane-pt-reseller-credito-por-usuario,
.page-distribuidor.role-webmaster .panel-col-first .pane-pt-reseller-credito-por-usuario,
.page-distribuidor.role-officers .panel-col-first .pane-pt-reseller-credito-por-usuario,
.page-distribuidor.reseller .panel-col-first .pane-pt-reseller-credito-por-usuario,
.page-distribuidor.role-reseller .panel-col-first .pane-pt-reseller-credito-por-usuario,
.page-admin-distribuidor.role-reseller-administrator .panel-col-first .pane-pt-reseller-tabla-producto,
.page-admin-distribuidor.role-webmaster .panel-col-first .pane-pt-reseller-tabla-producto,
.page-admin-distribuidor.role-officers .panel-col-first .pane-pt-reseller-tabla-producto,
.page-admin-distribuidor.reseller .panel-col-first .pane-pt-reseller-tabla-producto,
.page-admin-distribuidor.role-reseller .panel-col-first .pane-pt-reseller-tabla-producto,
.page-admin-distribuidor.role-reseller-administrator .panel-col-first .pane-pt-reseller-puntos-acumulados,
.page-admin-distribuidor.role-webmaster .panel-col-first .pane-pt-reseller-puntos-acumulados,
.page-admin-distribuidor.role-officers .panel-col-first .pane-pt-reseller-puntos-acumulados,
.page-admin-distribuidor.reseller .panel-col-first .pane-pt-reseller-puntos-acumulados,
.page-admin-distribuidor.role-reseller .panel-col-first .pane-pt-reseller-puntos-acumulados,
.page-admin-distribuidor.role-reseller-administrator .panel-col-first .pane-pt-reseller-credito-por-usuario,
.page-admin-distribuidor.role-webmaster .panel-col-first .pane-pt-reseller-credito-por-usuario,
.page-admin-distribuidor.role-officers .panel-col-first .pane-pt-reseller-credito-por-usuario,
.page-admin-distribuidor.reseller .panel-col-first .pane-pt-reseller-credito-por-usuario,
.page-admin-distribuidor.role-reseller .panel-col-first .pane-pt-reseller-credito-por-usuario {
  display: none;
}



.page-distribuidor.role-webmaster .panel-panel h2,
.page-distribuidor.role-reseller-administrator .panel-panel h2,
.page-distribuidor.role-officers .panel-panel h2,
.page-distribuidor.reseller .panel-panel h2,
.page-distribuidor.role-reseller .panel-panel h2,
.page-admin-distribuidor.role-webmaster .panel-panel h2,
.page-admin-distribuidor.role-reseller-administrator .panel-panel h2,
.page-admin-distribuidor.role-officers .panel-panel h2,
.page-admin-distribuidor.reseller .panel-panel h2,
.page-admin-distribuidor.role-reseller .panel-panel h2 {
	display: block;
    font-size: 28px;
}

.page-distribuidor.role-webmaster .pane-content .views-row,
.page-distribuidor.role-reseller-administrator .pane-content .views-row,
.page-distribuidor.role-officers .pane-content .views-row,
.page-distribuidor.reseller .pane-content .views-row,
.page-distribuidor.role-reseller .pane-content .views-row,
.page-admin-distribuidor.role-webmaster .pane-content .views-row,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row,
.page-admin-distribuidor.role-officers .pane-content .views-row,
.page-admin-distribuidor.reseller .pane-content .views-row,
.page-admin-distribuidor.role-reseller .pane-content .views-row {
	   width: 259px;
    float: left;
    margin-right: 15px;
    margin-bottom: 25px;
    min-height: 530px;
    display: block;
}

.page-distribuidor.role-webmaster .pane-content .views-row .views-field-field-galeria-imagenes li.first,
.page-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-field-galeria-imagenes li.first,
.page-distribuidor.role-officers .pane-content .views-row .views-field-field-galeria-imagenes li.first,
.page-distribuidor.reseller .pane-content .views-row .views-field-field-galeria-imagenes li.first,
.page-distribuidor.role-reseller .pane-content .views-row .views-field-field-galeria-imagenes li.first,
.page-admin-distribuidor.role-webmaster .pane-content .views-row .views-field-field-galeria-imagenes li.first,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-field-galeria-imagenes li.first,
.page-admin-distribuidor.role-officers .pane-content .views-row .views-field-field-galeria-imagenes li.first,
.page-admin-distribuidor.reseller .pane-content .views-row .views-field-field-galeria-imagenes li.first,
.page-admin-distribuidor.role-reseller .pane-content .views-row .views-field-field-galeria-imagenes li.first  {
  display: block!important;
}



.page-distribuidor.role-webmaster .pane-content .views-row .views-field-field-galeria-imagenes li,
.page-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-field-galeria-imagenes li,
.page-distribuidor.role-officers .pane-content .views-row .views-field-field-galeria-imagenes li,
.page-distribuidor.role-reseller .pane-content .views-row .views-field-field-galeria-imagenes li,
.page-admin-distribuidor.role-webmaster .pane-content .views-row .views-field-field-galeria-imagenes li,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-field-galeria-imagenes li,
.page-admin-distribuidor.role-officers .pane-content .views-row .views-field-field-galeria-imagenes li,
.page-admin-distribuidor.role-reseller .pane-content .views-row .views-field-field-galeria-imagenes li {
  display: none;
}


.page-distribuidor.role-webmaster .pane-content .views-row .views-field-lightbox2,
.page-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-lightbox2,
.page-distribuidor.role-officers .pane-content .views-row .views-field-lightbox2,
.page-distribuidor.role-reseller .pane-content .views-row .views-field-lightbox2,
.page-admin-distribuidor.role-webmaster .pane-content .views-row .views-field-lightbox2,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-lightbox2,
.page-admin-distribuidor.role-officers .pane-content .views-row .views-field-lightbox2,
.page-admin-distribuidor.role-reseller .pane-content .views-row .views-field-lightbox2 {
 margin-bottom: 20px;
}

.page-distribuidor.role-webmaster .pane-content .views-row .views-field-title .field-content,
.page-distribuidor.role-webmaster .pane-content .views-row .views-field-colorbox a,
.page-distribuidor.role-officers .pane-content .views-row .views-field-title .field-content,
.page-distribuidor.role-officers .pane-content .views-row .views-field-colorbox a,
.page-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-title .field-content,
.page-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-colorbox a,
.page-distribuidor.role-reseller .pane-content .views-row .views-field-title .field-content,
.page-distribuidor.role-reseller .pane-content .views-row .views-field-colorbox a,
.page-admin-distribuidor.role-webmaster .pane-content .views-row .views-field-title .field-content,
.page-admin-distribuidor.role-webmaster .pane-content .views-row .views-field-colorbox a,
.page-admin-distribuidor.role-officers .pane-content .views-row .views-field-title .field-content,
.page-admin-distribuidor.role-officers .pane-content .views-row .views-field-colorbox a,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-title .field-content,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-colorbox a,
.page-admin-distribuidor.role-reseller .pane-content .views-row .views-field-title .field-content,
.page-admin-distribuidor.role-reseller .pane-content .views-row .views-field-colorbox a {
	  font-size: 18px;
    display: block;
    min-height: 64px;
    text-align: center;
    font-weight: 600;
    color: #000;
}

.page-distribuidor.role-webmaster .pane-content .views-row  .views-field-field-resumen,
.page-distribuidor.role-officers .pane-content .views-row  .views-field-field-resumen,
.page-distribuidor.role-reseller-administrator .pane-content .views-row  .views-field-field-resumen,
.page-distribuidor.role-reseller .pane-content .views-row  .views-field-field-resumen,
.page-admin-distribuidor.role-webmaster .pane-content .views-row  .views-field-field-resumen,
.page-admin-distribuidor.role-officers .pane-content .views-row  .views-field-field-resumen,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row  .views-field-field-resumen,
.page-admin-distribuidor.role-reseller .pane-content .views-row  .views-field-field-resumen {
	min-height: 125px;
  display: block;
  clear: both;
  margin-bottom: 25px;
  overflow: hidden;
  height: 150px;
}

.page-distribuidor.role-webmaster .panel-2col .pane-custom.pane-2 div,
.page-distribuidor.role-officers .panel-2col .pane-custom.pane-2 div,
.page-distribuidor.role-reseller-administrator .panel-2col .pane-custom.pane-2 div,
.page-distribuidor.role-reseller .panel-2col .pane-custom.pane-2 div,
.page-admin-distribuidor.role-webmaster .panel-2col .pane-custom.pane-2 div,
.page-admin-distribuidor.role-officers .panel-2col .pane-custom.pane-2 div,
.page-admin-distribuidor.role-reseller-administrator .panel-2col .pane-custom.pane-2 div,
.page-admin-distribuidor.role-reseller .panel-2col .pane-custom.pane-2 div {
  margin: 0 auto!important;
}

.page-distribuidor.role-webmaster .label_in_stock,
.page-distribuidor.role-officers .label_in_stock,
.page-distribuidor.role-reseller-administrator .label_in_stock,
.page-distribuidor.role-reseller .label_in_stock,
.page-admin-distribuidor.role-webmaster .label_in_stock,
.page-admin-distribuidor.role-officers .label_in_stock,
.page-admin-distribuidor.role-reseller-administrator .label_in_stock,
.page-admin-distribuidor.role-reseller .label_in_stock {
  width: 48%!important;
  display: inline-block;
  float: left;
  margin-right: 5px;
  font-size: 15px;
}

.page-distribuidor.role-webmaster .pane-content .views-row .views-field-field-referencia-de-producto input[value="Vender"],
.page-distribuidor.role-officers .pane-content .views-row .views-field-field-referencia-de-producto input[value="Vender"],
.page-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-field-referencia-de-producto input[value="Vender"],
.page-distribuidor.role-reseller .pane-content .views-row .views-field-field-referencia-de-producto input[value="Vender"],
.page-admin-distribuidor.role-webmaster .pane-content .views-row .views-field-field-referencia-de-producto input[value="Vender"],
.page-admin-distribuidor.role-officers .pane-content .views-row .views-field-field-referencia-de-producto input[value="Vender"],
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-field-referencia-de-producto input[value="Vender"],
.page-admin-distribuidor.role-reseller .pane-content .views-row .views-field-field-referencia-de-producto input[value="Vender"] {
  margin: 0 0 10px;
  padding: 3px 30px;
  float: left;
  width: 49%;
}

.page-distribuidor.role-webmaster .pane-content .views-row  .views-field-field-tipo-de-catalogo .field-content,
.page-distribuidor.role-officers .pane-content .views-row  .views-field-field-tipo-de-catalogo .field-content,
.page-distribuidor.role-reseller-administrator .pane-content .views-row  .views-field-field-tipo-de-catalogo .field-content,
.page-distribuidor.role-reseller .pane-content .views-row  .views-field-field-tipo-de-catalogo .field-content,
.page-admin-distribuidor.role-webmaster .pane-content .views-row  .views-field-field-tipo-de-catalogo .field-content,
.page-admin-distribuidor.role-officers .pane-content .views-row  .views-field-field-tipo-de-catalogo .field-content,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row  .views-field-field-tipo-de-catalogo .field-content,
.page-admin-distribuidor.role-reseller .pane-content .views-row  .views-field-field-tipo-de-catalogo .field-content {
  text-align: center;
  font-weight: 900;
  line-height: 20px;
  margin: 15px;
}

.page-distribuidor.role-webmaster .pane-content .views-row .views-field-commerce-price,
.page-distribuidor.role-officers .pane-content .views-row .views-field-commerce-price,
.page-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-commerce-price,
.page-distribuidor.role-reseller .pane-content .views-row .views-field-commerce-price,
.page-admin-distribuidor.role-webmaster .pane-content .views-row .views-field-commerce-price,
.page-admin-distribuidor.role-officers .pane-content .views-row .views-field-commerce-price,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-commerce-price,
.page-admin-distribuidor.role-reseller .pane-content .views-row .views-field-commerce-price {
  overflow: hidden;
  margin-bottom: 5px;
  padding-left: 20px;
}

.page-distribuidor.role-webmaster .pane-content .views-row .views-field-commerce-price .views-label,
.page-distribuidor.role-officers .pane-content .views-row .views-field-commerce-price .views-label,
.page-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-commerce-price .views-label,
.page-distribuidor.role-reseller .pane-content .views-row .views-field-commerce-price .views-label,
.page-admin-distribuidor.role-webmaster .pane-content .views-row .views-field-commerce-price .views-label,
.page-admin-distribuidor.role-officers .pane-content .views-row .views-field-commerce-price .views-label,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-commerce-price .views-label,
.page-admin-distribuidor.role-reseller .pane-content .views-row .views-field-commerce-price .views-label {
  float: left;
  margin-right: 13px;
      font-weight: 600;
    font-size: 18px;
}

.page-distribuidor.role-webmaster .pane-content .views-row .views-field-commerce-price .field-content,
.page-distribuidor.role-officers .pane-content .views-row .views-field-commerce-price .field-content,
.page-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-commerce-price .field-content,
.page-distribuidor.role-reseller .pane-content .views-row .views-field-commerce-price .field-content,
.page-admin-distribuidor.role-webmaster .pane-content .views-row .views-field-commerce-price .field-content,
.page-admin-distribuidor.role-officers .pane-content .views-row .views-field-commerce-price .field-content,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-commerce-price .field-content,
.page-admin-distribuidor.role-reseller .pane-content .views-row .views-field-commerce-price .field-content {
  float: left;
  font-weight: 600;
  font-size: 15px;
}

.page-distribuidor.role-webmaster .pane-content .views-row .views-field-field-resumen ul,
.page-distribuidor.role-officers .pane-content .views-row .views-field-field-resumen ul,
.page-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-field-resumen ul,
.page-distribuidor.role-reseller .pane-content .views-row .views-field-field-resumen ul,
.page-admin-distribuidor.role-webmaster .pane-content .views-row .views-field-field-resumen ul,
.page-admin-distribuidor.role-officers .pane-content .views-row .views-field-field-resumen ul,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-field-resumen ul,
.page-admin-distribuidor.role-reseller .pane-content .views-row .views-field-field-resumen ul {
	padding-left: 22px;
}


.page-distribuidor.role-webmaster .pane-content .views-row .views-field-field-resumen ul li,
.page-distribuidor.role-officers .pane-content .views-row .views-field-field-resumen ul li,
.page-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-field-resumen ul li,
.page-distribuidor.role-reseller .pane-content .views-row .views-field-field-resumen ul li,
.page-admin-distribuidor.role-webmaster .pane-content .views-row .views-field-field-resumen ul li,
.page-admin-distribuidor.role-officers .pane-content .views-row .views-field-field-resumen ul li,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-field-resumen ul li,
.page-admin-distribuidor.role-reseller .pane-content .views-row .views-field-field-resumen ul li  {
	list-style: disc;
    text-align: left;
    line-height: 17px;
    margin-bottom: 6px;
    font-size: 14px;
}

.page-distribuidor.role-webmaster .pane-content .views-row .views-field-field-resumen p,
.page-distribuidor.role-officers .pane-content .views-row .views-field-field-resumen p,
.page-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-field-resumen p,
.page-distribuidor.role-reseller .pane-content .views-row .views-field-field-resumen p,
.page-admin-distribuidor.role-webmaster .pane-content .views-row .views-field-field-resumen p,
.page-admin-distribuidor.role-officers .pane-content .views-row .views-field-field-resumen p,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-field-resumen p,
.page-admin-distribuidor.role-reseller .pane-content .views-row .views-field-field-resumen p {
	margin-bottom: 14px;
    font-size: 14px;
    line-height: 21px;
}

.page-distribuidor.role-webmaster .pane-content .views-row .views-field-field-imagen-del-producto,
.page-distribuidor.role-officers .pane-content .views-row .views-field-field-imagen-del-producto,
.page-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-field-imagen-del-producto,
.page-distribuidor.role-reseller .pane-content .views-row .views-field-field-imagen-del-producto,
.page-admin-distribuidor.role-webmaster .pane-content .views-row .views-field-field-imagen-del-producto,
.page-admin-distribuidor.role-officers .pane-content .views-row .views-field-field-imagen-del-producto,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-field-imagen-del-producto,
.page-admin-distribuidor.role-reseller .pane-content .views-row .views-field-field-imagen-del-producto {
	margin-bottom: 0;
  /* border: 1px solid #ccc;*/
  min-height: 275px;
}

.page-distribuidor.role-webmaster .pane-content .views-row .views-field-field-referencia-de-producto input[value="Vender"],
.page-distribuidor.role-officers .pane-content .views-row .views-field-field-referencia-de-producto input[value="Vender"],
.page-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-field-referencia-de-producto input[value="Vender"],
.page-distribuidor.role-reseller .pane-content .views-row .views-field-field-referencia-de-producto input[value="Vender"],
.page-admin-distribuidor.role-webmaster .pane-content .views-row .views-field-field-referencia-de-producto input[value="Vender"],
.page-admin-distribuidor.role-officers .pane-content .views-row .views-field-field-referencia-de-producto input[value="Vender"],
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row .views-field-field-referencia-de-producto input[value="Vender"],
.page-admin-distribuidor.role-reseller .pane-content .views-row .views-field-field-referencia-de-producto input[value="Vender"]{
    /*background: url(/sites/default/files/coins_0.png) no-repeat left 9px center ;*/
  background-color: #D83B01;
  margin: 0 0 18px;
  border: 0;
  padding: 3px 39px;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  text-shadow: 1px 1px 1px #000;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  background-size: 17%;
}

.page-distribuidor.role-webmaster .commerce-add-to-cart #edit-submit input::before,
.page-distribuidor.role-officers .commerce-add-to-cart #edit-submit input::before,
.page-distribuidor.role-reseller-administrator .commerce-add-to-cart #edit-submit input::before,
.page-distribuidor.role-reseller .commerce-add-to-cart #edit-submit input::before,
.page-admin-distribuidor.role-webmaster .commerce-add-to-cart #edit-submit input::before,
.page-admin-distribuidor.role-officers .commerce-add-to-cart #edit-submit input::before,
.page-admin-distribuidor.role-reseller-administrator .commerce-add-to-cart #edit-submit input::before,
.page-admin-distribuidor.role-reseller .commerce-add-to-cart #edit-submit input::before {
    content: 'vender';
    display: block;
    height: 50px;
    width: 50px;
}

.page-distribuidor.role-webmaster #imageData #bottomNav,
.page-distribuidor.role-officers #imageData #bottomNav,
.page-distribuidor.role-reseller-administrator #imageData #bottomNav,
.page-distribuidor.role-reseller #imageData #bottomNav,
.page-admin-distribuidor.role-webmaster #imageData #bottomNav,
.page-admin-distribuidor.role-officers #imageData #bottomNav,
.page-admin-distribuidor.role-reseller-administrator #imageData #bottomNav,
.page-admin-distribuidor.role-reseller #imageData #bottomNav {
  /*display: none;*/
}


.page-distribuidor.role-webmaster .lightbox-popup .flexslider  ul li,
.page-distribuidor.role-officers .lightbox-popup .flexslider  ul li,
.page-distribuidor.role-reseller-administrator .lightbox-popup .flexslider  ul li,
.page-distribuidor.role-reseller .lightbox-popup .flexslider  ul li,
.page-admin-distribuidor.role-webmaster .lightbox-popup .flexslider  ul li,
.page-admin-distribuidor.role-officers .lightbox-popup .flexslider  ul li,
.page-admin-distribuidor.role-reseller-administrator .lightbox-popup .flexslider  ul li,
.page-admin-distribuidor.role-reseller .lightbox-popup .flexslider  ul li {
  margin: 0;
}

.page-distribuidor.role-webmaster .lightbox-popup .flexslider  ul,
.page-distribuidor.role-officers .lightbox-popup .flexslider  ul,
.page-distribuidor.role-reseller-administrator .lightbox-popup .flexslider  ul,
.page-distribuidor.role-reseller .lightbox-popup .flexslider  ul,
.page-admin-distribuidor.role-webmaster .lightbox-popup .flexslider  ul,
.page-admin-distribuidor.role-officers .lightbox-popup .flexslider  ul,
.page-admin-distribuidor.role-reseller-administrator .lightbox-popup .flexslider  ul,
.page-admin-distribuidor.role-reseller .lightbox-popup .flexslider  ul  {
  width: 67%;
  margin: 0 auto;
}


.page-distribuidor.role-webmaster .lightbox-popup .flex-direction-nav a,
.page-distribuidor.role-officers .lightbox-popup .flex-direction-nav a,
.page-distribuidor.role-reseller-administrator .lightbox-popup .flex-direction-nav a,
.page-distribuidor.role-reseller .lightbox-popup .flex-direction-nav a,
.page-admin-distribuidor.role-webmaster .lightbox-popup .flex-direction-nav a,
.page-admin-distribuidor.role-officers .lightbox-popup .flex-direction-nav a,
.page-admin-distribuidor.role-reseller-administrator .lightbox-popup .flex-direction-nav a,
.page-admin-distribuidor.role-reseller .lightbox-popup .flex-direction-nav a {
  top: 48%;
  font-size: 0;
  padding-top: 17px;
  padding-bottom: 25px;
}


.page-distribuidor.role-webmaster .lightbox2-orig-layout #imageDataContainer #bottomNav #frameHoverNav,
.page-distribuidor.role-officers .lightbox2-orig-layout #imageDataContainer #bottomNav #frameHoverNav,
.page-distribuidor.role-reseller-administrator .lightbox2-orig-layout #imageDataContainer #bottomNav #frameHoverNav,
.page-distribuidor.role-reseller .lightbox2-orig-layout #imageDataContainer #bottomNav #frameHoverNav,
.page-admin-distribuidor.role-webmaster .lightbox2-orig-layout #imageDataContainer #bottomNav #frameHoverNav,
.page-admin-distribuidor.role-officers .lightbox2-orig-layout #imageDataContainer #bottomNav #frameHoverNav,
.page-admin-distribuidor.role-reseller-administrator .lightbox2-orig-layout #imageDataContainer #bottomNav #frameHoverNav,
.page-admin-distribuidor.role-reseller .lightbox2-orig-layout #imageDataContainer #bottomNav #frameHoverNav{
  display: none!important;
}

.page-distribuidor.role-webmaster .lightbox2-alt-layout-data #bottomNavClose,
.page-distribuidor.role-officers .lightbox2-alt-layout-data #bottomNavClose,
.page-distribuidor.role-reseller-administrator .lightbox2-alt-layout-data #bottomNavClose,
.page-distribuidor.role-reseller .lightbox2-alt-layout-data #bottomNavClose,
.page-distribuidor.role-officers .lightbox2-alt-layout #bottomNavClose,
.page-distribuidor.role-reseller-administrator .lightbox2-alt-layout #bottomNavClose,
.page-distribuidor.role-reseller .lightbox2-alt-layout #bottomNavClose,
.page-admin-distribuidor.role-webmaster .lightbox2-alt-layout-data #bottomNavClose,
.page-admin-distribuidor.role-officers .lightbox2-alt-layout-data #bottomNavClose,
.page-admin-distribuidor.role-reseller-administrator .lightbox2-alt-layout-data #bottomNavClose,
.page-admin-distribuidor.role-reseller .lightbox2-alt-layout-data #bottomNavClose,
.page-admin-distribuidor.role-officers .lightbox2-alt-layout #bottomNavClose,
.page-admin-distribuidor.role-reseller-administrator .lightbox2-alt-layout #bottomNavClose,
.page-admin-distribuidor.role-reseller .lightbox2-alt-layout #bottomNavClose {
  margin-bottom: 1px!important;
  padding-bottom: 5px;
  overflow: hidden;
  margin-top: 0;
}

.page-distribuidor.role-webmaster #imageData #bottomNav,
.page-distribuidor.role-officers #imageData #bottomNav,
.page-distribuidor.role-reseller-administrator #imageData #bottomNav,
.page-distribuidor.role-reseller #imageData #bottomNav,
.page-admin-distribuidor.role-webmaster #imageData #bottomNav,
.page-admin-distribuidor.role-officers #imageData #bottomNav,
.page-admin-distribuidor.role-reseller-administrator #imageData #bottomNav,
.page-admin-distribuidor.role-reseller #imageData #bottomNav {
  height: auto!important;
}


.page-distribuidor.role-webmaster .lightbox2-alt-layout #imageData #bottomNav, .lightbox2-alt-layout-data #bottomNav,
.page-distribuidor.role-officers .lightbox2-alt-layout #imageData #bottomNav, .lightbox2-alt-layout-data #bottomNav,
.page-distribuidor.role-reseller-administrator .lightbox2-alt-layout #imageData #bottomNav, .lightbox2-alt-layout-data #bottomNav,
.page-distribuidor.role-reseller .lightbox2-alt-layout #imageData #bottomNav, .lightbox2-alt-layout-data #bottomNav,
.page-admin-distribuidor.role-webmaster .lightbox2-alt-layout #imageData #bottomNav, .lightbox2-alt-layout-data #bottomNav,
.page-admin-distribuidor.role-officers .lightbox2-alt-layout #imageData #bottomNav, .lightbox2-alt-layout-data #bottomNav,
.page-admin-distribuidor.role-reseller-administrator .lightbox2-alt-layout #imageData #bottomNav, .lightbox2-alt-layout-data #bottomNav,
.page-admin-distribuidor.role-reseller .lightbox2-alt-layout #imageData #bottomNav, .lightbox2-alt-layout-data #bottomNav {
  margin-bottom: 0!important;
}

.page-distribuidor-licencia.role-webmaster .region-content .block.block-pt-reseller a,
.page-admin-distribuidor-licencia.role-webmaster .region-content .block.block-pt-reseller a,
.role-webmaster .panel-2col .panel-col-last .pane-pt-reseller-tabla-producto a,
.page-admin-distribuidor-licencia.role-webmaster #pt-reseller-licencias-form  #edit-submit,
.page-admin-distribuidor-licencia.role-webmaster  #pt-reseller-licencias-form .button-user,
.page-admin-distribuidor-licencia.role-officers .region-content .block.block-pt-reseller a,
.page-distribuidor-licencia.role-webmaster #pt-reseller-licencias-form  #edit-submit,
.page-distribuidor-licencia.role-webmaster  #pt-reseller-licencias-form .button-user,
.page-distribuidor-licencia.role-officers .region-content .block.block-pt-reseller a,
.role-officers .panel-2col .panel-col-last .pane-pt-reseller-tabla-producto a,
.page-admin-distribuidor-licencia.role-officers #pt-reseller-licencias-form  #edit-submit,
.page-admin-distribuidor-licencia.role-officers  #pt-reseller-licencias-form .button-user,
.page-admin-distribuidor-licencia.role-reseller-administrator .region-content .block.block-pt-reseller a,
.page-distribuidor-licencia.role-officers #pt-reseller-licencias-form  #edit-submit,
.page-distribuidor-licencia.role-officers  #pt-reseller-licencias-form .button-user,
.page-distribuidor-licencia.role-reseller-administrator .region-content .block.block-pt-reseller a,
.role-reseller-administrator .panel-2col .panel-col-last .pane-pt-reseller-tabla-producto a,
.page-admin-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form  #edit-submit,
.page-admin-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form .button-user,
.page-admin-distribuidor-licencia.role-reseller .region-content .block.block-pt-reseller a,
.page-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form  #edit-submit,
.page-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form .button-user,
.page-distribuidor-licencia.role-reseller .region-content .block.block-pt-reseller a,
.role-reseller .panel-2col .panel-col-last .pane-pt-reseller-tabla-producto a,
.page-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form  #edit-submit,
.page-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form .button-user,
.page-admin-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form  #edit-submit,
.page-admin-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form .button-user {
	 background: #D83B01;
    border: 0;
    padding: 11px 25px;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    margin-top: 19px;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
}

.page-distribuidor.role-webmaster .pane-content .views-row .commerce-add-to-cart,
.page-distribuidor.role-officers .pane-content .views-row .commerce-add-to-cart,
.page-distribuidor.role-reseller-administrator .pane-content .views-row .commerce-add-to-cart,
.page-distribuidor.role-reseller .pane-content .views-row .commerce-add-to-cart,
.page-admin-distribuidor.role-webmaster .pane-content .views-row .commerce-add-to-cart,
.page-admin-distribuidor.role-officers .pane-content .views-row .commerce-add-to-cart,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row .commerce-add-to-cart,
.page-admin-distribuidor.role-reseller .pane-content .views-row .commerce-add-to-cart {
	text-align: center;
}

.page-distribuidor.role-webmaster .pane-content .views-row-last,
.page-distribuidor.role-officers .pane-content .views-row-last,
.page-distribuidor.role-reseller-administrator .pane-content .views-row-last,
.page-distribuidor.role-reseller .pane-content .views-row-last,
.page-admin-distribuidor.role-webmaster .pane-content .views-row-last,
.page-admin-distribuidor.role-officers .pane-content .views-row-last,
.page-admin-distribuidor.role-reseller-administrator .pane-content .views-row-last,
.page-admin-distribuidor.role-reseller .pane-content .views-row-last {
	margin-right: 0;
}

.page-distribuidor-licencia.role-webmaster #block-pt-reseller-tabla-producto,
.page-distribuidor-licencia.role-officers #block-pt-reseller-tabla-producto,
.page-distribuidor-licencia. .role-reseller-administrator #block-pt-reseller-tabla-producto,
.page-distribuidor-licencia.role-reseller #block-pt-reseller-tabla-producto,
.page-admin-distribuidor-licencia.role-webmaster #block-pt-reseller-tabla-producto,
.page-admin-distribuidor-licencia.role-officers #block-pt-reseller-tabla-producto,
.page-admin-distribuidor-licencia. .role-reseller-administrator #block-pt-reseller-tabla-producto,
.page-admin-distribuidor-licencia.role-reseller #block-pt-reseller-tabla-producto {
	padding-bottom: 25px;
}

.page-distribuidor-licencia.role-webmaster #pt-reseller-licencias-form,
.page-distribuidor-licencia.role-officers  #pt-reseller-licencias-form,
.page-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form,
.page-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form,
.page-admin-distribuidor-licencia.role-webmaster #pt-reseller-licencias-form,
.page-admin-distribuidor-licencia.role-officers  #pt-reseller-licencias-form,
.page-admin-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form,
.page-admin-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form {
	margin-top: 25px;
  overflow: hidden;
}


.page-distribuidor-licencia.role-webmaster #pt-reseller-licencias-form input[value="Enviar licencia"],
.page-distribuidor-licencia.role-officers #pt-reseller-licencias-form input[value="Enviar licencia"],
.page-distribuidor-licencia.role-reseller-administrator #pt-reseller-licencias-form input[value="Enviar licencia"],
.page-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form input[value="Enviar licencia"],
.page-admin-distribuidor-licencia.role-webmaster #pt-reseller-licencias-form input[value="Enviar licencia"],
.page-admin-distribuidor-licencia.role-officers #pt-reseller-licencias-form input[value="Enviar licencia"],
.page-admin-distribuidor-licencia.role-reseller-administrator #pt-reseller-licencias-form input[value="Enviar licencia"],
.page-admin-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form input[value="Enviar licencia"] {
  margin-top: 35px!important;
}


.page-distribuidor-licencia.role-webmaster  #pt-reseller-licencias-form .form-item,
.page-distribuidor-licencia.role-officers  #pt-reseller-licencias-form .form-item,
.page-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form .form-item,
.page-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form .form-item,
.page-admin-distribuidor-licencia.role-webmaster  #pt-reseller-licencias-form .form-item,
.page-admin-distribuidor-licencia.role-officers  #pt-reseller-licencias-form .form-item,
.page-admin-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form .form-item,
.page-admin-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form .form-item   {
	float: left;
    width: 48%;
    margin-bottom: 25px;
    margin-right: 15px;
    overflow: hidden;
    display: block;
    min-height: 79px;
}


.page-distribuidor-licencia.role-webmaster #pt-reseller-licencias-form .form-item label[for="edit-telefono-alterno"],
.page-distribuidor-licencia.role-webmaster  #pt-reseller-licencias-form .form-item label[for="edit-telefono"],
.page-distribuidor-licencia.role-officers #pt-reseller-licencias-form .form-item label[for="edit-telefono-alterno"],
.page-distribuidor-licencia.role-officers  #pt-reseller-licencias-form .form-item label[for="edit-telefono"],
.page-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form .form-item label[for="edit-telefono-alterno"],
.page-distribuidor-licencia.role-reseller-administrator #pt-reseller-licencias-form .form-item label[for="edit-telefono"],
.page-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form .form-item label[for="edit-telefono-alterno"],
.page-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form .form-item label[for="edit-telefono"],
.page-admin-distribuidor-licencia.role-webmaster #pt-reseller-licencias-form .form-item label[for="edit-telefono-alterno"],
.page-admin-distribuidor-licencia.role-webmaster  #pt-reseller-licencias-form .form-item label[for="edit-telefono"],
.page-admin-distribuidor-licencia.role-officers #pt-reseller-licencias-form .form-item label[for="edit-telefono-alterno"],
.page-admin-distribuidor-licencia.role-officers  #pt-reseller-licencias-form .form-item label[for="edit-telefono"],
.page-admin-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form .form-item label[for="edit-telefono-alterno"],
.page-admin-distribuidor-licencia.role-reseller-administrator #pt-reseller-licencias-form .form-item label[for="edit-telefono"],
.page-admin-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form .form-item label[for="edit-telefono-alterno"],
.page-admin-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form .form-item label[for="edit-telefono"]{
	display: block;
}


.page-distribuidor-licencia.role-webmaster  #pt-reseller-licencias-form .form-item input#edit-telefono-alterno,
.page-distribuidor-licencia.role-webmaster #pt-reseller-licencias-form .form-item input#edit-telefono,
.page-distribuidor-licencia.role-officers  #pt-reseller-licencias-form .form-item input#edit-telefono-alterno,
.page-distribuidor-licencia.role-officers #pt-reseller-licencias-form .form-item input#edit-telefono,
.page-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form .form-item input#edit-telefono-alterno,
.page-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form .form-item input#edit-telefono,
.page-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form .form-item input#edit-telefono-alterno,
.page-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form .form-item input#edit-telefono,
.page-admin-distribuidor-licencia.role-webmaster  #pt-reseller-licencias-form .form-item input#edit-telefono-alterno,
.page-admin-distribuidor-licencia.role-webmaster #pt-reseller-licencias-form .form-item input#edit-telefono,
.page-admin-distribuidor-licencia.role-officers  #pt-reseller-licencias-form .form-item input#edit-telefono-alterno,
.page-admin-distribuidor-licencia.role-officers #pt-reseller-licencias-form .form-item input#edit-telefono,
.page-admin-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form .form-item input#edit-telefono-alterno,
.page-admin-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form .form-item input#edit-telefono,
.page-admin-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form .form-item input#edit-telefono-alterno,
.page-admin-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form .form-item input#edit-telefono {
	border: 2px solid #ebebeb;
    width: 100%;
    padding: 3px 5px;
}


.pagen-distribuidor-licencia.role-webmaster  #pt-reseller-licencias-form .button-user,
.page-distribuidor-licencia.role-officers  #pt-reseller-licencias-form .button-user,
.page-distribuidor-licencia.role-reseller-administrator #pt-reseller-licencias-form .button-user,
.page-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form .button-user,
.page-admin-distribuidor-licencia.role-webmaster  #pt-reseller-licencias-form .button-user,
.page-admin-distribuidor-licencia.role-officers  #pt-reseller-licencias-form .button-user,
.page-admin-distribuidor-licencia.role-reseller-administrator #pt-reseller-licencias-form .button-user,
.page-admin-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form .button-user  {
	float: left;
    display: inline-block;
    clear: both;
}

.page-distribuidor-licencia.role-webmaster #pt-reseller-licencias-form  #edit-submit,
.page-distribuidor-licencia.role-officers #pt-reseller-licencias-form  #edit-submit,
.page-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form  #edit-submit,
.page-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form  #edit-submit,
.page-admin-distribuidor-licencia.role-webmaster #pt-reseller-licencias-form  #edit-submit,
.page-admin-distribuidor-licencia.role-officers #pt-reseller-licencias-form  #edit-submit,
.page-admin-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form  #edit-submit,
.page-admin-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form  #edit-submit {
	float: left;
    clear: none;
    display: inline-block;
    margin-left: 15px;
}

/*.node-type-product.role-webmaster .product-main .product-details-info,*/
/*.node-type-product.role-webmaster .product-main .product-price-wrap,*/
/*.node-type-product.role-officers .product-main .product-details-info,*/
/*.node-type-product.role-officers .product-main .product-price-wrap,*/
/*.node-type-product.role-reseller-administrator .product-main .product-details-info,*/
/*.node-type-product.role-reseller-administrator .product-main .product-price-wrap,*/
/*.node-type-product.role-reseller .product-main .product-details-info,*/
/*.node-type-product.role-reseller .product-main .product-price-wrap {*/
	/*display: none!important;*/
/*}*/

.role-webmaster .panel-2col .panel-col-last h2,
.role-officers .panel-2col .panel-col-last h2,
.role-reseller-administrator .panel-2col .panel-col-last h2,
.role-reseller .panel-2col .panel-col-last h2  {
	font-size: 14px;
    letter-spacing: 1px;
    margin: 21px 0;
    text-align: left;
}

.role-webmaster .pane-pt-reseller-puntos-acumulados .pane-content,
.role-officers .pane-pt-reseller-puntos-acumulados .pane-content,
.role-reseller-administrator .pane-pt-reseller-puntos-acumulados .pane-content,
.role-reseller  .pane-pt-reseller-puntos-acumulados .pane-content {
  float: left;
  width: 50%;
}


.role-webmaster .pane-pt-reseller-puntos-acumulados #puntos_title,
.role-officers .pane-pt-reseller-puntos-acumulados #puntos_title,
.role-reseller-administrator .pane-pt-reseller-puntos-acumulados #puntos_title,
.role-reseller .pane-pt-reseller-puntos-acumulados #puntos_title,
.role-officers .pane-pt-reseller-puntos-acumulados #distribudor_title,
.role-webmaster .pane-pt-reseller-puntos-acumulados #distribudor_title,
.role-reseller-administrator .pane-pt-reseller-puntos-acumulados #distribudor_title,
.role-reseller .pane-pt-reseller-puntos-acumulados #distribudor_title {
  clear: both;
  display: block;
  margin-bottom: 8px;
}

.role-webmaster .pane-pt-reseller-credito-por-usuario .logo-distribuidor,
.role-officers .pane-pt-reseller-credito-por-usuario .logo-distribuidor,
.role-reseller-administrator .pane-pt-reseller-credito-por-usuario .logo-distribuidor,
.role-reseller .pane-pt-reseller-credito-por-usuario .logo-distribuidor {
  float: left;
  display: inline-block;
  width: 50%;
}

.role-webmaster .pane-pt-reseller-credito-por-usuario #credit_avaible_amount,
.role-webmaster .pane-pt-reseller-credito-por-usuario #balance_avaible_reseller,
.role-officers .pane-pt-reseller-credito-por-usuario #balance_avaible_reseller {
  clear: both;
}

.role-webmaster .panel-2col .panel-col-last .pane-pt-reseller-tabla-producto,
.role-officers .panel-2col .panel-col-last .pane-pt-reseller-tabla-producto,
.role-reseller-administrator .panel-2col .panel-col-last .pane-pt-reseller-tabla-producto,
.role-reseller .panel-2col .panel-col-last .pane-pt-reseller-tabla-producto {
	text-align: center;
}

.role-webmaster .pane-custom.pane-1 ol,
.role-officers .pane-custom.pane-1 ol,
.role-reseller-administrator .pane-custom.pane-1 ol,
.role-reseller .pane-custom.pane-1 ol {
  padding-left: 16px;
}

.role-webmaster .pane-custom.pane-1 ol li,
.role-officers .pane-custom.pane-1 ol li,
.role-reseller-administrator .pane-custom.pane-1 ol li,
.role-reseller .pane-custom.pane-1 ol li {
  padding-left: 4px;
  line-height: 23px;
  margin-bottom: 13px;
}

.role-officers .panel-2col .panel-col-last .pane-pt-reseller-tabla-producto a,
.role-reseller .panel-2col .panel-col-last .pane-pt-reseller-tabla-producto a {
	/*background: url(/sites/default/files/coins_0.png) no-repeat left 6px center #D83B01;
	background-size: 9%;*/
}



.page-distribuidor-licencia.role-webmaster .region-content .block.block-pt-reseller a,
.page-distribuidor-licencia.role-officers .region-content .block.block-pt-reseller a,
.page-distribuidor-licencia. .role-reseller-administrator .region-content .block.block-pt-reseller a,
.page-distribuidor-licencia.role-reseller .region-content .block.block-pt-reseller a,
.page-admin-distribuidor-licencia.role-webmaster .region-content .block.block-pt-reseller a,
.page-admin-distribuidor-licencia.role-officers .region-content .block.block-pt-reseller a,
.page-admin-distribuidor-licencia. .role-reseller-administrator .region-content .block.block-pt-reseller a,
.page-admin-distribuidor-licencia.role-reseller .region-content .block.block-pt-reseller a {
	display: none;
}

.page-distribuidor-licencia.role-webmaster .region-content table,
.page-distribuidor-licencia.role-officers .region-content table,
.page-distribuidor-licencia.role-reseller-administrator .region-content table,
.page-distribuidor-licencia.role-reseller .region-content table,
.page-admin-distribuidor-licencia.role-webmaster .region-content table,
.page-admin-distribuidor-licencia.role-officers .region-content table,
.page-admin-distribuidor-licencia.role-reseller-administrator .region-content table,
.page-admin-distribuidor-licencia.role-reseller .region-content table {
  width: 65%;
}
.page-distribuidor-licencia.role-webmaster .region-content .tableheader-processed tbody,
.page-distribuidor-licencia.role-webmaster .region-content .tableheader-processed thead,
.page-admin-distribuidor-licencia.role-webmaster .region-content .tableheader-processed tbody,
.page-admin-distribuidor-licencia.role-webmaster .region-content .tableheader-processed thead,
.role-webmaster .panel-2col .panel-col-last .tableheader-processed tbody,
.role-webmaster .panel-2col .panel-col-last .tableheader-processed thead,
.page-distribuidor-licencia.role-officers .region-content .tableheader-processed tbody,
.page-distribuidor-licencia.role-officers .region-content .tableheader-processed thead,
.page-admin-distribuidor-licencia.role-officers .region-content .tableheader-processed tbody,
.page-admin-distribuidor-licencia.role-officers .region-content .tableheader-processed thead,
.role-officers .panel-2col .panel-col-last .tableheader-processed tbody,
.role-officers .panel-2col .panel-col-last .tableheader-processed thead,
.page-distribuidor-licencia.role-reseller-administrator .region-content .tableheader-processed tbody,
.page-distribuidor-licencia.role-reseller-administrator .region-content .tableheader-processed thead,
.page-admin-distribuidor-licencia.role-reseller-administrator .region-content .tableheader-processed tbody,
.page-admin-distribuidor-licencia.role-reseller-administrator .region-content .tableheader-processed thead,
.role-reseller-administrator .panel-2col .panel-col-last .tableheader-processed tbody,
.role-reseller-administrator .panel-2col .panel-col-last .tableheader-processed thead,
.page-distribuidor-licencia.role-reseller .region-content .tableheader-processed tbody,
.page-distribuidor-licencia.role-reseller .region-content .tableheader-processed thead,
.page-admin-distribuidor-licencia.role-reseller .region-content .tableheader-processed tbody,
.page-admin-distribuidor-licencia.role-reseller .region-content .tableheader-processed thead,
.role-reseller .panel-2col .panel-col-last .tableheader-processed tbody,
.role-reseller .panel-2col .panel-col-last .tableheader-processed thead {
	border-right: 1px solid #ccc;
}

.page-distribuidor-licencia.role-webmaster .region-content .tableheader-processed thead tr th,
.page-admin-distribuidor-licencia.role-webmaster .region-content .tableheader-processed thead tr th,
.role-webmaster .panel-2col .panel-col-last .tableheader-processed thead tr th,
.page-distribuidor-licencia.role-officers .region-content .tableheader-processed thead tr th,
.page-admin-distribuidor-licencia.role-officers .region-content .tableheader-processed thead tr th,
.role-officers .panel-2col .panel-col-last .tableheader-processed thead tr th,
.page-distribuidor-licencia.role-reseller .region-content .tableheader-processed thead tr th,
.page-admin-distribuidor-licencia.role-reseller .region-content .tableheader-processed thead tr th,
.role-reseller .panel-2col .panel-col-last .tableheader-processed thead tr th,
.page-distribuidor-licencia.role-reseller-administrator .region-content .tableheader-processed thead tr th,
.page-admin-distribuidor-licencia.role-reseller-administrator .region-content .tableheader-processed thead tr th,
.role-reseller-administrator .panel-2col .panel-col-last .tableheader-processed thead tr th {
	border-bottom: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center!important;
    font-size: 13px;
    width: 72px;
    display: table-cell;
    background: #fff;
    color: #000;
}

.page-distribuidor-licencia.role-webmaster .region-content .tableheader-processed tbody tr td,
.page-admin-distribuidor-licencia.role-webmaster .region-content .tableheader-processed tbody tr td,
.role-webmaster .panel-2col .panel-col-last .tableheader-processed tbody tr td,
.page-distribuidor-licencia.role-reseller-administrator .region-content .tableheader-processed tbody tr td,
.page-admin-distribuidor-licencia.role-reseller-administrator .region-content .tableheader-processed tbody tr td,
.role-reseller-administrator .panel-2col .panel-col-last .tableheader-processed tbody tr td,
.page-distribuidor-licencia.role-officers .region-content .tableheader-processed tbody tr td,
.page-admin-distribuidor-licencia.role-officers .region-content .tableheader-processed tbody tr td,
.role-officers .panel-2col .panel-col-last .tableheader-processed tbody tr td,
.page-distribuidor-licencia.role-reseller .region-content .tableheader-processed tbody tr td,
.page-admin-distribuidor-licencia.role-reseller .region-content .tableheader-processed tbody tr td,
.role-reseller .panel-2col .panel-col-last .tableheader-processed tbody tr td {
	line-height: 20px;
    vertical-align: middle;
    font-size: 11px;
    border-left: 1px solid #ccc;
    color: #000;
    text-align: center;
    padding: 5px;
}


.page-distribuidor-licencia.role-webmaster #pt-reseller-licencias-form  #edit-submit,
.page-distribuidor-licencia.role-webmaster  #pt-reseller-licencias-form .button-user,
.page-distribuidor-licencia.role-officers #pt-reseller-licencias-form  #edit-submit,
.page-distribuidor-licencia.role-officers  #pt-reseller-licencias-form .button-user,
.page-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form  #edit-submit,
.page-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form .button-user,
.page-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form  #edit-submit,
.page-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form .button-user,
.page-admin-distribuidor-licencia.role-webmaster #pt-reseller-licencias-form  #edit-submit,
.page-admin-distribuidor-licencia.role-webmaster  #pt-reseller-licencias-form .button-user,
.page-admin-distribuidor-licencia.role-officers #pt-reseller-licencias-form  #edit-submit,
.page-admin-distribuidor-licencia.role-officers  #pt-reseller-licencias-form .button-user,
.page-admin-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form  #edit-submit,
.page-admin-distribuidor-licencia.role-reseller-administrator  #pt-reseller-licencias-form .button-user,
.page-admin-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form  #edit-submit,
.page-admin-distribuidor-licencia.role-reseller  #pt-reseller-licencias-form .button-user {
	 padding: 4px 25px;
}

/* Trabaja con nosotros! */
.page-node-79 .awe-section-79-1 .awe-col-content.text-left .awe-col-wrapper ul li  {
  background: url(/sites/default/files/verification-mar.png) no-repeat left 10px center transparent;
  padding-left: 23px;
  background-size: 2.5%;
}

.role-webmaster .view-commerce-user-orders table thead tr th:nth-child(4),
.role-webmaster .view-commerce-user-orders table tbody tr td:nth-child(4),
.role-officers .view-commerce-user-orders table thead tr th:nth-child(4),
.role-officers .view-commerce-user-orders table tbody tr td:nth-child(4),
.role-reseller-administrator .view-commerce-user-orders table thead tr th:nth-child(4),
.role-reseller-administrator .view-commerce-user-orders table tbody tr td:nth-child(4),
.role-reseller .view-commerce-user-orders table thead tr th:nth-child(4),
.role-reseller .view-commerce-user-orders table tbody tr td:nth-child(4) {
  display: none;
}

.role-webmaster .entity-commerce-order .field-name-commerce-order-total .commerce-price-formatted-components,
.role-webmaster .entity-commerce-order .field-name-commerce-line-items .views-table .views-field-commerce-total,
.role-webmaster .entity-commerce-order .field-name-commerce-line-items .views-table .views-field-commerce-unit-price,
.role-officers .entity-commerce-order .field-name-commerce-order-total .commerce-price-formatted-components,
.role-officers .entity-commerce-order .field-name-commerce-line-items .views-table .views-field-commerce-total,
.role-officers .entity-commerce-order .field-name-commerce-line-items .views-table .views-field-commerce-unit-price,
.role-reseller-administrator .entity-commerce-order .field-name-commerce-order-total .commerce-price-formatted-components,
.role-reseller-administrator .entity-commerce-order .field-name-commerce-line-items .views-table .views-field-commerce-total,
.role-reseller-administrator .entity-commerce-order .field-name-commerce-line-items .views-table .views-field-commerce-unit-price,
.role-reseller .entity-commerce-order .field-name-commerce-order-total .commerce-price-formatted-components,
.role-reseller .entity-commerce-order .field-name-commerce-line-items .views-table .views-field-commerce-total,
.role-reseller .entity-commerce-order .field-name-commerce-line-items .views-table .views-field-commerce-unit-price {
  display: none;
}

.role-webmaster .entity-commerce-order .field-name-commerce-line-items .views-field-quantity,
.role-officers .entity-commerce-order .field-name-commerce-line-items .views-field-quantity,
.role-reseller-administrator .entity-commerce-order .field-name-commerce-line-items .views-field-quantity,
.role-reseller .entity-commerce-order .field-name-commerce-line-items .views-field-quantity {
  text-align: center;
}

/*No debe de poder cambiar contraseña y correo */

/*.role-reseller #user-profile-form .form-type-password,*/

.role-webmaster #user-profile-form .form-type-password,
.role-officers #user-profile-form .form-type-password,
.role-officers #user-profile-form .form-item-mail,
.role-reseller-administrator #user-profile-form .form-item-mail,
.role-reseller #user-profile-form .form-item-mail{
    /*pointer-events: none;*/
}

/* Correcion de texto muy grande */
body .product-details-info .commerce-add-to-cart .form-submit {
    font-size: 0.8em;
    padding: 0 19px;
    max-width: 300px;
}

/* Moneda activada  */
.currency-switcher {
  text-align: center;
  float: left;
  padding-top: 13px;
  padding-left: 9px;
}

.currency-switcher .currency_select_menu {
background: #fff;
text-align: center;
float: right;
margin-top: -11px;
margin-left: 9px;
margin-bottom: 0;
padding-bottom: 0;
}

body .currency-switcher .currency_select_menu li {
border-top: 0;
float: left;
border-bottom: 0;
border-left: 1px solid #f6f6f6;
border-right: 1px solid #f6f6f6;
/*border-radius: 50px;*/
margin-top: 0;
padding: 14px 15px;
}

body .currency-switcher .currency_select_menu li a {
  text-indent: -999em;
  height: 25px;
  display: block;
  width: 25px;
  background-size: 40%;
  padding: 0;
  border-radius: 50px;
}

.currency-switcher .currency_select_menu li.USD {
  border-bottom: 0;
}

.currency-switcher .currency_select_menu li.GTQ a {
  background: url(/sites/default/files/iconG.png) no-repeat center center transparent;
}

.currency-switcher .currency_select_menu li.USD a {
  background: url(/sites/default/files/united-states.png) no-repeat center center transparent;
}

.currency-switcher .currency_select_menu li.active a {
  color: #000;
  font-weight: 900;
  box-shadow: 2px 2px 2px #000;
}

.currency-switcher .currency_select_menu li a:focus,
.currency-switcher .currency_select_menu li a:hover {
  box-shadow: 2px 2px 2px #000;
}

/* Menu Top Cuenta y Cerrar Sesion  */

.topbar-left .top-navigation {
  float: left;
}

.topbar-left .user-menu-block {
  float: left;
}

.topbar-left .user-menu-block  ul.menu {
  overflow: hidden;
  padding-top: 12px;
  padding-left: 8px;
}

.topbar-left .user-menu-block  ul.menu li {
 float: left;
  margin-right: 0;
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

.topbar-left .user-menu-block  ul.menu li a {
  padding: 10px;
  text-transform: uppercase;
  color: #999999;
  font-weight: bold;
  font-size: 14px;
}

/* Block fixed footer */
.banner-2 {
  text-align: center;
}

.banner-2 div {
  margin: 0 auto;
}

/*.role-webmaster .products .product .product-price,*/
/*.role-officers .products .product .product-price,*/
/*.role-reseller-administrator .products .product .product-price,*/
/*.role-reseller .products .product .product-price {*/
    /*display: block;*/
/*}*/

.role-webmaster #commerce-checkout-form-checkout .customer_profile_billing .fieldset-legend p,
.role-officers #commerce-checkout-form-checkout .customer_profile_billing .fieldset-legend p,
.role-reseller-administrator #commerce-checkout-form-checkout .customer_profile_billing .fieldset-legend p,
.role-reseller #commerce-checkout-form-checkout .customer_profile_billing .fieldset-legend p {
  margin-bottom: 10px;
  font-size: 22px;
 font-weight: 900;
}

.role-webmaster #commerce-checkout-form-checkout #edit-checkout-review,
.role-officers #commerce-checkout-form-checkout #edit-checkout-review,
.role-reseller-administrator #commerce-checkout-form-checkout #edit-checkout-review,
.role-reseller #commerce-checkout-form-checkout #edit-checkout-review {
  display: none;
}

.role-webmaster .product-main .product-price-wrap h3.price,
.role-officers .product-main .product-price-wrap h3.price,
.role-reseller-administrator .product-main .product-price-wrap h3.price,
.role-reseller .product-main .product-price-wrap h3.price {
  display: none!important;
}

.role-webmaster #block-block-2,
.role-reseller-administrator #block-block-2,
.role-officers #block-block-2,
.role-reseller #block-block-2 {
  display: none;
}

.role-webmaster #block-md-block-painter-block-painter-6,
.role-officers #block-md-block-painter-block-painter-6,
.role-reseller-administrator #block-md-block-painter-block-painter-6,
.role-reseller #block-md-block-painter-block-painter-6 {
  padding: 25px 0;
}

#block-block-2 .banner {
  text-align: center;
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  display: block;
  z-index: 100;
  height: 90px;
}

#block-block-2 .banner div {
  margin: 0 auto;
}



#block-block-2 p {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  z-index: 10;
}

.front #block-md-block-painter-block-painter-6 {
  /*padding: 42px 0 118px;*/
}

.info_footer  {
  background: #f6f6f6;
}

.info_footer .wrapper-box {
  text-align: center;
}

.info_footer .wrapper-box .info-footer {
  display: inline-block;
  float: none;
}

.info_footer .wrapper-box .info-footer h4 {
  font-size: 12px;
}

.info_footer .wrapper-box .info-footer img {
  width: 23%;
}


.front .info_footer  {
  padding: 0 0 118px;
}

.not-front .info_footer  {
  padding: 0 0 15px;
}


.not-front #block-md-block-painter-block-painter-6 {
    /*padding: 15px 0 15px;*/
}

.themedev-product-popup .product-price-wrap .review-summary {
  padding-top: 9px;
}

.themedev-product-popup .product-price-wrap h3.price .amount {
  padding-right: 17px;
}

.themedev-product-popup .product-short ul {
  padding-left: 20px;
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  padding-bottom: 5px;
  margin-bottom: 16px;
  padding-top: 5px;
}

.themedev-product-popup .product-short ul li {
  list-style: disc;
  font-size: 15px;
  line-height: 26px;
}

/* Slideshow */

  .kt-heading-wrapper .kt-heading-title {
    line-height: 30px;
    margin: 19px 0 0px;
  }

  body .awe-section-33-0-0 {
    margin-bottom: 0;
  }

.view-slideshow  .view-content .flex-nav-container {
    background: #F8F8F8;
    margin-bottom: 0;
}

.view-slideshow  .view-content .flex-control-nav {
    display: none;
}

.view-slideshow  .view-content {
  position: relative;
}

.view-slideshow  .view-content  .flex-direction-nav a {
  overflow: inherit!important;
  text-indent: -999em;
  display: block;
  font-size: 0;
}

.view-slideshow .views-field-field-enlace-  a{
  background: #0078d7;
    padding: 16px 25px;
    color: #fff;
     text-shadow: 1px 1px 1px #333;
}

.view-slideshow .views-field-field-enlace- {
  position: absolute;
    z-index: 10;
    right: 32%;
    bottom: 24px;
}

.slider-correo-office .views-field-field-imagen-mobil,
.front .views-field-field-imagen-mobil,
.claro-club .view-slideshow .views-field-field-imagen-mobil,
.claro-club .view-slideshow .views-field-field-imagen-slider-mobile,
.page-promociones .view-slideshow .views-field-field-imagen-mobil {
  display: none;
}

.view-slideshow .views-field-field-enlace-  a:hover {
  text-decoration: none;
}

body .flexslider {
    background: transparent;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

body.front .awe-section-33-0 {
  padding-top: 10px;
}

/* Información de factura */
#commerce-checkout-form-checkout .customer_profile_billing .field-name-field-nombre-completo-envio,
#commerce-checkout-form-checkout .customer_profile_billing .field-name-field-direccion-envio,
#commerce-checkout-form-checkout .customer_profile_billing .field-name-field-telefono-movil,
#commerce-checkout-form-checkout .customer_profile_billing .field-type-addressfield .street-block,
#commerce-checkout-form-checkout .customer_profile_billing .field-type-addressfield .form-type-select {
   margin-right: 11px;
}

#commerce-checkout-form-checkout .field-name-field-enviar-a-la-misma-dir {
  clear: both;
  margin-bottom: 25px;
}


.role-webmaster #commerce-checkout-form-checkout .customer_profile_billing .field-name-field-correo-electronico,
.role-officers #commerce-checkout-form-checkout .customer_profile_billing .field-name-field-correo-electronico,
.role-reseller #commerce-checkout-form-checkout .customer_profile_billing .field-name-field-correo-electronico,
.role-reseller-administrator #commerce-checkout-form-checkout .customer_profile_billing .field-name-field-correo-electronico,
#commerce-checkout-form-checkout .customer_profile_billing .field-name-field-nombre-completo-envio,
#commerce-checkout-form-checkout .customer_profile_billing .field-name-field-telefono-envio,
#commerce-checkout-form-checkout .customer_profile_billing .field-name-field-direccion-envio,
#commerce-checkout-form-checkout .customer_profile_billing .field-name-field-indicaciones-envio,

#commerce-checkout-form-checkout .customer_profile_billing .field-name-field-telefono-movil,
#commerce-checkout-form-checkout .customer_profile_billing .field-name-field-nit,
#commerce-checkout-form-checkout .customer_profile_billing .field-name-field-datos-de-facturacion,
#commerce-checkout-form-checkout .customer_profile_billing .field-type-addressfield .addressfield-container-inline,
#commerce-checkout-form-checkout .customer_profile_billing .field-type-addressfield .street-block,
#commerce-checkout-form-checkout .customer_profile_billing .field-type-addressfield .addressfield-container-inline,
#commerce-checkout-form-checkout .customer_profile_billing .field-type-addressfield .form-type-select  {
  float: left;
  width: 49.5%;
  margin-bottom: 21px;
  min-height: 79px;
}

#commerce-checkout-form-checkout .checkout-review tbody tr:nth-of-type(4),
#commerce-checkout-form-checkout .checkout-review tbody tr:nth-of-type(3),
#commerce-checkout-form-checkout .customer_profile_billing .field-name-field-correo-electronico {
  display: none;
}

#commerce-checkout-form-checkout .customer_profile_billing .field-name-field-datos-de-facturacion textarea {
  min-height: 10px;
  height: 38px;
  border: 2px solid #ebebeb;
  color: #333333;
}

#commerce-checkout-form-checkout .customer_profile_billing .field-name-field-telefono-movil input:focus,
#commerce-checkout-form-checkout .customer_profile_billing .field-name-field-datos-de-facturacion textarea:focus {
  border: 2px solid #999999;
  box-shadow: none;
}

#commerce-checkout-form-checkout .customer_profile_billing .field-name-field-telefono-movil input {
    width: 100%;
    border: 2px solid #ebebeb;
    color: #333333;
    padding: 6px 12px;
    height: 39px;
}

#commerce-checkout-form-checkout .customer_profile_billing .field-type-addressfield .addressfield-container-inline  .form-item{
  float: none;
  margin: 0;
}

body .product-main .cart .cart-tool {
  /*padding-top: 44px;*/
}

.label_in_stock {
    background: #2FAAE1;
    padding: 3px 5px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 292px;
    display: block;
}

.node-type-envio .product-details-info {
    position: relative;
    overflow: hidden;
    clear: both;
}

.node-type-envio .product-details-info .commerce-add-to-cart input#edit-submit {
  margin-top: 0;
  float: left;
  width: 74%;
}

body .product-details-info .commerce-add-to-cart {
  margin-bottom: 0;
}

.node-type-envio .product-details-info .field-name-field-product-ref  {
  overflow: hidden;
  width: 50%;
  float: left;
}

.node-type-envio .product-details-info .cart {
  float: right;
  width: 50%;
  margin-bottom: 26px;
  position: relative;
  right: inherit;
  bottom: inherit;
}

.product-details-info {
  position: relative;
  min-height: 104px;
}

.product-details-info .cart {
  position: absolute;
  bottom: 0px;
  right: 94px;
}

.commerce-add-to-cart {
  width: 100%;
}

.commerce-add-to-cart .form-item-quantity {
    margin-top: 21px;
}
.commerce-add-to-cart .form-type-textfield.form-item-quantity .commerce-quantity-plusminus-link {
    float: left;
}

.commerce-add-to-cart .form-type-textfield.form-item-quantity input {
    width: 20px;
    height: auto;
    text-align: center;
    padding: 2px;
    float: left;
    font-weight: 900;
}

/*

Esto va debajo de ¿Por qué office 365?

 */

.hidden_menu {
  display: none;
}

.claro_costa_rica #flexslider-2,
.claro_panama #flexslider-2 {
  display: none!important;
}

/* Samuel Barrios */

.imagen, .principal{
  width: 100%;
  margin: 0 auto;
}
.inc{
  border:1px solid gray;
  width:960px;
}
h1.titulo{
  /*position:absolute;*/
  position:relative;
  top: 0;
  left: 470px;
}

.div2, .div1 {
  padding-right: 0;
  padding-left: 12px;
}

.div2 ul {
  padding-left: 12px;
}

.div2 ul li {
    list-style: disc;
    line-height: 19px;
    margin-bottom: 15px;
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
 .table>thead:first-child>tr:first-child>th {
  border-top: 0;
  vertical-align: middle;
  /* border-left: 4px solid #fff; */
  background: #FFF;
  /* padding-bottom: 55px; */
  /* padding-top: 30px; */
  /* position: relative; */
  /* height: 120px; */
  text-align: center;
  font-size: 13px;
}

/** CSS CHRISTIAN PERNILLO */
.credit_content_text {
  display: block;
}

/*
Fin--
 */


/*------------- Digital Reseller Webform -----------------*/

.webform-client-form-83 .form-item  {
  float: left;
  width: 49%;
  margin-right: 5px;
  margin-bottom: 15px;
}

.webform-client-form-83 .form-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.webform-client-form-83 .form-item select  {
  border: 2px solid #ebebeb;
  background: transparent;
}

.webform-client-form-83 .form-actions {
  text-align: center;
  margin-bottom: 5px;
  border-bottom: 0;
  box-shadow: none;
}

.webform-client-form-83 .form-actions  input.webform-submit {
  padding: 10px 60px;
  font-size: 18px;
  background: none;
  color: #000000;
  border-color: #000000;
}

.webform-client-form-83 .form-actions  input.webform-submit:hover {
    background: #000000;
    color: #FFFFFF;
    border-color: #000000;
}

/** Payment Details **/

#edit-commerce-payment-payment-method .form-item {
	margin-right: 15px;
    margin-bottom: 25px;
    width: auto;
    display: inline-block;
}

#edit-commerce-payment-payment-method .form-item:nth-of-type(1n+2) {
	margin-right: 0;
}

#edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method:nth-child(1) img {
	/*margin-top: -48px;*/
  margin-left: 9px;
}

.role-reseller #edit-commerce-payment .form-item-commerce-payment-payment-method label {
    cursor: pointer;
}

/*
.role-reseller #edit-commerce-payment .form-item-commerce-payment-payment-method:last-child label {
  background: url(/sites/default/files/visanet.png) no-repeat right center,
              url(/sites/default/files/mc.png) no-repeat right 33px center;
  background-size: contain;
  padding-right: 67px;
}*/

#edit-commerce-payment .form-item-commerce-payment-payment-method label[for="edit-commerce-payment-payment-method-commerce-credomaticcommerce-payment-commerce-credomatic"] {
  background: url(/sites/default/files/iconos.png) no-repeat left center;
  background-size: 81%;
  padding-top: 6px;
  padding-bottom: 0px;
  display: inline-block;
  width: 184px;
  font-size: 0;
  padding-right: 0;
}

#edit-commerce-payment .form-item-commerce-payment-payment-method label[for="edit-commerce-payment-payment-method-commerce-credomaticcommerce-payment-commerce-credomatic"] img {
  display: none;
}

#edit-commerce-payment .form-item-commerce-payment-payment-method label[for="edit-commerce-payment-payment-method-paypal-eccommerce-payment-paypal-ec"] img {
  margin-top: -24px;
}

#payment-details {
  clear: both;
  margin-top: 25px;
  display: block;
}

#payment-details .form-item {
	float: left;
    width: 47%;
    margin-bottom: 25px;
    margin-right: 10px;
}

.role-officers #payment-details .form-item-commerce-payment-payment-details-credit-card-number {
  margin-right: 10px;
}


.role-webmaster #payment-details .form-item-commerce-payment-payment-details-credit-card-number,
.role-reseller-administrator #payment-details .form-item-commerce-payment-payment-details-credit-card-number,
.role-reseller #payment-details .form-item-commerce-payment-payment-details-credit-card-number {
  margin-right: 10px;
}

#payment-details .form-item-commerce-payment-payment-details-credit-card-number {
	margin-right: 10px;
}

#payment-details .commerce-credit-card-expiration .form-item-commerce-payment-payment-details-credit-card-exp-year {
    padding-top: 35px;
}

#payment-details .commerce-credit-card-expiration .commerce-month-year-divider {
	display: none;
}

.role-reseller .views-field-field-tipo-de-catalogo,
.role-reseller-administrator .views-field-field-tipo-de-catalogo,
.role-reseller .gan_content_text,
.role-webmaster .gan_content_text,
.role-webmaster .field-name-field-datos-de-facturacion,
.role-reseller-administrator .gan_content_text,
.role-reseller-administrator .field-name-field-datos-de-facturacion,
.role-reseller .field-name-field-datos-de-facturacion {
    display: none;
}

.role-officers .customer_profile_billing .field-name-field-correo-electronico,
.role-officers #commerce-checkout-form-checkout .customer_profile_billing .field-name-field-correo-electronico,
.role-reseller-administrator .customer_profile_billing .field-name-field-correo-electronico,
.role-reseller-administrator #commerce-checkout-form-checkout .customer_profile_billing .field-name-field-correo-electronico,
.role-webmaster .customer_profile_billing .field-name-field-correo-electronico,
.role-reseller .customer_profile_billing .field-name-field-correo-electronico,
.role-webmaster #commerce-checkout-form-checkout .customer_profile_billing .field-name-field-correo-electronico,
.role-reseller #commerce-checkout-form-checkout .customer_profile_billing .field-name-field-correo-electronico {
    display: block;
}

/* Billetera */

.page-pt-wallet-billetera .container .col-md-6  {
    text-align: center;
    margin-bottom: 25px;
}

.page-pt-wallet-billetera .container .col-md-6  .titulo_pagina h3  {
    margin-bottom: 0;
}

.page-pt-wallet-billetera .container .col-md-6 .text_pagina {
  font-weight: 600;
  font-size: 17px;
}

.page-pt-wallet-billetera .container table {
  width: 100%;
  border-left: 2px solid #888;
  border-top: 2px solid #888;
  border-bottom: 2px solid #888;
}

.page-pt-wallet-billetera .container table tbody tr td,
.page-pt-wallet-billetera .container table thead tr th {
    text-align: center;
    padding: 5px;
}

.page-pt-wallet-billetera .container table thead tr th {
  border-right: 2px solid #888;
  background: #f5f5f5;
}

.page-pt-wallet-billetera .container table tr:nth-of-type(2n+2) {
   background: #f5f5f5;
}

.page-pt-wallet-billetera .container table tr td {
  border-right: 2px solid #888;
}

 /* Logo Geducar */

#block-custom-1 [id*="banner"],
 .role-officers .pane-pt-reseller-puntos-acumulados,
 .role-officers .pane-pt-reseller-puntos-acumulados h2,
.role-officers .pane-pt-reseller-credito-por-usuario,
.role-officers .pane-pt-reseller-credito-por-usuario #billetera_reseller,
.role-officers .pane-pt-reseller-credito-por-usuario .logo-distribuidor,
.role-officers .pane-pt-reseller-credito-por-usuario h2.pane-title,
.role-reseller-administrator .pane-pt-reseller-puntos-acumulados,
.role-reseller-administrator .pane-pt-reseller-puntos-acumulados h2,
.role-reseller-administrator .pane-pt-reseller-credito-por-usuario,
.role-reseller-administrator .pane-pt-reseller-credito-por-usuario #billetera_reseller,
.role-reseller-administrator .pane-pt-reseller-credito-por-usuario .logo-distribuidor,
.role-reseller-administrator .pane-pt-reseller-credito-por-usuario h2.pane-title,
.role-webmaster .pane-pt-reseller-puntos-acumulados,
.role-webmaster .pane-pt-reseller-puntos-acumulados h2,
.role-webmaster .pane-pt-reseller-credito-por-usuario,
.role-webmaster .pane-pt-reseller-credito-por-usuario #billetera_reseller,
.role-webmaster .pane-pt-reseller-credito-por-usuario .logo-distribuidor,
.role-webmaster .pane-pt-reseller-credito-por-usuario h2.pane-title,
.role-reseller .pane-pt-reseller-puntos-acumulados,
.role-reseller .pane-pt-reseller-puntos-acumulados h2,
.role-reseller .pane-pt-reseller-credito-por-usuario,
.role-reseller .pane-pt-reseller-credito-por-usuario #billetera_reseller,
.role-reseller .pane-pt-reseller-credito-por-usuario .logo-distribuidor,
.role-reseller .pane-pt-reseller-credito-por-usuario h2.pane-title {
  text-align: center!important;
}

.role-webmaster .pane-pt-reseller-credito-por-usuario .logo-distribuidor,
.role-officers .pane-pt-reseller-credito-por-usuario .logo-distribuidor,
.role-reseller-administrator .pane-pt-reseller-credito-por-usuario .logo-distribuidor,
.role-reseller .pane-pt-reseller-credito-por-usuario .logo-distribuidor {
  margin-bottom: 10px;
}


.role-webmaster .pane-pt-reseller-credito-por-usuario #help_modal a {
  padding: 0;
  background: transparent;
  color: #000;
  text-shadow: none;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
}

.role-webmaster .pane-pt-reseller-tabla-producto a,
.role-officers .pane-pt-reseller-tabla-producto  a,
.role-reseller-administrator .pane-pt-reseller-tabla-producto a,
.role-webmaster .pane-pt-reseller-credito-por-usuario a,
.role-webmaster .panel-2col .panel-col-last .pane-pt-reseller-credito-por-usuario a,
.role-reseller .pane-pt-reseller-tabla-producto  a,
.role-officers .panel-2col .panel-col-last .pane-pt-reseller-tabla-producto a,
.role-officers .pane-pt-reseller-credito-por-usuario #billetera_reseller a,
.role-reseller-administrator .panel-2col .panel-col-last .pane-pt-reseller-tabla-producto a,
.role-reseller-administrator .pane-pt-reseller-credito-por-usuario #billetera_reseller a,
.role-reseller .panel-2col .panel-col-last .pane-pt-reseller-tabla-producto a,
.role-reseller .pane-pt-reseller-credito-por-usuario #billetera_reseller a {
  width: 69%;
  padding: 8px 25px;
}

.role-webmaster .pane-pt-reseller-tabla-producto a,
.role-webmaster .pane-pt-reseller-credito-por-usuario a,
.role-officers .pane-pt-reseller-tabla-producto a,
.role-reseller-administrator .pane-pt-reseller-tabla-producto a,
.role-reseller .pane-pt-reseller-tabla-producto a,
.role-webmaster .pane-pt-reseller-credito-por-usuario #billetera_reseller a,
.role-officers .pane-pt-reseller-credito-por-usuario #billetera_reseller a,
.role-reseller-administrator .pane-pt-reseller-credito-por-usuario #billetera_reseller a,
.role-reseller .pane-pt-reseller-credito-por-usuario #billetera_reseller a {
  background: #D83B01;
  border: 0;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  margin-top: 19px;
  font-size: 11px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
}

.role-webmaster .pane-pt-reseller-tabla-producto a,
.role-officers .pane-pt-reseller-tabla-producto a,
.role-reseller-administrator .pane-pt-reseller-tabla-producto a,
.role-reseller .pane-pt-reseller-tabla-producto a {
  width: auto;
}

.role-officers #credit_avaible_amount {
  display: none;
}

#credit_avaible_amount {
  line-height: 16px;
}

.role-webmaster .pane-pt-reseller-puntos-acumulados h2,
.role-officers .pane-pt-reseller-puntos-acumulados h2,
.role-reseller-administrator .pane-pt-reseller-puntos-acumulados h2,
.role-reseller .pane-pt-reseller-puntos-acumulados h2 {
  margin-bottom: 2px;
}

.role-webmaster .pane-pt-reseller-puntos-acumulados .puntos-acumulados,
.role-officers .pane-pt-reseller-puntos-acumulados .puntos-acumulados,
.role-reseller-administrator .pane-pt-reseller-puntos-acumulados .puntos-acumulados,
.role-reseller .pane-pt-reseller-puntos-acumulados .puntos-acumulados  {
    background: url(/sites/default/files/medal2.png) no-repeat top -1px center transparent;
    display: block;
    padding-top: 46px;
    padding-bottom: 24px;
    background-size: contain;
    margin-bottom: 35px;
    font-weight: 900;
    color: #000;
    font-size: 15px;
}

.role-reseller-administrator #credit_avaible_amount,
.role-reseller #credit_avaible_amount {
  clear: both;
}

.role-reseller-administrator a[href="https://eflipy.com/officers/config_ganancias"],
.role-reseller a[href="https://eflipy.com/officers/config_ganancias"] {
 display: none!important;
}

.inside table {
  width: 100%;
}

/* PREGUNTAS FRECUENTES */

[about="/preguntas-frecuentes"] {
  margin-bottom: 51px;
}


[about="/preguntas-frecuentes"] ul {
  padding-left: 22px;
}

[about="/preguntas-frecuentes"] ul li {
      list-style: disc;
    margin-bottom: 15px;
    line-height: 20px;
}

/* RECIBE AYUDA */

.webform-client-form-86 textarea {
    padding: 15px 0;
    line-height: normal;
    /*border: none;*/
    border: 2px solid #e3e3e3;
    height: auto;
    margin: 25px 0;
    /*padding: 10px;*/
}

.webform-client-form-86 input.webform-submit {
    background: transparent;
    border: 1px solid #000000;
    border-radius: 0;
    display: inline-block;
    line-height: 1.42857;
    padding: 10px 41px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-family: "Karla", sans-serif;
    color: #000;
}

.webform-client-form-86 input.webform-submit:hover {
  background-color: #000;
  color: #fff;
}

/* View link de productos */

.view-link-de-productos table {
  background: #f5f5f5;
  border: 1px solid #999;
  font-size: 13px;
}

.view-link-de-productos table thead tr th {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  line-height: 21px;
}

.view-link-de-productos table tbody tr td {
  text-align: center;
  padding: 8px;
  background: #fff;
  border-right: 1px solid #999;
  line-height: 20px;
}

.view-link-de-productos table tbody tr.even td {
  background: #f5f5f5;
}

.view-link-de-productos table tbody tr td img {
  width: 50%;
}

.view-link-de-productos table tbody tr td.views-field-body {
  text-align: left;
}

.view-link-de-productos table tbody tr td.views-field-body ul li {
  margin-bottom: 5px;
}

/* Pagina Soporte  */

/*.page-node-91 .awe-section-91-1 .awe-section-91-1-0 .text-left ul,
.page-node-91 .awe-section-91-2 .awe-section-91-2-0 .text-left  ul,
.page-node-92 .awe-section-92-2 .awe-section-92-2-1 .text-left  ul {
  padding-left: 25px;
}*/

.page-node-91 .awecontent-section ul li b,
.page-node-91 .awe-section-91-1 .awe-section-91-1-0 .text-left ul li b,
.page-node-91 .awe-section-91-2 .awe-section-91-2-0 .text-left ul li b,
.page-node-92 .awe-section-92-2 .awe-section-92-2-1 .text-left ul li b {
  background: url(/sites/default/files/mobile-phone.png) no-repeat left center transparent;
  padding-left: 25px;
  background-size: contain;
}
.role-reseller-administrator .todos_costos,
.role-reseller .todos_costos {
    display: none;
}

.page-user-password #user-pass .form-item-name {
  margin-bottom: 20px;
}

/*.page-node-91 .block-91-md_theme-breadcrumbs .page-header .text-right,*/

.page-distribuidor-licencia-registro #block-pt-reseller-tabla-producto a,
.page-admin-distribuidor-licencia-registro #block-pt-reseller-tabla-producto a {
  display: none;
}

/* Pagina Premios */
.role-reseller-administrator,
.role-officers,
.role-reseller {

}

/*
.node-type-premios.role-reseller-administrator #main,
.node-type-premios.role-officers #main,
.node-type-premios.role-reseller #main,
.page-premios.role-reseller-administrator #main,
.page-premios.role-officers #main,
.page-premios.role-reseller #main  {
  background: #f6f6f6;
  padding: 111px 0 0;
}

.node-type-premios.role-reseller-administrator .page-section,
.node-type-premios.role-officers .page-section,
.node-type-premios.role-reseller .page-sectio,
.page-premios.role-reseller-administrator .page-section,
.page-premios.role-officers .page-section,
.page-premios.role-reseller .page-section  {
  background: #fff;
  padding: 43px 0 0 0;
}*/

.role-webmaster.front .info_footer,
.role-reseller-administrator.front .info_footer,
.role-officers.front .info_footer,
.role-reseller.front .info_footer {
  padding: 0 0 20px;
}

.role-webmaster .view-premios .view-content,
.role-reseller-administrator .view-premios .view-content,
.role-officers .view-premios .view-content,
.role-reseller .view-premios .view-content {
  text-align: center;
}

.role-webmaster .view-premios .views-row,
.role-reseller-administrator .view-premios .views-row,
.role-officers .view-premios .views-row,
.role-reseller .view-premios .views-row {
 /*display: inline-block;*/
  width: 23.8%;
  float: left;
  margin-right: 17px;
  margin-bottom: 25px;
  overflow: hidden;
  min-height: 660px;
}

.role-webmaster .view-premios .views-row:nth-of-type(4n+4),
.role-reseller-administrator .view-premios .views-row:nth-of-type(4n+4),
.role-officers .view-premios .views-row:nth-of-type(4n+4),
.role-reseller .view-premios .views-row:nth-of-type(4n+4) {
  margin-right: 0;
}


.role-webmaster .view-premios .views-row .views-field-title .field-content,
.role-reseller-administrator .view-premios .views-row .views-field-title .field-content,
.role-officers .view-premios .views-row .views-field-title .field-content,
.role-reseller .view-premios .views-row .views-field-title .field-content {
  font-size: 14px;
  display: block;
  min-height: 71px;
  text-align: center;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  line-height: 20px;
  /*min-height: 58px;*/
  margin-bottom: 6px;
}

.role-webmaster .view-premios .views-row .views-field-title a:hover,
.role-reseller-administrator .view-premios .views-row .views-field-title a:hover,
.role-officers .view-premios .views-row .views-field-title a:hover,
.role-reseller .view-premios .views-row .views-field-title a:hover {
  text-decoration: underline;
}

.role-webmaster .view-premios .views-row .views-field-body .field-content,
.role-reseller-administrator .view-premios .views-row .views-field-body .field-content,
.role-officers .view-premios .views-row .views-field-body .field-content,
.role-reseller .view-premios .views-row .views-field-body .field-content {
  text-align: justify;
  line-height: 17px;
  margin-bottom: 6px;
  font-size: 14px;
  margin-top: 40px;
}

.role-webmaster.node-type-premios .node-premios .field-name-body p,
.role-reseller-administrator.node-type-premios .node-premios .field-name-body p,
.role-officers.node-type-premios .node-premios .field-name-body p,
.role-reseller.node-type-premios .node-premios .field-name-body p,
.role-webmaster .view-premios .views-row .views-field-body .field-content p,
.role-reseller-administrator .view-premios .views-row .views-field-body .field-content p,
.role-officers .view-premios .views-row .views-field-body .field-content p,
.role-reseller .view-premios .views-row .views-field-body .field-content p {
  margin-bottom: 6px
}

.role-webmaster.node-type-premios .node-premios .field-name-body ul,
.role-reseller-administrator.node-type-premios .node-premios .field-name-body ul,
.role-officers.node-type-premios .node-premios .field-name-body ul,
.role-reseller.node-type-premios .node-premios .field-name-body ul,
.role-webmaster .view-premios .views-row .views-field-body .field-content ul,
.role-reseller-administrator .view-premios .views-row .views-field-body .field-content ul,
.role-officers .view-premios .views-row .views-field-body .field-content ul,
.role-reseller .view-premios .views-row .views-field-body .field-content ul {
  text-align: left;
  padding-left: 15px;
}

.role-webmaster.node-type-premios .node-premios .field-name-body ul li,
.role-reseller-administrator.node-type-premios .node-premios .field-name-body ul li,
.role-officers.node-type-premios .node-premios .field-name-body ul li,
.role-reseller.node-type-premios .node-premios .field-name-body ul li,
.role-webmaster .view-premios .views-row .views-field-body .field-content ul li,
.role-officers .view-premios .views-row .views-field-body .field-content ul li,
.role-reseller .view-premios .views-row .views-field-body .field-content ul li {
  list-style: disc;
  text-align: left;
  line-height: 17px;
  margin-bottom: 6px;
  font-size: 14px;
}

.role-webmaster.node-type-premios .node-premios,
.role-reseller-administrator.node-type-premios .node-premios,
.role-officers.node-type-premios .node-premios,
.role-reseller.node-type-premios .node-premios {
  padding: 30px 0;
}

.role-webmaster.node-type-premios .node-premios .field-name-field-imagen-premio,
.role-reseller-administrator.node-type-premios .node-premios .field-name-field-imagen-premio,
.role-officers.node-type-premios .node-premios .field-name-field-imagen-premio,
.role-reseller.node-type-premios .node-premios .field-name-field-imagen-premio {
  float: left;
  margin-right: 15px;
  width: 48%;
}

.role-webmaster.node-type-premios .node-premios .field-name-body,
.role-reseller-administrator.node-type-premios .node-premios .field-name-body,
.role-officers.node-type-premios .node-premios .field-name-body,
.role-reseller.node-type-premios .node-premios .field-name-body {
  float: left;
  width: 50%;
}

.role-webmaster.node-type-premios .node-premios .flexslider .slides li,
.role-reseller-administrator.node-type-premios .node-premios .flexslider .slides li,
.role-officers.node-type-premios .node-premios .flexslider .slides li,
.role-reseller.node-type-premios .node-premios .flexslider .slides li {
  float: none;
  text-align: center;
}

.role-webmaster .view-premios .views-row img,
.role-reseller-administrator .view-premios .views-row img,
.role-officers .view-premios .views-row img,
.role-reseller  .view-premios .views-row img{
  width: auto!important;
  margin: 0 auto;
}

.role-webmaster .view-premios .views-row .flex-direction-nav a,
.role-reseller-administrator .view-premios .views-row .flex-direction-nav a,
.role-officers .view-premios .views-row .flex-direction-nav a,
.role-reseller .view-premios .views-row .flex-direction-nav a {
  padding-top: 8px;
}

.role-webmaster.node-type-premios .node-premios .flexslider .slides img,
.role-reseller-administrator.node-type-premios .node-premios .flexslider .slides img,
.role-officers.node-type-premios .node-premios .flexslider .slides img,
.role-reseller.node-type-premios .node-premios .flexslider .slides img {
  width: auto!important;
  display: inline-block!important;
}

.role-webmaster.node-type-premios .node-premios .flex-direction-nav a,
.role-reseller-administrator.node-type-premios .node-premios .flex-direction-nav a,
.role-officers.node-type-premios .node-premios .flex-direction-nav a,
.role-reseller.node-type-premios .node-premios .flex-direction-nav a {
  padding-top: 4px;
}

.page-premios.role-webmaster .pagination,
.page-premios.role-reseller-administrator .pagination,
.page-premios.role-officers .pagination,
.page-premios.role-reseller .pagination {
  border-top: 0;
}

.page-premios.role-webmaster .pagination li,
.page-premios.role-reseller-administrator .pagination li,
.page-premios.role-officers .pagination li,
.page-premios.role-reseller .pagination li {
  width: auto;
  border: 0;
}

.page-premios.role-webmaster .pagination li.current-page,
.page-premios.role-reseller-administrator .pagination li.current-page,
.page-premios.role-officers .pagination li.current-page,
.page-premios.role-reseller .pagination li.current-page {
  font-weight: 900;
}



/* style button general */

form input.form-submit {
  background: none;
  color: #000000;
  border-color: #000000;
  font-size: 16px;
  margin-top: 10px;
  /*display: inline-block;*/
  font-weight: bold;
  /*letter-spacing: 0.15em;*/
  text-transform: uppercase;
  font-family: "Karla",sans-serif;
}

form input[value="Guardar"] {
  padding: 10px 60px;
}


#configurar-ganancias-form input[value="Guardar"] {
  padding: 0;
}


form input.form-submit:focus,
form input.form-submit:hover {
  background: #000000;
  color: #FFFFFF;
  border-color: #000000;
}

body form#user-profile-form textarea {
    border: 2px solid #ebebeb;
    color: #333333;
    padding: 6px 12px;
    max-height: 150px;
    height: 150px;
    background: none;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
}


form input[value="Agregar Cupón"] {
  font-size: 12px;
  letter-spacing: 2px;
}

.role-officers .slicknav_nav li.admin-menu-toolbar-category a[href^="/admin/index"] {
    display: none;
}

.role-officers li.admin-menu-toolbar-home-menu,
.role-reseller li.admin-menu-toolbar-home-menu{
    display: none;
}

/************ Landy Page Claro **********/
/***
.show-landy {
  display: none;
}

.claro-club ul li span.nolink,
.claro-club .search-action,
.claro-club .logo,
.claro-club .hide-landy {
  display: none!important;
}

ul.navigation-mobile .show-landy {
  display: none!important;
}


.claro-club .show-landy  {
  display: block!important;
}


.claro-club .awe-section .container {
  width: 100%;
}

.logged-in .claro-club #header.header-full-center .navbar-container.sticky {
  padding: 27px 0 0;
}

.logged-in .claro-club #header.header-full-center .navbar-container.sticky .navbar-container-inner {
  height: auto;
}

.Logos-header .listado-logos {
  background: #EF3829;
}

.claro-club  #header.header-full-center #nav {
  background: #EF3829;
}

.node-type-product.claro-club #header.header-full-center #nav  {
  margin-bottom: 25px;
}

.claro-club #header.header-shadow .navbar-container {
  box-shadow: none;
}

.claro-club #header.header-full-center #nav #main-navigation {
    padding: 0 0 8px;
}

.claro-club #header.header-full-center .navbar-container {
  padding: 0 0;
}

.logged-in.claro-club #header.header-full-center .navbar-container.sticky{
  margin-top: 25px;
}

#block-menu-menu-logos-claro ul {
  text-align: center;
}
***/
/***
.claro-club .navbar-container #nav #main-navigation > li {
  margin-left: 0;
  float: none;
  display: inline-block;
}

.claro-club .navbar-container .navbar-container-inner {
  height: auto;
  line-height: inherit;
}

.claro-club .navbar-container #nav #main-navigation > li > a.show-landy,
.claro-club .navbar-container #nav #main-navigation > li > span.show-landy {
  text-indent: -999em;
  display: block;
  width: 150px;
  height: auto;
}

.claro-club #footer-top {
  display: none;
}

.claro-premium.claro-club a[href="/activacion-office-365-empresa-premium"] {
  background: url(../../img/desktop-eflipy.png) no-repeat center top transparent;
  padding: 6px 296px!important;
  position: relative;
  display: block;
  text-indent: -999em;
}

.claro-club .navbar-container #nav #main-navigation > li > a#claro-logo {
  background: url(../../img/desktop.png) no-repeat center top transparent;
  text-indent: -999em;
  display: block;
  padding: 6px 296px;
}

.claro-club.claro_guatemala a#landing-office,
.claro-club.claro_guatemala a[href="/claro-club-costa-rica"],
.claro-club.claro_guatemala a[href="/claro-club-panama"]{
  display: none!important;
}

.claro-club.claro_guatemala a#landing-office,
.claro-club.claro_guatemala.claro_costa_rica a[href="/claro-club-costa-rica"],
.claro-club.claro_guatemala.claro_panama a[href="/claro-club-panama"] {
  display: block!important;
}

.claro-club.claro_guatemala a#landing-office,
.claro-club.claro_guatemala.claro_costa_rica a[href="/claro-club"],
.claro-club.claro_guatemala.claro_panama a[href="/claro-club"] {
  display: none!important;
}


.claro-club.claro_guatemala.claro_panama .top-navigation .soporte a[href="tel:+50222248310"]{
  display: none;
}

.claro-club.claro_guatemala.claro_panama .currency-switcher .currency_select_menu li.USD a {
  background: url(../../img/panamaeflipy.png) no-repeat center center transparent!important;
}


.claro-premium a[href="/claro-club-costa-rica"],
.claro-premium a[href="/claro-club-panama"],
.claro-premium a[href="/claro-club"] {
  display: none!important;
}
**/

/***************** Autoservicio Eflipy ***************/

@font-face {
  font-family: 'MyriadPro';
  src: url('../../fonts/MyriadPro-Regular.eot');
  src: url('../../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/MyriadPro-Regular.woff') format('woff'),
  url('../../fonts/MyriadPro-Regular.ttf')  format('truetype'),
  url('../../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


.tienda-de-autoservicio .awe-section .container{
  width: 100%;
}


.tienda-de-autoservicio #pt-field-sms-phone-form {
  width: 80%;
}

.tienda-de-autoservicio .navbar-container.is-sticky {
  z-index: 100;
}

.tienda-de-autoservicio .branding {
  float: none;
  margin: 0 auto;
  width: 960px;
  text-align: center;
}

.adjunto-banner h3.widget-title,
.block-views.tienda_de_autoservicio h3.widget-title  {
  background-color: #0380ce;
  text-align: center;
  color: #fff;
  padding: 7px;
  font-size: 19px;
  width: 100%;
  margin: 0 auto 10px;
  text-transform: none;
}

.block-views.tienda_de_autoservicio .view-content {
  text-align: center;
}

.block-views.tienda_de_autoservicio  .view-content .views-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 23px;
  float: left;
  width: 25%;
}

.block-views.tienda_de_autoservicio .view-content .views-row .views-field-name {
  width: 100%;
}

.block-views.tienda_de_autoservicio .view-content .views-row  .views-field-name .field-content {
  width: 100%;
  display: block;
}

.block-views.tienda_de_autoservicio .view-content .views-row .views-field-name .field-content a {
  padding: 87% 45%;
  position: absolute;
  left: 0;
  color: #fff;
  text-indent: -999em;
}

.block-views.tienda_de_autoservicio .view-content .views-row .views-field-field-imagen-autoservicio img {
  padding: 0 10px;
}

.tienda-de-autoservicio .contact-data {
  text-align: center;
  font-size: 18px;
}

.tienda-de-autoservicio .awe-section-206-1-0 {
  padding: 0;
}

.vista-productos-autoservicios {
  width: 100%;
  margin: 15px auto;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.vista-productos-autoservicios .view-content {
  float: left;
  width: 74%;
  display: inline;
}

.vista-productos-autoservicios .adjunto-banner .view-content {
  padding: 0 10px;
  width: 26%;
  float: left;
  display: inline-block;
}

.vista-productos-autoservicios .adjunto-banner .item-list ul li {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0 0 21px 0;
  border-radius: 0;
  float: none;
}

.vista-productos-autoservicios .item-list ul {
  padding: 0;
  margin: 0;
}

.vista-productos-autoservicios .item-list ul li {
  width: 24%;
  float: left;
  margin-bottom: 25px;
  margin-right: 15px;
  overflow: hidden;
  display: block;
  margin-left: 0;
  text-align: center;
  border: 1px solid #cdcdcd;
  padding: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 387px;
}

.vista-productos-autoservicios .item-list ul li .views-field-commerce-price .field-content {
  color: #4778BB;
  text-align: center;
  font-size: 20px;
  margin-bottom: 4px;
  margin-top: 4px;
}

.vista-productos-autoservicios .item-list ul li:nth-of-type(4n+4) {
  margin-right: 0;
}

.vista-productos-autoservicios .item-list ul li .views-field-field-product-thumbnail {
  min-height: 150px;
}

.nodo-display-autoservicio {
  width: 100%;
  margin: 25px auto 25px;
}

.nodo-display-autoservicio .field-name-title h2 {
  font-size: 20px;
  text-align: center;
  padding: 0 64px;
  margin-bottom: 0;
}

.nodo-display-autoservicio .field-name-commerce-price .field-item.even {
  color: #4778BB;
  text-align: center;
  font-size: 33px;
  margin-bottom: 8px;
}

.nodo-display-autoservicio .field-name-field-product-thumbnail {
  width: 49%;
  margin: 14px auto 29px;
  display: block;
}

.nodo-display-autoservicio .field-name-field-product-gallery .field-items {
  text-align: center;
}

.nodo-display-autoservicio .field-name-field-product-gallery .field-items .field-item  {
  margin-right: 5px;
  margin-bottom: 11px;
  display: inline-block;
}

.nodo-display-autoservicio .field-name-body p {
  margin-bottom: 10px;
  line-height: 20px;
}

.nodo-display-autoservicio .field-name-body .background_wrapper h2,
.nodo-display-autoservicio .field-name-body .background_wrapper img {
  display: none!important;
}

.nodo-display-autoservicio .field-name-field-product-features .field-items {
  line-height: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
}

.nodo-display-autoservicio .field-name-field-product-gallery {
  width: 81%;
  margin: 0 auto;
}

.nodo-display-autoservicio .field-name-field-product-gallery .flex-viewport ul li img {
  border: 1px solid #f1f2f4;
}

.nodo-display-autoservicio .field-name-field-product-gallery .flex-control-nav {
    text-align: center;
}

.nodo-display-autoservicio .field-name-field-product-gallery .flex-control-nav li {
    width: 22%;
    float: none;
    margin: 0 5px 10px 0;
    display: inline-block;
    border: 1px solid #f1f2f4;
}

.nodo-display-autoservicio .flex-direction-nav a {
  padding-top: 6px;
  top: 39%;
}

/************** Tienda online **********/

.tienda-presentacion .sticky-placeholder,
.tienda-presentacion .contact-data,
.tienda-presentacion .navbar-container {
  display: none;
}


.tienda-presentacion .vista-productos-autoservicios {
  width: 100%;
  margin: 0 auto 0;
  overflow: hidden;
  /*margin-bottom: 0;*/
  position: relative;
}

.tienda-presentacion  .vista-productos-autoservicios .view-content {
  float: none;
  width: 100%;
  display: block;
}

.tienda-presentacion .views-field-field-producto-autoservicio,
.tienda-presentacion .views-field-title {
  position: absolute;
  bottom: 14%;
  left: 124px;
}

.tienda-presentacion .views-field-field-producto-autoservicio a.comprar,
.tienda-presentacion .views-field-title a.comprar {
  font-size: 62px;
  background: rgba(14, 156, 215, 0.6);
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 33px;
  padding: 2px 67px 9px;
  font-family: 'MyriadPro';
  font-weight: 100;
  font-style: normal;
  letter-spacing: 2px;
}

.tienda-presentacion  .views-field-nothing {
  position: absolute;
  right: 0;
  bottom: 73px;
  text-align: right;
}

.tienda-presentacion  .views-field-nothing a {
  text-align: right;
  font-size: 60px;
  color: #fff;
  line-height: 65px;
  font-family: 'MyriadPro';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 2px;
}


a.allproductos {
  /*background: rgba(14, 156, 215, 0.9);*/
  display: block;
  padding: 102px 8px 102px 0;
  position: relative;
  z-index: 1;
}

a.allproductos:before {
  content: '';
  border-bottom: solid 731px rgba(14, 156, 215, 0.6);
  border-right: solid 614px rgba(14, 156, 215, 0.6);
  border-left: solid 0 transparent;
  border-top: solid 738px transparent;
  position: absolute;
  left: -59%;
  display: block;
  bottom: -242%;
  z-index: -1;
  width: 560px;
}

.tienda-presentacion  .flex-direction-nav a {
  top: 55%;
  padding-top: 8px;
}


/* Contenido Office Premium */

.claro-premium.claro-club .soporte_office {
  width: 24%;
  float: left;
  margin-right: 10px;
  border-bottom: 0;
}

.claro-premium.claro-club .page-section {
  padding: 50px 0;
}

.claro-premium.claro-club .soporte_office h2 {
  text-transform: capitalize;
  font-size: 20px;
  margin-top: 25px;
}

.claro-premium.claro-club .block.block-system{
  border-bottom: 0;
}

.claro-premium.claro-club .soporte_office .field-name-field-descripcion-office .field-item {
  overflow: hidden;
  min-height: 518px;
}

.claro-premium.claro-club .soporte_office .field-item ul {
  display: block;
  padding-left: 18px;
}

.claro-premium.claro-club .soporte_office ul li {
  list-style-type: disc;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
}

.claro-premium.claro-club .soporte_office .field-name-field-enlace-soporte a {
  text-align: center;
  background: #ffffff;
  color: #000000;
  width: 100%;
  height: 48px;
  font-size: 14px;
  border: 2px solid #000000;
  line-height: 44px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
  font-weight: bold;
  border-radius: 0;
  display: inline-block;
  margin: 15px 0;
  transition: .3s;
}

.claro-premium.claro-club .soporte_office .field-name-field-enlace-soporte a:hover {
  transition: .3s;
  background: #000000;
  color: #ffffff;
}

.webform-component--numero-de-soporte .form-type-radio input {
  margin-top: -2px;
}

  /* Nuevo  CSS */

.page-checkout #footer #block-md-block-painter-block-painter-3,
.page-checkout #footer #footer-top,
.not-logged-in #commerce-checkout-form-checkout #edit-checkout-review {
  display: none;
}

.page-pt-wallet .container-inline-date .form-item select {
  padding: 6px 30px;
}

.page-pt-wallet .boton_acciones {
  width: auto!important;
  max-width: 100%!important;
}

#node-admin-content,
.page-pt-wallet .text_pagina,
.page-pt-wallet #-registro-deposito-admin-form .instrucciones_valor,
.page-pt-wallet #-registro-deposito-admin-form .form-item  {
  margin-bottom: 38px;
}

.page-admin table,
.sticky-enabled.tableheader-processed,
.page-pt-wallet .table-responsive {
  margin-top: 27px;
}

.page-pt-wallet .dataTables_length label {
  width: 502px;
  margin-bottom: 33px;
}

.page-pt-wallet .dataTables_length select {
  width: 53%;
  margin: 0 15px;
  height: 35.625px;
}

.page-pt-wallet textarea.form-control,
.page-pt-wallet .dataTables_length select,
.page-pt-wallet .dataTables_filter input[type="search"] {
  height: 35.625px;
  border: 2px solid #ebebeb;
}

.page-pt-wallet select,
.page-pt-wallet select.form-select {
  background: transparent;
}

select:not([multiple]),
.page-pt-wallet select:not([multiple]) {
  background: #fff url(../../images/selectbox-arrow.png) no-repeat right center!important;
}

.page-pt-wallet .text_pagina,
.page-pt-wallet .titulo_pagina {
  text-align: center;
  display: block;
}


.page-pt-wallet .text_pagina {
  border-bottom: 2px solid #ebebeb;
}

.page-admin ul.primary {
  padding: 15px 0 10px 1em!important;
}

.page-admin ul.primary li a {
  padding: 10px 1em!important;
}

.page-admin table.sticky-enabled.tableheader-processed ul.links.inline{
  text-align: center;
  display: block;
}

.page-admin table.sticky-enabled.tableheader-processed ul.links.inline li {
  display: inline-block;
  float: none;
}

.page-admin table tr td,
.page-admin table tr th,
.page-admin table.sticky-enabled.tableheader-processed tr th,
.page-admin table.sticky-enabled.tableheader-processed tr td {
  text-align: center;
}

.page-admin .pagination li {
  width: auto!important;
}

.page-admin .pagination .current-page,
.page-admin .pagination li:hover {
  border-color: transparent;
}

.page-admin #views-exposed-form-commerce-orders-admin-page {
  clear: both;
}

.page-admin  .view-commerce-line-item-table table tr td,
.page-admin  .view-commerce-line-item-table table tr th {
  text-align: left!important;
}

.page-admin #commerce-order-ui-redirect-form .form-submit {
  margin-top: 2.5em;
}
.role-customer .field-name-field-utilidad-officer {
  display: none;
}
/** CSS Custom Club BI - Club Promerica **/
.slider-odoo .views-field-field-imagen-mobil,
.club-bi-pagina .views-field-field-imagen-mobil,
.page-node-264 .views-field-field-imagen-mobil {
  display:  none;
}

.page-node-177 .navbar-container,
.page-node-177 #block-md-block-painter-block-painter-3 {
  display: none;
}
.claro-club #sidr-wrapper-0{
  display: none !important;
}
.claro-club #main-navigation{
  display: block !important;
}

.slideshow-mobile{
  display: none;
}

.itemscope {
  display: none;
}

.freshwidget-button {
  top: 312px!important;
}

#pt-field-sms-phone-form .intl-tel-input.allow-dropdown {
  display: block;
}

#pt-field-sms-phone-form .form-item-product-qty #edit-product-qty,
#pt-field-sms-phone-form .intl-tel-input.allow-dropdown #edit-phone-number  {
  width: 300px;
  clear: both;
  display: block;
  border: 2px solid #ebebeb;
}

.tienda-de-autoservicio .field-name-field-product-features .field-items .field-item {
  display: list-item;
}



/********************* Landing Page Odoo ************************/
/** Montserrat ExtraLight **/
@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: normal;
  src: url("../../fonts/Montserrat-ExtraLight.otf") format('opentype');
}
/** Montserrat Light **/
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  src: url("../../fonts/Montserrat-Light.otf") format('opentype');
}
/** Montserrat Regular **/
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("../../fonts/Montserrat-Regular.otf") format('opentype');
}

/** Montserrat Medium **/
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("../../fonts/Montserrat-Medium.otf") format('opentype');
}

/** Montserrat Bold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("../../fonts/Montserrat-Bold.otf") format('opentype');
}
/** Montserrat ExtraBold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  src: url("../../fonts/Montserrat-ExtraBold.otf") format('opentype');
}
/** Montserrat Black **/
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  src: url("../../fonts/Montserrat-Black.otf") format('opentype');
}


.view-id-productos_odoo h3 {
    margin-top: 64px;
    margin-bottom: 32px;
    font-size: 31px;
    line-height: 1;
    clear: both;
    text-transform: none;
    letter-spacing: 2px;
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
}

/*.view-id-productos_odoo h3:first-letter {*/
    /*text-transform: uppercase;*/
/*}*/

.view-id-productos_odoo .views-row {
    margin-bottom: 12px;
    overflow: hidden;
    min-height: auto;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.17);
    padding: 5px;
    width: 23%;
    margin-right: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    float: left;
}

.view-id-productos_odoo .views-row:focus,
.view-id-productos_odoo .views-row:hover {
    transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    box-shadow: 0 8px 15px 7px rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}

.view-id-productos_odoo .views-row-last {
    margin-right: 0;
    margin-bottom: 50px;
}

.view-id-productos_odoo .views-row .views-field-field-icono-odoo  {
    float: left;
    width: 55px;
    margin-right: 5px;
}

.view-id-productos_odoo .views-row .views-field-field-icono-odoo img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.view-id-productos_odoo .views-row .views-field-field-enlace-odoo  {
    float: left;
    display: inline;
    padding-left: 0;
    line-height: 17px;
}

.view-id-productos_odoo .views-row .views-field-field-enlace-odoo .field-content,
.view-id-productos_odoo .views-row .views-field-field-enlace-odoo a {
    color: #21272b;
    position: absolute;
    width: auto;
    top: -3px;
    left: 0;
    padding: 9% 5% 10% 25%;
    display: block;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
}

.view-id-productos_odoo .views-row .views-field-title {
  display: block !important;
  height: 19px !important;
  font-size: 13px;
  min-height: 25px !important;
  margin-top: 10px !important;
}


/************ Formulario Odoo ***********/
.formulario_odoo_page {
  background-color: #fff;
  padding: 25px 0;
  margin-top: -3px;
}

.formulario_odoo_page h3 {
  /*float: left;*/
  /*padding-left: 126px;*/
  /*margin-right: 25px!important;*/
  font-size: 28px!important;
  letter-spacing: 2px!important;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  /*display: inline!important;*/
}

.formulario_odoo_page .webform-client-form-232 {
  /*margin: 0 auto;*/
  /*width: 1139px;*/
  /*float: left;*/
  /*width: 500px;*/
  margin-bottom: 3em;
  width: 100%;
}

.formulario_odoo_page .webform-client-form-232 .form-item {
  float: left;
  margin-right: 8px;
  width: 49%;
 margin-bottom: 22px;
}

.formulario_odoo_page .webform-client-form-232 .form-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.formulario_odoo_page .webform-client-form-232 .form-item.webform-component-textarea {
  clear: both;
  width: 100%;
  display: block;
}

.formulario_odoo_page .webform-client-form-232 .form-item textarea {
  border-bottom: 2px solid #ebebeb;
  max-height: 121px;
  width: 100%;
}

.formulario_odoo_page .webform-client-form-232 .form-item textarea,
.formulario_odoo_page .webform-client-form-232 .form-item input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #333333;
  padding: 6px 12px;
  height: 40px;
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
}

.formulario_odoo_page .webform-client-form-232 .form-item textarea::-webkit-input-placeholder, /* Chrome/Opera/Safari */
.formulario_odoo_page .webform-client-form-232 .form-item textarea::-moz-placeholder,/* Firefox 19+ */
.formulario_odoo_page .webform-client-form-232 .form-item textarea:-ms-input-placeholder, /* IE 10+ */
.formulario_odoo_page .webform-client-form-232 .form-item textarea:-moz-placeholder,
.formulario_odoo_page .webform-client-form-232 .form-item input::-webkit-input-placeholder, /* Chrome/Opera/Safari */
.formulario_odoo_page .webform-client-form-232 .form-item input::-moz-placeholder,/* Firefox 19+ */
.formulario_odoo_page .webform-client-form-232 .form-item input:-ms-input-placeholder, /* IE 10+ */
.formulario_odoo_page .webform-client-form-232 .form-item input:-moz-placeholder { /* Firefox 18- */
  color: #333333;
  padding: 6px 12px;
  height: 40px;
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
}

.formulario_odoo_page .webform-client-form-232 .webform-submit {
  padding: 10px 60px;
  font-size: 18px;
  clear: both;
  display: block;
  margin-top: 25px;
}

.wraper-text .title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 1em;
}

.wraper-text .text-odoo {
  font-size: 13px;
  text-align: justify;
}

.webform-wrapper .container {
  display: flex;
  flex-flow: row wrap;
}

.webform-wrapper .container .row {
  margin-right: 1%;

}

.webform-wrapper .container .row:nth-child(1) {
  width: 39%;
}

.webform-wrapper .container .row:nth-child(2),
.webform-wrapper .container .row:nth-child(3) {
  margin-top: 6em;
}

.webform-wrapper .container .row:nth-child(2) {
  width: 29%;
}

.webform-wrapper .container .row:nth-child(3) {
  margin-right: 0;
  width: 30%;
}

@media screen and (min-width: 768px) {
  .top-navigation .soporte a {
    font-size: 16px;
  }
}

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
.toggle{position:relative;overflow:hidden}
.toggle input[type=checkbox]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0}
.toggle-handle{
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 60px;
  border-width: 0 4px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #fff!important;
  border: 0!important;
}
.toggle.btn{
  min-width:81px;
  min-height:34px;
  width: 62px!important;
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.toggle-on.btn{padding-right:38px}
.toggle-off.btn{padding-left:38px}
.toggle.btn-lg{min-width:79px;min-height:45px}
.toggle-on.btn-lg{padding-right:31px}
.toggle-off.btn-lg{padding-left:31px}
.toggle-handle.btn-lg{width:40px}
.toggle.btn-sm{min-width:50px;min-height:30px}
.toggle-on.btn-sm{padding-right:20px}
.toggle-off.btn-sm{padding-left:20px}
.toggle.btn-xs{min-width:35px;min-height:22px}
.toggle-on.btn-xs{padding-right:12px}
.toggle-off.btn-xs{padding-left:12px}

.awe-image.awe-section-38-5-0-1-image,
.awe-image.awe-section-38-5-0-2-image {
  float: left;
  width: 50%;
}
/** Productos con envio ***/
.product-main h2.price-real {
  margin-bottom: 5px;
}
.product-main h2.price-real .amount {
  font-size: 24px;
  font-weight: normal;
  text-decoration: line-through;
  letter-spacing: 0;
}
.product-main h2.price-promocion .amount {
  font-size: 30px;
  font-weight: bold;
}

.product-price-old{
  text-decoration: line-through;
}

/*** Club Promerica ***/
.page-node-264 .main-navigation-outer,
.page-node-264 #main-nav-tool,
.page-node-264 #hamburger-icon,
.page-node-268 .main-navigation-outer,
.page-node-268 #main-nav-tool,
.page-node-268 #hamburger-icon,
.page-node-269 .main-navigation-outer,
.page-node-269 #main-nav-tool,
.page-node-269 #hamburger-icon,
.page-node-273 .main-navigation-outer,
.page-node-273 #main-nav-tool,
.page-node-273 #hamburger-icon {
  display: none;
}
/*** Listado de cuotas ***/
.product-main .product-price-wrap {
  width: 50%;
  float: left;
}
.product-main .product-quota {
  display: inline-block;
  font-size: 12px;
  width: 50%;
  margin-bottom: 5px;
}

.product-main .product-quota .quota {
  width: 100%;
  line-height: 15px;
}

/*** Banco Industrial***/
.page-node-282 .main-navigation-outer,
.page-node-282 #main-nav-tool,
.page-node-282 #hamburger-icon {
  display: none;
}
/*** Ocultando direccion de envio ****/
.no-dropshipping {
  display: none !important;
}

/*** Vista Promociones ***/
.view-promotions-views .view-filters {
  background-color: #F6F6F6;
}

.view-promotions-views .view-filters form .views-widget-filter-field_promotions_category_tid_selective > label {
  font-size: 1em;
  text-transform: uppercase;
}

.view-promotions-views .view-filters form .views-widget-filter-field_promotions_category_tid_selective .form-item label {
  font-size: 0.8em;
}

.view-promotions-views .view-content .views-row {
  margin-bottom: 2em;
  text-align: center;
}

.view-promotions-views .view-content .views-row .views-field-title {
  margin-top: 1em;
}

/*** Formulario de Promociones Claro ***/
.not-front.page-node-293 {
  position: relative;
  min-height: 100vh;
  padding-bottom: 6rem;
}

.not-front.page-node-293 .is-sticky {
  z-index: 9;
}


.not-front.page-node-293 .branding {
  background-color: #F4364C;
  width: 100%;
}

.not-front.page-node-293 .branding ul {
  display: flex;
  flex-flow: row;
  padding: 1em 0;
}

.not-front.page-node-293 .branding ul li {
  align-items: center;
  display: flex;
  flex-flow: row;
  margin-right: 1em;
}

.not-front.page-node-293 .branding ul li img {
  width: auto;
  height: 27px;
}

.not-front.page-node-293 #block-system-main {
  display: none;
}

.not-front.page-node-293 .wrapper-form,
.not-front.page-node-293 .eset-wrapper {
  margin-top: 2em;
}

.not-front.page-node-293 .eset-wrapper .info-eset h3 {
  color: #F4364C;
}

.not-front.page-node-293 .eset-wrapper .info-eset p {
  color: #000000;
  text-align: justify;
}

.not-front.page-node-293 .eset-wrapper .info-eset img {
  width: 100%;
}

.not-front.page-node-293 .eset-wrapper {
  clear: right;
}

.not-front.page-node-293 #block-pt-digital-locker-eset-claro-guatemala .widget-title {
  font-size: 2em;
}

.not-front.page-node-293 #block-pt-digital-locker-eset-claro-guatemala .instrucciones {
  margin-bottom: 1em;
  text-align: justify;
}

.not-front.page-node-293 #block-pt-digital-locker-eset-claro-guatemala .form-item {
  margin-bottom: 1em;
}
.not-front.page-node-293 #block-pt-digital-locker-eset-claro-guatemala .form-item label {
  color: #000000;
}

.not-front.page-node-293 #block-pt-digital-locker-eset-claro-guatemala .form-submit {
  background-color: #F4364C;
  border: 0;
  border-radius: 3px;
  color: #FFFFFF;
  float: right;
  font-weight: lighter;
  height: 38px;
  margin-bottom: 1em;
  width: 220px;
}

.not-front.page-node-293 #block-pt-digital-locker-eset-claro-guatemala .activaction-info {
  clear: both;
}

.not-front.page-node-293 #block-pt-digital-locker-eset-claro-guatemala .activaction-info a {
  cursor: pointer;
  display: block;
}

.not-front.page-node-293 .extra {
  margin-top: 4em;
}

.not-front.page-node-293 .extra h3 {
  clear: both;
  color: #F4364C;
  padding-top: 1em;
  text-align: center;
}

.not-front.page-node-293 .extra .extra-left iframe {
  max-width: 100%;
  width: 100%;
}

.not-front.page-node-293 .extra .extra-right h2 {
  font-size: 2.2em;
}

.not-front.page-node-293 .extra .extra-right ul {
  list-style: square;
  padding-left: 2em;
}

.not-front.page-node-293 .info {
  margin-top: 3em;
}

.not-front.page-node-293 .info .row {
  margin-bottom: 2em;
}

.not-front.page-node-293 .info .row .info-box h2 {
  font-size: 1.4em;
}

.not-front.page-node-293 .info .row .info-box ul {
  list-style: square;
  padding-left: 2em;
}

.not-front.page-node-293 .info .row .imagen-info img {
  margin: 1em 0;
}

.not-front.page-node-293 .footer {
  background-color: #000000;
  color: #FFFFFF;
  clear: both;
  padding: 1em 4em;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.not-front.page-node-293 .footer p {
  margin-bottom: 0;
}
/*** Ocultar campo de cupon ***/
.yes-promo {
  display: none;
}