/**
 * Theme Name:     oxoindia
 * Author:         Priyanka
 * Template:       sparkling
 * Text Domain:	   oxoindia

 */
.search_form .wpr-search-form-submit {
	height:43px
}
.search_form input[type="search"]{
	margin-bottom:0px;
}

.Contact_form label{
	font-size:16px;
	
}
.Contact_form input:not([type="submit"]){
	    width: 100%;
    font-size: 15px;
    border: 1px solid #f2f2f2;
    padding: 8px;
}
.Contact_form  textarea{
	height:100px;
	font-size: 15px;
}
.Contact_form input[type="submit"]{
	background-color:#eb2023;
	color:#fff;
	font-size:16px;
	font-weight:600;
	border:none;
	padding:10px 35px;
}

.sidebar #searchsubmit , .well #searchsubmit {
	color:#000
}

.blog-item-wrap .single-featured{
    width:100%;
}
.blog-item-wrap .entry-meta{
    margin-bottom:0px;
}
.blog-item-wrap .elementor-widget-wrap{
    padding:0px ;
}
.category  .page-header {
  
    margin: 20px 0px;
}
.cat_bg{
    background-color:#f8fcfb;
        padding: 50px 0px
}
.category   .well{
    background-color:#fff !important
}
.margint100{
    margin-top:100px;
}
.product_img{
    text-align:center;
}
.product_wrap .price {
    font-size: 20px;
    margin: 10px;
}
.btn.btn-default.read-more{
    color:#fff;
    background-color:#605be5;
}

.product_grid .woocommerce ul.products li.product {
    min-height: 300px;
	margin-bottom:10px;background-color: #f8fcfb;
   
	
}
.product_grid .products {
	margin-bottom:0px
}
.product_grid  .woocommerce ul.products li:hover.product, .woocommerce-page ul.products li:hover.product {
    border: 1px solid #2e328c;
    box-shadow: 0 0 2px #2e328c;
}
.product_grid .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 100%;
    color: #2e328c;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans';
}
.product_grid  .woocommerce-Price-amount.amount{
	font-size: 18px;
    color: #000;
	min-height:20px;
}
.product_grid .woocommerce ul.products li.product .button:hover , .product_grid .woocommerce ul.products li.product .button{
    background: #eb2023;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.product_grid .woocommerce ul.products li.product {
 float: none;
    margin: 20px auto;
}
.counter .wpr-countdown-item {
    margin: 20px !important;
}
	.counter .wpr-countdown-wrap.elementor-clearfix{
		display:block
	}
	.counter .wpr-countdown-item:first-child {
    margin-left: 20px !important;
}
	.counter .wpr-countdown-item:last-child {
    margin-right: 20px !important;
}
.woocommerce-message {
    border-top-color: #605be5;
}
	.woocommerce-message::before {
    content: "\e015";
    color: #605be5;
}
	.woocommerce a.button{
		background-color: #e1272c;
    border-color: #e1272c;
	}
	.woocommerce .quantity .qty {
  
    margin-bottom: 0px;
}
	.woocommerce .woocommerce-message .button{
		margin-right: 20px;
    width: 40%;
	}