﻿.img_cesta {
    width: 150px;
}

@media (min-width:1024px) {
    .img_cesta {
        width: 200px;
    }
}

@media (max-width:768px) {
    .img_cesta {
        width: 60px;
    }
}

.caja_generica {
    border: 1px solid #999999;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/*Header and Pager styles*/
/*/*.GridViewStyle {
  font-family: Arial, Sans-Serif;
  font-size: small;
  table-layout: auto;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
}
Header and Pager styles
.HeaderStyle, .PagerStyle {
  border-style: none;
  background-image: url(Images/controles/datagrid_header_bg.png);
  background-position: center;
  background-repeat: repeat-x;
  background-color: #ffffff;
  height: 35px;
}

  .HeaderStyle th {
    padding: 5px;
    color: #ffffff;
  }

  .HeaderStyle a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    text-align: left;
    font-weight: normal;
  }

  .PagerStyle table {
    text-align: center;
    margin: auto;
  }

    .PagerStyle table td {
      border: 0px;
      padding: 5px;
    }

  .PagerStyle td {
    border-top: #1d1d1d 3px solid;
  }

  .PagerStyle a {
    color: #ffffff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
  }

  .PagerStyle span {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
  }
RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td {
    padding: 5px;
    border-right: solid 1px #EBEBEB;
}

.RowStyle td {
    background-color: #FFFFFF;
}

.AltRowStyle td {
    background-color: #ffffff;
}

.SelectedRowStyle td {
    background-color: #ffff66;
}

.caja_buscador_rapido {
    border: 1px solid #FFFFFF;
    background-color: White;
    font-family: 'Arial';
    font-size: 12px;
    color: #000000;
}

/* TablaPrecios Skin */
/*Header and Pager styles*/
.GridCompras {
    border: 0px none #000000;
    font-size: 1.1em;
    table-layout: auto;
    border-collapse: collapse;
}
    /*Header and Pager styles*/
    .GridCompras .HeaderStyle, .PagerStyle {
        border-style: none;
        background-color: #495e6d;
        background-position: center top;
        background-repeat: repeat-x;
        background-color: #ffffff;
        height: 25px;
    }

        .GridCompras .HeaderStyle th {
            border-style: none;
            padding: 20px;
            color: #fff;
            background-color: #000;
            height: 25px;
        }

        .GridCompras .HeaderStyle a {
            text-decoration: none;
            color: #fff;
            display: block;
            text-align: left;
            font-weight: normal;
        }

    .GridCompras .PagerStyle table {
        text-align: center;
        margin: auto;
    }

        .GridCompras .PagerStyle table td {
            border: 0px;
            padding: 5px;
        }

    .GridCompras .PagerStyle td {
        border-top: #1d1d1d 0px solid;
    }

    .GridCompras .PagerStyle a {
        color: #000;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
        border-top: solid 1px #777777;
        border-right: solid 1px #333333;
        border-bottom: solid 1px #333333;
        border-left: solid 1px #777777;
    }

    .GridCompras .PagerStyle span {
        font-weight: bold;
        color: #000;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
    }
    /*RowStyles*/
    .GridCompras .RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td {
        height: 30px;
        border-width: 0px;
    }

    .GridCompras .RowStyle td {
        background-color: #F5F5F5;
        padding-left: 3px;
        height: 30px;
    }

    .GridCompras .AltRowStyle td {
        background-color: #ffffff;
        padding-left: 3px;
        background: url("productos/fnd_modelo_alt.png");
    }

    .GridCompras .SelectedRowStyle td {
        background-color: #ffff66;
    }

    .GridCompras a {
        font-size: 1.1em;
        color: #000;
        text-decoration: none;
    }

        .GridCompras a:hover {
            color: red;
        }

    .GridCompras img {
        height: 150px;
        max-width: 300px;
    }


/* TablaPrecios Skin */
/*Header and Pager styles*/
.panel_resumen_cesta {
    background-color: #dcdcdc;
    padding: 0 10px;
    font-size: 18px;
    font-family: samspro;
    font-variant: all-petite-caps;
    min-height: 130px;
}

    .panel_resumen_cesta .titulo {
        width: 100%;
        height: 50px;
        font-weight: bold;
        /* background-color: #dcdcdc; */
    }

.GridCesta {
    border: 0px none #000000;
    font-family: samspro;
    font-size: 18PX;
    table-layout: auto;
    font-variant: all-petite-caps;
    border-collapse: collapse;
}
    /*Header and Pager styles*/
    .GridCesta .HeaderStyle, .PagerStyle {
        border-style: none;
        background-color: #000000;
        background-position: center top;
        background-repeat: repeat-x;
        background-color: #ffffff;
        height: 50px;
    }

        .GridCesta .HeaderStyle th {
            border-style: none;
            padding: 5px;
            color: #181715;
            background-color: #dcdcdc;
            height: 35px;
            text-align: left;
            font-weight: normal;
        }

        .GridCesta .HeaderStyle a {
            text-decoration: none;
            color: #ffffff;
            display: block;
            text-align: left;
            font-weight: normal;
        }

    .GridCesta .PagerStyle table {
        text-align: center;
        margin: auto;
    }

        .GridCesta .PagerStyle table td {
            border: 0px;
            padding: 5px;
        }

    .GridCesta .PagerStyle td {
        border-top: red 3px solid;
    }

    .GridCesta .PagerStyle a {
        color: #ffffff;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
        border-top: solid 1px #777777;
        border-right: solid 1px #333333;
        border-bottom: solid 1px #333333;
        border-left: solid 1px #777777;
    }

    .GridCesta .PagerStyle span {
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
    }
    /*RowStyles*/
    .GridCesta .RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td {
        height: 30px;
        border-width: 0px;
        color: #000000;
    }

    .GridCesta .RowStyle td {
        background-color: #ffffff;
        padding-left: 3px;
        height: 30px;
        color: #000000;
        font-size: 18px;
    }

    .GridCesta .AltRowStyle td {
        background-color: #ffffff;
        padding-left: 3px;
        color: #2d2232;
    }

    .GridCesta .SelectedRowStyle td {
        background-color: #ffff66;
    }

    .GridCesta img {
        object-fit: contain !important;
        WIDTH: 100%;
        HEIGHT: 100%;
    }

#createuserhelp {
    width: 300px;
    height: 500px;
    float: left;
}

