body::-webkit-scrollbar {
	width: 5px;
	height: 30px;
}

body::-webkit-scrollbar-thumb {
	background-color: #00FFFF;
	border-radius: 0;
}

body::-webkit-scrollbar-track {
	background-color: #6a6a6a;
}

.delivery__form .contactus__form-radio.hidden,
.hidden {
	display: none;
}

.accept__policy a {
	color: #fff;
	text-decoration: underline;
}

.accept__policy a:hover {
	text-decoration: none;
}

section#hero .hero__wrapper {
	grid-template-columns: 1fr 1.3fr;
}

.woocommerce .shop_table button.hidden {
	display: none;
}

.wpcf7-response-output {
	margin: 0 40px 50px !important;
	text-transform: uppercase;
	padding: 20px 20px !important;
	font-size: 22px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #85ec03 !important;
}

.backdrop {
	overflow-y: hidden;
}

.header__basket-delete:hover {
	text-decoration: underline;
}

.btn__wrapper.btn__wrapper--arrow a.btn {
	min-width: 100%;
}

.btn__wrapper.btn__wrapper--arrow a.btn .desk {
	display: none;
}

.btn__wrapper.btn__wrapper--arrow a.btn {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.02em;
}

.btn__wrapper.btn__wrapper--arrow a.btn svg {
	display: none;
}

.btn__wrapper.btn__wrapper--arrow:hover a.btn svg {
	fill: #00FFFF;
}

.best h3 {
	text-transform: uppercase;
}

.solution .solution__item .solution__content h3 {
	color: #fff;
}

.woocommerce .delivery__form .contactus__form-radio.contactus__form-radio--customer {
	grid-column-gap: 0;
	margin-bottom: 0;
}

.woocommerce .personal__form-block .contactus__form-radio.contactus__form-radio--customer {
	grid-column-gap: 50px;
}

.woocommerce form .delivery__form .form-row label {
	line-height: 1.5;
}

.woocommerce .delivery__form .contactus__form-radio.contactus__form-radio--customer .woocommerce-input-wrapper {
	display: flex;
	grid-column-gap: 3rem;
}

#billing_country_field.hidden {
	display: none !important;
}

.woocommerce .products ul.products__list:before {
	display: none;
}

.woocommerce .checkbox span.optional {
	display: none;
}

.woocommerce .spg_loading_text,
.woocommerce .spg_loading {
	width: auto;
	margin-bottom: 20px;
}

.best__inner .draggable__slider-item del,
.products__list .products__item del {
	color: #6f6f6f;
	font-weight: 500;
	margin-right: 10px;
}

.best__inner .draggable__slider-item ins,
.products__list .products__item ins {
	text-decoration: none;
}

.best__inner .best__icon {
	z-index: 1;
}

.products__tags_icons.best__icon img {
	margin-left: 5px;
}

a.best__btn.product-item__cart,
a.products__btn.product-item__cart {
	display: block;
	position: absolute;
	font-family: inherit;
	color: #000000;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

.best__btn.added,
.products__btn.added {
	opacity: 1;
	z-index: 0;
}

/*.product__lowest-price-30 del,
.product__lowest-price-30 ins {
	display: none;
}*/
.product__lowest-price-30 {
	color: #6f6f6f;
}

.product-page .product__wrapper {
	align-items: start;
}

.product-page .product__wrapper .faq__item.active .faq__content {
	transition: linear all .25s;
	height: 100%;
}

.product-page .product__wrapper .faq__item .faq__content {
	transition: linear all .25s;
	height: 0;
}

.product-page .product__wrapper .faq__item .faq__content:nth-child(1) {
	margin-top: 20px;
}

.header__basket-list .header__basket-item .header__basket-img {
	width: 100px;
	padding: 0;
}

.header__basket-list .header__basket-item .header__basket-content {
	width: calc(100% - 100px);
}

.header__basket-subtitle {
	text-align: center;
}

.backdrop .login-registration-social .pop-up {
	grid-row-gap: 0;
	max-height: 100%;
}

.backdrop .pop-up__wrapper.login-registration-social {
	height: 80%;
	padding-bottom: 0;
}

.backdrop .pop-up__wrapper.login-registration-social form {
	height: auto;
}

.backdrop .pop-up__wrapper.login-registration-social form.create-acc-form {
	height: 100%;
	overflow-y: scroll;
}

.backdrop .pop-up__wrapper.login-registration-social form.create-acc-form::-webkit-scrollbar {
	width: 5px;
	height: 30px;
}

.backdrop .pop-up__wrapper.login-registration-social form.create-acc-form::-webkit-scrollbar-thumb {
	background-color: #00FFFF;
	border-radius: 0;
}

.backdrop .pop-up__wrapper.login-registration-social form.create-acc-form::-webkit-scrollbar-track {
	background-color: #6a6a6a;
}

.dlaczego_warto_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	grid-column-gap: 10%;
}

.dlaczego_warto_list li {
	width: 45%;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}

.dlaczego_warto_list li:before {
	content: "";
	width: 26px;
	height: 30px;
	background-image: url("/wp-content/themes/smartmonkey/images/homepage/stars.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	left: -20px;
	top: 0;
}

.dlaczego_warto_list li a {
	display: inline-block;
	color: #00FFFF;
}

.dlaczego_warto_list li a:hover {
	text-decoration: underline;
}

.main_page .use__block {
	grid-template-columns: 1fr;
}

.main_page .text-center {
	margin-bottom: 50px;
}

.main_page .dlaczego_warto_title {
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}

.main_page .dlaczego_warto_list li {
	width: 48%;
	font-family: "ClashDisplay", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.55;
	letter-spacing: 0.04em;
	color: #aeaeae;
}

.main_page .dlaczego_warto_list li:before {
	left: -5px;
	top: -3px;
}

.main_page .dlaczego_warto_list {
	grid-column-gap: 4%;
}

.main_page .dlaczego_warto_list li b {
	display: block;
}

button.cky-show-desc-btn:not(:hover):not(:active) {
	color: #00ffff !important;
}

button.cky-btn.cky-btn-preferences {
	color: #00ffff !important;
	border-color: #00ffff !important;
}

.backdrop .pop-up__wrapper.login-registration-social .success_register_text,
.backdrop .pop-up__wrapper.login-registration-social .error_register_text,
.backdrop .pop-up__wrapper.login-registration-social .success_login_text,
.backdrop .pop-up__wrapper.login-registration-social .error_login_text {
	display: none;
	margin-top: 100px;
}

.backdrop .lds-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
}

