
.header-link{
    background: url(/img/rectangle1512.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main-links{
    padding: 8px 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main-links-fix{
    margin-bottom: 24px;
}
.main-links a{
    font-family: var(--first-family);
    font-style: normal;
    font-weight: normal;
    font-size:var( --size);
    line-height: 21px;
    color: var(--second-color);
    opacity: 0.5;
    transition-duration: 0.3s;
    display:flex ;

}
.main-links a:hover{
    opacity: 1;
}
.main-links a img{
    margin: 0 12px;
    opacity: 0.5;
}
.main-links li:last-child{
    opacity: 1;
    font-family: var(--first-family);
    font-style: normal;
    font-weight: normal;
    font-size:var( --size);
    line-height: 21px;
    color: var(--second-color);
}
.main-title{
    font-family: var(--first-family);
    font-style: normal;
    font-weight: bold;
    font-size: var(--size-section-title);
    line-height: 34px;
    color:  var(--first-color);
}
.sort-block{
    display: flex;
    align-items: center;
    margin-left: 225px;

}
.sort-title{
    font-family: var(--first-family);
    font-style: normal;
    font-weight: normal;
    font-size: var( --size);
    line-height: 21px;
    color: var(--main-color);
    margin-right: 28px;
}
.flex-main{
    justify-content: flex-start;
    padding-left: 24px;
    align-items: center;
}
.content{
    margin-top: 22px;
    background: var(--second-color);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    display: flex;

}
.product-card{
    max-width: 319px;
    width: 100%;
    background: var(--second-color);
    padding: 16px;
    position: relative;
    box-sizing: border-box;
}
.owl-carousel .owl-item .product-img{
    width: auto;
    max-height: 191px;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.product-img{
    width: auto;
    max-height: 191px;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.product-card-fix{
    padding: 21px 24px 31px 24px;
    width: 100%;
    max-width: 321px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--fourth-color);
}
.product-price .price_sign{
    font-size:  var(--btn-text-size);
    line-height: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 1;
    padding-right: 5px;
}
.price_sign{
    padding-left: 0;
}
.product-price .fix{
    font-size:  var(--size);
    line-height: 17px;
    text-transform: lowercase;
}
.product-price div{
    display: none;
    font-family: var(--main-family);
    font-style: normal;
    font-weight: 500;
    font-size:var( --size);
    line-height: 17px;
    color: var(--first-color);
}
.product-price{
    font-family: var(--main-family);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color:  var(--first-color);
    white-space: nowrap;
}
.product-card-fix .product-price{
    padding: 12px 0;
    text-align: center;
}
.product-title{
    font-family: var(--main-family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color:  var(--first-color);
    max-width: 90%;
    margin: 0 auto;
    padding-top: 17px;
    display: block;
    min-height: 74px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.preview_image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 210px;
    position: relative;
}
.product-card-fix .product-title{
    width: 180px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 75px;
}
.product-label{
    font-family: var(--main-family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    color:  var(--first-color);
}
.product-card-fix .flex{
    justify-content: space-around;
    width: 100%;
    align-items: center;
}
.content-block .product-card-fix{
    border-bottom: none;
    border-top: none;
    border-left: none;
}
.card-icon{
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    width: 31px;
    transition-duration: 0.3s;
}
.content-block{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.slider2-fix{
    grid-column: 2/4;
}
.btn-sale{
    font-family: var(--main-family);
    font-style: normal;
    font-weight: 600;
    font-size:  var(--btn-text-size);
    line-height: 1;
    text-align: right;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--second-color);
    padding: 11px 20px;
    background:  var( --btn-color);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s;
    height: 35px;
    box-sizing: border-box;
}
.btn-sale img{
    margin-right: 8px;
    transition-duration: .3s;
}
.mob-filter-block{
    display: none;
}
.product-code{
    font-family: var(--main-family);
    font-style: normal;
    font-weight: 600;
    font-size:  var(--btn-text-size);
    line-height: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(36, 44, 59,0.5);
    box-sizing: border-box;
    background: var(--fourth-color);
    border-radius: 3px;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 23px;
    flex-wrap: wrap;
}
.product-code-block{
    min-height: 35px;
    margin: 8px auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.size_prod{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #242C3B;
}
.product-parameters-block.flex-center span:first-child{
    margin-right: 12px;
}
.product-parameters-block.flex-center span:nth-child(3){
    margin-left: 12px;
}
.size_prod .tooltip-content {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 11px;
    font-family: var(--main-family);
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    color: #242C3B;
}
.size_prod .tooltip-content img{
    margin-right:5px;
    width: auto!important;
    height: 14px;
}
.product-parameters-block{
    display: flex;
    padding-bottom: 8px;
}
.flex-center{
    display: flex;
    align-items: center;
}
.tooltip-content:hover .tooltip-sm{
    opacity: 1;
    visibility: visible;
}
.tooltip-sm{
    white-space: nowrap;
    position: absolute;
    z-index: 999;
    text-transform: uppercase;
    font-size: 10px;
    font-family: var(--first-family);
    letter-spacing: 0.01rem;
    background: #51a815;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    transform: translateX(-50%);
    left: 50%;
    /*top: -30px;*/
    bottom: 100%;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
}
.tooltip-sm::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 3px 3px 3px;
    border-color: transparent transparent #51a815 transparent;
    bottom: -5px;
    left:50%;
    transform: rotate(-180deg) translateX(50%);
    /* transform: rotate(180deg); */
}
.product-card-fix:nth-child(3){
    border-radius: 10px;
    border: none;
}
.variant_select{
    font-family: var(--main-family);
    font-style: normal;
    font-weight: 600;
    font-size: var(--btn-text-size);
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var( --btn-color);
    border: 1px solid var( --btn-color);
    box-sizing: border-box;
    border-radius: 3px;
    background: var(--second-color);
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    min-width: 55px;
    max-width: 105px;
    padding: 4px 10px;
    outline: none;
    cursor: pointer;
    transition-duration: 0.3s;
}
.variant_select:hover{
    opacity: 0.8;
}
.variant_select option{
    font-family: var(--main-family);
    font-style: normal;
    font-weight: 600;
    font-size: var(--btn-text-size);
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var( --btn-color);
    box-sizing: border-box;
    background: var(--second-color);
    cursor: pointer;
}
.hidden{
    display: none;
}
.content-flex{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.flex_button{
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.wishlist_icon{
    background-image: url(/img/wishlist_green.svg);
    height: 31px;
    width: 31px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(100%);
    display: block;
}
.general_class{
    position: relative;
    padding-bottom: 10px;
    box-sizing: border-box;
    height: 100%;
}
.preview.fn_product {
    width: 100%;
}
main{
    margin-top: 24px;
    margin-bottom: 48px;
    padding: 0 10px;
}
@media screen and (max-width:1185px){
    .slider2-fix{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}
@media screen and (max-width:1010px) {
    .content-block{
        grid-template-columns: 1fr 1fr;
    }
    .content-block .product-card-fix{
        border-bottom: 1px solid var(--fourth-color);
        border-right: 1px solid var(--fourth-color);
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .content-block .product-card-fix:nth-child(2){
        border-radius: 0 10px 0 0;
    }
    .slider2-fix{
        grid-column: 1/3;
        grid-row: 3;
        max-width: 100%;
        margin-top: 8px;
        /*height: 350px;*/
        margin-left: 0;
        margin-right: 0;
    }
    .slider2-fix .owl-item img{
        max-width: 100%;
        /*height: 350px;*/

    }
}
@media screen and (max-width: 1024px){
    .product-card{
        max-width: 329px;
    }
}
@media screen and (max-width: 900px) {
    .content-block {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .flex-main{
        flex-direction: column;
        align-items: baseline;
        padding-left: 0;
    }
    .content-block .product-card-fix:nth-child(1) {
        border-radius: 10px 0 0 0;
    }
    .slider2-fix{
        margin-top: auto;
    }
}
@media screen and (max-width: 800px) {
    .product-card-fix {
        max-width: 100%;
        padding-bottom: 20px;
        border: none;
        border-bottom: 1px solid var(--fourth-color);
        border-right: 1px solid var(--fourth-color);
    }

    .product-card {
        max-width: 100%;
        border: 1px solid var(--fourth-color);
    }
}
@media screen and (max-width: 750px){
    .content-block {
        grid-template-columns: 1fr 1fr ;
    }
}
@media screen and (max-width: 719px) {
	
	
    .content-block {
        grid-template-columns: 1fr 1fr ;
    }
	
	
    .product-img {
        width: auto;
        max-height: 100%;
    }

    .product-card-fix {
        padding: 8px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 634px) {
	
	
    .content-block {
        grid-template-columns: 1fr 1fr ;
    }
	
	
    .flex-main {
        flex-direction: column;
        align-items: baseline;
        padding-left: 0;
    }

    .content-block .product-card-fix:nth-child(1) {
        border-radius: 10px 0 0 0;
    }
}
@media screen and (max-width: 507px) {
	
	
    .content-block {
        grid-template-columns: 1fr 1fr ;
    }
	
	
    main {
        margin-top: 16px;
    }

    .card-icon {
        right: 5px;
        top: 5px;
    }
}

@media screen and (max-width: 450px){
	
	
    .content-block {
        grid-template-columns: 1fr 1fr ;
    }
	
	
    /*.content-block{
        display: flex;
        flex-wrap: wrap;
    }*/
    .content-block .product-card-fix:first-child,.content-block .product-card-fix:nth-child(2){
        order: 0;
    }
    .slider2-fix{
        order: 0;
    }
    .content-block .product-card-fix{
        order: 1;
    }
}
@media screen and (max-width: 335px){
    .preview_image{
        height: 150px;
    }
}
