﻿/*FONTS**********************************/
@font-face {
    font-family: LatoBold;
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff'), url('../fonts/lato-bold-webfont.ttf') format('truetype'), url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: LatoLight;
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: LatoRegular;
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*GENERALS**************************/

body {
    font-size: 13px;
    font-family: LatoRegular, 'Lato',sans-serif;
    background: #FFFFFF;
    color: #313131;
}

table {
    font-size: [GENERAL_TAMANO_DEFECTO];
    font-family: LatoRegular, 'Lato', sans-serif;
}


html, body, form {
    height: 100%;
}

a {
    text-decoration: none !important;
    outline: none;
    color: #750617;
}

    a:hover, a:focus {
        text-decoration: none !important;
        outline: none;
        color: #AFCB1F;
    }

.btn:focus {
    outline: none;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.fa-text-left {
    margin-left: 10px;
    font-size: 16px;
}

.fa-text-right {
    margin-right: 10px;
    font-size: 16px;
}

a img {
    border: none;
}

.border {
    border-bottom: 1px solid #D5D9DC !important;
}


h1, h2 {
    color: #000000;
    font-size: 24px;
    margin: 0px 0px 25px 0px;
    padding: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/*ESCTRUCTURA**********************/

.absoulute {
    position: absolute;
}

.relative {
    position: relative;
}

/*STICKY FOOTER*********************/
.wrap {
    height: auto;
    margin: 0 auto -380px;
    min-height: 100%;
    padding: 0 0 380px;
}

.wrap-default #headerMenu {
    border-bottom: 8px solid #220303;
    margin-bottom: 15px;
}

.wrap-default > .container:last-child {
    margin-bottom: 30px;
}

#footer {
    height: 380px;
    border-top: 3px solid #afcb1f;
    background: #220303;
    padding-top: 35px;
}

/*BOTONS***************************/
.btn {
    margin-top: 2px;
    line-height: 38px;
    font-family: latobold;
    font-size: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 15px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.input-group .btn {
    margin: 0px;
}

.btn-primary {
    background-color: #750617;
    border: 0;
    color: #FFFFFF;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #AFCB1F;
        border: 0px;
        color: #FFFFFF;
    }

    .btn-primary.disabled {
        opacity: 0.6;
        background-color: #750617;
        color: #FFFFFF;
        cursor: not-allowed;
    }

.btn-default {
    background-color: #f4f3f1;
    border: 0;
}

    .btn-default:hover, .btn-default:focus {
        background-color: #e0dbd5;
    }

.btn-warning {
    border: 0;
}

.boto-compra-rapida .btn-primary{
    line-height:33px;
    margin:0;
    display:block;
}


.btn-no-stock-consultar {
    position: absolute;
    bottom: 0px;
    right: 15px;
}

.stockFitxa .btn-no-stock-consultar {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.btn-left .glyphicon {
    margin-left: 2px;
    margin-right: 10px;
}

.btn-left .glyphicon-log-in {
    -moz-transform: scaleX(-1); /* Gecko */
    -o-transform: scaleX(-1); /* Opera */
    -webkit-transform: scaleX(-1); /* webkit */
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); /* standard */
    filter: FlipH; /* IE 6/7/8 */
}



/*************************************/
/********* HEADER SUPERIOR ***********/
/*************************************/
#headerSup {
    background: #FFFFFF;
}

.logo {
    margin-top: 11px;
    margin-bottom: 15px;
    display: block;
}

.containerIdiomes {
    float: right;
    margin-top: 10px;
    margin-bottom: 30px;
}

/***INICI IDIOMES***/
.caixaIdiomes {
    float: right;
    line-height: 32px;
}

    .caixaIdiomes ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .caixaIdiomes ul li {
            float: left;
            margin: 0px 7px;
            font-size: 12px;
            letter-spacing: 0.25px;
        }

            .caixaIdiomes ul li:last-child {
                margin-right: 0;
            }

            .caixaIdiomes ul li:first-child {
                margin-left: 0;
            }

            .caixaIdiomes ul li a {
                color: #ACA7A7;
            }

                .caixaIdiomes ul li a:hover, .caixaIdiomes ul li a.sel {
                    color: #750617;
                }
/***FI IDIOMES***/

/***INICI BUSCADOR****/

.caixaBuscador {
    margin: 0 20px;
    display: inline-block;
    float: right;
    position: relative;
}

.buscadorCom {
    background: #F4EEEE;
}

    .buscadorCom input.form-control {
        background: transparent;
        border: medium none;
        /*width: 165px;*/
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #8B989F;
        height: 33px;
        /*padding: 6px 40px;*/
        font-size: 14px;
    }

#buscador .botoCercar {
    font-size: 0;
}

    #buscador .botoCercar i {
        font-size: 20px;
        color: #966F75;
        background: #E0DBD5;
        padding: 7px 9px;
        -o-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    #buscador .botoCercar:hover i {
        background: #750617;
        color: #F4F1EE;
    }

    #buscador .botoCercar span.text {
        display: none;
    }

#show-results-searcher {
    position: absolute;
    right: 0;
    top: 35px;
    background: #F4F3F1;
    z-index: 10000;
    width: 600px;
    padding: 0 15px 15px 15px;
    border: 1px solid #ececec;
    -moz-border-radius: 2px 0 2px 2px;
    -webkit-border-radius: 2px 0 2px 2px;
    border-radius: 2px 0 2px 2px;
}



#top-results {
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 10001;
    background: #F4F3F1;
    top: 33px;
    right: 1px;
    display: none;
}

#caixa_cercador.results-active #top-results {
    display: block;
}

#franja-cap-resultats {
    line-height: 30px;
}

#no-results-found {
    margin-top: 30px;
    text-align: center;
}

    #no-results-found .boto {
        margin-top: 30px;
        display: inline-block;
    }

#inside-container-search {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
}

    #inside-container-search.auto-height {
        height: auto;
    }

#show-results-searcher ul.resultats-cerca {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    #show-results-searcher ul.resultats-cerca li {
    }

        #show-results-searcher ul.resultats-cerca li:nth-child(2n) {
            background: #F4EEEE;
        }

        #show-results-searcher ul.resultats-cerca li:nth-child(2n+1) {
            background: #EFE7E7;
        }

        #show-results-searcher ul.resultats-cerca li:hover {
            background: #F4F3F1;
        }

        #show-results-searcher ul.resultats-cerca li a {
            display: block;
            padding: 15px 0;
        }

        #show-results-searcher ul.resultats-cerca li > a > span:first-child {
            padding-right: 0;
        }

        #show-results-searcher ul.resultats-cerca li + li {
            border-top: 1px solid #fff;
        }

        #show-results-searcher ul.resultats-cerca li .nom-resultat {
            font-size: 15px;
        }

        #show-results-searcher ul.resultats-cerca li .preu-resultat {
            font-size: 16px;
            margin-top: 15px;
        }

        #show-results-searcher ul.resultats-cerca li .valor-resultat-acabat {
            font-weight: bold;
            font-size: 14px;
        }

#loading-search {
    -webkit-transform-origin: 50% 52%;
    -moz-transform-origin: 50% 52%;
    -ms-transform-origin: 50% 52%;
    -o-transform-origin: 50% 52%;
    transform-origin: 50% 52%;
    position: absolute;
    right: 65px;
    font-size: 16px;
    top: 9px;
}

.resultats-cerca a {
    color: #514B44;
}
/***FI BUSCADOR******/

/***INICI MENU CORPORATIU*****/
#menu_corp {
    line-height: 33px;
    float: right;
}

    #menu_corp ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    #menu_corp li {
        float: left;
        margin: 0px 12px;
        font-size: 12px;
        position: relative;
        display: block;
        text-transform: uppercase;
    }


        #menu_corp li:first-child {
            margin-left: 0px;
        }

        #menu_corp li:last-child {
            margin-right: 0px !important;
        }

        #menu_corp li a {
            color: #ACA7A7;
        }

            #menu_corp li a.sel, #menu_corp li a:hover {
                color: #750617;
            }
/***FI MENU CORPORATIU******/

/*****CISTELLA***/
.cistella {
    letter-spacing: 1px;
    float: right;
    cursor: pointer;
    margin-bottom: 15px;
}

    .cistella i {
        font-size: 28px;
        color: #750617;
        transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
    }

    .cistella:hover i {
        color: #B0CB22;
    }

.items_cistella {
}

    .items_cistella .items {
        color: #767E83;
        font-size: 16px;
        text-transform: uppercase;
        font-family: latolight;
        letter-spacing: 0.25px;
        line-height: 32px;
        margin-right: 16px;
    }


        .items_cistella .items span {
            color: #000000;
            margin-right: 8px;
        }

.total-cistella-modal {
    text-align: right;
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid #f4efee;
    font-size: 18px;
    color: #000000;
    font-family: LatoBold, LatoRegular, 'Lato', sans-serif;
}

    .total-cistella-modal span {
        font-family: LatoLight, LatoRegular, 'Lato', sans-serif;
        font-size: 14px;
        /*color: #885047;*/
        margin-right: 45px;
        text-transform: uppercase;
    }

#cistellaModal .modal-body > .item-status + .item-status {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid #f4efee;
}

#cistellaModal .modal-body {
    padding-bottom: 35px;
}

.modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
}

.modal-body {
    text-align: justify;
    overflow-y: auto;
}

.modal-footer {
    margin-top: 0;
}


/****FI CISTELLA****/


/****INICI MINILOGIN****/
.botonCuenta {
    display: inline-block;
    color: #000000;
    float: right;
    font-family: latolight;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 32px;
    margin-right: 32px;
    padding-right: 32px;
    border-right: 1px solid #8b989f;
    transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}


    .botonCuenta i {
        font-size: 20px;
        color: #BDA5A8;
        margin-right: 11px;
        vertical-align: middle;
        margin-top: -5px;
        transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
    }

    .botonCuenta:hover, .botonCuenta.sel {
        color: #750617;
    }

        .botonCuenta:hover i {
            color: #750617;
        }
/****FI MINILOGIN****/

/*************************************/
/********FI HEADER SUPERIOR**********/
/***********************************/

/*************************************/
/********INICI HEADER MENU**********/
/***********************************/
#headerMenu {
    background: #F4F3F1;
}

