
:root {
    --main-color: #3578e5;
    --body-color: #f2f2f2;
    --light-gray: #b0b0b0;
}

html, body {
    background-color: var(--body-color);
    font-family: Helvetica, Arial, sans-serif !important;
    color: #313030 !important;
}

.bg-main-color{

    background-color: var(--main-color);
    color: #FFFFFF;
}


.bg-text-info{

    background: #7ccad7;
    color: #FFFFFF;
}

.bg-redrose{
    background: #e66771;
    color: #FFFFFF;
}
.bg-lightpurple{
    background: #805ebf;
    color: #FFFFFF;
}

.bg-lightgray{
    background-color: var(--light-gray);
}

.text-darkgreen{
    color: #0b2e13;
}
.text-darkbluestock{
    color: #19292c;
}

.content-wrapper{
    margin-left: 0;
    background-color: var(--body-color);
}


.status-order{
    background-color: #71ceff;
}
.status-processing{
    background-color: #f5f122;
    color: #656419;
}
.status-completed{
    background-color: #2effc1;
    color: #194924;
}
.status-canceled{
    background-color: #ff5858;
}

.status-distribution{
    background-color: #0c43f8;
}

.font-size-small{
    font-size: small;
}



.nav-icon{

    font-size: 22px !important;
}

.nav-item:hover{
    background-color: #ececec;
}

.nav-pills .nav-link {
    color: #1c1e21;
}

.container{
    margin-top: 30px;
}

.table{
    font-size: 0.8rem;
}
.form-control {
    font-size: 0.9rem !important;
}

.table.dataTable {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    color: #0a0e14;
}
.table.dataTable thead tr th {
    text-align: center;
    color: #0a0e14;
}

.table.dataTable thead tr th a{
    color: #0a0e14;
}
.text-left{
    text-align: left;
}

/***
    POsition
 */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}


div.jfilestyle label {
    background-color: var(--body-color) !important;
    color: #0a0e14 !important;
}


/**
    CARD SHOP ITEM
 */

.thumb-wrapper {
    padding: 25px 15px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.img-box {
    height: 120px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}
.img-box img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.item h4 {
    font-size: 18px;
}

.item h4, .item p, .item ul {
    margin-bottom: 5px;
}
.btn-ver-product{
    color: var(--main-color);
    font-size: 11px;
    font-weight: bold;
    background: none;
    border: 1px solid var(--main-color);
    padding: 6px 14px;
    margin-top: 5px;
    line-height: 16px;
    border-radius: 20px;
}

.thumb-content .btn:hover, .thumb-content .btn:focus {
    color: #fff;
    background: var(--main-color);
    box-shadow: none;
}

.i-product-icon {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.item-price {
    font-size: 13px;
    padding: 2px 0;
}

.item-price strike {
    opacity: 0.7;
    margin-right: 5px;
}
.wish-icon {
     position: absolute;
     right: 10px;
     top: 10px;
     z-index: 99;
     cursor: pointer;
     font-size: 16px;
     color: #abb0b8;
 }
.h4-shop, .h6-shop{
    font-family: 'Font Awesome 5 Free' !important;
    color: #313030 !important;
}
.icon-cart{
    position: relative;
    left: -2px;
}

#dropdown-cart{
    max-height: 400px;
    overflow-y: auto;
}

.thumb-wrapper:hover{
    background-color: aliceblue;
}


/**
    widht controls
 */

.font-size-table-his-price{
    font-size: 15px;
}

.cart-container {
    border: 1px solid rgba(0, 0, 0, 0.05);

}
.cart-container .cart-body {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 30px 0 20px;
    margin: 20px 0 30px;
}

#tbody-cart-review tr:hover {
    background-color: aliceblue;
}

.card-head-heiht{
    padding: 30px;
    max-height: 875px;
    overflow: auto;
}

.card-head-heiht::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}


.card-head-heiht::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(104, 140, 240, 0.3);
}

.card-head-heiht::-webkit-scrollbar-thumb {
    background-color: lightgrey;
}


.product-image-table{
    width: 50px;
    height: 50px;
}


/** TAMA;OS ***/

@media (min-width: 992px) and (max-width: 1200px){

    .table{
        font-size: 10px;
    }
    .table>thead{
        font-size: 10px;
    }
    .table>tbody>tr>td{
        font-size: 10px;
    }

}

@media (min-width: 1200px)
.col-xl-11 {
    .table{
        font-size: 12px;
    }
    .table>thead{
        font-size: 12px;
    }
    .table>tbody>tr>td{
        font-size: 12px;
    }
}


.brand {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 40px auto;
    box-shadow: 0 4px 8px rgba(0,0,0,.05);
    position: relative;
    z-index: 1;
}

.product-image-table-2 {
    width: 100px;
    height: 100px;
}

.span2 {
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}