main .content_container {
    display: block;
    float: left;
    position: relative;
    margin-top: 82px;
    padding-bottom: 135px;
    width: 100%;
    min-height: 736px;
}
@media( min-width: 1280px ){
    main .content_container {
        padding-right: 330px;
    }
}

main .alert_container {
    display: block;
    float: left;
    margin-bottom: 20px;
    border: 2px solid #ffaa00;
    background-color: #ffeedd;
    color: #ffaa00;
    text-align: center;
    padding: 10px;
    width: 100%;
}

main h1 {
    display: block;
    float: left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #303030;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    line-height: 56px;
    width: 100%;
}

main .header_products_cart {
    display: block;
    float: left;
    margin-top: 34px;
    width: 100%;
}

.header_products_cart .product_cart,
.header_products_cart .units,
.header_products_cart .price_unit,
.header_products_cart .product_price {
    display: block;
    float: left;
    color: #707070;
    font-size: 16px;
}
.header_products_cart .product_cart {
    margin-left: 5.6701%;
    padding-left: 165px;
    width: 44.3299%;
}
.header_products_cart .units {
    text-align: center;
    width: 15.9794%;
}
.header_products_cart .price_unit,
.header_products_cart .product_price {
    text-align: center;
    width: 17.0103%;
}

main .products_cart_list {
    display: block;
    float: left;
    width: 100%;
}

.products_cart_list li {
    display: block;
    float: left;
    border-bottom: 1px solid #000;
    padding: 25px 0px;
    width: 100%;
}

.products_cart_list .delete,
.products_cart_list .product_cart,
.products_cart_list .units,
.products_cart_list .price_unit,
.products_cart_list .product_price {
    display: table;
    float: left;
    height: 104px;
}
.products_cart_list .delete {
    padding-left: 7px;
    width: 5.6701%;
}
.products_cart_list .product_cart {
    position: relative;
    padding-left: 165px;
    width: 44.3299%;
}
.products_cart_list .units {
    width: 15.9794%;
}
.products_cart_list .price_unit,
.products_cart_list .product_price {
    width: 17.0103%;
}

.delete div {
    display: table-cell;
    vertical-align: middle;
}

.delete a {
    display: block;
    border-radius: 50%;
    background-color: #B3B3B3;
    background-image: url(../_img/sprite-interface.png);
    background-repeat: no-repeat;
    background-position: -5px -189px;
    width: 22px;
    height: 22px;
    -webkit-transition: background-color 150ms ease-out;
    transition: background-color 150ms ease-out;
}
.delete a:hover {
    background-color: #000;
}

