.header-search-box{
    /*width: 200px;*/
}
.main-menu.dropdown-menu .opl-login-li{
    display: none!important;
}
.main-menu.dropdown-menu .woo-wishlist-link {
    display: none!important;
}
.main-menu.dropdown-menu .wcmenucart-toggle-drop_down {
    display: none!important;
}
.effect-ten #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#site-navigation-wrap .dropdown-menu >li >a:hover{
    background-color: #D7F5FA!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;
    
    background-color: transparent;
}
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: -1px;
    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;
    
    display: none;
}
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: 11px!important;
    font-weight: bold;
    min-height: 24px;
    line-height: 17px;
}
.elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    right: 50%!important;
    top: 42%!important;
    background: transparent!important;
    transform: translateX(50%)!important;
    color: #f74777!important;
    font-size: 11px!important;
    font-weight: bold!important;
}
.elementor-menu-cart__toggle .elementor-button-icon .eicon{
    font-weight: 700!important;
    color: #32355d!important;
}
div.wishlist_products_counter a.wishlist_products_counter.top_wishlist-heart:hover:before{
    color: #f74777!important;
}
.elementor-menu-cart__toggle:hover .elementor-button-icon .eicon{
    color: #f74777!important;
}
.custom-account-menu .elementor-nav-menu .has-submenu i.icon{
    font-size: 24px;
    margin-top: 4px;
    position: relative;
    left: 10px;
}


/* 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 150px;
    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;
}

.dropdown-menu .sub-menu {
    border-top: 3px solid #f8678f!important;
    padding-top: 20px!important;
}
.tinv_mini_wishlist_list .product_list_widget {
    list-style: none;
    margin: 20px 0px 0px 0px;
}
a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {
    content: '\e909'!important;
}
.ajax-search-button .zyrakids-searchform button {
    color: #fff!important;
    background-color: #F85F89!important;
    border-radius: 0px 10px 10px 0px!important;
}
/*
.ajax-search-custom .ajaxsearchpro{
    background-image: none!important;
    border-radius: 10px!important;
    background-color: #F8F8F8!important;
    border-style: solid!important;
    border-width: 1px 1px 1px 1px!important;
    border-color: #EDEBEB!important;
}
.ajax-search-custom .ajaxsearchpro .promagnifier{
    background-image: none!important;
    background-color: #f85f89!important;
    width: 40px!important;
    height: 40px!important;
}
.ajax-search-custom .ajaxsearchpro .probox{
    height: 40px!important;
}
.ajax-search-custom .ajaxsearchpro .innericon{
    width: 40px!important;
    height: 40px!important;
}*/

