/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//infantjoy.eu/wp-content/plugins/free-gifts-for-woocommerce-bak1/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.fgf-owl-carousel-items, 
.fgf-owl-carousel-items .owl-stage-outer{
	width:100.1% !important;
}
.fgf-owl-carousel-items .owl-item .fgf-owl-carousel-item{
	border:1px solid #ccc;
}

.fgf-owl-carousel-items .owl-item span {
	display:block;
	margin-bottom:15px;    
}

.fgf-owl-carousel-items .owl-item h5,
.fgf-owl-carousel-items .owl-item span {
	text-align:center;
}

.fgf-owl-carousel-items .owl-prev,
.fgf-owl-carousel-items .owl-next {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}

.fgf-owl-carousel-items .owl-prev {
	left: 0;
}

.fgf-owl-carousel-items .owl-next {
	right: 0;
}

.fgf-owl-carousel-items .owl-nav button.owl-prev,
.fgf-owl-carousel-items .owl-nav button.owl-next {
   background: #f1f1f1;
   padding: 10px !important;
   border: 1px solid #ccc;
}

.fgf-owl-carousel-items h5{
	margin: 10px 0;
	font-weight: 600;
}

.fgf-owl-carousel-items .owl-dots, 
.fgf-owl-carousel-items .owl-nav{
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.fgf-owl-carousel-items .owl-nav{
	margin-top:10px
}
.fgf-owl-carousel-items .owl-nav [class*=owl-]{
	color:#FFF;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#D6D6D6;
	display:inline-block;
	cursor:pointer;
	border-radius:3px
}
.fgf-owl-carousel-items .owl-nav [class*=owl-]:hover{
	background:#869791;
	color:#FFF;
	text-decoration:none
}
.fgf-owl-carousel-items .owl-nav .disabled{
	opacity:.5;cursor:default
}
.fgf-owl-carousel-items .owl-nav.disabled+.owl-dots{
	margin-top:10px
}
.fgf-owl-carousel-items .owl-dots .owl-dot{
	display:inline-block;
	zoom:1
}
.fgf-owl-carousel-items .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.fgf-owl-carousel-items .owl-dots .owl-dot.active span,
.fgf-owl-carousel-items .owl-dots .owl-dot:hover span{
	background:#869791
}
@font-face{font-family:lightcase;src:url(//infantjoy.eu/wp-content/plugins/free-gifts-for-woocommerce-bak1/assets/fonts/lightcase.eot?55356177);src:url(//infantjoy.eu/wp-content/plugins/free-gifts-for-woocommerce-bak1/assets/fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"),url(//infantjoy.eu/wp-content/plugins/free-gifts-for-woocommerce-bak1/assets/fonts/lightcase.woff?55356177) format("woff"),url(//infantjoy.eu/wp-content/plugins/free-gifts-for-woocommerce-bak1/assets/fonts/lightcase.ttf?55356177) format("truetype"),url(//infantjoy.eu/wp-content/plugins/free-gifts-for-woocommerce-bak1/assets/fonts/lightcase.svg?55356177#lightcase) format("svg");font-weight:400;font-style:normal}[class*=lightcase-icon-]:before{font-family:lightcase,sans-serif;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em}.lightcase-icon-play:before{content:'\e800'}.lightcase-icon-pause:before{content:'\e801'}.lightcase-icon-close:before{content:'\e802'}.lightcase-icon-prev:before{content:'\e803'}.lightcase-icon-next:before{content:'\e804'}.lightcase-icon-spin:before{content:'\e805'}@-webkit-keyframes lightcase-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-moz-keyframes lightcase-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes lightcase-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes lightcase-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes lightcase-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}#lightcase-case{display:none;position:fixed;z-index:2002;top:50%;left:50%;font-family:arial,sans-serif;font-size:13px;line-height:1.5;text-align:left;text-shadow:0 0 10px rgba(0,0,0,.5)}@media screen and (max-width:640px){html[data-lc-type=ajax] #lightcase-case,html[data-lc-type=inline] #lightcase-case{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;margin:0!important;padding:55px 0 70px 0;width:100%!important;height:100%!important;overflow:auto!important}}@media screen and (min-width:641px){html:not([data-lc-type=error]) #lightcase-content{position:relative;z-index:1;text-shadow:none;background-color:#fff;-webkit-box-shadow:0 0 30px rgba(0,0,0,.5);-moz-box-shadow:0 0 30px rgba(0,0,0,.5);-o-box-shadow:0 0 30px rgba(0,0,0,.5);box-shadow:0 0 30px rgba(0,0,0,.5);-webkit-backface-visibility:hidden}}@media screen and (min-width:641px){html[data-lc-type=image] #lightcase-content,html[data-lc-type=video] #lightcase-content{background-color:#333}}html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content,html[data-lc-type=inline] #lightcase-content{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}@media screen and (max-width:640px){html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content,html[data-lc-type=inline] #lightcase-content{position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:none!important;background:0 0!important}}html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:640px){html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner{padding:15px}html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*{width:100%!important;max-width:none!important}html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>:not(iframe),html[data-lc-type=error] #lightcase-content .lightcase-contentInner>:not(iframe),html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>:not(iframe){height:auto!important;max-height:none!important}}@media screen and (max-width:640px){html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe{overflow:auto;-webkit-overflow-scrolling:touch}}@media screen and (max-width:640px) and (min-width:641px){html[data-lc-type=image] #lightcase-content .lightcase-contentInner,html[data-lc-type=video] #lightcase-content .lightcase-contentInner{line-height:.75}}html[data-lc-type=image] #lightcase-content .lightcase-contentInner{position:relative;overflow:hidden!important}@media screen and (max-width:640px){html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:none!important;background:0 0!important}}@media screen and (min-width:641px){html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{padding:30px;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}}@media screen and (max-width:640px){#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p{color:#aaa}}@media screen and (min-width:641px){#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p{color:#333}}#lightcase-case p.lightcase-error{margin:0;font-size:17px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#aaa}@media screen and (max-width:640px){#lightcase-case p.lightcase-error{padding:30px 0}}@media screen and (min-width:641px){#lightcase-case p.lightcase-error{padding:0}}.lightcase-open body{overflow:hidden}.lightcase-isMobileDevice .lightcase-open body{max-width:100%;max-height:100%}#lightcase-info{position:absolute;padding-top:15px}#lightcase-info #lightcase-caption,#lightcase-info #lightcase-title{margin:0;padding:0;line-height:1.5;font-weight:400;text-overflow:ellipsis}#lightcase-info #lightcase-title{font-size:17px;color:#aaa}@media screen and (max-width:640px){#lightcase-info #lightcase-title{position:fixed;top:10px;left:0;max-width:87.5%;padding:5px 15px;background:#333}}#lightcase-info #lightcase-caption{clear:both;font-size:13px;color:#aaa}#lightcase-info #lightcase-sequenceInfo{font-size:11px;color:#aaa}@media screen and (max-width:640px){.lightcase-fullScreenMode #lightcase-info{padding-left:15px;padding-right:15px}html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info{position:static}}#lightcase-loading{position:fixed;z-index:9999;width:1.123em;height:auto;font-size:38px;line-height:1;text-align:center;text-shadow:none;position:fixed;z-index:2001;top:50%;left:50%;margin-top:-.5em;margin-left:-.5em;opacity:1;font-size:32px;text-shadow:0 0 15px #fff;-moz-transform-origin:50% 53%;-webkit-animation:lightcase-spin .5s infinite linear;-moz-animation:lightcase-spin .5s infinite linear;-o-animation:lightcase-spin .5s infinite linear;animation:lightcase-spin .5s infinite linear}#lightcase-loading,#lightcase-loading:focus{text-decoration:none;color:#fff;-webkit-tap-highlight-color:transparent;-webkit-transition:color,opacity,ease-in-out .25s;-moz-transition:color,opacity,ease-in-out .25s;-o-transition:color,opacity,ease-in-out .25s;transition:color,opacity,ease-in-out .25s}#lightcase-loading>span{display:inline-block;text-indent:-9999px}a[class*=lightcase-icon-]{position:fixed;z-index:9999;width:1.123em;height:auto;font-size:38px;line-height:1;text-align:center;text-shadow:none;outline:0;cursor:pointer}a[class*=lightcase-icon-],a[class*=lightcase-icon-]:focus{text-decoration:none;color:rgba(255,255,255,.6);-webkit-tap-highlight-color:transparent;-webkit-transition:color,opacity,ease-in-out .25s;-moz-transition:color,opacity,ease-in-out .25s;-o-transition:color,opacity,ease-in-out .25s;transition:color,opacity,ease-in-out .25s}a[class*=lightcase-icon-]>span{display:inline-block;text-indent:-9999px}a[class*=lightcase-icon-]:hover{color:#fff;text-shadow:0 0 15px #fff}.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover{color:#aaa;text-shadow:none}a[class*=lightcase-icon-].lightcase-icon-close{position:fixed;top:15px;right:15px;bottom:auto;margin:0;opacity:0;outline:0}a[class*=lightcase-icon-].lightcase-icon-prev{left:15px}a[class*=lightcase-icon-].lightcase-icon-next{right:15px}a[class*=lightcase-icon-].lightcase-icon-pause,a[class*=lightcase-icon-].lightcase-icon-play{left:50%;margin-left:-.5em}@media screen and (min-width:641px){a[class*=lightcase-icon-].lightcase-icon-pause,a[class*=lightcase-icon-].lightcase-icon-play{opacity:0}}@media screen and (max-width:640px){a[class*=lightcase-icon-]{bottom:15px;font-size:24px}}@media screen and (min-width:641px){a[class*=lightcase-icon-]{bottom:50%;margin-bottom:-.5em}#lightcase-case:hover~a[class*=lightcase-icon-],a[class*=lightcase-icon-]:hover{opacity:1}}#lightcase-overlay{display:none;width:100%;min-height:100%;position:fixed;z-index:2000;top:-9999px;bottom:-9999px;left:0;background:#333}@media screen and (max-width:640px){#lightcase-overlay{opacity:1!important}}.fgf_pagination{
	cursor:pointer;
}
.fgf_gift_products_wrapper span.fgf_disable_links{
	opacity: 0.5;
	cursor:not-allowed;
}
.fgf_gift_products_wrapper span.fgf_disable_links a{
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.fgf_gift_products_table td img{
	height: auto;
	width:32px;
}
.fgf_hide{
	display: none;
}
#lightcase-content {
	border-radius:10px;
}

/* Progress bar  */



.fgf-progress-bar-wrapper{
	float:left;
	width:100%;
	margin:5px 0;
	display: block;
}

.fgf-progress-bar-wrapper p.fgf-progress-bar-heading-label {
	font-size: 22px;
	width: 100%;
	display: block;
	color: #000;
	margin-bottom: 10px;
}

.fgf-progress-bar-above-details-wrapper,
.fgf-progress-bar-below-details-wrapper{
	display: table;
	width: 100%;
	margin: 10px 0;
}


.fgf-progress-bar-start,
.fgf-progress-bar-end {
	width: auto;
	padding:0;
	margin:0;
	color: #666;
	font-size: 16px;
}

.fgf-progress-bar-start {
	float: left;
}

.fgf-progress-bar-end {
	float: right;

}

.fgf-progress-bar-outer-wrapper {
	height: 15px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding:0;
	margin: 10px 0;
	background:#f3efe6;
}

.fgf-progress-bar-outer-wrapper span {
	display: block;
	height: 100%;
}


.fgf-progress-bar-outer-wrapper span.fgf-progress-bar-fill {
	background:#03dfb6;
	-webkit-animation: currentpledgebar 2s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: currentpledgebar 2s ease-in-out;
	animation-fill-mode: none;
	-moz-animation-fill-mode: both;
}

/* Progress bar  */

/* Mobile responsive */

@media screen and (max-width: 768px) {
	.fgf-frontend-table {
		border: 1px solid #f1f1f1;
	}

	.fgf-frontend-table tbody tr {
		display: block;
	}

	.fgf-frontend-table thead {
		display: none;
	}

	.fgf-frontend-table tr td::before {
		float: left;
		content: attr(data-title) ": ";
		font-weight: 700;
	}
	.fgf-frontend-table tfoot tr td {
		border: none;
		text-align: center !important;
	}

	.fgf-frontend-table tfoot tr td nav{
		float: none;
	}

	.fgf-frontend-table tfoot tr td::before {
		float: left;
		content: " ";
	}

	.fgf-frontend-table tr td {
		display: block;
		border-right: 0;
		border-bottom: 1px solid #f1f1f1;
		text-align: right !important;
	}

	.fgf-frontend-table tbody td button {
		float: none;
	}
}

@media only screen and (max-width: 640px){

	/*  single product page popup mobile responsive*/

	.fgf-popup-gift-products-wrapper {
		float:left;
		max-height:300px;
		overflow-y: scroll;
		background: #fff;
		padding: 5px;
		width: 100%;
		border-radius: 5px;
	}

	.fgf_gift_products_wrapper h3,
	.fgf_gift_products_wrapper table td,
	.fgf_gift_products_wrapper h5 {
		text-shadow:none !important;
	}

	.fgf_gift_products_wrapper h3,
	.fgf_gift_products_wrapper h5{
		color:#333 !important;
	}

}


/**
 * Modules.
 */
/**
 * Block.
 */
.iconic-wlv-terms {
  margin: 10px 0 -10px;
  padding: 0;
  list-style: none none outside;
  overflow: hidden;
}

.iconic-wlv-variations .iconic-was-swatches {
  margin-top: 10px;
}

/**
 * Elements.
 */
.iconic-wlv-terms__term {
  float: left;
  margin: 0 10px 10px 0;
  list-style: none;
}

.iconic-wlv-terms__term img {
  display: block;
  width: 100%;
  height: auto;
}

.iconic-wlv-terms__term--image {
  max-width: 50px;
}

.iconic-wlv-terms__term--partial-match:not(.iconic-was-swatches__item--out-of-stock) {
  opacity: 0.3;
}

.iconic-wlv-terms__term--partial-match:not(.iconic-was-swatches__item--out-of-stock):hover {
  opacity: 1;
}

.iconic-wlv-terms__term--unavailable {
  opacity: 0.3;
}

.iconic-wlv-terms__term--current {
  opacity: 1;
}

.iconic-wlv-terms__term-content {
  display: block;
  border: 1px solid #ccc;
  padding: 4px 10px;
  white-space: nowrap;
}

.iconic-wlv-terms__term-content img {
  display: block;
}

.iconic-wlv-terms__term-content--link {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.iconic-wlv-terms__term-content--link:hover {
  border-color: #aaa;
  background: #fafafa;
}

.iconic-wlv-terms__term--image .iconic-wlv-terms__term-content {
  padding: 0;
}

.iconic-wlv-terms__term--current .iconic-wlv-terms__term-content {
  border: 3px solid #81d742;
  background: #e8f4fc;
  font-weight: bold;
}

.iconic-wlv-terms__term--current .iconic-wlv-terms__term-content:hover {
  border-color: #81d742;
  background: #e8f4fc;
}

.et_divi_theme .iconic-wlv-terms {
  padding-left: 0 !important;
}

/**
 * Block.
 */
/**
 * Elements.
 */
td.iconic-wlv-variations__label,
td.iconic-wlv-variations__value {
  display: block;
}
/* TomSelect + Select2 base styles moved to ijbgcourier-checkout.css */

.ijro-streets-text {
    font-size: 1.2rem;
    font-weight: bold;
}

.ijro-streets-option{
    margin: 12px 0px;
    padding: 8px 8px;
}

.ij-waybill-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.46);
    backdrop-filter: blur(4px);
    z-index: 9999;
}

#ij_create_waybill_modal.ij-waybill-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: min(92vw, 760px);
    max-height: min(88vh, 860px);
    overflow-y: auto;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dbe4f0;
    border-radius: 22px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24);
    padding: 28px;
    color: #0f172a;
    box-sizing: border-box;
}

