/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v50/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.page-my-account #content .links .material-icons {
    font-size: 50px;
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
}

/*
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * You must not modify, adapt or create derivative works of this source code.
 *
 * @author    Active Design <office@activedesign.ro>
 * @copyright 2016-2018 Active Design
 * @license   LICENSE.txt
 */

.summary-title {
    font-weight: bold;
}

.summary-row {
    display: block;
    width: 100%;
    clear: both;
}

.summary-row span:last-child {
    float: right;
    min-width: 40px;
    text-align: right;
}

/*.requestapayment-form label, .myaffiliateaccount-register-form label  {*/
/*line-height: 27px;*/
/*margin-bottom: 0;*/
/*text-align: right;*/
/*}*/
.text-container pre, .banner-container pre {
    word-break: normal;
}

.text-container pre p, .banner-container pre p {
    margin: 0;
}

.text-container pre .icon-copy-container, .banner-container pre .icon-copy-container {
    float: right;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.text-container pre:hover .icon-copy-container, .banner-container pre:hover .icon-copy-container {
    visibility: visible;
    opacity: 1;
}

.psaffiliate-banner {
    margin: 0 auto 10px auto;
}

#textarea_registration {
    height: 80px;
}

.campaign-container {
    margin-top: 20px;
}

/* mihai */

#myaffiliateaccount {
    font-size: 15px;
}

#myaffiliateaccount .tab-content {
    margin-top: 0;
}

#myaffiliateaccount .form-control {
    padding: 6px 12px;
    line-height: 1.42857;
    height: 32px;
}

#myaffiliateaccount .list-group-hover .list-group-item:hover {
    background-color: #f5f5f5;
}

.nav-panel {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
}

.nav-panel.nav-stacked > li + li {
    margin-top: 0;
}

.nav-panel.nav-pills > li.active > a {
    margin: -1px;
    padding: 11px 16px;
}

.nav-panel.nav-pills > li > a {
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    padding: 3px 10px;
    font-size: 14px;
}

.nav-panel.nav-pills > li:last-child > a {
    border-bottom: none;
}

/* Missing CSS for bootstrap tooltips */

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

/* Helpers (friends) */

.row.gap-sm {
    margin-left: -10px;
    margin-right: -10px;
}

.row.gap-xs {
    margin-left: -5px;
    margin-right: -5px;
}

.row.gap-none {
    margin-left: 0;
    margin-right: 0;
}

