.panel-shops-cat{
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.shops-cat-heading{
    padding: 10px 20px;
    background-color: #e6e6e6;
    border-bottom: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
}

.shops-cat-heading h2 a{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.shops-cat-heading ul{
    padding: 0;
    margin-left: auto;
    margin-bottom: 0;
}

.shops-cat-heading ul li{
    display: inline-block;
    padding-left: 20px;
}

.shops-cat-heading ul li a{
    color: #666;
}

.shops-cat-heading ul li:hover a{
    color:  #fcd12c;
}


.shops-viewgrid .item{
    position: relative;
    border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    overflow: hidden;
    transition: 0.3s all;
}

.shops-viewgrid .item:hover{
    border: 1px solid #fcd22c;
}

.shops-viewgrid .owl-stage-outer{
    border-right: 1px solid #d0d0d0;
}

.shops-viewgrid .item-thumb{
    position: relative;
    text-align: center;
}

.shops-viewgrid .item-thumb img{
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

.shops-viewgrid .product-action{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%,100%);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 1px;
    padding: 10px 0;
    background-color: #fff;
    list-style: none;
    transition: all .5s cubic-bezier(.7,0,.3,1) 0s;
}

.shops-viewgrid .item:hover .product-action{
    transform: translate(-50%)
}

.shops-viewgrid .product-action li{
    padding: 0 10px;
    font-size: 16px;
}

.discounts{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #ff4700;
}

.shops-viewgrid .item-text{
    position: relative;
    background-color: #fff;
    padding: 10px;
}

.shops-viewgrid .item-text h3{
    font-size: 15px;
    font-weight: 500;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.shops-viewgrid .item-text .rating{
    margin: 5px 0;
}

.shops-viewgrid .item-text .price{
    font-weight: 600;
    color: #fb1919;
    font-size: 14px;
}

.shops-viewgrid .item-text del{
    color: #999;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
}

.shops-viewgrid .item a{
    color: #000;
    transition: 0.3s all;
}

.shops-viewgrid .item a:hover{
    color: #fcb800;
}

.relates-product{
    border-right: 1px solid #ededed;
    margin: 0;
}

.relates-product > div{
    padding: 0;
}

.shops-cat-slider .owl-nav{
    opacity: 0.3;
}

.shops-cat-slider:hover .owl-nav{
    opacity: 1
}

.page-header{
    position: relative;
    background-color: #f5f5f5;
    padding: 10px 20px 6px;
    margin: 0 0 20px 0;
}

.page-header h1{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.s-cat-fillter{
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.s-cat-fillter select{
    border: none;
    margin-left: 10px;
}

.shops-viewgrid-shops{
    margin: 0;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.shops-viewgrid-shops > div{
    width: 20%;
    padding: 0;
}

.product-viewlist .panel-default{
    border-color: #e6e6e6;
    border-radius: 1px;
}

.product-viewlist .panel-default:hover{
    border-color: #f3c50b;
}

.product-viewlist .product-thumb{
    position: relative;
    float: left;
    margin-right: 20px;
}

.product-viewlist .product-thumb img{
    max-height: 210px;
    width: auto;
}

.product-viewlist .product-container{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.product-viewlist .product-container h3{
    font-size: 18px;
    font-weight: 400;
}

.product-viewlist .product-container h3 a{
    color: #000;
}

.product-viewlist .product-container h3:hover a{
    color: #f3c50f;
}

.product-viewlist .product-info{
    padding-right: 20px;
}

.product-viewlist .product-price{
    min-width: 200px;
}

.product-viewlist .add-product{
    width: 100%;
    background-color: #f3c50f;
    font-size: 15px;
    padding: 8px;
    color: #000;
}

.product-viewlist .add-product:hover{
    background-color: #333;
    color: #fff;
}

.product-viewlist .wishlist{
    display: block;
    margin-top: 10px;
}

.product-viewlist .wishlist:hover{
    color: #f3c50f;
}

.product-info h1{
    font-size: 22px;
    font-weight: 500;
}

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

.product-info ul{
    padding-left: 15px;
    margin: 0 0 10px 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 .availability{
    margin: 6px 0 10px;
}

.product-info .money{
    font-size: 22px;
    color: #fb1919;
    font-weight: 600;
}

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

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

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

.discounts_money {
    color: #5a5a5a;
    font-weight: normal;
    text-decoration: line-through;
    padding: 0 5px;
    font-size: 16px;
}

.order-number{
    display: flex;
    justify-content: space-between;
}

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

.order-number .btn-order-buy:last-child{
    margin: 0;
}

.btn-cart,
.btn-order:hover,
.btn-order:focus{
    background-color: #000;
    color: #fff;
}

.btn-order,
.btn-cart:hover{
    background-color: #0e2f17;
    color: #fff;
}

.keywords a{
    color: #555;
}

.keywords a:hover{
    color: #f5c505;
}

.policy{
    padding: 0;
    margin: 0;
}

.policy li{
    position: relative;
    padding: 10px 0;
    font-size: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.policy li:before{
    font-family: Linearicons;
    content: "\e886";
    margin-right: 15px;
    font-size: 25px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.policy li:nth-child(2):before{
    content: "\e875";
}

.policy li:nth-child(3):before{
    content: "\e757";
}

.policy li:nth-child(4):before{
    content: "\e759";
}

.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;
}

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

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

.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;
}

.trust{
    max-width: 100%;
    margin-top: 20px;
}

.banner-style img{
    margin-bottom: 10px;
}

/*TAB*/

.tabs{
    margin-top: 20px;
}

.nav-tabs{
    border-width: 2px;
}

.nav-tabs li{
    position: relative;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.nav-tabs li.active a{
    color: #f5c505;
}

.nav-tabs li.active:before{
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #f5c505;
    bottom: -2px;
}

.nav-tabs li a,
.nav-tabs li.active a,
.nav-tabs li.active a:focus{
    border: none;
    outline: none;
    background-color: transparent;
}

.nav-tabs li a{
    color: #444;
    background-color: transparent !important;
}

.nav-tabs li.active a{}

.tabs .tab-content{
    padding: 15px 0;
}

/* CART */
div.step_bar a.step {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    font-weight: 700;
    background: url('../images/shops/star.png') no-repeat left center;
    padding-left: 10px;
    margin-right: 10px;
}

div.step_bar a.step span {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    color: #039;
}

div.step_bar a.step_current {
    color: red;
}

/* Print */
table.rows2 {
    width: 100%;
    border: 1px solid #b9dcff;
    padding: 5px;
}

table.rows {
    width: 100%;
}

table.rows td {
    padding: 5px
}

table.rows td img.imgpro {
    width: 40px;
    padding: 2px;
    border: 1px solid #ebebeb;
    vertical-align: middle;
}

table.rows tr.bgtop {
    background: #CCE6FF;
    line-height: 22px;
}

#total {
    color: #ff0000;
    font-weight: bold;
    font-size: 15px;
}

.order_code {
    padding: 5px;
    border: 1px solid #dfdfdf;
    text-align: center;
}

/* Icons */
.tabs .nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icomoon';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}

.info_pro {
    position: absolute;
    top: 40px;
    left: 5px
}

#coupons_info {
    margin-top: 6px
}

.tab-pane {
    padding: 5px
}

.select2-selection {
    height: 32px !important
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 2px
}

.order_shipping_info li {
    margin: 8px 0;
}

/* Filter Product by Group */

.filter_product_item{
    display: flex;
    align-items: center;
}

.filter_product_header{
    font-weight: 500;
    min-width: 80px;
}

.filter_product .label_group {
    border: 1px solid #0e2f17;
    background-color: #fff;
    text-align: center;
    display: block;
    cursor: pointer;
    position: relative;
    padding: 8px 16px;
    float: left;
    margin: 0 6px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
    white-space: nowrap;
}

.filter_product .active,
.filter_product .label_group.active {
    background-color: #0e2f17;
    color: #fff;
}

.filter_product .label_group:hover {
    background-color: #0e2f17;
    color: #fff;
}

.filter_product .label_group input, .filter_product .image_group input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
}

.ajax-load-qa {
    background: url("../images/shops/ajax-loader.gif") no-repeat center center rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.panel-filter-product .panel-body .sub-break {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel-filter-product .panel-body > .row:last-child .sub-break {
    display: none;
}

.panel-filter-product .sub-groups label {
    font-weight: 400;
    width: 100%;
}

.panel-filter-product .sub-groups label input {
    margin-top: -3px;
}

.panel-filter-product .filter-head{
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}

/*  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
}

.docpay div {
    line-height: 25px
}

.docpay div strong {
    width: 120px;
    display: inline-block
}

#group_error {
    color: #C00;
    font-style: italic;
    padding: 5px;
    border: 1px dashed #C00;
    margin: 5px 0;
    display: none;
}

.download {
    border-bottom: dashed #DDDDDD 1px;
    line-height: 35px
}

.download, .download a {
    font-size: 13px
}

.btn-transparent {
    background: none;
    border: none;
    box-shadow: none
}

.product-detail .tab-content ul {
    list-style-type: disc !important;
    padding-left: 20px !important;
}

a.btn-default {
    color: #1a3f5e;
}

.viewtype span {
    color: #b9b9b9;
    font-size: 22px;
    margin: 0 5px;
}

.viewtype span:hover{
    color: #f5c505;
}

.viewtype span.active {
    color: #000
}

.checkout-content-wrap .container{
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.right-border{
    border-right: 1px solid #c8c8c8;
    padding-right: 60px;
}

.checkout-content-wrap .logo{
    display: block;
    padding:  10px 0;
}

.checkout-content-wrap .logo img{
    max-height: 86px;
}

.checkout-content-wrap h2{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.checkout-content-wrap .form-control{
    height: 45px;
    border: 1px solid #dcdcdc;
}

.checkout-content-wrap #fpost .submit{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.checkout-content-wrap #fpost .submit .btn-primary{
    margin-left: auto;
}

.checkout-content-wrap #fpro{
    padding: 50px 0 0 40px;
}

#fpro .table-bordered{
    margin: 0;
}

#fpro a{
    color: #333;
}

#fpro a:hover{
    color: #f5c505;
}

#fpro .image img{
    width: 100px;
    height: auto;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

#fpro table tr:nth-of-type(odd){
    background-color: #fff;
}

#fpro table tr:hover{
    background-color: #f5f5f5;
}


#fpro table td,
#fpro .table-bordered{
    border: none;
}

#fpro table td{
    vertical-align: middle;
}

#fpro table td:last-child{
    min-width: 100px;
}

#fpro h3{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.cart-quantity{
    position: relative;
}

.cart-quantity input {
    width: 70px;
    height: 28px !important;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 31px;
    border: 1px solid #f3f3f3 !important;
}

.cart-quantity .quantity-nav{
    height: 28px;
}

.cart-quantity .quantity-button {
    position: absolute;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    line-height: 28px;
    -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;
}

.cart-quantity .quantity-button.quantity-up{
    border-bottom: none;
}

.cart-quantity .quantity-button.quantity-down {
    left: -49px;
    line-height: 28px;
    border-right: 1px solid #eee;
    border-left: none
}

.fpro-bottom{
    display: flex;
    align-items: center;
}

.fpro-bottom input{
    margin-left: auto;
    background-color: #f5c505;
    border: 0;
    padding: 3px 10px;
}

.remove_cart{
    display: block;
    margin-top: 5px;
}

#formsearch{
    background-color: #f1f1f1;
    padding: 22px 20px 5px;
    margin-bottom: 20px;
}

#formsearch .form-control{
    height: 45px;
    border: 1px solid #dcdcdc;
}

.order-box h2{
    margin-bottom: 10px;
}

.btn-non-order{
    margin-left: 0;
    width: 100%;
}

.viewdescriptionhtml{
    border-top: 1px solid #f5c506;
    padding-top: 15px;
    margin-top: 15px;
}

@media (max-width: 767.98px) {
    .shops-viewgrid .item-thumb img{
        max-width: 100%;
        max-height: 160px;
    }

    .shops-viewgrid-shops > div{
        width: 50%;
    }

    .product-viewlist .product-thumb{
        width: 100%;
        margin: 0 0 15px 0;
        float: none !important;
        text-align: center;
    }

    .product-viewlist .product-container{
        display: block;
    }

    .product-viewlist .product-info{
        padding: 0;
    }

    .shops-cat-heading ul{
        display: none;
    }

    .shops-viewgrid .item-text .price{
        font-size: 14px;
    }

    .shops-viewgrid .item-text del{
        font-size: 11px;
        margin-left: 0;
    }

    .submit .btn{
        display: block;
        margin: 20px auto;
    }

    .right-border{
        padding: 0;
        border: none;
    }

    .order-box h2{
        border-top: 1px solid #eee;
        margin-top: 20px;
        padding-top: 10px;
    }

    #fpost{
        padding: 0 10px
    }
}