.ij-waybill-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.ij-waybill-modal__eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2563eb;
    margin-bottom: 10px;
}

.ij-waybill-modal__title {
    margin: 0 0 10px 0;
    font-size: 32px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.ij-waybill-modal__subtitle {
    margin: 0;
    max-width: 560px;
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
}

.ij-waybill-modal__close {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe4f0;
    border-radius: 999px;
    background: #ffffff;
    color: #64748b;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.ij-waybill-modal__close svg {
    width: 18px;
    height: 18px;
    display: block;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    fill: none;
}

.ij-waybill-modal__close:hover {
    color: #0f172a;
    border-color: #94a3b8;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.ij-waybill-modal__body {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ij-waybill-modal__section {
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.ij-waybill-modal__label {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.ij-admin-delivery-editor-slot {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 0 32px !important;
    padding-top: 0 !important;
}

.ij-admin-delivery-editor-spacer {
    display: block;
    width: 100%;
    height: 52px;
    pointer-events: none;
}

.ij-admin-delivery-editor {
    display: block;
    width: 100%;
    margin: 0;
    padding: 26px;
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    box-sizing: border-box;
}

p.form-field._billing_country_field + .ij-admin-delivery-editor-slot,
p.form-field._billing_country_field + #ij-admin-delivery-editor-slot {
    margin-top: 0 !important;
}

.ij-admin-delivery-editor__header {
    margin-bottom: 22px;
}

.ij-admin-delivery-editor__eyebrow {
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2563eb;
}

.ij-admin-delivery-editor__title {
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 800;
    color: #0f172a;
}

.ij-admin-delivery-editor__subtitle {
    margin: 0;
    max-width: 620px;
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
}

.ij-admin-delivery-editor__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 20px;
}

.ij-admin-delivery-editor__field label,
.ij-admin-delivery-editor__label {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
}

.ij-admin-delivery-editor__field select {
    width: 100%;
    min-height: 42px;
    border-color: #cbd5e1;
    border-radius: 12px;
}

.ij-admin-delivery-editor__panel {
    margin-top: 10px;
    padding: 22px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
}

.ij-admin-delivery-editor__search {
    position: relative;
}

.ij-admin-delivery-editor__search input,
.ij-admin-delivery-editor__places-input gmp-place-autocomplete,
.ij-admin-delivery-editor__places-input input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    box-sizing: border-box;
}

