/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/
.logged-in .col-full.topbar-wrapper {
    background-color: #0f6e0f !important;
	line-height: 10px;
}
.logged-in .top-bar-right * {
    font-size: 14px;
    color: white;
}
.logged-in a.linkBold {
    font-weight: bold;
    font-size: 14px !important;
}
.logged-in span.gamma.widget-title {
    top: 5px;
    position: relative;
}
.logged-in .top-bar .widget_nav_menu.top-bar-right ul li {
    margin-right: 4px!important;
    border-radius: 100%;
    top: 1px;
}
.logged-in .top-bar-right.widget_nav_menu {
    max-width: 135px;
}
.logged-in form.woocommerce-product-search {
    max-width: 600px;
    margin: 0;
    margin-top: 18px;
	min-width: calc(100vw - 650px);
    margin-left: 0px;
}
.logged-in input.search-field{
    border: 1px solid #c2c2c2;
    border-radius: 1px;
	padding-top: 6.5px;
    padding-bottom: 6.5px;
}
.logged-in .main-nav-center-loggedin.woocommerce.widget_product_search {
    display: flex;
    justify-content: center;
}
.logged-in .woocommerce-product-search::before {
    top: 10px;
    left: 10px;
}
.logged-in .widget_product_search form button[type=submit] {
    clip: initial;
    right: 0;
    left: auto;
    background-color: red;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    height: 100%;
    padding: 7px 15px;
    cursor: pointer;
}
.logged-in #menu-main-nav-right-loggedin li {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
}
.logged-in .main-nav-center-loggedin.widget_nav_menu {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    z-index: 999;
}
.logged-in #menu-main-nav-right-loggedin li a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.logged-in #logged_in_menu{
	background: #e2e2e2;
}
.woocommerce-product-details__short-description a {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px 30px;
}
.woocommerce-product-details__short-description a:before {
    content: '';
    background: url(/wp-content/themes/shoptimizer-child-theme/images/pdf.png) center center / cover no-repeat;
    width: 50px;
    display: inline-block;
    height: 50px;
    margin-right: 8px;
}
body .shoptimizer-mini-cart-wrap {
    z-index: 9999;
}
.woocommerce-checkout #payment-method {
    display: none;
}