
.pk-aside #desktop_cart .shopping_cart {
    display: block !important;
}

.product-card img,
.thumbnail img {
    background-image: none !important;
}

/* [KLOREL] Fix #243 */
.pk-el-products .pk-aside-tabs .pktabswrap-ul li:nth-child(2) {
    display: none;
}


/*.js-tab-el-favorites .btn {*/
/*    color:#fff !important;*/
/*}*/


body .pk-aside {
    right:-100px;
}

body .pk-aside.active {
    right:0px;
}

/* [KLOREL] Fix #238 */
body #header .elementor-widget-pknav .pk-ce-widget-wrapper > div.pk-ce-widget.view_grid.pk-flex {
    display: block;
}

@media (max-width: 767px) {
    body .elementor-element.elementor-element-45c433b0 {
        width: auto !important;
    }
}

/* [KLOREL] Fix #278 */
body[data-overlayscrollbars-initialize],
body[data-overlayscrollbars~='scrollbarHidden'],
body[data-overlayscrollbars-viewport~='scrollbarHidden'] {
    scrollbar-width: thin !important;
}

body {
    overflow-y: auto !important;
    overflow-x: hidden;
    scrollbar-width: auto !important;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    display: block !important;
    width: 10px;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    background: #fe4a49;
    border-radius: 8px;
    border: 1px solid #f2f2f2;
}

::-webkit-scrollbar-thumb:hover {
    background: #ff8988;
}

.product-description-short p {
    margin-top:20px;
    margin-bottom: 1.5em;
}

/*body#product .overall {*/
/*    position:absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    height:100vh;*/
/*    z-index:999999999999;*/
/*}*/

