/*#####################################*/
/*#               FONTS               #*/
/*#####################################*/

@font-face {
    font-family: 'Font1';
    src: url(../_fonts/Nunito-Bold.eot);
    src: url(../_fonts/Nunito-Bold.eot?#iefix) format('embedded-opentype'),
        url(../_fonts/Nunito-Bold.woff) format('woff'),
        url(../_fonts/Nunito-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Font2';
    src: url(../_fonts/Nunito-Regular.eot);
    src: url(../_fonts/Nunito-Regular.eot?#iefix) format('embedded-opentype'),
        url(../_fonts/Nunito-Regular.woff) format('woff'),
        url(../_fonts/Nunito-Regular.ttf) format('truetype');
}

/*#####################################*/
/*#              GENERAL              #*/
/*#####################################*/

* {
    margin: 0px;
    font-family: 'Font2', Arial, Helvetica, sans-serif;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    min-width:320px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    body, body main{
        min-height:auto!important;
        min-width:320px;
        width:100%;
    }
    body{
        padding-top:57px;
    }
}

body a {
    outline: none;
}

body .content_container {
    display: block;
    margin: auto;
    padding: 0px 20px;
    width: 100%;
    max-width: 1340px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    body .content_container{
        float:left;
        padding:0px;
    }   
    .fixed .content_container{
        height:65px;
    }
}

body .content_filters {
    display: block;
    margin: auto;
    max-width: 1340px;
    padding:0px calc(1% + 15px);
    width: 100%;
    height: 70px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    body .content_filters {
        padding:0px calc(1% + 15px);
    }
}

body .__afpc_main_container {
    display: block;
    float: left;
    position: relative;
    background-color: #DFE1EE;
    background-image: none;
    color: #3f92b6;
    font-size: 13px;
    line-height: 20px;
    padding: 24px 20px 24px 65px;
    width: 100%;
}

body .__afpc_main_container:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -12px;
    border-radius: 50%;
    background-color: #3f92b6;
    color: #DFE1EE;
    font-family: Times New Roman;
    font-size: 22px;
    text-align: center;
    content: 'i';
    line-height: 25px;
    width: 25px;
}

body .__afpc_main_container .__afpc_policy_link {
    color: inherit;
}

body .popup_cookies {
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: #4a4545;
    padding: 0px 8%;
    width: 100%;
    min-width: 980px;
    z-index: 200;
}

.popup_cookies p {
    display: block;
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAbCAYAAACJISRoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQ2QTEzOEZCNkIyMzExRTQ5QjA1QTRDRkE4MzhFQ0JEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQ2QTEzOEZDNkIyMzExRTQ5QjA1QTRDRkE4MzhFQ0JEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDZBMTM4Rjk2QjIzMTFFNDlCMDVBNENGQTgzOEVDQkQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDZBMTM4RkE2QjIzMTFFNDlCMDVBNENGQTgzOEVDQkQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5LR6BjAAADTklEQVR42pRWXUhUQRQ+M5lbpGUaZBQoUUgsGhT0h5UvghBGQmZP9hg+Vc899yiUL9GbBULRSxSCJIQRoUYRYj8iS6hka6xJhBm7a3v7Zu7ccWbu3KwDs2d27jnnO3/3zGX0F3pw71YqCIJz2J7FOsIYqwcvw9kq+Az+v8L+MSd6dOHS1XySHeY7vH/35gawHqzrWLVSkDGCQYsbtIB1A+t2V/eV3+uCwPs9MPIQ22MJBi1ygMdw1Amgz4kgiGAf2AiEd/u8FnutaJzZTpTmiXgLgDIxEADshPA4tnWmschgPp+n4WdjVF6+kU43H6ZUKqVBI2cM8FmAHe3qvvZV/OGGrX4I1pleCs5YIA3MzmVpMfedvszn5N5VDmU1GBxl/dEzrupwHqwtErJTwOW+pnobBepoV+0OKVNy0uZQm7JLDGmCHJtEeGnTtwiIKWOClpd/Sl5ZWaGeC4eYFY1ZS9B77BvLsDmBgzRjPFZY+V8AqbOKii0amGQEYgWWY45+WtgXIB1mDVSHSAMRUKFQoG9LqEd2keZms3Tq5CGqqdludZXIQWCk26COMgg2xz1gZHbldGaOJt9NU7GwSkI0tSmlUkWSC4hA6we6JRRgM8dPgx1FvCUb0/up/UyLUehAORLySDbk3G2eBo5NlZlPT7gyfZWoB491EVeek3cyKNkqrrsIiztvs+tdGIk7KHhM3n7PQrsrOgp16JtLUXFLnrFip4vcUbQi9DLmSygFnHHBDHCVHS1jeuymWIFmBMi4a6hkjYvAUFPpEs4wFovAjlCnbFyADCaMBZ3zKMKw8Gup5J4onEEpaFDIDeFgwfXEfDFFNGtNEf7I9jWiSUidsDvEL+LaRH573WjWCspl6PMLOf0sm81h9Bd1XfxtL6kX90qeq67qA/pU0k345u0Hejo8KlMl1suxCRp58TrWjQ5NYfW5l9ZBsFEobXZb1zNdY23s0C88O44oJqx7B2kTB51YxfUAzLx7alJU9/yEdWkZQKLTWqGYc4vpU/CkVui1KjteHUnw4DlYE9aAdVlEUbHAaWkpIn4G8LxJ6a//3WXU6QDYZSi3w9hezwD8hLMn4Hfg/cf/+rhL+JqsBquHwa0w/AN8BoaX/kX3jwADADJoHdyC0FyUAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: left center;
    color: #a9a28f;
    font-size: 14px;
    padding: 15px 0px 15px 35px;
    width: 100%;
}

.popup_cookies a {
    color: #fafafa;
}

body .product_added {
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: #26358C;
    width: 37px;
    height: 37px;
    z-index: 1000;
    -webkit-transition: top 800ms, left 800ms, width 1600ms, height 1600ms, opacity 1s;
    transition: top 800ms, left 800ms, width 1600ms, height 1600ms, opacity 1s;
}

body input[type="text"],
body input[type="password"] {
    -webkit-appearance: none;
}

/*#####################################*/
/*#              HEADER               #*/
/*#####################################*/

body header {
    display: block;
    float: left;
    position: relative;
    top: -125px;
    margin-top: 125px;
    margin-bottom: -278px;
    /*
    background-color: #26358C;
    background-color: rgba(8,45,76,0.85);
    */
    background-color: #ffff;
    width: 100%;
    min-width: 960px;
    z-index: 3;
    height:70px;
    -webkit-box-shadow: 0px 12px 31px -10px #e1e1e1; 
    box-shadow: 0px 12px 31px -10px #e1e1e1;
}
@media( min-width: 1024px ){
    body header {
        margin-bottom: -204px;
    }
}
@media only screen and (max-width: 960px)  { /**#960px*/
    body header{
        min-width:320px;
        top:0px;
        margin-top:0px;
        height: 57px;
        position: fixed;
    }
}

body header.fixed {
    float: none;
    position: fixed;
    top: 0px;
    margin-top: 0px;
    background-color: #fff;
    -webkit-transition: top 600ms ease-in;
    transition: top 600ms ease-in;
    height:55px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    body header.fixed{
        background-color:#fff;
        height:57px;
    }

    header.fixed .search {
        width:100%;
        padding:2%;
        display:none!important;
    }
}

header .logo {
    display: block;
    float: left;
    position: relative;
    margin-left: -6px;
    outline: none;
    width: 124px;
    height: 78px;
    z-index: 2;
}
@media( min-width: 1042px ){
    header .logo {
        margin-left: -10px;
        width: 200px;
    }
}
@media only screen and (max-width: 960px)  { /**#960px*/
    header .logo{
        width: 43%;
        height: 57px;
    }
}

header.fixed .logo {
    margin-left: -6px;
    width:33%;
    max-width: 148px;
    height: 54px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    header.fixed .logo{
/*        width: 43%;
        height: 73px;
        max-width: 112px;
        top: -16px;
        left: -3px;
        overflow: hidden;*/
        width: 43%;
        height: 57px;
        display: block;
float: left;
position: relative;
margin-left: -6px;
outline: none;

z-index: 2;
    }
}
.logo img {
    display: block;
    float: left;
    border: none;
    width: 100%;
}

header .other_brands{
    display: block;
    float: left;
    margin-top: 24px;
    color: #1a78a6;
    font-family: 'Font1';
    font-size: 15px;
    text-decoration: underline;
    line-height: 16px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    header .other_brands{
        display:none; 
    }
}

header.fixed .other_brands{
    margin-top:17px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    header.fixed .other_brands{
        display:none
    }
}

.logo img {
    display: block;
    float: left;
    border: none;
    width: 100%;
    max-width: 130px;
}

header.fixed .logo img {
    max-width: 100px;
}

@media only screen and (max-width: 960px)  { /**#960px*/
    .logo img {
        height:100%;
        width:auto;
    }
    
    header.fixed .logo img {
        height:100%;
        width:auto;        
        max-width: 130px;
    }
}



header.fixed .cart_button {
    margin-top: 7px;
}

header .cart_button {
display: block;
    float: right;
    margin-top: 14px;
    border-radius: 18px;
    background-color: #fafafa;
    background-image: url(../_img/sprite-interface.png?v=103);
    background-repeat: no-repeat;
    background-position: -35px 8px;
    color: #1a78a6;
    font-family: 'Font1';
    font-size: 19px;
    text-decoration: none;
    outline: none;
    line-height: 40px;
    padding-left: 50px;
    padding-right: 20px;
    height: 40px;
    transition: background-color 250ms, color 250ms;
}
@media only screen and (max-width: 1100px)  {
    header .cart_button {
        font-size: 14px;
        padding-left: 45px;
    }
}
@media only screen and (max-width: 960px)  { /**#960px*/
    header .cart_button{
        margin: 10px 0px 0px 0px;
        width: 130px;
        margin-right: 10px;
        float: right;
        background-image: url(../_img/sprite-interface.png?v=103);
        background-position: -24px 9px;
        padding-left: 35px;
        content: "0,00";
        line-height: 5px;
        font-size: 14px;
        background-size: 55px;
        height: 35px;
        text-align: center;
        padding-right: 10px;
    }
    .transfer header .cart_button{
        background-size:inherit;
    }
    header .cart_button:before{
        content: "0,00€";
        position: absolute;
        right: 60px;
        top: 16px;
        width: 20px;
        height: 10px;
    }
    header.fixed .cart_button, header.fixed .cart_button.full,  header .cart_button.full{
        line-height:35px;
    }
    header .cart_button.full:before{
        display:none;
    }
    header.fixed .cart_button:before{
        top:0px;
    }
}

.transfer header .cart_button {
    background-image: url(../_img/sprite-promo-transfer.png?v=103);
    background-position: 17px 9px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .transfer header .cart_button {
        background-position: 7px 8px;
    }
    .transfer header .cart_button:before{
        content:"0";
        right: 40px;
        top: 15px;
    }
    .transfer header.fixed .cart_button:before{
        top:0px;
    }
}
header .cart_button.full {
    background-position: -41px -36px;
}
.transfer header .cart_button.full {
    background-position: 8px -27px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
.transfer header .cart_button.full {
    padding-right: 0px;
}
}
header.fixed .cart_button {
    margin-top: 7px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    header .cart_button.full {
        background-position: -28px -22px;
    }
    header.fixed .cart_button {
        margin-top:10px;
    }
}

header .cart_button:hover, header .cart_button:active {
    background-color: #ebebeb;
    color: #1a78a6;
}

header .cart_button.full:after {
    display: inline;
    color: inherit;
    font-family: inherit;
    font-size: 18px;
    content: '€';
}
.transfer header .cart_button.full:after {
    display: none;
}
@media only screen and (max-width: 1100px)  {
    header .cart_button.full:after {
        font-size:14px;
    }
}
@media only screen and (max-width: 960px)  { /**#960px*/
    header .cart_button.full:after {
        font-size:14px;
    }
}

header nav {
    float: right;
    margin-right: 30px;
}
.nav-general{
    display:none;
}
.display_mobile{
    display:none!important;
}

@media only screen and (max-width: 960px)  { /**#960px*/
    nav{
        display:none;
        width: 100%;
        margin-right: 0px!important;
        margin-right: 30px;
        position: absolute;
        z-index: 1;
        background: #fff;
        min-height: 100vh;
    }
    .nav-general{
        display:none;
        z-index:10;
        position: absolute;
    }
    .nav-general.open{
        display:block;
    }
    .nav-general a{
        padding:13px 0px;
        margin-bottom:0px;
        display: block;
        color: #1a78a6;
        margin-top: 0px;
    }
    .display_mobile{
        display:block!important;
        position: relative;
    }
    .nav-general a.logout{
        background-color: #1a78a6;
        color: #fff;
        border-radius: 60px;
        width: 180px;
        padding: 5px;
        padding-left: 5px!important;
        margin: 0 auto;
        display: block;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 13px;
    }
}


header.fixed nav {
    display: none;
}

.fixed .display {
    display: block;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .fixed .display {
        display: none;
    }
}

header .display {
    display: none;
}

header .display a{
    display: block;
    float: left;
    bottom: 0px;
    top: 18px;
    margin-top: -3px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    line-height: 25px;
    transition: margin-bottom 0s 250ms, color 250ms, padding-bottom 0s 250ms;
    border-bottom: none;
}

@media only screen and (max-width: 960px)  { /**#960px*/
    header.fixed nav {
        display: none;
    }
    header nav > a + a{
        margin-left:0px;
    }
    header nav > span{
        display:none
    }
    header.fixed nav{
        display:none
    }
}

header nav > a.open,
header .display a:hover, 
header nav > a.open,
header .display a:active{
    border-bottom:none
}


.display .catalog_container{
    top:54px;
}


header nav > a,
header nav .user_content > a {
    display: block;
    float: left;
    bottom: 0px;
    top: 0px;
    margin-top:22px;
    color: #1a78a6;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    line-height: 25px;
    transition: margin-bottom 0s 250ms, color 250ms, padding-bottom 0s 250ms;
}
@media only screen and (max-width: 1100px)  {
    header nav > a,
    header nav .user_content > a {
        font-size:14px;
    }
}
@media only screen and (max-width: 960px)  { /**#960px*/
    header nav > a,
    header nav .user_content > a {
        border-bottom:0px;
    }
}
.logout nav > a,
.logout nav .user_content > a {
    margin-top:47px;
}
header nav a.toggle {
    position: relative;
    padding-right: 10px;
}
header .nav-fixed a.toggle{
    margin-top:14px;
    padding-bottom: 16px;
}
header nav a.user.toggle {
    padding-right: 15px;
}
header nav .user_content > a {
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
}
header nav > a + a,
header nav > a + div + a {
    margin-left: 20px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    header nav > a + a{
        margin-left:0px;
    }
}

.other_brands_mobile{
    display:none;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .other_brands_mobile{
        display:block;
    }
}


header nav > a:hover,
header nav > a:active,
header nav > a.open,
header nav .user_content:hover > a,
header nav .user_content:active > a,
header nav .user_content > a.open {
    color: #005B8B;
}

@media only screen and (max-width: 960px)  { /**#960px*/
    header nav > a:hover,
    header nav > a:active,
    header nav > a.open,
    header nav .user_content:hover > a,
    header nav .user_content:active > a,
    header nav .user_content > a.open{
        border-bottom:none;
    }
}

.navpromo{
    margin-top:48px
}

header nav > a.open,
header nav .user_content > a.open {
    padding-bottom: 25px;
    transition: color 250ms;
    border-bottom: 0px;
}
header nav > a.board_icon {
    position: relative;
    padding-left: 28px;
}
@media only screen and (max-width: 1100px)  {
    header nav > a.board_icon {
        position: relative;
        padding-left: 0px;
    }
}

header nav > a.board_icon:before {
    display: block;
    position: absolute;
    top: 13px;
    left: 0px;
    margin-top: -9px;
    background-image: url(../_img/board-icon.png?v=103);
    background-repeat: no-repeat;
    background-position: left top;
    content: '';
    width: 18px;
    height: 18px;
    -webkit-transition: background-position 0s 125ms;
    transition: background-position 0s 125ms;
}
header nav > a.board_icon:hover:before, header nav > a.board_icon:active:before {
    background-position: right top;
}

@media only screen and (max-width: 1324px)  { /**#1324px*/
    header nav > a.board_icon:before {
        display:none;
    }
    header nav > a.board_icon {
        padding-left:0px;
        margin-left:0px;
    }
    header .other_brands{
        font-size:11px;
        padding:4px;
    }
}

@media only screen and (max-width: 960px)  { /**#960px*/
    header nav > a.board_icon:before{
        display:none;
    }
    .user_content .user{
        width:100%;
        max-width:none;
    }
}

header nav a.toggle:before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: '';
    -webkit-transition: border-color 250ms;
    transition: border-color 250ms;
}
header nav a.toggle.open:before {
    border-bottom: 8px solid #26358C;
}

header nav a.toggle:after {
    display: block;
    float: right;
    margin-top: 10px;
    margin-right: -15px;
    background-image: url(../_img/sprite-interface.png?v=103);
    background-repeat: no-repeat;
    background-position: left -40px;
    content: '';
    width: 11px;
    height: 9px;
    -webkit-transition: background-position 0s 125ms;
    transition: background-position 0s 125ms;
}
header nav a.toggle:hover:after,
header nav a.toggle:active:after,
header nav a.toggle.open:after,
header nav .user_content:hover a.toggle:after,
header nav .user_content:active a.toggle:after{
    background-position: -14px -40px;
}

@media only screen and (max-width: 960px)  { /**#960px*/
    header nav a.toggle:before, header nav a.toggle:after {
        display:none;
    }
}

header nav a.user span {
    display: inline-block;
    margin: 0px 8px -2px 0px;
    background-image: url(../_img/sprite-interface.png?v=103);
    background-repeat: no-repeat;
    background-position: left -6px;
    content: '';
    width: 14px;
    height: 16px;
    -webkit-transition: background-position 0s 125ms;
    transition: background-position 0s 125ms;
}
header nav .user_content:hover a.user span,
header nav .user_content:active a.user span,
header nav .user_content a.user.open span {
    background-position: -17px -6px;
}

header nav > span {
    display: block;
    float: left;
    margin: 21px 10px 0px 12px;
    background-color: #fff;
    width: 1px;
    height: 28px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    header nav > span{
        display:none!important;
    }
}

nav .user_content {
    display: inline-block;
    margin-bottom: -4px;
    padding-bottom: 0px;
}

nav .ask_us{
    display: block;
    float: left;
    text-transform: capitalize;
    color: #26358C;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    margin-right:20px;
    text-align: center;
}

nav .ask_us span{
    display:block;
    font-size:16px;
    color:#1a78a6;
}

nav .ask_us span.horary {
    font-size: 10px;
    text-transform: none;
    color:#26358C;
}

.user_content .menu_container {
    display: block;
    position: absolute;
    top: 78px;
    left: 50%;
    margin-left: -120px;
    background-color: #26358C;
    width: 240px;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}
.user_content:hover .menu_container,
.user_content:active .menu_container{
    padding: 5px 20px;
    height: auto;
    overflow: visible;
    opacity: 1;
}

.menu_container li {
    display: block;
    float: left;
    padding: 4px 0px;
    width: 100%;
}
.menu_container li.last_session {
    margin: 13px -20px 0px;
    background-color: #7fd2f6;
    color: #3f92b6;
    font-size: 12px;
    padding: 10px 5px 10px 35px;
    box-sizing: content-box;
}

.menu_container a {
    display: block;
    float: left;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    line-height: 24px;
    width: 100%;
}

.menu_container a span {
    margin-left: 8px;
    color: inherit;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
}
.menu_container a:hover span,
.menu_container a:active span{
    text-decoration: underline;
}

.user_content .menu_container:before {
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #26358C;
    content: '';
}

nav .catalog_container {
    display: none;
    position: absolute;
    top: 70px;
    left: 0px;
    background-color: #26358C;
    padding: 33px 10px 95px !important;
    width: 100% !important;
    height: 1080px !important;
    z-index: 1;
}
nav .catalog_container.open {
    display:block;
}

.catalog_container .content_container {
    max-width: 1340px;
}

.content_container .close {
    display: block;
    position: relative;
    float: right;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    top: 0px;
    right: 20px;
    z-index: 999;
    
}
.content_container .close:hover,
.content_container .close:active{
    background-color: #005B8B;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .content_container .close {
        width: 28px;
        height: 28px;
        padding:0px;
        top: 0px;
        right: 0px;
    }
    .content_container .open .close{
        display:block;
    }
    .close.close_mobile{
        top: 20px;
        right: 20px;
    }
}

