
H2.header, .inno-main-container H2.header {
	color: #0D0D0D;
	font-size: 26px;
	line-height: 32px;
	text-align: left;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
}
H3.header, .inno-main-container H3.header {
	color: #0D0D0D;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	margin-top: 18px;
	margin-bottom: 24px;
	padding: 0;
}

h1 .cart-products-count {
	color: #626262;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

@media (min-width: 1042px) {
	/* width */
	::-webkit-scrollbar {
	  width: 10px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	  background: transparent; 
	}
	 
	/* Handle */
	::-webkit-scrollbar-thumb {
	  background: #EEE;
	  border-radius: 5px;
	  width: 4px;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	  background: #dddddd; 
	}
}

.textarea-form {
	width: 100%;
	height: 100px;
	border: 1px solid black;
}



.manager-block {
	display: flex;
	padding: 24px;
	border-radius: 8px;
	background: #1DB4B5;
	color: white;
}

.manager-block .manager-info {
	flex-grow: 1;
	font-size: 16px;
	position: relative;
}

.manager-block .buttons {
	width: 340px;
	display: flex;
}

.manager-block .manager-info .manager-label {
	font-size: 12px;
}

.manager-block .manager-info .manager-name {
	font-weight: bold;
}

.manager-block .manager-info .manager-phone-email {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	line-height: 16px;
}

.manager-block .manager-info .manager-phone-email hr {
	color: white;
	width: 100%;
	height: 1px;
	opacity: 1;
	display: none;
}

.manager-block .manager-info .manager-phone-email a {
	color: white;
}

.manager-block .manager-info .manager-phone-email > div {
	margin-top: 4px;
	margin-bottom: 4px;
	height: 24px;
}

.manager-block .manager-info .manager-phone-email .manager-phone {
	width: 200px;
	flex-basis: 200px;
	flex-shrink: 0;
}

.manager-block .manager-info .collapse-button {
	display: none;
	position: absolute;
	right: 0;
	width: 24px;
	height: 24px;
	top: 10px;
	cursor: pointer;

}

.manager-block .buttons button:first-child {
	margin-right: 4px;
	width: 193px;
}

.manager-block .buttons button:last-child {
	margin-left: 4px;
	width: 139px;
}

.manager-block .manager-icon {
	height: 16px;
	width: 16px;
	float: left;
	margin-right: 8px;
}

.message-container {
	position: fixed;
	width: 400px;
	top: 0;
	right: 0;
	padding: 20px;
	z-index: 9999;
}

.message-container .message {
	width: 100%;
	padding: 24px;
	border-radius: 8px;
	margin-bottom: 20px;
	position: relative;
	font-size: 16px;
	padding-right: 40px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position-x: 15px;
	background-position-y: center;
}

.message-container .message.error {
	background-color: #FDEEEE;
	color: #EE505A;
	background-image: url('../images/icons/error-icon.svg');
}

.message-container .message.success {
	background-color: #EBF9F8;
	color: #1DB4B5;
	background-image: url('../images/icons/success-icon.svg');
}

.message-container .message.info {
	background-color: #EEF8FF;
	color: #1D75B5;
	background-image: url('../images/icons/info-icon.svg');
}

.message-container .message .close {
	height: 24px;
	width: 24px;
	border-radius: 12px;
	background: white;
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 8px;
	background-image: url('../images/icons/close.svg');
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
}




.light-select {
	min-width: 150px;
    padding: 12px 35px 12px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 1px solid #CCC;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icons/arrow-down-gray.svg) 96% / 15% no-repeat transparent;
    background-size: auto;
    background-position-y: center;
    height: 48px;
}

.light-select::-ms-expand {
    display: none;
}

@media screen and (min-width:0\0) {
    .light-select {
        background: none\9;
        padding: 5px\9;
    }
}




.btn-primary-rectangle {
	border-radius: 8px !important;
	height: 48px !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	border: 1px solid white !important;
}

.btn-primary-white {
	background: white !important;;
	color: #1cb4b5 !important;;
	border: 1px solid #1cb4b5 !important;
}


.custom-number-input {
	display: flex;
	width: 140px;
	height: 48px;
	border-radius: 8px;
	border: 1px solid rgba(161, 161, 161, 0.30);
	background: #FFF;
}

.custom-number-input button {
	width: 40px;
	background: white;
	margin: 3px;
}

.custom-number-input .decrement-button {
	border-right: 1px solid rgba(161, 161, 161, 0.30);
}

.custom-number-input .increment-button {
	border-left: 1px solid rgba(161, 161, 161, 0.30);
}

.custom-number-input input {
	width: calc(100% - 80px);
	text-align: center;
}

.custom-checkbox {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #1DB4B5;
	border: 1px solid #1DB4B5;
	color: white;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	background-image: url('../images/icons/minus.svg');
	background-position-x: center;
	background-repeat: no-repeat;
}

.custom-checkbox.unchecked {
	background-image: null;
	border: 1px solid #A1A1A1;
	background-color: white;
}

.custom-checkbox.checked {
	background-image: url('../images/icons/ok.svg');
}


.phone-icon {
	background-image: url('../images/icons/phone.svg');
}

.email-icon {
	background-image: url('../images/icons/email.svg');
}

.arrow-down-icon {
	background-image: url('../images/icons/arrow-down.svg');
}

.arrow-up-icon {
	background-image: url('../images/icons/arrow-up.svg');
}
.sea-right-arrow {
	background-image: url('../images/icons/sea-right-arrow.svg');
}
#sea-right-arrow {
	background-image: url('../images/icons/sea-right-arrow.svg');
}
.sea-pencil {
	background-image: url('../images/icons/sea-pencil.svg');
}
.sea-delete {
	background-image: url('../images/icons/sea-delete.svg');
}


