body{
  font-family: Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6{
  font-family:  Arial, sans-serif;
}
.fa-star-muted:before {
    content: "\f005";
}
.fa-star{
  color: #fdd835;
}

.header-middle {
  background-color: #111;
  padding: 5px 0px;
}
.header-middle .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.theme1.is-isticky,
.theme1.is-isticky:hover {
  background-color: #111;
}
.main-menu {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.main-menu > li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.main-menu > li:last-child {
  border-right: none;
}
.main-menu > li > a {
  color: #fff;
  line-height: 18px;
}
.cart-block-links.theme1 a {
  color: #fff;
}
.search-group > .btn {
  border-radius: 0 5px 5px 0 !important;
  border: none;
}
.search-group > .form-control {
  background-color: rgba(255, 255, 255, .5);
  border: none;
}
.logo img {
  height: 50px;
  margin: 15px 0px;
}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: #fff;
}
.bg-dark-alt {
  background-color: #1e1e1e !important;
}

.breadcrumb-section .section-title {
  padding-bottom: 10px;
}

.breadcrumb-section {
      background-color: #fae7fc;
    border-bottom: 1px solid #ecbef2;
    box-shadow: 0px 0px 0px 3px #fef5ff;
}

.blog-ctry-menu li.childless a:before {
  display: none;
}
.star-rating span.de-selected {
  color: #ccc;
}
.slider-height {
  height: 403px !important;
}

.col-options {
}
.col-options label {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 14px;
}
.product-price.pp{
  font-size: 2rem;
}


.single-product-desc h1, .single-product-desc h2, .single-product-desc h3, .single-product-desc h4, .single-product-desc h5, .single-product-desc h6{
  color: #9d48a9;
  font-weight: bold;
  margin-bottom: 10px;
}

.single-product-desc h3{
  font-size: 1.5rem;
}

.form-group{
  margin-bottom: 10px;
}
span.req{
  color: red;
}

.banner-thumb{
  border:1px dashed #ccc;
}


.section-title .title{
  font-size: 40px;
}
.section-title .title:after{
  display: none;
}

.left-sidebar{
  border: 1px solid #f1f1f1;
  padding: 10px;
}
.sidbar-widget .title{
  padding-bottom: 8px;
}


.bg-primary{
  background-color: #9d48a9 !important;
}

.product-thumb-large img{
  border: 1px solid #ccc;
}


.product-thumb img{
  padding: 10px;
}

.guli{
  background-color: #9d48a9;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}

.single-product-desc{
  padding: 10px 20px;
}

/*
custom css by shah
*/
.product-tab-menu.single-product .nav-item{
  margin-bottom: 0px;
}
.product-tab-menu.single-product .nav-item .nav-link{
  border:1px solid #ccc;
  border-bottom: 0px;
  text-decoration: none;
  padding: 0px 30px;
  margin: 0px;
}
.product-tab-menu.single-product .nav-item .nav-link.active{
  background-color: #9d48a9;
  border:none;
  color: #fff;
}

.mobile-menu-toggle.theme1 svg path{
    stroke:#fff;
}