@charset "UTF-8";
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Bold.woff2") format("woff2"), url("../fonts/Onest-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Light.woff2") format("woff2"), url("../fonts/Onest-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Actay Wide";
  src: url("../fonts/ActayWide-Bold.woff2") format("woff2"), url("../fonts/ActayWide-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Black.woff2") format("woff2"), url("../fonts/Onest-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h2 {
    font-family: 'Actay Wide';
    font-style: normal;
    font-weight: 700;
    line-height: 41.5px;
    font-size: 36px;
    
}
section{
    margin: 0 auto;
}
.big-container {
    max-width: 1616px;
    margin: 0 auto;
    padding: 0 15px;
  }
.acquaintance{
    padding: 70px 15px;
    background: #E57351;
    color: #FFFFFF;
}
.acquaintance-content{
    display: flex;
    justify-content: center;
    gap: 32px;
}
.acquaintance-content-left h1{
    font-family: 'Actay Wide';
    font-style: normal;
    font-weight: 700;
    line-height: 41.5px;
    font-size: 36px;
}
.acquaintance-content-left, .acquaintance-content-right{
    width: 50%;
}
.acquaintance-content-left{
    display: flex;
    flex-direction: column;
    
    gap: 48px;
}
.acquaintance-content-left p{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
}
.charge{
    background-image: url('../img/icons/charge_bg.svg');
    background-size: 100%;
    width: 299px;
    height: 98px;
    position: relative;
}
.charge span{
    font-family: 'Actay Wide';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    text-align: center;
}
.charge span:nth-child(1){
    top: 31px;
    left: 37px;
}
.charge span:nth-child(2){
    top: 31px;
    right: 35px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.charge-btns a{
    width: 213px;
    padding: 18px 30px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    mix-blend-mode: normal;
    border-radius: 30px;
}
.opacity-btn {
    border: 3px solid #FFFFFF;
}

.charge-btns{
    display: flex;
    gap: 59px;
    align-items:center;
    flex-wrap: wrap;
}

.charge-btns:nth-child(2){
    gap: 16px;
    flex-wrap: nowrap;
}
.acquaintance-content-left_btns{
    display: flex;
    flex-direction: column;
    gap: 43.4px;
}

.charge-btns .acquaintance-content-left_btn {
    display: flex;
    background: #FFFFFF;
    border-radius: 15px;
    width: 346px;
    padding: 23px 16px;
    
    justify-content: flex-start;
    align-items: center;
    font-family: 'Actay Wide';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #414141;
}
.acquaintance-content-right_slider_item{
    border-radius: 12px;
    background-size: cover;
    min-height: 624px;
    height: 100%;
    position: relative;
}
.acquaintance-content-right_slider_item__dscr{
    display: flex;
    flex-direction: column;
    
    align-items: center;
    padding: 24px 30px;
    gap: 24px;
    position: absolute;
    width: 100%;
    height: 159px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.27);
    backdrop-filter: blur(2.5px);
    border-radius: 15px;
}
.acquaintance-content-right_slider_item__dscr h4{
    font-family: 'Actay Wide';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    color: #FFFFFF;
    text-align: center;
}
@media (max-width: 1330px){
    .charge-btns .acquaintance-content-left_btn{
        display: none;
    }
    .charge-btns:nth-child(1){
        gap: 20px;
    }
    
}
@media (max-width: 852px){
    .acquaintance-content{
        flex-direction: column;
    }
    .acquaintance-content-left, .acquaintance-content-right{
        width: 100%;
    }
    h2{
        font-size: 30px;
    }
    .acquaintance-content-left h1{
        font-size: 30px;
    }
}
.arrow__prev, .arrow__next{
    position: absolute;
    z-index: 5;
    top: auto;
    width: 10.5px;
    padding: 19px 18px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.arrow__prev{
    left: calc(50% - 54px);
    bottom: 29px;
}
.arrow__next{
    right: calc(50% - 54px);
    bottom: 29px;
}
.arrow__prev:hover, .arrow__next:hover{
    background: #E57351;
    border: none;
}
.arrow__prev:active , .arrow__next:active{
    background: #D05732;
}
.career, .category-main{
    padding: 74px 15px;
}
.career-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 16px;
}
.career-main p{
    margin-bottom: 24px;
}
.career-content{
    display: flex;
    flex-direction: column;
   
    gap: 32px;
}
.career-all_btn{
    display: inline-block;
    padding: 12px 16px;
    width: 138px;
    height: 44px;
    background: #E57351;
    border-radius: 24px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.category-item{
    background-color: #E57351;
}
.category-item:hover{
    background-color: #004D7A;
}

.category-item h4{
    color: #FFFFFF;
}

.novelties-banner{
    width: 336px;
    height: 688px;
    position: relative;
    border-radius: 12px;
}
.novelties-banner_two{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px 30px 24px 30px;
}
.novelties-banner .novelties-banner_content{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 22.5px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 12px;
}
.novelties-banner_content h3{
    font-family: 'Actay Wide';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.novelties-banner_head h3{
    font-family: 'Actay Wide';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #414141;
}
.novelties-banner_head{
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
}
.novelties-banner_two_content .opacity-btn{
    border: 1px solid #414141;
    border-radius: 30px;
    color: #414141;
}
.opacity-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    height: 56px;
    mix-blend-mode: normal;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    color: #ffffff
}
.novelties-banner_mobile{
    min-width: 354px;
    max-width: 70%;
    height: 145px;
    border-radius: 20px;
    display: none;
}
.novelties-banner_mobile .novelties-banner_content {
    padding: 12.5px 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items:center;
}
.novelties-banner_mobile .novelties-banner_content h3{
    font-family: 'Actay Wide';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.novelties-banner_mobile .novelties-banner_content .opacity-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    height: 44px;
    min-width: 320px;
    mix-blend-mode: normal;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    color: #ffffff
}
.novelties-main{
    display: grid;
    gap: 32px;
    grid-template-columns: 336px 1fr;
    
}
#novelties .novelties-main{
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 336px;
}
.novelties-content{
    display: flex;
    flex-direction: column;
    
    gap: 24px;
    position: relative;
    overflow: hidden;
        padding-top: 15px
}
.novelties-content_head{
    display: flex;
    gap: 40px;
}
.novelties-content_head a{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #5A5A5A;
}
.novelties-tags_blur{
    position: relative;
        margin-bottom: 10px;
}
/* .novelties-tags_blur::before{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    content: " ";
    backdrop-filter: blur(2px);
} */
.novelties-tags{
    display: flex;
    gap: 16px;
    overflow-x: auto;
}
.novelties-tags::-webkit-scrollbar {
  display: none;
}
.tags, .bloginner__row a{
    display: inline-block;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border: 1px solid #DEDEDE;
    border-radius: 24px;
    white-space: nowrap;
    height: 44px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #9B9B9B;
}
.heart{
    display: block;
    Width: 23.5px;
    Height: 20px;
    background-image: url('../img/icons/heart-opacity.svg');
}
.heart:active{
    background-image: url('../img/icons/heart-active.svg');
}
.discount-procent{
    background-image: url('../img/icons/sale-icon.png');
    padding: 2px 7px;
    width: 56px;
    height: 28px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.novelties-akkordion .novelties-content_items{
    display: none;
}
.novelties-akkordion .novelties-content_items.active{
    display: block;
}
.novelties-akkordion .novelties-tags .tags.active{
    color: #ffffff;
}
.novelties-content_items .arrow__prev{
    top: -147px;
    right: 83px;
    left: auto;
    border: 1px solid #DEDEDE;
border-radius: 8px;
}
.novelties-content_items .arrow__next{
    top: -147px;
    right: 28px;
    left: auto;
    border: 1px solid #DEDEDE;
border-radius: 8px;
}
.novelties-content_item{
    width: 336px;
    max-width: 336px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 0 15px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 12px;
}
.thumbnail-small{
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}
.thumbnail-tags{
    display: flex;
    justify-content: space-between;
}
.thumbnail-tag{
    display: inline-block;
    padding: 4px 16px;
    
    background: #FF8387;
    border-radius: 24px;
    color: #FFFFFF;
}
.man{
    background: #5085EA;
}
.delivery-tag{
    background: #00BD0A;
}
.thumbnail-small_dscr{
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
}
.thumbnail-small_dscr p{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #ADADAD;
}
.thumbnail-small_dscr h4{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #414141;
}
.thumbnail-small_price{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 16px 0;
    align-items: center;
    height: 48px;
    position: relative;
}
.thumbnail-small_price .price-small{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #414141;
}
.thumbnail-small_price s{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ADADAD;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img{
    max-width: none;
    min-width: auto;
    max-height: none;
}
.dispatch{
    display: grid;
    /* gap: 16px; */
    grid-template-columns: 1fr 1fr;
    align-items: center;
    color: #5A5A5A;
}
.dispatch .opacity-btn, .dispatch .amount-btn, .novelties-content_items .single_add_to_cart_button, .cart-featured .single_add_to_cart_button{
    /* border: 1px solid #DEDEDE; */
    border-radius: 24px;
    height: 44px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18зx;
    /* color: #9B9B9B; */
    /* background: none; */
    padding: 10px 22px;
}
.dispatch .amount-btn{
    border-radius: 8px;
}
.dispatch-icons{
    display: flex;
   
    align-items:center;
    gap: 12px;
}
.amount-btn{
    position: relative;
    overflow: hidden;
    padding: 20px 14.67px;
}
.amount-btn span{
    display: block;
    width: 10.67px;
    border-bottom: 1px solid #5A5A5A;
}
.amount-btn .rotate{
    transform: rotate(90deg);
    position: absolute;
    top: 47%;
}

@media (max-width: 1100px){
    .novelties-content_items .arrow__prev, .novelties-content_items .arrow__next{
        display: none !important;
    }
    
}
@media (max-width: 950px){
    .novelties-main{
        display: grid;
        grid-template-columns: auto;
    }
    #novelties .novelties-main{
    display: grid;
    
    grid-template-columns: auto;
}
    .novelties-banner{
        display: none;
    }
    .novelties-banner_mobile{
        display: block;
    }
    .novelties-banner_mobile .novelties-banner_content .opacity-btn{
        min-width: auto;
    }
}
:root {
    --duration: 30s;
}
.delivery-home{
    padding: 90px 0;
    overflow: hidden;
}
.delivery-home_bg{
    position: relative;
    padding: 80px 0;
}
.wheel-obert{
    width: 144px;
    height: 144px;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    right: 16px;
}
.wheel {
    position: relative;
   
    transform: translate(-50%, -50%);
    width: 144px;
    height: 144px;
    border-radius: 50%;
    
    animation: rotate 20s linear infinite;
}

.wheel__word {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wheel__letter {
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 0;
    transform-origin: 0 100%;
    padding-bottom: 100px;
    font-size: 23px;
    color: #E57351;
}
@keyframes rotate{
    0%{
        transform: rotate(+0deg);
    }
    25%{
        transform: rotate(+90deg);
    }
    50%{
        transform: rotate(+180deg);
    }
    100%{
        transform: rotate(+360deg);
    }
}
.delivery-home_bg{
    background: #004D7A;
    border-radius: 24px;
}
.delivery-home_head{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.delivery-home_head h2{
    font-family: 'Actay Wide';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 120%;
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
}

.delivery-home_head .all{
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 16px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}
.slider-novelties2 .novelties-content_item{
    background: none;
    padding: 0;
    border: none;
    position: relative;
    overflow: hidden;
}
.slider-novelties2 .thumbnail-small_obert{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
}
.slider-novelties2 .thumbnail-small_dscr h4{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
		height: 50px;
    color: #FFFFFF;
}
.small-price_obert{
    display: flex;
    gap: 14px;
}
.slider-novelties2 .thumbnail-small_price p{
    white-space: nowrap;
    color: #FFFFFF;
}
.slider-novelties2 .novelties-content_item .stock.in-stock {
	display: none;
}
.slider-novelties2 .novelties-content_item .single_add_to_cart_button, .slider-novelties2 .novelties-content_item .add_to_cart_button{
    
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 48px;
    background: #E57351;
    border: 1px solid #E57351;
    background-blend-mode: darken;
    mix-blend-mode: normal;
    border-radius: 30px;
    white-space: nowrap;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    transition: 3s all ;
}
.delivery-home .thumbnail-small_price form{
    display: none;
}
.slider-novelties2 .novelties-content_item:hover .thumbnail-small_price form, .slider-novelties2 .novelties-content_item:hover .single_add_to_cart_button, .novelties-content_item:hover .add_to_cart_button{
    display: flex;
    opacity: 1;
    transition: 3s all;
}
.slider-novelties2 a.add_to_cart_button{
/*    transform: translate(-39px, 0px);*/
}
.slider-novelties2 .novelties-content_item:hover .price-small{
    display: none;
    opacity: 0;
    transition: 1s all;
}
.slider-novelties2 .arrow__prev{
    top: 30%;
    left: -54px;
    border: 1px solid #DEDEDE;
border-radius: 8px;
}

.slider-novelties2 .arrow__next{
    top: 30%;
    right: -48px;
    left: auto;
    border: 1px solid #DEDEDE;
border-radius: 8px;
}
@media (max-width: 550px){
    .acquaintance-content-right .arrow__prev, .acquaintance-content-right .arrow__next{
        display: none !important;
    }
    .delivery-home_bg {
        position: relative;
        padding: 80px 0px;
    }
    .charge {
        background-image: url(../img/icons/charge_bg.svg);
        background-size: 100%;
        width: 215px;
        height: 71px;
        position: relative;
    }
    .charge span:nth-child(1) {
        top: 14px;
        left: 25px;
    }
    .charge span {
        font-family: 'Actay Wide';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 40px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        position: absolute;
        text-align: center;
    }
    .charge span:nth-child(2) {
        top: 14px;
        right: 13px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .wheel-obert{
        transform: scale(0.5);
        top: -25px;
        right: -25px;
    }
}
#out1{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 900;
    font-size: 240px;
    color: #E57351;
    text-shadow: 10px 20px 20px rgba(0, 0, 0, 0.25);
    padding: 0px 60px;
}
.running-numbers .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.running-numbers_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 925px;
}
.running-numbers_content__text{
    font-family: 'Actay Wide';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #E57351;
    align-self: flex-end;
}
.running-numbers_bg-map{
    background-image: url('/img/delivery_bg.jpg');
    background-size: cover;
    height: 1217px;
    background-repeat: no-repeat;
}
.running-numbers-head h2{
    font-family: 'Actay Wide';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 130%;
    color: #414141;   
}
.running-numbers-delivery-content{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
     width: 1342px;
     height: 785px;
}
.running-numbers-delivery-content-item{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 24px;
    width: 238px;
}
.running-numbers-delivery-content-item h4{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #414141;
}
.running-numbers-delivery-content-item p{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #414141;
}
.running-numbers-delivery-content-item_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.running-numbers-delivery-content-item.top-left{
    top: 80px;
    left: 40px;
}
.running-numbers-delivery-content-item.bottom-left{
    bottom: 130px;
    left: 190px;
}
.running-numbers-delivery-content-item.bottom-right{
    bottom: 130px;
    right: 200px;
}
.running-numbers-delivery-content-item.top-right{
    top: 140px;
    right: 0px;
}
@media (max-width: 1200px){
    .running-numbers-delivery-content{
         width: 1042px;
         height: 685px;
    }
    .running-numbers-delivery-content-item{
        gap: 18px;
        width: 140px;
    }
    .running-numbers-delivery-content-item_center img{
        width: 600px;
    }
    .running-numbers-delivery-content-item.top-left{
        top: 97px;
        left: 42px;
    }
    .running-numbers-delivery-content-item.bottom-left{
        bottom: 130px;
        left: 190px;
    }
    .running-numbers-delivery-content-item.bottom-right{
        bottom: 130px;
        right: 200px;
    }
    .running-numbers-delivery-content-item.top-right{
        top: 140px;
        right: 0px;
    }
    .running-numbers-delivery-content-item h4{
        font-size: 18px;
    }
    .running-numbers-delivery-content-item p{
        font-size: 16px;
    }
}
@media (max-width: 900px){
    .running-numbers-delivery-content{
         width: 100%;
         height: 685px;
    }
    .running-numbers-delivery-content-item.top-left{
        top: 16%;
        left: 0;
    }
    .running-numbers-delivery-content-item_center img{
        width: 80%;
    }
    .running-numbers-delivery-content-item.bottom-left{
        bottom: 17%;
        left: 8%;
    }
    .running-numbers-delivery-content-item.bottom-right{
        bottom: 17%;
        right: 8%;
    }
    .running-numbers-delivery-content-item.top-right{
        top: 20%;
        right: 0%;
    }
}
.post-feed-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.post-feed-head .all{
    display: flex;
    align-items: center;
    text-align: center;
   
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #5A5A5A;
}
.post-feed-items{
    display: flex;
    justify-content: center;
    gap: 32px;
}
.post-feed-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    width: 336px;
    margin: 16px 16px;
}
.post-feed-item img{
    border-radius: 12px;
    margin-bottom: 8px;  
    width: 100%;
    object-fit: cover; 
}
.post-feed-item-dscr{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #414141;
}
.post-feed-item .date{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 12px;
    width: 111px;
    background: #DCEFFA;
    border-radius: 8px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #5A5A5A;

}
.post-feed-item-dscr:hover{
    color: #E57351;
}
.slider-posts .arrow__prev{
    top: 30%;
    left: -55px;
    border: 1px solid #DEDEDE;
border-radius: 8px;
}
.slider-posts .arrow__next{
    top: 30%;
    right: -55px;
    left: auto;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
}
.form-main-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    gap: 32px;
    background: #E57351;
    border-radius: 16px;
    padding: 80px 0;
}

