body {
	background: #fff;
	height: 100vh;
	width: 100%;
}

a {
	color: #4aacf1;
}

a:hover {
	color: #4aacf1;
}

.btn-large {
    width: 100%;
    padding: 15px;
}

.min-wallet-menu-width {
	min-width: 215px;
}

.no-scroll {
	overflow: hidden;
}

.wallet_amount_menu {
	float: right;
}

.hk-auth-wrapper {
    min-height: unset!important;
}

.pg-ctns {
	min-height: calc(100vh - 11vh);
}

.table-wrap {
    min-height: calc(100vh - 44vh);
}

@media (max-width: 1000px) {
	.table-wrap {
		min-height: calc(100vh - 42vh);
	}
	.hk-wrapper .hk-navbar.hk-navbar-alt .navbar-collapse {
		height: 100vh!important;
	}
	.hk-wrapper .hk-navbar.hk-navbar-alt.navbar-light .navbar-collapse {
		background: #ececec!important;
	}
	.nav-item>.nav-link > span {
		font-size: 1.1em;
	}
	a.navbar-brand>img {
		margin-left: -20px;
	}
}

.text-realposte {
	color: #f26259!important;
}

.border-realposte {
	border-color: #f26259!important;
}

.background-realposte {
	background-color: #f26259!important;
}

.form-control:focus,
.dd-handle:focus {
	border-color: #4aacf1;
	box-shadow: 0px 0px 6px #4aacf1;
}

.row>.form-100>label,
.form-group>label {
	margin-bottom: 2px!important;
	color: #717c81;
}

.text-light-blue {
	color: #03A9F4 !important;
}

.text-light-red {
    color: #f53324 !important;
}

.text-bold-500 {
	font-weight: 500;
}
.text-bold-600 {
	font-weight: 600;
}

