html,body,div#page{
    overflow-x: hidden;
}

.dokan-warranty-request-wrap .warranty-form-row input:not([type="submit"]), .dokan-warranty-request-wrap .warranty-form-row select {
    height: auto;
}

.ppc-button-wrapper {
    margin-top: 15px;
}
select#request_item_qty\[\] {
    background-image: none;
}

.dropdown-menu.cart-popup.show .free-order,body p.warranty_info,.sticky-product .produc_field_group{
    display: none;
}

.sterix {
    color: #ea7070;
}

.wc-block-product-search .wc-block-product-search__field {
    font-size: 14px;
}

.select2-results__options .select2-results__option {
    font-size: 13px;
}

header#bwp-header.sticky-header .mini-cart .cart-popup .buttons .button.view-cart {
    color: #fff;
}

.dokan-store-info li.dokan-store-phone, .dokan-store-info li.dokan-store-email, .dokan-store-info li.dokan-store-address,
#tab_seller,.tab_seller{
    display: none;
}

body .elementor-heading-title {
    font-size: 60px;
}

.page-template-homepage .bwp-header.header-v1 .header-mobile {
    background: #fff;
}

.dokan-new-product-area form.dokan-form-container hr {
    display: none;
}

.bwp-top-bar .woocommerce-filter-title > button {
    background: #ee5a5b;
    padding: 0 10px;
}

body .woocommerce-tabs ul.tabs li.description_tab,
.woocommerce-tabs .content-tab .woocommerce-Tabs-panel--description.panel{
    display: block !Important;
}

body.single-product .woocommerce-tabs {
    display: none !important;
}


.product-type-pw-gift-card .produc_field_group {
    display: none;
}

.acf-url input[type=url] {
    width: 100%;
}

.page-title.bwp-title {
    background-color: #00000036;
    background-blend-mode: overlay;
}

.wc-block-product-categories-list:not(.wc-block-product-categories-list--depth-1 ) li ul li a::before{
    display:none;
}

.wc-block-product-categories-list:not(.wc-block-product-categories-list--depth-1 ) li a{
    position:relative;
}

.wc-block-product-categories-list:not(.wc-block-product-categories-list--depth-1 ) li a::before {
    content: "- ";
}

.main-single-product .product .summary.entry-summary span.inline.tag:not(:empty) {
    background: #ee5a5b;
    color: #fff;
    margin: 0 3px;
    padding: 0 10px;
    border-radius: 30px;
}

ul.acf-checkbox-list {
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-content: center;
}

ul.acf-checkbox-list::before{
	display:none;
}

.bwp-header .wpbingoLogo img {
    max-height:3.148vw;
    width: auto;
}

body.home .bwp-woo-categories.slider2 h2.item-title {
    font-size: 20px!important;
    width: 95%;
    padding: 0 10px;
}

.page-template-homepage .bwp-header.header-v1 .header-mobile .navbar-toggle:before {
    color: #000;
}

body .product_cat .elementor-column.elementor-col-16:hover .elementor-widget-text-editor p {
    color: #ed513f;
}

body .product_cat .elementor-column.elementor-col-16{
	overflow:hidden;
}

body .product_cat .elementor-widget-image a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
}


.dokan-form-group .checkbox-product_condition input[type=radio],
.dokan-form-group .radio-product_condition input[type=radio]{ 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.dokan-form-group .checkbox-product_condition label,
.dokan-form-group .radio-product_condition label{
	position:relative;
}

/* .dokan-dashboard .dokan-dashboard-content .checkbox-product_condition li {
    padding: 5px 0;
}
 */

.dokan-dashboard .dokan-dashboard-content .checkbox-product_condition li p.box,
.dokan-dashboard .dokan-dashboard-content .radio-product_condition li p.box{
	border:1px solid #eee;
	display: table;
  padding: 5px;
	width:80%;
}


.dokan-dashboard .dokan-dashboard-content .checkbox-product_condition li p.box span.value_head,
.dokan-dashboard .dokan-dashboard-content .radio-product_condition li p.box span.value_head{
    font-weight: bold;
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/* .dokan-dashboard .dokan-dashboard-content .checkbox-product_condition li p.box span.value_head{
	font-weight:bold;
} */

.dokan-form-group .checkbox-product_condition input[type=radio]:checked + p.box,
.dokan-form-group .radio-product_condition input[type=radio]:checked + p.box{
    border: 1px solid #fff;
    box-shadow: 0 0 3px 3px #ee5a5b;

}

.bwp-sidebar > .widget ul:not(.social-link,.content-products,.product_list_widget) li:not(.recentcomments):first-child{
	padding-top:5px;
}

header#bwp-header.sticky-header {
    position: fixed !important;
    background: rgba(255, 255, 255, 0.8);
    -webkit-animation: sticky-header 900ms ease-in-out;
    -o-animation: sticky-header 900ms ease-in-out;
    animation: sticky-header 900ms ease-in-out;
	width: 100%;
	top: 0;
    
}

.bwp-header .menu-item-has-children.shop .sub-menu {
    background: transparent;
    box-shadow: none;
}

header#bwp-header.sticky-header .login-header a span > span {
    color: #fff;
}