.form-main-content .form-input{
    display: flex;
    flex-direction: row;
    width: 325px;
    height: 56px;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    background: transparent;
    padding: 15px 24px;
}
.form-main-content .form-input::placeholder{
    color: #FFFFFF;
}
.form-main-content .wpcf7-response-output {
    background: #fff;
    margin: 0 auto;
    max-width: 500px;
}
.wpcf7-spinner {
    position: absolute;
}

@media (max-width: 900px){
    .slider-posts .arrow__next, .slider-posts .arrow__prev{
        display: none !important;
    }
    #out1{
        font-size: 150px;
        color: #E57351;
        text-shadow: 10px 9px 18px rgba(0, 0, 0, 0.25);
        padding: 0;
    }
    .running-numbers_content {
        width: 100%;
    }
    
    .running-numbers_bg-map{
        height: 1200px;
    }
    .running-numbers-delivery-content-item img{
        width: 80px;
    }
}
@media (max-width: 580px){
    #out1{
        font-size: 80px;
    }
    .running-numbers_content__text {
        font-size: 18px;
    }
    .running-numbers_bg-map{
        height: 1060px;
    }
    
}

.why-are-content-item p{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #414141;
}
.portfolio-home .big-container{
    background: #004D7A;
    border-radius: 24px;
}
.portfolio-home-content h2{
    font-family: 'Actay Wide';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 53px;
    color: #FFFFFF;
}
.portfolio-home-content h3{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}
.portfolio-home-content-item:first-child, .portfolio-home-content-item:nth-child(2) {
    max-width: 48.8%;
}
.portfolio-home-content-item img{
    margin-bottom: 8px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.portfolio-home-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    gap: 16px;
}
.portfolio-home-content .opacity-btn{
    width: 288px;
}
.portfolio-home-content-items-top {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 15px;
/*	margin-bottom: -30px;*/
}