p {
	font-size: 0.9em;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-wa-style {
	color: #607D8B!important;
	border-bottom: 3px solid #ededed;
	background: #fffffff0;
	padding: 20px;
	margin: -3px -3px 15px -3px!important;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	text-transform: uppercase;
	text-align: center;
}

.asterisk {
	color: #F44336;
}

.hk-wrapper .hk-navbar .navbar-nav .nav-item .nav-link {
    padding: 0 15px!important;
}

.hidden {
	display: none;
}


/*NAVBAR*/

.hk-wrapper .hk-navbar {
	color: #f26259;
}

.hk-wrapper .hk-navbar.navbar-light {
	border-bottom: unset;
	background: #fffffff0;
	box-shadow: 3px 1px 3px #f3f3f3;
}

.hk-wrapper .hk-navbar.navbar-light a.navbar-toggle-btn {
	color: #000;
}

.navbar-brand {
	color: #2196F3 !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #000;
}

.no-padding {
	padding: unset!important;
}

.no-margin {
	margin: unset!important;
}

select,
input {
	font-size: 0.9rem!important;
	color: #525252!important;
	font-weight: 300!important;
	letter-spacing: 1.1px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid transparent!important;
    background: #f7e1e1!important;
}


.autocomplete-result-highlight {
	font-weight:700; color:#000;
}

.autocomplete-result-city {
	font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: "poppins", sans-serif;
    color: #585858;
}

.autocomplete-result-zipcode {
	font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: "poppins", sans-serif;
    color: #585858;
}


.ui-menu .ui-menu-item a {
	padding: 4px 0.4em!important;
	cursor: pointer!important;
}

.avatar-lgn {
	display: inline-table!important;
	font-size: 1.5em;
}

.fa-icon-lgn {
	border: 2px solid #f26259;
	padding: 8px 10px;
	border-radius: 100%;
	background: #fff;
	color: #f26259;
}

.avatar-text {
	line-height: normal;
}

.input-error {
	border-color: #f83f37!important;
}

.sm-transparent {
	position: absolute;
	pointer-events: none;
	z-index: 2;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #f83f37!important;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #ffe2d9!important;
    border-color: #ffe2d9!important;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ffe2d9!important;
}

/*
.flag-null {
    margin-left: -15px!important;
}


.nopd-flag {
    padding-left: 12px!important;
}
*/

.notification_container_full_empty {
	display: flex;
    height: 100%;
    min-height: 150px;
}

.notification_container_inner_empty {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    width: 100%;
}

.badge-wrap-mobile {
    position: absolute;
    margin-left: 35px;
    margin-top: 0px;
}
.badge-wrap-mobile>.pulse, .badge-wrap-mobile-menu>.pulse {
    animation: pulse 2s infinite;
}
.badge-wrap-mobile-menu {
    position: absolute;
    margin-top: 40px;
    margin-left: 40px;
    z-index: 1;
}

/*NAVBAR*/

.hide-on-desktop {
	display: none;
}

.dataTables_paginate {
    overflow: auto;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #f83f37;
	border-color: #f83f37;
}

.text-info-fa {
	color: #607D8B;
	font-weight: bold;
	cursor: pointer;
}

.remove_autocomplete {
	display: none;
}

.notice-label {
	background: #f83f37;
	float: right;
	margin-top: -2px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 2px 1em;
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: -0.1px;
}

.error-form-landing>div>div>input,
.error-form-landing>div>div>input:focus,
.error-form-landing>div>select,
.error-form-landing>div>select:focus {
	border-color: #f83f37;
}

.pagamento_completato_icona {
	font-size: 10em;
}

.error-form>.input-group {
	border: 1px solid #ff918c;
	border-radius: 5px;
}

.error-form>label,
.error-form-landing>label {
	color: #f83f37!important;
}

.error-form>.input-group>input:focus,
.error-form>.input-group>select:focus {
	border-color: transparent!important;
}

.error-form-landing>div>input {
	border-color: #f83f37;
}

.error-form-landing>div>input:focus {
	border-color: #f83f37!important;
	border: 1px solid #f83f37!important;
}

.error-form-landing>div>.input-group-append>span {
	border-top-color: #f83f37;
	border-bottom-color: #f83f37;
	border-right-color: #f83f37;
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important;
}

.margin-auto {
	margin: 0 auto;
}

.pointer {
	cursor: pointer;
}

.display_none {
	display: none;
}

.input-group-text {
	border-color: #e0e3e4;
	color: #607D8B;
	background: #fff;
}

.input-peso-reale,
.input-altezza,
.input-larghezza,
.input-profondita {
	text-align: center;
}

input::placeholder,
select::placeholder {
	font-size: 0.9rem;
	letter-spacing: -0.5px;
}

.snpd>h5 {
	text-transform: uppercase;
	font-family: din_1451_mittelschrift_regular;
}

#dm_nazione_a,
#dd_nazione_a,
#c_nazione_partenza_a,
#c_nazione_arrivo_a,
#b_nazione_partenza_a,
#b_nazione_arrivo_a,
#p_nazione_partenza_a,
#p_nazione_arrivo_a,
#language {
	height: 39px;
}

.ui-autocomplete {
    z-index: 99999!important;
}

.app_store_list {
	text-align: center;
}

.price_h6 {
    font-size: 1.8em;
}

.site-button-pay {
    width: 100%;
    background: #f83f37;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 17px;
    font-size: 18px;
    padding: 2.792% 1px;
    color: #fff;
    cursor: pointer;
}

.site-button-business {
    width: 100%;
    background: #7cb342;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 17px;
    font-size: 18px;
    padding: 2.792% 1px;
    color: #fff;
    cursor: pointer;
}

.site-button-paypal {
    width: 100%;
    background: #e1aa03;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 17px;
    font-size: 17px;
    padding: 2.792% 1px;
    color: #fff;
    cursor: pointer;
}

.site-button-nexi {
    width: 100%;
    background: #625afa;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 17px;
    font-size: 17px;
    padding: 2.792% 1px;
    color: #fff;
    cursor: pointer;
}

.ui-widget-content {
	max-height: 255px;
	overflow-y: auto;
}