/*MENU SUPERIOR*******************/
.gpi-navbar {
    margin-bottom: 0;
    background: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin-top: 0px;
    border: 0;
}

.gpi-navbar-nav > li {
}

    .gpi-navbar-nav > li > a {
        font-size: 14px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #272727!important;
        padding: 0;
        padding: 24px 25px 20px;
        border-bottom: 4px solid transparent;
        background: transparent !important;
        -o-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    .gpi-navbar-nav > li:hover {
    }

        .gpi-navbar-nav > li:hover > a, .gpi-navbar-nav > li > a.sel {
            color: #FFFFFF !important;
            background: #750617 !important;
            border-bottom: 4px solid #AFCB1F;
        }



.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background: none;
    color: #750617;
}

.gpi-navbar-inverse .gpi-navbar-nav > li > a {
    color: #838283;
}

    .gpi-navbar-inverse .gpi-navbar-nav > li:hover > a, .gpi-navbar-inverse .gpi-navbar-nav > li:focus > a, .gpi-navbar-inverse .gpi-navbar-nav > li > a.sel {
        color: #750617;
    }

.gpi-navbar-inverse .gpi-navbar-nav > li:hover > ul.gpi-dropdown-menu {
    display: block;
}

.gpi-dropdown-menu {
    background: #E0DBD5;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px solid transparent;
    padding: 0;
}

ul.gpi-dropdown-menu {
    overflow: auto;
}

.gpi-dropdown-menu > li > a:hover, .gpi-dropdown-menu > li > a:focus {
    line-height: auto;
}

ul.column_1 {
    width: 222px;
}

ul.column_2 {
    width: 442px;
}

ul.column_3 {
    width: 662px;
}

.gpi-columna {
    /*width: 220px;*/
}

    .gpi-columna ul {
        padding-left: 0px;
        list-style: none;
    }

    .gpi-columna li {
        border-bottom: 1px solid #F0E6D8;
        background: transparent;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

        .gpi-columna li:last-child {
            border-bottom: 0 solid transparent;
        }

        .gpi-columna li a {
            padding: 0px 10px;
            font-size: 13px;
            letter-spacing: 0.6px;
            text-transform: uppercase;
            background: transparent !important;
            color: #000000;
            margin-left: 8px;
            display: block;
            line-height: 35px;
        }

        .gpi-columna li:hover {
            background: #CEB8BA;
        }

/*.gpi-columna li a:hover {
                color: #e7630b;
            }*/

.gpi-navbar-toggle {
    margin-top: 10px;
    margin-bottom: 13px;
    margin-right: 0px;
}

.navbar-inverse .navbar-toggle {
    border-color: #750617;
    background: #750617;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background: #AFCB1F;
        border-color: #AFCB1F;
    }

.navbar-toggle .icon-bar {
    display: block;
    width: 31px;
    height: 4px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.gpi-navbar-toggle .text {
    color: #FFFFFF;
    display: inline-block;
    margin-right: 10px;
    float: left;
    margin-left: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.gpi-navbar-toggle:hover .text {
    color: #FFFFFF;
}


/*************************************/
/********FI HEADER MENU**************/
/***********************************/


/************************************/
/************BANNER*****************/
/***********************************/

.capBanner {
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30PX;
}

    .capBanner .item, .capBanner .alone {
        background-color: #FFFFFF;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
        position: absolute;
        width: 100%;
    }

        .capBanner .alone .data, .capBanner .data {
            position: absolute;
            top: 0px;
            bottom: 0px;
            width: 100%;
            left: 15px;
        }

            .capBanner .alone .data h2, .capBanner .data h2 {
                font-family: latobold;
                font-size: 28px;
                color: #523b3e;
                letter-spacing: 0.75px;
                margin: 0;
                padding: 0;
            }

            .capBanner .alone .data h3, .capBanner .data h3 {
                font-family: latolight;
                font-size: 46px;
                color: #000000;
                letter-spacing: 0.2px;
                margin: 0;
                padding: 0;
            }

.carousel-caption {
    text-shadow: none;
}


.capBanner .pic img, .capBanner .img img, .capBanner .alone img {
    display: none;
}


.capBanner img {
    /*height: 580px;
    vertical-align: middle;
    width: 100%;*/
}

.capBanner .data .container{
    position:relative;
}

.capBanner .carousel-caption, .capBaner .alone .carousel-caption {
    display: none;
    left: 700px;
    margin: 0 auto;
    opacity: 0;
    right: 0;
    text-align: left;
    top: 145px;
    /*width: 100%;*/
    color: #FFFFFF;
    text-shadow: 0px;
    /*padding:0 15px;*/
    padding-right:30px;
}

.capBanner .carousel-caption-right, .capBanner .alone .carousel-caption-right {
    left: 0;
    right: 700px;
    text-align:right;
}

.capBanner .carousel-caption-top, .capBanner .alone .carousel-caption-top {
    left: 0;
    right: 0;
    top: -200px;
    margin-top:-80px;
}

.capBanner .carousel-caption-bottom, .capBanner .alone .carousel-caption-bottom {
    left: 0;
    right: 0;
    top: 500px;
    margin-top:-80px;
}

.capBanner #tabs {
    bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
}

    .capBanner #tabs > div {
        background: #CDC7C3 none repeat scroll 0 0;
        /*opacity: 0.4;*/
        border-radius: 10px;
        cursor: pointer;
        display: inline-block;
        font-size: 1px;
        height: 12px;
        margin-left: 5px;
        width: 12px;
    }

        .capBanner #tabs > div.current {
            background: #afcb1f none repeat scroll 0 0;
        }

/*******************************/
/****FI BANNER******************/
/*******************************/

/*******************************/
/****CONTAINER TIPUS PRODUCTES*/
/*****************************/