@media(max-width: 991px) {
    .portfolio-home-content-item {
        max-width: 48.8%;
    }
}
@media (max-width: 680px){
    .portfolio-home-content-item {
        max-width: 100%;
    }
    .portfolio-home-content-item:first-child, .portfolio-home-content-item:nth-child(2) {
        max-width: 100%;
    }
    .compains-home-content-items img{
        max-width: 150px;
    }
    .compains-home-content-items{
        justify-content: space-around;
    }
}
.charge-btns .opacity-btn:hover, .career-all_btn:hover, .form-main-content button:hover{
    background: #004D7A;
    border-color: #004D7A;
    color: #FFFFFF;
    transition: 0.2s all;
}
.dispatch .opacity-btn:hover, .dispatch .amount-btn:hover, #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review:hover, .cart-featured .single_add_to_cart_button:hover{
    background: #004D7A;
    border-color: #004D7A;
    color: #FFFFFF;
    transition: 0.2s all;
}
.novelties-content_items .single_add_to_cart_button:hover, .novelties-content_items .single_add_to_cart_button:active {
    background: #D05732;
    border-color: #D05732;
}

.dispatch .opacity-btn:active, .dispatch .amount-btn:active, #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review:active, .cart-featured .single_add_to_cart_button:active{
    background: #004D7A;
    border-color: #004D7A;
    color: #FFFFFF;
    transition: 0.2s all;
}
.charge-btns .opacity-btn:active, .career-all_btn:active, .form-main-content button:active{
    background: #003859;
    transition: 0.2s all;
    color: #FFFFFF;
}
.novelties-tags .tags.active{
    background: #E57351;
    border-color: #E57351;
    transition: 0.2s all;
}
.novelties-content_head a:hover, .delivery-home_head .all:hover, .post-feed-head .all:hover{
    color: #E57351;
    transition: 0.2s all;
}
.novelties-content_head a:hover path, .delivery-home_head .all:hover path, .post-feed-head .all:hover path{
    fill: #E57351;
    transition: 0.2s all;
}
.novelties-content_head a:active, .delivery-home_head .all:active, .post-feed-head .all:active{
    color: #D05732;
    transition: 0.2s all;
}
.novelties-content_head a:active path, .delivery-home_head .all:active path, .post-feed-head .all:active path{
    fill: #D05732;
    transition: 0.2s all;
}
.opacity-btn_small__price:hover{
    background: #D05732;
    transition: 0.2s all;
}

