/*
Theme Name: Caltheme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team With Cal Studio
Author URI: https://www.cal-webdesign.com
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.1.1624517420
Updated: 2021-06-24 06:50:20

*/

body, html {
    height: 100%;
    width: 100%;
}
body {
    font-family: 'Montserrat', Sans-Serif;
	font-weight: normal;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Sans-Serif;
	font-weight: 600;
    color: #000;
    line-height: 1.3 !important;
	text-transform: capitalize;
	margin-bottom: 0;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 21px;
    margin-top: 15px;
	margin-bottom: 5px;
}
h4 {
    font-size: 18px;
}
p {
    line-height: 1.5;
    margin-bottom: 15px;
}
hr {
    max-width: 50px;
    border-color: #000000;
    border-width: 1px;
}
hr.light {
    border-color: #fff;
}
a {
    color: #000;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    text-decoration: none;
    color: #EA1E27;
}
.text-faded {
    color: rgba(255, 255, 255, 0.9);
}
.margin-bottom {
    margin-bottom: 30px;
}
.no-padding {
    padding: 0;
}
section {
    padding: 60px 0;
}
.section-heading {
    margin-top: 0;
}
::-moz-selection {
    color: #fff;
    background-color: #EA1E27;
    text-shadow: none;
}
::selection {
    color: #fff;
    background-color: #EA1E27;
    text-shadow: none;
}
img::selection {
    color: #fff;
    background-color: transparent;
}
img::-moz-selection {
    color: #fff;
    background-color: transparent;
}
ul, ol {
    padding: 0;
    margin: 0 0 1.5em 1.5em;
}

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 0px !important;
}
.classic .elementor-post__thumbnail__link .elementor-post__thumbnail {
    margin-bottom: 20px;
}

.elementor-pagination {
	margin-top: 40px;
}
.elementor-pagination .page-numbers {
	color: #000;
	padding: 15px;
	border-radius: 0px;
}
.elementor-pagination .page-numbers:hover {
	color: #ffffff !important;
	background-color: #EA1E27;
}
.elementor-pagination .page-numbers.current {
	color: #ffffff !important;
	background-color: #EA1E27;
	padding: 15px;
}

.elementor-slide-heading {
}
.elementor-slide-heading img {
	display: inline-block !important;
	text-align: left;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
}
.swiper-slide-contents {
	/* padding: 30px;
	border: solid 6px #000; */
}
.title-separator {
	width: 80px;
	height: 5px;
	background-color: #EA1E27;
	position: absolute;
	left: 50%;
	margin-top: 20px;
	margin-left: -40px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/wp-content/uploads/2021/06/loading.gif') 50% 50% no-repeat #fff;
    background-size: 50px 50px;
}
.elementor-editor-active .loader{
    display: none;
}
#gototop {
  opacity: 0;
  visibility: hidden;
  transition: 
    opacity .5s, visibility .5s;
  -moz-transition: opacity .5s, visibility .5s;
  -webkit-transition: opacity .5s, visibility .5s;
  -o-transition: opacity .5s, visibility .5s;
}
#gototop.show {
  opacity: 1;
  visibility: visible;
}

.section-no-padding section {
	padding: 0 0;
}
.no-margin-bottom.elementor-widget:not(:last-child) {
	margin-bottom: 0;
}
.p-no-margin p {
    margin-bottom: 0px;
}
.h3-no-margin-top h3 {
    margin-top: 0px;
}

.elementor-upload-field, .pafe-form-builder-upload input {
    background-color: #FAF9F5;
    border: 1px solid #FAF9F5;
    border-radius: 0;
    width: 100%;
    padding: 8px 15px;
}

.elementor-social-icons-wrapper .elementor-grid-item, .elementor-widget-share-buttons .elementor-grid-item {
	margin-right: 10px;
}
.elementor-social-icons-wrapper .elementor-grid-item:last-child, .elementor-widget-share-buttons .elementor-grid-item:last-child {
	margin-right: 0px;
}