.woof_sid_auto_shortcode.woof{
    display: none;
}
h4.filter-title{
	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: 12px;
    text-transform: capitalize;
    font-family: 'Baloo';
    line-height: 16px;
    letter-spacing: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
    font-size: 14px;
    font-family: 'Baloo 2';
    font-weight: 400;
}
.filter-items input[type="checkbox"]{
    width: 14px;
    min-width: 14px;
    height: 14px;
    margin: -1px 10px 0 0;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single {
    font-size: 13px;
    font-family: 'Baloo 2';
    border-radius: 5px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar {
    background-color: #65c4bc;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle {
    border: 4px solid #65c4bc;
    background-color: #fff;
}
.yith-wcan-filters .yith-wcan-filter a.clear-selection {
    font-size: 0.9em;
    font-family: 'Baloo 2';
    background: #f85f89;
    padding: 2px 5px;
    line-height: 14px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip {
    border-radius: 5px;
    color: #fff;
    cursor: initial;
    font-size: 10px;
    line-height: normal;
    padding: 3px 6px;
    font-family: 'Baloo 2';
}
.yith-wcan-filters .yith-wcan-filter .filter-color .with-tooltip .yith-wcan-tooltip:before, .yith-wcan-filters .yith-wcan-filter .filter-label .with-tooltip .yith-wcan-tooltip:before {
    left: calc(50% - 4px);
}
.filters-container form h3{
    text-align: center;
    font-family: 'Baloo 2';
    text-transform: capitalize;
    background: #f85f89;
    font-size: 16px;
    color: #fff;
    padding: 5px 0px;
    letter-spacing: 2px;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label {
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Baloo 2';
    line-height: 14px;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper{
    font-family: 'Baloo 2';
    line-height: 14px;
    font-size: 14px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
    border: 2px solid #f1f1f1;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image {
    border: 2px solid #f1f1f1;
}
.yith-wcan-reset-filters.reset-filters{
    font-family: 'Baloo 2';
    text-transform: capitalize;
    background: #f85f89;
    font-size: 16px;
    border: 0px;
    color: #fff;
    border-radius: 5px;
    padding: 2px 10px;
    font-weight: 700;
    letter-spacing: 1px;
}
.yith-wcan-reset-filters.reset-filters:hover{
    background: #65c4bc;
}
.nothing{
    display: none;
}
.bapf_sfa_taxonomy{
    display: inline-block;
    background: #f1f1f1;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 15px;
}
.bapf_sfa_unall{
    display: inline-block;
}
.bapf_sfa_unall .braapf_unselect_all{
    display: block;
    background: #f85f89;
    padding: 2px 10px;
    border-radius: 5px;
    color: #fff;
}
.bapf_sfa_taxonomy i {
    margin-right: 6px;    
}
.berocket_single_filter_widget{
    margin-bottom: 30px;
}
.bapf_head h3{
    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: 0px;
    padding-left: 15px;
    /* margin: 0 0 20px; */
    text-transform: capitalize;
    font-family: 'Baloo';
    line-height: 16px;
    padding-bottom: 0px;
    margin-bottom: 15px;
}
.divi_checkbox_class .divi_checkbox_class_item input[type=checkbox] {
    border: 1px solid #65C4BC;
}
.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    background: #65C4BC;
}
.bapf_slidr_main.ui-widget-content .ui-slider-handle {
    background: #f85f89;
}
#site-navigation .toggle-cart-widget{
    display: none!important;
}
#accordion-section-freemius_upsell{
    display: none!important;
}
.price {
    color: #F74777;
}
.amount {
    color: #F74777;
}
.woocommerce-variation-price .amount{
    font-size: 24px;
    font-family: 'Baloo 2';
    font-weight: bold;
}
.tinv-wraper.tinv-wishlist {
    font-size: 100%;
    display: inline-flex;
    position: relative;
    top: -29px;
}
.woocommerce div.product form.cart {
    padding: 20px 0px 0px 0px;
}
.woocommerce div.product form.cart .variations .reset_variations {
    position: absolute;
    right: 0px;
    top: 10px;
    background: #5d1110;
    color: #fff;
    border: 0px;
    border-radius: 10px;
    font-family: 'Baloo 2';
    letter-spacing: 1px;
    font-size: 16px;
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations td label {
    font-size: 18px;
}
table.variations td {
    border-bottom: 0px;
}
table.variations tr {
    border-bottom: 1px solid #e9e9e9;
}
.woocommerce div.product form.cart .variations td.label {
    width: 25%!important;
    display: table-cell;
    font-family: 'Baloo 2';
    font-size: 18px;
}
.product_meta {
    font-size: 18px;
    border-bottom: 0px;
    padding-bottom: 0px;
    font-family: 'Baloo 2';
}
.tinvwl_add_to_wishlist-text{
    font-family: 'Baloo 2';
    font-size: 18px;
}
.sizechart_in{
    color: #333;
    font-weight: 600;
    font-family: 'Baloo 2'!important;
    font-size: 18px!important;
}
.sizechart_in .yith-wcpsc-product-size-chart-button{
    color: #000!important;
    font-weight: 700!important;
    background: transparent!important;
    padding: 0px!important;
    margin: 0px!important;
    box-shadow: none!important;
    font-family: 'Baloo 2'!important;
    font-size: 18px!important;
}
.zyrakids-mobile-menu-icon a {
    line-height: 40px!important;
}
.top-promo-code{
    margin-bottom: 0px!important;
}
.mobile-cart .amount{
    font-family: 'Baloo';
    font-size: 18px;
}
.mobile-menu-template .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}
.mobile-menu-template .elementor-widget .elementor-icon-list-item {
    line-height: 16px;
}
.mobile-menu-template .oew-accordion-content .elementor-widget .elementor-icon-list-item {
    line-height: 22px;
}
#side-panel-wrap a.close-panel {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 15px;
    letter-spacing: 2px;
    font-family: Baloo;
}
#side-panel-wrap a {
    color: #f75777;
}
.home .woocommerce ul.products li.product:not(.product-category) .product-inner:hover:before {
    left: 0px!important;
}
/*#side-panel-wrap {
    background-color: #f1f1f1;
}
#side-panel-wrap a.close-panel {
    background-color: #65c4bc;
    color: #fff;
}
#side-panel-wrap a.close-panel:hover {
    background-color: #f75777;
    color: #fff;
}*/

