#static-page-content {
  display:none;
}

font-family: 'Tajawal', sans-serif !important;

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: right;
    margin: 0 0 2.992em 3.8%;
    padding: 0;
    position: relative;
    width: 40% !important;
    margin-right: 0;
	border: 1px !important;
	border-color: black !important;
}

.blog-post-meta {
	display: none;
}

.blog-post-author{
		display: none;
}

@media (min-width: 768px)
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: right !important;
}

#sidebar {
    width: 90%;
    margin: 50px 0 40px 0;
    padding-left: 10%;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100%;
    clear: none;
}

h2 {
    font-size: 30px;
    line-height: 70px;
    font-weight: 700;
}

.woocommerce #sidebar {
display: none;
width: 0%;
}

@media (min-width: 768px){
.woocommerce .col-sm-7 {
width: 100% !important;
}}

.woocommerce #blog {
width: 100%;
padding: 50px 0 40px 0;
}

@media only screen and (max-width: 767px){
.woocommerce #blog {
max-width: 100% !important;
height: auto !important;
}}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.woocommerce div.product div.images img {
    display: block;
    width: 60% !important;
    height: auto;
    box-shadow: none;
}

#header .top-header {
    position: relative;
    z-index: 3;
    background-color: #a90000 !important;
}

#header {
    width: 100%;
    background-position: center;
    -webkit-background-size: unset !important;
    -moz-background-size: unset;
    -o-background-size: unset;
    background-size: unset;
    background-repeat: no-repeat;
}

.woocommerce ul.products li.product a img {
    width: 20% !important;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}

.markup-format img {
    max-width: 100% !important;
    height: auto !important;
}

@media screen and (max-width: 600px){
    .ecomrceguide-links{
        display: none;
    }
		}