.content_container .close:before,
.content_container .close:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
    border: 1px solid #fff;
    background-color: #fff;
    content: '';
    width: 14px;
    box-sizing: border-box;
    -webkit-transition: border-color 250ms, background-color 250ms;
    transition: border-color 250ms, background-color 250ms;
}

@media only screen and (max-width: 960px)  { /**#960px*/
    .content_container .nav-general .close:before,
    .content_container .nav-general .close:after{
        background-color:#26358C;
        border-color:#26358C;
    }
    .content_container .nav-general .close{
        border-color:#26358C;
        position:absolute;
        right:20px;
        top:20px;
        padding: inherit;
    }
}

.content_container .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.content_container .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.content_container .close:hover:before,
.content_container .close:hover:after,
.content_container .close:active:before,
.content_container .close:active:after {
    border-color: #fff;
    background-color: #fff;
}

.catalog_container .categories {
    display: block;
    float: left;
    margin-top: 30px;
    width: 100%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .catalog_container .categories {
        margin-top:15px;
    }
}

/* ------------------ minimum-assortment Start ------------------ */

.categories.minimum-assortment li {
    display: block;
    float: left;
    width: 100%;
}
.categories.minimum-assortment li + li {
    margin-left: 1.3461%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .categories.minimum-assortment li {
        width: 100%;
    }
    .categories.minimum-assortment li + li {
        margin-left: 0px;
    }
}

