/* creative elements */
/* https://elementor.github.io/elementor-icons/ */
.elementor-editor-active #elementor.elementor.elementor-edit-mode .elementor-row {min-height: 50px}
#wrapper .elementor-section.elementor-section-boxed > .elementor-container {max-width: 100%;width:100%}
.module-title-center.module-title {
  text-align: center;
  margin: 0 0 35px;
  padding-bottom: 15px
}
.elementor-editor-active #pksizeguide,
.elementor-editor-active .tax-shipping-delivery-label,
.elementor-editor-active .elementor-template-hook #content-wrapper #content:not(.page-cms) {display:none}
.elementor-editor-active .product-prices.price {flex-direction: row;display:flex}
.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}
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}

.widget-pklinks li a,
.widget-pklinks-title a {color:inherit}
.pk-grid {display: grid}
.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}
.elementor .ps_categorytree .category-tree li {padding-left: 0}
.flex-reverse {flex-direction: row-reverse}
.elementor #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
}
.pk-ce-widget .mini-product,
.pk-ce-widget .product-miniature {
  margin:0
}
.pk-ce-widget .mini-product .thumbnail-container {
  display: grid;
  grid-template-columns: 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
}

.pk-ce-carousel:not(.slick-initialized) {
  display:flex;
  flex-wrap: wrap
}
.pk-ce-carousel:not(.slick-initialized) > * {
  width:20%
}

.elementor .elementor-slick-slider ul.slick-dots li button {
  border-radius: 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
}
.pk-productfilter-pk-horizontal #search_filters > p,
.pk-productfilter-pk-horizontal #search_filters .module-title > span:not(.title-text) {
  display:none
}
.pk-productfilter-pk-horizontal .facet {padding: 0 15px}
.pk-productfilter-pk-horizontal .facet ul {list-style: none}
.pk-productfilter-pk-horizontal .facet .module-title {margin: 0 0 20px}
.pk-productfilter-pk-horizontal .active_filters + #search_filters .clear-all-wrapper {margin-right: 50px}

.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
}

.elementor-widget-pkinstagram .pk-ce-widget.pk-isotope {
  display: grid
}
.elementor-widget-pkinstagram .pk-ce-widget.pk-isotope > div:nth-child(3) {
  grid-column: 2/4;
  grid-row: 1/3
}
.elementor-widget-pkinstagram .pk-ce-widget.pk-isotope > div.elementor-alert {
  grid-column: 1/6
}
.ig-link {
  padding-bottom:100%;
  background-size:cover
}
.ig-link:before {
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color:rgba(255,255,255,0);
  transition: all 0.3s ease-in-out
}
.ig-link:hover:before {
  background-color:rgba(255,255,255,0.6)
}
.ig-caption {
  color:#444;
  font-size: 16px;
  margin-bottom: 5px
}
.ig-desc {
  left:0;
  bottom:-100px;
  padding: 10px 20px
}
.ig-media:hover .ig-desc {
  bottom:0
}