.itemGrupProducte h2 {
    font-family: LatoBold;
    font-size: 14px;
    color: #750617;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
    margin: 15px 0 40px;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.itemGrupProducte:hover h2 {
    color: #000000;
}

.itemGrupProducte .itemTipus {
    padding: 0;
}

.itemGrupProducte figure {
    position: relative;
    /*float: left;*/
    overflow: hidden;
    /*margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
    /*background: #1b466d;*/
    background: rgba(195,216,87,1);
    background: -moz-linear-gradient(-45deg, rgba(195,216,87,1) 0%, rgba(232,232,232,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(195,216,87,1)), color-stop(100%, rgba(232,232,232,1)));
    background: -webkit-linear-gradient(-45deg, rgba(195,216,87,1) 0%, rgba(232,232,232,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(195,216,87,1) 0%, rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(195,216,87,1) 0%, rgba(232,232,232,1) 100%);
    background: linear-gradient(135deg, rgba(195,216,87,1) 0%, rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d857', endColorstr='#e8e8e8', GradientType=1 );
    text-align: center;
    cursor: pointer;
}



    .itemGrupProducte figure img.tipusFons {
        position: relative;
        display: block;
        /*min-height: 100%;*/
        max-width: 100%;
        opacity: 1;
        /*-moz-transition: all 0.35s;
        -o-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;*/
    }

    .itemGrupProducte figure:hover img.tipusFons {
        opacity: 0.4;
    }

    .itemGrupProducte figure figcaption {
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .itemGrupProducte figure figcaption::before,
        .itemGrupProducte figure figcaption::after {
            pointer-events: none;
        }

        .itemGrupProducte figure figcaption,
        .itemGrupProducte figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            /* Anchor will cover the whole item by default */
            /* For some effects it will show as a button */
            .itemGrupProducte figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }




    .itemGrupProducte figure h2,
    .itemGrupProducte figure p {
        margin: 0;
    }

    .itemGrupProducte figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }


figure.effect-grupProducte figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    /*width: 100%;
    height: 100%;*/
    /*background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);*/
    /*background: rgba(241,231,103,0);
    background: -moz-linear-gradient(top, rgba(241,231,103,0) 0%, rgba(123,133,108,0) 63%, rgba(54,76,111,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,0)), color-stop(63%, rgba(123,133,108,0)), color-stop(100%, rgba(54,76,111,1)));
    background: -webkit-linear-gradient(top, rgba(241,231,103,0) 0%, rgba(123,133,108,0) 63%, rgba(54,76,111,1) 100%);
    background: -o-linear-gradient(top, rgba(241,231,103,0) 0%, rgba(123,133,108,0) 63%, rgba(54,76,111,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,231,103,0) 0%, rgba(123,133,108,0) 63%, rgba(54,76,111,1) 100%);
    background: linear-gradient(to bottom, rgba(241,231,103,0) 0%, rgba(123,133,108,0) 63%, rgba(54,76,111,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#364c6f', GradientType=0 );*/
    content: '';
    opacity: 1;
    /*-webkit-transform: translate3d(0,50%,0);
    -moz-transform: translate3d(0,50%,0);
    -ms-transform: translate3d(0,50%,0);
    -o-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);*/
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-grupProducte h2 {
    position: absolute;
    /*top: 50%;*/
    bottom: 3%;
    left: 0;
    width: 100%;
    color: #ffffff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    -moz-transition: transform 0.35s, color 0.35s;
    -o-transition: transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    font-family: latolight;
    font-size: 30px;
    text-transform: uppercase;
}

figure.effect-grupProducte figcaption::before,
figure.effect-grupProducte p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-grupProducte p {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
    -o-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

/*figure.effect-grupProducte:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    -moz-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    -ms-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    -o-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}*/

figure.effect-grupProducte:hover figcaption::before,
figure.effect-grupProducte:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background: rgba(152,68,81,0.7);
    background: -moz-linear-gradient(-45deg, rgba(152,68,81,0.7) 0%, rgba(232,232,232,0.7) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(152,68,81,0.7)), color-stop(100%, rgba(232,232,232,0.7)));
    background: -webkit-linear-gradient(-45deg, rgba(152,68,81,0.7) 0%, rgba(232,232,232,0.7) 100%);
    background: -o-linear-gradient(-45deg, rgba(152,68,81,0.7) 0%, rgba(232,232,232,0.7) 100%);
    background: -ms-linear-gradient(-45deg, rgba(152,68,81,0.7) 0%, rgba(232,232,232,0.7) 100%);
    background: linear-gradient(135deg, rgba(152,68,81,0.7) 0%, rgba(232,232,232,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#984451', endColorstr='#e8e8e8', GradientType=1 );
}

/***FI CONTAINER TIPUS*/

/******************************/
/********INICI LLISTAT*********/
/****************************/
.efecteLlistat .titolProductes h2 {
    font-family: LatoLight;
    font-size: 16px;
    color: #010101;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 9px;
}

.efecteLlistat figure {
    position: relative;
    /*float: left;*/
    overflow: hidden;
    /*margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
    background: #ffffff;
    text-align: center;
    cursor: pointer;
}

    .efecteLlistat figure img {
        position: relative;
        display: block;
        /*min-height: 100%;*/
        max-width: 100%;
        opacity: 1;
    }

    .efecteLlistat figure figcaption {
        padding: 100px 35px;
        color: #fff;
        /*text-transform: uppercase;*/
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .efecteLlistat figure figcaption::before,
        .efecteLlistat figure figcaption::after {
            pointer-events: none;
        }

        .efecteLlistat figure figcaption,
        .efecteLlistat figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            /* Anchor will cover the whole item by default */
            /* For some effects it will show as a button */
            .efecteLlistat figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }



    .efecteLlistat figure h2,
    .efecteLlistat figure p {
        margin: 0;
    }

    .efecteLlistat figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }


figure.efecte-resumidor figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: auto;
    background: rgba(255,255,255,0.85);
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.efecte-resumidor h2 {
    float: left;
    display: inline-block;
}

/*figure.efecte-resumidor p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.efecte-resumidor:hover p.icon-links a:hover,
figure.efecte-resumidor:hover p.icon-links a:focus {
    color: #252d31;
}*/

figure.efecte-resumidor p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.efecte-resumidor h2,
figure.efecte-resumidor p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    -moz-transform: translate3d(0,200%,0);
    -ms-transform: translate3d(0,200%,0);
    -o-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

    figure.efecte-resumidor p.icon-links a span::before {
        display: inline-block;
        padding: 8px 10px;
        font-family: 'feathericons';
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.efecte-resumidor:hover p.description {
    opacity: 1;
}

figure.efecte-resumidor.open {
    overflow: inherit;
}

    .item.efecteLlistat:hover figure.efecte-resumidor figcaption,
    figure.efecte-resumidor:hover figcaption,
    figure.efecte-resumidor.open figcaption,
    .item.efecteLlistat:hover figure.efecte-resumidor h2,
    figure.efecte-resumidor:hover h2,
    figure.efecte-resumidor.open h2,
    .item.efecteLlistat:hover figure.efecte-resumidor p.icon-links a,
    figure.efecte-resumidor:hover p.icon-links a,
    figure.efecte-resumidor.open p.icon-links a {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

        .item.efecteLlistat:hover figure.efecte-resumidor figcaption h2,
        figure.efecte-resumidor:hover h2,
        figure.efecte-resumidor.open h2 {
            -webkit-transition-delay: 0.05s;
            -moz-transition-delay: 0.05s;
            -o-transition-delay: 0.05s;
            transition-delay: 0.05s;
        }

        .item.efecteLlistat:hover figure.efecte-resumidor p.icon-links a:nth-child(3),
        figure.efecte-resumidor:hover p.icon-links a:nth-child(3),
        figure.efecte-resumidor.open p.icon-links a:nth-child(3) {
            -webkit-transition-delay: 0.1s;
            -moz-transition-delay: 0.1s;
            -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .item.efecteLlistat:hover figure.efecte-resumidor p.icon-links a:nth-child(2),
        figure.efecte-resumidor:hover p.icon-links a:nth-child(2),
        figure.efecte-resumidor.open p.icon-links a:nth-child(2) {
            -webkit-transition-delay: 0.15s;
            -moz-transition-delay: 0.15s;
            -o-transition-delay: 0.15s;
            transition-delay: 0.15s;
        }

        .item.efecteLlistat:hover figure.efecte-resumidor p.icon-links a:first-child,
        figure.efecte-resumidor:hover p.icon-links a:first-child,
        figure.efecte-resumidor.open p.icon-links a:first-child {
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

.item.efecteLlistat:nth-child(3n+4) {
    clear: both;
}

.gpi-preu-llistat {
    display: none;
}

.pictoOferta, .pictoNovetat {
    position: absolute;
    top: 12px;
    left: 30px;
    z-index: 1;
}

.container-colors, .container-talles {
    margin-top: 15px;
}

.container-color-llistat, .container-talla-llistat, .container-color-fitxa, .container-talla-fitxa {
    display: inline-block;
    border: 2px solid transparent;
}

    .container-color-llistat + .container-color-llistat, .container-color-fitxa + .container-color-fitxa {
        margin-left: 17px;
    }

    .container-color-llistat.selected, .container-color-fitxa.selected {
        border-color: #D7D2CC;
    }

.container-talla-llistat, .container-talla-fitxa {
    color: #000000;
    font-family: LatoLight, LatoRegular, 'Lato', sans-serif;
    font-size: 16px;
    line-height: 31px;
    padding: 0 7px;
}

    .container-talla-llistat + .container-talla-llistat, .tooltip + .container-talla-llistat,
    .container-talla-fitxa + .container-talla-fitxa, .tooltip + .container-talla-fitxa {
        margin-left: 5px;
    }

    .container-talla-llistat:hover, .container-talla-llistat.selected, .container-talla-fitxa:hover, .container-talla-fitxa.selected {
        background: #D7D2CC;
    }

    .container-talla-llistat.disabled, .container-talla-fitxa.disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }


.boto-afegir-linia, .llistat .shopControl .btn-primary {
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
}

.llistat .boto-afegir-linia .btn-primary {
    display: block;
    margin-top: 30px;
    text-transform: uppercase;
}

/*****************************/
/********FI LLLISTAT**********/
/****************************/



/**************************/
/******INICI RECORDA*****/
/************************/
figure.efecte-recorda {
    background: #000000;
    margin-bottom: 55px;
}

    figure.efecte-recorda img {
        opacity: 1;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        -moz-transition: opacity 0.35s, transform 0.35s;
        -o-transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale3d(1.05,1.05,1);
        -moz-transform: scale3d(1.05,1.05,1);
        -ms-transform: scale3d(1.05,1.05,1);
        -o-transform: scale3d(1.05,1.05,1);
        transform: scale3d(1.05,1.05,1);
        width: 100%;
    }

    figure.efecte-recorda figcaption::before {
        position: absolute;
        top: -80px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.5);
        content: '';
        -webkit-transition: -webkit-transform 0.6s;
        -moz-transition: transform 0.6s;
        -o-transition: transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
        -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
        -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
        -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    }

    figure.efecte-recorda p {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 3em;
        padding: 0 1em;
        max-width: 150px;
        border-right: 4px solid #fff;
        text-align: right;
        opacity: 0;
        -webkit-transition: opacity 0.35s;
        -moz-transition: opacity 0.35s;
        -o-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    figure.efecte-recorda h2 {
        text-align: center;
        font-family: latobold;
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: 0.5px;
        margin-bottom: 10px;
        text-shadow: -1px 2px 9px rgba(0, 0, 0, 0.66);
    }

        figure.efecte-recorda h2:after {
            content: '';
            display: block;
            width: 75%;
            height: 1px;
            background: #FFFFFF;
            margin: 8px auto 0;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
        }

    figure.efecte-recorda:hover h2:after {
        background: #750617;
    }

    figure.efecte-recorda h3 {
        text-align: center;
        font-family: latolight;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0.5px;
        margin: 0;
        padding: 0;
    }

    figure.efecte-recorda:hover img {
        opacity: 0.65;
        -webkit-transform: scale3d(1,1,1);
        -moz-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        -o-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    figure.efecte-recorda:hover figcaption::before {
        -webkit-transform: scale3d(3,3,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
        -moz-transform: scale3d(3,3,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
        -ms-transform: scale3d(3,3,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
        -o-transform: scale3d(3,3,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
        transform: scale3d(3,3,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    }

    figure.efecte-recorda:hover p {
        opacity: 1;
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
/*************************/
/*****FI RECORDA********/
/************************/


/***********************/
/*******INICI MAPA******/
/**********************/
.franjaMapa {
    position: relative;
    margin-top: 35px;
    border-top: 1px solid #d8d8d8;
}

.container-google-maps {
    display: block;
    height: 310px;
    overflow: hidden;
}


    .container-google-maps .embed-responsive .embed-responsive-item, .container-google-maps .embed-responsive iframe {
        top: 0;
    }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: -14%;
    width: 100%;
}

/**********************/
/*******FI MAPA*******/
/********************/

/****************************/
/********INICI MODALS********/
/***************************/

.modal-content {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    .modal-content .modal-header {
        background: #F4F1EE;
    }

        .modal-content .modal-header .close {
            font-size: 26px;
            color: #7F766A;
            opacity: 1;
        }

            .modal-content .modal-header .close:hover {
                opacity: 0.6;
            }

    .modal-content .titol-modal {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

    .modal-content .modal-body {
        font-size: 14px;
    }

/***************************/
/********FI MODALS*********/
/*************************/

/*************************/
/****INICI RESUMIDOR PEU****/
/***************************/
.resumidorPeu {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #45350a;
}

.item_peuHome img {
    float: left;
}

.item_peuHome .gpi-picto-img-home{
    float:left;
}

.item_peuHome .gpi-picto-img-home i {
    font-size: 60px;
    color: #750617;
}

.item_peuHome .titol {
    text-transform: uppercase;
    font-size: 12px;
    color: #D3D3D3;
    letter-spacing: 0.5px;
    line-height: 55px;
    float: left;
    margin-left: 20px;
}

.item_peuHome:nth-child(2){
    text-align:center;
}

.item_peuHome:last-child {
    float: right;
    text-align:right;
}

.container-data-peu-item{
    display:inline-block;
}

/****************************/
/*****FI RESUMIDOR PEU******/
/**************************/

/**************************/
/*****INICI FOOTER*********/
/**************************/
.titolFooter {
    font-size: 14px;
    color: #E5E5E5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

/****NEWSLETTER*****/

#newsletter {
}

.txtNewsletter {
    font-size: 14px;
    color: #8C8B88;
    margin-bottom: 30px;
}

/****FI NEWSLETTER****/


/*****INICI XARXES******/
.xarxesPeu {
    line-height: 20px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

    .xarxesPeu a {
        color: #8C8B88;
        -o-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

        .xarxesPeu a:hover {
            color: #C6C4BD;
        }

    .xarxesPeu i {
        color: #97876F;
        font-size: 14px;
        width: 12px;
        margin-right: 10px;
        -o-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    .xarxesPeu a:hover i {
        color: #E7630B;
    }
/*****FI XARXES*********/

/*MENU PEU WEB*********************/
/*#menuPeuWeb {
    background: [HEADER_LOGO_FONS];
    bottom: 0;
    color: #750617;
    left: 0;
    padding-top: 8px;
    position: fixed !important;
    width: 100%;
    font-size: 11PX;
}

    #menuPeuWeb a {
        color: #750617;
    }

        #menuPeuWeb a span {
            display: block;
        }

        #menuPeuWeb a .glyphicon {
            font-size: 26px;
            margin-left: 0px;
        }

        #menuPeuWeb a:hover {
            color: #AFCB1F;
        }

    #menuPeuWeb ul {
        margin-bottom: 4PX;
    }*/

.menu_peu {
    margin-bottom: 15px;
}

    .menu_peu ul {
        list-style: none;
        font-size: 12px;
        padding: 0px;
        margin: 15px 0px 0px 0px;
        overflow: hidden;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .menu_peu li {
    }

        .menu_peu li a {
            color: #8C8B88;
            line-height: 20px;
        }

            .menu_peu li a.sel, .menu_peu li a:hover {
                color: #AFCB1F;
            }

/***FI MENU PEU WEB*******/

/*****DADES PEU*********/
.dadesPeu {
    color: #8C8B88;
    margin-top: 20px;
    letter-spacing: 0.5px;
}

    .dadesPeu a:hover {
        color: [FOOOTER_MENU_PIE_ACT];
    }

    .dadesPeu .glyphicon {
        margin-left: 8px;
    }

    .dadesPeu .telfPeu {
        font-family: latobold;
        font-size: 24px;
        color: #AFCB1F;
    }

    .dadesPeu .faxPeu {
        font-size: 20px;
    }

    .dadesPeu .mailPeu a {
        color: #e6ebcb;
    }

        .dadesPeu .mailPeu a:hover {
            color: #afcb1f;
        }
/****FI DADES PEU*******/

/*****CREDITS********/
.blocCredits {
    background: #4c050d;
    padding: 18px 0;
}

.credits {
    color: #574D43;
    font-size: 12px;
}

    .credits a {
        color: #574D43;
    }

        .credits a:hover {
            color: #8D8884;
        }

.txt-credit {
    float: right;
}

    .txt-credit p {
        margin: 0px;
    }

img.peuLogo {
    float: right;
    margin-left: 15px;
}



ul#menuSecundari {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    line-height: 25px;
}

    ul#menuSecundari li {
        float: left;
        font-size: 10px;
        margin-right: 8px;
        text-transform: uppercase;
        letter-spacing: 0.1px;
    }

        ul#menuSecundari li a {
            padding-right: 8px;
            border-right: 1px solid #574D43;
            color: #574D43;
        }

            ul#menuSecundari li a:hover {
                color: #8D8884;
            }

        ul#menuSecundari li:nth-child(3) a {
            border-right: 0px;
        }
/*****FI CREDITS*****/

/* MENU LATERAL  *****************/
.titolMenuLat {
    color: #FFFFFF;
    border-bottom: 4px solid #B0CB22;
    background: #750617;
    font-size: 24px;
    text-transform: uppercase;
    font-family: LatoBold, LLatoRegular, 'Lato', sans-serif;
    text-align: center;
    padding: 15px 0px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

#menu {
    background: #F4F1EE;
}

    #menu.affix {
        width: 262px;
        top: 20px;
        position: fixed !important;
    }

    #menu.affix-bottom {
        width: 262px;
        position: fixed !important;
    }

    #menu ul {
        margin: 0px 0px 45px 0px;
        padding: 0px;
        list-style: none;
        padding-bottom: 15px;
    }

    #menu li {
        padding: 0px 25px;
    }

        #menu li a {
            color: #272727;
            display: block;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            border-bottom: 1px solid #E0DBD4;
            padding: 10px 0;
        }

        #menu li:last-child a {
            border-bottom: 0;
        }

        #menu li a.sel, #menu li a:hover {
            color: #750617;
        }

    #menu ul ul {
        border: none;
        margin: 0px 0px 0px 10px;
        padding-bottom: 0px;
        display: none;
    }

        #menu ul ul li {
            padding: 0px;
        }

            #menu ul ul li a {
                color: #3E3A2E;
                font-size: 13px;
                border-bottom: 1px solid #ECE8E4;
                padding: 8px 0;
            }

                #menu ul ul li a.sel, #menu ul ul li a:hover {
                    color: #750617;
                }

        #menu ul ul ul {
            border: none;
            margin: 0px 0px 0px 15px;
            padding-bottom: 0px;
            display: none;
        }

            #menu ul ul ul li {
                padding: 0px;
            }

                #menu ul ul ul li a {
                    color: #6E6851;
                    font-size: 12px;
                    border-bottom: 0px solid transparent;
                    padding: 4px 0;
                }

                    #menu ul ul ul li a.sel, #menu ul ul ul li a:hover {
                        color: #272727;
                    }



    #menu a.sel + ul {
        display: block !important;
    }