.ij-admin-delivery-editor__search-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 16px;
    height: 16px;
    color: #64748b;
    transform: translateY(-50%);
    pointer-events: none;
}

.ij-admin-delivery-editor__search input {
    padding-left: 40px !important;
}

.ij-admin-delivery-editor__help {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: #64748b;
}

.ij-admin-delivery-editor__results {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
    max-height: 320px;
    overflow-y: auto;
}

.ij-admin-delivery-editor__result {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid #eef2f7;
    cursor: pointer;
}

.ij-admin-delivery-editor__result:last-child {
    border-bottom: 0;
}

.ij-admin-delivery-editor__result:hover {
    background: #f8fafc;
}

.ij-admin-delivery-editor__result--empty {
    cursor: default;
    color: #64748b;
}

.ij-admin-delivery-editor__result-content {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.ij-admin-delivery-editor__result-main {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}

.ij-admin-delivery-editor__result-sub {
    font-size: 12px;
    color: #64748b;
}

.ij-admin-delivery-editor__chip {
    display: none;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding: 10px 12px;
    border: 1px solid #c7d2fe;
    border-radius: 12px;
    background: #eef2ff;
}

.ij-admin-delivery-editor__chip-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 62px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #ffffff;
    font-size: 11px;
    font-weight: 800;
    color: #1d4ed8;
}

