.panel-shops-cat{
    position: relative;
    margin-bottom: 20px;
}

.panel-shops-cat .shops-cat-heading{
    position: relative;
    background-color: #eee;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
}

.panel-shops-cat .shops-cat-heading a{
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    background-color: #0360bf;
    border-radius: 0 0 20px;
    padding: 8px 30px;
}

.shops-viewgrid .thumbnail{
    padding: 0;
    overflow: hidden;
}

.shops-viewgrid .item-image img{
    width: 90%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
}

.shops-viewgrid .caption h3{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    min-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page-header{
    margin: 0 0 20px;
}

.money {
    color: #fb1919;
    font-size: 16px;
    font-weight: 500;
    padding: 0 5px;
}

.discounts_money {
    color: #000000;
    font-weight: normal;
    text-decoration: line-through;
    padding: 5px;
}

.rate-star {
    padding: 5px;
    float: left;
    height: 14px;
    line-height: 14px;
}

.rate-star .width-star-title {
    float: left;
    margin-right: 5px;
}

.rate-star .width-star-num {
    float: left;
    font-weight: bold;
    margin-left: 5px;
}

.rate-star .width-star-bg {
    width: 180px;
    float: left;
    cursor: pointer;
    border-radius: 3px;
    background: #dadada;
}

.rate-star .width-star-value {
    float: left;
    border-radius: 3px;
    background: url("../images/shops/star-png.png") repeat-x;
}

.rateavg_percent {
    font-size: 18px;
    font-weight: bold;
}

/*  Second Example with big stars */
.rate-ex2-cnt {
    width: 150px;
    height: 30px;
}

.rate-ex2-cnt .rate-btn {
    width: 30px;
    height: 30px;
    float: left;
    background: url(../images/shops/rate/rate-btn2.png) no-repeat;
    cursor: pointer;
}

.rate-ex2-cnt .rate-btn:hover, .rate-ex2-cnt  .rate-btn-hover, .rate-ex2-cnt  .rate-btn-active {
    background: url(../images/shops/rate/rate-btn2-hover.png) no-repeat;
}
/* End second Example with big stars */

/* rate result */
.rate-result-cnt {
    width: 82px;
    height: 18px;
    position: relative;
}

.rate-stars {
    width: 82px;
    height: 18px;
    background: url(../images/shops/rate/rate-stars.png) no-repeat;
    position: absolute;
}

.rate-bg {
    height: 18px;
    background-color: #ffbe10;
    position: absolute;
}

.star-icon {
    width: 17px;
    height: 17px;
    background: url(../images/shops/rate/rate-btn3-hover.png) no-repeat;
    float: left
}

.msgshow {
    background: #F5F5F5;
    padding: 20px;
    border: 4px solid #C7C7C7;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 10020 !important;
}

.product-info .rating{
    padding: 12px 0;
}

.rating{
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.rating-result{
    position: relative;
    margin-right: 10px;
}

.rating-result:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    color: #c7c7c7;
    font-family: "FontAwesome";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2rem;
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    display: block;
    font-style: normal;
    font-weight: 400;
    speak: none;
}

.rating-result span{
    width: 100%;
    display: block;
    overflow: hidden;
}

.rating-result span:before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #f90;
    font-family: "FontAwesome";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2rem;
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    display: block;
    font-style: normal;
    font-weight: 400;
    speak: none;
}

.product-info .money{
    font-size: 18px;
    color: #0360bf;
    font-weight: 500;
}

.product-info .info-price{
    margin-bottom: 10px;
}

.rating{
    color: #808080;
    padding: 6px 0;
}

/*imageGallery*/
.imageGallery img{
    max-width: 80%;
}

.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}

.quantity input {
    width: 70px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    top: 0;
    border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
}

.product-details{
    position: relative;
    padding:20px 10px;
    background-color: #f8f8f8;
    border-radius: 4px;
    margin-bottom: 20px;
}

.product-one-image img,#imageGallery img{
    width: 100%;
    height: auto;
}

.product-info h1{
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-order-buy {
    background-color: #0360bf;
    color: #fff;
    width: calc(100% / 2 - 50px);
    margin-left: 12px;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 10px 0;
    min-height: 42px;
    transition: all .4s ease;
}

.btn-order-buy:hover{
    background-color: #1676d9;
    color: #fff;
}

.other-shops-cat .shops-cat-heading{
    position: relative;
    background-color: #eee;
    border-radius: 4px;
    border-left: 3px solid #055fbf;
    margin-bottom: 10px;
    padding: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.product-item-list{
    margin: 0;
    padding: 0;
}

.product-item-list li{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.product-item-list img{
    margin-right: 10px;
    width: 100px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-item-list h3{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
}

@media (max-width: 767.98px) {
    .shops-viewgrid .item-image img{
        height: 200px;
    }
}


