@import url(fontawesome-all.min.css);
/* @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900"); */
/* OLD @import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700&display=swap'); */
/*@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');*/

/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/webfonts/pt-sans-cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/webfonts/pt-sans-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/webfonts/pt-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/webfonts/pt-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--FormBorderColorDefault: grey;
  	--FormBorderColorInvalid: #b30000;
  	--FormBorderColorValid: #09a109;
}

html {
	scroll-behavior: smooth;
}
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;}

body {
    line-height: 1.3;                
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}
body.no-pull-refresh {
  overscroll-behavior-y: contain;
}
mark {
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input, select, textarea {
    -moz-appearance: none;
    /* -webkit-appearance: none; */
    -ms-appearance: none;
    appearance: none;
}

/* Basic */

    .Logotipo_Header {
        padding:0.4em;
        padding-left:1em;
        padding-right:0em;
    }
    .Logotipo_Header > a > img {
        max-width: 85%;
          height: auto;
          min-width:130px;
    }
    #sidebar > :first-child {
        display:none;
    }
    #header .menu {
        display: none;
    }
    #header .search_button {
        display: none;
    }
    #sidebar_categories {
        margin-top:1em;    
    }
    #sidebar_categories > ul { 
        list-style-type: none;
    } 
    #sidebar_categories > ul > li { 
        padding: 0.5em; 
        margin: 0px;
        border:0px;
    }  
    #sidebar_categories > ul > li:hover { 
         border:0px;
         border-radius: 0.5em;
         background-color: #e2e2e2;
    }  
    
    
    .shopping-cart-qty {
        text-indent: -0.4em;
        z-index: 1;
        top: 3px;
        left: 14px;
        position: relative;
        color:#1a6caa;
        text-shadow: 2px 2px 4px #fff;
        font-weight: bold;
    }
    .shopping-cart-qty-select {
        color:#1a6caa;
        font-weight: bold;
        padding:0.2em,0.4em;
        display:inline;
        width:62px;
        height:2em;
        font-size:9pt; !important
        
    }
    
    
    .CategoryListMain {
        background-color:#f8f8f8;
        border:1px solid #7a7a7a;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin:3px;
        padding:1em;
        line-height:22px;
        text-transform:uppercase;
    }
    .CategoryListMain:hover {
        background-color:#fcfcfc;
        border: 1px solid #0066cc;
    }
    .CategoryListMain a {
        text-decoration:none;
        color:#0066cc;
    }
    .CategoryListMain a:hover {
        
        text-decoration:underline;
        color:#0066cc;
    }
    .CategoryButtonList {
        flex:initial;
        width:25%;text-align:left;float:left;
    }

    .Container_Category_Button_List {
        display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden;
        justify-content:flex-start;
        flex-wrap: wrap;
        
    }
    
    .product_info_text_bar {
    float:left;width:33%;
    }
    .product_info_text_bar div {
        padding:1em;
    }
    .product_info_text_bar span {
        font-size:80%;
    }
    .message_in_post_header {
        text-align:center;
    }
    .message_in_post_header span {
        bottom:-20px;
        position:relative;
        z-index:3;
        background-color:#fff;
        padding-left:1em;
        padding-right:1em;
        font-size:120%;
        font-weight:bold;
        color: #3174ce;
    }
    .message_in_post_header span em {
        color:#000;
    }

    @-ms-viewport {
        width: device-width;
    }

    body {
        -ms-overflow-style: scrollbar;
    }

    @media screen and (max-width: 480px) {

        html, body {
            min-width: 320px;
        }

    }

    html {
        box-sizing: border-box;
    }

    *, *:before, *:after {
        box-sizing: inherit;
    }

    body {
        /*background: #F2F3F5; */
    }

        body.is-preload *, body.is-preload *:before, body.is-preload *:after {
            -moz-animation: none !important;
            -webkit-animation: none !important;
            -ms-animation: none !important;
            animation: none !important;
            -moz-transition: none !important;
            -webkit-transition: none !important;
            -ms-transition: none !important;
            transition: none !important;
        }