li {
    text-decoration: none;
    list-style-type: none;
}
.star-rating span::before {
    color: #E57351 !important;
}
.price-new{
    display: flex;
    gap: 16px;
    align-items: center;
}
.price-new .new{
    font-family: 'Actay Wide';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 24px;
    color: #414141;
}
.price-new .old{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    text-decoration-line: line-through;
    color: #ADADAD;
}

.product__right .stock.in-stock{
    display: none;
}
.product__right .woocommerce.tinv-wishlist a{
    display: flex;
    align-items: center;

}
.product__right .title{
    margin-bottom: 18px;
}
.product__right .popup-modal img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.woocommerce-product-rating{
    display: flex;
    gap: 12px;
    align-items:center;
    margin-bottom: 34px;
}
.woocommerce-product-rating .woocommerce-review-link{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #ADADAD;
}
.woocommerce-product-rating .tinv-wraper{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5A5A5A;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before{
    font-size: 25px;
    color: #E57351;
}
.variations tr{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.variations .variable-items-wrapper{
    display: flex;
    gap: 12px;
    overflow-x: auto;
}
.variations .variable-items-wrapper li{
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    padding: 8px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before:hover {
    content: "\e908";
}

.product__right form.cart{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-bottom: 33px;
}
#reviews .cr-summaryBox-wrap {
    margin: 0 0 1em 0;
    background-color: #DCEFFA;
    border-radius: 8px;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 48px;
    border: 1px solid #ADADAD;
    border-radius: 30px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #505050;
    background: transparent;
}
.cr-all-reviews-shortcode .crstar-rating, #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating, #reviews #comments .cr-summaryBox-wrap .crstar-rating {
    color: #E57351;
}
#ivole-histogramTable tr.ivole-histogramRow a, #ivole-histogramTable tr.ivole-histogramRow td:first-child{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #5A5A5A;
}
.ivole-meter .ivole-meter-bar {
    background: #E57351 !important;
}
.ivole-meter {
   
    height: 6px;

}
#reviews.cr-reviews-ajax-reviews .cr-ajax-search{
    display: none;
}
.cr-ajax-reviews-cus-images-div{
    display: none;
}

