/*-----------------------------------
           LEGEND MAIN CSS

1. General (Links, Titles, Structure, Bootstrap, Forms, Pagination, Tipography, Colors, Backgrounds, Borders and Buttons)
    1.1 Mediaqueries for general
2. Header
    2.1 Mediaqueries for header
3. Home
    3.1 Mediaqueries for Home
4. Offers & Discounts
    4.1 Mediaqueries for Offers & Discounts
5. Shopping Trip
    5.1 Mediaqueries for Shopping Trip
6. Mi Shopping
    6.1 Mediaqueries for My shopping
7. Product Page
    7.1 Mediaqueries for Product Page
8. Product Cards
    8.1 Mediaqueries for Product Cards
9. Store Page
    9.1 Mediaqueries for Store Page
10. Cart
    10.1 Mediaqueries for Cart
11. Checkout
    11.1 Mediaqueries for Checkout
12. Errors & Success
    12.1 Mediaqueries for Errors & Success
13. Search Page
    13.1 Mediaqueries for Search Page
14. My Account
    14.1 Mediaqueries for My Account
15. Contact
    15.1 Mediaqueries for Contact
16. Footer
    16.1 Mediaqueries for Footer
17. Buyer Protection
    17.1 Mediaqueries for Buyer Protection
18. Login
    18.1 Mediaqueries for Login
19. Legal
    19.1 Mediaqueries for Legal
20. Press & Comunitaction
    20.1 Mediaqueries for press & Comunication
21. Errors 404
    21.1 Mediaqueries for Errors 404
22. Plugins
    22.1 Mediaqueries for Plugins
23. Prehome
    23.1 Mediaqueries for Prehome
24. Animations
    24.1 Mediaqueries for Animations
25. Categories
    25.1 Mediaqueries for Categories
26. Jobs
    26.1 Mediaqueries for Jobs
27. Reviews
    27.1 Mediaqueries for Reviews
-----------------------------------*/
/*------------------------------
-------  1. GENERAL    -------*/
@import url("media-queries.css");

body {
    font-size: 16px;
    background: #ffffff;
    color: #333333;
}

/* Links */
a:hover {
    cursor: pointer;
}

a:hover, a:focus {
    color: #000000;
    text-decoration: none;
}

a {
    color: #3C3C3B;
}

/* Titles */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}

h1 {
    font-size: 24px;
    color: #113F92;
    line-height: 24px;
}

h2 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    color: #113f8f;
}

h3 {
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    line-height: 25px;
    color: #1A1A1A;
    font-size: 20px;
}

h4 {
    font-size: 1.1em;
    padding: 10px 0;
}

h5 {
    font-size: .88em;
}

h6 {
    font-size: .75em;
}

p, blockquote {
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 1em;
    color: #3A3A3A;
}

ol, ul {
    list-style: none;
    padding: 0;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #D7D7D7;
    clear: both;
}

.anhalf {
    width: 25%;
    float: left;
    margin-top: 3px;
}

/* Bootstrap */

.max-fluid {
    max-width: 1200px;
    margin: auto;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: inline;
    text-align: center;
    margin: 0 auto;
}

button[disabled], html input[disabled] {
    cursor: default;
    color: #D0D0D0;
    border: 1px solid #D0D0D0;
}

.row {
    margin-left: 0;
    margin-right: 0;
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding: 15px;
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: block;
    text-align: left;
}

.panel-group {
    margin-bottom: 0;
}

.panel {
    margin: 0;
}

.container {
    margin: 0 auto;
    width: 100%;
}

.btn2 {
    color: #fff !important;
    background-color: #113f96;
    border: 1px solid #113f96;
    box-shadow: none;
    font-family: 'Roboto', sans-serif;
    padding: 8px 20px;
    font-size: 18px;
}

.btn2:hover {
    color: #d10026 !important;
    background-color: #fff;
}

.bootstrap-select > .btn-default {
    background: none !important;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #D7D7D7;
    padding: 7px 9px 6px 10px;
}

.dropdown-menu.pull-right {
    right: -1px;
    left: auto;
}

.navbar-nav>li>.dropdown-menu {
    margin-top:18px;
}

.navbar-default .navbar-nav>li>a {
    width:200px;
    font-weight:bold;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    border-color: none!important;
    color: #CD0026!important;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

.container-fluid {
    padding: 0;
}

.panel-collapse .panel-body {
    border-top: 0 !important;
    padding-right: 5px;
    padding: 0;
    padding-left: 0px;
}

.panel-heading {
    padding: 0;
    border-bottom: 0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.progress-bar {
   background-color: #FFCD00;
}

/* Dropsdowns Bootstrap */
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    min-height: 33px;
    border-bottom: 1px solid #D7D7D7;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-family: 'Roboto', sans-serif;
}


.popover {
    z-index: 99;
}

.grecaptcha-badge { visibility: hidden; }

/* ------- MEGA MENU DROPDOWN ------- */
.link.blue:hover{
    background-color: white!important;
}
.red_title {
    color: #CD0026;
    font-size: 13px;
    font-weight: bold;
}

.subcategory {
    padding: 5px 0;
}

.subcategory a{
   font-family: 'Roboto', serif;
}

.submenu_categories {
    background-color: white;
    min-height: 215px;
    border-top: 4px solid #eeeeee;
}

.submenu_categories > li ul > li > a:hover{
    background-color: red!important;
}

.menu_submenu_categories {
   line-height: 21px;
   min-height: 200px;
}

.menu_submenu_categories li:first-child{
    margin-bottom: 20px;
}

.mega-dropdown {
  position: static !important;
  width: 100%;
}

.mega-dropdown-menu {
  padding: 0px!important;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #D7D7D7;
  border-top: 0;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 6px 5px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: black!important;
  white-space: normal;
  font-family: 'Roboto', serif;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #CD0026!important;
  background-color: white;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.js-navbar-collapse{
    color: #113f92;
    background: #ffffff;
    font-size: 17px;
    border: 0;
    padding: 0;
    width: 100%;
    display: none;
    z-index: 95;
}

/* ------- FINAL MEGA MENU DROPDOWN ------- */

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    background-color: #000000;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

#modalNarrower {
    z-index: 105;
}

#modalNarrower hr {
    border-top: 1px solid #d7d7d7 !important;
    margin: 14px 0;
}

.alert-dismissible {
    background-color: #EAF2FC;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #2A78E4;
    color: #2A78E4;
}

/* Forms */
input {
    line-height: normal;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0px;
    border: 1px solid #D7D7D7;
    padding: 9px 9px 6px 10px;
    width: 100%;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: 10px;
    margin-left: 0;
}

button, input, i, a {
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', serif;
}

.form-searchs {
    position: relative;
}

.radio {
    margin-top: 8px;
}

select::-ms-expand {
    display: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #113f92;
    font-size: 14px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #113f92;
    font-size: 14px;
    vertical-align: middle;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #113f92;
    font-size: 14px;
    vertical-align: middle;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #113f92;
    font-size: 14px;

    vertical-align: middle;
}