header#bwp-header.sticky-header a{
	color:#000;
}

header#bwp-header.sticky {
    animation:unset !important;
}

header#bwp-header.sticky-header .header-page-link .search-box .search-toggle,.sticky-header .header-page-link .login-header .block-top-link .widget-title,.sticky-header  .header-page-link .mini-cart .cart-icon .icons-cart{
    color: #000 !important;
}

body .bwp-header .header-page-link .login-header .block-top-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
		justify-content:center;
}

body .bwp-header .header-page-link .login-header .block-top-link  .widget.widget_block p {
    line-height: 1.3;
}


body .bwp-header .header-page-link .login-header .block-top-link a.username span {
    font-size: 16px;
    vertical-align: middle;
    margin-left: 5px;
}

body .header-page-link .block-top-link a.elementor-button-link.elementor-button.elementor-size-sm {
		margin: 0 0 0 15px;
}

body.logged-in .header-page-link .block-top-link a.elementor-button-link.elementor-button.elementor-size-sm{
	display:none;
}

.bwp-header .header-page-link .login-header .elementor-button {
    font-size: 12px;
    padding: 10px 15px;
}

.header-page-link .block-top-link a.elementor-button-link.elementor-button.elementor-size-sm {
    background: #EE5A5B;
  	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	
}

.header-page-link .block-top-link a.elementor-button-link.elementor-button.elementor-size-sm:hover {
    background: #000;
		color:#fff;
}
.media-router .media-menu-item {
    color: #222;
}
.media-router .media-menu-item:active, .media-router .media-menu-item:hover {
    color: #ababab;
}

.widget.widget_block p {
    margin-bottom: 0;
}


@keyframes pulse {
  0% {
    transform: scale(0.95);
  }70% {
    transform: scale(1);
  }100% {
    transform: scale(0.95);
  }
}

.form-register.active .woocommerce-privacy-policy-text {
    display: none;
}

/*Dokan plugin css*/
.dokan-store-products-filter-area .orderby-search {
    width: auto;
		height:auto;
}
.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar {
    background: #ffffff;
}
.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu {
    background: #f36d6e;
}

.bwp-header.header-v1 .bwp-navigation ul > li.level-0 {
    padding: 0 0.732vw;
}

.bwp-header .header-page-link > * {
		margin-left: 1.098vw;
}

@media only screen and (max-width:1300px){
	
/* 	body .bwp-navigation ul > li.level-0 > a > span {
    font-size: 13px;
	}
	 */
}

@media only screen and (max-width:1239px){
/* 	.bwp-header.header-v1 .bwp-navigation ul > li.level-0 {
			padding: 0 5px;
	} */
	
}

@media only screen and (max-width:1120px){
/* 		body .bwp-navigation ul > li.level-0 > a > span {
			font-size: 12px;
	} */
}

@media only screen and (max-width:1060px){
/* 		body .bwp-navigation ul > li.level-0 > a > span {
			font-size: 12px;
	} */
	
/* 	.bwp-header .wpbingoLogo img {
			max-height: 37px;
	}
	 */
	.bwp-header.header-v1 .wpbingo-menu-mobile {
			margin-left: 10px;
	}
	
	.bwp-header .header-page-link {
			text-align: left;
	}
	
	body.logged-in .header-page-link .block-top-link a.elementor-button-link.elementor-button.elementor-size-sm {
			margin: 0 0 0 10px;
	}
	
	.widget.widget_block p {
			margin-bottom: 0;
			font-size: 0;
	}
	
	.bwp-header .header-page-link .login-header .elementor-button {
			font-size: 11px;
			padding: 10px 8px;
	}
	
/* 	.bwp-header .header-page-link > * {
			margin-left: 6px;
	} */
}