#createuserheaderstyle {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    border-top-width: medium;
    /* text-align: left; */
    /* float: left; */
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    border-top-width: medium;
    /* text-align: left; */
    /* float: left; */
}

#wizHeader li .prevStep {
    background-color: #339933;
}

    #wizHeader li .prevStep:after {
        border-left-color: #339933 !important;
    }

#wizHeader li .currentStep {
    background-color: #dd328d;
}

    #wizHeader li .currentStep:after {
        border-left-color: #dd328d;
    }

#wizHeader li .nextStep {
    background-color: #2f3741;
}

    #wizHeader li .nextStep:after {
        border-left-color: #2f3741;
    }

#wizHeader {
    list-style: none;
    overflow: hidden;
    font: 15px 'Arial';
    margin: 0px;
    padding: 0px;
}

    #wizHeader li {
        float: left;
    }

        #wizHeader li a {
            color: white;
            text-decoration: none;
            padding: 10px 0 10px 55px;
            background: brown; /* fallback color */
            background: hsla(34,85%,35%,1);
            position: relative;
            display: block;
            float: left;
        }

            #wizHeader li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid hsla(34,85%,35%,1);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            #wizHeader li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid transparent;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        #wizHeader li:first-child a {
            padding-left: 10px;
        }

        #wizHeader li:last-child {
            padding-right: 50px;
        }

        #wizHeader li a:hover {
            background: #fff;
            color: #000;
        }

            #wizHeader li a:hover:after {
                border-left-color: #fff !important;
            }

.content {
    height: 150px;
    padding-top: 75px;
    text-align: center;
    background-color: #F9F9F9;
    font-size: 48px;
}