.categories.minimum-assortment a {
    background-color: #dc9a2f;
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    width: 100%;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-family: 'Font1';
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

/* ------------------ minimum-assortment End ------------------ */


.categories li {
    display: block;
    float: left;
    width: 18.9231%;
}
.categories li + li {
    margin-left: 1.3461%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .categories li {
        width: 100%;
    }
    .categories li + li {
        margin-left: 0px;
    }
}

.categories a {
    
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    width: 100%;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-family: 'Font1';
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.categories .milk {
    background-color: #FF6D65;
}
.categories .milk:hover {
    background-color: #ff7973;
}
.categories .categories_sub_milk {
    background-color: #ff9a94;
}
.categories .categories_sub_milk:hover {
    background-color: #f3928c;
}

.categories .cereals {
    background-color: #FFBB4C;
}
.categories .cereals:hover {
    background-color: #ffc566;
}
.categories .categories_sub_cereals {
    background-color: #ecce9c;
}
.categories .categories_sub_cereals:hover {
    background-color: #E2C38C;
}

.categories .fruits {
    background-color: #C0CC28;
}
.categories .fruits:hover {
    background-color: #c4cc66;
}
.categories .categories_sub_fruits {
    background-color: #d2d881;
}
.categories .categories_sub_fruits:hover {
    background-color: #c4ca76;
}

.categories .dinners {
    background-color: #C268CC;
}
.categories .dinners:hover {
    background-color: #c479cc;
}
.categories .categories_sub_dinners {
    background-color: #dd89e6;
}
.categories .categories_sub_dinners:hover {
    background-color: #cd7bd6;
}

.categories .dairy {
    background-color: #6289ad;
}
.categories .categories_sub_dairy:hover {
    background-color: #7295b6;
}
.categories .categories_sub_dairy {
    background-color: #7ea9d2;
}
.categories .categories_sub_dairy:hover {
    background-color: #759ec5;
}

.categories .care {
    background-color: #6289ad;
}
.categories .categories_sub_care:hover {
    background-color: #7295b6;
}
.categories .categories_sub_care {
    background-color: #7ea9d2;
}
.categories .categories_sub_care:hover {
    background-color: #759ec5;
}

.categories .pures {
    background-color: #C0CC28;
}
.categories .pures:hover {
    background-color: #c4cc66;
}
.categories .categories_sub_pures {
    background-color: #d2d881;
}
.categories .categories_sub_pures:hover {
    background-color: #c4ca76;
}

.categories .snacks {
    background-color: #C268CC;
}
.categories .snacks:hover {
    background-color: #c479cc;
}
.categories .categories_sub_snacks {
    background-color: #dd89e6;
}
.categories .categories_sub_snacks:hover {
    background-color: #cd7bd6;
}

.categories .other {
    background-color: #58a973;
}
.categories .other:hover {
    background-color: #71c394;
}
.categories .categories_sub_other {
    background-color: #88d3a8;
}
.categories .categories_sub_other:hover {
    background-color: #71c394;
}

.categories a img {
    display: block;
    float: left;
    border: none;
    width: 100%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .categories a img {
        display:none;
    }
}

.categories a span {
    display: block;
    font-family: 'Font1';
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .categories a span {
        bottom:6px;
    }
}

.categories a:after {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0px solid #26358C;
    content: '';
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-transition: border-width 250ms;
    transition: border-width 250ms;
}

.categories a:hover:after,
.categories a:active:after{
    border-width: 5px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .categories a:hover:after {
        border-width: 0px;
    }
}


.catalog_container .title {
    display: block;
    float: left;
    margin-top: 60px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 23px;
    line-height: 34px;
    width: 100%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .catalog_container .title {
        display:none;
    }
}

.catalog_container .brands {
    display: block;
    float: left;
    margin-top: 10px;
    width: 100%;
}

.brands li {
    display: block;
    float: left;
    margin-top: 13px;
    width: 25%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .brands li{
        display: block;
        float: left;
        margin-top: 0px;
        width: 50%;
    }
}

.brands a {
    display: block;
    float: left;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .brands a {
        padding:10px 0px;
    }
}

.brands a span {
    margin-left: 8px;
    color: inherit;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
}
.brands a:hover span,
.brands a:active span{
    text-decoration: underline;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .brands a span {
        font-size:15px;
    }
}

.catalog_container .user_options {
    display: block;
    float: left;
    margin-top: 30px;
    width: 100%;
}

.user_options li {
    display: block;
    margin: auto;
    width: 260px;
}
.user_options li.last_session {
    width: 420px;
}

.user_options li .option {
    display: block;
    float: left;
    margin: 15px 0px;
    color: #fff;
    font-family: 'Font1';
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    transition: color 250ms;
}
.user_options li .option:hover,
.user_options li .option:active{
    color: #bbb8bf;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .user_options li .option {
        font-size:16px;
        padding:10px 0px;
        margin:0px;
    }
}

.user_options li.last_session p {
    display: block;
    float: left;
    margin-top: 40px;
    border-top: 1px solid #fff;
    background-image: url(../_img/sprite-interface.png?v=103);
    background-repeat: no-repeat;
    background-position: 48px -228px;
    color: #fff;
    font-size: 17px;
    padding: 40px 0px 0px 115px;
    width: 100%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .user_options li.last_session p{
        padding:50px 30px 0px 30px;
        background:none;
    }
    .user_options li.last_session p::before{
        background-image: url(../_img/sprite-interface.png?v=103);
        background-repeat: no-repeat;
        background-position: 1px -272px;
        content: "";
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
        width: 50px;
        height: 61px;
        margin-bottom: 20px;
    }
    .user_options li.last_session{
        width:100%;
    }
    .user_options li.last_session p a{
        margin: 0 auto;
        margin-top: 22px;
    }
}

.user_options li.last_session a {
    display: block;
    color: #fff;
    font-size: inherit;
    text-decoration: underline;
    width: 40px;
}
.user_options li.last_session a:hover,
.user_options li.last_session a:active{
   font-family: 'Font1';
}

header .search {
    display: none;
}
header.fixed .search {
    display: block;
    margin: auto;
    width: 480px;
}
@media only screen and (max-width: 1324px)  { /**#1324px*/
    header.fixed .search {
        width:332px;
    }
}
@media only screen and (max-width: 1123px)  {
    header.fixed .search {
        display:none;
    }
}

.search label {
    display: block;
    float: left;
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 4px;
    background-color: #fff;
    padding: 4px 4px 4px 36px;
    width: 100%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .search label {
        padding: 0px;
        background-color:transparent;
    }
}

.search input {
    display: block;
    float: left;
    margin: 0px 5px;
    border: none;
    color: #666666;
    font-size: 16px;
    padding: 0px;
    line-height: 22px;
    /*width: 349px;*/
    width: 302px;
    height: 22px;
    -webkit-transition: color 250ms;
    transition: color 250ms;
}
@media only screen and (max-width: 1324px)  { /**#1324px*/
    .search input {
        width:200px;
    }
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .search input {
        width: 200px;
        padding-top: 2px;
    }
}

.search .results_container {
    display: block;
    position: absolute;
    top: 26px;
    left: -1px;
    right: -1px;
    border-left: 1px solid #26358C;
    border-right: 1px solid #26358C;
    border-bottom: 1px solid #26358C;
    border-radius: 0px 0px 4px 4px;
    background-color: #fff;
    padding: 4px 4px 0px;
    z-index: 1;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .search .results_container {
        display: none;
    }
}

.results_container .results {
    display: block;
    float: left;
    border-top: 1px solid #dad8ca;
    padding: 4px 0px;
    width: 100%;
    -webkit-transition: border-color 250ms;
    transition: border-color 250ms;
}
input:focus + .results_container .results {
    border-color: #98D3ED;
}

.results ul {
    display: block;
    float: left;
    width: 100%;
    max-height: 300px;
    overflow: auto;
}

.results li,
.results a {
    display: block;
    float: left;
    width: 100%;
}
.results a {
    position: relative;
    color: #666;
    font-size: 19px;
    text-decoration: none;
    line-height: 20px;
    padding: 10px 0px 10px 54px;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
}
.results a:hover, .results a:active {
    background-color: #FBFAF9;
}

.results img {
    display: block;
    position: absolute;
    top: 50%;
    left: 27px;
    max-width: 42px;
    max-height: 48px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.results .result_name {
    display: block;
    color: inherit;
    font-family: inherit;
    font-size: 16px;
}

.results li.more_results .result_name{
    color:#1a78a6;
    text-decoration: underline;
}

.results .highlight {
    color: #666666;
    font-family: 'Font1';
    font-size: inherit;
    letter-spacing: -0.5px;
}

.search .lens {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 36px;
    height: 30px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .search .lens {
        top: 5px;
    }
}

.search .lens:before,
.search .lens:after {
    display: block;
    position: absolute;
    content: '';
}
.search .lens:before {
    top: 5px;
    left: 11px;
    border: 1px solid #DAD8CA;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    -webkit-transition: border-color 250ms;
    transition: border-color 250ms;
}
.search input:focus + .lens:before,
.search input:focus + .results_container + .lens:before {
    border-color: #98D3ED;
}
.search .lens:after {
    top: 21px;
    left: 22px;
    background-color: #DAD8CA;
    width: 6px;
    height: 2px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
}
.search input:focus + .lens:after,
.search input:focus + .results_container + .lens:after {
    background-color: #98D3ED;
}

header .search .button {
    border-radius: 4px;
    font-size: 15px;
    line-height: 21px;
    padding-bottom: 1px;
    width: 81px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    header .search .button {
        line-height:25px;
        float: right;
    }
}

/* Menu rápido categorias con Header fijo */

header nav.nav-fixed{
    display:none;
}

.fixed nav.nav-fixed{
    display:block;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .fixed nav.nav-fixed{
        display:none;
    }
}

nav .catalog_container{
    top:70px;
}
.nav-fixed .catalog_container{
    top:55px;
}

header nav > a{
    margin-top: 20px;
    padding-bottom: 16px;
}

header nav .categories li span{
    top:10px;
}

nav .categories a{
    width: 100%;
    margin-bottom:20px;
}

nav .categories li + li:last-child {
    float: right;
}

nav .categories a:hover:after {
    border:0px;
}

header nav .categories .categories_sub{
    background-color:#B0D1EF;
}

header nav .categories .categories_brand{
    background-color:#81a2bf;
}


/*#####################################*/
/*#               MAIN                #*/
/*#####################################*/

body main {
    display: block;
    float: left;
    background-color: #fafafa;
    width: 100%;
    min-height: 736px;
}

main .error input, main .error select, main .error textarea{
    border: none !important;
    color: #d30d0d !important;
    padding: 10px 11px !important;
    box-shadow: inset 0px 0px 0px 2px #ff5d5d !important;
}

main .error_validacion_form {
    display: block;
    float: left;
    margin-top: 3px;
    color: #d30d0d;
    font-family: 'Font1';
    font-size: 12px;
    width: 100%;
}

body .button {
    display: block;
    float: left;
    border-radius: 25px;
    background-color: #1a78a6;
    color: #fff;
    font-family: 'Font1';
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    width: 100%;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
}
body .button:hover {
    background-color: #005B8B;
}
body .button:active {
    background-color: #1a78a6;
    -webkit-transition: background-color 100ms;
    transition: background-color 100ms;
}
body .button.disabled {
    background-color: #666;
    cursor: auto;
}

main .loading {
    display: block;
    float: left;
    width: 100%;
}
main .button + .loading {
    display: none;
}

.loading img {
    display: block;
    margin: auto;
    width: 50px;
}

/*#####################################*/
/*#              FOOTER               #*/
/*#####################################*/

body footer {
    display: block;
    float: left;
    padding: 10px 0px;
    width: 100%;
    border-top:1px solid #CFD2D3;
    background-color:#fff;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    body footer{
        padding:0px;
    }
}

footer .logo {
    display: block;
    float: left;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    footer .logo{
        display: block;
        float:none;
        margin: 30px auto 0px;
    }
}

footer .footer_links {
    display: block;
    float: right;
    margin-top: 13px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    footer .footer_links{
        margin-top:20px;
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }
}

.footer_links li {
    display: block;
    float: left;
    padding: 0px 12px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .footer_links li{
        width: 100%;
        float:left;
    }
}

.footer_links li + li {
    border-left: 1px solid #666;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .footer_links li + li {
        border-left: none;
    }
}

