/* Responsive */

@media screen and (min-width: 993px) {
    .pk-body #page {
        grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "content" "footer";
    }
}

/* Site Branding */

.pk-side-logo.elementor-widget-image img {
    height: 30px;
    width: auto;
}

/* Header */
.pk-body header#masthead {
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 2px 15px rgba(0,0,0,.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, .1);
}

.pk-body .dgwt-wcas-sf-wrapp {
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.pk-body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    font-size: 14px;
    font-family: "Quicksand", Sans-serif;
    color: #444;
    font-weight: 500;
    min-height: 30px;
    padding: 0 35px 0 15px;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.pk-body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    top: 0;
    right: 5px;
    left: unset;
}

.pk-body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
    background-color: #fff;
    border: none;
    box-shadow: none;
}

.pk-body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
    width: 15px;
    height: 15px;
}

.pk-body .dgwt-wcas-style-pirx .dgwt-wcas-preloader {
    margin: 0;
}

.pk-body .dgwt-wcas-style-pirx .dgwt-wcas-preloader.dgwt-wcas-close {
    right: 12px !important;
    background-color: #fff;
    opacity: 1;
}

.pk-body .dgwt-wcas-style-pirx .dgwt-wcas-preloader.dgwt-wcas-inner-preloader {
    right: 2px !important;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-color: #fff;
    opacity: 1;
}

.pk-body .dgwt-wcas-style-pirx .dgwt-wcas-preloader.dgwt-wcas-inner-preloader svg {
    width: 20px;
    height: 20px;
}

.pk-body .elementor-widget-woocommerce-multi-currency .elementor-widget-container {
    height: 30px;
}

/* Sub-Menu */

.pk-body .dt-nav-menu-horizontal>li>.horizontal-sub-nav {
    top: 0;
    left: -5px;
    padding-top: 65px;
    min-width: 280px;
}