.caja_degradado {
    padding: 5px;
    border: solid 2px #E5E5E5;
    height: 35px;
    font-family: Samspro;
    font-size: 12pt;
    color: #666;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 4%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 4%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 4%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}

    .caja_degradado:focus, text:focus {
        box-shadow: 0 0 7px rgba(213, 122, 47,1);
        padding: 3px 0px 3px 3px;
        margin: 5px 1px 3px 0px;
        border: 1px solid rgba(213, 122, 47, 0.6);
    }

.caja_buscador_avz {
    padding: 0px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 12px 'Arial';
    width: 105px;
    height: 20px;
    background: #FFFFFF url('skins/Boxs/bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    color: #666666;
}

.lista_control {
    padding: 5px;
    border: solid 2px #E5E5E5;
    height: 35px;
    font-family: 'Samspro', sans-serif !important;
    font-size: 12pt;
    color: #666;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 4%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 4%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 4%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}

.lista_filtro {
    padding: 3px;
    border: solid 1px #dddddd;
    /* outline: 0; */
    font-family: 'Samspro', sans-serif !important;
    font-size: 1.5em;
    height: 35px;
    min-width: 175px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 4%, rgba(245,245,245,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 4%,rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 4%,rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    color: #666666;
}

.lista_filtro_catalogo {
    padding: 3px;
    border: solid 0px #dddddd;
    border-bottom: 0px solid #dddddd;
    /* outline: 0; */
    font-family: 'samspro', sans-serif !important;
    font-size: 20px;
    font-weight: 200;
    height: 45px;
    /*min-width: 250px;*/
    background: rgb(255,255,255);
    color: #666666;
}

    .lista_filtro_catalogo:focus, select:focus {
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

.lista_medidas {
    padding: 3px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font-family: Arial;
    font-size: 16px;
    height: 35px;
    width: 120px;
    background: #FFFFFF url('skins/Boxs/bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    color: #666666;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label {
    margin-left: 10px;
    color: #999999;
}

.icon-search {
    background-image: url("images/search.png");
    width: 32px;
    height: 32px;
}

    .icon-search:hover {
        -webkit-filter: opacity(60%);
    }

.icon-login {
    background-image: url("images/user.png");
    width: 32px;
    height: 32px;
}

    .icon-login:hover {
        -webkit-filter: opacity(60%);
    }

.icon-cart {
    background-image: url("images/carrito.png");
    width: 32px;
    height: 32px;
}

    .icon-cart:hover {
        -webkit-filter: opacity(60%);
    }

.button_default {
    width: auto;
    padding: 3px 15px 3px 15px;
    background: #dd328d;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    height: 25px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #1b141e;
}

.button_green {
    width: auto;
    padding: 3px 15px 3px 15px;
    background: #339933;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    height: 25px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 2px 2px 2px #184918;
}

.button_red {
    width: auto;
    padding: 3px 15px 3px 15px;
    background: #FF3300;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    height: 25px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 2px 2px 2px #511000;
}

.button_login {
    width: auto;
    padding: 3px 15px 3px 15px;
    background-color: #dd328d;
    border: 0;
    font-size: 12px;
    color: #FFFFFF;
    height: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.checkbox_little {
    font: Arial;
    font-size: 12px;
    background-color: transparent;
    color: transparent;
}



/* BOTONES DINAMICOS */
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    max-width: 700px;
    width: calc(100% - 2em);
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

    .input__field:focus {
        outline: none;
    }

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: 100;
    font-size: 0.9em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}

/* Individual styles */

/* Hoshi */
.input--hoshi {
    overflow: hidden;
}

.input__field--hoshi {
    margin-top: 1em;
    padding: 0.85em 0.15em;
    width: 100%;
    background: transparent;
    color: #595F6E;
}

.input__label--hoshi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0.25em;
    width: 100%;
    height: calc(100% - 1em);
    text-align: left;
    pointer-events: none;
}

.input__label-content--hoshi {
    position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi::after {
    margin-top: 2px;
    border-bottom: 4px solid red;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label--hoshi-color-1::after {
    border-color: hsl(200, 100%, 50%);
}

.input__label--hoshi-color-2::after {
    border-color: hsl(160, 100%, 50%);
}

.input__label--hoshi-color-3::after {
    border-color: hsl(20, 100%, 50%);
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

.tagcloud01 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tagcloud01 ul li {
        display: inline-block;
        margin: 0 .3em .3em 0;
        padding: 0;
    }

        .tagcloud01 ul li a {
            display: inline-block;
            max-width: 100px;
            height: 28px;
            line-height: 28px;
            padding: 0 1em;
            background-color: #fff;
            border: 1px solid #aaa;
            border-radius: 3px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #333;
            font-size: 13px;
            text-decoration: none;
            -webkit-transition: .2s;
            transition: .2s;
        }

            .tagcloud01 ul li a:hover {
                background-color: #181715;
                border: 1px solid #181715;
                color: #fff;
            }



.tagcloud02 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .tagcloud02 ul li {
        float: left;
        width: 150px;
        margin: 0 10px 10px 0;
        padding: 0;
    }

        .tagcloud02 ul li a {
            display: block;
            width: 100%;
            height: 32px;
            line-height: 32px;
            padding: 0 1em;
            background-color: #fff;
            border: 1px solid #aaa;
            border-radius: 3px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #333;
            font-size: 13px;
            text-decoration: none;
            -webkit-transition: .2s;
            transition: .2s;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .tagcloud02 ul li a:hover {
                background-color: #181715;
                border: 1px solid #181715;
                color: #fff;
            }



.tagcloud03 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tagcloud03 ul li {
        display: inline-block;
        margin: 0 .3em .3em 0;
        padding: 0;
    }

        .tagcloud03 ul li a {
            position: relative;
            display: inline-block;
            max-width: 100px;
            height: 28px;
            line-height: 28px;
            padding: 0 2.5em 0 1em;
            background-color: #fff;
            border: 1px solid #aaa;
            border-radius: 3px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #333;
            font-size: 13px;
            text-decoration: none;
            -webkit-transition: .2s;
            transition: .2s;
        }

.tagcloud03 li span {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 2;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #181715;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
}

.tagcloud03 ul li a:hover {
    background-color: #181715;
    border: 1px solid #181715;
    color: #fff;
}

    .tagcloud03 ul li a:hover span {
        background-color: #fff;
        color: #181715;
    }



.tagcloud04 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tagcloud04 ul li {
        position: relative;
        display: inline-block;
        margin: 0 .75em .5em 0;
        padding: 0;
    }

        .tagcloud04 ul li a {
            position: relative;
            display: inline-block;
            max-width: 100px;
            height: 28px;
            line-height: 28px;
            padding: 0 1em;
            background: #fff;
            border: 1px solid #aaa;
            border-radius: 3px;
            word-wrap: normal;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #333;
            font-size: 13px;
            text-decoration: none;
            -webkit-transition: .2s;
            transition: .2s;
        }

        .tagcloud04 ul li span {
            position: absolute;
            top: 0;
            right: -10px;
            z-index: 2;
            width: 28px;
            height: 28px;
            line-height: 28px;
            background-color: #181715;
            border: 1px solid #181715;
            border-radius: 100%;
            color: #fff;
            font-size: 13px;
            text-align: center;
            opacity: 0;
            -webkit-transition: .2s;
            transition: .2s;
            -webkit-transform: scale(.4);
            transform: scale(.4);
        }

            .tagcloud04 ul li span::after {
                position: absolute;
                top: 50%;
                left: -8px;
                content: '; width: 0; height: 0; margin-top: -7px; border-color: transparent #181715 transparent transparent; border-style: solid; border-width: 7px 14px 7px 0;
            }

        .tagcloud04 ul li a:hover {
            border: 1px solid #181715;
            color: #181715;
        }

        .tagcloud04 ul li:hover span {
            right: -26px;
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }



.tagcloud05 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tagcloud05 ul li {
        display: inline-block;
        margin: 0 0 1em 1em;
        padding: 0;
    }

        .tagcloud05 ul li a {
            position: relative;
            display: inline-block;
            height: 30px;
            line-height: 30px;
            padding: 0 1em;
            background-color: #181715;
            border-radius: 0 3px 3px 0;
            color: #fff;
            font-size: 13px;
            text-decoration: none;
            -webkit-transition: .2s;
            transition: .2s;
        }

            .tagcloud05 ul li a::before {
                position: absolute;
                top: 0;
                left: -15px;
                content: '';
                width: 0;
                height: 0;
                border-color: transparent #181715 transparent transparent;
                border-style: solid;
                border-width: 15px 15px 15px 0;
                -webkit-transition: .2s;
                transition: .2s;
            }

            .tagcloud05 ul li a::after {
                position: absolute;
                top: 50%;
                left: 0;
                z-index: 2;
                display: block;
                content: '';
                width: 6px;
                height: 6px;
                margin-top: -3px;
                background-color: #fff;
                border-radius: 100%;
            }

        .tagcloud05 ul li span {
            display: block;
            max-width: 100px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .tagcloud05 ul li a:hover {
            background-color: #272727;
            color: #fff;
        }

            .tagcloud05 ul li a:hover::before {
                border-right-color: #272727;
            }



.tagcloud06 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tagcloud06 ul li {
        display: inline-block;
        margin: 0 0 .3em 1em;
        padding: 0;
    }

        .tagcloud06 ul li a {
            position: relative;
            display: inline-block;
            height: 30px;
            line-height: 30px;
            padding: 0 1em 0 .75em;
            background-color: #181715;
            border-radius: 0 3px 3px 0;
            color: #fff;
            font-size: 13px;
            text-decoration: none;
            -webkit-transition: .2s;
            transition: .2s;
        }

            .tagcloud06 ul li a::before {
                position: absolute;
                top: 0;
                left: -15px;
                z-index: -1;
                content: '';
                width: 30px;
                height: 30px;
                background-color: #181715;
                border-radius: 50%;
                -webkit-transition: .2s;
                transition: .2s;
            }

            .tagcloud06 ul li a::after {
                position: absolute;
                top: 50%;
                left: -6px;
                z-index: 2;
                display: block;
                content: '';
                width: 6px;
                height: 6px;
                margin-top: -3px;
                background-color: #fff;
                border-radius: 100%;
            }

        .tagcloud06 ul li span {
            display: block;
            max-width: 100px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .tagcloud06 ul li a:hover {
            background-color: #555;
            color: #fff;
        }

            .tagcloud06 ul li a:hover::before {
                background-color: #555;
            }


#crearUsuario {
    width: 100%;
    max-width: 600px;
    background-color: #ededed;
}

#panelPaso1 {
    font-size: 20px;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 600px;
    padding: 30px 30px 30px 45px;
}

#panelPaso2 {
    font-size: 20px;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 600px;
    padding: 30px 30px 30px 45px;
}

#panelPaso3 {
    font-size: 18px;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 600px;
    padding: 5px;
    background-color: white;
}

#crearUsuario .fuente_campos_requeridos {
    position: absolute;
    top: 9px;
    display: inline;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #ff0000;
}


/*Formularios*/
#crearUsuario input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select[multiple=multiple], select, textarea {
    padding: 1em 2.4em 1em 1em;
    height: auto;
    min-height: 40px;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e9eaec;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.06);
    font-family: Samspro, 'Century Gothic';
    font-size: 20px;
    padding: .5em;
    width: 100%;
}

    #crearUsuario input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select[multiple=multiple]:focus, textarea:focus {
        border-color: #1273eb;
        box-shadow: inset 0 1px 3px rgba(0,0,0,.06), 0 0 5px rgba(18,115,235,.7);
    }

#crearUsuario input:not([type]), input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-transition: border 0ms cubic-bezier(1,0,0,1),box-shadow 0ms cubic-bezier(1,0,0,1);
    -moz-transition: border 0ms cubic-bezier(1,0,0,1),box-shadow 0ms cubic-bezier(1,0,0,1);
    transition: border 0ms cubic-bezier(1,0,0,1),box-shadow 0ms cubic-bezier(1,0,0,1);
    display: block;
    font-family: Samspro, 'Century Gothic';
    width: 100%;
    height: 45px;
    /* margin: 5px !important; */
    padding: 10px;
    border: 1px solid #181715 !important;
    background-color: #fff;
    box-shadow: 0 0 0 transparent;
    color: #5f7d95;
    font-size: 18px;
    line-height: 20px;
}


    #crearUsuario input:hover, textarea:hover, input:focus, textarea:focus {
        border-color: #8ddbff;
        background-color: var(--input_forms_hover);
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    }


