﻿body {
    font-size: 10.5pt;
    font-family: "Trebuchet MS",sans-serif;
    color: #5f5d5d;
}

.site-header .site-branding .site-logo {
    width: 300px;
}

.form-group label {
    padding-left: 0;
}

.validation-summary-errors {
    color: indianred;
}

.input-validation-error {
    border: 1px solid #dcbebe;
}

.form-control {
    font-family: inherit;
}

#sp_Error {
    color: indianred;
}

.btn-xs {
    height: 30px;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 30px;
}

.pagination {
    display: inline-block;
    border: none;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border-radius: 4px;
    }

        .pagination a.active {
            background-color: #05f;
            color: white;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }
.custom-file-label-log .custom-file-label::after {
    height: 32px;
    line-height: 1.5;
}
.custom-file-label-log, .custom-file-label-log .custom-file-input{
    height: 37px;
}
.product-card .product-thumb {    
    padding-top: 0px;
   
}
.product-card {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #fff;
    /*height: 370px;*/
}
    /*.product-card .product-thumb > img {
         height: 162px;
    }*/

.toolbar-dropdown {
    right: 0px;
    
}

/*Checkboxes*/
.custom-control-label::after {
    top: 0;
    width: 1.125rem;
    height: 1.125rem;
}

.custom-control-label::before {
    top: 0;
    width: 1.125rem;
    height: 1.125rem;
}
.close_icon {
    position: absolute;
    right: 10px;
    top: 0px;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.min-225{
    min-height:225px;
}
.min-153 {
    min-height: 153px;
}
.slider-img{
    height:200px;
}
.hero-slider > .owl-carousel {
    min-height: 300px;
}
.hero-slider {
    min-height: 300px;
}
.hero-slider .owl-stage-outer .w-100px {
    width: 60px;
}


@media (max-width: 560px) {
    .site-header .toolbar .toolbar-item {
        position: relative;
        width: 94px;
        transition: background-color .3s;
        border-left: 1px solid #e5e5e5;
    }

    .site-header .site-branding .site-logo {
        width: 270px;
    }

   
   
    
}
@media ( max-width: 575px) {

.shop-view {        
    display: none;
} 

}