.lds-spinner {
	color: official;
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #fff;
}

.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.under_use__block {
	margin-top: 50px;
	font-size: 20px;
	font-weight: 600;
}

.advantages__content p {
	margin-bottom: 15px;
}

.easypack-shipping-method-logo .easypack-shipping-method-logo,
.easypack-shipping-method-logo img {
	display: none !important;
}

.easypack-shipping-method-logo label img {
	display: flex !important;
}

.easypack-shipping-method-logo > span {
	width: 100%;
}

.woocommerce .easypack_show_geowidget {
	width: 100% !important;
	margin: 10px 0 20px !important;
	max-width: 100% !important;
	color: #000 !important;
	padding: 15px 10px 15px 10px !important;
}

.best__wrapper .draggable__slider-content a.no-arrow,
.best__wrapper .draggable__slider-img a.no-arrow,
.products__content a.no-arrow {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.55;
	letter-spacing: 0.04em;
}

.best__wrapper .draggable__slider-content a.no-arrow.square,
.best__wrapper .draggable__slider-img a.no-arrow.square,
.products__content a.no-arrow.square {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
}

/** @see: https://codepen.io/zachhanding/pen/MKyVPq **/
.best__wrapper .draggable__slider-content a.no-arrow span,
.best__wrapper .draggable__slider-img a.no-arrow span,
.products__content a.no-arrow span {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	position: relative;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 !important;
	-webkit-line-clamp: 3;
	height: calc(1em* 1.2* 3);
}

.best__wrapper .draggable__slider-content a.no-arrow:after,
.best__wrapper .draggable__slider-img a.no-arrow:after,
.products__content a.no-arrow:after {
	display: none;
}

.products__sort .woocommerce-ordering {
	margin-bottom: 0 !important;
}

.products__inner .woof_products_top_panel,
.products__inner .woof_autohide_wrapper,
.products__inner .woocommerce-result-count,
.products__inner .woocommerce-notices-wrapper {
	display: none !important;
}

.products__inner .orderby {
	font-family: "ClashDisplay", sans-serif;
	background: #000;
	color: #fff;
	font-style: normal;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 400;
	border: none;
	cursor: pointer;
}

.products__filter-list a.woof_front_toggle {
	color: transparent;
	font-size: 0;
	width: 100%;
	height: 30px;
	display: block;
	position: absolute;
	top: 12px;
}

.products__filter-list a.woof_front_toggle:after {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: 8px;
	right: 0;
	background-image: url("/wp-content/themes/smartmonkey/images/up-arrow.png");
	background-size: contain;
}

.products__filter-list a.woof_front_toggle.woof_front_toggle_opened:after {
	transform: rotate(0);
	transition: transform 0.6s, -webkit-transform 0.6s;
}

.products__filter-list a.woof_front_toggle.woof_front_toggle_closed:after {
	transform: rotate(180deg);
	transition: transform 0.6s, -webkit-transform 0.6s;
}

.products__filter-list .woof_container_inner h4 {
	position: relative;
	padding: 18px 0 12px;
	border-bottom: 1px solid #2E2E2E;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.02em;
	cursor: pointer;
}

.woocommerce .products ul.woof_list.woof_list_checkbox {
	margin-bottom: 30px !important;
}

.products__filter .woof_checkbox_sales_container.woof_container_onsales {
	border-bottom: 1px solid #2E2E2E;
	margin-bottom: 0;
	margin-top: 20px;
	padding-bottom: 15px;
	padding-left: 3px;
}

.products__filter .woof_checkbox_sales_container.woof_container_onsales .icheckbox_flat-blue {
	margin-bottom: 3px;
}

.products__filter .woof_container_pa_nowosci,
.products__filter .woof_container_pa_bestsellers {
	border-bottom: 1px solid #2E2E2E;
	margin-bottom: 0;
	margin-top: 20px;
	padding-bottom: 15px;
	padding-left: 3px;
}

.products__filter .woof_container_pa_nowosci ul.woof_list.woof_list_checkbox,
.products__filter .woof_container_pa_bestsellers ul.woof_list.woof_list_checkbox {
	margin-bottom: 0 !important;
}

.products__filter .woof_container_pa_nowosci ul.woof_list.woof_list_checkbox li,
.products__filter .woof_container_pa_bestsellers ul.woof_list.woof_list_checkbox li {
	margin: 0 !important;
}

.products__filter .button.woof_reset_search_form {
	background: #00FFFF;
	background-color: #00FFFF;
	font-weight: 500;
	border-radius: 0;
	margin-top: 20px;
}

.products__filter .button.woof_reset_search_form:hover {
	background-color: #00FFFF;
}

.delivery__form-block.radio--payment .contactus__form-radio img {
	border-radius: 4px;
}

.products__filter .icheckbox_flat-blue,
.products__filter .iradio_flat-blue {
	width: 16px;
	height: 16px;
	background-image: none;
	border: 1px solid #fff;
	border-radius: 3px;
	margin-top: 0;
}

.products__filter .icheckbox_flat-blue.checked,
.products__filter .iradio_flat-blue.checked {
	border-color: #00FFFF;
	background-color: #00FFFF;
}

.products__filter .icheckbox_flat-blue.checked:before,
.products__filter .iradio_flat-blue.checked:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-image: url("/wp-content/themes/smartmonkey/images/svg/icon-ok-fill.svg");
	background-repeat: no-repeat;
	background-size: 100%;
}