.product_cart img {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.product_cart div {
    display: table-cell;
    vertical-align: middle;
}

.product_cart span {
    display: inline-block;
    margin-bottom: 12px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    width: 90px;
}

.cart-oferta{
    background-color:#3f5a95;
}

.cart-destacado{
    background-color:#DD0322;
}

.product_cart a {
    display: block;
    color: #303030;
    font-size: 15px;
    text-decoration: none;
    max-width: 100%;
}
.product_cart a:hover {
    text-decoration: underline;
}

.units div {
    display: table-cell;
    vertical-align: middle;
}

.units .units_container {
    display: block;
    text-align: center;
    width: 100%;
}

.units_container a {
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-family: 'Font1';
    text-decoration: none;
    -webkit-transition: background-color 150ms ease-out;
    transition: background-color 150ms ease-out;
}
.units_container a:hover {
    background-color: #961313;
}

.units_container a.decrease{
    background-color:#616161;
}

.units_container a.decrease:hover{
    background-color:#3c3c3c;
}

.units_container a.increase{
    background-color: #297950;
}

.units_container a.increase:hover{
    background-color: #1c5a3b;
}

.units_container a.decrease {
    font-size: 21px;
    text-align: center;
    line-height: 20px;
    width: 20px;
}
.units_container a.increase {
    font-size: 23px;
    text-align: center;
    line-height: 27px;
    width: 27px;
}

.units_container span {
    display: inline-block;
    color: #303030;
    font-size: 17px;
    text-align: center;
    line-height: 28px;
    padding: 0px 5px;
    width: 58px;
}

.price_unit .price_unit_content {
    display: table-cell;
    color: #303030;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.price_unit_content span {
    color: inherit;
    font-size: inherit;
}
.price_unit_content span.before {
    display: block;
    float: left;
    margin-bottom: -14px;
    font-size: 11px;
    text-align: center;
    text-decoration: line-through;
    width: 100%;
}

.product_price .product_price_content {
    display: table-cell;
    color: #303030;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.product_price_content span {
    color: inherit;
    font-size: inherit;
}

.content_container .total_left{
    display:block;
    float:left;
    width:40%;
    opacity:0;

    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

.total_left div:before{
    display: block;
    height: 33px;
    width: 40px;
    position: absolute;
    background: url(../_img/fast-shipping.png);
    content: "";
    left: 20px;
    top: 19px;
}

.total_left div{
    margin:30px 0px 0px 10px;
    background:#ececec;
    padding:20px 20px 20px 75px;
    position:relative;
    max-width: 350px;
}

.total_left div p:nth-child(1){
    color:#E1001F;
    font-weight:700;
}

.total_right{
    width:60%;
    float:left;
}

main .total_products_price {
    display: block;
    float: left;
    margin-top: 20px;
    width: 100%;
}

.total_products_price .text {
    display: block;
    float: left;
    color: #303030;
    font-size: 17px;
    text-align: right;
    line-height: 28px;
    width: 82.9897%;
}

.total_products_price .products_price {
    display: block;
    float: left;
    color: #297950;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    width: 17.0103%;
}

.products_price span {
    color: inherit;
    font-size: 23px;
}

main .delivery_container {
    display: block;
    float: left;
    padding: 20px 0px 30px;
    width: 100%;
}

.delivery_container label {
    display: block;
    float: left;
    color: #303030;
    font-size: 17px;
    text-align: right;
    line-height: 33px;
    width: 65.9794%;
}

.delivery_container select {
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #A6A6A6;
    color: #303030;
    font-size: 15px;
    line-height: 27px;
    padding: 3px 0px 3px 8px;
    width: 160px;
    height: 33px;
}

.delivery_container select option:first-child {
    display: none;
}

.delivery_container .text {
    display: block;
    float: left;
    color: #303030;
    font-size: 16px;
    text-align: right;
    line-height: 33px;
    width: 17.0103%;
}

.delivery_container .delivery_price {
    display: block;
    float: left;
    color: #303030;
    font-size: 17px;
    text-align: center;
    line-height: 33px;
    width: 17.0103%;
}

main .tax_container {
    display: block;
    float: left;
    padding: 20px 0px 30px;
    width: 100%;
}

.tax_container .text {
    display: block;
    float: left;
    color: #303030;
    font-size: 17px;
    text-align: right;
    line-height: 28px;
    width: 82.9897%;
}

.tax_container .tax_price {
    display: block;
    float: left;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    width: 17.0103%;
}

.tax_price span {
    color: inherit;
    font-size: inherit;
}

main .total_price {
    display: block;
    float: left;
    padding-top: 20px;
    width: 100%;
    border-top: 1px solid #000;
}

.total_price .text {
    display: block;
    float: left;
    color: #303030;
    font-size: 17px;
    text-align: right;
    line-height: 32px;
    width: 82.9897%;
}

.total_price .total {
    display: block;
    float: left;
    color: #297950;
    font-family: 'Font1';
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    width: 17.0103%;
}

.total span {
    color: inherit;
    font-family: inherit;
    font-size: 23px;
}

.total_price .iva {
    display: block;
    float: right;
    color: #707070;
    font-size: 12px;
    text-align: center;
    line-height: 4px;
    width: 17.0103%;
}

main .buttons_container {
    display: block;
    float: left;
    margin-top: 75px;
    width: 100%;
}

.buttons_container .back_button {
    display: block;
    float: left;
    background-color: #D4D4D4;
    color: #000;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    width: 265px;
    -webkit-transition: background-color 150ms ease-out;
    transition: background-color 150ms ease-out;
}
.buttons_container .back_button:hover {
    background-color: #707070;
}

.buttons_container .next_button {
    display: block;
    float: right;
    background-color: #297950;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    width: 265px;
    -webkit-transition: background-color 150ms ease-out;
    transition: background-color 150ms ease-out;
}
.buttons_container .next_button:hover {
    background-color: #1c5a3b;
}

main .empty_title {
    display: block;
    float: left;
    margin-top: 62px;
    background-image: url(../_img/shopping-cart.png);
    background-repeat: no-repeat;
    background-position: center top;
    color: #303030;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    padding-top: 92px;
    width: 100%;
    font-family: 'Font1', Arial, Helvetica, sans-serif;
    color: #164414;
}

main .empty_text {
    display: block;
    float: left;
    margin-top: 10px;
    color: #303030;
    font-size: 17px;
    text-align: center;
    width: 100%;
}

main .categories {
    display: block;
    float: left;
    margin-top: 60px;
    margin-bottom: 375px;
    text-align: center;
    word-spacing: -5px;
    width: 100%;
    height: 0px;
}

.categories li {
    display: inline-block;
    margin: 0px 8px;
    background-color: #D4D4D4;
    word-spacing: 0px;
    width: 20%;
    max-width: 256px;
    -webkit-transition: filter 250ms ease-out, opacity 250ms ease-out;
    transition: filter 250ms ease-out, opacity 250ms ease-out;
}
.categories:hover li {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.categories:hover li:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.categories a {
    display: block;
    float: left;
    text-decoration: none;
    width: 100%;
}

.categories img {
    display: block;
    float: left;
    border: none;
    width: 100%;
}

.categories span {
    display: block;
    position: relative;
    float: left;
    color: #303030;
    font-size: 17px;
    text-align: left;
    text-decoration: none;
    line-height: 40px;
    padding: 0px 20px 0px 10px;
    width: 100%;
}

.categories span:after {
    display: block;
    position: absolute;
    top: 0px;
    right: 10px;
    content: '>';
    line-height: 40px;
}

main .recommended_products {
    display: none;
}
@media( min-width: 1280px ){
    main .recommended_products {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        border: 1px solid #000;
        background-color: #fff;
        padding: 10px 15px 35px;
        width: 310px;
    }

    .recommended_products .recommended_title {
        display: block;
        float: left;
        color: #707070;
        font-family: 'Font1';
        font-size: 18px;
        text-align: center;
        width: 100%;
    }

    .recommended_products .recommended_list {
        display: block;
        margin: auto;
        padding: 0px 15px;
        width: 100%;
    }

    .recommended_list li,
    .recommended_list article {
        display: block;
        float: left;
        width: 100%;
    }
    .recommended_list li {
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .recommended_list article {
        position: relative;
        -webkit-transition: filter 250ms ease-out, opacity 250ms ease-out;
        transition: filter 250ms ease-out, opacity 250ms ease-out;
    }
    .recommended_list:hover article {
        filter: gray;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: 0.3;
        filter: alpha(opacity=30);
    }
    .recommended_list article:hover {
        filter: none;
        -webkit-filter: grayscale(0);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .recommended_list .recommended_link {
        display: block;
        float: left;
        width: 100%;
    }

    .recommended_link img {
        display: block;
        float: left;
        border: none;
    }
    .recommended_link img.offer {
        float: none;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .recommended_link p {
        display: block;
        float: right;
        margin-top: 5px;
        color: #303030;
        font-size: 13px;
        text-decoration: none;
        line-height: 17px;
        width: 105px;
        max-height: 51px;
        overflow: hidden;
    }
    .recommended_link p:hover {
        text-decoration: underline;
    }

    .recommended_link .before {
        display: block;
        float: right;
        margin-top: 10px;
        margin-bottom: -12px;
        color: #707070;
        font-size: 11px;
        width: 105px;
    }

    .before span {
        color: inherit;
        font-size: inherit;
        text-decoration: line-through;
    }

    .recommended_link .price {
        display: block;
        float: right;
        margin-top: 10px;
        color: #707070;
        font-size: 18px;
        width: 105px;
    }

    .recommended_link .price span {
        color: inherit;
        font-size: 14px;
    }
}