/* creative elements */
/* https://elementor.github.io/elementor-icons/ */
.elementor-editor-active #elementor.elementor.elementor-edit-mode .elementor-row {
    min-height: 50px;
}
#index #wrapper .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    width: 100%;
}
body:not(.elementor-editor-active) .ce-edit-wrapper {
    position: static;
}
.module-title-center.module-title {
    text-align: center;
    margin: 0 0 35px;
    padding-bottom: 15px;
}
.elementor-slick-slider ul.slick-dots li button:before,
.elementor-editor-active #pksizeguide,
.elementor-editor-active .tax-shipping-delivery-label,
.elementor-editor-active .elementor-template-hook #content-wrapper #content:not(.page-cms),
.show-in-elementor-editor {
    display: none;
}
.elementor-editor-active .show-in-elementor-editor,
#product.elementor-editor-active #content-wrapper #content {
    display: block;
}
.elementor-editor-active .product-prices.price {
    flex-direction: row;
    display: flex;
    align-items: baseline;
}
.module-title-center.module-title span:first-child {
    padding: 0 20px 10px 20px;
    border-bottom: 2px solid #444;
}
body .elementor-widget-wrap {
    z-index: auto;
    display: flex;
}
body:not(.elementor-editor-active) #header .elementor-column,
body:not(.elementor-editor-active) #header .elementor-column-wrap,
body:not(.elementor-editor-active) #header .elementor-widget-wrap,
body:not(.elementor-editor-active) #header .elementor-widget,
body:not(.elementor-editor-active) #header .elementor-section,
body:not(.elementor-editor-active) #header .elementor-container {
    position: static;
}

/*#cms.elementor-page .page-width.main-content {max-width:100%;width:100%}*/
.widget-pklinks li a,
.widget-pklinks-title a {
    color: inherit;
}
.pk-grid {
    display: grid;
}
.pk-flex {
    display: flex;
}
.elementor .header-bottom .ps_categorytree {
    width: 100%;
}
.elementor .root_li ul,
.elementor .slpw,
.elementor .slpwc > p {
    margin: 0;
}
.elementor .root_li ul {
    list-style: none;
}
.elementor .root_li ul span {
    display: flex !important;
}
.elementor .ps_categorytree .category-tree li {
    padding-left: 0;
}
.flex-reverse {
    flex-direction: row-reverse;
}
.elementor #top-menu.page-width,
.elementor .pk-top-menu.page-width {
    max-width: 100%;
    width: 100%;
}
.elementor-editor-element-settings-list {
    display: flex;
    justify-content: flex-end;
}
.elementor-editor-element-settings-list li {
    margin: 0 0 0 10px;
}
.pk-menu-horizontal .menu-dropdown .widget-pklinks li a,
.pk-menu-horizontal .menu-dropdown .elementor-icon-list-items li a,
.elementor .slpwc {
    padding: 0;
}

.elementor .elementor-element .pk-ce-widget.pk-ce-carousel .slick-arrow {
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
}
.elementor .elementor-element .slick-slider .slick-next:before {
    -webkit-mask-image: url(../img/icons/arrow-right.svg);
    mask-image: url(../img/icons/arrow-right.svg);
}
.elementor .elementor-element .slick-slider .slick-prev:before {
    -webkit-mask-image: url(../img/icons/arrow-left.svg);
    mask-image: url(../img/icons/arrow-left.svg);
}
.elementor-element .slick-slider .slick-arrow {
    width: auto !important;
    height: auto !important;
}
.elementor-element .slick-slider .slick-arrow:before {
    transition: all 0.2s ease-in-out;
}
.elementor-element .slick-slider .slick-arrow:active:before {
    transform: scale(90%);
}
.pk-ce-widget .mini-product,
.pk-ce-widget .product-miniature {
    margin: 0;
}
.pk-ce-widget .mini-product .thumbnail-container {
    display: grid;
    grid-template-columns: minmax(70px, 100px) minmax(100px, 1fr);
    grid-gap: 25px;
}
.pk-ce-widget .mini-product .product-title a.ellipsis,
.pk-ce-widget .mini-product .product-description,
.pk-ce-widget .mini-product .thumbnail {
    width: 100%;
    margin: 0;
    white-space: normal;
}
.pk-ce-widget .mini-product .product-description {
    margin-top: 10px;
}
.pk-ce-widget .slick-arrow:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
}
.pk-ce-widget .ps_categorytree .module-body {
    padding: 0;
}
/* replace default widget arrows */
.elementor-element .slick-slider .slick-arrow:before {
    display: block;
    content: '';
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    -webkit-mask-size: 30px;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    mask-size: 30px;
    width: 30px;
    height: 30px;
    background: #ccc;
}