.checkbox_forms {
    border: 0px !important;
    display: inline-block;
}

input[type="checkbox"] {
    display: inline-block !important;
    width: 19px !important;
    height: 19px !important;
    margin: -1px 4px 0 0 !important;
    vertical-align: middle !important;
    background: url(../images/check_radio_sheet.png) left top no-repeat !important;
    cursor: pointer !important;
}

    input[type="checkbox"]:checked + label span {
        border: 0px;
    }

    input[type="checkbox"]:checked + label span {
        background: url(../images/check_radio_sheet.png) -19px top no-repeat !important;
    }

.fuente_campos_requeridos {
    position: absolute;
    top: 0px;
    display: inline;
    right: 20px;
    font-size: 16px;
    color: #c31010;
}

.chk_alta label {
    display: inline;
    line-height: 30px;
    width: 100%;
}

.link_fondo_oscuro {
    color: #1a0dab !important;
}

.link_fondo_claro a:hover, a:link {
    color: var(--link_fondo_claro);
}
/*Fin Formularios*/

.stripe_panel {
    width: 360px;
    height: 250px;
    margin: 0 auto;
    background-color: #eeeeee;
    border: solid 2px #bbbbbb;
    vertical-align: middle;
    text-align: center;
}

    .stripe_panel span {
        font-size: 16px;
        color: #0768a0;
        top: 20px;
        position: relative;
    }