.footer_links a {
    display: block;
    float: left;
    color: #666;
    font-size: 13px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .footer_links a{
        padding:12px;
        text-align: center;
        width: 100%;
    }
}

.footer_links a:hover, .footer_links a:active {
    text-decoration: none;
}

/*#####################################*/
/*#               POPUP               #*/
/*#####################################*/

/*--------------------------- loading ful page ----------------------------*/
body .loading_fp_container{
    display: none;
    position: fixed;
    background-color: #fbf9f3;
    background-color: rgba(255,255,255,0.75);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index:1000;
}

body.loading .loading_fp_container{
    display: block;
}

aside .loading_fp {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px;
}


body .background_popup {
    display: none;
    position: fixed;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    z-index: 1000;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    body .background_popup {
        overflow:scroll;
        height: 475px;
        height: 100%;
    }
}

.background_popup .popup {
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -376px;
    border: 3px solid #26358C;
    background-color: #fff;
    padding: 30px;
    width: 752px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .background_popup .popup {
        max-width: 94%;
        top: 10px;
        left: 3%;
        transform:none;
        padding: 10px 10px;
    }
}
.background_popup .popup.promotion {
    padding: 0px;
}

.popup .close_popup {
    display: block;
    position: absolute;
    top: 11px;
    right: 11px;
    border: 1px solid #B2B1A5;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    -webkit-transition: border-color 250ms;
    transition: border-color 250ms;
    z-index:2;
}
.popup .close_popup:hover, .popup .close_popup:active {
    border-color: #26358C;
}

