.header-search-box{
    /*width: 200px;*/
}
.main-menu.dropdown-menu .opl-login-li{
    display: none!important;
}

/* Header Wishlist & Cart */
.custom-header-nav ul#menu-cart-wishlist{
    display: flex;
}

/* Header Wishlist */
div.wishlist_products_counter {
    min-height: auto!important;
    min-width: auto!important;
    vertical-align: middle;
}
div.wishlist_products_counter a.wishlist_products_counter {
    color: #32355d;
    font-size: 13px;
    margin: 0 10px; 
}
div.wishlist_products_counter a.wishlist_products_counter .mkdf-wishlist-widget-icon {
    display: inline-block;
    text-align: center;
    padding: 16px 14px 0px;
    background-color: rgba(220,224,134,.1);
    position: relative;
}
div.wishlist_products_counter a.wishlist_products_counter .mkdf-wishlist-widget-icon i {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
div.wishlist_products_counter a.wishlist_products_counter .wishlist_products_counter_text {
    display: block;
    position: relative;
    font-family: Baloo,cursive;
    font-size: 14px;
    text-align: center;
    color: #32355d;
}
div.wishlist_products_counter a.wishlist_products_counter {
    display: block;
}
div.wishlist_products_counter a.wishlist_products_counter.top_wishlist-heart:before{
    margin: 0px;
    position: absolute;
    top: 7px;
    transform: translateX(-50%);
    left: 50%;
    font-size: 46px;
    color: #32355d;
}
div.wishlist_products_counter a.wishlist_products_counter:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #dce086;
    z-index: -10;
    background: linear-gradient(
90deg,currentColor 50%,transparent 50%),linear-gradient(
90deg,transparent 50%,currentColor 50%),linear-gradient(
0deg,currentColor 50%,transparent 50%),linear-gradient(
0deg,transparent 50%,currentColor 50%);
    background-repeat: repeat-x,repeat-x,repeat-y,repeat-y;
    background-size: 10px 2px,10px 2px,2px 10px,2px 10px;
    background-position: 0 0,100% 100%,0 100%,100% 0;
}
div.wishlist_products_counter a.wishlist_products_counter:hover:after {
    -webkit-animation: mkdfborderdance 3s infinite linear;
    -moz-animation: mkdfborderdance 3s infinite linear;
    animation: mkdfborderdance 3s infinite linear;
}
@-webkit-keyframes mkdfborderdance{
    0%{background-position:0 0,100% 100%,0 100%,100% 0}
    100%{background-position:100% 0,0 100%,0 0,100% 100%}
}
@keyframes mkdfborderdance{
    0%{background-position:0 0,100% 100%,0 100%,100% 0}
    100%{background-position:100% 0,0 100%,0 0,100% 100%}
}
div.wishlist_products_counter .wishlist_products_counter_number{
    color: #f74777;
    font-size: 12px!important;
    font-weight: bold;
}

/* Header Cart */
.custom-header-nav .bag-style .wcmenucart .wcmenucart-total{
    display: none;    
}
.custom-header-nav .bag-style .wcmenucart{
    display: inline-block;
    text-align: center;
    padding: 50px 10px 9px 6px!important;
    background-color: rgba(215,245,250,.1);
    position: relative;
    line-height: 14px!important;
    color: #32355d;
    font-size: 13px;
    
    width: 80px!important;
    font-weight: 400!important;
    text-transform: none!important;
}
.custom-header-nav .bag-style .wcmenucart .wcmenucart-cart-title {
    display: block;
    position: relative;
    font-family: Baloo,cursive;
    font-size: 14px;
    text-align: center;
    padding-top: 7px;
    color: #32355d;
}
.custom-header-nav .bag-style .wcmenucart:before{
    margin: 0px;
    position: absolute;
    top: 2px;
    transform: translateX(-50%);
    left: 50%;
    font-size: 46px;
}
.custom-header-nav .bag-style .wcmenucart:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #d7f5fa;
    z-index: -10;
    background: linear-gradient(
90deg,currentColor 50%,transparent 50%),linear-gradient(
90deg,transparent 50%,currentColor 50%),linear-gradient(
0deg,currentColor 50%,transparent 50%),linear-gradient(
0deg,transparent 50%,currentColor 50%);
    background-repeat: repeat-x,repeat-x,repeat-y,repeat-y;
    background-size: 10px 2px,10px 2px,2px 10px,2px 10px;
    background-position: 0 0,100% 100%,0 100%,100% 0;
}
.custom-header-nav .bag-style .wcmenucart:hover:after {
    -webkit-animation: mkdfborderdance 3s infinite linear;
    -moz-animation: mkdfborderdance 3s infinite linear;
    animation: mkdfborderdance 3s infinite linear;
}
.custom-header-nav .bag-style .wcmenucart .wcmenucart-cart-icon{
    margin: 0;
    padding: 0;
    height: 50px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}
