.section-shop .products {
    text-align: left;
}

.section-shop .products li {
    width: 25%;
    padding: 5px 5px;
}

.section-shop .products li .inner {
    display: flex;
    flex-direction: column;
    min-height: 470px;
    justify-content: flex-start;
    padding: 5px;
}

.section-shop .products li .inner .img .status-block, .section-product .photos .status-block{
    position: absolute;
    left: 10px;
    top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-shop .products li .inner .img .status-block .status, .section-product .photos .status-block .status{
    border-radius: 5px;
    background: rgba(103, 103, 103, 0.9);
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 3px 7px;
    margin: 2px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: auto;
    top: auto;
    position: initial;
    text-transform: inherit;
    border: 0px;
}

.section-shop .products li .inner .img .status-block .status.status-1,.section-product .photos .status-block .status.status-1{
    background: #12adc5;
}
.section-shop .products li .inner .img .status-block .status.status-2,.section-product .photos .status-block .status.status-2 {
    background: #6a00bc;
}
.section-shop .products li .inner .img .status-block .status.status-3,.section-product .photos .status-block .status.status-3 {
    background: #bcb500;
}

.section-shop .products li .inner form{
    width: 100%;
}

.section-shop .products li .inner .description {
    width: 100%;
    padding: 0px 10px;
}

.section-shop .products li .inner .view-request-block {
    flex-direction: row;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0px 10px;
}

.section-shop .products li .inner .view-request-block .price-block {
    min-width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0px;
}

.section-shop .products li .inner .view-request-block .price-block .price.disabled{
    color: gray;
}

.section-shop .products li .inner .vendor-avail-block {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    padding: 0px 10px;
}

.section-shop .products li .inner .img {
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
}

.section-shop .products li .inner a.img:hover span {
    color: #ffffff;
}

.section-shop .products li .inner .description .caption {
    font-size: 16px;
    height: 45px;
    overflow: hidden;
}


.section-shop .products li .inner .view-request-block .price.old {
    font-size: 14px;
    font-weight: normal;
    color: #676767;
    position: relative;
    display: inline-block
}

.section-shop .products li .inner .view-request-block .price.old span{
    font-size: 14px;
}

.section-shop .products li .inner .view-request-block .price.old:before {
    position: absolute;
    content: '';
    top: 50%;
    height: 1px;
    width: 100%;
    background: #676767
}

.products li .inner .view-request-block .buy {
    padding: 7px 10px;
    border-radius: 5px;
    background: #005fb1;
    color: #fff;
    font-weight: bold;
    font-size: 14px
}

.products li .inner .view-request-block .buy:hover {
    background: #c21135
}

.products li .inner .view-request-block .buy:disabled {
    background-color: lightgray;
    color: gray;
    cursor: not-allowed;
}

/*product cart*/
.section-shop .infoobject .shop-price-block .price-block {
    min-width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
    padding: 0px;
    background: #ffd032;
    padding: 10px;
    border-radius: 50px;
}

.section-shop .infoobject .shop-price-block .price-block .price.disabled{
    color: gray;
}

.section-shop .infoobject .shop-price-block .price-block .price span {
    font-size: 20px;
}

.section-shop .infoobject .shop-price-block .price-block .price.old {
    font-size: 14px;
    font-weight: normal;
    color: #676767;
    position: relative;
    display: inline-block
}

.section-shop .infoobject .shop-price-block .price-block .price.old span{
    font-size: 14px;
}

.section-shop .infoobject .shop-price-block .price-block .price.old:before {
    position: absolute;
    content: '';
    top: 50%;
    height: 1px;
    width: 100%;
    background: #676767
}

.section-shop .infoobject .shop-price-block  .buy {
    padding: 7px 10px;
    border-radius: 50px;
    background: #005fb1;
    color: #fff;
    font-weight: bold;
    font-size: 21px
}

.section-shop .infoobject .shop-price-block .buy:hover {
    background: #c21135
}

.section-shop .infoobject .shop-price-block .buy:disabled {
    background-color: lightgray;
    color: gray;
    cursor: not-allowed;
}

.quantity input{
    width: 60px;
    max-width: 60px;
    height: 32px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 5px;
    padding-right: 23px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.quantity .quantity-nav .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%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quantity .quantity-nav .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-radius: 0 5px 0 0;
}

.quantity .quantity-nav .quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    height: 50%;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-radius: 0 0 5px 0;
}

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