.comment-form-rating label{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #5A5A5A;
}


.comment-form {
    display: flex;
    flex-direction: column;
}
.comment-form .comment-notes {
    display: none;
}
.comment-form .comment-form-author {
    order:1;
}
.comment-form .comment-form-email {
    order:2;
}
.comment-form .comment-form-comment {
    order:3;
}

#review_form .comment-form-rating {
    order: 0;
}
#review_form .comment-form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#review_form .cr-upload-local-images{
    order: 4;
}
.comment-form .comment-form-cookies-consent {
    order: 6;
}
.comment-form .form-submit {
    order: 5;
}
.comment-form-author label, .comment-form-email label, .comment-form-comment label, .reset_variations{
    display: none !important;
}
.comment-form-author input#author, .comment-form-email input#email{
    height: 48px;
    width: 100%;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 14px 0px 14px 16px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 160%;
    color: #A0A0A0;
}
.comment-form-comment textarea{
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 14px 0px 14px 16px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 160%;
    color: #A0A0A0;
}
#cr-ajax-reviews-review-form.active{
    position: fixed;
    top: 50%;
    left: 50%;
}
#cr-ajax-reviews-review-form{
    background: #FFFFFF;
    border-radius: 12px;
    padding: 40px 32px;
    width: 100%;
    max-width: 522px;
}