#main-content .pk-ce-carousel:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
}
#main-content .pk-ce-carousel:not(.slick-initialized) > figure,
#main-content .pk-ce-carousel:not(.slick-initialized) > article,
#main-content .pk-ce-carousel:not(.widget-pkslider):not(.slick-initialized) > div {
    width: 20%;
}
.elementor .elementor-slick-slider ul.slick-dots li button {
    border-radius: 50%;
    transform: translate(-50%);
    position: relative;
    left: 50%;
}
.elementor-image-carousel:not(.pk-ce-widget) .slick-dots li button:before {
    content: '\f111';
}
.elementor-image-carousel-caption.pk-absolute {
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
}
.pk-productfilter-pk-horizontal #search_filters {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding: 30px 0 60px;
    justify-content: space-between;
}
.pk-productfilter-pk-horizontal #search_filters .facet {
    min-width: 200px;
    padding: 0 15px;
}
.pk-productfilter-pk-horizontal #search_filters .facet:first-child {
    padding-left: 0;
}
.pk-productfilter-pk-horizontal #search_filters .module-title {
    border-bottom: 2px solid #333;
    padding-bottom: 17px;
}
.pk-subcategory-text:empty {
    display: none;
}
#category .pk-productfilter-pk-horizontal .facet ul {
    list-style: none;
    margin-bottom: 20px;
}
.pk-productfilter-pk-horizontal .facet .module-title {
    margin: 0 0 30px;
}
.pk-productfilter-pk-horizontal .active_filters + #search_filters .clear-all-wrapper {
    margin-right: 50px;
}
.pk-productfilter-pk-horizontal .active_filters {
    padding-left: 0px;
    padding-right: 0px;
}

.breadcrumb .row .col-xs-12,
#wrapper {
    padding: 0 10px;
}
#wrapper > .row {
    margin-left: -10px;
    margin-right: -10px;
}

.elementor-icon,
.elementor-button {
    display: inline-block;
}

#header .pk-sub-menu .elementor {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
}

.pk-ce-widget a.cat_menu_thumb {
    margin-left: 10px;
}

@media (max-width: 1024px) {
    .pk-productfilter-pk-horizontal .facet {
        padding: 0 10px 20px 0;
    }
}

