
/*Begin Widget Unitest*/
.widget ul li,
.widget ol li
{
    color: var(--bzo-gray-color);
    padding: 4px 0px;
    font-weight: 500;
}
.widget ul li a,
.widget ol li a
{
    color: var(--bzo-gray-color);
    font-weight: 500;
}
.widget ol li a:hover,
.widget ul li a:hover,
.widget ul li.current-cat> a,
.widget ul li a[aria-current=page]
{
    color: var(--bzo-main-color);
}
.widget ul.sub-menu, .widget ul.children {
    padding-left: 15px;
    margin-top: 8px;
}
.widget_nav_menu ul.sub-menu, .widget_nav_menu ul.children {
    padding-left: 15px;
    margin-top: 8px;
}
.detail-content-wrap> .wp-block-calendar{
    margin-bottom: 10px;
}
.detail-content-wrap .wp-block-calendar table,
.widget_calendar table {
    width: 100%;
}
.detail-content-wrap .wp-block-calendar table caption,
.widget_calendar table caption {
    background-color: var(--bzo-main-color);
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    font-weight: 700;
}
.detail-content-wrap .wp-block-calendar table th ,
.widget_calendar table th 
{
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 2em;
    padding: 5px 5px;
}
.widget_calendar table td,
.detail-content-wrap .wp-block-calendar  table td
 {
    border: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    line-height: 2em;
    padding: 5px 5px;
}
.widget_calendar table tbody td a,
.detail-content-wrap .wp-block-calendar table tbody td a
 {
    color: #53ac82;
}
.detail-content-wrap .wp-block-calendar  table tfoot td,
.widget_calendar table tfoot td
 {
    border: 0;
    padding: 0;
}
.detail-content-wrap .wp-block-calendar  table tfoot td#prev,
.widget_calendar table tfoot td#prev
 {
    text-align: left;
}
.widget_calendar table tfoot td#next,
.detail-content-wrap .wp-block-calendar  table tfoot td#next
 {
    text-align: right;
}
.detail-content-wrap .wp-block-calendar  table tfoot,
.widget_calendar table tfoot,
.widget_calendar .wp-calendar-nav,
.detail-content-wrap .wp-block-calendar  .wp-calendar-nav
{
    background: var(--bzo-main-color);
    color: #fff;
}
.widget_calendar table tfoot a,
.detail-content-wrap .wp-block-calendar table tfoot a,
.detail-content-wrap .wp-block-calendar .wp-calendar-nav a,
.widget_calendar .wp-calendar-nav a
 {
    display: inline-block;
    color: #fff;
    padding: 2px 15px;
}
.widget_calendar table tfoot a:hover,
.detail-content-wrap .wp-block-calendar table tfoot a:hover
 {
    color: #53ac82;
}