/*LLISTAT*********************************/
.llistat {
    min-height: 350px;
    position: relative;
}

    .llistat .glyphicon-refresh {
        font-size: 60px;
        text-align: center;
        color: #750617;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%; /* IE 9 */
        -webkit-animation: spin 2s infinite linear;
        -moz-animation: spin 2s infinite linear;
        -o-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -30px;
        margin-top: -30px;
    }

    .llistat .item {
        margin-bottom: 50px;
    }

        .llistat .item:nth-child(3n+4) {
            clear: both;
        }

        .llistat .item .thumbnail {
            height: 220px;
            border: 0px;
        }

            .llistat .item .thumbnail .caption {
                padding: 9px 0px;
            }

    .llistat .container-img-list {
        display: block;
        /*margin:5px 0px;*/
    }

    .llistat .item img {
        margin: 0 auto;
    }

    /*.llistat .item h3 {
        color: #000000;
        font-family: Questrial-Regular;
        font-size: 16px;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    .llistat .item h4 {
        display: inline;
        font-family: Questrial-Regular;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }*/

    .llistat .titol h2, .suggerencies .titol h2 {
        font-size: 16px;
        color: #000000;
        font-family: latolight;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-top: 25px;
        text-align: center;
        margin-bottom: 0;
    }


.referencia {
    font-size: 13px;
    color: #AFCB1F;
    font-weight: bold;
}



.preu {
    color: #750617;
    font-size: 24px;
    font-family: latobold;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 30px;
}

    .preu .text-desde {
        color: #6E6851;
        font-size: 16px;
        font-family: LatoLight, LLatoRegular, 'Lato', sans-serif;
        text-align: justify;
        letter-spacing: 0.5px;
        line-height: 24px;
    }


.llistat .itemLinial {
    padding: 5px 8px;
    line-height: 16px;
    vertical-align: middle;
}

/*.llistat .contLlistatLineal:nth-child(2n) .itemLinial {
    background: [GENERAL_BORDE_CLAR];
}*/

.llistat .contLlistatLineal:nth-child(2n+1) .itemLinial {
    background: #F7F9FA;
}

.llistat .itemLinial .titol {
    height: 32px;
    line-height: auto;
    vertical-align: middle;
    display: table-cell;
}

.llistat .itemLinial .referencia {
    font-weight: normal;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
}


.llistat .itemLinial .preu {
    color: #AFCB1F;
    font-size: 18px;
    display: inline-block;
    line-height: 32px;
}

.llistat .itemLinial .stock {
    float: left;
    padding-top: 8px;
}

.llistat .itemLinial .contSubmit {
    min-width: 125px;
    float: right;
}

.llistat .itemLinial .peu {
    float: right;
    text-align: right;
}

.llistat .itemLinial .btn {
    margin-top: 0px;
    margin-left: 15px;
    float: none;
}

.llistat .vcenter {
    display: table-cell;
    vertical-align: middle;
}

.llistat .item, .llistat .contLlistatLineal {
    /*display:none;	*/
}

.llistat .contLlistatGraella .stock {
    font-size: 12px;
}