.box-green {
    background: -moz-radial-gradient(center, ellipse cover, rgba(149, 200, 50, 1) 0%, rgba(126, 172, 38, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(149, 200, 50, 1)), color-stop(100%, rgba(126, 172, 38, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(149, 200, 50, 1) 0%, rgba(126, 172, 38, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(149, 200, 50, 1) 0%, rgba(126, 172, 38, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(149, 200, 50, 1) 0%, rgba(126, 172, 38, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(149, 200, 50, 1) 0%, rgba(126, 172, 38, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95c832', endColorstr='#7eac26', GradientType=1); /* ie6-9 */
}

.box-green-soft {
    background: -moz-radial-gradient(center, ellipse cover, rgba(174, 210, 137, 1) 0%, rgba(140, 172, 107, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(174, 210, 137, 1)), color-stop(100%, rgba(140, 172, 107, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(174, 210, 137, 1) 0%, rgba(140, 172, 107, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(174, 210, 137, 1) 0%, rgba(140, 172, 107, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(174, 210, 137, 1) 0%, rgba(140, 172, 107, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(174, 210, 137, 1) 0%, rgba(140, 172, 107, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aed289', endColorstr='#8cac6b', GradientType=1); /* ie6-9 */
}

.box-green-pine {
    background: -moz-radial-gradient(center, ellipse cover, rgba(137, 224, 192, 1) 0%, rgba(97, 168, 142, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(137, 224, 192, 1)), color-stop(100%, rgba(97, 168, 142, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(137, 224, 192, 1) 0%, rgba(97, 168, 142, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(137, 224, 192, 1) 0%, rgba(97, 168, 142, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(137, 224, 192, 1) 0%, rgba(97, 168, 142, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(137, 224, 192, 1) 0%, rgba(97, 168, 142, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89E0C0', endColorstr='#61a88e', GradientType=1); /* ie6-9 */
}

.box-orange {
    background: -moz-radial-gradient(center, ellipse cover, rgba(250, 175, 95, 1) 0%, rgba(234, 153, 67, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(250, 175, 95, 1)), color-stop(100%, rgba(234, 153, 67, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(250, 175, 95, 1) 0%, rgba(234, 153, 67, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(250, 175, 95, 1) 0%, rgba(234, 153, 67, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(250, 175, 95, 1) 0%, rgba(234, 153, 67, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(250, 175, 95, 1) 0%, rgba(234, 153, 67, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faaf5f', endColorstr='#ea9943', GradientType=1); /* ie6-9 */
}

.box-soft-orange {
    background: -moz-radial-gradient(center, ellipse cover, rgba(214, 154, 99, 1) 0%, rgba(169, 116, 71, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(214, 154, 99, 1)), color-stop(100%, rgba(169, 116, 71, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(214, 154, 99, 1) 0%, rgba(169, 116, 71, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(214, 154, 99, 1) 0%, rgba(169, 116, 71, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(214, 154, 99, 1) 0%, rgba(169, 116, 71, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(214, 154, 99, 1) 0%, rgba(169, 116, 71, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d69a63', endColorstr='#a97447', GradientType=1); /* ie6-9 */
}

.box-yellow {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 103, 1) 0%, rgba(255, 255, 103, 1) 1%, rgba(207, 207, 41, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 103, 1)), color-stop(1%, rgba(255, 255, 103, 1)), color-stop(100%, rgba(207, 207, 41, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 103, 1) 0%, rgba(255, 255, 103, 1) 1%, rgba(207, 207, 41, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 103, 1) 0%, rgba(255, 255, 103, 1) 1%, rgba(207, 207, 41, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 103, 1) 0%, rgba(255, 255, 103, 1) 1%, rgba(207, 207, 41, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(255, 255, 103, 1) 0%, rgba(255, 255, 103, 1) 1%, rgba(207, 207, 41, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff67', endColorstr='#cfcf29', GradientType=1); /* ie6-9 */
}

.box-blue {
    background: -moz-radial-gradient(center, ellipse cover, rgba(41, 95, 201, 1) 0%, rgba(41, 95, 201, 1) 41%, rgba(33, 80, 168, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(41, 95, 201, 1)), color-stop(41%, rgba(41, 95, 201, 1)), color-stop(100%, rgba(33, 80, 168, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(41, 95, 201, 1) 0%, rgba(41, 95, 201, 1) 41%, rgba(33, 80, 168, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(41, 95, 201, 1) 0%, rgba(41, 95, 201, 1) 41%, rgba(33, 80, 168, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(41, 95, 201, 1) 0%, rgba(41, 95, 201, 1) 41%, rgba(33, 80, 168, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(41, 95, 201, 1) 0%, rgba(41, 95, 201, 1) 41%, rgba(33, 80, 168, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#295FC9', endColorstr='#2150A8', GradientType=1); /* ie6-9 */
}

.box-lilac {
    background: -moz-radial-gradient(center, ellipse cover, rgba(112, 126, 161, 1) 0%, rgba(79, 92, 125, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(112, 126, 161, 1)), color-stop(100%, rgba(79, 92, 125, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(112, 126, 161, 1) 0%, rgba(79, 92, 125, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(112, 126, 161, 1) 0%, rgba(79, 92, 125, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(112, 126, 161, 1) 0%, rgba(79, 92, 125, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(112, 126, 161, 1) 0%, rgba(79, 92, 125, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#707EA1', endColorstr='#4f5c7d', GradientType=1); /* ie6-9 */
}

.box-blue-dark {
    background: -moz-radial-gradient(center, ellipse cover, rgba(78, 118, 237, 1) 0%, rgba(55, 84, 176, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(78, 118, 237, 1)), color-stop(100%, rgba(55, 84, 176, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(78, 118, 237, 1) 0%, rgba(55, 84, 176, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(78, 118, 237, 1) 0%, rgba(55, 84, 176, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(78, 118, 237, 1) 0%, rgba(55, 84, 176, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(78, 118, 237, 1) 0%, rgba(55, 84, 176, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E76ED', endColorstr='#3754b0', GradientType=1); /* ie6-9 */
}

.box-blue-soft {
    background: -moz-radial-gradient(center, ellipse cover, rgba(128, 206, 255, 1) 0%, rgba(52, 96, 128, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(128, 206, 255, 1)), color-stop(100%, rgba(52, 96, 128, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(128, 206, 255, 1) 0%, rgba(52, 96, 128, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(128, 206, 255, 1) 0%, rgba(52, 96, 128, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(128, 206, 255, 1) 0%, rgba(52, 96, 128, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(128, 206, 255, 1) 0%, rgba(52, 96, 128, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80CEFF', endColorstr='#346080', GradientType=1); /* ie6-9 */
}

.box-pink {
    background: -moz-radial-gradient(center, ellipse cover, rgba(245, 113, 190, 1) 0%, rgba(189, 81, 143, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(245, 113, 190, 1)), color-stop(100%, rgba(189, 81, 143, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(245, 113, 190, 1) 0%, rgba(189, 81, 143, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(245, 113, 190, 1) 0%, rgba(189, 81, 143, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(245, 113, 190, 1) 0%, rgba(189, 81, 143, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(245, 113, 190, 1) 0%, rgba(189, 81, 143, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F571BE', endColorstr='#bd518f', GradientType=1); /* ie6-9 */
}

.box-red {
    background: -moz-radial-gradient(center, ellipse cover, rgba(232, 70, 70, 1) 0%, rgba(189, 55, 55, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(232, 70, 70, 1)), color-stop(100%, rgba(189, 55, 55, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(232, 70, 70, 1) 0%, rgba(189, 55, 55, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(232, 70, 70, 1) 0%, rgba(189, 55, 55, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(232, 70, 70, 1) 0%, rgba(189, 55, 55, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(232, 70, 70, 1) 0%, rgba(189, 55, 55, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E84646', endColorstr='#BD3737', GradientType=1); /* ie6-9 */
}

.box-grey {
    background: -moz-radial-gradient(center, ellipse cover, rgba(176, 176, 176, 1) 0%, rgba(143, 141, 141, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(176, 176, 176, 1)), color-stop(100%, rgba(143, 141, 141, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(176, 176, 176, 1) 0%, rgba(143, 141, 141, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(176, 176, 176, 1) 0%, rgba(143, 141, 141, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(176, 176, 176, 1) 0%, rgba(143, 141, 141, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(176, 176, 176, 1) 0%, rgba(143, 141, 141, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0B0B0', endColorstr='#8F8D8D', GradientType=1); /* ie6-9 */
}

.box-turquoise {
    background: -moz-radial-gradient(center, ellipse cover, rgba(111, 164, 177, 1) 0%, rgba(89, 138, 150, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(111, 164, 177, 1)), color-stop(100%, rgba(89, 138, 150, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(111, 164, 177, 1) 0%, rgba(89, 138, 150, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(111, 164, 177, 1) 0%, rgba(89, 138, 150, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(111, 164, 177, 1) 0%, rgba(89, 138, 150, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(111, 164, 177, 1) 0%, rgba(89, 138, 150, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fa4b1', endColorstr='#598a96', GradientType=1); /* ie6-9 */
}

.box-brown {
    background: -moz-radial-gradient(center, ellipse cover, rgba(245, 165, 100, 1) 0%, rgba(180, 114, 59, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(245, 165, 100, 1)), color-stop(100%, rgba(180, 114, 59, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(245, 165, 100, 1) 0%, rgba(180, 114, 59, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(245, 165, 100, 1) 0%, rgba(180, 114, 59, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(245, 165, 100, 1) 0%, rgba(180, 114, 59, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(245, 165, 100, 1) 0%, rgba(180, 114, 59, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5A564', endColorstr='#b4723b', GradientType=1); /* ie6-9 */
}

.red-strong {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 38, 0, 1) 0%, rgba(255, 38, 0, 1) 6%, rgba(128, 0, 0, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 38, 0, 1)), color-stop(6%, rgba(255, 38, 0, 1)), color-stop(100%, rgba(128, 0, 0, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 38, 0, 1) 0%, rgba(255, 38, 0, 1) 6%, rgba(128, 0, 0, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 38, 0, 1) 0%, rgba(255, 38, 0, 1) 6%, rgba(128, 0, 0, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 38, 0, 1) 0%, rgba(255, 38, 0, 1) 6%, rgba(128, 0, 0, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(255, 38, 0, 1) 0%, rgba(255, 38, 0, 1) 6%, rgba(128, 0, 0, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2600', endColorstr='#800000', GradientType=1); /* ie6-9 */
}

.box-yellow-taxi {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 28, 1) 0%, rgba(255, 255, 28, 1) 6%, rgba(179, 170, 11, 1) 93%, rgba(179, 170, 11, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 28, 1)), color-stop(6%, rgba(255, 255, 28, 1)), color-stop(93%, rgba(179, 170, 11, 1)), color-stop(100%, rgba(179, 170, 11, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 28, 1) 0%, rgba(255, 255, 28, 1) 6%, rgba(179, 170, 11, 1) 93%, rgba(179, 170, 11, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 28, 1) 0%, rgba(255, 255, 28, 1) 6%, rgba(179, 170, 11, 1) 93%, rgba(179, 170, 11, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 28, 1) 0%, rgba(255, 255, 28, 1) 6%, rgba(179, 170, 11, 1) 93%, rgba(179, 170, 11, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(255, 255, 28, 1) 0%, rgba(255, 255, 28, 1) 6%, rgba(179, 170, 11, 1) 93%, rgba(179, 170, 11, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF1C', endColorstr='#B3AA0B', GradientType=1); /* ie6-9 */
}

.box-salmon {
    background: -moz-radial-gradient(center, ellipse cover, rgba(254, 160, 124, 1) 0%, rgba(254, 160, 124, 1) 33%, rgba(255, 129, 110, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(254, 160, 124, 1)), color-stop(33%, rgba(254, 160, 124, 1)), color-stop(100%, rgba(255, 129, 110, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(254, 160, 124, 1) 0%, rgba(254, 160, 124, 1) 33%, rgba(255, 129, 110, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(254, 160, 124, 1) 0%, rgba(254, 160, 124, 1) 33%, rgba(255, 129, 110, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(254, 160, 124, 1) 0%, rgba(254, 160, 124, 1) 33%, rgba(255, 129, 110, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(254, 160, 124, 1) 0%, rgba(254, 160, 124, 1) 33%, rgba(255, 129, 110, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEA07C', endColorstr='#FF816E', GradientType=1); /* ie6-9 */
}

.box-discount {
    background-color: #ffaf01;
}

.box-father {
    background-color: #fff;
    background-image: url(/shoppingmall/assets/images/mosaic/back_vino.jpg);
    background-repeat: no-repeat;
    background-position: 116% 0%;
}

.store-item-mosaic-father {
    text-align: left;
    font-size: 16px;
    color: #9c1b30;
    position: absolute;
    bottom: 19px;
}

:placeholder-shown {
    color: #999999;
    font-size: 14px;
    vertical-align: bottom;
}

/* Pagination */
.pagination > li > a, .pagination > li > span {
    position: relative;
    font-family: 'Roboto', sans-serif;
    float: left;
    width: 32px;
    height: 32px;
    margin-left: -6px;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #113F92;
    background-color: #FFFFFF;
    border-radius: 25% !important;
    border-color: #E6E6E6;
    z-index: 1;
    cursor: pointer;
}

.pagination_arrow {
    border: none!important;
    font-size: 30px!important;
    color:black!important;
}

.pagination_arrow:hover {
    background-color: transparent!important;
    color: #113F92!important;
}

.pagination > li > p {
    position: relative;
    float: left;
    line-height: 20px;
    font-weight: 500;
    font-size: 22px;
}

.pagination > li > a > .zmdi, .pagination > li > span > .zmdi {
    font-size: 30px;
    line-height: 27px;
    text-align: center;
    margin: 0;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #FFFFFF;
    background-color: #113F92;
    border-color: #113F92;
}

.pagination > .active > a, .pagination > .active > span, .pagination >
.active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #333333;
    font-weight: bold;
    border: none;
    background-color: transparent;
    cursor: default;
}

.pagination_arrow {

}

/*--------------------------------------------
        23.1 Mediaqueries for Prehome         */
/* CSS for 320 */
@media (min-width: 320px) {
}

/* End Mediaqueries 320*/
/* CSS for 520 */
@media (min-width: 480px) {
    .pagination > li > a, .pagination > li > span {
        margin-left: -1px;
    }
}

/* End Mediaqueries 520*/
/* CSS for 768 */
@media (min-width: 768px) {
}

/* End Mediaqueries 992*/
/* CSS for 1024 */
@media (min-width: 1024px) {
}

/* End Mediaqueries 1024*/
/* CSS for 1336 */
@media (min-width: 1170px) {
}

/* End Mediaqueries 1336*/
/* CSS for 1600 */
@media (min-width: 1600px) {
}

/* End Mediaqueries 1600*/
/*-----------------------------*/

/* Tipography */
body, p, blockquote, a, h1, h2, h3, h4, h5, h6, ol, ul, li {
    font-family: 'Roboto', serif;
}

/* Slick Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/shoppingmall/assets/fonts/slick.eot');
    src: url('/shoppingmall/assets/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/shoppingmall/assets/fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

@font-face {
    font-family: 'icomoon';
    src: url('/shoppingmall/assets/fonts/icomoon.eot?dz7lxz');
    src: url('/shoppingmall/assets/fonts/icomoon.eot?dz7lxz#iefix') format('embedded-opentype'),
    url('/shoppingmall/assets/fonts/icomoon.ttf?dz7lxz') format('truetype'),
    url('/shoppingmall/assets/fonts/icomoon.woff?dz7lxz') format('woff'),
    url('/shoppingmall/assets/fonts/icomoon.svg?dz7lxz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome4';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_down_01:before {
    content: "\e900";
}

.icon-arrow_down_02:before {
    content: "\e901";
}

.icon-arrow_left_01:before {
    content: "\e902";
}

.icon-arrow_left_02:before {
    content: "\e903";
}

.icon-arrow_right_01:before {
    content: "\e904";
}

.icon-arrow_right_02:before {
    content: "\e905";
}

.icon-arrow_up_01:before {
    content: "\e906";
}

.icon-arrow_up_02:before {
    content: "\e907";
}

.icon-bag:before {
    content: "\e908";
}

.icon-basket:before {
    content: "\e909";
}

.icon-book:before {
    content: "\e90a";
}

.icon-calendar:before {
    content: "\e90b";
}

.icon-chat:before {
    content: "\e90c";
}

.icon-clock:before {
    content: "\e90d";
}

.icon-close:before {
    content: "\e90e";
    cursor: pointer;
}

.icon-comments:before {
    content: "\e90f";
}

.icon-complete:before {
    content: "\e910";
}

.icon-delete:before {
    content: "\e911";
}

.icon-extendido:before {
    content: "\e912";
}

.icon-group_01:before {
    content: "\e913";
}

.icon-group_02:before {
    content: "\e914";
}

.icon-heart:before {
    content: "\e915";
}

.icon-house:before {
    content: "\e916";
}

.icon-info:before {
    content: "\e917";
}

.icon-vase:before {
    content: "\e918";
}

.icon-list:before {
    content: "\e919";
}

.icon-location:before {
    content: "\e91a";
}

.icon-menu:before {
    content: "\e91b";
}

.icon-minus:before {
    content: "\e91c";
}

.icon-one:before {
    content: "\e91d";
}

.icon-options:before {
    content: "\e91e";
}

.icon-play:before {
    content: "\e91f";
}

.icon-plus:before {
    content: "\e920";
}

.icon-search:before {
    content: "\e921";
}

.icon-share_01:before {
    content: "\e922";
}

.icon-shield:before {
    content: "\e923";
}

.icon-spot:before {
    content: "\e924";
}

.icon-star:before {
    content: "\e925";
}

.icon-star_half:before {
    content: "\e926";
}

.icon-three:before {
    content: "\e927";
}

.icon-truck:before {
    content: "\e928";
}

.icon-two:before {
    content: "\e929";
}

.icon-user_01:before {
    content: "\e92a";
}

.icon-user_02:before {
    content: "\e92b";
}

.zmdi-hc-fw {
    width: 1.28571429em;
}

.big-title {
    font-size: 40px;
    color: #ffffff;
    line-height: 45px;
    font-weight: 100;
}

.medium-title {
    font-size: 2em;
    font-weight: 100;
    padding: 12px 0 0 0;
    margin-bottom: 0;
}

small, .small {
    font-size: 85%;
}

.zmdi {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font', sans-serif;
    /*margin-right: 5px;*/
}

.serif {
    font-family: 'Roboto', serif;
}

.sans-serif {
    font-family: 'Roboto', sans-serif;
}

.light {
    font-weight: 100;
}

.medium {
    font-weight: 400;
}

.italic {
    font-style: italic;
}

.b-rd-0 {
    border-radius: 0!important;
}

.lh-18 {
    line-height: 18px;
}

.lh-20 {
    line-height: 20px;
}

.bold {
    font-weight: 600!important;
}

.f-w-200 {
    font-weight: 200;
}

.f-w-300 {
    font-weight: 300;
}

.f-w-400 {
    font-weight: 400;
}

.f-w-500 {
    font-weight: 500;
}

.fs8 {
    font-size: 8px;
}

.fs10 {
    font-size: 10px;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px!important;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.fs21 {
    font-size: 21px;
}

.fs22 {
    font-size: 22px;
}

.fs23 {
    font-size: 23px;
}

.fs24 {
    font-size: 24px;
}

.fs25 {
    font-size: 25px;
}

.fs26 {
    font-size: 1.625em;
}

.fs27 {
    font-size: 1.6875em;
}

.fs28 {
    font-size: 1.75em;
}

.fs29 {
    font-size: 1.8125em;
}

.fs30 {
    font-size: 30px !important;
}

.fs31 {
    font-size: 31px;
}

.fs32 {
    font-size: 32px!important;
}

.fs33 {
    font-size: 33px;
}

.fs34 {
    font-size: 34px;
}

.fs35 {
    font-size: 35px;
}

.fs36 {
    font-size: 2.25em;
}

.fs37 {
    font-size: 2.3125em;
}

.fs38 {
    font-size: 2.375em;
}

.fs39 {
    font-size: 2.4375em;
}

.fs40 {
    font-size: 40px;
}

.fs41 {
    font-size: 2.5625em;
}

.fs42 {
    font-size: 2.625em
}

.fs43 {
    font-size: 2.6875em;
}

.fs44 {
    font-size: 2.75em;
}

.fs45 {
    font-size: 45px;
}

.fs50 {
    font-size: 50px;
}

.fs60 {
    font-size: 60px;
}

.fs64 {
    font-size: 4em;
}

.fs70 {
    font-size: 70px;
}

.fs74 {
    font-size: 74px;
}

.fs75 {
    font-size: 75px;
}

.fs78 {
    font-size: 78px;
}

.fs80 {
    font-size: 80px;
}

.fs86 {
    font-size: 86px;
}

.fs88 {
    font-size: 88px;
}

.fs90 {
    font-size: 90px;
}

.fs97 {
    font-size: 97px;
}

.fs100 {
    font-size: 100px;
}

.fstest {
    font-size: 8vw;
}

.fs130 {
    font-size: 130px;
}

.fs150 {
    font-size: 150px;
}

.mw-404 {
    max-width: 404px;
}

/* Colors */
.grey {
    color: #5A5A5A;
}

.grey-light {
    color: #999999;
}

.blue {
    color: #44A2DA;
}

.orange {
    color: #E2A028;
}

.black {
    color: #333333!important;
}

.red {
    color: #CD0026;
}

.white {
    color: #ffffff !important;
}

.green {
    color: #3AB359;
}

.red-v {
    color: #CD0026;
}

.grey-v {
    color: #575756;
}

.blue-v {
    color: #113f92!important;
}

.c-alert {
    color: #d8c80a;
    font-weight: 500;
}

.heart-off {
    color: #F0BEC7;
}

/* Backgrounds */
.b-blue-dark {
    background: #0772B3;
    color: #ffffff;
}

.b-blue {
    background: #113f92;
    color: #ffffff;
}

.b-blue-light {
    background-color: rgb(227, 242, 254);
}

.b-orange {
    background: #E2A028;
    color: #ffffff;
}

.b-red {
    background: #CD0026;
    color: #ffffff;
}

.b-red-dark {
    background: #AB2A34;
    color: #ffffff;
}

.b-green-light {
    background: #1FACB3;
    color: #ffffff;
}

.b-green {
    background: #56AA64;
    color: #ffffff;
}

.b-white {
    background: #ffffff;
}

.b-grey {
    background: #4C4C4C;
}

.b-grey-light {
    background: #F3F3F3;
}

.b-grey-light2 {
    background: #FAFAFA;
}

.b-gris {
    background-color: #F4F4F4;
    padding-top: 20px;
}

.b-azul {
    background-color: #113f92;
    padding-top: 20px;
}

/* Borders */
.border-grey {
    border: 1px solid #EBEBEB;
}

.border-grey-w {
    border: 4px solid #EBEBEB;
}

.border-l-grey {
    border-left: 1px solid #EBEBEB;
}

.border-r-grey {
    border-right: 2px solid #EBEBEB;
}

.border-t-grey {
    border-top: 1px solid #EBEBEB;
}

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

.border-white {
    border: 1px solid #EBEBEB;
}

.border-l-white {
    border-left: 1px solid #EBEBEB;
}

.border-r-white {
    border-right: 1px solid #EBEBEB;
}

.border-t-white {
    border-top: 1px solid #EBEBEB;
}

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

.b-basic {
    border: 1px solid #D0D0D0;
    padding: 0;
}

/* Structure */
main {
    min-height: 440px;
}

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

.align-left {
    text-align: left;
}

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

.align-justify {
    text-align: justify;
}

.inline-block {
    display: inline-block;
}

.f-left {
    float: left;
}

.f-right {
    float: right !important;
}

.w-150 {
    width: 150px;
}

.w-auto {
    width: auto;
}

.max-1200 {
    max-width: 1200px !Important;
}

.max-fluid {
    max-width: 1600px;
}

.m0 {
    margin: 0;
}

.m-5 {
    margin: 5px !Important;
}

.auto {
    margin: 0 auto;
}

.p0 {
    padding: 0 !important;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-alto-0 {
    padding: 0 15px;
}

.p-ancho-0 {
    padding: 15px 0;
}

.overhide {
    overflow: hidden;
}

.clear {
    clear: both;
}

.va-baseline {
    vertical-align: baseline;
}

.link-white {
    color: #fff;
}

.remove-filter{
    font-family: 'Roboto', sans-serif!important;
    font-size: 12px;
    top: 14px;
    position: absolute;
    right: 0;
}

.z-index_1 {
    z-index: 1!important;
}

.link-white:hover {
    color: #fff !Important;
    text-decoration: underline;
}

/* Buttons General */
.btn {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 4px;
    text-transform: none;
}

.btn-modal {
    border: 1px solid #E5E5E5;
    background: #EDEDED;
}

.btn-danger {
    color: #113f92;
    background-color: #C10E27;
    border: 1px solid #C10E27;
    cursor: pointer;
    margin-right: 10px;
    text-align: center;
    color: white;
}

.btn-danger:hover:hover, .btn-danger:focus:hover, .btn-danger.focus:hover, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:hover:focus, .btn-danger:focus:focus, .btn-danger.focus:focus, .btn-danger:active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:hover.focus, .btn-danger:focus.focus, .btn-danger.focus.focus, .btn-danger:active.focus, .open > .dropdown-toggle.btn-danger.focus {
    background-color: #ffffff;
    border: 1px solid #C10E27;
    cursor: pointer;
    color: #C10E27;
}

.btn-primary {
    color: #113f92;
    background-color: #ffffff;
    border: 1px solid #113f92;
    cursor: pointer;
    margin-right: 10px;
    background: #113f92;
    text-align: center;
    color: white;
}

.btn-primary:hover:hover, .btn-primary:focus:hover, .btn-primary.focus:hover, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:hover:focus, .btn-primary:focus:focus, .btn-primary.focus:focus, .btn-primary:active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:hover.focus, .btn-primary:focus.focus, .btn-primary.focus.focus, .btn-primary:active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #113f92;
    background-color: #ffffff;
    border: 1px solid #113f92;
    cursor: pointer;
}

.btn-primary span, .btn-primary-reverse span {
    padding-left: 5px;
    font-weight: 100;
}

.btn-primary-reverse {
    background-color: #ffffff;
    color: #113f92;
    font-weight: normal;
    padding: 7px 29px;
    border: 1px solid #113f92;
}

.btn-primary-reverse:hover:hover, .btn-primary-reverse:focus:hover, .btn-primary-reverse.focus:hover, .btn-primary-reverse:active:hover, .open > .dropdown-toggle.btn-primary-reverse:hover, .btn-primary-reverse:hover:focus, .btn-primary-reverse:focus:focus, .btn-primary-reverse.focus:focus, .btn-primary-reverse:active:focus, .open > .dropdown-toggle.btn-primary-reverse:focus, .btn-primary-reverse:hover.focus, .btn-primary-reverse:focus.focus, .btn-primary-reverse.focus.focus, .btn-primary-reverse:active.focus, .open > .dropdown-toggle.btn-primary-reverse.focus {
    color: #113f92;
    background-color: #ffffff;
    border: 1px solid #113f92;
    color: #ffffff !important;
    background-color: #113f92;
    border: 1px solid #113f92;
    cursor: pointer;
}

.btn-disable {
    background-color: #cbcbcb;
    color: #ffffff;
    font-weight: normal;
    padding: 5px 15px;
    border: 1px solid #cbcbcb;
    padding-top: 3px;
}

.btn-purchase {
    font-weight: 400;
    color: white;
    background-color: #d10026;
    text-align: center;
    padding: 9px 15px!important;
    border-radius: 4px;
    border: 1px solid #d10026;
    font-family: "Roboto", sans-serif;
    width: 100%;
}

.text-purchase {
    font-size: 17px !important;
}

.btn-purchase:hover:hover, .btn-purchase:active:hover, .open > .dropdown-toggle.btn-purchase:hover, .open > .dropdown-toggle.btn-purchase:focus, .btn-purchase:hover.focus, .btn-purchase:focus.focus, .btn-purchase.focus.focus, .btn-purchase:active.focus, .open > .dropdown-toggle.btn-purchase.focus {
    color: #d10026;
    background-color: white;
    cursor: pointer;
    border: 1px solid #d10026!important;
}

.btn-purchase:hover .view-cart span {
    color: white;
}

.btn-chat {
    border: 1px solid #39A835;
    color: #39A835;
    font-size: 12px;
    line-height: 29px;
    padding: 0 15px;
    font-family: 'Roboto', serif;
    margin-top: 0;
    background: transparent;
}

.btn-chat:hover {
    background-color: #39A835;
    font-weight: 300;
    color: #ffffff;
}

.btn-login-user {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 4px;
    border: 1px solid #d10026;
    cursor: pointer;
    background-color: #d24228;
    padding: 3px 65px!important;
}

.btn-info {
    color: #ffffff;
    background-color: #113F95;
    border-color: #113F95;
    border: 1px solid #113F95;
}

.btn-info:hover:hover, .btn-info:focus:hover, .btn-info.focus:hover, .btn-info:active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:hover:focus, .btn-info:focus:focus, .btn-info.focus:focus, .btn-info:active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:hover.focus, .btn-info:focus.focus, .btn-info.focus.focus, .btn-info:active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #113F95;
    background-color: #ffffff;
    border-color: transparent;
    border: 1px solid #113F95;
    cursor: pointer;
}

.btn-info_blue {
    font-size: 12px;
    border: 1px solid #BFBFBF;
    border-radius: 70%;
    -moz-border-radius: 70%;
    -webkit-border-radius: 70%;
    background: #ffffff;
}

.btn-info_blue:hover {
    color: #113F92;
    background-color: #ffffff;
    border: 1px solid #113F92;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0px 15px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
    border: 0;
}

.btn-wishlist {
    padding: 10px 20px;
    background: whitesmoke;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.btn-wishlist:hover {
    background: #5A75A5;
    color: white;
    cursor: pointer;
}

.navbar-nav .ventajon_btn {
    background-color: #113F92;
    font-family: 'Roboto', serif;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: blink !Important;
    padding: 0 28px;
    margin: 15px 0;
    border-radius: 90px;
    border: 1px dashed #fff;
    box-shadow: 0 0 0 4px #113F92;
    -webkit-box-shadow: 0 0 0 4px #113F92;
    -moz-box-shadow: 0 0 0 4px #113F92;
    display: inline-block;
}

.navbar-nav .ventajon_btn:hover {
    background-color: #fff;
    color: #113F92;
}

.pointer {
    cursor: pointer;
}

.text-r {
    text-align: left;
}

ol li {
    font-family: 'Roboto-Slab', sans-serif;
    font-size: 12px;
}

#searchform {
    padding: 15px;
}

#searchform input {
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 20px;
    margin-right: 16px;
}

/*COOKIES*/

#cookies {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}

#boxCookies {
    position: relative;
    background-color: #113f96;
    padding-top: 15px;
    padding-bottom: 5px;
}

#boxCookies p {
    color: #FFF;
    margin-top: 10px;
}

#boxCookies a {
    font-family: "Roboto", "sans-serif";
    color: #FFF;
    text-decoration: underline;
}

#boxCookies button {
    padding: 8px 20px;
    text-align: left;
    background-color: #113f96;
    border: 1px solid #ffffff;
    color: #FFF;
}

#boxCookies button:focus, #boxCookies button:hover  {
    color: #113f96;
    background-color: #fff;
    font-weight: 400;
}

#cookies .btn {
    border: 1px solid #ffffff;
}

.containerCookies {
    padding: 0;
}

#boxCookies .cookies-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-decoration: none;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #113f96;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 15px;
    cursor: pointer;
    box-sizing: border-box;
}
#boxCookies .cookies-close .fa {
    position: relative;
    top: -1px;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    font-weight: 400;
}
@media (max-width: 650px){
    #boxCookies {
        text-align:left;
    }
    #boxCookies p {
        padding-left: 0;
    }
    #boxCookies .cookies-close.visible-xs {
        display: none !important;
    }
    #boxCookies button {
        clear: left;
        float: right;
        display: block;
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

/*----------------------------------------------
        1.1 Mediaqueries for General           */
/* CSS for 320 */
@media (min-width: 320px) {
}

/* End Mediaqueries 320*/

/* CSS for 480 */
@media (min-width: 480px) {
    h1 {
        font-size: 1.7em;
        color: #113F92;
        font-weight: 300;
        line-height: 25px;
        margin: 10px 0;
    }

}
/* End Mediaqueries 480*/

/* CSS for 768 */
@media (min-width: 768px) {
    .phone-menu {
        color: #FFF;
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
        font-weight: 500;
    }

    .text-r {
        text-align: right;
    }

    main {
        margin-top: 0;
    }

    .max-fluid {
        padding-bottom: 0;
    }

    .container-fluid {
        /*padding-left: 15px;*/
        margin: 0 auto;
        /*padding-right: 15px;*/
    }

    .btn-wishlist {
        margin: 0 auto;
    }
}

/* End Mediaqueries 768*/

/* CSS for 1024 */
@media (min-width: 1024px) {
}

/* End Mediaqueries 1024*/

/* CSS for 1170 */
@media (min-width: 1170px) {
    .container {
        max-width: 1200px;
    }
}
/* End Mediaqueries 1170*/

/* CSS for 1500 */
@media (min-width: 1500px) {
    .container {
        max-width: 1600px;
    }
}
/* End Mediaqueries 1500*/
/*----------------------------*/

/*------------------------------
*-------   2. HEADER     -----*/
@font-face {
    font-family: 'sm-icon';
    src: url('/shoppingmall/assets/fonts/sm-icon.eot?jlmr14');
    src: url('/shoppingmall/assets/fonts/sm-icon.eot?jlmr14#iefix') format('embedded-opentype'),
    url('/shoppingmall/assets/fonts/sm-icon.ttf?jlmr14') format('truetype'),
    url('/shoppingmall/assets/fonts/sm-icon.woff?jlmr14') format('woff'),
    url('/shoppingmall/assets/fonts/sm-icon.svg?jlmr14#sm-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="sm-icon"], [class*="sm-icon"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'sm-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sm-icon-phone:before {
    content: "\e900";
}

.sm-icon-protection:before {
    content: "\e901";
}

.sm-icon-user:before {
    content: "\e902";
}

.sm-icon-shop-bag:before {
    content: "\e903";
}

.sm-icon-search:before {
    content: "\e904";
}

.sm-icon-pencil:before {
    content: "\e905";
}

.sm-icon-images:before {
    content: "\e90e";
}

.sm-icon-file-empty:before {
    content: "\e924";
}

.sm-icon-files-empty:before {
    content: "\e925";
}

.sm-icon-file-text2:before {
    content: "\e926";
}

.sm-icon-file-picture:before {
    content: "\e927";
}

.sm-icon-file-music:before {
    content: "\e928";
}

.sm-icon-file-play:before {
    content: "\e929";
}

.sm-icon-file-video:before {
    content: "\e92a";
}

.sm-icon-barcode:before {
    content: "\e937";
}

.sm-icon-qrcode:before {
    content: "\e938";
}

.sm-icon-credit-card:before {
    content: "\e93f";
}

.sm-icon-location:before {
    content: "\e947";
}

.sm-icon-compass:before {
    content: "\e949";
}

.sm-icon-map2:before {
    content: "\e94c";
}

.sm-icon-display:before {
    content: "\e956";
}

.sm-icon-laptop:before {
    content: "\e957";
}

.sm-icon-gift:before {
    content: "\e99f";
}

.sm-icon-magnet:before {
    content: "\e9ab";
}

.sm-icon-file-pdf:before {
    content: "\eadf";
}

.sm-icon-play:before {
    font-family: FontAwesome;
    content: "\f04b";
}

.checkbox .input-helper:before {
    top: 2px;
    width: 15px;
    height: 15px;
    left: 0;
}

.checkbox label, .radio label {
    padding-left: 27px;
    position: relative;
    font-size: 14px;
    /*    margin-right: 10px;*/
}

.form-control:not(.fc-alt) {
    -webkit-appearance: none;
    border: 0;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    padding: 6px 6px 4px 6px;
    border-bottom: 1px solid gainsboro;
}

/* Menu */
.top-bar {
    background-color: #113f92;
    color: white;
    font-size: 14px;
}

.phone-menu {
    color: #FFF;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-family: 'Roboto', serif!important;
}

.phone-menu:hover {
    color: #FFF;
    text-decoration: underline;
}

.phone-menu:focus {
    color: #FFF;
    text-decoration: none;
}

.top-bar span:not(.number) {
    color: white;
    font-weight: 100;
}

.support .sm-icon-phone, .support .number, .support .at {
    display: inline-block;
    vertical-align: middle;
}

.top-bar-nav span {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.top-bar-nav a:not(.droplogin) {
    padding: 0 10px;
    vertical-align: bottom;
}

.top-bar-nav a:not(:first-child) {
    font-family: 'Roboto', serif!important;
}

.support {
    padding: 5px;
    text-align: left;
    font-family: 'Roboto', serif!important;
}

.top-bar-nav {
    padding: 5px;
    text-align: right;
}

.droplogin {
    padding: 0 5px;
}

.main-logo {
    width: 116px;
    height: auto;
    margin-top: 7px;
    margin-left: 35px;
    padding: 0px;
    margin-bottom: 10px;
}

.logo-checkout {
    width: 158px;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 0px;
    margin-bottom: 20px;
}

.number {
    font-size: 12px;
}

.menu-fixed {
    position: fixed;
    width: 100%;
    top: -125px;
    z-index: 85;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.delay-menu {
    transition: 1s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    top: 0;
}

.search span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #113f92;
}

.cart-trigger span {
    display: inline-block;
    vertical-align: middle;
    color: #113f92;
}

.search {
    padding: 5px;
}

.cart-div {
    float: right;
    padding: 5px;
    margin-right: 3px;
    font-size: 20px;
}

.navbar-nav {
    text-align: center;
    margin: 0 auto;
    height: auto;
}

.grid-opacity {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    background-color: #000000;
    opacity: 0.3;
}

.grid-opacity2 {
    position: fixed;
    top: 54px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    background-color: #000000;
    opacity: 0.3;
}

#searchtoggl {
    font-size: 16px;
    color: #3C3C3B;
    margin:5px 0 0 20px;
    float: left;
}

.header {
    background: white;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

.main-actions {
    position: relative;
    padding: 0 5px;
}

.search-bar {
    z-index: 1;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    display: block;
    padding: 5px 0;
}

.search-item {
    z-index:999;
}

/* Acces dropdown */
.access-dropdown {
    position: absolute;
    top: 25px;
    right: -15px;
    min-width: 270px;
    padding: 20px;
}

.sm-icon-search {
    border-left: 0;
    position: absolute;
    top: -3px;
    right: 5px;
    font-size: 25px;
    color: #263e88;
    cursor: pointer;
}

.sm-icon-play {
    color: #113F92;
    border-left: 0;
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.trigger {
    padding: 0;
    padding-top: 5px;
    padding-left: 7px;
}

.help-advice {
    margin: 0;
    width: 72px;
    padding: 0;
    color: #113f92;
    font-size: 13px;
    padding-left: 5px;
}

.menu-show {
    background: none;
    border: 0;
    font-size: 25px;
    padding: 0;
    margin-top: 0;
}

#dropdown-menu-tiendas {
    background-color: #eeeeee;
}

/* Cart */
.cart {
    right: 0;
    padding: 10px;
    margin-top: 0px;
    z-index: 102;
}

.cesta {
    font-size: 18px;
    margin-left: 0px;
    padding-top: 0px;
    font-size: 18px;
    vertical-align: sub;
}

.close-cart i {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    font-size: 15px;
    border: 1px solid #888888;
    border-radius: 43px;
    color: #888888;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 21px;
    z-index: 1;
}

.close-landing-offer i {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    font-size: 15px;
    border: 1px solid #888888;
    border-radius: 43px;
    color: #888888;
    top: 31px;
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 21px;
    z-index: 1;
    cursor: pointer;
}

.close-login i {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    font-size: 15px;
    border: 1px solid #888888;
    border-radius: 43px;
    color: #888888;
    top: 13px;
    right: 13px;
    width: 25px;
    height: 25px;
    line-height: 23px;
    z-index: 1;
    cursor: pointer;
}

.sidebar.toggled {
    display: block;
    filter: alpha(opacity=100);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    margin-right: 0;
}

.sidebar {
    position: fixed;
    background: #fff;
    box-shadow: 0 3px 7px 2px rgba(185, 185, 185, 0.38);
    -webkit-transition: all;
    -o-transition: all;
    height: 100%;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    top: 0;
    filter: alpha(opacity=0);
    overflow: auto;
    width: 100%;
    opacity: 0;
    margin-right: -800px;
}

.sidebar-fixed {
    top: 46px;
}

.total-cart td {
    font-family: 'Roboto', sans-serif;
    padding: 5px !Important;
}

.name-product-list {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #113f92;
    max-width: 150px;
    margin: 0;
    margin-top: 2px;
}

.name-product-list-grey {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #ccc;
    max-width: 150px;
    margin: 0;
    margin-top: 2px;
}

.delete-item-list {
    position: absolute;
    right: 20px;
    bottom: 32px;
    font-size: 14px;
    color: #4976B9;
}

.delete-item-list span:hover {
    cursor: pointer;
}

.item-cart-list .name-product-list p {
    margin-bottom: 5px;
}

.item-cart-list div {
    border-left: 0;
}

.item-cart-list img {
    height: auto !important;
    vertical-align: middle;
    margin: 0 auto;
    padding: 7px;
}

.btn-purchase span {
    display: inline-block;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1.42857143;
    border-top: 0;
}

.item-cart-list .icon-delete:hover {
    cursor: pointer;
    color: #113F8F;
}

.cart-span {
    margin-right: 0;
    background: transparent;
    color: inherit;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: left;
    font-size: 13px;
    line-height: 12px;
    font-family: 'Roboto', serif;
}

.cart-span-grey {
    margin-right: 0;
    background: transparent;
    color: #ccc;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: left;
    font-size: 13px;
    line-height: 12px;
    font-family: 'Roboto', serif;
}

.cart-span-red {
    margin-right: 0;
    background: transparent;
    color: #D00026;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: left;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.cart-counter {
    border: 1px solid #CECECE;
    background: white;
    /* position: absolute; */
    color: #919191;
    padding: 0 6px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.table {
    background-color: #ffffff;
    margin-bottom: 0;
    color: #5D5D5D;
}

.title-cart {
    text-align: left;
    font-size: 20px;
    color: #113F95;
    font-family: 'Roboto', serif;
    margin: 0;
    font-weight: 500;
    padding-bottom: 15px;
    margin: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0;
}

.total-cart {
    font-size: 18px;
    border-radius: 6px;
    color: #113f92;
    font-weight: 500;
}

.item-cart-list {
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
}

.item-cart-list:hover {
    border-bottom: 1px solid #7E7E7E;
}

.view-cart span {
    margin: 0;
    padding-right: 0px;
    font-size: 18px;
}

.cart-delete {
    position: absolute;
    right: 0;
    top: 15px;
    line-height: 0;
    font-size: 21px;
    color: #ccc;
}

.cart-delete-grey {
    position: absolute;
    right: 0;
    top: 15px;
    line-height: 0;
    font-size: 25px;
    color: #ccc;
}

.empty-cart {
    /*    padding: 20px;*/
    /*    border: 1px solid #A2A2A2;*/
    text-align: center;
    height: 100%;
    /*    margin-top: 40px;*/
}

.empty-cart p {
    font-size: 19px;
    margin: 0;
    color: #A2A2A2;
    font-weight: 400;
}

.discount-landing {
    padding: 6px;
    border-top: 1px solid #FFC22D;
    border-bottom: 1px solid #FFC22D;
    text-align: center;
    height: 100%;
    margin-top: 20px;
}

.discount-landing p {
    font-size: 15px;
    margin-bottom: -10px;
    color: #575756;
    font-weight: 300
}

.discount-landing2 {
    padding: 6px;
    border-top: 1px solid #FFC22D;
    border-bottom: 1px solid #FFC22D;
    text-align: center;
    height: 100%;
    margin-top: 20px;
}

.discount-landing2 p {
    font-size: 16px;
    margin-bottom: -10px;
    color: #575756;
    font-weight: 300
}

.discount-landing-cart {
    background-color: #fff;
    padding: 6px;
    border-top: 1px solid #FFC22D;
    border-bottom: 1px solid #FFC22D;
    text-align: center;
    height: 100%;
    margin-top: 20px;
}

.discount-landing-cart div {
    width: 277px;
    margin: 0px auto;
}

.img-card-ventajon-menu {
    width: 32px;
}

.grid-item {
    margin: 0 auto;
    width: 200px;
}

.trigger-menu {
    padding: 0;
    text-align: center;
    width: auto;
    float: left;
}

.trigger-menu i, .trigger-menu span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    cursor: pointer;
}

.max-fluid {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.advice-login p, .advice-login button {
    display: inline-block;
    vertical-align: middle;
}

.advice-login button {
    display: inline-block;
    vertical-align: middle;
}

/* Head page */
.head-page {
    padding: 0 15px;;
    box-sizing: content-box;
}

.head-page .back {
    padding: 19px 5px 0px 5px;
}

.breadcrumb p, .breadcrumb a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #113f92!important;
}

.breadcrumb > .active {
    color: black;
    font-weight: 600;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 2px;
    color: #cccccc;
}

.breadcrumb {
    padding: 10px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 2px;
}

.head-page h1 {
    font-size: 1.4em;
    color: #113F92;
    font-weight: 300;
    line-height: 25px;
    margin: 10px 0 5px 0;
}

.btn-quantity {
    width: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 5px;
    color: #113f9d;
    font-size: 18px;
    font-weight: 500;
    background: white;
    border: 1px solid #113f9f;
}

.btn-quantity i {
    font-size: 15px;
}

.btn-quantity-cart {
    width: 23px;
    height: 23px;
    color: #113f9d;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #113f9f;
    background: white;
    padding-left: 4px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.live-search {
    width: 300px!important;
}

#query-product-result {
    margin-top: 35px;
    float: right;
}

.list-group-item.search-item {
    min-height: 100px;
    border-radius: 0;
    border-bottom: 1px solid #C4C4C4;
}

.list-group-item.search-item img {
    max-height: 65px;
}

.search-item-pvp {
    font-size: 13px;
    text-align: left;
}

.search-item.last {
    height: 45px!important;
    min-height: 45px;
    background-color: #113f96!important;
    color: white!important;
        font-family: 'Roboto', serif;
    font-size: 16px;
}

#searchbar_mobile {
    z-index: 1;
}

.modal-header .modal-title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-right: 30px;
    margin-top: 5px;
}

.modal iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.btn-facebook, btn-facebook:hover {
    color: white!important;
    background-color: #4267B2!important;
    font-size: 14px;
    width: 100%;
    border-radius: 0px;
    text-align: left;
    padding: 8px 16px;
}

.btn-google, .btn-google:hover {
    background-color: white;
    font-size: 14px;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #A1A1A1;
    text-align: left;
    padding: 8px 16px;
}

.btn-google img, .btn-facebook img {
    width: 20px;
}

#login_mobile .tab-nav {
    box-shadow: none;
    text-align: center;
    width: 80%;
}

#login_mobile .tab-nav li {
    font-family: 'Roboto', sans-serif;
}


/*--------------------------------------------
2.1 Mediaqueries for Header         */

/* CSS for 320 */
@media (min-width: 320px) {
}
/* End Mediaqueries 320*/

/* CSS for 480 */
@media (min-width: 480px) {
    .info-delete-icon {
        height: 33px;
        top: 75px;
        right: -15px;
        position: absolute;
        font-size: 12px;
        margin-bottom: 0;
        line-height: 0;
    }

    .grid-item {
        margin: 0 13px;
        width: auto;
    }

    .cart-fixed {
        top: 45px
    }
}
/* End Mediaqueries 480*/


/* CSS for Mobile */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {
    .responsive-menu {
        min-height: 0;
        background-color: #e7e7e7;
        margin-top: 5px;
        border-top: 1px solid #cccccc!important;
    }

    .responsive-menu .navbar-nav > li > a {
        width: auto;
        padding: 7px 14px!important;
        font-size: 13px;
    }

    .responsive-menu .nav > li > a {
        font-size: 12px!important;
    }

    .responsive-menu .navbar-nav > li {
        float:left!important;
        width: auto;
        text-align: center;
        padding: 0px;
    }

    .responsive-menu .navbar-nav .open .dropdown-menu {
        position: absolute!important;
    }

    .last-item-mobile {
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        border-top: 0!important;
    }

    .last-item-mobile .btn-primary-reverse {
        width: 80%;
        margin: 0 auto;
    }

    .product-card.special-menu img {
        display: none!important;
    }

    .mobile-results {
        position: absolute;
        top: 160px!important;
        width: 100%!important;
    }

    .btn-login-user {
        width: 100%;
        padding: 10px 65px!important;
    }

    .btn-facebook, btn-facebook:hover, .btn-google, .btn-google:hover {
        padding: 15px 16px;
        font-size: 16px;
    }

    #boxCookies {
        text-align:left;
    }
    #boxCookies p {
        padding-left: 0;
    }
    #boxCookies .cookies-close.visible-xs {
        display: none !important;
    }
    #boxCookies button {
        clear: left;
        float: right;
        display: block;
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

/* CSS for 768 */
@media (min-width: 768px) {
    .head-page {
        padding: 5px 15px;
    }

    .iva {
        font-size: 12px;
        color: #575756 !Important;
        font-weight: 300;
        text-align: left;
    }

    .top-bar-nav {
        padding: 5px 15px;
        text-align: right;
    }

    .support {
        padding: 5px 15px;
        text-align: left;
    }

    .live-search {
        width: 269px!important;
    }

    .main-actions {
        position: absolute;
        right: 15px;
        top: 10px;
        width: auto;
    }

    .main-logo {
        width: 140px;
        height: auto;
        margin-top: 0;
        margin-left: 20px;
        padding: 10px;
    }

    .navbar-nav {
        text-align: left;
        margin: 0 auto;
        height: auto;
        font-size: 15px;
        margin-top: 0px;
        border-bottom: 1px solid #d4d4d4;
    }

    .cart-div {
        float: right;
        padding: 5px;
        margin-top: 0;
        position: relative;
        top: 0;
        right: 0;
        font-size: 16px;
        margin-top: 12px;
    }

    .search {
        float: left;
        padding: 5px;
    }

    .search-bar {
        padding-top: 0;
        padding-right: 25px;
    }

    .cart {
        padding: 10px;
        width: 380px;
        top: 0;
    }

    .trigger {
        padding: 0;
        padding-top: 10px;
        padding-left: 0;
    }

    .discount-landing p {
        font-size: 13px;
        margin-bottom: -10px;
        color: #575756;
        font-weight: 300
    }

    .discount-landing-cart div {
        width: 100%;
        margin: 0px auto;
    }

    .modal-legal-info-txt .modal-dialog, #modalDataProtection .modal-dialog, #modalLegalWeb .modal-dialog, #modalPrivacyPolicy .modal-dialog {
        top: 15% !important;
        width: 90%;
        max-width: 980px;
        margin: 30px auto;
    }
}
/* End Mediaqueries 768*/

/* CSS for 992 */
@media (min-width: 992px) {

    .grid-item {
        margin: 20px 13px 0 13px;
        width: auto;
    }

    .special-item{
       margin: 20px 0 0 0!important;
    }
}
/* End Mediaqueries 992*/

/* CSS for 1024 */
@media (min-width: 1024px) {
    .search-bar {
        min-width: 270px;
        margin-top: -7px;
        padding-right: 0;
    }
    .number {
        font-size: 15px;
    }

    .cart-height {
        min-height: 330px;
    }
}
/* End Mediaqueries 1024*/

/* CSS for 1200 */
@media (min-width: 1200px) {

    .menu-show {
        display: none;
    }

    .main-logo {
        width: 150px;
        height: auto;
        margin-top: 10px;
        margin-left: 20px;
        padding: 0;
    }

    .main-actions {
        position: absolute;
        right: 16px;
        top: 6px;
        width: auto;
    }

    .navbar-nav {
        margin-top: 0;
        border: 0;
        background: transparent;
    }

    .cart-div{
        margin-top: 10px!important;
    }
}
/* End Mediaqueries 1200*/

/* CSS for 1336 */
@media (min-width: 1336px) {
    .search-bar {
        min-width: 260px;
        z-index: 0;
    }
    .search-group {
        margin-top: 40px;
        margin-right: 5px;
        min-width: 265px;
    }
}
/* End Mediaqueries 1336*/

/* CSS for 1600 */
@media (min-width: 1600px) {
    .search-bar {
        min-width: 325px;
        z-index: 0;
    }
    .search-group {
        margin-top: 40px;
        margin-right: 5px;
        min-width: 330px;
    }

    #query-product-result {
        margin-top: -5px;
    }

    .main-actions {
        position: absolute;
        right: -15px;
        top: 6px;
        width: auto;
    }

}
/* End Mediaqueries 1600*/
/*-----------------------------------*/

/*---------------------------------
*-----  3. HOMEPAGE ----*/

/* ifram video home */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.titulo-home {
    font-size: 50px !important;
    line-height: 30px !important;
    color: #113F92;
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: -23px;
}

.home-h1 {
    text-align: center;
}

.home-h1 span {
    font-size: 55px;
    text-align: center;
    padding: 8px;
    color: #113F95;
    border: 2px solid #113F95;
    border-radius: 45px;
}

.title-home {
    margin-bottom: 5px;
}

.bar-right {
    border-right: 0;
}

.space-home {
    height: 170px;
    overflow: auto;
}

.home_title {
    font-size: 25px;
    font-weight: 300;
    line-height: 29px;
    color: #113F92;
    text-align: center;
    margin: 15px 0;
}

.home_subtitle {
    font-size: 19px;
    font-weight: 300;
    line-height: 22px;
    color: #575756;
    margin-top: -9px;
    text-align: center;
}

.home_text {
    font-size: 16px;
    color: #575756;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

.home_text2 {
    font-size: 16px;
    color: #575756;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

p.home_text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.hidden-txt {
    display: none;
}

.height-home {
    height: 100%;
}

.messageBox-slider {
    background-color: rgba(0, 60, 144, 0.8);
    color: white;
    position: absolute;
    margin-top: 18%;
    padding: 20px 17px;
    min-width: 430px;
    max-width: 500px;
}

.messageBox-slider h2 {
    font-size: 28px;
    color: white;
    margin-bottom: 5px;
}

.messageBox-slider span {
    font-size: 16px;
}

.messageBox-slider p {
    font-size: 16px;
    color: white;
    margin-top: 15px;
}

.messageBox-slider small {
    font-size: 14px;
    display: block;
    margin-top: 15px;
}

.credit-cart-ventajon {
    background: url(/shoppingmall/assets/images/slider/tarjeta_ventajon_plana.png) no-repeat;
    background-size: 100%;
    width: 210px;
    height: 185px;
    position: absolute;
    right: -30px;
    top: 90px;
}

.promotional-campaign {
    margin-top: 50px;
}

.promotional-campaign h2 {
    font-weight: 400;
    margin-bottom: 15px;
}

.promotional-banner-content {
    padding: 0;
    margin-top: 15px;
}

.promotional-banner {
    min-height: 275px;
    background-color: #231f20;
    border: 1px solid white;
    margin-top: 5%;
    box-shadow: 0 0 0 10px #231f20;
}

.banner-amarillo {
    height: 330px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(241, 216, 159, 1) 0%, rgba(221, 160, 20, 1) 87%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(241, 216, 159, 1)), color-stop(87%, rgba(221, 160, 20, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(241, 216, 159, 1) 0%, rgba(221, 160, 20, 1) 87%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(241, 216, 159, 1) 0%, rgba(221, 160, 20, 1) 87%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(241, 216, 159, 1) 0%, rgba(221, 160, 20, 1) 87%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(241, 216, 159, 1) 0%, rgba(221, 160, 20, 1) 87%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1D89F', endColorstr='#DDA014', GradientType=1); /* ie6-9 */
}

.banner-azul {
    height: 330px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(111, 206, 200, 1) 0%, rgba(5, 170, 157, 1) 96%, rgba(1, 169, 156, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(111, 206, 200, 1)), color-stop(96%, rgba(5, 170, 157, 1)), color-stop(100%, rgba(1, 169, 156, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(111, 206, 200, 1) 0%, rgba(5, 170, 157, 1) 96%, rgba(1, 169, 156, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(111, 206, 200, 1) 0%, rgba(5, 170, 157, 1) 96%, rgba(1, 169, 156, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(111, 206, 200, 1) 0%, rgba(5, 170, 157, 1) 96%, rgba(1, 169, 156, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(111, 206, 200, 1) 0%, rgba(5, 170, 157, 1) 96%, rgba(1, 169, 156, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6FCEC8', endColorstr='#01A99C', GradientType=1); /* ie6-9 */
}

.banner-rojo {
    height: 330px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,127,125,1) 0%, rgba(128,38,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,127,125,1)), color-stop(100%, rgba(128,38,0,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(255,127,125,1) 0%, rgba(128,38,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255,127,125,1) 0%, rgba(128,38,0,1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,127,125,1) 0%, rgba(128,38,0,1) 100%); /* ie10+ */
    background:radial-gradient(ellipse at center, rgba(255,127,125,1) 0%, rgba(128,38,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF7F7D', endColorstr='#802600',GradientType=1 ); /* ie6-9 */
}

.banner-rosa {
    height: 330px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 190, 214, 1) 0%, rgba(255, 125, 173, 1) 96%, rgba(255, 123, 172, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 190, 214, 1)), color-stop(96%, rgba(255, 125, 173, 1)), color-stop(100%, rgba(255, 123, 172, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 190, 214, 1) 0%, rgba(255, 125, 173, 1) 96%, rgba(255, 123, 172, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 190, 214, 1) 0%, rgba(255, 125, 173, 1) 96%, rgba(255, 123, 172, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 190, 214, 1) 0%, rgba(255, 125, 173, 1) 96%, rgba(255, 123, 172, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(255, 190, 214, 1) 0%, rgba(255, 125, 173, 1) 96%, rgba(255, 123, 172, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBED6', endColorstr='#FF7BAC', GradientType=1); /* ie6-9 */
}

.banner-gris {
    height: 330px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(188,189,193,1) 0%, rgba(188,189,193,1) 1%, rgba(109,110,114,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(188,189,193,1)), color-stop(1%, rgba(188,189,193,1)), color-stop(100%, rgba(109,110,114,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(188,189,193,1) 0%, rgba(188,189,193,1) 1%, rgba(109,110,114,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(188,189,193,1) 0%, rgba(188,189,193,1) 1%, rgba(109,110,114,1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(188,189,193,1) 0%, rgba(188,189,193,1) 1%, rgba(109,110,114,1) 100%); /* ie10+ */
    background:radial-gradient(ellipse at center, rgba(188,189,193,1) 0%, rgba(188,189,193,1) 1%, rgba(109,110,114,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BCBDC1', endColorstr='#6D6E72',GradientType=1 ); /* ie6-9 */
}

.banner-verde {
    height: 330px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(147, 215, 156, 1) 0%, rgba(61, 182, 78, 1) 96%, rgba(58, 181, 75, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(147, 215, 156, 1)), color-stop(96%, rgba(61, 182, 78, 1)), color-stop(100%, rgba(58, 181, 75, 1))); /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(147, 215, 156, 1) 0%, rgba(61, 182, 78, 1) 96%, rgba(58, 181, 75, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(147, 215, 156, 1) 0%, rgba(61, 182, 78, 1) 96%, rgba(58, 181, 75, 1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(147, 215, 156, 1) 0%, rgba(61, 182, 78, 1) 96%, rgba(58, 181, 75, 1) 100%); /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(147, 215, 156, 1) 0%, rgba(61, 182, 78, 1) 96%, rgba(58, 181, 75, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93D79C', endColorstr='#3AB54B', GradientType=1); /* ie6-9 */
}

.amarillo-brand-campaign {
    background-color: rgba(221, 160, 20, 1);
}

.rojo-brand-campaign {
    background-color: rgba(205, 0, 38, 1);
}

.azul-brand-campaign {
    background-color: rgba(1, 169, 156, 1)
}

.rosa-brand-campaign {
    background-color: rgba(255, 123, 172, 1);
}

.verde-brand-campaign {
    background-color: rgba(58, 181, 75, 1);
}

.gris-brand-campaign {
    background-color: rgba(109, 110, 114, 1);
}

.text-slider img {
    max-width: 100%;
}

.legal{
    position: absolute;
    bottom: 0px;
}

.legal p{
    font-size: 13px;
    color: white;
}

.banner_ventajon_cash img {
    margin-left: 3%;
    margin-top: 2%;
    width: 66%;
}

.banner_ventajon_cash .legal {
    padding: 0px 15px;
    color: #000000;
    font-size: 7px;
    text-align: justify;
    line-height: 7px;
}

.instructions-cash {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.instructions-cash p {
    font-size: 20px;
    padding-left: 25px;
    margin: 0;
}

/* Mediaqueries 640*/
@media (min-width: 640px) {
    .banner_ventajon_cash {
        background: url(/shoppingmall/assets/images/banners/bbanner_home_ventajon-cash-big-mobile.jpg) no-repeat;
        background-position: 44% 50%;
        background-size: cover;
        min-height: 350px;
    }

    .banner_ventajon_cash img {
        margin-left: 4%;
        margin-top: 1%;
        width: auto;
    }
    .banner_ventajon_cash .legal {
        padding: 9px 37px;
        font-size: 11px;
        line-height: 12px;
        color: black;
    }
}
/* End Mediaqueries 640*/


/* Mediaqueries 768*/
@media (min-width: 768px) {
    .banner_ventajon_cash img {
        margin-left: 9%;
        margin-top: 1%;
        width: 43%;
    }

/*    .banner_ventajon_cash .btn {
        margin-left: 9%;
        margin-top: 3px;
        color: white;
        background-color: #d10026;
        border: 1px solid transparent;
    }*/

    .banner_ventajon_cash .legal {
        padding: 9px 37px;
        font-size: 9px;
        line-height: 10px;
        color: black;
    }
}
/* End Mediaqueries 768*/

/* Mediaqueries 980*/
@media (min-width: 980px) {

}
/* End Mediaqueries 980*/

/* Mediaqueries 1280*/
@media (min-width: 1280px) {

}
/* End Mediaqueries 1280*/

.promotional-banner-title {
    color: white;
    text-align: left;
    padding-left: 0;
    padding-bottom: 0;
}

.promotional-banner-title-device {
    margin-top: 0;
}

.promotional-banner-title h2 {
    color: white;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 25px;
}

.promotional-banner-title .discover-more {
    font-size: 14px;
    font-weight: 200;
}

.promotional-banner-title-device h2 {
    color: white;
    margin-bottom: 5px;
    text-align: center;
}

.promotional-banner-title-device .discover-more {
    text-align: center;
    color: white;
    font-size: 12px;
    display: block;
}

.content-image-campaign img {
    display: block;
    margin: 0 auto;
    max-width: 189px;
}

.slider-products-content-home {
    padding-top: 0;
    padding-left: 30px;
    background-color: #EDEDED;
}

.slider-products-content-home .slick-initialized .slick-slide {
    padding: 0;
}

.slider-products-content-home .product-card {
    margin-top: 0;
}

.newsletter {
    background: url(/shoppingmall/assets/images/background_newsletter.jpg) no-repeat;
    background-size: 100%;
    padding: 0;
    min-height: 200px;
    color: white;
    font-weight: 200;
}

.title-newsletter {
    font-size: 30px;
    border: 1px solid white;
    padding: 5px 20px;
    color: white;
    text-align: center;
}

.text-newsletter {
    padding: 0;
}

.banner-right-bottom {
    background: url(/shoppingmall/assets/images/background_video.jpg) no-repeat;
    background-size: 100%;
    min-height: 200px;
    color: white;
    font-weight: 200;
    text-align: center;
    padding-top: 25px;
}

.banner-right-bottom i {
    font-size: 80px;
    margin-bottom: 10px;
}

.banner-right-bottom span {
    display: block;
    font-size: 30px;
    line-height: 1.1;
}

.claim-info-box {
    padding: 0 0;
}

.claim-info {
    border: 1px solid #D9D9D9;
    text-align: center;
    padding: 45px 58px 25px;
    min-height: 211px;
}

.claim-info h3 {
    color: #113f92;
    font-size: 24px;
}

.claim-info p {
    color: #848484;
    font-size: 15px;
}

.col:first-child {
    padding-right: 25px !important;

}

.col:last-child {
    padding-left: 25px !important;
}

.box-mosaic {
    min-height: 235px;
}

.content-prices-mosaic {
    margin-top: 85px;
}

.box-mosaic img {
    max-width: 140px;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
}

.vert_img {
    margin-top: 2px !important;
}

.name-item-mosaic {
    font-size: 13px;
    color: white;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.price-item-mosaic {
    text-align: center;
    color: white;
    font-size: 21px;
    margin: 0 auto;
    display: block;
    font-weight: 600;
}

.disocunt-item-mosaic {
    text-align: center;
    color: white;
    font-size: 20px;
    margin: 0 auto;
    display: block;
}

.dto-item-mosaic {
    text-align: center;
    color: white;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    font-weight: 300;
    text-decoration: line-through;
}

.store-item-mosaic {
    font-size: 11px;
    color: white;
    position: absolute;
    bottom: 10px;
    width: 130px;
}

.free-shipping-mosaic {
    background: url(/shoppingmall/assets/images/mosaic2/back_enviogratis_mosaico.jpg) 110% 256% no-repeat;
    min-height: 235px;
    background-size: 62%;
}
.free-shipping-mosaic p{
    line-height: 38px;
    color: #113f92!important;
    font-size: 30px;
}

.free-shipping-mosaic span{
    font-size: 43px;
}
.plus-icon-mosaic:before {
    content: "";
    display: block;
    background: url('/shoppingmall/assets/images/mosaic/plus.png') no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    margin: 0 auto;
}

.price-item-card-mosaic {
    font-size: 13px;
    text-align: center;
    display: block;
    color: black;
    opacity: 0.5;
    font-weight: 700;
}

#button-hidden-mosaic {
    position: absolute;
    right: 0px;
    margin-top: 15px;
    z-index: 1;
}

/* --- slider horizontal --- */

.get-off-mengban {
    display: none;
    background-color: #000000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1010;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.first-get-off {
    position: fixed;
    bottom: 123px;
    right: 0;
    z-index: 1011;
}

.first-getoff-left {
    width: 36px;
    height: 319px;
    background: #113f92;
    margin-bottom: 2px;
    float: left;
}

.first-getoff-left-top {
    width: 36px;
    height: 49px;
}

.first-getoff-left-top-new {
    width: 36px;
    height: 49px;
}

.first-getoff-left-top {
    background: url(/shoppingmall/assets/images/getoff_arrow_left.png) 14px 17px no-repeat;
}

.first-getoff-left-top-new {
    background: url(/shoppingmall/assets/images/getoff_arrow_right.png) 14px 17px no-repeat;
}

.first-getoff-left-down > p {
    position: absolute;
    width: 270px;
    height: 36px;
    top: 160px;
    left: -116px;
    font-size: 22px !important;
    line-height: 36px;
    color: #FFF;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    cursor: default;
}

.first-getoff-left-down {
    width: 36px;
    height: 214px;
    text-align: center;
}

.first-getoff-right {
    position: relative;
    width: 610px;
    height: 319px;
    float: left;
    display: none;
    background-color: white;
    border: 1px solid #113f92;
}

.first-getoff-right-content .first-getoff-right-content-top {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 47px;
}

.first-getoff-right-content {
    padding: 20px;
    position: absolute;
    width: 608px;
}

.first-getoff-right-colosed {
    position: absolute;
    top: 7px;
    left: 577px;
}

.register_text1 {
    color: #113f92;
    font-family: "Roboto";
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
    float: left;
}

.register_text2 {
    color: #c80026;
    float: left;
    font-family: "Roboto";
    font-size: 97px;
    font-weight: 700;
    line-height: 82px;
    margin: 0 2px;
}

.register_text2 span {
    font-size: 50px;
    line-height: 47px;
    vertical-align: top;
}

.register_text3 {
    color: #c80026;
    float: left;
    font-family: "Roboto";
    font-size: 45px;
    line-height: 25px;
    margin-top: 18px;
}

.register_text3 span {
    font-size: 20px;
}

.register_text4 {
    color: #113f92;
    font-size: 19px;
}

.register_text5 {
    color: #113f92;
    font-size: 27px;
    line-height: 29px;
}

.register_text6 {
    color: #6F6F6E;
    font-size: 12px;
}

.ribbon-wrapper-red {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: 0;
}

.ribbon-red {
    font: bold 15px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #BFDC7A;
    color: #6a6340;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-green:before {
    left: 0;
}

.ribbon-green:after {
    right: 0;
}

/* Ribbons Paseo Tienda minimizado*/
.store-showcase-grid-view-new {
    padding: 10px;
    margin: 0;
    min-height: 123px;
    border: solid 1px #8BB81F;
}

.store-showcase-grid-view-featured {
    padding: 10px;
    margin: 0;
    min-height: 123px;
    border: solid 1px #113F8D;
}

.ribbon-wrapper-new {
    width: 86px;
    height: 84px;
    overflow: hidden;
    position: absolute;
    top: 37px;
    right: 0px;
}

.ribbon-new {
    font: bold 15px Sans-Serif;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 5px 0;
    left: -5px;
    top: 38px;
    width: 120px;
    background-color: #8BB81F;
}

.ribbon-wrapper-featured {
    width: 86px;
    height: 84px;
    overflow: hidden;
    position: absolute;
    top: 37px;
    right: 0px;
}

.ribbon-featured {
    font: bold 13px Sans-Serif;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 5px 0;
    left: -6px;
    top: 39px;
    width: 120px;
    background-color: #113F8D;
}

/* Ribbons Paseo Tienda Expandido */
.ribbon-wrapper-new-expanded {
    width: 86px;
    height: 84px;
    overflow: hidden;
    position: absolute;
    top: 496px;
    right: 16px;
}

.ribbon-wrapper-new-expanded-location {
    width: 86px;
    height: 84px;
    overflow: hidden;
    position: absolute;
    top: 518px;
    right: 16px;
}

.ribbon-new-expanded {
    font: bold 15px Sans-Serif;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 5px 0;
    left: -5px;
    top: 59px;
    width: 120px;
    background-color: #8BB81F;
}

.ribbon-wrapper-featured-expanded {
    width: 86px;
    height: 84px;
    overflow: hidden;
    position: absolute;
    top: 496px;
    right: 16px;
}

.ribbon-wrapper-featured-expanded-location {
    width: 86px;
    height: 84px;
    overflow: hidden;
    position: absolute;
    top: 518px;
    right: 16px;
}

.ribbon-featured-expanded {
    font: bold 13px Sans-Serif;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 5px 0;
    left: -6px;
    top: 60px;
    width: 120px;
    background-color: #113F8D;
}

.advantages-account span {
    text-align: left;
    color: #3A3A3A!important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.sales {
    background-color: #ffaf01;
    display: inline-flex;
}

.sale-icon {
    float: left;
}

.sales h1 {
    font-size: 48px;
    font-weight: 400;
    color: white;
    float: left;
    margin: 28px 0 0 10px;
}

#cart-trigger2 {
    margin-right: 20px;
}

.tools-search-bar {
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}

.tools-search-bar i {
    font-size: 24px;
    color: #6FA8DC;
}

.dropdown-filter {
    right: -16px !important;
    min-width: 185px !important;
    z-index: 99!important;
    top: 95% !important;
}

.dropdown-filter li a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.search-term {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.category-slug {
    font-size: 16px;
    margin-left: 8px;
    color: #CD0026;
    font-weight: 400;
}

.count {
    font-size: 13px;
    color: #CCCCCC;
}

.dropdown-accordion .panel-heading {
    padding: 0;
}

.dropdown-accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
}

.text-free-shipping-mosaic {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #113f92;
}

.ekko-lightbox-nav-overlay a {
    color: #3C3C3B!important;
}

.healthy_food {
    background-color: #488CC9;
    min-height: 70px;
}

.healthy_food h1 {
    color: white;
    float: left;
    font-size: 35px;
    margin: 15px 0 5px 0;
    line-height: 30px;
}

.landing_template {
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 123px;
}

.landing_template h1, .landing_template span, .landing_template p {
    float: left;
    font-size: 34px;
    margin: 2px 0 0 0;
    line-height: 30px;
    word-wrap: break-word;
    font-family: 'Roboto', serif!important;
    max-width: 369px;
}

@media (min-width: 1920px) {
    .ventajon-cash-container {
        background: url(https://webventajon.s3.eu-west-1.amazonaws.com/storage/images/mujer-min.png);
        background-repeat: no-repeat;
        background-size: 65%;
        background-position: 590px -100px;
    }
}


.influencers-container {
    padding: 0 100px;
}

.ventajon-cash-content {
    margin-top: 35px;
    margin-bottom: 20px;
}

.header-ventajon-cash {
    background: url(https://webventajon.s3.eu-west-1.amazonaws.com/storage/images/banner_cash.png);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 268px;
}

.title-ventajon-cash {
    margin-bottom: 15px;
    color: black;
    font-size: 32px;
    line-height: 38px;
}
.title-ventajon-cash-sup {
    font-size: 11px;
    vertical-align: super;
}

.register-bar {
    background: url(../images/landings/register-bar.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 79px;
}

.tarjetas-ventajon-cash {
    margin-top: 115px;
    width: 100%;
}

.square-ventajon-cash {
    width: 100px;
}

.register-bar-cash {
    margin: 15px 0 40px 25px;
}

.header-influencers {
    background: url(../images/landings/cab-influencers-landing-desktop.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 253px;
    margin-top: 2px;
}

.title-influencers {
    margin-bottom: 20px;
    font-weight: 400;
}

.influencers-content {
    margin-top: 20px;
}

.influencers-content p, .dates-influencers p{
    font-size: 14px;
}

.special-slick-image {
    max-height: 228px;
}

.logoutUser {
    margin-top: 10px;
}

#modalRegister .modal-content {
    margin: 0 0 0 15px;
}

#modalRegister .fg-label {
    left: 7px;
    top: 12px;
    font-size: 13px;
}

.input_animation input.form-control, .call-request input.form-control {
    display: block;
}

.input_animation:not(.checkbox) label, .input_animation:not(.checkbox) label, .call-request .form-group:not(.checkbox) label {
    pointer-events: none;
    position: absolute;
    top: -23px;
    left: 3px;
    font-size: 13px;
    color: #999;
    color: transparent;
    font-weight: 300;
    width: 100%;
    z-index: 1;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    background-color: transparent;
}

.input_animation input.form-control:focus ~ label, .input_animation input.form-control:focus ~ label, .call-request input.form-control:focus ~ label {
    font-family: 'Roboto', sans-serif;
    color: #113f92;
    font-size: 10px;
    letter-spacing: 0.03em;
    font-weight: 400;
    top: 2px;
    left: 6px;
    z-index: 1;
}

.input_animation input.form-control:focus, .input_animation input.form-control:focus, .call-request input.form-control:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    background-size: 100% 1px !important;
    border-bottom: solid 1px #113f92 !important;
    padding: 9px 6px 0px 6px;
}

.fg-line:not([class*=has-]):after {
    background: none!important;
}

.input_animation .form-group label {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    position: absolute;
    top: 5px;
    font-weight: 400;
    color: #959595;
    pointer-events: none;
    z-index: 0;
    left: 0;
    white-space: nowrap;
}

.input_animation input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #959595;
    opacity: 1; /* Firefox */
}


.input_animation input.form-control:focus::placeholder {
    color:transparent;
    opacity: 0; /* Firefox */
}

/*------------------------------------------
        2.1 Mediaqueries for Home          */

/* CSS for 320 */
@media (min-width: 320px) {
}
/* End Mediaqueries 320*/

/* CSS for 320px 450px */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 450px) {
    #Stage_jbeeb_3 {
        width: 328px !important;
    }

    .register_text1 {
        font-size: 25px;
        line-height: 23px;
    }

    .register_text2 {
        font-size: 45px;
        line-height: 41px;
    }

    .register_text2 span {
        font-size: 20px;
        line-height: 27px;
    }

    .register_text3 {
        font-size: 30px;
        line-height: 15px;
        margin-top: 6px;
        text-align: right;
        float: none;
    }

    .register_text3 span {
        font-size: 13px;
    }

    .register_text4 {
        font-size: 13px;
        color: #3C3C3C;
    }

    .register_text5 {
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
    }

    .sales {
        min-height: 40px;
    }

    .sales h1 {
        font-size: 33px;
        margin: 20px 0 0 0;
    }

    .sale-icon {
        margin: 0 auto;
        display: block;
        float: none;
    }

    .select-round{
        min-width: 140px!important;
    }
}
/* End Mediaqueries 320px 450px*/

/* Mediaqueries 640*/
@media (min-width: 640px) {
    .promotional-text-entertaiment span {
        font-size: 23px!important;
    }
}
/* End Mediaqueries 640*/

/* CSS for 768 */
@media (min-width: 768px) {

    .ribbon-wrapper-new-expanded {
        width: 86px;
        height: 105px;
        overflow: hidden;
        position: absolute;
        top: 430px;
        right: 16px;
    }

    .ribbon-wrapper-new-expanded-location {
        width: 86px;
        height: 104px;
        overflow: hidden;
        position: absolute;
        top: 340px;
        right: 16px;
    }

    .ribbon-wrapper-featured-expanded {
        width: 86px;
        height:    104px;
        overflow: hidden;
        position: absolute;
        top: 430px;
        right: 16px;
    }

    .ribbon-wrapper-featured-expanded-location {
        width: 86px;
        height: 104px;
        overflow: hidden;
        position: absolute;
        top: 340px;
        right: 16px;
    }

    .store-showcase-grid-view-new {
        padding: 10px;
        margin: 0;
        min-height: 123px;
        border: solid 1px #8BB81F;
    }

    .titulo-home {
        line-height: 36px !important;
        color: #113F92;
        font-weight: 500;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .bar-right {
        border-right: 0;
    }

    .home_title {
        font-size: 33px;
        font-weight: 400;
        line-height: 25px;
        color: #113F92;
        text-align: center;
        padding-bottom: 16px;
    }

    .home_subtitle {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }

    .height-home {
        height: 187px;
    }

    .slider-products-content-home {
        padding-top: 20px;
        padding-left: 30px;
        background-color: #EDEDED;
    }

    .modal .form-group {
        margin-bottom: 12px;
    }

    .modal-legal-info-txt iframe, #modalDataProtection iframe,
    #modalLegalWeb iframe, #modalPrivacyPolicy iframe {
        min-height: 480px;
    }

}
/* End Mediaqueries 768*/

/* CSS for Mobile */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {
    .p-t-xs-0 {
        padding-top: 0!important;
    }

    .modal-dialog {
        top: 0 !important;
        margin: 70px auto;
    }

    .mega-dropdown-menu li{
        padding: 0!important;
    }

    .js-navbar-collapse{
        position: absolute;
        border-top: 2px solid #113f92;
    }
    .mega-dropdown a {
        text-align: left;
        border-bottom: 1px solid #d4d4d4;
        padding: 17px!important;
    }

    .promotional-campaign {
        margin-top: 0;
    }

    .promotional-banner-title h2 {
        font-size: 45px;
        line-height: 39px;
    }

    .promotional-campaign h2 {
        text-align: center;
    }

    .promotional-banner {
        background-size: 100%;
    }

    .promotional-banner-title {
        margin-top: 25%;
    }

    .titulo-home {
        font-size: 19px !important;
    }

    .claims-info-content {
        margin-top: 0 !important;
    }

    .claim-info {
        padding: 10px;
        min-height: auto;
    }

    .claim-info-box {
        margin-bottom: 15px;
    }

    .col:first-child {
        padding-right: 0 !important;
    }

    .col:last-child {
        padding-left: 0 !important;
    }

    .slider-products-content-home {
        padding-left: 0;
        padding-top: 16px;
    }

    .product-card-name-store {
        position: relative!important;
        font-size: 12px;
        bottom: 0;
    }

    .product-card-name h3 {
        padding-top:10px!important;
    }

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

    .messageBox-slider {
        min-width: inherit;
        max-width: none;
        margin-top: 6%;
        padding: 7px 9px;
    }

    .messageBox-slider h2 {
        font-size: 14px;
        line-height: 15px;
    }

    .messageBox-slider span {
        font-size: 11px;
    }

    .messageBox-slider small {
        margin-top: 2px;
        font-size: 10px;
    }

    .messageBox-slider p {
        margin-top: 2px;
        font-size: 12px
    }

    .diadelpadre h1 {
        font-size: 25px !important;
        text-align: center;
    }

    .diadelpadre p {
        font-size: 14px;
        text-align: center;
    }

    .title-denomination{
        margin: 0px 0 15px 75px!important;
    }

    .special-item{
        float: none!important;
    }

    #filters button.button.btn.mobile-filter-button {
        width: 100%;
    }

    #filters button.button.btn.mobile-filter-button.btn-primary {
        border-radius: 0;
        margin: 0 !important;
        width: 100%;
        background-color: #A8A9AD !important;
        color: white !important;
    }

    #filters button.button.btn {
        border-radius: 0;
        margin: 0 !important;
        width: 50%;
        float: left;
        border: 1px solid #A8A9AD !important;
        color: #A8A9AD !important;
        background: white !important;
    }

    #filters button.button.btn.btn-primary {
        background-color: #A8A9AD !important;
        color: white !important;
    }

    #cart-trigger2 {
        margin-right: 0;
        padding: 3px;
    }

    .remove-filter{
        top: 54px;
    }

    .legal p {
        font-size: 8px;
        color: white;
        position: absolute;
        bottom: 0;
    }

    #backgroundImage {
        height: 170px;
    }

    .landing_template {
        background: url(../images/landings/cab-vuelta-cole-mobile.jpg) no-repeat;
        background-size: 100%;
    }

    .landing_template h1  {
        text-align: center;
        font-size: 29px;
        margin: 13px 0 5px 0;
        line-height: 32px;
        float: none;
    }

    .landing_template p {
        text-align: center;
        width: auto!important;
    }

    .logo-footer-ventajon {
        float: none!important;
    }

    .dropdown-menu {
        background-color: white!important;
    }

    .dropdown-filter3 {
        margin-left: -135px!important;
        margin-top: 38px!important;
    }

    .dropdown-menu.pull-right {
        right: -21px;
    }

    .ventajon-cash-container {
        padding: 0 25px;
    }

    .ventajon-cash-content {
        margin-top: 15px;
    }

    .header-ventajon-cash {
        background: url(https://webventajon.s3.eu-west-1.amazonaws.com/storage/images/banner_cash_mobile.png) no-repeat;
        background-size: 100%;
        background-repeat: no-repeat;
        min-height: 195px;
    }

    .tarjetas-ventajon-cash {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .header-influencers {
        background: url(../images/landings/cab-influencers-landing-mobile.jpg) no-repeat;
        background-size: 100%;
        min-height: 195px;
    }

    .map-ikea {
        padding: 0!important;
    }

    .dates-influencers {
        padding: 20px 0 0 0!important;
    }

    #confirmation .col-xs-12 {
        padding: 10px 0!important;
    }

    .register-bar {
        background: url(../images/landings/register-bar-mobile.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 310px;
    }

    #voucher {
        margin-bottom: 63px!important;
    }

    #clockdiv {
        float: none!important;
        margin: 10px 0 10px 40%;
    }

    .cestas_navidad h1 {
        padding-top: 10px;
    }

    .discount_15 {
        background: url(/shoppingmall/assets/images/landings/cab-landing-15dto-regalos-navidad-mobile.jpg) no-repeat;
        background-size: 100%;
        min-height: 166px;
        background-position: 100% 40%;
    }

    .desc_xmas {
        text-align: center;
    }

    .sorteo_navidad {
        padding: 16px 0 0px;
        text-align: center;
    }

    #modalRegister .modal-content {
        margin: 0 15px;
    }

    .dropdown-accordion .panel-heading {
        padding: 15px;
    }

    .dropdown-accordion .panel-heading .panel-title .checkbox {
        display: inline;
    }

    .dropdown-accordion .panel-heading .panel-title .titulo-filters {
        padding-left: 23px!important;
    }

    .ribbon-wrapper-new-expanded-location {
        height: 106px;
        top: 556px;
    }

    .instructions-cash {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

}

/* CSS for Mobile Orientation Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px)
and (orientation: landscape){
    .bubble2 {
        width: 400px;
    }
    .img-circle {
        width: 100%!important;
        max-width: 230px!important;
        margin: 0 auto!important;
        display: block!important;
    }

    #videoPromo .img-responsive {
        display: block;
    }

    .tab-nav li > a {
        width: 50% !important;
        float: left !important;
    }
}

/* CSS for Mobile 639px 767px*/
@media (min-width: 639px)
and (max-width: 767px) {
    .promotional-text-shipping {
        font-size: 49px;
        line-height: 41px;
    }
    .promotional-text-entertaiment {
        font-size: 50px;
        line-height: 44px;
        margin-left: 4%;
        padding-top: 5%;
    }
    .square-ventajon-cash {
        width: auto;
        margin: 0 auto;
        display: block;
    }
    .register-bar {
        background: url(../images/landings/register-bar-tablet.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 140px;
    }
}
/* End Mediaqueries 639px 767px*/

/* CSS for Mobile 768px 1199px */
@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-nav {
        float: none!important;
    }
    .mega-dropdown a {
        text-align: left;
        border-bottom: 1px solid #d4d4d4;
        padding: 17px!important;
    }
    .menu-ventajon{
        width: 100%;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
}
/* End Mediaqueries 768px  1199px*/

/* Mediaqueries 1024*/
@media (min-width: 1024px) {
    .slider-products-content-home {
        padding-top: 0px;
        padding-left: 30px;
        background-color: #EDEDED;
    }
}
/* End Mediaqueries 1024*/

/* CSS for Tablets */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    .box-mosaic {
        min-height: 200px;
    }

    .box-father {
        background-color: #fff;
        background-image: none;
        background-repeat: no-repeat;
        background-position: 116% 0%;
    }

    .content-prices-mosaic {
        margin-top: 11px !important;
    }
    .store-item-mosaic-father {
        text-align: left;
        font-size: 14px;
        color: #9c1b30;
        position: absolute;
        bottom: 19px;
    }

    .promotional-banner-title h2 {
        font-size: 21px;
        line-height: 24px;
    }

    .promotional-campaign h2 {
        text-align: center;
    }

    .promotional-campaign {
        margin-top: 25px;
    }

    .promotional-banner-title-device {
        display: none;
    }

    .titulo-home {
        font-size: 35px !important;
        margin-top: 0;
    }

    .claim-info {
        padding: 12px;
    }

    .promotional-banner-title {
        margin: 8% 0 0 8%;
        padding: 0;
    }

    .grid-masonry {
        padding-top: 5%;
        width: 80%;
        margin: 0 auto;
    }

    .masonry-item {
        float: left;
        width: calc(100% / 6);
        min-height: 185px;
        height: auto;
    }

    .vert_img {
        max-height: 98px;
    }

    .box-red .m-t-30 {
        margin-top: 0 !important;
    }

    .box-yellow img, .box-blue img, .box-lilac img {
        margin-top: 0 !important;
    }

    .box-blue img {
        max-width: 132px;
    }

    .content-prices-mosaic {
        margin-top: 45px !important;
    }

    .sales {
        min-height: 80px;
    }

    .sales h1 {
        font-size: 45px;

    }

    #filters {
        padding: 12px;
    }

    #filters .btn {
        font-size: 11px;
    }

    #filters .button.button.btn.btn-primary {
        margin: 0 8px 0px 0 !important;
    }

    #filters button.button.btn {
        margin: 0 8px 0px 0 !important;
    }
    .title-denomination{
        margin: 0px 0 6px 15px!important;
        top: 2px!important;
    }

    .grid-opacity2 {
        top: 100px;
    }

    .navbar-collapse.collapse{
       display: none!important;
    }

    .navbar-collapse.collapse.in{
       display: block!important;
    }

    .navbar-nav {
        float: none!important;
    }

    .nav > li > a {
        padding: 20px 15px 24px;
    }

    .facebook, .google {
        text-align: center;
        margin-bottom: 0 !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .mega-dropdown a {
        text-align: left;
        border-bottom: 1px solid #d4d4d4;
        padding: 17px!important;
    }

    .remove-filter{
        margin-top: 54px;
    }

    .legal p {
        font-size: 11px;
        color: white;
        margin-left: 22px;
    }

    .landing_template {
        background-size: 100%;
        min-height: 127px;
    }

    .landing_template h1 {
        line-height: 45px;
        font-size: 46px;
    }

    .diadelamadre h1 {
        line-height: 32px;
    }

    .ventajon-cash-container {
        padding: 0px 45px;
    }

    .ventajon-cash-content {
        margin-top: 30px;
    }

    .register-bar-cash {
        margin: 10px 0 35px;
        width: 100%;
    }

    .header-ventajon-cash {
        background: url(https://webventajon.s3-eu-west-1.amazonaws.com/storage/images/banner_cash.png) no-repeat;
        background-size: 100%;
        min-height: 200px;
    }

    .square-ventajon-cash {
        margin: 0;
        display: block;
    }

    .register-bar {
        background: url(../images/landings/register-bar-tablet.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 140px;
    }

    .tarjetas-ventajon-cash {
        margin: 0;
        display: block;
        margin-bottom: 35px;
    }

    .last-square {
        margin: 0;
        display: block;
    }

    .product-card-discount-ventajon3 {
        float: left;
    }

    .p-r-sm-0 {
        padding-right: 0!important;
    }

    .p-l-sm-0 {
        padding-left: 0!important;
    }

    .content-image-campaign img {
        max-width: 170px;
    }

    .grid-item {
        width: 229px!important;
    }

    .discount_15 {
        background: url(/shoppingmall/assets/images/landings/cab-landing-15dto-regalos-navidad-tablet.jpg) no-repeat;
        background-size: 100%;
        min-height: 220px;
        background-position: 100% 40%;
    }

    #top-bar .menu-top-bar {
        margin-left: 0%!important;
    }

    #contenedorSelectorIslas {
        margin-right: 5px!important;
    }

    .ribbon-wrapper-new-expanded-location {
        top: 425px;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape){
    .menu-ventajon{
        width: 100%;
    }

    .modal-dialog {
        margin: 130px 5%;
    }

    .ribbon-wrapper-new-expanded-location {
        top: 340px;
    }
}

@media only screen
and (min-width: 768px)
and (max-width: 991px) {
    .content-prices-mosaic {
        margin-top: -9px !important;
    }

    .col-md-6.p-0.m-t-30 {
        margin-top: -13px !important;
    }

}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1000px) {
    .messageBox-slider {
        margin-top: 12%;
        min-width: 375px;
    }

    .credit-cart-ventajon {
        width: 190px;
        right: -21px;
        top: 97px;
    }

    .register_text4 {
        float: left!important;
    }
}
/* End Mediaqueries 768px and 1000px */

/* CSS for 800 */
@media (min-width: 800px) {
    .height-home {
        height: 173px;
    }
}
/* End Mediaqueries 800*/

/* CSS for 980 */
@media (min-width: 980px) {
    .height-home {
        height: 144px;
    }
}

/* End Mediaqueries 980*/
/* CSS for 992 */
@media (min-width: 992px) {
    .bar-right {
        border-right: 1px solid #D2D2D2;
        margin-top: 15px;
    }

    #filters {
        margin: 20px 0px 0px 23px;
    }
}
/* End Mediaqueries 992*/

/* CSS for 1024 */
@media (min-width: 1024px) {
    .home_title {
        font-size: 22px;
        font-weight: 400;
        line-height: 25px;
        color: #113F92;
        text-align: left;
        padding-bottom: 0px;
    }
}
/* End Mediaqueries 1024*/

/* CSS for 1280 */
@media (min-width: 1200px) {
    .box-father {
        background-color: #fff;
        background-image: none;
        background-repeat: no-repeat;
        background-position: 116% 0%;
    }

    .home_title {
        font-size: 20px;
        line-height: 27px;
        text-align: left;
        max-width: 400px;
        padding-bottom: 0px;
    }

    .home_subtitle {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }

    .space-home {
        height: 155px;
        overflow: auto;
    }

    .height-home {
        height: 125px;
    }

    .messageBox-slider {
        margin-top: 14%;
    }

    .menu-ventajon {
        width: 600px!important;
    }
}
/* End Mediaqueries 1280*/

/* CSS for 1300 */
@media (min-width: 1300px) {
    .product-card {
        max-width: 202px!important;
        height: 315px!important;
    }


    .slider-products-content-home .product-card {
        height: 295px!important;
    }    .found-products .product-card {
        height: 267px!important;
    }

    .home_title {
        font-size: 22px;
        font-weight: 300;
        line-height: 26px;
        text-align: left;
    }

    .home_subtitle {
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
        color: #575756;
        margin-top: -9px;
        text-align: left;
    }

    .space-home {
        height: 170px;
        overflow: auto;
    }
}
/* End Mediaqueries 1300*/

/* CSS for 1400 */
@media (min-width: 1400px) {
    .home_title {
        font-size: 24px;
        font-weight: 300;
        line-height: 31px;
        text-align: left;
    }

    .promotional-banner-title {
        margin-top: 0;
    }

    .home_subtitle {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        color: #575756;
        margin-top: -9px;
        text-align: left;
    }

    .sales h1 {
        font-size: 65px;
    }

    .header-ventajon-cash {
        min-height: 500px;
    }
}
/* End Mediaqueries 1400*/

/* CSS for 1500 */
@media (min-width: 1500px) {
    .home_title {
        font-size: 32px;
        font-weight: 300;
        line-height: 35px;
        text-align: left;
        margin: 15px 0;
    }

    .home_subtitle {
        font-size: 20px;
        font-weight: 300;
        line-height: 27px;
        color: #575756;
        margin-top: -9px;
        text-align: left;
    }
}
/* End Mediaqueries 1500*/

/* CSS for 1600 */
@media (min-width: 1600px) {

    .header-influencers {
        min-height: 485px;
    }

    #contenedorSelectorCanarias {
        margin-top: -80px!important;
    }

    #contenedorSelectorBaleares {
        margin-top: -80px!important;
    }

    #contenedorSelectorPeninsula {
        margin-top: -80px!important;
    }
}
/* End Mediaqueries 1600*/

/* CSS for 1800 */
@media (min-width: 1800px) {
    .messageBox-slider {
        margin-top: 9%;
    }
}
/* End Mediaqueries 1800*/
/*-----------------------------*/

/* Popup Home */
#popup {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 999;
    /* Animación que durará 2 segundos*/
    -webkit-animation: autopopup 1s;
    -moz-animation: autopopup 1s;
    animation: autopopup 1s;
    overflow: scroll;
}

@-webkit-keyframes autopopup {
    from {
        opacity: 0;
        margin-top: -200px;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes autopopup {
    from {
        opacity: 0;
        margin-top: -200px;
    }
    to {
        opacity: 1;
    }
}

@keyframes autopopup {
    from {
        opacity: 0;
        margin-top: -200px;
    }
    to {
        opacity: 1;
    }
}

#popup:target {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 999;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.popup-contenedor {
    position: relative;
    margin: 16% auto;
    padding: 10px 5px;
    background-color: #fff;
    color: #333;
    width: 90%;
    border-top: 2px solid #113f96;
    border-bottom: 5px solid #113f96;
}

a.popup-cerrar {
    position: absolute;
    top: 3px;
    right: 3px;
    background-color: #333;
    padding: 7px 10px;
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
    color: #fff;
}


@media (min-width: 768px) {
    .modal-sm {
        width: 350px;
    }
    .modal-dialog {
        margin: 10% auto;
    }
}

.close-modal {
    font-size: 25px;
    color: #B1B1B1;
    z-index: 10;
}

.modal {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding: 0 !Important;
}

#newDirection {
    z-index: 1000;
}

.title-modal-home {
    font-family: 'Roboto', serif;
    font-size: 20px;
    color: #113f96;
    font-weight: 300;
    text-align: center;
}

.new-modal-home {
    font-family: 'Roboto', serif;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin-top: 12px;
    background-color: #d10026;
    padding: 1px 19px;
    max-width: 140px;
    text-align: center;
}

.subtitle-modal-home {
    font-family: 'Roboto', serif;
    font-size: 24px;
    color: #113f96;
    font-weight: 100;
    text-align: left;
}

#home-slider img {
    width: 100%;
}

.mallorca-modal-home {
    font-family: 'Roboto', serif;
    font-size: 28px;
    color: #113f96;
    text-align: left;
    top: -14px;
}

.info-modal-home {
    font-family: 'Roboto', serif;
    font-size: 19px;
    color: #113f96;
    font-weight: 100;
    line-height: 22px;
    text-align: center;
}

.text-modal-home {
    font-family: 'Roboto', serif;
    font-size: 15px;
    color: #113f96;
    font-weight: 100;
}

/*buttons modal*/
.red_ventajon_btn {
    background-color: #d10026;
    font-family: 'Roboto', serif;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: blink !Important;
    padding: 0 28px;
    margin: 15px 0;
    border-radius: 90px;
    border: 1px dashed #fff;
    box-shadow: 0 0 0 4px #d10026;
    -webkit-box-shadow: 0 0 0 4px #d10026;
    -moz-box-shadow: 0 0 0 4px #d10026;
    display: inline-block;
}

.red_ventajon_btn:hover {
    background-color: #fff;
    color: #d10026;
}

.button-modal {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.modal-content-club {
    background-color: rgba(12, 60, 139, 0.9);
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    top: 59px;
    position: absolute;
    max-width: 100%;
    padding: 12px;
    border: 0;
    width: 100%;
    right: initial;
    left: 100px;
    z-index: 999999999999;
}

.popover.bottom > .arrow {
    left: 88%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #cccccc;
    border-bottom-color: rgba(12, 60, 139, 0.9);
    top: -10px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: rgba(12, 60, 139, 0.9);
}

.modal-small {
    width: 320px;
}

.modal-title-club {
    margin: 0;
    font-family: 'Roboto', serif;
    font-size: 15px;
    font-weight: 300;
    color: #FFF;
    text-align: left;
    padding: 0 10px;
    line-height: 21px;
}

.modal-header .close-club {
    margin-top: -16px;
    color: #FFF;
}

.close-login .modal-club {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    font-size: 15px;
    border: 0;
    border-radius: 43px;
    color: #ffffff;
    top: 6px;
    right: 6px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    z-index: 1;
}

.submit_login {
    padding: 6px 12px;
}

.modal-club-text {
    font-family: 'Roboto', serif;
    font-size: 13px;
    color: #FFF;
    text-align: left;
    padding-left: 15px;
}

.slider-content-config {
    height: 150px;
}

.back-home-slider-00 {
    background-color: #231f20;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 20% 60%;
}

.back-home-slider-01 {
    background-color: #fff;
    background-image: url(/shoppingmall/assets/images/slider/banner_01_mobile.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 20% 60%;
}

.back-home-slider-02 {
    background-color: #fff;
    background-image: url(/shoppingmall/assets/images/slider/banner_02_mobile.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 20% 60%;
}

.back-home-slider-03 {
    background-color: #fff;
    background-image: url(/shoppingmall/assets/images/slider/banner_03_mobile.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 20% 60%;
}

.back-home-slider-04 {
    background-color: #fff;
    background-image: url(/shoppingmall/assets/images/slider/banner_01_mobile.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 20% 60%;
}

/* CSS for 360 */
@media (min-width: 360px) {
}
/* End Mediaqueries 360*/

/* CSS for 520 */
@media (min-width: 480px) {
    .slider-content-config {
        height: 270px;
    }
}
/* End Mediaqueries 520*/

/* CSS for 768 */
@media (min-width: 768px) {
    .popup-contenedor {
        margin: 15% auto;
    }

    .title-modal-home {
        font-size: 33px;
    }

    .subtitle-modal-home {
        font-size: 40px;
    }

    .subtitle-modal-home {
        text-align: right;
    }

    .mallorca-modal-home {
        font-size: 37px;
    }

    .info-modal-home {
        text-align: left;
    }

    .red_ventajon_btn {
        font-size: 14px;
        line-height: 25px;
        padding: 4px 17px;
        margin: 0px 0;
    }

    .mallorca-modal-home {
        text-align: right;
    }

    .slider-content-config {
        height: 355px;
    }

    .back-home-slider-01 {
        background-color: #fff;
        margin-top: -20px;
        background-image: url(/shoppingmall/assets/images/slider/banner_01_tablet.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .back-home-slider-02 {
        background-color: #fff;
        margin-top: -20px;
        background-image: url(/shoppingmall/assets/images/slider/banner_02_tablet.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .back-home-slider-03 {
        background-color: #fff;
        margin-top: -20px;
        background-image: url(/shoppingmall/assets/images/slider/banner_03_tablet.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .back-home-slider-04 {
        background-color: #fff;
        margin-top: -20px;
        background-image: url(/shoppingmall/assets/images/slider/banner_04_tablet.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .modal-sm {
        width: 350px;
}

    #modalNarrower .modal-dialog {
        top: 20% !important;
        margin: 32px auto;
    }
}
/* End Mediaqueries 768*/

/* CSS for 800 */
@media (min-width: 800px) {
}
/* End Mediaqueries 800*/

/* CSS for 980 */
@media (min-width: 980px) {
    .popup-contenedor {
        margin: 6% auto;
        padding: 30px 50px;
        width: 85%;
        overflow: hidden;
    }

    .info-modal-home {
        text-align: left;
        font-size: 22px;
        line-height: 25px;
    }

    .slider-content-config {
        height: 510px;
    }

    .back-home-slider-01 {
        background-color: #fff;
        margin-top: -20px;
        background-image: url(/shoppingmall/assets/images/slider/banner_01_tablet.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .back-home-slider-02 {
        background-color: #fff;
        margin-top: -20px;
        background-image: url(/shoppingmall/assets/images/slider/banner_02_tablet.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .back-home-slider-03 {
        background-color: #fff;
        margin-top: -20px;
        background-image: url(/shoppingmall/assets/images/slider/banner_03_tablet.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .back-home-slider-04 {
        background-color: #fff;
        margin-top: -20px;
        background-image: url(/shoppingmall/assets/images/slider/banner_04_tablet.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}
/* End Mediaqueries 980*/

/* CSS for 1024 */
@media (min-width: 1024px) {

}
/* End Mediaqueries 1024*/

/* CSS for 1280 */
@media (min-width: 1280px) {

    .modal-content-club {
        left: 300px;
    }

    #popup {
        overflow: hidden;
    }

    .popup-contenedor {
        margin: 4% auto;
        padding: 30px 50px;
        width: 66%;
        overflow: hidden;
    }

    .text-modal-home {
        font-size: 16px;
    }

    .back-home-slider-01 {
        background-color: #fff;
        margin-top: -20px;
        background-image: url(/shoppingmall/assets/images/slider/banner_01_desktop.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .back-home-slider-02 {
        background-color: #fff;
        margin-top: -20px;
        background-image: url(/shoppingmall/assets/images/slider/banner_02_desktop.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .back-home-slider-03 {
        background-color: #fff;
        margin-top: -20px;
        background-image: url(/shoppingmall/assets/images/slider/banner_03_desktop.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .back-home-slider-04 {
        background-color: #fff;
        margin-top: -20px;
        background-image: url(/shoppingmall/assets/images/banners/banner_04_desktop.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}
/* End Mediaqueries 1280*/

/* CSS for 1336 */
@media (min-width: 1336px) {
    #popup {
        overflow: hidden;
    }

    .subtitle-modal-home {
        font-size: 47px;
    }

    .modal-content-club {
        top: 45px;
        left: 230px;
    }
}
/* End Mediaqueries 1336*/

/* CSS for 1600 */
@media (min-width: 1600px) {
    #popup {
        overflow: hidden;
    }

    .popup-contenedor {
        margin: 7% auto;
        padding: 30px 50px;
        overflow: hidden;
        max-width: 1100px;
    }

    .title-modal-home {
        font-size: 48px;
        text-align: center;
        font-weight: 300 !Important;
    }

    .new-modal-home {
        font-size: 28px;
        margin-top: 20px;
        padding: 1px 24px;
    }

    .subtitle-modal-home {
        font-size: 54px;
    }

    .mallorca-modal-home {
        font-size: 41px;
    }

    .info-modal-home {
        font-size: 27px;
        text-align: left;
        line-height: 29px;
    }

}
/* End Mediaqueries 1600*/

/* -- SELECTOR ZONE -- */
.botonSelector {
    min-width: 82px;
    width: 82px;
    text-align: center;
    height: 31px;
    font-family: 'Roboto', serif;
    font-size: 13px;
    line-height: 1.3;
    color: #d10026;
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
}

#contenedorSelectorCanarias {
    position: relative;
    text-align: center;
    margin-top: -55px;
}

#contenedorSelectorBaleares {
    position: relative;
    text-align: center;
    margin-top: -55px;
}

#contenedorSelectorPeninsula {
    position: absolute;
    text-align: center;
    margin-top: -55px;
}

#contenedorSelectorCanarias ul {
    margin-top: -20px;
    margin-left: 89px;
}

.popover.bottom {
    margin-top: 0px;
}

.btn-rojo {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background-color: #d10026;
    font-size: 12px;
    border-radius: 90px;
    border: 1px dashed #fff;
    box-shadow: 0 0 0 4px #d10026;
    -webkit-box-shadow: 0 0 0 4px #d10026;
    -moz-box-shadow: 0 0 0 4px #d10026;
}

.btn-rojo:hover {
    color: #d10026;
    background-color: #fff;
}

.logo-ventajon-modal {
    width: 170px;
}

/*-----  popup blue ----*/
/* CSS for 320 */
@media (min-width: 320px) {
}
/* End Mediaqueries 320*/

/* CSS for 520 */
@media (min-width: 480px) {
}
/* End Mediaqueries 520*/

/* CSS for 768 */
@media (min-width: 768px) {
    #ModalClub.popover {
        min-width: 183px;
        max-width: 350px;
        right: 0;
        text-align: left;
    }
}
/* End Mediaqueries 768*/

/* CSS for 1024 */
@media (min-width: 1024px) {
}
/* End Mediaqueries 1024*/

/* CSS for 1336 */
@media (min-width: 1336px) {
}
/* End Mediaqueries 1336*/

/* CSS for 1600 */
@media (min-width: 1600px) {
}
/* End Mediaqueries 1600*/

/*---------------------------------
*-----  4. OFFERS & DISCOUNTS ----*/
.background_filter {
    background-color: #ffffff;
    padding-top: 0px;
    margin-top: 0;
}

.titulo-filters .zmdi-hc-fw {
    font-size: 21px;
    height: 15px;
    padding-top: 0px;
    margin-top: 0px;
    vertical-align: sub;
}

.offers-menu-fixed {
    position: fixed;
    min-width: 250px;
    top: 80px;
}

.delete-filter-icon {
    font-size: 12px;
    border: 1px solid #888888;
    border-radius: 43px;
    color: #888888;
    width: 25px;
    height: 25px;
    line-height: 23px;
    padding: 2px;
    z-index: 1;
}

.text-label {
    position: relative;
    padding-left: 30px;
    text-indent: 0;
    display: block;
    width: 100%;
    font-size: 16px;
    color: black;
}

.check-label {
    position: relative;
    padding-left: 0;
    text-indent: 0;
    display: inline-block;
    width: 100%;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px;
    position: relative;
}

.subtitulo-filters:hover {
    text-decoration: underline;
    color: #113F95;
}

.links_filters {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-left: 32px;
}

.checkbox input {
    width: 17px;
    height: 17px;
}

.delete-filter {
    position: absolute;
    top: 40px;
    font-size: 12px;
    left: 11px;
}

/*-------------------------------------------
4.1 Mediaqueries for Offers     */

/* CSS for 320px 450px */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 450px) {
    .subtitulo-filters .text-label {
        margin-top: -40px;
    }
}
/* End Mediaqueries 320px 450px */

/* CSS for 320 */
@media (min-width: 320px) {
}
/* End Mediaqueries 320*/

/* CSS for 520 */
@media (min-width: 480px) {
}
/* End Mediaqueries 520*/

/* CSS for 768 */
@media (min-width: 768px) {
    .text-label {
        font-size: 14px;
        margin-top: -40px;
    }
}
/* End Mediaqueries 768*/


/* CSS for 1024 */
@media (min-width: 1024px) {
}

/* End Mediaqueries 1024*/

/* CSS for 1336 */
@media (min-width: 1336px) {
    .background_filter {
        background-color: #ffffff;
        margin-top: 0px;
    }
}
/* End Mediaqueries 1336*/

/* CSS for 1600 */
@media (min-width: 1600px) {
}
/* End Mediaqueries 1600*/
/*-----------------------------*/

/*---------------------------------
*-----  5. Shopping Trip  ----*/
.card {
    background: #fff;
    border: 1px solid #D7D7D7;
    box-shadow: none;
}

.card.store-showcase {
    min-height: 340px;
}

.store-showcase_header {
    height: 160px;
}

.social-store {
    position: absolute;
    bottom: 0;
}

.social-store .fa {
    margin-left: 10px;
    font-size: 20px;
    width: 33px;
    height: 33px;
    text-align: center;
    padding: 6px 6px 6px 5px;
    text-decoration: none;
    border-radius: 50%;
    float: right;
}

.social-store .fa:hover {
    background-color: #000000;
}

.social-store .fa-shopping-basket, .social-store .fa-chart-pie {
  background-color: #D11128;
  color: white;
}

.grid-map {
    min-height: 800px;
    display: none;
}

.skills-store .img {
    width: 25px;
}

.social-store .fa:hover {
    opacity: 0.7;
    color: white;
}

.store-image img {
    display: block!important;
}

.save-money {
    background: url('https://webventajon.s3-eu-west-1.amazonaws.com/storage/images/ico_descuentos_red.png');
    width: 33px;
    height: 33px;
    float: right;
    margin-left: 10px;
    background-size: cover;
}

.save-money:hover {
    background: url('https://webventajon.s3-eu-west-1.amazonaws.com/storage/images/ico_descuentos.png');
    background-size: cover;
    cursor: pointer;
}

.content-info-map .save-money {
    float: left;
    width: 25px;
    height: 25px;
}

.content-info-map .fa {
    margin-left: 10px;
    font-size: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px 6px 6px 5px;
    text-decoration: none;
    border-radius: 50%;
    float: left;
}

.content-info-map .fa:hover {
    background-color: #000000;
}

.content-info-map .fa-shopping-basket, .content-info-map .fa-chart-pie {
  background-color: #C10E27;
  color: white;
}

.contain-card:nth-child(3n+1) {
    padding-left: 0;
}

.contain-card:nth-child(3n+0) {
    padding-right: 0;
}

.card-footer {
    background: rgb(242, 242, 242);
    margin: 0;
}

.visit {
    float: none;
    margin-top: 0px;
    width: 80%;
    max-width: 240px;
}

.showcase-card-photo {
    display: table !important;
    table-layout: fixed;
    zoom: 1;
    border-collapse: collapse;
    border-left: 0;
    border-right: 0;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    display: -moz-grid !Important;
}

.showcase-container {
    padding: 0;
    margin-bottom: 0px;
}

.showcase-hours {
    font-weight: 300;
    font-size: 14px;
    margin-top: 16px;
}

.name-store {
    background: #E2E8F2;
    padding: 15px;
}

.showcase-img-cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 8;
    padding: 10px;
}

.card-showcase-image {
    height: auto !important;
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
}

.product-showcase-title {
    font-size: 18px;
    line-height: 21px;
    padding: 0 10px;
    font-weight: 100;
    min-height: 44px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.placeholder-showcase {
    width: 100%;
    text-align: center;
    height: 100%;
    text-align: center;
    position: relative;
    padding-top: 120px;
}

.default-product:hover, .featured-product:hover, .card-social:hover {
    border: 1px solid #D7D7D7;
}

.actions-contact {
    color: #113F95;
    font-size: 18px;
    font-weight: 300;
    width: 15px;
}

.item-carousel-store > .item > img {
    max-height: 500px;
}

.showcase-expanded {
    min-height: 771px;
}

#reduce-store {
    background: #ffffff;
    font-size: 17px;
}

.store-schedules {
    cursor: pointer;
    padding-top: 14px;
}

.dropup, .dropdown {
    position: relative;
    display: inline;
}

.arrow-right {
    font-size: 24px;
    margin-left: 2px;
    float: left;
}

.actions-contact_paseo {
    color: #113f8f;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    display: inline;
}

.actions-contact_paseo:hover {
    color: #ffffff;
    background-color: #113f8f;
}

.store-showcase_body {
    position: relative;
}

.store-item {
    padding: 10px;
    border-left: 1px solid #FFFFFF;
    text-align: center;
}

.store-item:hover {
    border: 1px solid #9E9E9E;
    cursor: pointer;
}

.c-title_store {
    font-family: 'Roboto', serif;
    font-weight: 300;
    color: #575756;
    margin-top: 3px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
}

.c-title_paseo {
    font-family: 'Roboto', serif;
    font-weight: 300;
    color: #1E1E1E;
    margin-top: 3px;
    font-size: 13px;
    line-height: 16px;
    min-height: 76px;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
}

.subtitle_grey_paseo {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #717171;
    margin-top: 8px;
    line-height: 20px;
    font-size: 14px;
}

.showcase-footer {
    clear: both;
    padding: 0;
}

.hidden-product {
    display: none;
}

.m-w-90 {
    min-width: 90px;
}

.m-w-100 {
    min-width: 100px;
}

.content-product {
    min-height: 155px;
}

/* Showcase Cards */
.product-showcase {
    padding: 0;
    background: white;
    background-color: white;
    height: 296px!important;
}

.found-products .product-showcase {
    margin: 0;
    padding: 0;
    margin-right: 0;
    background: white;
    margin: 0 1%;
    background-color: white;
    border: 1px solid transparent;
}

.found-products .showcase-last-price {
    text-decoration: line-through;
    font-family: 'Roboto', serif;
    font-weight: 300;
    font-size: 15px;
    padding: 0;
    display: inline-flex;
    text-align: center;
}

.product-showcase-search {
    margin: 0;
    min-height: 291px;
    padding: 0;
    margin-right: 0;
    background: white;
    width: 46%;
    margin: 2%;
    background-color: white;
}

.kilometros {
    font-family: 'Roboto', serif;
    font-size: 15px;
}

.kilometros:hover {
    font-weight: 800;
    color: #113F8F;
}

.kilometros:hover .location-shop_paseo {
    color: #113F8F;
}

.store-showcase_logo {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.store-showcase_logo .img-responsive {
    padding: 0;
    border: 0;
    margin: 0;
}

.store-showcase_vendor {
    width: 75px;
    height: 75px;
    margin: 0 auto;
}

.store-showcase_actions {
    padding: 10px 0;
}

.claim-showcase-free {
    font-size: 15px;
    text-align: center;
    color: #575756;
    margin-top: 0px;
    margin-bottom: 0;
}

.store-showcase_description {
    margin-bottom: 0;
    font-weight: 300;
    text-align: left;
    font-size: 14px;
}

.store-showcase_description p {
    margin-bottom: 6px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    -ms-line-clamp: 4;
    -ms-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 80px;
}

/* Likes */
.like-showcase {
    right: 10px;
    top: 11px;
    position: absolute;
    padding: 0px;
    font-size: 24px;
    line-height: 30px;
    color: white;
    text-shadow: 0 0 1px #000;
}

.like-showcase:hover {
    cursor: pointer;
    color: #CB2222;
}

.pulse {
    animation: pulse .5s linear;
}

.shake {
    animation: shake 1s linear;
}

.like-product {
    display: block;
    z-index: 9;
    position: absolute;
    right: 10px;
    top: 15px;
    text-decoration: none !Important;
}

.zoomLens {
    border: 3px solid #113f92 !Important;
}

.like-store {
    z-index: 9;
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 26px;
    color: #F0BEC7;
    line-height: 20px;
    background: white;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.like-store:hover {
    color: #E30623
}

.link {
    font-family: 'Roboto', sans-serif;
    color: #113f92!important;
    padding: 0;
    text-align: left;
    background: transparent;
    width: auto;
    border-left: 0;
}

.link:hover {
    cursor: pointer;
}

.store-new {
    background-color: #8CC63F;
    color: white;
    border: none;
    z-index:1;
}

.store-featured {
    background-color: #113F96;
    color: white;
    border: none;
    z-index:1;
}

.store-new p, .store-featured p{
    margin: 0;
    text-align: center;
    padding: 5px;
    font-weight: 500;
    color: white;
}

.description-grid-view {
    margin-top: 10px;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.discount_map {
    width: 50px;
    float: left;
    margin-right: 5px;
}

.content-info-map .btn-primary-reverse, .content-info-map .btn-danger {
    padding: 2px 20px;
}

#departmentsTablet {
    position: absolute;
    z-index: 2;
}

#filtersTablet {
    position: absolute;
    z-index: 2;
    left: 25%;
}

#filtersTablet .caret, #departmentsTablet .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
    color: #333333;
}

.filters-view[aria-expanded="false"]:after{
    content:"Ver filtros";
}

.filters-view[aria-expanded="true"]:after{
    content:"Cerrar filtros";
}

#departments, #subfilters {
    width: 235px;
    max-height: 254px;
    overflow-y: scroll;
    border-bottom: 1px solid #D7D7D7;
}

#departments a, #subfilters a, #subfilters_mobile a, #departmentTablet a {
    color: #4C4C4C!important;
    font-size: 13px;
}

#departments a[aria-expanded="true"]{
    border-bottom: none!important;
    font-weight: 600!important;
}

#departmentMobile .list-group-item[aria-expanded="true"] {
    font-weight: 600;
    color: #333333!important;
    border-bottom: none!important;
    background-color: white;
}

.collapseMain a[aria-expanded="true"] {
    font-weight: 600!important;
}

.no_results_image {
    display: block;
    margin: 0 auto;
}

#mapZone {
    display: none;
}

.logotype_map {
    width: 100%!important;
    max-width: 120px!important;
}

.target_ventajon {
    width: 115px;
}

.target_ikea {
    width: 128px;
}

.erase_top_modal {
   box-shadow: none!important;
}

.store-showcase-grid-view {
    padding: 10px 0 10px 10px;
    margin: 0;
    min-height: 123px;
}

.count_badges {
    display: none;
}


.badge-search {
    background-color: white;
    border-radius: 45px;
    border: 1px solid #D7D7D7;
    color: #212121;
    font-size: 13px;
    margin-right: 15px;
    padding: 4px 13px 4px 12px;
    margin-top: 15px;
}

.badge-search:first-child {
    margin-left: 0px;
}

.badge-remove {
    margin-left: 10px;
}

/*------------------------------------------
        5.1 Mediaqueries for Shopping Trip         */
/* CSS for 320 */
@media (min-width: 320px) {
}
/* End Mediaqueries 320*/

/* CSS for 480 */
@media (min-width: 480px) {
    .c-title_paseo {
        line-height: 25px;
        text-align: left;
    }

    .shop-showcase_logo .img-responsive {
        width: 75%;
        max-width: 140px;
    }

    .shop-showcase_header_paseo {
        padding-top: 0px;
        padding-right: 6px;
        color: #113f8f;
    }

    .store-showcase_description {
        padding-top: 0;
        padding-bottom: 0;
    }

    .kilometros {
        float: left;
        line-height: 44px;
        margin-right: 60px;
    }

    .store-schedules {
        padding-top: 4px;
    }
}
/* End Mediaqueries 480*/

/* CSS for Mobile */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {
    .h2-store-grid-view {
        font-size: 18px;
    }

    .last_price_plus_15{
        text-align: center;
    }

    .showcase-last-price {
        display: block;
    }
    .visit {
        width: 100%;
        max-width: none;
    }

    .card.store-showcase {
        min-height: 220px;
    }

    .contain-card:nth-child(3n+1) {
        padding-left: 15px;
    }

    .logotype_map {
        margin: 0 auto;
        display: block;
        width: auto;
    }

    .buttons-info-map {
        margin-left: 20%;

    }
    #subfilters_mobile {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 2;
        margin-top: 8px;
        max-height: 200px;
        overflow-y: scroll;
        top: 3.3%;
        border-bottom: 1px solid #D7D7D7
    }

    #departmentMobile {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 2;
        margin-top: 8px;
        max-height: 200px;
        overflow-y: scroll;
        top: 3.3%;
        border-bottom: 1px solid #D7D7D7
    }

    #financeCalculationInfo .modal-dialog {
        width: auto!important;
    }
    #content-search-bar {
        background: transparent;
    }
    .discount_map {
        width: 35px;
        margin-left: 20px;
        margin-right: 0;
    }

    .target_ventajon {
        width: 98px;
    }

    .target_ikea {
        width: 108px;
    }

    .onlinefinanceclosebutton {
        margin: 0 auto;
        display: block;
    }

    .contain-card:nth-child(3n+0) {
        padding: 15px;
    }

    .arrow_pagination_mobile {
        text-align: center;
        font-size: 25px;
        border: 1px solid #E6E6E6;
        padding: 2px 5px;
    }

    .orderStores .btn-default .caret {
        right: 6px!important;
    }

    .check_store {
        margin: 0;
    }
}
/* End Mediaqueries Mobile*/

/* CSS for Tablets */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    .contain-card:nth-child(3n+0) {
        padding-right: 15px!important;
    }

    #financeCalculationInfo .modal-dialog {
        width: auto!important;
    }

    #departmentTablet {
        min-width: 258px;
    }

    .store-image img {
        max-width: 100px;
    }
}

/* CSS for 768 */
@media (min-width: 768px) {
    .product-showcase-title {
        font-size: 18px;
        line-height: 21px;
        padding: 0 10px;
        font-weight: 100;
        min-height: 47px;
        max-height: 47px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
        -ms-line-clamp: 2;
        -ms-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }

    .store-schedules {
        cursor: pointer;
        padding-left: 10px;
    }

    .price {
        font-size: 18px;
    }

    .claim-showcase-free {
        font-size: 15px;
        text-align: left;
        color: #575756;
        margin-top: 0px;
        margin-bottom: 0;
    }

    .last-price_store {
        font-size: 15px;
    }

    .visit {
        float: right;
        margin-top: 0;
        width: auto;
    }

    .shop-showcase_logo .img-responsive {
        width: 75%;
    }

    .like-shop_paseo {
        color: #C7C7C7;
    }

    .shop-showcase_logo .img-responsive {
        border: 1px solid #F6F6F6;
        margin: 0 auto;
        width: 75%;
    }

    .c-title_paseo {
        font-size: 17px;
        line-height: 20px;
        text-transform: capitalize;
        color: #676767;
        padding-top: 10px;
    }

    .boton_visitar a {
        margin: 0;
        float: none;
    }

    .showcase-featured {
        max-width: 100%;
    }

    .showcase-item {
        text-align: left;
        border-left: 1px solid #E7E7E7;
    }

    .shop-showcase_header_paseo {
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 15px;
        height: auto;
        padding-top: 0;
        background: #F4F4F4;
    }

    .showcase-hours {
        font-size: 16px;
        margin-top: 0;
    }

    .card-photo-cont {
        height: 250px;
        max-height: 250px;
    }

    .like-product {
        display: none;
    }

    .like-span {
        font-size: 23px;
    }

    .card-photo {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        z-index: 8;
    }

    .product-card-footer {
        position: absolute;
        bottom: 0;
    }

    .product-card-body {
        padding: 5px 15px 5px 15px;
    }

    .h2-store, .h2-store-grid-view {
        margin: 0;
        font-weight: 400;
        font-size: 20px;
        background: transparent;
        text-align: left;
        color: black;
    }
}
/* End Mediaqueries 768*/

/* CSS for 990 */
@media (min-width: 990px) {
    .product-card-body {
        width: 100%;
    }

    .product-card_title {
        font-size: 17px;
        line-height: 23px;
        font-weight: 500;
    }

    .footer_expanded {
        bottom: 0;
    }

    .logo_expanded {
        margin: 0;
    }

    .store-showcase_description p {
        margin-bottom: 6px;
        margin-top: -3px;
    }

    .boton_visitar {
        text-align: center;
        border-top: 0;
        padding: 0;
    }
}
/* End Mediaqueries 990*/

/* CSS for 1024 */
@media (min-width: 1024px) {
    .shop-showcase_logo .img-responsive {
        padding: 0;
        border: 1px solid #F6F6F6;
        margin: 0 auto;
        width: 100%;
    }

    .product-showcase-title {
        padding: 0 10px;
        min-height: 40px;
        max-height: 40px;
        line-height: 19px;
        color: #000000;
        font-size: 15px;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
        -ms-line-clamp: 2;
        -ms-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .showcase-footer {
        position: relative;
        bottom: 0;
        padding: 0;
        display: block;
        right: auto;
        padding: 0;
    }

    .store-image .img-responsive {
        max-height: 100px;
    }

    .boton_visitar {
        margin-top: -40px;
    }

    .store-showcase-grid-view .store-image {
        max-width: 150px;
        padding: 5px;
    }
}
/* End Mediaqueries 1024*/

/* CSS for 1336 */
@media (min-width: 1336px) {
    .price {
        font-size: 20px;
    }

    .last-price_store {
        font-size: 22px;
    }

    .location-shop_paseo {
        color: #113f92;
        padding: 5px;
        font-size: 13px;
    }

    .shop_header_link_paseo:hover {
        cursor: pointer;
    }

}
/* End Mediaqueries 1336*/

/* CSS for 1600 */
@media (min-width: 1600px) {
    .slick-slide .product-showcase {
        height: 335px!important;
    }
}

/* End Mediaqueries 1600*/

/*------------------------------
-------  6. Mi Shopping    -------*/
#pinBoot {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.white-panel {
    width: 100%;
    position: absolute;
}

.head-social-info {
    background: #97A1B3;
    font-weight: 200;
    color: black;
    padding: 0 5px;
    position: relative;
}

.head-social-info {
    background: rgb(255, 255, 255);
    position: absolute;
    top: 25px;
    right: 25px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    line-height: 25px;
    border: 1px solid #b1b1b1;
    z-index: 5;
}

.social-vendor-pic {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    /*top: -34px;*/
    right: 20px;
    margin-top: 0;
    background: white;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    border: 1px solid #bfbfbf;
}

.head-social-options {
    top: 0px;
    color: #888888;
    font-size: 17px;
}

.icon-options {
    cursor: pointer;
    color: #113F92;
    font-size: 15px;
    -webkit-box-shadow: -2px 14px 47px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 14px 47px -10px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 14px 47px -10px rgba(0, 0, 0, 0.75);
    line-height: 10px;
}

.card-social {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
    transition: all 220ms;
    border: 1px solid white;
}

.wall-item:hover .like-social {
    top: 90px;
    right: 30px;
    transform: translateY(-5px);
    opacity: 1;
}

/*-------------------------------------------------
        6.1 Mediaqueries for Mi Shopping         */
/* CSS for 320 */
@media (min-width: 320px) {
}
/* End Mediaqueries 320*/

/* CSS for 520 */
@media (min-width: 480px) {

}
/* End Mediaqueries 520*/

/* CSS for 768 */
@media (min-width: 768px) {

    .white-panel {
        position: absolute;
        width: auto;
    }

}
/* End Mediaqueries 768*/

/*------------------------------
-------  7. Product Page    -------*/
@-moz-document url-prefix() {
    .spinner {
        -moz-appearance: textfield;
        padding: 5px 15px 5px 15px;
    }
}

li.disabled a {
    background-color: #ffffff;
    color: #d2caca !important;
}

.help-product-stock {
    font-size: 21px;
    color: #5676b1;
    background-color: transparent;
    position: absolute;
    top: 102px;
    right: -26px;
}

.share-icon-green-product {
    color: #90bd1f;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 9px;
}

.share-icon-green-press {
    color: #90bd1f;
    font-size: 35px;
    margin-right: -10px;
    margin-top: 9px;
}

.ico-twitter {
    color: #00aced;
    font-size: 20px;
    text-align: center;
}

.ico-facebook {
    color: #3b5998!important;
    font-size: 20px;
    text-align: center!important;
}

.ico-mail {
    color: #db4c3f;
    font-size: 25px;
    text-align: center;
    margin-top: -3px;
}

.ico-whatsapp {
    color: #35b44a;
    text-align: center !important;
    margin-top: -7px;
    font-family: 'FontAwesome4';
}

.ico-twitter-store {
    color: #00aced;
    font-size: 26px;
    margin-top: 15px;
}

.ico-facebook-store {
    color: #3b5998;
    font-size: 26px;
    margin-top: 15px;
}

.ico-mail-store {
    color: #db4c3f;
    font-size: 26px;
    margin-top: 15px;
}

.ico-whatsapp-store {
    color: #35b44a;
    font-size: 26px !important;
    text-align: center !important;
    margin-top: 15px;
    font-family: 'FontAwesome4';
}

.dropdown-menu {
    position: absolute;
    top: 74%;
    display: none;
    float: left;
    padding: 7px 0;
    margin: 7px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: white;
}

.dropdown-menu.share{
    min-width: 54px!important;
}

.share-icons {
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 9;
    display: none;
    float: left;
    min-width: 34px;
    width: 44px !Important;
    padding: 10px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.share > li > a {
    padding: 7px 10px;
}

.product-options .btn-wishlist, .product-options .btn-purchase {
    width:100%;
}

.product-options .select-round {
    text-align: center;
    margin: 0 auto;
}

.like-product-page {
    font-size: 30px;
    color: #F0BEC7;
    margin-top: -8px;
}

.like-product-page:hover {
    cursor: pointer;
    color: #CB2222;
}

.container-product-photo {
    display: table !important;
    table-layout: fixed;
    zoom: 1;
    padding: 0;
}

.product-photo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.product-photo img {
    height: auto !important;
    vertical-align: top;
    margin: 0 auto;
    max-height: 450px;
}

.product-name {
    font-weight: 100;
    font-size: 25px;
    color: #333333;
    margin-right: 30px;
    margin-bottom: 5px;
    margin-top: 0px;
    text-align: center;
    line-height: 30px;
}

.product-desc {
    font-weight: 100;
    font-size: 15px;
    color: #5e5e5e;
    padding-right: 15px;
    text-align: center;
}

.showcase-price {
    color: #212121;
    font-size: 23px;
    font-weight: 600;
}

.featured_product {
    background-color: #F9B233;
    height: 25px;
}

.featured_product p {
    line-height: 1;
    color: #ffffff;
}

.product-name-store {
    font-weight: 100;
    font-size: 20px;
    color: #227ea7;
    line-height: 20px;
    margin-bottom: 0;
    text-decoration: underline;
}

.stock-product-ok {
    background: #DFF8DF;
    padding: 0px 15px;
    color: #0F660F;
    border: 1px solid #A5D5A5;
    font-weight: 300;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
}

.product-discount span {
    display: inline-block;
    vertical-align: middle;
}

.desc-product-complete {
    font-size: 15px !important;
    color: #666 !important;
}

.desc-product-complete p {
    font-family: 'Roboto', sans-serif !important;
}

.stock-product-false {
    background: #FFD2D2;
    padding: 3px 15px;
    color: #5E0808;
    border: 1px solid #E38A8A;
    font-weight: 300;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
}

#main-photo-product {
    margin: 0 auto;
}

#main-photo-product:hover {
    cursor: pointer;
}

#gallery_thumbs {
    float: left;
    padding: 0;
    z-index: 90;
}

.purchase-actions {
    padding-top: 0;
    text-align: center;
}

#gallery_thumbs a:first-child img {
    padding-left: 0;
}

#gallery_thumbs img {
    display: inline;
    text-align: left;
    padding: 10px;
}

/* slider product */
.carousel {
    margin-top: 0px;
}

.carousel .carousel-control {
    background-image: none;
}

.item .thumb {
    cursor: pointer;
    float: left;
    margin: .5% 1%;
}

.item .thumb img {
    width: 100%;
    margin: 2px;
}

.talla {
    width: 32px;
    height: 32px;
    border: 1px solid #AEAEAE;
    float: left;
    margin-right: 10px;
    font-family: 'Roboto', serif;
    color: #AEAEAE;
    padding: 4px 6px;
}

.title-center {
    text-align: center;
    margin-bottom: initial;
}

.feature div {
    border: 1px solid #ffffff;
    color: #595959;
    font-weight: 500;
    font-size: 12px;
    padding: 10px;
}

.select-round {
    font-size: 14px;
    color: #3C3C3B;
    background: transparent;
    line-height: 20px;
    background-color: transparent;
    padding: 0 14px;
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    vertical-align: text-bottom;
    position: relative;
    min-width: 150px;
}

.bootstrap-select > .btn-default:not(.disabled):after, .bootstrap-select > .btn-default:not(.readonly):after {
    background: transparent;
}

.product-prices, .product-discount {
    padding: 0;
}

.product-last-price {
    text-decoration: line-through;
    font-weight: 300;
    display: block;
    text-align: center;
}

.title_atracction {
    font-size: 22px;
    font-weight: 600;
}

.description_atracction {
    font-size: 13px;
}

.content-product-options {
    padding: 7px 0 0px 14px;
}

.share {
    display: inline-flex;
}

.products-related-slider .product-card-photo-img {
    margin: 0;
}

.products-related-slider .product-showcase:hover{
    border: 1px solid #CCCCCC;
    cursor: default;
    opacity: 1;
}

.product-showcase:hover #btn-purchase {
    display: block!important;
}

.products-related-slider .product-showcase .btn-purchase:hover {
    padding: 8px 15px!important;
    color: #d10026!important;
}

@-moz-document url-prefix() {
    .products-related-slider .product-showcase .btn-purchase:hover {
        padding: 7px 15px!important;
    }
}

.products-related-slider .showcase-price {
    color: #212121;
    font-size: 22px;
    font-weight: 600;
}

.product-options .quantity {
    width: 73%;
}

.products-related-slider .label-warning {
    background-color: #F9B233;
    border-radius: 0;
    padding: 5px 20px 5px 5px;
}

.products-installations-slider img {
    min-height: 170px;
}

.stars-review-percent {
    width: 82px!important;
}

.progress-review-percent {
    width: 155px!important;
    padding: 0 10px 0 0!important;
}

.show-on-scroll {
    display: none;
}

.months-finance .radio-inline {
    display: inline-block;
}

.months-finance .months-finance-label {
    display: block;
}

.months-finance .radio .input-helper:before {
    left: 72%;
}

.months-finance .radio .input-helper:after {
    left: 89%;
}

.more_info_label {
    position: absolute;
    bottom: 15%;
    left: 39%;
    padding: 6px 15px;
    font-weight: lighter;
    font-size: 14px;
}

#add .fa {
    font-size: 27px;
    margin-right: 15px;
}

.purchase_compressed {
    padding: 20px 0 0!important;
}

.purchase_compressed .add_basket {
    border-radius: 0;
}

.resumen-checkout-fixed.product-last-price {
    line-height: 12px;
}

.dropdown-menu.open {
    max-height: 300px!important;
}

ul.dropdown-menu.inner {
    max-height: 240px!important;
}

.zoomContainer {
    display: none!important;
}

.containt-padding-right img {
    padding-right: 0!important;
}

.containt-padding-left img {
    padding-left: 0!important;
}

.banner_eas {
    background-size: 100%;
    min-height: 330px;
    max-height: 330px;
    background-position: 100% 37%;
}

.bang_campaign {
    position: absolute;
    top: -38px;
    left: 70px;
    z-index: 1;
}

.bang_campaign_cart {
    position: absolute;
    top: -39px;
    left: 50px;
}

/*---------------------------------------------
7.1 Mediaqueries for Product Page     */

/* CSS for 360 */
@media (min-width: 360px) {
    .help-product-stock {
        font-size: 21px;
        color: #5676b1;
        background-color: transparent;
        position: absolute;
        top: 104px;
        right: -13px;
    }
}
/* End Mediaqueries 360*/

/* CSS for 520 */
@media (min-width: 480px) {
}
/* End Mediaqueries 480*/

/* CSS for Mobile */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {
    .zoomWindowContainer {
        display: none!important;
    }

    .banner_eas1 {
        background: url(https://webventajon.s3-eu-west-1.amazonaws.com/storage/banners/Carrusel_EAS01_mobile.jpg) no-repeat;
        background-size: 100%;
        min-height: 116px;
        background-position: 100% 0;
    }

    .banner_eas2 {
        background: url(https://webventajon.s3-eu-west-1.amazonaws.com/storage/banners/Carrusel_EAS02_mobile.jpg) no-repeat;
        background-size: 100%;
        min-height: 116px;
        background-position: 100% 0;
    }

    #modalImg {
        display: block;
        max-width: 200px;
    }
    .content-product-added h2, content-product-added h3 {
        font-size: 16px!important;
        font-family: 'Roboto', sans;
    }

    #product-price {
        text-align: center;
    }

    .relation-product {
        margin-top: 20px;
        float:none!important;
    }

    .product-reviews-header, .iva {
        text-align: center;
    }

    .opinions {
        font-size: 18px;
    }

    .tabs-product-card  .tab-nav {
        box-shadow: none;
    }

    .tabs-product-card .tab-nav li.active > a {
        background-color: #113F8D;
        color: white;
        text-align: center;
    }

    .tabs-product-card .tab-nav li > a {
        background-color: #E4E4E4;
        text-align: center;
    }

    .products-related-slider .slick-slide {
        padding: 15px 20px!important;
    }

    .items-avaible {
        padding: 5px 15px!important;
        margin: 0!important;
    }

    .product-options .special-select {
        width: 100%;
    }

    .title-ficha-review {
        margin-bottom: 21px;
    }

    #gallery_thumbs img {
        padding: 8px 2px;
    }

    #fixed-total {
        margin-bottom: 20px;
    }

    #desc-product-collapse .collapse[aria-expanded="false"] {
        height: 42px !important;
        overflow: hidden;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #desc-product-collapse .collapsing[aria-expanded="false"] {
        height: 42px !important;
    }

    #desc-product-collapse a.collapsed:after  {
        content: 'Leer más';
    }

    #desc-product-collapse a:not(.collapsed):after {
        content: 'Leer menos';
    }

    #desc-product-collapse a {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .ico-facebook, .ico-twitter {
        font-size: 35px;
    }

    .ico-mail {
        font-size: 42px;
    }

    .ico-whatsapp {
        font-size: 35px;
	font-family: 'FontAwesome4';
    }

    .like-product-page {
        font-size: 37px;
    }

    .product-showcase .showcase-last-price {
        padding-left: 0!important;
    }

    .product-name {
      font-weight: 400;
    }

    .show-on-scroll {
        display: none!important;
    }

    .banner_eas {
        min-height: 160px;
    }

    .bang_campaign {
        top: -39px;
        left: 24%;
    }
}
/* End Mediaqueries Mobile*/

/* CSS for Tablets */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {

    body:not(.sw-toggled) .breadcrumb {
        padding: 10px 17px 11px;
    }
    .product-name {
       font-size: 16px;
       text-align: left;
       line-height: 23px;
    }
    .product-desc {
        font-size: 12px;
        text-align: left;
    }

    .count-reviews {
        font-size: 11px;
        padding-left: 15px;
    }

    .product-last-price {
        font-size: 13px;
        text-align: left;
    }

    #product-price {
        font-size: 22px!important;
    }

    #gallery_thumbs img {
       height: 83px;
       padding: 12px 19px;
    }

    #gallery_thumbs img:last-child {
        padding-right: 0;
    }

    .truck-text {
        line-height: 20px;
    }

    .free-returns {
        font-size: 14px;
    }

    .product-options #list-select {
        width: 100%;
    }

    .zoom-out, .zoom-in {
        width: 30px;
    }

    .product-options .special-select {
        width: 100%;
    }

    .title-ficha-review {
        margin-bottom: 20px;
    }

    #add .fa {
        font-size: 18px;
        margin-right: 6px;
    }

    .anhalf {
        width: 45%;
    }

    .num_items_avaible {
        margin-left: 15px;
        margin-top: 0!important;
    }

    .ico-whatsapp {
        font-size: 22px;
	font-family: 'FontAwesome4';
    }

    .container-loweredPrice .product-card {
        height: 295px!important;
    }

    .banner_eas1 {
        background: url(https://webventajon.s3-eu-west-1.amazonaws.com/storage/banners/Carrusel_EAS01_tablet.jpg) no-repeat;
        background-size: 100%;
        min-height: 230px;
        background-position: 100% 37%;
    }

    .banner_eas2 {
        background: url(https://webventajon.s3-eu-west-1.amazonaws.com/storage/banners/Carrusel_EAS02_tablet.jpg) no-repeat;
        background-size: 100%;
        min-height: 230px;
        background-position: 100% 37%;
    }

    .bang_campaign {
        top: -38px;
        left: 13%;
    }
}

/* CSS for 800 */
@media (min-width: 800px) {
    .like-product-page {
        margin-right: 0px;
    }

    .purchase-actions {
        padding-top: 0;
        text-align: left;
    }

    .product-last-price {
        text-decoration: line-through;
        font-weight: 300;
        display: block;
        text-align: left;
    }

    .help-product-stock {
        font-size: 21px;
        color: #5676b1;
        background-color: transparent;
        position: absolute;
        top: 104px;
        right: -43px;
    }

    .product-name {
        font-weight: 400;
        font-size: 25px;
        margin-right: 30px;
        margin-bottom: 10px;
        text-align: left;
    }

    .product-desc {
        font-size: 15px;
        color: #5e5e5e;
        padding-right: 15px;
        text-align: left;
        margin-bottom: 8px;
        line-height: 19px;
    }

    #gallery_thumbs img {
        margin: 0 auto;
        float: none;
    }


    .product-photo {
        vertical-align: middle;
    }

    .product-photo {
        text-align: left;
    }

    .product-options .select-round {
        text-align: left;
        margin: 0;
    }

    .truck-text {
        text-align: left;
    }

    .safe-text {
        text-align: left;
    }
}
/* End Mediaqueries 768*/

/* CSS for 800 */
@media (min-width: 800px) {
    #addProduct .modal-dialog{
        margin: 85px auto;
    }

    #modalImg {
        max-width: 300px;
        display: block;
    }
}
/* End Mediaqueries 800*/

/* CSS for 980 */
@media (min-width: 980px) {

}
/* End Mediaqueries 980*/

/* CSS for 1024 */
@media (min-width: 1024px) {

}
/* End Mediaqueries 1024*/

/* CSS for 1280 */
@media (min-width: 1280px) {

}
/* End Mediaqueries 1280*/

/* CSS for 1336 */
@media (min-width: 1336px) {

}
/* End Mediaqueries 1336*/

/* CSS for 1600 */
@media (min-width: 1600px) {
    .bang_campaign {
        top: -38px;
    }
}
/* End Mediaqueries 1600*

/* CSS for 1920 */
@media (min-width: 1920px) {

}
/* End Mediaqueries 1920*/


/*------ 8. Product Cards -------*/
.container-loweredPrice .from-price {
    font-size: 14px;
    font-weight: 300;
    color: #848484;
}

.container-loweredPrice .content-product-cart{
    margin: 10px;
}

.container-loweredPrice .product-card {
    background-color: #FFFFFF;
    height: 365px;
    position: relative;
    opacity: 0.9;
}

.container-loweredPrice .found-products .product-card {
    height: 290px;
}

.container-loweredPrice .product-card.special-menu{
    min-width: auto!important;
    height: auto!important;
}

.container-loweredPrice .landing-card {
    height: 315px;
}

.product-card-like span {
    color: white;
    text-shadow: 0 0 1px #000;
    padding: 5px;
    line-height: 40px;
}

.container-loweredPrice .product-card:hover {
    border: 1px solid #29529D;
    cursor: default;
    opacity: 1;
}

.container-loweredPrice .product-card-media {
    display: table !important;
    table-layout: fixed;
    zoom: 1;
    padding: 10px;
}

.container-loweredPrice .media-home {
    display: table !important;
    table-layout: fixed;
    zoom: 1;
    height: 190px;
    max-height: 190px;
    padding: 10px;
}

.container-loweredPrice .product-card-photo {
    display: table-cell;
    text-align: center;
    z-index: 8;
}

.container-loweredPrice .product-card-photo-img {
    height: auto !important;
    vertical-align: top;
    margin: 0 auto;
}

.container-loweredPrice .product-card-name-store {
    padding: 5px 0;
    font-size: 10px;
    font-family: "Open Sans", Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    -ms-line-clamp: 1;
    -ms-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 4px;
    border-top: 1px dashed #D9D9D9;
}

.container-loweredPrice .product-card-actions {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.container-loweredPrice .product-card-actions li {
    float: right;
}

.container-loweredPrice .product-card-actions .zmdi-view-toc {
    font-size: 26px;
    line-height: 30px;
    color: #999999;
    margin-left: 10px;
}

.container-loweredPrice .product-actions .zmdi-view-toc:hover, .product-actions .zmdi-view-toc:focus, .product-actions .zmdi-view-toc:active {
    color: #113F92;
    cursor: pointer;
}

.container-loweredPrice .product-card-desc {
    color: #000000;
    font-size: 13px;
    font-weight: 200;
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container-loweredPrice .product-name-ellipsis {
    height: 40px;
    overflow: hidden;
}

.container-loweredPrice .product-desc-ellipsis {
    max-height: 40px;
    overflow: hidden;
}

.container-loweredPrice .store-desc-ellipsis {
    height: 25px;
    overflow: hidden;
}

.container-loweredPrice .product-card-like span {
    padding: 0 6px 16px;
    font-size: 24px;
    color: #F0BEC7;
    line-height: 29px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.container-loweredPrice .product-card-like span:hover {
    cursor: pointer;
}

.container-loweredPrice .product-card-name {
    padding: 0 10px;
}

.container-loweredPrice .product-card-name h3 {
    margin: 0;
    text-overflow: ellipsis;
    line-height: 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 100;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    padding: 0 10px;
}

.container-loweredPrice .product-card-prices {
    padding: 0 10px;
}

.container-loweredPrice .product-card-offer-price {
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 100;
    color:  #737373;
    text-align: left;
}

.container-loweredPrice .product-card-price {
    text-align: right;
    color: #113F92;
    font-size: 20px;
}

.container-loweredPrice .price-home {
    font-size: 17px;
}

.container-loweredPrice .product-card-footer {
    padding: 0px 10px;
}

.container-loweredPrice .product-card-units {
    font-size: 13px;
    color: #E30623;
    line-height: 28px;
}

.container-loweredPrice .product-card-discount-ventajon {
    font-weight: normal;
    color: #113F92;
    font-size: 13px;
    margin: 10px 0;
    text-align: center;
}

.container-loweredPrice .product-card-discount-ventajon2, .product-card-discount-ventajon3 {
    font-weight: normal;
    color: #113F92;
    font-size: 17px;
    margin: 5px 0;
    text-align: center;
}

.container-loweredPrice .product-card-discount-ventajon img {
    width: 46px;
    margin: 0;
}

#product-price {
    margin-top: -7px;
    color: #113F8D;
}

.container-loweredPrice .products-slider .showcase-last-price {
    margin-left: 10px;
}

.from-price {
    font-size: 14px;
    font-weight: 300;
    color: #848484;
}

.content-product-cart{
    margin: 10px;
}

#grid ul.pagination{
    min-width: 178px;
}

.product-card {
    background-color: #FFFFFF;
    height: 358px;
    position: relative;
    opacity: 0.9;
    border: 1px dashed #D9D9D9;
}

.container-loweredPrice .product-card {
    border: 1px dashed #D9D9D9;
}

.found-products .product-card {
    height: 290px;
}

.found-products .product-showcase{
    padding: 15px!important;
    margin: 0;
    margin-bottom: 20px;
    min-height: 400px;
}

.found-products .label-warning{
    background-color: #F9B233;
    border-radius: 0;
    padding: 3px 9px 3px 5px;
}

.product-card.special-menu{
    min-width: auto!important;
    height: auto!important;
    border: 1px dashed #D9D9D9;
}

.showcase-card-shop {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #3A3A3A;
}

.product-showcase:hover {
    border: 1px solid #D7D7D7;
}

.home-card {
    height: 295px;
}

.landing-card {
    height: 315px;
}

.add-to-basket {
    background-color: #d10026;
    height: 40px;
    text-align: center;
    border: 1px solid #d10026;
    color: white;
    z-index: 99;
    display: none;
}

.product-showcase:hover .add-to-basket {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0px;
}

.product-card:hover {
    border: 1px solid #29529D;
    cursor: default;
    opacity: 1;
}

.product-card-media {
    display: table !important;
    table-layout: fixed;
    zoom: 1;
    padding: 10px;
}

.media-home {
    display: table !important;
    table-layout: fixed;
    zoom: 1;
    height: 190px;
    max-height: 190px;
    padding: 10px;
}

.product-card-photo {
    display: table-cell;
    text-align: center;
    z-index: 8;
}

.product-card-photo-img {
    height: auto !important;
    vertical-align: top;
    margin: 0 auto;
}

.product-card-name-store {
    padding: 5px 0;
    font-size: 10px;
    font-family: "Open Sans", Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    -ms-line-clamp: 1;
    -ms-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 4px;
    border-top: 1px dashed #D9D9D9;
}

.product-card-actions {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.product-card-actions li {
    float: right;
}

.product-card-actions .zmdi-view-toc {
    font-size: 26px;
    line-height: 30px;
    color: #999999;
    margin-left: 10px;
}

.product-actions .zmdi-view-toc:hover, .product-actions .zmdi-view-toc:focus, .product-actions .zmdi-view-toc:active {
    color: #113F92;
    cursor: pointer;
}

.product-card-desc {
    color: #000000;
    font-size: 13px;
    font-weight: 200;
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-name-ellipsis {
    height: 40px;
    overflow: hidden;
}

.product-desc-ellipsis {
    max-height: 40px;
    overflow: hidden;
}

.store-desc-ellipsis {
    height: 38px;
    overflow: hidden;
}

.product-card-like span {
    padding: 0 6px 16px;
    font-size: 24px;
    color: #F0BEC7;
    line-height: 29px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.product-card-like span:hover {
    cursor: pointer;
}

.product-card-name {
    padding: 0 10px;
}

.product-card-name h3 {
    margin: 0;
    text-overflow: ellipsis;
    line-height: 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 100;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    padding: 0 10px;
}

.product-card-prices {
    padding: 0 10px;
}

.product-card-offer-price {
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 100;
    color:  #737373;
    text-align: left;
}

.product-card-price {
    text-align: right;
    color: #113F92;
    font-size: 20px;
}

.price-home {
    font-size: 17px;
}

.product-card-footer {
    padding: 0px 10px;
}

.product-card-units {
    font-size: 13px;
    color: #E30623;
    line-height: 28px;
}

.product-card-discount-ventajon {
    font-weight: normal;
    color: #113F92;
    font-size: 13px;
    margin: 10px 0;
    text-align: center;
}

.product-card-discount-ventajon2, .product-card-discount-ventajon3 {
    font-weight: normal;
    color: #113F92;
    font-size: 17px;
    margin: 5px 0;
    text-align: center;
}

.product-card-discount-ventajon img {
    width: 46px;
    margin: 0;
}

#product-price {
    margin-top: -7px;
    color: #113F8D;
}

/* GRID STRUCTURE */
#grid[data-columns]::before {
	content: '3 .column.size-1of3';
        display: none;
}

@media screen and (max-width: 450px){
    #grid[data-columns]::before {
            content: '1 .column.size-1of1';
            display: none;
    }
}

@media screen and (min-width: 451px) and (max-width: 679px){
    #grid[data-columns]::before {
            content: '2 .column.size-1of2';
            display: none;
    }
}

@media screen and (min-width: 680px) and (max-width: 1120px) {
    #grid[data-columns]::before {
            content: '3 .column.size-1of3';
            display: none;
    }
}

@media screen and (min-width: 1121px) {
    #grid[data-columns]::before {
            content: '4 .column.size-1of4';
            display: none;
    }
}

@media screen and (min-width: 1300px) {
    #grid[data-columns]::before {
            content: '5 .column.size-1of5';
            display: none;
    }
}

/* Different Grid */

@media screen and (max-width: 450px){
    #gridcustom[data-columns]::before {
            content: '1 .column.size-1of1';
            display: none;
    }

    .content-product-cart, .container-loweredPrice{
        margin: 0px !important;
    }

    .product-card-photo-img{
        width: 100%;
    }
}

@media screen and (min-width: 451px) and (max-width: 679px){
    #gridcustom[data-columns]::before {
            content: '2 .column.size-1of2';
            display: none;
    }
}

@media screen and (min-width: 680px) and (max-width: 1120px) {
    #gridcustom[data-columns]::before {
            content: '3 .column.size-1of3';
            display: none;
    }
}

@media screen and (min-width: 1121px) {
    #gridcustom[data-columns]::before {
            content: '4 .column.size-1of4';
            display: none;
    }
}

@media screen and (min-width: 1200px) {
    #gridcustom[data-columns]::before {
            content: '5 .column.size-1of5';
            display: none;
    }
}

@media screen and (min-width: 1500px) {
    #gridcustom[data-columns]::before {
            content: '6 .column.size-1of6';
            display: none;
    }
}

@media screen and (min-width: 1800px) {
    #gridcustom[data-columns]::before {
            content: '7 .column.size-1of7';
            display: none;
    }
}

.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }
.size-1of4 { width: 25%; }
.size-1of5 { width: 20%; }
.size-1of6 { width: 16.667%; }
.size-1of7 { width: 14%; }

/*---------------------------------------------
        8.1 Mediaqueries for Product Cards    */

/* CSS for 320 */
@media (min-width: 320px) {
}
/* End Mediaqueries 320*/

/* CSS for 480 */
@media (min-width: 480px) {
}
/* End Mediaqueries 480*/

/* CSS for 768 */
@media (min-width: 768px) {
    .product-card-discount-ventajon {
        text-align: left;
    }
}
/* End Mediaqueries 768*/

/* CSS for Mobile */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {
    #enjoy .grid-item {
        width: auto!important;
    }

    .found-products .product-showcase {
        padding: 0!important;
        margin-left: 0;
        margin-bottom: 20px;
        border-top: 1px solid #DBDBDB;
        border-bottom: 1px solid #DBDBDB;
        min-height: auto;
    }

    .found-products .product-card-photo {
        text-align: left;
    }

    .found-products .product-showcase-title {
        font-size: 16px;
        min-height: 35px;
    }

    .found-products .product-card-photo-img {
        padding-bottom: 0;
    }

    .filter-bar-search {
        z-index: 9;
    }
}

/* CSS for Tablets */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {

    .filter-bar-search {
        background-color: #EFEFEF;
        z-index: 58;
    }

    .product-showcase:hover .add-to-basket {
        display: none;
    }

    .filter-bar-search .bootstrap-select > .btn-default:before {
        background-color: #EFEFEF;
    }
}

/* CSS for 800 */
@media (min-width: 800px) {
}
/* End Mediaqueries 800*/

/* CSS for 980 */
@media (min-width: 980px) {
    .product-card-discount-ventajon3 {
        float: left;
        text-align: left;
        font-weight: normal;
        color: #113F92;
        font-size: 19px;
        margin-left: 17%;
    }

    .product-card-discount-ventajon2 {
        font-weight: normal;
        color: #113F92;
        font-size: 19px;
        margin: 5px 0;
        text-align: center;
    }

    #clockdiv {
        margin-top: -5px;
        margin-left: 10px;
    }
    .content-product-cart {
        margin: 15px 8px;
    }
}
/* End Mediaqueries 980*/

/* CSS for 1024 */
@media (min-width: 1024px) {
}
/* End Mediaqueries 1024*/

/* CSS for 1336 */
@media (min-width: 1336px) {
    .product-card-discount-ventajon3 {
        margin-left: 22%;
    }
}
/* End Mediaqueries 1336*/

/* CSS for 1600 */
@media (min-width: 1600px) {
}
/* End Mediaqueries 1600*/
/*--------------------------------*/


/*------------------------------
-------  9. STORE PAGE   -------*/

.discount_banner {
    background-color: #FFFFFF;
    float: right;
    right: 0;
    top: 5em;
}

#map, #map2 {
    height: 400px;
}

.discount_banner img {
    max-width: 170px;
}


.item-carousel-store {
    text-align: center;
}

#galeria {
    min-height: 415px;
}

#galeria img{
    max-height: 400px;
}

#search-query-store::placeholder {
    font-size: 13px;
    color: #999999;
}

.popover-title {
    font-family: 'Roboto', serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #113f8f;
    border-bottom: 0;
    padding: 10px;
    margin-bottom: -5px;
}

.popover-content {
    font-family: 'Roboto', serif;
    font-size: 14px;
    color: #8D8D8D;
    padding: 0;
    font-weight: 300;
    margin-top: 0px;
    text-align: left;
    padding: 10px!important;
}

.help-product {
    position: absolute;
    top: 10px;
    right: 3px;
    width: 20px;
    padding: 0;
    z-index: 10;
}

.help-product .popover {
    width: 300px;
}

.popover {
    min-width: 300px;
}

button.help-product {
    font-size: 19px;
    color: #b7b7b7;
    background-color: transparent;
}

.logo-store {
    padding: 0;
}

.store-box {
    border: solid 1px #ccc;
}

.store-box-bottom {
    border-bottom: solid 1px #ccc;
    border-top: 0;
}

.store-header {
    color: #000000;
    right: 0;
    border-bottom: 0;
}

.store-showcase-body {
    background: #F3F3F3;
    border: 1px solid #EFEFEF;
}

.store-footer {
    background: rgb(208, 222, 233);
    padding: 8px;
    color: #000000;
}

.help-shipping {
    font-size: 19px;
    color: #b7b7b7;
    background-color: transparent;
    border: 0;
}

.slick-slide .featured-slider {
    padding: 0 45px;
}

.title-store {
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    text-align: left;
    padding-bottom: 10px;
}

.claim-store {
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    background: white;
    padding: 0;
    color: #113F92;
    margin-bottom: 10px;
}

.claim-store-free {
    font-size: 14px;
    text-align: center;
    color: #575756;
    margin-top: 0px;
    margin-bottom: 0;
}

.claim-mallorca {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #5A5A5A;
    text-align: center;
    margin-left: 0;
    margin-bottom: 10px;
}

.like-shop a:hover, .like-shop a:focus {
    color: #CB2222;
    text-decoration: none;
}

.searchbar-store {
    width: 100%;
    height: 36px;
    position: relative;
}

.details-store {
    margin: 20px 0;
    padding: 0;
}

.store-description {
    font-size: 14px;
    color: #333333;
    font-weight: 300;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.schedules-store {
    padding: 0 0 10px 0;
}

.schedules-store span, .schedules-store p {
    text-align: center;
}

.placeholder-store {
    text-align: center;
    margin-top: 25px;
    line-height: 20px;
}

.title-placeholder {
    font-size: 24px;
    color: #797979;
    line-height: 24px;
}

.margin-store {
    border: 1px solid #E5E5E5;
    padding: 5px 5px;
    margin-bottom: 15px;
}

.store-logo {
    width: 100%;
    margin: 0 auto;
}

.imgLiquid img {
    visibility: visible !Important;
}

.store-vendor {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    border: 1px solid lightgrey;
}

.product-attend {
    margin-top: 29px;
}

.vendor-img {
    width: 75px;
    height: 75px;
    margin-right: 15px;
}

.chat {
    font-size: 15px;
    padding-left: 10px;
    padding-top: 6px;
    vertical-align: text-bottom;
    padding-right: 1px;
}

.shop-showcase_actions {
    margin-left: 10px;
    margin-top: 30px;
}

.searchbar-store-icon {
    border-left: 0;
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 20px;
    -moz-border-radius: 33px;
    cursor: pointer;
}

.c-title-mini {
    color: #3c3c3b;
    line-height: 19px;
    margin-bottom: 10px;
    font-size: 15px;
}

.features-section {
    border-right: 1px solid #FFFFFF;
    padding-right: 25px;
    text-align: left;
}

.features-section a {
    font-family: 'Roboto', serif;
}

.shop_header_link {
    font-family: 'Roboto', serif;
    font-size: 17px;
    font-weight: 300;
    color: #FFFFFF;
}

.shop_header_link:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.subtitle_grey {
    font-family: 'Roboto', serif;
    font-weight: 300;
    color: #575756;
    margin-top: 6px;
    line-height: 21px;
    font-size: 15px;
    padding: 0;
}

.c-title_estandar {
    font-size: 18px;
}

.last-price_store {
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 100;
}

.social-icons-store {
    text-align: center;
}

.price_tienda {
    font-family: 'Roboto', serif;
    font-weight: 300;
    color: #6F6F6E;
    text-decoration: none;
}

.price_tienda_pvp {
    font-family: 'Roboto', serif;
    font-weight: 300;
    color: #6F6F6E;
    text-decoration: none;
    margin-left: 5px;
}

.price_blue {
    margin-right: 10px;
}

.price_blue-grey {
    font-family: 'Roboto', serif;
    color: #CCCCCC;
    margin-right: 10px;
    text-align: center;
}

.price_blue_mini {
    font-family: 'Roboto', serif;
    font-weight: 500;
    color: #113F95;
}

.discount-ventajon {
    font-family: 'Roboto', serif;
    font-weight: 100;
    color: #5D5D5D;
    font-size: 14px;
    margin-bottom: 10px;
}

.units {
    font-family: 'Roboto', serif;
    font-weight: 400;
    color: #D00026;
    display: block;
    text-align: left;
    font-size: 12px;
}

.button-cart {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.mCSB_container {
    overflow: visible;
    width: auto !Important;
    height: auto;
}

.social-add {
    position: relative;
    top: 0;
    padding-bottom: 20px;
    bottom: 0;
    clear: both;
}

.box-vendor {
    margin-left: 0;
    border: 1px solid lightgrey;
    margin: 15px 0;
    background: #FDFDFD;
}

.store-footer {
    background: #E1E1E1;
    padding: 9px 25px;
    color: #113f8f;
    vertical-align: bottom;
    line-height: 30px;
}

.location-store {
    text-align: center;
}

.featured-product {
    margin: -8px -31px;
}

.img-modal {
    max-height: 95px;
    float: right;
}

.details-info {
    font-size: 15px;
    font-weight: 300;
}

.details-info-bold {
    font-weight: 500;
    color: #4B4B4B;
}

.share-store {
    color: #676767;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    margin-left: 0px;
    float: none;
    background: #ffffff;
    padding: 10px 0;
    width: auto;
    font-size: 13px;
    color: #113f92;
    text-align: center;
}

.share-store span, .share-store a, .share-store p, .share-store div {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
}

#store-logo {
    max-width: 125px;
    margin: 10px 0;
}

.mini-claim {
    font-size: 13px;
    color: #a9a9a9;
}

.social-icons-store span {
    text-align: center;
    margin: 0;
}

.control-label {
    font-size: 14px;
    font-family: "Roboto";
    float: left;
    display: block;
    font-weight: normal;
}

#orderDiv .bootstrap-select > .btn-default, .list-group-item, .orderStores .btn-default {
    border: 1px solid #D7D7D7 !important;
    border-radius: 0;
    padding-left: 10px;
    padding-top: 7px;
    padding-right: 0;
    padding-bottom: 6px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.sorting-filter .caret {
    right: -2px!important;
}

.categoryDevice .caret {
    right: -12px!important;
}


.social-share-align {
    text-align: right;
}

.section-list ul {
    border-bottom: 1px solid #999999;
}

.section-list li {
    padding-bottom: 15px;
}

.section-list li p:hover {
    text-decoration: underline;
    color: #263E88;
    cursor: pointer;
}

.section-list li p {
    padding: 12px 13px;
    margin: 0;
}

.section-list li a:hover {
    color: #113F95 !important;
}

#clockdiv {
    padding: 10px;
    border-radius: 3px;
    background: #113f92;
    display: inline-block;
    float: left;
}

#clockdiv span{
    padding: 1px 17px;
    border-radius: 3px;
    background: white;
    display: inline-block;
    color: #CD0026;
    font-weight: 600;
    font-size: 23px;
}

.smalltext{
    padding-top: 5px;
    font-size: 16px;
    color: white;
    text-align: center;
}

#maxView img, #minView img {
    width: 30px;
    height: 30px;
}

.address-content {
    min-height: 145px;
}

.social-share span:hover {
    color: #113f92!important;
}

.logotype_shop img {
    display: block;
    margin: 0 auto;
    position: relative;
}

.number-discount {
    display: block;
    margin-top: 35px;
}

#advertising {
    background-color: #7c4d88;
    max-height: 350px;
}

#advertising .first_element {
    background: url(https://webventajon.s3.eu-west-1.amazonaws.com/storage/banners/header_store_item_desktop.png) no-repeat;
    background-size: cover;
    width: 302px;
    height: 350px;
    float: left;
    right: 6%;
    margin-left: 6px;
}

#advertising .copy_element {
    background: url(https://webventajon.s3.eu-west-1.amazonaws.com/storage/banners/header_store_copy.png) no-repeat;
    background-size: cover;
    width: 490px;
    height: 330px;
    float: left;
    right: 7%;
}

.info_campaign {
    float: right;
    top: 5em;
}

.promotional-text-campaign span {
    background-color: #fff;
    line-height: 50px;
    font-size: 35px;
    padding: 0px 13px;
    color: #333;
}

.promotional-text-campaign p {
    color: white;
    font-size: 29px;
    font-weight: 400;
    margin-top: 5px;
    padding-left: 10px;
}

.add_email {
    color: white!important;
}


/*--------------------------------------------
        9.1 Mediaqueries for Store page          */

/* CSS for Mobile */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {
    #advertising {
        min-height: 125px;
    }

    #advertising .copy_element {
        width: 172px;
        height: 124px;
        right: 0;
    }

    .discount_banner{
        right: 0;
        top: 0;
    }
    .discount_banner img {
        max-width: 89px;
    }
    .discount_banner p{
        margin-top: 0px;
    }
    .title-store {
        font-size: 17px;
    }
    #store-logo{
        max-width: 100px;
    }

    .product-card {
        margin-bottom: 20px;
        border-top: 1px solid #D7D7D7;
        border-bottom: 1px solid #D7D7D7;
        height: auto !important;
    }
/*    .bootstrap-select > .btn-default, .list-group-item {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #555555;
    } */
    .share-icons {
        right: 0;
    }
    .ico-twitter-store, .ico-facebook-store, .ico-mail-store {
        text-align: left;
    }
    .store-box {
        border: none;
    }

    .number-discount {
        display: block;
        margin-top: 20px;
    }
}

/* CSS for Tablets */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {

    #advertising {
        max-height: 258px;
    }

    #advertising .first_element{
        width: 226px;
        height: 258px;
        float: left;
        right: 6%;
        margin-left: 6px;
    }

    #advertising .copy_element {
        width: 215px;
        height: 155px;
        top: 60px;
        right: 9%;
    }

    .info_campaign {

    }

    .discount_banner {
        top: 2em;
    }

    .discount_banner p {
        margin-top: -3px;
    }

    .card_discount_banner{
        width: 135px!important;
        margin-top: 20px;
    }
}

/* CSS for 320 */
@media (min-width: 320px) {

}
/* End Mediaqueries 320*/

/* CSS for 320 and 720 */
@media (min-width: 320px) and (max-width: 720px) {
    #search-query {
        margin: 10px 0 10px 0;
    }

    .product-card-media {
        height: auto;
        min-height: 120px;
        max-height: none;
    }

    .product-card-photo-img {
        max-height: none !important;
        padding-bottom: 20px;
    }

    .product-name-ellipsis {
        height: auto;
        min-height: inherit;
    }

    .link {
        font-size: 12px;
    }

    .dropdown-filter3 {
        min-width: 225px;
    }
}
/* End Mediaqueries 320 and 720*/

/* CSS for 480 */
@media (min-width: 480px) {
    .featured-product {
        margin: -6px -7px;
    }

    #store-logo {
        max-width: 100%;
        margin: 10px 0;
    }
}
/* End Mediaqueries 480*/

/* CSS for 768 */
@media (min-width: 768px) {
    .product-attend {
        margin-top: 6px;
    }

    .price_blue {
        margin-right: 10px;
        text-align: left;
    }

    .price_blue-grey {
        font-family: 'Roboto', serif;
        color: #CCCCCC;
        margin-right: 10px;
        text-align: left;
    }

    .default-product {
        min-width: 250px;
        max-width: 250px;
        min-height: 470px;
    }

    .placeholder-store {
        text-align: center;
        margin-top: 90px;
    }

    .claim-store {
        margin: 0;
    }

    .share-store {
        text-align: left;
    }

    .schedules-store span, .schedules-store p {
        text-align: left;
        float: left;
    }

    .logo-store {
        padding: 0 15px;
        text-align: left;
    }

    .claim-store-free {
        text-align: left;
    }

    .social-icons-store span {
        text-align: left;
    }

    .schedules-store {
        padding: 0;
    }

    .social-icons-store {
        text-align: left;
        padding: 0;
    }

    .related-product {
        min-height: 380px;
    }

    .featured-product {
        min-height: 450px;
    }

    .logo-store {
        padding-left: 0;
    }

    .box-vendor {
        background: 0;
    }

    .social-share-align {
        text-align: inherit;
    }

    .organizer-bar {
        margin: 10px 0 20px 0;
    }
}
/* End Mediaqueries 768*/

/* CSS for 992 */
@media (min-width: 992px) {
    .phone-store {
        position: absolute;
        top: 0px;
        right: 0px;
        color: #113f92;
        font-size: 25px;
    }

    .claim-store {
        margin: 10px;
    }

    .claim-store-free {
        font-size: 14px;
        text-align: center;
        color: #575756;
        margin-top: 0px;
        margin-bottom: 0;
    }

    .featured-product {
        min-height: 492px;
    }

}
/* End Mediaqueries 992*/

/* CSS for 1000 */
@media (min-width: 1000px) {
    .box-vendor {
        margin-left: 0;
    }
}
/* End Mediaqueries 1000*/

/* CSS for 1336 */
@media (min-width: 1336px) {
    .logo-store img {
        max-width: 190px;
    }

    .featured-product {
        min-height: 469px;
    }

    #store-logo {
        max-width: 170px;
        margin: 0;
    }

    .claim-store-free {
        font-size: 15px;
        text-align: center;
        color: #575756;
        margin-top: 0px;
        margin-bottom: 0;
    }
    #clockdiv {
        margin-top: -8px;
    }
}
/* End Mediaqueries 1336*/

/* CSS for 1500 */
@media (min-width: 1500px) {
    .featured-product {
        min-height: 480px;
    }
}
/* End Mediaqueries 1500*/

/* CSS for 1600 */
@media (min-width: 1600px) {
    #advertising {
        background-position: 100% 100%;
    }
    .box-vendor {
        margin-left: 15px;
    }

    .store-description {
        margin-left: 0;
    }

    .box-vendor {
        margin-left: 0;
    }

    .featured-product {
        min-height: 458px;
        margin: 10px 0;
    }

    .claim-store-free {
        margin: 0 0 10px 0;
    }
}
/* End Mediaqueries 1600*/
/*--------------------------------*/

/*------------------------------
-------  10. CART   -------*/
.shop-showcase-cart {
    overflow: hidden;
}

.without-border {
    border:1px solid transparent!important;
}

.steps {
    background: #ffffff;
    margin-bottom: 15px;
}

.step {
    padding: 0;
    color: #BEBEBE;
    font-weight: 200;
    position: relative;
    margin: 0;
    text-align: left;
    display: inline-block;
    float: left;
}

.step span, .step p {
    font-size: 19px;
    line-height: 25px;
    display: initial;
    position: relative;
    left: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.step p {
    color: #ababab;
}

.step-active p {
    color: #4B4B4B;
    font-weight: 400;
}

.claim-cart {
    color: #ffaa00;
    font-size: 16px;
    font-weight: 400;
}

.title-process-purchase {
    padding-left: 30px;
    text-align: center;
}

.cart-img-content {
    table-layout: fixed;
    zoom: 1;
    border-collapse: collapse;
    border-left: 0;
    border-right: 0;
}

.cart-img {
    display: table-cell;
    vertical-align: middle;
    z-index: 8;
}

.shipping-data {
    padding: 15px;
    border: 1px solid #DFDFDF;
    border-left: 0;
    border-bottom: 0;
    margin-bottom: 0px;
    border-right: 0;
}

.tab_icono {
    font-family: 'Roboto', serif;
    font-size: 40px;
    font-weight: 400;
    color: #CA0026;
    float: left;
}

.tab_icono_2 {
    font-family: 'Roboto', serif;
    font-size: 40px;
    font-weight: 400;
    color: #9A9999;
    float: left;
}

.tab_carrito {
    margin-top: 5px;
    margin-left: 16px;
    font-family: 'Roboto', serif;
    font-size: 19px;
    font-weight: 300;
    float: left;
}

.tab_carrito_active {
    margin-top: 5px;
    margin-left: 16px;
    font-family: 'Roboto', serif;
    font-size: 19px;
    font-weight: 400;
    float: left;
}

.pedido {
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: 300;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.links_carrito {
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    padding: 0;
    text-align: left;
    width: 100%;
    border: 0;
    font-size: 14px;
    float: none;
    padding: 8px 8px;
    margin: 0 auto;
    display: block;
    text-align: center;
    background: #f1f1f1;
    margin: 15px auto;
}

.links_carrito-head {
    font-weight: 300;
    color: #113F8F;
    padding: 0;
    text-align: left;
    background: transparent;
    display: table-column-group;
    border: 0;
    line-height: 24px;
    font-size: 14px;
    float: left;
    border-right: 0;
    padding: 8px 8px;
    margin: 0 auto;
    display: block;
    text-align: left;
}

.links_carrito:hover {
    text-decoration: underline;
    color: #113F92;
}

.links_carrito:focus {
    text-decoration: underline;
    color: #113F92;
}

.links_carrito-head:hover {
    text-decoration: underline;
    color: #113F92;
}

.links_carrito-head:focus {
    text-decoration: underline;
    color: #113F92;
}

.barra {
    border-right: 1px solid #C3C3C2;
    margin-left: 15px;
    margin-right: 15px;
}

.btn-info_white {
    font-size: 12px;
    color: #C3C3C2;
    background-color: #ffffff;
    border: 1px solid #C3C3C2;
    border-radius: 70%;
    -moz-border-radius: 70%;
    -webkit-border-radius: 70%;
    padding: 3px 8px;
}

.btn-info_white:hover {
    color: #113F92;
    background-color: #ffffff;
    border: 1px solid #113F92;
}

.btn-info_white:focus {
    color: #113F92;
    background-color: #ffffff;
    border: 1px solid #113F92;
}

.price_cart {
    font-size: 21px;
    font-weight: bold;
    color: black;
}

.price_cart-grey {
    font-family: 'Roboto', serif;
    font-size: 20px;
    font-weight: bold;
    color: #CCCCCC;
}

.barra-right {
    border-right: 0px solid #E5E5E5;
}

.barra-right-alt {
    border-right: 1px solid #E5E5E5;
    height: 160px;
    margin-right: 15px;
}

.postal_code {
    font-size: 17px;
    color: #666666;
    font-weight: bold;
}

.gastos-summary {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    float: left;
}

.shipping-costs{
    padding: 0 3px 0 0;
}

.shipping-costs span {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.shipping-costs small {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    color: #CCCCCC;
    float: left;
}

.gastos-precio-summary {
    font-size: 15px;
    text-align: right;
}

.input_animation input {
    border-radius: 0!important;
    border: 1px solid #e0e0e0!important;
    height: 35px!important;
    font-size: 13px!important;
}

option:disabled {
    background-color: #e6e7e8!important;
}

.input_animation select {
    border-radius: 0!important;
    border: 1px solid #e0e0e0!important;
    height: 35px!important;
    padding-top: 0px!important;
    font-size: 15px!important;
}

.special-select:before {
    width: 0!important;;
    height: 0!important;;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #000;
    top: 13px!important;
    background-image: none!important;
    right: 7px!important;
    z-index: 0!important;
}

.input_animation.fg-toggled .fg-label{
    top: 2px!important;
    font-size: 9px!important;
}

.button-shipping-costs {
    padding: 0 0 5px 12px;
}

.pick-up-store label {
    font-size: 12px;
}

.save-shipping span {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
}

.save-shipping small {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    color: #CCC;
    float: left;
}

.special-shipping-costs {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #113f96;
    border-radius: 4px!important;
    padding: 7px 31px;
    height: 35px!important;
    margin-top: 2px;
    color: #113f92;
}

.special-shipping-costs:hover {
    background-color: #113f96!important;
    color: white!important;
}

.extras-cart {
    border: 1px solid #E5E5E5;
    padding: 10px 10px;
    weight: 100%;
}

.minigris {
    font-family: 'Roboto', serif;
    font-size: 12px;
    color: #999898;
    font-weight: 300;
}

.miniazul a {
    font-family: 'Roboto', serif;
    font-size: 12px;
    color: #113f92;
    font-weight: 300;
}

.miniazul a:hover {
    text-decoration: underline;
}

.minigris_tit {
    font-family: 'Roboto', serif;
    font-size: 13px;
    color: #999898;
    font-weight: 400;
    margin-bottom: 5px;
}

.info-circle {
    font-size: 25px;
    color: #999898;
    display: inline-block;
    width: 20px;
}

.extras_credit {
    border: 1px solid #E5E5E5;
    padding: 30px 30px;
    text-align: left;
}

.btn-contratar a {
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: 400;
    color: #828282;
    border: 1px solid #828282;
    border-radius: 30px;
    padding: 5px 15px;
    float: left;
    margin-top: 60px;
}

.btn-contratar a:hover {
    color: #ffffff;
    background-color: #113f92;
    border: 1px solid #113f92;
}

.extras_resumen {
    border: 1px solid #113F8F;
    padding: 30px 30px;
}

.resumen_pedido {
    color: #575756;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

.subtotal-resumen {
    font-size: 15px;
    font-weight: bold;
}

.importe {
    border-top: 1px solid #DFDFDF;
}

.add_pedido {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    border: 0;
    background-color: #FFC22D;
    padding: 9px 18px;
    float: right;
}

.add_pedido:hover {
    color: #222020;
}

.links_carrito_guardar {
    font-family: 'Roboto', serif;
    font-size: 13px;
    font-weight: 300;
    color: #113F8F;
    text-decoration: underline;
    vertical-align: bottom;
}

.links_carrito_guardar:hover {
    text-decoration: none;
}

.links_carrito_guardar:focus {
    text-decoration: underline;
    color: #113F8F;
}

.card-carrito {
    background-color: #fff;
    border: 1px solid #C3C3C2;
    padding: 15px 15px;
    margin-bottom: 15px;
}

.btn-volver a {
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: 400;
    color: #113F8F;
    border: 1px solid #113F8F;
    border-radius: 30px;
    padding: 5px 15px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

.btn-volver a:hover {
    color: #ffffff;
    background-color: #113f92;
    border: 1px solid #113f92;
}

.envio_cart {
    font-family: 'Roboto', serif;
    font-size: 14px;
    color: #575756;
}

.info-envio {
    font-size: 25px;
    color: #B1B1B1;
}

.btn .btn-info_white {
    padding: 3px 8px;
}

.info-acordeon {
    font-size: 13px;
    color: #585756;
    -o-border-radius: 20px;
    border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #C7C7C7;
    background-color: #ffffff;
    padding: 5px;
    color: #070707;
}

.modal .modal-header {
    padding: 15px 15px 0 15px;
}

.form-label-cart {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #7D7D7D;
    font-weight: 400;
}

.form-label-cart2 {
    font-family: 'Roboto', serif;
    font-size: 16px;
    color: #575756;
    font-weight: 400;
}

.panel-collapse .panel-heading::before {
    content: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.background_gris {
    background-color: #F4F4F4;
    padding: 15px 15px;
}

.purchase-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    padding: 0;
    z-index: 98;
}

.purchase-fixed button {
    padding: 13px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 17px;
    max-width: 100%;
}

.alert-box.free-shipping {
    background-color: #FFECB3;
    padding: 10px 10px;
    text-align: center;
    font-size: 15px;
    margin: 10px 0;
    font-weight: bold;
}

#accept-change-destination {
    color: white !important;
}

#accept-change-destination:hover {
    border: 1px solid #113f92;
    color: #113f92 !important;
}

#addressAccordion {
    margin: 20px 0;
}

.content-product-added {
    text-align: center;
}

.continue-buy {
    text-decoration: underline;
    color: #113f92;
    float: left;
    text-align: center;
    width: 100%;
}

.collect-store span {
    font-size: 11px;
    font-family: Roboto, sans-serif !important;
    font-style: italic;
    padding-left: 25px;
}

#modalNarrower .modal-content {
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.31);
    border: 0;
}

#error_paymethod {

}

/*--------------------------------------------
        10.1 Paymethod          */

#dni_checking, #select_months_paymethod, #dont_have_card_association,
#dont_have_card_association2, #pay_method_errors {
    display: none;
}

.alert-paymethod {
    background-color: #EAF2FC;
    border: 1px solid #2A78E4;
    font-family: Roboto, sans-serif !important;
    font-size: 12px;
    color: #2A78E4;
}


/*--------------------------------------------
        10.2 Mediaqueries for Cart          */

/* CSS for 320 */
@media (min-width: 320px) {
    .links_carrito {
        width: auto;
        float: left;
        text-align: left;
        background: transparent;
        margin: 5px auto;
        font-weight: 300;
        color: #113F8F;
    }
}
/* End Mediaqueries 320*/

/* CSS for max 480 */
@media only screen
and (max-device-width: 480px) {
    .spinner {
        max-width: 35px;
    }

    .links_carrito {
        width: 100% !important;
    }

    .final-device {
        margin: 15px 0 200px 0;
    }

    #ShipCond .modal-header {
        padding-left: 15px;
    }

    #ShipCond .modal-body {
        padding: 0 8px 10px;
    }

    #ShipCond .modal-footer {
        padding: 0 15px 15px 15px;
    }

    #ShipCond p {
        font-size: 14px;
    }

    .step {
        float: left !important;
        text-align: right;
    }

    .step p {
        font-size: 15px;
        text-align: center;
    }

    .step span {
        font-size: 20px;
    }

    .units_checkout {
        float: none !important;
    }

    .item-list-checkout {
        padding: 10px;
    }

    .item-checkout-cont .img-responsive {
        min-width: 85px;
    }

    .purchase-fixed button {
        font-size: 20px;
        border-radius: 0!important;
    }

    #quantitySelector {
        margin-left: 20%;
    }

    #voucher {
        border-radius: 0;
        padding: 12px 10px 12px 13px;
    }
}
/* End Mediaqueries max 480*/

/* CSS for 320 */
@media (min-width: 320px) {
    .links_carrito {
        width: auto;
        float: left;
        text-align: left;
        background: transparent;
        margin: 5px auto;
        font-weight: 300;
        color: #113F8F;
    }
}

/* CSS for Mobile */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {
    .footer-brand {
        margin-bottom: 50px;
    }
    .gastos-precio-summary {
        /* float: none;*/
    }
    .item_remember_cart {
        text-align: center;
    }
    .gastos-summary {
        margin-bottom: 0!important;
    }

    .shipments  {
        padding-top: 0px;
    }

    .red-v {
        font-size: 14px;
    }

    #pay-button {
        padding: 20px!important;
    }

    .btn-login-social .slide {
        width: 70%!important;
    }

    .modal .form-group {
         margin-bottom: 20px;
    }

    .summary-expenses {
        min-height: 140px;
    }

    .protection_user {
        margin-top: -60px;
        padding-left: 18px!important;
    }

    .spinner {
        padding: 10px 0px 5px 0px!important;
    }
}
/* End Mediaqueries Mobile*/


/* CSS for Tablets */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    .summary-expenses.final-device {
        padding: 15px!important;
    }

    .shipping-costs span{
        float: left;
    }

    .shipping-costs small {
        float: none;
    }

    .text-purchase {
        font-size: 23px!important;
    }

    .btn-purchase {
        padding: 9px 15px!important;
    }
}

/* CSS for 768 */
@media (min-width: 768px) {
    .barra-right {
        border-right: 1px solid #E5E5E5;
    }

    .title-process-purchase {
        padding-left: 0;
        text-align: left;
    }

    .pedido {
        font-family: 'Roboto', serif;
        font-size: 14px;
        font-weight: 300;
        float: left;
        margin: 0;
        padding-right: 35px;
        float: left;
    }

    .links_carrito-head {
        width: auto;
        border-left: 1px solid #BDBDBD;
        padding: 0 8px;
        text-align: left;
    }

    .card-carrito {
        background-color: #fff;
        border: none;
        padding: 0;
        margin-top: 10px;
    }

    .links_carrito-head {
        float: right;
        text-align: center;
    }

    .links_carrito {
        border-left: 1px solid #BDBDBD;
    }

}
/* End Mediaqueries 768*/

/* CSS for 1024 */
@media (min-width: 1024px) {
    .purchase-fixed {
        position: relative;
    }

    .purchase-fixed button {
        text-transform: none;
        padding: 5px 15px;
    }

    .step {
        text-align: center;
    }

    .step-active {
        padding: 3px 15px;
        background: #F4F4F4;
    }

    .steps {
        background: #fcfcfc;
    }
}

/* End Mediaqueries 1024*/

/* CSS for 1336 */
@media (min-width: 1336px) {
}
/* End Mediaqueries 1336*/

/* CSS for 1600 */
@media (min-width: 1600px) {
}
/* End Mediaqueries 1600*/
/*---------------------------*/

/*------------------------------
-------  11. CHECKOUT   -------*/
.checkout-back {
    position: absolute;
    top: 35px;
    font-size: 20px;
    color: #113f92;
    cursor: pointer;
}

.checkout-back {
    position: absolute;
    top: 20px;
    font-size: 30px;
    color: #113f92;
    cursor: pointer;
}

h1.checkout {
    padding: 19px 12px;
    text-align: center;
    font-size: 19px;
    font-weight: initial;
    margin: 0;
}

.resumen-checkout {
    border: 2px solid #113F8F;
    padding: 15px;
    background-color: white;
}

.resumen-checkout-mobile {
    border: 1px solid #DFDFDF;
    padding: 15px;
    padding-bottom: 0;
}

.resumen-checkout-title {
    color: #575756;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 5px;
}

.total-shippings {
    margin-bottom: 0;
    border-top: 0;
    padding-top: 0;
}

.item-list-checkout {
    min-height: 140px;
}

.item-checkout-cont {
    /* display: table !important; */
    table-layout: fixed;
    zoom: 1;
    border-collapse: collapse;
}

.item-checkout {
    display: table-cell;
    vertical-align: middle;
    z-index: 8;
}

.item-checkout img {
    height: auto !important;
    vertical-align: top;
    margin: 0 auto;
    padding: 10px;
}

.total-shippings p {
    margin: 0;
}

.header-checkout {
    height: 100px;
    padding: 13px 15px 16px;
    background: #f4f4f4;
    height: auto;
    border: 0;
}

.info-checkout {
    font-weight: 300;
    font-size: 13px;
    text-align: center;
    margin: 7px 0;
    text-align: left;
}

.list-shipping {
    font-size: 13px;
    padding-left: 30px;
    line-height: 22px;
    list-style: inherit;
    margin-top: 5px;
}

.price-checkout {
    font-family: 'Roboto', serif;
    font-size: 14px;
    font-weight: bold;
    color: #113f8f;
    float: left;
}

.add_pedido_checkout {
    text-align: center;
    clear: both;
    float: right;
}

.add_pedido_checkout button {
    font-family: 'Roboto', serif;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    border: 0;
    background-color: #FFC22D;
    padding: 5px 26px;
}

.add_pedido_checkout button:hover {
    color: #222020;
}

.extras_checkout {
    border: 1px solid #E5E5E5;
    padding: 15px 15px;
}

.add_contratar_checkout {
    text-align: center;
    clear: both;
}

.add_contratar_checkout button {
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: 400;
    color: #828282;
    border: 0;
    background-color: #ffffff;
    border: 1px solid #828282;
    padding: 9px 18px;
}

.add_contratar_checkout button:hover {
    color: #ffffff;
    background-color: #113F8F;
    border: 1px solid #113F8F;
}

.m-t-m12 {
    margin-top: -12px;
}

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

.b-basic_checkout {
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 17px 30px;
}

.price_checkout {
    font-family: 'Roboto', serif;
    font-size: 19px;
    font-weight: bold;
    color: #113f8f;
    float: left;
}

.units_checkout {
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: 300;
    color: #9A9999;
    margin-top: 3px;
    float: right;
}

.calendar-icon {
    border-left: 0;
    float: left;
    position: absolute;
    right: 25px;
    width: 30px;
    font-size: 19px;
    text-align: center;
    color: #263e88;
    cursor: pointer;
    line-height: 29px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    cursor: pointer;
}

.calendar-input {
    font-family: 'Roboto', serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #575756;
    width: 100%;
    height: 30px;
    background: #ffffff;
    padding-left: 25px;
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    vertical-align: text-bottom;
}

.cancelar {
    border: 1px solid #113F8F;
    border-radius: 29px;
    line-height: 29px;
    padding-right: 18px;
    padding-left: 15px;
    color: #113F8F;
    margin-top: 15px;
    float: left;
}

.cancelar a {
    font-family: 'Roboto', serif;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
}

.cancelar:hover {
    color: #ffffff;
    background-color: #113F8F;
    border: 1px solid #113F8F;
}

.aceptar {
    border: 1px solid #113F8F;
    border-radius: 29px;
    line-height: 29px;
    padding-right: 18px;
    padding-left: 15px;
    color: #113F8F;
    margin-top: 15px;
    float: right;
}

.aceptar a {
    font-family: 'Roboto', serif;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
}

.aceptar:hover {
    color: #ffffff;
    background-color: #113F8F;
    border: 1px solid #113F8F;
}


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

#voucher, #dni_check {
    border-radius: 0;
    height: 28px;
    margin-top: 2px;
}

#voucher_button {
    padding: 4px 27px;
    margin-top: 2px;
}

#message_text {
    border: 1px solid #D1D1D1;
    padding-top: 10px;
    height: 85px;
}

#formNew .bootstrap-select > .btn-default, #editDirection .bootstrap-select > .btn-default,
.modify-address .bootstrap-select > .btn-default{
    border: none!important;
}

#formNew .select-round {
    padding: 0!important;
}

/*--------------------------------------------
        11.1 Mediaqueries for Checkout         */

/* CSS for 320 */
@media (min-width: 320px) {
}
/* End Mediaqueries 320*/

/* CSS for 480 */
@media (min-width: 480px) {
}
/* End Mediaqueries 480*/

/* CSS for 768 */
@media (min-width: 768px) {
    h1.checkout {
        padding: 0;
        text-align: left;
        font-size: 22px;
        font-weight: initial;
        margin: auto;
    }

    .total-shippings {
        margin-bottom: 0;
        padding-top: 12px;
    }

    .info-checkout {
        font-size: 15px;
        margin: 15px 0;
    }

    .resumen-checkout-fixed {
        position: fixed;
        z-index: 1;
        background: white;
        margin-right: 20px;
        top:3%;
        -webkit-box-shadow: 10px 13px 32px -6px rgba(0,0,0,0.42);
        -moz-box-shadow: 10px 13px 32px -6px rgba(0,0,0,0.42);
        box-shadow: 10px 13px 32px -6px rgba(0,0,0,0.42);
    }
}
/* End Mediaqueries 768*/

/* CSS for Tablets */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {

}

/* CSS for 1024 */
@media (min-width: 1024px) {
}
/* End Mediaqueries 1024*/

/* CSS for 1200*/
@media (min-width: 1200px) {

}
/* End Mediaqueries 1200*/

/* CSS for 1600 */
@media (min-width: 1600px) {
    .resumen-checkout-fixed {
        max-width: 370px;
    }
}
/* End Mediaqueries 1600*/
/*-----------------------*/

/*------------------------------
-------  12. ERROR & SUCCESS    -------*/
.success-pay {
    font-family: 'Roboto', serif;
    font-size: 18px;
    color: #5e5e5e;
    font-weight: 300;
}

.success-pay a {
    font-family: 'Roboto', serif;
    font-size: 18px;
    color: #113F92;
    font-weight: 400;
    text-decoration: underline;
}

.check-rojo {
    font-size: 60px;
    color: #ED4343;
    margin-top: 16px;
    margin-right: 10px;
}

.check-verde {
    font-size: 60px;
    color: #44D835;
    margin-top: 16px;
    margin-right: 10px;
}

/*--------------------------------------------
        12.1 Mediaqueries for Error & Success          */

/* CSS for 320 */
@media (min-width: 320px) {
}
/* End Mediaqueries 320*/

/* CSS for 480 */
@media (min-width: 480px) {
}
/* End Mediaqueries 480*/

/* CSS for 768 */
@media (min-width: 768px) {
}
/* End Mediaqueries 768*/

/* CSS for 1024 */
@media (min-width: 1024px) {
}
/* End Mediaqueries 1024*/

/* CSS for 1336 */
@media (min-width: 1336px) {
}
/* End Mediaqueries 1336*/

/* CSS for 1600 */
@media (min-width: 1600px) {
}
/* End Mediaqueries 1600*/
/*---------------------------------------------------*/

/*------------------------------
-------  13. SEARCH PAGE    -------*/
.busqueda {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #113F92;
    margin: 0;
}

.order-serarchs div {
    width: 158px;
    float: right;
}

.icono-borrar {
    font-size: 18px;
    margin-top: 0px;
    cursor: pointer;
    color: #ADADAD;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: inherit;
    padding: 0;
}

.panel-title > a {
    padding: 15px 0px;
    display: block;
    font-size: 13px;
}

.active-filter {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.list {
    padding: 0px;
}

.list li {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #113F95;
    line-height: 26px;
    cursor: pointer;
}

.list-bold {
    font-weight: 500;
}

.underline {
    text-decoration: underline;
}

.title-filters-red {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #3C3C3B;
}

.star-complete {
    font-size: 20px;
    color: #E39917;
}

.star-complete-grey {
    font-size: 20px;
    color: #ABABAB;
}

.list-marcas {
    font-family: 'Roboto', serif;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    margin-bottom: 6px;
}

.ver {
    font-family: 'Roboto', serif;
    font-size: 13px;
    font-weight: 400;
    color: #113F95;
    cursor: pointer;
    margin-top: 10px;
}

.s_word::first-letter {
    text-transform: uppercase !important;
}

.remeber-search {
    font-family: 'Roboto', sans-serif;
    display: none;
}

.titulo-filters {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #3C3C3B;
    margin: 0;
    padding: 0 10px;
}

.display-search-view > input {
    visibility: hidden;
    position: fixed;
}

.fa-3-columns::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url("https://webventajon.s3-eu-west-1.amazonaws.com/storage/images/3column_disable.png");
    background-size: cover;
}

.fa-4-columns::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url("https://webventajon.s3-eu-west-1.amazonaws.com/storage/images/4column_disable.png");
    background-size: cover;
}

.fa-3-columns-active::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url("https://webventajon.s3-eu-west-1.amazonaws.com/storage/images/3column.png");
    background-size: cover;
}

.fa-4-columns-active::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url("https://webventajon.s3-eu-west-1.amazonaws.com/storage/images/4column.png");
    background-size: cover;
}

.found-products .showcase-price {
    color: #113F95;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 10px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.search-filters select {
    font-family: 'Roboto', sans-serif;
}

.search-filters .dropdown-menu {
    background-color: white;
    margin: 12px 0 0;
}

.search-filters .dropdown-menu li {
    border-bottom: 1px solid #CCC;
}

.search-filters .dropdown-menu li a{
    padding: 14px 17px;
    font-family: 'Roboto', sans-serif;
}

.pagination-search .pagination {
    margin-top: 0;
}

#submenu_filters li {
    border-radius: 0;
}

.shop-slider-content .store-showcase-grid-view {
    min-height: 158px;
    box-shadow: none;
    border: 1px solid #D9D9D9;
}

 .shop-slider-content .store-showcase-grid-view {
    min-height: 190px;
}

.filter-bar-search .bootstrap-select > .btn-default {
    background: none !important;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.filter-bar-search {
    z-index: 9;
}

/*------------------------------------------------
        13.1 Mediaqueries for Search Page         */

/* CSS for Mobile */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {
    .found-products .product-showcase {
        height: 175px!important;
        min-height: 175px;
    }
    .remeber-search {
        display: inline-block;
    }
    #main_filter .caret {
        margin-left: 138%!important;
    }
    #main_filter {
        width: 55%;
        box-shadow: none;
    }

    .type-filter {
        padding-bottom: 10px!important;
        background-color: white;
        padding-left: 19px!important;
    }

    #submenu_filters li{
        width: 100%;
        text-align: left;
        box-shadow: none;
        border-bottom: 1px solid #CCC;
        padding: 14px 17px;
        font-family: 'Roboto', sans-serif;
    }

    #orderfilters li:last-child {
        border-bottom: none!important;
    }

    .title-filters-red {
        font-size: 14px;
    }

    .search-filters .dropdown-menu {
        position: absolute;
        width: 315%;
        left: -15px;
    }

    #submenu_filters {
        width: 99vw;
        position: relative;
        left: 0%;
        right: 50%;
        margin-left: -54vw;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
        border-top: 1px solid #CCC;
    }

    .links_filters span{
        margin-right: 15px;
    }

    .remove-filter {
        float: left;
        position: static;
        padding: 15px!important;
    }

    .extend-label-remove-filter {
        width: 240px;
    }
}

/* CSS for Tablets */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    #main_filter{
        background-color: transparent;
        width: 100%;
        box-shadow: none;
    }

    #main_filter .caret {
        margin-left: 70%!important;
    }

    #submenu_filters {
        position: absolute;
        width: 170%;
    }

    #submenu_filters li{
        padding: 14px 17px;
        font-family: 'Roboto', sans-serif;
        border-bottom: 1px solid #CCC;
        width: 100%;
        border-radius: 0;
    }

    #submenu_filters li .text {
        float:left;
    }

    #submenu_filters .panel-collapse {
        background-color: white;
        padding: 12px;
        border-bottom: 1px solid #CCC;
    }

    #submenu_filters .panel-collapse .remove-filter {
        margin-top: 0px;
        position: relative;
        z-index: 99;
    }

    .categoryDevice .dropdown-menu {
        width: 170px;
    }
}

@media (min-width: 768px) {
    .titulo-filters{
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 600;
        margin: 0;
        padding-left: 0;
    }
    .title-filters-red{
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #D00026;
    }
    .found-products .showcase-price {
        padding: 0px 10px;
        text-align: left;
        padding-left: 10px;
    }
}
/* End Mediaqueries 1024*/

/* CSS for 1024 */
@media (min-width: 1024px) {
}
/* End Mediaqueries 1024*/

/* CSS for 1336 */
@media (min-width: 1336px) {
}
/* End Mediaqueries 1336*/

/* CSS for 1600 */
@media (min-width: 1600px) {
}
/* End Mediaqueries 1600*/
/*------------------------------------------------*/

/*------------------------------
-------  14. My Account    -------*/
.btn-align {
    text-align: center;
}

#nav-home h1 {
    font-weight: 600;
    font-size: 25px;
}

#nav-home ul.nav {
    position: relative;
    top: 1px;
    left: 25px;
}

#nav-home .nav-tabs > li {
    font-size: 13px!important;
}

#nav-home .nav-tabs > li > a {
    line-height: 10px;
    font-size: 13px;
    margin-right: -2px;
    padding: 15px 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

#nav-home ul.nav > li:not(:first-child) > a:before {
    content: '';
    width: 1px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #bbb;
}

#nav-home li.active > a {
    color: #d10026;
    font-weight: 500;
}

#nav-home .nav-publi img {
    width: 80%;
}

#nav-home .nav-publi p {
    color: #0076de;
    margin-left: -15px;
    margin-top: -5px;
    font-size: 13px;
}

.head-purchase {
    color: #222222;
    font-size: 14px;
}

.tab-nav li > a {
    display: inline-block;
    color: #7a7a7a;
    position: relative;
    width: 100%;
    text-transform: inherit;
    -webkit-transition: all;
    font-size: 15px;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    font-weight: 500;
}

.content-account ul {
    text-align: center;
    padding: 0;
}

.tools-list {
    margin: 0 auto;
    float: none;
    display: block;
}

.content-account .tab-nav li > a {
    padding: 10px 10px;
    text-align: center;
}

.bootstrap-select .bs-searchbox:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 40px;
    height: 100%;
    content: "\f1c3";
    font-family: 'Material-Design-Iconic-Font';
    font-size: 25px;
    padding: 4px 0 0 15px;
}

head-purchase p {
    color: #565656;
}

.bold-purchase {
    font-weight: 400;
}

.placerholder-acount {
    font-family: 'Roboto', serif;
    font-size: 22px;
    color: #113f8f;
}

.date-purchase {
    border-right: 0px solid #D4D4D4;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

.delivery-purchase {
    border-right: 0px solid #D4D4D4;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

.total-purchase {
    padding: 10px;
}

.status-inprocess-alert {
    border: 1px solid #C58B08;
}

.placerholder-acount-issues {
    font-family: 'Roboto', serif;
    font-size: 29px;
    color: #113f8f;
    font-weight: 400;
}

.placerholder-acount-sub-issues {
    font-family: 'Roboto', serif;
    font-size: 20px;
    color: #7a7a7a;
    font-weight: 300;
}

.total-send {
    font-family: 'Roboto', serif;
    font-size: 15px;
    color: #5e5e5e;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
}

.total-send span {
    font-weight: 400;
}

.placerholder-acount-sub {
    font-family: 'Roboto', serif;
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 300;
}

.pagination {
    border-radius: 0;
    float: right;
}

.head-purchase2 div p {
    padding: 10px;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.head-purchase div p {
    padding: 10px;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.alert-purchase {
    background: #fcecd2;
    font-size: 16px;
}

.alert-purchase p {
    margin: 0;
}

.total-purchase a span {
    padding: 2px 15px;
}

.purchase-again {
    font-family: 'Roboto', serif;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    background-color: #FFC22D;
    padding: 5px 10px;
}

.alert-shipments {
    color: #4D4D4D;
    font-size: 19px;
    border: 2px solid #E5BB44;
    text-align: center;
    padding: 6px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
}

.alert-shipments-message {
    border-radius: 0;
    height: auto;
    color: #F44853;
    padding: 4px 5px;
    border: 1px solid #F44853;
    text-align: center;
    margin: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.status-inprocess {
    border: 1px solid #c3c3c3;
}

.c-inprocess {
    color: #1A7702;
    font-size: 16px;
}

.b-inprocess {
    background: #5db864;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    margin: 10px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset -1px -2px 23px -1px rgba(7, 102, 7, 1);
    -moz-box-shadow: inset -1px -2px 23px -1px rgba(7, 102, 7, 1);
    box-shadow: inset -1px -2px 23px -1px rgb(22, 162, 22);
}

.b-cancelation {
    background: #938080;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    margin: 10px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset -1px -2px 23px -1px rgba(103, 90, 90, 1);
    -moz-box-shadow: inset -1px -2px 23px -1px rgba(103, 90, 90, 1);
    box-shadow: inset -1px -2px 23px -1px rgb(103, 90, 90);
}

.b-preparing {
    background: #c1c1c1;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    margin: 10px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset -1px -2px 23px -1px rgb(148, 149, 148);
    -moz-box-shadow: inset -1px -2px 23px -1px rgb(148, 149, 148);
    box-shadow: inset -1px -2px 23px -1px rgb(148, 149, 148);
}

.b-complete {
    background: #6acc29;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    margin: 10px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.b-incidence {
    background: #ffb40c;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    margin: 10px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset -1px -2px 23px -1px rgb(213, 153, 20);
    -moz-box-shadow: inset -1px -2px 23px -1px rgb(213, 153, 20);
    box-shadow: inset -1px -2px 23px -1px rgb(213, 153, 20);
}

.c-incidence {
    color: #FFB40C;
    font-size: 16px;
}

.btn-align a {
    padding: 2px 20px;
}

.c-cancelation {
    color: #938080
}

.dashed {
    border: 0;
    border-top: 1px dashed #868686;
    clear: both;
    margin: 10px 20px;
}

.border-grey-w {
    border: 1px solid #EBEBEB;
}

.status-purchase {
    text-transform: inherit;
    display: inline-block;
    margin: 0;
    font-size: 15px;
    padding: 0 10px;
    line-height: 22px;
    margin-top: 5px;
}

.head-purchase div:last-child {
    border-right: 0;
    text-align: center;
    font-size: 16px;
}

.tab-nav li {
    display: inline-block;
    vertical-align: top;
}

.total-purchase {
    font-weight: 300;
    color: black;
}

.link-return {
    font-size: 15px;
    font-weight: 300;
    text-decoration: underline;
    color: #113f92;
    text-align: center;
    margin-top: 15px;
}

/* Purchase details */
.details-purchase {
    font-family: 'Roboto', serif;
    font-size: 13px;
}

.details-shipping {
    line-height: 21px;
    list-style: square;
}

nav.sidebar-account .account-nav .open .dropdown-menu > li > a:hover, nav.sidebar-account .account-nav .open .dropdown-menu > li > a:focus {
    color: #CCC;
    background-color: transparent;
}

nav.sidebar-account {
    margin-left: 0px;
}

.account-menu-li {
    position: relative;
    display: block;
    padding: 11px 0px;
    text-align: center;
    background: #fbfbfb;
    margin-top: 15px;
}

/* Purchase Details */
.card-details {
    border-bottom: 1px solid whitesmoke;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke !Important;
}

.return_product {
    padding: 7px 20px!important;
}

.dropdown .ico-twitter,.dropdown .ico-facebook {
    font-size: 24px;
}

/*------------------------------------------------
        13.1 Mediaqueries for My account         */

/* CSS for 768 */
@media (min-width: 768px) {
    .btn-align {
        text-align: right;
        position: absolute;
        right: 0;
    }

    .account-name {
        float: right;
    }

    .account-menu-li {
        padding: 11px 0px;
        text-align: left;
        margin-top: 0;
    }

    .date-purchase {
        border-right: 0px solid #D4D4D4;
        text-align: left;
        font-size: 14px;
    }

    .delivery-purchase {
        border-right: 0px solid #D4D4D4;
        text-align: left;
        font-size: 14px;
    }

    .head-purchase div:last-child {
        border-right: 0;
        font-size: 14px;
        padding: 5px;
    }

    .link-return {
        font-size: 15px;
        font-weight: 300;
        text-decoration: underline;
        color: #113f92;
        text-align: right;
        margin-top: 25px;
        float: right;
    }
}
/* End Mediaqueries 768*/

/* CSS for Mobile */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {
    #create_list {
        text-align: center;
    }

    .account-header {
        margin-top: 20px!important;
    }

    .status-shipping{
        padding: 15px;
    }

    .b-inprocess {
        margin: 0;
    }

    .status-inprocess img {
        display: block;
    }

    .tab-content {
        padding: 15px;
    }

    .shipping-products .button-repurchase {
        text-align: center;
    }

    #nav-home ul.nav {
        left: 0px;
        margin-top: -20px;
    }
}

/* CSS for 980 */
@media (min-width: 980px) {

}
/* End Mediaqueries 980*/

/* CSS for 1024 */
@media (min-width: 1024px) {
    .content-account ul {
        text-align: left;
        padding: 0;
    }

    .tools-list {
        float: left;
    }

}
/* End Mediaqueries 1024*/

/* CSS for 1280 */
@media (min-width: 1280px) {
}
/* End Mediaqueries 1280*/

/* CSS for 1336 */
@media (min-width: 1336px) {
}
/* End Mediaqueries 1336*/

/* CSS for 1600 */
@media (min-width: 1600px) {
}
/* End Mediaqueries 1600*/
/*------------------------------------------------*/

/*------------------------------
/* Favourite lists */

.describe_list {
    font-family: 'Roboto', serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 19px;
}

.item-wishlist {
    width: 129px;
    text-align: center;
    vertical-align: middle;
    background: white;
    border: 1px solid #E9E9E9;
    margin: 0 auto;
    padding: 10px 10px;
}

.item-wishlist img {
    margin: 0 auto;
}

.last-price_list {
    text-decoration: line-through;
    font-family: 'Roboto', serif;
    font-size: 15px;
    color: #5e5e5e;
    font-weight: 300;
    margin-top: 6px;
    margin-right: 15px;
}

.price_list {
    font-family: 'Roboto', serif;
    font-size: 20px;
    font-weight: bold;
    color: #113F95;
    margin-right: 10px;
    line-height: 30px;
}

.date-list {
    font-family: 'Roboto', serif;
    font-size: 15px;
    font-weight: 300;
    color: #666;
}

.lista-compartida {
    font-family: 'Roboto', serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.title-list {
    margin: 0px 5px 0 5px;
    color: #113F95;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
}

.title-list a {
    font-family: 'Roboto', serif;
    font-size: 20px;
    font-weight: 400;
    color: #113F8F;
}

.title-list a:hover {
    text-decoration: underline;
}

.title-list span {
    border: 1px solid #454B95;
    padding: 3px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #454B95;
    margin-left: 5px;
}

.describe_list2 {
    font-family: 'Roboto', serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 19px;
    margin-top: 0;
}

.titulo-lista {
    font-family: 'Roboto', serif;
    font-size: 16px;
    color: #113F8F;
    padding: 0;
    margin-bottom: 10px;
}

.name_lista {
    font-family: 'Roboto', serif;
    font-size: 16px;
    color: #113F8F;
    font-weight: 400;
}

.lista_preder {
    font-family: 'Roboto', serif;
    font-size: 15px;
    color: #3E3E3C;
    font-weight: 400;
}

.mini-text {
    font-family: 'Roboto', serif;
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

.mini-text-grey {
    font-family: 'Roboto', serif;
    font-size: 13px;
    color: #666666;
    font-weight: 300;
}

.barra-favoritos-quitar {
    font-family: 'Roboto', serif;
    font-size: 14px;
    font-weight: 300;
    color: #CCC;
    margin-right: 5px;
    cursor: pointer;
}

.barra-favoritos-quitar:hover {
    color: #113F8F;
}

.wishlist-hover {
    font-size: 14px;
    font-weight: 300;
    color: #113F8F;
    cursor: pointer;
}

.delete-ico {
    font-size: 18px;
    color: #CCC;
}

.delete-ico:hover {
    color: #113F8F;
}

.barra-favoritos-link {
    font-family: 'Roboto', serif;
    font-size: 14px;
    color: #CCC;
    text-decoration: underline;
    background: transparent;
    cursor: pointer;
}

.barra-favoritos-link:hover {
    color: #113F8F;
}

.dropdown-ancho {
    min-width: 340px;
    padding: 12px;
    padding-top: 5px;
}

.delete-ico {
    font-size: 18px;
    color: #CCC;
}

.delete-ico:hover {
    color: #113F8F;
}

nav.sidebar-account, .main {
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

.account-nav {
    font-size: 14px;
}

.account-nav li.active {
    font-weight: bold;
}

.account-header {
    text-align: center;
    padding: 5px 0;
    position: relative;
    top: 0;
    margin-right: 0;
    float: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 0 auto;
}

.account-menu-li {
    padding: 5px 0px!important;
    font-size: 14px!important;
}

.account-header:hover {
    cursor: pointer;
}

.status-shipping {
    font-weight: normal;
    color: #777777;
    padding-bottom: 0;
}

.name-store-list-purchases {
    font-size: 19px;
    color: #113f92;
    margin-bottom: 10px;
    padding: 0 20px;
    text-align: center;
}

.shipping-products {
    margin-top: 0px;
    margin: 20px;
}

.error {
    margin-top: 5px;
    color: red !important;
    font-size: 12px;
}

.account-nav .icon-arrow_right_02 {
    color: #b8b8b8;
    font-size: 12px;
    vertical-align: initial;
    padding-right: 10px;
    padding-left: 5px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 20px 15px 28px;
    line-height: 24px;
    font-size: 16px;
}

/* View list */

.title-wishlist-view {
    font-size: 25px;
    color: #113f92;
    font-family: 'Roboto', serif;
    text-align: center;
}

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

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

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

.dropdown-ancho-wish {
    min-width: 281px;
    padding: 12px;
    padding-top: 5px;
    left: -50%;
}

.dropdown-ancho-wish-add {
    min-width: 286px;
    padding: 12px;
    padding-top: 5px;
    left: -112%;
}

/* CSS for 360 */
@media (min-width: 360px) {
    .dropdown-ancho-wish {
        min-width: 324px;
        padding: 12px;
        padding-top: 5px;
        left: -43%;
    }

    .dropdown-ancho-wish-add {
        min-width: 306px;
        padding: 12px;
        padding-top: 5px;
        left: -98%;
    }

    .item-wishlist {
        text-align: center;
    }
}
/* End Mediaqueries 360*/

/* CSS for 480 */
@media (min-width: 480px) {
    .item-wishlist {
        width: 165px;
        height: 144px;
    }
}
/* End Mediaqueries 480*/

/* CSS for 768 */
@media (min-width: 768px) {
    .title-wishlist-view {
        text-align: left;
    }

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

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

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

    .dropdown-ancho-wish {
        min-width: 340px;
        left: 0%;
    }

    .dropdown-ancho-wish-add {
        min-width: 340px;
        left: 0%;
    }

    .item-wishlist {
        width: 123px;
    }

    .name-store-list-purchases {
        font-size: 19px;
        color: #113f92;
        margin: 10px 0;
        padding: 0 20px;
        text-align: left;
    }
}
/* End Mediaqueries 768 */

/* CSS for 980 */
@media (min-width: 980px) {
    .item-wishlist {
        width: 162px;
    }
}
/* End Mediaqueries 980*/

/* CSS for 1024 */
@media (min-width: 1024px) {
    .title-wishlist-view {
        text-align: left;
    }

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

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

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

    .item-wishlist {
        width: 108px;
        height: 165px;
    }
}
/* End Mediaqueries 1024*/

/* CSS for 1170 */
@media (min-width: 1170px) {
}
/* End Mediaqueries 1170*/

/* CSS for 1280 */
@media (min-width: 1280px) {
    .item-wishlist {
        width: 133px;
        height: 157px;
    }
}
/* End Mediaqueries 1280*/

/* CSS for 1600 */
@media (min-width: 1500px) {
    .item-wishlist {
        width: 196px;
    }
}
/* End Mediaqueries 1600*/

/*--------------------------------------*/
/* Account details  */
.text-detail-purchase {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
}

.text-detail-purchase-bold {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

.title-store-details {
    font-size: 18px;
    color: #113f92;
    font-weight: 400;
}

.name-store-purchases-details {
    font-size: 20px;
    color: #113f92;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.title-store-details-shipment {
    font-size: 17px;
    color: #BABABA;
    font-weight: 400;
    color: #113f92;
}

.title-product-details {
    font-size: 16px;
    font-weight: 400;
}

.subtitle-product-details {
    font-size: 14px;
    font-weight: 300;
}

.invoice-details {
    margin-bottom: 10px;
}

.link-shipment {
    font-family: 'Roboto', sans-serif;
    color: #113F8F;
    padding: 0;
    font-size: 15px;
    text-align: left;
    background: transparent;
    width: auto;
    margin-bottom: 6px;
}

.invoice_link, .store_bought {
    border-bottom: 1px solid #999999;
}

.link-shipment:hover {
    text-decoration: none;
    color: #CD0026;
}

/* My Account DATA  */
.text-data {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #575756;
    line-height: 30px;
    margin: 0;
}

.text-data-bold {
    font-weight: 400;
}

/* Locate shipment */
.state-shipment {
    height: 6px;
    background: #d8d8d8;
    margin: 60px;
    position: relative;
}

.state-point {
    width: 145px;
    position: absolute;
    left: 0;
    bottom: -48px;
}

.state-point-right {
    width: 145px;
    position: absolute;
    right: 0px;
    bottom: 16px;
}

.state-point-complete {
    width: 145px;
    position: absolute;
    right: -65px;
    bottom: -48px;
    text-align: center;
}

.state-point-midle {
    width: 145px;
    position: absolute;
    left: 0;
    bottom: -26px;
    margin-left: 47%;
}

.state-point-start {
    width: 145px;
    position: absolute;
    left: -65px;
    bottom: 16px;
}

.state-point-midle span {
    background: white;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 4px solid #1fab1f;
}

.state-incidence-midle span {
    background: white;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 4px solid #1fab1f;
}

.state-point-start span, .state-point-complete span {
    background: white;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 4px solid #1fab1f;
    margin: 0 auto;
}

.state-point span {
    background: white;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 4px solid #1fab1f;
}

.state-incidence-midle {
    width: 145px;
    position: absolute;
    left: 0;
    bottom: 17px;
    margin-left: 48%;
}

.state-incidence-midle p {
    position: absolute;
    top: 18px;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
}

.state-point-right span {
    background: white;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.state-point-midle span, .state-point-start span, .state-point-complete span, .state-point span, .state-point-right span, .state-incidence-midle span {
    width: 20px;
    height: 20px;
}

.end-shipment span {
    border: 3px solid #d8d8d8;
    float: right;
}

.preparing-shipment span {
    border: 5px solid #3bca3b;
}

.ready-shipment span {
    border: 3px solid #3bca3b;
    background: #3bca3b;
}

.coming-shipment span {
    border: 3px solid #4caf50;
    background: #3bca3b;
}

.complete-shipment {
    background: #3bca3b;
}

.incidence-shipment span {
    border: 3px solid #FFB40C;
    background: #1fab1f;
}

.ok-shipment span {
    border: 3px solid #4caf50;
    background: #4caf50;
}

.coming-line-shipment {
    background: linear-gradient(90deg, #4caf50 50%, #d8d8d8 50%);
}

.incidence-line-shipment {
    background: linear-gradient(90deg, #FFB40C 50%, #d8d8d8 50%);
}

.incidence-point {
    border: 3px solid #FFB40C !Important;
    background: #FFB40C !Important;
}

.table.table-striped td {
    padding: 10px 0px;
}

.table.table-striped th {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 13px;
    padding-top: 10px;
}

/*--------------------------------------------
        14.1 Mediaqueries for My Account          */

/* CSS for 320 */
@media (min-width: 320px) {

}
/* End Mediaqueries 320*/

/* CSS for 480 */
@media (min-width: 480px) {
}
/* End Mediaqueries 480*/

/* CSS for 768 */
@media (min-width: 768px) {
    .invoice-details {
        margin-bottom: 7px;
    }

    .tab-nav li {
        display: inline-block;
        vertical-align: top;
    }

    nav.sidebar-account:hover + .main {
        margin-left: 200px;
    }

    .state-point-midle span, .state-point-start span, .state-point-complete span, .state-point span, .state-point-right span, .state-incidence-midle span {
        width: 40px;
        height: 40px;
    }

    .state-point-start, .state-point-right {
        bottom: 5px;
    }

    .state-point {
        width: 145px;
        position: absolute;
        left: 0;
        bottom: -55px;
    }

    .state-point-midle {
        bottom: -35px;
    }

    .state-incidence-midle {
        bottom: 9px;
    }

    .state-incidence-midle p {
        top: 38px;
    }

    .state-point-complete {
        width: 145px;
        position: absolute;
        right: -65px;
        bottom: -57px;
        text-align: center;
    }

    nav.sidebar.account.sidebar-account > .container .account-brand {
        margin-left: 0px;
    }

    nav.sidebar-account .account-brand, nav.sidebar-account .account-header {
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    nav.sidebar-account a {
        padding: 10px;
        border-top: 0;
        border-bottom: 0;
    }

    nav.sidebar-account .account-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    nav.sidebar-account .account-collapse, nav.sidebar .container-fluid {
        padding: 0 0px 0 0px;
    }

    .account-inverse .account-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    nav.sidebar-account {
        height: 100%;
        margin-left: -160px;
        float: left;
        margin-bottom: 0px;
    }

    nav.sidebar-account li {
        width: 100%;
    }

    nav.sidebar-account:hover {
        margin-left: 0px;
    }

    .forAnimate {
        opacity: 0;
    }
}
/* End Mediaqueries 768*/

/* CSS for 800 */
@media (min-width: 800px) {
    .invoice-details {
        margin-bottom: 0px;
    }
}
/* End Mediaqueries 800*/

/* CSS for 992 */
@media (min-width: 992px) {
    .account-header {
        display: none;
    }

    .state-point-complete {
        bottom: -59px;
    }

    .end-shipment, .preparing-shipment, .ready-shipment, .coming-shipment, .incidence-shipment, .ok-shipment, .incidence-point {
        border-width: 5px;
    }

    .account-collapse.collapse {
        display: block;
    }
}
/* End Mediaqueries 992*/

/* CSS for 1024 */
@media (min-width: 1024px) {
    .date-purchase {
        border-right: 1px solid #D4D4D4;
    }

    .delivery-purchase {
        border-right: 1px solid #D4D4D4;
    }

}
/* End Mediaqueries 1024*/

/* CSS for 1170 */
@media (min-width: 1170px) {
    nav.sidebar-account {
        margin-left: 0px;
        float: left;
    }

    nav.sidebar-account .forAnimate {
        opacity: 1;
    }
}
/* End Mediaqueries 1170*/

/* CSS for 1600 */
@media (min-width: 1600px) {
}
/* End Mediaqueries 1600*/
/*--------------------------------------*/

/*------------------------------
-------  15. CONTACT    -------*/
.subtitulo-contacto {
    font-family: 'Roboto', serif;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    line-height: 25px;
}

.titulo-texto-contacto {
    font-family: 'Roboto', serif;
    font-size: 20px;
    color: #113F8F;
    font-weight: 400;
}

.texto-contacto {
    font-family: 'Roboto', serif;
    font-size: 15px;
    color: #000;
    font-weight: 300;
}

.icono-contacto {
    font-size: 25px;
    color: #113F8F;
}

.fondo-gris {
    background-color: #EDEFF3;
    padding: 20px;
    margin-top: 15px;
}

.link-blanco {
    font-family: 'Roboto', serif;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.link-blanco:hover {
    text-decoration: underline;
    color: #fff;
}

.video_help {
    width: 100%;
}

/*--------------------------------------------
        15.1 Mediaqueries for Contact          */

/* CSS for Mobile */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {
    .titulo-texto-contacto {
        font-size: 18px;
    }
}
/* End Mediaqueries 320*/

/* CSS for 480 */
@media (min-width: 480px) {
}
/* End Mediaqueries 480*/

/* CSS for 768 */
@media (min-width: 768px) {
}
/* End Mediaqueries 768*/

/* CSS for 1024 */
@media (min-width: 1024px) {
}
/* End Mediaqueries 1024*/

/* CSS for 1336 */
@media (min-width: 1336px) {
}
/* End Mediaqueries 1336*/

/* CSS for 1600 */
@media (min-width: 1600px) {
}
/* End Mediaqueries 1600*/
/*--------------------------------*/

/*------------------------------
-------  16. Footer    -------*/

.input-group.footer-input {
    position: relative;
    border: 1px solid #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: white;
}

.input-group-cart.footer-input {
    position: relative;
    border: 1px solid #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: white;
}

.footer-input.footer-input input {
    background-color: transparent;
}

.input-group .form-control:not(.fc-alt) {
    border-bottom: 0px;
}

.input-group-cart .form-control:not(.fc-alt) {
    border-bottom: 0px;
}

.logo-footer-ventajon {
    max-width: 160px;
    text-align: center;
    float: none;
    padding: 0;
    margin: 30px auto 15px auto;
}

.legal-info {
    font-family: 'Roboto', serif;
    font-size: 12px;
    color: #3E3E3C;
    font-weight: 300;
    line-height: 19px;
}

.legal-info a {
    font-family: 'Roboto', serif;
    font-size: 12px;
    color: #3E3E3C;
    font-weight: 300;
}
.titulo-filters-footer {
    font-family: 'Roboto', serif;
    font-size: 16px;
    color: #113f92;
    font-weight: 400;
}
.title-faq {
    font-family: 'Roboto', serif;
    font-size: 17px;
    color: #113f92;
    font-weight: 400;
}

.text-faq {
    font-family: 'Roboto', serif;
    font-size: 15px;
    color: #505050;
    font-weight: 300;
}

footer {
    padding: 0;
    margin-top: 40px;
}

footer li ul li {
    border-right: 0;
}

footer h5 {
    font-size: 13px;
    font-weight: 500;
    color: #3E3E3C;
}

.link_footer:hover {
    text-decoration: underline;
    color: #263E88;
}

#footer-items .link-facebook:before {
    content: '\f230';
}

#footer-items .link-facebook:before, #footer-items .link-twitter:before {
    font-family: "FontAwesome" !important;
    margin-right: 5px;
    width: 15px;
    font-size: 1.5em;
}

/* Newsletter form */
.fg-line input {
    height: 30px;
}

.news span {
    padding: 5px;
    vertical-align: middle;
    background: #F0F0F0;
    height: 10px;
    cursor: pointer;
    min-width: 30px;
}

footer ul {
    font-size: 12px;
    padding: 0px 0px 0 0px;
    list-style: none;
    line-height: 15px;
}

.footer-items, .footer-brand {
    border-top: 1px solid #DBDBDB;
    padding: 0;
    background-color: white;
}

footer ul li {
    padding-top: 5px;
}

footer .logo-brand img {
    width: 120px;
    margin-top: 7px;
}

.logo-brand p {
    margin: 0;
    padding-top: 20px;
    font-size: 20px;
}

.p-footer {
    margin-top: 15px;
    line-height: 20px;
}

.help-contact {
    text-align: center;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    color: #3C3C3C;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 17px;
}

/* Corporative Footer */
.contact-ventajon {
    height: 100%;
    line-height: 40px;
    margin-top: 0;
    text-align: center;
    float: none;
    margin-bottom: 5px;
}

.contact-ventajon .phone {
    font-size: 31px;
    border-right: 0;
    color: #113f95;
    font-family: 'Roboto', serif;
    font-weight: 400;
    margin: 0 auto;
    height: 100%;
}

.contact-ventajon .web {
    font-size: 20px;
    padding-left: 20px;
    float: left;
    color: #113f95;
    font-family: 'Roboto', serif;
    font-weight: 100;
    margin: 0;
    height: 100%;
}

.help-email {
    font-size: 18px;
    border-right: 0;
    color: #113f95;
    font-family: 'Roboto', serif;
    font-weight: 400;
    margin: 0 auto;
    height: 100%;
}

.footer-items .buyer-protection {
    max-width: 100%;
    text-align: left;
    padding: 15px;
    width: 100%;
}

footer .icon-security {
    font-size: 60px;
    position: absolute;
    bottom: 27px;
    right: 33px;
}

/*--------------------------------------------
        16.1 Mediaqueries for Footer          */

/* CSS for 320 */
@media (min-width: 320px) {
}
/* End Mediaqueries 320*/

/* CSS for 480 */
@media (min-width: 480px) {
}
/* End Mediaqueries 480*/

/* CSS for 768 */
@media (min-width: 768px) {
    .logo-footer-ventajon {
        min-width: 120px;
        text-align: right;
        float: right;
        padding: 0;
        margin: 0;
    }

    .contact-ventajon {
        height: 40px;
        line-height: 35px;
        margin-top: 5px;
        text-align: left;
        float: left;
    }

    .contact-ventajon .phone {
        font-size: 20px;
        float: left;
        padding-right: 20px;
        border-right: 1px solid #113f95;
        font-weight: 600;
        margin: 0;
    }
}
/* End Mediaqueries 768*/

/* CSS for 1024 */
@media (min-width: 1024px) {
}
/* End Mediaqueries 1024*/

/* CSS for 1336 */
@media (min-width: 1336px) {
}
/* End Mediaqueries 1336*/

/* CSS for 1600 */
@media (min-width: 1600px) {
}
/* End Mediaqueries 1600*/
/*-----------------------------------*/

/*------------------------------
-------  17. Buyer Protection    -------*/
.title-protection {
    font-family: 'Roboto', serif;
    color: #113f8f;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.subtitletitle-protection {
    font-family: 'Roboto', serif;
    color: #5e5e5e;
    font-size: 15px;
    font-weight: 300;
}

.title-protection-white {
    font-family: 'Roboto', serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.subtitletitle-protection-white {
    font-family: 'Roboto', serif;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}

.links_proteccion {
    font-family: 'Roboto', serif;
    color: #113f8f;
    font-size: 15px;
    font-weight: 300;
}

.links_proteccion:hover {
    text-decoration: underline;
    color: #113f8f;
    font-weight: 400;
}

.links_proteccion-white {
    font-family: 'Roboto', serif;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.links_proteccion-white:hover {
    text-decoration: underline;
    color: #ffffff;
}

/* Buyer Protection */
.buyer-protection {
    text-align: center;
}

.buyer-protection_header {
    font-weight: 600;
    border: 2px solid #e5bb44;
    padding: 4px 15px 4px 30px;
    font-size: 14px;
    text-align: left;
    font-family: 'Roboto', serif;
    display: -webkit-inline-box;
}

.buyer-protection_header .icon-shield {
    position: absolute;
    left: 25px;
    top: 8px;
}

.buyer-protection_body {
    max-width: 150px;
    font-family: 'Roboto', serif;
    padding-top: 7px;
}

/*------------------------------
-------  18. Login    -------*/
.login-navigation .password-lost {
    font-family: 'Roboto', serif;
    text-decoration: underline;
    color: #263E88;
    font-size: 14px !Important;
    font-weight: 300;
}

.sweet-alert p {
    padding: 0 15px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.btn-login-menu a {
    text-align: right;
    cursor: pointer;
    color: #fff;
    font-family: 'Roboto', serif;
    font-size: 17px;
    font-weight: 400;
    background-color: #FFC22D;
    border: 1px solid #FFC22D;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.btn-login-user-new a {
    text-align: right;
    cursor: pointer;
    color: #263E88;
    font-family: 'Roboto', serif;
    font-weight: 400;
    background-color: #ffffff;
    padding: 5px 26px;
    border: 1px solid #263E88;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.btn-login-user-new a:hover {
    color: #fff;
    background-color: #263E88;
    border: 1px solid #263E88;
    transition: none;
}

.btn-login-social {
    background: #DCE0E0;
    position: relative;
    display: block;
    float: left;
    height: 45px;
    overflow: hidden;
    width: 100%;
    border-radius: 0px;
    padding-top: 2px;
}

.btn-login-social .icon {
    display: block;
    float: left;
    position: relative;
    z-index: 3;
    height: 100%;
    vertical-align: top;
    width: 45px;
    border-radius: 0px;
    text-align: center;
}

.btn-login-social .icon i {
    color: #fff;
    line-height: 42px;
    font-size: 35px;
}

.btn-login-social .slide {
    z-index: 2;
    display: block;
    margin: 0;
    height: 100%;
    left: 38px;
    position: absolute;
    width: 85%;
}

.btn-login-social .slide p {
    color: #fff;
    font-size: 16px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%;
}

.btn-login-social iframe {
    display: block;
    position: absolute;
    right: 23px;
    top: 10px;
    z-index: 1;
}

.facebook-login {
    background-color: #305c99;
}

.google-login {
    background-color: #d24228;
}

#email-forgot {
    border: 1px solid gainsboro;
    font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------
        18.1 Mediaqueries for Login       */

/* CSS for 320 */
@media (min-width: 320px) {
}
/* End Mediaqueries 320*/

/* CSS for 480 */
@media (min-width: 480px) {
}
/* End Mediaqueries 480*/

/* CSS for 992 */
@media (min-width: 992px) {

}
/* End Mediaqueries 992*/

/* CSS for 1024 */
@media (min-width: 1024px) {
}
/* End Mediaqueries 1024*/

/* CSS for 1170 */
@media (min-width: 1170px) {
}
/* End Mediaqueries 1170*/

/* CSS for 1600 */
@media (min-width: 1600px) {
}
/* End Mediaqueries 1600*/
/*-------------------------------------------*/

/*------------------------------
-------  19. Legal    -------*/
.legal-text {
    font-family: 'Roboto', serif;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    line-height: 23px;
}

.link-legal {
    color: #113f92;
    text-decoration: none;
    font-weight: 300;
}

.link-legal:hover {
    color: #113f92;
    text-decoration: inherit;
}

/*------------------------------
-------  20. Press & Comunication    -------*/
.header-press {
    background-image: url("/shoppingmall/assets/images/press/cabecera_news_mobile.jpg");
    background-repeat: no-repeat;
    min-height: 150px;
    display: inline-flex;
}
.day-press {
    font-family: 'Roboto', serif;
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 5px;
}
.title-press {
    font-family: 'Roboto', serif;
    font-size: 21px;
    font-weight: 400;
    color: #113F8D;
    line-height: 24px;
}
.subtitle-press {
    font-family: 'Roboto', serif;
    color: #5e5e5e;
    font-size: 15px;
    font-weight: 300;
}
.text-press {
    font-family: 'Roboto', serif;
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
}
/* Mediaqueries 480*/
@media (min-width: 480px) {
    .header-press {
        background-image: url("/shoppingmall/assets/images/press/cabecera_news_tablet.jpg");
        background-repeat: no-repeat;
        min-height: 334px;
       display: inline-flex;
    }
    .day-press {
        font-family: 'Roboto', serif;
        font-size: 14px;
        color: #5A5A5A;
        margin-bottom: 5px;
    }
    .title-press {
        font-family: 'Roboto', serif;
        font-size: 23px;
        font-weight: 400;
        color: #113F8D;
        line-height: 32px;
    }
}
/* End Mediaqueries 480*/

/* Mediaqueries 800*/
@media (min-width: 800px) {
        .header-press {
        background-image: url("/shoppingmall/assets/images/press/cabecera_news_desktop.jpg");
        background-repeat: no-repeat;
        min-height: 276px;
       display: inline-flex;
    }
}
/* End Mediaqueries 480*/

/* Mediaqueries 1024*/
@media (min-width: 1024px) {
    .day-press {
        font-family: 'Roboto', serif;
        font-size: 14px;
        color: #5A5A5A;
        margin-bottom: 5px;
    }
    .title-press {
        font-family: 'Roboto', serif;
        font-size: 23px;
        font-weight: 400;
        color: #113F8D;
        line-height: 32px;
    }
}
/* End Mediaqueries 1024*/

/*------------------------------
-------  21. Error 404   -------*/
.title-404 {
    font-family: 'Roboto', serif;
    font-size: 36px;
    font-weight: 400;
    color: #113f8c;
}

.text-404 {
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: 300;
    color: #acacac;
    text-align: center;
}

.bubble {
    background-image: url("/shoppingmall/assets/images/bubble_blue2-mobile.gif");
    background-repeat: no-repeat;
    min-height: 111px;
}

.title-bubble {
    font-family: 'Roboto', serif;
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    margin-left: 15px;
    margin-top: 18px;
    text-align: center;
}

.title-404-2 {
    font-family: 'Roboto', serif;
    font-size: 32px;
    line-height: 33px;
    font-weight: 400;
    color: #113f8c;
    margin-top: -8px;
    text-align: center;
}

.bubble2 {
    background-image: url("/shoppingmall/assets/images/bubble_blue2-mobile.gif");
    background-repeat: no-repeat;
    min-height: 111px;
}

.title-bubble2 {
    font-family: 'Roboto', serif;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin-left: 5px;
    margin-top: 17px;
    text-align: center;
}

/*--------------------------------------------
        22.1 Mediaqueries for Plugins          */

/* CSS for 320 */
@media (min-width: 320px) {
}
/* End Mediaqueries 320*/

/* CSS for 480 */
@media (min-width: 480px) {
}
/* End Mediaqueries 480*/

/* CSS for 768 */
@media (min-width: 768px) {
    .title-404 {
        font-family: 'Roboto', serif;
        font-size: 42px;
        font-weight: 400;
        color: #113f8c;
    }

    .bubble {
        background-image: url("/shoppingmall/assets/images/bubble_blue.gif");
        background-repeat: no-repeat;
        min-height: 111px;
    }

    .title-bubble {
        font-family: 'Roboto', serif;
        font-size: 29px;
        font-weight: 300;
        color: #fff;
        margin-left: 36px;
        text-align: left;
        margin-top: -3px;
    }

    .text-404 {
        font-family: 'Roboto', serif;
        font-size: 21px;
        font-weight: 300;
        color: #acacac;
        text-align: left;
    }

    .title-404-2 {
        font-family: 'Roboto', serif;
        font-size: 23px;
        line-height: 33px;
        font-weight: 400;
        color: #113f8c;
        margin-top: 28px;
        text-align: right;
    }

    .title-bubble2 {
        font-family: 'Roboto', serif;
        font-size: 19px;
        font-weight: 300;
        color: #fff;
        margin-left: 5px;
        margin-top: 17px;
        text-align: left;
    }
}
/* End Mediaqueries 768*/

/* CSS for 980 */
@media (min-width: 980px) {
    .title-404-2 {
        font-family: 'Roboto', serif;
        font-size: 30px;
        line-height: 41px;
        font-weight: 400;
        color: #113f8c;
        margin-top: 21px;
        text-align: right;
    }
}
/* End Mediaqueries 980*/

/* CSS for 1024 */
@media (min-width: 1024px) {
    .title-404-2 {
        font-family: 'Roboto', serif;
        font-size: 30px;
        line-height: 40px;
        font-weight: 400;
        color: #113f8c;
        margin-top: 28px;
        text-align: right;
    }

    .bubble2 {
        background-image: url("/shoppingmall/assets/images/bubble_blue2.gif");
        background-repeat: no-repeat;
        min-height: 111px;
    }

    .title-bubble2 {
        font-family: 'Roboto', serif;
        font-size: 23px;
        font-weight: 300;
        color: #fff;
        margin-left: 5px;
        margin-top: 17px;
        text-align: left;
    }
}
/* End Mediaqueries 1024*/

/* CSS for 1170 */
@media (min-width: 1170px) {
    .title-404-2 {
        font-family: 'Roboto', serif;
        font-size: 35px;
        line-height: 47px;
        font-weight: 400;
        color: #113f8c;
        margin-top: 20px;
        text-align: right;
    }
}
/* End Mediaqueries 1170*/

/* CSS for 1500 */
@media (min-width: 1500px) {
}
/* End Mediaqueries 1500*/
/*------------------------------------*/

/*------------------------------
-------  22. PLUGINS    -------*/
/* Scrollbar */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #113F95;
    background-color: rgb(17, 63, 149);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_inside > .mCSB_container {
    margin-right: 10px;
    padding-bottom: 0;
    margin-right: 0;
    margin-right: 15px;
}

.mCSB_scrollTools {
    position: absolute;
    width: 8px;
    height: auto;
    left: auto;
    top: 35px;
    right: -6px;
    bottom: 0;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(117, 117, 117, 0.85);
    background-color: rgba(117, 117, 117, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 5px;
    height: auto;
}

/* SLICK Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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);
}

.slick-initialized .slick-slide {
    display: block;
    padding: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    min-width: 2000px!important;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 0;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    padding: 0;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    padding: 15px 10px;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */

.slick-prev, .slick-next {
    font-size: 0px;
    line-height: 1;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -10px \9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #113F92;
    outline: none;
    background: #ffffff;
    border: 0;
    z-index: 7;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}

.slick-disabled {
    background: #ffffff;
    opacity: 1;
    cursor: default;
    border: 0;
}

.slick-prev:before, .slick-next:before {
    font-family: 'icomoon';
    font-size: 14px;
    color: #113F92;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-disabled:before, .slick-disabled:before {
    font-family: 'icomoon';
    font-size: 14px;
    color: #DDDDDD;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "\e902";
}

[dir='rtl'] .slick-prev:before {
    content: "\e904";
}

.slick-next {
    right: 0px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "\e904";
}

[dir='rtl'] .slick-next:before {
    content: "\e902";
}

/* Dots */
.slick-slider {
    padding: 0;
}

.slick-dots {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* Filter */
.filter {
    height: 30px;
    width: 100%;
    text-align: center;
    display: none;
}

.filter label {
    font-weight: 300;
    font-size: 15px;
    color: #113F8F;
    line-height: 23px;
    text-align: left;
}

.filter button {
    border: 0;
    background: inherit;
    font-size: 14px;
}

/* Close to me */
.range-slider .input-range {
    -webkit-appearance: none;
    width: 150px;
    height: 3px;
    border: 0;
    border-radius: 8px;
    background: #ccc;
    outline: none;
    padding: 2px;
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}

.submit-close-to {
    max-width: 100px;
    margin-top: 0px;
}

.range-slider .input-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #e06161;
    display: block;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider .input-range::-webkit-slider-thumb:hover {
    background: #353535;
}

.range-slider .input-range:active::-webkit-slider-thumb {
    background: #e06161;
}

.range-slider .input-range::-moz-range-thumb {
    width: 13px;
    height: 13px;
    border: 0;
    border-radius: 50%;
    background: #353535;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider .input-range::-moz-range-thumb:hover {
    background: #e06161;
}

.range-slider .input-range:active::-moz-range-thumb {
    background: #e06161;
}

.range-slider .range-value {
    display: inline-block;
    width: 60px;
    color: #113F8F;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    padding: 1px 5px;
    position: relative;
    float: left;
    font-weight: 500;
    margin-right: 30px;
}

.range-slider .range-value:after {
    position: absolute;
    top: 1px;
    width: 0;
    height: 0;
    right: 11px;
    content: 'km';
    font-weight: 500;
}

::-moz-range-track {
    background: #ccc;
    border: 0;
}

input::-moz-focus-inner {
    border: 0;
}

.range-slider .input-range::-ms-slider-thumb {
    -ms-appearance: none;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #e06161;
    display: block;
    cursor: pointer;
    -ms-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider .input-range::-ms-slider-thumb:hover {
    background: #353535;
}

.range-slider .input-range:active::-ms-slider-thumb {
    background: #e06161;
}

/* SPINNER */
/* Input Spinner*/
.number-spinner {
    display: table;
    margin: 0 auto;
}

.form-control-spinner {
    width: 100%;
    border-radius: 0px;
}

.form-control-spinner-cart {
    width: 55px !important;
    border-radius: 0px;
    position: relative;
    left: -1px;
}

.form-control:not(.fc-alt) {
    -webkit-appearance: none;
    border: 0;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-bottom: 1px solid gainsboro;
}

.spinner {
    border: 0;
    background: transparent;
    width: 55px;
    padding: 10px 0px 5px 15px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    color: #525252 !Important;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background: #D7D7D7;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    cursor: initial;
    color:black;
    padding: 7px 12px;
}

.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled]:hover .btn {
    border: 0;
}

.form-group select {
    border: 0;
    font-weight: normal;
}

span.filter-option.pull-left, .list-group-item {
    font-family: "Roboto", sans-serif;
    font-size:13px;
    color:#999999!important;
}

.list-group-submenu {
    background-color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size:13px;
    padding: 5px 0 5px 23px;
    border-right: 1px solid #D7D7D7 !important;
    border-left: 1px solid #D7D7D7 !important;
}

.input-group span.data-up {
    position: relative;
}

.input-group-cart {
    position: relative;
}

.input-group-cart span.data-up {
    top: -5px;
    position: absolute;
    right: -44px;
}

.input-group-cart span.data-dwn {
    position: absolute;
    bottom: 0;
    right: 28px;
}

.form-control-spinner-cart {
    width: 72px !important;
    border-radius: 0px;
    position: relative;
    left: 33px;
}

#Stage_jbeeb_3 {
    float: right !important;
}

#Stage_jbeeb_3 span {
    color: white !important;
}

#filters .button.button.btn.btn-primary {
    background-color: #d61f26;
    border: 1px solid #d61f26;
    color: white;
    margin: 0 13px 0 0;
}

#filters button.button.btn {
    color: white;
    background: #A8A9AD;
    margin: 0 13px 0 0;
}

#title-filter {
    color: #d61f26;
    font-weight: 400;
    padding-left: 13px;
}

/*--------------------------------------------
        22.1 Mediaqueries for Plugins          */

/* CSS for Mobile */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {

}

/* CSS for 320 */
@media (min-width: 320px) {

}
/* End Mediaqueries 320*/

/* CSS for 480 */
@media (min-width: 480px) {
    .form-control-spinner-cart {
        width: 68px !important;
        border-radius: 0px;
        position: relative;
        left: 31px;
    }

    .input-group {
        position: relative;
    }

    .input-group span.data-up {
        position: absolute;
        right: -35px;
        bottom: 0;
    }

    .input-group span.data-dwn {
        position: absolute;
        bottom: 0;
        right: 59px;
    }

    .form-control.text-center {
        margin-top: 10px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: 0;
    }
}
/* End Mediaqueries 480*/

/* CSS for 768 */
@media (min-width: 768px) {
    .slick-slide {
        padding: 0px 10px;
        padding-left: 0;
    }

    .filter {
        display: block;
    }

    .range-slider {
        display: block;
    }

    .number-spinner {
        display: table;
    }

}
/* End Mediaqueries 768*/

/* CSS for Tablets */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {

    .special-slick-image {
        height: 275px;
        max-height: 275px!important;
    }
}

/* CSS for 1024 */
@media (min-width: 1024px) {
}
/* End Mediaqueries 1024*/

/* CSS for 1170 */
@media (min-width: 1170px) {
}
/* End Mediaqueries 1170*/

/* CSS for 1600 */
@media (min-width: 1600px) {
}
/* End Mediaqueries 1600*/
/*------------------------------------*/

/*------------------------------
-------  23. PREHOME    -------*/
.img-header-pllx {
    display: none;
}

.map-message {
    padding: 20px 20px 20px 20px;
    margin: 0px auto 0px;
    text-align: center;
    position: relative;
    padding: 30px 0;
}

.title-prehome {
    font-size: 45px;
    line-height: 41px;
    color: #113F92;
    font-weight: 300;
    margin-top: 0px;
}

.subtitle-prehome {
    font-size: 21px;
    line-height: 26px;
    color: #113F92;
    font-weight: 400;
    text-align: center;
    margin-top: 0px;
}

.text-prehome {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #575756;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
}

.bg-map {
    background: url(/shoppingmall/assets/images/prehome/Animacion-mapa.gif) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;
}

.bg-store {
    background: url(/shoppingmall/assets/images/prehome/prehome01.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;
}

.bg-share {
    background: url(/shoppingmall/assets/images/prehome/prehome02.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;
}

.bg-ventajon {
    background: url(/shoppingmall/assets/images/prehome/prehome03.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;
}

.nav-prehome {
    text-align: center;
}

.item-nav-prehome {
    text-align: center;
    padding: 5px 0 0 0;
}

.item-nav-prehome:hover span {
    color: #AD1616;
}

.item-nav-prehome hr {
    margin: 10px auto;
    max-width: 70px;
    border-top: 1px solid #FFB4B4;
}

.item-nav-prehome span {
    font-size: 40px;
}

.benefit-message {
    padding: 20px;
}

.benefit-message hr {
    max-width: 200px;
    text-align: left;
    left: 0;
    margin: 18px 0;
}

.benefit-message h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 1.3em;
}

.benefit-message p {
    margin-bottom: 30px;
}

.benefit-message p.b-text-icon {
    margin-bottom: 0;
}

.benefit-image {
    padding: 0;
    text-align: center;
}

.card-prehome {
    position: relative;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0;
    border: 1px solid #FFFFFF;
}

.btn.call-to.b-white.b-center:hover {
    background-color: #C0CFEA;
}

.btn.call-to.b-white.b-center div {
    background-color: transparent;
}

/*--------------------------------------------
23.1 Mediaqueries for Prehome         */

/* CSS for 320 */
@media (max-width: 320px) {
    .btn-purchase span {
        font-size: 19px;
        padding-left: 3px;
    }
}
/* End Mediaqueries 320*/

/* CSS for 410 and 479 */
@media (min-width: 410px) and (max-width: 479px) {
    .btn-purchase span {
        padding-left: 15px;
    }
}
/* End Mediaqueries 410 and 479 */

/* CSS for max 480  */
@media (max-width: 480px) {
    .item-checkout img {
        display: block;
    }
}
/* End Mediaqueries max 480 */

/* CSS for 480 */
@media (min-width: 480px) {
    .map-home {
        width: 100%;
        padding: 0 0 0 0;
    }

    .map-home img {
        margin-top: 0;
        width: 100%;
    }
}
/* End Mediaqueries 480*/

/* CSS for 768 */
@media (min-width: 768px) {
    .nav-prehome {
        display: block;
    }

    .img-header-pllx {
        display: block;
    }

    .subtitle-prehome {
        font-size: 25px;
        line-height: 26px;
        text-align: left;
        margin-top: 0px;
    }

    .text-prehome {
        text-align: left;
        margin-top: 15px;
    }

    .item-checkout img {
        max-height: 140px;
    }
}
/* End Mediaqueries 768*/

/* CSS for 1024 */
@media (min-width: 1024px) {
    .title-prehome {
        font-size: 50px;
        line-height: 41px;
        margin-top: 30px;
    }

    .card-prehome {
        position: relative;
        box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
        margin: 0;
        border: 1px solid #FFFFFF;
        /*    max-height: 360px;*/
        overflow: hidden;
    }
}
/* End Mediaqueries 1024*/

/* CSS for 1170 */
@media (min-width: 1170px) {
}
/* End Mediaqueries 1170*/

/* CSS for 1600 */
@media (min-width: 1600px) {
}
/* End Mediaqueries 1600*/
/*-----------------------------*/

/*------------------------------
-------  24. Animations    -------*/
.animateblock {
    padding: 0;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.55s linear;
    -moz-transition: all 0.55s linear;
    transition: all 0.55s linear;
}

.animateblock.animated {
    opacity: 1;
}

/* animation transition styles */
.animateblock.izq {
    margin-left: -2%;
}

.animateblock.izq.animated {
    margin-left: 0;
}

.animateblock.der {
    margin-left: 2%;
}

.animateblock.der.animated {
    margin-left: 0;
}

.animateblock.arr {
    margin-top: -25px;
}

.animateblock.arr.animated {
    margin-top: 0px;
}

.animateblock.aba {
    margin-top: 25px;
}

.animateblock.aba.animated {
    margin-top: 0;
}

.animateblock.cenizq {
    margin-right: -10%;
}

.animateblock.cenizq.animated {
    margin-right: 0;
}

.animateblock.cender {
    margin-left: -10%;
}

.animateblock.cender.animated {
    margin-left: 0;
}

.animateblock.cen {
    margin-left: 2%;
}

.animateblock.cen.animated {
    margin-left: 42%;
}

.animateblock.size {
    width: 10%;
}

.animateblock.size.animated {
    width: 100%;
    height: 100%;
}

.animateblock.size img {
    max-width: 100%;
    height: auto;
}

/*------------------------------
-------  25. Categories     -------*/

.subcategories-menu{
    background-color: #EEEEEE;
    padding: 20px;
    cursor: pointer;

}

.subcategories-menu span{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

#subcategories-items{
    background-color: white;
}

#subcategories-items li{
    text-align: left;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #3C3C3B;
}

.content_slug_category{
    margin: 10px;
}

.slug_category {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.slug_category:hover {
    color: #113f96;
    text-decoration: underline;
}

.slug_subcategory {
    font-family: 'Roboto', sans-serif;
    color: #113f96;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.025em;
}

.slug_subcategory:hover {
    text-decoration: underline;
}

.select-round .bootstrap-select > .btn-default {
    border-bottom: 0px !important;
    border: none;
}

.search-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 87%;
}

/*--------------------------------------------
25.1 Mediaqueries for Categories         */

/* CSS for Mobile */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {
    .content_slug_category {
        margin: 10px 0 10px;
    }
}
/* End Mediaqueries Mobile*/

/* CSS for 1024 */
@media (min-width: 1024px) {
    .content_slug_category{
        margin: 10px 13px 30px;
    }
    #subcategories-items li{
        padding: 12px 20px;
    }
}
/* End Mediaqueries 1024*/

/*------------------------------
-------  26. Jobs     -------*/
.header-jobs {
    background-image: url("/shoppingmall/assets/images/cabecera_jobs_mobile.jpg");
    background-repeat: no-repeat;
    min-height: 150px;
    display: inline-flex;
}
.title-jobs {
    font-family: 'Roboto', serif;
    font-size: 32px;
    font-weight: 400;
    color: #113F8D;
    line-height: 31px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.text-jobs {
    font-family: 'Roboto', serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.subtitle-jobs {
    font-family: 'Roboto', serif;
    color: #113F8D;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
}
.text-jobs-mini {
    font-family: 'Roboto', serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 16px;
}
.title-resum-title-jobs {
    font-family: 'Roboto', serif;
    font-size: 18px;
    font-weight: 400;
    color: #113F8D;
    margin-bottom: 5px;
    line-height: 21px;
}
.jobs-panel {
    padding: 0px 0px 9px 0px !important;
}
.p-jobs {
    padding-left: 0px;
    padding-right: 0px;
}
.input-cv input {
    width: 155px!important;
}

.share-jobs {
    position: relative;
    top: 6px;
    float: left;
}

.share-jobs a {
    float: right;
}

/*--------------------------------------------
26.1 Mediaqueries for Jobs         */

/* Mediaqueries 480*/
@media (min-width: 480px) {
    .title-jobs {
        font-family: 'Roboto', serif;
        font-size: 50px;
        font-weight: 400;
        color: #113F8D;
        line-height: 45px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .text-jobs {
        font-family: 'Roboto', serif;
        font-size: 17px;
        font-weight: 300;
        line-height: 23px;
    }
    .title-resum-title-jobs {
        font-family: 'Roboto', serif;
        font-size: 20px;
        font-weight: 400;
        color: #113F8D;
        margin-bottom: 5px;
        line-height: 25px;
    }
    .p-jobs {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-jobs {
        background-image: url("/shoppingmall/assets/images/cabecera_jobs_tablet.jpg");
        background-repeat: no-repeat;
        min-height: 334px;
       display: inline-flex;
    }
    .input-cv input {
        width: 285px!important;
    }

    .share-jobs {
        position: relative;
        top: 2px;
    }
}
/* End Mediaqueries 480*/

/* Mediaqueries 640*/
@media (min-width: 640px) {
    .share-jobs {
        position: relative;
        top: 4px;
    }
}
/* Mediaqueries 640*/

/* Mediaqueries 768*/
@media (min-width: 768px) {
    .input-cv input {
        width: 460px!important;
    }
    .share-jobs {
        position: relative;
        top: 25px;
    }
}
/* End Mediaqueries 768*/

/* Mediaqueries 800*/
@media (min-width: 800px) {
    .header-jobs {
        background-image: url("/shoppingmall/assets/images/cabecera_jobs_desktop.jpg");
        background-repeat: no-repeat;
        min-height: 276px;
       display: inline-flex;
    }
}
/* End Mediaqueries 800*/

/* Mediaqueries 991*/
@media (min-width: 991px) {
    .input-cv input {
        width: 300px!important;
    }
}
/* End Mediaqueries 991*/

/* Mediaqueries 1024*/
@media (min-width: 1024px) {
    .input-cv input {
        width: 345px!important;
    }
}
/* End Mediaqueries 1024*/

/* Mediaqueries 1600*/
@media (min-width: 1600px) {
    .input-cv input {
        width: 445px!important;
    }
}
/* End Mediaqueries 1600*/

/*--------------------------------------------
26.2 CUSTOM CLASSES MOBILE & TABLET       */

/* CSS for Mobile */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {

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

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

    .align-xs-center {
        text-align: center;
    }
    .fxs8 {
        font-size: 8px;
    }

    .fxs10 {
        font-size: 10px;
    }

    .fxs11 {
        font-size: 11px!important;
    }

    .fxs12 {
        font-size: 12px!important;
    }

    .fxs13 {
        font-size: 13px!important;
    }

    .fxs14 {
        font-size: 14px!important;;
    }

    .fxs15 {
        font-size: 15px!important;
    }

    .fxs16 {
        font-size: 16px!important;;
    }

    .fxs17 {
        font-size: 17px!important;;
    }

    .fxs18 {
        font-size: 18px!important;
    }

    .fxs19 {
        font-size: 19px!important;;
    }

    .fxs20 {
        font-size: 20px!important;
    }

    .fxs22 {
        font-size: 22px!important;
    }

    .fxs25 {
        font-size: 25px!important;
    }

    .fxs27 {
        font-size: 27px!important;
    }

    .fxs30 {
        font-size: 30px!important;
    }

    .fxs33 {
        font-size: 33px!important;
    }

    .fxs35 {
        font-size: 35px!important;
    }

    .fxs47  {
        font-size: 47px!important;
    }

    .pxs0 {
        padding: 0!important;
    }

    .p-xs-15 {
        padding: 15px!important;
    }

    .p-b-xs-0 {
        padding-bottom: 0!important;
    }

    .p-b-xs-5 {
        padding-bottom: 5px!important;
    }

    .p-b-xs-10 {
        padding-bottom: 10px!important;
    }

    .p-b-xs-15 {
        padding-bottom: 15px!important;
    }

    .p-b-xs-20 {
        padding-bottom: 20px!important;
    }

    .p-b-xs-25 {
        padding-bottom: 25px!important;
    }

    .p-t-xs-0 {
        padding-top: 0;
    }

    .p-t-xs-5 {
        padding-top: 5px!important;
    }

    .p-t-xs-10 {
        padding-top: 10px!important;
    }

    .p-t-xs-15 {
        padding-top: 15px!important;
    }

    .p-t-xs-20 {
        padding-top: 20px!important;
    }

    .p-l-xs-0 {
        padding-left: 0!important;
    }

    .p-l-xs-5 {
        padding-left: 5px!important;
    }

    .p-l-xs-12 {
        padding-left: 12px!important;
    }

    .p-l-xs-15 {
        padding-left: 15px!important;
    }

    .p-r-xs-0 {
        padding-right: 0!important;
    }

    .p-r-xs-15 {
        padding-right: 15px!important;
    }

    .mxs0 {
        margin: 0px!important;
    }

    .m-b-xs-0 {
        margin-bottom: 0!important;
    }

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

    .m-b-xs-10 {
        margin-bottom: 10px!important;
    }

    .m-b-xs-13 {
        margin-bottom: 13px!important;
    }

    .m-b-xs-20 {
        margin-bottom: 20px!important;
    }

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

    .m-t-xs--10 {
        margin-top: -10px!important;
    }

    .m-t-xs-0 {
        margin-top: 0!important;
    }

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

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

    .m-t-xs-20 {
        margin-top: 20px!important;
    }

    .m-t-xs-30 {
        margin-top: 30px!important;
    }

    .m-l-xs-0 {
        margin-left: 0!important;
    }

    .m-l-xs-60 {
        margin-left: 60px!important;
    }

    .m-r-xs-0 {
        margin-right: 0px!important;
    }

    .m-r-xs-10 {
        margin-right: 10px!important;
    }

    .m-r-xs-15 {
        margin-right: 10px!important;
    }

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

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

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

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

    .display_flex_xs {
        display: inline-flex!important;
    }

    .col-centered-xs {
        display: table;
        float: none;
        text-align: left;
        margin: 0 auto;
        text-align: center;
    }

    .bg-white-xs {
        background-color: white!important;
    }
}

/* CSS for Tablets */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {

    .psm0{
        padding: 0!important;
    }

    .p-b-sm-0 {
        padding-bottom: 0!important;
    }

    .m-b-sm-13 {
        margin-bottom: 13px!important;
    }

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

    .p-sm-15 {
        padding: 15px!important;
    }

    .m-b-sm-20 {
        margin-bottom: 20px!important;
    }

    .m-b-sm-0 {
        margin-bottom: 0px!important;
    }

    .p-l-sm-0 {
        padding-left: 0!important;
    }

    .p-t-sm-0 {
        padding-top: 0!important;
    }

    .p-t-sm-12 {
        padding-top: 12px!important;
    }

    .p-t-sm-20 {
        padding-top: 20!important;
    }

    .p-b-sm-20 {
        padding-bottom: 20!important;
    }

    .p-l-sm-15 {
        padding-left: 15px!important;
    }

    .p-l-sm-18 {
        padding-left: 18px!important;
    }

    .p-l-sm-25 {
        padding-left: 25px!important;
    }

    .p-r-sm-8 {
        padding-right: 8px!important;
    }

    .p-r-sm-15 {
        padding-right: 15px!important;
    }

    .p-r-sm-35 {
        padding-right: 35px!important;
    }

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

    .m-r-sm-0 {
        margin-right: 0!important;
    }

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

    .m-t-sm-23 {
        margin-top: 23px!important;
    }

    .fs-sm-23 {
        font-size: 23px!important;
    }

    .fsm12 {
        font-size: 12px!important;
    }

    .fsm13 {
        font-size: 13px!important;
    }

    .fsm14 {
        font-size: 14px!important;
    }

    .fsm15  {
        font-size: 15px!important;
    }

    .fsm16  {
        font-size: 16px!important;
    }

    .fsm18  {
        font-size: 18px!important;
    }

    .fsm20  {
        font-size: 20px!important;
    }

    .fsm35  {
        font-size: 35px!important;
    }

    .fsm50  {
        font-size: 50px!important;
    }

    .fsm60  {
        font-size: 60px!important;
    }

    .fsm68  {
        font-size: 68px!important;
    }

    .fsm70  {
        font-size: 70px!important;
    }

    .fsm95  {
        font-size: 95px!important;
    }

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

    .line-h-22 {
        line-height: 22px!important;
    }
}

/*------------------------------
-------  27. Reviews     -------*/
.title-ficha-review {
    font-size: 21px;
    color: #1D1D1B;
    font-weight: 400;
}

.user-review {
    font-family: sans-serif;
    font-size: 14px;
    color: #3C3C3B;
    font-weight: 300;
    margin-bottom: -4px;
}
.purchase_verified {
    font-family: sans-serif;
    font-size: 14px;
    color: #F9B233;
    margin-left: 5px;
}
.user-date-review {
    font-family: sans-serif;
    font-size: 13px;
    color: #3C3C3B;
    font-weight: 300;
    margin-bottom: 0px;
}
.purchase_verified {
    font-family: sans-serif;
    font-size: 14px;
    color: #F9B233;
    margin-left: 5px;
}
.fancyimages-review {
    margin-top: 15px;
    margin-bottom: 15px;
}
.utility-review {
    font-family: sans-serif;
    font-size: 15px;
    color: #3C3C3B;
    font-weight: 300;
}
.utility-result-review {
    font-family: sans-serif;
    font-size: 13px;
    color: #3C3C3B;
    font-weight: 400;
}

.stars-review-percent {
    padding-bottom: 4px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 94px;
}

.progress-review-percent {
    width: 165px;
    padding:0 20px 0 0;
}
.number-review {
    font-size: 15px;
    color: #1D1D1B;
    font-weight: 300;
}
.name-user-review {
    font-size: 17px;
    color: #212121;
    font-weight: 400;
    margin-bottom: 0px;
}
.tittle-comment-review {
    font-size: 18px;
    color: #3C3C3B;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-review-name {
    font-size: 21px;
    color: #113F8D;
    font-weight: 500;
    margin-bottom: 3px;
    margin-top:0px;
}
.product-review-store {
    font-size: 17px;
    color: #6F6F6E;
    font-weight: 300;
}
.product-review-comment {
    font-family: sans-serif;
    font-size: 15px;
    color: #3C3C3B;
    line-height: 21px;
    padding-bottom: 10px;
    font-weight: 300;
}
.product-review-date {
    font-size: 15px;
    color: #212121;
    font-weight: 500;
}
.link-review {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #113f92!important;
    padding: 0;
    text-align: left;
    background: transparent;
    width: auto;
    border-left: 0;
    font-weight: 400;
}
.link-review:hover {
    cursor: pointer;
}
.product-review-miss {
    font-size: 19px;
    color: #1D1D1B;
    line-height: 20px;
    font-weight: 600;
}
.link-review-return {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #113f92!important;
    padding: 0;
    text-align: left;
    background: transparent;
    width: auto;
    border-left: 0;
    font-weight: 400;
}
.link-review-return:hover {
    cursor: pointer;
}
/*--------------------------------------------
27.1 Mediaqueries for Reviews         */

/* Mediaqueries 480*/
@media (min-width: 480px) {
}
/* Mediaqueries 640*/
@media (min-width: 640px) {
}
/* Mediaqueries 768*/
@media (min-width: 768px) {
}
/* Mediaqueries 800*/
@media (min-width: 800px) {
}
/* Mediaqueries 991*/
@media (min-width: 991px) {
}
/* Mediaqueries 1024*/
@media (min-width: 1024px) {
}
/* Mediaqueries 1600*/
@media (min-width: 1600px) {
}
/*--------------------------------------------
26.2 CUSTOM CLASSES MOBILE & TABLET       */

/* CSS for Mobile */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {
}
/* CSS for Tablets */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
}
/*------------------------------
-------  26. Reviews END    -------*/


/*------------------------------
-------  00. BASE     -------*/

/*--------------------------------------------
00.1 Mediaqueries for BASE         */

/* Mediaqueries 480*/
@media (min-width: 480px) {
}
/* Mediaqueries 640*/
@media (min-width: 640px) {
}
/* Mediaqueries 768*/
@media (min-width: 768px) {
   .pull-right-md {
       float: right!important;
   }
}
/* Mediaqueries 800*/
@media (min-width: 800px) {
}
/* Mediaqueries 991*/
@media (min-width: 991px) {
}
/* Mediaqueries 1024*/
@media (min-width: 1024px) {
}
/* Mediaqueries 1600*/
@media (min-width: 1600px) {
}
/*--------------------------------------------
00.2 CUSTOM CLASSES MOBILE & TABLET       */

/* CSS for Mobile */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {
}
/* CSS for Tablets */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    .pull-right-sm {
        float: right!important;
    }
}
/*------------------------------
-------  00. BASE END    -------*/