.media-item__img img {
	border-radius: 50%;
}

.store-holder__item__img img {
	max-width: 70% ;
}

.store-holder__item__img  {
	text-align: center;
}

.input-wrapper__space.has-error {
	margin-bottom: 30px;
}

.tab-navigation__link__flag img {
	border-radius: 50%;
}

.file-list__item a {
	text-decoration: none;
}

.icon-open-in-new {
	text-decoration: none;
}

.wh-no-wrap {
	white-space: nowrap !important;
}

.language__dropdown,.language {
	padding: 0;
}

.language__dropdown li,.language li {
	list-style: none;
}

#order-form  .custom-select,.sp-select {
	padding-right: 33px !important;
	padding-top: 13px !important;
	padding-bottom: 10px !important;
}

.signup-step-1 {
	margin-bottom: 20px;
}

.auth-layout__form__footer--modified {
	margin-bottom: 29px;
}

.auth-layout__form__footer--modified .text-line {
	margin-top: 20px;
}

.auth-layout__form__footer--modified .text-line {
	margin-top: 20px;
}

.agreement-checkbox {
	margin-bottom: 0;
	margin-top: 10px;
}

.auth-layout-complete-account {
	max-width: 70%;
	margin: auto;
}

/*.auth-layout__form__footer {
	display: none !important;
}*/

/*.logo {
	position: relative;
	padding-bottom: 13px;
}

.logo-beta {
	font-size: 12px;
	background: #000;
	display: inline-block;
	height: 19px;
	color: #fff;
	text-decoration: none !important;
	border: none;
	border-radius: 5px;
	padding: 2px 7px;
	position: absolute;
	bottom: -12px;
	right: -1px;
} 
*/
.balance-holder__info__currency-shipping {
	font-size: 27px !important;
}


.m-auto {
	margin: auto;
}

.red-tariff-text {
	/*color: red; */
	/*font-weight: bold;*/
}

.basket {
	margin-right: 30px;
	margin-left: 0;
}

.user-profile__avatar__icon {
	position: absolute;
    right: -9px;
    background: #fff;
    border-radius: 50%;
    top: 25px;
    display: block;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    border: solid 1px #e7e7e7;
}

.footer-logo {
	max-width: 100%;
    height: auto;
    /*transform: scale(4);
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);*/
    /*margin-left: 96px;*/
    line-height: inherit;
    /*height: 86px;*/
}

.tab-country .tab-navigation__link {
	margin: 0 10px 0 0;
	width: auto;
	height: 100%;
	min-width: 106px;
	max-height: 42px;
	padding: 8px;
}

.auth-layout__banner {
	padding: 95px 48px;
}

@media (max-width: 1200px) {
	.tab-country .tab-navigation__link {
		margin: 0px 10px 0 0;
		width: auto;
		height: 100%;
		min-width: initial;
		max-height: 37px;
		padding: 7px;
		font-size: 12px;
	}

	.tab-country .tab-navigation__link__flag {
		width: 23px !important;
		height: 23px !important;
	}

	.tab-store .tab-navigation__link {
		margin: 0px 5px 0 0;
		width: auto;
		height: 100%;
		min-width: initial;
		max-height: 42px;
		padding: 7px 5px;
		font-size: 12px;
	}

	.tab-store .tab-navigation__link__flag {
		/*width: 23px !important;*/
		/*height: 23px !important;*/
	}
}

.footer-mobile-box-control {
	display: none;
}

@media (min-width:767px)
{
	.tracking-form .package-tracking__wizard__item__content {
		display: block;
		text-align: center;
		min-height: initial !important;
	}

	.tracking-form .package-tracking__wizard__item__content__title {
		display: block;
		text-align: center;
		min-height: initial !important;
	}

	.tracking-form {
		min-height: 670px !important;
	}

	.main-root {
		min-height: 670px;
	}

	.payment-form-2 {
		min-height: 670px !important;
	}
}