@media (max-width: 1000px) {
	.ui-widget-content {
		max-height: 100vh;
		overflow-y: auto;
	}
	.form-10 {
		width: 10%!important;
	}
	.form-20 {
		width: 20%!important;
	}
	.form-30 {
		width: 30%!important;
	}
	.form-33 {
		width: 33.33%!important;
	}
	.form-40 {
		width: 40%!important;
	}
	.form-50 {
		width: 50%!important;
	}
	.form-60 {
		width: 60%!important;
	}
	.form-70 {
		width: 70%!important;
	}
	.form-80 {
		width: 80%!important;
	}
	.form-90 {
		width: 90%!important;
	}
	.form-100 {
		width: 100%!important;
	}
	.pbm-10 {
		padding-bottom: 10px!important;
	}
	.pbm-20 {
		padding-bottom: 20px!important;
	}
	.pbm-30 {
		padding-bottom: 30px!important;
	}
	.pbm-33 {
		padding-bottom: 33.33px!important;
	}
	.pbm-40 {
		padding-bottom: 40px!important;
	}
	.pbm-50 {
		padding-bottom: 50px!important;
	}
	.pbm-60 {
		padding-bottom: 60px!important;
	}
	.pbm-70 {
		padding-bottom: 70px!important;
	}
	.pbm-80 {
		padding-bottom: 80px!important;
	}
	.pbm-90 {
		padding-bottom: 90px!important;
	}
	.pbm-100 {
		padding-bottom: 100px!important;
	}
	select,
	input {
		/*font-size: 0.9rem!important;
		height: 2.3rem!important;*/
	}
	p {
		font-size: 0.9em;
	}
	h5 {
		font-size: 1.1em;
	}
	.step-content {
		font-size: 0.8em;
	}
	.row>.form-100>label,
	.form-group>label {
		font-size: 0.8em;
		letter-spacing: 0px;
		width: 100%;
		font-weight: bold;
		text-transform: uppercase;
	}
	.text-center-mobile {
		text-align: center;
	}
	.ui-autocomplete {
		overflow-y: scroll!important;
		/*scrollbar-color: #f26259 #fff!important;*/
		scrollbar-width: thin!important;
		height: 100%!important;
		padding-bottom: 100px!important;
	}
	.ui-menu-full {
		left: 0px!important;
		position: fixed!important;
		top: 3.1em!important;
		width: 100%!important;
		height: 100%!important;
		z-index: 999999!important;
	}
	.autocomplete-full {
		position: fixed!important;
		top: -5px!important;
		z-index: 99999!important;
		left: 0px!important;
		width: 100%!important;
		border-radius: 0px!important;
		height: 3.5em!important;
		border-bottom: unset!important;
		padding-top: 4px!important;
		padding-bottom: unset!important;
		font-size: 1.3em !important;
		font-weight: 500 !important;
	}
	.remove_autocomplete {
		display: block!important;
		position: fixed!important;
		top: 0.45em!important;
		z-index: 999999!important;
		right: 0.8em!important;
		font-size: 1.5em!important;
		cursor: pointer!important;
	}
	.overlay_autocomplete {
		position: fixed!important;
		top: 0px!important;
		left: 0px!important;
		width: 100%!important;
		height: 100%!important;
		background: #fff!important;
		z-index: 9999!important;
	}
	.loading_autocomplete {
		position: fixed!important;
		top: 50%!important;
		left: 0px!important;
		text-align: center!important;
		z-index: 99999999!important;
	}
	.notice-label {
		font-size: 0.7em!important;
	}
	.revert-mobile {
		flex-direction: column-reverse;
	}
	.hom {
		display: unset;
	}
	.app_store_list {
		display: flex;
	}
	.btn_app {
		min-width: auto!important;
		margin: 5px auto!important;
	}
	.btn_app__storename {
		font-size: 20px!important;
	}
	li.language-li {
		padding-top: 30px;
	}
	.navbar-brand {
		margin: 0 auto!important;
		padding-left: 15px!important;
	}
	.hk-wrapper .hk-navbar.hk-navbar-alt>.navbar-nav {
		margin-left: 0!important;
	}
	.site-button-pay, .site-button-paypal, .site-button-business, .site-button-nexi {
		font-size: 100%!important;
	}
	.dropdown-notifications {
		display: none!important;
	}
	.hk-wrapper .hk-navbar .navbar-nav .nav-item .nav-link {
		padding: 0px!important;
	}
	.store_change {
		padding-right: 0.5em;
	}
	body.no-scroll-mobile {
		overflow: hidden;
	}
}

