.theme-product-left img {
    padding-right: 0;
}
.theme-product-group-name {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.theme-products-list .row {
    display: flex;
    flex-wrap: wrap;
}

.theme-product-types .theme-price {
    width: auto;
    float: right;
}

._group-products-list {
    width: 160px;
    right: 0;
    left: auto;
}

.theme-product-name {
    letter-spacing: 1.5px;
    font-weight: 700;
}

._start-order > i {
    display: none;
}

.theme-product-desc {
    line-height: 21px;
    letter-spacing: 1px;
}

/*._buying-flow-image {*/
/*    position: relative;*/
/*    height: 0;*/
/*    width: 100%;*/
/*    padding-top: 70%;*/
/*    border-radius: 4px;*/
/*    margin-bottom: 22px;*/
/*    overflow: hidden;*/
/*}*/

/*._buying-flow-image img {*/
/*    position: absolute;*/
/*    min-width: 100%;*/
/*    width: auto;*/
/*    min-height: 100%;*/
/*    width: auto;*/
/*    top: 0;*/
/*    transform: scale(1, 1);*/
/*    transform: translate3d(0, 0, 0);*/
/*    -webkit-transform: translate3d(0, 0, 0);*/
/*    -moz-transform: translate3d(0, 0, 0);*/
/*    transition: all 0.25s;*/
/*    -moz-transition: all 0.25s;*/
/*    -webkit-transition: all 0.25s;*/
/*    -o-transition: all 0.25s;*/
/*    -ms-transition: all 0.25s;*/
/*     background-size: contain;*/
/*}*/

/*._buying-flow-image > div {*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    background-position: center center;*/
/*    background-size: contain;*/
/*}*/

/*._buying-flow-image:hover img {*/
/*    transform: scale(1.1, 1.1);*/
/*}*/