.order-body {
	display: flex;
	align-items: flex-start;
}

.order-body .order-content {
	flex-grow: 1;
	padding-right: 40px;
    max-width: calc(100% - 280px);
    flex-basis: calc(100% - 280px);
    flex-shrink: 0;
}


.order-body .order-total {
	position: relative;
	width: 280px;
    flex-shrink: 0;
    flex-basis: 280px;
	border-radius: 8px;
	background: #F6F6F6;
	padding: 24px 20px;
	display: flex;
	flex-wrap: wrap;
}

.order-body .order-total hr,
.order-body .order-total button {
	width: 100%;
}

.order-body .order-total .total-header {
	width: 100%;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	flex-shrink: 0;
	margin-bottom: 16px;
}

.order-body .order-total .total-price-count {
	width: 100%;
	display: flex;
}

.order-body .order-total .total-price-count .total-count {
	width: 80px;
	flex-basis: 80px;
	flex-shrink: 0;
}

.order-body .order-total .total-price-count .total-price {
	flex-grow: 1;
}

.order-body .order-total .total-price-count .total-count,
.order-body .order-total .total-price-count .total-price .total-discount {
	color: #A1A1A1;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.order-body .order-total .total-price-count .total-price {
	display: flex;
	flex-wrap: wrap;
}

.order-body .order-total .total-price-count .total-price span {
	text-align: right;
	width: 100%;
}

.order-body .order-total .total-price-count .total-price .total-discount {
	text-decoration: line-through;
}