/* Sticky header */
selector.elementor-sticky--effects {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
selector {
	transition: background-color 1s ease !important;
}
selector.elementor-sticky--effects > .elementor-container {
	min-height: 70px !important;
}
selector > .elementor-container {
	transition: min-height 1s ease !important;
}
.logo img {
    max-width: 150px;
    height: auto;
    transition: all 0.5s ease
}
.elementor-sticky--effects .logo img {
    max-width: 50px;
    height: auto;
}
@media screen and (max-width: 575px) {
selector.elementor-sticky--effects > .elementor-container {
    min-height: 70px !important;
}
.logo img {
    max-width: 50px;
    height: auto;
    transition: all 0.5s ease
}
}

/* Woocommerce */
table {
    font-size: 16px;
}
.woocommerce-product-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.woocommerce-product-search input[type="search"] {
    padding-right: calc(40px / 3);
    padding-left: calc(40px / 3);
    margin-right: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea {
	font-size: 16px;
	padding: 8px 20px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;    
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
input[type=search] {
	font-size: 16px;
	padding: 12px 20px;
	border: 1px solid #fff;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 16px;
    font-weight: 600;	
	color: #ffffff;	
    line-height: 1;
	text-decoration: none;
	text-transform: capitalize;
	padding: 12px 20px;
	margin: 0;
	display: inline-block;
    position: relative;
    left: auto;
	overflow: visible;
	background-color: #EA1E27;
    background-image: none;
	border: 1px solid #EA1E27;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	box-shadow: none;
    text-shadow: none;
	cursor: pointer;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #ffffff;
	text-decoration: none;
	background-color: #231F20;   
    background-image: none;
	border: solid 1px #231F20;
	opacity: 1;	
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #ffffff;
	text-transform: capitalize;
	padding: 12px 20px;
	background-color: #EA1E27;
	border: solid 1px #EA1E27;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    color: #ffffff;
	border: solid 1px #231F20;
	background-color: #231F20;
}
[type=button], [type=submit], button, [type=submit]:focus, button:focus {   
	font-size: 16px; font-weight: 600;
    	color: #000;
    	text-align: center;
    	text-transform: capitalize;
	padding: 12px 20px;
    display: inline-block;
    background-color: #fff;
	border: 1px solid #fff;    
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	white-space: nowrap;
}
[type=button]:hover, [type=submit]:hover, button:hover {
	color: #fff;
	border: solid 1px #000;
	background-color: rgba(0,0,0,0.5);
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    	color: #fff;
	padding: 12px 20px;
    	cursor: not-allowed;
    	opacity: .5;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
    	color: #ffffff;
	border-color: #231F20;
	background-color: #231F20;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], select, textarea {
	border-radius: 5px;
}
.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    	background: #F2F3F5;
    	border-radius: 10px;
}
.single-product .woocommerce-info, .single-product .woocommerce-message {
	position:absolute;
	top: 278px;
	margin-top: 18px;
	z-index: 109;
	width: 100%;
	margin-bottom: 0;
}
.woocommerce-info, .woocommerce-message, .woocommerce-error {
    border-top-color: #EA1E27;
	margin-bottom: 10px;
}
.woocommerce-info::before, .woocommerce-message::before, .woocommerce-error::before {
    	color: #EA1E27;
}
.woocommerce div.product form.cart div.quantity {
	margin: 0 0 0 0;
}
.woocommerce .quantity .qty {
	text-align: center;
    	width: 100%;
}
.woocommerce table.variations td {
	padding: 10px !important;
}
.woocommerce div.product.elementor form.cart table.variations td.value select {
	padding: 10px !important;
	border-radius: 5px !important;
	position: relative !important;
	background-color: #fff !important;
}
.woocommerce div.product.elementor form.cart table.variations td.value::before {
	margin-right: 0px !important;
	width: auto !important;
}
.woocommerce-variation.single_variation {
	margin-bottom: 40px;
}
.woocommerce-variation.single_variation .woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #EA1E27;
}
.woocommerce div.product.elementor form.cart table.variations td.value::before, .woocommerce div.product.elementor form.cart table.variations td.value select {
	font-size: 16px !important;
	height: auto !important;
}
form.cart table.variations td.value::before {
	background-color: transparent !important;
}
.woocommerce div.product .stock, .woocommerce div.product p.stock {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
}
.woocommerce table.shop_attributes td p {
	padding: 0;
}
.woocommerce table.shop_attributes td {
	font-style: normal;
	padding: 8px;
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
	border-bottom: 1px solid #ddd;
}
.woocommerce table.shop_attributes tr:first-child {
	border-top: 1px solid #ddd !important;
}
.woocommerce span.onsale {
	text-transform: uppercase;
	background-color: #EA1E27;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
	padding: inherit !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.woocommerce-tabs h2 {
	margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    	padding: 0 1em;
	margin: 0 0;
	border: 1px solid #d3ced2;
	border-radius: 5px 5px 0 0;
	display: inline-block;
	position: relative;
    	background-color: #ebe9eb;
    	z-index: 0;
}
.woocommerce div.product.elementor ul.tabs li a {
	text-transform: uppercase;
	padding: 12px 20px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-radius: 5px;
	background-color: #fff;
}
section.related {
	padding: 0 0;
}
.related h2 {
	margin-bottom: 20px;
}
.elementor-widget-container h5 {
	margin-bottom: 10px;
}
.elementor-widget-container .price_slider.ui-widget {
	margin-bottom: 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    color: #ffffff;
	background-color: #EA1E27 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 18px !important;
}
.select2-selection {
	height: 36.8px !important;
}
.dropdown-wrapper {
	margin-top: -36.8px !important;
}
.woocommerce-MyAccount-navigation li {
	list-style: none;
}
.woocommerce-MyAccount-navigation li a, .woocommerce-MyAccount-navigation li a:focus {
	font-weight: 600;
	color: #ffffff;
	text-transform: capitalize;
	padding: 8px 20px;
	margin-left: -20px;
	display: block;
	border: solid 1px #EA1E27;
	border-radius: 0px;
	background-color: #EA1E27;
}
.woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li.is-active a {
	color: #ffffff;
	background-color: #231F20;
	border: solid 1px #231F20;
}
.woocommerce-MyAccount-content fieldset {
	padding: 20px;
	margin-bottom: 20px;
	border-width: 1px;
	border-color: #ddd;
	border-style: solid;
}
/* .woocommerce-account .woocommerce-MyAccount-navigation {
	width: 17%;
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: 83%;
	padding: 4px 14px 4px 35px;
} */
.woocommerce-account .woocommerce-MyAccount-navigation {
    	float: left;
    	width: 100%;
		display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    	float: left;
    	width: 100%;
}
/* .woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin-bottom: 30px;
	margin-left: 0;
}
.woocommerce-MyAccount-navigation li {
    margin-right: 5px;
    	margin-left: 20px;
    	margin-bottom: 10px;
	display: inline-block;
	list-style: none;
} */
.woocommerce-Address .edit {
	font-weight: 600;
	font-size: 16px;
	color: #231F20;
	text-transform: capitalize;
	padding: 8px 20px;
	margin-left: -20px;
	border: solid 1px #F2F3F5;
	border-radius: 10px;
	display: block;
	margin-bottom: 10px;
	background-color: #F2F3F5;
}
.woocommerce-Address .edit:hover {
	color: #ffffff;
	background-color: #EA1E27;
	border: solid 1px #EA1E27;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 8px 6px 8px 6px;
    margin: 0 10px 0 0;
	border: 1px solid #ddd;
	float: left;
	box-sizing: border-box;
    outline: 0;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 160px;
	padding: 8px 20px;
}
.woocommerce table.shop_table {
    border: 0px solid rgba(0,0,0,.1);
}
table td, table th {
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
	padding: 15px;
    border: 1px solid #ddd;
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
}
table tfoot th, table thead th, .woocommerce table.my_account_orders {
    font-size: 16px;
}
.widget_product_categories h5 {
	font-size: 24px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0 0 !important;
}
.woocommerce ul.products li.product a img {
}
.elementor-element.elementor-element-b4de0d3.elementor-wc-products ul.products li.product .price del .amount {
	color:#EA1E27 !important;
}
.elementor-element.elementor-element-b4de0d3.elementor-wc-products ul.products li.product .price ins .amount {
	color:#FD6D75 !important;
}
.woocommerce ul.products li.product .price {
	font-size: 16px;
}
ul.product-categories {
	list-style: none;
}
ul.product-categories li {
	padding: 10px 0px;
	margin-left: -20px;
	border-bottom: solid 1px #ddd;
}
.woocommerce form.login, .woocommerce form.register {
	border: 1px solid #ddd;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #F2F3F5;
	border-bottom: 1px solid #fff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #EA1E27;
}
.cart_totals h2 {
	display: none;
}
#customer_details {
	width: 48%;
	float: left;
}
#order_review {
	width: 48%;
	float: right;
}
#order_review_heading {
	margin-bottom: 5px;
}
.woocommerce-order section {
	padding: 0 0;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	border-color: #cccccc;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 90;
}