.gap-sm .col-xs-1,
.gap-sm .col-sm-1,
.gap-sm .col-md-1,
.gap-sm .col-lg-1,
.gap-sm .col-xs-2,
.gap-sm .col-sm-2,
.gap-sm .col-md-2,
.gap-sm .col-lg-2,
.gap-sm .col-xs-3,
.gap-sm .col-sm-3,
.gap-sm .col-md-3,
.gap-sm .col-lg-3,
.gap-sm .col-xs-4,
.gap-sm .col-sm-4,
.gap-sm .col-md-4,
.gap-sm .col-lg-4,
.gap-sm .col-xs-5,
.gap-sm .col-sm-5,
.gap-sm .col-md-5,
.gap-sm .col-lg-5,
.gap-sm .col-xs-6,
.gap-sm .col-sm-6,
.gap-sm .col-md-6,
.gap-sm .col-lg-6,
.gap-sm .col-xs-7,
.gap-sm .col-sm-7,
.gap-sm .col-md-7,
.gap-sm .col-lg-7,
.gap-sm .col-xs-8,
.gap-sm .col-sm-8,
.gap-sm .col-md-8,
.gap-sm .col-lg-8,
.gap-sm .col-xs-9,
.gap-sm .col-sm-9,
.gap-sm .col-md-9,
.gap-sm .col-lg-9,
.gap-sm .col-xs-10,
.gap-sm .col-sm-10,
.gap-sm .col-md-10,
.gap-sm .col-lg-10,
.gap-sm .col-xs-11,
.gap-sm .col-sm-11,
.gap-sm .col-md-11,
.gap-sm .col-lg-11,
.gap-sm .col-xs-12,
.gap-sm .col-sm-12,
.gap-sm .col-md-12,
.gap-sm .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.gap-xs .col-xs-1,
.gap-xs .col-sm-1,
.gap-xs .col-md-1,
.gap-xs .col-lg-1,
.gap-xs .col-xs-2,
.gap-xs .col-sm-2,
.gap-xs .col-md-2,
.gap-xs .col-lg-2,
.gap-xs .col-xs-3,
.gap-xs .col-sm-3,
.gap-xs .col-md-3,
.gap-xs .col-lg-3,
.gap-xs .col-xs-4,
.gap-xs .col-sm-4,
.gap-xs .col-md-4,
.gap-xs .col-lg-4,
.gap-xs .col-xs-5,
.gap-xs .col-sm-5,
.gap-xs .col-md-5,
.gap-xs .col-lg-5,
.gap-xs .col-xs-6,
.gap-xs .col-sm-6,
.gap-xs .col-md-6,
.gap-xs .col-lg-6,
.gap-xs .col-xs-7,
.gap-xs .col-sm-7,
.gap-xs .col-md-7,
.gap-xs .col-lg-7,
.gap-xs .col-xs-8,
.gap-xs .col-sm-8,
.gap-xs .col-md-8,
.gap-xs .col-lg-8,
.gap-xs .col-xs-9,
.gap-xs .col-sm-9,
.gap-xs .col-md-9,
.gap-xs .col-lg-9,
.gap-xs .col-xs-10,
.gap-xs .col-sm-10,
.gap-xs .col-md-10,
.gap-xs .col-lg-10,
.gap-xs .col-xs-11,
.gap-xs .col-sm-11,
.gap-xs .col-md-11,
.gap-xs .col-lg-11,
.gap-xs .col-xs-12,
.gap-xs .col-sm-12,
.gap-xs .col-md-12,
.gap-xs .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.gap-none .col-xs-1,
.gap-none .col-sm-1,
.gap-none .col-md-1,
.gap-none .col-lg-1,
.gap-none .col-xs-2,
.gap-none .col-sm-2,
.gap-none .col-md-2,
.gap-none .col-lg-2,
.gap-none .col-xs-3,
.gap-none .col-sm-3,
.gap-none .col-md-3,
.gap-none .col-lg-3,
.gap-none .col-xs-4,
.gap-none .col-sm-4,
.gap-none .col-md-4,
.gap-none .col-lg-4,
.gap-none .col-xs-5,
.gap-none .col-sm-5,
.gap-none .col-md-5,
.gap-none .col-lg-5,
.gap-none .col-xs-6,
.gap-none .col-sm-6,
.gap-none .col-md-6,
.gap-none .col-lg-6,
.gap-none .col-xs-7,
.gap-none .col-sm-7,
.gap-none .col-md-7,
.gap-none .col-lg-7,
.gap-none .col-xs-8,
.gap-none .col-sm-8,
.gap-none .col-md-8,
.gap-none .col-lg-8,
.gap-none .col-xs-9,
.gap-none .col-sm-9,
.gap-none .col-md-9,
.gap-none .col-lg-9,
.gap-none .col-xs-10,
.gap-none .col-sm-10,
.gap-none .col-md-10,
.gap-none .col-lg-10,
.gap-none .col-xs-11,
.gap-none .col-sm-11,
.gap-none .col-md-11,
.gap-none .col-lg-11,
.gap-none .col-xs-12,
.gap-none .col-sm-12,
.gap-none .col-md-12,
.gap-none .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.pos-rlt {
    position: relative;
}

.pos-stc {
    position: static;
}

.pos-abt {
    position: absolute;
}

.line {
    *width: 100%;
    height: 2px;
    margin: 10px 0;
    font-size: 0;
    overflow: hidden;
    background-color: transparent;
    border-width: 0;
    border-top: 1px solid #eaedef;
}

.line-xs {
    margin: 0;
}

.line-lg {
    margin-top: 15px;
    margin-bottom: 15px;
}

.line-dashed {
    border-style: dashed;
    background: transparent;
}

.no-line {
    border-width: 0;
}

.no-border, .no-borders {
    border-color: transparent !important;
    border-width: 0;
}

.no-radius {
    border-radius: 0;
}

.block {
    display: block;
}

.block.hide {
    display: none;
}

.inline {
    display: inline-block;
}

.pull-right-lg {
    float: right;
}

.none {
    display: none;
}

.pull-none {
    float: none;
}

.form-control-trans {
    border: none;
    background: transparent;
}

.bg-white-only {
    background-color: #fff;
}

.rounded {
    border-radius: 500px;
}

.btn-s-xs {
    min-width: 90px;
}

.btn-s-sm {
    min-width: 100px;
}

.btn-s-md {
    min-width: 120px;
}

.btn-s-lg {
    min-width: 150px;
}

.btn-s-xl {
    min-width: 200px;
}

.l-h-2x {
    line-height: 2em;
}

.l-h-1x {
    line-height: 1.2;
}

.v-middle {
    vertical-align: middle !important;
}

.v-top {
    vertical-align: top;
}

.v-bottom {
    vertical-align: bottom;
}

.font-thin {
    font-weight: 300;
}