.order-body .order-total .total-price-count .total-price .total-actual-price {
	color: #0D0D0D;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

.order-body .order-total .total-buttons {
	width: 100%;
}

.order-body .order-total .total-buttons .btn {
	margin-bottom: 8px;
	width: 100%;
}


.product-item {
	display: flex;
}

.product-item .product-item-image-description-column {
	display: flex;
	flex-grow: 1;
}

.product-item-checkbox-column {
	width: 40px;
	flex-basis: 40px;
	flex-grow: 0;
	flex-shrink: 0;
}

.product-item-image-column {
	width: 90px;
	height: 90px;
	flex-basis: 90px;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 6px;
	border: 1px solid #D9D9D9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-item-image-column img {
	max-width: 78px;
	max-height: 78px;
}

.product-item-info-column {
	padding-left: 24px;
	flex-grow: 1;
}

.product-item-article,
.product-item-sku {
	color: #A1A1A1;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
}

.product-item-info-column .product-item-article {
	margin-bottom: 8px;
}

.product-item-info-column .product-item-not-available {
	color: #EE505A;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 8px;
}
.product-item-info-column .product-item-not-available > span {
	text-wrap: nowrap;
}

.product-item-info-column .product-item-sku {
	margin-top: 2px;
}

.product-item-info-column .product-item-sub-price {
	font-size: 12px;
	margin-top: 8px;
	position: relative;
}
.product-item-info-column .product-item-sub-price .discount {
	text-decoration: line-through;
}
.product-item-info-column .product-item-sub-price .discount,
.product-item-info-column .product-item-sub-price .quantity {
	margin-left: 8px;
	margin-right: 8px;
	color: #A1A1A1;
}
.product-item-info-column .product-item-sub-price .quantity {
	margin-left: 12px;
}
.product-item-info-column .product-item-sub-price .dot {
	height: 4px;
    width: 4px;
	border-radius: 2px;
    background-color: #A1A1A1;
    display: inline-block;
    top: 7px;
    position: absolute;
}

.product-item-count-column {
	height: 50px;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.product-item-actual-price {
	color: #0D0D0D;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	text-align: right;
	text-wrap: nowrap;
}

.product-item-discount {
	text-align: right;
}

.product-item-discount .product-item-discount-amount {
	color: #A1A1A1;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration: line-through;
	vertical-align: middle;
	text-wrap: nowrap;
}

.product-item-discount .product-item-discount-percent {
	border-radius: 90px;
	background: #FB2C2C;
	padding: 2px 6px;
	color: #FFF;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 11px;
	vertical-align: middle;
	margin-left: 8px;
}





.popup-shadow-outer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(37, 37, 37, 0.5);
	z-index: 6000;
}
.popup-shadow-outer .popup-shadow-inner {
	height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-shadow-outer .popup-shadow-inner .popup-window {
	padding: 32px;
    border-radius: 8px;
    background: #FFF;
    position: relative;
    max-width: 95%;
    max-height: 95%;
    display: flex;
    flex-flow: column;
}
.popup-shadow-outer .popup-shadow-inner .popup-window .content {
	overflow-y: auto;
}
.popup-shadow-outer .popup-shadow-inner .popup-window .close-button {
	background-image: url('../images/icons/close-popup.svg');
	width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
}
.popup-shadow-outer .popup-shadow-inner .popup-window .popup-header {
	color: #252525;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	margin-right: 40px;
	padding-bottom: 24px;
}


.custom-switcher {
	height: 48px;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	background-color: #f6f6f6;
	border: 1px solid #dddddd;
	padding: 1px;
	
	border-radius: 8px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05) inset;
}
.custom-switcher > div {
	display: flex;
	justify-content: center;
	align-items: center; 
	border-radius: 8px;
	height: 100%;
	flex-grow: 1;
	text-align: center;
	cursor: pointer;
}
.custom-switcher > div > a {
	width: 100%;
    border-right: 1px solid #dddddd;
	padding-left: 10px;
	padding-right: 10px;
}
.custom-switcher > div.active > a,
.custom-switcher > div:last-child > a {
    border-right: 0;
}
.custom-switcher > div.active {
	background-color: #1DB4B5;
	color: white;
	cursor: default;
}



.one-line-input {
	padding: 0;
	width: 100%;
	margin-bottom: 24px;
	position: relative;
}
.one-line-input.invalid-value {
	margin-bottom: 10px;
}
.one-line-input > input {
	height: 27px;
	border-bottom: 1px solid #A1A1A1;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
}
.one-line-input > .error-message {
	display: none;
	color: #EE505A;
	height: 14px;
}
.one-line-input.invalid-value > .error-message {
	display: block;
}
.one-line-input.invalid-value > input {
	border-bottom: 1px solid #EE505A;
}
.one-line-input > span {
	font-size: 12px;
    font-weight: 400;
    color: #626262;
}
.one-line-input .suggests {
	position: absolute;
    background: white;
    width: 100%;
    box-sizing: border-box;
    padding-top: 5px;
	padding-bottom: 5px;
    border-left: 1px #A1A1A1 solid;
    border-bottom: 1px #A1A1A1 solid;
    border-right: 1px #A1A1A1 solid;
    border-radius: 0 0 10px 10px;
	z-index: 1;
}
.one-line-input .suggests > div {
	padding: 5px;
	cursor: pointer;
}
.one-line-input .suggests > div:hover {
	background-color: #1DB4B5;
	color: white;
}


.spinner-shadow {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff6e;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1DB4B5;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.delivery-title,
.delivery-block .delivery-details p.delivery-title {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	color: #626262;
}

.flex-row {
	display: flex;
	flex-shrink: 0;
}
.flex-row > * {
	flex-grow: 1;
	flex-basis: 0;
	padding-right: 32px;
}
.flex-row > *:last-child {
	padding-right: 0;
}






.context-menu {
	width: 24px;
	height: 24px;
	background-image: url('../images/icons/menu.svg');
	background-repeat: no-repeat;
    background-position: center;
}
.context-menu > div {
	position: absolute;
    right: 24px;
    top: -8px;
    padding: 16px;
    background: white;
	display: none;
}
.context-menu > div > div {
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
.context-menu > div > div > .icon {
	height: 16px;
	width: 16px;
	margin-right: 8px;
}
.context-menu > div > div:last-child {
	margin-bottom: 0;
}
.context-menu.active {
	width: 24px;
	height: 24px;
	background-image: url('../images/icons/menu-active.svg');
}
.context-menu.active > div {
	display: block;
}





@media (max-width: 1042px) {
	.order-body {
		flex-wrap: wrap;
	}
	
	

	.order-body .order-content,
	.order-body .order-total {
		width: 100%;
		max-width: none;
		flex-basis: auto;
		padding-right: 0;
	}
}

@media (max-width: 818px) {

	.manager-block {
		flex-wrap: wrap;
	}

	.manager-block .manager-info {
		display: flex;
		flex-wrap: wrap;
	}

	.manager-block .manager-info .manager-label {
		width: 100%;
	}

	.manager-block .manager-info .manager-phone-email {
		display: none;
		flex-wrap: wrap;
		margin-top: 10px;
		line-height: 16px;
		width: 100%;
	}

	.manager-block .manager-info .manager-phone-email.active {
		display: flex;
	}

	.manager-block .manager-info .manager-phone-email .manager-phone {
		width: 100%;
		flex-basis: 100%;
	}

	.manager-block .buttons {
		margin-top: 20px;
	}

	.manager-block .manager-info .collapse-button {
		display: block;

	}

	.manager-block .manager-info .manager-phone-email hr {
		display: block;
	}

	.manager-block .buttons button:first-child {
		flex-grow: 6;
		width: auto;
	}

	.manager-block .buttons button:last-child {
		flex-grow: 4;
		width: auto;
	}

	.message-container {
		bottom: 90px;
		top: auto;
		width: 100%;
	}

	.message-container .message {
		margin-top: 20px;
		margin-bottom: auto;
	}
}
@media (max-width: 622px) {
	
	.product-item {
		flex-wrap: wrap;
	}

	.product-item .product-item-image-description-column {
		width: 100%;
	}

	.product-item-count-price-column {
		width: 100%;
		flex-basis: 100%;
	}

	.product-item-actual-price {
		text-align: left;
	}

	.product-item-discount {
		text-align: left;
	}
	
	
	
	.popup-shadow-outer .popup-shadow-inner .popup-window {
		height: 100%!important;
		max-height: 100%;
		width: 100%!important;
		max-width: 100%;
		border-radius: 0;
		padding: 24px;
	}
}



.paging-buttons {
    height: 40px;
    display: flex;
    gap: 10px;
}
    .paging-buttons .arrow-left,
    .paging-buttons .arrow-right {
        height: 40px;
        width: 40px;
        border-radius: 20px;
        border: 1px solid #D2D2D2;
        cursor: pointer;
        display: flex;
        justify-content: center;
    }

    .paging-buttons .arrow-left > span,
    .paging-buttons .arrow-right > span {
        height: 100%;
        width: 100%;
        margin-top: -1px;
        margin-left: -2px;
    }

    .paging-buttons .arrow-left.disable > span,
    .paging-buttons .arrow-right.disable > span {
        opacity: 0.3;
        cursor: default;
    }

    .paging-buttons .arrow-left:not(.disable):hover,
    .paging-buttons .arrow-right:not(.disable):hover {
        border: 1px solid #6E6E6E;
    }
    .paging-buttons  .arrow-left {
        top: -80px;
        right: 50px;
    }
    .paging-buttons  .arrow-right {
        top: -80px;
        right: 0;
    }