h1.h2_style {
	margin-bottom: 20px;
	font-family: "ClashDisplay", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.auto_height .draggable__slider-img img {
	height: auto;
	object-fit: cover;
}

.woocommerce-notices-wrapper {
	display: none;
}

.delivery__form-block.radio--delivery img {
	max-height: 30px;
}

.woocommerce form .delivery__form-block .woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	grid-column-gap: 2%;
	grid-row-gap: 25px;
}

/*.woocommerce form .delivery__form-block #billing_house_num_field, */
.woocommerce form .delivery__form-block #billing_address_1_field,
.woocommerce form .delivery__form-block #billing_address_2_field,
.woocommerce form .delivery__form-block #billing_postcode_field,
.woocommerce form .delivery__form-block #billing_city_field,
.woocommerce form .delivery__form-block .form-row-first,
.woocommerce form .delivery__form-block .form-row-last,
.woocommerce-page form .delivery__form-block .form-row-first,
.woocommerce-page form .delivery__form-block .form-row-last {
	width: 49%;
}

.woocommerce-page form .delivery__form-block .form-row-wide {
	width: 100%;
}

.woocommerce .addresses__data form.edit__adress_form .contactus__form-body .contactus__form-line.three-four {
	width: calc(98% - 130px);
}

.woocommerce .addresses__data form.edit__adress_form .contactus__form-body .contactus__form-line.one-four {
	width: 130px;
}

.woocommerce-page form.delivery__form.edit__adress_form #billing_phone_field,
.woocommerce-page form .delivery__form-block #billing_phone_field {
	display: none;
}

.woocommerce form .delivery__form-block .form-row {
	padding: 0;
	margin: 0;
}

.woocommerce .order__total-paid span.woocommerce-Price-currencySymbol {
	text-transform: none;
}

.woocommerce .dane-bankowe h2.wc-bacs-bank-details-heading {
	font-size: 25px;
	margin-bottom: 15px;
}

.woocommerce .dane-bankowe {
	margin-top: 30px;
}

.woocommerce .woocommerce-remove-coupon {
	text-align: right;
	font-weight: 400;
	margin-top: -5px;
	color: #00ffff;
}

.woocommerce .woocommerce-remove-coupon:hover {
	opacity: .8;
}

.orders__data a {
	color: #00FFFF;
}

.orders__data a:hover {
	text-decoration: underline;
}

.mobile {
	display: none;
}

.best h3::after,
.products h3::after {
	content: '';
	display: none;
}

.best h3.desktop,
.products h3.desktop {
	min-height: 83px;
}

.woocommerce .basket__dump a.remove {
	width: 24px;
	height: 27px;
	font-size: 1px;
	background-image: url("/wp-content/themes/smartmonkey/images/svg/icon-dump.svg");
	background-size: contain;
	color: transparent !important;
	transition: .2s;
}

.woocommerce .basket__dump a.remove:hover {
	color: transparent !important;
	transition: .2s;
	background-size: contain !important;
	opacity: .8;
	font-size: 1px;
	background-color: transparent;
	background: url("/wp-content/themes/smartmonkey/images/svg/icon-dump.svg");
}

.woocommerce .basket__item {
	align-items: start;
}

.woocommerce .basket__inner h2 a {
	color: #fff;
	transition: .2s;
}

.woocommerce .basket__inner h2 a:hover {
	color: #fff;
	transition: .2s;
	opacity: .8;
}

.woocommerce .basket__quantity .quantity .qty {
	width: 125px;
	text-align: left;
}

.footer__logo--dev.koala {
	font-family: "ClashDisplay", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #858585;
}

.footer__logo--dev.koala:hover {
	color: #aeaeae;
}

.confirmation__block p {
	align-items: center;
}

.confirmation__block p span {
	display: flex;
	align-items: center;
}

.order__content {
	width: calc(100% - 80px);
}

.order__item-price .order__item-price {
	margin-top: 0;
}

.rabat_no_delete a.woocommerce-remove-coupon {
	display: none;
}

.best__inner .iworks-omnibus {
	font-size: 14px;
}

.button.btn.btn__main {
	background-color: #00FFFF !important;
	border: 1px solid #00FFFF;
}

.button.btn.btn__main:hover {
	background-color: transparent !important;
	color: #00FFFF !important;
}