.ij-admin-delivery-editor__chip-text {
    flex: 1 1 auto;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
}

.ij-admin-delivery-editor__chip-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
}

.ij-admin-delivery-editor__chip-clear:hover {
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
}

.ij-admin-delivery-editor__display {
    display: none;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.ij-admin-delivery-editor__display-kicker {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #64748b;
}

.ij-admin-delivery-editor__display-carrier {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2563eb;
}

.ij-admin-delivery-editor__display-value {
    display: block;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;
    color: #0f172a;
}

.ij-admin-delivery-editor__map {
    display: none;
    width: 100%;
    height: 280px;
    margin-top: 16px;
    border: 0;
    border-radius: 16px;
    background: #e2e8f0;
}

.ij-admin-delivery-editor__locked-row {
    margin-top: 14px;
}

.ij-admin-delivery-editor__locked-row.is-hidden-by-editor {
    display: none !important;
}

.ij-admin-delivery-editor__manual-row {
    margin-top: 16px;
}

#ij-admin-delivery-editor-slot + p.form-field,
#ij-admin-delivery-editor-slot + div + p.form-field {
    margin-top: 28px !important;
}

.ij-admin-delivery-editor__locked-row label {
    color: #64748b;
}

.ij-admin-delivery-editor__locked-input {
    background: #f8fafc !important;
    border-color: #dbe4f0 !important;
    color: #475569 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    cursor: default;
}

