/*Quote Form*/
.cf7-qf-v1{
    display: block;
    width: 100%;
}
.cf7-qf-left{
    display: inline-block;
    padding-right: 20px;
}
.cf7-qf-right{
    display: inline-block;
    padding-left: 20px;
}
.qf-line{
	height: 3px;
	margin: 25px 0px 20px 0px;
	background-color: #EF2929;
}
.qf-heading{
	font-family: poppins;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	height: 50px;
	color: #ffffff;
	background-color: #EF2929;
	padding: 10px 5px 10px 5px;
	margin-bottom: 30px;
}
.qf-example {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    margin-top: -3px;
    margin-bottom: 10px;
    text-transform: lowercase;
}

/*Newsletter*/
.tnp-subscription label {
	  font-family: 'Poppins';
	  font-size: 15px;
    color: #ffffff !important;
    letter-spacing: 0.3px;
    font-weight: 300;
}

.tnp-subscription input.tnp-submit {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    background-color: #ffffff;
    color: #E42525;
}

/*Other Styles*/
.flex-direction-nav {
    display: none;
}
.entry-title {
    text-transform: uppercase;
    font-weight: 600;
}
.woocommerce h2 {
    text-transform: uppercase;
}
button.woocommerce-Button.button {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    background: #EF2929;
		color: #ffffff;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    background: #EF2929;
		color: #ffffff;
}
.woocommerce form .form-row label {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}
a.button.product_type_variable {
    background: #EF2929;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: capitalize;
}
#dokan-seller-listing-wrap.grid-view .store-footer .dokan-btn-theme.dokan-btn-round {
    background: #EF2929;
}
#dokan-store-listing-filter-wrap .right .item .dokan-store-list-filter-button {
    background: #EF2929;
}
input[type='submit'].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme {
    background: #EF2929;
}
.dokan-btn {
    background: #EF2929 !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
    background:  #EF2929  !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
    background:  #EF2929  !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
    background:  #EF2929  !important;
}
.dokan-form-group select {
    padding: 0px 5px;
}