.popup .close_popup:before,
.popup .close_popup:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
    border: 1px solid;
    border-color: inherit;
    background-color: #B2B1A5;
    content: '';
    width: 14px;
    box-sizing: border-box;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
}
.popup .close_popup:hover:before,
.popup .close_popup:hover:after,
.popup .close_popup:active:before,
.popup .close_popup:active:after{
    background-color: #26358C;
}
.popup .close_popup:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup .close_popup:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup .title_popup_promo_limit {
    display: block;
    float: left;
    background-image: url(../_img/promo-limit.png?v=103);
    background-repeat: no-repeat;
    background-position: center 28px;
    color: #26358C;
    font-family: 'Font1';
    font-size: 36px;
    text-align: center;
    padding-top: 160px;
    width: 100%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .popup .title_popup_promo_limit {
        font-size: 19px;
        margin-bottom: 20px;
    }
}

.transfer .popup .title_popup_promo_limit {
    background-image: url(../_img/promo-transfer-limit.png?v=103);
    background-position: center 38px;
}

.popup .title_popup_promo_temp {
    display: block;
    float: left;
    background-image: url(../_img/logo.png?v=103);
    background-repeat: no-repeat;
    background-position: center 28px;
    color: #d6232a ;
    font-family: 'Font1';
    font-size: 40px;
    text-align: center;
    padding-top: 140px;
    width: 100%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .popup .title_popup_promo_temp {
        font-size:25px;
    }
}