/* Type */
    body {
        padding-top: 3.5em;
    }
    
    body, input, select, textarea {
        color: #4b4b4b;
        /*font-family: Verdana, Helvetica, sans-serif;*/
        font-family: 'PT Sans', sans-serif;
        font-size: 14pt;
        font-weight: 400;
    /*        line-height: 1.75; */
    }

        @media screen and (max-width: 1680px) {

            body, input, select, textarea {
                font-size: 12pt;
            }

        }

        @media screen and (max-width: 1280px) {

            body, input, select, textarea {
                font-size: 12pt;
            }

        }

        @media screen and (max-width: 980px) {

            body, input, select, textarea {
                font-size: 12pt;
            }
            
        }

        @media screen and (max-width: 736px) {

            body, input, select, textarea {
                font-size: 12pt;
            }
            body {
                padding-top:1.8em;
            }
            .product_info_text_bar {
                clear:both;
                width:100%;
            }
            .product_info_text_bar div {
                padding:0.2em;
            }
            .product_info_text_bar span {
                bottom:-11px;
            }
            
            .CategoryButtonList {
                width:50%;
            }
            .CategoryListMain {
                
                padding:0.5em;
                font-size:110%;
                line-height:1em;
                text-transform: uppercase;
            }
        }
        
        @media screen and (max-width: 480px) {

            body, input, select, textarea {
                font-size: 12pt;
            }
        }

    a {
        -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
        -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
        -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
        transition: color 0.2s ease, border-bottom-color 0.2s ease;
        color:#0571a7;
        /* color: inherit;
        text-decoration: none;
        */
    }
    a:visited {
        /*color:#023047; */
    }
        a:before {
            -moz-transition: color 0.2s ease;
            -webkit-transition: color 0.2s ease;
            -ms-transition: color 0.2s ease;
            transition: color 0.2s ease;
        }

        a:hover {
            border-bottom-color: transparent;
            color: #219EBC !important;
        }
         

            a:hover:before {
                color: #1a6caa !important;
            }

    strong, b {
        color: #3c3b3b;
        font-weight: 700;
    }

    em, i {
        font-style: italic;
    }

    p {
        margin: 0 0 0.5em 0;
    }

    h2, h3, h4, h5, h6 {
        color: #3174ce;
        font-weight: 800;
        
        line-height: 1.65;
        margin: 0 0 0.2em 0;
        
    }
    h1 {
        color: #3c3b3b;
        font-weight: 800;
        
        line-height: 1.65;
        margin: 0 0 0.2em 0;
        
    }
    

        h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
            color: inherit;
            border-bottom: 0;
        }
    
    h1 {
        font-size: 1.7em;
    }
    
    h2 {
        font-size: 1.6em;
    }

    h3 {
        font-size: 1.5em;
    }

    h4 {
        font-size: 1.3em;
    }

    h5 {
        font-size: 1em;
        text-transform: uppercase;
	    font-weight: 600;
	    background: -webkit-linear-gradient(280deg,#00a6ff,#001862);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
    }

    h6 {
        font-size: 0.7em;
    }

    sub {
        font-size: 0.8em;
        position: relative;
        top: 0.5em;
    }

    sup {
        font-size: 0.8em;
        position: relative;
        top: -0.5em;
    }

    blockquote {
        border-left: solid 4px rgba(160, 160, 160, 0.3);
        font-style: italic;
        margin: 0 0 2em 0;
        padding: 0.5em 0 0.5em 2em;
    }

    code {
        background: rgba(160, 160, 160, 0.075);
        border: solid 1px rgba(160, 160, 160, 0.3);
        font-family: "Courier New", monospace;
        font-size: 0.9em;
        margin: 0 0.25em;
        padding: 0.25em 0.65em;
    }

    pre {
        -webkit-overflow-scrolling: touch;
        font-family: "Courier New", monospace;
        font-size: 0.9em;
        margin: 0 0 2em 0;
    }

        pre code {
            display: block;
            line-height: 1.75em;
            padding: 1em 1.5em;
            overflow-x: auto;
        }

    hr {
        border: 0;
        border-bottom: solid 1px rgba(160, 160, 160, 0.3);
        margin: 1em 0;
    }

        hr.major {
            margin: 3em 0;
        }

    .align-left {
        text-align: left;
    }

    .align-center {
        text-align: center;
    }

    .align-right {
        text-align: right;
    }

/* Row */

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

        .row > * {
            box-sizing: border-box;
        }

        .row.gtr-uniform > * > :last-child {
            margin-bottom: 0;
        }

        .row.aln-left {
            justify-content: flex-start;
        }

        .row.aln-center {
            justify-content: center;
        }

        .row.aln-right {
            justify-content: flex-end;
        }

        .row.aln-top {
            align-items: flex-start;
        }

        .row.aln-middle {
            align-items: center;
        }

        .row.aln-bottom {
            align-items: flex-end;
        }

        .row > .imp {
            order: -1;
        }

        .row > .col-1 {
            width: 8.33333%;
        }

        .row > .off-1 {
            margin-left: 8.33333%;
        }

        .row > .col-2 {
            width: 16.66667%;
        }

        .row > .off-2 {
            margin-left: 16.66667%;
        }

        .row > .col-3 {
            width: 25%;
        }

        .row > .off-3 {
            margin-left: 25%;
        }

        .row > .col-4 {
            width: 33.33333%;
        }

        .row > .off-4 {
            margin-left: 33.33333%;
        }

        .row > .col-5 {
            width: 41.66667%;
        }

        .row > .off-5 {
            margin-left: 41.66667%;
        }

        .row > .col-6 {
            width: 50%;
        }

        .row > .off-6 {
            margin-left: 50%;
        }

        .row > .col-7 {
            width: 58.33333%;
        }

        .row > .off-7 {
            margin-left: 58.33333%;
        }

        .row > .col-8 {
            width: 66.66667%;
        }

        .row > .off-8 {
            margin-left: 66.66667%;
        }

        .row > .col-9 {
            width: 75%;
        }

        .row > .off-9 {
            margin-left: 75%;
        }

        .row > .col-10 {
            width: 83.33333%;
        }

        .row > .off-10 {
            margin-left: 83.33333%;
        }

        .row > .col-11 {
            width: 91.66667%;
        }

        .row > .off-11 {
            margin-left: 91.66667%;
        }

        .row > .col-12 {
            width: 100%;
        }

        .row > .off-12 {
            margin-left: 100%;
        }

        .row.gtr-0 {
            margin-top: 0;
            margin-left: 0em;
        }

            .row.gtr-0 > * {
                padding: 0 0 0 0em;
            }

            .row.gtr-0.gtr-uniform {
                margin-top: 0em;
            }

                .row.gtr-0.gtr-uniform > * {
                    padding-top: 0em;
                }

        .row.gtr-25 {
            margin-top: 0;
            margin-left: -0.25em;
        }

            .row.gtr-25 > * {
                padding: 0 0 0 0.25em;
            }

            .row.gtr-25.gtr-uniform {
                margin-top: -0.25em;
            }

                .row.gtr-25.gtr-uniform > * {
                    padding-top: 0.25em;
                }

        .row.gtr-50 {
            margin-top: 0;
            margin-left: -0.5em;
        }

            .row.gtr-50 > * {
                padding: 0 0 0 0.5em;
            }

            .row.gtr-50.gtr-uniform {
                margin-top: -0.5em;
            }

                .row.gtr-50.gtr-uniform > * {
                    padding-top: 0.5em;
                }

        .row {
            margin-top: 0;
            margin-left: -1em;
        }

            .row > * {
                padding: 0 0 0 1em;
            }

            .row.gtr-uniform {
                margin-top: -1em;
            }

                .row.gtr-uniform > * {
                    padding-top: 1em;
                }

        .row.gtr-150 {
            margin-top: 0;
            margin-left: -1.5em;
        }

            .row.gtr-150 > * {
                padding: 0 0 0 1.5em;
            }

            .row.gtr-150.gtr-uniform {
                margin-top: -1.5em;
            }

                .row.gtr-150.gtr-uniform > * {
                    padding-top: 1.5em;
                }

        .row.gtr-200 {
            margin-top: 0;
            margin-left: -2em;
        }

            .row.gtr-200 > * {
                padding: 0 0 0 2em;
            }

            .row.gtr-200.gtr-uniform {
                margin-top: -2em;
            }

                .row.gtr-200.gtr-uniform > * {
                    padding-top: 2em;
                }

        @media screen and (max-width: 1680px) {

            .row {
                display: flex;
                flex-wrap: wrap;
                box-sizing: border-box;
                align-items: stretch;
            }

                .row > * {
                    box-sizing: border-box;
                }

                .row.gtr-uniform > * > :last-child {
                    margin-bottom: 0;
                }

                .row.aln-left {
                    justify-content: flex-start;
                }

                .row.aln-center {
                    justify-content: center;
                }

                .row.aln-right {
                    justify-content: flex-end;
                }

                .row.aln-top {
                    align-items: flex-start;
                }

                .row.aln-middle {
                    align-items: center;
                }

                .row.aln-bottom {
                    align-items: flex-end;
                }

                .row > .imp-xlarge {
                    order: -1;
                }

                .row > .col-1-xlarge {
                    width: 8.33333%;
                }

                .row > .off-1-xlarge {
                    margin-left: 8.33333%;
                }

                .row > .col-2-xlarge {
                    width: 16.66667%;
                }

                .row > .off-2-xlarge {
                    margin-left: 16.66667%;
                }

                .row > .col-3-xlarge {
                    width: 25%;
                }

                .row > .off-3-xlarge {
                    margin-left: 25%;
                }

                .row > .col-4-xlarge {
                    width: 33.33333%;
                }

                .row > .off-4-xlarge {
                    margin-left: 33.33333%;
                }

                .row > .col-5-xlarge {
                    width: 41.66667%;
                }

                .row > .off-5-xlarge {
                    margin-left: 41.66667%;
                }

                .row > .col-6-xlarge {
                    width: 50%;
                }

                .row > .off-6-xlarge {
                    margin-left: 50%;
                }

                .row > .col-7-xlarge {
                    width: 58.33333%;
                }

                .row > .off-7-xlarge {
                    margin-left: 58.33333%;
                }

                .row > .col-8-xlarge {
                    width: 66.66667%;
                }

                .row > .off-8-xlarge {
                    margin-left: 66.66667%;
                }

                .row > .col-9-xlarge {
                    width: 75%;
                }

                .row > .off-9-xlarge {
                    margin-left: 75%;
                }

                .row > .col-10-xlarge {
                    width: 83.33333%;
                }

                .row > .off-10-xlarge {
                    margin-left: 83.33333%;
                }

                .row > .col-11-xlarge {
                    width: 91.66667%;
                }

                .row > .off-11-xlarge {
                    margin-left: 91.66667%;
                }

                .row > .col-12-xlarge {
                    width: 100%;
                }

                .row > .off-12-xlarge {
                    margin-left: 100%;
                }

                .row.gtr-0 {
                    margin-top: 0;
                    margin-left: 0em;
                }

                    .row.gtr-0 > * {
                        padding: 0 0 0 0em;
                    }

                    .row.gtr-0.gtr-uniform {
                        margin-top: 0em;
                    }

                        .row.gtr-0.gtr-uniform > * {
                            padding-top: 0em;
                        }

                .row.gtr-25 {
                    margin-top: 0;
                    margin-left: -0.25em;
                }

                    .row.gtr-25 > * {
                        padding: 0 0 0 0.25em;
                    }

                    .row.gtr-25.gtr-uniform {
                        margin-top: -0.25em;
                    }

                        .row.gtr-25.gtr-uniform > * {
                            padding-top: 0.25em;
                        }

                .row.gtr-50 {
                    margin-top: 0;
                    margin-left: -0.5em;
                }

                    .row.gtr-50 > * {
                        padding: 0 0 0 0.5em;
                    }

                    .row.gtr-50.gtr-uniform {
                        margin-top: -0.5em;
                    }

                        .row.gtr-50.gtr-uniform > * {
                            padding-top: 0.5em;
                        }

                .row {
                    margin-top: 0;
                    margin-left: -1em;
                }

                    .row > * {
                        padding: 0 0 0 1em;
                    }

                    .row.gtr-uniform {
                        margin-top: -1em;
                    }

                        .row.gtr-uniform > * {
                            padding-top: 1em;
                        }

                .row.gtr-150 {
                    margin-top: 0;
                    margin-left: -1.5em;
                }

                    .row.gtr-150 > * {
                        padding: 0 0 0 1.5em;
                    }

                    .row.gtr-150.gtr-uniform {
                        margin-top: -1.5em;
                    }

                        .row.gtr-150.gtr-uniform > * {
                            padding-top: 1.5em;
                        }

                .row.gtr-200 {
                    margin-top: 0;
                    margin-left: -2em;
                }

                    .row.gtr-200 > * {
                        padding: 0 0 0 2em;
                    }

                    .row.gtr-200.gtr-uniform {
                        margin-top: -2em;
                    }

                        .row.gtr-200.gtr-uniform > * {
                            padding-top: 2em;
                        }

        }

        @media screen and (max-width: 1280px) {

            .row {
                display: flex;
                flex-wrap: wrap;
                box-sizing: border-box;
                align-items: stretch;
            }

                .row > * {
                    box-sizing: border-box;
                }

                .row.gtr-uniform > * > :last-child {
                    margin-bottom: 0;
                }

                .row.aln-left {
                    justify-content: flex-start;
                }

                .row.aln-center {
                    justify-content: center;
                }

                .row.aln-right {
                    justify-content: flex-end;
                }

                .row.aln-top {
                    align-items: flex-start;
                }

                .row.aln-middle {
                    align-items: center;
                }

                .row.aln-bottom {
                    align-items: flex-end;
                }

                .row > .imp-large {
                    order: -1;
                }

                .row > .col-1-large {
                    width: 8.33333%;
                }

                .row > .off-1-large {
                    margin-left: 8.33333%;
                }

                .row > .col-2-large {
                    width: 16.66667%;
                }

                .row > .off-2-large {
                    margin-left: 16.66667%;
                }

                .row > .col-3-large {
                    width: 25%;
                }

                .row > .off-3-large {
                    margin-left: 25%;
                }

                .row > .col-4-large {
                    width: 33.33333%;
                }

                .row > .off-4-large {
                    margin-left: 33.33333%;
                }

                .row > .col-5-large {
                    width: 41.66667%;
                }

                .row > .off-5-large {
                    margin-left: 41.66667%;
                }

                .row > .col-6-large {
                    width: 50%;
                }

                .row > .off-6-large {
                    margin-left: 50%;
                }

                .row > .col-7-large {
                    width: 58.33333%;
                }

                .row > .off-7-large {
                    margin-left: 58.33333%;
                }

                .row > .col-8-large {
                    width: 66.66667%;
                }

                .row > .off-8-large {
                    margin-left: 66.66667%;
                }

                .row > .col-9-large {
                    width: 75%;
                }

                .row > .off-9-large {
                    margin-left: 75%;
                }

                .row > .col-10-large {
                    width: 83.33333%;
                }

                .row > .off-10-large {
                    margin-left: 83.33333%;
                }

                .row > .col-11-large {
                    width: 91.66667%;
                }

                .row > .off-11-large {
                    margin-left: 91.66667%;
                }

                .row > .col-12-large {
                    width: 100%;
                }

                .row > .off-12-large {
                    margin-left: 100%;
                }

                .row.gtr-0 {
                    margin-top: 0;
                    margin-left: 0em;
                }

                    .row.gtr-0 > * {
                        padding: 0 0 0 0em;
                    }

                    .row.gtr-0.gtr-uniform {
                        margin-top: 0em;
                    }

                        .row.gtr-0.gtr-uniform > * {
                            padding-top: 0em;
                        }

                .row.gtr-25 {
                    margin-top: 0;
                    margin-left: -0.25em;
                }

                    .row.gtr-25 > * {
                        padding: 0 0 0 0.25em;
                    }

                    .row.gtr-25.gtr-uniform {
                        margin-top: -0.25em;
                    }

                        .row.gtr-25.gtr-uniform > * {
                            padding-top: 0.25em;
                        }

                .row.gtr-50 {
                    margin-top: 0;
                    margin-left: -0.5em;
                }

                    .row.gtr-50 > * {
                        padding: 0 0 0 0.5em;
                    }

                    .row.gtr-50.gtr-uniform {
                        margin-top: -0.5em;
                    }

                        .row.gtr-50.gtr-uniform > * {
                            padding-top: 0.5em;
                        }

                .row {
                    margin-top: 0;
                    margin-left: -1em;
                }

                    .row > * {
                        padding: 0 0 0 1em;
                    }

                    .row.gtr-uniform {
                        margin-top: -1em;
                    }

                        .row.gtr-uniform > * {
                            padding-top: 1em;
                        }

                .row.gtr-150 {
                    margin-top: 0;
                    margin-left: -1.5em;
                }

                    .row.gtr-150 > * {
                        padding: 0 0 0 1.5em;
                    }

                    .row.gtr-150.gtr-uniform {
                        margin-top: -1.5em;
                    }

                        .row.gtr-150.gtr-uniform > * {
                            padding-top: 1.5em;
                        }

                .row.gtr-200 {
                    margin-top: 0;
                    margin-left: -2em;
                }

                    .row.gtr-200 > * {
                        padding: 0 0 0 2em;
                    }

                    .row.gtr-200.gtr-uniform {
                        margin-top: -2em;
                    }

                        .row.gtr-200.gtr-uniform > * {
                            padding-top: 2em;
                        }

        }

        @media screen and (max-width: 980px) {

            .row {
                display: flex;
                flex-wrap: wrap;
                box-sizing: border-box;
                align-items: stretch;
            }

                .row > * {
                    box-sizing: border-box;
                }

                .row.gtr-uniform > * > :last-child {
                    margin-bottom: 0;
                }

                .row.aln-left {
                    justify-content: flex-start;
                }

                .row.aln-center {
                    justify-content: center;
                }

                .row.aln-right {
                    justify-content: flex-end;
                }

                .row.aln-top {
                    align-items: flex-start;
                }

                .row.aln-middle {
                    align-items: center;
                }

                .row.aln-bottom {
                    align-items: flex-end;
                }

                .row > .imp-medium {
                    order: -1;
                }

                .row > .col-1-medium {
                    width: 8.33333%;
                }

                .row > .off-1-medium {
                    margin-left: 8.33333%;
                }

                .row > .col-2-medium {
                    width: 16.66667%;
                }

                .row > .off-2-medium {
                    margin-left: 16.66667%;
                }

                .row > .col-3-medium {
                    width: 25%;
                }

                .row > .off-3-medium {
                    margin-left: 25%;
                }

                .row > .col-4-medium {
                    width: 33.33333%;
                }

                .row > .off-4-medium {
                    margin-left: 33.33333%;
                }

                .row > .col-5-medium {
                    width: 41.66667%;
                }

                .row > .off-5-medium {
                    margin-left: 41.66667%;
                }

                .row > .col-6-medium {
                    width: 50%;
                }

                .row > .off-6-medium {
                    margin-left: 50%;
                }

                .row > .col-7-medium {
                    width: 58.33333%;
                }

                .row > .off-7-medium {
                    margin-left: 58.33333%;
                }

                .row > .col-8-medium {
                    width: 66.66667%;
                }

                .row > .off-8-medium {
                    margin-left: 66.66667%;
                }

                .row > .col-9-medium {
                    width: 75%;
                }

                .row > .off-9-medium {
                    margin-left: 75%;
                }

                .row > .col-10-medium {
                    width: 83.33333%;
                }

                .row > .off-10-medium {
                    margin-left: 83.33333%;
                }

                .row > .col-11-medium {
                    width: 91.66667%;
                }

                .row > .off-11-medium {
                    margin-left: 91.66667%;
                }

                .row > .col-12-medium {
                    width: 100%;
                }

                .row > .off-12-medium {
                    margin-left: 100%;
                }

                .row.gtr-0 {
                    margin-top: 0;
                    margin-left: 0em;
                }

                    .row.gtr-0 > * {
                        padding: 0 0 0 0em;
                    }

                    .row.gtr-0.gtr-uniform {
                        margin-top: 0em;
                    }

                        .row.gtr-0.gtr-uniform > * {
                            padding-top: 0em;
                        }

                .row.gtr-25 {
                    margin-top: 0;
                    margin-left: -0.25em;
                }

                    .row.gtr-25 > * {
                        padding: 0 0 0 0.25em;
                    }

                    .row.gtr-25.gtr-uniform {
                        margin-top: -0.25em;
                    }

                        .row.gtr-25.gtr-uniform > * {
                            padding-top: 0.25em;
                        }

                .row.gtr-50 {
                    margin-top: 0;
                    margin-left: -0.5em;
                }

                    .row.gtr-50 > * {
                        padding: 0 0 0 0.5em;
                    }

                    .row.gtr-50.gtr-uniform {
                        margin-top: -0.5em;
                    }

                        .row.gtr-50.gtr-uniform > * {
                            padding-top: 0.5em;
                        }

                .row {
                    margin-top: 0;
                    margin-left: -1em;
                }

                    .row > * {
                        padding: 0 0 0 1em;
                    }

                    .row.gtr-uniform {
                        margin-top: -1em;
                    }

                        .row.gtr-uniform > * {
                            padding-top: 1em;
                        }

                .row.gtr-150 {
                    margin-top: 0;
                    margin-left: -1.5em;
                }

                    .row.gtr-150 > * {
                        padding: 0 0 0 1.5em;
                    }

                    .row.gtr-150.gtr-uniform {
                        margin-top: -1.5em;
                    }

                        .row.gtr-150.gtr-uniform > * {
                            padding-top: 1.5em;
                        }

                .row.gtr-200 {
                    margin-top: 0;
                    margin-left: -2em;
                }

                    .row.gtr-200 > * {
                        padding: 0 0 0 2em;
                    }

                    .row.gtr-200.gtr-uniform {
                        margin-top: -2em;
                    }

                        .row.gtr-200.gtr-uniform > * {
                            padding-top: 2em;
                        }

        }

        @media screen and (max-width: 736px) {

            .row {
                display: flex;
                flex-wrap: wrap;
                box-sizing: border-box;
                align-items: stretch;
            }

                .row > * {
                    box-sizing: border-box;
                }

                .row.gtr-uniform > * > :last-child {
                    margin-bottom: 0;
                }

                .row.aln-left {
                    justify-content: flex-start;
                }

                .row.aln-center {
                    justify-content: center;
                }

                .row.aln-right {
                    justify-content: flex-end;
                }

                .row.aln-top {
                    align-items: flex-start;
                }

                .row.aln-middle {
                    align-items: center;
                }

                .row.aln-bottom {
                    align-items: flex-end;
                }

                .row > .imp-small {
                    order: -1;
                }

                .row > .col-1-small {
                    width: 8.33333%;
                }

                .row > .off-1-small {
                    margin-left: 8.33333%;
                }

                .row > .col-2-small {
                    width: 16.66667%;
                }

                .row > .off-2-small {
                    margin-left: 16.66667%;
                }

                .row > .col-3-small {
                    width: 25%;
                }

                .row > .off-3-small {
                    margin-left: 25%;
                }

                .row > .col-4-small {
                    width: 33.33333%;
                }

                .row > .off-4-small {
                    margin-left: 33.33333%;
                }

                .row > .col-5-small {
                    width: 41.66667%;
                }

                .row > .off-5-small {
                    margin-left: 41.66667%;
                }

                .row > .col-6-small {
                    width: 50%;
                }

                .row > .off-6-small {
                    margin-left: 50%;
                }

                .row > .col-7-small {
                    width: 58.33333%;
                }

                .row > .off-7-small {
                    margin-left: 58.33333%;
                }

                .row > .col-8-small {
                    width: 66.66667%;
                }

                .row > .off-8-small {
                    margin-left: 66.66667%;
                }

                .row > .col-9-small {
                    width: 75%;
                }

                .row > .off-9-small {
                    margin-left: 75%;
                }

                .row > .col-10-small {
                    width: 83.33333%;
                }

                .row > .off-10-small {
                    margin-left: 83.33333%;
                }

                .row > .col-11-small {
                    width: 91.66667%;
                }

                .row > .off-11-small {
                    margin-left: 91.66667%;
                }

                .row > .col-12-small {
                    width: 100%;
                }

                .row > .off-12-small {
                    margin-left: 100%;
                }

                .row.gtr-0 {
                    margin-top: 0;
                    margin-left: 0em;
                }

                    .row.gtr-0 > * {
                        padding: 0 0 0 0em;
                    }

                    .row.gtr-0.gtr-uniform {
                        margin-top: 0em;
                    }

                        .row.gtr-0.gtr-uniform > * {
                            padding-top: 0em;
                        }

                .row.gtr-25 {
                    margin-top: 0;
                    margin-left: -0.25em;
                }

                    .row.gtr-25 > * {
                        padding: 0 0 0 0.25em;
                    }

                    .row.gtr-25.gtr-uniform {
                        margin-top: -0.25em;
                    }

                        .row.gtr-25.gtr-uniform > * {
                            padding-top: 0.25em;
                        }

                .row.gtr-50 {
                    margin-top: 0;
                    margin-left: -0.5em;
                }

                    .row.gtr-50 > * {
                        padding: 0 0 0 0.5em;
                    }

                    .row.gtr-50.gtr-uniform {
                        margin-top: -0.5em;
                    }

                        .row.gtr-50.gtr-uniform > * {
                            padding-top: 0.5em;
                        }

                .row {
                    margin-top: 0;
                    margin-left: -1em;
                }

                    .row > * {
                        padding: 0 0 0 1em;
                    }

                    .row.gtr-uniform {
                        margin-top: -1em;
                    }

                        .row.gtr-uniform > * {
                            padding-top: 1em;
                        }

                .row.gtr-150 {
                    margin-top: 0;
                    margin-left: -1.5em;
                }

                    .row.gtr-150 > * {
                        padding: 0 0 0 1.5em;
                    }

                    .row.gtr-150.gtr-uniform {
                        margin-top: -1.5em;
                    }

                        .row.gtr-150.gtr-uniform > * {
                            padding-top: 1.5em;
                        }

                .row.gtr-200 {
                    margin-top: 0;
                    margin-left: -2em;
                }

                    .row.gtr-200 > * {
                        padding: 0 0 0 2em;
                    }

                    .row.gtr-200.gtr-uniform {
                        margin-top: -2em;
                    }

                        .row.gtr-200.gtr-uniform > * {
                            padding-top: 2em;
                        }

        }

        @media screen and (max-width: 480px) {

            .row {
                display: flex;
                flex-wrap: wrap;
                box-sizing: border-box;
                align-items: stretch;
            }

                .row > * {
                    box-sizing: border-box;
                }

                .row.gtr-uniform > * > :last-child {
                    margin-bottom: 0;
                }

                .row.aln-left {
                    justify-content: flex-start;
                }

                .row.aln-center {
                    justify-content: center;
                }

                .row.aln-right {
                    justify-content: flex-end;
                }

                .row.aln-top {
                    align-items: flex-start;
                }

                .row.aln-middle {
                    align-items: center;
                }

                .row.aln-bottom {
                    align-items: flex-end;
                }

                .row > .imp-xsmall {
                    order: -1;
                }

                .row > .col-1-xsmall {
                    width: 8.33333%;
                }

                .row > .off-1-xsmall {
                    margin-left: 8.33333%;
                }

                .row > .col-2-xsmall {
                    width: 16.66667%;
                }

                .row > .off-2-xsmall {
                    margin-left: 16.66667%;
                }

                .row > .col-3-xsmall {
                    width: 25%;
                }

                .row > .off-3-xsmall {
                    margin-left: 25%;
                }

                .row > .col-4-xsmall {
                    width: 33.33333%;
                }

                .row > .off-4-xsmall {
                    margin-left: 33.33333%;
                }

                .row > .col-5-xsmall {
                    width: 41.66667%;
                }

                .row > .off-5-xsmall {
                    margin-left: 41.66667%;
                }

                .row > .col-6-xsmall {
                    width: 50%;
                }

                .row > .off-6-xsmall {
                    margin-left: 50%;
                }

                .row > .col-7-xsmall {
                    width: 58.33333%;
                }

                .row > .off-7-xsmall {
                    margin-left: 58.33333%;
                }

                .row > .col-8-xsmall {
                    width: 66.66667%;
                }

                .row > .off-8-xsmall {
                    margin-left: 66.66667%;
                }

                .row > .col-9-xsmall {
                    width: 75%;
                }

                .row > .off-9-xsmall {
                    margin-left: 75%;
                }

                .row > .col-10-xsmall {
                    width: 83.33333%;
                }

                .row > .off-10-xsmall {
                    margin-left: 83.33333%;
                }

                .row > .col-11-xsmall {
                    width: 91.66667%;
                }

                .row > .off-11-xsmall {
                    margin-left: 91.66667%;
                }

                .row > .col-12-xsmall {
                    width: 100%;
                }

                .row > .off-12-xsmall {
                    margin-left: 100%;
                }

                .row.gtr-0 {
                    margin-top: 0;
                    margin-left: 0em;
                }

                    .row.gtr-0 > * {
                        padding: 0 0 0 0em;
                    }

                    .row.gtr-0.gtr-uniform {
                        margin-top: 0em;
                    }

                        .row.gtr-0.gtr-uniform > * {
                            padding-top: 0em;
                        }

                .row.gtr-25 {
                    margin-top: 0;
                    margin-left: -0.25em;
                }

                    .row.gtr-25 > * {
                        padding: 0 0 0 0.25em;
                    }

                    .row.gtr-25.gtr-uniform {
                        margin-top: -0.25em;
                    }

                        .row.gtr-25.gtr-uniform > * {
                            padding-top: 0.25em;
                        }

                .row.gtr-50 {
                    margin-top: 0;
                    margin-left: -0.5em;
                }

                    .row.gtr-50 > * {
                        padding: 0 0 0 0.5em;
                    }

                    .row.gtr-50.gtr-uniform {
                        margin-top: -0.5em;
                    }

                        .row.gtr-50.gtr-uniform > * {
                            padding-top: 0.5em;
                        }

                .row {
                    margin-top: 0;
                    margin-left: -1em;
                }

                    .row > * {
                        padding: 0 0 0 1em;
                    }

                    .row.gtr-uniform {
                        margin-top: -1em;
                    }

                        .row.gtr-uniform > * {
                            padding-top: 1em;
                        }

                .row.gtr-150 {
                    margin-top: 0;
                    margin-left: -1.5em;
                }

                    .row.gtr-150 > * {
                        padding: 0 0 0 1.5em;
                    }

                    .row.gtr-150.gtr-uniform {
                        margin-top: -1.5em;
                    }

                        .row.gtr-150.gtr-uniform > * {
                            padding-top: 1.5em;
                        }

                .row.gtr-200 {
                    margin-top: 0;
                    margin-left: -2em;
                }

                    .row.gtr-200 > * {
                        padding: 0 0 0 2em;
                    }

                    .row.gtr-200.gtr-uniform {
                        margin-top: -2em;
                    }

                        .row.gtr-200.gtr-uniform > * {
                            padding-top: 2em;
                        }

        }


/* Blurb */

    .blurb h2 {
        font-size: 0.8em;
        margin: 0 0 1.5em 0;
    }

    .blurb h3 {
        font-size: 0.7em;
    }

    .blurb p {
        font-size: 0.9em;
    }

/* Box */

    .box {
        border: solid 1px rgba(160, 160, 160, 0.3);
        margin-bottom: 2em;
        padding: 1.5em;
    }

        .box > :last-child,
        .box > :last-child > :last-child,
        .box > :last-child > :last-child > :last-child {
            margin-bottom: 0;
        }

        .box.alt {
            border: 0;
            border-radius: 0;
            padding: 0;
        }

/* Button */

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
    .button {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
        -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
        -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
        transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
        background-color: transparent;
        border: 0;
        color: #3c3b3b;
        cursor: pointer;
        display: inline-block;
        font-size: 0.9em;
        font-weight: 800;
        height: 2.8125em;
        line-height: 2.8125em;
        padding: 0 2em;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
    }

        input[type="submit"]:hover,
        input[type="reset"]:hover,
        input[type="button"]:hover,
        button:hover,
        .button:hover {
            box-shadow: inset 0 0 0 1px #1a6caa;
            color: #1a6caa;
        }

            input[type="submit"]:hover:active,
            input[type="reset"]:hover:active,
            input[type="button"]:hover:active,
            button:hover:active,
            .button:hover:active {
                background-color: rgba(46, 186, 174, 0.05);
            }

        input[type="submit"]:before, input[type="submit"]:after,
        input[type="reset"]:before,
        input[type="reset"]:after,
        input[type="button"]:before,
        input[type="button"]:after,
        button:before,
        button:after,
        .button:before,
        .button:after {
            color: #aaaaaa;
            position: relative;
        }

        input[type="submit"]:before,
        input[type="reset"]:before,
        input[type="button"]:before,
        button:before,
        .button:before {
            left: -1em;
            padding: 0 0 0 0.75em;
        }

        input[type="submit"]:after,
        input[type="reset"]:after,
        input[type="button"]:after,
        button:after,
        .button:after {
            left: 1em;
            padding: 0 0.75em 0 0;
        }

        input[type="submit"].fit,
        input[type="reset"].fit,
        input[type="button"].fit,
        button.fit,
        .button.fit {
            width: 100%;
        }

        input[type="submit"].large,
        input[type="reset"].large,
        input[type="button"].large,
        button.large,
        .button.large {
            font-size: 0.7em;
            padding: 0 3em;
        }

        input[type="submit"].small,
        input[type="reset"].small,
        input[type="button"].small,
        button.small,
        .button.small {
            font-size: 0.5em;
        }

        input[type="submit"].disabled, input[type="submit"]:disabled,
        input[type="reset"].disabled,
        input[type="reset"]:disabled,
        input[type="button"].disabled,
        input[type="button"]:disabled,
        button.disabled,
        button:disabled,
        .button.disabled,
        .button:disabled {
            pointer-events: none;
            color: rgba(160, 160, 160, 0.3) !important;
        }

            input[type="submit"].disabled:before, input[type="submit"]:disabled:before,
            input[type="reset"].disabled:before,
            input[type="reset"]:disabled:before,
            input[type="button"].disabled:before,
            input[type="button"]:disabled:before,
            button.disabled:before,
            button:disabled:before,
            .button.disabled:before,
            .button:disabled:before {
                color: rgba(160, 160, 160, 0.3) !important;
            }


.boton {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
        -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
        -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
        transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
        background-color: #f8f8f8;
        border: 1px solid #828282;
        border-radius:0.2em;
        color: #5b5b5b;
        cursor: pointer;
        display: inline-block;
        font-size: 0.9em;
        font-weight: 800;
        height: 2.8125em;
        line-height: 2.8125em;
        padding: 0 1.2em;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
    }

    .boton:hover {
        border:1px solid #797979;
        color: #333435 !important;
        background-color: #f9f9f9;
        text-decoration:underline;
        cursor:pointer;
    }
        
/* Form */

    form {
        margin: 0 0 2em 0;
    }

    form.search {
        text-decoration: none;
        position: relative;
        
    }

    form.search:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #999999;
        content: '\f002';
        position: absolute;
        top: 0.2rem;
        left: 0.9rem;
    }

    form.search > input:first-child {
        padding-left: 2.5em;
        border-radius: 0.5em;
        border: 1px solid #d7d7d7;
    }

    label {
        display: block;
        margin: 0 0 0.5em 0;
    }

    
    input[type="checkbox"],
    input[type="radio"] {
        appearance: radio;
        }
    input[type="checkbox"] {
        appearance: checkbox;
        }
        
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    select,
    textarea {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        
        border: none;
        border: solid 1px rgba(160, 160, 160, 0.3);
        border-radius: 0.2em;
        color: inherit;
        display: block;
        outline: 0;
        padding: 0 0.4em;
        text-decoration: none;
        width: 100%;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

        input[type="text"]:not(:focus):invalid,
        input[type="password"]:not(:focus):invalid,
        input[type="email"]:not(:focus):invalid,
        input[type="tel"]:not(:focus):invalid,
        input[type="checkbox"]:not(:focus):invalid,
        select:not(:focus):invalid,
        textarea:not(:focus):invalid {
            box-shadow: none;
        }

        input[type="text"]:focus,
        input[type="password"]:focus,
        input[type="email"]:focus,
        input[type="tel"]:focus,
        select:focus,
        textarea:focus {
            border-color: #80bdff;
    		outline: 0;
    		box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%)
        }

    .select-wrapper {
        text-decoration: none;
        display: block;
        position: relative;
    }

        .select-wrapper:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            text-transform: none !important;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
        }

        .select-wrapper:before {
            color: rgba(160, 160, 160, 0.3);
            content: '\f078';
            display: block;
            height: 2.75em;
            line-height: 2.75em;
            pointer-events: none;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            width: 2.75em;
        }

        .select-wrapper select::-ms-expand {
            display: none;
        }

    select {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(160, 160, 160, 0.3)' /%3E%3C/svg%3E");
        background-size: 1.25rem;
        background-repeat: no-repeat;
        background-position: calc(100% - 1rem) center;
        height: 2.75em;
        padding-right: 2.25em;
        text-overflow: ellipsis;
    }

        select option {
            color: #3c3b3b;
            background: #ffffff;
        }

        select:focus::-ms-value {
            background-color: transparent;
        }

        select::-ms-expand {
            display: none;
        }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    select {
        height: 2.2em;
    }

    textarea {
        padding: 0.75em 1em;
    }

    

    ::-webkit-input-placeholder {
        color: #aaaaaa !important;
        opacity: 1.0;
    }

    :-moz-placeholder {
        color: #aaaaaa !important;
        opacity: 1.0;
    }

    ::-moz-placeholder {
        color: #aaaaaa !important;
        opacity: 1.0;
    }

    :-ms-input-placeholder {
        color: #aaaaaa !important;
        opacity: 1.0;
    }

