.home .product-category .col-inner{
	padding: 10px;
	border-radius: 10px;
}

.home .product-category .col-inner{
	background: #000;
}

.box-image img{
	background: #000;
}

.nav-dropdown-has-border .nav-dropdown{
	background: #000;
}

#top-bar li.html.custom.html_topbar_left{
	font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-search-form-wrapper .searchform-wrapper{
	width: 57%;
  float: right;
}

.header-main .header-inner .flex-col.hide-for-medium.flex-right{
	width: 644px;
}

.header-main .logo-center .flex-right{
	flex: auto;
  order: 3;
}

.header-search-form-wrapper .form-flat input:not([type=submit]), .form-flat select, .form-flat textarea{
	background-color: rgba(255,255,255);
	border-color: rgb(255 255 255 / 0.7);
	border-radius: 0;
  box-shadow: none;
  color: #000!important;
	padding-right:40px;
}

.header-search-form-wrapper .searchform .button.icon{
	margin: 0;
  border-left: 1px solid #9b9b9b!important;
	border-radius: 0!important;
}

.header-nav .account-item .nav-dropdown li a{
color: #fff!important;
}

.header-nav .account-item .nav-dropdown li a:hover{
color: #d3d1d1!important;
}

.header-wrapper .nav-dropdown .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message{
	color: #fff!important;
}

.about-content-half p{
	margin: 0px;
	padding: 0px;
}

.about-content-half p strong, .about-content-full p strong {
	margin-top: 12px;
  float: left;
  width: 100%;
  color: #3e3e3e;
}

.about-content-half p, .about-content-full p{
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

.about-content-full p{
	margin: 0px 0px 20px;
}

.shipping-policy-content h4{
	margin: 0px;
}

.shipping-policy-content p {
	text-align:justify;
}

.return-policy-pra h3 {
	margin: 0px;
}

.return-policy-pra p{
	text-align: justify;
}
.term-services-text h4{
	margin: 0px;
}

.term-services-text p {
	text-align: justify;
}
.product-details-text h4{
	margin: 0px;
}

.space-below{
	padding-bottom: 30px;
}

.wpcf7-submit{
	background-color:#5e5e5e!important;
}

@media only screen and (max-width: 767px) {
  .header-search-form-wrapper .searchform-wrapper {
    width: 100%;
    float: right;
}
}