.woocommerce ul.order_details {
	margin: 2em 0 2em;
}
.woocommerce ul.order_details li {
	text-transform: capitalize;
}

.jet-cw-remove-button.jet-wishlist-item-remove-button {
	position: absolute;
	top: 22px;
	left: 22px;
	z-index: 1;
}
.jet-wishlist .jet-wishlist-item__content .jet-cw-remove-button {
	width: inherit !important;
}

@media screen and (max-width: 1024px) {
	#customer_details {
		width: 100%;
		float: left;
	}
	#order_review {
		width: 100%;
		float: left;	
	}
}
@media screen and (max-width: 767px) {
	.woocommerce .woocommerce-ordering {
		width: 100%;
	}
}
@media screen and (max-width: 575px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		display: none;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		padding: 0px 0px 0px 0px;
	}
}

/* Custom */
.cart-collaterals a br, .cart-collaterals label br, .wps_wpr_each_section .wps_wpr_btn_copy br, .woocommerce-form br, .wc-backward br {
    display: none;
}

.listing-title {
	min-height: 85px;
}

.account-menu-mobile .elementor-menu-toggle {
	/* width: 43px; */
}

.mwb_crp_referal_section {
	padding: 0 !important;
	border: 0px solid #f2f2f2 !important;
    box-shadow: rgb(99 99 99 / 0%) 0px 0px 0px 0px !important;	
}

