﻿:root {
    --img-width: 90%;
    --img-height: 250px;
    --img-border-radius: 5px;
    --img-align: center;
    --thumbnail-height:280px;
    --product-card-width: 100%;
    --product-card-height: 380px;
    --product-card-padding: 5px;
    --product-card-bg: #eee;
    --product-card-border: 1px;
}
.activeorder {
    background-color: var(--ts-color-primary) !important;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}

.sidbar-widget .title:before {
    right: 0 !important;
}

.fade {
    /*
    transition: opacity .15s liner  !important;
    */
    animation: fadeIn 1s ease-in;
}

.grid-nav-wraper {
    border-radius: 0.25rem !important;
}


.listsettorder {
    text-wrap-mode: nowrap;
    margin: 3px;
    padding: 3px 8px 3px 8px;
}
    .listsettorder:hover {
        color: var(--ts-color-primary);
    }
    .listsettorder:focus {
        color: #fff;
    }

/*cardlist > card. product-card > card-body > product-thumbnail*/
.cardlist {
    
}

.card {
    
}
.product-card {
    /*
    -webkit-box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, .06);
    box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, .06);
    */
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: var(--product-card-border);
    background-color: var(--product-card-bg);
    padding: var(--product-card-padding);
    height: var(--product-card-height);
}


.card-body {
     flex: 1 1 auto; 
     padding: 0rem 0rem;
    
}
.product-thumbnail {
    height: var(--thumbnail-height);
    vertical-align:middle;
    align-content:center;
}
    .product-thumbnail img {
        border-radius: var(--img-border-radius);
        text-align: var(--img-align);
        max-height: var(--img-height);
        max-width: var(--img-width);
    }

.search-filter {
    border: 1px solid #eee;
    margin: 5px;
    border-radius: 5px;
}
    .search-filter .sidbar-widget {
        padding: 10px 10px 0 10px;
    }
    .search-filter .sidbar-content {
        padding: 0px 10px 10px 10px;
    }
    

.sidbar-widget .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--ts-color-primary);
}
.btn {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 5px;
}

.product-price {
    display: none;
}
.text-align-justify {
    text-align:justify;
}