.panel-row-style {
  background-position: center top !important;
}
.woocommerce-page #primary.col-md-9{
  width: 100% !important;
}
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce-breadcrumb{
  display: none;
}

.product_title { font-size: 32px !important; }

@media only screen and (min-width: 1025px) {
  .header-wrap .row { 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex; 
    align-items: center;
  }
}
.slide-inner {
	position: absolute;
	top: 96% !important;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	width: 100%;
	min-height: 260px;
	padding-top: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}




.overlay {
  background: transparent !important;
}
.panel-row-style {
  background-position: center top !important;
}


.page-wrap .content-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: transparent !important;
}

.page-wrap {
  padding-top: 0 !important;
}

.page-wrap {
  padding-bottom: 0 !important;
}
.page-id-9 div.container.content.wrapper {
  display: none !important;
}

.widget-area {
      background-color: transparent !important;
}

/* unvisited link */
a:link {
    color: #cccccc;
}

/* visited link */
a:visited {
    color: #cccccc;
}

/* mouse over link */
a:hover {
    color: #755c89;
}

/* selected link */
a:active {
    color: #755c89;
}

.quantity input.qty {
width: 4.8em;
padding: 2px 2px;
font-size: 14px !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 1px solid #e6e6e6;
border-right: 0;
border-left: 0;
text-align: center;
float: left;
z-index: 10;
}

h1{
text-transform: none !important;
}
h2{
text-transform: none !important;
}
h3{
text-transform: none !important;
}h4{
text-transform: none !important;
}



table {
	width: 100%;
}
th,td {
	border: 0px solid #333;
	padding: 5px;
	text-align: center;
}	

	.preloader {
	    background: none repeat scroll 0 0 #000000;
	    height: 100%;
	    opacity: 1;
	    position: fixed;
	    text-align: center;
	    transition: all 0.5s ease 0s;
	    width: 100%;
	    z-index: 9999;
	}
@media only screen and (max-width: 1024px) {
	.preloader {
		display: none !important;
	}
  <!-- WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory. -->