/* Dokan and others */
.dokan-dashboard-menu .active::after, .dokan-dashboard-menu i {
	display: none;
}
/* .dokan-dashboard-menu li a {
	font-size: 16px !important;
	font-weight: 600 !important;
	padding: 8px 20px !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li {
	padding: 8px 20px !important;
	border: 0 !important;
	background-color: transparent !important:
	line-height: 1.5em !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current  {
	background-color: #231F20 !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li {
	padding-left: 10px !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:before {
	display: none;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
	border-right: 0 !important;
}

a.dokan-btn, .dokan-btn {
	font-size: 16px !important;
	font-weight: 600 !important;
	padding: 8px 20px !important;
	border-radius: 10px !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu {
	box-shadow: 0 0px 0px rgb(0 0 0%) !important;
	padding: 0 0 !important;
}
select.dokan-form-control {
	font-size: 16px !important;
	padding: 8px 20px !important;
}
.dokan-tab-panel button {
	border-radius: 0px !important;
} */

input[type="date"].dokan-form-control, input[type="email"].dokan-form-control, input[type="number"].dokan-form-control, input[type="password"].dokan-form-control, input[type="search"].dokan-form-control, input[type="tel"].dokan-form-control, input[type="text"].dokan-form-control, select.dokan-form-control, textarea.dokan-form-control {
	border-radius: 3px;
	font-size: 14px !important;
  min-height: 35px;
  line-height: 20px;
	padding: 4px 6px;
}
.dokan-product-edit input[type="text"] {
	border-radius: 3px;
	font-size: 14px;
  min-height: 35px;
  line-height: 20px;
	padding: 4px 6px;
}