/*FITXA******************************/
.fitxa {
}

    .fitxa .foto_fitxa {
        position: relative;
        margin-bottom: 20px;
    }

    .fitxa .descripcio h2 {
        color: #6E6851;
        margin-bottom: 20px;
        font-size: 16px;
        font-family: LatoLight, 'Lato', sans-serif;
        text-align: justify;
        letter-spacing: 0.5px;
        line-height: 24px;
        margin-top: 0;
        text-transform: none;
    }

    .fitxa .descripcio h3 {
        font-weight: normal;
        margin: 15px 0 30px;
        font-size: 12px;
        color: #6E6851;
    }

    .fitxa .descripcio .logoMarca {
        margin-bottom: 30px;
    }

    .fitxa .descripcio .cataleg {
        margin: 30px 0 0px;
    }

        .fitxa .descripcio .cataleg a {
            font-size: 12px;
            text-transform: uppercase;
            color: #6E6851;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

            .fitxa .descripcio .cataleg a i {
                margin-right: 8px;
                font-size: 20px;
                color: #D9D3CF;
                -moz-transition: all 0.4s;
                -o-transition: all 0.4s;
                -webkit-transition: all 0.4s;
                transition: all 0.4s;
            }

            .fitxa .descripcio .cataleg a:hover {
                color: #750617;
            }

                .fitxa .descripcio .cataleg a:hover i {
                    color: #7F766A;
                }

    /*ACABATS*/
    .fitxa .descripcio .acabats, .fitxa .descripcio .acabats .container-colors {
        margin-top: 4px;
        /*border-top: 1px solid [GENERAL_BORDE_CLAR];*/
        padding-top: 5px;
    }

        .fitxa .descripcio .acabats .unitats {
            font-family: LatoLight, 'Lato', sans-serif;
            font-size: 12px;
            color: #000000;
            letter-spacing: 0.5px;
            text-align: right;
        }


            .fitxa .descripcio .acabats .unitats span {
                vertical-align: middle;
                display: inline-block;
            }

.selectricWrapper.quantity-box {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 9px;
    vertical-align: middle;
}

    .selectricWrapper.quantity-box .selectric {
        height: 24px;
    }

        .selectricWrapper.quantity-box .selectric .label {
            margin-right: 24px;
            padding-top: 0;
            padding-bottom: 0;
            text-align: center;
            line-height: 24px;
            min-width: 32px;
            color: #7F766A;
        }

        .selectricWrapper.quantity-box .selectric .button {
            background: #D7D2CC;
            top: 0;
            bottom: 0;
            height: auto;
            color: #8B989F;
        }

            .selectricWrapper.quantity-box .selectric .button:hover,
            .selectricWrapper.quantity-box .selectric .button:focus,
            .selectricWrapper.quantity-box.selectricHover .selectric .button,
            .selectricWrapper.quantity-box.selectricOpen .selectric .button {
                background: #CDC8C3;
                color: #3E3426;
            }

    .selectricWrapper.quantity-box.selectricOpen .selectric {
        background: #CDC8C3;
    }

        .selectricWrapper.quantity-box.selectricOpen .selectric .label {
            color: #3E3426;
        }

.fitxa .acabats .btn {
    margin-top: 14px;
    font-size: 14px;
    display: block;
}

.producteQuantitat {
    width: auto !important;
    text-align: center;
    height: 30px !important;
}

.fitxa .acabatsFitxa .preu {
    padding-right: 7px;
    font-size: 30px;
    margin-top: 15px;
    line-height: 34px;
    font-family: LatoBold, 'Lato', sans-serif;
    text-align: left;
    letter-spacing: 0.5px;
    float: left;
}

.fitxa .stockFitxa {
    color: #AFCB1F;
    line-height: 23px;
}

.fitxa .acabatsFitxa .textTitol {
    text-transform: uppercase;
    font-size: 12px;
    color: #6E6851;
    border-bottom: 1px solid #c8c8c8;
    padding: 0 0 2px;
    margin: 0;
}

.fitxa .acabatsFitxa .textFitxaShop {
    margin: 5px 0;
}

    .fitxa .acabatsFitxa .textTitol .row > div, .fitxa .acabatsFitxa .textFitxaShop .row > div {
        padding-right: 0;
    }

        .fitxa .acabatsFitxa .textTitol .row > div:last-child, .fitxa .acabatsFitxa .textFitxaShop .row > div:last-child {
            padding-right: 15px;
        }

.fitxa .acabatsFitxa .container-quantitat {
    text-align: center;
}

.fitxa .acabatsFitxa .producteQuantitat {
    padding: 0;
    line-height: 20px;
    height: 23px !important;
    display: inline-block;
}

    .fitxa .acabatsFitxa .producteQuantitat.disabled {
        cursor: not-allowed;
    }

.fitxa .acabatsFitxa .textFitxaShop i.fa-circle {
    font-size: 10px;
    margin-right: 2px;
    position: relative;
    top: -1px;
}

.fitxa .acabatsFitxa .titol-actiu {
    font-size: 16px;
    margin-top: 20px;
}

.fitxa .acabatsFitxa .preu-ant {
    font-size: 10px;
    font-style: italic;
    text-decoration: line-through;
    margin-right: 5px;
    color:#750617;
    white-space:nowrap;
}

.fitxa .acabatsFitxa .preu-unitari {
    font-size: 11px;
    font-style: italic;
    margin-right: 5px;
    color:#AFCB1F;
    white-space:nowrap;
}

.fitxa .acabatsFitxa .valor-preu .inner-value{
    white-space:nowrap;
}

.fitxa .acabatsFitxa .btn {
    display: block;
    margin-top: 25px;
}

.shopControl .btn {
    display: block;
}

.menu_peu.menu_productes li {
    float: left;
    width: 50%;
}




.fitxa .acabatsFitxa {
    margin-top: 50px;
}

    .fitxa .acabatsFitxa .preus-a-partir {
        color: #6E6851;
        font-size: 16px;
        font-family: LatoLight, 'Lato', sans-serif;
        text-align: justify;
        letter-spacing: 0.5px;
        line-height: 24px;
    }

    .fitxa .acabatsFitxa .titol1P {
        text-transform: uppercase;
        font-size: 13px;
        color: #6E6851;
        letter-spacing: 0.5px;
        font-family: LatoRegular, 'Lato', sans-serif;
        border-bottom: 1px solid #edeff0;
    }

    .fitxa .acabatsFitxa .titol2P {
        text-transform: uppercase;
        font-size: 13px;
        color: #6E6851;
        letter-spacing: 0.5px;
        font-family: LatoRegular, 'Lato', sans-serif;
        border-bottom: 1px solid #edeff0;
        margin-top: 25px;
    }

    .fitxa .acabatsFitxa .boto-afegir-linia {
        display: block;
        margin-top: 15px;
        text-transform: uppercase;
    }

        .fitxa .acabatsFitxa .boto-afegir-linia .btn-primary {
            display: block;
        }

        .fitxa .acabatsFitxa .boto-afegir-linia .tooltip {
            text-transform: none;
        }
        
        #container-caracteristiques .acabatsFitxa{
            margin-bottom:15px;
            margin-top:0;
        }

.caract {
    line-height: 24px;
    letter-spacing: 0.5px;
    background: #F7F5F2;
    padding: 10px 14px 20px;
    margin-bottom: 30px;
}

    .caract .titolCaract {
        color: #010101;
        font-size: 16px;
        text-transform: uppercase;
        border-bottom: 1px solid #E7E3DF;
        margin-bottom: 15px;
    }

    .caract .txtCaract {
        font-size: 14px;
        /*color: #6E6851;*/
    }

.container-color-fitxa {
    line-height: 0;
    cursor: pointer;
}

.container-talla-fitxa {
    cursor: pointer;
}

.fitxa #posicio-quantitat {
    float: right;
    margin-top: 21px;
}

.blueimp-gallery-controls > .prev i.fa {
    font-size: 45px;
    line-height: 38px;
    margin-left: -5px;
}

.blueimp-gallery-controls > .next i.fa {
    font-size: 45px;
    line-height: 38px;
    margin-right: -5px;
}

.blueimp-gallery > .slides > .slide > .slide-content {
    max-height: 80%;
    max-width: 80%;
}

.blueimp-gallery > .title {
    right: 15px;
    left: 15px;
    margin: 0 40px;
    text-align: center;
}

.blueimp-gallery > .indicator {
    height: 5%;
    bottom: 2.5%;
}

    .blueimp-gallery > .indicator > li {
        background-size: contain;
        background-color: #ffffff;
        margin: 0 5px;
        width: 50px;
        height: 100%;
    }

/**SUGGERÈNCIES**/
.suggerencies {
    margin-bottom: 30px;
}

.titolSugg {
    font-size: 24px;
    color: #010101;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}


/**CAROUSEL**/
.fitxa #container-carousel-indicators {
    width: 100%;
    overflow: hidden;
    height: 115px;
    margin-top: 10px;
}

.fitxa .carousel {
    /*margin-top:25px;*/
    padding-right: 15px;
}

.fitxa .carousel-indicators {
    position: static;
    margin: 0;
    width: 100%;
    left: unset;
    bottom: unset;
    white-space: nowrap;
    text-align: left;
    font-size: 0;
    overflow: auto;
    overflow-y: hidden;
}

    .fitxa .carousel-indicators li {
        /* width: 128px;
        height: 90px;*/
        width: 23%;
        height: 100%;
        border: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0;
        -moz-transition: background-color 0.4s ease;
        -o-transition: background-color 0.4s ease;
        -webkit-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease;
    }

        .fitxa .carousel-indicators li.active {
            background: #FFFFFF;
        }

        .fitxa .carousel-indicators li img {
            -moz-transition: opacity 0.4s ease;
            -o-transition: opacity 0.4s ease;
            -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;
            border-bottom: 4px solid transparent;
        }

        .fitxa .carousel-indicators li.active img, .fitxa .carousel-indicators li:hover img {
            opacity: 0.6;
            border-bottom: 4px solid #750617;
        }

        .fitxa .carousel-indicators li + li {
            margin-left: 10px;
        }

        .fitxa .carousel-indicators li.primera-detalls {
            margin-left: 0 !important;
        }

.botoTornar {
    margin-bottom: 30px;
}

    .botoTornar .glyphicon {
        -moz-transform: scaleX(-1); /* Gecko */
        -o-transform: scaleX(-1); /* Opera */
        -webkit-transform: scaleX(-1); /* webkit */
        transform: scaleX(-1); /* standard */
        filter: FlipH; /* IE 6/7/8 */
        margin-left: 2px;
        margin-right: 10px;
    }

.btn span.glyphicon {
    font-size: 13px;
}

.textStock {
    display: inline-block;
    line-height: 23px;
    padding-left: 10px;
}

.fitxa #socialFitxa {
    margin: 22px 0px;
    overflow: hidden;
    display: block;
}

.fitxaFacebook {
    display: inline-block;
    vertical-align: top;
}

.fitxaTwitter, .fitxaGoogle, .fitxaPin {
    display: inline-block;
    margin-left: 24px;
    vertical-align: top;
}

h3.titolFormulariFitxa {
    background: #e6e8ea;
    border-radius: 2px 2px 0px 0px;
    color: #AFCB1F;
    line-height: 38px;
    font-size: 15px;
    margin: 30px 0px 20px 0px;
    font-weight: normal;
    padding-left: 28px;
}

#infoProducte .form-control {
    height: 23px;
    background: #F7F9FA;
    border: 0px;
    font-size: 12px;
    padding: 3px 5px;
    box-shadow: none;
}

#infoProducte .btn {
    margin-top: 0px;
}

#infoProducte textarea.form-control {
    height: auto;
}

#infoProducte .form-group {
    margin-bottom: 11px;
}

#iframeInfo {
    border: 0px;
    width: 100%;
    height: 185px;
    overflow: hidden;
}

/*login*****************************/
.subForm {
    margin: 20px 0 0 0;
    color: #AFCB1F;
    font-size: 16px;
}

.conditions .form-control {
    border: none;
    width: auto;
    box-shadow: none;
}

.zonaClientTitols {
    font-size: 14px;
    margin-top: 20px;
}


