* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /* color: #000; */
    font-size: 12px;
    line-height: 1.4;
    color: #000;
}

.page-all {
    max-width: 1000px;
    padding: 20px 10px;
    margin: 0 auto;
}

button,
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Open Sans', sans-serif;
}

button:focus,
input:focus,
textarea:focus {
 outline: none;
}

:focus {
    outline: none;
}

h1,
.h1-like 
{
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    /* color: #2c2c38; */
    color: #000;
}

.h1_index {
    font-size: 28px;
    margin-bottom: 20px;
}

h2,
.h2-like 
{
    padding: 0;
    margin: 20px 0 15px 0;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
    color: #000;
}

h3,
.h3-like 
{
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}


/*---HEADER-----*/

.header {
    display: inline-block;
    width: 100%;
    padding: 20px;
    font-size: 13px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
/*-----end pitomnik btn---*/




/*------header base line---*/
.header-base {
    display: inline-block;
    background: #fff;
    width: 100%;
   
    
}

.header-base__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: center;
    top: 0;
}


.header-logo
{
    flex-grow: 1;
    margin-right: 3%;
}
/*------end header base line---*/



/*------header logo---*/
.header-logo{
    width: 220px;
    display: inline-block;
    text-decoration: none;
    /* white-space: nowrap; */
}

.header-base.fixed .header-logo {
    width: 180px;
}

.header-logo__icon {
    display: inline-block;
    float: left;
    width:45px;
    height: 38px;
    margin: 0 10px 0 0;
    background: url("../images/logo.svg") no-repeat;
}

.header-logo__text {
    display: inline-block;
    float: left;
    width: 150px;
    margin:0 0 0 0;
}

.header-base.fixed .header-logo__text {
    width: 100px;
}

.header-base.fixed .header-logo__text {
    margin: 12px 0 0 0;
}

.header-logo__name {
    display: block;
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    /* text-transform: uppercase; */
    color: #000;
}

/* .header-base.fixed .header-logo__name {
    font-size: 20px;
} */

.header-logo__desc {
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin-top: 4px;
    line-height: 1.1;
    /* text-transform: uppercase; */
    color: #000;
}

.header-base.fixed .header-logo__desc {
    display: none;
}

/*------end header logo---*/




/*---header---contacts---*/
.header-contacts {
    text-align: right;
    margin-left: 40px;
}






/*---- end nav catalog---*/

.page {
    display: inline-block;
    width: 100%;
    padding: 20px 0 30px 0;
    position: relative;
    min-height: 700px;
}

.page.is-nav-open::before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
    z-index: 110;
}

.catalog-container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.filter-col {
    min-width: 260px;
    max-width: 260px;
    margin-right: 30px;
}

.catalog-list {
    width: 100%;
    flex-grow: 1;
}


/*----INDEX-BANNER-------*/

.index-banner-row {
    display: flex;
    
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 20px;
}

.index-banner-container {
    max-width: 885px;
    /* width: 885px; */
    width: 75%;
}

.index-banner-container img {
    width: 100%;
}

.index-banner-s {
    width: 24%;
    margin-left: 20px;
    max-height: 350px;
} 

.index-banner-s img{
    max-width: 100%;
    min-height: 100%;
    max-height: 350px;
}

.index-banner__item {
    display: inline-block;
    width: 100%;
    float: left;
}

.index-banner__item img{
    width: 100%;
    float: left;
    border-radius: 12px;
}

.index-banner .slick-list {
    border-radius: 12px;
}

.index-banner .slick-dots{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top:100%;
    margin-top: -30px;
}

.index-banner .slick-dots li{
    display: inline-block;
    margin: 0 5px 0 5px;
}

.index-banner .slick-dots li button{
    background: none;
    font-size: 0;
    line-height: 0;
    border: 0;
    padding: 0;
    margin: 0 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;

}

.index-banner .slick-dots li button:before
{
    content: '';
    width: 40px;
    height: 5px;
    background: #fff;
    display: inline-block;
}

.index-banner .slick-dots li.slick-active button:before
{
    background: #E0336A;
    opacity: 1;
}

