.header-container .header-wishlist .header-inquiry-link{
  position: relative;
  display: block;
  text-decoration:none;
}
.header-container .header-wishlist .header-inquiry-link i:before {
    font-size: 24px;
    height: 55px;
    line-height: 55px;
}
.header-container .header-inquiry {
    margin-right:0;
}
.header-container .header-sticky.ontop .logo img {
    width:100%;
}
.post-excerpt {
    height:75px;
    overflow:hidden;
}
.breadcrumb-container {
    display:none;
}
.page-wrapper .entry-header {
    margin-top:50px;
}
.search-no-results .shop_tabs, .search-results .shop_tabs, .search-no-results .category-head-title-wrap, .search-results .category-head-title-wrap {
    display:none;
}
.search-results .woocommerce-result-count {
    margin-left:0px;
}
.main-container .shop_tabs .category-tab {
    margin-bottom:20px;
}
.main-container .shop_tabs .category-tab a {
    border: 1px solid;
    padding: 2px 0;
    float: left;
    width:100%;
}
.category-head-title-wrap {
	margin-bottom: 50px;
    text-align: center;
    margin-top: 25px;
}
.category-head-title-wrap .category-head-title {
	font-size: 2.5em;
    text-transform: none;
    margin: 0;
    line-height: 1;
}


.newsletter-subscription-form .wpcf7-response-output {
    display:none !important;
}
.newsletter-field-wrap {
    display:flex;
}
.newsletter-field-wrap .newsletter-submit {
    background: #333333 !important;
    border: none !important;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    font-size: 0.8571em !important;
    height: 35px;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
    outline: none;
    padding: 0 40px !important;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 0 17px 17px 0;
    -moz-border-radius: 0 17px 17px 0;
    border-radius: 0 17px 17px 0;
}
.newsletter-field-wrap .newsletter-email {
    background: #fff !important;
    border: none !important;
    color: #999999 !important;
    display: block;
    font-size: 1em !important;
    height: 35px !important;
    line-height: 35px !important;
    width: 100%;
    padding: 0 20px !important;
    text-align: left !important;
    white-space: nowrap !important;
    -webkit-border-radius: 17px 0 0 17px;
    -moz-border-radius: 17px 0 0 17px;
    border-radius: 17px 0 0 17px !important;
    box-shadow: none;
    outline: none;
    flex-grow: 2;
}
.newsletter-field-wrap .wpcf7-form-control-wrap {
    float: left;   
    width: 100%;
}
div.wpcf7 .newsletter-field-wrap .ajax-loader {
    width:20px;
    margin: 10px 0 0 4px;
}