.bzotech-navbar-nav .sub-menu > li > a {
    font-size: 16px;
}
.bzotech-navbar-nav li.has-mega-menu .mega-menu,
.bzotech-navbar-nav .sub-menu,
.elbzotech-mini-cart-dropdown-global .mini-cart-content,
.top-filter,
.sidebar-widget,
.widget_price_filter .price_slider_amount .price_label span,
.woocommerce div.product form.cart .single_add_to_cart_button, 
.box-upload .wpcf7-submit, .elbzotech-bt-default,
.product-detail-gallery .mid,
.style-gallery-horizontal .gallery-control img,
.bzotech-form-cart-single .detail-qty,
.woocommerce div.product form.cart button.single_add_to_cart_button,
.wishlist_compare_single_product a,
.bzotech-form-cart-single .variations .type-color .swatch-color,
.tab-product-horizontal .product-tab-title ul,
.mini-cart-button .button ,
.js-filter-hitory .item,
.woocommerce-account .woocommerce-MyAccount-navigation,
.wp-block-search__inside-wrapper, .widget_search .wg-search-form,
.item-list-post-default .post-thumb img,
.item-list-post-default .post-thumb,
.style-item-meta__cats .meta-cats a,
.widget_tag_cloud a, .widget_product_tag_cloud a,
.item-list-post-style2 .post-thumb,
.item-list-post-style2 .post-thumb .meta-post-style1 .meta-cats a,
.content-custom .box-image img,
.meta-post-tags-share .tags-post a,
.bzotech-blog-form-comment .comment-form input[type="text"], 
.bzotech-blog-form-comment .comment-form textarea,
.single-blog-style1 .single-post-media-format img,
.bzoteche-info-box-global-style2 .info-box-icon,
.box-contact-form .wpcf7-form input.wpcf7-text,
.box-contact-form .wpcf7-form textarea,
.elbzotech-mailchimp-global-style2 .content-popup-mailchimp,
.elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"],
.elbzotech-mailchimp-global-style2 input[type="submit"], 
.elbzotech-mailchimp-global-style2 button[type="submit"],
.fancybox-opened .fancybox-skin{
    
    border-radius: 0;
}
.widget_bzotech_attribute_filter .tawcvs-swatches.attribute-type-color {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.widget_bzotech_attribute_filter .tawcvs-swatches.attribute-type-color > a > span{
    display: block;
    width: 20px;
    height: 20px;
}
.widget_bzotech_attribute_filter .tawcvs-swatches.attribute-type-color > a.selected > span{
    border: 1px solid red;
}
.woocommerce div.product form.cart .variations label {
    margin-bottom: 0;
}
.mini-cart-button .button {
    background: var(--bzo-main-color);
}
.mini-cart-button .button:hover {
    background: var(--bzo-main-color2);
}
.elbzotech-mini-cart-global-style1 .mini-cart-content .mini-cart-button .button.checkout { 
    border: 1px solid var(--bzo-main-color2);
}
.elbzotech-mini-cart-global-style1 .mini-cart-content .mini-cart-button .button.checkout:hover {
    opacity: 1;
    background: #fff;
    color: var(--bzo-main-color2);  
}
.product-price .woocs_price_code {
    display: flex;
    gap: 5px;
    align-items: center;
}
.product-price .woocs_price_code del{
    order: 1;
}
.product-detail-info .product-price del .woocommerce-Price-amount {
    top: 0;
}
.content-single-blog .title-post-single {
    margin-bottom: 30px;
}
.single-blog-style2 .content-single-blog .title-post-single {
    margin-bottom: 0;
}
.bzotech-blog-form-comment .comment-reply-title,
.content-single-blog .title-post-single {
    font-size: 40px;
}
.content-single-blog .single-post-media-format .format-gallery {
    position: relative;
}
.content-single-blog .single-post-media-format .format-gallery  img {
    width: 100%;
}
.elbzotech-accordion-global- .box-icon-accor {
    float: right;
}
.elbzotech-mailchimp-global-style2 .info-mailchimp {
    padding: 54px 50px 54px 30px;
}
.elbzotech-mailchimp-global-style2 .content-popup-mailchimp .title,
.elbzotech-mailchimp-global-style2 .info-mailchimp .desc {
    text-align: center;
}
.elbzotech-mailchimp-global-style2 .info-mailchimp .desc {
    color: var(--bzo-body_typo-color);
}
.elbzotech-mailchimp-global-style2 input[type="submit"], 
.elbzotech-mailchimp-global-style2 button[type="submit"] {
    background: var(--bzo-main-color);
    margin-top: 32px;
}
.elbzotech-mailchimp-global-style2 .item-social {
    margin-top: 32px;
    color: var(--bzo-body_typo-color);
    font-size: 24px;
}
.elbzotech-mailchimp-global-style2 input[type="submit"]:hover, 
.elbzotech-mailchimp-global-style2 button[type="submit"]:hover {
    background: var(--bzo-main-color2);
}
.elbzotech-mailchimp-global-style2 .content-popup-mailchimp {
    max-width: 962px;
}
.elbzotech-mailchimp-global-style2 .dont-show input[type="checkbox"]:before {
    background: var(--bzo-main-color);
}
@media(max-width: 767px) {
    .admin-bar .fixed-header.active {
        top: 0;
    }
}