@media only screen and (max-width:991px){
	
/*  Header	 */
	
/* 	.header-center {
			order: -1;
	}
	
	.col-xl-4.col-lg-4.col-md-4.col-sm-3.col-3.header-left, .col-xl-4.col-lg-4.col-md-4.col-sm-3.col-3.header-right {
    max-width: 10% !important;
    flex: 0 0 10%;
}
	
	.col-xl-4.col-lg-4.col-md-4.col-sm-6.col-6.header-center {
    order: -1;
    max-width: 80%;
    flex: 0 0 80%;
    align-content: start;
    display: flex;
		padding-left: 32px;
}
	
	.bwp-header.header-v1 .header-left {
    justify-content: flex-end;
}
	
	.bwp-header .header-mobile .header-right {

    justify-content: flex-start;

} */

/* 	 */
	
.bwp-canvas-navigation .mm-menu .sub-menu li > a:not(.mm-next){
			color: #fff !important;
	}
	
.page-template-homepage .bwp-header.header-v1 .header-mobile .navbar-toggle:before,
.page-template-homepage .bwp-header.header-v1 .header-mobile .mini-cart .cart-icon {
    color: #000;
}

	.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
   border-color: rgb(255 255 255);
	}
	
	.header-mobile-fixed a,
	.bwp-header .header-mobile .header-mobile-fixed .search-toggle{
		color:#000;
	}
	
	.bwp-header .header-mobile .header-mobile-fixed i {
			font-size: 25px;
		font-weight: 600;
	}
	
	.bwp-header .wpbingoLogo img {
			max-height: 50px;
	}
	
		ul.acf-checkbox-list {
				grid-template-columns: auto auto auto;
		}
}

@media only screen and (max-width:767px){
	
	.text-block-wapper-1 p br{
		display:none;
	}

div#dokan-primary {
    order: -1;
}
	
/* 	Header */
	.col-xl-4.col-lg-4.col-md-4.col-sm-3.col-3.header-left, .col-xl-4.col-lg-4.col-md-4.col-sm-3.col-3.header-right {
    max-width: 15% !important;
    flex: 0 0 15%;
    padding-left: 15px;
}
	
	.col-xl-4.col-lg-4.col-md-4.col-sm-6.col-6.header-center {
    max-width: 70%;
    flex: 0 0 70%;
}
	
/* 	 */
	
		.dokan-dashboard .dokan-dashboard-content .checkbox-product_condition li p.box {
			width: 100%;
	}
	
	.sidebar-product span.wc-block-product-categories-list-item-count {
			display: none;
	}
	
	/*.page-template-homepage .bwp-header.header-v1 .header-mobile .navbar-toggle:before {
			color: #fff;
	}*/
	
	.elementor-widget-theme-page-title .elementor-heading-title {
			font-size: 40px;
	}
	
	.wc-block-product-search .wc-block-product-search__field {
    max-width: 100%;
    width: 100%;
}
	
	
	.dokan-dashboard .dokan-dashboard-content article {
    overflow: visible;
	}
	
	
	.dokan-settings-content .dokan-settings-area .dokan-store-settign-header-wrap,.dokan-settings-content .dokan-settings-area .dokan-update-setting-top {
			width: 100%;
			float: none;
			text-align:center;
			display:block;
	}
	
	.store-open-close .dokan-form-group {
			text-align: center;
			display: flex;
			flex-direction: column;
	}
	
	.woocommerce-MyAccount-content .dokan-become-seller .form-row {
			margin-right: 0;
			margin-left: 0;
	}
}

@media only screen and (max-width:580px){
	.dokan-store-products-filter-area .product-name-search {
			width: 150px;
	}
	
}

@media only screen and (max-width:480px){
	
	input.search-store-products.dokan-btn-theme {
			position: absolute;
			right: 0;
	}
	.dokan-store-products-filter-area .product-name-search, .dokan-store-products-filter-area .orderby-search {
			width: 100%;
			margin-bottom: 10px;
	}
	
}

/* Code by Aqib */
.breadcrumb a {
    color: #fff;
    position: relative;
    font-weight: bold;
		font-size: 16px;
}

.breadcrumb {
    font-size: 16px;
    font-weight: bold;
}

span .breadcrumb {
    color: #ee5a5b;
	font-size: 16px;
	font-weight: bold;
}

.breadcrumb .delimiter:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: bold;
    color: #ee5a5b;
}

span.delimiter, .breadcrumb .current {
    color: #ffffff!important;
    font-weight: bold;
    font-size: 16px;
}

/* title colors */
.bwp-widget-banner.layout-6 .title-banner {
    margin: 2px 0 10px;
    font-weight: 400;
    font-size: 40px;
    color: #f15b5c;
    font-family: 'Bubblegum Sans';
}



#bwp-footer .elementor-widget-social-icons a {
	display:flex;
   
}


/* footer newsletter button */
.wpbingo-newsletter.newsletter-default .content-newsletter input[type="submit"]{
	background-color:#ee5a5b!important;
}