/* Icon */

    .icon {
        text-decoration: none;
        border-bottom: none;
        position: relative;
    }

        .icon:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            text-transform: none !important;
            font-family: 'Font Awesome 5 Free';
            font-weight: 400;
        }

        .icon > .label {
            display: none;
        }

        .icon:before {
            line-height: inherit;
        }

        .icon.solid:before {
            font-weight: 900;
        }

        .icon.brands:before {
            font-family: 'Font Awesome 5 Brands';
        }

        .icon.suffix:before {
            float: right;
        }

/* Image */

    .image {
        border: 0;
        display: inline-block;
        position: relative;
    }

        .image img {
            display: block;
        }

        .image.left, .image.right {
            max-width: 40%;
        }

            .image.left img, .image.right img {
                width: 100%;
            }

        .image.left {
            float: left;
            padding: 0 1.5em 1em 0;
            top: 0.25em;
        }

        .image.right {
            float: right;
            padding: 0 0 1em 1.5em;
            top: 0.25em;
        }

        .image.fit {
            display: block;
            margin: 0 0 2em 0;
            width: 100%;
        }

            .image.fit img {
                width: 100%;
            }

        .image.featured {
            display: block;
            width: 100%;
        }

            .image.featured img {
				max-height: 23rem;
    			display: block;
    			max-width: 100%
                aspect-ratio: 1 / 1;
            }
            .image.featured_mini img {
                width: 100%;
                max-width:77px;
                aspect-ratio: 1/1;
            }


        .image.main {
            display: block;
            margin: 0 0 3em 0;
            width: 100%;
        }

            .image.main img {
                width: 100%;
            }

/* List */

    ol {
        list-style: decimal;
        margin: 0 0 0em 0;
        padding-left: 1.25em;
    }

        ol li {
            padding-left: 0.25em;
        }

    ul {
        list-style: disc;
        margin: 0 0 2em 0;
        padding-left: 1em;
    }

        ul li {
            padding-left: 0.5em;
        }

        ul.alt {
            list-style: none;
            padding-left: 0;
        }

            ul.alt li {
                border-top: solid 1px rgba(160, 160, 160, 0.3);
                padding: 0.5em 0;
            }

                ul.alt li:first-child {
                    border-top: 0;
                    padding-top: 0;
                }

    dl {
        margin: 0 0 2em 0;
    }

        dl dt {
            display: block;
            font-weight: 700;
            margin: 0 0 1em 0;
        }

        dl dd {
            margin-left: 2em;
        }

/* Actions */

    ul.actions {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        cursor: default;
        list-style: none;
        margin-left: -1em;
        padding-left: 0;
    }

        ul.actions li {
            padding: 0 0 0 1em;
            vertical-align: middle;
        }

        ul.actions.special {
            -moz-justify-content: center;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            width: 100%;
            margin-left: 0;
        }

            ul.actions.special li:first-child {
                padding-left: 0;
            }

        ul.actions.stacked {
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-left: 0;
        }

            ul.actions.stacked li {
                padding: 1.3em 0 0 0;
            }

                ul.actions.stacked li:first-child {
                    padding-top: 0;
                }

        ul.actions.fit {
            width: calc(100% + 1em);
        }

            ul.actions.fit li {
                -moz-flex-grow: 1;
                -webkit-flex-grow: 1;
                -ms-flex-grow: 1;
                flex-grow: 1;
                -moz-flex-shrink: 1;
                -webkit-flex-shrink: 1;
                -ms-flex-shrink: 1;
                flex-shrink: 1;
                width: 100%;
            }

                ul.actions.fit li > * {
                    width: 100%;
                }

            ul.actions.fit.stacked {
                width: 100%;
            }

        @media screen and (max-width: 480px) {

            ul.actions:not(.fixed) {
                -moz-flex-direction: column;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-left: 0;
                width: 100% !important;
            }

                ul.actions:not(.fixed) li {
                    -moz-flex-grow: 1;
                    -webkit-flex-grow: 1;
                    -ms-flex-grow: 1;
                    flex-grow: 1;
                    -moz-flex-shrink: 1;
                    -webkit-flex-shrink: 1;
                    -ms-flex-shrink: 1;
                    flex-shrink: 1;
                    padding: 1em 0 0 0;
                    text-align: center;
                    width: 100%;
                }

                    ul.actions:not(.fixed) li > * {
                        width: 100%;
                    }

                    ul.actions:not(.fixed) li:first-child {
                        padding-top: 0;
                    }

                    ul.actions:not(.fixed) li input[type="submit"],
                    ul.actions:not(.fixed) li input[type="reset"],
                    ul.actions:not(.fixed) li input[type="button"],
                    ul.actions:not(.fixed) li button,
                    ul.actions:not(.fixed) li .button {
                        width: 100%;
                    }

                        ul.actions:not(.fixed) li input[type="submit"].icon:before,
                        ul.actions:not(.fixed) li input[type="reset"].icon:before,
                        ul.actions:not(.fixed) li input[type="button"].icon:before,
                        ul.actions:not(.fixed) li button.icon:before,
                        ul.actions:not(.fixed) li .button.icon:before {
                            margin-left: -0.5em;
                        }

        }