.section-shop .infoobject .shop-price-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.section-shop .infoobject .vendor-avail-block {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    padding: 10px 0px;
}

.section-shop .infoobject .avail-block {
    background: #e6e6e6;
    border-radius: 50px;
    color: #262626;
    margin: 0 0px;
    padding: 3px 10px;
}


.section-shop .infoobject .section-caption {
    font-size: 18px;
    padding: 0px 10px;
    background: #f7f7f7;
    margin: 10px 0px;
    font-weight: inherit;
}
.section-shop .infoobject .attributes-block .attributes .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px dotted #eee;
    padding: 5px 0px;
}

.section-team .member-content {
    display: flex;
    align-items: flex-start;
}

.section-team .member-content .img{
    min-width: 200px;
}

.header-right-block #msMiniCart {
    margin: 0 0 0 10px;
}

.header-right-block #msMiniCart .basket {
    width: 46px;
    height: 46px;
    border-radius: 50px;
    background: #e6e6e6;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.header-right-block #msMiniCart .empty {
    display: flex;
}

.header-right-block #msMiniCart .not_empty {
    display: none;
}

.header-right-block #msMiniCart.full .empty {
    display: none;
}

.header-right-block #msMiniCart.full .not_empty {
    display: flex; cursor: pointer;
}

.header-right-block #msMiniCart i {
    font-size: 24px;
}

.header-right-block #msMiniCart .ms2_total_count {
    position: absolute;
    top: 2px;
    right: 10px;
    border-radius: 25px;
    background: #ffd032;
    font-size: 12px;
    color: #262626;
    font-weight: 500;
    min-width: 24px;
    min-height: 24px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.section-order .inbasket li .img img {
    max-height: initial;
    width: 100%;
    height: auto;
}

.section-order .inbasket li .delete {
    position: absolute;
    top: 0;
    content: '';
    right: 0;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    color: #1a1a1a;
    padding: 0;
    background: transparent;
    margin: 0 auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.fororder .for-form .row div span {
    padding: 0 20px;
    font-weight: bold;
}

form#comment-form .row-additional {
    display: flex;
    justify-content: space-between;
}

.reviews-block .inner .overall-raiting, .reviews-block .inner .raiting {
    display: flex;
}

.ticket-comment .additional_raiting {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.ticket-comment .additional_raiting .raiting {
    width: 50%;
    font-size: 13px;
}

@media (max-width: 1023px) {

}

@media (max-width: 768px) {
    .section-shop .products li {
        width: 33.3%;
    }
}

@media (max-width: 480px) {
    .section-shop .products li {
        width: 50%;
    }
    .section-shop .products li .inner {
        min-height: auto;
    }
    .section-shop .products li .inner .img {
        height: auto;
    }

    .section-team .member-content {
        flex-direction: column;
    }

    .section-team .member-content .img {
        min-width: 200px;
        width: 100%;
    }

    .section-team .member-content .member-info {
        width: 100%;
        text-align: center;
    }

    .ticket-comment .additional_raiting .raiting {
        width: 100%;
    }

}

.attributes-block .inner a {
    text-decoration: underline;
}


 .city_banner {
     text-align: center;
     margin: 0 auto;
     width: 100%;
 }
a.city_banner:hover {
    cursor: pointer;
}
.city_banner img {
    max-width: 100%;
}
.desk,
.tabl,
.phon {
    display: none;
}
@media (max-width: 1023px) {
    .wide {
        display: none;
    }
    .desk {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .wide {
        display: none;
    }
    .desk {
        display: none;
    }
    .tabl {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        text-align: center;
    }
}
@media (max-width: 479px) {
    .wide {
        display: none;
    }
    .desk {
        display: none;
    }
    .tabl {
        display: none;
    }
    .phon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        text-align: center;
    }
}

.statuses  {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.statuses span {

}

.content-block .article-content {
    background: #f7f7f7;
    padding-left: 15px;
}

.content-block .article-content-title {
    font-size: 18px;
    font-weight: 600;
}


.capacity-block .number_border {
    border: 2px solid #FFD700;
    background-color: #FFFFFF!important;
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-block;
}