.search-page .products__list {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.search-page .privacy__title {
	margin-bottom: 50px;
}

.search-page .privacy__title h1 {
	margin-bottom: 10px;
}

.search-page .search-page-form {
	max-width: 700px;
	width: 100%;
}

.woocommerce-password-strength.bad,
.woocommerce-password-strength.good,
.woocommerce-password-strength.short,
.woocommerce-password-strength.strong {
	color: #000 !important;
}

.woocommerce-password-strength.strong {
	background-color: #83c373 !important;
}

.woocommerce-password-strength.good {
	background-color: #ffc733 !important;
}

.woocommerce-password-strength.bad {
	background-color: #f78b53 !important;
}

.woocommerce-password-strength.short {
	background-color: #e35b5b !important;
}

.menu__search-label.custom-search-label .search-form,
.search-form {
	position: relative;
	width: 100%;
}

.menu__search-label.custom-search-label .search-form label,
.search-page .search-page-form label {
	background-color: #2E2E2E;
	padding: 5px 60px 5px 15px;
	width: 100%;
}

.menu__search-label.custom-search-label .search-form .search-submit,
.search-page .search-page-form .search-submit {
	position: absolute;
	right: 5px;
	height: 50px;
	width: 50px;
	top: 5px;
	background-color: #00FFFF;
	z-index: 1;
	font-size: 1px;
	color: transparent;
	background-image: url("/wp-content/themes/smartmonkey/images/search-page-ico.png");
	background-size: contain;
}

.menu__search-label.custom-search-label .search-form input,
.search-page .search-page-form input {
	background-color: transparent;
	border: none;
	color: #fff;
	width: 100%;
	height: 50px;
}

.search-page .privacy__box.no-result {
	flex-direction: row;
	flex-direction: column;
}

.search-page .privacy__box.no-result .search-page-text h3 {
	margin-bottom: 15px;
}

.search-page .privacy__box.no-result h2 {
	margin-bottom: 0;
}

.nav__list .nav__item.is-active a {
	font-weight: 500;
	background-color: #2E2E2E;
}

.office__logout {
	padding: 12px 0 12px 1rem;
}

.office__logout:hover,
.nav__list .nav__item:hover a {
	background-color: #2E2E2E;
}

.dashboard_line a {
	display: unset;
	color: #00FFFF;
	text-decoration: underline;
}

.dashboard_line a:hover {
	text-decoration: none;
}

.dashboard_line {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.88px;
}

.contactus__form-body fieldset {
	display: flex;
	flex-direction: column;
	grid-row-gap: 25px;
}

.woocommerce form .contactus__form-body .show-password-input,
.woocommerce-page form .contactus__form-body .show-password-input {
	top: 1.1em;
	right: 1.2em;
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
	opacity: .4;
	font-size: 20px;
}

.woocommerce form .show-password-input:hover::after,
.woocommerce-page form .show-password-input:hover::after {
	opacity: .8;
}

.orders__data .woocommerce-button.button.view.btn__main {
	height: auto;
	border-radius: 0;
	font-weight: 500;
}

.office .draggable.best__wrapper .container {
	padding-top: 100px;
}

.office .woocommerce table.shop_table th {
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.56px;
}

.office .woocommerce table.shop_table td {
	color: #BDBDBD;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.56px;
}

.office .order__content .order__content--top h3 a {
	text-transform: uppercase;
	color: #fff;
}

.office .order__content .order__content--top h3 a:hover {
	color: #00FFFF;
	text-decoration: none;
}

/*
.office .orders__list.functions .orders__details {
    margin: 0;
	margin-bottom: 20px;
}

.office .orders__list.functions {
    grid-row-gap: 20px;
}*/

.office .orders__item {
	padding-bottom: 0;
	border-bottom: none;
}

.addresses__wrapper .office__inner {
	width: 100%;
}

.addresses__list {
	width: 100%;
	grid-column-gap: 10%;
}

.addresses__list li {
	width: 45%;
}

.addresses__list .addresses__buttons a.btn__edit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 1.5rem;
	grid-column-gap: 0.25rem;
	border: 1px solid #585858;
	background-color: inherit;
	color: #BDBDBD;
}

.addresses__list .addresses__buttons a.btn__edit:hover {
	color: #424242;
	background-color: #BDBDBD;
}

.addresses__list .addresses__buttons a.btn__edit:hover img {
	filter: invert(1);
}

.woocommerce .addresses__data form .form-row {
	position: relative;
}

.woocommerce .addresses__data form #billing_fakture_field {
	width: 100%;
}

.woocommerce .addresses__data form .button.btn.btn__main {
	width: 100%;
	display: flex;
	max-width: 100%;
	border-radius: 0;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-family: "ClashDisplay", sans-serif;
	font-weight: 500;
}

.woocommerce .addresses__data form #billing_country_field .select2-selection--single,
.woocommerce .addresses__data form #shipping_country_field .select2-selection--single {
	border-radius: 0;
	background-color: #000;
	width: 100%;
	border: 2px solid #2E2E2E;
}

.woocommerce .addresses__data form #billing_country_field .select2-selection__rendered,
.woocommerce .addresses__data form #shipping_country_field .select2-selection__rendered {
	padding: 15px 30px 15px 20px;
}

.woocommerce .addresses__data form .select2-container .select2-selection--single {
	height: 60px;
}

.woocommerce .addresses__data form .form-row {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.woocommerce .addresses__data form .form-row-first,
.woocommerce .addresses__data form .form-row-last,
.woocommerce-page .addresses__data form .form-row-first,
.woocommerce-page .addresses__data form .form-row-last {
	width: 49%;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container .select2-dropdown,
.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
	background-color: #000;
	color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #00ffff !important;
	color: #000 !important;
}

.select2-dropdown {
	border: 2px solid #2E2E2E !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 60px !important;
	right: 15px !important;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
	width: 5px;
	height: 30px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
	background-color: #00FFFF;
	border-radius: 0;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
	background-color: #6a6a6a;
}

.woocommerce-ResetPassword.custom_reset_password,
.woocommerce-form.woocommerce-form-login.login.custom-login {
	max-width: 700px;
	margin: 4em auto;
	border: 2px solid #2E2E2E;
	border-radius: 0;
	padding: 50px 20px;
}

.custom-login-h2 {
	text-align: center;
}

.woocommerce-form.woocommerce-form-login.login.custom-login a {
	color: #00FFFF;
}

.woocommerce-form.woocommerce-form-login.login.custom-login a:hover {
	text-decoration: underline;
}

.woocommerce-form.woocommerce-form-login.login.custom-login .woocommerce-form-login__submit {
	width: 100%;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.woocommerce-form.woocommerce-form-login.login.custom-login .woocommerce-form-login__submit:hover {
	background-color: transparent;
	color: #00FFFF;
}


.woocommerce .office__inner strong {
	font-weight: 600;
}

.woocommerce .btn_reset_password .btn {
	width: 100%;
	max-width: 100%;
}

.woocommerce .btn_reset_password .btn:hover {
	background-color: transparent;
	color: #00FFFF;
}

.woocommerce form .delivery__form-block .customer_details abbr.required,
.woocommerce form.edit__adress_form abbr.required {
	color: #5f5f5f !important;
}

.woocommerce form.edit__adress_form .form-row {
	margin-bottom: 0;
}

.woocommerce form .contactus__form-line.contactus__form-checkbox input.input-checkbox {
	display: none;
}


.edit__adress_form .contactus__form-line.hidden {
	display: none;
}

.edit__adress_form #billing_country_field.hidden {
	display: block !important;
}

.woocommerce .addresses__data form.edit__adress_form .half_form_input .form-row {
	width: 100%;
}

.woocommerce .addresses__data form.edit__adress_form .contactus__form-body {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	grid-column-gap: 2%;
}

.woocommerce .addresses__data form.edit__adress_form .contactus__form-body .contactus__form-line {
	width: 100%;
}

.woocommerce .addresses__data form.edit__adress_form .contactus__form-body .contactus__form-line.half_form_input {
	width: 49%;
}

.woocommerce .delivery__form-block,
.woocommerce .woocommerce-shipping-fields {
	position: relative;
}

.woocommerce form .delivery__form-block .customer_details .form-row.thwcfd-field-wrapper {
	position: relative;
}

.woocommerce form .delivery__form-block .form-row.woocommerce-invalid .select2-container,
.woocommerce form .delivery__form-block .form-row.woocommerce-invalid input.input-text,
.woocommerce form .delivery__form-block .form-row.woocommerce-invalid select {
	border-color: #2E2E2E;
}

.woocommerce form .delivery__form-block .form-row.woocommerce-invalid label {
	color: #585858;
}

.woocommerce form.edit__adress_form .form-row.input-invalid .error-message,
.woocommerce form .delivery__form-block .form-row.woocommerce-invalid .error-message {
	opacity: 1;
}

.woocommerce form .delivery__form-block .form-row.woocommerce-validated .select2-container,
.woocommerce form .delivery__form-block .form-row.woocommerce-validated input.input-text,
.woocommerce form .delivery__form-block .form-row.woocommerce-validated select {
	border-color: #2E2E2E;
}

.woocommerce form.edit__adress_form .form-row.input-valid .success-message,
.woocommerce form .delivery__form-block .form-row.woocommerce-validated .success-message {
	opacity: 1;
}

/*.woocommerce form.edit__adress_form .form-row.input-valid,
.woocommerce form.edit__adress_form .form-row.input-invalid, */
.woocommerce form .delivery__form-block .form-row.woocommerce-validated,
.woocommerce form .delivery__form-block .form-row.woocommerce-invalid {
	margin-bottom: 20px;
}

.woocommerce form .delivery__form-block #billing_vat_field label .optional,
.woocommerce form .delivery__form-block #billing_nip_field label .optional,
.woocommerce form .delivery__form-block #billing_firm_name_field label .optional,
.woocommerce form .delivery__form-block #billing_address_2_field label .optional {
	display: none;
}