.dokan-dashboard-header h1, .dokan-dashboard-header h2, .dokan-header-title h3, h3.entry-title  {
	font-size: 27px !important;
}
.components-button.woocommerce-dropdown-button::after {
	top: 0 !important;
}
.woocommerce-report-table table {
	font-size: 14px;
}
.woocommerce-report-table table button, .dataviews-view-table button {
	display: inherit !important;
	padding: 0 20px !important;
	background-color: #ffffff00 !important;
	border: 0 !important;
	height: 0 !important;
}
.woocommerce-report-table table button:hover, .dataviews-view-table button:hover {
	background-color: #ffffff00 !important;
	border: 0 !important;
}
.woocommerce-report-table table button span {
	margin-top: !important;
}
.woocommerce-report-table table button svg {
	position: absolute !important;
	margin-left: -20px !important;
}
#dokan-store-listing-filter-wrap .right .item button {
    /* padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 35px !important;
    padding-right: 25px !important; */
}
#dokan-store-listing-filter-wrap .dokan-icons {
	display: none !important;
}
.dokan-report-abuse-button i {
	color: #EA1E28;
	margin-right: 10px;
}
.icon-close {
	border: 0 !important;
	padding: 10px !important;
	color: #000000 !important;
}
.icon-close:hover {
	border: 0 !important;
	padding: 10px !important;
	color: #EA1E28 !important;
}
.item.store-count {
	display: none !important;
}
#dokan-analytics-app [type="button"]:hover, .dokan-reports-content [type="submit"]:hover, #dokan-analytics-app button:hover {
	border: 0;
	border-radius: 0;
	color: #fff;
}
#dokan-analytics-app .components-button.woocommerce-dropdown-button:hover {
  background-color: #fff;
  border: 1px solid #757575;
  color: #1e1e1e;
	border-radius: 5px;
}
#dokan-analytics-app .woocommerce-filters-date__tabs .components-tab-panel__tabs .components-button, #dokan-analytics-app .woocommerce-filters-date__tabs .components-tab-panel__tabs .components-button:focus {
	border-radius: 0px;
	border: 0;
	background-color: #fff;
}
#dokan-analytics-app .woocommerce-filters-date__tabs .components-tab-panel__tabs .components-button:hover {
	border-radius: 0px;
	border: 0;
	background-color: #fff;
	color: #000;
}
#dokan-analytics-app button.woocommerce-table__compare {
	border-radius: 5px;
	font-size: 14px;
	border: 1px #777 solid;
}
#dokan-analytics-app button.woocommerce-table__compare:hover {
	color: #EA1E27;
	border: 1px #777 solid;
	border-radius: 5px;
}
#dokan-analytics-app .components-button.is-primary {
	border-radius: 5px;
	background-color: #EA1E27;
	padding: 4px 20px;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #EA1E27;
}
#dokan-analytics-app .components-button.is-primary:hover, #dokan-analytics-app .components-button.is-primary:hover:not(:disabled) {
	background-color: #000000;
	border: 1px solid #000000;
}
.woocommerce-filters-filter__content-list-item .woocommerce-filters-filter__button {
	border: 0;
	border-radius: 0;
	padding: 4px 12px;
	height: 35px;
}
.woocommerce-filters-filter__content-list-item .woocommerce-filters-filter__button:hover, .woocommerce-filters-filter__content-list-item.is-selected .woocommerce-filters-filter__button.components-button:not(:disabled):not([aria-disabled="true"]):focus {
	border: 0;
	border-radius: 0;
}
#dokan-analytics-app th {
	height: 40px;
	font-size: 14px;
	padding: 0 0 0 16px;
	text-align: center;
    vertical-align: middle;
}
#dokan-analytics-app th button {
	color: #EA1E27;
	font-size: 14px;
}
#dokan-analytics-app th button:hover {
	color: #000000 !important;
}

.wps_wcb_content_template ul.tabs li a {
	padding: 0 !important;
}
.wallet-tabs h3 {
	margin-bottom: 0;
}

.dokan-dash-sidebar {
	display: none !important;
}
.dokan-dashboard-content {
	width: 100% !important;
	padding: 0 0 0 0 !important;
}

.dokan-message, .dokan-info, .dokan-error {
	border: 0 !important;
    border-top: 3px solid #EA1E27 !important;
	border-radius: 0 !important;
	background-color: #F2F3F5 !important;
}
.dokan-message:before, .dokan-info:before, .dokan-error:before {
	background-color: #EA1E27 !important;
}

.dokan-dashboard .dokan-dashboard-layout {
	padding: 1px !important;
}

.dokan-dashboard-content h1.entry-title {
	font-weight: 600;
}

#dokan-vendor-register .woocommerce-button {
	font-size: 16px;
    font-weight: 600;	
	color: #ffffff;	
    line-height: 1;
	text-decoration: none;
	text-transform: capitalize;
	padding: 12px 20px;
	margin: 0;
	display: inline-block;
    position: relative;
    left: auto;
	overflow: visible;
	background-color: #EA1E27;
    background-image: none;
	border: 1px solid #EA1E27;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	box-shadow: none;
    text-shadow: none;
	cursor: pointer;
}
#dokan-vendor-register .woocommerce-button:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #231F20;   
    background-image: none;
	border: solid 1px #231F20;
	opacity: 1;	
}

.wps_wpr_badge_way_points_main_wrap .wps_wpr_total_earn_points {
	font-size: 27px !important;
}
.wps_wcb_wallet_balance_container {
	padding: 20px !important;
	background-color: #EA1E27 !important;
	border-radius: 10px;
}
.wps_wcb_wallet_display_wrapper_with_qr button#copyQRCode {
	background-color: #EA1E27 !important;
}

.mwb-crp-referral-wrapper-wrap .mwb_cpr_heading {
	font-size: 27px !important;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}
