/*
Theme Name: Kidsy Child
Theme URI: http://www.wpbingosite.com/kidsy
Author: wpbingo
Description: This is a child theme for Kidsy
Version: 1.0
Author URI: http://wpbingosite.com
Template: kidsy
Text Domain: kidsy-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
body{
    font-family: 'Roboto', sans-serif;
}
.bwp-header.header-v1 .wpbingo-menu-mobile{
    margin-top: 25px;
}
.woosq-btn-quickview{
color: #000;
    display: inline-block;
    text-align: center;
    background: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #e6e6e6;
    white-space: nowrap;
}
.woosq-btn-quickview:hover{
background: #ff2556;
    border-color: #ff2556;
    color: #fff;
}
.description, label_info, .label_info, .function_info{
    font-size: 18px;
}
.contents-detail .bwp-single-product.one_column .img-thumbnail{
    padding-bottom: 0;
}
.contents-detail .bwp-single-product.one_column .img-thumbnail a img {
    width: 100%;
    height: auto;
}
a.added_to_cart{
    font-size: 14px;
    line-height: 50px;
    margin-left: 3px;
}
.quickview-container .bwp-single-info .quantity input, .single-product .bwp-single-info .quantity input{
    width: 100px;
}
.mini-cart .cart-popup a.product-name{
    font-size: 16px;
}
.mini_cart_item .price{
    font-size: 16px;
}
.mini-cart .cart-popup .quantity{
    line-height: 14px;
}
ul li{
    margin-bottom: 15px;
}
.woocommerce-Price-amount.amount{
    font-size: 16px;
}
.berocket_single_filter_widget .bapf-clean-rounded li label{
    border: 1px solid #ccc;
    padding: 2px 5px;
    font-weight: 400;
    border-radius: 8px;
    margin-bottom: 0 !important;
}
.berocket_single_filter_widget .bapf-clean-rounded li:hover label{
    border-color: #3781df;
    color: #0d59b9;
}
.berocket_single_filter_widget .bapf-clean-rounded ul{
    gap: 5px !important;
}
.bwp-top-bar .display li{
    margin-bottom: 0 !important;
}
.products-thumb img{
    border-radius: 10px;
}
.bwp-header .header-search-form .result-search-products .item-search .item-content a{
    line-height: 16px;
}
#respond p.stars a.star-1:after, #respond p.stars a.star-2:after, #respond p.stars a.star-3:after, #respond p.stars a.star-4:after, #respond p.stars a.star-5:after{
    font-size: 32px;
}
.woocommerce-tabs #tab-reviews #reviews #respond .comment-form .comment-form-rating label{
    line-height: 32px;
}
.woocommerce-tabs #tab-reviews #reviews #respond #commentform .stars{
    margin-bottom: 10px;
}
.bwp-navigation ul.product-categories{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.bwp-navigation ul li.cat-parent{
    width: 33%;
}
.class-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
}
.content-category{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tdm-category-menu {
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 1000;
}

.tdm-category-toggle {
    background: #c50c46;
    color: #fff;
    padding: 12px 16px;
    font-weight: bold;
    cursor: pointer;
    width: 220px;
    border-radius: 5px 5px 0 0;
}
.tdm-category-toggle i{
    margin-right: 10px;
}
.tdm-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
    width: 220px;
}

.tdm-cat-item {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0;
}
.tdm-cat-item::before{
    content: "";
    display: block;
    position: absolute;
    left: -0.5rem;
    right: -0.2rem;
    top: 0;
    height: calc(100% + 1px);
    background: #c50c46;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.2s left, 0.2s right, 0.05s opacity;
    transition: 0.2s left, 0.2s right, 0.05s opacity;
    border-radius: 5px 0 0 5px;
}
.tdm-cat-item:hover::before{
    opacity: 1;
}
.tdm-cat-item:hover::after{
    opacity: 1;
}
.tdm-cat-item::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    border-left: 0.8rem solid #c50c46;
    position: absolute;
    right: -1rem;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.2s left, 0.2s right, 0.05s opacity;
    transition: 0.2s left, 0.2s right, 0.05s opacity;
}
.tdm-cat-item > a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.tdm-cat-item > a:hover,
.tdm-cat-item:hover > a {
    background-color: #c50c46;
    color: #fff;
}

.tdm-cat-item .cat-desc {
    display: block;
    font-size: 12px;
    color: #888;
    font-weight: normal;
}

.tdm-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    width: 600px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: -2;
    padding-left: 40px;
}

.tdm-cat-item:hover .tdm-submenu {
    display: block;
}

.tdm-submenu-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.submenu-col {
    flex: 1 1 25%;
    min-width: 200px;
}

.submenu-col h4 a{
    color: #c50c46;
}
.submenu-col a {
    display: block;
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.submenu-col a:hover {
    color: #c50c46;
    text-decoration: underline;
}
.tdm-category-list {
    display: none;
    border-top: 1px solid #eee;
    position: absolute;
}

.tdm-category-menu.active .tdm-category-list {
    display: block;
    background-color: #fff;
}
.submenu-col h4 {
    font-size: 15px;
    color: #c50c46;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 0 !important;
    line-height: 18px;
}

.submenu-col ul.subcat-grand {
    margin: 0;
    padding: 0;
    list-style: none;
}

.submenu-col ul.subcat-grand li {
    margin-bottom: 0;
}

.submenu-col ul.subcat-grand li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.submenu-col ul.subcat-grand li a:hover {
    text-decoration: underline;
    color: #c50c46;
}
.submenu-col.small-width {
    list-style: none none inside;
    padding: 0;
}
.tdm-submenu.second-level {
    width: 350px;
}
.brand-list .brand-item{
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    margin-bottom: 0;
}
.brand-list .brand-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
