/*Propios del develop*/


/*-------- Sidebar style ---------*/

.sidebar-widget.sidebar-widget-border {
    border-bottom: 1px solid #b7b7b7;
}

.sidebar-widget .search-wrap-2 .search-2-form {
    position: relative;
}

.sidebar-widget .search-wrap-2 .search-2-form input {
    border: 1px solid #b7b7b7;
    height: 45px;
    color: #6d6d6d;
    font-weight: 300;
    font-style: italic;
    padding: 2px 50px 2px 15px;
}

.sidebar-widget .search-wrap-2 .search-2-form input::-moz-input-placeholder {
    color: #6d6d6d;
    opacity: 1;
}

.sidebar-widget .search-wrap-2 .search-2-form input::-webkit-input-placeholder {
    color: #6d6d6d;
    opacity: 1;
}

.sidebar-widget .search-wrap-2 .search-2-form .button-search {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    border: none;
    background-color: transparent;
    font-size: 18px;
    color: #000000;
    padding: 0;
}

.sidebar-widget .sidebar-widget-title h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #343434;
    line-height: 1;
    padding-left: 12px;
    font-family: "Poppins", sans-serif;
}

.sidebar-widget .sidebar-widget-title h3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #e97730;
}

.sidebar-widget .sidebar-widget-title-2 h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    color: #4a4a4a;
    padding-left: 35px;
    position: relative;
}

.sidebar-widget .sidebar-widget-title-2 h3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background-color: #e97730;
}

.sidebar-widget .sidebar-widget-title-2 h3:after {
    position: absolute;
    content: "";
    left: 7px;
    top: 7px;
    width: 16px;
    height: 16px;
    background-color: #e97730;
    border: 2px solid #ffffff;
}

.sidebar-widget .price-filter #slider-range {
    background: rgba(0, 0, 0, 0.1);
    border: medium none;
    border-radius: 0px;
    height: 3px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-top: 5px;
}

.sidebar-widget .price-filter #slider-range span {
    -webkit-transition: all .0s ease 0s;
    -o-transition: all .0s ease 0s;
    transition: all .0s ease 0s;
}

.sidebar-widget .price-filter #slider-range .ui-slider-range {
    position: absolute;
    display: block;
    border: 0;
    background: #b7b7b7;
    border: none;
    -webkit-transition: all .0s ease 0s;
    -o-transition: all .0s ease 0s;
    transition: all .0s ease 0s;
}

.sidebar-widget .price-filter #slider-range .ui-slider-handle {
    background: #ffffff;
    border: medium none;
    border-radius: 50%;
    height: 13px;
    margin-left: 0;
    width: 13px;
    margin-top: -1px;
    border: 2px solid #b7b7b7;
}

.sidebar-widget .price-filter .price-slider-amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 0;
}

.sidebar-widget .price-filter .price-slider-amount .label-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sidebar-widget .price-filter .price-slider-amount .label-input label {
    font-size: 14px;
    color: #575757;
    font-family: "Poppins", sans-serif;
    margin-right: 2px;
}

.sidebar-widget .price-filter .price-slider-amount .label-input input {
    height: auto;
    width: 50%;
    font-size: 14px;
    background-color: transparent;
    border: none;
    color: #575757;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .sidebar-widget .price-filter .price-slider-amount .label-input input {
        width: 55%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget .price-filter .price-slider-amount .label-input input {
        width: 65%;
    }
}

.sidebar-widget .price-filter .price-slider-amount button {
    background-color: transparent;
    border: medium none;
    color: #575757;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-family: "Poppins", sans-serif;
}

.sidebar-widget .price-filter .price-slider-amount button:hover {
    color: #ed3503;
}

.sidebar-widget .sidebar-list-style ul li {
    display: block;
    margin: 0 0 14px;
}

.sidebar-widget .sidebar-list-style ul li:last-child {
    margin: 0 0 0;
}

.sidebar-widget .sidebar-list-style ul li a {
    color: #575757;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar-widget .sidebar-list-style ul li a:hover {
    color: #e97730;
}

.sidebar-widget .sidebar-list-style.sidebar-widget-color ul li a {
    padding-left: 32px;
    position: relative;
}

.sidebar-widget .sidebar-list-style.sidebar-widget-color ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    border-radius: 100%;
}

.sidebar-widget .sidebar-list-style.sidebar-widget-color ul li a.black:before {
    background-color: #000000;
}

.sidebar-widget .sidebar-list-style.sidebar-widget-color ul li a.blue:before {
    background-color: #0000ff;
}

.sidebar-widget .sidebar-list-style.sidebar-widget-color ul li a.brown:before {
    background-color: #b2aaaa;
}

