/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

#footer .copyright-content {
    background-color: #2d2d2d;
    color: #ffffff;
}

.product .product-title {
    max-width: 100%;
}

.product .product-price {
    width: 100%;
    float: none;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}

.table-pagination {
    text-align: left;
    line-height: 0;
    padding: 15px 0 30px;
}

.table-pagination ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    border: solid 1px #d5dce6;
    border-radius: 3px;
    overflow: hidden;
}

.table-pagination li {
    float: left;
}

.table-pagination li+li {
    border-left: solid 1px #d5dce6;
}

.table-pagination li>a {
    text-decoration: none;
    font-weight: 600;
}

.table-pagination li>* {
    display: block;
    min-width: 40px;
    line-height: 36px;
    text-align: center;
    background: #f8fafc;
    color: #7F8FA4;
}

.table-pagination li.disabled>* {
    color: #cad0d9;
}

.table-pagination li.active>* {
    background-color: #fff;
    font-weight: 600;
}

.table-box+.table-pagination {
    border-top: solid 1px #d5dce6;
    padding: 30px 0 30px;
}

.shop-category-box-title h6 {
    font-size: 1.5rem;
}

#mainMenu nav>ul>li>a {
    font-size: 14px;
}

.header-extras>ul>li>a:not(.btn) i,
.header-extras>ul>li i {
    font-size: 20px;
}

#header.header-sticky.sticky-active .header-inner,
#header.header-sticky.sticky-active #header-wrap {
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.06);
}

.visible-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .hidden-mobile {
        display: none;
    }

    .visible-mobile {
        display: block;
    }
}

@media screen and (max-width: 480px) {

    /* 5 columns for larger screens */
    .grid-item {
        width: 50%;
         !important;
    }
}

/* body{
    min-height: 100vh;
    position: relative;
    padding-bottom: 92px;
} */

/* #footer{
    position: absolute;
    width: 100%;
    bottom: 0;
} */

.direcciones-list .list-group-item {
    cursor: pointer;
}

.direcciones-list .list-group-item a {
    color: #777777;
}

.direcciones-list .list-group-item:last-child {
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.alert.alert-popup {
    display: none;
    z-index: 1040;
    padding: 10px 10px;
    position: fixed;
    bottom: 20px;
    left: 25%;
    width: 50%;
    cursor: pointer;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    border-width: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #FFF;
}

.alert.alert-popup.alert-success {
    background-color: #19b934
}

.alert.alert-popup.alert-danger {
    background-color: #ce041c;
}

#header #logo>a img {
    max-height: 75px;
}

.product .product-new,
.product .product-hot,
.product .product-out-stock {
    text-shadow: none;
}

a:not(.btn):not(.badge):hover {
    color: #000;
}

#footer.inverted a:hover {
    color: #fff;
}

#mainMenu nav>ul>li {
    margin-left: 0;
}

#mainMenu nav>ul>li:hover,
#mainMenu nav>ul>li.active,
.header-extras > ul > li:hover {
    background-color: #f8f9fa;
}

#mainMenu nav>ul>li:hover>a {
    color: #000000;
}

.sidebar .widget {
    padding-bottom: 0;
}

.widget .widget-title,
.widget>h4 {
    margin-bottom: 0;
}

.order-select ul {
    margin-bottom: 0;
}

.grid-item {
    cursor: default;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #f9243d !important;
}

.has-error .form-control, .has-error .form-control:focus {
    border-color: #f9243d;
}
.list-group input[type="radio"]:checked + .list-group-item {
    border-color: #32506d;
}

.list-legend li {
    padding: 5px 10px;
    margin: 0;
}

.list-lines li.active,
.list-legend li.active{
    background: #f5f5f5;
}
.list-lines li.active a{
    color:#000;
    font-weight: 500;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}