.ij-admin-delivery-editor__locked-input:focus {
    border-color: #dbe4f0 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    outline: none;
}

@media (max-width: 1200px) {
    .ij-admin-delivery-editor__grid {
        grid-template-columns: 1fr;
    }
}

.ij-waybill-modal__hint {
    margin: 12px 0 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: #64748b;
}

.ij-waybill-quantity-control {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    background: #f8fafc;
}

#ij_create_waybill_modal .quantity-button {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 12px;
    background: #e2e8f0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background 0.16s ease, transform 0.16s ease;
}

.quantity-button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    line-height: 1;
    transform: translateY(-1px);
}

#ij_create_waybill_modal .quantity-button:hover {
    transform: translateY(-1px);
}

#ij_create_waybill_modal .quantity-button.plus {
    background: #dcfce7;
    color: #15803d;
}

#ij_create_waybill_modal .quantity-button.plus:hover {
    background: #bbf7d0;
}

#ij_create_waybill_modal .quantity-button.minus {
    background: #fee2e2;
    color: #b91c1c;
}

#ij_create_waybill_modal .quantity-button.minus:hover {
    background: #fecaca;
}

#ij_create_waybill_modal input[type="number"] {
    width: 96px;
    height: 52px;
    border: none;
    background: #ffffff;
    border-radius: 12px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    box-shadow: inset 0 0 0 1px #dbe4f0;
}