.margePeuHome {
    margin-left: 10px;
}

.sepPeuHome {
    margin-top: 20PX;
}

    .sepPeuHome img {
        max-height: 35px;
    }


.form-control, .producteQuantitat, .form-control[readonly] {
    background-color: #F7F9FA;
    background-image: none;
    border: 1px solid #D5D9DC;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    color: #313131;
    cursor: default;
}

    .form-control:focus, .producteQuantitat:focus, .form-control[readonly]:focus {
        border-color: #B7BEC3;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #EEEEEF;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #EEEEEF;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #EEEEEF;
        outline: 0 none;
    }

.gpi-formulariData input {
    border: 1px solid #D5D9DC;
    color: #313131;
    margin: 5px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 34px;
    line-height: 1.42857;
}

.gpi-campsFormulari {
    line-height: 30px;
    text-align: right;
}

.container-checkbox {
    position: relative;
    display: block;
    margin-top: 4px;
    padding-left: 20px;
}

    .container-checkbox input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        margin-top: 4px;
        margin-left: -20px;
    }

    .container-checkbox a {
        font-size: 16px;
    }

    .container-checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        min-height: 20px;
        font-weight: 400;
        cursor: pointer;
        font-size: 16px;
    }

        .container-checkbox label:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 15px;
            height: 15px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #555;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            top: 4px;
        }

        .container-checkbox label:after {
            display: inline-block;
            position: absolute;
            width: 15px;
            height: 15px;
            left: 0;
            margin-left: -20px;
            padding-left: 2px;
            padding-top: 0px;
            font-size: 12px;
            color: #555;
            top: 3px;
        }

    .container-checkbox input[type="checkbox"]:checked + label:after {
        font-family: 'FontAwesome';
        content: "\f00c";
    }

    .container-checks-formulari{
        margin-bottom:15px;
    }

.container-checks-formulari .container-checkbox label {
    font-size: 13px;
    margin-bottom: 0;
}

    .container-checks-formulari .container-checkbox label:before {
        width: 13px;
        height: 13px;
        top: 3px;
    }

    .container-checks-formulari .container-checkbox label:after {
        width: 13px;
        height: 13px;
        padding-left: 1px;
        font-size: 11px;
        top: 1px;
    }



/* PEU ****************************/
#footer .logo-peu {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    max-height: 33px;
    margin-top: 11px;
}

/*MENU PEU*************************/






/*CONTINGUT***********************/
.contingut {
    margin: 20px 0px;
}








/*PAGINADOR*****************************************/

#paginador a.btn {
    line-height: 25px;
    padding: 0 8px;
    background: #F4F1EE;
    color: #7F766A;
}

    #paginador span.selected a.btn, #paginador a.btn:hover {
        background: #750617;
        color: #FFFFFF;
    }

.pagDes {
    color: #FFFFFF;
    background: #750617;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 2px 7px;
    height: 10px;
    width: 10px;
}

.pagAct {
    color: #FFFFFF;
    background: #AFCB1F;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 2px 7px;
    height: 10px;
    width: 10px;
}

/* ZONA CLIENT ********************/
label {
    font-weight: normal;
}

.cssLoginPassword, .cssLoginUser, .cssPasswordUser {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #D5D9DC;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

    .cssLoginPassword:focus, .cssLoginUser:focus, .form-control:focus, .cssPasswordUser:focus {
        border-color: #B7BEC3;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #EEEEEF;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #EEEEEF;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #EEEEEF;
        outline: 0 none;
    }

.conditions .CHECKBOX, .CHECKBOX {
    margin-right: 15px !important;
    display: inline-block;
    border: none;
}

select.form-control {
    height: auto;
}


.contacteCheck input {
    margin-top: 2px;
}

/* COOKIES BANNER */
#cookies_banner {
    border-color: #FFFFFF !important;
    -o-border-radius: 0 0 0 0 !important;
    -moz-border-radius: 0 0 0 0 !important;
    -webkit-border-radius: 0 0 0 0 !important;
    -ms-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;
    border-width: 1px 0 !important;
    -o-box-shadow: 0 0 10px #444444;
    -ms-box-shadow: 0 0 10px #444444;
    -webkit-box-shadow: 0 0 10px #444444;
    -moz-box-shadow: 0 0 10px #444444;
    box-shadow: 0 0 10px #444444;
    background: #ffffff;
    display: none;
    float: none !important;
    /*height: 69px;*/
    left: 0;
    margin: 0 auto !important;
    padding: 3px 0;
    position: fixed !important;
    right: 0;
    text-align: center;
    text-shadow: none;
    width: 100% !important;
    z-index: 1500;
    bottom: 0px;
}

#cookies_accept {
    cursor: pointer;
    margin: 10px auto;
    float: none !important;
    background: #750617;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 0px 20px;
    line-height: 20px;
    width: 100px;
    text-align: center;
    color: #FFFFFF;
    -o-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    clear: both;
}

    #cookies_accept:hover {
        background: #AFCB1F;
        color: #FFFFFF;
    }

#cookies_banner p {
    margin: 0px;
    padding: 0px;
}

.campoObligatorio {
    font-size: 10px;
    font-style: italic;
}

/*PAGINADOR */

#paginador {
    margin-top: 1px;
}


/*SHOP************************************/
#basket-lateral, #basket-table {
    background: transparent;
    border: 1px solid #f4f3f1;
}


    #basket-lateral .table > thead > tr > th, #basket-lateral .table > tbody > tr > th, #basket-lateral .table > tfoot > tr > th, #basket-lateral .table > thead > tr > td, #basket-lateral .table > tbody > tr > td, #basket-lateral .table > tfoot > tr > td {
        border-bottom: 1px solid #ddd;
        border-top: 0;
    }

    #basket-lateral.affix {
        width: 457px;
        top: 20px;
        position: fixed !important;
    }

    #basket-lateral .capResum, #basket-table .capResum {
        background: #F4F3F1;
        padding: 15px;
        display: inline-block;
        width: 100%;
    }

    #basket-lateral .titol, #basket-table .titol {
        color: #272727;
        font-size: 18px;
        /*margin: 0px 0px 25px 0px;*/
        padding: 0;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        display: block;
        float: left;
    }

    #basket-lateral .botons {
        float: right;
    }

.btn-cistella {
    border: 0;
}

    .btn-cistella i.fa-text-right {
        margin-right: 0;
        font-size: 20px;
        color: #C3BEB8;
        cursor: pointer;
    }

        .btn-cistella i.fa-text-right:hover {
            color: #750617;
        }

#basket-lateral.affix .titol {
    display: block !important;
}

table.gpi-noBorder-table tr td, table.gpi-noBorder-table tr th {
    border: none;
}

.containerResum {
    padding: 0px 12px;
}



.selectBasketFooter {
    width: 250px;
}

    .selectBasketFooter select {
        border: 0 none;
        margin: 0;
        padding: 2px;
        width: 250px;
    }

.table-responsive {
    border: medium none;
}

.formatCap {
    font-size: 14px;
}


.nomProducte {
    color: #AFCB1F;
}

.shopPreu {
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
}


.inputShop input, .inputShop select, .inputShop textarea {
    border: 1px solid #D5D9DC;
    color: #313131;
    padding: 3px;
}



.form-horizontal {
    margin-bottom: 30px;
}

/****INICI NOTICIES****/

.paddingRight0 {
    padding-right: 0;
}

.paddingLeft0 {
    padding-left: 0;
}

.item-noticies {
    margin-bottom: 30px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .item-noticies .row {
        display: table-row;
        margin: 0;
    }

        .item-noticies .row > div {
            display: table-cell;
            float: none;
            padding: 0;
            vertical-align: top;
        }

            .item-noticies .row > div + div {
            }

            .item-noticies .row > div:first-child {
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
                background-attachment: scroll;
                background-color: transparent;
            }

                .item-noticies .row > div:first-child a {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    display: block;
                }

                    .item-noticies .row > div:first-child a img {
                        display: none !important;
                    }

    .item-noticies .desc {
        background: #F4F3F1;
        padding: 25px 35px;
        /*min-height: 316px;
        max-height: 316px;*/
    }

        .item-noticies .desc .fecha {
            font-size: 14px;
            color: #6E6851;
        }

        .item-noticies .desc h2 {
            font-size: 20px;
            margin-top: 20px;
        }

        .item-noticies .desc h3 {
            color: #6E6851;
            margin-bottom: 20px;
            font-size: 16px;
            font-family: LatoLight,'Lato',sans-serif;
            text-align: justify;
            letter-spacing: 0.5px;
            line-height: 24px;
        }

.gpi-contingut-news {
    /*margin-bottom: 20px;*/
}
/****FI NOTICIES****/

/***NAVEGADOR****/
.breadcrumb {
    background: none !important;
    font-size: 12px;
    margin-bottom: 0px;
    padding: 0 15px;
    text-transform: uppercase;
}

    .breadcrumb li a {
        color: #ACA7A7;
    }

        .breadcrumb li a:hover, .breadcrumb .active {
            color: #750617;
        }

/* CERCADOR DINÀMIC ****************/

.creditsWebnet {
    display: block;
}

/* SELECTTRIC */
.selectricWrapper {
    position: relative;
    margin: 0 0 10px;
    cursor: pointer;
    border: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    font-size: 12px;
    height: auto;
}

.selectBasketFooter .selectricWrapper {
    margin-bottom: 0;
}

.selectricDisabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectricOpen {
    z-index: 9999;
}

    .selectricOpen .selectricItems {
        display: block;
    }

.selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

    .selectricHideSelect select {
        position: absolute;
        left: -100%;
        display: none;
    }

.selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    _font: 0/0 a;
    background: none !important;
}

.selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.selectric {
    border: 0px;
    background: #F4F1EE;
    position: relative;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    /*height: 28px;*/
}

    .selectric .label {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        margin: 0 23px 0 0;
        padding: 0px 10px;
        font-size: 12px;
        min-height: 22px;
        font-weight: normal;
        margin-right: 24px;
        text-align: left;
        line-height: 24px;
        min-width: 32px;
        color: #7F766A;
    }

    .selectric .button {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        display: block;
        position: absolute;
        right: 0;
        width: 24px;
        text-align: center;
        font: 0;
        line-height: 24px;
        background: #D7D2CC;
        top: 0;
        bottom: 0;
        height: auto;
        color: #8B989F;
    }

        .selectric .button i.fa {
            font-size: 20px;
            line-height: 24px;
        }