/* Icons */

    ul.icons {
        cursor: default;
        list-style: none;
        padding-left: 0;
    }

        ul.icons li {
            display: inline-block;
            padding: 0 1em 0 0;
        }

            ul.icons li:last-child {
                padding-right: 0;
            }

            ul.icons li > * {
                border: 0;
            }

                ul.icons li > * .label {
                    display: none;
                }

/* Posts */

    ul.posts {
        list-style: none;
        padding: 0;
    }

        ul.posts li {
            
            margin: 1.5em 0 0 0;
            padding: 1.5em 0 0 0;
        }

            ul.posts li:first-child {
                border-top: 0;
                margin-top: 0;
                padding-top: 0;
            }

        ul.posts article {
            display: -moz-flex;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -moz-align-items: -moz-flex-start;
            -webkit-align-items: -webkit-flex-start;
            -ms-align-items: -ms-flex-start;
            align-items: flex-start;
            -moz-flex-direction: row-reverse;
            -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

            ul.posts article .image {
                display: block;
                margin-right: 1.5em;
                min-width: 4em;
                width: 4em;
            }

                ul.posts article .image img {
                    width: 100%;
                }

            ul.posts article header {
                -moz-flex-grow: 1;
                -webkit-flex-grow: 1;
                -ms-flex-grow: 1;
                flex-grow: 1;
                -ms-flex: 1;
            }

                ul.posts article header h3 {
                    font-size: 0.7em;
                    margin-top: 0.125em;
                }

                ul.posts article header .published {
                    display: block;
                    font-size: 0.6em;
                    font-weight: 400;
                    
                    margin: -0.625em 0 1.7em 0;
                }

                ul.posts article header > :last-child {
                    margin-bottom: 0;
                }

/* Mini Post */

    .mini-post {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background: #ffffff;
        border: solid 1px rgba(160, 160, 160, 0.3);
        margin: 0 0 2em 0;
    }

        .mini-post .image {
            overflow: hidden;
            width: 100%;
        }

            .mini-post .image img {
                -moz-transition: -moz-transform 0.2s ease-out;
                -webkit-transition: -webkit-transform 0.2s ease-out;
                -ms-transition: -ms-transform 0.2s ease-out;
                transition: transform 0.2s ease-out;
                width: 100%;
            }

            .mini-post .image:hover img {
                -moz-transform: scale(1.05);
                -webkit-transform: scale(1.05);
                -ms-transform: scale(1.05);
                transform: scale(1.05);
            }

        .mini-post header {
            padding: 1.25em 4.25em 0.1em 1.25em ;
            min-height: 4em;
            position: relative;
            -moz-flex-grow: 1;
            -webkit-flex-grow: 1;
            -ms-flex-grow: 1;
            flex-grow: 1;
        }

            .mini-post header h3 {
                font-size: 0.7em;
            }

            .mini-post header .published {
                display: block;
                font-size: 0.6em;
                font-weight: 400;
                
                margin: -0.625em 0 1.7em 0;
            }

            .mini-post header .author {
                position: absolute;
                right: 2em;
                top: 2em;
            }

    .mini-posts {
        margin: 0 0 2em 0;
    }

        @media screen and (max-width: 1280px) {

            .mini-posts {
                display: -moz-flex;
                display: -webkit-flex;
                display: -ms-flex;
                display: flex;
                -moz-flex-wrap: wrap;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                width: calc(100% + 2em);
            }

                .mini-posts > * {
                    margin: 2em 2em 0 0;
                    width: calc(50% - 2em);
                }

                .mini-posts > :nth-child(-n + 2) {
                    margin-top: 0;
                }

        }

        @media screen and (max-width: 480px) {

            .mini-posts {
                display: block;
                width: 100%;
            }

                .mini-posts > * {
                    margin: 0 0 2em 0;
                    width: 100%;
                }
            
            .shopping-cart-qty {
                display:none;
            }
        }

/* Post */
    
    .post {
        padding: 1em 1em 1em 1em ;
        background: #ffffff;
        border: solid 1px #ececec;
        border-radius: 0.6em;
        margin: 0.4em;
        position: relative;
    }
    .post_ProductInfoBasket {
        padding: 1em 1em 1em 1em ;
        background: #ffffff;
        border: solid 1px #ececec;
        border-radius: 0.6em;
        margin: 0.4em;
        position: relative;
    }
    .post_noborder {
        border: 0px; 
        padding-bottom:0;
        margin-bottom:0;
    }
    .post_Login_Divs {
        max-width:660px; 
    }
    .post_bottom_margin {
        margin:0 auto;
        margin-bottom:5em;
    }
        .post > header {
            display: -moz-flex;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            border-bottom: solid 1px rgba(160, 160, 160, 0.3);
            /*left: -3em;*/
            margin: 0.5em 0 1em 0;
            position: relative;
            /*width: calc(100% + 6em);*/
        }

            .post > header .title {
                -moz-flex-grow: 1;
                -webkit-flex-grow: 1;
                -ms-flex-grow: 1;
                flex-grow: 1;
                -ms-flex: 1;
                padding: 3.75em 3em 3.3em 3em;
            }

                .post > header .title h2 {
                    font-weight: 900;
                    font-size: 1.5em;
                }

                .post > header .title > :last-child {
                    margin-bottom: 0;
                }

            .post > header .meta {
                padding: 3.75em 3em 1.75em 3em ;
                border-left: solid 1px rgba(160, 160, 160, 0.3);
                min-width: 17em;
                text-align: right;
                width: 17em;
            }

                .post > header .meta > * {
                    margin: 0 0 1em 0;
                }

                .post > header .meta > :last-child {
                    margin-bottom: 0;
                }

                .post > header .meta .published {
                    color: #3c3b3b;
                    display: block;
                    font-size: 0.7em;
                    font-weight: 800;
                    
                    margin-top: 0.5em;
                    white-space: nowrap;
                }

        .post > a.image.featured {
            overflow: hidden;
        }

            .post > a.image.featured img {
                -moz-transition: -moz-transform 0.2s ease-out;
                -webkit-transition: -webkit-transform 0.2s ease-out;
                -ms-transition: -ms-transform 0.2s ease-out;
                transition: transform 0.2s ease-out;
            }

            .post > a.image.featured:hover img {
                -moz-transform: scale(1.05);
                -webkit-transform: scale(1.05);
                -ms-transform: scale(1.05);
                transform: scale(1.05);
            }

        .post > footer {
            display: -moz-flex;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -moz-align-items: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
        }

            .post > footer .actions {
                -moz-flex-grow: 1;
                -webkit-flex-grow: 1;
                -ms-flex-grow: 1;
                flex-grow: 1;
            }

            .post > footer .stats {
                cursor: default;
                list-style: none;
                padding: 0;
            }

                .post > footer .stats li {
                    border-left: solid 1px rgba(160, 160, 160, 0.3);
                    display: inline-block;
                    font-size: 0.6em;
                    font-weight: 400;
                    
                    line-height: 1;
                    margin: 0 0 0 2em;
                    padding: 0 0 0 2em;
                }

                    .post > footer .stats li:first-child {
                        border-left: 0;
                        margin-left: 0;
                        padding-left: 0;
                    }

                    .post > footer .stats li .icon {
                        border-bottom: 0;
                    }

                        .post > footer .stats li .icon:before {
                            color: rgba(160, 160, 160, 0.3);
                            margin-right: 0.75em;
                        }

        @media screen and (max-width: 980px) {

            .post {
                border-left: 0;
                border-right: 0;
                /* left: -3em;
                width: calc(100% + (3em * 2));
                */
            }
            .post_ProductInfoBasket {
                border-left: 0;
                border-right: 0;
                /* left: -3em;
                width: calc(100% + (3em * 2));
                */
            }

                .post > header {
                    -moz-flex-direction: column;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    /* padding: 3.75em 3em 1.25em 3em ; */
                    border-left: 0;
                }

                    .post > header .title {
                        -ms-flex: 0 1 auto;
                        margin: 0 0 2em 0;
                        padding: 0;
                        text-align: center;
                    }

                    .post > header .meta {
                        -moz-align-items: center;
                        -webkit-align-items: center;
                        -ms-align-items: center;
                        align-items: center;
                        display: -moz-flex;
                        display: -webkit-flex;
                        display: -ms-flex;
                        display: flex;
                        -moz-justify-content: center;
                        -webkit-justify-content: center;
                        -ms-justify-content: center;
                        justify-content: center;
                        border-left: 0;
                        margin: 0 0 2em 0;
                        padding-top: 0;
                        padding: 0;
                        text-align: left;
                        width: 100%;
                    }

                        .post > header .meta > * {
                            border-left: solid 1px rgba(160, 160, 160, 0.3);
                            margin-left: 2em;
                            padding-left: 2em;
                        }

                        .post > header .meta > :first-child {
                            border-left: 0;
                            margin-left: 0;
                            padding-left: 0;
                        }

                        .post > header .meta .published {
                            margin-bottom: 0;
                            margin-top: 0;
                        }

                        .post > header .meta .author {
                            -moz-flex-direction: row-reverse;
                            -webkit-flex-direction: row-reverse;
                            -ms-flex-direction: row-reverse;
                            flex-direction: row-reverse;
                            margin-bottom: 0;
                        }

                            .post > header .meta .author .name {
                                margin: 0 0 0 1.5em;
                            }

                            .post > header .meta .author img {
                                width: 3.5em;
                            }
                        

        }

        @media screen and (max-width: 736px) {

            .post {
                /* padding: 1em 1.5em 1em 1em; */
                padding: 0.5em 1em 1em 1em;
                left: -1.5em;
                margin: 0 0 2em 0;
                width: calc(100% + (1.5em * 2));
            }
            .post_ProductInfoBasket {
                padding: 0em 0em 0em 0em;
                /*left: -1.5em;*/
                margin: 0 0 4em 0;
                width: calc(100% + (1.5em * 2));
            }
            

                .post > header {
                    /*padding: 3em 1.5em 0.5em 1.5em ;
                    left: -1.5em;
                    margin: -1.5em 0 1.5em 0;
                    width: calc(100% + 3em);
                    */
                }

                    .post > header .title h2 {
                        font-size: 1.1em;
                    }

        }

        @media screen and (max-width: 480px) {

            .post > header .meta {
                -moz-align-items: center;
                -webkit-align-items: center;
                -ms-align-items: center;
                align-items: center;
                -moz-flex-direction: column;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .post > header .meta > * {
                    border-left: 0;
                    margin: 1em 0 0 0;
                    padding-left: 0;
                }

                .post > header .meta .author .name {
                    display: none;
                }

            .post > .image.featured {
                margin-left: -1.5em;
                margin-top: calc(-1.5em - 1px);
                width: calc(100% + 3em);
            }

            .post > footer {
                -moz-align-items: -moz-stretch;
                -webkit-align-items: -webkit-stretch;
                -ms-align-items: -ms-stretch;
                align-items: stretch;
                -moz-flex-direction: column-reverse;
                -webkit-flex-direction: column-reverse;
                -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
            }

                .post > footer .stats {
                    text-align: center;
                }

                    .post > footer .stats li {
                        margin: 0 0 0 1.25em;
                        padding: 0 0 0 1.25em;
                    }

        }

/* Section/Article */

    section.special, article.special {
        text-align: center;
    }

    header p {
        font-size: 0.7em;
        font-weight: 400;
        
        line-height: 2.5;
        margin-top: -1em;
    }

/* Table */

    .table-wrapper {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }

    

/* Header */

    

    #header {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        background-color: #ffffff;
        border-bottom: solid 1px #ebebeb;
        height: 3.5em;
        left: 0;
        line-height: 3.5em;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1001;
        padding-left:0.5em;
        padding-right:0.5em;
        -webkit-box-shadow: 0px 2px 8px -5px rgba(112,112,112,0.46);
        -moz-box-shadow: 0px 2px 8px -5px rgba(112,112,112,0.46);
        box-shadow: 0px 2px 8px -5px rgba(112,112,112,0.46);
    }

        #header a {
            color: inherit;
            text-decoration: none;
        }

        #header ul {
            list-style: none;
            margin: 0;
            padding-left: 0;
        }

            #header ul li {
                display: inline-block;
                padding-left: 0;
            }

        #header h1 {
            height: inherit;
            line-height: inherit;
            padding: 0 0 0 1.5em;
            white-space: nowrap;
        }

            #header h1 a {
                font-size: 0.7em;
            }

        #header .links {
            -moz-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            /*border-left: solid 1px rgba(160, 160, 160, 0.3);*/
            height: inherit;
            line-height: inherit;
            /*margin-left: 1.5em;*/
            overflow: hidden;
            padding-left: 0.5em;
        }

            #header .links ul li {
                border-left: solid 1px rgba(160, 160, 160, 0.3);
                line-height: 1;
                margin-left: 1em;
                padding-left: 1em;
            }

                #header .links ul li:first-child {
                    border-left: 0;
                    margin-left: 0;
                    padding-left: 0;
                }

                #header .links ul li a {
                    border-bottom: 0;
                    font-size: 0.8em;
                    font-weight: 400;
                    
                }

        #header .main {
            height: inherit;
            line-height: inherit;
            text-align: right;
            
    
        }

            #header .main ul {
                height: inherit;
                line-height: inherit;
            }

                #header .main ul li {
                    /* border-left: solid 1px rgba(160, 160, 160, 0.3); */
                    /*border:1px solid #2d42d2;*/
                    height: inherit;
                    line-height: inherit;
                    white-space: nowrap;
                }

                    #header .main ul li > * {
                        /*display: block;*/
                        float: left;
                    }

                    #header .main ul li > a {
                        text-decoration: none;
                        border-bottom: 0;
                        color: #1a6caa;
                        overflow: hidden;
                        position: relative;
                        text-indent: 4em;
                        width: 4em;
                        background-color:#F2F3F5;
                        border-radius: 2em;
                        border:0px;
                        height: 3em;
                        width: 3em;
                        margin-top: 0.3em;
                        line-height: 3em
                    }

                        #header .main ul li > a:before {
                            -moz-osx-font-smoothing: grayscale;
                            -webkit-font-smoothing: antialiased;
                            display: inline-block;
                            font-style: normal;
                            font-variant: normal;
                            text-rendering: auto;
                            line-height: 1;
                            text-transform: none !important;
                            font-family: 'Font Awesome 5 Free';
                            font-weight: 900;
                        }

                        #header .main ul li > a:before {
                            display: block;
                            height: inherit;
                            left: 0;
                            line-height: inherit;
                            position: absolute;
                            text-align: center;
                            text-indent: 0;
                            top: 0;
                            width: inherit;
                        }

        #header form {
            margin: 0;
        }

        #header form input {
            display: inline-block;
            height: 2.5em;
            top: -2px;
            vertical-align: middle;
        }

        #header #search {
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
            max-width: 0;
            opacity: 0;
            overflow: hidden;
            padding: 0;
            white-space: nowrap;
        }

            #header #search input {
                width: 12em;
            }

            #header #search.visible {
                max-width: 12.5em;
                opacity: 1;
                padding: 0 0.5em 0 0;
            }

        @media screen and (max-width: 915px) {

            #header .links {
                display: none;
            }
            
            #header .search_button {
                display: block;
            }
        }
        
        

        @media screen and (max-width: 736px) {

            #header {
                height: 2.75em;
                line-height: 2.75em;
            }

            #header h1 {
                padding: 0 0 0 1em;
            }

            #header .main .search {
                display: none;
            }
            
            #header .main ul li > a {
                height: 2.3em;
                width: 2.4em;
                margin-top: 0.2em;
                line-height: 2.4em;    
            }
            
            form.search:before {
		        top: 0.5rem;
		    }
            

        }

