body{
    color:#1a1a1a;
}

.small-text{
    font-size: 80%;
    font-weight: 400;
    line-height: 1.5em;
    margin-top: .5rem ;
}

.subtitle_text{
    color:#c42228;
    font-size: 18px;
    font-weight: bold;
}

.subtitle_white{
    color:#ffffff;
    font-size: 16px;
    font-weight: bold;
}


.hide{
    display: none;
}


.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
    font-size: 80%;
}

.has-error .select2-container--default .select2-selection--single {
    border: 1px solid #a94442;
}

.has-error .select2-container--default .select2-selection--multiple {
    border: 1px solid #a94442;
}

.sweet-alert h2{
    color:#2d325a;
}

.btn-lg{
    font-size: 16px;
    padding: 10px 60px;
}


.textb{
    font-weight: bold;
}


.c-green{
    color:#00ca00 !important;
}

.c-red{
    color: #ca0824 !important;
}

.c-grey{
    color: #9d9d9d !important;
}


.bg-red {
    background-color: #da2228 !important;
    color:#fff;
}

.bg-red:hover {
    background-color: #c42228 !important;
    color:#fff;
}

.bg-black {
    background-color: #000000 !important;
    color:#fff;
}

.bg-black:hover {
    background-color: #616161 !important;
    color:#fff;
}


.f10{
    font-size: 10px;
}

.f12{
    font-size: 12px;
}

.f14{
    font-size: 14px;
}

.fs-2 {
    font-size: 2rem!important;
}

.fs-3 {
    font-size: 1.5rem!important;
}


a.link_cell{
    color:#1a1a1a;
    display: block;
    padding: 5px;
}



.breadcrumb a{
    color:#1a1a1a;
}
.breadcrumb a:hover{
    color:#1a1a1a;
    text-decoration: underline!important;
}



textarea.form-control{
    line-height: 1.5em;
}

.iq-card{
    margin-bottom: 0px;
}

table thead{
    background: #fbfbfb;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
}

.table-white tr{
    background-color: #ffffff;
}
.table-white tr:hover{
    background-color: #e6e6e6;
}

.sort_item{
    font-size: 20px;
    background: #fbfbfb;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    border-radius: 10px;
    border: solid 1px #f3f3f3;
    color: #6f6f6f;
    cursor: move;
    text-align: center;
    margin: 0 auto;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid transparent;
    background:transparent;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #dee2e6;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6;
}

.radio_btn{
    border: solid 1px #dcdfe4;
    background-color: #e9edf4;
    padding: 10px 15px;
    border-radius: 6px;
    margin-right: 10px;
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple {
    min-height: 45px;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

.select2-container--default .select2-selection--single {
    background: #f9f9f9;
}

/* =============================================================== */


.btn-add-cart{
    background: #da2228;
    width: 40px;
    height: 40px;
    margin: 0 0 0 5px;
    color: #fff;
    font-size: 16px;
}
.btn-add-cart:hover{
    background: #c31625;
    color: #fff;
}

.card{
    box-shadow: 0px 0px 25px 0px rgb(45 69 95 / 10%);
}


.img_preview{
    cursor: pointer;
}


.contenitor_aside{
    overflow: visible;
}
.aside {
    padding: 0 1em;
    position: sticky;
    top: 7em;
}

/* ============================================================ */
a {
    color: #da2128;
}

a:hover {
    color: #c42127;
}

.navbar-list li>a {
    color: #c42127;
}

.line-menu {
    background-color: #da2128;
}

.iq-menu-bt {
    background: #f5f5f5;
}

.form-control {
    height: 45px;
    line-height: 45px;
    background: #f9f9f9;
    border: 0px solid #d7dbda;
    font-size: 14px;
    color: #777D74;
}

.form-control:focus {
    background-color: #f9f9f9;
    border-color: #da2128;
}

.custom-select{
    height: 45px;
    line-height: 45px;
    background: #ffffff;
    border: 0px solid #d7dbda;
    line-height: 45px;
    padding: 0px;
    font-size: 14px;
}


.iq-top-navbar .iq-sidebar-logo .top-logo {
    display: block;
}

body.sidebar-main .iq-sidebar-logo {
    width: 260px;
}

.iq-top-navbar{
    z-index:999;
}

.iq-sidebar{
    top:75px;
}

.iq-sidebar-menu .iq-menu li a:hover, .iq-sidebar-menu .iq-menu li.active>a, .iq-sidebar-menu .iq-menu li.menu-open>a {
    color: #da2127;
    background: #f1f1f1;
}

.iq-sidebar-menu .iq-menu li>a::before {
    background: #da2128;
}

.iq-sidebar-menu .iq-menu li ul a:hover {
    color: #da2128;
}

.iq-sidebar-menu .iq-menu li a {
    padding: 10px 20px 10px 15px;
}

.table_p td, .table_p th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.qty{
    background: #fbfbfb;
    border: solid 1px #eee;
    height: 40px;
    text-align: center;
}

input[type=number].qty::-webkit-inner-spin-button,
input[type=number].qty::-webkit-outer-spin-button {
    opacity: 1;
}


.price-inline{
    text-align: right;
}



img.flag{
    width: 15px!important;
}

.background_filter{
    background-color: #353535;
    background-position: center;
    min-height:25em;;
    background-size: cover;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.title_slide{
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 5px #1a1a1a;
    font-size: 4em;
}

.title_filter{
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 5px #1a1a1a;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #da2128;
    border-color: #da2128;
}

.btn-filter-primary{
    height: 45px;
    padding: 10px;
    width:100%;
    margin-top: 24px;
}


.easy-autocomplete{
    width:100% !important;
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}


.applications_list {
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    padding: 5px 0;
    text-align: center;
    white-space: nowrap;
    width:100%;
   /* overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;*/

}


.applications_list a{
    display: inline-block;
    width: 50px;
    border: solid 2px #fff;
    margin: 4px;
    background: #fff;
    border-radius: .25rem;
}

.applications_list a.active{
    border: solid 2px #c31625;
}

.applications_list a img{
    width: 100%;
}

a.btn-applications{
    width: 40px;
    background: #da2228;
    border: solid 2px #da2228;
    font-size: 11px;
    font-weight: 700;
    color:#1a1a1a;
    padding: 10px 0;
}


a.btn-edit-cart{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    text-decoration: underline;
}

.select_address{
    display:none;
    position: relative;
    background: #f9f9f9;
    padding: 15px;
    margin-top: 2px;
    margin-bottom: 20px;
    border-radius: .25rem;
}

.add_address_form{
    padding: 15px;
    border: solid 2px #e9edf4;
    border-radius: .25rem;
    margin-top: 10px;
}

.box_shipping_address_detail{
    position:relative;
    background: #fbfbfb;
    padding: 15px;
    margin-bottom: 20px;
    border: solid 1px #dee2e6;
}

.icon_truck{
    position: absolute;
    top:15px;
    right: 15px;
    width: 50px;
    height:50px;
}

.icon_truck img{
    max-width: 100%;
}


.carousel a.carousel__slide {
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    font-size: 16px;
    min-height: 15vw;
    justify-content: center;
    margin-right: 6px;
    transition: background .2s,color .2s;
    width:40%;
    margin: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    color:#1a1a1a;
}

.carousel.is-small .carousel__slide.is-selected {
}

