.woocommerce .eltd-sidebar-holder{
	display:none;
}
.wc-ppcp-product-payments__container .wc-ppcp-product-payment__methods {
  list-style: none;
  padding-left: 4px !important;
}

.eltd-title-holder {
    height: 180px !important;
}

.woocommerce-page .eltd-content button[type=submit]:not(.eltd-woo-search-widget-button) {
    font-family: "Roboto Condensed",sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    outline: 0;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: -.4px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 9px 47px;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 3;
    border-radius: 4px;
	margin-left: -4px;
}

.eltd-woo-normal-space ul.products > .product {
   min-height: 490px !important;
}

.eltd-side-menu .widget a {
      width: 80%;
    border-radius: 5px;
}

.eltd-woo-single-page .woocommerce-tabs {
  width: 100% !important;
}


.archive .eltd-sidebar-holder{
	display:block;
}

.woocommerce .eltd-grid-col-8 {
	width:100%;
}

.eltd-mobile-logo-wrapper a {
	height:auto !important;
}

.eltd-page-header .eltd-menu-area .eltd-logo-wrapper a {
    max-height: 63px !important;
}

.eltd-page-header .eltd-sticky-header .eltd-logo-wrapper a {
    max-height: 63px !important;
}

.single-product table tbody th {
	border-right:0px solid !important;
}

@media (max-width:1150px) {
	.eltd-vertical-align-containers .eltd-position-left {
    width: 40%;
}
	.eltd-mobile-logo-wrapper a {
		height: 36px !important;
    max-height: 51px;
    width: 69%;
}
}

@media (max-width:750px) {
	.eltd-vertical-align-containers .eltd-position-left {
		width:75%;
	}
	.eltd-mobile-logo-wrapper a {
    height: auto !important;
    max-height: 51px;
		width: 60%;
}
	.eltd-woo-single-page .woocommerce-tabs {
		width:100%;
	}
	
	.woocommerce-page .eltd-content button[type=submit]:not(.eltd-woo-search-widget-button) {
		width: 100%;
    margin-top: 10px;
	}
}