strong{
    font-family: "Font1";
}

.title_popup_promo_temp span{
    color:gray;
    display:block;
    font-size: 22px;
    margin-top: 20px;
}

@media only screen and (max-width: 960px)  { /**#960px*/
    .title_popup_promo_temp span{
        font-size: 18px;
        max-height: 300px;
        overflow-y: scroll;
    }
}

.legal_container > p,
.legal_container > h1,
.legal_container > h2,
.legal_container > h3,
.legal_container > h4,
.legal_container > ul{
    display: block;
    float: left;
    margin-top: 15px;
    color: #666666;
    width: 100%;
}

.legal_container > h1{
    font-size:2em;
}
.legal_container > h2{
    font-size:1.5em;
}
.legal_container > h3{
    font-size:1.2em;
}
.legal_container > h4{
    font-size:1em;
}

.legal_container p.subtitle{
    color: #26358C;
    font-family: "Font1";
    font-size: 18px;
}

.legal_container > ul li{
    display: block;
    float: left;
    margin-top: 15px;    
}

.legal_container > p a {
    color: #26358C;
    font-family: inherit;
    font-size: inherit;
}
.legal_container > p a:hover,
.legal_container > p a:active{
    text-decoration: none;
}

.legal_container > p strong {
    font-weight: bold;
    color:inherit;
    font-family: inherit;
    font-size: inherit;
}