.font-normal {
    font-weight: normal;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.text-sm {
    font-size: 12px;
}

.text-xs {
    font-size: 10px;
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-uc {
    text-transform: uppercase;
}

.text-left-f {
    text-align: left !important;
}

.text-right-f {
    text-align: right !important;
}

.text-center-f {
    text-align: center !important;
}

.wrapper {
    padding: 15px;
}

.wrapper-lg {
    padding: 30px;
}

.wrapper-xl {
    padding: 50px;
}

.padder {
    padding-left: 15px;
    padding-right: 15px;
}

.padder-v {
    padding-top: 15px;
    padding-bottom: 15px;
}

.no-padder {
    padding: 0 !important;
}

.pull-in {
    margin-left: -15px;
    margin-right: -15px;
}

.pull-out {
    margin: -10px -15px;
}

.b {
    border: 1px solid #ddd;
}

.b-t {
    border-top: 1px solid #ddd;
}

.b-r {
    border-right: 1px solid #ddd;
}

.b-b {
    border-bottom: 1px solid #ddd;
}

.b-l {
    border-left: 1px solid #ddd;
}

.b-none {
    border: none !important;
}

.r {
    border-radius: 2px 2px 2px 2px;
}

.r-l {
    border-radius: 2px 0 0 2px;
}

.r-r {
    border-radius: 0 2px 2px 0;
}

.r-t {
    border-radius: 2px 2px 0 0;
}

.r-b {
    border-radius: 0 0 2px 2px;
}

.m {
    margin: 15px;
}

.m-n {
    margin: 0;
}

.m-l {
    margin-left: 15px;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xxs {
    margin-left: 1px;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l-lg {
    margin-left: 20px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n-lg {
    margin-left: -20px;
}

.m-t {
    margin-top: 15px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t-lg {
    margin-top: 20px;
}

.m-t-n {
    margin-top: -15px !important;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n-lg {
    margin-top: -20px;
}

.m-r {
    margin-right: 15px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r-lg {
    margin-right: 20px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n-lg {
    margin-right: -20px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b-lg {
    margin-bottom: 20px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n-lg {
    margin-bottom: -20px;
}

.media-xs {
    min-width: 50px;
}

.media-sm {
    min-width: 80px;
}

.media-md {
    min-width: 90px;
}

.media-lg {
    min-width: 120px;
}

.thumb {
    width: 64px;
    display: inline-block;
}

.thumb-lg {
    width: 128px;
    display: inline-block;
}

.thumb-md {
    width: 90px;
    display: inline-block;
}

.thumb-xs {
    width: 18px;
    display: inline-block;
}

.thumb-sm {
    width: 36px;
    display: inline-block;
}

.thumb img, .thumb-xs img, .thumb-sm img, .thumb-md img, .thumb-lg img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.img-full {
    max-width: 100%;
}

.img-full > img {
    max-width: 100%;
}

.avatar {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    border-radius: 500px;
    white-space: nowrap;
}

.avatar img {
    border-radius: 500px;
}

.avatar.border {
    border: 3px solid #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.clear {
    display: block;
    overflow: hidden;
}

.scroll-x, .scroll-y {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.scroll-y {
    overflow-y: auto;
}

.scroll-x {
    overflow-x: auto;
}

@media (max-width: 767px) {
    .shift {
        display: none !important;
    }

    .shift.in {
        display: block !important;
    }

    .row-2 [class*="col"] {
        width: 50%;
        float: left;
    }

    .row-2 .col-0 {
        clear: none;
    }

    .row-2 li:nth-child(odd) {
        clear: left;
        margin-left: 0;
    }

    .text-center-xs {
        text-align: center;
    }

    .pull-none-xs {
        float: none !important;
    }

    .hidden-xs.show {
        display: inherit !important;
    }
}

#texts .well p,
#texts .card-block p {
    margin: 0;
}

.legacy-well {
    min-height: 20px;
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

#myaffiliateaccount input[readonly],
.psaffiliates-product-link input[readonly],
#campaign input[readonly] {
    cursor: auto !important;
}

.pull-xs-right {
    float: right !important;
}

#myaffiliateaccount .list-group-item {
    display: block !important;
}

#myaffiliateaccount .btn-secondary {
    padding: 7px 10px;
}

#myaffiliateaccount .pagination {
    display: block !important;
}

#myaffiliateaccount .pagination li {
    display: inline-block;
}
.myaffiliateaccount-register-form div.checker {
    display: inline-block;
}

.voucher_templates_area {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    padding: 0 5px;
}

.voucher_template {
    padding: 5px 10px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
    cursor: pointer;
}
.voucher_template:hover {
    background: rgba(0,0,0,.05);
}
.voucher_template.active {
    background: rgba(0,0,0,.1);
}
.voucher_template > p:last-child {
    margin-bottom: 0;
}
.voucher_templates_area_title {
    font-weight: bold;
    padding: 0 5px;
}

.simpleblog__featuredProducts article.product-miniature {
    float: left;
    padding: 1%;
    max-width: 23%;
}
.product-thumbnail > img:first-child {
background-color:#FFF;
}
.products-block li.item.col-lg-6.col-sm-6.col-xs-12 {
    min-height: 380px;
}
#pk_top_menu .level-1 > a {
    padding: 20px 14px !important;

    text-transform: uppercase;
}
img.logo {
    width: 300px !important;
}
.product-flag.on-sale div {
    background-color: #82a232 !important;
}

.aviso-vacaciones{
  text-align:center; 
  padding:.7rem 1rem;
  font-size:.95rem;
  background:#fff3cd;      /* amarillo aviso */
  color:#7a5d00;
  border-bottom:1px solid #f3d98b;
}