#footer-widgets {
    background-color: #f9f9f9!important;
}
h1, h2, h3, h4, h5, h6, .theme-heading, .widget-title, .zyrakids-widget-recent-posts-title, .comment-reply-title, .entry-title, .sidebar-box .widget-title {
    font-family: Baloo!important;
    color: #32355d;
}
#footer-bottom, #footer-bottom p {
    color: #8f9093!important;
}
#footer-bottom {
    background-color: #f2f2f2!important;
}
#footer-bottom a, #footer-bottom #footer-bottom-menu a {
    color: #8f9093!important;
}

.woocommerce div.product div.woocommerce-product-details__short-description {
    color: #000;
    font-weight: 600;
}
.woo-variation-swatches.wvs-show-label .variations td label {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.sku_wrapper span {
    color: #000;
    font-weight: 600;
}
.product_meta .posted_in a {
    color: #000;
    font-weight: 700;
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations td label {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.woocommerce-variation-description p{
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
@media (max-width: 1024px) {
    .top-custom-logo{
        top: -53px!important;
    }
    .top-custom-logo.elementor-widget-image img{
        max-height: 115px!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;
    }
    .logo-column .elementor-element-populated{
        padding: 0px!important;
    }
    .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
        top: 32%!important;
        background: transparent!important;
        transform: translateX(50%)!important;
        color: #f5f5f5!important;
        font-size: 10px!important;
        font-weight: 400!important;
    }
    .zyrakids-sticky-header-holder{
        height: 148px!important;
    }
    .mobile-header-menu{
        margin-bottom: 10px!important;
    }
    header .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 5px;
    }
    .wcmenucart-total span {
        color: #F74777;
    }
    .wcmenucart-cart-icon .wcmenucart-count{
        color: #F74777;
        border: 2px solid #F74777;
    }
    .wcmenucart-cart-icon .wcmenucart-count:after{
        border: 2px solid #F74777;
    }
}
@media only screen and (max-width: 959px) {
    body.home.content-full-screen header .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
    	max-width: 100%;
	}
    body.default-breakpoint .zyrakids-mobile-menu-icon {
        display: flex!important;
        justify-content: end!important;
        align-items: end!important;
    }
    body.default-breakpoint .zyrakids-mobile-menu-icon .wcmenucart-cart-title{
        display: none;
    }
    .woo-wishlist-link{
        display: none;
    }
    #menu-top-menu{
        display: none;
    }
    .woocommerce div.product form.cart .variations td.label {
        width: 100%!important;
        display: block;
    }
    .sidr-class-elementor {
        display: block!important;
    }
    .side-panel-btn .side-panel-icon {
        font-size: 20px;
    }
}
@media only screen and (max-width: 760px) {
    /*.zyrakids-sticky-header-holder{
        height: 148px!important;
    }
    .mobile-header-menu{
        margin-bottom: 10px!important;
    }
    header .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 5px;
    }*/
    .home-banner-block .elementor-widget-container .elementor-image-box-wrapper {
        padding: 160px 10px 20px 10px;
        border: 2px dashed rgba(255,255,255,0.5);
        border-radius: 25px;
        background: rgba(0,0,0,0.3);
    }
}