/* Enter Your Custom CSS Here */

/**reduce size of header logo**/
.site-title img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    width: 75%;
}

/**reduce margin on bottom of logo**/
.site-header .container {
    padding: 10px 0;
}

.site-title {
    margin: 0 auto;
    padding: 40px 0 0px;
    font-size: 96px;
    font-family: xtreemmedium, sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1em;
    color: #222;
}

/**styling for products layout**/
.product_title {
    margin: 30px 0 5px 0 !important;
    font-size: 20px;
    font-weight: 600 !important;
}

.woocommerce div.product .amount {
    font-size: 24px;
    font-weight: 600 !important;
}

@media only screen and (min-width: 600px) {
.display34 {
	  display: none !important;
 }
}

@media only screen and (max-width: 600px) {
.display35 {
	  display: none !important;
 }
}

.stickybar {
    opacity: 1 !important;
}


.menu-bar .sub-menu li a {
    color: #fff !important;
    background: #000 !important;
    padding: 7px 25px !important;
}

.menu-bar .sub-menu li:hover a {
    color: #ddd !important;
}

.woocommerce ul.products li.product .onsale {
    display: none !important;
}