/*
Theme Name: Motta Child Theme
Theme URI: http://motta.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: motta
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: motta
*/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-font-smoothing: antialiased;
}
.header-search__categories.header-search__categories--open {
    border-radius: 10px;
}
button, input[type=button], input[type=reset], input[type=submit], .button {
    font-size: 15px;
    font-weight: 700;
}
.motta-mobile-navigation-bar {
    padding: 14px 0 12px;
}
.motta-mobile-navigation-bar__icon {
    flex: 1;
}
.motta-mobile-navigation-bar__icon .motta-svg-icon+em {
    margin-top: 0;
}
.header-right-items>* {
    margin-left: 12px;
}
.page-header__image {
    background-image: none !important;
    background-color: #fff;
    padding: 0;
    border-bottom: 1px solid #dedede;
}
.page-header--standard .page-header__content {
    padding: 0 !important;
}
.page-header--products .page-header__title {
    color: #000 !important;
}

.page-header--products .page-header__content {
    height: 100px !important;
}
.product-featured-icons {
    padding: 0 !important;
}
.header-wishlist a{
    position: relative;
}
.header-wishlist .motta-button--ghost:not(.motta-button--icon-top) .header-counter {
    position: absolute !important;
    top: -6px !important;
    left: auto !important;
    right: -6px !important;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
}
input[type='submit'].dokan-btn, a.dokan-btn, .dokan-btn, .dokan-dashboard .site-content button {
    font-weight: 700;
    border-radius: 0;
}
.single-product-extra-content .icon-box-widget {
    display: none;
}
.wcboost-wishlist-edit-link-wrapper {
    display: none;
}
.woocommerce-checkout .checkout-form-cols .checkout-login .login {
    padding: 16px !important;
    border-radius: 12px !important;
    margin-top: 12px !important;
    border: 1px solid #dedede !important;
    background: #fff !important;
}