.woocommerce form .delivery__form-block .form-row.woocommerce-validated#billing_fakture_field,
.woocommerce form .delivery__form-block .form-row.woocommerce-invalid#billing_fakture_field {
	margin-bottom: 0;
}

.woocommerce form .delivery__form-block #billing_phone_first_part_field {
	width: 130px;
	background-color: #0d0d0d;
	color: #BDBDBD;
	overflow: hidden;
}

.select2-search [aria-owns="select2-billing_phone_first_part-results"] {
	display: none;
}

.woocommerce form.delivery__form.edit__adress_form #billing_phone_first_part_field .select2-selection__rendered,
.woocommerce form .delivery__form-block #billing_phone_first_part_field .select2-selection__rendered {
	padding: 12px 20px;
	width: 100%;
	color: #fff;
}

#select2-billing_phone_first_part-results .select2-results__option {
	padding: 12px 20px;
}

.select2-search.select2-search--dropdown {
	padding: 0;
}

#billing_phone_first_part_field .select2-selection__arrow b,
#billing_phone_first_part_field .select2-selection__clear {
	display: none !important;
}

#billing_phone_first_part_field .select2-selection__arrow:after {
	display: block;
	content: "";
	width: 16px;
	height: 12px;
	background-image: url("/wp-content/themes/smartmonkey/images/up-arrow.png");
	position: absolute;
	top: 34%;
	left: 0;
	transform: rotate(180deg);
}

#billing_phone_first_part_field .select2-container--open .select2-selection__arrow:after {
	transform: rotate(0);
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
	background-color: #00FFFF !important;
	color: #000;
}

.woocommerce form.delivery__form.edit__adress_form #billing_phone_first_part_field .select2-selection.select2-selection--single,
.woocommerce form .delivery__form-block #billing_phone_first_part_field .select2-selection.select2-selection--single {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	width: 100%;
	height: auto;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.04em;
	background-color: #0d0d0d;
	color: #BDBDBD;
	cursor: text;
	border-radius: 0;
	border: 2px solid #2E2E2E;
}

.woocommerce form.delivery__form.edit__adress_form #billing_phone_first_part_field.woocommerce-validated,
.woocommerce form.delivery__form.edit__adress_form #billing_phone_first_part_field.woocommerce-invalid,
.woocommerce form .delivery__form-block #billing_phone_first_part_field.woocommerce-validated,
.woocommerce form .delivery__form-block #billing_phone_first_part_field.woocommerce-invalid {
	margin-bottom: 0;
}

.woocommerce form.delivery__form.edit__adress_form #billing_phone_first_part_field.woocommerce-validated::after,
.woocommerce form .delivery__form-block #billing_phone_first_part_field.woocommerce-validated::after {
	display: none;
}

.woocommerce form .delivery__form-block #billing_phone_second_part_field {
	width: calc(98% - 130px);
}

.woocommerce form .delivery__form-block .form-row.woocommerce-validated#billing_fakture_field::after {
	display: none;
}

.woocommerce form .delivery__form-block .form-row.woocommerce-invalid::after {
	content: "";
	background: url(/wp-content/themes/smartmonkey/images/svg/icon-error.svg);
	opacity: 1;
}