.mwb-crp-referral-wrapper-wrap p {
	font-size: 16px !important;
}
.mwb_crp_referal_section_wrap .mwb_cpr_logged_wrapper {
	margin: 0 0 0 !important;
}
.mwb_crp_referal_section_wrap .mwb_crp_wrapper_button {
    padding: 0px 0 0px !important;
}
.mwb_crp_referal_section_wrap .mwb_crp_common_class {
	border-radius: 100% !important;
}
.mwb-crp-referral-column-inner {
	background-color: #EA1E27 !important;
	border-radius: 10px;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table thead th {
    padding: 4px 8px;
    background-color: #dcdcdc;
    color: #000000;
}

.account-menu .elementor-menu-toggle {
	margin-right: 10px;
}

#wps_wpr_copy code {
	padding: 6px;
}
.points_log, .wps_wpr_each_section, .wps_wpr_membership_with_img {
	border: 0 !important;
}
.wps_wpr_total_points td, .wps_wpr_common_table td, .wps_wpr_common_table th {
	padding: 4px 8px !important;
	font-size: 16px;
}
.wps_wpr_total_points h4 {
	font-size: 16px;
	margin-top: 0;
}

.wps_wpr_checkout_points_class {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px;
    width: 100%;
}
button#wps_cart_points_apply+p {
	width: auto;
	margin-left: auto;
    font-size: 0.95em;
    color: #555;
    padding-left: 10px;
}
input#wps_cart_points {
	font-size: 16px !important;
	background-color: #ffffff !important;
	border: solid 1px #ddd !important;
	border-radius: 5px !important;
	width: 140px !important;
	padding: 8px 6px 8px 6px !important;
	margin-right: 10px;
}
.custom_point_checkout #wps_cart_points_apply {
    margin-left: 0px !important;
}

#coupon_code {
	width:;
	line-height: 1.5em;
}
form.checkout_coupon .form-row-first {
	width: 50%;
}

.dokan-vendor-register label {
	margin-bottom: 5px;
}
.dokan-vendor-register .required {
	color: #fc0000;
}

input[type='submit'].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme {
	background-color: #EA1E27 !important;
	border: 0 !important;
}
input[type='submit'].dokan-btn-theme:hover, a.dokan-btn-theme:hover, .dokan-btn-theme:hover {
	background-color: #000000 !important;
}

#home-best-sellers #dokan-store-listing-filter-wrap {
    display: none !important;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .featured-favourite .featured-label {
	background: #EA1E27 !important;
	border-radius: 10px;
}

#wps_wpr_order_notice {
	font-size: 16px !important;
	text-transform: capitalize !important;
}


@media screen and (max-width: 575px) {
	.dokan-dashboard .dokan-dash-sidebar {
		padding: 0px 0 !important;
	}
	.dokan-dashboard .dokan-dash-sidebar #dokan-navigation {
		margin-right: 10px;
		margin-top: 10px;
	}
	
	.custom_point_checkout #wps_cart_points {
        width: 40%;
    }
	.custom_point_checkout #wps_cart_points_apply {
        margin-top: 0px;
    }
	input#wps_cart_points {
		max-width: 150px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.custom_point_checkout #wps_cart_points_apply {
		width: auto;
		margin-bottom: 10px;
	}
}

.wps_wpr_apply_custom_points br, .wps_wpr_checkout_points_class br {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px !important;
}

/* :is(.pui-root, .dokan-layout) .rounded, :is(.pui-root, .dokan-layout) .rounded\! {
	border-radius: 10px !important;
} */

/* Coupon List */
.woo-coupon-list{
    margin:20px 0;
}
.coupon-title{
    margin-bottom:15px;
}

/* Single coupon row */
.coupon-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 20px;
    margin-bottom:10px;
    background:#F2F3F5;
    border-radius:10px;
}

/* Coupon info */
.coupon-info{
    font-size:15px;
    color:#231F20;
}
.coupon-min{
    margin-left:6px;
    color:#777;
    font-size:13px;
}

/* Apply button */
.coupon-btn{
    padding:10px 18px;
    background:#EA1E27;
    color:#fff;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    font-size:14px;
}
.coupon-btn:hover{
    background:#231F20;
    color:#fff;
}

/* Bazaria installment plan payment method */
.payment_method_bazaria_installment .form-row input {
	border: #cccccc 1px solid;
	border-radius: 5px;
	padding: 5px;
	width: 100%;
}
.payment_method_bazaria_installment .form-row select {
	width: 100% !important;
}