.respond-title{
    font-family: 'Actay Wide';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    color: #414141;
    text-align: center;
}
#review_form .comment-respond{
    display: flex;
    flex-direction: column;
    gap: 28px;
}
#review_form .comment-respond small{
    display: none;
}
#review_form .form-submit .submit{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 48px;
    height: 48px;
    background: #E57351;
    background-blend-mode: darken;
    border-radius: 30px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
.cr-upload-local-images input[type="file"] {
    display: none !important;
  }
  #commentform.comment-form .cr-upload-local-images label, .comment-form .cr-upload-local-images label {
    width: 100% !important;
    padding: 10px;
    border: 2px dashed #E57351;
    border-radius: 4px;
    background-color: #fff;
    color: #5A5A5A;
    text-align: center;
    padding: 10px;
    width: 300px;
    cursor: pointer;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #commentform.comment-form .cr-upload-local-images .upload-button:hover,  #commentform.comment-form .cr-upload-local-images .upload-button:hover path {
    background-color: #E57351;
    color: #fff;
    fill: #fff;
  }
  
  .upload-button svg.icon {
    fill: #E57351;
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  #cr-ajax-reviews-cancel{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 160%;
    color: #A0A0A0;
  }
  .comment-form-cookies-consent label{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 110%;
    color: #ADADAD;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
  }
  .comment-form-cookies-consent #wp-comment-cookies-consent{
    display: none !important;
  }
  .comment-form-cookies-consent label::before{
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #E57351;
    
    border-radius: 4px;
    position: absolute;
    left: -3px;
    top: -6px;
  }
  #wp-comment-cookies-consent:checked + label::before{
    background: url('../img/icons/icon-checked-reviews_svg.svg') center no-repeat;
    
  }
  @media (max-width: 680px){
    .product__left .flex-control-nav{
        display: none;
    }
  }