@media (max-width:767px){

	.tracking-form {
		min-height: 644px !important;
	}

	.payment-form-2 {
		min-height: 662px !important;
	}

	.main-root {
		min-height: 644px;
	}

	.footer__main {
		position: relative;
		padding: 0 !important;
	}

	.footer-mobile-box-control {
		width: 28px;
		height: 30px;
		background: url(/footer-check.svg) 100% 10%;
		display: block;
		position: absolute;
		right: 2px;
		top: 40px !important;
		background-repeat: no-repeat;
		background-size: 100%;
		transition: 0.2s;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-ms-transition: 0.2s;
	}

	.footer-mobile-box-control.active {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}

	.footer__bottom .copyright {
		margin-bottom: 14px;
	}

	.footer-box {
		display: none;
	}


	.auth-layout__banner {
		padding: 72px 48px;
	}
	.tab-country .tab-navigation__link {
		margin: 0 5px 0 0;
		width: auto;
		height: 100%;
		min-width: initial !important;
	}

	.footer-logo {
		margin-top: 40px;
	}

	.user-profile__avatar__icon {
	    transform: scale(1);
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -ms-transform: scale(1);
	}

	.user-profile__avatar__icon {
	    transform: scale(1);
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -ms-transform: scale(1);
		position: absolute;
		right: -7px;
	    background: #fff;
	    border-radius: 50%;
	    top: 21px;
	}

	.basket {
		margin-right: 15px;
	}

	.contact-holder__content__block {
		margin-bottom: 20px !important;
		border-bottom: solid 1px rgba(255,255,255,0.8) !important;
	}

	.contact-holder__content__block__item {
		margin-bottom: 15px !important;		
	}

	.contact-holder__content:last-of-type .contact-holder__content__block {
		/*border: none !important;*/
		padding-bottom: 10px;
	}

	.mobile-delete-account {
		display: block;
		float: none;
		width: 100%;
		text-decoration: none;
		color: #000;
		margin-bottom: 20px;
	}

	.save-btn {
		float: none !important;
	}
	/*.red-tariff-text {
		font-size: 12px;
	}*/
	/*.logo {
		padding-bottom: 20px;
	}

	.logo-beta { 
		bottom: -8px;
	}*/

	.auth-layout-complete-account {
		max-width: 100%;
		margin: auto;
	}

	.card-item__note {
		word-break: break-all;
	}
}		

.flex-center {
	justify-content: center;
}

.sp-product-link {
	word-break: break-all;
}

.spinner {
	border: none !important;
	animation: none !important;
	background: url(/images/loading.gif) no-repeat center;
	background-size: 100% !important;
	width: 180px;
	height: 180px;
}

.confirmation_error {
	margin-top: 10px;
	color: red;
	font-size: 13px;
	text-align: center;
	display: none;
}

.links-box {
	white-space: break-spaces;
	word-break: break-all;
	width: 100%;
}

.line-through {
	/*color: red;*/
	font-weight: 400;
	margin-right: 15px;
	text-decoration: line-through;
}

.media-item__img img {
	border-radius: 0 !important;
}

.parcel-payable-amount {
	margin-top: 20px;
	font-weight: 400;
}

.error-msg {
	margin: 10px 0 -5px 0;
	color: red;
	text-align: center;
}