.pk-body .dt-nav-menu-horizontal>li>.horizontal-sub-nav:before {
    height: calc(100% - var(--sub-menu-gap, 0px) - 43px);
    background-color: #ffffff !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 2px 15px rgba(0,0,0,.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, .1);
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n) .horizontal-sub-nav li {
    display: flex;
    padding-left: 48px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 8px;
    height: 40px;
    line-height: 40px;
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li {
    display: block;
    position: relative;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li:nth-child(1) {
    background-color: rgba(20,191,163,0.1);
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li:nth-child(1):before {
    background-image: url(https://playpika.com/wp-content/themes/playpika/assets/images/icons/ic-panda.svg);
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li:nth-child(1):hover {
    -webkit-box-shadow: inset 0px 0px 0px 1.5px rgb(20, 191, 163);
    -moz-box-shadow: inset 0px 0px 0px 1.5px rgb(20,191,163);
    box-shadow: inset 0px 0px 0px 1.5px rgb(20, 191, 163);
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow.3s;
    -o-transition: box-shadow.3s;
    transition: box-shadow .3s;
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li:nth-child(2) {
    background-color: rgba(240,88,36,0.1);
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li:nth-child(2):before {
    background-image: url(https://playpika.com/wp-content/themes/playpika/assets/images/icons/ic-tinker.svg);
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li:nth-child(2):hover {
    -webkit-box-shadow: inset 0px 0px 0px 1.5px rgb(240, 88, 36);
    -moz-box-shadow: inset 0px 0px 0px 1.5px rgb(240,88,36);
    box-shadow: inset 0px 0px 0px 1.5px rgb(240, 88, 36);
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow.3s;
    -o-transition: box-shadow.3s;
    transition: box-shadow .3s;
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li:nth-child(3) {
    background-color: rgba(247,207,28,0.1);
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li:nth-child(3):before {
    background-image: url(https://playpika.com/wp-content/themes/playpika/assets/images/icons/ic-koala.svg);
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li:nth-child(3):hover {
    -webkit-box-shadow: inset 0px 0px 0px 1.5px rgb(247, 207, 28);
    -moz-box-shadow: inset 0px 0px 0px 1.5px rgb(247,207,28);
    box-shadow: inset 0px 0px 0px 1.5px rgb(247, 207, 28);
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow.3s;
    -o-transition: box-shadow.3s;
    transition: box-shadow .3s;
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li:nth-child(4) {
    background-color: rgba(146,71,153,0.1);
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li:nth-child(4):before {
    background-image: url(https://playpika.com/wp-content/themes/playpika/assets/images/icons/ic-atlas.svg);
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li:nth-child(4):hover {
    -webkit-box-shadow: inset 0px 0px 0px 1.5px rgb(146, 71, 153);
    -moz-box-shadow: inset 0px 0px 0px 1.5px rgb(146,71,153);
    box-shadow: inset 0px 0px 0px 1.5px rgb(146, 71, 153);
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow.3s;
    -o-transition: box-shadow.3s;
    transition: box-shadow .3s;
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li a {
    padding-left: 42px;
    position: relative;
    font-weight: 600;
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li a .menu-text {
    line-height: 15px;
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li a .menu-text span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav {
    left: -20px;
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n) .horizontal-sub-nav li:last-child,
.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n+1) .horizontal-sub-nav li:last-child {
    margin-bottom: 0;
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n) .horizontal-sub-nav li:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n) .horizontal-sub-nav li:nth-child(1):before {
    background-image: url(https://playpika.com/wp-content/themes/playpika/assets/images/icons/ic-age-01.svg);
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n) .horizontal-sub-nav li:nth-child(2):before {
    background-image: url(https://playpika.com/wp-content/themes/playpika/assets/images/icons/ic-age-12.svg);
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n) .horizontal-sub-nav li:nth-child(3):before {
    background-image: url(https://playpika.com/wp-content/themes/playpika/assets/images/icons/ic-age-23.svg);
}

.pk-body .pk-primary-header-menu .dt-nav-menu-horizontal li:nth-child(2n) .horizontal-sub-nav li:nth-child(4):before {
    background-image: url(https://playpika.com/wp-content/themes/playpika/assets/images/icons/ic-age-34.svg);
}

/* Currency */

.pk-body .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    border: none;
    padding: 0;
    height: 30px;
    line-height: 30px !important;
    font-family: "Quicksand", Sans-serif;
    color: #444;
    font-weight: 500;
    padding-right: 20px;
    gap: 5px;
}

.pk-body .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency .vi-flag-64.flag-vn {
    margin: -5px -15px !important;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.pk-body .woo-multi-currency.wmc-shortcode .wmc-currency-wrapper .wmc-current-currency-arrow::after {
    content: url(https://playpika.com/wp-content/themes/playpika/assets/images/icons/ic-arrow-down.svg);
}

.pk-body .woo-multi-currency.wmc-shortcode.plain-vertical.layout5 .wmc-currency-wrapper span.wmc-current-currency span {
    padding: 0;
}

.pk-body .woo-multi-currency.wmc-shortcode.plain-vertical {
    cursor: pointer;
}

.pk-body .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
    width: 120px;
    top: 0;
    right: -10px;
    padding-top: 45px;
    background-color: transparent;
    border: none;
}

.pk-body .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
    padding: 10px 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 2px 15px rgba(0,0,0,.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, .1);
}

.pk-body .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency span {
    font-family: "Quicksand", Sans-serif;
    color: #444;
    font-weight: 500;
}

.pk-body .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .vi-flag-64.flag-us {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

/* Mini Cart */

.pk-body .wpmenucart-contents {
    position: relative;
}

.pk-body .wpmenucart-contents.empty-wpmenucart-visible .cartcontents {
    display: none !important;
}

.pk-body .pk-mini-cart-wrapper > .elementor-widget-container {
    overflow: unset;
}

.pk-body .wpmenucart-contents .wpmenucart-icon-shopping-cart-0 {
    width: 24px;
    height: 24px;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.pk-body .wpmenucart-contents .wpmenucart-icon-shopping-cart-0:before {
    content: url(https://playpika.com/wp-content/themes/playpika/assets/images/icons/ic-cart.svg);
}

.pk-body .wpmenucart-contents .cartcontents {
    position: absolute;
    left: 18px;
    top: -8px;
    width: 24px;
    height: 24px;
    background-color: #ff4287;
    border: 2px solid #ffffff;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    font-weight: 600;
    align-items: center;
    color: #fff;
    font-family: "Quicksand", Sans-serif;
}

/* Common */

.pk-rounded {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.pk-white-bg {
    background-color: #ffffff;
}

.pk-dot {
    position: relative;
    display: inline-block;
}

.pk-dot:before {
    position: absolute;
    top: 5px;
    left: 2px;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.pk-dot.pk-dot-blue:before {
    background-color: #5bc6ce;
}

.pk-dot.pk-dot-red:before {
    background-color: #f05824;
}

.pk-dot.pk-dot-green:before {
    background-color: #00b261;
}

.pk-spark-title .elementor-heading-title {
    position: relative;
    display: inline-block;
}

.pk-spark-title .elementor-heading-title:before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 39px;
    height: 36px;
    content: url(https://playpika.com/wp-content/themes/playpika/assets/images/icons/spark-1.svg);
    -webkit-transform: scale(0.8, 0.8) rotate(185deg) translate(2.2rem, 1.5rem);
    -moz-transform: scale(0.8,0.8)rotate(185deg)translate(2.2rem,1.5rem);
    -ms-transform: scale(0.8,0.8)rotate(185deg)translate(2.2rem,1.5rem);
    -o-transform: scale(0.8,0.8)rotate(185deg)translate(2.2rem,1.5rem);
    transform: scale(0.8, 0.8) rotate(185deg) translate(2.2rem, 1.5rem);
}

.pk-spark2-title .elementor-heading-title {
    position: relative;
    display: inline-block;
}

.pk-spark2-title .elementor-heading-title:before {
    position: absolute;
    top: 5px;
    left: -10px;
    width: 40px;
    height: 40px;
    content: url(https://playpika.com/wp-content/themes/playpika/assets/images/icons/spark-3.svg);
    -webkit-transform: scale(1) rotate(-90deg) translate(2rem, -1.0714285714285714rem);
    -moz-transform: scale(1)rotate(-90deg)translate(2rem,-1.0714285714285714rem);
    -ms-transform: scale(1)rotate(-90deg)translate(2rem,-1.0714285714285714rem);
    -o-transform: scale(1)rotate(-90deg)translate(2rem,-1.0714285714285714rem);
    transform: scale(1) rotate(-90deg) translate(2rem, -1.0714285714285714rem);
}

.pk-spark2-title .pk-dot:before {
    top: 4px;
    left: 1px;
}

.pk-squiggle-txt {
    position: relative;
}

.pk-squiggle-txt:after {
    content: "";
    position: absolute;
    background: url(https://playpika.com/wp-content/themes/playpika/assets/images/icons/squiggle-yellow.svg);
    height: 7px;
    bottom: 0;
    left: -1px;
    right: -1px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pk-icon-light {
    display: inline-block;
    width: 33px;
    height: 42px;
    background: transparent url(https://playpika.com/wp-content/themes/playpika/assets/images/icons/lightbulb-light.svg) center center no-repeat;
    margin-left: 15px;
    position: relative;
    top: 5px;
}

/* Section Featured Box */

.pk-featured-img,
.pk-featured-img .elementor-widget-image {
    max-height: 7.5rem;
}

.pk-featured-title .elementor-heading-title {
    position: relative;
    padding-left: 35px;
}

.pk-featured-title .elementor-heading-title:before {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 4.5px;
    left: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    font-size: 0.875rem;
    line-height: 25px;
}

.pk-featured-box:nth-child(1) .pk-featured-title .elementor-heading-title:before {
    content: "1";
    background-color: rgba(211, 54, 0, 0.1);
    color: #D33600;
}

.pk-featured-box:nth-child(2) .pk-featured-title .elementor-heading-title:before {
    content: "2";
    background-color: rgba(29, 95, 195, 0.1);
    color: #1d5fc3;
}

.pk-featured-box:nth-child(3) .pk-featured-title .elementor-heading-title:before {
    content: "3";
    background-color: rgba(0, 133, 73, 0.1);
    color: #008549;
}

/* Flash Sale Section */

.pk-flashsale-products article.product {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}

.pk-flashsale-products article.product .product-title {
    margin: 0;
}

.pk-flashsale-products article.product .woocom-list-content {
    padding: 1rem;
}

.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    display: none;
}

.woocommerce-Price-amount.amount:after {
    content: "đ";
}