.woocommerce form .delivery__form-block .form-row.woocommerce-invalid .error-message::after {
	content: "";
	position: absolute;
	top: 0;
	width: 15px;
	height: 15px;
	left: -20px;
	background: url(/wp-content/themes/smartmonkey/images/svg/icon-error.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.woocommerce form .delivery__form-block .form-row.woocommerce-validated::after {
	content: "";
	opacity: 1;
	background: url(/wp-content/themes/smartmonkey/images/svg/icon-check.svg);
}

.woocommerce form .delivery__form-block .form-row.woocommerce-validated .success-message::after {
	content: "";
	position: absolute;
	top: 0;
	width: 15px;
	height: 15px;
	left: -20px;
	background: url(/wp-content/themes/smartmonkey/images/svg/icon-check.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.woocommerce form .delivery__form-block #ship-to-different-address label {
	position: relative;
	color: #FFFFFF;
	top: 0;
	left: 0;
	padding-left: 28px;
	font-family: "ClashDisplay", sans-serif;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.04em;
	cursor: pointer;
}

.woocommerce form .delivery__form-block #billing_fakture_field label input,
.woocommerce form .delivery__form-block #ship-to-different-address label input {
	width: auto;
	height: auto;
	display: none;
}

.woocommerce form .delivery__form-block .woocommerce-shipping-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	grid-column-gap: 2%;
	grid-row-gap: 20px;
	margin: 20px 0 30px;
}

.woocommerce form .delivery__form-block #ship-to-different-address label:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 1px solid #BDBDBD;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.woocommerce form .delivery__form-block #billing_fakture_field .checked-parent label:after,
.woocommerce form .delivery__form-block #ship-to-different-address.checked-parent label:after,
.edit__adress_form .contactus__form-line.contactus__form-checkbox .checked-parent label:after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	background-image: url(/wp-content/themes/smartmonkey/images/svg/icon-ok-fill.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.woocommerce form .delivery__form-block #billing_fakture_field label:before,
.woocommerce form .delivery__form-block #ship-to-different-address label:before {
	top: 0;
}

.woocommerce form .delivery__form-block #billing_fakture_field .checked-parent label:before,
.woocommerce form .delivery__form-block #ship-to-different-address.checked-parent label:before,
.edit__adress_form .contactus__form-line.contactus__form-checkbox .checked-parent label:before {
	border-color: #00ffff;
	background-color: #00ffff;
}

.woocommerce form .delivery__form-block .shipping_address .contactus__form-head h3 {
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0.56px;
}

.woocommerce form .delivery__form-block #billing_fakture_field {
	min-height: auto;
}

.woocommerce form .delivery__form-block #ship-to-different-address {
	margin: 8px 0 20px;
}

.woocommerce form .delivery__form-block #shipping_country_field {
	display: none;
}

.login-registration-social .btn.btn__main:disabled,
.woocommerce form .button.btn.btn__main:disabled {
	background-color: #00FFFF !important;
	opacity: .7 !important;
	color: #000 !important;
}

.login-registration-social .btn.btn__main:disabled:hover,
.woocommerce form .button.btn.btn__main:disabled:hover {
	color: #000 !important;
	background-color: #00FFFF !important;
}

.login-registration-social .btn.btn__main:disabled svg,
.woocommerce form .button.btn.btn__main:disabled svg {
	display: none !important;
}

.about .goal__item {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


@media (max-width: 1400px) {
	.search-page .products__list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 1199px) {
	.search-page .products__list {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px) {
	.btn__wrapper.btn__wrapper--arrow a.btn {
		padding-left: 2rem;
		text-align: start;
		font-size: 18px;
	}

	.works .advantages__content {
		max-width: 700px;
	}

	.btn__wrapper.btn__wrapper--arrow a.btn svg {
		display: block;
		position: absolute;
		top: 50%;
		right: 2rem;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		fill: black;
		-webkit-transition: all 0.6s;
		transition: all 0.6s;
	}

	.btn__wrapper.btn__wrapper--arrow a.btn .mob {
		display: none;
	}

	.btn__wrapper.btn__wrapper--arrow a.btn .desk {
		display: inline;
	}

	h1.h2_style {
		margin-bottom: 12px;
		font-weight: 600;
		font-size: 20px;
		line-height: 155%;
		letter-spacing: 0.04em;
	}

	.products__filter-list .woof_container_inner h4 {
		letter-spacing: .04em;
	}
}

@media (max-width: 991px) {
	section#hero .hero__wrapper {
		grid-template-columns: 1fr;
	}

	.backdrop .login-registration-social .pop-up .create-acc-form .delivery__form-block {
		padding: 0;
		border: none;
	}

	.backdrop .pop-up__wrapper.login-registration-social form.create-acc-form {
		height: auto;
		overflow-y: visible;
	}

	.backdrop .pop-up__wrapper.login-registration-social {
		height: auto;
	}

	.dlaczego_warto_list li {
		width: 100%;
		margin-left: 40px;
		font-size: 16px;
		line-height: 1.4;
	}

	.main_page .dlaczego_warto_list li {
		width: 100%;
		margin-left: 0px;
	}

	/*.backdrop .login-registration-social .pop-up {
		grid-row-gap: 0;
		max-height: 100%;
	}
	.backdrop .pop-up__wrapper.login-registration-social {
		height: 80%;
		padding-bottom: 0;
	}
	.backdrop .pop-up__wrapper.login-registration-social form {
		height: auto;
	}
	.backdrop .pop-up__wrapper.login-registration-social form.create-acc-form {
		height: 100%;
		overflow-y: scroll;
	}*/
	.best__wrapper .draggable__slider-content h3 a.no-arrow,
	.best__wrapper .draggable__slider-content h3 a,
	.best__wrapper .draggable__slider-content h3 span,
	.best__wrapper .draggable__slider-content h3,
	.products__list .products__item h3 span,
	.products__list .products__item h3 a,
	.products__list .products__item h3 {
		font-weight: 400;
		font-size: 14px;
		max-height: 3.1em;
		line-height: 1.55em;
		overflow: visible;
	}

	a.best__btn.product-item__cart,
	a.products__btn.product-item__cart {
		padding: 7px 30px;
		font-size: 14px;
	}

	.best__inner .draggable__slider-item del bdi,
	.products__list .products__item del bdi,
	.best__inner .draggable__slider-item del,
	.products__list .products__item del {
		font-size: 10px;
	}

	.best__inner .draggable__slider-item bdi,
	.products__list .products__item bdi,
	.best__inner .draggable__slider-item ins,
	.products__list .products__item ins {
		font-size: 14px;
	}

	.best a:after,
	.products__content a:after {
		right: 0px;
	}

	.best__btn._icon-cart-icon:after,
	.product-item__cart._icon-cart-icon:after {
		right: 10px;
	}

	.woocommerce .basket__quantity .quantity .qty {
		width: 80px;
	}

	.btn__wrapper.btn__wrapper--arrow a.btn {
		vertical-align: middle;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.woocommerce .basket__dump a.remove {
		width: 19px;
		height: 20px;
	}

	.office__wrapper .orders__wrapper.grid {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.woocommerce .shop_table button.hidden {
		display: none !important;
	}

	.woocommerce table.shop_table.shop_table_responsive {
		display: none !important;
	}

	.woocommerce table.shop_table.shop_table_responsive.woocommerce-orders-table {
		display: table !important;
	}

	.office .draggable.best__wrapper .container {
		padding-top: 50px;
	}

	.order.woocommerce-orders-table__row {
		padding-top: 30px;
	}

	.under_use__block {
		text-align: center;
	}
}

@media (max-width: 500px) {
	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}

	.best__wrapper .draggable__slider-content h3 span,
	.products__list .products__item h3 span {
		min-height: 44px;
	}

	.addresses__list li {
		width: 100%;
	}

	.addresses__list {
		grid-column-gap: 0;
		grid-row-gap: 50px;
	}

	.product__lowest-price-30 {
		color: #585858;
	}
}

@media (max-width: 389px) {
	h1 {
		font-size: 30px;
	}

	.backdrop .login-registration-social .pop-up {
		max-height: 85vh;
		overflow-y: scroll;
	}

	.backdrop .login-registration-social .pop-up::-webkit-scrollbar {
		width: 5px;
		height: 30px;
	}

	.backdrop .login-registration-social .pop-up::-webkit-scrollbar-thumb {
		background-color: #00FFFF;
		border-radius: 0;
	}

	.backdrop .login-registration-social .pop-up::-webkit-scrollbar-track {
		background-color: #6a6a6a;
	}

	/*.best a:after,
	.best__btn._icon-cart-icon:after,*/
	.product-item__cart._icon-cart-icon:after,
	.products__content a:after {
		display: none;
	}

	.products__list {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	a.best__btn.product-item__cart,
	a.products__btn.product-item__cart {
		padding: 7px 20px;
	}

	.best__btn {
		top: -30px;
	}
}

.privacy__content > * a {
	text-decoration: underline;
	color: #ffffff;
}

.koala-margin {
	margin-left: 30px;
}


#footer .mailerlite-form form {
	display: grid;
	grid-row-gap: 20px;
	padding: 2rem 20px;
	background-color: #212121;
}

@media (min-width: 992px) {
	#footer .mailerlite-form form {
		grid-template-columns: 1fr 0.9fr;
		grid-column-gap: 90px;
		padding: 3rem 40px;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

#footer .mailerlite-form form p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

@media (min-width: 992px) {
	#footer .mailerlite-form form p {
		letter-spacing: 0.04em;
		line-height: 1.55;
	}
}

#footer .mailerlite-form .mailerlite-form-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 992px) {
	#footer .mailerlite-form .mailerlite-form-inputs {
		width: 100%;
		margin-left: auto;
	}
}

