.middle-align a{ 
  text-decoration:none; 
  color: #666;
  font-size: 15px;
}
.bradcrumbs{
  padding:30px 0;
  font-weight: 500;
  font-size: 15px;
}
.bradcrumbs a{
  background:#222; 
  color:#fff;
  padding:5px 15px;
  margin-right:5px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}
.bradcrumbs a:hover{
  background:#e1261c;
  color: #fff;
}
.bradcrumbs span{
  background:#dddddd; 
  color:#000;
  padding:5px 15px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}
.feature-box img {
  width: 100%;
}
.metabox{
  color:#000;
  padding:15px 0; 
  clear:both;
  margin-left: 1%;
}
.metabox .entry-date{
  background:url('../../images/date.png') no-repeat;
  padding: 0 0 0 20px;
  margin:0 13px 0 0;
}
.metabox .entry-author{
  background:url('../../images/author.png') no-repeat;
  padding: 0 0 0 20px;
  margin:0 20px 0 0;
}
.metabox .entry-comments{
  background:url('../../images/comments.png') no-repeat;
  padding: 0 0 0 20px;
}
.share_icon a{
  padding-bottom: 5px;
  display: inline-block;
}
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  color: #ffffff;
  background-color: #333333;
  width: 36px;
  margin: 0 4px;
  text-align: center;
}
.share_icon i.fab.fa-facebook-f{
  background-color: #3c5a99;
}
.share_icon i.fab.fa-linkedin-in{
  background-color: #007bb5;
}
.share_icon i.fab.fa-google-plus-g{
  background-color: #da4835;
}
.share_icon i.fab.fa-twitter{
  background-color: #55acee;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
}
ul.post-categories {
    list-style: none;
    margin: 0;
}
ul.post-categories a {
    color: #494848;
}
/*------------ Related Post ---------- */
.related-post-content a{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  display: inline-block;
  padding-top: 12px;
}
/* ------ Comments ------- */
#comments{
  margin-top:40px;
}
#comments p {
  width:100%;
  float:left;
}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea{
  padding:12px 10px; 
  font-size:18px;
}
#comments input[type="submit"].submit{
  background:#e1261c !important;
  padding:10px 20px;
  text-transform:uppercase;
  font-weight:bold; 
  margin-top:20px;
  color:#ffffff;
  display: inline-block;
}
/* ----- navigation --------- */
.navigation {
  clear:both;
  position:relative;
  font-size:14px; 
  line-height:13px; 
  font-weight:bold;
}
.navigation span, .navigation a {
  display:inline-block;
  margin: 2px 2px 2px 0;
  padding:10px 15px 10px 15px;
  text-decoration:none;
  width:auto;
  color: #000; 
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.navigation a{
  padding:10px 15px 10px 0;
}
.nav-next a {
  margin-bottom: 30px;
}
span.meta-nav {
  background: #e1261c;
  color: #fff;
}
span.meta-nav:hover {
  background: #fff;
  color: red;
}
.navigation a:hover{
    color:#e1261c;
}
.navigation .current{
  padding:10px 15px;
  background: #e1261c; 
  color:#fff;
  font-weight:normal;
}
/* ------- Sidebar ------ */
#sidebar aside {
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
#sidebar form{
  display: table;
  width: 100%;
}
#sidebar label{
  width:70%;
  float:left;
  margin-bottom:0;
}
#sidebar input[type="search"] {
  background:#fff;
  padding:10px 10px; 
  border:none; 
  font-size:15px; 
  color:#000;width:100%;
}
#sidebar input[type="submit"]{
  background:#e1261c; 
  border:none; 
  color:#fff;
  padding:12px 0;
  width:30%;
  font-size:13px; 
  float:left;
  margin:0;
  border-radius: 0;
}
#sidebar h3 {
  margin: 0 0 10px;
  padding: 15px 10px;
  font-size: 20px;
  background: #e1261c;
  color: #fff;
  letter-spacing: 1px;
}
#sidebar ul {
  list-style:none;
  margin:0; 
  padding:0; 
  font-size:17px;
}
#sidebar ul li{
 margin:0 7px 10px; 
}
#sidebar ul li::before {
  content: "" !important;
  margin-right: 10px !important;
  height: 6px !important;
  width: 5px !important;
  background: #e22626;
  display: inline-block !important;
  position: relative;
  top: -3px;
}
#sidebar ul li a{ 
  color:rgba(0, 0, 0, 0.78);
  line-height: 32px;
  padding: 0 0 0 2%;
}
#sidebar .tagcloud a{
  background:#eeeeee; 
  color:#000; 
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px; 
  display:inline-block;
}
#sidebar .tagcloud a:hover{
  background:#e1261c;
  color:#fff;
}
#sidebar ul.sub-menu {
  visibility: visible;
  position: relative;
  opacity: initial;
}
#sidebar p{
  padding: 0 10px;
}
/*----------Content-vw-----------*/
#content-vw h6 {
  margin: 20px 11px 16px 0;
  font-size: 30px;
  padding: 0;
  font-weight: bold;
  line-height: normal;
  color: #e1261c;
}
#content-vw p{
  text-align:justify;
  line-height: 25px; 
  font-size: 16px;
}
#content-vw hr{
  border:none;
  margin:0 0; 
  clear:both;
}
#content-vw h2{
  font-size:35px; 
  font-weight:normal;
  margin:0;
  padding:0; 
  color:#373737;
  margin:0 0 25px; 
  border-bottom: 3px double #0d243c;
  padding-bottom: 10px;
}
#content-vw h3{
  font-size:36px; 
  font-weight:normal;
  margin:0;
  padding:0; 
  color:#000;
  margin:14px 0 25px; 
}
#content-vw h4{
  font-size:31px; 
  font-weight:bold;
  margin:0;
  padding:0; 
  color:#e1261c;
  margin:10px 0 25px;
}
#content-vw ul{
  list-style:none;
  margin:0 0 0 10px; 
  font-size:16px;
}
#content-vw #comments ul{
  margin: 0!important;
}
#content-vw ol{
  margin:0 0 0 15px;
  padding:10px 0 0 0; 
  font-size:16px;
}
#content-vw ol li{
  padding:0 0 0 0;
  margin:0 0 20px 0;
}
#content-vw ol li:before {
  color: #fff;
  background: #0c1f34;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  width: 40px;
  height: 40px; 
  font-weight:bold;
  display:none;
}
/*------------------------------------ woocommerce css ----------------------------*/
section.related.products h2,.woocommerce-order-details h2,.woocommerce-order-details h3 {
  color: #000;
  font-size: 25px;
  margin-bottom: 1em;
  text-align: left;
  text-transform: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 10px 20px;
  width: 30%;
  border: solid 1px #bbb;
  padding: 10px;
  text-align:center;
}
.woocommerce ul.products li.product .price del {
  display: inline;
  margin-right: 15px;
}
.woocommerce span.onsale {
    background-color: #e1261c;
    font-size: 13px;
    padding: 0;
    box-shadow: 4px 0px 0 0px #000;
}
.woocommerce nav.woocommerce-pagination ul{
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li{
  background: #333;
  border: none;
  margin-right: 5px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
  background: #e1261c;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
h1.woocommerce-products-header__title.page-title {
  font-weight: bold;
  text-shadow: 2px 2px #000;
  color: #e1261c;
  padding-top: 0;
}
p.woocommerce-result-count {
  font-size: 17px;
  font-weight: bold;
  color: #000;
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button{
  text-align: center;
  margin: 10px auto;
  display: table;
}
p.stars span a:focus,p.stars span a:hover{
  color:#e1261c;
}
.woocommerce ul.products li.product .star-rating{
  display: inline-block;
}
.woocommerce ul.products li.product .price,.woocommerce div.product p.price{
  color:#000;
  font-weight: bolder;
  font-size: 15px;
  margin: 10px auto;
}
.woocommerce .related ul.products li.product .price,.woocommerce .related div.product p.price{
  margin: 1px auto;
}
.woocommerce a.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #e1261c;
  padding: 11px 24px;
  color: #fff;
}
.woocommerce div.product .product_title {
  margin-bottom: 1em;
      font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 15px 0 15px 0;
  font-size: 16px;
}
select.orderby {
  background: #fff;
  padding: 10px;
  margin-bottom: 5%;
  border: solid 1px #bbb !important;
  color: #8e8c8c;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  font-size: 15px;
  font-weight: bold;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 20px;
  margin: 2em 0;
}
.woocommerce div.product form.cart {
  margin: 2em 0;
}
span.posted_in a {
  color: #000;
}
#our-products h3 {
  font-size: 25px !important;
  color: #000;
  text-transform: none !important;
  margin-bottom: 2%;
}
#our-products .star-rating {
  display: none;
}
a.checkout-button.button.alt.wc-forward {
    background: #e1261c;
}
input#place_order{
    background: #e1261c;  
}
nav.woocommerce-MyAccount-navigation ul li {
    list-style-type: none;
    padding: 7px 10px;
    background: #eee;
    margin: 0px 0 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #000;
}
.woocommerce-info {
    border-top-color: #e1261c;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #e1261c;
}
.tax-product_cat ul.products li.product .price,.tax-product_cat div.product p.price {
    margin: 1px auto !important;
}
.hovereffect .overlay a {
    color: #fff;
    background: #e1261c;
    padding: 5px;
    border-radius: 10px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 48%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 48%;
}
.woocommerce .quantity .qty {
    padding: 5px;
}
div#tab-reviews {
  padding: 0 10px;
}
section.related.products li:nth-child(4) {
  clear: both;
}
/*---------------- Single Product Page ----------------*/
.woocommerce .woocommerce-breadcrumb a {
    color: #777;
    display: inline;
}
.woocommerce a.button:hover{
  background-color: #dad8da;
  text-decoration: none;
  background-image: none;
  color: red;
}
h1.product_title.entry-title{
  font-size: 30px;
}
/* -------- Blog Page ----------- */
#single_post h4 a{
  color: #222;
  font-size: 22px;
}
#single_post .theme_button{
  color: #222;
  border:2px solid #222 !important;
  display: inline-block;
  padding: 8px 10px;
  font-weight: 600;
}
#single_post .datebox-home{
  padding-top: 10px;
  font-size: 15px;
  font-weight: 600;
}
#single_post .border_box{
  font-size: 15px;
  font-weight: 600;
}
#single_post .border_box i{
  padding-right: 6px;
}
.middle-align{ 
  margin:0 auto; 
}
.post-main-box {
  padding: 15px;
  margin-bottom: 5%;
  border: 1px solid #ddd;
}
/* ------ Comment ------- */
#comments ol.comment-list {
  margin: 0px !important;
}
#comments .comment-author{  
  margin-bottom: 1em;
}
#comments .comment-author.vcard img {
  border: 1px solid #333;
  padding: 2px;
}
#comments a.comment-reply-link{
  color:#000;
  background:#cecece;
  padding:5px 15px;
}
#comments a.comment-reply-link:hover{
  background:#e1261c;
  color: #fff;
}
/* ----- Contact Us ------- */
.middle-align.contact-box {
    padding: 20px 0 20px;
}
.contact-info{
  font-size:16px;
  line-height:26px;
}
h3.contact-page {
  font-weight: bold;
  color: #000;
}
span.contact-email,span.contact-call,.contact-location {
  font-size: 16px;
  color: #333;
  margin-top: 15px;
  display: block;
}
span.contact-email {
  margin-right: 15px;
}
.contact-info i{
  font-size: 30px;
  margin-right: 8px;
  color: #333;
}
.contact-form form{
  margin-top: 25px;
}
/* ---------- Blog Template ----------- */
.postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
  margin:15px 0 0 0;
}

#blog-left-sidebar p{
  padding: 2%;
  line-height: 25px;
}
#blog-right-sidebar p{
  line-height: 25px;
}
.archive.tag .postbox {
  padding:15px 0 26px;
}
#content-vw  h5{
  margin:0 0 15px;
  font-size:20px;
  padding:0; 
  font-weight:bold;
  line-height:normal;
}
#content-vw  h6{
  margin:0 0 15px;
  font-size:17px;
  padding:0; 
  font-weight:bold;
  line-height:normal;
}
.widget_categories select {
  width: 100%;
  padding: 10px;
  color: #fff;
  margin-bottom: 10px;
  background: #111;
  border: 1px solid #555 !important;
}
h1.page-title {
  margin-bottom: 1%;
  margin-top: 0;
}
.posted_in{
  font-size: 15px;
}
ul.post-categories li{
  display: inline-block;
}
#comments .comment-list li{
  margin-bottom: 20px;
}
.single-blog-page h6{
  font-size: 25px;
}
.single-blog-page hr{
  margin-top: 0;
}
.shop-page ul.products li.product{
  width: 30% !important;
  height: 400px;
}
.shop-page #sidebar .recent-post-box a{
  line-height: 20px;
}