#ij_create_waybill_modal input[type="number"]:focus,
.ij-waybill-modal__select:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12), inset 0 0 0 1px #2563eb;
}

.ij-waybill-modal__select {
    width: 100%;
    max-width: 360px;
    height: 52px;
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    background: #ffffff;
}

.ij-modal-checkboxes.ij-waybill-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    margin: 0;
}

.ij-waybill-option-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    background: #f8fafc;
    cursor: pointer;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.ij-waybill-option-card:hover {
    border-color: #93c5fd;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08);
    transform: translateY(-1px);
}

.ij-waybill-option-card input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin-top: 2px;
    flex-shrink: 0;
}

.ij-waybill-option-card__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ij-waybill-option-card__text strong {
    font-size: 15px;
    color: #0f172a;
}

.ij-waybill-option-card__text small {
    font-size: 12px;
    line-height: 1.45;
    color: #64748b;
}

.ij-waybill-modal__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
}

#ij_create_waybill_modal .ij-modal-action-btn.ij-waybill-modal__btn {
    width: auto;
    min-width: 180px;
    height: 52px;
    padding: 0 22px;
    border: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
}

#ij_create_waybill_modal .ij-modal-action-btn.ij-waybill-modal__btn:hover {
    transform: translateY(-1px);
}

#ij_create_waybill_modal .ij-modal-action-btn.ij-waybill-modal__btn--secondary {
    background: #e2e8f0;
    color: #0f172a;
}

#ij_create_waybill_modal .ij-modal-action-btn.ij-waybill-modal__btn--primary {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(37, 99, 235, 0.24);
}

@media (max-width: 640px) {
    #ij_create_waybill_modal.ij-waybill-modal {
        width: calc(100vw - 24px);
        padding: 20px;
        border-radius: 18px;
    }

    .ij-waybill-modal__header {
        gap: 14px;
    }

    .ij-waybill-modal__title {
        font-size: 26px;
    }

    .ij-waybill-modal__footer {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    #ij_create_waybill_modal .ij-modal-action-btn.ij-waybill-modal__btn {
        width: 100%;
    }
}
.woocommerce form .form-row .optional{
    display: none ;
}

#order_data .order_data_column .form-field {
    width: 100% !important;
}

/* .iti__selected-country-primary {
    display: none !important;
} */

/* #billing_phone and .iti styles moved to ijbgcourier-checkout.css */

#delivery_option_field > label {
    font-family: inherit;
    font-size: var(--wp--preset--font-size--large);
    font-weight: 700;
}