@-webkit-keyframes color_change {
    from { color: #7b7b93; }
    to { color: red; }
}
@-moz-keyframes color_change {
    from { color: #7b7b93; }
    to { color: red; }
}
@-ms-keyframes color_change {
    from { color: #7b7b93; }
    to { color: red; }
}
@-o-keyframes color_change {
    from { color: #7b7b93; }
    to { color: red; }
}


@-webkit-keyframes bg_color_change {
    from { background-color: transparent; color: #fff; }
    to { background-color: #fff;  color: #f7a411;}
}
@-moz-keyframes bg_color_change {
    from { background-color: transparent; color: #fff; }
    to { background-color: #fff;  color: #f7a411;}
}
@-ms-keyframes bg_color_change {
 	from { background-color: transparent; color: #fff; }
    to { background-color: #fff;  color: #f7a411;}
}
@-o-keyframes bg_color_change {
    from { background-color: transparent; color: #fff; }
    to { background-color: #fff;  color: #f7a411;}
}


@-webkit-keyframes bg_color_change2 {
    from { background-color: #f6a412; color: #fff; }
    to { background-color: #f44336;  color: #fff;}
}
@-moz-keyframes bg_color_change2 {
    from { background-color: #f6a412; color: #fff; }
    to { background-color: #f44336;  color: #fff;}
}
@-ms-keyframes bg_color_change2 {
 	from { background-color: #f6a412; color: #fff; }
    to { background-color: #f44336;  color: #fff;}
}
@-o-keyframes bg_color_change2 {
    from { background-color: #f6a412; color: #fff; }
    to { background-color: #f44336;  color: #fff;}
}


@-webkit-keyframes bg_red_color_change {
    from { background-color: #e36767; color: #fff; }
    to { background-color: #f23737;  color: #fff;}
}
@-moz-keyframes bg_red_color_change {
    from { background-color: #e36767; color: #fff; }
    to { background-color: #f23737;  color: #fff;}
}
@-ms-keyframes bg_red_color_change {
 	from { background-color: #e36767; color: #fff; }
    to { background-color: #f23737;  color: #fff;}
}
@-o-keyframes bg_red_color_change {
    from { background-color: #e36767; color: #fff; }
    to { background-color: #f23737;  color: #fff;}
}



@keyframes color_change {
    from { color: #7b7b93; }
    to { color: red; }
}


@keyframes declaration_color {
    from { background: #f7a511; }
    to { background: #fff; }
}

.declaration-transition {
	-webkit-animation: declaration_color 0.6s infinite alternate;
	-moz-animation: declaration_color 0.6s infinite alternate;
	-ms-animation: declaration_color 0.6s infinite alternate;
	-o-animation: declaration_color 0.6s infinite alternate;
	animation: declaration_color 0.6s infinite alternate;
}

.free-delivery {
	-webkit-animation: color_change .5s infinite alternate;
	-moz-animation: color_change .5s infinite alternate;
	-ms-animation: color_change .5s infinite alternate;
	-o-animation: color_change .5s infinite alternate;
	animation: color_change .5s infinite alternate;
}

.register-transition {
	-webkit-animation: bg_color_change .5s infinite alternate;
	-moz-animation: bg_color_change .5s infinite alternate;
	-ms-animation: bg_color_change .5s infinite alternate;
	-o-animation: bg_color_change .5s infinite alternate;
	animation: bg_color_change .5s infinite alternate;
}


.btn-takeover {
	-webkit-animation: bg_color_change2 1s infinite alternate;
	-moz-animation: bg_color_change2 1s infinite alternate;
	-ms-animation: bg_color_change2 1s infinite alternate;
	-o-animation: bg_color_change2 1s infinite alternate;
	animation: bg_color_change2 1s infinite alternate;
}


.alert-animated {
	color: #fff !important;
	text-align: center !important;
	display: block;
	margin-bottom: 20px;
	-webkit-animation: bg_red_color_change .5s infinite alternate;
	-moz-animation: bg_red_color_change .5s infinite alternate;
	-ms-animation: bg_red_color_change .5s infinite alternate;
	-o-animation: bg_red_color_change .5s infinite alternate;
	animation: bg_red_color_change .5s infinite alternate;
}

.footer__bottom .payment-method, .footer__bottom .payment-method-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__bottom .payment-method-item {
	width: 60px;
	height: 36px;
}

.footer__bottom .payment-method-item:last-of-type {
	margin-left: 24px;
}

.u-mb-10 {
	margin-bottom: 10px;
}

.card-result__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card-result__body .caption{text-align:center}.card-result__action{margin-top:16px}@media (min-width:767px){.card-result__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:32px}}.card-result__action .btn{margin:16px 0 0}@media (min-width:767px){.card-result__action .btn{margin:0 8px}}.product-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}


.show-number {
	padding: 2px 46px 2px 11px;
    background: #1c75bc;
    color: #fff;
    border-radius: 3px;
    margin-top: 5px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}


.show-number .visibilty-password {
	position: absolute;
	top: 4px !important;
	right: 10px !important;
	color: #fff;
	font-size: 22px;
}

.show-number .visibilty-password::after {
	color: #fff;
}

.show-number:hover {
	opacity: 0.8;
}


.ticket-chat-container {

}

.chat-item-user {
	flex-flow: row-reverse;
	text-align: right;
}


.chat-item {
	display: flex;
	align-items: center;
	border-radius: 21px;
	padding: 13px 0;
	margin-top: 25px;
	box-shadow: 0 4px 14px rgb(4 40 68 / 6%);
}

.ticket-date {
	margin-top: 9px;
	font-size: 11px;
	color: #25545c;
	font-style: italic;
	margin-left: 8px;
}

.ticket-date.text-right {
	margin-right: 27px;
}

.chat-item img {
	margin: 0 20px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: scale-down;
}

.chat-item .chat-text {
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	color: #25545c;
	opacity: 0.72;
	padding: 0 9px;
}

.ticket-chat-container {
	width: 100%;
}

.ticket-chat-container ul {
	padding-left: 0;
}

.ticket-chat-container li {
	list-style: none;
}

.courier-note {
	text-align: center;
	display: block;
	margin: auto;
	color: red;
	font-weight: 500;
}

.btn-cursor-pointer {
	cursor: pointer;
}

.jconfirm-box-container {
	margin: auto !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
	padding: 10px 20px !important;
	font-weight: 600 !important;
}

.customer-code-p {
	margin: 0;
    text-align: center;
}

.customer-code-p b {
	color: #000;
}

.apple-login {
	top: 9px !important;
}

.plane-icon {
	width: 24px;
	display: inline-block;
	vertical-align: middle;
}

.wrapper-main-x {
	overflow-x: hidden;
}

#koli-map .gm-fullscreen-control, .gm-style-cc, .gmnoprint {
  display: block !important;
}

.card-item__note-camera {
	max-width: 20px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -4px;
	margin-left: 8px;
}

.user-status-icon {
	display: inline-block;
    vertical-align: middle;
    max-width: 21px;
}

.dashboard-layout__sidebar__action__account__info__id b,.customer-code-p b,.user-profile__dropdown__header__info__id b {
	display: inline-block;
	vertical-align: middle;
}

.user-profile__avatar__fullname {
	min-width: 100px !important;
}

.user-profile__avatar__fullname {
	text-align: center !important;
}

.link-parent,.hint-css-inner {
	width: 200px;
	word-break: break-all;
}

.dashboard-layout__sidebar__action__account__info__id {
	white-space: nowrap;
}




.tab-country {
	padding: 20px;
}

.tab-country .tab-navigation__link__flag {
	width: 28px;
	height: 28px;
}

.pagination__list__item {
	position: relative;
}

.pagination__list__item.pagination__list__item__link.pagination__list__item__link__navigation.icon-chevron-left a,.pagination__list__item.pagination__list__item__link.pagination__list__item__link__navigation.icon-chevron-right a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-content{
    overflow: unset;
}

.wrapper-main-x {
	overflow: initial !important;
}

@media (max-width:350px){
	.tab-country .tab-navigation__link__flag {
		width: 25px;
		height: 25px;
	}

	.tab-country .tab-navigation__link {
		padding: 5px;
	}
}

.wrapper-main-settings {
	overflow-x: hidden;
}


/*.loading {
    position: relative;
}

.loading::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5) url(/loading.gif) no-repeat center;
    background-size: 10%;
    z-index: 9999;
}

.custom-form {
	position: relative;
}*/


/*.as-soon-as-checkbox {
	margin-left: 16px;
}*/

.handover-branch-pad {
	padding: 9px;
	background: rgba(0, 0, 0, .02);
	border-radius: 10px;
	margin-top: 10px;
	display: block;
}

.handover-branch-pad table {
	margin: 0 !important;
}

.alert__danger-warning {
	background-color: rgba(247, 165, 17, 0.1) !important;
}

.alert__danger.alert__danger-warning .alert__icon {
    background-color: #f7a511;
    color: #fff;
}

.alert__danger.alert__danger-warning .alert__content {
    color: #f7a511;
}

.tab-navigation input[type="radio"] {
    display: none;
}

.tab-navigation input[type="radio"]:checked + .tab-navigation__link {
    /* active klasının eyni stilləri burada da tətbiq olunur */
    /* artıq mövcud .active CSS-i varsa, aşağıdakı kifayətdir: */
} 

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

.field-parcel-country_id {
	margin: 0 !important;
}


/*.invoice-file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}*/