.full-row.full-header-top {
    background-color: #333;
    color: #bbb;
    padding: 6px 0;
    font-size: 12px;
}

.left-header-top {
    display: flex;
}

.hotline_top {
    display: flex;
}

.left-header-top>* {
    display: inline-block;
    margin-right: 15px;
    display: flex;
}

.account_head>* {
    display: inline-block;
}

.the_account {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    opacity: 0;
    z-index: 1000;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    transition: .35s;
    visibility: hidden;
}

.the_account>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.the_account>li:hover>a {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.account {
    position: relative;
    margin-right: 15px;
}

.account:hover .the_account {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.account_head {
    padding: 0;
    margin: 0;
}

.right-header-top {
    text-align: right;
}

.minnicar {
    position: relative;
    background: #3ab54a;
    border-radius: 3px;
}

.views_mini_cart.woocommerce {
    position: absolute;
}

.right-header-top {
    text-align: right;
}

.custom_mini_cart {
    color: #fff;
    padding: 0 8px;
    display: flex;
}


/*mini cart*/

.header_mini_cart {
    background: #3ab54a;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

#custom_close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
}

.header-top-cart {
    position: relative;
}

.views_mini_cart {
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0;
    text-align: left;
    right: 0px;
    width: 300px;
    padding: 5px;
    background: #fff;
    line-height: normal !important;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    color: #222;
    z-index: 1000;
    border-top: 3px solid #34a443;
    visibility: hidden;
}

.views_mini_cart img {
    width: 80px !important;
    height: auto;
}

.woocommerce-mini-cart.cart_list.product_list_widget {
    padding: 0;
    list-style: none;
    max-height: 250px;
    overflow-y: scroll;
}

.views_mini_cart li dl,
.views_mini_cart li dl {
    padding-left: 0 !important;
    border-left: unset !important;
}

.mini_cart_meta {
    width: 50%;
    margin-left: 10px;
}

.views_mini_cart dl.variation dt {
    display: none !important;
}

.views_mini_cart .variation {
    margin-top: 0;
    display: inline-block;
}

.views_mini_cart dl.variation dd {
    margin: 0 !important;
    font-size: 0.85em;
    line-height: 0 !important;
    float: none !important;
}

.views_mini_cart dl.variation dd>p::after {
    content: '/';
    padding: 0 8px;
}

.views_mini_cart dl.variation dd:last-child p::after {
    display: none;
}

.product_name_mini_cart a {
    color: #222;
    text-decoration: none;
}

.minnicar:hover .views_mini_cart {
    opacity: 1;
    visibility: visible;
}

.views_mini_cart .product_name_mini_cart a {
    color: #222;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300 !important;
}

.views_mini_cart .woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 5px 0px;
    position: relative;
    border-bottom: 1px dashed #DDD;
    padding-bottom: 5px;
}

.views_mini_cart .mini_cart_tilte h3 {
    background: #3ab54a;
    margin: 0;
    padding: 5px;
    color: #fff;
}

.views_mini_cart .woocommerce-mini-cart__buttons .wc-forward {
    text-decoration: none;
    padding: 5px 20px;
    border: 1px solid #3ab54a;
    border-radius: 5px;
    text-transform: uppercase;
    color: #3ab54a;
    font-weight: 700;
}

.views_mini_cart .woocommerce-mini-cart__buttons .checkout {
    background: #3ab54a;
    color: #fff;
}

.woocommerce-mini-cart__buttons {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.views_mini_cart .woocommerce-mini-cart__total.total {
    padding: 5px;
    background: #f7f7f7;
    border-radius: 12px;
    text-transform: uppercase;
    margin: 5px 0;
}

.views_mini_cart .remove_prod_mini_cart {
    margin-right: 15px;
}

.views_mini_cart.woocommerce .remove_prod_mini_cart .remove.remove_from_cart_button {
    color: #3ab54a;
}

.views_mini_cart.woocommerce .remove_prod_mini_cart .remove.remove_from_cart_button:hover {
    background: transparent;
    color: #3ab54a !important;
}

.woocommerce.views_mini_cart a.button:hover {
    background: #fff;
    color: #3ab54a;
}


/*end top header*/

.full-row.full-header {
    padding: 15px 0;
    background: #f6f6f6;
    z-index: 999;
}

.wrap-main-header {
    display: flex;
    align-items: center;
}

.header-logo {
    float: left;
}

.header-search {
    float: right;
}
.header-search .searchform{
    display: flex;
}
img.site-logo {
    max-width: 100%;
    max-height: 120px;
    display: block;
}

.header-search .searchform #search-form {
    height: 34px;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    padding: 0 0 0px 11px;
    margin-right: 3px;
    border: 1px solid #e5e5e5;
    max-width: calc(100% - 45px);
}

.search-submit {
    background: #3ab54a;
    color: #fff;
    border-radius: 0;
    padding: 6px 12px;
    line-height: 19px;
    display: inline-block;
    border: none;
    cursor: pointer;
    transition: .3s;
}

@media only screen and (min-width: 1100px) {
    /*.full-header.sticky .header-logo {max-width: 120px;}

.full-header.sticky .main-menu {margin-top: 5px;}

.full-header.sticky .header-search {margin-top: 10px;}*/
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1100px) {
    .header-logo {
        max-width: 150px;
    }
}

@media only screen and (max-width: 900px) {}

@media only screen and (max-width: 768px) {
    .main-menu {
        width: 50px;
        float: right;
    }
    .wrap-menu {
        order: 3;
    }
    .header-search {
        float: none;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 576px) {
    .main-menu {
        width: 50px;
        position: absolute;
        top: -90px;
        right: 10px;
    }
}