.selectricHover .selectric {
    background: #CDC8C3;
}

    .selectricHover .selectric .button {
        color: #3E3426;
    }



    .selectricHover .selectric .button,
    .selectricOpen .selectric .button {
        background: #CDC8C3;
        color: #3E3426;
    }

.selectricOpen .selectric {
    background: #CDC8C3;
    z-index: 9999;
}


    .selectricOpen .selectric .label {
        color: #3E3426;
    }
/* Items box */

.selectricItems {
    display: none;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    background: #F9F9F9;
    border: 1px solid #CCC;
    z-index: 9998;
    -webkit-box-shadow: 0 0 10px -6px;
    -moz-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
}

    .selectricItems ul,
    .selectricItems li {
        list-style: none;
        padding: 0;
        margin: 0;
        min-height: 13px;
        line-height: 13px;
        font-size: 12px;
        text-align: left;
    }

    .selectricItems li {
        padding: 5px;
        cursor: pointer;
        display: block;
        border-bottom: 1px solid #EEE;
        color: #666;
        border-top: 1px solid #FFF;
    }

        .selectricItems li.selected {
            background: #EFEFEF;
            color: #444;
            border-top-color: #E0E0E0;
        }

        .selectricItems li:hover {
            background: #F0F0F0;
            color: #444;
        }

        .selectricItems li.disabled {
            background: #F4F3F1;
            color: #BBB;
            border-top-color: #FAFAFA;
            cursor: default;
        }

/**FI SELECTRIC**/
#navegador-passos {
    display: table;
    width: 100%;
    position: relative;
    margin: 15px 0 30px 0;
}

    #navegador-passos .row {
        display: table-row;
        margin: 0;
    }

        #navegador-passos .row > div {
            float: none;
            padding: 0;
            display: table-cell;
            text-align: center;
            position: relative;
        }

            #navegador-passos .row > div:before {
                top: 14px;
                bottom: 0;
                position: absolute;
                content: " ";
                height: 1px;
                background-color: #ccc;
                z-index: -1;
                left: 0;
                right: 50%;
            }

            #navegador-passos .row > div:after {
                top: 14px;
                bottom: 0;
                position: absolute;
                content: " ";
                height: 1px;
                background-color: #ccc;
                z-index: -1;
                left: 50%;
                right: 0;
            }

            #navegador-passos .row > div.active:before {
                background-color: #444444;
            }

            #navegador-passos .row > div.passed:before, #navegador-passos .row > div.passed:after {
                background-color: #444444;
            }

    #navegador-passos .btn-circle {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        cursor: default;
        opacity: 1 !important;
        color: #444444;
        background: #E7ECEF;
        outline: none;
    }

    #navegador-passos .active .btn-circle, #navegador-passos .passed .btn-circle {
        outline: none;
        color: #fff;
        background: #444444;
    }

    #navegador-passos p {
        font-family: LatoLight, LatoRegular, 'Lato', sans-serif;
    }

#pas1-compra, #pas2-compra {
    margin-bottom: 50px;
}

    #pas1-compra > div {
        padding: 0 40px;
    }

h2.pas1-titol {
    font-size: 20px;
    font-family: LatoLight, LatoRegular, 'Lato', sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
}

/*.registreUsr .titolsFormularis {
    font-size: 25px;
    font-family: LatoLight, LatoRegular, 'Lato', sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
}*/


#pas2-compra .titol, .registreUsr .titol, .zonaClient .titol, .titolRegistre {
    color: black;
    font-size: 18px;
    font-family: LatoBold, LatoRegular, 'Lato', sans-serif;
    padding-bottom: 5px;
    border-bottom: 1px solid #edeff0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.zonaClient .titol {
    font-size: 16px;
    font-family: LatoRegular, 'Lato', sans-serif;
}

#pas2-compra #dades-usuari + #dades-client, #pas2-compra #dades-enviament + #observacions {
    margin-top: 30px;
}

#pas3-compra .dadesUsuari {
    margin-bottom: 30px;
}

#pas3-compra #observacions-resum {
    margin-top: 80px;
}

/** BOTO BACKTOTOP **/
.cd-top {
    display: inline-block;
    height: 30px;
    width: 30px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #750617 url(../fonts/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border: none;
    border-radius: 50%;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        -o-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top:hover {
        background: #AFCB1F url(../fonts/cd-top-arrow.svg) no-repeat center 50%;
    }



    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

    .no-touch .cd-top:hover {
        background-color: #750617;
        opacity: 1;
    }

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 50px;
        width: 50px;
        right: 30px;
        bottom: 30px;
    }
}

/*FI BOTO BACKTOTOP **/

.datepicker .input-group {
    font-size: 0;
}

.datepicker input.form-control, .datepicker .input-group-addon {
    cursor: pointer;
}

.datepicker .input-group > a {
    display: none;
}

.picker__frame {
    top: 0;
    bottom: auto;
}

.picker--opened .picker__frame {
    top: 50%;
    bottom: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0;
}

#modal-validator-cistella .modal-body, #modal-delete-cistella .modal-body, #conditionsModalBody, #modal-product-added .modal-body {
    height: auto !important;
}

/*****FILTRES******/
#container-filtres {
    background: #f4f1ee;
    padding: 9px 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

    #container-filtres .selectricWrapper {
        margin: 0 0 0px;
    }

    #container-filtres .selectric {
        background: #ffffff;
    }

        #container-filtres .selectric .label {
            font-family: latolight;
        }

#taula-comandes td:empty {
    display: none;
}

.categories {
    background: #F4F1EE;
    padding-bottom: 15px;
}

    .categories .item-categoria {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border-bottom: 1px solid #E0DBD4;
        padding: 10px 0;
        margin: 0 25px;
        color: #272727;
    }

        .categories .item-categoria:hover, .categories .item-categoria:focus, .categories .item-categoria.active {
            color: #750617;
        }

        .categories .item-categoria:last-child {
            border: 0;
        }

#fast-buy{
    /*margin-top:10px;
    margin-bottom:10px;*/
}

.container-fast-buy{
    margin-bottom:30px;
}

/*MIDES ESPECIALS******************/
@media (min-width:1200px){
    .itemGrupProducte:nth-child(3n+4):not(.itemHome) {
        clear: both;
    }

    .itemGrupProducte.itemHome:nth-child(4n+5){
        clear: both;
    }
}

@media (min-width:1201px) and (max-width:1400px) {
    .capBanner, .capBanner .item, .capBanner .alone {
        height: 300px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .capBanner, .capBanner .item, .capBanner .alone {
        height: 225px;
    }

    .fitxaTwitter, .fitxaGoogle, .fitxaPin {
        margin-right: 6px;
    }

    /*.item-noticies .desc {
        min-height: 261px;
        max-height: 261px;
    }*/

    .item-noticies .desc h3 {
        margin-bottom: 5px;
    }

    .item-noticies .desc h2 {
        line-height: 24px;
        margin-bottom: 15px;
    }

    .gpi-navbar-nav > li > a {
        padding: 24px 20px 20px;
    }
}

@media (max-width:1200px) {
    .capBanner .carousel-caption, .capBaner .alone .carousel-caption {
        top: 55px;
    }

    .capBanner .alone .data h2, .capBanner .data h2 {
        font-size: 26px;
    }

    .capBanner .alone .data h3, .capBanner .data h3 {
        font-size: 42px;
    }

    .item_peuHome .titol {
        margin-left: 10px;
    }

    .dadesPeu .telfPeu {
        font-size: 22px;
    }

    .fitxa .descripcio h1 {
        font-size: 22px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #basket-lateral.affix {
        width: 374px;
        top: 20px;
    }

    #menu.affix {
        position: static !important;
        top: auto !important;
        width: auto;
    }

    #menu.affix-bottom {
        position: static !important;
        top: auto !important;
        width: auto;
    }

    #basket-lateral.affix, #basket-lateral.affix-bottom {
        position: static !important;
        top: auto !important;
        width: auto;
    }

    #basket-footer {
        max-width: 100%;
    }

    .selectBasketFooter {
        /*width: auto !important;*/
    }

        .selectBasketFooter select, .selectBasketFooter .selectric {
            max-width: 160px;
        }

    .selectricWrapper.form-control {
        max-width: 160px;
    }

    .item-basket td {
        white-space: nowrap;
    }

    figure.effect-grupProducte:hover p img {
        max-width: 45%;
    }

    .capBanner .carousel-caption-bottom, .capBanner .alone .carousel-caption-bottom, .capBanner .carousel-caption-top, .capBanner .alone .carousel-caption-top{
        margin-top:-170px;
    }
}