/* Wrapper */

    #wrapper {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -moz-transition: opacity 0.5s ease;
        -webkit-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        margin: 0 auto;
        max-width: 100%;
        opacity: 1;
        /*
        padding: 4.5em;
        width: 90em;
        */
    }
    #wrapper::after {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0);
      pointer-events: none;
      transition: background-color 0.3s ease;
      z-index: 9999;
    }

    #wrapper.active::after {
      background-color: rgba(0, 0, 0, 0.8);
    }

        body.is-menu-visible #wrapper {
            opacity: 0.4;
            
        }
        body.is-shoppingcart-visible #wrapper {
            /*opacity: 0.4;*/
            
        }
        body.is-menumiembros-visible #wrapper {
            opacity: 0.4;
           
        }

        @media screen and (max-width: 1680px) {

            #wrapper {
                /*padding: 3em; */
            }

        }

        @media screen and (max-width: 1010px) {

            #wrapper {
                display: block;
            }

        }

        @media screen and (max-width: 736px) {

            #wrapper {
                padding: 1.5em;
            }

        }

        body.single #wrapper {
            display: block;
        }

/* Main */

    #main {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -ms-flex: 1;
        width: 100%;
    }
    
    .paginatebutton {
        border:1px solid rgba(160, 160, 160, 0.3);
    }
    .paginatebutton_off {
        border:0;
        background-color: #f5f5f5;
        color:#7e7e7e;
    }
    .paginatebutton_off:hover {
        box-shadow: none;
        background-color: #f5f5f5;
        color:#7e7e7e;
        cursor:auto;
    }
    
    .main-product-info {
        max-width:1450px;
        margin:0 auto;
    }
    .main-product-top {
        display: flex;
    }
    .ProductDescriptionCol {
        width:25%;
    }
    .ProductDescription {
        /*width:95%;*/
        line-height:1.5em;
    }
    .ProductDescription img {
        max-width:100%;
    }
    .main-product-customer-reviews {
        line-height:1em;
    }
    .main-product-image {
        width:45%;
        display:flex;
    }
    .main-product-image-col {
        width:150px;
        margin-top:2em;
    }
    .main-product-image-col > ul {
        list-style-type:none;
        margin-bottom:0;
    }
    .main-product-image-col > ul > li {
        padding:0.2em;
    }
    .main-product-image-big {
        width:auto;
        padding:1em;
        padding-top:0;
        margin:0 auto;
    }
    .main-product-centercol {
        width:26%;
        text-align:left;
    }
    .main-product-cart {
        width:28%;
    }
    .productPageFreeShipping {
		background-color: #F2FFFD;
	    border: 1px solid #0080C0;
	    margin: 0 auto;
	    padding: 0.2em;
		border-radius:4px;
		max-width:160px;
		display:grid;
		grid-template-columns: 40px auto;
	}
	.productPageFreeShipping > div:nth-child(1){
		padding-left: 0.4em;
    	padding-top: 0.1em;
	}
	.productPageFreeShipping > div:nth-child(2){
		line-height: 1.3em;
	}
    .main-product-price {
        color:#CC0000;
        font-size: 2.8em;
        font-weight: bold;
        clear:both;
        line-height: 0.6em;
    }
    .main-product-price-dec {
    	font-size:70%;
    }
    .main-product-novatprice {
        color: #585858;
        font-size:0.7em;
    }
    .main-product-availability {
        font-weight: 700;
        color:#0b7a30;
    }
    
    .productsInfoPriceBox {
	  display:grid;
	  grid-template-columns: 50% 50%;
	  margin: 0em auto 0.8em
	}
	.productsInfoPriceBox > div {
	  text-align:center;
	}
	.productsInfoPriceBox > div:nth-child(2){
		line-height: 1.5em;
    	margin-top: 0.5em
	}
	
    .BadgeDiv {
        margin:0.1em;
    }
    .BadgeDiv > span {
        border-radius:2px;
        padding:3px;
        padding-right:5px;
        padding-left:5px;
        font-size:0.8em;
        color:#ffffff;
        text-transform: uppercase;
        /*background-image:url(https://assets.ilevante.com/images/20/badge-white-trans.png);
        background-repeat: no-repeat;
        background-position:right;
        */
    }
    .main-product-shipping-info {
        margin:0.7em;
    }
    .main-product-available-colors {
        font-size:0.8em;
    }
    .ShippingInfoSpan {
        background-image: url(https://www.ilevante.com/images/20/preview-shipping-small.gif);
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 20px;
    }
    .EXPEDITED_SHIPPING_AVAILABLE {
        background-color: #D7FFD7;
        padding: 3px;
        padding-left: 3px;
        padding-left: 10px;
        margin: 5px;
        border-radius: 5px;
    }
    .pd_topic_list {
        border: 1px solid #aaa;
        border-radius: 1em;
        padding: 0.5em;
        margin-bottom: 1em;
        width: auto;
        display: table;
        font-size: 95%;
        color:#000;
        float:right;
        position:relative;
    top:0;
    }
    .pd_topic_list > ol > li {
        margin-bottom:0.5em;
    }

    .ProductColorSelector {
        width: 65px;
        height: 65px;
        justify-self: center;
        margin: 5px;
        margin-top: 5px;
        cursor: pointer;
        margin-top: 5px;
        /* border:1px solid;
        border-color:var(--tooltip-color-hex); */
        border-bottom:0;
        border-radius:0.5em;
        margin-bottom:1.3em;
    }
    .ProductColorSelector::after {
    	content: attr(title);
    	position: relative;
	    top: 98%;
	    left: 20%;
    }
    
    .related_models_pi {
        border:1px solid #F0F0F0;
        border-radius:0.5em;
        padding:0.5em;
        margin-bottom:0.8em;
    }
    .rm_pi_image {
        float:left;
        margin:1rem;
        text-align:center;
    }
    .rm_pi_image img {
        width:150px;
    }

    .rm_pi_image_2 {
        width:30%;
        float:left;
    }

    .rm_pi_image_2 img {
        max-width:95%;
    }

    .rm_pi_brand {
        width:70%;
        float:left;
        font-size:11pt;
        margin-top:8px;
        margin-bottom:5px;
    }
    .rm_pi_brand span {
        font-size:10pt;
        font-weight:bold;
    }
    .rm_pi_brand img {
        margin:0.8em 0 0 0.8em;
        max-height:4.8rem;
        max-width:9rem;
    }
    .rm_pi_links {
        text-align:left;
    }
    .rm_pi_links a {
        font-size:9pt;
        color:
    }
    .rm_pi_links img {
        margin:0.3em;
    }

    /* Add to Cart Zone */
    #Rev3_MainAddToCartBox {
        text-align:center;
        line-height:1.6em;
    }
    .Rev3_BoxDivQty {
        display: inline-block;
        color:#1B1B1B;
    }
    
    .ProductInfo_Qty_Left {
        display:table-cell;
        width:45%;
        text-align:center;
    }
    .ProductInfo_Qty_Right {
        display:table-cell;
        width:45%;
    }

    .Rev3_ColorSelectBox {
        margin:10px 0px 10px 0px;
        color:#292929;
        font-size:1.1em;
    }
    

    #PreviewTheColor span:first-of-type {
        border-radius: 1.2em;
        color:#1D98D3;
        border:solid 1px rgba(160, 160, 160, 0.3);
        background-image:url(https://www.ilevante.com/images/20/img-color-reflejo-cart.png);
  
    }
    .Rev3_BoxInput {
        width:90%;
        font-size:1.1em !important;
        border-radius: 0.4em;
        color:#ffffff !important;
    }
    .Rev3_BoxInput:hover {
        color:#ffffff !important;
    }
    .Rev3_TransitionButtons:hover {
        -moz-transition: all .5s ease-in;
        -webkit-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
        transition: all .5s ease-in;
        cursor:pointer;
    }
    .Rev3_AddtoBasket {
        background-color:#D20000 !important;
        box-shadow: inset -1px -1px 1px #F06063 !important;
        background-image: url(https://www.ilevante.com/images/20/RedShoppingCart2.png);
        background-repeat: no-repeat;
        background-position: 1em 5px;
        padding-left: 35px;
    }
    .Rev3_AddtoBasket:hover {
        background-color: #FF4040 !important;
    }
    .Rev3_FastOrder {
        background-color:#F46006 !important;
        background-image: url(https://www.ilevante.com/images/20/OrangeShoppingCart.png);
        background-repeat: no-repeat;
        background-position: 1em 12px;
    }
    .Rev3_FastOrder:hover {
        background-color:#FF962D !important;
    }
    
    .ReviewBox {
        margin:10px;border:1px solid #E0E0E0;border-radius:5px;padding:10px; width:95%; color:#000;
        display: flex;
    }
    .ReviewBox_Left {
      width:60px;
    }
    .ReviewBox_Left_Letter {
        border-radius:50%;background-color:#00468e;font-size:20pt;text-align:center;color:#ffffff;width:45px;height:40px;padding-top:3px;
    }
    .ReviewBoxRight {
     
     margin-left:0.5em;
     line-height:1.5em;
     margin-left:0.5em; 
    }


    /* pagina producto para moviles */
    @media screen and (max-width: 768px) {
        
        h1 {
            font-size:1.3em;
            line-height: 1.3;
        }
        .main-product-top {
            display: initial;
        }
        .main-product-image {
            display: flex;
              flex-direction: column-reverse;
              width:100%;
              margin:0 auto;
        }
        .main-product-image-col {
            width:auto;
            margin: 0 auto;
        }
        .main-product-image-col > ul {
            margin-top:-1em;
        }
        .main-product-image-col > ul > li {
            display: inline-block;
            list-style-type: none;
            padding-right: 0.3em;
            max-width:3em;    
        }
        .product-image-slider-element {
            
        }
        .main-product-image-big {
            width:auto;
            padding:0;
            padding-top:0;
        }
        .main-product-centercol {
            width:auto;
        }
        .main-product-cart {
            width:auto;
            border:0;
            /*margin-left:1em;*/
        }
        .BadgeDiv {
            display:none;
        }
        
        #AddToBasketButton::before {
        	content: '';
		    position: absolute;
		    top: 0;
		    left: 0;
		    margin-top: -12px;
		    width: 100%;
		    height: 12px;
		    background: rgb(255,255,255);
		    background: linear-gradient(0deg, rgba(236,236,236,1) 0%, rgba(236,236,236,0) 100%);
		    border-bottom: 1px solid #e5e5e5
        }
        #AddToBasketButton {
            width:100%;
            background-color:#ffffff;
            position:fixed;
            bottom: 0px;
            top:auto;
            z-index:99;
            left:0;
            padding:0.5em;
            padding-top:0.4em;
            border-top:1px solid white;
        }
        .theOSpan {
            display:none;
        }
    }
/* Sidebar */

    #sidebar {
        margin-right: 0.4em;
        min-width: 15em;
        width: 15em;
    }

        #sidebar > * {
            /* border-top: solid 1px rgba(160, 160, 160, 0.3); */
        }

        #sidebar > :first-child {
            border-top: 0;
            
            padding-top: 0;
        }

        @media screen and (max-width: 1010px) {
            #sidebar > :first-child {
                display:block;
            }
            #sidebar {
                border-top: solid 1px rgba(160, 160, 160, 0.3);
                margin: 0.5em 0 0 0;
                min-width: 0;
                padding: 3em 0 0 0;
                width: 100%;
                overflow-x: hidden;
                padding:1.5em;
            }
            #header .menu {
                display: block;
            }
        }

/* Intro */

    #intro .logo {
        border-bottom: 0;
        display: inline-block;
        margin: 0 0 1em 0;
        overflow: hidden;
        position: relative;
        width: 4em;
    }

        #intro .logo:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px' viewBox='0 0 100 100' preserveAspectRatio='none' zoomAndPan='disable'%3E%3Cpolygon points='0,0 100,0 100,25 50,0 0,25' style='fill:%23f4f4f4' /%3E%3Cpolygon points='0,100 100,100 100,75 50,100 0,75' style='fill:%23f4f4f4' /%3E%3C/svg%3E");
            background-position: top left;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            content: '';
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

        #intro .logo img {
            display: block;
            margin-left: -0.25em;
            width: 4.5em;
        }

    #intro header h2 {
        font-size: 2em;
        font-weight: 900;
    }

    #intro header p {
        font-size: 0.8em;
    }

    @media screen and (max-width: 1280px) {

        #intro {
            margin: 0 0 3em 0;
            text-align: center;
        }

            #intro header h2 {
                font-size: 2em;
            }

            #intro header p {
                font-size: 0.7em;
            }

    }

    @media screen and (max-width: 736px) {

        #intro {
            margin: 0 0 1.5em 0;
            padding: 1.25em 0;
        }

            #intro > :last-child {
                margin-bottom: 0;
            }

            #intro .logo {
                margin: 0 0 0.5em 0;
            }

            #intro header h2 {
                font-size: 1.25em;
            }

            #intro header > :last-child {
                margin-bottom: 0;
            }

    }

/* Footer */

    #footer .icons {
        color: #aaaaaa;
    }

    #footer .copyright {
        color: #aaaaaa;
        font-size: 0.5em;
        font-weight: 400;
        
    }

    body.single #footer {
        text-align: center;
    }

/* Menu */

    #menu {
        -moz-transform: translateX(-25em);
        -webkit-transform: translateX(-25em);
        -ms-transform: translateX(-25em);
        transform: translateX(-25em);
        -moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
        -webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
        -ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
        transition: transform 0.5s ease, visibility 0.5s;
        -webkit-overflow-scrolling: touch;
        background: #ffffff;
        border-left: solid 1px rgba(160, 160, 160, 0.3);
        box-shadow: none;
        height: 100%;
        max-width: 80%;
        overflow-y: auto;
        position: fixed;
        lef: 0;
        top: 0;
        visibility: hidden;
        width: 25em;
        z-index: 10002;
    }
    

        #menu > * {
            border-top: solid 1px rgba(160, 160, 160, 0.3);
            /* padding: 3em; */
            padding: 1em 1em 0em 1em;
        }

            #menu > * > :last-child {
                margin-bottom: 0;
            }

        #menu > :first-child {
            border-top: 0;
        }

        #menu .links {
            list-style: none;
            padding: 0;
        }

            #menu .links > li {
                border: 0;
                
                margin: 1em 0 0 0;
                padding: 1em 0 0 0;
            }

                #menu .links > li a {
                    display: block;
                    border-bottom: 0;
                }

                    #menu .links > li a h3 {
                        -moz-transition: color 0.2s ease;
                        -webkit-transition: color 0.2s ease;
                        -ms-transition: color 0.2s ease;
                        transition: color 0.2s ease;
                        font-size: 0.7em;
                    }

                    #menu .links > li a p {
                        font-size: 0.6em;
                        font-weight: 400;
                        
                        margin-bottom: 0;
                        text-decoration: none;
                    }

                    #menu .links > li a:hover h3 {
                        color: #1a6caa;
                    }

                #menu .links > li:first-child {
                    border-top: 0;
                    margin-top: 0;
                    padding-top: 0;
                }

        body.is-menu-visible #menu {
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            visibility: visible;
        }

        @media screen and (max-width: 736px) {

            #menu > * {
                padding: 1.5em;
            }

        }