.novelties-akkordion{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.thumbnail-image img{
    width: 100%;
    height: auto;
}
.thumbnail-small_price .quantity.form-group--number{
    display: none;
}
.slider-novelties2 .thumbnail-small_obert .tinvwl_already_on_wishlist-text, .slider-novelties2 .thumbnail-small_obert .tinvwl_add_to_wishlist-text{
    display: none !important;
}
.variations .variable-items-wrapper::-webkit-scrollbar {
    display: none;
  }
 .thumbnail-small_obert .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart{
    position: static;
    z-index: 1;
  }
form tbody tr.wishlist_item{
    display: flex;
    gap: 36px;
    justify-content: space-between;
    align-items: center;
}
.wishlist_item .product-cb, .tinvwl-to-right .button{
    display: none !important;
}

.tinv-wishlist .wishlist_item .product-thumbnail {
    min-width: auto;
    max-width: none;
    width: 140px;
    order: 1;
}
.tinv-wishlist .wishlist_item .product-name{
    order: 2;
    width: 250px;
}
.tinv-wishlist .wishlist_item .product-price{
    order: 4;
}
.tinv-wishlist .tinvwl-table-manage-list .product-remove{
    width: auto;
    display: block;
    min-width: 78px;
    order: 5;
    padding: 0;   
}
.tinv-wishlist .wishlist_item .product-action{
    order: 6;
    width: auto;
}
.tinv-wishlist table td, .tinv-wishlist table th {
    padding: 0;
}
.wishlist_item .product-action button.button{
    display: flex;
    width: 146px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    border: 1px solid #ADADAD;
    border-radius: 30px;
    background: none;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #505050;
}
.wishlist_item .product-action button.button:hover{
    background: #E57351;
    border-radius: 30px;
    color: #FFFFFF;
    border: 1px solid #E57351;
}
.wishlist_item .product-action button.button:active{
    background: #D05732;
    border-radius: 30px;
    color: #FFFFFF;
    border: 1px solid #D05732;
}

.wishlist_item .product-price bdi{
    font-family: 'Actay Wide';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #414141;
}
.wishlist_item .product-name a{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #414141;
    
}
.tinvwl-table-manage-list thead{
    display: none;
}
.tinv-wishlist .product-remove button{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ADADAD;
    background: none;
    width: 100%;
        height: auto;
        padding-top: 0;
        padding-left: 0;
        align-items: center;
}
.ftinvwl-times:before{
    color: #ADADAD;
}
.wishlist-content .wpcourses-breadcrumbs , .wishlist-content .wpcourses-breadcrumbs a{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #5A5A5A;
}
.wishlist-content .wpcourses-breadcrumbs{
    margin-bottom: 64px;
}
section.wishlist-content{
    padding: 24px 0;
}
@media (max-width: 991px) {
    form tbody tr.wishlist_item {
        gap: 15px;
    }
    .tinv-wishlist .wishlist_item .product-name {
        width: 170px;
    }
}
@media (max-width: 768px) {
    .tinv-wishlist .product-thumbnail img {
       width: 100%;
       height: auto;
       max-width: 300px;
    }
    form tbody tr.wishlist_item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .wishlist_item .product-action button.button {
        margin: 0 auto;
    }
} 
/* Спасибо за заказ */
.woocommerce-thankyou-order-received, .woocommerce-order-overview__payment-method, .woocommerce-table--order-details thead{
    display: none;
}
.woocommerce-thankyou-order-details{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.woocommerce-thankyou-order-details li, .woocommerce-table--order-details, .woocommerce-order-details .woocommerce-table__product-name a{
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #414141;
}
.woocommerce-table.woocommerce-table--order-details td.woocommerce-table__product-name{
    padding-right: 20px;
}
table.woocommerce-table--order-details{
    text-align: left;
}
.woocommerce-table--order-details .woocommerce-table__line-item td{
    padding-bottom: 20px;
}
section.woocommerce-order-details h2{
    margin-bottom: 24px;
}
.woocommerce-table--order-details tfoot th, .woocommerce-table--order-details tfoot td{
    padding-bottom: 20px;
}
ul.woocommerce-thankyou-order-details{
    margin-bottom: 50px;
}
section.woocommerce-customer-details address{
    font-family: 'Onest';
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}
/* Платежный адресс */
section.woocommerce-customer-details{
    display: none;
}
/* модалка спасибо */
.thankyou {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 2;
}
.thankyou.active-thnks{
    display: flex;
}
.thankyou-container{
    width: 540px;
    height: 393px;
    background: #FFFFFF;
    border-radius: 12px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items:center;
    position: relative;
}
.thankyou-content{
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items:center;
    text-align: center;
}
.close-thnks{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
/* Модалка товар */
.modal-product{
    display: none;
    

}
  
/* костомизация фильтра каталог */
.select {
    display: block;
    max-width: 215px;
    width: 100%;
    position: relative;
}

.new-select {
    position: relative;
    text-align: left;
    padding: 10px 15px 10px 28px;
    cursor: pointer;
    user-select: none;
}
.new-select::before{
    content: "";
    background: url(../img/icons/filter.svg) center no-repeat;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    z-index: 5;
    height: 20px;
    width: 20px;
}

.new-select__list {
    position: absolute;
    top: 45px;
    left: 0;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    z-index: 20;
    background: #fff;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 8px 15px;
}

.new-select__item span:hover {
   background: #DCEFFA;
}

.new-select:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 8px;
    background: url('../img/icons/arrow-filter.svg') no-repeat center / cover;
    opacity: 1;

    -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
            transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
section.novelties .clickBuyButton, .novelties-content_item:hover .clickBuyButton, .cart-featured .clickBuyButton, .product__bot-content .clickBuyButton{
    display: none !important;
}
.product__bot-content .single_add_to_cart_button{
    padding: 14px 19px;
}
.catalog__products .single_add_to_cart_button, .product__bot-content .single_add_to_cart_button{
    background: #E57351;
    color: #fff;
    transition: 0.2s all;
}
.catalog__products .single_add_to_cart_button:hover, .product__bot-content .single_add_to_cart_button:hover{
    background: #004D7A;
    color: #fff;
}
.catalog__products .single_add_to_cart_button:active, .product__bot-content .single_add_to_cart_button:active {
    background: #004D7A;
    color: #fff;
    border: 1px solid #004D7A;
}
/* модалка образец */
.post-tag button{
	    background: none;
    align-self: flex-end;
    color: #5e5c5c;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.yith-woocommerce-ajax-product-filter .widget-title{
    display: none;
}