.slide-arrow-default {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 20px;
    height: 40px;
    border: none;
    cursor: pointer;
    z-index: 50;   
    background: #fff;
    padding: 0;
}

.slide-arrow-default.slide-next {
    right: -25px;
}

.slide-arrow-default.slide-prev {
    left: -25px;
}

.slide-arrow-default.slide-prev:after,
.slide-arrow-default.slide-next:after 
{
    top:10px;
    left: 4px;
}


.slide-arrow-default.slide-prev:after {
    background-position: 0 -16px;
}

.slide-arrow-default.slide-prev.slick-disabled:after {
    background-position: 0 -16px;
}

.slide-arrow-default.slide-next:after {
    background-position: -12px -16px;
}

.slide-arrow-default.slide-next.slick-disabled:after {
    background-position: -12px -16px;
}

.slide-arrow-round {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
   
    border: none;
    cursor: pointer;
    z-index: 50;   
     
    background: #fff;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0, 0.1);
}

.slide-arrow-round_small {
    width: 40px;
    height:40px;
}

.slide-arrow-round_big {
    width: 60px;
    height:60px;
}

.slide-arrow-round:active {
    box-shadow: 0px 4px 4px 0px rgba(0,0,0, 0.1) inset;
}


.slide-arrow-round {
    text-align: center;
}


.slide-arrow-round_small.slide-next {
    right: -15px;
}

.slide-arrow-round_small.slide-prev {
    left: -15px;
}

.slide-arrow-round_big.slide-next {
    right: -30px;
}

.slide-arrow-round_big.slide-prev {
    left: -30px;
}

.slide-prev:after,
.slide-next:after
{
    content: '';
    /* position: absolute; */
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url("../images/i-arrow-16.png") no-repeat;
}

.slide-arrow-round.slide-prev:after,
.slide-arrow-round.slide-next:after 
{
    margin-top:4px;
    
}

.slide-arrow-round.slide-prev:after {
    background-position: 0 -16px;
}

.slide-arrow-round.slide-prev.slick-disabled:after {
    background-position: 0 -32px;
}

.slide-arrow-round.slide-next:after {
    background-position: -10px -16px;
}

.slide-arrow-round.slide-next.slick-disabled:after {
    background-position: -10px -32px;
}

/*----END-INDEX-BANNER-------*/

/*----INDEX CATEGORY---*/

.index-cat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    margin: 15px -10px 30px -10px;
    /* justify-content: flex-start; */
    /* justify-content: space-around; */
    /* align-items: flex-start; */
}

