/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.kanos-import-product-page {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
}
#kanos-import-product-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.k-ipf-left-wrapper, .k-ipf-right-wrapper {
	flex: 0 0 48%;
	max-width: 48%;
}
.k-ipf-save-button-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;	
	margin-top: 12px;
}
@keyframes ldio-yzaezf3dcmj {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}.ldio-yzaezf3dcmj div {
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio-yzaezf3dcmj 1s cubic-bezier(0,0.2,0.8,1) infinite;
}.ldio-yzaezf3dcmj div:nth-child(1) {
  border-color: #13a538;
  animation-delay: 0s;
}
.ldio-yzaezf3dcmj div:nth-child(2) {
  border-color: #004035;
  animation-delay: -0.5s;
}
.loadingio-spinner-ripple-2by998twmg8 {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-yzaezf3dcmj {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.ldio-yzaezf3dcmj div { 
	box-sizing: content-box; 
}
.k-ipf-save-button-inner, .k-epp-save-button-inner {
	position: relative;
	overflow: hidden;
}
.kanos-loading-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	display: none;
}
.k-ipf-save-button, .k-epp-save-button {
	background: #004035;
	border: 2px solid #004035;
	transition: all 0.3s;
}
.k-ipf-save-button:hover, .k-epp-save-button:hover {
	background: #fff;
	color: #004035;
}
.k-ipf-save-button.disabled, .k-epp-save-button.disabled {
	background: #c3c3c3;
	user-select: none;
	pointer-events: none;
}
.k-ipf-input-field-wrapper, .k-epf-input-field-wrapper {
	margin-bottom: 10px;
}
.k-ipf-heading-wrapper {
	text-align: center;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 700;
	color: #004035;
	margin: 16px 0;
}
.kanos-export-product-page {
	width: 1200px;
	margin: 0 auto;
}
.k-epp-inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.k-epp-left-wrapper, .k-epp-right-wrapper {
	flex: 0 0 49%;
	max-width: 49%;
}
.k-epp-list-product-wrapper .select2-container .select2-selection--single {
    height: 40px !important; 
    line-height: 40px !important;
}

.k-epp-list-product-wrapper .select2-container .select2-selection__arrow {
    height: 40px !important;
}
.k-epp-list-product-wrapper #select2-k_epp_list_product-container {
	height: 40px !important;
	display: flex !important;
	align-items: center !important;
}
.k-epp-save-button-wrapper {
	margin-top: 12px;
	margin-bottom: 48px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.product-sub-category-wrapper {
	display: none;
}
#kanos-import-product-form label, #kanos-export-product-form label {
	font-weight: 700;	
	font-size: 16px;
	line-height: 16px;
}
.product-sub-category-wrapper label {
	margin-right: 8px;
	margin-bottom: 12px;
}
.kanos-import-sub-cat-wrapper input, .kanos-import-sub-sub-cat-wrapper input {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.kanos-import-sub-cat-wrapper label, .kanos-import-sub-sub-cat-wrapper label {
	display: flex;
	align-items: center;
	margin-bottom: 0 !important;
}
.kanos-import-sub-cat-wrapper, .kanos-import-sub-sub-cat-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.product-sub-category-inner, .product-sub-sub-category-inner {
	margin-top: 8px;
}
.k-ipf-select-import-wrapper .k-switch-import-product {
  --primary: #000;
  --secondary: #fff;
  --time: 0.6s;
  appearance: none;
  position: relative;
  cursor: pointer;
  width: 3.33em;
  aspect-ratio: 2 / 1;
  background: var(--primary);
  border-radius: 6.66em;
  box-shadow: 0 0 0 0.33em var(--secondary); 
  transform: translateX(0.16px);
  transition: transform var(--time) cubic-bezier(0.75, 0, 0.75, 50);
  filter: blur(0.22em) contrast(20); 
  mix-blend-mode: darken;
  overflow: hidden;
}
.k-ipf-select-import-wrapper .k-switch-import-product::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  transform: translate(-25%, -50%);
  left: 50%;
  top: 50%;
  background: radial-gradient(
      closest-side circle at 12.5% 50%,
      var(--secondary) 50%,
      #0000 0
    ),
    radial-gradient(
      closest-side circle at 87.5% 50%,
      var(--secondary) 50%,
      #0000 0
    ),
    #f000;
  transition: transform var(--time) cubic-bezier(0.75, 0, 0.75, 1.3);
}
.k-ipf-select-import-wrapper .k-switch-import-product:checked {
  transform: translateX(-0.16px);
}
.k-ipf-select-import-wrapper .k-switch-import-product:checked::before {
  transform: translate(-75%, -50%);
}
.k-ipf-select-import-inner {
	display: flex;
	justify-content: center;
	gap: 12px;
	align-items: center;
	margin-bottom: 24px;
}
.k-ipf-select-import-input-wrapper {
	display: flex;
	align-items: center;
}
.k-ipf-select-import-text-wrapper {
	position: relative;
}
.k-ipf-re-use-import {
	position: absolute;
	top: -3px;
	left: 80px;
	width: 90px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 2px;
	background: #004035;
	border-radius: 4px;
	border: 1px solid #004035;
	transition: all 0.3s;
}
.k-ipf-re-use-import svg {
	width: 18px;
	height: 18px;
	margin-right: 4px;
	transition: all 0.3s;
	margin-top: 2px;
}
.k-ipf-re-use-import path {
	transition: all 0.3s;
}
.k-ipf-re-use-import:hover {
	background: #fff;
	color: #004035;
}
.k-ipf-re-use-import:hover path {
	stroke: #004035;
}
.k-ipf-clear-form-import {
	position: absolute;
	top: -3px;
	right: 85px;
	width: 90px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 2px;
	background: #cc0000;
	border-radius: 4px;
	border: 1px solid #cc0000;
	transition: all 0.3s;
}
.k-ipf-clear-form-import svg {
	width: 18px;
	height: 18px;
	margin-right: 4px;
	transition: all 0.3s;
	margin-top: 2px;
}
.k-ipf-clear-form-import path, .k-ipf-clear-form-import circle {
	transition: all 0.3s;
}
.k-ipf-clear-form-import:hover {
	background: #fff;
	color: #cc0000;
}
.k-ipf-clear-form-import:hover path {
	stroke: #cc0000;
}
.k-ipf-clear-form-import:hover circle {
	stroke: #cc0000;
}
.k-ipf-select-import-list-heading-wrapper {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 6px;
}
.k-ipf-select-import-list-inner:not(:last-child) {
	margin-bottom: 12px;
}
.k-ipf-select-import-list-wrapper {
	padding: 12px;
	border: 1px solid #e1e1e1;
	margin-bottom: 18px; 
	border-radius: 6px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
	display: none;
}
.k-epp-list-product-wrapper {
	margin-bottom: 12px;
}
@media ( max-width: 767px ) {
	.k-ipf-left-wrapper, .k-ipf-right-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.kanos-import-product-page {
		width: 100%;
	}
}
.kanos-notification-inner {
	width: 250px;
	height: 60px;
	display: flex;
	flex-wrap: nowrap;
	border-radius: 4px;
	padding: 10px 6px 6px 6px;
	color: #fff;
	position: fixed;
	bottom: 40px;
	right: -300px;
	z-index: 9999;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.kanos-notification-inner.active {
	right: 20px;
	opacity: 1;
}
.k-ntfct-l-icon-wrapper svg {
	width: 40px;
	height: 40px;
	fill: #fff;
}
.k-ntfct-l-icon-wrapper svg path {
	fill: #fff;
}
.k-ntfct-left-wrapper {
	flex: 0 0 21%;
	max-width: 21%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.k-ntfct-right-wrapper {
	flex: 0 0 79%;
	max-width: 79%;
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 6px;
}
.k-ntfct-l-icon-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.k-ntfct-r-content-inner {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}
.kanos-notification-inner.fail {
	background: #dc0000;
}
.kanos-notification-inner.success {
	background: green;
}
.kanos-notification-inner.warning {
	background: #b6b601;
}
.kanos-notification-inner {
    overflow: hidden;
}
.k-ntfct-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background-color: #fff;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
	border-radius: 12px;
}
.kanos-notification-inner.active .k-ntfct-progress-bar {
    animation: progressBar 3s linear forwards;
}
@keyframes progressBar {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}
.kanos-import-list-page {
	width: 1200px;
	margin: auto;
}
.k-ipf-all-textarea-wrapper {
	display: flex; 
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 8px;
}
.k-ipf-textarea-field-wrapper {
	flex: 0 0 48%;
	max-width: 48%;
}
.k-ipf-textarea-field-wrapper textarea {
	height: 100px;
}
.k-ipl-list-heading-wrapper, .k-ipl-list-item-inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	/* column-gap: 24px; */
}
.k-ipl-list-item-wrapper {
	padding-bottom: 8px;
    border-bottom: 2px solid #0000002b;
    margin-bottom: 3px;
    margin-top: 4px;
}
.k-ipl-list-columns:nth-child(1) {
	flex: 0 0 4%;
	max-width: 4%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.k-ipl-list-columns:nth-child(2) {
	flex: 0 0 8%;
	max-width: 8%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.k-ipl-list-columns:nth-child(3) {
	flex: 0 0 35%;
	max-width: 35%;
	display: flex;
	align-items: center;
	justify-content: left;
	font-weight: 700;
}
.k-ipl-list-columns:nth-child(4) {
	flex: 0 0 15%;
	max-width: 15%;
	display: flex;
	align-items: center;
	justify-content: left;
}
.k-ipl-list-columns:nth-child(5) {
	flex: 0 0 6%;
	max-width: 6%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.k-ipl-list-columns:nth-child(6) {
	flex: 0 0 18%;
	max-width: 18%;
	display: flex;
	align-items: center;
	justify-content: left;
}
.k-ipl-list-columns:nth-child(7) {
	flex: 0 0 8%;
	max-width: 8%;
}
.k-ipl-li-note-wrapper {
	font-size: 14px;
	line-height: 18px;
}
.k-ipl-list-columns:nth-child(8) {
	flex: 0 0 7%;
	max-width: 7%;
}
.k-ipl-list-item-wrapper {
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	line-height: 22px;
}
.k-ipl-list-inner {
	display: flex;
	flex-wrap: wrap;
	/* row-gap: 12px; */
}
.k-ipl-li-status-wrapper svg {
	height: 40px;
	width: 40px
}
.k-ipl-li-status-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.k-ipl-li-status-wrapper .k-ipl-status-icon-success path {
	fill: green;
}
.k-ipl-li-status-wrapper .k-ipl-status-icon-cancel path {
	fill: #c20000;
}
.k-ipl-list-heading-item-wrapper {
	font-weight: 700;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}
.k-ilp-heading-wrapper {
	text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    color: #004035;
	margin: 24px 0;
}
.k-ipl-list-heading-wrapper {
	margin-bottom: 12px;
	border-bottom: 2px solid #0000002b;
    padding-bottom: 4px;
}
.k-ipl-li-control-show-icon-inner svg {
	width: 28px;
	height: 28px;
	cursor: pointer;
}
.k-ipl-li-product-category-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.k-ipl-li-product-category-inner {
	font-size: 14px;
	line-height: 19px;
	cursor: pointer;
	transition: all 0.3s;
}
.k-ipl-li-product-category-inner:hover {
	color: red;
}
.k-ipl-li-control-show-icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.k-ipl-list-item-detail-column-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
	row-gap: 12px;
}
.k-ipl-list-item-detail-wrapper {
	display: none;
	margin-top: 16px;
}
.k-ipl-list-item-detail-inner {
	padding: 0 24px;
}
.k-ipl-li-load-more-wrapper, .k-ipl-li-searchby-load-more-wrapper {
	margin-top: 40px;
	margin-bottom: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.k-ipl-li-load-more-inner, .k-ipl-li-searchby-load-more-inner {
	position: relative;
	overflow: hidden;
	padding: 8px 16px;
	background-color: green;
	border: 2px solid green;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s;
}
.k-ipl-li-load-more-inner:hover, .k-ipl-li-searchby-load-more-inner:hover {
	background-color: #fff;
	color: green;
}
.k-ipl-li-load-more-inner.disabled, .k-ipl-li-searchby-load-more-inner.disabled {
	background-color: #868986;
	border: 2px solid #868986;
}
.k-ipl-list-inner {
	max-height: 1142px;
	overflow-y: auto;
	overflow-x: hidden;
}
.k-ipl-search-functions-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
	gap: 24px;
}
.k-ipl-sf-search-field-inner {
	position: relative;
}
.k-ipl-sf-search-field-wrapper svg {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translate(0,-50%);
}
.k-ipl-sf-search-field-inner input {
	padding-right: 40px;
}
.k-ipl-sf-category-wrapper .select2-container .select2-selection--single {
    height: 40px !important; 
    line-height: 40px !important;
	border: 1px solid #e1e8ed !important;
}

.k-ipl-sf-category-wrapper .select2-container .select2-selection__arrow {
    height: 40px !important;
}
.k-ipl-sf-category-wrapper #select2-search_product_category-container {
	height: 40px !important;
	display: flex !important;
	align-items: center !important;
}
.k-ipl-sf-category-wrapper .select2-container {
	width: 200px !important;
}
#product_import_date_search, .k-ipl-sf-search-field {
	background: #fff !important;
}
#product_import_date_search.active, .k-ipl-sf-search-field.active {
	border: 2px solid green !important;
}
.k-ipl-sf-category-wrapper.active .select2-container .select2-selection--single {
	border: 2px solid green !important;
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 400px !important;
}