/* ~~~~~~~~~~~			select2-container		~~~~~~~~~~~~~~~~~~~~  */

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none!important;
	height: 16px;
	width: 16px;
	background-image: url(https://wesolapani.com/images/icons/search-icon.svg);
	margin-left: -20px;
	margin-top: 3px;
}

.select2-container--default .select2-selection--single {
	background-color: white;
	border: 1px solid rgba(79,43,4,.2);
	border-radius: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 12px;
	padding-top: 9px;
}

.select2-container .select2-selection--single {
	min-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: black;
	font-size: 14px;
}




.btn__brown, .theme-btn {
	background-image: url("https://wesolapani.com//assets/img/orange-button.png");
	border-radius: 0px;
	color: #fff !important;
	font-size: 24px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	min-width: 180px;
	font-weight: 500 !important;
	max-width: 310px;
	padding: 15px 35px
}


.btn__brown, .theme-btn {
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	transition: background 404ms linear;
}

.btn__brown:hover, .theme-btn:hover {
	background: #dcac78;
}

.select2-container .selection {
	width: 100%;	
}


/*

.btn {
	border: none;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	justify-content: center;
	line-height: 50px;
	padding: 0 5px;
	transition: background 404ms linear;
	width: 100%;
}







*/


.contact-block__actions .action,
.home-banner__actions .action {
	font-weight: 500;
	margin: 0 9px
}

@media (min-width:768px) {

	.contact-block__actions .action,
	.home-banner__actions .action {
		margin: 0 14px
	}
}

#vue-app-container {
	 
}

.header__nav .item a {
	color: #73ad09;
	font-size: 30px;
	font-weight: 700;
}

.text-green {
	color: #73ad09;	
}

.home-banner__title > b {
	color: #73ad09;
	display: block;
}

.header__nav .item a.active::before {
	background: none;
}

.mobile-menu {
	z-index: 100;
}


#francise-app-francise .home-banner__actions{
	z-index: 10;
	background: none;
	position: fixed;
	top:75px	
}

.home-banner__actions .btn.lang-action {
	display: flex;
flex-grow: 1;	
}

@media (max-width:767px) {
#francise-app-francise .home-banner__actions {
	top: 110px;
	left: 2px;
}
}


@media (min-width:767px) {
.home-banner__actions .btn.lang-action {
	max-width: 54%;
}
}



.header__nav .item a.franchize_menu_link {
	color: #f28b0b;
	border: 2px solid #9fb874;
	padding: 5px 14px 8px;
	position: relative;
	top: -5px;
	border-radius: 11px;
}

.text-orange {
	color: #f28b0b;	
}


.search-shop-block::after {
	background: hsl(0, 0%, 100%);
}

.contact-block__actions, .home-banner__actions {
	align-items: center;
	display: flex;
	margin: 0 -14px;
}