#delivery_option_field > span {
    display: flex;
    flex-direction: column;
  }

  #delivery_option_field > span > label{
    margin: 0;
    border: 1px solid lightblue;
  }


/* ── Utility ─────────────────────────────────────────── */
.ij-hidden { display: none !important; }

/* ── Delivery block wrapper ──────────────────────────── */
.delivery-option-tabs {
    margin-bottom: 24px;
}

.ij-delivery-intro {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 14px;
}

/* ── Groups (Locker / До офис / До адрес) ────────────── */
.ij-courier-groups {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 4px 2px;
}

.ij-courier-group {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 2px;
}

.ij-courier-group-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.ij-group-icon { font-size: 0.9rem; line-height: 1; }

.ij-group-title {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #64748b;
}

/* ── Admin: rebuilt IJ Shipping settings UI ───────────── */
#ij-shipping-matrix-root,
#ij-packeta-carriers-root {
    margin-top: 10px;
}

.ij-admin-page__hero {
    margin: 4px 0 18px;
}

.ij-admin-page__hero h1 {
    margin-bottom: 6px;
}

.ij-admin-toolbar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 14px;
    margin: 12px 0 18px;
}

.ij-admin-toolbar__panel,
.ij-admin-country-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    border: 1px solid #d9e2ec;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.ij-admin-toolbar__panel {
    padding: 16px;
}

.ij-admin-toolbar__title {
    font-size: 13px;
    font-weight: 700;
    color: #102a43;
    margin-bottom: 10px;
}

.ij-admin-toolbar__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.ij-admin-toolbar__hint {
    margin-top: 8px;
    font-size: 12px;
    color: #6b7280;
    line-height: 1.45;
}

.ij-packeta-fetch-status {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    color: #52606d;
}

.ij-admin-segmented {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ij-admin-segmented__button {
    border: 1px solid #cbd5e1 !important;
    background: #fff !important;
    color: #334155 !important;
    border-radius: 999px !important;
    padding: 4px 12px !important;
}

.ij-admin-segmented__button.is-active {
    background: #0f766e !important;
    color: #fff !important;
    border-color: #0f766e !important;
}

.ij-admin-mode-intro {
    margin: 0 0 14px;
    color: #52606d;
}

.ij-admin-country-grid {
    display: grid;
    gap: 16px;
}

.ij-admin-country-card {
    padding: 18px;
}

.ij-admin-country-card.is-collapsed .ij-admin-country-card__body {
    display: none;
}

.ij-admin-country-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 16px;
}

.ij-admin-country-card__head,
.ij-admin-courier-card__head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.ij-admin-country-card__head-main {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.ij-admin-country-card__toggle {
    width: 32px;
    height: 32px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex: 0 0 auto;
}

.ij-admin-country-card__toggle:hover {
    background: #f8fafc;
    border-color: #94a3b8;
}

.ij-admin-country-card__body {
    margin-top: 10px;
}

.ij-admin-country-card__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    color: #102a43;
}

.ij-admin-country-card__meta {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #7b8794;
}

.ij-admin-country-card__intro {
    margin: 10px 0 0;
    font-size: 13px;
    color: #52606d;
}

.ij-admin-courier-list {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.ij-admin-courier-card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    padding: 14px;
}

.ij-admin-courier-card.is-collapsed .ij-admin-courier-card__body {
    display: none;
}