.sidebar-widget .sidebar-list-style.sidebar-widget-color ul li a.red:before {
    background-color: #ff0000;
}

.sidebar-widget .sidebar-list-style.sidebar-widget-color ul li a.orange:before {
    background-color: #ffba00;
}

.sidebar-widget .sidebar-widget-tag a {
    color: #575757;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 10px;
}

.sidebar-widget .sidebar-widget-tag a:hover {
    color: #e97730;
}

.sidebar-widget .search-wrap-3 .search-3-form {
    position: relative;
}

.sidebar-widget .search-wrap-3 .search-3-form input {
    border: 1px solid #dcdcdc;
    height: 60px;
    color: #a6a6a6;
    font-weight: 300;
    font-style: italic;
    padding: 2px 70px 2px 25px;
}

.sidebar-widget .search-wrap-3 .search-3-form input::-moz-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
}

.sidebar-widget .search-wrap-3 .search-3-form input::-webkit-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
}

.sidebar-widget .search-wrap-3 .search-3-form .button-search {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 19px;
    border: none;
    background-color: transparent;
    font-size: 18px;
    color: #000000;
    padding: 0;
    color: #818181;
}

.sidebar-widget .search-wrap-3 .search-3-form .button-search:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #dcdcdc;
}

.sidebar-widget .search-wrap-3 .search-3-form .button-search:hover {
    color: #e97730;
}

.sidebar-widget .blog-author-content {
    background-color: #f4f4f4;
    padding: 40px 20px 35px;
}

.sidebar-widget .blog-author-content>a {
    display: inline-block;
    max-width: 100%;
}

.sidebar-widget .blog-author-content h2 {
    font-size: 24px;
    font-weight: 500;
    color: #4a4a4a;
    margin: 16px 0 0;
    line-height: 1;
}

.sidebar-widget .blog-author-content h4 {
    font-size: 16px;
    color: #4a4a4a;
    margin: 9px 0 25px;
}

.sidebar-widget .blog-author-content .social-icon-style-1 a {
    font-size: 14px;
    margin: 0 8px;
    display: inline-block;
}

.sidebar-widget .sidebar-list-style-2 ul li {
    display: block;
    margin: 0 0 8px;
}

.sidebar-widget .sidebar-list-style-2 ul li:last-child {
    margin: 0 0 0px;
}

.sidebar-widget .sidebar-list-style-2 ul li a {
    font-size: 16px;
    font-weight: 300;
    color: #2f2f2f;
    display: inline-block;
    font-family: "Poppins", sans-serif;
}

.sidebar-widget .sidebar-list-style-2 ul li a:hover {
    color: #e97730;
}

.sidebar-widget .latest-post-wrap .single-latest-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px;
}

.sidebar-widget .latest-post-wrap .single-latest-post:last-child {
    margin-bottom: 0;
}

.sidebar-widget .latest-post-wrap .single-latest-post .latest-post-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 115px;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget .latest-post-wrap .single-latest-post .latest-post-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-widget .latest-post-wrap .single-latest-post .latest-post-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 110px;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
        margin-right: 10px;
    }
}

.sidebar-widget .latest-post-wrap .single-latest-post .latest-post-img a {
    display: inline-block;
}

.sidebar-widget .latest-post-wrap .single-latest-post .latest-post-img a img {
    width: 100%;
}

.sidebar-widget .latest-post-wrap .single-latest-post .latest-post-content span {
    text-transform: uppercase;
    font-weight: 500;
    color: #777777;
}

