header {width: 100%; background: #000;}

.subcats {
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow-x: auto;
    border: 1px solid #cececd;
    padding: 1px 0;
    margin-top: 20px;
}

.title {
    font-size: 29px;
    text-align: center;
    margin-top: 30px;
}

.sName {
    margin-bottom: 25px;
    height: 67px;
    text-align: center;
}


/* Для WebKit-браузерів (Chrome, Safari) */
.subcats::-webkit-scrollbar {
    height: 1px; /* Висота лінії прокрутки */
}

.subcats::-webkit-scrollbar-track {
    background-color: #eaeaea; /* Колір треку (фону) */
}

.subcats::-webkit-scrollbar-thumb {
    background-color: #016eb8; /* Колір лінії прокрутки */
    border-radius: 10px; /* Зробити закруглені краї */
}

.subcats::-webkit-scrollbar-thumb:hover {
    background-color: #016eb8; /* Колір лінії прокрутки при наведенні */
}


.subcats .catlist {
    text-align: center;
    margin: 0 10px;
    padding: 20px 10px;
}

.subcats .catlist:hover {
    text-align: center;
    box-shadow: 1px 1px 4px #eee;
    
}

.subcats .catlist a {
    color: #000;
}


.category_item {
    overflow-x: auto;
}

/* Для WebKit-браузерів (Chrome, Safari) */
.category_item::-webkit-scrollbar {
    height: 1px; /* Висота лінії прокрутки */
}

.category_item::-webkit-scrollbar-track {
    background-color: #eaeaea; /* Колір треку (фону) */
}

.category_item::-webkit-scrollbar-thumb {
    background-color: #016eb8; /* Колір лінії прокрутки */
    border-radius: 10px; /* Зробити закруглені краї */
}

.category_item::-webkit-scrollbar-thumb:hover {
    background-color: #016eb8; /* Колір лінії прокрутки при наведенні */
}


    #topHeader {display: flex; align-items: center; justify-content: space-between;}
    #topHeader .logo {width: 123px;}
    #topHeader .menu-ul {margin-left: auto; padding-left: 0;}
    #topHeader .menu-ul ul {padding: 0;}
    #topHeader .menuDesc a:hover {color: #fff!important; text-decoration: underline;}
    #topHeader .menu-ul .nav li>a { padding: 0; margin-right: 20px; }
    #topHeader .menu-ul .nav li>a:hover {color: #fff; text-decoration: underline;}
    #topHeader #menu {
        min-height: 100%;
        padding: 19px 0;
    }
    #topHeader .drop-menu2 {top:58px!important;}
    #topHeader .navbar {margin-bottom: auto;}
    #topHeader .cart-header {background: transparent;}
    #topHeader .cart-top .btn-cart {
    width: auto;
    height: auto;
    display: block;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
}
#topHeader .cart-top button {margin-bottom: auto;}

#topHeader .btn-cart-full .cart-full {
    font-size: 10px;
    position: absolute;
    top: 13px;
    color: #333;
    background: #fff;
    line-height: 10px;
    padding: 2px 5px;
    border-radius: 20px;
}

#topHeader .btn-cart .cart-full {
    font-size: 10px;
    position: absolute;
    top: 13px;
    color: #333;
    background: #fff;
    line-height: 10px;
    padding: 2px 5px;
    border-radius: 20px;
}

#topHeader .search-menu {
    position: relative;
    right: auto;
    cursor: pointer;
}

#topHeader .search-menu img {
    width: 20px;
}

#topHeader .search-menu:after {
    display: none;
}

#topHeader .headerTel a {
    color: #FFF;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: 1px;
    text-transform: uppercase;
}

#topHeader .headerTel button {
    color: #FFF;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
}

#topHeader .headerTel button svg:not(:root) {
    margin: 0 5px;
}

#topHeader .headerTel .dropdown-menu {
    min-width: auto;
}

#topHeader .headerTel .dropdown-menu>li>a {
    color: #000;
    line-height: 150%;
}

#topHeader .headerTel .dropdown-menu>li>a:hover {
    background: transparent;
    color: #000;
    text-decoration: underline;
}

#topHeader .lang-header button {
    color: #FFF;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

#topHeader .lang-header .dropdown-menu {
    min-width: auto;
}

#topHeader .lang-header .dropdown-menu>li>a:hover {
    background: transparent;
    color: #000;
    text-decoration: underline;
}

#topHeader .burger {display: none; cursor: pointer; margin-left: 15px; margin-top: 3px; line-height: 0;}

.stock-model {
    width: 100%;
    padding: 30px 0 20px 0;
}