.loadfnc {
	margin: 6em auto;
	text-align: center;
}

.loadfnc>img {
	width: 32px;
}

.btn-top {
	text-transform: none!important;
	margin-left: 5px;
}

.footer {
	width: 100%;
}

.footer-full {
	width: 100%;
	padding: 0 15px;
	position: relative;
}

.footer-inner {
	display: flex;
}

.rowf {
	display: flex;
	justify-content: space-between;
}

.hide-on-mobile {
	display: unset;
}

.language-separator {
	font-size: 13px;
	line-height: 60px;
	padding-left: 14px;
}

.social-container {
	padding-right: 60px;
}

.text-underline {
	text-decoration: underline!important; 
}

@media (max-width: 1000px) {
	footer,
	.hk-footer-wrap {
		position: unset!important;
	}
	.footer {
		/*padding-bottom: 80px!important;*/
		/*margin-bottom: -60px!important;*/
		position: unset!important;
		/*width: unset!important*/
	}
	.footer-full {
		padding: unset!important;
		/*bottom: -35px;*/
	}
	.footer-inner {
		display: grid!important;
	}
	.rowf {
		display: unset!important;
	}
	.hide-on-mobile {
		display: none;
	}
	.hide-on-desktop {
		display: block;
	}
	.form-language {
		margin: 0 auto;
		margin-top: -25px;
	}
	.btn-icon-wrap {
		display: contents!important;
	}
	.social-container {
		padding-right: unset!important;
		padding-left: 0px!important;
	}
	.hidden_on_mobile {
		display: none;
	}
	#datable_1_info {
		padding-bottom: 30px!important;
	}
}

.cookiebar {
	display: block !important;
}

@media (min-width: 768px) {
	.cookiebar {
		display: flex !important;
	}
}

.cookiebar {
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	position: fixed;
	width: 100%;
	z-index: 1100;
	background-color: #f26259;
	padding: 24px 32px
}

.cookiebar.cookiebar-top {
	bottom: auto;
	top: 0
}

.cookiebar.show {
	display: block
}

.cookiebar p {
	font-size: 1rem;
	line-height: 1.25em;
	color: #fff;
	margin-bottom: 0
}

.cookiebar p br {
	display: none
}

.cookiebar .cookiebar-buttons {
	text-align: right;
	margin-top: 32px;
	padding: 0;
	line-height: 1.25em
}

.cookiebar .cookiebar-btn {
	background: 0 0;
	border: none;
	padding: 0;
	color: #fff;
	letter-spacing: .1em;
	font-weight: 600;
	text-transform: uppercase;
	font-size: .875rem;
	display: inline-block;
	line-height: 1em
}

.cookiebar .cookiebar-btn:hover {
	text-decoration: underline;
	cursor: pointer
}

.cookiebar .cookiebar-btn:last-child {
	margin-left: 32px
}

.cookiebar .cookiebar-btn:not(.cookiebar-confirm) {
	color: #e6ecf2
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width:768px) {
	.cookiebar {
		padding: 32px 48px
	}
	.cookiebar.show {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.cookiebar p {
		width: 60%;
		margin-right: 24px
	}
	.cookiebar p br {
		display: block
	}
	.cookiebar .cookiebar-buttons {
		margin-top: 0;
		width: 40%
	}
}

@media (min-width:576px) {
	.cookiebar p {
		font-size: .889rem;
	}
	.cookiebar .cookiebar-btn {
		font-size: .778rem;
	}
}

#ui-datepicker-div {
	z-index: 99999!important;
}