#footer .mailerlite-form .mailerlite-form-inputs .mailerlite-form-field {
	flex-grow: 1;
}

#footer .mailerlite-form form .form__line {
	width: 100%;
	max-width: 280px;
}

@media (min-width: 992px) {
	#footer .mailerlite-form form .form__line {
		max-width: 100%;
	}
}

#footer .mailerlite-form form .form__line-col {
	width: 100%;
}

#footer .mailerlite-form form label {
	width: 100%;
}

#footer .mailerlite-form form input {
	width: 100%;
	background: #0d0d0d;
	border: none;
	height: 60px;
	padding-left: 0.75rem;
	color: #aeaeae;
}

@media (min-width: 992px) {
	#footer .mailerlite-form form input {
		padding-left: 1.75rem;
	}
}

#footer .mailerlite-form form input::-webkit-input-placeholder {
	font-family: "ClashDisplay", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #aeaeae;
}

#footer .mailerlite-form form input::-moz-placeholder {
	font-family: "ClashDisplay", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	display: flex;
	align-items: center;
	color: #aeaeae;
}

#footer .mailerlite-form form input:-ms-input-placeholder {
	font-family: "ClashDisplay", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #aeaeae;
}

#footer .mailerlite-form form input::-ms-input-placeholder {
	font-family: "ClashDisplay", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #aeaeae;
}

#footer .mailerlite-form form input::placeholder {
	font-family: "ClashDisplay", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #aeaeae;
}

.mailerlite-subscribe-submit {
	font-family: "ClashDisplay", sans-serif;
	font-weight: 500;
	font-size: 0;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.02em;
	position: relative;
	padding: 1rem 2rem;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	height: 62px;
	border: 1px solid #00FFFF;
	background-color: #00FFFF;
	color: #000000;
	outline: none;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

@media (min-width: 1200px) {
	.mailerlite-subscribe-submit {
		padding: 20px 40px;
		font-size: 18px;
	}
}

#footer .mailerlite-form form .mailerlite-subscribe-button-container {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 20px, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 20px, 100% 100%, 0% 100%);
	overflow: hidden;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

#footer .mailerlite-form form .mailerlite-subscribe-button-container:before {
	content: "";
	position: absolute;
	top: 0;
	right: -8px;
	width: 57px;
	height: 1px;
	margin-right: 0;
	background-color: #00FFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#footer .mailerlite-form form .mailerlite-subscribe-button-container:hover .mailerlite-subscribe-submit {
	background: inherit;
	color: #00FFFF;
}

#footer .mailerlite-form form .mailerlite-subscribe-button-container::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	background-image: url(../images/svg/arrow-black.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

@media (min-width: 992px) {
	#footer .mailerlite-form form .mailerlite-subscribe-button-container::after {
		content: none;
	}
}

#footer .mailerlite-form form button {
	height: 60px;
}