.green-status {
    color: #00754A!important;
}

.stock-model .stok {
    color: #4B4C4D;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: 0.24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.stock-model .stok span {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.stock-model .artykul {
    margin-bottom: 10px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    
}

.sidenav .close {
    opacity: 1;
}

.sidenav .menu {
    margin-top: 40px;
}

.sidenav .menu a {
    color: #000;
    font-size: 16px;
}

.sidenav .menu li {
    width: 100%;
}

.sidenav .menu .list-unstyled {
    padding-left: 30px;
}

.sidenav .menu .list-unstyled li a {
    line-height: 200%;
    font-size: 16px;
}

.sidenav .menu .list-unstyled li a:hover {
    background: transparent;
    color: #000;
    text-decoration: underline;
}

.sidenav .lang-header svg path {
    fill: #000;
}

.sidenav .lang-header .dropdown-menu {
    min-width: auto;
}

.sidenav .lang-header .dropdown-menu li a{
    background: transparent;
    color: #000;
    font-size: 16px;
}

.sidenav .lang-header .dropdown-menu li a:hover {
    text-decoration: underline;
}

.sidenav .navbar-nav .open .dropdown-menu {
    position: static;
    width: 100%;
    border: none;
    box-shadow: none;
}

.sidenav .sideTel {
    margin-top: 50px;
    margin-bottom: 20px;
    float: left;
}

.sidenav .sideTel a {
    font-size: 16px;
    color: #000;
    line-height: 200%;
}

.sidenav  .dflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidenav .search-menu {
    position: relative;
    right: auto;
}

.sidenav .lang-header button {
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

#rev_slider_1_1_wrapper {width: 100%!important; overflow: hidden!important;}

.breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
}

.breadcrumb>li:first-child {
    padding: 0 20px 0 0;
}

.breadcrumb>li:last-child:after {
    display: none;
}

#button-review {
    width: 100%;
    border-radius: 4px;
    background: #016EB8;
    box-shadow: 0px 1px 0px 1px rgba(255, 255, 255, 0.20), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 8.5px 13px;
    color: #FFF;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.14px; /* 142.833% */
    letter-spacing: 1px;
}

.mobi-pad .nav-tabs {
    color: #FFF;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 1px;
    text-transform: capitalize;
    background: #414141;
    padding: 10px;
    margin: 40px 0 20px 0;
    text-align: center;
}

.mobi-pad .tab-content {
    padding-top: 20px;
}

.tab-content .features {
margin-top: 40px;
}

#icon_proper ul {padding-left: 0;}

.product .buy-one-click button {
    padding: 3px 10px;
}

.product h1 {
    color: #4B4C4D;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 93.75% */
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.product-icons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    max-width: 500px;
    margin: 40px auto 0;
}

/* youtube*/

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    margin: 0 auto 25px auto;

}



.youtube .youtubetext {
    position: absolute;
    bottom: 0;
    background: #24497c;
    color: #ffffff;
    text-align: center;
    padding: 10px 5px;
    border-top: 1px solid #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 69px;
}

.youtube .play {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Layer_1'/%3E%3Cg id='play_x5F_alt'%3E%3Cpath d='M16,0C7.164,0,0,7.164,0,16s7.164,16,16,16s16-7.164,16-16S24.836,0,16,0z M10,24V8l16.008,8L10,24z ' style='fill:%234E4E50;'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Layer_1'/%3E%3Cg id='play_x5F_alt'%3E%3Cpath d='M16,0C7.164,0,0,7.164,0,16s7.164,16,16,16s16-7.164,16-16S24.836,0,16,0z M10,24V8l16.008,8L10,24z ' style='fill:%23ed3833;'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
}

/*end youtube*/

@media (max-width:991px) {
    #topHeader {padding: 10px 0}
    #topHeader .logo {max-width: 123px; width: 100%;}
    #topHeader .menuDesc {display: none;}
    #topHeader .burger {display: block;}
    #topHeader .lang-header {display: none;}
    /*#topHeader .search-menu {display: none;}*/


    #feature-grid3>.feature-grid-item {
        width: 100%;
    }
}

@media (max-width:767px) {
    #features .feature-style-text {
        width: 100%;
    }
    #features .feature-style-text.text-center {
        padding: 0;
        width: 100%;
    }
}

@media (max-width:520px) {
    .product-icons img {
        width: 60px;
        height: 60px;
    }
    #topHeader .search-menu {
        margin-right: 12px;
    }
    #topHeader .logo {
        max-width: 80px;
    }
}