.elementor-image-hotspot .elementor-image-hotspot-wrapper {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.elementor-image-hotspot .elementor-image-hotspot-wrapper:hover .elementor-image-hotspot-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(-50%, -102%, 0);
    transform: translate3d(-50%, -102%, 0);
}
.elementor-image-hotspot .elementor-image-hotspot-content {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 50%;
    width: 240px;
    max-width: 100vw;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    opacity: 0;
    z-index: 10;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.elementor-image-hotspot .elementor-image-hotspot-title {
    margin: 0 0 7px 0;
}
.elementor-image-hotspot .elementor-image-hotspot-description > :first-child {
    margin-top: 0;
}
.elementor-image-hotspot .elementor-image-hotspot-description > :last-child {
    margin-bottom: 0;
}
.elementor-widget-image-hotspot.elementor-view-framed .elementor-icon {
    border-width: 2px;
}
.elementor-widget-image-hotspot.elementor-view-stacked .elementor-icon,
.elementor-widget-image-hotspot.elementor-view-framed .elementor-icon {
    border-radius: 50%;
}
/* next lines hides home page content in Elementor editor mode. Require more testing. */
.elementor-widget-pkproducts .tabs .nav-tabs {
    flex-direction: row;
}
/* languages&currencies */
.user-select.pk-position-left .dd_container {
    left: 0;
    transform: translateX(0);
}
.user-select.pk-position-center .dd_container {
    left: 50%;
    transform: translateX(-50%);
}
.user-select.pk-position-right .dd_container {
    left: auto;
    right: 0;
    transform: translateX(0);
}
.user-select.pk-inline .dd_el,
.user-select.pk-inline .opt-list {
    display: flex;
}
.pk-ce-widget .user-select .opt-list > li {
    display: flex;
    align-items: center;
}
.pk-inline .opt-list > li:not(:last-child):after {
    content: '|';
    position: absolute;
    right: 0;
}
.pk-inline .opt-list > li .pk-img {
    margin: 0;
}
.pk-inline .opt-list > li a {
    white-space: nowrap;
}
.pk-inline .opt-list > li a.active {
    opacity: 0.7;
    pointer-events: none;
    cursor: pointer;
}

.categories-block svg,
.categories-inside .categories-block {
    position: absolute;
    z-index: 9;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    margin: 0;
    border: none;
}

.pk-aside-tabs > ul {
    list-style: none;
}
.pk-aside-tabs .countdown,
.pktabswrap-ul:empty,
/* .hide-on-0 .rating-width-0, */
.hide-load-more .load-more-container,
.pk-aside-tabs .tab-content .tab-pane:not(.active) {
    display: none;
}
.pk-sidebar-results {
    padding: 0;
}
.pk-tabs .nav-tabs {
    flex-wrap: nowrap;
}
.show-brackets .header-item-counter:before {
    content: '(';
}
.show-brackets .header-item-counter:after {
    content: ')';
}
.pk-aside.wide-sidebar {
    max-width: 900px;
    width: 90%;
}
.pk-el-cart .tab-content {
    height: 100%;
}
.payment-methods-img {
    margin: auto 0 0;
    background: none !important;
}
.elementor-widget-pkrevslider rs-module-wrap {
    float: none !important;
}
.subcategory-image span {
    display: block;
    overflow: hidden;
}
.subcategory-image span img {
    display: block;
}
.elementor .elementor-widget__width-auto {
    display: inline-block;
}
.elementor-widget-pkminiaturebuttons {
    position: static;
}
.dd_cont .indent {
    padding: 30px;
}
.dd_cont .dd_container {
    width: 350px;
}
.dd_cont .shopping_cart.dd_container {
    width: 380px;
}
.header-item-counter:empty {
    display: none;
}
.header-item-counter {
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 2px;
    background: #fc8100;
    border-radius: 50%;
    line-height: 13px;
    text-align: center;
    font-size: 10px;
    font-family: 'Courier New';
    letter-spacing: 0;
    color: #fff;
}

.pk-mid {
    align-items: center;
}
.pk-bottom {
    align-items: flex-end;
}
.pk-left {
    justify-content: flex-start;
}
.pk-center {
    justify-content: center;
}
.pk-right {
    justify-content: flex-end;
}
.pk-space-around {
    justify-content: space-around;
}
.pk-space-between {
    justify-content: space-between;
}
.pk-left > li:first-child,
.pk-space-between > li:first-child {
    margin-left: 0;
}
.pk-right > li:last-child,
.pk-space-between > li:last-child {
    margin-right: 0;
}
.pk-right .dd_container {
    right: 0;
}
.pk-item-content {
    display: flex;
    align-items: center;
}
.pk-item-content > .svgic.hidden {
    display: none;
}
.pk-ip-top .pk-item-content {
    flex-direction: column;
}
.pk-ip-top .pk-item-content .header-item-counter {
    position: absolute;
}
.pk-ip-inline .pk-item-content > svg:not(.hidden) + span {
    margin-left: 6px;
}
.pk-ip-top .cart-icon .cart-products-count {
    right: -7px;
    top: 14px;
}
.pk-ip-inline .cart-icon .cart-products-count {
    position: static;
}
.pk_register h4 {
    margin: 0 5px;
    font-weight: normal;
    font-size: 16px;
}
.pk_register .title-wrap span {
    padding: 0 10px 0px 10px;
    color: #999;
}
.pk_register .title-wrap .active {
    border-bottom: 2px solid #444;
    color: #444;
}
.title-wrap {
    justify-content: center;
    margin-bottom: 25px;
}
.title-wrap h4 {
    margin: 0;
    cursor: pointer;
}
.customer-form-container .focus-border {
    margin: 0;
    display: block;
}
.customer-form > div {
    margin-bottom: 15px;
}
.customer-form .icon-true svg {
    display: block;
    margin: 0;
}
.customer-form .custom-checkbox svg {
    margin: 2px;
}
.customer-form-tab {
    cursor: pointer;
}
.form-wrap > form:not(.active) {
    display: none;
}
.tos_link a:hover {
    text-decoration: underline;
}
.customer-form-container.dd_container {
    height: auto !important;
}
.pkgdpr label {
    font-size: 13px;
    line-height: 1.2em;
}

.close-sidebar {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: none;
    color: #333;
    padding: 0;
}
.close-sidebar svg {
    width: 16px;
    height: 16px;
}
.close-sidebar:hover {
    background: none;
}
.close-sidebar:hover svg {
    transform: rotate(90deg);
}
.pk-aside .pk-aside-tabs {
    opacity: 0;
    height: calc(100% - 70px);
}
.pk-aside .pk-aside-tabs > article {
    padding: 30px 20px;
    margin: 0 0 10px;
    background-color: #f7f7f7;
}
.pk-aside .pk-aside-tabs .cart-total {
    margin: 30px 0;
    font-size: 15px;
    font-family: Arial;
    justify-content: flex-start;
}
.pk-aside .cart-button {
    margin-bottom: 25px;
}
.pk-aside .cart-button > * {
    margin-bottom: 10px;
    padding: 13px 15px;
    line-height: 16px;
}
.pk-aside .pk-aside-tabs .cart-total > * {
    margin-bottom: 10px;
}
.pk-aside .pk-aside-tabs .cart-total > div:last-child {
    font-weight: bold;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 10px;
}
.cart-total-value {
    border-top: 1px solid #eee;
    font-weight: bold;
    padding-top: 15px;
}
.cart-total-value span:last-child {
    font-size: 18px;
}
.pk-aside-tabs .pktabswrap > ul {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 50px;
    width: 100%;
}
.pk-aside-tabs .pktabswrap > ul li a {
    display: block;
    padding: 20px 35px;
    color: #999;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    margin-bottom: -1px;
}
.pk-aside-tabs .pktabswrap > ul li a:hover,
.pk-aside-tabs .pktabswrap > ul li a.active {
    border: 1px solid #e0e0e0;
    border-bottom-color: #fff;
    text-decoration: none;
    background: #fff;
    color: #333;
}

.pk-aside {
    top: 0;
    right: 0;
    position: fixed;
    background: #fff;
    height: 100%;
    width: 375px;
    z-index: 999;
    max-width: 100%;
    box-sizing: border-box;
    padding: 50px 30px 40px;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.pk-aside.pk-left {
    left: 0;
    right: auto;
    transform: translateX(-100%);
    opacity: 0;
}
.pk-aside.pk-productsbar {
    width: 840px;
    padding: 50px;
}
.pk-aside.active {
    transform: translateX(0);
    opacity: 1;
}
.pk-aside.active .pk-aside-tabs {
    transition: opacity 0.5s;
    opacity: 1;
    display: flex;
    flex-direction: column;
}
.pk-aside #desktop_cart,
.pk-aside #desktop_cart .blockcart,
.pk-aside #desktop_cart .header,
.pk-aside #desktop_cart .shopping_cart {
    height: 100%;
}
.pk-aside #desktop_cart .indent {
    height: 100%;
    display: flex;
    flex-direction: column;
    > div {
        flex-grow: 1;
    }
}