.stripe-btn {
    overflow: hidden;
    display: inline-block;
    visibility: visible !important;
    background-image: -webkit-linear-gradient(#28a0e5,#015e94);
    background-image: -moz-linear-gradient(#28a0e5,#015e94);
    background-image: -ms-linear-gradient(#28a0e5,#015e94);
    background-image: -o-linear-gradient(#28a0e5,#015e94);
    background-image: -webkit-linear-gradient(#28a0e5,#015e94);
    background-image: -moz-linear-gradient(#28a0e5,#015e94);
    background-image: -ms-linear-gradient(#28a0e5,#015e94);
    background-image: -o-linear-gradient(#28a0e5,#015e94);
    background-image: linear-gradient(#28a0e5,#015e94);
    -webkit-font-smoothing: antialiased;
    border: 0;
    padding: 1px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 100px;
    width: 300px;
    color: white;
    font-size: 24px;
    position: relative;
    top: 50px;
}

.stripe-button-el span {
    display: block;
    position: relative;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    background: #1275ff;
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.stripe-button-el:not(:disabled):active, .stripe-button-el.active {
    background: #005d93
}

    .stripe-button-el:not(:disabled):active span, .stripe-button-el.active span {
        color: #eee;
        background: #008cdd;
        background-image: -webkit-linear-gradient(#008cdd,#008cdd 85%,#239adf);
        background-image: -moz-linear-gradient(#008cdd,#008cdd 85%,#239adf);
        background-image: -ms-linear-gradient(#008cdd,#008cdd 85%,#239adf);
        background-image: -o-linear-gradient(#008cdd,#008cdd 85%,#239adf);
        background-image: -webkit-linear-gradient(#008cdd,#008cdd 85%,#239adf);
        background-image: -moz-linear-gradient(#008cdd,#008cdd 85%,#239adf);
        background-image: -ms-linear-gradient(#008cdd,#008cdd 85%,#239adf);
        background-image: -o-linear-gradient(#008cdd,#008cdd 85%,#239adf);
        background-image: linear-gradient(#008cdd,#008cdd 85%,#239adf);
        -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
        -ms-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
        -o-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
        box-shadow: inset 0 1px 0 rgba(0,0,0,0.1)
    }

.stripe-button-el:disabled, .stripe-button-el.disabled {
    background: rgba(0,0,0,0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

    .stripe-button-el:disabled span, .stripe-button-el.disabled span {
        color: #999;
        background: #f8f9fa;
        text-shadow: 0 1px 0 rgba(255,255,255,0.5)
    }


.radioButtonList input[type="radio"] {
    width: 17px;
    float: left !important;
    height: 35px;
}

.radioButtonList label {
    width: auto !important;
    display: inline !important;
    font-family: samspro !important;
    /* float: left !important;*/
    padding-left: 5px;
    font-size: 0.9rem !important;
    color: #0367B2 !important;
    font-style: normal !important;
    line-height: 35px !important;
}

.ChekPortesGratis label {
    width: auto !important;
    display: inline !important;
    font-family: samspro !important;
    padding-left: 5px;
    font-size: 0.9rem !important;
    color: #0367B2 !important;
    font-style: normal !important;
    line-height: 35px !important;
}


.radioButtonListTarjetas input[type="radio"] {
    width: 17px;
    float: left !important;
    height: 35px;
}

.radioButtonListTarjetas label {
    width: auto !important;
    display: inline !important;
    font-family: samspro !important;
    padding-left: 5px;
    font-size: 1rem !important;
    color: #0367B2 !important;
    font-style: normal !important;
    line-height: 35px !important;
}

#crearUsuario {
    margin: 0 auto !important;
}

.loader_container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    text-align: center;
    z-index: 90000;
    visibility: VISIBLE;
    background-color: #dcdcdc47;
}

.loader_image {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url(/uploads/loader.gif);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}



/* Brujadelafortuna unified golden theme */
button, input[type=submit], input[type=button], .button_default, .button_green, .button_red, .button_login {
    /* background: linear-gradient(to bottom, #f7c873, #e6b14c) !important; */
    border: 1px solid #b68a2c !important;
    color: #000 !important;
    font-family: 'samspro', sans-serif !important;
    font-weight: bold !important;
    border-radius: 12px !important;
    padding: 10px 18px !important;
}

.GridCesta, .GridCompras {
    width: 100%;
    border-collapse: collapse;
    font-family: 'samspro',sans-serif !important;
}

    .GridCesta th, .GridCompras th {
        background: #181715;
        color: #f7c873 !important;
        padding: 14px;
        font-size: 18px;
        border-bottom: 2px solid #b68a2c;
    }

    .GridCesta td, .GridCompras td {
        padding: 12px;
        background: #fff;
        border-bottom: 1px solid #e6e6e6;
        font-size: 17px !important;
    }

.panel_resumen_cesta, .caja_cupones, #panelCupon {
    background: #e1e1e1 !important;
    border: 1px solid #b68a2c !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin-bottom: 30px;
}

/* === IMPORTADO DESDE Productos.css === */
.ordernacion {
    border: 0px none;
    height: 45px;
    margin-left: 15px;
    line-height: 35px;
    text-align: left;
    color: #666666;
    font-size: 12px;
    float: none;
    display: none;
    clear: both;
}

.button_pag_min, a.button_pag {
    background-color: white !important;
    border: 2px solid black !important;
    color: black !important;
}

.infotext {
    text-align: center;
}

.scroller .principal .ordernacion {
    padding: 15px !important;
    margin: 0 auto;
    border: 0px none;
    height: 45px;
    margin-left: 15px;
    line-height: 35px;
    text-align: left;
    color: #666666;
    font-size: 12px;
    float: none;
    display: block;
    clear: both;
}

.ordernacion a:link {
    color: black;
}

.ordernacion a:hover {
    color: #df2e8d;
}

.ordernacion a:visited {
    color: black;
}

.ordernacion .genero {
    width: 170px;
    float: left;
}

.ordernacion .familia {
    width: auto;
    min-width: 175px;
    float: left;
    text-align: left;
}

.ordernacion .precio {
    width: 100%;
    max-width: 340px;
    padding-right: 0;
    float: left;
}

.container_catalogo {
    clear: both;
}

.sitemap {
    font-size: 22px;
    color: #675b33;
    height: 75px;
    padding: 10px;
    position: relative;
    font-family: samspro, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    .sitemap a:link {
        color: #675b33 !important;
    }

    .sitemap a:hover {
        color: #ddc26a !important;
    }

    .sitemap a:visited {
        color: #675b33 !important;
    }

.sitemap_claro {
    font-size: 22px;
    color: black;
    height: 75px;
    padding: 10px;
    position: relative;
    font-family: samspro, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.sitemap_clarop a:link {
    color: #ffffff !important;
}

.sitemap_claro a:hover {
    color: #b50000 !important;
}

.sitemap_claro a:visited {
    color: #dc3545 !important;
}

.detalle_largo {
    font-size: 14pt;
}

.div_caracteristicas {
    font-size: 14pt;
    min-height: 100px;
    max-height: 250px;
}

.catalogo-paginacion {
    margin: 0 0 40px 0;
    font-family: 'Samspro', sans-serif;
}

    .catalogo-paginacion li.disabled:hover a {
        cursor: pointer;
    }

    .catalogo-paginacion li a {
        -ms-transition: all 100ms ease-in-out 0s;
        -moz-transition: all 100ms ease-in-out 0s;
        -webkit-transition: all 100ms ease-in-out 0s;
        -o-transition: all 100ms ease-in-out 0s;
        transition: all 100ms ease-in-out 0s;
        padding: 3px 12px;
    }

.paginacion {
    width: auto;
    color: #666666;
    font-size: 20px;
    font-weight: bold;
    float: right !important;
    margin: 0 auto;
    float: none;
    position: relative;
    display: table;
}

    .paginacion span {
        font-family: Barlow Semi Condensed !important;
        font-weight: 300 !important;
        color: #666666;
        font-size: 24px;
        float: left;
        padding-right: 15px;
        line-height: 39px;
    }

    .paginacion .texto {
        float: left;
        padding-left: 15px;
        font-family: 'Dosis';
        font-weight: 400;
    }

    .paginacion > li {
        display: inline;
    }

        .paginacion > li > a, .paginacion > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #282828;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .paginacion > li:first-child > a, .paginacion > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .paginacion > li:last-child > a, .paginacion > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .paginacion > li > a:hover, .paginacion > li > span:hover, .paginacion > li > a:focus, .paginacion > li > span:focus {
            color: var(--a-link-hover);
            background-color: #eee;
            border-color: #ddd;
        }

    .paginacion > .active > a, .paginacion > .active > span, .paginacion > .active > a:hover, .paginacion > .active > span:hover, .paginacion > .active > a:focus, .paginacion > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #282828;
        border-color: #3a5ea3;
        border-width: 2px;
        cursor: default;
    }

    .paginacion > .disabled > span, .paginacion > .disabled > span:hover, .paginacion > .disabled > span:focus, .paginacion > .disabled > a, .paginacion > .disabled > a:hover, .paginacion > .disabled > a:focus {
        color: #999;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.paginacion-lg > li > a, .paginacion-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.paginacion-lg > li:first-child > a, .paginacion-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.paginacion-lg > li:last-child > a, .paginacion-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.paginacion-sm > li > a, .paginacion-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.paginacion-sm > li:first-child > a, .paginacion-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.paginacion-sm > li:last-child > a, .paginacion-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.Filtro {
    width: 100%;
    text-align: right;
    color: white;
    font-size: 18px;
}

    .Filtro a:link {
        color: white;
    }

    .Filtro a:hover {
        color: #df2e8d;
    }

    .Filtro a:visited {
        color: white;
    }

.div_precios {
    font-size: 1em;
    height: 100px;
}

.tablaEscaladoPrecios table {
    font-size: 18px;
    width: 100% !important;
    padding: 0px;
    margin-left: 18px;
    border: 2px solid black;
    background-color: #000000;
    clear: both;
}

.tablaEscaladoPrecios .header {
    width: 100px;
    height: 50px;
    text-align: center;
    background-color: black;
    color: white;
}

.tablaEscaladoPrecios td {
    width: 100px;
    height: 50px;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
}

.form-group-producto {
    padding-top: 15px;
    padding-bottom: 15px;
}

.div_observaciones {
    font-size: 14pt;
    color: black !important;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 30px;
    border: solid;
    border-width: 2px;
    border-color: #282828;
    width: 95%;
    display: inline-block;
}

    .div_observaciones p {
        font-size: 12pt;
    }

.nor {
    background-color: #fff;
    width: 1200px;
}

.alt {
    background-color: #282828;
    width: 1200px;
    color: #fff;
}

.lVerTallas {
    color: red;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
}

.MsgError {
    font-size: 14px;
    color: red;
    text-align: left;
    float: left;
}

.form-group-producto {
    padding-top: 15px;
    padding-bottom: 15px;
}

.producto {
    font-family: 'samspro', 'Century Gothic';
}

    .producto .producto-caption {
        padding: 5px 5px 0px 5px;
        text-align: center;
        /* background-color: #f4f4f4; */
    }

.producto-titulo_claro {
    font-size: 46px;
    letter-spacing: 0px;
    font-variant: all-petite-caps;
    padding-top: 0px;
    color: #fff;
    font-family: samspro;
}

.producto-detalle {
    font-size: 20px;
    letter-spacing: 0px;
    padding-top: 0px;
    color: black;
    font-family: samspro;
    width: 100%;
}

.producto-iva {
    font-size: 16px;
    letter-spacing: 0px;
    padding-top: 0px;
    color: #b6b6b6;
    font-style: italic;
    font-family: samspro;
}

.panel-filter {
    font-size: 24px;
    color: black;
    padding-left: 35px;
    margin-top: 20px;
    cursor: pointer;
    z-index: 9999;
}

.hidden {
    visibility: hidden;
}

.panel-filter i {
    font-size: 20px;
    color: black;
}

.panel-filter span {
    font-size: 18px;
    font-family: Samspro;
    padding-left: 10px;
}

.panel-filter a:link {
    font-size: 20px;
    color: black !important;
}

.panel-filter a:hover {
    font-size: 20px;
    color: var(--a-link-hover) !important;
}

.panel-filter a:visited {
    font-size: 20px;
    color: black !important;
}

.producto-tipo {
    font-size: 11pt;
    color: #888;
}

.producto-modelo {
    font-size: 12pt;
    color: #bbb;
    line-height: 35px;
    /* font-weight: bold; */
    /* text-transform: uppercase; */
}

.producto-precios {
    margin-bottom: 10px;
    margin-top: 5px;
    cursor: default;
    line-height: 35px;
    font-family: 'samspro',sans-serif;
    min-height: 80px;
}

.producto-precios {
}

    .producto-precios span {
        font-size: 18px;
        color: black;
    }

    .producto-precios .producto-pvp {
        font-size: 1.5em;
        color: black;
    }

    .producto-precios .producto-pvp {
        font-size: 28px;
        color: black;
    }

.producto-pvp-white {
    font-size: 28px;
    color: white;
}

.Content_Boxes {
    background-color: #ffffff;
}

    .Content_Boxes hr {
        border: 0;
        border-top: 2px solid #e5e5e5;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .Content_Boxes .Header {
        height: 45px;
        line-height: 45px;
        padding-left: 30px;
        font-family: samspro,'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        background-color: #000001;
        width: 100%;
        color: #ffffff;
    }

    .Content_Boxes .prop {
        line-height: 40px;
        min-height: 40px;
        font-family: samspro,'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 18px;
        color: black;
        min-width: 200px;
        padding-left: 30px;
        /* padding-top: 10px; */
    }

        .Content_Boxes .prop .attr {
            font-size: 18px;
            font-weight: bold;
            color: black;
        }

        .Content_Boxes .prop span {
            /* line-height: 30px; */
            font-family: samspro,'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 18px;
            color: black;
        }

.ListColoresDisponibles {
    list-style-type: none;
    min-height: 150px;
    width: max-content;
    /* padding-top: 25px; */
    margin-top: 22px;
    margin-bottom: 0px;
    margin-left: 30px;
    margin-right: 5px;
    padding: 0;
    /* background-color: #ffffff; */
}

    .ListColoresDisponibles li {
        float: left;
    }

.PrecioCompra {
    font-size: 48px;
    font-weight: bold;
    font-family: samspro;
    color: #181715;
}

.PrecioCompra_claro {
    font-size: 48px;
    font-weight: bold;
    font-family: samspro;
    color: #ffffff;
}

.checkName {
    font-size: 20px;
    /* font-weight: bold; */
    font-family: samspro;
    color: red;
    text-align: center;
}

.PrecioStock {
    font-size: 28px;
    font-weight: bold;
    font-family: samspro;
    color: red;
}

.PVPRecomendado {
    font-size: 24px;
    font-weight: bold;
    font-family: samspro;
    color: #e80000;
}

.RadInput {
    display: block !important;
}

.RadInput_BlackMetroTouch .riTextBox, .RadInput_BlackMetroTouch .riSelect, .RadInput_BlackMetroTouch .rcSelect, .RadInputMgr_BlackMetroTouch {
    border-color: #0097e8 !important;
    color: #000000 !important;
    background-color: #fff !important;
    font-size: 18px !important;
}

.RadInput .riSelect {
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
}

.RadInput_BlackMetroTouch a, .RadInput_BlackMetroTouch.RadInputDisabled a:hover, .RadInput_BlackMetroTouch.RadInputDisabled a:active {
    border-color: #0097e8 !important;
    color: #000000 !important;
    background-color: #0097e8 !important;
}

.RadInput_BlackMetroTouch a, .RadInput_BlackMetroTouch.RadInputDisabled a:hover, .RadInput_BlackMetroTouch.RadInputDisabled a:active {
    border-color: #0097e8 !important;
    color: #000000 !important;
    background-color: #0097e8 !important;
}

.RadInput_BlackMetroTouch, .RadInputMgr_BlackMetroTouch {
    font-family: samspro !important;
    font-size: 24px !important;
}

.RadDropDownList_BlackMetroTouch .rddlFakeInput {
    min-height: 38px !important;
    line-height: 38px !important;
    font-size: 20px !important;
    font-family: samspro !important;
}

.RadDropDownList_BlackMetroTouch .rddlFocused {
    border-color: #181715 !important;
    color: #fff !important;
    background-color: #181715 !important;
}

.RadDropDownList_BlackMetroTouch .rddlInner {
    padding-left: 10px !important;
    padding-right: 34px !important;
    border-color: #000001 !important;
    color: #181715 !important;
    font-variant-caps: petite-caps;
    background-color: #ffffff !important;
}

.RadDropDownList .rddlIcon {
    width: 16px;
    height: 100%;
    border: 0;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #000001;
    top: 0;
    right: 0;
}

.iconoInstagram {
    width: 100px;
    height: 100px;
    align-items: center;
    border-radius: 50px !important;
    margin-bottom: 10px;
    margin-top: -20px;
}

.principal {
    margin-left: 0px;
    margin-right: 0px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

.filtros-activos {
    border-left: solid 0px #d6d6d6;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.menu_filtro {
    position: relative;
}

.catalogo-div {
    border-left: 0px solid #d6d6d6;
    padding-left: 0px;
}

.producto-sep {
    border: 0;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-top: 0px solid #d6d6d6;
}

.producto {
    font-family: 'Samspro', sans-serif;
}

    .producto .foto {
        text-align: center;
        /*vertical-align: middle;*/
        position: absolute;
        width: 100%;
        display: block;
        position: relative !important;
    }

    .producto .box_titulo {
        background-color: var(--navmenu-bg-color);
        height: 100px;
        width: 100%;
        padding: 25px 15px 15px 15px;
        text-align: center;
    }

        .producto .box_titulo span {
            font-size: 20px !important;
            color: #fff;
            font-weight: normal;
            line-height: 1.25em;
            font-family: 'Samspro', sans-serif;
            overflow: hidden;
        }

    .producto .detalle_corto {
        font-size: 16px !important;
        color: #333333;
        font-weight: normal;
        height: 120px;
        text-align: center justify;
        font-family: 'Samspro', sans-serif;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
    }

    .producto .producto-caption {
        padding: 0px 10px;
        min-height: 60px;
    }

        .producto .producto-caption .titulo {
            font-size: 18px;
            font-weight: normal;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-top: 10px;
            min-height: 70px;
        }

        .producto .producto-caption .detalle {
            font-size: 18px;
            font-weight: normal;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 50px;
        }

        .producto .producto-caption .btn-group {
            margin-bottom: 10px;
        }

.ordernacion .precio {
    width: 100%;
    max-width: 86%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: block;
    float: none;
}

.principal {
    margin-left: 0px;
    margin-right: 0px;
}

.filtros-activos {
    border-left: solid 0px #d6d6d6;
    margin-left: 280px !important;
    margin-right: 0px !important;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    transform: translate3d(10px, 10px, 0);
}

.menu_filtro {
    position: absolute;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.catalogo-div {
    border-left: 0px solid #d6d6d6;
    padding-left: 0px;
    min-height: 0px;
}

.producto-sep {
    border: 0;
    border-right: 0px solid #d6d6d6;
    border-bottom: 0px solid #d6d6d6;
    border-top: 0px solid #d6d6d6;
}

.ordernacion .precio {
    width: 97%;
    max-width: 100%;
    padding: 0px;
    float: left;
}

.catalogo-div {
    border-left: 1px solid #d6d6d6;
    padding-left: 0px;
}

.producto-sep {
    border: 0;
    border-right: 1px solid #d6d6d6;
    border-bottom: 0px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}

.ordernacion .precio {
    width: 100%;
    max-width: 230px;
    padding: 0px;
    float: left;
}

.infotext {
    text-align: center;
}

.subscripcion {
    width: 340px;
    height: auto;
    padding: 5px;
    margin: 0 auto;
    border: 2px solid #dddddd;
    background-color: #f5f5f5;
    text-align: center;
}

    .subscripcion .titulo {
        font-family: samspro;
        font-size: 16px;
        font-weight: bold;
        color: black;
        line-height: 35px;
    }

    .subscripcion span {
        font-family: samspro;
        font-size: 16px;
        color: #03a84e;
        line-height: 35px;
    }

/* === BOTÓN BRUJA REAL === */

button, input[type=submit], input[type=button], .button_default, .button_green, .button_red, .button_login {
    /* background: linear-gradient(to bottom, #f7c873, #e6b14c) !important; */
    /* border: 1px solid #b68a2c !important; */
    color: #000 !important;
    font-family: 'samspro', sans-serif !important;
    font-weight: bold !important;
    border-radius: 12px !important;
    padding: 10px 18px !important;
}


/* === BOTÓN BRUJA DEFINITIVO === */

a.button, button, input[type=submit], input[type=button], .button_default, .button_green, .button_red, .button_login {
    background: linear-gradient(90deg, #c49a3d, #a8842f);
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 12px !important;
    padding: 14px 40px;
    font-size: 15px;
    letter-spacing: 1.4px;
    font-weight: 600;
    display: inline-block;
    transition: background .3s ease, transform .3s ease;
    margin-top: 12px;
    min-width: 180px;
}


/* === TÍTULO FIJO === */

.producto-titulo {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    font-family: 'samspro', sans-serif;
    color: #000010;
    line-height: 1.25em;
    margin: 10px auto 20px auto;
    display: block;
}


/* ================================
   ESTILO BRUJAFORTUNA · CESTA PREMIUM
   ================================ */

/* --- Imagen del producto --- */
.img-cesta {
    width: 120px;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 8px;
    background: #ffffff;
    padding: 6px;
    border: 1px solid #b68a2c40; /* borde dorado suave */
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

@media (min-width:1024px) {
    .img-cesta {
        width: 160px;
    }
}

@media (max-width:768px) {
    .img-cesta {
        width: 65px;
    }
}

/* --- Contenedor principal fila --- */
.GridCesta .grid-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 18px 10px;
    border-bottom: 1px solid #d1c7b880; /* dorado tenue */
    background: #f5f5f5;
    border-radius: 12px;
    margin-bottom: 12px;
    transition: all .2s ease;
}

    .GridCesta .grid-item:hover {
        background: #f0efeb;
    }

/* --- Nombre del producto --- */
.cesta-nombre {
    font-family: samspro;
    font-size: 20px;
    font-weight: bold;
    color: #181715;
    display: block;
}

.cesta-ref {
    font-family: samspro;
    font-size: 14px;
    color: #6d6b68;
    display: block;
    margin-top: 4px;
}

/* --- Botón eliminar --- */
.cesta-eliminar {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #b30000 !important;
    cursor: pointer;
    text-decoration: none;
}

    .cesta-eliminar:hover {
        color: #ff1010 !important;
    }

/* --- Precios --- */
.precio-normal {
    font-size: 14px;
    text-decoration: line-through;
    color: #8a8884;
}

.precio-final {
    display: block;
    margin-top: 4px;
    font-size: 20px;
    font-weight: bold;
    color: #181715;
}

/* --- Panel resumen derecha --- */
.panel_resumen_cesta {
    background: #e7e5df !important;
    border: 2px solid #b68a2c !important;
    border-radius: 14px !important;
    padding: 25px !important;
    font-family: samspro;
    font-size: 18px;
    color: #181715;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

    .panel_resumen_cesta .titulo {
        font-size: 22px;
        font-weight: bold;
        color: #181715;
        margin-bottom: 15px;
        text-align: center;
    }

/* --- Total pagar destacado --- */
.total-pagar {
    font-size: 26px !important;
    font-weight: bold !important;
    color: #000;
}

/* --- Botón “Actualizar cesta” & Submit en general --- */
.button, a.button, input[type=submit], input[type=button], button {
    background: linear-gradient(90deg, #c49a3d, #a8842f) !important;
    color: #fff !important;
    border: none !important;
    font-family: samspro !important;
    padding: 14px 28px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    transition: .3s ease;
}

    .button:hover {
        background: linear-gradient(90deg, #d4aa4a, #b99235) !important;
        transform: scale(1.03);
    }

/* --- Panel Cupón --- */
#panelCupon {
    background: #e7e5df !important;
    border: 2px solid #b68a2c !important;
    border-radius: 14px !important;
    padding: 20px !important;
    margin-top: 25px;
}

    #panelCupon .titulo {
        font-size: 20px;
        margin-bottom: 12px;
        font-weight: bold;
    }

#txtCodigoDescuento {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    font-family: samspro;
    border: 1px solid #b68a2c !important;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 12px;
}

#btnValidarCupon {
    background: linear-gradient(90deg, #c49a3d, #a8842f) !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 12px 20px !important;
    font-family: samspro;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

#lMensajeCupon {
    margin-top: 10px;
    font-size: 15px;
    font-family: samspro;
}