/* shoppingcart */

    #shoppingcartx {
        -moz-transform: translateX(25em);
        -webkit-transform: translateX(25em);
        -ms-transform: translateX(25em);
        transform: translateX(25em);
        -moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
        -webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
        -ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
        transition: transform 0.5s ease, visibility 0.5s;
        -webkit-overflow-scrolling: touch;
        background: #ffffff;
        border-left: solid 1px rgba(160, 160, 160, 0.3);
        box-shadow: none;
        height: 100%;
        max-width: 80%;
        overflow-y: auto;
        position: fixed;
        right: 0;
        top: 0;
        visibility: hidden;
        width: 35em;
        z-index: 10002;
    }
    #shoppingcart > h4 {
        padding-bottom:0;
    }
    .mainShoppingcart_horizontal {
        -moz-transform: translateX(25em);
        -webkit-transform: translateX(25em);
        -ms-transform: translateX(25em);
        transform: translateX(25em);
        -moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
        -webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
        -ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
        transition: transform 0.5s ease, visibility 0.5s;
        -webkit-overflow-scrolling: touch;
        background: #ffffff;
        border-left: solid 1px rgba(160, 160, 160, 0.3);
        box-shadow: none;
        height: 100%;
        max-width: 80%;
        overflow-y: auto;
        position: fixed;
        right: 0;
        top: 0;
        visibility: hidden;
        width: 35em;
        z-index: 10002;
    }
    
    .mainShoppingcart_vertical  {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 75vh;
        width: 100%;
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        transition: transform 0.5s ease, visibility 0.5s;
        visibility: hidden;
        z-index: 10000;
        background-color:white;
        border-top-left-radius:1.5em;
        border-top-right-radius:1.5em;
    }
    .mainShoppingcart_vertical::before {
        content: '';
        position: absolute;
        top: 0.8em;
        left: 50%;
        transform: translateX(-50%);
        width: 30%;
        height: 6px;
        background-color: #ececec;
    }
    .mainShoppingcart_vertical form {
        margin: 0 0 1em 0;
        border-bottom: 1px solid #d0d0d0;
        padding-bottom: 1em;
        min-height: 35vh;
    }
    .mainShoppingcart_vertical .cartListElements {
        max-height: 45vh;
        overflow-y: auto;
    }
    .mainShoppingcart_vertical .boton_accion_register_buy {
        width: 100%;
        margin-top: 1.2em !important;
    }


    .panel-reset {
        position: static !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        transform: none !important;
        transition: none !important;
    }

        #shoppingcart > * {
            /*border-top: solid 1px rgba(160, 160, 160, 0.3);*/
            padding: 1.5em;
        }

            #shoppingcart > * > :last-child {
                margin-bottom: 0;
            }

        #shoppingcart > :first-child {
            border-top: 0;
        }

        #shoppingcart .links {
            list-style: none;
            padding: 0;
        }

            #shoppingcart .links > li {
                border: 0;
                
                margin: 1.5em 0 0 0;
                padding: 1.5em 0 0 0;
            }

                #shoppingcart .links > li a {
                    display: block;
                    border-bottom: 0;
                }

                    #shoppingcart .links > li a h3 {
                        -moz-transition: color 0.2s ease;
                        -webkit-transition: color 0.2s ease;
                        -ms-transition: color 0.2s ease;
                        transition: color 0.2s ease;
                        font-size: 0.7em;
                    }

                    #shoppingcart .links > li a p {
                        font-size: 0.6em;
                        font-weight: 400;
                        
                        margin-bottom: 0;
                        text-decoration: none;
                    }

                    #shoppingcart .links > li a:hover h3 {
                        color: #1a6caa;
                    }

                #shoppingcart .links > li:first-child {
                    border-top: 0;
                    margin-top: 0;
                    padding-top: 0;
                }

        body.is-shoppingcart-visible #shoppingcart {
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            visibility: visible;
        }

        @media screen and (max-width: 736px) {

            #shoppingcart > * {
                padding: 1em;
            }

        }
        
        
/* menumiembros */

    #menumiembros {
        -moz-transform: translateX(25em);
        -webkit-transform: translateX(25em);
        -ms-transform: translateX(25em);
        transform: translateX(25em);
        -moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
        -webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
        -ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
        transition: transform 0.5s ease, visibility 0.5s;
        -webkit-overflow-scrolling: touch;
        background: #ffffff;
        border-left: solid 1px rgba(160, 160, 160, 0.3);
        box-shadow: none;
        height: 100%;
        max-width: 80%;
        overflow-y: auto;
        position: fixed;
        right: 0;
        top: 0;
        visibility: hidden;
        width: 25em;
        z-index: 10002;
    }

        #menumiembros > * {
            border-top: solid 1px rgba(160, 160, 160, 0.3);
            padding: 1.5em;
        }

            #menumiembros > * > :last-child {
                margin-bottom: 0;
            }

        #menumiembros > :first-child {
            border-top: 0;
        }

        #menumiembros .links {
            list-style: none;
            padding: 0;
        }

            #menumiembros .links > li {
                border: 0;
                
                margin: 1.5em 0 0 0;
                padding: 1.5em 0 0 0;
            }

                #menumiembros .links > li a {
                    display: block;
                    border-bottom: 0;
                }

                    #menumiembros .links > li a h3 {
                        -moz-transition: color 0.2s ease;
                        -webkit-transition: color 0.2s ease;
                        -ms-transition: color 0.2s ease;
                        transition: color 0.2s ease;
                        font-size: 0.7em;
                    }

                    #menumiembros .links > li a p {
                        font-size: 0.6em;
                        font-weight: 400;
                        
                        margin-bottom: 0;
                        text-decoration: none;
                    }

                    #menumiembros .links > li a:hover h3 {
                        color: #1a6caa;
                    }

                #menumiembros .links > li:first-child {
                    border-top: 0;
                    margin-top: 0;
                    padding-top: 0;
                }

        body.is-menumiembros-visible #menumiembros {
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            visibility: visible;
        }

        @media screen and (max-width: 736px) {

            #menumiembros > * {
                padding: 1.5em;
            }
            .post_mobile_shopping_cart {
                padding-bottom:0px;
                margin-bottom:0px;
            }
            .message_in_post_header {
                text-align:center;
                height:0px;
            }
            .message_in_post_header span {
                bottom:12px;
                
            }
            
            .breadcrumb_product_info_pc {
                display:none;
            }
            .footer_img img {
                max-width:60px;
            }
        }
        
        
    /* Products listing classes */

    .listing_add_to_basket {
        background-color: #f37214;
        color:#ffffff !important;
        border:0px !important;
        box-shadow: 0 0 !important;
        border-radius: 0.2em;
    }
    .listing_add_to_basket:hover {
        background-color: #ea8b46;
        color:#ffffff !important;
        text-decoration:underline;
        box-shadow: 0 0 !important;
    }

    .ColorsDivList {
        display:flex;
        height:23px;
        justify-content: center;
        margin-top:0.3em;
    }
    .ColorDivCircle {
        float:left;
        border:1px solid #dddddd;
        border-radius:1.5em;
        margin-left:0.3em;
    }
    .ColorDivCircle:hover {
        
        border:1px solid #525656;
    }
    
    .ListingColor {
        border-radius: 8.5px;
        height: 17px;
        width: 17px;
        float: left;
        margin: 2px;
    }
    .ListingColorLink {
        border-radius: 8.5px;
        height: 17px;
        width: 17px;
        border: 1px solid rgba(0,0,0,.2);
        float: left;
    }
    
    .product-name-container {
    font-size:0.8em;
    
}

.product-name-listing {
    height: 4.9em;
    line-height: 1em;
    text-align: center;
    overflow: hidden;
}

.product-name-link { 
    overflow: hidden;
}
.listing_model_name {
    font-size:0.8em;
}
.listing_model_name > i {
    color:#3293e2;
}

.product_listing_price {
    font-size:1.2em;
    font-weight:bold;
}

@media screen and (max-width: 487px) {
    .product-name-container {
        text-align:right;
        padding:0.7em 0.2em 0em 0.2em;
    }
    .product-name-listing {
        text-align:right;
        font-size:1rem;   
        height: auto;
    }
    .productsResultListingBox > div:first-child > img {
        max-width:9rem;
    }
    .productsResultListingBox > div > div > img {
        max-width:9rem;
    }
    .listing_model_name {
        font-size:90%;
    }
    .productsResultListingBox {
        display: grid;
        gap: 0.2em;
        grid-auto-flow: row dense;
        grid-template-columns: 10rem 1fr;
    }


}


.productsResultListing {
    display: grid;
    gap: 0.5em;
    grid-auto-flow: row dense;
    grid-template-columns: repeat(auto-fill, minmax(14rem,1fr));
}

.productsResultListingBox {
     text-align:center;
     content-visibility:auto;
}
.productsResultListingBox > div:first-child > img {
    aspect-ratio: 1 / 1;
    width:auto;
}
    
    /* [END] Products listing classes */
    


@media screen and (max-width: 415px) {
    
    #sidebar {
        padding:0.5em;
    }
    .IndexLinkingCats {
        width:100%;
        margin-right:0;
    }
    
.product-name {
    height: auto !important;
    margin:0;
    text-align:left;
}
.ColorsDivList {
   /* display:none; */
}
.manufacturer_listing {
    display:none;
}

}


.TextShoppingColumnSpan {
    color:#296fd6;text-decoration:underline;cursor:pointer;    
}
.SelectedShippingCountry {
    cursor:pointer;padding:5px;
}

.ShippingMethodSpan {
    color:#296fd6;text-decoration:underline;cursor:pointer;
}
.ShippingMethodSpan::after {
    font-family: "Font Awesome 5 Free";
   content: " \f107";
   color:#83847b;
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}

.ShippingCountrySpan {
    color:#296fd6;text-decoration:underline;cursor:pointer;
}
.ShippingCountrySpan::after {
    font-family: "Font Awesome 5 Free";
   content: " \f107";
   color:#83847b;
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}
.SelectShippingDivPI {
    background-color:#fff;position:absolute;display:none;border:1px solid #aed3ee;border-radius:3px;margin:1px;padding:3px;text-align:left;
}
.SelectedShippingType {
    cursor:pointer;padding:5px;
}
.SelectShippingDivCountry {
    background-color:#fff;position:absolute;display:none;border:1px solid #aed3ee;border-radius:3px;margin:1px;padding:3px;text-align:left;z-index:10;
}

.rego {
    color:#fff;
    cursor:pointer;
    text-decoration:underline;
}
.regonounderline {
    text-decoration:none;
}


.ShoppingCartBG:nth-of-type(odd) {
background-color:#F0F0F0;
}
    
.ShoppingCartBG:nth-of-type(even) {
background-color:#fff;
}
.ShoppingCartBG div {
    padding:0.3em;
}
.SCart_ItemAmount {
 width:15%;
 text-align:right;
 padding:0.2em;
}
.SCart_Qty_row input[type="text"] {
        padding: 0 0.5em;
        width:38px;height:2em;display:inline      
}
.boton_accion {
    display: inline-block !important;
    white-space: nowrap !important;
    background-color: #f1f1f1 !important;
    border: 1px solid #777 !important;
    padding: 0 0.3em !important;
    margin: 0.2em !important;
    font: bold 0.7em/1em Arial, Helvetica !important;
    text-decoration: none !important;
    color: #333 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.8) !important;
    border-radius: .2em !important;
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3) !important;
}

.boton_accion_delete {
    display: inline-block !important;
    white-space: nowrap !important;
    background-color: #FFEAEA !important;
    border: 1px solid #CE0000 !important;
    padding: 0 0.3em !important;
    margin: 0.2em !important;
    font: bold 0.7em/1em Arial, Helvetica !important;
    text-decoration: none !important;
    color: #333 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.8) !important;
    border-radius: .2em !important;
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3) !important;
}

.boton_accion_tracking {
    display: inline-block !important;
    background: rgb(8 78 128) !important;
    border: 1px solid #0b5da5  !important;
    padding: 0.5em;
    margin: 0.5em;
    font: bold 1em/1em Arial, Helvetica !important;
    text-decoration: none !important;
    color: #F0F0F0 !important;
    border-radius: .2em !important;
}

.boton_accion_register_buy {
    display: inline-block !important;
    white-space: nowrap !important;
    background: rgb(8 78 128) !important;
    border: 1px solid #0b5da5  !important;
    padding: 0 0.3em !important;
    margin: 0.2em !important;
    font: bold 1em/1em Arial, Helvetica !important;
    text-decoration: none !important;
    color: #F0F0F0 !important;
    border-radius: .2em !important;
}

.boton_accion_register_buy_disabled {
    display: inline-block !important;
    white-space: nowrap !important;
    background: #F0F0F0 !important;
    border: 1px solid #D0D0D0  !important;
    padding: 0.3em !important;
    margin: 0.2em !important;
    font: bold 1em/1em Arial, Helvetica !important;
    text-decoration: none !important;
    color: #969696 !important;
    border-radius: .2em !important;
}

.boton_accion_span_ahref {
    display: inline-block !important;
    white-space: nowrap !important;
    background: #F8F8F8 !important;
    border: 1px solid #C0C0C0  !important;
    padding: 0.3em 1em 0.3em 1em !important;
    color:#585858 !important;
    margin: 0.2em !important;
    font: bold 1em/1em Arial, Helvetica !important;
    text-decoration: none !important;
    border-radius: .2em !important;
}


.boton_accion_100width {
    width:100%;
}

.boton_accion_new_customer {
    display: inline-block !important;
    white-space: nowrap !important;
    background: #F0F0F0 !important;
    border: 1px solid #ACACAC  !important;
    padding: 0 0.3em !important;
    margin: 0.2em !important;
    font: bold 1em/1em Arial, Helvetica !important;
    text-decoration: none !important;
    color: #585858 !important;
    border-radius: .2em !important;
    margin-right:2em !important;
}



.boton_accion:active {
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    position: relative;
    top: 1px;
}




#footer {
    background-color:#484848;
    padding-bottom:3em;
}
#footer a{
    color:#FFFFFF !important;
    text-decoration:underline !important;
}
#footer b{
    color:#FFFFFF !important;
}
.footer_head {
    background-color:#5D5D5D;
    color:#F2F2F2;
    font-size:140%;
    padding-top:0.4em;
    padding-bottom:0.4em;
    text-align:center;
}
.footer_head img {
    margin-right:5%;

}
.footer_column {
    float:left;
    width:33%;
    padding:2em;
}
.footer_column_title {
    font-size:120%;
    color:#F2F2F2;
    font-weight:bold;
    text-transform: uppercase;
}
.FooterInformation {
    list-style: none;
    padding:0;
    margin:0;
}
.FooterInformation li {
    padding:0.1em;
}

@media screen and (max-width: 480px) {

    .SCart_Header_Qty {
        display:none;
    }
    .SCart_Qty_row {
        margin-top:2em;        
    }
    .SCart_ItemAmount {
        width:15%;text-align:right;color:#c60000;font-size:90%;
        margin-right:1em;
    }
    .footer_column {
    float:none;
    width:85%;
    padding:2em;
}
}


/* Shopping cart divs */

@media screen and (min-width: 1010px) {
    .ShoppingCart_Div {
        display: flex;    
    }
    .ShoppingCart_RightCol {
        flex: 30%;
        margin-top:3em;
        padding-right:2em; 
    }
    .ShoppingCart_LeftCol {
        flex: 70%;
    }
    
    .post_smallSinglePage {
		width:38rem;
	}
}


/* Login divs */


.LoginDivs_LeftCol {
    border-right:1px solid #D0D0D0;
    min-height:700px;
    padding:2em;
    margin:2em;
}
.LoginDivs_RightCol {
    padding:2em;
    margin:2em;
}

.LoginAlternative {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 32px 0px;
    min-height: 22px;
}
.LoginAlternative > span {
    display: inline-block;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    padding: 0px 16px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.LoginAlternative:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    height: 1px;
    background: rgb(204, 204, 204);
    left: 0px;
}