.popup .button_container {
    display: block;
    margin: auto;
    width: 230px;
}

.popup .button_container .button {
    margin-top: 36px;
    margin-bottom: 45px;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .popup .button_container .button {
        font-size:16px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 44px;
    }
}

.popup.promotion .lateral_container {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 1px;
    background-color: #FBFAF9;
    padding: 19px;
    width: 310px;
}

.popup.promotion .lateral_container .banner {
    display: block;
    position: absolute;
    top: 22px;
    left: 0px;
}

.popup.promotion .lateral_container .promo_img {
    display: block;
    float: left;
    position: relative;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.promo_img img {
    display: block;
    float: left;
    width: 100%;
}

.promo_img .price {
    display: block;
    float: left;
    margin-top: 8px;
    color: #26358C;
    font-family: 'Font1';
    font-size: 26px;
    width: 100%;
}

.promo_img .price:after {
    display: inline-block;
    margin-bottom: -1px;
    margin-left: 1px;
    background-image: url(../_img/sprite-interface.png?v=103);
    background-repeat: no-repeat;
    background-position: -3px -209px;
    content: '';
    width: 25px;
    height: 19px;
}

.promo_img .box {
    display: block;
    float: left;
    margin-bottom: -20px;
    color: #666;
    font-size: 15px;
    width: 100%;
}

.popup.promotion .products_container {
    display: block;
    float: right;
    padding: 30px 30px 25px;
    width: 436px;
}

.products_container .products_text {
    display: block;
    float: left;
    color: #26358C;
    font-family: 'Font1';
    font-size: 20px;
    padding-left: 10px;
    width: 100%;
}

.products_container .products_popup_list {
    display: block;
    float: left;
    margin-left: -20px;
    width: 100%;
}

.products_popup_list li {
    display: block;
    float: left;
    position: relative;
    margin-top: 16px;
    width: 100%;
}
.products_popup_list li + li {
    margin-top: 0px;
}

.products_popup_list img {
    display: block;
    float: left;
    max-width: 150px;
    max-height: 190px;
}

.products_popup_list .units {
    display: block;
    position: absolute;
    top: 8px;
    left: 100px;
    border-radius: 50%;
    background-color: #26358C;
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 36px;
    width: 36px;
}

.products_popup_list .name,
.products_popup_list .price,
.products_popup_list .box {
    display: block;
    float: right;
    margin-right: -20px;
    color: #666;
    font-size: 15px;
    width: 225px;
}
.products_popup_list .name {
    margin-top: 35px;
}
.products_popup_list .price {
    font-size: 17px;
    padding: 15px 0px 4px;
}

.products_popup_list .price:after {
    display: inline-block;
    margin-bottom: -4px;
    margin-left: 1px;
    background-image: url(../_img/sprite-interface.png?v=103);
    background-repeat: no-repeat;
    background-position: -54px -209px;
    content: '';
    width: 25px;
    height: 19px;
}

.products_container .add_text {
    display: block;
    float: left;
    margin-bottom: -15px;
    color: #26358C;
    font-family: 'Font1';
    font-size: 20px;
    text-align: center;
    width: 100%;
}

.products_container .close_link {
    display: block;
    float: left;
    margin-top: -20px;
    color: #666;
    font-size: 15px;
    text-align: center;
    width: 100%;
}
.products_container .close_link:hover,
.products_container .close_link:active{
    text-decoration: none;
}


.brands_container .brands_title {
    display: block;
    float: left;
    margin-bottom: 56px;
    color: #d6232a ;
    font-family: 'Font1';
    font-size: 37px;
    text-align: center;
    width: 100%;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .brands_container .brands_title {
        margin-bottom: 10px;
    }
}

.brands_container .brands_list_home {
    display: block;
    margin: auto;
    text-align: center;
    word-spacing: -5px;
    width: 100%;
    max-width: 1300px;
}

.brands_list_home li {
    display: inline-block;
    margin: 30px 0px 0px 0px;
}

.brands_list_home a {
    display: block;
    float: none;
    outline: none;
    transition: box-shadow 250ms;
    margin: 0 auto;
    width: 100%;
    max-width: 160px;
}
.brands_list_home a:hover img,
.brands_list_home a:active img{
    box-shadow: 0px 0px 2px 2px rgba(181,179,168,0.5);
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .brands_list_home a {
        max-width:none;
    }
}

.brands_list_home img {
    display: block;
    float: left;
    border: none;
}

@media (max-width: 1225px) {
    .brands_list_home img {
        width: 200px;
        height: auto;
    }
}

@media (max-width: 1281px) {
    .brands_list_home img {
        width:96%;
        height: auto;
        position:relative;
        left:2%;
    }
}

/* Promo buttons styles */

.navpromo{
    display: block;
    float: left;
    position: relative;
    margin-top: 10px;
    outline: none;
    width: 200px;
    color: #fff;
    text-decoration: none;
    padding: 10px 0px 10px 20px;
    text-align: center;
    font-size: 15px;
}
.navpromo:hover,
.navpromo:active{
    color: #fff;
}
.navpromo:before{
    display: block;
    position: absolute;
    top: 13px;
    left: 0px;
    margin-top: -9px;
    content: '';
    width: 100%;
    z-index: 200;
    height: 38px;
    background-image: url(../_img/promo-icon.png?v=103);
    background-repeat: no-repeat;
    background-position: 6px 9px;
    background-color: #1a78a6;
    border-radius: 8px;
    z-index: -1;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
}
.navpromo:hover:before{
    background-color: #005B8B;
}
@media only screen and (max-width: 960px)  { /**#960px*/
    .hub_container .business_container {
        display: block;
        float: left;
        width: 90%;
    }
    .navpromo:before,.navpromo:hover:before,
    .navpromo:before,.navpromo:active:before{
        background:none;
        border:none;
        display:none;
    }
    .user.toggle:before, .user.toggle:after, header nav a.toggle.open:before, header nav a.toggle.open:after{
        display:none;
    }
}


@media only screen and (max-width: 1324px)  { /**#1324px*/
    .navpromo{
        font-size: 0px;
        width: 31px;
    }
}


@media only screen and (max-width: 960px)  { /**#960px*/
    .navpromo{
        font-size:16px;
    }

    .navpromo, nav .ask_us{
        width:100%;
        text-align:center;
        margin-right:0px;
        margin-left:0px;
        margin-top:10px;
    }
    header nav > a, 
    .user_content{
        padding-left: 0px!important;
        padding: 0px;
        width: 100%;
        text-align: center;
        margin-top:0px;
        margin-bottom:20px;
    }
    nav .catalog_container{
        height: 100vh!important;
        top: 0px;
        padding: 20px!important;
    }
    nav .catalog_container.open, header nav.open{
        display: block;
    }
    .catalog_container .user_options{
        margin-top:20px;
    }
    .nav-general a:nth-child(2){
        margin-top:70px;
    }
}
    
    .menu-categoria{
        float: right;
        display: block;
        margin-top: 23px;
        margin-left:15px;
    }
    
    .nav-fixed .menu-categoria{
        float: right;
        display: block;
        margin-top: 16px;
        margin-left:15px;
    }

    .menu-categoria span
    {
        display: block;
        width: 28px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #1a78a6;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease;
    }
    .menu-categoria:hover span{
        background:#005B8B;
    }

.menu-mobile{
    display:none;
}

@media only screen and (max-width: 960px)  { /**#960px*/
    .menu-mobile{
        float: right;
        display: block;
        margin-top: 16px;
        margin-right:15px;
    }

    .menu-mobile span
    {
        display: block;
        width: 28px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #26358C;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease;
    }
    table{
        overflow: auto;
        width: 100%;
        display: block;
    }

    .board_content .board_menu nav{
        position:relative;
        min-height: inherit;
        background:#fafafa;
        border-top:0px;
    }
}

.direct-menu, .transfer-menu{
    background-color:#26358C;
}

.direct-menu .catalog_container, .transfer-menu .catalog_container{
    display:block;
    height: auto!important;
    min-height: 666px;
}

@media only screen and (max-width: 960px)  { /**#960px*/
    .direct-menu .catalog_container, .transfer-menu .catalog_container{
                height: auto!important;
    float:left;
    position: relative;
    }
    
.direct-menu, .transfer-menu{
    display:block;
    position:relative;
}
}

/*Texto azul pequeño despues de los h1*/
.extrainfo{
    text-align: center;
    color: #092E4D;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.title_popup_shipping_address{
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    font-family: 'Font1';
    font-size: 36px;
    color: #26358C;
}

.title_popup_wholesaler{
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    font-family: 'Font1';
    font-size: 36px;
    color: #26358C;
}