@media (min-width: 992px) {
	#footer .mailerlite-form form button {
		width: 200px;
		max-width: 200px;
	}
}

.mailerlite-form-response {
	color: #00FFFF !important;
}
.blogs {
	padding-top: 170px;
}
.blog-title {
	font-size: 28px;
	margin-bottom: 16px;
}
@media (min-width: 992px) {
	.blog-title {
		font-size: 48px;
		margin-bottom: 40px;
	}
}
.blog-header .blog-title {
	font-size:16px;
}
.blog-header .blog-title a {
	color:white;
	font-size: 16px;
}
.blog-header .blog-thumbnail {
	margin-bottom: 24px;
}
.blog-header .blog-thumbnail img {
	max-width: 100%;
}

ul.blog-tags {
	display: flex;
	gap: 8px;
	margin-top: 16px;
}
ul.blog-tags li a {
	padding: 8px 16px;
	background: rgba(24, 255, 255, 0.25);
	color: #18FFFF;
	font-size: 14px;
}

.blog-published-on {
	color: #BDBDBD;
	font-size: 14px;
	font-weight: 400;
	margin-top: 8px;
	margin-bottom: 32px
}

@media (min-width: 992px) {
	.blog-published-on {
		margin-bottom: 16px;
	}
}

.blog-pagination {
	display: flex;
	margin-top: 16px;
	justify-content: flex-end;
}
.blog-pagination .page-numbers {
	color: #18FFFF;
	font-size: 14px;
	padding: 8px;
	margin-left: 16px;
}
.blog-pagination .page-numbers.prev,
.blog-pagination .page-numbers.next {
	background: rgba(24, 255, 255, 0.25);
}
.blog-pagination .page-numbers.current {
	color: #BDBDBD;
}

.blog-single-title {
	font-size:28px;
}
@media (min-width: 992px) {
	.blog-single-title {
		font-size: 48px;
	}
}
.blog-content p {
	font-size: 20px;
	padding-bottom: 28px;
}
.blog-content h3 {
	font-size: 24px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5
{
	margin-bottom: 8px;
	font-weight: 600;
}

.blog-other-wrapper {
	margin-top: 24px;
}
.blog-other-wrapper h4 {
	font-size: 24px;
	margin-bottom: 16px;
}

.dropdown-language-switcher {
	width: 22px;
	font-size: 16px;
	margin-left: 16px;
}
@media (min-width: 992px) {
	.dropdown-language-switcher {
		font-size: 16px;
		margin-left: 0;
	}
}
.dropdown-language-switcher .current-language {
	color: white;
	padding-top: 3px;

	font-family: "ClashDisplay", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	/* or 22px */

}
.dropdown-language-switcher .dropdown-item {
	position: absolute;
	display: none;
	color: white;
	font-family: "ClashDisplay", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
}
.dropdown-language-switcher .dropdown-item:hover {
	color: #00FFFF;
}
.dropdown-language-switcher.open .dropdown-item,
.dropdown-language-switcher:hover .dropdown-item {
	display: initial;
}
.header__links {
	margin-top: 14px;
}
@media (max-width: 320px) {
	.burgermenu {
		margin-right: 8px;
	}
}

.footer__app_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	grid-column-gap: 2rem;
	padding: 2rem 0;
	border-top: 2px solid #2E2E2E;
	border-bottom: 2px solid #2E2E2E;
	flex-direction: column;
	gap: 16px;
}
.header .footer__app_links,
.mobile .footer__app_links {
	padding-left: 18px;
	padding-right: 18px;
}
.header .menu__socials {
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (min-width: 992px) {
	.footer__app_links {
		padding: 0;
		border: none;
	}
}

.footer__app_links a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #00FFFF;
	width: 100%;
	height: 48px;
	padding: 6px 16px;
	gap: 8px;
	align-self: stretch;
}
.footer__app_links a span {
	color: #00FFFF;
	text-align: center;
	font-family: "ClashDisplay", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.footer__app_links a img {
	width: 24px;
	height: 24px;
	max-width: 20px;
}

@media (max-width: 991px) {
	.pop-up {
		overflow: auto;
	}
	.btn--close {
		top: 2rem;
	}
}

div.otgs-development-site-front-end {
	display: none !important;
}

.slider-for .swiper-button-next {
	right: -28px;
	margin: 0;
	color: #000000;
	background: #FFFFFF;
	width: 36px;
	height: 36px;
}

.slider-for .swiper-button-next::after {
	font-size: 15px;
}

.slider-for .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background-color: #2E2E2E;
}

.slider-for .swiper-button-next.swiper-button-disabled::after {
	color: #000000;
}

.slider-for .swiper-button-prev {
	left: -28px;
	margin: 0;
	color: #000000;
	background: #FFFFFF;
	width: 36px;
	height: 36px;
}

.slider-for .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-color: #2E2E2E;
}

.slider-for .swiper-button-prev.swiper-button-disabled::after {
	color: #000000;
}

.slider-for .swiper-button-prev::after {
	font-size: 15px;
}

.experts__item {
	margin-top: 30px;
}
.experts__info h3 {
	display: block;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #00FFFF;
	margin-bottom: 16px;
}
.experts__info p {
	display: inline-block;
	margin-top: 16px;
}

.isApp .blogs,
.isApp .products{
	padding-top: 30px !important;
}
.isApp .breadcrumbs {
	display: block !important;
	margin-bottom: 30px;
}
.isApp .breadcrumbs>a.breadcrumbs__item {
	display: inline-block;
}
.isApp .breadcrumbs>a.breadcrumbs__item:first-of-type {
	display: none !important;
}

.single-blog article ol,
.single-blog article ul {
	margin-bottom: 16px;
	padding: 0 0 12px 32px;
}
.single-blog article ol li,
.single-blog article ul li {
	font-size: 20px;
}
.single-blog article ul {
	list-style: disc;
}
.single-blog article ol {
	list-style: decimal;
}

.b2b-form {
	display: flex;
	flex-direction: column;
}

.b2b-form label input,
.b2b-form label textarea {
	width: 100%;
}