.ij-admin-courier-card__head-main {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ij-admin-courier-card__toggle {
    width: 26px;
    height: 26px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex: 0 0 auto;
}

.ij-admin-courier-card__toggle:hover {
    background: #f8fafc;
    border-color: #94a3b8;
}

.ij-admin-courier-card__body {
    margin-top: 10px;
}

.ij-admin-courier-card__title {
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
}

.ij-courier-type-radios {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ij-courier-type-radio-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ij-carrier-badges {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.ij-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.6;
    white-space: nowrap;
}

.ij-badge--type {
    background: #e5e7eb;
    color: #374151;
}

.ij-badge--courier {
    background: #fef3c7;
    color: #92400e;
}

.ij-badge--packeta {
    background: #d1fae5;
    color: #065f46;
}

.ij-admin-rule-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.ij-admin-rule-grid--dpd {
    max-width: 520px;
}

.ij-admin-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ij-admin-field--full {
    grid-column: 1 / -1;
}

.ij-admin-field__label {
    font-size: 12px;
    font-weight: 700;
    color: #334155;
}

.ij-admin-field__hint {
    font-size: 11px;
    color: #7b8794;
    line-height: 1.35;
}

.ij-admin-field input[type="text"],
.ij-admin-field input[type="number"],
.ij-admin-field select,
.ij-admin-toolbar select {
    width: 100%;
    min-height: 36px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 6px 10px;
    box-sizing: border-box;
    background: #fff;
}

.ij-admin-category-picker {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.ij-admin-category-picker__head {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ij-admin-category-picker__toggle {
    font-size: 11px;
    font-weight: 700;
    color: #0f766e;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
    flex: 0 0 auto;
}

.ij-admin-category-picker__toggle:hover {
    color: #115e59;
    text-decoration: underline;
}

.ij-admin-category-picker.is-collapsed .ij-admin-pill-grid {
    display: none;
}

.ij-admin-category-picker__summary {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 0;
    padding: 8px;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    background: #f8fafc;
}

.ij-admin-category-picker__empty {
    color: #7b8794;
    font-size: 12px;
}

.ij-admin-category-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1e3a8a;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.ij-admin-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 2px 0;
    width: 100%;
}

.ij-admin-pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.ij-admin-pill input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ij-admin-pill span {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #334155;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    transition: all 0.15s ease;
}

.ij-admin-pill:hover span {
    border-color: #94a3b8;
    background: #f8fafc;
}

.ij-admin-pill.is-selected span {
    border-color: #0f766e;
    background: #ccfbf1;
    color: #115e59;
    box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.15);
}

.ij-admin-price-rules {
    display: grid;
    gap: 10px;
}

.ij-admin-price-rules__list {
    display: grid;
    gap: 10px;
}

.ij-admin-price-rules__actions {
    display: flex;
    justify-content: flex-start;
}

.ij-admin-price-rule-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
}

.ij-admin-price-rule-row__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
}

.ij-admin-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-weight: 600;
    color: #334155;
}

.ij-packeta-carrier-actions,
.ij-packeta-country-actions {
    white-space: nowrap;
    text-align: right;
}

.ij-packeta-carrier-block .ij-packeta-add-carrier {
    margin-top: 6px;
}

/* ── Courier list inside a group ─────────────────────── */
.ij-courier-list { display: flex; flex-direction: column; }

/* ── Individual courier row ──────────────────────────── */
.ij-courier-option {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    gap: 0;
    padding: 14px 22px !important;
    cursor: pointer;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
    transition: background 0.15s;
    position: relative;
}

.ij-courier-option:last-child { border-bottom: none; }
.ij-courier-option:hover { background: #f8fafc; }

/* Selected state */
.ij-courier-option.ij-selected {
    display: flex;
    align-items: center;
    width: 100%;
    background: #eff6ff;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.16);
}

.ij-courier-option.ij-selected::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: #2563eb;
    border-radius: 0 2px 2px 0;
}

.ij-courier-option.ij-selected::after {
    content: 'Selected';
    position: absolute;
    top: 12px;
    right: 18px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

/* Hide native radio and the dot span */
.ij-courier-option input[type="radio"],
.ij-courier-option .ij-radio-dot { display: none; }

/* Logo — fixed width, extra left padding for breathing room */
.ij-courier-option .delivery-icon {
    width: 60px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 16px;
}

/* Name — takes all remaining space */
.ij-courier-option .ij-courier-name {
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

/* Price — hard right edge */
.ij-courier-option .ij-courier-price {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    white-space: nowrap;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 88px;
    text-align: right;
}

/* Hide the shipping label on the checkout page */

/* Ensure the shipping price is still visible */
.woocommerce-checkout #shipping_method li {
    display: flex;
    align-items: center;
}

.woocommerce-checkout #shipping_method li .amount {
    margin-left: 10px; /* Adjust spacing as needed */
}

._billing_state_field {
    display: none !important;
}

#billing_address_1-ts-control {
    width: 100%;
}

.delivery-speedy-label {
	font-size: 64px !important;
	color: green !important;
}