/*
 Theme Name:   CiyaShop Child
 Theme URI:
 Description:  CiyaShop Child Theme
 Author:       TeamWP @Potenza Global Solutions
 Author URI:
 Template:     ciyashop
 Version:      1.0.0
 License:
 License URI:
 Tags:         one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, e-commerce, blog, grid-layout
 Text Domain:  ciyashop-child
*/
.woocommerce ul.products li.product.product-category a img {
    height: 50px;
    width: auto;
}
.woocommerce ul.products li.product.product-category a {
    text-align: center;
    text-align: -webkit-center;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.woocommerce ul.products li.product.product-category .woocommerce-loop-category__title mark.count{
    display: none;
}
.woocommerce ul.products li.product.product-category .woocommerce-loop-category__title {
    position: static;
    background: unset;
    color: #fe3200;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    padding: 5px;
}
.woocommerce ul.products li.product {
    align-self: center;
}

.chat-to-whatsapp .whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #fff;
    position: fixed;
    right: 40px;
    z-index: 999;
    font-size: 24px;
    background: #fe3200;
    line-height: normal;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#back-to-top .top{bottom: 125px;}
.chat-to-whatsapp .whatsapp-pc {
    bottom: 170px;
    width: 40px;
    height: 40px;
}
.chat-to-whatsapp .whatsapp-mobile {
    bottom: 205px;
    width: 35px;
    height: 35px;
}
@media only screen and (max-width: 479px) {
    .woocommerce.columns-1 ul.ciyashop-products-shortcode>li.product, .woocommerce.columns-2 ul.ciyashop-products-shortcode>li.product, .woocommerce.columns-3 ul.ciyashop-products-shortcode>li.product, .woocommerce.columns-4 ul.ciyashop-products-shortcode>li.product, .woocommerce.columns-5 ul.ciyashop-products-shortcode>li.product, .woocommerce.columns-6 ul.ciyashop-products-shortcode>li.product {
        flex: 1;
        flex-basis: 50%;
    }
}
.shop-filter-wrapper .select2-selection--multiple{
    border: 1px solid #aaa;
}
.shop-filter-wrapper .select2-selection--multiple ul{
    display: flex !important;
    flex-flow: row;
}
.shop-filter-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin: 5px 5px;
}
.shop-filter-wrapper .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.shop-filter-wrapper .select2-selection--multiple ul li .select2-selection__choice__remove{
    color: #ffffff;
}

.shop-filter-wrapper .select2-selection--multiple ul .select2-selection__choice{
    color: #ffffff;
    border: none;
    background: #fe3200;
}

/*选项*/
.variations .ciyashop-swatches .swatches-select .ciyashop-text-only {
    font-size: 14px;
    margin: 16px 10px 0 0;
    padding: 12px 46px 12px;
    height: auto;
    line-height: 26px;
    border-radius: 4px;
}
.woocommerce div.product form.cart .variations label {
    font-size: 16px;
}
.variations .value.ciyashop-swatches .swatches-select {
    width: 100%;
}
.variations .ciyashop-swatches .swatches-select .ciyashop-swatch.cs-attr-selected {
    background: #fe3200;
    color: white;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .8);
}
.yr-whatsapp-share:hover{
    background: #fe3200;
    color: white;
}
.yr-whatsapp-share{color:#fe3200;font-weight: 500;font-size: 20px; margin: 5px; padding: 5px;border-radius: 4px}
.widget-visible{
    bottom: 50px !important;
}