@media (min-width:768px) and (max-width:991px) {
    .gpi-contingut-news {
        margin-bottom: 20px;
        /*margin-top: 20px;*/
    }

    figure.effect-grupProducte:hover p img {
        max-width: 45%;
    }

    #footer {
        height: auto;
    }

    .llistat .itemLinial .stock {
        float: right;
        padding-top: 0px;
    }

    .gpi-navbar-nav > li > a {
        padding: 24px 14px 20px;
        font-size: 13px;
    }

    #menu_corp li {
        margin: 0px 6px;
    }

    .caixaBuscador {
        margin: 0 12px;
    }

    .capBanner .alone .data h2, .capBanner .data h2 {
        display: none;
    }

    .capBanner .alone .data h3, .capBanner .data h3 {
        display: none;
    }

    figure.efecte-recorda h2 {
        font-size: 20px;
    }

    .efecteLlistat figure.efecte-recorda figcaption {
        padding: 60px 15px;
    }

    .item_peuHome .titol {
        float: none;
        text-align: center;
        clear: both;
        line-height: 35px;
        margin-left: 0;
    }

    .gpi-picto-img-home {
        text-align: center;
    }

    .item_peuHome .gpi-picto-img-home i {
        float: none;
    }

    .item_peuHome img {
        float: none;
        margin: 0 auto;
        margin-bottom: 6px;
    }

    .dadesPeu .telfPeu {
        font-size: 20px;
    }

    .llistat .titol, .suggerencies .titol {
        font-size: 15px;
    }

    .suggerencies .pictoOferta, .suggerencies .pictoNovetat {
        top: 5px;
        left: 20px;
    }

        .suggerencies .pictoOferta img, .suggerencies .pictoNovetat img {
            width: 80%;
        }

    .titolSugg {
        font-size: 20px;
    }

    .clientRegistrat {
        margin-top: 30px;
    }

    #menu.affix {
        position: static !important;
        top: auto !important;
        width: auto;
    }

    #menu.affix-bottom {
        position: static !important;
        top: auto !important;
        width: auto;
    }

    #basket-lateral.affix, #basket-lateral.affix-bottom {
        position: static !important;
        top: auto !important;
        width: auto;
    }


    .llistat .item:nth-child(3n+4) {
        clear: none;
    }

    .llistat .item:nth-child(2n+3) {
        clear: both;
    }

    .titolMenuLat {
        font-size: 21px;
    }

    .capBanner, .capBanner .item, .capBanner .alone {
        height: 175px;
    }

    /*#basket-lateral.affix .titol {
            display: none !important;
        }*/

    .item-noticies .desc {
        padding: 15px 25px;
        /*min-height: 199px;
        max-height: 199px;*/
    }

        .item-noticies .desc h2 {
            font-size: 18px;
            margin-top: 10px;
            text-align: justify;
            margin-bottom: 10px;
        }

        .item-noticies .desc h3 {
            margin-bottom: 0px;
            font-size: 15px;
            line-height: 20px;
            margin-top: 5px;
        }

        .item-noticies .desc .btn {
            margin-top: 15px;
        }

    .containerIdiomes {
        margin-bottom: 18px;
    }

    .itemGrupProducte:nth-child(2n+3):not(.itemHome) {
        clear: both;
    }

    .itemGrupProducte.itemHome:nth-child(3n+4){
        clear: both;
    }
}

@media (max-width:767px) {

    .item-noticies {
        display: block;
    }

        .item-noticies .row {
            display: block;
            margin: 0 -15px;
        }

            .item-noticies .row > div {
                display: block;
                float: none;
                padding: 0 15px !important;
                margin-top: 0 !important;
            }

                .item-noticies .row > div:first-child {
                    background: none !important;
                }

                    .item-noticies .row > div:first-child a {
                        position: static;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        display: block;
                    }

                        .item-noticies .row > div:first-child a img {
                            display: block !important;
                        }

        .item-noticies .desc .fecha {
            text-align: center;
        }

        .item-noticies .desc h2 {
            font-size: 18px;
            margin-top: 10px;
            line-height: 26px;
            margin-bottom: 10px;
        }

        .item-noticies .desc h3 {
            margin-top: 0px;
        }

        .item-noticies .desc {
            background: #F4F3F1;
            padding: 25px 25px;
            /*min-height: 316px;
        max-height: 316px;*/
        }

            .item-noticies .desc .btn {
                margin-top: 20px;
                text-align: center;
                display: block;
                float: none;
            }

    #container-filtres #order-input {
        /*margin: 15px 0;*/
    }

    #dades-enviament-resum, #observacions-resum {
        margin-top: 25px;
    }

    #basket-table .titol {
        float: none;
        text-align: center;
    }

    #basket-lateral.affix, #basket-lateral.affix-bottom {
        position: static !important;
        top: auto !important;
        width: auto;
    }

    #basket-lateral .titol, #basket-table .titol {
        font-size: 16px;
    }

    .gpi-navbar-nav > li:hover > a, .gpi-navbar-nav > li.open > a, .gpi-navbar-nav > li > a.sel {
        color: #750617 !important;
        background: transparent !important;
        border-bottom: 4px solid transparent;
    }

    .fitxa .descripcio h1, .fitxa .descripcio h2 {
        text-align: left;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: transparent;
        border-color: transparent;
    }

    .gpi-columna ul {
        padding-left: 30px;
    }

    .gpi-columna li {
        border-bottom: 0px solid #f0e6d8;
    }

        .gpi-columna li:hover {
            background: transparent;
        }

        .gpi-columna li a {
            color: #6E6851;
        }

            .gpi-columna li a:hover {
                color: #750617;
            }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #6E6851;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #750617;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu .nivell-3 > li > a {
        color: #272727;
        font-size: 12px;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu .nivell-3 > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu .nivell-3 > li > a:focus {
            color: #750617;
        }

    .llistat .item:nth-child(3n+4) {
        clear: none;
    }

    .llistat .item:nth-child(2n+3) {
        clear: both;
    }

    .llistat .itemLinial .stock {
        float: left;
        padding-top: 8px;
    }

    h1.titolContingut {
        margin-top: 20px;
    }

    .wrap {
        height: auto;
        margin: 0 auto -120px;
        min-height: 100%;
        padding: 0 0 120px;
    }

    ul#menuSecundari li {
        line-height: 20px;
        float: none;
    }

        ul#menuSecundari li a {
            border: 0px;
        }

    #footer {
        height: auto;
        position: relative;
        /*padding-bottom: 70px;*/
    }

    #idiomes li {
        float: left;
        padding: 0px 3px;
        font-size: 11px;
    }

    .item-noticies .desc h3 {
        margin-top: 10px;
    }

    .gpi-navbar-inverse .gpi-navbar-nav > li:hover > ul.gpi-dropdown-menu {
        display: none;
    }

    .gpi-navbar-inverse .gpi-navbar-nav > li.open > ul.gpi-dropdown-menu {
        display: block;
    }


    .credits {
        margin-top: 15px;
    }

    .gpi-navbar {
        border: 0px;
    }

    #cercador {
        margin-bottom: 30px;
    }

    .capBanner, .capBanner .item, .capBanner .alone {
        height: 110px;
    }

    .containerIdiomes {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .caixaIdiomes {
        float: none;
        display: inline-block;
    }

    #search-box {
        width: 87%;
    }

    .caixaBuscador {
        float: none;
        clear: both !important;
        display: block;
        margin-left: 0;
    }

    .logo {
        margin-bottom: 5px;
    }

    #headerMenu {
        background: transparent;
    }

    .botonCuenta {
        margin-right: 15px;
        padding-right: 15px;
    }

    .containerCesta {
        display: inline-block;
    }

    h1, h2 {
        text-align: center;
    }

    figure.efecte-recorda {
        margin-bottom: 15px;
    }

    .blocCredits {
        margin-top: 20px;
    }

    .gpi-navbar-nav > li > a {
        padding: 8px 20px 8px;
    }

    ul#menuSecundari {
        margin-top: 15px;
    }

    .creditsWebnet {
        display: inline-block;
    }

    #basket-lateral.affix, #basket-lateral.affix-bottom {
        position: static !important;
        top: auto;
        width: auto;
    }


    #basket-table table, #basket-table table tbody {
        display: block;
    }

    #basket-table .item-basket {
        display: block;
    }

        #basket-table .item-basket > td {
            display: block;
            width: auto !important;
        }

            #basket-table .item-basket > td:first-child {
                width: auto !important;
                float: left;
                display: inline-block;
                margin-right: 10px;
                border-top: 0;
            }

                #basket-table .item-basket > td:first-child img {
                    width: 150px !important;
                }

            #basket-table .item-basket > td span.visible-xs {
                display: inline-block !important;
                padding: 0 5px;
            }

            #basket-table .item-basket > td:nth-child(n+3) {
                border-top: 0;
                text-align: left !important;
                padding-top: 2px;
                padding-bottom: 2px;
            }

            #basket-table .item-basket > td[data-title]:before {
                content: attr(data-title) ": ";
                font-weight: bold;
                display: inline-block;
                padding-right: 5px;
            }


        #basket-table .item-basket:before, #basket-table .item-basket:after {
            display: table;
            content: "";
            clear: both;
        }

    #basket-footer td {
        display: block;
        width: auto !important;
    }

        #basket-footer td[data-title]:before {
            content: attr(data-title) ": ";
            font-weight: bold;
            display: inline-block;
            padding-right: 5px;
        }

        #basket-footer td:empty {
            display: none !important;
        }

        #basket-footer td:last-child {
            border-top: 0 !important;
        }

    #basket-footer tr:last-child td:last-child {
        border-top: 1px solid #ddd !important;
        font-size: 24px;
    }

    .modal-dialog {
        position: absolute;
        left: auto !important;
        top: auto !important;
        margin: 10px !important;
        width: 100%;
        padding-right: 20px;
    }

    #modal-product-added .modal-dialog .modal-content .modal-body .nom-producte-modal {
        font-family: LatoBold, 'Lato', sans-serif;
        text-align: left;
    }

    #modal-product-added .modal-footer .btn {
        font-size: 13px;
    }

    #modal-product-added .modal-footer .btn-default {
        margin-bottom: 10px;
        float: left;
    }

    #modal-product-added .modal-footer .btn-primary {
        float: left;
    }

    #modal-product-added .modal-footer .btn + .btn {
        margin-left: 0px;
    }

    #show-results-searcher {
        width: 100%;
    }

    #menu_corp {
        float: none !important;
        text-align: center;
        margin-top: 15px;
    }

        #menu_corp li {
            float: none;
            display: inline-block;
        }

    .col-xs-12 + .col-xs-12 {
        margin-top: 30px;
    }

    .gpi-contingut table {
        table-layout: fixed;
    }

        .gpi-contingut table tr td {
            display: block;
            width: 100% !important;
            padding-bottom: 20px;
        }

            .gpi-contingut table tr td img {
                display: block;
                text-align: center !important;
                margin: 0 auto !important;
                max-width: 100%;
                width: auto;
                height: auto;
            }

        .gpi-contingut table.nocode tr td {
            display: table-cell;
            padding-bottom: 0;
        }

    .capBanner .alone .data, .capBanner .data {
        display: none;
    }

    figure.efecte-destacat {
        margin-bottom: 0;
    }

    h2.recuerda {
        margin-top: 20px;
    }

    figure.efecte-recorda h2 {
        font-size: 20px;
    }

    .efecteLlistat figure.efecte-recorda figcaption {
        padding: 60px 15px;
    }

    .titolFooter, .dadesPeu {
        text-align: center;
    }

    .menu_peu.menu_productes li {
        float: none;
        width: 100%;
        text-align: center;
    }

    .menu_peu li a {
        text-align: center;
        display: block;
    }
}