.textwidget p > img{
    margin: 6px 0;
}
.entry-content > p,
.rssSummary,
.widget p{
    
    margin: 0 0 25px;
    line-height: 24px;
}
.rssSummary{
    margin-top: 15px;
}
a.rsswidget{
    font-weight: bold;
}
.rss-date{
    color: #999;
}
.widget.widget_rss ul li{
    border-bottom: 1px dashed var(--bzo-border-color);
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.widget.widget_rss .widget-title {
    display: flex;
    align-items: center;
}
.widget.widget_rss .widget-title .rsswidget{
    margin-right: 5px;
}
.widget.widget_rss .widget-title .rss-widget-icon{
    width: 16px;
}
.widget.widget_rss ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget select::-ms-expand {
    display: none;
}
.widget-select-type,
.widget_categories form,
.widget_text form
{
    position: relative;
}
.widget-select-type:after{
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    right: 15px;
    bottom: 17px;
    pointer-events: none;
}
.widget_categories form:after,
.widget_text form:after{
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 17px;
    pointer-events: none;
}
.widget select {
    max-width: 100%;
    border: none;
    height: 60px;
    padding: 0 15px;
    display: block;
    width: 100%;
    border-radius: 0px;
     -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: #F5F5F5;
    border-radius: 10px;
    color: #A1A1A1;
}
.widget_tag_cloud a,
.widget_product_tag_cloud a
{
    font-size: 16px !important;
    font-weight: 500;
    margin-right: 12px;
    color: #5C5C5C;
    background: #F0F0F0;
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: none;
    padding: 0px 12px;
    text-transform: capitalize;
}

.sidebar-type-style2 .widget_tag_cloud a,
.sidebar-type-style2 .widget_product_tag_cloud a
{
    background: #efefef;
    color: #8f8f8f;
}

.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover
{
    color: #fff;
    background: var(--bzo-main-color);
    border-color:var(--bzo-main-color);
}

.widget_tag_cloud .tagcloud{
    margin-bottom: -10px;
}
/*Widget theme css*/
.wp-block-search__label,
.wp-block-group__inner-container >h2,
.widget-title {
    margin: 0 0 30px 0;
    font-size: 20px;
    color: var(--bzo-main-color2);;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
    display: inline-block;
}
.widget {
    margin-bottom: 60px;
}
.widget:last-child {
    margin-bottom: 0px;
}
.widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul > li,
.widget ol > li
{
    line-height: 24px;
}
.wp-block-search__inside-wrapper,
.widget_search .wg-search-form{
    display: flex;
    background: #F5F5F5;
    border-radius: 10px;
    position: relative;
}
.wp-block-search__inside-wrapper .wp-block-search__input{
    padding: 0px 20px;
}
.wp-block-search__inside-wrapper .wp-block-search__input,
.widget_search .wg-search-form input[type="text"]{
    border: none;
    height: 60px;
    width: 100%;
    background: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 18px;
    color: #000!important;
}
.widget_product_search input[type=search]::-webkit-input-placeholder,
.widget_product_search input[type=search]:-ms-input-placeholder,
.widget_product_search input[type=search]::placeholder,
.widget_search .wg-search-form input[type="text"]::-webkit-input-placeholder,
.widget_search .wg-search-form input[type="text"]:-ms-input-placeholder,
.widget_search .wg-search-form input[type="text"]::placeholder
{
    color: var(--bzo-main-color2);
    font-size: 18px;
}
.wp-block-search__inside-wrapper .wp-block-search__button,
.widget_search .wg-search-form input[type="submit"]{
    border-radius:0px;
    border: none;
    font-size: 0;
    background: transparent;
     background-image: url('../images/search-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    width: 60px;
    padding: 0;
    cursor: pointer;
}
.widget_search .wg-search-form button{
    border: none;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: var(--bzo-body_typo-color);
    border-radius: 10px;
    background-color: transparent;
}
.widget_search .wg-search-form button:hover{
    color: var(--bzo-main-color);
    cursor: pointer;
}
.widget_product_search .woocommerce-product-search{
    display: flex;
    background: #F5F5F5;
    border-radius: 10px;
    position: relative;
}
.widget_product_search .woocommerce-product-search input[type=search]{
    border: none;
    height: 60px;
    line-height: 60px;
    border-right: none;
    border-radius:0px;
    width: 100%;
    background: transparent;
}
.widget_product_search .woocommerce-product-search button{
    color: #000;
    text-transform: uppercase;
    border-radius: 0px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: transparent;
    padding: 0 10px!important;
    min-width: 60px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 1;
    position: relative;
    font-size: 0px;
    border: none;
    border-left: none;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.widget_product_categories .select2-container--default .select2-selection--single{
    height: 60px;
    line-height: 60px;
    border: 1px solid var(--bzo-border-color);
    border-radius: 0px;
}
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 60px;
    padding: 0px 20px;
    color: #000;
    font-size: 14px;
}
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 60px;
    right: 10px;
}
.widget_shopping_cart .mini-cart-button{
    display: block;
        margin: 0px;
}
.widget_shopping_cart .mini-cart-button .button {
    padding: 0 15px!important;
    width: 100%;
    margin: 0px!important;
    margin-bottom: 5px!important
}
.widget_shopping_cart .mini-cart-button .button:last-child {
    margin-bottom: 0px!important
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 80px;
    border-radius: 15px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 15px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child, .widget ul li:first-child {
    padding-top: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child, .widget ul li:last-child, .widget ol li:last-child{
    padding-bottom: 0;
}
ul.product_list_widget li .product-title{
    margin-bottom: 10px;
    display: inline-block;
    width: calc(100% - 85px);
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--bzo-main-color2);
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
ul.product_list_widget li .product-title:hover{
    color: var(--bzo-main-color);
}
ul.product_list_widget li .wrap-rating li{
    padding-bottom: 6px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0px 20px!important;
}
.select2-container--default .select2-selection--multiple {
    border:  1px solid var(--bzo-border-color)!important;
    border-radius: 0px!important;
     height: 60px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    margin: 0px!important;
}
.select2-container--default .select2-search--inline .select2-search__field{
     height: 58px;
}
.widget_price_filter .price_slider_amount .button{
    font-size: 18px;
}
.woocommerce-widget-layered-nav-dropdown__submit {
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #000;
    font-family: var(--bzo-title_typo-font-family);
    border-radius: 0px;
    padding: 0 35px!important;
    min-width: 120px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 1;
    position: relative;
    font-weight: 700;
}
.woocommerce-widget-layered-nav-dropdown__submit:hover{
    background: var(--bzo-main-color);
    color: #000;
    box-shadow: none;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #B7B7B7;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    height: 6px;
}
.widget_price_filter .ui-slider .ui-slider-handle{
        height: 18px;
    width: 18px;
    border-radius: 50%;
    top: -6px;
    border: 2px solid #fff;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -10px;
}
.widget_price_filter .ui-slider .ui-slider-handle:nth-child(2) {
    margin-left: 0;
}
.widget_price_filter .price_slider_amount .price_label{
    font-size: 18px;
}
.widget_price_filter .price_slider_amount{
    line-height: inherit;
}
.widget_price_filter .price_slider_amount .price_label span{
    border: 1px solid #898989;
    padding: 0px 20px;
    height: 28px;
    line-height: 28px;
    border-radius: 30px;
    font-size: 14px;
    color: var(-bzo-main-color);
}
.widget_price_filter .widget-title{
    /*margin-bottom: 57px;*/
}
.widget .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 10px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__arrow:after{
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 14px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-handle
{
    background-color: var(--bzo-main-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-range{
     background-color: var(--bzo-main-color);
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0px 0 8px;
}
/*css style list type count number*/

.widget_archive .count,
.widget_product_categories .count,
.widget_categories .count
{
    float: right;
    color: #999;
}
.detail-content-wrap>table th, .desc-comment-text>table th, .entry-content>table th {
    color: var(--bzo-main-color);
}

.detail-content-wrap .wp-block-archives-list li{
    padding: 4px 0px;
}

.detail-content-wrap .wp-block-search .wp-block-search__input {
    border-right: none;
    height: 60px;
    width: 100%;
}
.detail-content-wrap .wp-block-tag-cloud a {
    font-size: 16px !important;
    font-weight: 500;
    margin-right: 12px;
    color: #5C5C5C;
    background: #F0F0F0;
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: none;
    padding: 0px 12px;
    text-transform: capitalize;
}
.detail-content-wrap .wp-block-tag-cloud a:hover {
    background: var(--bzo-main-color);
    color: #fff;
}
.detail-content-wrap>.wp-block-search,
.detail-content-wrap>.wp-block-tag-cloud
{
    margin-bottom: 60px;
}
.detail-content-wrap .wp-block-search .wp-block-search__button {
    margin: 0px;
    border: navajowhite;
    color: #fff;
    padding: 0px 30px;
    line-height: 60px;
    text-align: center;
    font-family: var(--bzo-title_typo-font-family);
    text-transform: uppercase;
    font-weight: 700;
}
.detail-content-wrap .wp-block-categories-dropdown select,
.detail-content-wrap .wp-block-archives-dropdown select
{
    width: 100%;
    height: 60px;
     -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
        background: #F5F5F5;
    border-radius: 10px;
    color: #A1A1A1;
    border: none;
}
.detail-content-wrap .wp-block-categories-dropdown label,
.detail-content-wrap .wp-block-archives-dropdown label
{
    margin-bottom: 30px;
        font-size: 20px;
    color: var(--bzo-main-color2);
    font-weight: 600;
    text-transform: capitalize;
}
.detail-content-wrap .wp-block-categories-dropdown ,
.detail-content-wrap .wp-block-archives-dropdown 
{
    margin-bottom: 60px;
}
.wp-block-latest-comments__comment{
    margin-bottom: 0;
}
/*End Widget Unitest*/
.wp-block-latest-posts.wp-block-latest-posts__list,
.widget_archive>ul,
.widget_recent_comments>ul,
.widget_meta>ul,
.widget_recent_entries>ul,
.widget_rss>ul,
.widget_categories>ul,
.widget_nav_menu>div,
.widget_product_categories>ul.product-categories,
.woocommerce-widget-layered-nav>ul.woocommerce-widget-layered-nav-list,
ol.wp-block-latest-comments{
    margin-top: -8px;
}

