body
{
    margin: 0 auto 0 auto;
}

body *
{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    box-sizing: border-box;
}

h1, h2 ,h3, h4, h5, h6
{
    color: #333;
}

h1{ font-size: 36px; margin-top: 20px; padding-top: 0; text-align: center; }
h2{ font-size: 32px; }
h3{ font-size: 28px; }
h4{ font-size: 24px; }
h5{ font-size: 22px; }
h6{ font-size: 20px; }

a{ color: #333; text-decoration: none; transition: all 0.3s; }
a:hover{ color: #ED3C3C; }

img{ border: 0 }

table
{
    width: 100%;
}

table, td
{
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
    padding: 0;
}

#header, #header-blocks, #center-blocks, #content,
#footer-blocks .container, #pre-footer .links, #footer
{
    max-width: 1430px;
    margin: 0 auto 0 auto;
}

#control-menu, #control-menu *
{
    box-sizing: content-box;
}

#header-blocks-container
{
    border-bottom: solid 4px #000;
    background: transparent url(images/header-bg.png) repeat center center;
    background-attachment: fixed;
}

#header-blocks .block
{
    width: 100%;
    overflow: hidden;
}

#header-container
{
    background-color: #000;
}

#header td
{
    vertical-align: middle;
}

#header .logo
{
    width: 157px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header .second-menu
{
    padding: 0 25px 0 40px;
}

#header .second-menu ul
{
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#header .second-menu ul li
{
    list-style: none;
    text-align: center;
}

#header .second-menu ul li a
{
    color: #fff;
    display: block;
    transition: all 0.3s;
    padding: 15px 7px 15px 7px;
    text-transform: uppercase;
    font-size: 13px;
}

#header .second-menu ul li a.active,
#header .second-menu ul li a:hover
{
    background-color: #ED3C3C;
}

#header .second-menu ul li.l1 a
{
    font-size: 0px;
    background: transparent url(images/home.png) no-repeat center center;
    width: 19px;
    height: 17px;
}

#header .social
{
    text-align: center;
}

#header .account-cart
{
    max-width: 140px;
    border-left: dotted 1px #fff;
    padding-left: 20px;
}

#header .account-cart-container
{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#header .account
{
    text-align: center;
}

#header .account a
{
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: solid 2px transparent;
    transition: all 0.3s;
}

#header .account a:hover
{
    border-bottom: solid 2px #ED3C3C;
}

#header .cart a
{
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-weight: bold;
    padding: 3px 10px 3px 50px;
    margin-left: 30px;
    background: transparent url(images/cart.png) no-repeat left center;
}

#header .cart a span
{
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 7px 5px 7px;
}

#center-blocks .block .title
{
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}

#left-blocks, #right-blocks
{
    width: 280px;
}

#left-blocks
{
    padding-right: 10px;
}

#right-blocks
{
    padding-left: 10px;
}

#left-blocks .block .title, #right-blocks .block .title
{
    background-color: #00AAD4;
    color: #fff;
    padding: 10px;
}

#left-blocks .block .content, #right-blocks .block .content
{
    padding: 5px 0 5px 0;
}

#left-blocks .block ul, #right-blocks .block ul,
#left-blocks .block ul li, #right-blocks .block ul li
{
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

#left-blocks .block ul li a, #right-blocks .block ul li a
{
    display: block;
    padding: 7px;
    border-bottom: dotted 1px #d3d3d3;
}

#content
{
    margin-bottom: 20px;
}

#content .center
{
    padding-left: 10px;
    padding-right: 10px;
}

#footer-blocks .container .block .title
{
    padding: 15px 0 15px 0;
    text-align: center;
    color: #ED3C3C;
    font-weight: bold;
    text-transform: uppercase;
}

#footer-blocks .container .block .title span
{
    font-size: 20px;
    display: inline-block;
    border-bottom: solid 7px #000;
    padding-bottom: 5px;
    text-align: center;
}

#footer-blocks .container .block ul
{
    margin: 0;
    padding: 0;
    display: block;
}

#footer-blocks .container .block ul li
{
    list-style: none;
}

#footer-blocks .container .block ul li
{
    display: block;
    padding: 5px 3px 5px 20px;
    background: transparent url(images/bullet.png) no-repeat left center;
}

#pre-footer
{
    margin-bottom: 30px;
}

#pre-footer .mailing
{
    background-color: #ED3C3C;
    padding: 40px 0 40px 0;
}

#pre-footer .mailing .container
{
    max-width: 1200px;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#pre-footer .mailing .text
{
    color: #fff;
    text-align: left;
    padding: 0 20px 0 20px;
}

#pre-footer .mailing .image
{
    text-align: center;
    padding-top: 20px;
}

#pre-footer .mailing .text div:first-child
{
    text-transform: uppercase;
    font-size: 22px;
}

#pre-footer .mailing form .name-phone
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#pre-footer .mailing form .name
{
    margin-right: 10px;
}

#pre-footer .mailing form .email
{
    padding: 10px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#pre-footer .mailing form .boton
{
    background-color: #000;
    color: #fff;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    border: 0;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

#pre-footer .mailing form .boton:hover
{
    background-color: #333;
}

#pre-footer .mailing form .privacy
{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
}

#pre-footer .links
{
    display: flex;
    justify-content: flex-start;
}

#pre-footer .links > div:nth-child(3n+0)
{
    flex-grow: 1;
}

#pre-footer .links > div:last-child div
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#pre-footer .links > div:last-child div a
{
    width: 25%;
    padding-bottom: 10px;
}

#pre-footer .links > div:last-child div a img
{
    opacity: 0.7;
    transition: all 0.3s;
}

#pre-footer .links > div:last-child div a img:hover
{
    opacity: 1.0;
}

#pre-footer .links h4
{
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
}

#pre-footer .links ul
{
    display: block;
    margin: 0;
    padding: 0;
}

#pre-footer .links ul li
{
    list-style: none;
}

#pre-footer .links ul li a
{
    display: block;
    padding: 3px 3px 3px 10px;
    background: transparent url(images/bullet.png) no-repeat left center;
}

#pre-footer .links > div
{
    margin: 0 100px 0 0;
}

#pre-footer .links > div:nth-child(3), #pre-footer .links > div:last-child
{
    margin: 0 0 0 0;
}

#footer-container
{
    background-color: #000;
}

#footer
{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

#footer p
{
    padding: 0;
    margin: 0;
}

#footer a
{
    color: #fff;
}

.block-tienda
{
    margin: 15px 0 15px 0;
}

.block-tienda .title
{
    padding: 0 10px 0 10px;
}

.block-tienda .content
{
    padding: 10px;
}

.block-tienda .title .container
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.block-tienda .title .container .label
{
    font-size: 32px;
    color: #878787;
    padding: 0 15px 0 0;
    border-right: solid 1px #d3d3d3;
    margin-right: 15px;
}

.block-tienda .title .container .element a
{
    font-weight: bold;
    color: #ED3C3C;
    transition: all 0.3s;
    border-bottom: solid 2px transparent;
}

.block-tienda .title .container .element a:hover
{
    border-bottom: solid 2px #000;
}

.listing-block-container
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.listing-block
{
    flex-grow: 1;
}

.listing-block .list-image, .listing-grid-product .image
{
    float: none;
    border: solid 1px #000;
    transition: all 0.3s;
    text-align: center;
}

.listing-block .list-image:hover, .listing-grid-product .image:hover
{
    border: solid 1px #ED3C3C;
}

.listing-block .list-title, .listing-grid-product .title
{
    padding-top: 15px;
    display: block;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 80px;
    max-height: 80px;
}

.listing-block .list-title a, .listing-grid-product .title a
{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
}

.listing-block .list-price, .listing-grid-product .price,
.listing-block .list-price span, .listing-grid-product .price span
{
    color: #878787;
    font-size: 24px;
    padding-top: 10px;
    font-weight: normal;
}

.listing-grid-product .price .sales-price
{
    color: #E82727;
}

.listing-grid-product .price .regular-price
{
    text-decoration: line-through;
    font-size: 18px;
}

.listing-block .list-view-more, .listing-grid-product .view-more
{
    display: flex;
    justify-content: space-around;
    border: solid 1px #000;
    border-radius: 5px;
    margin-top: 10px;
    flex-grow: 1;
    padding: 0;
}

.listing-block .list-view-more > div, .listing-grid-product .view-more > div
{
    flex-grow: 1;
    text-align: center;
}

.listing-block .list-view-more > div:first-child a, .listing-grid-product .view-more > div:first-child a
{
    text-transform: uppercase;
    color: #808080;
}

.listing-block .list-view-more a, .listing-grid-product .view-more a
{
    font-weight: bold;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
}

.listing-block .list-view-more .list-details, .listing-grid-product .view-more .list-details
{
    transition: all 0.3s;
}

.listing-block .list-view-more .list-details:hover, .listing-grid-product .view-more .list-details:hover
{
    background-color: #ED3C3C;
    color: #fff;
}

.listing-block .list-view-more .list-details:hover a, .listing-grid-product .view-more .list-details:hover a
{
    color: #fff;
}

.listing-block .list-view-more .list-add-cart, .listing-grid-product .view-more .list-add-cart
{
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.4s;
}

.listing-block .list-view-more .list-add-cart:hover, .listing-grid-product .view-more .list-add-cart:hover
{
    background-color: #ED3C3C;
}

.listing-block .list-view-more .list-add-cart a, .listing-grid-product .view-more .list-add-cart a
{
    color: #fff;
}

.listing-list .title a
{
    font-size: 24px;
}

.listing-grid .title
{
    text-align: center;
}

.reviews-score img, #reviews .score img, #add-review-score-selector img
{
    display: inline !important;
    width: auto !important;
}

.tabs li a
{
    display: block;
    padding: 5px;
    border: solid 1px #000;
    background-color: transparent;
    margin: 0 3px 3px 0;
    color: #333;
}

.tabs li a:hover
{
    color: #fff;
    background-color: #000;
}

.tabs li a.selected
{
    color: #ffffff;
    border: solid 1px #000;
    background-color: #000;
}