.index-cat-item {
    min-width: 140px;
    min-height: 90px;
    float: left;
    width: calc(16.66% - 20px);
    background: #fff;
    padding: 0 15px 0 10px;
    margin: 0 10px 20px 10px;
    border-radius: 6px;
    /* background: #f3f4f6; */
    background: #EEECEF;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    /* font-weight: 500; */
    text-align: center;

    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.index-cat-item__img {
    height: 100%;
    margin-right: 10px;
    min-width: 60px;
    position: relative;
    /* display: flex; */
}

.index-cat-item__img img {
    position: absolute;
    bottom: 0;
}

.index-cat-item:hover {
    background: #e3e0e4;
}

.index-cat-item__title {
    width: 100%;
}
/*----END INDEX CATEGORY---*/

/*---BRAND LINE---*/
.brand-pop {
    display: inline-block;
    width: 100%;
    margin: 20px 0 20px 0;
}

.brand-list {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}

.brand-item {
    display: inline-block;
    float: left;
    border-radius: 12px;
    border: 2px solid #EFEEF0;
    transition: box-shadow 0.4s;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 15%;
    height: 110px;
    min-width: 150px;
    box-sizing: border-box;
}

.brand-list_roll {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    
}

.brand-list_roll .brand-item{
    max-width: 15%;
    margin: 0px 10px 20px 10px;
    flex-basis: 15%;
}


.brand-item img {
    max-width: 90%;
    max-height: 90px;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin:auto
}

.brand-item:hover {
    box-shadow: 1px 0px 12px 0px rgba(0,0,0,0.12);
}

.brand-slider{
    height: 120px;
    /* width: 100%;
    overflow: hidden; */
}

.brand-slider .brand-item{
    margin: 10px 5px 10px 5px;
    float: left;
    /* width: auto; */
    height: 110px;
}

/*---END BRAND LINE---*/

/*---BRAND ROLL---*/

/*---END BRAND ROLL---*/
.brands-roll {
    padding-left: 0;
    list-style:none;
    margin-top: 20px;
}

.brands-roll__title {
    padding-top: 0;
    margin-bottom:27px;
}

.brands-roll__country {
    font-weight: 600;
    line-height: 1;
    font-size: 18px;
    color:#000;
}

.brands-roll__name {
    line-height: 1.2;
}

.brands-roll__link {
    color: inherit;
    text-decoration: none;
}

.brands-roll__link:hover {
    text-decoration:underline;
    color: #E0336A;
}



@media (min-width: 576px) {
    .brands-roll__all, .brands-roll__close {
        display:none;
    }

    .brands-roll {
        margin-bottom: 104px;
    }

    .brands-roll__item {
        margin-bottom: 9px;
    }

    .brands-roll__gap {
        margin-bottom: 29px;
    }

   
}

@media (min-width: 1280px) {
    .brands-roll {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count:4;
    }
}

@media (max-width: 575px) {
    .brands-roll__all {
        width: 100%;
        margin-bottom:80px;
    }

    .brands-roll, .brands-roll__title {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
        will-change: transform;
        -webkit-transform: translateX(-100%);
        transform:translateX(-100%);
    }

    .brands-roll__title {
        height: 60px;
        font-size: 18px;
        background-color: #f5f5f7;
        -webkit-box-shadow: 0 10px 15px rgba(61, 61, 78, .1);
        box-shadow: 0 10px 15px rgba(61, 61, 78, .1);
        z-index: 25;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content:center;
    }

    .brands-roll {
        height: 100%;
        padding-top: 90px;
        overflow-y: auto;
        background-color: #fff;
        z-index:24;
    }

    .brands-roll__item:not(.brands-roll__gap) {
        margin-bottom:18px;
    }

    .brands-roll__country {
        padding-left:16px;
    }

    .brands-roll__name {
        padding-left:24px;
    }

    .brands-roll__gap {
        padding-bottom: 27px;
        margin-bottom: 30px;
        border-bottom:1px solid #dfdfe6;
    }

    
}

@media (min-width: 576px) and(max-width: 1279px) {
    .brands-roll {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count:3;
    }
}
/*--- LOGO ROW---*/

.index-about {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}

.index-about__img {
    width: 50%;
    float: left;
    /* border-radius: 12px; */
    /* overflow: hidden; */
}

.index-about__img img {
    max-width: 100%;
    border-radius: 12px;
}

.index-about__desc {
    width: 45%;
    margin-left: 5%;
    float: left;
    font-size: 16px;
}

.index-content-block {
    /* display: inline-block; */
    position: relative;
    margin-bottom: 40px;
}
/*--- END LOGO ROW---*/

/*---article--list---*/

.article-list {
    width: 100%;
    /* margin-bottom: 60px; */
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-wrap:wrap
}

.article-item {
    display: inline-block;
    width: 31%;
    background: #fff;
    margin-bottom: 40px;
    border-radius: 12px;
    font-size: 16px;
    border: 2px solid #EFEEF0;
    transition: box-shadow 0.4s;
}

.article-item:hover {
    box-shadow: 1px 0px 12px 0px rgba(0,0,0,0.12);
}

.article-item__img {
    display: inline-block;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0
}

.article-item__img img {
    /* max-height: 120%; */
    width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin:auto
}

.article-item__body {
    color: #595B6F;
    padding: 20px 20px 30px 20px;
}

.article-item__date {
    margin-bottom: 10px;
}

.article-item__title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.article-item__title:hover,
.article-item-short__title:hover {
    color:#E0336A;
    text-decoration: none;
}

.article-item-short {
    margin-bottom: 20px;
    font-size: 16px;
}

.article-item-short__date {
    color: #858C9F;
    margin-bottom: 5px;
}

.article-item-short__title {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.article-item-short__desc {
    margin-top: 5px;
}
/*---article--list---*/

/*--POST--PAGE---*/

.post-page {
    width: 100%;
}

.post-page__date {
    color: #595B6F;
    margin-bottom: 20px;
}

.content-description {
    /* max-width: 900px; */
    font-size: 16px;
    line-height: 1.7;
    /* margin: 0 auto; */
}

.content-description a {
    color: #000;
    text-decoration: underline;
}

.content-description a:hover {
    color: #E0336A;
}

.post-page-img {
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.col-page {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.col-page__left {
    width: 100%;
    max-width: 800px;
}

.col-page__right {
    width: 300px;
    margin-left: 40px;
    font-size: 14px;
}

.border-container {
    border: 2px solid #EFEEF0;
    width: 100%;
    padding: 30px;
    border-radius: 12px;
}

/*--END--POST--PAGE---*/

/*---CATALOG---*/

.description-brand {
    margin-bottom: 30px;
}

/*--OPTIONBAR----*/

.catalog-optionbar {
    display: none;
    flex-direction: row;
    margin-bottom: 20px;
}



.catalog-optionbar__category {
    background: #f3f4f6;
    margin-right: 5px;
    border-radius: 3px;
    padding: 10px;
    white-space: nowrap;
    vertical-align: baseline;
    cursor: pointer;
}

.catalog-optionbar__filter {
    background: #E0336A;
    /* margin-left: 5px; */
    flex-grow: 1;
    padding: 10px 10px;
    white-space: nowrap;
    vertical-align: baseline;
    cursor: pointer;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.catalog-optionbar__icon {
    fill: #fff;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    vertical-align: top;
}
/*--END OPTIONBAR----*/

/*------PRODUCT LIST------*/
.product-list {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-items: stretch; */
    /* justify-content: space-between; */
    /* margin: 0px -1% 20px -1%; */
    margin-bottom: 20px;

    /* align-items: stretch;
    justify-content: flex-start; */

}



.product {
    display: flex !important;
    flex-direction: column !important;
    position: relative;
    width: 22%;
    /* margin: 0 0 20px 0; */
    height: 500px;
    padding: 0 0 15px 0;
    position: relative;
    min-width: 160px;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #EFEEF0;
    transition: box-shadow 0.4s;
    font-size: 14px;
    
    /* box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.08); */
}

.product:hover {
    box-shadow: 1px 0px 12px 0px rgba(0,0,0,0.12);
}

@supports (display:grid) {
    .product-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(230px,1fr));
        /* grid-gap: 20px; */
        row-gap: 30px;
        column-gap: 30px;
        grid-auto-flow: dense;
        /* margin: 0 0 20px; */
    }

    .product {
        width: auto;
    }
}


.product__img {
    width: 100%;
    height: 280px;
    margin-bottom: 5px;
    padding: 5px;
    margin-top: 10px;
    /* border-bottom: 1px solid #E9E9E9; */
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.product__img.nophoto {
    background: #fff url('../images/nophoto.jpg');
    background-size: contain;
    ;
}


.product__img_cover {
    overflow: hidden;
}

.product__img_fix { 
    display: table;
}

.product__img_fix .product__img-inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 280px;
    /* float: left; */
}

.product__img_fix img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block !important;
    /* background: #eee; */
}

.product__img_cover img{
    min-height: 280px;
    max-height: 400px;
    max-width: 400px;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.product__row {
    padding: 5px 10px 5px 10px;
}


.product__body {
    
    width: 100%;
    padding: 5px 20px 0 20px;
    
    margin-bottom: 30px;
    flex: 1;
    display: flex !important;
    flex-direction: column !important;
    text-align: center;
    
    
    max-height: 200px;
    overflow: hidden;
    /* position: relative;
    
    text-align: center; */
}

.product__body:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 10;
    border-radius: 0 0 12px 12px;

    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.product__desc-short{
    display: inline-block;
    width: 100%;
    height: 70px;
    padding: 5px 10px 10px 10px;
}

.product__title-row {
    height: 100%;
    flex-grow: 1;
}
.product__title {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    
}

.product__title:hover {
    color: #E0336A;
    text-decoration: none;
}

.product__vendor{
    /* margin-top: auto; */
    /* color: #858C9F; */
    margin-bottom: 10px;
    /* font-size: 16px; */
    /* margin: 5px 0 10px 0; */
}

.product__property__item {
    display: inline-block;
    /* color: #858C9F; */
    /* font-size: 16px; */
    margin-right: 10px;
}

.product__kod{
    margin: 5px 0 0 0;
}

.product__footer {
    position: absolute;
    padding: 0 15px 0 20px;
    left: 0;
    bottom: 15px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: 40px;
}

.product__sale{
    position: absolute;
    margin-top: -22px;
}

.product__row_btn {
    position: relative;
}

.product__bookmark{
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    z-index: 10;
    padding: 12px 3px;
    cursor: pointer;
}

.product__bookmark.is-active {
    display: inline-block;
}

.product__bookmark-icon {
    width: 22px;
    height: 18px;
    fill: #000;
}

.product__bookmark:hover .product__bookmark-icon,
.product__bookmark.is-active .product__bookmark-icon
{
    fill: #E0336A;
}

.product:hover .product__bookmark{
    display: inline-block;
}

.product__price {
    line-height: 1;
    width: 100%;
}

.product__price-value {
    font-size: 20px;
    font-weight: 700;
}

.product__btn-buy {
    display: inline-block;    
    cursor: pointer;
    height: 40px;
    width: 40px;
    background: #E0336A;
    border-radius: 50%;
    padding: 10px;
}

.product__btn-buy svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}


.product__btn-buy:hover {
    background: #E0336A;
}


.product__sticker {
    position: absolute;
    left: 15px;
    top: 10px;
    z-index: 5;
    text-align: left;
}

.product__sticker_p-card {
    top: 0;
    left: 0;
}

.sticker {
    display: block;
    padding: 0 0;
    font-size: 11px;
    color: #000;
    font-weight: 700;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    float: left;
    margin: 0 10px 10px 0;
    text-align: center;
    text-transform: uppercase;
    
}

.sticker_sale {
    background: #E0336A;
}

.sticker_sale::before {
    content: '\002D';
    display: inline-block;
    margin-right: 1px;
}

.sticker_sale::after {
    content: '\0025';
    display: inline-block;
    margin-left: 2px;
}

.sticker_hit {
    background: #FFD858;
    /* background: #C948FC; */
    
}

.sticker_novelty {
    
    background: #90E3FF;
}

.sticker_archive {
    color: #000;
    background: #F1F1F3;
}
/*---END PRODUCT LIST------*/

/*----PRODUCT---SLIDE----*/
.product-slider {
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    /* width: 100%;
    overflow: hidden; */
}

.product-slider .product{
    margin: 10px 10px;
    float: left;
    width: auto;
    height: 500px ;
}

.product-slider .product__desc,
.product-slider .product__footer
{
    padding-right: 15px;
    padding-left: 15px;
}

.product-slider .slick-list{
    margin: 0 -10px;
}
/*---------END PRODUCT SLIDE-------*/

/*---PRODUCT SMALL---*/
.product-small {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    min-width: 220px;
    height: 100px;
    padding: 15px;
    border: 2px solid #EFEEF0;
    border-radius: 12px;
    color: #000;
    text-decoration: none;
    transition: box-shadow 0.4s;
}

.product-small:hover {
    box-shadow: 1px 0px 12px 0px rgba(0,0,0,0.12);
}


.product-small_viewed {
    width: 24%;
    margin-right: 1%;
}

.product-small_long {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.product-small__img {
    width: 70px;
    height: 80px;
    text-align: center;
    float: left;
}

.product-small__img img {
    display: inline-block !important;
    max-width: 100%;
    max-height: 100%;
}

.product-small__desc {
    float: left;
    width: 100%;
    padding-left: 10px;
    font-size: 13px;
    line-height: 1.2;
    
}

.product-small__title {
    font-weight: 600;
}

a.product-small:hover .product-small__title{
    color: #E0336A;
}

.product-small__price {
    font-size: 14px;
    font-weight: 700;
}

.product-small-slider{
    height: 120px;
    /* width: 100%;
    overflow: hidden; */
}

.product-small-slider .product-small{
    margin: 10px 5px 10px 5px;
    float: left;
    width: auto;
    height: 100px;
}
/*---END PRODUCT SMALL---*/


/*---PROPERTY-LIST---*/


.property-list {
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.property-list__row{
    margin-bottom: 10px;
    width: 100%;
    display: flex;
}

.property-list_small > .property-list__row {
    white-space: nowrap;
}

.property-list_small > div {
    white-space: nowrap;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    display: inline-block;
}

.property-list_small .property-list__name {
    color: #000;
    display: inline-block;
    margin-right: 5px;
}

.property-list__row .property-list__name{
    display: inline-block;
    flex-grow: 0;
    padding-right: 4px;
    color: #000;
    max-width: 50%;
}

.property-list__dot{
    display: inline-block;
    background: url('../images/dot.svg') 0 14px repeat-x;
    flex-grow: 1;
    margin-bottom: 4px;
}

.property-list__row .property-list__value{
    display: inline-block;
    padding-left: 5px;
    flex-grow: 0;
    font-weight: 400;
    text-align: left;
    width: 50%;
    color: #000;
    
}

.property-list__row .property-list__value a{
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #dbd9de;
}

.property-list__row .property-list__value a:hover {
    color: #E0336A;
}



.property-list_p-card .property-list__name{
    margin-top: auto;
}

.property-list_product-list {
    margin-top: 10px;
    font-size: 15px;
}

.property-list_product-list .property-list__row{
    margin-bottom: 4px;
}
/*---END PROPERTY-LIST---*/





/*-----PRODUCT-PAGE-----*/
.p-card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px 20px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.p-card__img-col {
    display: inline-block;
    width: 37%;
    text-align: center;
    
    padding: 6px;
    align-items: center;
    
}
.p-card__img-col img{
    max-height: 500px;
    max-width: 100%;
}

.p-card__main-group {
    width: 67%;
    margin-left: 50px;
    
}


.p-card-img{
    display: inline-block;
    width: 100%;
    /* height: 435px; */
    position: relative;
    /*background: #ccc;*/
}

.p-card-img__slider {
    width: 100%;
    /* height: 435px; */
}

.p-card-img__slider .p-card-img__item {
    display: table-cell;
    width: 100%;
    height: 433px;
    vertical-align: middle;
    text-align: center;    
}


.p-card-img__slider .p-card-img__item > img{
    display: inline-block;
    max-width: 100%;
    max-height: 435px;
}

.slider-default-cnt {
    display: inline-block;
    width: 100%;
    height: 80px;
    padding: 0 20px 0 20px;
    margin-top: 10px;
}

.p-card-img-small {
    height: 80px;
}


.p-card-img-small > .slick-list {
    margin-left: -5px;
}

.p-card-img-small .p-card-img-small__item {
    height: 80px;
    position: relative;
    overflow: hidden;
    margin: 0 5px 0 5px;
    float: left;
    width: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 12px;
    border: 2px solid #EFEEF0;
}




.p-card-img-small .p-card-img-small__item > img {
    height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.p-card-img-small .p-card-img-small__item.slick-current {
    border-color: #E0336A;
    
}

.p-card__alt-name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.p-card__bookmark {
    line-height: 18px;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 14px;
}

.p-card__bookmark:hover {
    color: #E0336A;
}

.p-card__bookmark svg{
    margin-right: 2px;
    vertical-align: middle;
}

.p-card__bookmark.is-active svg{
    fill: #E0336A;
}

.p-card-desc {
    display: inline;
    width: 100%;
    border-radius: 6px;
    
    
    line-height: 1.6;
}

.p-card-desc table {
    max-width: 100% !important;
    width: auto !important;
}

.p-card-desc img {
    max-width: 100%;
    height: auto;
}

.degustation-cnt {
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.degustation {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.degustation__icon {
    margin-right: 20px;
}

.degustation__icon svg {
    fill: #000;
    width: 30px;
    height: 30px;
}

.degustation__desc {
    width: 100%;
}

/*-----END PRODUCT CARD-----*/




/*---END ADAPTIVE---*/