.ldc {
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #e9e9e966;
	z-index: 999999991;
}

.stop-scrolling {
	overflow-y: hidden;
}

#login_button, #btn-registr {
    display: flex;
    justify-content: space-around;
}

.div-loading-image {
    display: contents;
}

#preloaderx {
    position: fixed;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #b71c1c, rgb(255 85 85));
    z-index: 9999999999;
}

#preloaderx_payment {
    position: fixed;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #b71c1c, rgb(255 85 85));
    z-index: 9999999999;
}

.plx_loader_payment {
	width: 120px;
}

.pl-container {
    text-align: center;
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    margin: auto;
}
.plx_loader_logo {
	width: 15em;
}

.plx_loader {
	width: 32px;
}

#progress {
        position: fixed;
        z-index: 2147483647;
        top: 0;
        left: 0px;
        width: 0%;
        height: 3px;
        background: #FFCCBC;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        -moz-transition: width 500ms ease-out,opacity 400ms linear;
        -ms-transition: width 500ms ease-out,opacity 400ms linear;
        -o-transition: width 500ms ease-out,opacity 400ms linear;
        -webkit-transition: width 500ms ease-out,opacity 400ms linear;
        transition: width 500ms ease-out,opacity 400ms linear
    }
    #progress.done {
        opacity: 1;
    }
    #progress dd,#progress dt {
        position: absolute;
        top: 0;
        height: 2px;
        -moz-box-shadow: #f53324 1px 0 6px 1px;
        -ms-box-shadow: #f53324 1px 0 6px 1px;
        -webkit-box-shadow: #b91f1f 1px 0 6px 1px;
        box-shadow: #f53324 1px 0 6px 1px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }
    #progress dd {
        opacity: 1;
        width: 20px;
        right: 0;
        clip: rect(-6px,22px,14px,10px)
    }
    #progress dt {
        opacity: 1;
        width: 180px;
        right: -80px;
        clip: rect(-6px,90px,14px,-6px)
    }
    @-moz-keyframes pulse {
        30% {
            opacity: 1
        }
        60% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    @-ms-keyframes pulse {
        30% {
            opacity: .6
        }
        60% {
            opacity: 0
        }
        100% {
            opacity: .6
        }
    }
    @-o-keyframes pulse {
        30% {
            opacity: 1
        }
        60% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    @-webkit-keyframes pulse {
        30% {
            opacity: .6
        }
        60% {
            opacity: 0
        }
        100% {
            opacity: .6
        }
    }
    @keyframes pulse {
        30% {
            opacity: 1
        }
        60% {
            opacity: 0
        }
        100% {
            opacity: 1
	    box-shadow: 0px 0px 10px #ff0000;
        }
    }
    #progress.waiting dd,#progress.waiting dt {
        -moz-animation: pulse 2s ease-out 0s infinite;
        -ms-animation: pulse 2s ease-out 0s infinite;
        -o-animation: pulse 2s ease-out 0s infinite;
        -webkit-animation: pulse 2s ease-out 0s infinite;
        animation: pulse 2s ease-out 0s infinite
    }
	
.mt_oc_cs {
    margin-top: 60px;
}
@media (max-width:1000px){
	.mt_oc_cs {
		margin-top: 0px!important;
	}
	.dnlo {
		display: block!important;
	}
}
.fa-order-icon {
    font-size: xxx-large;
	padding-bottom: 4px;
}

.btn-order-confirm {
	margin-bottom: 0.5em;
	min-width: 175px;
}



.width_5 {
	width: 5%;
}

.width_10 {
	width: 10%;
}

.width_15 {
	width: 15%;
}

.width_20 {
	width: 20%;
}

.width_25 {
	width: 25%;
}

.width_30 {
	width: 30%;
}

.width_30 {
	width: 35%;
}

.width_40 {
	width: 40%;
}

.width_40 {
	width: 45%;
}

.width_50 {
	width: 50%;
}

.width_55 {
	width: 55%;
}

.width_60 {
	width: 60%;
}

.width_65 {
	width: 65%;
}

.width_70 {
	width: 70%;
}

.width_75 {
	width: 75%;
}

.width_80 {
	width: 80%;
}

.width_85 {
	width: 85%;
}

.width_90 {
	width: 95%;
}

.width_100 {
	width: 100%;
}

.footer_sb_a {
	display: flex;
}

.footer_sb_b {
	display: flex;
	justify-content: flex-end;
}

@media (max-width:1000px){
	.footer_sb_a {
		display: unset!important;
		text-align: center;
	}

	.footer_sb_b {
		display: unset!important;
		text-align: center;
	}
	.form-language {
		display: table!important;
	}
	.select-language {
		text-align: end!important;
		padding-top: 0.7em!important;
	}
}

.step-active .step-circle {
	-webkit-animation: shadow-pulse-blue 1s infinite;
	animation: shadow-pulse-blue 1s infinite;	
}

.step-success:last-of-type>.step-content>.step-circle {
	-webkit-animation: shadow-pulse-green 1s infinite;
	animation: shadow-pulse-green 1s infinite;	
}

.step-error .step-circle {
	-webkit-animation: shadow-pulse-red 1s infinite;
	animation: shadow-pulse-red 1s infinite;	
}

@-webkit-keyframes shadow-pulse-blue {
	0% {
		box-shadow: 0 0 rgba(50, 188, 253, .4)
	}
	to {
		box-shadow: 0 0 0 20px rgba(50, 188, 253, 0)
	}
}

@keyframes shadow-pulse-blue {
	0% {
		box-shadow: 0 0 rgba(50, 188, 253, .4)
	}
	to {
		box-shadow: 0 0 0 20px rgba(50, 188, 253, 0)
	}
}

@-webkit-keyframes shadow-pulse-red {
	0% {
		box-shadow: 0 0 rgba(227, 65, 62, .4)
	}
	to {
		box-shadow: 0 0 0 20px rgba(227, 65, 62, 0)
	}
}

@keyframes shadow-pulse-red {
	0% {
		box-shadow: 0 0 rgba(227, 65, 62, .4)
	}
	to {
		box-shadow: 0 0 0 20px rgba(227, 65, 62, 0)
	}
}

@-webkit-keyframes shadow-pulse-green {
	0% {
		box-shadow: 0 0 rgba(227, 65, 62, .4)
	}
	to {
		box-shadow: 0 0 0 20px rgba(227, 65, 62, 0)
	}
}

@keyframes shadow-pulse-green {
	0% {
		box-shadow: 0 0 rgba(76, 175, 80, .4)
	}
	to {
		box-shadow: 0 0 0 20px rgba(227, 65, 62, 0)
	}
}

@-webkit-keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 rgba(50, 188, 253, .2)
	}
	to {
		box-shadow: 0 0 0 50px rgba(50, 188, 253, 0)
	}
}

@keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 rgba(50, 188, 253, .2)
	}
	to {
		box-shadow: 0 0 0 50px rgba(50, 188, 253, 0)
	}
}

.new_notification>a>span>svg {
  font-family: monospace;
  font-size: 3em;
  animation: color-change-new-notification 1s infinite;
}

@keyframes color-change-new-notification {
  0% { color: #ff0000; transform: rotate(10deg); }
  50% { color: #6f7a7f; transform: rotate(-10deg); }
  100% { color: #ff0000; transform: rotate(10deg); }
}

@media (max-width: 1000px){
	.process_payment_connect {
		position: fixed!important;
		top: 0;
		left: 0;
	}
}

.ul-square {
    list-style-type: square;
}


.select-language {
    background: transparent!important;
    border: transparent!important;
    margin-top: 10px!important;
}

.select-language:focus {
    background: transparent!important;
    border: transparent!important;
    border-color: transparent!important;
    box-shadow: unset!important;
    outline: none!important;
}

.w-100 {
	width: 100%;
}
.w-75 {
	width: 75%;
}
.w-50 {
	width: 50%;
}
.w-25 {
	width: 25%;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}