.Columna_LoginMainDiv {
    display: flex; 
    margin-bottom:0.7em;   
}
.LoginColumna_Text {
    flex: 30%;
    margin:0.7em;
}
.LoginColumna_Input {
    flex: 70%;
}

.AccountColumna_Text {
    width: 20%;
    margin:0.7em;
}
.AccountColumna_Input {
    width: 70%;
}
.AccountColumna_Input input, select {
    max-width:400px;
}


form[name="create_account"] input, select {
  display: inline;
}
form[name="create_account"] input[name="firstname"]{
	width: 10rem;
}

form[name="create_account"] input[name="lastname"]{
	width: 14rem;
}
form[name="create_account"] input[name="company"]{
	width: 17rem;
}
form[name="create_account"] input[name="nif"]{
	width: 8rem;
}
form[name="create_account"] input[name="email_address"]{
	width: 16rem;
}
form[name="create_account"] input[name="telephone"]{
	width: 9rem;
}
form[name="create_account"] input[name="street_address"]{
	width: 17rem;
}
form[name="create_account"] input[name="city"]{
	width: 12rem;
}
form[name="create_account"] input[name="postcode"]{
	width: 6rem;
}
form[name="create_account"] select[name="country"], select[name="state"], input[name="state"]{
	width: 14rem;
}

form[name="create_account"] input[name="password"], input[name="confirmation"] {
	width: 9rem;
}




@media screen and (max-width: 480px) {
	
	form[name="create_account"] {
  	  margin-left:1em;
	}
	form[name="create_account"] .Columna_LoginMainDiv {
	  display: inherit;
	  margin-bottom: 0.4em;
	}
	form[name="create_account"] .AccountColumna_Text {
	  width:80%;
	  margin:0;
	}
	form[name="create_account"] .AccountColumna_Input {
	  width:80%;
	}

    .LoginDivs_RightCol {
	    padding:0;
	    margin:0;
	    text-align:center;
	}
	.Login_Divs input[type="submit"], input[type="button"]{
		width:50%;
		margin:0 auto;
	}
}

/* Checkout */
.Checkout_Container {
    min-height:200px;
}
#Checkout_Address {
    width:20%;
}
#Checkout_Shipping {
    width:22%;
}
#Checkout_Payment {
    width:22%;
}
#Checkout_Confirmation {
    width:36%;
}
.CheckoutColumn {
    width:25%;
    margin: 0 auto;
    float:left;
    min-height:200px;
    font-size:11pt;
}
.Checkout_ConfirmationColumn {
    min-height:369px;
}

.Checkout_Title {
    background: rgb(69,72,77); /* Old browsers */
	background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    color:#fff;
    font-size:100%;
    padding:0.4em;
    border: 1px solid #000000;
    border-radius: 0.2em;
    font-weight:110%;
    width:90%;
    position:relative;
    margin-bottom:0.5em;
}

.Checkout_Title_Header {
    font-size:90%;
    padding-right:20px;
    margin-bottom:10px;
    color:#2E2E2E;
}

.SelectButtonCheckout {
    margin-top:10px;
    float:left;
}

.Checkout_Title span:nth-child(2) {
    padding-left:1rem;
}
.Checkout_Title_Number {
    background-color:#ffffff;
    border-radius: 0.2em;
    padding:0.1rem 0.5rem 0.1rem 0.5rem;
    margin:0.2em;
    color:#585858;
    font-weight:bold;
}

.SelectIcon {
    width:51px;
    height:31px;
    float:right;
    margin-right:8px;
    background-image:url('/images/20/logos-final-compra.jpg');
    background-repeat:no-repeat;
}
.IconType_free_free {
    /* SEUR: background-position:0px -31px;  */
    background-position:0px 0px; 
}
.IconType_free_free_China {
    
    background-position:0px -91px;  
    height:31px;
    /* 
    Configuracion para icono de SwissPost
    background-position:0px -93px; 
    
    Configuración para icono de chinapost
     background-position:0px -62px;   
     */
}
.IconType_tableswisspost {
    background-position:0px 0px;
    height:32px; 
}
.IconType_table {
    background-position:0px 0px; 
}
.IconType_tipsa {
    background-position:0px -31px; 





}
.IconType_tipeconomy {
    background-position:0px -31px; 
}
.IconType_zones {
    background-position:0px -63px; 
}
.IconType_cod {
    background-position:-51px 0px;
}
.IconType_caixa_sermepa {
    background-position:-51px -62px;
}
.IconType_redsys {
    background-position:-51px -62px;
}
.IconType_moneyorder {
    background-position:-51px -31px;
}
.IconType_bizum {
    background-position:-51px -94px;
}
.IconType_spu {
    background-position:-51px -125px;
}
label  td {
    vertical-align:middle;
    padding:0.1em;
    font-size:90%;
    color:#000;
}
.PriceShipping {
    color:#585858;
    font-size:95%;
    margin-top:0.1em;
}

.CheckoutViewInvoiceDetails summary {
	 list-style: none;
	 font-size: 12pt;
    margin-top: 0.5em;
}
.CheckoutViewInvoiceDetails summary::marker {
  display:none;
}
.CheckoutViewInvoiceDetails summary::-webkit-details-marker {
  display:none;
}


.CheckoutViewInvoiceDetails {
	padding-left:1em;
	padding-bottom:0.8em;
}


.CheckoutFinalTable {
	font-size:12pt;
}
.CheckoutFinalTable td {
	padding-bottom:0.3rem;
}

.CheckoutWarranties {
    width:32%;border:1px solid #4F4F00;float:left;margin:3px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:#FFFBA6;
}
@media screen and (max-width: 487px) {
	.CheckoutWarranties {
		width:45%;
	}	
	.CheckoutFinalTable {
		font-size:13pt;
	}
}

@media screen and (max-width: 930px) {
    #Checkout_Address {
    width:100%;
    }
    #Checkout_Shipping {
        width:100%;
    }
    #Checkout_Payment {
        width:100%;
    }
    #Checkout_Confirmation {
        width:100%;
        min-height:50px;
    }
    .CheckoutColumn {
        clear:both;
        font-size:14pt;
        width:100%;
    }
}

.BreadCrumbHeader {
    list-style-type:none;
    margin-left:0em;
    margin-bottom:0.8em;
    margin-top:0.8em;
    padding:0;
}
.BreadCrumbHeader li {
    padding:0;
    padding-left:1em;
    display:inline;
    }
.BreadCrumbHeader a {
    color:#1a6caa;
    text-decoration:underline;
    /* text-transform: uppercase; */
    /* font-size:0.7em; */

}
.ProductDescription ul {
    list-style-type:none;
}

.item_bullets_gifts {
    list-style-type:none;
    font-size:102%;
    margin:0em;
    padding:0;
}
.item_bullets_gifts li {
    margin-bottom:0.1em;
    padding-bottom:0.2em;
}
.item_bullets_gifts li i {
    margin-right:0.8em;
    color:#2ea1d9;
}

.boxed_quote {
    color: #000;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    padding: 15px 10px 10px 30px;
    box-sizing: border-box;
    position: relative;
    font-size: 1.1em;
    border-radius: 0.5em;
}
.boxed_quote:before {
    font-family: "Font Awesome 5 Free";
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 30px;
    margin-right:15px;
}
.boxed_green {
    background: #e2f2cb;
}
.boxed_green:before {
    content: "\f14a";
    color: #8ab84d;
}

.boxed_blue {
    background: #cbebf1;
}

.boxed_red {
    background: #f5c7dc;
}
.boxed_red:before {
    content: "\f004";
    color: #d02896;
}

.table_my_account {
    width:100%;
}
.table_my_account tr {
    padding:0.5em;
    cursor:pointer;
}
.table_my_account td {
    padding:0.5em;
}
.table_my_account tbody tr:nth-child(odd) {
  background-color: #fcfcfc;
}

.table_my_account tbody tr:nth-child(even) {
      background-color: #f1f1f1;
}


#sidebar_menu ul {
    padding:0;
    margin-left:0.5em;
    list-style-type:none;
    margin-bottom:0.5em;
}
#sidebar_menu li {
    margin-bottom:0.3em;
}
#sidebar_menu a::before {
    font-family: "Font Awesome 5 Free";
    top: 50%;
    transform: translateY(-50%);
    content: "\f054";
    margin-right:0.3em;
    text-decoration:none;
    font-weight: 900;
    /*
    left: 20px;
    font-size: 30px;
    color: #d02896;*/
}
#sidebar_menu a {
    margin-left:0.3em;
    font-size:0.9em;
    font-weight: normal;
}
#sidebar_menu h2 {
    font-size:0.9em;
    font-weight: normal;
}

.OrderByItems {
    width:250px;
    background-color:white;
    margin:0 auto;
}

.header_logged_user_ul {
    padding-left:0;list-style-type: none;    
}
.header_logged_user_ul li {
    padding-bottom:0.8em;
}

.header_logged_user_ul li .rego {
    color:#1a6caa;
}

.breadcrumb_product_info_pc ul {
    padding:0;
    margin-left:0em;


    list-style-type:none;
}




.breadcrumb_product_info_pc ul li {
    display:inline;
    padding-left:0.3em;
}
.breadcrumb_product_info_pc ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    margin-right: 0.3em;
    font-weight: 900;
    left: 20px;
    font-size: 80%;
    color: #1a6caa;
}
.BreadCrumbHeader li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    margin-right: 0.3em;
    font-weight: 900;
    left: 20px;
    font-size: 80%;
    color: #1a6caa;
}

.es2018_cookies {
  background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color:#fff;
    z-index: 9999;
}
.es2018_cookies__titulo {
    color:#fff;
}
.es2018_cookies__texto {
    margin-bottom:1em;
}
.es2018_cookies__botones {
    
}
.es2018_cookies__boton {
   
}
.escookies__boton--no {
    border: 1px solid #fff;
    background-color:#fff;
    color:#000;
    font-weight:bold;
    border-radius:0.4em;
    font-size:10pt;
    padding:1em;
    cursor:pointer;
    line-height:1.5em;
}
.escookies__boton--si {
    border: 1px solid #008000;
    background-color:#008000;
    color:#fff;
    font-weight:bold;
    border-radius:0.4em;
    font-size:12pt;
    padding:1em;
    cursor:pointer;
    line-height:1.5em;
}

.menu_link_selected {
    background-color: #3b4f97;
    padding: 0.16em 1em;
    border-radius: 0.3em;
    border: 1px solid;
    color: #ffffff !important;
}
.menu_link_selected:hover {
    color: #ffffff !important;
}
.HiddenInvoiceData input {
    max-width:300px;
}

.ProductSelectableContainer {
    display:flex;
    flex-wrap: wrap;
    margin-bottom:0.5em;
}
    
.ProductSelectableOption {
    border-radius: 0.3em;
    padding:0.5em;
    margin:0.3em;
    max-width:150px;
    cursor:pointer;
}

/* No less than 400px, no greater than 900px */
@media screen and (max-width:768px) {

    /* 2 or more items, width defined */
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 2),
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 2) ~ .ProductSelectableOption {
        width:45%; 
    }

    /* 3 or more items, width defined */
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 3),
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 3) ~ .ProductSelectableOption {
        width:30%; 
    }

    /* 4 or more items, width defined */
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 4),
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 4) ~ .ProductSelectableOption{
        width:45%; 
    }

    /* 5 or more items, width defined */
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 5),
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 5) ~ .ProductSelectableOption{
        width:30%; 
    }    
}

@media screen and (max-width:1200px) {

    /* 2 or more items, width defined */
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 2),
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 2) ~ .ProductSelectableOption {
        width:43%; 
    }

    /* 3 or more items, width defined */
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 3),
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 3) ~ .ProductSelectableOption {
        width:43%; 
    }

    /* 4 or more items, width defined */
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 4),
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 4) ~ .ProductSelectableOption{
        width:43%; 
    }

    /* 5 or more items, width defined */
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 5),
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 5) ~ .ProductSelectableOption{
        width:43%; 
    }    
}

@media screen and (min-width:1201px) {

    /* 2 or more items, width defined */
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 2),
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 2) ~ .ProductSelectableOption {
        width:45%; 
    }

    /* 3 or more items, width defined */
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 3),
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 3) ~ .ProductSelectableOption {
        width:30%; 
    }

    /* 4 or more items, width defined */
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 4),
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 4) ~ .ProductSelectableOption{
        width:45%; 
    }

    /* 5 or more items, width defined */
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 5),
    .ProductSelectableContainer .ProductSelectableOption:first-child:nth-last-child(n + 5) ~ .ProductSelectableOption{
        width:30%; 
    }    
}



.ProductSelectableOptionNormal {
    border:2px solid #e1e1e1;
    background-color:#ffffff;
}
.ProductSelectableOptionNormal:hover {
    background-color:#f1f7f8;
    border:2px solid #1a6caa;
}

.ProductSelectableOptionSelected {
    background-color:#f4f8fb;
    border:2px solid #1a6caa;
}
.ProductSelectableOption div:nth-child(1) {
    font-weight: bold;
    color:#000;
    font-size:100%;
    text-align:center;
    margin-bottom:0.3em;
}
.ProductSelectableOption div:nth-child(2) {
    font-weight: normal;
    color:#c10000;
    font-size:90%;
    text-align:center;
}

.titulo_noticia {
    font-family: Arial;
    font-size: 21pt;
    color: #006699;
    line-height:25px;
}
.titulo_noticia:hover {
    color:#0066CC;
    text-decoration: underline;
}
.paginado {
    font-family: Tahoma, verdana;;
    font-size: 12px;
    color: #0066ff;
    border: 1px solid #D7D7D7;
    padding-top: 4px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-left: 7px;
    margin: 2px;
    text-decoration:none;
}
.paginado:hover {
    text-decoration:underline;
}
.paginado_selected {
    font-family: Tahoma, verdana;;
    font-size: 12px;
    color: #333333;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 6px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-weight: bold;
}


.post_blog img {
        max-width: 100%;
        max-height: 100%;
        display: block; /* remove extra space below image */
    }
   /*
.twoBlogCols {
    width: 50%;    
    float:left;
}
*/
.blogColsContainer {
    margin:1em;    
}
.blogListImageContainer {
    /*float:left;
    width:40%;
    max-width:300px;
    margin:1em;
    */
}
.blogListTextContainer {
    margin:0.5em;
    width:auto;
}


