.site-info { display: none; }
.site-footer {
    padding: 0.5em 0 0.7em !important;
}
.site-info {
    padding: 0.5em 0 !important;
}
.post-type-archive-product .page-title {
  font-size: 12px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 12px !important;
}
.single-product .product_title{ font-size:20px !important; }


h1 {
  font-size: 20px !important;
}

h2 {
  font-size: 18px !important;
}
h3 {
  font-size: 16px !important;
}

h4 {
  font-size: 14px !important;
}
h5 {
  font-size: 12px !important;
}
h6 {
  font-size: 11px;
}
p {
  font-size: 12px;
}

.breadcrumb-trail{
font-size: 12px !important;
}

label {
   font-size: 12px !important;
}

button, input, select, textarea {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
	font-size: 12px !important;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #c9c9c9;
}


/* Hide the additional information tab */
li.additional_information_tab {
    display: none !important;
}

.sku {
display: none;
}

.posted_in {
display: none;
}

.tagged_as {
display: none;
}

.product_meta {
display: none;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    padding: 1em 1.618em;
    margin-bottom: 2.617924em;
    background-color: #c9c9c9;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
}/* Hide Woo ordering dropdown / 34704110-HC (JJ) */
.woocommerce-ordering {
	display: none;
}/* Hide Woo result count / 34704110-HC (JJ) */
.woocommerce-result-count {
	display: none;
}/* Hide Woo archive title / 34704110-HC (JJ) */
.archive .woocommerce-products-header .page-title {
	display: none;
}/* Hide Woo archive title / 34704110-HC (JJ) */
.archive .woocommerce-products-header .page-title {
	display: none;
}/* multi currency position mobile | 4868772-ZD DZ */
@media screen and (max-width: 678px) {
.col-full {
      display: flex;
            flex-direction: column;
 }
    #secondary {
        order: 1;
    }
#secondary .widget {
        margin-bottom: 10px;
    }
    #primary {
        order: 2;
    }
}
/* Remove Products Header | hc-40524176 */
.woocommerce-products-header {
    height: 0 !important;
    padding: 0 !important;
}
/* Short Product Description Line Height | 40634074-hc (DH)*/
.woocommerce-product-details__short-description {
    line-height: 1 !important;
}
/* Short Product Description Line Height | 40634074-hc (DH)*/
.woocommerce-product-details__short-description {
    line-height: 1.1 !important;
}
/* Woo Product Page Price | 40634074-hc (DH)*/
.single-product div.product p.price {
  margin-bottom: 0.5em;
}
/* Woo Product Page Price | 40634074-hc (DH)*/

.single-product div.product p.price {
  margin-top: 0.1em !important;
}
/* Product Margin | 40634074-hc (DH)*/
.product_title.entry-title {
  margin-bottom: 0 !important;
}