.top-product-cat {
    text-align: center;
}
.top-product-cat .product-cat-headline {
    color: var(--Black, #111);
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}
.product_type_wrapper.style2 {
    background-color: #ffffff;
}
.list-cat-child #categories-sv {
    margin-bottom: 0;
}
.list-cat-child #categories-sv .col-inner {
    padding: 0 0 16px;
    position: relative;
    border-bottom: 2px solid transparent;
}
.list-cat-child #categories-sv .col-inner.active {
    border-bottom-color: #fdb92e;
}
.list-cat-child #categories-sv .thumb-cat {
    margin-bottom: 16px;
    height: auto;
}
.list-cat-child #categories-sv .thumb-cat a img {
    width: 108px;
    max-height: unset;
    aspect-ratio: 1/1;
    object-position: center;
    object-fit: contain;
}
.product_type_wrapper.style2 .content_product_cat_wrapper {
    background-color: #f5f5f5;
    padding-bottom: 90px;
    padding-top: 32px;
}
.product_type_wrapper.style2
    .content_product_cat_wrapper
    .list-products
    [class*="col"] {
    margin-bottom: 30px;
}
.content_product_cat_wrapper .product-info {
    position: relative;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 20px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
    height: 100%;
    border-radius: 5px;
}
.slick-carousel .product-info {
    margin-top: 10px;
    margin-bottom: 15px;
}
.content_product_cat_wrapper .product-info .product-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}
.content_product_cat_wrapper .product-info .product-thumbs a {
    padding-top: 68.9655172%;
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    position: relative;
    display: block;
}
.content_product_cat_wrapper .product-info .product-thumbs a img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: all 0.35s ease-in-out;
    max-width: 100%;
}
.content_product_cat_wrapper .product-info:hover .image-zoom img {
    transform: scale(1.1);
}
.content_product_cat_wrapper .product-info .cat-label a {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.content_product_cat_wrapper .product-info .product-title {
    font-size: 18px;
    padding: 0;
    margin: 0 0 12px;
    line-height: 1.5;
    text-align: left;
}
.content_product_cat_wrapper .product-info .product-title a {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #111111;
    height: 54px;
}
.content_product_cat_wrapper .product-content .more-info {
    text-align: center;
}
.content_product_cat_wrapper .product-content .more-info a {
    --primarycolor: #fdb92e;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: var(--primarycolor);
    border: 1px solid var(--primarycolor);
    height: 32px;
    min-width: 100px;
    padding: 0 10px;
    margin-top: 0 !important;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
    min-height: 0;
    position: relative;
    transition: all 0.35s ease-in-out;
}
.content_product_cat_wrapper .product-content .more-info a:hover {
    background-color: #fdb92e;
    color: #ffffff;
}
.page_nav {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    align-items: center;
    margin: 0;
}
.page_nav span,
.page_nav a {
    height: 45px;
    width: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background-color: #e9ecef;
    color: #111111;
    border-radius: 5px;
    font-weight: 600;
}
.page_nav a.next,
.page_nav a.prev {
    width: auto;
}
/* productsearch */
.product-search {
    margin-bottom: 18px;
}
.product-search .search-form {
    --primarycolor: #fdb92e;
    border: 1px solid var(--primarycolor);
    color: var(--primarycolor);
    position: relative;
    z-index: 9999;
    background-color: #fff;
}
.product-search .search-form .search-field {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    border: 0;
    padding: 10px;
    font-size: 14px;
    color: #fdb92e;
}
.product-search .search-form .search-submit {
    text-indent: -9999px;
    background: url(../images/bt-search-pro.svg) center no-repeat;
    background-size: 19px;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    border: 0;
}
.sidebar-inner .widget {
    background-color: #fff;
}
.sidebar-inner .widget-title {
    --primarycolor: #fdb92e;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    background: var(--primarycolor);
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
}
.sidebar-inner .widget_nav_menu ul li.menu-item-has-children .arrow {
    top: 10px;
}
.sidebar-inner .menu > li + li {
    border-top: 1px solid #ebebeb;
}
.sidebar-inner .menu {
    padding: 0;
    margin: 0;
}
.sidebar-inner .menu li {
    list-style-type: none;
    padding: 10px 12px;
}
.sidebar-inner .menu li a {
    color: var(--Black, #111);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}
.sidebar-inner .menu li .sub-menu a {
    padding: 0;
}
.sidebar-inner .menu li a:before {
    content: "\f105";
    font-family: "fontello";
    font-size: 18px;
    margin-right: 10px;
}
#btn-contacts {
    position: fixed;
    bottom: 110px;
    left: 0;
    right: auto;
    z-index: 99999;
}
#btn-contacts.right {
    right: 0;
    left: auto;
}
#btn-contacts .btn-group {
    flex-flow: column;
}
#btn-contacts .btn-inner {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}
#btn-contacts .btn-phone {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}
#btn-contacts .btn-phone .hotline-bar {
    position: absolute;
    top: 50%;
    left: auto;
    right: 20px;
    transform: translateY(-50%);
    background: #e60808;
    color: #fff;
    padding: 5px 50px 5px 20px;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 500;
}
#btn-contacts.left .btn-phone .hotline-bar {
    left: 20px;
    right: auto;
    padding: 5px 20px 5px 50px;
}
.phone-vr-circle-fill {
    width: 50px;
    height: 50px;
    top: 15px;
    left: 15px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 20px;
    left: 20px;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

#btn-all img {
    filter: brightness(0) invert(1);
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */
@media only screen and (min-width: 768px) {
    #btn-all {
        display: none;
    }
}
@media only screen and (max-width: 699.98px) {
    #btn-contacts {
        bottom: 8px;
    }
    #btn-contacts .btn-group {
        display: none;
    }
}
@media only screen and (max-width: 991.99px) {
    .list-cat-child #categories-sv .row {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
    .list-cat-child #categories-sv {
        overflow: auto;
        padding-bottom: 10px;
    }
    .list-cat-child #categories-sv::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
        border-radius: 10px;
    }
    .list-cat-child #categories-sv::-webkit-scrollbar {
        width: 8px;
        height: 5px;
        background-color: #f5f5f5;
    }
    .list-cat-child #categories-sv::-webkit-scrollbar-thumb {
        background-color: #807d7d;
        border-radius: 8px;
    }
    .list-cat-child #categories-sv .row .col-cat {
        width: 170px;
        max-width: 170px;
        flex: 0 0 170px;
    }
}
@media only screen and (max-width: 549.99px) {
    .small-full {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .list-cat-child #categories-sv .thumb-cat a img {
        width: 50px;
    }
    .top-product-cat .product-cat-headline {
        font-size: 25px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 550px) {
    .list-cat-child #categories-sv .thumb-cat a img {
        width: 60px;
    }
    .top-product-cat .product-cat-headline {
        font-size: 30px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 850px) {
    .list-cat-child #categories-sv .thumb-cat a img {
        width: 80px;
    }
    .top-product-cat .product-cat-headline {
        font-size: 35px;
        margin-top: 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .list-cat-child #categories-sv .thumb-cat a img {
        width: 108px;
    }
    .top-product-cat .product-cat-headline {
        font-size: 42px;
        margin-bottom: 40px;
        margin-top: 80px;
    }
}
@media only screen and (min-width: 1500px) {
    .content_product_cat_wrapper .container,
    .list-cat-child .container {
        max-width: 1440px;
    }
}