.custom-header-nav .bag-style .wcmenucart .wcmenucart-cart-icon .wcmenucart-count{
    color: #f74777;
    font-size: 12px!important;
    font-weight: bold;
    border: 2px solid #32355d!important;
}
.custom-header-nav .wcmenucart-toggle-drop_down.bag-style.toggle-cart-widget{
    margin-left: 15px;
}
.opl-logout-link{
    color: #fff!important;
}
.opl-logout-link span{
    color: #32355D!important;
}
.home-banner-block .elementor-widget-container .elementor-image-box-wrapper{
    padding: 50px 10px 50px 120px;
    border: 2px dashed rgba(255,255,255,0.5);
    border-radius: 5px;
}
.woocommerce ul.products li.product li.title h2, .woocommerce ul.products li.product li.title a {
    font-family: Baloo!important;
    font-size: 20px!important;
    color: #32355d!important;
    font-weight: 400!important;
    margin-bottom: 0px!important;
}
.woocommerce ul.products li.product .price .amount {
    font-family: Baloo,cursive!important;
    font-size: 21px!important;
    line-height: inherit;
    letter-spacing: -.01em;
    text-decoration: none;
    margin: 2px 0 0;
    color: #ff6f96!important;
}
.star-rating{
    color: #dce086;
    width: 6.7em;
}
.star-rating::before{
    color: #dce086;
    letter-spacing: 4px;
}
.star-rating span::before{
    color: #dce086;
    letter-spacing: 4px;
}
.woocommerce span.onsale{
    font-family: Baloo,cursive!important;
    font-weight: 400;
    font-size: 16px;
}
.woocommerce ul.products li.product:not(.product-category) .image-wrap .button {
    background-color: #f74777!important;
}
.woocommerce ul.products li.product:not(.product-category) .image-wrap .button:hover {
    background-color: #65C4BC!important;
}

.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li a:hover {
    color: #fff;
    background-color: #65C4BC;
}
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li a {
    font-size: 26px;
    font-weight: 400;
    background-color: #f74777;
    color: #fff;
    line-height: 47px;
}
.woocommerce-LoopProduct-link.no-lightbox img{
    border-radius: 10px;
    width: 100%;
}
.home-h2-rotate{
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
.home-h2-rotate-2{
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    transform: rotate(1deg);
}
.woo-home-widget h5{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px;
}
.woo-home-widget .product-title{
    color: #32355d;
    font-family: Baloo,cursive!important;
    font-weight: 400;
    font-size: 18px;
}
.woo-home-widget .woocommerce-Price-amount{
    color: #f74777;
    font-family: Baloo,cursive!important;
    font-weight: 400;
    font-size: 18px;
}
.woo-home-widget .woocommerce ul.product_list_widget li img{
    border-radius: 10px;   
}
.footer-widget.widget_media_image{
    text-align: center;
}
.footer-widget.widget-zyrakids-social.social-widget{
    text-align: center;
}
.widget-zyrakids-social .zyrakids-social-icons{
    width: auto!important;
}
.pwf-field-item{
    margin-bottom: 10px;

}
.pwf-field-item-title .text-title{
    display: block;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #fe5252;
    letter-spacing: 1px;
    padding-left: 15px;
    /* margin: 0 0 20px; */
    text-transform: uppercase;
    font-family: 'Baloo';
    line-height: 16px;
}
.pwf-range-slider-labels.pwf-price-labels{
    display: none!important;
}
#footer-widgets .footer-box .widget-title {
    color: #32355d;
    font-family: Baloo,cursive;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0!important;
    padding-left: 0px!important;
    border-width: 0px!important;
}
#footer-widgets .footer-box .zyrakids-custom-links li a:before{
    display: none;
}
#footer-widgets .footer-box .zyrakids-custom-links li a{
    color: #8f9093!important;
    font-size: 15px!important;
}
.terms-and-conditions h3{
    font-family: "Baloo 2", Sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.pwf-colorlist-item {
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.pwf-item-label .pwf-title-container .text-title {
    font-size: 14px;
}
#sidebar .pwf-field-item-dropdownlist select, .pwf-boxlist-item, .pwf-checkbox-label .pwf-input-container, .pwf-date-field input, .pwf-field-item-button .pwf-item-button, .pwf-field-item-dropdownlist .select2-container--default .select2-selection--multiple, .pwf-field-item-dropdownlist .select2-container--default .select2-selection--single, .pwf-field-item-dropdownlist select, .pwf-field-item-search input[type=text], .pwf-price-slider-min-max-inputs input, .pwf-radiolist-label .pwf-input-container, .pwf-rating-checkbox-type .pwf-input-container, .pwf-rating-radio-type .pwf-input-container, .select2-container--open .pwf-customize-select2, .woocommerce .pwf-date-field input[type=text], .woocommerce .pwf-field-item-search input[type=text], .woocommerce-page .pwf-field-item-search input[type=text] {
    border-color: #6EC1E4;
}
.pwf-field-item .noUi-connect, .pwf-field-item .noUi-origin {
    background-color: #6EC1E4;
}
.pwf-field-item .noUi-handle {
    background-color: #6EC1E4;
}
.pwf-note-list{
    margin-bottom: 20px;
    padding: 10px;
    background: #f1f1f1;
}
.pwf-note-item {
    color: #222;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding: 2px 10px 2px 16px;
    margin-right: 2px;
    margin-bottom: 2px;
    text-align: center;
    display: inline-block;
    line-height: 1.4;
    background: rgba(110, 193, 228, 0.3);
    border-radius: 5px;
}
.pwf-note-list.empty-active-items{
    margin-bottom: 0px;
    padding: 0px;
    background: transparent;
}
@media (max-width: 1024px) {
    .top-custom-logo{
        top: -47px!important;
    }
    .top-custom-logo.elementor-widget-image img{
        max-height: 125px!important;
        width: auto!important;
    }
    .home-popular-subtext .elementor-widget-container{
        padding: 0px!important;
    }
    .home-offer-subtext .elementor-widget-container{
        margin: 20px 0px 20px 0px!important;
    }
    #footer-bottom #copyright {
        line-height: 26px;
    }
    .pwf-sticky-button form, .woocommerce .pwf-sticky-button .woocommerce-ordering{
        opacity: 0;
    }
}