


/* Start:/local/components/newsite/userTabsShow/templates/mainPage/style.css*/

#varinats {
    width: 100%;
    height: 30px;
    margin: 0 0 30px;
    padding: 0 26px;
    text-align: left;
}

.goods {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border-top: 1px solid #E5E5E5;
}
.goods .owl-stage-outer,
.goods .owl-stage,
.goods .owl-item {
    position: relative;
    height: 100%;
    z-index: 10;
}

.goods .owl-stage {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    height: auto;
}

.goods.owl-carousel .owl-item {
    float: none;
    height: auto;
    padding: 0;
}

.goods.owl-carousel .catlg_list_item {
    height: 100%;
}

/*@media (max-width: 480px) {
    .goods.owl-carousel .owl-item {
        max-width: 90vw;
    }
}
*/

.goods article.item {
    position: relative;
    width: 100%;
    height: 100%;
}
.goods article.item figure.preview {
    display: table;
    width: 100%;
    height: 300px;
    margin: 0;
}
.goods article.item figure.preview a {
    display: table-cell;
    vertical-align: bottom;
}
.goods article.item figure.preview img {
    display: inline-block;
    width: auto;
    max-width: 235px;
    max-height: 300px;
}
.goods article.item .title {
    display: table;
    width: 100%;
    height: 45px;
    font-size: .9em;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.goods article.item .title a {
    display: table-cell;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
}
.goods article.item .title a:hover {
    text-decoration: underline;
}
.goods article.item .ctrls {
    width: 100%;
    height: 45px;
    margin-top: 10px;
    overflow: hidden;
}
.goods article.item .ctrls .price {
    position: relative;
    display: inline-block;
    width: calc(100% - 135px);
    height: 100%;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    vertical-align: middle;
}
.goods article.item .ctrls .price span.oldprice {
    position: absolute;
    top: 27px;
    left: 5px;
    display: inline-block;
    height: 15px;
    color: #f15a24;
    font-size: 14px;
    line-height: 16px;
}
.goods article.item .ctrls .price span.oldprice:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -3px;
    display: block;
    width: 115%;
    height: 1px;
    background: #f15a24;
}
.goods article.item .ctrls .options {
    float: right;
    width: 135px;
    height: 30px;
}
.goods article.item .ctrls .options span.fav {
    display: inline-block;
    width: 25px;
    height: 24px;
    margin-right: 5px;
    vertical-align: middle;
}
.goods article.item .ctrls .options span.fav span.ico {
    width: 100%;
    height: 100%;
}
.goods article.item .ctrls .options span.fav span.ico.favourite {
    background-position: -93px -145px;
}
.goods article.item .ctrls .options span.fav a.selected span.ico.favourite,
.goods article.item .ctrls .options span.fav a:hover span.ico.favourite {
    background-position: -119px -145px;
}
.goods article.item .ctrls .options span.add2cart {
    display: inline-block;
    width: 30px;
    height: 27px;
    vertical-align: middle;
}
.goods article.item .ctrls .options span.add2cart span.ico {
    width: 100%;
    height: 100%;
}
.goods article.item .ctrls .options span.add2cart span.ico.cart {
    background-position: -52px -165px;
}
.goods article.item .ctrls .options span.vars {
    display: inline-block;
    width: 97px;
    height: 28px;
    color: #000;
    font-size: .75em;
    text-align: center;
    font-weight: 600;
    background: #fff;
    border: 1px solid #000;
    line-height: 27px;
    vertical-align: middle;
    transition: all .1s ease-in-out;
}
.goods article.item .ctrls .options span.vars:hover {
    color: #fff;
    background: #000;
    transition: all .1s ease-in-out;
}
.goods article.item .ctrls .options span.fav a,
.goods article.item .ctrls .options span.add2cart a,
.goods article.item .ctrls .options span.vars a {
    height: 100%;
    color: inherit;
    text-decoration: none;
}

/** temporary **/

.goods article.item .prices_wrp {
    height: 20px;
    margin-top: 5px;
    font-size: .8rem;
    text-align: left;
}
.goods article.item .prices_wrp .lbl,
.goods article.item .prices_wrp .values,
.goods article.item .prices_wrp .values span.value {
    display: inline-block;
    vertical-align: baseline;
}
.goods article.item .prices_wrp .values span.value {
    margin-right: 5px;
}
.goods article.item .prices_wrp .values span.value:last-of-type {
    margin-right: 0
}
.goods article.item .prices_wrp .values span.value.old {
    color: #f15a24;
}

/** /temporary **/


section.workArea .line {
    position: relative;
}
.goods .owl-controls,
section.workArea .goods_ctrls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.goods .owl-controls .owl-prev,
.goods .owl-controls .owl-next,
section.workArea .goods_ctrls .owl-prev,
section.workArea .goods_ctrls .owl-next {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 30px;
    margin-top: -15px;
    background: url('/local/components/newsite/userTabsShow/templates/mainPage/images/sprite.png') no-repeat;
    cursor: pointer;
    z-index: 15;
}
.goods .owl-controls .owl-prev,
section.workArea .goods_ctrls .owl-prev {
    left: -20px;
    background-position: -33px -42px;
}
.goods .owl-controls .owl-next,
section.workArea .goods_ctrls .owl-next {
    right: -20px;
    background-position: -68px -42px;
}
.goods article.item a.eye {
    display: none!important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 30px;
    margin: -21px 0 0 -60px;
    color: #fff;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 30px;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    z-index: -1;
    transition: all .2s ease-in-out;
}
.goods article.item a.eye:hover {
    text-decoration: underline;
}
.goods article.item:hover a.eye {
    opacity: 1;
    z-index: 20;
    transition: all .2s ease-in-out;
}
/* End */
/* /local/components/newsite/userTabsShow/templates/mainPage/style.css */
