.btn-mini{
    border-radius: 5px !important;
}



.input-group-addon{
        border-radius: 0 10px 10px 0;
}

.btn-agregar {
    background-color: #e9031b;
    color: white;
    text-align: center;
    width: 100%;
    bottom: -40px;
    padding: 5px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
}

.btn-agregar:hover{
    background-color: #AF0214;
    color: white;
}


.footer-info {
    padding: 10px 10px 0 10px;
    margin: 5px 0;
}

.input_qty {
    border-radius: 0px !important;;
}

.button_qty {
    background-color: #f3f3f3;
    color: #000000;
}

.button_qty:first-child {
    border-radius: 0 !important;
}

.button_qty:last-child {
    border-radius: 0 !important;
}

.custom-btn-link {
    color: #0c85d0;
}

.custom-btn-link:hover {
    text-decoration: underline;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

/* FIN CARGA */
.carousel {
    background: #007aeb;
}

.carousel-item .img-fluid {
    width: 100%;
}

.carousel-item a {
    display: block;
    width: 100%;
}

.success-btn {
    border-color: #00bf63;
    color: #00bf63;
}

.success-btn:hover {
    background-color: #00bf63;
    color: white;
}

.default-btn:hover {
    background: #e7e7e7;
}


.btn-soft-facebook {
    color: #3b5998;
    background: rgba(59, 89, 152, .1);
    border-color: transparent
}

.btn-soft-facebook[href].active, .btn-soft-facebook[href]:active, .btn-soft-facebook[href]:focus, .btn-soft-facebook[href]:hover, .btn-soft-facebook[type].active, .btn-soft-facebook[type]:active, .btn-soft-facebook[type]:focus, .btn-soft-facebook[type]:hover {
    color: #fff;
    background: #3b5998;
    box-shadow: 0 4px 11px rgba(59, 89, 152, .35)
}

.btn-soft-facebook[href].disabled, .btn-soft-facebook[href]:disabled, .btn-soft-facebook[type].disabled, .btn-soft-facebook[type]:disabled {
    color: #3b5998;
    background-color: rgba(59, 89, 152, .1);
    box-shadow: none
}

.btn-soft-facebook[href]:not(:disabled):not(.disabled).active, .btn-soft-facebook[href]:not(:disabled):not(.disabled):active, .btn-soft-facebook[type]:not(:disabled):not(.disabled).active, .btn-soft-facebook[type]:not(:disabled):not(.disabled):active, .show > .btn-soft-facebook[href].dropdown-toggle, .show > .btn-soft-facebook[type].dropdown-toggle {
    color: #fff;
    background-color: #3b5998
}

.btn.btn-soft-facebook {
    color: #3b5998
}

.btn-soft-google {
    color: #d14130;
    background: rgba(209, 65, 48, .1);
    border-color: transparent
}

.btn-soft-google[href].active, .btn-soft-google[href]:active, .btn-soft-google[href]:focus, .btn-soft-google[href]:hover, .btn-soft-google[type].active, .btn-soft-google[type]:active, .btn-soft-google[type]:focus, .btn-soft-google[type]:hover {
    color: #fff;
    background: #d14130;
    box-shadow: 0 4px 11px rgba(209, 65, 48, .35)
}

.btn-soft-google[href].disabled, .btn-soft-google[href]:disabled, .btn-soft-google[type].disabled, .btn-soft-google[type]:disabled {
    color: #d14130;
    background-color: rgba(209, 65, 48, .1);
    box-shadow: none
}

.btn-soft-google[href]:not(:disabled):not(.disabled).active, .btn-soft-google[href]:not(:disabled):not(.disabled):active, .btn-soft-google[type]:not(:disabled):not(.disabled).active, .btn-soft-google[type]:not(:disabled):not(.disabled):active, .show > .btn-soft-google[href].dropdown-toggle, .show > .btn-soft-google[type].dropdown-toggle {
    color: #fff;
    background-color: #d14130
}

.btn.btn-soft-google {
    color: #d14130
}


.btn-whatsapp {
    background-color: #2ECC71;
    color: white;
    text-align: center;
    font-size: 18px;
    width: 100%;
    bottom: -40px;
    padding: 5px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.navbara:hover {
    color: #00a8ff;
}

.btn-sinstock {
    background-color: #E74C3C;
    color: white;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    width: 100%;
    bottom: -40px;
    padding: 5px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

/* Cart Sidebar */

body.toggled {
    overflow: hidden;
}

body.toggled::after {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 0;
}

.toggled .cart-sidebar {
    right: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cart-sidebar-body {
    height: 66vh;
    overflow: inherit;
}

.cart-sidebar-header {
    background: #e9031b none repeat scroll 0 0;
    color: #fff;
    padding: 7px 20px;
}

.cart-sidebar-header h5 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.cart-sidebar-header .float-right {
    background: #fff none repeat scroll 0 0;
    border-radius: 24px;
    color: #000;
    height: 26px;
    line-height: 25px;
    text-align: center;
    width: 26px;
    display: inline-block;
    float: right;
}

.cart-list-product {
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
}

.cart-list-product img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    float: left;
    height: 99px;
    margin: 0 15px 0 0;
    object-fit: scale-down;
    width: 82px;
}

.cart-list-product h5 a {
    font-size: 14px;
}

.cart-list-product h5 {
    margin: 0;
}

.cart-list-product h6 {
    font-size: 11px;
}

.cart-list-product > h6 span {
    color: #e96125;
}


.cart-list-product .badge {
    background: #f2fef2 none repeat scroll 0 0;
    border: 1px solid #51aa1b;
    border-radius: 2px;
    color: #51aa1b;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 6px;
}

.cart-sidebar-footer {
    background: #ececec none repeat scroll 0 0;
    padding: 6px 20px 22px
}

.cart-store-details p {
    margin: 0 0 3px;
}

.cart-store-details h6 {
    margin: 10px 0 19px;
}

.cart-sidebar-footer .btn {
    padding: 6px 44px;
}

/* Mobile Media */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .cart-sidebar {
        width: 320px;
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


a {
    text-decoration: none;
}

.product-card {
    width: 259px;
    position: relative;
    box-shadow: 0 2px 20px #dfdfdf;
    margin: 15px 13px auto;
    background: #fafafa;
}

.product-card2 {
    width: 252px;
    position: relative;
    box-shadow: 0 2px 20px #dfdfdf;
    margin: 15px 13px auto;
    background: #fafafa;
}


.badge {
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 3px 10px;
}


.product-price {
    font-size: 28px;
    color: #000000;
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 17px;
}

.product-links a:hover {
    color: #3A9EFC;
}


.container-hover {
    position: relative;
}

.image-hover {
    opacity: 1;
    display: block;
    width: 100%;
    height: 258px;
    object-fit: contain;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.container-hover:hover .image-hover {
    opacity: 0.3;
}

.container-hover:hover .middle {
    opacity: 1;
}

.fixed {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #02a2ff;
    color: #ffffff;
}

.fixedmobile {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.pixelstrap2 a, .pixelstrap2 a:hover, .pixelstrap2 a:active {
    padding-right: 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 42px;
    padding-bottom: 42px;
    letter-spacing: 0.07em;
}

.pixelstrap2 a:hover {
    color: #ffffff;
}

.float-right {
    float: right
}