.pk-aside .shopping_cart .cart-button > .btn:last-child {
    background: #333;
    color: #fff;
}
.pk-aside .mini-product:not(:first-child) {
    margin-top: 10px;
}
.pk-aside .mini-product {
    border: 1px solid #ccc;
    padding: 10px;
}
.pk-aside .mini-product .product-brand {
    display: none !important;
}
.pk-aside .mini-product .product-title {
    color: #333;
    margin-top: 10px;
}
.pk-aside .mini-product .product-title .ellipsis {
    white-space: normal;
}
.pk-aside .shopping_cart .indent > .flex-container {
    padding: 0;
}
.pk-aside.pk-el-favorites_single {
    .tab-content {
        display: grid;
        column-gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
    &:has(.no-results) .tab-content {
        grid-template-columns: 1fr;
    }
}

.pk-shadow {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
    opacity: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
html.disable-smooth-scroll {
    scroll-behavior: initial;
}
html[data-overlayscrollbars] body:has(.pk-aside.active) {
    padding-right: 10px !important;
}
body:has(.pk-aside.active) {
    position: fixed;
    width: 100%;
    & .pk-shadow {
        pointer-events: auto;
        transition: opacity 0.5s;
        opacity: 1;
        cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDIwTDQgNC4wMDAwM00yMCA0TDQuMDAwMDIgMjAiIHN0cm9rZT0iI2VlZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=)
                12 12,
            auto;
    }
}

.pk-aside header {
    margin-bottom: 40px;
}
.pk-aside header h3 {
    margin: 0;
    font-weight: 600;
    font-size: 28px;
    color: #2a2c2f;
    font-family: Roboto;
    line-height: 30px;
}
.pk-aside details:not(:last-child) {
    margin-bottom: 30px;
}
.pk-aside .tabs {
    overflow: auto;
}
.pk-aside .hook-reviews,
.pk-aside .short-desc {
    display: none !important;
}
.pk-aside .product-brand {
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0.01em;
}
.pk-aside .product-title {
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.01em;
}
.pk-aside .product-title a {
    color: inherit;
}
.pk-aside .product-title a:hover {
    text-decoration: none;
    color: #222;
}
.pk-aside .product-description {
    margin: 0;
}
.pk-aside .products {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-column-gap: 20px;
    width: 100%;
    display: grid;
}
.pk-aside .products:has(.no-results) {
    grid-template-columns: 1fr;
}
.pk-aside .tab-content {
    flex-grow: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.pk-aside .sidebar-ul li {
    border-bottom: 1px dashed #999;
    a {
        display: inline-flex;
        flex-direction: column;
        padding: 10px 0;
    }
}
.pk-aside .shopping_cart .remove-product .svgic {
    width: 10px;
}
.pk-aside.pk-shoppingcart .shopping_cart {
    display: block !important;
}
.empty_shopping_cart {
    margin-bottom: 40px;
}
.pk-aside .quick-view,
.item-title-false .pk-item-content .pkhi-item-title,
.item-icon-false .pk-item-content svg,
.cart-hide-item-title .cart-title,
.pk-aside .pk-item-content,
body:not(elementor-editor-active) [class*='elementor-widget-pkminiature'] .elementor-element-overlay {
    display: none;
}
.pk-aside .shopping_cart {
    position: static;
    display: block;
    width: 100%;
    background: none;
    box-shadow: none;
    border: none;
}
.pk-aside .shopping_cart .indent {
    padding: 0;
}
.pk-full-width {
    grid-column: 1 / 5;
}
.product-thumbnail > .elementor {
    max-width: 100%;
}
.product-thumbnail .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
}
[data-productsnum='0'] {
    display: none;
}
.elementor-widget-container .images-container {
    flex-direction: column-reverse;
}
#product-images-cont.thumb-vertical {
    flex-direction: row;
}
.elementor-widget-pkproductimage #product-images-cont .pk-ce-widget:not(.slick-initialized) {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-gap: 20px;
}
#module-creativeelements-preview #product-images-cont .glide:not(.glide--carousel) .glide__slides > * {
    width: 100%;
    padding: 0;
}
#module-creativeelements-preview #main .page-content,
#module-creativeelements-preview #product-images-cont .glide:not(.glide--carousel) {
    margin: 0;
}
.sidebar-register-form .form-group .form-control-comment,
.sidebar-register-form .form-group > label {
    display: none;
}
.sidebar-register-form .form-group > div {
    width: 100%;
    padding: 0;
}
.sidebar-register-form .custom-checkbox > label {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-top: 3px;
}
@keyframes slidetop {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.elementor-widget-pktestimonials a {
    color: inherit;
}
body:has(.pk-mobile-bottom-panel:not(.hidden)) > footer {
    padding-bottom: 72px;
}
.pk-mobile-bottom-panel {
    left: 0;
    bottom: 0;
    background: #ffffffbb;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 0 15px;
    gap: 15px;
    border-top: 1px solid #00000010;
    animation: slidetop 1s forwards;
    .el-favorites_single {
        order: 1;
    }
    .el-cart {
        order: 2;
        .cart-counter {
            top: 45%;
            left: 70%;
            transform: translate(-50%, -50%);
        }
    }
    .el-search {
        order: 3;
    }
    .el-pknav {
        order: 4;
    }
    .el-myaccount {
        order: 5;
    }
}
.pk-mobile-bottom-panel button {
    background: none;
    padding: 15px 10px;
    color: #222;
    gap: 5px;
}
@media (min-width: 768px) {
    .header-icons,
    .mobileHeader + .pk-shadow {
        display: none;
    }
}
@media (max-width: 767px) {
    .pk-item-content > .svgic.hidden {
        display: block;
    }
    .pk-item-content > .pkhi-item-title {
        display: none;
    }

    /* mobile header */
    #header .header-top {
        padding: 34px 0;
        background: #fff;
    }
    .main-logo img {
        max-width: 150px;
    }
    .menu-title {
        font-size: 15px;
        letter-spacing: 0.22em;
        text-transform: uppercase;
    }
    .header-icons {
        margin: 0 0 25px;
        padding: 0 10px;
        color: #333;
        justify-content: space-between;
    }
    .header-icons > li {
        margin: 0 10px;
        display: flex;
        align-items: center;
        position: relative;
    }
    .header-icons > li button {
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        color: inherit;
    }
    .pk-mobile-sidebar {
        background: #fff;
        color: #333;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
        height: 100%;
        width: 90%;
        overflow: auto;
        max-width: 400px;
        padding: 40px 20px;
        box-sizing: border-box;
        transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
        transform: translateX(100%);
    }
    .pk-mobile-sidebar > h4 {
        margin: 0 0 20px 0;
    }
    .pk-mobile-sidebar.active {
        transform: translateX(0);
    }
    .main-menu .pk-menu-horizontal .top-menu {
        margin-top: 35px;
    }
    .main-menu > .page-width {
        width: 100%;
        padding: 0 8px;
    }
    .pk-mobile-sidebar.pk-aside .sidebar-ul li a {
        flex-direction: row;
        width: 100%;
    }
}
@media (max-width: 480px) {
    #header .widgets-right .dd_container {
        top: auto;
        left: auto;
        right: 50%;
        transform: translateX(50%);
    }
    .pk-aside-tabs .pktabswrap > ul {
        flex-direction: column;
    }
    .pk-aside {
        padding: 30px;
    }
    .pk-aside-tabs .pktabswrap > ul {
        border: none;
        margin-bottom: 25px;
    }
    .pk-aside-tabs .pktabswrap > ul li a:hover,
    .pk-aside-tabs .pktabswrap > ul li a.active {
        border: 1px solid #e0e0e0;
        border-bottom-color: #e0e0e0;
        border-radius: 10px;
        color: #333;
    }
    .pk-aside .products {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        width: 100%;
    }
}

.elementor-widget-pknewsletter .pk-ce-widget {
    width: 100%;
}