.sidebar-widget .latest-post-wrap .single-latest-post .latest-post-content h4 {
    font-weight: 600;
    font-size: 16px;
    color: #4a4a4a;
    margin: 4px 0 7px;
    line-height: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget .latest-post-wrap .single-latest-post .latest-post-content h4 {
        line-height: 20px;
        font-size: 15px;
        margin: 4px 0 6px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-widget .latest-post-wrap .single-latest-post .latest-post-content h4 {
        line-height: 20px;
        font-size: 15px;
        margin: 4px 0 6px;
    }
}

.sidebar-widget .latest-post-wrap .single-latest-post .latest-post-content h4 a {
    color: #4a4a4a;
}

.sidebar-widget .latest-post-wrap .single-latest-post .latest-post-content h4 a:hover {
    color: #e97730;
}

.sidebar-widget .latest-post-wrap .single-latest-post .latest-post-content .latest-post-btn a {
    font-weight: 500;
    color: #8b8a89;
    display: inline-block;
    text-transform: uppercase;
}

.sidebar-widget .latest-post-wrap .single-latest-post .latest-post-content .latest-post-btn a:hover {
    color: #e97730;
}

.sidebar-widget .sidebar-widget-tag-2 a {
    font-weight: 500;
    color: #959595;
    display: inline-block;
    line-height: 1;
    border: 1px solid #eeeeee;
    padding: 11px 14px;
    margin: 0 11px 15px 0;
}

.sidebar-widget .sidebar-widget-tag-2 a:hover {
    color: #ffffff;
    background-color: #e97730;
    border: 1px solid #e97730;
}

.sidebar-widget .sidebar-banner {
    overflow: hidden;
}

.sidebar-widget .sidebar-banner a {
    display: block;
}

.sidebar-widget .sidebar-banner a img {
    width: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-widget .sidebar-banner a img {
        width: inherit;
        max-width: 100%;
    }
}

.sidebar-widget .sidebar-banner:hover a img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-wrapper {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-wrapper.blog-sidebar-mt {
        margin-top: 50px;
    }
    .shop-page-responsive.pb-100 {
        padding-bottom: 55px;
    }
}

@media screen and (max-width: 900px) {
    .hidden-xs {
        display: none;
    }
    .pedido-centro {
        text-align: center !important;
    }
    .j-btn-prd-search {
        width: 100% !important;
        margin-top: 10px !important;
    }
}

@media screen and (min-width: 900px) {
    .visible-xs {
        display: none;
    }
    .pedido-right {
        text-align: right !important;
    }
    .mt-10-cart {
        margin-top: 10px !important;
    }
}

.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.descuento-monto {
    color: green;
}

.descuento-precio {
    text-decoration: line-through;
    color: red;
    font-size: 12px;
}


/*////////////////////////////////////////////////////////////////////////////*/

.product-wrap {
    height: 200px;
    margin-bottom: 20px;
}

.product-item-container {
    height: 364px !important;
    background: #282828 !important;
}

.products-list.grid .product-item-container:before,
.products-list .product-grid .product-item-container:before {
    background: #282828 !important;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

@media screen and (max-width: 1200px) {
    #filters {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        background: #fff;
        padding-bottom: 100px;
    }
    #filters #close {
        display: inline-block;
    }
    .namePayment {
        font-size: 15px !important;
    }
}

.btn-naranja {
    color: #fff;
    background: #ff6619;
}


/* The container */

.container-ch {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.container-ch input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.container-ch:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container-ch input:checked~.checkmark {
    background-color: #eeeeee;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container-ch input:checked~.checkmark:after {
    display: block;
}

.input-group-addon {
    border-bottom-right-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
}


/* Style the checkmark/indicator */

.container-ch .checkmark:after {
    left: 7px;
    top: -5px;
    width: 7px;
    height: 15px;
    border: solid #ffc107;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 14px;
    right: 80px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp:hover,
.messenger:hover,
.whatsapp:focus,
.messenger:focus {
    color: #fff;
    opacity: 0.8;
}

.messenger {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 14px;
    right: 147px;
    background-color: #218bd3;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-footer {
    margin-top: 13px;
}

.paginador {
    border-color: white !important;
    background-color: #a62635 !important;
    color: white !important;
}

.btn-custom {
    color: white !important;
    background-color: #a62635;
    border-color: #a62635;
    padding: 5px !important;
}

.btn-custom:hover {
    color: white !important;
    background-color: #a62635;
    border-color: #a62635;
}

.sesion-btn:hover {
    color: white !important;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default.active {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.carousel-control.right {
    background: none !important;
}

.carousel-control.left {
    background: none !important;
}

.product_bar {
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
}

.product_bar::-webkit-scrollbar {
    width: 10px;
}

.product_bar::-webkit-scrollbar-track {
    background: #ffffff;
}

.product_bar::-webkit-scrollbar-thumb {
    background: #565b70;
}

.center {
    margin: auto;
    width: 82%;
    padding: 0px;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 543px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 544px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

@media (min-width: 900px) {
    .padding-custom {
        padding-bottom: 60px !important;
        padding-top: 60px !important;
        background-color: #f6f6f6;
    }
}

@media (max-width: 899px) {
    .padding-custom {
        padding-bottom: 30px !important;
        padding-top: 30px !important;
        background-color: #f6f6f6;
    }
}

.selection {
    width: 100%;
}

.slick-slider {
    background-color: #fff !important;
}

#carro {
    padding: 1px;
}

#carro2 {
    padding-top: 50px;
    font-size: small;
}

#precio {
    padding-right: 370px;
}


/*  */

#offcanvas-cart {
    padding: 20px;
}

@media(max-width: 760px) {
    #fatrash {
        padding-left: 60 px;
        position: absolute;
    }
}