.wpbingo-newsletter.newsletter-default .content-newsletter input[type="submit"]:hover {
	background-color: #000 !important;
}

/* Dokan Dashboard sidebar */

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    border-bottom: none;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    padding: 10px 0 10px 10px;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
    font-size: 14px;
    padding-right: 6px;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu {
    background: #f36d6e00;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.active, .dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
    background: transparent;
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
    background: #f07575;
}

/* Shop categories */
div#pa_category {
   
	padding-left: 5px;
    padding-top: 5px;
	padding-bottom: 5px;
}

div#pa_category label {
    color: #000;
		font-size: 14px;
}

.bwp-filter-ajax #bwp_form_filter_product .filter_category_product .item-category .count{
	color: #000;
	background: #dce0ed;
	margin-right: 5px;
}

/* dashboard padding under image */
div#dokan-navigation {
    padding-top:30px;
}

/* shop padding under categories */
.bwp-filter.bwp-filter-category {
    padding-top: 30px;
}
/* .header-desktop {
    background: #ffffff52;
} */

/* .page-template-homepage .bwp-header.header-v1.sticky {
    background: rgba(255, 255, 255, 0.8);
} */
.page-template-homepage .bwp-header.header-v1.sticky {
    background: rgba(255, 255, 255, 0.8);
}

.page-template-homepage .bwp-header.header-v1.sticky .bwp-navigation ul > li.level-0 > a {
    color: #000 !important;
}

.page-template-homepage .bwp-header.header-v1.sticky .header-page-link .wishlist-box a {
    color: #000;
}
.page-template-homepage .bwp-header.header-v1.sticky .header-page-link .login-header .block-top-link .widget-title {
    color: #000;
}

.page-template-homepage .bwp-header.header-v1.sticky .header-page-link .mini-cart .cart-icon .icons-cart {
    color: #000;
}

.page-template-homepage .bwp-header.header-v1.sticky .header-page-link .search-box .search-toggle {
    color: #000
}

/* Mobile Menus */
@media (max-width: 991px){
.bwp-canvas-navigation .mm-menu, .bwp-canvas-vertical .mm-menu {
    background: #ee5a5b;
    z-index: 999;
    top: 50px;
}
	.mm-menu .mm-listview>li .mm-next:after {
			border-color: rgb(255 255 255);
	}

	span.menu-item-text {
    color: #fff!important;
	}
	
}

.bwp-canvas-navigation .mm-menu ul > li.level-0.current_page_item > a > span.menu-item-text, .bwp-canvas-vertical .mm-menu ul > li.level-0.current_page_item > a > span.menu-item-text {
    font-weight: 500;
    color: #ffffff;
}

@media (max-width: 991px) {
	.sidebar .main-archive-product.row .bwp-sidebar .button-filter-toggle{
		margin-bottom: -18px;
		z-index:9999 !important;
	}
}

@media (max-width: 991px) {
/* 	.bwp-canvas-navigation .remove-megamenu, .bwp-canvas-vertical .remove-megamenu {
		background: #000;
	} */
}

/* Menu */
/* .bwp-navigation ul > li.level-0 > a > span {
    position: relative;
    display: inline-block;
    font-size: 14px;
}
 */
.bwp-navigation ul > li.level-0 > a > span,
.bwp-navigation ul > li.level-0 > ul.sub-menu li a{
    font-size: 0.878vw;
    text-transform: capitalize;
}

/* Shop Filter */

.wp-block-woocommerce-product-categories.wc-block-product-categories.is-list {
    margin-top: 32px;
}

ul.wc-block-product-categories-list li a,
span.wc-block-product-categories-list-item-count{
    font-weight: 500;
    color: #000 !important;
		font-size:14px;
}

ul.wc-block-product-categories-list li span.wc-block-product-categories-list-item-count {
	float:none;
}

/* Animation */

@keyframes sticky-header {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes sticky-header {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes sticky-header {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } 
}

.bwp-header.header-v1 .wpbingo-menu-mobile {
    margin-left: 16px;
}

.product-edit-container .dokan-feat-image-upload a.close {
    padding: 0;
}

.product-edit-container #dokan-product-images ul.product_images li.image a.action-delete{
	  top: 50%;
    transform: translateY(-50%);
    height: auto;
    padding-top: 0;
}

/* strip payment form input label sapce */

.checkout ul.payment_methods li label {
	margin-top: -12px !important
}
@media only screen and (max-width: 768px) { 
.video-tumbnail{
	width:95px !important;
	height:75px !important
}
	#video-Contanier video{
			width:300px !important;
	height:300px !important
	}
}
.form-row.form-group.user-role.vendor-customer-registration{
	display:none !important;
}