.search-good > a > img{
  height: 150px;
  float:left;
  padding: 0 20px 0 10px;
}
.search-good{
  min-height: 180px;    
}
.search-good > div{
  padding: 10px 5px 5px 10px;  
}
.search-good > a{
    
}
.category{
   overflow:hidden; 
   height: 250px;
   width:400px;
   float:left;
   margin: 10px auto;
   border-bottom: 3px solid red;
}
.category a p {
    width: 235px;
    text-align: center;
    color: #ffffff;
    position: relative;
    bottom: 100px;
    left: 0;
    background-color:rgba(0,0,0,0.5);
    font-size: 30px;
    display: block;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 8px;
    transition-duration: .9s;
    transition-timing-function: ease-out;
}
.category a span {
    font-size: 17px;
}
.category:hover a p{
    width:100%;
    transition-duration: .9s;
    transition-timing-function: ease-out;
}
.category:hover img{
    transform: scale(1.2);
}
.category img{
    transition: all 1s ease-out;
    width: 100%;
}
.jslider-label{
    display: flex !important;
}
.jslider-pointer > label{
    position: absolute;
    top: -15px;
    left: -25px;
    font-size: 10px;
}
#go_filter{
   width:80%;  
}
input.more_filter{
    width: 80%;
    background: #a6a6a6;
}
.div_filter{
    display: flex;
}
.product__colors > .active{
    border: 1px solid red;
}
.right_side{
  position: absolute;
  right: 20px;  
}
.bottom_side{
  position: absolute;
  bottom: 10px;  
}
.filter_img{
  margin-left: 20px;
  height: 25px;  
}
.product__favourites > .active > svg{
    stroke: #be2c4b;
    fill: #be2c4b;
}
.products-list__item {
    width: 33.3333%;
    padding:0 11px;
    width: 278px;     
}
.products-list__item:last-child {
    margin-right: 0;
}
.product {
    position: relative;
    /*z-index: 100;*/
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-bottom: 20px;
    margin: 10px 10px 20px 10px;
    float:left;
}
.product:hover{
  z-index: 100;
  
}
.product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product.hover.product_extended .product__thumbs {
    display: block;
}    
.product_single.hover:not(.product_extended) .product__content {
    margin-right: 0!important;
}
.products-list_items_small .product.hover.product_extended .product__content, .products-list_items_xsmall .product.hover.product_extended .product__content {
    margin-left: 64px;
}
.products-list_items_middle .product.hover.product_extended .product__content {
    margin-left: 84px;
}
.product.hover .product__wrap, .product.hover.product_extended .product__thumbs {
    display: none;
}
.product__content, .product__inner {
    position: relative;
}
.product__inner {
    padding: 10px;
}
.product__thumbs {
    display: none;
    position: relative;
    overflow: hidden;
}
.product__thumbs-inner {
    margin-right: -15px;
    width: 150%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.product__thumbs-item {
    position: relative;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
}
.product__thumbs-item:after {
    z-index: 1;
    border: 1px solid;
    border-color: #ead7d7;
}
.product__thumbs-item:after, .product__thumbs-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}
.product__thumbs-item:before {
    z-index: 2;
    border: 2px solid transparent;
}
.product__thumbs-item:last-of-type {
    margin-bottom: 0!important;
}
.product__thumbs-item.active:after, .product__thumbs-item.active:before, .product__thumbs-item.mz-thumb-selected:after, .product__thumbs-item.mz-thumb-selected:before {
    border-color: #be2c4b;
}
.product.hover .product__thumbs-inner {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.product__thumbs-item.active::after, .product__thumbs-item.active::before, .product__thumbs-item.mz-thumb-selected::after, .product__thumbs-item.mz-thumb-selected::before {
    border-color: #be2c4b;
}
.product__thumbs-item::after, .product__thumbs-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}
.product__thumbs-item::after {
    z-index: 1;
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #ead7d7;
}
.product__thumbs-item::before {
    z-index: 2;
    border: 2px solid transparent;
}
.products-list_items_xsmall .product__thumbs-item {
    width: 54px;
    height: 80px;
}
a:focus {
    outline: none;
}
.product__thumbs-item {
    position: relative;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
}
.product__thumbs-item:hover{
    border: 1px solid red;
}
.product__content {
    width: 225px;
}
.product__content, .product__inner {
    position: relative;
}
.product__image::before, .product__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.product__image::before {
    content: '';
    z-index: 5;
    border: 1px solid #ead7d7;
}
.product__image {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 150%;
    height: 0;
    cursor: pointer;
}
.product__image > img {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none !important;
    max-height: none !important;
}
.product__outstock {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(251,251,251,0.7);
    text-align: center;
    display: none;
    color: #000;
    z-index: 3;
    padding: 0 3%;
    font-size: 12px;
}
.product__image-link {
    position: absolute;
    z-index: 6;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    pointer-events: none;
    cursor: pointer;
}
.product__wrap-bottom {
    position: absolute;
    z-index: 7;
    bottom: 10px;
    left: 0;
    right: 0;
}
.product__wrap-bottom-inner {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    align-items: flex-end;
    padding: 0 10px;
}
.product__wrap-bottom-main {
    flex-shrink: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.product__quick-view-wrap {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    text-align: center;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.products-list_items_xsmall .product__quick-view-link {
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
}
.product__quick-view-link {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 20px;
        padding-right: 20px;
        padding-left: 20px;
    font-family: 'Prata',serif;
    color: #412234;
    text-decoration: none;
    background-color: rgba(234,215,215,0.55);
    border-radius: 17px;
    border: 1px solid rgba(234,215,215,0.4);
    -webkit-transition: color 0.2s ease-in-out,border-color 0.2s ease-in-out,background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out,border-color 0.2s ease-in-out,background-color 0.2s ease-in-out;
}
.product__favourites {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.product__favourites-icon {
    width: 27px;
    height: 27px;
}
.product__favourites {
    cursor: pointer;
}
.product__favourites-icon svg .inside {
    fill-opacity: 0.33;
    -webkit-transition: fill 0.2s ease-in-out,fill-opacity 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out,fill-opacity 0.2s ease-in-out;
}
.product__favourites-icon svg .contour {
    stroke-opacity: 0.3;
    -webkit-transition: stroke 0.2s ease-in-out,stroke-opacity 0.2s ease-in-out;
    transition: stroke 0.2s ease-in-out,stroke-opacity 0.2s ease-in-out;
}
.product__favourites-tooltip::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: -5px;
    right: 50%;
    width: 0;
    height: 0;
    margin-right: -9px;
    border-color: transparent transparent #fff #fff;
    border-style: solid;
    border-width: 6px;
    box-shadow: -1px 1px 1px 0 rgba(0,0,0,0.06);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.product__favourites:hover .product__favourites-tooltip {
    display: block !important;
}
.product__favourites-tooltip {
    position: absolute;
    display: none;
    z-index: 10;
    top: 100%;
    right: -25px;
    width: 85px;
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.18);
}
.product__colors {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.product__colors img{
    width: 35px;
    height: 35px;
}
.product__colors-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #ead7d7;
    -webkit-transition: border-color 0.1s ease-in-out;
    transition: border-color 0.1s ease-in-out;
}
.products-list_items_xsmall .product__colors-item {
    width: 28px;
    height: 28px;
}
a.product__colors-item, a.product__colors-item-active{
    margin: 0 10px;
}
.product__colors-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;
}
.product__colors-item img {
    display: block;
}
.chooser-color{
  display: none;
  position: absolute;
}
a.product__colors-item:hover .chooser-color{
display: block;
display: contents;
position: absolute;
background: whitesmoke;
padding: 10px;
top: 10px;
margin-top: -150px;
opacity: 0.9;
margin-left: 100px;
width: 340px;
}
a.product__colors-item-active img{
    border: 1px solid red;

}
.product__colors-item-active::before, .product__colors-item.mz-thumb-selected::before {
  background: none;
  border: 2px solid red;
  cursor: pointer;
  padding: 0 10px;
}
.product__colors-item::before {
    cursor: pointer;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #ead7d7;
    -webkit-transition: border-color 0.1s ease-in-out;
    transition: border-color 0.1s ease-in-out;
}
.product__header {
    margin-bottom: 5px;
}
.product__brand_simple::after {
    content: none;
}
.product__brand::after {
    content: "";
    position: absolute;
    top: 9px;
    right: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #181818;
}
.products-list_items_xsmall .product__brand, .products-list_items_xsmall .product__title {
    font-size: 16px;
}
.product__brand_simple {
    padding-right: 10px;
}
.product__brand {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #181818;
    text-decoration: none;
}
.product__title {
    display: block;
    margin-bottom: 5px;
    line-height: 1.3;
    color: #181818;
    text-decoration: none;
}
.products-list_items_xsmall .product__brand, .products-list_items_xsmall .product__title {
    font-size: 16px;
}
.product__header .product__title {
    display: inline;
    margin-bottom: 0;
}
.product__price {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
}
.product__price {
    line-height: 1.3;
    white-space: nowrap;
    margin: 30px 0px;
}
.product__price-item_old {
    padding-bottom: 1px;
    font-size: 20px;
    text-decoration: line-through;
}
.product__price-item {
    margin-right: 10px;
}
.product__price-item:last-child {
    margin-right: 0;
}
.product__price-item_current {
    color: #be2c4b;
}
.product__price-item_current .product__price-value {
    font-size: 22px;
}
.product__price-currency, .product__price-item_current .product__price-coins {
    font-size: 18px;
}
.product__wrap {
    display: none;
    background: white;
    padding: 5px;
    margin-left: -5px;
    width: 225px;
}
.product__sizes {
    font-size: 14px;
    background: white;
}
.product__sizes-section:last-child {
    margin-bottom: 0;
}
.product__sizes-section {
    margin-bottom: 10px;
}
.product__sizes-label {
    display: block;
    margin-right: 5px;
    line-height: 1.2;
    color: #a09d9d;
}
.product__sizes-list {
    display: inline;
    color: #181818;
}

.product__sizes-list > .active{
    border: 1px solid red;
}
.product__sizes-item {
    display: inline-block;
    margin: 0 7px 7px 0;
    padding: 2px 4px;
    background-color: #fff;
    border: 1px solid #ead7d7;
    -webkit-transition: color 0.2s ease-in-out,border-color 0.2s ease-in-out,background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out,border-color 0.2s ease-in-out,background-color 0.2s ease-in-out;
    cursor: pointer;
}
.product__sizes-item.inactive {
    background-color: #f9f9f9;
    border-color: #e5e5e5;
    color: #c6c6c6;
}
.product__favourites:hover .product__favourites-icon svg .contour {
    stroke: #be2c4b;
    fill: #be2c4b;
}
p.wrapper_product_badges{
    position: relative;
}
span.product__badges-item{
    top: auto;
    bottom: 4px;
}
.product__badges-item {
    display: -webkit-box;
    display: flex;
    margin-bottom: 10px;
    position: absolute;
    top: 10px;
    z-index: 1;
}
.product__badge_pink {
    background-color: rgba(245,106,121,0.85);
}
.product__badge {
    padding: 5px 10px;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 17px;
    background-color: red;
}
td > .product__badges-item {
    top: -15px;
    position: relative;
    margin-bottom: 0px;
    margin-bottom: -15px;
}
td > .product__badges-item > .product__badge {
    font-weight: normal;
    line-height: 1;
}

.product__inner:hover .product__thumbs, .product__inner:hover .product__wrap{
    display: block;
    position: absolute;
    z-index: 12;
}
.product__thumbs {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: -44px;
    width: 54px;
}
.product__thumbs-item {
    width: 54px;
    height: 80px;
}
.product.hover.product_extended .product__thumbs {
    display: block;
}
.sort_bloc{
   margin:0 20px; 
   margin-bottom: 50px;
}
.select-wrapper {
position: absolute;
width: auto;
border-radius: 3px;
border: 1px solid red;
left: 100px;
z-index: 1;
}

.select-wrapper-right {
position: absolute;
width: 70px;
border-radius: 3px;
border: 1px solid red;
right: 20px;
z-index: 1;
}
.select-wrapper:hover {
  box-shadow: 0px 0px 3px gray;
}

.select-wrapper select, .select-wrapper-right select  {
  width: 100%;
  height: 28px;
  padding: 0 20px 0 7px;
  background: transparent;
  border: 0;
  appearance: none;            /* remove arrow        */
  -webkit-appearance: none;    /* remove arrow Chrome */
  -moz-appearance: none;       /* remove arrow FF     */
}
.select-wrapper-right select  {
    width: 70px;
}
.select-wrapper select::-ms-expand, .select-wrapper-right select::-ms-expand{
    display: none;             /* remove arrow IE     */
}
.select-arrow-3 {
  position: absolute;
  z-index: -9999;
  border: 8px solid transparent; 
  border-bottom: 0;
  right: 6px;
}
.select-arrow-3:nth-child(1) {
  top: 11px;
  border-top-color: #6C7231;
}
.select-arrow-3:nth-child(2) {
  top: 8px;
  border-top-color: #FFF;
}
.sort_bloc .col-6:nth-child(2) .float-left{
  width: 170px;
  position: absolute;
  right: 70px;    
}
.catalog_bloc{
  background: url('/images/fon3.jpg');
  padding-top: 20px; 
  padding-bottom: 100px;
  overflow-y: hidden;
  padding-left: 35px;
}
.product__content:hover{
  background: white;
}
.product__content{
  padding:5px;  
}