.ListingCatsContainer {
  display: grid;
  gap: 0.8em;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(auto-fill, minmax(10rem,1fr));
  margin:1rem;
  
}
.CategoryListIconDiv {
  text-align:center;
  vertical-align:bottom;
  border-radius: 0px;
  padding:0.5em;
  background: linear-gradient(145deg, #ebebeb, #ffffff);
  box-shadow:  0.1rem 0.1rem 1rem #e0e0e0,
             -0.1rem -0.1rem 1rem #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height:5rem;
}
.CategoryListIconDiv:hover {
    border: 1px solid #87c5e2;
    border-radius: 0.3em;
    color: #219EBC;
    cursor:pointer;
}
.CategoryListIconDivPreselected {
    border: 2px solid #219EBC;
    border-radius: 0.3rem;
    background: #d2e1e4;
}
.CategoryListIconDiv_Selected {
    border: 2px solid #005882;
    border-radius: 0.3em;
    color: #219EBC;
    cursor:pointer;
    text-decoration: underline;
}

.CategoryListIconDiv:hover a {
    color: #219EBC;
}

.ListingCatsContainer div a {
  color:#000000;
  text-decoration: none;
  
}
.ListingCatsContainer div img {
  max-height:3rem;
  
}

@media screen and (max-width: 487px) {
	.ListingCatsContainer {
		grid-template-columns: repeat(auto-fill, minmax(8rem,1fr));
	}	
	.ListingCatsContainer div img {
	  max-height:2rem;
	}
}

.FormErrorMessage {
    display: none;
    color:#b30000;
    font-size:80%;
    margin:0.5em 0;
}

.FormErrorMessage i {
	font-size:90%;
}
.CreateAccountForm  input:not(:focus):not(:placeholder-shown):invalid {
  border-color: var(--FormBorderColorInvalid);
  box-shadow: 0 0 0 4px rgb(221 0 0 / 10%) inset;
  animation: shake 0.65s;
}
.CreateAccountForm input:not(:focus):not(:placeholder-shown):invalid ~ .FormErrorMessage {
  display: block;
}
.CreateAccountForm input:not(:focus):not(:placeholder-shown):valid {
  border-color: var(--FormBorderColorValid);
}

/* Address book */

.AddressBookListingContainer {
	display: grid;
	grid-template-columns: 2em auto;
	margin:1em auto;
	border:0px;
	width:90%;
	padding:0.3rem;
    border:1px solid transparent;
    border-radius:0.3rem;
    box-sizing: border-box;
}
.AddressBookListingContainer a {
	font-size:10pt;
	margin-left:1rem;
}
.AddressBookListingSelected {
	border:1px solid #fb85007a;
	background:#fb85000d;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}


.extraShoppingItemRow_checkbox {
        font-size: 1.5em;
        text-transform: uppercase;
        font-weight: 800;
        background: -webkit-linear-gradient(280deg,#0089d3,#033a5a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .extraShoppingItemRow {
        display: grid;
        grid-template-columns: 35px 60px 1fr;
        grid-gap: 0.2rem;
        margin-bottom:0.3rem;
        border: 2px solid rgb(245, 245, 245);
        padding: 0.3rem;
        margin-bottom:0.5rem;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #ffffff;
        -webkit-box-shadow: 5px 5px 8px #ededed, -5px -5px 8px #ffffff;
        box-shadow: 5px 5px 8px #ededed, -5px -5px 8px #ffffff;
        
    }
    .extraShoppingItemRow:hover {
        background-color:#f2fcff;
        cursor:pointer;
    }

    .selected_extraShoppingItemRow {
        background: linear-gradient(#fff, #fff) padding-box,
                  linear-gradient(-35deg, rgb(69, 202, 255), rgb(0, 85, 155)) border-box;
        border: 2px solid transparent;
    }

    .extraShoppingItemRow div:nth-child(1){
        position: relative;
    }
    .extraShoppingItemRow div:nth-child(2) span {
        display: inline-block;
        vertical-align: middle;
        height:100%;
    }
    .extraShoppingItemRow div:nth-child(2) img {
        vertical-align: middle;
    }
    .extraShoppingItemRow div:nth-child(3) {
        text-align: left;
        line-height: 1.4rem;
        font-size:11pt;
    }

    .extraItemsShoppingProduct {
        margin:0 auto;
        margin-bottom:1.2rem;
    }
    
    
.pictureDetailsBadge {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    background-color: #dfdfdf;;
    color: #080808;;
    padding: 0.3rem;
    border-radius: 0.3rem;
    border: 1px solid #d2cece;
    font-size: 0.7rem;
    z-index: 1000;
    font-weight:bold;
    min-width:fit-content;
}
.main-product-image-big .pictureDetailsBadge {
    font-size: 0.9rem;
}
.PictureDetailsContainer {
position: relative;
display: inline-block;
}

.tableSeriesContainer {
    max-width: 62.5rem;
    margin: 0 auto;
    padding: 0.4rem;
}

.tableSeriesContainer_seriesGroup {
    /*border: 0.0625rem solid #ddd;
    border-radius: 0.5rem;
    padding: 0.9375rem;*/
}

.tableSeriesContainer_shortSeriesContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.tableSeriesContainer_series {
    margin-bottom: 1.5rem;
}

.tableSeriesContainer_shortSeriesContainer .tableSeriesContainer_series {
    flex: 1 0 calc(33% - 0.5rem);
    max-width: calc(33% - 0.5rem);
    /* original propuesta 2 columns x serie 
    flex: 1 0 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
    */
}

.tableSeriesContainer_longSeries {
    width: 100%;
}

.tableSeriesContainer_series > p {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.625rem;
}

.tableSeriesContainer_models {
    column-gap: 0.9375rem;
}

.tableSeriesContainer_models > p {
    margin: 0;
    padding: 0.125rem 0;
}

/* Clases para column-count */
.tableSeriesContainer_column_count_2 { column-count: 2; }
.tableSeriesContainer_column_count_3 { column-count: 3; }
.tableSeriesContainer_column_count_4 { column-count: 4; }

@media (max-width: 48rem) {
    .shortSeriesContainer .series {
        flex: 1 0 100%;
        max-width: 100%;
    }
    .tableSeriesContainer_shortSeriesContainer .tableSeriesContainer_series {
        flex: 1 0 calc(50% - 0.5rem);
        max-width: calc(50% - 0.5rem);
        /* original propuesta 2 columns x serie 
        flex: 1 0 calc(50% - 0.5rem);
        max-width: calc(50% - 0.5rem);
        */
    }
    .tableSeriesContainer_models {
        column-count: 2 !important;
    }
    
    .BreadCrumbHeader li {
    
    padding-left: 0;
    display: block;
    }
}


/* new shopping cart */

#FloatShoppingCart > .cartListElements > .sCheaders {
  display:none;
}
#FloatShoppingCart .sCitemSinglePrice {
  display:none;
}

#FloatShoppingCart {
  margin-top:0;
}

.sCheaders {
    display: flex;
    width: 100%; 
}

.sCheaders > div {
    flex: 1;
    box-sizing: border-box;
    padding: 0.5em;
}

.sCheaders > div:last-child {
    text-align: right;
}

article .sCitemContainer {
    padding: 0.5rem;
    border-radius: 0.5rem;
    border-bottom: 2px solid #d2dbdf;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

article .sCitemContainer:nth-child(odd) {
    background-color: #f8f8f8;
}

article .sCitemContainer:last-child {
    border-bottom: 0;
}


.sCitemContainer {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 1fr 0.8fr;
    margin-top:0.4rem;
    height: 100%; /* Asegura que el contenedor padre tenga altura completa */
    
    transition: opacity 400ms, max-height 400ms, padding 400ms;
    overflow: hidden;
    max-height: 10rem;
}

.sCitemImage {
    grid-row: 1 / -1; /* Abarca desde la primera hasta la última fila */
    width: fit-content;
    height: fit-content;
    max-width: 12vw; /* modificar para desktop / mobile */
    min-width: 3.5rem;
    margin-right:0.5rem;
}

.sCitemImage img {
    display: block;
    max-width: 100%;
    height: auto;
}
.sCitemImageSpan {
    position: relative;
}
.sCitemImageSpan::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .03;
}

.sCitemName {
    height:fit-content;
}

.sCitemSinglePrice {
    margin-left: 1rem;
    font-size: 90%;
    font-style: italic;
}

.sCitemPrice {
    height:fit-content;
}




.scTotals {
    margin-top:0.5em;
    border-top:2px solid #d2dbdf;
    padding-top:0.5em;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.sCCartTotalLine {
    display: flex;
    justify-content: space-between;
    width: 70%;
    text-align: right;
}
.sCCartTotalLine div {
    flex: 1;
    text-align: right;
}



.sCitemFadeContract {
    opacity: 0;
    max-height: 0;
    padding: 0 20px;
}
.sCitemQtyOption {
  display: flex;
  align-items: center;
  transition: opacity 400ms, max-height 400ms, padding 400ms;
  overflow: hidden;
  margin-left:1rem;
  align-self:start;
}

.sCitemQtyOption input {
  width: 3rem;
  text-align: center;
  font-size: 1.5rem;
  border:0;
  height:auto;
}
 
.sCitemQtyOption > button {
  /*background-color: white;*/
  position:relative;
  color: #00468e;
  border:0;
  padding: 0.4rem;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  height:auto;
  line-height:1rem;
}

input[type="text"].scItemQtyInput:focus {
    box-shadow: none;
}
.scItemDeleteBtn {
    color: #959595;
    margin-left: auto;
}
.sCitemQtyOption > button.scItemDeleteBtn {
    color: #959595; /* Aplica el color de .scItemDeleteBtn */
}

.sCitemQtyOption > button:hover {
    box-shadow:none;
}

.sCitemQtyOption > button.ScdeleteBasketHiddenOption {
  display: none;
}

.sCitemQtyOption > button.ScdeleteBasketOption:first-child {
  content: "<i class=\"fas fa-trash-alt\"></i>";
  color: #959595;
}

.sCitemQtyOption > button:first-child {
  transition: all 0.3s ease;
}

.ScTotalsFade {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.ScTotalsFade-in {
    opacity: 1;
    transition: opacity 0.3s ease-in;
}


/* SEARCH TYPESENSE */

.search-container {
            margin: 0 auto;
        }

        .search-input-wrapper {
            position: relative;
            max-width: 90%;
            margin: 0 auto;
            margin-top:0.7rem;
        }

        .search-icon {
            position: absolute;
            left: 1rem;
            top: 50%;
            transform: translateY(-50%);
            color: #64748b;
        }

        #searchbox-trigger {
            width: 100%;
            padding: 0.75rem 1rem 0.75rem 2.75rem;
            border: 1px solid #d7d7d7;
            border-radius: 0.5rem;
            font-size: 1rem;
            transition: border-color 0.2s;
            outline: none;
        }

        #searchbox-trigger:focus {
            border-color: #3b82f6;
        }

        .clear-search {
            position: absolute;
            right: 0.6rem;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            color: #64748b;
            cursor: pointer;
            padding: 0.25rem;
            display: flex;
            display: none;
            align-items: center;
            gap: 0.1rem;
        }
        .clear-search:hover {
            box-shadow:none;
        }
        .clear-search span {
            font-size: 0.875rem;
            font-weight:normal;
            display:none;
        }

        @media (min-width: 1050px) {
            .clear-search span {
                display:block;
            }
        }
        #search-wrapper {
            margin: 2rem auto;
            padding: 0 1rem;
            display: none;
            grid-template-columns: minmax(300px, 25%) 1fr;
            gap: 0.2rem;
            min-height: calc(100vh - 200px);
        }

        #search-wrapper.active {
            display: grid;
        }

        .sidebar-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
            opacity: 0;
            transition: opacity 0.3s;
        }

        .sidebar-overlay.active {
            opacity: 1;
            display: block;
        }

        .filter-section {
            background: white;
            padding: 1rem;
            border-radius: 8px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            margin-bottom: 1.5rem;
        }

        .filter-section h3 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: #1e293b;
        }

        .hit-item {
            background: white;
            border-radius: 8px;
            padding: 1.5rem;
            display: grid;
            grid-template-columns: 120px 1fr;
            gap: 1.5rem;
            margin-bottom: 1rem;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            transition: transform 0.2s;
        }

        .hit-item:hover {
            transform: translateY(-2px);
        }

        .hit-item img {
            width: 100%;
            height: 120px;
            object-fit: cover;
            border-radius: 4px;
        }

        .hit-content {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .hit-title {
            font-size: 1.125rem;
            font-weight: 600;
            color: #1e293b;
        }

        .hit-price {
            font-size: 1.25rem;
            font-weight: 600;
            color: #2563eb;
            margin-top: auto;
        }

        .mobile-filters-btn {
            display: none;
            align-items: center;
            gap: 0.5rem;
            background: #2563eb;
            color: white;
            border: 1px solid #e2e8f0;
            padding: 0.5rem 1rem;
            font-weight:normal;
            border-radius: 6px;
            cursor: pointer;
            font-size: 0.875rem;
        }

        #search-sidebar {
            background: white;
            padding: 1rem;
            border-radius: 8px;
            height: fit-content;
        }

        @media (max-width: 768px) {

            #search-wrapper {
                grid-template-columns: 1fr;
                margin-top:0;
            }

            #search-sidebar {
                position: fixed;
                left: 0;
                top: 2rem;
                bottom: 0;
                width: 80vw;
                transform: translateX(-100%);
                transition: transform 0.3s;
                z-index: 1000;
                overflow-y: auto;
                max-height:100%;
            }

            #search-sidebar.active {
                transform: translateX(0);
            }
            .mobile-filters-btn {
                display: flex;
            }

            .mobile-filters-btn.active {
                position: fixed;
                bottom: 1rem;
                right: 1rem;
                z-index: 1001;
                border: none;
                color:white;
            }
        }
        .ais-RefinementList-list {
            list-style: none;
            margin: 0;
            padding-left: 0;
        }
        #pagination {
            margin-top: 2rem;
            display: flex;
            justify-content: center;
        }

        .ais-Pagination-list {
            display: flex;
            gap: 0.5rem;
            list-style: none;
        }

        .ais-Pagination-item {
            margin: 0;
        }

        .ais-Pagination-link {
            padding: 0.5rem 1rem;
            border: 1px solid #e2e8f0;
            border-radius: 6px;
            color: #1e293b;
            text-decoration: none;
        }

        .ais-Pagination-item--selected .ais-Pagination-link {
            background: #2563eb;
            color: white;
            border-color: #2563eb;
        }
        
        .sort-stats-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1rem;
        }
        
        /* EFECTOS BOTONES */
        /* Estilo base del label */
.ais-RefinementList-label {
    display: flex;
    align-items: flex-start;
    padding: 0.4rem 0 0;
    margin: 0.2rem 0;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Hover effect */
.ais-RefinementList-label:hover {
    background-color: #f0f7ff;
}

/* Estilo cuando está checked */
.ais-RefinementList-checkbox:checked + .ais-RefinementList-labelText + .ais-RefinementList-count,
.ais-RefinementList-checkbox:checked + .ais-RefinementList-labelText {
    color: #2463eb;
}

.ais-RefinementList-checkbox:checked ~ * {
    background-color: #e0edff;
}

/* Estilo del checkbox */
.ais-RefinementList-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #cbd5e1;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Checkbox cuando está checked */
.ais-RefinementList-checkbox:checked {
    background-color: #2463eb;
    border-color: #2463eb;
}

/* Checkmark */
.ais-RefinementList-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Texto del label */
.ais-RefinementList-labelText {
    color: #1e293b;
    margin-right: 0.3rem;
}

/* Contador */
.ais-RefinementList-count {
    background-color: #e2e8f0;
    color: #64748b;
    padding: 2px 8px;
    border-radius: 12px;
}

/* Cuando el checkbox está checked, cambia el fondo de todo el label */
.ais-RefinementList-checkbox:checked + .ais-RefinementList-label {
    background-color: #e0edff;
}

/* Para que el label completo tenga fondo azulado cuando está checked */
.ais-RefinementList-label:has(.ais-RefinementList-checkbox:checked) {
    background-color: #e0edff;
}

.mobile-search-container {
    max-height: 0;
    margin: 0 auto;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    position: relative;
}

.mobile-search-container.active {
    max-height: 500px;
    width: 90%;
    transition: max-height 0.5s ease-in;
}

@media screen and (max-width: 736px) {
    .mobile-search-container {
    margin-top:-0.6rem;
    }
}
@media screen and (min-width: 737px) {
    .mobile-search-container {
        display: none;
    }
}
/* END SEARCH */


.IntroductionCategory table {
  border: 1px solid #ccc;
  width: 100%;
  background-color: #fff;
}

.IntroductionCategory th {
  background-color: #dae6f2;
  color: #003366;
  font-weight: 600;
  padding: 8px;
  border: 1px solid #bbb;
  text-align:left;
}

.IntroductionCategory td {
  padding: 8px;
  border: 1px solid #ddd;
  color: #333;
}

.IntroductionCategory tr:nth-child(odd) td {
  background-color: #f3f7fb;
}
