body{
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    background-color: #fff;
}
a{
    color: inherit;
}
a:hover{
    color: #008efd;
}
b, strong{
    font-weight: bold;
}

/*search*/
.jsSubmit.btn{
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
}

/*main menu*/
li.item-101 {
    display: none;
}
.navbar .nav-link{
    color: var(--bs-body-color);
}
.topmenu-box .nav-link{
    color: inherit;
}
.navbar .nav-link:hover,
.topmenu-box .nav-link:hover{
    color: #008efd;
}
.s-menu{
    top: 56px;
    left: 0;
    position: absolute;
    background: #fff;
    z-index: 2;
    width: 100%;
}
.navbar .nav-link:hover > .s-menu{
    display: block!important;
}
.navbar .nav-link:hover > .nav-link{
    color: #008efd!important;
}
.navbar .nav-link .nav-child li{
    text-align: left!important;
}
.nav-child li {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}

/*cokol-menu*/
.cokol-menu > li {
    width: 160px;
    text-align: center;
}
.cokol-menu .btn {
    padding: 0.2rem 0.4rem;
}

/*brand-menu*/
.brand-menu > li {
    width: 245px;
    text-align: center;
}
.brand-menu-item {
    display: block;
    min-height: 94px;
    display: flex;
    align-items: center;
    background: #fafafb;
}

/*teaser*/
.product-text{
    color: #88909b;
}
.item-box .jbzoo-item{
    position: relative;
    display: flex;
    flex-direction: column;
}
.item-box .product-title {
    flex-grow: 1;
}
.jbzoo-item-teaser .jsAddToCart-text {
    display: none;
}

.jbzoo-item-teaser .jsAddToCart{
    border-radius: 2rem;
    padding: 0.75rem;
}
.jbzoo-item-teaser .tovar-item-title a{
    text-decoration: none;
}

/*teaser-grid*/
.item-column {
    border-right: 1px solid #ebedef;
    border-top: 1px solid #ebedef;
}

@media (min-width: 992px) {
    .item-column:nth-child(1),
    .item-column:nth-child(2),
    .item-column:nth-child(3),
    .item-column:nth-child(4){
        border-top: 1px solid transparent;
    }
    .item-column:nth-child(4n){
        border-right: 1px solid transparent;
    }
}

@media (max-width: 992px) {
    .item-column:nth-child(1),
    .item-column:nth-child(2),
    .item-column:nth-child(3){
        border-top: 1px solid transparent;
    }
    .item-column:nth-child(3n){
        border-right: 1px solid transparent;
    }
}
@media (max-width: 768px) {
    .item-column:nth-child(1),
    .item-column:nth-child(2){
        border-top: 1px solid transparent;
    }
    .item-column:nth-child(3){
        border-top: 1px solid #ebedef;
    }
    .item-column:nth-child(3n){
        border-right: 1px solid #ebedef;
    }
    .item-column:nth-child(2n){
        border-right: 1px solid transparent;
    }
}

/*full*/
.mySwiperGal {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.mySwiperThumb .swiper-slide {
    padding: 1rem;
    border: 1px solid #b5b5b5;
    opacity: .65;
    border-radius: 0.75rem;
    text-align: center;
}
.swiper-slide-thumb-active{
    opacity: 1!important;
}


.product-box span{
    color: #728090;
    font-size: .875rem;
}
.product-box div > div{
    font-weight: bold;
}
.jbprice-balance-available-yes:after {
    background: #00a733;
}
.jbprice-balance-available-no:after {
    background: #e50c16;
}
.jbprice-balance:after {
    left: 0;
    top: 50%;
    content: "";
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-radius: 50%;
    position: absolute;
}
.jbprice-tmpl-sku div {
    display: inline-block;
}
.jbprice-tmpl-price .jbcurrency-value {
    font-size: 2.5rem;
    font-weight: 600;
}
.jbprice-tmpl-price .jbcurrency-symbol {
    font-size: 1.85rem;
    font-weight: 600;
}
.table-borderless>:not(caption)>*>* {
    border-radius: 0.5rem 0 0 0.5rem;
}
.element-select td:nth-child(2), .element-text td:nth-child(2) {
    font-weight: 600;
    border-radius: 0 0.5rem 0.5rem 0;
}

.jbprice-tmpl-full .jbprice-value-total.fs-5 {
    font-size: 2.5rem!important;
}
.jbprice-tmpl-full .btn {
    width: 100%;
    padding: 1rem 1.25rem;
}

/*whatsapp*/
.wa-me {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #16c995;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    line-height: 0rem;
}
.wa-me-wrapper{
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,1);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    position: fixed;
    bottom: calc(2rem + 64px);
    right: 1rem;
    padding: 1rem;
    z-index: 1;
}
.wa-link{
    background-color: #16c995;
    border-color: #16c995;
    box-shadow: unset!important;
}
.wa-link:hover, .wa-link:focus, .wa-link:active, .wa-link.active, .wa-link.show, .wa-link:active:hover {
    background-color: #12a77b;
    border-color: #12a77b;
    color: #fff;
}

/*search*/
.ui-menu {
    background: #fff;
    padding: 1rem;
    width: 100%;
    max-width: 415px;
    list-style-type: none;
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb),.15)!important;
    border-radius: 0.75rem;
    margin-top: 1rem;
}
.ui-corner-all {
    text-decoration: none;
    cursor: pointer;
}
span.ui-helper-hidden-accessible {
    display: none;
}
.uslugi-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    margin-top: 1rem;
}
.uslugi-text table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}
.uslugi-text tbody tr:nth-of-type(odd) {
    background-color: #5c89ac;
}
.uslugi-text td {
    padding: 0.75rem;
    vertical-align: top;
}



@media (max-width: 991px) {
    .s-menu{
        display: block!important;
        position: relative;
        top: 0;
        left: 0;
        box-shadow: unset!important;
        border: none!important;
    }
}